]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
Fix C++ test cases after recent Gnulib changes. Discussed starting at
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 3 Jul 2007 14:08:29 +0000 (14:08 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 3 Jul 2007 14:08:29 +0000 (14:08 +0000)
commitce3448d5b9133a0e6d27d6d36d29f4f7a4316dc7
treede66e654f916aafa29b49bf378318e8b96c9af12
parent8a86eef0fa29d277dc0eae1892ea94c48c3e2ba2
Fix C++ test cases after recent Gnulib changes.  Discussed starting at
<http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
* examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
definition in order to avoid Gnulib headers since we don't use config.h
here.
* tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
rather than AT_DATA so that config.h is included.
ChangeLog
examples/calc++/Makefile.am
tests/output.at