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

Comparing rxvt-unicode/configure (file contents):
Revision 1.71 by root, Mon Jan 16 14:48:39 2006 UTC vs.
Revision 1.83 by root, Sat Jan 21 18:34:25 2006 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 INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TIC CXXCPP 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'
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
882 --enable-rxvt-scroll enable rxvt style scrollbar 882 --enable-rxvt-scroll enable rxvt style scrollbar
883 --enable-next-scroll enable NeXT style scrollbar 883 --enable-next-scroll enable NeXT style scrollbar
884 --enable-xterm-scroll enable Xterm style scrollbar 884 --enable-xterm-scroll enable Xterm style scrollbar
885 --enable-perl enable embedded perl interpreter 885 --enable-perl enable embedded perl interpreter
886 --enable-plain-scroll enable plain style scrollbar 886 --enable-plain-scroll enable plain style scrollbar
887 --enable-half-shadow use half width/height shadow on rxvt scrollbar
888 --enable-xim XIM (X Input Method) protocol support 887 --enable-xim XIM (X Input Method) protocol support
889 --enable-ttygid enable tty setting to group named "tty" 888 --enable-ttygid enable tty setting to group named "tty"
890 --disable-backspace-key disable handling of the backspace key 889 --disable-backspace-key disable handling of the backspace key
891 --disable-delete-key disable handling of the delete key 890 --disable-delete-key disable handling of the delete key
892 --disable-resources disable all resource checking 891 --disable-resources disable all resource checking
1370 1369
1371 1370
1372 1371
1373 1372
1374 1373
1374
1375 ac_config_headers="$ac_config_headers config.h:config.h.in"
1376
1377
1375ac_aux_dir= 1378ac_aux_dir=
1376for ac_dir in autoconf $srcdir/autoconf; do 1379for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1377 if test -f $ac_dir/install-sh; then 1380 if test -f $ac_dir/install-sh; then
1378 ac_aux_dir=$ac_dir 1381 ac_aux_dir=$ac_dir
1379 ac_install_sh="$ac_aux_dir/install-sh -c" 1382 ac_install_sh="$ac_aux_dir/install-sh -c"
1380 break 1383 break
1381 elif test -f $ac_dir/install.sh; then 1384 elif test -f $ac_dir/install.sh; then
1387 ac_install_sh="$ac_aux_dir/shtool install -c" 1390 ac_install_sh="$ac_aux_dir/shtool install -c"
1388 break 1391 break
1389 fi 1392 fi
1390done 1393done
1391if test -z "$ac_aux_dir"; then 1394if test -z "$ac_aux_dir"; then
1392 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5 1395 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1393echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;} 1396echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1394 { (exit 1); exit 1; }; } 1397 { (exit 1); exit 1; }; }
1395fi 1398fi
1396ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1399ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1397ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1400ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1398ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1401ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1399
1400 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1401
1402 1402
1403# Make sure we can run config.sub. 1403# Make sure we can run config.sub.
1404$ac_config_sub sun4 >/dev/null 2>&1 || 1404$ac_config_sub sun4 >/dev/null 2>&1 ||
1405 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 1405 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1406echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1406echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1458VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1458VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1459DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1459DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1460echo "" 1460echo ""
1461echo "configuring for rxvt $VERSION" 1461echo "configuring for rxvt $VERSION"
1462echo "" 1462echo ""
1463
1464orig_CXXFLAGS="$CXXFLAGS"
1463 1465
1464 1466
1465ac_ext=c 1467ac_ext=c
1466ac_cpp='$CPP $CPPFLAGS' 1468ac_cpp='$CPP $CPPFLAGS'
1467ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1469ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3048 3050
3049test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3051test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3050 3052
3051test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3053test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3052 3054
3053for ac_prog in gawk mawk nawk awk
3054do
3055 # Extract the first word of "$ac_prog", so it can be a program name with args.
3056set dummy $ac_prog; ac_word=$2
3057echo "$as_me:$LINENO: checking for $ac_word" >&5
3058echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3059if test "${ac_cv_prog_AWK+set}" = set; then
3060 echo $ECHO_N "(cached) $ECHO_C" >&6
3061else
3062 if test -n "$AWK"; then
3063 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3064else
3065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3066for as_dir in $PATH
3067do
3068 IFS=$as_save_IFS
3069 test -z "$as_dir" && as_dir=.
3070 for ac_exec_ext in '' $ac_executable_extensions; do
3071 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3072 ac_cv_prog_AWK="$ac_prog"
3073 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3074 break 2
3075 fi
3076done
3077done
3078 3055
3079fi
3080fi
3081AWK=$ac_cv_prog_AWK
3082if test -n "$AWK"; then
3083 echo "$as_me:$LINENO: result: $AWK" >&5
3084echo "${ECHO_T}$AWK" >&6
3085else
3086 echo "$as_me:$LINENO: result: no" >&5
3087echo "${ECHO_T}no" >&6
3088fi
3089
3090 test -n "$AWK" && break
3091done
3092
3093
3094ac_ext=c
3095ac_cpp='$CPP $CPPFLAGS'
3096ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3097ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3098ac_compiler_gnu=$ac_cv_c_compiler_gnu
3099
3100
3101if test -z "$orig_CXXFLAGS"; then
3102 CXXFLAGS='-O'
3103 if test x$GCC = xyes && test "x$GXX" = xyes; then
3104 CXXFLAGS="-g -O3"
3105 fi
3106 CFLAGS="$CXXFLAGS"
3107fi
3108
3109LINKER="$CXX"
3110if test x$GCC = xyes && test x$GXX = xyes; then
3111
3112echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3113echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3114if test "${ac_cv_lib_supcpp_main+set}" = set; then
3115 echo $ECHO_N "(cached) $ECHO_C" >&6
3116else
3117 ac_check_lib_save_LIBS=$LIBS
3118LIBS="-lsupc++ $LIBS"
3119cat >conftest.$ac_ext <<_ACEOF
3120/* confdefs.h. */
3121_ACEOF
3122cat confdefs.h >>conftest.$ac_ext
3123cat >>conftest.$ac_ext <<_ACEOF
3124/* end confdefs.h. */
3125
3126
3127int
3128main ()
3129{
3130main ();
3131 ;
3132 return 0;
3133}
3134_ACEOF
3135rm -f conftest.$ac_objext conftest$ac_exeext
3136if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3137 (eval $ac_link) 2>conftest.er1
3138 ac_status=$?
3139 grep -v '^ *+' conftest.er1 >conftest.err
3140 rm -f conftest.er1
3141 cat conftest.err >&5
3142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143 (exit $ac_status); } &&
3144 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3146 (eval $ac_try) 2>&5
3147 ac_status=$?
3148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3149 (exit $ac_status); }; } &&
3150 { ac_try='test -s conftest$ac_exeext'
3151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3152 (eval $ac_try) 2>&5
3153 ac_status=$?
3154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3155 (exit $ac_status); }; }; then
3156 ac_cv_lib_supcpp_main=yes
3157else
3158 echo "$as_me: failed program was:" >&5
3159sed 's/^/| /' conftest.$ac_ext >&5
3160
3161ac_cv_lib_supcpp_main=no
3162fi
3163rm -f conftest.err conftest.$ac_objext \
3164 conftest$ac_exeext conftest.$ac_ext
3165LIBS=$ac_check_lib_save_LIBS
3166fi
3167echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3168echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3169if test $ac_cv_lib_supcpp_main = yes; then
3170
3171 LINKER="$CC"
3172 LIBS="$LIBS -lsupc++"
3173
3174fi
3175
3176fi
3177LINKER=$LINKER
3178
3179
3180
3181cat >>confdefs.h <<\_ACEOF
3182#define _GNU_SOURCE 1
3183_ACEOF
3184
3185
3186case $host in
3187 *-*-solaris* )
3188
3189cat >>confdefs.h <<\_ACEOF
3190#define _XOPEN_SOURCE_EXTENDED 1
3191_ACEOF
3192
3193
3194cat >>confdefs.h <<\_ACEOF
3195#define _XOPEN_SOURCE 2
3196_ACEOF
3197
3198
3199cat >>confdefs.h <<\_ACEOF
3200#define __EXTENSIONS__ 1
3201_ACEOF
3202
3203 ;;
3204esac
3205
3206
3207ac_ext=cc
3208ac_cpp='$CXXCPP $CPPFLAGS'
3209ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3212
3213
3214
3215ac_ext=cc
3216ac_cpp='$CXXCPP $CPPFLAGS'
3217ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3218ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3219ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3220echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3221echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3222if test -z "$CXXCPP"; then
3223 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
3225else
3226 # Double quotes because CXXCPP needs to be expanded
3227 for CXXCPP in "$CXX -E" "/lib/cpp"
3228 do
3229 ac_preproc_ok=false
3230for ac_cxx_preproc_warn_flag in '' yes
3231do
3232 # Use a header file that comes with gcc, so configuring glibc
3233 # with a fresh cross-compiler works.
3234 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3235 # <limits.h> exists even on freestanding compilers.
3236 # On the NeXT, cc -E runs the code through the compiler's parser,
3237 # not just through cpp. "Syntax error" is here to catch this case.
3238 cat >conftest.$ac_ext <<_ACEOF
3239/* confdefs.h. */
3240_ACEOF
3241cat confdefs.h >>conftest.$ac_ext
3242cat >>conftest.$ac_ext <<_ACEOF
3243/* end confdefs.h. */
3244#ifdef __STDC__
3245# include <limits.h>
3246#else
3247# include <assert.h>
3248#endif
3249 Syntax error
3250_ACEOF
3251if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3252 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3253 ac_status=$?
3254 grep -v '^ *+' conftest.er1 >conftest.err
3255 rm -f conftest.er1
3256 cat conftest.err >&5
3257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3258 (exit $ac_status); } >/dev/null; then
3259 if test -s conftest.err; then
3260 ac_cpp_err=$ac_cxx_preproc_warn_flag
3261 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3262 else
3263 ac_cpp_err=
3264 fi
3265else
3266 ac_cpp_err=yes
3267fi
3268if test -z "$ac_cpp_err"; then
3269 :
3270else
3271 echo "$as_me: failed program was:" >&5
3272sed 's/^/| /' conftest.$ac_ext >&5
3273
3274 # Broken: fails on valid input.
3275continue
3276fi
3277rm -f conftest.err conftest.$ac_ext
3278
3279 # OK, works on sane cases. Now check whether non-existent headers
3280 # can be detected and how.
3281 cat >conftest.$ac_ext <<_ACEOF
3282/* confdefs.h. */
3283_ACEOF
3284cat confdefs.h >>conftest.$ac_ext
3285cat >>conftest.$ac_ext <<_ACEOF
3286/* end confdefs.h. */
3287#include <ac_nonexistent.h>
3288_ACEOF
3289if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3290 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3291 ac_status=$?
3292 grep -v '^ *+' conftest.er1 >conftest.err
3293 rm -f conftest.er1
3294 cat conftest.err >&5
3295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3296 (exit $ac_status); } >/dev/null; then
3297 if test -s conftest.err; then
3298 ac_cpp_err=$ac_cxx_preproc_warn_flag
3299 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3300 else
3301 ac_cpp_err=
3302 fi
3303else
3304 ac_cpp_err=yes
3305fi
3306if test -z "$ac_cpp_err"; then
3307 # Broken: success on invalid input.
3308continue
3309else
3310 echo "$as_me: failed program was:" >&5
3311sed 's/^/| /' conftest.$ac_ext >&5
3312
3313 # Passes both tests.
3314ac_preproc_ok=:
3315break
3316fi
3317rm -f conftest.err conftest.$ac_ext
3318
3319done
3320# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3321rm -f conftest.err conftest.$ac_ext
3322if $ac_preproc_ok; then
3323 break
3324fi
3325
3326 done
3327 ac_cv_prog_CXXCPP=$CXXCPP
3328
3329fi
3330 CXXCPP=$ac_cv_prog_CXXCPP
3331else
3332 ac_cv_prog_CXXCPP=$CXXCPP
3333fi
3334echo "$as_me:$LINENO: result: $CXXCPP" >&5
3335echo "${ECHO_T}$CXXCPP" >&6
3336ac_preproc_ok=false
3337for ac_cxx_preproc_warn_flag in '' yes
3338do
3339 # Use a header file that comes with gcc, so configuring glibc
3340 # with a fresh cross-compiler works.
3341 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3342 # <limits.h> exists even on freestanding compilers.
3343 # On the NeXT, cc -E runs the code through the compiler's parser,
3344 # not just through cpp. "Syntax error" is here to catch this case.
3345 cat >conftest.$ac_ext <<_ACEOF
3346/* confdefs.h. */
3347_ACEOF
3348cat confdefs.h >>conftest.$ac_ext
3349cat >>conftest.$ac_ext <<_ACEOF
3350/* end confdefs.h. */
3351#ifdef __STDC__
3352# include <limits.h>
3353#else
3354# include <assert.h>
3355#endif
3356 Syntax error
3357_ACEOF
3358if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3359 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3360 ac_status=$?
3361 grep -v '^ *+' conftest.er1 >conftest.err
3362 rm -f conftest.er1
3363 cat conftest.err >&5
3364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3365 (exit $ac_status); } >/dev/null; then
3366 if test -s conftest.err; then
3367 ac_cpp_err=$ac_cxx_preproc_warn_flag
3368 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3369 else
3370 ac_cpp_err=
3371 fi
3372else
3373 ac_cpp_err=yes
3374fi
3375if test -z "$ac_cpp_err"; then
3376 :
3377else
3378 echo "$as_me: failed program was:" >&5
3379sed 's/^/| /' conftest.$ac_ext >&5
3380
3381 # Broken: fails on valid input.
3382continue
3383fi
3384rm -f conftest.err conftest.$ac_ext
3385
3386 # OK, works on sane cases. Now check whether non-existent headers
3387 # can be detected and how.
3388 cat >conftest.$ac_ext <<_ACEOF
3389/* confdefs.h. */
3390_ACEOF
3391cat confdefs.h >>conftest.$ac_ext
3392cat >>conftest.$ac_ext <<_ACEOF
3393/* end confdefs.h. */
3394#include <ac_nonexistent.h>
3395_ACEOF
3396if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3397 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3398 ac_status=$?
3399 grep -v '^ *+' conftest.er1 >conftest.err
3400 rm -f conftest.er1
3401 cat conftest.err >&5
3402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3403 (exit $ac_status); } >/dev/null; then
3404 if test -s conftest.err; then
3405 ac_cpp_err=$ac_cxx_preproc_warn_flag
3406 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3407 else
3408 ac_cpp_err=
3409 fi
3410else
3411 ac_cpp_err=yes
3412fi
3413if test -z "$ac_cpp_err"; then
3414 # Broken: success on invalid input.
3415continue
3416else
3417 echo "$as_me: failed program was:" >&5
3418sed 's/^/| /' conftest.$ac_ext >&5
3419
3420 # Passes both tests.
3421ac_preproc_ok=:
3422break
3423fi
3424rm -f conftest.err conftest.$ac_ext
3425
3426done
3427# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3428rm -f conftest.err conftest.$ac_ext
3429if $ac_preproc_ok; then
3430 :
3431else
3432 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3433See \`config.log' for more details." >&5
3434echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3435See \`config.log' for more details." >&2;}
3436 { (exit 1); exit 1; }; }
3437fi
3438
3439ac_ext=cc
3440ac_cpp='$CXXCPP $CPPFLAGS'
3441ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3442ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3443ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3444 3056
3445 3057
3446echo "$as_me:$LINENO: checking for egrep" >&5 3058echo "$as_me:$LINENO: checking for egrep" >&5
3447echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3059echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3448if test "${ac_cv_prog_egrep+set}" = set; then 3060if test "${ac_cv_prog_egrep+set}" = set; then
3523 grep -v '^ *+' conftest.er1 >conftest.err 3135 grep -v '^ *+' conftest.er1 >conftest.err
3524 rm -f conftest.er1 3136 rm -f conftest.er1
3525 cat conftest.err >&5 3137 cat conftest.err >&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); } && 3139 (exit $ac_status); } &&
3528 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3530 (eval $ac_try) 2>&5 3142 (eval $ac_try) 2>&5
3531 ac_status=$? 3143 ac_status=$?
3532 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3533 (exit $ac_status); }; } && 3145 (exit $ac_status); }; } &&
3577 grep -v '^ *+' conftest.er1 >conftest.err 3189 grep -v '^ *+' conftest.er1 >conftest.err
3578 rm -f conftest.er1 3190 rm -f conftest.er1
3579 cat conftest.err >&5 3191 cat conftest.err >&5
3580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3581 (exit $ac_status); } && 3193 (exit $ac_status); } &&
3582 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3194 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3584 (eval $ac_try) 2>&5 3196 (eval $ac_try) 2>&5
3585 ac_status=$? 3197 ac_status=$?
3586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3587 (exit $ac_status); }; } && 3199 (exit $ac_status); }; } &&
3608echo "${ECHO_T}$ac_cv_search_strerror" >&6 3220echo "${ECHO_T}$ac_cv_search_strerror" >&6
3609if test "$ac_cv_search_strerror" != no; then 3221if test "$ac_cv_search_strerror" != no; then
3610 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3222 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3611 3223
3612fi 3224fi
3225
3226
3227ac_ext=c
3228ac_cpp='$CPP $CPPFLAGS'
3229ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3230ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3231ac_compiler_gnu=$ac_cv_c_compiler_gnu
3232
3233
3234LINKER="$CXX"
3235if test x$GCC = xyes && test x$GXX = xyes; then
3236 echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3237echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3238if test "${ac_cv_lib_supcpp_main+set}" = set; then
3239 echo $ECHO_N "(cached) $ECHO_C" >&6
3240else
3241 ac_check_lib_save_LIBS=$LIBS
3242LIBS="-lsupc++ $LIBS"
3243cat >conftest.$ac_ext <<_ACEOF
3244/* confdefs.h. */
3245_ACEOF
3246cat confdefs.h >>conftest.$ac_ext
3247cat >>conftest.$ac_ext <<_ACEOF
3248/* end confdefs.h. */
3249
3250
3251int
3252main ()
3253{
3254main ();
3255 ;
3256 return 0;
3257}
3258_ACEOF
3259rm -f conftest.$ac_objext conftest$ac_exeext
3260if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3261 (eval $ac_link) 2>conftest.er1
3262 ac_status=$?
3263 grep -v '^ *+' conftest.er1 >conftest.err
3264 rm -f conftest.er1
3265 cat conftest.err >&5
3266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3267 (exit $ac_status); } &&
3268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3270 (eval $ac_try) 2>&5
3271 ac_status=$?
3272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3273 (exit $ac_status); }; } &&
3274 { ac_try='test -s conftest$ac_exeext'
3275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3276 (eval $ac_try) 2>&5
3277 ac_status=$?
3278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3279 (exit $ac_status); }; }; then
3280 ac_cv_lib_supcpp_main=yes
3281else
3282 echo "$as_me: failed program was:" >&5
3283sed 's/^/| /' conftest.$ac_ext >&5
3284
3285ac_cv_lib_supcpp_main=no
3286fi
3287rm -f conftest.err conftest.$ac_objext \
3288 conftest$ac_exeext conftest.$ac_ext
3289LIBS=$ac_check_lib_save_LIBS
3290fi
3291echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3292echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3293if test $ac_cv_lib_supcpp_main = yes; then
3294
3295 LINKER="$CC"
3296 LIBS="$LIBS -lsupc++"
3297
3298fi
3299
3300fi
3301LINKER=$LINKER
3302
3303
3304ac_ext=cc
3305ac_cpp='$CXXCPP $CPPFLAGS'
3306ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3307ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3308ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3309
3310if test -z "$orig_CXXFLAGS"; then
3311 if test x$GCC = xyes && test "x$GXX" = xyes; then
3312 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3313
3314cat >conftest.$ac_ext <<_ACEOF
3315/* confdefs.h. */
3316_ACEOF
3317cat confdefs.h >>conftest.$ac_ext
3318cat >>conftest.$ac_ext <<_ACEOF
3319/* end confdefs.h. */
3320
3321int
3322main ()
3323{
3324
3325 ;
3326 return 0;
3327}
3328_ACEOF
3329rm -f conftest.$ac_objext
3330if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3331 (eval $ac_compile) 2>conftest.er1
3332 ac_status=$?
3333 grep -v '^ *+' conftest.er1 >conftest.err
3334 rm -f conftest.er1
3335 cat conftest.err >&5
3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337 (exit $ac_status); } &&
3338 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3340 (eval $ac_try) 2>&5
3341 ac_status=$?
3342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); }; } &&
3344 { ac_try='test -s conftest.$ac_objext'
3345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3346 (eval $ac_try) 2>&5
3347 ac_status=$?
3348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3349 (exit $ac_status); }; }; then
3350 :
3351else
3352 echo "$as_me: failed program was:" >&5
3353sed 's/^/| /' conftest.$ac_ext >&5
3354
3355CXXFLAGS="-g -O3"
3356fi
3357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3358 else
3359 CXXFLAGS="-O"
3360 fi
3361 CFLAGS="$CXXFLAGS"
3362fi
3363
3364
3365cat >>confdefs.h <<\_ACEOF
3366#define _GNU_SOURCE 1
3367_ACEOF
3368
3369
3370case $host in
3371 *-*-solaris* )
3372
3373cat >>confdefs.h <<\_ACEOF
3374#define _XOPEN_SOURCE_EXTENDED 1
3375_ACEOF
3376
3377
3378cat >>confdefs.h <<\_ACEOF
3379#define _XOPEN_SOURCE 2
3380_ACEOF
3381
3382
3383cat >>confdefs.h <<\_ACEOF
3384#define __EXTENSIONS__ 1
3385_ACEOF
3386
3387 ;;
3388esac
3613 3389
3614 3390
3615echo "$as_me:$LINENO: checking for setlocale" >&5 3391echo "$as_me:$LINENO: checking for setlocale" >&5
3616echo $ECHO_N "checking for setlocale... $ECHO_C" >&6 3392echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3617if test "${ac_cv_func_setlocale+set}" = set; then 3393if test "${ac_cv_func_setlocale+set}" = set; then
4549 if test x$enableval = xyes -o x$enableval = xno; then 4325 if test x$enableval = xyes -o x$enableval = xno; then
4550 support_scroll_plain=$enableval 4326 support_scroll_plain=$enableval
4551 fi 4327 fi
4552fi; 4328fi;
4553 4329
4554# Check whether --enable-half-shadow or --disable-half-shadow was given.
4555if test "${enable_half_shadow+set}" = set; then
4556 enableval="$enable_half_shadow"
4557 if test x$enableval = xyes; then
4558
4559cat >>confdefs.h <<\_ACEOF
4560#define HALFSHADOW 1
4561_ACEOF
4562
4563 fi
4564fi;
4565 4330
4566 4331
4567# Check whether --with-codesets or --without-codesets was given. 4332# Check whether --with-codesets or --without-codesets was given.
4568if test "${with_codesets+set}" = set; then 4333if test "${with_codesets+set}" = set; then
4569 withval="$with_codesets" 4334 withval="$with_codesets"
4836#define RXVT_TERMINFO "$withval" 4601#define RXVT_TERMINFO "$withval"
4837_ACEOF 4602_ACEOF
4838 terminfo="$withval" 4603 terminfo="$withval"
4839 fi 4604 fi
4840fi; 4605fi;
4841
4842
4843
4844cat >>confdefs.h <<\_ACEOF
4845#define PROTOTYPES 1
4846_ACEOF
4847 4606
4848 4607
4849# Extract the first word of "mv", so it can be a program name with args. 4608# Extract the first word of "mv", so it can be a program name with args.
4850set dummy mv; ac_word=$2 4609set dummy mv; ac_word=$2
4851echo "$as_me:$LINENO: checking for $ac_word" >&5 4610echo "$as_me:$LINENO: checking for $ac_word" >&5
5124else 4883else
5125 echo "$as_me:$LINENO: result: no" >&5 4884 echo "$as_me:$LINENO: result: no" >&5
5126echo "${ECHO_T}no" >&6 4885echo "${ECHO_T}no" >&6
5127fi 4886fi
5128 4887
5129# Extract the first word of "tbl", so it can be a program name with args.
5130set dummy tbl; ac_word=$2
5131echo "$as_me:$LINENO: checking for $ac_word" >&5
5132echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5133if test "${ac_cv_path_TBL+set}" = set; then
5134 echo $ECHO_N "(cached) $ECHO_C" >&6
5135else
5136 case $TBL in
5137 [\\/]* | ?:[\\/]*)
5138 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5139 ;;
5140 *)
5141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5142for as_dir in $PATH
5143do
5144 IFS=$as_save_IFS
5145 test -z "$as_dir" && as_dir=.
5146 for ac_exec_ext in '' $ac_executable_extensions; do
5147 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5148 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
5149 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5150 break 2
5151 fi
5152done
5153done
5154
5155 ;;
5156esac
5157fi
5158TBL=$ac_cv_path_TBL
5159
5160if test -n "$TBL"; then
5161 echo "$as_me:$LINENO: result: $TBL" >&5
5162echo "${ECHO_T}$TBL" >&6
5163else
5164 echo "$as_me:$LINENO: result: no" >&5
5165echo "${ECHO_T}no" >&6
5166fi
5167
5168# Extract the first word of "tic", so it can be a program name with args. 4888# Extract the first word of "tic", so it can be a program name with args.
5169set dummy tic; ac_word=$2 4889set dummy tic; ac_word=$2
5170echo "$as_me:$LINENO: checking for $ac_word" >&5 4890echo "$as_me:$LINENO: checking for $ac_word" >&5
5171echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4891echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5172if test "${ac_cv_path_TIC+set}" = set; then 4892if test "${ac_cv_path_TIC+set}" = set; then
5203 echo "$as_me:$LINENO: result: no" >&5 4923 echo "$as_me:$LINENO: result: no" >&5
5204echo "${ECHO_T}no" >&6 4924echo "${ECHO_T}no" >&6
5205fi 4925fi
5206 4926
5207 4927
4928
4929
4930ac_ext=cc
4931ac_cpp='$CXXCPP $CPPFLAGS'
4932ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4933ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4934ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4935echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4936echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
4937if test -z "$CXXCPP"; then
4938 if test "${ac_cv_prog_CXXCPP+set}" = set; then
4939 echo $ECHO_N "(cached) $ECHO_C" >&6
4940else
4941 # Double quotes because CXXCPP needs to be expanded
4942 for CXXCPP in "$CXX -E" "/lib/cpp"
4943 do
4944 ac_preproc_ok=false
4945for ac_cxx_preproc_warn_flag in '' yes
4946do
4947 # Use a header file that comes with gcc, so configuring glibc
4948 # with a fresh cross-compiler works.
4949 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4950 # <limits.h> exists even on freestanding compilers.
4951 # On the NeXT, cc -E runs the code through the compiler's parser,
4952 # not just through cpp. "Syntax error" is here to catch this case.
4953 cat >conftest.$ac_ext <<_ACEOF
4954/* confdefs.h. */
4955_ACEOF
4956cat confdefs.h >>conftest.$ac_ext
4957cat >>conftest.$ac_ext <<_ACEOF
4958/* end confdefs.h. */
4959#ifdef __STDC__
4960# include <limits.h>
4961#else
4962# include <assert.h>
4963#endif
4964 Syntax error
4965_ACEOF
4966if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4967 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4968 ac_status=$?
4969 grep -v '^ *+' conftest.er1 >conftest.err
4970 rm -f conftest.er1
4971 cat conftest.err >&5
4972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4973 (exit $ac_status); } >/dev/null; then
4974 if test -s conftest.err; then
4975 ac_cpp_err=$ac_cxx_preproc_warn_flag
4976 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4977 else
4978 ac_cpp_err=
4979 fi
4980else
4981 ac_cpp_err=yes
4982fi
4983if test -z "$ac_cpp_err"; then
4984 :
4985else
4986 echo "$as_me: failed program was:" >&5
4987sed 's/^/| /' conftest.$ac_ext >&5
4988
4989 # Broken: fails on valid input.
4990continue
4991fi
4992rm -f conftest.err conftest.$ac_ext
4993
4994 # OK, works on sane cases. Now check whether non-existent headers
4995 # can be detected and how.
4996 cat >conftest.$ac_ext <<_ACEOF
4997/* confdefs.h. */
4998_ACEOF
4999cat confdefs.h >>conftest.$ac_ext
5000cat >>conftest.$ac_ext <<_ACEOF
5001/* end confdefs.h. */
5002#include <ac_nonexistent.h>
5003_ACEOF
5004if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5005 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5006 ac_status=$?
5007 grep -v '^ *+' conftest.er1 >conftest.err
5008 rm -f conftest.er1
5009 cat conftest.err >&5
5010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5011 (exit $ac_status); } >/dev/null; then
5012 if test -s conftest.err; then
5013 ac_cpp_err=$ac_cxx_preproc_warn_flag
5014 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5015 else
5016 ac_cpp_err=
5017 fi
5018else
5019 ac_cpp_err=yes
5020fi
5021if test -z "$ac_cpp_err"; then
5022 # Broken: success on invalid input.
5023continue
5024else
5025 echo "$as_me: failed program was:" >&5
5026sed 's/^/| /' conftest.$ac_ext >&5
5027
5028 # Passes both tests.
5029ac_preproc_ok=:
5030break
5031fi
5032rm -f conftest.err conftest.$ac_ext
5033
5034done
5035# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5036rm -f conftest.err conftest.$ac_ext
5037if $ac_preproc_ok; then
5038 break
5039fi
5040
5041 done
5042 ac_cv_prog_CXXCPP=$CXXCPP
5043
5044fi
5045 CXXCPP=$ac_cv_prog_CXXCPP
5046else
5047 ac_cv_prog_CXXCPP=$CXXCPP
5048fi
5049echo "$as_me:$LINENO: result: $CXXCPP" >&5
5050echo "${ECHO_T}$CXXCPP" >&6
5051ac_preproc_ok=false
5052for ac_cxx_preproc_warn_flag in '' yes
5053do
5054 # Use a header file that comes with gcc, so configuring glibc
5055 # with a fresh cross-compiler works.
5056 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5057 # <limits.h> exists even on freestanding compilers.
5058 # On the NeXT, cc -E runs the code through the compiler's parser,
5059 # not just through cpp. "Syntax error" is here to catch this case.
5060 cat >conftest.$ac_ext <<_ACEOF
5061/* confdefs.h. */
5062_ACEOF
5063cat confdefs.h >>conftest.$ac_ext
5064cat >>conftest.$ac_ext <<_ACEOF
5065/* end confdefs.h. */
5066#ifdef __STDC__
5067# include <limits.h>
5068#else
5069# include <assert.h>
5070#endif
5071 Syntax error
5072_ACEOF
5073if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5074 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5075 ac_status=$?
5076 grep -v '^ *+' conftest.er1 >conftest.err
5077 rm -f conftest.er1
5078 cat conftest.err >&5
5079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5080 (exit $ac_status); } >/dev/null; then
5081 if test -s conftest.err; then
5082 ac_cpp_err=$ac_cxx_preproc_warn_flag
5083 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5084 else
5085 ac_cpp_err=
5086 fi
5087else
5088 ac_cpp_err=yes
5089fi
5090if test -z "$ac_cpp_err"; then
5091 :
5092else
5093 echo "$as_me: failed program was:" >&5
5094sed 's/^/| /' conftest.$ac_ext >&5
5095
5096 # Broken: fails on valid input.
5097continue
5098fi
5099rm -f conftest.err conftest.$ac_ext
5100
5101 # OK, works on sane cases. Now check whether non-existent headers
5102 # can be detected and how.
5103 cat >conftest.$ac_ext <<_ACEOF
5104/* confdefs.h. */
5105_ACEOF
5106cat confdefs.h >>conftest.$ac_ext
5107cat >>conftest.$ac_ext <<_ACEOF
5108/* end confdefs.h. */
5109#include <ac_nonexistent.h>
5110_ACEOF
5111if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5112 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5113 ac_status=$?
5114 grep -v '^ *+' conftest.er1 >conftest.err
5115 rm -f conftest.er1
5116 cat conftest.err >&5
5117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5118 (exit $ac_status); } >/dev/null; then
5119 if test -s conftest.err; then
5120 ac_cpp_err=$ac_cxx_preproc_warn_flag
5121 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5122 else
5123 ac_cpp_err=
5124 fi
5125else
5126 ac_cpp_err=yes
5127fi
5128if test -z "$ac_cpp_err"; then
5129 # Broken: success on invalid input.
5130continue
5131else
5132 echo "$as_me: failed program was:" >&5
5133sed 's/^/| /' conftest.$ac_ext >&5
5134
5135 # Passes both tests.
5136ac_preproc_ok=:
5137break
5138fi
5139rm -f conftest.err conftest.$ac_ext
5140
5141done
5142# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5143rm -f conftest.err conftest.$ac_ext
5144if $ac_preproc_ok; then
5145 :
5146else
5147 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5148See \`config.log' for more details." >&5
5149echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5150See \`config.log' for more details." >&2;}
5151 { (exit 1); exit 1; }; }
5152fi
5153
5154ac_ext=cc
5155ac_cpp='$CXXCPP $CPPFLAGS'
5156ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5157ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5158ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5208 5159
5209 5160
5210 5161
5211if test "x$ac_path_x_has_been_run" != xyes; then 5162if test "x$ac_path_x_has_been_run" != xyes; then
5212 echo "$as_me:$LINENO: checking for X" >&5 5163 echo "$as_me:$LINENO: checking for X" >&5
7266 7217
7267 7218
7268 7219
7269 7220
7270 7221
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280for ac_header in \ 7222for ac_header in \
7281 assert.h \ 7223 assert.h \
7282 fcntl.h \ 7224 fcntl.h \
7283 grp.h \
7284 libc.h \
7285 lastlog.h \
7286 stdarg.h \ 7225 stdarg.h \
7287 stdlib.h \ 7226 stdlib.h \
7288 string.h \ 7227 string.h \
7289 termios.h \ 7228 termios.h \
7290 unistd.h \ 7229 unistd.h \
7291 sys/byteorder.h \ 7230 sys/byteorder.h \
7292 sys/ioctl.h \ 7231 sys/ioctl.h \
7293 sys/select.h \ 7232 sys/select.h \
7294 sys/sockio.h \ 7233 sys/sockio.h \
7295 sys/strredir.h \ 7234 sys/strredir.h \
7296 sys/stropts.h \
7297 sys/time.h \ 7235 sys/time.h \
7298 utmp.h \ 7236 stdint.h \
7299 utmpx.h \ 7237 wchar.h \
7300 stdint.h \ 7238 cwchar \
7301 pty.h \ 7239 clocale \
7302 util.h \
7303 libutil.h \
7304 wchar.h \
7305 cwchar \
7306 clocale \
7307 7240
7308do 7241do
7309as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7242as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7310if eval "test \"\${$as_ac_Header+set}\" = set"; then 7243if eval "test \"\${$as_ac_Header+set}\" = set"; then
7311 echo "$as_me:$LINENO: checking for $ac_header" >&5 7244 echo "$as_me:$LINENO: checking for $ac_header" >&5
10138#define RETSIGTYPE $ac_cv_type_signal 10071#define RETSIGTYPE $ac_cv_type_signal
10139_ACEOF 10072_ACEOF
10140 10073
10141 10074
10142 10075
10143case "$host_alias" in
10144 *ultrix) ac_cv_func_setsid='no' ;;
10145 *) break;;
10146esac
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160 10076
10161 10077
10162 10078
10163 10079
10164 10080
10165 10081
10166 10082
10167for ac_func in \ 10083for ac_func in \
10168 atexit \
10169 revoke \
10170 unsetenv \ 10084 unsetenv \
10171 setutent \ 10085 setutent \
10172 seteuid \ 10086 seteuid \
10087 setresuid \
10173 setreuid \ 10088 setreuid \
10174 setsid \
10175 setpgrp \
10176 setpgid \
10177 _getpty \
10178 posix_openpt \
10179 grantpt \
10180 unlockpt \
10181 isastream \
10182 on_exit \ 10089 on_exit \
10183 nanosleep \ 10090 nanosleep \
10184 updwtmp \
10185 updwtmpx \
10186 ttyslot \
10187 10091
10188do 10092do
10189as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10093as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10190echo "$as_me:$LINENO: checking for $ac_func" >&5 10094echo "$as_me:$LINENO: checking for $ac_func" >&5
10191echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10095echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10280 cat >>confdefs.h <<_ACEOF 10184 cat >>confdefs.h <<_ACEOF
10281#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 10185#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10282_ACEOF 10186_ACEOF
10283 10187
10284fi 10188fi
10189done
10190
10191
10192
10193
10194
10195
10196for ac_func in \
10197 ttyslot \
10198 updwtmp \
10199 updwtmpx \
10200
10201do
10202as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10203echo "$as_me:$LINENO: checking for $ac_func" >&5
10204echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10205if eval "test \"\${$as_ac_var+set}\" = set"; then
10206 echo $ECHO_N "(cached) $ECHO_C" >&6
10207else
10208 cat >conftest.$ac_ext <<_ACEOF
10209/* confdefs.h. */
10210_ACEOF
10211cat confdefs.h >>conftest.$ac_ext
10212cat >>conftest.$ac_ext <<_ACEOF
10213/* end confdefs.h. */
10214/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10215 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10216#define $ac_func innocuous_$ac_func
10217
10218/* System header to define __stub macros and hopefully few prototypes,
10219 which can conflict with char $ac_func (); below.
10220 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10221 <limits.h> exists even on freestanding compilers. */
10222
10223#ifdef __STDC__
10224# include <limits.h>
10225#else
10226# include <assert.h>
10227#endif
10228
10229#undef $ac_func
10230
10231/* Override any gcc2 internal prototype to avoid an error. */
10232#ifdef __cplusplus
10233extern "C"
10234{
10235#endif
10236/* We use char because int might match the return type of a gcc2
10237 builtin and then its argument prototype would still apply. */
10238char $ac_func ();
10239/* The GNU C library defines this for functions which it implements
10240 to always fail with ENOSYS. Some functions are actually named
10241 something starting with __ and the normal name is an alias. */
10242#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10243choke me
10244#else
10245char (*f) () = $ac_func;
10246#endif
10247#ifdef __cplusplus
10248}
10249#endif
10250
10251int
10252main ()
10253{
10254return f != $ac_func;
10255 ;
10256 return 0;
10257}
10258_ACEOF
10259rm -f conftest.$ac_objext conftest$ac_exeext
10260if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10261 (eval $ac_link) 2>conftest.er1
10262 ac_status=$?
10263 grep -v '^ *+' conftest.er1 >conftest.err
10264 rm -f conftest.er1
10265 cat conftest.err >&5
10266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10267 (exit $ac_status); } &&
10268 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10270 (eval $ac_try) 2>&5
10271 ac_status=$?
10272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10273 (exit $ac_status); }; } &&
10274 { ac_try='test -s conftest$ac_exeext'
10275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10276 (eval $ac_try) 2>&5
10277 ac_status=$?
10278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10279 (exit $ac_status); }; }; then
10280 eval "$as_ac_var=yes"
10281else
10282 echo "$as_me: failed program was:" >&5
10283sed 's/^/| /' conftest.$ac_ext >&5
10284
10285eval "$as_ac_var=no"
10286fi
10287rm -f conftest.err conftest.$ac_objext \
10288 conftest$ac_exeext conftest.$ac_ext
10289fi
10290echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10291echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10292if test `eval echo '${'$as_ac_var'}'` = yes; then
10293 cat >>confdefs.h <<_ACEOF
10294#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10295_ACEOF
10296
10297fi
10298done
10299
10300
10301
10302
10303
10304for ac_header in \
10305 utmp.h \
10306 utmpx.h \
10307 lastlog.h \
10308
10309do
10310as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10311if eval "test \"\${$as_ac_Header+set}\" = set"; then
10312 echo "$as_me:$LINENO: checking for $ac_header" >&5
10313echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10314if eval "test \"\${$as_ac_Header+set}\" = set"; then
10315 echo $ECHO_N "(cached) $ECHO_C" >&6
10316fi
10317echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10318echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10319else
10320 # Is the header compilable?
10321echo "$as_me:$LINENO: checking $ac_header usability" >&5
10322echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10323cat >conftest.$ac_ext <<_ACEOF
10324/* confdefs.h. */
10325_ACEOF
10326cat confdefs.h >>conftest.$ac_ext
10327cat >>conftest.$ac_ext <<_ACEOF
10328/* end confdefs.h. */
10329$ac_includes_default
10330#include <$ac_header>
10331_ACEOF
10332rm -f conftest.$ac_objext
10333if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10334 (eval $ac_compile) 2>conftest.er1
10335 ac_status=$?
10336 grep -v '^ *+' conftest.er1 >conftest.err
10337 rm -f conftest.er1
10338 cat conftest.err >&5
10339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10340 (exit $ac_status); } &&
10341 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10343 (eval $ac_try) 2>&5
10344 ac_status=$?
10345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10346 (exit $ac_status); }; } &&
10347 { ac_try='test -s conftest.$ac_objext'
10348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10349 (eval $ac_try) 2>&5
10350 ac_status=$?
10351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10352 (exit $ac_status); }; }; then
10353 ac_header_compiler=yes
10354else
10355 echo "$as_me: failed program was:" >&5
10356sed 's/^/| /' conftest.$ac_ext >&5
10357
10358ac_header_compiler=no
10359fi
10360rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10361echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10362echo "${ECHO_T}$ac_header_compiler" >&6
10363
10364# Is the header present?
10365echo "$as_me:$LINENO: checking $ac_header presence" >&5
10366echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10367cat >conftest.$ac_ext <<_ACEOF
10368/* confdefs.h. */
10369_ACEOF
10370cat confdefs.h >>conftest.$ac_ext
10371cat >>conftest.$ac_ext <<_ACEOF
10372/* end confdefs.h. */
10373#include <$ac_header>
10374_ACEOF
10375if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10376 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10377 ac_status=$?
10378 grep -v '^ *+' conftest.er1 >conftest.err
10379 rm -f conftest.er1
10380 cat conftest.err >&5
10381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10382 (exit $ac_status); } >/dev/null; then
10383 if test -s conftest.err; then
10384 ac_cpp_err=$ac_cxx_preproc_warn_flag
10385 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10386 else
10387 ac_cpp_err=
10388 fi
10389else
10390 ac_cpp_err=yes
10391fi
10392if test -z "$ac_cpp_err"; then
10393 ac_header_preproc=yes
10394else
10395 echo "$as_me: failed program was:" >&5
10396sed 's/^/| /' conftest.$ac_ext >&5
10397
10398 ac_header_preproc=no
10399fi
10400rm -f conftest.err conftest.$ac_ext
10401echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10402echo "${ECHO_T}$ac_header_preproc" >&6
10403
10404# So? What about this header?
10405case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10406 yes:no: )
10407 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10408echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10409 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10410echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10411 ac_header_preproc=yes
10412 ;;
10413 no:yes:* )
10414 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10415echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10416 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10417echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10418 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10419echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10420 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10421echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10422 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10423echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10424 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10425echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10426 (
10427 cat <<\_ASBOX
10428## ------------------------------------------ ##
10429## Report this to the AC_PACKAGE_NAME lists. ##
10430## ------------------------------------------ ##
10431_ASBOX
10432 ) |
10433 sed "s/^/$as_me: WARNING: /" >&2
10434 ;;
10435esac
10436echo "$as_me:$LINENO: checking for $ac_header" >&5
10437echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10438if eval "test \"\${$as_ac_Header+set}\" = set"; then
10439 echo $ECHO_N "(cached) $ECHO_C" >&6
10440else
10441 eval "$as_ac_Header=\$ac_header_preproc"
10442fi
10443echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10444echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10445
10446fi
10447if test `eval echo '${'$as_ac_Header'}'` = yes; then
10448 cat >>confdefs.h <<_ACEOF
10449#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10450_ACEOF
10451
10452fi
10453
10285done 10454done
10286 10455
10287 10456
10288 10457
10289if test "${ac_cv_header_utmp_h+set}" = set; then 10458if test "${ac_cv_header_utmp_h+set}" = set; then
10433_ACEOF 10602_ACEOF
10434cat confdefs.h >>conftest.$ac_ext 10603cat confdefs.h >>conftest.$ac_ext
10435cat >>conftest.$ac_ext <<_ACEOF 10604cat >>conftest.$ac_ext <<_ACEOF
10436/* end confdefs.h. */ 10605/* end confdefs.h. */
10437#include <sys/types.h> 10606#include <sys/types.h>
10438#include <stdint.h>
10439#include <utmp.h> 10607#include <utmp.h>
10440int 10608int
10441main () 10609main ()
10442{ 10610{
10443struct utmp ut; 10611struct utmp ut;
11544_ACEOF 11712_ACEOF
11545 11713
11546fi 11714fi
11547 11715
11548 11716
11717
11549echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 11718echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11550echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6 11719echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11551if test "${rxvt_cv_path_ttytab+set}" = set; then 11720if test "${rxvt_cv_path_ttytab+set}" = set; then
11552 echo $ECHO_N "(cached) $ECHO_C" >&6 11721 echo $ECHO_N "(cached) $ECHO_C" >&6
11553else 11722else
11904 12073
11905cat >>confdefs.h <<\_ACEOF 12074cat >>confdefs.h <<\_ACEOF
11906#define HAVE_UNIX_FDPASS 1 12075#define HAVE_UNIX_FDPASS 1
11907_ACEOF 12076_ACEOF
11908 12077
12078else
12079 { { echo "$as_me:$LINENO: error: urxvt requires unix-compliant filehandle passing ability" >&5
12080echo "$as_me: error: urxvt requires unix-compliant filehandle passing ability" >&2;}
12081 { (exit 1); exit 1; }; }
11909fi 12082fi
11910 12083
11911echo "$as_me:$LINENO: checking for broken XIM callback" >&5 12084echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11912echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 12085echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11913if test "${rxvt_broken_ximcb+set}" = set; then 12086if test "${rxvt_broken_ximcb+set}" = set; then
11964#define XIMCB_PROTO_BROKEN 1 12137#define XIMCB_PROTO_BROKEN 1
11965_ACEOF 12138_ACEOF
11966 12139
11967fi 12140fi
11968 12141
11969if test x$ac_cv_func_posix_openpt = xno; then
11970 echo "$as_me:$LINENO: checking for openpty" >&5
11971echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11972if test "${ac_cv_func_openpty+set}" = set; then
11973 echo $ECHO_N "(cached) $ECHO_C" >&6
11974else
11975 cat >conftest.$ac_ext <<_ACEOF
11976/* confdefs.h. */
11977_ACEOF
11978cat confdefs.h >>conftest.$ac_ext
11979cat >>conftest.$ac_ext <<_ACEOF
11980/* end confdefs.h. */
11981/* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
11982 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11983#define openpty innocuous_openpty
11984 12142
11985/* System header to define __stub macros and hopefully few prototypes,
11986 which can conflict with char openpty (); below.
11987 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11988 <limits.h> exists even on freestanding compilers. */
11989 12143
11990#ifdef __STDC__
11991# include <limits.h>
11992#else
11993# include <assert.h>
11994#endif
11995 12144
11996#undef openpty
11997 12145
11998/* Override any gcc2 internal prototype to avoid an error. */
11999#ifdef __cplusplus
12000extern "C"
12001{
12002#endif
12003/* We use char because int might match the return type of a gcc2
12004 builtin and then its argument prototype would still apply. */
12005char openpty ();
12006/* The GNU C library defines this for functions which it implements
12007 to always fail with ENOSYS. Some functions are actually named
12008 something starting with __ and the normal name is an alias. */
12009#if defined (__stub_openpty) || defined (__stub___openpty)
12010choke me
12011#else
12012char (*f) () = openpty;
12013#endif
12014#ifdef __cplusplus
12015}
12016#endif
12017 12146
12018int
12019main ()
12020{
12021return f != openpty;
12022 ;
12023 return 0;
12024}
12025_ACEOF
12026rm -f conftest.$ac_objext conftest$ac_exeext
12027if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12028 (eval $ac_link) 2>conftest.er1
12029 ac_status=$?
12030 grep -v '^ *+' conftest.er1 >conftest.err
12031 rm -f conftest.er1
12032 cat conftest.err >&5
12033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12034 (exit $ac_status); } &&
12035 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12037 (eval $ac_try) 2>&5
12038 ac_status=$?
12039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12040 (exit $ac_status); }; } &&
12041 { ac_try='test -s conftest$ac_exeext'
12042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12043 (eval $ac_try) 2>&5
12044 ac_status=$?
12045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12046 (exit $ac_status); }; }; then
12047 ac_cv_func_openpty=yes
12048else
12049 echo "$as_me: failed program was:" >&5
12050sed 's/^/| /' conftest.$ac_ext >&5
12051 12147
12052ac_cv_func_openpty=no 12148for ac_header in \
12053fi 12149 pty.h \
12054rm -f conftest.err conftest.$ac_objext \ 12150 util.h \
12055 conftest$ac_exeext conftest.$ac_ext 12151 libutil.h \
12056fi 12152 sys/ioctl.h \
12057echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5 12153 sys/stropts.h \
12058echo "${ECHO_T}$ac_cv_func_openpty" >&6
12059if test $ac_cv_func_openpty = yes; then
12060 :
12061else
12062 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12063echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12064if test "${ac_cv_lib_util_openpty+set}" = set; then
12065 echo $ECHO_N "(cached) $ECHO_C" >&6
12066else
12067 ac_check_lib_save_LIBS=$LIBS
12068LIBS="-lutil $LIBS"
12069cat >conftest.$ac_ext <<_ACEOF
12070/* confdefs.h. */
12071_ACEOF
12072cat confdefs.h >>conftest.$ac_ext
12073cat >>conftest.$ac_ext <<_ACEOF
12074/* end confdefs.h. */
12075 12154
12076/* Override any gcc2 internal prototype to avoid an error. */
12077#ifdef __cplusplus
12078extern "C"
12079#endif
12080/* We use char because int might match the return type of a gcc2
12081 builtin and then its argument prototype would still apply. */
12082char openpty ();
12083int
12084main ()
12085{
12086openpty ();
12087 ;
12088 return 0;
12089}
12090_ACEOF
12091rm -f conftest.$ac_objext conftest$ac_exeext
12092if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12093 (eval $ac_link) 2>conftest.er1
12094 ac_status=$?
12095 grep -v '^ *+' conftest.er1 >conftest.err
12096 rm -f conftest.er1
12097 cat conftest.err >&5
12098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12099 (exit $ac_status); } &&
12100 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12102 (eval $ac_try) 2>&5
12103 ac_status=$?
12104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12105 (exit $ac_status); }; } &&
12106 { ac_try='test -s conftest$ac_exeext'
12107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12108 (eval $ac_try) 2>&5
12109 ac_status=$?
12110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111 (exit $ac_status); }; }; then
12112 ac_cv_lib_util_openpty=yes
12113else
12114 echo "$as_me: failed program was:" >&5
12115sed 's/^/| /' conftest.$ac_ext >&5
12116
12117ac_cv_lib_util_openpty=no
12118fi
12119rm -f conftest.err conftest.$ac_objext \
12120 conftest$ac_exeext conftest.$ac_ext
12121LIBS=$ac_check_lib_save_LIBS
12122fi
12123echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12124echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12125if test $ac_cv_lib_util_openpty = yes; then
12126 LIBS="$LIBS -lutil"
12127fi
12128
12129fi
12130
12131fi
12132
12133echo "$as_me:$LINENO: checking for pty/tty type" >&5
12134echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12135if test "${rxvt_cv_ptys+set}" = set; then
12136 echo $ECHO_N "(cached) $ECHO_C" >&6
12137else
12138 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
12139 rxvt_cv_ptys=OPENPTY
12140 else if test x$ac_cv_func_posix_openpt = xyes; then
12141 rxvt_cv_ptys=POSIX
12142 else if test x$ac_cv_func__getpty = xyes; then
12143 rxvt_cv_ptys=SGI4
12144 else if test -c /dev/ttyp20; then
12145 rxvt_cv_ptys=SCO
12146 else if test -c /dev/ptym/clone; then
12147 rxvt_cv_ptys=HPUX
12148 else if test -c /dev/ptc -a -c /dev/pts; then
12149 rxvt_cv_ptys=PTC
12150 else if test -c /dev/ptc -a -d /dev/pts; then
12151 rxvt_cv_ptys=PTC
12152 else if test -c /dev/ptmx -a -c /dev/pts/0; then
12153 rxvt_cv_ptys=STREAMS
12154 else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
12155 rxvt_cv_ptys=STREAMS
12156 else
12157 rxvt_cv_ptys=BSD
12158fi
12159fi
12160fi
12161fi
12162fi
12163fi
12164fi
12165fi
12166fi
12167
12168fi
12169echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12170echo "${ECHO_T}$rxvt_cv_ptys" >&6
12171
12172if test x$rxvt_cv_ptys = xPOSIX; then
12173
12174cat >>confdefs.h <<\_ACEOF
12175#define PTYS_ARE_POSIX 1
12176_ACEOF
12177
12178fi
12179if test x$rxvt_cv_ptys = xOPENPTY; then
12180
12181cat >>confdefs.h <<\_ACEOF
12182#define PTYS_ARE_OPENPTY 1
12183_ACEOF
12184
12185fi
12186if test x$rxvt_cv_ptys = xSCO; then
12187
12188cat >>confdefs.h <<\_ACEOF
12189#define PTYS_ARE_NUMERIC 1
12190_ACEOF
12191
12192fi
12193if test x$rxvt_cv_ptys = xSTREAMS; then
12194
12195cat >>confdefs.h <<\_ACEOF
12196#define PTYS_ARE_PTMX 1
12197_ACEOF
12198
12199fi
12200if test x$rxvt_cv_ptys = xPTC; then
12201
12202cat >>confdefs.h <<\_ACEOF
12203#define PTYS_ARE_PTC 1
12204_ACEOF
12205
12206fi
12207if test x$rxvt_cv_ptys = xSGI4; then
12208
12209cat >>confdefs.h <<\_ACEOF
12210#define PTYS_ARE__GETPTY 1
12211_ACEOF
12212
12213fi
12214if test x$rxvt_cv_ptys = xHPUX; then
12215
12216cat >>confdefs.h <<\_ACEOF
12217#define PTYS_ARE_CLONE 1
12218_ACEOF
12219
12220fi
12221if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
12222
12223cat >>confdefs.h <<\_ACEOF
12224#define PTYS_ARE_SEARCHED 1
12225_ACEOF
12226
12227fi
12228
12229
12230{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
12231echo "$as_me: checking for pty ranges..." >&6;}
12232ptys=`echo /dev/pty??`
12233pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12234pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12235if test x$pch1 != x; then
12236
12237cat >>confdefs.h <<_ACEOF
12238#define PTYCHAR1 "$pch1"
12239_ACEOF
12240
12241fi
12242if test x$pch2 != x; then
12243
12244cat >>confdefs.h <<_ACEOF
12245#define PTYCHAR2 "$pch2"
12246_ACEOF
12247
12248fi
12249
12250if test x$support_xft = xyes; then
12251 LIBS="$LIBS `pkg-config xft --libs`"
12252 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12253
12254
12255for ac_header in X11/Xft/Xft.h
12256do 12155do
12257as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12156as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12258if eval "test \"\${$as_ac_Header+set}\" = set"; then 12157if eval "test \"\${$as_ac_Header+set}\" = set"; then
12259 echo "$as_me:$LINENO: checking for $ac_header" >&5 12158 echo "$as_me:$LINENO: checking for $ac_header" >&5
12260echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12159echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12394if test `eval echo '${'$as_ac_Header'}'` = yes; then 12293if test `eval echo '${'$as_ac_Header'}'` = yes; then
12395 cat >>confdefs.h <<_ACEOF 12294 cat >>confdefs.h <<_ACEOF
12396#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12295#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12397_ACEOF 12296_ACEOF
12398 12297
12298fi
12299
12300done
12301
12302
12303
12304
12305
12306
12307
12308for ac_func in \
12309 revoke \
12310 _getpty \
12311 getpt \
12312 posix_openpt \
12313 isastream \
12314
12315do
12316as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12317echo "$as_me:$LINENO: checking for $ac_func" >&5
12318echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12319if eval "test \"\${$as_ac_var+set}\" = set"; then
12320 echo $ECHO_N "(cached) $ECHO_C" >&6
12321else
12322 cat >conftest.$ac_ext <<_ACEOF
12323/* confdefs.h. */
12324_ACEOF
12325cat confdefs.h >>conftest.$ac_ext
12326cat >>conftest.$ac_ext <<_ACEOF
12327/* end confdefs.h. */
12328/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12329 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12330#define $ac_func innocuous_$ac_func
12331
12332/* System header to define __stub macros and hopefully few prototypes,
12333 which can conflict with char $ac_func (); below.
12334 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12335 <limits.h> exists even on freestanding compilers. */
12336
12337#ifdef __STDC__
12338# include <limits.h>
12339#else
12340# include <assert.h>
12341#endif
12342
12343#undef $ac_func
12344
12345/* Override any gcc2 internal prototype to avoid an error. */
12346#ifdef __cplusplus
12347extern "C"
12348{
12349#endif
12350/* We use char because int might match the return type of a gcc2
12351 builtin and then its argument prototype would still apply. */
12352char $ac_func ();
12353/* The GNU C library defines this for functions which it implements
12354 to always fail with ENOSYS. Some functions are actually named
12355 something starting with __ and the normal name is an alias. */
12356#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12357choke me
12358#else
12359char (*f) () = $ac_func;
12360#endif
12361#ifdef __cplusplus
12362}
12363#endif
12364
12365int
12366main ()
12367{
12368return f != $ac_func;
12369 ;
12370 return 0;
12371}
12372_ACEOF
12373rm -f conftest.$ac_objext conftest$ac_exeext
12374if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12375 (eval $ac_link) 2>conftest.er1
12376 ac_status=$?
12377 grep -v '^ *+' conftest.er1 >conftest.err
12378 rm -f conftest.er1
12379 cat conftest.err >&5
12380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12381 (exit $ac_status); } &&
12382 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12384 (eval $ac_try) 2>&5
12385 ac_status=$?
12386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12387 (exit $ac_status); }; } &&
12388 { ac_try='test -s conftest$ac_exeext'
12389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12390 (eval $ac_try) 2>&5
12391 ac_status=$?
12392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12393 (exit $ac_status); }; }; then
12394 eval "$as_ac_var=yes"
12395else
12396 echo "$as_me: failed program was:" >&5
12397sed 's/^/| /' conftest.$ac_ext >&5
12398
12399eval "$as_ac_var=no"
12400fi
12401rm -f conftest.err conftest.$ac_objext \
12402 conftest$ac_exeext conftest.$ac_ext
12403fi
12404echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12405echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12406if test `eval echo '${'$as_ac_var'}'` = yes; then
12407 cat >>confdefs.h <<_ACEOF
12408#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12409_ACEOF
12410
12411fi
12412done
12413
12414
12415have_clone=no
12416
12417echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12418echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6
12419if test -e /dev/ptym/clone; then
12420 echo "$as_me:$LINENO: result: yes" >&5
12421echo "${ECHO_T}yes" >&6
12422
12423cat >>confdefs.h <<\_ACEOF
12424#define HAVE_DEV_CLONE 1
12425_ACEOF
12426
12427
12428cat >>confdefs.h <<\_ACEOF
12429#define CLONE_DEVICE "/dev/ptym/clone"
12430_ACEOF
12431
12432 have_clone=yes
12433else
12434 echo "$as_me:$LINENO: result: no" >&5
12435echo "${ECHO_T}no" >&6
12436fi
12437
12438echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12439echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6
12440if test -e /dev/ptc; then
12441 echo "$as_me:$LINENO: result: yes" >&5
12442echo "${ECHO_T}yes" >&6
12443
12444cat >>confdefs.h <<\_ACEOF
12445#define HAVE_DEV_PTC 1
12446_ACEOF
12447
12448
12449cat >>confdefs.h <<\_ACEOF
12450#define CLONE_DEVICE "/dev/ptc"
12451_ACEOF
12452
12453 have_clone=yes
12454else
12455 echo "$as_me:$LINENO: result: no" >&5
12456echo "${ECHO_T}no" >&6
12457fi
12458
12459case $host in
12460 *-*-cygwin*)
12461 have_clone=yes
12462
12463cat >>confdefs.h <<\_ACEOF
12464#define CLONE_DEVICE "/dev/ptmx"
12465_ACEOF
12466
12467 ;;
12468 *)
12469 echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12470echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6
12471 if test -e /dev/ptmx; then
12472 echo "$as_me:$LINENO: result: yes" >&5
12473echo "${ECHO_T}yes" >&6
12474
12475cat >>confdefs.h <<\_ACEOF
12476#define HAVE_DEV_PTMX 1
12477_ACEOF
12478
12479
12480cat >>confdefs.h <<\_ACEOF
12481#define CLONE_DEVICE "/dev/ptmx"
12482_ACEOF
12483
12484 have_clone=yes
12485 else
12486 echo "$as_me:$LINENO: result: no" >&5
12487echo "${ECHO_T}no" >&6
12488 fi
12489 ;;
12490esac
12491
12492if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12493 echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12494echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6
12495 cat >conftest.$ac_ext <<_ACEOF
12496/* confdefs.h. */
12497_ACEOF
12498cat confdefs.h >>conftest.$ac_ext
12499cat >>conftest.$ac_ext <<_ACEOF
12500/* end confdefs.h. */
12501#include <stdlib.h>
12502int
12503main ()
12504{
12505grantpt(0);unlockpt(0);ptsname(0);
12506 ;
12507 return 0;
12508}
12509_ACEOF
12510rm -f conftest.$ac_objext conftest$ac_exeext
12511if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12512 (eval $ac_link) 2>conftest.er1
12513 ac_status=$?
12514 grep -v '^ *+' conftest.er1 >conftest.err
12515 rm -f conftest.er1
12516 cat conftest.err >&5
12517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12518 (exit $ac_status); } &&
12519 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12521 (eval $ac_try) 2>&5
12522 ac_status=$?
12523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12524 (exit $ac_status); }; } &&
12525 { ac_try='test -s conftest$ac_exeext'
12526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12527 (eval $ac_try) 2>&5
12528 ac_status=$?
12529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12530 (exit $ac_status); }; }; then
12531 unix98_pty=yes
12532
12533cat >>confdefs.h <<\_ACEOF
12534#define UNIX98_PTY 1
12535_ACEOF
12536
12537 echo "$as_me:$LINENO: result: yes" >&5
12538echo "${ECHO_T}yes" >&6
12539else
12540 echo "$as_me: failed program was:" >&5
12541sed 's/^/| /' conftest.$ac_ext >&5
12542
12543echo "$as_me:$LINENO: result: no" >&5
12544echo "${ECHO_T}no" >&6
12545fi
12546rm -f conftest.err conftest.$ac_objext \
12547 conftest$ac_exeext conftest.$ac_ext
12548fi
12549
12550if test -z "$unix98_pty"; then
12551
12552for ac_func in openpty
12553do
12554as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12555echo "$as_me:$LINENO: checking for $ac_func" >&5
12556echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12557if eval "test \"\${$as_ac_var+set}\" = set"; then
12558 echo $ECHO_N "(cached) $ECHO_C" >&6
12559else
12560 cat >conftest.$ac_ext <<_ACEOF
12561/* confdefs.h. */
12562_ACEOF
12563cat confdefs.h >>conftest.$ac_ext
12564cat >>conftest.$ac_ext <<_ACEOF
12565/* end confdefs.h. */
12566/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12567 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12568#define $ac_func innocuous_$ac_func
12569
12570/* System header to define __stub macros and hopefully few prototypes,
12571 which can conflict with char $ac_func (); below.
12572 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12573 <limits.h> exists even on freestanding compilers. */
12574
12575#ifdef __STDC__
12576# include <limits.h>
12577#else
12578# include <assert.h>
12579#endif
12580
12581#undef $ac_func
12582
12583/* Override any gcc2 internal prototype to avoid an error. */
12584#ifdef __cplusplus
12585extern "C"
12586{
12587#endif
12588/* We use char because int might match the return type of a gcc2
12589 builtin and then its argument prototype would still apply. */
12590char $ac_func ();
12591/* The GNU C library defines this for functions which it implements
12592 to always fail with ENOSYS. Some functions are actually named
12593 something starting with __ and the normal name is an alias. */
12594#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12595choke me
12596#else
12597char (*f) () = $ac_func;
12598#endif
12599#ifdef __cplusplus
12600}
12601#endif
12602
12603int
12604main ()
12605{
12606return f != $ac_func;
12607 ;
12608 return 0;
12609}
12610_ACEOF
12611rm -f conftest.$ac_objext conftest$ac_exeext
12612if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12613 (eval $ac_link) 2>conftest.er1
12614 ac_status=$?
12615 grep -v '^ *+' conftest.er1 >conftest.err
12616 rm -f conftest.er1
12617 cat conftest.err >&5
12618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12619 (exit $ac_status); } &&
12620 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12622 (eval $ac_try) 2>&5
12623 ac_status=$?
12624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12625 (exit $ac_status); }; } &&
12626 { ac_try='test -s conftest$ac_exeext'
12627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12628 (eval $ac_try) 2>&5
12629 ac_status=$?
12630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12631 (exit $ac_status); }; }; then
12632 eval "$as_ac_var=yes"
12633else
12634 echo "$as_me: failed program was:" >&5
12635sed 's/^/| /' conftest.$ac_ext >&5
12636
12637eval "$as_ac_var=no"
12638fi
12639rm -f conftest.err conftest.$ac_objext \
12640 conftest$ac_exeext conftest.$ac_ext
12641fi
12642echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12643echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12644if test `eval echo '${'$as_ac_var'}'` = yes; then
12645 cat >>confdefs.h <<_ACEOF
12646#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12647_ACEOF
12648
12649else
12650 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12651echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12652if test "${ac_cv_lib_util_openpty+set}" = set; then
12653 echo $ECHO_N "(cached) $ECHO_C" >&6
12654else
12655 ac_check_lib_save_LIBS=$LIBS
12656LIBS="-lutil $LIBS"
12657cat >conftest.$ac_ext <<_ACEOF
12658/* confdefs.h. */
12659_ACEOF
12660cat confdefs.h >>conftest.$ac_ext
12661cat >>conftest.$ac_ext <<_ACEOF
12662/* end confdefs.h. */
12663
12664/* Override any gcc2 internal prototype to avoid an error. */
12665#ifdef __cplusplus
12666extern "C"
12667#endif
12668/* We use char because int might match the return type of a gcc2
12669 builtin and then its argument prototype would still apply. */
12670char openpty ();
12671int
12672main ()
12673{
12674openpty ();
12675 ;
12676 return 0;
12677}
12678_ACEOF
12679rm -f conftest.$ac_objext conftest$ac_exeext
12680if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12681 (eval $ac_link) 2>conftest.er1
12682 ac_status=$?
12683 grep -v '^ *+' conftest.er1 >conftest.err
12684 rm -f conftest.er1
12685 cat conftest.err >&5
12686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12687 (exit $ac_status); } &&
12688 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12690 (eval $ac_try) 2>&5
12691 ac_status=$?
12692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12693 (exit $ac_status); }; } &&
12694 { ac_try='test -s conftest$ac_exeext'
12695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12696 (eval $ac_try) 2>&5
12697 ac_status=$?
12698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12699 (exit $ac_status); }; }; then
12700 ac_cv_lib_util_openpty=yes
12701else
12702 echo "$as_me: failed program was:" >&5
12703sed 's/^/| /' conftest.$ac_ext >&5
12704
12705ac_cv_lib_util_openpty=no
12706fi
12707rm -f conftest.err conftest.$ac_objext \
12708 conftest$ac_exeext conftest.$ac_ext
12709LIBS=$ac_check_lib_save_LIBS
12710fi
12711echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12712echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12713if test $ac_cv_lib_util_openpty = yes; then
12714 cat >>confdefs.h <<\_ACEOF
12715#define HAVE_OPENPTY 1
12716_ACEOF
12717 LIBS="$LIBS -lutil"
12718fi
12719
12720fi
12721done
12722
12723fi
12724
12725
12726if test x$support_xft = xyes; then
12727 LIBS="$LIBS `pkg-config xft --libs`"
12728 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12729
12730
12731for ac_header in X11/Xft/Xft.h
12732do
12733as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12734if eval "test \"\${$as_ac_Header+set}\" = set"; then
12735 echo "$as_me:$LINENO: checking for $ac_header" >&5
12736echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12737if eval "test \"\${$as_ac_Header+set}\" = set"; then
12738 echo $ECHO_N "(cached) $ECHO_C" >&6
12739fi
12740echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12741echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12742else
12743 # Is the header compilable?
12744echo "$as_me:$LINENO: checking $ac_header usability" >&5
12745echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12746cat >conftest.$ac_ext <<_ACEOF
12747/* confdefs.h. */
12748_ACEOF
12749cat confdefs.h >>conftest.$ac_ext
12750cat >>conftest.$ac_ext <<_ACEOF
12751/* end confdefs.h. */
12752$ac_includes_default
12753#include <$ac_header>
12754_ACEOF
12755rm -f conftest.$ac_objext
12756if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12757 (eval $ac_compile) 2>conftest.er1
12758 ac_status=$?
12759 grep -v '^ *+' conftest.er1 >conftest.err
12760 rm -f conftest.er1
12761 cat conftest.err >&5
12762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12763 (exit $ac_status); } &&
12764 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12766 (eval $ac_try) 2>&5
12767 ac_status=$?
12768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769 (exit $ac_status); }; } &&
12770 { ac_try='test -s conftest.$ac_objext'
12771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12772 (eval $ac_try) 2>&5
12773 ac_status=$?
12774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12775 (exit $ac_status); }; }; then
12776 ac_header_compiler=yes
12777else
12778 echo "$as_me: failed program was:" >&5
12779sed 's/^/| /' conftest.$ac_ext >&5
12780
12781ac_header_compiler=no
12782fi
12783rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12784echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12785echo "${ECHO_T}$ac_header_compiler" >&6
12786
12787# Is the header present?
12788echo "$as_me:$LINENO: checking $ac_header presence" >&5
12789echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12790cat >conftest.$ac_ext <<_ACEOF
12791/* confdefs.h. */
12792_ACEOF
12793cat confdefs.h >>conftest.$ac_ext
12794cat >>conftest.$ac_ext <<_ACEOF
12795/* end confdefs.h. */
12796#include <$ac_header>
12797_ACEOF
12798if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12799 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12800 ac_status=$?
12801 grep -v '^ *+' conftest.er1 >conftest.err
12802 rm -f conftest.er1
12803 cat conftest.err >&5
12804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12805 (exit $ac_status); } >/dev/null; then
12806 if test -s conftest.err; then
12807 ac_cpp_err=$ac_cxx_preproc_warn_flag
12808 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12809 else
12810 ac_cpp_err=
12811 fi
12812else
12813 ac_cpp_err=yes
12814fi
12815if test -z "$ac_cpp_err"; then
12816 ac_header_preproc=yes
12817else
12818 echo "$as_me: failed program was:" >&5
12819sed 's/^/| /' conftest.$ac_ext >&5
12820
12821 ac_header_preproc=no
12822fi
12823rm -f conftest.err conftest.$ac_ext
12824echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12825echo "${ECHO_T}$ac_header_preproc" >&6
12826
12827# So? What about this header?
12828case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12829 yes:no: )
12830 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12831echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12832 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12833echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12834 ac_header_preproc=yes
12835 ;;
12836 no:yes:* )
12837 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12838echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12839 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12840echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12841 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12842echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12843 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12844echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12845 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12846echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12847 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12848echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12849 (
12850 cat <<\_ASBOX
12851## ------------------------------------------ ##
12852## Report this to the AC_PACKAGE_NAME lists. ##
12853## ------------------------------------------ ##
12854_ASBOX
12855 ) |
12856 sed "s/^/$as_me: WARNING: /" >&2
12857 ;;
12858esac
12859echo "$as_me:$LINENO: checking for $ac_header" >&5
12860echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12861if eval "test \"\${$as_ac_Header+set}\" = set"; then
12862 echo $ECHO_N "(cached) $ECHO_C" >&6
12863else
12864 eval "$as_ac_Header=\$ac_header_preproc"
12865fi
12866echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12867echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12868
12869fi
12870if test `eval echo '${'$as_ac_Header'}'` = yes; then
12871 cat >>confdefs.h <<_ACEOF
12872#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12873_ACEOF
12874
12399else 12875else
12400 support_xft=no 12876 support_xft=no
12401fi 12877fi
12402 12878
12403done 12879done
12865 PERL_O=rxvtperl.o 13341 PERL_O=rxvtperl.o
12866 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 13342 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12867 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 13343 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12868 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 13344 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12869 else 13345 else
12870 support_perl=no
12871 echo "$as_me:$LINENO: result: no, unable to link" >&5 13346 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12872echo "${ECHO_T}no, unable to link" >&6 13347echo "$as_me: error: no, unable to link" >&2;}
13348 { (exit 1); exit 1; }; }
12873 fi 13349 fi
12874 else 13350 else
12875 { { echo "$as_me:$LINENO: error: no working perl found" >&5 13351 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
12876echo "$as_me: error: no working perl found" >&2;} 13352echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12877 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; } 13353 { (exit 1); exit 1; }; }
12878 support_perl=no
12879 fi 13354 fi
12880fi 13355fi
12881 13356
12882 13357
12883 13358
12909 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"` 13384 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12910fi 13385fi
12911 13386
12912 13387
12913 13388
12914
12915
12916MCOMMON=./autoconf/Make.common
12917 13389
12918 13390
12919test "$program_prefix" != NONE && 13391test "$program_prefix" != NONE &&
12920 program_transform_name="s,^,$program_prefix,;$program_transform_name" 13392 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12921# Use a double $ so make ignores it. 13393# Use a double $ so make ignores it.
12997 include_time_h="#include <time.h>" 13469 include_time_h="#include <time.h>"
12998else 13470else
12999 include_time_h="/* #include <time.h> */" 13471 include_time_h="/* #include <time.h> */"
13000fi 13472fi
13001 13473
13002 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h" 13474 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13003 13475
13004cat >confcache <<\_ACEOF 13476cat >confcache <<\_ACEOF
13005# This file is a shell script that caches the results of configure 13477# This file is a shell script that caches the results of configure
13006# tests run on this system so they can be shared between configure 13478# tests run on this system so they can be shared between configure
13007# scripts and configure runs, see configure's option --config-cache. 13479# scripts and configure runs, see configure's option --config-cache.
13524cat >>$CONFIG_STATUS <<\_ACEOF 13996cat >>$CONFIG_STATUS <<\_ACEOF
13525for ac_config_target in $ac_config_targets 13997for ac_config_target in $ac_config_targets
13526do 13998do
13527 case "$ac_config_target" in 13999 case "$ac_config_target" in
13528 # Handling of arguments. 14000 # Handling of arguments.
13529 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13530 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 14001 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13531 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 14002 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13532 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 14003 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13533 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 14004 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13534 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 14005 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13535 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 14006 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13536echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 14007echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13537 { (exit 1); exit 1; }; };; 14008 { (exit 1); exit 1; }; };;
13538 esac 14009 esac
13539done 14010done
13640s,@ac_ct_CXX@,$ac_ct_CXX,;t t 14111s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13641s,@CPP@,$CPP,;t t 14112s,@CPP@,$CPP,;t t
13642s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 14113s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13643s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 14114s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13644s,@INSTALL_DATA@,$INSTALL_DATA,;t t 14115s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13645s,@AWK@,$AWK,;t t 14116s,@EGREP@,$EGREP,;t t
13646s,@LINKER@,$LINKER,;t t 14117s,@LINKER@,$LINKER,;t t
13647s,@CXXCPP@,$CXXCPP,;t t
13648s,@EGREP@,$EGREP,;t t
13649s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 14118s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13650s,@RXVTNAME@,$RXVTNAME,;t t 14119s,@RXVTNAME@,$RXVTNAME,;t t
13651s,@MV@,$MV,;t t 14120s,@MV@,$MV,;t t
13652s,@RM@,$RM,;t t 14121s,@RM@,$RM,;t t
13653s,@CP@,$CP,;t t 14122s,@CP@,$CP,;t t
13654s,@LN@,$LN,;t t 14123s,@LN@,$LN,;t t
13655s,@SED@,$SED,;t t 14124s,@SED@,$SED,;t t
13656s,@ECHO@,$ECHO,;t t 14125s,@ECHO@,$ECHO,;t t
13657s,@CMP@,$CMP,;t t 14126s,@CMP@,$CMP,;t t
13658s,@TBL@,$TBL,;t t
13659s,@TIC@,$TIC,;t t 14127s,@TIC@,$TIC,;t t
14128s,@CXXCPP@,$CXXCPP,;t t
13660s,@X_CFLAGS@,$X_CFLAGS,;t t 14129s,@X_CFLAGS@,$X_CFLAGS,;t t
13661s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 14130s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13662s,@X_LIBS@,$X_LIBS,;t t 14131s,@X_LIBS@,$X_LIBS,;t t
13663s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 14132s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13664s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t 14133s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13692s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t 14161s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13693s,@include_sys_time_h@,$include_sys_time_h,;t t 14162s,@include_sys_time_h@,$include_sys_time_h,;t t
13694s,@include_time_h@,$include_time_h,;t t 14163s,@include_time_h@,$include_time_h,;t t
13695s,@LIBOBJS@,$LIBOBJS,;t t 14164s,@LIBOBJS@,$LIBOBJS,;t t
13696s,@LTLIBOBJS@,$LTLIBOBJS,;t t 14165s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13697/@MCOMMON@/r $MCOMMON
13698s,@MCOMMON@,,;t t
13699CEOF 14166CEOF
13700 14167
13701_ACEOF 14168_ACEOF
13702 14169
13703 cat >>$CONFIG_STATUS <<\_ACEOF 14170 cat >>$CONFIG_STATUS <<\_ACEOF
14213fi 14680fi
14214 14681
14215echo " 14682echo "
14216The following are set in config.h 14683The following are set in config.h
14217" 14684"
14218echo " pty/tty type: "$rxvt_cv_ptys
14219if test x$support_utmp != xyes; then 14685if test x$support_utmp != xyes; then
14220 echo " utmp support: disabled" 14686 echo " utmp support: disabled"
14221 echo 14687 echo
14222else 14688else
14223 echo " utmp support: enabled 14689 echo " utmp support: enabled
14240echo " resource class: $RESCLASS" 14706echo " resource class: $RESCLASS"
14241if test x$RESFALLBACK != x; then 14707if test x$RESFALLBACK != x; then
14242 echo " resource class fallback: $RESFALLBACK" 14708 echo " resource class fallback: $RESFALLBACK"
14243fi 14709fi
14244echo 14710echo
14245if test x$rxvt_cv_ptys = xUNKNOWN; then
14246 echo ".----------------------------------------------------------------."
14247 echo ". WARNING: could not determine pty/tty type. Do not build until ."
14248 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14249 echo ".----------------------------------------------------------------."
14250fi
14251if test x$support_xpm = xneedsmanualspecification; then 14711if test x$support_xpm = xneedsmanualspecification; then
14252 echo ".----------------------------------------------------------------." 14712 echo ".----------------------------------------------------------------."
14253 echo ". WARNING: --enable-xpm-background was specified however the ." 14713 echo ". WARNING: --enable-xpm-background was specified however the ."
14254 echo ". XPM includes files and libraries could not be found. ." 14714 echo ". XPM includes files and libraries could not be found. ."
14255 echo ". XPM backgrounds are now being DISABLED! If you want ." 14715 echo ". XPM backgrounds are now being DISABLED! If you want ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines