Mercurial > emacs
changeset 33652:ce8363e1347d
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 20 Nov 2000 19:17:00 +0000 |
parents | cdbdcca9452f |
children | 55d418b6992e |
files | ChangeLog configure |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Nov 20 19:02:44 2000 +0000 +++ b/ChangeLog Mon Nov 20 19:17:00 2000 +0000 @@ -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.
--- a/configure Mon Nov 20 19:02:44 2000 +0000 +++ b/configure Mon Nov 20 19:17:00 2000 +0000 @@ -9305,6 +9305,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 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