+2008-11-09 Akim Demaille <demaille@gostai.com>
+
+ Require the generation of parse-gram.output.
+ * src/Makefile.am (YACC): Pass --report=all.
+
2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
* NEWS (2.5): New stub.
2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
* NEWS (2.5): New stub.
# Use our own Bison to build the parser. Of course, you ought to
# keep a sane version of Bison nearby...
# Use our own Bison to build the parser. Of course, you ought to
# keep a sane version of Bison nearby...
-YACC = ../tests/bison -y --warnings=all,error
+YACC = ../tests/bison -y --warnings=all,error --report=all
bin_PROGRAMS = bison
bin_SCRIPTS = $(YACC_SCRIPT)
bin_PROGRAMS = bison
bin_SCRIPTS = $(YACC_SCRIPT)