Mercurial > hg > xemacs-beta
comparison configure.ac @ 4497:f863b2ee146f
Rename xft_gauge to xft_gauges.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Sun, 03 Aug 2008 23:21:31 +0200 |
parents | 772c80e0e180 |
children | 66411359ce4e |
comparison
equal
deleted
inserted
replaced
4496:772c80e0e180 | 4497:f863b2ee146f |
---|---|
3539 dnl #### detect fontconfig properly!!!! | 3539 dnl #### detect fontconfig properly!!!! |
3540 with_fontconfig=yes | 3540 with_fontconfig=yes |
3541 AC_DEFINE(HAVE_FONTCONFIG) | 3541 AC_DEFINE(HAVE_FONTCONFIG) |
3542 AC_DEFINE(USE_XFT) | 3542 AC_DEFINE(USE_XFT) |
3543 dnl Due to interactions with other libraries, must postpone AC_DEFINE | 3543 dnl Due to interactions with other libraries, must postpone AC_DEFINE |
3544 dnl of USE_XFT_MENUBARS, USE_XFT_TABS, and USE_XFT_GAUGE. | 3544 dnl of USE_XFT_MENUBARS, USE_XFT_TABS, and USE_XFT_GAUGES. |
3545 unset xft_includes_found | 3545 unset xft_includes_found |
3546 fi | 3546 fi |
3547 fi | 3547 fi |
3548 | 3548 |
3549 fi dnl $with_x11 = yes | 3549 fi dnl $with_x11 = yes |
4428 else | 4428 else |
4429 with_xft_tabs="no" | 4429 with_xft_tabs="no" |
4430 fi | 4430 fi |
4431 fi | 4431 fi |
4432 dnl this is not in xft reloaded #3 | 4432 dnl this is not in xft reloaded #3 |
4433 if test "$with_xft_gauge" != "no" ; then | 4433 if test "$with_xft_gauges" != "no" ; then |
4434 if test "$with_xft_emacs" = "yes" -a "$enable_widgets" != "no" ; then | 4434 if test "$with_xft_emacs" = "yes" -a "$enable_widgets" != "no" ; then |
4435 with_xft_gauge="yes" | 4435 with_xft_gauges="yes" |
4436 else | 4436 else |
4437 with_xft_gauge="no" | 4437 with_xft_gauges="no" |
4438 fi | 4438 fi |
4439 fi | 4439 fi |
4440 | 4440 |
4441 all_widgets="$enable_menubars $enable_scrollbars $enable_dialogs $enable_toolbars $enable_widgets" | 4441 all_widgets="$enable_menubars $enable_scrollbars $enable_dialogs $enable_toolbars $enable_widgets" |
4442 | 4442 |
4525 test "$enable_dialogs" = "motif" && AC_DEFINE(LWLIB_DIALOGS_MOTIF) | 4525 test "$enable_dialogs" = "motif" && AC_DEFINE(LWLIB_DIALOGS_MOTIF) |
4526 test "$enable_widgets" = "motif" && AC_DEFINE(LWLIB_WIDGETS_MOTIF) | 4526 test "$enable_widgets" = "motif" && AC_DEFINE(LWLIB_WIDGETS_MOTIF) |
4527 | 4527 |
4528 test "$with_xft_menubars" = "yes" && AC_DEFINE(USE_XFT_MENUBARS) | 4528 test "$with_xft_menubars" = "yes" && AC_DEFINE(USE_XFT_MENUBARS) |
4529 test "$with_xft_tabs" = "yes" && AC_DEFINE(USE_XFT_TABS) | 4529 test "$with_xft_tabs" = "yes" && AC_DEFINE(USE_XFT_TABS) |
4530 test "$with_xft_gauge" = "yes" && AC_DEFINE(USE_XFT_GAUGE) | 4530 test "$with_xft_gauges" = "yes" && AC_DEFINE(USE_XFT_GAUGES) |
4531 | 4531 |
4532 dnl ---------------------- | 4532 dnl ---------------------- |
4533 dnl Mule-dependent options | 4533 dnl Mule-dependent options |
4534 dnl ---------------------- | 4534 dnl ---------------------- |
4535 | 4535 |
6077 esac | 6077 esac |
6078 if test "$with_xft_tabs" = "yes"; then | 6078 if test "$with_xft_tabs" = "yes"; then |
6079 echo " - Using Xft to render antialiased fonts in tab controls." | 6079 echo " - Using Xft to render antialiased fonts in tab controls." |
6080 echo " WARNING: This feature will be replaced with a face." | 6080 echo " WARNING: This feature will be replaced with a face." |
6081 fi | 6081 fi |
6082 if test "$with_xft_gauge" = "yes"; then | 6082 if test "$with_xft_gauges" = "yes"; then |
6083 echo " - Using Xft to render antialiased fonts in progress bars." | 6083 echo " - Using Xft to render antialiased fonts in progress bars." |
6084 echo " WARNING: This feature will be replaced with a face." | 6084 echo " WARNING: This feature will be replaced with a face." |
6085 echo " WARNING: This feature not yet implemented; setting ignored." | 6085 echo " WARNING: This feature not yet implemented; setting ignored." |
6086 fi | 6086 fi |
6087 if test "$with_dragndrop" = yes; then | 6087 if test "$with_dragndrop" = yes; then |