+2006-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * regex.m4 (gl_PREREQ_REGEX): Adjust to gnulib change: use
+ AC_C_RESTRICT instead of gl_C_RESTRICT.
+
2006-07-31 Bruno Haible <bruno@clisp.org>
* Makefile.am (EXTRA_DIST): Remove files now taken from gnulib or
-#serial 23
+#serial 24
dnl Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2006 Free
dnl Software Foundation, Inc.
dnl Persuade glibc <string.h> to declare mempcpy().
AC_REQUIRE([AC_GNU_SOURCE])
- AC_REQUIRE([gl_C_RESTRICT])
+ AC_REQUIRE([AC_C_RESTRICT])
AC_REQUIRE([AC_FUNC_ALLOCA])
AC_REQUIRE([AC_HEADER_STDC])
AC_CHECK_HEADERS_ONCE(wchar.h wctype.h)
+2006-08-16 Bruno Haible <bruno@clisp.org>
+
+ * modules/gettext-tools-misc (Files): Remove m4/restrict.m4, no longer
+ in gnulib.
+
2006-07-31 Bruno Haible <bruno@clisp.org>
* lib/propername.c: Remove temporary hack.