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.36 by root, Sat Aug 21 05:32:00 2004 UTC vs.
Revision 1.37 by root, Sun Aug 22 00:22:05 2004 UTC

145 fi]) 145 fi])
146 146
147AC_ARG_ENABLE(unicode3, 147AC_ARG_ENABLE(unicode3,
148 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], 148 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters],
149 [if test x$enableval = xyes -o x$enableval = xno; then 149 [if test x$enableval = xyes -o x$enableval = xno; then
150 support_unicode3=yes 150 support_unicode3=$enableval
151 fi]) 151 fi])
152 152
153AC_ARG_ENABLE(combining, 153AC_ARG_ENABLE(combining,
154 [ --enable-combining enable composition of base and combining characters], 154 [ --enable-combining enable composition of base and combining characters],
155 [if test x$enableval = xyes -o x$enableval = xno; then 155 [if test x$enableval = xyes -o x$enableval = xno; then
156 support_combining=yes 156 support_combining=$enableval
157 fi]) 157 fi])
158 158
159AC_ARG_ENABLE(xft, 159AC_ARG_ENABLE(xft,
160 [ --enable-xft enable xft support on systems that have it], 160 [ --enable-xft enable xft support on systems that have it],
161 [if test x$enableval = xyes -o x$enableval = xno; then 161 [if test x$enableval = xyes -o x$enableval = xno; then
162 support_xft=yes 162 support_xft=$enableval
163 fi]) 163 fi])
164 164
165AC_ARG_ENABLE(font-styles, 165AC_ARG_ENABLE(font-styles,
166 [ --enable-font-styles enable bold and italic support], 166 [ --enable-font-styles enable bold and italic support],
167 [if test x$enableval = xyes -o x$enableval = xno; then 167 [if test x$enableval = xyes -o x$enableval = xno; then
168 support_styles=yes 168 support_styles=$enableval
169 fi]) 169 fi])
170 170
171AC_ARG_ENABLE(utmp, 171AC_ARG_ENABLE(utmp,
172 [ --enable-utmp enable utmp (utmpx) support], 172 [ --enable-utmp enable utmp (utmpx) support],
173 [if test x$enableval = xyes -o x$enableval = xno; then 173 [if test x$enableval = xyes -o x$enableval = xno; then
287 fi]) 287 fi])
288 288
289AC_ARG_ENABLE(8bitctrls, 289AC_ARG_ENABLE(8bitctrls,
290 [ --enable-8bitctrls enable 8 bit control sequences (not recommended)], 290 [ --enable-8bitctrls enable 8 bit control sequences (not recommended)],
291 [if test x$enableval = xyes -o x$enableval = xno; then 291 [if test x$enableval = xyes -o x$enableval = xno; then
292 support_8bitctrls=yes 292 support_8bitctrls=$enableval
293 fi]) 293 fi])
294 294
295RESFALLBACK=Rxvt 295RESFALLBACK=Rxvt
296AC_ARG_ENABLE(fallback, 296AC_ARG_ENABLE(fallback,
297 [ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)], 297 [ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines