mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 22:03:02 +00:00
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 a898435b25)
Conflicts:
build-aux/.gitignore
This commit is contained in:
@@ -20,8 +20,8 @@ gnulib_modules='
|
||||
announce-gen argmatch assert config-h c-strcase configmake dirname
|
||||
error extensions fopen-safer gendocs getopt-gnu gettext
|
||||
git-version-gen hash inttypes javacomp-script javaexec-script
|
||||
maintainer-makefile malloc-gnu mbswidth obstack pipe quote quotearg
|
||||
realloc-posix stdbool stpcpy strerror strtoul strverscmp unistd
|
||||
maintainer-makefile malloc-gnu mbswidth obstack quote quotearg
|
||||
realloc-posix spawn-pipe stdbool stpcpy strerror strtoul strverscmp unistd
|
||||
unistd-safer unlocked-io update-copyright unsetenv verify warnings
|
||||
xalloc xalloc-die xstrndup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user