Mercurial > hg > xemacs-beta
comparison configure @ 3098:ceb34344c827
[xemacs-hg @ 2005-11-26 18:49:06 by stephent]
Change Xft default to OFF. <87d5kn2qkw.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 26 Nov 2005 18:49:10 +0000 |
parents | 859a2346db99 |
children | a05d78a1685f |
comparison
equal
deleted
inserted
replaced
3097:859a2346db99 | 3098:ceb34344c827 |
---|---|
994 --with-xft Compile with support for Xft client-side font | 994 --with-xft Compile with support for Xft client-side font |
995 rendering and anti-aliasing. Components that can use | 995 rendering and anti-aliasing. Components that can use |
996 Xft are `emacs' (buffers), `menubars', `tabs', and | 996 Xft are `emacs' (buffers), `menubars', `tabs', and |
997 `gauges'. Prefix component with `no' to disable its | 997 `gauges'. Prefix component with `no' to disable its |
998 use of Xft. Requires X11, Xft, Xrender, freetype, | 998 use of Xft. Requires X11, Xft, Xrender, freetype, |
999 and fontconfig support. Default is | 999 and fontconfig support. Default is `noemacs, |
1000 `emacs,menubars,tabs,gauges'. | 1000 nomenubars, notabs, nogauges'. |
1001 --with-gtk Support GTK on the X Window System. (EXPERIMENTAL) | 1001 --with-gtk Support GTK on the X Window System. (EXPERIMENTAL) |
1002 --with-gnome Support GNOME on the X Window System. (EXPERIMENTAL) | 1002 --with-gnome Support GNOME on the X Window System. (EXPERIMENTAL) |
1003 --with-msw Support MS Windows as a window system (only under | 1003 --with-msw Support MS Windows as a window system (only under |
1004 Cygwin and MinGW). `--with-msw=no' may be needed on | 1004 Cygwin and MinGW). `--with-msw=no' may be needed on |
1005 *nix systems with Wine installed. | 1005 *nix systems with Wine installed. |
2262 _ACEOF | 2262 _ACEOF |
2263 | 2263 |
2264 fi; | 2264 fi; |
2265 | 2265 |
2266 _xft_notfirst="" | 2266 _xft_notfirst="" |
2267 with_xft_emacs=yes | 2267 with_xft_emacs=no |
2268 enable_xft_emacs=yes | 2268 enable_xft_emacs=no |
2269 with_xft_menubars=yes | 2269 with_xft_menubars=no |
2270 enable_xft_menubars=yes | 2270 enable_xft_menubars=no |
2271 with_xft_tabs=yes | 2271 with_xft_tabs=no |
2272 enable_xft_tabs=yes | 2272 enable_xft_tabs=no |
2273 with_xft_gauges=yes | 2273 with_xft_gauges=no |
2274 enable_xft_gauges=yes | 2274 enable_xft_gauges=no |
2275 | 2275 |
2276 _xft_types="emacs menubars tabs gauges" | 2276 _xft_types="emacs menubars tabs gauges" |
2277 _xft_default="emacs,menubars,tabs,gauges" | 2277 _xft_default="noemacs,nomenubars,notabs,nogauges" |
2278 | 2278 |
2279 | 2279 |
2280 | 2280 |
2281 # If --with-xft or --without-xft were given then copy the value to the | 2281 # If --with-xft or --without-xft were given then copy the value to the |
2282 # equivalent enable_xft variable. | 2282 # equivalent enable_xft variable. |