comparison configure.in @ 15809:e367879c21df

(*-sco3.2v5*): Set OVERRIDE_CPPFLAG to a string of one space. Fix the code that uses OVERRIDE_CPPFLAG.
author Richard M. Stallman <rms@gnu.org>
date Wed, 31 Jul 1996 17:54:15 +0000
parents 80562f089595
children fd9789979c58
comparison
equal deleted inserted replaced
15808:3afa38a18102 15809:e367879c21df
848 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; 848 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
849 *-sco3.2v5* ) opsys=sco5 849 *-sco3.2v5* ) opsys=sco5
850 NON_GNU_CPP=/lib/cpp 850 NON_GNU_CPP=/lib/cpp
851 # Prevent -belf from being passed to $CPP. 851 # Prevent -belf from being passed to $CPP.
852 # /lib/cpp does not accept it. 852 # /lib/cpp does not accept it.
853 OVERRIDE_CPPFLAGS= 853 OVERRIDE_CPPFLAGS=" "
854 ;; 854 ;;
855 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; 855 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
856 *-bsdi2.0* ) opsys=bsdos2 ;; 856 *-bsdi2.0* ) opsys=bsdos2 ;;
857 *-bsdi2* ) opsys=bsdos2-1 ;; 857 *-bsdi2* ) opsys=bsdos2-1 ;;
858 *-386bsd* ) opsys=386bsd ;; 858 *-386bsd* ) opsys=386bsd ;;
1243 1243
1244 1244
1245 #### Add the libraries to LIBS and check for some functions. 1245 #### Add the libraries to LIBS and check for some functions.
1246 1246
1247 if test x"${OVERRIDE_CPPFLAGS}" != x; then 1247 if test x"${OVERRIDE_CPPFLAGS}" != x; then
1248 CPPFLAGS="$(OVERRIDE_CPPFLAGS)" 1248 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
1249 else 1249 else
1250 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" 1250 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
1251 fi 1251 fi
1252 1252
1253 LIBS="$libsrc_libs $LIBS" 1253 LIBS="$libsrc_libs $LIBS"