comparison configure @ 33652:ce8363e1347d

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 20 Nov 2000 19:17:00 +0000
parents 2281a1a9c54a
children 131dfbc3b5d1
comparison
equal deleted inserted replaced
33651:cdbdcca9452f 33652:ce8363e1347d
9303 `" 9303 `"
9304 9304
9305 echo creating src/epaths.h 9305 echo creating src/epaths.h
9306 make epaths-force 9306 make epaths-force
9307 9307
9308 # As of 2000-11-19, newest development versions of GNU cpp preprocess
9309 # `..' to `. .' unless invoked with -traditional
9310
9311 if test "x$GCC" = xyes && test "x$NON_GNU_CPP" = x; then
9312 CPPFLAGS="$CPPFLAGS -traditional"
9313 fi
9314
9308 echo creating lib-src/Makefile 9315 echo creating lib-src/Makefile
9309 ( cd lib-src 9316 ( cd lib-src
9310 rm -f junk.c junk1.c junk2.c 9317 rm -f junk.c junk1.c junk2.c
9311 sed -e '/start of cpp stuff/q' \ 9318 sed -e '/start of cpp stuff/q' \
9312 < Makefile.c > junk1.c 9319 < Makefile.c > junk1.c