summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-07-30 02:46:40 +0200
committerBruno Haible <bruno@clisp.org>2011-07-30 02:59:30 +0200
commitcdf2e8d214e5895bc35be57264f26c582f523eb0 (patch)
tree29b11bfe7b910388e096e23f2892cd5a74f7face
parent470734a576b9f92ca580b600bc94ea5be40c4a5b (diff)
downloadgettext-cdf2e8d214e5895bc35be57264f26c582f523eb0.tar.gz
Update after gnulib changed.
-rw-r--r--ChangeLog6
-rwxr-xr-xautogen.sh6
-rw-r--r--gnulib-local/ChangeLog5
-rw-r--r--gnulib-local/modules/fnmatch.diff4
4 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 53fab538e..1acd2de85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-12 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): Update
+ module names.
+
2011-06-08 Bruno Haible <bruno@clisp.org>
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 <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * modules/fnmatch.diff: Update.
+
2011-06-16 Bruno Haible <bruno@clisp.org>
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"]