From: Bruno Haible Date: Fri, 30 Jun 2006 14:18:07 +0000 (+0000) Subject: Assume working 'const'. X-Git-Tag: v0.15~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ec2e51a265c2faf8cc55cf0fa9a99de93d5819;p=thirdparty%2Fgettext.git Assume working 'const'. --- diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 45f5aa60e..579460fa5 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,8 @@ +2006-06-27 Bruno Haible + + Assume working 'const'. + * configure.ac: Remove AC_C_CONST invocation. + 2006-04-14 Bruno Haible Assume autoconf >= 2.60. diff --git a/gettext-runtime/libasprintf/configure.ac b/gettext-runtime/libasprintf/configure.ac index b000014c7..f6e2b2648 100644 --- a/gettext-runtime/libasprintf/configure.ac +++ b/gettext-runtime/libasprintf/configure.ac @@ -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 diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index b97ad1cbe..c9a697da3 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-06-27 Bruno Haible + + Assume working 'const'. + * gettext.m4 (gt_INTL_SUBDIR_CORE): Remove AC_C_CONST invocation. + 2006-06-15 Bruno Haible * size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling. diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index 0aca24a40..76356aa36 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -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]) diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index ef98a8862..4f69af575 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-06-27 Bruno Haible + + Assume working 'const'. + * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_C_CONST invocation. + 2006-06-27 Bruno Haible * setlocale.m4 (gt_SETLOCALE): Assume exists. diff --git a/gettext-tools/m4/fnmatch.m4 b/gettext-tools/m4/fnmatch.m4 index deba45cdf..f469451ba 100644 --- a/gettext-tools/m4/fnmatch.m4 +++ b/gettext-tools/m4/fnmatch.m4 @@ -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])