Assume that the C compiler understands the 'signed' keyword.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Oct 2006 17:11:53 +0000 (17:11 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Oct 2006 17:11:53 +0000 (17:11 +0000)
ChangeLog
m4/signed.m4 [deleted file]
m4/vasnprintf.m4
modules/vasnprintf

index 6a0f185..730532b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-10-27  Bruno Haible  <bruno@clisp.org>
 
+       * m4/signed.m4: Remove file.
+       * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
+       invocation.
+       * modules/vasnprintf (Files): Remove m4/signed.m4.
+
+2006-10-27  Bruno Haible  <bruno@clisp.org>
+
        Update to GNU gettext 0.16.
        * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
        m4/inttypes-h.m4, m4/signed.m4.
diff --git a/m4/signed.m4 b/m4/signed.m4
deleted file mode 100644 (file)
index 5ac7672..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# signed.m4 serial 2
-dnl Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-dnl From Bruno Haible.
-
-AC_DEFUN([bh_C_SIGNED],
-[
-  AC_CACHE_CHECK([for signed], bh_cv_c_signed,
-   [AC_TRY_COMPILE(, [signed char x; return !x;],
-      bh_cv_c_signed=yes, bh_cv_c_signed=no)])
-  if test $bh_cv_c_signed = no; then
-    AC_DEFINE(signed, ,
-              [Define to empty if the C compiler doesn't support this keyword.])
-  fi
-])
index 32d3149..72c9a13 100644 (file)
@@ -1,4 +1,4 @@
-# vasnprintf.m4 serial 6
+# vasnprintf.m4 serial 7
 dnl Copyright (C) 2002-2004, 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -22,7 +22,6 @@ AC_DEFUN([gl_FUNC_VASNPRINTF],
 # Prequisites of lib/printf-args.h, lib/printf-args.c.
 AC_DEFUN([gl_PREREQ_PRINTF_ARGS],
 [
-  AC_REQUIRE([bh_C_SIGNED])
   AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
   AC_REQUIRE([gt_TYPE_LONGDOUBLE])
   AC_REQUIRE([gt_TYPE_WCHAR_T])
index 8ec2b41..b786653 100644 (file)
@@ -9,7 +9,6 @@ lib/printf-parse.c
 lib/vasnprintf.h
 lib/vasnprintf.c
 lib/asnprintf.c
-m4/signed.m4
 m4/longdouble.m4
 m4/wchar_t.m4
 m4/wint_t.m4