+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.
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
+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.
-# 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,
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])
+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.
# ------------------
# 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])