From 349790558bb24b712abcf45b40e2e05acb099a27 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 11 Dec 2000 17:17:41 +0000 Subject: *** empty log message *** --- ChangeLog | 4 ++++ configure | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74d82f2f727..bb4d0366f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/configure b/configure index 6db2bcd9c35..54ac42a301a 100755 --- a/configure +++ b/configure @@ -885,11 +885,11 @@ case "${canonical}" in # 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 ;; -- cgit v1.2.3