1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

Use -traditional with GNU cpp.

This commit is contained in:
Gerd Moellmann 2000-11-20 14:07:03 +00:00
parent 2ce63cb7f5
commit c776f30b14

View File

@ -2257,6 +2257,13 @@ changequote([, ])dnl
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