]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Assume working 'const'.
authorBruno Haible <bruno@clisp.org>
Fri, 30 Jun 2006 14:18:07 +0000 (14:18 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:27 +0000 (12:13 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/configure.ac
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4
gettext-tools/m4/ChangeLog
gettext-tools/m4/fnmatch.m4

index 45f5aa60e77c67bebf07f35c74286d4b44e7877a..579460fa5cfc7a04ddb597b3734ca8dd9390b4e4 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-27  Bruno Haible  <bruno@clisp.org>
+
+       Assume working 'const'.
+       * configure.ac: Remove AC_C_CONST invocation.
+
 2006-04-14  Bruno Haible  <bruno@clisp.org>
 
        Assume autoconf >= 2.60.
index b000014c7c69e8ef29c57f6d876e6afb73d70c33..f6e2b2648deef77e9f6c440b0a49d560e5f0007a 100644 (file)
@@ -53,7 +53,6 @@ dnl Checks for libraries.
 dnl Checks for header files.
 
 dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
 AC_C_INLINE
 bh_C_SIGNED
 AC_TYPE_SIZE_T
index b97ad1cbe6b7e33d06cc269963cd43149602bcef..c9a697da344b5e79197fc0c35dfc665972965e7c 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-27  Bruno Haible  <bruno@clisp.org>
+
+       Assume working 'const'.
+       * gettext.m4 (gt_INTL_SUBDIR_CORE): Remove AC_C_CONST invocation.
+
 2006-06-15  Bruno Haible  <bruno@clisp.org>
 
         * size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
index 0aca24a40fdf28e54e00d35775130047c7f9da87..76356aa36bc83bc970090c91a8414314716a019d 100644 (file)
@@ -1,4 +1,4 @@
-# gettext.m4 serial 52 (gettext-0.15)
+# gettext.m4 serial 53 (gettext-0.15)
 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,
@@ -491,7 +491,6 @@ dnl   plural.y
 dnl Used by libglocale.
 AC_DEFUN([gt_INTL_SUBDIR_CORE],
 [
-  AC_REQUIRE([AC_C_CONST])dnl
   AC_REQUIRE([AC_C_INLINE])dnl
   AC_REQUIRE([AC_TYPE_SIZE_T])dnl
   AC_REQUIRE([gl_AC_HEADER_STDINT_H])
index ef98a88622a7feaab74bd4cf65051e69ff3eddeb..4f69af575c9e8c401526185ccd74bf9bbaba58ec 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-27  Bruno Haible  <bruno@clisp.org>
+
+       Assume working 'const'.
+       * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_C_CONST invocation.
+
 2006-06-27  Bruno Haible  <bruno@clisp.org>
 
        * setlocale.m4 (gt_SETLOCALE): Assume <locale.h> exists.
index deba45cdfef676965bb911ad3fa5314f07c29a8a..f469451bade36c2531f54b3fa24d0b0219f45cb4 100644 (file)
@@ -54,8 +54,7 @@ AS_IF([test $$2 = yes], [$3], [$4])
 # ------------------
 # Prepare the replacement of fnmatch.
 AC_DEFUN([_AC_LIBOBJ_FNMATCH],
-[AC_REQUIRE([AC_C_CONST])dnl
-AC_REQUIRE([AC_FUNC_ALLOCA])dnl
+[AC_REQUIRE([AC_FUNC_ALLOCA])dnl
 AC_REQUIRE([AC_TYPE_MBSTATE_T])dnl
 AC_CHECK_DECLS([getenv])
 AC_CHECK_FUNCS([btowc mbsrtowcs mempcpy wmemchr wmemcpy wmempcpy])