# HG changeset patch # User Dave Love # Date 976555061 0 # Node ID d39dd1c5b93f7ff195c4685155e36122a2c6cf4a # Parent 7a051719febe9ac3251cf33fc07862afb53cb967 *** empty log message *** diff -r 7a051719febe -r d39dd1c5b93f ChangeLog --- a/ChangeLog Mon Dec 11 17:17:02 2000 +0000 +++ b/ChangeLog Mon Dec 11 17:17:41 2000 +0000 @@ -1,3 +1,7 @@ +2000-12-11 Dave Love + + * configure.in : Use full path for NON_GNU_CPP. + 2000-12-11 Paul Eggert * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE): diff -r 7a051719febe -r d39dd1c5b93f configure --- a/configure Mon Dec 11 17:17:02 2000 +0000 +++ b/configure Mon Dec 11 17:17:41 2000 +0000 @@ -885,11 +885,11 @@ # This is needed to find X11R6.1 libraries for certain tests. NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib - # This is necessary on 5.0 to avoid mangling src/Makefile due to - # non-traditional preprocessing with the current compiler defaults. - # OSF 4 can also have that compiler version, and there seems always - # to have been a usable /usr/bin/cpp. - NON_GNU_CPP='cpp' + # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile + # due to non-traditional preprocessing with the current compiler + # defaults. OSF 4 can also have that compiler version, and there + # seems always to have been a usable /usr/bin/cpp. + NON_GNU_CPP=/usr/bin/cpp case "${canonical}" in alpha*-dec-osf[5-9]*) opsys=osf5-0 ;;