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.22 by pcg, Wed Mar 17 03:07:35 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
3284
3285ac_ext=cc
3286ac_cpp='$CXXCPP $CPPFLAGS'
3287ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3288ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3289ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3290
3291
3292
3293ac_ext=cc
3294ac_cpp='$CXXCPP $CPPFLAGS'
3295ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3296ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3297ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3298echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3299echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3300if test -z "$CXXCPP"; then
3301 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3302 echo $ECHO_N "(cached) $ECHO_C" >&6
3303else
3304 # Double quotes because CXXCPP needs to be expanded
3305 for CXXCPP in "$CXX -E" "/lib/cpp"
3306 do
3307 ac_preproc_ok=false
3308for ac_cxx_preproc_warn_flag in '' yes
3309do
3310 # Use a header file that comes with gcc, so configuring glibc
3311 # with a fresh cross-compiler works.
3312 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3313 # <limits.h> exists even on freestanding compilers.
3314 # On the NeXT, cc -E runs the code through the compiler's parser,
3315 # not just through cpp. "Syntax error" is here to catch this case.
3316 cat >conftest.$ac_ext <<_ACEOF
3317/* confdefs.h. */
3318_ACEOF
3319cat confdefs.h >>conftest.$ac_ext
3320cat >>conftest.$ac_ext <<_ACEOF
3321/* end confdefs.h. */
3322#ifdef __STDC__
3323# include <limits.h>
3324#else
3325# include <assert.h>
3326#endif
3327 Syntax error
3328_ACEOF
3329if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3330 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3331 ac_status=$?
3332 grep -v '^ *+' conftest.er1 >conftest.err
3333 rm -f conftest.er1
3334 cat conftest.err >&5
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); } >/dev/null; then
3337 if test -s conftest.err; then
3338 ac_cpp_err=$ac_cxx_preproc_warn_flag
3339 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3340 else
3341 ac_cpp_err=
3342 fi
3343else
3344 ac_cpp_err=yes
3345fi
3346if test -z "$ac_cpp_err"; then
3347 :
3348else
3349 echo "$as_me: failed program was:" >&5
3350sed 's/^/| /' conftest.$ac_ext >&5
3351
3352 # Broken: fails on valid input.
3353continue
3354fi
3355rm -f conftest.err conftest.$ac_ext
3356
3357 # OK, works on sane cases. Now check whether non-existent headers
3358 # can be detected and how.
3359 cat >conftest.$ac_ext <<_ACEOF
3360/* confdefs.h. */
3361_ACEOF
3362cat confdefs.h >>conftest.$ac_ext
3363cat >>conftest.$ac_ext <<_ACEOF
3364/* end confdefs.h. */
3365#include <ac_nonexistent.h>
3366_ACEOF
3367if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3368 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3369 ac_status=$?
3370 grep -v '^ *+' conftest.er1 >conftest.err
3371 rm -f conftest.er1
3372 cat conftest.err >&5
3373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3374 (exit $ac_status); } >/dev/null; then
3375 if test -s conftest.err; then
3376 ac_cpp_err=$ac_cxx_preproc_warn_flag
3377 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3378 else
3379 ac_cpp_err=
3380 fi
3381else
3382 ac_cpp_err=yes
3383fi
3384if test -z "$ac_cpp_err"; then
3385 # Broken: success on invalid input.
3386continue
3387else
3388 echo "$as_me: failed program was:" >&5
3389sed 's/^/| /' conftest.$ac_ext >&5
3390
3391 # Passes both tests.
3392ac_preproc_ok=:
3393break
3394fi
3395rm -f conftest.err conftest.$ac_ext
3396
3397done
3398# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3399rm -f conftest.err conftest.$ac_ext
3400if $ac_preproc_ok; then
3401 break
3402fi
3403
3404 done
3405 ac_cv_prog_CXXCPP=$CXXCPP
3406
3407fi
3408 CXXCPP=$ac_cv_prog_CXXCPP
3409else
3410 ac_cv_prog_CXXCPP=$CXXCPP
3411fi
3412echo "$as_me:$LINENO: result: $CXXCPP" >&5
3413echo "${ECHO_T}$CXXCPP" >&6
3414ac_preproc_ok=false
3415for ac_cxx_preproc_warn_flag in '' yes
3416do
3417 # Use a header file that comes with gcc, so configuring glibc
3418 # with a fresh cross-compiler works.
3419 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3420 # <limits.h> exists even on freestanding compilers.
3421 # On the NeXT, cc -E runs the code through the compiler's parser,
3422 # not just through cpp. "Syntax error" is here to catch this case.
3423 cat >conftest.$ac_ext <<_ACEOF
3424/* confdefs.h. */
3425_ACEOF
3426cat confdefs.h >>conftest.$ac_ext
3427cat >>conftest.$ac_ext <<_ACEOF
3428/* end confdefs.h. */
3429#ifdef __STDC__
3430# include <limits.h>
3431#else
3432# include <assert.h>
3433#endif
3434 Syntax error
3435_ACEOF
3436if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3437 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3438 ac_status=$?
3439 grep -v '^ *+' conftest.er1 >conftest.err
3440 rm -f conftest.er1
3441 cat conftest.err >&5
3442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3443 (exit $ac_status); } >/dev/null; then
3444 if test -s conftest.err; then
3445 ac_cpp_err=$ac_cxx_preproc_warn_flag
3446 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3447 else
3448 ac_cpp_err=
3449 fi
3450else
3451 ac_cpp_err=yes
3452fi
3453if test -z "$ac_cpp_err"; then
3454 :
3455else
3456 echo "$as_me: failed program was:" >&5
3457sed 's/^/| /' conftest.$ac_ext >&5
3458
3459 # Broken: fails on valid input.
3460continue
3461fi
3462rm -f conftest.err conftest.$ac_ext
3463
3464 # OK, works on sane cases. Now check whether non-existent headers
3465 # can be detected and how.
3466 cat >conftest.$ac_ext <<_ACEOF
3467/* confdefs.h. */
3468_ACEOF
3469cat confdefs.h >>conftest.$ac_ext
3470cat >>conftest.$ac_ext <<_ACEOF
3471/* end confdefs.h. */
3472#include <ac_nonexistent.h>
3473_ACEOF
3474if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3475 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3476 ac_status=$?
3477 grep -v '^ *+' conftest.er1 >conftest.err
3478 rm -f conftest.er1
3479 cat conftest.err >&5
3480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3481 (exit $ac_status); } >/dev/null; then
3482 if test -s conftest.err; then
3483 ac_cpp_err=$ac_cxx_preproc_warn_flag
3484 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3485 else
3486 ac_cpp_err=
3487 fi
3488else
3489 ac_cpp_err=yes
3490fi
3491if test -z "$ac_cpp_err"; then
3492 # Broken: success on invalid input.
3493continue
3494else
3495 echo "$as_me: failed program was:" >&5
3496sed 's/^/| /' conftest.$ac_ext >&5
3497
3498 # Passes both tests.
3499ac_preproc_ok=:
3500break
3501fi
3502rm -f conftest.err conftest.$ac_ext
3503
3504done
3505# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3506rm -f conftest.err conftest.$ac_ext
3507if $ac_preproc_ok; then
3508 :
3509else
3510 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3511See \`config.log' for more details." >&5
3512echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3513See \`config.log' for more details." >&2;}
3514 { (exit 1); exit 1; }; }
3515fi
3516
3517ac_ext=cc
3518ac_cpp='$CXXCPP $CPPFLAGS'
3519ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3520ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3521ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198 3522
3199 3523
3200echo "$as_me:$LINENO: checking for egrep" >&5 3524echo "$as_me:$LINENO: checking for egrep" >&5
3201echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3525echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3202if test "${ac_cv_prog_egrep+set}" = set; then 3526if test "${ac_cv_prog_egrep+set}" = set; then
3277 grep -v '^ *+' conftest.er1 >conftest.err 3601 grep -v '^ *+' conftest.er1 >conftest.err
3278 rm -f conftest.er1 3602 rm -f conftest.er1
3279 cat conftest.err >&5 3603 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3605 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3606 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3608 (eval $ac_try) 2>&5
3285 ac_status=$? 3609 ac_status=$?
3286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287 (exit $ac_status); }; } && 3611 (exit $ac_status); }; } &&
3331 grep -v '^ *+' conftest.er1 >conftest.err 3655 grep -v '^ *+' conftest.er1 >conftest.err
3332 rm -f conftest.er1 3656 rm -f conftest.er1
3333 cat conftest.err >&5 3657 cat conftest.err >&5
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); } && 3659 (exit $ac_status); } &&
3336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3660 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5 3662 (eval $ac_try) 2>&5
3339 ac_status=$? 3663 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } && 3665 (exit $ac_status); }; } &&
4035 grep -v '^ *+' conftest.er1 >conftest.err 4359 grep -v '^ *+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4360 rm -f conftest.er1
4037 cat conftest.err >&5 4361 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); } && 4363 (exit $ac_status); } &&
4040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4364 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5 4366 (eval $ac_try) 2>&5
4043 ac_status=$? 4367 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } && 4369 (exit $ac_status); }; } &&
4205 grep -v '^ *+' conftest.er1 >conftest.err 4529 grep -v '^ *+' conftest.er1 >conftest.err
4206 rm -f conftest.er1 4530 rm -f conftest.er1
4207 cat conftest.err >&5 4531 cat conftest.err >&5
4208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209 (exit $ac_status); } && 4533 (exit $ac_status); } &&
4210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4534 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4212 (eval $ac_try) 2>&5 4536 (eval $ac_try) 2>&5
4213 ac_status=$? 4537 ac_status=$?
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } && 4539 (exit $ac_status); }; } &&
4272 grep -v '^ *+' conftest.er1 >conftest.err 4596 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1 4597 rm -f conftest.er1
4274 cat conftest.err >&5 4598 cat conftest.err >&5
4275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && 4600 (exit $ac_status); } &&
4277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4601 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4279 (eval $ac_try) 2>&5 4603 (eval $ac_try) 2>&5
4280 ac_status=$? 4604 ac_status=$?
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); }; } && 4606 (exit $ac_status); }; } &&
4315 rm -f conftest.er1 4639 rm -f conftest.er1
4316 cat conftest.err >&5 4640 cat conftest.err >&5
4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318 (exit $ac_status); } >/dev/null; then 4642 (exit $ac_status); } >/dev/null; then
4319 if test -s conftest.err; then 4643 if test -s conftest.err; then
4320 ac_cpp_err=$ac_c_preproc_warn_flag 4644 ac_cpp_err=$ac_cxx_preproc_warn_flag
4321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4645 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4322 else 4646 else
4323 ac_cpp_err= 4647 ac_cpp_err=
4324 fi 4648 fi
4325else 4649else
4326 ac_cpp_err=yes 4650 ac_cpp_err=yes
4336rm -f conftest.err conftest.$ac_ext 4660rm -f conftest.err conftest.$ac_ext
4337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4661echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4338echo "${ECHO_T}$ac_header_preproc" >&6 4662echo "${ECHO_T}$ac_header_preproc" >&6
4339 4663
4340# So? What about this header? 4664# So? What about this header?
4341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4665case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4342 yes:no: ) 4666 yes:no: )
4343 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4667 { 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;} 4668echo "$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 4669 { 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;} 4670echo "$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 5030# Some flags need to be propagated to the compiler or linker for good
4707# libtool support. 5031# libtool support.
4708case "$host" in 5032case "$host" in
4709*-*-irix6*) 5033*-*-irix6*)
4710 # Find out which ABI we are using. 5034 # Find out which ABI we are using.
4711 echo '#line 4711 "configure"' > conftest.$ac_ext 5035 echo '#line 5035 "configure"' > conftest.$ac_ext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713 (eval $ac_compile) 2>&5 5037 (eval $ac_compile) 2>&5
4714 ac_status=$? 5038 ac_status=$?
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); }; then 5040 (exit $ac_status); }; then
4789 5113
4790lt_cv_cc_needs_belf=no 5114lt_cv_cc_needs_belf=no
4791fi 5115fi
4792rm -f conftest.err conftest.$ac_objext \ 5116rm -f conftest.err conftest.$ac_objext \
4793 conftest$ac_exeext conftest.$ac_ext 5117 conftest$ac_exeext conftest.$ac_ext
4794 ac_ext=c 5118 ac_ext=cc
4795ac_cpp='$CPP $CPPFLAGS' 5119ac_cpp='$CXXCPP $CPPFLAGS'
4796ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5120ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5121ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798ac_compiler_gnu=$ac_cv_c_compiler_gnu 5122ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 5123
4800fi 5124fi
4801echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5125echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4802echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 5126echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4803 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5127 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5098 grep -v '^ *+' conftest.er1 >conftest.err 5422 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5423 rm -f conftest.er1
5100 cat conftest.err >&5 5424 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5426 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5427 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5 5429 (eval $ac_try) 2>&5
5106 ac_status=$? 5430 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } && 5432 (exit $ac_status); }; } &&
5198 grep -v '^ *+' conftest.er1 >conftest.err 5522 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1 5523 rm -f conftest.er1
5200 cat conftest.err >&5 5524 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } && 5526 (exit $ac_status); } &&
5203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5527 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205 (eval $ac_try) 2>&5 5529 (eval $ac_try) 2>&5
5206 ac_status=$? 5530 ac_status=$?
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; } && 5532 (exit $ac_status); }; } &&
5257# builds. 5581# builds.
5258chmod -w . 5582chmod -w .
5259save_CFLAGS="$CFLAGS" 5583save_CFLAGS="$CFLAGS"
5260CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5584CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5261compiler_c_o=no 5585compiler_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 5586if { (eval echo configure:5586: \"$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 5587 # The compiler can only warn and ignore the option if not recognized
5264 # So say no if there are warnings 5588 # So say no if there are warnings
5265 if test -s out/conftest.err; then 5589 if test -s out/conftest.err; then
5266 compiler_c_o=no 5590 compiler_c_o=no
5267 else 5591 else
5311 grep -v '^ *+' conftest.er1 >conftest.err 5635 grep -v '^ *+' conftest.er1 >conftest.err
5312 rm -f conftest.er1 5636 rm -f conftest.er1
5313 cat conftest.err >&5 5637 cat conftest.err >&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } && 5639 (exit $ac_status); } &&
5316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5640 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 (eval $ac_try) 2>&5 5642 (eval $ac_try) 2>&5
5319 ac_status=$? 5643 ac_status=$?
5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5321 (exit $ac_status); }; } && 5645 (exit $ac_status); }; } &&
5407 grep -v '^ *+' conftest.er1 >conftest.err 5731 grep -v '^ *+' conftest.er1 >conftest.err
5408 rm -f conftest.er1 5732 rm -f conftest.er1
5409 cat conftest.err >&5 5733 cat conftest.err >&5
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); } && 5735 (exit $ac_status); } &&
5412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5414 (eval $ac_try) 2>&5 5738 (eval $ac_try) 2>&5
5415 ac_status=$? 5739 ac_status=$?
5416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417 (exit $ac_status); }; } && 5741 (exit $ac_status); }; } &&
6485 grep -v '^ *+' conftest.er1 >conftest.err 6809 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1 6810 rm -f conftest.er1
6487 cat conftest.err >&5 6811 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } && 6813 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6814 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5 6816 (eval $ac_try) 2>&5
6493 ac_status=$? 6817 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } && 6819 (exit $ac_status); }; } &&
6578 grep -v '^ *+' conftest.er1 >conftest.err 6902 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1 6903 rm -f conftest.er1
6580 cat conftest.err >&5 6904 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && 6906 (exit $ac_status); } &&
6583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6907 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6585 (eval $ac_try) 2>&5 6909 (eval $ac_try) 2>&5
6586 ac_status=$? 6910 ac_status=$?
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); }; } && 6912 (exit $ac_status); }; } &&
6670 grep -v '^ *+' conftest.er1 >conftest.err 6994 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1 6995 rm -f conftest.er1
6672 cat conftest.err >&5 6996 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 6998 (exit $ac_status); } &&
6675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6999 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 7001 (eval $ac_try) 2>&5
6678 ac_status=$? 7002 ac_status=$?
6679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6680 (exit $ac_status); }; } && 7004 (exit $ac_status); }; } &&
6735 grep -v '^ *+' conftest.er1 >conftest.err 7059 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1 7060 rm -f conftest.er1
6737 cat conftest.err >&5 7061 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && 7063 (exit $ac_status); } &&
6740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7064 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5 7066 (eval $ac_try) 2>&5
6743 ac_status=$? 7067 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; } && 7069 (exit $ac_status); }; } &&
6801 grep -v '^ *+' conftest.er1 >conftest.err 7125 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 7126 rm -f conftest.er1
6803 cat conftest.err >&5 7127 cat conftest.err >&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && 7129 (exit $ac_status); } &&
6806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7130 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6808 (eval $ac_try) 2>&5 7132 (eval $ac_try) 2>&5
6809 ac_status=$? 7133 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); }; } && 7135 (exit $ac_status); }; } &&
6873 lt_cv_dlopen_self=cross 7197 lt_cv_dlopen_self=cross
6874else 7198else
6875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7199 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6876 lt_status=$lt_dlunknown 7200 lt_status=$lt_dlunknown
6877 cat > conftest.$ac_ext <<EOF 7201 cat > conftest.$ac_ext <<EOF
6878#line 6878 "configure" 7202#line 7202 "configure"
6879#include "confdefs.h" 7203#include "confdefs.h"
6880 7204
6881#if HAVE_DLFCN_H 7205#if HAVE_DLFCN_H
6882#include <dlfcn.h> 7206#include <dlfcn.h>
6883#endif 7207#endif
6971 lt_cv_dlopen_self_static=cross 7295 lt_cv_dlopen_self_static=cross
6972else 7296else
6973 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7297 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6974 lt_status=$lt_dlunknown 7298 lt_status=$lt_dlunknown
6975 cat > conftest.$ac_ext <<EOF 7299 cat > conftest.$ac_ext <<EOF
6976#line 6976 "configure" 7300#line 7300 "configure"
6977#include "confdefs.h" 7301#include "confdefs.h"
6978 7302
6979#if HAVE_DLFCN_H 7303#if HAVE_DLFCN_H
6980#include <dlfcn.h> 7304#include <dlfcn.h>
6981#endif 7305#endif
7709support_keepscrolling=no 8033support_keepscrolling=no
7710support_selectionscrolling=no 8034support_selectionscrolling=no
7711support_menubar=no 8035support_menubar=no
7712support_mousewheel=no 8036support_mousewheel=no
7713support_mouseslipwheel=no 8037support_mouseslipwheel=no
7714support_oldselection=no
7715support_utmp=no 8038support_utmp=no
7716support_wtmp=no 8039support_wtmp=no
7717support_lastlog=no 8040support_lastlog=no
7718support_cursor_blink=no 8041support_cursor_blink=no
7719support_text_blink=no 8042support_text_blink=no
7724support_scroll_plain=no 8047support_scroll_plain=no
7725support_xim=no 8048support_xim=no
7726support_xpm=no 8049support_xpm=no
7727support_xft=no 8050support_xft=no
7728support_unicode3=no 8051support_unicode3=no
8052support_combining=no
7729codesets= 8053codesets=
7730 8054
7731 8055
7732if test "x$enable_shared" = xyes; then 8056if test "x$enable_shared" = xyes; then
7733 8057
7751 support_selectionscrolling=yes 8075 support_selectionscrolling=yes
7752 support_lastlog=yes 8076 support_lastlog=yes
7753 support_menubar=yes 8077 support_menubar=yes
7754 support_mousewheel=yes 8078 support_mousewheel=yes
7755 support_mouseslipwheel=yes 8079 support_mouseslipwheel=yes
7756 support_oldselection=yes
7757 support_cursor_blink=yes 8080 support_cursor_blink=yes
7758 support_text_blink=yes 8081 support_text_blink=yes
7759 support_pointer_blank=yes 8082 support_pointer_blank=yes
7760 support_scroll_rxvt=yes 8083 support_scroll_rxvt=yes
7761 support_scroll_next=yes 8084 support_scroll_next=yes
7765 support_wtmp=yes 8088 support_wtmp=yes
7766 support_xim=yes 8089 support_xim=yes
7767 support_xpm=yes 8090 support_xpm=yes
7768 support_xft=yes 8091 support_xft=yes
7769 support_unicode3=yes 8092 support_unicode3=yes
8093 support_combining=yes
7770 codesets=all 8094 codesets=all
7771 fi 8095 fi
7772fi; 8096fi;
7773 8097
7774# Check whether --enable-unicode3 or --disable-unicode3 was given. 8098# Check whether --enable-unicode3 or --disable-unicode3 was given.
7775if test "${enable_unicode3+set}" = set; then 8099if test "${enable_unicode3+set}" = set; then
7776 enableval="$enable_unicode3" 8100 enableval="$enable_unicode3"
7777 if test x$enableval = xyes; then 8101 if test x$enableval = xyes -o x$enableval = xno; then
7778 support_unicode3=yes 8102 support_unicode3=yes
7779 fi 8103 fi
7780fi; 8104fi;
7781 8105
8106# Check whether --enable-combining or --disable-combining was given.
8107if test "${enable_combining+set}" = set; then
8108 enableval="$enable_combining"
8109 if test x$enableval = xyes -o x$enableval = xno; then
8110 support_combining=yes
8111 fi
8112fi;
8113
7782# Check whether --enable-xft or --disable-xft was given. 8114# Check whether --enable-xft or --disable-xft was given.
7783if test "${enable_xft+set}" = set; then 8115if test "${enable_xft+set}" = set; then
7784 enableval="$enable_xft" 8116 enableval="$enable_xft"
7785 if test x$enableval = xyes; then 8117 if test x$enableval = xyes -o x$enableval = xno; then
7786 support_xft=yes 8118 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 8119 fi
7811fi; 8120fi;
7812 8121
7813# Check whether --enable-utmp or --disable-utmp was given. 8122# Check whether --enable-utmp or --disable-utmp was given.
7814if test "${enable_utmp+set}" = set; then 8123if test "${enable_utmp+set}" = set; then
7900_ACEOF 8209_ACEOF
7901 8210
7902 fi 8211 fi
7903fi; 8212fi;
7904 8213
8214
8215# Check whether --with-codesets or --without-codesets was given.
8216if test "${with_codesets+set}" = set; then
8217 withval="$with_codesets"
8218 codesets="$withval"
8219fi;
8220
7905# Check whether --enable-xim or --disable-xim was given. 8221# Check whether --enable-xim or --disable-xim was given.
7906if test "${enable_xim+set}" = set; then 8222if test "${enable_xim+set}" = set; then
7907 enableval="$enable_xim" 8223 enableval="$enable_xim"
7908 if test x$enableval = xyes -o x$enableval = xno; then 8224 if test x$enableval = xyes -o x$enableval = xno; then
7909 support_xim=$enableval 8225 support_xim=$enableval
7968_ACEOF 8284_ACEOF
7969 8285
7970 fi 8286 fi
7971fi; 8287fi;
7972 8288
8289RESFALLBACK=Rxvt
8290# Check whether --enable-fallback or --disable-fallback was given.
8291if test "${enable_fallback+set}" = set; then
8292 enableval="$enable_fallback"
8293
8294 test x$enableval = xyes && enableval=Rxvt
8295 test x$enableval = xno && enableval=
8296 RESFALLBACK="$enableval"
8297
8298fi;
8299
8300if test x$RESFALLBACK != x; then
8301
8302cat >>confdefs.h <<_ACEOF
8303#define RESFALLBACK "$RESFALLBACK"
8304_ACEOF
8305
8306fi
8307
8308RESNAME=urxvt
8309
8310# Check whether --with-res-name or --without-res-name was given.
8311if test "${with_res_name+set}" = set; then
8312 withval="$with_res_name"
8313 RESNAME="$withval"
8314fi;
8315
8316cat >>confdefs.h <<_ACEOF
8317#define RESNAME "$RESNAME"
8318_ACEOF
8319
8320
8321RESCLASS=URxvt
8322
8323# Check whether --with-res-class or --without-res-class was given.
8324if test "${with_res_class+set}" = set; then
8325 withval="$with_res_class"
8326 RESCLASS="$withval"
8327fi;
8328
8329cat >>confdefs.h <<_ACEOF
8330#define RESCLASS "$RESCLASS"
8331_ACEOF
8332
8333
8334RXVTNAME=urxvt
8335
8336# Check whether --with-name or --without-name was given.
8337if test "${with_name+set}" = set; then
8338 withval="$with_name"
8339 RXVTNAME="$withval"
8340fi;
8341
8342RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8343
8344
7973# Check whether --enable-strings or --disable-strings was given. 8345# Check whether --enable-strings or --disable-strings was given.
7974if test "${enable_strings+set}" = set; then 8346if test "${enable_strings+set}" = set; then
7975 enableval="$enable_strings" 8347 enableval="$enable_strings"
7976 if test x$enableval = xyes -o x$enableval = xno; then 8348 if test x$enableval = xyes -o x$enableval = xno; then
7977 support_addstrings=$enableval 8349 support_addstrings=$enableval
8041# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8413# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8042if test "${enable_slipwheeling+set}" = set; then 8414if test "${enable_slipwheeling+set}" = set; then
8043 enableval="$enable_slipwheeling" 8415 enableval="$enable_slipwheeling"
8044 if test x$enableval = xyes -o x$enableval = xno; then 8416 if test x$enableval = xyes -o x$enableval = xno; then
8045 support_mouseslipwheel=$enableval 8417 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 8418 fi
8067fi; 8419fi;
8068 8420
8069# Check whether --enable-dmalloc or --disable-dmalloc was given. 8421# Check whether --enable-dmalloc or --disable-dmalloc was given.
8070if test "${enable_dmalloc+set}" = set; then 8422if test "${enable_dmalloc+set}" = set; then
8610 rm -f conftest.er1 8962 rm -f conftest.er1
8611 cat conftest.err >&5 8963 cat conftest.err >&5
8612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } >/dev/null; then 8965 (exit $ac_status); } >/dev/null; then
8614 if test -s conftest.err; then 8966 if test -s conftest.err; then
8615 ac_cpp_err=$ac_c_preproc_warn_flag 8967 ac_cpp_err=$ac_cxx_preproc_warn_flag
8616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8968 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8617 else 8969 else
8618 ac_cpp_err= 8970 ac_cpp_err=
8619 fi 8971 fi
8620else 8972else
8621 ac_cpp_err=yes 8973 ac_cpp_err=yes
8665 grep -v '^ *+' conftest.er1 >conftest.err 9017 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1 9018 rm -f conftest.er1
8667 cat conftest.err >&5 9019 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && 9021 (exit $ac_status); } &&
8670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9022 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8672 (eval $ac_try) 2>&5 9024 (eval $ac_try) 2>&5
8673 ac_status=$? 9025 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }; } && 9027 (exit $ac_status); }; } &&
8776 grep -v '^ *+' conftest.er1 >conftest.err 9128 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1 9129 rm -f conftest.er1
8778 cat conftest.err >&5 9130 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && 9132 (exit $ac_status); } &&
8781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9133 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8783 (eval $ac_try) 2>&5 9135 (eval $ac_try) 2>&5
8784 ac_status=$? 9136 ac_status=$?
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); }; } && 9138 (exit $ac_status); }; } &&
8827 grep -v '^ *+' conftest.er1 >conftest.err 9179 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9180 rm -f conftest.er1
8829 cat conftest.err >&5 9181 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && 9183 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9184 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 9186 (eval $ac_try) 2>&5
8835 ac_status=$? 9187 ac_status=$?
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); }; } && 9189 (exit $ac_status); }; } &&
8903 grep -v '^ *+' conftest.er1 >conftest.err 9255 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1 9256 rm -f conftest.er1
8905 cat conftest.err >&5 9257 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && 9259 (exit $ac_status); } &&
8908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9260 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910 (eval $ac_try) 2>&5 9262 (eval $ac_try) 2>&5
8911 ac_status=$? 9263 ac_status=$?
8912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913 (exit $ac_status); }; } && 9265 (exit $ac_status); }; } &&
8958 grep -v '^ *+' conftest.er1 >conftest.err 9310 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1 9311 rm -f conftest.er1
8960 cat conftest.err >&5 9312 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && 9314 (exit $ac_status); } &&
8963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9315 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8965 (eval $ac_try) 2>&5 9317 (eval $ac_try) 2>&5
8966 ac_status=$? 9318 ac_status=$?
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } && 9320 (exit $ac_status); }; } &&
9026 grep -v '^ *+' conftest.er1 >conftest.err 9378 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1 9379 rm -f conftest.er1
9028 cat conftest.err >&5 9380 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && 9382 (exit $ac_status); } &&
9031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9383 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9033 (eval $ac_try) 2>&5 9385 (eval $ac_try) 2>&5
9034 ac_status=$? 9386 ac_status=$?
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } && 9388 (exit $ac_status); }; } &&
9134 grep -v '^ *+' conftest.er1 >conftest.err 9486 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1 9487 rm -f conftest.er1
9136 cat conftest.err >&5 9488 cat conftest.err >&5
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && 9490 (exit $ac_status); } &&
9139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9491 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5 9493 (eval $ac_try) 2>&5
9142 ac_status=$? 9494 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; } && 9496 (exit $ac_status); }; } &&
9198 grep -v '^ *+' conftest.er1 >conftest.err 9550 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1 9551 rm -f conftest.er1
9200 cat conftest.err >&5 9552 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && 9554 (exit $ac_status); } &&
9203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9555 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5 9557 (eval $ac_try) 2>&5
9206 ac_status=$? 9558 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } && 9560 (exit $ac_status); }; } &&
9266 grep -v '^ *+' conftest.er1 >conftest.err 9618 grep -v '^ *+' conftest.er1 >conftest.err
9267 rm -f conftest.er1 9619 rm -f conftest.er1
9268 cat conftest.err >&5 9620 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 9622 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9623 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 9625 (eval $ac_try) 2>&5
9274 ac_status=$? 9626 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } && 9628 (exit $ac_status); }; } &&
9370 grep -v '^ *+' conftest.er1 >conftest.err 9722 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1 9723 rm -f conftest.er1
9372 cat conftest.err >&5 9724 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9726 (exit $ac_status); } &&
9375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9727 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9729 (eval $ac_try) 2>&5
9378 ac_status=$? 9730 ac_status=$?
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); }; } && 9732 (exit $ac_status); }; } &&
9434 grep -v '^ *+' conftest.er1 >conftest.err 9786 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 9787 rm -f conftest.er1
9436 cat conftest.err >&5 9788 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && 9790 (exit $ac_status); } &&
9439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9791 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9441 (eval $ac_try) 2>&5 9793 (eval $ac_try) 2>&5
9442 ac_status=$? 9794 ac_status=$?
9443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); }; } && 9796 (exit $ac_status); }; } &&
9531 grep -v '^ *+' conftest.er1 >conftest.err 9883 grep -v '^ *+' conftest.er1 >conftest.err
9532 rm -f conftest.er1 9884 rm -f conftest.er1
9533 cat conftest.err >&5 9885 cat conftest.err >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 9887 (exit $ac_status); } &&
9536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9888 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 9890 (eval $ac_try) 2>&5
9539 ac_status=$? 9891 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; } && 9893 (exit $ac_status); }; } &&
9595 grep -v '^ *+' conftest.er1 >conftest.err 9947 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1 9948 rm -f conftest.er1
9597 cat conftest.err >&5 9949 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && 9951 (exit $ac_status); } &&
9600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9952 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9602 (eval $ac_try) 2>&5 9954 (eval $ac_try) 2>&5
9603 ac_status=$? 9955 ac_status=$?
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } && 9957 (exit $ac_status); }; } &&
9692 grep -v '^ *+' conftest.er1 >conftest.err 10044 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1 10045 rm -f conftest.er1
9694 cat conftest.err >&5 10046 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && 10048 (exit $ac_status); } &&
9697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10049 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 (eval $ac_try) 2>&5 10051 (eval $ac_try) 2>&5
9700 ac_status=$? 10052 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); }; } && 10054 (exit $ac_status); }; } &&
9756 grep -v '^ *+' conftest.er1 >conftest.err 10108 grep -v '^ *+' conftest.er1 >conftest.err
9757 rm -f conftest.er1 10109 rm -f conftest.er1
9758 cat conftest.err >&5 10110 cat conftest.err >&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } && 10112 (exit $ac_status); } &&
9761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10113 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 (eval $ac_try) 2>&5 10115 (eval $ac_try) 2>&5
9764 ac_status=$? 10116 ac_status=$?
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } && 10118 (exit $ac_status); }; } &&
9835 grep -v '^ *+' conftest.er1 >conftest.err 10187 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1 10188 rm -f conftest.er1
9837 cat conftest.err >&5 10189 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && 10191 (exit $ac_status); } &&
9840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10192 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5 10194 (eval $ac_try) 2>&5
9843 ac_status=$? 10195 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } && 10197 (exit $ac_status); }; } &&
9951 rm -f conftest.er1 10303 rm -f conftest.er1
9952 cat conftest.err >&5 10304 cat conftest.err >&5
9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } >/dev/null; then 10306 (exit $ac_status); } >/dev/null; then
9955 if test -s conftest.err; then 10307 if test -s conftest.err; then
9956 ac_cpp_err=$ac_c_preproc_warn_flag 10308 ac_cpp_err=$ac_cxx_preproc_warn_flag
9957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10309 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9958 else 10310 else
9959 ac_cpp_err= 10311 ac_cpp_err=
9960 fi 10312 fi
9961else 10313else
9962 ac_cpp_err=yes 10314 ac_cpp_err=yes
10051 grep -v '^ *+' conftest.er1 >conftest.err 10403 grep -v '^ *+' conftest.er1 >conftest.err
10052 rm -f conftest.er1 10404 rm -f conftest.er1
10053 cat conftest.err >&5 10405 cat conftest.err >&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); } && 10407 (exit $ac_status); } &&
10056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10408 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5 10410 (eval $ac_try) 2>&5
10059 ac_status=$? 10411 ac_status=$?
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; } && 10413 (exit $ac_status); }; } &&
10163 rm -f conftest.er1 10515 rm -f conftest.er1
10164 cat conftest.err >&5 10516 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } >/dev/null; then 10518 (exit $ac_status); } >/dev/null; then
10167 if test -s conftest.err; then 10519 if test -s conftest.err; then
10168 ac_cpp_err=$ac_c_preproc_warn_flag 10520 ac_cpp_err=$ac_cxx_preproc_warn_flag
10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10521 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10170 else 10522 else
10171 ac_cpp_err= 10523 ac_cpp_err=
10172 fi 10524 fi
10173else 10525else
10174 ac_cpp_err=yes 10526 ac_cpp_err=yes
10265 grep -v '^ *+' conftest.er1 >conftest.err 10617 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1 10618 rm -f conftest.er1
10267 cat conftest.err >&5 10619 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 10621 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10622 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5 10624 (eval $ac_try) 2>&5
10273 ac_status=$? 10625 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } && 10627 (exit $ac_status); }; } &&
10368 grep -v '^ *+' conftest.er1 >conftest.err 10720 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1 10721 rm -f conftest.er1
10370 cat conftest.err >&5 10722 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } && 10724 (exit $ac_status); } &&
10373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10725 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5 10727 (eval $ac_try) 2>&5
10376 ac_status=$? 10728 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; } && 10730 (exit $ac_status); }; } &&
10411 rm -f conftest.er1 10763 rm -f conftest.er1
10412 cat conftest.err >&5 10764 cat conftest.err >&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } >/dev/null; then 10766 (exit $ac_status); } >/dev/null; then
10415 if test -s conftest.err; then 10767 if test -s conftest.err; then
10416 ac_cpp_err=$ac_c_preproc_warn_flag 10768 ac_cpp_err=$ac_cxx_preproc_warn_flag
10417 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10769 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10418 else 10770 else
10419 ac_cpp_err= 10771 ac_cpp_err=
10420 fi 10772 fi
10421else 10773else
10422 ac_cpp_err=yes 10774 ac_cpp_err=yes
10432rm -f conftest.err conftest.$ac_ext 10784rm -f conftest.err conftest.$ac_ext
10433echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10785echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10434echo "${ECHO_T}$ac_header_preproc" >&6 10786echo "${ECHO_T}$ac_header_preproc" >&6
10435 10787
10436# So? What about this header? 10788# So? What about this header?
10437case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10789case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10438 yes:no: ) 10790 yes:no: )
10439 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10791 { 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;} 10792echo "$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 10793 { 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;} 10794echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10517 grep -v '^ *+' conftest.er1 >conftest.err 10869 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1 10870 rm -f conftest.er1
10519 cat conftest.err >&5 10871 cat conftest.err >&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && 10873 (exit $ac_status); } &&
10522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10874 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 (eval $ac_try) 2>&5 10876 (eval $ac_try) 2>&5
10525 ac_status=$? 10877 ac_status=$?
10526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10527 (exit $ac_status); }; } && 10879 (exit $ac_status); }; } &&
10582 grep -v '^ *+' conftest.er1 >conftest.err 10934 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1 10935 rm -f conftest.er1
10584 cat conftest.err >&5 10936 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && 10938 (exit $ac_status); } &&
10587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10939 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5 10941 (eval $ac_try) 2>&5
10590 ac_status=$? 10942 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; } && 10944 (exit $ac_status); }; } &&
10747 grep -v '^ *+' conftest.er1 >conftest.err 11099 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1 11100 rm -f conftest.er1
10749 cat conftest.err >&5 11101 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && 11103 (exit $ac_status); } &&
10752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11104 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5 11106 (eval $ac_try) 2>&5
10755 ac_status=$? 11107 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } && 11109 (exit $ac_status); }; } &&
10856 grep -v '^ *+' conftest.er1 >conftest.err 11208 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1 11209 rm -f conftest.er1
10858 cat conftest.err >&5 11210 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && 11212 (exit $ac_status); } &&
10861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11213 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5 11215 (eval $ac_try) 2>&5
10864 ac_status=$? 11216 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; } && 11218 (exit $ac_status); }; } &&
10916 grep -v '^ *+' conftest.er1 >conftest.err 11268 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1 11269 rm -f conftest.er1
10918 cat conftest.err >&5 11270 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && 11272 (exit $ac_status); } &&
10921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11273 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5 11275 (eval $ac_try) 2>&5
10924 ac_status=$? 11276 ac_status=$?
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } && 11278 (exit $ac_status); }; } &&
10991 grep -v '^ *+' conftest.er1 >conftest.err 11343 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1 11344 rm -f conftest.er1
10993 cat conftest.err >&5 11345 cat conftest.err >&5
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && 11347 (exit $ac_status); } &&
10996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11348 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10998 (eval $ac_try) 2>&5 11350 (eval $ac_try) 2>&5
10999 ac_status=$? 11351 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); }; } && 11353 (exit $ac_status); }; } &&
11056 grep -v '^ *+' conftest.er1 >conftest.err 11408 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1 11409 rm -f conftest.er1
11058 cat conftest.err >&5 11410 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && 11412 (exit $ac_status); } &&
11061 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11413 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11063 (eval $ac_try) 2>&5 11415 (eval $ac_try) 2>&5
11064 ac_status=$? 11416 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }; } && 11418 (exit $ac_status); }; } &&
11161 grep -v '^ *+' conftest.er1 >conftest.err 11513 grep -v '^ *+' conftest.er1 >conftest.err
11162 rm -f conftest.er1 11514 rm -f conftest.er1
11163 cat conftest.err >&5 11515 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } && 11517 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11518 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168 (eval $ac_try) 2>&5 11520 (eval $ac_try) 2>&5
11169 ac_status=$? 11521 ac_status=$?
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); }; } && 11523 (exit $ac_status); }; } &&
11223 grep -v '^ *+' conftest.er1 >conftest.err 11575 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1 11576 rm -f conftest.er1
11225 cat conftest.err >&5 11577 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && 11579 (exit $ac_status); } &&
11228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11580 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11230 (eval $ac_try) 2>&5 11582 (eval $ac_try) 2>&5
11231 ac_status=$? 11583 ac_status=$?
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); }; } && 11585 (exit $ac_status); }; } &&
11263 grep -v '^ *+' conftest.er1 >conftest.err 11615 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1 11616 rm -f conftest.er1
11265 cat conftest.err >&5 11617 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && 11619 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11620 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5 11622 (eval $ac_try) 2>&5
11271 ac_status=$? 11623 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; } && 11625 (exit $ac_status); }; } &&
11319 grep -v '^ *+' conftest.er1 >conftest.err 11671 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1 11672 rm -f conftest.er1
11321 cat conftest.err >&5 11673 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && 11675 (exit $ac_status); } &&
11324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11676 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5 11678 (eval $ac_try) 2>&5
11327 ac_status=$? 11679 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } && 11681 (exit $ac_status); }; } &&
11359 grep -v '^ *+' conftest.er1 >conftest.err 11711 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1 11712 rm -f conftest.er1
11361 cat conftest.err >&5 11713 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && 11715 (exit $ac_status); } &&
11364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11716 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5 11718 (eval $ac_try) 2>&5
11367 ac_status=$? 11719 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } && 11721 (exit $ac_status); }; } &&
11423 grep -v '^ *+' conftest.er1 >conftest.err 11775 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1 11776 rm -f conftest.er1
11425 cat conftest.err >&5 11777 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && 11779 (exit $ac_status); } &&
11428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11780 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11430 (eval $ac_try) 2>&5 11782 (eval $ac_try) 2>&5
11431 ac_status=$? 11783 ac_status=$?
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); }; } && 11785 (exit $ac_status); }; } &&
11454See \`config.log' for more details." >&2;} 11806See \`config.log' for more details." >&2;}
11455 { (exit 1); exit 1; }; } ;; 11807 { (exit 1); exit 1; }; } ;;
11456esac 11808esac
11457else 11809else
11458 if test "$cross_compiling" = yes; then 11810 if test "$cross_compiling" = yes; then
11459 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 11811 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11460See \`config.log' for more details." >&5 11812echo "$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; }; } 11813 { (exit 1); exit 1; }; }
11464else 11814else
11465 cat >conftest.$ac_ext <<_ACEOF 11815 cat >conftest.$ac_ext <<_ACEOF
11466/* confdefs.h. */ 11816/* confdefs.h. */
11467_ACEOF 11817_ACEOF
11569 grep -v '^ *+' conftest.er1 >conftest.err 11919 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1 11920 rm -f conftest.er1
11571 cat conftest.err >&5 11921 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && 11923 (exit $ac_status); } &&
11574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11924 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5 11926 (eval $ac_try) 2>&5
11577 ac_status=$? 11927 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } && 11929 (exit $ac_status); }; } &&
11631 grep -v '^ *+' conftest.er1 >conftest.err 11981 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1 11982 rm -f conftest.er1
11633 cat conftest.err >&5 11983 cat conftest.err >&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && 11985 (exit $ac_status); } &&
11636 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11986 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5 11988 (eval $ac_try) 2>&5
11639 ac_status=$? 11989 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; } && 11991 (exit $ac_status); }; } &&
11671 grep -v '^ *+' conftest.er1 >conftest.err 12021 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1 12022 rm -f conftest.er1
11673 cat conftest.err >&5 12023 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && 12025 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12026 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5 12028 (eval $ac_try) 2>&5
11679 ac_status=$? 12029 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } && 12031 (exit $ac_status); }; } &&
11727 grep -v '^ *+' conftest.er1 >conftest.err 12077 grep -v '^ *+' conftest.er1 >conftest.err
11728 rm -f conftest.er1 12078 rm -f conftest.er1
11729 cat conftest.err >&5 12079 cat conftest.err >&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); } && 12081 (exit $ac_status); } &&
11732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12082 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11734 (eval $ac_try) 2>&5 12084 (eval $ac_try) 2>&5
11735 ac_status=$? 12085 ac_status=$?
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); }; } && 12087 (exit $ac_status); }; } &&
11767 grep -v '^ *+' conftest.er1 >conftest.err 12117 grep -v '^ *+' conftest.er1 >conftest.err
11768 rm -f conftest.er1 12118 rm -f conftest.er1
11769 cat conftest.err >&5 12119 cat conftest.err >&5
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); } && 12121 (exit $ac_status); } &&
11772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12122 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774 (eval $ac_try) 2>&5 12124 (eval $ac_try) 2>&5
11775 ac_status=$? 12125 ac_status=$?
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); }; } && 12127 (exit $ac_status); }; } &&
11831 grep -v '^ *+' conftest.er1 >conftest.err 12181 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1 12182 rm -f conftest.er1
11833 cat conftest.err >&5 12183 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12185 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12186 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12188 (eval $ac_try) 2>&5
11839 ac_status=$? 12189 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } && 12191 (exit $ac_status); }; } &&
11862See \`config.log' for more details." >&2;} 12212See \`config.log' for more details." >&2;}
11863 { (exit 1); exit 1; }; } ;; 12213 { (exit 1); exit 1; }; } ;;
11864esac 12214esac
11865else 12215else
11866 if test "$cross_compiling" = yes; then 12216 if test "$cross_compiling" = yes; then
11867 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12217 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11868See \`config.log' for more details." >&5 12218echo "$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; }; } 12219 { (exit 1); exit 1; }; }
11872else 12220else
11873 cat >conftest.$ac_ext <<_ACEOF 12221 cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 12222/* confdefs.h. */
11875_ACEOF 12223_ACEOF
11977 grep -v '^ *+' conftest.er1 >conftest.err 12325 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1 12326 rm -f conftest.er1
11979 cat conftest.err >&5 12327 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && 12329 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12330 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5 12332 (eval $ac_try) 2>&5
11985 ac_status=$? 12333 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } && 12335 (exit $ac_status); }; } &&
12039 grep -v '^ *+' conftest.er1 >conftest.err 12387 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1 12388 rm -f conftest.er1
12041 cat conftest.err >&5 12389 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && 12391 (exit $ac_status); } &&
12044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12392 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5 12394 (eval $ac_try) 2>&5
12047 ac_status=$? 12395 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; } && 12397 (exit $ac_status); }; } &&
12079 grep -v '^ *+' conftest.er1 >conftest.err 12427 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1 12428 rm -f conftest.er1
12081 cat conftest.err >&5 12429 cat conftest.err >&5
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && 12431 (exit $ac_status); } &&
12084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12432 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5 12434 (eval $ac_try) 2>&5
12087 ac_status=$? 12435 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; } && 12437 (exit $ac_status); }; } &&
12135 grep -v '^ *+' conftest.er1 >conftest.err 12483 grep -v '^ *+' conftest.er1 >conftest.err
12136 rm -f conftest.er1 12484 rm -f conftest.er1
12137 cat conftest.err >&5 12485 cat conftest.err >&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); } && 12487 (exit $ac_status); } &&
12140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12488 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5 12490 (eval $ac_try) 2>&5
12143 ac_status=$? 12491 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; } && 12493 (exit $ac_status); }; } &&
12175 grep -v '^ *+' conftest.er1 >conftest.err 12523 grep -v '^ *+' conftest.er1 >conftest.err
12176 rm -f conftest.er1 12524 rm -f conftest.er1
12177 cat conftest.err >&5 12525 cat conftest.err >&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); } && 12527 (exit $ac_status); } &&
12180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12528 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5 12530 (eval $ac_try) 2>&5
12183 ac_status=$? 12531 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; } && 12533 (exit $ac_status); }; } &&
12239 grep -v '^ *+' conftest.er1 >conftest.err 12587 grep -v '^ *+' conftest.er1 >conftest.err
12240 rm -f conftest.er1 12588 rm -f conftest.er1
12241 cat conftest.err >&5 12589 cat conftest.err >&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } && 12591 (exit $ac_status); } &&
12244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12592 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5 12594 (eval $ac_try) 2>&5
12247 ac_status=$? 12595 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; } && 12597 (exit $ac_status); }; } &&
12270See \`config.log' for more details." >&2;} 12618See \`config.log' for more details." >&2;}
12271 { (exit 1); exit 1; }; } ;; 12619 { (exit 1); exit 1; }; } ;;
12272esac 12620esac
12273else 12621else
12274 if test "$cross_compiling" = yes; then 12622 if test "$cross_compiling" = yes; then
12275 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12623 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12276See \`config.log' for more details." >&5 12624echo "$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; }; } 12625 { (exit 1); exit 1; }; }
12280else 12626else
12281 cat >conftest.$ac_ext <<_ACEOF 12627 cat >conftest.$ac_ext <<_ACEOF
12282/* confdefs.h. */ 12628/* confdefs.h. */
12283_ACEOF 12629_ACEOF
12385 grep -v '^ *+' conftest.er1 >conftest.err 12731 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1 12732 rm -f conftest.er1
12387 cat conftest.err >&5 12733 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12735 (exit $ac_status); } &&
12390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12738 (eval $ac_try) 2>&5
12393 ac_status=$? 12739 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; } && 12741 (exit $ac_status); }; } &&
12447 grep -v '^ *+' conftest.er1 >conftest.err 12793 grep -v '^ *+' conftest.er1 >conftest.err
12448 rm -f conftest.er1 12794 rm -f conftest.er1
12449 cat conftest.err >&5 12795 cat conftest.err >&5
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); } && 12797 (exit $ac_status); } &&
12452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12798 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5 12800 (eval $ac_try) 2>&5
12455 ac_status=$? 12801 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } && 12803 (exit $ac_status); }; } &&
12487 grep -v '^ *+' conftest.er1 >conftest.err 12833 grep -v '^ *+' conftest.er1 >conftest.err
12488 rm -f conftest.er1 12834 rm -f conftest.er1
12489 cat conftest.err >&5 12835 cat conftest.err >&5
12490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491 (exit $ac_status); } && 12837 (exit $ac_status); } &&
12492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12838 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494 (eval $ac_try) 2>&5 12840 (eval $ac_try) 2>&5
12495 ac_status=$? 12841 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); }; } && 12843 (exit $ac_status); }; } &&
12543 grep -v '^ *+' conftest.er1 >conftest.err 12889 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1 12890 rm -f conftest.er1
12545 cat conftest.err >&5 12891 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && 12893 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12894 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5 12896 (eval $ac_try) 2>&5
12551 ac_status=$? 12897 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } && 12899 (exit $ac_status); }; } &&
12583 grep -v '^ *+' conftest.er1 >conftest.err 12929 grep -v '^ *+' conftest.er1 >conftest.err
12584 rm -f conftest.er1 12930 rm -f conftest.er1
12585 cat conftest.err >&5 12931 cat conftest.err >&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 12933 (exit $ac_status); } &&
12588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12934 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 12936 (eval $ac_try) 2>&5
12591 ac_status=$? 12937 ac_status=$?
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; } && 12939 (exit $ac_status); }; } &&
12647 grep -v '^ *+' conftest.er1 >conftest.err 12993 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1 12994 rm -f conftest.er1
12649 cat conftest.err >&5 12995 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && 12997 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12998 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5 13000 (eval $ac_try) 2>&5
12655 ac_status=$? 13001 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } && 13003 (exit $ac_status); }; } &&
12678See \`config.log' for more details." >&2;} 13024See \`config.log' for more details." >&2;}
12679 { (exit 1); exit 1; }; } ;; 13025 { (exit 1); exit 1; }; } ;;
12680esac 13026esac
12681else 13027else
12682 if test "$cross_compiling" = yes; then 13028 if test "$cross_compiling" = yes; then
12683 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13029 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12684See \`config.log' for more details." >&5 13030echo "$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; }; } 13031 { (exit 1); exit 1; }; }
12688else 13032else
12689 cat >conftest.$ac_ext <<_ACEOF 13033 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */ 13034/* confdefs.h. */
12691_ACEOF 13035_ACEOF
12793 grep -v '^ *+' conftest.er1 >conftest.err 13137 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1 13138 rm -f conftest.er1
12795 cat conftest.err >&5 13139 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } && 13141 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13142 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5 13144 (eval $ac_try) 2>&5
12801 ac_status=$? 13145 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } && 13147 (exit $ac_status); }; } &&
12855 grep -v '^ *+' conftest.er1 >conftest.err 13199 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1 13200 rm -f conftest.er1
12857 cat conftest.err >&5 13201 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && 13203 (exit $ac_status); } &&
12860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13204 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12862 (eval $ac_try) 2>&5 13206 (eval $ac_try) 2>&5
12863 ac_status=$? 13207 ac_status=$?
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); }; } && 13209 (exit $ac_status); }; } &&
12895 grep -v '^ *+' conftest.er1 >conftest.err 13239 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1 13240 rm -f conftest.er1
12897 cat conftest.err >&5 13241 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && 13243 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13244 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5 13246 (eval $ac_try) 2>&5
12903 ac_status=$? 13247 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } && 13249 (exit $ac_status); }; } &&
12951 grep -v '^ *+' conftest.er1 >conftest.err 13295 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1 13296 rm -f conftest.er1
12953 cat conftest.err >&5 13297 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && 13299 (exit $ac_status); } &&
12956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13300 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 13302 (eval $ac_try) 2>&5
12959 ac_status=$? 13303 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; } && 13305 (exit $ac_status); }; } &&
12991 grep -v '^ *+' conftest.er1 >conftest.err 13335 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1 13336 rm -f conftest.er1
12993 cat conftest.err >&5 13337 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && 13339 (exit $ac_status); } &&
12996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13340 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12998 (eval $ac_try) 2>&5 13342 (eval $ac_try) 2>&5
12999 ac_status=$? 13343 ac_status=$?
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); }; } && 13345 (exit $ac_status); }; } &&
13055 grep -v '^ *+' conftest.er1 >conftest.err 13399 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1 13400 rm -f conftest.er1
13057 cat conftest.err >&5 13401 cat conftest.err >&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && 13403 (exit $ac_status); } &&
13060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13404 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5 13406 (eval $ac_try) 2>&5
13063 ac_status=$? 13407 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } && 13409 (exit $ac_status); }; } &&
13086See \`config.log' for more details." >&2;} 13430See \`config.log' for more details." >&2;}
13087 { (exit 1); exit 1; }; } ;; 13431 { (exit 1); exit 1; }; } ;;
13088esac 13432esac
13089else 13433else
13090 if test "$cross_compiling" = yes; then 13434 if test "$cross_compiling" = yes; then
13091 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13435 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13092See \`config.log' for more details." >&5 13436echo "$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; }; } 13437 { (exit 1); exit 1; }; }
13096else 13438else
13097 cat >conftest.$ac_ext <<_ACEOF 13439 cat >conftest.$ac_ext <<_ACEOF
13098/* confdefs.h. */ 13440/* confdefs.h. */
13099_ACEOF 13441_ACEOF
13201 grep -v '^ *+' conftest.er1 >conftest.err 13543 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1 13544 rm -f conftest.er1
13203 cat conftest.err >&5 13545 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 13547 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13548 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 13550 (eval $ac_try) 2>&5
13209 ac_status=$? 13551 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } && 13553 (exit $ac_status); }; } &&
13263 grep -v '^ *+' conftest.er1 >conftest.err 13605 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1 13606 rm -f conftest.er1
13265 cat conftest.err >&5 13607 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && 13609 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13610 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5 13612 (eval $ac_try) 2>&5
13271 ac_status=$? 13613 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } && 13615 (exit $ac_status); }; } &&
13303 grep -v '^ *+' conftest.er1 >conftest.err 13645 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1 13646 rm -f conftest.er1
13305 cat conftest.err >&5 13647 cat conftest.err >&5
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && 13649 (exit $ac_status); } &&
13308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13650 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310 (eval $ac_try) 2>&5 13652 (eval $ac_try) 2>&5
13311 ac_status=$? 13653 ac_status=$?
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); }; } && 13655 (exit $ac_status); }; } &&
13359 grep -v '^ *+' conftest.er1 >conftest.err 13701 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1 13702 rm -f conftest.er1
13361 cat conftest.err >&5 13703 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } && 13705 (exit $ac_status); } &&
13364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13706 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5 13708 (eval $ac_try) 2>&5
13367 ac_status=$? 13709 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } && 13711 (exit $ac_status); }; } &&
13399 grep -v '^ *+' conftest.er1 >conftest.err 13741 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1 13742 rm -f conftest.er1
13401 cat conftest.err >&5 13743 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } && 13745 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13746 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5 13748 (eval $ac_try) 2>&5
13407 ac_status=$? 13749 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } && 13751 (exit $ac_status); }; } &&
13463 grep -v '^ *+' conftest.er1 >conftest.err 13805 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1 13806 rm -f conftest.er1
13465 cat conftest.err >&5 13807 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 13809 (exit $ac_status); } &&
13468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13810 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 13812 (eval $ac_try) 2>&5
13471 ac_status=$? 13813 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } && 13815 (exit $ac_status); }; } &&
13494See \`config.log' for more details." >&2;} 13836See \`config.log' for more details." >&2;}
13495 { (exit 1); exit 1; }; } ;; 13837 { (exit 1); exit 1; }; } ;;
13496esac 13838esac
13497else 13839else
13498 if test "$cross_compiling" = yes; then 13840 if test "$cross_compiling" = yes; then
13499 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13841 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13500See \`config.log' for more details." >&5 13842echo "$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; }; } 13843 { (exit 1); exit 1; }; }
13504else 13844else
13505 cat >conftest.$ac_ext <<_ACEOF 13845 cat >conftest.$ac_ext <<_ACEOF
13506/* confdefs.h. */ 13846/* confdefs.h. */
13507_ACEOF 13847_ACEOF
13608 grep -v '^ *+' conftest.er1 >conftest.err 13948 grep -v '^ *+' conftest.er1 >conftest.err
13609 rm -f conftest.er1 13949 rm -f conftest.er1
13610 cat conftest.err >&5 13950 cat conftest.err >&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } && 13952 (exit $ac_status); } &&
13613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13953 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5 13955 (eval $ac_try) 2>&5
13616 ac_status=$? 13956 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; } && 13958 (exit $ac_status); }; } &&
13690 grep -v '^ *+' conftest.er1 >conftest.err 14030 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1 14031 rm -f conftest.er1
13692 cat conftest.err >&5 14032 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && 14034 (exit $ac_status); } &&
13695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14035 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13697 (eval $ac_try) 2>&5 14037 (eval $ac_try) 2>&5
13698 ac_status=$? 14038 ac_status=$?
13699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700 (exit $ac_status); }; } && 14040 (exit $ac_status); }; } &&
13772 grep -v '^ *+' conftest.er1 >conftest.err 14112 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14113 rm -f conftest.er1
13774 cat conftest.err >&5 14114 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && 14116 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14117 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5 14119 (eval $ac_try) 2>&5
13780 ac_status=$? 14120 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } && 14122 (exit $ac_status); }; } &&
13854 grep -v '^ *+' conftest.er1 >conftest.err 14194 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1 14195 rm -f conftest.er1
13856 cat conftest.err >&5 14196 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && 14198 (exit $ac_status); } &&
13859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14199 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13861 (eval $ac_try) 2>&5 14201 (eval $ac_try) 2>&5
13862 ac_status=$? 14202 ac_status=$?
13863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13864 (exit $ac_status); }; } && 14204 (exit $ac_status); }; } &&
13966 grep -v '^ *+' conftest.er1 >conftest.err 14306 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1 14307 rm -f conftest.er1
13968 cat conftest.err >&5 14308 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && 14310 (exit $ac_status); } &&
13971 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14311 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5 14313 (eval $ac_try) 2>&5
13974 ac_status=$? 14314 ac_status=$?
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; } && 14316 (exit $ac_status); }; } &&
14106 grep -v '^ *+' conftest.er1 >conftest.err 14446 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1 14447 rm -f conftest.er1
14108 cat conftest.err >&5 14448 cat conftest.err >&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } && 14450 (exit $ac_status); } &&
14111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14451 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14113 (eval $ac_try) 2>&5 14453 (eval $ac_try) 2>&5
14114 ac_status=$? 14454 ac_status=$?
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); }; } && 14456 (exit $ac_status); }; } &&
14170 grep -v '^ *+' conftest.er1 >conftest.err 14510 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1 14511 rm -f conftest.er1
14172 cat conftest.err >&5 14512 cat conftest.err >&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && 14514 (exit $ac_status); } &&
14175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14515 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5 14517 (eval $ac_try) 2>&5
14178 ac_status=$? 14518 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; } && 14520 (exit $ac_status); }; } &&
14213 rm -f conftest.er1 14553 rm -f conftest.er1
14214 cat conftest.err >&5 14554 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null; then 14556 (exit $ac_status); } >/dev/null; then
14217 if test -s conftest.err; then 14557 if test -s conftest.err; then
14218 ac_cpp_err=$ac_c_preproc_warn_flag 14558 ac_cpp_err=$ac_cxx_preproc_warn_flag
14219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14559 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14220 else 14560 else
14221 ac_cpp_err= 14561 ac_cpp_err=
14222 fi 14562 fi
14223else 14563else
14224 ac_cpp_err=yes 14564 ac_cpp_err=yes
14234rm -f conftest.err conftest.$ac_ext 14574rm -f conftest.err conftest.$ac_ext
14235echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14575echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14236echo "${ECHO_T}$ac_header_preproc" >&6 14576echo "${ECHO_T}$ac_header_preproc" >&6
14237 14577
14238# So? What about this header? 14578# So? What about this header?
14239case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14579case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14240 yes:no: ) 14580 yes:no: )
14241 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 14581 { 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;} 14582echo "$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 14583 { 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;} 14584echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14308 grep -v '^ *+' conftest.er1 >conftest.err 14648 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1 14649 rm -f conftest.er1
14310 cat conftest.err >&5 14650 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && 14652 (exit $ac_status); } &&
14313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14653 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5 14655 (eval $ac_try) 2>&5
14316 ac_status=$? 14656 ac_status=$?
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } && 14658 (exit $ac_status); }; } &&
14370 grep -v '^ *+' conftest.er1 >conftest.err 14710 grep -v '^ *+' conftest.er1 >conftest.err
14371 rm -f conftest.er1 14711 rm -f conftest.er1
14372 cat conftest.err >&5 14712 cat conftest.err >&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } && 14714 (exit $ac_status); } &&
14375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14715 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5 14717 (eval $ac_try) 2>&5
14378 ac_status=$? 14718 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } && 14720 (exit $ac_status); }; } &&
14431 grep -v '^ *+' conftest.er1 >conftest.err 14771 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1 14772 rm -f conftest.er1
14433 cat conftest.err >&5 14773 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && 14775 (exit $ac_status); } &&
14436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14776 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5 14778 (eval $ac_try) 2>&5
14439 ac_status=$? 14779 ac_status=$?
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; } && 14781 (exit $ac_status); }; } &&
14496 grep -v '^ *+' conftest.er1 >conftest.err 14836 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1 14837 rm -f conftest.er1
14498 cat conftest.err >&5 14838 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 14840 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14841 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 14843 (eval $ac_try) 2>&5
14504 ac_status=$? 14844 ac_status=$?
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; } && 14846 (exit $ac_status); }; } &&
14539 rm -f conftest.er1 14879 rm -f conftest.er1
14540 cat conftest.err >&5 14880 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } >/dev/null; then 14882 (exit $ac_status); } >/dev/null; then
14543 if test -s conftest.err; then 14883 if test -s conftest.err; then
14544 ac_cpp_err=$ac_c_preproc_warn_flag 14884 ac_cpp_err=$ac_cxx_preproc_warn_flag
14545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14885 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14546 else 14886 else
14547 ac_cpp_err= 14887 ac_cpp_err=
14548 fi 14888 fi
14549else 14889else
14550 ac_cpp_err=yes 14890 ac_cpp_err=yes
14560rm -f conftest.err conftest.$ac_ext 14900rm -f conftest.err conftest.$ac_ext
14561echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14901echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14562echo "${ECHO_T}$ac_header_preproc" >&6 14902echo "${ECHO_T}$ac_header_preproc" >&6
14563 14903
14564# So? What about this header? 14904# So? What about this header?
14565case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14905case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14566 yes:no: ) 14906 yes:no: )
14567 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 14907 { 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;} 14908echo "$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 14909 { 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;} 14910echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14633 grep -v '^ *+' conftest.er1 >conftest.err 14973 grep -v '^ *+' conftest.er1 >conftest.err
14634 rm -f conftest.er1 14974 rm -f conftest.er1
14635 cat conftest.err >&5 14975 cat conftest.err >&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } && 14977 (exit $ac_status); } &&
14638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14978 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5 14980 (eval $ac_try) 2>&5
14641 ac_status=$? 14981 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; } && 14983 (exit $ac_status); }; } &&
14695 grep -v '^ *+' conftest.er1 >conftest.err 15035 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 15036 rm -f conftest.er1
14697 cat conftest.err >&5 15037 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && 15039 (exit $ac_status); } &&
14700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15040 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5 15042 (eval $ac_try) 2>&5
14703 ac_status=$? 15043 ac_status=$?
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; } && 15045 (exit $ac_status); }; } &&
14764 grep -v '^ *+' conftest.er1 >conftest.err 15104 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1 15105 rm -f conftest.er1
14766 cat conftest.err >&5 15106 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && 15108 (exit $ac_status); } &&
14769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15109 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5 15111 (eval $ac_try) 2>&5
14772 ac_status=$? 15112 ac_status=$?
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } && 15114 (exit $ac_status); }; } &&
14829 grep -v '^ *+' conftest.er1 >conftest.err 15169 grep -v '^ *+' conftest.er1 >conftest.err
14830 rm -f conftest.er1 15170 rm -f conftest.er1
14831 cat conftest.err >&5 15171 cat conftest.err >&5
14832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14833 (exit $ac_status); } && 15173 (exit $ac_status); } &&
14834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15174 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14836 (eval $ac_try) 2>&5 15176 (eval $ac_try) 2>&5
14837 ac_status=$? 15177 ac_status=$?
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); }; } && 15179 (exit $ac_status); }; } &&
15458 grep -v '^ *+' conftest.er1 >conftest.err 15798 grep -v '^ *+' conftest.er1 >conftest.err
15459 rm -f conftest.er1 15799 rm -f conftest.er1
15460 cat conftest.err >&5 15800 cat conftest.err >&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && 15802 (exit $ac_status); } &&
15463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15803 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5 15805 (eval $ac_try) 2>&5
15466 ac_status=$? 15806 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 15808 (exit $ac_status); }; } &&
15503/* confdefs.h. */ 15843/* confdefs.h. */
15504_ACEOF 15844_ACEOF
15505cat confdefs.h >>conftest.$ac_ext 15845cat confdefs.h >>conftest.$ac_ext
15506cat >>conftest.$ac_ext <<_ACEOF 15846cat >>conftest.$ac_ext <<_ACEOF
15507/* end confdefs.h. */ 15847/* end confdefs.h. */
15508#include <locale.h> 15848#include <clocale>
15509int 15849int
15510main () 15850main ()
15511{ 15851{
15512setlocale(LC_CTYPE, ""); 15852setlocale(LC_CTYPE, "");
15513 ; 15853 ;
15521 grep -v '^ *+' conftest.er1 >conftest.err 15861 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1 15862 rm -f conftest.er1
15523 cat conftest.err >&5 15863 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } && 15865 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15866 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15528 (eval $ac_try) 2>&5 15868 (eval $ac_try) 2>&5
15529 ac_status=$? 15869 ac_status=$?
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); }; } && 15871 (exit $ac_status); }; } &&
15582 grep -v '^ *+' conftest.er1 >conftest.err 15922 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1 15923 rm -f conftest.er1
15584 cat conftest.err >&5 15924 cat conftest.err >&5
15585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } && 15926 (exit $ac_status); } &&
15587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15927 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15589 (eval $ac_try) 2>&5 15929 (eval $ac_try) 2>&5
15590 ac_status=$? 15930 ac_status=$?
15591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); }; } && 15932 (exit $ac_status); }; } &&
15627cat confdefs.h >>conftest.$ac_ext 15967cat confdefs.h >>conftest.$ac_ext
15628cat >>conftest.$ac_ext <<_ACEOF 15968cat >>conftest.$ac_ext <<_ACEOF
15629/* end confdefs.h. */ 15969/* end confdefs.h. */
15630#define _GNU_SOURCE 15970#define _GNU_SOURCE
15631#ifdef HAVE_STDLIB_H 15971#ifdef HAVE_STDLIB_H
15632# include <stdlib.h> 15972# include <cstdlib>
15633#endif 15973#endif
15634int 15974int
15635main () 15975main ()
15636{ 15976{
15637(void)getpt(); 15977(void)getpt();
15646 grep -v '^ *+' conftest.er1 >conftest.err 15986 grep -v '^ *+' conftest.er1 >conftest.err
15647 rm -f conftest.er1 15987 rm -f conftest.er1
15648 cat conftest.err >&5 15988 cat conftest.err >&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && 15990 (exit $ac_status); } &&
15651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15991 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5 15993 (eval $ac_try) 2>&5
15654 ac_status=$? 15994 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; } && 15996 (exit $ac_status); }; } &&
15840 grep -v '^ *+' conftest.er1 >conftest.err 16180 grep -v '^ *+' conftest.er1 >conftest.err
15841 rm -f conftest.er1 16181 rm -f conftest.er1
15842 cat conftest.err >&5 16182 cat conftest.err >&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); } && 16184 (exit $ac_status); } &&
15845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16185 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15847 (eval $ac_try) 2>&5 16187 (eval $ac_try) 2>&5
15848 ac_status=$? 16188 ac_status=$?
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); }; } && 16190 (exit $ac_status); }; } &&
15933cat >>confdefs.h <<\_ACEOF 16273cat >>confdefs.h <<\_ACEOF
15934#define MOUSE_SLIP_WHEELING 1 16274#define MOUSE_SLIP_WHEELING 1
15935_ACEOF 16275_ACEOF
15936 16276
15937fi 16277fi
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 16278if test x$support_utmp = xyes; then
15946 16279
15947cat >>confdefs.h <<\_ACEOF 16280cat >>confdefs.h <<\_ACEOF
15948#define UTMP_SUPPORT 1 16281#define UTMP_SUPPORT 1
15949_ACEOF 16282_ACEOF
16037cat >>confdefs.h <<\_ACEOF 16370cat >>confdefs.h <<\_ACEOF
16038#define UNICODE_3 1 16371#define UNICODE_3 1
16039_ACEOF 16372_ACEOF
16040 16373
16041fi 16374fi
16375if test x$support_combining = xyes; then
16376
16377cat >>confdefs.h <<\_ACEOF
16378#define ENABLE_COMBINING 1
16379_ACEOF
16380
16381fi
16042if test x$codesets = xall; then 16382if test x$codesets = xall; then
16043 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16383 codesets=jp,jp-ext,kr,cn,cn-ext
16044fi 16384fi
16045for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16385for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16046 16386
16047cat >>confdefs.h <<\_ACEOF 16387cat >>confdefs.h <<\_ACEOF
16048#define ENCODING_EU 1 16388#define ENCODING_EU 1
16049_ACEOF 16389_ACEOF
16050 16390
16051 case "$codeset" in 16391
16052 VN )
16053cat >>confdefs.h <<\_ACEOF 16392cat >>confdefs.h <<\_ACEOF
16054#define ENCODING_VN 1 16393#define ENCODING_VN 1
16055_ACEOF 16394_ACEOF
16056 ;; 16395
16396 case "$codeset" in
16057 JP ) 16397 JP )
16058cat >>confdefs.h <<\_ACEOF 16398cat >>confdefs.h <<\_ACEOF
16059#define ENCODING_JP 1 16399#define ENCODING_JP 1
16060_ACEOF 16400_ACEOF
16061 ;; 16401 ;;
16129_ACEOF 16469_ACEOF
16130program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 16470program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16131rm conftest.sed 16471rm conftest.sed
16132 16472
16133 16473
16134RXVTNAME=`echo rxvt|sed "$program_transform_name"`
16135
16136
16137 16474
16138 16475
16139 16476
16140if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16477if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16141 include_stdint_h="#include <stdint.h>" 16478 include_stdint_h="#include <stdint.h>"
16142else 16479else
16143 include_stdint_h="/* #include <stdint.h> */" 16480 include_stdint_h="/* #include <stdint.h> */"
16144fi 16481fi
16145if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16482if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16146 include_stdarg_h="#include <stdarg.h>" 16483 include_stdarg_h="#include <cstdarg>"
16147else 16484else
16148 include_stdarg_h="/* #include <stdarg.h> */" 16485 include_stdarg_h="/* #include <cstdarg> */"
16149fi 16486fi
16150if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16487if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16151 include_stdlib_h="#include <stdlib.h>" 16488 include_stdlib_h="#include <cstdlib>"
16152else 16489else
16153 include_stdlib_h="/* #include <stdlib.h> */" 16490 include_stdlib_h="/* #include <cstdlib> */"
16154fi 16491fi
16155if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16492if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16156 include_unistd_h="#include <unistd.h>" 16493 include_unistd_h="#include <unistd.h>"
16157else 16494else
16158 include_unistd_h="/* #include <unistd.h> */" 16495 include_unistd_h="/* #include <unistd.h> */"
16159fi 16496fi
16160if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16497if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16161 include_string_h="#include <string.h>" 16498 include_string_h="#include <cstring>"
16162else 16499else
16163 include_string_h="/* #include <string.h> */" 16500 include_string_h="/* #include <cstring> */"
16164fi 16501fi
16165if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16502if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16166 include_fcntl_h="#include <fcntl.h>" 16503 include_fcntl_h="#include <fcntl.h>"
16167else 16504else
16168 include_fcntl_h="/* #include <fcntl.h> */" 16505 include_fcntl_h="/* #include <fcntl.h> */"
16240 grep -v '^ *+' conftest.er1 >conftest.err 16577 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1 16578 rm -f conftest.er1
16242 cat conftest.err >&5 16579 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && 16581 (exit $ac_status); } &&
16245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16582 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5 16584 (eval $ac_try) 2>&5
16248 ac_status=$? 16585 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; } && 16587 (exit $ac_status); }; } &&
16283 rm -f conftest.er1 16620 rm -f conftest.er1
16284 cat conftest.err >&5 16621 cat conftest.err >&5
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); } >/dev/null; then 16623 (exit $ac_status); } >/dev/null; then
16287 if test -s conftest.err; then 16624 if test -s conftest.err; then
16288 ac_cpp_err=$ac_c_preproc_warn_flag 16625 ac_cpp_err=$ac_cxx_preproc_warn_flag
16289 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 16626 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16290 else 16627 else
16291 ac_cpp_err= 16628 ac_cpp_err=
16292 fi 16629 fi
16293else 16630else
16294 ac_cpp_err=yes 16631 ac_cpp_err=yes
16304rm -f conftest.err conftest.$ac_ext 16641rm -f conftest.err conftest.$ac_ext
16305echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16642echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16306echo "${ECHO_T}$ac_header_preproc" >&6 16643echo "${ECHO_T}$ac_header_preproc" >&6
16307 16644
16308# So? What about this header? 16645# So? What about this header?
16309case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16646case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16310 yes:no: ) 16647 yes:no: )
16311 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16648 { 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;} 16649echo "$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 16650 { 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;} 16651echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16396 grep -v '^ *+' conftest.er1 >conftest.err 16733 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1 16734 rm -f conftest.er1
16398 cat conftest.err >&5 16735 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && 16737 (exit $ac_status); } &&
16401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16738 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5 16740 (eval $ac_try) 2>&5
16404 ac_status=$? 16741 ac_status=$?
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; } && 16743 (exit $ac_status); }; } &&
17079s,@CPP@,$CPP,;t t 17416s,@CPP@,$CPP,;t t
17080s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 17417s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17081s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 17418s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17082s,@INSTALL_DATA@,$INSTALL_DATA,;t t 17419s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17083s,@AWK@,$AWK,;t t 17420s,@AWK@,$AWK,;t t
17421s,@LINKER@,$LINKER,;t t
17422s,@CXXCPP@,$CXXCPP,;t t
17084s,@EGREP@,$EGREP,;t t 17423s,@EGREP@,$EGREP,;t t
17085s,@build@,$build,;t t 17424s,@build@,$build,;t t
17086s,@build_cpu@,$build_cpu,;t t 17425s,@build_cpu@,$build_cpu,;t t
17087s,@build_vendor@,$build_vendor,;t t 17426s,@build_vendor@,$build_vendor,;t t
17088s,@build_os@,$build_os,;t t 17427s,@build_os@,$build_os,;t t
17096s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 17435s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17097s,@STRIP@,$STRIP,;t t 17436s,@STRIP@,$STRIP,;t t
17098s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 17437s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17099s,@LIBTOOL@,$LIBTOOL,;t t 17438s,@LIBTOOL@,$LIBTOOL,;t t
17100s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 17439s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17440s,@RXVTNAME@,$RXVTNAME,;t t
17101s,@MV@,$MV,;t t 17441s,@MV@,$MV,;t t
17102s,@RM@,$RM,;t t 17442s,@RM@,$RM,;t t
17103s,@CP@,$CP,;t t 17443s,@CP@,$CP,;t t
17104s,@LN@,$LN,;t t 17444s,@LN@,$LN,;t t
17105s,@SED@,$SED,;t t 17445s,@SED@,$SED,;t t
17119s,@rxvt_intp_define@,$rxvt_intp_define,;t t 17459s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17120s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 17460s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17121s,@DEBUG@,$DEBUG,;t t 17461s,@DEBUG@,$DEBUG,;t t
17122s,@DINCLUDE@,$DINCLUDE,;t t 17462s,@DINCLUDE@,$DINCLUDE,;t t
17123s,@DLIB@,$DLIB,;t t 17463s,@DLIB@,$DLIB,;t t
17124s,@RXVTNAME@,$RXVTNAME,;t t
17125s,@include_stdint_h@,$include_stdint_h,;t t 17464s,@include_stdint_h@,$include_stdint_h,;t t
17126s,@include_stdarg_h@,$include_stdarg_h,;t t 17465s,@include_stdarg_h@,$include_stdarg_h,;t t
17127s,@include_stdlib_h@,$include_stdlib_h,;t t 17466s,@include_stdlib_h@,$include_stdlib_h,;t t
17128s,@include_unistd_h@,$include_unistd_h,;t t 17467s,@include_unistd_h@,$include_unistd_h,;t t
17129s,@include_string_h@,$include_string_h,;t t 17468s,@include_string_h@,$include_string_h,;t t
17635echo "Configuration: 17974echo "Configuration:
17636 17975
17637 Rxvt version: $VERSION : $DATE 17976 Rxvt version: $VERSION : $DATE
17638 Source code location: $srcdir 17977 Source code location: $srcdir
17639 Install path: ${prefix}/bin 17978 Install path: ${prefix}/bin
17640 Compiler: $CC 17979 Compiler: $CXX
17641 Compiler flags: $CFLAGS" 17980 Compiler flags: $CFLAGS
17981 Linker: $LINKER"
17642 17982
17643if test "$MALLOC_TYPE" = S; then 17983if test "$MALLOC_TYPE" = S; then
17644 echo " malloc support: system default" 17984 echo " malloc support: system default"
17645fi 17985fi
17646if test "$MALLOC_TYPE" = G; then 17986if test "$MALLOC_TYPE" = G; then
17657echo " 17997echo "
17658The following are set in config.h 17998The following are set in config.h
17659" 17999"
17660echo " pty/tty type: "$rxvt_cv_ptys 18000echo " pty/tty type: "$rxvt_cv_ptys
17661if test x$support_utmp != xyes; then 18001if test x$support_utmp != xyes; then
17662 echo " utmp support: disabled 18002 echo " utmp support: disabled"
17663" 18003 echo
17664else 18004else
17665 echo " utmp support: enabled 18005 echo " utmp support: enabled
17666 utmp file: $rxvt_cv_path_utmp 18006 utmp file: $rxvt_cv_path_utmp
17667 utmpx file: $rxvt_cv_path_utmpx 18007 utmpx file: $rxvt_cv_path_utmpx
17668 wtmp file: $rxvt_cv_path_wtmp 18008 wtmp file: $rxvt_cv_path_wtmp
17669 wtmpx file: $rxvt_cv_path_wtmpx 18009 wtmpx file: $rxvt_cv_path_wtmpx
17670 lastlog file: $rxvt_cv_path_lastlog 18010 lastlog file: $rxvt_cv_path_lastlog
17671 ttys/ttytab file: $rxvt_cv_path_ttytab 18011 ttys/ttytab file: $rxvt_cv_path_ttytab"
17672" 18012 echo
17673fi 18013fi
17674if test x$term != x; then 18014if test x$term != x; then
17675 echo " set TERM to: $term 18015 echo " set TERM to: $term"
17676"
17677fi 18016fi
17678if test x$terminfo != x; then 18017if test x$terminfo != x; then
17679 echo " set TERMINFO to: $terminfo 18018 echo " set TERMINFO to: $terminfo"
17680"
17681fi 18019fi
18020echo " default resource name: $RESNAME"
18021echo " resource class: $RESCLASS"
18022if test x$RESFALLBACK != x; then
18023 echo " resource class fallback: $RESFALLBACK"
18024fi
18025echo
17682if test x$rxvt_cv_ptys = xUNKNOWN; then 18026if test x$rxvt_cv_ptys = xUNKNOWN; then
17683 echo ".----------------------------------------------------------------." 18027 echo ".----------------------------------------------------------------."
17684 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18028 echo ". WARNING: could not determine pty/tty type. Do not build until ."
17685 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18029 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
17686 echo ".----------------------------------------------------------------." 18030 echo ".----------------------------------------------------------------."
17700 echo ". WARNING: --enable-xim was specified however the locale support ." 18044 echo ". WARNING: --enable-xim was specified however the locale support ."
17701 echo ". functions could not be found. ." 18045 echo ". functions could not be found. ."
17702 echo ". XIM is now being DISABLED! ." 18046 echo ". XIM is now being DISABLED! ."
17703 echo ".----------------------------------------------------------------." 18047 echo ".----------------------------------------------------------------."
17704fi 18048fi
18049
17705echo " *** Please check src/feature.h for further options *** 18050echo " *** Please check src/feature.h for further options ***"
17706" 18051echo
18052
18053echo ".----------------------------------------------------------------."
18054echo ". NOTE: most features are disabled by default, try ."
18055echo ". configure --help to get an idea of the optional features ."
18056echo ".----------------------------------------------------------------."
18057echo
18058

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines