+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.".
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
+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.
-# 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,
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
+++ /dev/null
-# 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
-])
+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.
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)