# HG changeset patch # User Gerd Moellmann # Date 974809411 0 # Node ID 8501df083ce88f0fbf426bae0886e5a1edb3c6b2 # Parent ed673ad26a6d444bbb73d2b66b7c82af34452f4b (AC_OUTPUT): Arrange to emit definitions of GCC and NON_GNU_CPP into config.status. diff -r ed673ad26a6d -r 8501df083ce8 configure.in --- a/configure.in Tue Nov 21 12:05:08 2000 +0000 +++ b/configure.in Tue Nov 21 12:23:31 2000 +0000 @@ -2304,4 +2304,5 @@ # This is how we know whether to re-run configure in certain cases. touch src/config.stamp -], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"]) +], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPPFLAGS="$CPPFLAGS"]) +