comparison configure.in @ 864:5b3cf2203477

[xemacs-hg @ 2002-06-04 06:09:51 by andyp] merge 21.4 windows changes, minimally tested
author andyp
date Tue, 04 Jun 2002 06:12:31 +0000
parents 7b263c3f9ec9
children 428608d46017
comparison
equal deleted inserted replaced
863:42375619fa45 864:5b3cf2203477
748 dnl installed in odd places. 748 dnl installed in odd places.
749 749
750 dnl Has the user specified one of the path options? 750 dnl Has the user specified one of the path options?
751 prefix | exec_prefix | bindir | datadir | statedir | libdir | \ 751 prefix | exec_prefix | bindir | datadir | statedir | libdir | \
752 mandir | infodir | infopath | lispdir | etcdir | pkgdir | \ 752 mandir | infodir | infopath | lispdir | etcdir | pkgdir | \
753 archlibdir | docdir | package_path ) 753 archlibdir | docdir | package_path | moduledir )
754 dnl If the value was omitted, get it from the next argument. 754 dnl If the value was omitted, get it from the next argument.
755 if test "$valomitted" = "yes"; then 755 if test "$valomitted" = "yes"; then
756 if test "$#" = 0; then 756 if test "$#" = 0; then
757 USAGE_ERROR("The \`--$optname' option requires a value."); 757 USAGE_ERROR("The \`--$optname' option requires a value.");
758 fi 758 fi
1219 NON_GNU_CPP="cc -E -P" 1219 NON_GNU_CPP="cc -E -P"
1220 ;; 1220 ;;
1221 1221
1222 dnl Cubix QBx/386 1222 dnl Cubix QBx/386
1223 i[[3-9]]86-cubix-sysv* ) machine=intel386 opsys=usg5-3 ;; 1223 i[[3-9]]86-cubix-sysv* ) machine=intel386 opsys=usg5-3 ;;
1224
1225 dnl Darwin, a.k.a. MacOS X (based on Mach and Freebsd)
1226 *-*-darwin*)
1227 opsys=darwin
1228 RANLIB="ranlib -c" dnl Avoids a link error with lwlib-config.c
1229 pdump=yes dnl No "native" working dumper available
1230 ;;
1224 1231
1225 dnl Data General AViiON Machines 1232 dnl Data General AViiON Machines
1226 i586-dg-dgux*R4* | i586-dg-dgux5.4.4* ) machine=aviion opsys=dgux5-4r4 ;; 1233 i586-dg-dgux*R4* | i586-dg-dgux5.4.4* ) machine=aviion opsys=dgux5-4r4 ;;
1227 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) opsys=dgux5-4r3 ;; 1234 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) opsys=dgux5-4r3 ;;
1228 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) opsys=dgux5-4r2 ;; 1235 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) opsys=dgux5-4r2 ;;