Remove signed.m4.

This commit is contained in:
Bruno Haible 2006-08-28 13:18:55 +00:00
parent 76442db83c
commit 2d2d017ef3
7 changed files with 14 additions and 21 deletions

View 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.".

View 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

View 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.

View 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

View File

@ -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
])

View 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.

View 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)