diff configure.in @ 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 a6951040bb8e
children f335897d9014
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"])
+