ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/configure.in
(Generate patch)

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.12 by pcg, Sun Feb 22 08:09:36 2004 UTC vs.
Revision 1.15 by pcg, Sun Feb 29 22:32:31 2004 UTC

74 INSTALL_LIBRXVT=yes 74 INSTALL_LIBRXVT=yes
75fi 75fi
76AC_SUBST(INSTALL_LIBRXVT) 76AC_SUBST(INSTALL_LIBRXVT)
77 77
78AC_ARG_ENABLE(everything, 78AC_ARG_ENABLE(everything,
79 [ --enable-everything enable standard non-multichoice features: marked * 79 [ --enable-everything enable standard non-multichoice features
80 NOTE: this option is order dependent 80 NOTE: this option is order dependent
81 NOTE: automatically enabled with --enable-shared], 81 NOTE: automatically enabled with --enable-shared],
82 [if test x$enableval = xyes; then 82 [if test x$enableval = xyes; then
83 support_24bit=yes 83 support_24bit=yes
84 support_frills=yes 84 support_frills=yes
105 support_xft=yes 105 support_xft=yes
106 support_unicode3=yes 106 support_unicode3=yes
107 codesets=all 107 codesets=all
108 fi]) 108 fi])
109 109
110echo
111if test x$support_menubar = xyes; then
112 support_menubar=no
113 echo "******* menubar support disabled, does not work"
114fi
115echo
116
117AC_ARG_ENABLE(unicode3, 110AC_ARG_ENABLE(unicode3,
118 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], 111 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters],
119 [if test x$enableval = xyes; then 112 [if test x$enableval = xyes -o x$enableval = xno; then
120 support_unicode3=yes 113 support_unicode3=yes
121 fi]) 114 fi])
122 115
123AC_ARG_ENABLE(xft, 116AC_ARG_ENABLE(xft,
124 [ --enable-xft enable xft support on systems that have it], 117 [ --enable-xft enable xft support on systems that have it],
125 [if test x$enableval = xyes; then 118 [if test x$enableval = xyes -o x$enableval = xno; then
126 support_xft=yes 119 support_xft=yes
127 fi]) 120 fi])
128 121
129AC_ARG_WITH(codesets, 122AC_ARG_WITH(codesets,
130 [ --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all)], 123 [ --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all)],
131 [if test x$enableval = xyes; then
132 codesets="$withval" 124 [codesets="$withval"])
133 fi])
134
135AC_ARG_WITH(encoding,
136 [ --with-encoding=NAME set language default encoding to NAME (default: sjis)
137 (eucj|sjis|big5|gb|kr|noenc)],
138 [if test x$enableval = xyes; then
139 withval=`echo $withval | tr '[a-z]' '[A-Z]'`
140 AC_DEFINE_UNQUOTED(MULTICHAR_ENCODING, $withval, Define default multichar glyph encoding)
141 fi])
142 125
143AC_ARG_ENABLE(utmp, 126AC_ARG_ENABLE(utmp,
144 [ --enable-utmp enable utmp (utmpx) support], 127 [ --enable-utmp enable utmp (utmpx) support],
145 [if test x$enableval = xyes -o x$enableval = xno; then 128 [if test x$enableval = xyes -o x$enableval = xno; then
146 support_utmp=$enableval 129 support_utmp=$enableval
356 [if test x$enableval = xyes -o x$enableval = xno; then 339 [if test x$enableval = xyes -o x$enableval = xno; then
357 support_pointer_blank=$enableval 340 support_pointer_blank=$enableval
358 fi]) 341 fi])
359 342
360AC_ARG_WITH(term, 343AC_ARG_WITH(term,
361 [ --with-term=NAME set the terminal to NAME (default \"xterm\")], 344 [ --with-term=NAME set the terminal to NAME (default \"rxvt\")],
362 [if test x$withval != x; then 345 [if test x$withval != x; then
363 AC_DEFINE_UNQUOTED(TERMENV, "$withval",Set TERM to the value given by configure) term="$withval" 346 AC_DEFINE_UNQUOTED(TERMENV, "$withval",Set TERM to the value given by configure) term="$withval"
364 fi]) 347 fi])
365 348
366AC_ARG_WITH(terminfo, 349AC_ARG_WITH(terminfo,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines