* Makefile.am (AUTOMAKE_OPTIONS): 1.5.

* Makefile.maint: Sync. with CVS Autoconf.
This commit is contained in:
Akim Demaille
2001-08-27 09:33:34 +00:00
parent 3e4c37cf7b
commit e373aad966
14 changed files with 4367 additions and 2358 deletions

View File

@@ -1069,6 +1069,12 @@ Adjust the output:
The other output files' names are constructed from OUTFILE as
described under the `-v' and `-d' options.
`-g'
`--graph'
Output a VCG definition of the LALR(1) grammar automaton computed
by Bison. If the grammar file is `foo.y', the VCG output file will
be `foo.vcg'.

File: bison.info, Node: Environment Variables, Next: Option Cross Key, Prev: Bison Options, Up: Invocation