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

Comparing rxvt-unicode/configure (file contents):
Revision 1.79 by root, Wed Jan 18 15:04:24 2006 UTC vs.
Revision 1.90 by root, Sun Jan 22 17:10:01 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 LINKER CXXCPP EGREP INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP 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
883 --enable-next-scroll enable NeXT style scrollbar 883 --enable-next-scroll enable NeXT style scrollbar
884 --enable-xterm-scroll enable Xterm style scrollbar 884 --enable-xterm-scroll enable Xterm style scrollbar
885 --enable-perl enable embedded perl interpreter 885 --enable-perl enable embedded perl interpreter
886 --enable-plain-scroll enable plain style scrollbar 886 --enable-plain-scroll enable plain style scrollbar
887 --enable-xim XIM (X Input Method) protocol support 887 --enable-xim XIM (X Input Method) protocol support
888 --enable-ttygid enable tty setting to group named "tty"
889 --disable-backspace-key disable handling of the backspace key 888 --disable-backspace-key disable handling of the backspace key
890 --disable-delete-key disable handling of the delete key 889 --disable-delete-key disable handling of the delete key
891 --disable-resources disable all resource checking 890 --disable-resources disable all resource checking
892 --enable-8bitctrls enable 8 bit control sequences (not recommended) 891 --enable-8bitctrls enable 8 bit control sequences (not recommended)
893 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 892 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
3051test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3050test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3052 3051
3053test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3052test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3054 3053
3055 3054
3056ac_ext=c
3057ac_cpp='$CPP $CPPFLAGS'
3058ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3059ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3060ac_compiler_gnu=$ac_cv_c_compiler_gnu
3061
3062
3063if test -z "$orig_CXXFLAGS"; then
3064 if test x$GCC = xyes && test "x$GXX" = xyes; then
3065 CXXFLAGS="-g -O3"
3066 else
3067 CXXFLAGS="-O"
3068 fi
3069 CFLAGS="$CXXFLAGS"
3070fi
3071
3072LINKER="$CXX"
3073if test x$GCC = xyes && test x$GXX = xyes; then
3074
3075echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3076echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3077if test "${ac_cv_lib_supcpp_main+set}" = set; then
3078 echo $ECHO_N "(cached) $ECHO_C" >&6
3079else
3080 ac_check_lib_save_LIBS=$LIBS
3081LIBS="-lsupc++ $LIBS"
3082cat >conftest.$ac_ext <<_ACEOF
3083/* confdefs.h. */
3084_ACEOF
3085cat confdefs.h >>conftest.$ac_ext
3086cat >>conftest.$ac_ext <<_ACEOF
3087/* end confdefs.h. */
3088
3089
3090int
3091main ()
3092{
3093main ();
3094 ;
3095 return 0;
3096}
3097_ACEOF
3098rm -f conftest.$ac_objext conftest$ac_exeext
3099if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3100 (eval $ac_link) 2>conftest.er1
3101 ac_status=$?
3102 grep -v '^ *+' conftest.er1 >conftest.err
3103 rm -f conftest.er1
3104 cat conftest.err >&5
3105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3106 (exit $ac_status); } &&
3107 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3109 (eval $ac_try) 2>&5
3110 ac_status=$?
3111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3112 (exit $ac_status); }; } &&
3113 { ac_try='test -s conftest$ac_exeext'
3114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3115 (eval $ac_try) 2>&5
3116 ac_status=$?
3117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3118 (exit $ac_status); }; }; then
3119 ac_cv_lib_supcpp_main=yes
3120else
3121 echo "$as_me: failed program was:" >&5
3122sed 's/^/| /' conftest.$ac_ext >&5
3123
3124ac_cv_lib_supcpp_main=no
3125fi
3126rm -f conftest.err conftest.$ac_objext \
3127 conftest$ac_exeext conftest.$ac_ext
3128LIBS=$ac_check_lib_save_LIBS
3129fi
3130echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3131echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3132if test $ac_cv_lib_supcpp_main = yes; then
3133
3134 LINKER="$CC"
3135 LIBS="$LIBS -lsupc++"
3136
3137fi
3138
3139fi
3140LINKER=$LINKER
3141
3142
3143
3144cat >>confdefs.h <<\_ACEOF
3145#define _GNU_SOURCE 1
3146_ACEOF
3147
3148
3149case $host in
3150 *-*-solaris* )
3151
3152cat >>confdefs.h <<\_ACEOF
3153#define _XOPEN_SOURCE_EXTENDED 1
3154_ACEOF
3155
3156
3157cat >>confdefs.h <<\_ACEOF
3158#define _XOPEN_SOURCE 2
3159_ACEOF
3160
3161
3162cat >>confdefs.h <<\_ACEOF
3163#define __EXTENSIONS__ 1
3164_ACEOF
3165
3166 ;;
3167esac
3168
3169
3170ac_ext=cc
3171ac_cpp='$CXXCPP $CPPFLAGS'
3172ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3173ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3174ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3175
3176
3177
3178ac_ext=cc
3179ac_cpp='$CXXCPP $CPPFLAGS'
3180ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3181ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3182ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3183echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3184echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3185if test -z "$CXXCPP"; then
3186 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3187 echo $ECHO_N "(cached) $ECHO_C" >&6
3188else
3189 # Double quotes because CXXCPP needs to be expanded
3190 for CXXCPP in "$CXX -E" "/lib/cpp"
3191 do
3192 ac_preproc_ok=false
3193for ac_cxx_preproc_warn_flag in '' yes
3194do
3195 # Use a header file that comes with gcc, so configuring glibc
3196 # with a fresh cross-compiler works.
3197 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3198 # <limits.h> exists even on freestanding compilers.
3199 # On the NeXT, cc -E runs the code through the compiler's parser,
3200 # not just through cpp. "Syntax error" is here to catch this case.
3201 cat >conftest.$ac_ext <<_ACEOF
3202/* confdefs.h. */
3203_ACEOF
3204cat confdefs.h >>conftest.$ac_ext
3205cat >>conftest.$ac_ext <<_ACEOF
3206/* end confdefs.h. */
3207#ifdef __STDC__
3208# include <limits.h>
3209#else
3210# include <assert.h>
3211#endif
3212 Syntax error
3213_ACEOF
3214if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3215 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3216 ac_status=$?
3217 grep -v '^ *+' conftest.er1 >conftest.err
3218 rm -f conftest.er1
3219 cat conftest.err >&5
3220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3221 (exit $ac_status); } >/dev/null; then
3222 if test -s conftest.err; then
3223 ac_cpp_err=$ac_cxx_preproc_warn_flag
3224 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3225 else
3226 ac_cpp_err=
3227 fi
3228else
3229 ac_cpp_err=yes
3230fi
3231if test -z "$ac_cpp_err"; then
3232 :
3233else
3234 echo "$as_me: failed program was:" >&5
3235sed 's/^/| /' conftest.$ac_ext >&5
3236
3237 # Broken: fails on valid input.
3238continue
3239fi
3240rm -f conftest.err conftest.$ac_ext
3241
3242 # OK, works on sane cases. Now check whether non-existent headers
3243 # can be detected and how.
3244 cat >conftest.$ac_ext <<_ACEOF
3245/* confdefs.h. */
3246_ACEOF
3247cat confdefs.h >>conftest.$ac_ext
3248cat >>conftest.$ac_ext <<_ACEOF
3249/* end confdefs.h. */
3250#include <ac_nonexistent.h>
3251_ACEOF
3252if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3253 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3254 ac_status=$?
3255 grep -v '^ *+' conftest.er1 >conftest.err
3256 rm -f conftest.er1
3257 cat conftest.err >&5
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); } >/dev/null; then
3260 if test -s conftest.err; then
3261 ac_cpp_err=$ac_cxx_preproc_warn_flag
3262 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3263 else
3264 ac_cpp_err=
3265 fi
3266else
3267 ac_cpp_err=yes
3268fi
3269if test -z "$ac_cpp_err"; then
3270 # Broken: success on invalid input.
3271continue
3272else
3273 echo "$as_me: failed program was:" >&5
3274sed 's/^/| /' conftest.$ac_ext >&5
3275
3276 # Passes both tests.
3277ac_preproc_ok=:
3278break
3279fi
3280rm -f conftest.err conftest.$ac_ext
3281
3282done
3283# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3284rm -f conftest.err conftest.$ac_ext
3285if $ac_preproc_ok; then
3286 break
3287fi
3288
3289 done
3290 ac_cv_prog_CXXCPP=$CXXCPP
3291
3292fi
3293 CXXCPP=$ac_cv_prog_CXXCPP
3294else
3295 ac_cv_prog_CXXCPP=$CXXCPP
3296fi
3297echo "$as_me:$LINENO: result: $CXXCPP" >&5
3298echo "${ECHO_T}$CXXCPP" >&6
3299ac_preproc_ok=false
3300for ac_cxx_preproc_warn_flag in '' yes
3301do
3302 # Use a header file that comes with gcc, so configuring glibc
3303 # with a fresh cross-compiler works.
3304 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3305 # <limits.h> exists even on freestanding compilers.
3306 # On the NeXT, cc -E runs the code through the compiler's parser,
3307 # not just through cpp. "Syntax error" is here to catch this case.
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#ifdef __STDC__
3315# include <limits.h>
3316#else
3317# include <assert.h>
3318#endif
3319 Syntax error
3320_ACEOF
3321if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3322 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3323 ac_status=$?
3324 grep -v '^ *+' conftest.er1 >conftest.err
3325 rm -f conftest.er1
3326 cat conftest.err >&5
3327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3328 (exit $ac_status); } >/dev/null; then
3329 if test -s conftest.err; then
3330 ac_cpp_err=$ac_cxx_preproc_warn_flag
3331 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3332 else
3333 ac_cpp_err=
3334 fi
3335else
3336 ac_cpp_err=yes
3337fi
3338if test -z "$ac_cpp_err"; then
3339 :
3340else
3341 echo "$as_me: failed program was:" >&5
3342sed 's/^/| /' conftest.$ac_ext >&5
3343
3344 # Broken: fails on valid input.
3345continue
3346fi
3347rm -f conftest.err conftest.$ac_ext
3348
3349 # OK, works on sane cases. Now check whether non-existent headers
3350 # can be detected and how.
3351 cat >conftest.$ac_ext <<_ACEOF
3352/* confdefs.h. */
3353_ACEOF
3354cat confdefs.h >>conftest.$ac_ext
3355cat >>conftest.$ac_ext <<_ACEOF
3356/* end confdefs.h. */
3357#include <ac_nonexistent.h>
3358_ACEOF
3359if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3360 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3361 ac_status=$?
3362 grep -v '^ *+' conftest.er1 >conftest.err
3363 rm -f conftest.er1
3364 cat conftest.err >&5
3365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3366 (exit $ac_status); } >/dev/null; then
3367 if test -s conftest.err; then
3368 ac_cpp_err=$ac_cxx_preproc_warn_flag
3369 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3370 else
3371 ac_cpp_err=
3372 fi
3373else
3374 ac_cpp_err=yes
3375fi
3376if test -z "$ac_cpp_err"; then
3377 # Broken: success on invalid input.
3378continue
3379else
3380 echo "$as_me: failed program was:" >&5
3381sed 's/^/| /' conftest.$ac_ext >&5
3382
3383 # Passes both tests.
3384ac_preproc_ok=:
3385break
3386fi
3387rm -f conftest.err conftest.$ac_ext
3388
3389done
3390# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3391rm -f conftest.err conftest.$ac_ext
3392if $ac_preproc_ok; then
3393 :
3394else
3395 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3396See \`config.log' for more details." >&5
3397echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3398See \`config.log' for more details." >&2;}
3399 { (exit 1); exit 1; }; }
3400fi
3401
3402ac_ext=cc
3403ac_cpp='$CXXCPP $CPPFLAGS'
3404ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3405ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3406ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3407 3055
3408 3056
3409echo "$as_me:$LINENO: checking for egrep" >&5 3057echo "$as_me:$LINENO: checking for egrep" >&5
3410echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3058echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3411if test "${ac_cv_prog_egrep+set}" = set; then 3059if test "${ac_cv_prog_egrep+set}" = set; then
3486 grep -v '^ *+' conftest.er1 >conftest.err 3134 grep -v '^ *+' conftest.er1 >conftest.err
3487 rm -f conftest.er1 3135 rm -f conftest.er1
3488 cat conftest.err >&5 3136 cat conftest.err >&5
3489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); } && 3138 (exit $ac_status); } &&
3491 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3493 (eval $ac_try) 2>&5 3141 (eval $ac_try) 2>&5
3494 ac_status=$? 3142 ac_status=$?
3495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3496 (exit $ac_status); }; } && 3144 (exit $ac_status); }; } &&
3540 grep -v '^ *+' conftest.er1 >conftest.err 3188 grep -v '^ *+' conftest.er1 >conftest.err
3541 rm -f conftest.er1 3189 rm -f conftest.er1
3542 cat conftest.err >&5 3190 cat conftest.err >&5
3543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544 (exit $ac_status); } && 3192 (exit $ac_status); } &&
3545 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3193 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3547 (eval $ac_try) 2>&5 3195 (eval $ac_try) 2>&5
3548 ac_status=$? 3196 ac_status=$?
3549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3550 (exit $ac_status); }; } && 3198 (exit $ac_status); }; } &&
3571echo "${ECHO_T}$ac_cv_search_strerror" >&6 3219echo "${ECHO_T}$ac_cv_search_strerror" >&6
3572if test "$ac_cv_search_strerror" != no; then 3220if test "$ac_cv_search_strerror" != no; then
3573 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3221 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3574 3222
3575fi 3223fi
3224
3225ac_ext=cc
3226ac_cpp='$CXXCPP $CPPFLAGS'
3227ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3229ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3230
3231
3232if test x$GCC = xyes && test x$GXX = xyes; then
3233 echo "$as_me:$LINENO: checking for working libsupc++" >&5
3234echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6
3235 save_CXX="$CXX"
3236 save_LIBS="$LIBS"
3237 CXX="$CC"
3238 LIBS="$LIBS -lsupc++"
3239 LINKER="$CC"
3240
3241cat >conftest.$ac_ext <<_ACEOF
3242/* confdefs.h. */
3243_ACEOF
3244cat confdefs.h >>conftest.$ac_ext
3245cat >>conftest.$ac_ext <<_ACEOF
3246/* end confdefs.h. */
3247struct test { }; void f() try { throw new test; } catch (...) { throw; }
3248int
3249main ()
3250{
3251
3252 ;
3253 return 0;
3254}
3255_ACEOF
3256rm -f conftest.$ac_objext conftest$ac_exeext
3257if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3258 (eval $ac_link) 2>conftest.er1
3259 ac_status=$?
3260 grep -v '^ *+' conftest.er1 >conftest.err
3261 rm -f conftest.er1
3262 cat conftest.err >&5
3263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3264 (exit $ac_status); } &&
3265 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3267 (eval $ac_try) 2>&5
3268 ac_status=$?
3269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3270 (exit $ac_status); }; } &&
3271 { ac_try='test -s conftest$ac_exeext'
3272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3273 (eval $ac_try) 2>&5
3274 ac_status=$?
3275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3276 (exit $ac_status); }; }; then
3277 echo "$as_me:$LINENO: result: ok" >&5
3278echo "${ECHO_T}ok" >&6
3279else
3280 echo "$as_me: failed program was:" >&5
3281sed 's/^/| /' conftest.$ac_ext >&5
3282
3283
3284 echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3285echo "${ECHO_T}no, making everything bigger and slower" >&6
3286 LIBS="$save_LIBS"
3287 LINKER="$save_CXX"
3288
3289
3290fi
3291rm -f conftest.err conftest.$ac_objext \
3292 conftest$ac_exeext conftest.$ac_ext
3293 CXX="$save_CXX"
3294fi
3295LINKER=$LINKER
3296
3297
3298ac_ext=cc
3299ac_cpp='$CXXCPP $CPPFLAGS'
3300ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3301ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3302ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3303
3304if test -z "$orig_CXXFLAGS"; then
3305 if test x$GCC = xyes && test "x$GXX" = xyes; then
3306 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3307 cat >conftest.$ac_ext <<_ACEOF
3308/* confdefs.h. */
3309_ACEOF
3310cat confdefs.h >>conftest.$ac_ext
3311cat >>conftest.$ac_ext <<_ACEOF
3312/* end confdefs.h. */
3313
3314int
3315main ()
3316{
3317
3318 ;
3319 return 0;
3320}
3321_ACEOF
3322rm -f conftest.$ac_objext
3323if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3324 (eval $ac_compile) 2>conftest.er1
3325 ac_status=$?
3326 grep -v '^ *+' conftest.er1 >conftest.err
3327 rm -f conftest.er1
3328 cat conftest.err >&5
3329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3330 (exit $ac_status); } &&
3331 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3333 (eval $ac_try) 2>&5
3334 ac_status=$?
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); }; } &&
3337 { ac_try='test -s conftest.$ac_objext'
3338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3339 (eval $ac_try) 2>&5
3340 ac_status=$?
3341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3342 (exit $ac_status); }; }; then
3343 :
3344else
3345 echo "$as_me: failed program was:" >&5
3346sed 's/^/| /' conftest.$ac_ext >&5
3347
3348CXXFLAGS="-g -O3"
3349fi
3350rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3351 else
3352 CXXFLAGS="-O"
3353 fi
3354 CFLAGS="$CXXFLAGS"
3355fi
3356
3357
3358cat >>confdefs.h <<\_ACEOF
3359#define _GNU_SOURCE 1
3360_ACEOF
3361
3362
3363case $host in
3364 *-*-solaris* )
3365
3366cat >>confdefs.h <<\_ACEOF
3367#define _XOPEN_SOURCE_EXTENDED 1
3368_ACEOF
3369
3370
3371cat >>confdefs.h <<\_ACEOF
3372#define _XOPEN_SOURCE 2
3373_ACEOF
3374
3375
3376cat >>confdefs.h <<\_ACEOF
3377#define __EXTENSIONS__ 1
3378_ACEOF
3379
3380 ;;
3381esac
3576 3382
3577 3383
3578echo "$as_me:$LINENO: checking for setlocale" >&5 3384echo "$as_me:$LINENO: checking for setlocale" >&5
3579echo $ECHO_N "checking for setlocale... $ECHO_C" >&6 3385echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3580if test "${ac_cv_func_setlocale+set}" = set; then 3386if test "${ac_cv_func_setlocale+set}" = set; then
4528 if test x$enableval = xyes -o x$enableval = xno; then 4334 if test x$enableval = xyes -o x$enableval = xno; then
4529 support_xim=$enableval 4335 support_xim=$enableval
4530 fi 4336 fi
4531fi; 4337fi;
4532 4338
4533# Check whether --enable-ttygid or --disable-ttygid was given.
4534if test "${enable_ttygid+set}" = set; then
4535 enableval="$enable_ttygid"
4536 if test x$enableval = xyes; then
4537
4538cat >>confdefs.h <<\_ACEOF
4539#define TTY_GID_SUPPORT 1
4540_ACEOF
4541
4542 fi
4543fi;
4544
4545# Check whether --enable-backspace-key or --disable-backspace-key was given. 4339# Check whether --enable-backspace-key or --disable-backspace-key was given.
4546if test "${enable_backspace_key+set}" = set; then 4340if test "${enable_backspace_key+set}" = set; then
4547 enableval="$enable_backspace_key" 4341 enableval="$enable_backspace_key"
4548 if test x$enableval = xno; then 4342 if test x$enableval = xno; then
4549 4343
5110 echo "$as_me:$LINENO: result: no" >&5 4904 echo "$as_me:$LINENO: result: no" >&5
5111echo "${ECHO_T}no" >&6 4905echo "${ECHO_T}no" >&6
5112fi 4906fi
5113 4907
5114 4908
4909
4910
4911ac_ext=cc
4912ac_cpp='$CXXCPP $CPPFLAGS'
4913ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4914ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4915ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4916echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4917echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
4918if test -z "$CXXCPP"; then
4919 if test "${ac_cv_prog_CXXCPP+set}" = set; then
4920 echo $ECHO_N "(cached) $ECHO_C" >&6
4921else
4922 # Double quotes because CXXCPP needs to be expanded
4923 for CXXCPP in "$CXX -E" "/lib/cpp"
4924 do
4925 ac_preproc_ok=false
4926for ac_cxx_preproc_warn_flag in '' yes
4927do
4928 # Use a header file that comes with gcc, so configuring glibc
4929 # with a fresh cross-compiler works.
4930 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4931 # <limits.h> exists even on freestanding compilers.
4932 # On the NeXT, cc -E runs the code through the compiler's parser,
4933 # not just through cpp. "Syntax error" is here to catch this case.
4934 cat >conftest.$ac_ext <<_ACEOF
4935/* confdefs.h. */
4936_ACEOF
4937cat confdefs.h >>conftest.$ac_ext
4938cat >>conftest.$ac_ext <<_ACEOF
4939/* end confdefs.h. */
4940#ifdef __STDC__
4941# include <limits.h>
4942#else
4943# include <assert.h>
4944#endif
4945 Syntax error
4946_ACEOF
4947if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4948 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4949 ac_status=$?
4950 grep -v '^ *+' conftest.er1 >conftest.err
4951 rm -f conftest.er1
4952 cat conftest.err >&5
4953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4954 (exit $ac_status); } >/dev/null; then
4955 if test -s conftest.err; then
4956 ac_cpp_err=$ac_cxx_preproc_warn_flag
4957 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4958 else
4959 ac_cpp_err=
4960 fi
4961else
4962 ac_cpp_err=yes
4963fi
4964if test -z "$ac_cpp_err"; then
4965 :
4966else
4967 echo "$as_me: failed program was:" >&5
4968sed 's/^/| /' conftest.$ac_ext >&5
4969
4970 # Broken: fails on valid input.
4971continue
4972fi
4973rm -f conftest.err conftest.$ac_ext
4974
4975 # OK, works on sane cases. Now check whether non-existent headers
4976 # can be detected and how.
4977 cat >conftest.$ac_ext <<_ACEOF
4978/* confdefs.h. */
4979_ACEOF
4980cat confdefs.h >>conftest.$ac_ext
4981cat >>conftest.$ac_ext <<_ACEOF
4982/* end confdefs.h. */
4983#include <ac_nonexistent.h>
4984_ACEOF
4985if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4986 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4987 ac_status=$?
4988 grep -v '^ *+' conftest.er1 >conftest.err
4989 rm -f conftest.er1
4990 cat conftest.err >&5
4991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4992 (exit $ac_status); } >/dev/null; then
4993 if test -s conftest.err; then
4994 ac_cpp_err=$ac_cxx_preproc_warn_flag
4995 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4996 else
4997 ac_cpp_err=
4998 fi
4999else
5000 ac_cpp_err=yes
5001fi
5002if test -z "$ac_cpp_err"; then
5003 # Broken: success on invalid input.
5004continue
5005else
5006 echo "$as_me: failed program was:" >&5
5007sed 's/^/| /' conftest.$ac_ext >&5
5008
5009 # Passes both tests.
5010ac_preproc_ok=:
5011break
5012fi
5013rm -f conftest.err conftest.$ac_ext
5014
5015done
5016# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5017rm -f conftest.err conftest.$ac_ext
5018if $ac_preproc_ok; then
5019 break
5020fi
5021
5022 done
5023 ac_cv_prog_CXXCPP=$CXXCPP
5024
5025fi
5026 CXXCPP=$ac_cv_prog_CXXCPP
5027else
5028 ac_cv_prog_CXXCPP=$CXXCPP
5029fi
5030echo "$as_me:$LINENO: result: $CXXCPP" >&5
5031echo "${ECHO_T}$CXXCPP" >&6
5032ac_preproc_ok=false
5033for ac_cxx_preproc_warn_flag in '' yes
5034do
5035 # Use a header file that comes with gcc, so configuring glibc
5036 # with a fresh cross-compiler works.
5037 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5038 # <limits.h> exists even on freestanding compilers.
5039 # On the NeXT, cc -E runs the code through the compiler's parser,
5040 # not just through cpp. "Syntax error" is here to catch this case.
5041 cat >conftest.$ac_ext <<_ACEOF
5042/* confdefs.h. */
5043_ACEOF
5044cat confdefs.h >>conftest.$ac_ext
5045cat >>conftest.$ac_ext <<_ACEOF
5046/* end confdefs.h. */
5047#ifdef __STDC__
5048# include <limits.h>
5049#else
5050# include <assert.h>
5051#endif
5052 Syntax error
5053_ACEOF
5054if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5055 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5056 ac_status=$?
5057 grep -v '^ *+' conftest.er1 >conftest.err
5058 rm -f conftest.er1
5059 cat conftest.err >&5
5060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5061 (exit $ac_status); } >/dev/null; then
5062 if test -s conftest.err; then
5063 ac_cpp_err=$ac_cxx_preproc_warn_flag
5064 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5065 else
5066 ac_cpp_err=
5067 fi
5068else
5069 ac_cpp_err=yes
5070fi
5071if test -z "$ac_cpp_err"; then
5072 :
5073else
5074 echo "$as_me: failed program was:" >&5
5075sed 's/^/| /' conftest.$ac_ext >&5
5076
5077 # Broken: fails on valid input.
5078continue
5079fi
5080rm -f conftest.err conftest.$ac_ext
5081
5082 # OK, works on sane cases. Now check whether non-existent headers
5083 # can be detected and how.
5084 cat >conftest.$ac_ext <<_ACEOF
5085/* confdefs.h. */
5086_ACEOF
5087cat confdefs.h >>conftest.$ac_ext
5088cat >>conftest.$ac_ext <<_ACEOF
5089/* end confdefs.h. */
5090#include <ac_nonexistent.h>
5091_ACEOF
5092if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5093 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5094 ac_status=$?
5095 grep -v '^ *+' conftest.er1 >conftest.err
5096 rm -f conftest.er1
5097 cat conftest.err >&5
5098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5099 (exit $ac_status); } >/dev/null; then
5100 if test -s conftest.err; then
5101 ac_cpp_err=$ac_cxx_preproc_warn_flag
5102 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5103 else
5104 ac_cpp_err=
5105 fi
5106else
5107 ac_cpp_err=yes
5108fi
5109if test -z "$ac_cpp_err"; then
5110 # Broken: success on invalid input.
5111continue
5112else
5113 echo "$as_me: failed program was:" >&5
5114sed 's/^/| /' conftest.$ac_ext >&5
5115
5116 # Passes both tests.
5117ac_preproc_ok=:
5118break
5119fi
5120rm -f conftest.err conftest.$ac_ext
5121
5122done
5123# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5124rm -f conftest.err conftest.$ac_ext
5125if $ac_preproc_ok; then
5126 :
5127else
5128 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5129See \`config.log' for more details." >&5
5130echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5131See \`config.log' for more details." >&2;}
5132 { (exit 1); exit 1; }; }
5133fi
5134
5135ac_ext=cc
5136ac_cpp='$CXXCPP $CPPFLAGS'
5137ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5138ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5139ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5115 5140
5116 5141
5117 5142
5118if test "x$ac_path_x_has_been_run" != xyes; then 5143if test "x$ac_path_x_has_been_run" != xyes; then
5119 echo "$as_me:$LINENO: checking for X" >&5 5144 echo "$as_me:$LINENO: checking for X" >&5
7173 7198
7174 7199
7175 7200
7176 7201
7177 7202
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187for ac_header in \ 7203for ac_header in \
7188 assert.h \ 7204 assert.h \
7189 fcntl.h \ 7205 fcntl.h \
7190 grp.h \
7191 libc.h \
7192 lastlog.h \
7193 stdarg.h \ 7206 stdarg.h \
7194 stdlib.h \ 7207 stdlib.h \
7195 string.h \ 7208 string.h \
7196 termios.h \ 7209 termios.h \
7197 unistd.h \ 7210 unistd.h \
7198 sys/byteorder.h \ 7211 sys/byteorder.h \
7199 sys/ioctl.h \ 7212 sys/ioctl.h \
7200 sys/select.h \ 7213 sys/select.h \
7201 sys/sockio.h \ 7214 sys/sockio.h \
7202 sys/strredir.h \ 7215 sys/strredir.h \
7203 sys/stropts.h \
7204 sys/time.h \ 7216 sys/time.h \
7205 utmp.h \ 7217 stdint.h \
7206 utmpx.h \ 7218 wchar.h \
7207 stdint.h \ 7219 cwchar \
7208 pty.h \ 7220 clocale \
7209 util.h \
7210 libutil.h \
7211 wchar.h \
7212 cwchar \
7213 clocale \
7214 7221
7215do 7222do
7216as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7223as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7217if eval "test \"\${$as_ac_Header+set}\" = set"; then 7224if eval "test \"\${$as_ac_Header+set}\" = set"; then
7218 echo "$as_me:$LINENO: checking for $ac_header" >&5 7225 echo "$as_me:$LINENO: checking for $ac_header" >&5
10051 10058
10052 10059
10053 10060
10054 10061
10055 10062
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067for ac_func in \ 10063for ac_func in \
10068 revoke \
10069 unsetenv \ 10064 unsetenv \
10070 setutent \ 10065 setutent \
10071 seteuid \ 10066 seteuid \
10072 setresuid \ 10067 setresuid \
10073 setreuid \ 10068 setreuid \
10074 _getpty \
10075 getpt \
10076 posix_openpt \
10077 grantpt \
10078 unlockpt \
10079 isastream \
10080 on_exit \ 10069 on_exit \
10081 nanosleep \
10082 updwtmp \
10083 updwtmpx \
10084 ttyslot \
10085 10070
10086do 10071do
10087as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10072as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10088echo "$as_me:$LINENO: checking for $ac_func" >&5 10073echo "$as_me:$LINENO: checking for $ac_func" >&5
10089echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10074echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10178 cat >>confdefs.h <<_ACEOF 10163 cat >>confdefs.h <<_ACEOF
10179#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 10164#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10180_ACEOF 10165_ACEOF
10181 10166
10182fi 10167fi
10168done
10169
10170
10171
10172
10173
10174
10175for ac_func in \
10176 ttyslot \
10177 updwtmp \
10178 updwtmpx \
10179
10180do
10181as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10182echo "$as_me:$LINENO: checking for $ac_func" >&5
10183echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10184if eval "test \"\${$as_ac_var+set}\" = set"; then
10185 echo $ECHO_N "(cached) $ECHO_C" >&6
10186else
10187 cat >conftest.$ac_ext <<_ACEOF
10188/* confdefs.h. */
10189_ACEOF
10190cat confdefs.h >>conftest.$ac_ext
10191cat >>conftest.$ac_ext <<_ACEOF
10192/* end confdefs.h. */
10193/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10194 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10195#define $ac_func innocuous_$ac_func
10196
10197/* System header to define __stub macros and hopefully few prototypes,
10198 which can conflict with char $ac_func (); below.
10199 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10200 <limits.h> exists even on freestanding compilers. */
10201
10202#ifdef __STDC__
10203# include <limits.h>
10204#else
10205# include <assert.h>
10206#endif
10207
10208#undef $ac_func
10209
10210/* Override any gcc2 internal prototype to avoid an error. */
10211#ifdef __cplusplus
10212extern "C"
10213{
10214#endif
10215/* We use char because int might match the return type of a gcc2
10216 builtin and then its argument prototype would still apply. */
10217char $ac_func ();
10218/* The GNU C library defines this for functions which it implements
10219 to always fail with ENOSYS. Some functions are actually named
10220 something starting with __ and the normal name is an alias. */
10221#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10222choke me
10223#else
10224char (*f) () = $ac_func;
10225#endif
10226#ifdef __cplusplus
10227}
10228#endif
10229
10230int
10231main ()
10232{
10233return f != $ac_func;
10234 ;
10235 return 0;
10236}
10237_ACEOF
10238rm -f conftest.$ac_objext conftest$ac_exeext
10239if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10240 (eval $ac_link) 2>conftest.er1
10241 ac_status=$?
10242 grep -v '^ *+' conftest.er1 >conftest.err
10243 rm -f conftest.er1
10244 cat conftest.err >&5
10245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10246 (exit $ac_status); } &&
10247 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10249 (eval $ac_try) 2>&5
10250 ac_status=$?
10251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10252 (exit $ac_status); }; } &&
10253 { ac_try='test -s conftest$ac_exeext'
10254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10255 (eval $ac_try) 2>&5
10256 ac_status=$?
10257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10258 (exit $ac_status); }; }; then
10259 eval "$as_ac_var=yes"
10260else
10261 echo "$as_me: failed program was:" >&5
10262sed 's/^/| /' conftest.$ac_ext >&5
10263
10264eval "$as_ac_var=no"
10265fi
10266rm -f conftest.err conftest.$ac_objext \
10267 conftest$ac_exeext conftest.$ac_ext
10268fi
10269echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10270echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10271if test `eval echo '${'$as_ac_var'}'` = yes; then
10272 cat >>confdefs.h <<_ACEOF
10273#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10274_ACEOF
10275
10276fi
10277done
10278
10279
10280
10281
10282
10283for ac_header in \
10284 utmp.h \
10285 utmpx.h \
10286 lastlog.h \
10287
10288do
10289as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10290if eval "test \"\${$as_ac_Header+set}\" = set"; then
10291 echo "$as_me:$LINENO: checking for $ac_header" >&5
10292echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10293if eval "test \"\${$as_ac_Header+set}\" = set"; then
10294 echo $ECHO_N "(cached) $ECHO_C" >&6
10295fi
10296echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10297echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10298else
10299 # Is the header compilable?
10300echo "$as_me:$LINENO: checking $ac_header usability" >&5
10301echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10302cat >conftest.$ac_ext <<_ACEOF
10303/* confdefs.h. */
10304_ACEOF
10305cat confdefs.h >>conftest.$ac_ext
10306cat >>conftest.$ac_ext <<_ACEOF
10307/* end confdefs.h. */
10308$ac_includes_default
10309#include <$ac_header>
10310_ACEOF
10311rm -f conftest.$ac_objext
10312if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10313 (eval $ac_compile) 2>conftest.er1
10314 ac_status=$?
10315 grep -v '^ *+' conftest.er1 >conftest.err
10316 rm -f conftest.er1
10317 cat conftest.err >&5
10318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10319 (exit $ac_status); } &&
10320 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10322 (eval $ac_try) 2>&5
10323 ac_status=$?
10324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10325 (exit $ac_status); }; } &&
10326 { ac_try='test -s conftest.$ac_objext'
10327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10328 (eval $ac_try) 2>&5
10329 ac_status=$?
10330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10331 (exit $ac_status); }; }; then
10332 ac_header_compiler=yes
10333else
10334 echo "$as_me: failed program was:" >&5
10335sed 's/^/| /' conftest.$ac_ext >&5
10336
10337ac_header_compiler=no
10338fi
10339rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10340echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10341echo "${ECHO_T}$ac_header_compiler" >&6
10342
10343# Is the header present?
10344echo "$as_me:$LINENO: checking $ac_header presence" >&5
10345echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10346cat >conftest.$ac_ext <<_ACEOF
10347/* confdefs.h. */
10348_ACEOF
10349cat confdefs.h >>conftest.$ac_ext
10350cat >>conftest.$ac_ext <<_ACEOF
10351/* end confdefs.h. */
10352#include <$ac_header>
10353_ACEOF
10354if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10355 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10356 ac_status=$?
10357 grep -v '^ *+' conftest.er1 >conftest.err
10358 rm -f conftest.er1
10359 cat conftest.err >&5
10360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10361 (exit $ac_status); } >/dev/null; then
10362 if test -s conftest.err; then
10363 ac_cpp_err=$ac_cxx_preproc_warn_flag
10364 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10365 else
10366 ac_cpp_err=
10367 fi
10368else
10369 ac_cpp_err=yes
10370fi
10371if test -z "$ac_cpp_err"; then
10372 ac_header_preproc=yes
10373else
10374 echo "$as_me: failed program was:" >&5
10375sed 's/^/| /' conftest.$ac_ext >&5
10376
10377 ac_header_preproc=no
10378fi
10379rm -f conftest.err conftest.$ac_ext
10380echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10381echo "${ECHO_T}$ac_header_preproc" >&6
10382
10383# So? What about this header?
10384case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10385 yes:no: )
10386 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10387echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10388 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10389echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10390 ac_header_preproc=yes
10391 ;;
10392 no:yes:* )
10393 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10394echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10395 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10396echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10397 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10398echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10399 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10400echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10401 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10402echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10403 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10404echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10405 (
10406 cat <<\_ASBOX
10407## ------------------------------------------ ##
10408## Report this to the AC_PACKAGE_NAME lists. ##
10409## ------------------------------------------ ##
10410_ASBOX
10411 ) |
10412 sed "s/^/$as_me: WARNING: /" >&2
10413 ;;
10414esac
10415echo "$as_me:$LINENO: checking for $ac_header" >&5
10416echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10417if eval "test \"\${$as_ac_Header+set}\" = set"; then
10418 echo $ECHO_N "(cached) $ECHO_C" >&6
10419else
10420 eval "$as_ac_Header=\$ac_header_preproc"
10421fi
10422echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10423echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10424
10425fi
10426if test `eval echo '${'$as_ac_Header'}'` = yes; then
10427 cat >>confdefs.h <<_ACEOF
10428#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10429_ACEOF
10430
10431fi
10432
10183done 10433done
10184 10434
10185 10435
10186 10436
10187if test "${ac_cv_header_utmp_h+set}" = set; then 10437if test "${ac_cv_header_utmp_h+set}" = set; then
10321 10571
10322fi 10572fi
10323if test $ac_cv_header_utmp_h = yes; then 10573if test $ac_cv_header_utmp_h = yes; then
10324 echo "$as_me:$LINENO: checking for struct utmp" >&5 10574 echo "$as_me:$LINENO: checking for struct utmp" >&5
10325echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6 10575echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10326if test "${rxvt_cv_struct_utmp+set}" = set; then 10576if test "${struct_utmp+set}" = set; then
10327 echo $ECHO_N "(cached) $ECHO_C" >&6 10577 echo $ECHO_N "(cached) $ECHO_C" >&6
10328else 10578else
10329 cat >conftest.$ac_ext <<_ACEOF 10579 cat >conftest.$ac_ext <<_ACEOF
10330/* confdefs.h. */ 10580/* confdefs.h. */
10331_ACEOF 10581_ACEOF
10361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10362 (eval $ac_try) 2>&5 10612 (eval $ac_try) 2>&5
10363 ac_status=$? 10613 ac_status=$?
10364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10365 (exit $ac_status); }; }; then 10615 (exit $ac_status); }; }; then
10366 rxvt_cv_struct_utmp=yes 10616 struct_utmp=yes
10367else 10617else
10368 echo "$as_me: failed program was:" >&5 10618 echo "$as_me: failed program was:" >&5
10369sed 's/^/| /' conftest.$ac_ext >&5 10619sed 's/^/| /' conftest.$ac_ext >&5
10370 10620
10371rxvt_cv_struct_utmp=no 10621struct_utmp=no
10372fi 10622fi
10373rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10374fi 10624fi
10375echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5 10625echo "$as_me:$LINENO: result: $struct_utmp" >&5
10376echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6 10626echo "${ECHO_T}$struct_utmp" >&6
10377if test x$rxvt_cv_struct_utmp = xyes; then 10627if test x$struct_utmp = xyes; then
10378 10628
10379cat >>confdefs.h <<\_ACEOF 10629cat >>confdefs.h <<\_ACEOF
10380#define HAVE_STRUCT_UTMP 1 10630#define HAVE_STRUCT_UTMP 1
10381_ACEOF 10631_ACEOF
10382 10632
10383fi 10633fi
10384 10634
10385 10635
10386echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5 10636echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10387echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6 10637echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10388if test "${rxvt_cv_struct_utmp_host+set}" = set; then 10638if test "${struct_utmp_host+set}" = set; then
10389 echo $ECHO_N "(cached) $ECHO_C" >&6 10639 echo $ECHO_N "(cached) $ECHO_C" >&6
10390else 10640else
10391 cat >conftest.$ac_ext <<_ACEOF 10641 cat >conftest.$ac_ext <<_ACEOF
10392/* confdefs.h. */ 10642/* confdefs.h. */
10393_ACEOF 10643_ACEOF
10423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10424 (eval $ac_try) 2>&5 10674 (eval $ac_try) 2>&5
10425 ac_status=$? 10675 ac_status=$?
10426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10427 (exit $ac_status); }; }; then 10677 (exit $ac_status); }; }; then
10428 rxvt_cv_struct_utmp_host=yes 10678 struct_utmp_host=yes
10429else 10679else
10430 echo "$as_me: failed program was:" >&5 10680 echo "$as_me: failed program was:" >&5
10431sed 's/^/| /' conftest.$ac_ext >&5 10681sed 's/^/| /' conftest.$ac_ext >&5
10432 10682
10433rxvt_cv_struct_utmp_host=no 10683struct_utmp_host=no
10434fi 10684fi
10435rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10685rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10436fi 10686fi
10437echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5 10687echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
10438echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6 10688echo "${ECHO_T}$struct_utmp_host" >&6
10439if test x$rxvt_cv_struct_utmp_host = xyes; then 10689if test x$struct_utmp_host = xyes; then
10440 10690
10441cat >>confdefs.h <<\_ACEOF 10691cat >>confdefs.h <<\_ACEOF
10442#define HAVE_UTMP_HOST 1 10692#define HAVE_UTMP_HOST 1
10443_ACEOF 10693_ACEOF
10444 10694
10445fi 10695fi
10446 10696
10447echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5 10697echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10448echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6 10698echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10449if test "${rxvt_cv_struct_utmp_pid+set}" = set; then 10699if test "${struct_utmp_pid+set}" = set; then
10450 echo $ECHO_N "(cached) $ECHO_C" >&6 10700 echo $ECHO_N "(cached) $ECHO_C" >&6
10451else 10701else
10452 cat >conftest.$ac_ext <<_ACEOF 10702 cat >conftest.$ac_ext <<_ACEOF
10453/* confdefs.h. */ 10703/* confdefs.h. */
10454_ACEOF 10704_ACEOF
10484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10485 (eval $ac_try) 2>&5 10735 (eval $ac_try) 2>&5
10486 ac_status=$? 10736 ac_status=$?
10487 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10488 (exit $ac_status); }; }; then 10738 (exit $ac_status); }; }; then
10489 rxvt_cv_struct_utmp_pid=yes 10739 struct_utmp_pid=yes
10490else 10740else
10491 echo "$as_me: failed program was:" >&5 10741 echo "$as_me: failed program was:" >&5
10492sed 's/^/| /' conftest.$ac_ext >&5 10742sed 's/^/| /' conftest.$ac_ext >&5
10493 10743
10494rxvt_cv_struct_utmp_pid=no 10744struct_utmp_pid=no
10495fi 10745fi
10496rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10746rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10497fi 10747fi
10498echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5 10748echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
10499echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6 10749echo "${ECHO_T}$struct_utmp_pid" >&6
10500if test x$rxvt_cv_struct_utmp_pid = xyes; then 10750if test x$struct_utmp_pid = xyes; then
10501 10751
10502cat >>confdefs.h <<\_ACEOF 10752cat >>confdefs.h <<\_ACEOF
10503#define HAVE_UTMP_PID 1 10753#define HAVE_UTMP_PID 1
10504_ACEOF 10754_ACEOF
10505 10755
10646 10896
10647fi 10897fi
10648if test $ac_cv_header_utmpx_h = yes; then 10898if test $ac_cv_header_utmpx_h = yes; then
10649 echo "$as_me:$LINENO: checking for struct utmpx" >&5 10899 echo "$as_me:$LINENO: checking for struct utmpx" >&5
10650echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6 10900echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10651if test "${rxvt_cv_struct_utmpx+set}" = set; then 10901if test "${struct_utmpx+set}" = set; then
10652 echo $ECHO_N "(cached) $ECHO_C" >&6 10902 echo $ECHO_N "(cached) $ECHO_C" >&6
10653else 10903else
10654 cat >conftest.$ac_ext <<_ACEOF 10904 cat >conftest.$ac_ext <<_ACEOF
10655/* confdefs.h. */ 10905/* confdefs.h. */
10656_ACEOF 10906_ACEOF
10686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10687 (eval $ac_try) 2>&5 10937 (eval $ac_try) 2>&5
10688 ac_status=$? 10938 ac_status=$?
10689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10690 (exit $ac_status); }; }; then 10940 (exit $ac_status); }; }; then
10691 rxvt_cv_struct_utmpx=yes 10941 struct_utmpx=yes
10692else 10942else
10693 echo "$as_me: failed program was:" >&5 10943 echo "$as_me: failed program was:" >&5
10694sed 's/^/| /' conftest.$ac_ext >&5 10944sed 's/^/| /' conftest.$ac_ext >&5
10695 10945
10696rxvt_cv_struct_utmpx=no 10946struct_utmpx=no
10697fi 10947fi
10698rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10948rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10699fi 10949fi
10700echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5 10950echo "$as_me:$LINENO: result: $struct_utmpx" >&5
10701echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6 10951echo "${ECHO_T}$struct_utmpx" >&6
10702if test x$rxvt_cv_struct_utmpx = xyes; then 10952if test x$struct_utmpx = xyes; then
10703 10953
10704cat >>confdefs.h <<\_ACEOF 10954cat >>confdefs.h <<\_ACEOF
10705#define HAVE_STRUCT_UTMPX 1 10955#define HAVE_STRUCT_UTMPX 1
10706_ACEOF 10956_ACEOF
10707 10957
10708fi 10958fi
10709 10959
10710 10960
10711echo "$as_me:$LINENO: checking for host in utmpx struct" >&5 10961echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10712echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6 10962echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10713if test "${rxvt_cv_struct_utmpx_host+set}" = set; then 10963if test "${struct_utmpx_host+set}" = set; then
10714 echo $ECHO_N "(cached) $ECHO_C" >&6 10964 echo $ECHO_N "(cached) $ECHO_C" >&6
10715else 10965else
10716 cat >conftest.$ac_ext <<_ACEOF 10966 cat >conftest.$ac_ext <<_ACEOF
10717/* confdefs.h. */ 10967/* confdefs.h. */
10718_ACEOF 10968_ACEOF
10748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10749 (eval $ac_try) 2>&5 10999 (eval $ac_try) 2>&5
10750 ac_status=$? 11000 ac_status=$?
10751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10752 (exit $ac_status); }; }; then 11002 (exit $ac_status); }; }; then
10753 rxvt_cv_struct_utmpx_host=yes 11003 struct_utmpx_host=yes
10754else 11004else
10755 echo "$as_me: failed program was:" >&5 11005 echo "$as_me: failed program was:" >&5
10756sed 's/^/| /' conftest.$ac_ext >&5 11006sed 's/^/| /' conftest.$ac_ext >&5
10757 11007
10758rxvt_cv_struct_utmpx_host=no 11008struct_utmpx_host=no
10759fi 11009fi
10760rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11010rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10761fi 11011fi
10762echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5 11012echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
10763echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6 11013echo "${ECHO_T}$struct_utmpx_host" >&6
10764if test x$rxvt_cv_struct_utmpx_host = xyes; then 11014if test x$struct_utmpx_host = xyes; then
10765 11015
10766cat >>confdefs.h <<\_ACEOF 11016cat >>confdefs.h <<\_ACEOF
10767#define HAVE_UTMPX_HOST 1 11017#define HAVE_UTMPX_HOST 1
10768_ACEOF 11018_ACEOF
10769 11019
10770fi 11020fi
10771 11021
10772echo "$as_me:$LINENO: checking for session in utmpx struct" >&5 11022echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10773echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6 11023echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10774if test "${rxvt_cv_struct_utmpx_session+set}" = set; then 11024if test "${struct_utmpx_session+set}" = set; then
10775 echo $ECHO_N "(cached) $ECHO_C" >&6 11025 echo $ECHO_N "(cached) $ECHO_C" >&6
10776else 11026else
10777 cat >conftest.$ac_ext <<_ACEOF 11027 cat >conftest.$ac_ext <<_ACEOF
10778/* confdefs.h. */ 11028/* confdefs.h. */
10779_ACEOF 11029_ACEOF
10809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10810 (eval $ac_try) 2>&5 11060 (eval $ac_try) 2>&5
10811 ac_status=$? 11061 ac_status=$?
10812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10813 (exit $ac_status); }; }; then 11063 (exit $ac_status); }; }; then
10814 rxvt_cv_struct_utmpx_session=yes 11064 struct_utmpx_session=yes
10815else 11065else
10816 echo "$as_me: failed program was:" >&5 11066 echo "$as_me: failed program was:" >&5
10817sed 's/^/| /' conftest.$ac_ext >&5 11067sed 's/^/| /' conftest.$ac_ext >&5
10818 11068
10819rxvt_cv_struct_utmpx_session=no 11069struct_utmpx_session=no
10820fi 11070fi
10821rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11071rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10822fi 11072fi
10823echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5 11073echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
10824echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6 11074echo "${ECHO_T}$struct_utmpx_session" >&6
10825if test x$rxvt_cv_struct_utmpx_session = xyes; then 11075if test x$struct_utmpx_session = xyes; then
10826 11076
10827cat >>confdefs.h <<\_ACEOF 11077cat >>confdefs.h <<\_ACEOF
10828#define HAVE_UTMPX_SESSION 1 11078#define HAVE_UTMPX_SESSION 1
10829_ACEOF 11079_ACEOF
10830 11080
10833fi 11083fi
10834 11084
10835 11085
10836echo "$as_me:$LINENO: checking for struct lastlog" >&5 11086echo "$as_me:$LINENO: checking for struct lastlog" >&5
10837echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6 11087echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10838if test "${rxvt_cv_struct_lastlog+set}" = set; then 11088if test "${struct_lastlog+set}" = set; then
10839 echo $ECHO_N "(cached) $ECHO_C" >&6 11089 echo $ECHO_N "(cached) $ECHO_C" >&6
10840else 11090else
10841 cat >conftest.$ac_ext <<_ACEOF 11091 cat >conftest.$ac_ext <<_ACEOF
10842/* confdefs.h. */ 11092/* confdefs.h. */
10843_ACEOF 11093_ACEOF
10877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10878 (eval $ac_try) 2>&5 11128 (eval $ac_try) 2>&5
10879 ac_status=$? 11129 ac_status=$?
10880 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10881 (exit $ac_status); }; }; then 11131 (exit $ac_status); }; }; then
10882 rxvt_cv_struct_lastlog=yes 11132 struct_lastlog=yes
10883else 11133else
10884 echo "$as_me: failed program was:" >&5 11134 echo "$as_me: failed program was:" >&5
10885sed 's/^/| /' conftest.$ac_ext >&5 11135sed 's/^/| /' conftest.$ac_ext >&5
10886 11136
10887rxvt_cv_struct_lastlog=no 11137struct_lastlog=no
10888fi 11138fi
10889rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11139rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10890fi 11140fi
10891echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5 11141echo "$as_me:$LINENO: result: $struct_lastlog" >&5
10892echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6 11142echo "${ECHO_T}$struct_lastlog" >&6
10893if test x$rxvt_cv_struct_lastlog = xyes; then 11143if test x$struct_lastlog = xyes; then
10894 11144
10895cat >>confdefs.h <<\_ACEOF 11145cat >>confdefs.h <<\_ACEOF
10896#define HAVE_STRUCT_LASTLOG 1 11146#define HAVE_STRUCT_LASTLOG 1
10897_ACEOF 11147_ACEOF
10898 11148
10899fi 11149fi
10900 11150
10901echo "$as_me:$LINENO: checking for struct lastlogx" >&5 11151echo "$as_me:$LINENO: checking for struct lastlogx" >&5
10902echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6 11152echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
10903if test "${rxvt_cv_struct_lastlogx+set}" = set; then 11153if test "${struct_lastlogx+set}" = set; then
10904 echo $ECHO_N "(cached) $ECHO_C" >&6 11154 echo $ECHO_N "(cached) $ECHO_C" >&6
10905else 11155else
10906 cat >conftest.$ac_ext <<_ACEOF 11156 cat >conftest.$ac_ext <<_ACEOF
10907/* confdefs.h. */ 11157/* confdefs.h. */
10908_ACEOF 11158_ACEOF
10942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10943 (eval $ac_try) 2>&5 11193 (eval $ac_try) 2>&5
10944 ac_status=$? 11194 ac_status=$?
10945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10946 (exit $ac_status); }; }; then 11196 (exit $ac_status); }; }; then
10947 rxvt_cv_struct_lastlogx=yes 11197 struct_lastlogx=yes
10948else 11198else
10949 echo "$as_me: failed program was:" >&5 11199 echo "$as_me: failed program was:" >&5
10950sed 's/^/| /' conftest.$ac_ext >&5 11200sed 's/^/| /' conftest.$ac_ext >&5
10951 11201
10952rxvt_cv_struct_lastlogx=no 11202struct_lastlogx=no
10953fi 11203fi
10954rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11204rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10955fi 11205fi
10956echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5 11206echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
10957echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6 11207echo "${ECHO_T}$struct_lastlogx" >&6
10958if test x$rxvt_cv_struct_lastlogx = xyes; then 11208if test x$struct_lastlogx = xyes; then
10959 11209
10960cat >>confdefs.h <<\_ACEOF 11210cat >>confdefs.h <<\_ACEOF
10961#define HAVE_STRUCT_LASTLOGX 1 11211#define HAVE_STRUCT_LASTLOGX 1
10962_ACEOF 11212_ACEOF
10963 11213
10964fi 11214fi
10965 11215
10966 11216
10967echo "$as_me:$LINENO: checking where utmp is located" >&5 11217echo "$as_me:$LINENO: checking where utmp is located" >&5
10968echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6 11218echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
10969if test "${rxvt_cv_path_utmp+set}" = set; then 11219if test "${path_utmp+set}" = set; then
10970 echo $ECHO_N "(cached) $ECHO_C" >&6 11220 echo $ECHO_N "(cached) $ECHO_C" >&6
10971else 11221else
10972 if test "$cross_compiling" = yes; then 11222 if test "$cross_compiling" = yes; then
10973 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5 11223 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
10974echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;} 11224echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
10975else 11225else
10976 cat >conftest.$ac_ext <<_ACEOF 11226 cat >conftest.$ac_ext <<_ACEOF
10977/* confdefs.h. */ 11227/* confdefs.h. */
10978_ACEOF 11228_ACEOF
10979cat confdefs.h >>conftest.$ac_ext 11229cat confdefs.h >>conftest.$ac_ext
11015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11016 (eval $ac_try) 2>&5 11266 (eval $ac_try) 2>&5
11017 ac_status=$? 11267 ac_status=$?
11018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019 (exit $ac_status); }; }; then 11269 (exit $ac_status); }; }; then
11020 rxvt_cv_path_utmp=`cat conftestval` 11270 path_utmp=`cat conftestval`
11021else 11271else
11022 echo "$as_me: program exited with status $ac_status" >&5 11272 echo "$as_me: program exited with status $ac_status" >&5
11023echo "$as_me: failed program was:" >&5 11273echo "$as_me: failed program was:" >&5
11024sed 's/^/| /' conftest.$ac_ext >&5 11274sed 's/^/| /' conftest.$ac_ext >&5
11025 11275
11026( exit $ac_status ) 11276( exit $ac_status )
11027rxvt_cv_path_utmp= 11277path_utmp=
11028fi 11278fi
11029rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11279rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11030fi 11280fi
11031fi 11281fi
11032echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5 11282echo "$as_me:$LINENO: result: $path_utmp" >&5
11033echo "${ECHO_T}$rxvt_cv_path_utmp" >&6 11283echo "${ECHO_T}$path_utmp" >&6
11034if test x$rxvt_cv_path_utmp != x; then 11284if test x$path_utmp != x; then
11035 11285
11036cat >>confdefs.h <<_ACEOF 11286cat >>confdefs.h <<_ACEOF
11037#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 11287#define UTMP_FILE "$path_utmp"
11038_ACEOF 11288_ACEOF
11039 11289
11040fi 11290fi
11041 11291
11042 11292
11043echo "$as_me:$LINENO: checking where utmpx is located" >&5 11293echo "$as_me:$LINENO: checking where utmpx is located" >&5
11044echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6 11294echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11045if test "${rxvt_cv_path_utmpx+set}" = set; then 11295if test "${path_utmpx+set}" = set; then
11046 echo $ECHO_N "(cached) $ECHO_C" >&6 11296 echo $ECHO_N "(cached) $ECHO_C" >&6
11047else 11297else
11048 if test "$cross_compiling" = yes; then 11298 if test "$cross_compiling" = yes; then
11049 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5 11299 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
11050echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;} 11300echo "$as_me: WARNING: Define UTMPX_FILE in config.h manually" >&2;}
11051else 11301else
11052 cat >conftest.$ac_ext <<_ACEOF 11302 cat >conftest.$ac_ext <<_ACEOF
11053/* confdefs.h. */ 11303/* confdefs.h. */
11054_ACEOF 11304_ACEOF
11055cat confdefs.h >>conftest.$ac_ext 11305cat confdefs.h >>conftest.$ac_ext
11101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11102 (eval $ac_try) 2>&5 11352 (eval $ac_try) 2>&5
11103 ac_status=$? 11353 ac_status=$?
11104 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11105 (exit $ac_status); }; }; then 11355 (exit $ac_status); }; }; then
11106 rxvt_cv_path_utmpx=`cat conftestval` 11356 path_utmpx=`cat conftestval`
11107else 11357else
11108 echo "$as_me: program exited with status $ac_status" >&5 11358 echo "$as_me: program exited with status $ac_status" >&5
11109echo "$as_me: failed program was:" >&5 11359echo "$as_me: failed program was:" >&5
11110sed 's/^/| /' conftest.$ac_ext >&5 11360sed 's/^/| /' conftest.$ac_ext >&5
11111 11361
11112( exit $ac_status ) 11362( exit $ac_status )
11113rxvt_cv_path_utmpx= 11363path_utmpx=
11114fi 11364fi
11115rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11365rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11116fi 11366fi
11117fi 11367fi
11118echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5 11368echo "$as_me:$LINENO: result: $path_utmpx" >&5
11119echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6 11369echo "${ECHO_T}$path_utmpx" >&6
11120if test x$rxvt_cv_path_utmpx != x; then 11370if test x$path_utmpx != x; then
11121 11371
11122cat >>confdefs.h <<_ACEOF 11372cat >>confdefs.h <<_ACEOF
11123#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 11373#define UTMPX_FILE "$path_utmpx"
11124_ACEOF 11374_ACEOF
11125 11375
11126fi 11376fi
11127 11377
11128 11378
11129echo "$as_me:$LINENO: checking where wtmp is located" >&5 11379echo "$as_me:$LINENO: checking where wtmp is located" >&5
11130echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6 11380echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11131if test "${rxvt_cv_path_wtmp+set}" = set; then 11381if test "${path_wtmp+set}" = set; then
11132 echo $ECHO_N "(cached) $ECHO_C" >&6 11382 echo $ECHO_N "(cached) $ECHO_C" >&6
11133else 11383else
11134 if test "$cross_compiling" = yes; then 11384 if test "$cross_compiling" = yes; then
11135 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5 11385 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
11136echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;} 11386echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
11137else 11387else
11138 cat >conftest.$ac_ext <<_ACEOF 11388 cat >conftest.$ac_ext <<_ACEOF
11139/* confdefs.h. */ 11389/* confdefs.h. */
11140_ACEOF 11390_ACEOF
11141cat confdefs.h >>conftest.$ac_ext 11391cat confdefs.h >>conftest.$ac_ext
11179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11180 (eval $ac_try) 2>&5 11430 (eval $ac_try) 2>&5
11181 ac_status=$? 11431 ac_status=$?
11182 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11183 (exit $ac_status); }; }; then 11433 (exit $ac_status); }; }; then
11184 rxvt_cv_path_wtmp=`cat conftestval` 11434 path_wtmp=`cat conftestval`
11185else 11435else
11186 echo "$as_me: program exited with status $ac_status" >&5 11436 echo "$as_me: program exited with status $ac_status" >&5
11187echo "$as_me: failed program was:" >&5 11437echo "$as_me: failed program was:" >&5
11188sed 's/^/| /' conftest.$ac_ext >&5 11438sed 's/^/| /' conftest.$ac_ext >&5
11189 11439
11190( exit $ac_status ) 11440( exit $ac_status )
11191rxvt_cv_path_wtmp= 11441path_wtmp=
11192fi 11442fi
11193rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11443rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11194fi 11444fi
11195fi 11445fi
11196echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5 11446echo "$as_me:$LINENO: result: $path_wtmp" >&5
11197echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6 11447echo "${ECHO_T}$path_wtmp" >&6
11198if test x$rxvt_cv_path_wtmp != x; then 11448if test x$path_wtmp != x; then
11199 11449
11200cat >>confdefs.h <<_ACEOF 11450cat >>confdefs.h <<_ACEOF
11201#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 11451#define WTMP_FILE "$path_wtmp"
11202_ACEOF 11452_ACEOF
11203 11453
11204fi 11454fi
11205 11455
11206echo "$as_me:$LINENO: checking where wtmpx is located" >&5 11456echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11207echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6 11457echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11208if test "${rxvt_cv_path_wtmpx+set}" = set; then 11458if test "${path_wtmpx+set}" = set; then
11209 echo $ECHO_N "(cached) $ECHO_C" >&6 11459 echo $ECHO_N "(cached) $ECHO_C" >&6
11210else 11460else
11211 if test "$cross_compiling" = yes; then 11461 if test "$cross_compiling" = yes; then
11212 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5 11462 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
11213echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;} 11463echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
11214else 11464else
11215 cat >conftest.$ac_ext <<_ACEOF 11465 cat >conftest.$ac_ext <<_ACEOF
11216/* confdefs.h. */ 11466/* confdefs.h. */
11217_ACEOF 11467_ACEOF
11218cat confdefs.h >>conftest.$ac_ext 11468cat confdefs.h >>conftest.$ac_ext
11255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11256 (eval $ac_try) 2>&5 11506 (eval $ac_try) 2>&5
11257 ac_status=$? 11507 ac_status=$?
11258 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11259 (exit $ac_status); }; }; then 11509 (exit $ac_status); }; }; then
11260 rxvt_cv_path_wtmpx=`cat conftestval` 11510 path_wtmpx=`cat conftestval`
11261else 11511else
11262 echo "$as_me: program exited with status $ac_status" >&5 11512 echo "$as_me: program exited with status $ac_status" >&5
11263echo "$as_me: failed program was:" >&5 11513echo "$as_me: failed program was:" >&5
11264sed 's/^/| /' conftest.$ac_ext >&5 11514sed 's/^/| /' conftest.$ac_ext >&5
11265 11515
11266( exit $ac_status ) 11516( exit $ac_status )
11267rxvt_cv_path_wtmpx= 11517path_wtmpx=
11268fi 11518fi
11269rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11519rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11270fi 11520fi
11271fi 11521fi
11272echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5 11522echo "$as_me:$LINENO: result: $path_wtmpx" >&5
11273echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6 11523echo "${ECHO_T}$path_wtmpx" >&6
11274if test x$rxvt_cv_path_wtmpx != x; then 11524if test x$path_wtmpx != x; then
11275 11525
11276cat >>confdefs.h <<_ACEOF 11526cat >>confdefs.h <<_ACEOF
11277#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 11527#define WTMPX_FILE "$path_wtmpx"
11278_ACEOF 11528_ACEOF
11279 11529
11280fi 11530fi
11281 11531
11282echo "$as_me:$LINENO: checking where lastlog is located" >&5 11532echo "$as_me:$LINENO: checking where lastlog is located" >&5
11283echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6 11533echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11284if test "${rxvt_cv_path_lastlog+set}" = set; then 11534if test "${path_lastlog+set}" = set; then
11285 echo $ECHO_N "(cached) $ECHO_C" >&6 11535 echo $ECHO_N "(cached) $ECHO_C" >&6
11286else 11536else
11287 if test "$cross_compiling" = yes; then 11537 if test "$cross_compiling" = yes; then
11288 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5 11538 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
11289echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;} 11539echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
11290else 11540else
11291 cat >conftest.$ac_ext <<_ACEOF 11541 cat >conftest.$ac_ext <<_ACEOF
11292/* confdefs.h. */ 11542/* confdefs.h. */
11293_ACEOF 11543_ACEOF
11294cat confdefs.h >>conftest.$ac_ext 11544cat confdefs.h >>conftest.$ac_ext
11336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11337 (eval $ac_try) 2>&5 11587 (eval $ac_try) 2>&5
11338 ac_status=$? 11588 ac_status=$?
11339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); }; }; then 11590 (exit $ac_status); }; }; then
11341 rxvt_cv_path_lastlog=`cat conftestval` 11591 path_lastlog=`cat conftestval`
11342else 11592else
11343 echo "$as_me: program exited with status $ac_status" >&5 11593 echo "$as_me: program exited with status $ac_status" >&5
11344echo "$as_me: failed program was:" >&5 11594echo "$as_me: failed program was:" >&5
11345sed 's/^/| /' conftest.$ac_ext >&5 11595sed 's/^/| /' conftest.$ac_ext >&5
11346 11596
11347( exit $ac_status ) 11597( exit $ac_status )
11348rxvt_cv_path_lastlog= 11598path_lastlog=
11349fi 11599fi
11350rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11600rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11351fi 11601fi
11352fi 11602fi
11353echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5 11603echo "$as_me:$LINENO: result: $path_lastlog" >&5
11354echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6 11604echo "${ECHO_T}$path_lastlog" >&6
11355if test x$rxvt_cv_path_lastlog != x; then 11605if test x$path_lastlog != x; then
11356 11606
11357cat >>confdefs.h <<_ACEOF 11607cat >>confdefs.h <<_ACEOF
11358#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 11608#define LASTLOG_FILE "$path_lastlog"
11359_ACEOF 11609_ACEOF
11360 11610
11361 if test -d "$rxvt_cv_path_lastlog"; then 11611 if test -d "$path_lastlog"; then
11362 11612
11363cat >>confdefs.h <<\_ACEOF 11613cat >>confdefs.h <<\_ACEOF
11364#define LASTLOG_IS_DIR 1 11614#define LASTLOG_IS_DIR 1
11365_ACEOF 11615_ACEOF
11366 11616
11367 fi 11617 fi
11368fi 11618fi
11369 11619
11370echo "$as_me:$LINENO: checking where lastlogx is located" >&5 11620echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11371echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6 11621echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11372if test "${rxvt_cv_path_lastlogx+set}" = set; then 11622if test "${path_lastlogx+set}" = set; then
11373 echo $ECHO_N "(cached) $ECHO_C" >&6 11623 echo $ECHO_N "(cached) $ECHO_C" >&6
11374else 11624else
11375 if test "$cross_compiling" = yes; then 11625 if test "$cross_compiling" = yes; then
11376 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5 11626 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
11377echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;} 11627echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
11378else 11628else
11379 cat >conftest.$ac_ext <<_ACEOF 11629 cat >conftest.$ac_ext <<_ACEOF
11380/* confdefs.h. */ 11630/* confdefs.h. */
11381_ACEOF 11631_ACEOF
11382cat confdefs.h >>conftest.$ac_ext 11632cat confdefs.h >>conftest.$ac_ext
11418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11419 (eval $ac_try) 2>&5 11669 (eval $ac_try) 2>&5
11420 ac_status=$? 11670 ac_status=$?
11421 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11422 (exit $ac_status); }; }; then 11672 (exit $ac_status); }; }; then
11423 rxvt_cv_path_lastlogx=`cat conftestval` 11673 path_lastlogx=`cat conftestval`
11424else 11674else
11425 echo "$as_me: program exited with status $ac_status" >&5 11675 echo "$as_me: program exited with status $ac_status" >&5
11426echo "$as_me: failed program was:" >&5 11676echo "$as_me: failed program was:" >&5
11427sed 's/^/| /' conftest.$ac_ext >&5 11677sed 's/^/| /' conftest.$ac_ext >&5
11428 11678
11429( exit $ac_status ) 11679( exit $ac_status )
11430rxvt_cv_path_lastlogx= 11680path_lastlogx=
11431fi 11681fi
11432rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11682rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11433fi 11683fi
11434fi 11684fi
11435echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5 11685echo "$as_me:$LINENO: result: $path_lastlogx" >&5
11436echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6 11686echo "${ECHO_T}$path_lastlogx" >&6
11437if test x$rxvt_cv_path_lastlogx != x; then 11687if test x$path_lastlogx != x; then
11438 11688
11439cat >>confdefs.h <<_ACEOF 11689cat >>confdefs.h <<_ACEOF
11440#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 11690#define LASTLOGX_FILE "$path_lastlogx"
11441_ACEOF 11691_ACEOF
11442 11692
11443fi 11693fi
11694
11444 11695
11445 11696
11446echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 11697echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11447echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6 11698echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11448if test "${rxvt_cv_path_ttytab+set}" = set; then 11699if test "${rxvt_cv_path_ttytab+set}" = set; then
11715#define HAVE_NL_LANGINFO 1 11966#define HAVE_NL_LANGINFO 1
11716_ACEOF 11967_ACEOF
11717 11968
11718fi 11969fi
11719 11970
11971
11720echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5 11972echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11721echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6 11973echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11722if test "${rxvt_can_pass_fds+set}" = set; then 11974if test "${can_pass_fds+set}" = set; then
11723 echo $ECHO_N "(cached) $ECHO_C" >&6 11975 echo $ECHO_N "(cached) $ECHO_C" >&6
11724else 11976else
11725 cat >conftest.$ac_ext <<_ACEOF 11977 cat >conftest.$ac_ext <<_ACEOF
11726/* confdefs.h. */ 11978/* confdefs.h. */
11727_ACEOF 11979_ACEOF
11728cat confdefs.h >>conftest.$ac_ext 11980cat confdefs.h >>conftest.$ac_ext
11729cat >>conftest.$ac_ext <<_ACEOF 11981cat >>conftest.$ac_ext <<_ACEOF
11730/* end confdefs.h. */ 11982/* end confdefs.h. */
11731 11983
11984#include <cstddef> // broken bsds (is that redundant) need this
11732#include <sys/types.h> 11985#include <sys/types.h>
11733#include <sys/socket.h> 11986#include <sys/socket.h>
11987#include <sys/uio.h>
11734 11988
11735int 11989int
11736main () 11990main ()
11737{ 11991{
11738 11992
11783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11784 (eval $ac_try) 2>&5 12038 (eval $ac_try) 2>&5
11785 ac_status=$? 12039 ac_status=$?
11786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11787 (exit $ac_status); }; }; then 12041 (exit $ac_status); }; }; then
11788 rxvt_can_pass_fds=yes 12042 can_pass_fds=yes
11789else 12043else
11790 echo "$as_me: failed program was:" >&5 12044 echo "$as_me: failed program was:" >&5
11791sed 's/^/| /' conftest.$ac_ext >&5 12045sed 's/^/| /' conftest.$ac_ext >&5
11792 12046
11793rxvt_can_pass_fds=no 12047can_pass_fds=no
11794fi 12048fi
11795rm -f conftest.err conftest.$ac_objext \ 12049rm -f conftest.err conftest.$ac_objext \
11796 conftest$ac_exeext conftest.$ac_ext 12050 conftest$ac_exeext conftest.$ac_ext
11797fi 12051fi
11798echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5 12052echo "$as_me:$LINENO: result: $can_pass_fds" >&5
11799echo "${ECHO_T}$rxvt_can_pass_fds" >&6 12053echo "${ECHO_T}$can_pass_fds" >&6
11800if test x$rxvt_can_pass_fds = xyes; then 12054if test x$can_pass_fds = xyes; then
11801 12055
11802cat >>confdefs.h <<\_ACEOF 12056cat >>confdefs.h <<\_ACEOF
11803#define HAVE_UNIX_FDPASS 1 12057#define HAVE_UNIX_FDPASS 1
11804_ACEOF 12058_ACEOF
11805 12059
11806else 12060else
11807 { { echo "$as_me:$LINENO: error: urxvt requires unix-compliant filehandle passing ability" >&5 12061 { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5
11808echo "$as_me: error: urxvt requires unix-compliant filehandle passing ability" >&2;} 12062echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
11809 { (exit 1); exit 1; }; } 12063 { (exit 1); exit 1; }; }
11810fi 12064fi
12065
11811 12066
11812echo "$as_me:$LINENO: checking for broken XIM callback" >&5 12067echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11813echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 12068echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11814if test "${rxvt_broken_ximcb+set}" = set; then 12069if test "${rxvt_broken_ximcb+set}" = set; then
11815 echo $ECHO_N "(cached) $ECHO_C" >&6 12070 echo $ECHO_N "(cached) $ECHO_C" >&6
11865#define XIMCB_PROTO_BROKEN 1 12120#define XIMCB_PROTO_BROKEN 1
11866_ACEOF 12121_ACEOF
11867 12122
11868fi 12123fi
11869 12124
11870if test x$ac_cv_func_getpt = xno -a x$ac_cv_func_posix_openpt = xno; then 12125
12126
12127
12128
12129
12130
12131for ac_header in \
12132 pty.h \
12133 util.h \
12134 libutil.h \
12135 sys/ioctl.h \
12136 sys/stropts.h \
12137
12138do
12139as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12140if eval "test \"\${$as_ac_Header+set}\" = set"; then
11871 echo "$as_me:$LINENO: checking for openpty" >&5 12141 echo "$as_me:$LINENO: checking for $ac_header" >&5
11872echo $ECHO_N "checking for openpty... $ECHO_C" >&6 12142echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11873if test "${ac_cv_func_openpty+set}" = set; then 12143if eval "test \"\${$as_ac_Header+set}\" = set"; then
11874 echo $ECHO_N "(cached) $ECHO_C" >&6 12144 echo $ECHO_N "(cached) $ECHO_C" >&6
12145fi
12146echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12147echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11875else 12148else
12149 # Is the header compilable?
12150echo "$as_me:$LINENO: checking $ac_header usability" >&5
12151echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11876 cat >conftest.$ac_ext <<_ACEOF 12152cat >conftest.$ac_ext <<_ACEOF
11877/* confdefs.h. */ 12153/* confdefs.h. */
11878_ACEOF 12154_ACEOF
11879cat confdefs.h >>conftest.$ac_ext 12155cat confdefs.h >>conftest.$ac_ext
11880cat >>conftest.$ac_ext <<_ACEOF 12156cat >>conftest.$ac_ext <<_ACEOF
11881/* end confdefs.h. */ 12157/* end confdefs.h. */
12158$ac_includes_default
12159#include <$ac_header>
12160_ACEOF
12161rm -f conftest.$ac_objext
12162if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12163 (eval $ac_compile) 2>conftest.er1
12164 ac_status=$?
12165 grep -v '^ *+' conftest.er1 >conftest.err
12166 rm -f conftest.er1
12167 cat conftest.err >&5
12168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12169 (exit $ac_status); } &&
12170 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12172 (eval $ac_try) 2>&5
12173 ac_status=$?
12174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12175 (exit $ac_status); }; } &&
12176 { ac_try='test -s conftest.$ac_objext'
12177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12178 (eval $ac_try) 2>&5
12179 ac_status=$?
12180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12181 (exit $ac_status); }; }; then
12182 ac_header_compiler=yes
12183else
12184 echo "$as_me: failed program was:" >&5
12185sed 's/^/| /' conftest.$ac_ext >&5
12186
12187ac_header_compiler=no
12188fi
12189rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12190echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12191echo "${ECHO_T}$ac_header_compiler" >&6
12192
12193# Is the header present?
12194echo "$as_me:$LINENO: checking $ac_header presence" >&5
12195echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12196cat >conftest.$ac_ext <<_ACEOF
12197/* confdefs.h. */
12198_ACEOF
12199cat confdefs.h >>conftest.$ac_ext
12200cat >>conftest.$ac_ext <<_ACEOF
12201/* end confdefs.h. */
12202#include <$ac_header>
12203_ACEOF
12204if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12205 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12206 ac_status=$?
12207 grep -v '^ *+' conftest.er1 >conftest.err
12208 rm -f conftest.er1
12209 cat conftest.err >&5
12210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12211 (exit $ac_status); } >/dev/null; then
12212 if test -s conftest.err; then
12213 ac_cpp_err=$ac_cxx_preproc_warn_flag
12214 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12215 else
12216 ac_cpp_err=
12217 fi
12218else
12219 ac_cpp_err=yes
12220fi
12221if test -z "$ac_cpp_err"; then
12222 ac_header_preproc=yes
12223else
12224 echo "$as_me: failed program was:" >&5
12225sed 's/^/| /' conftest.$ac_ext >&5
12226
12227 ac_header_preproc=no
12228fi
12229rm -f conftest.err conftest.$ac_ext
12230echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12231echo "${ECHO_T}$ac_header_preproc" >&6
12232
12233# So? What about this header?
12234case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12235 yes:no: )
12236 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12237echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12238 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12239echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12240 ac_header_preproc=yes
12241 ;;
12242 no:yes:* )
12243 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12244echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12245 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12246echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12247 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12248echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12249 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12250echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12251 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12252echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12253 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12254echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12255 (
12256 cat <<\_ASBOX
12257## ------------------------------------------ ##
12258## Report this to the AC_PACKAGE_NAME lists. ##
12259## ------------------------------------------ ##
12260_ASBOX
12261 ) |
12262 sed "s/^/$as_me: WARNING: /" >&2
12263 ;;
12264esac
12265echo "$as_me:$LINENO: checking for $ac_header" >&5
12266echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12267if eval "test \"\${$as_ac_Header+set}\" = set"; then
12268 echo $ECHO_N "(cached) $ECHO_C" >&6
12269else
12270 eval "$as_ac_Header=\$ac_header_preproc"
12271fi
12272echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12273echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12274
12275fi
12276if test `eval echo '${'$as_ac_Header'}'` = yes; then
12277 cat >>confdefs.h <<_ACEOF
12278#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12279_ACEOF
12280
12281fi
12282
12283done
12284
12285
12286
12287
12288
12289
12290
12291for ac_func in \
12292 revoke \
12293 _getpty \
12294 getpt \
12295 posix_openpt \
12296 isastream \
12297
12298do
12299as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12300echo "$as_me:$LINENO: checking for $ac_func" >&5
12301echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12302if eval "test \"\${$as_ac_var+set}\" = set"; then
12303 echo $ECHO_N "(cached) $ECHO_C" >&6
12304else
12305 cat >conftest.$ac_ext <<_ACEOF
12306/* confdefs.h. */
12307_ACEOF
12308cat confdefs.h >>conftest.$ac_ext
12309cat >>conftest.$ac_ext <<_ACEOF
12310/* end confdefs.h. */
11882/* Define openpty to an innocuous variant, in case <limits.h> declares openpty. 12311/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11883 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12312 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11884#define openpty innocuous_openpty 12313#define $ac_func innocuous_$ac_func
11885 12314
11886/* System header to define __stub macros and hopefully few prototypes, 12315/* System header to define __stub macros and hopefully few prototypes,
11887 which can conflict with char openpty (); below. 12316 which can conflict with char $ac_func (); below.
11888 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12317 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11889 <limits.h> exists even on freestanding compilers. */ 12318 <limits.h> exists even on freestanding compilers. */
11890 12319
11891#ifdef __STDC__ 12320#ifdef __STDC__
11892# include <limits.h> 12321# include <limits.h>
11893#else 12322#else
11894# include <assert.h> 12323# include <assert.h>
11895#endif 12324#endif
11896 12325
11897#undef openpty 12326#undef $ac_func
11898 12327
11899/* Override any gcc2 internal prototype to avoid an error. */ 12328/* Override any gcc2 internal prototype to avoid an error. */
11900#ifdef __cplusplus 12329#ifdef __cplusplus
11901extern "C" 12330extern "C"
11902{ 12331{
11903#endif 12332#endif
11904/* We use char because int might match the return type of a gcc2 12333/* We use char because int might match the return type of a gcc2
11905 builtin and then its argument prototype would still apply. */ 12334 builtin and then its argument prototype would still apply. */
11906char openpty (); 12335char $ac_func ();
11907/* The GNU C library defines this for functions which it implements 12336/* The GNU C library defines this for functions which it implements
11908 to always fail with ENOSYS. Some functions are actually named 12337 to always fail with ENOSYS. Some functions are actually named
11909 something starting with __ and the normal name is an alias. */ 12338 something starting with __ and the normal name is an alias. */
11910#if defined (__stub_openpty) || defined (__stub___openpty) 12339#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11911choke me 12340choke me
11912#else 12341#else
11913char (*f) () = openpty; 12342char (*f) () = $ac_func;
11914#endif 12343#endif
11915#ifdef __cplusplus 12344#ifdef __cplusplus
11916} 12345}
11917#endif 12346#endif
11918 12347
11919int 12348int
11920main () 12349main ()
11921{ 12350{
11922return f != openpty; 12351return f != $ac_func;
11923 ; 12352 ;
11924 return 0; 12353 return 0;
11925} 12354}
11926_ACEOF 12355_ACEOF
11927rm -f conftest.$ac_objext conftest$ac_exeext 12356rm -f conftest.$ac_objext conftest$ac_exeext
11943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11944 (eval $ac_try) 2>&5 12373 (eval $ac_try) 2>&5
11945 ac_status=$? 12374 ac_status=$?
11946 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); }; }; then 12376 (exit $ac_status); }; }; then
11948 ac_cv_func_openpty=yes 12377 eval "$as_ac_var=yes"
11949else 12378else
11950 echo "$as_me: failed program was:" >&5 12379 echo "$as_me: failed program was:" >&5
11951sed 's/^/| /' conftest.$ac_ext >&5 12380sed 's/^/| /' conftest.$ac_ext >&5
11952 12381
11953ac_cv_func_openpty=no 12382eval "$as_ac_var=no"
11954fi 12383fi
11955rm -f conftest.err conftest.$ac_objext \ 12384rm -f conftest.err conftest.$ac_objext \
11956 conftest$ac_exeext conftest.$ac_ext 12385 conftest$ac_exeext conftest.$ac_ext
11957fi 12386fi
12387echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12388echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12389if test `eval echo '${'$as_ac_var'}'` = yes; then
12390 cat >>confdefs.h <<_ACEOF
12391#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12392_ACEOF
12393
12394fi
12395done
12396
12397
12398have_clone=no
12399
12400echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12401echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6
12402if test -e /dev/ptym/clone; then
12403 echo "$as_me:$LINENO: result: yes" >&5
12404echo "${ECHO_T}yes" >&6
12405
12406cat >>confdefs.h <<\_ACEOF
12407#define HAVE_DEV_CLONE 1
12408_ACEOF
12409
12410
12411cat >>confdefs.h <<\_ACEOF
12412#define CLONE_DEVICE "/dev/ptym/clone"
12413_ACEOF
12414
12415 have_clone=yes
12416else
12417 echo "$as_me:$LINENO: result: no" >&5
12418echo "${ECHO_T}no" >&6
12419fi
12420
12421echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12422echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6
12423if test -e /dev/ptc; then
12424 echo "$as_me:$LINENO: result: yes" >&5
12425echo "${ECHO_T}yes" >&6
12426
12427cat >>confdefs.h <<\_ACEOF
12428#define HAVE_DEV_PTC 1
12429_ACEOF
12430
12431
12432cat >>confdefs.h <<\_ACEOF
12433#define CLONE_DEVICE "/dev/ptc"
12434_ACEOF
12435
12436 have_clone=yes
12437else
12438 echo "$as_me:$LINENO: result: no" >&5
12439echo "${ECHO_T}no" >&6
12440fi
12441
12442case $host in
12443 *-*-cygwin*)
12444 have_clone=yes
12445
12446cat >>confdefs.h <<\_ACEOF
12447#define CLONE_DEVICE "/dev/ptmx"
12448_ACEOF
12449
12450 ;;
12451 *)
12452 echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12453echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6
12454 if test -e /dev/ptmx; then
12455 echo "$as_me:$LINENO: result: yes" >&5
12456echo "${ECHO_T}yes" >&6
12457
12458cat >>confdefs.h <<\_ACEOF
12459#define HAVE_DEV_PTMX 1
12460_ACEOF
12461
12462
12463cat >>confdefs.h <<\_ACEOF
12464#define CLONE_DEVICE "/dev/ptmx"
12465_ACEOF
12466
12467 have_clone=yes
12468 else
12469 echo "$as_me:$LINENO: result: no" >&5
12470echo "${ECHO_T}no" >&6
12471 fi
12472 ;;
12473esac
12474
12475if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12476 echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12477echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6
12478 cat >conftest.$ac_ext <<_ACEOF
12479/* confdefs.h. */
12480_ACEOF
12481cat confdefs.h >>conftest.$ac_ext
12482cat >>conftest.$ac_ext <<_ACEOF
12483/* end confdefs.h. */
12484#include <stdlib.h>
12485int
12486main ()
12487{
12488grantpt(0);unlockpt(0);ptsname(0);
12489 ;
12490 return 0;
12491}
12492_ACEOF
12493rm -f conftest.$ac_objext conftest$ac_exeext
12494if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12495 (eval $ac_link) 2>conftest.er1
12496 ac_status=$?
12497 grep -v '^ *+' conftest.er1 >conftest.err
12498 rm -f conftest.er1
12499 cat conftest.err >&5
12500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12501 (exit $ac_status); } &&
12502 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12504 (eval $ac_try) 2>&5
12505 ac_status=$?
12506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12507 (exit $ac_status); }; } &&
12508 { ac_try='test -s conftest$ac_exeext'
12509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12510 (eval $ac_try) 2>&5
12511 ac_status=$?
12512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12513 (exit $ac_status); }; }; then
12514 unix98_pty=yes
12515
12516cat >>confdefs.h <<\_ACEOF
12517#define UNIX98_PTY 1
12518_ACEOF
12519
12520 echo "$as_me:$LINENO: result: yes" >&5
12521echo "${ECHO_T}yes" >&6
12522else
12523 echo "$as_me: failed program was:" >&5
12524sed 's/^/| /' conftest.$ac_ext >&5
12525
11958echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5 12526echo "$as_me:$LINENO: result: no" >&5
11959echo "${ECHO_T}$ac_cv_func_openpty" >&6 12527echo "${ECHO_T}no" >&6
11960if test $ac_cv_func_openpty = yes; then 12528fi
11961 : 12529rm -f conftest.err conftest.$ac_objext \
12530 conftest$ac_exeext conftest.$ac_ext
12531fi
12532
12533if test -z "$unix98_pty"; then
12534
12535for ac_func in openpty
12536do
12537as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12538echo "$as_me:$LINENO: checking for $ac_func" >&5
12539echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12540if eval "test \"\${$as_ac_var+set}\" = set"; then
12541 echo $ECHO_N "(cached) $ECHO_C" >&6
12542else
12543 cat >conftest.$ac_ext <<_ACEOF
12544/* confdefs.h. */
12545_ACEOF
12546cat confdefs.h >>conftest.$ac_ext
12547cat >>conftest.$ac_ext <<_ACEOF
12548/* end confdefs.h. */
12549/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12550 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12551#define $ac_func innocuous_$ac_func
12552
12553/* System header to define __stub macros and hopefully few prototypes,
12554 which can conflict with char $ac_func (); below.
12555 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12556 <limits.h> exists even on freestanding compilers. */
12557
12558#ifdef __STDC__
12559# include <limits.h>
12560#else
12561# include <assert.h>
12562#endif
12563
12564#undef $ac_func
12565
12566/* Override any gcc2 internal prototype to avoid an error. */
12567#ifdef __cplusplus
12568extern "C"
12569{
12570#endif
12571/* We use char because int might match the return type of a gcc2
12572 builtin and then its argument prototype would still apply. */
12573char $ac_func ();
12574/* The GNU C library defines this for functions which it implements
12575 to always fail with ENOSYS. Some functions are actually named
12576 something starting with __ and the normal name is an alias. */
12577#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12578choke me
12579#else
12580char (*f) () = $ac_func;
12581#endif
12582#ifdef __cplusplus
12583}
12584#endif
12585
12586int
12587main ()
12588{
12589return f != $ac_func;
12590 ;
12591 return 0;
12592}
12593_ACEOF
12594rm -f conftest.$ac_objext conftest$ac_exeext
12595if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12596 (eval $ac_link) 2>conftest.er1
12597 ac_status=$?
12598 grep -v '^ *+' conftest.er1 >conftest.err
12599 rm -f conftest.er1
12600 cat conftest.err >&5
12601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12602 (exit $ac_status); } &&
12603 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12605 (eval $ac_try) 2>&5
12606 ac_status=$?
12607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12608 (exit $ac_status); }; } &&
12609 { ac_try='test -s conftest$ac_exeext'
12610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12611 (eval $ac_try) 2>&5
12612 ac_status=$?
12613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12614 (exit $ac_status); }; }; then
12615 eval "$as_ac_var=yes"
12616else
12617 echo "$as_me: failed program was:" >&5
12618sed 's/^/| /' conftest.$ac_ext >&5
12619
12620eval "$as_ac_var=no"
12621fi
12622rm -f conftest.err conftest.$ac_objext \
12623 conftest$ac_exeext conftest.$ac_ext
12624fi
12625echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12626echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12627if test `eval echo '${'$as_ac_var'}'` = yes; then
12628 cat >>confdefs.h <<_ACEOF
12629#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12630_ACEOF
12631
11962else 12632else
11963 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 12633 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
11964echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 12634echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
11965if test "${ac_cv_lib_util_openpty+set}" = set; then 12635if test "${ac_cv_lib_util_openpty+set}" = set; then
11966 echo $ECHO_N "(cached) $ECHO_C" >&6 12636 echo $ECHO_N "(cached) $ECHO_C" >&6
12022LIBS=$ac_check_lib_save_LIBS 12692LIBS=$ac_check_lib_save_LIBS
12023fi 12693fi
12024echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5 12694echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12025echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 12695echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12026if test $ac_cv_lib_util_openpty = yes; then 12696if test $ac_cv_lib_util_openpty = yes; then
12697 cat >>confdefs.h <<\_ACEOF
12698#define HAVE_OPENPTY 1
12699_ACEOF
12027 LIBS="$LIBS -lutil" 12700 LIBS="$LIBS -lutil"
12028fi 12701fi
12029 12702
12030fi 12703fi
12704done
12031 12705
12032fi 12706fi
12033 12707
12708
12709
12034echo "$as_me:$LINENO: checking for pty/tty type" >&5 12710echo "$as_me:$LINENO: checking for tty group" >&5
12035echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6 12711echo $ECHO_N "checking for tty group... $ECHO_C" >&6
12036if test "${rxvt_cv_ptys+set}" = set; then 12712if test "${tty_group+set}" = set; then
12037 echo $ECHO_N "(cached) $ECHO_C" >&6 12713 echo $ECHO_N "(cached) $ECHO_C" >&6
12038else 12714else
12039 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then 12715 if test "$cross_compiling" = yes; then
12040 rxvt_cv_ptys=OPENPTY 12716 tty_group=no
12041 else if test x$ac_cv_func_getpt = xyes; then 12717else
12042 rxvt_cv_ptys=GLIBC 12718 cat >conftest.$ac_ext <<_ACEOF
12043 else if test x$ac_cv_func_posix_openpt = xyes; then 12719/* confdefs.h. */
12044 rxvt_cv_ptys=POSIX 12720_ACEOF
12045 else if test x$ac_cv_func__getpty = xyes; then 12721cat confdefs.h >>conftest.$ac_ext
12046 rxvt_cv_ptys=SGI4 12722cat >>conftest.$ac_ext <<_ACEOF
12047 else if test -c /dev/ttyp20; then 12723/* end confdefs.h. */
12048 rxvt_cv_ptys=SCO 12724
12049 else if test -c /dev/ptym/clone; then 12725#include <sys/types.h>
12050 rxvt_cv_ptys=HPUX 12726#include <sys/stat.h>
12051 else if test -c /dev/ptc -a -c /dev/pts; then 12727#include <unistd.h>
12052 rxvt_cv_ptys=PTC 12728#include <grp.h>
12053 else if test -c /dev/ptc -a -d /dev/pts; then 12729
12054 rxvt_cv_ptys=PTC 12730main()
12055 else if test -c /dev/ptmx -a -c /dev/pts/0; then 12731{
12056 rxvt_cv_ptys=STREAMS 12732 struct stat st;
12057 else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then 12733 struct group *gr;
12058 rxvt_cv_ptys=STREAMS 12734 char *tty;
12735 gr = getgrnam("tty");
12736 tty = ttyname(0);
12737 if (gr != 0
12738 && tty != 0
12739 && (stat(tty, &st)) == 0
12740 && st.st_gid == gr->gr_gid)
12741 return 0;
12059 else 12742 else
12060 rxvt_cv_ptys=BSD 12743 return 1;
12061fi 12744}
12062fi 12745_ACEOF
12063fi 12746rm -f conftest$ac_exeext
12064fi 12747if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12065fi 12748 (eval $ac_link) 2>&5
12066fi 12749 ac_status=$?
12067fi 12750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12068fi 12751 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12069fi 12752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12070fi 12753 (eval $ac_try) 2>&5
12754 ac_status=$?
12755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12756 (exit $ac_status); }; }; then
12757 tty_group=yes
12758else
12759 echo "$as_me: program exited with status $ac_status" >&5
12760echo "$as_me: failed program was:" >&5
12761sed 's/^/| /' conftest.$ac_ext >&5
12071 12762
12763( exit $ac_status )
12764tty_group=no
12072fi 12765fi
12766rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12767fi
12768fi
12073echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5 12769echo "$as_me:$LINENO: result: $tty_group" >&5
12074echo "${ECHO_T}$rxvt_cv_ptys" >&6 12770echo "${ECHO_T}$tty_group" >&6
12075 12771if test x$tty_group = xyes; then
12076if test x$rxvt_cv_ptys = xGLIBC; then
12077 12772
12078cat >>confdefs.h <<\_ACEOF 12773cat >>confdefs.h <<\_ACEOF
12079#define PTYS_ARE_GETPT 1 12774#define TTY_GID_SUPPORT 1
12080_ACEOF
12081
12082fi
12083if test x$rxvt_cv_ptys = xPOSIX; then
12084
12085cat >>confdefs.h <<\_ACEOF
12086#define PTYS_ARE_POSIX 1
12087_ACEOF
12088
12089fi
12090if test x$rxvt_cv_ptys = xOPENPTY; then
12091
12092cat >>confdefs.h <<\_ACEOF
12093#define PTYS_ARE_OPENPTY 1
12094_ACEOF
12095
12096fi
12097if test x$rxvt_cv_ptys = xSCO; then
12098
12099cat >>confdefs.h <<\_ACEOF
12100#define PTYS_ARE_NUMERIC 1
12101_ACEOF
12102
12103fi
12104if test x$rxvt_cv_ptys = xSTREAMS; then
12105
12106cat >>confdefs.h <<\_ACEOF
12107#define PTYS_ARE_PTMX 1
12108_ACEOF
12109
12110fi
12111if test x$rxvt_cv_ptys = xPTC; then
12112
12113cat >>confdefs.h <<\_ACEOF
12114#define PTYS_ARE_PTC 1
12115_ACEOF
12116
12117fi
12118if test x$rxvt_cv_ptys = xSGI4; then
12119
12120cat >>confdefs.h <<\_ACEOF
12121#define PTYS_ARE__GETPTY 1
12122_ACEOF
12123
12124fi
12125if test x$rxvt_cv_ptys = xHPUX; then
12126
12127cat >>confdefs.h <<\_ACEOF
12128#define PTYS_ARE_CLONE 1
12129_ACEOF
12130
12131fi
12132if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
12133
12134cat >>confdefs.h <<\_ACEOF
12135#define PTYS_ARE_SEARCHED 1
12136_ACEOF
12137
12138fi
12139
12140
12141{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
12142echo "$as_me: checking for pty ranges..." >&6;}
12143ptys=`echo /dev/pty??`
12144pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12145pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12146if test x$pch1 != x; then
12147
12148cat >>confdefs.h <<_ACEOF
12149#define PTYCHAR1 "$pch1"
12150_ACEOF
12151
12152fi
12153if test x$pch2 != x; then
12154
12155cat >>confdefs.h <<_ACEOF
12156#define PTYCHAR2 "$pch2"
12157_ACEOF 12775_ACEOF
12158 12776
12159fi 12777fi
12160 12778
12161if test x$support_xft = xyes; then 12779if test x$support_xft = xyes; then
12162 LIBS="$LIBS `pkg-config xft --libs`" 12780 # Extract the first word of "pkg-config", so it can be a program name with args.
12781set dummy pkg-config; ac_word=$2
12782echo "$as_me:$LINENO: checking for $ac_word" >&5
12783echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12784if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12785 echo $ECHO_N "(cached) $ECHO_C" >&6
12786else
12787 case $PKG_CONFIG in
12788 [\\/]* | ?:[\\/]*)
12789 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12790 ;;
12791 *)
12792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12793for as_dir in $PATH
12794do
12795 IFS=$as_save_IFS
12796 test -z "$as_dir" && as_dir=.
12797 for ac_exec_ext in '' $ac_executable_extensions; do
12798 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12799 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12800 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12801 break 2
12802 fi
12803done
12804done
12805
12806 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12807 ;;
12808esac
12809fi
12810PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12811
12812if test -n "$PKG_CONFIG"; then
12813 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12814echo "${ECHO_T}$PKG_CONFIG" >&6
12815else
12816 echo "$as_me:$LINENO: result: no" >&5
12817echo "${ECHO_T}no" >&6
12818fi
12819
12820 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12821 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
12163 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 12822 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12823 else
12824 # Extract the first word of "xft-config", so it can be a program name with args.
12825set dummy xft-config; ac_word=$2
12826echo "$as_me:$LINENO: checking for $ac_word" >&5
12827echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12828if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12829 echo $ECHO_N "(cached) $ECHO_C" >&6
12830else
12831 case $XFT_CONFIG in
12832 [\\/]* | ?:[\\/]*)
12833 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
12834 ;;
12835 *)
12836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12837for as_dir in $PATH
12838do
12839 IFS=$as_save_IFS
12840 test -z "$as_dir" && as_dir=.
12841 for ac_exec_ext in '' $ac_executable_extensions; do
12842 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12843 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12845 break 2
12846 fi
12847done
12848done
12849
12850 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
12851 ;;
12852esac
12853fi
12854XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12855
12856if test -n "$XFT_CONFIG"; then
12857 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
12858echo "${ECHO_T}$XFT_CONFIG" >&6
12859else
12860 echo "$as_me:$LINENO: result: no" >&5
12861echo "${ECHO_T}no" >&6
12862fi
12863
12864 if test $XFT_CONFIG != no; then
12865 LIBS="$LIBS `$XFT_CONFIG --libs`"
12866 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
12867 fi
12868 fi
12164 12869
12165 12870
12166for ac_header in X11/Xft/Xft.h 12871for ac_header in X11/Xft/Xft.h
12167do 12872do
12168as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12873as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13546s,@ac_ct_CXX@,$ac_ct_CXX,;t t 14251s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13547s,@CPP@,$CPP,;t t 14252s,@CPP@,$CPP,;t t
13548s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 14253s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13549s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 14254s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13550s,@INSTALL_DATA@,$INSTALL_DATA,;t t 14255s,@INSTALL_DATA@,$INSTALL_DATA,;t t
14256s,@EGREP@,$EGREP,;t t
13551s,@LINKER@,$LINKER,;t t 14257s,@LINKER@,$LINKER,;t t
13552s,@CXXCPP@,$CXXCPP,;t t
13553s,@EGREP@,$EGREP,;t t
13554s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 14258s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13555s,@RXVTNAME@,$RXVTNAME,;t t 14259s,@RXVTNAME@,$RXVTNAME,;t t
13556s,@MV@,$MV,;t t 14260s,@MV@,$MV,;t t
13557s,@RM@,$RM,;t t 14261s,@RM@,$RM,;t t
13558s,@CP@,$CP,;t t 14262s,@CP@,$CP,;t t
13559s,@LN@,$LN,;t t 14263s,@LN@,$LN,;t t
13560s,@SED@,$SED,;t t 14264s,@SED@,$SED,;t t
13561s,@ECHO@,$ECHO,;t t 14265s,@ECHO@,$ECHO,;t t
13562s,@CMP@,$CMP,;t t 14266s,@CMP@,$CMP,;t t
13563s,@TIC@,$TIC,;t t 14267s,@TIC@,$TIC,;t t
14268s,@CXXCPP@,$CXXCPP,;t t
13564s,@X_CFLAGS@,$X_CFLAGS,;t t 14269s,@X_CFLAGS@,$X_CFLAGS,;t t
13565s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 14270s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13566s,@X_LIBS@,$X_LIBS,;t t 14271s,@X_LIBS@,$X_LIBS,;t t
13567s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 14272s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13568s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t 14273s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13572s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 14277s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
13573s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 14278s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
13574s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 14279s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
13575s,@rxvt_intp_define@,$rxvt_intp_define,;t t 14280s,@rxvt_intp_define@,$rxvt_intp_define,;t t
13576s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 14281s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
14282s,@PKG_CONFIG@,$PKG_CONFIG,;t t
14283s,@XFT_CONFIG@,$XFT_CONFIG,;t t
13577s,@PERL@,$PERL,;t t 14284s,@PERL@,$PERL,;t t
13578s,@PERLLIB@,$PERLLIB,;t t 14285s,@PERLLIB@,$PERLLIB,;t t
13579s,@PERLFLAGS@,$PERLFLAGS,;t t 14286s,@PERLFLAGS@,$PERLFLAGS,;t t
13580s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t 14287s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13581s,@IF_PERL@,$IF_PERL,;t t 14288s,@IF_PERL@,$IF_PERL,;t t
14112 14819
14113if test x$support_xpm = xyes; then 14820if test x$support_xpm = xyes; then
14114 echo " Xpm library: $XPM_LIBS" 14821 echo " Xpm library: $XPM_LIBS"
14115fi 14822fi
14116 14823
14117echo "
14118The following are set in config.h
14119"
14120echo " pty/tty type: "$rxvt_cv_ptys
14121if test x$support_utmp != xyes; then 14824if test x$support_utmp != xyes; then
14122 echo " utmp support: disabled" 14825 echo " utmp support: disabled"
14123 echo 14826 echo
14124else 14827else
14125 echo " utmp support: enabled 14828 echo " utmp support: enabled
14126 utmp file: $rxvt_cv_path_utmp 14829 utmp file: $path_utmp
14127 utmpx file: $rxvt_cv_path_utmpx 14830 utmpx file: $path_utmpx
14128 wtmp file: $rxvt_cv_path_wtmp 14831 wtmp file: $path_wtmp
14129 wtmpx file: $rxvt_cv_path_wtmpx 14832 wtmpx file: $path_wtmpx
14130 lastlog file: $rxvt_cv_path_lastlog 14833 lastlog file: $path_lastlog
14131 ttys/ttytab file: $rxvt_cv_path_ttytab 14834 lastlogx file: $path_lastlogx"
14132 embedded perl: $support_perl"
14133 echo
14134fi 14835fi
14135if test x$term != x; then 14836if test x$term != x; then
14136 echo " set TERM to: $term" 14837 echo " set TERM to: $term"
14137fi 14838fi
14138if test x$terminfo != x; then 14839if test x$terminfo != x; then
14142echo " resource class: $RESCLASS" 14843echo " resource class: $RESCLASS"
14143if test x$RESFALLBACK != x; then 14844if test x$RESFALLBACK != x; then
14144 echo " resource class fallback: $RESFALLBACK" 14845 echo " resource class fallback: $RESFALLBACK"
14145fi 14846fi
14146echo 14847echo
14147if test x$rxvt_cv_ptys = xUNKNOWN; then 14848echo " embedded perl: $support_perl"
14148 echo ".----------------------------------------------------------------." 14849echo
14149 echo ". WARNING: could not determine pty/tty type. Do not build until ."
14150 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14151 echo ".----------------------------------------------------------------."
14152fi
14153if test x$support_xpm = xneedsmanualspecification; then 14850if test x$support_xpm = xneedsmanualspecification; then
14154 echo ".----------------------------------------------------------------." 14851 echo ".----------------------------------------------------------------."
14155 echo ". WARNING: --enable-xpm-background was specified however the ." 14852 echo ". WARNING: --enable-xpm-background was specified however the ."
14156 echo ". XPM includes files and libraries could not be found. ." 14853 echo ". XPM includes files and libraries could not be found. ."
14157 echo ". XPM backgrounds are now being DISABLED! If you want ." 14854 echo ". XPM backgrounds are now being DISABLED! If you want ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines