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

Comparing rxvt-unicode/configure (file contents):
Revision 1.62 by root, Wed Jan 4 05:12:04 2006 UTC vs.
Revision 1.104 by ayin, Sat Jun 23 13:41:19 2007 UTC

307#endif 307#endif
308#if HAVE_UNISTD_H 308#if HAVE_UNISTD_H
309# include <unistd.h> 309# include <unistd.h>
310#endif" 310#endif"
311 311
312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TBL TIC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS' 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA EGREP LINKER CXXLIB INSTALL_LIBRXVT RXVTNAME TIC CXXCPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS afterimage_config XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define PKG_CONFIG XFT_CONFIG PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O LIBAFTERIMAGE_CFLAGS AFTERIMAGE_LIBS include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
313ac_subst_files='MCOMMON' 313ac_subst_files=''
314 314
315# Initialize some variables set by options. 315# Initialize some variables set by options.
316ac_init_help= 316ac_init_help=
317ac_init_version=false 317ac_init_version=false
318# The variables have the same names as the options, with 318# The variables have the same names as the options, with
870 NOTE: automatically enabled with --enable-shared 870 NOTE: automatically enabled with --enable-shared
871 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 871 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
872 --enable-combining enable composition of base and combining characters 872 --enable-combining enable composition of base and combining characters
873 --enable-xft enable xft support on systems that have it 873 --enable-xft enable xft support on systems that have it
874 --enable-font-styles enable bold and italic support 874 --enable-font-styles enable bold and italic support
875 --enable-utmp enable utmp (utmpx) support
876 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
877 --enable-lastlog enable lastlog support (requires --enable-utmp)
878 --enable-xpm-background enable XPM background pixmaps 875 --enable-xpm-background enable background pixmaps
876 --enable-afterimage enable integration with libAfterImage for background images
877 --enable-afterstep enable integration with AfterStep window manager
879 --enable-transparency enable transparent backgrounds 878 --enable-transparency enable transparent backgrounds
880 --enable-tinting enable tinting of transparent bg 879 --enable-tinting enable tinting of transparent bg
881 --enable-fading enable colors fading when off focus 880 --enable-fading enable colors fading when off focus
882 --enable-menubar enable menubar
883 --enable-rxvt-scroll enable rxvt style scrollbar 881 --enable-rxvt-scroll enable rxvt style scrollbar
884 --enable-next-scroll enable NeXT style scrollbar 882 --enable-next-scroll enable NeXT style scrollbar
885 --enable-xterm-scroll enable Xterm style scrollbar 883 --enable-xterm-scroll enable Xterm style scrollbar
886 --enable-perl enable embedded perl interpreter 884 --enable-perl enable embedded perl interpreter
887 --enable-plain-scroll enable plain style scrollbar 885 --enable-plain-scroll enable plain style scrollbar
888 --enable-half-shadow use half width/height shadow on rxvt scrollbar
889 --enable-xim XIM (X Input Method) protocol support 886 --enable-xim XIM (X Input Method) protocol support
890 --enable-ttygid enable tty setting to group named "tty"
891 --disable-backspace-key disable handling of the backspace key 887 --disable-backspace-key disable handling of the backspace key
892 --disable-delete-key disable handling of the delete key 888 --disable-delete-key disable handling of the delete key
893 --disable-resources disable all resource checking 889 --disable-resources disable all resource checking
894 --enable-xgetdefault enable resources via X instead of our small version
895 --enable-8bitctrls enable 8 bit control sequences (not recommended) 890 --enable-8bitctrls enable 8 bit control sequences (not recommended)
896 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 891 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
897 --enable-strings enable some replacement system functions
898 --disable-swapscreen disable swap screen support 892 --disable-swapscreen disable swap screen support
899 --enable-iso14755 enable support for extended ISO 14755 modes 893 --enable-iso14755 enable support for extended ISO 14755 modes
900 --enable-frills enable support for rarely used features 894 --enable-frills enable support for rarely used features
901 --enable-24bit enable support for using 24bit visuals if available
902 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 895 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
903 --enable-selectionscrolling enable scrolling during selections 896 --enable-selectionscrolling enable scrolling during selections
904 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 897 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
905 --enable-slipwheeling enable slip wheel scrolling (requires previous) 898 --enable-slipwheeling enable slip wheel scrolling (requires previous)
906 --enable-dmalloc enable Gray Watson's malloc - for debugging use
907 --enable-dlmalloc enable Doug Lea's malloc - for production use
908 NOTE: enable only one malloc package
909 --enable-smart-resize enable smart growth/shrink behaviour 899 --enable-smart-resize enable smart growth/shrink behaviour
910 --enable-text-blink enable blinking text 900 --enable-text-blink enable blinking text
911 --enable-pointer-blank enable pointer blank when typing or inactive pointer 901 --enable-pointer-blank enable pointer blank when typing or inactive pointer
902 --enable-utmp enable utmp (utmpx) support
903 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
904 --enable-lastlog enable lastlog support (requires --enable-utmp)
912 905
913Optional Packages: 906Optional Packages:
914 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 907 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
915 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 908 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
909 --with-afterimage-config=DIR use libAfterImage config script in DIR
916 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all) 910 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
917 --with-res-name=NAME use this as default resource name (default: urxvt) 911 --with-res-name=NAME use this as default resource name (default: urxvt)
918 --with-res-class=CLASS use this as the resource class (default: URxvt) 912 --with-res-class=CLASS use this as the resource class (default: URxvt)
919 --with-name=NAME set the basename for the installed binaries (default: urxvt) 913 --with-name=NAME set the basename for the installed binaries (default: urxvt)
920 --with-term=NAME set the terminal to NAME (default: rxvt) 914 --with-term=NAME set the terminal to NAME (default: rxvt)
1025 echo 1019 echo
1026 $ac_configure --help 1020 $ac_configure --help
1027 else 1021 else
1028 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1022 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1029 fi 1023 fi
1030 cd "$ac_popdir" 1024 cd $ac_popdir
1031 done 1025 done
1032fi 1026fi
1033 1027
1034test -n "$ac_init_help" && exit 0 1028test -n "$ac_init_help" && exit 0
1035if $ac_init_version; then 1029if $ac_init_version; then
1373 1367
1374 1368
1375 1369
1376 1370
1377 1371
1372
1373 ac_config_headers="$ac_config_headers config.h:config.h.in"
1374
1375
1378ac_aux_dir= 1376ac_aux_dir=
1379for ac_dir in autoconf $srcdir/autoconf; do 1377for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1380 if test -f $ac_dir/install-sh; then 1378 if test -f $ac_dir/install-sh; then
1381 ac_aux_dir=$ac_dir 1379 ac_aux_dir=$ac_dir
1382 ac_install_sh="$ac_aux_dir/install-sh -c" 1380 ac_install_sh="$ac_aux_dir/install-sh -c"
1383 break 1381 break
1384 elif test -f $ac_dir/install.sh; then 1382 elif test -f $ac_dir/install.sh; then
1390 ac_install_sh="$ac_aux_dir/shtool install -c" 1388 ac_install_sh="$ac_aux_dir/shtool install -c"
1391 break 1389 break
1392 fi 1390 fi
1393done 1391done
1394if test -z "$ac_aux_dir"; then 1392if test -z "$ac_aux_dir"; then
1395 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5 1393 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1396echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;} 1394echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1397 { (exit 1); exit 1; }; } 1395 { (exit 1); exit 1; }; }
1398fi 1396fi
1399ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1397ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1400ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1398ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1401ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1399ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1402
1403 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1404
1405 1400
1406# Make sure we can run config.sub. 1401# Make sure we can run config.sub.
1407$ac_config_sub sun4 >/dev/null 2>&1 || 1402$ac_config_sub sun4 >/dev/null 2>&1 ||
1408 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 1403 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1409echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1404echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1461VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1456VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1462DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1457DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1463echo "" 1458echo ""
1464echo "configuring for rxvt $VERSION" 1459echo "configuring for rxvt $VERSION"
1465echo "" 1460echo ""
1461
1462orig_CXXFLAGS="$CXXFLAGS"
1466 1463
1467 1464
1468ac_ext=c 1465ac_ext=c
1469ac_cpp='$CPP $CPPFLAGS' 1466ac_cpp='$CPP $CPPFLAGS'
1470ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1467ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2031 grep -v '^ *+' conftest.er1 >conftest.err 2028 grep -v '^ *+' conftest.er1 >conftest.err
2032 rm -f conftest.er1 2029 rm -f conftest.er1
2033 cat conftest.err >&5 2030 cat conftest.err >&5
2034 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2035 (exit $ac_status); } && 2032 (exit $ac_status); } &&
2036 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2033 { ac_try='test -z "$ac_c_werror_flag"
2034 || test ! -s conftest.err'
2037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2038 (eval $ac_try) 2>&5 2036 (eval $ac_try) 2>&5
2039 ac_status=$? 2037 ac_status=$?
2040 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2041 (exit $ac_status); }; } && 2039 (exit $ac_status); }; } &&
2089 grep -v '^ *+' conftest.er1 >conftest.err 2087 grep -v '^ *+' conftest.er1 >conftest.err
2090 rm -f conftest.er1 2088 rm -f conftest.er1
2091 cat conftest.err >&5 2089 cat conftest.err >&5
2092 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2093 (exit $ac_status); } && 2091 (exit $ac_status); } &&
2094 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2092 { ac_try='test -z "$ac_c_werror_flag"
2093 || test ! -s conftest.err'
2095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2096 (eval $ac_try) 2>&5 2095 (eval $ac_try) 2>&5
2097 ac_status=$? 2096 ac_status=$?
2098 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2099 (exit $ac_status); }; } && 2098 (exit $ac_status); }; } &&
2205 grep -v '^ *+' conftest.er1 >conftest.err 2204 grep -v '^ *+' conftest.er1 >conftest.err
2206 rm -f conftest.er1 2205 rm -f conftest.er1
2207 cat conftest.err >&5 2206 cat conftest.err >&5
2208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2209 (exit $ac_status); } && 2208 (exit $ac_status); } &&
2210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2209 { ac_try='test -z "$ac_c_werror_flag"
2210 || test ! -s conftest.err'
2211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2212 (eval $ac_try) 2>&5 2212 (eval $ac_try) 2>&5
2213 ac_status=$? 2213 ac_status=$?
2214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2215 (exit $ac_status); }; } && 2215 (exit $ac_status); }; } &&
2259 grep -v '^ *+' conftest.er1 >conftest.err 2259 grep -v '^ *+' conftest.er1 >conftest.err
2260 rm -f conftest.er1 2260 rm -f conftest.er1
2261 cat conftest.err >&5 2261 cat conftest.err >&5
2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263 (exit $ac_status); } && 2263 (exit $ac_status); } &&
2264 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2264 { ac_try='test -z "$ac_c_werror_flag"
2265 || test ! -s conftest.err'
2265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2266 (eval $ac_try) 2>&5 2267 (eval $ac_try) 2>&5
2267 ac_status=$? 2268 ac_status=$?
2268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2269 (exit $ac_status); }; } && 2270 (exit $ac_status); }; } &&
2304 grep -v '^ *+' conftest.er1 >conftest.err 2305 grep -v '^ *+' conftest.er1 >conftest.err
2305 rm -f conftest.er1 2306 rm -f conftest.er1
2306 cat conftest.err >&5 2307 cat conftest.err >&5
2307 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2308 (exit $ac_status); } && 2309 (exit $ac_status); } &&
2309 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2310 { ac_try='test -z "$ac_c_werror_flag"
2311 || test ! -s conftest.err'
2310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2311 (eval $ac_try) 2>&5 2313 (eval $ac_try) 2>&5
2312 ac_status=$? 2314 ac_status=$?
2313 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2314 (exit $ac_status); }; } && 2316 (exit $ac_status); }; } &&
2348 grep -v '^ *+' conftest.er1 >conftest.err 2350 grep -v '^ *+' conftest.er1 >conftest.err
2349 rm -f conftest.er1 2351 rm -f conftest.er1
2350 cat conftest.err >&5 2352 cat conftest.err >&5
2351 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2352 (exit $ac_status); } && 2354 (exit $ac_status); } &&
2353 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2355 { ac_try='test -z "$ac_c_werror_flag"
2356 || test ! -s conftest.err'
2354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2355 (eval $ac_try) 2>&5 2358 (eval $ac_try) 2>&5
2356 ac_status=$? 2359 ac_status=$?
2357 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2358 (exit $ac_status); }; } && 2361 (exit $ac_status); }; } &&
2532 grep -v '^ *+' conftest.er1 >conftest.err 2535 grep -v '^ *+' conftest.er1 >conftest.err
2533 rm -f conftest.er1 2536 rm -f conftest.er1
2534 cat conftest.err >&5 2537 cat conftest.err >&5
2535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2536 (exit $ac_status); } && 2539 (exit $ac_status); } &&
2537 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2540 { ac_try='test -z "$ac_cxx_werror_flag"
2541 || test ! -s conftest.err'
2538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2539 (eval $ac_try) 2>&5 2543 (eval $ac_try) 2>&5
2540 ac_status=$? 2544 ac_status=$?
2541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2542 (exit $ac_status); }; } && 2546 (exit $ac_status); }; } &&
2590 grep -v '^ *+' conftest.er1 >conftest.err 2594 grep -v '^ *+' conftest.er1 >conftest.err
2591 rm -f conftest.er1 2595 rm -f conftest.er1
2592 cat conftest.err >&5 2596 cat conftest.err >&5
2593 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2594 (exit $ac_status); } && 2598 (exit $ac_status); } &&
2595 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2599 { ac_try='test -z "$ac_cxx_werror_flag"
2600 || test ! -s conftest.err'
2596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2597 (eval $ac_try) 2>&5 2602 (eval $ac_try) 2>&5
2598 ac_status=$? 2603 ac_status=$?
2599 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2600 (exit $ac_status); }; } && 2605 (exit $ac_status); }; } &&
2661 grep -v '^ *+' conftest.er1 >conftest.err 2666 grep -v '^ *+' conftest.er1 >conftest.err
2662 rm -f conftest.er1 2667 rm -f conftest.er1
2663 cat conftest.err >&5 2668 cat conftest.err >&5
2664 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2665 (exit $ac_status); } && 2670 (exit $ac_status); } &&
2666 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2671 { ac_try='test -z "$ac_cxx_werror_flag"
2672 || test ! -s conftest.err'
2667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2668 (eval $ac_try) 2>&5 2674 (eval $ac_try) 2>&5
2669 ac_status=$? 2675 ac_status=$?
2670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2671 (exit $ac_status); }; } && 2677 (exit $ac_status); }; } &&
2705 grep -v '^ *+' conftest.er1 >conftest.err 2711 grep -v '^ *+' conftest.er1 >conftest.err
2706 rm -f conftest.er1 2712 rm -f conftest.er1
2707 cat conftest.err >&5 2713 cat conftest.err >&5
2708 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2709 (exit $ac_status); } && 2715 (exit $ac_status); } &&
2710 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2716 { ac_try='test -z "$ac_cxx_werror_flag"
2717 || test ! -s conftest.err'
2711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2712 (eval $ac_try) 2>&5 2719 (eval $ac_try) 2>&5
2713 ac_status=$? 2720 ac_status=$?
2714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2715 (exit $ac_status); }; } && 2722 (exit $ac_status); }; } &&
3051 3058
3052test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3059test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3053 3060
3054test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3061test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3055 3062
3056for ac_prog in gawk mawk nawk awk
3057do
3058 # Extract the first word of "$ac_prog", so it can be a program name with args.
3059set dummy $ac_prog; ac_word=$2
3060echo "$as_me:$LINENO: checking for $ac_word" >&5
3061echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3062if test "${ac_cv_prog_AWK+set}" = set; then
3063 echo $ECHO_N "(cached) $ECHO_C" >&6
3064else
3065 if test -n "$AWK"; then
3066 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3067else
3068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3069for as_dir in $PATH
3070do
3071 IFS=$as_save_IFS
3072 test -z "$as_dir" && as_dir=.
3073 for ac_exec_ext in '' $ac_executable_extensions; do
3074 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3075 ac_cv_prog_AWK="$ac_prog"
3076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3077 break 2
3078 fi
3079done
3080done
3081 3063
3082fi
3083fi
3084AWK=$ac_cv_prog_AWK
3085if test -n "$AWK"; then
3086 echo "$as_me:$LINENO: result: $AWK" >&5
3087echo "${ECHO_T}$AWK" >&6
3088else
3089 echo "$as_me:$LINENO: result: no" >&5
3090echo "${ECHO_T}no" >&6
3091fi
3092
3093 test -n "$AWK" && break
3094done
3095
3096
3097ac_ext=c
3098ac_cpp='$CPP $CPPFLAGS'
3099ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3100ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3101ac_compiler_gnu=$ac_cv_c_compiler_gnu
3102
3103
3104if test -z "$orig_CXXFLAGS"; then
3105 CXXFLAGS='-O'
3106 if test x$GCC = xyes && test "x$GXX" = xyes; then
3107 CXXFLAGS="-g -O3"
3108 fi
3109 CFLAGS="$CXXFLAGS"
3110fi
3111
3112LINKER="$CXX"
3113if test x$GCC = xyes && test x$GXX = xyes; then
3114
3115echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3116echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3117if test "${ac_cv_lib_supcpp_main+set}" = set; then
3118 echo $ECHO_N "(cached) $ECHO_C" >&6
3119else
3120 ac_check_lib_save_LIBS=$LIBS
3121LIBS="-lsupc++ $LIBS"
3122cat >conftest.$ac_ext <<_ACEOF
3123/* confdefs.h. */
3124_ACEOF
3125cat confdefs.h >>conftest.$ac_ext
3126cat >>conftest.$ac_ext <<_ACEOF
3127/* end confdefs.h. */
3128
3129
3130int
3131main ()
3132{
3133main ();
3134 ;
3135 return 0;
3136}
3137_ACEOF
3138rm -f conftest.$ac_objext conftest$ac_exeext
3139if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3140 (eval $ac_link) 2>conftest.er1
3141 ac_status=$?
3142 grep -v '^ *+' conftest.er1 >conftest.err
3143 rm -f conftest.er1
3144 cat conftest.err >&5
3145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3146 (exit $ac_status); } &&
3147 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3149 (eval $ac_try) 2>&5
3150 ac_status=$?
3151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3152 (exit $ac_status); }; } &&
3153 { ac_try='test -s conftest$ac_exeext'
3154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3155 (eval $ac_try) 2>&5
3156 ac_status=$?
3157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3158 (exit $ac_status); }; }; then
3159 ac_cv_lib_supcpp_main=yes
3160else
3161 echo "$as_me: failed program was:" >&5
3162sed 's/^/| /' conftest.$ac_ext >&5
3163
3164ac_cv_lib_supcpp_main=no
3165fi
3166rm -f conftest.err conftest.$ac_objext \
3167 conftest$ac_exeext conftest.$ac_ext
3168LIBS=$ac_check_lib_save_LIBS
3169fi
3170echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3171echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3172if test $ac_cv_lib_supcpp_main = yes; then
3173
3174 LINKER="$CC"
3175 LIBS="$LIBS -lsupc++"
3176
3177fi
3178
3179fi
3180LINKER=$LINKER
3181
3182
3183
3184cat >>confdefs.h <<\_ACEOF
3185#define _GNU_SOURCE 1
3186_ACEOF
3187
3188
3189case $host in
3190 *-*-solaris* )
3191
3192cat >>confdefs.h <<\_ACEOF
3193#define _XOPEN_SOURCE_EXTENDED 1
3194_ACEOF
3195
3196
3197cat >>confdefs.h <<\_ACEOF
3198#define _XOPEN_SOURCE 2
3199_ACEOF
3200
3201
3202cat >>confdefs.h <<\_ACEOF
3203#define __EXTENSIONS__ 1
3204_ACEOF
3205
3206 ;;
3207esac
3208
3209
3210ac_ext=cc
3211ac_cpp='$CXXCPP $CPPFLAGS'
3212ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3213ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3214ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3215
3216
3217
3218ac_ext=cc
3219ac_cpp='$CXXCPP $CPPFLAGS'
3220ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3223echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3224echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3225if test -z "$CXXCPP"; then
3226 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3227 echo $ECHO_N "(cached) $ECHO_C" >&6
3228else
3229 # Double quotes because CXXCPP needs to be expanded
3230 for CXXCPP in "$CXX -E" "/lib/cpp"
3231 do
3232 ac_preproc_ok=false
3233for ac_cxx_preproc_warn_flag in '' yes
3234do
3235 # Use a header file that comes with gcc, so configuring glibc
3236 # with a fresh cross-compiler works.
3237 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3238 # <limits.h> exists even on freestanding compilers.
3239 # On the NeXT, cc -E runs the code through the compiler's parser,
3240 # not just through cpp. "Syntax error" is here to catch this case.
3241 cat >conftest.$ac_ext <<_ACEOF
3242/* confdefs.h. */
3243_ACEOF
3244cat confdefs.h >>conftest.$ac_ext
3245cat >>conftest.$ac_ext <<_ACEOF
3246/* end confdefs.h. */
3247#ifdef __STDC__
3248# include <limits.h>
3249#else
3250# include <assert.h>
3251#endif
3252 Syntax error
3253_ACEOF
3254if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3255 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3256 ac_status=$?
3257 grep -v '^ *+' conftest.er1 >conftest.err
3258 rm -f conftest.er1
3259 cat conftest.err >&5
3260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261 (exit $ac_status); } >/dev/null; then
3262 if test -s conftest.err; then
3263 ac_cpp_err=$ac_cxx_preproc_warn_flag
3264 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3265 else
3266 ac_cpp_err=
3267 fi
3268else
3269 ac_cpp_err=yes
3270fi
3271if test -z "$ac_cpp_err"; then
3272 :
3273else
3274 echo "$as_me: failed program was:" >&5
3275sed 's/^/| /' conftest.$ac_ext >&5
3276
3277 # Broken: fails on valid input.
3278continue
3279fi
3280rm -f conftest.err conftest.$ac_ext
3281
3282 # OK, works on sane cases. Now check whether non-existent headers
3283 # can be detected and how.
3284 cat >conftest.$ac_ext <<_ACEOF
3285/* confdefs.h. */
3286_ACEOF
3287cat confdefs.h >>conftest.$ac_ext
3288cat >>conftest.$ac_ext <<_ACEOF
3289/* end confdefs.h. */
3290#include <ac_nonexistent.h>
3291_ACEOF
3292if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3293 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3294 ac_status=$?
3295 grep -v '^ *+' conftest.er1 >conftest.err
3296 rm -f conftest.er1
3297 cat conftest.err >&5
3298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3299 (exit $ac_status); } >/dev/null; then
3300 if test -s conftest.err; then
3301 ac_cpp_err=$ac_cxx_preproc_warn_flag
3302 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3303 else
3304 ac_cpp_err=
3305 fi
3306else
3307 ac_cpp_err=yes
3308fi
3309if test -z "$ac_cpp_err"; then
3310 # Broken: success on invalid input.
3311continue
3312else
3313 echo "$as_me: failed program was:" >&5
3314sed 's/^/| /' conftest.$ac_ext >&5
3315
3316 # Passes both tests.
3317ac_preproc_ok=:
3318break
3319fi
3320rm -f conftest.err conftest.$ac_ext
3321
3322done
3323# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3324rm -f conftest.err conftest.$ac_ext
3325if $ac_preproc_ok; then
3326 break
3327fi
3328
3329 done
3330 ac_cv_prog_CXXCPP=$CXXCPP
3331
3332fi
3333 CXXCPP=$ac_cv_prog_CXXCPP
3334else
3335 ac_cv_prog_CXXCPP=$CXXCPP
3336fi
3337echo "$as_me:$LINENO: result: $CXXCPP" >&5
3338echo "${ECHO_T}$CXXCPP" >&6
3339ac_preproc_ok=false
3340for ac_cxx_preproc_warn_flag in '' yes
3341do
3342 # Use a header file that comes with gcc, so configuring glibc
3343 # with a fresh cross-compiler works.
3344 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3345 # <limits.h> exists even on freestanding compilers.
3346 # On the NeXT, cc -E runs the code through the compiler's parser,
3347 # not just through cpp. "Syntax error" is here to catch this case.
3348 cat >conftest.$ac_ext <<_ACEOF
3349/* confdefs.h. */
3350_ACEOF
3351cat confdefs.h >>conftest.$ac_ext
3352cat >>conftest.$ac_ext <<_ACEOF
3353/* end confdefs.h. */
3354#ifdef __STDC__
3355# include <limits.h>
3356#else
3357# include <assert.h>
3358#endif
3359 Syntax error
3360_ACEOF
3361if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3362 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3363 ac_status=$?
3364 grep -v '^ *+' conftest.er1 >conftest.err
3365 rm -f conftest.er1
3366 cat conftest.err >&5
3367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3368 (exit $ac_status); } >/dev/null; then
3369 if test -s conftest.err; then
3370 ac_cpp_err=$ac_cxx_preproc_warn_flag
3371 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3372 else
3373 ac_cpp_err=
3374 fi
3375else
3376 ac_cpp_err=yes
3377fi
3378if test -z "$ac_cpp_err"; then
3379 :
3380else
3381 echo "$as_me: failed program was:" >&5
3382sed 's/^/| /' conftest.$ac_ext >&5
3383
3384 # Broken: fails on valid input.
3385continue
3386fi
3387rm -f conftest.err conftest.$ac_ext
3388
3389 # OK, works on sane cases. Now check whether non-existent headers
3390 # can be detected and how.
3391 cat >conftest.$ac_ext <<_ACEOF
3392/* confdefs.h. */
3393_ACEOF
3394cat confdefs.h >>conftest.$ac_ext
3395cat >>conftest.$ac_ext <<_ACEOF
3396/* end confdefs.h. */
3397#include <ac_nonexistent.h>
3398_ACEOF
3399if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3400 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3401 ac_status=$?
3402 grep -v '^ *+' conftest.er1 >conftest.err
3403 rm -f conftest.er1
3404 cat conftest.err >&5
3405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3406 (exit $ac_status); } >/dev/null; then
3407 if test -s conftest.err; then
3408 ac_cpp_err=$ac_cxx_preproc_warn_flag
3409 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3410 else
3411 ac_cpp_err=
3412 fi
3413else
3414 ac_cpp_err=yes
3415fi
3416if test -z "$ac_cpp_err"; then
3417 # Broken: success on invalid input.
3418continue
3419else
3420 echo "$as_me: failed program was:" >&5
3421sed 's/^/| /' conftest.$ac_ext >&5
3422
3423 # Passes both tests.
3424ac_preproc_ok=:
3425break
3426fi
3427rm -f conftest.err conftest.$ac_ext
3428
3429done
3430# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3431rm -f conftest.err conftest.$ac_ext
3432if $ac_preproc_ok; then
3433 :
3434else
3435 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3436See \`config.log' for more details." >&5
3437echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3438See \`config.log' for more details." >&2;}
3439 { (exit 1); exit 1; }; }
3440fi
3441
3442ac_ext=cc
3443ac_cpp='$CXXCPP $CPPFLAGS'
3444ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3445ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3446ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3447 3064
3448 3065
3449echo "$as_me:$LINENO: checking for egrep" >&5 3066echo "$as_me:$LINENO: checking for egrep" >&5
3450echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3067echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3451if test "${ac_cv_prog_egrep+set}" = set; then 3068if test "${ac_cv_prog_egrep+set}" = set; then
3526 grep -v '^ *+' conftest.er1 >conftest.err 3143 grep -v '^ *+' conftest.er1 >conftest.err
3527 rm -f conftest.er1 3144 rm -f conftest.er1
3528 cat conftest.err >&5 3145 cat conftest.err >&5
3529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 (exit $ac_status); } && 3147 (exit $ac_status); } &&
3531 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3148 { ac_try='test -z "$ac_c_werror_flag"
3149 || test ! -s conftest.err'
3532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3533 (eval $ac_try) 2>&5 3151 (eval $ac_try) 2>&5
3534 ac_status=$? 3152 ac_status=$?
3535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3536 (exit $ac_status); }; } && 3154 (exit $ac_status); }; } &&
3580 grep -v '^ *+' conftest.er1 >conftest.err 3198 grep -v '^ *+' conftest.er1 >conftest.err
3581 rm -f conftest.er1 3199 rm -f conftest.er1
3582 cat conftest.err >&5 3200 cat conftest.err >&5
3583 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3584 (exit $ac_status); } && 3202 (exit $ac_status); } &&
3585 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3203 { ac_try='test -z "$ac_c_werror_flag"
3204 || test ! -s conftest.err'
3586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3587 (eval $ac_try) 2>&5 3206 (eval $ac_try) 2>&5
3588 ac_status=$? 3207 ac_status=$?
3589 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3590 (exit $ac_status); }; } && 3209 (exit $ac_status); }; } &&
3611echo "${ECHO_T}$ac_cv_search_strerror" >&6 3230echo "${ECHO_T}$ac_cv_search_strerror" >&6
3612if test "$ac_cv_search_strerror" != no; then 3231if test "$ac_cv_search_strerror" != no; then
3613 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3232 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3614 3233
3615fi 3234fi
3235
3236ac_ext=cc
3237ac_cpp='$CXXCPP $CPPFLAGS'
3238ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3239ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3240ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3241
3242
3243if test x$GCC = xyes && test x$GXX = xyes; then
3244 echo "$as_me:$LINENO: checking for working libsupc++" >&5
3245echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6
3246 save_CXX="$CXX"
3247 save_LIBS="$LIBS"
3248 CXX="$CC"
3249 LIBS="$LIBS -lsupc++"
3250 LINKER="$CC"
3251
3252cat >conftest.$ac_ext <<_ACEOF
3253/* confdefs.h. */
3254_ACEOF
3255cat confdefs.h >>conftest.$ac_ext
3256cat >>conftest.$ac_ext <<_ACEOF
3257/* end confdefs.h. */
3258struct test { }; void f() try { throw new test; } catch (...) { throw; }
3259int
3260main ()
3261{
3262
3263 ;
3264 return 0;
3265}
3266_ACEOF
3267rm -f conftest.$ac_objext conftest$ac_exeext
3268if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3269 (eval $ac_link) 2>conftest.er1
3270 ac_status=$?
3271 grep -v '^ *+' conftest.er1 >conftest.err
3272 rm -f conftest.er1
3273 cat conftest.err >&5
3274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3275 (exit $ac_status); } &&
3276 { ac_try='test -z "$ac_cxx_werror_flag"
3277 || test ! -s conftest.err'
3278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3279 (eval $ac_try) 2>&5
3280 ac_status=$?
3281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3282 (exit $ac_status); }; } &&
3283 { ac_try='test -s conftest$ac_exeext'
3284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3285 (eval $ac_try) 2>&5
3286 ac_status=$?
3287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3288 (exit $ac_status); }; }; then
3289
3290 echo "$as_me:$LINENO: result: ok" >&5
3291echo "${ECHO_T}ok" >&6
3292 CXXLIB="-lsupc++"
3293
3294else
3295 echo "$as_me: failed program was:" >&5
3296sed 's/^/| /' conftest.$ac_ext >&5
3297
3298
3299 echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3300echo "${ECHO_T}no, making everything bigger and slower" >&6
3301 LIBS="$save_LIBS"
3302 LINKER="$save_CXX"
3303
3304
3305fi
3306rm -f conftest.err conftest.$ac_objext \
3307 conftest$ac_exeext conftest.$ac_ext
3308 CXX="$save_CXX"
3309fi
3310LINKER=$LINKER
3311
3312
3313
3314if test -z "$orig_CXXFLAGS"; then
3315 if test x$GCC = xyes && test "x$GXX" = xyes; then
3316 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3317 cat >conftest.$ac_ext <<_ACEOF
3318/* confdefs.h. */
3319_ACEOF
3320cat confdefs.h >>conftest.$ac_ext
3321cat >>conftest.$ac_ext <<_ACEOF
3322/* end confdefs.h. */
3323
3324int
3325main ()
3326{
3327
3328 ;
3329 return 0;
3330}
3331_ACEOF
3332rm -f conftest.$ac_objext
3333if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3334 (eval $ac_compile) 2>conftest.er1
3335 ac_status=$?
3336 grep -v '^ *+' conftest.er1 >conftest.err
3337 rm -f conftest.er1
3338 cat conftest.err >&5
3339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3340 (exit $ac_status); } &&
3341 { ac_try='test -z "$ac_cxx_werror_flag"
3342 || test ! -s conftest.err'
3343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3344 (eval $ac_try) 2>&5
3345 ac_status=$?
3346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3347 (exit $ac_status); }; } &&
3348 { ac_try='test -s conftest.$ac_objext'
3349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3350 (eval $ac_try) 2>&5
3351 ac_status=$?
3352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3353 (exit $ac_status); }; }; then
3354 :
3355else
3356 echo "$as_me: failed program was:" >&5
3357sed 's/^/| /' conftest.$ac_ext >&5
3358
3359CXXFLAGS="-g -O3"
3360fi
3361rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3362 else
3363 CXXFLAGS="-O"
3364 fi
3365 CFLAGS="$CXXFLAGS"
3366fi
3367
3368
3369cat >>confdefs.h <<\_ACEOF
3370#define _GNU_SOURCE 1
3371_ACEOF
3372
3373
3374case $host in
3375 *-*-solaris* )
3376
3377cat >>confdefs.h <<\_ACEOF
3378#define _XOPEN_SOURCE_EXTENDED 1
3379_ACEOF
3380
3381
3382cat >>confdefs.h <<\_ACEOF
3383#define _XOPEN_SOURCE 2
3384_ACEOF
3385
3386
3387cat >>confdefs.h <<\_ACEOF
3388#define __EXTENSIONS__ 1
3389_ACEOF
3390
3391 ;;
3392esac
3616 3393
3617 3394
3618echo "$as_me:$LINENO: checking for setlocale" >&5 3395echo "$as_me:$LINENO: checking for setlocale" >&5
3619echo $ECHO_N "checking for setlocale... $ECHO_C" >&6 3396echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3620if test "${ac_cv_func_setlocale+set}" = set; then 3397if test "${ac_cv_func_setlocale+set}" = set; then
3678 grep -v '^ *+' conftest.er1 >conftest.err 3455 grep -v '^ *+' conftest.er1 >conftest.err
3679 rm -f conftest.er1 3456 rm -f conftest.er1
3680 cat conftest.err >&5 3457 cat conftest.err >&5
3681 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3682 (exit $ac_status); } && 3459 (exit $ac_status); } &&
3683 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3460 { ac_try='test -z "$ac_cxx_werror_flag"
3461 || test ! -s conftest.err'
3684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3685 (eval $ac_try) 2>&5 3463 (eval $ac_try) 2>&5
3686 ac_status=$? 3464 ac_status=$?
3687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3688 (exit $ac_status); }; } && 3466 (exit $ac_status); }; } &&
3743 grep -v '^ *+' conftest.er1 >conftest.err 3521 grep -v '^ *+' conftest.er1 >conftest.err
3744 rm -f conftest.er1 3522 rm -f conftest.er1
3745 cat conftest.err >&5 3523 cat conftest.err >&5
3746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3747 (exit $ac_status); } && 3525 (exit $ac_status); } &&
3748 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3526 { ac_try='test -z "$ac_cxx_werror_flag"
3527 || test ! -s conftest.err'
3749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3750 (eval $ac_try) 2>&5 3529 (eval $ac_try) 2>&5
3751 ac_status=$? 3530 ac_status=$?
3752 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3753 (exit $ac_status); }; } && 3532 (exit $ac_status); }; } &&
3840 grep -v '^ *+' conftest.er1 >conftest.err 3619 grep -v '^ *+' conftest.er1 >conftest.err
3841 rm -f conftest.er1 3620 rm -f conftest.er1
3842 cat conftest.err >&5 3621 cat conftest.err >&5
3843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3844 (exit $ac_status); } && 3623 (exit $ac_status); } &&
3845 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3624 { ac_try='test -z "$ac_cxx_werror_flag"
3625 || test ! -s conftest.err'
3846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3847 (eval $ac_try) 2>&5 3627 (eval $ac_try) 2>&5
3848 ac_status=$? 3628 ac_status=$?
3849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3850 (exit $ac_status); }; } && 3630 (exit $ac_status); }; } &&
3905 grep -v '^ *+' conftest.er1 >conftest.err 3685 grep -v '^ *+' conftest.er1 >conftest.err
3906 rm -f conftest.er1 3686 rm -f conftest.er1
3907 cat conftest.err >&5 3687 cat conftest.err >&5
3908 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3909 (exit $ac_status); } && 3689 (exit $ac_status); } &&
3910 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3690 { ac_try='test -z "$ac_cxx_werror_flag"
3691 || test ! -s conftest.err'
3911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3912 (eval $ac_try) 2>&5 3693 (eval $ac_try) 2>&5
3913 ac_status=$? 3694 ac_status=$?
3914 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3915 (exit $ac_status); }; } && 3696 (exit $ac_status); }; } &&
4001 grep -v '^ *+' conftest.er1 >conftest.err 3782 grep -v '^ *+' conftest.er1 >conftest.err
4002 rm -f conftest.er1 3783 rm -f conftest.er1
4003 cat conftest.err >&5 3784 cat conftest.err >&5
4004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4005 (exit $ac_status); } && 3786 (exit $ac_status); } &&
4006 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3787 { ac_try='test -z "$ac_cxx_werror_flag"
3788 || test ! -s conftest.err'
4007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4008 (eval $ac_try) 2>&5 3790 (eval $ac_try) 2>&5
4009 ac_status=$? 3791 ac_status=$?
4010 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011 (exit $ac_status); }; } && 3793 (exit $ac_status); }; } &&
4066 grep -v '^ *+' conftest.er1 >conftest.err 3848 grep -v '^ *+' conftest.er1 >conftest.err
4067 rm -f conftest.er1 3849 rm -f conftest.er1
4068 cat conftest.err >&5 3850 cat conftest.err >&5
4069 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4070 (exit $ac_status); } && 3852 (exit $ac_status); } &&
4071 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3853 { ac_try='test -z "$ac_cxx_werror_flag"
3854 || test ! -s conftest.err'
4072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4073 (eval $ac_try) 2>&5 3856 (eval $ac_try) 2>&5
4074 ac_status=$? 3857 ac_status=$?
4075 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4076 (exit $ac_status); }; } && 3859 (exit $ac_status); }; } &&
4098fi 3881fi
4099 3882
4100fi 3883fi
4101 3884
4102 3885
4103echo "$as_me:$LINENO: checking for sched_yield" >&5
4104echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
4105if test "${ac_cv_func_sched_yield+set}" = set; then
4106 echo $ECHO_N "(cached) $ECHO_C" >&6
4107else
4108 cat >conftest.$ac_ext <<_ACEOF
4109/* confdefs.h. */
4110_ACEOF
4111cat confdefs.h >>conftest.$ac_ext
4112cat >>conftest.$ac_ext <<_ACEOF
4113/* end confdefs.h. */
4114/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
4115 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4116#define sched_yield innocuous_sched_yield
4117 3886
4118/* System header to define __stub macros and hopefully few prototypes,
4119 which can conflict with char sched_yield (); below.
4120 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4121 <limits.h> exists even on freestanding compilers. */
4122
4123#ifdef __STDC__
4124# include <limits.h>
4125#else
4126# include <assert.h>
4127#endif
4128
4129#undef sched_yield
4130
4131/* Override any gcc2 internal prototype to avoid an error. */
4132#ifdef __cplusplus
4133extern "C"
4134{
4135#endif
4136/* We use char because int might match the return type of a gcc2
4137 builtin and then its argument prototype would still apply. */
4138char sched_yield ();
4139/* The GNU C library defines this for functions which it implements
4140 to always fail with ENOSYS. Some functions are actually named
4141 something starting with __ and the normal name is an alias. */
4142#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
4143choke me
4144#else
4145char (*f) () = sched_yield;
4146#endif
4147#ifdef __cplusplus
4148}
4149#endif
4150
4151int
4152main ()
4153{
4154return f != sched_yield;
4155 ;
4156 return 0;
4157}
4158_ACEOF
4159rm -f conftest.$ac_objext conftest$ac_exeext
4160if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4161 (eval $ac_link) 2>conftest.er1
4162 ac_status=$?
4163 grep -v '^ *+' conftest.er1 >conftest.err
4164 rm -f conftest.er1
4165 cat conftest.err >&5
4166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4167 (exit $ac_status); } &&
4168 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4170 (eval $ac_try) 2>&5
4171 ac_status=$?
4172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4173 (exit $ac_status); }; } &&
4174 { ac_try='test -s conftest$ac_exeext'
4175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4176 (eval $ac_try) 2>&5
4177 ac_status=$?
4178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4179 (exit $ac_status); }; }; then
4180 ac_cv_func_sched_yield=yes
4181else
4182 echo "$as_me: failed program was:" >&5
4183sed 's/^/| /' conftest.$ac_ext >&5
4184
4185ac_cv_func_sched_yield=no
4186fi
4187rm -f conftest.err conftest.$ac_objext \
4188 conftest$ac_exeext conftest.$ac_ext
4189fi
4190echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
4191echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
4192if test $ac_cv_func_sched_yield = yes; then
4193 :
4194else
4195 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
4196echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
4197if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
4198 echo $ECHO_N "(cached) $ECHO_C" >&6
4199else
4200 ac_check_lib_save_LIBS=$LIBS
4201LIBS="-lrt $LIBS"
4202cat >conftest.$ac_ext <<_ACEOF
4203/* confdefs.h. */
4204_ACEOF
4205cat confdefs.h >>conftest.$ac_ext
4206cat >>conftest.$ac_ext <<_ACEOF
4207/* end confdefs.h. */
4208
4209/* Override any gcc2 internal prototype to avoid an error. */
4210#ifdef __cplusplus
4211extern "C"
4212#endif
4213/* We use char because int might match the return type of a gcc2
4214 builtin and then its argument prototype would still apply. */
4215char sched_yield ();
4216int
4217main ()
4218{
4219sched_yield ();
4220 ;
4221 return 0;
4222}
4223_ACEOF
4224rm -f conftest.$ac_objext conftest$ac_exeext
4225if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4226 (eval $ac_link) 2>conftest.er1
4227 ac_status=$?
4228 grep -v '^ *+' conftest.er1 >conftest.err
4229 rm -f conftest.er1
4230 cat conftest.err >&5
4231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4232 (exit $ac_status); } &&
4233 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4235 (eval $ac_try) 2>&5
4236 ac_status=$?
4237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238 (exit $ac_status); }; } &&
4239 { ac_try='test -s conftest$ac_exeext'
4240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4241 (eval $ac_try) 2>&5
4242 ac_status=$?
4243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4244 (exit $ac_status); }; }; then
4245 ac_cv_lib_rt_sched_yield=yes
4246else
4247 echo "$as_me: failed program was:" >&5
4248sed 's/^/| /' conftest.$ac_ext >&5
4249
4250ac_cv_lib_rt_sched_yield=no
4251fi
4252rm -f conftest.err conftest.$ac_objext \
4253 conftest$ac_exeext conftest.$ac_ext
4254LIBS=$ac_check_lib_save_LIBS
4255fi
4256echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
4257echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
4258if test $ac_cv_lib_rt_sched_yield = yes; then
4259 LIBS="$LIBS -lrt"
4260fi
4261
4262fi
4263
4264
4265echo "$as_me:$LINENO: checking for sched_yield support" >&5
4266echo $ECHO_N "checking for sched_yield support... $ECHO_C" >&6
4267cat >conftest.$ac_ext <<_ACEOF
4268/* confdefs.h. */
4269_ACEOF
4270cat confdefs.h >>conftest.$ac_ext
4271cat >>conftest.$ac_ext <<_ACEOF
4272/* end confdefs.h. */
4273#include <sched.h>
4274int
4275main ()
4276{
4277sched_yield ()
4278 ;
4279 return 0;
4280}
4281_ACEOF
4282rm -f conftest.$ac_objext conftest$ac_exeext
4283if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4284 (eval $ac_link) 2>conftest.er1
4285 ac_status=$?
4286 grep -v '^ *+' conftest.er1 >conftest.err
4287 rm -f conftest.er1
4288 cat conftest.err >&5
4289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4290 (exit $ac_status); } &&
4291 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4293 (eval $ac_try) 2>&5
4294 ac_status=$?
4295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4296 (exit $ac_status); }; } &&
4297 { ac_try='test -s conftest$ac_exeext'
4298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4299 (eval $ac_try) 2>&5
4300 ac_status=$?
4301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302 (exit $ac_status); }; }; then
4303 echo "$as_me:$LINENO: result: yes" >&5
4304echo "${ECHO_T}yes" >&6
4305
4306cat >>confdefs.h <<\_ACEOF
4307#define HAVE_SCHED_YIELD 1
4308_ACEOF
4309
4310else
4311 echo "$as_me: failed program was:" >&5
4312sed 's/^/| /' conftest.$ac_ext >&5
4313
4314echo "$as_me:$LINENO: result: no" >&5
4315echo "${ECHO_T}no" >&6
4316fi
4317rm -f conftest.err conftest.$ac_objext \
4318 conftest$ac_exeext conftest.$ac_ext
4319
4320
4321MALLOC_TYPE=S
4322
4323support_addstrings=no
4324support_frills=yes 3887support_frills=yes
4325support_inheritpixmap=yes 3888support_inheritpixmap=yes
4326support_tinting=yes 3889support_tinting=yes
4327support_fading=yes 3890support_fading=yes
4328support_keepscrolling=yes 3891support_keepscrolling=yes
4329support_selectionscrolling=yes 3892support_selectionscrolling=yes
4330support_menubar=no
4331support_mousewheel=yes 3893support_mousewheel=yes
4332support_mouseslipwheel=yes 3894support_mouseslipwheel=yes
4333support_utmp=yes
4334support_wtmp=yes
4335support_lastlog=yes
4336support_text_blink=yes 3895support_text_blink=yes
4337support_pointer_blank=yes 3896support_pointer_blank=yes
4338support_scroll_rxvt=yes 3897support_scroll_rxvt=yes
4339support_scroll_next=yes 3898support_scroll_next=yes
4340support_scroll_xterm=yes 3899support_scroll_xterm=yes
4341support_scroll_plain=yes 3900support_scroll_plain=yes
4342support_xim=yes 3901support_xim=yes
4343support_xpm=yes 3902support_xpm=yes
3903support_afterimage=yes
3904support_afterstep=yes
4344support_xft=yes 3905support_xft=yes
4345support_unicode3=no 3906support_unicode3=no
4346support_combining=yes 3907support_combining=yes
4347support_8bitctrls=no 3908support_8bitctrls=no
4348support_iso14755=yes 3909support_iso14755=yes
4364# Check whether --enable-everything or --disable-everything was given. 3925# Check whether --enable-everything or --disable-everything was given.
4365if test "${enable_everything+set}" = set; then 3926if test "${enable_everything+set}" = set; then
4366 enableval="$enable_everything" 3927 enableval="$enable_everything"
4367 3928
4368 if test x$enableval = xno; then 3929 if test x$enableval = xno; then
4369 support_24bit=no
4370 support_frills=no 3930 support_frills=no
4371 support_inheritpixmap=no 3931 support_inheritpixmap=no
4372 support_tinting=no 3932 support_tinting=no
4373 support_fading=no 3933 support_fading=no
4374 support_keepscrolling=no 3934 support_keepscrolling=no
4375 support_selectionscrolling=no 3935 support_selectionscrolling=no
4376 support_lastlog=no 3936 support_lastlog=no
4377 support_menubar=no
4378 support_mousewheel=no 3937 support_mousewheel=no
4379 support_mouseslipwheel=no 3938 support_mouseslipwheel=no
4380 support_text_blink=no 3939 support_text_blink=no
4381 support_pointer_blank=no 3940 support_pointer_blank=no
4382 support_scroll_rxvt=no 3941 support_scroll_rxvt=no
4385 support_scroll_plain=no 3944 support_scroll_plain=no
4386 support_utmp=no 3945 support_utmp=no
4387 support_wtmp=no 3946 support_wtmp=no
4388 support_xim=no 3947 support_xim=no
4389 support_xpm=no 3948 support_xpm=no
3949 support_afterimage=no
3950 support_afterstep=no
4390 support_xft=no 3951 support_xft=no
4391 support_unicode3=no 3952 support_unicode3=no
4392 support_combining=no 3953 support_combining=no
4393 support_8bitctrls=no 3954 support_8bitctrls=no
4394 support_iso14755=no 3955 support_iso14755=no
4395 support_styles=no 3956 support_styles=no
4396 support_perl=no 3957 support_perl=no
4397 codesets= 3958 codesets=
4398 fi 3959 fi
4399 if test x$enableval = xyes; then 3960 if test x$enableval = xyes; then
4400 support_24bit=yes
4401 support_frills=yes 3961 support_frills=yes
4402 support_inheritpixmap=yes 3962 support_inheritpixmap=yes
4403 support_tinting=yes 3963 support_tinting=yes
4404 support_fading=yes 3964 support_fading=yes
4405 support_keepscrolling=yes 3965 support_keepscrolling=yes
4406 support_selectionscrolling=yes 3966 support_selectionscrolling=yes
4407 support_lastlog=yes 3967 support_lastlog=yes
4408 support_menubar=yes
4409 support_mousewheel=yes 3968 support_mousewheel=yes
4410 support_mouseslipwheel=yes 3969 support_mouseslipwheel=yes
4411 support_text_blink=yes 3970 support_text_blink=yes
4412 support_pointer_blank=yes 3971 support_pointer_blank=yes
4413 support_scroll_rxvt=yes 3972 support_scroll_rxvt=yes
4416 support_scroll_plain=yes 3975 support_scroll_plain=yes
4417 support_utmp=yes 3976 support_utmp=yes
4418 support_wtmp=yes 3977 support_wtmp=yes
4419 support_xim=yes 3978 support_xim=yes
4420 support_xpm=yes 3979 support_xpm=yes
3980 support_afterimage=yes
3981 support_afterstep=yes
4421 support_xft=yes 3982 support_xft=yes
4422 support_unicode3=yes 3983 support_unicode3=yes
4423 support_combining=yes 3984 support_combining=yes
4424 #support_8bitctrls=yes 3985 #support_8bitctrls=yes
4425 support_iso14755=yes 3986 support_iso14755=yes
4460 if test x$enableval = xyes -o x$enableval = xno; then 4021 if test x$enableval = xyes -o x$enableval = xno; then
4461 support_styles=$enableval 4022 support_styles=$enableval
4462 fi 4023 fi
4463fi; 4024fi;
4464 4025
4465# Check whether --enable-utmp or --disable-utmp was given.
4466if test "${enable_utmp+set}" = set; then
4467 enableval="$enable_utmp"
4468 if test x$enableval = xyes -o x$enableval = xno; then
4469 support_utmp=$enableval
4470 fi
4471fi;
4472
4473# Check whether --enable-wtmp or --disable-wtmp was given.
4474if test "${enable_wtmp+set}" = set; then
4475 enableval="$enable_wtmp"
4476 if test x$enableval = xyes -o x$enableval = xno; then
4477 support_wtmp=$enableval
4478 fi
4479fi;
4480
4481# Check whether --enable-lastlog or --disable-lastlog was given.
4482if test "${enable_lastlog+set}" = set; then
4483 enableval="$enable_lastlog"
4484 if test x$enableval = xyes -o x$enableval = xno; then
4485 support_lastlog=$enableval
4486 fi
4487fi;
4488
4489# Check whether --enable-xpm-background or --disable-xpm-background was given. 4026# Check whether --enable-xpm-background or --disable-xpm-background was given.
4490if test "${enable_xpm_background+set}" = set; then 4027if test "${enable_xpm_background+set}" = set; then
4491 enableval="$enable_xpm_background" 4028 enableval="$enable_xpm_background"
4492 if test x$enableval = xyes -o x$enableval = xno; then 4029 if test x$enableval = xyes -o x$enableval = xno; then
4493 support_xpm=$enableval 4030 support_xpm=$enableval
4494 fi 4031 fi
4495fi; 4032fi;
4496 4033
4034# Check whether --enable-afterimage or --disable-afterimage was given.
4035if test "${enable_afterimage+set}" = set; then
4036 enableval="$enable_afterimage"
4037 if test x$enableval = xyes -o x$enableval = xno; then
4038 support_afterimage=$enableval
4039 fi
4040fi;
4041
4042
4043# Check whether --with-afterimage_config or --without-afterimage_config was given.
4044if test "${with_afterimage_config+set}" = set; then
4045 withval="$with_afterimage_config"
4046 if test "x$withval" != x; then
4047 afterimage_config=$withval/afterimage-config
4048 fi
4049fi;
4050
4051# Check whether --enable-afterstep or --disable-afterstep was given.
4052if test "${enable_afterstep+set}" = set; then
4053 enableval="$enable_afterstep"
4054 if test x$enableval = xyes -o x$enableval = xno; then
4055 support_afterstep=$enableval
4056 fi
4057fi;
4058
4497# Check whether --enable-transparency or --disable-transparency was given. 4059# Check whether --enable-transparency or --disable-transparency was given.
4498if test "${enable_transparency+set}" = set; then 4060if test "${enable_transparency+set}" = set; then
4499 enableval="$enable_transparency" 4061 enableval="$enable_transparency"
4500 if test x$enableval = xyes -o x$enableval = xno; then 4062 if test x$enableval = xyes -o x$enableval = xno; then
4501 support_inheritpixmap=$enableval 4063 support_inheritpixmap=$enableval
4516 if test x$enableval = xyes -o x$enableval = xno; then 4078 if test x$enableval = xyes -o x$enableval = xno; then
4517 support_fading=$enableval 4079 support_fading=$enableval
4518 fi 4080 fi
4519fi; 4081fi;
4520 4082
4521# Check whether --enable-menubar or --disable-menubar was given.
4522if test "${enable_menubar+set}" = set; then
4523 enableval="$enable_menubar"
4524 if test x$enableval = xyes -o x$enableval = xno; then
4525 support_menubar=$enableval
4526 fi
4527fi;
4528
4529# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 4083# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4530if test "${enable_rxvt_scroll+set}" = set; then 4084if test "${enable_rxvt_scroll+set}" = set; then
4531 enableval="$enable_rxvt_scroll" 4085 enableval="$enable_rxvt_scroll"
4532 if test x$enableval = xyes -o x$enableval = xno; then 4086 if test x$enableval = xyes -o x$enableval = xno; then
4533 support_scroll_rxvt=$enableval 4087 support_scroll_rxvt=$enableval
4564 if test x$enableval = xyes -o x$enableval = xno; then 4118 if test x$enableval = xyes -o x$enableval = xno; then
4565 support_scroll_plain=$enableval 4119 support_scroll_plain=$enableval
4566 fi 4120 fi
4567fi; 4121fi;
4568 4122
4569# Check whether --enable-half-shadow or --disable-half-shadow was given.
4570if test "${enable_half_shadow+set}" = set; then
4571 enableval="$enable_half_shadow"
4572 if test x$enableval = xyes; then
4573
4574cat >>confdefs.h <<\_ACEOF
4575#define HALFSHADOW 1
4576_ACEOF
4577
4578 fi
4579fi;
4580
4581 4123
4582# Check whether --with-codesets or --without-codesets was given. 4124# Check whether --with-codesets or --without-codesets was given.
4583if test "${with_codesets+set}" = set; then 4125if test "${with_codesets+set}" = set; then
4584 withval="$with_codesets" 4126 withval="$with_codesets"
4585 codesets="$withval" 4127 codesets="$withval"
4591 if test x$enableval = xyes -o x$enableval = xno; then 4133 if test x$enableval = xyes -o x$enableval = xno; then
4592 support_xim=$enableval 4134 support_xim=$enableval
4593 fi 4135 fi
4594fi; 4136fi;
4595 4137
4596# Check whether --enable-ttygid or --disable-ttygid was given.
4597if test "${enable_ttygid+set}" = set; then
4598 enableval="$enable_ttygid"
4599 if test x$enableval = xyes; then
4600
4601cat >>confdefs.h <<\_ACEOF
4602#define TTY_GID_SUPPORT 1
4603_ACEOF
4604
4605 fi
4606fi;
4607
4608# Check whether --enable-backspace-key or --disable-backspace-key was given. 4138# Check whether --enable-backspace-key or --disable-backspace-key was given.
4609if test "${enable_backspace_key+set}" = set; then 4139if test "${enable_backspace_key+set}" = set; then
4610 enableval="$enable_backspace_key" 4140 enableval="$enable_backspace_key"
4611 if test x$enableval = xno; then 4141 if test x$enableval = xno; then
4612 4142
4634 enableval="$enable_resources" 4164 enableval="$enable_resources"
4635 if test x$enableval = xno; then 4165 if test x$enableval = xno; then
4636 4166
4637cat >>confdefs.h <<\_ACEOF 4167cat >>confdefs.h <<\_ACEOF
4638#define NO_RESOURCES 1 4168#define NO_RESOURCES 1
4639_ACEOF
4640
4641 fi
4642fi;
4643
4644# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
4645if test "${enable_xgetdefault+set}" = set; then
4646 enableval="$enable_xgetdefault"
4647 if test x$enableval = xyes; then
4648
4649cat >>confdefs.h <<\_ACEOF
4650#define USE_XGETDEFAULT 1
4651_ACEOF 4169_ACEOF
4652 4170
4653 fi 4171 fi
4654fi; 4172fi;
4655 4173
4720 4238
4721 4239
4722RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 4240RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4723 4241
4724 4242
4725# Check whether --enable-strings or --disable-strings was given.
4726if test "${enable_strings+set}" = set; then
4727 enableval="$enable_strings"
4728 if test x$enableval = xyes -o x$enableval = xno; then
4729 support_addstrings=$enableval
4730 fi
4731fi;
4732
4733# Check whether --enable-swapscreen or --disable-swapscreen was given. 4243# Check whether --enable-swapscreen or --disable-swapscreen was given.
4734if test "${enable_swapscreen+set}" = set; then 4244if test "${enable_swapscreen+set}" = set; then
4735 enableval="$enable_swapscreen" 4245 enableval="$enable_swapscreen"
4736 if test x$enableval = xno; then 4246 if test x$enableval = xno; then
4737 4247
4756 if test x$enableval = xyes -o x$enableval = xno; then 4266 if test x$enableval = xyes -o x$enableval = xno; then
4757 support_frills=$enableval 4267 support_frills=$enableval
4758 fi 4268 fi
4759fi; 4269fi;
4760 4270
4761# Check whether --enable-24bit or --disable-24bit was given.
4762if test "${enable_24bit+set}" = set; then
4763 enableval="$enable_24bit"
4764 if test x$enableval = xyes -o x$enableval = xno; then
4765 support_24bit=$enableval
4766 fi
4767fi;
4768
4769# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 4271# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4770if test "${enable_keepscrolling+set}" = set; then 4272if test "${enable_keepscrolling+set}" = set; then
4771 enableval="$enable_keepscrolling" 4273 enableval="$enable_keepscrolling"
4772 if test x$enableval = xyes -o x$enableval = xno; then 4274 if test x$enableval = xyes -o x$enableval = xno; then
4773 support_keepscrolling=$enableval 4275 support_keepscrolling=$enableval
4796 if test x$enableval = xyes -o x$enableval = xno; then 4298 if test x$enableval = xyes -o x$enableval = xno; then
4797 support_mouseslipwheel=$enableval 4299 support_mouseslipwheel=$enableval
4798 fi 4300 fi
4799fi; 4301fi;
4800 4302
4801# Check whether --enable-dmalloc or --disable-dmalloc was given.
4802if test "${enable_dmalloc+set}" = set; then
4803 enableval="$enable_dmalloc"
4804 if test x$enableval = xyes; then
4805 MALLOC_TYPE=G
4806 DEBUG=-DDEBUG_MALLOC
4807 DLIB="-L/usr/local/lib -ldmalloc"
4808 DINCLUDE=-I/usr/local/include
4809 fi
4810fi;
4811
4812# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
4813if test "${enable_dlmalloc+set}" = set; then
4814 enableval="$enable_dlmalloc"
4815 if test x$enableval = xyes; then
4816 MALLOC_TYPE=D
4817 DEBUG=
4818 DLIB="-L/usr/local/lib -ldlmalloc"
4819 DINCLUDE=
4820 fi
4821fi;
4822
4823# Check whether --enable-smart-resize or --disable-smart-resize was given. 4303# Check whether --enable-smart-resize or --disable-smart-resize was given.
4824if test "${enable_smart_resize+set}" = set; then 4304if test "${enable_smart_resize+set}" = set; then
4825 enableval="$enable_smart_resize" 4305 enableval="$enable_smart_resize"
4826 if test x$enableval = xyes; then 4306 if test x$enableval = xyes; then
4827 4307
4872_ACEOF 4352_ACEOF
4873 terminfo="$withval" 4353 terminfo="$withval"
4874 fi 4354 fi
4875fi; 4355fi;
4876 4356
4877
4878
4879cat >>confdefs.h <<\_ACEOF
4880#define PROTOTYPES 1
4881_ACEOF
4882
4883
4884# Extract the first word of "mv", so it can be a program name with args.
4885set dummy mv; ac_word=$2
4886echo "$as_me:$LINENO: checking for $ac_word" >&5
4887echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4888if test "${ac_cv_path_MV+set}" = set; then
4889 echo $ECHO_N "(cached) $ECHO_C" >&6
4890else
4891 case $MV in
4892 [\\/]* | ?:[\\/]*)
4893 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4894 ;;
4895 *)
4896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4897for as_dir in $PATH
4898do
4899 IFS=$as_save_IFS
4900 test -z "$as_dir" && as_dir=.
4901 for ac_exec_ext in '' $ac_executable_extensions; do
4902 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4903 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4904 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4905 break 2
4906 fi
4907done
4908done
4909
4910 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4911 ;;
4912esac
4913fi
4914MV=$ac_cv_path_MV
4915
4916if test -n "$MV"; then
4917 echo "$as_me:$LINENO: result: $MV" >&5
4918echo "${ECHO_T}$MV" >&6
4919else
4920 echo "$as_me:$LINENO: result: no" >&5
4921echo "${ECHO_T}no" >&6
4922fi
4923
4924# Extract the first word of "rm", so it can be a program name with args.
4925set dummy rm; ac_word=$2
4926echo "$as_me:$LINENO: checking for $ac_word" >&5
4927echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4928if test "${ac_cv_path_RM+set}" = set; then
4929 echo $ECHO_N "(cached) $ECHO_C" >&6
4930else
4931 case $RM in
4932 [\\/]* | ?:[\\/]*)
4933 ac_cv_path_RM="$RM" # Let the user override the test with a path.
4934 ;;
4935 *)
4936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4937for as_dir in $PATH
4938do
4939 IFS=$as_save_IFS
4940 test -z "$as_dir" && as_dir=.
4941 for ac_exec_ext in '' $ac_executable_extensions; do
4942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4943 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
4944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4945 break 2
4946 fi
4947done
4948done
4949
4950 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
4951 ;;
4952esac
4953fi
4954RM=$ac_cv_path_RM
4955
4956if test -n "$RM"; then
4957 echo "$as_me:$LINENO: result: $RM" >&5
4958echo "${ECHO_T}$RM" >&6
4959else
4960 echo "$as_me:$LINENO: result: no" >&5
4961echo "${ECHO_T}no" >&6
4962fi
4963
4964# Extract the first word of "cp", so it can be a program name with args.
4965set dummy cp; ac_word=$2
4966echo "$as_me:$LINENO: checking for $ac_word" >&5
4967echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4968if test "${ac_cv_path_CP+set}" = set; then
4969 echo $ECHO_N "(cached) $ECHO_C" >&6
4970else
4971 case $CP in
4972 [\\/]* | ?:[\\/]*)
4973 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4974 ;;
4975 *)
4976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4977for as_dir in $PATH
4978do
4979 IFS=$as_save_IFS
4980 test -z "$as_dir" && as_dir=.
4981 for ac_exec_ext in '' $ac_executable_extensions; do
4982 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4983 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4985 break 2
4986 fi
4987done
4988done
4989
4990 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4991 ;;
4992esac
4993fi
4994CP=$ac_cv_path_CP
4995
4996if test -n "$CP"; then
4997 echo "$as_me:$LINENO: result: $CP" >&5
4998echo "${ECHO_T}$CP" >&6
4999else
5000 echo "$as_me:$LINENO: result: no" >&5
5001echo "${ECHO_T}no" >&6
5002fi
5003
5004# Extract the first word of "ln", so it can be a program name with args.
5005set dummy ln; ac_word=$2
5006echo "$as_me:$LINENO: checking for $ac_word" >&5
5007echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5008if test "${ac_cv_path_LN+set}" = set; then
5009 echo $ECHO_N "(cached) $ECHO_C" >&6
5010else
5011 case $LN in
5012 [\\/]* | ?:[\\/]*)
5013 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5014 ;;
5015 *)
5016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5017for as_dir in $PATH
5018do
5019 IFS=$as_save_IFS
5020 test -z "$as_dir" && as_dir=.
5021 for ac_exec_ext in '' $ac_executable_extensions; do
5022 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5023 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
5024 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5025 break 2
5026 fi
5027done
5028done
5029
5030 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5031 ;;
5032esac
5033fi
5034LN=$ac_cv_path_LN
5035
5036if test -n "$LN"; then
5037 echo "$as_me:$LINENO: result: $LN" >&5
5038echo "${ECHO_T}$LN" >&6
5039else
5040 echo "$as_me:$LINENO: result: no" >&5
5041echo "${ECHO_T}no" >&6
5042fi
5043
5044# Extract the first word of "sed", so it can be a program name with args.
5045set dummy sed; ac_word=$2
5046echo "$as_me:$LINENO: checking for $ac_word" >&5
5047echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5048if test "${ac_cv_path_SED+set}" = set; then
5049 echo $ECHO_N "(cached) $ECHO_C" >&6
5050else
5051 case $SED in
5052 [\\/]* | ?:[\\/]*)
5053 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5054 ;;
5055 *)
5056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5057for as_dir in $PATH
5058do
5059 IFS=$as_save_IFS
5060 test -z "$as_dir" && as_dir=.
5061 for ac_exec_ext in '' $ac_executable_extensions; do
5062 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5063 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
5064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5065 break 2
5066 fi
5067done
5068done
5069
5070 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5071 ;;
5072esac
5073fi
5074SED=$ac_cv_path_SED
5075
5076if test -n "$SED"; then
5077 echo "$as_me:$LINENO: result: $SED" >&5
5078echo "${ECHO_T}$SED" >&6
5079else
5080 echo "$as_me:$LINENO: result: no" >&5
5081echo "${ECHO_T}no" >&6
5082fi
5083
5084# Extract the first word of "echo", so it can be a program name with args.
5085set dummy echo; ac_word=$2
5086echo "$as_me:$LINENO: checking for $ac_word" >&5
5087echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5088if test "${ac_cv_path_ECHO+set}" = set; then
5089 echo $ECHO_N "(cached) $ECHO_C" >&6
5090else
5091 case $ECHO in
5092 [\\/]* | ?:[\\/]*)
5093 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5094 ;;
5095 *)
5096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5097for as_dir in $PATH
5098do
5099 IFS=$as_save_IFS
5100 test -z "$as_dir" && as_dir=.
5101 for ac_exec_ext in '' $ac_executable_extensions; do
5102 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5103 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
5104 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5105 break 2
5106 fi
5107done
5108done
5109
5110 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5111 ;;
5112esac
5113fi
5114ECHO=$ac_cv_path_ECHO
5115
5116if test -n "$ECHO"; then
5117 echo "$as_me:$LINENO: result: $ECHO" >&5
5118echo "${ECHO_T}$ECHO" >&6
5119else
5120 echo "$as_me:$LINENO: result: no" >&5
5121echo "${ECHO_T}no" >&6
5122fi
5123
5124# Extract the first word of "cmp", so it can be a program name with args.
5125set dummy cmp; ac_word=$2
5126echo "$as_me:$LINENO: checking for $ac_word" >&5
5127echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5128if test "${ac_cv_path_CMP+set}" = set; then
5129 echo $ECHO_N "(cached) $ECHO_C" >&6
5130else
5131 case $CMP in
5132 [\\/]* | ?:[\\/]*)
5133 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5134 ;;
5135 *)
5136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5137for as_dir in $PATH
5138do
5139 IFS=$as_save_IFS
5140 test -z "$as_dir" && as_dir=.
5141 for ac_exec_ext in '' $ac_executable_extensions; do
5142 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5143 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
5144 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5145 break 2
5146 fi
5147done
5148done
5149
5150 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5151 ;;
5152esac
5153fi
5154CMP=$ac_cv_path_CMP
5155
5156if test -n "$CMP"; then
5157 echo "$as_me:$LINENO: result: $CMP" >&5
5158echo "${ECHO_T}$CMP" >&6
5159else
5160 echo "$as_me:$LINENO: result: no" >&5
5161echo "${ECHO_T}no" >&6
5162fi
5163
5164# Extract the first word of "tbl", so it can be a program name with args.
5165set dummy tbl; ac_word=$2
5166echo "$as_me:$LINENO: checking for $ac_word" >&5
5167echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5168if test "${ac_cv_path_TBL+set}" = set; then
5169 echo $ECHO_N "(cached) $ECHO_C" >&6
5170else
5171 case $TBL in
5172 [\\/]* | ?:[\\/]*)
5173 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5174 ;;
5175 *)
5176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5177for as_dir in $PATH
5178do
5179 IFS=$as_save_IFS
5180 test -z "$as_dir" && as_dir=.
5181 for ac_exec_ext in '' $ac_executable_extensions; do
5182 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5183 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
5184 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5185 break 2
5186 fi
5187done
5188done
5189
5190 ;;
5191esac
5192fi
5193TBL=$ac_cv_path_TBL
5194
5195if test -n "$TBL"; then
5196 echo "$as_me:$LINENO: result: $TBL" >&5
5197echo "${ECHO_T}$TBL" >&6
5198else
5199 echo "$as_me:$LINENO: result: no" >&5
5200echo "${ECHO_T}no" >&6
5201fi
5202 4357
5203# Extract the first word of "tic", so it can be a program name with args. 4358# Extract the first word of "tic", so it can be a program name with args.
5204set dummy tic; ac_word=$2 4359set dummy tic; ac_word=$2
5205echo "$as_me:$LINENO: checking for $ac_word" >&5 4360echo "$as_me:$LINENO: checking for $ac_word" >&5
5206echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4361echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5240fi 4395fi
5241 4396
5242 4397
5243 4398
5244 4399
4400ac_ext=cc
4401ac_cpp='$CXXCPP $CPPFLAGS'
4402ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4403ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4404ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4405echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4406echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
4407if test -z "$CXXCPP"; then
4408 if test "${ac_cv_prog_CXXCPP+set}" = set; then
4409 echo $ECHO_N "(cached) $ECHO_C" >&6
4410else
4411 # Double quotes because CXXCPP needs to be expanded
4412 for CXXCPP in "$CXX -E" "/lib/cpp"
4413 do
4414 ac_preproc_ok=false
4415for ac_cxx_preproc_warn_flag in '' yes
4416do
4417 # Use a header file that comes with gcc, so configuring glibc
4418 # with a fresh cross-compiler works.
4419 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4420 # <limits.h> exists even on freestanding compilers.
4421 # On the NeXT, cc -E runs the code through the compiler's parser,
4422 # not just through cpp. "Syntax error" is here to catch this case.
4423 cat >conftest.$ac_ext <<_ACEOF
4424/* confdefs.h. */
4425_ACEOF
4426cat confdefs.h >>conftest.$ac_ext
4427cat >>conftest.$ac_ext <<_ACEOF
4428/* end confdefs.h. */
4429#ifdef __STDC__
4430# include <limits.h>
4431#else
4432# include <assert.h>
4433#endif
4434 Syntax error
4435_ACEOF
4436if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4437 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4438 ac_status=$?
4439 grep -v '^ *+' conftest.er1 >conftest.err
4440 rm -f conftest.er1
4441 cat conftest.err >&5
4442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4443 (exit $ac_status); } >/dev/null; then
4444 if test -s conftest.err; then
4445 ac_cpp_err=$ac_cxx_preproc_warn_flag
4446 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4447 else
4448 ac_cpp_err=
4449 fi
4450else
4451 ac_cpp_err=yes
4452fi
4453if test -z "$ac_cpp_err"; then
4454 :
4455else
4456 echo "$as_me: failed program was:" >&5
4457sed 's/^/| /' conftest.$ac_ext >&5
5245 4458
5246if test "x$ac_path_x_has_been_run" != xyes; then 4459 # Broken: fails on valid input.
4460continue
4461fi
4462rm -f conftest.err conftest.$ac_ext
4463
4464 # OK, works on sane cases. Now check whether non-existent headers
4465 # can be detected and how.
4466 cat >conftest.$ac_ext <<_ACEOF
4467/* confdefs.h. */
4468_ACEOF
4469cat confdefs.h >>conftest.$ac_ext
4470cat >>conftest.$ac_ext <<_ACEOF
4471/* end confdefs.h. */
4472#include <ac_nonexistent.h>
4473_ACEOF
4474if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4475 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4476 ac_status=$?
4477 grep -v '^ *+' conftest.er1 >conftest.err
4478 rm -f conftest.er1
4479 cat conftest.err >&5
4480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4481 (exit $ac_status); } >/dev/null; then
4482 if test -s conftest.err; then
4483 ac_cpp_err=$ac_cxx_preproc_warn_flag
4484 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4485 else
4486 ac_cpp_err=
4487 fi
4488else
4489 ac_cpp_err=yes
4490fi
4491if test -z "$ac_cpp_err"; then
4492 # Broken: success on invalid input.
4493continue
4494else
4495 echo "$as_me: failed program was:" >&5
4496sed 's/^/| /' conftest.$ac_ext >&5
4497
4498 # Passes both tests.
4499ac_preproc_ok=:
4500break
4501fi
4502rm -f conftest.err conftest.$ac_ext
4503
4504done
4505# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4506rm -f conftest.err conftest.$ac_ext
4507if $ac_preproc_ok; then
4508 break
4509fi
4510
4511 done
4512 ac_cv_prog_CXXCPP=$CXXCPP
4513
4514fi
4515 CXXCPP=$ac_cv_prog_CXXCPP
4516else
4517 ac_cv_prog_CXXCPP=$CXXCPP
4518fi
4519echo "$as_me:$LINENO: result: $CXXCPP" >&5
4520echo "${ECHO_T}$CXXCPP" >&6
4521ac_preproc_ok=false
4522for ac_cxx_preproc_warn_flag in '' yes
4523do
4524 # Use a header file that comes with gcc, so configuring glibc
4525 # with a fresh cross-compiler works.
4526 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4527 # <limits.h> exists even on freestanding compilers.
4528 # On the NeXT, cc -E runs the code through the compiler's parser,
4529 # not just through cpp. "Syntax error" is here to catch this case.
4530 cat >conftest.$ac_ext <<_ACEOF
4531/* confdefs.h. */
4532_ACEOF
4533cat confdefs.h >>conftest.$ac_ext
4534cat >>conftest.$ac_ext <<_ACEOF
4535/* end confdefs.h. */
4536#ifdef __STDC__
4537# include <limits.h>
4538#else
4539# include <assert.h>
4540#endif
4541 Syntax error
4542_ACEOF
4543if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4544 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4545 ac_status=$?
4546 grep -v '^ *+' conftest.er1 >conftest.err
4547 rm -f conftest.er1
4548 cat conftest.err >&5
4549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4550 (exit $ac_status); } >/dev/null; then
4551 if test -s conftest.err; then
4552 ac_cpp_err=$ac_cxx_preproc_warn_flag
4553 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4554 else
4555 ac_cpp_err=
4556 fi
4557else
4558 ac_cpp_err=yes
4559fi
4560if test -z "$ac_cpp_err"; then
4561 :
4562else
4563 echo "$as_me: failed program was:" >&5
4564sed 's/^/| /' conftest.$ac_ext >&5
4565
4566 # Broken: fails on valid input.
4567continue
4568fi
4569rm -f conftest.err conftest.$ac_ext
4570
4571 # OK, works on sane cases. Now check whether non-existent headers
4572 # can be detected and how.
4573 cat >conftest.$ac_ext <<_ACEOF
4574/* confdefs.h. */
4575_ACEOF
4576cat confdefs.h >>conftest.$ac_ext
4577cat >>conftest.$ac_ext <<_ACEOF
4578/* end confdefs.h. */
4579#include <ac_nonexistent.h>
4580_ACEOF
4581if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4582 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4583 ac_status=$?
4584 grep -v '^ *+' conftest.er1 >conftest.err
4585 rm -f conftest.er1
4586 cat conftest.err >&5
4587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4588 (exit $ac_status); } >/dev/null; then
4589 if test -s conftest.err; then
4590 ac_cpp_err=$ac_cxx_preproc_warn_flag
4591 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4592 else
4593 ac_cpp_err=
4594 fi
4595else
4596 ac_cpp_err=yes
4597fi
4598if test -z "$ac_cpp_err"; then
4599 # Broken: success on invalid input.
4600continue
4601else
4602 echo "$as_me: failed program was:" >&5
4603sed 's/^/| /' conftest.$ac_ext >&5
4604
4605 # Passes both tests.
4606ac_preproc_ok=:
4607break
4608fi
4609rm -f conftest.err conftest.$ac_ext
4610
4611done
4612# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4613rm -f conftest.err conftest.$ac_ext
4614if $ac_preproc_ok; then
4615 :
4616else
4617 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
4618See \`config.log' for more details." >&5
4619echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
4620See \`config.log' for more details." >&2;}
4621 { (exit 1); exit 1; }; }
4622fi
4623
4624ac_ext=cc
4625ac_cpp='$CXXCPP $CPPFLAGS'
4626ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4627ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4628ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4629
4630
5247 echo "$as_me:$LINENO: checking for X" >&5 4631echo "$as_me:$LINENO: checking for X" >&5
5248echo $ECHO_N "checking for X... $ECHO_C" >&6 4632echo $ECHO_N "checking for X... $ECHO_C" >&6
5249 4633
5250ac_path_x_has_been_run=yes
5251 4634
5252# Check whether --with-x or --without-x was given. 4635# Check whether --with-x or --without-x was given.
5253if test "${with_x+set}" = set; then 4636if test "${with_x+set}" = set; then
5254 withval="$with_x" 4637 withval="$with_x"
5255 4638
5338 4721
5339/usr/openwin/include 4722/usr/openwin/include
5340/usr/openwin/share/include' 4723/usr/openwin/share/include'
5341 4724
5342if test "$ac_x_includes" = no; then 4725if test "$ac_x_includes" = no; then
5343 # Guess where to find include files, by looking for a specified header file. 4726 # Guess where to find include files, by looking for Intrinsic.h.
5344 # First, try using that file with no special directory specified. 4727 # First, try using that file with no special directory specified.
5345 cat >conftest.$ac_ext <<_ACEOF 4728 cat >conftest.$ac_ext <<_ACEOF
5346/* confdefs.h. */ 4729/* confdefs.h. */
5347_ACEOF 4730_ACEOF
5348cat confdefs.h >>conftest.$ac_ext 4731cat confdefs.h >>conftest.$ac_ext
5349cat >>conftest.$ac_ext <<_ACEOF 4732cat >>conftest.$ac_ext <<_ACEOF
5350/* end confdefs.h. */ 4733/* end confdefs.h. */
5351#include <X11/Xlib.h> 4734#include <X11/Intrinsic.h>
5352_ACEOF 4735_ACEOF
5353if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4736if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5354 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4737 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5355 ac_status=$? 4738 ac_status=$?
5356 grep -v '^ *+' conftest.er1 >conftest.err 4739 grep -v '^ *+' conftest.er1 >conftest.err
5373else 4756else
5374 echo "$as_me: failed program was:" >&5 4757 echo "$as_me: failed program was:" >&5
5375sed 's/^/| /' conftest.$ac_ext >&5 4758sed 's/^/| /' conftest.$ac_ext >&5
5376 4759
5377 for ac_dir in $ac_x_header_dirs; do 4760 for ac_dir in $ac_x_header_dirs; do
5378 if test -r "$ac_dir/X11/Xlib.h"; then 4761 if test -r "$ac_dir/X11/Intrinsic.h"; then
5379 ac_x_includes=$ac_dir 4762 ac_x_includes=$ac_dir
5380 break 4763 break
5381 fi 4764 fi
5382done 4765done
5383fi 4766fi
5387if test "$ac_x_libraries" = no; then 4770if test "$ac_x_libraries" = no; then
5388 # Check for the libraries. 4771 # Check for the libraries.
5389 # See if we find them without any special options. 4772 # See if we find them without any special options.
5390 # Don't add to $LIBS permanently. 4773 # Don't add to $LIBS permanently.
5391 ac_save_LIBS=$LIBS 4774 ac_save_LIBS=$LIBS
5392 LIBS="-lX11 $LIBS" 4775 LIBS="-lXt $LIBS"
5393 cat >conftest.$ac_ext <<_ACEOF 4776 cat >conftest.$ac_ext <<_ACEOF
5394/* confdefs.h. */ 4777/* confdefs.h. */
5395_ACEOF 4778_ACEOF
5396cat confdefs.h >>conftest.$ac_ext 4779cat confdefs.h >>conftest.$ac_ext
5397cat >>conftest.$ac_ext <<_ACEOF 4780cat >>conftest.$ac_ext <<_ACEOF
5398/* end confdefs.h. */ 4781/* end confdefs.h. */
5399#include <X11/Xlib.h> 4782#include <X11/Intrinsic.h>
5400int 4783int
5401main () 4784main ()
5402{ 4785{
5403XrmInitialize () 4786XtMalloc (0)
5404 ; 4787 ;
5405 return 0; 4788 return 0;
5406} 4789}
5407_ACEOF 4790_ACEOF
5408rm -f conftest.$ac_objext conftest$ac_exeext 4791rm -f conftest.$ac_objext conftest$ac_exeext
5412 grep -v '^ *+' conftest.er1 >conftest.err 4795 grep -v '^ *+' conftest.er1 >conftest.err
5413 rm -f conftest.er1 4796 rm -f conftest.er1
5414 cat conftest.err >&5 4797 cat conftest.err >&5
5415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5416 (exit $ac_status); } && 4799 (exit $ac_status); } &&
5417 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 4800 { ac_try='test -z "$ac_cxx_werror_flag"
4801 || test ! -s conftest.err'
5418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5419 (eval $ac_try) 2>&5 4803 (eval $ac_try) 2>&5
5420 ac_status=$? 4804 ac_status=$?
5421 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5422 (exit $ac_status); }; } && 4806 (exit $ac_status); }; } &&
5436LIBS=$ac_save_LIBS 4820LIBS=$ac_save_LIBS
5437for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 4821for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5438do 4822do
5439 # Don't even attempt the hair of trying to link an X program! 4823 # Don't even attempt the hair of trying to link an X program!
5440 for ac_extension in a so sl; do 4824 for ac_extension in a so sl; do
5441 if test -r $ac_dir/libX11.$ac_extension; then 4825 if test -r $ac_dir/libXt.$ac_extension; then
5442 ac_x_libraries=$ac_dir 4826 ac_x_libraries=$ac_dir
5443 break 2 4827 break 2
5444 fi 4828 fi
5445 done 4829 done
5446done 4830done
5472 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 4856 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5473 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 4857 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5474 # Update the cache value to reflect the command line values. 4858 # Update the cache value to reflect the command line values.
5475 ac_cv_have_x="have_x=yes \ 4859 ac_cv_have_x="have_x=yes \
5476 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 4860 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5477 # It might be that x_includes is empty (headers are found in the
5478 # standard search path. Then output the corresponding message
5479 ac_out_x_includes=$x_includes
5480 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
5481 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5 4861 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
5482echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 4862echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5483fi 4863fi
5484 4864
5485fi
5486if test "$no_x" = yes; then 4865if test "$no_x" = yes; then
5487 # Not all programs may use this symbol, but it does not hurt to define it. 4866 # Not all programs may use this symbol, but it does not hurt to define it.
5488 4867
5489cat >>confdefs.h <<\_ACEOF 4868cat >>confdefs.h <<\_ACEOF
5490#define X_DISPLAY_MISSING 1 4869#define X_DISPLAY_MISSING 1
5528 grep -v '^ *+' conftest.er1 >conftest.err 4907 grep -v '^ *+' conftest.er1 >conftest.err
5529 rm -f conftest.er1 4908 rm -f conftest.er1
5530 cat conftest.err >&5 4909 cat conftest.err >&5
5531 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5532 (exit $ac_status); } && 4911 (exit $ac_status); } &&
5533 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 4912 { ac_try='test -z "$ac_cxx_werror_flag"
4913 || test ! -s conftest.err'
5534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5535 (eval $ac_try) 2>&5 4915 (eval $ac_try) 2>&5
5536 ac_status=$? 4916 ac_status=$?
5537 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5538 (exit $ac_status); }; } && 4918 (exit $ac_status); }; } &&
5579 grep -v '^ *+' conftest.er1 >conftest.err 4959 grep -v '^ *+' conftest.er1 >conftest.err
5580 rm -f conftest.er1 4960 rm -f conftest.er1
5581 cat conftest.err >&5 4961 cat conftest.err >&5
5582 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5583 (exit $ac_status); } && 4963 (exit $ac_status); } &&
5584 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 4964 { ac_try='test -z "$ac_cxx_werror_flag"
4965 || test ! -s conftest.err'
5585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5586 (eval $ac_try) 2>&5 4967 (eval $ac_try) 2>&5
5587 ac_status=$? 4968 ac_status=$?
5588 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5589 (exit $ac_status); }; } && 4970 (exit $ac_status); }; } &&
5655 grep -v '^ *+' conftest.er1 >conftest.err 5036 grep -v '^ *+' conftest.er1 >conftest.err
5656 rm -f conftest.er1 5037 rm -f conftest.er1
5657 cat conftest.err >&5 5038 cat conftest.err >&5
5658 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5659 (exit $ac_status); } && 5040 (exit $ac_status); } &&
5660 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5041 { ac_try='test -z "$ac_cxx_werror_flag"
5042 || test ! -s conftest.err'
5661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5662 (eval $ac_try) 2>&5 5044 (eval $ac_try) 2>&5
5663 ac_status=$? 5045 ac_status=$?
5664 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5665 (exit $ac_status); }; } && 5047 (exit $ac_status); }; } &&
5710 grep -v '^ *+' conftest.er1 >conftest.err 5092 grep -v '^ *+' conftest.er1 >conftest.err
5711 rm -f conftest.er1 5093 rm -f conftest.er1
5712 cat conftest.err >&5 5094 cat conftest.err >&5
5713 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5714 (exit $ac_status); } && 5096 (exit $ac_status); } &&
5715 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5097 { ac_try='test -z "$ac_cxx_werror_flag"
5098 || test ! -s conftest.err'
5716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5717 (eval $ac_try) 2>&5 5100 (eval $ac_try) 2>&5
5718 ac_status=$? 5101 ac_status=$?
5719 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5720 (exit $ac_status); }; } && 5103 (exit $ac_status); }; } &&
5778 grep -v '^ *+' conftest.er1 >conftest.err 5161 grep -v '^ *+' conftest.er1 >conftest.err
5779 rm -f conftest.er1 5162 rm -f conftest.er1
5780 cat conftest.err >&5 5163 cat conftest.err >&5
5781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5782 (exit $ac_status); } && 5165 (exit $ac_status); } &&
5783 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5166 { ac_try='test -z "$ac_cxx_werror_flag"
5167 || test ! -s conftest.err'
5784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5785 (eval $ac_try) 2>&5 5169 (eval $ac_try) 2>&5
5786 ac_status=$? 5170 ac_status=$?
5787 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5788 (exit $ac_status); }; } && 5172 (exit $ac_status); }; } &&
5886 grep -v '^ *+' conftest.er1 >conftest.err 5270 grep -v '^ *+' conftest.er1 >conftest.err
5887 rm -f conftest.er1 5271 rm -f conftest.er1
5888 cat conftest.err >&5 5272 cat conftest.err >&5
5889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5890 (exit $ac_status); } && 5274 (exit $ac_status); } &&
5891 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5275 { ac_try='test -z "$ac_cxx_werror_flag"
5276 || test ! -s conftest.err'
5892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5893 (eval $ac_try) 2>&5 5278 (eval $ac_try) 2>&5
5894 ac_status=$? 5279 ac_status=$?
5895 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5896 (exit $ac_status); }; } && 5281 (exit $ac_status); }; } &&
5950 grep -v '^ *+' conftest.er1 >conftest.err 5335 grep -v '^ *+' conftest.er1 >conftest.err
5951 rm -f conftest.er1 5336 rm -f conftest.er1
5952 cat conftest.err >&5 5337 cat conftest.err >&5
5953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5954 (exit $ac_status); } && 5339 (exit $ac_status); } &&
5955 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5340 { ac_try='test -z "$ac_cxx_werror_flag"
5341 || test ! -s conftest.err'
5956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5957 (eval $ac_try) 2>&5 5343 (eval $ac_try) 2>&5
5958 ac_status=$? 5344 ac_status=$?
5959 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5960 (exit $ac_status); }; } && 5346 (exit $ac_status); }; } &&
6018 grep -v '^ *+' conftest.er1 >conftest.err 5404 grep -v '^ *+' conftest.er1 >conftest.err
6019 rm -f conftest.er1 5405 rm -f conftest.er1
6020 cat conftest.err >&5 5406 cat conftest.err >&5
6021 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6022 (exit $ac_status); } && 5408 (exit $ac_status); } &&
6023 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5409 { ac_try='test -z "$ac_cxx_werror_flag"
5410 || test ! -s conftest.err'
6024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6025 (eval $ac_try) 2>&5 5412 (eval $ac_try) 2>&5
6026 ac_status=$? 5413 ac_status=$?
6027 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6028 (exit $ac_status); }; } && 5415 (exit $ac_status); }; } &&
6122 grep -v '^ *+' conftest.er1 >conftest.err 5509 grep -v '^ *+' conftest.er1 >conftest.err
6123 rm -f conftest.er1 5510 rm -f conftest.er1
6124 cat conftest.err >&5 5511 cat conftest.err >&5
6125 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6126 (exit $ac_status); } && 5513 (exit $ac_status); } &&
6127 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5514 { ac_try='test -z "$ac_cxx_werror_flag"
5515 || test ! -s conftest.err'
6128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6129 (eval $ac_try) 2>&5 5517 (eval $ac_try) 2>&5
6130 ac_status=$? 5518 ac_status=$?
6131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6132 (exit $ac_status); }; } && 5520 (exit $ac_status); }; } &&
6186 grep -v '^ *+' conftest.er1 >conftest.err 5574 grep -v '^ *+' conftest.er1 >conftest.err
6187 rm -f conftest.er1 5575 rm -f conftest.er1
6188 cat conftest.err >&5 5576 cat conftest.err >&5
6189 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6190 (exit $ac_status); } && 5578 (exit $ac_status); } &&
6191 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5579 { ac_try='test -z "$ac_cxx_werror_flag"
5580 || test ! -s conftest.err'
6192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6193 (eval $ac_try) 2>&5 5582 (eval $ac_try) 2>&5
6194 ac_status=$? 5583 ac_status=$?
6195 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6196 (exit $ac_status); }; } && 5585 (exit $ac_status); }; } &&
6283 grep -v '^ *+' conftest.er1 >conftest.err 5672 grep -v '^ *+' conftest.er1 >conftest.err
6284 rm -f conftest.er1 5673 rm -f conftest.er1
6285 cat conftest.err >&5 5674 cat conftest.err >&5
6286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6287 (exit $ac_status); } && 5676 (exit $ac_status); } &&
6288 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5677 { ac_try='test -z "$ac_cxx_werror_flag"
5678 || test ! -s conftest.err'
6289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6290 (eval $ac_try) 2>&5 5680 (eval $ac_try) 2>&5
6291 ac_status=$? 5681 ac_status=$?
6292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6293 (exit $ac_status); }; } && 5683 (exit $ac_status); }; } &&
6347 grep -v '^ *+' conftest.er1 >conftest.err 5737 grep -v '^ *+' conftest.er1 >conftest.err
6348 rm -f conftest.er1 5738 rm -f conftest.er1
6349 cat conftest.err >&5 5739 cat conftest.err >&5
6350 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6351 (exit $ac_status); } && 5741 (exit $ac_status); } &&
6352 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5742 { ac_try='test -z "$ac_cxx_werror_flag"
5743 || test ! -s conftest.err'
6353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6354 (eval $ac_try) 2>&5 5745 (eval $ac_try) 2>&5
6355 ac_status=$? 5746 ac_status=$?
6356 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6357 (exit $ac_status); }; } && 5748 (exit $ac_status); }; } &&
6444 grep -v '^ *+' conftest.er1 >conftest.err 5835 grep -v '^ *+' conftest.er1 >conftest.err
6445 rm -f conftest.er1 5836 rm -f conftest.er1
6446 cat conftest.err >&5 5837 cat conftest.err >&5
6447 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6448 (exit $ac_status); } && 5839 (exit $ac_status); } &&
6449 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5840 { ac_try='test -z "$ac_cxx_werror_flag"
5841 || test ! -s conftest.err'
6450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6451 (eval $ac_try) 2>&5 5843 (eval $ac_try) 2>&5
6452 ac_status=$? 5844 ac_status=$?
6453 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6454 (exit $ac_status); }; } && 5846 (exit $ac_status); }; } &&
6508 grep -v '^ *+' conftest.er1 >conftest.err 5900 grep -v '^ *+' conftest.er1 >conftest.err
6509 rm -f conftest.er1 5901 rm -f conftest.er1
6510 cat conftest.err >&5 5902 cat conftest.err >&5
6511 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6512 (exit $ac_status); } && 5904 (exit $ac_status); } &&
6513 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5905 { ac_try='test -z "$ac_cxx_werror_flag"
5906 || test ! -s conftest.err'
6514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6515 (eval $ac_try) 2>&5 5908 (eval $ac_try) 2>&5
6516 ac_status=$? 5909 ac_status=$?
6517 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6518 (exit $ac_status); }; } && 5911 (exit $ac_status); }; } &&
6587 grep -v '^ *+' conftest.er1 >conftest.err 5980 grep -v '^ *+' conftest.er1 >conftest.err
6588 rm -f conftest.er1 5981 rm -f conftest.er1
6589 cat conftest.err >&5 5982 cat conftest.err >&5
6590 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6591 (exit $ac_status); } && 5984 (exit $ac_status); } &&
6592 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5985 { ac_try='test -z "$ac_cxx_werror_flag"
5986 || test ! -s conftest.err'
6593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6594 (eval $ac_try) 2>&5 5988 (eval $ac_try) 2>&5
6595 ac_status=$? 5989 ac_status=$?
6596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6597 (exit $ac_status); }; } && 5991 (exit $ac_status); }; } &&
6622 6016
6623fi 6017fi
6624 6018
6625 6019
6626 6020
6021LIBAFTERIMAGE_CFLAGS=
6022AFTERIMAGE_LIBS=
6023have_afterimage=
6024
6627if test x$support_xpm = xyes; then 6025if test x$support_afterimage = xyes; then
6026 support_afterimage=no
6027
6028 if test "x$afterimage_config" = "x" ; then
6029 # Extract the first word of "afterimage-config", so it can be a program name with args.
6030set dummy afterimage-config; ac_word=$2
6031echo "$as_me:$LINENO: checking for $ac_word" >&5
6032echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6033if test "${ac_cv_path_afterimage_config+set}" = set; then
6034 echo $ECHO_N "(cached) $ECHO_C" >&6
6035else
6036 case $afterimage_config in
6037 [\\/]* | ?:[\\/]*)
6038 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6039 ;;
6040 *)
6041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6042for as_dir in $PATH
6043do
6044 IFS=$as_save_IFS
6045 test -z "$as_dir" && as_dir=.
6046 for ac_exec_ext in '' $ac_executable_extensions; do
6047 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6048 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6049 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6050 break 2
6051 fi
6052done
6053done
6054
6055 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6056 ;;
6057esac
6058fi
6059afterimage_config=$ac_cv_path_afterimage_config
6060
6061if test -n "$afterimage_config"; then
6062 echo "$as_me:$LINENO: result: $afterimage_config" >&5
6063echo "${ECHO_T}$afterimage_config" >&6
6064else
6065 echo "$as_me:$LINENO: result: no" >&5
6066echo "${ECHO_T}no" >&6
6067fi
6068
6069 fi
6070
6071 echo "$as_me:$LINENO: checking for libAfterImage" >&5
6072echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6
6073 if $afterimage_config --version >/dev/null 2>&1 ; then
6074 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6075 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6076 if test "x$AFTERIMAGE_LIBS" != "x"; then
6077 support_afterimage=yes
6078 fi
6079 fi
6080
6081 if test "x$support_afterimage" = "xyes"; then
6082 echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6083echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6
6084 else
6085 echo "$as_me:$LINENO: result: no" >&5
6086echo "${ECHO_T}no" >&6
6087 fi
6088fi
6089
6090if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
6628 6091
6629 6092
6630 6093
6631# Initialize some more variables set by options. 6094# Initialize some more variables set by options.
6632# The variables have the same names as the options, with 6095# The variables have the same names as the options, with
6803 grep -v '^ *+' conftest.er1 >conftest.err 6266 grep -v '^ *+' conftest.er1 >conftest.err
6804 rm -f conftest.er1 6267 rm -f conftest.er1
6805 cat conftest.err >&5 6268 cat conftest.err >&5
6806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6807 (exit $ac_status); } && 6270 (exit $ac_status); } &&
6808 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6271 { ac_try='test -z "$ac_cxx_werror_flag"
6272 || test ! -s conftest.err'
6809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6810 (eval $ac_try) 2>&5 6274 (eval $ac_try) 2>&5
6811 ac_status=$? 6275 ac_status=$?
6812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6813 (exit $ac_status); }; } && 6277 (exit $ac_status); }; } &&
7017 grep -v '^ *+' conftest.er1 >conftest.err 6481 grep -v '^ *+' conftest.er1 >conftest.err
7018 rm -f conftest.er1 6482 rm -f conftest.er1
7019 cat conftest.err >&5 6483 cat conftest.err >&5
7020 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021 (exit $ac_status); } && 6485 (exit $ac_status); } &&
7022 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6486 { ac_try='test -z "$ac_cxx_werror_flag"
6487 || test ! -s conftest.err'
7023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7024 (eval $ac_try) 2>&5 6489 (eval $ac_try) 2>&5
7025 ac_status=$? 6490 ac_status=$?
7026 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7027 (exit $ac_status); }; } && 6492 (exit $ac_status); }; } &&
7081 grep -v '^ *+' conftest.er1 >conftest.err 6546 grep -v '^ *+' conftest.er1 >conftest.err
7082 rm -f conftest.er1 6547 rm -f conftest.er1
7083 cat conftest.err >&5 6548 cat conftest.err >&5
7084 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7085 (exit $ac_status); } && 6550 (exit $ac_status); } &&
7086 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6551 { ac_try='test -z "$ac_cxx_werror_flag"
6552 || test ! -s conftest.err'
7087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7088 (eval $ac_try) 2>&5 6554 (eval $ac_try) 2>&5
7089 ac_status=$? 6555 ac_status=$?
7090 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7091 (exit $ac_status); }; } && 6557 (exit $ac_status); }; } &&
7251 grep -v '^ *+' conftest.er1 >conftest.err 6717 grep -v '^ *+' conftest.er1 >conftest.err
7252 rm -f conftest.er1 6718 rm -f conftest.er1
7253 cat conftest.err >&5 6719 cat conftest.err >&5
7254 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7255 (exit $ac_status); } && 6721 (exit $ac_status); } &&
7256 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6722 { ac_try='test -z "$ac_cxx_werror_flag"
6723 || test ! -s conftest.err'
7257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7258 (eval $ac_try) 2>&5 6725 (eval $ac_try) 2>&5
7259 ac_status=$? 6726 ac_status=$?
7260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7261 (exit $ac_status); }; } && 6728 (exit $ac_status); }; } &&
7301 6768
7302 6769
7303 6770
7304 6771
7305 6772
7306
7307
7308
7309
7310
7311
7312
7313for ac_header in \ 6773for ac_header in \
7314 assert.h \ 6774 assert.h \
7315 fcntl.h \ 6775 fcntl.h \
7316 grp.h \
7317 libc.h \
7318 lastlog.h \
7319 stdarg.h \ 6776 stdarg.h \
7320 stdlib.h \ 6777 stdlib.h \
7321 string.h \ 6778 string.h \
7322 termios.h \ 6779 termios.h \
7323 unistd.h \ 6780 unistd.h \
7324 sys/byteorder.h \ 6781 sys/byteorder.h \
7325 sys/ioctl.h \ 6782 sys/ioctl.h \
7326 sys/select.h \ 6783 sys/select.h \
7327 sys/sockio.h \ 6784 sys/sockio.h \
7328 sys/strredir.h \ 6785 sys/strredir.h \
7329 sys/stropts.h \
7330 sys/time.h \ 6786 sys/time.h \
7331 utmp.h \ 6787 stdint.h \
7332 utmpx.h \ 6788 wchar.h \
7333 stdint.h \ 6789 cwchar \
7334 pty.h \ 6790 clocale \
7335 wchar.h \
7336 cwchar \
7337 clocale \
7338 6791
7339do 6792do
7340as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6793as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7341if eval "test \"\${$as_ac_Header+set}\" = set"; then 6794if eval "test \"\${$as_ac_Header+set}\" = set"; then
7342 echo "$as_me:$LINENO: checking for $ac_header" >&5 6795 echo "$as_me:$LINENO: checking for $ac_header" >&5
7366 grep -v '^ *+' conftest.er1 >conftest.err 6819 grep -v '^ *+' conftest.er1 >conftest.err
7367 rm -f conftest.er1 6820 rm -f conftest.er1
7368 cat conftest.err >&5 6821 cat conftest.err >&5
7369 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7370 (exit $ac_status); } && 6823 (exit $ac_status); } &&
7371 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6824 { ac_try='test -z "$ac_cxx_werror_flag"
6825 || test ! -s conftest.err'
7372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7373 (eval $ac_try) 2>&5 6827 (eval $ac_try) 2>&5
7374 ac_status=$? 6828 ac_status=$?
7375 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7376 (exit $ac_status); }; } && 6830 (exit $ac_status); }; } &&
7515 grep -v '^ *+' conftest.er1 >conftest.err 6969 grep -v '^ *+' conftest.er1 >conftest.err
7516 rm -f conftest.er1 6970 rm -f conftest.er1
7517 cat conftest.err >&5 6971 cat conftest.err >&5
7518 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7519 (exit $ac_status); } && 6973 (exit $ac_status); } &&
7520 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6974 { ac_try='test -z "$ac_cxx_werror_flag"
6975 || test ! -s conftest.err'
7521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7522 (eval $ac_try) 2>&5 6977 (eval $ac_try) 2>&5
7523 ac_status=$? 6978 ac_status=$?
7524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7525 (exit $ac_status); }; } && 6980 (exit $ac_status); }; } &&
7580 grep -v '^ *+' conftest.er1 >conftest.err 7035 grep -v '^ *+' conftest.er1 >conftest.err
7581 rm -f conftest.er1 7036 rm -f conftest.er1
7582 cat conftest.err >&5 7037 cat conftest.err >&5
7583 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584 (exit $ac_status); } && 7039 (exit $ac_status); } &&
7585 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7040 { ac_try='test -z "$ac_cxx_werror_flag"
7041 || test ! -s conftest.err'
7586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7587 (eval $ac_try) 2>&5 7043 (eval $ac_try) 2>&5
7588 ac_status=$? 7044 ac_status=$?
7589 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7590 (exit $ac_status); }; } && 7046 (exit $ac_status); }; } &&
7630/* confdefs.h. */ 7086/* confdefs.h. */
7631_ACEOF 7087_ACEOF
7632cat confdefs.h >>conftest.$ac_ext 7088cat confdefs.h >>conftest.$ac_ext
7633cat >>conftest.$ac_ext <<_ACEOF 7089cat >>conftest.$ac_ext <<_ACEOF
7634/* end confdefs.h. */ 7090/* end confdefs.h. */
7635 7091#include <X11/Xlib.h>
7092#include <stdlib.h>
7636main() 7093main()
7637{ 7094{
7638 exit(0); 7095 exit(0);
7639 (void) XOpenDisplay("foobar"); 7096 (void) XOpenDisplay("foobar");
7640} 7097}
7679/* confdefs.h. */ 7136/* confdefs.h. */
7680_ACEOF 7137_ACEOF
7681cat confdefs.h >>conftest.$ac_ext 7138cat confdefs.h >>conftest.$ac_ext
7682cat >>conftest.$ac_ext <<_ACEOF 7139cat >>conftest.$ac_ext <<_ACEOF
7683/* end confdefs.h. */ 7140/* end confdefs.h. */
7684 7141#include <X11/Xlib.h>
7142#include <stdlib.h>
7685main() 7143main()
7686{ 7144{
7687 exit(0); 7145 exit(0);
7688 (void) XOpenDisplay("foobar"); 7146 (void) XOpenDisplay("foobar");
7689} 7147}
7745 grep -v '^ *+' conftest.er1 >conftest.err 7203 grep -v '^ *+' conftest.er1 >conftest.err
7746 rm -f conftest.er1 7204 rm -f conftest.er1
7747 cat conftest.err >&5 7205 cat conftest.err >&5
7748 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749 (exit $ac_status); } && 7207 (exit $ac_status); } &&
7750 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7208 { ac_try='test -z "$ac_cxx_werror_flag"
7209 || test ! -s conftest.err'
7751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7752 (eval $ac_try) 2>&5 7211 (eval $ac_try) 2>&5
7753 ac_status=$? 7212 ac_status=$?
7754 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7755 (exit $ac_status); }; } && 7214 (exit $ac_status); }; } &&
7778 7237
7779fi 7238fi
7780LIBS=$ac_save_LIBS 7239LIBS=$ac_save_LIBS
7781CFLAGS=$ac_save_CFLAGS 7240CFLAGS=$ac_save_CFLAGS
7782 7241
7242echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7243echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6
7244if test "${rxvt_xlib_illegal_access+set}" = set; then
7245 echo $ECHO_N "(cached) $ECHO_C" >&6
7246else
7247 cat >conftest.$ac_ext <<_ACEOF
7248/* confdefs.h. */
7249_ACEOF
7250cat confdefs.h >>conftest.$ac_ext
7251cat >>conftest.$ac_ext <<_ACEOF
7252/* end confdefs.h. */
7253
7254#define XLIB_ILLEGAL_ACCESS
7255#include <X11/Xlib.h>
7256
7257int
7258main ()
7259{
7260
7261 Display *dpy;
7262 dpy->xdefaults = (char *)0;
7263
7264 ;
7265 return 0;
7266}
7267_ACEOF
7268rm -f conftest.$ac_objext
7269if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7270 (eval $ac_compile) 2>conftest.er1
7271 ac_status=$?
7272 grep -v '^ *+' conftest.er1 >conftest.err
7273 rm -f conftest.er1
7274 cat conftest.err >&5
7275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7276 (exit $ac_status); } &&
7277 { ac_try='test -z "$ac_cxx_werror_flag"
7278 || test ! -s conftest.err'
7279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7280 (eval $ac_try) 2>&5
7281 ac_status=$?
7282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283 (exit $ac_status); }; } &&
7284 { ac_try='test -s conftest.$ac_objext'
7285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7286 (eval $ac_try) 2>&5
7287 ac_status=$?
7288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7289 (exit $ac_status); }; }; then
7290 rxvt_xlib_illegal_access=yes
7291else
7292 echo "$as_me: failed program was:" >&5
7293sed 's/^/| /' conftest.$ac_ext >&5
7294
7295rxvt_xlib_illegal_access=no
7296
7297fi
7298rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7299fi
7300echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5
7301echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6
7302if test x$rxvt_xlib_illegal_access = xyes; then
7303
7304cat >>confdefs.h <<\_ACEOF
7305#define XLIB_ILLEGAL_ACCESS 1
7306_ACEOF
7307
7308fi
7783 7309
7784echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 7310echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7785echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 7311echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7786if test "${ac_cv_c_const+set}" = set; then 7312if test "${ac_cv_c_const+set}" = set; then
7787 echo $ECHO_N "(cached) $ECHO_C" >&6 7313 echo $ECHO_N "(cached) $ECHO_C" >&6
7854 grep -v '^ *+' conftest.er1 >conftest.err 7380 grep -v '^ *+' conftest.er1 >conftest.err
7855 rm -f conftest.er1 7381 rm -f conftest.er1
7856 cat conftest.err >&5 7382 cat conftest.err >&5
7857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7858 (exit $ac_status); } && 7384 (exit $ac_status); } &&
7859 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7385 { ac_try='test -z "$ac_cxx_werror_flag"
7386 || test ! -s conftest.err'
7860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7861 (eval $ac_try) 2>&5 7388 (eval $ac_try) 2>&5
7862 ac_status=$? 7389 ac_status=$?
7863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7864 (exit $ac_status); }; } && 7391 (exit $ac_status); }; } &&
7914 grep -v '^ *+' conftest.er1 >conftest.err 7441 grep -v '^ *+' conftest.er1 >conftest.err
7915 rm -f conftest.er1 7442 rm -f conftest.er1
7916 cat conftest.err >&5 7443 cat conftest.err >&5
7917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7918 (exit $ac_status); } && 7445 (exit $ac_status); } &&
7919 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7446 { ac_try='test -z "$ac_cxx_werror_flag"
7447 || test ! -s conftest.err'
7920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7921 (eval $ac_try) 2>&5 7449 (eval $ac_try) 2>&5
7922 ac_status=$? 7450 ac_status=$?
7923 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7924 (exit $ac_status); }; } && 7452 (exit $ac_status); }; } &&
7989 grep -v '^ *+' conftest.er1 >conftest.err 7517 grep -v '^ *+' conftest.er1 >conftest.err
7990 rm -f conftest.er1 7518 rm -f conftest.er1
7991 cat conftest.err >&5 7519 cat conftest.err >&5
7992 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7993 (exit $ac_status); } && 7521 (exit $ac_status); } &&
7994 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7522 { ac_try='test -z "$ac_cxx_werror_flag"
7523 || test ! -s conftest.err'
7995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7996 (eval $ac_try) 2>&5 7525 (eval $ac_try) 2>&5
7997 ac_status=$? 7526 ac_status=$?
7998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7999 (exit $ac_status); }; } && 7528 (exit $ac_status); }; } &&
8054 grep -v '^ *+' conftest.er1 >conftest.err 7583 grep -v '^ *+' conftest.er1 >conftest.err
8055 rm -f conftest.er1 7584 rm -f conftest.er1
8056 cat conftest.err >&5 7585 cat conftest.err >&5
8057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8058 (exit $ac_status); } && 7587 (exit $ac_status); } &&
8059 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7588 { ac_try='test -z "$ac_cxx_werror_flag"
7589 || test ! -s conftest.err'
8060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8061 (eval $ac_try) 2>&5 7591 (eval $ac_try) 2>&5
8062 ac_status=$? 7592 ac_status=$?
8063 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 (exit $ac_status); }; } && 7594 (exit $ac_status); }; } &&
8158 grep -v '^ *+' conftest.er1 >conftest.err 7688 grep -v '^ *+' conftest.er1 >conftest.err
8159 rm -f conftest.er1 7689 rm -f conftest.er1
8160 cat conftest.err >&5 7690 cat conftest.err >&5
8161 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8162 (exit $ac_status); } && 7692 (exit $ac_status); } &&
8163 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7693 { ac_try='test -z "$ac_cxx_werror_flag"
7694 || test ! -s conftest.err'
8164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8165 (eval $ac_try) 2>&5 7696 (eval $ac_try) 2>&5
8166 ac_status=$? 7697 ac_status=$?
8167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8168 (exit $ac_status); }; } && 7699 (exit $ac_status); }; } &&
8220 grep -v '^ *+' conftest.er1 >conftest.err 7751 grep -v '^ *+' conftest.er1 >conftest.err
8221 rm -f conftest.er1 7752 rm -f conftest.er1
8222 cat conftest.err >&5 7753 cat conftest.err >&5
8223 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8224 (exit $ac_status); } && 7755 (exit $ac_status); } &&
8225 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7756 { ac_try='test -z "$ac_cxx_werror_flag"
7757 || test ! -s conftest.err'
8226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8227 (eval $ac_try) 2>&5 7759 (eval $ac_try) 2>&5
8228 ac_status=$? 7760 ac_status=$?
8229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8230 (exit $ac_status); }; } && 7762 (exit $ac_status); }; } &&
8260 grep -v '^ *+' conftest.er1 >conftest.err 7792 grep -v '^ *+' conftest.er1 >conftest.err
8261 rm -f conftest.er1 7793 rm -f conftest.er1
8262 cat conftest.err >&5 7794 cat conftest.err >&5
8263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8264 (exit $ac_status); } && 7796 (exit $ac_status); } &&
8265 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7797 { ac_try='test -z "$ac_cxx_werror_flag"
7798 || test ! -s conftest.err'
8266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8267 (eval $ac_try) 2>&5 7800 (eval $ac_try) 2>&5
8268 ac_status=$? 7801 ac_status=$?
8269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8270 (exit $ac_status); }; } && 7803 (exit $ac_status); }; } &&
8316 grep -v '^ *+' conftest.er1 >conftest.err 7849 grep -v '^ *+' conftest.er1 >conftest.err
8317 rm -f conftest.er1 7850 rm -f conftest.er1
8318 cat conftest.err >&5 7851 cat conftest.err >&5
8319 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8320 (exit $ac_status); } && 7853 (exit $ac_status); } &&
8321 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7854 { ac_try='test -z "$ac_cxx_werror_flag"
7855 || test ! -s conftest.err'
8322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8323 (eval $ac_try) 2>&5 7857 (eval $ac_try) 2>&5
8324 ac_status=$? 7858 ac_status=$?
8325 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8326 (exit $ac_status); }; } && 7860 (exit $ac_status); }; } &&
8356 grep -v '^ *+' conftest.er1 >conftest.err 7890 grep -v '^ *+' conftest.er1 >conftest.err
8357 rm -f conftest.er1 7891 rm -f conftest.er1
8358 cat conftest.err >&5 7892 cat conftest.err >&5
8359 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8360 (exit $ac_status); } && 7894 (exit $ac_status); } &&
8361 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7895 { ac_try='test -z "$ac_cxx_werror_flag"
7896 || test ! -s conftest.err'
8362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8363 (eval $ac_try) 2>&5 7898 (eval $ac_try) 2>&5
8364 ac_status=$? 7899 ac_status=$?
8365 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8366 (exit $ac_status); }; } && 7901 (exit $ac_status); }; } &&
8420 grep -v '^ *+' conftest.er1 >conftest.err 7955 grep -v '^ *+' conftest.er1 >conftest.err
8421 rm -f conftest.er1 7956 rm -f conftest.er1
8422 cat conftest.err >&5 7957 cat conftest.err >&5
8423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8424 (exit $ac_status); } && 7959 (exit $ac_status); } &&
8425 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7960 { ac_try='test -z "$ac_cxx_werror_flag"
7961 || test ! -s conftest.err'
8426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8427 (eval $ac_try) 2>&5 7963 (eval $ac_try) 2>&5
8428 ac_status=$? 7964 ac_status=$?
8429 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8430 (exit $ac_status); }; } && 7966 (exit $ac_status); }; } &&
8451See \`config.log' for more details." >&2;} 7987See \`config.log' for more details." >&2;}
8452 { (exit 1); exit 1; }; } ;; 7988 { (exit 1); exit 1; }; } ;;
8453esac 7989esac
8454else 7990else
8455 if test "$cross_compiling" = yes; then 7991 if test "$cross_compiling" = yes; then
8456 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 7992 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8457echo "$as_me: error: internal error: not reached in cross-compile" >&2;} 7993See \`config.log' for more details." >&5
7994echo "$as_me: error: cannot run test program while cross compiling
7995See \`config.log' for more details." >&2;}
8458 { (exit 1); exit 1; }; } 7996 { (exit 1); exit 1; }; }
8459else 7997else
8460 cat >conftest.$ac_ext <<_ACEOF 7998 cat >conftest.$ac_ext <<_ACEOF
8461/* confdefs.h. */ 7999/* confdefs.h. */
8462_ACEOF 8000_ACEOF
8564 grep -v '^ *+' conftest.er1 >conftest.err 8102 grep -v '^ *+' conftest.er1 >conftest.err
8565 rm -f conftest.er1 8103 rm -f conftest.er1
8566 cat conftest.err >&5 8104 cat conftest.err >&5
8567 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8568 (exit $ac_status); } && 8106 (exit $ac_status); } &&
8569 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8107 { ac_try='test -z "$ac_cxx_werror_flag"
8108 || test ! -s conftest.err'
8570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8571 (eval $ac_try) 2>&5 8110 (eval $ac_try) 2>&5
8572 ac_status=$? 8111 ac_status=$?
8573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8574 (exit $ac_status); }; } && 8113 (exit $ac_status); }; } &&
8626 grep -v '^ *+' conftest.er1 >conftest.err 8165 grep -v '^ *+' conftest.er1 >conftest.err
8627 rm -f conftest.er1 8166 rm -f conftest.er1
8628 cat conftest.err >&5 8167 cat conftest.err >&5
8629 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8630 (exit $ac_status); } && 8169 (exit $ac_status); } &&
8631 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8170 { ac_try='test -z "$ac_cxx_werror_flag"
8171 || test ! -s conftest.err'
8632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8633 (eval $ac_try) 2>&5 8173 (eval $ac_try) 2>&5
8634 ac_status=$? 8174 ac_status=$?
8635 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8636 (exit $ac_status); }; } && 8176 (exit $ac_status); }; } &&
8666 grep -v '^ *+' conftest.er1 >conftest.err 8206 grep -v '^ *+' conftest.er1 >conftest.err
8667 rm -f conftest.er1 8207 rm -f conftest.er1
8668 cat conftest.err >&5 8208 cat conftest.err >&5
8669 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8670 (exit $ac_status); } && 8210 (exit $ac_status); } &&
8671 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8211 { ac_try='test -z "$ac_cxx_werror_flag"
8212 || test ! -s conftest.err'
8672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8673 (eval $ac_try) 2>&5 8214 (eval $ac_try) 2>&5
8674 ac_status=$? 8215 ac_status=$?
8675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8676 (exit $ac_status); }; } && 8217 (exit $ac_status); }; } &&
8722 grep -v '^ *+' conftest.er1 >conftest.err 8263 grep -v '^ *+' conftest.er1 >conftest.err
8723 rm -f conftest.er1 8264 rm -f conftest.er1
8724 cat conftest.err >&5 8265 cat conftest.err >&5
8725 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8726 (exit $ac_status); } && 8267 (exit $ac_status); } &&
8727 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8268 { ac_try='test -z "$ac_cxx_werror_flag"
8269 || test ! -s conftest.err'
8728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8729 (eval $ac_try) 2>&5 8271 (eval $ac_try) 2>&5
8730 ac_status=$? 8272 ac_status=$?
8731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8732 (exit $ac_status); }; } && 8274 (exit $ac_status); }; } &&
8762 grep -v '^ *+' conftest.er1 >conftest.err 8304 grep -v '^ *+' conftest.er1 >conftest.err
8763 rm -f conftest.er1 8305 rm -f conftest.er1
8764 cat conftest.err >&5 8306 cat conftest.err >&5
8765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8766 (exit $ac_status); } && 8308 (exit $ac_status); } &&
8767 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8309 { ac_try='test -z "$ac_cxx_werror_flag"
8310 || test ! -s conftest.err'
8768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8769 (eval $ac_try) 2>&5 8312 (eval $ac_try) 2>&5
8770 ac_status=$? 8313 ac_status=$?
8771 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8772 (exit $ac_status); }; } && 8315 (exit $ac_status); }; } &&
8826 grep -v '^ *+' conftest.er1 >conftest.err 8369 grep -v '^ *+' conftest.er1 >conftest.err
8827 rm -f conftest.er1 8370 rm -f conftest.er1
8828 cat conftest.err >&5 8371 cat conftest.err >&5
8829 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8830 (exit $ac_status); } && 8373 (exit $ac_status); } &&
8831 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8374 { ac_try='test -z "$ac_cxx_werror_flag"
8375 || test ! -s conftest.err'
8832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8833 (eval $ac_try) 2>&5 8377 (eval $ac_try) 2>&5
8834 ac_status=$? 8378 ac_status=$?
8835 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8836 (exit $ac_status); }; } && 8380 (exit $ac_status); }; } &&
8857See \`config.log' for more details." >&2;} 8401See \`config.log' for more details." >&2;}
8858 { (exit 1); exit 1; }; } ;; 8402 { (exit 1); exit 1; }; } ;;
8859esac 8403esac
8860else 8404else
8861 if test "$cross_compiling" = yes; then 8405 if test "$cross_compiling" = yes; then
8862 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 8406 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8863echo "$as_me: error: internal error: not reached in cross-compile" >&2;} 8407See \`config.log' for more details." >&5
8408echo "$as_me: error: cannot run test program while cross compiling
8409See \`config.log' for more details." >&2;}
8864 { (exit 1); exit 1; }; } 8410 { (exit 1); exit 1; }; }
8865else 8411else
8866 cat >conftest.$ac_ext <<_ACEOF 8412 cat >conftest.$ac_ext <<_ACEOF
8867/* confdefs.h. */ 8413/* confdefs.h. */
8868_ACEOF 8414_ACEOF
8970 grep -v '^ *+' conftest.er1 >conftest.err 8516 grep -v '^ *+' conftest.er1 >conftest.err
8971 rm -f conftest.er1 8517 rm -f conftest.er1
8972 cat conftest.err >&5 8518 cat conftest.err >&5
8973 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8974 (exit $ac_status); } && 8520 (exit $ac_status); } &&
8975 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8521 { ac_try='test -z "$ac_cxx_werror_flag"
8522 || test ! -s conftest.err'
8976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8977 (eval $ac_try) 2>&5 8524 (eval $ac_try) 2>&5
8978 ac_status=$? 8525 ac_status=$?
8979 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8980 (exit $ac_status); }; } && 8527 (exit $ac_status); }; } &&
9032 grep -v '^ *+' conftest.er1 >conftest.err 8579 grep -v '^ *+' conftest.er1 >conftest.err
9033 rm -f conftest.er1 8580 rm -f conftest.er1
9034 cat conftest.err >&5 8581 cat conftest.err >&5
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); } && 8583 (exit $ac_status); } &&
9037 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8584 { ac_try='test -z "$ac_cxx_werror_flag"
8585 || test ! -s conftest.err'
9038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9039 (eval $ac_try) 2>&5 8587 (eval $ac_try) 2>&5
9040 ac_status=$? 8588 ac_status=$?
9041 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9042 (exit $ac_status); }; } && 8590 (exit $ac_status); }; } &&
9072 grep -v '^ *+' conftest.er1 >conftest.err 8620 grep -v '^ *+' conftest.er1 >conftest.err
9073 rm -f conftest.er1 8621 rm -f conftest.er1
9074 cat conftest.err >&5 8622 cat conftest.err >&5
9075 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9076 (exit $ac_status); } && 8624 (exit $ac_status); } &&
9077 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8625 { ac_try='test -z "$ac_cxx_werror_flag"
8626 || test ! -s conftest.err'
9078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9079 (eval $ac_try) 2>&5 8628 (eval $ac_try) 2>&5
9080 ac_status=$? 8629 ac_status=$?
9081 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9082 (exit $ac_status); }; } && 8631 (exit $ac_status); }; } &&
9128 grep -v '^ *+' conftest.er1 >conftest.err 8677 grep -v '^ *+' conftest.er1 >conftest.err
9129 rm -f conftest.er1 8678 rm -f conftest.er1
9130 cat conftest.err >&5 8679 cat conftest.err >&5
9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132 (exit $ac_status); } && 8681 (exit $ac_status); } &&
9133 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8682 { ac_try='test -z "$ac_cxx_werror_flag"
8683 || test ! -s conftest.err'
9134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9135 (eval $ac_try) 2>&5 8685 (eval $ac_try) 2>&5
9136 ac_status=$? 8686 ac_status=$?
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); }; } && 8688 (exit $ac_status); }; } &&
9168 grep -v '^ *+' conftest.er1 >conftest.err 8718 grep -v '^ *+' conftest.er1 >conftest.err
9169 rm -f conftest.er1 8719 rm -f conftest.er1
9170 cat conftest.err >&5 8720 cat conftest.err >&5
9171 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9172 (exit $ac_status); } && 8722 (exit $ac_status); } &&
9173 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8723 { ac_try='test -z "$ac_cxx_werror_flag"
8724 || test ! -s conftest.err'
9174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9175 (eval $ac_try) 2>&5 8726 (eval $ac_try) 2>&5
9176 ac_status=$? 8727 ac_status=$?
9177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9178 (exit $ac_status); }; } && 8729 (exit $ac_status); }; } &&
9232 grep -v '^ *+' conftest.er1 >conftest.err 8783 grep -v '^ *+' conftest.er1 >conftest.err
9233 rm -f conftest.er1 8784 rm -f conftest.er1
9234 cat conftest.err >&5 8785 cat conftest.err >&5
9235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9236 (exit $ac_status); } && 8787 (exit $ac_status); } &&
9237 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8788 { ac_try='test -z "$ac_cxx_werror_flag"
8789 || test ! -s conftest.err'
9238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9239 (eval $ac_try) 2>&5 8791 (eval $ac_try) 2>&5
9240 ac_status=$? 8792 ac_status=$?
9241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9242 (exit $ac_status); }; } && 8794 (exit $ac_status); }; } &&
9263See \`config.log' for more details." >&2;} 8815See \`config.log' for more details." >&2;}
9264 { (exit 1); exit 1; }; } ;; 8816 { (exit 1); exit 1; }; } ;;
9265esac 8817esac
9266else 8818else
9267 if test "$cross_compiling" = yes; then 8819 if test "$cross_compiling" = yes; then
9268 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 8820 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9269echo "$as_me: error: internal error: not reached in cross-compile" >&2;} 8821See \`config.log' for more details." >&5
8822echo "$as_me: error: cannot run test program while cross compiling
8823See \`config.log' for more details." >&2;}
9270 { (exit 1); exit 1; }; } 8824 { (exit 1); exit 1; }; }
9271else 8825else
9272 cat >conftest.$ac_ext <<_ACEOF 8826 cat >conftest.$ac_ext <<_ACEOF
9273/* confdefs.h. */ 8827/* confdefs.h. */
9274_ACEOF 8828_ACEOF
9376 grep -v '^ *+' conftest.er1 >conftest.err 8930 grep -v '^ *+' conftest.er1 >conftest.err
9377 rm -f conftest.er1 8931 rm -f conftest.er1
9378 cat conftest.err >&5 8932 cat conftest.err >&5
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); } && 8934 (exit $ac_status); } &&
9381 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8935 { ac_try='test -z "$ac_cxx_werror_flag"
8936 || test ! -s conftest.err'
9382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9383 (eval $ac_try) 2>&5 8938 (eval $ac_try) 2>&5
9384 ac_status=$? 8939 ac_status=$?
9385 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9386 (exit $ac_status); }; } && 8941 (exit $ac_status); }; } &&
9438 grep -v '^ *+' conftest.er1 >conftest.err 8993 grep -v '^ *+' conftest.er1 >conftest.err
9439 rm -f conftest.er1 8994 rm -f conftest.er1
9440 cat conftest.err >&5 8995 cat conftest.err >&5
9441 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9442 (exit $ac_status); } && 8997 (exit $ac_status); } &&
9443 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8998 { ac_try='test -z "$ac_cxx_werror_flag"
8999 || test ! -s conftest.err'
9444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9445 (eval $ac_try) 2>&5 9001 (eval $ac_try) 2>&5
9446 ac_status=$? 9002 ac_status=$?
9447 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9448 (exit $ac_status); }; } && 9004 (exit $ac_status); }; } &&
9478 grep -v '^ *+' conftest.er1 >conftest.err 9034 grep -v '^ *+' conftest.er1 >conftest.err
9479 rm -f conftest.er1 9035 rm -f conftest.er1
9480 cat conftest.err >&5 9036 cat conftest.err >&5
9481 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9482 (exit $ac_status); } && 9038 (exit $ac_status); } &&
9483 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9039 { ac_try='test -z "$ac_cxx_werror_flag"
9040 || test ! -s conftest.err'
9484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9485 (eval $ac_try) 2>&5 9042 (eval $ac_try) 2>&5
9486 ac_status=$? 9043 ac_status=$?
9487 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9488 (exit $ac_status); }; } && 9045 (exit $ac_status); }; } &&
9534 grep -v '^ *+' conftest.er1 >conftest.err 9091 grep -v '^ *+' conftest.er1 >conftest.err
9535 rm -f conftest.er1 9092 rm -f conftest.er1
9536 cat conftest.err >&5 9093 cat conftest.err >&5
9537 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538 (exit $ac_status); } && 9095 (exit $ac_status); } &&
9539 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9096 { ac_try='test -z "$ac_cxx_werror_flag"
9097 || test ! -s conftest.err'
9540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9541 (eval $ac_try) 2>&5 9099 (eval $ac_try) 2>&5
9542 ac_status=$? 9100 ac_status=$?
9543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9544 (exit $ac_status); }; } && 9102 (exit $ac_status); }; } &&
9574 grep -v '^ *+' conftest.er1 >conftest.err 9132 grep -v '^ *+' conftest.er1 >conftest.err
9575 rm -f conftest.er1 9133 rm -f conftest.er1
9576 cat conftest.err >&5 9134 cat conftest.err >&5
9577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9578 (exit $ac_status); } && 9136 (exit $ac_status); } &&
9579 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9137 { ac_try='test -z "$ac_cxx_werror_flag"
9138 || test ! -s conftest.err'
9580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9581 (eval $ac_try) 2>&5 9140 (eval $ac_try) 2>&5
9582 ac_status=$? 9141 ac_status=$?
9583 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9584 (exit $ac_status); }; } && 9143 (exit $ac_status); }; } &&
9638 grep -v '^ *+' conftest.er1 >conftest.err 9197 grep -v '^ *+' conftest.er1 >conftest.err
9639 rm -f conftest.er1 9198 rm -f conftest.er1
9640 cat conftest.err >&5 9199 cat conftest.err >&5
9641 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642 (exit $ac_status); } && 9201 (exit $ac_status); } &&
9643 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9202 { ac_try='test -z "$ac_cxx_werror_flag"
9203 || test ! -s conftest.err'
9644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9645 (eval $ac_try) 2>&5 9205 (eval $ac_try) 2>&5
9646 ac_status=$? 9206 ac_status=$?
9647 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9648 (exit $ac_status); }; } && 9208 (exit $ac_status); }; } &&
9669See \`config.log' for more details." >&2;} 9229See \`config.log' for more details." >&2;}
9670 { (exit 1); exit 1; }; } ;; 9230 { (exit 1); exit 1; }; } ;;
9671esac 9231esac
9672else 9232else
9673 if test "$cross_compiling" = yes; then 9233 if test "$cross_compiling" = yes; then
9674 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 9234 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9675echo "$as_me: error: internal error: not reached in cross-compile" >&2;} 9235See \`config.log' for more details." >&5
9236echo "$as_me: error: cannot run test program while cross compiling
9237See \`config.log' for more details." >&2;}
9676 { (exit 1); exit 1; }; } 9238 { (exit 1); exit 1; }; }
9677else 9239else
9678 cat >conftest.$ac_ext <<_ACEOF 9240 cat >conftest.$ac_ext <<_ACEOF
9679/* confdefs.h. */ 9241/* confdefs.h. */
9680_ACEOF 9242_ACEOF
9781 grep -v '^ *+' conftest.er1 >conftest.err 9343 grep -v '^ *+' conftest.er1 >conftest.err
9782 rm -f conftest.er1 9344 rm -f conftest.er1
9783 cat conftest.err >&5 9345 cat conftest.err >&5
9784 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9785 (exit $ac_status); } && 9347 (exit $ac_status); } &&
9786 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9348 { ac_try='test -z "$ac_cxx_werror_flag"
9349 || test ! -s conftest.err'
9787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9788 (eval $ac_try) 2>&5 9351 (eval $ac_try) 2>&5
9789 ac_status=$? 9352 ac_status=$?
9790 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9791 (exit $ac_status); }; } && 9354 (exit $ac_status); }; } &&
9863 grep -v '^ *+' conftest.er1 >conftest.err 9426 grep -v '^ *+' conftest.er1 >conftest.err
9864 rm -f conftest.er1 9427 rm -f conftest.er1
9865 cat conftest.err >&5 9428 cat conftest.err >&5
9866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9867 (exit $ac_status); } && 9430 (exit $ac_status); } &&
9868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9431 { ac_try='test -z "$ac_cxx_werror_flag"
9432 || test ! -s conftest.err'
9869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9870 (eval $ac_try) 2>&5 9434 (eval $ac_try) 2>&5
9871 ac_status=$? 9435 ac_status=$?
9872 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9873 (exit $ac_status); }; } && 9437 (exit $ac_status); }; } &&
9945 grep -v '^ *+' conftest.er1 >conftest.err 9509 grep -v '^ *+' conftest.er1 >conftest.err
9946 rm -f conftest.er1 9510 rm -f conftest.er1
9947 cat conftest.err >&5 9511 cat conftest.err >&5
9948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9949 (exit $ac_status); } && 9513 (exit $ac_status); } &&
9950 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9514 { ac_try='test -z "$ac_cxx_werror_flag"
9515 || test ! -s conftest.err'
9951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9952 (eval $ac_try) 2>&5 9517 (eval $ac_try) 2>&5
9953 ac_status=$? 9518 ac_status=$?
9954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955 (exit $ac_status); }; } && 9520 (exit $ac_status); }; } &&
10027 grep -v '^ *+' conftest.er1 >conftest.err 9592 grep -v '^ *+' conftest.er1 >conftest.err
10028 rm -f conftest.er1 9593 rm -f conftest.er1
10029 cat conftest.err >&5 9594 cat conftest.err >&5
10030 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10031 (exit $ac_status); } && 9596 (exit $ac_status); } &&
10032 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9597 { ac_try='test -z "$ac_cxx_werror_flag"
9598 || test ! -s conftest.err'
10033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10034 (eval $ac_try) 2>&5 9600 (eval $ac_try) 2>&5
10035 ac_status=$? 9601 ac_status=$?
10036 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10037 (exit $ac_status); }; } && 9603 (exit $ac_status); }; } &&
10139 grep -v '^ *+' conftest.er1 >conftest.err 9705 grep -v '^ *+' conftest.er1 >conftest.err
10140 rm -f conftest.er1 9706 rm -f conftest.er1
10141 cat conftest.err >&5 9707 cat conftest.err >&5
10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); } && 9709 (exit $ac_status); } &&
10144 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9710 { ac_try='test -z "$ac_cxx_werror_flag"
9711 || test ! -s conftest.err'
10145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10146 (eval $ac_try) 2>&5 9713 (eval $ac_try) 2>&5
10147 ac_status=$? 9714 ac_status=$?
10148 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10149 (exit $ac_status); }; } && 9716 (exit $ac_status); }; } &&
10169#define RETSIGTYPE $ac_cv_type_signal 9736#define RETSIGTYPE $ac_cv_type_signal
10170_ACEOF 9737_ACEOF
10171 9738
10172 9739
10173 9740
10174case "$host_alias" in
10175 *ultrix) ac_cv_func_setsid='no' ;;
10176 *) break;;
10177esac
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195 9741
10196 9742
10197 9743
10198for ac_func in \ 9744for ac_func in \
10199 atexit \
10200 revoke \
10201 unsetenv \ 9745 unsetenv \
10202 setutent \ 9746 setutent \
10203 seteuid \
10204 setreuid \
10205 setsid \
10206 setpgrp \
10207 setpgid \
10208 openpty \
10209 _getpty \
10210 grantpt \
10211 unlockpt \
10212 isastream \
10213 on_exit \ 9747 on_exit \
10214 nanosleep \
10215 updwtmp \
10216 updwtmpx \
10217 ttyslot \
10218 9748
10219do 9749do
10220as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9750as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10221echo "$as_me:$LINENO: checking for $ac_func" >&5 9751echo "$as_me:$LINENO: checking for $ac_func" >&5
10222echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9752echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10281 grep -v '^ *+' conftest.er1 >conftest.err 9811 grep -v '^ *+' conftest.er1 >conftest.err
10282 rm -f conftest.er1 9812 rm -f conftest.er1
10283 cat conftest.err >&5 9813 cat conftest.err >&5
10284 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10285 (exit $ac_status); } && 9815 (exit $ac_status); } &&
10286 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9816 { ac_try='test -z "$ac_cxx_werror_flag"
9817 || test ! -s conftest.err'
10287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10288 (eval $ac_try) 2>&5 9819 (eval $ac_try) 2>&5
10289 ac_status=$? 9820 ac_status=$?
10290 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10291 (exit $ac_status); }; } && 9822 (exit $ac_status); }; } &&
10315fi 9846fi
10316done 9847done
10317 9848
10318 9849
10319 9850
9851support_utmp=yes
9852support_wtmp=yes
9853support_lastlog=yes
9854
9855# Check whether --enable-utmp or --disable-utmp was given.
9856if test "${enable_utmp+set}" = set; then
9857 enableval="$enable_utmp"
9858 if test x$enableval = xyes -o x$enableval = xno; then
9859 support_utmp=$enableval
9860 fi
9861fi;
9862
9863# Check whether --enable-wtmp or --disable-wtmp was given.
9864if test "${enable_wtmp+set}" = set; then
9865 enableval="$enable_wtmp"
9866 if test x$enableval = xyes -o x$enableval = xno; then
9867 support_wtmp=$enableval
9868 fi
9869fi;
9870
9871# Check whether --enable-lastlog or --disable-lastlog was given.
9872if test "${enable_lastlog+set}" = set; then
9873 enableval="$enable_lastlog"
9874 if test x$enableval = xyes -o x$enableval = xno; then
9875 support_lastlog=$enableval
9876 fi
9877fi;
9878
9879if test x$support_utmp = xyes; then
9880
9881cat >>confdefs.h <<\_ACEOF
9882#define UTMP_SUPPORT 1
9883_ACEOF
9884
9885fi
9886if test x$support_wtmp = xyes; then
9887
9888cat >>confdefs.h <<\_ACEOF
9889#define WTMP_SUPPORT 1
9890_ACEOF
9891
9892fi
9893if test x$support_lastlog = xyes; then
9894
9895cat >>confdefs.h <<\_ACEOF
9896#define LASTLOG_SUPPORT 1
9897_ACEOF
9898
9899fi
9900
9901
9902
9903
9904for ac_func in \
9905 ttyslot \
9906 updwtmp \
9907 updwtmpx \
9908
9909do
9910as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9911echo "$as_me:$LINENO: checking for $ac_func" >&5
9912echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9913if eval "test \"\${$as_ac_var+set}\" = set"; then
9914 echo $ECHO_N "(cached) $ECHO_C" >&6
9915else
9916 cat >conftest.$ac_ext <<_ACEOF
9917/* confdefs.h. */
9918_ACEOF
9919cat confdefs.h >>conftest.$ac_ext
9920cat >>conftest.$ac_ext <<_ACEOF
9921/* end confdefs.h. */
9922/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9923 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9924#define $ac_func innocuous_$ac_func
9925
9926/* System header to define __stub macros and hopefully few prototypes,
9927 which can conflict with char $ac_func (); below.
9928 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9929 <limits.h> exists even on freestanding compilers. */
9930
9931#ifdef __STDC__
9932# include <limits.h>
9933#else
9934# include <assert.h>
9935#endif
9936
9937#undef $ac_func
9938
9939/* Override any gcc2 internal prototype to avoid an error. */
9940#ifdef __cplusplus
9941extern "C"
9942{
9943#endif
9944/* We use char because int might match the return type of a gcc2
9945 builtin and then its argument prototype would still apply. */
9946char $ac_func ();
9947/* The GNU C library defines this for functions which it implements
9948 to always fail with ENOSYS. Some functions are actually named
9949 something starting with __ and the normal name is an alias. */
9950#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9951choke me
9952#else
9953char (*f) () = $ac_func;
9954#endif
9955#ifdef __cplusplus
9956}
9957#endif
9958
9959int
9960main ()
9961{
9962return f != $ac_func;
9963 ;
9964 return 0;
9965}
9966_ACEOF
9967rm -f conftest.$ac_objext conftest$ac_exeext
9968if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9969 (eval $ac_link) 2>conftest.er1
9970 ac_status=$?
9971 grep -v '^ *+' conftest.er1 >conftest.err
9972 rm -f conftest.er1
9973 cat conftest.err >&5
9974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9975 (exit $ac_status); } &&
9976 { ac_try='test -z "$ac_cxx_werror_flag"
9977 || test ! -s conftest.err'
9978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9979 (eval $ac_try) 2>&5
9980 ac_status=$?
9981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9982 (exit $ac_status); }; } &&
9983 { ac_try='test -s conftest$ac_exeext'
9984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9985 (eval $ac_try) 2>&5
9986 ac_status=$?
9987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 (exit $ac_status); }; }; then
9989 eval "$as_ac_var=yes"
9990else
9991 echo "$as_me: failed program was:" >&5
9992sed 's/^/| /' conftest.$ac_ext >&5
9993
9994eval "$as_ac_var=no"
9995fi
9996rm -f conftest.err conftest.$ac_objext \
9997 conftest$ac_exeext conftest.$ac_ext
9998fi
9999echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10000echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10001if test `eval echo '${'$as_ac_var'}'` = yes; then
10002 cat >>confdefs.h <<_ACEOF
10003#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10004_ACEOF
10005
10006fi
10007done
10008
10009
10010
10011
10012
10013for ac_header in \
10014 utmp.h \
10015 utmpx.h \
10016 lastlog.h \
10017
10018do
10019as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10020if eval "test \"\${$as_ac_Header+set}\" = set"; then
10021 echo "$as_me:$LINENO: checking for $ac_header" >&5
10022echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10023if eval "test \"\${$as_ac_Header+set}\" = set"; then
10024 echo $ECHO_N "(cached) $ECHO_C" >&6
10025fi
10026echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10027echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10028else
10029 # Is the header compilable?
10030echo "$as_me:$LINENO: checking $ac_header usability" >&5
10031echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10032cat >conftest.$ac_ext <<_ACEOF
10033/* confdefs.h. */
10034_ACEOF
10035cat confdefs.h >>conftest.$ac_ext
10036cat >>conftest.$ac_ext <<_ACEOF
10037/* end confdefs.h. */
10038$ac_includes_default
10039#include <$ac_header>
10040_ACEOF
10041rm -f conftest.$ac_objext
10042if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10043 (eval $ac_compile) 2>conftest.er1
10044 ac_status=$?
10045 grep -v '^ *+' conftest.er1 >conftest.err
10046 rm -f conftest.er1
10047 cat conftest.err >&5
10048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049 (exit $ac_status); } &&
10050 { ac_try='test -z "$ac_cxx_werror_flag"
10051 || test ! -s conftest.err'
10052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10053 (eval $ac_try) 2>&5
10054 ac_status=$?
10055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10056 (exit $ac_status); }; } &&
10057 { ac_try='test -s conftest.$ac_objext'
10058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10059 (eval $ac_try) 2>&5
10060 ac_status=$?
10061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10062 (exit $ac_status); }; }; then
10063 ac_header_compiler=yes
10064else
10065 echo "$as_me: failed program was:" >&5
10066sed 's/^/| /' conftest.$ac_ext >&5
10067
10068ac_header_compiler=no
10069fi
10070rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10071echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10072echo "${ECHO_T}$ac_header_compiler" >&6
10073
10074# Is the header present?
10075echo "$as_me:$LINENO: checking $ac_header presence" >&5
10076echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10077cat >conftest.$ac_ext <<_ACEOF
10078/* confdefs.h. */
10079_ACEOF
10080cat confdefs.h >>conftest.$ac_ext
10081cat >>conftest.$ac_ext <<_ACEOF
10082/* end confdefs.h. */
10083#include <$ac_header>
10084_ACEOF
10085if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10086 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10087 ac_status=$?
10088 grep -v '^ *+' conftest.er1 >conftest.err
10089 rm -f conftest.er1
10090 cat conftest.err >&5
10091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10092 (exit $ac_status); } >/dev/null; then
10093 if test -s conftest.err; then
10094 ac_cpp_err=$ac_cxx_preproc_warn_flag
10095 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10096 else
10097 ac_cpp_err=
10098 fi
10099else
10100 ac_cpp_err=yes
10101fi
10102if test -z "$ac_cpp_err"; then
10103 ac_header_preproc=yes
10104else
10105 echo "$as_me: failed program was:" >&5
10106sed 's/^/| /' conftest.$ac_ext >&5
10107
10108 ac_header_preproc=no
10109fi
10110rm -f conftest.err conftest.$ac_ext
10111echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10112echo "${ECHO_T}$ac_header_preproc" >&6
10113
10114# So? What about this header?
10115case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10116 yes:no: )
10117 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10118echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10119 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10120echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10121 ac_header_preproc=yes
10122 ;;
10123 no:yes:* )
10124 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10125echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10126 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10127echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10128 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10129echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10130 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10131echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10132 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10133echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10134 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10135echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10136 (
10137 cat <<\_ASBOX
10138## ------------------------------------------ ##
10139## Report this to the AC_PACKAGE_NAME lists. ##
10140## ------------------------------------------ ##
10141_ASBOX
10142 ) |
10143 sed "s/^/$as_me: WARNING: /" >&2
10144 ;;
10145esac
10146echo "$as_me:$LINENO: checking for $ac_header" >&5
10147echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10148if eval "test \"\${$as_ac_Header+set}\" = set"; then
10149 echo $ECHO_N "(cached) $ECHO_C" >&6
10150else
10151 eval "$as_ac_Header=\$ac_header_preproc"
10152fi
10153echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10154echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10155
10156fi
10157if test `eval echo '${'$as_ac_Header'}'` = yes; then
10158 cat >>confdefs.h <<_ACEOF
10159#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10160_ACEOF
10161
10162fi
10163
10164done
10165
10166
10167
10320if test "${ac_cv_header_utmp_h+set}" = set; then 10168if test "${ac_cv_header_utmp_h+set}" = set; then
10321 echo "$as_me:$LINENO: checking for utmp.h" >&5 10169 echo "$as_me:$LINENO: checking for utmp.h" >&5
10322echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6 10170echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10323if test "${ac_cv_header_utmp_h+set}" = set; then 10171if test "${ac_cv_header_utmp_h+set}" = set; then
10324 echo $ECHO_N "(cached) $ECHO_C" >&6 10172 echo $ECHO_N "(cached) $ECHO_C" >&6
10345 grep -v '^ *+' conftest.er1 >conftest.err 10193 grep -v '^ *+' conftest.er1 >conftest.err
10346 rm -f conftest.er1 10194 rm -f conftest.er1
10347 cat conftest.err >&5 10195 cat conftest.err >&5
10348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10349 (exit $ac_status); } && 10197 (exit $ac_status); } &&
10350 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10198 { ac_try='test -z "$ac_cxx_werror_flag"
10199 || test ! -s conftest.err'
10351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10352 (eval $ac_try) 2>&5 10201 (eval $ac_try) 2>&5
10353 ac_status=$? 10202 ac_status=$?
10354 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10355 (exit $ac_status); }; } && 10204 (exit $ac_status); }; } &&
10454 10303
10455fi 10304fi
10456if test $ac_cv_header_utmp_h = yes; then 10305if test $ac_cv_header_utmp_h = yes; then
10457 echo "$as_me:$LINENO: checking for struct utmp" >&5 10306 echo "$as_me:$LINENO: checking for struct utmp" >&5
10458echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6 10307echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10459if test "${rxvt_cv_struct_utmp+set}" = set; then 10308if test "${struct_utmp+set}" = set; then
10460 echo $ECHO_N "(cached) $ECHO_C" >&6 10309 echo $ECHO_N "(cached) $ECHO_C" >&6
10461else 10310else
10462 cat >conftest.$ac_ext <<_ACEOF 10311 cat >conftest.$ac_ext <<_ACEOF
10463/* confdefs.h. */ 10312/* confdefs.h. */
10464_ACEOF 10313_ACEOF
10465cat confdefs.h >>conftest.$ac_ext 10314cat confdefs.h >>conftest.$ac_ext
10466cat >>conftest.$ac_ext <<_ACEOF 10315cat >>conftest.$ac_ext <<_ACEOF
10467/* end confdefs.h. */ 10316/* end confdefs.h. */
10468#include <sys/types.h> 10317#include <sys/types.h>
10469#include <stdint.h>
10470#include <utmp.h> 10318#include <utmp.h>
10471int 10319int
10472main () 10320main ()
10473{ 10321{
10474struct utmp ut; 10322struct utmp ut;
10483 grep -v '^ *+' conftest.er1 >conftest.err 10331 grep -v '^ *+' conftest.er1 >conftest.err
10484 rm -f conftest.er1 10332 rm -f conftest.er1
10485 cat conftest.err >&5 10333 cat conftest.err >&5
10486 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10487 (exit $ac_status); } && 10335 (exit $ac_status); } &&
10488 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10336 { ac_try='test -z "$ac_cxx_werror_flag"
10337 || test ! -s conftest.err'
10489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10490 (eval $ac_try) 2>&5 10339 (eval $ac_try) 2>&5
10491 ac_status=$? 10340 ac_status=$?
10492 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10493 (exit $ac_status); }; } && 10342 (exit $ac_status); }; } &&
10495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10496 (eval $ac_try) 2>&5 10345 (eval $ac_try) 2>&5
10497 ac_status=$? 10346 ac_status=$?
10498 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10499 (exit $ac_status); }; }; then 10348 (exit $ac_status); }; }; then
10500 rxvt_cv_struct_utmp=yes 10349 struct_utmp=yes
10501else 10350else
10502 echo "$as_me: failed program was:" >&5 10351 echo "$as_me: failed program was:" >&5
10503sed 's/^/| /' conftest.$ac_ext >&5 10352sed 's/^/| /' conftest.$ac_ext >&5
10504 10353
10505rxvt_cv_struct_utmp=no 10354struct_utmp=no
10506fi 10355fi
10507rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10356rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10508fi 10357fi
10509echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5 10358echo "$as_me:$LINENO: result: $struct_utmp" >&5
10510echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6 10359echo "${ECHO_T}$struct_utmp" >&6
10511if test x$rxvt_cv_struct_utmp = xyes; then 10360if test x$struct_utmp = xyes; then
10512 10361
10513cat >>confdefs.h <<\_ACEOF 10362cat >>confdefs.h <<\_ACEOF
10514#define HAVE_STRUCT_UTMP 1 10363#define HAVE_STRUCT_UTMP 1
10515_ACEOF 10364_ACEOF
10516 10365
10517fi 10366fi
10518 10367
10519 10368
10520echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5 10369echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10521echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6 10370echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10522if test "${rxvt_cv_struct_utmp_host+set}" = set; then 10371if test "${struct_utmp_host+set}" = set; then
10523 echo $ECHO_N "(cached) $ECHO_C" >&6 10372 echo $ECHO_N "(cached) $ECHO_C" >&6
10524else 10373else
10525 cat >conftest.$ac_ext <<_ACEOF 10374 cat >conftest.$ac_ext <<_ACEOF
10526/* confdefs.h. */ 10375/* confdefs.h. */
10527_ACEOF 10376_ACEOF
10545 grep -v '^ *+' conftest.er1 >conftest.err 10394 grep -v '^ *+' conftest.er1 >conftest.err
10546 rm -f conftest.er1 10395 rm -f conftest.er1
10547 cat conftest.err >&5 10396 cat conftest.err >&5
10548 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10549 (exit $ac_status); } && 10398 (exit $ac_status); } &&
10550 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10399 { ac_try='test -z "$ac_cxx_werror_flag"
10400 || test ! -s conftest.err'
10551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10552 (eval $ac_try) 2>&5 10402 (eval $ac_try) 2>&5
10553 ac_status=$? 10403 ac_status=$?
10554 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10555 (exit $ac_status); }; } && 10405 (exit $ac_status); }; } &&
10557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10558 (eval $ac_try) 2>&5 10408 (eval $ac_try) 2>&5
10559 ac_status=$? 10409 ac_status=$?
10560 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10561 (exit $ac_status); }; }; then 10411 (exit $ac_status); }; }; then
10562 rxvt_cv_struct_utmp_host=yes 10412 struct_utmp_host=yes
10563else 10413else
10564 echo "$as_me: failed program was:" >&5 10414 echo "$as_me: failed program was:" >&5
10565sed 's/^/| /' conftest.$ac_ext >&5 10415sed 's/^/| /' conftest.$ac_ext >&5
10566 10416
10567rxvt_cv_struct_utmp_host=no 10417struct_utmp_host=no
10568fi 10418fi
10569rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10419rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10570fi 10420fi
10571echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5 10421echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
10572echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6 10422echo "${ECHO_T}$struct_utmp_host" >&6
10573if test x$rxvt_cv_struct_utmp_host = xyes; then 10423if test x$struct_utmp_host = xyes; then
10574 10424
10575cat >>confdefs.h <<\_ACEOF 10425cat >>confdefs.h <<\_ACEOF
10576#define HAVE_UTMP_HOST 1 10426#define HAVE_UTMP_HOST 1
10577_ACEOF 10427_ACEOF
10578 10428
10579fi 10429fi
10580 10430
10581echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5 10431echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10582echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6 10432echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10583if test "${rxvt_cv_struct_utmp_pid+set}" = set; then 10433if test "${struct_utmp_pid+set}" = set; then
10584 echo $ECHO_N "(cached) $ECHO_C" >&6 10434 echo $ECHO_N "(cached) $ECHO_C" >&6
10585else 10435else
10586 cat >conftest.$ac_ext <<_ACEOF 10436 cat >conftest.$ac_ext <<_ACEOF
10587/* confdefs.h. */ 10437/* confdefs.h. */
10588_ACEOF 10438_ACEOF
10606 grep -v '^ *+' conftest.er1 >conftest.err 10456 grep -v '^ *+' conftest.er1 >conftest.err
10607 rm -f conftest.er1 10457 rm -f conftest.er1
10608 cat conftest.err >&5 10458 cat conftest.err >&5
10609 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10610 (exit $ac_status); } && 10460 (exit $ac_status); } &&
10611 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10461 { ac_try='test -z "$ac_cxx_werror_flag"
10462 || test ! -s conftest.err'
10612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10613 (eval $ac_try) 2>&5 10464 (eval $ac_try) 2>&5
10614 ac_status=$? 10465 ac_status=$?
10615 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10616 (exit $ac_status); }; } && 10467 (exit $ac_status); }; } &&
10618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10619 (eval $ac_try) 2>&5 10470 (eval $ac_try) 2>&5
10620 ac_status=$? 10471 ac_status=$?
10621 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10622 (exit $ac_status); }; }; then 10473 (exit $ac_status); }; }; then
10623 rxvt_cv_struct_utmp_pid=yes 10474 struct_utmp_pid=yes
10624else 10475else
10625 echo "$as_me: failed program was:" >&5 10476 echo "$as_me: failed program was:" >&5
10626sed 's/^/| /' conftest.$ac_ext >&5 10477sed 's/^/| /' conftest.$ac_ext >&5
10627 10478
10628rxvt_cv_struct_utmp_pid=no 10479struct_utmp_pid=no
10629fi 10480fi
10630rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10481rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10631fi 10482fi
10632echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5 10483echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
10633echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6 10484echo "${ECHO_T}$struct_utmp_pid" >&6
10634if test x$rxvt_cv_struct_utmp_pid = xyes; then 10485if test x$struct_utmp_pid = xyes; then
10635 10486
10636cat >>confdefs.h <<\_ACEOF 10487cat >>confdefs.h <<\_ACEOF
10637#define HAVE_UTMP_PID 1 10488#define HAVE_UTMP_PID 1
10638_ACEOF 10489_ACEOF
10639 10490
10671 grep -v '^ *+' conftest.er1 >conftest.err 10522 grep -v '^ *+' conftest.er1 >conftest.err
10672 rm -f conftest.er1 10523 rm -f conftest.er1
10673 cat conftest.err >&5 10524 cat conftest.err >&5
10674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10675 (exit $ac_status); } && 10526 (exit $ac_status); } &&
10676 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10527 { ac_try='test -z "$ac_cxx_werror_flag"
10528 || test ! -s conftest.err'
10677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10678 (eval $ac_try) 2>&5 10530 (eval $ac_try) 2>&5
10679 ac_status=$? 10531 ac_status=$?
10680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10681 (exit $ac_status); }; } && 10533 (exit $ac_status); }; } &&
10780 10632
10781fi 10633fi
10782if test $ac_cv_header_utmpx_h = yes; then 10634if test $ac_cv_header_utmpx_h = yes; then
10783 echo "$as_me:$LINENO: checking for struct utmpx" >&5 10635 echo "$as_me:$LINENO: checking for struct utmpx" >&5
10784echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6 10636echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10785if test "${rxvt_cv_struct_utmpx+set}" = set; then 10637if test "${struct_utmpx+set}" = set; then
10786 echo $ECHO_N "(cached) $ECHO_C" >&6 10638 echo $ECHO_N "(cached) $ECHO_C" >&6
10787else 10639else
10788 cat >conftest.$ac_ext <<_ACEOF 10640 cat >conftest.$ac_ext <<_ACEOF
10789/* confdefs.h. */ 10641/* confdefs.h. */
10790_ACEOF 10642_ACEOF
10808 grep -v '^ *+' conftest.er1 >conftest.err 10660 grep -v '^ *+' conftest.er1 >conftest.err
10809 rm -f conftest.er1 10661 rm -f conftest.er1
10810 cat conftest.err >&5 10662 cat conftest.err >&5
10811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10812 (exit $ac_status); } && 10664 (exit $ac_status); } &&
10813 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10665 { ac_try='test -z "$ac_cxx_werror_flag"
10666 || test ! -s conftest.err'
10814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10815 (eval $ac_try) 2>&5 10668 (eval $ac_try) 2>&5
10816 ac_status=$? 10669 ac_status=$?
10817 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10818 (exit $ac_status); }; } && 10671 (exit $ac_status); }; } &&
10820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10821 (eval $ac_try) 2>&5 10674 (eval $ac_try) 2>&5
10822 ac_status=$? 10675 ac_status=$?
10823 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); }; }; then 10677 (exit $ac_status); }; }; then
10825 rxvt_cv_struct_utmpx=yes 10678 struct_utmpx=yes
10826else 10679else
10827 echo "$as_me: failed program was:" >&5 10680 echo "$as_me: failed program was:" >&5
10828sed 's/^/| /' conftest.$ac_ext >&5 10681sed 's/^/| /' conftest.$ac_ext >&5
10829 10682
10830rxvt_cv_struct_utmpx=no 10683struct_utmpx=no
10831fi 10684fi
10832rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10685rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10833fi 10686fi
10834echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5 10687echo "$as_me:$LINENO: result: $struct_utmpx" >&5
10835echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6 10688echo "${ECHO_T}$struct_utmpx" >&6
10836if test x$rxvt_cv_struct_utmpx = xyes; then 10689if test x$struct_utmpx = xyes; then
10837 10690
10838cat >>confdefs.h <<\_ACEOF 10691cat >>confdefs.h <<\_ACEOF
10839#define HAVE_STRUCT_UTMPX 1 10692#define HAVE_STRUCT_UTMPX 1
10840_ACEOF 10693_ACEOF
10841 10694
10842fi 10695fi
10843 10696
10844 10697
10845echo "$as_me:$LINENO: checking for host in utmpx struct" >&5 10698echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10846echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6 10699echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10847if test "${rxvt_cv_struct_utmpx_host+set}" = set; then 10700if test "${struct_utmpx_host+set}" = set; then
10848 echo $ECHO_N "(cached) $ECHO_C" >&6 10701 echo $ECHO_N "(cached) $ECHO_C" >&6
10849else 10702else
10850 cat >conftest.$ac_ext <<_ACEOF 10703 cat >conftest.$ac_ext <<_ACEOF
10851/* confdefs.h. */ 10704/* confdefs.h. */
10852_ACEOF 10705_ACEOF
10870 grep -v '^ *+' conftest.er1 >conftest.err 10723 grep -v '^ *+' conftest.er1 >conftest.err
10871 rm -f conftest.er1 10724 rm -f conftest.er1
10872 cat conftest.err >&5 10725 cat conftest.err >&5
10873 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10874 (exit $ac_status); } && 10727 (exit $ac_status); } &&
10875 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10728 { ac_try='test -z "$ac_cxx_werror_flag"
10729 || test ! -s conftest.err'
10876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10877 (eval $ac_try) 2>&5 10731 (eval $ac_try) 2>&5
10878 ac_status=$? 10732 ac_status=$?
10879 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10880 (exit $ac_status); }; } && 10734 (exit $ac_status); }; } &&
10882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10883 (eval $ac_try) 2>&5 10737 (eval $ac_try) 2>&5
10884 ac_status=$? 10738 ac_status=$?
10885 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10886 (exit $ac_status); }; }; then 10740 (exit $ac_status); }; }; then
10887 rxvt_cv_struct_utmpx_host=yes 10741 struct_utmpx_host=yes
10888else 10742else
10889 echo "$as_me: failed program was:" >&5 10743 echo "$as_me: failed program was:" >&5
10890sed 's/^/| /' conftest.$ac_ext >&5 10744sed 's/^/| /' conftest.$ac_ext >&5
10891 10745
10892rxvt_cv_struct_utmpx_host=no 10746struct_utmpx_host=no
10893fi 10747fi
10894rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10748rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10895fi 10749fi
10896echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5 10750echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
10897echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6 10751echo "${ECHO_T}$struct_utmpx_host" >&6
10898if test x$rxvt_cv_struct_utmpx_host = xyes; then 10752if test x$struct_utmpx_host = xyes; then
10899 10753
10900cat >>confdefs.h <<\_ACEOF 10754cat >>confdefs.h <<\_ACEOF
10901#define HAVE_UTMPX_HOST 1 10755#define HAVE_UTMPX_HOST 1
10902_ACEOF 10756_ACEOF
10903 10757
10904fi 10758fi
10905 10759
10906echo "$as_me:$LINENO: checking for session in utmpx struct" >&5 10760echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10907echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6 10761echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10908if test "${rxvt_cv_struct_utmpx_session+set}" = set; then 10762if test "${struct_utmpx_session+set}" = set; then
10909 echo $ECHO_N "(cached) $ECHO_C" >&6 10763 echo $ECHO_N "(cached) $ECHO_C" >&6
10910else 10764else
10911 cat >conftest.$ac_ext <<_ACEOF 10765 cat >conftest.$ac_ext <<_ACEOF
10912/* confdefs.h. */ 10766/* confdefs.h. */
10913_ACEOF 10767_ACEOF
10931 grep -v '^ *+' conftest.er1 >conftest.err 10785 grep -v '^ *+' conftest.er1 >conftest.err
10932 rm -f conftest.er1 10786 rm -f conftest.er1
10933 cat conftest.err >&5 10787 cat conftest.err >&5
10934 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10935 (exit $ac_status); } && 10789 (exit $ac_status); } &&
10936 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10790 { ac_try='test -z "$ac_cxx_werror_flag"
10791 || test ! -s conftest.err'
10937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10938 (eval $ac_try) 2>&5 10793 (eval $ac_try) 2>&5
10939 ac_status=$? 10794 ac_status=$?
10940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10941 (exit $ac_status); }; } && 10796 (exit $ac_status); }; } &&
10943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10944 (eval $ac_try) 2>&5 10799 (eval $ac_try) 2>&5
10945 ac_status=$? 10800 ac_status=$?
10946 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10947 (exit $ac_status); }; }; then 10802 (exit $ac_status); }; }; then
10948 rxvt_cv_struct_utmpx_session=yes 10803 struct_utmpx_session=yes
10949else 10804else
10950 echo "$as_me: failed program was:" >&5 10805 echo "$as_me: failed program was:" >&5
10951sed 's/^/| /' conftest.$ac_ext >&5 10806sed 's/^/| /' conftest.$ac_ext >&5
10952 10807
10953rxvt_cv_struct_utmpx_session=no 10808struct_utmpx_session=no
10954fi 10809fi
10955rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10810rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10956fi 10811fi
10957echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5 10812echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
10958echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6 10813echo "${ECHO_T}$struct_utmpx_session" >&6
10959if test x$rxvt_cv_struct_utmpx_session = xyes; then 10814if test x$struct_utmpx_session = xyes; then
10960 10815
10961cat >>confdefs.h <<\_ACEOF 10816cat >>confdefs.h <<\_ACEOF
10962#define HAVE_UTMPX_SESSION 1 10817#define HAVE_UTMPX_SESSION 1
10963_ACEOF 10818_ACEOF
10964 10819
10967fi 10822fi
10968 10823
10969 10824
10970echo "$as_me:$LINENO: checking for struct lastlog" >&5 10825echo "$as_me:$LINENO: checking for struct lastlog" >&5
10971echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6 10826echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10972if test "${rxvt_cv_struct_lastlog+set}" = set; then 10827if test "${struct_lastlog+set}" = set; then
10973 echo $ECHO_N "(cached) $ECHO_C" >&6 10828 echo $ECHO_N "(cached) $ECHO_C" >&6
10974else 10829else
10975 cat >conftest.$ac_ext <<_ACEOF 10830 cat >conftest.$ac_ext <<_ACEOF
10976/* confdefs.h. */ 10831/* confdefs.h. */
10977_ACEOF 10832_ACEOF
10999 grep -v '^ *+' conftest.er1 >conftest.err 10854 grep -v '^ *+' conftest.er1 >conftest.err
11000 rm -f conftest.er1 10855 rm -f conftest.er1
11001 cat conftest.err >&5 10856 cat conftest.err >&5
11002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11003 (exit $ac_status); } && 10858 (exit $ac_status); } &&
11004 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10859 { ac_try='test -z "$ac_cxx_werror_flag"
10860 || test ! -s conftest.err'
11005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11006 (eval $ac_try) 2>&5 10862 (eval $ac_try) 2>&5
11007 ac_status=$? 10863 ac_status=$?
11008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11009 (exit $ac_status); }; } && 10865 (exit $ac_status); }; } &&
11011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11012 (eval $ac_try) 2>&5 10868 (eval $ac_try) 2>&5
11013 ac_status=$? 10869 ac_status=$?
11014 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11015 (exit $ac_status); }; }; then 10871 (exit $ac_status); }; }; then
11016 rxvt_cv_struct_lastlog=yes 10872 struct_lastlog=yes
11017else 10873else
11018 echo "$as_me: failed program was:" >&5 10874 echo "$as_me: failed program was:" >&5
11019sed 's/^/| /' conftest.$ac_ext >&5 10875sed 's/^/| /' conftest.$ac_ext >&5
11020 10876
11021rxvt_cv_struct_lastlog=no 10877struct_lastlog=no
11022fi 10878fi
11023rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10879rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11024fi 10880fi
11025echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5 10881echo "$as_me:$LINENO: result: $struct_lastlog" >&5
11026echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6 10882echo "${ECHO_T}$struct_lastlog" >&6
11027if test x$rxvt_cv_struct_lastlog = xyes; then 10883if test x$struct_lastlog = xyes; then
11028 10884
11029cat >>confdefs.h <<\_ACEOF 10885cat >>confdefs.h <<\_ACEOF
11030#define HAVE_STRUCT_LASTLOG 1 10886#define HAVE_STRUCT_LASTLOG 1
11031_ACEOF 10887_ACEOF
11032 10888
11033fi 10889fi
11034 10890
11035echo "$as_me:$LINENO: checking for struct lastlogx" >&5 10891echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11036echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6 10892echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
11037if test "${rxvt_cv_struct_lastlogx+set}" = set; then 10893if test "${struct_lastlogx+set}" = set; then
11038 echo $ECHO_N "(cached) $ECHO_C" >&6 10894 echo $ECHO_N "(cached) $ECHO_C" >&6
11039else 10895else
11040 cat >conftest.$ac_ext <<_ACEOF 10896 cat >conftest.$ac_ext <<_ACEOF
11041/* confdefs.h. */ 10897/* confdefs.h. */
11042_ACEOF 10898_ACEOF
11064 grep -v '^ *+' conftest.er1 >conftest.err 10920 grep -v '^ *+' conftest.er1 >conftest.err
11065 rm -f conftest.er1 10921 rm -f conftest.er1
11066 cat conftest.err >&5 10922 cat conftest.err >&5
11067 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11068 (exit $ac_status); } && 10924 (exit $ac_status); } &&
11069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10925 { ac_try='test -z "$ac_cxx_werror_flag"
10926 || test ! -s conftest.err'
11070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11071 (eval $ac_try) 2>&5 10928 (eval $ac_try) 2>&5
11072 ac_status=$? 10929 ac_status=$?
11073 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 (exit $ac_status); }; } && 10931 (exit $ac_status); }; } &&
11076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11077 (eval $ac_try) 2>&5 10934 (eval $ac_try) 2>&5
11078 ac_status=$? 10935 ac_status=$?
11079 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11080 (exit $ac_status); }; }; then 10937 (exit $ac_status); }; }; then
11081 rxvt_cv_struct_lastlogx=yes 10938 struct_lastlogx=yes
11082else 10939else
11083 echo "$as_me: failed program was:" >&5 10940 echo "$as_me: failed program was:" >&5
11084sed 's/^/| /' conftest.$ac_ext >&5 10941sed 's/^/| /' conftest.$ac_ext >&5
11085 10942
11086rxvt_cv_struct_lastlogx=no 10943struct_lastlogx=no
11087fi 10944fi
11088rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10945rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11089fi 10946fi
11090echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5 10947echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
11091echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6 10948echo "${ECHO_T}$struct_lastlogx" >&6
11092if test x$rxvt_cv_struct_lastlogx = xyes; then 10949if test x$struct_lastlogx = xyes; then
11093 10950
11094cat >>confdefs.h <<\_ACEOF 10951cat >>confdefs.h <<\_ACEOF
11095#define HAVE_STRUCT_LASTLOGX 1 10952#define HAVE_STRUCT_LASTLOGX 1
11096_ACEOF 10953_ACEOF
11097 10954
11098fi 10955fi
11099 10956
11100 10957
11101echo "$as_me:$LINENO: checking where utmp is located" >&5 10958echo "$as_me:$LINENO: checking where utmp is located" >&5
11102echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6 10959echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11103if test "${rxvt_cv_path_utmp+set}" = set; then 10960if test "${path_utmp+set}" = set; then
11104 echo $ECHO_N "(cached) $ECHO_C" >&6 10961 echo $ECHO_N "(cached) $ECHO_C" >&6
11105else 10962else
11106 if test "$cross_compiling" = yes; then 10963 if test "$cross_compiling" = yes; then
11107 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5 10964 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
11108echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;} 10965echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
11109else 10966else
11110 cat >conftest.$ac_ext <<_ACEOF 10967 cat >conftest.$ac_ext <<_ACEOF
11111/* confdefs.h. */ 10968/* confdefs.h. */
11112_ACEOF 10969_ACEOF
11113cat confdefs.h >>conftest.$ac_ext 10970cat confdefs.h >>conftest.$ac_ext
11114cat >>conftest.$ac_ext <<_ACEOF 10971cat >>conftest.$ac_ext <<_ACEOF
11115/* end confdefs.h. */ 10972/* end confdefs.h. */
11116#include <stdio.h> 10973#include <stdio.h>
10974#include <stdlib.h>
11117#include <sys/types.h> 10975#include <sys/types.h>
11118#include <utmp.h> 10976#include <utmp.h>
11119#include <errno.h> 10977#include <errno.h>
11120main() 10978main()
11121{ 10979{
11149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11150 (eval $ac_try) 2>&5 11008 (eval $ac_try) 2>&5
11151 ac_status=$? 11009 ac_status=$?
11152 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11153 (exit $ac_status); }; }; then 11011 (exit $ac_status); }; }; then
11154 rxvt_cv_path_utmp=`cat conftestval` 11012 path_utmp=`cat conftestval`
11155else 11013else
11156 echo "$as_me: program exited with status $ac_status" >&5 11014 echo "$as_me: program exited with status $ac_status" >&5
11157echo "$as_me: failed program was:" >&5 11015echo "$as_me: failed program was:" >&5
11158sed 's/^/| /' conftest.$ac_ext >&5 11016sed 's/^/| /' conftest.$ac_ext >&5
11159 11017
11160( exit $ac_status ) 11018( exit $ac_status )
11161rxvt_cv_path_utmp= 11019path_utmp=
11162fi 11020fi
11163rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11021rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11164fi 11022fi
11165fi 11023fi
11166echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5 11024echo "$as_me:$LINENO: result: $path_utmp" >&5
11167echo "${ECHO_T}$rxvt_cv_path_utmp" >&6 11025echo "${ECHO_T}$path_utmp" >&6
11168if test x$rxvt_cv_path_utmp != x; then 11026if test x$path_utmp != x; then
11169 11027
11170cat >>confdefs.h <<_ACEOF 11028cat >>confdefs.h <<_ACEOF
11171#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 11029#define UTMP_FILE "$path_utmp"
11172_ACEOF 11030_ACEOF
11173 11031
11174fi 11032fi
11175 11033
11176 11034
11177echo "$as_me:$LINENO: checking where utmpx is located" >&5 11035echo "$as_me:$LINENO: checking where utmpx is located" >&5
11178echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6 11036echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11179if test "${rxvt_cv_path_utmpx+set}" = set; then 11037if test "${path_utmpx+set}" = set; then
11180 echo $ECHO_N "(cached) $ECHO_C" >&6 11038 echo $ECHO_N "(cached) $ECHO_C" >&6
11181else 11039else
11182 if test "$cross_compiling" = yes; then 11040 if test "$cross_compiling" = yes; then
11183 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5 11041 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
11184echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;} 11042echo "$as_me: WARNING: Define UTMPX_FILE in config.h manually" >&2;}
11185else 11043else
11186 cat >conftest.$ac_ext <<_ACEOF 11044 cat >conftest.$ac_ext <<_ACEOF
11187/* confdefs.h. */ 11045/* confdefs.h. */
11188_ACEOF 11046_ACEOF
11189cat confdefs.h >>conftest.$ac_ext 11047cat confdefs.h >>conftest.$ac_ext
11190cat >>conftest.$ac_ext <<_ACEOF 11048cat >>conftest.$ac_ext <<_ACEOF
11191/* end confdefs.h. */ 11049/* end confdefs.h. */
11192#include <stdio.h> 11050#include <stdio.h>
11051#include <stdlib.h>
11193#include <sys/types.h> 11052#include <sys/types.h>
11194#include <utmpx.h> 11053#include <utmpx.h>
11195#include <errno.h> 11054#include <errno.h>
11196#include <sys/stat.h> 11055#include <sys/stat.h>
11197#ifdef HAVE_STRING_H 11056#ifdef HAVE_STRING_H
11235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11236 (eval $ac_try) 2>&5 11095 (eval $ac_try) 2>&5
11237 ac_status=$? 11096 ac_status=$?
11238 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11239 (exit $ac_status); }; }; then 11098 (exit $ac_status); }; }; then
11240 rxvt_cv_path_utmpx=`cat conftestval` 11099 path_utmpx=`cat conftestval`
11241else 11100else
11242 echo "$as_me: program exited with status $ac_status" >&5 11101 echo "$as_me: program exited with status $ac_status" >&5
11243echo "$as_me: failed program was:" >&5 11102echo "$as_me: failed program was:" >&5
11244sed 's/^/| /' conftest.$ac_ext >&5 11103sed 's/^/| /' conftest.$ac_ext >&5
11245 11104
11246( exit $ac_status ) 11105( exit $ac_status )
11247rxvt_cv_path_utmpx= 11106path_utmpx=
11248fi 11107fi
11249rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11108rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11250fi 11109fi
11251fi 11110fi
11252echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5 11111echo "$as_me:$LINENO: result: $path_utmpx" >&5
11253echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6 11112echo "${ECHO_T}$path_utmpx" >&6
11254if test x$rxvt_cv_path_utmpx != x; then 11113if test x$path_utmpx != x; then
11255 11114
11256cat >>confdefs.h <<_ACEOF 11115cat >>confdefs.h <<_ACEOF
11257#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 11116#define UTMPX_FILE "$path_utmpx"
11258_ACEOF 11117_ACEOF
11259 11118
11260fi 11119fi
11261 11120
11262 11121
11263echo "$as_me:$LINENO: checking where wtmp is located" >&5 11122echo "$as_me:$LINENO: checking where wtmp is located" >&5
11264echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6 11123echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11265if test "${rxvt_cv_path_wtmp+set}" = set; then 11124if test "${path_wtmp+set}" = set; then
11266 echo $ECHO_N "(cached) $ECHO_C" >&6 11125 echo $ECHO_N "(cached) $ECHO_C" >&6
11267else 11126else
11268 if test "$cross_compiling" = yes; then 11127 if test "$cross_compiling" = yes; then
11269 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5 11128 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
11270echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;} 11129echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
11271else 11130else
11272 cat >conftest.$ac_ext <<_ACEOF 11131 cat >conftest.$ac_ext <<_ACEOF
11273/* confdefs.h. */ 11132/* confdefs.h. */
11274_ACEOF 11133_ACEOF
11275cat confdefs.h >>conftest.$ac_ext 11134cat confdefs.h >>conftest.$ac_ext
11276cat >>conftest.$ac_ext <<_ACEOF 11135cat >>conftest.$ac_ext <<_ACEOF
11277/* end confdefs.h. */ 11136/* end confdefs.h. */
11278#include <stdio.h> 11137#include <stdio.h>
11138#include <stdlib.h>
11279#include <sys/types.h> 11139#include <sys/types.h>
11280#ifdef HAVE_UTMP_H 11140#ifdef HAVE_UTMP_H
11281#include <utmp.h> 11141#include <utmp.h>
11282#endif 11142#endif
11283#include <errno.h> 11143#include <errno.h>
11313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11314 (eval $ac_try) 2>&5 11174 (eval $ac_try) 2>&5
11315 ac_status=$? 11175 ac_status=$?
11316 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11317 (exit $ac_status); }; }; then 11177 (exit $ac_status); }; }; then
11318 rxvt_cv_path_wtmp=`cat conftestval` 11178 path_wtmp=`cat conftestval`
11319else 11179else
11320 echo "$as_me: program exited with status $ac_status" >&5 11180 echo "$as_me: program exited with status $ac_status" >&5
11321echo "$as_me: failed program was:" >&5 11181echo "$as_me: failed program was:" >&5
11322sed 's/^/| /' conftest.$ac_ext >&5 11182sed 's/^/| /' conftest.$ac_ext >&5
11323 11183
11324( exit $ac_status ) 11184( exit $ac_status )
11325rxvt_cv_path_wtmp= 11185path_wtmp=
11326fi 11186fi
11327rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11187rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11328fi 11188fi
11329fi 11189fi
11330echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5 11190echo "$as_me:$LINENO: result: $path_wtmp" >&5
11331echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6 11191echo "${ECHO_T}$path_wtmp" >&6
11332if test x$rxvt_cv_path_wtmp != x; then 11192if test x$path_wtmp != x; then
11333 11193
11334cat >>confdefs.h <<_ACEOF 11194cat >>confdefs.h <<_ACEOF
11335#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 11195#define WTMP_FILE "$path_wtmp"
11336_ACEOF 11196_ACEOF
11337 11197
11338fi 11198fi
11339 11199
11340echo "$as_me:$LINENO: checking where wtmpx is located" >&5 11200echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11341echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6 11201echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11342if test "${rxvt_cv_path_wtmpx+set}" = set; then 11202if test "${path_wtmpx+set}" = set; then
11343 echo $ECHO_N "(cached) $ECHO_C" >&6 11203 echo $ECHO_N "(cached) $ECHO_C" >&6
11344else 11204else
11345 if test "$cross_compiling" = yes; then 11205 if test "$cross_compiling" = yes; then
11346 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5 11206 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
11347echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;} 11207echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
11348else 11208else
11349 cat >conftest.$ac_ext <<_ACEOF 11209 cat >conftest.$ac_ext <<_ACEOF
11350/* confdefs.h. */ 11210/* confdefs.h. */
11351_ACEOF 11211_ACEOF
11352cat confdefs.h >>conftest.$ac_ext 11212cat confdefs.h >>conftest.$ac_ext
11353cat >>conftest.$ac_ext <<_ACEOF 11213cat >>conftest.$ac_ext <<_ACEOF
11354/* end confdefs.h. */ 11214/* end confdefs.h. */
11355#include <stdio.h> 11215#include <stdio.h>
11216#include <stdlib.h>
11356#ifdef HAVE_UTMPX_H 11217#ifdef HAVE_UTMPX_H
11357#include <utmpx.h> 11218#include <utmpx.h>
11358#endif 11219#endif
11359#include <errno.h> 11220#include <errno.h>
11360main() 11221main()
11389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11390 (eval $ac_try) 2>&5 11251 (eval $ac_try) 2>&5
11391 ac_status=$? 11252 ac_status=$?
11392 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11393 (exit $ac_status); }; }; then 11254 (exit $ac_status); }; }; then
11394 rxvt_cv_path_wtmpx=`cat conftestval` 11255 path_wtmpx=`cat conftestval`
11395else 11256else
11396 echo "$as_me: program exited with status $ac_status" >&5 11257 echo "$as_me: program exited with status $ac_status" >&5
11397echo "$as_me: failed program was:" >&5 11258echo "$as_me: failed program was:" >&5
11398sed 's/^/| /' conftest.$ac_ext >&5 11259sed 's/^/| /' conftest.$ac_ext >&5
11399 11260
11400( exit $ac_status ) 11261( exit $ac_status )
11401rxvt_cv_path_wtmpx= 11262path_wtmpx=
11402fi 11263fi
11403rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11264rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11404fi 11265fi
11405fi 11266fi
11406echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5 11267echo "$as_me:$LINENO: result: $path_wtmpx" >&5
11407echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6 11268echo "${ECHO_T}$path_wtmpx" >&6
11408if test x$rxvt_cv_path_wtmpx != x; then 11269if test x$path_wtmpx != x; then
11409 11270
11410cat >>confdefs.h <<_ACEOF 11271cat >>confdefs.h <<_ACEOF
11411#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 11272#define WTMPX_FILE "$path_wtmpx"
11412_ACEOF 11273_ACEOF
11413 11274
11414fi 11275fi
11415 11276
11416echo "$as_me:$LINENO: checking where lastlog is located" >&5 11277echo "$as_me:$LINENO: checking where lastlog is located" >&5
11417echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6 11278echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11418if test "${rxvt_cv_path_lastlog+set}" = set; then 11279if test "${path_lastlog+set}" = set; then
11419 echo $ECHO_N "(cached) $ECHO_C" >&6 11280 echo $ECHO_N "(cached) $ECHO_C" >&6
11420else 11281else
11421 if test "$cross_compiling" = yes; then 11282 if test "$cross_compiling" = yes; then
11422 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5 11283 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
11423echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;} 11284echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
11424else 11285else
11425 cat >conftest.$ac_ext <<_ACEOF 11286 cat >conftest.$ac_ext <<_ACEOF
11426/* confdefs.h. */ 11287/* confdefs.h. */
11427_ACEOF 11288_ACEOF
11428cat confdefs.h >>conftest.$ac_ext 11289cat confdefs.h >>conftest.$ac_ext
11429cat >>conftest.$ac_ext <<_ACEOF 11290cat >>conftest.$ac_ext <<_ACEOF
11430/* end confdefs.h. */ 11291/* end confdefs.h. */
11431#include <stdio.h> 11292#include <stdio.h>
11293#include <stdlib.h>
11432#include <sys/types.h> 11294#include <sys/types.h>
11433#ifdef HAVE_UTMPX_H 11295#ifdef HAVE_UTMPX_H
11434#include <utmpx.h> 11296#include <utmpx.h>
11435#elif defined(HAVE_UTMP_H) 11297#elif defined(HAVE_UTMP_H)
11436#include <utmp.h> 11298#include <utmp.h>
11470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11471 (eval $ac_try) 2>&5 11333 (eval $ac_try) 2>&5
11472 ac_status=$? 11334 ac_status=$?
11473 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11474 (exit $ac_status); }; }; then 11336 (exit $ac_status); }; }; then
11475 rxvt_cv_path_lastlog=`cat conftestval` 11337 path_lastlog=`cat conftestval`
11476else 11338else
11477 echo "$as_me: program exited with status $ac_status" >&5 11339 echo "$as_me: program exited with status $ac_status" >&5
11478echo "$as_me: failed program was:" >&5 11340echo "$as_me: failed program was:" >&5
11479sed 's/^/| /' conftest.$ac_ext >&5 11341sed 's/^/| /' conftest.$ac_ext >&5
11480 11342
11481( exit $ac_status ) 11343( exit $ac_status )
11482rxvt_cv_path_lastlog= 11344path_lastlog=
11483fi 11345fi
11484rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11346rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11485fi 11347fi
11486fi 11348fi
11487echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5 11349echo "$as_me:$LINENO: result: $path_lastlog" >&5
11488echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6 11350echo "${ECHO_T}$path_lastlog" >&6
11489if test x$rxvt_cv_path_lastlog != x; then 11351if test x$path_lastlog != x; then
11490 11352
11491cat >>confdefs.h <<_ACEOF 11353cat >>confdefs.h <<_ACEOF
11492#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 11354#define LASTLOG_FILE "$path_lastlog"
11493_ACEOF 11355_ACEOF
11494 11356
11495 if test -d "$rxvt_cv_path_lastlog"; then 11357 if test -d "$path_lastlog"; then
11496 11358
11497cat >>confdefs.h <<\_ACEOF 11359cat >>confdefs.h <<\_ACEOF
11498#define LASTLOG_IS_DIR 1 11360#define LASTLOG_IS_DIR 1
11499_ACEOF 11361_ACEOF
11500 11362
11501 fi 11363 fi
11502fi 11364fi
11503 11365
11504echo "$as_me:$LINENO: checking where lastlogx is located" >&5 11366echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11505echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6 11367echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11506if test "${rxvt_cv_path_lastlogx+set}" = set; then 11368if test "${path_lastlogx+set}" = set; then
11507 echo $ECHO_N "(cached) $ECHO_C" >&6 11369 echo $ECHO_N "(cached) $ECHO_C" >&6
11508else 11370else
11509 if test "$cross_compiling" = yes; then 11371 if test "$cross_compiling" = yes; then
11510 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5 11372 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
11511echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;} 11373echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
11512else 11374else
11513 cat >conftest.$ac_ext <<_ACEOF 11375 cat >conftest.$ac_ext <<_ACEOF
11514/* confdefs.h. */ 11376/* confdefs.h. */
11515_ACEOF 11377_ACEOF
11516cat confdefs.h >>conftest.$ac_ext 11378cat confdefs.h >>conftest.$ac_ext
11517cat >>conftest.$ac_ext <<_ACEOF 11379cat >>conftest.$ac_ext <<_ACEOF
11518/* end confdefs.h. */ 11380/* end confdefs.h. */
11519#include <stdio.h> 11381#include <stdio.h>
11382#include <stdlib.h>
11520#ifdef HAVE_UTMPX_H 11383#ifdef HAVE_UTMPX_H
11521#include <utmpx.h> 11384#include <utmpx.h>
11522#endif 11385#endif
11523#include <errno.h> 11386#include <errno.h>
11524main() 11387main()
11552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11553 (eval $ac_try) 2>&5 11416 (eval $ac_try) 2>&5
11554 ac_status=$? 11417 ac_status=$?
11555 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11556 (exit $ac_status); }; }; then 11419 (exit $ac_status); }; }; then
11557 rxvt_cv_path_lastlogx=`cat conftestval` 11420 path_lastlogx=`cat conftestval`
11558else 11421else
11559 echo "$as_me: program exited with status $ac_status" >&5 11422 echo "$as_me: program exited with status $ac_status" >&5
11560echo "$as_me: failed program was:" >&5 11423echo "$as_me: failed program was:" >&5
11561sed 's/^/| /' conftest.$ac_ext >&5 11424sed 's/^/| /' conftest.$ac_ext >&5
11562 11425
11563( exit $ac_status ) 11426( exit $ac_status )
11564rxvt_cv_path_lastlogx= 11427path_lastlogx=
11565fi 11428fi
11566rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11429rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11567fi 11430fi
11568fi 11431fi
11569echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5 11432echo "$as_me:$LINENO: result: $path_lastlogx" >&5
11570echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6 11433echo "${ECHO_T}$path_lastlogx" >&6
11571if test x$rxvt_cv_path_lastlogx != x; then 11434if test x$path_lastlogx != x; then
11572 11435
11573cat >>confdefs.h <<_ACEOF 11436cat >>confdefs.h <<_ACEOF
11574#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 11437#define LASTLOGX_FILE "$path_lastlogx"
11575_ACEOF 11438_ACEOF
11576 11439
11577fi 11440fi
11441
11578 11442
11579 11443
11580echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 11444echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11581echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6 11445echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11582if test "${rxvt_cv_path_ttytab+set}" = set; then 11446if test "${rxvt_cv_path_ttytab+set}" = set; then
11623_ACEOF 11487_ACEOF
11624cat confdefs.h >>conftest.$ac_ext 11488cat confdefs.h >>conftest.$ac_ext
11625cat >>conftest.$ac_ext <<_ACEOF 11489cat >>conftest.$ac_ext <<_ACEOF
11626/* end confdefs.h. */ 11490/* end confdefs.h. */
11627#include <X11/Xlib.h> 11491#include <X11/Xlib.h>
11492#include <stdlib.h>
11628main() { 11493main() {
11629char *p; 11494char *p;
11630if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 11495if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11631exit (XSupportsLocale() ? 0 : 1); 11496exit (XSupportsLocale() ? 0 : 1);
11632else 11497else
11693 grep -v '^ *+' conftest.er1 >conftest.err 11558 grep -v '^ *+' conftest.er1 >conftest.err
11694 rm -f conftest.er1 11559 rm -f conftest.er1
11695 cat conftest.err >&5 11560 cat conftest.err >&5
11696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11697 (exit $ac_status); } && 11562 (exit $ac_status); } &&
11698 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11563 { ac_try='test -z "$ac_cxx_werror_flag"
11564 || test ! -s conftest.err'
11699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11700 (eval $ac_try) 2>&5 11566 (eval $ac_try) 2>&5
11701 ac_status=$? 11567 ac_status=$?
11702 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703 (exit $ac_status); }; } && 11569 (exit $ac_status); }; } &&
11756 grep -v '^ *+' conftest.er1 >conftest.err 11622 grep -v '^ *+' conftest.er1 >conftest.err
11757 rm -f conftest.er1 11623 rm -f conftest.er1
11758 cat conftest.err >&5 11624 cat conftest.err >&5
11759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760 (exit $ac_status); } && 11626 (exit $ac_status); } &&
11761 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11627 { ac_try='test -z "$ac_cxx_werror_flag"
11628 || test ! -s conftest.err'
11762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11763 (eval $ac_try) 2>&5 11630 (eval $ac_try) 2>&5
11764 ac_status=$? 11631 ac_status=$?
11765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11766 (exit $ac_status); }; } && 11633 (exit $ac_status); }; } &&
11817 grep -v '^ *+' conftest.er1 >conftest.err 11684 grep -v '^ *+' conftest.er1 >conftest.err
11818 rm -f conftest.er1 11685 rm -f conftest.er1
11819 cat conftest.err >&5 11686 cat conftest.err >&5
11820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821 (exit $ac_status); } && 11688 (exit $ac_status); } &&
11822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11689 { ac_try='test -z "$ac_cxx_werror_flag"
11690 || test ! -s conftest.err'
11823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11824 (eval $ac_try) 2>&5 11692 (eval $ac_try) 2>&5
11825 ac_status=$? 11693 ac_status=$?
11826 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11827 (exit $ac_status); }; } && 11695 (exit $ac_status); }; } &&
11849#define HAVE_NL_LANGINFO 1 11717#define HAVE_NL_LANGINFO 1
11850_ACEOF 11718_ACEOF
11851 11719
11852fi 11720fi
11853 11721
11722
11854echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5 11723echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11855echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6 11724echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11856if test "${rxvt_can_pass_fds+set}" = set; then 11725if test "${can_pass_fds+set}" = set; then
11857 echo $ECHO_N "(cached) $ECHO_C" >&6 11726 echo $ECHO_N "(cached) $ECHO_C" >&6
11858else 11727else
11859 cat >conftest.$ac_ext <<_ACEOF 11728 cat >conftest.$ac_ext <<_ACEOF
11860/* confdefs.h. */ 11729/* confdefs.h. */
11861_ACEOF 11730_ACEOF
11862cat confdefs.h >>conftest.$ac_ext 11731cat confdefs.h >>conftest.$ac_ext
11863cat >>conftest.$ac_ext <<_ACEOF 11732cat >>conftest.$ac_ext <<_ACEOF
11864/* end confdefs.h. */ 11733/* end confdefs.h. */
11865 11734
11735#include <cstddef> // broken bsds (is that redundant?) need this
11866#include <sys/types.h> 11736#include <sys/types.h>
11867#include <sys/socket.h> 11737#include <sys/socket.h>
11738#include <sys/uio.h>
11868 11739
11869int 11740int
11870main () 11741main ()
11871{ 11742{
11872 11743
11905 grep -v '^ *+' conftest.er1 >conftest.err 11776 grep -v '^ *+' conftest.er1 >conftest.err
11906 rm -f conftest.er1 11777 rm -f conftest.er1
11907 cat conftest.err >&5 11778 cat conftest.err >&5
11908 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11909 (exit $ac_status); } && 11780 (exit $ac_status); } &&
11910 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11781 { ac_try='test -z "$ac_cxx_werror_flag"
11782 || test ! -s conftest.err'
11911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11912 (eval $ac_try) 2>&5 11784 (eval $ac_try) 2>&5
11913 ac_status=$? 11785 ac_status=$?
11914 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11915 (exit $ac_status); }; } && 11787 (exit $ac_status); }; } &&
11917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11918 (eval $ac_try) 2>&5 11790 (eval $ac_try) 2>&5
11919 ac_status=$? 11791 ac_status=$?
11920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11921 (exit $ac_status); }; }; then 11793 (exit $ac_status); }; }; then
11922 rxvt_can_pass_fds=yes 11794 can_pass_fds=yes
11923else 11795else
11924 echo "$as_me: failed program was:" >&5 11796 echo "$as_me: failed program was:" >&5
11925sed 's/^/| /' conftest.$ac_ext >&5 11797sed 's/^/| /' conftest.$ac_ext >&5
11926 11798
11927rxvt_can_pass_fds=no 11799can_pass_fds=no
11928fi 11800fi
11929rm -f conftest.err conftest.$ac_objext \ 11801rm -f conftest.err conftest.$ac_objext \
11930 conftest$ac_exeext conftest.$ac_ext 11802 conftest$ac_exeext conftest.$ac_ext
11931fi 11803fi
11932echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5 11804echo "$as_me:$LINENO: result: $can_pass_fds" >&5
11933echo "${ECHO_T}$rxvt_can_pass_fds" >&6 11805echo "${ECHO_T}$can_pass_fds" >&6
11934if test x$rxvt_can_pass_fds = xyes; then 11806if test x$can_pass_fds = xyes; then
11935 11807
11936cat >>confdefs.h <<\_ACEOF 11808cat >>confdefs.h <<\_ACEOF
11937#define HAVE_UNIX_FDPASS 1 11809#define HAVE_UNIX_FDPASS 1
11938_ACEOF 11810_ACEOF
11939 11811
11812else
11813 { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5
11814echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
11815 { (exit 1); exit 1; }; }
11940fi 11816fi
11817
11941 11818
11942echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11819echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11943echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 11820echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11944if test "${rxvt_broken_ximcb+set}" = set; then 11821if test "${rxvt_broken_ximcb+set}" = set; then
11945 echo $ECHO_N "(cached) $ECHO_C" >&6 11822 echo $ECHO_N "(cached) $ECHO_C" >&6
11963 grep -v '^ *+' conftest.er1 >conftest.err 11840 grep -v '^ *+' conftest.er1 >conftest.err
11964 rm -f conftest.er1 11841 rm -f conftest.er1
11965 cat conftest.err >&5 11842 cat conftest.err >&5
11966 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967 (exit $ac_status); } && 11844 (exit $ac_status); } &&
11968 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11845 { ac_try='test -z "$ac_cxx_werror_flag"
11846 || test ! -s conftest.err'
11969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11970 (eval $ac_try) 2>&5 11848 (eval $ac_try) 2>&5
11971 ac_status=$? 11849 ac_status=$?
11972 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973 (exit $ac_status); }; } && 11851 (exit $ac_status); }; } &&
11995#define XIMCB_PROTO_BROKEN 1 11873#define XIMCB_PROTO_BROKEN 1
11996_ACEOF 11874_ACEOF
11997 11875
11998fi 11876fi
11999 11877
12000echo "$as_me:$LINENO: checking for getpt" >&5
12001echo $ECHO_N "checking for getpt... $ECHO_C" >&6
12002if test "${rxvt_cv_func_getpt+set}" = set; then
12003 echo $ECHO_N "(cached) $ECHO_C" >&6
12004else
12005 cat >conftest.$ac_ext <<_ACEOF
12006/* confdefs.h. */
12007_ACEOF
12008cat confdefs.h >>conftest.$ac_ext
12009cat >>conftest.$ac_ext <<_ACEOF
12010/* end confdefs.h. */
12011#define _GNU_SOURCE
12012#ifdef HAVE_STDLIB_H
12013# include <cstdlib>
12014#endif
12015int
12016main ()
12017{
12018(void)getpt();
12019 ;
12020 return 0;
12021}
12022_ACEOF
12023rm -f conftest.$ac_objext conftest$ac_exeext
12024if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12025 (eval $ac_link) 2>conftest.er1
12026 ac_status=$?
12027 grep -v '^ *+' conftest.er1 >conftest.err
12028 rm -f conftest.er1
12029 cat conftest.err >&5
12030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12031 (exit $ac_status); } &&
12032 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12034 (eval $ac_try) 2>&5
12035 ac_status=$?
12036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12037 (exit $ac_status); }; } &&
12038 { ac_try='test -s conftest$ac_exeext'
12039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12040 (eval $ac_try) 2>&5
12041 ac_status=$?
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); }; }; then
12044 rxvt_cv_func_getpt=yes
12045else
12046 echo "$as_me: failed program was:" >&5
12047sed 's/^/| /' conftest.$ac_ext >&5
12048 11878
12049rxvt_cv_func_getpt=no
12050fi
12051rm -f conftest.err conftest.$ac_objext \
12052 conftest$ac_exeext conftest.$ac_ext
12053fi
12054echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
12055echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
12056if test x$rxvt_cv_func_getpt = xyes; then
12057 11879
12058cat >>confdefs.h <<\_ACEOF
12059#define HAVE_GETPT 1
12060_ACEOF
12061 11880
12062fi
12063 11881
12064echo "$as_me:$LINENO: checking for pty/tty type" >&5
12065echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12066if test "${rxvt_cv_ptys+set}" = set; then
12067 echo $ECHO_N "(cached) $ECHO_C" >&6
12068else
12069 if test x$ac_cv_func_openpty = xyes; then
12070 rxvt_cv_ptys=OPENPTY
12071 else if test x$ac_cv_func__getpty = xyes; then
12072 rxvt_cv_ptys=SGI4
12073 else if test -c /dev/ttyp20; then
12074 rxvt_cv_ptys=SCO
12075 else if test -c /dev/ptym/clone; then
12076 rxvt_cv_ptys=HPUX
12077 else if test x$rxvt_cv_func_getpt = xyes; then
12078 rxvt_cv_ptys=GLIBC
12079 else if test -c /dev/ptc -a -c /dev/pts; then
12080 rxvt_cv_ptys=PTC
12081 else if test -c /dev/ptc -a -d /dev/pts; then
12082 rxvt_cv_ptys=PTC
12083 else if test -c /dev/ptmx -a -c /dev/pts/0; then
12084 rxvt_cv_ptys=STREAMS
12085 else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
12086 rxvt_cv_ptys=STREAMS
12087 else
12088 rxvt_cv_ptys=BSD
12089fi
12090fi
12091fi
12092fi
12093fi
12094fi
12095fi
12096fi
12097fi
12098 11882
12099fi
12100echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12101echo "${ECHO_T}$rxvt_cv_ptys" >&6
12102 11883
12103if test x$rxvt_cv_ptys = xOPENPTY; then 11884for ac_header in \
11885 pty.h \
11886 util.h \
11887 libutil.h \
11888 sys/ioctl.h \
11889 sys/stropts.h \
12104 11890
12105cat >>confdefs.h <<\_ACEOF
12106#define PTYS_ARE_OPENPTY 1
12107_ACEOF
12108
12109fi
12110if test x$rxvt_cv_ptys = xSCO; then
12111
12112cat >>confdefs.h <<\_ACEOF
12113#define PTYS_ARE_NUMERIC 1
12114_ACEOF
12115
12116fi
12117if test x$rxvt_cv_ptys = xSTREAMS; then
12118
12119cat >>confdefs.h <<\_ACEOF
12120#define PTYS_ARE_PTMX 1
12121_ACEOF
12122
12123fi
12124if test x$rxvt_cv_ptys = xPTC; then
12125
12126cat >>confdefs.h <<\_ACEOF
12127#define PTYS_ARE_PTC 1
12128_ACEOF
12129
12130fi
12131if test x$rxvt_cv_ptys = xSGI4; then
12132
12133cat >>confdefs.h <<\_ACEOF
12134#define PTYS_ARE__GETPTY 1
12135_ACEOF
12136
12137fi
12138if test x$rxvt_cv_ptys = xCONVEX; then
12139
12140cat >>confdefs.h <<\_ACEOF
12141#define PTYS_ARE_GETPTY 1
12142_ACEOF
12143
12144fi
12145if test x$rxvt_cv_ptys = xGLIBC; then
12146
12147cat >>confdefs.h <<\_ACEOF
12148#define PTYS_ARE_GETPT 1
12149_ACEOF
12150
12151fi
12152if test x$rxvt_cv_ptys = xHPUX; then
12153
12154cat >>confdefs.h <<\_ACEOF
12155#define PTYS_ARE_CLONE 1
12156_ACEOF
12157
12158fi
12159if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
12160
12161cat >>confdefs.h <<\_ACEOF
12162#define PTYS_ARE_SEARCHED 1
12163_ACEOF
12164
12165fi
12166
12167
12168{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
12169echo "$as_me: checking for pty ranges..." >&6;}
12170ptys=`echo /dev/pty??`
12171pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12172pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12173if test x$pch1 != x; then
12174
12175cat >>confdefs.h <<_ACEOF
12176#define PTYCHAR1 "$pch1"
12177_ACEOF
12178
12179fi
12180if test x$pch2 != x; then
12181
12182cat >>confdefs.h <<_ACEOF
12183#define PTYCHAR2 "$pch2"
12184_ACEOF
12185
12186fi
12187
12188if test x$support_xft = xyes; then
12189 LIBS="$LIBS `pkg-config xft --libs`"
12190 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
12191 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12192
12193
12194for ac_header in X11/Xft/Xft.h
12195do 11891do
12196as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11892as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12197if eval "test \"\${$as_ac_Header+set}\" = set"; then 11893if eval "test \"\${$as_ac_Header+set}\" = set"; then
12198 echo "$as_me:$LINENO: checking for $ac_header" >&5 11894 echo "$as_me:$LINENO: checking for $ac_header" >&5
12199echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11895echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12222 grep -v '^ *+' conftest.er1 >conftest.err 11918 grep -v '^ *+' conftest.er1 >conftest.err
12223 rm -f conftest.er1 11919 rm -f conftest.er1
12224 cat conftest.err >&5 11920 cat conftest.err >&5
12225 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12226 (exit $ac_status); } && 11922 (exit $ac_status); } &&
12227 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11923 { ac_try='test -z "$ac_cxx_werror_flag"
11924 || test ! -s conftest.err'
12228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12229 (eval $ac_try) 2>&5 11926 (eval $ac_try) 2>&5
12230 ac_status=$? 11927 ac_status=$?
12231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12232 (exit $ac_status); }; } && 11929 (exit $ac_status); }; } &&
12333if test `eval echo '${'$as_ac_Header'}'` = yes; then 12030if test `eval echo '${'$as_ac_Header'}'` = yes; then
12334 cat >>confdefs.h <<_ACEOF 12031 cat >>confdefs.h <<_ACEOF
12335#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12032#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12336_ACEOF 12033_ACEOF
12337 12034
12035fi
12036
12037done
12038
12039
12040
12041
12042
12043
12044
12045
12046
12047
12048
12049for ac_func in \
12050 revoke \
12051 _getpty \
12052 getpt \
12053 posix_openpt \
12054 isastream \
12055 setuid \
12056 seteuid \
12057 setreuid \
12058 setresuid \
12059
12060do
12061as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12062echo "$as_me:$LINENO: checking for $ac_func" >&5
12063echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12064if eval "test \"\${$as_ac_var+set}\" = set"; then
12065 echo $ECHO_N "(cached) $ECHO_C" >&6
12066else
12067 cat >conftest.$ac_ext <<_ACEOF
12068/* confdefs.h. */
12069_ACEOF
12070cat confdefs.h >>conftest.$ac_ext
12071cat >>conftest.$ac_ext <<_ACEOF
12072/* end confdefs.h. */
12073/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12074 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12075#define $ac_func innocuous_$ac_func
12076
12077/* System header to define __stub macros and hopefully few prototypes,
12078 which can conflict with char $ac_func (); below.
12079 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12080 <limits.h> exists even on freestanding compilers. */
12081
12082#ifdef __STDC__
12083# include <limits.h>
12084#else
12085# include <assert.h>
12086#endif
12087
12088#undef $ac_func
12089
12090/* Override any gcc2 internal prototype to avoid an error. */
12091#ifdef __cplusplus
12092extern "C"
12093{
12094#endif
12095/* We use char because int might match the return type of a gcc2
12096 builtin and then its argument prototype would still apply. */
12097char $ac_func ();
12098/* The GNU C library defines this for functions which it implements
12099 to always fail with ENOSYS. Some functions are actually named
12100 something starting with __ and the normal name is an alias. */
12101#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12102choke me
12103#else
12104char (*f) () = $ac_func;
12105#endif
12106#ifdef __cplusplus
12107}
12108#endif
12109
12110int
12111main ()
12112{
12113return f != $ac_func;
12114 ;
12115 return 0;
12116}
12117_ACEOF
12118rm -f conftest.$ac_objext conftest$ac_exeext
12119if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12120 (eval $ac_link) 2>conftest.er1
12121 ac_status=$?
12122 grep -v '^ *+' conftest.er1 >conftest.err
12123 rm -f conftest.er1
12124 cat conftest.err >&5
12125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126 (exit $ac_status); } &&
12127 { ac_try='test -z "$ac_cxx_werror_flag"
12128 || test ! -s conftest.err'
12129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12130 (eval $ac_try) 2>&5
12131 ac_status=$?
12132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12133 (exit $ac_status); }; } &&
12134 { ac_try='test -s conftest$ac_exeext'
12135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12136 (eval $ac_try) 2>&5
12137 ac_status=$?
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); }; }; then
12140 eval "$as_ac_var=yes"
12141else
12142 echo "$as_me: failed program was:" >&5
12143sed 's/^/| /' conftest.$ac_ext >&5
12144
12145eval "$as_ac_var=no"
12146fi
12147rm -f conftest.err conftest.$ac_objext \
12148 conftest$ac_exeext conftest.$ac_ext
12149fi
12150echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12151echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12152if test `eval echo '${'$as_ac_var'}'` = yes; then
12153 cat >>confdefs.h <<_ACEOF
12154#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12155_ACEOF
12156
12157fi
12158done
12159
12160
12161have_clone=no
12162
12163echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12164echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6
12165if test -e /dev/ptym/clone; then
12166 echo "$as_me:$LINENO: result: yes" >&5
12167echo "${ECHO_T}yes" >&6
12168
12169cat >>confdefs.h <<\_ACEOF
12170#define HAVE_DEV_CLONE 1
12171_ACEOF
12172
12173
12174cat >>confdefs.h <<\_ACEOF
12175#define CLONE_DEVICE "/dev/ptym/clone"
12176_ACEOF
12177
12178 have_clone=yes
12179else
12180 echo "$as_me:$LINENO: result: no" >&5
12181echo "${ECHO_T}no" >&6
12182fi
12183
12184echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12185echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6
12186if test -e /dev/ptc; then
12187 echo "$as_me:$LINENO: result: yes" >&5
12188echo "${ECHO_T}yes" >&6
12189
12190cat >>confdefs.h <<\_ACEOF
12191#define HAVE_DEV_PTC 1
12192_ACEOF
12193
12194
12195cat >>confdefs.h <<\_ACEOF
12196#define CLONE_DEVICE "/dev/ptc"
12197_ACEOF
12198
12199 have_clone=yes
12200else
12201 echo "$as_me:$LINENO: result: no" >&5
12202echo "${ECHO_T}no" >&6
12203fi
12204
12205case $host in
12206 *-*-cygwin*)
12207 have_clone=yes
12208
12209cat >>confdefs.h <<\_ACEOF
12210#define CLONE_DEVICE "/dev/ptmx"
12211_ACEOF
12212
12213 ;;
12214 *)
12215 echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12216echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6
12217 if test -e /dev/ptmx; then
12218 echo "$as_me:$LINENO: result: yes" >&5
12219echo "${ECHO_T}yes" >&6
12220
12221cat >>confdefs.h <<\_ACEOF
12222#define HAVE_DEV_PTMX 1
12223_ACEOF
12224
12225
12226cat >>confdefs.h <<\_ACEOF
12227#define CLONE_DEVICE "/dev/ptmx"
12228_ACEOF
12229
12230 have_clone=yes
12231 else
12232 echo "$as_me:$LINENO: result: no" >&5
12233echo "${ECHO_T}no" >&6
12234 fi
12235 ;;
12236esac
12237
12238if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12239 echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12240echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6
12241 cat >conftest.$ac_ext <<_ACEOF
12242/* confdefs.h. */
12243_ACEOF
12244cat confdefs.h >>conftest.$ac_ext
12245cat >>conftest.$ac_ext <<_ACEOF
12246/* end confdefs.h. */
12247#include <stdlib.h>
12248int
12249main ()
12250{
12251grantpt(0);unlockpt(0);ptsname(0);
12252 ;
12253 return 0;
12254}
12255_ACEOF
12256rm -f conftest.$ac_objext conftest$ac_exeext
12257if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12258 (eval $ac_link) 2>conftest.er1
12259 ac_status=$?
12260 grep -v '^ *+' conftest.er1 >conftest.err
12261 rm -f conftest.er1
12262 cat conftest.err >&5
12263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12264 (exit $ac_status); } &&
12265 { ac_try='test -z "$ac_cxx_werror_flag"
12266 || test ! -s conftest.err'
12267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12268 (eval $ac_try) 2>&5
12269 ac_status=$?
12270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12271 (exit $ac_status); }; } &&
12272 { ac_try='test -s conftest$ac_exeext'
12273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12274 (eval $ac_try) 2>&5
12275 ac_status=$?
12276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12277 (exit $ac_status); }; }; then
12278 unix98_pty=yes
12279
12280cat >>confdefs.h <<\_ACEOF
12281#define UNIX98_PTY 1
12282_ACEOF
12283
12284 echo "$as_me:$LINENO: result: yes" >&5
12285echo "${ECHO_T}yes" >&6
12286else
12287 echo "$as_me: failed program was:" >&5
12288sed 's/^/| /' conftest.$ac_ext >&5
12289
12290echo "$as_me:$LINENO: result: no" >&5
12291echo "${ECHO_T}no" >&6
12292fi
12293rm -f conftest.err conftest.$ac_objext \
12294 conftest$ac_exeext conftest.$ac_ext
12295fi
12296
12297if test -z "$unix98_pty"; then
12298
12299for ac_func in openpty
12300do
12301as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12302echo "$as_me:$LINENO: checking for $ac_func" >&5
12303echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12304if eval "test \"\${$as_ac_var+set}\" = set"; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12306else
12307 cat >conftest.$ac_ext <<_ACEOF
12308/* confdefs.h. */
12309_ACEOF
12310cat confdefs.h >>conftest.$ac_ext
12311cat >>conftest.$ac_ext <<_ACEOF
12312/* end confdefs.h. */
12313/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12314 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12315#define $ac_func innocuous_$ac_func
12316
12317/* System header to define __stub macros and hopefully few prototypes,
12318 which can conflict with char $ac_func (); below.
12319 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12320 <limits.h> exists even on freestanding compilers. */
12321
12322#ifdef __STDC__
12323# include <limits.h>
12324#else
12325# include <assert.h>
12326#endif
12327
12328#undef $ac_func
12329
12330/* Override any gcc2 internal prototype to avoid an error. */
12331#ifdef __cplusplus
12332extern "C"
12333{
12334#endif
12335/* We use char because int might match the return type of a gcc2
12336 builtin and then its argument prototype would still apply. */
12337char $ac_func ();
12338/* The GNU C library defines this for functions which it implements
12339 to always fail with ENOSYS. Some functions are actually named
12340 something starting with __ and the normal name is an alias. */
12341#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12342choke me
12343#else
12344char (*f) () = $ac_func;
12345#endif
12346#ifdef __cplusplus
12347}
12348#endif
12349
12350int
12351main ()
12352{
12353return f != $ac_func;
12354 ;
12355 return 0;
12356}
12357_ACEOF
12358rm -f conftest.$ac_objext conftest$ac_exeext
12359if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12360 (eval $ac_link) 2>conftest.er1
12361 ac_status=$?
12362 grep -v '^ *+' conftest.er1 >conftest.err
12363 rm -f conftest.er1
12364 cat conftest.err >&5
12365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12366 (exit $ac_status); } &&
12367 { ac_try='test -z "$ac_cxx_werror_flag"
12368 || test ! -s conftest.err'
12369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12370 (eval $ac_try) 2>&5
12371 ac_status=$?
12372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); }; } &&
12374 { ac_try='test -s conftest$ac_exeext'
12375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12376 (eval $ac_try) 2>&5
12377 ac_status=$?
12378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12379 (exit $ac_status); }; }; then
12380 eval "$as_ac_var=yes"
12381else
12382 echo "$as_me: failed program was:" >&5
12383sed 's/^/| /' conftest.$ac_ext >&5
12384
12385eval "$as_ac_var=no"
12386fi
12387rm -f conftest.err conftest.$ac_objext \
12388 conftest$ac_exeext conftest.$ac_ext
12389fi
12390echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12391echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12392if test `eval echo '${'$as_ac_var'}'` = yes; then
12393 cat >>confdefs.h <<_ACEOF
12394#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12395_ACEOF
12396
12397else
12398 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12399echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12400if test "${ac_cv_lib_util_openpty+set}" = set; then
12401 echo $ECHO_N "(cached) $ECHO_C" >&6
12402else
12403 ac_check_lib_save_LIBS=$LIBS
12404LIBS="-lutil $LIBS"
12405cat >conftest.$ac_ext <<_ACEOF
12406/* confdefs.h. */
12407_ACEOF
12408cat confdefs.h >>conftest.$ac_ext
12409cat >>conftest.$ac_ext <<_ACEOF
12410/* end confdefs.h. */
12411
12412/* Override any gcc2 internal prototype to avoid an error. */
12413#ifdef __cplusplus
12414extern "C"
12415#endif
12416/* We use char because int might match the return type of a gcc2
12417 builtin and then its argument prototype would still apply. */
12418char openpty ();
12419int
12420main ()
12421{
12422openpty ();
12423 ;
12424 return 0;
12425}
12426_ACEOF
12427rm -f conftest.$ac_objext conftest$ac_exeext
12428if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12429 (eval $ac_link) 2>conftest.er1
12430 ac_status=$?
12431 grep -v '^ *+' conftest.er1 >conftest.err
12432 rm -f conftest.er1
12433 cat conftest.err >&5
12434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12435 (exit $ac_status); } &&
12436 { ac_try='test -z "$ac_cxx_werror_flag"
12437 || test ! -s conftest.err'
12438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12439 (eval $ac_try) 2>&5
12440 ac_status=$?
12441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12442 (exit $ac_status); }; } &&
12443 { ac_try='test -s conftest$ac_exeext'
12444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12445 (eval $ac_try) 2>&5
12446 ac_status=$?
12447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448 (exit $ac_status); }; }; then
12449 ac_cv_lib_util_openpty=yes
12450else
12451 echo "$as_me: failed program was:" >&5
12452sed 's/^/| /' conftest.$ac_ext >&5
12453
12454ac_cv_lib_util_openpty=no
12455fi
12456rm -f conftest.err conftest.$ac_objext \
12457 conftest$ac_exeext conftest.$ac_ext
12458LIBS=$ac_check_lib_save_LIBS
12459fi
12460echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12461echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12462if test $ac_cv_lib_util_openpty = yes; then
12463 cat >>confdefs.h <<\_ACEOF
12464#define HAVE_OPENPTY 1
12465_ACEOF
12466 LIBS="$LIBS -lutil"
12467fi
12468
12469fi
12470done
12471
12472fi
12473
12474
12475
12476echo "$as_me:$LINENO: checking for tty group" >&5
12477echo $ECHO_N "checking for tty group... $ECHO_C" >&6
12478if test "${tty_group+set}" = set; then
12479 echo $ECHO_N "(cached) $ECHO_C" >&6
12480else
12481 if test "$cross_compiling" = yes; then
12482 tty_group=no
12483else
12484 cat >conftest.$ac_ext <<_ACEOF
12485/* confdefs.h. */
12486_ACEOF
12487cat confdefs.h >>conftest.$ac_ext
12488cat >>conftest.$ac_ext <<_ACEOF
12489/* end confdefs.h. */
12490
12491#include <sys/types.h>
12492#include <sys/stat.h>
12493#include <unistd.h>
12494#include <grp.h>
12495
12496main()
12497{
12498 struct stat st;
12499 struct group *gr;
12500 char *tty;
12501 gr = getgrnam("tty");
12502 tty = ttyname(0);
12503 if (gr != 0
12504 && tty != 0
12505 && (stat(tty, &st)) == 0
12506 && st.st_gid == gr->gr_gid)
12507 return 0;
12508 else
12509 return 1;
12510}
12511_ACEOF
12512rm -f conftest$ac_exeext
12513if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12514 (eval $ac_link) 2>&5
12515 ac_status=$?
12516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12517 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12519 (eval $ac_try) 2>&5
12520 ac_status=$?
12521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12522 (exit $ac_status); }; }; then
12523 tty_group=yes
12524else
12525 echo "$as_me: program exited with status $ac_status" >&5
12526echo "$as_me: failed program was:" >&5
12527sed 's/^/| /' conftest.$ac_ext >&5
12528
12529( exit $ac_status )
12530tty_group=no
12531fi
12532rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12533fi
12534fi
12535echo "$as_me:$LINENO: result: $tty_group" >&5
12536echo "${ECHO_T}$tty_group" >&6
12537if test x$tty_group = xyes; then
12538
12539cat >>confdefs.h <<\_ACEOF
12540#define TTY_GID_SUPPORT 1
12541_ACEOF
12542
12543fi
12544
12545if test x$support_xft = xyes; then
12546 # Extract the first word of "pkg-config", so it can be a program name with args.
12547set dummy pkg-config; ac_word=$2
12548echo "$as_me:$LINENO: checking for $ac_word" >&5
12549echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12550if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12551 echo $ECHO_N "(cached) $ECHO_C" >&6
12552else
12553 case $PKG_CONFIG in
12554 [\\/]* | ?:[\\/]*)
12555 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12556 ;;
12557 *)
12558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12559for as_dir in $PATH
12560do
12561 IFS=$as_save_IFS
12562 test -z "$as_dir" && as_dir=.
12563 for ac_exec_ext in '' $ac_executable_extensions; do
12564 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12565 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12566 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12567 break 2
12568 fi
12569done
12570done
12571
12572 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12573 ;;
12574esac
12575fi
12576PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12577
12578if test -n "$PKG_CONFIG"; then
12579 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12580echo "${ECHO_T}$PKG_CONFIG" >&6
12581else
12582 echo "$as_me:$LINENO: result: no" >&5
12583echo "${ECHO_T}no" >&6
12584fi
12585
12586 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12587 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
12588 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12589 else
12590 # Extract the first word of "xft-config", so it can be a program name with args.
12591set dummy xft-config; ac_word=$2
12592echo "$as_me:$LINENO: checking for $ac_word" >&5
12593echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12594if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12595 echo $ECHO_N "(cached) $ECHO_C" >&6
12596else
12597 case $XFT_CONFIG in
12598 [\\/]* | ?:[\\/]*)
12599 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
12600 ;;
12601 *)
12602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12603for as_dir in $PATH
12604do
12605 IFS=$as_save_IFS
12606 test -z "$as_dir" && as_dir=.
12607 for ac_exec_ext in '' $ac_executable_extensions; do
12608 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12609 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12610 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12611 break 2
12612 fi
12613done
12614done
12615
12616 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
12617 ;;
12618esac
12619fi
12620XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12621
12622if test -n "$XFT_CONFIG"; then
12623 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
12624echo "${ECHO_T}$XFT_CONFIG" >&6
12625else
12626 echo "$as_me:$LINENO: result: no" >&5
12627echo "${ECHO_T}no" >&6
12628fi
12629
12630 if test $XFT_CONFIG != no; then
12631 LIBS="$LIBS `$XFT_CONFIG --libs`"
12632 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
12633 fi
12634 fi
12635
12636
12637for ac_header in X11/Xft/Xft.h
12638do
12639as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12640if eval "test \"\${$as_ac_Header+set}\" = set"; then
12641 echo "$as_me:$LINENO: checking for $ac_header" >&5
12642echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12643if eval "test \"\${$as_ac_Header+set}\" = set"; then
12644 echo $ECHO_N "(cached) $ECHO_C" >&6
12645fi
12646echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12647echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12648else
12649 # Is the header compilable?
12650echo "$as_me:$LINENO: checking $ac_header usability" >&5
12651echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12652cat >conftest.$ac_ext <<_ACEOF
12653/* confdefs.h. */
12654_ACEOF
12655cat confdefs.h >>conftest.$ac_ext
12656cat >>conftest.$ac_ext <<_ACEOF
12657/* end confdefs.h. */
12658$ac_includes_default
12659#include <$ac_header>
12660_ACEOF
12661rm -f conftest.$ac_objext
12662if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12663 (eval $ac_compile) 2>conftest.er1
12664 ac_status=$?
12665 grep -v '^ *+' conftest.er1 >conftest.err
12666 rm -f conftest.er1
12667 cat conftest.err >&5
12668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12669 (exit $ac_status); } &&
12670 { ac_try='test -z "$ac_cxx_werror_flag"
12671 || test ! -s conftest.err'
12672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12673 (eval $ac_try) 2>&5
12674 ac_status=$?
12675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676 (exit $ac_status); }; } &&
12677 { ac_try='test -s conftest.$ac_objext'
12678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12679 (eval $ac_try) 2>&5
12680 ac_status=$?
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; }; then
12683 ac_header_compiler=yes
12684else
12685 echo "$as_me: failed program was:" >&5
12686sed 's/^/| /' conftest.$ac_ext >&5
12687
12688ac_header_compiler=no
12689fi
12690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12691echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12692echo "${ECHO_T}$ac_header_compiler" >&6
12693
12694# Is the header present?
12695echo "$as_me:$LINENO: checking $ac_header presence" >&5
12696echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12697cat >conftest.$ac_ext <<_ACEOF
12698/* confdefs.h. */
12699_ACEOF
12700cat confdefs.h >>conftest.$ac_ext
12701cat >>conftest.$ac_ext <<_ACEOF
12702/* end confdefs.h. */
12703#include <$ac_header>
12704_ACEOF
12705if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12706 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12707 ac_status=$?
12708 grep -v '^ *+' conftest.er1 >conftest.err
12709 rm -f conftest.er1
12710 cat conftest.err >&5
12711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12712 (exit $ac_status); } >/dev/null; then
12713 if test -s conftest.err; then
12714 ac_cpp_err=$ac_cxx_preproc_warn_flag
12715 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12716 else
12717 ac_cpp_err=
12718 fi
12719else
12720 ac_cpp_err=yes
12721fi
12722if test -z "$ac_cpp_err"; then
12723 ac_header_preproc=yes
12724else
12725 echo "$as_me: failed program was:" >&5
12726sed 's/^/| /' conftest.$ac_ext >&5
12727
12728 ac_header_preproc=no
12729fi
12730rm -f conftest.err conftest.$ac_ext
12731echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12732echo "${ECHO_T}$ac_header_preproc" >&6
12733
12734# So? What about this header?
12735case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12736 yes:no: )
12737 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12738echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12739 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12740echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12741 ac_header_preproc=yes
12742 ;;
12743 no:yes:* )
12744 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12745echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12746 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12747echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12748 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12749echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12750 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12751echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12752 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12753echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12754 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12755echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12756 (
12757 cat <<\_ASBOX
12758## ------------------------------------------ ##
12759## Report this to the AC_PACKAGE_NAME lists. ##
12760## ------------------------------------------ ##
12761_ASBOX
12762 ) |
12763 sed "s/^/$as_me: WARNING: /" >&2
12764 ;;
12765esac
12766echo "$as_me:$LINENO: checking for $ac_header" >&5
12767echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12768if eval "test \"\${$as_ac_Header+set}\" = set"; then
12769 echo $ECHO_N "(cached) $ECHO_C" >&6
12770else
12771 eval "$as_ac_Header=\$ac_header_preproc"
12772fi
12773echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12774echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12775
12776fi
12777if test `eval echo '${'$as_ac_Header'}'` = yes; then
12778 cat >>confdefs.h <<_ACEOF
12779#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12780_ACEOF
12781
12338else 12782else
12339 support_xft=no 12783 support_xft=no
12340fi 12784fi
12341 12785
12342done 12786done
12378 grep -v '^ *+' conftest.er1 >conftest.err 12822 grep -v '^ *+' conftest.er1 >conftest.err
12379 rm -f conftest.er1 12823 rm -f conftest.er1
12380 cat conftest.err >&5 12824 cat conftest.err >&5
12381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382 (exit $ac_status); } && 12826 (exit $ac_status); } &&
12383 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12827 { ac_try='test -z "$ac_cxx_werror_flag"
12828 || test ! -s conftest.err'
12384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12385 (eval $ac_try) 2>&5 12830 (eval $ac_try) 2>&5
12386 ac_status=$? 12831 ac_status=$?
12387 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388 (exit $ac_status); }; } && 12833 (exit $ac_status); }; } &&
12479cat >>confdefs.h <<\_ACEOF 12924cat >>confdefs.h <<\_ACEOF
12480#define SELECTION_SCROLLING 1 12925#define SELECTION_SCROLLING 1
12481_ACEOF 12926_ACEOF
12482 12927
12483fi 12928fi
12484if test x$support_menubar = xyes; then
12485
12486cat >>confdefs.h <<\_ACEOF
12487#define MENUBAR 1
12488_ACEOF
12489
12490fi
12491if test x$support_frills = xyes; then 12929if test x$support_frills = xyes; then
12492 12930
12493cat >>confdefs.h <<\_ACEOF 12931cat >>confdefs.h <<\_ACEOF
12494#define ENABLE_FRILLS 1 12932#define ENABLE_FRILLS 1
12495_ACEOF 12933_ACEOF
12496 12934
12497fi 12935fi
12498if test x$support_24bit = xyes; then
12499
12500cat >>confdefs.h <<\_ACEOF
12501#define PREFER_24BIT 1
12502_ACEOF
12503
12504fi
12505if test x$support_mousewheel = xyes; then 12936if test x$support_mousewheel = xyes; then
12506 12937
12507cat >>confdefs.h <<\_ACEOF 12938cat >>confdefs.h <<\_ACEOF
12508#define MOUSE_WHEEL 1 12939#define MOUSE_WHEEL 1
12509_ACEOF 12940_ACEOF
12514cat >>confdefs.h <<\_ACEOF 12945cat >>confdefs.h <<\_ACEOF
12515#define MOUSE_SLIP_WHEELING 1 12946#define MOUSE_SLIP_WHEELING 1
12516_ACEOF 12947_ACEOF
12517 12948
12518fi 12949fi
12519if test x$support_utmp = xyes; then
12520
12521cat >>confdefs.h <<\_ACEOF
12522#define UTMP_SUPPORT 1
12523_ACEOF
12524
12525fi
12526if test x$support_wtmp = xyes; then
12527
12528cat >>confdefs.h <<\_ACEOF
12529#define WTMP_SUPPORT 1
12530_ACEOF
12531
12532fi
12533if test x$support_lastlog = xyes; then
12534
12535cat >>confdefs.h <<\_ACEOF
12536#define LASTLOG_SUPPORT 1
12537_ACEOF
12538
12539fi
12540if test x$support_xim = xyes -o x$multichar_set = xyes; then 12950if test x$support_xim = xyes -o x$multichar_set = xyes; then
12541 if test x$rxvt_cv_func_xlocale = xyes; then 12951 if test x$rxvt_cv_func_xlocale = xyes; then
12542 12952
12543cat >>confdefs.h <<\_ACEOF 12953cat >>confdefs.h <<\_ACEOF
12544#define USE_XIM 1 12954#define USE_XIM 1
12545_ACEOF 12955_ACEOF
12546 12956
12547 fi 12957 fi
12548fi 12958fi
12549if test x$support_xpm = xyes; then 12959if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
12550 12960
12551cat >>confdefs.h <<\_ACEOF 12961cat >>confdefs.h <<\_ACEOF
12552#define XPM_BACKGROUND 1 12962#define XPM_BACKGROUND 1
12553_ACEOF 12963_ACEOF
12554 12964
12555fi 12965fi
12966
12967if test x$support_afterimage = xyes; then
12968
12969cat >>confdefs.h <<\_ACEOF
12970#define HAVE_AFTERIMAGE 1
12971_ACEOF
12972
12973fi
12974
12975if test x$support_afterstep = xyes; then
12976
12977cat >>confdefs.h <<\_ACEOF
12978#define AFTERSTEP_INTEGRATION 1
12979_ACEOF
12980
12981fi
12982
12556if test x$support_scroll_rxvt = xyes; then 12983if test x$support_scroll_rxvt = xyes; then
12557 12984
12558cat >>confdefs.h <<\_ACEOF 12985cat >>confdefs.h <<\_ACEOF
12559#define RXVT_SCROLLBAR 1 12986#define RXVT_SCROLLBAR 1
12560_ACEOF 12987_ACEOF
12773 grep -v '^ *+' conftest.er1 >conftest.err 13200 grep -v '^ *+' conftest.er1 >conftest.err
12774 rm -f conftest.er1 13201 rm -f conftest.er1
12775 cat conftest.err >&5 13202 cat conftest.err >&5
12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); } && 13204 (exit $ac_status); } &&
12778 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 13205 { ac_try='test -z "$ac_cxx_werror_flag"
13206 || test ! -s conftest.err'
12779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12780 (eval $ac_try) 2>&5 13208 (eval $ac_try) 2>&5
12781 ac_status=$? 13209 ac_status=$?
12782 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12783 (exit $ac_status); }; } && 13211 (exit $ac_status); }; } &&
12811 PERL_O=rxvtperl.o 13239 PERL_O=rxvtperl.o
12812 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 13240 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12813 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 13241 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12814 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 13242 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12815 else 13243 else
12816 support_perl=no
12817 echo "$as_me:$LINENO: result: no, unable to link" >&5 13244 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12818echo "${ECHO_T}no, unable to link" >&6 13245echo "$as_me: error: no, unable to link" >&2;}
13246 { (exit 1); exit 1; }; }
12819 fi 13247 fi
12820 else 13248 else
12821 { { echo "$as_me:$LINENO: error: no working perl found" >&5 13249 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
12822echo "$as_me: error: no working perl found" >&2;} 13250echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12823 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; } 13251 { (exit 1); exit 1; }; }
12824 support_perl=no
12825 fi 13252 fi
12826fi 13253fi
12827 13254
12828 13255
12829 13256
12830 13257
12831 13258
12832 13259
12833 13260
12834 13261if test x$support_perl = xyes; then
12835CFLAGS=${CFLAGS--O} 13262 support_frills=yes
12836LDFLAGS=${LDFLAGS--O} 13263fi
12837
12838CPPFLAGS="$CPPFLAGS"
12839
12840 13264
12841 13265
12842 13266
12843 13267
12844 13268
12845 13269
12846if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 13270if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
12847 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
12848 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 13271 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
12849 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"` 13272 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
12850 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"` 13273 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
12851 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"` 13274 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12852fi 13275fi
12853 13276
12854 13277
12855 13278
12856 13279
12857 13280
12858if test x$support_addstrings = xno; then
12859
12860cat >>confdefs.h <<\_ACEOF
12861#define NO_STRINGS 1
12862_ACEOF
12863
12864fi
12865
12866MCOMMON=./autoconf/Make.common
12867 13281
12868 13282
12869test "$program_prefix" != NONE && 13283test "$program_prefix" != NONE &&
12870 program_transform_name="s,^,$program_prefix,;$program_transform_name" 13284 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12871# Use a double $ so make ignores it. 13285# Use a double $ so make ignores it.
12947 include_time_h="#include <time.h>" 13361 include_time_h="#include <time.h>"
12948else 13362else
12949 include_time_h="/* #include <time.h> */" 13363 include_time_h="/* #include <time.h> */"
12950fi 13364fi
12951 13365
12952 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h" 13366 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
12953 13367
12954cat >confcache <<\_ACEOF 13368cat >confcache <<\_ACEOF
12955# This file is a shell script that caches the results of configure 13369# This file is a shell script that caches the results of configure
12956# tests run on this system so they can be shared between configure 13370# tests run on this system so they can be shared between configure
12957# scripts and configure runs, see configure's option --config-cache. 13371# scripts and configure runs, see configure's option --config-cache.
13474cat >>$CONFIG_STATUS <<\_ACEOF 13888cat >>$CONFIG_STATUS <<\_ACEOF
13475for ac_config_target in $ac_config_targets 13889for ac_config_target in $ac_config_targets
13476do 13890do
13477 case "$ac_config_target" in 13891 case "$ac_config_target" in
13478 # Handling of arguments. 13892 # Handling of arguments.
13479 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13480 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13893 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13481 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13894 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13482 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13895 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13483 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13896 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13484 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13897 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13485 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13898 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13486echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13899echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13487 { (exit 1); exit 1; }; };; 13900 { (exit 1); exit 1; }; };;
13488 esac 13901 esac
13489done 13902done
13590s,@ac_ct_CXX@,$ac_ct_CXX,;t t 14003s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13591s,@CPP@,$CPP,;t t 14004s,@CPP@,$CPP,;t t
13592s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 14005s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13593s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 14006s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13594s,@INSTALL_DATA@,$INSTALL_DATA,;t t 14007s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13595s,@AWK@,$AWK,;t t 14008s,@EGREP@,$EGREP,;t t
13596s,@LINKER@,$LINKER,;t t 14009s,@LINKER@,$LINKER,;t t
13597s,@CXXCPP@,$CXXCPP,;t t 14010s,@CXXLIB@,$CXXLIB,;t t
13598s,@EGREP@,$EGREP,;t t
13599s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 14011s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13600s,@RXVTNAME@,$RXVTNAME,;t t 14012s,@RXVTNAME@,$RXVTNAME,;t t
13601s,@MV@,$MV,;t t
13602s,@RM@,$RM,;t t
13603s,@CP@,$CP,;t t
13604s,@LN@,$LN,;t t
13605s,@SED@,$SED,;t t
13606s,@ECHO@,$ECHO,;t t
13607s,@CMP@,$CMP,;t t
13608s,@TBL@,$TBL,;t t
13609s,@TIC@,$TIC,;t t 14013s,@TIC@,$TIC,;t t
14014s,@CXXCPP@,$CXXCPP,;t t
13610s,@X_CFLAGS@,$X_CFLAGS,;t t 14015s,@X_CFLAGS@,$X_CFLAGS,;t t
13611s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 14016s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13612s,@X_LIBS@,$X_LIBS,;t t 14017s,@X_LIBS@,$X_LIBS,;t t
13613s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 14018s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
14019s,@afterimage_config@,$afterimage_config,;t t
13614s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t 14020s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13615s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t 14021s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
13616s,@XPM_LIBS@,$XPM_LIBS,;t t 14022s,@XPM_LIBS@,$XPM_LIBS,;t t
13617s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t 14023s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
13618s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 14024s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
13619s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 14025s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
13620s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 14026s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
13621s,@rxvt_intp_define@,$rxvt_intp_define,;t t 14027s,@rxvt_intp_define@,$rxvt_intp_define,;t t
13622s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 14028s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
14029s,@PKG_CONFIG@,$PKG_CONFIG,;t t
14030s,@XFT_CONFIG@,$XFT_CONFIG,;t t
13623s,@PERL@,$PERL,;t t 14031s,@PERL@,$PERL,;t t
13624s,@PERLLIB@,$PERLLIB,;t t 14032s,@PERLLIB@,$PERLLIB,;t t
13625s,@PERLFLAGS@,$PERLFLAGS,;t t 14033s,@PERLFLAGS@,$PERLFLAGS,;t t
13626s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t 14034s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13627s,@IF_PERL@,$IF_PERL,;t t 14035s,@IF_PERL@,$IF_PERL,;t t
13628s,@PERL_O@,$PERL_O,;t t 14036s,@PERL_O@,$PERL_O,;t t
13629s,@DEBUG@,$DEBUG,;t t 14037s,@LIBAFTERIMAGE_CFLAGS@,$LIBAFTERIMAGE_CFLAGS,;t t
13630s,@DINCLUDE@,$DINCLUDE,;t t 14038s,@AFTERIMAGE_LIBS@,$AFTERIMAGE_LIBS,;t t
13631s,@DLIB@,$DLIB,;t t
13632s,@include_stdint_h@,$include_stdint_h,;t t 14039s,@include_stdint_h@,$include_stdint_h,;t t
13633s,@include_stdarg_h@,$include_stdarg_h,;t t 14040s,@include_stdarg_h@,$include_stdarg_h,;t t
13634s,@include_stdlib_h@,$include_stdlib_h,;t t 14041s,@include_stdlib_h@,$include_stdlib_h,;t t
13635s,@include_unistd_h@,$include_unistd_h,;t t 14042s,@include_unistd_h@,$include_unistd_h,;t t
13636s,@include_string_h@,$include_string_h,;t t 14043s,@include_string_h@,$include_string_h,;t t
13642s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t 14049s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13643s,@include_sys_time_h@,$include_sys_time_h,;t t 14050s,@include_sys_time_h@,$include_sys_time_h,;t t
13644s,@include_time_h@,$include_time_h,;t t 14051s,@include_time_h@,$include_time_h,;t t
13645s,@LIBOBJS@,$LIBOBJS,;t t 14052s,@LIBOBJS@,$LIBOBJS,;t t
13646s,@LTLIBOBJS@,$LTLIBOBJS,;t t 14053s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13647/@MCOMMON@/r $MCOMMON
13648s,@MCOMMON@,,;t t
13649CEOF 14054CEOF
13650 14055
13651_ACEOF 14056_ACEOF
13652 14057
13653 cat >>$CONFIG_STATUS <<\_ACEOF 14058 cat >>$CONFIG_STATUS <<\_ACEOF
13810 case $INSTALL in 14215 case $INSTALL in
13811 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 14216 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13812 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 14217 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
13813 esac 14218 esac
13814 14219
14220 if test x"$ac_file" != x-; then
14221 { echo "$as_me:$LINENO: creating $ac_file" >&5
14222echo "$as_me: creating $ac_file" >&6;}
14223 rm -f "$ac_file"
14224 fi
13815 # Let's still pretend it is `configure' which instantiates (i.e., don't 14225 # Let's still pretend it is `configure' which instantiates (i.e., don't
13816 # use $as_me), people would be surprised to read: 14226 # use $as_me), people would be surprised to read:
13817 # /* config.h. Generated by config.status. */ 14227 # /* config.h. Generated by config.status. */
13818 if test x"$ac_file" = x-; then 14228 if test x"$ac_file" = x-; then
13819 configure_input= 14229 configure_input=
13848echo "$as_me: error: cannot find input file: $f" >&2;} 14258echo "$as_me: error: cannot find input file: $f" >&2;}
13849 { (exit 1); exit 1; }; } 14259 { (exit 1); exit 1; }; }
13850 fi;; 14260 fi;;
13851 esac 14261 esac
13852 done` || { (exit 1); exit 1; } 14262 done` || { (exit 1); exit 1; }
13853
13854 if test x"$ac_file" != x-; then
13855 { echo "$as_me:$LINENO: creating $ac_file" >&5
13856echo "$as_me: creating $ac_file" >&6;}
13857 rm -f "$ac_file"
13858 fi
13859_ACEOF 14263_ACEOF
13860cat >>$CONFIG_STATUS <<_ACEOF 14264cat >>$CONFIG_STATUS <<_ACEOF
13861 sed "$ac_vpsub 14265 sed "$ac_vpsub
13862$extrasub 14266$extrasub
13863_ACEOF 14267_ACEOF
14143 14547
14144 Rxvt version: $VERSION : $DATE 14548 Rxvt version: $VERSION : $DATE
14145 Source code location: $srcdir 14549 Source code location: $srcdir
14146 Install path: ${prefix}/bin 14550 Install path: ${prefix}/bin
14147 Compiler: $CXX 14551 Compiler: $CXX
14148 Compiler flags: $CFLAGS 14552 Compiler flags: $CXXFLAGS
14149 Linker: $LINKER" 14553 Linker: $LINKER"
14150
14151if test "$MALLOC_TYPE" = S; then
14152 echo " malloc support: system default"
14153fi
14154if test "$MALLOC_TYPE" = G; then
14155 echo " malloc support: Gray Watson's dmalloc"
14156fi
14157if test "$MALLOC_TYPE" = D; then
14158 echo " malloc support: Doug Lea's malloc"
14159fi
14160 14554
14161if test x$support_xpm = xyes; then 14555if test x$support_xpm = xyes; then
14162 echo " Xpm library: $XPM_LIBS" 14556 echo " Xpm library: $XPM_LIBS"
14163fi 14557fi
14164 14558
14165echo " 14559if test x$support_afterimage = xyes; then
14166The following are set in config.h 14560 echo " AfterImage support: yes"
14167" 14561fi
14168echo " pty/tty type: "$rxvt_cv_ptys 14562
14169if test x$support_utmp != xyes; then 14563if test x$support_afterstep = xyes; then
14170 echo " utmp support: disabled" 14564 echo " AfterStep integration: yes"
14171 echo
14172else
14173 echo " utmp support: enabled
14174 utmp file: $rxvt_cv_path_utmp
14175 utmpx file: $rxvt_cv_path_utmpx
14176 wtmp file: $rxvt_cv_path_wtmp
14177 wtmpx file: $rxvt_cv_path_wtmpx
14178 lastlog file: $rxvt_cv_path_lastlog
14179 ttys/ttytab file: $rxvt_cv_path_ttytab
14180 embedded perl: $support_perl"
14181 echo
14182fi 14565fi
14566
14183if test x$term != x; then 14567if test x$term != x; then
14184 echo " set TERM to: $term" 14568 echo " set TERM to: $term"
14185fi 14569fi
14186if test x$terminfo != x; then 14570if test x$terminfo != x; then
14187 echo " set TERMINFO to: $terminfo" 14571 echo " set TERMINFO to: $terminfo"
14190echo " resource class: $RESCLASS" 14574echo " resource class: $RESCLASS"
14191if test x$RESFALLBACK != x; then 14575if test x$RESFALLBACK != x; then
14192 echo " resource class fallback: $RESFALLBACK" 14576 echo " resource class fallback: $RESFALLBACK"
14193fi 14577fi
14194echo 14578echo
14195if test x$rxvt_cv_ptys = xUNKNOWN; then 14579echo " embedded perl: $support_perl"
14196 echo ".----------------------------------------------------------------." 14580echo
14197 echo ". WARNING: could not determine pty/tty type. Do not build until ."
14198 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14199 echo ".----------------------------------------------------------------."
14200fi
14201if test x$support_xpm = xneedsmanualspecification; then 14581if test x$support_xpm = xneedsmanualspecification; then
14202 echo ".----------------------------------------------------------------." 14582 echo ".----------------------------------------------------------------."
14203 echo ". WARNING: --enable-xpm-background was specified however the ." 14583 echo ". WARNING: --enable-xpm-background was specified however the ."
14204 echo ". XPM includes files and libraries could not be found. ." 14584 echo ". XPM includes files and libraries could not be found. ."
14205 echo ". XPM backgrounds are now being DISABLED! If you want ." 14585 echo ". XPM backgrounds are now being DISABLED! If you want ."
14214 echo ". functions could not be found. ." 14594 echo ". functions could not be found. ."
14215 echo ". XIM is now being DISABLED! ." 14595 echo ". XIM is now being DISABLED! ."
14216 echo ".----------------------------------------------------------------." 14596 echo ".----------------------------------------------------------------."
14217fi 14597fi
14218 14598
14219echo " *** Optionally check src/feature.h for further options ***" 14599echo "*** Optionally check src/feature.h for further, rarely used options ***"
14220echo 14600echo
14221 14601
14222echo ".----------------------------------------------------------------."
14223echo ". NOTE: some features are disabled by default, try ."
14224echo ". configure --help to get an idea of the optional features, ."
14225echo ". or read ./README.configure ."
14226echo ". ."
14227echo ". The script ./reconf gives a reasonable baseline, try it if ."
14228echo ". you do not want to read documentation and still want some ."
14229echo ". useful features. ."
14230echo ".----------------------------------------------------------------."
14231echo
14232

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines