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.24 by pcg, Fri Apr 2 17:59:49 2004 UTC

465#endif 465#endif
466#if HAVE_UNISTD_H 466#if HAVE_UNISTD_H
467# include <unistd.h> 467# include <unistd.h>
468#endif" 468#endif"
469 469
470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB RXVTNAME include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS' 470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
471ac_subst_files='MCOMMON' 471ac_subst_files='MCOMMON'
472 472
473# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help= 474ac_init_help=
475ac_init_version=false 475ac_init_version=false
934ac_cv_env_CXXFLAGS_value=$CXXFLAGS 934ac_cv_env_CXXFLAGS_value=$CXXFLAGS
935ac_env_CPP_set=${CPP+set} 935ac_env_CPP_set=${CPP+set}
936ac_env_CPP_value=$CPP 936ac_env_CPP_value=$CPP
937ac_cv_env_CPP_set=${CPP+set} 937ac_cv_env_CPP_set=${CPP+set}
938ac_cv_env_CPP_value=$CPP 938ac_cv_env_CPP_value=$CPP
939ac_env_CXXCPP_set=${CXXCPP+set}
940ac_env_CXXCPP_value=$CXXCPP
941ac_cv_env_CXXCPP_set=${CXXCPP+set}
942ac_cv_env_CXXCPP_value=$CXXCPP
939 943
940# 944#
941# Report the --help message. 945# Report the --help message.
942# 946#
943if test "$ac_init_help" = "long"; then 947if test "$ac_init_help" = "long"; then
1021 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1022 --enable-shared=PKGS build shared libraries default=no 1026 --enable-shared=PKGS build shared libraries default=no
1023 --enable-static=PKGS build static libraries default=yes 1027 --enable-static=PKGS build static libraries default=yes
1024 --enable-fast-install=PKGS optimize for fast installation default=yes 1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1025 --disable-libtool-lock avoid locking (might break parallel builds) 1029 --disable-libtool-lock avoid locking (might break parallel builds)
1026 --enable-everything enable standard non-multichoice features: marked * 1030 --enable-everything enable standard non-multichoice features
1027 NOTE: this option is order dependent 1031 NOTE: this option is order dependent
1028 NOTE: automatically enabled with --enable-shared 1032 NOTE: automatically enabled with --enable-shared
1029 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1030 --enable-xft enable xft support on systems that have it 1035 --enable-xft enable xft support on systems that have it
1031 --enable-utmp enable utmp (utmpx) support 1036 --enable-utmp enable utmp (utmpx) support
1032 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1033 --enable-lastlog enable lastlog support (requires --enable-utmp) 1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1034 --enable-xpm-background enable XPM background pixmaps 1039 --enable-xpm-background enable XPM background pixmaps
1035 --enable-transparency enable transparent backgrounds 1040 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg
1036 --enable-menubar enable menubar 1042 --enable-menubar enable menubar
1037 --enable-rxvt-scroll enable rxvt style scrollbar 1043 --enable-rxvt-scroll enable rxvt style scrollbar
1038 --enable-next-scroll enable NeXT style scrollbar 1044 --enable-next-scroll enable NeXT style scrollbar
1039 --enable-xterm-scroll enable Xterm style scrollbar 1045 --enable-xterm-scroll enable Xterm style scrollbar
1040 --enable-plain-scroll enable plain style scrollbar 1046 --enable-plain-scroll enable plain style scrollbar
1043 --enable-ttygid enable tty setting to group named "tty" 1049 --enable-ttygid enable tty setting to group named "tty"
1044 --disable-backspace-key disable handling of the backspace key 1050 --disable-backspace-key disable handling of the backspace key
1045 --disable-delete-key disable handling of the delete key 1051 --disable-delete-key disable handling of the delete key
1046 --disable-resources disable all resource checking 1052 --disable-resources disable all resource checking
1047 --enable-xgetdefault enable resources via X instead of our small version 1053 --enable-xgetdefault enable resources via X instead of our small version
1054 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1048 --enable-strings enable some replacement system functions 1055 --enable-strings enable some replacement system functions
1049 --disable-swapscreen disable swap screen support 1056 --disable-swapscreen disable swap screen support
1050 --enable-frills enable support for rarely used features 1057 --enable-frills enable support for rarely used features
1051 --enable-linespace enable support for linespace 1058 --enable-linespace enable support for linespace
1052 --enable-24bit enable support for using 24bit visuals if available 1059 --enable-24bit enable support for using 24bit visuals if available
1053 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1060 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1054 --enable-selectionscrolling enable scrolling during selections 1061 --enable-selectionscrolling enable scrolling during selections
1055 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1062 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1056 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1063 --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 1064 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1060 --enable-dlmalloc enable Doug Lea's malloc - for production use 1065 --enable-dlmalloc enable Doug Lea's malloc - for production use
1061 NOTE: enable only one malloc package 1066 NOTE: enable only one malloc package
1062 --enable-smart-resize enable smart growth/shrink behaviour 1067 --enable-smart-resize enable smart growth/shrink behaviour
1063 --enable-256-color enable 256-color support 1068 --enable-256-color enable 256-color support
1068Optional Packages: 1073Optional Packages:
1069 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1074 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1070 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1075 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1071 --with-gnu-ld assume the C compiler uses GNU ld default=no 1076 --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 1077 --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) 1078 --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) 1079 --with-res-name=NAME use this as default resource name (default: urxvt)
1075 (eucj|sjis|big5|gb|kr|noenc) 1080 --with-res-class=CLASS use this as the resource class (default: URxvt)
1081 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1076 --with-term=NAME set the terminal to NAME (default \"rxvt\") 1082 --with-term=NAME set the terminal to NAME (default: rxvt)
1077 --with-terminfo=PATH set the path to the terminfo tree to PATH 1083 --with-terminfo=PATH set the path to the terminfo tree to PATH
1078 --with-x use the X Window System 1084 --with-x use the X Window System
1079 --with-xpm-includes=DIR use XPM includes in DIR 1085 --with-xpm-includes=DIR use XPM includes in DIR
1080 --with-xpm-library=DIR use XPM library in DIR 1086 --with-xpm-library=DIR use XPM library in DIR
1081 --with-xpm use XPM 1087 --with-xpm use XPM
1088 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1094 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1089 headers in a nonstandard directory <include dir> 1095 headers in a nonstandard directory <include dir>
1090 CXX C++ compiler command 1096 CXX C++ compiler command
1091 CXXFLAGS C++ compiler flags 1097 CXXFLAGS C++ compiler flags
1092 CPP C preprocessor 1098 CPP C preprocessor
1099 CXXCPP C++ preprocessor
1093 1100
1094Use these variables to override the choices made by `configure' or to help 1101Use these variables to override the choices made by `configure' or to help
1095it to find libraries and programs with nonstandard names/locations. 1102it to find libraries and programs with nonstandard names/locations.
1096 1103
1097_ACEOF 1104_ACEOF
3193 3200
3194 test -n "$AWK" && break 3201 test -n "$AWK" && break
3195done 3202done
3196 3203
3197 3204
3205ac_ext=c
3206ac_cpp='$CPP $CPPFLAGS'
3207ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3208ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3209ac_compiler_gnu=$ac_cv_c_compiler_gnu
3210
3211
3212LINKER="$CXX"
3213if test x$GCC = xyes && test x$GXX = xyes; then
3214
3215echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3216echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3217if test "${ac_cv_lib_supcpp_main+set}" = set; then
3218 echo $ECHO_N "(cached) $ECHO_C" >&6
3219else
3220 ac_check_lib_save_LIBS=$LIBS
3221LIBS="-lsupc++ $LIBS"
3222cat >conftest.$ac_ext <<_ACEOF
3223/* confdefs.h. */
3224_ACEOF
3225cat confdefs.h >>conftest.$ac_ext
3226cat >>conftest.$ac_ext <<_ACEOF
3227/* end confdefs.h. */
3228
3229
3230int
3231main ()
3232{
3233main ();
3234 ;
3235 return 0;
3236}
3237_ACEOF
3238rm -f conftest.$ac_objext conftest$ac_exeext
3239if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3240 (eval $ac_link) 2>conftest.er1
3241 ac_status=$?
3242 grep -v '^ *+' conftest.er1 >conftest.err
3243 rm -f conftest.er1
3244 cat conftest.err >&5
3245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3246 (exit $ac_status); } &&
3247 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3249 (eval $ac_try) 2>&5
3250 ac_status=$?
3251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3252 (exit $ac_status); }; } &&
3253 { ac_try='test -s conftest$ac_exeext'
3254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3255 (eval $ac_try) 2>&5
3256 ac_status=$?
3257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3258 (exit $ac_status); }; }; then
3259 ac_cv_lib_supcpp_main=yes
3260else
3261 echo "$as_me: failed program was:" >&5
3262sed 's/^/| /' conftest.$ac_ext >&5
3263
3264ac_cv_lib_supcpp_main=no
3265fi
3266rm -f conftest.err conftest.$ac_objext \
3267 conftest$ac_exeext conftest.$ac_ext
3268LIBS=$ac_check_lib_save_LIBS
3269fi
3270echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3271echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3272if test $ac_cv_lib_supcpp_main = yes; then
3273
3274 LINKER="$CC"
3275 LIBS="$LIBS -lsupc++"
3276
3277fi
3278
3279fi
3280LINKER=$LINKER
3281
3282
3283CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3284
3285
3286ac_ext=cc
3287ac_cpp='$CXXCPP $CPPFLAGS'
3288ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3289ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3290ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3291
3292
3293
3294ac_ext=cc
3295ac_cpp='$CXXCPP $CPPFLAGS'
3296ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3297ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3298ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3299echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3300echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3301if test -z "$CXXCPP"; then
3302 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3303 echo $ECHO_N "(cached) $ECHO_C" >&6
3304else
3305 # Double quotes because CXXCPP needs to be expanded
3306 for CXXCPP in "$CXX -E" "/lib/cpp"
3307 do
3308 ac_preproc_ok=false
3309for ac_cxx_preproc_warn_flag in '' yes
3310do
3311 # Use a header file that comes with gcc, so configuring glibc
3312 # with a fresh cross-compiler works.
3313 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3314 # <limits.h> exists even on freestanding compilers.
3315 # On the NeXT, cc -E runs the code through the compiler's parser,
3316 # not just through cpp. "Syntax error" is here to catch this case.
3317 cat >conftest.$ac_ext <<_ACEOF
3318/* confdefs.h. */
3319_ACEOF
3320cat confdefs.h >>conftest.$ac_ext
3321cat >>conftest.$ac_ext <<_ACEOF
3322/* end confdefs.h. */
3323#ifdef __STDC__
3324# include <limits.h>
3325#else
3326# include <assert.h>
3327#endif
3328 Syntax error
3329_ACEOF
3330if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3331 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3332 ac_status=$?
3333 grep -v '^ *+' conftest.er1 >conftest.err
3334 rm -f conftest.er1
3335 cat conftest.err >&5
3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337 (exit $ac_status); } >/dev/null; then
3338 if test -s conftest.err; then
3339 ac_cpp_err=$ac_cxx_preproc_warn_flag
3340 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3341 else
3342 ac_cpp_err=
3343 fi
3344else
3345 ac_cpp_err=yes
3346fi
3347if test -z "$ac_cpp_err"; then
3348 :
3349else
3350 echo "$as_me: failed program was:" >&5
3351sed 's/^/| /' conftest.$ac_ext >&5
3352
3353 # Broken: fails on valid input.
3354continue
3355fi
3356rm -f conftest.err conftest.$ac_ext
3357
3358 # OK, works on sane cases. Now check whether non-existent headers
3359 # can be detected and how.
3360 cat >conftest.$ac_ext <<_ACEOF
3361/* confdefs.h. */
3362_ACEOF
3363cat confdefs.h >>conftest.$ac_ext
3364cat >>conftest.$ac_ext <<_ACEOF
3365/* end confdefs.h. */
3366#include <ac_nonexistent.h>
3367_ACEOF
3368if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3369 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3370 ac_status=$?
3371 grep -v '^ *+' conftest.er1 >conftest.err
3372 rm -f conftest.er1
3373 cat conftest.err >&5
3374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3375 (exit $ac_status); } >/dev/null; then
3376 if test -s conftest.err; then
3377 ac_cpp_err=$ac_cxx_preproc_warn_flag
3378 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3379 else
3380 ac_cpp_err=
3381 fi
3382else
3383 ac_cpp_err=yes
3384fi
3385if test -z "$ac_cpp_err"; then
3386 # Broken: success on invalid input.
3387continue
3388else
3389 echo "$as_me: failed program was:" >&5
3390sed 's/^/| /' conftest.$ac_ext >&5
3391
3392 # Passes both tests.
3393ac_preproc_ok=:
3394break
3395fi
3396rm -f conftest.err conftest.$ac_ext
3397
3398done
3399# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3400rm -f conftest.err conftest.$ac_ext
3401if $ac_preproc_ok; then
3402 break
3403fi
3404
3405 done
3406 ac_cv_prog_CXXCPP=$CXXCPP
3407
3408fi
3409 CXXCPP=$ac_cv_prog_CXXCPP
3410else
3411 ac_cv_prog_CXXCPP=$CXXCPP
3412fi
3413echo "$as_me:$LINENO: result: $CXXCPP" >&5
3414echo "${ECHO_T}$CXXCPP" >&6
3415ac_preproc_ok=false
3416for ac_cxx_preproc_warn_flag in '' yes
3417do
3418 # Use a header file that comes with gcc, so configuring glibc
3419 # with a fresh cross-compiler works.
3420 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3421 # <limits.h> exists even on freestanding compilers.
3422 # On the NeXT, cc -E runs the code through the compiler's parser,
3423 # not just through cpp. "Syntax error" is here to catch this case.
3424 cat >conftest.$ac_ext <<_ACEOF
3425/* confdefs.h. */
3426_ACEOF
3427cat confdefs.h >>conftest.$ac_ext
3428cat >>conftest.$ac_ext <<_ACEOF
3429/* end confdefs.h. */
3430#ifdef __STDC__
3431# include <limits.h>
3432#else
3433# include <assert.h>
3434#endif
3435 Syntax error
3436_ACEOF
3437if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3438 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3439 ac_status=$?
3440 grep -v '^ *+' conftest.er1 >conftest.err
3441 rm -f conftest.er1
3442 cat conftest.err >&5
3443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3444 (exit $ac_status); } >/dev/null; then
3445 if test -s conftest.err; then
3446 ac_cpp_err=$ac_cxx_preproc_warn_flag
3447 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3448 else
3449 ac_cpp_err=
3450 fi
3451else
3452 ac_cpp_err=yes
3453fi
3454if test -z "$ac_cpp_err"; then
3455 :
3456else
3457 echo "$as_me: failed program was:" >&5
3458sed 's/^/| /' conftest.$ac_ext >&5
3459
3460 # Broken: fails on valid input.
3461continue
3462fi
3463rm -f conftest.err conftest.$ac_ext
3464
3465 # OK, works on sane cases. Now check whether non-existent headers
3466 # can be detected and how.
3467 cat >conftest.$ac_ext <<_ACEOF
3468/* confdefs.h. */
3469_ACEOF
3470cat confdefs.h >>conftest.$ac_ext
3471cat >>conftest.$ac_ext <<_ACEOF
3472/* end confdefs.h. */
3473#include <ac_nonexistent.h>
3474_ACEOF
3475if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3476 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3477 ac_status=$?
3478 grep -v '^ *+' conftest.er1 >conftest.err
3479 rm -f conftest.er1
3480 cat conftest.err >&5
3481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3482 (exit $ac_status); } >/dev/null; then
3483 if test -s conftest.err; then
3484 ac_cpp_err=$ac_cxx_preproc_warn_flag
3485 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3486 else
3487 ac_cpp_err=
3488 fi
3489else
3490 ac_cpp_err=yes
3491fi
3492if test -z "$ac_cpp_err"; then
3493 # Broken: success on invalid input.
3494continue
3495else
3496 echo "$as_me: failed program was:" >&5
3497sed 's/^/| /' conftest.$ac_ext >&5
3498
3499 # Passes both tests.
3500ac_preproc_ok=:
3501break
3502fi
3503rm -f conftest.err conftest.$ac_ext
3504
3505done
3506# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3507rm -f conftest.err conftest.$ac_ext
3508if $ac_preproc_ok; then
3509 :
3510else
3511 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3512See \`config.log' for more details." >&5
3513echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3514See \`config.log' for more details." >&2;}
3515 { (exit 1); exit 1; }; }
3516fi
3517
3518ac_ext=cc
3519ac_cpp='$CXXCPP $CPPFLAGS'
3520ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3521ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3522ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198 3523
3199 3524
3200echo "$as_me:$LINENO: checking for egrep" >&5 3525echo "$as_me:$LINENO: checking for egrep" >&5
3201echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3526echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3202if test "${ac_cv_prog_egrep+set}" = set; then 3527if test "${ac_cv_prog_egrep+set}" = set; then
3277 grep -v '^ *+' conftest.er1 >conftest.err 3602 grep -v '^ *+' conftest.er1 >conftest.err
3278 rm -f conftest.er1 3603 rm -f conftest.er1
3279 cat conftest.err >&5 3604 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3606 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3607 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3609 (eval $ac_try) 2>&5
3285 ac_status=$? 3610 ac_status=$?
3286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287 (exit $ac_status); }; } && 3612 (exit $ac_status); }; } &&
3331 grep -v '^ *+' conftest.er1 >conftest.err 3656 grep -v '^ *+' conftest.er1 >conftest.err
3332 rm -f conftest.er1 3657 rm -f conftest.er1
3333 cat conftest.err >&5 3658 cat conftest.err >&5
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); } && 3660 (exit $ac_status); } &&
3336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3661 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5 3663 (eval $ac_try) 2>&5
3339 ac_status=$? 3664 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } && 3666 (exit $ac_status); }; } &&
4035 grep -v '^ *+' conftest.er1 >conftest.err 4360 grep -v '^ *+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4361 rm -f conftest.er1
4037 cat conftest.err >&5 4362 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); } && 4364 (exit $ac_status); } &&
4040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4365 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5 4367 (eval $ac_try) 2>&5
4043 ac_status=$? 4368 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } && 4370 (exit $ac_status); }; } &&
4205 grep -v '^ *+' conftest.er1 >conftest.err 4530 grep -v '^ *+' conftest.er1 >conftest.err
4206 rm -f conftest.er1 4531 rm -f conftest.er1
4207 cat conftest.err >&5 4532 cat conftest.err >&5
4208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209 (exit $ac_status); } && 4534 (exit $ac_status); } &&
4210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4535 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4212 (eval $ac_try) 2>&5 4537 (eval $ac_try) 2>&5
4213 ac_status=$? 4538 ac_status=$?
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } && 4540 (exit $ac_status); }; } &&
4272 grep -v '^ *+' conftest.er1 >conftest.err 4597 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1 4598 rm -f conftest.er1
4274 cat conftest.err >&5 4599 cat conftest.err >&5
4275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && 4601 (exit $ac_status); } &&
4277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4602 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4279 (eval $ac_try) 2>&5 4604 (eval $ac_try) 2>&5
4280 ac_status=$? 4605 ac_status=$?
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); }; } && 4607 (exit $ac_status); }; } &&
4315 rm -f conftest.er1 4640 rm -f conftest.er1
4316 cat conftest.err >&5 4641 cat conftest.err >&5
4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318 (exit $ac_status); } >/dev/null; then 4643 (exit $ac_status); } >/dev/null; then
4319 if test -s conftest.err; then 4644 if test -s conftest.err; then
4320 ac_cpp_err=$ac_c_preproc_warn_flag 4645 ac_cpp_err=$ac_cxx_preproc_warn_flag
4321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4646 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4322 else 4647 else
4323 ac_cpp_err= 4648 ac_cpp_err=
4324 fi 4649 fi
4325else 4650else
4326 ac_cpp_err=yes 4651 ac_cpp_err=yes
4336rm -f conftest.err conftest.$ac_ext 4661rm -f conftest.err conftest.$ac_ext
4337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4662echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4338echo "${ECHO_T}$ac_header_preproc" >&6 4663echo "${ECHO_T}$ac_header_preproc" >&6
4339 4664
4340# So? What about this header? 4665# So? What about this header?
4341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4666case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4342 yes:no: ) 4667 yes:no: )
4343 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4668 { 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;} 4669echo "$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 4670 { 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;} 4671echo "$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 5031# Some flags need to be propagated to the compiler or linker for good
4707# libtool support. 5032# libtool support.
4708case "$host" in 5033case "$host" in
4709*-*-irix6*) 5034*-*-irix6*)
4710 # Find out which ABI we are using. 5035 # Find out which ABI we are using.
4711 echo '#line 4711 "configure"' > conftest.$ac_ext 5036 echo '#line 5036 "configure"' > conftest.$ac_ext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713 (eval $ac_compile) 2>&5 5038 (eval $ac_compile) 2>&5
4714 ac_status=$? 5039 ac_status=$?
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); }; then 5041 (exit $ac_status); }; then
4789 5114
4790lt_cv_cc_needs_belf=no 5115lt_cv_cc_needs_belf=no
4791fi 5116fi
4792rm -f conftest.err conftest.$ac_objext \ 5117rm -f conftest.err conftest.$ac_objext \
4793 conftest$ac_exeext conftest.$ac_ext 5118 conftest$ac_exeext conftest.$ac_ext
4794 ac_ext=c 5119 ac_ext=cc
4795ac_cpp='$CPP $CPPFLAGS' 5120ac_cpp='$CXXCPP $CPPFLAGS'
4796ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5121ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5122ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798ac_compiler_gnu=$ac_cv_c_compiler_gnu 5123ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 5124
4800fi 5125fi
4801echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5126echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4802echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 5127echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4803 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5128 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5098 grep -v '^ *+' conftest.er1 >conftest.err 5423 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5424 rm -f conftest.er1
5100 cat conftest.err >&5 5425 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5427 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5428 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5 5430 (eval $ac_try) 2>&5
5106 ac_status=$? 5431 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } && 5433 (exit $ac_status); }; } &&
5198 grep -v '^ *+' conftest.er1 >conftest.err 5523 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1 5524 rm -f conftest.er1
5200 cat conftest.err >&5 5525 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } && 5527 (exit $ac_status); } &&
5203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5528 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205 (eval $ac_try) 2>&5 5530 (eval $ac_try) 2>&5
5206 ac_status=$? 5531 ac_status=$?
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; } && 5533 (exit $ac_status); }; } &&
5257# builds. 5582# builds.
5258chmod -w . 5583chmod -w .
5259save_CFLAGS="$CFLAGS" 5584save_CFLAGS="$CFLAGS"
5260CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5585CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5261compiler_c_o=no 5586compiler_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 5587if { (eval echo configure:5587: \"$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 5588 # The compiler can only warn and ignore the option if not recognized
5264 # So say no if there are warnings 5589 # So say no if there are warnings
5265 if test -s out/conftest.err; then 5590 if test -s out/conftest.err; then
5266 compiler_c_o=no 5591 compiler_c_o=no
5267 else 5592 else
5311 grep -v '^ *+' conftest.er1 >conftest.err 5636 grep -v '^ *+' conftest.er1 >conftest.err
5312 rm -f conftest.er1 5637 rm -f conftest.er1
5313 cat conftest.err >&5 5638 cat conftest.err >&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } && 5640 (exit $ac_status); } &&
5316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5641 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 (eval $ac_try) 2>&5 5643 (eval $ac_try) 2>&5
5319 ac_status=$? 5644 ac_status=$?
5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5321 (exit $ac_status); }; } && 5646 (exit $ac_status); }; } &&
5407 grep -v '^ *+' conftest.er1 >conftest.err 5732 grep -v '^ *+' conftest.er1 >conftest.err
5408 rm -f conftest.er1 5733 rm -f conftest.er1
5409 cat conftest.err >&5 5734 cat conftest.err >&5
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); } && 5736 (exit $ac_status); } &&
5412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5737 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5414 (eval $ac_try) 2>&5 5739 (eval $ac_try) 2>&5
5415 ac_status=$? 5740 ac_status=$?
5416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417 (exit $ac_status); }; } && 5742 (exit $ac_status); }; } &&
6485 grep -v '^ *+' conftest.er1 >conftest.err 6810 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1 6811 rm -f conftest.er1
6487 cat conftest.err >&5 6812 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } && 6814 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6815 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5 6817 (eval $ac_try) 2>&5
6493 ac_status=$? 6818 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } && 6820 (exit $ac_status); }; } &&
6578 grep -v '^ *+' conftest.er1 >conftest.err 6903 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1 6904 rm -f conftest.er1
6580 cat conftest.err >&5 6905 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && 6907 (exit $ac_status); } &&
6583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6908 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6585 (eval $ac_try) 2>&5 6910 (eval $ac_try) 2>&5
6586 ac_status=$? 6911 ac_status=$?
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); }; } && 6913 (exit $ac_status); }; } &&
6670 grep -v '^ *+' conftest.er1 >conftest.err 6995 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1 6996 rm -f conftest.er1
6672 cat conftest.err >&5 6997 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 6999 (exit $ac_status); } &&
6675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7000 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 7002 (eval $ac_try) 2>&5
6678 ac_status=$? 7003 ac_status=$?
6679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6680 (exit $ac_status); }; } && 7005 (exit $ac_status); }; } &&
6735 grep -v '^ *+' conftest.er1 >conftest.err 7060 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1 7061 rm -f conftest.er1
6737 cat conftest.err >&5 7062 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && 7064 (exit $ac_status); } &&
6740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7065 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5 7067 (eval $ac_try) 2>&5
6743 ac_status=$? 7068 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; } && 7070 (exit $ac_status); }; } &&
6801 grep -v '^ *+' conftest.er1 >conftest.err 7126 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 7127 rm -f conftest.er1
6803 cat conftest.err >&5 7128 cat conftest.err >&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && 7130 (exit $ac_status); } &&
6806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7131 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6808 (eval $ac_try) 2>&5 7133 (eval $ac_try) 2>&5
6809 ac_status=$? 7134 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); }; } && 7136 (exit $ac_status); }; } &&
6873 lt_cv_dlopen_self=cross 7198 lt_cv_dlopen_self=cross
6874else 7199else
6875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7200 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6876 lt_status=$lt_dlunknown 7201 lt_status=$lt_dlunknown
6877 cat > conftest.$ac_ext <<EOF 7202 cat > conftest.$ac_ext <<EOF
6878#line 6878 "configure" 7203#line 7203 "configure"
6879#include "confdefs.h" 7204#include "confdefs.h"
6880 7205
6881#if HAVE_DLFCN_H 7206#if HAVE_DLFCN_H
6882#include <dlfcn.h> 7207#include <dlfcn.h>
6883#endif 7208#endif
6971 lt_cv_dlopen_self_static=cross 7296 lt_cv_dlopen_self_static=cross
6972else 7297else
6973 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7298 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6974 lt_status=$lt_dlunknown 7299 lt_status=$lt_dlunknown
6975 cat > conftest.$ac_ext <<EOF 7300 cat > conftest.$ac_ext <<EOF
6976#line 6976 "configure" 7301#line 7301 "configure"
6977#include "confdefs.h" 7302#include "confdefs.h"
6978 7303
6979#if HAVE_DLFCN_H 7304#if HAVE_DLFCN_H
6980#include <dlfcn.h> 7305#include <dlfcn.h>
6981#endif 7306#endif
7704MALLOC_TYPE=S 8029MALLOC_TYPE=S
7705support_addstrings=no 8030support_addstrings=no
7706support_frills=no 8031support_frills=no
7707support_linespace=no 8032support_linespace=no
7708support_inheritpixmap=no 8033support_inheritpixmap=no
8034support_tinting=no
7709support_keepscrolling=no 8035support_keepscrolling=no
7710support_selectionscrolling=no 8036support_selectionscrolling=no
7711support_menubar=no 8037support_menubar=no
7712support_mousewheel=no 8038support_mousewheel=no
7713support_mouseslipwheel=no 8039support_mouseslipwheel=no
7714support_oldselection=no
7715support_utmp=no 8040support_utmp=no
7716support_wtmp=no 8041support_wtmp=no
7717support_lastlog=no 8042support_lastlog=no
7718support_cursor_blink=no 8043support_cursor_blink=no
7719support_text_blink=no 8044support_text_blink=no
7724support_scroll_plain=no 8049support_scroll_plain=no
7725support_xim=no 8050support_xim=no
7726support_xpm=no 8051support_xpm=no
7727support_xft=no 8052support_xft=no
7728support_unicode3=no 8053support_unicode3=no
8054support_combining=no
7729codesets= 8055codesets=
7730 8056
7731 8057
7732if test "x$enable_shared" = xyes; then 8058if test "x$enable_shared" = xyes; then
7733 8059
7745 if test x$enableval = xyes; then 8071 if test x$enableval = xyes; then
7746 support_24bit=yes 8072 support_24bit=yes
7747 support_frills=yes 8073 support_frills=yes
7748 support_linespace=yes 8074 support_linespace=yes
7749 support_inheritpixmap=yes 8075 support_inheritpixmap=yes
8076 support_tinting=yes
7750 support_keepscrolling=yes 8077 support_keepscrolling=yes
7751 support_selectionscrolling=yes 8078 support_selectionscrolling=yes
7752 support_lastlog=yes 8079 support_lastlog=yes
7753 support_menubar=yes 8080 support_menubar=yes
7754 support_mousewheel=yes 8081 support_mousewheel=yes
7755 support_mouseslipwheel=yes 8082 support_mouseslipwheel=yes
7756 support_oldselection=yes
7757 support_cursor_blink=yes 8083 support_cursor_blink=yes
7758 support_text_blink=yes 8084 support_text_blink=yes
7759 support_pointer_blank=yes 8085 support_pointer_blank=yes
7760 support_scroll_rxvt=yes 8086 support_scroll_rxvt=yes
7761 support_scroll_next=yes 8087 support_scroll_next=yes
7765 support_wtmp=yes 8091 support_wtmp=yes
7766 support_xim=yes 8092 support_xim=yes
7767 support_xpm=yes 8093 support_xpm=yes
7768 support_xft=yes 8094 support_xft=yes
7769 support_unicode3=yes 8095 support_unicode3=yes
8096 support_combining=yes
7770 codesets=all 8097 codesets=all
7771 fi 8098 fi
7772fi; 8099fi;
7773 8100
7774# Check whether --enable-unicode3 or --disable-unicode3 was given. 8101# Check whether --enable-unicode3 or --disable-unicode3 was given.
7775if test "${enable_unicode3+set}" = set; then 8102if test "${enable_unicode3+set}" = set; then
7776 enableval="$enable_unicode3" 8103 enableval="$enable_unicode3"
7777 if test x$enableval = xyes; then 8104 if test x$enableval = xyes -o x$enableval = xno; then
7778 support_unicode3=yes 8105 support_unicode3=yes
7779 fi 8106 fi
7780fi; 8107fi;
7781 8108
8109# Check whether --enable-combining or --disable-combining was given.
8110if test "${enable_combining+set}" = set; then
8111 enableval="$enable_combining"
8112 if test x$enableval = xyes -o x$enableval = xno; then
8113 support_combining=yes
8114 fi
8115fi;
8116
7782# Check whether --enable-xft or --disable-xft was given. 8117# Check whether --enable-xft or --disable-xft was given.
7783if test "${enable_xft+set}" = set; then 8118if test "${enable_xft+set}" = set; then
7784 enableval="$enable_xft" 8119 enableval="$enable_xft"
7785 if test x$enableval = xyes; then 8120 if test x$enableval = xyes -o x$enableval = xno; then
7786 support_xft=yes 8121 support_xft=yes
7787 fi
7788fi;
7789
7790
7791# Check whether --with-codesets or --without-codesets was given.
7792if test "${with_codesets+set}" = set; then
7793 withval="$with_codesets"
7794 if test x$enableval = xyes; then
7795 codesets="$withval"
7796 fi
7797fi;
7798
7799
7800# Check whether --with-encoding or --without-encoding was given.
7801if test "${with_encoding+set}" = set; then
7802 withval="$with_encoding"
7803 if test x$enableval = xyes; then
7804 withval=`echo $withval | tr 'a-z' 'A-Z'`
7805
7806cat >>confdefs.h <<_ACEOF
7807#define MULTICHAR_ENCODING $withval
7808_ACEOF
7809
7810 fi 8122 fi
7811fi; 8123fi;
7812 8124
7813# Check whether --enable-utmp or --disable-utmp was given. 8125# Check whether --enable-utmp or --disable-utmp was given.
7814if test "${enable_utmp+set}" = set; then 8126if test "${enable_utmp+set}" = set; then
7848 if test x$enableval = xyes -o x$enableval = xno; then 8160 if test x$enableval = xyes -o x$enableval = xno; then
7849 support_inheritpixmap=$enableval 8161 support_inheritpixmap=$enableval
7850 fi 8162 fi
7851fi; 8163fi;
7852 8164
8165# Check whether --enable-tinting or --disable-tinting was given.
8166if test "${enable_tinting+set}" = set; then
8167 enableval="$enable_tinting"
8168 if test x$enableval = xyes -o x$enableval = xno; then
8169 support_tinting=$enableval
8170 fi
8171fi;
8172
7853# Check whether --enable-menubar or --disable-menubar was given. 8173# Check whether --enable-menubar or --disable-menubar was given.
7854if test "${enable_menubar+set}" = set; then 8174if test "${enable_menubar+set}" = set; then
7855 enableval="$enable_menubar" 8175 enableval="$enable_menubar"
7856 if test x$enableval = xyes -o x$enableval = xno; then 8176 if test x$enableval = xyes -o x$enableval = xno; then
7857 support_menubar=$enableval 8177 support_menubar=$enableval
7900_ACEOF 8220_ACEOF
7901 8221
7902 fi 8222 fi
7903fi; 8223fi;
7904 8224
8225
8226# Check whether --with-codesets or --without-codesets was given.
8227if test "${with_codesets+set}" = set; then
8228 withval="$with_codesets"
8229 codesets="$withval"
8230fi;
8231
7905# Check whether --enable-xim or --disable-xim was given. 8232# Check whether --enable-xim or --disable-xim was given.
7906if test "${enable_xim+set}" = set; then 8233if test "${enable_xim+set}" = set; then
7907 enableval="$enable_xim" 8234 enableval="$enable_xim"
7908 if test x$enableval = xyes -o x$enableval = xno; then 8235 if test x$enableval = xyes -o x$enableval = xno; then
7909 support_xim=$enableval 8236 support_xim=$enableval
7968_ACEOF 8295_ACEOF
7969 8296
7970 fi 8297 fi
7971fi; 8298fi;
7972 8299
8300RESFALLBACK=Rxvt
8301# Check whether --enable-fallback or --disable-fallback was given.
8302if test "${enable_fallback+set}" = set; then
8303 enableval="$enable_fallback"
8304
8305 test x$enableval = xyes && enableval=Rxvt
8306 test x$enableval = xno && enableval=
8307 RESFALLBACK="$enableval"
8308
8309fi;
8310
8311if test x$RESFALLBACK != x; then
8312
8313cat >>confdefs.h <<_ACEOF
8314#define RESFALLBACK "$RESFALLBACK"
8315_ACEOF
8316
8317fi
8318
8319RESNAME=urxvt
8320
8321# Check whether --with-res-name or --without-res-name was given.
8322if test "${with_res_name+set}" = set; then
8323 withval="$with_res_name"
8324 RESNAME="$withval"
8325fi;
8326
8327cat >>confdefs.h <<_ACEOF
8328#define RESNAME "$RESNAME"
8329_ACEOF
8330
8331
8332RESCLASS=URxvt
8333
8334# Check whether --with-res-class or --without-res-class was given.
8335if test "${with_res_class+set}" = set; then
8336 withval="$with_res_class"
8337 RESCLASS="$withval"
8338fi;
8339
8340cat >>confdefs.h <<_ACEOF
8341#define RESCLASS "$RESCLASS"
8342_ACEOF
8343
8344
8345RXVTNAME=urxvt
8346
8347# Check whether --with-name or --without-name was given.
8348if test "${with_name+set}" = set; then
8349 withval="$with_name"
8350 RXVTNAME="$withval"
8351fi;
8352
8353RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8354
8355
7973# Check whether --enable-strings or --disable-strings was given. 8356# Check whether --enable-strings or --disable-strings was given.
7974if test "${enable_strings+set}" = set; then 8357if test "${enable_strings+set}" = set; then
7975 enableval="$enable_strings" 8358 enableval="$enable_strings"
7976 if test x$enableval = xyes -o x$enableval = xno; then 8359 if test x$enableval = xyes -o x$enableval = xno; then
7977 support_addstrings=$enableval 8360 support_addstrings=$enableval
8041# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8424# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8042if test "${enable_slipwheeling+set}" = set; then 8425if test "${enable_slipwheeling+set}" = set; then
8043 enableval="$enable_slipwheeling" 8426 enableval="$enable_slipwheeling"
8044 if test x$enableval = xyes -o x$enableval = xno; then 8427 if test x$enableval = xyes -o x$enableval = xno; then
8045 support_mouseslipwheel=$enableval 8428 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 8429 fi
8067fi; 8430fi;
8068 8431
8069# Check whether --enable-dmalloc or --disable-dmalloc was given. 8432# Check whether --enable-dmalloc or --disable-dmalloc was given.
8070if test "${enable_dmalloc+set}" = set; then 8433if test "${enable_dmalloc+set}" = set; then
8496fi 8859fi
8497 8860
8498 8861
8499 8862
8500 8863
8864
8865if test "x$ac_path_x_has_been_run" != xyes; then
8501echo "$as_me:$LINENO: checking for X" >&5 8866 echo "$as_me:$LINENO: checking for X" >&5
8502echo $ECHO_N "checking for X... $ECHO_C" >&6 8867echo $ECHO_N "checking for X... $ECHO_C" >&6
8503 8868
8869ac_path_x_has_been_run=yes
8504 8870
8505# Check whether --with-x or --without-x was given. 8871# Check whether --with-x or --without-x was given.
8506if test "${with_x+set}" = set; then 8872if test "${with_x+set}" = set; then
8507 withval="$with_x" 8873 withval="$with_x"
8508 8874
8591 8957
8592/usr/openwin/include 8958/usr/openwin/include
8593/usr/openwin/share/include' 8959/usr/openwin/share/include'
8594 8960
8595if test "$ac_x_includes" = no; then 8961if test "$ac_x_includes" = no; then
8596 # Guess where to find include files, by looking for Intrinsic.h. 8962 # Guess where to find include files, by looking for a specified header file.
8597 # First, try using that file with no special directory specified. 8963 # First, try using that file with no special directory specified.
8598 cat >conftest.$ac_ext <<_ACEOF 8964 cat >conftest.$ac_ext <<_ACEOF
8599/* confdefs.h. */ 8965/* confdefs.h. */
8600_ACEOF 8966_ACEOF
8601cat confdefs.h >>conftest.$ac_ext 8967cat confdefs.h >>conftest.$ac_ext
8610 rm -f conftest.er1 8976 rm -f conftest.er1
8611 cat conftest.err >&5 8977 cat conftest.err >&5
8612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } >/dev/null; then 8979 (exit $ac_status); } >/dev/null; then
8614 if test -s conftest.err; then 8980 if test -s conftest.err; then
8615 ac_cpp_err=$ac_c_preproc_warn_flag 8981 ac_cpp_err=$ac_cxx_preproc_warn_flag
8616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8982 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8617 else 8983 else
8618 ac_cpp_err= 8984 ac_cpp_err=
8619 fi 8985 fi
8620else 8986else
8621 ac_cpp_err=yes 8987 ac_cpp_err=yes
8665 grep -v '^ *+' conftest.er1 >conftest.err 9031 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1 9032 rm -f conftest.er1
8667 cat conftest.err >&5 9033 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && 9035 (exit $ac_status); } &&
8670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9036 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8672 (eval $ac_try) 2>&5 9038 (eval $ac_try) 2>&5
8673 ac_status=$? 9039 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }; } && 9041 (exit $ac_status); }; } &&
8725 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9091 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8726 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9092 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8727 # Update the cache value to reflect the command line values. 9093 # Update the cache value to reflect the command line values.
8728 ac_cv_have_x="have_x=yes \ 9094 ac_cv_have_x="have_x=yes \
8729 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9095 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9096 # It might be that x_includes is empty (headers are found in the
9097 # standard search path. Then output the corresponding message
9098 ac_out_x_includes=$x_includes
9099 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
8730 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 9100 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
8731echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 9101echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8732fi 9102fi
8733 9103
9104fi
8734if test "$no_x" = yes; then 9105if test "$no_x" = yes; then
8735 # Not all programs may use this symbol, but it does not hurt to define it. 9106 # Not all programs may use this symbol, but it does not hurt to define it.
8736 9107
8737cat >>confdefs.h <<\_ACEOF 9108cat >>confdefs.h <<\_ACEOF
8738#define X_DISPLAY_MISSING 1 9109#define X_DISPLAY_MISSING 1
8776 grep -v '^ *+' conftest.er1 >conftest.err 9147 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1 9148 rm -f conftest.er1
8778 cat conftest.err >&5 9149 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && 9151 (exit $ac_status); } &&
8781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9152 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8783 (eval $ac_try) 2>&5 9154 (eval $ac_try) 2>&5
8784 ac_status=$? 9155 ac_status=$?
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); }; } && 9157 (exit $ac_status); }; } &&
8827 grep -v '^ *+' conftest.er1 >conftest.err 9198 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9199 rm -f conftest.er1
8829 cat conftest.err >&5 9200 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && 9202 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9203 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 9205 (eval $ac_try) 2>&5
8835 ac_status=$? 9206 ac_status=$?
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); }; } && 9208 (exit $ac_status); }; } &&
8903 grep -v '^ *+' conftest.er1 >conftest.err 9274 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1 9275 rm -f conftest.er1
8905 cat conftest.err >&5 9276 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && 9278 (exit $ac_status); } &&
8908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9279 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910 (eval $ac_try) 2>&5 9281 (eval $ac_try) 2>&5
8911 ac_status=$? 9282 ac_status=$?
8912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913 (exit $ac_status); }; } && 9284 (exit $ac_status); }; } &&
8958 grep -v '^ *+' conftest.er1 >conftest.err 9329 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1 9330 rm -f conftest.er1
8960 cat conftest.err >&5 9331 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && 9333 (exit $ac_status); } &&
8963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9334 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8965 (eval $ac_try) 2>&5 9336 (eval $ac_try) 2>&5
8966 ac_status=$? 9337 ac_status=$?
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } && 9339 (exit $ac_status); }; } &&
9026 grep -v '^ *+' conftest.er1 >conftest.err 9397 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1 9398 rm -f conftest.er1
9028 cat conftest.err >&5 9399 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && 9401 (exit $ac_status); } &&
9031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9402 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9033 (eval $ac_try) 2>&5 9404 (eval $ac_try) 2>&5
9034 ac_status=$? 9405 ac_status=$?
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } && 9407 (exit $ac_status); }; } &&
9134 grep -v '^ *+' conftest.er1 >conftest.err 9505 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1 9506 rm -f conftest.er1
9136 cat conftest.err >&5 9507 cat conftest.err >&5
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && 9509 (exit $ac_status); } &&
9139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9510 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5 9512 (eval $ac_try) 2>&5
9142 ac_status=$? 9513 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; } && 9515 (exit $ac_status); }; } &&
9198 grep -v '^ *+' conftest.er1 >conftest.err 9569 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1 9570 rm -f conftest.er1
9200 cat conftest.err >&5 9571 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && 9573 (exit $ac_status); } &&
9203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9574 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5 9576 (eval $ac_try) 2>&5
9206 ac_status=$? 9577 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } && 9579 (exit $ac_status); }; } &&
9266 grep -v '^ *+' conftest.er1 >conftest.err 9637 grep -v '^ *+' conftest.er1 >conftest.err
9267 rm -f conftest.er1 9638 rm -f conftest.er1
9268 cat conftest.err >&5 9639 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 9641 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9642 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 9644 (eval $ac_try) 2>&5
9274 ac_status=$? 9645 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } && 9647 (exit $ac_status); }; } &&
9370 grep -v '^ *+' conftest.er1 >conftest.err 9741 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1 9742 rm -f conftest.er1
9372 cat conftest.err >&5 9743 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9745 (exit $ac_status); } &&
9375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9746 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9748 (eval $ac_try) 2>&5
9378 ac_status=$? 9749 ac_status=$?
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); }; } && 9751 (exit $ac_status); }; } &&
9434 grep -v '^ *+' conftest.er1 >conftest.err 9805 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 9806 rm -f conftest.er1
9436 cat conftest.err >&5 9807 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && 9809 (exit $ac_status); } &&
9439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9810 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9441 (eval $ac_try) 2>&5 9812 (eval $ac_try) 2>&5
9442 ac_status=$? 9813 ac_status=$?
9443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); }; } && 9815 (exit $ac_status); }; } &&
9531 grep -v '^ *+' conftest.er1 >conftest.err 9902 grep -v '^ *+' conftest.er1 >conftest.err
9532 rm -f conftest.er1 9903 rm -f conftest.er1
9533 cat conftest.err >&5 9904 cat conftest.err >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 9906 (exit $ac_status); } &&
9536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9907 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 9909 (eval $ac_try) 2>&5
9539 ac_status=$? 9910 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; } && 9912 (exit $ac_status); }; } &&
9595 grep -v '^ *+' conftest.er1 >conftest.err 9966 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1 9967 rm -f conftest.er1
9597 cat conftest.err >&5 9968 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && 9970 (exit $ac_status); } &&
9600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9971 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9602 (eval $ac_try) 2>&5 9973 (eval $ac_try) 2>&5
9603 ac_status=$? 9974 ac_status=$?
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } && 9976 (exit $ac_status); }; } &&
9692 grep -v '^ *+' conftest.er1 >conftest.err 10063 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1 10064 rm -f conftest.er1
9694 cat conftest.err >&5 10065 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && 10067 (exit $ac_status); } &&
9697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10068 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 (eval $ac_try) 2>&5 10070 (eval $ac_try) 2>&5
9700 ac_status=$? 10071 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); }; } && 10073 (exit $ac_status); }; } &&
9756 grep -v '^ *+' conftest.er1 >conftest.err 10127 grep -v '^ *+' conftest.er1 >conftest.err
9757 rm -f conftest.er1 10128 rm -f conftest.er1
9758 cat conftest.err >&5 10129 cat conftest.err >&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } && 10131 (exit $ac_status); } &&
9761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10132 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 (eval $ac_try) 2>&5 10134 (eval $ac_try) 2>&5
9764 ac_status=$? 10135 ac_status=$?
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } && 10137 (exit $ac_status); }; } &&
9835 grep -v '^ *+' conftest.er1 >conftest.err 10206 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1 10207 rm -f conftest.er1
9837 cat conftest.err >&5 10208 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && 10210 (exit $ac_status); } &&
9840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10211 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5 10213 (eval $ac_try) 2>&5
9843 ac_status=$? 10214 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } && 10216 (exit $ac_status); }; } &&
9951 rm -f conftest.er1 10322 rm -f conftest.er1
9952 cat conftest.err >&5 10323 cat conftest.err >&5
9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } >/dev/null; then 10325 (exit $ac_status); } >/dev/null; then
9955 if test -s conftest.err; then 10326 if test -s conftest.err; then
9956 ac_cpp_err=$ac_c_preproc_warn_flag 10327 ac_cpp_err=$ac_cxx_preproc_warn_flag
9957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10328 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9958 else 10329 else
9959 ac_cpp_err= 10330 ac_cpp_err=
9960 fi 10331 fi
9961else 10332else
9962 ac_cpp_err=yes 10333 ac_cpp_err=yes
10051 grep -v '^ *+' conftest.er1 >conftest.err 10422 grep -v '^ *+' conftest.er1 >conftest.err
10052 rm -f conftest.er1 10423 rm -f conftest.er1
10053 cat conftest.err >&5 10424 cat conftest.err >&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); } && 10426 (exit $ac_status); } &&
10056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10427 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5 10429 (eval $ac_try) 2>&5
10059 ac_status=$? 10430 ac_status=$?
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; } && 10432 (exit $ac_status); }; } &&
10163 rm -f conftest.er1 10534 rm -f conftest.er1
10164 cat conftest.err >&5 10535 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } >/dev/null; then 10537 (exit $ac_status); } >/dev/null; then
10167 if test -s conftest.err; then 10538 if test -s conftest.err; then
10168 ac_cpp_err=$ac_c_preproc_warn_flag 10539 ac_cpp_err=$ac_cxx_preproc_warn_flag
10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10540 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10170 else 10541 else
10171 ac_cpp_err= 10542 ac_cpp_err=
10172 fi 10543 fi
10173else 10544else
10174 ac_cpp_err=yes 10545 ac_cpp_err=yes
10265 grep -v '^ *+' conftest.er1 >conftest.err 10636 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1 10637 rm -f conftest.er1
10267 cat conftest.err >&5 10638 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 10640 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10641 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5 10643 (eval $ac_try) 2>&5
10273 ac_status=$? 10644 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } && 10646 (exit $ac_status); }; } &&
10368 grep -v '^ *+' conftest.er1 >conftest.err 10739 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1 10740 rm -f conftest.er1
10370 cat conftest.err >&5 10741 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } && 10743 (exit $ac_status); } &&
10373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10744 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5 10746 (eval $ac_try) 2>&5
10376 ac_status=$? 10747 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; } && 10749 (exit $ac_status); }; } &&
10411 rm -f conftest.er1 10782 rm -f conftest.er1
10412 cat conftest.err >&5 10783 cat conftest.err >&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } >/dev/null; then 10785 (exit $ac_status); } >/dev/null; then
10415 if test -s conftest.err; then 10786 if test -s conftest.err; then
10416 ac_cpp_err=$ac_c_preproc_warn_flag 10787 ac_cpp_err=$ac_cxx_preproc_warn_flag
10417 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10788 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10418 else 10789 else
10419 ac_cpp_err= 10790 ac_cpp_err=
10420 fi 10791 fi
10421else 10792else
10422 ac_cpp_err=yes 10793 ac_cpp_err=yes
10432rm -f conftest.err conftest.$ac_ext 10803rm -f conftest.err conftest.$ac_ext
10433echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10804echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10434echo "${ECHO_T}$ac_header_preproc" >&6 10805echo "${ECHO_T}$ac_header_preproc" >&6
10435 10806
10436# So? What about this header? 10807# So? What about this header?
10437case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10808case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10438 yes:no: ) 10809 yes:no: )
10439 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10810 { 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;} 10811echo "$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 10812 { 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;} 10813echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10517 grep -v '^ *+' conftest.er1 >conftest.err 10888 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1 10889 rm -f conftest.er1
10519 cat conftest.err >&5 10890 cat conftest.err >&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && 10892 (exit $ac_status); } &&
10522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10893 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 (eval $ac_try) 2>&5 10895 (eval $ac_try) 2>&5
10525 ac_status=$? 10896 ac_status=$?
10526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10527 (exit $ac_status); }; } && 10898 (exit $ac_status); }; } &&
10582 grep -v '^ *+' conftest.er1 >conftest.err 10953 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1 10954 rm -f conftest.er1
10584 cat conftest.err >&5 10955 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && 10957 (exit $ac_status); } &&
10587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10958 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5 10960 (eval $ac_try) 2>&5
10590 ac_status=$? 10961 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; } && 10963 (exit $ac_status); }; } &&
10747 grep -v '^ *+' conftest.er1 >conftest.err 11118 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1 11119 rm -f conftest.er1
10749 cat conftest.err >&5 11120 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && 11122 (exit $ac_status); } &&
10752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11123 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5 11125 (eval $ac_try) 2>&5
10755 ac_status=$? 11126 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } && 11128 (exit $ac_status); }; } &&
10856 grep -v '^ *+' conftest.er1 >conftest.err 11227 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1 11228 rm -f conftest.er1
10858 cat conftest.err >&5 11229 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && 11231 (exit $ac_status); } &&
10861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11232 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5 11234 (eval $ac_try) 2>&5
10864 ac_status=$? 11235 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; } && 11237 (exit $ac_status); }; } &&
10916 grep -v '^ *+' conftest.er1 >conftest.err 11287 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1 11288 rm -f conftest.er1
10918 cat conftest.err >&5 11289 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && 11291 (exit $ac_status); } &&
10921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11292 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5 11294 (eval $ac_try) 2>&5
10924 ac_status=$? 11295 ac_status=$?
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } && 11297 (exit $ac_status); }; } &&
10991 grep -v '^ *+' conftest.er1 >conftest.err 11362 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1 11363 rm -f conftest.er1
10993 cat conftest.err >&5 11364 cat conftest.err >&5
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && 11366 (exit $ac_status); } &&
10996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11367 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10998 (eval $ac_try) 2>&5 11369 (eval $ac_try) 2>&5
10999 ac_status=$? 11370 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); }; } && 11372 (exit $ac_status); }; } &&
11056 grep -v '^ *+' conftest.er1 >conftest.err 11427 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1 11428 rm -f conftest.er1
11058 cat conftest.err >&5 11429 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && 11431 (exit $ac_status); } &&
11061 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11432 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11063 (eval $ac_try) 2>&5 11434 (eval $ac_try) 2>&5
11064 ac_status=$? 11435 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }; } && 11437 (exit $ac_status); }; } &&
11161 grep -v '^ *+' conftest.er1 >conftest.err 11532 grep -v '^ *+' conftest.er1 >conftest.err
11162 rm -f conftest.er1 11533 rm -f conftest.er1
11163 cat conftest.err >&5 11534 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } && 11536 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11537 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168 (eval $ac_try) 2>&5 11539 (eval $ac_try) 2>&5
11169 ac_status=$? 11540 ac_status=$?
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); }; } && 11542 (exit $ac_status); }; } &&
11223 grep -v '^ *+' conftest.er1 >conftest.err 11594 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1 11595 rm -f conftest.er1
11225 cat conftest.err >&5 11596 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && 11598 (exit $ac_status); } &&
11228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11599 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11230 (eval $ac_try) 2>&5 11601 (eval $ac_try) 2>&5
11231 ac_status=$? 11602 ac_status=$?
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); }; } && 11604 (exit $ac_status); }; } &&
11263 grep -v '^ *+' conftest.er1 >conftest.err 11634 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1 11635 rm -f conftest.er1
11265 cat conftest.err >&5 11636 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && 11638 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11639 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5 11641 (eval $ac_try) 2>&5
11271 ac_status=$? 11642 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; } && 11644 (exit $ac_status); }; } &&
11319 grep -v '^ *+' conftest.er1 >conftest.err 11690 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1 11691 rm -f conftest.er1
11321 cat conftest.err >&5 11692 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && 11694 (exit $ac_status); } &&
11324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11695 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5 11697 (eval $ac_try) 2>&5
11327 ac_status=$? 11698 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } && 11700 (exit $ac_status); }; } &&
11359 grep -v '^ *+' conftest.er1 >conftest.err 11730 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1 11731 rm -f conftest.er1
11361 cat conftest.err >&5 11732 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && 11734 (exit $ac_status); } &&
11364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11735 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5 11737 (eval $ac_try) 2>&5
11367 ac_status=$? 11738 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } && 11740 (exit $ac_status); }; } &&
11423 grep -v '^ *+' conftest.er1 >conftest.err 11794 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1 11795 rm -f conftest.er1
11425 cat conftest.err >&5 11796 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && 11798 (exit $ac_status); } &&
11428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11799 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11430 (eval $ac_try) 2>&5 11801 (eval $ac_try) 2>&5
11431 ac_status=$? 11802 ac_status=$?
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); }; } && 11804 (exit $ac_status); }; } &&
11454See \`config.log' for more details." >&2;} 11825See \`config.log' for more details." >&2;}
11455 { (exit 1); exit 1; }; } ;; 11826 { (exit 1); exit 1; }; } ;;
11456esac 11827esac
11457else 11828else
11458 if test "$cross_compiling" = yes; then 11829 if test "$cross_compiling" = yes; then
11459 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 11830 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11460See \`config.log' for more details." >&5 11831echo "$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; }; } 11832 { (exit 1); exit 1; }; }
11464else 11833else
11465 cat >conftest.$ac_ext <<_ACEOF 11834 cat >conftest.$ac_ext <<_ACEOF
11466/* confdefs.h. */ 11835/* confdefs.h. */
11467_ACEOF 11836_ACEOF
11569 grep -v '^ *+' conftest.er1 >conftest.err 11938 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1 11939 rm -f conftest.er1
11571 cat conftest.err >&5 11940 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && 11942 (exit $ac_status); } &&
11574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11943 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5 11945 (eval $ac_try) 2>&5
11577 ac_status=$? 11946 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } && 11948 (exit $ac_status); }; } &&
11631 grep -v '^ *+' conftest.er1 >conftest.err 12000 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1 12001 rm -f conftest.er1
11633 cat conftest.err >&5 12002 cat conftest.err >&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && 12004 (exit $ac_status); } &&
11636 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12005 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5 12007 (eval $ac_try) 2>&5
11639 ac_status=$? 12008 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; } && 12010 (exit $ac_status); }; } &&
11671 grep -v '^ *+' conftest.er1 >conftest.err 12040 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1 12041 rm -f conftest.er1
11673 cat conftest.err >&5 12042 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && 12044 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12045 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5 12047 (eval $ac_try) 2>&5
11679 ac_status=$? 12048 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } && 12050 (exit $ac_status); }; } &&
11727 grep -v '^ *+' conftest.er1 >conftest.err 12096 grep -v '^ *+' conftest.er1 >conftest.err
11728 rm -f conftest.er1 12097 rm -f conftest.er1
11729 cat conftest.err >&5 12098 cat conftest.err >&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); } && 12100 (exit $ac_status); } &&
11732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12101 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11734 (eval $ac_try) 2>&5 12103 (eval $ac_try) 2>&5
11735 ac_status=$? 12104 ac_status=$?
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); }; } && 12106 (exit $ac_status); }; } &&
11767 grep -v '^ *+' conftest.er1 >conftest.err 12136 grep -v '^ *+' conftest.er1 >conftest.err
11768 rm -f conftest.er1 12137 rm -f conftest.er1
11769 cat conftest.err >&5 12138 cat conftest.err >&5
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); } && 12140 (exit $ac_status); } &&
11772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12141 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774 (eval $ac_try) 2>&5 12143 (eval $ac_try) 2>&5
11775 ac_status=$? 12144 ac_status=$?
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); }; } && 12146 (exit $ac_status); }; } &&
11831 grep -v '^ *+' conftest.er1 >conftest.err 12200 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1 12201 rm -f conftest.er1
11833 cat conftest.err >&5 12202 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12204 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12205 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12207 (eval $ac_try) 2>&5
11839 ac_status=$? 12208 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } && 12210 (exit $ac_status); }; } &&
11862See \`config.log' for more details." >&2;} 12231See \`config.log' for more details." >&2;}
11863 { (exit 1); exit 1; }; } ;; 12232 { (exit 1); exit 1; }; } ;;
11864esac 12233esac
11865else 12234else
11866 if test "$cross_compiling" = yes; then 12235 if test "$cross_compiling" = yes; then
11867 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12236 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11868See \`config.log' for more details." >&5 12237echo "$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; }; } 12238 { (exit 1); exit 1; }; }
11872else 12239else
11873 cat >conftest.$ac_ext <<_ACEOF 12240 cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 12241/* confdefs.h. */
11875_ACEOF 12242_ACEOF
11977 grep -v '^ *+' conftest.er1 >conftest.err 12344 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1 12345 rm -f conftest.er1
11979 cat conftest.err >&5 12346 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && 12348 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12349 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5 12351 (eval $ac_try) 2>&5
11985 ac_status=$? 12352 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } && 12354 (exit $ac_status); }; } &&
12039 grep -v '^ *+' conftest.er1 >conftest.err 12406 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1 12407 rm -f conftest.er1
12041 cat conftest.err >&5 12408 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && 12410 (exit $ac_status); } &&
12044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12411 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5 12413 (eval $ac_try) 2>&5
12047 ac_status=$? 12414 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; } && 12416 (exit $ac_status); }; } &&
12079 grep -v '^ *+' conftest.er1 >conftest.err 12446 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1 12447 rm -f conftest.er1
12081 cat conftest.err >&5 12448 cat conftest.err >&5
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && 12450 (exit $ac_status); } &&
12084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12451 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5 12453 (eval $ac_try) 2>&5
12087 ac_status=$? 12454 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; } && 12456 (exit $ac_status); }; } &&
12135 grep -v '^ *+' conftest.er1 >conftest.err 12502 grep -v '^ *+' conftest.er1 >conftest.err
12136 rm -f conftest.er1 12503 rm -f conftest.er1
12137 cat conftest.err >&5 12504 cat conftest.err >&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); } && 12506 (exit $ac_status); } &&
12140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12507 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5 12509 (eval $ac_try) 2>&5
12143 ac_status=$? 12510 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; } && 12512 (exit $ac_status); }; } &&
12175 grep -v '^ *+' conftest.er1 >conftest.err 12542 grep -v '^ *+' conftest.er1 >conftest.err
12176 rm -f conftest.er1 12543 rm -f conftest.er1
12177 cat conftest.err >&5 12544 cat conftest.err >&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); } && 12546 (exit $ac_status); } &&
12180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12547 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5 12549 (eval $ac_try) 2>&5
12183 ac_status=$? 12550 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; } && 12552 (exit $ac_status); }; } &&
12239 grep -v '^ *+' conftest.er1 >conftest.err 12606 grep -v '^ *+' conftest.er1 >conftest.err
12240 rm -f conftest.er1 12607 rm -f conftest.er1
12241 cat conftest.err >&5 12608 cat conftest.err >&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } && 12610 (exit $ac_status); } &&
12244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12611 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5 12613 (eval $ac_try) 2>&5
12247 ac_status=$? 12614 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; } && 12616 (exit $ac_status); }; } &&
12270See \`config.log' for more details." >&2;} 12637See \`config.log' for more details." >&2;}
12271 { (exit 1); exit 1; }; } ;; 12638 { (exit 1); exit 1; }; } ;;
12272esac 12639esac
12273else 12640else
12274 if test "$cross_compiling" = yes; then 12641 if test "$cross_compiling" = yes; then
12275 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12642 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12276See \`config.log' for more details." >&5 12643echo "$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; }; } 12644 { (exit 1); exit 1; }; }
12280else 12645else
12281 cat >conftest.$ac_ext <<_ACEOF 12646 cat >conftest.$ac_ext <<_ACEOF
12282/* confdefs.h. */ 12647/* confdefs.h. */
12283_ACEOF 12648_ACEOF
12385 grep -v '^ *+' conftest.er1 >conftest.err 12750 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1 12751 rm -f conftest.er1
12387 cat conftest.err >&5 12752 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12754 (exit $ac_status); } &&
12390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12755 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12757 (eval $ac_try) 2>&5
12393 ac_status=$? 12758 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; } && 12760 (exit $ac_status); }; } &&
12447 grep -v '^ *+' conftest.er1 >conftest.err 12812 grep -v '^ *+' conftest.er1 >conftest.err
12448 rm -f conftest.er1 12813 rm -f conftest.er1
12449 cat conftest.err >&5 12814 cat conftest.err >&5
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); } && 12816 (exit $ac_status); } &&
12452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12817 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5 12819 (eval $ac_try) 2>&5
12455 ac_status=$? 12820 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } && 12822 (exit $ac_status); }; } &&
12487 grep -v '^ *+' conftest.er1 >conftest.err 12852 grep -v '^ *+' conftest.er1 >conftest.err
12488 rm -f conftest.er1 12853 rm -f conftest.er1
12489 cat conftest.err >&5 12854 cat conftest.err >&5
12490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491 (exit $ac_status); } && 12856 (exit $ac_status); } &&
12492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12857 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494 (eval $ac_try) 2>&5 12859 (eval $ac_try) 2>&5
12495 ac_status=$? 12860 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); }; } && 12862 (exit $ac_status); }; } &&
12543 grep -v '^ *+' conftest.er1 >conftest.err 12908 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1 12909 rm -f conftest.er1
12545 cat conftest.err >&5 12910 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && 12912 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12913 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5 12915 (eval $ac_try) 2>&5
12551 ac_status=$? 12916 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } && 12918 (exit $ac_status); }; } &&
12583 grep -v '^ *+' conftest.er1 >conftest.err 12948 grep -v '^ *+' conftest.er1 >conftest.err
12584 rm -f conftest.er1 12949 rm -f conftest.er1
12585 cat conftest.err >&5 12950 cat conftest.err >&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 12952 (exit $ac_status); } &&
12588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12953 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 12955 (eval $ac_try) 2>&5
12591 ac_status=$? 12956 ac_status=$?
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; } && 12958 (exit $ac_status); }; } &&
12647 grep -v '^ *+' conftest.er1 >conftest.err 13012 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1 13013 rm -f conftest.er1
12649 cat conftest.err >&5 13014 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && 13016 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13017 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5 13019 (eval $ac_try) 2>&5
12655 ac_status=$? 13020 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } && 13022 (exit $ac_status); }; } &&
12678See \`config.log' for more details." >&2;} 13043See \`config.log' for more details." >&2;}
12679 { (exit 1); exit 1; }; } ;; 13044 { (exit 1); exit 1; }; } ;;
12680esac 13045esac
12681else 13046else
12682 if test "$cross_compiling" = yes; then 13047 if test "$cross_compiling" = yes; then
12683 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13048 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12684See \`config.log' for more details." >&5 13049echo "$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; }; } 13050 { (exit 1); exit 1; }; }
12688else 13051else
12689 cat >conftest.$ac_ext <<_ACEOF 13052 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */ 13053/* confdefs.h. */
12691_ACEOF 13054_ACEOF
12793 grep -v '^ *+' conftest.er1 >conftest.err 13156 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1 13157 rm -f conftest.er1
12795 cat conftest.err >&5 13158 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } && 13160 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13161 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5 13163 (eval $ac_try) 2>&5
12801 ac_status=$? 13164 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } && 13166 (exit $ac_status); }; } &&
12855 grep -v '^ *+' conftest.er1 >conftest.err 13218 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1 13219 rm -f conftest.er1
12857 cat conftest.err >&5 13220 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && 13222 (exit $ac_status); } &&
12860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13223 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12862 (eval $ac_try) 2>&5 13225 (eval $ac_try) 2>&5
12863 ac_status=$? 13226 ac_status=$?
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); }; } && 13228 (exit $ac_status); }; } &&
12895 grep -v '^ *+' conftest.er1 >conftest.err 13258 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1 13259 rm -f conftest.er1
12897 cat conftest.err >&5 13260 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && 13262 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13263 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5 13265 (eval $ac_try) 2>&5
12903 ac_status=$? 13266 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } && 13268 (exit $ac_status); }; } &&
12951 grep -v '^ *+' conftest.er1 >conftest.err 13314 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1 13315 rm -f conftest.er1
12953 cat conftest.err >&5 13316 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && 13318 (exit $ac_status); } &&
12956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13319 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 13321 (eval $ac_try) 2>&5
12959 ac_status=$? 13322 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; } && 13324 (exit $ac_status); }; } &&
12991 grep -v '^ *+' conftest.er1 >conftest.err 13354 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1 13355 rm -f conftest.er1
12993 cat conftest.err >&5 13356 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && 13358 (exit $ac_status); } &&
12996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13359 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12998 (eval $ac_try) 2>&5 13361 (eval $ac_try) 2>&5
12999 ac_status=$? 13362 ac_status=$?
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); }; } && 13364 (exit $ac_status); }; } &&
13055 grep -v '^ *+' conftest.er1 >conftest.err 13418 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1 13419 rm -f conftest.er1
13057 cat conftest.err >&5 13420 cat conftest.err >&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && 13422 (exit $ac_status); } &&
13060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13423 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5 13425 (eval $ac_try) 2>&5
13063 ac_status=$? 13426 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } && 13428 (exit $ac_status); }; } &&
13086See \`config.log' for more details." >&2;} 13449See \`config.log' for more details." >&2;}
13087 { (exit 1); exit 1; }; } ;; 13450 { (exit 1); exit 1; }; } ;;
13088esac 13451esac
13089else 13452else
13090 if test "$cross_compiling" = yes; then 13453 if test "$cross_compiling" = yes; then
13091 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13454 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13092See \`config.log' for more details." >&5 13455echo "$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; }; } 13456 { (exit 1); exit 1; }; }
13096else 13457else
13097 cat >conftest.$ac_ext <<_ACEOF 13458 cat >conftest.$ac_ext <<_ACEOF
13098/* confdefs.h. */ 13459/* confdefs.h. */
13099_ACEOF 13460_ACEOF
13201 grep -v '^ *+' conftest.er1 >conftest.err 13562 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1 13563 rm -f conftest.er1
13203 cat conftest.err >&5 13564 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 13566 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13567 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 13569 (eval $ac_try) 2>&5
13209 ac_status=$? 13570 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } && 13572 (exit $ac_status); }; } &&
13263 grep -v '^ *+' conftest.er1 >conftest.err 13624 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1 13625 rm -f conftest.er1
13265 cat conftest.err >&5 13626 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && 13628 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13629 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5 13631 (eval $ac_try) 2>&5
13271 ac_status=$? 13632 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } && 13634 (exit $ac_status); }; } &&
13303 grep -v '^ *+' conftest.er1 >conftest.err 13664 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1 13665 rm -f conftest.er1
13305 cat conftest.err >&5 13666 cat conftest.err >&5
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && 13668 (exit $ac_status); } &&
13308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13669 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310 (eval $ac_try) 2>&5 13671 (eval $ac_try) 2>&5
13311 ac_status=$? 13672 ac_status=$?
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); }; } && 13674 (exit $ac_status); }; } &&
13359 grep -v '^ *+' conftest.er1 >conftest.err 13720 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1 13721 rm -f conftest.er1
13361 cat conftest.err >&5 13722 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } && 13724 (exit $ac_status); } &&
13364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13725 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5 13727 (eval $ac_try) 2>&5
13367 ac_status=$? 13728 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } && 13730 (exit $ac_status); }; } &&
13399 grep -v '^ *+' conftest.er1 >conftest.err 13760 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1 13761 rm -f conftest.er1
13401 cat conftest.err >&5 13762 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } && 13764 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13765 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5 13767 (eval $ac_try) 2>&5
13407 ac_status=$? 13768 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } && 13770 (exit $ac_status); }; } &&
13463 grep -v '^ *+' conftest.er1 >conftest.err 13824 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1 13825 rm -f conftest.er1
13465 cat conftest.err >&5 13826 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 13828 (exit $ac_status); } &&
13468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13829 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 13831 (eval $ac_try) 2>&5
13471 ac_status=$? 13832 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } && 13834 (exit $ac_status); }; } &&
13494See \`config.log' for more details." >&2;} 13855See \`config.log' for more details." >&2;}
13495 { (exit 1); exit 1; }; } ;; 13856 { (exit 1); exit 1; }; } ;;
13496esac 13857esac
13497else 13858else
13498 if test "$cross_compiling" = yes; then 13859 if test "$cross_compiling" = yes; then
13499 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13860 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13500See \`config.log' for more details." >&5 13861echo "$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; }; } 13862 { (exit 1); exit 1; }; }
13504else 13863else
13505 cat >conftest.$ac_ext <<_ACEOF 13864 cat >conftest.$ac_ext <<_ACEOF
13506/* confdefs.h. */ 13865/* confdefs.h. */
13507_ACEOF 13866_ACEOF
13608 grep -v '^ *+' conftest.er1 >conftest.err 13967 grep -v '^ *+' conftest.er1 >conftest.err
13609 rm -f conftest.er1 13968 rm -f conftest.er1
13610 cat conftest.err >&5 13969 cat conftest.err >&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } && 13971 (exit $ac_status); } &&
13613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13972 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5 13974 (eval $ac_try) 2>&5
13616 ac_status=$? 13975 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; } && 13977 (exit $ac_status); }; } &&
13690 grep -v '^ *+' conftest.er1 >conftest.err 14049 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1 14050 rm -f conftest.er1
13692 cat conftest.err >&5 14051 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && 14053 (exit $ac_status); } &&
13695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14054 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13697 (eval $ac_try) 2>&5 14056 (eval $ac_try) 2>&5
13698 ac_status=$? 14057 ac_status=$?
13699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700 (exit $ac_status); }; } && 14059 (exit $ac_status); }; } &&
13772 grep -v '^ *+' conftest.er1 >conftest.err 14131 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14132 rm -f conftest.er1
13774 cat conftest.err >&5 14133 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && 14135 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14136 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5 14138 (eval $ac_try) 2>&5
13780 ac_status=$? 14139 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } && 14141 (exit $ac_status); }; } &&
13854 grep -v '^ *+' conftest.er1 >conftest.err 14213 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1 14214 rm -f conftest.er1
13856 cat conftest.err >&5 14215 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && 14217 (exit $ac_status); } &&
13859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14218 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13861 (eval $ac_try) 2>&5 14220 (eval $ac_try) 2>&5
13862 ac_status=$? 14221 ac_status=$?
13863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13864 (exit $ac_status); }; } && 14223 (exit $ac_status); }; } &&
13966 grep -v '^ *+' conftest.er1 >conftest.err 14325 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1 14326 rm -f conftest.er1
13968 cat conftest.err >&5 14327 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && 14329 (exit $ac_status); } &&
13971 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14330 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5 14332 (eval $ac_try) 2>&5
13974 ac_status=$? 14333 ac_status=$?
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; } && 14335 (exit $ac_status); }; } &&
14106 grep -v '^ *+' conftest.er1 >conftest.err 14465 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1 14466 rm -f conftest.er1
14108 cat conftest.err >&5 14467 cat conftest.err >&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } && 14469 (exit $ac_status); } &&
14111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14470 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14113 (eval $ac_try) 2>&5 14472 (eval $ac_try) 2>&5
14114 ac_status=$? 14473 ac_status=$?
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); }; } && 14475 (exit $ac_status); }; } &&
14170 grep -v '^ *+' conftest.er1 >conftest.err 14529 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1 14530 rm -f conftest.er1
14172 cat conftest.err >&5 14531 cat conftest.err >&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && 14533 (exit $ac_status); } &&
14175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14534 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5 14536 (eval $ac_try) 2>&5
14178 ac_status=$? 14537 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; } && 14539 (exit $ac_status); }; } &&
14213 rm -f conftest.er1 14572 rm -f conftest.er1
14214 cat conftest.err >&5 14573 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null; then 14575 (exit $ac_status); } >/dev/null; then
14217 if test -s conftest.err; then 14576 if test -s conftest.err; then
14218 ac_cpp_err=$ac_c_preproc_warn_flag 14577 ac_cpp_err=$ac_cxx_preproc_warn_flag
14219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14578 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14220 else 14579 else
14221 ac_cpp_err= 14580 ac_cpp_err=
14222 fi 14581 fi
14223else 14582else
14224 ac_cpp_err=yes 14583 ac_cpp_err=yes
14234rm -f conftest.err conftest.$ac_ext 14593rm -f conftest.err conftest.$ac_ext
14235echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14594echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14236echo "${ECHO_T}$ac_header_preproc" >&6 14595echo "${ECHO_T}$ac_header_preproc" >&6
14237 14596
14238# So? What about this header? 14597# So? What about this header?
14239case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14598case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14240 yes:no: ) 14599 yes:no: )
14241 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 14600 { 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;} 14601echo "$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 14602 { 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;} 14603echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14308 grep -v '^ *+' conftest.er1 >conftest.err 14667 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1 14668 rm -f conftest.er1
14310 cat conftest.err >&5 14669 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && 14671 (exit $ac_status); } &&
14313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14672 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5 14674 (eval $ac_try) 2>&5
14316 ac_status=$? 14675 ac_status=$?
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } && 14677 (exit $ac_status); }; } &&
14370 grep -v '^ *+' conftest.er1 >conftest.err 14729 grep -v '^ *+' conftest.er1 >conftest.err
14371 rm -f conftest.er1 14730 rm -f conftest.er1
14372 cat conftest.err >&5 14731 cat conftest.err >&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } && 14733 (exit $ac_status); } &&
14375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14734 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5 14736 (eval $ac_try) 2>&5
14378 ac_status=$? 14737 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } && 14739 (exit $ac_status); }; } &&
14431 grep -v '^ *+' conftest.er1 >conftest.err 14790 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1 14791 rm -f conftest.er1
14433 cat conftest.err >&5 14792 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && 14794 (exit $ac_status); } &&
14436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14795 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5 14797 (eval $ac_try) 2>&5
14439 ac_status=$? 14798 ac_status=$?
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; } && 14800 (exit $ac_status); }; } &&
14496 grep -v '^ *+' conftest.er1 >conftest.err 14855 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1 14856 rm -f conftest.er1
14498 cat conftest.err >&5 14857 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 14859 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14860 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 14862 (eval $ac_try) 2>&5
14504 ac_status=$? 14863 ac_status=$?
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; } && 14865 (exit $ac_status); }; } &&
14539 rm -f conftest.er1 14898 rm -f conftest.er1
14540 cat conftest.err >&5 14899 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } >/dev/null; then 14901 (exit $ac_status); } >/dev/null; then
14543 if test -s conftest.err; then 14902 if test -s conftest.err; then
14544 ac_cpp_err=$ac_c_preproc_warn_flag 14903 ac_cpp_err=$ac_cxx_preproc_warn_flag
14545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14904 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14546 else 14905 else
14547 ac_cpp_err= 14906 ac_cpp_err=
14548 fi 14907 fi
14549else 14908else
14550 ac_cpp_err=yes 14909 ac_cpp_err=yes
14560rm -f conftest.err conftest.$ac_ext 14919rm -f conftest.err conftest.$ac_ext
14561echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14920echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14562echo "${ECHO_T}$ac_header_preproc" >&6 14921echo "${ECHO_T}$ac_header_preproc" >&6
14563 14922
14564# So? What about this header? 14923# So? What about this header?
14565case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14924case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14566 yes:no: ) 14925 yes:no: )
14567 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 14926 { 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;} 14927echo "$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 14928 { 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;} 14929echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14633 grep -v '^ *+' conftest.er1 >conftest.err 14992 grep -v '^ *+' conftest.er1 >conftest.err
14634 rm -f conftest.er1 14993 rm -f conftest.er1
14635 cat conftest.err >&5 14994 cat conftest.err >&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } && 14996 (exit $ac_status); } &&
14638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14997 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5 14999 (eval $ac_try) 2>&5
14641 ac_status=$? 15000 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; } && 15002 (exit $ac_status); }; } &&
14695 grep -v '^ *+' conftest.er1 >conftest.err 15054 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 15055 rm -f conftest.er1
14697 cat conftest.err >&5 15056 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && 15058 (exit $ac_status); } &&
14700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15059 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5 15061 (eval $ac_try) 2>&5
14703 ac_status=$? 15062 ac_status=$?
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; } && 15064 (exit $ac_status); }; } &&
14764 grep -v '^ *+' conftest.er1 >conftest.err 15123 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1 15124 rm -f conftest.er1
14766 cat conftest.err >&5 15125 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && 15127 (exit $ac_status); } &&
14769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15128 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5 15130 (eval $ac_try) 2>&5
14772 ac_status=$? 15131 ac_status=$?
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } && 15133 (exit $ac_status); }; } &&
14829 grep -v '^ *+' conftest.er1 >conftest.err 15188 grep -v '^ *+' conftest.er1 >conftest.err
14830 rm -f conftest.er1 15189 rm -f conftest.er1
14831 cat conftest.err >&5 15190 cat conftest.err >&5
14832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14833 (exit $ac_status); } && 15192 (exit $ac_status); } &&
14834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15193 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14836 (eval $ac_try) 2>&5 15195 (eval $ac_try) 2>&5
14837 ac_status=$? 15196 ac_status=$?
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); }; } && 15198 (exit $ac_status); }; } &&
15458 grep -v '^ *+' conftest.er1 >conftest.err 15817 grep -v '^ *+' conftest.er1 >conftest.err
15459 rm -f conftest.er1 15818 rm -f conftest.er1
15460 cat conftest.err >&5 15819 cat conftest.err >&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && 15821 (exit $ac_status); } &&
15463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5 15824 (eval $ac_try) 2>&5
15466 ac_status=$? 15825 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 15827 (exit $ac_status); }; } &&
15503/* confdefs.h. */ 15862/* confdefs.h. */
15504_ACEOF 15863_ACEOF
15505cat confdefs.h >>conftest.$ac_ext 15864cat confdefs.h >>conftest.$ac_ext
15506cat >>conftest.$ac_ext <<_ACEOF 15865cat >>conftest.$ac_ext <<_ACEOF
15507/* end confdefs.h. */ 15866/* end confdefs.h. */
15508#include <locale.h> 15867#include <clocale>
15509int 15868int
15510main () 15869main ()
15511{ 15870{
15512setlocale(LC_CTYPE, ""); 15871setlocale(LC_CTYPE, "");
15513 ; 15872 ;
15521 grep -v '^ *+' conftest.er1 >conftest.err 15880 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1 15881 rm -f conftest.er1
15523 cat conftest.err >&5 15882 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } && 15884 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15885 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15528 (eval $ac_try) 2>&5 15887 (eval $ac_try) 2>&5
15529 ac_status=$? 15888 ac_status=$?
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); }; } && 15890 (exit $ac_status); }; } &&
15582 grep -v '^ *+' conftest.er1 >conftest.err 15941 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1 15942 rm -f conftest.er1
15584 cat conftest.err >&5 15943 cat conftest.err >&5
15585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } && 15945 (exit $ac_status); } &&
15587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15946 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15589 (eval $ac_try) 2>&5 15948 (eval $ac_try) 2>&5
15590 ac_status=$? 15949 ac_status=$?
15591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); }; } && 15951 (exit $ac_status); }; } &&
15627cat confdefs.h >>conftest.$ac_ext 15986cat confdefs.h >>conftest.$ac_ext
15628cat >>conftest.$ac_ext <<_ACEOF 15987cat >>conftest.$ac_ext <<_ACEOF
15629/* end confdefs.h. */ 15988/* end confdefs.h. */
15630#define _GNU_SOURCE 15989#define _GNU_SOURCE
15631#ifdef HAVE_STDLIB_H 15990#ifdef HAVE_STDLIB_H
15632# include <stdlib.h> 15991# include <cstdlib>
15633#endif 15992#endif
15634int 15993int
15635main () 15994main ()
15636{ 15995{
15637(void)getpt(); 15996(void)getpt();
15646 grep -v '^ *+' conftest.er1 >conftest.err 16005 grep -v '^ *+' conftest.er1 >conftest.err
15647 rm -f conftest.er1 16006 rm -f conftest.er1
15648 cat conftest.err >&5 16007 cat conftest.err >&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && 16009 (exit $ac_status); } &&
15651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16010 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5 16012 (eval $ac_try) 2>&5
15654 ac_status=$? 16013 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; } && 16015 (exit $ac_status); }; } &&
15840 grep -v '^ *+' conftest.er1 >conftest.err 16199 grep -v '^ *+' conftest.er1 >conftest.err
15841 rm -f conftest.er1 16200 rm -f conftest.er1
15842 cat conftest.err >&5 16201 cat conftest.err >&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); } && 16203 (exit $ac_status); } &&
15845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16204 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15847 (eval $ac_try) 2>&5 16206 (eval $ac_try) 2>&5
15848 ac_status=$? 16207 ac_status=$?
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); }; } && 16209 (exit $ac_status); }; } &&
15870if test $ac_cv_lib_xpg4_setlocale = yes; then 16229if test $ac_cv_lib_xpg4_setlocale = yes; then
15871 LIBS="$LIBS -lxpg4" 16230 LIBS="$LIBS -lxpg4"
15872fi 16231fi
15873 16232
15874 16233
16234if test x$support_tinting = xyes; then
16235
16236cat >>confdefs.h <<\_ACEOF
16237#define TINTING 1
16238_ACEOF
16239
16240fi
15875if test x$support_inheritpixmap = xyes; then 16241if test x$support_inheritpixmap = xyes; then
15876 16242
15877cat >>confdefs.h <<\_ACEOF 16243cat >>confdefs.h <<\_ACEOF
15878#define TRANSPARENT 1 16244#define TRANSPARENT 1
15879_ACEOF 16245_ACEOF
15933cat >>confdefs.h <<\_ACEOF 16299cat >>confdefs.h <<\_ACEOF
15934#define MOUSE_SLIP_WHEELING 1 16300#define MOUSE_SLIP_WHEELING 1
15935_ACEOF 16301_ACEOF
15936 16302
15937fi 16303fi
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 16304if test x$support_utmp = xyes; then
15946 16305
15947cat >>confdefs.h <<\_ACEOF 16306cat >>confdefs.h <<\_ACEOF
15948#define UTMP_SUPPORT 1 16307#define UTMP_SUPPORT 1
15949_ACEOF 16308_ACEOF
16037cat >>confdefs.h <<\_ACEOF 16396cat >>confdefs.h <<\_ACEOF
16038#define UNICODE_3 1 16397#define UNICODE_3 1
16039_ACEOF 16398_ACEOF
16040 16399
16041fi 16400fi
16401if test x$support_combining = xyes; then
16402
16403cat >>confdefs.h <<\_ACEOF
16404#define ENABLE_COMBINING 1
16405_ACEOF
16406
16407fi
16042if test x$codesets = xall; then 16408if test x$codesets = xall; then
16043 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16409 codesets=jp,jp-ext,kr,cn,cn-ext
16044fi 16410fi
16045for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16411for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16046 16412
16047cat >>confdefs.h <<\_ACEOF 16413cat >>confdefs.h <<\_ACEOF
16048#define ENCODING_EU 1 16414#define ENCODING_EU 1
16049_ACEOF 16415_ACEOF
16050 16416
16051 case "$codeset" in 16417
16052 VN )
16053cat >>confdefs.h <<\_ACEOF 16418cat >>confdefs.h <<\_ACEOF
16054#define ENCODING_VN 1 16419#define ENCODING_VN 1
16055_ACEOF 16420_ACEOF
16056 ;; 16421
16422 case "$codeset" in
16057 JP ) 16423 JP )
16058cat >>confdefs.h <<\_ACEOF 16424cat >>confdefs.h <<\_ACEOF
16059#define ENCODING_JP 1 16425#define ENCODING_JP 1
16060_ACEOF 16426_ACEOF
16061 ;; 16427 ;;
16129_ACEOF 16495_ACEOF
16130program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 16496program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16131rm conftest.sed 16497rm conftest.sed
16132 16498
16133 16499
16134RXVTNAME=`echo rxvt|sed "$program_transform_name"`
16135
16136
16137 16500
16138 16501
16139 16502
16140if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16503if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16141 include_stdint_h="#include <stdint.h>" 16504 include_stdint_h="#include <stdint.h>"
16142else 16505else
16143 include_stdint_h="/* #include <stdint.h> */" 16506 include_stdint_h="/* #include <stdint.h> */"
16144fi 16507fi
16145if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16508if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16146 include_stdarg_h="#include <stdarg.h>" 16509 include_stdarg_h="#include <cstdarg>"
16147else 16510else
16148 include_stdarg_h="/* #include <stdarg.h> */" 16511 include_stdarg_h="/* #include <cstdarg> */"
16149fi 16512fi
16150if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16513if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16151 include_stdlib_h="#include <stdlib.h>" 16514 include_stdlib_h="#include <cstdlib>"
16152else 16515else
16153 include_stdlib_h="/* #include <stdlib.h> */" 16516 include_stdlib_h="/* #include <cstdlib> */"
16154fi 16517fi
16155if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16518if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16156 include_unistd_h="#include <unistd.h>" 16519 include_unistd_h="#include <unistd.h>"
16157else 16520else
16158 include_unistd_h="/* #include <unistd.h> */" 16521 include_unistd_h="/* #include <unistd.h> */"
16159fi 16522fi
16160if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16523if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16161 include_string_h="#include <string.h>" 16524 include_string_h="#include <cstring>"
16162else 16525else
16163 include_string_h="/* #include <string.h> */" 16526 include_string_h="/* #include <cstring> */"
16164fi 16527fi
16165if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16528if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16166 include_fcntl_h="#include <fcntl.h>" 16529 include_fcntl_h="#include <fcntl.h>"
16167else 16530else
16168 include_fcntl_h="/* #include <fcntl.h> */" 16531 include_fcntl_h="/* #include <fcntl.h> */"
16240 grep -v '^ *+' conftest.er1 >conftest.err 16603 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1 16604 rm -f conftest.er1
16242 cat conftest.err >&5 16605 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && 16607 (exit $ac_status); } &&
16245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16608 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5 16610 (eval $ac_try) 2>&5
16248 ac_status=$? 16611 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; } && 16613 (exit $ac_status); }; } &&
16283 rm -f conftest.er1 16646 rm -f conftest.er1
16284 cat conftest.err >&5 16647 cat conftest.err >&5
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); } >/dev/null; then 16649 (exit $ac_status); } >/dev/null; then
16287 if test -s conftest.err; then 16650 if test -s conftest.err; then
16288 ac_cpp_err=$ac_c_preproc_warn_flag 16651 ac_cpp_err=$ac_cxx_preproc_warn_flag
16289 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 16652 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16290 else 16653 else
16291 ac_cpp_err= 16654 ac_cpp_err=
16292 fi 16655 fi
16293else 16656else
16294 ac_cpp_err=yes 16657 ac_cpp_err=yes
16304rm -f conftest.err conftest.$ac_ext 16667rm -f conftest.err conftest.$ac_ext
16305echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16668echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16306echo "${ECHO_T}$ac_header_preproc" >&6 16669echo "${ECHO_T}$ac_header_preproc" >&6
16307 16670
16308# So? What about this header? 16671# So? What about this header?
16309case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16672case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16310 yes:no: ) 16673 yes:no: )
16311 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16674 { 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;} 16675echo "$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 16676 { 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;} 16677echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16396 grep -v '^ *+' conftest.er1 >conftest.err 16759 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1 16760 rm -f conftest.er1
16398 cat conftest.err >&5 16761 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && 16763 (exit $ac_status); } &&
16401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16764 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5 16766 (eval $ac_try) 2>&5
16404 ac_status=$? 16767 ac_status=$?
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; } && 16769 (exit $ac_status); }; } &&
17079s,@CPP@,$CPP,;t t 17442s,@CPP@,$CPP,;t t
17080s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 17443s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17081s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 17444s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17082s,@INSTALL_DATA@,$INSTALL_DATA,;t t 17445s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17083s,@AWK@,$AWK,;t t 17446s,@AWK@,$AWK,;t t
17447s,@LINKER@,$LINKER,;t t
17448s,@CXXCPP@,$CXXCPP,;t t
17084s,@EGREP@,$EGREP,;t t 17449s,@EGREP@,$EGREP,;t t
17085s,@build@,$build,;t t 17450s,@build@,$build,;t t
17086s,@build_cpu@,$build_cpu,;t t 17451s,@build_cpu@,$build_cpu,;t t
17087s,@build_vendor@,$build_vendor,;t t 17452s,@build_vendor@,$build_vendor,;t t
17088s,@build_os@,$build_os,;t t 17453s,@build_os@,$build_os,;t t
17096s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 17461s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17097s,@STRIP@,$STRIP,;t t 17462s,@STRIP@,$STRIP,;t t
17098s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 17463s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17099s,@LIBTOOL@,$LIBTOOL,;t t 17464s,@LIBTOOL@,$LIBTOOL,;t t
17100s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 17465s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17466s,@RXVTNAME@,$RXVTNAME,;t t
17101s,@MV@,$MV,;t t 17467s,@MV@,$MV,;t t
17102s,@RM@,$RM,;t t 17468s,@RM@,$RM,;t t
17103s,@CP@,$CP,;t t 17469s,@CP@,$CP,;t t
17104s,@LN@,$LN,;t t 17470s,@LN@,$LN,;t t
17105s,@SED@,$SED,;t t 17471s,@SED@,$SED,;t t
17119s,@rxvt_intp_define@,$rxvt_intp_define,;t t 17485s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17120s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 17486s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17121s,@DEBUG@,$DEBUG,;t t 17487s,@DEBUG@,$DEBUG,;t t
17122s,@DINCLUDE@,$DINCLUDE,;t t 17488s,@DINCLUDE@,$DINCLUDE,;t t
17123s,@DLIB@,$DLIB,;t t 17489s,@DLIB@,$DLIB,;t t
17124s,@RXVTNAME@,$RXVTNAME,;t t
17125s,@include_stdint_h@,$include_stdint_h,;t t 17490s,@include_stdint_h@,$include_stdint_h,;t t
17126s,@include_stdarg_h@,$include_stdarg_h,;t t 17491s,@include_stdarg_h@,$include_stdarg_h,;t t
17127s,@include_stdlib_h@,$include_stdlib_h,;t t 17492s,@include_stdlib_h@,$include_stdlib_h,;t t
17128s,@include_unistd_h@,$include_unistd_h,;t t 17493s,@include_unistd_h@,$include_unistd_h,;t t
17129s,@include_string_h@,$include_string_h,;t t 17494s,@include_string_h@,$include_string_h,;t t
17635echo "Configuration: 18000echo "Configuration:
17636 18001
17637 Rxvt version: $VERSION : $DATE 18002 Rxvt version: $VERSION : $DATE
17638 Source code location: $srcdir 18003 Source code location: $srcdir
17639 Install path: ${prefix}/bin 18004 Install path: ${prefix}/bin
17640 Compiler: $CC 18005 Compiler: $CXX
17641 Compiler flags: $CFLAGS" 18006 Compiler flags: $CFLAGS
18007 Linker: $LINKER"
17642 18008
17643if test "$MALLOC_TYPE" = S; then 18009if test "$MALLOC_TYPE" = S; then
17644 echo " malloc support: system default" 18010 echo " malloc support: system default"
17645fi 18011fi
17646if test "$MALLOC_TYPE" = G; then 18012if test "$MALLOC_TYPE" = G; then
17657echo " 18023echo "
17658The following are set in config.h 18024The following are set in config.h
17659" 18025"
17660echo " pty/tty type: "$rxvt_cv_ptys 18026echo " pty/tty type: "$rxvt_cv_ptys
17661if test x$support_utmp != xyes; then 18027if test x$support_utmp != xyes; then
17662 echo " utmp support: disabled 18028 echo " utmp support: disabled"
17663" 18029 echo
17664else 18030else
17665 echo " utmp support: enabled 18031 echo " utmp support: enabled
17666 utmp file: $rxvt_cv_path_utmp 18032 utmp file: $rxvt_cv_path_utmp
17667 utmpx file: $rxvt_cv_path_utmpx 18033 utmpx file: $rxvt_cv_path_utmpx
17668 wtmp file: $rxvt_cv_path_wtmp 18034 wtmp file: $rxvt_cv_path_wtmp
17669 wtmpx file: $rxvt_cv_path_wtmpx 18035 wtmpx file: $rxvt_cv_path_wtmpx
17670 lastlog file: $rxvt_cv_path_lastlog 18036 lastlog file: $rxvt_cv_path_lastlog
17671 ttys/ttytab file: $rxvt_cv_path_ttytab 18037 ttys/ttytab file: $rxvt_cv_path_ttytab"
17672" 18038 echo
17673fi 18039fi
17674if test x$term != x; then 18040if test x$term != x; then
17675 echo " set TERM to: $term 18041 echo " set TERM to: $term"
17676"
17677fi 18042fi
17678if test x$terminfo != x; then 18043if test x$terminfo != x; then
17679 echo " set TERMINFO to: $terminfo 18044 echo " set TERMINFO to: $terminfo"
17680"
17681fi 18045fi
18046echo " default resource name: $RESNAME"
18047echo " resource class: $RESCLASS"
18048if test x$RESFALLBACK != x; then
18049 echo " resource class fallback: $RESFALLBACK"
18050fi
18051echo
17682if test x$rxvt_cv_ptys = xUNKNOWN; then 18052if test x$rxvt_cv_ptys = xUNKNOWN; then
17683 echo ".----------------------------------------------------------------." 18053 echo ".----------------------------------------------------------------."
17684 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18054 echo ". WARNING: could not determine pty/tty type. Do not build until ."
17685 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18055 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
17686 echo ".----------------------------------------------------------------." 18056 echo ".----------------------------------------------------------------."
17700 echo ". WARNING: --enable-xim was specified however the locale support ." 18070 echo ". WARNING: --enable-xim was specified however the locale support ."
17701 echo ". functions could not be found. ." 18071 echo ". functions could not be found. ."
17702 echo ". XIM is now being DISABLED! ." 18072 echo ". XIM is now being DISABLED! ."
17703 echo ".----------------------------------------------------------------." 18073 echo ".----------------------------------------------------------------."
17704fi 18074fi
18075
17705echo " *** Please check src/feature.h for further options *** 18076echo " *** Please check src/feature.h for further options ***"
17706" 18077echo
18078
18079echo ".----------------------------------------------------------------."
18080echo ". NOTE: most features are disabled by default, try ."
18081echo ". configure --help to get an idea of the optional features ."
18082echo ".----------------------------------------------------------------."
18083echo
18084

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines