diff options
author | Joel E. Denny <jdenny@clemson.edu> | 2009-12-15 00:15:41 -0500 |
---|---|---|
committer | Joel E. Denny <jdenny@clemson.edu> | 2009-12-15 18:30:34 -0500 |
commit | fb9a3976c2430adf4787730fb7b26af82eb880fe (patch) | |
tree | a5123a279b346815d4c8d3dc1bb648e820ec2567 /build-aux | |
parent | f1fb412cf39bc9e58f6046675c720dc6bbceec91 (diff) | |
download | bison-fb9a3976c2430adf4787730fb7b26af82eb880fe.tar.gz |
portability: use -DGNULIB_POSIXCHECK.
Reported by Eric Blake. See discussions at
<http://lists.gnu.org/archive/html/bug-bison/2009-09/msg00008.html>
and
<http://lists.gnu.org/archive/html/bug-gnulib/2009-10/msg00108.html>.
* HACKING (Release checks): Suggest -DGNULIB_POSIXCHECK.
* bootstrap.conf (gnulib_modules): Add all the printf modules
suggested by -DGNULIB_POSIXCHECK. Add realloc-posix as
suggested by -DGNULIB_POSIXCHECK for gnulib's own vasnprintf.c.
(excluded_files): Remove m4/printf-posix.m4.
* tests/atlocal.in (LIBS): As for LDADD in src/Makefile.am, add
lib/libbison.a so gnulib libraries can be linked.
(cherry picked from commit 5c99151aeb4396bf35b482e27075948c33088afa)
Conflicts:
lib/.cvsignore
lib/.gitignore
m4/.cvsignore
m4/.gitignore
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/.cvsignore | 1 | ||||
-rw-r--r-- | build-aux/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/.cvsignore b/build-aux/.cvsignore index 77151142..1ac30705 100644 --- a/build-aux/.cvsignore +++ b/build-aux/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in announce-gen +arg-nonnull.h compile config.guess config.rpath diff --git a/build-aux/.gitignore b/build-aux/.gitignore index 610ad9e5..ea4bcce1 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -1,6 +1,7 @@ /Makefile /Makefile.in /announce-gen +/arg-nonnull.h /compile /config.guess /config.rpath |