*** empty log message ***

This commit is contained in:
Dave Love 2000-12-11 17:17:41 +00:00
parent 557dcfd773
commit 349790558b
2 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2000-12-11 Dave Love <fx@gnu.org>
* configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
2000-12-11 Paul Eggert <eggert@twinsun.com>
* aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):

10
configure vendored
View file

@ -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 ;;