(AT_TEST_CPP_GUARD_H): Compile with -I., as Forte 7 C requires it,

and it shouldn't hurt on other compilers.
This commit is contained in:
Paul Eggert
2002-11-15 01:57:23 +00:00
parent 7ec1b48eb8
commit edbc04c709

View File

@@ -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
])