diff options
author | Theophile Ranquet <ranquet@lrde.epita.fr> | 2012-12-06 11:43:02 +0100 |
---|---|---|
committer | Theophile Ranquet <ranquet@lrde.epita.fr> | 2012-12-06 13:38:43 +0100 |
commit | f3ead217b8636f623399e66bd937b1c51774d4af (patch) | |
tree | 074e97d4d5adbc914e312dbdb84c642d995355c4 /bootstrap.conf | |
parent | d6dc4d36d1db744b060029254eaabaaa525a1c19 (diff) | |
parent | 9960a6ae75842aa7836f39b59e82eef0319338bc (diff) | |
download | bison-f3ead217b8636f623399e66bd937b1c51774d4af.tar.gz |
Merge remote-tracking branch 'origin/maint'
* origin/maint:
misc: pacify the Tiny C Compiler
cpp: make the check of Flex version portable
misc: require getline
c++: support wide strings for file names
doc: document carets
tests: enhance existing tests with carets
errors: show carets
getargs: add support for --flags/-f
Conflicts:
doc/bison.texi
m4/.gitignore
src/complain.c
src/flex-scanner.h
src/getargs.c
src/getargs.h
src/gram.c
src/main.c
tests/headers.at
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index cddc571b..feff5ff0 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -20,7 +20,9 @@ gnulib_modules=' argmatch assert calloc-posix close closeout config-h c-strcase configmake dirname - error extensions fdl fopen-safer getopt-gnu + error extensions fdl fopen-safer + getline + getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu |