Mercurial > hg > xemacs-beta
comparison configure.ac @ 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 |
---|---|
635 [XE_COMPLEX_OPTION_HELP_STRING([--with-xft], | 635 [XE_COMPLEX_OPTION_HELP_STRING([--with-xft], |
636 [Xft client-side font rendering and anti-aliasing], | 636 [Xft client-side font rendering and anti-aliasing], |
637 [Xft], | 637 [Xft], |
638 [`emacs' (buffers), `menubars', `tabs', and `gauges'], | 638 [`emacs' (buffers), `menubars', `tabs', and `gauges'], |
639 [X11, Xft, Xrender, freetype, and fontconfig], | 639 [X11, Xft, Xrender, freetype, and fontconfig], |
640 [`emacs,menubars,tabs,gauges'])], | 640 [`noemacs, nomenubars, notabs, nogauges'])], |
641 [],[], | 641 [],[], |
642 [XE_COMPLEX_OPTION([emacs],[yes]), | 642 [XE_COMPLEX_OPTION([emacs],[no]), |
643 XE_COMPLEX_OPTION([menubars],[yes]), | 643 XE_COMPLEX_OPTION([menubars],[no]), |
644 XE_COMPLEX_OPTION([tabs],[yes]), | 644 XE_COMPLEX_OPTION([tabs],[no]), |
645 XE_COMPLEX_OPTION([gauges],[yes])]) | 645 XE_COMPLEX_OPTION([gauges],[no])]) |
646 XE_MERGED_ARG([gtk], | 646 XE_MERGED_ARG([gtk], |
647 AC_HELP_STRING([--with-gtk],[Support GTK on the X Window System. (EXPERIMENTAL)]), | 647 AC_HELP_STRING([--with-gtk],[Support GTK on the X Window System. (EXPERIMENTAL)]), |
648 [true], [with_gtk=no]) | 648 [true], [with_gtk=no]) |
649 XE_MERGED_ARG([gnome], | 649 XE_MERGED_ARG([gnome], |
650 AC_HELP_STRING([--with-gnome],[Support GNOME on the X Window System. (EXPERIMENTAL)]), | 650 AC_HELP_STRING([--with-gnome],[Support GNOME on the X Window System. (EXPERIMENTAL)]), |