Mercurial > hg > xemacs-beta
comparison configure @ 4496:772c80e0e180
with-xft defaults to xft being used with a default setting.
If with-xft is not set it is equal to calling configure with-xft=no
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Sun, 03 Aug 2008 22:00:52 +0200 |
parents | 49f8ed034500 |
children | f863b2ee146f |
comparison
equal
deleted
inserted
replaced
4488:6b0000935adc | 4496:772c80e0e180 |
---|---|
1536 rendering and anti-aliasing. Components that can use | 1536 rendering and anti-aliasing. Components that can use |
1537 Xft are `emacs' (buffers), `menubars', `tabs', and | 1537 Xft are `emacs' (buffers), `menubars', `tabs', and |
1538 `gauges'. Prefix component with `no' to disable its | 1538 `gauges'. Prefix component with `no' to disable its |
1539 use of Xft. Requires X11, Xft, Xrender, freetype, | 1539 use of Xft. Requires X11, Xft, Xrender, freetype, |
1540 and fontconfig support. Default is `noemacs, | 1540 and fontconfig support. Default is `noemacs, |
1541 nomenubars, notabs, nogauges'. | 1541 nomenubars, notabs, nogauges'. The default when |
1542 selected is `emacs, nomenubars, notabs, nogauges'. | |
1542 --with-gtk Support GTK on the X Window System. (EXPERIMENTAL) | 1543 --with-gtk Support GTK on the X Window System. (EXPERIMENTAL) |
1543 --with-gnome Support GNOME on the X Window System. (EXPERIMENTAL) | 1544 --with-gnome Support GNOME on the X Window System. (EXPERIMENTAL) |
1544 --with-msw Support MS Windows as a window system (only under | 1545 --with-msw Support MS Windows as a window system (only under |
1545 Cygwin and MinGW). `--with-msw=no' may be needed on | 1546 Cygwin and MinGW). `--with-msw=no' may be needed on |
1546 *nix systems with Wine installed. | 1547 *nix systems with Wine installed. |
2886 _ACEOF | 2887 _ACEOF |
2887 | 2888 |
2888 fi; | 2889 fi; |
2889 | 2890 |
2890 _xft_notfirst="" | 2891 _xft_notfirst="" |
2891 _xft_emacs_default=no | 2892 _xft_emacs_default=yes |
2892 _xft_menubars_default=no | 2893 _xft_menubars_default=no |
2893 _xft_tabs_default=no | 2894 _xft_tabs_default=no |
2894 _xft_gauges_default=no | 2895 _xft_gauges_default=no |
2895 _xft_types="emacs menubars tabs gauges" | 2896 _xft_types="emacs menubars tabs gauges" |
2896 _xft_default="noemacs,nomenubars,notabs,nogauges" | 2897 _xft_default="emacs,nomenubars,notabs,nogauges" |
2897 | 2898 |
2898 # If --with-xft or --without-xft were given then copy the value to the | 2899 # If --with-xft or --without-xft were given then copy the value to the |
2899 # equivalent enable_xft variable. | 2900 # equivalent enable_xft variable. |
2900 if test "${with_xft+set}" = set; then | 2901 if test "${with_xft+set}" = set; then |
2901 enable_xft="$with_xft" | 2902 enable_xft="$with_xft" |
2968 for y in $_xft_types; do | 2969 for y in $_xft_types; do |
2969 eval "with_xft_$y=\$_xft_${y}_default" | 2970 eval "with_xft_$y=\$_xft_${y}_default" |
2970 eval "enable_xft_$y=\$_xft_${y}_default" | 2971 eval "enable_xft_$y=\$_xft_${y}_default" |
2971 unset _xft_${y}_default | 2972 unset _xft_${y}_default |
2972 done | 2973 done |
2973 | 2974 with_xft_emacs=no |
2974 fi; | 2975 fi; |
2975 # If --with-gtk or --without-gtk were given then copy the value to the | 2976 # If --with-gtk or --without-gtk were given then copy the value to the |
2976 # equivalent enable_gtk variable. | 2977 # equivalent enable_gtk variable. |
2977 if test "${with_gtk+set}" = set; then | 2978 if test "${with_gtk+set}" = set; then |
2978 enable_gtk="$with_gtk" | 2979 enable_gtk="$with_gtk" |