From: Bruno Haible Date: Mon, 28 Aug 2006 13:18:55 +0000 (+0000) Subject: Remove signed.m4. X-Git-Tag: 0.16.x-branchpoint~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2d017ef3fee2881263279f0bdf0a8aeca5ceb7;p=thirdparty%2Fgettext.git Remove signed.m4. --- diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 4e2c0ba21..84f533ac4 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 Bruno Haible + + * configure.ac: Remove bh_C_SIGNED invocation. + 2006-08-08 Ralf Wildenhues * autosprintf.texi: Reduce spacing after "i.e." and "e.g.". diff --git a/gettext-runtime/libasprintf/configure.ac b/gettext-runtime/libasprintf/configure.ac index f6e2b2648..64e8aae5f 100644 --- a/gettext-runtime/libasprintf/configure.ac +++ b/gettext-runtime/libasprintf/configure.ac @@ -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 diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 21c3e6b0e..f04de9d77 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-08-28 Bruno Haible + + * signed.m4: Remove file. + * gettext.m4 (AM_INTL_SUBDIR): Remove bh_C_SIGNED invocation. + 2006-08-22 Eric Blake * stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning. diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index dae3d81e7..662796fbb 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -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 index 048f59369..000000000 --- a/gettext-runtime/m4/signed.m4 +++ /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 -]) diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index ce0b01089..0cddc1e4f 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 Bruno Haible + + * configure.ac: Remove bh_C_SIGNED invocation. + 2006-07-30 Bruno Haible * Makefile.am (ACLOCAL_AMFLAGS): Append gnulib-m4 to search path. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 36707679a..9868c122b 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -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)