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.128 by root, Sat Nov 8 16:49:46 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
8668fi 8656fi
8669done 8657done
8670 8658
8671 8659
8672 8660
8673
8674
8675for ac_header in \ 8661for ac_header in lastlog.h
8676 utmp.h \
8677 utmpx.h \
8678 lastlog.h \
8679
8680do 8662do
8681as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8663as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8682if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8664if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8683 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8665 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8684echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8666echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8815 8797
8816done 8798done
8817 8799
8818 8800
8819 8801
8820if test "${ac_cv_header_utmp_h+set}" = set; then 8802
8803for ac_header in utmp.h
8804do
8805as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8806if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8821 { echo "$as_me:$LINENO: checking for utmp.h" >&5 8807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8822echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 8808echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8823if test "${ac_cv_header_utmp_h+set}" = set; then 8809if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8824 echo $ECHO_N "(cached) $ECHO_C" >&6 8810 echo $ECHO_N "(cached) $ECHO_C" >&6
8825fi 8811fi
8812ac_res=`eval echo '${'$as_ac_Header'}'`
8826{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 8813 { echo "$as_me:$LINENO: result: $ac_res" >&5
8827echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 8814echo "${ECHO_T}$ac_res" >&6; }
8828else 8815else
8829 # Is the header compilable? 8816 # Is the header compilable?
8830{ echo "$as_me:$LINENO: checking utmp.h usability" >&5 8817{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
8831echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6; } 8818echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
8832cat >conftest.$ac_ext <<_ACEOF 8819cat >conftest.$ac_ext <<_ACEOF
8833/* confdefs.h. */ 8820/* confdefs.h. */
8834_ACEOF 8821_ACEOF
8835cat confdefs.h >>conftest.$ac_ext 8822cat confdefs.h >>conftest.$ac_ext
8836cat >>conftest.$ac_ext <<_ACEOF 8823cat >>conftest.$ac_ext <<_ACEOF
8837/* end confdefs.h. */ 8824/* end confdefs.h. */
8838$ac_includes_default 8825$ac_includes_default
8839#include <utmp.h> 8826#include <$ac_header>
8840_ACEOF 8827_ACEOF
8841rm -f conftest.$ac_objext 8828rm -f conftest.$ac_objext
8842if { (ac_try="$ac_compile" 8829if { (ac_try="$ac_compile"
8843case "(($ac_try" in 8830case "(($ac_try" in
8844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8866rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8853rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8867{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8854{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8868echo "${ECHO_T}$ac_header_compiler" >&6; } 8855echo "${ECHO_T}$ac_header_compiler" >&6; }
8869 8856
8870# Is the header present? 8857# Is the header present?
8871{ echo "$as_me:$LINENO: checking utmp.h presence" >&5 8858{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
8872echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6; } 8859echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
8873cat >conftest.$ac_ext <<_ACEOF 8860cat >conftest.$ac_ext <<_ACEOF
8874/* confdefs.h. */ 8861/* confdefs.h. */
8875_ACEOF 8862_ACEOF
8876cat confdefs.h >>conftest.$ac_ext 8863cat confdefs.h >>conftest.$ac_ext
8877cat >>conftest.$ac_ext <<_ACEOF 8864cat >>conftest.$ac_ext <<_ACEOF
8878/* end confdefs.h. */ 8865/* end confdefs.h. */
8879#include <utmp.h> 8866#include <$ac_header>
8880_ACEOF 8867_ACEOF
8881if { (ac_try="$ac_cpp conftest.$ac_ext" 8868if { (ac_try="$ac_cpp conftest.$ac_ext"
8882case "(($ac_try" in 8869case "(($ac_try" in
8883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8884 *) ac_try_echo=$ac_try;; 8871 *) ac_try_echo=$ac_try;;
8907echo "${ECHO_T}$ac_header_preproc" >&6; } 8894echo "${ECHO_T}$ac_header_preproc" >&6; }
8908 8895
8909# So? What about this header? 8896# So? What about this header?
8910case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8897case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
8911 yes:no: ) 8898 yes:no: )
8912 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 8899 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8913echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8900echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8914 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5 8901 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8915echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;} 8902echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8916 ac_header_preproc=yes 8903 ac_header_preproc=yes
8917 ;; 8904 ;;
8918 no:yes:* ) 8905 no:yes:* )
8919 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5 8906 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8920echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;} 8907echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8921 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5 8908 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8922echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;} 8909echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8923 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5 8910 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8924echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;} 8911echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8925 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5 8912 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8926echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;} 8913echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8927 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5 8914 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8928echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;} 8915echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8929 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5 8916 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8930echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;} 8917echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8931 8918
8932 ;; 8919 ;;
8933esac 8920esac
8934{ echo "$as_me:$LINENO: checking for utmp.h" >&5 8921{ echo "$as_me:$LINENO: checking for $ac_header" >&5
8935echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 8922echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8936if test "${ac_cv_header_utmp_h+set}" = set; then 8923if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8937 echo $ECHO_N "(cached) $ECHO_C" >&6 8924 echo $ECHO_N "(cached) $ECHO_C" >&6
8938else 8925else
8939 ac_cv_header_utmp_h=$ac_header_preproc 8926 eval "$as_ac_Header=\$ac_header_preproc"
8940fi 8927fi
8928ac_res=`eval echo '${'$as_ac_Header'}'`
8941{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 8929 { echo "$as_me:$LINENO: result: $ac_res" >&5
8942echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 8930echo "${ECHO_T}$ac_res" >&6; }
8943 8931
8944fi 8932fi
8945if test $ac_cv_header_utmp_h = yes; then 8933if test `eval echo '${'$as_ac_Header'}'` = yes; then
8934 cat >>confdefs.h <<_ACEOF
8935#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8936_ACEOF
8946 { echo "$as_me:$LINENO: checking for struct utmp" >&5 8937 { echo "$as_me:$LINENO: checking for struct utmp" >&5
8947echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; } 8938echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; }
8948if test "${struct_utmp+set}" = set; then 8939if test "${struct_utmp+set}" = set; then
8949 echo $ECHO_N "(cached) $ECHO_C" >&6 8940 echo $ECHO_N "(cached) $ECHO_C" >&6
8950else 8941else
8951 cat >conftest.$ac_ext <<_ACEOF 8942 cat >conftest.$ac_ext <<_ACEOF
9118 9109
9119fi 9110fi
9120 9111
9121fi 9112fi
9122 9113
9114done
9123 9115
9124 9116
9125if test "${ac_cv_header_utmpx_h+set}" = set; then 9117
9118for ac_header in utmpx.h
9119do
9120as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9121if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9126 { echo "$as_me:$LINENO: checking for utmpx.h" >&5 9122 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9127echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 9123echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9128if test "${ac_cv_header_utmpx_h+set}" = set; then 9124if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9129 echo $ECHO_N "(cached) $ECHO_C" >&6 9125 echo $ECHO_N "(cached) $ECHO_C" >&6
9130fi 9126fi
9127ac_res=`eval echo '${'$as_ac_Header'}'`
9131{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 9128 { echo "$as_me:$LINENO: result: $ac_res" >&5
9132echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 9129echo "${ECHO_T}$ac_res" >&6; }
9133else 9130else
9134 # Is the header compilable? 9131 # Is the header compilable?
9135{ echo "$as_me:$LINENO: checking utmpx.h usability" >&5 9132{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
9136echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6; } 9133echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9137cat >conftest.$ac_ext <<_ACEOF 9134cat >conftest.$ac_ext <<_ACEOF
9138/* confdefs.h. */ 9135/* confdefs.h. */
9139_ACEOF 9136_ACEOF
9140cat confdefs.h >>conftest.$ac_ext 9137cat confdefs.h >>conftest.$ac_ext
9141cat >>conftest.$ac_ext <<_ACEOF 9138cat >>conftest.$ac_ext <<_ACEOF
9142/* end confdefs.h. */ 9139/* end confdefs.h. */
9143$ac_includes_default 9140$ac_includes_default
9144#include <utmpx.h> 9141#include <$ac_header>
9145_ACEOF 9142_ACEOF
9146rm -f conftest.$ac_objext 9143rm -f conftest.$ac_objext
9147if { (ac_try="$ac_compile" 9144if { (ac_try="$ac_compile"
9148case "(($ac_try" in 9145case "(($ac_try" in
9149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9171rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9168rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9172{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9169{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9173echo "${ECHO_T}$ac_header_compiler" >&6; } 9170echo "${ECHO_T}$ac_header_compiler" >&6; }
9174 9171
9175# Is the header present? 9172# Is the header present?
9176{ echo "$as_me:$LINENO: checking utmpx.h presence" >&5 9173{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
9177echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6; } 9174echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9178cat >conftest.$ac_ext <<_ACEOF 9175cat >conftest.$ac_ext <<_ACEOF
9179/* confdefs.h. */ 9176/* confdefs.h. */
9180_ACEOF 9177_ACEOF
9181cat confdefs.h >>conftest.$ac_ext 9178cat confdefs.h >>conftest.$ac_ext
9182cat >>conftest.$ac_ext <<_ACEOF 9179cat >>conftest.$ac_ext <<_ACEOF
9183/* end confdefs.h. */ 9180/* end confdefs.h. */
9184#include <utmpx.h> 9181#include <$ac_header>
9185_ACEOF 9182_ACEOF
9186if { (ac_try="$ac_cpp conftest.$ac_ext" 9183if { (ac_try="$ac_cpp conftest.$ac_ext"
9187case "(($ac_try" in 9184case "(($ac_try" in
9188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9189 *) ac_try_echo=$ac_try;; 9186 *) ac_try_echo=$ac_try;;
9212echo "${ECHO_T}$ac_header_preproc" >&6; } 9209echo "${ECHO_T}$ac_header_preproc" >&6; }
9213 9210
9214# So? What about this header? 9211# So? What about this header?
9215case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 9212case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9216 yes:no: ) 9213 yes:no: )
9217 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 9214 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9218echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9215echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9219 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5 9216 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9220echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;} 9217echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9221 ac_header_preproc=yes 9218 ac_header_preproc=yes
9222 ;; 9219 ;;
9223 no:yes:* ) 9220 no:yes:* )
9224 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5 9221 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9225echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;} 9222echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9226 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5 9223 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9227echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;} 9224echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9228 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5 9225 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9229echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;} 9226echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9230 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5 9227 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9231echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;} 9228echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9232 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5 9229 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9233echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;} 9230echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9234 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5 9231 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9235echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;} 9232echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9236 9233
9237 ;; 9234 ;;
9238esac 9235esac
9239{ echo "$as_me:$LINENO: checking for utmpx.h" >&5 9236{ echo "$as_me:$LINENO: checking for $ac_header" >&5
9240echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 9237echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9241if test "${ac_cv_header_utmpx_h+set}" = set; then 9238if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9242 echo $ECHO_N "(cached) $ECHO_C" >&6 9239 echo $ECHO_N "(cached) $ECHO_C" >&6
9243else 9240else
9244 ac_cv_header_utmpx_h=$ac_header_preproc 9241 eval "$as_ac_Header=\$ac_header_preproc"
9245fi 9242fi
9243ac_res=`eval echo '${'$as_ac_Header'}'`
9246{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 9244 { echo "$as_me:$LINENO: result: $ac_res" >&5
9247echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 9245echo "${ECHO_T}$ac_res" >&6; }
9248 9246
9249fi 9247fi
9250if test $ac_cv_header_utmpx_h = yes; then 9248if test `eval echo '${'$as_ac_Header'}'` = yes; then
9249 cat >>confdefs.h <<_ACEOF
9250#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9251_ACEOF
9251 { echo "$as_me:$LINENO: checking for struct utmpx" >&5 9252 { echo "$as_me:$LINENO: checking for struct utmpx" >&5
9252echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; } 9253echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; }
9253if test "${struct_utmpx+set}" = set; then 9254if test "${struct_utmpx+set}" = set; then
9254 echo $ECHO_N "(cached) $ECHO_C" >&6 9255 echo $ECHO_N "(cached) $ECHO_C" >&6
9255else 9256else
9256 cat >conftest.$ac_ext <<_ACEOF 9257 cat >conftest.$ac_ext <<_ACEOF
9423 9424
9424fi 9425fi
9425 9426
9426fi 9427fi
9427 9428
9429done
9428 9430
9429{ echo "$as_me:$LINENO: checking for struct lastlog" >&5 9431{ echo "$as_me:$LINENO: checking for struct lastlog" >&5
9430echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; } 9432echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; }
9431if test "${struct_lastlog+set}" = set; then 9433if test "${struct_lastlog+set}" = set; then
9432 echo $ECHO_N "(cached) $ECHO_C" >&6 9434 echo $ECHO_N "(cached) $ECHO_C" >&6
10502 10504
10503 10505
10504 10506
10505 10507
10506 10508
10509
10507for ac_header in \ 10510for ac_header in \
10508 pty.h \ 10511 pty.h \
10509 util.h \ 10512 util.h \
10510 libutil.h \ 10513 libutil.h \
10511 sys/ioctl.h \ 10514 sys/ioctl.h \
10512 sys/stropts.h \ 10515 sys/stropts.h \
10516 stropts.h \
10513 10517
10514do 10518do
10515as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10519as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10516if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10520if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10517 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10521 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11540_ACEOF 11544_ACEOF
11541 11545
11542fi 11546fi
11543 11547
11544 11548
11549scrolltypes=plain
11550
11551cat >>confdefs.h <<\_ACEOF
11552#define PLAIN_SCROLLBAR 1
11553_ACEOF
11554
11555
11545if test x$support_scroll_rxvt = xyes; then 11556if test x$support_scroll_rxvt = xyes; then
11546 11557
11547cat >>confdefs.h <<\_ACEOF 11558cat >>confdefs.h <<\_ACEOF
11548#define RXVT_SCROLLBAR 1 11559#define RXVT_SCROLLBAR 1
11549_ACEOF 11560_ACEOF
11550 11561
11551 scrolltypes="rxvt" 11562 scrolltypes="$scrolltypes rxvt"
11552fi 11563fi
11553if test x$support_scroll_next = xyes; then 11564if test x$support_scroll_next = xyes; then
11554 11565
11555cat >>confdefs.h <<\_ACEOF 11566cat >>confdefs.h <<\_ACEOF
11556#define NEXT_SCROLLBAR 1 11567#define NEXT_SCROLLBAR 1
11563cat >>confdefs.h <<\_ACEOF 11574cat >>confdefs.h <<\_ACEOF
11564#define XTERM_SCROLLBAR 1 11575#define XTERM_SCROLLBAR 1
11565_ACEOF 11576_ACEOF
11566 11577
11567 scrolltypes="$scrolltypes xterm" 11578 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 11579fi
11577if test x$support_pointer_blank = xyes; then 11580if test x$support_pointer_blank = xyes; then
11578 11581
11579cat >>confdefs.h <<\_ACEOF 11582cat >>confdefs.h <<\_ACEOF
11580#define POINTER_BLANK 1 11583#define POINTER_BLANK 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines