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

Comparing rxvt-unicode/configure (file contents):
Revision 1.73 by root, Mon Jan 16 17:24:29 2006 UTC vs.
Revision 1.87 by root, Sat Jan 21 23:50:33 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
10130#define RETSIGTYPE $ac_cv_type_signal 10065#define RETSIGTYPE $ac_cv_type_signal
10131_ACEOF 10066_ACEOF
10132 10067
10133 10068
10134 10069
10135case "$host_alias" in
10136 *ultrix) ac_cv_func_setsid='no' ;;
10137 *) break;;
10138esac
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152 10070
10153 10071
10154 10072
10155 10073
10156 10074
10157 10075
10158 10076
10159for ac_func in \ 10077for ac_func in \
10160 atexit \
10161 revoke \
10162 unsetenv \ 10078 unsetenv \
10163 setutent \ 10079 setutent \
10164 seteuid \ 10080 seteuid \
10081 setresuid \
10165 setreuid \ 10082 setreuid \
10166 setsid \
10167 setpgrp \
10168 setpgid \
10169 _getpty \
10170 posix_openpt \
10171 grantpt \
10172 unlockpt \
10173 isastream \
10174 on_exit \ 10083 on_exit \
10175 nanosleep \ 10084 nanosleep \
10176 updwtmp \
10177 updwtmpx \
10178 ttyslot \
10179 10085
10180do 10086do
10181as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10087as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10182echo "$as_me:$LINENO: checking for $ac_func" >&5 10088echo "$as_me:$LINENO: checking for $ac_func" >&5
10183echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10089echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10275 10181
10276fi 10182fi
10277done 10183done
10278 10184
10279 10185
10280 10186UTMP_CHECK
10281if test "${ac_cv_header_utmp_h+set}" = set; then
10282 echo "$as_me:$LINENO: checking for utmp.h" >&5
10283echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10284if test "${ac_cv_header_utmp_h+set}" = set; then
10285 echo $ECHO_N "(cached) $ECHO_C" >&6
10286fi
10287echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10288echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10289else
10290 # Is the header compilable?
10291echo "$as_me:$LINENO: checking utmp.h usability" >&5
10292echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
10293cat >conftest.$ac_ext <<_ACEOF
10294/* confdefs.h. */
10295_ACEOF
10296cat confdefs.h >>conftest.$ac_ext
10297cat >>conftest.$ac_ext <<_ACEOF
10298/* end confdefs.h. */
10299$ac_includes_default
10300#include <utmp.h>
10301_ACEOF
10302rm -f conftest.$ac_objext
10303if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10304 (eval $ac_compile) 2>conftest.er1
10305 ac_status=$?
10306 grep -v '^ *+' conftest.er1 >conftest.err
10307 rm -f conftest.er1
10308 cat conftest.err >&5
10309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10310 (exit $ac_status); } &&
10311 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10313 (eval $ac_try) 2>&5
10314 ac_status=$?
10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 (exit $ac_status); }; } &&
10317 { ac_try='test -s conftest.$ac_objext'
10318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10319 (eval $ac_try) 2>&5
10320 ac_status=$?
10321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10322 (exit $ac_status); }; }; then
10323 ac_header_compiler=yes
10324else
10325 echo "$as_me: failed program was:" >&5
10326sed 's/^/| /' conftest.$ac_ext >&5
10327
10328ac_header_compiler=no
10329fi
10330rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10331echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10332echo "${ECHO_T}$ac_header_compiler" >&6
10333
10334# Is the header present?
10335echo "$as_me:$LINENO: checking utmp.h presence" >&5
10336echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
10337cat >conftest.$ac_ext <<_ACEOF
10338/* confdefs.h. */
10339_ACEOF
10340cat confdefs.h >>conftest.$ac_ext
10341cat >>conftest.$ac_ext <<_ACEOF
10342/* end confdefs.h. */
10343#include <utmp.h>
10344_ACEOF
10345if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10346 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10347 ac_status=$?
10348 grep -v '^ *+' conftest.er1 >conftest.err
10349 rm -f conftest.er1
10350 cat conftest.err >&5
10351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10352 (exit $ac_status); } >/dev/null; then
10353 if test -s conftest.err; then
10354 ac_cpp_err=$ac_cxx_preproc_warn_flag
10355 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10356 else
10357 ac_cpp_err=
10358 fi
10359else
10360 ac_cpp_err=yes
10361fi
10362if test -z "$ac_cpp_err"; then
10363 ac_header_preproc=yes
10364else
10365 echo "$as_me: failed program was:" >&5
10366sed 's/^/| /' conftest.$ac_ext >&5
10367
10368 ac_header_preproc=no
10369fi
10370rm -f conftest.err conftest.$ac_ext
10371echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10372echo "${ECHO_T}$ac_header_preproc" >&6
10373
10374# So? What about this header?
10375case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10376 yes:no: )
10377 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10378echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10379 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
10380echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
10381 ac_header_preproc=yes
10382 ;;
10383 no:yes:* )
10384 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
10385echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
10386 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
10387echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
10388 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
10389echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
10390 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
10391echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10392 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10393echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10394 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10395echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10396 (
10397 cat <<\_ASBOX
10398## ------------------------------------------ ##
10399## Report this to the AC_PACKAGE_NAME lists. ##
10400## ------------------------------------------ ##
10401_ASBOX
10402 ) |
10403 sed "s/^/$as_me: WARNING: /" >&2
10404 ;;
10405esac
10406echo "$as_me:$LINENO: checking for utmp.h" >&5
10407echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10408if test "${ac_cv_header_utmp_h+set}" = set; then
10409 echo $ECHO_N "(cached) $ECHO_C" >&6
10410else
10411 ac_cv_header_utmp_h=$ac_header_preproc
10412fi
10413echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10414echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10415
10416fi
10417if test $ac_cv_header_utmp_h = yes; then
10418 echo "$as_me:$LINENO: checking for struct utmp" >&5
10419echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10420if test "${rxvt_cv_struct_utmp+set}" = set; then
10421 echo $ECHO_N "(cached) $ECHO_C" >&6
10422else
10423 cat >conftest.$ac_ext <<_ACEOF
10424/* confdefs.h. */
10425_ACEOF
10426cat confdefs.h >>conftest.$ac_ext
10427cat >>conftest.$ac_ext <<_ACEOF
10428/* end confdefs.h. */
10429#include <sys/types.h>
10430#include <stdint.h>
10431#include <utmp.h>
10432int
10433main ()
10434{
10435struct utmp ut;
10436 ;
10437 return 0;
10438}
10439_ACEOF
10440rm -f conftest.$ac_objext
10441if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10442 (eval $ac_compile) 2>conftest.er1
10443 ac_status=$?
10444 grep -v '^ *+' conftest.er1 >conftest.err
10445 rm -f conftest.er1
10446 cat conftest.err >&5
10447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10448 (exit $ac_status); } &&
10449 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10451 (eval $ac_try) 2>&5
10452 ac_status=$?
10453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10454 (exit $ac_status); }; } &&
10455 { ac_try='test -s conftest.$ac_objext'
10456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10457 (eval $ac_try) 2>&5
10458 ac_status=$?
10459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10460 (exit $ac_status); }; }; then
10461 rxvt_cv_struct_utmp=yes
10462else
10463 echo "$as_me: failed program was:" >&5
10464sed 's/^/| /' conftest.$ac_ext >&5
10465
10466rxvt_cv_struct_utmp=no
10467fi
10468rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10469fi
10470echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
10471echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
10472if test x$rxvt_cv_struct_utmp = xyes; then
10473
10474cat >>confdefs.h <<\_ACEOF
10475#define HAVE_STRUCT_UTMP 1
10476_ACEOF
10477
10478fi
10479
10480
10481echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10482echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10483if test "${rxvt_cv_struct_utmp_host+set}" = set; then
10484 echo $ECHO_N "(cached) $ECHO_C" >&6
10485else
10486 cat >conftest.$ac_ext <<_ACEOF
10487/* confdefs.h. */
10488_ACEOF
10489cat confdefs.h >>conftest.$ac_ext
10490cat >>conftest.$ac_ext <<_ACEOF
10491/* end confdefs.h. */
10492#include <sys/types.h>
10493#include <utmp.h>
10494int
10495main ()
10496{
10497struct utmp ut; ut.ut_host;
10498 ;
10499 return 0;
10500}
10501_ACEOF
10502rm -f conftest.$ac_objext
10503if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10504 (eval $ac_compile) 2>conftest.er1
10505 ac_status=$?
10506 grep -v '^ *+' conftest.er1 >conftest.err
10507 rm -f conftest.er1
10508 cat conftest.err >&5
10509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10510 (exit $ac_status); } &&
10511 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10513 (eval $ac_try) 2>&5
10514 ac_status=$?
10515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10516 (exit $ac_status); }; } &&
10517 { ac_try='test -s conftest.$ac_objext'
10518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10519 (eval $ac_try) 2>&5
10520 ac_status=$?
10521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10522 (exit $ac_status); }; }; then
10523 rxvt_cv_struct_utmp_host=yes
10524else
10525 echo "$as_me: failed program was:" >&5
10526sed 's/^/| /' conftest.$ac_ext >&5
10527
10528rxvt_cv_struct_utmp_host=no
10529fi
10530rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10531fi
10532echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
10533echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
10534if test x$rxvt_cv_struct_utmp_host = xyes; then
10535
10536cat >>confdefs.h <<\_ACEOF
10537#define HAVE_UTMP_HOST 1
10538_ACEOF
10539
10540fi
10541
10542echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10543echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10544if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
10545 echo $ECHO_N "(cached) $ECHO_C" >&6
10546else
10547 cat >conftest.$ac_ext <<_ACEOF
10548/* confdefs.h. */
10549_ACEOF
10550cat confdefs.h >>conftest.$ac_ext
10551cat >>conftest.$ac_ext <<_ACEOF
10552/* end confdefs.h. */
10553#include <sys/types.h>
10554#include <utmp.h>
10555int
10556main ()
10557{
10558struct utmp ut; ut.ut_pid;
10559 ;
10560 return 0;
10561}
10562_ACEOF
10563rm -f conftest.$ac_objext
10564if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10565 (eval $ac_compile) 2>conftest.er1
10566 ac_status=$?
10567 grep -v '^ *+' conftest.er1 >conftest.err
10568 rm -f conftest.er1
10569 cat conftest.err >&5
10570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10571 (exit $ac_status); } &&
10572 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10574 (eval $ac_try) 2>&5
10575 ac_status=$?
10576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10577 (exit $ac_status); }; } &&
10578 { ac_try='test -s conftest.$ac_objext'
10579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10580 (eval $ac_try) 2>&5
10581 ac_status=$?
10582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10583 (exit $ac_status); }; }; then
10584 rxvt_cv_struct_utmp_pid=yes
10585else
10586 echo "$as_me: failed program was:" >&5
10587sed 's/^/| /' conftest.$ac_ext >&5
10588
10589rxvt_cv_struct_utmp_pid=no
10590fi
10591rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10592fi
10593echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
10594echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
10595if test x$rxvt_cv_struct_utmp_pid = xyes; then
10596
10597cat >>confdefs.h <<\_ACEOF
10598#define HAVE_UTMP_PID 1
10599_ACEOF
10600
10601fi
10602
10603fi
10604
10605
10606
10607if test "${ac_cv_header_utmpx_h+set}" = set; then
10608 echo "$as_me:$LINENO: checking for utmpx.h" >&5
10609echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10610if test "${ac_cv_header_utmpx_h+set}" = set; then
10611 echo $ECHO_N "(cached) $ECHO_C" >&6
10612fi
10613echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10614echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10615else
10616 # Is the header compilable?
10617echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10618echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
10619cat >conftest.$ac_ext <<_ACEOF
10620/* confdefs.h. */
10621_ACEOF
10622cat confdefs.h >>conftest.$ac_ext
10623cat >>conftest.$ac_ext <<_ACEOF
10624/* end confdefs.h. */
10625$ac_includes_default
10626#include <utmpx.h>
10627_ACEOF
10628rm -f conftest.$ac_objext
10629if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10630 (eval $ac_compile) 2>conftest.er1
10631 ac_status=$?
10632 grep -v '^ *+' conftest.er1 >conftest.err
10633 rm -f conftest.er1
10634 cat conftest.err >&5
10635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10636 (exit $ac_status); } &&
10637 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10639 (eval $ac_try) 2>&5
10640 ac_status=$?
10641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10642 (exit $ac_status); }; } &&
10643 { ac_try='test -s conftest.$ac_objext'
10644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10645 (eval $ac_try) 2>&5
10646 ac_status=$?
10647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10648 (exit $ac_status); }; }; then
10649 ac_header_compiler=yes
10650else
10651 echo "$as_me: failed program was:" >&5
10652sed 's/^/| /' conftest.$ac_ext >&5
10653
10654ac_header_compiler=no
10655fi
10656rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10657echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10658echo "${ECHO_T}$ac_header_compiler" >&6
10659
10660# Is the header present?
10661echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10662echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
10663cat >conftest.$ac_ext <<_ACEOF
10664/* confdefs.h. */
10665_ACEOF
10666cat confdefs.h >>conftest.$ac_ext
10667cat >>conftest.$ac_ext <<_ACEOF
10668/* end confdefs.h. */
10669#include <utmpx.h>
10670_ACEOF
10671if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10672 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10673 ac_status=$?
10674 grep -v '^ *+' conftest.er1 >conftest.err
10675 rm -f conftest.er1
10676 cat conftest.err >&5
10677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10678 (exit $ac_status); } >/dev/null; then
10679 if test -s conftest.err; then
10680 ac_cpp_err=$ac_cxx_preproc_warn_flag
10681 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10682 else
10683 ac_cpp_err=
10684 fi
10685else
10686 ac_cpp_err=yes
10687fi
10688if test -z "$ac_cpp_err"; then
10689 ac_header_preproc=yes
10690else
10691 echo "$as_me: failed program was:" >&5
10692sed 's/^/| /' conftest.$ac_ext >&5
10693
10694 ac_header_preproc=no
10695fi
10696rm -f conftest.err conftest.$ac_ext
10697echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10698echo "${ECHO_T}$ac_header_preproc" >&6
10699
10700# So? What about this header?
10701case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10702 yes:no: )
10703 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
10704echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10705 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
10706echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
10707 ac_header_preproc=yes
10708 ;;
10709 no:yes:* )
10710 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
10711echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
10712 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
10713echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
10714 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
10715echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
10716 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
10717echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
10718 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
10719echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
10720 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
10721echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
10722 (
10723 cat <<\_ASBOX
10724## ------------------------------------------ ##
10725## Report this to the AC_PACKAGE_NAME lists. ##
10726## ------------------------------------------ ##
10727_ASBOX
10728 ) |
10729 sed "s/^/$as_me: WARNING: /" >&2
10730 ;;
10731esac
10732echo "$as_me:$LINENO: checking for utmpx.h" >&5
10733echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10734if test "${ac_cv_header_utmpx_h+set}" = set; then
10735 echo $ECHO_N "(cached) $ECHO_C" >&6
10736else
10737 ac_cv_header_utmpx_h=$ac_header_preproc
10738fi
10739echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10740echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10741
10742fi
10743if test $ac_cv_header_utmpx_h = yes; then
10744 echo "$as_me:$LINENO: checking for struct utmpx" >&5
10745echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10746if test "${rxvt_cv_struct_utmpx+set}" = set; then
10747 echo $ECHO_N "(cached) $ECHO_C" >&6
10748else
10749 cat >conftest.$ac_ext <<_ACEOF
10750/* confdefs.h. */
10751_ACEOF
10752cat confdefs.h >>conftest.$ac_ext
10753cat >>conftest.$ac_ext <<_ACEOF
10754/* end confdefs.h. */
10755#include <sys/types.h>
10756#include <utmpx.h>
10757int
10758main ()
10759{
10760struct utmpx ut;
10761 ;
10762 return 0;
10763}
10764_ACEOF
10765rm -f conftest.$ac_objext
10766if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10767 (eval $ac_compile) 2>conftest.er1
10768 ac_status=$?
10769 grep -v '^ *+' conftest.er1 >conftest.err
10770 rm -f conftest.er1
10771 cat conftest.err >&5
10772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10773 (exit $ac_status); } &&
10774 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10776 (eval $ac_try) 2>&5
10777 ac_status=$?
10778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10779 (exit $ac_status); }; } &&
10780 { ac_try='test -s conftest.$ac_objext'
10781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10782 (eval $ac_try) 2>&5
10783 ac_status=$?
10784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10785 (exit $ac_status); }; }; then
10786 rxvt_cv_struct_utmpx=yes
10787else
10788 echo "$as_me: failed program was:" >&5
10789sed 's/^/| /' conftest.$ac_ext >&5
10790
10791rxvt_cv_struct_utmpx=no
10792fi
10793rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10794fi
10795echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
10796echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
10797if test x$rxvt_cv_struct_utmpx = xyes; then
10798
10799cat >>confdefs.h <<\_ACEOF
10800#define HAVE_STRUCT_UTMPX 1
10801_ACEOF
10802
10803fi
10804
10805
10806echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10807echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10808if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
10809 echo $ECHO_N "(cached) $ECHO_C" >&6
10810else
10811 cat >conftest.$ac_ext <<_ACEOF
10812/* confdefs.h. */
10813_ACEOF
10814cat confdefs.h >>conftest.$ac_ext
10815cat >>conftest.$ac_ext <<_ACEOF
10816/* end confdefs.h. */
10817#include <sys/types.h>
10818#include <utmpx.h>
10819int
10820main ()
10821{
10822struct utmpx utx; utx.ut_host;
10823 ;
10824 return 0;
10825}
10826_ACEOF
10827rm -f conftest.$ac_objext
10828if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10829 (eval $ac_compile) 2>conftest.er1
10830 ac_status=$?
10831 grep -v '^ *+' conftest.er1 >conftest.err
10832 rm -f conftest.er1
10833 cat conftest.err >&5
10834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10835 (exit $ac_status); } &&
10836 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10838 (eval $ac_try) 2>&5
10839 ac_status=$?
10840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10841 (exit $ac_status); }; } &&
10842 { ac_try='test -s conftest.$ac_objext'
10843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10844 (eval $ac_try) 2>&5
10845 ac_status=$?
10846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10847 (exit $ac_status); }; }; then
10848 rxvt_cv_struct_utmpx_host=yes
10849else
10850 echo "$as_me: failed program was:" >&5
10851sed 's/^/| /' conftest.$ac_ext >&5
10852
10853rxvt_cv_struct_utmpx_host=no
10854fi
10855rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10856fi
10857echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
10858echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
10859if test x$rxvt_cv_struct_utmpx_host = xyes; then
10860
10861cat >>confdefs.h <<\_ACEOF
10862#define HAVE_UTMPX_HOST 1
10863_ACEOF
10864
10865fi
10866
10867echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10868echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10869if test "${rxvt_cv_struct_utmpx_session+set}" = set; then
10870 echo $ECHO_N "(cached) $ECHO_C" >&6
10871else
10872 cat >conftest.$ac_ext <<_ACEOF
10873/* confdefs.h. */
10874_ACEOF
10875cat confdefs.h >>conftest.$ac_ext
10876cat >>conftest.$ac_ext <<_ACEOF
10877/* end confdefs.h. */
10878#include <sys/types.h>
10879#include <utmpx.h>
10880int
10881main ()
10882{
10883struct utmpx utx; utx.ut_session;
10884 ;
10885 return 0;
10886}
10887_ACEOF
10888rm -f conftest.$ac_objext
10889if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10890 (eval $ac_compile) 2>conftest.er1
10891 ac_status=$?
10892 grep -v '^ *+' conftest.er1 >conftest.err
10893 rm -f conftest.er1
10894 cat conftest.err >&5
10895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10896 (exit $ac_status); } &&
10897 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10899 (eval $ac_try) 2>&5
10900 ac_status=$?
10901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10902 (exit $ac_status); }; } &&
10903 { ac_try='test -s conftest.$ac_objext'
10904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10905 (eval $ac_try) 2>&5
10906 ac_status=$?
10907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10908 (exit $ac_status); }; }; then
10909 rxvt_cv_struct_utmpx_session=yes
10910else
10911 echo "$as_me: failed program was:" >&5
10912sed 's/^/| /' conftest.$ac_ext >&5
10913
10914rxvt_cv_struct_utmpx_session=no
10915fi
10916rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10917fi
10918echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5
10919echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6
10920if test x$rxvt_cv_struct_utmpx_session = xyes; then
10921
10922cat >>confdefs.h <<\_ACEOF
10923#define HAVE_UTMPX_SESSION 1
10924_ACEOF
10925
10926fi
10927
10928fi
10929
10930
10931echo "$as_me:$LINENO: checking for struct lastlog" >&5
10932echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10933if test "${rxvt_cv_struct_lastlog+set}" = set; then
10934 echo $ECHO_N "(cached) $ECHO_C" >&6
10935else
10936 cat >conftest.$ac_ext <<_ACEOF
10937/* confdefs.h. */
10938_ACEOF
10939cat confdefs.h >>conftest.$ac_ext
10940cat >>conftest.$ac_ext <<_ACEOF
10941/* end confdefs.h. */
10942#include <sys/types.h>
10943#include <utmp.h>
10944#ifdef HAVE_LASTLOG_H
10945#include <lastlog.h>
10946#endif
10947
10948int
10949main ()
10950{
10951struct lastlog ll;
10952 ;
10953 return 0;
10954}
10955_ACEOF
10956rm -f conftest.$ac_objext
10957if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10958 (eval $ac_compile) 2>conftest.er1
10959 ac_status=$?
10960 grep -v '^ *+' conftest.er1 >conftest.err
10961 rm -f conftest.er1
10962 cat conftest.err >&5
10963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10964 (exit $ac_status); } &&
10965 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10967 (eval $ac_try) 2>&5
10968 ac_status=$?
10969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10970 (exit $ac_status); }; } &&
10971 { ac_try='test -s conftest.$ac_objext'
10972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10973 (eval $ac_try) 2>&5
10974 ac_status=$?
10975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10976 (exit $ac_status); }; }; then
10977 rxvt_cv_struct_lastlog=yes
10978else
10979 echo "$as_me: failed program was:" >&5
10980sed 's/^/| /' conftest.$ac_ext >&5
10981
10982rxvt_cv_struct_lastlog=no
10983fi
10984rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10985fi
10986echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
10987echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
10988if test x$rxvt_cv_struct_lastlog = xyes; then
10989
10990cat >>confdefs.h <<\_ACEOF
10991#define HAVE_STRUCT_LASTLOG 1
10992_ACEOF
10993
10994fi
10995
10996echo "$as_me:$LINENO: checking for struct lastlogx" >&5
10997echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
10998if test "${rxvt_cv_struct_lastlogx+set}" = set; then
10999 echo $ECHO_N "(cached) $ECHO_C" >&6
11000else
11001 cat >conftest.$ac_ext <<_ACEOF
11002/* confdefs.h. */
11003_ACEOF
11004cat confdefs.h >>conftest.$ac_ext
11005cat >>conftest.$ac_ext <<_ACEOF
11006/* end confdefs.h. */
11007#include <sys/types.h>
11008#include <utmpx.h>
11009#ifdef HAVE_LASTLOG_H
11010#include <lastlog.h>
11011#endif
11012
11013int
11014main ()
11015{
11016struct lastlogx ll;
11017 ;
11018 return 0;
11019}
11020_ACEOF
11021rm -f conftest.$ac_objext
11022if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11023 (eval $ac_compile) 2>conftest.er1
11024 ac_status=$?
11025 grep -v '^ *+' conftest.er1 >conftest.err
11026 rm -f conftest.er1
11027 cat conftest.err >&5
11028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11029 (exit $ac_status); } &&
11030 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11032 (eval $ac_try) 2>&5
11033 ac_status=$?
11034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11035 (exit $ac_status); }; } &&
11036 { ac_try='test -s conftest.$ac_objext'
11037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11038 (eval $ac_try) 2>&5
11039 ac_status=$?
11040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11041 (exit $ac_status); }; }; then
11042 rxvt_cv_struct_lastlogx=yes
11043else
11044 echo "$as_me: failed program was:" >&5
11045sed 's/^/| /' conftest.$ac_ext >&5
11046
11047rxvt_cv_struct_lastlogx=no
11048fi
11049rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11050fi
11051echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
11052echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
11053if test x$rxvt_cv_struct_lastlogx = xyes; then
11054
11055cat >>confdefs.h <<\_ACEOF
11056#define HAVE_STRUCT_LASTLOGX 1
11057_ACEOF
11058
11059fi
11060
11061
11062echo "$as_me:$LINENO: checking where utmp is located" >&5
11063echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11064if test "${rxvt_cv_path_utmp+set}" = set; then
11065 echo $ECHO_N "(cached) $ECHO_C" >&6
11066else
11067 if test "$cross_compiling" = yes; then
11068 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
11069echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
11070else
11071 cat >conftest.$ac_ext <<_ACEOF
11072/* confdefs.h. */
11073_ACEOF
11074cat confdefs.h >>conftest.$ac_ext
11075cat >>conftest.$ac_ext <<_ACEOF
11076/* end confdefs.h. */
11077#include <stdio.h>
11078#include <sys/types.h>
11079#include <utmp.h>
11080#include <errno.h>
11081main()
11082{
11083 char **u, *utmplist[] = {
11084 "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
11085 FILE *a, *f=fopen("conftestval", "w");
11086 if (!f) exit(1);
11087#ifdef UTMP_FILE
11088 fprintf(f, "%s\n", UTMP_FILE);
11089 exit(0);
11090#endif
11091#ifdef _PATH_UTMP
11092 fprintf(f, "%s\n", _PATH_UTMP);
11093 exit(0);
11094#endif
11095 for (u = utmplist; *u; u++) {
11096 if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11097 fprintf(f, "%s\n", *u);
11098 exit(0);
11099 }
11100 }
11101 exit(0);
11102}
11103_ACEOF
11104rm -f conftest$ac_exeext
11105if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11106 (eval $ac_link) 2>&5
11107 ac_status=$?
11108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11109 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11111 (eval $ac_try) 2>&5
11112 ac_status=$?
11113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11114 (exit $ac_status); }; }; then
11115 rxvt_cv_path_utmp=`cat conftestval`
11116else
11117 echo "$as_me: program exited with status $ac_status" >&5
11118echo "$as_me: failed program was:" >&5
11119sed 's/^/| /' conftest.$ac_ext >&5
11120
11121( exit $ac_status )
11122rxvt_cv_path_utmp=
11123fi
11124rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11125fi
11126fi
11127echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
11128echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
11129if test x$rxvt_cv_path_utmp != x; then
11130
11131cat >>confdefs.h <<_ACEOF
11132#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
11133_ACEOF
11134
11135fi
11136
11137
11138echo "$as_me:$LINENO: checking where utmpx is located" >&5
11139echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11140if test "${rxvt_cv_path_utmpx+set}" = set; then
11141 echo $ECHO_N "(cached) $ECHO_C" >&6
11142else
11143 if test "$cross_compiling" = yes; then
11144 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
11145echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
11146else
11147 cat >conftest.$ac_ext <<_ACEOF
11148/* confdefs.h. */
11149_ACEOF
11150cat confdefs.h >>conftest.$ac_ext
11151cat >>conftest.$ac_ext <<_ACEOF
11152/* end confdefs.h. */
11153#include <stdio.h>
11154#include <sys/types.h>
11155#include <utmpx.h>
11156#include <errno.h>
11157#include <sys/stat.h>
11158#ifdef HAVE_STRING_H
11159#include <string.h>
11160#endif
11161main()
11162{
11163 char **u, *p, *utmplist[] = {
11164#ifdef UTMPX_FILE
11165 UTMPX_FILE,
11166#endif
11167#ifdef _PATH_UTMPX
11168 _PATH_UTMPX,
11169#endif
11170 "/var/adm/utmpx", "/etc/utmpx", NULL };
11171 FILE *a, *f=fopen("conftestval", "w");
11172 struct stat statu, statux;
11173 if (!f) exit(1);
11174 for (u = utmplist; *u; u++) {
11175 if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11176 if (stat(*u, &statux) < 0)
11177 continue;
11178 p = strdup(*u);
11179 p[strlen(p) - 1] = '\0';
11180 if (stat(p, &statu) >= 0
11181 && (statu.st_mtime - statux.st_mtime > 86400))
11182 continue;
11183 fprintf(f, "%s\n", *u);
11184 exit(0);
11185 }
11186 }
11187 exit(0);
11188}
11189_ACEOF
11190rm -f conftest$ac_exeext
11191if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11192 (eval $ac_link) 2>&5
11193 ac_status=$?
11194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11195 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11197 (eval $ac_try) 2>&5
11198 ac_status=$?
11199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11200 (exit $ac_status); }; }; then
11201 rxvt_cv_path_utmpx=`cat conftestval`
11202else
11203 echo "$as_me: program exited with status $ac_status" >&5
11204echo "$as_me: failed program was:" >&5
11205sed 's/^/| /' conftest.$ac_ext >&5
11206
11207( exit $ac_status )
11208rxvt_cv_path_utmpx=
11209fi
11210rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11211fi
11212fi
11213echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
11214echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
11215if test x$rxvt_cv_path_utmpx != x; then
11216
11217cat >>confdefs.h <<_ACEOF
11218#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
11219_ACEOF
11220
11221fi
11222
11223
11224echo "$as_me:$LINENO: checking where wtmp is located" >&5
11225echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11226if test "${rxvt_cv_path_wtmp+set}" = set; then
11227 echo $ECHO_N "(cached) $ECHO_C" >&6
11228else
11229 if test "$cross_compiling" = yes; then
11230 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
11231echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
11232else
11233 cat >conftest.$ac_ext <<_ACEOF
11234/* confdefs.h. */
11235_ACEOF
11236cat confdefs.h >>conftest.$ac_ext
11237cat >>conftest.$ac_ext <<_ACEOF
11238/* end confdefs.h. */
11239#include <stdio.h>
11240#include <sys/types.h>
11241#ifdef HAVE_UTMP_H
11242#include <utmp.h>
11243#endif
11244#include <errno.h>
11245main()
11246{
11247 char **w, *wtmplist[] = {
11248 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
11249 FILE *a, *f=fopen("conftestval", "w");
11250 if (!f) exit(1);
11251#ifdef WTMP_FILE
11252 fprintf(f, "%s\n", WTMP_FILE);
11253 exit(0);
11254#endif
11255#ifdef _PATH_WTMP
11256 fprintf(f, "%s\n", _PATH_WTMP);
11257 exit(0);
11258#endif
11259 for (w = wtmplist; *w; w++) {
11260 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11261 fprintf(f, "%s\n", *w);
11262 exit(0);
11263 }
11264 }
11265 exit(0);
11266}
11267_ACEOF
11268rm -f conftest$ac_exeext
11269if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11270 (eval $ac_link) 2>&5
11271 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11275 (eval $ac_try) 2>&5
11276 ac_status=$?
11277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11278 (exit $ac_status); }; }; then
11279 rxvt_cv_path_wtmp=`cat conftestval`
11280else
11281 echo "$as_me: program exited with status $ac_status" >&5
11282echo "$as_me: failed program was:" >&5
11283sed 's/^/| /' conftest.$ac_ext >&5
11284
11285( exit $ac_status )
11286rxvt_cv_path_wtmp=
11287fi
11288rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11289fi
11290fi
11291echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
11292echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
11293if test x$rxvt_cv_path_wtmp != x; then
11294
11295cat >>confdefs.h <<_ACEOF
11296#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
11297_ACEOF
11298
11299fi
11300
11301echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11302echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11303if test "${rxvt_cv_path_wtmpx+set}" = set; then
11304 echo $ECHO_N "(cached) $ECHO_C" >&6
11305else
11306 if test "$cross_compiling" = yes; then
11307 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
11308echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
11309else
11310 cat >conftest.$ac_ext <<_ACEOF
11311/* confdefs.h. */
11312_ACEOF
11313cat confdefs.h >>conftest.$ac_ext
11314cat >>conftest.$ac_ext <<_ACEOF
11315/* end confdefs.h. */
11316#include <stdio.h>
11317#ifdef HAVE_UTMPX_H
11318#include <utmpx.h>
11319#endif
11320#include <errno.h>
11321main()
11322{
11323 char **w, *wtmplist[] = {
11324 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
11325 FILE *a, *f=fopen("conftestval", "w");
11326 if (!f) exit(1);
11327#ifdef WTMPX_FILE
11328 fprintf(f, "%s\n", WTMPX_FILE);
11329 exit(0);
11330#endif
11331#ifdef _PATH_WTMPX
11332 fprintf(f, "%s\n", _PATH_WTMPX);
11333 exit(0);
11334#endif
11335 for (w = wtmplist; *w; w++) {
11336 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11337 fprintf(f, "%s\n", *w);
11338 exit(0);
11339 }
11340 }
11341 exit(0);
11342}
11343_ACEOF
11344rm -f conftest$ac_exeext
11345if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11346 (eval $ac_link) 2>&5
11347 ac_status=$?
11348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11349 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11351 (eval $ac_try) 2>&5
11352 ac_status=$?
11353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354 (exit $ac_status); }; }; then
11355 rxvt_cv_path_wtmpx=`cat conftestval`
11356else
11357 echo "$as_me: program exited with status $ac_status" >&5
11358echo "$as_me: failed program was:" >&5
11359sed 's/^/| /' conftest.$ac_ext >&5
11360
11361( exit $ac_status )
11362rxvt_cv_path_wtmpx=
11363fi
11364rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11365fi
11366fi
11367echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
11368echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
11369if test x$rxvt_cv_path_wtmpx != x; then
11370
11371cat >>confdefs.h <<_ACEOF
11372#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
11373_ACEOF
11374
11375fi
11376
11377echo "$as_me:$LINENO: checking where lastlog is located" >&5
11378echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11379if test "${rxvt_cv_path_lastlog+set}" = set; then
11380 echo $ECHO_N "(cached) $ECHO_C" >&6
11381else
11382 if test "$cross_compiling" = yes; then
11383 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
11384echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
11385else
11386 cat >conftest.$ac_ext <<_ACEOF
11387/* confdefs.h. */
11388_ACEOF
11389cat confdefs.h >>conftest.$ac_ext
11390cat >>conftest.$ac_ext <<_ACEOF
11391/* end confdefs.h. */
11392#include <stdio.h>
11393#include <sys/types.h>
11394#ifdef HAVE_UTMPX_H
11395#include <utmpx.h>
11396#elif defined(HAVE_UTMP_H)
11397#include <utmp.h>
11398#endif
11399#ifdef HAVE_LASTLOG_H
11400#include <lastlog.h>
11401#endif
11402#include <errno.h>
11403main()
11404{
11405 char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
11406 FILE *a, *f=fopen("conftestval", "w");
11407 if (!f) exit(1);
11408#ifdef LASTLOG_FILE
11409 fprintf(f, "%s\n", LASTLOG_FILE);
11410 exit(0);
11411#endif
11412#ifdef _PATH_LASTLOG
11413 fprintf(f, "%s\n", _PATH_LASTLOG);
11414 exit(0);
11415#endif
11416 for (w = lastloglist; *w; w++) {
11417 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11418 fprintf(f, "%s\n", *w);
11419 exit(0);
11420 }
11421 }
11422 exit(0);
11423}
11424_ACEOF
11425rm -f conftest$ac_exeext
11426if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11427 (eval $ac_link) 2>&5
11428 ac_status=$?
11429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11430 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11432 (eval $ac_try) 2>&5
11433 ac_status=$?
11434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11435 (exit $ac_status); }; }; then
11436 rxvt_cv_path_lastlog=`cat conftestval`
11437else
11438 echo "$as_me: program exited with status $ac_status" >&5
11439echo "$as_me: failed program was:" >&5
11440sed 's/^/| /' conftest.$ac_ext >&5
11441
11442( exit $ac_status )
11443rxvt_cv_path_lastlog=
11444fi
11445rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11446fi
11447fi
11448echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
11449echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
11450if test x$rxvt_cv_path_lastlog != x; then
11451
11452cat >>confdefs.h <<_ACEOF
11453#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
11454_ACEOF
11455
11456 if test -d "$rxvt_cv_path_lastlog"; then
11457
11458cat >>confdefs.h <<\_ACEOF
11459#define LASTLOG_IS_DIR 1
11460_ACEOF
11461
11462 fi
11463fi
11464
11465echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11466echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11467if test "${rxvt_cv_path_lastlogx+set}" = set; then
11468 echo $ECHO_N "(cached) $ECHO_C" >&6
11469else
11470 if test "$cross_compiling" = yes; then
11471 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
11472echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
11473else
11474 cat >conftest.$ac_ext <<_ACEOF
11475/* confdefs.h. */
11476_ACEOF
11477cat confdefs.h >>conftest.$ac_ext
11478cat >>conftest.$ac_ext <<_ACEOF
11479/* end confdefs.h. */
11480#include <stdio.h>
11481#ifdef HAVE_UTMPX_H
11482#include <utmpx.h>
11483#endif
11484#include <errno.h>
11485main()
11486{
11487 char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
11488 FILE *a, *f=fopen("conftestval", "w");
11489 if (!f) exit(1);
11490#ifdef LASTLOGX_FILE
11491 fprintf(f, "%s\n", LASTLOGX_FILE);
11492 exit(0);
11493#endif
11494#ifdef _PATH_LASTLOGX
11495 fprintf(f, "%s\n", _PATH_LASTLOGX);
11496 exit(0);
11497#endif
11498 for (w = wtmplist; *w; w++) {
11499 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11500 fprintf(f, "%s\n", *w);
11501 exit(0);
11502 }
11503 }
11504 exit(0);
11505}
11506_ACEOF
11507rm -f conftest$ac_exeext
11508if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11509 (eval $ac_link) 2>&5
11510 ac_status=$?
11511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11514 (eval $ac_try) 2>&5
11515 ac_status=$?
11516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11517 (exit $ac_status); }; }; then
11518 rxvt_cv_path_lastlogx=`cat conftestval`
11519else
11520 echo "$as_me: program exited with status $ac_status" >&5
11521echo "$as_me: failed program was:" >&5
11522sed 's/^/| /' conftest.$ac_ext >&5
11523
11524( exit $ac_status )
11525rxvt_cv_path_lastlogx=
11526fi
11527rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11528fi
11529fi
11530echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
11531echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
11532if test x$rxvt_cv_path_lastlogx != x; then
11533
11534cat >>confdefs.h <<_ACEOF
11535#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
11536_ACEOF
11537
11538fi
11539 10187
11540 10188
11541echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 10189echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11542echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6 10190echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11543if test "${rxvt_cv_path_ttytab+set}" = set; then 10191if test "${rxvt_cv_path_ttytab+set}" = set; then
11810#define HAVE_NL_LANGINFO 1 10458#define HAVE_NL_LANGINFO 1
11811_ACEOF 10459_ACEOF
11812 10460
11813fi 10461fi
11814 10462
11815echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5 10463SCM_RIGHTS_CHECK
11816echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11817if test "${rxvt_can_pass_fds+set}" = set; then
11818 echo $ECHO_N "(cached) $ECHO_C" >&6
11819else
11820 cat >conftest.$ac_ext <<_ACEOF
11821/* confdefs.h. */
11822_ACEOF
11823cat confdefs.h >>conftest.$ac_ext
11824cat >>conftest.$ac_ext <<_ACEOF
11825/* end confdefs.h. */
11826
11827#include <sys/types.h>
11828#include <sys/socket.h>
11829
11830int
11831main ()
11832{
11833
11834{
11835 msghdr msg;
11836 iovec iov;
11837 char buf [100];
11838 char data = 0;
11839
11840 iov.iov_base = &data;
11841 iov.iov_len = 1;
11842
11843 msg.msg_iov = &iov;
11844 msg.msg_iovlen = 1;
11845 msg.msg_control = buf;
11846 msg.msg_controllen = sizeof buf;
11847
11848 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11849 cmsg->cmsg_level = SOL_SOCKET;
11850 cmsg->cmsg_type = SCM_RIGHTS;
11851 cmsg->cmsg_len = 100;
11852
11853 *(int *)CMSG_DATA (cmsg) = 5;
11854
11855 return sendmsg (3, &msg, 0);
11856}
11857
11858 ;
11859 return 0;
11860}
11861_ACEOF
11862rm -f conftest.$ac_objext conftest$ac_exeext
11863if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11864 (eval $ac_link) 2>conftest.er1
11865 ac_status=$?
11866 grep -v '^ *+' conftest.er1 >conftest.err
11867 rm -f conftest.er1
11868 cat conftest.err >&5
11869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11870 (exit $ac_status); } &&
11871 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11873 (eval $ac_try) 2>&5
11874 ac_status=$?
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); }; } &&
11877 { ac_try='test -s conftest$ac_exeext'
11878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11879 (eval $ac_try) 2>&5
11880 ac_status=$?
11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 (exit $ac_status); }; }; then
11883 rxvt_can_pass_fds=yes
11884else
11885 echo "$as_me: failed program was:" >&5
11886sed 's/^/| /' conftest.$ac_ext >&5
11887
11888rxvt_can_pass_fds=no
11889fi
11890rm -f conftest.err conftest.$ac_objext \
11891 conftest$ac_exeext conftest.$ac_ext
11892fi
11893echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5
11894echo "${ECHO_T}$rxvt_can_pass_fds" >&6
11895if test x$rxvt_can_pass_fds = xyes; then
11896
11897cat >>confdefs.h <<\_ACEOF
11898#define HAVE_UNIX_FDPASS 1
11899_ACEOF
11900
11901fi
11902 10464
11903echo "$as_me:$LINENO: checking for broken XIM callback" >&5 10465echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11904echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 10466echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11905if test "${rxvt_broken_ximcb+set}" = set; then 10467if test "${rxvt_broken_ximcb+set}" = set; then
11906 echo $ECHO_N "(cached) $ECHO_C" >&6 10468 echo $ECHO_N "(cached) $ECHO_C" >&6
11956#define XIMCB_PROTO_BROKEN 1 10518#define XIMCB_PROTO_BROKEN 1
11957_ACEOF 10519_ACEOF
11958 10520
11959fi 10521fi
11960 10522
11961if test x$ac_cv_func_posix_openpt = xno; then 10523PTY_CHECK
10524
10525if test x$support_xft = xyes; then
10526 # Extract the first word of "pkg-config", so it can be a program name with args.
10527set dummy pkg-config; ac_word=$2
11962 echo "$as_me:$LINENO: checking for openpty" >&5 10528echo "$as_me:$LINENO: checking for $ac_word" >&5
11963echo $ECHO_N "checking for openpty... $ECHO_C" >&6 10529echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11964if test "${ac_cv_func_openpty+set}" = set; then 10530if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
11965 echo $ECHO_N "(cached) $ECHO_C" >&6 10531 echo $ECHO_N "(cached) $ECHO_C" >&6
11966else 10532else
11967 cat >conftest.$ac_ext <<_ACEOF 10533 case $PKG_CONFIG in
11968/* confdefs.h. */ 10534 [\\/]* | ?:[\\/]*)
11969_ACEOF 10535 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11970cat confdefs.h >>conftest.$ac_ext 10536 ;;
11971cat >>conftest.$ac_ext <<_ACEOF 10537 *)
11972/* end confdefs.h. */ 10538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11973/* Define openpty to an innocuous variant, in case <limits.h> declares openpty. 10539for as_dir in $PATH
11974 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 10540do
11975#define openpty innocuous_openpty 10541 IFS=$as_save_IFS
10542 test -z "$as_dir" && as_dir=.
10543 for ac_exec_ext in '' $ac_executable_extensions; do
10544 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10545 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10547 break 2
10548 fi
10549done
10550done
11976 10551
11977/* System header to define __stub macros and hopefully few prototypes, 10552 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
11978 which can conflict with char openpty (); below. 10553 ;;
11979 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 10554esac
11980 <limits.h> exists even on freestanding compilers. */ 10555fi
10556PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11981 10557
11982#ifdef __STDC__ 10558if test -n "$PKG_CONFIG"; then
11983# include <limits.h> 10559 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
10560echo "${ECHO_T}$PKG_CONFIG" >&6
11984#else 10561else
11985# include <assert.h>
11986#endif
11987
11988#undef openpty
11989
11990/* Override any gcc2 internal prototype to avoid an error. */
11991#ifdef __cplusplus
11992extern "C"
11993{
11994#endif
11995/* We use char because int might match the return type of a gcc2
11996 builtin and then its argument prototype would still apply. */
11997char openpty ();
11998/* The GNU C library defines this for functions which it implements
11999 to always fail with ENOSYS. Some functions are actually named
12000 something starting with __ and the normal name is an alias. */
12001#if defined (__stub_openpty) || defined (__stub___openpty)
12002choke me
12003#else
12004char (*f) () = openpty;
12005#endif
12006#ifdef __cplusplus
12007}
12008#endif
12009
12010int
12011main ()
12012{
12013return f != openpty;
12014 ;
12015 return 0;
12016}
12017_ACEOF
12018rm -f conftest.$ac_objext conftest$ac_exeext
12019if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12020 (eval $ac_link) 2>conftest.er1
12021 ac_status=$?
12022 grep -v '^ *+' conftest.er1 >conftest.err
12023 rm -f conftest.er1
12024 cat conftest.err >&5
12025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12026 (exit $ac_status); } &&
12027 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12029 (eval $ac_try) 2>&5
12030 ac_status=$?
12031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12032 (exit $ac_status); }; } &&
12033 { ac_try='test -s conftest$ac_exeext'
12034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12035 (eval $ac_try) 2>&5
12036 ac_status=$?
12037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12038 (exit $ac_status); }; }; then
12039 ac_cv_func_openpty=yes
12040else
12041 echo "$as_me: failed program was:" >&5
12042sed 's/^/| /' conftest.$ac_ext >&5
12043
12044ac_cv_func_openpty=no
12045fi
12046rm -f conftest.err conftest.$ac_objext \
12047 conftest$ac_exeext conftest.$ac_ext
12048fi
12049echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5 10562 echo "$as_me:$LINENO: result: no" >&5
12050echo "${ECHO_T}$ac_cv_func_openpty" >&6 10563echo "${ECHO_T}no" >&6
12051if test $ac_cv_func_openpty = yes; then 10564fi
12052 : 10565
12053else 10566 # Extract the first word of "xft-config", so it can be a program name with args.
10567set dummy xft-config; ac_word=$2
12054 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 10568echo "$as_me:$LINENO: checking for $ac_word" >&5
12055echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 10569echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12056if test "${ac_cv_lib_util_openpty+set}" = set; then 10570if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12057 echo $ECHO_N "(cached) $ECHO_C" >&6 10571 echo $ECHO_N "(cached) $ECHO_C" >&6
12058else 10572else
12059 ac_check_lib_save_LIBS=$LIBS 10573 case $XFT_CONFIG in
12060LIBS="-lutil $LIBS" 10574 [\\/]* | ?:[\\/]*)
12061cat >conftest.$ac_ext <<_ACEOF 10575 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
12062/* confdefs.h. */
12063_ACEOF
12064cat confdefs.h >>conftest.$ac_ext
12065cat >>conftest.$ac_ext <<_ACEOF
12066/* end confdefs.h. */
12067
12068/* Override any gcc2 internal prototype to avoid an error. */
12069#ifdef __cplusplus
12070extern "C"
12071#endif
12072/* We use char because int might match the return type of a gcc2
12073 builtin and then its argument prototype would still apply. */
12074char openpty ();
12075int
12076main ()
12077{
12078openpty ();
12079 ; 10576 ;;
12080 return 0; 10577 *)
12081} 10578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12082_ACEOF 10579for as_dir in $PATH
12083rm -f conftest.$ac_objext conftest$ac_exeext 10580do
12084if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10581 IFS=$as_save_IFS
12085 (eval $ac_link) 2>conftest.er1 10582 test -z "$as_dir" && as_dir=.
12086 ac_status=$? 10583 for ac_exec_ext in '' $ac_executable_extensions; do
12087 grep -v '^ *+' conftest.er1 >conftest.err 10584 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12088 rm -f conftest.er1 10585 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12089 cat conftest.err >&5 10586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12090 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10587 break 2
12091 (exit $ac_status); } && 10588 fi
12092 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10589done
12093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10590done
12094 (eval $ac_try) 2>&5
12095 ac_status=$?
12096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12097 (exit $ac_status); }; } &&
12098 { ac_try='test -s conftest$ac_exeext'
12099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12100 (eval $ac_try) 2>&5
12101 ac_status=$?
12102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12103 (exit $ac_status); }; }; then
12104 ac_cv_lib_util_openpty=yes
12105else
12106 echo "$as_me: failed program was:" >&5
12107sed 's/^/| /' conftest.$ac_ext >&5
12108 10591
12109ac_cv_lib_util_openpty=no 10592 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
10593 ;;
10594esac
12110fi 10595fi
12111rm -f conftest.err conftest.$ac_objext \ 10596XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12112 conftest$ac_exeext conftest.$ac_ext
12113LIBS=$ac_check_lib_save_LIBS
12114fi
12115echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12116echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12117if test $ac_cv_lib_util_openpty = yes; then
12118 LIBS="$LIBS -lutil"
12119fi
12120 10597
12121fi 10598if test -n "$XFT_CONFIG"; then
12122 10599 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
12123fi 10600echo "${ECHO_T}$XFT_CONFIG" >&6
12124
12125echo "$as_me:$LINENO: checking for pty/tty type" >&5
12126echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12127if test "${rxvt_cv_ptys+set}" = set; then
12128 echo $ECHO_N "(cached) $ECHO_C" >&6
12129else 10601else
12130 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then 10602 echo "$as_me:$LINENO: result: no" >&5
12131 rxvt_cv_ptys=OPENPTY 10603echo "${ECHO_T}no" >&6
12132 else if test x$ac_cv_func_posix_openpt = xyes; then 10604fi
12133 rxvt_cv_ptys=POSIX 10605
12134 else if test x$ac_cv_func__getpty = xyes; then 10606 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12135 rxvt_cv_ptys=SGI4 10607 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
12136 else if test -c /dev/ttyp20; then 10608 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12137 rxvt_cv_ptys=SCO
12138 else if test -c /dev/ptym/clone; then
12139 rxvt_cv_ptys=HPUX
12140 else if test -c /dev/ptc -a -c /dev/pts; then
12141 rxvt_cv_ptys=PTC
12142 else if test -c /dev/ptc -a -d /dev/pts; then
12143 rxvt_cv_ptys=PTC
12144 else if test -c /dev/ptmx -a -c /dev/pts/0; then
12145 rxvt_cv_ptys=STREAMS
12146 else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
12147 rxvt_cv_ptys=STREAMS
12148 else 10609 else
12149 rxvt_cv_ptys=BSD 10610 if test $XFT_CONFIG != no; then
12150fi 10611 LIBS="$LIBS `$XFT_CONFIG --libs`"
12151fi 10612 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
12152fi 10613 fi
12153fi 10614 fi
12154fi
12155fi
12156fi
12157fi
12158fi
12159
12160fi
12161echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12162echo "${ECHO_T}$rxvt_cv_ptys" >&6
12163
12164if test x$rxvt_cv_ptys = xPOSIX; then
12165
12166cat >>confdefs.h <<\_ACEOF
12167#define PTYS_ARE_POSIX 1
12168_ACEOF
12169
12170fi
12171if test x$rxvt_cv_ptys = xOPENPTY; then
12172
12173cat >>confdefs.h <<\_ACEOF
12174#define PTYS_ARE_OPENPTY 1
12175_ACEOF
12176
12177fi
12178if test x$rxvt_cv_ptys = xSCO; then
12179
12180cat >>confdefs.h <<\_ACEOF
12181#define PTYS_ARE_NUMERIC 1
12182_ACEOF
12183
12184fi
12185if test x$rxvt_cv_ptys = xSTREAMS; then
12186
12187cat >>confdefs.h <<\_ACEOF
12188#define PTYS_ARE_PTMX 1
12189_ACEOF
12190
12191fi
12192if test x$rxvt_cv_ptys = xPTC; then
12193
12194cat >>confdefs.h <<\_ACEOF
12195#define PTYS_ARE_PTC 1
12196_ACEOF
12197
12198fi
12199if test x$rxvt_cv_ptys = xSGI4; then
12200
12201cat >>confdefs.h <<\_ACEOF
12202#define PTYS_ARE__GETPTY 1
12203_ACEOF
12204
12205fi
12206if test x$rxvt_cv_ptys = xHPUX; then
12207
12208cat >>confdefs.h <<\_ACEOF
12209#define PTYS_ARE_CLONE 1
12210_ACEOF
12211
12212fi
12213if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
12214
12215cat >>confdefs.h <<\_ACEOF
12216#define PTYS_ARE_SEARCHED 1
12217_ACEOF
12218
12219fi
12220
12221
12222{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
12223echo "$as_me: checking for pty ranges..." >&6;}
12224ptys=`echo /dev/pty??`
12225pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12226pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12227if test x$pch1 != x; then
12228
12229cat >>confdefs.h <<_ACEOF
12230#define PTYCHAR1 "$pch1"
12231_ACEOF
12232
12233fi
12234if test x$pch2 != x; then
12235
12236cat >>confdefs.h <<_ACEOF
12237#define PTYCHAR2 "$pch2"
12238_ACEOF
12239
12240fi
12241
12242if test x$support_xft = xyes; then
12243 LIBS="$LIBS `pkg-config xft --libs`"
12244 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12245 10615
12246 10616
12247for ac_header in X11/Xft/Xft.h 10617for ac_header in X11/Xft/Xft.h
12248do 10618do
12249as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10619as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12857 PERL_O=rxvtperl.o 11227 PERL_O=rxvtperl.o
12858 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 11228 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12859 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 11229 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12860 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 11230 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12861 else 11231 else
12862 support_perl=no
12863 echo "$as_me:$LINENO: result: no, unable to link" >&5 11232 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12864echo "${ECHO_T}no, unable to link" >&6 11233echo "$as_me: error: no, unable to link" >&2;}
11234 { (exit 1); exit 1; }; }
12865 fi 11235 fi
12866 else 11236 else
12867 { { echo "$as_me:$LINENO: error: no working perl found" >&5 11237 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
12868echo "$as_me: error: no working perl found" >&2;} 11238echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12869 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; } 11239 { (exit 1); exit 1; }; }
12870 support_perl=no
12871 fi 11240 fi
12872fi 11241fi
12873 11242
12874 11243
12875 11244
13517 # Handling of arguments. 11886 # Handling of arguments.
13518 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 11887 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13519 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 11888 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13520 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 11889 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13521 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 11890 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13522 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 11891 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13523 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 11892 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13524echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 11893echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13525 { (exit 1); exit 1; }; };; 11894 { (exit 1); exit 1; }; };;
13526 esac 11895 esac
13527done 11896done
13628s,@ac_ct_CXX@,$ac_ct_CXX,;t t 11997s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13629s,@CPP@,$CPP,;t t 11998s,@CPP@,$CPP,;t t
13630s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 11999s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13631s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 12000s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13632s,@INSTALL_DATA@,$INSTALL_DATA,;t t 12001s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13633s,@AWK@,$AWK,;t t 12002s,@EGREP@,$EGREP,;t t
13634s,@LINKER@,$LINKER,;t t 12003s,@LINKER@,$LINKER,;t t
13635s,@CXXCPP@,$CXXCPP,;t t
13636s,@EGREP@,$EGREP,;t t
13637s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 12004s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13638s,@RXVTNAME@,$RXVTNAME,;t t 12005s,@RXVTNAME@,$RXVTNAME,;t t
13639s,@MV@,$MV,;t t 12006s,@MV@,$MV,;t t
13640s,@RM@,$RM,;t t 12007s,@RM@,$RM,;t t
13641s,@CP@,$CP,;t t 12008s,@CP@,$CP,;t t
13642s,@LN@,$LN,;t t 12009s,@LN@,$LN,;t t
13643s,@SED@,$SED,;t t 12010s,@SED@,$SED,;t t
13644s,@ECHO@,$ECHO,;t t 12011s,@ECHO@,$ECHO,;t t
13645s,@CMP@,$CMP,;t t 12012s,@CMP@,$CMP,;t t
13646s,@TBL@,$TBL,;t t
13647s,@TIC@,$TIC,;t t 12013s,@TIC@,$TIC,;t t
12014s,@CXXCPP@,$CXXCPP,;t t
13648s,@X_CFLAGS@,$X_CFLAGS,;t t 12015s,@X_CFLAGS@,$X_CFLAGS,;t t
13649s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 12016s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13650s,@X_LIBS@,$X_LIBS,;t t 12017s,@X_LIBS@,$X_LIBS,;t t
13651s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 12018s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13652s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t 12019s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13656s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 12023s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
13657s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 12024s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
13658s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 12025s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
13659s,@rxvt_intp_define@,$rxvt_intp_define,;t t 12026s,@rxvt_intp_define@,$rxvt_intp_define,;t t
13660s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 12027s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
12028s,@PKG_CONFIG@,$PKG_CONFIG,;t t
12029s,@XFT_CONFIG@,$XFT_CONFIG,;t t
13661s,@PERL@,$PERL,;t t 12030s,@PERL@,$PERL,;t t
13662s,@PERLLIB@,$PERLLIB,;t t 12031s,@PERLLIB@,$PERLLIB,;t t
13663s,@PERLFLAGS@,$PERLFLAGS,;t t 12032s,@PERLFLAGS@,$PERLFLAGS,;t t
13664s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t 12033s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13665s,@IF_PERL@,$IF_PERL,;t t 12034s,@IF_PERL@,$IF_PERL,;t t
14199fi 12568fi
14200 12569
14201echo " 12570echo "
14202The following are set in config.h 12571The following are set in config.h
14203" 12572"
14204echo " pty/tty type: "$rxvt_cv_ptys
14205if test x$support_utmp != xyes; then 12573if test x$support_utmp != xyes; then
14206 echo " utmp support: disabled" 12574 echo " utmp support: disabled"
14207 echo 12575 echo
14208else 12576else
14209 echo " utmp support: enabled 12577 echo " utmp support: enabled
14226echo " resource class: $RESCLASS" 12594echo " resource class: $RESCLASS"
14227if test x$RESFALLBACK != x; then 12595if test x$RESFALLBACK != x; then
14228 echo " resource class fallback: $RESFALLBACK" 12596 echo " resource class fallback: $RESFALLBACK"
14229fi 12597fi
14230echo 12598echo
14231if test x$rxvt_cv_ptys = xUNKNOWN; then
14232 echo ".----------------------------------------------------------------."
14233 echo ". WARNING: could not determine pty/tty type. Do not build until ."
14234 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14235 echo ".----------------------------------------------------------------."
14236fi
14237if test x$support_xpm = xneedsmanualspecification; then 12599if test x$support_xpm = xneedsmanualspecification; then
14238 echo ".----------------------------------------------------------------." 12600 echo ".----------------------------------------------------------------."
14239 echo ". WARNING: --enable-xpm-background was specified however the ." 12601 echo ". WARNING: --enable-xpm-background was specified however the ."
14240 echo ". XPM includes files and libraries could not be found. ." 12602 echo ". XPM includes files and libraries could not be found. ."
14241 echo ". XPM backgrounds are now being DISABLED! If you want ." 12603 echo ". XPM backgrounds are now being DISABLED! If you want ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines