comparison configure @ 34446:d39dd1c5b93f

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 11 Dec 2000 17:17:41 +0000
parents de5d85f5717b
children eb8cfdc5cabf
comparison
equal deleted inserted replaced
34445:7a051719febe 34446:d39dd1c5b93f
883 alpha*-dec-osf* ) 883 alpha*-dec-osf* )
884 machine=alpha opsys=osf1 884 machine=alpha opsys=osf1
885 # This is needed to find X11R6.1 libraries for certain tests. 885 # This is needed to find X11R6.1 libraries for certain tests.
886 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib 886 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
887 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib 887 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
888 # This is necessary on 5.0 to avoid mangling src/Makefile due to 888 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
889 # non-traditional preprocessing with the current compiler defaults. 889 # due to non-traditional preprocessing with the current compiler
890 # OSF 4 can also have that compiler version, and there seems always 890 # defaults. OSF 4 can also have that compiler version, and there
891 # to have been a usable /usr/bin/cpp. 891 # seems always to have been a usable /usr/bin/cpp.
892 NON_GNU_CPP='cpp' 892 NON_GNU_CPP=/usr/bin/cpp
893 case "${canonical}" in 893 case "${canonical}" in
894 alpha*-dec-osf[5-9]*) 894 alpha*-dec-osf[5-9]*)
895 opsys=osf5-0 ;; 895 opsys=osf5-0 ;;
896 esac 896 esac
897 ;; 897 ;;