summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-20 19:17:00 +0000
committerDave Love <fx@gnu.org>2000-11-20 19:17:00 +0000
commit1c4833a0fbe9a8d43d9571ecdbaf8545b7832a6d (patch)
tree5f5240f1ad773522b7441f0fcf71659a86d64f54 /configure
parent412e2e57126f844ffca74fc8806bd368fed338d6 (diff)
downloademacs-1c4833a0fbe9a8d43d9571ecdbaf8545b7832a6d.tar.gz
*** empty log message ***
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 9a297b79144..1dd7e2e6580 100755
--- a/configure
+++ b/configure
@@ -9305,6 +9305,13 @@ sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
echo creating src/epaths.h
make epaths-force
+# As of 2000-11-19, newest development versions of GNU cpp preprocess
+# `..' to `. .' unless invoked with -traditional
+
+if test "x$GCC" = xyes && test "x$NON_GNU_CPP" = x; then
+ CPPFLAGS="$CPPFLAGS -traditional"
+fi
+
echo creating lib-src/Makefile
( cd lib-src
rm -f junk.c junk1.c junk2.c