changeset 27270:49f7e0cc36ed

Assume that the C compiler understands the 'signed' keyword.
author Bruno Haible <bruno@clisp.org>
date Fri, 27 Oct 2006 17:11:53 +0000
parents 1e2eeb508bbd
children 80ae308ede5d
files ChangeLog m4/signed.m4 m4/vasnprintf.m4 modules/vasnprintf
diffstat 4 files changed, 8 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 27 17:04:44 2006 +0000
+++ b/ChangeLog	Fri Oct 27 17:11:53 2006 +0000
@@ -1,3 +1,10 @@
+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.
--- a/m4/signed.m4	Fri Oct 27 17:04:44 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -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
-])
--- a/m4/vasnprintf.m4	Fri Oct 27 17:04:44 2006 +0000
+++ b/m4/vasnprintf.m4	Fri Oct 27 17:11:53 2006 +0000
@@ -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 @@
 # 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])
--- a/modules/vasnprintf	Fri Oct 27 17:04:44 2006 +0000
+++ b/modules/vasnprintf	Fri Oct 27 17:11:53 2006 +0000
@@ -9,7 +9,6 @@
 lib/vasnprintf.h
 lib/vasnprintf.c
 lib/asnprintf.c
-m4/signed.m4
 m4/longdouble.m4
 m4/wchar_t.m4
 m4/wint_t.m4