From: Bruno Haible Date: Sat, 23 Aug 2003 14:56:37 +0000 (+0000) Subject: Move to gnulib's stdbool.m4 macro. X-Git-Tag: v0.13~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=810bc417aff03d0e0c2f1b5ddd51bc934b7143a5;p=thirdparty%2Fgettext.git Move to gnulib's stdbool.m4 macro. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index f4fa11a95..4064567ca 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,7 @@ +2003-08-23 Bruno Haible + + * configure.ac: Invoke AM_STDBOOL_H instead of gt_STDBOOL_H. + 2003-07-01 Bruno Haible * configure.ac: Invoke gl_FUNC_READLINK. diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index 962712a9f..9dc860fb3 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -66,7 +66,7 @@ dnl Checks for libraries. dnl Checks for header files. AC_CHECK_HEADERS(string.h) -gt_STDBOOL_H +AM_STDBOOL_H dnl Checks for typedefs, structures, and compiler characteristics. AC_TYPE_SIZE_T diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 9a560a34f..ebb1a54c6 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-08-23 Bruno Haible + + * configure.ac: Invoke AM_STDBOOL_H instead of gt_STDBOOL_H. + 2003-07-01 Bruno Haible * configure.ac: Invoke gl_FUNC_READLINK. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index aa392fdec..527b89a41 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -84,7 +84,7 @@ dnl Checks for libraries. dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(limits.h malloc.h pwd.h string.h unistd.h utime.h values.h) -gt_STDBOOL_H +AM_STDBOOL_H dnl Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE