From: Bruno Haible Date: Sat, 30 Jul 2011 00:46:40 +0000 (+0200) Subject: Update after gnulib changed. X-Git-Tag: v0.18.2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdf2e8d214e5895bc35be57264f26c582f523eb0;p=thirdparty%2Fgettext.git Update after gnulib changed. --- diff --git a/ChangeLog b/ChangeLog index 53fab538e..1acd2de85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-07-12 Bruno Haible + + Update after gnulib changed. + * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): Update + module names. + 2011-06-08 Bruno Haible Fix a link error due to rpl_wcrtomb on Solaris 9. diff --git a/autogen.sh b/autogen.sh index 92aa49967..bf8c49e24 100755 --- a/autogen.sh +++ b/autogen.sh @@ -214,8 +214,6 @@ if ! $skip_gnulib; then # Common dependencies of GNULIB_MODULES_TOOLS_FOR_SRC and GNULIB_MODULES_TOOLS_FOR_LIBGREP. GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES=' alloca-opt - arg-nonnull - c++defs extensions gettext-h include_next @@ -224,6 +222,9 @@ if ! $skip_gnulib; then mbrtowc mbsinit multiarch + snippet/arg-nonnull + snippet/c++defs + snippet/warn-on-use ssize_t stdbool stddef @@ -232,7 +233,6 @@ if ! $skip_gnulib; then streq unistd verify - warn-on-use wchar wctype-h ' diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 1e0499bcb..fef943048 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,8 @@ +2011-07-12 Bruno Haible + + Update after gnulib changed. + * modules/fnmatch.diff: Update. + 2011-06-16 Bruno Haible Update after gnulib changed. diff --git a/gnulib-local/modules/fnmatch.diff b/gnulib-local/modules/fnmatch.diff index d2e2cbc69..74ac97a2a 100644 --- a/gnulib-local/modules/fnmatch.diff +++ b/gnulib-local/modules/fnmatch.diff @@ -3,16 +3,16 @@ *************** *** 11,17 **** Depends-on: - arg-nonnull extensions + snippet/arg-nonnull ! alloca [test -n "$FNMATCH_H"] stdbool [test -n "$FNMATCH_H"] wchar [test -n "$FNMATCH_H"] wctype-h [test -n "$FNMATCH_H"] --- 11,17 ---- Depends-on: - arg-nonnull extensions + snippet/arg-nonnull ! alloca-opt [test -n "$FNMATCH_H"] stdbool [test -n "$FNMATCH_H"] wchar [test -n "$FNMATCH_H"]