X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0d533154e4618606f7a0907b68fedafb35982924..b77b9ee0a338cdcab3b5ab774cc8418f42e6d19f:/tests/atconfig.in diff --git a/tests/atconfig.in b/tests/atconfig.in index 3c52256d..29d893b2 100644 --- a/tests/atconfig.in +++ b/tests/atconfig.in @@ -1,6 +1,6 @@ # @configure_input@ -*- shell-script -*- # Configurable variable values for building test suites. -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -85,10 +85,11 @@ M4='@M4@' # We need a C compiler. CC='@CC@' CFLAGS='@CFLAGS@' +CPPFLAGS='-I@top_srcdir@ @CPPFLAGS@' # We want to use the files shipped with Bison. -BISON_SIMPLE=$at_top_builddir/src/bison.simple +BISON_SIMPLE=$at_top_srcdir/src/bison.simple export BISON_SIMPLE -BISON_HAIRY=$at_top_builddir/src/bison.hairy +BISON_HAIRY=$at_top_srcdir/src/bison.hairy export BISON_HAIRY # Snippet )2