comparison configure.ac @ 3166:483af4dd065b

[xemacs-hg @ 2005-12-23 15:11:41 by stephent] Xft configure-ation improvements <87acer26jj.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 23 Dec 2005 15:11:42 +0000
parents 78cf83b934a0
children 15139dbf89f4
comparison
equal deleted inserted replaced
3165:8f3f6e3dfad9 3166:483af4dd065b
4421 test "$enable_menubars" = "motif" && AC_DEFINE(LWLIB_MENUBARS_MOTIF) 4421 test "$enable_menubars" = "motif" && AC_DEFINE(LWLIB_MENUBARS_MOTIF)
4422 test "$enable_scrollbars" = "motif" && AC_DEFINE(LWLIB_SCROLLBARS_MOTIF) 4422 test "$enable_scrollbars" = "motif" && AC_DEFINE(LWLIB_SCROLLBARS_MOTIF)
4423 test "$enable_dialogs" = "motif" && AC_DEFINE(LWLIB_DIALOGS_MOTIF) 4423 test "$enable_dialogs" = "motif" && AC_DEFINE(LWLIB_DIALOGS_MOTIF)
4424 test "$enable_widgets" = "motif" && AC_DEFINE(LWLIB_WIDGETS_MOTIF) 4424 test "$enable_widgets" = "motif" && AC_DEFINE(LWLIB_WIDGETS_MOTIF)
4425 4425
4426 dnl this is not in xft reloaded #3
4427 test "$with_xft_menubars" = "yes" && AC_DEFINE(USE_XFT_MENUBARS) 4426 test "$with_xft_menubars" = "yes" && AC_DEFINE(USE_XFT_MENUBARS)
4428 dnl these are new in sjt-xft
4429 test "$with_xft_tabs" = "yes" && AC_DEFINE(USE_XFT_TABS) 4427 test "$with_xft_tabs" = "yes" && AC_DEFINE(USE_XFT_TABS)
4430 test "$with_xft_gauge" = "yes" && AC_DEFINE(USE_XFT_GAUGE) 4428 test "$with_xft_gauge" = "yes" && AC_DEFINE(USE_XFT_GAUGE)
4431 4429
4432 dnl ---------------------- 4430 dnl ----------------------
4433 dnl Mule-dependent options 4431 dnl Mule-dependent options
5904 echo " - Xmu library not available; substituting equivalent routines." 5902 echo " - Xmu library not available; substituting equivalent routines."
5905 fi 5903 fi
5906 if test "$with_wmcommand" != no; then 5904 if test "$with_wmcommand" != no; then
5907 echo " - Handling WM_COMMAND properly." 5905 echo " - Handling WM_COMMAND properly."
5908 fi 5906 fi
5909 if test "$with_xft" = "yes"; then 5907 if test "$with_xft_emacs" = "yes"; then
5910 echo " - Compiling in support for Xft antialiased fonts (EXPERIMENTAL)." 5908 echo " - Compiling in support for Xft antialiased fonts (EXPERIMENTAL)."
5911 fi 5909 fi
5912 fi 5910 fi
5913 if test "$need_motif" = "yes" ; then 5911 if test "$need_motif" = "yes" ; then
5914 echo " Compiling in support for Motif." 5912 echo " Compiling in support for Motif."
5932 echo " *WARNING* The Motif menubar implementation is currently buggy." 5930 echo " *WARNING* The Motif menubar implementation is currently buggy."
5933 echo " We recommend using the Lucid menubar instead." 5931 echo " We recommend using the Lucid menubar instead."
5934 echo " Re-run configure with --enable-menubars='lucid'." ;; 5932 echo " Re-run configure with --enable-menubars='lucid'." ;;
5935 msw ) echo " Using MS-Windows menubars." ;; 5933 msw ) echo " Using MS-Windows menubars." ;;
5936 esac 5934 esac
5937 dnl this is not in xft reloaded #3
5938 if test "$with_xft_menubars" = "yes"; then 5935 if test "$with_xft_menubars" = "yes"; then
5939 echo " - Using Xft to render antialiased fonts in menubars." 5936 echo " - Using Xft to render antialiased fonts in menubars."
5940 echo " WARNING: This feature will be replaced with a face." 5937 echo " WARNING: This feature will be replaced with a face."
5941 fi 5938 fi
5942 case "$enable_scrollbars" in 5939 case "$enable_scrollbars" in
5962 gtk ) echo " Using GTK native widgets." ;; 5959 gtk ) echo " Using GTK native widgets." ;;
5963 motif ) echo " Using Motif native widgets." ;; 5960 motif ) echo " Using Motif native widgets." ;;
5964 athena ) echo " Using Athena native widgets." ;; 5961 athena ) echo " Using Athena native widgets." ;;
5965 msw ) echo " Using MS-Windows native widgets." ;; 5962 msw ) echo " Using MS-Windows native widgets." ;;
5966 esac 5963 esac
5967 dnl this is not in xft reloaded #3
5968 if test "$with_xft_tabs" = "yes"; then 5964 if test "$with_xft_tabs" = "yes"; then
5969 echo " - Using Xft to render antialiased fonts in tab controls." 5965 echo " - Using Xft to render antialiased fonts in tab controls."
5970 echo " WARNING: This feature will be replaced with a face." 5966 echo " WARNING: This feature will be replaced with a face."
5971 fi 5967 fi
5972 dnl this is not in xft reloaded #3
5973 if test "$with_xft_gauge" = "yes"; then 5968 if test "$with_xft_gauge" = "yes"; then
5974 echo " - Using Xft to render antialiased fonts in progress bars." 5969 echo " - Using Xft to render antialiased fonts in progress bars."
5975 echo " WARNING: This feature will be replaced with a face." 5970 echo " WARNING: This feature will be replaced with a face."
5976 echo " WARNING: This feature not yet implemented; setting ignored." 5971 echo " WARNING: This feature not yet implemented; setting ignored."
5977 fi 5972 fi