From: Paul Eggert Date: Fri, 15 Nov 2002 01:57:23 +0000 (+0000) Subject: (AT_TEST_CPP_GUARD_H): Compile with -I., as Forte 7 C requires it, X-Git-Tag: BISON-1_875~251 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/edbc04c709124d97635fdde70ee77622616ca65d (AT_TEST_CPP_GUARD_H): Compile with -I., as Forte 7 C requires it, and it shouldn't hurt on other compilers. --- diff --git a/tests/headers.at b/tests/headers.at index 1aded315..7865341c 100644 --- a/tests/headers.at +++ b/tests/headers.at @@ -68,7 +68,7 @@ dummy:; AT_CHECK([bison --defines=$1.h --output=y.tab.c $1.y]) # CPP should be happy with it. -AT_CHECK([$CC -E y.tab.c], 0, [ignore]) +AT_CHECK([$CC -E -I. y.tab.c], 0, [ignore]) AT_CLEANUP ])