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.21 by pcg, Sun Mar 14 23:14:37 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
1043 --enable-ttygid enable tty setting to group named "tty" 1048 --enable-ttygid enable tty setting to group named "tty"
1044 --disable-backspace-key disable handling of the backspace key 1049 --disable-backspace-key disable handling of the backspace key
1045 --disable-delete-key disable handling of the delete key 1050 --disable-delete-key disable handling of the delete key
1046 --disable-resources disable all resource checking 1051 --disable-resources disable all resource checking
1047 --enable-xgetdefault enable resources via X instead of our small version 1052 --enable-xgetdefault enable resources via X instead of our small version
1053 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1048 --enable-strings enable some replacement system functions 1054 --enable-strings enable some replacement system functions
1049 --disable-swapscreen disable swap screen support 1055 --disable-swapscreen disable swap screen support
1050 --enable-frills enable support for rarely used features 1056 --enable-frills enable support for rarely used features
1051 --enable-linespace enable support for linespace 1057 --enable-linespace enable support for linespace
1052 --enable-24bit enable support for using 24bit visuals if available 1058 --enable-24bit enable support for using 24bit visuals if available
1053 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1059 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1054 --enable-selectionscrolling enable scrolling during selections 1060 --enable-selectionscrolling enable scrolling during selections
1055 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1061 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1056 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1062 --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 1063 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1060 --enable-dlmalloc enable Doug Lea's malloc - for production use 1064 --enable-dlmalloc enable Doug Lea's malloc - for production use
1061 NOTE: enable only one malloc package 1065 NOTE: enable only one malloc package
1062 --enable-smart-resize enable smart growth/shrink behaviour 1066 --enable-smart-resize enable smart growth/shrink behaviour
1063 --enable-256-color enable 256-color support 1067 --enable-256-color enable 256-color support
1068Optional Packages: 1072Optional Packages:
1069 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1073 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1070 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1074 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1071 --with-gnu-ld assume the C compiler uses GNU ld default=no 1075 --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 1076 --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) 1077 --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) 1078 --with-res-name=NAME use this as default resource name (default: urxvt)
1075 (eucj|sjis|big5|gb|kr|noenc) 1079 --with-res-class=CLASS use this as the resource class (default: URxvt)
1080 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1076 --with-term=NAME set the terminal to NAME (default \"rxvt\") 1081 --with-term=NAME set the terminal to NAME (default: rxvt)
1077 --with-terminfo=PATH set the path to the terminfo tree to PATH 1082 --with-terminfo=PATH set the path to the terminfo tree to PATH
1078 --with-x use the X Window System 1083 --with-x use the X Window System
1079 --with-xpm-includes=DIR use XPM includes in DIR 1084 --with-xpm-includes=DIR use XPM includes in DIR
1080 --with-xpm-library=DIR use XPM library in DIR 1085 --with-xpm-library=DIR use XPM library in DIR
1081 --with-xpm use XPM 1086 --with-xpm use XPM
1088 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1093 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1089 headers in a nonstandard directory <include dir> 1094 headers in a nonstandard directory <include dir>
1090 CXX C++ compiler command 1095 CXX C++ compiler command
1091 CXXFLAGS C++ compiler flags 1096 CXXFLAGS C++ compiler flags
1092 CPP C preprocessor 1097 CPP C preprocessor
1098 CXXCPP C++ preprocessor
1093 1099
1094Use these variables to override the choices made by `configure' or to help 1100Use these variables to override the choices made by `configure' or to help
1095it to find libraries and programs with nonstandard names/locations. 1101it to find libraries and programs with nonstandard names/locations.
1096 1102
1097_ACEOF 1103_ACEOF
3193 3199
3194 test -n "$AWK" && break 3200 test -n "$AWK" && break
3195done 3201done
3196 3202
3197 3203
3204ac_ext=c
3205ac_cpp='$CPP $CPPFLAGS'
3206ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3207ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3208ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209
3210
3211LINKER="$CXX"
3212if test x$GCC = xyes && test x$GXX = xyes; then
3213
3214echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3215echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3216if test "${ac_cv_lib_supcpp_main+set}" = set; then
3217 echo $ECHO_N "(cached) $ECHO_C" >&6
3218else
3219 ac_check_lib_save_LIBS=$LIBS
3220LIBS="-lsupc++ $LIBS"
3221cat >conftest.$ac_ext <<_ACEOF
3222/* confdefs.h. */
3223_ACEOF
3224cat confdefs.h >>conftest.$ac_ext
3225cat >>conftest.$ac_ext <<_ACEOF
3226/* end confdefs.h. */
3227
3228
3229int
3230main ()
3231{
3232main ();
3233 ;
3234 return 0;
3235}
3236_ACEOF
3237rm -f conftest.$ac_objext conftest$ac_exeext
3238if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3239 (eval $ac_link) 2>conftest.er1
3240 ac_status=$?
3241 grep -v '^ *+' conftest.er1 >conftest.err
3242 rm -f conftest.er1
3243 cat conftest.err >&5
3244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3245 (exit $ac_status); } &&
3246 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3248 (eval $ac_try) 2>&5
3249 ac_status=$?
3250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3251 (exit $ac_status); }; } &&
3252 { ac_try='test -s conftest$ac_exeext'
3253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3254 (eval $ac_try) 2>&5
3255 ac_status=$?
3256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3257 (exit $ac_status); }; }; then
3258 ac_cv_lib_supcpp_main=yes
3259else
3260 echo "$as_me: failed program was:" >&5
3261sed 's/^/| /' conftest.$ac_ext >&5
3262
3263ac_cv_lib_supcpp_main=no
3264fi
3265rm -f conftest.err conftest.$ac_objext \
3266 conftest$ac_exeext conftest.$ac_ext
3267LIBS=$ac_check_lib_save_LIBS
3268fi
3269echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3270echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3271if test $ac_cv_lib_supcpp_main = yes; then
3272
3273 LINKER="$CC"
3274 LIBS="$LIBS -lsupc++"
3275
3276fi
3277
3278fi
3279LINKER=$LINKER
3280
3281
3282CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3283
3284if test x$GXX = xyes; then
3285 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3286fi
3287
3288ac_ext=cc
3289ac_cpp='$CXXCPP $CPPFLAGS'
3290ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3291ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3292ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3293
3294
3295
3296ac_ext=cc
3297ac_cpp='$CXXCPP $CPPFLAGS'
3298ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3299ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3300ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3301echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3302echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3303if test -z "$CXXCPP"; then
3304 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3305 echo $ECHO_N "(cached) $ECHO_C" >&6
3306else
3307 # Double quotes because CXXCPP needs to be expanded
3308 for CXXCPP in "$CXX -E" "/lib/cpp"
3309 do
3310 ac_preproc_ok=false
3311for ac_cxx_preproc_warn_flag in '' yes
3312do
3313 # Use a header file that comes with gcc, so configuring glibc
3314 # with a fresh cross-compiler works.
3315 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3316 # <limits.h> exists even on freestanding compilers.
3317 # On the NeXT, cc -E runs the code through the compiler's parser,
3318 # not just through cpp. "Syntax error" is here to catch this case.
3319 cat >conftest.$ac_ext <<_ACEOF
3320/* confdefs.h. */
3321_ACEOF
3322cat confdefs.h >>conftest.$ac_ext
3323cat >>conftest.$ac_ext <<_ACEOF
3324/* end confdefs.h. */
3325#ifdef __STDC__
3326# include <limits.h>
3327#else
3328# include <assert.h>
3329#endif
3330 Syntax error
3331_ACEOF
3332if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3333 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3334 ac_status=$?
3335 grep -v '^ *+' conftest.er1 >conftest.err
3336 rm -f conftest.er1
3337 cat conftest.err >&5
3338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3339 (exit $ac_status); } >/dev/null; then
3340 if test -s conftest.err; then
3341 ac_cpp_err=$ac_cxx_preproc_warn_flag
3342 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3343 else
3344 ac_cpp_err=
3345 fi
3346else
3347 ac_cpp_err=yes
3348fi
3349if test -z "$ac_cpp_err"; then
3350 :
3351else
3352 echo "$as_me: failed program was:" >&5
3353sed 's/^/| /' conftest.$ac_ext >&5
3354
3355 # Broken: fails on valid input.
3356continue
3357fi
3358rm -f conftest.err conftest.$ac_ext
3359
3360 # OK, works on sane cases. Now check whether non-existent headers
3361 # can be detected and how.
3362 cat >conftest.$ac_ext <<_ACEOF
3363/* confdefs.h. */
3364_ACEOF
3365cat confdefs.h >>conftest.$ac_ext
3366cat >>conftest.$ac_ext <<_ACEOF
3367/* end confdefs.h. */
3368#include <ac_nonexistent.h>
3369_ACEOF
3370if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3371 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3372 ac_status=$?
3373 grep -v '^ *+' conftest.er1 >conftest.err
3374 rm -f conftest.er1
3375 cat conftest.err >&5
3376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3377 (exit $ac_status); } >/dev/null; then
3378 if test -s conftest.err; then
3379 ac_cpp_err=$ac_cxx_preproc_warn_flag
3380 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3381 else
3382 ac_cpp_err=
3383 fi
3384else
3385 ac_cpp_err=yes
3386fi
3387if test -z "$ac_cpp_err"; then
3388 # Broken: success on invalid input.
3389continue
3390else
3391 echo "$as_me: failed program was:" >&5
3392sed 's/^/| /' conftest.$ac_ext >&5
3393
3394 # Passes both tests.
3395ac_preproc_ok=:
3396break
3397fi
3398rm -f conftest.err conftest.$ac_ext
3399
3400done
3401# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3402rm -f conftest.err conftest.$ac_ext
3403if $ac_preproc_ok; then
3404 break
3405fi
3406
3407 done
3408 ac_cv_prog_CXXCPP=$CXXCPP
3409
3410fi
3411 CXXCPP=$ac_cv_prog_CXXCPP
3412else
3413 ac_cv_prog_CXXCPP=$CXXCPP
3414fi
3415echo "$as_me:$LINENO: result: $CXXCPP" >&5
3416echo "${ECHO_T}$CXXCPP" >&6
3417ac_preproc_ok=false
3418for ac_cxx_preproc_warn_flag in '' yes
3419do
3420 # Use a header file that comes with gcc, so configuring glibc
3421 # with a fresh cross-compiler works.
3422 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3423 # <limits.h> exists even on freestanding compilers.
3424 # On the NeXT, cc -E runs the code through the compiler's parser,
3425 # not just through cpp. "Syntax error" is here to catch this case.
3426 cat >conftest.$ac_ext <<_ACEOF
3427/* confdefs.h. */
3428_ACEOF
3429cat confdefs.h >>conftest.$ac_ext
3430cat >>conftest.$ac_ext <<_ACEOF
3431/* end confdefs.h. */
3432#ifdef __STDC__
3433# include <limits.h>
3434#else
3435# include <assert.h>
3436#endif
3437 Syntax error
3438_ACEOF
3439if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3440 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3441 ac_status=$?
3442 grep -v '^ *+' conftest.er1 >conftest.err
3443 rm -f conftest.er1
3444 cat conftest.err >&5
3445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3446 (exit $ac_status); } >/dev/null; then
3447 if test -s conftest.err; then
3448 ac_cpp_err=$ac_cxx_preproc_warn_flag
3449 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3450 else
3451 ac_cpp_err=
3452 fi
3453else
3454 ac_cpp_err=yes
3455fi
3456if test -z "$ac_cpp_err"; then
3457 :
3458else
3459 echo "$as_me: failed program was:" >&5
3460sed 's/^/| /' conftest.$ac_ext >&5
3461
3462 # Broken: fails on valid input.
3463continue
3464fi
3465rm -f conftest.err conftest.$ac_ext
3466
3467 # OK, works on sane cases. Now check whether non-existent headers
3468 # can be detected and how.
3469 cat >conftest.$ac_ext <<_ACEOF
3470/* confdefs.h. */
3471_ACEOF
3472cat confdefs.h >>conftest.$ac_ext
3473cat >>conftest.$ac_ext <<_ACEOF
3474/* end confdefs.h. */
3475#include <ac_nonexistent.h>
3476_ACEOF
3477if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3478 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3479 ac_status=$?
3480 grep -v '^ *+' conftest.er1 >conftest.err
3481 rm -f conftest.er1
3482 cat conftest.err >&5
3483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); } >/dev/null; then
3485 if test -s conftest.err; then
3486 ac_cpp_err=$ac_cxx_preproc_warn_flag
3487 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3488 else
3489 ac_cpp_err=
3490 fi
3491else
3492 ac_cpp_err=yes
3493fi
3494if test -z "$ac_cpp_err"; then
3495 # Broken: success on invalid input.
3496continue
3497else
3498 echo "$as_me: failed program was:" >&5
3499sed 's/^/| /' conftest.$ac_ext >&5
3500
3501 # Passes both tests.
3502ac_preproc_ok=:
3503break
3504fi
3505rm -f conftest.err conftest.$ac_ext
3506
3507done
3508# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3509rm -f conftest.err conftest.$ac_ext
3510if $ac_preproc_ok; then
3511 :
3512else
3513 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3514See \`config.log' for more details." >&5
3515echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3516See \`config.log' for more details." >&2;}
3517 { (exit 1); exit 1; }; }
3518fi
3519
3520ac_ext=cc
3521ac_cpp='$CXXCPP $CPPFLAGS'
3522ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3523ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3524ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198 3525
3199 3526
3200echo "$as_me:$LINENO: checking for egrep" >&5 3527echo "$as_me:$LINENO: checking for egrep" >&5
3201echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3528echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3202if test "${ac_cv_prog_egrep+set}" = set; then 3529if test "${ac_cv_prog_egrep+set}" = set; then
3277 grep -v '^ *+' conftest.er1 >conftest.err 3604 grep -v '^ *+' conftest.er1 >conftest.err
3278 rm -f conftest.er1 3605 rm -f conftest.er1
3279 cat conftest.err >&5 3606 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3608 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3609 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3611 (eval $ac_try) 2>&5
3285 ac_status=$? 3612 ac_status=$?
3286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287 (exit $ac_status); }; } && 3614 (exit $ac_status); }; } &&
3331 grep -v '^ *+' conftest.er1 >conftest.err 3658 grep -v '^ *+' conftest.er1 >conftest.err
3332 rm -f conftest.er1 3659 rm -f conftest.er1
3333 cat conftest.err >&5 3660 cat conftest.err >&5
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); } && 3662 (exit $ac_status); } &&
3336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3663 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5 3665 (eval $ac_try) 2>&5
3339 ac_status=$? 3666 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } && 3668 (exit $ac_status); }; } &&
4035 grep -v '^ *+' conftest.er1 >conftest.err 4362 grep -v '^ *+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4363 rm -f conftest.er1
4037 cat conftest.err >&5 4364 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); } && 4366 (exit $ac_status); } &&
4040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4367 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5 4369 (eval $ac_try) 2>&5
4043 ac_status=$? 4370 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } && 4372 (exit $ac_status); }; } &&
4205 grep -v '^ *+' conftest.er1 >conftest.err 4532 grep -v '^ *+' conftest.er1 >conftest.err
4206 rm -f conftest.er1 4533 rm -f conftest.er1
4207 cat conftest.err >&5 4534 cat conftest.err >&5
4208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209 (exit $ac_status); } && 4536 (exit $ac_status); } &&
4210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4537 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4212 (eval $ac_try) 2>&5 4539 (eval $ac_try) 2>&5
4213 ac_status=$? 4540 ac_status=$?
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } && 4542 (exit $ac_status); }; } &&
4272 grep -v '^ *+' conftest.er1 >conftest.err 4599 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1 4600 rm -f conftest.er1
4274 cat conftest.err >&5 4601 cat conftest.err >&5
4275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && 4603 (exit $ac_status); } &&
4277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4604 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4279 (eval $ac_try) 2>&5 4606 (eval $ac_try) 2>&5
4280 ac_status=$? 4607 ac_status=$?
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); }; } && 4609 (exit $ac_status); }; } &&
4315 rm -f conftest.er1 4642 rm -f conftest.er1
4316 cat conftest.err >&5 4643 cat conftest.err >&5
4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318 (exit $ac_status); } >/dev/null; then 4645 (exit $ac_status); } >/dev/null; then
4319 if test -s conftest.err; then 4646 if test -s conftest.err; then
4320 ac_cpp_err=$ac_c_preproc_warn_flag 4647 ac_cpp_err=$ac_cxx_preproc_warn_flag
4321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4648 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4322 else 4649 else
4323 ac_cpp_err= 4650 ac_cpp_err=
4324 fi 4651 fi
4325else 4652else
4326 ac_cpp_err=yes 4653 ac_cpp_err=yes
4336rm -f conftest.err conftest.$ac_ext 4663rm -f conftest.err conftest.$ac_ext
4337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4664echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4338echo "${ECHO_T}$ac_header_preproc" >&6 4665echo "${ECHO_T}$ac_header_preproc" >&6
4339 4666
4340# So? What about this header? 4667# So? What about this header?
4341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4668case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4342 yes:no: ) 4669 yes:no: )
4343 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4670 { 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;} 4671echo "$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 4672 { 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;} 4673echo "$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 5033# Some flags need to be propagated to the compiler or linker for good
4707# libtool support. 5034# libtool support.
4708case "$host" in 5035case "$host" in
4709*-*-irix6*) 5036*-*-irix6*)
4710 # Find out which ABI we are using. 5037 # Find out which ABI we are using.
4711 echo '#line 4711 "configure"' > conftest.$ac_ext 5038 echo '#line 5038 "configure"' > conftest.$ac_ext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5039 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713 (eval $ac_compile) 2>&5 5040 (eval $ac_compile) 2>&5
4714 ac_status=$? 5041 ac_status=$?
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); }; then 5043 (exit $ac_status); }; then
4789 5116
4790lt_cv_cc_needs_belf=no 5117lt_cv_cc_needs_belf=no
4791fi 5118fi
4792rm -f conftest.err conftest.$ac_objext \ 5119rm -f conftest.err conftest.$ac_objext \
4793 conftest$ac_exeext conftest.$ac_ext 5120 conftest$ac_exeext conftest.$ac_ext
4794 ac_ext=c 5121 ac_ext=cc
4795ac_cpp='$CPP $CPPFLAGS' 5122ac_cpp='$CXXCPP $CPPFLAGS'
4796ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5123ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5124ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798ac_compiler_gnu=$ac_cv_c_compiler_gnu 5125ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 5126
4800fi 5127fi
4801echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5128echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4802echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 5129echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4803 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5130 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5098 grep -v '^ *+' conftest.er1 >conftest.err 5425 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5426 rm -f conftest.er1
5100 cat conftest.err >&5 5427 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5429 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5430 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5 5432 (eval $ac_try) 2>&5
5106 ac_status=$? 5433 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } && 5435 (exit $ac_status); }; } &&
5198 grep -v '^ *+' conftest.er1 >conftest.err 5525 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1 5526 rm -f conftest.er1
5200 cat conftest.err >&5 5527 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } && 5529 (exit $ac_status); } &&
5203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5530 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205 (eval $ac_try) 2>&5 5532 (eval $ac_try) 2>&5
5206 ac_status=$? 5533 ac_status=$?
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; } && 5535 (exit $ac_status); }; } &&
5257# builds. 5584# builds.
5258chmod -w . 5585chmod -w .
5259save_CFLAGS="$CFLAGS" 5586save_CFLAGS="$CFLAGS"
5260CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5587CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5261compiler_c_o=no 5588compiler_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 5589if { (eval echo configure:5589: \"$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 5590 # The compiler can only warn and ignore the option if not recognized
5264 # So say no if there are warnings 5591 # So say no if there are warnings
5265 if test -s out/conftest.err; then 5592 if test -s out/conftest.err; then
5266 compiler_c_o=no 5593 compiler_c_o=no
5267 else 5594 else
5311 grep -v '^ *+' conftest.er1 >conftest.err 5638 grep -v '^ *+' conftest.er1 >conftest.err
5312 rm -f conftest.er1 5639 rm -f conftest.er1
5313 cat conftest.err >&5 5640 cat conftest.err >&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } && 5642 (exit $ac_status); } &&
5316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5643 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 (eval $ac_try) 2>&5 5645 (eval $ac_try) 2>&5
5319 ac_status=$? 5646 ac_status=$?
5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5321 (exit $ac_status); }; } && 5648 (exit $ac_status); }; } &&
5407 grep -v '^ *+' conftest.er1 >conftest.err 5734 grep -v '^ *+' conftest.er1 >conftest.err
5408 rm -f conftest.er1 5735 rm -f conftest.er1
5409 cat conftest.err >&5 5736 cat conftest.err >&5
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); } && 5738 (exit $ac_status); } &&
5412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5739 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5414 (eval $ac_try) 2>&5 5741 (eval $ac_try) 2>&5
5415 ac_status=$? 5742 ac_status=$?
5416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417 (exit $ac_status); }; } && 5744 (exit $ac_status); }; } &&
6485 grep -v '^ *+' conftest.er1 >conftest.err 6812 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1 6813 rm -f conftest.er1
6487 cat conftest.err >&5 6814 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } && 6816 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6817 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5 6819 (eval $ac_try) 2>&5
6493 ac_status=$? 6820 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } && 6822 (exit $ac_status); }; } &&
6578 grep -v '^ *+' conftest.er1 >conftest.err 6905 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1 6906 rm -f conftest.er1
6580 cat conftest.err >&5 6907 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && 6909 (exit $ac_status); } &&
6583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6910 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6585 (eval $ac_try) 2>&5 6912 (eval $ac_try) 2>&5
6586 ac_status=$? 6913 ac_status=$?
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); }; } && 6915 (exit $ac_status); }; } &&
6670 grep -v '^ *+' conftest.er1 >conftest.err 6997 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1 6998 rm -f conftest.er1
6672 cat conftest.err >&5 6999 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 7001 (exit $ac_status); } &&
6675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7002 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 7004 (eval $ac_try) 2>&5
6678 ac_status=$? 7005 ac_status=$?
6679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6680 (exit $ac_status); }; } && 7007 (exit $ac_status); }; } &&
6735 grep -v '^ *+' conftest.er1 >conftest.err 7062 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1 7063 rm -f conftest.er1
6737 cat conftest.err >&5 7064 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && 7066 (exit $ac_status); } &&
6740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7067 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5 7069 (eval $ac_try) 2>&5
6743 ac_status=$? 7070 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; } && 7072 (exit $ac_status); }; } &&
6801 grep -v '^ *+' conftest.er1 >conftest.err 7128 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 7129 rm -f conftest.er1
6803 cat conftest.err >&5 7130 cat conftest.err >&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && 7132 (exit $ac_status); } &&
6806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7133 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6808 (eval $ac_try) 2>&5 7135 (eval $ac_try) 2>&5
6809 ac_status=$? 7136 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); }; } && 7138 (exit $ac_status); }; } &&
6873 lt_cv_dlopen_self=cross 7200 lt_cv_dlopen_self=cross
6874else 7201else
6875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7202 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6876 lt_status=$lt_dlunknown 7203 lt_status=$lt_dlunknown
6877 cat > conftest.$ac_ext <<EOF 7204 cat > conftest.$ac_ext <<EOF
6878#line 6878 "configure" 7205#line 7205 "configure"
6879#include "confdefs.h" 7206#include "confdefs.h"
6880 7207
6881#if HAVE_DLFCN_H 7208#if HAVE_DLFCN_H
6882#include <dlfcn.h> 7209#include <dlfcn.h>
6883#endif 7210#endif
6971 lt_cv_dlopen_self_static=cross 7298 lt_cv_dlopen_self_static=cross
6972else 7299else
6973 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7300 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6974 lt_status=$lt_dlunknown 7301 lt_status=$lt_dlunknown
6975 cat > conftest.$ac_ext <<EOF 7302 cat > conftest.$ac_ext <<EOF
6976#line 6976 "configure" 7303#line 7303 "configure"
6977#include "confdefs.h" 7304#include "confdefs.h"
6978 7305
6979#if HAVE_DLFCN_H 7306#if HAVE_DLFCN_H
6980#include <dlfcn.h> 7307#include <dlfcn.h>
6981#endif 7308#endif
7709support_keepscrolling=no 8036support_keepscrolling=no
7710support_selectionscrolling=no 8037support_selectionscrolling=no
7711support_menubar=no 8038support_menubar=no
7712support_mousewheel=no 8039support_mousewheel=no
7713support_mouseslipwheel=no 8040support_mouseslipwheel=no
7714support_oldselection=no
7715support_utmp=no 8041support_utmp=no
7716support_wtmp=no 8042support_wtmp=no
7717support_lastlog=no 8043support_lastlog=no
7718support_cursor_blink=no 8044support_cursor_blink=no
7719support_text_blink=no 8045support_text_blink=no
7724support_scroll_plain=no 8050support_scroll_plain=no
7725support_xim=no 8051support_xim=no
7726support_xpm=no 8052support_xpm=no
7727support_xft=no 8053support_xft=no
7728support_unicode3=no 8054support_unicode3=no
8055support_combining=no
7729codesets= 8056codesets=
7730 8057
7731 8058
7732if test "x$enable_shared" = xyes; then 8059if test "x$enable_shared" = xyes; then
7733 8060
7751 support_selectionscrolling=yes 8078 support_selectionscrolling=yes
7752 support_lastlog=yes 8079 support_lastlog=yes
7753 support_menubar=yes 8080 support_menubar=yes
7754 support_mousewheel=yes 8081 support_mousewheel=yes
7755 support_mouseslipwheel=yes 8082 support_mouseslipwheel=yes
7756 support_oldselection=yes
7757 support_cursor_blink=yes 8083 support_cursor_blink=yes
7758 support_text_blink=yes 8084 support_text_blink=yes
7759 support_pointer_blank=yes 8085 support_pointer_blank=yes
7760 support_scroll_rxvt=yes 8086 support_scroll_rxvt=yes
7761 support_scroll_next=yes 8087 support_scroll_next=yes
7765 support_wtmp=yes 8091 support_wtmp=yes
7766 support_xim=yes 8092 support_xim=yes
7767 support_xpm=yes 8093 support_xpm=yes
7768 support_xft=yes 8094 support_xft=yes
7769 support_unicode3=yes 8095 support_unicode3=yes
8096 support_combining=yes
7770 codesets=all 8097 codesets=all
7771 fi 8098 fi
7772fi; 8099fi;
7773 8100
7774# Check whether --enable-unicode3 or --disable-unicode3 was given. 8101# Check whether --enable-unicode3 or --disable-unicode3 was given.
7775if test "${enable_unicode3+set}" = set; then 8102if test "${enable_unicode3+set}" = set; then
7776 enableval="$enable_unicode3" 8103 enableval="$enable_unicode3"
7777 if test x$enableval = xyes; then 8104 if test x$enableval = xyes -o x$enableval = xno; then
7778 support_unicode3=yes 8105 support_unicode3=yes
7779 fi 8106 fi
7780fi; 8107fi;
7781 8108
8109# Check whether --enable-combining or --disable-combining was given.
8110if test "${enable_combining+set}" = set; then
8111 enableval="$enable_combining"
8112 if test x$enableval = xyes -o x$enableval = xno; then
8113 support_combining=yes
8114 fi
8115fi;
8116
7782# Check whether --enable-xft or --disable-xft was given. 8117# Check whether --enable-xft or --disable-xft was given.
7783if test "${enable_xft+set}" = set; then 8118if test "${enable_xft+set}" = set; then
7784 enableval="$enable_xft" 8119 enableval="$enable_xft"
7785 if test x$enableval = xyes; then 8120 if test x$enableval = xyes -o x$enableval = xno; then
7786 support_xft=yes 8121 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 8122 fi
7811fi; 8123fi;
7812 8124
7813# Check whether --enable-utmp or --disable-utmp was given. 8125# Check whether --enable-utmp or --disable-utmp was given.
7814if test "${enable_utmp+set}" = set; then 8126if test "${enable_utmp+set}" = set; then
7900_ACEOF 8212_ACEOF
7901 8213
7902 fi 8214 fi
7903fi; 8215fi;
7904 8216
8217
8218# Check whether --with-codesets or --without-codesets was given.
8219if test "${with_codesets+set}" = set; then
8220 withval="$with_codesets"
8221 codesets="$withval"
8222fi;
8223
7905# Check whether --enable-xim or --disable-xim was given. 8224# Check whether --enable-xim or --disable-xim was given.
7906if test "${enable_xim+set}" = set; then 8225if test "${enable_xim+set}" = set; then
7907 enableval="$enable_xim" 8226 enableval="$enable_xim"
7908 if test x$enableval = xyes -o x$enableval = xno; then 8227 if test x$enableval = xyes -o x$enableval = xno; then
7909 support_xim=$enableval 8228 support_xim=$enableval
7968_ACEOF 8287_ACEOF
7969 8288
7970 fi 8289 fi
7971fi; 8290fi;
7972 8291
8292RESFALLBACK=Rxvt
8293# Check whether --enable-fallback or --disable-fallback was given.
8294if test "${enable_fallback+set}" = set; then
8295 enableval="$enable_fallback"
8296
8297 test x$enableval = xyes && enableval=Rxvt
8298 test x$enableval = xno && enableval=
8299 RESFALLBACK="$enableval"
8300
8301fi;
8302
8303if test x$RESFALLBACK != x; then
8304
8305cat >>confdefs.h <<_ACEOF
8306#define RESFALLBACK "$RESFALLBACK"
8307_ACEOF
8308
8309fi
8310
8311RESNAME=urxvt
8312
8313# Check whether --with-res-name or --without-res-name was given.
8314if test "${with_res_name+set}" = set; then
8315 withval="$with_res_name"
8316 RESNAME="$withval"
8317fi;
8318
8319cat >>confdefs.h <<_ACEOF
8320#define RESNAME "$RESNAME"
8321_ACEOF
8322
8323
8324RESCLASS=URxvt
8325
8326# Check whether --with-res-class or --without-res-class was given.
8327if test "${with_res_class+set}" = set; then
8328 withval="$with_res_class"
8329 RESCLASS="$withval"
8330fi;
8331
8332cat >>confdefs.h <<_ACEOF
8333#define RESCLASS "$RESCLASS"
8334_ACEOF
8335
8336
8337RXVTNAME=urxvt
8338
8339# Check whether --with-name or --without-name was given.
8340if test "${with_name+set}" = set; then
8341 withval="$with_name"
8342 RXVTNAME="$withval"
8343fi;
8344
8345RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8346
8347
7973# Check whether --enable-strings or --disable-strings was given. 8348# Check whether --enable-strings or --disable-strings was given.
7974if test "${enable_strings+set}" = set; then 8349if test "${enable_strings+set}" = set; then
7975 enableval="$enable_strings" 8350 enableval="$enable_strings"
7976 if test x$enableval = xyes -o x$enableval = xno; then 8351 if test x$enableval = xyes -o x$enableval = xno; then
7977 support_addstrings=$enableval 8352 support_addstrings=$enableval
8041# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8416# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8042if test "${enable_slipwheeling+set}" = set; then 8417if test "${enable_slipwheeling+set}" = set; then
8043 enableval="$enable_slipwheeling" 8418 enableval="$enable_slipwheeling"
8044 if test x$enableval = xyes -o x$enableval = xno; then 8419 if test x$enableval = xyes -o x$enableval = xno; then
8045 support_mouseslipwheel=$enableval 8420 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 8421 fi
8067fi; 8422fi;
8068 8423
8069# Check whether --enable-dmalloc or --disable-dmalloc was given. 8424# Check whether --enable-dmalloc or --disable-dmalloc was given.
8070if test "${enable_dmalloc+set}" = set; then 8425if test "${enable_dmalloc+set}" = set; then
8610 rm -f conftest.er1 8965 rm -f conftest.er1
8611 cat conftest.err >&5 8966 cat conftest.err >&5
8612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } >/dev/null; then 8968 (exit $ac_status); } >/dev/null; then
8614 if test -s conftest.err; then 8969 if test -s conftest.err; then
8615 ac_cpp_err=$ac_c_preproc_warn_flag 8970 ac_cpp_err=$ac_cxx_preproc_warn_flag
8616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8971 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8617 else 8972 else
8618 ac_cpp_err= 8973 ac_cpp_err=
8619 fi 8974 fi
8620else 8975else
8621 ac_cpp_err=yes 8976 ac_cpp_err=yes
8665 grep -v '^ *+' conftest.er1 >conftest.err 9020 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1 9021 rm -f conftest.er1
8667 cat conftest.err >&5 9022 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && 9024 (exit $ac_status); } &&
8670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9025 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8672 (eval $ac_try) 2>&5 9027 (eval $ac_try) 2>&5
8673 ac_status=$? 9028 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }; } && 9030 (exit $ac_status); }; } &&
8776 grep -v '^ *+' conftest.er1 >conftest.err 9131 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1 9132 rm -f conftest.er1
8778 cat conftest.err >&5 9133 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && 9135 (exit $ac_status); } &&
8781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9136 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8783 (eval $ac_try) 2>&5 9138 (eval $ac_try) 2>&5
8784 ac_status=$? 9139 ac_status=$?
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); }; } && 9141 (exit $ac_status); }; } &&
8827 grep -v '^ *+' conftest.er1 >conftest.err 9182 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9183 rm -f conftest.er1
8829 cat conftest.err >&5 9184 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && 9186 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9187 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 9189 (eval $ac_try) 2>&5
8835 ac_status=$? 9190 ac_status=$?
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); }; } && 9192 (exit $ac_status); }; } &&
8903 grep -v '^ *+' conftest.er1 >conftest.err 9258 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1 9259 rm -f conftest.er1
8905 cat conftest.err >&5 9260 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && 9262 (exit $ac_status); } &&
8908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9263 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910 (eval $ac_try) 2>&5 9265 (eval $ac_try) 2>&5
8911 ac_status=$? 9266 ac_status=$?
8912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913 (exit $ac_status); }; } && 9268 (exit $ac_status); }; } &&
8958 grep -v '^ *+' conftest.er1 >conftest.err 9313 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1 9314 rm -f conftest.er1
8960 cat conftest.err >&5 9315 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && 9317 (exit $ac_status); } &&
8963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9318 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8965 (eval $ac_try) 2>&5 9320 (eval $ac_try) 2>&5
8966 ac_status=$? 9321 ac_status=$?
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } && 9323 (exit $ac_status); }; } &&
9026 grep -v '^ *+' conftest.er1 >conftest.err 9381 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1 9382 rm -f conftest.er1
9028 cat conftest.err >&5 9383 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && 9385 (exit $ac_status); } &&
9031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9386 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9033 (eval $ac_try) 2>&5 9388 (eval $ac_try) 2>&5
9034 ac_status=$? 9389 ac_status=$?
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } && 9391 (exit $ac_status); }; } &&
9134 grep -v '^ *+' conftest.er1 >conftest.err 9489 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1 9490 rm -f conftest.er1
9136 cat conftest.err >&5 9491 cat conftest.err >&5
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && 9493 (exit $ac_status); } &&
9139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9494 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5 9496 (eval $ac_try) 2>&5
9142 ac_status=$? 9497 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; } && 9499 (exit $ac_status); }; } &&
9198 grep -v '^ *+' conftest.er1 >conftest.err 9553 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1 9554 rm -f conftest.er1
9200 cat conftest.err >&5 9555 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && 9557 (exit $ac_status); } &&
9203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9558 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5 9560 (eval $ac_try) 2>&5
9206 ac_status=$? 9561 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } && 9563 (exit $ac_status); }; } &&
9266 grep -v '^ *+' conftest.er1 >conftest.err 9621 grep -v '^ *+' conftest.er1 >conftest.err
9267 rm -f conftest.er1 9622 rm -f conftest.er1
9268 cat conftest.err >&5 9623 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 9625 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9626 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 9628 (eval $ac_try) 2>&5
9274 ac_status=$? 9629 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } && 9631 (exit $ac_status); }; } &&
9370 grep -v '^ *+' conftest.er1 >conftest.err 9725 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1 9726 rm -f conftest.er1
9372 cat conftest.err >&5 9727 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9729 (exit $ac_status); } &&
9375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9730 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9732 (eval $ac_try) 2>&5
9378 ac_status=$? 9733 ac_status=$?
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); }; } && 9735 (exit $ac_status); }; } &&
9434 grep -v '^ *+' conftest.er1 >conftest.err 9789 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 9790 rm -f conftest.er1
9436 cat conftest.err >&5 9791 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && 9793 (exit $ac_status); } &&
9439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9794 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9441 (eval $ac_try) 2>&5 9796 (eval $ac_try) 2>&5
9442 ac_status=$? 9797 ac_status=$?
9443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); }; } && 9799 (exit $ac_status); }; } &&
9531 grep -v '^ *+' conftest.er1 >conftest.err 9886 grep -v '^ *+' conftest.er1 >conftest.err
9532 rm -f conftest.er1 9887 rm -f conftest.er1
9533 cat conftest.err >&5 9888 cat conftest.err >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 9890 (exit $ac_status); } &&
9536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9891 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 9893 (eval $ac_try) 2>&5
9539 ac_status=$? 9894 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; } && 9896 (exit $ac_status); }; } &&
9595 grep -v '^ *+' conftest.er1 >conftest.err 9950 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1 9951 rm -f conftest.er1
9597 cat conftest.err >&5 9952 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && 9954 (exit $ac_status); } &&
9600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9955 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9602 (eval $ac_try) 2>&5 9957 (eval $ac_try) 2>&5
9603 ac_status=$? 9958 ac_status=$?
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } && 9960 (exit $ac_status); }; } &&
9692 grep -v '^ *+' conftest.er1 >conftest.err 10047 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1 10048 rm -f conftest.er1
9694 cat conftest.err >&5 10049 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && 10051 (exit $ac_status); } &&
9697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10052 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 (eval $ac_try) 2>&5 10054 (eval $ac_try) 2>&5
9700 ac_status=$? 10055 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); }; } && 10057 (exit $ac_status); }; } &&
9756 grep -v '^ *+' conftest.er1 >conftest.err 10111 grep -v '^ *+' conftest.er1 >conftest.err
9757 rm -f conftest.er1 10112 rm -f conftest.er1
9758 cat conftest.err >&5 10113 cat conftest.err >&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } && 10115 (exit $ac_status); } &&
9761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10116 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 (eval $ac_try) 2>&5 10118 (eval $ac_try) 2>&5
9764 ac_status=$? 10119 ac_status=$?
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } && 10121 (exit $ac_status); }; } &&
9835 grep -v '^ *+' conftest.er1 >conftest.err 10190 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1 10191 rm -f conftest.er1
9837 cat conftest.err >&5 10192 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && 10194 (exit $ac_status); } &&
9840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10195 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5 10197 (eval $ac_try) 2>&5
9843 ac_status=$? 10198 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } && 10200 (exit $ac_status); }; } &&
9951 rm -f conftest.er1 10306 rm -f conftest.er1
9952 cat conftest.err >&5 10307 cat conftest.err >&5
9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } >/dev/null; then 10309 (exit $ac_status); } >/dev/null; then
9955 if test -s conftest.err; then 10310 if test -s conftest.err; then
9956 ac_cpp_err=$ac_c_preproc_warn_flag 10311 ac_cpp_err=$ac_cxx_preproc_warn_flag
9957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10312 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9958 else 10313 else
9959 ac_cpp_err= 10314 ac_cpp_err=
9960 fi 10315 fi
9961else 10316else
9962 ac_cpp_err=yes 10317 ac_cpp_err=yes
10051 grep -v '^ *+' conftest.er1 >conftest.err 10406 grep -v '^ *+' conftest.er1 >conftest.err
10052 rm -f conftest.er1 10407 rm -f conftest.er1
10053 cat conftest.err >&5 10408 cat conftest.err >&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); } && 10410 (exit $ac_status); } &&
10056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10411 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5 10413 (eval $ac_try) 2>&5
10059 ac_status=$? 10414 ac_status=$?
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; } && 10416 (exit $ac_status); }; } &&
10163 rm -f conftest.er1 10518 rm -f conftest.er1
10164 cat conftest.err >&5 10519 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } >/dev/null; then 10521 (exit $ac_status); } >/dev/null; then
10167 if test -s conftest.err; then 10522 if test -s conftest.err; then
10168 ac_cpp_err=$ac_c_preproc_warn_flag 10523 ac_cpp_err=$ac_cxx_preproc_warn_flag
10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10524 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10170 else 10525 else
10171 ac_cpp_err= 10526 ac_cpp_err=
10172 fi 10527 fi
10173else 10528else
10174 ac_cpp_err=yes 10529 ac_cpp_err=yes
10265 grep -v '^ *+' conftest.er1 >conftest.err 10620 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1 10621 rm -f conftest.er1
10267 cat conftest.err >&5 10622 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 10624 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10625 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5 10627 (eval $ac_try) 2>&5
10273 ac_status=$? 10628 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } && 10630 (exit $ac_status); }; } &&
10368 grep -v '^ *+' conftest.er1 >conftest.err 10723 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1 10724 rm -f conftest.er1
10370 cat conftest.err >&5 10725 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } && 10727 (exit $ac_status); } &&
10373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10728 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5 10730 (eval $ac_try) 2>&5
10376 ac_status=$? 10731 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; } && 10733 (exit $ac_status); }; } &&
10411 rm -f conftest.er1 10766 rm -f conftest.er1
10412 cat conftest.err >&5 10767 cat conftest.err >&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } >/dev/null; then 10769 (exit $ac_status); } >/dev/null; then
10415 if test -s conftest.err; then 10770 if test -s conftest.err; then
10416 ac_cpp_err=$ac_c_preproc_warn_flag 10771 ac_cpp_err=$ac_cxx_preproc_warn_flag
10417 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10772 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10418 else 10773 else
10419 ac_cpp_err= 10774 ac_cpp_err=
10420 fi 10775 fi
10421else 10776else
10422 ac_cpp_err=yes 10777 ac_cpp_err=yes
10432rm -f conftest.err conftest.$ac_ext 10787rm -f conftest.err conftest.$ac_ext
10433echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10788echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10434echo "${ECHO_T}$ac_header_preproc" >&6 10789echo "${ECHO_T}$ac_header_preproc" >&6
10435 10790
10436# So? What about this header? 10791# So? What about this header?
10437case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10792case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10438 yes:no: ) 10793 yes:no: )
10439 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10794 { 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;} 10795echo "$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 10796 { 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;} 10797echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10517 grep -v '^ *+' conftest.er1 >conftest.err 10872 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1 10873 rm -f conftest.er1
10519 cat conftest.err >&5 10874 cat conftest.err >&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && 10876 (exit $ac_status); } &&
10522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10877 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 (eval $ac_try) 2>&5 10879 (eval $ac_try) 2>&5
10525 ac_status=$? 10880 ac_status=$?
10526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10527 (exit $ac_status); }; } && 10882 (exit $ac_status); }; } &&
10582 grep -v '^ *+' conftest.er1 >conftest.err 10937 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1 10938 rm -f conftest.er1
10584 cat conftest.err >&5 10939 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && 10941 (exit $ac_status); } &&
10587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10942 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5 10944 (eval $ac_try) 2>&5
10590 ac_status=$? 10945 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; } && 10947 (exit $ac_status); }; } &&
10747 grep -v '^ *+' conftest.er1 >conftest.err 11102 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1 11103 rm -f conftest.er1
10749 cat conftest.err >&5 11104 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && 11106 (exit $ac_status); } &&
10752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11107 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5 11109 (eval $ac_try) 2>&5
10755 ac_status=$? 11110 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } && 11112 (exit $ac_status); }; } &&
10856 grep -v '^ *+' conftest.er1 >conftest.err 11211 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1 11212 rm -f conftest.er1
10858 cat conftest.err >&5 11213 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && 11215 (exit $ac_status); } &&
10861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11216 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5 11218 (eval $ac_try) 2>&5
10864 ac_status=$? 11219 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; } && 11221 (exit $ac_status); }; } &&
10916 grep -v '^ *+' conftest.er1 >conftest.err 11271 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1 11272 rm -f conftest.er1
10918 cat conftest.err >&5 11273 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && 11275 (exit $ac_status); } &&
10921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11276 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5 11278 (eval $ac_try) 2>&5
10924 ac_status=$? 11279 ac_status=$?
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } && 11281 (exit $ac_status); }; } &&
10991 grep -v '^ *+' conftest.er1 >conftest.err 11346 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1 11347 rm -f conftest.er1
10993 cat conftest.err >&5 11348 cat conftest.err >&5
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && 11350 (exit $ac_status); } &&
10996 { 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'
10997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10998 (eval $ac_try) 2>&5 11353 (eval $ac_try) 2>&5
10999 ac_status=$? 11354 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); }; } && 11356 (exit $ac_status); }; } &&
11056 grep -v '^ *+' conftest.er1 >conftest.err 11411 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1 11412 rm -f conftest.er1
11058 cat conftest.err >&5 11413 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && 11415 (exit $ac_status); } &&
11061 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11416 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11063 (eval $ac_try) 2>&5 11418 (eval $ac_try) 2>&5
11064 ac_status=$? 11419 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }; } && 11421 (exit $ac_status); }; } &&
11161 grep -v '^ *+' conftest.er1 >conftest.err 11516 grep -v '^ *+' conftest.er1 >conftest.err
11162 rm -f conftest.er1 11517 rm -f conftest.er1
11163 cat conftest.err >&5 11518 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } && 11520 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11521 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168 (eval $ac_try) 2>&5 11523 (eval $ac_try) 2>&5
11169 ac_status=$? 11524 ac_status=$?
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); }; } && 11526 (exit $ac_status); }; } &&
11223 grep -v '^ *+' conftest.er1 >conftest.err 11578 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1 11579 rm -f conftest.er1
11225 cat conftest.err >&5 11580 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && 11582 (exit $ac_status); } &&
11228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11583 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11230 (eval $ac_try) 2>&5 11585 (eval $ac_try) 2>&5
11231 ac_status=$? 11586 ac_status=$?
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); }; } && 11588 (exit $ac_status); }; } &&
11263 grep -v '^ *+' conftest.er1 >conftest.err 11618 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1 11619 rm -f conftest.er1
11265 cat conftest.err >&5 11620 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && 11622 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11623 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5 11625 (eval $ac_try) 2>&5
11271 ac_status=$? 11626 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; } && 11628 (exit $ac_status); }; } &&
11319 grep -v '^ *+' conftest.er1 >conftest.err 11674 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1 11675 rm -f conftest.er1
11321 cat conftest.err >&5 11676 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && 11678 (exit $ac_status); } &&
11324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11679 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5 11681 (eval $ac_try) 2>&5
11327 ac_status=$? 11682 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } && 11684 (exit $ac_status); }; } &&
11359 grep -v '^ *+' conftest.er1 >conftest.err 11714 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1 11715 rm -f conftest.er1
11361 cat conftest.err >&5 11716 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && 11718 (exit $ac_status); } &&
11364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11719 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5 11721 (eval $ac_try) 2>&5
11367 ac_status=$? 11722 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } && 11724 (exit $ac_status); }; } &&
11423 grep -v '^ *+' conftest.er1 >conftest.err 11778 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1 11779 rm -f conftest.er1
11425 cat conftest.err >&5 11780 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && 11782 (exit $ac_status); } &&
11428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11783 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11430 (eval $ac_try) 2>&5 11785 (eval $ac_try) 2>&5
11431 ac_status=$? 11786 ac_status=$?
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); }; } && 11788 (exit $ac_status); }; } &&
11454See \`config.log' for more details." >&2;} 11809See \`config.log' for more details." >&2;}
11455 { (exit 1); exit 1; }; } ;; 11810 { (exit 1); exit 1; }; } ;;
11456esac 11811esac
11457else 11812else
11458 if test "$cross_compiling" = yes; then 11813 if test "$cross_compiling" = yes; then
11459 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 11814 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11460See \`config.log' for more details." >&5 11815echo "$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; }; } 11816 { (exit 1); exit 1; }; }
11464else 11817else
11465 cat >conftest.$ac_ext <<_ACEOF 11818 cat >conftest.$ac_ext <<_ACEOF
11466/* confdefs.h. */ 11819/* confdefs.h. */
11467_ACEOF 11820_ACEOF
11569 grep -v '^ *+' conftest.er1 >conftest.err 11922 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1 11923 rm -f conftest.er1
11571 cat conftest.err >&5 11924 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && 11926 (exit $ac_status); } &&
11574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11927 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5 11929 (eval $ac_try) 2>&5
11577 ac_status=$? 11930 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } && 11932 (exit $ac_status); }; } &&
11631 grep -v '^ *+' conftest.er1 >conftest.err 11984 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1 11985 rm -f conftest.er1
11633 cat conftest.err >&5 11986 cat conftest.err >&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && 11988 (exit $ac_status); } &&
11636 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11989 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5 11991 (eval $ac_try) 2>&5
11639 ac_status=$? 11992 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; } && 11994 (exit $ac_status); }; } &&
11671 grep -v '^ *+' conftest.er1 >conftest.err 12024 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1 12025 rm -f conftest.er1
11673 cat conftest.err >&5 12026 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && 12028 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12029 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5 12031 (eval $ac_try) 2>&5
11679 ac_status=$? 12032 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } && 12034 (exit $ac_status); }; } &&
11727 grep -v '^ *+' conftest.er1 >conftest.err 12080 grep -v '^ *+' conftest.er1 >conftest.err
11728 rm -f conftest.er1 12081 rm -f conftest.er1
11729 cat conftest.err >&5 12082 cat conftest.err >&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); } && 12084 (exit $ac_status); } &&
11732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12085 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11734 (eval $ac_try) 2>&5 12087 (eval $ac_try) 2>&5
11735 ac_status=$? 12088 ac_status=$?
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); }; } && 12090 (exit $ac_status); }; } &&
11767 grep -v '^ *+' conftest.er1 >conftest.err 12120 grep -v '^ *+' conftest.er1 >conftest.err
11768 rm -f conftest.er1 12121 rm -f conftest.er1
11769 cat conftest.err >&5 12122 cat conftest.err >&5
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); } && 12124 (exit $ac_status); } &&
11772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12125 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774 (eval $ac_try) 2>&5 12127 (eval $ac_try) 2>&5
11775 ac_status=$? 12128 ac_status=$?
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); }; } && 12130 (exit $ac_status); }; } &&
11831 grep -v '^ *+' conftest.er1 >conftest.err 12184 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1 12185 rm -f conftest.er1
11833 cat conftest.err >&5 12186 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12188 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12189 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12191 (eval $ac_try) 2>&5
11839 ac_status=$? 12192 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } && 12194 (exit $ac_status); }; } &&
11862See \`config.log' for more details." >&2;} 12215See \`config.log' for more details." >&2;}
11863 { (exit 1); exit 1; }; } ;; 12216 { (exit 1); exit 1; }; } ;;
11864esac 12217esac
11865else 12218else
11866 if test "$cross_compiling" = yes; then 12219 if test "$cross_compiling" = yes; then
11867 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12220 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11868See \`config.log' for more details." >&5 12221echo "$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; }; } 12222 { (exit 1); exit 1; }; }
11872else 12223else
11873 cat >conftest.$ac_ext <<_ACEOF 12224 cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 12225/* confdefs.h. */
11875_ACEOF 12226_ACEOF
11977 grep -v '^ *+' conftest.er1 >conftest.err 12328 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1 12329 rm -f conftest.er1
11979 cat conftest.err >&5 12330 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && 12332 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12333 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5 12335 (eval $ac_try) 2>&5
11985 ac_status=$? 12336 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } && 12338 (exit $ac_status); }; } &&
12039 grep -v '^ *+' conftest.er1 >conftest.err 12390 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1 12391 rm -f conftest.er1
12041 cat conftest.err >&5 12392 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && 12394 (exit $ac_status); } &&
12044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12395 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5 12397 (eval $ac_try) 2>&5
12047 ac_status=$? 12398 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; } && 12400 (exit $ac_status); }; } &&
12079 grep -v '^ *+' conftest.er1 >conftest.err 12430 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1 12431 rm -f conftest.er1
12081 cat conftest.err >&5 12432 cat conftest.err >&5
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && 12434 (exit $ac_status); } &&
12084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12435 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5 12437 (eval $ac_try) 2>&5
12087 ac_status=$? 12438 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; } && 12440 (exit $ac_status); }; } &&
12135 grep -v '^ *+' conftest.er1 >conftest.err 12486 grep -v '^ *+' conftest.er1 >conftest.err
12136 rm -f conftest.er1 12487 rm -f conftest.er1
12137 cat conftest.err >&5 12488 cat conftest.err >&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); } && 12490 (exit $ac_status); } &&
12140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12491 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5 12493 (eval $ac_try) 2>&5
12143 ac_status=$? 12494 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; } && 12496 (exit $ac_status); }; } &&
12175 grep -v '^ *+' conftest.er1 >conftest.err 12526 grep -v '^ *+' conftest.er1 >conftest.err
12176 rm -f conftest.er1 12527 rm -f conftest.er1
12177 cat conftest.err >&5 12528 cat conftest.err >&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); } && 12530 (exit $ac_status); } &&
12180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12531 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5 12533 (eval $ac_try) 2>&5
12183 ac_status=$? 12534 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; } && 12536 (exit $ac_status); }; } &&
12239 grep -v '^ *+' conftest.er1 >conftest.err 12590 grep -v '^ *+' conftest.er1 >conftest.err
12240 rm -f conftest.er1 12591 rm -f conftest.er1
12241 cat conftest.err >&5 12592 cat conftest.err >&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } && 12594 (exit $ac_status); } &&
12244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12595 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5 12597 (eval $ac_try) 2>&5
12247 ac_status=$? 12598 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; } && 12600 (exit $ac_status); }; } &&
12270See \`config.log' for more details." >&2;} 12621See \`config.log' for more details." >&2;}
12271 { (exit 1); exit 1; }; } ;; 12622 { (exit 1); exit 1; }; } ;;
12272esac 12623esac
12273else 12624else
12274 if test "$cross_compiling" = yes; then 12625 if test "$cross_compiling" = yes; then
12275 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12626 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12276See \`config.log' for more details." >&5 12627echo "$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; }; } 12628 { (exit 1); exit 1; }; }
12280else 12629else
12281 cat >conftest.$ac_ext <<_ACEOF 12630 cat >conftest.$ac_ext <<_ACEOF
12282/* confdefs.h. */ 12631/* confdefs.h. */
12283_ACEOF 12632_ACEOF
12385 grep -v '^ *+' conftest.er1 >conftest.err 12734 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1 12735 rm -f conftest.er1
12387 cat conftest.err >&5 12736 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12738 (exit $ac_status); } &&
12390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12739 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12741 (eval $ac_try) 2>&5
12393 ac_status=$? 12742 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; } && 12744 (exit $ac_status); }; } &&
12447 grep -v '^ *+' conftest.er1 >conftest.err 12796 grep -v '^ *+' conftest.er1 >conftest.err
12448 rm -f conftest.er1 12797 rm -f conftest.er1
12449 cat conftest.err >&5 12798 cat conftest.err >&5
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); } && 12800 (exit $ac_status); } &&
12452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12801 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5 12803 (eval $ac_try) 2>&5
12455 ac_status=$? 12804 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } && 12806 (exit $ac_status); }; } &&
12487 grep -v '^ *+' conftest.er1 >conftest.err 12836 grep -v '^ *+' conftest.er1 >conftest.err
12488 rm -f conftest.er1 12837 rm -f conftest.er1
12489 cat conftest.err >&5 12838 cat conftest.err >&5
12490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491 (exit $ac_status); } && 12840 (exit $ac_status); } &&
12492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12841 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494 (eval $ac_try) 2>&5 12843 (eval $ac_try) 2>&5
12495 ac_status=$? 12844 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); }; } && 12846 (exit $ac_status); }; } &&
12543 grep -v '^ *+' conftest.er1 >conftest.err 12892 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1 12893 rm -f conftest.er1
12545 cat conftest.err >&5 12894 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && 12896 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12897 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5 12899 (eval $ac_try) 2>&5
12551 ac_status=$? 12900 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } && 12902 (exit $ac_status); }; } &&
12583 grep -v '^ *+' conftest.er1 >conftest.err 12932 grep -v '^ *+' conftest.er1 >conftest.err
12584 rm -f conftest.er1 12933 rm -f conftest.er1
12585 cat conftest.err >&5 12934 cat conftest.err >&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 12936 (exit $ac_status); } &&
12588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12937 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 12939 (eval $ac_try) 2>&5
12591 ac_status=$? 12940 ac_status=$?
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; } && 12942 (exit $ac_status); }; } &&
12647 grep -v '^ *+' conftest.er1 >conftest.err 12996 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1 12997 rm -f conftest.er1
12649 cat conftest.err >&5 12998 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && 13000 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13001 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5 13003 (eval $ac_try) 2>&5
12655 ac_status=$? 13004 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } && 13006 (exit $ac_status); }; } &&
12678See \`config.log' for more details." >&2;} 13027See \`config.log' for more details." >&2;}
12679 { (exit 1); exit 1; }; } ;; 13028 { (exit 1); exit 1; }; } ;;
12680esac 13029esac
12681else 13030else
12682 if test "$cross_compiling" = yes; then 13031 if test "$cross_compiling" = yes; then
12683 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13032 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12684See \`config.log' for more details." >&5 13033echo "$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; }; } 13034 { (exit 1); exit 1; }; }
12688else 13035else
12689 cat >conftest.$ac_ext <<_ACEOF 13036 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */ 13037/* confdefs.h. */
12691_ACEOF 13038_ACEOF
12793 grep -v '^ *+' conftest.er1 >conftest.err 13140 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1 13141 rm -f conftest.er1
12795 cat conftest.err >&5 13142 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } && 13144 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13145 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5 13147 (eval $ac_try) 2>&5
12801 ac_status=$? 13148 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } && 13150 (exit $ac_status); }; } &&
12855 grep -v '^ *+' conftest.er1 >conftest.err 13202 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1 13203 rm -f conftest.er1
12857 cat conftest.err >&5 13204 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && 13206 (exit $ac_status); } &&
12860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13207 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12862 (eval $ac_try) 2>&5 13209 (eval $ac_try) 2>&5
12863 ac_status=$? 13210 ac_status=$?
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); }; } && 13212 (exit $ac_status); }; } &&
12895 grep -v '^ *+' conftest.er1 >conftest.err 13242 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1 13243 rm -f conftest.er1
12897 cat conftest.err >&5 13244 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && 13246 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13247 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5 13249 (eval $ac_try) 2>&5
12903 ac_status=$? 13250 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } && 13252 (exit $ac_status); }; } &&
12951 grep -v '^ *+' conftest.er1 >conftest.err 13298 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1 13299 rm -f conftest.er1
12953 cat conftest.err >&5 13300 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && 13302 (exit $ac_status); } &&
12956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13303 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 13305 (eval $ac_try) 2>&5
12959 ac_status=$? 13306 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; } && 13308 (exit $ac_status); }; } &&
12991 grep -v '^ *+' conftest.er1 >conftest.err 13338 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1 13339 rm -f conftest.er1
12993 cat conftest.err >&5 13340 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && 13342 (exit $ac_status); } &&
12996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13343 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12998 (eval $ac_try) 2>&5 13345 (eval $ac_try) 2>&5
12999 ac_status=$? 13346 ac_status=$?
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); }; } && 13348 (exit $ac_status); }; } &&
13055 grep -v '^ *+' conftest.er1 >conftest.err 13402 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1 13403 rm -f conftest.er1
13057 cat conftest.err >&5 13404 cat conftest.err >&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && 13406 (exit $ac_status); } &&
13060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13407 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5 13409 (eval $ac_try) 2>&5
13063 ac_status=$? 13410 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } && 13412 (exit $ac_status); }; } &&
13086See \`config.log' for more details." >&2;} 13433See \`config.log' for more details." >&2;}
13087 { (exit 1); exit 1; }; } ;; 13434 { (exit 1); exit 1; }; } ;;
13088esac 13435esac
13089else 13436else
13090 if test "$cross_compiling" = yes; then 13437 if test "$cross_compiling" = yes; then
13091 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13438 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13092See \`config.log' for more details." >&5 13439echo "$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; }; } 13440 { (exit 1); exit 1; }; }
13096else 13441else
13097 cat >conftest.$ac_ext <<_ACEOF 13442 cat >conftest.$ac_ext <<_ACEOF
13098/* confdefs.h. */ 13443/* confdefs.h. */
13099_ACEOF 13444_ACEOF
13201 grep -v '^ *+' conftest.er1 >conftest.err 13546 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1 13547 rm -f conftest.er1
13203 cat conftest.err >&5 13548 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 13550 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13551 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 13553 (eval $ac_try) 2>&5
13209 ac_status=$? 13554 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } && 13556 (exit $ac_status); }; } &&
13263 grep -v '^ *+' conftest.er1 >conftest.err 13608 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1 13609 rm -f conftest.er1
13265 cat conftest.err >&5 13610 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && 13612 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13613 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5 13615 (eval $ac_try) 2>&5
13271 ac_status=$? 13616 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } && 13618 (exit $ac_status); }; } &&
13303 grep -v '^ *+' conftest.er1 >conftest.err 13648 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1 13649 rm -f conftest.er1
13305 cat conftest.err >&5 13650 cat conftest.err >&5
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && 13652 (exit $ac_status); } &&
13308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13653 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310 (eval $ac_try) 2>&5 13655 (eval $ac_try) 2>&5
13311 ac_status=$? 13656 ac_status=$?
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); }; } && 13658 (exit $ac_status); }; } &&
13359 grep -v '^ *+' conftest.er1 >conftest.err 13704 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1 13705 rm -f conftest.er1
13361 cat conftest.err >&5 13706 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } && 13708 (exit $ac_status); } &&
13364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13709 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5 13711 (eval $ac_try) 2>&5
13367 ac_status=$? 13712 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } && 13714 (exit $ac_status); }; } &&
13399 grep -v '^ *+' conftest.er1 >conftest.err 13744 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1 13745 rm -f conftest.er1
13401 cat conftest.err >&5 13746 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } && 13748 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13749 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5 13751 (eval $ac_try) 2>&5
13407 ac_status=$? 13752 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } && 13754 (exit $ac_status); }; } &&
13463 grep -v '^ *+' conftest.er1 >conftest.err 13808 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1 13809 rm -f conftest.er1
13465 cat conftest.err >&5 13810 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 13812 (exit $ac_status); } &&
13468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13813 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 13815 (eval $ac_try) 2>&5
13471 ac_status=$? 13816 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } && 13818 (exit $ac_status); }; } &&
13494See \`config.log' for more details." >&2;} 13839See \`config.log' for more details." >&2;}
13495 { (exit 1); exit 1; }; } ;; 13840 { (exit 1); exit 1; }; } ;;
13496esac 13841esac
13497else 13842else
13498 if test "$cross_compiling" = yes; then 13843 if test "$cross_compiling" = yes; then
13499 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13844 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13500See \`config.log' for more details." >&5 13845echo "$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; }; } 13846 { (exit 1); exit 1; }; }
13504else 13847else
13505 cat >conftest.$ac_ext <<_ACEOF 13848 cat >conftest.$ac_ext <<_ACEOF
13506/* confdefs.h. */ 13849/* confdefs.h. */
13507_ACEOF 13850_ACEOF
13608 grep -v '^ *+' conftest.er1 >conftest.err 13951 grep -v '^ *+' conftest.er1 >conftest.err
13609 rm -f conftest.er1 13952 rm -f conftest.er1
13610 cat conftest.err >&5 13953 cat conftest.err >&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } && 13955 (exit $ac_status); } &&
13613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13956 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5 13958 (eval $ac_try) 2>&5
13616 ac_status=$? 13959 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; } && 13961 (exit $ac_status); }; } &&
13690 grep -v '^ *+' conftest.er1 >conftest.err 14033 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1 14034 rm -f conftest.er1
13692 cat conftest.err >&5 14035 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && 14037 (exit $ac_status); } &&
13695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14038 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13697 (eval $ac_try) 2>&5 14040 (eval $ac_try) 2>&5
13698 ac_status=$? 14041 ac_status=$?
13699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700 (exit $ac_status); }; } && 14043 (exit $ac_status); }; } &&
13772 grep -v '^ *+' conftest.er1 >conftest.err 14115 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14116 rm -f conftest.er1
13774 cat conftest.err >&5 14117 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && 14119 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14120 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5 14122 (eval $ac_try) 2>&5
13780 ac_status=$? 14123 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } && 14125 (exit $ac_status); }; } &&
13854 grep -v '^ *+' conftest.er1 >conftest.err 14197 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1 14198 rm -f conftest.er1
13856 cat conftest.err >&5 14199 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && 14201 (exit $ac_status); } &&
13859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14202 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13861 (eval $ac_try) 2>&5 14204 (eval $ac_try) 2>&5
13862 ac_status=$? 14205 ac_status=$?
13863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13864 (exit $ac_status); }; } && 14207 (exit $ac_status); }; } &&
13966 grep -v '^ *+' conftest.er1 >conftest.err 14309 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1 14310 rm -f conftest.er1
13968 cat conftest.err >&5 14311 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && 14313 (exit $ac_status); } &&
13971 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14314 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5 14316 (eval $ac_try) 2>&5
13974 ac_status=$? 14317 ac_status=$?
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; } && 14319 (exit $ac_status); }; } &&
14106 grep -v '^ *+' conftest.er1 >conftest.err 14449 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1 14450 rm -f conftest.er1
14108 cat conftest.err >&5 14451 cat conftest.err >&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } && 14453 (exit $ac_status); } &&
14111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14454 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14113 (eval $ac_try) 2>&5 14456 (eval $ac_try) 2>&5
14114 ac_status=$? 14457 ac_status=$?
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); }; } && 14459 (exit $ac_status); }; } &&
14170 grep -v '^ *+' conftest.er1 >conftest.err 14513 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1 14514 rm -f conftest.er1
14172 cat conftest.err >&5 14515 cat conftest.err >&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && 14517 (exit $ac_status); } &&
14175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14518 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5 14520 (eval $ac_try) 2>&5
14178 ac_status=$? 14521 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; } && 14523 (exit $ac_status); }; } &&
14213 rm -f conftest.er1 14556 rm -f conftest.er1
14214 cat conftest.err >&5 14557 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null; then 14559 (exit $ac_status); } >/dev/null; then
14217 if test -s conftest.err; then 14560 if test -s conftest.err; then
14218 ac_cpp_err=$ac_c_preproc_warn_flag 14561 ac_cpp_err=$ac_cxx_preproc_warn_flag
14219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14562 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14220 else 14563 else
14221 ac_cpp_err= 14564 ac_cpp_err=
14222 fi 14565 fi
14223else 14566else
14224 ac_cpp_err=yes 14567 ac_cpp_err=yes
14234rm -f conftest.err conftest.$ac_ext 14577rm -f conftest.err conftest.$ac_ext
14235echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14578echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14236echo "${ECHO_T}$ac_header_preproc" >&6 14579echo "${ECHO_T}$ac_header_preproc" >&6
14237 14580
14238# So? What about this header? 14581# So? What about this header?
14239case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14582case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14240 yes:no: ) 14583 yes:no: )
14241 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 14584 { 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;} 14585echo "$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 14586 { 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;} 14587echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14308 grep -v '^ *+' conftest.er1 >conftest.err 14651 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1 14652 rm -f conftest.er1
14310 cat conftest.err >&5 14653 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && 14655 (exit $ac_status); } &&
14313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14656 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5 14658 (eval $ac_try) 2>&5
14316 ac_status=$? 14659 ac_status=$?
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } && 14661 (exit $ac_status); }; } &&
14370 grep -v '^ *+' conftest.er1 >conftest.err 14713 grep -v '^ *+' conftest.er1 >conftest.err
14371 rm -f conftest.er1 14714 rm -f conftest.er1
14372 cat conftest.err >&5 14715 cat conftest.err >&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } && 14717 (exit $ac_status); } &&
14375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14718 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5 14720 (eval $ac_try) 2>&5
14378 ac_status=$? 14721 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } && 14723 (exit $ac_status); }; } &&
14431 grep -v '^ *+' conftest.er1 >conftest.err 14774 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1 14775 rm -f conftest.er1
14433 cat conftest.err >&5 14776 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && 14778 (exit $ac_status); } &&
14436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14779 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5 14781 (eval $ac_try) 2>&5
14439 ac_status=$? 14782 ac_status=$?
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; } && 14784 (exit $ac_status); }; } &&
14496 grep -v '^ *+' conftest.er1 >conftest.err 14839 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1 14840 rm -f conftest.er1
14498 cat conftest.err >&5 14841 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 14843 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14844 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 14846 (eval $ac_try) 2>&5
14504 ac_status=$? 14847 ac_status=$?
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; } && 14849 (exit $ac_status); }; } &&
14539 rm -f conftest.er1 14882 rm -f conftest.er1
14540 cat conftest.err >&5 14883 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } >/dev/null; then 14885 (exit $ac_status); } >/dev/null; then
14543 if test -s conftest.err; then 14886 if test -s conftest.err; then
14544 ac_cpp_err=$ac_c_preproc_warn_flag 14887 ac_cpp_err=$ac_cxx_preproc_warn_flag
14545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14888 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14546 else 14889 else
14547 ac_cpp_err= 14890 ac_cpp_err=
14548 fi 14891 fi
14549else 14892else
14550 ac_cpp_err=yes 14893 ac_cpp_err=yes
14560rm -f conftest.err conftest.$ac_ext 14903rm -f conftest.err conftest.$ac_ext
14561echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14904echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14562echo "${ECHO_T}$ac_header_preproc" >&6 14905echo "${ECHO_T}$ac_header_preproc" >&6
14563 14906
14564# So? What about this header? 14907# So? What about this header?
14565case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14908case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14566 yes:no: ) 14909 yes:no: )
14567 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 14910 { 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;} 14911echo "$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 14912 { 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;} 14913echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14633 grep -v '^ *+' conftest.er1 >conftest.err 14976 grep -v '^ *+' conftest.er1 >conftest.err
14634 rm -f conftest.er1 14977 rm -f conftest.er1
14635 cat conftest.err >&5 14978 cat conftest.err >&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } && 14980 (exit $ac_status); } &&
14638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14981 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5 14983 (eval $ac_try) 2>&5
14641 ac_status=$? 14984 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; } && 14986 (exit $ac_status); }; } &&
14695 grep -v '^ *+' conftest.er1 >conftest.err 15038 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 15039 rm -f conftest.er1
14697 cat conftest.err >&5 15040 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && 15042 (exit $ac_status); } &&
14700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15043 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5 15045 (eval $ac_try) 2>&5
14703 ac_status=$? 15046 ac_status=$?
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; } && 15048 (exit $ac_status); }; } &&
14764 grep -v '^ *+' conftest.er1 >conftest.err 15107 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1 15108 rm -f conftest.er1
14766 cat conftest.err >&5 15109 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && 15111 (exit $ac_status); } &&
14769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15112 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5 15114 (eval $ac_try) 2>&5
14772 ac_status=$? 15115 ac_status=$?
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } && 15117 (exit $ac_status); }; } &&
14829 grep -v '^ *+' conftest.er1 >conftest.err 15172 grep -v '^ *+' conftest.er1 >conftest.err
14830 rm -f conftest.er1 15173 rm -f conftest.er1
14831 cat conftest.err >&5 15174 cat conftest.err >&5
14832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14833 (exit $ac_status); } && 15176 (exit $ac_status); } &&
14834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15177 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14836 (eval $ac_try) 2>&5 15179 (eval $ac_try) 2>&5
14837 ac_status=$? 15180 ac_status=$?
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); }; } && 15182 (exit $ac_status); }; } &&
15458 grep -v '^ *+' conftest.er1 >conftest.err 15801 grep -v '^ *+' conftest.er1 >conftest.err
15459 rm -f conftest.er1 15802 rm -f conftest.er1
15460 cat conftest.err >&5 15803 cat conftest.err >&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && 15805 (exit $ac_status); } &&
15463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15806 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5 15808 (eval $ac_try) 2>&5
15466 ac_status=$? 15809 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 15811 (exit $ac_status); }; } &&
15503/* confdefs.h. */ 15846/* confdefs.h. */
15504_ACEOF 15847_ACEOF
15505cat confdefs.h >>conftest.$ac_ext 15848cat confdefs.h >>conftest.$ac_ext
15506cat >>conftest.$ac_ext <<_ACEOF 15849cat >>conftest.$ac_ext <<_ACEOF
15507/* end confdefs.h. */ 15850/* end confdefs.h. */
15508#include <locale.h> 15851#include <clocale>
15509int 15852int
15510main () 15853main ()
15511{ 15854{
15512setlocale(LC_CTYPE, ""); 15855setlocale(LC_CTYPE, "");
15513 ; 15856 ;
15521 grep -v '^ *+' conftest.er1 >conftest.err 15864 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1 15865 rm -f conftest.er1
15523 cat conftest.err >&5 15866 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } && 15868 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15869 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15528 (eval $ac_try) 2>&5 15871 (eval $ac_try) 2>&5
15529 ac_status=$? 15872 ac_status=$?
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); }; } && 15874 (exit $ac_status); }; } &&
15582 grep -v '^ *+' conftest.er1 >conftest.err 15925 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1 15926 rm -f conftest.er1
15584 cat conftest.err >&5 15927 cat conftest.err >&5
15585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } && 15929 (exit $ac_status); } &&
15587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15930 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15589 (eval $ac_try) 2>&5 15932 (eval $ac_try) 2>&5
15590 ac_status=$? 15933 ac_status=$?
15591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); }; } && 15935 (exit $ac_status); }; } &&
15627cat confdefs.h >>conftest.$ac_ext 15970cat confdefs.h >>conftest.$ac_ext
15628cat >>conftest.$ac_ext <<_ACEOF 15971cat >>conftest.$ac_ext <<_ACEOF
15629/* end confdefs.h. */ 15972/* end confdefs.h. */
15630#define _GNU_SOURCE 15973#define _GNU_SOURCE
15631#ifdef HAVE_STDLIB_H 15974#ifdef HAVE_STDLIB_H
15632# include <stdlib.h> 15975# include <cstdlib>
15633#endif 15976#endif
15634int 15977int
15635main () 15978main ()
15636{ 15979{
15637(void)getpt(); 15980(void)getpt();
15646 grep -v '^ *+' conftest.er1 >conftest.err 15989 grep -v '^ *+' conftest.er1 >conftest.err
15647 rm -f conftest.er1 15990 rm -f conftest.er1
15648 cat conftest.err >&5 15991 cat conftest.err >&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && 15993 (exit $ac_status); } &&
15651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15994 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5 15996 (eval $ac_try) 2>&5
15654 ac_status=$? 15997 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; } && 15999 (exit $ac_status); }; } &&
15840 grep -v '^ *+' conftest.er1 >conftest.err 16183 grep -v '^ *+' conftest.er1 >conftest.err
15841 rm -f conftest.er1 16184 rm -f conftest.er1
15842 cat conftest.err >&5 16185 cat conftest.err >&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); } && 16187 (exit $ac_status); } &&
15845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16188 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15847 (eval $ac_try) 2>&5 16190 (eval $ac_try) 2>&5
15848 ac_status=$? 16191 ac_status=$?
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); }; } && 16193 (exit $ac_status); }; } &&
15933cat >>confdefs.h <<\_ACEOF 16276cat >>confdefs.h <<\_ACEOF
15934#define MOUSE_SLIP_WHEELING 1 16277#define MOUSE_SLIP_WHEELING 1
15935_ACEOF 16278_ACEOF
15936 16279
15937fi 16280fi
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 16281if test x$support_utmp = xyes; then
15946 16282
15947cat >>confdefs.h <<\_ACEOF 16283cat >>confdefs.h <<\_ACEOF
15948#define UTMP_SUPPORT 1 16284#define UTMP_SUPPORT 1
15949_ACEOF 16285_ACEOF
16037cat >>confdefs.h <<\_ACEOF 16373cat >>confdefs.h <<\_ACEOF
16038#define UNICODE_3 1 16374#define UNICODE_3 1
16039_ACEOF 16375_ACEOF
16040 16376
16041fi 16377fi
16378if test x$support_combining = xyes; then
16379
16380cat >>confdefs.h <<\_ACEOF
16381#define ENABLE_COMBINING 1
16382_ACEOF
16383
16384fi
16042if test x$codesets = xall; then 16385if test x$codesets = xall; then
16043 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16386 codesets=jp,jp-ext,kr,cn,cn-ext
16044fi 16387fi
16045for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16388for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16046 16389
16047cat >>confdefs.h <<\_ACEOF 16390cat >>confdefs.h <<\_ACEOF
16048#define ENCODING_EU 1 16391#define ENCODING_EU 1
16049_ACEOF 16392_ACEOF
16050 16393
16051 case "$codeset" in 16394
16052 VN )
16053cat >>confdefs.h <<\_ACEOF 16395cat >>confdefs.h <<\_ACEOF
16054#define ENCODING_VN 1 16396#define ENCODING_VN 1
16055_ACEOF 16397_ACEOF
16056 ;; 16398
16399 case "$codeset" in
16057 JP ) 16400 JP )
16058cat >>confdefs.h <<\_ACEOF 16401cat >>confdefs.h <<\_ACEOF
16059#define ENCODING_JP 1 16402#define ENCODING_JP 1
16060_ACEOF 16403_ACEOF
16061 ;; 16404 ;;
16129_ACEOF 16472_ACEOF
16130program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 16473program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16131rm conftest.sed 16474rm conftest.sed
16132 16475
16133 16476
16134RXVTNAME=`echo rxvt|sed "$program_transform_name"`
16135
16136
16137 16477
16138 16478
16139 16479
16140if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16480if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16141 include_stdint_h="#include <stdint.h>" 16481 include_stdint_h="#include <stdint.h>"
16142else 16482else
16143 include_stdint_h="/* #include <stdint.h> */" 16483 include_stdint_h="/* #include <stdint.h> */"
16144fi 16484fi
16145if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16485if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16146 include_stdarg_h="#include <stdarg.h>" 16486 include_stdarg_h="#include <cstdarg>"
16147else 16487else
16148 include_stdarg_h="/* #include <stdarg.h> */" 16488 include_stdarg_h="/* #include <cstdarg> */"
16149fi 16489fi
16150if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16490if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16151 include_stdlib_h="#include <stdlib.h>" 16491 include_stdlib_h="#include <cstdlib>"
16152else 16492else
16153 include_stdlib_h="/* #include <stdlib.h> */" 16493 include_stdlib_h="/* #include <cstdlib> */"
16154fi 16494fi
16155if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16495if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16156 include_unistd_h="#include <unistd.h>" 16496 include_unistd_h="#include <unistd.h>"
16157else 16497else
16158 include_unistd_h="/* #include <unistd.h> */" 16498 include_unistd_h="/* #include <unistd.h> */"
16159fi 16499fi
16160if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16500if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16161 include_string_h="#include <string.h>" 16501 include_string_h="#include <cstring>"
16162else 16502else
16163 include_string_h="/* #include <string.h> */" 16503 include_string_h="/* #include <cstring> */"
16164fi 16504fi
16165if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16505if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16166 include_fcntl_h="#include <fcntl.h>" 16506 include_fcntl_h="#include <fcntl.h>"
16167else 16507else
16168 include_fcntl_h="/* #include <fcntl.h> */" 16508 include_fcntl_h="/* #include <fcntl.h> */"
16240 grep -v '^ *+' conftest.er1 >conftest.err 16580 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1 16581 rm -f conftest.er1
16242 cat conftest.err >&5 16582 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && 16584 (exit $ac_status); } &&
16245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16585 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5 16587 (eval $ac_try) 2>&5
16248 ac_status=$? 16588 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; } && 16590 (exit $ac_status); }; } &&
16283 rm -f conftest.er1 16623 rm -f conftest.er1
16284 cat conftest.err >&5 16624 cat conftest.err >&5
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); } >/dev/null; then 16626 (exit $ac_status); } >/dev/null; then
16287 if test -s conftest.err; then 16627 if test -s conftest.err; then
16288 ac_cpp_err=$ac_c_preproc_warn_flag 16628 ac_cpp_err=$ac_cxx_preproc_warn_flag
16289 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 16629 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16290 else 16630 else
16291 ac_cpp_err= 16631 ac_cpp_err=
16292 fi 16632 fi
16293else 16633else
16294 ac_cpp_err=yes 16634 ac_cpp_err=yes
16304rm -f conftest.err conftest.$ac_ext 16644rm -f conftest.err conftest.$ac_ext
16305echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16645echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16306echo "${ECHO_T}$ac_header_preproc" >&6 16646echo "${ECHO_T}$ac_header_preproc" >&6
16307 16647
16308# So? What about this header? 16648# So? What about this header?
16309case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16649case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16310 yes:no: ) 16650 yes:no: )
16311 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16651 { 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;} 16652echo "$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 16653 { 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;} 16654echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16396 grep -v '^ *+' conftest.er1 >conftest.err 16736 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1 16737 rm -f conftest.er1
16398 cat conftest.err >&5 16738 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && 16740 (exit $ac_status); } &&
16401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16741 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5 16743 (eval $ac_try) 2>&5
16404 ac_status=$? 16744 ac_status=$?
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; } && 16746 (exit $ac_status); }; } &&
17079s,@CPP@,$CPP,;t t 17419s,@CPP@,$CPP,;t t
17080s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 17420s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17081s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 17421s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17082s,@INSTALL_DATA@,$INSTALL_DATA,;t t 17422s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17083s,@AWK@,$AWK,;t t 17423s,@AWK@,$AWK,;t t
17424s,@LINKER@,$LINKER,;t t
17425s,@CXXCPP@,$CXXCPP,;t t
17084s,@EGREP@,$EGREP,;t t 17426s,@EGREP@,$EGREP,;t t
17085s,@build@,$build,;t t 17427s,@build@,$build,;t t
17086s,@build_cpu@,$build_cpu,;t t 17428s,@build_cpu@,$build_cpu,;t t
17087s,@build_vendor@,$build_vendor,;t t 17429s,@build_vendor@,$build_vendor,;t t
17088s,@build_os@,$build_os,;t t 17430s,@build_os@,$build_os,;t t
17096s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 17438s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17097s,@STRIP@,$STRIP,;t t 17439s,@STRIP@,$STRIP,;t t
17098s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 17440s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17099s,@LIBTOOL@,$LIBTOOL,;t t 17441s,@LIBTOOL@,$LIBTOOL,;t t
17100s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 17442s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17443s,@RXVTNAME@,$RXVTNAME,;t t
17101s,@MV@,$MV,;t t 17444s,@MV@,$MV,;t t
17102s,@RM@,$RM,;t t 17445s,@RM@,$RM,;t t
17103s,@CP@,$CP,;t t 17446s,@CP@,$CP,;t t
17104s,@LN@,$LN,;t t 17447s,@LN@,$LN,;t t
17105s,@SED@,$SED,;t t 17448s,@SED@,$SED,;t t
17119s,@rxvt_intp_define@,$rxvt_intp_define,;t t 17462s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17120s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 17463s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17121s,@DEBUG@,$DEBUG,;t t 17464s,@DEBUG@,$DEBUG,;t t
17122s,@DINCLUDE@,$DINCLUDE,;t t 17465s,@DINCLUDE@,$DINCLUDE,;t t
17123s,@DLIB@,$DLIB,;t t 17466s,@DLIB@,$DLIB,;t t
17124s,@RXVTNAME@,$RXVTNAME,;t t
17125s,@include_stdint_h@,$include_stdint_h,;t t 17467s,@include_stdint_h@,$include_stdint_h,;t t
17126s,@include_stdarg_h@,$include_stdarg_h,;t t 17468s,@include_stdarg_h@,$include_stdarg_h,;t t
17127s,@include_stdlib_h@,$include_stdlib_h,;t t 17469s,@include_stdlib_h@,$include_stdlib_h,;t t
17128s,@include_unistd_h@,$include_unistd_h,;t t 17470s,@include_unistd_h@,$include_unistd_h,;t t
17129s,@include_string_h@,$include_string_h,;t t 17471s,@include_string_h@,$include_string_h,;t t
17635echo "Configuration: 17977echo "Configuration:
17636 17978
17637 Rxvt version: $VERSION : $DATE 17979 Rxvt version: $VERSION : $DATE
17638 Source code location: $srcdir 17980 Source code location: $srcdir
17639 Install path: ${prefix}/bin 17981 Install path: ${prefix}/bin
17640 Compiler: $CC 17982 Compiler: $CXX
17641 Compiler flags: $CFLAGS" 17983 Compiler flags: $CFLAGS
17984 Linker: $LINKER"
17642 17985
17643if test "$MALLOC_TYPE" = S; then 17986if test "$MALLOC_TYPE" = S; then
17644 echo " malloc support: system default" 17987 echo " malloc support: system default"
17645fi 17988fi
17646if test "$MALLOC_TYPE" = G; then 17989if test "$MALLOC_TYPE" = G; then
17657echo " 18000echo "
17658The following are set in config.h 18001The following are set in config.h
17659" 18002"
17660echo " pty/tty type: "$rxvt_cv_ptys 18003echo " pty/tty type: "$rxvt_cv_ptys
17661if test x$support_utmp != xyes; then 18004if test x$support_utmp != xyes; then
17662 echo " utmp support: disabled 18005 echo " utmp support: disabled"
17663" 18006 echo
17664else 18007else
17665 echo " utmp support: enabled 18008 echo " utmp support: enabled
17666 utmp file: $rxvt_cv_path_utmp 18009 utmp file: $rxvt_cv_path_utmp
17667 utmpx file: $rxvt_cv_path_utmpx 18010 utmpx file: $rxvt_cv_path_utmpx
17668 wtmp file: $rxvt_cv_path_wtmp 18011 wtmp file: $rxvt_cv_path_wtmp
17669 wtmpx file: $rxvt_cv_path_wtmpx 18012 wtmpx file: $rxvt_cv_path_wtmpx
17670 lastlog file: $rxvt_cv_path_lastlog 18013 lastlog file: $rxvt_cv_path_lastlog
17671 ttys/ttytab file: $rxvt_cv_path_ttytab 18014 ttys/ttytab file: $rxvt_cv_path_ttytab"
17672" 18015 echo
17673fi 18016fi
17674if test x$term != x; then 18017if test x$term != x; then
17675 echo " set TERM to: $term 18018 echo " set TERM to: $term"
17676"
17677fi 18019fi
17678if test x$terminfo != x; then 18020if test x$terminfo != x; then
17679 echo " set TERMINFO to: $terminfo 18021 echo " set TERMINFO to: $terminfo"
17680"
17681fi 18022fi
18023echo " default resource name: $RESNAME"
18024echo " resource class: $RESCLASS"
18025if test x$RESFALLBACK != x; then
18026 echo " resource class fallback: $RESFALLBACK"
18027fi
18028echo
17682if test x$rxvt_cv_ptys = xUNKNOWN; then 18029if test x$rxvt_cv_ptys = xUNKNOWN; then
17683 echo ".----------------------------------------------------------------." 18030 echo ".----------------------------------------------------------------."
17684 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18031 echo ". WARNING: could not determine pty/tty type. Do not build until ."
17685 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18032 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
17686 echo ".----------------------------------------------------------------." 18033 echo ".----------------------------------------------------------------."
17700 echo ". WARNING: --enable-xim was specified however the locale support ." 18047 echo ". WARNING: --enable-xim was specified however the locale support ."
17701 echo ". functions could not be found. ." 18048 echo ". functions could not be found. ."
17702 echo ". XIM is now being DISABLED! ." 18049 echo ". XIM is now being DISABLED! ."
17703 echo ".----------------------------------------------------------------." 18050 echo ".----------------------------------------------------------------."
17704fi 18051fi
18052
17705echo " *** Please check src/feature.h for further options *** 18053echo " *** Please check src/feature.h for further options ***"
17706" 18054echo
18055
18056echo ".----------------------------------------------------------------."
18057echo ". NOTE: most features are disabled by default, try ."
18058echo ". configure --help to get an idea of the optional features ."
18059echo ".----------------------------------------------------------------."
18060echo
18061

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines