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.71 by ayin, Mon Jan 16 14:23:26 2006 UTC vs.
Revision 1.72 by root, Mon Jan 16 14:48:39 2006 UTC

103support_inheritpixmap=yes 103support_inheritpixmap=yes
104support_tinting=yes 104support_tinting=yes
105support_fading=yes 105support_fading=yes
106support_keepscrolling=yes 106support_keepscrolling=yes
107support_selectionscrolling=yes 107support_selectionscrolling=yes
108support_menubar=no
109support_mousewheel=yes 108support_mousewheel=yes
110support_mouseslipwheel=yes 109support_mouseslipwheel=yes
111support_utmp=yes 110support_utmp=yes
112support_wtmp=yes 111support_wtmp=yes
113support_lastlog=yes 112support_lastlog=yes
150 support_tinting=no 149 support_tinting=no
151 support_fading=no 150 support_fading=no
152 support_keepscrolling=no 151 support_keepscrolling=no
153 support_selectionscrolling=no 152 support_selectionscrolling=no
154 support_lastlog=no 153 support_lastlog=no
155 support_menubar=no
156 support_mousewheel=no 154 support_mousewheel=no
157 support_mouseslipwheel=no 155 support_mouseslipwheel=no
158 support_text_blink=no 156 support_text_blink=no
159 support_pointer_blank=no 157 support_pointer_blank=no
160 support_scroll_rxvt=no 158 support_scroll_rxvt=no
181 support_tinting=yes 179 support_tinting=yes
182 support_fading=yes 180 support_fading=yes
183 support_keepscrolling=yes 181 support_keepscrolling=yes
184 support_selectionscrolling=yes 182 support_selectionscrolling=yes
185 support_lastlog=yes 183 support_lastlog=yes
186 support_menubar=yes
187 support_mousewheel=yes 184 support_mousewheel=yes
188 support_mouseslipwheel=yes 185 support_mouseslipwheel=yes
189 support_text_blink=yes 186 support_text_blink=yes
190 support_pointer_blank=yes 187 support_pointer_blank=yes
191 support_scroll_rxvt=yes 188 support_scroll_rxvt=yes
269 266
270AC_ARG_ENABLE(fading, 267AC_ARG_ENABLE(fading,
271 [ --enable-fading enable colors fading when off focus], 268 [ --enable-fading enable colors fading when off focus],
272 [if test x$enableval = xyes -o x$enableval = xno; then 269 [if test x$enableval = xyes -o x$enableval = xno; then
273 support_fading=$enableval 270 support_fading=$enableval
274 fi])
275
276AC_ARG_ENABLE(menubar,
277 [ --enable-menubar enable menubar],
278 [if test x$enableval = xyes -o x$enableval = xno; then
279 support_menubar=$enableval
280 fi]) 271 fi])
281 272
282AC_ARG_ENABLE(rxvt-scroll, 273AC_ARG_ENABLE(rxvt-scroll,
283 [ --enable-rxvt-scroll enable rxvt style scrollbar], 274 [ --enable-rxvt-scroll enable rxvt style scrollbar],
284 [if test x$enableval = xyes -o x$enableval = xno; then 275 [if test x$enableval = xyes -o x$enableval = xno; then
1285 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 1276 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)
1286fi 1277fi
1287if test x$support_selectionscrolling = xyes; then 1278if test x$support_selectionscrolling = xyes; then
1288 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen) 1279 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen)
1289fi 1280fi
1290if test x$support_menubar = xyes; then
1291 AC_DEFINE(MENUBAR, 1, Define if you want Menubar support)
1292fi
1293if test x$support_frills = xyes; then 1281if test x$support_frills = xyes; then
1294 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features) 1282 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
1295fi 1283fi
1296if test x$support_24bit = xyes; then 1284if test x$support_24bit = xyes; then
1297 AC_DEFINE(PREFER_24BIT, 1, Define to use a 24 bit visual if the screen has 24 bit mode, even if the default is 8 bit) 1285 AC_DEFINE(PREFER_24BIT, 1, Define to use a 24 bit visual if the screen has 24 bit mode, even if the default is 8 bit)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines