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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines