# HG changeset patch # User Gerd Moellmann # Date 974729223 0 # Node ID 6242368d9e4c5ad2b2de8b8da95c5a6da811a2ac # Parent c97a649b19874eea37d39c808fa61b7d3611943b Use -traditional with GNU cpp. diff -r c97a649b1987 -r 6242368d9e4c configure.in --- a/configure.in Mon Nov 20 14:01:35 2000 +0000 +++ b/configure.in Mon Nov 20 14:07:03 2000 +0000 @@ -2257,6 +2257,13 @@ 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 [ x$GCC = xyes && 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