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.14 by pcg, Wed Feb 25 12:03:47 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
107 codesets=all 107 codesets=all
108 fi]) 108 fi])
109 109
110AC_ARG_ENABLE(unicode3, 110AC_ARG_ENABLE(unicode3,
111 [ --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],
112 [if test x$enableval = xyes; then 112 [if test x$enableval = xyes -o x$enableval = xno; then
113 support_unicode3=yes 113 support_unicode3=yes
114 fi]) 114 fi])
115 115
116AC_ARG_ENABLE(xft, 116AC_ARG_ENABLE(xft,
117 [ --enable-xft enable xft support on systems that have it], 117 [ --enable-xft enable xft support on systems that have it],
118 [if test x$enableval = xyes; then 118 [if test x$enableval = xyes -o x$enableval = xno; then
119 support_xft=yes 119 support_xft=yes
120 fi]) 120 fi])
121 121
122AC_ARG_WITH(codesets, 122AC_ARG_WITH(codesets,
123 [ --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)],
124 [if test x$enableval = xyes; then
125 codesets="$withval" 124 [codesets="$withval"])
126 fi])
127
128AC_ARG_WITH(encoding,
129 [ --with-encoding=NAME set language default encoding to NAME (default: sjis)
130 (eucj|sjis|big5|gb|kr|noenc)],
131 [if test x$enableval = xyes; then
132 withval=`echo $withval | tr '[a-z]' '[A-Z]'`
133 AC_DEFINE_UNQUOTED(MULTICHAR_ENCODING, $withval, Define default multichar glyph encoding)
134 fi])
135 125
136AC_ARG_ENABLE(utmp, 126AC_ARG_ENABLE(utmp,
137 [ --enable-utmp enable utmp (utmpx) support], 127 [ --enable-utmp enable utmp (utmpx) support],
138 [if test x$enableval = xyes -o x$enableval = xno; then 128 [if test x$enableval = xyes -o x$enableval = xno; then
139 support_utmp=$enableval 129 support_utmp=$enableval

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines