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.26 by root, Sat Jul 10 20:59:38 2004 UTC

465#endif 465#endif
466#if HAVE_UNISTD_H 466#if HAVE_UNISTD_H
467# include <unistd.h> 467# include <unistd.h>
468#endif" 468#endif"
469 469
470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB RXVTNAME include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS' 470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
471ac_subst_files='MCOMMON' 471ac_subst_files='MCOMMON'
472 472
473# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help= 474ac_init_help=
475ac_init_version=false 475ac_init_version=false
934ac_cv_env_CXXFLAGS_value=$CXXFLAGS 934ac_cv_env_CXXFLAGS_value=$CXXFLAGS
935ac_env_CPP_set=${CPP+set} 935ac_env_CPP_set=${CPP+set}
936ac_env_CPP_value=$CPP 936ac_env_CPP_value=$CPP
937ac_cv_env_CPP_set=${CPP+set} 937ac_cv_env_CPP_set=${CPP+set}
938ac_cv_env_CPP_value=$CPP 938ac_cv_env_CPP_value=$CPP
939ac_env_CXXCPP_set=${CXXCPP+set}
940ac_env_CXXCPP_value=$CXXCPP
941ac_cv_env_CXXCPP_set=${CXXCPP+set}
942ac_cv_env_CXXCPP_value=$CXXCPP
939 943
940# 944#
941# Report the --help message. 945# Report the --help message.
942# 946#
943if test "$ac_init_help" = "long"; then 947if test "$ac_init_help" = "long"; then
1021 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1022 --enable-shared=PKGS build shared libraries default=no 1026 --enable-shared=PKGS build shared libraries default=no
1023 --enable-static=PKGS build static libraries default=yes 1027 --enable-static=PKGS build static libraries default=yes
1024 --enable-fast-install=PKGS optimize for fast installation default=yes 1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1025 --disable-libtool-lock avoid locking (might break parallel builds) 1029 --disable-libtool-lock avoid locking (might break parallel builds)
1026 --enable-everything enable standard non-multichoice features: marked * 1030 --enable-everything enable standard non-multichoice features
1027 NOTE: this option is order dependent 1031 NOTE: this option is order dependent
1028 NOTE: automatically enabled with --enable-shared 1032 NOTE: automatically enabled with --enable-shared
1029 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1030 --enable-xft enable xft support on systems that have it 1035 --enable-xft enable xft support on systems that have it
1031 --enable-utmp enable utmp (utmpx) support 1036 --enable-utmp enable utmp (utmpx) support
1032 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1033 --enable-lastlog enable lastlog support (requires --enable-utmp) 1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1034 --enable-xpm-background enable XPM background pixmaps 1039 --enable-xpm-background enable XPM background pixmaps
1035 --enable-transparency enable transparent backgrounds 1040 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg
1036 --enable-menubar enable menubar 1042 --enable-menubar enable menubar
1037 --enable-rxvt-scroll enable rxvt style scrollbar 1043 --enable-rxvt-scroll enable rxvt style scrollbar
1038 --enable-next-scroll enable NeXT style scrollbar 1044 --enable-next-scroll enable NeXT style scrollbar
1039 --enable-xterm-scroll enable Xterm style scrollbar 1045 --enable-xterm-scroll enable Xterm style scrollbar
1040 --enable-plain-scroll enable plain style scrollbar 1046 --enable-plain-scroll enable plain style scrollbar
1043 --enable-ttygid enable tty setting to group named "tty" 1049 --enable-ttygid enable tty setting to group named "tty"
1044 --disable-backspace-key disable handling of the backspace key 1050 --disable-backspace-key disable handling of the backspace key
1045 --disable-delete-key disable handling of the delete key 1051 --disable-delete-key disable handling of the delete key
1046 --disable-resources disable all resource checking 1052 --disable-resources disable all resource checking
1047 --enable-xgetdefault enable resources via X instead of our small version 1053 --enable-xgetdefault enable resources via X instead of our small version
1054 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1055 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1048 --enable-strings enable some replacement system functions 1056 --enable-strings enable some replacement system functions
1049 --disable-swapscreen disable swap screen support 1057 --disable-swapscreen disable swap screen support
1050 --enable-frills enable support for rarely used features 1058 --enable-frills enable support for rarely used features
1051 --enable-linespace enable support for linespace 1059 --enable-linespace enable support for linespace
1052 --enable-24bit enable support for using 24bit visuals if available 1060 --enable-24bit enable support for using 24bit visuals if available
1053 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1061 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1054 --enable-selectionscrolling enable scrolling during selections 1062 --enable-selectionscrolling enable scrolling during selections
1055 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1063 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1056 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1064 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1057 --enable-old-selection enable v2.20 (& prior) mouse selection style support
1058 --disable-new-selection disable new mouse (xterm) selection style support
1059 --enable-dmalloc enable Gray Watson's malloc - for debugging use 1065 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1060 --enable-dlmalloc enable Doug Lea's malloc - for production use 1066 --enable-dlmalloc enable Doug Lea's malloc - for production use
1061 NOTE: enable only one malloc package 1067 NOTE: enable only one malloc package
1062 --enable-smart-resize enable smart growth/shrink behaviour 1068 --enable-smart-resize enable smart growth/shrink behaviour
1063 --enable-256-color enable 256-color support 1069 --enable-256-color enable 256-color support
1068Optional Packages: 1074Optional Packages:
1069 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1075 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1070 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1076 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1071 --with-gnu-ld assume the C compiler uses GNU ld default=no 1077 --with-gnu-ld assume the C compiler uses GNU ld default=no
1072 --with-pic try to use only PIC/non-PIC objects default=use both 1078 --with-pic try to use only PIC/non-PIC objects default=use both
1073 --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all) 1079 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1074 --with-encoding=NAME set language default encoding to NAME (default: sjis) 1080 --with-res-name=NAME use this as default resource name (default: urxvt)
1075 (eucj|sjis|big5|gb|kr|noenc) 1081 --with-res-class=CLASS use this as the resource class (default: URxvt)
1082 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1076 --with-term=NAME set the terminal to NAME (default \"rxvt\") 1083 --with-term=NAME set the terminal to NAME (default: rxvt)
1077 --with-terminfo=PATH set the path to the terminfo tree to PATH 1084 --with-terminfo=PATH set the path to the terminfo tree to PATH
1078 --with-x use the X Window System 1085 --with-x use the X Window System
1079 --with-xpm-includes=DIR use XPM includes in DIR 1086 --with-xpm-includes=DIR use XPM includes in DIR
1080 --with-xpm-library=DIR use XPM library in DIR 1087 --with-xpm-library=DIR use XPM library in DIR
1081 --with-xpm use XPM 1088 --with-xpm use XPM
1088 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1095 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1089 headers in a nonstandard directory <include dir> 1096 headers in a nonstandard directory <include dir>
1090 CXX C++ compiler command 1097 CXX C++ compiler command
1091 CXXFLAGS C++ compiler flags 1098 CXXFLAGS C++ compiler flags
1092 CPP C preprocessor 1099 CPP C preprocessor
1100 CXXCPP C++ preprocessor
1093 1101
1094Use these variables to override the choices made by `configure' or to help 1102Use these variables to override the choices made by `configure' or to help
1095it to find libraries and programs with nonstandard names/locations. 1103it to find libraries and programs with nonstandard names/locations.
1096 1104
1097_ACEOF 1105_ACEOF
3193 3201
3194 test -n "$AWK" && break 3202 test -n "$AWK" && break
3195done 3203done
3196 3204
3197 3205
3206ac_ext=c
3207ac_cpp='$CPP $CPPFLAGS'
3208ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3209ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3210ac_compiler_gnu=$ac_cv_c_compiler_gnu
3211
3212
3213LINKER="$CXX"
3214if test x$GCC = xyes && test x$GXX = xyes; then
3215
3216echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3217echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3218if test "${ac_cv_lib_supcpp_main+set}" = set; then
3219 echo $ECHO_N "(cached) $ECHO_C" >&6
3220else
3221 ac_check_lib_save_LIBS=$LIBS
3222LIBS="-lsupc++ $LIBS"
3223cat >conftest.$ac_ext <<_ACEOF
3224/* confdefs.h. */
3225_ACEOF
3226cat confdefs.h >>conftest.$ac_ext
3227cat >>conftest.$ac_ext <<_ACEOF
3228/* end confdefs.h. */
3229
3230
3231int
3232main ()
3233{
3234main ();
3235 ;
3236 return 0;
3237}
3238_ACEOF
3239rm -f conftest.$ac_objext conftest$ac_exeext
3240if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3241 (eval $ac_link) 2>conftest.er1
3242 ac_status=$?
3243 grep -v '^ *+' conftest.er1 >conftest.err
3244 rm -f conftest.er1
3245 cat conftest.err >&5
3246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3247 (exit $ac_status); } &&
3248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3250 (eval $ac_try) 2>&5
3251 ac_status=$?
3252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3253 (exit $ac_status); }; } &&
3254 { ac_try='test -s conftest$ac_exeext'
3255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3256 (eval $ac_try) 2>&5
3257 ac_status=$?
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); }; }; then
3260 ac_cv_lib_supcpp_main=yes
3261else
3262 echo "$as_me: failed program was:" >&5
3263sed 's/^/| /' conftest.$ac_ext >&5
3264
3265ac_cv_lib_supcpp_main=no
3266fi
3267rm -f conftest.err conftest.$ac_objext \
3268 conftest$ac_exeext conftest.$ac_ext
3269LIBS=$ac_check_lib_save_LIBS
3270fi
3271echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3272echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3273if test $ac_cv_lib_supcpp_main = yes; then
3274
3275 LINKER="$CC"
3276 LIBS="$LIBS -lsupc++"
3277
3278fi
3279
3280fi
3281LINKER=$LINKER
3282
3283
3284CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3285
3286
3287ac_ext=cc
3288ac_cpp='$CXXCPP $CPPFLAGS'
3289ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3290ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3291ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3292
3293
3294
3295ac_ext=cc
3296ac_cpp='$CXXCPP $CPPFLAGS'
3297ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3298ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3299ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3300echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3301echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3302if test -z "$CXXCPP"; then
3303 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3304 echo $ECHO_N "(cached) $ECHO_C" >&6
3305else
3306 # Double quotes because CXXCPP needs to be expanded
3307 for CXXCPP in "$CXX -E" "/lib/cpp"
3308 do
3309 ac_preproc_ok=false
3310for ac_cxx_preproc_warn_flag in '' yes
3311do
3312 # Use a header file that comes with gcc, so configuring glibc
3313 # with a fresh cross-compiler works.
3314 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3315 # <limits.h> exists even on freestanding compilers.
3316 # On the NeXT, cc -E runs the code through the compiler's parser,
3317 # not just through cpp. "Syntax error" is here to catch this case.
3318 cat >conftest.$ac_ext <<_ACEOF
3319/* confdefs.h. */
3320_ACEOF
3321cat confdefs.h >>conftest.$ac_ext
3322cat >>conftest.$ac_ext <<_ACEOF
3323/* end confdefs.h. */
3324#ifdef __STDC__
3325# include <limits.h>
3326#else
3327# include <assert.h>
3328#endif
3329 Syntax error
3330_ACEOF
3331if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3332 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3333 ac_status=$?
3334 grep -v '^ *+' conftest.er1 >conftest.err
3335 rm -f conftest.er1
3336 cat conftest.err >&5
3337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3338 (exit $ac_status); } >/dev/null; then
3339 if test -s conftest.err; then
3340 ac_cpp_err=$ac_cxx_preproc_warn_flag
3341 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3342 else
3343 ac_cpp_err=
3344 fi
3345else
3346 ac_cpp_err=yes
3347fi
3348if test -z "$ac_cpp_err"; then
3349 :
3350else
3351 echo "$as_me: failed program was:" >&5
3352sed 's/^/| /' conftest.$ac_ext >&5
3353
3354 # Broken: fails on valid input.
3355continue
3356fi
3357rm -f conftest.err conftest.$ac_ext
3358
3359 # OK, works on sane cases. Now check whether non-existent headers
3360 # can be detected and how.
3361 cat >conftest.$ac_ext <<_ACEOF
3362/* confdefs.h. */
3363_ACEOF
3364cat confdefs.h >>conftest.$ac_ext
3365cat >>conftest.$ac_ext <<_ACEOF
3366/* end confdefs.h. */
3367#include <ac_nonexistent.h>
3368_ACEOF
3369if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3370 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3371 ac_status=$?
3372 grep -v '^ *+' conftest.er1 >conftest.err
3373 rm -f conftest.er1
3374 cat conftest.err >&5
3375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3376 (exit $ac_status); } >/dev/null; then
3377 if test -s conftest.err; then
3378 ac_cpp_err=$ac_cxx_preproc_warn_flag
3379 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3380 else
3381 ac_cpp_err=
3382 fi
3383else
3384 ac_cpp_err=yes
3385fi
3386if test -z "$ac_cpp_err"; then
3387 # Broken: success on invalid input.
3388continue
3389else
3390 echo "$as_me: failed program was:" >&5
3391sed 's/^/| /' conftest.$ac_ext >&5
3392
3393 # Passes both tests.
3394ac_preproc_ok=:
3395break
3396fi
3397rm -f conftest.err conftest.$ac_ext
3398
3399done
3400# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3401rm -f conftest.err conftest.$ac_ext
3402if $ac_preproc_ok; then
3403 break
3404fi
3405
3406 done
3407 ac_cv_prog_CXXCPP=$CXXCPP
3408
3409fi
3410 CXXCPP=$ac_cv_prog_CXXCPP
3411else
3412 ac_cv_prog_CXXCPP=$CXXCPP
3413fi
3414echo "$as_me:$LINENO: result: $CXXCPP" >&5
3415echo "${ECHO_T}$CXXCPP" >&6
3416ac_preproc_ok=false
3417for ac_cxx_preproc_warn_flag in '' yes
3418do
3419 # Use a header file that comes with gcc, so configuring glibc
3420 # with a fresh cross-compiler works.
3421 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3422 # <limits.h> exists even on freestanding compilers.
3423 # On the NeXT, cc -E runs the code through the compiler's parser,
3424 # not just through cpp. "Syntax error" is here to catch this case.
3425 cat >conftest.$ac_ext <<_ACEOF
3426/* confdefs.h. */
3427_ACEOF
3428cat confdefs.h >>conftest.$ac_ext
3429cat >>conftest.$ac_ext <<_ACEOF
3430/* end confdefs.h. */
3431#ifdef __STDC__
3432# include <limits.h>
3433#else
3434# include <assert.h>
3435#endif
3436 Syntax error
3437_ACEOF
3438if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3439 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3440 ac_status=$?
3441 grep -v '^ *+' conftest.er1 >conftest.err
3442 rm -f conftest.er1
3443 cat conftest.err >&5
3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); } >/dev/null; then
3446 if test -s conftest.err; then
3447 ac_cpp_err=$ac_cxx_preproc_warn_flag
3448 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3449 else
3450 ac_cpp_err=
3451 fi
3452else
3453 ac_cpp_err=yes
3454fi
3455if test -z "$ac_cpp_err"; then
3456 :
3457else
3458 echo "$as_me: failed program was:" >&5
3459sed 's/^/| /' conftest.$ac_ext >&5
3460
3461 # Broken: fails on valid input.
3462continue
3463fi
3464rm -f conftest.err conftest.$ac_ext
3465
3466 # OK, works on sane cases. Now check whether non-existent headers
3467 # can be detected and how.
3468 cat >conftest.$ac_ext <<_ACEOF
3469/* confdefs.h. */
3470_ACEOF
3471cat confdefs.h >>conftest.$ac_ext
3472cat >>conftest.$ac_ext <<_ACEOF
3473/* end confdefs.h. */
3474#include <ac_nonexistent.h>
3475_ACEOF
3476if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3477 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3478 ac_status=$?
3479 grep -v '^ *+' conftest.er1 >conftest.err
3480 rm -f conftest.er1
3481 cat conftest.err >&5
3482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483 (exit $ac_status); } >/dev/null; then
3484 if test -s conftest.err; then
3485 ac_cpp_err=$ac_cxx_preproc_warn_flag
3486 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3487 else
3488 ac_cpp_err=
3489 fi
3490else
3491 ac_cpp_err=yes
3492fi
3493if test -z "$ac_cpp_err"; then
3494 # Broken: success on invalid input.
3495continue
3496else
3497 echo "$as_me: failed program was:" >&5
3498sed 's/^/| /' conftest.$ac_ext >&5
3499
3500 # Passes both tests.
3501ac_preproc_ok=:
3502break
3503fi
3504rm -f conftest.err conftest.$ac_ext
3505
3506done
3507# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3508rm -f conftest.err conftest.$ac_ext
3509if $ac_preproc_ok; then
3510 :
3511else
3512 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3513See \`config.log' for more details." >&5
3514echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3515See \`config.log' for more details." >&2;}
3516 { (exit 1); exit 1; }; }
3517fi
3518
3519ac_ext=cc
3520ac_cpp='$CXXCPP $CPPFLAGS'
3521ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3522ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3523ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198 3524
3199 3525
3200echo "$as_me:$LINENO: checking for egrep" >&5 3526echo "$as_me:$LINENO: checking for egrep" >&5
3201echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3527echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3202if test "${ac_cv_prog_egrep+set}" = set; then 3528if test "${ac_cv_prog_egrep+set}" = set; then
3277 grep -v '^ *+' conftest.er1 >conftest.err 3603 grep -v '^ *+' conftest.er1 >conftest.err
3278 rm -f conftest.er1 3604 rm -f conftest.er1
3279 cat conftest.err >&5 3605 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3607 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3608 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3610 (eval $ac_try) 2>&5
3285 ac_status=$? 3611 ac_status=$?
3286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287 (exit $ac_status); }; } && 3613 (exit $ac_status); }; } &&
3331 grep -v '^ *+' conftest.er1 >conftest.err 3657 grep -v '^ *+' conftest.er1 >conftest.err
3332 rm -f conftest.er1 3658 rm -f conftest.er1
3333 cat conftest.err >&5 3659 cat conftest.err >&5
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); } && 3661 (exit $ac_status); } &&
3336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3662 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5 3664 (eval $ac_try) 2>&5
3339 ac_status=$? 3665 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } && 3667 (exit $ac_status); }; } &&
3361echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 3687echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3362echo "${ECHO_T}$ac_cv_search_strerror" >&6 3688echo "${ECHO_T}$ac_cv_search_strerror" >&6
3363if test "$ac_cv_search_strerror" != no; then 3689if test "$ac_cv_search_strerror" != no; then
3364 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3690 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3365 3691
3692fi
3693
3694
3695echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3696echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3697if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3698 echo $ECHO_N "(cached) $ECHO_C" >&6
3699else
3700 ac_check_lib_save_LIBS=$LIBS
3701LIBS="-lxpg4 $LIBS"
3702cat >conftest.$ac_ext <<_ACEOF
3703/* confdefs.h. */
3704_ACEOF
3705cat confdefs.h >>conftest.$ac_ext
3706cat >>conftest.$ac_ext <<_ACEOF
3707/* end confdefs.h. */
3708
3709/* Override any gcc2 internal prototype to avoid an error. */
3710#ifdef __cplusplus
3711extern "C"
3712#endif
3713/* We use char because int might match the return type of a gcc2
3714 builtin and then its argument prototype would still apply. */
3715char setlocale ();
3716int
3717main ()
3718{
3719setlocale ();
3720 ;
3721 return 0;
3722}
3723_ACEOF
3724rm -f conftest.$ac_objext conftest$ac_exeext
3725if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3726 (eval $ac_link) 2>conftest.er1
3727 ac_status=$?
3728 grep -v '^ *+' conftest.er1 >conftest.err
3729 rm -f conftest.er1
3730 cat conftest.err >&5
3731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3732 (exit $ac_status); } &&
3733 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3735 (eval $ac_try) 2>&5
3736 ac_status=$?
3737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3738 (exit $ac_status); }; } &&
3739 { ac_try='test -s conftest$ac_exeext'
3740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3741 (eval $ac_try) 2>&5
3742 ac_status=$?
3743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3744 (exit $ac_status); }; }; then
3745 ac_cv_lib_xpg4_setlocale=yes
3746else
3747 echo "$as_me: failed program was:" >&5
3748sed 's/^/| /' conftest.$ac_ext >&5
3749
3750ac_cv_lib_xpg4_setlocale=no
3751fi
3752rm -f conftest.err conftest.$ac_objext \
3753 conftest$ac_exeext conftest.$ac_ext
3754LIBS=$ac_check_lib_save_LIBS
3755fi
3756echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3757echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3758if test $ac_cv_lib_xpg4_setlocale = yes; then
3759 LIBS="$LIBS -lxpg4"
3760fi
3761
3762
3763echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3764echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3765if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3766 echo $ECHO_N "(cached) $ECHO_C" >&6
3767else
3768 ac_check_lib_save_LIBS=$LIBS
3769LIBS="-lnsl $LIBS"
3770cat >conftest.$ac_ext <<_ACEOF
3771/* confdefs.h. */
3772_ACEOF
3773cat confdefs.h >>conftest.$ac_ext
3774cat >>conftest.$ac_ext <<_ACEOF
3775/* end confdefs.h. */
3776
3777/* Override any gcc2 internal prototype to avoid an error. */
3778#ifdef __cplusplus
3779extern "C"
3780#endif
3781/* We use char because int might match the return type of a gcc2
3782 builtin and then its argument prototype would still apply. */
3783char gethostbyname ();
3784int
3785main ()
3786{
3787gethostbyname ();
3788 ;
3789 return 0;
3790}
3791_ACEOF
3792rm -f conftest.$ac_objext conftest$ac_exeext
3793if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3794 (eval $ac_link) 2>conftest.er1
3795 ac_status=$?
3796 grep -v '^ *+' conftest.er1 >conftest.err
3797 rm -f conftest.er1
3798 cat conftest.err >&5
3799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3800 (exit $ac_status); } &&
3801 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3803 (eval $ac_try) 2>&5
3804 ac_status=$?
3805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3806 (exit $ac_status); }; } &&
3807 { ac_try='test -s conftest$ac_exeext'
3808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3809 (eval $ac_try) 2>&5
3810 ac_status=$?
3811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3812 (exit $ac_status); }; }; then
3813 ac_cv_lib_nsl_gethostbyname=yes
3814else
3815 echo "$as_me: failed program was:" >&5
3816sed 's/^/| /' conftest.$ac_ext >&5
3817
3818ac_cv_lib_nsl_gethostbyname=no
3819fi
3820rm -f conftest.err conftest.$ac_objext \
3821 conftest$ac_exeext conftest.$ac_ext
3822LIBS=$ac_check_lib_save_LIBS
3823fi
3824echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3825echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3826if test $ac_cv_lib_nsl_gethostbyname = yes; then
3827 LIBS="$LIBS -lnsl"
3828fi
3829
3830echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3831echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3832if test "${ac_cv_lib_socket_socket+set}" = set; then
3833 echo $ECHO_N "(cached) $ECHO_C" >&6
3834else
3835 ac_check_lib_save_LIBS=$LIBS
3836LIBS="-lsocket $LIBS"
3837cat >conftest.$ac_ext <<_ACEOF
3838/* confdefs.h. */
3839_ACEOF
3840cat confdefs.h >>conftest.$ac_ext
3841cat >>conftest.$ac_ext <<_ACEOF
3842/* end confdefs.h. */
3843
3844/* Override any gcc2 internal prototype to avoid an error. */
3845#ifdef __cplusplus
3846extern "C"
3847#endif
3848/* We use char because int might match the return type of a gcc2
3849 builtin and then its argument prototype would still apply. */
3850char socket ();
3851int
3852main ()
3853{
3854socket ();
3855 ;
3856 return 0;
3857}
3858_ACEOF
3859rm -f conftest.$ac_objext conftest$ac_exeext
3860if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3861 (eval $ac_link) 2>conftest.er1
3862 ac_status=$?
3863 grep -v '^ *+' conftest.er1 >conftest.err
3864 rm -f conftest.er1
3865 cat conftest.err >&5
3866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3867 (exit $ac_status); } &&
3868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3870 (eval $ac_try) 2>&5
3871 ac_status=$?
3872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3873 (exit $ac_status); }; } &&
3874 { ac_try='test -s conftest$ac_exeext'
3875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3876 (eval $ac_try) 2>&5
3877 ac_status=$?
3878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3879 (exit $ac_status); }; }; then
3880 ac_cv_lib_socket_socket=yes
3881else
3882 echo "$as_me: failed program was:" >&5
3883sed 's/^/| /' conftest.$ac_ext >&5
3884
3885ac_cv_lib_socket_socket=no
3886fi
3887rm -f conftest.err conftest.$ac_objext \
3888 conftest$ac_exeext conftest.$ac_ext
3889LIBS=$ac_check_lib_save_LIBS
3890fi
3891echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3892echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3893if test $ac_cv_lib_socket_socket = yes; then
3894 LIBS="$LIBS -lsocket"
3366fi 3895fi
3367 3896
3368 3897
3369# Check whether --enable-shared or --disable-shared was given. 3898# Check whether --enable-shared or --disable-shared was given.
3370if test "${enable_shared+set}" = set; then 3899if test "${enable_shared+set}" = set; then
4035 grep -v '^ *+' conftest.er1 >conftest.err 4564 grep -v '^ *+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4565 rm -f conftest.er1
4037 cat conftest.err >&5 4566 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); } && 4568 (exit $ac_status); } &&
4040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4569 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5 4571 (eval $ac_try) 2>&5
4043 ac_status=$? 4572 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } && 4574 (exit $ac_status); }; } &&
4205 grep -v '^ *+' conftest.er1 >conftest.err 4734 grep -v '^ *+' conftest.er1 >conftest.err
4206 rm -f conftest.er1 4735 rm -f conftest.er1
4207 cat conftest.err >&5 4736 cat conftest.err >&5
4208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209 (exit $ac_status); } && 4738 (exit $ac_status); } &&
4210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4739 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4212 (eval $ac_try) 2>&5 4741 (eval $ac_try) 2>&5
4213 ac_status=$? 4742 ac_status=$?
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } && 4744 (exit $ac_status); }; } &&
4272 grep -v '^ *+' conftest.er1 >conftest.err 4801 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1 4802 rm -f conftest.er1
4274 cat conftest.err >&5 4803 cat conftest.err >&5
4275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && 4805 (exit $ac_status); } &&
4277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4806 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4279 (eval $ac_try) 2>&5 4808 (eval $ac_try) 2>&5
4280 ac_status=$? 4809 ac_status=$?
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); }; } && 4811 (exit $ac_status); }; } &&
4315 rm -f conftest.er1 4844 rm -f conftest.er1
4316 cat conftest.err >&5 4845 cat conftest.err >&5
4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318 (exit $ac_status); } >/dev/null; then 4847 (exit $ac_status); } >/dev/null; then
4319 if test -s conftest.err; then 4848 if test -s conftest.err; then
4320 ac_cpp_err=$ac_c_preproc_warn_flag 4849 ac_cpp_err=$ac_cxx_preproc_warn_flag
4321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4850 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4322 else 4851 else
4323 ac_cpp_err= 4852 ac_cpp_err=
4324 fi 4853 fi
4325else 4854else
4326 ac_cpp_err=yes 4855 ac_cpp_err=yes
4336rm -f conftest.err conftest.$ac_ext 4865rm -f conftest.err conftest.$ac_ext
4337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4866echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4338echo "${ECHO_T}$ac_header_preproc" >&6 4867echo "${ECHO_T}$ac_header_preproc" >&6
4339 4868
4340# So? What about this header? 4869# So? What about this header?
4341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4870case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4342 yes:no: ) 4871 yes:no: )
4343 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4872 { 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;} 4873echo "$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 4874 { 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;} 4875echo "$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 5235# Some flags need to be propagated to the compiler or linker for good
4707# libtool support. 5236# libtool support.
4708case "$host" in 5237case "$host" in
4709*-*-irix6*) 5238*-*-irix6*)
4710 # Find out which ABI we are using. 5239 # Find out which ABI we are using.
4711 echo '#line 4711 "configure"' > conftest.$ac_ext 5240 echo '#line 5240 "configure"' > conftest.$ac_ext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713 (eval $ac_compile) 2>&5 5242 (eval $ac_compile) 2>&5
4714 ac_status=$? 5243 ac_status=$?
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); }; then 5245 (exit $ac_status); }; then
4789 5318
4790lt_cv_cc_needs_belf=no 5319lt_cv_cc_needs_belf=no
4791fi 5320fi
4792rm -f conftest.err conftest.$ac_objext \ 5321rm -f conftest.err conftest.$ac_objext \
4793 conftest$ac_exeext conftest.$ac_ext 5322 conftest$ac_exeext conftest.$ac_ext
4794 ac_ext=c 5323 ac_ext=cc
4795ac_cpp='$CPP $CPPFLAGS' 5324ac_cpp='$CXXCPP $CPPFLAGS'
4796ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5325ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5326ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798ac_compiler_gnu=$ac_cv_c_compiler_gnu 5327ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 5328
4800fi 5329fi
4801echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5330echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4802echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 5331echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4803 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5332 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5098 grep -v '^ *+' conftest.er1 >conftest.err 5627 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5628 rm -f conftest.er1
5100 cat conftest.err >&5 5629 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5631 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5632 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5 5634 (eval $ac_try) 2>&5
5106 ac_status=$? 5635 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } && 5637 (exit $ac_status); }; } &&
5198 grep -v '^ *+' conftest.er1 >conftest.err 5727 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1 5728 rm -f conftest.er1
5200 cat conftest.err >&5 5729 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } && 5731 (exit $ac_status); } &&
5203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5732 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205 (eval $ac_try) 2>&5 5734 (eval $ac_try) 2>&5
5206 ac_status=$? 5735 ac_status=$?
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; } && 5737 (exit $ac_status); }; } &&
5257# builds. 5786# builds.
5258chmod -w . 5787chmod -w .
5259save_CFLAGS="$CFLAGS" 5788save_CFLAGS="$CFLAGS"
5260CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5789CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5261compiler_c_o=no 5790compiler_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 5791if { (eval echo configure:5791: \"$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 5792 # The compiler can only warn and ignore the option if not recognized
5264 # So say no if there are warnings 5793 # So say no if there are warnings
5265 if test -s out/conftest.err; then 5794 if test -s out/conftest.err; then
5266 compiler_c_o=no 5795 compiler_c_o=no
5267 else 5796 else
5311 grep -v '^ *+' conftest.er1 >conftest.err 5840 grep -v '^ *+' conftest.er1 >conftest.err
5312 rm -f conftest.er1 5841 rm -f conftest.er1
5313 cat conftest.err >&5 5842 cat conftest.err >&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } && 5844 (exit $ac_status); } &&
5316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5845 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 (eval $ac_try) 2>&5 5847 (eval $ac_try) 2>&5
5319 ac_status=$? 5848 ac_status=$?
5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5321 (exit $ac_status); }; } && 5850 (exit $ac_status); }; } &&
5407 grep -v '^ *+' conftest.er1 >conftest.err 5936 grep -v '^ *+' conftest.er1 >conftest.err
5408 rm -f conftest.er1 5937 rm -f conftest.er1
5409 cat conftest.err >&5 5938 cat conftest.err >&5
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); } && 5940 (exit $ac_status); } &&
5412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5941 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5414 (eval $ac_try) 2>&5 5943 (eval $ac_try) 2>&5
5415 ac_status=$? 5944 ac_status=$?
5416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417 (exit $ac_status); }; } && 5946 (exit $ac_status); }; } &&
6485 grep -v '^ *+' conftest.er1 >conftest.err 7014 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1 7015 rm -f conftest.er1
6487 cat conftest.err >&5 7016 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } && 7018 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7019 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5 7021 (eval $ac_try) 2>&5
6493 ac_status=$? 7022 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } && 7024 (exit $ac_status); }; } &&
6578 grep -v '^ *+' conftest.er1 >conftest.err 7107 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1 7108 rm -f conftest.er1
6580 cat conftest.err >&5 7109 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && 7111 (exit $ac_status); } &&
6583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7112 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6585 (eval $ac_try) 2>&5 7114 (eval $ac_try) 2>&5
6586 ac_status=$? 7115 ac_status=$?
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); }; } && 7117 (exit $ac_status); }; } &&
6670 grep -v '^ *+' conftest.er1 >conftest.err 7199 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1 7200 rm -f conftest.er1
6672 cat conftest.err >&5 7201 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 7203 (exit $ac_status); } &&
6675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7204 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 7206 (eval $ac_try) 2>&5
6678 ac_status=$? 7207 ac_status=$?
6679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6680 (exit $ac_status); }; } && 7209 (exit $ac_status); }; } &&
6735 grep -v '^ *+' conftest.er1 >conftest.err 7264 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1 7265 rm -f conftest.er1
6737 cat conftest.err >&5 7266 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && 7268 (exit $ac_status); } &&
6740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7269 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5 7271 (eval $ac_try) 2>&5
6743 ac_status=$? 7272 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; } && 7274 (exit $ac_status); }; } &&
6801 grep -v '^ *+' conftest.er1 >conftest.err 7330 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 7331 rm -f conftest.er1
6803 cat conftest.err >&5 7332 cat conftest.err >&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && 7334 (exit $ac_status); } &&
6806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7335 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6808 (eval $ac_try) 2>&5 7337 (eval $ac_try) 2>&5
6809 ac_status=$? 7338 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); }; } && 7340 (exit $ac_status); }; } &&
6873 lt_cv_dlopen_self=cross 7402 lt_cv_dlopen_self=cross
6874else 7403else
6875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7404 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6876 lt_status=$lt_dlunknown 7405 lt_status=$lt_dlunknown
6877 cat > conftest.$ac_ext <<EOF 7406 cat > conftest.$ac_ext <<EOF
6878#line 6878 "configure" 7407#line 7407 "configure"
6879#include "confdefs.h" 7408#include "confdefs.h"
6880 7409
6881#if HAVE_DLFCN_H 7410#if HAVE_DLFCN_H
6882#include <dlfcn.h> 7411#include <dlfcn.h>
6883#endif 7412#endif
6971 lt_cv_dlopen_self_static=cross 7500 lt_cv_dlopen_self_static=cross
6972else 7501else
6973 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7502 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6974 lt_status=$lt_dlunknown 7503 lt_status=$lt_dlunknown
6975 cat > conftest.$ac_ext <<EOF 7504 cat > conftest.$ac_ext <<EOF
6976#line 6976 "configure" 7505#line 7505 "configure"
6977#include "confdefs.h" 7506#include "confdefs.h"
6978 7507
6979#if HAVE_DLFCN_H 7508#if HAVE_DLFCN_H
6980#include <dlfcn.h> 7509#include <dlfcn.h>
6981#endif 7510#endif
7704MALLOC_TYPE=S 8233MALLOC_TYPE=S
7705support_addstrings=no 8234support_addstrings=no
7706support_frills=no 8235support_frills=no
7707support_linespace=no 8236support_linespace=no
7708support_inheritpixmap=no 8237support_inheritpixmap=no
8238support_tinting=no
7709support_keepscrolling=no 8239support_keepscrolling=no
7710support_selectionscrolling=no 8240support_selectionscrolling=no
7711support_menubar=no 8241support_menubar=no
7712support_mousewheel=no 8242support_mousewheel=no
7713support_mouseslipwheel=no 8243support_mouseslipwheel=no
7714support_oldselection=no
7715support_utmp=no 8244support_utmp=no
7716support_wtmp=no 8245support_wtmp=no
7717support_lastlog=no 8246support_lastlog=no
7718support_cursor_blink=no 8247support_cursor_blink=no
7719support_text_blink=no 8248support_text_blink=no
7724support_scroll_plain=no 8253support_scroll_plain=no
7725support_xim=no 8254support_xim=no
7726support_xpm=no 8255support_xpm=no
7727support_xft=no 8256support_xft=no
7728support_unicode3=no 8257support_unicode3=no
8258support_combining=no
8259support_8bitctrls=no
7729codesets= 8260codesets=
7730 8261
7731 8262
7732if test "x$enable_shared" = xyes; then 8263if test "x$enable_shared" = xyes; then
7733 8264
7745 if test x$enableval = xyes; then 8276 if test x$enableval = xyes; then
7746 support_24bit=yes 8277 support_24bit=yes
7747 support_frills=yes 8278 support_frills=yes
7748 support_linespace=yes 8279 support_linespace=yes
7749 support_inheritpixmap=yes 8280 support_inheritpixmap=yes
8281 support_tinting=yes
7750 support_keepscrolling=yes 8282 support_keepscrolling=yes
7751 support_selectionscrolling=yes 8283 support_selectionscrolling=yes
7752 support_lastlog=yes 8284 support_lastlog=yes
7753 support_menubar=yes 8285 support_menubar=yes
7754 support_mousewheel=yes 8286 support_mousewheel=yes
7755 support_mouseslipwheel=yes 8287 support_mouseslipwheel=yes
7756 support_oldselection=yes
7757 support_cursor_blink=yes 8288 support_cursor_blink=yes
7758 support_text_blink=yes 8289 support_text_blink=yes
7759 support_pointer_blank=yes 8290 support_pointer_blank=yes
7760 support_scroll_rxvt=yes 8291 support_scroll_rxvt=yes
7761 support_scroll_next=yes 8292 support_scroll_next=yes
7765 support_wtmp=yes 8296 support_wtmp=yes
7766 support_xim=yes 8297 support_xim=yes
7767 support_xpm=yes 8298 support_xpm=yes
7768 support_xft=yes 8299 support_xft=yes
7769 support_unicode3=yes 8300 support_unicode3=yes
8301 support_combining=yes
8302 #support_8bitctrls=yes
7770 codesets=all 8303 codesets=all
7771 fi 8304 fi
7772fi; 8305fi;
7773 8306
7774# Check whether --enable-unicode3 or --disable-unicode3 was given. 8307# Check whether --enable-unicode3 or --disable-unicode3 was given.
7775if test "${enable_unicode3+set}" = set; then 8308if test "${enable_unicode3+set}" = set; then
7776 enableval="$enable_unicode3" 8309 enableval="$enable_unicode3"
7777 if test x$enableval = xyes; then 8310 if test x$enableval = xyes -o x$enableval = xno; then
7778 support_unicode3=yes 8311 support_unicode3=yes
7779 fi 8312 fi
7780fi; 8313fi;
7781 8314
8315# Check whether --enable-combining or --disable-combining was given.
8316if test "${enable_combining+set}" = set; then
8317 enableval="$enable_combining"
8318 if test x$enableval = xyes -o x$enableval = xno; then
8319 support_combining=yes
8320 fi
8321fi;
8322
7782# Check whether --enable-xft or --disable-xft was given. 8323# Check whether --enable-xft or --disable-xft was given.
7783if test "${enable_xft+set}" = set; then 8324if test "${enable_xft+set}" = set; then
7784 enableval="$enable_xft" 8325 enableval="$enable_xft"
7785 if test x$enableval = xyes; then 8326 if test x$enableval = xyes -o x$enableval = xno; then
7786 support_xft=yes 8327 support_xft=yes
7787 fi
7788fi;
7789
7790
7791# Check whether --with-codesets or --without-codesets was given.
7792if test "${with_codesets+set}" = set; then
7793 withval="$with_codesets"
7794 if test x$enableval = xyes; then
7795 codesets="$withval"
7796 fi
7797fi;
7798
7799
7800# Check whether --with-encoding or --without-encoding was given.
7801if test "${with_encoding+set}" = set; then
7802 withval="$with_encoding"
7803 if test x$enableval = xyes; then
7804 withval=`echo $withval | tr 'a-z' 'A-Z'`
7805
7806cat >>confdefs.h <<_ACEOF
7807#define MULTICHAR_ENCODING $withval
7808_ACEOF
7809
7810 fi 8328 fi
7811fi; 8329fi;
7812 8330
7813# Check whether --enable-utmp or --disable-utmp was given. 8331# Check whether --enable-utmp or --disable-utmp was given.
7814if test "${enable_utmp+set}" = set; then 8332if test "${enable_utmp+set}" = set; then
7848 if test x$enableval = xyes -o x$enableval = xno; then 8366 if test x$enableval = xyes -o x$enableval = xno; then
7849 support_inheritpixmap=$enableval 8367 support_inheritpixmap=$enableval
7850 fi 8368 fi
7851fi; 8369fi;
7852 8370
8371# Check whether --enable-tinting or --disable-tinting was given.
8372if test "${enable_tinting+set}" = set; then
8373 enableval="$enable_tinting"
8374 if test x$enableval = xyes -o x$enableval = xno; then
8375 support_tinting=$enableval
8376 fi
8377fi;
8378
7853# Check whether --enable-menubar or --disable-menubar was given. 8379# Check whether --enable-menubar or --disable-menubar was given.
7854if test "${enable_menubar+set}" = set; then 8380if test "${enable_menubar+set}" = set; then
7855 enableval="$enable_menubar" 8381 enableval="$enable_menubar"
7856 if test x$enableval = xyes -o x$enableval = xno; then 8382 if test x$enableval = xyes -o x$enableval = xno; then
7857 support_menubar=$enableval 8383 support_menubar=$enableval
7900_ACEOF 8426_ACEOF
7901 8427
7902 fi 8428 fi
7903fi; 8429fi;
7904 8430
8431
8432# Check whether --with-codesets or --without-codesets was given.
8433if test "${with_codesets+set}" = set; then
8434 withval="$with_codesets"
8435 codesets="$withval"
8436fi;
8437
7905# Check whether --enable-xim or --disable-xim was given. 8438# Check whether --enable-xim or --disable-xim was given.
7906if test "${enable_xim+set}" = set; then 8439if test "${enable_xim+set}" = set; then
7907 enableval="$enable_xim" 8440 enableval="$enable_xim"
7908 if test x$enableval = xyes -o x$enableval = xno; then 8441 if test x$enableval = xyes -o x$enableval = xno; then
7909 support_xim=$enableval 8442 support_xim=$enableval
7968_ACEOF 8501_ACEOF
7969 8502
7970 fi 8503 fi
7971fi; 8504fi;
7972 8505
8506# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8507if test "${enable_8bitctrls+set}" = set; then
8508 enableval="$enable_8bitctrls"
8509 if test x$enableval = xyes -o x$enableval = xno; then
8510 support_8bitctrls=yes
8511 fi
8512fi;
8513
8514RESFALLBACK=Rxvt
8515# Check whether --enable-fallback or --disable-fallback was given.
8516if test "${enable_fallback+set}" = set; then
8517 enableval="$enable_fallback"
8518
8519 test x$enableval = xyes && enableval=Rxvt
8520 test x$enableval = xno && enableval=
8521 RESFALLBACK="$enableval"
8522
8523fi;
8524
8525if test x$RESFALLBACK != x; then
8526
8527cat >>confdefs.h <<_ACEOF
8528#define RESFALLBACK "$RESFALLBACK"
8529_ACEOF
8530
8531fi
8532
8533RESNAME=urxvt
8534
8535# Check whether --with-res-name or --without-res-name was given.
8536if test "${with_res_name+set}" = set; then
8537 withval="$with_res_name"
8538 RESNAME="$withval"
8539fi;
8540
8541cat >>confdefs.h <<_ACEOF
8542#define RESNAME "$RESNAME"
8543_ACEOF
8544
8545
8546RESCLASS=URxvt
8547
8548# Check whether --with-res-class or --without-res-class was given.
8549if test "${with_res_class+set}" = set; then
8550 withval="$with_res_class"
8551 RESCLASS="$withval"
8552fi;
8553
8554cat >>confdefs.h <<_ACEOF
8555#define RESCLASS "$RESCLASS"
8556_ACEOF
8557
8558
8559RXVTNAME=urxvt
8560
8561# Check whether --with-name or --without-name was given.
8562if test "${with_name+set}" = set; then
8563 withval="$with_name"
8564 RXVTNAME="$withval"
8565fi;
8566
8567RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8568
8569
7973# Check whether --enable-strings or --disable-strings was given. 8570# Check whether --enable-strings or --disable-strings was given.
7974if test "${enable_strings+set}" = set; then 8571if test "${enable_strings+set}" = set; then
7975 enableval="$enable_strings" 8572 enableval="$enable_strings"
7976 if test x$enableval = xyes -o x$enableval = xno; then 8573 if test x$enableval = xyes -o x$enableval = xno; then
7977 support_addstrings=$enableval 8574 support_addstrings=$enableval
8041# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8638# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8042if test "${enable_slipwheeling+set}" = set; then 8639if test "${enable_slipwheeling+set}" = set; then
8043 enableval="$enable_slipwheeling" 8640 enableval="$enable_slipwheeling"
8044 if test x$enableval = xyes -o x$enableval = xno; then 8641 if test x$enableval = xyes -o x$enableval = xno; then
8045 support_mouseslipwheel=$enableval 8642 support_mouseslipwheel=$enableval
8046 fi
8047fi;
8048
8049# Check whether --enable-old-selection or --disable-old-selection was given.
8050if test "${enable_old_selection+set}" = set; then
8051 enableval="$enable_old_selection"
8052 if test x$enableval = xyes -o x$enableval = xno; then
8053 support_oldselection=$enableval
8054 fi
8055fi;
8056
8057# Check whether --enable-new-selection or --disable-new-selection was given.
8058if test "${enable_new_selection+set}" = set; then
8059 enableval="$enable_new_selection"
8060 if test x$enableval = xno; then
8061
8062cat >>confdefs.h <<\_ACEOF
8063#define NO_NEW_SELECTION 1
8064_ACEOF
8065
8066 fi 8643 fi
8067fi; 8644fi;
8068 8645
8069# Check whether --enable-dmalloc or --disable-dmalloc was given. 8646# Check whether --enable-dmalloc or --disable-dmalloc was given.
8070if test "${enable_dmalloc+set}" = set; then 8647if test "${enable_dmalloc+set}" = set; then
8496fi 9073fi
8497 9074
8498 9075
8499 9076
8500 9077
9078
9079if test "x$ac_path_x_has_been_run" != xyes; then
8501echo "$as_me:$LINENO: checking for X" >&5 9080 echo "$as_me:$LINENO: checking for X" >&5
8502echo $ECHO_N "checking for X... $ECHO_C" >&6 9081echo $ECHO_N "checking for X... $ECHO_C" >&6
8503 9082
9083ac_path_x_has_been_run=yes
8504 9084
8505# Check whether --with-x or --without-x was given. 9085# Check whether --with-x or --without-x was given.
8506if test "${with_x+set}" = set; then 9086if test "${with_x+set}" = set; then
8507 withval="$with_x" 9087 withval="$with_x"
8508 9088
8591 9171
8592/usr/openwin/include 9172/usr/openwin/include
8593/usr/openwin/share/include' 9173/usr/openwin/share/include'
8594 9174
8595if test "$ac_x_includes" = no; then 9175if test "$ac_x_includes" = no; then
8596 # Guess where to find include files, by looking for Intrinsic.h. 9176 # Guess where to find include files, by looking for a specified header file.
8597 # First, try using that file with no special directory specified. 9177 # First, try using that file with no special directory specified.
8598 cat >conftest.$ac_ext <<_ACEOF 9178 cat >conftest.$ac_ext <<_ACEOF
8599/* confdefs.h. */ 9179/* confdefs.h. */
8600_ACEOF 9180_ACEOF
8601cat confdefs.h >>conftest.$ac_ext 9181cat confdefs.h >>conftest.$ac_ext
8610 rm -f conftest.er1 9190 rm -f conftest.er1
8611 cat conftest.err >&5 9191 cat conftest.err >&5
8612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } >/dev/null; then 9193 (exit $ac_status); } >/dev/null; then
8614 if test -s conftest.err; then 9194 if test -s conftest.err; then
8615 ac_cpp_err=$ac_c_preproc_warn_flag 9195 ac_cpp_err=$ac_cxx_preproc_warn_flag
8616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 9196 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8617 else 9197 else
8618 ac_cpp_err= 9198 ac_cpp_err=
8619 fi 9199 fi
8620else 9200else
8621 ac_cpp_err=yes 9201 ac_cpp_err=yes
8665 grep -v '^ *+' conftest.er1 >conftest.err 9245 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1 9246 rm -f conftest.er1
8667 cat conftest.err >&5 9247 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && 9249 (exit $ac_status); } &&
8670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9250 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8672 (eval $ac_try) 2>&5 9252 (eval $ac_try) 2>&5
8673 ac_status=$? 9253 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }; } && 9255 (exit $ac_status); }; } &&
8725 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9305 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8726 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9306 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8727 # Update the cache value to reflect the command line values. 9307 # Update the cache value to reflect the command line values.
8728 ac_cv_have_x="have_x=yes \ 9308 ac_cv_have_x="have_x=yes \
8729 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9309 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9310 # It might be that x_includes is empty (headers are found in the
9311 # standard search path. Then output the corresponding message
9312 ac_out_x_includes=$x_includes
9313 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
8730 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 9314 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
8731echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 9315echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8732fi 9316fi
8733 9317
9318fi
8734if test "$no_x" = yes; then 9319if test "$no_x" = yes; then
8735 # Not all programs may use this symbol, but it does not hurt to define it. 9320 # Not all programs may use this symbol, but it does not hurt to define it.
8736 9321
8737cat >>confdefs.h <<\_ACEOF 9322cat >>confdefs.h <<\_ACEOF
8738#define X_DISPLAY_MISSING 1 9323#define X_DISPLAY_MISSING 1
8776 grep -v '^ *+' conftest.er1 >conftest.err 9361 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1 9362 rm -f conftest.er1
8778 cat conftest.err >&5 9363 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && 9365 (exit $ac_status); } &&
8781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9366 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8783 (eval $ac_try) 2>&5 9368 (eval $ac_try) 2>&5
8784 ac_status=$? 9369 ac_status=$?
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); }; } && 9371 (exit $ac_status); }; } &&
8827 grep -v '^ *+' conftest.er1 >conftest.err 9412 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9413 rm -f conftest.er1
8829 cat conftest.err >&5 9414 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && 9416 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9417 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 9419 (eval $ac_try) 2>&5
8835 ac_status=$? 9420 ac_status=$?
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); }; } && 9422 (exit $ac_status); }; } &&
8903 grep -v '^ *+' conftest.er1 >conftest.err 9488 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1 9489 rm -f conftest.er1
8905 cat conftest.err >&5 9490 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && 9492 (exit $ac_status); } &&
8908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9493 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910 (eval $ac_try) 2>&5 9495 (eval $ac_try) 2>&5
8911 ac_status=$? 9496 ac_status=$?
8912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913 (exit $ac_status); }; } && 9498 (exit $ac_status); }; } &&
8958 grep -v '^ *+' conftest.er1 >conftest.err 9543 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1 9544 rm -f conftest.er1
8960 cat conftest.err >&5 9545 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && 9547 (exit $ac_status); } &&
8963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9548 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8965 (eval $ac_try) 2>&5 9550 (eval $ac_try) 2>&5
8966 ac_status=$? 9551 ac_status=$?
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } && 9553 (exit $ac_status); }; } &&
9026 grep -v '^ *+' conftest.er1 >conftest.err 9611 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1 9612 rm -f conftest.er1
9028 cat conftest.err >&5 9613 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && 9615 (exit $ac_status); } &&
9031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9616 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9033 (eval $ac_try) 2>&5 9618 (eval $ac_try) 2>&5
9034 ac_status=$? 9619 ac_status=$?
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } && 9621 (exit $ac_status); }; } &&
9134 grep -v '^ *+' conftest.er1 >conftest.err 9719 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1 9720 rm -f conftest.er1
9136 cat conftest.err >&5 9721 cat conftest.err >&5
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && 9723 (exit $ac_status); } &&
9139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9724 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5 9726 (eval $ac_try) 2>&5
9142 ac_status=$? 9727 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; } && 9729 (exit $ac_status); }; } &&
9198 grep -v '^ *+' conftest.er1 >conftest.err 9783 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1 9784 rm -f conftest.er1
9200 cat conftest.err >&5 9785 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && 9787 (exit $ac_status); } &&
9203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9788 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5 9790 (eval $ac_try) 2>&5
9206 ac_status=$? 9791 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } && 9793 (exit $ac_status); }; } &&
9266 grep -v '^ *+' conftest.er1 >conftest.err 9851 grep -v '^ *+' conftest.er1 >conftest.err
9267 rm -f conftest.er1 9852 rm -f conftest.er1
9268 cat conftest.err >&5 9853 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 9855 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9856 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 9858 (eval $ac_try) 2>&5
9274 ac_status=$? 9859 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } && 9861 (exit $ac_status); }; } &&
9370 grep -v '^ *+' conftest.er1 >conftest.err 9955 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1 9956 rm -f conftest.er1
9372 cat conftest.err >&5 9957 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9959 (exit $ac_status); } &&
9375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9960 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9962 (eval $ac_try) 2>&5
9378 ac_status=$? 9963 ac_status=$?
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); }; } && 9965 (exit $ac_status); }; } &&
9434 grep -v '^ *+' conftest.er1 >conftest.err 10019 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 10020 rm -f conftest.er1
9436 cat conftest.err >&5 10021 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && 10023 (exit $ac_status); } &&
9439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10024 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9441 (eval $ac_try) 2>&5 10026 (eval $ac_try) 2>&5
9442 ac_status=$? 10027 ac_status=$?
9443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); }; } && 10029 (exit $ac_status); }; } &&
9531 grep -v '^ *+' conftest.er1 >conftest.err 10116 grep -v '^ *+' conftest.er1 >conftest.err
9532 rm -f conftest.er1 10117 rm -f conftest.er1
9533 cat conftest.err >&5 10118 cat conftest.err >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 10120 (exit $ac_status); } &&
9536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10121 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 10123 (eval $ac_try) 2>&5
9539 ac_status=$? 10124 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; } && 10126 (exit $ac_status); }; } &&
9595 grep -v '^ *+' conftest.er1 >conftest.err 10180 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1 10181 rm -f conftest.er1
9597 cat conftest.err >&5 10182 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && 10184 (exit $ac_status); } &&
9600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10185 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9602 (eval $ac_try) 2>&5 10187 (eval $ac_try) 2>&5
9603 ac_status=$? 10188 ac_status=$?
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } && 10190 (exit $ac_status); }; } &&
9692 grep -v '^ *+' conftest.er1 >conftest.err 10277 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1 10278 rm -f conftest.er1
9694 cat conftest.err >&5 10279 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && 10281 (exit $ac_status); } &&
9697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10282 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 (eval $ac_try) 2>&5 10284 (eval $ac_try) 2>&5
9700 ac_status=$? 10285 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); }; } && 10287 (exit $ac_status); }; } &&
9756 grep -v '^ *+' conftest.er1 >conftest.err 10341 grep -v '^ *+' conftest.er1 >conftest.err
9757 rm -f conftest.er1 10342 rm -f conftest.er1
9758 cat conftest.err >&5 10343 cat conftest.err >&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } && 10345 (exit $ac_status); } &&
9761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10346 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 (eval $ac_try) 2>&5 10348 (eval $ac_try) 2>&5
9764 ac_status=$? 10349 ac_status=$?
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } && 10351 (exit $ac_status); }; } &&
9835 grep -v '^ *+' conftest.er1 >conftest.err 10420 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1 10421 rm -f conftest.er1
9837 cat conftest.err >&5 10422 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && 10424 (exit $ac_status); } &&
9840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10425 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5 10427 (eval $ac_try) 2>&5
9843 ac_status=$? 10428 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } && 10430 (exit $ac_status); }; } &&
9951 rm -f conftest.er1 10536 rm -f conftest.er1
9952 cat conftest.err >&5 10537 cat conftest.err >&5
9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } >/dev/null; then 10539 (exit $ac_status); } >/dev/null; then
9955 if test -s conftest.err; then 10540 if test -s conftest.err; then
9956 ac_cpp_err=$ac_c_preproc_warn_flag 10541 ac_cpp_err=$ac_cxx_preproc_warn_flag
9957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10542 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9958 else 10543 else
9959 ac_cpp_err= 10544 ac_cpp_err=
9960 fi 10545 fi
9961else 10546else
9962 ac_cpp_err=yes 10547 ac_cpp_err=yes
10051 grep -v '^ *+' conftest.er1 >conftest.err 10636 grep -v '^ *+' conftest.er1 >conftest.err
10052 rm -f conftest.er1 10637 rm -f conftest.er1
10053 cat conftest.err >&5 10638 cat conftest.err >&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); } && 10640 (exit $ac_status); } &&
10056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10641 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5 10643 (eval $ac_try) 2>&5
10059 ac_status=$? 10644 ac_status=$?
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; } && 10646 (exit $ac_status); }; } &&
10163 rm -f conftest.er1 10748 rm -f conftest.er1
10164 cat conftest.err >&5 10749 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } >/dev/null; then 10751 (exit $ac_status); } >/dev/null; then
10167 if test -s conftest.err; then 10752 if test -s conftest.err; then
10168 ac_cpp_err=$ac_c_preproc_warn_flag 10753 ac_cpp_err=$ac_cxx_preproc_warn_flag
10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10754 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10170 else 10755 else
10171 ac_cpp_err= 10756 ac_cpp_err=
10172 fi 10757 fi
10173else 10758else
10174 ac_cpp_err=yes 10759 ac_cpp_err=yes
10265 grep -v '^ *+' conftest.er1 >conftest.err 10850 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1 10851 rm -f conftest.er1
10267 cat conftest.err >&5 10852 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 10854 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10855 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5 10857 (eval $ac_try) 2>&5
10273 ac_status=$? 10858 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } && 10860 (exit $ac_status); }; } &&
10368 grep -v '^ *+' conftest.er1 >conftest.err 10953 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1 10954 rm -f conftest.er1
10370 cat conftest.err >&5 10955 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } && 10957 (exit $ac_status); } &&
10373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10958 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5 10960 (eval $ac_try) 2>&5
10376 ac_status=$? 10961 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; } && 10963 (exit $ac_status); }; } &&
10411 rm -f conftest.er1 10996 rm -f conftest.er1
10412 cat conftest.err >&5 10997 cat conftest.err >&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } >/dev/null; then 10999 (exit $ac_status); } >/dev/null; then
10415 if test -s conftest.err; then 11000 if test -s conftest.err; then
10416 ac_cpp_err=$ac_c_preproc_warn_flag 11001 ac_cpp_err=$ac_cxx_preproc_warn_flag
10417 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 11002 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10418 else 11003 else
10419 ac_cpp_err= 11004 ac_cpp_err=
10420 fi 11005 fi
10421else 11006else
10422 ac_cpp_err=yes 11007 ac_cpp_err=yes
10432rm -f conftest.err conftest.$ac_ext 11017rm -f conftest.err conftest.$ac_ext
10433echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11018echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10434echo "${ECHO_T}$ac_header_preproc" >&6 11019echo "${ECHO_T}$ac_header_preproc" >&6
10435 11020
10436# So? What about this header? 11021# So? What about this header?
10437case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11022case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10438 yes:no: ) 11023 yes:no: )
10439 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11024 { 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;} 11025echo "$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 11026 { 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;} 11027echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10517 grep -v '^ *+' conftest.er1 >conftest.err 11102 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1 11103 rm -f conftest.er1
10519 cat conftest.err >&5 11104 cat conftest.err >&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && 11106 (exit $ac_status); } &&
10522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11107 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 (eval $ac_try) 2>&5 11109 (eval $ac_try) 2>&5
10525 ac_status=$? 11110 ac_status=$?
10526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10527 (exit $ac_status); }; } && 11112 (exit $ac_status); }; } &&
10582 grep -v '^ *+' conftest.er1 >conftest.err 11167 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1 11168 rm -f conftest.er1
10584 cat conftest.err >&5 11169 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && 11171 (exit $ac_status); } &&
10587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11172 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5 11174 (eval $ac_try) 2>&5
10590 ac_status=$? 11175 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; } && 11177 (exit $ac_status); }; } &&
10747 grep -v '^ *+' conftest.er1 >conftest.err 11332 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1 11333 rm -f conftest.er1
10749 cat conftest.err >&5 11334 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && 11336 (exit $ac_status); } &&
10752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11337 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5 11339 (eval $ac_try) 2>&5
10755 ac_status=$? 11340 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } && 11342 (exit $ac_status); }; } &&
10856 grep -v '^ *+' conftest.er1 >conftest.err 11441 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1 11442 rm -f conftest.er1
10858 cat conftest.err >&5 11443 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && 11445 (exit $ac_status); } &&
10861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11446 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5 11448 (eval $ac_try) 2>&5
10864 ac_status=$? 11449 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; } && 11451 (exit $ac_status); }; } &&
10916 grep -v '^ *+' conftest.er1 >conftest.err 11501 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1 11502 rm -f conftest.er1
10918 cat conftest.err >&5 11503 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && 11505 (exit $ac_status); } &&
10921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11506 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5 11508 (eval $ac_try) 2>&5
10924 ac_status=$? 11509 ac_status=$?
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } && 11511 (exit $ac_status); }; } &&
10991 grep -v '^ *+' conftest.er1 >conftest.err 11576 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1 11577 rm -f conftest.er1
10993 cat conftest.err >&5 11578 cat conftest.err >&5
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && 11580 (exit $ac_status); } &&
10996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11581 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10998 (eval $ac_try) 2>&5 11583 (eval $ac_try) 2>&5
10999 ac_status=$? 11584 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); }; } && 11586 (exit $ac_status); }; } &&
11056 grep -v '^ *+' conftest.er1 >conftest.err 11641 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1 11642 rm -f conftest.er1
11058 cat conftest.err >&5 11643 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && 11645 (exit $ac_status); } &&
11061 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11646 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11063 (eval $ac_try) 2>&5 11648 (eval $ac_try) 2>&5
11064 ac_status=$? 11649 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }; } && 11651 (exit $ac_status); }; } &&
11161 grep -v '^ *+' conftest.er1 >conftest.err 11746 grep -v '^ *+' conftest.er1 >conftest.err
11162 rm -f conftest.er1 11747 rm -f conftest.er1
11163 cat conftest.err >&5 11748 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } && 11750 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11751 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168 (eval $ac_try) 2>&5 11753 (eval $ac_try) 2>&5
11169 ac_status=$? 11754 ac_status=$?
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); }; } && 11756 (exit $ac_status); }; } &&
11223 grep -v '^ *+' conftest.er1 >conftest.err 11808 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1 11809 rm -f conftest.er1
11225 cat conftest.err >&5 11810 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && 11812 (exit $ac_status); } &&
11228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11813 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11230 (eval $ac_try) 2>&5 11815 (eval $ac_try) 2>&5
11231 ac_status=$? 11816 ac_status=$?
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); }; } && 11818 (exit $ac_status); }; } &&
11263 grep -v '^ *+' conftest.er1 >conftest.err 11848 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1 11849 rm -f conftest.er1
11265 cat conftest.err >&5 11850 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && 11852 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11853 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5 11855 (eval $ac_try) 2>&5
11271 ac_status=$? 11856 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; } && 11858 (exit $ac_status); }; } &&
11319 grep -v '^ *+' conftest.er1 >conftest.err 11904 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1 11905 rm -f conftest.er1
11321 cat conftest.err >&5 11906 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && 11908 (exit $ac_status); } &&
11324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11909 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5 11911 (eval $ac_try) 2>&5
11327 ac_status=$? 11912 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } && 11914 (exit $ac_status); }; } &&
11359 grep -v '^ *+' conftest.er1 >conftest.err 11944 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1 11945 rm -f conftest.er1
11361 cat conftest.err >&5 11946 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && 11948 (exit $ac_status); } &&
11364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11949 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5 11951 (eval $ac_try) 2>&5
11367 ac_status=$? 11952 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } && 11954 (exit $ac_status); }; } &&
11423 grep -v '^ *+' conftest.er1 >conftest.err 12008 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1 12009 rm -f conftest.er1
11425 cat conftest.err >&5 12010 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && 12012 (exit $ac_status); } &&
11428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12013 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11430 (eval $ac_try) 2>&5 12015 (eval $ac_try) 2>&5
11431 ac_status=$? 12016 ac_status=$?
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); }; } && 12018 (exit $ac_status); }; } &&
11454See \`config.log' for more details." >&2;} 12039See \`config.log' for more details." >&2;}
11455 { (exit 1); exit 1; }; } ;; 12040 { (exit 1); exit 1; }; } ;;
11456esac 12041esac
11457else 12042else
11458 if test "$cross_compiling" = yes; then 12043 if test "$cross_compiling" = yes; then
11459 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12044 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11460See \`config.log' for more details." >&5 12045echo "$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; }; } 12046 { (exit 1); exit 1; }; }
11464else 12047else
11465 cat >conftest.$ac_ext <<_ACEOF 12048 cat >conftest.$ac_ext <<_ACEOF
11466/* confdefs.h. */ 12049/* confdefs.h. */
11467_ACEOF 12050_ACEOF
11569 grep -v '^ *+' conftest.er1 >conftest.err 12152 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1 12153 rm -f conftest.er1
11571 cat conftest.err >&5 12154 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && 12156 (exit $ac_status); } &&
11574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12157 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5 12159 (eval $ac_try) 2>&5
11577 ac_status=$? 12160 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } && 12162 (exit $ac_status); }; } &&
11631 grep -v '^ *+' conftest.er1 >conftest.err 12214 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1 12215 rm -f conftest.er1
11633 cat conftest.err >&5 12216 cat conftest.err >&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && 12218 (exit $ac_status); } &&
11636 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12219 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5 12221 (eval $ac_try) 2>&5
11639 ac_status=$? 12222 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; } && 12224 (exit $ac_status); }; } &&
11671 grep -v '^ *+' conftest.er1 >conftest.err 12254 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1 12255 rm -f conftest.er1
11673 cat conftest.err >&5 12256 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && 12258 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12259 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5 12261 (eval $ac_try) 2>&5
11679 ac_status=$? 12262 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } && 12264 (exit $ac_status); }; } &&
11727 grep -v '^ *+' conftest.er1 >conftest.err 12310 grep -v '^ *+' conftest.er1 >conftest.err
11728 rm -f conftest.er1 12311 rm -f conftest.er1
11729 cat conftest.err >&5 12312 cat conftest.err >&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); } && 12314 (exit $ac_status); } &&
11732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12315 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11734 (eval $ac_try) 2>&5 12317 (eval $ac_try) 2>&5
11735 ac_status=$? 12318 ac_status=$?
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); }; } && 12320 (exit $ac_status); }; } &&
11767 grep -v '^ *+' conftest.er1 >conftest.err 12350 grep -v '^ *+' conftest.er1 >conftest.err
11768 rm -f conftest.er1 12351 rm -f conftest.er1
11769 cat conftest.err >&5 12352 cat conftest.err >&5
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); } && 12354 (exit $ac_status); } &&
11772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12355 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774 (eval $ac_try) 2>&5 12357 (eval $ac_try) 2>&5
11775 ac_status=$? 12358 ac_status=$?
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); }; } && 12360 (exit $ac_status); }; } &&
11831 grep -v '^ *+' conftest.er1 >conftest.err 12414 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1 12415 rm -f conftest.er1
11833 cat conftest.err >&5 12416 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12418 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12419 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12421 (eval $ac_try) 2>&5
11839 ac_status=$? 12422 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } && 12424 (exit $ac_status); }; } &&
11862See \`config.log' for more details." >&2;} 12445See \`config.log' for more details." >&2;}
11863 { (exit 1); exit 1; }; } ;; 12446 { (exit 1); exit 1; }; } ;;
11864esac 12447esac
11865else 12448else
11866 if test "$cross_compiling" = yes; then 12449 if test "$cross_compiling" = yes; then
11867 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12450 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11868See \`config.log' for more details." >&5 12451echo "$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; }; } 12452 { (exit 1); exit 1; }; }
11872else 12453else
11873 cat >conftest.$ac_ext <<_ACEOF 12454 cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 12455/* confdefs.h. */
11875_ACEOF 12456_ACEOF
11977 grep -v '^ *+' conftest.er1 >conftest.err 12558 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1 12559 rm -f conftest.er1
11979 cat conftest.err >&5 12560 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && 12562 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12563 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5 12565 (eval $ac_try) 2>&5
11985 ac_status=$? 12566 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } && 12568 (exit $ac_status); }; } &&
12039 grep -v '^ *+' conftest.er1 >conftest.err 12620 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1 12621 rm -f conftest.er1
12041 cat conftest.err >&5 12622 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && 12624 (exit $ac_status); } &&
12044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12625 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5 12627 (eval $ac_try) 2>&5
12047 ac_status=$? 12628 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; } && 12630 (exit $ac_status); }; } &&
12079 grep -v '^ *+' conftest.er1 >conftest.err 12660 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1 12661 rm -f conftest.er1
12081 cat conftest.err >&5 12662 cat conftest.err >&5
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && 12664 (exit $ac_status); } &&
12084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12665 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5 12667 (eval $ac_try) 2>&5
12087 ac_status=$? 12668 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; } && 12670 (exit $ac_status); }; } &&
12135 grep -v '^ *+' conftest.er1 >conftest.err 12716 grep -v '^ *+' conftest.er1 >conftest.err
12136 rm -f conftest.er1 12717 rm -f conftest.er1
12137 cat conftest.err >&5 12718 cat conftest.err >&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); } && 12720 (exit $ac_status); } &&
12140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12721 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5 12723 (eval $ac_try) 2>&5
12143 ac_status=$? 12724 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; } && 12726 (exit $ac_status); }; } &&
12175 grep -v '^ *+' conftest.er1 >conftest.err 12756 grep -v '^ *+' conftest.er1 >conftest.err
12176 rm -f conftest.er1 12757 rm -f conftest.er1
12177 cat conftest.err >&5 12758 cat conftest.err >&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); } && 12760 (exit $ac_status); } &&
12180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12761 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5 12763 (eval $ac_try) 2>&5
12183 ac_status=$? 12764 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; } && 12766 (exit $ac_status); }; } &&
12239 grep -v '^ *+' conftest.er1 >conftest.err 12820 grep -v '^ *+' conftest.er1 >conftest.err
12240 rm -f conftest.er1 12821 rm -f conftest.er1
12241 cat conftest.err >&5 12822 cat conftest.err >&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } && 12824 (exit $ac_status); } &&
12244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12825 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5 12827 (eval $ac_try) 2>&5
12247 ac_status=$? 12828 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; } && 12830 (exit $ac_status); }; } &&
12270See \`config.log' for more details." >&2;} 12851See \`config.log' for more details." >&2;}
12271 { (exit 1); exit 1; }; } ;; 12852 { (exit 1); exit 1; }; } ;;
12272esac 12853esac
12273else 12854else
12274 if test "$cross_compiling" = yes; then 12855 if test "$cross_compiling" = yes; then
12275 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12856 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12276See \`config.log' for more details." >&5 12857echo "$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; }; } 12858 { (exit 1); exit 1; }; }
12280else 12859else
12281 cat >conftest.$ac_ext <<_ACEOF 12860 cat >conftest.$ac_ext <<_ACEOF
12282/* confdefs.h. */ 12861/* confdefs.h. */
12283_ACEOF 12862_ACEOF
12385 grep -v '^ *+' conftest.er1 >conftest.err 12964 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1 12965 rm -f conftest.er1
12387 cat conftest.err >&5 12966 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12968 (exit $ac_status); } &&
12390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12969 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12971 (eval $ac_try) 2>&5
12393 ac_status=$? 12972 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; } && 12974 (exit $ac_status); }; } &&
12447 grep -v '^ *+' conftest.er1 >conftest.err 13026 grep -v '^ *+' conftest.er1 >conftest.err
12448 rm -f conftest.er1 13027 rm -f conftest.er1
12449 cat conftest.err >&5 13028 cat conftest.err >&5
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); } && 13030 (exit $ac_status); } &&
12452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13031 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5 13033 (eval $ac_try) 2>&5
12455 ac_status=$? 13034 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } && 13036 (exit $ac_status); }; } &&
12487 grep -v '^ *+' conftest.er1 >conftest.err 13066 grep -v '^ *+' conftest.er1 >conftest.err
12488 rm -f conftest.er1 13067 rm -f conftest.er1
12489 cat conftest.err >&5 13068 cat conftest.err >&5
12490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491 (exit $ac_status); } && 13070 (exit $ac_status); } &&
12492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13071 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494 (eval $ac_try) 2>&5 13073 (eval $ac_try) 2>&5
12495 ac_status=$? 13074 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); }; } && 13076 (exit $ac_status); }; } &&
12543 grep -v '^ *+' conftest.er1 >conftest.err 13122 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1 13123 rm -f conftest.er1
12545 cat conftest.err >&5 13124 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && 13126 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13127 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5 13129 (eval $ac_try) 2>&5
12551 ac_status=$? 13130 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } && 13132 (exit $ac_status); }; } &&
12583 grep -v '^ *+' conftest.er1 >conftest.err 13162 grep -v '^ *+' conftest.er1 >conftest.err
12584 rm -f conftest.er1 13163 rm -f conftest.er1
12585 cat conftest.err >&5 13164 cat conftest.err >&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 13166 (exit $ac_status); } &&
12588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13167 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 13169 (eval $ac_try) 2>&5
12591 ac_status=$? 13170 ac_status=$?
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; } && 13172 (exit $ac_status); }; } &&
12647 grep -v '^ *+' conftest.er1 >conftest.err 13226 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1 13227 rm -f conftest.er1
12649 cat conftest.err >&5 13228 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && 13230 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13231 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5 13233 (eval $ac_try) 2>&5
12655 ac_status=$? 13234 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } && 13236 (exit $ac_status); }; } &&
12678See \`config.log' for more details." >&2;} 13257See \`config.log' for more details." >&2;}
12679 { (exit 1); exit 1; }; } ;; 13258 { (exit 1); exit 1; }; } ;;
12680esac 13259esac
12681else 13260else
12682 if test "$cross_compiling" = yes; then 13261 if test "$cross_compiling" = yes; then
12683 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13262 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12684See \`config.log' for more details." >&5 13263echo "$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; }; } 13264 { (exit 1); exit 1; }; }
12688else 13265else
12689 cat >conftest.$ac_ext <<_ACEOF 13266 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */ 13267/* confdefs.h. */
12691_ACEOF 13268_ACEOF
12793 grep -v '^ *+' conftest.er1 >conftest.err 13370 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1 13371 rm -f conftest.er1
12795 cat conftest.err >&5 13372 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } && 13374 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13375 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5 13377 (eval $ac_try) 2>&5
12801 ac_status=$? 13378 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } && 13380 (exit $ac_status); }; } &&
12855 grep -v '^ *+' conftest.er1 >conftest.err 13432 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1 13433 rm -f conftest.er1
12857 cat conftest.err >&5 13434 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && 13436 (exit $ac_status); } &&
12860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13437 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12862 (eval $ac_try) 2>&5 13439 (eval $ac_try) 2>&5
12863 ac_status=$? 13440 ac_status=$?
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); }; } && 13442 (exit $ac_status); }; } &&
12895 grep -v '^ *+' conftest.er1 >conftest.err 13472 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1 13473 rm -f conftest.er1
12897 cat conftest.err >&5 13474 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && 13476 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13477 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5 13479 (eval $ac_try) 2>&5
12903 ac_status=$? 13480 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } && 13482 (exit $ac_status); }; } &&
12951 grep -v '^ *+' conftest.er1 >conftest.err 13528 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1 13529 rm -f conftest.er1
12953 cat conftest.err >&5 13530 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && 13532 (exit $ac_status); } &&
12956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13533 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 13535 (eval $ac_try) 2>&5
12959 ac_status=$? 13536 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; } && 13538 (exit $ac_status); }; } &&
12991 grep -v '^ *+' conftest.er1 >conftest.err 13568 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1 13569 rm -f conftest.er1
12993 cat conftest.err >&5 13570 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && 13572 (exit $ac_status); } &&
12996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13573 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12998 (eval $ac_try) 2>&5 13575 (eval $ac_try) 2>&5
12999 ac_status=$? 13576 ac_status=$?
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); }; } && 13578 (exit $ac_status); }; } &&
13055 grep -v '^ *+' conftest.er1 >conftest.err 13632 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1 13633 rm -f conftest.er1
13057 cat conftest.err >&5 13634 cat conftest.err >&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && 13636 (exit $ac_status); } &&
13060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13637 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5 13639 (eval $ac_try) 2>&5
13063 ac_status=$? 13640 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } && 13642 (exit $ac_status); }; } &&
13086See \`config.log' for more details." >&2;} 13663See \`config.log' for more details." >&2;}
13087 { (exit 1); exit 1; }; } ;; 13664 { (exit 1); exit 1; }; } ;;
13088esac 13665esac
13089else 13666else
13090 if test "$cross_compiling" = yes; then 13667 if test "$cross_compiling" = yes; then
13091 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13668 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13092See \`config.log' for more details." >&5 13669echo "$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; }; } 13670 { (exit 1); exit 1; }; }
13096else 13671else
13097 cat >conftest.$ac_ext <<_ACEOF 13672 cat >conftest.$ac_ext <<_ACEOF
13098/* confdefs.h. */ 13673/* confdefs.h. */
13099_ACEOF 13674_ACEOF
13201 grep -v '^ *+' conftest.er1 >conftest.err 13776 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1 13777 rm -f conftest.er1
13203 cat conftest.err >&5 13778 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 13780 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13781 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 13783 (eval $ac_try) 2>&5
13209 ac_status=$? 13784 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } && 13786 (exit $ac_status); }; } &&
13263 grep -v '^ *+' conftest.er1 >conftest.err 13838 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1 13839 rm -f conftest.er1
13265 cat conftest.err >&5 13840 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && 13842 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13843 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5 13845 (eval $ac_try) 2>&5
13271 ac_status=$? 13846 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } && 13848 (exit $ac_status); }; } &&
13303 grep -v '^ *+' conftest.er1 >conftest.err 13878 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1 13879 rm -f conftest.er1
13305 cat conftest.err >&5 13880 cat conftest.err >&5
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && 13882 (exit $ac_status); } &&
13308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13883 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310 (eval $ac_try) 2>&5 13885 (eval $ac_try) 2>&5
13311 ac_status=$? 13886 ac_status=$?
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); }; } && 13888 (exit $ac_status); }; } &&
13359 grep -v '^ *+' conftest.er1 >conftest.err 13934 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1 13935 rm -f conftest.er1
13361 cat conftest.err >&5 13936 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } && 13938 (exit $ac_status); } &&
13364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13939 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5 13941 (eval $ac_try) 2>&5
13367 ac_status=$? 13942 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } && 13944 (exit $ac_status); }; } &&
13399 grep -v '^ *+' conftest.er1 >conftest.err 13974 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1 13975 rm -f conftest.er1
13401 cat conftest.err >&5 13976 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } && 13978 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13979 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5 13981 (eval $ac_try) 2>&5
13407 ac_status=$? 13982 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } && 13984 (exit $ac_status); }; } &&
13463 grep -v '^ *+' conftest.er1 >conftest.err 14038 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1 14039 rm -f conftest.er1
13465 cat conftest.err >&5 14040 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 14042 (exit $ac_status); } &&
13468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14043 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 14045 (eval $ac_try) 2>&5
13471 ac_status=$? 14046 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } && 14048 (exit $ac_status); }; } &&
13494See \`config.log' for more details." >&2;} 14069See \`config.log' for more details." >&2;}
13495 { (exit 1); exit 1; }; } ;; 14070 { (exit 1); exit 1; }; } ;;
13496esac 14071esac
13497else 14072else
13498 if test "$cross_compiling" = yes; then 14073 if test "$cross_compiling" = yes; then
13499 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 14074 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13500See \`config.log' for more details." >&5 14075echo "$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; }; } 14076 { (exit 1); exit 1; }; }
13504else 14077else
13505 cat >conftest.$ac_ext <<_ACEOF 14078 cat >conftest.$ac_ext <<_ACEOF
13506/* confdefs.h. */ 14079/* confdefs.h. */
13507_ACEOF 14080_ACEOF
13608 grep -v '^ *+' conftest.er1 >conftest.err 14181 grep -v '^ *+' conftest.er1 >conftest.err
13609 rm -f conftest.er1 14182 rm -f conftest.er1
13610 cat conftest.err >&5 14183 cat conftest.err >&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } && 14185 (exit $ac_status); } &&
13613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14186 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5 14188 (eval $ac_try) 2>&5
13616 ac_status=$? 14189 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; } && 14191 (exit $ac_status); }; } &&
13690 grep -v '^ *+' conftest.er1 >conftest.err 14263 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1 14264 rm -f conftest.er1
13692 cat conftest.err >&5 14265 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && 14267 (exit $ac_status); } &&
13695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14268 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13697 (eval $ac_try) 2>&5 14270 (eval $ac_try) 2>&5
13698 ac_status=$? 14271 ac_status=$?
13699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700 (exit $ac_status); }; } && 14273 (exit $ac_status); }; } &&
13772 grep -v '^ *+' conftest.er1 >conftest.err 14345 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14346 rm -f conftest.er1
13774 cat conftest.err >&5 14347 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && 14349 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14350 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5 14352 (eval $ac_try) 2>&5
13780 ac_status=$? 14353 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } && 14355 (exit $ac_status); }; } &&
13854 grep -v '^ *+' conftest.er1 >conftest.err 14427 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1 14428 rm -f conftest.er1
13856 cat conftest.err >&5 14429 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && 14431 (exit $ac_status); } &&
13859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14432 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13861 (eval $ac_try) 2>&5 14434 (eval $ac_try) 2>&5
13862 ac_status=$? 14435 ac_status=$?
13863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13864 (exit $ac_status); }; } && 14437 (exit $ac_status); }; } &&
13966 grep -v '^ *+' conftest.er1 >conftest.err 14539 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1 14540 rm -f conftest.er1
13968 cat conftest.err >&5 14541 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && 14543 (exit $ac_status); } &&
13971 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14544 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5 14546 (eval $ac_try) 2>&5
13974 ac_status=$? 14547 ac_status=$?
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; } && 14549 (exit $ac_status); }; } &&
14106 grep -v '^ *+' conftest.er1 >conftest.err 14679 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1 14680 rm -f conftest.er1
14108 cat conftest.err >&5 14681 cat conftest.err >&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } && 14683 (exit $ac_status); } &&
14111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14684 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14113 (eval $ac_try) 2>&5 14686 (eval $ac_try) 2>&5
14114 ac_status=$? 14687 ac_status=$?
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); }; } && 14689 (exit $ac_status); }; } &&
14170 grep -v '^ *+' conftest.er1 >conftest.err 14743 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1 14744 rm -f conftest.er1
14172 cat conftest.err >&5 14745 cat conftest.err >&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && 14747 (exit $ac_status); } &&
14175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14748 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5 14750 (eval $ac_try) 2>&5
14178 ac_status=$? 14751 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; } && 14753 (exit $ac_status); }; } &&
14213 rm -f conftest.er1 14786 rm -f conftest.er1
14214 cat conftest.err >&5 14787 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null; then 14789 (exit $ac_status); } >/dev/null; then
14217 if test -s conftest.err; then 14790 if test -s conftest.err; then
14218 ac_cpp_err=$ac_c_preproc_warn_flag 14791 ac_cpp_err=$ac_cxx_preproc_warn_flag
14219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14792 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14220 else 14793 else
14221 ac_cpp_err= 14794 ac_cpp_err=
14222 fi 14795 fi
14223else 14796else
14224 ac_cpp_err=yes 14797 ac_cpp_err=yes
14234rm -f conftest.err conftest.$ac_ext 14807rm -f conftest.err conftest.$ac_ext
14235echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14808echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14236echo "${ECHO_T}$ac_header_preproc" >&6 14809echo "${ECHO_T}$ac_header_preproc" >&6
14237 14810
14238# So? What about this header? 14811# So? What about this header?
14239case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14812case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14240 yes:no: ) 14813 yes:no: )
14241 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 14814 { 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;} 14815echo "$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 14816 { 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;} 14817echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14308 grep -v '^ *+' conftest.er1 >conftest.err 14881 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1 14882 rm -f conftest.er1
14310 cat conftest.err >&5 14883 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && 14885 (exit $ac_status); } &&
14313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14886 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5 14888 (eval $ac_try) 2>&5
14316 ac_status=$? 14889 ac_status=$?
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } && 14891 (exit $ac_status); }; } &&
14370 grep -v '^ *+' conftest.er1 >conftest.err 14943 grep -v '^ *+' conftest.er1 >conftest.err
14371 rm -f conftest.er1 14944 rm -f conftest.er1
14372 cat conftest.err >&5 14945 cat conftest.err >&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } && 14947 (exit $ac_status); } &&
14375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14948 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5 14950 (eval $ac_try) 2>&5
14378 ac_status=$? 14951 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } && 14953 (exit $ac_status); }; } &&
14431 grep -v '^ *+' conftest.er1 >conftest.err 15004 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1 15005 rm -f conftest.er1
14433 cat conftest.err >&5 15006 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && 15008 (exit $ac_status); } &&
14436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15009 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5 15011 (eval $ac_try) 2>&5
14439 ac_status=$? 15012 ac_status=$?
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; } && 15014 (exit $ac_status); }; } &&
14496 grep -v '^ *+' conftest.er1 >conftest.err 15069 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1 15070 rm -f conftest.er1
14498 cat conftest.err >&5 15071 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 15073 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15074 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 15076 (eval $ac_try) 2>&5
14504 ac_status=$? 15077 ac_status=$?
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; } && 15079 (exit $ac_status); }; } &&
14539 rm -f conftest.er1 15112 rm -f conftest.er1
14540 cat conftest.err >&5 15113 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } >/dev/null; then 15115 (exit $ac_status); } >/dev/null; then
14543 if test -s conftest.err; then 15116 if test -s conftest.err; then
14544 ac_cpp_err=$ac_c_preproc_warn_flag 15117 ac_cpp_err=$ac_cxx_preproc_warn_flag
14545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 15118 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14546 else 15119 else
14547 ac_cpp_err= 15120 ac_cpp_err=
14548 fi 15121 fi
14549else 15122else
14550 ac_cpp_err=yes 15123 ac_cpp_err=yes
14560rm -f conftest.err conftest.$ac_ext 15133rm -f conftest.err conftest.$ac_ext
14561echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15134echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14562echo "${ECHO_T}$ac_header_preproc" >&6 15135echo "${ECHO_T}$ac_header_preproc" >&6
14563 15136
14564# So? What about this header? 15137# So? What about this header?
14565case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15138case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14566 yes:no: ) 15139 yes:no: )
14567 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 15140 { 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;} 15141echo "$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 15142 { 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;} 15143echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14633 grep -v '^ *+' conftest.er1 >conftest.err 15206 grep -v '^ *+' conftest.er1 >conftest.err
14634 rm -f conftest.er1 15207 rm -f conftest.er1
14635 cat conftest.err >&5 15208 cat conftest.err >&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } && 15210 (exit $ac_status); } &&
14638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15211 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5 15213 (eval $ac_try) 2>&5
14641 ac_status=$? 15214 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; } && 15216 (exit $ac_status); }; } &&
14695 grep -v '^ *+' conftest.er1 >conftest.err 15268 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 15269 rm -f conftest.er1
14697 cat conftest.err >&5 15270 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && 15272 (exit $ac_status); } &&
14700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15273 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5 15275 (eval $ac_try) 2>&5
14703 ac_status=$? 15276 ac_status=$?
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; } && 15278 (exit $ac_status); }; } &&
14764 grep -v '^ *+' conftest.er1 >conftest.err 15337 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1 15338 rm -f conftest.er1
14766 cat conftest.err >&5 15339 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && 15341 (exit $ac_status); } &&
14769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15342 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5 15344 (eval $ac_try) 2>&5
14772 ac_status=$? 15345 ac_status=$?
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } && 15347 (exit $ac_status); }; } &&
14829 grep -v '^ *+' conftest.er1 >conftest.err 15402 grep -v '^ *+' conftest.er1 >conftest.err
14830 rm -f conftest.er1 15403 rm -f conftest.er1
14831 cat conftest.err >&5 15404 cat conftest.err >&5
14832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14833 (exit $ac_status); } && 15406 (exit $ac_status); } &&
14834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15407 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14836 (eval $ac_try) 2>&5 15409 (eval $ac_try) 2>&5
14837 ac_status=$? 15410 ac_status=$?
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); }; } && 15412 (exit $ac_status); }; } &&
15458 grep -v '^ *+' conftest.er1 >conftest.err 16031 grep -v '^ *+' conftest.er1 >conftest.err
15459 rm -f conftest.er1 16032 rm -f conftest.er1
15460 cat conftest.err >&5 16033 cat conftest.err >&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && 16035 (exit $ac_status); } &&
15463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16036 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5 16038 (eval $ac_try) 2>&5
15466 ac_status=$? 16039 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 16041 (exit $ac_status); }; } &&
15503/* confdefs.h. */ 16076/* confdefs.h. */
15504_ACEOF 16077_ACEOF
15505cat confdefs.h >>conftest.$ac_ext 16078cat confdefs.h >>conftest.$ac_ext
15506cat >>conftest.$ac_ext <<_ACEOF 16079cat >>conftest.$ac_ext <<_ACEOF
15507/* end confdefs.h. */ 16080/* end confdefs.h. */
15508#include <locale.h> 16081#include <clocale>
15509int 16082int
15510main () 16083main ()
15511{ 16084{
15512setlocale(LC_CTYPE, ""); 16085setlocale(LC_CTYPE, "");
15513 ; 16086 ;
15521 grep -v '^ *+' conftest.er1 >conftest.err 16094 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1 16095 rm -f conftest.er1
15523 cat conftest.err >&5 16096 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } && 16098 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16099 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15528 (eval $ac_try) 2>&5 16101 (eval $ac_try) 2>&5
15529 ac_status=$? 16102 ac_status=$?
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); }; } && 16104 (exit $ac_status); }; } &&
15582 grep -v '^ *+' conftest.er1 >conftest.err 16155 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1 16156 rm -f conftest.er1
15584 cat conftest.err >&5 16157 cat conftest.err >&5
15585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } && 16159 (exit $ac_status); } &&
15587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15589 (eval $ac_try) 2>&5 16162 (eval $ac_try) 2>&5
15590 ac_status=$? 16163 ac_status=$?
15591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); }; } && 16165 (exit $ac_status); }; } &&
15627cat confdefs.h >>conftest.$ac_ext 16200cat confdefs.h >>conftest.$ac_ext
15628cat >>conftest.$ac_ext <<_ACEOF 16201cat >>conftest.$ac_ext <<_ACEOF
15629/* end confdefs.h. */ 16202/* end confdefs.h. */
15630#define _GNU_SOURCE 16203#define _GNU_SOURCE
15631#ifdef HAVE_STDLIB_H 16204#ifdef HAVE_STDLIB_H
15632# include <stdlib.h> 16205# include <cstdlib>
15633#endif 16206#endif
15634int 16207int
15635main () 16208main ()
15636{ 16209{
15637(void)getpt(); 16210(void)getpt();
15646 grep -v '^ *+' conftest.er1 >conftest.err 16219 grep -v '^ *+' conftest.er1 >conftest.err
15647 rm -f conftest.er1 16220 rm -f conftest.er1
15648 cat conftest.err >&5 16221 cat conftest.err >&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && 16223 (exit $ac_status); } &&
15651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16224 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5 16226 (eval $ac_try) 2>&5
15654 ac_status=$? 16227 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; } && 16229 (exit $ac_status); }; } &&
15802#define PTYCHAR2 "$pch2" 16375#define PTYCHAR2 "$pch2"
15803_ACEOF 16376_ACEOF
15804 16377
15805fi 16378fi
15806 16379
15807echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 16380if test x$support_8bitctrls = xyes; then
15808echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6 16381
15809if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
15810 echo $ECHO_N "(cached) $ECHO_C" >&6
15811else
15812 ac_check_lib_save_LIBS=$LIBS
15813LIBS="-lxpg4 $LIBS"
15814cat >conftest.$ac_ext <<_ACEOF
15815/* confdefs.h. */
15816_ACEOF
15817cat confdefs.h >>conftest.$ac_ext
15818cat >>conftest.$ac_ext <<_ACEOF 16382cat >>confdefs.h <<\_ACEOF
15819/* end confdefs.h. */ 16383#define EIGHT_BIT_CONTROLS 1
15820
15821/* Override any gcc2 internal prototype to avoid an error. */
15822#ifdef __cplusplus
15823extern "C"
15824#endif
15825/* We use char because int might match the return type of a gcc2
15826 builtin and then its argument prototype would still apply. */
15827char setlocale ();
15828int
15829main ()
15830{
15831setlocale ();
15832 ;
15833 return 0;
15834}
15835_ACEOF 16384_ACEOF
15836rm -f conftest.$ac_objext conftest$ac_exeext
15837if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15838 (eval $ac_link) 2>conftest.er1
15839 ac_status=$?
15840 grep -v '^ *+' conftest.er1 >conftest.err
15841 rm -f conftest.er1
15842 cat conftest.err >&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); } &&
15845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15847 (eval $ac_try) 2>&5
15848 ac_status=$?
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); }; } &&
15851 { ac_try='test -s conftest$ac_exeext'
15852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15853 (eval $ac_try) 2>&5
15854 ac_status=$?
15855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15856 (exit $ac_status); }; }; then
15857 ac_cv_lib_xpg4_setlocale=yes
15858else
15859 echo "$as_me: failed program was:" >&5
15860sed 's/^/| /' conftest.$ac_ext >&5
15861 16385
15862ac_cv_lib_xpg4_setlocale=no
15863fi 16386fi
15864rm -f conftest.err conftest.$ac_objext \ 16387if test x$support_tinting = xyes; then
15865 conftest$ac_exeext conftest.$ac_ext
15866LIBS=$ac_check_lib_save_LIBS
15867fi
15868echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
15869echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
15870if test $ac_cv_lib_xpg4_setlocale = yes; then
15871 LIBS="$LIBS -lxpg4"
15872fi
15873 16388
16389cat >>confdefs.h <<\_ACEOF
16390#define TINTING 1
16391_ACEOF
15874 16392
16393fi
15875if test x$support_inheritpixmap = xyes; then 16394if test x$support_inheritpixmap = xyes; then
15876 16395
15877cat >>confdefs.h <<\_ACEOF 16396cat >>confdefs.h <<\_ACEOF
15878#define TRANSPARENT 1 16397#define TRANSPARENT 1
15879_ACEOF 16398_ACEOF
15933cat >>confdefs.h <<\_ACEOF 16452cat >>confdefs.h <<\_ACEOF
15934#define MOUSE_SLIP_WHEELING 1 16453#define MOUSE_SLIP_WHEELING 1
15935_ACEOF 16454_ACEOF
15936 16455
15937fi 16456fi
15938if test x$support_oldselection = xno; then
15939
15940cat >>confdefs.h <<\_ACEOF
15941#define NO_OLD_SELECTION 1
15942_ACEOF
15943
15944fi
15945if test x$support_utmp = xyes; then 16457if test x$support_utmp = xyes; then
15946 16458
15947cat >>confdefs.h <<\_ACEOF 16459cat >>confdefs.h <<\_ACEOF
15948#define UTMP_SUPPORT 1 16460#define UTMP_SUPPORT 1
15949_ACEOF 16461_ACEOF
16037cat >>confdefs.h <<\_ACEOF 16549cat >>confdefs.h <<\_ACEOF
16038#define UNICODE_3 1 16550#define UNICODE_3 1
16039_ACEOF 16551_ACEOF
16040 16552
16041fi 16553fi
16554if test x$support_combining = xyes; then
16555
16556cat >>confdefs.h <<\_ACEOF
16557#define ENABLE_COMBINING 1
16558_ACEOF
16559
16560fi
16042if test x$codesets = xall; then 16561if test x$codesets = xall; then
16043 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16562 codesets=jp,jp-ext,kr,cn,cn-ext
16044fi 16563fi
16045for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16564for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16046 16565
16047cat >>confdefs.h <<\_ACEOF 16566cat >>confdefs.h <<\_ACEOF
16048#define ENCODING_EU 1 16567#define ENCODING_EU 1
16049_ACEOF 16568_ACEOF
16050 16569
16051 case "$codeset" in 16570
16052 VN )
16053cat >>confdefs.h <<\_ACEOF 16571cat >>confdefs.h <<\_ACEOF
16054#define ENCODING_VN 1 16572#define ENCODING_VN 1
16055_ACEOF 16573_ACEOF
16056 ;; 16574
16575 case "$codeset" in
16057 JP ) 16576 JP )
16058cat >>confdefs.h <<\_ACEOF 16577cat >>confdefs.h <<\_ACEOF
16059#define ENCODING_JP 1 16578#define ENCODING_JP 1
16060_ACEOF 16579_ACEOF
16061 ;; 16580 ;;
16129_ACEOF 16648_ACEOF
16130program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 16649program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16131rm conftest.sed 16650rm conftest.sed
16132 16651
16133 16652
16134RXVTNAME=`echo rxvt|sed "$program_transform_name"`
16135
16136
16137 16653
16138 16654
16139 16655
16140if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16656if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16141 include_stdint_h="#include <stdint.h>" 16657 include_stdint_h="#include <stdint.h>"
16142else 16658else
16143 include_stdint_h="/* #include <stdint.h> */" 16659 include_stdint_h="/* #include <stdint.h> */"
16144fi 16660fi
16145if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16661if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16146 include_stdarg_h="#include <stdarg.h>" 16662 include_stdarg_h="#include <cstdarg>"
16147else 16663else
16148 include_stdarg_h="/* #include <stdarg.h> */" 16664 include_stdarg_h="/* #include <cstdarg> */"
16149fi 16665fi
16150if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16666if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16151 include_stdlib_h="#include <stdlib.h>" 16667 include_stdlib_h="#include <cstdlib>"
16152else 16668else
16153 include_stdlib_h="/* #include <stdlib.h> */" 16669 include_stdlib_h="/* #include <cstdlib> */"
16154fi 16670fi
16155if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16671if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16156 include_unistd_h="#include <unistd.h>" 16672 include_unistd_h="#include <unistd.h>"
16157else 16673else
16158 include_unistd_h="/* #include <unistd.h> */" 16674 include_unistd_h="/* #include <unistd.h> */"
16159fi 16675fi
16160if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16676if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16161 include_string_h="#include <string.h>" 16677 include_string_h="#include <cstring>"
16162else 16678else
16163 include_string_h="/* #include <string.h> */" 16679 include_string_h="/* #include <cstring> */"
16164fi 16680fi
16165if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16681if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16166 include_fcntl_h="#include <fcntl.h>" 16682 include_fcntl_h="#include <fcntl.h>"
16167else 16683else
16168 include_fcntl_h="/* #include <fcntl.h> */" 16684 include_fcntl_h="/* #include <fcntl.h> */"
16240 grep -v '^ *+' conftest.er1 >conftest.err 16756 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1 16757 rm -f conftest.er1
16242 cat conftest.err >&5 16758 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && 16760 (exit $ac_status); } &&
16245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16761 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5 16763 (eval $ac_try) 2>&5
16248 ac_status=$? 16764 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; } && 16766 (exit $ac_status); }; } &&
16283 rm -f conftest.er1 16799 rm -f conftest.er1
16284 cat conftest.err >&5 16800 cat conftest.err >&5
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); } >/dev/null; then 16802 (exit $ac_status); } >/dev/null; then
16287 if test -s conftest.err; then 16803 if test -s conftest.err; then
16288 ac_cpp_err=$ac_c_preproc_warn_flag 16804 ac_cpp_err=$ac_cxx_preproc_warn_flag
16289 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 16805 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16290 else 16806 else
16291 ac_cpp_err= 16807 ac_cpp_err=
16292 fi 16808 fi
16293else 16809else
16294 ac_cpp_err=yes 16810 ac_cpp_err=yes
16304rm -f conftest.err conftest.$ac_ext 16820rm -f conftest.err conftest.$ac_ext
16305echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16821echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16306echo "${ECHO_T}$ac_header_preproc" >&6 16822echo "${ECHO_T}$ac_header_preproc" >&6
16307 16823
16308# So? What about this header? 16824# So? What about this header?
16309case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16825case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16310 yes:no: ) 16826 yes:no: )
16311 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16827 { 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;} 16828echo "$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 16829 { 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;} 16830echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16396 grep -v '^ *+' conftest.er1 >conftest.err 16912 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1 16913 rm -f conftest.er1
16398 cat conftest.err >&5 16914 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && 16916 (exit $ac_status); } &&
16401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16917 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5 16919 (eval $ac_try) 2>&5
16404 ac_status=$? 16920 ac_status=$?
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; } && 16922 (exit $ac_status); }; } &&
17079s,@CPP@,$CPP,;t t 17595s,@CPP@,$CPP,;t t
17080s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 17596s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17081s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 17597s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17082s,@INSTALL_DATA@,$INSTALL_DATA,;t t 17598s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17083s,@AWK@,$AWK,;t t 17599s,@AWK@,$AWK,;t t
17600s,@LINKER@,$LINKER,;t t
17601s,@CXXCPP@,$CXXCPP,;t t
17084s,@EGREP@,$EGREP,;t t 17602s,@EGREP@,$EGREP,;t t
17085s,@build@,$build,;t t 17603s,@build@,$build,;t t
17086s,@build_cpu@,$build_cpu,;t t 17604s,@build_cpu@,$build_cpu,;t t
17087s,@build_vendor@,$build_vendor,;t t 17605s,@build_vendor@,$build_vendor,;t t
17088s,@build_os@,$build_os,;t t 17606s,@build_os@,$build_os,;t t
17096s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 17614s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17097s,@STRIP@,$STRIP,;t t 17615s,@STRIP@,$STRIP,;t t
17098s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 17616s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17099s,@LIBTOOL@,$LIBTOOL,;t t 17617s,@LIBTOOL@,$LIBTOOL,;t t
17100s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 17618s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17619s,@RXVTNAME@,$RXVTNAME,;t t
17101s,@MV@,$MV,;t t 17620s,@MV@,$MV,;t t
17102s,@RM@,$RM,;t t 17621s,@RM@,$RM,;t t
17103s,@CP@,$CP,;t t 17622s,@CP@,$CP,;t t
17104s,@LN@,$LN,;t t 17623s,@LN@,$LN,;t t
17105s,@SED@,$SED,;t t 17624s,@SED@,$SED,;t t
17119s,@rxvt_intp_define@,$rxvt_intp_define,;t t 17638s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17120s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 17639s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17121s,@DEBUG@,$DEBUG,;t t 17640s,@DEBUG@,$DEBUG,;t t
17122s,@DINCLUDE@,$DINCLUDE,;t t 17641s,@DINCLUDE@,$DINCLUDE,;t t
17123s,@DLIB@,$DLIB,;t t 17642s,@DLIB@,$DLIB,;t t
17124s,@RXVTNAME@,$RXVTNAME,;t t
17125s,@include_stdint_h@,$include_stdint_h,;t t 17643s,@include_stdint_h@,$include_stdint_h,;t t
17126s,@include_stdarg_h@,$include_stdarg_h,;t t 17644s,@include_stdarg_h@,$include_stdarg_h,;t t
17127s,@include_stdlib_h@,$include_stdlib_h,;t t 17645s,@include_stdlib_h@,$include_stdlib_h,;t t
17128s,@include_unistd_h@,$include_unistd_h,;t t 17646s,@include_unistd_h@,$include_unistd_h,;t t
17129s,@include_string_h@,$include_string_h,;t t 17647s,@include_string_h@,$include_string_h,;t t
17635echo "Configuration: 18153echo "Configuration:
17636 18154
17637 Rxvt version: $VERSION : $DATE 18155 Rxvt version: $VERSION : $DATE
17638 Source code location: $srcdir 18156 Source code location: $srcdir
17639 Install path: ${prefix}/bin 18157 Install path: ${prefix}/bin
17640 Compiler: $CC 18158 Compiler: $CXX
17641 Compiler flags: $CFLAGS" 18159 Compiler flags: $CFLAGS
18160 Linker: $LINKER"
17642 18161
17643if test "$MALLOC_TYPE" = S; then 18162if test "$MALLOC_TYPE" = S; then
17644 echo " malloc support: system default" 18163 echo " malloc support: system default"
17645fi 18164fi
17646if test "$MALLOC_TYPE" = G; then 18165if test "$MALLOC_TYPE" = G; then
17657echo " 18176echo "
17658The following are set in config.h 18177The following are set in config.h
17659" 18178"
17660echo " pty/tty type: "$rxvt_cv_ptys 18179echo " pty/tty type: "$rxvt_cv_ptys
17661if test x$support_utmp != xyes; then 18180if test x$support_utmp != xyes; then
17662 echo " utmp support: disabled 18181 echo " utmp support: disabled"
17663" 18182 echo
17664else 18183else
17665 echo " utmp support: enabled 18184 echo " utmp support: enabled
17666 utmp file: $rxvt_cv_path_utmp 18185 utmp file: $rxvt_cv_path_utmp
17667 utmpx file: $rxvt_cv_path_utmpx 18186 utmpx file: $rxvt_cv_path_utmpx
17668 wtmp file: $rxvt_cv_path_wtmp 18187 wtmp file: $rxvt_cv_path_wtmp
17669 wtmpx file: $rxvt_cv_path_wtmpx 18188 wtmpx file: $rxvt_cv_path_wtmpx
17670 lastlog file: $rxvt_cv_path_lastlog 18189 lastlog file: $rxvt_cv_path_lastlog
17671 ttys/ttytab file: $rxvt_cv_path_ttytab 18190 ttys/ttytab file: $rxvt_cv_path_ttytab"
17672" 18191 echo
17673fi 18192fi
17674if test x$term != x; then 18193if test x$term != x; then
17675 echo " set TERM to: $term 18194 echo " set TERM to: $term"
17676"
17677fi 18195fi
17678if test x$terminfo != x; then 18196if test x$terminfo != x; then
17679 echo " set TERMINFO to: $terminfo 18197 echo " set TERMINFO to: $terminfo"
17680"
17681fi 18198fi
18199echo " default resource name: $RESNAME"
18200echo " resource class: $RESCLASS"
18201if test x$RESFALLBACK != x; then
18202 echo " resource class fallback: $RESFALLBACK"
18203fi
18204echo
17682if test x$rxvt_cv_ptys = xUNKNOWN; then 18205if test x$rxvt_cv_ptys = xUNKNOWN; then
17683 echo ".----------------------------------------------------------------." 18206 echo ".----------------------------------------------------------------."
17684 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18207 echo ". WARNING: could not determine pty/tty type. Do not build until ."
17685 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18208 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
17686 echo ".----------------------------------------------------------------." 18209 echo ".----------------------------------------------------------------."
17700 echo ". WARNING: --enable-xim was specified however the locale support ." 18223 echo ". WARNING: --enable-xim was specified however the locale support ."
17701 echo ". functions could not be found. ." 18224 echo ". functions could not be found. ."
17702 echo ". XIM is now being DISABLED! ." 18225 echo ". XIM is now being DISABLED! ."
17703 echo ".----------------------------------------------------------------." 18226 echo ".----------------------------------------------------------------."
17704fi 18227fi
18228
17705echo " *** Please check src/feature.h for further options *** 18229echo " *** Please check src/feature.h for further options ***"
17706" 18230echo
18231
18232echo ".----------------------------------------------------------------."
18233echo ". NOTE: most features are disabled by default, try ."
18234echo ". configure --help to get an idea of the optional features ."
18235echo ".----------------------------------------------------------------."
18236echo
18237

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines