From: Bruno Haible Date: Thu, 17 Aug 2006 11:47:21 +0000 (+0000) Subject: gnulib no longer has a 'restrict' module. X-Git-Tag: 0.16.x-branchpoint~203 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e99aea9751b6f5d1f05fcaa28cb6ee4a4e197d9a;p=thirdparty%2Fgettext.git gnulib no longer has a 'restrict' module. --- diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index 90067a915..af28c58cc 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-08-16 Ralf Wildenhues + + * regex.m4 (gl_PREREQ_REGEX): Adjust to gnulib change: use + AC_C_RESTRICT instead of gl_C_RESTRICT. + 2006-07-31 Bruno Haible * Makefile.am (EXTRA_DIST): Remove files now taken from gnulib or diff --git a/gettext-tools/m4/regex.m4 b/gettext-tools/m4/regex.m4 index 19ff71bfa..513f59bc4 100644 --- a/gettext-tools/m4/regex.m4 +++ b/gettext-tools/m4/regex.m4 @@ -1,4 +1,4 @@ -#serial 23 +#serial 24 dnl Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2006 Free dnl Software Foundation, Inc. @@ -118,7 +118,7 @@ AC_DEFUN([gl_PREREQ_REGEX], dnl Persuade glibc 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) diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 5f7cc1af7..cdabdf6c5 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,8 @@ +2006-08-16 Bruno Haible + + * modules/gettext-tools-misc (Files): Remove m4/restrict.m4, no longer + in gnulib. + 2006-07-31 Bruno Haible * lib/propername.c: Remove temporary hack. diff --git a/gnulib-local/modules/gettext-tools-misc b/gnulib-local/modules/gettext-tools-misc index 0875255d1..105d871e9 100644 --- a/gnulib-local/modules/gettext-tools-misc +++ b/gnulib-local/modules/gettext-tools-misc @@ -4,7 +4,6 @@ Files: m4/hard-locale.m4 m4/mbrtowc.m4 m4/memchr.m4 -m4/restrict.m4 m4/strdup.m4 Depends-on: