ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.125 by root, Sun Jan 6 21:34:57 2008 UTC vs.
Revision 1.126 by ayin, Sun Jan 27 22:48:31 2008 UTC

1305 --enable-transparency enable transparent backgrounds 1305 --enable-transparency enable transparent backgrounds
1306 --enable-fading enable colors fading when off focus 1306 --enable-fading enable colors fading when off focus
1307 --enable-rxvt-scroll enable rxvt style scrollbar 1307 --enable-rxvt-scroll enable rxvt style scrollbar
1308 --enable-next-scroll enable NeXT style scrollbar 1308 --enable-next-scroll enable NeXT style scrollbar
1309 --enable-xterm-scroll enable Xterm style scrollbar 1309 --enable-xterm-scroll enable Xterm style scrollbar
1310 --enable-plain-scroll enable plain style scrollbar
1311 --enable-perl enable embedded perl interpreter 1310 --enable-perl enable embedded perl interpreter
1312 --enable-xim XIM (X Input Method) protocol support 1311 --enable-xim XIM (X Input Method) protocol support
1313 --disable-backspace-key disable handling of the backspace key 1312 --disable-backspace-key disable handling of the backspace key
1314 --disable-delete-key disable handling of the delete key 1313 --disable-delete-key disable handling of the delete key
1315 --disable-resources disable all resource checking 1314 --disable-resources disable all resource checking
4378support_text_blink=yes 4377support_text_blink=yes
4379support_pointer_blank=yes 4378support_pointer_blank=yes
4380support_scroll_rxvt=yes 4379support_scroll_rxvt=yes
4381support_scroll_next=yes 4380support_scroll_next=yes
4382support_scroll_xterm=yes 4381support_scroll_xterm=yes
4383support_scroll_plain=yes
4384support_xim=yes 4382support_xim=yes
4385support_afterimage=yes 4383support_afterimage=yes
4386support_afterstep=yes 4384support_afterstep=yes
4387support_xft=yes 4385support_xft=yes
4388support_unicode3=no 4386support_unicode3=no
4409 support_text_blink=no 4407 support_text_blink=no
4410 support_pointer_blank=no 4408 support_pointer_blank=no
4411 support_scroll_rxvt=no 4409 support_scroll_rxvt=no
4412 support_scroll_next=no 4410 support_scroll_next=no
4413 support_scroll_xterm=no 4411 support_scroll_xterm=no
4414 support_scroll_plain=no
4415 support_utmp=no 4412 support_utmp=no
4416 support_wtmp=no 4413 support_wtmp=no
4417 support_xim=no 4414 support_xim=no
4418 support_afterimage=no 4415 support_afterimage=no
4419 support_afterstep=no 4416 support_afterstep=no
4438 support_text_blink=yes 4435 support_text_blink=yes
4439 support_pointer_blank=yes 4436 support_pointer_blank=yes
4440 support_scroll_rxvt=yes 4437 support_scroll_rxvt=yes
4441 support_scroll_next=yes 4438 support_scroll_next=yes
4442 support_scroll_xterm=yes 4439 support_scroll_xterm=yes
4443 support_scroll_plain=yes
4444 support_utmp=yes 4440 support_utmp=yes
4445 support_wtmp=yes 4441 support_wtmp=yes
4446 support_xim=yes 4442 support_xim=yes
4447 support_afterimage=yes 4443 support_afterimage=yes
4448 support_afterstep=yes 4444 support_afterstep=yes
4601 4597
4602# Check whether --enable-xterm-scroll was given. 4598# Check whether --enable-xterm-scroll was given.
4603if test "${enable_xterm_scroll+set}" = set; then 4599if test "${enable_xterm_scroll+set}" = set; then
4604 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then 4600 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4605 support_scroll_xterm=$enableval 4601 support_scroll_xterm=$enableval
4606 fi
4607fi
4608
4609
4610# Check whether --enable-plain-scroll was given.
4611if test "${enable_plain_scroll+set}" = set; then
4612 enableval=$enable_plain_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4613 support_scroll_plain=$enableval
4614 fi 4602 fi
4615fi 4603fi
4616 4604
4617 4605
4618# Check whether --enable-perl was given. 4606# Check whether --enable-perl was given.
11538_ACEOF 11526_ACEOF
11539 11527
11540fi 11528fi
11541 11529
11542 11530
11531scrolltypes=plain
11532
11533cat >>confdefs.h <<\_ACEOF
11534#define PLAIN_SCROLLBAR 1
11535_ACEOF
11536
11537
11543if test x$support_scroll_rxvt = xyes; then 11538if test x$support_scroll_rxvt = xyes; then
11544 11539
11545cat >>confdefs.h <<\_ACEOF 11540cat >>confdefs.h <<\_ACEOF
11546#define RXVT_SCROLLBAR 1 11541#define RXVT_SCROLLBAR 1
11547_ACEOF 11542_ACEOF
11548 11543
11549 scrolltypes="rxvt" 11544 scrolltypes="$scrolltypes rxvt"
11550fi 11545fi
11551if test x$support_scroll_next = xyes; then 11546if test x$support_scroll_next = xyes; then
11552 11547
11553cat >>confdefs.h <<\_ACEOF 11548cat >>confdefs.h <<\_ACEOF
11554#define NEXT_SCROLLBAR 1 11549#define NEXT_SCROLLBAR 1
11561cat >>confdefs.h <<\_ACEOF 11556cat >>confdefs.h <<\_ACEOF
11562#define XTERM_SCROLLBAR 1 11557#define XTERM_SCROLLBAR 1
11563_ACEOF 11558_ACEOF
11564 11559
11565 scrolltypes="$scrolltypes xterm" 11560 scrolltypes="$scrolltypes xterm"
11566fi
11567if test x$support_scroll_plain = xyes; then
11568
11569cat >>confdefs.h <<\_ACEOF
11570#define PLAIN_SCROLLBAR 1
11571_ACEOF
11572
11573 scrolltypes="$scrolltypes plain"
11574fi 11561fi
11575if test x$support_pointer_blank = xyes; then 11562if test x$support_pointer_blank = xyes; then
11576 11563
11577cat >>confdefs.h <<\_ACEOF 11564cat >>confdefs.h <<\_ACEOF
11578#define POINTER_BLANK 1 11565#define POINTER_BLANK 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines