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

Comparing rxvt-unicode/configure (file contents):
Revision 1.124 by ayin, Fri Dec 28 14:00:47 2007 UTC vs.
Revision 1.126 by ayin, Sun Jan 27 22:48:31 2008 UTC

1293 1293
1294Optional Features: 1294Optional Features:
1295 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1295 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1296 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1296 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1297 --enable-everything enable standard non-multichoice features 1297 --enable-everything enable standard non-multichoice features
1298 NOTE: this option is order dependent 1298 NOTE: this option is order dependent
1299 --enable-warnings turn on g++ warnings 1299 --enable-warnings turn on g++ warnings
1300 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1300 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1301 --enable-combining enable composition of base and combining characters 1301 --enable-combining enable composition of base and combining characters
1302 --enable-xft enable xft support on systems that have it 1302 --enable-xft enable xft support on systems that have it
1303 --enable-font-styles enable bold and italic support 1303 --enable-font-styles enable bold and italic support
1304 --enable-afterimage enable integration with libAfterImage for background images 1304 --enable-afterimage enable integration with libAfterImage for background images
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
4366fi 4365fi
4367 4366
4368fi 4367fi
4369 4368
4370 4369
4371
4372support_frills=yes 4370support_frills=yes
4373support_inheritpixmap=yes 4371support_inheritpixmap=yes
4374support_fading=yes 4372support_fading=yes
4375support_keepscrolling=yes 4373support_keepscrolling=yes
4376support_selectionscrolling=yes 4374support_selectionscrolling=yes
4379support_text_blink=yes 4377support_text_blink=yes
4380support_pointer_blank=yes 4378support_pointer_blank=yes
4381support_scroll_rxvt=yes 4379support_scroll_rxvt=yes
4382support_scroll_next=yes 4380support_scroll_next=yes
4383support_scroll_xterm=yes 4381support_scroll_xterm=yes
4384support_scroll_plain=yes
4385support_xim=yes 4382support_xim=yes
4386support_afterimage=yes 4383support_afterimage=yes
4387support_afterstep=yes 4384support_afterstep=yes
4388support_xft=yes 4385support_xft=yes
4389support_unicode3=no 4386support_unicode3=no
4391support_8bitctrls=no 4388support_8bitctrls=no
4392support_iso14755=yes 4389support_iso14755=yes
4393support_styles=yes 4390support_styles=yes
4394support_perl=yes 4391support_perl=yes
4395codesets=all 4392codesets=all
4396
4397 4393
4398 4394
4399# Check whether --enable-everything was given. 4395# Check whether --enable-everything was given.
4400if test "${enable_everything+set}" = set; then 4396if test "${enable_everything+set}" = set; then
4401 enableval=$enable_everything; 4397 enableval=$enable_everything;
4411 support_text_blink=no 4407 support_text_blink=no
4412 support_pointer_blank=no 4408 support_pointer_blank=no
4413 support_scroll_rxvt=no 4409 support_scroll_rxvt=no
4414 support_scroll_next=no 4410 support_scroll_next=no
4415 support_scroll_xterm=no 4411 support_scroll_xterm=no
4416 support_scroll_plain=no
4417 support_utmp=no 4412 support_utmp=no
4418 support_wtmp=no 4413 support_wtmp=no
4419 support_xim=no 4414 support_xim=no
4420 support_afterimage=no 4415 support_afterimage=no
4421 support_afterstep=no 4416 support_afterstep=no
4440 support_text_blink=yes 4435 support_text_blink=yes
4441 support_pointer_blank=yes 4436 support_pointer_blank=yes
4442 support_scroll_rxvt=yes 4437 support_scroll_rxvt=yes
4443 support_scroll_next=yes 4438 support_scroll_next=yes
4444 support_scroll_xterm=yes 4439 support_scroll_xterm=yes
4445 support_scroll_plain=yes
4446 support_utmp=yes 4440 support_utmp=yes
4447 support_wtmp=yes 4441 support_wtmp=yes
4448 support_xim=yes 4442 support_xim=yes
4449 support_afterimage=yes 4443 support_afterimage=yes
4450 support_afterstep=yes 4444 support_afterstep=yes
4603 4597
4604# Check whether --enable-xterm-scroll was given. 4598# Check whether --enable-xterm-scroll was given.
4605if test "${enable_xterm_scroll+set}" = set; then 4599if test "${enable_xterm_scroll+set}" = set; then
4606 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
4607 support_scroll_xterm=$enableval 4601 support_scroll_xterm=$enableval
4608 fi
4609fi
4610
4611
4612# Check whether --enable-plain-scroll was given.
4613if test "${enable_plain_scroll+set}" = set; then
4614 enableval=$enable_plain_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4615 support_scroll_plain=$enableval
4616 fi 4602 fi
4617fi 4603fi
4618 4604
4619 4605
4620# Check whether --enable-perl was given. 4606# Check whether --enable-perl was given.
11540_ACEOF 11526_ACEOF
11541 11527
11542fi 11528fi
11543 11529
11544 11530
11531scrolltypes=plain
11532
11533cat >>confdefs.h <<\_ACEOF
11534#define PLAIN_SCROLLBAR 1
11535_ACEOF
11536
11537
11545if test x$support_scroll_rxvt = xyes; then 11538if test x$support_scroll_rxvt = xyes; then
11546 11539
11547cat >>confdefs.h <<\_ACEOF 11540cat >>confdefs.h <<\_ACEOF
11548#define RXVT_SCROLLBAR 1 11541#define RXVT_SCROLLBAR 1
11549_ACEOF 11542_ACEOF
11550 11543
11551 scrolltypes="rxvt" 11544 scrolltypes="$scrolltypes rxvt"
11552fi 11545fi
11553if test x$support_scroll_next = xyes; then 11546if test x$support_scroll_next = xyes; then
11554 11547
11555cat >>confdefs.h <<\_ACEOF 11548cat >>confdefs.h <<\_ACEOF
11556#define NEXT_SCROLLBAR 1 11549#define NEXT_SCROLLBAR 1
11563cat >>confdefs.h <<\_ACEOF 11556cat >>confdefs.h <<\_ACEOF
11564#define XTERM_SCROLLBAR 1 11557#define XTERM_SCROLLBAR 1
11565_ACEOF 11558_ACEOF
11566 11559
11567 scrolltypes="$scrolltypes xterm" 11560 scrolltypes="$scrolltypes xterm"
11568fi
11569if test x$support_scroll_plain = xyes; then
11570
11571cat >>confdefs.h <<\_ACEOF
11572#define PLAIN_SCROLLBAR 1
11573_ACEOF
11574
11575 scrolltypes="$scrolltypes plain"
11576fi 11561fi
11577if test x$support_pointer_blank = xyes; then 11562if test x$support_pointer_blank = xyes; then
11578 11563
11579cat >>confdefs.h <<\_ACEOF 11564cat >>confdefs.h <<\_ACEOF
11580#define POINTER_BLANK 1 11565#define POINTER_BLANK 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines