Mercurial > hg > xemacs-beta
comparison configure @ 140:585fb297b004 r20-2b4
Import from CVS: tag r20-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:32:43 +0200 |
parents | b980b6286996 |
children | 318232e2a3f0 |
comparison
equal
deleted
inserted
replaced
139:2b5203979d01 | 140:585fb297b004 |
---|---|
274 --with-xim=motif (*) Used in conjunction with Mule support. | 274 --with-xim=motif (*) Used in conjunction with Mule support. |
275 Use either raw Xlib to provide XIM support, or | 275 Use either raw Xlib to provide XIM support, or |
276 the Motif XmIm* routines (when available). | 276 the Motif XmIm* routines (when available). |
277 If the XmIm* routines are autodetected, | 277 If the XmIm* routines are autodetected, |
278 then the default is --with-xim=motif, else --with-xim=no. | 278 then the default is --with-xim=motif, else --with-xim=no. |
279 NOTE: On some systems like SunOS4 use of this option | |
280 will cause XEmacs to crash at startup. | |
279 --with-canna Compile with support for Canna (a Japanese input method | 281 --with-canna Compile with support for Canna (a Japanese input method |
280 used in conjunction with Mule support). | 282 used in conjunction with Mule support). |
281 --with-wnn Compile with support for WNN (a multi-language input method | 283 --with-wnn Compile with support for WNN (a multi-language input method |
282 used in conjunction with Mule support). | 284 used in conjunction with Mule support). |
283 This is beta level code. | 285 This is beta level code. |
4516 have_XmIm=no | 4518 have_XmIm=no |
4517 fi | 4519 fi |
4518 rm -f conftest* | 4520 rm -f conftest* |
4519 | 4521 |
4520 LIBS="$xim_save_libs" | 4522 LIBS="$xim_save_libs" |
4521 if test "$have_XmIm" = "yes"; then with_xim=motif | 4523 if test "$with_xim" = "yes" -a "$have_XmIm" = "yes"; then with_xim=motif |
4522 elif test "$with_xim" = "yes"; then with_xim=xlib | 4524 elif test "$with_xim" = "yes"; then with_xim=xlib |
4523 else with_xim=no | 4525 else with_xim=no |
4524 fi | 4526 fi |
4525 fi | 4527 fi |
4526 if test "$with_xim" != "no" ; then | 4528 if test "$with_xim" != "no" ; then |