From: Bruno Haible Date: Wed, 19 Nov 2003 17:09:22 +0000 (+0000) Subject: Don't use _ONCE here. X-Git-Tag: v0.13~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f09688e9802d1e06a5765d9b50b6fd53aed2685;p=thirdparty%2Fgettext.git Don't use _ONCE here. --- diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 3b2d1d088..f40f7c34d 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,7 @@ +2003-11-19 Bruno Haible + + * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here. + 2003-11-16 Bruno Haible * size_max.m4: New file, moved here from ../../gettext-tools/m4/. diff --git a/gettext-runtime/m4/size_max.m4 b/gettext-runtime/m4/size_max.m4 index eeb2f9b29..5762fc333 100644 --- a/gettext-runtime/m4/size_max.m4 +++ b/gettext-runtime/m4/size_max.m4 @@ -1,4 +1,4 @@ -# size_max.m4 serial 1 +# size_max.m4 serial 2 dnl Copyright (C) 2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -10,7 +10,7 @@ dnl From Bruno Haible. AC_DEFUN([gl_SIZE_MAX], [ - AC_CHECK_HEADERS_ONCE(stdint.h) + AC_CHECK_HEADERS(stdint.h) dnl First test whether the system already has SIZE_MAX. AC_MSG_CHECKING([for SIZE_MAX]) result=