summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2009-12-14 18:04:57 -0500
committerJoel E. Denny <jdenny@clemson.edu>2009-12-14 18:13:04 -0500
commitf1fb412cf39bc9e58f6046675c720dc6bbceec91 (patch)
treece46fdce5bfb467d570225b8557410373c2b5f23 /bootstrap.conf
parent51c7ca01e2c9cfb5c7a274bed0e14899adbd005c (diff)
downloadbison-f1fb412cf39bc9e58f6046675c720dc6bbceec91.tar.gz
Enable assertion output and --disable-assert for configure.
* bootstrap.conf (gnulib_modules): Add assert module. * src/system.h (aver): Define as assert, and summarize the discussion on this issue. (cherry picked from commit ca01f454f01645533622a59ef0df335ee07679e5)
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 1cef2f0d..dff8d80a 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -17,12 +17,12 @@
# gnulib modules used by this package.
gnulib_modules='
- announce-gen argmatch 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
- mbswidth obstack quote quotearg stdbool stpcpy strerror strtoul
- strverscmp unistd unistd-safer unlocked-io update-copyright unsetenv
- verify warnings xalloc xalloc-die xstrndup
+ 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 mbswidth obstack quote quotearg stdbool
+ stpcpy strerror strtoul strverscmp unistd unistd-safer unlocked-io
+ update-copyright unsetenv verify warnings xalloc xalloc-die xstrndup
'
# Additional xgettext options to use. Use "\\\newline" to break lines.