Mercurial > hg > xemacs-beta
comparison configure @ 88:821dec489c24 r20-0
Import from CVS: tag r20-0
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:59 +0200 |
parents | ac0620f6398e |
children | 99da576a67e7 |
comparison
equal
deleted
inserted
replaced
87:7df2982f5c17 | 88:821dec489c24 |
---|---|
98 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' | 98 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' |
99 energize_version='no' | 99 energize_version='no' |
100 native_sound_lib='' | 100 native_sound_lib='' |
101 # make normal error-checking be the default in alpha and beta versions, so | 101 # make normal error-checking be the default in alpha and beta versions, so |
102 # that bugs get noticed. Change this for released versions. | 102 # that bugs get noticed. Change this for released versions. |
103 error_check_default='yes' | 103 error_check_default='no' |
104 error_check_extents=$error_check_default | 104 error_check_extents=$error_check_default |
105 error_check_typecheck=$error_check_default | 105 error_check_typecheck=$error_check_default |
106 error_check_bufpos=$error_check_default | 106 error_check_bufpos=$error_check_default |
107 error_check_gc=$error_check_default | 107 error_check_gc=$error_check_default |
108 error_check_malloc=$error_check_default | 108 error_check_malloc=$error_check_default |
1152 i[3-9]86-ibm-aix1.1* ) machine=ibmps2-aix opsys=usg5-2-2 ;; | 1152 i[3-9]86-ibm-aix1.1* ) machine=ibmps2-aix opsys=usg5-2-2 ;; |
1153 i[3-9]86-ibm-aix1.[23]* | i[3-9]86-ibm-aix* ) machine=ibmps2-aix opsys=usg5-3 ;; | 1153 i[3-9]86-ibm-aix1.[23]* | i[3-9]86-ibm-aix* ) machine=ibmps2-aix opsys=usg5-3 ;; |
1154 i370-ibm-aix*) machine=ibm370aix opsys=usg5-3 ;; | 1154 i370-ibm-aix*) machine=ibm370aix opsys=usg5-3 ;; |
1155 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) machine=ibmrs6000 opsys=aix3-1 ;; | 1155 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) machine=ibmrs6000 opsys=aix3-1 ;; |
1156 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) machine=ibmrs6000 opsys=aix3-2-5 ;; | 1156 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) machine=ibmrs6000 opsys=aix3-2-5 ;; |
1157 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) machine=ibmrs6000 opsys=aix4-2 ;; | |
1157 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) machine=ibmrs6000 opsys=aix4-1 ;; | 1158 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) machine=ibmrs6000 opsys=aix4-1 ;; |
1158 rs6000-ibm-aix4* | powerpc-ibm-aix4* ) machine=ibmrs6000 opsys=aix4 ;; | 1159 rs6000-ibm-aix4* | powerpc-ibm-aix4* ) machine=ibmrs6000 opsys=aix4 ;; |
1159 rs6000-ibm-aix* | powerpc-ibm-aix* ) machine=ibmrs6000 opsys=aix3-2 ;; | 1160 rs6000-ibm-aix* | powerpc-ibm-aix* ) machine=ibmrs6000 opsys=aix3-2 ;; |
1160 romp-ibm-bsd4.3* ) machine=ibmrt opsys=bsd4-3 ;; | 1161 romp-ibm-bsd4.3* ) machine=ibmrt opsys=bsd4-3 ;; |
1161 romp-ibm-bsd4.2* ) machine=ibmrt opsys=bsd4-2 ;; | 1162 romp-ibm-bsd4.2* ) machine=ibmrt opsys=bsd4-2 ;; |
3664 # Upgrade to autoconf 2 and use ac_check_lib - mrb | 3665 # Upgrade to autoconf 2 and use ac_check_lib - mrb |
3665 if test "${with_xmu}" != "yes" -a -n "$OPENWINHOME" ; then | 3666 if test "${with_xmu}" != "yes" -a -n "$OPENWINHOME" ; then |
3666 # begin expansion of ac_have_library | 3667 # begin expansion of ac_have_library |
3667 ac_save_LIBS="${LIBS}" | 3668 ac_save_LIBS="${LIBS}" |
3668 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" | 3669 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" |
3670 if test ${machine} = sparc -a ${opsys} = linux; then | |
3671 LIBS="${LIBS} -lICE -lSM" | |
3672 fi | |
3669 ac_have_lib="" | 3673 ac_have_lib="" |
3670 cat > conftest.${ac_ext} <<EOF | 3674 cat > conftest.${ac_ext} <<EOF |
3671 int main() { return 0; } | 3675 int main() { return 0; } |
3672 EOF | 3676 EOF |
3673 if eval $ac_compile; then | 3677 if eval $ac_compile; then |