diff options
author | Joel E. Denny <joeldenny@joeldenny.org> | 2011-04-16 14:59:32 -0400 |
---|---|---|
committer | Joel E. Denny <joeldenny@joeldenny.org> | 2011-04-16 15:35:02 -0400 |
commit | a801089ca3a86b89374dfbcc790944a9aad1aebd (patch) | |
tree | 10372145bff8bf734ede3b9081e867ac6fef6d38 /po | |
parent | 2f658d530bdfc3b24b65bd4ab23c4c93bf2b9681 (diff) | |
download | bison-a801089ca3a86b89374dfbcc790944a9aad1aebd.tar.gz |
gnulib, autoconf: update.
* README-hacking (Updating a submodule): Give advice on how to
determine the versions of gnulib and autoconf to which we should
update.
(Release Procedure): Note that submodules should be updated.
* bootstrap.conf (gnulib_modules): Rename pipe to spawn-pipe as
suggested in updated gnulib NEWS.
* gnulib: Choose a stable snapshot according to advice in Bison's
README-hacking.
* po/POTFILES.in (lib/pipe.c): Rename to...
(lib/spawn-pipe.c): ... this.
* src/output.c: Update to include spawn-pipe.h.
* submodules/autoconf: Update to latest for improvement in m4.m4
that excludes M4 with buggy strstr. The only other changes to
files that we use are copyright updates.
(cherry picked from commit a898435b25eca4869e8c49b2b0fb1f649b030ce7)
Conflicts:
build-aux/.gitignore
Diffstat (limited to 'po')
-rw-r--r-- | po/.gitignore | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/po/.gitignore b/po/.gitignore index 79594c04..cb5df535 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -1,3 +1,4 @@ + /*.gmo /*.po /*.po~ @@ -20,3 +21,4 @@ /remove-potcdate.sed /remove-potcdate.sin /stamp-po + diff --git a/po/POTFILES.in b/po/POTFILES.in index 8c1b5966..b62e8a10 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -22,7 +22,7 @@ lib/bitset_stats.c lib/error.c lib/getopt.c lib/obstack.c -lib/pipe.c +lib/spawn-pipe.c lib/quotearg.c lib/timevar.c lib/w32spawn.h |