summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix make dist infinite loop reported by Juan Manuel Guerrero atJoel E. Denny2008-04-211-0/+1
| | | | | | | | | <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>. * .cvsignore: Add .version. * .version.in: New. * bootstrap.conf (gnulib_modules): Add git-version-gen. * configure.ac (AC_CONFIG_FILES): Add .version. * build-aux/.cvsignore: Add git-version-gen.
* * src/getargs.c (short_options): Split and sort for readability.Akim Demaille2008-02-281-2/+7
| | | | | | | | -g and -x take optional arguments, just like their long options. * build-aux/cross-options.pl: Use /x to make the regexp easier to understand. Fix the handling of $opt which resulted in all the argument to be considered as optional.
* Accept --report-file=FILE to override the default `.output' filename.Joel E. Denny2007-11-181-1/+1
| | | | | | | | | | | | | | | * NEWS (2.3a+): Mention. * doc/bison.texinfo (Bison Options): Add an entry. * src/files.c (compute_output_file_names): Don't override spec_verbose_file if already set. * src/getargs.c (usage): Document --report-file. (REPORT_FILE_OPTION): New anonymous enum member. (long_options): Add entry for it. (getargs): Add case for it setting spec_verbose_file. * build-aux/cross-options.pl: Don't record a short option just because there's an arg. * doc/.cvsignore: Add yacc.1.
* * build-aux/Makefile.am: Ship cross-options.pl.Akim Demaille2007-11-051-1/+1
| | | | | | * doc/Makefile.am: Always refer to cross-options.texi with $(srcdir). (MAINTAINERCLEANFILES): Add it.
* Generate the long/short option cross-table.Akim Demaille2007-11-041-0/+32
| | | | | | * build-aux/cross-options.pl: New. * doc/Makefile.am (cross-options.texi): New. * doc/bison.texinfo: Use it.
* * build-aux/.cvsignore: Add compile.Joel E. Denny2007-07-171-0/+1
| | | | * lib/.cvsignore: Add ref-add.sed, ref-del.sed, and uniwidth.
* * README-hacking: New file, taken mostly from coreutils, with changesPaul Eggert2007-04-041-2/+0
| | | | | | | | | | | for Bison. Contains much of the contents of: * README-cvs: Remove. * bootstrap: Sync from gnulib. * build-aux/.cvsignore: Remove *.t, mkinstalldirs. * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h. SCALAR(0x82833fc) redefinitions.
* * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.Joel E. Denny2007-02-191-0/+1
|
* 2007-01-29 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * NEWS: Mention java. * TODO: Remove things that are done. * bootstrap.conf: Add javacomp-script and javaexec-script. * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC. * data/Makefile.am: Add new files. * data/java-skel.m4: New. * data/java.m4: New. * data/lalr1.java: New. * doc/bison.texinfo: Put "A Complete C++ Example" under C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers under Other Languages. * src/getargs.c (valid_languages): Add Java. * src/getargs.h (struct bison_language): Update size of string fields. * tests/Makefile.am: Add java.at. * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC. * tests/java.at: New. * tests/testsuite.at: Include it.
* * bootstrap: Sync from coreutils.Paul Eggert2006-12-181-338/+0
| | | | | | | (gnulib_extra_files): Add build-aux/announce.gen. (slurp): Adjust .gitignore files like .cvsignore files. * build-aux/announce-gen: Remove from CVS, since bootstrap now creates this.
* Finish the transition config -> build-aux.Akim Demaille2005-10-214-0/+354
* configure.ac, Makefile.am: Use build-aux. * config/prev-version, config/announce-gen, config/Makefile.am: Move to... * build-aux/prev-version, build-aux/announce-gen, * build-aux/Makefile.am: here.