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.28 by root, Fri Jul 30 14:59:12 2004 UTC

68support_addstrings=no 68support_addstrings=no
69support_frills=no 69support_frills=no
70support_linespace=no 70support_linespace=no
71support_inheritpixmap=no 71support_inheritpixmap=no
72support_tinting=no 72support_tinting=no
73support_fading=no
73support_keepscrolling=no 74support_keepscrolling=no
74support_selectionscrolling=no 75support_selectionscrolling=no
75support_menubar=no 76support_menubar=no
76support_mousewheel=no 77support_mousewheel=no
77support_mouseslipwheel=no 78support_mouseslipwheel=no
88support_xim=no 89support_xim=no
89support_xpm=no 90support_xpm=no
90support_xft=no 91support_xft=no
91support_unicode3=no 92support_unicode3=no
92support_combining=no 93support_combining=no
94support_8bitctrls=no
93codesets= 95codesets=
94 96
95dnl# -------------------------------------------------------------------------- 97dnl# --------------------------------------------------------------------------
96dnl# CHECKING COMMAND LINE OPTIONS 98dnl# CHECKING COMMAND LINE OPTIONS
97dnl# -------------------------------------------------------------------------- 99dnl# --------------------------------------------------------------------------
110 support_24bit=yes 112 support_24bit=yes
111 support_frills=yes 113 support_frills=yes
112 support_linespace=yes 114 support_linespace=yes
113 support_inheritpixmap=yes 115 support_inheritpixmap=yes
114 support_tinting=yes 116 support_tinting=yes
117 support_fading=yes
115 support_keepscrolling=yes 118 support_keepscrolling=yes
116 support_selectionscrolling=yes 119 support_selectionscrolling=yes
117 support_lastlog=yes 120 support_lastlog=yes
118 support_menubar=yes 121 support_menubar=yes
119 support_mousewheel=yes 122 support_mousewheel=yes
130 support_xim=yes 133 support_xim=yes
131 support_xpm=yes 134 support_xpm=yes
132 support_xft=yes 135 support_xft=yes
133 support_unicode3=yes 136 support_unicode3=yes
134 support_combining=yes 137 support_combining=yes
138 #support_8bitctrls=yes
135 codesets=all 139 codesets=all
136 fi]) 140 fi])
137 141
138AC_ARG_ENABLE(unicode3, 142AC_ARG_ENABLE(unicode3,
139 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], 143 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters],
185 189
186AC_ARG_ENABLE(tinting, 190AC_ARG_ENABLE(tinting,
187 [ --enable-tinting enable tinting of transparent bg], 191 [ --enable-tinting enable tinting of transparent bg],
188 [if test x$enableval = xyes -o x$enableval = xno; then 192 [if test x$enableval = xyes -o x$enableval = xno; then
189 support_tinting=$enableval 193 support_tinting=$enableval
194 fi])
195
196AC_ARG_ENABLE(fading,
197 [ --enable-tinting enable colors fading when off focus],
198 [if test x$enableval = xyes -o x$enableval = xno; then
199 support_fading=$enableval
190 fi]) 200 fi])
191 201
192AC_ARG_ENABLE(menubar, 202AC_ARG_ENABLE(menubar,
193 [ --enable-menubar enable menubar], 203 [ --enable-menubar enable menubar],
194 [if test x$enableval = xyes -o x$enableval = xno; then 204 [if test x$enableval = xyes -o x$enableval = xno; then
261 271
262AC_ARG_ENABLE(xgetdefault, 272AC_ARG_ENABLE(xgetdefault,
263 [ --enable-xgetdefault enable resources via X instead of our small version], 273 [ --enable-xgetdefault enable resources via X instead of our small version],
264 [if test x$enableval = xyes; then 274 [if test x$enableval = xyes; then
265 AC_DEFINE(USE_XGETDEFAULT, 1, Define if you want to use XGetDefault instead of our internal version) 275 AC_DEFINE(USE_XGETDEFAULT, 1, Define if you want to use XGetDefault instead of our internal version)
276 fi])
277
278AC_ARG_ENABLE(8bitctrls,
279 [ --enable-8bitctrls enable 8 bit control sequences (not recommended)],
280 [if test x$enableval = xyes -o x$enableval = xno; then
281 support_8bitctrls=yes
266 fi]) 282 fi])
267 283
268RESFALLBACK=Rxvt 284RESFALLBACK=Rxvt
269AC_ARG_ENABLE(fallback, 285AC_ARG_ENABLE(fallback,
270 [ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)], 286 [ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)],
1162fi 1178fi
1163 1179
1164dnl# -------------------------------------------------------------------------- 1180dnl# --------------------------------------------------------------------------
1165dnl# now add and remove other stuff 1181dnl# now add and remove other stuff
1166dnl# -------------------------------------------------------------------------- 1182dnl# --------------------------------------------------------------------------
1183if test x$support_8bitctrls = xyes; then
1184 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences)
1185fi
1186if test x$support_fading = xyes; then
1187 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost)
1188fi
1167if test x$support_tinting = xyes; then 1189if test x$support_tinting = xyes; then
1168 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted) 1190 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
1169fi 1191fi
1170if test x$support_inheritpixmap = xyes; then 1192if test x$support_inheritpixmap = xyes; then
1171 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background) 1193 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