]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Sep 2011 14:49:56 +0000 (16:49 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Sep 2011 14:49:56 +0000 (16:49 +0200)
ChangeLog
autogen.sh
gnulib-local/ChangeLog
gnulib-local/modules/backupfile

index 1acd2de85609c8dd9f81503aefff68f9c192832f..0611b8748c77e6610734bf4b21ec2e77f02e49b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-12  Bruno Haible  <bruno@clisp.org>
+
+       Update after gnulib changed.
+       * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add opendir, readdir,
+       closedir.
+
 2011-07-12  Bruno Haible  <bruno@clisp.org>
 
        Update after gnulib changed.
index bf8c49e24aff873c1a592dc9c83a95f5cf17b63e..35c93c169e4a79da6803c48b65b365d70dbf1281 100755 (executable)
@@ -128,6 +128,7 @@ if ! $skip_gnulib; then
       c-strcasestr
       c-strstr
       clean-temp
+      closedir
       closeout
       copy-file
       csharpcomp
@@ -163,11 +164,13 @@ if ! $skip_gnulib; then
       minmax
       obstack
       open
+      opendir
       openmp
       ostream
       pipe-filter-ii
       progname
       propername
+      readdir
       relocatable-prog
       relocatable-script
       setlocale
index 5df10bd2f7a32da4d39bfe6d935bd55adbda849b..56e425718d971f8dd3800e66269f9a434382b664 100644 (file)
@@ -1,3 +1,9 @@
+2011-09-12  Bruno Haible  <bruno@clisp.org>
+
+       Update after gnulib changed.
+       * gnulib-local/modules/backupfile (Depends-on): Add opendir, readdir,
+       closedir.
+
 2011-08-12  Bruno Haible  <bruno@clisp.org>
 
        Comment.
index 64906f429d1d4cf8fd6e26edf28ac09df3e7c0e8..0f0288a4ff23c6c039ddb38873d59b3bb1ee48d5 100644 (file)
@@ -10,6 +10,9 @@ m4/backupfile.m4
 Depends-on:
 argmatch
 basename
+closedir
+opendir
+readdir
 unistd
 
 configure.ac: