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

Comparing rxvt-unicode/configure (file contents):
Revision 1.15 by pcg, Wed Mar 3 04:07:45 2004 UTC vs.
Revision 1.34 by root, Sun Aug 15 04:42:45 2004 UTC

1029 --disable-libtool-lock avoid locking (might break parallel builds) 1029 --disable-libtool-lock avoid locking (might break parallel builds)
1030 --enable-everything enable standard non-multichoice features 1030 --enable-everything enable standard non-multichoice features
1031 NOTE: this option is order dependent 1031 NOTE: this option is order dependent
1032 NOTE: automatically enabled with --enable-shared 1032 NOTE: automatically enabled with --enable-shared
1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1034 --enable-xft enable xft support on systems that have it 1035 --enable-xft enable xft support on systems that have it
1035 --enable-utmp enable utmp (utmpx) support 1036 --enable-utmp enable utmp (utmpx) support
1036 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1037 --enable-lastlog enable lastlog support (requires --enable-utmp) 1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1038 --enable-xpm-background enable XPM background pixmaps 1039 --enable-xpm-background enable XPM background pixmaps
1039 --enable-transparency enable transparent backgrounds 1040 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg
1042 --enable-fading enable colors fading when off focus
1040 --enable-menubar enable menubar 1043 --enable-menubar enable menubar
1041 --enable-rxvt-scroll enable rxvt style scrollbar 1044 --enable-rxvt-scroll enable rxvt style scrollbar
1042 --enable-next-scroll enable NeXT style scrollbar 1045 --enable-next-scroll enable NeXT style scrollbar
1043 --enable-xterm-scroll enable Xterm style scrollbar 1046 --enable-xterm-scroll enable Xterm style scrollbar
1044 --enable-plain-scroll enable plain style scrollbar 1047 --enable-plain-scroll enable plain style scrollbar
1047 --enable-ttygid enable tty setting to group named "tty" 1050 --enable-ttygid enable tty setting to group named "tty"
1048 --disable-backspace-key disable handling of the backspace key 1051 --disable-backspace-key disable handling of the backspace key
1049 --disable-delete-key disable handling of the delete key 1052 --disable-delete-key disable handling of the delete key
1050 --disable-resources disable all resource checking 1053 --disable-resources disable all resource checking
1051 --enable-xgetdefault enable resources via X instead of our small version 1054 --enable-xgetdefault enable resources via X instead of our small version
1055 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1052 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 1056 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1053 --enable-strings enable some replacement system functions 1057 --enable-strings enable some replacement system functions
1054 --disable-swapscreen disable swap screen support 1058 --disable-swapscreen disable swap screen support
1059 --enable-iso14755 enable support for extended ISO 14755 modes
1055 --enable-frills enable support for rarely used features 1060 --enable-frills enable support for rarely used features
1056 --enable-linespace enable support for linespace 1061 --enable-linespace enable support for linespace
1057 --enable-24bit enable support for using 24bit visuals if available 1062 --enable-24bit enable support for using 24bit visuals if available
1058 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1063 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1059 --enable-selectionscrolling enable scrolling during selections 1064 --enable-selectionscrolling enable scrolling during selections
1060 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1065 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1061 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1066 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1062 --enable-old-selection enable v2.20 (& prior) mouse selection style support
1063 --disable-new-selection disable new mouse (xterm) selection style support
1064 --enable-dmalloc enable Gray Watson's malloc - for debugging use 1067 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1065 --enable-dlmalloc enable Doug Lea's malloc - for production use 1068 --enable-dlmalloc enable Doug Lea's malloc - for production use
1066 NOTE: enable only one malloc package 1069 NOTE: enable only one malloc package
1067 --enable-smart-resize enable smart growth/shrink behaviour 1070 --enable-smart-resize enable smart growth/shrink behaviour
1068 --enable-256-color enable 256-color support 1071 --enable-256-color enable 256-color support
1075 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1078 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1076 --with-gnu-ld assume the C compiler uses GNU ld default=no 1079 --with-gnu-ld assume the C compiler uses GNU ld default=no
1077 --with-pic try to use only PIC/non-PIC objects default=use both 1080 --with-pic try to use only PIC/non-PIC objects default=use both
1078 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all) 1081 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1079 --with-res-name=NAME use this as default resource name (default: urxvt) 1082 --with-res-name=NAME use this as default resource name (default: urxvt)
1080 --with-res-class=NAME use this as the resource class (default: URxvt) 1083 --with-res-class=CLASS use this as the resource class (default: URxvt)
1081 --with-name=NAME set the basename for the installed binaries (default: urxvt) 1084 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1082 --with-term=NAME set the terminal to NAME (default: rxvt) 1085 --with-term=NAME set the terminal to NAME (default: rxvt)
1083 --with-terminfo=PATH set the path to the terminfo tree to PATH 1086 --with-terminfo=PATH set the path to the terminfo tree to PATH
1084 --with-x use the X Window System 1087 --with-x use the X Window System
1085 --with-xpm-includes=DIR use XPM includes in DIR 1088 --with-xpm-includes=DIR use XPM includes in DIR
1534 1537
1535 1538
1536 1539
1537 1540
1538 1541
1542
1539ac_aux_dir= 1543ac_aux_dir=
1540for ac_dir in autoconf $srcdir/autoconf; do 1544for ac_dir in autoconf $srcdir/autoconf; do
1541 if test -f $ac_dir/install-sh; then 1545 if test -f $ac_dir/install-sh; then
1542 ac_aux_dir=$ac_dir 1546 ac_aux_dir=$ac_dir
1543 ac_install_sh="$ac_aux_dir/install-sh -c" 1547 ac_install_sh="$ac_aux_dir/install-sh -c"
3280LINKER=$LINKER 3284LINKER=$LINKER
3281 3285
3282 3286
3283CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE" 3287CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3284 3288
3285if test x$GXX = xyes; then
3286 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3287fi
3288 3289
3289ac_ext=cc 3290ac_ext=cc
3290ac_cpp='$CXXCPP $CPPFLAGS' 3291ac_cpp='$CXXCPP $CPPFLAGS'
3291ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3292ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3292ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3293ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3689echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 3690echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3690echo "${ECHO_T}$ac_cv_search_strerror" >&6 3691echo "${ECHO_T}$ac_cv_search_strerror" >&6
3691if test "$ac_cv_search_strerror" != no; then 3692if test "$ac_cv_search_strerror" != no; then
3692 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3693 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3693 3694
3695fi
3696
3697
3698echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3699echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3700if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3701 echo $ECHO_N "(cached) $ECHO_C" >&6
3702else
3703 ac_check_lib_save_LIBS=$LIBS
3704LIBS="-lxpg4 $LIBS"
3705cat >conftest.$ac_ext <<_ACEOF
3706/* confdefs.h. */
3707_ACEOF
3708cat confdefs.h >>conftest.$ac_ext
3709cat >>conftest.$ac_ext <<_ACEOF
3710/* end confdefs.h. */
3711
3712/* Override any gcc2 internal prototype to avoid an error. */
3713#ifdef __cplusplus
3714extern "C"
3715#endif
3716/* We use char because int might match the return type of a gcc2
3717 builtin and then its argument prototype would still apply. */
3718char setlocale ();
3719int
3720main ()
3721{
3722setlocale ();
3723 ;
3724 return 0;
3725}
3726_ACEOF
3727rm -f conftest.$ac_objext conftest$ac_exeext
3728if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3729 (eval $ac_link) 2>conftest.er1
3730 ac_status=$?
3731 grep -v '^ *+' conftest.er1 >conftest.err
3732 rm -f conftest.er1
3733 cat conftest.err >&5
3734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3735 (exit $ac_status); } &&
3736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3738 (eval $ac_try) 2>&5
3739 ac_status=$?
3740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3741 (exit $ac_status); }; } &&
3742 { ac_try='test -s conftest$ac_exeext'
3743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3744 (eval $ac_try) 2>&5
3745 ac_status=$?
3746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3747 (exit $ac_status); }; }; then
3748 ac_cv_lib_xpg4_setlocale=yes
3749else
3750 echo "$as_me: failed program was:" >&5
3751sed 's/^/| /' conftest.$ac_ext >&5
3752
3753ac_cv_lib_xpg4_setlocale=no
3754fi
3755rm -f conftest.err conftest.$ac_objext \
3756 conftest$ac_exeext conftest.$ac_ext
3757LIBS=$ac_check_lib_save_LIBS
3758fi
3759echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3760echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3761if test $ac_cv_lib_xpg4_setlocale = yes; then
3762 LIBS="$LIBS -lxpg4"
3763fi
3764
3765
3766echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3767echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3768if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3769 echo $ECHO_N "(cached) $ECHO_C" >&6
3770else
3771 ac_check_lib_save_LIBS=$LIBS
3772LIBS="-lnsl $LIBS"
3773cat >conftest.$ac_ext <<_ACEOF
3774/* confdefs.h. */
3775_ACEOF
3776cat confdefs.h >>conftest.$ac_ext
3777cat >>conftest.$ac_ext <<_ACEOF
3778/* end confdefs.h. */
3779
3780/* Override any gcc2 internal prototype to avoid an error. */
3781#ifdef __cplusplus
3782extern "C"
3783#endif
3784/* We use char because int might match the return type of a gcc2
3785 builtin and then its argument prototype would still apply. */
3786char gethostbyname ();
3787int
3788main ()
3789{
3790gethostbyname ();
3791 ;
3792 return 0;
3793}
3794_ACEOF
3795rm -f conftest.$ac_objext conftest$ac_exeext
3796if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3797 (eval $ac_link) 2>conftest.er1
3798 ac_status=$?
3799 grep -v '^ *+' conftest.er1 >conftest.err
3800 rm -f conftest.er1
3801 cat conftest.err >&5
3802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3803 (exit $ac_status); } &&
3804 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3806 (eval $ac_try) 2>&5
3807 ac_status=$?
3808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3809 (exit $ac_status); }; } &&
3810 { ac_try='test -s conftest$ac_exeext'
3811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3812 (eval $ac_try) 2>&5
3813 ac_status=$?
3814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3815 (exit $ac_status); }; }; then
3816 ac_cv_lib_nsl_gethostbyname=yes
3817else
3818 echo "$as_me: failed program was:" >&5
3819sed 's/^/| /' conftest.$ac_ext >&5
3820
3821ac_cv_lib_nsl_gethostbyname=no
3822fi
3823rm -f conftest.err conftest.$ac_objext \
3824 conftest$ac_exeext conftest.$ac_ext
3825LIBS=$ac_check_lib_save_LIBS
3826fi
3827echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3828echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3829if test $ac_cv_lib_nsl_gethostbyname = yes; then
3830 LIBS="$LIBS -lnsl"
3831fi
3832
3833echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3834echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3835if test "${ac_cv_lib_socket_socket+set}" = set; then
3836 echo $ECHO_N "(cached) $ECHO_C" >&6
3837else
3838 ac_check_lib_save_LIBS=$LIBS
3839LIBS="-lsocket $LIBS"
3840cat >conftest.$ac_ext <<_ACEOF
3841/* confdefs.h. */
3842_ACEOF
3843cat confdefs.h >>conftest.$ac_ext
3844cat >>conftest.$ac_ext <<_ACEOF
3845/* end confdefs.h. */
3846
3847/* Override any gcc2 internal prototype to avoid an error. */
3848#ifdef __cplusplus
3849extern "C"
3850#endif
3851/* We use char because int might match the return type of a gcc2
3852 builtin and then its argument prototype would still apply. */
3853char socket ();
3854int
3855main ()
3856{
3857socket ();
3858 ;
3859 return 0;
3860}
3861_ACEOF
3862rm -f conftest.$ac_objext conftest$ac_exeext
3863if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3864 (eval $ac_link) 2>conftest.er1
3865 ac_status=$?
3866 grep -v '^ *+' conftest.er1 >conftest.err
3867 rm -f conftest.er1
3868 cat conftest.err >&5
3869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3870 (exit $ac_status); } &&
3871 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3873 (eval $ac_try) 2>&5
3874 ac_status=$?
3875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3876 (exit $ac_status); }; } &&
3877 { ac_try='test -s conftest$ac_exeext'
3878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3879 (eval $ac_try) 2>&5
3880 ac_status=$?
3881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3882 (exit $ac_status); }; }; then
3883 ac_cv_lib_socket_socket=yes
3884else
3885 echo "$as_me: failed program was:" >&5
3886sed 's/^/| /' conftest.$ac_ext >&5
3887
3888ac_cv_lib_socket_socket=no
3889fi
3890rm -f conftest.err conftest.$ac_objext \
3891 conftest$ac_exeext conftest.$ac_ext
3892LIBS=$ac_check_lib_save_LIBS
3893fi
3894echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3895echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3896if test $ac_cv_lib_socket_socket = yes; then
3897 LIBS="$LIBS -lsocket"
3694fi 3898fi
3695 3899
3696 3900
3697# Check whether --enable-shared or --disable-shared was given. 3901# Check whether --enable-shared or --disable-shared was given.
3698if test "${enable_shared+set}" = set; then 3902if test "${enable_shared+set}" = set; then
5034# Some flags need to be propagated to the compiler or linker for good 5238# Some flags need to be propagated to the compiler or linker for good
5035# libtool support. 5239# libtool support.
5036case "$host" in 5240case "$host" in
5037*-*-irix6*) 5241*-*-irix6*)
5038 # Find out which ABI we are using. 5242 # Find out which ABI we are using.
5039 echo '#line 5039 "configure"' > conftest.$ac_ext 5243 echo '#line 5243 "configure"' > conftest.$ac_ext
5040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5041 (eval $ac_compile) 2>&5 5245 (eval $ac_compile) 2>&5
5042 ac_status=$? 5246 ac_status=$?
5043 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5044 (exit $ac_status); }; then 5248 (exit $ac_status); }; then
5585# builds. 5789# builds.
5586chmod -w . 5790chmod -w .
5587save_CFLAGS="$CFLAGS" 5791save_CFLAGS="$CFLAGS"
5588CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5792CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5589compiler_c_o=no 5793compiler_c_o=no
5590if { (eval echo configure:5590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5794if { (eval echo configure:5794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5591 # The compiler can only warn and ignore the option if not recognized 5795 # The compiler can only warn and ignore the option if not recognized
5592 # So say no if there are warnings 5796 # So say no if there are warnings
5593 if test -s out/conftest.err; then 5797 if test -s out/conftest.err; then
5594 compiler_c_o=no 5798 compiler_c_o=no
5595 else 5799 else
7201 lt_cv_dlopen_self=cross 7405 lt_cv_dlopen_self=cross
7202else 7406else
7203 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7407 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7204 lt_status=$lt_dlunknown 7408 lt_status=$lt_dlunknown
7205 cat > conftest.$ac_ext <<EOF 7409 cat > conftest.$ac_ext <<EOF
7206#line 7206 "configure" 7410#line 7410 "configure"
7207#include "confdefs.h" 7411#include "confdefs.h"
7208 7412
7209#if HAVE_DLFCN_H 7413#if HAVE_DLFCN_H
7210#include <dlfcn.h> 7414#include <dlfcn.h>
7211#endif 7415#endif
7299 lt_cv_dlopen_self_static=cross 7503 lt_cv_dlopen_self_static=cross
7300else 7504else
7301 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7505 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7302 lt_status=$lt_dlunknown 7506 lt_status=$lt_dlunknown
7303 cat > conftest.$ac_ext <<EOF 7507 cat > conftest.$ac_ext <<EOF
7304#line 7304 "configure" 7508#line 7508 "configure"
7305#include "confdefs.h" 7509#include "confdefs.h"
7306 7510
7307#if HAVE_DLFCN_H 7511#if HAVE_DLFCN_H
7308#include <dlfcn.h> 7512#include <dlfcn.h>
7309#endif 7513#endif
8032MALLOC_TYPE=S 8236MALLOC_TYPE=S
8033support_addstrings=no 8237support_addstrings=no
8034support_frills=no 8238support_frills=no
8035support_linespace=no 8239support_linespace=no
8036support_inheritpixmap=no 8240support_inheritpixmap=no
8241support_tinting=no
8242support_fading=no
8037support_keepscrolling=no 8243support_keepscrolling=no
8038support_selectionscrolling=no 8244support_selectionscrolling=no
8039support_menubar=no 8245support_menubar=no
8040support_mousewheel=no 8246support_mousewheel=no
8041support_mouseslipwheel=no 8247support_mouseslipwheel=no
8042support_oldselection=no
8043support_utmp=no 8248support_utmp=no
8044support_wtmp=no 8249support_wtmp=no
8045support_lastlog=no 8250support_lastlog=no
8046support_cursor_blink=no 8251support_cursor_blink=no
8047support_text_blink=no 8252support_text_blink=no
8052support_scroll_plain=no 8257support_scroll_plain=no
8053support_xim=no 8258support_xim=no
8054support_xpm=no 8259support_xpm=no
8055support_xft=no 8260support_xft=no
8056support_unicode3=no 8261support_unicode3=no
8262support_combining=no
8263support_8bitctrls=no
8264support_iso14755=no
8057codesets= 8265codesets=
8058 8266
8059 8267
8060if test "x$enable_shared" = xyes; then 8268if test "x$enable_shared" = xyes; then
8061 8269
8073 if test x$enableval = xyes; then 8281 if test x$enableval = xyes; then
8074 support_24bit=yes 8282 support_24bit=yes
8075 support_frills=yes 8283 support_frills=yes
8076 support_linespace=yes 8284 support_linespace=yes
8077 support_inheritpixmap=yes 8285 support_inheritpixmap=yes
8286 support_tinting=yes
8287 support_fading=yes
8078 support_keepscrolling=yes 8288 support_keepscrolling=yes
8079 support_selectionscrolling=yes 8289 support_selectionscrolling=yes
8080 support_lastlog=yes 8290 support_lastlog=yes
8081 support_menubar=yes 8291 support_menubar=yes
8082 support_mousewheel=yes 8292 support_mousewheel=yes
8083 support_mouseslipwheel=yes 8293 support_mouseslipwheel=yes
8084 support_oldselection=yes
8085 support_cursor_blink=yes 8294 support_cursor_blink=yes
8086 support_text_blink=yes 8295 support_text_blink=yes
8087 support_pointer_blank=yes 8296 support_pointer_blank=yes
8088 support_scroll_rxvt=yes 8297 support_scroll_rxvt=yes
8089 support_scroll_next=yes 8298 support_scroll_next=yes
8093 support_wtmp=yes 8302 support_wtmp=yes
8094 support_xim=yes 8303 support_xim=yes
8095 support_xpm=yes 8304 support_xpm=yes
8096 support_xft=yes 8305 support_xft=yes
8097 support_unicode3=yes 8306 support_unicode3=yes
8307 support_combining=yes
8308 #support_8bitctrls=yes
8309 support_iso14755=yes
8098 codesets=all 8310 codesets=all
8099 fi 8311 fi
8100fi; 8312fi;
8101 8313
8102# Check whether --enable-unicode3 or --disable-unicode3 was given. 8314# Check whether --enable-unicode3 or --disable-unicode3 was given.
8105 if test x$enableval = xyes -o x$enableval = xno; then 8317 if test x$enableval = xyes -o x$enableval = xno; then
8106 support_unicode3=yes 8318 support_unicode3=yes
8107 fi 8319 fi
8108fi; 8320fi;
8109 8321
8322# Check whether --enable-combining or --disable-combining was given.
8323if test "${enable_combining+set}" = set; then
8324 enableval="$enable_combining"
8325 if test x$enableval = xyes -o x$enableval = xno; then
8326 support_combining=yes
8327 fi
8328fi;
8329
8110# Check whether --enable-xft or --disable-xft was given. 8330# Check whether --enable-xft or --disable-xft was given.
8111if test "${enable_xft+set}" = set; then 8331if test "${enable_xft+set}" = set; then
8112 enableval="$enable_xft" 8332 enableval="$enable_xft"
8113 if test x$enableval = xyes -o x$enableval = xno; then 8333 if test x$enableval = xyes -o x$enableval = xno; then
8114 support_xft=yes 8334 support_xft=yes
8153 if test x$enableval = xyes -o x$enableval = xno; then 8373 if test x$enableval = xyes -o x$enableval = xno; then
8154 support_inheritpixmap=$enableval 8374 support_inheritpixmap=$enableval
8155 fi 8375 fi
8156fi; 8376fi;
8157 8377
8378# Check whether --enable-tinting or --disable-tinting was given.
8379if test "${enable_tinting+set}" = set; then
8380 enableval="$enable_tinting"
8381 if test x$enableval = xyes -o x$enableval = xno; then
8382 support_tinting=$enableval
8383 fi
8384fi;
8385
8386# Check whether --enable-fading or --disable-fading was given.
8387if test "${enable_fading+set}" = set; then
8388 enableval="$enable_fading"
8389 if test x$enableval = xyes -o x$enableval = xno; then
8390 support_fading=$enableval
8391 fi
8392fi;
8393
8158# Check whether --enable-menubar or --disable-menubar was given. 8394# Check whether --enable-menubar or --disable-menubar was given.
8159if test "${enable_menubar+set}" = set; then 8395if test "${enable_menubar+set}" = set; then
8160 enableval="$enable_menubar" 8396 enableval="$enable_menubar"
8161 if test x$enableval = xyes -o x$enableval = xno; then 8397 if test x$enableval = xyes -o x$enableval = xno; then
8162 support_menubar=$enableval 8398 support_menubar=$enableval
8280_ACEOF 8516_ACEOF
8281 8517
8282 fi 8518 fi
8283fi; 8519fi;
8284 8520
8521# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8522if test "${enable_8bitctrls+set}" = set; then
8523 enableval="$enable_8bitctrls"
8524 if test x$enableval = xyes -o x$enableval = xno; then
8525 support_8bitctrls=yes
8526 fi
8527fi;
8528
8285RESFALLBACK=Rxvt 8529RESFALLBACK=Rxvt
8286# Check whether --enable-fallback or --disable-fallback was given. 8530# Check whether --enable-fallback or --disable-fallback was given.
8287if test "${enable_fallback+set}" = set; then 8531if test "${enable_fallback+set}" = set; then
8288 enableval="$enable_fallback" 8532 enableval="$enable_fallback"
8289 8533
8356_ACEOF 8600_ACEOF
8357 8601
8358 fi 8602 fi
8359fi; 8603fi;
8360 8604
8605# Check whether --enable-iso14755 or --disable-iso14755 was given.
8606if test "${enable_iso14755+set}" = set; then
8607 enableval="$enable_iso14755"
8608 if test x$enableval = xyes -o x$enableval = xno; then
8609 support_iso14755=$enableval
8610 fi
8611fi;
8612
8361# Check whether --enable-frills or --disable-frills was given. 8613# Check whether --enable-frills or --disable-frills was given.
8362if test "${enable_frills+set}" = set; then 8614if test "${enable_frills+set}" = set; then
8363 enableval="$enable_frills" 8615 enableval="$enable_frills"
8364 if test x$enableval = xyes -o x$enableval = xno; then 8616 if test x$enableval = xyes -o x$enableval = xno; then
8365 support_frills=$enableval 8617 support_frills=$enableval
8409# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8661# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8410if test "${enable_slipwheeling+set}" = set; then 8662if test "${enable_slipwheeling+set}" = set; then
8411 enableval="$enable_slipwheeling" 8663 enableval="$enable_slipwheeling"
8412 if test x$enableval = xyes -o x$enableval = xno; then 8664 if test x$enableval = xyes -o x$enableval = xno; then
8413 support_mouseslipwheel=$enableval 8665 support_mouseslipwheel=$enableval
8414 fi
8415fi;
8416
8417# Check whether --enable-old-selection or --disable-old-selection was given.
8418if test "${enable_old_selection+set}" = set; then
8419 enableval="$enable_old_selection"
8420 if test x$enableval = xyes -o x$enableval = xno; then
8421 support_oldselection=$enableval
8422 fi
8423fi;
8424
8425# Check whether --enable-new-selection or --disable-new-selection was given.
8426if test "${enable_new_selection+set}" = set; then
8427 enableval="$enable_new_selection"
8428 if test x$enableval = xno; then
8429
8430cat >>confdefs.h <<\_ACEOF
8431#define NO_NEW_SELECTION 1
8432_ACEOF
8433
8434 fi 8666 fi
8435fi; 8667fi;
8436 8668
8437# Check whether --enable-dmalloc or --disable-dmalloc was given. 8669# Check whether --enable-dmalloc or --disable-dmalloc was given.
8438if test "${enable_dmalloc+set}" = set; then 8670if test "${enable_dmalloc+set}" = set; then
8864fi 9096fi
8865 9097
8866 9098
8867 9099
8868 9100
9101
9102if test "x$ac_path_x_has_been_run" != xyes; then
8869echo "$as_me:$LINENO: checking for X" >&5 9103 echo "$as_me:$LINENO: checking for X" >&5
8870echo $ECHO_N "checking for X... $ECHO_C" >&6 9104echo $ECHO_N "checking for X... $ECHO_C" >&6
8871 9105
9106ac_path_x_has_been_run=yes
8872 9107
8873# Check whether --with-x or --without-x was given. 9108# Check whether --with-x or --without-x was given.
8874if test "${with_x+set}" = set; then 9109if test "${with_x+set}" = set; then
8875 withval="$with_x" 9110 withval="$with_x"
8876 9111
8959 9194
8960/usr/openwin/include 9195/usr/openwin/include
8961/usr/openwin/share/include' 9196/usr/openwin/share/include'
8962 9197
8963if test "$ac_x_includes" = no; then 9198if test "$ac_x_includes" = no; then
8964 # Guess where to find include files, by looking for Intrinsic.h. 9199 # Guess where to find include files, by looking for a specified header file.
8965 # First, try using that file with no special directory specified. 9200 # First, try using that file with no special directory specified.
8966 cat >conftest.$ac_ext <<_ACEOF 9201 cat >conftest.$ac_ext <<_ACEOF
8967/* confdefs.h. */ 9202/* confdefs.h. */
8968_ACEOF 9203_ACEOF
8969cat confdefs.h >>conftest.$ac_ext 9204cat confdefs.h >>conftest.$ac_ext
9093 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9328 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9094 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9329 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9095 # Update the cache value to reflect the command line values. 9330 # Update the cache value to reflect the command line values.
9096 ac_cv_have_x="have_x=yes \ 9331 ac_cv_have_x="have_x=yes \
9097 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9332 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9333 # It might be that x_includes is empty (headers are found in the
9334 # standard search path. Then output the corresponding message
9335 ac_out_x_includes=$x_includes
9336 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9098 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 9337 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
9099echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 9338echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
9100fi 9339fi
9101 9340
9341fi
9102if test "$no_x" = yes; then 9342if test "$no_x" = yes; then
9103 # Not all programs may use this symbol, but it does not hurt to define it. 9343 # Not all programs may use this symbol, but it does not hurt to define it.
9104 9344
9105cat >>confdefs.h <<\_ACEOF 9345cat >>confdefs.h <<\_ACEOF
9106#define X_DISPLAY_MISSING 1 9346#define X_DISPLAY_MISSING 1
10683 10923
10684 10924
10685 10925
10686 10926
10687 10927
10928
10688for ac_header in \ 10929for ac_header in \
10689 assert.h \ 10930 assert.h \
10690 fcntl.h \ 10931 fcntl.h \
10691 grp.h \ 10932 grp.h \
10692 libc.h \ 10933 libc.h \
10699 sys/byteorder.h \ 10940 sys/byteorder.h \
10700 sys/ioctl.h \ 10941 sys/ioctl.h \
10701 sys/select.h \ 10942 sys/select.h \
10702 sys/sockio.h \ 10943 sys/sockio.h \
10703 sys/strredir.h \ 10944 sys/strredir.h \
10945 sys/stropts.h \
10704 sys/time.h \ 10946 sys/time.h \
10705 utmp.h \ 10947 utmp.h \
10706 utmpx.h \ 10948 utmpx.h \
10707 stdint.h \ 10949 stdint.h \
10708 10950
11494cat >>confdefs.h <<\_ACEOF 11736cat >>confdefs.h <<\_ACEOF
11495#define gid_t int 11737#define gid_t int
11496_ACEOF 11738_ACEOF
11497 11739
11498fi 11740fi
11499
11500 11741
11501 11742
11502echo "$as_me:$LINENO: checking for char" >&5 11743echo "$as_me:$LINENO: checking for char" >&5
11503echo $ECHO_N "checking for char... $ECHO_C" >&6 11744echo $ECHO_N "checking for char... $ECHO_C" >&6
11504if test "${ac_cv_type_char+set}" = set; then 11745if test "${ac_cv_type_char+set}" = set; then
15859/* confdefs.h. */ 16100/* confdefs.h. */
15860_ACEOF 16101_ACEOF
15861cat confdefs.h >>conftest.$ac_ext 16102cat confdefs.h >>conftest.$ac_ext
15862cat >>conftest.$ac_ext <<_ACEOF 16103cat >>conftest.$ac_ext <<_ACEOF
15863/* end confdefs.h. */ 16104/* end confdefs.h. */
15864#include <locale.h> 16105#include <clocale>
15865int 16106int
15866main () 16107main ()
15867{ 16108{
15868setlocale(LC_CTYPE, ""); 16109setlocale(LC_CTYPE, "");
15869 ; 16110 ;
15970#define HAVE_NL_LANGINFO 1 16211#define HAVE_NL_LANGINFO 1
15971_ACEOF 16212_ACEOF
15972 16213
15973fi 16214fi
15974 16215
16216echo "$as_me:$LINENO: checking for broken XIM callback" >&5
16217echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
16218if test "${rxvt_broken_ximcb+set}" = set; then
16219 echo $ECHO_N "(cached) $ECHO_C" >&6
16220else
16221 cat >conftest.$ac_ext <<_ACEOF
16222
16223#include <X11/Xlib.h>
16224
16225void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
16226
16227void f() {
16228 XIMCallback cb;
16229 cb.callback = im_destroy_cb;
16230}
16231
16232_ACEOF
16233rm -f conftest.$ac_objext
16234if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16235 (eval $ac_compile) 2>conftest.er1
16236 ac_status=$?
16237 grep -v '^ *+' conftest.er1 >conftest.err
16238 rm -f conftest.er1
16239 cat conftest.err >&5
16240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16241 (exit $ac_status); } &&
16242 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16244 (eval $ac_try) 2>&5
16245 ac_status=$?
16246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); }; } &&
16248 { ac_try='test -s conftest.$ac_objext'
16249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16250 (eval $ac_try) 2>&5
16251 ac_status=$?
16252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16253 (exit $ac_status); }; }; then
16254 rxvt_broken_ximcb=yes
16255else
16256 echo "$as_me: failed program was:" >&5
16257sed 's/^/| /' conftest.$ac_ext >&5
16258
16259rxvt_broken_ximcb=no
16260fi
16261rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16262fi
16263echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
16264echo "${ECHO_T}$rxvt_broken_ximcb" >&6
16265
16266if test x$rxvt_broken_ximcb = xyes; then
16267
16268cat >>confdefs.h <<\_ACEOF
16269#define XIMCB_PROTO_BROKEN 1
16270_ACEOF
16271
16272fi
16273
15975echo "$as_me:$LINENO: checking for getpt" >&5 16274echo "$as_me:$LINENO: checking for getpt" >&5
15976echo $ECHO_N "checking for getpt... $ECHO_C" >&6 16275echo $ECHO_N "checking for getpt... $ECHO_C" >&6
15977if test "${rxvt_cv_func_getpt+set}" = set; then 16276if test "${rxvt_cv_func_getpt+set}" = set; then
15978 echo $ECHO_N "(cached) $ECHO_C" >&6 16277 echo $ECHO_N "(cached) $ECHO_C" >&6
15979else 16278else
15983cat confdefs.h >>conftest.$ac_ext 16282cat confdefs.h >>conftest.$ac_ext
15984cat >>conftest.$ac_ext <<_ACEOF 16283cat >>conftest.$ac_ext <<_ACEOF
15985/* end confdefs.h. */ 16284/* end confdefs.h. */
15986#define _GNU_SOURCE 16285#define _GNU_SOURCE
15987#ifdef HAVE_STDLIB_H 16286#ifdef HAVE_STDLIB_H
15988# include <stdlib.h> 16287# include <cstdlib>
15989#endif 16288#endif
15990int 16289int
15991main () 16290main ()
15992{ 16291{
15993(void)getpt(); 16292(void)getpt();
16158#define PTYCHAR2 "$pch2" 16457#define PTYCHAR2 "$pch2"
16159_ACEOF 16458_ACEOF
16160 16459
16161fi 16460fi
16162 16461
16163echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 16462if test x$support_iso14755 = xyes; then
16164echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6 16463
16165if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
16166 echo $ECHO_N "(cached) $ECHO_C" >&6
16167else
16168 ac_check_lib_save_LIBS=$LIBS
16169LIBS="-lxpg4 $LIBS"
16170cat >conftest.$ac_ext <<_ACEOF
16171/* confdefs.h. */
16172_ACEOF
16173cat confdefs.h >>conftest.$ac_ext
16174cat >>conftest.$ac_ext <<_ACEOF 16464cat >>confdefs.h <<\_ACEOF
16175/* end confdefs.h. */ 16465#define ISO_14755 1
16176
16177/* Override any gcc2 internal prototype to avoid an error. */
16178#ifdef __cplusplus
16179extern "C"
16180#endif
16181/* We use char because int might match the return type of a gcc2
16182 builtin and then its argument prototype would still apply. */
16183char setlocale ();
16184int
16185main ()
16186{
16187setlocale ();
16188 ;
16189 return 0;
16190}
16191_ACEOF 16466_ACEOF
16192rm -f conftest.$ac_objext conftest$ac_exeext
16193if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16194 (eval $ac_link) 2>conftest.er1
16195 ac_status=$?
16196 grep -v '^ *+' conftest.er1 >conftest.err
16197 rm -f conftest.er1
16198 cat conftest.err >&5
16199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16200 (exit $ac_status); } &&
16201 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16203 (eval $ac_try) 2>&5
16204 ac_status=$?
16205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16206 (exit $ac_status); }; } &&
16207 { ac_try='test -s conftest$ac_exeext'
16208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16209 (eval $ac_try) 2>&5
16210 ac_status=$?
16211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16212 (exit $ac_status); }; }; then
16213 ac_cv_lib_xpg4_setlocale=yes
16214else
16215 echo "$as_me: failed program was:" >&5
16216sed 's/^/| /' conftest.$ac_ext >&5
16217 16467
16218ac_cv_lib_xpg4_setlocale=no
16219fi 16468fi
16220rm -f conftest.err conftest.$ac_objext \ 16469if test x$support_8bitctrls = xyes; then
16221 conftest$ac_exeext conftest.$ac_ext
16222LIBS=$ac_check_lib_save_LIBS
16223fi
16224echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
16225echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
16226if test $ac_cv_lib_xpg4_setlocale = yes; then
16227 LIBS="$LIBS -lxpg4"
16228fi
16229 16470
16471cat >>confdefs.h <<\_ACEOF
16472#define EIGHT_BIT_CONTROLS 1
16473_ACEOF
16230 16474
16475fi
16476if test x$support_fading = xyes; then
16477
16478cat >>confdefs.h <<\_ACEOF
16479#define OFF_FOCUS_FADING 1
16480_ACEOF
16481
16482fi
16483if test x$support_tinting = xyes; then
16484
16485cat >>confdefs.h <<\_ACEOF
16486#define TINTING 1
16487_ACEOF
16488
16489fi
16231if test x$support_inheritpixmap = xyes; then 16490if test x$support_inheritpixmap = xyes; then
16232 16491
16233cat >>confdefs.h <<\_ACEOF 16492cat >>confdefs.h <<\_ACEOF
16234#define TRANSPARENT 1 16493#define TRANSPARENT 1
16235_ACEOF 16494_ACEOF
16254cat >>confdefs.h <<\_ACEOF 16513cat >>confdefs.h <<\_ACEOF
16255#define MENUBAR 1 16514#define MENUBAR 1
16256_ACEOF 16515_ACEOF
16257 16516
16258fi 16517fi
16259if test x$support_frills = xno; then 16518if test x$support_frills = xyes; then
16260 16519
16261cat >>confdefs.h <<\_ACEOF 16520cat >>confdefs.h <<\_ACEOF
16262#define NO_FRILLS 1 16521#define ENABLE_FRILLS 1
16263_ACEOF 16522_ACEOF
16264 16523
16265fi 16524fi
16266if test x$support_linespace = xno; then 16525if test x$support_linespace = xno; then
16267 16526
16289cat >>confdefs.h <<\_ACEOF 16548cat >>confdefs.h <<\_ACEOF
16290#define MOUSE_SLIP_WHEELING 1 16549#define MOUSE_SLIP_WHEELING 1
16291_ACEOF 16550_ACEOF
16292 16551
16293fi 16552fi
16294if test x$support_oldselection = xno; then
16295
16296cat >>confdefs.h <<\_ACEOF
16297#define NO_OLD_SELECTION 1
16298_ACEOF
16299
16300fi
16301if test x$support_utmp = xyes; then 16553if test x$support_utmp = xyes; then
16302 16554
16303cat >>confdefs.h <<\_ACEOF 16555cat >>confdefs.h <<\_ACEOF
16304#define UTMP_SUPPORT 1 16556#define UTMP_SUPPORT 1
16305_ACEOF 16557_ACEOF
16393cat >>confdefs.h <<\_ACEOF 16645cat >>confdefs.h <<\_ACEOF
16394#define UNICODE_3 1 16646#define UNICODE_3 1
16395_ACEOF 16647_ACEOF
16396 16648
16397fi 16649fi
16650if test x$support_combining = xyes; then
16651
16652cat >>confdefs.h <<\_ACEOF
16653#define ENABLE_COMBINING 1
16654_ACEOF
16655
16656fi
16398if test x$codesets = xall; then 16657if test x$codesets = xall; then
16399 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16658 codesets=jp,jp-ext,kr,cn,cn-ext
16400fi 16659fi
16401for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16402 16660
16403cat >>confdefs.h <<\_ACEOF 16661cat >>confdefs.h <<\_ACEOF
16404#define ENCODING_EU 1 16662#define ENCODING_EU 1
16405_ACEOF 16663_ACEOF
16406 16664
16407 16665
16408cat >>confdefs.h <<\_ACEOF 16666cat >>confdefs.h <<\_ACEOF
16409#define ENCODING_VN 1 16667#define ENCODING_VN 1
16410_ACEOF 16668_ACEOF
16411 16669
16670for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16412 case "$codeset" in 16671 case "$codeset" in
16413 JP ) 16672 JP )
16414cat >>confdefs.h <<\_ACEOF 16673cat >>confdefs.h <<\_ACEOF
16415#define ENCODING_JP 1 16674#define ENCODING_JP 1
16416_ACEOF 16675_ACEOF
16494 include_stdint_h="#include <stdint.h>" 16753 include_stdint_h="#include <stdint.h>"
16495else 16754else
16496 include_stdint_h="/* #include <stdint.h> */" 16755 include_stdint_h="/* #include <stdint.h> */"
16497fi 16756fi
16498if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16757if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16499 include_stdarg_h="#include <stdarg.h>" 16758 include_stdarg_h="#include <cstdarg>"
16500else 16759else
16501 include_stdarg_h="/* #include <stdarg.h> */" 16760 include_stdarg_h="/* #include <cstdarg> */"
16502fi 16761fi
16503if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16762if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16504 include_stdlib_h="#include <stdlib.h>" 16763 include_stdlib_h="#include <cstdlib>"
16505else 16764else
16506 include_stdlib_h="/* #include <stdlib.h> */" 16765 include_stdlib_h="/* #include <cstdlib> */"
16507fi 16766fi
16508if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16767if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16509 include_unistd_h="#include <unistd.h>" 16768 include_unistd_h="#include <unistd.h>"
16510else 16769else
16511 include_unistd_h="/* #include <unistd.h> */" 16770 include_unistd_h="/* #include <unistd.h> */"
16512fi 16771fi
16513if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16772if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16514 include_string_h="#include <string.h>" 16773 include_string_h="#include <cstring>"
16515else 16774else
16516 include_string_h="/* #include <string.h> */" 16775 include_string_h="/* #include <cstring> */"
16517fi 16776fi
16518if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16777if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16519 include_fcntl_h="#include <fcntl.h>" 16778 include_fcntl_h="#include <fcntl.h>"
16520else 16779else
16521 include_fcntl_h="/* #include <fcntl.h> */" 16780 include_fcntl_h="/* #include <fcntl.h> */"
16796 17055
16797 fi 17056 fi
16798fi 17057fi
16799 17058
16800 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile" 17059 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile"
17060
16801cat >confcache <<\_ACEOF 17061cat >confcache <<\_ACEOF
16802# This file is a shell script that caches the results of configure 17062# This file is a shell script that caches the results of configure
16803# tests run on this system so they can be shared between configure 17063# tests run on this system so they can be shared between configure
16804# scripts and configure runs, see configure's option --config-cache. 17064# scripts and configure runs, see configure's option --config-cache.
16805# It is not useful on other systems. If it contains results you don't 17065# It is not useful on other systems. If it contains results you don't
18013echo " 18273echo "
18014The following are set in config.h 18274The following are set in config.h
18015" 18275"
18016echo " pty/tty type: "$rxvt_cv_ptys 18276echo " pty/tty type: "$rxvt_cv_ptys
18017if test x$support_utmp != xyes; then 18277if test x$support_utmp != xyes; then
18018 echo " utmp support: disabled 18278 echo " utmp support: disabled"
18019" 18279 echo
18020else 18280else
18021 echo " utmp support: enabled 18281 echo " utmp support: enabled
18022 utmp file: $rxvt_cv_path_utmp 18282 utmp file: $rxvt_cv_path_utmp
18023 utmpx file: $rxvt_cv_path_utmpx 18283 utmpx file: $rxvt_cv_path_utmpx
18024 wtmp file: $rxvt_cv_path_wtmp 18284 wtmp file: $rxvt_cv_path_wtmp
18025 wtmpx file: $rxvt_cv_path_wtmpx 18285 wtmpx file: $rxvt_cv_path_wtmpx
18026 lastlog file: $rxvt_cv_path_lastlog 18286 lastlog file: $rxvt_cv_path_lastlog
18027 ttys/ttytab file: $rxvt_cv_path_ttytab 18287 ttys/ttytab file: $rxvt_cv_path_ttytab"
18028" 18288 echo
18029fi 18289fi
18030if test x$term != x; then 18290if test x$term != x; then
18031 echo " set TERM to: $term 18291 echo " set TERM to: $term"
18032"
18033fi 18292fi
18034if test x$terminfo != x; then 18293if test x$terminfo != x; then
18035 echo " set TERMINFO to: $terminfo 18294 echo " set TERMINFO to: $terminfo"
18036"
18037fi 18295fi
18296echo " default resource name: $RESNAME"
18297echo " resource class: $RESCLASS"
18298if test x$RESFALLBACK != x; then
18299 echo " resource class fallback: $RESFALLBACK"
18300fi
18301echo
18038if test x$rxvt_cv_ptys = xUNKNOWN; then 18302if test x$rxvt_cv_ptys = xUNKNOWN; then
18039 echo ".----------------------------------------------------------------." 18303 echo ".----------------------------------------------------------------."
18040 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18304 echo ". WARNING: could not determine pty/tty type. Do not build until ."
18041 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18305 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
18042 echo ".----------------------------------------------------------------." 18306 echo ".----------------------------------------------------------------."
18056 echo ". WARNING: --enable-xim was specified however the locale support ." 18320 echo ". WARNING: --enable-xim was specified however the locale support ."
18057 echo ". functions could not be found. ." 18321 echo ". functions could not be found. ."
18058 echo ". XIM is now being DISABLED! ." 18322 echo ". XIM is now being DISABLED! ."
18059 echo ".----------------------------------------------------------------." 18323 echo ".----------------------------------------------------------------."
18060fi 18324fi
18325
18061echo " *** Please check src/feature.h for further options *** 18326echo " *** Please check src/feature.h for further options ***"
18062" 18327echo
18328
18329echo ".----------------------------------------------------------------."
18330echo ". NOTE: most features are disabled by default, try ."
18331echo ". configure --help to get an idea of the optional features ."
18332echo ".----------------------------------------------------------------."
18333echo
18334

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines