diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-21 12:23:31 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-21 12:23:31 +0000 |
commit | 464c7d2d76d7e3780f9a3191003d9c7f7b0e8e39 (patch) | |
tree | 230f2cb5a486ad69325a5ff6c8638f9eca1a1bd1 /configure.in | |
parent | ff23e1dd170acbd8c702c5b81465c8b27d903f1f (diff) | |
download | emacs-464c7d2d76d7e3780f9a3191003d9c7f7b0e8e39.tar.gz |
(AC_OUTPUT): Arrange to emit definitions of
GCC and NON_GNU_CPP into config.status.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c62f6c3c305..cfb12611119 100644 --- a/configure.in +++ b/configure.in @@ -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"]) + |