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.20 by pcg, Sun Mar 14 17:50:40 2004 UTC

465#endif 465#endif
466#if HAVE_UNISTD_H 466#if HAVE_UNISTD_H
467# include <unistd.h> 467# include <unistd.h>
468#endif" 468#endif"
469 469
470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB RXVTNAME include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS' 470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
471ac_subst_files='MCOMMON' 471ac_subst_files='MCOMMON'
472 472
473# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help= 474ac_init_help=
475ac_init_version=false 475ac_init_version=false
934ac_cv_env_CXXFLAGS_value=$CXXFLAGS 934ac_cv_env_CXXFLAGS_value=$CXXFLAGS
935ac_env_CPP_set=${CPP+set} 935ac_env_CPP_set=${CPP+set}
936ac_env_CPP_value=$CPP 936ac_env_CPP_value=$CPP
937ac_cv_env_CPP_set=${CPP+set} 937ac_cv_env_CPP_set=${CPP+set}
938ac_cv_env_CPP_value=$CPP 938ac_cv_env_CPP_value=$CPP
939ac_env_CXXCPP_set=${CXXCPP+set}
940ac_env_CXXCPP_value=$CXXCPP
941ac_cv_env_CXXCPP_set=${CXXCPP+set}
942ac_cv_env_CXXCPP_value=$CXXCPP
939 943
940# 944#
941# Report the --help message. 945# Report the --help message.
942# 946#
943if test "$ac_init_help" = "long"; then 947if test "$ac_init_help" = "long"; then
1021 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1022 --enable-shared=PKGS build shared libraries default=no 1026 --enable-shared=PKGS build shared libraries default=no
1023 --enable-static=PKGS build static libraries default=yes 1027 --enable-static=PKGS build static libraries default=yes
1024 --enable-fast-install=PKGS optimize for fast installation default=yes 1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1025 --disable-libtool-lock avoid locking (might break parallel builds) 1029 --disable-libtool-lock avoid locking (might break parallel builds)
1026 --enable-everything enable standard non-multichoice features: marked * 1030 --enable-everything enable standard non-multichoice features
1027 NOTE: this option is order dependent 1031 NOTE: this option is order dependent
1028 NOTE: automatically enabled with --enable-shared 1032 NOTE: automatically enabled with --enable-shared
1029 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1030 --enable-xft enable xft support on systems that have it 1035 --enable-xft enable xft support on systems that have it
1031 --enable-utmp enable utmp (utmpx) support 1036 --enable-utmp enable utmp (utmpx) support
1032 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1033 --enable-lastlog enable lastlog support (requires --enable-utmp) 1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1034 --enable-xpm-background enable XPM background pixmaps 1039 --enable-xpm-background enable XPM background pixmaps
1035 --enable-transparency enable transparent backgrounds 1040 --enable-transparency enable transparent backgrounds
1043 --enable-ttygid enable tty setting to group named "tty" 1048 --enable-ttygid enable tty setting to group named "tty"
1044 --disable-backspace-key disable handling of the backspace key 1049 --disable-backspace-key disable handling of the backspace key
1045 --disable-delete-key disable handling of the delete key 1050 --disable-delete-key disable handling of the delete key
1046 --disable-resources disable all resource checking 1051 --disable-resources disable all resource checking
1047 --enable-xgetdefault enable resources via X instead of our small version 1052 --enable-xgetdefault enable resources via X instead of our small version
1053 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1048 --enable-strings enable some replacement system functions 1054 --enable-strings enable some replacement system functions
1049 --disable-swapscreen disable swap screen support 1055 --disable-swapscreen disable swap screen support
1050 --enable-frills enable support for rarely used features 1056 --enable-frills enable support for rarely used features
1051 --enable-linespace enable support for linespace 1057 --enable-linespace enable support for linespace
1052 --enable-24bit enable support for using 24bit visuals if available 1058 --enable-24bit enable support for using 24bit visuals if available
1068Optional Packages: 1074Optional Packages:
1069 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1075 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1070 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1076 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1071 --with-gnu-ld assume the C compiler uses GNU ld default=no 1077 --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 1078 --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) 1079 --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) 1080 --with-res-name=NAME use this as default resource name (default: urxvt)
1075 (eucj|sjis|big5|gb|kr|noenc) 1081 --with-res-class=CLASS use this as the resource class (default: URxvt)
1082 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1076 --with-term=NAME set the terminal to NAME (default \"rxvt\") 1083 --with-term=NAME set the terminal to NAME (default: rxvt)
1077 --with-terminfo=PATH set the path to the terminfo tree to PATH 1084 --with-terminfo=PATH set the path to the terminfo tree to PATH
1078 --with-x use the X Window System 1085 --with-x use the X Window System
1079 --with-xpm-includes=DIR use XPM includes in DIR 1086 --with-xpm-includes=DIR use XPM includes in DIR
1080 --with-xpm-library=DIR use XPM library in DIR 1087 --with-xpm-library=DIR use XPM library in DIR
1081 --with-xpm use XPM 1088 --with-xpm use XPM
1088 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1095 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1089 headers in a nonstandard directory <include dir> 1096 headers in a nonstandard directory <include dir>
1090 CXX C++ compiler command 1097 CXX C++ compiler command
1091 CXXFLAGS C++ compiler flags 1098 CXXFLAGS C++ compiler flags
1092 CPP C preprocessor 1099 CPP C preprocessor
1100 CXXCPP C++ preprocessor
1093 1101
1094Use these variables to override the choices made by `configure' or to help 1102Use these variables to override the choices made by `configure' or to help
1095it to find libraries and programs with nonstandard names/locations. 1103it to find libraries and programs with nonstandard names/locations.
1096 1104
1097_ACEOF 1105_ACEOF
3193 3201
3194 test -n "$AWK" && break 3202 test -n "$AWK" && break
3195done 3203done
3196 3204
3197 3205
3206ac_ext=c
3207ac_cpp='$CPP $CPPFLAGS'
3208ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3209ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3210ac_compiler_gnu=$ac_cv_c_compiler_gnu
3211
3212
3213LINKER="$CXX"
3214if test x$GCC = xyes && test x$GXX = xyes; then
3215
3216echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3217echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3218if test "${ac_cv_lib_supcpp_main+set}" = set; then
3219 echo $ECHO_N "(cached) $ECHO_C" >&6
3220else
3221 ac_check_lib_save_LIBS=$LIBS
3222LIBS="-lsupc++ $LIBS"
3223cat >conftest.$ac_ext <<_ACEOF
3224/* confdefs.h. */
3225_ACEOF
3226cat confdefs.h >>conftest.$ac_ext
3227cat >>conftest.$ac_ext <<_ACEOF
3228/* end confdefs.h. */
3229
3230
3231int
3232main ()
3233{
3234main ();
3235 ;
3236 return 0;
3237}
3238_ACEOF
3239rm -f conftest.$ac_objext conftest$ac_exeext
3240if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3241 (eval $ac_link) 2>conftest.er1
3242 ac_status=$?
3243 grep -v '^ *+' conftest.er1 >conftest.err
3244 rm -f conftest.er1
3245 cat conftest.err >&5
3246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3247 (exit $ac_status); } &&
3248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3250 (eval $ac_try) 2>&5
3251 ac_status=$?
3252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3253 (exit $ac_status); }; } &&
3254 { ac_try='test -s conftest$ac_exeext'
3255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3256 (eval $ac_try) 2>&5
3257 ac_status=$?
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); }; }; then
3260 ac_cv_lib_supcpp_main=yes
3261else
3262 echo "$as_me: failed program was:" >&5
3263sed 's/^/| /' conftest.$ac_ext >&5
3264
3265ac_cv_lib_supcpp_main=no
3266fi
3267rm -f conftest.err conftest.$ac_objext \
3268 conftest$ac_exeext conftest.$ac_ext
3269LIBS=$ac_check_lib_save_LIBS
3270fi
3271echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3272echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3273if test $ac_cv_lib_supcpp_main = yes; then
3274
3275 LINKER="$CC"
3276 LIBS="$LIBS -lsupc++"
3277
3278fi
3279
3280fi
3281LINKER=$LINKER
3282
3283
3284CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3285
3286if test x$GXX = xyes; then
3287 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3288fi
3289
3290ac_ext=cc
3291ac_cpp='$CXXCPP $CPPFLAGS'
3292ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3293ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3294ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3295
3296
3297
3298ac_ext=cc
3299ac_cpp='$CXXCPP $CPPFLAGS'
3300ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3301ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3302ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3303echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3304echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3305if test -z "$CXXCPP"; then
3306 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3307 echo $ECHO_N "(cached) $ECHO_C" >&6
3308else
3309 # Double quotes because CXXCPP needs to be expanded
3310 for CXXCPP in "$CXX -E" "/lib/cpp"
3311 do
3312 ac_preproc_ok=false
3313for ac_cxx_preproc_warn_flag in '' yes
3314do
3315 # Use a header file that comes with gcc, so configuring glibc
3316 # with a fresh cross-compiler works.
3317 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3318 # <limits.h> exists even on freestanding compilers.
3319 # On the NeXT, cc -E runs the code through the compiler's parser,
3320 # not just through cpp. "Syntax error" is here to catch this case.
3321 cat >conftest.$ac_ext <<_ACEOF
3322/* confdefs.h. */
3323_ACEOF
3324cat confdefs.h >>conftest.$ac_ext
3325cat >>conftest.$ac_ext <<_ACEOF
3326/* end confdefs.h. */
3327#ifdef __STDC__
3328# include <limits.h>
3329#else
3330# include <assert.h>
3331#endif
3332 Syntax error
3333_ACEOF
3334if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3335 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3336 ac_status=$?
3337 grep -v '^ *+' conftest.er1 >conftest.err
3338 rm -f conftest.er1
3339 cat conftest.err >&5
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); } >/dev/null; then
3342 if test -s conftest.err; then
3343 ac_cpp_err=$ac_cxx_preproc_warn_flag
3344 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3345 else
3346 ac_cpp_err=
3347 fi
3348else
3349 ac_cpp_err=yes
3350fi
3351if test -z "$ac_cpp_err"; then
3352 :
3353else
3354 echo "$as_me: failed program was:" >&5
3355sed 's/^/| /' conftest.$ac_ext >&5
3356
3357 # Broken: fails on valid input.
3358continue
3359fi
3360rm -f conftest.err conftest.$ac_ext
3361
3362 # OK, works on sane cases. Now check whether non-existent headers
3363 # can be detected and how.
3364 cat >conftest.$ac_ext <<_ACEOF
3365/* confdefs.h. */
3366_ACEOF
3367cat confdefs.h >>conftest.$ac_ext
3368cat >>conftest.$ac_ext <<_ACEOF
3369/* end confdefs.h. */
3370#include <ac_nonexistent.h>
3371_ACEOF
3372if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3373 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3374 ac_status=$?
3375 grep -v '^ *+' conftest.er1 >conftest.err
3376 rm -f conftest.er1
3377 cat conftest.err >&5
3378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3379 (exit $ac_status); } >/dev/null; then
3380 if test -s conftest.err; then
3381 ac_cpp_err=$ac_cxx_preproc_warn_flag
3382 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3383 else
3384 ac_cpp_err=
3385 fi
3386else
3387 ac_cpp_err=yes
3388fi
3389if test -z "$ac_cpp_err"; then
3390 # Broken: success on invalid input.
3391continue
3392else
3393 echo "$as_me: failed program was:" >&5
3394sed 's/^/| /' conftest.$ac_ext >&5
3395
3396 # Passes both tests.
3397ac_preproc_ok=:
3398break
3399fi
3400rm -f conftest.err conftest.$ac_ext
3401
3402done
3403# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3404rm -f conftest.err conftest.$ac_ext
3405if $ac_preproc_ok; then
3406 break
3407fi
3408
3409 done
3410 ac_cv_prog_CXXCPP=$CXXCPP
3411
3412fi
3413 CXXCPP=$ac_cv_prog_CXXCPP
3414else
3415 ac_cv_prog_CXXCPP=$CXXCPP
3416fi
3417echo "$as_me:$LINENO: result: $CXXCPP" >&5
3418echo "${ECHO_T}$CXXCPP" >&6
3419ac_preproc_ok=false
3420for ac_cxx_preproc_warn_flag in '' yes
3421do
3422 # Use a header file that comes with gcc, so configuring glibc
3423 # with a fresh cross-compiler works.
3424 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3425 # <limits.h> exists even on freestanding compilers.
3426 # On the NeXT, cc -E runs the code through the compiler's parser,
3427 # not just through cpp. "Syntax error" is here to catch this case.
3428 cat >conftest.$ac_ext <<_ACEOF
3429/* confdefs.h. */
3430_ACEOF
3431cat confdefs.h >>conftest.$ac_ext
3432cat >>conftest.$ac_ext <<_ACEOF
3433/* end confdefs.h. */
3434#ifdef __STDC__
3435# include <limits.h>
3436#else
3437# include <assert.h>
3438#endif
3439 Syntax error
3440_ACEOF
3441if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3442 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3443 ac_status=$?
3444 grep -v '^ *+' conftest.er1 >conftest.err
3445 rm -f conftest.er1
3446 cat conftest.err >&5
3447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3448 (exit $ac_status); } >/dev/null; then
3449 if test -s conftest.err; then
3450 ac_cpp_err=$ac_cxx_preproc_warn_flag
3451 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3452 else
3453 ac_cpp_err=
3454 fi
3455else
3456 ac_cpp_err=yes
3457fi
3458if test -z "$ac_cpp_err"; then
3459 :
3460else
3461 echo "$as_me: failed program was:" >&5
3462sed 's/^/| /' conftest.$ac_ext >&5
3463
3464 # Broken: fails on valid input.
3465continue
3466fi
3467rm -f conftest.err conftest.$ac_ext
3468
3469 # OK, works on sane cases. Now check whether non-existent headers
3470 # can be detected and how.
3471 cat >conftest.$ac_ext <<_ACEOF
3472/* confdefs.h. */
3473_ACEOF
3474cat confdefs.h >>conftest.$ac_ext
3475cat >>conftest.$ac_ext <<_ACEOF
3476/* end confdefs.h. */
3477#include <ac_nonexistent.h>
3478_ACEOF
3479if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3480 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3481 ac_status=$?
3482 grep -v '^ *+' conftest.er1 >conftest.err
3483 rm -f conftest.er1
3484 cat conftest.err >&5
3485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3486 (exit $ac_status); } >/dev/null; then
3487 if test -s conftest.err; then
3488 ac_cpp_err=$ac_cxx_preproc_warn_flag
3489 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3490 else
3491 ac_cpp_err=
3492 fi
3493else
3494 ac_cpp_err=yes
3495fi
3496if test -z "$ac_cpp_err"; then
3497 # Broken: success on invalid input.
3498continue
3499else
3500 echo "$as_me: failed program was:" >&5
3501sed 's/^/| /' conftest.$ac_ext >&5
3502
3503 # Passes both tests.
3504ac_preproc_ok=:
3505break
3506fi
3507rm -f conftest.err conftest.$ac_ext
3508
3509done
3510# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3511rm -f conftest.err conftest.$ac_ext
3512if $ac_preproc_ok; then
3513 :
3514else
3515 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3516See \`config.log' for more details." >&5
3517echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3518See \`config.log' for more details." >&2;}
3519 { (exit 1); exit 1; }; }
3520fi
3521
3522ac_ext=cc
3523ac_cpp='$CXXCPP $CPPFLAGS'
3524ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3525ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3526ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198 3527
3199 3528
3200echo "$as_me:$LINENO: checking for egrep" >&5 3529echo "$as_me:$LINENO: checking for egrep" >&5
3201echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3530echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3202if test "${ac_cv_prog_egrep+set}" = set; then 3531if test "${ac_cv_prog_egrep+set}" = set; then
3277 grep -v '^ *+' conftest.er1 >conftest.err 3606 grep -v '^ *+' conftest.er1 >conftest.err
3278 rm -f conftest.er1 3607 rm -f conftest.er1
3279 cat conftest.err >&5 3608 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3610 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3611 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3613 (eval $ac_try) 2>&5
3285 ac_status=$? 3614 ac_status=$?
3286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287 (exit $ac_status); }; } && 3616 (exit $ac_status); }; } &&
3331 grep -v '^ *+' conftest.er1 >conftest.err 3660 grep -v '^ *+' conftest.er1 >conftest.err
3332 rm -f conftest.er1 3661 rm -f conftest.er1
3333 cat conftest.err >&5 3662 cat conftest.err >&5
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); } && 3664 (exit $ac_status); } &&
3336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3665 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5 3667 (eval $ac_try) 2>&5
3339 ac_status=$? 3668 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } && 3670 (exit $ac_status); }; } &&
4035 grep -v '^ *+' conftest.er1 >conftest.err 4364 grep -v '^ *+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4365 rm -f conftest.er1
4037 cat conftest.err >&5 4366 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); } && 4368 (exit $ac_status); } &&
4040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4369 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5 4371 (eval $ac_try) 2>&5
4043 ac_status=$? 4372 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } && 4374 (exit $ac_status); }; } &&
4205 grep -v '^ *+' conftest.er1 >conftest.err 4534 grep -v '^ *+' conftest.er1 >conftest.err
4206 rm -f conftest.er1 4535 rm -f conftest.er1
4207 cat conftest.err >&5 4536 cat conftest.err >&5
4208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209 (exit $ac_status); } && 4538 (exit $ac_status); } &&
4210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4539 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4212 (eval $ac_try) 2>&5 4541 (eval $ac_try) 2>&5
4213 ac_status=$? 4542 ac_status=$?
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } && 4544 (exit $ac_status); }; } &&
4272 grep -v '^ *+' conftest.er1 >conftest.err 4601 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1 4602 rm -f conftest.er1
4274 cat conftest.err >&5 4603 cat conftest.err >&5
4275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && 4605 (exit $ac_status); } &&
4277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4606 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4279 (eval $ac_try) 2>&5 4608 (eval $ac_try) 2>&5
4280 ac_status=$? 4609 ac_status=$?
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); }; } && 4611 (exit $ac_status); }; } &&
4315 rm -f conftest.er1 4644 rm -f conftest.er1
4316 cat conftest.err >&5 4645 cat conftest.err >&5
4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318 (exit $ac_status); } >/dev/null; then 4647 (exit $ac_status); } >/dev/null; then
4319 if test -s conftest.err; then 4648 if test -s conftest.err; then
4320 ac_cpp_err=$ac_c_preproc_warn_flag 4649 ac_cpp_err=$ac_cxx_preproc_warn_flag
4321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4650 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4322 else 4651 else
4323 ac_cpp_err= 4652 ac_cpp_err=
4324 fi 4653 fi
4325else 4654else
4326 ac_cpp_err=yes 4655 ac_cpp_err=yes
4336rm -f conftest.err conftest.$ac_ext 4665rm -f conftest.err conftest.$ac_ext
4337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4666echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4338echo "${ECHO_T}$ac_header_preproc" >&6 4667echo "${ECHO_T}$ac_header_preproc" >&6
4339 4668
4340# So? What about this header? 4669# So? What about this header?
4341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4670case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4342 yes:no: ) 4671 yes:no: )
4343 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4672 { 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;} 4673echo "$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 4674 { 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;} 4675echo "$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 5035# Some flags need to be propagated to the compiler or linker for good
4707# libtool support. 5036# libtool support.
4708case "$host" in 5037case "$host" in
4709*-*-irix6*) 5038*-*-irix6*)
4710 # Find out which ABI we are using. 5039 # Find out which ABI we are using.
4711 echo '#line 4711 "configure"' > conftest.$ac_ext 5040 echo '#line 5040 "configure"' > conftest.$ac_ext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713 (eval $ac_compile) 2>&5 5042 (eval $ac_compile) 2>&5
4714 ac_status=$? 5043 ac_status=$?
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); }; then 5045 (exit $ac_status); }; then
4789 5118
4790lt_cv_cc_needs_belf=no 5119lt_cv_cc_needs_belf=no
4791fi 5120fi
4792rm -f conftest.err conftest.$ac_objext \ 5121rm -f conftest.err conftest.$ac_objext \
4793 conftest$ac_exeext conftest.$ac_ext 5122 conftest$ac_exeext conftest.$ac_ext
4794 ac_ext=c 5123 ac_ext=cc
4795ac_cpp='$CPP $CPPFLAGS' 5124ac_cpp='$CXXCPP $CPPFLAGS'
4796ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5125ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5126ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798ac_compiler_gnu=$ac_cv_c_compiler_gnu 5127ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 5128
4800fi 5129fi
4801echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5130echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4802echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 5131echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4803 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5132 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5098 grep -v '^ *+' conftest.er1 >conftest.err 5427 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5428 rm -f conftest.er1
5100 cat conftest.err >&5 5429 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5431 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5432 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5 5434 (eval $ac_try) 2>&5
5106 ac_status=$? 5435 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } && 5437 (exit $ac_status); }; } &&
5198 grep -v '^ *+' conftest.er1 >conftest.err 5527 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1 5528 rm -f conftest.er1
5200 cat conftest.err >&5 5529 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } && 5531 (exit $ac_status); } &&
5203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5532 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205 (eval $ac_try) 2>&5 5534 (eval $ac_try) 2>&5
5206 ac_status=$? 5535 ac_status=$?
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; } && 5537 (exit $ac_status); }; } &&
5257# builds. 5586# builds.
5258chmod -w . 5587chmod -w .
5259save_CFLAGS="$CFLAGS" 5588save_CFLAGS="$CFLAGS"
5260CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5589CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5261compiler_c_o=no 5590compiler_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 5591if { (eval echo configure:5591: \"$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 5592 # The compiler can only warn and ignore the option if not recognized
5264 # So say no if there are warnings 5593 # So say no if there are warnings
5265 if test -s out/conftest.err; then 5594 if test -s out/conftest.err; then
5266 compiler_c_o=no 5595 compiler_c_o=no
5267 else 5596 else
5311 grep -v '^ *+' conftest.er1 >conftest.err 5640 grep -v '^ *+' conftest.er1 >conftest.err
5312 rm -f conftest.er1 5641 rm -f conftest.er1
5313 cat conftest.err >&5 5642 cat conftest.err >&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } && 5644 (exit $ac_status); } &&
5316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5645 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 (eval $ac_try) 2>&5 5647 (eval $ac_try) 2>&5
5319 ac_status=$? 5648 ac_status=$?
5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5321 (exit $ac_status); }; } && 5650 (exit $ac_status); }; } &&
5407 grep -v '^ *+' conftest.er1 >conftest.err 5736 grep -v '^ *+' conftest.er1 >conftest.err
5408 rm -f conftest.er1 5737 rm -f conftest.er1
5409 cat conftest.err >&5 5738 cat conftest.err >&5
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); } && 5740 (exit $ac_status); } &&
5412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5741 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5414 (eval $ac_try) 2>&5 5743 (eval $ac_try) 2>&5
5415 ac_status=$? 5744 ac_status=$?
5416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417 (exit $ac_status); }; } && 5746 (exit $ac_status); }; } &&
6485 grep -v '^ *+' conftest.er1 >conftest.err 6814 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1 6815 rm -f conftest.er1
6487 cat conftest.err >&5 6816 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } && 6818 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6819 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5 6821 (eval $ac_try) 2>&5
6493 ac_status=$? 6822 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } && 6824 (exit $ac_status); }; } &&
6578 grep -v '^ *+' conftest.er1 >conftest.err 6907 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1 6908 rm -f conftest.er1
6580 cat conftest.err >&5 6909 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && 6911 (exit $ac_status); } &&
6583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6912 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6585 (eval $ac_try) 2>&5 6914 (eval $ac_try) 2>&5
6586 ac_status=$? 6915 ac_status=$?
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); }; } && 6917 (exit $ac_status); }; } &&
6670 grep -v '^ *+' conftest.er1 >conftest.err 6999 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1 7000 rm -f conftest.er1
6672 cat conftest.err >&5 7001 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 7003 (exit $ac_status); } &&
6675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7004 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 7006 (eval $ac_try) 2>&5
6678 ac_status=$? 7007 ac_status=$?
6679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6680 (exit $ac_status); }; } && 7009 (exit $ac_status); }; } &&
6735 grep -v '^ *+' conftest.er1 >conftest.err 7064 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1 7065 rm -f conftest.er1
6737 cat conftest.err >&5 7066 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && 7068 (exit $ac_status); } &&
6740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5 7071 (eval $ac_try) 2>&5
6743 ac_status=$? 7072 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; } && 7074 (exit $ac_status); }; } &&
6801 grep -v '^ *+' conftest.er1 >conftest.err 7130 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 7131 rm -f conftest.er1
6803 cat conftest.err >&5 7132 cat conftest.err >&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && 7134 (exit $ac_status); } &&
6806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7135 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6808 (eval $ac_try) 2>&5 7137 (eval $ac_try) 2>&5
6809 ac_status=$? 7138 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); }; } && 7140 (exit $ac_status); }; } &&
6873 lt_cv_dlopen_self=cross 7202 lt_cv_dlopen_self=cross
6874else 7203else
6875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7204 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6876 lt_status=$lt_dlunknown 7205 lt_status=$lt_dlunknown
6877 cat > conftest.$ac_ext <<EOF 7206 cat > conftest.$ac_ext <<EOF
6878#line 6878 "configure" 7207#line 7207 "configure"
6879#include "confdefs.h" 7208#include "confdefs.h"
6880 7209
6881#if HAVE_DLFCN_H 7210#if HAVE_DLFCN_H
6882#include <dlfcn.h> 7211#include <dlfcn.h>
6883#endif 7212#endif
6971 lt_cv_dlopen_self_static=cross 7300 lt_cv_dlopen_self_static=cross
6972else 7301else
6973 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7302 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6974 lt_status=$lt_dlunknown 7303 lt_status=$lt_dlunknown
6975 cat > conftest.$ac_ext <<EOF 7304 cat > conftest.$ac_ext <<EOF
6976#line 6976 "configure" 7305#line 7305 "configure"
6977#include "confdefs.h" 7306#include "confdefs.h"
6978 7307
6979#if HAVE_DLFCN_H 7308#if HAVE_DLFCN_H
6980#include <dlfcn.h> 7309#include <dlfcn.h>
6981#endif 7310#endif
7724support_scroll_plain=no 8053support_scroll_plain=no
7725support_xim=no 8054support_xim=no
7726support_xpm=no 8055support_xpm=no
7727support_xft=no 8056support_xft=no
7728support_unicode3=no 8057support_unicode3=no
8058support_combining=no
7729codesets= 8059codesets=
7730 8060
7731 8061
7732if test "x$enable_shared" = xyes; then 8062if test "x$enable_shared" = xyes; then
7733 8063
7765 support_wtmp=yes 8095 support_wtmp=yes
7766 support_xim=yes 8096 support_xim=yes
7767 support_xpm=yes 8097 support_xpm=yes
7768 support_xft=yes 8098 support_xft=yes
7769 support_unicode3=yes 8099 support_unicode3=yes
8100 support_combining=yes
7770 codesets=all 8101 codesets=all
7771 fi 8102 fi
7772fi; 8103fi;
7773 8104
7774# Check whether --enable-unicode3 or --disable-unicode3 was given. 8105# Check whether --enable-unicode3 or --disable-unicode3 was given.
7775if test "${enable_unicode3+set}" = set; then 8106if test "${enable_unicode3+set}" = set; then
7776 enableval="$enable_unicode3" 8107 enableval="$enable_unicode3"
7777 if test x$enableval = xyes; then 8108 if test x$enableval = xyes -o x$enableval = xno; then
7778 support_unicode3=yes 8109 support_unicode3=yes
7779 fi 8110 fi
7780fi; 8111fi;
7781 8112
8113# Check whether --enable-combining or --disable-combining was given.
8114if test "${enable_combining+set}" = set; then
8115 enableval="$enable_combining"
8116 if test x$enableval = xyes -o x$enableval = xno; then
8117 support_combining=yes
8118 fi
8119fi;
8120
7782# Check whether --enable-xft or --disable-xft was given. 8121# Check whether --enable-xft or --disable-xft was given.
7783if test "${enable_xft+set}" = set; then 8122if test "${enable_xft+set}" = set; then
7784 enableval="$enable_xft" 8123 enableval="$enable_xft"
7785 if test x$enableval = xyes; then 8124 if test x$enableval = xyes -o x$enableval = xno; then
7786 support_xft=yes 8125 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 8126 fi
7811fi; 8127fi;
7812 8128
7813# Check whether --enable-utmp or --disable-utmp was given. 8129# Check whether --enable-utmp or --disable-utmp was given.
7814if test "${enable_utmp+set}" = set; then 8130if test "${enable_utmp+set}" = set; then
7900_ACEOF 8216_ACEOF
7901 8217
7902 fi 8218 fi
7903fi; 8219fi;
7904 8220
8221
8222# Check whether --with-codesets or --without-codesets was given.
8223if test "${with_codesets+set}" = set; then
8224 withval="$with_codesets"
8225 codesets="$withval"
8226fi;
8227
7905# Check whether --enable-xim or --disable-xim was given. 8228# Check whether --enable-xim or --disable-xim was given.
7906if test "${enable_xim+set}" = set; then 8229if test "${enable_xim+set}" = set; then
7907 enableval="$enable_xim" 8230 enableval="$enable_xim"
7908 if test x$enableval = xyes -o x$enableval = xno; then 8231 if test x$enableval = xyes -o x$enableval = xno; then
7909 support_xim=$enableval 8232 support_xim=$enableval
7967#define USE_XGETDEFAULT 1 8290#define USE_XGETDEFAULT 1
7968_ACEOF 8291_ACEOF
7969 8292
7970 fi 8293 fi
7971fi; 8294fi;
8295
8296RESFALLBACK=Rxvt
8297# Check whether --enable-fallback or --disable-fallback was given.
8298if test "${enable_fallback+set}" = set; then
8299 enableval="$enable_fallback"
8300
8301 test x$enableval = xyes && enableval=Rxvt
8302 test x$enableval = xno && enableval=
8303 RESFALLBACK="$enableval"
8304
8305fi;
8306
8307if test x$RESFALLBACK != x; then
8308
8309cat >>confdefs.h <<_ACEOF
8310#define RESFALLBACK "$RESFALLBACK"
8311_ACEOF
8312
8313fi
8314
8315RESNAME=urxvt
8316
8317# Check whether --with-res-name or --without-res-name was given.
8318if test "${with_res_name+set}" = set; then
8319 withval="$with_res_name"
8320 RESNAME="$withval"
8321fi;
8322
8323cat >>confdefs.h <<_ACEOF
8324#define RESNAME "$RESNAME"
8325_ACEOF
8326
8327
8328RESCLASS=URxvt
8329
8330# Check whether --with-res-class or --without-res-class was given.
8331if test "${with_res_class+set}" = set; then
8332 withval="$with_res_class"
8333 RESCLASS="$withval"
8334fi;
8335
8336cat >>confdefs.h <<_ACEOF
8337#define RESCLASS "$RESCLASS"
8338_ACEOF
8339
8340
8341RXVTNAME=urxvt
8342
8343# Check whether --with-name or --without-name was given.
8344if test "${with_name+set}" = set; then
8345 withval="$with_name"
8346 RXVTNAME="$withval"
8347fi;
8348
8349RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8350
7972 8351
7973# Check whether --enable-strings or --disable-strings was given. 8352# Check whether --enable-strings or --disable-strings was given.
7974if test "${enable_strings+set}" = set; then 8353if test "${enable_strings+set}" = set; then
7975 enableval="$enable_strings" 8354 enableval="$enable_strings"
7976 if test x$enableval = xyes -o x$enableval = xno; then 8355 if test x$enableval = xyes -o x$enableval = xno; then
8610 rm -f conftest.er1 8989 rm -f conftest.er1
8611 cat conftest.err >&5 8990 cat conftest.err >&5
8612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } >/dev/null; then 8992 (exit $ac_status); } >/dev/null; then
8614 if test -s conftest.err; then 8993 if test -s conftest.err; then
8615 ac_cpp_err=$ac_c_preproc_warn_flag 8994 ac_cpp_err=$ac_cxx_preproc_warn_flag
8616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8995 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8617 else 8996 else
8618 ac_cpp_err= 8997 ac_cpp_err=
8619 fi 8998 fi
8620else 8999else
8621 ac_cpp_err=yes 9000 ac_cpp_err=yes
8665 grep -v '^ *+' conftest.er1 >conftest.err 9044 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1 9045 rm -f conftest.er1
8667 cat conftest.err >&5 9046 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && 9048 (exit $ac_status); } &&
8670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9049 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8672 (eval $ac_try) 2>&5 9051 (eval $ac_try) 2>&5
8673 ac_status=$? 9052 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }; } && 9054 (exit $ac_status); }; } &&
8776 grep -v '^ *+' conftest.er1 >conftest.err 9155 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1 9156 rm -f conftest.er1
8778 cat conftest.err >&5 9157 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && 9159 (exit $ac_status); } &&
8781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8783 (eval $ac_try) 2>&5 9162 (eval $ac_try) 2>&5
8784 ac_status=$? 9163 ac_status=$?
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); }; } && 9165 (exit $ac_status); }; } &&
8827 grep -v '^ *+' conftest.er1 >conftest.err 9206 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9207 rm -f conftest.er1
8829 cat conftest.err >&5 9208 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && 9210 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9211 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 9213 (eval $ac_try) 2>&5
8835 ac_status=$? 9214 ac_status=$?
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); }; } && 9216 (exit $ac_status); }; } &&
8903 grep -v '^ *+' conftest.er1 >conftest.err 9282 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1 9283 rm -f conftest.er1
8905 cat conftest.err >&5 9284 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && 9286 (exit $ac_status); } &&
8908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9287 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910 (eval $ac_try) 2>&5 9289 (eval $ac_try) 2>&5
8911 ac_status=$? 9290 ac_status=$?
8912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913 (exit $ac_status); }; } && 9292 (exit $ac_status); }; } &&
8958 grep -v '^ *+' conftest.er1 >conftest.err 9337 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1 9338 rm -f conftest.er1
8960 cat conftest.err >&5 9339 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && 9341 (exit $ac_status); } &&
8963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9342 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8965 (eval $ac_try) 2>&5 9344 (eval $ac_try) 2>&5
8966 ac_status=$? 9345 ac_status=$?
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } && 9347 (exit $ac_status); }; } &&
9026 grep -v '^ *+' conftest.er1 >conftest.err 9405 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1 9406 rm -f conftest.er1
9028 cat conftest.err >&5 9407 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && 9409 (exit $ac_status); } &&
9031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9410 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9033 (eval $ac_try) 2>&5 9412 (eval $ac_try) 2>&5
9034 ac_status=$? 9413 ac_status=$?
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } && 9415 (exit $ac_status); }; } &&
9134 grep -v '^ *+' conftest.er1 >conftest.err 9513 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1 9514 rm -f conftest.er1
9136 cat conftest.err >&5 9515 cat conftest.err >&5
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && 9517 (exit $ac_status); } &&
9139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9518 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5 9520 (eval $ac_try) 2>&5
9142 ac_status=$? 9521 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; } && 9523 (exit $ac_status); }; } &&
9198 grep -v '^ *+' conftest.er1 >conftest.err 9577 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1 9578 rm -f conftest.er1
9200 cat conftest.err >&5 9579 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && 9581 (exit $ac_status); } &&
9203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9582 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5 9584 (eval $ac_try) 2>&5
9206 ac_status=$? 9585 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } && 9587 (exit $ac_status); }; } &&
9266 grep -v '^ *+' conftest.er1 >conftest.err 9645 grep -v '^ *+' conftest.er1 >conftest.err
9267 rm -f conftest.er1 9646 rm -f conftest.er1
9268 cat conftest.err >&5 9647 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 9649 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9650 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 9652 (eval $ac_try) 2>&5
9274 ac_status=$? 9653 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } && 9655 (exit $ac_status); }; } &&
9370 grep -v '^ *+' conftest.er1 >conftest.err 9749 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1 9750 rm -f conftest.er1
9372 cat conftest.err >&5 9751 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9753 (exit $ac_status); } &&
9375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9754 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9756 (eval $ac_try) 2>&5
9378 ac_status=$? 9757 ac_status=$?
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); }; } && 9759 (exit $ac_status); }; } &&
9434 grep -v '^ *+' conftest.er1 >conftest.err 9813 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 9814 rm -f conftest.er1
9436 cat conftest.err >&5 9815 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && 9817 (exit $ac_status); } &&
9439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9818 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9441 (eval $ac_try) 2>&5 9820 (eval $ac_try) 2>&5
9442 ac_status=$? 9821 ac_status=$?
9443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); }; } && 9823 (exit $ac_status); }; } &&
9531 grep -v '^ *+' conftest.er1 >conftest.err 9910 grep -v '^ *+' conftest.er1 >conftest.err
9532 rm -f conftest.er1 9911 rm -f conftest.er1
9533 cat conftest.err >&5 9912 cat conftest.err >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 9914 (exit $ac_status); } &&
9536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9915 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 9917 (eval $ac_try) 2>&5
9539 ac_status=$? 9918 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; } && 9920 (exit $ac_status); }; } &&
9595 grep -v '^ *+' conftest.er1 >conftest.err 9974 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1 9975 rm -f conftest.er1
9597 cat conftest.err >&5 9976 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && 9978 (exit $ac_status); } &&
9600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9979 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9602 (eval $ac_try) 2>&5 9981 (eval $ac_try) 2>&5
9603 ac_status=$? 9982 ac_status=$?
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } && 9984 (exit $ac_status); }; } &&
9692 grep -v '^ *+' conftest.er1 >conftest.err 10071 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1 10072 rm -f conftest.er1
9694 cat conftest.err >&5 10073 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && 10075 (exit $ac_status); } &&
9697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10076 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 (eval $ac_try) 2>&5 10078 (eval $ac_try) 2>&5
9700 ac_status=$? 10079 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); }; } && 10081 (exit $ac_status); }; } &&
9756 grep -v '^ *+' conftest.er1 >conftest.err 10135 grep -v '^ *+' conftest.er1 >conftest.err
9757 rm -f conftest.er1 10136 rm -f conftest.er1
9758 cat conftest.err >&5 10137 cat conftest.err >&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } && 10139 (exit $ac_status); } &&
9761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10140 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 (eval $ac_try) 2>&5 10142 (eval $ac_try) 2>&5
9764 ac_status=$? 10143 ac_status=$?
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } && 10145 (exit $ac_status); }; } &&
9835 grep -v '^ *+' conftest.er1 >conftest.err 10214 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1 10215 rm -f conftest.er1
9837 cat conftest.err >&5 10216 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && 10218 (exit $ac_status); } &&
9840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10219 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5 10221 (eval $ac_try) 2>&5
9843 ac_status=$? 10222 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } && 10224 (exit $ac_status); }; } &&
9951 rm -f conftest.er1 10330 rm -f conftest.er1
9952 cat conftest.err >&5 10331 cat conftest.err >&5
9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } >/dev/null; then 10333 (exit $ac_status); } >/dev/null; then
9955 if test -s conftest.err; then 10334 if test -s conftest.err; then
9956 ac_cpp_err=$ac_c_preproc_warn_flag 10335 ac_cpp_err=$ac_cxx_preproc_warn_flag
9957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10336 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9958 else 10337 else
9959 ac_cpp_err= 10338 ac_cpp_err=
9960 fi 10339 fi
9961else 10340else
9962 ac_cpp_err=yes 10341 ac_cpp_err=yes
10051 grep -v '^ *+' conftest.er1 >conftest.err 10430 grep -v '^ *+' conftest.er1 >conftest.err
10052 rm -f conftest.er1 10431 rm -f conftest.er1
10053 cat conftest.err >&5 10432 cat conftest.err >&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); } && 10434 (exit $ac_status); } &&
10056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10435 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5 10437 (eval $ac_try) 2>&5
10059 ac_status=$? 10438 ac_status=$?
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; } && 10440 (exit $ac_status); }; } &&
10163 rm -f conftest.er1 10542 rm -f conftest.er1
10164 cat conftest.err >&5 10543 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } >/dev/null; then 10545 (exit $ac_status); } >/dev/null; then
10167 if test -s conftest.err; then 10546 if test -s conftest.err; then
10168 ac_cpp_err=$ac_c_preproc_warn_flag 10547 ac_cpp_err=$ac_cxx_preproc_warn_flag
10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10548 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10170 else 10549 else
10171 ac_cpp_err= 10550 ac_cpp_err=
10172 fi 10551 fi
10173else 10552else
10174 ac_cpp_err=yes 10553 ac_cpp_err=yes
10265 grep -v '^ *+' conftest.er1 >conftest.err 10644 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1 10645 rm -f conftest.er1
10267 cat conftest.err >&5 10646 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 10648 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10649 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5 10651 (eval $ac_try) 2>&5
10273 ac_status=$? 10652 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } && 10654 (exit $ac_status); }; } &&
10368 grep -v '^ *+' conftest.er1 >conftest.err 10747 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1 10748 rm -f conftest.er1
10370 cat conftest.err >&5 10749 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } && 10751 (exit $ac_status); } &&
10373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10752 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5 10754 (eval $ac_try) 2>&5
10376 ac_status=$? 10755 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; } && 10757 (exit $ac_status); }; } &&
10411 rm -f conftest.er1 10790 rm -f conftest.er1
10412 cat conftest.err >&5 10791 cat conftest.err >&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } >/dev/null; then 10793 (exit $ac_status); } >/dev/null; then
10415 if test -s conftest.err; then 10794 if test -s conftest.err; then
10416 ac_cpp_err=$ac_c_preproc_warn_flag 10795 ac_cpp_err=$ac_cxx_preproc_warn_flag
10417 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10796 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10418 else 10797 else
10419 ac_cpp_err= 10798 ac_cpp_err=
10420 fi 10799 fi
10421else 10800else
10422 ac_cpp_err=yes 10801 ac_cpp_err=yes
10432rm -f conftest.err conftest.$ac_ext 10811rm -f conftest.err conftest.$ac_ext
10433echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10812echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10434echo "${ECHO_T}$ac_header_preproc" >&6 10813echo "${ECHO_T}$ac_header_preproc" >&6
10435 10814
10436# So? What about this header? 10815# So? What about this header?
10437case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10816case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10438 yes:no: ) 10817 yes:no: )
10439 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10818 { 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;} 10819echo "$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 10820 { 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;} 10821echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10517 grep -v '^ *+' conftest.er1 >conftest.err 10896 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1 10897 rm -f conftest.er1
10519 cat conftest.err >&5 10898 cat conftest.err >&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && 10900 (exit $ac_status); } &&
10522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10901 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 (eval $ac_try) 2>&5 10903 (eval $ac_try) 2>&5
10525 ac_status=$? 10904 ac_status=$?
10526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10527 (exit $ac_status); }; } && 10906 (exit $ac_status); }; } &&
10582 grep -v '^ *+' conftest.er1 >conftest.err 10961 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1 10962 rm -f conftest.er1
10584 cat conftest.err >&5 10963 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && 10965 (exit $ac_status); } &&
10587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10966 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5 10968 (eval $ac_try) 2>&5
10590 ac_status=$? 10969 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; } && 10971 (exit $ac_status); }; } &&
10747 grep -v '^ *+' conftest.er1 >conftest.err 11126 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1 11127 rm -f conftest.er1
10749 cat conftest.err >&5 11128 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && 11130 (exit $ac_status); } &&
10752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11131 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5 11133 (eval $ac_try) 2>&5
10755 ac_status=$? 11134 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } && 11136 (exit $ac_status); }; } &&
10856 grep -v '^ *+' conftest.er1 >conftest.err 11235 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1 11236 rm -f conftest.er1
10858 cat conftest.err >&5 11237 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && 11239 (exit $ac_status); } &&
10861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11240 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5 11242 (eval $ac_try) 2>&5
10864 ac_status=$? 11243 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; } && 11245 (exit $ac_status); }; } &&
10916 grep -v '^ *+' conftest.er1 >conftest.err 11295 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1 11296 rm -f conftest.er1
10918 cat conftest.err >&5 11297 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && 11299 (exit $ac_status); } &&
10921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11300 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5 11302 (eval $ac_try) 2>&5
10924 ac_status=$? 11303 ac_status=$?
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } && 11305 (exit $ac_status); }; } &&
10991 grep -v '^ *+' conftest.er1 >conftest.err 11370 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1 11371 rm -f conftest.er1
10993 cat conftest.err >&5 11372 cat conftest.err >&5
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && 11374 (exit $ac_status); } &&
10996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11375 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10998 (eval $ac_try) 2>&5 11377 (eval $ac_try) 2>&5
10999 ac_status=$? 11378 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); }; } && 11380 (exit $ac_status); }; } &&
11056 grep -v '^ *+' conftest.er1 >conftest.err 11435 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1 11436 rm -f conftest.er1
11058 cat conftest.err >&5 11437 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && 11439 (exit $ac_status); } &&
11061 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11440 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11063 (eval $ac_try) 2>&5 11442 (eval $ac_try) 2>&5
11064 ac_status=$? 11443 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }; } && 11445 (exit $ac_status); }; } &&
11161 grep -v '^ *+' conftest.er1 >conftest.err 11540 grep -v '^ *+' conftest.er1 >conftest.err
11162 rm -f conftest.er1 11541 rm -f conftest.er1
11163 cat conftest.err >&5 11542 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } && 11544 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11545 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168 (eval $ac_try) 2>&5 11547 (eval $ac_try) 2>&5
11169 ac_status=$? 11548 ac_status=$?
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); }; } && 11550 (exit $ac_status); }; } &&
11223 grep -v '^ *+' conftest.er1 >conftest.err 11602 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1 11603 rm -f conftest.er1
11225 cat conftest.err >&5 11604 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && 11606 (exit $ac_status); } &&
11228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11607 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11230 (eval $ac_try) 2>&5 11609 (eval $ac_try) 2>&5
11231 ac_status=$? 11610 ac_status=$?
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); }; } && 11612 (exit $ac_status); }; } &&
11263 grep -v '^ *+' conftest.er1 >conftest.err 11642 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1 11643 rm -f conftest.er1
11265 cat conftest.err >&5 11644 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && 11646 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11647 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5 11649 (eval $ac_try) 2>&5
11271 ac_status=$? 11650 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; } && 11652 (exit $ac_status); }; } &&
11319 grep -v '^ *+' conftest.er1 >conftest.err 11698 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1 11699 rm -f conftest.er1
11321 cat conftest.err >&5 11700 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && 11702 (exit $ac_status); } &&
11324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11703 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5 11705 (eval $ac_try) 2>&5
11327 ac_status=$? 11706 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } && 11708 (exit $ac_status); }; } &&
11359 grep -v '^ *+' conftest.er1 >conftest.err 11738 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1 11739 rm -f conftest.er1
11361 cat conftest.err >&5 11740 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && 11742 (exit $ac_status); } &&
11364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11743 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5 11745 (eval $ac_try) 2>&5
11367 ac_status=$? 11746 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } && 11748 (exit $ac_status); }; } &&
11423 grep -v '^ *+' conftest.er1 >conftest.err 11802 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1 11803 rm -f conftest.er1
11425 cat conftest.err >&5 11804 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && 11806 (exit $ac_status); } &&
11428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11807 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11430 (eval $ac_try) 2>&5 11809 (eval $ac_try) 2>&5
11431 ac_status=$? 11810 ac_status=$?
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); }; } && 11812 (exit $ac_status); }; } &&
11454See \`config.log' for more details." >&2;} 11833See \`config.log' for more details." >&2;}
11455 { (exit 1); exit 1; }; } ;; 11834 { (exit 1); exit 1; }; } ;;
11456esac 11835esac
11457else 11836else
11458 if test "$cross_compiling" = yes; then 11837 if test "$cross_compiling" = yes; then
11459 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 11838 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11460See \`config.log' for more details." >&5 11839echo "$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; }; } 11840 { (exit 1); exit 1; }; }
11464else 11841else
11465 cat >conftest.$ac_ext <<_ACEOF 11842 cat >conftest.$ac_ext <<_ACEOF
11466/* confdefs.h. */ 11843/* confdefs.h. */
11467_ACEOF 11844_ACEOF
11569 grep -v '^ *+' conftest.er1 >conftest.err 11946 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1 11947 rm -f conftest.er1
11571 cat conftest.err >&5 11948 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && 11950 (exit $ac_status); } &&
11574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11951 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5 11953 (eval $ac_try) 2>&5
11577 ac_status=$? 11954 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } && 11956 (exit $ac_status); }; } &&
11631 grep -v '^ *+' conftest.er1 >conftest.err 12008 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1 12009 rm -f conftest.er1
11633 cat conftest.err >&5 12010 cat conftest.err >&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && 12012 (exit $ac_status); } &&
11636 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12013 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5 12015 (eval $ac_try) 2>&5
11639 ac_status=$? 12016 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; } && 12018 (exit $ac_status); }; } &&
11671 grep -v '^ *+' conftest.er1 >conftest.err 12048 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1 12049 rm -f conftest.er1
11673 cat conftest.err >&5 12050 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && 12052 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12053 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5 12055 (eval $ac_try) 2>&5
11679 ac_status=$? 12056 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } && 12058 (exit $ac_status); }; } &&
11727 grep -v '^ *+' conftest.er1 >conftest.err 12104 grep -v '^ *+' conftest.er1 >conftest.err
11728 rm -f conftest.er1 12105 rm -f conftest.er1
11729 cat conftest.err >&5 12106 cat conftest.err >&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); } && 12108 (exit $ac_status); } &&
11732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12109 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11734 (eval $ac_try) 2>&5 12111 (eval $ac_try) 2>&5
11735 ac_status=$? 12112 ac_status=$?
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); }; } && 12114 (exit $ac_status); }; } &&
11767 grep -v '^ *+' conftest.er1 >conftest.err 12144 grep -v '^ *+' conftest.er1 >conftest.err
11768 rm -f conftest.er1 12145 rm -f conftest.er1
11769 cat conftest.err >&5 12146 cat conftest.err >&5
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); } && 12148 (exit $ac_status); } &&
11772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12149 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774 (eval $ac_try) 2>&5 12151 (eval $ac_try) 2>&5
11775 ac_status=$? 12152 ac_status=$?
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); }; } && 12154 (exit $ac_status); }; } &&
11831 grep -v '^ *+' conftest.er1 >conftest.err 12208 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1 12209 rm -f conftest.er1
11833 cat conftest.err >&5 12210 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12212 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12213 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12215 (eval $ac_try) 2>&5
11839 ac_status=$? 12216 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } && 12218 (exit $ac_status); }; } &&
11862See \`config.log' for more details." >&2;} 12239See \`config.log' for more details." >&2;}
11863 { (exit 1); exit 1; }; } ;; 12240 { (exit 1); exit 1; }; } ;;
11864esac 12241esac
11865else 12242else
11866 if test "$cross_compiling" = yes; then 12243 if test "$cross_compiling" = yes; then
11867 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12244 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11868See \`config.log' for more details." >&5 12245echo "$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; }; } 12246 { (exit 1); exit 1; }; }
11872else 12247else
11873 cat >conftest.$ac_ext <<_ACEOF 12248 cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 12249/* confdefs.h. */
11875_ACEOF 12250_ACEOF
11977 grep -v '^ *+' conftest.er1 >conftest.err 12352 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1 12353 rm -f conftest.er1
11979 cat conftest.err >&5 12354 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && 12356 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12357 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5 12359 (eval $ac_try) 2>&5
11985 ac_status=$? 12360 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } && 12362 (exit $ac_status); }; } &&
12039 grep -v '^ *+' conftest.er1 >conftest.err 12414 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1 12415 rm -f conftest.er1
12041 cat conftest.err >&5 12416 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && 12418 (exit $ac_status); } &&
12044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12419 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5 12421 (eval $ac_try) 2>&5
12047 ac_status=$? 12422 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; } && 12424 (exit $ac_status); }; } &&
12079 grep -v '^ *+' conftest.er1 >conftest.err 12454 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1 12455 rm -f conftest.er1
12081 cat conftest.err >&5 12456 cat conftest.err >&5
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && 12458 (exit $ac_status); } &&
12084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12459 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5 12461 (eval $ac_try) 2>&5
12087 ac_status=$? 12462 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; } && 12464 (exit $ac_status); }; } &&
12135 grep -v '^ *+' conftest.er1 >conftest.err 12510 grep -v '^ *+' conftest.er1 >conftest.err
12136 rm -f conftest.er1 12511 rm -f conftest.er1
12137 cat conftest.err >&5 12512 cat conftest.err >&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); } && 12514 (exit $ac_status); } &&
12140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12515 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5 12517 (eval $ac_try) 2>&5
12143 ac_status=$? 12518 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; } && 12520 (exit $ac_status); }; } &&
12175 grep -v '^ *+' conftest.er1 >conftest.err 12550 grep -v '^ *+' conftest.er1 >conftest.err
12176 rm -f conftest.er1 12551 rm -f conftest.er1
12177 cat conftest.err >&5 12552 cat conftest.err >&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); } && 12554 (exit $ac_status); } &&
12180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12555 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5 12557 (eval $ac_try) 2>&5
12183 ac_status=$? 12558 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; } && 12560 (exit $ac_status); }; } &&
12239 grep -v '^ *+' conftest.er1 >conftest.err 12614 grep -v '^ *+' conftest.er1 >conftest.err
12240 rm -f conftest.er1 12615 rm -f conftest.er1
12241 cat conftest.err >&5 12616 cat conftest.err >&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } && 12618 (exit $ac_status); } &&
12244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12619 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5 12621 (eval $ac_try) 2>&5
12247 ac_status=$? 12622 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; } && 12624 (exit $ac_status); }; } &&
12270See \`config.log' for more details." >&2;} 12645See \`config.log' for more details." >&2;}
12271 { (exit 1); exit 1; }; } ;; 12646 { (exit 1); exit 1; }; } ;;
12272esac 12647esac
12273else 12648else
12274 if test "$cross_compiling" = yes; then 12649 if test "$cross_compiling" = yes; then
12275 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12650 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12276See \`config.log' for more details." >&5 12651echo "$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; }; } 12652 { (exit 1); exit 1; }; }
12280else 12653else
12281 cat >conftest.$ac_ext <<_ACEOF 12654 cat >conftest.$ac_ext <<_ACEOF
12282/* confdefs.h. */ 12655/* confdefs.h. */
12283_ACEOF 12656_ACEOF
12385 grep -v '^ *+' conftest.er1 >conftest.err 12758 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1 12759 rm -f conftest.er1
12387 cat conftest.err >&5 12760 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12762 (exit $ac_status); } &&
12390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12763 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12765 (eval $ac_try) 2>&5
12393 ac_status=$? 12766 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; } && 12768 (exit $ac_status); }; } &&
12447 grep -v '^ *+' conftest.er1 >conftest.err 12820 grep -v '^ *+' conftest.er1 >conftest.err
12448 rm -f conftest.er1 12821 rm -f conftest.er1
12449 cat conftest.err >&5 12822 cat conftest.err >&5
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); } && 12824 (exit $ac_status); } &&
12452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12825 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5 12827 (eval $ac_try) 2>&5
12455 ac_status=$? 12828 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } && 12830 (exit $ac_status); }; } &&
12487 grep -v '^ *+' conftest.er1 >conftest.err 12860 grep -v '^ *+' conftest.er1 >conftest.err
12488 rm -f conftest.er1 12861 rm -f conftest.er1
12489 cat conftest.err >&5 12862 cat conftest.err >&5
12490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491 (exit $ac_status); } && 12864 (exit $ac_status); } &&
12492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12865 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494 (eval $ac_try) 2>&5 12867 (eval $ac_try) 2>&5
12495 ac_status=$? 12868 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); }; } && 12870 (exit $ac_status); }; } &&
12543 grep -v '^ *+' conftest.er1 >conftest.err 12916 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1 12917 rm -f conftest.er1
12545 cat conftest.err >&5 12918 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && 12920 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12921 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5 12923 (eval $ac_try) 2>&5
12551 ac_status=$? 12924 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } && 12926 (exit $ac_status); }; } &&
12583 grep -v '^ *+' conftest.er1 >conftest.err 12956 grep -v '^ *+' conftest.er1 >conftest.err
12584 rm -f conftest.er1 12957 rm -f conftest.er1
12585 cat conftest.err >&5 12958 cat conftest.err >&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 12960 (exit $ac_status); } &&
12588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12961 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 12963 (eval $ac_try) 2>&5
12591 ac_status=$? 12964 ac_status=$?
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; } && 12966 (exit $ac_status); }; } &&
12647 grep -v '^ *+' conftest.er1 >conftest.err 13020 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1 13021 rm -f conftest.er1
12649 cat conftest.err >&5 13022 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && 13024 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13025 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5 13027 (eval $ac_try) 2>&5
12655 ac_status=$? 13028 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } && 13030 (exit $ac_status); }; } &&
12678See \`config.log' for more details." >&2;} 13051See \`config.log' for more details." >&2;}
12679 { (exit 1); exit 1; }; } ;; 13052 { (exit 1); exit 1; }; } ;;
12680esac 13053esac
12681else 13054else
12682 if test "$cross_compiling" = yes; then 13055 if test "$cross_compiling" = yes; then
12683 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13056 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12684See \`config.log' for more details." >&5 13057echo "$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; }; } 13058 { (exit 1); exit 1; }; }
12688else 13059else
12689 cat >conftest.$ac_ext <<_ACEOF 13060 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */ 13061/* confdefs.h. */
12691_ACEOF 13062_ACEOF
12793 grep -v '^ *+' conftest.er1 >conftest.err 13164 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1 13165 rm -f conftest.er1
12795 cat conftest.err >&5 13166 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } && 13168 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13169 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5 13171 (eval $ac_try) 2>&5
12801 ac_status=$? 13172 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } && 13174 (exit $ac_status); }; } &&
12855 grep -v '^ *+' conftest.er1 >conftest.err 13226 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1 13227 rm -f conftest.er1
12857 cat conftest.err >&5 13228 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && 13230 (exit $ac_status); } &&
12860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13231 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12862 (eval $ac_try) 2>&5 13233 (eval $ac_try) 2>&5
12863 ac_status=$? 13234 ac_status=$?
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); }; } && 13236 (exit $ac_status); }; } &&
12895 grep -v '^ *+' conftest.er1 >conftest.err 13266 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1 13267 rm -f conftest.er1
12897 cat conftest.err >&5 13268 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && 13270 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5 13273 (eval $ac_try) 2>&5
12903 ac_status=$? 13274 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } && 13276 (exit $ac_status); }; } &&
12951 grep -v '^ *+' conftest.er1 >conftest.err 13322 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1 13323 rm -f conftest.er1
12953 cat conftest.err >&5 13324 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && 13326 (exit $ac_status); } &&
12956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13327 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 13329 (eval $ac_try) 2>&5
12959 ac_status=$? 13330 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; } && 13332 (exit $ac_status); }; } &&
12991 grep -v '^ *+' conftest.er1 >conftest.err 13362 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1 13363 rm -f conftest.er1
12993 cat conftest.err >&5 13364 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && 13366 (exit $ac_status); } &&
12996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13367 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12998 (eval $ac_try) 2>&5 13369 (eval $ac_try) 2>&5
12999 ac_status=$? 13370 ac_status=$?
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); }; } && 13372 (exit $ac_status); }; } &&
13055 grep -v '^ *+' conftest.er1 >conftest.err 13426 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1 13427 rm -f conftest.er1
13057 cat conftest.err >&5 13428 cat conftest.err >&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && 13430 (exit $ac_status); } &&
13060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13431 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5 13433 (eval $ac_try) 2>&5
13063 ac_status=$? 13434 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } && 13436 (exit $ac_status); }; } &&
13086See \`config.log' for more details." >&2;} 13457See \`config.log' for more details." >&2;}
13087 { (exit 1); exit 1; }; } ;; 13458 { (exit 1); exit 1; }; } ;;
13088esac 13459esac
13089else 13460else
13090 if test "$cross_compiling" = yes; then 13461 if test "$cross_compiling" = yes; then
13091 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13462 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13092See \`config.log' for more details." >&5 13463echo "$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; }; } 13464 { (exit 1); exit 1; }; }
13096else 13465else
13097 cat >conftest.$ac_ext <<_ACEOF 13466 cat >conftest.$ac_ext <<_ACEOF
13098/* confdefs.h. */ 13467/* confdefs.h. */
13099_ACEOF 13468_ACEOF
13201 grep -v '^ *+' conftest.er1 >conftest.err 13570 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1 13571 rm -f conftest.er1
13203 cat conftest.err >&5 13572 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 13574 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13575 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 13577 (eval $ac_try) 2>&5
13209 ac_status=$? 13578 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } && 13580 (exit $ac_status); }; } &&
13263 grep -v '^ *+' conftest.er1 >conftest.err 13632 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1 13633 rm -f conftest.er1
13265 cat conftest.err >&5 13634 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && 13636 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13637 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5 13639 (eval $ac_try) 2>&5
13271 ac_status=$? 13640 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } && 13642 (exit $ac_status); }; } &&
13303 grep -v '^ *+' conftest.er1 >conftest.err 13672 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1 13673 rm -f conftest.er1
13305 cat conftest.err >&5 13674 cat conftest.err >&5
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && 13676 (exit $ac_status); } &&
13308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13677 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310 (eval $ac_try) 2>&5 13679 (eval $ac_try) 2>&5
13311 ac_status=$? 13680 ac_status=$?
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); }; } && 13682 (exit $ac_status); }; } &&
13359 grep -v '^ *+' conftest.er1 >conftest.err 13728 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1 13729 rm -f conftest.er1
13361 cat conftest.err >&5 13730 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } && 13732 (exit $ac_status); } &&
13364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13733 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5 13735 (eval $ac_try) 2>&5
13367 ac_status=$? 13736 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } && 13738 (exit $ac_status); }; } &&
13399 grep -v '^ *+' conftest.er1 >conftest.err 13768 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1 13769 rm -f conftest.er1
13401 cat conftest.err >&5 13770 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } && 13772 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13773 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5 13775 (eval $ac_try) 2>&5
13407 ac_status=$? 13776 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } && 13778 (exit $ac_status); }; } &&
13463 grep -v '^ *+' conftest.er1 >conftest.err 13832 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1 13833 rm -f conftest.er1
13465 cat conftest.err >&5 13834 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 13836 (exit $ac_status); } &&
13468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13837 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 13839 (eval $ac_try) 2>&5
13471 ac_status=$? 13840 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } && 13842 (exit $ac_status); }; } &&
13494See \`config.log' for more details." >&2;} 13863See \`config.log' for more details." >&2;}
13495 { (exit 1); exit 1; }; } ;; 13864 { (exit 1); exit 1; }; } ;;
13496esac 13865esac
13497else 13866else
13498 if test "$cross_compiling" = yes; then 13867 if test "$cross_compiling" = yes; then
13499 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13868 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13500See \`config.log' for more details." >&5 13869echo "$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; }; } 13870 { (exit 1); exit 1; }; }
13504else 13871else
13505 cat >conftest.$ac_ext <<_ACEOF 13872 cat >conftest.$ac_ext <<_ACEOF
13506/* confdefs.h. */ 13873/* confdefs.h. */
13507_ACEOF 13874_ACEOF
13608 grep -v '^ *+' conftest.er1 >conftest.err 13975 grep -v '^ *+' conftest.er1 >conftest.err
13609 rm -f conftest.er1 13976 rm -f conftest.er1
13610 cat conftest.err >&5 13977 cat conftest.err >&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } && 13979 (exit $ac_status); } &&
13613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13980 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5 13982 (eval $ac_try) 2>&5
13616 ac_status=$? 13983 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; } && 13985 (exit $ac_status); }; } &&
13690 grep -v '^ *+' conftest.er1 >conftest.err 14057 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1 14058 rm -f conftest.er1
13692 cat conftest.err >&5 14059 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && 14061 (exit $ac_status); } &&
13695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14062 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13697 (eval $ac_try) 2>&5 14064 (eval $ac_try) 2>&5
13698 ac_status=$? 14065 ac_status=$?
13699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700 (exit $ac_status); }; } && 14067 (exit $ac_status); }; } &&
13772 grep -v '^ *+' conftest.er1 >conftest.err 14139 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14140 rm -f conftest.er1
13774 cat conftest.err >&5 14141 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && 14143 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14144 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5 14146 (eval $ac_try) 2>&5
13780 ac_status=$? 14147 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } && 14149 (exit $ac_status); }; } &&
13854 grep -v '^ *+' conftest.er1 >conftest.err 14221 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1 14222 rm -f conftest.er1
13856 cat conftest.err >&5 14223 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && 14225 (exit $ac_status); } &&
13859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14226 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13861 (eval $ac_try) 2>&5 14228 (eval $ac_try) 2>&5
13862 ac_status=$? 14229 ac_status=$?
13863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13864 (exit $ac_status); }; } && 14231 (exit $ac_status); }; } &&
13966 grep -v '^ *+' conftest.er1 >conftest.err 14333 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1 14334 rm -f conftest.er1
13968 cat conftest.err >&5 14335 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && 14337 (exit $ac_status); } &&
13971 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14338 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5 14340 (eval $ac_try) 2>&5
13974 ac_status=$? 14341 ac_status=$?
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; } && 14343 (exit $ac_status); }; } &&
14106 grep -v '^ *+' conftest.er1 >conftest.err 14473 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1 14474 rm -f conftest.er1
14108 cat conftest.err >&5 14475 cat conftest.err >&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } && 14477 (exit $ac_status); } &&
14111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14478 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14113 (eval $ac_try) 2>&5 14480 (eval $ac_try) 2>&5
14114 ac_status=$? 14481 ac_status=$?
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); }; } && 14483 (exit $ac_status); }; } &&
14170 grep -v '^ *+' conftest.er1 >conftest.err 14537 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1 14538 rm -f conftest.er1
14172 cat conftest.err >&5 14539 cat conftest.err >&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && 14541 (exit $ac_status); } &&
14175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14542 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5 14544 (eval $ac_try) 2>&5
14178 ac_status=$? 14545 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; } && 14547 (exit $ac_status); }; } &&
14213 rm -f conftest.er1 14580 rm -f conftest.er1
14214 cat conftest.err >&5 14581 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null; then 14583 (exit $ac_status); } >/dev/null; then
14217 if test -s conftest.err; then 14584 if test -s conftest.err; then
14218 ac_cpp_err=$ac_c_preproc_warn_flag 14585 ac_cpp_err=$ac_cxx_preproc_warn_flag
14219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14586 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14220 else 14587 else
14221 ac_cpp_err= 14588 ac_cpp_err=
14222 fi 14589 fi
14223else 14590else
14224 ac_cpp_err=yes 14591 ac_cpp_err=yes
14234rm -f conftest.err conftest.$ac_ext 14601rm -f conftest.err conftest.$ac_ext
14235echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14602echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14236echo "${ECHO_T}$ac_header_preproc" >&6 14603echo "${ECHO_T}$ac_header_preproc" >&6
14237 14604
14238# So? What about this header? 14605# So? What about this header?
14239case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14606case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14240 yes:no: ) 14607 yes:no: )
14241 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 14608 { 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;} 14609echo "$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 14610 { 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;} 14611echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14308 grep -v '^ *+' conftest.er1 >conftest.err 14675 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1 14676 rm -f conftest.er1
14310 cat conftest.err >&5 14677 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && 14679 (exit $ac_status); } &&
14313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14680 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5 14682 (eval $ac_try) 2>&5
14316 ac_status=$? 14683 ac_status=$?
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } && 14685 (exit $ac_status); }; } &&
14370 grep -v '^ *+' conftest.er1 >conftest.err 14737 grep -v '^ *+' conftest.er1 >conftest.err
14371 rm -f conftest.er1 14738 rm -f conftest.er1
14372 cat conftest.err >&5 14739 cat conftest.err >&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } && 14741 (exit $ac_status); } &&
14375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14742 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5 14744 (eval $ac_try) 2>&5
14378 ac_status=$? 14745 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } && 14747 (exit $ac_status); }; } &&
14431 grep -v '^ *+' conftest.er1 >conftest.err 14798 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1 14799 rm -f conftest.er1
14433 cat conftest.err >&5 14800 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && 14802 (exit $ac_status); } &&
14436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14803 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5 14805 (eval $ac_try) 2>&5
14439 ac_status=$? 14806 ac_status=$?
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; } && 14808 (exit $ac_status); }; } &&
14496 grep -v '^ *+' conftest.er1 >conftest.err 14863 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1 14864 rm -f conftest.er1
14498 cat conftest.err >&5 14865 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 14867 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 14870 (eval $ac_try) 2>&5
14504 ac_status=$? 14871 ac_status=$?
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; } && 14873 (exit $ac_status); }; } &&
14539 rm -f conftest.er1 14906 rm -f conftest.er1
14540 cat conftest.err >&5 14907 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } >/dev/null; then 14909 (exit $ac_status); } >/dev/null; then
14543 if test -s conftest.err; then 14910 if test -s conftest.err; then
14544 ac_cpp_err=$ac_c_preproc_warn_flag 14911 ac_cpp_err=$ac_cxx_preproc_warn_flag
14545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14912 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14546 else 14913 else
14547 ac_cpp_err= 14914 ac_cpp_err=
14548 fi 14915 fi
14549else 14916else
14550 ac_cpp_err=yes 14917 ac_cpp_err=yes
14560rm -f conftest.err conftest.$ac_ext 14927rm -f conftest.err conftest.$ac_ext
14561echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14928echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14562echo "${ECHO_T}$ac_header_preproc" >&6 14929echo "${ECHO_T}$ac_header_preproc" >&6
14563 14930
14564# So? What about this header? 14931# So? What about this header?
14565case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14932case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14566 yes:no: ) 14933 yes:no: )
14567 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 14934 { 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;} 14935echo "$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 14936 { 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;} 14937echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14633 grep -v '^ *+' conftest.er1 >conftest.err 15000 grep -v '^ *+' conftest.er1 >conftest.err
14634 rm -f conftest.er1 15001 rm -f conftest.er1
14635 cat conftest.err >&5 15002 cat conftest.err >&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } && 15004 (exit $ac_status); } &&
14638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15005 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5 15007 (eval $ac_try) 2>&5
14641 ac_status=$? 15008 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; } && 15010 (exit $ac_status); }; } &&
14695 grep -v '^ *+' conftest.er1 >conftest.err 15062 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 15063 rm -f conftest.er1
14697 cat conftest.err >&5 15064 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && 15066 (exit $ac_status); } &&
14700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15067 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5 15069 (eval $ac_try) 2>&5
14703 ac_status=$? 15070 ac_status=$?
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; } && 15072 (exit $ac_status); }; } &&
14764 grep -v '^ *+' conftest.er1 >conftest.err 15131 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1 15132 rm -f conftest.er1
14766 cat conftest.err >&5 15133 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && 15135 (exit $ac_status); } &&
14769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15136 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5 15138 (eval $ac_try) 2>&5
14772 ac_status=$? 15139 ac_status=$?
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } && 15141 (exit $ac_status); }; } &&
14829 grep -v '^ *+' conftest.er1 >conftest.err 15196 grep -v '^ *+' conftest.er1 >conftest.err
14830 rm -f conftest.er1 15197 rm -f conftest.er1
14831 cat conftest.err >&5 15198 cat conftest.err >&5
14832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14833 (exit $ac_status); } && 15200 (exit $ac_status); } &&
14834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15201 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14836 (eval $ac_try) 2>&5 15203 (eval $ac_try) 2>&5
14837 ac_status=$? 15204 ac_status=$?
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); }; } && 15206 (exit $ac_status); }; } &&
15458 grep -v '^ *+' conftest.er1 >conftest.err 15825 grep -v '^ *+' conftest.er1 >conftest.err
15459 rm -f conftest.er1 15826 rm -f conftest.er1
15460 cat conftest.err >&5 15827 cat conftest.err >&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && 15829 (exit $ac_status); } &&
15463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15830 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5 15832 (eval $ac_try) 2>&5
15466 ac_status=$? 15833 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 15835 (exit $ac_status); }; } &&
15503/* confdefs.h. */ 15870/* confdefs.h. */
15504_ACEOF 15871_ACEOF
15505cat confdefs.h >>conftest.$ac_ext 15872cat confdefs.h >>conftest.$ac_ext
15506cat >>conftest.$ac_ext <<_ACEOF 15873cat >>conftest.$ac_ext <<_ACEOF
15507/* end confdefs.h. */ 15874/* end confdefs.h. */
15508#include <locale.h> 15875#include <clocale>
15509int 15876int
15510main () 15877main ()
15511{ 15878{
15512setlocale(LC_CTYPE, ""); 15879setlocale(LC_CTYPE, "");
15513 ; 15880 ;
15521 grep -v '^ *+' conftest.er1 >conftest.err 15888 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1 15889 rm -f conftest.er1
15523 cat conftest.err >&5 15890 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } && 15892 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15893 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15528 (eval $ac_try) 2>&5 15895 (eval $ac_try) 2>&5
15529 ac_status=$? 15896 ac_status=$?
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); }; } && 15898 (exit $ac_status); }; } &&
15582 grep -v '^ *+' conftest.er1 >conftest.err 15949 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1 15950 rm -f conftest.er1
15584 cat conftest.err >&5 15951 cat conftest.err >&5
15585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } && 15953 (exit $ac_status); } &&
15587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15954 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15589 (eval $ac_try) 2>&5 15956 (eval $ac_try) 2>&5
15590 ac_status=$? 15957 ac_status=$?
15591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); }; } && 15959 (exit $ac_status); }; } &&
15627cat confdefs.h >>conftest.$ac_ext 15994cat confdefs.h >>conftest.$ac_ext
15628cat >>conftest.$ac_ext <<_ACEOF 15995cat >>conftest.$ac_ext <<_ACEOF
15629/* end confdefs.h. */ 15996/* end confdefs.h. */
15630#define _GNU_SOURCE 15997#define _GNU_SOURCE
15631#ifdef HAVE_STDLIB_H 15998#ifdef HAVE_STDLIB_H
15632# include <stdlib.h> 15999# include <cstdlib>
15633#endif 16000#endif
15634int 16001int
15635main () 16002main ()
15636{ 16003{
15637(void)getpt(); 16004(void)getpt();
15646 grep -v '^ *+' conftest.er1 >conftest.err 16013 grep -v '^ *+' conftest.er1 >conftest.err
15647 rm -f conftest.er1 16014 rm -f conftest.er1
15648 cat conftest.err >&5 16015 cat conftest.err >&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && 16017 (exit $ac_status); } &&
15651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16018 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5 16020 (eval $ac_try) 2>&5
15654 ac_status=$? 16021 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; } && 16023 (exit $ac_status); }; } &&
15840 grep -v '^ *+' conftest.er1 >conftest.err 16207 grep -v '^ *+' conftest.er1 >conftest.err
15841 rm -f conftest.er1 16208 rm -f conftest.er1
15842 cat conftest.err >&5 16209 cat conftest.err >&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); } && 16211 (exit $ac_status); } &&
15845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16212 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15847 (eval $ac_try) 2>&5 16214 (eval $ac_try) 2>&5
15848 ac_status=$? 16215 ac_status=$?
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); }; } && 16217 (exit $ac_status); }; } &&
16037cat >>confdefs.h <<\_ACEOF 16404cat >>confdefs.h <<\_ACEOF
16038#define UNICODE_3 1 16405#define UNICODE_3 1
16039_ACEOF 16406_ACEOF
16040 16407
16041fi 16408fi
16409if test x$support_combining = xyes; then
16410
16411cat >>confdefs.h <<\_ACEOF
16412#define ENABLE_COMBINING 1
16413_ACEOF
16414
16415fi
16042if test x$codesets = xall; then 16416if test x$codesets = xall; then
16043 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16417 codesets=jp,jp-ext,kr,cn,cn-ext
16044fi 16418fi
16045for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16419for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16046 16420
16047cat >>confdefs.h <<\_ACEOF 16421cat >>confdefs.h <<\_ACEOF
16048#define ENCODING_EU 1 16422#define ENCODING_EU 1
16049_ACEOF 16423_ACEOF
16050 16424
16051 case "$codeset" in 16425
16052 VN )
16053cat >>confdefs.h <<\_ACEOF 16426cat >>confdefs.h <<\_ACEOF
16054#define ENCODING_VN 1 16427#define ENCODING_VN 1
16055_ACEOF 16428_ACEOF
16056 ;; 16429
16430 case "$codeset" in
16057 JP ) 16431 JP )
16058cat >>confdefs.h <<\_ACEOF 16432cat >>confdefs.h <<\_ACEOF
16059#define ENCODING_JP 1 16433#define ENCODING_JP 1
16060_ACEOF 16434_ACEOF
16061 ;; 16435 ;;
16129_ACEOF 16503_ACEOF
16130program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 16504program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16131rm conftest.sed 16505rm conftest.sed
16132 16506
16133 16507
16134RXVTNAME=`echo rxvt|sed "$program_transform_name"`
16135
16136
16137 16508
16138 16509
16139 16510
16140if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16511if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16141 include_stdint_h="#include <stdint.h>" 16512 include_stdint_h="#include <stdint.h>"
16142else 16513else
16143 include_stdint_h="/* #include <stdint.h> */" 16514 include_stdint_h="/* #include <stdint.h> */"
16144fi 16515fi
16145if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16516if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16146 include_stdarg_h="#include <stdarg.h>" 16517 include_stdarg_h="#include <cstdarg>"
16147else 16518else
16148 include_stdarg_h="/* #include <stdarg.h> */" 16519 include_stdarg_h="/* #include <cstdarg> */"
16149fi 16520fi
16150if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16521if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16151 include_stdlib_h="#include <stdlib.h>" 16522 include_stdlib_h="#include <cstdlib>"
16152else 16523else
16153 include_stdlib_h="/* #include <stdlib.h> */" 16524 include_stdlib_h="/* #include <cstdlib> */"
16154fi 16525fi
16155if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16526if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16156 include_unistd_h="#include <unistd.h>" 16527 include_unistd_h="#include <unistd.h>"
16157else 16528else
16158 include_unistd_h="/* #include <unistd.h> */" 16529 include_unistd_h="/* #include <unistd.h> */"
16159fi 16530fi
16160if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16531if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16161 include_string_h="#include <string.h>" 16532 include_string_h="#include <cstring>"
16162else 16533else
16163 include_string_h="/* #include <string.h> */" 16534 include_string_h="/* #include <cstring> */"
16164fi 16535fi
16165if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16536if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16166 include_fcntl_h="#include <fcntl.h>" 16537 include_fcntl_h="#include <fcntl.h>"
16167else 16538else
16168 include_fcntl_h="/* #include <fcntl.h> */" 16539 include_fcntl_h="/* #include <fcntl.h> */"
16240 grep -v '^ *+' conftest.er1 >conftest.err 16611 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1 16612 rm -f conftest.er1
16242 cat conftest.err >&5 16613 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && 16615 (exit $ac_status); } &&
16245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16616 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5 16618 (eval $ac_try) 2>&5
16248 ac_status=$? 16619 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; } && 16621 (exit $ac_status); }; } &&
16283 rm -f conftest.er1 16654 rm -f conftest.er1
16284 cat conftest.err >&5 16655 cat conftest.err >&5
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); } >/dev/null; then 16657 (exit $ac_status); } >/dev/null; then
16287 if test -s conftest.err; then 16658 if test -s conftest.err; then
16288 ac_cpp_err=$ac_c_preproc_warn_flag 16659 ac_cpp_err=$ac_cxx_preproc_warn_flag
16289 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 16660 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16290 else 16661 else
16291 ac_cpp_err= 16662 ac_cpp_err=
16292 fi 16663 fi
16293else 16664else
16294 ac_cpp_err=yes 16665 ac_cpp_err=yes
16304rm -f conftest.err conftest.$ac_ext 16675rm -f conftest.err conftest.$ac_ext
16305echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16676echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16306echo "${ECHO_T}$ac_header_preproc" >&6 16677echo "${ECHO_T}$ac_header_preproc" >&6
16307 16678
16308# So? What about this header? 16679# So? What about this header?
16309case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16680case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16310 yes:no: ) 16681 yes:no: )
16311 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16682 { 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;} 16683echo "$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 16684 { 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;} 16685echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16396 grep -v '^ *+' conftest.er1 >conftest.err 16767 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1 16768 rm -f conftest.er1
16398 cat conftest.err >&5 16769 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && 16771 (exit $ac_status); } &&
16401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16772 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5 16774 (eval $ac_try) 2>&5
16404 ac_status=$? 16775 ac_status=$?
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; } && 16777 (exit $ac_status); }; } &&
17079s,@CPP@,$CPP,;t t 17450s,@CPP@,$CPP,;t t
17080s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 17451s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17081s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 17452s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17082s,@INSTALL_DATA@,$INSTALL_DATA,;t t 17453s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17083s,@AWK@,$AWK,;t t 17454s,@AWK@,$AWK,;t t
17455s,@LINKER@,$LINKER,;t t
17456s,@CXXCPP@,$CXXCPP,;t t
17084s,@EGREP@,$EGREP,;t t 17457s,@EGREP@,$EGREP,;t t
17085s,@build@,$build,;t t 17458s,@build@,$build,;t t
17086s,@build_cpu@,$build_cpu,;t t 17459s,@build_cpu@,$build_cpu,;t t
17087s,@build_vendor@,$build_vendor,;t t 17460s,@build_vendor@,$build_vendor,;t t
17088s,@build_os@,$build_os,;t t 17461s,@build_os@,$build_os,;t t
17096s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 17469s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17097s,@STRIP@,$STRIP,;t t 17470s,@STRIP@,$STRIP,;t t
17098s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 17471s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17099s,@LIBTOOL@,$LIBTOOL,;t t 17472s,@LIBTOOL@,$LIBTOOL,;t t
17100s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 17473s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17474s,@RXVTNAME@,$RXVTNAME,;t t
17101s,@MV@,$MV,;t t 17475s,@MV@,$MV,;t t
17102s,@RM@,$RM,;t t 17476s,@RM@,$RM,;t t
17103s,@CP@,$CP,;t t 17477s,@CP@,$CP,;t t
17104s,@LN@,$LN,;t t 17478s,@LN@,$LN,;t t
17105s,@SED@,$SED,;t t 17479s,@SED@,$SED,;t t
17119s,@rxvt_intp_define@,$rxvt_intp_define,;t t 17493s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17120s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 17494s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17121s,@DEBUG@,$DEBUG,;t t 17495s,@DEBUG@,$DEBUG,;t t
17122s,@DINCLUDE@,$DINCLUDE,;t t 17496s,@DINCLUDE@,$DINCLUDE,;t t
17123s,@DLIB@,$DLIB,;t t 17497s,@DLIB@,$DLIB,;t t
17124s,@RXVTNAME@,$RXVTNAME,;t t
17125s,@include_stdint_h@,$include_stdint_h,;t t 17498s,@include_stdint_h@,$include_stdint_h,;t t
17126s,@include_stdarg_h@,$include_stdarg_h,;t t 17499s,@include_stdarg_h@,$include_stdarg_h,;t t
17127s,@include_stdlib_h@,$include_stdlib_h,;t t 17500s,@include_stdlib_h@,$include_stdlib_h,;t t
17128s,@include_unistd_h@,$include_unistd_h,;t t 17501s,@include_unistd_h@,$include_unistd_h,;t t
17129s,@include_string_h@,$include_string_h,;t t 17502s,@include_string_h@,$include_string_h,;t t
17635echo "Configuration: 18008echo "Configuration:
17636 18009
17637 Rxvt version: $VERSION : $DATE 18010 Rxvt version: $VERSION : $DATE
17638 Source code location: $srcdir 18011 Source code location: $srcdir
17639 Install path: ${prefix}/bin 18012 Install path: ${prefix}/bin
17640 Compiler: $CC 18013 Compiler: $CXX
17641 Compiler flags: $CFLAGS" 18014 Compiler flags: $CFLAGS
18015 Linker: $LINKER"
17642 18016
17643if test "$MALLOC_TYPE" = S; then 18017if test "$MALLOC_TYPE" = S; then
17644 echo " malloc support: system default" 18018 echo " malloc support: system default"
17645fi 18019fi
17646if test "$MALLOC_TYPE" = G; then 18020if test "$MALLOC_TYPE" = G; then
17657echo " 18031echo "
17658The following are set in config.h 18032The following are set in config.h
17659" 18033"
17660echo " pty/tty type: "$rxvt_cv_ptys 18034echo " pty/tty type: "$rxvt_cv_ptys
17661if test x$support_utmp != xyes; then 18035if test x$support_utmp != xyes; then
17662 echo " utmp support: disabled 18036 echo " utmp support: disabled"
17663" 18037 echo
17664else 18038else
17665 echo " utmp support: enabled 18039 echo " utmp support: enabled
17666 utmp file: $rxvt_cv_path_utmp 18040 utmp file: $rxvt_cv_path_utmp
17667 utmpx file: $rxvt_cv_path_utmpx 18041 utmpx file: $rxvt_cv_path_utmpx
17668 wtmp file: $rxvt_cv_path_wtmp 18042 wtmp file: $rxvt_cv_path_wtmp
17669 wtmpx file: $rxvt_cv_path_wtmpx 18043 wtmpx file: $rxvt_cv_path_wtmpx
17670 lastlog file: $rxvt_cv_path_lastlog 18044 lastlog file: $rxvt_cv_path_lastlog
17671 ttys/ttytab file: $rxvt_cv_path_ttytab 18045 ttys/ttytab file: $rxvt_cv_path_ttytab"
17672" 18046 echo
17673fi 18047fi
17674if test x$term != x; then 18048if test x$term != x; then
17675 echo " set TERM to: $term 18049 echo " set TERM to: $term"
17676"
17677fi 18050fi
17678if test x$terminfo != x; then 18051if test x$terminfo != x; then
17679 echo " set TERMINFO to: $terminfo 18052 echo " set TERMINFO to: $terminfo"
17680"
17681fi 18053fi
18054echo " default resource name: $RESNAME"
18055echo " resource class: $RESCLASS"
18056if test x$RESFALLBACK != x; then
18057 echo " resource class fallback: $RESFALLBACK"
18058fi
18059echo
17682if test x$rxvt_cv_ptys = xUNKNOWN; then 18060if test x$rxvt_cv_ptys = xUNKNOWN; then
17683 echo ".----------------------------------------------------------------." 18061 echo ".----------------------------------------------------------------."
17684 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18062 echo ". WARNING: could not determine pty/tty type. Do not build until ."
17685 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18063 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
17686 echo ".----------------------------------------------------------------." 18064 echo ".----------------------------------------------------------------."
17700 echo ". WARNING: --enable-xim was specified however the locale support ." 18078 echo ". WARNING: --enable-xim was specified however the locale support ."
17701 echo ". functions could not be found. ." 18079 echo ". functions could not be found. ."
17702 echo ". XIM is now being DISABLED! ." 18080 echo ". XIM is now being DISABLED! ."
17703 echo ".----------------------------------------------------------------." 18081 echo ".----------------------------------------------------------------."
17704fi 18082fi
18083
17705echo " *** Please check src/feature.h for further options *** 18084echo " *** Please check src/feature.h for further options ***"
17706" 18085echo
18086
18087echo ".----------------------------------------------------------------."
18088echo ". NOTE: most features are disabled by default, try ."
18089echo ". configure --help to get an idea of the optional features ."
18090echo ".----------------------------------------------------------------."
18091echo
18092

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines