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.52 by root, Fri Feb 18 12:15:07 2005 UTC vs.
Revision 1.53 by root, Sun Apr 17 22:36:13 2005 UTC

99support_mousewheel=no 99support_mousewheel=no
100support_mouseslipwheel=no 100support_mouseslipwheel=no
101support_utmp=no 101support_utmp=no
102support_wtmp=no 102support_wtmp=no
103support_lastlog=no 103support_lastlog=no
104support_cursor_blink=no
105support_text_blink=no 104support_text_blink=no
106support_pointer_blank=no 105support_pointer_blank=no
107support_scroll_rxvt=no 106support_scroll_rxvt=no
108support_scroll_next=no 107support_scroll_next=no
109support_scroll_xterm=no 108support_scroll_xterm=no
142 support_selectionscrolling=yes 141 support_selectionscrolling=yes
143 support_lastlog=yes 142 support_lastlog=yes
144 support_menubar=yes 143 support_menubar=yes
145 support_mousewheel=yes 144 support_mousewheel=yes
146 support_mouseslipwheel=yes 145 support_mouseslipwheel=yes
147 support_cursor_blink=yes
148 support_text_blink=yes 146 support_text_blink=yes
149 support_pointer_blank=yes 147 support_pointer_blank=yes
150 support_scroll_rxvt=yes 148 support_scroll_rxvt=yes
151 support_scroll_next=yes 149 support_scroll_next=yes
152 support_scroll_xterm=yes 150 support_scroll_xterm=yes
421 419
422AC_ARG_ENABLE(smart-resize, 420AC_ARG_ENABLE(smart-resize,
423 [ --enable-smart-resize enable smart growth/shrink behaviour], 421 [ --enable-smart-resize enable smart growth/shrink behaviour],
424 [if test x$enableval = xyes; then 422 [if test x$enableval = xyes; then
425 AC_DEFINE(SMART_RESIZE, 1, Define to use "smart" resize behavior) 423 AC_DEFINE(SMART_RESIZE, 1, Define to use "smart" resize behavior)
426 fi])
427
428AC_ARG_ENABLE(cursor-blink,
429 [ --enable-cursor-blink enable blinking cursor],
430 [if test x$enableval = xyes -o x$enableval = xno; then
431 support_cursor_blink=$enableval
432 fi]) 424 fi])
433 425
434AC_ARG_ENABLE(text-blink, 426AC_ARG_ENABLE(text-blink,
435 [ --enable-text-blink enable blinking text], 427 [ --enable-text-blink enable blinking text],
436 [if test x$enableval = xyes -o x$enableval = xno; then 428 [if test x$enableval = xyes -o x$enableval = xno; then
1280 scrolltypes="$scrolltypes plain" 1272 scrolltypes="$scrolltypes plain"
1281fi 1273fi
1282if test x$support_pointer_blank = xyes; then 1274if test x$support_pointer_blank = xyes; then
1283 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing) 1275 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing)
1284fi 1276fi
1285if test x$support_cursor_blink = xyes; then
1286 AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support)
1287fi
1288if test x$support_text_blink = xyes; then 1277if test x$support_text_blink = xyes; then
1289 AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support) 1278 AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support)
1290fi 1279fi
1291if test x$support_unicode3 = xyes; then 1280if test x$support_unicode3 = xyes; then
1292 AC_DEFINE(UNICODE_3, 1, Define if you want to represent unicode characters outside plane 0) 1281 AC_DEFINE(UNICODE_3, 1, Define if you want to represent unicode characters outside plane 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines