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.127 by root, Mon May 5 16:51:52 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.
5337 5323
5338 5324
5339 5325
5340 5326
5341 5327
5328
5342for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h 5329for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h sys/eventfd.h
5343do 5330do
5344as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5331as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5345if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5332if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5346 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5333 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5347echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5334echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5483 5470
5484 5471
5485 5472
5486 5473
5487 5474
5475
5488for ac_func in inotify_init epoll_ctl kqueue port_create poll select 5476for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd
5489do 5477do
5490as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5478as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5491{ echo "$as_me:$LINENO: checking for $ac_func" >&5 5479{ echo "$as_me:$LINENO: checking for $ac_func" >&5
5492echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 5480echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
5493if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 5481if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8570 8558
8571 8559
8572 8560
8573 8561
8574for ac_func in \ 8562for ac_func in \
8563 ttyslot \
8575 updwtmp \ 8564 updwtmp \
8576 updwtmpx \ 8565 updwtmpx \
8577 updlastlogx \
8578 8566
8579do 8567do
8580as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8568as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8581{ echo "$as_me:$LINENO: checking for $ac_func" >&5 8569{ echo "$as_me:$LINENO: checking for $ac_func" >&5
8582echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8570echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10003 9991
10004cat >>confdefs.h <<_ACEOF 9992cat >>confdefs.h <<_ACEOF
10005#define LASTLOG_FILE "$path_lastlog" 9993#define LASTLOG_FILE "$path_lastlog"
10006_ACEOF 9994_ACEOF
10007 9995
9996 if test -d "$path_lastlog"; then
9997
9998cat >>confdefs.h <<\_ACEOF
9999#define LASTLOG_IS_DIR 1
10000_ACEOF
10001
10002 fi
10008fi 10003fi
10009 10004
10010{ echo "$as_me:$LINENO: checking where lastlogx is located" >&5 10005{ echo "$as_me:$LINENO: checking where lastlogx is located" >&5
10011echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; } 10006echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; }
10012if test "${path_lastlogx+set}" = set; then 10007if test "${path_lastlogx+set}" = set; then
10502 10497
10503 10498
10504 10499
10505 10500
10506 10501
10502
10507for ac_header in \ 10503for ac_header in \
10508 pty.h \ 10504 pty.h \
10509 util.h \ 10505 util.h \
10510 libutil.h \ 10506 libutil.h \
10511 sys/ioctl.h \ 10507 sys/ioctl.h \
10512 sys/stropts.h \ 10508 sys/stropts.h \
10509 stropts.h \
10513 10510
10514do 10511do
10515as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10512as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10516if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10513if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10517 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10514 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11540_ACEOF 11537_ACEOF
11541 11538
11542fi 11539fi
11543 11540
11544 11541
11542scrolltypes=plain
11543
11544cat >>confdefs.h <<\_ACEOF
11545#define PLAIN_SCROLLBAR 1
11546_ACEOF
11547
11548
11545if test x$support_scroll_rxvt = xyes; then 11549if test x$support_scroll_rxvt = xyes; then
11546 11550
11547cat >>confdefs.h <<\_ACEOF 11551cat >>confdefs.h <<\_ACEOF
11548#define RXVT_SCROLLBAR 1 11552#define RXVT_SCROLLBAR 1
11549_ACEOF 11553_ACEOF
11550 11554
11551 scrolltypes="rxvt" 11555 scrolltypes="$scrolltypes rxvt"
11552fi 11556fi
11553if test x$support_scroll_next = xyes; then 11557if test x$support_scroll_next = xyes; then
11554 11558
11555cat >>confdefs.h <<\_ACEOF 11559cat >>confdefs.h <<\_ACEOF
11556#define NEXT_SCROLLBAR 1 11560#define NEXT_SCROLLBAR 1
11563cat >>confdefs.h <<\_ACEOF 11567cat >>confdefs.h <<\_ACEOF
11564#define XTERM_SCROLLBAR 1 11568#define XTERM_SCROLLBAR 1
11565_ACEOF 11569_ACEOF
11566 11570
11567 scrolltypes="$scrolltypes xterm" 11571 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 11572fi
11577if test x$support_pointer_blank = xyes; then 11573if test x$support_pointer_blank = xyes; then
11578 11574
11579cat >>confdefs.h <<\_ACEOF 11575cat >>confdefs.h <<\_ACEOF
11580#define POINTER_BLANK 1 11576#define POINTER_BLANK 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines