changeset 33674:8501df083ce8

(AC_OUTPUT): Arrange to emit definitions of GCC and NON_GNU_CPP into config.status.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 21 Nov 2000 12:23:31 +0000
parents ed673ad26a6d
children cd12ade4547d
files configure.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"])
+