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

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

1036 --enable-utmp enable utmp (utmpx) support 1036 --enable-utmp enable utmp (utmpx) support
1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1038 --enable-lastlog enable lastlog support (requires --enable-utmp) 1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1039 --enable-xpm-background enable XPM background pixmaps 1039 --enable-xpm-background enable XPM background pixmaps
1040 --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
1041 --enable-menubar enable menubar 1043 --enable-menubar enable menubar
1042 --enable-rxvt-scroll enable rxvt style scrollbar 1044 --enable-rxvt-scroll enable rxvt style scrollbar
1043 --enable-next-scroll enable NeXT style scrollbar 1045 --enable-next-scroll enable NeXT style scrollbar
1044 --enable-xterm-scroll enable Xterm style scrollbar 1046 --enable-xterm-scroll enable Xterm style scrollbar
1045 --enable-plain-scroll enable plain style scrollbar 1047 --enable-plain-scroll enable plain style scrollbar
1048 --enable-ttygid enable tty setting to group named "tty" 1050 --enable-ttygid enable tty setting to group named "tty"
1049 --disable-backspace-key disable handling of the backspace key 1051 --disable-backspace-key disable handling of the backspace key
1050 --disable-delete-key disable handling of the delete key 1052 --disable-delete-key disable handling of the delete key
1051 --disable-resources disable all resource checking 1053 --disable-resources disable all resource checking
1052 --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)
1053 --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)
1054 --enable-strings enable some replacement system functions 1057 --enable-strings enable some replacement system functions
1055 --disable-swapscreen disable swap screen support 1058 --disable-swapscreen disable swap screen support
1059 --enable-iso14755 enable support for extended ISO 14755 modes
1056 --enable-frills enable support for rarely used features 1060 --enable-frills enable support for rarely used features
1057 --enable-linespace enable support for linespace 1061 --enable-linespace enable support for linespace
1058 --enable-24bit enable support for using 24bit visuals if available 1062 --enable-24bit enable support for using 24bit visuals if available
1059 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1063 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1060 --enable-selectionscrolling enable scrolling during selections 1064 --enable-selectionscrolling enable scrolling during selections
1533 1537
1534 1538
1535 1539
1536 1540
1537 1541
1542
1538ac_aux_dir= 1543ac_aux_dir=
1539for ac_dir in autoconf $srcdir/autoconf; do 1544for ac_dir in autoconf $srcdir/autoconf; do
1540 if test -f $ac_dir/install-sh; then 1545 if test -f $ac_dir/install-sh; then
1541 ac_aux_dir=$ac_dir 1546 ac_aux_dir=$ac_dir
1542 ac_install_sh="$ac_aux_dir/install-sh -c" 1547 ac_install_sh="$ac_aux_dir/install-sh -c"
3685echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 3690echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3686echo "${ECHO_T}$ac_cv_search_strerror" >&6 3691echo "${ECHO_T}$ac_cv_search_strerror" >&6
3687if test "$ac_cv_search_strerror" != no; then 3692if test "$ac_cv_search_strerror" != no; then
3688 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"
3689 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"
3690fi 3898fi
3691 3899
3692 3900
3693# Check whether --enable-shared or --disable-shared was given. 3901# Check whether --enable-shared or --disable-shared was given.
3694if test "${enable_shared+set}" = set; then 3902if test "${enable_shared+set}" = set; then
5030# 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
5031# libtool support. 5239# libtool support.
5032case "$host" in 5240case "$host" in
5033*-*-irix6*) 5241*-*-irix6*)
5034 # Find out which ABI we are using. 5242 # Find out which ABI we are using.
5035 echo '#line 5035 "configure"' > conftest.$ac_ext 5243 echo '#line 5243 "configure"' > conftest.$ac_ext
5036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5037 (eval $ac_compile) 2>&5 5245 (eval $ac_compile) 2>&5
5038 ac_status=$? 5246 ac_status=$?
5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5040 (exit $ac_status); }; then 5248 (exit $ac_status); }; then
5581# builds. 5789# builds.
5582chmod -w . 5790chmod -w .
5583save_CFLAGS="$CFLAGS" 5791save_CFLAGS="$CFLAGS"
5584CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5792CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5585compiler_c_o=no 5793compiler_c_o=no
5586if { (eval echo configure:5586: \"$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
5587 # 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
5588 # So say no if there are warnings 5796 # So say no if there are warnings
5589 if test -s out/conftest.err; then 5797 if test -s out/conftest.err; then
5590 compiler_c_o=no 5798 compiler_c_o=no
5591 else 5799 else
7197 lt_cv_dlopen_self=cross 7405 lt_cv_dlopen_self=cross
7198else 7406else
7199 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7407 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7200 lt_status=$lt_dlunknown 7408 lt_status=$lt_dlunknown
7201 cat > conftest.$ac_ext <<EOF 7409 cat > conftest.$ac_ext <<EOF
7202#line 7202 "configure" 7410#line 7410 "configure"
7203#include "confdefs.h" 7411#include "confdefs.h"
7204 7412
7205#if HAVE_DLFCN_H 7413#if HAVE_DLFCN_H
7206#include <dlfcn.h> 7414#include <dlfcn.h>
7207#endif 7415#endif
7295 lt_cv_dlopen_self_static=cross 7503 lt_cv_dlopen_self_static=cross
7296else 7504else
7297 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7505 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7298 lt_status=$lt_dlunknown 7506 lt_status=$lt_dlunknown
7299 cat > conftest.$ac_ext <<EOF 7507 cat > conftest.$ac_ext <<EOF
7300#line 7300 "configure" 7508#line 7508 "configure"
7301#include "confdefs.h" 7509#include "confdefs.h"
7302 7510
7303#if HAVE_DLFCN_H 7511#if HAVE_DLFCN_H
7304#include <dlfcn.h> 7512#include <dlfcn.h>
7305#endif 7513#endif
8028MALLOC_TYPE=S 8236MALLOC_TYPE=S
8029support_addstrings=no 8237support_addstrings=no
8030support_frills=no 8238support_frills=no
8031support_linespace=no 8239support_linespace=no
8032support_inheritpixmap=no 8240support_inheritpixmap=no
8241support_tinting=no
8242support_fading=no
8033support_keepscrolling=no 8243support_keepscrolling=no
8034support_selectionscrolling=no 8244support_selectionscrolling=no
8035support_menubar=no 8245support_menubar=no
8036support_mousewheel=no 8246support_mousewheel=no
8037support_mouseslipwheel=no 8247support_mouseslipwheel=no
8048support_xim=no 8258support_xim=no
8049support_xpm=no 8259support_xpm=no
8050support_xft=no 8260support_xft=no
8051support_unicode3=no 8261support_unicode3=no
8052support_combining=no 8262support_combining=no
8263support_8bitctrls=no
8264support_iso14755=no
8053codesets= 8265codesets=
8054 8266
8055 8267
8056if test "x$enable_shared" = xyes; then 8268if test "x$enable_shared" = xyes; then
8057 8269
8069 if test x$enableval = xyes; then 8281 if test x$enableval = xyes; then
8070 support_24bit=yes 8282 support_24bit=yes
8071 support_frills=yes 8283 support_frills=yes
8072 support_linespace=yes 8284 support_linespace=yes
8073 support_inheritpixmap=yes 8285 support_inheritpixmap=yes
8286 support_tinting=yes
8287 support_fading=yes
8074 support_keepscrolling=yes 8288 support_keepscrolling=yes
8075 support_selectionscrolling=yes 8289 support_selectionscrolling=yes
8076 support_lastlog=yes 8290 support_lastlog=yes
8077 support_menubar=yes 8291 support_menubar=yes
8078 support_mousewheel=yes 8292 support_mousewheel=yes
8089 support_xim=yes 8303 support_xim=yes
8090 support_xpm=yes 8304 support_xpm=yes
8091 support_xft=yes 8305 support_xft=yes
8092 support_unicode3=yes 8306 support_unicode3=yes
8093 support_combining=yes 8307 support_combining=yes
8308 #support_8bitctrls=yes
8309 support_iso14755=yes
8094 codesets=all 8310 codesets=all
8095 fi 8311 fi
8096fi; 8312fi;
8097 8313
8098# Check whether --enable-unicode3 or --disable-unicode3 was given. 8314# Check whether --enable-unicode3 or --disable-unicode3 was given.
8157 if test x$enableval = xyes -o x$enableval = xno; then 8373 if test x$enableval = xyes -o x$enableval = xno; then
8158 support_inheritpixmap=$enableval 8374 support_inheritpixmap=$enableval
8159 fi 8375 fi
8160fi; 8376fi;
8161 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
8162# Check whether --enable-menubar or --disable-menubar was given. 8394# Check whether --enable-menubar or --disable-menubar was given.
8163if test "${enable_menubar+set}" = set; then 8395if test "${enable_menubar+set}" = set; then
8164 enableval="$enable_menubar" 8396 enableval="$enable_menubar"
8165 if test x$enableval = xyes -o x$enableval = xno; then 8397 if test x$enableval = xyes -o x$enableval = xno; then
8166 support_menubar=$enableval 8398 support_menubar=$enableval
8284_ACEOF 8516_ACEOF
8285 8517
8286 fi 8518 fi
8287fi; 8519fi;
8288 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
8289RESFALLBACK=Rxvt 8529RESFALLBACK=Rxvt
8290# Check whether --enable-fallback or --disable-fallback was given. 8530# Check whether --enable-fallback or --disable-fallback was given.
8291if test "${enable_fallback+set}" = set; then 8531if test "${enable_fallback+set}" = set; then
8292 enableval="$enable_fallback" 8532 enableval="$enable_fallback"
8293 8533
8357 8597
8358cat >>confdefs.h <<\_ACEOF 8598cat >>confdefs.h <<\_ACEOF
8359#define NO_SECONDARY_SCREEN 1 8599#define NO_SECONDARY_SCREEN 1
8360_ACEOF 8600_ACEOF
8361 8601
8602 fi
8603fi;
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
8362 fi 8610 fi
8363fi; 8611fi;
8364 8612
8365# Check whether --enable-frills or --disable-frills was given. 8613# Check whether --enable-frills or --disable-frills was given.
8366if test "${enable_frills+set}" = set; then 8614if test "${enable_frills+set}" = set; then
8848fi 9096fi
8849 9097
8850 9098
8851 9099
8852 9100
9101
9102if test "x$ac_path_x_has_been_run" != xyes; then
8853echo "$as_me:$LINENO: checking for X" >&5 9103 echo "$as_me:$LINENO: checking for X" >&5
8854echo $ECHO_N "checking for X... $ECHO_C" >&6 9104echo $ECHO_N "checking for X... $ECHO_C" >&6
8855 9105
9106ac_path_x_has_been_run=yes
8856 9107
8857# Check whether --with-x or --without-x was given. 9108# Check whether --with-x or --without-x was given.
8858if test "${with_x+set}" = set; then 9109if test "${with_x+set}" = set; then
8859 withval="$with_x" 9110 withval="$with_x"
8860 9111
8943 9194
8944/usr/openwin/include 9195/usr/openwin/include
8945/usr/openwin/share/include' 9196/usr/openwin/share/include'
8946 9197
8947if test "$ac_x_includes" = no; then 9198if test "$ac_x_includes" = no; then
8948 # 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.
8949 # First, try using that file with no special directory specified. 9200 # First, try using that file with no special directory specified.
8950 cat >conftest.$ac_ext <<_ACEOF 9201 cat >conftest.$ac_ext <<_ACEOF
8951/* confdefs.h. */ 9202/* confdefs.h. */
8952_ACEOF 9203_ACEOF
8953cat confdefs.h >>conftest.$ac_ext 9204cat confdefs.h >>conftest.$ac_ext
9077 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9328 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9078 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9329 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9079 # Update the cache value to reflect the command line values. 9330 # Update the cache value to reflect the command line values.
9080 ac_cv_have_x="have_x=yes \ 9331 ac_cv_have_x="have_x=yes \
9081 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"
9082 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
9083echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 9338echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
9084fi 9339fi
9085 9340
9341fi
9086if test "$no_x" = yes; then 9342if test "$no_x" = yes; then
9087 # 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.
9088 9344
9089cat >>confdefs.h <<\_ACEOF 9345cat >>confdefs.h <<\_ACEOF
9090#define X_DISPLAY_MISSING 1 9346#define X_DISPLAY_MISSING 1
10667 10923
10668 10924
10669 10925
10670 10926
10671 10927
10928
10672for ac_header in \ 10929for ac_header in \
10673 assert.h \ 10930 assert.h \
10674 fcntl.h \ 10931 fcntl.h \
10675 grp.h \ 10932 grp.h \
10676 libc.h \ 10933 libc.h \
10683 sys/byteorder.h \ 10940 sys/byteorder.h \
10684 sys/ioctl.h \ 10941 sys/ioctl.h \
10685 sys/select.h \ 10942 sys/select.h \
10686 sys/sockio.h \ 10943 sys/sockio.h \
10687 sys/strredir.h \ 10944 sys/strredir.h \
10945 sys/stropts.h \
10688 sys/time.h \ 10946 sys/time.h \
10689 utmp.h \ 10947 utmp.h \
10690 utmpx.h \ 10948 utmpx.h \
10691 stdint.h \ 10949 stdint.h \
10692 10950
11478cat >>confdefs.h <<\_ACEOF 11736cat >>confdefs.h <<\_ACEOF
11479#define gid_t int 11737#define gid_t int
11480_ACEOF 11738_ACEOF
11481 11739
11482fi 11740fi
11483
11484 11741
11485 11742
11486echo "$as_me:$LINENO: checking for char" >&5 11743echo "$as_me:$LINENO: checking for char" >&5
11487echo $ECHO_N "checking for char... $ECHO_C" >&6 11744echo $ECHO_N "checking for char... $ECHO_C" >&6
11488if test "${ac_cv_type_char+set}" = set; then 11745if test "${ac_cv_type_char+set}" = set; then
15954#define HAVE_NL_LANGINFO 1 16211#define HAVE_NL_LANGINFO 1
15955_ACEOF 16212_ACEOF
15956 16213
15957fi 16214fi
15958 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
15959echo "$as_me:$LINENO: checking for getpt" >&5 16274echo "$as_me:$LINENO: checking for getpt" >&5
15960echo $ECHO_N "checking for getpt... $ECHO_C" >&6 16275echo $ECHO_N "checking for getpt... $ECHO_C" >&6
15961if test "${rxvt_cv_func_getpt+set}" = set; then 16276if test "${rxvt_cv_func_getpt+set}" = set; then
15962 echo $ECHO_N "(cached) $ECHO_C" >&6 16277 echo $ECHO_N "(cached) $ECHO_C" >&6
15963else 16278else
16142#define PTYCHAR2 "$pch2" 16457#define PTYCHAR2 "$pch2"
16143_ACEOF 16458_ACEOF
16144 16459
16145fi 16460fi
16146 16461
16147echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 16462if test x$support_iso14755 = xyes; then
16148echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6 16463
16149if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
16150 echo $ECHO_N "(cached) $ECHO_C" >&6
16151else
16152 ac_check_lib_save_LIBS=$LIBS
16153LIBS="-lxpg4 $LIBS"
16154cat >conftest.$ac_ext <<_ACEOF
16155/* confdefs.h. */
16156_ACEOF
16157cat confdefs.h >>conftest.$ac_ext
16158cat >>conftest.$ac_ext <<_ACEOF 16464cat >>confdefs.h <<\_ACEOF
16159/* end confdefs.h. */ 16465#define ISO_14755 1
16160
16161/* Override any gcc2 internal prototype to avoid an error. */
16162#ifdef __cplusplus
16163extern "C"
16164#endif
16165/* We use char because int might match the return type of a gcc2
16166 builtin and then its argument prototype would still apply. */
16167char setlocale ();
16168int
16169main ()
16170{
16171setlocale ();
16172 ;
16173 return 0;
16174}
16175_ACEOF 16466_ACEOF
16176rm -f conftest.$ac_objext conftest$ac_exeext
16177if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16178 (eval $ac_link) 2>conftest.er1
16179 ac_status=$?
16180 grep -v '^ *+' conftest.er1 >conftest.err
16181 rm -f conftest.er1
16182 cat conftest.err >&5
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } &&
16185 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16187 (eval $ac_try) 2>&5
16188 ac_status=$?
16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); }; } &&
16191 { ac_try='test -s conftest$ac_exeext'
16192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16193 (eval $ac_try) 2>&5
16194 ac_status=$?
16195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16196 (exit $ac_status); }; }; then
16197 ac_cv_lib_xpg4_setlocale=yes
16198else
16199 echo "$as_me: failed program was:" >&5
16200sed 's/^/| /' conftest.$ac_ext >&5
16201 16467
16202ac_cv_lib_xpg4_setlocale=no
16203fi 16468fi
16204rm -f conftest.err conftest.$ac_objext \ 16469if test x$support_8bitctrls = xyes; then
16205 conftest$ac_exeext conftest.$ac_ext
16206LIBS=$ac_check_lib_save_LIBS
16207fi
16208echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
16209echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
16210if test $ac_cv_lib_xpg4_setlocale = yes; then
16211 LIBS="$LIBS -lxpg4"
16212fi
16213 16470
16471cat >>confdefs.h <<\_ACEOF
16472#define EIGHT_BIT_CONTROLS 1
16473_ACEOF
16214 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
16215if test x$support_inheritpixmap = xyes; then 16490if test x$support_inheritpixmap = xyes; then
16216 16491
16217cat >>confdefs.h <<\_ACEOF 16492cat >>confdefs.h <<\_ACEOF
16218#define TRANSPARENT 1 16493#define TRANSPARENT 1
16219_ACEOF 16494_ACEOF
16238cat >>confdefs.h <<\_ACEOF 16513cat >>confdefs.h <<\_ACEOF
16239#define MENUBAR 1 16514#define MENUBAR 1
16240_ACEOF 16515_ACEOF
16241 16516
16242fi 16517fi
16243if test x$support_frills = xno; then 16518if test x$support_frills = xyes; then
16244 16519
16245cat >>confdefs.h <<\_ACEOF 16520cat >>confdefs.h <<\_ACEOF
16246#define NO_FRILLS 1 16521#define ENABLE_FRILLS 1
16247_ACEOF 16522_ACEOF
16248 16523
16249fi 16524fi
16250if test x$support_linespace = xno; then 16525if test x$support_linespace = xno; then
16251 16526
16380 16655
16381fi 16656fi
16382if test x$codesets = xall; then 16657if test x$codesets = xall; then
16383 codesets=jp,jp-ext,kr,cn,cn-ext 16658 codesets=jp,jp-ext,kr,cn,cn-ext
16384fi 16659fi
16385for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16386 16660
16387cat >>confdefs.h <<\_ACEOF 16661cat >>confdefs.h <<\_ACEOF
16388#define ENCODING_EU 1 16662#define ENCODING_EU 1
16389_ACEOF 16663_ACEOF
16390 16664
16391 16665
16392cat >>confdefs.h <<\_ACEOF 16666cat >>confdefs.h <<\_ACEOF
16393#define ENCODING_VN 1 16667#define ENCODING_VN 1
16394_ACEOF 16668_ACEOF
16395 16669
16670for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16396 case "$codeset" in 16671 case "$codeset" in
16397 JP ) 16672 JP )
16398cat >>confdefs.h <<\_ACEOF 16673cat >>confdefs.h <<\_ACEOF
16399#define ENCODING_JP 1 16674#define ENCODING_JP 1
16400_ACEOF 16675_ACEOF
16780 17055
16781 fi 17056 fi
16782fi 17057fi
16783 17058
16784 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
16785cat >confcache <<\_ACEOF 17061cat >confcache <<\_ACEOF
16786# 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
16787# 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
16788# scripts and configure runs, see configure's option --config-cache. 17064# scripts and configure runs, see configure's option --config-cache.
16789# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines