Mercurial > hg > xemacs-beta
comparison configure @ 179:9ad43877534d r20-3b16
Import from CVS: tag r20-3b16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:52:19 +0200 |
parents | 6075d714658b |
children | bfd6434d15b3 |
comparison
equal
deleted
inserted
replaced
178:e703507b8a00 | 179:9ad43877534d |
---|---|
301 --with-x (*) Support the X Window System. | 301 --with-x (*) Support the X Window System. |
302 --with-x=no Don't support X. | 302 --with-x=no Don't support X. |
303 --x-includes=DIR Search for X header files in DIR. | 303 --x-includes=DIR Search for X header files in DIR. |
304 --x-libraries=DIR Search for X libraries in DIR. | 304 --x-libraries=DIR Search for X libraries in DIR. |
305 --with-toolbars=no Don't compile with any toolbar support. | 305 --with-toolbars=no Don't compile with any toolbar support. |
306 --with-wm Compile with realized leader window for proper | 306 --with-session=no Compile without realized leader window which will |
307 creation of the ApplicationIcon with the | 307 keep the WM_COMMAND property. Required for proper |
308 WindowMaker windowmanager (SESSION MANAGEMENT). | 308 session-management. (ON by default for testing) |
309 --with-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The Lucid | 309 --with-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The Lucid |
310 widgets emulate Motif (mostly) but are faster. | 310 widgets emulate Motif (mostly) but are faster. |
311 *WARNING* The Motif menubar is currently broken. | 311 *WARNING* The Motif menubar is currently broken. |
312 --with-scrollbars=TYPE Use TYPE scrollbars | 312 --with-scrollbars=TYPE Use TYPE scrollbars |
313 (lucid, motif, athena, athena3d, or no). | 313 (lucid, motif, athena, athena3d, or no). |
514 with_xpm | \ | 514 with_xpm | \ |
515 with_xface | \ | 515 with_xface | \ |
516 with_jpeg | \ | 516 with_jpeg | \ |
517 with_png | \ | 517 with_png | \ |
518 with_tiff | \ | 518 with_tiff | \ |
519 with_wm | \ | 519 with_session | \ |
520 with_xmu | \ | 520 with_xmu | \ |
521 with_quantify | \ | 521 with_quantify | \ |
522 with_toolbars | \ | 522 with_toolbars | \ |
523 with_tty | \ | 523 with_tty | \ |
524 with_i18n3 | \ | 524 with_i18n3 | \ |
5503 | 5503 |
5504 if test "$window_system" = "none" ; then | 5504 if test "$window_system" = "none" ; then |
5505 if test "$with_tty" = "no" ; then | 5505 if test "$with_tty" = "no" ; then |
5506 { echo "configure: error: No window system support and no TTY support - Unable to proceed." 1>&2; exit 1; } | 5506 { echo "configure: error: No window system support and no TTY support - Unable to proceed." 1>&2; exit 1; } |
5507 fi | 5507 fi |
5508 for feature in tooltalk cde offix wm \ | 5508 for feature in tooltalk cde offix session \ |
5509 menubars scrollbars toolbars dialogs xim xmu \ | 5509 menubars scrollbars toolbars dialogs xim xmu \ |
5510 tiff png jpeg gif compface xpm | 5510 tiff png jpeg gif xface xpm |
5511 do | 5511 do |
5512 if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then | 5512 if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then |
5513 echo "configure: warning: --with-$feature ignored: Not valid without X support" 1>&2 | 5513 echo "configure: warning: --with-$feature ignored: Not valid without X support" 1>&2 |
5514 fi | 5514 fi |
5515 eval "with_${feature}=no" | 5515 eval "with_${feature}=no" |
5528 case "$x_libraries" in *X11R4* ) | 5528 case "$x_libraries" in *X11R4* ) |
5529 test "$opsys" = "hpux9" && opsysfile="s/hpux9-x11r4.h" | 5529 test "$opsys" = "hpux9" && opsysfile="s/hpux9-x11r4.h" |
5530 test "$opsys" = "hpux9-shr" && opsysfile="s/hpux9shxr4.h" | 5530 test "$opsys" = "hpux9-shr" && opsysfile="s/hpux9shxr4.h" |
5531 esac | 5531 esac |
5532 | 5532 |
5533 echo "checking for WindowMaker option" 1>&6 | 5533 echo "checking for session-management option" 1>&6 |
5534 echo "configure:5535: checking for WindowMaker option" >&5; | 5534 echo "configure:5535: checking for session-management option" >&5; |
5535 if test "$with_wm" = "yes"; then | 5535 if test "$with_session" != "no"; then |
5536 { test "$extra_verbose" = "yes" && cat << \EOF | 5536 { test "$extra_verbose" = "yes" && cat << \EOF |
5537 Defining HAVE_WINDOWMAKER | 5537 Defining HAVE_SESSION |
5538 EOF | 5538 EOF |
5539 cat >> confdefs.h <<\EOF | 5539 cat >> confdefs.h <<\EOF |
5540 #define HAVE_WINDOWMAKER 1 | 5540 #define HAVE_SESSION 1 |
5541 EOF | 5541 EOF |
5542 } | 5542 } |
5543 | 5543 |
5544 fi | 5544 fi |
5545 | 5545 |
10465 test "$with_cde" = yes && echo " Compiling in support for CDE." | 10465 test "$with_cde" = yes && echo " Compiling in support for CDE." |
10466 test "$with_tooltalk" = yes && echo " Compiling in support for ToolTalk." | 10466 test "$with_tooltalk" = yes && echo " Compiling in support for ToolTalk." |
10467 test "$with_offix" = yes && echo " Compiling in support for OffiX." | 10467 test "$with_offix" = yes && echo " Compiling in support for OffiX." |
10468 test "$with_workshop" = yes && echo " Compiling in support for Sun WorkShop." | 10468 test "$with_workshop" = yes && echo " Compiling in support for Sun WorkShop." |
10469 test "$with_energize" = yes && echo " Compiling in support for Lucid Energize (doesn't currently work)." | 10469 test "$with_energize" = yes && echo " Compiling in support for Lucid Energize (doesn't currently work)." |
10470 test "$with_wm" = yes && echo " Compiling in support for WindowMaker." | 10470 test "$with_session" != no && echo " Compiling in support for proper session-management." |
10471 case "$with_menubars" in | 10471 case "$with_menubars" in |
10472 lucid ) echo " Using Lucid menubars." ;; | 10472 lucid ) echo " Using Lucid menubars." ;; |
10473 motif ) echo " Using Motif menubars." | 10473 motif ) echo " Using Motif menubars." |
10474 echo " *WARNING* The Motif menubar implementation is currently buggy." | 10474 echo " *WARNING* The Motif menubar implementation is currently buggy." |
10475 echo " We recommend using the Lucid menubar instead." | 10475 echo " We recommend using the Lucid menubar instead." |