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.13 by pcg, Mon Mar 1 01:06:45 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 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'
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
1030 --enable-xft enable xft support on systems that have it 1034 --enable-xft enable xft support on systems that have it
1031 --enable-utmp enable utmp (utmpx) support 1035 --enable-utmp enable utmp (utmpx) support
1068Optional Packages: 1072Optional Packages:
1069 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1073 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1070 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1074 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1071 --with-gnu-ld assume the C compiler uses GNU ld default=no 1075 --with-gnu-ld assume the C compiler uses GNU ld default=no
1072 --with-pic try to use only PIC/non-PIC objects default=use both 1076 --with-pic try to use only PIC/non-PIC objects default=use both
1073 --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all) 1077 --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1074 --with-encoding=NAME set language default encoding to NAME (default: sjis)
1075 (eucj|sjis|big5|gb|kr|noenc)
1076 --with-term=NAME set the terminal to NAME (default \"rxvt\") 1078 --with-term=NAME set the terminal to NAME (default \"rxvt\")
1077 --with-terminfo=PATH set the path to the terminfo tree to PATH 1079 --with-terminfo=PATH set the path to the terminfo tree to PATH
1078 --with-x use the X Window System 1080 --with-x use the X Window System
1079 --with-xpm-includes=DIR use XPM includes in DIR 1081 --with-xpm-includes=DIR use XPM includes in DIR
1080 --with-xpm-library=DIR use XPM library in DIR 1082 --with-xpm-library=DIR use XPM library in DIR
1088 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1090 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1089 headers in a nonstandard directory <include dir> 1091 headers in a nonstandard directory <include dir>
1090 CXX C++ compiler command 1092 CXX C++ compiler command
1091 CXXFLAGS C++ compiler flags 1093 CXXFLAGS C++ compiler flags
1092 CPP C preprocessor 1094 CPP C preprocessor
1095 CXXCPP C++ preprocessor
1093 1096
1094Use these variables to override the choices made by `configure' or to help 1097Use these variables to override the choices made by `configure' or to help
1095it to find libraries and programs with nonstandard names/locations. 1098it to find libraries and programs with nonstandard names/locations.
1096 1099
1097_ACEOF 1100_ACEOF
3193 3196
3194 test -n "$AWK" && break 3197 test -n "$AWK" && break
3195done 3198done
3196 3199
3197 3200
3201ac_ext=c
3202ac_cpp='$CPP $CPPFLAGS'
3203ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3204ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3205ac_compiler_gnu=$ac_cv_c_compiler_gnu
3206
3207
3208LINKER="$CXX"
3209if test x$GCC = xyes && test x$GXX = xyes; then
3210
3211echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3212echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3213if test "${ac_cv_lib_supcpp_main+set}" = set; then
3214 echo $ECHO_N "(cached) $ECHO_C" >&6
3215else
3216 ac_check_lib_save_LIBS=$LIBS
3217LIBS="-lsupc++ $LIBS"
3218cat >conftest.$ac_ext <<_ACEOF
3219/* confdefs.h. */
3220_ACEOF
3221cat confdefs.h >>conftest.$ac_ext
3222cat >>conftest.$ac_ext <<_ACEOF
3223/* end confdefs.h. */
3224
3225
3226int
3227main ()
3228{
3229main ();
3230 ;
3231 return 0;
3232}
3233_ACEOF
3234rm -f conftest.$ac_objext conftest$ac_exeext
3235if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3236 (eval $ac_link) 2>conftest.er1
3237 ac_status=$?
3238 grep -v '^ *+' conftest.er1 >conftest.err
3239 rm -f conftest.er1
3240 cat conftest.err >&5
3241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3242 (exit $ac_status); } &&
3243 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3245 (eval $ac_try) 2>&5
3246 ac_status=$?
3247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248 (exit $ac_status); }; } &&
3249 { ac_try='test -s conftest$ac_exeext'
3250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3251 (eval $ac_try) 2>&5
3252 ac_status=$?
3253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3254 (exit $ac_status); }; }; then
3255 ac_cv_lib_supcpp_main=yes
3256else
3257 echo "$as_me: failed program was:" >&5
3258sed 's/^/| /' conftest.$ac_ext >&5
3259
3260ac_cv_lib_supcpp_main=no
3261fi
3262rm -f conftest.err conftest.$ac_objext \
3263 conftest$ac_exeext conftest.$ac_ext
3264LIBS=$ac_check_lib_save_LIBS
3265fi
3266echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3267echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3268if test $ac_cv_lib_supcpp_main = yes; then
3269
3270 LINKER="$CC"
3271 LIBS="$LIBS -lsupc++"
3272
3273fi
3274
3275fi
3276LINKER=$LINKER
3277
3278
3279CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3280
3281if test x$GXX = xyes; then
3282 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3283fi
3284
3285ac_ext=cc
3286ac_cpp='$CXXCPP $CPPFLAGS'
3287ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3288ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3289ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3290
3291
3292
3293ac_ext=cc
3294ac_cpp='$CXXCPP $CPPFLAGS'
3295ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3296ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3297ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3298echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3299echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3300if test -z "$CXXCPP"; then
3301 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3302 echo $ECHO_N "(cached) $ECHO_C" >&6
3303else
3304 # Double quotes because CXXCPP needs to be expanded
3305 for CXXCPP in "$CXX -E" "/lib/cpp"
3306 do
3307 ac_preproc_ok=false
3308for ac_cxx_preproc_warn_flag in '' yes
3309do
3310 # Use a header file that comes with gcc, so configuring glibc
3311 # with a fresh cross-compiler works.
3312 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3313 # <limits.h> exists even on freestanding compilers.
3314 # On the NeXT, cc -E runs the code through the compiler's parser,
3315 # not just through cpp. "Syntax error" is here to catch this case.
3316 cat >conftest.$ac_ext <<_ACEOF
3317/* confdefs.h. */
3318_ACEOF
3319cat confdefs.h >>conftest.$ac_ext
3320cat >>conftest.$ac_ext <<_ACEOF
3321/* end confdefs.h. */
3322#ifdef __STDC__
3323# include <limits.h>
3324#else
3325# include <assert.h>
3326#endif
3327 Syntax error
3328_ACEOF
3329if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3330 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3331 ac_status=$?
3332 grep -v '^ *+' conftest.er1 >conftest.err
3333 rm -f conftest.er1
3334 cat conftest.err >&5
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); } >/dev/null; then
3337 if test -s conftest.err; then
3338 ac_cpp_err=$ac_cxx_preproc_warn_flag
3339 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3340 else
3341 ac_cpp_err=
3342 fi
3343else
3344 ac_cpp_err=yes
3345fi
3346if test -z "$ac_cpp_err"; then
3347 :
3348else
3349 echo "$as_me: failed program was:" >&5
3350sed 's/^/| /' conftest.$ac_ext >&5
3351
3352 # Broken: fails on valid input.
3353continue
3354fi
3355rm -f conftest.err conftest.$ac_ext
3356
3357 # OK, works on sane cases. Now check whether non-existent headers
3358 # can be detected and how.
3359 cat >conftest.$ac_ext <<_ACEOF
3360/* confdefs.h. */
3361_ACEOF
3362cat confdefs.h >>conftest.$ac_ext
3363cat >>conftest.$ac_ext <<_ACEOF
3364/* end confdefs.h. */
3365#include <ac_nonexistent.h>
3366_ACEOF
3367if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3368 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3369 ac_status=$?
3370 grep -v '^ *+' conftest.er1 >conftest.err
3371 rm -f conftest.er1
3372 cat conftest.err >&5
3373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3374 (exit $ac_status); } >/dev/null; then
3375 if test -s conftest.err; then
3376 ac_cpp_err=$ac_cxx_preproc_warn_flag
3377 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3378 else
3379 ac_cpp_err=
3380 fi
3381else
3382 ac_cpp_err=yes
3383fi
3384if test -z "$ac_cpp_err"; then
3385 # Broken: success on invalid input.
3386continue
3387else
3388 echo "$as_me: failed program was:" >&5
3389sed 's/^/| /' conftest.$ac_ext >&5
3390
3391 # Passes both tests.
3392ac_preproc_ok=:
3393break
3394fi
3395rm -f conftest.err conftest.$ac_ext
3396
3397done
3398# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3399rm -f conftest.err conftest.$ac_ext
3400if $ac_preproc_ok; then
3401 break
3402fi
3403
3404 done
3405 ac_cv_prog_CXXCPP=$CXXCPP
3406
3407fi
3408 CXXCPP=$ac_cv_prog_CXXCPP
3409else
3410 ac_cv_prog_CXXCPP=$CXXCPP
3411fi
3412echo "$as_me:$LINENO: result: $CXXCPP" >&5
3413echo "${ECHO_T}$CXXCPP" >&6
3414ac_preproc_ok=false
3415for ac_cxx_preproc_warn_flag in '' yes
3416do
3417 # Use a header file that comes with gcc, so configuring glibc
3418 # with a fresh cross-compiler works.
3419 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3420 # <limits.h> exists even on freestanding compilers.
3421 # On the NeXT, cc -E runs the code through the compiler's parser,
3422 # not just through cpp. "Syntax error" is here to catch this case.
3423 cat >conftest.$ac_ext <<_ACEOF
3424/* confdefs.h. */
3425_ACEOF
3426cat confdefs.h >>conftest.$ac_ext
3427cat >>conftest.$ac_ext <<_ACEOF
3428/* end confdefs.h. */
3429#ifdef __STDC__
3430# include <limits.h>
3431#else
3432# include <assert.h>
3433#endif
3434 Syntax error
3435_ACEOF
3436if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3437 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3438 ac_status=$?
3439 grep -v '^ *+' conftest.er1 >conftest.err
3440 rm -f conftest.er1
3441 cat conftest.err >&5
3442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3443 (exit $ac_status); } >/dev/null; then
3444 if test -s conftest.err; then
3445 ac_cpp_err=$ac_cxx_preproc_warn_flag
3446 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3447 else
3448 ac_cpp_err=
3449 fi
3450else
3451 ac_cpp_err=yes
3452fi
3453if test -z "$ac_cpp_err"; then
3454 :
3455else
3456 echo "$as_me: failed program was:" >&5
3457sed 's/^/| /' conftest.$ac_ext >&5
3458
3459 # Broken: fails on valid input.
3460continue
3461fi
3462rm -f conftest.err conftest.$ac_ext
3463
3464 # OK, works on sane cases. Now check whether non-existent headers
3465 # can be detected and how.
3466 cat >conftest.$ac_ext <<_ACEOF
3467/* confdefs.h. */
3468_ACEOF
3469cat confdefs.h >>conftest.$ac_ext
3470cat >>conftest.$ac_ext <<_ACEOF
3471/* end confdefs.h. */
3472#include <ac_nonexistent.h>
3473_ACEOF
3474if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3475 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3476 ac_status=$?
3477 grep -v '^ *+' conftest.er1 >conftest.err
3478 rm -f conftest.er1
3479 cat conftest.err >&5
3480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3481 (exit $ac_status); } >/dev/null; then
3482 if test -s conftest.err; then
3483 ac_cpp_err=$ac_cxx_preproc_warn_flag
3484 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3485 else
3486 ac_cpp_err=
3487 fi
3488else
3489 ac_cpp_err=yes
3490fi
3491if test -z "$ac_cpp_err"; then
3492 # Broken: success on invalid input.
3493continue
3494else
3495 echo "$as_me: failed program was:" >&5
3496sed 's/^/| /' conftest.$ac_ext >&5
3497
3498 # Passes both tests.
3499ac_preproc_ok=:
3500break
3501fi
3502rm -f conftest.err conftest.$ac_ext
3503
3504done
3505# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3506rm -f conftest.err conftest.$ac_ext
3507if $ac_preproc_ok; then
3508 :
3509else
3510 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3511See \`config.log' for more details." >&5
3512echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3513See \`config.log' for more details." >&2;}
3514 { (exit 1); exit 1; }; }
3515fi
3516
3517ac_ext=cc
3518ac_cpp='$CXXCPP $CPPFLAGS'
3519ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3520ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3521ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198 3522
3199 3523
3200echo "$as_me:$LINENO: checking for egrep" >&5 3524echo "$as_me:$LINENO: checking for egrep" >&5
3201echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3525echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3202if test "${ac_cv_prog_egrep+set}" = set; then 3526if test "${ac_cv_prog_egrep+set}" = set; then
3277 grep -v '^ *+' conftest.er1 >conftest.err 3601 grep -v '^ *+' conftest.er1 >conftest.err
3278 rm -f conftest.er1 3602 rm -f conftest.er1
3279 cat conftest.err >&5 3603 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3605 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3606 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3608 (eval $ac_try) 2>&5
3285 ac_status=$? 3609 ac_status=$?
3286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287 (exit $ac_status); }; } && 3611 (exit $ac_status); }; } &&
3331 grep -v '^ *+' conftest.er1 >conftest.err 3655 grep -v '^ *+' conftest.er1 >conftest.err
3332 rm -f conftest.er1 3656 rm -f conftest.er1
3333 cat conftest.err >&5 3657 cat conftest.err >&5
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); } && 3659 (exit $ac_status); } &&
3336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3660 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5 3662 (eval $ac_try) 2>&5
3339 ac_status=$? 3663 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } && 3665 (exit $ac_status); }; } &&
4035 grep -v '^ *+' conftest.er1 >conftest.err 4359 grep -v '^ *+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4360 rm -f conftest.er1
4037 cat conftest.err >&5 4361 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); } && 4363 (exit $ac_status); } &&
4040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4364 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5 4366 (eval $ac_try) 2>&5
4043 ac_status=$? 4367 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } && 4369 (exit $ac_status); }; } &&
4205 grep -v '^ *+' conftest.er1 >conftest.err 4529 grep -v '^ *+' conftest.er1 >conftest.err
4206 rm -f conftest.er1 4530 rm -f conftest.er1
4207 cat conftest.err >&5 4531 cat conftest.err >&5
4208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209 (exit $ac_status); } && 4533 (exit $ac_status); } &&
4210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4534 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4212 (eval $ac_try) 2>&5 4536 (eval $ac_try) 2>&5
4213 ac_status=$? 4537 ac_status=$?
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } && 4539 (exit $ac_status); }; } &&
4272 grep -v '^ *+' conftest.er1 >conftest.err 4596 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1 4597 rm -f conftest.er1
4274 cat conftest.err >&5 4598 cat conftest.err >&5
4275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && 4600 (exit $ac_status); } &&
4277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4601 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4279 (eval $ac_try) 2>&5 4603 (eval $ac_try) 2>&5
4280 ac_status=$? 4604 ac_status=$?
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); }; } && 4606 (exit $ac_status); }; } &&
4315 rm -f conftest.er1 4639 rm -f conftest.er1
4316 cat conftest.err >&5 4640 cat conftest.err >&5
4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318 (exit $ac_status); } >/dev/null; then 4642 (exit $ac_status); } >/dev/null; then
4319 if test -s conftest.err; then 4643 if test -s conftest.err; then
4320 ac_cpp_err=$ac_c_preproc_warn_flag 4644 ac_cpp_err=$ac_cxx_preproc_warn_flag
4321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4645 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4322 else 4646 else
4323 ac_cpp_err= 4647 ac_cpp_err=
4324 fi 4648 fi
4325else 4649else
4326 ac_cpp_err=yes 4650 ac_cpp_err=yes
4336rm -f conftest.err conftest.$ac_ext 4660rm -f conftest.err conftest.$ac_ext
4337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4661echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4338echo "${ECHO_T}$ac_header_preproc" >&6 4662echo "${ECHO_T}$ac_header_preproc" >&6
4339 4663
4340# So? What about this header? 4664# So? What about this header?
4341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4665case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4342 yes:no: ) 4666 yes:no: )
4343 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4667 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4344echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4668echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4345 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4669 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4346echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4670echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4706# Some flags need to be propagated to the compiler or linker for good 5030# Some flags need to be propagated to the compiler or linker for good
4707# libtool support. 5031# libtool support.
4708case "$host" in 5032case "$host" in
4709*-*-irix6*) 5033*-*-irix6*)
4710 # Find out which ABI we are using. 5034 # Find out which ABI we are using.
4711 echo '#line 4711 "configure"' > conftest.$ac_ext 5035 echo '#line 5035 "configure"' > conftest.$ac_ext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713 (eval $ac_compile) 2>&5 5037 (eval $ac_compile) 2>&5
4714 ac_status=$? 5038 ac_status=$?
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); }; then 5040 (exit $ac_status); }; then
4789 5113
4790lt_cv_cc_needs_belf=no 5114lt_cv_cc_needs_belf=no
4791fi 5115fi
4792rm -f conftest.err conftest.$ac_objext \ 5116rm -f conftest.err conftest.$ac_objext \
4793 conftest$ac_exeext conftest.$ac_ext 5117 conftest$ac_exeext conftest.$ac_ext
4794 ac_ext=c 5118 ac_ext=cc
4795ac_cpp='$CPP $CPPFLAGS' 5119ac_cpp='$CXXCPP $CPPFLAGS'
4796ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5120ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5121ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798ac_compiler_gnu=$ac_cv_c_compiler_gnu 5122ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 5123
4800fi 5124fi
4801echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5125echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4802echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 5126echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4803 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5127 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5098 grep -v '^ *+' conftest.er1 >conftest.err 5422 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5423 rm -f conftest.er1
5100 cat conftest.err >&5 5424 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5426 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5427 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5 5429 (eval $ac_try) 2>&5
5106 ac_status=$? 5430 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } && 5432 (exit $ac_status); }; } &&
5198 grep -v '^ *+' conftest.er1 >conftest.err 5522 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1 5523 rm -f conftest.er1
5200 cat conftest.err >&5 5524 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } && 5526 (exit $ac_status); } &&
5203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5527 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205 (eval $ac_try) 2>&5 5529 (eval $ac_try) 2>&5
5206 ac_status=$? 5530 ac_status=$?
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; } && 5532 (exit $ac_status); }; } &&
5257# builds. 5581# builds.
5258chmod -w . 5582chmod -w .
5259save_CFLAGS="$CFLAGS" 5583save_CFLAGS="$CFLAGS"
5260CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5584CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5261compiler_c_o=no 5585compiler_c_o=no
5262if { (eval echo configure:5262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5586if { (eval echo configure:5586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5263 # The compiler can only warn and ignore the option if not recognized 5587 # The compiler can only warn and ignore the option if not recognized
5264 # So say no if there are warnings 5588 # So say no if there are warnings
5265 if test -s out/conftest.err; then 5589 if test -s out/conftest.err; then
5266 compiler_c_o=no 5590 compiler_c_o=no
5267 else 5591 else
5311 grep -v '^ *+' conftest.er1 >conftest.err 5635 grep -v '^ *+' conftest.er1 >conftest.err
5312 rm -f conftest.er1 5636 rm -f conftest.er1
5313 cat conftest.err >&5 5637 cat conftest.err >&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } && 5639 (exit $ac_status); } &&
5316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5640 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 (eval $ac_try) 2>&5 5642 (eval $ac_try) 2>&5
5319 ac_status=$? 5643 ac_status=$?
5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5321 (exit $ac_status); }; } && 5645 (exit $ac_status); }; } &&
5407 grep -v '^ *+' conftest.er1 >conftest.err 5731 grep -v '^ *+' conftest.er1 >conftest.err
5408 rm -f conftest.er1 5732 rm -f conftest.er1
5409 cat conftest.err >&5 5733 cat conftest.err >&5
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); } && 5735 (exit $ac_status); } &&
5412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5414 (eval $ac_try) 2>&5 5738 (eval $ac_try) 2>&5
5415 ac_status=$? 5739 ac_status=$?
5416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417 (exit $ac_status); }; } && 5741 (exit $ac_status); }; } &&
6485 grep -v '^ *+' conftest.er1 >conftest.err 6809 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1 6810 rm -f conftest.er1
6487 cat conftest.err >&5 6811 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } && 6813 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6814 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5 6816 (eval $ac_try) 2>&5
6493 ac_status=$? 6817 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } && 6819 (exit $ac_status); }; } &&
6578 grep -v '^ *+' conftest.er1 >conftest.err 6902 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1 6903 rm -f conftest.er1
6580 cat conftest.err >&5 6904 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && 6906 (exit $ac_status); } &&
6583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6907 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6585 (eval $ac_try) 2>&5 6909 (eval $ac_try) 2>&5
6586 ac_status=$? 6910 ac_status=$?
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); }; } && 6912 (exit $ac_status); }; } &&
6670 grep -v '^ *+' conftest.er1 >conftest.err 6994 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1 6995 rm -f conftest.er1
6672 cat conftest.err >&5 6996 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 6998 (exit $ac_status); } &&
6675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6999 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 7001 (eval $ac_try) 2>&5
6678 ac_status=$? 7002 ac_status=$?
6679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6680 (exit $ac_status); }; } && 7004 (exit $ac_status); }; } &&
6735 grep -v '^ *+' conftest.er1 >conftest.err 7059 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1 7060 rm -f conftest.er1
6737 cat conftest.err >&5 7061 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && 7063 (exit $ac_status); } &&
6740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7064 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5 7066 (eval $ac_try) 2>&5
6743 ac_status=$? 7067 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; } && 7069 (exit $ac_status); }; } &&
6801 grep -v '^ *+' conftest.er1 >conftest.err 7125 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 7126 rm -f conftest.er1
6803 cat conftest.err >&5 7127 cat conftest.err >&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && 7129 (exit $ac_status); } &&
6806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7130 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6808 (eval $ac_try) 2>&5 7132 (eval $ac_try) 2>&5
6809 ac_status=$? 7133 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); }; } && 7135 (exit $ac_status); }; } &&
6873 lt_cv_dlopen_self=cross 7197 lt_cv_dlopen_self=cross
6874else 7198else
6875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7199 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6876 lt_status=$lt_dlunknown 7200 lt_status=$lt_dlunknown
6877 cat > conftest.$ac_ext <<EOF 7201 cat > conftest.$ac_ext <<EOF
6878#line 6878 "configure" 7202#line 7202 "configure"
6879#include "confdefs.h" 7203#include "confdefs.h"
6880 7204
6881#if HAVE_DLFCN_H 7205#if HAVE_DLFCN_H
6882#include <dlfcn.h> 7206#include <dlfcn.h>
6883#endif 7207#endif
6971 lt_cv_dlopen_self_static=cross 7295 lt_cv_dlopen_self_static=cross
6972else 7296else
6973 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7297 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6974 lt_status=$lt_dlunknown 7298 lt_status=$lt_dlunknown
6975 cat > conftest.$ac_ext <<EOF 7299 cat > conftest.$ac_ext <<EOF
6976#line 6976 "configure" 7300#line 7300 "configure"
6977#include "confdefs.h" 7301#include "confdefs.h"
6978 7302
6979#if HAVE_DLFCN_H 7303#if HAVE_DLFCN_H
6980#include <dlfcn.h> 7304#include <dlfcn.h>
6981#endif 7305#endif
7772fi; 8096fi;
7773 8097
7774# Check whether --enable-unicode3 or --disable-unicode3 was given. 8098# Check whether --enable-unicode3 or --disable-unicode3 was given.
7775if test "${enable_unicode3+set}" = set; then 8099if test "${enable_unicode3+set}" = set; then
7776 enableval="$enable_unicode3" 8100 enableval="$enable_unicode3"
7777 if test x$enableval = xyes; then 8101 if test x$enableval = xyes -o x$enableval = xno; then
7778 support_unicode3=yes 8102 support_unicode3=yes
7779 fi 8103 fi
7780fi; 8104fi;
7781 8105
7782# Check whether --enable-xft or --disable-xft was given. 8106# Check whether --enable-xft or --disable-xft was given.
7783if test "${enable_xft+set}" = set; then 8107if test "${enable_xft+set}" = set; then
7784 enableval="$enable_xft" 8108 enableval="$enable_xft"
7785 if test x$enableval = xyes; then 8109 if test x$enableval = xyes -o x$enableval = xno; then
7786 support_xft=yes 8110 support_xft=yes
7787 fi 8111 fi
7788fi; 8112fi;
7789 8113
7790 8114
7791# Check whether --with-codesets or --without-codesets was given. 8115# Check whether --with-codesets or --without-codesets was given.
7792if test "${with_codesets+set}" = set; then 8116if test "${with_codesets+set}" = set; then
7793 withval="$with_codesets" 8117 withval="$with_codesets"
7794 if test x$enableval = xyes; then
7795 codesets="$withval" 8118 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
7811fi; 8119fi;
7812 8120
7813# Check whether --enable-utmp or --disable-utmp was given. 8121# Check whether --enable-utmp or --disable-utmp was given.
7814if test "${enable_utmp+set}" = set; then 8122if test "${enable_utmp+set}" = set; then
7815 enableval="$enable_utmp" 8123 enableval="$enable_utmp"
8610 rm -f conftest.er1 8918 rm -f conftest.er1
8611 cat conftest.err >&5 8919 cat conftest.err >&5
8612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } >/dev/null; then 8921 (exit $ac_status); } >/dev/null; then
8614 if test -s conftest.err; then 8922 if test -s conftest.err; then
8615 ac_cpp_err=$ac_c_preproc_warn_flag 8923 ac_cpp_err=$ac_cxx_preproc_warn_flag
8616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8924 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8617 else 8925 else
8618 ac_cpp_err= 8926 ac_cpp_err=
8619 fi 8927 fi
8620else 8928else
8621 ac_cpp_err=yes 8929 ac_cpp_err=yes
8665 grep -v '^ *+' conftest.er1 >conftest.err 8973 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1 8974 rm -f conftest.er1
8667 cat conftest.err >&5 8975 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && 8977 (exit $ac_status); } &&
8670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8978 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8672 (eval $ac_try) 2>&5 8980 (eval $ac_try) 2>&5
8673 ac_status=$? 8981 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }; } && 8983 (exit $ac_status); }; } &&
8776 grep -v '^ *+' conftest.er1 >conftest.err 9084 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1 9085 rm -f conftest.er1
8778 cat conftest.err >&5 9086 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && 9088 (exit $ac_status); } &&
8781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9089 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8783 (eval $ac_try) 2>&5 9091 (eval $ac_try) 2>&5
8784 ac_status=$? 9092 ac_status=$?
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); }; } && 9094 (exit $ac_status); }; } &&
8827 grep -v '^ *+' conftest.er1 >conftest.err 9135 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9136 rm -f conftest.er1
8829 cat conftest.err >&5 9137 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && 9139 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9140 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 9142 (eval $ac_try) 2>&5
8835 ac_status=$? 9143 ac_status=$?
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); }; } && 9145 (exit $ac_status); }; } &&
8903 grep -v '^ *+' conftest.er1 >conftest.err 9211 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1 9212 rm -f conftest.er1
8905 cat conftest.err >&5 9213 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && 9215 (exit $ac_status); } &&
8908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9216 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910 (eval $ac_try) 2>&5 9218 (eval $ac_try) 2>&5
8911 ac_status=$? 9219 ac_status=$?
8912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913 (exit $ac_status); }; } && 9221 (exit $ac_status); }; } &&
8958 grep -v '^ *+' conftest.er1 >conftest.err 9266 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1 9267 rm -f conftest.er1
8960 cat conftest.err >&5 9268 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && 9270 (exit $ac_status); } &&
8963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8965 (eval $ac_try) 2>&5 9273 (eval $ac_try) 2>&5
8966 ac_status=$? 9274 ac_status=$?
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } && 9276 (exit $ac_status); }; } &&
9026 grep -v '^ *+' conftest.er1 >conftest.err 9334 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1 9335 rm -f conftest.er1
9028 cat conftest.err >&5 9336 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && 9338 (exit $ac_status); } &&
9031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9339 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9033 (eval $ac_try) 2>&5 9341 (eval $ac_try) 2>&5
9034 ac_status=$? 9342 ac_status=$?
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } && 9344 (exit $ac_status); }; } &&
9134 grep -v '^ *+' conftest.er1 >conftest.err 9442 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1 9443 rm -f conftest.er1
9136 cat conftest.err >&5 9444 cat conftest.err >&5
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && 9446 (exit $ac_status); } &&
9139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9447 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5 9449 (eval $ac_try) 2>&5
9142 ac_status=$? 9450 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; } && 9452 (exit $ac_status); }; } &&
9198 grep -v '^ *+' conftest.er1 >conftest.err 9506 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1 9507 rm -f conftest.er1
9200 cat conftest.err >&5 9508 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && 9510 (exit $ac_status); } &&
9203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9511 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5 9513 (eval $ac_try) 2>&5
9206 ac_status=$? 9514 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } && 9516 (exit $ac_status); }; } &&
9266 grep -v '^ *+' conftest.er1 >conftest.err 9574 grep -v '^ *+' conftest.er1 >conftest.err
9267 rm -f conftest.er1 9575 rm -f conftest.er1
9268 cat conftest.err >&5 9576 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 9578 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9579 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 9581 (eval $ac_try) 2>&5
9274 ac_status=$? 9582 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } && 9584 (exit $ac_status); }; } &&
9370 grep -v '^ *+' conftest.er1 >conftest.err 9678 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1 9679 rm -f conftest.er1
9372 cat conftest.err >&5 9680 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9682 (exit $ac_status); } &&
9375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9683 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9685 (eval $ac_try) 2>&5
9378 ac_status=$? 9686 ac_status=$?
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); }; } && 9688 (exit $ac_status); }; } &&
9434 grep -v '^ *+' conftest.er1 >conftest.err 9742 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 9743 rm -f conftest.er1
9436 cat conftest.err >&5 9744 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && 9746 (exit $ac_status); } &&
9439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9747 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9441 (eval $ac_try) 2>&5 9749 (eval $ac_try) 2>&5
9442 ac_status=$? 9750 ac_status=$?
9443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); }; } && 9752 (exit $ac_status); }; } &&
9531 grep -v '^ *+' conftest.er1 >conftest.err 9839 grep -v '^ *+' conftest.er1 >conftest.err
9532 rm -f conftest.er1 9840 rm -f conftest.er1
9533 cat conftest.err >&5 9841 cat conftest.err >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 9843 (exit $ac_status); } &&
9536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9844 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 9846 (eval $ac_try) 2>&5
9539 ac_status=$? 9847 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; } && 9849 (exit $ac_status); }; } &&
9595 grep -v '^ *+' conftest.er1 >conftest.err 9903 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1 9904 rm -f conftest.er1
9597 cat conftest.err >&5 9905 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && 9907 (exit $ac_status); } &&
9600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9908 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9602 (eval $ac_try) 2>&5 9910 (eval $ac_try) 2>&5
9603 ac_status=$? 9911 ac_status=$?
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } && 9913 (exit $ac_status); }; } &&
9692 grep -v '^ *+' conftest.er1 >conftest.err 10000 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1 10001 rm -f conftest.er1
9694 cat conftest.err >&5 10002 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && 10004 (exit $ac_status); } &&
9697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10005 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 (eval $ac_try) 2>&5 10007 (eval $ac_try) 2>&5
9700 ac_status=$? 10008 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); }; } && 10010 (exit $ac_status); }; } &&
9756 grep -v '^ *+' conftest.er1 >conftest.err 10064 grep -v '^ *+' conftest.er1 >conftest.err
9757 rm -f conftest.er1 10065 rm -f conftest.er1
9758 cat conftest.err >&5 10066 cat conftest.err >&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } && 10068 (exit $ac_status); } &&
9761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 (eval $ac_try) 2>&5 10071 (eval $ac_try) 2>&5
9764 ac_status=$? 10072 ac_status=$?
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } && 10074 (exit $ac_status); }; } &&
9835 grep -v '^ *+' conftest.er1 >conftest.err 10143 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1 10144 rm -f conftest.er1
9837 cat conftest.err >&5 10145 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && 10147 (exit $ac_status); } &&
9840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10148 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5 10150 (eval $ac_try) 2>&5
9843 ac_status=$? 10151 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } && 10153 (exit $ac_status); }; } &&
9951 rm -f conftest.er1 10259 rm -f conftest.er1
9952 cat conftest.err >&5 10260 cat conftest.err >&5
9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } >/dev/null; then 10262 (exit $ac_status); } >/dev/null; then
9955 if test -s conftest.err; then 10263 if test -s conftest.err; then
9956 ac_cpp_err=$ac_c_preproc_warn_flag 10264 ac_cpp_err=$ac_cxx_preproc_warn_flag
9957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10265 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9958 else 10266 else
9959 ac_cpp_err= 10267 ac_cpp_err=
9960 fi 10268 fi
9961else 10269else
9962 ac_cpp_err=yes 10270 ac_cpp_err=yes
10051 grep -v '^ *+' conftest.er1 >conftest.err 10359 grep -v '^ *+' conftest.er1 >conftest.err
10052 rm -f conftest.er1 10360 rm -f conftest.er1
10053 cat conftest.err >&5 10361 cat conftest.err >&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); } && 10363 (exit $ac_status); } &&
10056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10364 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5 10366 (eval $ac_try) 2>&5
10059 ac_status=$? 10367 ac_status=$?
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; } && 10369 (exit $ac_status); }; } &&
10163 rm -f conftest.er1 10471 rm -f conftest.er1
10164 cat conftest.err >&5 10472 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } >/dev/null; then 10474 (exit $ac_status); } >/dev/null; then
10167 if test -s conftest.err; then 10475 if test -s conftest.err; then
10168 ac_cpp_err=$ac_c_preproc_warn_flag 10476 ac_cpp_err=$ac_cxx_preproc_warn_flag
10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10477 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10170 else 10478 else
10171 ac_cpp_err= 10479 ac_cpp_err=
10172 fi 10480 fi
10173else 10481else
10174 ac_cpp_err=yes 10482 ac_cpp_err=yes
10265 grep -v '^ *+' conftest.er1 >conftest.err 10573 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1 10574 rm -f conftest.er1
10267 cat conftest.err >&5 10575 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 10577 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10578 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5 10580 (eval $ac_try) 2>&5
10273 ac_status=$? 10581 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } && 10583 (exit $ac_status); }; } &&
10368 grep -v '^ *+' conftest.er1 >conftest.err 10676 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1 10677 rm -f conftest.er1
10370 cat conftest.err >&5 10678 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } && 10680 (exit $ac_status); } &&
10373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10681 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5 10683 (eval $ac_try) 2>&5
10376 ac_status=$? 10684 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; } && 10686 (exit $ac_status); }; } &&
10411 rm -f conftest.er1 10719 rm -f conftest.er1
10412 cat conftest.err >&5 10720 cat conftest.err >&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } >/dev/null; then 10722 (exit $ac_status); } >/dev/null; then
10415 if test -s conftest.err; then 10723 if test -s conftest.err; then
10416 ac_cpp_err=$ac_c_preproc_warn_flag 10724 ac_cpp_err=$ac_cxx_preproc_warn_flag
10417 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10725 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10418 else 10726 else
10419 ac_cpp_err= 10727 ac_cpp_err=
10420 fi 10728 fi
10421else 10729else
10422 ac_cpp_err=yes 10730 ac_cpp_err=yes
10432rm -f conftest.err conftest.$ac_ext 10740rm -f conftest.err conftest.$ac_ext
10433echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10741echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10434echo "${ECHO_T}$ac_header_preproc" >&6 10742echo "${ECHO_T}$ac_header_preproc" >&6
10435 10743
10436# So? What about this header? 10744# So? What about this header?
10437case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10745case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10438 yes:no: ) 10746 yes:no: )
10439 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10747 { 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;} 10748echo "$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 10749 { 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;} 10750echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10517 grep -v '^ *+' conftest.er1 >conftest.err 10825 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1 10826 rm -f conftest.er1
10519 cat conftest.err >&5 10827 cat conftest.err >&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && 10829 (exit $ac_status); } &&
10522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10830 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 (eval $ac_try) 2>&5 10832 (eval $ac_try) 2>&5
10525 ac_status=$? 10833 ac_status=$?
10526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10527 (exit $ac_status); }; } && 10835 (exit $ac_status); }; } &&
10582 grep -v '^ *+' conftest.er1 >conftest.err 10890 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1 10891 rm -f conftest.er1
10584 cat conftest.err >&5 10892 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && 10894 (exit $ac_status); } &&
10587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10895 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5 10897 (eval $ac_try) 2>&5
10590 ac_status=$? 10898 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; } && 10900 (exit $ac_status); }; } &&
10747 grep -v '^ *+' conftest.er1 >conftest.err 11055 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1 11056 rm -f conftest.er1
10749 cat conftest.err >&5 11057 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && 11059 (exit $ac_status); } &&
10752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11060 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5 11062 (eval $ac_try) 2>&5
10755 ac_status=$? 11063 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } && 11065 (exit $ac_status); }; } &&
10856 grep -v '^ *+' conftest.er1 >conftest.err 11164 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1 11165 rm -f conftest.er1
10858 cat conftest.err >&5 11166 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && 11168 (exit $ac_status); } &&
10861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11169 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5 11171 (eval $ac_try) 2>&5
10864 ac_status=$? 11172 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; } && 11174 (exit $ac_status); }; } &&
10916 grep -v '^ *+' conftest.er1 >conftest.err 11224 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1 11225 rm -f conftest.er1
10918 cat conftest.err >&5 11226 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && 11228 (exit $ac_status); } &&
10921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11229 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5 11231 (eval $ac_try) 2>&5
10924 ac_status=$? 11232 ac_status=$?
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } && 11234 (exit $ac_status); }; } &&
10991 grep -v '^ *+' conftest.er1 >conftest.err 11299 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1 11300 rm -f conftest.er1
10993 cat conftest.err >&5 11301 cat conftest.err >&5
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && 11303 (exit $ac_status); } &&
10996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11304 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10998 (eval $ac_try) 2>&5 11306 (eval $ac_try) 2>&5
10999 ac_status=$? 11307 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); }; } && 11309 (exit $ac_status); }; } &&
11056 grep -v '^ *+' conftest.er1 >conftest.err 11364 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1 11365 rm -f conftest.er1
11058 cat conftest.err >&5 11366 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && 11368 (exit $ac_status); } &&
11061 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11369 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11063 (eval $ac_try) 2>&5 11371 (eval $ac_try) 2>&5
11064 ac_status=$? 11372 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }; } && 11374 (exit $ac_status); }; } &&
11161 grep -v '^ *+' conftest.er1 >conftest.err 11469 grep -v '^ *+' conftest.er1 >conftest.err
11162 rm -f conftest.er1 11470 rm -f conftest.er1
11163 cat conftest.err >&5 11471 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } && 11473 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11474 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168 (eval $ac_try) 2>&5 11476 (eval $ac_try) 2>&5
11169 ac_status=$? 11477 ac_status=$?
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); }; } && 11479 (exit $ac_status); }; } &&
11223 grep -v '^ *+' conftest.er1 >conftest.err 11531 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1 11532 rm -f conftest.er1
11225 cat conftest.err >&5 11533 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && 11535 (exit $ac_status); } &&
11228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11536 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11230 (eval $ac_try) 2>&5 11538 (eval $ac_try) 2>&5
11231 ac_status=$? 11539 ac_status=$?
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); }; } && 11541 (exit $ac_status); }; } &&
11263 grep -v '^ *+' conftest.er1 >conftest.err 11571 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1 11572 rm -f conftest.er1
11265 cat conftest.err >&5 11573 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && 11575 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11576 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5 11578 (eval $ac_try) 2>&5
11271 ac_status=$? 11579 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; } && 11581 (exit $ac_status); }; } &&
11319 grep -v '^ *+' conftest.er1 >conftest.err 11627 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1 11628 rm -f conftest.er1
11321 cat conftest.err >&5 11629 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && 11631 (exit $ac_status); } &&
11324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11632 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5 11634 (eval $ac_try) 2>&5
11327 ac_status=$? 11635 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } && 11637 (exit $ac_status); }; } &&
11359 grep -v '^ *+' conftest.er1 >conftest.err 11667 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1 11668 rm -f conftest.er1
11361 cat conftest.err >&5 11669 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && 11671 (exit $ac_status); } &&
11364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11672 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5 11674 (eval $ac_try) 2>&5
11367 ac_status=$? 11675 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } && 11677 (exit $ac_status); }; } &&
11423 grep -v '^ *+' conftest.er1 >conftest.err 11731 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1 11732 rm -f conftest.er1
11425 cat conftest.err >&5 11733 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && 11735 (exit $ac_status); } &&
11428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11430 (eval $ac_try) 2>&5 11738 (eval $ac_try) 2>&5
11431 ac_status=$? 11739 ac_status=$?
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); }; } && 11741 (exit $ac_status); }; } &&
11454See \`config.log' for more details." >&2;} 11762See \`config.log' for more details." >&2;}
11455 { (exit 1); exit 1; }; } ;; 11763 { (exit 1); exit 1; }; } ;;
11456esac 11764esac
11457else 11765else
11458 if test "$cross_compiling" = yes; then 11766 if test "$cross_compiling" = yes; then
11459 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 11767 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11460See \`config.log' for more details." >&5 11768echo "$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; }; } 11769 { (exit 1); exit 1; }; }
11464else 11770else
11465 cat >conftest.$ac_ext <<_ACEOF 11771 cat >conftest.$ac_ext <<_ACEOF
11466/* confdefs.h. */ 11772/* confdefs.h. */
11467_ACEOF 11773_ACEOF
11569 grep -v '^ *+' conftest.er1 >conftest.err 11875 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1 11876 rm -f conftest.er1
11571 cat conftest.err >&5 11877 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && 11879 (exit $ac_status); } &&
11574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11880 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5 11882 (eval $ac_try) 2>&5
11577 ac_status=$? 11883 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } && 11885 (exit $ac_status); }; } &&
11631 grep -v '^ *+' conftest.er1 >conftest.err 11937 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1 11938 rm -f conftest.er1
11633 cat conftest.err >&5 11939 cat conftest.err >&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && 11941 (exit $ac_status); } &&
11636 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11942 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5 11944 (eval $ac_try) 2>&5
11639 ac_status=$? 11945 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; } && 11947 (exit $ac_status); }; } &&
11671 grep -v '^ *+' conftest.er1 >conftest.err 11977 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1 11978 rm -f conftest.er1
11673 cat conftest.err >&5 11979 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && 11981 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11982 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5 11984 (eval $ac_try) 2>&5
11679 ac_status=$? 11985 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } && 11987 (exit $ac_status); }; } &&
11727 grep -v '^ *+' conftest.er1 >conftest.err 12033 grep -v '^ *+' conftest.er1 >conftest.err
11728 rm -f conftest.er1 12034 rm -f conftest.er1
11729 cat conftest.err >&5 12035 cat conftest.err >&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); } && 12037 (exit $ac_status); } &&
11732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12038 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11734 (eval $ac_try) 2>&5 12040 (eval $ac_try) 2>&5
11735 ac_status=$? 12041 ac_status=$?
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); }; } && 12043 (exit $ac_status); }; } &&
11767 grep -v '^ *+' conftest.er1 >conftest.err 12073 grep -v '^ *+' conftest.er1 >conftest.err
11768 rm -f conftest.er1 12074 rm -f conftest.er1
11769 cat conftest.err >&5 12075 cat conftest.err >&5
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); } && 12077 (exit $ac_status); } &&
11772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12078 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774 (eval $ac_try) 2>&5 12080 (eval $ac_try) 2>&5
11775 ac_status=$? 12081 ac_status=$?
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); }; } && 12083 (exit $ac_status); }; } &&
11831 grep -v '^ *+' conftest.er1 >conftest.err 12137 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1 12138 rm -f conftest.er1
11833 cat conftest.err >&5 12139 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12141 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12142 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12144 (eval $ac_try) 2>&5
11839 ac_status=$? 12145 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } && 12147 (exit $ac_status); }; } &&
11862See \`config.log' for more details." >&2;} 12168See \`config.log' for more details." >&2;}
11863 { (exit 1); exit 1; }; } ;; 12169 { (exit 1); exit 1; }; } ;;
11864esac 12170esac
11865else 12171else
11866 if test "$cross_compiling" = yes; then 12172 if test "$cross_compiling" = yes; then
11867 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12173 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11868See \`config.log' for more details." >&5 12174echo "$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; }; } 12175 { (exit 1); exit 1; }; }
11872else 12176else
11873 cat >conftest.$ac_ext <<_ACEOF 12177 cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 12178/* confdefs.h. */
11875_ACEOF 12179_ACEOF
11977 grep -v '^ *+' conftest.er1 >conftest.err 12281 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1 12282 rm -f conftest.er1
11979 cat conftest.err >&5 12283 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && 12285 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12286 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5 12288 (eval $ac_try) 2>&5
11985 ac_status=$? 12289 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } && 12291 (exit $ac_status); }; } &&
12039 grep -v '^ *+' conftest.er1 >conftest.err 12343 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1 12344 rm -f conftest.er1
12041 cat conftest.err >&5 12345 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && 12347 (exit $ac_status); } &&
12044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12348 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5 12350 (eval $ac_try) 2>&5
12047 ac_status=$? 12351 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; } && 12353 (exit $ac_status); }; } &&
12079 grep -v '^ *+' conftest.er1 >conftest.err 12383 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1 12384 rm -f conftest.er1
12081 cat conftest.err >&5 12385 cat conftest.err >&5
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && 12387 (exit $ac_status); } &&
12084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12388 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5 12390 (eval $ac_try) 2>&5
12087 ac_status=$? 12391 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; } && 12393 (exit $ac_status); }; } &&
12135 grep -v '^ *+' conftest.er1 >conftest.err 12439 grep -v '^ *+' conftest.er1 >conftest.err
12136 rm -f conftest.er1 12440 rm -f conftest.er1
12137 cat conftest.err >&5 12441 cat conftest.err >&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); } && 12443 (exit $ac_status); } &&
12140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12444 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5 12446 (eval $ac_try) 2>&5
12143 ac_status=$? 12447 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; } && 12449 (exit $ac_status); }; } &&
12175 grep -v '^ *+' conftest.er1 >conftest.err 12479 grep -v '^ *+' conftest.er1 >conftest.err
12176 rm -f conftest.er1 12480 rm -f conftest.er1
12177 cat conftest.err >&5 12481 cat conftest.err >&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); } && 12483 (exit $ac_status); } &&
12180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12484 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5 12486 (eval $ac_try) 2>&5
12183 ac_status=$? 12487 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; } && 12489 (exit $ac_status); }; } &&
12239 grep -v '^ *+' conftest.er1 >conftest.err 12543 grep -v '^ *+' conftest.er1 >conftest.err
12240 rm -f conftest.er1 12544 rm -f conftest.er1
12241 cat conftest.err >&5 12545 cat conftest.err >&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } && 12547 (exit $ac_status); } &&
12244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12548 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5 12550 (eval $ac_try) 2>&5
12247 ac_status=$? 12551 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; } && 12553 (exit $ac_status); }; } &&
12270See \`config.log' for more details." >&2;} 12574See \`config.log' for more details." >&2;}
12271 { (exit 1); exit 1; }; } ;; 12575 { (exit 1); exit 1; }; } ;;
12272esac 12576esac
12273else 12577else
12274 if test "$cross_compiling" = yes; then 12578 if test "$cross_compiling" = yes; then
12275 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12579 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12276See \`config.log' for more details." >&5 12580echo "$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; }; } 12581 { (exit 1); exit 1; }; }
12280else 12582else
12281 cat >conftest.$ac_ext <<_ACEOF 12583 cat >conftest.$ac_ext <<_ACEOF
12282/* confdefs.h. */ 12584/* confdefs.h. */
12283_ACEOF 12585_ACEOF
12385 grep -v '^ *+' conftest.er1 >conftest.err 12687 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1 12688 rm -f conftest.er1
12387 cat conftest.err >&5 12689 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12691 (exit $ac_status); } &&
12390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12692 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12694 (eval $ac_try) 2>&5
12393 ac_status=$? 12695 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; } && 12697 (exit $ac_status); }; } &&
12447 grep -v '^ *+' conftest.er1 >conftest.err 12749 grep -v '^ *+' conftest.er1 >conftest.err
12448 rm -f conftest.er1 12750 rm -f conftest.er1
12449 cat conftest.err >&5 12751 cat conftest.err >&5
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); } && 12753 (exit $ac_status); } &&
12452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12754 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5 12756 (eval $ac_try) 2>&5
12455 ac_status=$? 12757 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } && 12759 (exit $ac_status); }; } &&
12487 grep -v '^ *+' conftest.er1 >conftest.err 12789 grep -v '^ *+' conftest.er1 >conftest.err
12488 rm -f conftest.er1 12790 rm -f conftest.er1
12489 cat conftest.err >&5 12791 cat conftest.err >&5
12490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491 (exit $ac_status); } && 12793 (exit $ac_status); } &&
12492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12794 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494 (eval $ac_try) 2>&5 12796 (eval $ac_try) 2>&5
12495 ac_status=$? 12797 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); }; } && 12799 (exit $ac_status); }; } &&
12543 grep -v '^ *+' conftest.er1 >conftest.err 12845 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1 12846 rm -f conftest.er1
12545 cat conftest.err >&5 12847 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && 12849 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12850 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5 12852 (eval $ac_try) 2>&5
12551 ac_status=$? 12853 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } && 12855 (exit $ac_status); }; } &&
12583 grep -v '^ *+' conftest.er1 >conftest.err 12885 grep -v '^ *+' conftest.er1 >conftest.err
12584 rm -f conftest.er1 12886 rm -f conftest.er1
12585 cat conftest.err >&5 12887 cat conftest.err >&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 12889 (exit $ac_status); } &&
12588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12890 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 12892 (eval $ac_try) 2>&5
12591 ac_status=$? 12893 ac_status=$?
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; } && 12895 (exit $ac_status); }; } &&
12647 grep -v '^ *+' conftest.er1 >conftest.err 12949 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1 12950 rm -f conftest.er1
12649 cat conftest.err >&5 12951 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && 12953 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12954 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5 12956 (eval $ac_try) 2>&5
12655 ac_status=$? 12957 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } && 12959 (exit $ac_status); }; } &&
12678See \`config.log' for more details." >&2;} 12980See \`config.log' for more details." >&2;}
12679 { (exit 1); exit 1; }; } ;; 12981 { (exit 1); exit 1; }; } ;;
12680esac 12982esac
12681else 12983else
12682 if test "$cross_compiling" = yes; then 12984 if test "$cross_compiling" = yes; then
12683 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12985 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12684See \`config.log' for more details." >&5 12986echo "$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; }; } 12987 { (exit 1); exit 1; }; }
12688else 12988else
12689 cat >conftest.$ac_ext <<_ACEOF 12989 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */ 12990/* confdefs.h. */
12691_ACEOF 12991_ACEOF
12793 grep -v '^ *+' conftest.er1 >conftest.err 13093 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1 13094 rm -f conftest.er1
12795 cat conftest.err >&5 13095 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } && 13097 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13098 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5 13100 (eval $ac_try) 2>&5
12801 ac_status=$? 13101 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } && 13103 (exit $ac_status); }; } &&
12855 grep -v '^ *+' conftest.er1 >conftest.err 13155 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1 13156 rm -f conftest.er1
12857 cat conftest.err >&5 13157 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && 13159 (exit $ac_status); } &&
12860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12862 (eval $ac_try) 2>&5 13162 (eval $ac_try) 2>&5
12863 ac_status=$? 13163 ac_status=$?
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); }; } && 13165 (exit $ac_status); }; } &&
12895 grep -v '^ *+' conftest.er1 >conftest.err 13195 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1 13196 rm -f conftest.er1
12897 cat conftest.err >&5 13197 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && 13199 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13200 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5 13202 (eval $ac_try) 2>&5
12903 ac_status=$? 13203 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } && 13205 (exit $ac_status); }; } &&
12951 grep -v '^ *+' conftest.er1 >conftest.err 13251 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1 13252 rm -f conftest.er1
12953 cat conftest.err >&5 13253 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && 13255 (exit $ac_status); } &&
12956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13256 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 13258 (eval $ac_try) 2>&5
12959 ac_status=$? 13259 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; } && 13261 (exit $ac_status); }; } &&
12991 grep -v '^ *+' conftest.er1 >conftest.err 13291 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1 13292 rm -f conftest.er1
12993 cat conftest.err >&5 13293 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && 13295 (exit $ac_status); } &&
12996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13296 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12998 (eval $ac_try) 2>&5 13298 (eval $ac_try) 2>&5
12999 ac_status=$? 13299 ac_status=$?
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); }; } && 13301 (exit $ac_status); }; } &&
13055 grep -v '^ *+' conftest.er1 >conftest.err 13355 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1 13356 rm -f conftest.er1
13057 cat conftest.err >&5 13357 cat conftest.err >&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && 13359 (exit $ac_status); } &&
13060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13360 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5 13362 (eval $ac_try) 2>&5
13063 ac_status=$? 13363 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } && 13365 (exit $ac_status); }; } &&
13086See \`config.log' for more details." >&2;} 13386See \`config.log' for more details." >&2;}
13087 { (exit 1); exit 1; }; } ;; 13387 { (exit 1); exit 1; }; } ;;
13088esac 13388esac
13089else 13389else
13090 if test "$cross_compiling" = yes; then 13390 if test "$cross_compiling" = yes; then
13091 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13391 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13092See \`config.log' for more details." >&5 13392echo "$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; }; } 13393 { (exit 1); exit 1; }; }
13096else 13394else
13097 cat >conftest.$ac_ext <<_ACEOF 13395 cat >conftest.$ac_ext <<_ACEOF
13098/* confdefs.h. */ 13396/* confdefs.h. */
13099_ACEOF 13397_ACEOF
13201 grep -v '^ *+' conftest.er1 >conftest.err 13499 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1 13500 rm -f conftest.er1
13203 cat conftest.err >&5 13501 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 13503 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13504 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 13506 (eval $ac_try) 2>&5
13209 ac_status=$? 13507 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } && 13509 (exit $ac_status); }; } &&
13263 grep -v '^ *+' conftest.er1 >conftest.err 13561 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1 13562 rm -f conftest.er1
13265 cat conftest.err >&5 13563 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && 13565 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13566 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5 13568 (eval $ac_try) 2>&5
13271 ac_status=$? 13569 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } && 13571 (exit $ac_status); }; } &&
13303 grep -v '^ *+' conftest.er1 >conftest.err 13601 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1 13602 rm -f conftest.er1
13305 cat conftest.err >&5 13603 cat conftest.err >&5
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && 13605 (exit $ac_status); } &&
13308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13606 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310 (eval $ac_try) 2>&5 13608 (eval $ac_try) 2>&5
13311 ac_status=$? 13609 ac_status=$?
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); }; } && 13611 (exit $ac_status); }; } &&
13359 grep -v '^ *+' conftest.er1 >conftest.err 13657 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1 13658 rm -f conftest.er1
13361 cat conftest.err >&5 13659 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } && 13661 (exit $ac_status); } &&
13364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13662 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5 13664 (eval $ac_try) 2>&5
13367 ac_status=$? 13665 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } && 13667 (exit $ac_status); }; } &&
13399 grep -v '^ *+' conftest.er1 >conftest.err 13697 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1 13698 rm -f conftest.er1
13401 cat conftest.err >&5 13699 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } && 13701 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13702 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5 13704 (eval $ac_try) 2>&5
13407 ac_status=$? 13705 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } && 13707 (exit $ac_status); }; } &&
13463 grep -v '^ *+' conftest.er1 >conftest.err 13761 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1 13762 rm -f conftest.er1
13465 cat conftest.err >&5 13763 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 13765 (exit $ac_status); } &&
13468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13766 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 13768 (eval $ac_try) 2>&5
13471 ac_status=$? 13769 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } && 13771 (exit $ac_status); }; } &&
13494See \`config.log' for more details." >&2;} 13792See \`config.log' for more details." >&2;}
13495 { (exit 1); exit 1; }; } ;; 13793 { (exit 1); exit 1; }; } ;;
13496esac 13794esac
13497else 13795else
13498 if test "$cross_compiling" = yes; then 13796 if test "$cross_compiling" = yes; then
13499 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13797 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13500See \`config.log' for more details." >&5 13798echo "$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; }; } 13799 { (exit 1); exit 1; }; }
13504else 13800else
13505 cat >conftest.$ac_ext <<_ACEOF 13801 cat >conftest.$ac_ext <<_ACEOF
13506/* confdefs.h. */ 13802/* confdefs.h. */
13507_ACEOF 13803_ACEOF
13608 grep -v '^ *+' conftest.er1 >conftest.err 13904 grep -v '^ *+' conftest.er1 >conftest.err
13609 rm -f conftest.er1 13905 rm -f conftest.er1
13610 cat conftest.err >&5 13906 cat conftest.err >&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } && 13908 (exit $ac_status); } &&
13613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13909 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5 13911 (eval $ac_try) 2>&5
13616 ac_status=$? 13912 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; } && 13914 (exit $ac_status); }; } &&
13690 grep -v '^ *+' conftest.er1 >conftest.err 13986 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1 13987 rm -f conftest.er1
13692 cat conftest.err >&5 13988 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && 13990 (exit $ac_status); } &&
13695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13991 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13697 (eval $ac_try) 2>&5 13993 (eval $ac_try) 2>&5
13698 ac_status=$? 13994 ac_status=$?
13699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700 (exit $ac_status); }; } && 13996 (exit $ac_status); }; } &&
13772 grep -v '^ *+' conftest.er1 >conftest.err 14068 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14069 rm -f conftest.er1
13774 cat conftest.err >&5 14070 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && 14072 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14073 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5 14075 (eval $ac_try) 2>&5
13780 ac_status=$? 14076 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } && 14078 (exit $ac_status); }; } &&
13854 grep -v '^ *+' conftest.er1 >conftest.err 14150 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1 14151 rm -f conftest.er1
13856 cat conftest.err >&5 14152 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && 14154 (exit $ac_status); } &&
13859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14155 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13861 (eval $ac_try) 2>&5 14157 (eval $ac_try) 2>&5
13862 ac_status=$? 14158 ac_status=$?
13863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13864 (exit $ac_status); }; } && 14160 (exit $ac_status); }; } &&
13966 grep -v '^ *+' conftest.er1 >conftest.err 14262 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1 14263 rm -f conftest.er1
13968 cat conftest.err >&5 14264 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && 14266 (exit $ac_status); } &&
13971 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14267 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5 14269 (eval $ac_try) 2>&5
13974 ac_status=$? 14270 ac_status=$?
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; } && 14272 (exit $ac_status); }; } &&
14106 grep -v '^ *+' conftest.er1 >conftest.err 14402 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1 14403 rm -f conftest.er1
14108 cat conftest.err >&5 14404 cat conftest.err >&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } && 14406 (exit $ac_status); } &&
14111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14407 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14113 (eval $ac_try) 2>&5 14409 (eval $ac_try) 2>&5
14114 ac_status=$? 14410 ac_status=$?
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); }; } && 14412 (exit $ac_status); }; } &&
14170 grep -v '^ *+' conftest.er1 >conftest.err 14466 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1 14467 rm -f conftest.er1
14172 cat conftest.err >&5 14468 cat conftest.err >&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && 14470 (exit $ac_status); } &&
14175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14471 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5 14473 (eval $ac_try) 2>&5
14178 ac_status=$? 14474 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; } && 14476 (exit $ac_status); }; } &&
14213 rm -f conftest.er1 14509 rm -f conftest.er1
14214 cat conftest.err >&5 14510 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null; then 14512 (exit $ac_status); } >/dev/null; then
14217 if test -s conftest.err; then 14513 if test -s conftest.err; then
14218 ac_cpp_err=$ac_c_preproc_warn_flag 14514 ac_cpp_err=$ac_cxx_preproc_warn_flag
14219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14515 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14220 else 14516 else
14221 ac_cpp_err= 14517 ac_cpp_err=
14222 fi 14518 fi
14223else 14519else
14224 ac_cpp_err=yes 14520 ac_cpp_err=yes
14234rm -f conftest.err conftest.$ac_ext 14530rm -f conftest.err conftest.$ac_ext
14235echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14531echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14236echo "${ECHO_T}$ac_header_preproc" >&6 14532echo "${ECHO_T}$ac_header_preproc" >&6
14237 14533
14238# So? What about this header? 14534# So? What about this header?
14239case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14535case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14240 yes:no: ) 14536 yes:no: )
14241 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 14537 { 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;} 14538echo "$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 14539 { 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;} 14540echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14308 grep -v '^ *+' conftest.er1 >conftest.err 14604 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1 14605 rm -f conftest.er1
14310 cat conftest.err >&5 14606 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && 14608 (exit $ac_status); } &&
14313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14609 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5 14611 (eval $ac_try) 2>&5
14316 ac_status=$? 14612 ac_status=$?
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } && 14614 (exit $ac_status); }; } &&
14370 grep -v '^ *+' conftest.er1 >conftest.err 14666 grep -v '^ *+' conftest.er1 >conftest.err
14371 rm -f conftest.er1 14667 rm -f conftest.er1
14372 cat conftest.err >&5 14668 cat conftest.err >&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } && 14670 (exit $ac_status); } &&
14375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14671 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5 14673 (eval $ac_try) 2>&5
14378 ac_status=$? 14674 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } && 14676 (exit $ac_status); }; } &&
14431 grep -v '^ *+' conftest.er1 >conftest.err 14727 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1 14728 rm -f conftest.er1
14433 cat conftest.err >&5 14729 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && 14731 (exit $ac_status); } &&
14436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14732 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5 14734 (eval $ac_try) 2>&5
14439 ac_status=$? 14735 ac_status=$?
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; } && 14737 (exit $ac_status); }; } &&
14496 grep -v '^ *+' conftest.er1 >conftest.err 14792 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1 14793 rm -f conftest.er1
14498 cat conftest.err >&5 14794 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 14796 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14797 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 14799 (eval $ac_try) 2>&5
14504 ac_status=$? 14800 ac_status=$?
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; } && 14802 (exit $ac_status); }; } &&
14539 rm -f conftest.er1 14835 rm -f conftest.er1
14540 cat conftest.err >&5 14836 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } >/dev/null; then 14838 (exit $ac_status); } >/dev/null; then
14543 if test -s conftest.err; then 14839 if test -s conftest.err; then
14544 ac_cpp_err=$ac_c_preproc_warn_flag 14840 ac_cpp_err=$ac_cxx_preproc_warn_flag
14545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14841 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14546 else 14842 else
14547 ac_cpp_err= 14843 ac_cpp_err=
14548 fi 14844 fi
14549else 14845else
14550 ac_cpp_err=yes 14846 ac_cpp_err=yes
14560rm -f conftest.err conftest.$ac_ext 14856rm -f conftest.err conftest.$ac_ext
14561echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14857echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14562echo "${ECHO_T}$ac_header_preproc" >&6 14858echo "${ECHO_T}$ac_header_preproc" >&6
14563 14859
14564# So? What about this header? 14860# So? What about this header?
14565case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14861case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14566 yes:no: ) 14862 yes:no: )
14567 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 14863 { 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;} 14864echo "$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 14865 { 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;} 14866echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14633 grep -v '^ *+' conftest.er1 >conftest.err 14929 grep -v '^ *+' conftest.er1 >conftest.err
14634 rm -f conftest.er1 14930 rm -f conftest.er1
14635 cat conftest.err >&5 14931 cat conftest.err >&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } && 14933 (exit $ac_status); } &&
14638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14934 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5 14936 (eval $ac_try) 2>&5
14641 ac_status=$? 14937 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; } && 14939 (exit $ac_status); }; } &&
14695 grep -v '^ *+' conftest.er1 >conftest.err 14991 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 14992 rm -f conftest.er1
14697 cat conftest.err >&5 14993 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && 14995 (exit $ac_status); } &&
14700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14996 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5 14998 (eval $ac_try) 2>&5
14703 ac_status=$? 14999 ac_status=$?
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; } && 15001 (exit $ac_status); }; } &&
14764 grep -v '^ *+' conftest.er1 >conftest.err 15060 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1 15061 rm -f conftest.er1
14766 cat conftest.err >&5 15062 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && 15064 (exit $ac_status); } &&
14769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15065 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5 15067 (eval $ac_try) 2>&5
14772 ac_status=$? 15068 ac_status=$?
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } && 15070 (exit $ac_status); }; } &&
14829 grep -v '^ *+' conftest.er1 >conftest.err 15125 grep -v '^ *+' conftest.er1 >conftest.err
14830 rm -f conftest.er1 15126 rm -f conftest.er1
14831 cat conftest.err >&5 15127 cat conftest.err >&5
14832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14833 (exit $ac_status); } && 15129 (exit $ac_status); } &&
14834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15130 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14836 (eval $ac_try) 2>&5 15132 (eval $ac_try) 2>&5
14837 ac_status=$? 15133 ac_status=$?
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); }; } && 15135 (exit $ac_status); }; } &&
15458 grep -v '^ *+' conftest.er1 >conftest.err 15754 grep -v '^ *+' conftest.er1 >conftest.err
15459 rm -f conftest.er1 15755 rm -f conftest.er1
15460 cat conftest.err >&5 15756 cat conftest.err >&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && 15758 (exit $ac_status); } &&
15463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15759 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5 15761 (eval $ac_try) 2>&5
15466 ac_status=$? 15762 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 15764 (exit $ac_status); }; } &&
15521 grep -v '^ *+' conftest.er1 >conftest.err 15817 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1 15818 rm -f conftest.er1
15523 cat conftest.err >&5 15819 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } && 15821 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15528 (eval $ac_try) 2>&5 15824 (eval $ac_try) 2>&5
15529 ac_status=$? 15825 ac_status=$?
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); }; } && 15827 (exit $ac_status); }; } &&
15582 grep -v '^ *+' conftest.er1 >conftest.err 15878 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1 15879 rm -f conftest.er1
15584 cat conftest.err >&5 15880 cat conftest.err >&5
15585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } && 15882 (exit $ac_status); } &&
15587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15883 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15589 (eval $ac_try) 2>&5 15885 (eval $ac_try) 2>&5
15590 ac_status=$? 15886 ac_status=$?
15591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); }; } && 15888 (exit $ac_status); }; } &&
15646 grep -v '^ *+' conftest.er1 >conftest.err 15942 grep -v '^ *+' conftest.er1 >conftest.err
15647 rm -f conftest.er1 15943 rm -f conftest.er1
15648 cat conftest.err >&5 15944 cat conftest.err >&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && 15946 (exit $ac_status); } &&
15651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15947 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5 15949 (eval $ac_try) 2>&5
15654 ac_status=$? 15950 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; } && 15952 (exit $ac_status); }; } &&
15840 grep -v '^ *+' conftest.er1 >conftest.err 16136 grep -v '^ *+' conftest.er1 >conftest.err
15841 rm -f conftest.er1 16137 rm -f conftest.er1
15842 cat conftest.err >&5 16138 cat conftest.err >&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); } && 16140 (exit $ac_status); } &&
15845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16141 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15847 (eval $ac_try) 2>&5 16143 (eval $ac_try) 2>&5
15848 ac_status=$? 16144 ac_status=$?
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); }; } && 16146 (exit $ac_status); }; } &&
16046 16342
16047cat >>confdefs.h <<\_ACEOF 16343cat >>confdefs.h <<\_ACEOF
16048#define ENCODING_EU 1 16344#define ENCODING_EU 1
16049_ACEOF 16345_ACEOF
16050 16346
16051 case "$codeset" in 16347
16052 VN )
16053cat >>confdefs.h <<\_ACEOF 16348cat >>confdefs.h <<\_ACEOF
16054#define ENCODING_VN 1 16349#define ENCODING_VN 1
16055_ACEOF 16350_ACEOF
16056 ;; 16351
16352 case "$codeset" in
16057 JP ) 16353 JP )
16058cat >>confdefs.h <<\_ACEOF 16354cat >>confdefs.h <<\_ACEOF
16059#define ENCODING_JP 1 16355#define ENCODING_JP 1
16060_ACEOF 16356_ACEOF
16061 ;; 16357 ;;
16240 grep -v '^ *+' conftest.er1 >conftest.err 16536 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1 16537 rm -f conftest.er1
16242 cat conftest.err >&5 16538 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && 16540 (exit $ac_status); } &&
16245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16541 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5 16543 (eval $ac_try) 2>&5
16248 ac_status=$? 16544 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; } && 16546 (exit $ac_status); }; } &&
16283 rm -f conftest.er1 16579 rm -f conftest.er1
16284 cat conftest.err >&5 16580 cat conftest.err >&5
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); } >/dev/null; then 16582 (exit $ac_status); } >/dev/null; then
16287 if test -s conftest.err; then 16583 if test -s conftest.err; then
16288 ac_cpp_err=$ac_c_preproc_warn_flag 16584 ac_cpp_err=$ac_cxx_preproc_warn_flag
16289 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 16585 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16290 else 16586 else
16291 ac_cpp_err= 16587 ac_cpp_err=
16292 fi 16588 fi
16293else 16589else
16294 ac_cpp_err=yes 16590 ac_cpp_err=yes
16304rm -f conftest.err conftest.$ac_ext 16600rm -f conftest.err conftest.$ac_ext
16305echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16601echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16306echo "${ECHO_T}$ac_header_preproc" >&6 16602echo "${ECHO_T}$ac_header_preproc" >&6
16307 16603
16308# So? What about this header? 16604# So? What about this header?
16309case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16605case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16310 yes:no: ) 16606 yes:no: )
16311 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16607 { 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;} 16608echo "$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 16609 { 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;} 16610echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16396 grep -v '^ *+' conftest.er1 >conftest.err 16692 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1 16693 rm -f conftest.er1
16398 cat conftest.err >&5 16694 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && 16696 (exit $ac_status); } &&
16401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16697 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5 16699 (eval $ac_try) 2>&5
16404 ac_status=$? 16700 ac_status=$?
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; } && 16702 (exit $ac_status); }; } &&
17079s,@CPP@,$CPP,;t t 17375s,@CPP@,$CPP,;t t
17080s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 17376s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17081s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 17377s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17082s,@INSTALL_DATA@,$INSTALL_DATA,;t t 17378s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17083s,@AWK@,$AWK,;t t 17379s,@AWK@,$AWK,;t t
17380s,@LINKER@,$LINKER,;t t
17381s,@CXXCPP@,$CXXCPP,;t t
17084s,@EGREP@,$EGREP,;t t 17382s,@EGREP@,$EGREP,;t t
17085s,@build@,$build,;t t 17383s,@build@,$build,;t t
17086s,@build_cpu@,$build_cpu,;t t 17384s,@build_cpu@,$build_cpu,;t t
17087s,@build_vendor@,$build_vendor,;t t 17385s,@build_vendor@,$build_vendor,;t t
17088s,@build_os@,$build_os,;t t 17386s,@build_os@,$build_os,;t t
17635echo "Configuration: 17933echo "Configuration:
17636 17934
17637 Rxvt version: $VERSION : $DATE 17935 Rxvt version: $VERSION : $DATE
17638 Source code location: $srcdir 17936 Source code location: $srcdir
17639 Install path: ${prefix}/bin 17937 Install path: ${prefix}/bin
17640 Compiler: $CC 17938 Compiler: $CXX
17641 Compiler flags: $CFLAGS" 17939 Compiler flags: $CFLAGS
17940 Linker: $LINKER"
17642 17941
17643if test "$MALLOC_TYPE" = S; then 17942if test "$MALLOC_TYPE" = S; then
17644 echo " malloc support: system default" 17943 echo " malloc support: system default"
17645fi 17944fi
17646if test "$MALLOC_TYPE" = G; then 17945if test "$MALLOC_TYPE" = G; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines