]> git.eshelyaron.com Git - emacs.git/commitdiff
(AC_OUTPUT): Arrange to emit definitions of
authorGerd Moellmann <gerd@gnu.org>
Tue, 21 Nov 2000 12:23:31 +0000 (12:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 21 Nov 2000 12:23:31 +0000 (12:23 +0000)
GCC and NON_GNU_CPP into config.status.

configure.in

index c62f6c3c305d7b78ff32e5139421f75918275b1e..cfb12611119e4d62b7075b7542e8759e2796a0f5 100644 (file)
@@ -2304,4 +2304,5 @@ fi
 # 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"])
+