]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't use _ONCE here.
authorBruno Haible <bruno@clisp.org>
Wed, 19 Nov 2003 17:09:22 +0000 (17:09 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:18 +0000 (12:11 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/size_max.m4

index 3b2d1d088944aee8de592b44c336b3187f58bec8..f40f7c34d98541e4afa9b2953f28e95087ccffd3 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-19  Bruno Haible  <bruno@clisp.org>
+
+       * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
+
 2003-11-16  Bruno Haible  <bruno@clisp.org>
 
        * size_max.m4: New file, moved here from ../../gettext-tools/m4/.
index eeb2f9b29c4220f922928d03c59de923f0d03293..5762fc333c5d6838256fcd27813faada414fe3fa 100644 (file)
@@ -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=