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

Comparing rxvt-unicode/configure (file contents):
Revision 1.11 by pcg, Wed Feb 25 12:03:46 2004 UTC vs.
Revision 1.33 by root, Fri Aug 13 03:36:56 2004 UTC

465#endif 465#endif
466#if HAVE_UNISTD_H 466#if HAVE_UNISTD_H
467# include <unistd.h> 467# include <unistd.h>
468#endif" 468#endif"
469 469
470ac_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 VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT MV RM CP LN SED CMP TBL 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 DEBUG DINCLUDE DLIB RXVTNAME 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' 470ac_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 VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL 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 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'
471ac_subst_files='MCOMMON' 471ac_subst_files='MCOMMON'
472 472
473# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help= 474ac_init_help=
475ac_init_version=false 475ac_init_version=false
934ac_cv_env_CXXFLAGS_value=$CXXFLAGS 934ac_cv_env_CXXFLAGS_value=$CXXFLAGS
935ac_env_CPP_set=${CPP+set} 935ac_env_CPP_set=${CPP+set}
936ac_env_CPP_value=$CPP 936ac_env_CPP_value=$CPP
937ac_cv_env_CPP_set=${CPP+set} 937ac_cv_env_CPP_set=${CPP+set}
938ac_cv_env_CPP_value=$CPP 938ac_cv_env_CPP_value=$CPP
939ac_env_CXXCPP_set=${CXXCPP+set}
940ac_env_CXXCPP_value=$CXXCPP
941ac_cv_env_CXXCPP_set=${CXXCPP+set}
942ac_cv_env_CXXCPP_value=$CXXCPP
939 943
940# 944#
941# Report the --help message. 945# Report the --help message.
942# 946#
943if test "$ac_init_help" = "long"; then 947if test "$ac_init_help" = "long"; then
1021 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1022 --enable-shared=PKGS build shared libraries default=no 1026 --enable-shared=PKGS build shared libraries default=no
1023 --enable-static=PKGS build static libraries default=yes 1027 --enable-static=PKGS build static libraries default=yes
1024 --enable-fast-install=PKGS optimize for fast installation default=yes 1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1025 --disable-libtool-lock avoid locking (might break parallel builds) 1029 --disable-libtool-lock avoid locking (might break parallel builds)
1026 --enable-everything enable standard non-multichoice features: marked * 1030 --enable-everything enable standard non-multichoice features
1027 NOTE: this option is order dependent 1031 NOTE: this option is order dependent
1028 NOTE: automatically enabled with --enable-shared 1032 NOTE: automatically enabled with --enable-shared
1029 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1030 --enable-xft enable xft support on systems that have it 1035 --enable-xft enable xft support on systems that have it
1031 --enable-utmp enable utmp (utmpx) support 1036 --enable-utmp enable utmp (utmpx) support
1032 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1033 --enable-lastlog enable lastlog support (requires --enable-utmp) 1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1034 --enable-xpm-background enable XPM background pixmaps 1039 --enable-xpm-background enable XPM background pixmaps
1035 --enable-transparency enable transparent backgrounds 1040 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg
1042 --enable-fading enable colors fading when off focus
1036 --enable-menubar enable menubar 1043 --enable-menubar enable menubar
1037 --enable-rxvt-scroll enable rxvt style scrollbar 1044 --enable-rxvt-scroll enable rxvt style scrollbar
1038 --enable-next-scroll enable NeXT style scrollbar 1045 --enable-next-scroll enable NeXT style scrollbar
1039 --enable-xterm-scroll enable Xterm style scrollbar 1046 --enable-xterm-scroll enable Xterm style scrollbar
1040 --enable-plain-scroll enable plain style scrollbar 1047 --enable-plain-scroll enable plain style scrollbar
1043 --enable-ttygid enable tty setting to group named "tty" 1050 --enable-ttygid enable tty setting to group named "tty"
1044 --disable-backspace-key disable handling of the backspace key 1051 --disable-backspace-key disable handling of the backspace key
1045 --disable-delete-key disable handling of the delete key 1052 --disable-delete-key disable handling of the delete key
1046 --disable-resources disable all resource checking 1053 --disable-resources disable all resource checking
1047 --enable-xgetdefault enable resources via X instead of our small version 1054 --enable-xgetdefault enable resources via X instead of our small version
1055 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1056 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1048 --enable-strings enable some replacement system functions 1057 --enable-strings enable some replacement system functions
1049 --disable-swapscreen disable swap screen support 1058 --disable-swapscreen disable swap screen support
1050 --enable-frills enable support for rarely used features 1059 --enable-frills enable support for rarely used features
1051 --enable-linespace enable support for linespace 1060 --enable-linespace enable support for linespace
1052 --enable-24bit enable support for using 24bit visuals if available 1061 --enable-24bit enable support for using 24bit visuals if available
1053 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1062 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1054 --enable-selectionscrolling enable scrolling during selections 1063 --enable-selectionscrolling enable scrolling during selections
1055 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1064 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1056 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1065 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1057 --enable-old-selection enable v2.20 (& prior) mouse selection style support
1058 --disable-new-selection disable new mouse (xterm) selection style support
1059 --enable-dmalloc enable Gray Watson's malloc - for debugging use 1066 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1060 --enable-dlmalloc enable Doug Lea's malloc - for production use 1067 --enable-dlmalloc enable Doug Lea's malloc - for production use
1061 NOTE: enable only one malloc package 1068 NOTE: enable only one malloc package
1062 --enable-smart-resize enable smart growth/shrink behaviour 1069 --enable-smart-resize enable smart growth/shrink behaviour
1063 --enable-256-color enable 256-color support 1070 --enable-256-color enable 256-color support
1068Optional Packages: 1075Optional Packages:
1069 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1076 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1070 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1077 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1071 --with-gnu-ld assume the C compiler uses GNU ld default=no 1078 --with-gnu-ld assume the C compiler uses GNU ld default=no
1072 --with-pic try to use only PIC/non-PIC objects default=use both 1079 --with-pic try to use only PIC/non-PIC objects default=use both
1073 --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all) 1080 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1074 --with-encoding=NAME set language default encoding to NAME (default: sjis) 1081 --with-res-name=NAME use this as default resource name (default: urxvt)
1075 (eucj|sjis|big5|gb|kr|noenc) 1082 --with-res-class=CLASS use this as the resource class (default: URxvt)
1083 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1076 --with-term=NAME set the terminal to NAME (default \"rxvt\") 1084 --with-term=NAME set the terminal to NAME (default: rxvt)
1077 --with-terminfo=PATH set the path to the terminfo tree to PATH 1085 --with-terminfo=PATH set the path to the terminfo tree to PATH
1078 --with-x use the X Window System 1086 --with-x use the X Window System
1079 --with-xpm-includes=DIR use XPM includes in DIR 1087 --with-xpm-includes=DIR use XPM includes in DIR
1080 --with-xpm-library=DIR use XPM library in DIR 1088 --with-xpm-library=DIR use XPM library in DIR
1081 --with-xpm use XPM 1089 --with-xpm use XPM
1088 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1096 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1089 headers in a nonstandard directory <include dir> 1097 headers in a nonstandard directory <include dir>
1090 CXX C++ compiler command 1098 CXX C++ compiler command
1091 CXXFLAGS C++ compiler flags 1099 CXXFLAGS C++ compiler flags
1092 CPP C preprocessor 1100 CPP C preprocessor
1101 CXXCPP C++ preprocessor
1093 1102
1094Use these variables to override the choices made by `configure' or to help 1103Use these variables to override the choices made by `configure' or to help
1095it to find libraries and programs with nonstandard names/locations. 1104it to find libraries and programs with nonstandard names/locations.
1096 1105
1097_ACEOF 1106_ACEOF
1527 1536
1528 1537
1529 1538
1530 1539
1531 1540
1541
1532ac_aux_dir= 1542ac_aux_dir=
1533for ac_dir in autoconf $srcdir/autoconf; do 1543for ac_dir in autoconf $srcdir/autoconf; do
1534 if test -f $ac_dir/install-sh; then 1544 if test -f $ac_dir/install-sh; then
1535 ac_aux_dir=$ac_dir 1545 ac_aux_dir=$ac_dir
1536 ac_install_sh="$ac_aux_dir/install-sh -c" 1546 ac_install_sh="$ac_aux_dir/install-sh -c"
3193 3203
3194 test -n "$AWK" && break 3204 test -n "$AWK" && break
3195done 3205done
3196 3206
3197 3207
3208ac_ext=c
3209ac_cpp='$CPP $CPPFLAGS'
3210ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212ac_compiler_gnu=$ac_cv_c_compiler_gnu
3213
3214
3215LINKER="$CXX"
3216if test x$GCC = xyes && test x$GXX = xyes; then
3217
3218echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3219echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3220if test "${ac_cv_lib_supcpp_main+set}" = set; then
3221 echo $ECHO_N "(cached) $ECHO_C" >&6
3222else
3223 ac_check_lib_save_LIBS=$LIBS
3224LIBS="-lsupc++ $LIBS"
3225cat >conftest.$ac_ext <<_ACEOF
3226/* confdefs.h. */
3227_ACEOF
3228cat confdefs.h >>conftest.$ac_ext
3229cat >>conftest.$ac_ext <<_ACEOF
3230/* end confdefs.h. */
3231
3232
3233int
3234main ()
3235{
3236main ();
3237 ;
3238 return 0;
3239}
3240_ACEOF
3241rm -f conftest.$ac_objext conftest$ac_exeext
3242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3243 (eval $ac_link) 2>conftest.er1
3244 ac_status=$?
3245 grep -v '^ *+' conftest.er1 >conftest.err
3246 rm -f conftest.er1
3247 cat conftest.err >&5
3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249 (exit $ac_status); } &&
3250 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3252 (eval $ac_try) 2>&5
3253 ac_status=$?
3254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3255 (exit $ac_status); }; } &&
3256 { ac_try='test -s conftest$ac_exeext'
3257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3258 (eval $ac_try) 2>&5
3259 ac_status=$?
3260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261 (exit $ac_status); }; }; then
3262 ac_cv_lib_supcpp_main=yes
3263else
3264 echo "$as_me: failed program was:" >&5
3265sed 's/^/| /' conftest.$ac_ext >&5
3266
3267ac_cv_lib_supcpp_main=no
3268fi
3269rm -f conftest.err conftest.$ac_objext \
3270 conftest$ac_exeext conftest.$ac_ext
3271LIBS=$ac_check_lib_save_LIBS
3272fi
3273echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3274echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3275if test $ac_cv_lib_supcpp_main = yes; then
3276
3277 LINKER="$CC"
3278 LIBS="$LIBS -lsupc++"
3279
3280fi
3281
3282fi
3283LINKER=$LINKER
3284
3285
3286CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3287
3288
3289ac_ext=cc
3290ac_cpp='$CXXCPP $CPPFLAGS'
3291ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3292ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3293ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3294
3295
3296
3297ac_ext=cc
3298ac_cpp='$CXXCPP $CPPFLAGS'
3299ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3300ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3301ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3302echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3303echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3304if test -z "$CXXCPP"; then
3305 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3306 echo $ECHO_N "(cached) $ECHO_C" >&6
3307else
3308 # Double quotes because CXXCPP needs to be expanded
3309 for CXXCPP in "$CXX -E" "/lib/cpp"
3310 do
3311 ac_preproc_ok=false
3312for ac_cxx_preproc_warn_flag in '' yes
3313do
3314 # Use a header file that comes with gcc, so configuring glibc
3315 # with a fresh cross-compiler works.
3316 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3317 # <limits.h> exists even on freestanding compilers.
3318 # On the NeXT, cc -E runs the code through the compiler's parser,
3319 # not just through cpp. "Syntax error" is here to catch this case.
3320 cat >conftest.$ac_ext <<_ACEOF
3321/* confdefs.h. */
3322_ACEOF
3323cat confdefs.h >>conftest.$ac_ext
3324cat >>conftest.$ac_ext <<_ACEOF
3325/* end confdefs.h. */
3326#ifdef __STDC__
3327# include <limits.h>
3328#else
3329# include <assert.h>
3330#endif
3331 Syntax error
3332_ACEOF
3333if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3334 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3335 ac_status=$?
3336 grep -v '^ *+' conftest.er1 >conftest.err
3337 rm -f conftest.er1
3338 cat conftest.err >&5
3339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3340 (exit $ac_status); } >/dev/null; then
3341 if test -s conftest.err; then
3342 ac_cpp_err=$ac_cxx_preproc_warn_flag
3343 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3344 else
3345 ac_cpp_err=
3346 fi
3347else
3348 ac_cpp_err=yes
3349fi
3350if test -z "$ac_cpp_err"; then
3351 :
3352else
3353 echo "$as_me: failed program was:" >&5
3354sed 's/^/| /' conftest.$ac_ext >&5
3355
3356 # Broken: fails on valid input.
3357continue
3358fi
3359rm -f conftest.err conftest.$ac_ext
3360
3361 # OK, works on sane cases. Now check whether non-existent headers
3362 # can be detected and how.
3363 cat >conftest.$ac_ext <<_ACEOF
3364/* confdefs.h. */
3365_ACEOF
3366cat confdefs.h >>conftest.$ac_ext
3367cat >>conftest.$ac_ext <<_ACEOF
3368/* end confdefs.h. */
3369#include <ac_nonexistent.h>
3370_ACEOF
3371if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3372 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3373 ac_status=$?
3374 grep -v '^ *+' conftest.er1 >conftest.err
3375 rm -f conftest.er1
3376 cat conftest.err >&5
3377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3378 (exit $ac_status); } >/dev/null; then
3379 if test -s conftest.err; then
3380 ac_cpp_err=$ac_cxx_preproc_warn_flag
3381 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3382 else
3383 ac_cpp_err=
3384 fi
3385else
3386 ac_cpp_err=yes
3387fi
3388if test -z "$ac_cpp_err"; then
3389 # Broken: success on invalid input.
3390continue
3391else
3392 echo "$as_me: failed program was:" >&5
3393sed 's/^/| /' conftest.$ac_ext >&5
3394
3395 # Passes both tests.
3396ac_preproc_ok=:
3397break
3398fi
3399rm -f conftest.err conftest.$ac_ext
3400
3401done
3402# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3403rm -f conftest.err conftest.$ac_ext
3404if $ac_preproc_ok; then
3405 break
3406fi
3407
3408 done
3409 ac_cv_prog_CXXCPP=$CXXCPP
3410
3411fi
3412 CXXCPP=$ac_cv_prog_CXXCPP
3413else
3414 ac_cv_prog_CXXCPP=$CXXCPP
3415fi
3416echo "$as_me:$LINENO: result: $CXXCPP" >&5
3417echo "${ECHO_T}$CXXCPP" >&6
3418ac_preproc_ok=false
3419for ac_cxx_preproc_warn_flag in '' yes
3420do
3421 # Use a header file that comes with gcc, so configuring glibc
3422 # with a fresh cross-compiler works.
3423 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3424 # <limits.h> exists even on freestanding compilers.
3425 # On the NeXT, cc -E runs the code through the compiler's parser,
3426 # not just through cpp. "Syntax error" is here to catch this case.
3427 cat >conftest.$ac_ext <<_ACEOF
3428/* confdefs.h. */
3429_ACEOF
3430cat confdefs.h >>conftest.$ac_ext
3431cat >>conftest.$ac_ext <<_ACEOF
3432/* end confdefs.h. */
3433#ifdef __STDC__
3434# include <limits.h>
3435#else
3436# include <assert.h>
3437#endif
3438 Syntax error
3439_ACEOF
3440if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3441 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3442 ac_status=$?
3443 grep -v '^ *+' conftest.er1 >conftest.err
3444 rm -f conftest.er1
3445 cat conftest.err >&5
3446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3447 (exit $ac_status); } >/dev/null; then
3448 if test -s conftest.err; then
3449 ac_cpp_err=$ac_cxx_preproc_warn_flag
3450 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3451 else
3452 ac_cpp_err=
3453 fi
3454else
3455 ac_cpp_err=yes
3456fi
3457if test -z "$ac_cpp_err"; then
3458 :
3459else
3460 echo "$as_me: failed program was:" >&5
3461sed 's/^/| /' conftest.$ac_ext >&5
3462
3463 # Broken: fails on valid input.
3464continue
3465fi
3466rm -f conftest.err conftest.$ac_ext
3467
3468 # OK, works on sane cases. Now check whether non-existent headers
3469 # can be detected and how.
3470 cat >conftest.$ac_ext <<_ACEOF
3471/* confdefs.h. */
3472_ACEOF
3473cat confdefs.h >>conftest.$ac_ext
3474cat >>conftest.$ac_ext <<_ACEOF
3475/* end confdefs.h. */
3476#include <ac_nonexistent.h>
3477_ACEOF
3478if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3479 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3480 ac_status=$?
3481 grep -v '^ *+' conftest.er1 >conftest.err
3482 rm -f conftest.er1
3483 cat conftest.err >&5
3484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3485 (exit $ac_status); } >/dev/null; then
3486 if test -s conftest.err; then
3487 ac_cpp_err=$ac_cxx_preproc_warn_flag
3488 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3489 else
3490 ac_cpp_err=
3491 fi
3492else
3493 ac_cpp_err=yes
3494fi
3495if test -z "$ac_cpp_err"; then
3496 # Broken: success on invalid input.
3497continue
3498else
3499 echo "$as_me: failed program was:" >&5
3500sed 's/^/| /' conftest.$ac_ext >&5
3501
3502 # Passes both tests.
3503ac_preproc_ok=:
3504break
3505fi
3506rm -f conftest.err conftest.$ac_ext
3507
3508done
3509# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3510rm -f conftest.err conftest.$ac_ext
3511if $ac_preproc_ok; then
3512 :
3513else
3514 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3515See \`config.log' for more details." >&5
3516echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3517See \`config.log' for more details." >&2;}
3518 { (exit 1); exit 1; }; }
3519fi
3520
3521ac_ext=cc
3522ac_cpp='$CXXCPP $CPPFLAGS'
3523ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3524ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3525ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198 3526
3199 3527
3200echo "$as_me:$LINENO: checking for egrep" >&5 3528echo "$as_me:$LINENO: checking for egrep" >&5
3201echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3529echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3202if test "${ac_cv_prog_egrep+set}" = set; then 3530if test "${ac_cv_prog_egrep+set}" = set; then
3277 grep -v '^ *+' conftest.er1 >conftest.err 3605 grep -v '^ *+' conftest.er1 >conftest.err
3278 rm -f conftest.er1 3606 rm -f conftest.er1
3279 cat conftest.err >&5 3607 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3609 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3610 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3612 (eval $ac_try) 2>&5
3285 ac_status=$? 3613 ac_status=$?
3286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287 (exit $ac_status); }; } && 3615 (exit $ac_status); }; } &&
3331 grep -v '^ *+' conftest.er1 >conftest.err 3659 grep -v '^ *+' conftest.er1 >conftest.err
3332 rm -f conftest.er1 3660 rm -f conftest.er1
3333 cat conftest.err >&5 3661 cat conftest.err >&5
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); } && 3663 (exit $ac_status); } &&
3336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3664 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5 3666 (eval $ac_try) 2>&5
3339 ac_status=$? 3667 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } && 3669 (exit $ac_status); }; } &&
3361echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 3689echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3362echo "${ECHO_T}$ac_cv_search_strerror" >&6 3690echo "${ECHO_T}$ac_cv_search_strerror" >&6
3363if test "$ac_cv_search_strerror" != no; then 3691if test "$ac_cv_search_strerror" != no; then
3364 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3692 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3365 3693
3694fi
3695
3696
3697echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3698echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3699if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3700 echo $ECHO_N "(cached) $ECHO_C" >&6
3701else
3702 ac_check_lib_save_LIBS=$LIBS
3703LIBS="-lxpg4 $LIBS"
3704cat >conftest.$ac_ext <<_ACEOF
3705/* confdefs.h. */
3706_ACEOF
3707cat confdefs.h >>conftest.$ac_ext
3708cat >>conftest.$ac_ext <<_ACEOF
3709/* end confdefs.h. */
3710
3711/* Override any gcc2 internal prototype to avoid an error. */
3712#ifdef __cplusplus
3713extern "C"
3714#endif
3715/* We use char because int might match the return type of a gcc2
3716 builtin and then its argument prototype would still apply. */
3717char setlocale ();
3718int
3719main ()
3720{
3721setlocale ();
3722 ;
3723 return 0;
3724}
3725_ACEOF
3726rm -f conftest.$ac_objext conftest$ac_exeext
3727if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3728 (eval $ac_link) 2>conftest.er1
3729 ac_status=$?
3730 grep -v '^ *+' conftest.er1 >conftest.err
3731 rm -f conftest.er1
3732 cat conftest.err >&5
3733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3734 (exit $ac_status); } &&
3735 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3737 (eval $ac_try) 2>&5
3738 ac_status=$?
3739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3740 (exit $ac_status); }; } &&
3741 { ac_try='test -s conftest$ac_exeext'
3742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3743 (eval $ac_try) 2>&5
3744 ac_status=$?
3745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3746 (exit $ac_status); }; }; then
3747 ac_cv_lib_xpg4_setlocale=yes
3748else
3749 echo "$as_me: failed program was:" >&5
3750sed 's/^/| /' conftest.$ac_ext >&5
3751
3752ac_cv_lib_xpg4_setlocale=no
3753fi
3754rm -f conftest.err conftest.$ac_objext \
3755 conftest$ac_exeext conftest.$ac_ext
3756LIBS=$ac_check_lib_save_LIBS
3757fi
3758echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3759echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3760if test $ac_cv_lib_xpg4_setlocale = yes; then
3761 LIBS="$LIBS -lxpg4"
3762fi
3763
3764
3765echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3766echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3767if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3768 echo $ECHO_N "(cached) $ECHO_C" >&6
3769else
3770 ac_check_lib_save_LIBS=$LIBS
3771LIBS="-lnsl $LIBS"
3772cat >conftest.$ac_ext <<_ACEOF
3773/* confdefs.h. */
3774_ACEOF
3775cat confdefs.h >>conftest.$ac_ext
3776cat >>conftest.$ac_ext <<_ACEOF
3777/* end confdefs.h. */
3778
3779/* Override any gcc2 internal prototype to avoid an error. */
3780#ifdef __cplusplus
3781extern "C"
3782#endif
3783/* We use char because int might match the return type of a gcc2
3784 builtin and then its argument prototype would still apply. */
3785char gethostbyname ();
3786int
3787main ()
3788{
3789gethostbyname ();
3790 ;
3791 return 0;
3792}
3793_ACEOF
3794rm -f conftest.$ac_objext conftest$ac_exeext
3795if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3796 (eval $ac_link) 2>conftest.er1
3797 ac_status=$?
3798 grep -v '^ *+' conftest.er1 >conftest.err
3799 rm -f conftest.er1
3800 cat conftest.err >&5
3801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3802 (exit $ac_status); } &&
3803 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3805 (eval $ac_try) 2>&5
3806 ac_status=$?
3807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3808 (exit $ac_status); }; } &&
3809 { ac_try='test -s conftest$ac_exeext'
3810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3811 (eval $ac_try) 2>&5
3812 ac_status=$?
3813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3814 (exit $ac_status); }; }; then
3815 ac_cv_lib_nsl_gethostbyname=yes
3816else
3817 echo "$as_me: failed program was:" >&5
3818sed 's/^/| /' conftest.$ac_ext >&5
3819
3820ac_cv_lib_nsl_gethostbyname=no
3821fi
3822rm -f conftest.err conftest.$ac_objext \
3823 conftest$ac_exeext conftest.$ac_ext
3824LIBS=$ac_check_lib_save_LIBS
3825fi
3826echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3827echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3828if test $ac_cv_lib_nsl_gethostbyname = yes; then
3829 LIBS="$LIBS -lnsl"
3830fi
3831
3832echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3833echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3834if test "${ac_cv_lib_socket_socket+set}" = set; then
3835 echo $ECHO_N "(cached) $ECHO_C" >&6
3836else
3837 ac_check_lib_save_LIBS=$LIBS
3838LIBS="-lsocket $LIBS"
3839cat >conftest.$ac_ext <<_ACEOF
3840/* confdefs.h. */
3841_ACEOF
3842cat confdefs.h >>conftest.$ac_ext
3843cat >>conftest.$ac_ext <<_ACEOF
3844/* end confdefs.h. */
3845
3846/* Override any gcc2 internal prototype to avoid an error. */
3847#ifdef __cplusplus
3848extern "C"
3849#endif
3850/* We use char because int might match the return type of a gcc2
3851 builtin and then its argument prototype would still apply. */
3852char socket ();
3853int
3854main ()
3855{
3856socket ();
3857 ;
3858 return 0;
3859}
3860_ACEOF
3861rm -f conftest.$ac_objext conftest$ac_exeext
3862if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3863 (eval $ac_link) 2>conftest.er1
3864 ac_status=$?
3865 grep -v '^ *+' conftest.er1 >conftest.err
3866 rm -f conftest.er1
3867 cat conftest.err >&5
3868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); } &&
3870 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3872 (eval $ac_try) 2>&5
3873 ac_status=$?
3874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3875 (exit $ac_status); }; } &&
3876 { ac_try='test -s conftest$ac_exeext'
3877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3878 (eval $ac_try) 2>&5
3879 ac_status=$?
3880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3881 (exit $ac_status); }; }; then
3882 ac_cv_lib_socket_socket=yes
3883else
3884 echo "$as_me: failed program was:" >&5
3885sed 's/^/| /' conftest.$ac_ext >&5
3886
3887ac_cv_lib_socket_socket=no
3888fi
3889rm -f conftest.err conftest.$ac_objext \
3890 conftest$ac_exeext conftest.$ac_ext
3891LIBS=$ac_check_lib_save_LIBS
3892fi
3893echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3894echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3895if test $ac_cv_lib_socket_socket = yes; then
3896 LIBS="$LIBS -lsocket"
3366fi 3897fi
3367 3898
3368 3899
3369# Check whether --enable-shared or --disable-shared was given. 3900# Check whether --enable-shared or --disable-shared was given.
3370if test "${enable_shared+set}" = set; then 3901if test "${enable_shared+set}" = set; then
4035 grep -v '^ *+' conftest.er1 >conftest.err 4566 grep -v '^ *+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4567 rm -f conftest.er1
4037 cat conftest.err >&5 4568 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); } && 4570 (exit $ac_status); } &&
4040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4571 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5 4573 (eval $ac_try) 2>&5
4043 ac_status=$? 4574 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } && 4576 (exit $ac_status); }; } &&
4205 grep -v '^ *+' conftest.er1 >conftest.err 4736 grep -v '^ *+' conftest.er1 >conftest.err
4206 rm -f conftest.er1 4737 rm -f conftest.er1
4207 cat conftest.err >&5 4738 cat conftest.err >&5
4208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209 (exit $ac_status); } && 4740 (exit $ac_status); } &&
4210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4741 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4212 (eval $ac_try) 2>&5 4743 (eval $ac_try) 2>&5
4213 ac_status=$? 4744 ac_status=$?
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } && 4746 (exit $ac_status); }; } &&
4272 grep -v '^ *+' conftest.er1 >conftest.err 4803 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1 4804 rm -f conftest.er1
4274 cat conftest.err >&5 4805 cat conftest.err >&5
4275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && 4807 (exit $ac_status); } &&
4277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4808 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4279 (eval $ac_try) 2>&5 4810 (eval $ac_try) 2>&5
4280 ac_status=$? 4811 ac_status=$?
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); }; } && 4813 (exit $ac_status); }; } &&
4315 rm -f conftest.er1 4846 rm -f conftest.er1
4316 cat conftest.err >&5 4847 cat conftest.err >&5
4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318 (exit $ac_status); } >/dev/null; then 4849 (exit $ac_status); } >/dev/null; then
4319 if test -s conftest.err; then 4850 if test -s conftest.err; then
4320 ac_cpp_err=$ac_c_preproc_warn_flag 4851 ac_cpp_err=$ac_cxx_preproc_warn_flag
4321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4852 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4322 else 4853 else
4323 ac_cpp_err= 4854 ac_cpp_err=
4324 fi 4855 fi
4325else 4856else
4326 ac_cpp_err=yes 4857 ac_cpp_err=yes
4336rm -f conftest.err conftest.$ac_ext 4867rm -f conftest.err conftest.$ac_ext
4337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4868echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4338echo "${ECHO_T}$ac_header_preproc" >&6 4869echo "${ECHO_T}$ac_header_preproc" >&6
4339 4870
4340# So? What about this header? 4871# So? What about this header?
4341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4872case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4342 yes:no: ) 4873 yes:no: )
4343 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4874 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4344echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4875echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4345 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4876 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4346echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4877echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4706# Some flags need to be propagated to the compiler or linker for good 5237# Some flags need to be propagated to the compiler or linker for good
4707# libtool support. 5238# libtool support.
4708case "$host" in 5239case "$host" in
4709*-*-irix6*) 5240*-*-irix6*)
4710 # Find out which ABI we are using. 5241 # Find out which ABI we are using.
4711 echo '#line 4711 "configure"' > conftest.$ac_ext 5242 echo '#line 5242 "configure"' > conftest.$ac_ext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713 (eval $ac_compile) 2>&5 5244 (eval $ac_compile) 2>&5
4714 ac_status=$? 5245 ac_status=$?
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); }; then 5247 (exit $ac_status); }; then
4789 5320
4790lt_cv_cc_needs_belf=no 5321lt_cv_cc_needs_belf=no
4791fi 5322fi
4792rm -f conftest.err conftest.$ac_objext \ 5323rm -f conftest.err conftest.$ac_objext \
4793 conftest$ac_exeext conftest.$ac_ext 5324 conftest$ac_exeext conftest.$ac_ext
4794 ac_ext=c 5325 ac_ext=cc
4795ac_cpp='$CPP $CPPFLAGS' 5326ac_cpp='$CXXCPP $CPPFLAGS'
4796ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5327ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5328ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798ac_compiler_gnu=$ac_cv_c_compiler_gnu 5329ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 5330
4800fi 5331fi
4801echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5332echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4802echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 5333echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4803 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5334 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5098 grep -v '^ *+' conftest.er1 >conftest.err 5629 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5630 rm -f conftest.er1
5100 cat conftest.err >&5 5631 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5633 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5634 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5 5636 (eval $ac_try) 2>&5
5106 ac_status=$? 5637 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } && 5639 (exit $ac_status); }; } &&
5198 grep -v '^ *+' conftest.er1 >conftest.err 5729 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1 5730 rm -f conftest.er1
5200 cat conftest.err >&5 5731 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } && 5733 (exit $ac_status); } &&
5203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5734 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205 (eval $ac_try) 2>&5 5736 (eval $ac_try) 2>&5
5206 ac_status=$? 5737 ac_status=$?
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; } && 5739 (exit $ac_status); }; } &&
5257# builds. 5788# builds.
5258chmod -w . 5789chmod -w .
5259save_CFLAGS="$CFLAGS" 5790save_CFLAGS="$CFLAGS"
5260CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5791CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5261compiler_c_o=no 5792compiler_c_o=no
5262if { (eval echo configure:5262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5793if { (eval echo configure:5793: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5263 # The compiler can only warn and ignore the option if not recognized 5794 # The compiler can only warn and ignore the option if not recognized
5264 # So say no if there are warnings 5795 # So say no if there are warnings
5265 if test -s out/conftest.err; then 5796 if test -s out/conftest.err; then
5266 compiler_c_o=no 5797 compiler_c_o=no
5267 else 5798 else
5311 grep -v '^ *+' conftest.er1 >conftest.err 5842 grep -v '^ *+' conftest.er1 >conftest.err
5312 rm -f conftest.er1 5843 rm -f conftest.er1
5313 cat conftest.err >&5 5844 cat conftest.err >&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } && 5846 (exit $ac_status); } &&
5316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5847 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 (eval $ac_try) 2>&5 5849 (eval $ac_try) 2>&5
5319 ac_status=$? 5850 ac_status=$?
5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5321 (exit $ac_status); }; } && 5852 (exit $ac_status); }; } &&
5407 grep -v '^ *+' conftest.er1 >conftest.err 5938 grep -v '^ *+' conftest.er1 >conftest.err
5408 rm -f conftest.er1 5939 rm -f conftest.er1
5409 cat conftest.err >&5 5940 cat conftest.err >&5
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); } && 5942 (exit $ac_status); } &&
5412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5943 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5414 (eval $ac_try) 2>&5 5945 (eval $ac_try) 2>&5
5415 ac_status=$? 5946 ac_status=$?
5416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417 (exit $ac_status); }; } && 5948 (exit $ac_status); }; } &&
6485 grep -v '^ *+' conftest.er1 >conftest.err 7016 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1 7017 rm -f conftest.er1
6487 cat conftest.err >&5 7018 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } && 7020 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7021 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5 7023 (eval $ac_try) 2>&5
6493 ac_status=$? 7024 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } && 7026 (exit $ac_status); }; } &&
6578 grep -v '^ *+' conftest.er1 >conftest.err 7109 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1 7110 rm -f conftest.er1
6580 cat conftest.err >&5 7111 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && 7113 (exit $ac_status); } &&
6583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7114 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6585 (eval $ac_try) 2>&5 7116 (eval $ac_try) 2>&5
6586 ac_status=$? 7117 ac_status=$?
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); }; } && 7119 (exit $ac_status); }; } &&
6670 grep -v '^ *+' conftest.er1 >conftest.err 7201 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1 7202 rm -f conftest.er1
6672 cat conftest.err >&5 7203 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 7205 (exit $ac_status); } &&
6675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7206 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 7208 (eval $ac_try) 2>&5
6678 ac_status=$? 7209 ac_status=$?
6679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6680 (exit $ac_status); }; } && 7211 (exit $ac_status); }; } &&
6735 grep -v '^ *+' conftest.er1 >conftest.err 7266 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1 7267 rm -f conftest.er1
6737 cat conftest.err >&5 7268 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && 7270 (exit $ac_status); } &&
6740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5 7273 (eval $ac_try) 2>&5
6743 ac_status=$? 7274 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; } && 7276 (exit $ac_status); }; } &&
6801 grep -v '^ *+' conftest.er1 >conftest.err 7332 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 7333 rm -f conftest.er1
6803 cat conftest.err >&5 7334 cat conftest.err >&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && 7336 (exit $ac_status); } &&
6806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7337 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6808 (eval $ac_try) 2>&5 7339 (eval $ac_try) 2>&5
6809 ac_status=$? 7340 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); }; } && 7342 (exit $ac_status); }; } &&
6873 lt_cv_dlopen_self=cross 7404 lt_cv_dlopen_self=cross
6874else 7405else
6875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7406 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6876 lt_status=$lt_dlunknown 7407 lt_status=$lt_dlunknown
6877 cat > conftest.$ac_ext <<EOF 7408 cat > conftest.$ac_ext <<EOF
6878#line 6878 "configure" 7409#line 7409 "configure"
6879#include "confdefs.h" 7410#include "confdefs.h"
6880 7411
6881#if HAVE_DLFCN_H 7412#if HAVE_DLFCN_H
6882#include <dlfcn.h> 7413#include <dlfcn.h>
6883#endif 7414#endif
6971 lt_cv_dlopen_self_static=cross 7502 lt_cv_dlopen_self_static=cross
6972else 7503else
6973 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7504 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6974 lt_status=$lt_dlunknown 7505 lt_status=$lt_dlunknown
6975 cat > conftest.$ac_ext <<EOF 7506 cat > conftest.$ac_ext <<EOF
6976#line 6976 "configure" 7507#line 7507 "configure"
6977#include "confdefs.h" 7508#include "confdefs.h"
6978 7509
6979#if HAVE_DLFCN_H 7510#if HAVE_DLFCN_H
6980#include <dlfcn.h> 7511#include <dlfcn.h>
6981#endif 7512#endif
7704MALLOC_TYPE=S 8235MALLOC_TYPE=S
7705support_addstrings=no 8236support_addstrings=no
7706support_frills=no 8237support_frills=no
7707support_linespace=no 8238support_linespace=no
7708support_inheritpixmap=no 8239support_inheritpixmap=no
8240support_tinting=no
8241support_fading=no
7709support_keepscrolling=no 8242support_keepscrolling=no
7710support_selectionscrolling=no 8243support_selectionscrolling=no
7711support_menubar=no 8244support_menubar=no
7712support_mousewheel=no 8245support_mousewheel=no
7713support_mouseslipwheel=no 8246support_mouseslipwheel=no
7714support_oldselection=no
7715support_utmp=no 8247support_utmp=no
7716support_wtmp=no 8248support_wtmp=no
7717support_lastlog=no 8249support_lastlog=no
7718support_cursor_blink=no 8250support_cursor_blink=no
7719support_text_blink=no 8251support_text_blink=no
7724support_scroll_plain=no 8256support_scroll_plain=no
7725support_xim=no 8257support_xim=no
7726support_xpm=no 8258support_xpm=no
7727support_xft=no 8259support_xft=no
7728support_unicode3=no 8260support_unicode3=no
8261support_combining=no
8262support_8bitctrls=no
7729codesets= 8263codesets=
7730 8264
7731 8265
7732if test "x$enable_shared" = xyes; then 8266if test "x$enable_shared" = xyes; then
7733 8267
7745 if test x$enableval = xyes; then 8279 if test x$enableval = xyes; then
7746 support_24bit=yes 8280 support_24bit=yes
7747 support_frills=yes 8281 support_frills=yes
7748 support_linespace=yes 8282 support_linespace=yes
7749 support_inheritpixmap=yes 8283 support_inheritpixmap=yes
8284 support_tinting=yes
8285 support_fading=yes
7750 support_keepscrolling=yes 8286 support_keepscrolling=yes
7751 support_selectionscrolling=yes 8287 support_selectionscrolling=yes
7752 support_lastlog=yes 8288 support_lastlog=yes
7753 support_menubar=yes 8289 support_menubar=yes
7754 support_mousewheel=yes 8290 support_mousewheel=yes
7755 support_mouseslipwheel=yes 8291 support_mouseslipwheel=yes
7756 support_oldselection=yes
7757 support_cursor_blink=yes 8292 support_cursor_blink=yes
7758 support_text_blink=yes 8293 support_text_blink=yes
7759 support_pointer_blank=yes 8294 support_pointer_blank=yes
7760 support_scroll_rxvt=yes 8295 support_scroll_rxvt=yes
7761 support_scroll_next=yes 8296 support_scroll_next=yes
7765 support_wtmp=yes 8300 support_wtmp=yes
7766 support_xim=yes 8301 support_xim=yes
7767 support_xpm=yes 8302 support_xpm=yes
7768 support_xft=yes 8303 support_xft=yes
7769 support_unicode3=yes 8304 support_unicode3=yes
8305 support_combining=yes
8306 #support_8bitctrls=yes
7770 codesets=all 8307 codesets=all
7771 fi 8308 fi
7772fi; 8309fi;
7773 8310
7774# Check whether --enable-unicode3 or --disable-unicode3 was given. 8311# Check whether --enable-unicode3 or --disable-unicode3 was given.
7775if test "${enable_unicode3+set}" = set; then 8312if test "${enable_unicode3+set}" = set; then
7776 enableval="$enable_unicode3" 8313 enableval="$enable_unicode3"
7777 if test x$enableval = xyes; then 8314 if test x$enableval = xyes -o x$enableval = xno; then
7778 support_unicode3=yes 8315 support_unicode3=yes
7779 fi 8316 fi
7780fi; 8317fi;
7781 8318
8319# Check whether --enable-combining or --disable-combining was given.
8320if test "${enable_combining+set}" = set; then
8321 enableval="$enable_combining"
8322 if test x$enableval = xyes -o x$enableval = xno; then
8323 support_combining=yes
8324 fi
8325fi;
8326
7782# Check whether --enable-xft or --disable-xft was given. 8327# Check whether --enable-xft or --disable-xft was given.
7783if test "${enable_xft+set}" = set; then 8328if test "${enable_xft+set}" = set; then
7784 enableval="$enable_xft" 8329 enableval="$enable_xft"
7785 if test x$enableval = xyes; then 8330 if test x$enableval = xyes -o x$enableval = xno; then
7786 support_xft=yes 8331 support_xft=yes
7787 fi
7788fi;
7789
7790
7791# Check whether --with-codesets or --without-codesets was given.
7792if test "${with_codesets+set}" = set; then
7793 withval="$with_codesets"
7794 if test x$enableval = xyes; then
7795 codesets="$withval"
7796 fi
7797fi;
7798
7799
7800# Check whether --with-encoding or --without-encoding was given.
7801if test "${with_encoding+set}" = set; then
7802 withval="$with_encoding"
7803 if test x$enableval = xyes; then
7804 withval=`echo $withval | tr 'a-z' 'A-Z'`
7805
7806cat >>confdefs.h <<_ACEOF
7807#define MULTICHAR_ENCODING $withval
7808_ACEOF
7809
7810 fi 8332 fi
7811fi; 8333fi;
7812 8334
7813# Check whether --enable-utmp or --disable-utmp was given. 8335# Check whether --enable-utmp or --disable-utmp was given.
7814if test "${enable_utmp+set}" = set; then 8336if test "${enable_utmp+set}" = set; then
7848 if test x$enableval = xyes -o x$enableval = xno; then 8370 if test x$enableval = xyes -o x$enableval = xno; then
7849 support_inheritpixmap=$enableval 8371 support_inheritpixmap=$enableval
7850 fi 8372 fi
7851fi; 8373fi;
7852 8374
8375# Check whether --enable-tinting or --disable-tinting was given.
8376if test "${enable_tinting+set}" = set; then
8377 enableval="$enable_tinting"
8378 if test x$enableval = xyes -o x$enableval = xno; then
8379 support_tinting=$enableval
8380 fi
8381fi;
8382
8383# Check whether --enable-fading or --disable-fading was given.
8384if test "${enable_fading+set}" = set; then
8385 enableval="$enable_fading"
8386 if test x$enableval = xyes -o x$enableval = xno; then
8387 support_fading=$enableval
8388 fi
8389fi;
8390
7853# Check whether --enable-menubar or --disable-menubar was given. 8391# Check whether --enable-menubar or --disable-menubar was given.
7854if test "${enable_menubar+set}" = set; then 8392if test "${enable_menubar+set}" = set; then
7855 enableval="$enable_menubar" 8393 enableval="$enable_menubar"
7856 if test x$enableval = xyes -o x$enableval = xno; then 8394 if test x$enableval = xyes -o x$enableval = xno; then
7857 support_menubar=$enableval 8395 support_menubar=$enableval
7900_ACEOF 8438_ACEOF
7901 8439
7902 fi 8440 fi
7903fi; 8441fi;
7904 8442
8443
8444# Check whether --with-codesets or --without-codesets was given.
8445if test "${with_codesets+set}" = set; then
8446 withval="$with_codesets"
8447 codesets="$withval"
8448fi;
8449
7905# Check whether --enable-xim or --disable-xim was given. 8450# Check whether --enable-xim or --disable-xim was given.
7906if test "${enable_xim+set}" = set; then 8451if test "${enable_xim+set}" = set; then
7907 enableval="$enable_xim" 8452 enableval="$enable_xim"
7908 if test x$enableval = xyes -o x$enableval = xno; then 8453 if test x$enableval = xyes -o x$enableval = xno; then
7909 support_xim=$enableval 8454 support_xim=$enableval
7968_ACEOF 8513_ACEOF
7969 8514
7970 fi 8515 fi
7971fi; 8516fi;
7972 8517
8518# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8519if test "${enable_8bitctrls+set}" = set; then
8520 enableval="$enable_8bitctrls"
8521 if test x$enableval = xyes -o x$enableval = xno; then
8522 support_8bitctrls=yes
8523 fi
8524fi;
8525
8526RESFALLBACK=Rxvt
8527# Check whether --enable-fallback or --disable-fallback was given.
8528if test "${enable_fallback+set}" = set; then
8529 enableval="$enable_fallback"
8530
8531 test x$enableval = xyes && enableval=Rxvt
8532 test x$enableval = xno && enableval=
8533 RESFALLBACK="$enableval"
8534
8535fi;
8536
8537if test x$RESFALLBACK != x; then
8538
8539cat >>confdefs.h <<_ACEOF
8540#define RESFALLBACK "$RESFALLBACK"
8541_ACEOF
8542
8543fi
8544
8545RESNAME=urxvt
8546
8547# Check whether --with-res-name or --without-res-name was given.
8548if test "${with_res_name+set}" = set; then
8549 withval="$with_res_name"
8550 RESNAME="$withval"
8551fi;
8552
8553cat >>confdefs.h <<_ACEOF
8554#define RESNAME "$RESNAME"
8555_ACEOF
8556
8557
8558RESCLASS=URxvt
8559
8560# Check whether --with-res-class or --without-res-class was given.
8561if test "${with_res_class+set}" = set; then
8562 withval="$with_res_class"
8563 RESCLASS="$withval"
8564fi;
8565
8566cat >>confdefs.h <<_ACEOF
8567#define RESCLASS "$RESCLASS"
8568_ACEOF
8569
8570
8571RXVTNAME=urxvt
8572
8573# Check whether --with-name or --without-name was given.
8574if test "${with_name+set}" = set; then
8575 withval="$with_name"
8576 RXVTNAME="$withval"
8577fi;
8578
8579RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8580
8581
7973# Check whether --enable-strings or --disable-strings was given. 8582# Check whether --enable-strings or --disable-strings was given.
7974if test "${enable_strings+set}" = set; then 8583if test "${enable_strings+set}" = set; then
7975 enableval="$enable_strings" 8584 enableval="$enable_strings"
7976 if test x$enableval = xyes -o x$enableval = xno; then 8585 if test x$enableval = xyes -o x$enableval = xno; then
7977 support_addstrings=$enableval 8586 support_addstrings=$enableval
8041# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8650# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8042if test "${enable_slipwheeling+set}" = set; then 8651if test "${enable_slipwheeling+set}" = set; then
8043 enableval="$enable_slipwheeling" 8652 enableval="$enable_slipwheeling"
8044 if test x$enableval = xyes -o x$enableval = xno; then 8653 if test x$enableval = xyes -o x$enableval = xno; then
8045 support_mouseslipwheel=$enableval 8654 support_mouseslipwheel=$enableval
8046 fi
8047fi;
8048
8049# Check whether --enable-old-selection or --disable-old-selection was given.
8050if test "${enable_old_selection+set}" = set; then
8051 enableval="$enable_old_selection"
8052 if test x$enableval = xyes -o x$enableval = xno; then
8053 support_oldselection=$enableval
8054 fi
8055fi;
8056
8057# Check whether --enable-new-selection or --disable-new-selection was given.
8058if test "${enable_new_selection+set}" = set; then
8059 enableval="$enable_new_selection"
8060 if test x$enableval = xno; then
8061
8062cat >>confdefs.h <<\_ACEOF
8063#define NO_NEW_SELECTION 1
8064_ACEOF
8065
8066 fi 8655 fi
8067fi; 8656fi;
8068 8657
8069# Check whether --enable-dmalloc or --disable-dmalloc was given. 8658# Check whether --enable-dmalloc or --disable-dmalloc was given.
8070if test "${enable_dmalloc+set}" = set; then 8659if test "${enable_dmalloc+set}" = set; then
8496fi 9085fi
8497 9086
8498 9087
8499 9088
8500 9089
9090
9091if test "x$ac_path_x_has_been_run" != xyes; then
8501echo "$as_me:$LINENO: checking for X" >&5 9092 echo "$as_me:$LINENO: checking for X" >&5
8502echo $ECHO_N "checking for X... $ECHO_C" >&6 9093echo $ECHO_N "checking for X... $ECHO_C" >&6
8503 9094
9095ac_path_x_has_been_run=yes
8504 9096
8505# Check whether --with-x or --without-x was given. 9097# Check whether --with-x or --without-x was given.
8506if test "${with_x+set}" = set; then 9098if test "${with_x+set}" = set; then
8507 withval="$with_x" 9099 withval="$with_x"
8508 9100
8591 9183
8592/usr/openwin/include 9184/usr/openwin/include
8593/usr/openwin/share/include' 9185/usr/openwin/share/include'
8594 9186
8595if test "$ac_x_includes" = no; then 9187if test "$ac_x_includes" = no; then
8596 # Guess where to find include files, by looking for Intrinsic.h. 9188 # Guess where to find include files, by looking for a specified header file.
8597 # First, try using that file with no special directory specified. 9189 # First, try using that file with no special directory specified.
8598 cat >conftest.$ac_ext <<_ACEOF 9190 cat >conftest.$ac_ext <<_ACEOF
8599/* confdefs.h. */ 9191/* confdefs.h. */
8600_ACEOF 9192_ACEOF
8601cat confdefs.h >>conftest.$ac_ext 9193cat confdefs.h >>conftest.$ac_ext
8610 rm -f conftest.er1 9202 rm -f conftest.er1
8611 cat conftest.err >&5 9203 cat conftest.err >&5
8612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } >/dev/null; then 9205 (exit $ac_status); } >/dev/null; then
8614 if test -s conftest.err; then 9206 if test -s conftest.err; then
8615 ac_cpp_err=$ac_c_preproc_warn_flag 9207 ac_cpp_err=$ac_cxx_preproc_warn_flag
8616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 9208 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8617 else 9209 else
8618 ac_cpp_err= 9210 ac_cpp_err=
8619 fi 9211 fi
8620else 9212else
8621 ac_cpp_err=yes 9213 ac_cpp_err=yes
8665 grep -v '^ *+' conftest.er1 >conftest.err 9257 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1 9258 rm -f conftest.er1
8667 cat conftest.err >&5 9259 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && 9261 (exit $ac_status); } &&
8670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9262 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8672 (eval $ac_try) 2>&5 9264 (eval $ac_try) 2>&5
8673 ac_status=$? 9265 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }; } && 9267 (exit $ac_status); }; } &&
8725 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9317 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8726 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9318 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8727 # Update the cache value to reflect the command line values. 9319 # Update the cache value to reflect the command line values.
8728 ac_cv_have_x="have_x=yes \ 9320 ac_cv_have_x="have_x=yes \
8729 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9321 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9322 # It might be that x_includes is empty (headers are found in the
9323 # standard search path. Then output the corresponding message
9324 ac_out_x_includes=$x_includes
9325 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
8730 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 9326 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
8731echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 9327echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8732fi 9328fi
8733 9329
9330fi
8734if test "$no_x" = yes; then 9331if test "$no_x" = yes; then
8735 # Not all programs may use this symbol, but it does not hurt to define it. 9332 # Not all programs may use this symbol, but it does not hurt to define it.
8736 9333
8737cat >>confdefs.h <<\_ACEOF 9334cat >>confdefs.h <<\_ACEOF
8738#define X_DISPLAY_MISSING 1 9335#define X_DISPLAY_MISSING 1
8776 grep -v '^ *+' conftest.er1 >conftest.err 9373 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1 9374 rm -f conftest.er1
8778 cat conftest.err >&5 9375 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && 9377 (exit $ac_status); } &&
8781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9378 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8783 (eval $ac_try) 2>&5 9380 (eval $ac_try) 2>&5
8784 ac_status=$? 9381 ac_status=$?
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); }; } && 9383 (exit $ac_status); }; } &&
8827 grep -v '^ *+' conftest.er1 >conftest.err 9424 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9425 rm -f conftest.er1
8829 cat conftest.err >&5 9426 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && 9428 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9429 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 9431 (eval $ac_try) 2>&5
8835 ac_status=$? 9432 ac_status=$?
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); }; } && 9434 (exit $ac_status); }; } &&
8903 grep -v '^ *+' conftest.er1 >conftest.err 9500 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1 9501 rm -f conftest.er1
8905 cat conftest.err >&5 9502 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && 9504 (exit $ac_status); } &&
8908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9505 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910 (eval $ac_try) 2>&5 9507 (eval $ac_try) 2>&5
8911 ac_status=$? 9508 ac_status=$?
8912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913 (exit $ac_status); }; } && 9510 (exit $ac_status); }; } &&
8958 grep -v '^ *+' conftest.er1 >conftest.err 9555 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1 9556 rm -f conftest.er1
8960 cat conftest.err >&5 9557 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && 9559 (exit $ac_status); } &&
8963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9560 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8965 (eval $ac_try) 2>&5 9562 (eval $ac_try) 2>&5
8966 ac_status=$? 9563 ac_status=$?
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } && 9565 (exit $ac_status); }; } &&
9026 grep -v '^ *+' conftest.er1 >conftest.err 9623 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1 9624 rm -f conftest.er1
9028 cat conftest.err >&5 9625 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && 9627 (exit $ac_status); } &&
9031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9628 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9033 (eval $ac_try) 2>&5 9630 (eval $ac_try) 2>&5
9034 ac_status=$? 9631 ac_status=$?
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } && 9633 (exit $ac_status); }; } &&
9134 grep -v '^ *+' conftest.er1 >conftest.err 9731 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1 9732 rm -f conftest.er1
9136 cat conftest.err >&5 9733 cat conftest.err >&5
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && 9735 (exit $ac_status); } &&
9139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5 9738 (eval $ac_try) 2>&5
9142 ac_status=$? 9739 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; } && 9741 (exit $ac_status); }; } &&
9198 grep -v '^ *+' conftest.er1 >conftest.err 9795 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1 9796 rm -f conftest.er1
9200 cat conftest.err >&5 9797 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && 9799 (exit $ac_status); } &&
9203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9800 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5 9802 (eval $ac_try) 2>&5
9206 ac_status=$? 9803 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } && 9805 (exit $ac_status); }; } &&
9266 grep -v '^ *+' conftest.er1 >conftest.err 9863 grep -v '^ *+' conftest.er1 >conftest.err
9267 rm -f conftest.er1 9864 rm -f conftest.er1
9268 cat conftest.err >&5 9865 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 9867 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 9870 (eval $ac_try) 2>&5
9274 ac_status=$? 9871 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } && 9873 (exit $ac_status); }; } &&
9370 grep -v '^ *+' conftest.er1 >conftest.err 9967 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1 9968 rm -f conftest.er1
9372 cat conftest.err >&5 9969 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9971 (exit $ac_status); } &&
9375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9972 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9974 (eval $ac_try) 2>&5
9378 ac_status=$? 9975 ac_status=$?
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); }; } && 9977 (exit $ac_status); }; } &&
9434 grep -v '^ *+' conftest.er1 >conftest.err 10031 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 10032 rm -f conftest.er1
9436 cat conftest.err >&5 10033 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && 10035 (exit $ac_status); } &&
9439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10036 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9441 (eval $ac_try) 2>&5 10038 (eval $ac_try) 2>&5
9442 ac_status=$? 10039 ac_status=$?
9443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); }; } && 10041 (exit $ac_status); }; } &&
9531 grep -v '^ *+' conftest.er1 >conftest.err 10128 grep -v '^ *+' conftest.er1 >conftest.err
9532 rm -f conftest.er1 10129 rm -f conftest.er1
9533 cat conftest.err >&5 10130 cat conftest.err >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 10132 (exit $ac_status); } &&
9536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10133 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 10135 (eval $ac_try) 2>&5
9539 ac_status=$? 10136 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; } && 10138 (exit $ac_status); }; } &&
9595 grep -v '^ *+' conftest.er1 >conftest.err 10192 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1 10193 rm -f conftest.er1
9597 cat conftest.err >&5 10194 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && 10196 (exit $ac_status); } &&
9600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10197 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9602 (eval $ac_try) 2>&5 10199 (eval $ac_try) 2>&5
9603 ac_status=$? 10200 ac_status=$?
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } && 10202 (exit $ac_status); }; } &&
9692 grep -v '^ *+' conftest.er1 >conftest.err 10289 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1 10290 rm -f conftest.er1
9694 cat conftest.err >&5 10291 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && 10293 (exit $ac_status); } &&
9697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10294 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 (eval $ac_try) 2>&5 10296 (eval $ac_try) 2>&5
9700 ac_status=$? 10297 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); }; } && 10299 (exit $ac_status); }; } &&
9756 grep -v '^ *+' conftest.er1 >conftest.err 10353 grep -v '^ *+' conftest.er1 >conftest.err
9757 rm -f conftest.er1 10354 rm -f conftest.er1
9758 cat conftest.err >&5 10355 cat conftest.err >&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } && 10357 (exit $ac_status); } &&
9761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10358 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 (eval $ac_try) 2>&5 10360 (eval $ac_try) 2>&5
9764 ac_status=$? 10361 ac_status=$?
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } && 10363 (exit $ac_status); }; } &&
9835 grep -v '^ *+' conftest.er1 >conftest.err 10432 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1 10433 rm -f conftest.er1
9837 cat conftest.err >&5 10434 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && 10436 (exit $ac_status); } &&
9840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10437 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5 10439 (eval $ac_try) 2>&5
9843 ac_status=$? 10440 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } && 10442 (exit $ac_status); }; } &&
9951 rm -f conftest.er1 10548 rm -f conftest.er1
9952 cat conftest.err >&5 10549 cat conftest.err >&5
9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } >/dev/null; then 10551 (exit $ac_status); } >/dev/null; then
9955 if test -s conftest.err; then 10552 if test -s conftest.err; then
9956 ac_cpp_err=$ac_c_preproc_warn_flag 10553 ac_cpp_err=$ac_cxx_preproc_warn_flag
9957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10554 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9958 else 10555 else
9959 ac_cpp_err= 10556 ac_cpp_err=
9960 fi 10557 fi
9961else 10558else
9962 ac_cpp_err=yes 10559 ac_cpp_err=yes
10051 grep -v '^ *+' conftest.er1 >conftest.err 10648 grep -v '^ *+' conftest.er1 >conftest.err
10052 rm -f conftest.er1 10649 rm -f conftest.er1
10053 cat conftest.err >&5 10650 cat conftest.err >&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); } && 10652 (exit $ac_status); } &&
10056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10653 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5 10655 (eval $ac_try) 2>&5
10059 ac_status=$? 10656 ac_status=$?
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; } && 10658 (exit $ac_status); }; } &&
10163 rm -f conftest.er1 10760 rm -f conftest.er1
10164 cat conftest.err >&5 10761 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } >/dev/null; then 10763 (exit $ac_status); } >/dev/null; then
10167 if test -s conftest.err; then 10764 if test -s conftest.err; then
10168 ac_cpp_err=$ac_c_preproc_warn_flag 10765 ac_cpp_err=$ac_cxx_preproc_warn_flag
10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10766 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10170 else 10767 else
10171 ac_cpp_err= 10768 ac_cpp_err=
10172 fi 10769 fi
10173else 10770else
10174 ac_cpp_err=yes 10771 ac_cpp_err=yes
10265 grep -v '^ *+' conftest.er1 >conftest.err 10862 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1 10863 rm -f conftest.er1
10267 cat conftest.err >&5 10864 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 10866 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10867 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5 10869 (eval $ac_try) 2>&5
10273 ac_status=$? 10870 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } && 10872 (exit $ac_status); }; } &&
10295cat >>confdefs.h <<\_ACEOF 10892cat >>confdefs.h <<\_ACEOF
10296#define HAVE_SYS_WAIT_H 1 10893#define HAVE_SYS_WAIT_H 1
10297_ACEOF 10894_ACEOF
10298 10895
10299fi 10896fi
10897
10300 10898
10301 10899
10302 10900
10303 10901
10304 10902
10331 sys/byteorder.h \ 10929 sys/byteorder.h \
10332 sys/ioctl.h \ 10930 sys/ioctl.h \
10333 sys/select.h \ 10931 sys/select.h \
10334 sys/sockio.h \ 10932 sys/sockio.h \
10335 sys/strredir.h \ 10933 sys/strredir.h \
10934 sys/stropts.h \
10336 sys/time.h \ 10935 sys/time.h \
10337 utmp.h \ 10936 utmp.h \
10338 utmpx.h \ 10937 utmpx.h \
10339 stdint.h \ 10938 stdint.h \
10340 10939
10368 grep -v '^ *+' conftest.er1 >conftest.err 10967 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1 10968 rm -f conftest.er1
10370 cat conftest.err >&5 10969 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } && 10971 (exit $ac_status); } &&
10373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10972 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5 10974 (eval $ac_try) 2>&5
10376 ac_status=$? 10975 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; } && 10977 (exit $ac_status); }; } &&
10411 rm -f conftest.er1 11010 rm -f conftest.er1
10412 cat conftest.err >&5 11011 cat conftest.err >&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } >/dev/null; then 11013 (exit $ac_status); } >/dev/null; then
10415 if test -s conftest.err; then 11014 if test -s conftest.err; then
10416 ac_cpp_err=$ac_c_preproc_warn_flag 11015 ac_cpp_err=$ac_cxx_preproc_warn_flag
10417 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 11016 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10418 else 11017 else
10419 ac_cpp_err= 11018 ac_cpp_err=
10420 fi 11019 fi
10421else 11020else
10422 ac_cpp_err=yes 11021 ac_cpp_err=yes
10432rm -f conftest.err conftest.$ac_ext 11031rm -f conftest.err conftest.$ac_ext
10433echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11032echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10434echo "${ECHO_T}$ac_header_preproc" >&6 11033echo "${ECHO_T}$ac_header_preproc" >&6
10435 11034
10436# So? What about this header? 11035# So? What about this header?
10437case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11036case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10438 yes:no: ) 11037 yes:no: )
10439 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11038 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10440echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11039echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10441 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 11040 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10442echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 11041echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10517 grep -v '^ *+' conftest.er1 >conftest.err 11116 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1 11117 rm -f conftest.er1
10519 cat conftest.err >&5 11118 cat conftest.err >&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && 11120 (exit $ac_status); } &&
10522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11121 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 (eval $ac_try) 2>&5 11123 (eval $ac_try) 2>&5
10525 ac_status=$? 11124 ac_status=$?
10526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10527 (exit $ac_status); }; } && 11126 (exit $ac_status); }; } &&
10582 grep -v '^ *+' conftest.er1 >conftest.err 11181 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1 11182 rm -f conftest.er1
10584 cat conftest.err >&5 11183 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && 11185 (exit $ac_status); } &&
10587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11186 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5 11188 (eval $ac_try) 2>&5
10590 ac_status=$? 11189 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; } && 11191 (exit $ac_status); }; } &&
10747 grep -v '^ *+' conftest.er1 >conftest.err 11346 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1 11347 rm -f conftest.er1
10749 cat conftest.err >&5 11348 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && 11350 (exit $ac_status); } &&
10752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11351 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5 11353 (eval $ac_try) 2>&5
10755 ac_status=$? 11354 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } && 11356 (exit $ac_status); }; } &&
10856 grep -v '^ *+' conftest.er1 >conftest.err 11455 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1 11456 rm -f conftest.er1
10858 cat conftest.err >&5 11457 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && 11459 (exit $ac_status); } &&
10861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11460 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5 11462 (eval $ac_try) 2>&5
10864 ac_status=$? 11463 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; } && 11465 (exit $ac_status); }; } &&
10916 grep -v '^ *+' conftest.er1 >conftest.err 11515 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1 11516 rm -f conftest.er1
10918 cat conftest.err >&5 11517 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && 11519 (exit $ac_status); } &&
10921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11520 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5 11522 (eval $ac_try) 2>&5
10924 ac_status=$? 11523 ac_status=$?
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } && 11525 (exit $ac_status); }; } &&
10991 grep -v '^ *+' conftest.er1 >conftest.err 11590 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1 11591 rm -f conftest.er1
10993 cat conftest.err >&5 11592 cat conftest.err >&5
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && 11594 (exit $ac_status); } &&
10996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11595 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10998 (eval $ac_try) 2>&5 11597 (eval $ac_try) 2>&5
10999 ac_status=$? 11598 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); }; } && 11600 (exit $ac_status); }; } &&
11056 grep -v '^ *+' conftest.er1 >conftest.err 11655 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1 11656 rm -f conftest.er1
11058 cat conftest.err >&5 11657 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && 11659 (exit $ac_status); } &&
11061 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11660 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11063 (eval $ac_try) 2>&5 11662 (eval $ac_try) 2>&5
11064 ac_status=$? 11663 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }; } && 11665 (exit $ac_status); }; } &&
11161 grep -v '^ *+' conftest.er1 >conftest.err 11760 grep -v '^ *+' conftest.er1 >conftest.err
11162 rm -f conftest.er1 11761 rm -f conftest.er1
11163 cat conftest.err >&5 11762 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } && 11764 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11765 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168 (eval $ac_try) 2>&5 11767 (eval $ac_try) 2>&5
11169 ac_status=$? 11768 ac_status=$?
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); }; } && 11770 (exit $ac_status); }; } &&
11223 grep -v '^ *+' conftest.er1 >conftest.err 11822 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1 11823 rm -f conftest.er1
11225 cat conftest.err >&5 11824 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && 11826 (exit $ac_status); } &&
11228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11827 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11230 (eval $ac_try) 2>&5 11829 (eval $ac_try) 2>&5
11231 ac_status=$? 11830 ac_status=$?
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); }; } && 11832 (exit $ac_status); }; } &&
11263 grep -v '^ *+' conftest.er1 >conftest.err 11862 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1 11863 rm -f conftest.er1
11265 cat conftest.err >&5 11864 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && 11866 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11867 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5 11869 (eval $ac_try) 2>&5
11271 ac_status=$? 11870 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; } && 11872 (exit $ac_status); }; } &&
11319 grep -v '^ *+' conftest.er1 >conftest.err 11918 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1 11919 rm -f conftest.er1
11321 cat conftest.err >&5 11920 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && 11922 (exit $ac_status); } &&
11324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11923 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5 11925 (eval $ac_try) 2>&5
11327 ac_status=$? 11926 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } && 11928 (exit $ac_status); }; } &&
11359 grep -v '^ *+' conftest.er1 >conftest.err 11958 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1 11959 rm -f conftest.er1
11361 cat conftest.err >&5 11960 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && 11962 (exit $ac_status); } &&
11364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11963 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5 11965 (eval $ac_try) 2>&5
11367 ac_status=$? 11966 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } && 11968 (exit $ac_status); }; } &&
11423 grep -v '^ *+' conftest.er1 >conftest.err 12022 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1 12023 rm -f conftest.er1
11425 cat conftest.err >&5 12024 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && 12026 (exit $ac_status); } &&
11428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12027 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11430 (eval $ac_try) 2>&5 12029 (eval $ac_try) 2>&5
11431 ac_status=$? 12030 ac_status=$?
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); }; } && 12032 (exit $ac_status); }; } &&
11454See \`config.log' for more details." >&2;} 12053See \`config.log' for more details." >&2;}
11455 { (exit 1); exit 1; }; } ;; 12054 { (exit 1); exit 1; }; } ;;
11456esac 12055esac
11457else 12056else
11458 if test "$cross_compiling" = yes; then 12057 if test "$cross_compiling" = yes; then
11459 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12058 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11460See \`config.log' for more details." >&5 12059echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
11461echo "$as_me: error: cannot run test program while cross compiling
11462See \`config.log' for more details." >&2;}
11463 { (exit 1); exit 1; }; } 12060 { (exit 1); exit 1; }; }
11464else 12061else
11465 cat >conftest.$ac_ext <<_ACEOF 12062 cat >conftest.$ac_ext <<_ACEOF
11466/* confdefs.h. */ 12063/* confdefs.h. */
11467_ACEOF 12064_ACEOF
11569 grep -v '^ *+' conftest.er1 >conftest.err 12166 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1 12167 rm -f conftest.er1
11571 cat conftest.err >&5 12168 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && 12170 (exit $ac_status); } &&
11574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12171 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5 12173 (eval $ac_try) 2>&5
11577 ac_status=$? 12174 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } && 12176 (exit $ac_status); }; } &&
11631 grep -v '^ *+' conftest.er1 >conftest.err 12228 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1 12229 rm -f conftest.er1
11633 cat conftest.err >&5 12230 cat conftest.err >&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && 12232 (exit $ac_status); } &&
11636 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12233 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5 12235 (eval $ac_try) 2>&5
11639 ac_status=$? 12236 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; } && 12238 (exit $ac_status); }; } &&
11671 grep -v '^ *+' conftest.er1 >conftest.err 12268 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1 12269 rm -f conftest.er1
11673 cat conftest.err >&5 12270 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && 12272 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12273 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5 12275 (eval $ac_try) 2>&5
11679 ac_status=$? 12276 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } && 12278 (exit $ac_status); }; } &&
11727 grep -v '^ *+' conftest.er1 >conftest.err 12324 grep -v '^ *+' conftest.er1 >conftest.err
11728 rm -f conftest.er1 12325 rm -f conftest.er1
11729 cat conftest.err >&5 12326 cat conftest.err >&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); } && 12328 (exit $ac_status); } &&
11732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12329 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11734 (eval $ac_try) 2>&5 12331 (eval $ac_try) 2>&5
11735 ac_status=$? 12332 ac_status=$?
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); }; } && 12334 (exit $ac_status); }; } &&
11767 grep -v '^ *+' conftest.er1 >conftest.err 12364 grep -v '^ *+' conftest.er1 >conftest.err
11768 rm -f conftest.er1 12365 rm -f conftest.er1
11769 cat conftest.err >&5 12366 cat conftest.err >&5
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); } && 12368 (exit $ac_status); } &&
11772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12369 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774 (eval $ac_try) 2>&5 12371 (eval $ac_try) 2>&5
11775 ac_status=$? 12372 ac_status=$?
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); }; } && 12374 (exit $ac_status); }; } &&
11831 grep -v '^ *+' conftest.er1 >conftest.err 12428 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1 12429 rm -f conftest.er1
11833 cat conftest.err >&5 12430 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12432 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12433 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12435 (eval $ac_try) 2>&5
11839 ac_status=$? 12436 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } && 12438 (exit $ac_status); }; } &&
11862See \`config.log' for more details." >&2;} 12459See \`config.log' for more details." >&2;}
11863 { (exit 1); exit 1; }; } ;; 12460 { (exit 1); exit 1; }; } ;;
11864esac 12461esac
11865else 12462else
11866 if test "$cross_compiling" = yes; then 12463 if test "$cross_compiling" = yes; then
11867 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12464 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11868See \`config.log' for more details." >&5 12465echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
11869echo "$as_me: error: cannot run test program while cross compiling
11870See \`config.log' for more details." >&2;}
11871 { (exit 1); exit 1; }; } 12466 { (exit 1); exit 1; }; }
11872else 12467else
11873 cat >conftest.$ac_ext <<_ACEOF 12468 cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 12469/* confdefs.h. */
11875_ACEOF 12470_ACEOF
11977 grep -v '^ *+' conftest.er1 >conftest.err 12572 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1 12573 rm -f conftest.er1
11979 cat conftest.err >&5 12574 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && 12576 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12577 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5 12579 (eval $ac_try) 2>&5
11985 ac_status=$? 12580 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } && 12582 (exit $ac_status); }; } &&
12039 grep -v '^ *+' conftest.er1 >conftest.err 12634 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1 12635 rm -f conftest.er1
12041 cat conftest.err >&5 12636 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && 12638 (exit $ac_status); } &&
12044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12639 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5 12641 (eval $ac_try) 2>&5
12047 ac_status=$? 12642 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; } && 12644 (exit $ac_status); }; } &&
12079 grep -v '^ *+' conftest.er1 >conftest.err 12674 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1 12675 rm -f conftest.er1
12081 cat conftest.err >&5 12676 cat conftest.err >&5
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && 12678 (exit $ac_status); } &&
12084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12679 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5 12681 (eval $ac_try) 2>&5
12087 ac_status=$? 12682 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; } && 12684 (exit $ac_status); }; } &&
12135 grep -v '^ *+' conftest.er1 >conftest.err 12730 grep -v '^ *+' conftest.er1 >conftest.err
12136 rm -f conftest.er1 12731 rm -f conftest.er1
12137 cat conftest.err >&5 12732 cat conftest.err >&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); } && 12734 (exit $ac_status); } &&
12140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12735 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5 12737 (eval $ac_try) 2>&5
12143 ac_status=$? 12738 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; } && 12740 (exit $ac_status); }; } &&
12175 grep -v '^ *+' conftest.er1 >conftest.err 12770 grep -v '^ *+' conftest.er1 >conftest.err
12176 rm -f conftest.er1 12771 rm -f conftest.er1
12177 cat conftest.err >&5 12772 cat conftest.err >&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); } && 12774 (exit $ac_status); } &&
12180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12775 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5 12777 (eval $ac_try) 2>&5
12183 ac_status=$? 12778 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; } && 12780 (exit $ac_status); }; } &&
12239 grep -v '^ *+' conftest.er1 >conftest.err 12834 grep -v '^ *+' conftest.er1 >conftest.err
12240 rm -f conftest.er1 12835 rm -f conftest.er1
12241 cat conftest.err >&5 12836 cat conftest.err >&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } && 12838 (exit $ac_status); } &&
12244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12839 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5 12841 (eval $ac_try) 2>&5
12247 ac_status=$? 12842 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; } && 12844 (exit $ac_status); }; } &&
12270See \`config.log' for more details." >&2;} 12865See \`config.log' for more details." >&2;}
12271 { (exit 1); exit 1; }; } ;; 12866 { (exit 1); exit 1; }; } ;;
12272esac 12867esac
12273else 12868else
12274 if test "$cross_compiling" = yes; then 12869 if test "$cross_compiling" = yes; then
12275 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12870 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12276See \`config.log' for more details." >&5 12871echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12277echo "$as_me: error: cannot run test program while cross compiling
12278See \`config.log' for more details." >&2;}
12279 { (exit 1); exit 1; }; } 12872 { (exit 1); exit 1; }; }
12280else 12873else
12281 cat >conftest.$ac_ext <<_ACEOF 12874 cat >conftest.$ac_ext <<_ACEOF
12282/* confdefs.h. */ 12875/* confdefs.h. */
12283_ACEOF 12876_ACEOF
12385 grep -v '^ *+' conftest.er1 >conftest.err 12978 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1 12979 rm -f conftest.er1
12387 cat conftest.err >&5 12980 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12982 (exit $ac_status); } &&
12390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12983 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12985 (eval $ac_try) 2>&5
12393 ac_status=$? 12986 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; } && 12988 (exit $ac_status); }; } &&
12447 grep -v '^ *+' conftest.er1 >conftest.err 13040 grep -v '^ *+' conftest.er1 >conftest.err
12448 rm -f conftest.er1 13041 rm -f conftest.er1
12449 cat conftest.err >&5 13042 cat conftest.err >&5
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); } && 13044 (exit $ac_status); } &&
12452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13045 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5 13047 (eval $ac_try) 2>&5
12455 ac_status=$? 13048 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } && 13050 (exit $ac_status); }; } &&
12487 grep -v '^ *+' conftest.er1 >conftest.err 13080 grep -v '^ *+' conftest.er1 >conftest.err
12488 rm -f conftest.er1 13081 rm -f conftest.er1
12489 cat conftest.err >&5 13082 cat conftest.err >&5
12490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491 (exit $ac_status); } && 13084 (exit $ac_status); } &&
12492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13085 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494 (eval $ac_try) 2>&5 13087 (eval $ac_try) 2>&5
12495 ac_status=$? 13088 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); }; } && 13090 (exit $ac_status); }; } &&
12543 grep -v '^ *+' conftest.er1 >conftest.err 13136 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1 13137 rm -f conftest.er1
12545 cat conftest.err >&5 13138 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && 13140 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13141 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5 13143 (eval $ac_try) 2>&5
12551 ac_status=$? 13144 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } && 13146 (exit $ac_status); }; } &&
12583 grep -v '^ *+' conftest.er1 >conftest.err 13176 grep -v '^ *+' conftest.er1 >conftest.err
12584 rm -f conftest.er1 13177 rm -f conftest.er1
12585 cat conftest.err >&5 13178 cat conftest.err >&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 13180 (exit $ac_status); } &&
12588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13181 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 13183 (eval $ac_try) 2>&5
12591 ac_status=$? 13184 ac_status=$?
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; } && 13186 (exit $ac_status); }; } &&
12647 grep -v '^ *+' conftest.er1 >conftest.err 13240 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1 13241 rm -f conftest.er1
12649 cat conftest.err >&5 13242 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && 13244 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13245 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5 13247 (eval $ac_try) 2>&5
12655 ac_status=$? 13248 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } && 13250 (exit $ac_status); }; } &&
12678See \`config.log' for more details." >&2;} 13271See \`config.log' for more details." >&2;}
12679 { (exit 1); exit 1; }; } ;; 13272 { (exit 1); exit 1; }; } ;;
12680esac 13273esac
12681else 13274else
12682 if test "$cross_compiling" = yes; then 13275 if test "$cross_compiling" = yes; then
12683 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13276 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12684See \`config.log' for more details." >&5 13277echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12685echo "$as_me: error: cannot run test program while cross compiling
12686See \`config.log' for more details." >&2;}
12687 { (exit 1); exit 1; }; } 13278 { (exit 1); exit 1; }; }
12688else 13279else
12689 cat >conftest.$ac_ext <<_ACEOF 13280 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */ 13281/* confdefs.h. */
12691_ACEOF 13282_ACEOF
12793 grep -v '^ *+' conftest.er1 >conftest.err 13384 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1 13385 rm -f conftest.er1
12795 cat conftest.err >&5 13386 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } && 13388 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13389 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5 13391 (eval $ac_try) 2>&5
12801 ac_status=$? 13392 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } && 13394 (exit $ac_status); }; } &&
12855 grep -v '^ *+' conftest.er1 >conftest.err 13446 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1 13447 rm -f conftest.er1
12857 cat conftest.err >&5 13448 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && 13450 (exit $ac_status); } &&
12860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13451 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12862 (eval $ac_try) 2>&5 13453 (eval $ac_try) 2>&5
12863 ac_status=$? 13454 ac_status=$?
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); }; } && 13456 (exit $ac_status); }; } &&
12895 grep -v '^ *+' conftest.er1 >conftest.err 13486 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1 13487 rm -f conftest.er1
12897 cat conftest.err >&5 13488 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && 13490 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13491 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5 13493 (eval $ac_try) 2>&5
12903 ac_status=$? 13494 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } && 13496 (exit $ac_status); }; } &&
12951 grep -v '^ *+' conftest.er1 >conftest.err 13542 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1 13543 rm -f conftest.er1
12953 cat conftest.err >&5 13544 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && 13546 (exit $ac_status); } &&
12956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13547 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 13549 (eval $ac_try) 2>&5
12959 ac_status=$? 13550 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; } && 13552 (exit $ac_status); }; } &&
12991 grep -v '^ *+' conftest.er1 >conftest.err 13582 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1 13583 rm -f conftest.er1
12993 cat conftest.err >&5 13584 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && 13586 (exit $ac_status); } &&
12996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13587 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12998 (eval $ac_try) 2>&5 13589 (eval $ac_try) 2>&5
12999 ac_status=$? 13590 ac_status=$?
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); }; } && 13592 (exit $ac_status); }; } &&
13055 grep -v '^ *+' conftest.er1 >conftest.err 13646 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1 13647 rm -f conftest.er1
13057 cat conftest.err >&5 13648 cat conftest.err >&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && 13650 (exit $ac_status); } &&
13060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13651 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5 13653 (eval $ac_try) 2>&5
13063 ac_status=$? 13654 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } && 13656 (exit $ac_status); }; } &&
13086See \`config.log' for more details." >&2;} 13677See \`config.log' for more details." >&2;}
13087 { (exit 1); exit 1; }; } ;; 13678 { (exit 1); exit 1; }; } ;;
13088esac 13679esac
13089else 13680else
13090 if test "$cross_compiling" = yes; then 13681 if test "$cross_compiling" = yes; then
13091 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13682 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13092See \`config.log' for more details." >&5 13683echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13093echo "$as_me: error: cannot run test program while cross compiling
13094See \`config.log' for more details." >&2;}
13095 { (exit 1); exit 1; }; } 13684 { (exit 1); exit 1; }; }
13096else 13685else
13097 cat >conftest.$ac_ext <<_ACEOF 13686 cat >conftest.$ac_ext <<_ACEOF
13098/* confdefs.h. */ 13687/* confdefs.h. */
13099_ACEOF 13688_ACEOF
13201 grep -v '^ *+' conftest.er1 >conftest.err 13790 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1 13791 rm -f conftest.er1
13203 cat conftest.err >&5 13792 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 13794 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13795 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 13797 (eval $ac_try) 2>&5
13209 ac_status=$? 13798 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } && 13800 (exit $ac_status); }; } &&
13263 grep -v '^ *+' conftest.er1 >conftest.err 13852 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1 13853 rm -f conftest.er1
13265 cat conftest.err >&5 13854 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && 13856 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13857 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5 13859 (eval $ac_try) 2>&5
13271 ac_status=$? 13860 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } && 13862 (exit $ac_status); }; } &&
13303 grep -v '^ *+' conftest.er1 >conftest.err 13892 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1 13893 rm -f conftest.er1
13305 cat conftest.err >&5 13894 cat conftest.err >&5
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && 13896 (exit $ac_status); } &&
13308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13897 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310 (eval $ac_try) 2>&5 13899 (eval $ac_try) 2>&5
13311 ac_status=$? 13900 ac_status=$?
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); }; } && 13902 (exit $ac_status); }; } &&
13359 grep -v '^ *+' conftest.er1 >conftest.err 13948 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1 13949 rm -f conftest.er1
13361 cat conftest.err >&5 13950 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } && 13952 (exit $ac_status); } &&
13364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13953 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5 13955 (eval $ac_try) 2>&5
13367 ac_status=$? 13956 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } && 13958 (exit $ac_status); }; } &&
13399 grep -v '^ *+' conftest.er1 >conftest.err 13988 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1 13989 rm -f conftest.er1
13401 cat conftest.err >&5 13990 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } && 13992 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13993 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5 13995 (eval $ac_try) 2>&5
13407 ac_status=$? 13996 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } && 13998 (exit $ac_status); }; } &&
13463 grep -v '^ *+' conftest.er1 >conftest.err 14052 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1 14053 rm -f conftest.er1
13465 cat conftest.err >&5 14054 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 14056 (exit $ac_status); } &&
13468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14057 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 14059 (eval $ac_try) 2>&5
13471 ac_status=$? 14060 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } && 14062 (exit $ac_status); }; } &&
13494See \`config.log' for more details." >&2;} 14083See \`config.log' for more details." >&2;}
13495 { (exit 1); exit 1; }; } ;; 14084 { (exit 1); exit 1; }; } ;;
13496esac 14085esac
13497else 14086else
13498 if test "$cross_compiling" = yes; then 14087 if test "$cross_compiling" = yes; then
13499 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 14088 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13500See \`config.log' for more details." >&5 14089echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13501echo "$as_me: error: cannot run test program while cross compiling
13502See \`config.log' for more details." >&2;}
13503 { (exit 1); exit 1; }; } 14090 { (exit 1); exit 1; }; }
13504else 14091else
13505 cat >conftest.$ac_ext <<_ACEOF 14092 cat >conftest.$ac_ext <<_ACEOF
13506/* confdefs.h. */ 14093/* confdefs.h. */
13507_ACEOF 14094_ACEOF
13608 grep -v '^ *+' conftest.er1 >conftest.err 14195 grep -v '^ *+' conftest.er1 >conftest.err
13609 rm -f conftest.er1 14196 rm -f conftest.er1
13610 cat conftest.err >&5 14197 cat conftest.err >&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } && 14199 (exit $ac_status); } &&
13613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14200 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5 14202 (eval $ac_try) 2>&5
13616 ac_status=$? 14203 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; } && 14205 (exit $ac_status); }; } &&
13690 grep -v '^ *+' conftest.er1 >conftest.err 14277 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1 14278 rm -f conftest.er1
13692 cat conftest.err >&5 14279 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && 14281 (exit $ac_status); } &&
13695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14282 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13697 (eval $ac_try) 2>&5 14284 (eval $ac_try) 2>&5
13698 ac_status=$? 14285 ac_status=$?
13699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700 (exit $ac_status); }; } && 14287 (exit $ac_status); }; } &&
13772 grep -v '^ *+' conftest.er1 >conftest.err 14359 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14360 rm -f conftest.er1
13774 cat conftest.err >&5 14361 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && 14363 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14364 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5 14366 (eval $ac_try) 2>&5
13780 ac_status=$? 14367 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } && 14369 (exit $ac_status); }; } &&
13854 grep -v '^ *+' conftest.er1 >conftest.err 14441 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1 14442 rm -f conftest.er1
13856 cat conftest.err >&5 14443 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && 14445 (exit $ac_status); } &&
13859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14446 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13861 (eval $ac_try) 2>&5 14448 (eval $ac_try) 2>&5
13862 ac_status=$? 14449 ac_status=$?
13863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13864 (exit $ac_status); }; } && 14451 (exit $ac_status); }; } &&
13966 grep -v '^ *+' conftest.er1 >conftest.err 14553 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1 14554 rm -f conftest.er1
13968 cat conftest.err >&5 14555 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && 14557 (exit $ac_status); } &&
13971 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14558 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5 14560 (eval $ac_try) 2>&5
13974 ac_status=$? 14561 ac_status=$?
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; } && 14563 (exit $ac_status); }; } &&
14106 grep -v '^ *+' conftest.er1 >conftest.err 14693 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1 14694 rm -f conftest.er1
14108 cat conftest.err >&5 14695 cat conftest.err >&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } && 14697 (exit $ac_status); } &&
14111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14698 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14113 (eval $ac_try) 2>&5 14700 (eval $ac_try) 2>&5
14114 ac_status=$? 14701 ac_status=$?
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); }; } && 14703 (exit $ac_status); }; } &&
14170 grep -v '^ *+' conftest.er1 >conftest.err 14757 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1 14758 rm -f conftest.er1
14172 cat conftest.err >&5 14759 cat conftest.err >&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && 14761 (exit $ac_status); } &&
14175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14762 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5 14764 (eval $ac_try) 2>&5
14178 ac_status=$? 14765 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; } && 14767 (exit $ac_status); }; } &&
14213 rm -f conftest.er1 14800 rm -f conftest.er1
14214 cat conftest.err >&5 14801 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null; then 14803 (exit $ac_status); } >/dev/null; then
14217 if test -s conftest.err; then 14804 if test -s conftest.err; then
14218 ac_cpp_err=$ac_c_preproc_warn_flag 14805 ac_cpp_err=$ac_cxx_preproc_warn_flag
14219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14806 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14220 else 14807 else
14221 ac_cpp_err= 14808 ac_cpp_err=
14222 fi 14809 fi
14223else 14810else
14224 ac_cpp_err=yes 14811 ac_cpp_err=yes
14234rm -f conftest.err conftest.$ac_ext 14821rm -f conftest.err conftest.$ac_ext
14235echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14822echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14236echo "${ECHO_T}$ac_header_preproc" >&6 14823echo "${ECHO_T}$ac_header_preproc" >&6
14237 14824
14238# So? What about this header? 14825# So? What about this header?
14239case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14826case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14240 yes:no: ) 14827 yes:no: )
14241 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 14828 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
14242echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14829echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14243 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5 14830 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
14244echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;} 14831echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14308 grep -v '^ *+' conftest.er1 >conftest.err 14895 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1 14896 rm -f conftest.er1
14310 cat conftest.err >&5 14897 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && 14899 (exit $ac_status); } &&
14313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14900 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5 14902 (eval $ac_try) 2>&5
14316 ac_status=$? 14903 ac_status=$?
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } && 14905 (exit $ac_status); }; } &&
14370 grep -v '^ *+' conftest.er1 >conftest.err 14957 grep -v '^ *+' conftest.er1 >conftest.err
14371 rm -f conftest.er1 14958 rm -f conftest.er1
14372 cat conftest.err >&5 14959 cat conftest.err >&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } && 14961 (exit $ac_status); } &&
14375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14962 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5 14964 (eval $ac_try) 2>&5
14378 ac_status=$? 14965 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } && 14967 (exit $ac_status); }; } &&
14431 grep -v '^ *+' conftest.er1 >conftest.err 15018 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1 15019 rm -f conftest.er1
14433 cat conftest.err >&5 15020 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && 15022 (exit $ac_status); } &&
14436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15023 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5 15025 (eval $ac_try) 2>&5
14439 ac_status=$? 15026 ac_status=$?
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; } && 15028 (exit $ac_status); }; } &&
14496 grep -v '^ *+' conftest.er1 >conftest.err 15083 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1 15084 rm -f conftest.er1
14498 cat conftest.err >&5 15085 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 15087 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15088 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 15090 (eval $ac_try) 2>&5
14504 ac_status=$? 15091 ac_status=$?
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; } && 15093 (exit $ac_status); }; } &&
14539 rm -f conftest.er1 15126 rm -f conftest.er1
14540 cat conftest.err >&5 15127 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } >/dev/null; then 15129 (exit $ac_status); } >/dev/null; then
14543 if test -s conftest.err; then 15130 if test -s conftest.err; then
14544 ac_cpp_err=$ac_c_preproc_warn_flag 15131 ac_cpp_err=$ac_cxx_preproc_warn_flag
14545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 15132 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14546 else 15133 else
14547 ac_cpp_err= 15134 ac_cpp_err=
14548 fi 15135 fi
14549else 15136else
14550 ac_cpp_err=yes 15137 ac_cpp_err=yes
14560rm -f conftest.err conftest.$ac_ext 15147rm -f conftest.err conftest.$ac_ext
14561echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15148echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14562echo "${ECHO_T}$ac_header_preproc" >&6 15149echo "${ECHO_T}$ac_header_preproc" >&6
14563 15150
14564# So? What about this header? 15151# So? What about this header?
14565case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15152case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14566 yes:no: ) 15153 yes:no: )
14567 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 15154 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
14568echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 15155echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14569 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5 15156 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
14570echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;} 15157echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14633 grep -v '^ *+' conftest.er1 >conftest.err 15220 grep -v '^ *+' conftest.er1 >conftest.err
14634 rm -f conftest.er1 15221 rm -f conftest.er1
14635 cat conftest.err >&5 15222 cat conftest.err >&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } && 15224 (exit $ac_status); } &&
14638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15225 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5 15227 (eval $ac_try) 2>&5
14641 ac_status=$? 15228 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; } && 15230 (exit $ac_status); }; } &&
14695 grep -v '^ *+' conftest.er1 >conftest.err 15282 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 15283 rm -f conftest.er1
14697 cat conftest.err >&5 15284 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && 15286 (exit $ac_status); } &&
14700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15287 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5 15289 (eval $ac_try) 2>&5
14703 ac_status=$? 15290 ac_status=$?
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; } && 15292 (exit $ac_status); }; } &&
14764 grep -v '^ *+' conftest.er1 >conftest.err 15351 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1 15352 rm -f conftest.er1
14766 cat conftest.err >&5 15353 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && 15355 (exit $ac_status); } &&
14769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15356 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5 15358 (eval $ac_try) 2>&5
14772 ac_status=$? 15359 ac_status=$?
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } && 15361 (exit $ac_status); }; } &&
14829 grep -v '^ *+' conftest.er1 >conftest.err 15416 grep -v '^ *+' conftest.er1 >conftest.err
14830 rm -f conftest.er1 15417 rm -f conftest.er1
14831 cat conftest.err >&5 15418 cat conftest.err >&5
14832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14833 (exit $ac_status); } && 15420 (exit $ac_status); } &&
14834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15421 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14836 (eval $ac_try) 2>&5 15423 (eval $ac_try) 2>&5
14837 ac_status=$? 15424 ac_status=$?
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); }; } && 15426 (exit $ac_status); }; } &&
15458 grep -v '^ *+' conftest.er1 >conftest.err 16045 grep -v '^ *+' conftest.er1 >conftest.err
15459 rm -f conftest.er1 16046 rm -f conftest.er1
15460 cat conftest.err >&5 16047 cat conftest.err >&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && 16049 (exit $ac_status); } &&
15463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16050 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5 16052 (eval $ac_try) 2>&5
15466 ac_status=$? 16053 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 16055 (exit $ac_status); }; } &&
15503/* confdefs.h. */ 16090/* confdefs.h. */
15504_ACEOF 16091_ACEOF
15505cat confdefs.h >>conftest.$ac_ext 16092cat confdefs.h >>conftest.$ac_ext
15506cat >>conftest.$ac_ext <<_ACEOF 16093cat >>conftest.$ac_ext <<_ACEOF
15507/* end confdefs.h. */ 16094/* end confdefs.h. */
15508#include <locale.h> 16095#include <clocale>
15509int 16096int
15510main () 16097main ()
15511{ 16098{
15512setlocale(LC_CTYPE, ""); 16099setlocale(LC_CTYPE, "");
15513 ; 16100 ;
15521 grep -v '^ *+' conftest.er1 >conftest.err 16108 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1 16109 rm -f conftest.er1
15523 cat conftest.err >&5 16110 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } && 16112 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16113 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15528 (eval $ac_try) 2>&5 16115 (eval $ac_try) 2>&5
15529 ac_status=$? 16116 ac_status=$?
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); }; } && 16118 (exit $ac_status); }; } &&
15582 grep -v '^ *+' conftest.er1 >conftest.err 16169 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1 16170 rm -f conftest.er1
15584 cat conftest.err >&5 16171 cat conftest.err >&5
15585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } && 16173 (exit $ac_status); } &&
15587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16174 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15589 (eval $ac_try) 2>&5 16176 (eval $ac_try) 2>&5
15590 ac_status=$? 16177 ac_status=$?
15591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); }; } && 16179 (exit $ac_status); }; } &&
15610echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6 16197echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
15611if test x$rxvt_cv_func_nl_langinfo = xyes; then 16198if test x$rxvt_cv_func_nl_langinfo = xyes; then
15612 16199
15613cat >>confdefs.h <<\_ACEOF 16200cat >>confdefs.h <<\_ACEOF
15614#define HAVE_NL_LANGINFO 1 16201#define HAVE_NL_LANGINFO 1
16202_ACEOF
16203
16204fi
16205
16206echo "$as_me:$LINENO: checking for broken XIM callback" >&5
16207echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
16208if test "${rxvt_broken_ximcb+set}" = set; then
16209 echo $ECHO_N "(cached) $ECHO_C" >&6
16210else
16211 cat >conftest.$ac_ext <<_ACEOF
16212
16213#include <X11/Xlib.h>
16214
16215void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
16216
16217void f() {
16218 XIMCallback cb;
16219 cb.callback = im_destroy_cb;
16220}
16221
16222_ACEOF
16223rm -f conftest.$ac_objext
16224if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16225 (eval $ac_compile) 2>conftest.er1
16226 ac_status=$?
16227 grep -v '^ *+' conftest.er1 >conftest.err
16228 rm -f conftest.er1
16229 cat conftest.err >&5
16230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16231 (exit $ac_status); } &&
16232 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16234 (eval $ac_try) 2>&5
16235 ac_status=$?
16236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16237 (exit $ac_status); }; } &&
16238 { ac_try='test -s conftest.$ac_objext'
16239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16240 (eval $ac_try) 2>&5
16241 ac_status=$?
16242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16243 (exit $ac_status); }; }; then
16244 rxvt_broken_ximcb=yes
16245else
16246 echo "$as_me: failed program was:" >&5
16247sed 's/^/| /' conftest.$ac_ext >&5
16248
16249rxvt_broken_ximcb=no
16250fi
16251rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16252fi
16253echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
16254echo "${ECHO_T}$rxvt_broken_ximcb" >&6
16255
16256if test x$rxvt_broken_ximcb = xyes; then
16257
16258cat >>confdefs.h <<\_ACEOF
16259#define XIMCB_PROTO_BROKEN 1
15615_ACEOF 16260_ACEOF
15616 16261
15617fi 16262fi
15618 16263
15619echo "$as_me:$LINENO: checking for getpt" >&5 16264echo "$as_me:$LINENO: checking for getpt" >&5
15627cat confdefs.h >>conftest.$ac_ext 16272cat confdefs.h >>conftest.$ac_ext
15628cat >>conftest.$ac_ext <<_ACEOF 16273cat >>conftest.$ac_ext <<_ACEOF
15629/* end confdefs.h. */ 16274/* end confdefs.h. */
15630#define _GNU_SOURCE 16275#define _GNU_SOURCE
15631#ifdef HAVE_STDLIB_H 16276#ifdef HAVE_STDLIB_H
15632# include <stdlib.h> 16277# include <cstdlib>
15633#endif 16278#endif
15634int 16279int
15635main () 16280main ()
15636{ 16281{
15637(void)getpt(); 16282(void)getpt();
15646 grep -v '^ *+' conftest.er1 >conftest.err 16291 grep -v '^ *+' conftest.er1 >conftest.err
15647 rm -f conftest.er1 16292 rm -f conftest.er1
15648 cat conftest.err >&5 16293 cat conftest.err >&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && 16295 (exit $ac_status); } &&
15651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16296 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5 16298 (eval $ac_try) 2>&5
15654 ac_status=$? 16299 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; } && 16301 (exit $ac_status); }; } &&
15802#define PTYCHAR2 "$pch2" 16447#define PTYCHAR2 "$pch2"
15803_ACEOF 16448_ACEOF
15804 16449
15805fi 16450fi
15806 16451
15807echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 16452if test x$support_8bitctrls = xyes; then
15808echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6 16453
15809if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
15810 echo $ECHO_N "(cached) $ECHO_C" >&6
15811else
15812 ac_check_lib_save_LIBS=$LIBS
15813LIBS="-lxpg4 $LIBS"
15814cat >conftest.$ac_ext <<_ACEOF
15815/* confdefs.h. */
15816_ACEOF
15817cat confdefs.h >>conftest.$ac_ext
15818cat >>conftest.$ac_ext <<_ACEOF 16454cat >>confdefs.h <<\_ACEOF
15819/* end confdefs.h. */ 16455#define EIGHT_BIT_CONTROLS 1
15820
15821/* Override any gcc2 internal prototype to avoid an error. */
15822#ifdef __cplusplus
15823extern "C"
15824#endif
15825/* We use char because int might match the return type of a gcc2
15826 builtin and then its argument prototype would still apply. */
15827char setlocale ();
15828int
15829main ()
15830{
15831setlocale ();
15832 ;
15833 return 0;
15834}
15835_ACEOF 16456_ACEOF
15836rm -f conftest.$ac_objext conftest$ac_exeext
15837if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15838 (eval $ac_link) 2>conftest.er1
15839 ac_status=$?
15840 grep -v '^ *+' conftest.er1 >conftest.err
15841 rm -f conftest.er1
15842 cat conftest.err >&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); } &&
15845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15847 (eval $ac_try) 2>&5
15848 ac_status=$?
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); }; } &&
15851 { ac_try='test -s conftest$ac_exeext'
15852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15853 (eval $ac_try) 2>&5
15854 ac_status=$?
15855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15856 (exit $ac_status); }; }; then
15857 ac_cv_lib_xpg4_setlocale=yes
15858else
15859 echo "$as_me: failed program was:" >&5
15860sed 's/^/| /' conftest.$ac_ext >&5
15861 16457
15862ac_cv_lib_xpg4_setlocale=no
15863fi 16458fi
15864rm -f conftest.err conftest.$ac_objext \ 16459if test x$support_fading = xyes; then
15865 conftest$ac_exeext conftest.$ac_ext
15866LIBS=$ac_check_lib_save_LIBS
15867fi
15868echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
15869echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
15870if test $ac_cv_lib_xpg4_setlocale = yes; then
15871 LIBS="$LIBS -lxpg4"
15872fi
15873 16460
16461cat >>confdefs.h <<\_ACEOF
16462#define OFF_FOCUS_FADING 1
16463_ACEOF
15874 16464
16465fi
16466if test x$support_tinting = xyes; then
16467
16468cat >>confdefs.h <<\_ACEOF
16469#define TINTING 1
16470_ACEOF
16471
16472fi
15875if test x$support_inheritpixmap = xyes; then 16473if test x$support_inheritpixmap = xyes; then
15876 16474
15877cat >>confdefs.h <<\_ACEOF 16475cat >>confdefs.h <<\_ACEOF
15878#define TRANSPARENT 1 16476#define TRANSPARENT 1
15879_ACEOF 16477_ACEOF
15933cat >>confdefs.h <<\_ACEOF 16531cat >>confdefs.h <<\_ACEOF
15934#define MOUSE_SLIP_WHEELING 1 16532#define MOUSE_SLIP_WHEELING 1
15935_ACEOF 16533_ACEOF
15936 16534
15937fi 16535fi
15938if test x$support_oldselection = xno; then
15939
15940cat >>confdefs.h <<\_ACEOF
15941#define NO_OLD_SELECTION 1
15942_ACEOF
15943
15944fi
15945if test x$support_utmp = xyes; then 16536if test x$support_utmp = xyes; then
15946 16537
15947cat >>confdefs.h <<\_ACEOF 16538cat >>confdefs.h <<\_ACEOF
15948#define UTMP_SUPPORT 1 16539#define UTMP_SUPPORT 1
15949_ACEOF 16540_ACEOF
16037cat >>confdefs.h <<\_ACEOF 16628cat >>confdefs.h <<\_ACEOF
16038#define UNICODE_3 1 16629#define UNICODE_3 1
16039_ACEOF 16630_ACEOF
16040 16631
16041fi 16632fi
16633if test x$support_combining = xyes; then
16634
16635cat >>confdefs.h <<\_ACEOF
16636#define ENABLE_COMBINING 1
16637_ACEOF
16638
16639fi
16042if test x$codesets = xall; then 16640if test x$codesets = xall; then
16043 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16641 codesets=jp,jp-ext,kr,cn,cn-ext
16044fi 16642fi
16045for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16643for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16046 16644
16047cat >>confdefs.h <<\_ACEOF 16645cat >>confdefs.h <<\_ACEOF
16048#define ENCODING_EU 1 16646#define ENCODING_EU 1
16049_ACEOF 16647_ACEOF
16050 16648
16051 case "$codeset" in 16649
16052 VN )
16053cat >>confdefs.h <<\_ACEOF 16650cat >>confdefs.h <<\_ACEOF
16054#define ENCODING_VN 1 16651#define ENCODING_VN 1
16055_ACEOF 16652_ACEOF
16056 ;; 16653
16654 case "$codeset" in
16057 JP ) 16655 JP )
16058cat >>confdefs.h <<\_ACEOF 16656cat >>confdefs.h <<\_ACEOF
16059#define ENCODING_JP 1 16657#define ENCODING_JP 1
16060_ACEOF 16658_ACEOF
16061 ;; 16659 ;;
16129_ACEOF 16727_ACEOF
16130program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 16728program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16131rm conftest.sed 16729rm conftest.sed
16132 16730
16133 16731
16134RXVTNAME=`echo rxvt|sed "$program_transform_name"`
16135
16136
16137 16732
16138 16733
16139 16734
16140if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16735if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16141 include_stdint_h="#include <stdint.h>" 16736 include_stdint_h="#include <stdint.h>"
16142else 16737else
16143 include_stdint_h="/* #include <stdint.h> */" 16738 include_stdint_h="/* #include <stdint.h> */"
16144fi 16739fi
16145if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16740if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16146 include_stdarg_h="#include <stdarg.h>" 16741 include_stdarg_h="#include <cstdarg>"
16147else 16742else
16148 include_stdarg_h="/* #include <stdarg.h> */" 16743 include_stdarg_h="/* #include <cstdarg> */"
16149fi 16744fi
16150if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16745if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16151 include_stdlib_h="#include <stdlib.h>" 16746 include_stdlib_h="#include <cstdlib>"
16152else 16747else
16153 include_stdlib_h="/* #include <stdlib.h> */" 16748 include_stdlib_h="/* #include <cstdlib> */"
16154fi 16749fi
16155if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16750if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16156 include_unistd_h="#include <unistd.h>" 16751 include_unistd_h="#include <unistd.h>"
16157else 16752else
16158 include_unistd_h="/* #include <unistd.h> */" 16753 include_unistd_h="/* #include <unistd.h> */"
16159fi 16754fi
16160if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16755if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16161 include_string_h="#include <string.h>" 16756 include_string_h="#include <cstring>"
16162else 16757else
16163 include_string_h="/* #include <string.h> */" 16758 include_string_h="/* #include <cstring> */"
16164fi 16759fi
16165if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16760if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16166 include_fcntl_h="#include <fcntl.h>" 16761 include_fcntl_h="#include <fcntl.h>"
16167else 16762else
16168 include_fcntl_h="/* #include <fcntl.h> */" 16763 include_fcntl_h="/* #include <fcntl.h> */"
16240 grep -v '^ *+' conftest.er1 >conftest.err 16835 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1 16836 rm -f conftest.er1
16242 cat conftest.err >&5 16837 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && 16839 (exit $ac_status); } &&
16245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16840 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5 16842 (eval $ac_try) 2>&5
16248 ac_status=$? 16843 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; } && 16845 (exit $ac_status); }; } &&
16283 rm -f conftest.er1 16878 rm -f conftest.er1
16284 cat conftest.err >&5 16879 cat conftest.err >&5
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); } >/dev/null; then 16881 (exit $ac_status); } >/dev/null; then
16287 if test -s conftest.err; then 16882 if test -s conftest.err; then
16288 ac_cpp_err=$ac_c_preproc_warn_flag 16883 ac_cpp_err=$ac_cxx_preproc_warn_flag
16289 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 16884 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16290 else 16885 else
16291 ac_cpp_err= 16886 ac_cpp_err=
16292 fi 16887 fi
16293else 16888else
16294 ac_cpp_err=yes 16889 ac_cpp_err=yes
16304rm -f conftest.err conftest.$ac_ext 16899rm -f conftest.err conftest.$ac_ext
16305echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16900echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16306echo "${ECHO_T}$ac_header_preproc" >&6 16901echo "${ECHO_T}$ac_header_preproc" >&6
16307 16902
16308# So? What about this header? 16903# So? What about this header?
16309case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16904case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16310 yes:no: ) 16905 yes:no: )
16311 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16906 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16312echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 16907echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16313 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 16908 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16314echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 16909echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16396 grep -v '^ *+' conftest.er1 >conftest.err 16991 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1 16992 rm -f conftest.er1
16398 cat conftest.err >&5 16993 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && 16995 (exit $ac_status); } &&
16401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16996 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5 16998 (eval $ac_try) 2>&5
16404 ac_status=$? 16999 ac_status=$?
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; } && 17001 (exit $ac_status); }; } &&
16443 17038
16444 fi 17039 fi
16445fi 17040fi
16446 17041
16447 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile" 17042 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile"
17043
16448cat >confcache <<\_ACEOF 17044cat >confcache <<\_ACEOF
16449# This file is a shell script that caches the results of configure 17045# This file is a shell script that caches the results of configure
16450# tests run on this system so they can be shared between configure 17046# tests run on this system so they can be shared between configure
16451# scripts and configure runs, see configure's option --config-cache. 17047# scripts and configure runs, see configure's option --config-cache.
16452# It is not useful on other systems. If it contains results you don't 17048# It is not useful on other systems. If it contains results you don't
17079s,@CPP@,$CPP,;t t 17675s,@CPP@,$CPP,;t t
17080s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 17676s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17081s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 17677s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17082s,@INSTALL_DATA@,$INSTALL_DATA,;t t 17678s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17083s,@AWK@,$AWK,;t t 17679s,@AWK@,$AWK,;t t
17680s,@LINKER@,$LINKER,;t t
17681s,@CXXCPP@,$CXXCPP,;t t
17084s,@EGREP@,$EGREP,;t t 17682s,@EGREP@,$EGREP,;t t
17085s,@build@,$build,;t t 17683s,@build@,$build,;t t
17086s,@build_cpu@,$build_cpu,;t t 17684s,@build_cpu@,$build_cpu,;t t
17087s,@build_vendor@,$build_vendor,;t t 17685s,@build_vendor@,$build_vendor,;t t
17088s,@build_os@,$build_os,;t t 17686s,@build_os@,$build_os,;t t
17096s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 17694s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17097s,@STRIP@,$STRIP,;t t 17695s,@STRIP@,$STRIP,;t t
17098s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 17696s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17099s,@LIBTOOL@,$LIBTOOL,;t t 17697s,@LIBTOOL@,$LIBTOOL,;t t
17100s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 17698s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17699s,@RXVTNAME@,$RXVTNAME,;t t
17101s,@MV@,$MV,;t t 17700s,@MV@,$MV,;t t
17102s,@RM@,$RM,;t t 17701s,@RM@,$RM,;t t
17103s,@CP@,$CP,;t t 17702s,@CP@,$CP,;t t
17104s,@LN@,$LN,;t t 17703s,@LN@,$LN,;t t
17105s,@SED@,$SED,;t t 17704s,@SED@,$SED,;t t
17119s,@rxvt_intp_define@,$rxvt_intp_define,;t t 17718s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17120s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 17719s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17121s,@DEBUG@,$DEBUG,;t t 17720s,@DEBUG@,$DEBUG,;t t
17122s,@DINCLUDE@,$DINCLUDE,;t t 17721s,@DINCLUDE@,$DINCLUDE,;t t
17123s,@DLIB@,$DLIB,;t t 17722s,@DLIB@,$DLIB,;t t
17124s,@RXVTNAME@,$RXVTNAME,;t t
17125s,@include_stdint_h@,$include_stdint_h,;t t 17723s,@include_stdint_h@,$include_stdint_h,;t t
17126s,@include_stdarg_h@,$include_stdarg_h,;t t 17724s,@include_stdarg_h@,$include_stdarg_h,;t t
17127s,@include_stdlib_h@,$include_stdlib_h,;t t 17725s,@include_stdlib_h@,$include_stdlib_h,;t t
17128s,@include_unistd_h@,$include_unistd_h,;t t 17726s,@include_unistd_h@,$include_unistd_h,;t t
17129s,@include_string_h@,$include_string_h,;t t 17727s,@include_string_h@,$include_string_h,;t t
17635echo "Configuration: 18233echo "Configuration:
17636 18234
17637 Rxvt version: $VERSION : $DATE 18235 Rxvt version: $VERSION : $DATE
17638 Source code location: $srcdir 18236 Source code location: $srcdir
17639 Install path: ${prefix}/bin 18237 Install path: ${prefix}/bin
17640 Compiler: $CC 18238 Compiler: $CXX
17641 Compiler flags: $CFLAGS" 18239 Compiler flags: $CFLAGS
18240 Linker: $LINKER"
17642 18241
17643if test "$MALLOC_TYPE" = S; then 18242if test "$MALLOC_TYPE" = S; then
17644 echo " malloc support: system default" 18243 echo " malloc support: system default"
17645fi 18244fi
17646if test "$MALLOC_TYPE" = G; then 18245if test "$MALLOC_TYPE" = G; then
17657echo " 18256echo "
17658The following are set in config.h 18257The following are set in config.h
17659" 18258"
17660echo " pty/tty type: "$rxvt_cv_ptys 18259echo " pty/tty type: "$rxvt_cv_ptys
17661if test x$support_utmp != xyes; then 18260if test x$support_utmp != xyes; then
17662 echo " utmp support: disabled 18261 echo " utmp support: disabled"
17663" 18262 echo
17664else 18263else
17665 echo " utmp support: enabled 18264 echo " utmp support: enabled
17666 utmp file: $rxvt_cv_path_utmp 18265 utmp file: $rxvt_cv_path_utmp
17667 utmpx file: $rxvt_cv_path_utmpx 18266 utmpx file: $rxvt_cv_path_utmpx
17668 wtmp file: $rxvt_cv_path_wtmp 18267 wtmp file: $rxvt_cv_path_wtmp
17669 wtmpx file: $rxvt_cv_path_wtmpx 18268 wtmpx file: $rxvt_cv_path_wtmpx
17670 lastlog file: $rxvt_cv_path_lastlog 18269 lastlog file: $rxvt_cv_path_lastlog
17671 ttys/ttytab file: $rxvt_cv_path_ttytab 18270 ttys/ttytab file: $rxvt_cv_path_ttytab"
17672" 18271 echo
17673fi 18272fi
17674if test x$term != x; then 18273if test x$term != x; then
17675 echo " set TERM to: $term 18274 echo " set TERM to: $term"
17676"
17677fi 18275fi
17678if test x$terminfo != x; then 18276if test x$terminfo != x; then
17679 echo " set TERMINFO to: $terminfo 18277 echo " set TERMINFO to: $terminfo"
17680"
17681fi 18278fi
18279echo " default resource name: $RESNAME"
18280echo " resource class: $RESCLASS"
18281if test x$RESFALLBACK != x; then
18282 echo " resource class fallback: $RESFALLBACK"
18283fi
18284echo
17682if test x$rxvt_cv_ptys = xUNKNOWN; then 18285if test x$rxvt_cv_ptys = xUNKNOWN; then
17683 echo ".----------------------------------------------------------------." 18286 echo ".----------------------------------------------------------------."
17684 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18287 echo ". WARNING: could not determine pty/tty type. Do not build until ."
17685 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18288 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
17686 echo ".----------------------------------------------------------------." 18289 echo ".----------------------------------------------------------------."
17700 echo ". WARNING: --enable-xim was specified however the locale support ." 18303 echo ". WARNING: --enable-xim was specified however the locale support ."
17701 echo ". functions could not be found. ." 18304 echo ". functions could not be found. ."
17702 echo ". XIM is now being DISABLED! ." 18305 echo ". XIM is now being DISABLED! ."
17703 echo ".----------------------------------------------------------------." 18306 echo ".----------------------------------------------------------------."
17704fi 18307fi
18308
17705echo " *** Please check src/feature.h for further options *** 18309echo " *** Please check src/feature.h for further options ***"
17706" 18310echo
18311
18312echo ".----------------------------------------------------------------."
18313echo ". NOTE: most features are disabled by default, try ."
18314echo ". configure --help to get an idea of the optional features ."
18315echo ".----------------------------------------------------------------."
18316echo
18317

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines