*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 20 Nov 2000 19:17:00 +0000 (19:17 +0000)
committerDave Love <fx@gnu.org>
Mon, 20 Nov 2000 19:17:00 +0000 (19:17 +0000)
ChangeLog
configure

index 92ad321..1b2d107 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-11-20  Dave Love  <fx@gnu.org>
 
+       * configure.in: Fix last change.
+
        * GETTING.GNU.SOFTWARE: Deleted.
        * FTP: new file to replace it.
        * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
index 9a297b7..1dd7e2e 100755 (executable)
--- 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