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.26 by pcg, Mon Apr 5 15:54:23 2004 UTC vs.
Revision 1.27 by root, Sat Jul 10 20:59:39 2004 UTC

88support_xim=no 88support_xim=no
89support_xpm=no 89support_xpm=no
90support_xft=no 90support_xft=no
91support_unicode3=no 91support_unicode3=no
92support_combining=no 92support_combining=no
93support_8bitctrls=no
93codesets= 94codesets=
94 95
95dnl# -------------------------------------------------------------------------- 96dnl# --------------------------------------------------------------------------
96dnl# CHECKING COMMAND LINE OPTIONS 97dnl# CHECKING COMMAND LINE OPTIONS
97dnl# -------------------------------------------------------------------------- 98dnl# --------------------------------------------------------------------------
130 support_xim=yes 131 support_xim=yes
131 support_xpm=yes 132 support_xpm=yes
132 support_xft=yes 133 support_xft=yes
133 support_unicode3=yes 134 support_unicode3=yes
134 support_combining=yes 135 support_combining=yes
136 #support_8bitctrls=yes
135 codesets=all 137 codesets=all
136 fi]) 138 fi])
137 139
138AC_ARG_ENABLE(unicode3, 140AC_ARG_ENABLE(unicode3,
139 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], 141 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters],
261 263
262AC_ARG_ENABLE(xgetdefault, 264AC_ARG_ENABLE(xgetdefault,
263 [ --enable-xgetdefault enable resources via X instead of our small version], 265 [ --enable-xgetdefault enable resources via X instead of our small version],
264 [if test x$enableval = xyes; then 266 [if test x$enableval = xyes; then
265 AC_DEFINE(USE_XGETDEFAULT, 1, Define if you want to use XGetDefault instead of our internal version) 267 AC_DEFINE(USE_XGETDEFAULT, 1, Define if you want to use XGetDefault instead of our internal version)
268 fi])
269
270AC_ARG_ENABLE(8bitctrls,
271 [ --enable-8bitctrls enable 8 bit control sequences (not recommended)],
272 [if test x$enableval = xyes -o x$enableval = xno; then
273 support_8bitctrls=yes
266 fi]) 274 fi])
267 275
268RESFALLBACK=Rxvt 276RESFALLBACK=Rxvt
269AC_ARG_ENABLE(fallback, 277AC_ARG_ENABLE(fallback,
270 [ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)], 278 [ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)],
1162fi 1170fi
1163 1171
1164dnl# -------------------------------------------------------------------------- 1172dnl# --------------------------------------------------------------------------
1165dnl# now add and remove other stuff 1173dnl# now add and remove other stuff
1166dnl# -------------------------------------------------------------------------- 1174dnl# --------------------------------------------------------------------------
1175if test x$support_8bitctrls = xyes; then
1176 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences)
1177fi
1167if test x$support_tinting = xyes; then 1178if test x$support_tinting = xyes; then
1168 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted) 1179 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
1169fi 1180fi
1170if test x$support_inheritpixmap = xyes; then 1181if test x$support_inheritpixmap = xyes; then
1171 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background) 1182 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines