]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove signed.m4.
authorBruno Haible <bruno@clisp.org>
Mon, 28 Aug 2006 13:18:55 +0000 (13:18 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:57 +0000 (12:13 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/configure.ac
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4
gettext-runtime/m4/signed.m4 [deleted file]
gettext-tools/ChangeLog
gettext-tools/configure.ac

index 4e2c0ba217149bc4d953f2754deb7e91034cb127..84f533ac4ad74f86c16293f114aebee502539681 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Remove bh_C_SIGNED invocation.
+
 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * autosprintf.texi: Reduce spacing after "i.e." and "e.g.".
index f6e2b2648deef77e9f6c440b0a49d560e5f0007a..64e8aae5f0d4f6588e692502e1d0c715731d8a4b 100644 (file)
@@ -54,7 +54,6 @@ dnl Checks for header files.
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_INLINE
-bh_C_SIGNED
 AC_TYPE_SIZE_T
 gl_AC_TYPE_LONG_LONG
 gt_TYPE_LONGDOUBLE
index 21c3e6b0ead9c5742d75aac70c31444cab6f7641..f04de9d7728920dcfb8a5990495fed5050741a5c 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * signed.m4: Remove file.
+       * gettext.m4 (AM_INTL_SUBDIR): Remove bh_C_SIGNED invocation.
+
 2006-08-22  Eric Blake  <ebb9@byu.net>
 
        * stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
index dae3d81e7fc4bfc20c387614b455a8b142353c85..662796fbbe7e6dfa0ecd90c2a0911c5c339315ff 100644 (file)
@@ -1,4 +1,4 @@
-# gettext.m4 serial 53 (gettext-0.15)
+# gettext.m4 serial 54 (gettext-0.15.1)
 dnl Copyright (C) 1995-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,
@@ -360,7 +360,6 @@ AC_DEFUN([AM_INTL_SUBDIR],
   AC_REQUIRE([AC_PROG_RANLIB])dnl
   AC_REQUIRE([gl_VISIBILITY])dnl
   AC_REQUIRE([gt_INTL_SUBDIR_CORE])dnl
-  AC_REQUIRE([bh_C_SIGNED])dnl
   AC_REQUIRE([gl_AC_TYPE_LONG_LONG])dnl
   AC_REQUIRE([gt_TYPE_LONGDOUBLE])dnl
   AC_REQUIRE([gt_TYPE_WCHAR_T])dnl
diff --git a/gettext-runtime/m4/signed.m4 b/gettext-runtime/m4/signed.m4
deleted file mode 100644 (file)
index 048f593..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# signed.m4 serial 1 (gettext-0.10.40)
-dnl Copyright (C) 2001-2002 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;], 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 ce0b010893636c380869259a710ce0e618f2bbb4..0cddc1e4f1f350fdd512add1e8a2dcbf6d43e9d1 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Remove bh_C_SIGNED invocation.
+
 2006-07-30  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (ACLOCAL_AMFLAGS): Append gnulib-m4 to search path.
index 36707679aad4a70e49f27eb1f2a5eee2f4a83e7f..9868c122bef1448f41ecafd8a7170a4844e2bc51 100644 (file)
@@ -137,7 +137,6 @@ AC_CHECK_HEADERS(pwd.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_INLINE
-bh_C_SIGNED
 gl_AC_TYPE_UNSIGNED_LONG_LONG
 AC_TYPE_SIZE_T
 AC_CHECK_TYPES(ptrdiff_t)