]> git.saurik.com Git - bison.git/blobdiff - tests/atconfig.in
* src/system.h: Provide default declarations for stpcpy, strndup,
[bison.git] / tests / atconfig.in
index 3c52256d5540df9c2a909293a9e826230a6fcc38..29d893b2a5e7e7a36a0506ae4c33b25e0acb88cc 100644 (file)
@@ -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