Mercurial > hg > xemacs-beta
comparison configure @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | 6a43545367ac |
children | 4be1180a9e89 |
comparison
equal
deleted
inserted
replaced
97:498bf5da1c90 | 98:0d2f883870bc |
---|---|
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='no' | 103 error_check_default='yes' |
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 |
271 --with-xim=motif (*) Used in conjunction with Mule support. | 271 --with-xim=motif (*) Used in conjunction with Mule support. |
272 Use either raw Xlib to provide XIM support, or | 272 Use either raw Xlib to provide XIM support, or |
273 the Motif XmIm* routines (when available). | 273 the Motif XmIm* routines (when available). |
274 If the XmIm* routines are autodetected, | 274 If the XmIm* routines are autodetected, |
275 then the default is --with-xim=motif, else --with-xim=no. | 275 then the default is --with-xim=motif, else --with-xim=no. |
276 --with-canna Compile with support for Canna (an input method | 276 --with-canna Compile with support for Canna (a Japanese input method |
277 used in conjunction with Mule support). | 277 used in conjunction with Mule support). |
278 --with-wnn Compile with support for WNN (an input method | 278 --with-wnn Compile with support for WNN (a multi-language input method |
279 used in conjunction with Mule support). | 279 used in conjunction with Mule support). |
280 This doesn't work yet. | 280 This is beta level code. |
281 --with-wnn6 Compile with support for WNN version 6 | |
282 This is alpha level code. | |
281 --with-i18n3 Compile with I18N level 3 (support for message | 283 --with-i18n3 Compile with I18N level 3 (support for message |
282 translation). This doesn't currently work. | 284 translation). This doesn't currently work. |
283 | 285 |
284 | 286 |
285 Debugging options: | 287 Debugging options: |
407 with_tty | \ | 409 with_tty | \ |
408 with_i18n3 | \ | 410 with_i18n3 | \ |
409 with_mule | \ | 411 with_mule | \ |
410 with_canna | \ | 412 with_canna | \ |
411 with_wnn | \ | 413 with_wnn | \ |
414 with_wnn6 | \ | |
412 with_mocklisp | \ | 415 with_mocklisp | \ |
413 with_energize | \ | 416 with_energize | \ |
414 with_sparcworks | \ | 417 with_sparcworks | \ |
415 with_tooltalk | \ | 418 with_tooltalk | \ |
416 external_widget | \ | 419 external_widget | \ |
4415 ac_sed_defs="${ac_sed_defs}\${ac_dA}XIM_MOTIF\${ac_dB}XIM_MOTIF\${ac_dC}1\${ac_dD} | 4418 ac_sed_defs="${ac_sed_defs}\${ac_dA}XIM_MOTIF\${ac_dB}XIM_MOTIF\${ac_dC}1\${ac_dD} |
4416 \${ac_uA}XIM_MOTIF\${ac_uB}XIM_MOTIF\${ac_uC}1\${ac_uD} | 4419 \${ac_uA}XIM_MOTIF\${ac_uB}XIM_MOTIF\${ac_uC}1\${ac_uD} |
4417 \${ac_eA}XIM_MOTIF\${ac_eB}XIM_MOTIF\${ac_eC}1\${ac_eD} | 4420 \${ac_eA}XIM_MOTIF\${ac_eB}XIM_MOTIF\${ac_eC}1\${ac_eD} |
4418 " | 4421 " |
4419 } | 4422 } |
4420 | 4423 fi |
4424 # wnn6 implies wnn support | |
4425 if test "$with_wnn6" = "yes" ; then | |
4426 with_wnn=yes | |
4421 fi | 4427 fi |
4422 else # Other internationalization features depend on Mule | 4428 else # Other internationalization features depend on Mule |
4423 with_mule="no" | 4429 with_mule="no" |
4424 for feature in xim canna wnn ; do | 4430 for feature in xim canna wnn wnn6 ; do |
4425 if eval "test -n \"\$with_$feature\" -a \"\$with_$feature\" != no" ; then | 4431 if eval "test -n \"\$with_$feature\" -a \"\$with_$feature\" != no" ; then |
4426 echo "configure: warning: --with-$feature ignored: Not valid without Mule support" >&2 | 4432 echo "configure: warning: --with-$feature ignored: Not valid without Mule support" >&2 |
4427 fi | 4433 fi |
4428 eval "with_$feature=no" | 4434 eval "with_$feature=no" |
4429 done | 4435 done |
6513 \${ac_uA}HAVE_WNN\${ac_uB}HAVE_WNN\${ac_uC}1\${ac_uD} | 6519 \${ac_uA}HAVE_WNN\${ac_uB}HAVE_WNN\${ac_uC}1\${ac_uD} |
6514 \${ac_eA}HAVE_WNN\${ac_eB}HAVE_WNN\${ac_eC}1\${ac_eD} | 6520 \${ac_eA}HAVE_WNN\${ac_eB}HAVE_WNN\${ac_eC}1\${ac_eD} |
6515 " | 6521 " |
6516 } | 6522 } |
6517 | 6523 |
6524 test "${with_wnn6}" = yes && | |
6525 { | |
6526 test -n "$verbose" && \ | |
6527 echo " defining WNN6" | |
6528 echo "#define" WNN6 "1" >> confdefs.h | |
6529 DEFS="$DEFS -DWNN6=1" | |
6530 ac_sed_defs="${ac_sed_defs}\${ac_dA}WNN6\${ac_dB}WNN6\${ac_dC}1\${ac_dD} | |
6531 \${ac_uA}WNN6\${ac_uB}WNN6\${ac_uC}1\${ac_uD} | |
6532 \${ac_eA}WNN6\${ac_eB}WNN6\${ac_eC}1\${ac_eD} | |
6533 " | |
6534 } | |
6535 | |
6518 test "${with_mock}" = yes && | 6536 test "${with_mock}" = yes && |
6519 { | 6537 { |
6520 test -n "$verbose" && \ | 6538 test -n "$verbose" && \ |
6521 echo " defining MOCKLISP_SUPPORT" | 6539 echo " defining MOCKLISP_SUPPORT" |
6522 echo "#define" MOCKLISP_SUPPORT "1" >> confdefs.h | 6540 echo "#define" MOCKLISP_SUPPORT "1" >> confdefs.h |
6945 test "$with_mule" = yes && echo " Compiling in Mule (multi-lingual) support." | 6963 test "$with_mule" = yes && echo " Compiling in Mule (multi-lingual) support." |
6946 test "$with_xim" != no && echo " Compiling in XIM (X11R5+ I18N input method) support." | 6964 test "$with_xim" != no && echo " Compiling in XIM (X11R5+ I18N input method) support." |
6947 test "$with_xim" = motif && echo " Using Motif to provide XIM support." | 6965 test "$with_xim" = motif && echo " Using Motif to provide XIM support." |
6948 test "$with_xim" = xlib && echo " Using raw Xlib to provide XIM support." | 6966 test "$with_xim" = xlib && echo " Using raw Xlib to provide XIM support." |
6949 test "$with_canna" = yes && echo " Compiling in support for Canna on Mule." | 6967 test "$with_canna" = yes && echo " Compiling in support for Canna on Mule." |
6950 test "$with_wnn" = yes && echo " Compiling in support for WNN on Mule (doesn't currently work)." | 6968 test "$with_wnn" = yes && echo " Compiling in support for WNN on Mule." |
6969 test "$with_wnn6" = yes && echo " WNN support for version 6." | |
6951 test "$with_i18n3" = yes && echo " Compiling in I18N support, level 3 (doesn't currently work)." | 6970 test "$with_i18n3" = yes && echo " Compiling in I18N support, level 3 (doesn't currently work)." |
6952 | 6971 |
6953 test "$with_cde" = yes && echo " Compiling in support for CDE." | 6972 test "$with_cde" = yes && echo " Compiling in support for CDE." |
6954 test "$with_offix" = yes && echo " Compiling in support for OffiX." | 6973 test "$with_offix" = yes && echo " Compiling in support for OffiX." |
6955 test "$with_mocklisp" = yes && echo " Compiling in support for Mocklisp." | 6974 test "$with_mocklisp" = yes && echo " Compiling in support for Mocklisp." |