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.
This commit is contained in:
Joel E. Denny
2007-07-03 14:08:29 +00:00
parent 8a86eef0fa
commit ce3448d5b9
3 changed files with 13 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ $(calc_extracted): $(doc) $(extexi)
## Parser generation. ##
## ------------------- ##
DEFAULT_INCLUDES = -I. -I$(srcdir)
BUILT_SOURCES = $(calc_extracted) $(calc_sources_generated)
CLEANFILES = $(srcdir)/*.output *.tmp
MAINTAINERCLEANFILES = $(srcdir)/*.stamp $(BUILT_SOURCES)