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

Comparing rxvt-unicode/configure (file contents):
Revision 1.75 by root, Tue Jan 17 11:53:07 2006 UTC vs.
Revision 1.89 by root, Sun Jan 22 04:09:16 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 PKG_CONFIG XFT_CONFIG 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='' 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
1370 1370
1371 1371
1372 1372
1373 1373
1374 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;}
3050 3050
3051test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3051test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3052 3052
3053test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3053test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3054 3054
3055for ac_prog in gawk mawk nawk awk
3056do
3057 # Extract the first word of "$ac_prog", so it can be a program name with args.
3058set dummy $ac_prog; ac_word=$2
3059echo "$as_me:$LINENO: checking for $ac_word" >&5
3060echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3061if test "${ac_cv_prog_AWK+set}" = set; then
3062 echo $ECHO_N "(cached) $ECHO_C" >&6
3063else
3064 if test -n "$AWK"; then
3065 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3066else
3067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3068for as_dir in $PATH
3069do
3070 IFS=$as_save_IFS
3071 test -z "$as_dir" && as_dir=.
3072 for ac_exec_ext in '' $ac_executable_extensions; do
3073 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3074 ac_cv_prog_AWK="$ac_prog"
3075 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3076 break 2
3077 fi
3078done
3079done
3080 3055
3081fi
3082fi
3083AWK=$ac_cv_prog_AWK
3084if test -n "$AWK"; then
3085 echo "$as_me:$LINENO: result: $AWK" >&5
3086echo "${ECHO_T}$AWK" >&6
3087else
3088 echo "$as_me:$LINENO: result: no" >&5
3089echo "${ECHO_T}no" >&6
3090fi
3091
3092 test -n "$AWK" && break
3093done
3094
3095
3096ac_ext=c
3097ac_cpp='$CPP $CPPFLAGS'
3098ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3099ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3100ac_compiler_gnu=$ac_cv_c_compiler_gnu
3101
3102
3103if test -z "$orig_CXXFLAGS"; then
3104 if test x$GCC = xyes && test "x$GXX" = xyes; then
3105 CXXFLAGS="-g -O3"
3106 else
3107 CXXFLAGS="-O"
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 3056
3448 3057
3449echo "$as_me:$LINENO: checking for egrep" >&5 3058echo "$as_me:$LINENO: checking for egrep" >&5
3450echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3059echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3451if test "${ac_cv_prog_egrep+set}" = set; then 3060if test "${ac_cv_prog_egrep+set}" = set; then
3526 grep -v '^ *+' conftest.er1 >conftest.err 3135 grep -v '^ *+' conftest.er1 >conftest.err
3527 rm -f conftest.er1 3136 rm -f conftest.er1
3528 cat conftest.err >&5 3137 cat conftest.err >&5
3529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 (exit $ac_status); } && 3139 (exit $ac_status); } &&
3531 { 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'
3532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3533 (eval $ac_try) 2>&5 3142 (eval $ac_try) 2>&5
3534 ac_status=$? 3143 ac_status=$?
3535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3536 (exit $ac_status); }; } && 3145 (exit $ac_status); }; } &&
3580 grep -v '^ *+' conftest.er1 >conftest.err 3189 grep -v '^ *+' conftest.er1 >conftest.err
3581 rm -f conftest.er1 3190 rm -f conftest.er1
3582 cat conftest.err >&5 3191 cat conftest.err >&5
3583 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3584 (exit $ac_status); } && 3193 (exit $ac_status); } &&
3585 { 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'
3586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3587 (eval $ac_try) 2>&5 3196 (eval $ac_try) 2>&5
3588 ac_status=$? 3197 ac_status=$?
3589 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3590 (exit $ac_status); }; } && 3199 (exit $ac_status); }; } &&
3611echo "${ECHO_T}$ac_cv_search_strerror" >&6 3220echo "${ECHO_T}$ac_cv_search_strerror" >&6
3612if test "$ac_cv_search_strerror" != no; then 3221if test "$ac_cv_search_strerror" != no; then
3613 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"
3614 3223
3615fi 3224fi
3225
3226ac_ext=cc
3227ac_cpp='$CXXCPP $CPPFLAGS'
3228ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3229ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3230ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3231
3232
3233if test x$GCC = xyes && test x$GXX = xyes; then
3234 echo "$as_me:$LINENO: checking for working libsupc++" >&5
3235echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6
3236 save_CXX="$CXX"
3237 save_LIBS="$LIBS"
3238 CXX="$CC"
3239 LIBS="$LIBS -lsupc++"
3240 LINKER="$CC"
3241
3242cat >conftest.$ac_ext <<_ACEOF
3243/* confdefs.h. */
3244_ACEOF
3245cat confdefs.h >>conftest.$ac_ext
3246cat >>conftest.$ac_ext <<_ACEOF
3247/* end confdefs.h. */
3248struct test { }; void f() try { throw new test; } catch (...) { throw; }
3249int
3250main ()
3251{
3252
3253 ;
3254 return 0;
3255}
3256_ACEOF
3257rm -f conftest.$ac_objext conftest$ac_exeext
3258if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3259 (eval $ac_link) 2>conftest.er1
3260 ac_status=$?
3261 grep -v '^ *+' conftest.er1 >conftest.err
3262 rm -f conftest.er1
3263 cat conftest.err >&5
3264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3265 (exit $ac_status); } &&
3266 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3268 (eval $ac_try) 2>&5
3269 ac_status=$?
3270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3271 (exit $ac_status); }; } &&
3272 { ac_try='test -s conftest$ac_exeext'
3273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3274 (eval $ac_try) 2>&5
3275 ac_status=$?
3276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3277 (exit $ac_status); }; }; then
3278 echo "$as_me:$LINENO: result: ok" >&5
3279echo "${ECHO_T}ok" >&6
3280else
3281 echo "$as_me: failed program was:" >&5
3282sed 's/^/| /' conftest.$ac_ext >&5
3283
3284
3285 echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3286echo "${ECHO_T}no, making everything bigger and slower" >&6
3287 LIBS="$save_LIBS"
3288 LINKER="$save_CXX"
3289
3290
3291fi
3292rm -f conftest.err conftest.$ac_objext \
3293 conftest$ac_exeext conftest.$ac_ext
3294 CXX="$save_CXX"
3295fi
3296LINKER=$LINKER
3297
3298
3299ac_ext=cc
3300ac_cpp='$CXXCPP $CPPFLAGS'
3301ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3302ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3303ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3304
3305if test -z "$orig_CXXFLAGS"; then
3306 if test x$GCC = xyes && test "x$GXX" = xyes; then
3307 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3308 cat >conftest.$ac_ext <<_ACEOF
3309/* confdefs.h. */
3310_ACEOF
3311cat confdefs.h >>conftest.$ac_ext
3312cat >>conftest.$ac_ext <<_ACEOF
3313/* end confdefs.h. */
3314
3315int
3316main ()
3317{
3318
3319 ;
3320 return 0;
3321}
3322_ACEOF
3323rm -f conftest.$ac_objext
3324if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3325 (eval $ac_compile) 2>conftest.er1
3326 ac_status=$?
3327 grep -v '^ *+' conftest.er1 >conftest.err
3328 rm -f conftest.er1
3329 cat conftest.err >&5
3330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3331 (exit $ac_status); } &&
3332 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3334 (eval $ac_try) 2>&5
3335 ac_status=$?
3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337 (exit $ac_status); }; } &&
3338 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
3344 :
3345else
3346 echo "$as_me: failed program was:" >&5
3347sed 's/^/| /' conftest.$ac_ext >&5
3348
3349CXXFLAGS="-g -O3"
3350fi
3351rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3352 else
3353 CXXFLAGS="-O"
3354 fi
3355 CFLAGS="$CXXFLAGS"
3356fi
3357
3358
3359cat >>confdefs.h <<\_ACEOF
3360#define _GNU_SOURCE 1
3361_ACEOF
3362
3363
3364case $host in
3365 *-*-solaris* )
3366
3367cat >>confdefs.h <<\_ACEOF
3368#define _XOPEN_SOURCE_EXTENDED 1
3369_ACEOF
3370
3371
3372cat >>confdefs.h <<\_ACEOF
3373#define _XOPEN_SOURCE 2
3374_ACEOF
3375
3376
3377cat >>confdefs.h <<\_ACEOF
3378#define __EXTENSIONS__ 1
3379_ACEOF
3380
3381 ;;
3382esac
3616 3383
3617 3384
3618echo "$as_me:$LINENO: checking for setlocale" >&5 3385echo "$as_me:$LINENO: checking for setlocale" >&5
3619echo $ECHO_N "checking for setlocale... $ECHO_C" >&6 3386echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3620if test "${ac_cv_func_setlocale+set}" = set; then 3387if test "${ac_cv_func_setlocale+set}" = set; then
4830 terminfo="$withval" 4597 terminfo="$withval"
4831 fi 4598 fi
4832fi; 4599fi;
4833 4600
4834 4601
4835
4836cat >>confdefs.h <<\_ACEOF
4837#define PROTOTYPES 1
4838_ACEOF
4839
4840
4841# Extract the first word of "mv", so it can be a program name with args. 4602# Extract the first word of "mv", so it can be a program name with args.
4842set dummy mv; ac_word=$2 4603set dummy mv; ac_word=$2
4843echo "$as_me:$LINENO: checking for $ac_word" >&5 4604echo "$as_me:$LINENO: checking for $ac_word" >&5
4844echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4605echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4845if test "${ac_cv_path_MV+set}" = set; then 4606if test "${ac_cv_path_MV+set}" = set; then
5116else 4877else
5117 echo "$as_me:$LINENO: result: no" >&5 4878 echo "$as_me:$LINENO: result: no" >&5
5118echo "${ECHO_T}no" >&6 4879echo "${ECHO_T}no" >&6
5119fi 4880fi
5120 4881
5121# Extract the first word of "tbl", so it can be a program name with args.
5122set dummy tbl; ac_word=$2
5123echo "$as_me:$LINENO: checking for $ac_word" >&5
5124echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5125if test "${ac_cv_path_TBL+set}" = set; then
5126 echo $ECHO_N "(cached) $ECHO_C" >&6
5127else
5128 case $TBL in
5129 [\\/]* | ?:[\\/]*)
5130 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5131 ;;
5132 *)
5133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5134for as_dir in $PATH
5135do
5136 IFS=$as_save_IFS
5137 test -z "$as_dir" && as_dir=.
5138 for ac_exec_ext in '' $ac_executable_extensions; do
5139 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5140 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
5141 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5142 break 2
5143 fi
5144done
5145done
5146
5147 ;;
5148esac
5149fi
5150TBL=$ac_cv_path_TBL
5151
5152if test -n "$TBL"; then
5153 echo "$as_me:$LINENO: result: $TBL" >&5
5154echo "${ECHO_T}$TBL" >&6
5155else
5156 echo "$as_me:$LINENO: result: no" >&5
5157echo "${ECHO_T}no" >&6
5158fi
5159
5160# Extract the first word of "tic", so it can be a program name with args. 4882# Extract the first word of "tic", so it can be a program name with args.
5161set dummy tic; ac_word=$2 4883set dummy tic; ac_word=$2
5162echo "$as_me:$LINENO: checking for $ac_word" >&5 4884echo "$as_me:$LINENO: checking for $ac_word" >&5
5163echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4885echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5164if test "${ac_cv_path_TIC+set}" = set; then 4886if test "${ac_cv_path_TIC+set}" = set; then
5195 echo "$as_me:$LINENO: result: no" >&5 4917 echo "$as_me:$LINENO: result: no" >&5
5196echo "${ECHO_T}no" >&6 4918echo "${ECHO_T}no" >&6
5197fi 4919fi
5198 4920
5199 4921
4922
4923
4924ac_ext=cc
4925ac_cpp='$CXXCPP $CPPFLAGS'
4926ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4927ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4928ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4929echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4930echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
4931if test -z "$CXXCPP"; then
4932 if test "${ac_cv_prog_CXXCPP+set}" = set; then
4933 echo $ECHO_N "(cached) $ECHO_C" >&6
4934else
4935 # Double quotes because CXXCPP needs to be expanded
4936 for CXXCPP in "$CXX -E" "/lib/cpp"
4937 do
4938 ac_preproc_ok=false
4939for ac_cxx_preproc_warn_flag in '' yes
4940do
4941 # Use a header file that comes with gcc, so configuring glibc
4942 # with a fresh cross-compiler works.
4943 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4944 # <limits.h> exists even on freestanding compilers.
4945 # On the NeXT, cc -E runs the code through the compiler's parser,
4946 # not just through cpp. "Syntax error" is here to catch this case.
4947 cat >conftest.$ac_ext <<_ACEOF
4948/* confdefs.h. */
4949_ACEOF
4950cat confdefs.h >>conftest.$ac_ext
4951cat >>conftest.$ac_ext <<_ACEOF
4952/* end confdefs.h. */
4953#ifdef __STDC__
4954# include <limits.h>
4955#else
4956# include <assert.h>
4957#endif
4958 Syntax error
4959_ACEOF
4960if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4961 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4962 ac_status=$?
4963 grep -v '^ *+' conftest.er1 >conftest.err
4964 rm -f conftest.er1
4965 cat conftest.err >&5
4966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4967 (exit $ac_status); } >/dev/null; then
4968 if test -s conftest.err; then
4969 ac_cpp_err=$ac_cxx_preproc_warn_flag
4970 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4971 else
4972 ac_cpp_err=
4973 fi
4974else
4975 ac_cpp_err=yes
4976fi
4977if test -z "$ac_cpp_err"; then
4978 :
4979else
4980 echo "$as_me: failed program was:" >&5
4981sed 's/^/| /' conftest.$ac_ext >&5
4982
4983 # Broken: fails on valid input.
4984continue
4985fi
4986rm -f conftest.err conftest.$ac_ext
4987
4988 # OK, works on sane cases. Now check whether non-existent headers
4989 # can be detected and how.
4990 cat >conftest.$ac_ext <<_ACEOF
4991/* confdefs.h. */
4992_ACEOF
4993cat confdefs.h >>conftest.$ac_ext
4994cat >>conftest.$ac_ext <<_ACEOF
4995/* end confdefs.h. */
4996#include <ac_nonexistent.h>
4997_ACEOF
4998if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4999 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5000 ac_status=$?
5001 grep -v '^ *+' conftest.er1 >conftest.err
5002 rm -f conftest.er1
5003 cat conftest.err >&5
5004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005 (exit $ac_status); } >/dev/null; then
5006 if test -s conftest.err; then
5007 ac_cpp_err=$ac_cxx_preproc_warn_flag
5008 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5009 else
5010 ac_cpp_err=
5011 fi
5012else
5013 ac_cpp_err=yes
5014fi
5015if test -z "$ac_cpp_err"; then
5016 # Broken: success on invalid input.
5017continue
5018else
5019 echo "$as_me: failed program was:" >&5
5020sed 's/^/| /' conftest.$ac_ext >&5
5021
5022 # Passes both tests.
5023ac_preproc_ok=:
5024break
5025fi
5026rm -f conftest.err conftest.$ac_ext
5027
5028done
5029# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5030rm -f conftest.err conftest.$ac_ext
5031if $ac_preproc_ok; then
5032 break
5033fi
5034
5035 done
5036 ac_cv_prog_CXXCPP=$CXXCPP
5037
5038fi
5039 CXXCPP=$ac_cv_prog_CXXCPP
5040else
5041 ac_cv_prog_CXXCPP=$CXXCPP
5042fi
5043echo "$as_me:$LINENO: result: $CXXCPP" >&5
5044echo "${ECHO_T}$CXXCPP" >&6
5045ac_preproc_ok=false
5046for ac_cxx_preproc_warn_flag in '' yes
5047do
5048 # Use a header file that comes with gcc, so configuring glibc
5049 # with a fresh cross-compiler works.
5050 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5051 # <limits.h> exists even on freestanding compilers.
5052 # On the NeXT, cc -E runs the code through the compiler's parser,
5053 # not just through cpp. "Syntax error" is here to catch this case.
5054 cat >conftest.$ac_ext <<_ACEOF
5055/* confdefs.h. */
5056_ACEOF
5057cat confdefs.h >>conftest.$ac_ext
5058cat >>conftest.$ac_ext <<_ACEOF
5059/* end confdefs.h. */
5060#ifdef __STDC__
5061# include <limits.h>
5062#else
5063# include <assert.h>
5064#endif
5065 Syntax error
5066_ACEOF
5067if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5068 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5069 ac_status=$?
5070 grep -v '^ *+' conftest.er1 >conftest.err
5071 rm -f conftest.er1
5072 cat conftest.err >&5
5073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5074 (exit $ac_status); } >/dev/null; then
5075 if test -s conftest.err; then
5076 ac_cpp_err=$ac_cxx_preproc_warn_flag
5077 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5078 else
5079 ac_cpp_err=
5080 fi
5081else
5082 ac_cpp_err=yes
5083fi
5084if test -z "$ac_cpp_err"; then
5085 :
5086else
5087 echo "$as_me: failed program was:" >&5
5088sed 's/^/| /' conftest.$ac_ext >&5
5089
5090 # Broken: fails on valid input.
5091continue
5092fi
5093rm -f conftest.err conftest.$ac_ext
5094
5095 # OK, works on sane cases. Now check whether non-existent headers
5096 # can be detected and how.
5097 cat >conftest.$ac_ext <<_ACEOF
5098/* confdefs.h. */
5099_ACEOF
5100cat confdefs.h >>conftest.$ac_ext
5101cat >>conftest.$ac_ext <<_ACEOF
5102/* end confdefs.h. */
5103#include <ac_nonexistent.h>
5104_ACEOF
5105if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5106 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5107 ac_status=$?
5108 grep -v '^ *+' conftest.er1 >conftest.err
5109 rm -f conftest.er1
5110 cat conftest.err >&5
5111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5112 (exit $ac_status); } >/dev/null; then
5113 if test -s conftest.err; then
5114 ac_cpp_err=$ac_cxx_preproc_warn_flag
5115 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5116 else
5117 ac_cpp_err=
5118 fi
5119else
5120 ac_cpp_err=yes
5121fi
5122if test -z "$ac_cpp_err"; then
5123 # Broken: success on invalid input.
5124continue
5125else
5126 echo "$as_me: failed program was:" >&5
5127sed 's/^/| /' conftest.$ac_ext >&5
5128
5129 # Passes both tests.
5130ac_preproc_ok=:
5131break
5132fi
5133rm -f conftest.err conftest.$ac_ext
5134
5135done
5136# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5137rm -f conftest.err conftest.$ac_ext
5138if $ac_preproc_ok; then
5139 :
5140else
5141 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5142See \`config.log' for more details." >&5
5143echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5144See \`config.log' for more details." >&2;}
5145 { (exit 1); exit 1; }; }
5146fi
5147
5148ac_ext=cc
5149ac_cpp='$CXXCPP $CPPFLAGS'
5150ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5151ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5152ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5200 5153
5201 5154
5202 5155
5203if test "x$ac_path_x_has_been_run" != xyes; then 5156if test "x$ac_path_x_has_been_run" != xyes; then
5204 echo "$as_me:$LINENO: checking for X" >&5 5157 echo "$as_me:$LINENO: checking for X" >&5
7258 7211
7259 7212
7260 7213
7261 7214
7262 7215
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272for ac_header in \ 7216for ac_header in \
7273 assert.h \ 7217 assert.h \
7274 fcntl.h \ 7218 fcntl.h \
7275 grp.h \
7276 libc.h \
7277 lastlog.h \
7278 stdarg.h \ 7219 stdarg.h \
7279 stdlib.h \ 7220 stdlib.h \
7280 string.h \ 7221 string.h \
7281 termios.h \ 7222 termios.h \
7282 unistd.h \ 7223 unistd.h \
7283 sys/byteorder.h \ 7224 sys/byteorder.h \
7284 sys/ioctl.h \ 7225 sys/ioctl.h \
7285 sys/select.h \ 7226 sys/select.h \
7286 sys/sockio.h \ 7227 sys/sockio.h \
7287 sys/strredir.h \ 7228 sys/strredir.h \
7288 sys/stropts.h \
7289 sys/time.h \ 7229 sys/time.h \
7290 utmp.h \ 7230 stdint.h \
7291 utmpx.h \ 7231 wchar.h \
7292 stdint.h \ 7232 cwchar \
7293 pty.h \ 7233 clocale \
7294 util.h \
7295 libutil.h \
7296 wchar.h \
7297 cwchar \
7298 clocale \
7299 7234
7300do 7235do
7301as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7236as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7302if eval "test \"\${$as_ac_Header+set}\" = set"; then 7237if eval "test \"\${$as_ac_Header+set}\" = set"; then
7303 echo "$as_me:$LINENO: checking for $ac_header" >&5 7238 echo "$as_me:$LINENO: checking for $ac_header" >&5
10137 10072
10138 10073
10139 10074
10140 10075
10141 10076
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151for ac_func in \ 10077for ac_func in \
10152 revoke \
10153 unsetenv \ 10078 unsetenv \
10154 setutent \ 10079 setutent \
10155 seteuid \ 10080 seteuid \
10081 setresuid \
10156 setreuid \ 10082 setreuid \
10157 _getpty \
10158 getpt \
10159 posix_openpt \
10160 grantpt \
10161 unlockpt \
10162 isastream \
10163 on_exit \ 10083 on_exit \
10164 nanosleep \ 10084 nanosleep \
10165 updwtmp \
10166 updwtmpx \
10167 ttyslot \
10168 10085
10169do 10086do
10170as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10087as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10171echo "$as_me:$LINENO: checking for $ac_func" >&5 10088echo "$as_me:$LINENO: checking for $ac_func" >&5
10172echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10089echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10261 cat >>confdefs.h <<_ACEOF 10178 cat >>confdefs.h <<_ACEOF
10262#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 10179#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10263_ACEOF 10180_ACEOF
10264 10181
10265fi 10182fi
10183done
10184
10185
10186
10187
10188
10189
10190for ac_func in \
10191 ttyslot \
10192 updwtmp \
10193 updwtmpx \
10194
10195do
10196as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10197echo "$as_me:$LINENO: checking for $ac_func" >&5
10198echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10199if eval "test \"\${$as_ac_var+set}\" = set"; then
10200 echo $ECHO_N "(cached) $ECHO_C" >&6
10201else
10202 cat >conftest.$ac_ext <<_ACEOF
10203/* confdefs.h. */
10204_ACEOF
10205cat confdefs.h >>conftest.$ac_ext
10206cat >>conftest.$ac_ext <<_ACEOF
10207/* end confdefs.h. */
10208/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10209 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10210#define $ac_func innocuous_$ac_func
10211
10212/* System header to define __stub macros and hopefully few prototypes,
10213 which can conflict with char $ac_func (); below.
10214 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10215 <limits.h> exists even on freestanding compilers. */
10216
10217#ifdef __STDC__
10218# include <limits.h>
10219#else
10220# include <assert.h>
10221#endif
10222
10223#undef $ac_func
10224
10225/* Override any gcc2 internal prototype to avoid an error. */
10226#ifdef __cplusplus
10227extern "C"
10228{
10229#endif
10230/* We use char because int might match the return type of a gcc2
10231 builtin and then its argument prototype would still apply. */
10232char $ac_func ();
10233/* The GNU C library defines this for functions which it implements
10234 to always fail with ENOSYS. Some functions are actually named
10235 something starting with __ and the normal name is an alias. */
10236#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10237choke me
10238#else
10239char (*f) () = $ac_func;
10240#endif
10241#ifdef __cplusplus
10242}
10243#endif
10244
10245int
10246main ()
10247{
10248return f != $ac_func;
10249 ;
10250 return 0;
10251}
10252_ACEOF
10253rm -f conftest.$ac_objext conftest$ac_exeext
10254if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10255 (eval $ac_link) 2>conftest.er1
10256 ac_status=$?
10257 grep -v '^ *+' conftest.er1 >conftest.err
10258 rm -f conftest.er1
10259 cat conftest.err >&5
10260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10261 (exit $ac_status); } &&
10262 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10264 (eval $ac_try) 2>&5
10265 ac_status=$?
10266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10267 (exit $ac_status); }; } &&
10268 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
10274 eval "$as_ac_var=yes"
10275else
10276 echo "$as_me: failed program was:" >&5
10277sed 's/^/| /' conftest.$ac_ext >&5
10278
10279eval "$as_ac_var=no"
10280fi
10281rm -f conftest.err conftest.$ac_objext \
10282 conftest$ac_exeext conftest.$ac_ext
10283fi
10284echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10285echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10286if test `eval echo '${'$as_ac_var'}'` = yes; then
10287 cat >>confdefs.h <<_ACEOF
10288#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10289_ACEOF
10290
10291fi
10292done
10293
10294
10295
10296
10297
10298for ac_header in \
10299 utmp.h \
10300 utmpx.h \
10301 lastlog.h \
10302
10303do
10304as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10305if eval "test \"\${$as_ac_Header+set}\" = set"; then
10306 echo "$as_me:$LINENO: checking for $ac_header" >&5
10307echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10308if eval "test \"\${$as_ac_Header+set}\" = set"; then
10309 echo $ECHO_N "(cached) $ECHO_C" >&6
10310fi
10311echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10312echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10313else
10314 # Is the header compilable?
10315echo "$as_me:$LINENO: checking $ac_header usability" >&5
10316echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10317cat >conftest.$ac_ext <<_ACEOF
10318/* confdefs.h. */
10319_ACEOF
10320cat confdefs.h >>conftest.$ac_ext
10321cat >>conftest.$ac_ext <<_ACEOF
10322/* end confdefs.h. */
10323$ac_includes_default
10324#include <$ac_header>
10325_ACEOF
10326rm -f conftest.$ac_objext
10327if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10328 (eval $ac_compile) 2>conftest.er1
10329 ac_status=$?
10330 grep -v '^ *+' conftest.er1 >conftest.err
10331 rm -f conftest.er1
10332 cat conftest.err >&5
10333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10334 (exit $ac_status); } &&
10335 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10337 (eval $ac_try) 2>&5
10338 ac_status=$?
10339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10340 (exit $ac_status); }; } &&
10341 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
10347 ac_header_compiler=yes
10348else
10349 echo "$as_me: failed program was:" >&5
10350sed 's/^/| /' conftest.$ac_ext >&5
10351
10352ac_header_compiler=no
10353fi
10354rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10355echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10356echo "${ECHO_T}$ac_header_compiler" >&6
10357
10358# Is the header present?
10359echo "$as_me:$LINENO: checking $ac_header presence" >&5
10360echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10361cat >conftest.$ac_ext <<_ACEOF
10362/* confdefs.h. */
10363_ACEOF
10364cat confdefs.h >>conftest.$ac_ext
10365cat >>conftest.$ac_ext <<_ACEOF
10366/* end confdefs.h. */
10367#include <$ac_header>
10368_ACEOF
10369if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10370 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10371 ac_status=$?
10372 grep -v '^ *+' conftest.er1 >conftest.err
10373 rm -f conftest.er1
10374 cat conftest.err >&5
10375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10376 (exit $ac_status); } >/dev/null; then
10377 if test -s conftest.err; then
10378 ac_cpp_err=$ac_cxx_preproc_warn_flag
10379 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10380 else
10381 ac_cpp_err=
10382 fi
10383else
10384 ac_cpp_err=yes
10385fi
10386if test -z "$ac_cpp_err"; then
10387 ac_header_preproc=yes
10388else
10389 echo "$as_me: failed program was:" >&5
10390sed 's/^/| /' conftest.$ac_ext >&5
10391
10392 ac_header_preproc=no
10393fi
10394rm -f conftest.err conftest.$ac_ext
10395echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10396echo "${ECHO_T}$ac_header_preproc" >&6
10397
10398# So? What about this header?
10399case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10400 yes:no: )
10401 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10402echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10403 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10404echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10405 ac_header_preproc=yes
10406 ;;
10407 no:yes:* )
10408 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10409echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10410 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10411echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10412 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10413echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10414 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10415echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10416 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10417echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10418 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10419echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10420 (
10421 cat <<\_ASBOX
10422## ------------------------------------------ ##
10423## Report this to the AC_PACKAGE_NAME lists. ##
10424## ------------------------------------------ ##
10425_ASBOX
10426 ) |
10427 sed "s/^/$as_me: WARNING: /" >&2
10428 ;;
10429esac
10430echo "$as_me:$LINENO: checking for $ac_header" >&5
10431echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10432if eval "test \"\${$as_ac_Header+set}\" = set"; then
10433 echo $ECHO_N "(cached) $ECHO_C" >&6
10434else
10435 eval "$as_ac_Header=\$ac_header_preproc"
10436fi
10437echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10438echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10439
10440fi
10441if test `eval echo '${'$as_ac_Header'}'` = yes; then
10442 cat >>confdefs.h <<_ACEOF
10443#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10444_ACEOF
10445
10446fi
10447
10266done 10448done
10267 10449
10268 10450
10269 10451
10270if test "${ac_cv_header_utmp_h+set}" = set; then 10452if test "${ac_cv_header_utmp_h+set}" = set; then
10404 10586
10405fi 10587fi
10406if test $ac_cv_header_utmp_h = yes; then 10588if test $ac_cv_header_utmp_h = yes; then
10407 echo "$as_me:$LINENO: checking for struct utmp" >&5 10589 echo "$as_me:$LINENO: checking for struct utmp" >&5
10408echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6 10590echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10409if test "${rxvt_cv_struct_utmp+set}" = set; then 10591if test "${struct_utmp+set}" = set; then
10410 echo $ECHO_N "(cached) $ECHO_C" >&6 10592 echo $ECHO_N "(cached) $ECHO_C" >&6
10411else 10593else
10412 cat >conftest.$ac_ext <<_ACEOF 10594 cat >conftest.$ac_ext <<_ACEOF
10413/* confdefs.h. */ 10595/* confdefs.h. */
10414_ACEOF 10596_ACEOF
10415cat confdefs.h >>conftest.$ac_ext 10597cat confdefs.h >>conftest.$ac_ext
10416cat >>conftest.$ac_ext <<_ACEOF 10598cat >>conftest.$ac_ext <<_ACEOF
10417/* end confdefs.h. */ 10599/* end confdefs.h. */
10418#include <sys/types.h> 10600#include <sys/types.h>
10419#include <stdint.h>
10420#include <utmp.h> 10601#include <utmp.h>
10421int 10602int
10422main () 10603main ()
10423{ 10604{
10424struct utmp ut; 10605struct utmp ut;
10445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10446 (eval $ac_try) 2>&5 10627 (eval $ac_try) 2>&5
10447 ac_status=$? 10628 ac_status=$?
10448 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10449 (exit $ac_status); }; }; then 10630 (exit $ac_status); }; }; then
10450 rxvt_cv_struct_utmp=yes 10631 struct_utmp=yes
10451else 10632else
10452 echo "$as_me: failed program was:" >&5 10633 echo "$as_me: failed program was:" >&5
10453sed 's/^/| /' conftest.$ac_ext >&5 10634sed 's/^/| /' conftest.$ac_ext >&5
10454 10635
10455rxvt_cv_struct_utmp=no 10636struct_utmp=no
10456fi 10637fi
10457rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10638rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10458fi 10639fi
10459echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5 10640echo "$as_me:$LINENO: result: $struct_utmp" >&5
10460echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6 10641echo "${ECHO_T}$struct_utmp" >&6
10461if test x$rxvt_cv_struct_utmp = xyes; then 10642if test x$struct_utmp = xyes; then
10462 10643
10463cat >>confdefs.h <<\_ACEOF 10644cat >>confdefs.h <<\_ACEOF
10464#define HAVE_STRUCT_UTMP 1 10645#define HAVE_STRUCT_UTMP 1
10465_ACEOF 10646_ACEOF
10466 10647
10467fi 10648fi
10468 10649
10469 10650
10470echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5 10651echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10471echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6 10652echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10472if test "${rxvt_cv_struct_utmp_host+set}" = set; then 10653if test "${struct_utmp_host+set}" = set; then
10473 echo $ECHO_N "(cached) $ECHO_C" >&6 10654 echo $ECHO_N "(cached) $ECHO_C" >&6
10474else 10655else
10475 cat >conftest.$ac_ext <<_ACEOF 10656 cat >conftest.$ac_ext <<_ACEOF
10476/* confdefs.h. */ 10657/* confdefs.h. */
10477_ACEOF 10658_ACEOF
10507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10508 (eval $ac_try) 2>&5 10689 (eval $ac_try) 2>&5
10509 ac_status=$? 10690 ac_status=$?
10510 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10511 (exit $ac_status); }; }; then 10692 (exit $ac_status); }; }; then
10512 rxvt_cv_struct_utmp_host=yes 10693 struct_utmp_host=yes
10513else 10694else
10514 echo "$as_me: failed program was:" >&5 10695 echo "$as_me: failed program was:" >&5
10515sed 's/^/| /' conftest.$ac_ext >&5 10696sed 's/^/| /' conftest.$ac_ext >&5
10516 10697
10517rxvt_cv_struct_utmp_host=no 10698struct_utmp_host=no
10518fi 10699fi
10519rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10700rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10520fi 10701fi
10521echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5 10702echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
10522echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6 10703echo "${ECHO_T}$struct_utmp_host" >&6
10523if test x$rxvt_cv_struct_utmp_host = xyes; then 10704if test x$struct_utmp_host = xyes; then
10524 10705
10525cat >>confdefs.h <<\_ACEOF 10706cat >>confdefs.h <<\_ACEOF
10526#define HAVE_UTMP_HOST 1 10707#define HAVE_UTMP_HOST 1
10527_ACEOF 10708_ACEOF
10528 10709
10529fi 10710fi
10530 10711
10531echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5 10712echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10532echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6 10713echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10533if test "${rxvt_cv_struct_utmp_pid+set}" = set; then 10714if test "${struct_utmp_pid+set}" = set; then
10534 echo $ECHO_N "(cached) $ECHO_C" >&6 10715 echo $ECHO_N "(cached) $ECHO_C" >&6
10535else 10716else
10536 cat >conftest.$ac_ext <<_ACEOF 10717 cat >conftest.$ac_ext <<_ACEOF
10537/* confdefs.h. */ 10718/* confdefs.h. */
10538_ACEOF 10719_ACEOF
10568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10569 (eval $ac_try) 2>&5 10750 (eval $ac_try) 2>&5
10570 ac_status=$? 10751 ac_status=$?
10571 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10572 (exit $ac_status); }; }; then 10753 (exit $ac_status); }; }; then
10573 rxvt_cv_struct_utmp_pid=yes 10754 struct_utmp_pid=yes
10574else 10755else
10575 echo "$as_me: failed program was:" >&5 10756 echo "$as_me: failed program was:" >&5
10576sed 's/^/| /' conftest.$ac_ext >&5 10757sed 's/^/| /' conftest.$ac_ext >&5
10577 10758
10578rxvt_cv_struct_utmp_pid=no 10759struct_utmp_pid=no
10579fi 10760fi
10580rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10761rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10581fi 10762fi
10582echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5 10763echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
10583echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6 10764echo "${ECHO_T}$struct_utmp_pid" >&6
10584if test x$rxvt_cv_struct_utmp_pid = xyes; then 10765if test x$struct_utmp_pid = xyes; then
10585 10766
10586cat >>confdefs.h <<\_ACEOF 10767cat >>confdefs.h <<\_ACEOF
10587#define HAVE_UTMP_PID 1 10768#define HAVE_UTMP_PID 1
10588_ACEOF 10769_ACEOF
10589 10770
10730 10911
10731fi 10912fi
10732if test $ac_cv_header_utmpx_h = yes; then 10913if test $ac_cv_header_utmpx_h = yes; then
10733 echo "$as_me:$LINENO: checking for struct utmpx" >&5 10914 echo "$as_me:$LINENO: checking for struct utmpx" >&5
10734echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6 10915echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10735if test "${rxvt_cv_struct_utmpx+set}" = set; then 10916if test "${struct_utmpx+set}" = set; then
10736 echo $ECHO_N "(cached) $ECHO_C" >&6 10917 echo $ECHO_N "(cached) $ECHO_C" >&6
10737else 10918else
10738 cat >conftest.$ac_ext <<_ACEOF 10919 cat >conftest.$ac_ext <<_ACEOF
10739/* confdefs.h. */ 10920/* confdefs.h. */
10740_ACEOF 10921_ACEOF
10770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10771 (eval $ac_try) 2>&5 10952 (eval $ac_try) 2>&5
10772 ac_status=$? 10953 ac_status=$?
10773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10774 (exit $ac_status); }; }; then 10955 (exit $ac_status); }; }; then
10775 rxvt_cv_struct_utmpx=yes 10956 struct_utmpx=yes
10776else 10957else
10777 echo "$as_me: failed program was:" >&5 10958 echo "$as_me: failed program was:" >&5
10778sed 's/^/| /' conftest.$ac_ext >&5 10959sed 's/^/| /' conftest.$ac_ext >&5
10779 10960
10780rxvt_cv_struct_utmpx=no 10961struct_utmpx=no
10781fi 10962fi
10782rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10963rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10783fi 10964fi
10784echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5 10965echo "$as_me:$LINENO: result: $struct_utmpx" >&5
10785echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6 10966echo "${ECHO_T}$struct_utmpx" >&6
10786if test x$rxvt_cv_struct_utmpx = xyes; then 10967if test x$struct_utmpx = xyes; then
10787 10968
10788cat >>confdefs.h <<\_ACEOF 10969cat >>confdefs.h <<\_ACEOF
10789#define HAVE_STRUCT_UTMPX 1 10970#define HAVE_STRUCT_UTMPX 1
10790_ACEOF 10971_ACEOF
10791 10972
10792fi 10973fi
10793 10974
10794 10975
10795echo "$as_me:$LINENO: checking for host in utmpx struct" >&5 10976echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10796echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6 10977echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10797if test "${rxvt_cv_struct_utmpx_host+set}" = set; then 10978if test "${struct_utmpx_host+set}" = set; then
10798 echo $ECHO_N "(cached) $ECHO_C" >&6 10979 echo $ECHO_N "(cached) $ECHO_C" >&6
10799else 10980else
10800 cat >conftest.$ac_ext <<_ACEOF 10981 cat >conftest.$ac_ext <<_ACEOF
10801/* confdefs.h. */ 10982/* confdefs.h. */
10802_ACEOF 10983_ACEOF
10832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10833 (eval $ac_try) 2>&5 11014 (eval $ac_try) 2>&5
10834 ac_status=$? 11015 ac_status=$?
10835 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10836 (exit $ac_status); }; }; then 11017 (exit $ac_status); }; }; then
10837 rxvt_cv_struct_utmpx_host=yes 11018 struct_utmpx_host=yes
10838else 11019else
10839 echo "$as_me: failed program was:" >&5 11020 echo "$as_me: failed program was:" >&5
10840sed 's/^/| /' conftest.$ac_ext >&5 11021sed 's/^/| /' conftest.$ac_ext >&5
10841 11022
10842rxvt_cv_struct_utmpx_host=no 11023struct_utmpx_host=no
10843fi 11024fi
10844rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11025rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10845fi 11026fi
10846echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5 11027echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
10847echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6 11028echo "${ECHO_T}$struct_utmpx_host" >&6
10848if test x$rxvt_cv_struct_utmpx_host = xyes; then 11029if test x$struct_utmpx_host = xyes; then
10849 11030
10850cat >>confdefs.h <<\_ACEOF 11031cat >>confdefs.h <<\_ACEOF
10851#define HAVE_UTMPX_HOST 1 11032#define HAVE_UTMPX_HOST 1
10852_ACEOF 11033_ACEOF
10853 11034
10854fi 11035fi
10855 11036
10856echo "$as_me:$LINENO: checking for session in utmpx struct" >&5 11037echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10857echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6 11038echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10858if test "${rxvt_cv_struct_utmpx_session+set}" = set; then 11039if test "${struct_utmpx_session+set}" = set; then
10859 echo $ECHO_N "(cached) $ECHO_C" >&6 11040 echo $ECHO_N "(cached) $ECHO_C" >&6
10860else 11041else
10861 cat >conftest.$ac_ext <<_ACEOF 11042 cat >conftest.$ac_ext <<_ACEOF
10862/* confdefs.h. */ 11043/* confdefs.h. */
10863_ACEOF 11044_ACEOF
10893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10894 (eval $ac_try) 2>&5 11075 (eval $ac_try) 2>&5
10895 ac_status=$? 11076 ac_status=$?
10896 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10897 (exit $ac_status); }; }; then 11078 (exit $ac_status); }; }; then
10898 rxvt_cv_struct_utmpx_session=yes 11079 struct_utmpx_session=yes
10899else 11080else
10900 echo "$as_me: failed program was:" >&5 11081 echo "$as_me: failed program was:" >&5
10901sed 's/^/| /' conftest.$ac_ext >&5 11082sed 's/^/| /' conftest.$ac_ext >&5
10902 11083
10903rxvt_cv_struct_utmpx_session=no 11084struct_utmpx_session=no
10904fi 11085fi
10905rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11086rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10906fi 11087fi
10907echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5 11088echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
10908echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6 11089echo "${ECHO_T}$struct_utmpx_session" >&6
10909if test x$rxvt_cv_struct_utmpx_session = xyes; then 11090if test x$struct_utmpx_session = xyes; then
10910 11091
10911cat >>confdefs.h <<\_ACEOF 11092cat >>confdefs.h <<\_ACEOF
10912#define HAVE_UTMPX_SESSION 1 11093#define HAVE_UTMPX_SESSION 1
10913_ACEOF 11094_ACEOF
10914 11095
10917fi 11098fi
10918 11099
10919 11100
10920echo "$as_me:$LINENO: checking for struct lastlog" >&5 11101echo "$as_me:$LINENO: checking for struct lastlog" >&5
10921echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6 11102echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10922if test "${rxvt_cv_struct_lastlog+set}" = set; then 11103if test "${struct_lastlog+set}" = set; then
10923 echo $ECHO_N "(cached) $ECHO_C" >&6 11104 echo $ECHO_N "(cached) $ECHO_C" >&6
10924else 11105else
10925 cat >conftest.$ac_ext <<_ACEOF 11106 cat >conftest.$ac_ext <<_ACEOF
10926/* confdefs.h. */ 11107/* confdefs.h. */
10927_ACEOF 11108_ACEOF
10961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10962 (eval $ac_try) 2>&5 11143 (eval $ac_try) 2>&5
10963 ac_status=$? 11144 ac_status=$?
10964 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10965 (exit $ac_status); }; }; then 11146 (exit $ac_status); }; }; then
10966 rxvt_cv_struct_lastlog=yes 11147 struct_lastlog=yes
10967else 11148else
10968 echo "$as_me: failed program was:" >&5 11149 echo "$as_me: failed program was:" >&5
10969sed 's/^/| /' conftest.$ac_ext >&5 11150sed 's/^/| /' conftest.$ac_ext >&5
10970 11151
10971rxvt_cv_struct_lastlog=no 11152struct_lastlog=no
10972fi 11153fi
10973rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11154rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10974fi 11155fi
10975echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5 11156echo "$as_me:$LINENO: result: $struct_lastlog" >&5
10976echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6 11157echo "${ECHO_T}$struct_lastlog" >&6
10977if test x$rxvt_cv_struct_lastlog = xyes; then 11158if test x$struct_lastlog = xyes; then
10978 11159
10979cat >>confdefs.h <<\_ACEOF 11160cat >>confdefs.h <<\_ACEOF
10980#define HAVE_STRUCT_LASTLOG 1 11161#define HAVE_STRUCT_LASTLOG 1
10981_ACEOF 11162_ACEOF
10982 11163
10983fi 11164fi
10984 11165
10985echo "$as_me:$LINENO: checking for struct lastlogx" >&5 11166echo "$as_me:$LINENO: checking for struct lastlogx" >&5
10986echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6 11167echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
10987if test "${rxvt_cv_struct_lastlogx+set}" = set; then 11168if test "${struct_lastlogx+set}" = set; then
10988 echo $ECHO_N "(cached) $ECHO_C" >&6 11169 echo $ECHO_N "(cached) $ECHO_C" >&6
10989else 11170else
10990 cat >conftest.$ac_ext <<_ACEOF 11171 cat >conftest.$ac_ext <<_ACEOF
10991/* confdefs.h. */ 11172/* confdefs.h. */
10992_ACEOF 11173_ACEOF
11026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11027 (eval $ac_try) 2>&5 11208 (eval $ac_try) 2>&5
11028 ac_status=$? 11209 ac_status=$?
11029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11030 (exit $ac_status); }; }; then 11211 (exit $ac_status); }; }; then
11031 rxvt_cv_struct_lastlogx=yes 11212 struct_lastlogx=yes
11032else 11213else
11033 echo "$as_me: failed program was:" >&5 11214 echo "$as_me: failed program was:" >&5
11034sed 's/^/| /' conftest.$ac_ext >&5 11215sed 's/^/| /' conftest.$ac_ext >&5
11035 11216
11036rxvt_cv_struct_lastlogx=no 11217struct_lastlogx=no
11037fi 11218fi
11038rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11219rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11039fi 11220fi
11040echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5 11221echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
11041echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6 11222echo "${ECHO_T}$struct_lastlogx" >&6
11042if test x$rxvt_cv_struct_lastlogx = xyes; then 11223if test x$struct_lastlogx = xyes; then
11043 11224
11044cat >>confdefs.h <<\_ACEOF 11225cat >>confdefs.h <<\_ACEOF
11045#define HAVE_STRUCT_LASTLOGX 1 11226#define HAVE_STRUCT_LASTLOGX 1
11046_ACEOF 11227_ACEOF
11047 11228
11048fi 11229fi
11049 11230
11050 11231
11051echo "$as_me:$LINENO: checking where utmp is located" >&5 11232echo "$as_me:$LINENO: checking where utmp is located" >&5
11052echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6 11233echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11053if test "${rxvt_cv_path_utmp+set}" = set; then 11234if test "${path_utmp+set}" = set; then
11054 echo $ECHO_N "(cached) $ECHO_C" >&6 11235 echo $ECHO_N "(cached) $ECHO_C" >&6
11055else 11236else
11056 if test "$cross_compiling" = yes; then 11237 if test "$cross_compiling" = yes; then
11057 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5 11238 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
11058echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;} 11239echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
11059else 11240else
11060 cat >conftest.$ac_ext <<_ACEOF 11241 cat >conftest.$ac_ext <<_ACEOF
11061/* confdefs.h. */ 11242/* confdefs.h. */
11062_ACEOF 11243_ACEOF
11063cat confdefs.h >>conftest.$ac_ext 11244cat confdefs.h >>conftest.$ac_ext
11099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11100 (eval $ac_try) 2>&5 11281 (eval $ac_try) 2>&5
11101 ac_status=$? 11282 ac_status=$?
11102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11103 (exit $ac_status); }; }; then 11284 (exit $ac_status); }; }; then
11104 rxvt_cv_path_utmp=`cat conftestval` 11285 path_utmp=`cat conftestval`
11105else 11286else
11106 echo "$as_me: program exited with status $ac_status" >&5 11287 echo "$as_me: program exited with status $ac_status" >&5
11107echo "$as_me: failed program was:" >&5 11288echo "$as_me: failed program was:" >&5
11108sed 's/^/| /' conftest.$ac_ext >&5 11289sed 's/^/| /' conftest.$ac_ext >&5
11109 11290
11110( exit $ac_status ) 11291( exit $ac_status )
11111rxvt_cv_path_utmp= 11292path_utmp=
11112fi 11293fi
11113rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11294rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11114fi 11295fi
11115fi 11296fi
11116echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5 11297echo "$as_me:$LINENO: result: $path_utmp" >&5
11117echo "${ECHO_T}$rxvt_cv_path_utmp" >&6 11298echo "${ECHO_T}$path_utmp" >&6
11118if test x$rxvt_cv_path_utmp != x; then 11299if test x$path_utmp != x; then
11119 11300
11120cat >>confdefs.h <<_ACEOF 11301cat >>confdefs.h <<_ACEOF
11121#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 11302#define UTMP_FILE "$path_utmp"
11122_ACEOF 11303_ACEOF
11123 11304
11124fi 11305fi
11125 11306
11126 11307
11127echo "$as_me:$LINENO: checking where utmpx is located" >&5 11308echo "$as_me:$LINENO: checking where utmpx is located" >&5
11128echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6 11309echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11129if test "${rxvt_cv_path_utmpx+set}" = set; then 11310if test "${path_utmpx+set}" = set; then
11130 echo $ECHO_N "(cached) $ECHO_C" >&6 11311 echo $ECHO_N "(cached) $ECHO_C" >&6
11131else 11312else
11132 if test "$cross_compiling" = yes; then 11313 if test "$cross_compiling" = yes; then
11133 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5 11314 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
11134echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;} 11315echo "$as_me: WARNING: Define UTMPX_FILE in config.h manually" >&2;}
11135else 11316else
11136 cat >conftest.$ac_ext <<_ACEOF 11317 cat >conftest.$ac_ext <<_ACEOF
11137/* confdefs.h. */ 11318/* confdefs.h. */
11138_ACEOF 11319_ACEOF
11139cat confdefs.h >>conftest.$ac_ext 11320cat confdefs.h >>conftest.$ac_ext
11185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11186 (eval $ac_try) 2>&5 11367 (eval $ac_try) 2>&5
11187 ac_status=$? 11368 ac_status=$?
11188 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11189 (exit $ac_status); }; }; then 11370 (exit $ac_status); }; }; then
11190 rxvt_cv_path_utmpx=`cat conftestval` 11371 path_utmpx=`cat conftestval`
11191else 11372else
11192 echo "$as_me: program exited with status $ac_status" >&5 11373 echo "$as_me: program exited with status $ac_status" >&5
11193echo "$as_me: failed program was:" >&5 11374echo "$as_me: failed program was:" >&5
11194sed 's/^/| /' conftest.$ac_ext >&5 11375sed 's/^/| /' conftest.$ac_ext >&5
11195 11376
11196( exit $ac_status ) 11377( exit $ac_status )
11197rxvt_cv_path_utmpx= 11378path_utmpx=
11198fi 11379fi
11199rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11380rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11200fi 11381fi
11201fi 11382fi
11202echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5 11383echo "$as_me:$LINENO: result: $path_utmpx" >&5
11203echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6 11384echo "${ECHO_T}$path_utmpx" >&6
11204if test x$rxvt_cv_path_utmpx != x; then 11385if test x$path_utmpx != x; then
11205 11386
11206cat >>confdefs.h <<_ACEOF 11387cat >>confdefs.h <<_ACEOF
11207#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 11388#define UTMPX_FILE "$path_utmpx"
11208_ACEOF 11389_ACEOF
11209 11390
11210fi 11391fi
11211 11392
11212 11393
11213echo "$as_me:$LINENO: checking where wtmp is located" >&5 11394echo "$as_me:$LINENO: checking where wtmp is located" >&5
11214echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6 11395echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11215if test "${rxvt_cv_path_wtmp+set}" = set; then 11396if test "${path_wtmp+set}" = set; then
11216 echo $ECHO_N "(cached) $ECHO_C" >&6 11397 echo $ECHO_N "(cached) $ECHO_C" >&6
11217else 11398else
11218 if test "$cross_compiling" = yes; then 11399 if test "$cross_compiling" = yes; then
11219 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5 11400 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
11220echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;} 11401echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
11221else 11402else
11222 cat >conftest.$ac_ext <<_ACEOF 11403 cat >conftest.$ac_ext <<_ACEOF
11223/* confdefs.h. */ 11404/* confdefs.h. */
11224_ACEOF 11405_ACEOF
11225cat confdefs.h >>conftest.$ac_ext 11406cat confdefs.h >>conftest.$ac_ext
11263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11264 (eval $ac_try) 2>&5 11445 (eval $ac_try) 2>&5
11265 ac_status=$? 11446 ac_status=$?
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); }; }; then 11448 (exit $ac_status); }; }; then
11268 rxvt_cv_path_wtmp=`cat conftestval` 11449 path_wtmp=`cat conftestval`
11269else 11450else
11270 echo "$as_me: program exited with status $ac_status" >&5 11451 echo "$as_me: program exited with status $ac_status" >&5
11271echo "$as_me: failed program was:" >&5 11452echo "$as_me: failed program was:" >&5
11272sed 's/^/| /' conftest.$ac_ext >&5 11453sed 's/^/| /' conftest.$ac_ext >&5
11273 11454
11274( exit $ac_status ) 11455( exit $ac_status )
11275rxvt_cv_path_wtmp= 11456path_wtmp=
11276fi 11457fi
11277rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11458rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11278fi 11459fi
11279fi 11460fi
11280echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5 11461echo "$as_me:$LINENO: result: $path_wtmp" >&5
11281echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6 11462echo "${ECHO_T}$path_wtmp" >&6
11282if test x$rxvt_cv_path_wtmp != x; then 11463if test x$path_wtmp != x; then
11283 11464
11284cat >>confdefs.h <<_ACEOF 11465cat >>confdefs.h <<_ACEOF
11285#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 11466#define WTMP_FILE "$path_wtmp"
11286_ACEOF 11467_ACEOF
11287 11468
11288fi 11469fi
11289 11470
11290echo "$as_me:$LINENO: checking where wtmpx is located" >&5 11471echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11291echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6 11472echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11292if test "${rxvt_cv_path_wtmpx+set}" = set; then 11473if test "${path_wtmpx+set}" = set; then
11293 echo $ECHO_N "(cached) $ECHO_C" >&6 11474 echo $ECHO_N "(cached) $ECHO_C" >&6
11294else 11475else
11295 if test "$cross_compiling" = yes; then 11476 if test "$cross_compiling" = yes; then
11296 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5 11477 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
11297echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;} 11478echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
11298else 11479else
11299 cat >conftest.$ac_ext <<_ACEOF 11480 cat >conftest.$ac_ext <<_ACEOF
11300/* confdefs.h. */ 11481/* confdefs.h. */
11301_ACEOF 11482_ACEOF
11302cat confdefs.h >>conftest.$ac_ext 11483cat confdefs.h >>conftest.$ac_ext
11339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11340 (eval $ac_try) 2>&5 11521 (eval $ac_try) 2>&5
11341 ac_status=$? 11522 ac_status=$?
11342 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11343 (exit $ac_status); }; }; then 11524 (exit $ac_status); }; }; then
11344 rxvt_cv_path_wtmpx=`cat conftestval` 11525 path_wtmpx=`cat conftestval`
11345else 11526else
11346 echo "$as_me: program exited with status $ac_status" >&5 11527 echo "$as_me: program exited with status $ac_status" >&5
11347echo "$as_me: failed program was:" >&5 11528echo "$as_me: failed program was:" >&5
11348sed 's/^/| /' conftest.$ac_ext >&5 11529sed 's/^/| /' conftest.$ac_ext >&5
11349 11530
11350( exit $ac_status ) 11531( exit $ac_status )
11351rxvt_cv_path_wtmpx= 11532path_wtmpx=
11352fi 11533fi
11353rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11534rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11354fi 11535fi
11355fi 11536fi
11356echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5 11537echo "$as_me:$LINENO: result: $path_wtmpx" >&5
11357echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6 11538echo "${ECHO_T}$path_wtmpx" >&6
11358if test x$rxvt_cv_path_wtmpx != x; then 11539if test x$path_wtmpx != x; then
11359 11540
11360cat >>confdefs.h <<_ACEOF 11541cat >>confdefs.h <<_ACEOF
11361#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 11542#define WTMPX_FILE "$path_wtmpx"
11362_ACEOF 11543_ACEOF
11363 11544
11364fi 11545fi
11365 11546
11366echo "$as_me:$LINENO: checking where lastlog is located" >&5 11547echo "$as_me:$LINENO: checking where lastlog is located" >&5
11367echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6 11548echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11368if test "${rxvt_cv_path_lastlog+set}" = set; then 11549if test "${path_lastlog+set}" = set; then
11369 echo $ECHO_N "(cached) $ECHO_C" >&6 11550 echo $ECHO_N "(cached) $ECHO_C" >&6
11370else 11551else
11371 if test "$cross_compiling" = yes; then 11552 if test "$cross_compiling" = yes; then
11372 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5 11553 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
11373echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;} 11554echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
11374else 11555else
11375 cat >conftest.$ac_ext <<_ACEOF 11556 cat >conftest.$ac_ext <<_ACEOF
11376/* confdefs.h. */ 11557/* confdefs.h. */
11377_ACEOF 11558_ACEOF
11378cat confdefs.h >>conftest.$ac_ext 11559cat confdefs.h >>conftest.$ac_ext
11420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11421 (eval $ac_try) 2>&5 11602 (eval $ac_try) 2>&5
11422 ac_status=$? 11603 ac_status=$?
11423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11424 (exit $ac_status); }; }; then 11605 (exit $ac_status); }; }; then
11425 rxvt_cv_path_lastlog=`cat conftestval` 11606 path_lastlog=`cat conftestval`
11426else 11607else
11427 echo "$as_me: program exited with status $ac_status" >&5 11608 echo "$as_me: program exited with status $ac_status" >&5
11428echo "$as_me: failed program was:" >&5 11609echo "$as_me: failed program was:" >&5
11429sed 's/^/| /' conftest.$ac_ext >&5 11610sed 's/^/| /' conftest.$ac_ext >&5
11430 11611
11431( exit $ac_status ) 11612( exit $ac_status )
11432rxvt_cv_path_lastlog= 11613path_lastlog=
11433fi 11614fi
11434rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11615rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11435fi 11616fi
11436fi 11617fi
11437echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5 11618echo "$as_me:$LINENO: result: $path_lastlog" >&5
11438echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6 11619echo "${ECHO_T}$path_lastlog" >&6
11439if test x$rxvt_cv_path_lastlog != x; then 11620if test x$path_lastlog != x; then
11440 11621
11441cat >>confdefs.h <<_ACEOF 11622cat >>confdefs.h <<_ACEOF
11442#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 11623#define LASTLOG_FILE "$path_lastlog"
11443_ACEOF 11624_ACEOF
11444 11625
11445 if test -d "$rxvt_cv_path_lastlog"; then 11626 if test -d "$path_lastlog"; then
11446 11627
11447cat >>confdefs.h <<\_ACEOF 11628cat >>confdefs.h <<\_ACEOF
11448#define LASTLOG_IS_DIR 1 11629#define LASTLOG_IS_DIR 1
11449_ACEOF 11630_ACEOF
11450 11631
11451 fi 11632 fi
11452fi 11633fi
11453 11634
11454echo "$as_me:$LINENO: checking where lastlogx is located" >&5 11635echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11455echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6 11636echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11456if test "${rxvt_cv_path_lastlogx+set}" = set; then 11637if test "${path_lastlogx+set}" = set; then
11457 echo $ECHO_N "(cached) $ECHO_C" >&6 11638 echo $ECHO_N "(cached) $ECHO_C" >&6
11458else 11639else
11459 if test "$cross_compiling" = yes; then 11640 if test "$cross_compiling" = yes; then
11460 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5 11641 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
11461echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;} 11642echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
11462else 11643else
11463 cat >conftest.$ac_ext <<_ACEOF 11644 cat >conftest.$ac_ext <<_ACEOF
11464/* confdefs.h. */ 11645/* confdefs.h. */
11465_ACEOF 11646_ACEOF
11466cat confdefs.h >>conftest.$ac_ext 11647cat confdefs.h >>conftest.$ac_ext
11502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11503 (eval $ac_try) 2>&5 11684 (eval $ac_try) 2>&5
11504 ac_status=$? 11685 ac_status=$?
11505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11506 (exit $ac_status); }; }; then 11687 (exit $ac_status); }; }; then
11507 rxvt_cv_path_lastlogx=`cat conftestval` 11688 path_lastlogx=`cat conftestval`
11508else 11689else
11509 echo "$as_me: program exited with status $ac_status" >&5 11690 echo "$as_me: program exited with status $ac_status" >&5
11510echo "$as_me: failed program was:" >&5 11691echo "$as_me: failed program was:" >&5
11511sed 's/^/| /' conftest.$ac_ext >&5 11692sed 's/^/| /' conftest.$ac_ext >&5
11512 11693
11513( exit $ac_status ) 11694( exit $ac_status )
11514rxvt_cv_path_lastlogx= 11695path_lastlogx=
11515fi 11696fi
11516rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11697rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11517fi 11698fi
11518fi 11699fi
11519echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5 11700echo "$as_me:$LINENO: result: $path_lastlogx" >&5
11520echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6 11701echo "${ECHO_T}$path_lastlogx" >&6
11521if test x$rxvt_cv_path_lastlogx != x; then 11702if test x$path_lastlogx != x; then
11522 11703
11523cat >>confdefs.h <<_ACEOF 11704cat >>confdefs.h <<_ACEOF
11524#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 11705#define LASTLOGX_FILE "$path_lastlogx"
11525_ACEOF 11706_ACEOF
11526 11707
11527fi 11708fi
11709
11528 11710
11529 11711
11530echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 11712echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11531echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6 11713echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11532if test "${rxvt_cv_path_ttytab+set}" = set; then 11714if test "${rxvt_cv_path_ttytab+set}" = set; then
11799#define HAVE_NL_LANGINFO 1 11981#define HAVE_NL_LANGINFO 1
11800_ACEOF 11982_ACEOF
11801 11983
11802fi 11984fi
11803 11985
11986
11804echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5 11987echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11805echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6 11988echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11806if test "${rxvt_can_pass_fds+set}" = set; then 11989if test "${can_pass_fds+set}" = set; then
11807 echo $ECHO_N "(cached) $ECHO_C" >&6 11990 echo $ECHO_N "(cached) $ECHO_C" >&6
11808else 11991else
11809 cat >conftest.$ac_ext <<_ACEOF 11992 cat >conftest.$ac_ext <<_ACEOF
11810/* confdefs.h. */ 11993/* confdefs.h. */
11811_ACEOF 11994_ACEOF
11812cat confdefs.h >>conftest.$ac_ext 11995cat confdefs.h >>conftest.$ac_ext
11813cat >>conftest.$ac_ext <<_ACEOF 11996cat >>conftest.$ac_ext <<_ACEOF
11814/* end confdefs.h. */ 11997/* end confdefs.h. */
11815 11998
11999#include <cstddef> // broken bsds (is that redundant) need this
11816#include <sys/types.h> 12000#include <sys/types.h>
11817#include <sys/socket.h> 12001#include <sys/socket.h>
12002#include <sys/uio.h>
11818 12003
11819int 12004int
11820main () 12005main ()
11821{ 12006{
11822 12007
11867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11868 (eval $ac_try) 2>&5 12053 (eval $ac_try) 2>&5
11869 ac_status=$? 12054 ac_status=$?
11870 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11871 (exit $ac_status); }; }; then 12056 (exit $ac_status); }; }; then
11872 rxvt_can_pass_fds=yes 12057 can_pass_fds=yes
11873else 12058else
11874 echo "$as_me: failed program was:" >&5 12059 echo "$as_me: failed program was:" >&5
11875sed 's/^/| /' conftest.$ac_ext >&5 12060sed 's/^/| /' conftest.$ac_ext >&5
11876 12061
11877rxvt_can_pass_fds=no 12062can_pass_fds=no
11878fi 12063fi
11879rm -f conftest.err conftest.$ac_objext \ 12064rm -f conftest.err conftest.$ac_objext \
11880 conftest$ac_exeext conftest.$ac_ext 12065 conftest$ac_exeext conftest.$ac_ext
11881fi 12066fi
11882echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5 12067echo "$as_me:$LINENO: result: $can_pass_fds" >&5
11883echo "${ECHO_T}$rxvt_can_pass_fds" >&6 12068echo "${ECHO_T}$can_pass_fds" >&6
11884if test x$rxvt_can_pass_fds = xyes; then 12069if test x$can_pass_fds = xyes; then
11885 12070
11886cat >>confdefs.h <<\_ACEOF 12071cat >>confdefs.h <<\_ACEOF
11887#define HAVE_UNIX_FDPASS 1 12072#define HAVE_UNIX_FDPASS 1
11888_ACEOF 12073_ACEOF
11889 12074
12075else
12076 { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5
12077echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
12078 { (exit 1); exit 1; }; }
11890fi 12079fi
12080
11891 12081
11892echo "$as_me:$LINENO: checking for broken XIM callback" >&5 12082echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11893echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 12083echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11894if test "${rxvt_broken_ximcb+set}" = set; then 12084if test "${rxvt_broken_ximcb+set}" = set; then
11895 echo $ECHO_N "(cached) $ECHO_C" >&6 12085 echo $ECHO_N "(cached) $ECHO_C" >&6
11945#define XIMCB_PROTO_BROKEN 1 12135#define XIMCB_PROTO_BROKEN 1
11946_ACEOF 12136_ACEOF
11947 12137
11948fi 12138fi
11949 12139
11950if test x$ac_cv_func_getpt = xno -a x$ac_cv_func_posix_openpt = xno; then
11951 echo "$as_me:$LINENO: checking for openpty" >&5
11952echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11953if test "${ac_cv_func_openpty+set}" = set; then
11954 echo $ECHO_N "(cached) $ECHO_C" >&6
11955else
11956 cat >conftest.$ac_ext <<_ACEOF
11957/* confdefs.h. */
11958_ACEOF
11959cat confdefs.h >>conftest.$ac_ext
11960cat >>conftest.$ac_ext <<_ACEOF
11961/* end confdefs.h. */
11962/* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
11963 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11964#define openpty innocuous_openpty
11965 12140
11966/* System header to define __stub macros and hopefully few prototypes,
11967 which can conflict with char openpty (); below.
11968 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11969 <limits.h> exists even on freestanding compilers. */
11970 12141
11971#ifdef __STDC__
11972# include <limits.h>
11973#else
11974# include <assert.h>
11975#endif
11976 12142
11977#undef openpty
11978 12143
11979/* Override any gcc2 internal prototype to avoid an error. */
11980#ifdef __cplusplus
11981extern "C"
11982{
11983#endif
11984/* We use char because int might match the return type of a gcc2
11985 builtin and then its argument prototype would still apply. */
11986char openpty ();
11987/* The GNU C library defines this for functions which it implements
11988 to always fail with ENOSYS. Some functions are actually named
11989 something starting with __ and the normal name is an alias. */
11990#if defined (__stub_openpty) || defined (__stub___openpty)
11991choke me
11992#else
11993char (*f) () = openpty;
11994#endif
11995#ifdef __cplusplus
11996}
11997#endif
11998 12144
11999int
12000main ()
12001{
12002return f != openpty;
12003 ;
12004 return 0;
12005}
12006_ACEOF
12007rm -f conftest.$ac_objext conftest$ac_exeext
12008if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12009 (eval $ac_link) 2>conftest.er1
12010 ac_status=$?
12011 grep -v '^ *+' conftest.er1 >conftest.err
12012 rm -f conftest.er1
12013 cat conftest.err >&5
12014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12015 (exit $ac_status); } &&
12016 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12018 (eval $ac_try) 2>&5
12019 ac_status=$?
12020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12021 (exit $ac_status); }; } &&
12022 { ac_try='test -s conftest$ac_exeext'
12023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12024 (eval $ac_try) 2>&5
12025 ac_status=$?
12026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12027 (exit $ac_status); }; }; then
12028 ac_cv_func_openpty=yes
12029else
12030 echo "$as_me: failed program was:" >&5
12031sed 's/^/| /' conftest.$ac_ext >&5
12032 12145
12033ac_cv_func_openpty=no 12146for ac_header in \
12034fi 12147 pty.h \
12035rm -f conftest.err conftest.$ac_objext \ 12148 util.h \
12036 conftest$ac_exeext conftest.$ac_ext 12149 libutil.h \
12037fi 12150 sys/ioctl.h \
12038echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5 12151 sys/stropts.h \
12039echo "${ECHO_T}$ac_cv_func_openpty" >&6
12040if test $ac_cv_func_openpty = yes; then
12041 :
12042else
12043 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12044echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12045if test "${ac_cv_lib_util_openpty+set}" = set; then
12046 echo $ECHO_N "(cached) $ECHO_C" >&6
12047else
12048 ac_check_lib_save_LIBS=$LIBS
12049LIBS="-lutil $LIBS"
12050cat >conftest.$ac_ext <<_ACEOF
12051/* confdefs.h. */
12052_ACEOF
12053cat confdefs.h >>conftest.$ac_ext
12054cat >>conftest.$ac_ext <<_ACEOF
12055/* end confdefs.h. */
12056 12152
12057/* Override any gcc2 internal prototype to avoid an error. */
12058#ifdef __cplusplus
12059extern "C"
12060#endif
12061/* We use char because int might match the return type of a gcc2
12062 builtin and then its argument prototype would still apply. */
12063char openpty ();
12064int
12065main ()
12066{
12067openpty ();
12068 ;
12069 return 0;
12070}
12071_ACEOF
12072rm -f conftest.$ac_objext conftest$ac_exeext
12073if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12074 (eval $ac_link) 2>conftest.er1
12075 ac_status=$?
12076 grep -v '^ *+' conftest.er1 >conftest.err
12077 rm -f conftest.er1
12078 cat conftest.err >&5
12079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12080 (exit $ac_status); } &&
12081 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12083 (eval $ac_try) 2>&5
12084 ac_status=$?
12085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12086 (exit $ac_status); }; } &&
12087 { ac_try='test -s conftest$ac_exeext'
12088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12089 (eval $ac_try) 2>&5
12090 ac_status=$?
12091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12092 (exit $ac_status); }; }; then
12093 ac_cv_lib_util_openpty=yes
12094else
12095 echo "$as_me: failed program was:" >&5
12096sed 's/^/| /' conftest.$ac_ext >&5
12097
12098ac_cv_lib_util_openpty=no
12099fi
12100rm -f conftest.err conftest.$ac_objext \
12101 conftest$ac_exeext conftest.$ac_ext
12102LIBS=$ac_check_lib_save_LIBS
12103fi
12104echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12105echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12106if test $ac_cv_lib_util_openpty = yes; then
12107 LIBS="$LIBS -lutil"
12108fi
12109
12110fi
12111
12112fi
12113
12114echo "$as_me:$LINENO: checking for pty/tty type" >&5
12115echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12116if test "${rxvt_cv_ptys+set}" = set; then
12117 echo $ECHO_N "(cached) $ECHO_C" >&6
12118else
12119 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
12120 rxvt_cv_ptys=OPENPTY
12121 else if test x$ac_cv_func_getpt = xyes; then
12122 rxvt_cv_ptys=GLIBC
12123 else if test x$ac_cv_func_posix_openpt = xyes; then
12124 rxvt_cv_ptys=POSIX
12125 else if test x$ac_cv_func__getpty = xyes; then
12126 rxvt_cv_ptys=SGI4
12127 else if test -c /dev/ttyp20; then
12128 rxvt_cv_ptys=SCO
12129 else if test -c /dev/ptym/clone; then
12130 rxvt_cv_ptys=HPUX
12131 else if test -c /dev/ptc -a -c /dev/pts; then
12132 rxvt_cv_ptys=PTC
12133 else if test -c /dev/ptc -a -d /dev/pts; then
12134 rxvt_cv_ptys=PTC
12135 else if test -c /dev/ptmx -a -c /dev/pts/0; then
12136 rxvt_cv_ptys=STREAMS
12137 else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
12138 rxvt_cv_ptys=STREAMS
12139 else
12140 rxvt_cv_ptys=BSD
12141fi
12142fi
12143fi
12144fi
12145fi
12146fi
12147fi
12148fi
12149fi
12150fi
12151
12152fi
12153echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12154echo "${ECHO_T}$rxvt_cv_ptys" >&6
12155
12156if test x$rxvt_cv_ptys = xGLIBC; then
12157
12158cat >>confdefs.h <<\_ACEOF
12159#define PTYS_ARE_GETPT 1
12160_ACEOF
12161
12162fi
12163if test x$rxvt_cv_ptys = xPOSIX; then
12164
12165cat >>confdefs.h <<\_ACEOF
12166#define PTYS_ARE_POSIX 1
12167_ACEOF
12168
12169fi
12170if test x$rxvt_cv_ptys = xOPENPTY; then
12171
12172cat >>confdefs.h <<\_ACEOF
12173#define PTYS_ARE_OPENPTY 1
12174_ACEOF
12175
12176fi
12177if test x$rxvt_cv_ptys = xSCO; then
12178
12179cat >>confdefs.h <<\_ACEOF
12180#define PTYS_ARE_NUMERIC 1
12181_ACEOF
12182
12183fi
12184if test x$rxvt_cv_ptys = xSTREAMS; then
12185
12186cat >>confdefs.h <<\_ACEOF
12187#define PTYS_ARE_PTMX 1
12188_ACEOF
12189
12190fi
12191if test x$rxvt_cv_ptys = xPTC; then
12192
12193cat >>confdefs.h <<\_ACEOF
12194#define PTYS_ARE_PTC 1
12195_ACEOF
12196
12197fi
12198if test x$rxvt_cv_ptys = xSGI4; then
12199
12200cat >>confdefs.h <<\_ACEOF
12201#define PTYS_ARE__GETPTY 1
12202_ACEOF
12203
12204fi
12205if test x$rxvt_cv_ptys = xHPUX; then
12206
12207cat >>confdefs.h <<\_ACEOF
12208#define PTYS_ARE_CLONE 1
12209_ACEOF
12210
12211fi
12212if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
12213
12214cat >>confdefs.h <<\_ACEOF
12215#define PTYS_ARE_SEARCHED 1
12216_ACEOF
12217
12218fi
12219
12220
12221{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
12222echo "$as_me: checking for pty ranges..." >&6;}
12223ptys=`echo /dev/pty??`
12224pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12225pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12226if test x$pch1 != x; then
12227
12228cat >>confdefs.h <<_ACEOF
12229#define PTYCHAR1 "$pch1"
12230_ACEOF
12231
12232fi
12233if test x$pch2 != x; then
12234
12235cat >>confdefs.h <<_ACEOF
12236#define PTYCHAR2 "$pch2"
12237_ACEOF
12238
12239fi
12240
12241if test x$support_xft = xyes; then
12242 LIBS="$LIBS `pkg-config xft --libs`"
12243 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12244
12245
12246for ac_header in X11/Xft/Xft.h
12247do 12153do
12248as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12154as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12249if eval "test \"\${$as_ac_Header+set}\" = set"; then 12155if eval "test \"\${$as_ac_Header+set}\" = set"; then
12250 echo "$as_me:$LINENO: checking for $ac_header" >&5 12156 echo "$as_me:$LINENO: checking for $ac_header" >&5
12251echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12157echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12385if test `eval echo '${'$as_ac_Header'}'` = yes; then 12291if test `eval echo '${'$as_ac_Header'}'` = yes; then
12386 cat >>confdefs.h <<_ACEOF 12292 cat >>confdefs.h <<_ACEOF
12387#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12293#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12388_ACEOF 12294_ACEOF
12389 12295
12296fi
12297
12298done
12299
12300
12301
12302
12303
12304
12305
12306for ac_func in \
12307 revoke \
12308 _getpty \
12309 getpt \
12310 posix_openpt \
12311 isastream \
12312
12313do
12314as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12315echo "$as_me:$LINENO: checking for $ac_func" >&5
12316echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12317if eval "test \"\${$as_ac_var+set}\" = set"; then
12318 echo $ECHO_N "(cached) $ECHO_C" >&6
12319else
12320 cat >conftest.$ac_ext <<_ACEOF
12321/* confdefs.h. */
12322_ACEOF
12323cat confdefs.h >>conftest.$ac_ext
12324cat >>conftest.$ac_ext <<_ACEOF
12325/* end confdefs.h. */
12326/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12327 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12328#define $ac_func innocuous_$ac_func
12329
12330/* System header to define __stub macros and hopefully few prototypes,
12331 which can conflict with char $ac_func (); below.
12332 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12333 <limits.h> exists even on freestanding compilers. */
12334
12335#ifdef __STDC__
12336# include <limits.h>
12337#else
12338# include <assert.h>
12339#endif
12340
12341#undef $ac_func
12342
12343/* Override any gcc2 internal prototype to avoid an error. */
12344#ifdef __cplusplus
12345extern "C"
12346{
12347#endif
12348/* We use char because int might match the return type of a gcc2
12349 builtin and then its argument prototype would still apply. */
12350char $ac_func ();
12351/* The GNU C library defines this for functions which it implements
12352 to always fail with ENOSYS. Some functions are actually named
12353 something starting with __ and the normal name is an alias. */
12354#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12355choke me
12356#else
12357char (*f) () = $ac_func;
12358#endif
12359#ifdef __cplusplus
12360}
12361#endif
12362
12363int
12364main ()
12365{
12366return f != $ac_func;
12367 ;
12368 return 0;
12369}
12370_ACEOF
12371rm -f conftest.$ac_objext conftest$ac_exeext
12372if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12373 (eval $ac_link) 2>conftest.er1
12374 ac_status=$?
12375 grep -v '^ *+' conftest.er1 >conftest.err
12376 rm -f conftest.er1
12377 cat conftest.err >&5
12378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12379 (exit $ac_status); } &&
12380 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12382 (eval $ac_try) 2>&5
12383 ac_status=$?
12384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12385 (exit $ac_status); }; } &&
12386 { ac_try='test -s conftest$ac_exeext'
12387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12388 (eval $ac_try) 2>&5
12389 ac_status=$?
12390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12391 (exit $ac_status); }; }; then
12392 eval "$as_ac_var=yes"
12393else
12394 echo "$as_me: failed program was:" >&5
12395sed 's/^/| /' conftest.$ac_ext >&5
12396
12397eval "$as_ac_var=no"
12398fi
12399rm -f conftest.err conftest.$ac_objext \
12400 conftest$ac_exeext conftest.$ac_ext
12401fi
12402echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12403echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12404if test `eval echo '${'$as_ac_var'}'` = yes; then
12405 cat >>confdefs.h <<_ACEOF
12406#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12407_ACEOF
12408
12409fi
12410done
12411
12412
12413have_clone=no
12414
12415echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12416echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6
12417if test -e /dev/ptym/clone; then
12418 echo "$as_me:$LINENO: result: yes" >&5
12419echo "${ECHO_T}yes" >&6
12420
12421cat >>confdefs.h <<\_ACEOF
12422#define HAVE_DEV_CLONE 1
12423_ACEOF
12424
12425
12426cat >>confdefs.h <<\_ACEOF
12427#define CLONE_DEVICE "/dev/ptym/clone"
12428_ACEOF
12429
12430 have_clone=yes
12431else
12432 echo "$as_me:$LINENO: result: no" >&5
12433echo "${ECHO_T}no" >&6
12434fi
12435
12436echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12437echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6
12438if test -e /dev/ptc; then
12439 echo "$as_me:$LINENO: result: yes" >&5
12440echo "${ECHO_T}yes" >&6
12441
12442cat >>confdefs.h <<\_ACEOF
12443#define HAVE_DEV_PTC 1
12444_ACEOF
12445
12446
12447cat >>confdefs.h <<\_ACEOF
12448#define CLONE_DEVICE "/dev/ptc"
12449_ACEOF
12450
12451 have_clone=yes
12452else
12453 echo "$as_me:$LINENO: result: no" >&5
12454echo "${ECHO_T}no" >&6
12455fi
12456
12457case $host in
12458 *-*-cygwin*)
12459 have_clone=yes
12460
12461cat >>confdefs.h <<\_ACEOF
12462#define CLONE_DEVICE "/dev/ptmx"
12463_ACEOF
12464
12465 ;;
12466 *)
12467 echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12468echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6
12469 if test -e /dev/ptmx; then
12470 echo "$as_me:$LINENO: result: yes" >&5
12471echo "${ECHO_T}yes" >&6
12472
12473cat >>confdefs.h <<\_ACEOF
12474#define HAVE_DEV_PTMX 1
12475_ACEOF
12476
12477
12478cat >>confdefs.h <<\_ACEOF
12479#define CLONE_DEVICE "/dev/ptmx"
12480_ACEOF
12481
12482 have_clone=yes
12483 else
12484 echo "$as_me:$LINENO: result: no" >&5
12485echo "${ECHO_T}no" >&6
12486 fi
12487 ;;
12488esac
12489
12490if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12491 echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12492echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6
12493 cat >conftest.$ac_ext <<_ACEOF
12494/* confdefs.h. */
12495_ACEOF
12496cat confdefs.h >>conftest.$ac_ext
12497cat >>conftest.$ac_ext <<_ACEOF
12498/* end confdefs.h. */
12499#include <stdlib.h>
12500int
12501main ()
12502{
12503grantpt(0);unlockpt(0);ptsname(0);
12504 ;
12505 return 0;
12506}
12507_ACEOF
12508rm -f conftest.$ac_objext conftest$ac_exeext
12509if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12510 (eval $ac_link) 2>conftest.er1
12511 ac_status=$?
12512 grep -v '^ *+' conftest.er1 >conftest.err
12513 rm -f conftest.er1
12514 cat conftest.err >&5
12515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12516 (exit $ac_status); } &&
12517 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
12523 { ac_try='test -s conftest$ac_exeext'
12524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12525 (eval $ac_try) 2>&5
12526 ac_status=$?
12527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12528 (exit $ac_status); }; }; then
12529 unix98_pty=yes
12530
12531cat >>confdefs.h <<\_ACEOF
12532#define UNIX98_PTY 1
12533_ACEOF
12534
12535 echo "$as_me:$LINENO: result: yes" >&5
12536echo "${ECHO_T}yes" >&6
12537else
12538 echo "$as_me: failed program was:" >&5
12539sed 's/^/| /' conftest.$ac_ext >&5
12540
12541echo "$as_me:$LINENO: result: no" >&5
12542echo "${ECHO_T}no" >&6
12543fi
12544rm -f conftest.err conftest.$ac_objext \
12545 conftest$ac_exeext conftest.$ac_ext
12546fi
12547
12548if test -z "$unix98_pty"; then
12549
12550for ac_func in openpty
12551do
12552as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12553echo "$as_me:$LINENO: checking for $ac_func" >&5
12554echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12555if eval "test \"\${$as_ac_var+set}\" = set"; then
12556 echo $ECHO_N "(cached) $ECHO_C" >&6
12557else
12558 cat >conftest.$ac_ext <<_ACEOF
12559/* confdefs.h. */
12560_ACEOF
12561cat confdefs.h >>conftest.$ac_ext
12562cat >>conftest.$ac_ext <<_ACEOF
12563/* end confdefs.h. */
12564/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12565 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12566#define $ac_func innocuous_$ac_func
12567
12568/* System header to define __stub macros and hopefully few prototypes,
12569 which can conflict with char $ac_func (); below.
12570 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12571 <limits.h> exists even on freestanding compilers. */
12572
12573#ifdef __STDC__
12574# include <limits.h>
12575#else
12576# include <assert.h>
12577#endif
12578
12579#undef $ac_func
12580
12581/* Override any gcc2 internal prototype to avoid an error. */
12582#ifdef __cplusplus
12583extern "C"
12584{
12585#endif
12586/* We use char because int might match the return type of a gcc2
12587 builtin and then its argument prototype would still apply. */
12588char $ac_func ();
12589/* The GNU C library defines this for functions which it implements
12590 to always fail with ENOSYS. Some functions are actually named
12591 something starting with __ and the normal name is an alias. */
12592#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12593choke me
12594#else
12595char (*f) () = $ac_func;
12596#endif
12597#ifdef __cplusplus
12598}
12599#endif
12600
12601int
12602main ()
12603{
12604return f != $ac_func;
12605 ;
12606 return 0;
12607}
12608_ACEOF
12609rm -f conftest.$ac_objext conftest$ac_exeext
12610if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12611 (eval $ac_link) 2>conftest.er1
12612 ac_status=$?
12613 grep -v '^ *+' conftest.er1 >conftest.err
12614 rm -f conftest.er1
12615 cat conftest.err >&5
12616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12617 (exit $ac_status); } &&
12618 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12620 (eval $ac_try) 2>&5
12621 ac_status=$?
12622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12623 (exit $ac_status); }; } &&
12624 { ac_try='test -s conftest$ac_exeext'
12625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12626 (eval $ac_try) 2>&5
12627 ac_status=$?
12628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12629 (exit $ac_status); }; }; then
12630 eval "$as_ac_var=yes"
12631else
12632 echo "$as_me: failed program was:" >&5
12633sed 's/^/| /' conftest.$ac_ext >&5
12634
12635eval "$as_ac_var=no"
12636fi
12637rm -f conftest.err conftest.$ac_objext \
12638 conftest$ac_exeext conftest.$ac_ext
12639fi
12640echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12641echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12642if test `eval echo '${'$as_ac_var'}'` = yes; then
12643 cat >>confdefs.h <<_ACEOF
12644#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12645_ACEOF
12646
12647else
12648 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12649echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12650if test "${ac_cv_lib_util_openpty+set}" = set; then
12651 echo $ECHO_N "(cached) $ECHO_C" >&6
12652else
12653 ac_check_lib_save_LIBS=$LIBS
12654LIBS="-lutil $LIBS"
12655cat >conftest.$ac_ext <<_ACEOF
12656/* confdefs.h. */
12657_ACEOF
12658cat confdefs.h >>conftest.$ac_ext
12659cat >>conftest.$ac_ext <<_ACEOF
12660/* end confdefs.h. */
12661
12662/* Override any gcc2 internal prototype to avoid an error. */
12663#ifdef __cplusplus
12664extern "C"
12665#endif
12666/* We use char because int might match the return type of a gcc2
12667 builtin and then its argument prototype would still apply. */
12668char openpty ();
12669int
12670main ()
12671{
12672openpty ();
12673 ;
12674 return 0;
12675}
12676_ACEOF
12677rm -f conftest.$ac_objext conftest$ac_exeext
12678if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12679 (eval $ac_link) 2>conftest.er1
12680 ac_status=$?
12681 grep -v '^ *+' conftest.er1 >conftest.err
12682 rm -f conftest.er1
12683 cat conftest.err >&5
12684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12685 (exit $ac_status); } &&
12686 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12688 (eval $ac_try) 2>&5
12689 ac_status=$?
12690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12691 (exit $ac_status); }; } &&
12692 { ac_try='test -s conftest$ac_exeext'
12693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12694 (eval $ac_try) 2>&5
12695 ac_status=$?
12696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12697 (exit $ac_status); }; }; then
12698 ac_cv_lib_util_openpty=yes
12699else
12700 echo "$as_me: failed program was:" >&5
12701sed 's/^/| /' conftest.$ac_ext >&5
12702
12703ac_cv_lib_util_openpty=no
12704fi
12705rm -f conftest.err conftest.$ac_objext \
12706 conftest$ac_exeext conftest.$ac_ext
12707LIBS=$ac_check_lib_save_LIBS
12708fi
12709echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12710echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12711if test $ac_cv_lib_util_openpty = yes; then
12712 cat >>confdefs.h <<\_ACEOF
12713#define HAVE_OPENPTY 1
12714_ACEOF
12715 LIBS="$LIBS -lutil"
12716fi
12717
12718fi
12719done
12720
12721fi
12722
12723
12724if test x$support_xft = xyes; then
12725 # Extract the first word of "pkg-config", so it can be a program name with args.
12726set dummy pkg-config; ac_word=$2
12727echo "$as_me:$LINENO: checking for $ac_word" >&5
12728echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12729if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12730 echo $ECHO_N "(cached) $ECHO_C" >&6
12731else
12732 case $PKG_CONFIG in
12733 [\\/]* | ?:[\\/]*)
12734 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12735 ;;
12736 *)
12737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12738for as_dir in $PATH
12739do
12740 IFS=$as_save_IFS
12741 test -z "$as_dir" && as_dir=.
12742 for ac_exec_ext in '' $ac_executable_extensions; do
12743 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12744 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12745 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12746 break 2
12747 fi
12748done
12749done
12750
12751 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12752 ;;
12753esac
12754fi
12755PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12756
12757if test -n "$PKG_CONFIG"; then
12758 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12759echo "${ECHO_T}$PKG_CONFIG" >&6
12760else
12761 echo "$as_me:$LINENO: result: no" >&5
12762echo "${ECHO_T}no" >&6
12763fi
12764
12765 # Extract the first word of "xft-config", so it can be a program name with args.
12766set dummy xft-config; ac_word=$2
12767echo "$as_me:$LINENO: checking for $ac_word" >&5
12768echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12769if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12770 echo $ECHO_N "(cached) $ECHO_C" >&6
12771else
12772 case $XFT_CONFIG in
12773 [\\/]* | ?:[\\/]*)
12774 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
12775 ;;
12776 *)
12777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12778for as_dir in $PATH
12779do
12780 IFS=$as_save_IFS
12781 test -z "$as_dir" && as_dir=.
12782 for ac_exec_ext in '' $ac_executable_extensions; do
12783 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12784 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12785 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12786 break 2
12787 fi
12788done
12789done
12790
12791 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
12792 ;;
12793esac
12794fi
12795XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12796
12797if test -n "$XFT_CONFIG"; then
12798 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
12799echo "${ECHO_T}$XFT_CONFIG" >&6
12800else
12801 echo "$as_me:$LINENO: result: no" >&5
12802echo "${ECHO_T}no" >&6
12803fi
12804
12805 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12806 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
12807 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12808 else
12809 if test $XFT_CONFIG != no; then
12810 LIBS="$LIBS `$XFT_CONFIG --libs`"
12811 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
12812 fi
12813 fi
12814
12815
12816for ac_header in X11/Xft/Xft.h
12817do
12818as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12819if eval "test \"\${$as_ac_Header+set}\" = set"; then
12820 echo "$as_me:$LINENO: checking for $ac_header" >&5
12821echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12822if eval "test \"\${$as_ac_Header+set}\" = set"; then
12823 echo $ECHO_N "(cached) $ECHO_C" >&6
12824fi
12825echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12826echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12827else
12828 # Is the header compilable?
12829echo "$as_me:$LINENO: checking $ac_header usability" >&5
12830echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12831cat >conftest.$ac_ext <<_ACEOF
12832/* confdefs.h. */
12833_ACEOF
12834cat confdefs.h >>conftest.$ac_ext
12835cat >>conftest.$ac_ext <<_ACEOF
12836/* end confdefs.h. */
12837$ac_includes_default
12838#include <$ac_header>
12839_ACEOF
12840rm -f conftest.$ac_objext
12841if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12842 (eval $ac_compile) 2>conftest.er1
12843 ac_status=$?
12844 grep -v '^ *+' conftest.er1 >conftest.err
12845 rm -f conftest.er1
12846 cat conftest.err >&5
12847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12848 (exit $ac_status); } &&
12849 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12851 (eval $ac_try) 2>&5
12852 ac_status=$?
12853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12854 (exit $ac_status); }; } &&
12855 { ac_try='test -s conftest.$ac_objext'
12856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12857 (eval $ac_try) 2>&5
12858 ac_status=$?
12859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12860 (exit $ac_status); }; }; then
12861 ac_header_compiler=yes
12862else
12863 echo "$as_me: failed program was:" >&5
12864sed 's/^/| /' conftest.$ac_ext >&5
12865
12866ac_header_compiler=no
12867fi
12868rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12869echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12870echo "${ECHO_T}$ac_header_compiler" >&6
12871
12872# Is the header present?
12873echo "$as_me:$LINENO: checking $ac_header presence" >&5
12874echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12875cat >conftest.$ac_ext <<_ACEOF
12876/* confdefs.h. */
12877_ACEOF
12878cat confdefs.h >>conftest.$ac_ext
12879cat >>conftest.$ac_ext <<_ACEOF
12880/* end confdefs.h. */
12881#include <$ac_header>
12882_ACEOF
12883if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12884 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12885 ac_status=$?
12886 grep -v '^ *+' conftest.er1 >conftest.err
12887 rm -f conftest.er1
12888 cat conftest.err >&5
12889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12890 (exit $ac_status); } >/dev/null; then
12891 if test -s conftest.err; then
12892 ac_cpp_err=$ac_cxx_preproc_warn_flag
12893 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12894 else
12895 ac_cpp_err=
12896 fi
12897else
12898 ac_cpp_err=yes
12899fi
12900if test -z "$ac_cpp_err"; then
12901 ac_header_preproc=yes
12902else
12903 echo "$as_me: failed program was:" >&5
12904sed 's/^/| /' conftest.$ac_ext >&5
12905
12906 ac_header_preproc=no
12907fi
12908rm -f conftest.err conftest.$ac_ext
12909echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12910echo "${ECHO_T}$ac_header_preproc" >&6
12911
12912# So? What about this header?
12913case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12914 yes:no: )
12915 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12916echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12917 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12918echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12919 ac_header_preproc=yes
12920 ;;
12921 no:yes:* )
12922 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12923echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12924 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12925echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12926 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12927echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12928 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12929echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12930 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12931echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12932 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12933echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12934 (
12935 cat <<\_ASBOX
12936## ------------------------------------------ ##
12937## Report this to the AC_PACKAGE_NAME lists. ##
12938## ------------------------------------------ ##
12939_ASBOX
12940 ) |
12941 sed "s/^/$as_me: WARNING: /" >&2
12942 ;;
12943esac
12944echo "$as_me:$LINENO: checking for $ac_header" >&5
12945echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12946if eval "test \"\${$as_ac_Header+set}\" = set"; then
12947 echo $ECHO_N "(cached) $ECHO_C" >&6
12948else
12949 eval "$as_ac_Header=\$ac_header_preproc"
12950fi
12951echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12952echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12953
12954fi
12955if test `eval echo '${'$as_ac_Header'}'` = yes; then
12956 cat >>confdefs.h <<_ACEOF
12957#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12958_ACEOF
12959
12390else 12960else
12391 support_xft=no 12961 support_xft=no
12392fi 12962fi
12393 12963
12394done 12964done
12856 PERL_O=rxvtperl.o 13426 PERL_O=rxvtperl.o
12857 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 13427 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12858 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 13428 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12859 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 13429 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12860 else 13430 else
12861 support_perl=no
12862 echo "$as_me:$LINENO: result: no, unable to link" >&5 13431 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12863echo "${ECHO_T}no, unable to link" >&6 13432echo "$as_me: error: no, unable to link" >&2;}
13433 { (exit 1); exit 1; }; }
12864 fi 13434 fi
12865 else 13435 else
12866 { { echo "$as_me:$LINENO: error: no working perl found" >&5 13436 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
12867echo "$as_me: error: no working perl found" >&2;} 13437echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12868 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; } 13438 { (exit 1); exit 1; }; }
12869 support_perl=no
12870 fi 13439 fi
12871fi 13440fi
12872 13441
12873 13442
12874 13443
13516 # Handling of arguments. 14085 # Handling of arguments.
13517 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 14086 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13518 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 14087 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13519 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 14088 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13520 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 14089 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13521 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 14090 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13522 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 14091 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13523echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 14092echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13524 { (exit 1); exit 1; }; };; 14093 { (exit 1); exit 1; }; };;
13525 esac 14094 esac
13526done 14095done
13627s,@ac_ct_CXX@,$ac_ct_CXX,;t t 14196s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13628s,@CPP@,$CPP,;t t 14197s,@CPP@,$CPP,;t t
13629s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 14198s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13630s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 14199s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13631s,@INSTALL_DATA@,$INSTALL_DATA,;t t 14200s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13632s,@AWK@,$AWK,;t t 14201s,@EGREP@,$EGREP,;t t
13633s,@LINKER@,$LINKER,;t t 14202s,@LINKER@,$LINKER,;t t
13634s,@CXXCPP@,$CXXCPP,;t t
13635s,@EGREP@,$EGREP,;t t
13636s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 14203s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13637s,@RXVTNAME@,$RXVTNAME,;t t 14204s,@RXVTNAME@,$RXVTNAME,;t t
13638s,@MV@,$MV,;t t 14205s,@MV@,$MV,;t t
13639s,@RM@,$RM,;t t 14206s,@RM@,$RM,;t t
13640s,@CP@,$CP,;t t 14207s,@CP@,$CP,;t t
13641s,@LN@,$LN,;t t 14208s,@LN@,$LN,;t t
13642s,@SED@,$SED,;t t 14209s,@SED@,$SED,;t t
13643s,@ECHO@,$ECHO,;t t 14210s,@ECHO@,$ECHO,;t t
13644s,@CMP@,$CMP,;t t 14211s,@CMP@,$CMP,;t t
13645s,@TBL@,$TBL,;t t
13646s,@TIC@,$TIC,;t t 14212s,@TIC@,$TIC,;t t
14213s,@CXXCPP@,$CXXCPP,;t t
13647s,@X_CFLAGS@,$X_CFLAGS,;t t 14214s,@X_CFLAGS@,$X_CFLAGS,;t t
13648s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 14215s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13649s,@X_LIBS@,$X_LIBS,;t t 14216s,@X_LIBS@,$X_LIBS,;t t
13650s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 14217s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13651s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t 14218s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13655s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 14222s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
13656s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 14223s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
13657s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 14224s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
13658s,@rxvt_intp_define@,$rxvt_intp_define,;t t 14225s,@rxvt_intp_define@,$rxvt_intp_define,;t t
13659s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 14226s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
14227s,@PKG_CONFIG@,$PKG_CONFIG,;t t
14228s,@XFT_CONFIG@,$XFT_CONFIG,;t t
13660s,@PERL@,$PERL,;t t 14229s,@PERL@,$PERL,;t t
13661s,@PERLLIB@,$PERLLIB,;t t 14230s,@PERLLIB@,$PERLLIB,;t t
13662s,@PERLFLAGS@,$PERLFLAGS,;t t 14231s,@PERLFLAGS@,$PERLFLAGS,;t t
13663s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t 14232s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13664s,@IF_PERL@,$IF_PERL,;t t 14233s,@IF_PERL@,$IF_PERL,;t t
14195 14764
14196if test x$support_xpm = xyes; then 14765if test x$support_xpm = xyes; then
14197 echo " Xpm library: $XPM_LIBS" 14766 echo " Xpm library: $XPM_LIBS"
14198fi 14767fi
14199 14768
14200echo "
14201The following are set in config.h
14202"
14203echo " pty/tty type: "$rxvt_cv_ptys
14204if test x$support_utmp != xyes; then 14769if test x$support_utmp != xyes; then
14205 echo " utmp support: disabled" 14770 echo " utmp support: disabled"
14206 echo 14771 echo
14207else 14772else
14208 echo " utmp support: enabled 14773 echo " utmp support: enabled
14209 utmp file: $rxvt_cv_path_utmp 14774 utmp file: $path_utmp
14210 utmpx file: $rxvt_cv_path_utmpx 14775 utmpx file: $path_utmpx
14211 wtmp file: $rxvt_cv_path_wtmp 14776 wtmp file: $path_wtmp
14212 wtmpx file: $rxvt_cv_path_wtmpx 14777 wtmpx file: $path_wtmpx
14213 lastlog file: $rxvt_cv_path_lastlog 14778 lastlog file: $path_lastlog
14214 ttys/ttytab file: $rxvt_cv_path_ttytab 14779 lastlogx file: $path_lastlogx"
14215 embedded perl: $support_perl"
14216 echo
14217fi 14780fi
14218if test x$term != x; then 14781if test x$term != x; then
14219 echo " set TERM to: $term" 14782 echo " set TERM to: $term"
14220fi 14783fi
14221if test x$terminfo != x; then 14784if test x$terminfo != x; then
14225echo " resource class: $RESCLASS" 14788echo " resource class: $RESCLASS"
14226if test x$RESFALLBACK != x; then 14789if test x$RESFALLBACK != x; then
14227 echo " resource class fallback: $RESFALLBACK" 14790 echo " resource class fallback: $RESFALLBACK"
14228fi 14791fi
14229echo 14792echo
14230if test x$rxvt_cv_ptys = xUNKNOWN; then 14793echo " embedded perl: $support_perl"
14231 echo ".----------------------------------------------------------------." 14794echo
14232 echo ". WARNING: could not determine pty/tty type. Do not build until ."
14233 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14234 echo ".----------------------------------------------------------------."
14235fi
14236if test x$support_xpm = xneedsmanualspecification; then 14795if test x$support_xpm = xneedsmanualspecification; then
14237 echo ".----------------------------------------------------------------." 14796 echo ".----------------------------------------------------------------."
14238 echo ". WARNING: --enable-xpm-background was specified however the ." 14797 echo ". WARNING: --enable-xpm-background was specified however the ."
14239 echo ". XPM includes files and libraries could not be found. ." 14798 echo ". XPM includes files and libraries could not be found. ."
14240 echo ". XPM backgrounds are now being DISABLED! If you want ." 14799 echo ". XPM backgrounds are now being DISABLED! If you want ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines