aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-20 14:07:03 +0000
committerGerd Moellmann2000-11-20 14:07:03 +0000
commitc776f30b149783b476eb05d296506fd7cee83de5 (patch)
treed4afe34bbd76074c0a679919498e8d33f700dda0
parent2ce63cb7f58e540c18be064c9185f6ca6d5f7890 (diff)
downloademacs-c776f30b149783b476eb05d296506fd7cee83de5.tar.gz
emacs-c776f30b149783b476eb05d296506fd7cee83de5.zip
Use -traditional with GNU cpp.
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e83b81f1883..341711dc648 100644
--- a/configure.in
+++ b/configure.in
@@ -2257,6 +2257,13 @@ changequote([, ])dnl
2257echo creating src/epaths.h 2257echo creating src/epaths.h
2258make epaths-force 2258make epaths-force
2259 2259
2260# As of 2000-11-19, newest development versions of GNU cpp preprocess
2261# `..' to `. .' unless invoked with -traditional
2262
2263if [ x$GCC = xyes && x$NON_GNU_CPP" = x ]; then
2264 CPPFLAGS="$CPPFLAGS -traditional"
2265fi
2266
2260echo creating lib-src/Makefile 2267echo creating lib-src/Makefile
2261( cd lib-src 2268( cd lib-src
2262 rm -f junk.c junk1.c junk2.c 2269 rm -f junk.c junk1.c junk2.c