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.25 by pcg, Mon Apr 5 15:54:21 2004 UTC

465#endif 465#endif
466#if HAVE_UNISTD_H 466#if HAVE_UNISTD_H
467# include <unistd.h> 467# include <unistd.h>
468#endif" 468#endif"
469 469
470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB RXVTNAME include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS' 470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
471ac_subst_files='MCOMMON' 471ac_subst_files='MCOMMON'
472 472
473# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help= 474ac_init_help=
475ac_init_version=false 475ac_init_version=false
934ac_cv_env_CXXFLAGS_value=$CXXFLAGS 934ac_cv_env_CXXFLAGS_value=$CXXFLAGS
935ac_env_CPP_set=${CPP+set} 935ac_env_CPP_set=${CPP+set}
936ac_env_CPP_value=$CPP 936ac_env_CPP_value=$CPP
937ac_cv_env_CPP_set=${CPP+set} 937ac_cv_env_CPP_set=${CPP+set}
938ac_cv_env_CPP_value=$CPP 938ac_cv_env_CPP_value=$CPP
939ac_env_CXXCPP_set=${CXXCPP+set}
940ac_env_CXXCPP_value=$CXXCPP
941ac_cv_env_CXXCPP_set=${CXXCPP+set}
942ac_cv_env_CXXCPP_value=$CXXCPP
939 943
940# 944#
941# Report the --help message. 945# Report the --help message.
942# 946#
943if test "$ac_init_help" = "long"; then 947if test "$ac_init_help" = "long"; then
1021 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1022 --enable-shared=PKGS build shared libraries default=no 1026 --enable-shared=PKGS build shared libraries default=no
1023 --enable-static=PKGS build static libraries default=yes 1027 --enable-static=PKGS build static libraries default=yes
1024 --enable-fast-install=PKGS optimize for fast installation default=yes 1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1025 --disable-libtool-lock avoid locking (might break parallel builds) 1029 --disable-libtool-lock avoid locking (might break parallel builds)
1026 --enable-everything enable standard non-multichoice features: marked * 1030 --enable-everything enable standard non-multichoice features
1027 NOTE: this option is order dependent 1031 NOTE: this option is order dependent
1028 NOTE: automatically enabled with --enable-shared 1032 NOTE: automatically enabled with --enable-shared
1029 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1030 --enable-xft enable xft support on systems that have it 1035 --enable-xft enable xft support on systems that have it
1031 --enable-utmp enable utmp (utmpx) support 1036 --enable-utmp enable utmp (utmpx) support
1032 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1033 --enable-lastlog enable lastlog support (requires --enable-utmp) 1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1034 --enable-xpm-background enable XPM background pixmaps 1039 --enable-xpm-background enable XPM background pixmaps
1035 --enable-transparency enable transparent backgrounds 1040 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg
1036 --enable-menubar enable menubar 1042 --enable-menubar enable menubar
1037 --enable-rxvt-scroll enable rxvt style scrollbar 1043 --enable-rxvt-scroll enable rxvt style scrollbar
1038 --enable-next-scroll enable NeXT style scrollbar 1044 --enable-next-scroll enable NeXT style scrollbar
1039 --enable-xterm-scroll enable Xterm style scrollbar 1045 --enable-xterm-scroll enable Xterm style scrollbar
1040 --enable-plain-scroll enable plain style scrollbar 1046 --enable-plain-scroll enable plain style scrollbar
1043 --enable-ttygid enable tty setting to group named "tty" 1049 --enable-ttygid enable tty setting to group named "tty"
1044 --disable-backspace-key disable handling of the backspace key 1050 --disable-backspace-key disable handling of the backspace key
1045 --disable-delete-key disable handling of the delete key 1051 --disable-delete-key disable handling of the delete key
1046 --disable-resources disable all resource checking 1052 --disable-resources disable all resource checking
1047 --enable-xgetdefault enable resources via X instead of our small version 1053 --enable-xgetdefault enable resources via X instead of our small version
1054 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1048 --enable-strings enable some replacement system functions 1055 --enable-strings enable some replacement system functions
1049 --disable-swapscreen disable swap screen support 1056 --disable-swapscreen disable swap screen support
1050 --enable-frills enable support for rarely used features 1057 --enable-frills enable support for rarely used features
1051 --enable-linespace enable support for linespace 1058 --enable-linespace enable support for linespace
1052 --enable-24bit enable support for using 24bit visuals if available 1059 --enable-24bit enable support for using 24bit visuals if available
1053 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1060 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1054 --enable-selectionscrolling enable scrolling during selections 1061 --enable-selectionscrolling enable scrolling during selections
1055 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1062 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1056 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1063 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1057 --enable-old-selection enable v2.20 (& prior) mouse selection style support
1058 --disable-new-selection disable new mouse (xterm) selection style support
1059 --enable-dmalloc enable Gray Watson's malloc - for debugging use 1064 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1060 --enable-dlmalloc enable Doug Lea's malloc - for production use 1065 --enable-dlmalloc enable Doug Lea's malloc - for production use
1061 NOTE: enable only one malloc package 1066 NOTE: enable only one malloc package
1062 --enable-smart-resize enable smart growth/shrink behaviour 1067 --enable-smart-resize enable smart growth/shrink behaviour
1063 --enable-256-color enable 256-color support 1068 --enable-256-color enable 256-color support
1068Optional Packages: 1073Optional Packages:
1069 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1074 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1070 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1075 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1071 --with-gnu-ld assume the C compiler uses GNU ld default=no 1076 --with-gnu-ld assume the C compiler uses GNU ld default=no
1072 --with-pic try to use only PIC/non-PIC objects default=use both 1077 --with-pic try to use only PIC/non-PIC objects default=use both
1073 --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all) 1078 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1074 --with-encoding=NAME set language default encoding to NAME (default: sjis) 1079 --with-res-name=NAME use this as default resource name (default: urxvt)
1075 (eucj|sjis|big5|gb|kr|noenc) 1080 --with-res-class=CLASS use this as the resource class (default: URxvt)
1081 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1076 --with-term=NAME set the terminal to NAME (default \"rxvt\") 1082 --with-term=NAME set the terminal to NAME (default: rxvt)
1077 --with-terminfo=PATH set the path to the terminfo tree to PATH 1083 --with-terminfo=PATH set the path to the terminfo tree to PATH
1078 --with-x use the X Window System 1084 --with-x use the X Window System
1079 --with-xpm-includes=DIR use XPM includes in DIR 1085 --with-xpm-includes=DIR use XPM includes in DIR
1080 --with-xpm-library=DIR use XPM library in DIR 1086 --with-xpm-library=DIR use XPM library in DIR
1081 --with-xpm use XPM 1087 --with-xpm use XPM
1088 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1094 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1089 headers in a nonstandard directory <include dir> 1095 headers in a nonstandard directory <include dir>
1090 CXX C++ compiler command 1096 CXX C++ compiler command
1091 CXXFLAGS C++ compiler flags 1097 CXXFLAGS C++ compiler flags
1092 CPP C preprocessor 1098 CPP C preprocessor
1099 CXXCPP C++ preprocessor
1093 1100
1094Use these variables to override the choices made by `configure' or to help 1101Use these variables to override the choices made by `configure' or to help
1095it to find libraries and programs with nonstandard names/locations. 1102it to find libraries and programs with nonstandard names/locations.
1096 1103
1097_ACEOF 1104_ACEOF
3193 3200
3194 test -n "$AWK" && break 3201 test -n "$AWK" && break
3195done 3202done
3196 3203
3197 3204
3205ac_ext=c
3206ac_cpp='$CPP $CPPFLAGS'
3207ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3208ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3209ac_compiler_gnu=$ac_cv_c_compiler_gnu
3210
3211
3212LINKER="$CXX"
3213if test x$GCC = xyes && test x$GXX = xyes; then
3214
3215echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3216echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3217if test "${ac_cv_lib_supcpp_main+set}" = set; then
3218 echo $ECHO_N "(cached) $ECHO_C" >&6
3219else
3220 ac_check_lib_save_LIBS=$LIBS
3221LIBS="-lsupc++ $LIBS"
3222cat >conftest.$ac_ext <<_ACEOF
3223/* confdefs.h. */
3224_ACEOF
3225cat confdefs.h >>conftest.$ac_ext
3226cat >>conftest.$ac_ext <<_ACEOF
3227/* end confdefs.h. */
3228
3229
3230int
3231main ()
3232{
3233main ();
3234 ;
3235 return 0;
3236}
3237_ACEOF
3238rm -f conftest.$ac_objext conftest$ac_exeext
3239if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3240 (eval $ac_link) 2>conftest.er1
3241 ac_status=$?
3242 grep -v '^ *+' conftest.er1 >conftest.err
3243 rm -f conftest.er1
3244 cat conftest.err >&5
3245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3246 (exit $ac_status); } &&
3247 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3249 (eval $ac_try) 2>&5
3250 ac_status=$?
3251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3252 (exit $ac_status); }; } &&
3253 { ac_try='test -s conftest$ac_exeext'
3254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3255 (eval $ac_try) 2>&5
3256 ac_status=$?
3257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3258 (exit $ac_status); }; }; then
3259 ac_cv_lib_supcpp_main=yes
3260else
3261 echo "$as_me: failed program was:" >&5
3262sed 's/^/| /' conftest.$ac_ext >&5
3263
3264ac_cv_lib_supcpp_main=no
3265fi
3266rm -f conftest.err conftest.$ac_objext \
3267 conftest$ac_exeext conftest.$ac_ext
3268LIBS=$ac_check_lib_save_LIBS
3269fi
3270echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3271echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3272if test $ac_cv_lib_supcpp_main = yes; then
3273
3274 LINKER="$CC"
3275 LIBS="$LIBS -lsupc++"
3276
3277fi
3278
3279fi
3280LINKER=$LINKER
3281
3282
3283CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3284
3285
3286ac_ext=cc
3287ac_cpp='$CXXCPP $CPPFLAGS'
3288ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3289ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3290ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3291
3292
3293
3294ac_ext=cc
3295ac_cpp='$CXXCPP $CPPFLAGS'
3296ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3297ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3298ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3299echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3300echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3301if test -z "$CXXCPP"; then
3302 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3303 echo $ECHO_N "(cached) $ECHO_C" >&6
3304else
3305 # Double quotes because CXXCPP needs to be expanded
3306 for CXXCPP in "$CXX -E" "/lib/cpp"
3307 do
3308 ac_preproc_ok=false
3309for ac_cxx_preproc_warn_flag in '' yes
3310do
3311 # Use a header file that comes with gcc, so configuring glibc
3312 # with a fresh cross-compiler works.
3313 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3314 # <limits.h> exists even on freestanding compilers.
3315 # On the NeXT, cc -E runs the code through the compiler's parser,
3316 # not just through cpp. "Syntax error" is here to catch this case.
3317 cat >conftest.$ac_ext <<_ACEOF
3318/* confdefs.h. */
3319_ACEOF
3320cat confdefs.h >>conftest.$ac_ext
3321cat >>conftest.$ac_ext <<_ACEOF
3322/* end confdefs.h. */
3323#ifdef __STDC__
3324# include <limits.h>
3325#else
3326# include <assert.h>
3327#endif
3328 Syntax error
3329_ACEOF
3330if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3331 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3332 ac_status=$?
3333 grep -v '^ *+' conftest.er1 >conftest.err
3334 rm -f conftest.er1
3335 cat conftest.err >&5
3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337 (exit $ac_status); } >/dev/null; then
3338 if test -s conftest.err; then
3339 ac_cpp_err=$ac_cxx_preproc_warn_flag
3340 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3341 else
3342 ac_cpp_err=
3343 fi
3344else
3345 ac_cpp_err=yes
3346fi
3347if test -z "$ac_cpp_err"; then
3348 :
3349else
3350 echo "$as_me: failed program was:" >&5
3351sed 's/^/| /' conftest.$ac_ext >&5
3352
3353 # Broken: fails on valid input.
3354continue
3355fi
3356rm -f conftest.err conftest.$ac_ext
3357
3358 # OK, works on sane cases. Now check whether non-existent headers
3359 # can be detected and how.
3360 cat >conftest.$ac_ext <<_ACEOF
3361/* confdefs.h. */
3362_ACEOF
3363cat confdefs.h >>conftest.$ac_ext
3364cat >>conftest.$ac_ext <<_ACEOF
3365/* end confdefs.h. */
3366#include <ac_nonexistent.h>
3367_ACEOF
3368if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3369 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3370 ac_status=$?
3371 grep -v '^ *+' conftest.er1 >conftest.err
3372 rm -f conftest.er1
3373 cat conftest.err >&5
3374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3375 (exit $ac_status); } >/dev/null; then
3376 if test -s conftest.err; then
3377 ac_cpp_err=$ac_cxx_preproc_warn_flag
3378 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3379 else
3380 ac_cpp_err=
3381 fi
3382else
3383 ac_cpp_err=yes
3384fi
3385if test -z "$ac_cpp_err"; then
3386 # Broken: success on invalid input.
3387continue
3388else
3389 echo "$as_me: failed program was:" >&5
3390sed 's/^/| /' conftest.$ac_ext >&5
3391
3392 # Passes both tests.
3393ac_preproc_ok=:
3394break
3395fi
3396rm -f conftest.err conftest.$ac_ext
3397
3398done
3399# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3400rm -f conftest.err conftest.$ac_ext
3401if $ac_preproc_ok; then
3402 break
3403fi
3404
3405 done
3406 ac_cv_prog_CXXCPP=$CXXCPP
3407
3408fi
3409 CXXCPP=$ac_cv_prog_CXXCPP
3410else
3411 ac_cv_prog_CXXCPP=$CXXCPP
3412fi
3413echo "$as_me:$LINENO: result: $CXXCPP" >&5
3414echo "${ECHO_T}$CXXCPP" >&6
3415ac_preproc_ok=false
3416for ac_cxx_preproc_warn_flag in '' yes
3417do
3418 # Use a header file that comes with gcc, so configuring glibc
3419 # with a fresh cross-compiler works.
3420 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3421 # <limits.h> exists even on freestanding compilers.
3422 # On the NeXT, cc -E runs the code through the compiler's parser,
3423 # not just through cpp. "Syntax error" is here to catch this case.
3424 cat >conftest.$ac_ext <<_ACEOF
3425/* confdefs.h. */
3426_ACEOF
3427cat confdefs.h >>conftest.$ac_ext
3428cat >>conftest.$ac_ext <<_ACEOF
3429/* end confdefs.h. */
3430#ifdef __STDC__
3431# include <limits.h>
3432#else
3433# include <assert.h>
3434#endif
3435 Syntax error
3436_ACEOF
3437if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3438 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3439 ac_status=$?
3440 grep -v '^ *+' conftest.er1 >conftest.err
3441 rm -f conftest.er1
3442 cat conftest.err >&5
3443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3444 (exit $ac_status); } >/dev/null; then
3445 if test -s conftest.err; then
3446 ac_cpp_err=$ac_cxx_preproc_warn_flag
3447 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3448 else
3449 ac_cpp_err=
3450 fi
3451else
3452 ac_cpp_err=yes
3453fi
3454if test -z "$ac_cpp_err"; then
3455 :
3456else
3457 echo "$as_me: failed program was:" >&5
3458sed 's/^/| /' conftest.$ac_ext >&5
3459
3460 # Broken: fails on valid input.
3461continue
3462fi
3463rm -f conftest.err conftest.$ac_ext
3464
3465 # OK, works on sane cases. Now check whether non-existent headers
3466 # can be detected and how.
3467 cat >conftest.$ac_ext <<_ACEOF
3468/* confdefs.h. */
3469_ACEOF
3470cat confdefs.h >>conftest.$ac_ext
3471cat >>conftest.$ac_ext <<_ACEOF
3472/* end confdefs.h. */
3473#include <ac_nonexistent.h>
3474_ACEOF
3475if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3476 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3477 ac_status=$?
3478 grep -v '^ *+' conftest.er1 >conftest.err
3479 rm -f conftest.er1
3480 cat conftest.err >&5
3481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3482 (exit $ac_status); } >/dev/null; then
3483 if test -s conftest.err; then
3484 ac_cpp_err=$ac_cxx_preproc_warn_flag
3485 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3486 else
3487 ac_cpp_err=
3488 fi
3489else
3490 ac_cpp_err=yes
3491fi
3492if test -z "$ac_cpp_err"; then
3493 # Broken: success on invalid input.
3494continue
3495else
3496 echo "$as_me: failed program was:" >&5
3497sed 's/^/| /' conftest.$ac_ext >&5
3498
3499 # Passes both tests.
3500ac_preproc_ok=:
3501break
3502fi
3503rm -f conftest.err conftest.$ac_ext
3504
3505done
3506# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3507rm -f conftest.err conftest.$ac_ext
3508if $ac_preproc_ok; then
3509 :
3510else
3511 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3512See \`config.log' for more details." >&5
3513echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3514See \`config.log' for more details." >&2;}
3515 { (exit 1); exit 1; }; }
3516fi
3517
3518ac_ext=cc
3519ac_cpp='$CXXCPP $CPPFLAGS'
3520ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3521ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3522ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198 3523
3199 3524
3200echo "$as_me:$LINENO: checking for egrep" >&5 3525echo "$as_me:$LINENO: checking for egrep" >&5
3201echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3526echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3202if test "${ac_cv_prog_egrep+set}" = set; then 3527if test "${ac_cv_prog_egrep+set}" = set; then
3277 grep -v '^ *+' conftest.er1 >conftest.err 3602 grep -v '^ *+' conftest.er1 >conftest.err
3278 rm -f conftest.er1 3603 rm -f conftest.er1
3279 cat conftest.err >&5 3604 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3606 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3607 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3609 (eval $ac_try) 2>&5
3285 ac_status=$? 3610 ac_status=$?
3286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287 (exit $ac_status); }; } && 3612 (exit $ac_status); }; } &&
3331 grep -v '^ *+' conftest.er1 >conftest.err 3656 grep -v '^ *+' conftest.er1 >conftest.err
3332 rm -f conftest.er1 3657 rm -f conftest.er1
3333 cat conftest.err >&5 3658 cat conftest.err >&5
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); } && 3660 (exit $ac_status); } &&
3336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3661 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5 3663 (eval $ac_try) 2>&5
3339 ac_status=$? 3664 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } && 3666 (exit $ac_status); }; } &&
3361echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 3686echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3362echo "${ECHO_T}$ac_cv_search_strerror" >&6 3687echo "${ECHO_T}$ac_cv_search_strerror" >&6
3363if test "$ac_cv_search_strerror" != no; then 3688if test "$ac_cv_search_strerror" != no; then
3364 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3689 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3365 3690
3691fi
3692
3693
3694echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3695echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3696if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3697 echo $ECHO_N "(cached) $ECHO_C" >&6
3698else
3699 ac_check_lib_save_LIBS=$LIBS
3700LIBS="-lxpg4 $LIBS"
3701cat >conftest.$ac_ext <<_ACEOF
3702/* confdefs.h. */
3703_ACEOF
3704cat confdefs.h >>conftest.$ac_ext
3705cat >>conftest.$ac_ext <<_ACEOF
3706/* end confdefs.h. */
3707
3708/* Override any gcc2 internal prototype to avoid an error. */
3709#ifdef __cplusplus
3710extern "C"
3711#endif
3712/* We use char because int might match the return type of a gcc2
3713 builtin and then its argument prototype would still apply. */
3714char setlocale ();
3715int
3716main ()
3717{
3718setlocale ();
3719 ;
3720 return 0;
3721}
3722_ACEOF
3723rm -f conftest.$ac_objext conftest$ac_exeext
3724if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3725 (eval $ac_link) 2>conftest.er1
3726 ac_status=$?
3727 grep -v '^ *+' conftest.er1 >conftest.err
3728 rm -f conftest.er1
3729 cat conftest.err >&5
3730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3731 (exit $ac_status); } &&
3732 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3734 (eval $ac_try) 2>&5
3735 ac_status=$?
3736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3737 (exit $ac_status); }; } &&
3738 { ac_try='test -s conftest$ac_exeext'
3739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3740 (eval $ac_try) 2>&5
3741 ac_status=$?
3742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3743 (exit $ac_status); }; }; then
3744 ac_cv_lib_xpg4_setlocale=yes
3745else
3746 echo "$as_me: failed program was:" >&5
3747sed 's/^/| /' conftest.$ac_ext >&5
3748
3749ac_cv_lib_xpg4_setlocale=no
3750fi
3751rm -f conftest.err conftest.$ac_objext \
3752 conftest$ac_exeext conftest.$ac_ext
3753LIBS=$ac_check_lib_save_LIBS
3754fi
3755echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3756echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3757if test $ac_cv_lib_xpg4_setlocale = yes; then
3758 LIBS="$LIBS -lxpg4"
3759fi
3760
3761
3762echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3763echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3764if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3765 echo $ECHO_N "(cached) $ECHO_C" >&6
3766else
3767 ac_check_lib_save_LIBS=$LIBS
3768LIBS="-lnsl $LIBS"
3769cat >conftest.$ac_ext <<_ACEOF
3770/* confdefs.h. */
3771_ACEOF
3772cat confdefs.h >>conftest.$ac_ext
3773cat >>conftest.$ac_ext <<_ACEOF
3774/* end confdefs.h. */
3775
3776/* Override any gcc2 internal prototype to avoid an error. */
3777#ifdef __cplusplus
3778extern "C"
3779#endif
3780/* We use char because int might match the return type of a gcc2
3781 builtin and then its argument prototype would still apply. */
3782char gethostbyname ();
3783int
3784main ()
3785{
3786gethostbyname ();
3787 ;
3788 return 0;
3789}
3790_ACEOF
3791rm -f conftest.$ac_objext conftest$ac_exeext
3792if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3793 (eval $ac_link) 2>conftest.er1
3794 ac_status=$?
3795 grep -v '^ *+' conftest.er1 >conftest.err
3796 rm -f conftest.er1
3797 cat conftest.err >&5
3798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3799 (exit $ac_status); } &&
3800 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3802 (eval $ac_try) 2>&5
3803 ac_status=$?
3804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805 (exit $ac_status); }; } &&
3806 { ac_try='test -s conftest$ac_exeext'
3807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3808 (eval $ac_try) 2>&5
3809 ac_status=$?
3810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3811 (exit $ac_status); }; }; then
3812 ac_cv_lib_nsl_gethostbyname=yes
3813else
3814 echo "$as_me: failed program was:" >&5
3815sed 's/^/| /' conftest.$ac_ext >&5
3816
3817ac_cv_lib_nsl_gethostbyname=no
3818fi
3819rm -f conftest.err conftest.$ac_objext \
3820 conftest$ac_exeext conftest.$ac_ext
3821LIBS=$ac_check_lib_save_LIBS
3822fi
3823echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3824echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3825if test $ac_cv_lib_nsl_gethostbyname = yes; then
3826 LIBS="$LIBS -lnsl"
3827fi
3828
3829echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3830echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3831if test "${ac_cv_lib_socket_socket+set}" = set; then
3832 echo $ECHO_N "(cached) $ECHO_C" >&6
3833else
3834 ac_check_lib_save_LIBS=$LIBS
3835LIBS="-lsocket $LIBS"
3836cat >conftest.$ac_ext <<_ACEOF
3837/* confdefs.h. */
3838_ACEOF
3839cat confdefs.h >>conftest.$ac_ext
3840cat >>conftest.$ac_ext <<_ACEOF
3841/* end confdefs.h. */
3842
3843/* Override any gcc2 internal prototype to avoid an error. */
3844#ifdef __cplusplus
3845extern "C"
3846#endif
3847/* We use char because int might match the return type of a gcc2
3848 builtin and then its argument prototype would still apply. */
3849char socket ();
3850int
3851main ()
3852{
3853socket ();
3854 ;
3855 return 0;
3856}
3857_ACEOF
3858rm -f conftest.$ac_objext conftest$ac_exeext
3859if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3860 (eval $ac_link) 2>conftest.er1
3861 ac_status=$?
3862 grep -v '^ *+' conftest.er1 >conftest.err
3863 rm -f conftest.er1
3864 cat conftest.err >&5
3865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3866 (exit $ac_status); } &&
3867 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3869 (eval $ac_try) 2>&5
3870 ac_status=$?
3871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3872 (exit $ac_status); }; } &&
3873 { ac_try='test -s conftest$ac_exeext'
3874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3875 (eval $ac_try) 2>&5
3876 ac_status=$?
3877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3878 (exit $ac_status); }; }; then
3879 ac_cv_lib_socket_socket=yes
3880else
3881 echo "$as_me: failed program was:" >&5
3882sed 's/^/| /' conftest.$ac_ext >&5
3883
3884ac_cv_lib_socket_socket=no
3885fi
3886rm -f conftest.err conftest.$ac_objext \
3887 conftest$ac_exeext conftest.$ac_ext
3888LIBS=$ac_check_lib_save_LIBS
3889fi
3890echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3891echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3892if test $ac_cv_lib_socket_socket = yes; then
3893 LIBS="$LIBS -lsocket"
3366fi 3894fi
3367 3895
3368 3896
3369# Check whether --enable-shared or --disable-shared was given. 3897# Check whether --enable-shared or --disable-shared was given.
3370if test "${enable_shared+set}" = set; then 3898if test "${enable_shared+set}" = set; then
4035 grep -v '^ *+' conftest.er1 >conftest.err 4563 grep -v '^ *+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4564 rm -f conftest.er1
4037 cat conftest.err >&5 4565 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); } && 4567 (exit $ac_status); } &&
4040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4568 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5 4570 (eval $ac_try) 2>&5
4043 ac_status=$? 4571 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } && 4573 (exit $ac_status); }; } &&
4205 grep -v '^ *+' conftest.er1 >conftest.err 4733 grep -v '^ *+' conftest.er1 >conftest.err
4206 rm -f conftest.er1 4734 rm -f conftest.er1
4207 cat conftest.err >&5 4735 cat conftest.err >&5
4208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209 (exit $ac_status); } && 4737 (exit $ac_status); } &&
4210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4738 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4212 (eval $ac_try) 2>&5 4740 (eval $ac_try) 2>&5
4213 ac_status=$? 4741 ac_status=$?
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } && 4743 (exit $ac_status); }; } &&
4272 grep -v '^ *+' conftest.er1 >conftest.err 4800 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1 4801 rm -f conftest.er1
4274 cat conftest.err >&5 4802 cat conftest.err >&5
4275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && 4804 (exit $ac_status); } &&
4277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4805 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4279 (eval $ac_try) 2>&5 4807 (eval $ac_try) 2>&5
4280 ac_status=$? 4808 ac_status=$?
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); }; } && 4810 (exit $ac_status); }; } &&
4315 rm -f conftest.er1 4843 rm -f conftest.er1
4316 cat conftest.err >&5 4844 cat conftest.err >&5
4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318 (exit $ac_status); } >/dev/null; then 4846 (exit $ac_status); } >/dev/null; then
4319 if test -s conftest.err; then 4847 if test -s conftest.err; then
4320 ac_cpp_err=$ac_c_preproc_warn_flag 4848 ac_cpp_err=$ac_cxx_preproc_warn_flag
4321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4849 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4322 else 4850 else
4323 ac_cpp_err= 4851 ac_cpp_err=
4324 fi 4852 fi
4325else 4853else
4326 ac_cpp_err=yes 4854 ac_cpp_err=yes
4336rm -f conftest.err conftest.$ac_ext 4864rm -f conftest.err conftest.$ac_ext
4337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4865echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4338echo "${ECHO_T}$ac_header_preproc" >&6 4866echo "${ECHO_T}$ac_header_preproc" >&6
4339 4867
4340# So? What about this header? 4868# So? What about this header?
4341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4869case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4342 yes:no: ) 4870 yes:no: )
4343 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4871 { 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;} 4872echo "$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 4873 { 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;} 4874echo "$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 5234# Some flags need to be propagated to the compiler or linker for good
4707# libtool support. 5235# libtool support.
4708case "$host" in 5236case "$host" in
4709*-*-irix6*) 5237*-*-irix6*)
4710 # Find out which ABI we are using. 5238 # Find out which ABI we are using.
4711 echo '#line 4711 "configure"' > conftest.$ac_ext 5239 echo '#line 5239 "configure"' > conftest.$ac_ext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5240 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713 (eval $ac_compile) 2>&5 5241 (eval $ac_compile) 2>&5
4714 ac_status=$? 5242 ac_status=$?
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); }; then 5244 (exit $ac_status); }; then
4789 5317
4790lt_cv_cc_needs_belf=no 5318lt_cv_cc_needs_belf=no
4791fi 5319fi
4792rm -f conftest.err conftest.$ac_objext \ 5320rm -f conftest.err conftest.$ac_objext \
4793 conftest$ac_exeext conftest.$ac_ext 5321 conftest$ac_exeext conftest.$ac_ext
4794 ac_ext=c 5322 ac_ext=cc
4795ac_cpp='$CPP $CPPFLAGS' 5323ac_cpp='$CXXCPP $CPPFLAGS'
4796ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5324ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5325ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798ac_compiler_gnu=$ac_cv_c_compiler_gnu 5326ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 5327
4800fi 5328fi
4801echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5329echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4802echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 5330echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4803 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5331 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5098 grep -v '^ *+' conftest.er1 >conftest.err 5626 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5627 rm -f conftest.er1
5100 cat conftest.err >&5 5628 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5630 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5631 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5 5633 (eval $ac_try) 2>&5
5106 ac_status=$? 5634 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } && 5636 (exit $ac_status); }; } &&
5198 grep -v '^ *+' conftest.er1 >conftest.err 5726 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1 5727 rm -f conftest.er1
5200 cat conftest.err >&5 5728 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } && 5730 (exit $ac_status); } &&
5203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5731 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205 (eval $ac_try) 2>&5 5733 (eval $ac_try) 2>&5
5206 ac_status=$? 5734 ac_status=$?
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; } && 5736 (exit $ac_status); }; } &&
5257# builds. 5785# builds.
5258chmod -w . 5786chmod -w .
5259save_CFLAGS="$CFLAGS" 5787save_CFLAGS="$CFLAGS"
5260CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5788CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5261compiler_c_o=no 5789compiler_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 5790if { (eval echo configure:5790: \"$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 5791 # The compiler can only warn and ignore the option if not recognized
5264 # So say no if there are warnings 5792 # So say no if there are warnings
5265 if test -s out/conftest.err; then 5793 if test -s out/conftest.err; then
5266 compiler_c_o=no 5794 compiler_c_o=no
5267 else 5795 else
5311 grep -v '^ *+' conftest.er1 >conftest.err 5839 grep -v '^ *+' conftest.er1 >conftest.err
5312 rm -f conftest.er1 5840 rm -f conftest.er1
5313 cat conftest.err >&5 5841 cat conftest.err >&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } && 5843 (exit $ac_status); } &&
5316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5844 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 (eval $ac_try) 2>&5 5846 (eval $ac_try) 2>&5
5319 ac_status=$? 5847 ac_status=$?
5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5321 (exit $ac_status); }; } && 5849 (exit $ac_status); }; } &&
5407 grep -v '^ *+' conftest.er1 >conftest.err 5935 grep -v '^ *+' conftest.er1 >conftest.err
5408 rm -f conftest.er1 5936 rm -f conftest.er1
5409 cat conftest.err >&5 5937 cat conftest.err >&5
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); } && 5939 (exit $ac_status); } &&
5412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5940 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5414 (eval $ac_try) 2>&5 5942 (eval $ac_try) 2>&5
5415 ac_status=$? 5943 ac_status=$?
5416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417 (exit $ac_status); }; } && 5945 (exit $ac_status); }; } &&
6485 grep -v '^ *+' conftest.er1 >conftest.err 7013 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1 7014 rm -f conftest.er1
6487 cat conftest.err >&5 7015 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } && 7017 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7018 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5 7020 (eval $ac_try) 2>&5
6493 ac_status=$? 7021 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } && 7023 (exit $ac_status); }; } &&
6578 grep -v '^ *+' conftest.er1 >conftest.err 7106 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1 7107 rm -f conftest.er1
6580 cat conftest.err >&5 7108 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && 7110 (exit $ac_status); } &&
6583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7111 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6585 (eval $ac_try) 2>&5 7113 (eval $ac_try) 2>&5
6586 ac_status=$? 7114 ac_status=$?
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); }; } && 7116 (exit $ac_status); }; } &&
6670 grep -v '^ *+' conftest.er1 >conftest.err 7198 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1 7199 rm -f conftest.er1
6672 cat conftest.err >&5 7200 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 7202 (exit $ac_status); } &&
6675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7203 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 7205 (eval $ac_try) 2>&5
6678 ac_status=$? 7206 ac_status=$?
6679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6680 (exit $ac_status); }; } && 7208 (exit $ac_status); }; } &&
6735 grep -v '^ *+' conftest.er1 >conftest.err 7263 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1 7264 rm -f conftest.er1
6737 cat conftest.err >&5 7265 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && 7267 (exit $ac_status); } &&
6740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7268 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5 7270 (eval $ac_try) 2>&5
6743 ac_status=$? 7271 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; } && 7273 (exit $ac_status); }; } &&
6801 grep -v '^ *+' conftest.er1 >conftest.err 7329 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 7330 rm -f conftest.er1
6803 cat conftest.err >&5 7331 cat conftest.err >&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && 7333 (exit $ac_status); } &&
6806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7334 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6808 (eval $ac_try) 2>&5 7336 (eval $ac_try) 2>&5
6809 ac_status=$? 7337 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); }; } && 7339 (exit $ac_status); }; } &&
6873 lt_cv_dlopen_self=cross 7401 lt_cv_dlopen_self=cross
6874else 7402else
6875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7403 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6876 lt_status=$lt_dlunknown 7404 lt_status=$lt_dlunknown
6877 cat > conftest.$ac_ext <<EOF 7405 cat > conftest.$ac_ext <<EOF
6878#line 6878 "configure" 7406#line 7406 "configure"
6879#include "confdefs.h" 7407#include "confdefs.h"
6880 7408
6881#if HAVE_DLFCN_H 7409#if HAVE_DLFCN_H
6882#include <dlfcn.h> 7410#include <dlfcn.h>
6883#endif 7411#endif
6971 lt_cv_dlopen_self_static=cross 7499 lt_cv_dlopen_self_static=cross
6972else 7500else
6973 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7501 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6974 lt_status=$lt_dlunknown 7502 lt_status=$lt_dlunknown
6975 cat > conftest.$ac_ext <<EOF 7503 cat > conftest.$ac_ext <<EOF
6976#line 6976 "configure" 7504#line 7504 "configure"
6977#include "confdefs.h" 7505#include "confdefs.h"
6978 7506
6979#if HAVE_DLFCN_H 7507#if HAVE_DLFCN_H
6980#include <dlfcn.h> 7508#include <dlfcn.h>
6981#endif 7509#endif
7704MALLOC_TYPE=S 8232MALLOC_TYPE=S
7705support_addstrings=no 8233support_addstrings=no
7706support_frills=no 8234support_frills=no
7707support_linespace=no 8235support_linespace=no
7708support_inheritpixmap=no 8236support_inheritpixmap=no
8237support_tinting=no
7709support_keepscrolling=no 8238support_keepscrolling=no
7710support_selectionscrolling=no 8239support_selectionscrolling=no
7711support_menubar=no 8240support_menubar=no
7712support_mousewheel=no 8241support_mousewheel=no
7713support_mouseslipwheel=no 8242support_mouseslipwheel=no
7714support_oldselection=no
7715support_utmp=no 8243support_utmp=no
7716support_wtmp=no 8244support_wtmp=no
7717support_lastlog=no 8245support_lastlog=no
7718support_cursor_blink=no 8246support_cursor_blink=no
7719support_text_blink=no 8247support_text_blink=no
7724support_scroll_plain=no 8252support_scroll_plain=no
7725support_xim=no 8253support_xim=no
7726support_xpm=no 8254support_xpm=no
7727support_xft=no 8255support_xft=no
7728support_unicode3=no 8256support_unicode3=no
8257support_combining=no
7729codesets= 8258codesets=
7730 8259
7731 8260
7732if test "x$enable_shared" = xyes; then 8261if test "x$enable_shared" = xyes; then
7733 8262
7745 if test x$enableval = xyes; then 8274 if test x$enableval = xyes; then
7746 support_24bit=yes 8275 support_24bit=yes
7747 support_frills=yes 8276 support_frills=yes
7748 support_linespace=yes 8277 support_linespace=yes
7749 support_inheritpixmap=yes 8278 support_inheritpixmap=yes
8279 support_tinting=yes
7750 support_keepscrolling=yes 8280 support_keepscrolling=yes
7751 support_selectionscrolling=yes 8281 support_selectionscrolling=yes
7752 support_lastlog=yes 8282 support_lastlog=yes
7753 support_menubar=yes 8283 support_menubar=yes
7754 support_mousewheel=yes 8284 support_mousewheel=yes
7755 support_mouseslipwheel=yes 8285 support_mouseslipwheel=yes
7756 support_oldselection=yes
7757 support_cursor_blink=yes 8286 support_cursor_blink=yes
7758 support_text_blink=yes 8287 support_text_blink=yes
7759 support_pointer_blank=yes 8288 support_pointer_blank=yes
7760 support_scroll_rxvt=yes 8289 support_scroll_rxvt=yes
7761 support_scroll_next=yes 8290 support_scroll_next=yes
7765 support_wtmp=yes 8294 support_wtmp=yes
7766 support_xim=yes 8295 support_xim=yes
7767 support_xpm=yes 8296 support_xpm=yes
7768 support_xft=yes 8297 support_xft=yes
7769 support_unicode3=yes 8298 support_unicode3=yes
8299 support_combining=yes
7770 codesets=all 8300 codesets=all
7771 fi 8301 fi
7772fi; 8302fi;
7773 8303
7774# Check whether --enable-unicode3 or --disable-unicode3 was given. 8304# Check whether --enable-unicode3 or --disable-unicode3 was given.
7775if test "${enable_unicode3+set}" = set; then 8305if test "${enable_unicode3+set}" = set; then
7776 enableval="$enable_unicode3" 8306 enableval="$enable_unicode3"
7777 if test x$enableval = xyes; then 8307 if test x$enableval = xyes -o x$enableval = xno; then
7778 support_unicode3=yes 8308 support_unicode3=yes
7779 fi 8309 fi
7780fi; 8310fi;
7781 8311
8312# Check whether --enable-combining or --disable-combining was given.
8313if test "${enable_combining+set}" = set; then
8314 enableval="$enable_combining"
8315 if test x$enableval = xyes -o x$enableval = xno; then
8316 support_combining=yes
8317 fi
8318fi;
8319
7782# Check whether --enable-xft or --disable-xft was given. 8320# Check whether --enable-xft or --disable-xft was given.
7783if test "${enable_xft+set}" = set; then 8321if test "${enable_xft+set}" = set; then
7784 enableval="$enable_xft" 8322 enableval="$enable_xft"
7785 if test x$enableval = xyes; then 8323 if test x$enableval = xyes -o x$enableval = xno; then
7786 support_xft=yes 8324 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 8325 fi
7811fi; 8326fi;
7812 8327
7813# Check whether --enable-utmp or --disable-utmp was given. 8328# Check whether --enable-utmp or --disable-utmp was given.
7814if test "${enable_utmp+set}" = set; then 8329if test "${enable_utmp+set}" = set; then
7848 if test x$enableval = xyes -o x$enableval = xno; then 8363 if test x$enableval = xyes -o x$enableval = xno; then
7849 support_inheritpixmap=$enableval 8364 support_inheritpixmap=$enableval
7850 fi 8365 fi
7851fi; 8366fi;
7852 8367
8368# Check whether --enable-tinting or --disable-tinting was given.
8369if test "${enable_tinting+set}" = set; then
8370 enableval="$enable_tinting"
8371 if test x$enableval = xyes -o x$enableval = xno; then
8372 support_tinting=$enableval
8373 fi
8374fi;
8375
7853# Check whether --enable-menubar or --disable-menubar was given. 8376# Check whether --enable-menubar or --disable-menubar was given.
7854if test "${enable_menubar+set}" = set; then 8377if test "${enable_menubar+set}" = set; then
7855 enableval="$enable_menubar" 8378 enableval="$enable_menubar"
7856 if test x$enableval = xyes -o x$enableval = xno; then 8379 if test x$enableval = xyes -o x$enableval = xno; then
7857 support_menubar=$enableval 8380 support_menubar=$enableval
7900_ACEOF 8423_ACEOF
7901 8424
7902 fi 8425 fi
7903fi; 8426fi;
7904 8427
8428
8429# Check whether --with-codesets or --without-codesets was given.
8430if test "${with_codesets+set}" = set; then
8431 withval="$with_codesets"
8432 codesets="$withval"
8433fi;
8434
7905# Check whether --enable-xim or --disable-xim was given. 8435# Check whether --enable-xim or --disable-xim was given.
7906if test "${enable_xim+set}" = set; then 8436if test "${enable_xim+set}" = set; then
7907 enableval="$enable_xim" 8437 enableval="$enable_xim"
7908 if test x$enableval = xyes -o x$enableval = xno; then 8438 if test x$enableval = xyes -o x$enableval = xno; then
7909 support_xim=$enableval 8439 support_xim=$enableval
7968_ACEOF 8498_ACEOF
7969 8499
7970 fi 8500 fi
7971fi; 8501fi;
7972 8502
8503RESFALLBACK=Rxvt
8504# Check whether --enable-fallback or --disable-fallback was given.
8505if test "${enable_fallback+set}" = set; then
8506 enableval="$enable_fallback"
8507
8508 test x$enableval = xyes && enableval=Rxvt
8509 test x$enableval = xno && enableval=
8510 RESFALLBACK="$enableval"
8511
8512fi;
8513
8514if test x$RESFALLBACK != x; then
8515
8516cat >>confdefs.h <<_ACEOF
8517#define RESFALLBACK "$RESFALLBACK"
8518_ACEOF
8519
8520fi
8521
8522RESNAME=urxvt
8523
8524# Check whether --with-res-name or --without-res-name was given.
8525if test "${with_res_name+set}" = set; then
8526 withval="$with_res_name"
8527 RESNAME="$withval"
8528fi;
8529
8530cat >>confdefs.h <<_ACEOF
8531#define RESNAME "$RESNAME"
8532_ACEOF
8533
8534
8535RESCLASS=URxvt
8536
8537# Check whether --with-res-class or --without-res-class was given.
8538if test "${with_res_class+set}" = set; then
8539 withval="$with_res_class"
8540 RESCLASS="$withval"
8541fi;
8542
8543cat >>confdefs.h <<_ACEOF
8544#define RESCLASS "$RESCLASS"
8545_ACEOF
8546
8547
8548RXVTNAME=urxvt
8549
8550# Check whether --with-name or --without-name was given.
8551if test "${with_name+set}" = set; then
8552 withval="$with_name"
8553 RXVTNAME="$withval"
8554fi;
8555
8556RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8557
8558
7973# Check whether --enable-strings or --disable-strings was given. 8559# Check whether --enable-strings or --disable-strings was given.
7974if test "${enable_strings+set}" = set; then 8560if test "${enable_strings+set}" = set; then
7975 enableval="$enable_strings" 8561 enableval="$enable_strings"
7976 if test x$enableval = xyes -o x$enableval = xno; then 8562 if test x$enableval = xyes -o x$enableval = xno; then
7977 support_addstrings=$enableval 8563 support_addstrings=$enableval
8041# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8627# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8042if test "${enable_slipwheeling+set}" = set; then 8628if test "${enable_slipwheeling+set}" = set; then
8043 enableval="$enable_slipwheeling" 8629 enableval="$enable_slipwheeling"
8044 if test x$enableval = xyes -o x$enableval = xno; then 8630 if test x$enableval = xyes -o x$enableval = xno; then
8045 support_mouseslipwheel=$enableval 8631 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 8632 fi
8067fi; 8633fi;
8068 8634
8069# Check whether --enable-dmalloc or --disable-dmalloc was given. 8635# Check whether --enable-dmalloc or --disable-dmalloc was given.
8070if test "${enable_dmalloc+set}" = set; then 8636if test "${enable_dmalloc+set}" = set; then
8496fi 9062fi
8497 9063
8498 9064
8499 9065
8500 9066
9067
9068if test "x$ac_path_x_has_been_run" != xyes; then
8501echo "$as_me:$LINENO: checking for X" >&5 9069 echo "$as_me:$LINENO: checking for X" >&5
8502echo $ECHO_N "checking for X... $ECHO_C" >&6 9070echo $ECHO_N "checking for X... $ECHO_C" >&6
8503 9071
9072ac_path_x_has_been_run=yes
8504 9073
8505# Check whether --with-x or --without-x was given. 9074# Check whether --with-x or --without-x was given.
8506if test "${with_x+set}" = set; then 9075if test "${with_x+set}" = set; then
8507 withval="$with_x" 9076 withval="$with_x"
8508 9077
8591 9160
8592/usr/openwin/include 9161/usr/openwin/include
8593/usr/openwin/share/include' 9162/usr/openwin/share/include'
8594 9163
8595if test "$ac_x_includes" = no; then 9164if test "$ac_x_includes" = no; then
8596 # Guess where to find include files, by looking for Intrinsic.h. 9165 # Guess where to find include files, by looking for a specified header file.
8597 # First, try using that file with no special directory specified. 9166 # First, try using that file with no special directory specified.
8598 cat >conftest.$ac_ext <<_ACEOF 9167 cat >conftest.$ac_ext <<_ACEOF
8599/* confdefs.h. */ 9168/* confdefs.h. */
8600_ACEOF 9169_ACEOF
8601cat confdefs.h >>conftest.$ac_ext 9170cat confdefs.h >>conftest.$ac_ext
8610 rm -f conftest.er1 9179 rm -f conftest.er1
8611 cat conftest.err >&5 9180 cat conftest.err >&5
8612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } >/dev/null; then 9182 (exit $ac_status); } >/dev/null; then
8614 if test -s conftest.err; then 9183 if test -s conftest.err; then
8615 ac_cpp_err=$ac_c_preproc_warn_flag 9184 ac_cpp_err=$ac_cxx_preproc_warn_flag
8616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 9185 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8617 else 9186 else
8618 ac_cpp_err= 9187 ac_cpp_err=
8619 fi 9188 fi
8620else 9189else
8621 ac_cpp_err=yes 9190 ac_cpp_err=yes
8665 grep -v '^ *+' conftest.er1 >conftest.err 9234 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1 9235 rm -f conftest.er1
8667 cat conftest.err >&5 9236 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && 9238 (exit $ac_status); } &&
8670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9239 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8672 (eval $ac_try) 2>&5 9241 (eval $ac_try) 2>&5
8673 ac_status=$? 9242 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }; } && 9244 (exit $ac_status); }; } &&
8725 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9294 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8726 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9295 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8727 # Update the cache value to reflect the command line values. 9296 # Update the cache value to reflect the command line values.
8728 ac_cv_have_x="have_x=yes \ 9297 ac_cv_have_x="have_x=yes \
8729 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9298 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9299 # It might be that x_includes is empty (headers are found in the
9300 # standard search path. Then output the corresponding message
9301 ac_out_x_includes=$x_includes
9302 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 9303 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
8731echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 9304echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8732fi 9305fi
8733 9306
9307fi
8734if test "$no_x" = yes; then 9308if test "$no_x" = yes; then
8735 # Not all programs may use this symbol, but it does not hurt to define it. 9309 # Not all programs may use this symbol, but it does not hurt to define it.
8736 9310
8737cat >>confdefs.h <<\_ACEOF 9311cat >>confdefs.h <<\_ACEOF
8738#define X_DISPLAY_MISSING 1 9312#define X_DISPLAY_MISSING 1
8776 grep -v '^ *+' conftest.er1 >conftest.err 9350 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1 9351 rm -f conftest.er1
8778 cat conftest.err >&5 9352 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && 9354 (exit $ac_status); } &&
8781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9355 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8783 (eval $ac_try) 2>&5 9357 (eval $ac_try) 2>&5
8784 ac_status=$? 9358 ac_status=$?
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); }; } && 9360 (exit $ac_status); }; } &&
8827 grep -v '^ *+' conftest.er1 >conftest.err 9401 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9402 rm -f conftest.er1
8829 cat conftest.err >&5 9403 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && 9405 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9406 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 9408 (eval $ac_try) 2>&5
8835 ac_status=$? 9409 ac_status=$?
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); }; } && 9411 (exit $ac_status); }; } &&
8903 grep -v '^ *+' conftest.er1 >conftest.err 9477 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1 9478 rm -f conftest.er1
8905 cat conftest.err >&5 9479 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && 9481 (exit $ac_status); } &&
8908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9482 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910 (eval $ac_try) 2>&5 9484 (eval $ac_try) 2>&5
8911 ac_status=$? 9485 ac_status=$?
8912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913 (exit $ac_status); }; } && 9487 (exit $ac_status); }; } &&
8958 grep -v '^ *+' conftest.er1 >conftest.err 9532 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1 9533 rm -f conftest.er1
8960 cat conftest.err >&5 9534 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && 9536 (exit $ac_status); } &&
8963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9537 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8965 (eval $ac_try) 2>&5 9539 (eval $ac_try) 2>&5
8966 ac_status=$? 9540 ac_status=$?
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } && 9542 (exit $ac_status); }; } &&
9026 grep -v '^ *+' conftest.er1 >conftest.err 9600 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1 9601 rm -f conftest.er1
9028 cat conftest.err >&5 9602 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && 9604 (exit $ac_status); } &&
9031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9605 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9033 (eval $ac_try) 2>&5 9607 (eval $ac_try) 2>&5
9034 ac_status=$? 9608 ac_status=$?
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } && 9610 (exit $ac_status); }; } &&
9134 grep -v '^ *+' conftest.er1 >conftest.err 9708 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1 9709 rm -f conftest.er1
9136 cat conftest.err >&5 9710 cat conftest.err >&5
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && 9712 (exit $ac_status); } &&
9139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9713 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5 9715 (eval $ac_try) 2>&5
9142 ac_status=$? 9716 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; } && 9718 (exit $ac_status); }; } &&
9198 grep -v '^ *+' conftest.er1 >conftest.err 9772 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1 9773 rm -f conftest.er1
9200 cat conftest.err >&5 9774 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && 9776 (exit $ac_status); } &&
9203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9777 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5 9779 (eval $ac_try) 2>&5
9206 ac_status=$? 9780 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } && 9782 (exit $ac_status); }; } &&
9266 grep -v '^ *+' conftest.er1 >conftest.err 9840 grep -v '^ *+' conftest.er1 >conftest.err
9267 rm -f conftest.er1 9841 rm -f conftest.er1
9268 cat conftest.err >&5 9842 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 9844 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9845 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 9847 (eval $ac_try) 2>&5
9274 ac_status=$? 9848 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } && 9850 (exit $ac_status); }; } &&
9370 grep -v '^ *+' conftest.er1 >conftest.err 9944 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1 9945 rm -f conftest.er1
9372 cat conftest.err >&5 9946 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9948 (exit $ac_status); } &&
9375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9949 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9951 (eval $ac_try) 2>&5
9378 ac_status=$? 9952 ac_status=$?
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); }; } && 9954 (exit $ac_status); }; } &&
9434 grep -v '^ *+' conftest.er1 >conftest.err 10008 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 10009 rm -f conftest.er1
9436 cat conftest.err >&5 10010 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && 10012 (exit $ac_status); } &&
9439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10013 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9441 (eval $ac_try) 2>&5 10015 (eval $ac_try) 2>&5
9442 ac_status=$? 10016 ac_status=$?
9443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); }; } && 10018 (exit $ac_status); }; } &&
9531 grep -v '^ *+' conftest.er1 >conftest.err 10105 grep -v '^ *+' conftest.er1 >conftest.err
9532 rm -f conftest.er1 10106 rm -f conftest.er1
9533 cat conftest.err >&5 10107 cat conftest.err >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 10109 (exit $ac_status); } &&
9536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10110 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 10112 (eval $ac_try) 2>&5
9539 ac_status=$? 10113 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; } && 10115 (exit $ac_status); }; } &&
9595 grep -v '^ *+' conftest.er1 >conftest.err 10169 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1 10170 rm -f conftest.er1
9597 cat conftest.err >&5 10171 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && 10173 (exit $ac_status); } &&
9600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10174 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9602 (eval $ac_try) 2>&5 10176 (eval $ac_try) 2>&5
9603 ac_status=$? 10177 ac_status=$?
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } && 10179 (exit $ac_status); }; } &&
9692 grep -v '^ *+' conftest.er1 >conftest.err 10266 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1 10267 rm -f conftest.er1
9694 cat conftest.err >&5 10268 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && 10270 (exit $ac_status); } &&
9697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 (eval $ac_try) 2>&5 10273 (eval $ac_try) 2>&5
9700 ac_status=$? 10274 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); }; } && 10276 (exit $ac_status); }; } &&
9756 grep -v '^ *+' conftest.er1 >conftest.err 10330 grep -v '^ *+' conftest.er1 >conftest.err
9757 rm -f conftest.er1 10331 rm -f conftest.er1
9758 cat conftest.err >&5 10332 cat conftest.err >&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } && 10334 (exit $ac_status); } &&
9761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10335 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 (eval $ac_try) 2>&5 10337 (eval $ac_try) 2>&5
9764 ac_status=$? 10338 ac_status=$?
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } && 10340 (exit $ac_status); }; } &&
9835 grep -v '^ *+' conftest.er1 >conftest.err 10409 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1 10410 rm -f conftest.er1
9837 cat conftest.err >&5 10411 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && 10413 (exit $ac_status); } &&
9840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10414 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5 10416 (eval $ac_try) 2>&5
9843 ac_status=$? 10417 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } && 10419 (exit $ac_status); }; } &&
9951 rm -f conftest.er1 10525 rm -f conftest.er1
9952 cat conftest.err >&5 10526 cat conftest.err >&5
9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } >/dev/null; then 10528 (exit $ac_status); } >/dev/null; then
9955 if test -s conftest.err; then 10529 if test -s conftest.err; then
9956 ac_cpp_err=$ac_c_preproc_warn_flag 10530 ac_cpp_err=$ac_cxx_preproc_warn_flag
9957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10531 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9958 else 10532 else
9959 ac_cpp_err= 10533 ac_cpp_err=
9960 fi 10534 fi
9961else 10535else
9962 ac_cpp_err=yes 10536 ac_cpp_err=yes
10051 grep -v '^ *+' conftest.er1 >conftest.err 10625 grep -v '^ *+' conftest.er1 >conftest.err
10052 rm -f conftest.er1 10626 rm -f conftest.er1
10053 cat conftest.err >&5 10627 cat conftest.err >&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); } && 10629 (exit $ac_status); } &&
10056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10630 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5 10632 (eval $ac_try) 2>&5
10059 ac_status=$? 10633 ac_status=$?
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; } && 10635 (exit $ac_status); }; } &&
10163 rm -f conftest.er1 10737 rm -f conftest.er1
10164 cat conftest.err >&5 10738 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } >/dev/null; then 10740 (exit $ac_status); } >/dev/null; then
10167 if test -s conftest.err; then 10741 if test -s conftest.err; then
10168 ac_cpp_err=$ac_c_preproc_warn_flag 10742 ac_cpp_err=$ac_cxx_preproc_warn_flag
10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10743 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10170 else 10744 else
10171 ac_cpp_err= 10745 ac_cpp_err=
10172 fi 10746 fi
10173else 10747else
10174 ac_cpp_err=yes 10748 ac_cpp_err=yes
10265 grep -v '^ *+' conftest.er1 >conftest.err 10839 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1 10840 rm -f conftest.er1
10267 cat conftest.err >&5 10841 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 10843 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10844 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5 10846 (eval $ac_try) 2>&5
10273 ac_status=$? 10847 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } && 10849 (exit $ac_status); }; } &&
10368 grep -v '^ *+' conftest.er1 >conftest.err 10942 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1 10943 rm -f conftest.er1
10370 cat conftest.err >&5 10944 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } && 10946 (exit $ac_status); } &&
10373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10947 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5 10949 (eval $ac_try) 2>&5
10376 ac_status=$? 10950 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; } && 10952 (exit $ac_status); }; } &&
10411 rm -f conftest.er1 10985 rm -f conftest.er1
10412 cat conftest.err >&5 10986 cat conftest.err >&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } >/dev/null; then 10988 (exit $ac_status); } >/dev/null; then
10415 if test -s conftest.err; then 10989 if test -s conftest.err; then
10416 ac_cpp_err=$ac_c_preproc_warn_flag 10990 ac_cpp_err=$ac_cxx_preproc_warn_flag
10417 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10991 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10418 else 10992 else
10419 ac_cpp_err= 10993 ac_cpp_err=
10420 fi 10994 fi
10421else 10995else
10422 ac_cpp_err=yes 10996 ac_cpp_err=yes
10432rm -f conftest.err conftest.$ac_ext 11006rm -f conftest.err conftest.$ac_ext
10433echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11007echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10434echo "${ECHO_T}$ac_header_preproc" >&6 11008echo "${ECHO_T}$ac_header_preproc" >&6
10435 11009
10436# So? What about this header? 11010# So? What about this header?
10437case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11011case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10438 yes:no: ) 11012 yes:no: )
10439 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11013 { 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;} 11014echo "$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 11015 { 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;} 11016echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10517 grep -v '^ *+' conftest.er1 >conftest.err 11091 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1 11092 rm -f conftest.er1
10519 cat conftest.err >&5 11093 cat conftest.err >&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && 11095 (exit $ac_status); } &&
10522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11096 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 (eval $ac_try) 2>&5 11098 (eval $ac_try) 2>&5
10525 ac_status=$? 11099 ac_status=$?
10526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10527 (exit $ac_status); }; } && 11101 (exit $ac_status); }; } &&
10582 grep -v '^ *+' conftest.er1 >conftest.err 11156 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1 11157 rm -f conftest.er1
10584 cat conftest.err >&5 11158 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && 11160 (exit $ac_status); } &&
10587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11161 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5 11163 (eval $ac_try) 2>&5
10590 ac_status=$? 11164 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; } && 11166 (exit $ac_status); }; } &&
10747 grep -v '^ *+' conftest.er1 >conftest.err 11321 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1 11322 rm -f conftest.er1
10749 cat conftest.err >&5 11323 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && 11325 (exit $ac_status); } &&
10752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11326 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5 11328 (eval $ac_try) 2>&5
10755 ac_status=$? 11329 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } && 11331 (exit $ac_status); }; } &&
10856 grep -v '^ *+' conftest.er1 >conftest.err 11430 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1 11431 rm -f conftest.er1
10858 cat conftest.err >&5 11432 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && 11434 (exit $ac_status); } &&
10861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11435 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5 11437 (eval $ac_try) 2>&5
10864 ac_status=$? 11438 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; } && 11440 (exit $ac_status); }; } &&
10916 grep -v '^ *+' conftest.er1 >conftest.err 11490 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1 11491 rm -f conftest.er1
10918 cat conftest.err >&5 11492 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && 11494 (exit $ac_status); } &&
10921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11495 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5 11497 (eval $ac_try) 2>&5
10924 ac_status=$? 11498 ac_status=$?
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } && 11500 (exit $ac_status); }; } &&
10991 grep -v '^ *+' conftest.er1 >conftest.err 11565 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1 11566 rm -f conftest.er1
10993 cat conftest.err >&5 11567 cat conftest.err >&5
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && 11569 (exit $ac_status); } &&
10996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11570 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10998 (eval $ac_try) 2>&5 11572 (eval $ac_try) 2>&5
10999 ac_status=$? 11573 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); }; } && 11575 (exit $ac_status); }; } &&
11056 grep -v '^ *+' conftest.er1 >conftest.err 11630 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1 11631 rm -f conftest.er1
11058 cat conftest.err >&5 11632 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && 11634 (exit $ac_status); } &&
11061 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11635 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11063 (eval $ac_try) 2>&5 11637 (eval $ac_try) 2>&5
11064 ac_status=$? 11638 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }; } && 11640 (exit $ac_status); }; } &&
11161 grep -v '^ *+' conftest.er1 >conftest.err 11735 grep -v '^ *+' conftest.er1 >conftest.err
11162 rm -f conftest.er1 11736 rm -f conftest.er1
11163 cat conftest.err >&5 11737 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } && 11739 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11740 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168 (eval $ac_try) 2>&5 11742 (eval $ac_try) 2>&5
11169 ac_status=$? 11743 ac_status=$?
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); }; } && 11745 (exit $ac_status); }; } &&
11223 grep -v '^ *+' conftest.er1 >conftest.err 11797 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1 11798 rm -f conftest.er1
11225 cat conftest.err >&5 11799 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && 11801 (exit $ac_status); } &&
11228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11802 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11230 (eval $ac_try) 2>&5 11804 (eval $ac_try) 2>&5
11231 ac_status=$? 11805 ac_status=$?
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); }; } && 11807 (exit $ac_status); }; } &&
11263 grep -v '^ *+' conftest.er1 >conftest.err 11837 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1 11838 rm -f conftest.er1
11265 cat conftest.err >&5 11839 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && 11841 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11842 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5 11844 (eval $ac_try) 2>&5
11271 ac_status=$? 11845 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; } && 11847 (exit $ac_status); }; } &&
11319 grep -v '^ *+' conftest.er1 >conftest.err 11893 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1 11894 rm -f conftest.er1
11321 cat conftest.err >&5 11895 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && 11897 (exit $ac_status); } &&
11324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11898 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5 11900 (eval $ac_try) 2>&5
11327 ac_status=$? 11901 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } && 11903 (exit $ac_status); }; } &&
11359 grep -v '^ *+' conftest.er1 >conftest.err 11933 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1 11934 rm -f conftest.er1
11361 cat conftest.err >&5 11935 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && 11937 (exit $ac_status); } &&
11364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11938 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5 11940 (eval $ac_try) 2>&5
11367 ac_status=$? 11941 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } && 11943 (exit $ac_status); }; } &&
11423 grep -v '^ *+' conftest.er1 >conftest.err 11997 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1 11998 rm -f conftest.er1
11425 cat conftest.err >&5 11999 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && 12001 (exit $ac_status); } &&
11428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12002 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11430 (eval $ac_try) 2>&5 12004 (eval $ac_try) 2>&5
11431 ac_status=$? 12005 ac_status=$?
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); }; } && 12007 (exit $ac_status); }; } &&
11454See \`config.log' for more details." >&2;} 12028See \`config.log' for more details." >&2;}
11455 { (exit 1); exit 1; }; } ;; 12029 { (exit 1); exit 1; }; } ;;
11456esac 12030esac
11457else 12031else
11458 if test "$cross_compiling" = yes; then 12032 if test "$cross_compiling" = yes; then
11459 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12033 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11460See \`config.log' for more details." >&5 12034echo "$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; }; } 12035 { (exit 1); exit 1; }; }
11464else 12036else
11465 cat >conftest.$ac_ext <<_ACEOF 12037 cat >conftest.$ac_ext <<_ACEOF
11466/* confdefs.h. */ 12038/* confdefs.h. */
11467_ACEOF 12039_ACEOF
11569 grep -v '^ *+' conftest.er1 >conftest.err 12141 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1 12142 rm -f conftest.er1
11571 cat conftest.err >&5 12143 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && 12145 (exit $ac_status); } &&
11574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12146 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5 12148 (eval $ac_try) 2>&5
11577 ac_status=$? 12149 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } && 12151 (exit $ac_status); }; } &&
11631 grep -v '^ *+' conftest.er1 >conftest.err 12203 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1 12204 rm -f conftest.er1
11633 cat conftest.err >&5 12205 cat conftest.err >&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && 12207 (exit $ac_status); } &&
11636 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12208 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5 12210 (eval $ac_try) 2>&5
11639 ac_status=$? 12211 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; } && 12213 (exit $ac_status); }; } &&
11671 grep -v '^ *+' conftest.er1 >conftest.err 12243 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1 12244 rm -f conftest.er1
11673 cat conftest.err >&5 12245 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && 12247 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12248 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5 12250 (eval $ac_try) 2>&5
11679 ac_status=$? 12251 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } && 12253 (exit $ac_status); }; } &&
11727 grep -v '^ *+' conftest.er1 >conftest.err 12299 grep -v '^ *+' conftest.er1 >conftest.err
11728 rm -f conftest.er1 12300 rm -f conftest.er1
11729 cat conftest.err >&5 12301 cat conftest.err >&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); } && 12303 (exit $ac_status); } &&
11732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12304 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11734 (eval $ac_try) 2>&5 12306 (eval $ac_try) 2>&5
11735 ac_status=$? 12307 ac_status=$?
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); }; } && 12309 (exit $ac_status); }; } &&
11767 grep -v '^ *+' conftest.er1 >conftest.err 12339 grep -v '^ *+' conftest.er1 >conftest.err
11768 rm -f conftest.er1 12340 rm -f conftest.er1
11769 cat conftest.err >&5 12341 cat conftest.err >&5
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); } && 12343 (exit $ac_status); } &&
11772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12344 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774 (eval $ac_try) 2>&5 12346 (eval $ac_try) 2>&5
11775 ac_status=$? 12347 ac_status=$?
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); }; } && 12349 (exit $ac_status); }; } &&
11831 grep -v '^ *+' conftest.er1 >conftest.err 12403 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1 12404 rm -f conftest.er1
11833 cat conftest.err >&5 12405 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12407 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12408 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12410 (eval $ac_try) 2>&5
11839 ac_status=$? 12411 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } && 12413 (exit $ac_status); }; } &&
11862See \`config.log' for more details." >&2;} 12434See \`config.log' for more details." >&2;}
11863 { (exit 1); exit 1; }; } ;; 12435 { (exit 1); exit 1; }; } ;;
11864esac 12436esac
11865else 12437else
11866 if test "$cross_compiling" = yes; then 12438 if test "$cross_compiling" = yes; then
11867 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12439 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11868See \`config.log' for more details." >&5 12440echo "$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; }; } 12441 { (exit 1); exit 1; }; }
11872else 12442else
11873 cat >conftest.$ac_ext <<_ACEOF 12443 cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 12444/* confdefs.h. */
11875_ACEOF 12445_ACEOF
11977 grep -v '^ *+' conftest.er1 >conftest.err 12547 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1 12548 rm -f conftest.er1
11979 cat conftest.err >&5 12549 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && 12551 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12552 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5 12554 (eval $ac_try) 2>&5
11985 ac_status=$? 12555 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } && 12557 (exit $ac_status); }; } &&
12039 grep -v '^ *+' conftest.er1 >conftest.err 12609 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1 12610 rm -f conftest.er1
12041 cat conftest.err >&5 12611 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && 12613 (exit $ac_status); } &&
12044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12614 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5 12616 (eval $ac_try) 2>&5
12047 ac_status=$? 12617 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; } && 12619 (exit $ac_status); }; } &&
12079 grep -v '^ *+' conftest.er1 >conftest.err 12649 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1 12650 rm -f conftest.er1
12081 cat conftest.err >&5 12651 cat conftest.err >&5
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && 12653 (exit $ac_status); } &&
12084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12654 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5 12656 (eval $ac_try) 2>&5
12087 ac_status=$? 12657 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; } && 12659 (exit $ac_status); }; } &&
12135 grep -v '^ *+' conftest.er1 >conftest.err 12705 grep -v '^ *+' conftest.er1 >conftest.err
12136 rm -f conftest.er1 12706 rm -f conftest.er1
12137 cat conftest.err >&5 12707 cat conftest.err >&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); } && 12709 (exit $ac_status); } &&
12140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12710 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5 12712 (eval $ac_try) 2>&5
12143 ac_status=$? 12713 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; } && 12715 (exit $ac_status); }; } &&
12175 grep -v '^ *+' conftest.er1 >conftest.err 12745 grep -v '^ *+' conftest.er1 >conftest.err
12176 rm -f conftest.er1 12746 rm -f conftest.er1
12177 cat conftest.err >&5 12747 cat conftest.err >&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); } && 12749 (exit $ac_status); } &&
12180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12750 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5 12752 (eval $ac_try) 2>&5
12183 ac_status=$? 12753 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; } && 12755 (exit $ac_status); }; } &&
12239 grep -v '^ *+' conftest.er1 >conftest.err 12809 grep -v '^ *+' conftest.er1 >conftest.err
12240 rm -f conftest.er1 12810 rm -f conftest.er1
12241 cat conftest.err >&5 12811 cat conftest.err >&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } && 12813 (exit $ac_status); } &&
12244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12814 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5 12816 (eval $ac_try) 2>&5
12247 ac_status=$? 12817 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; } && 12819 (exit $ac_status); }; } &&
12270See \`config.log' for more details." >&2;} 12840See \`config.log' for more details." >&2;}
12271 { (exit 1); exit 1; }; } ;; 12841 { (exit 1); exit 1; }; } ;;
12272esac 12842esac
12273else 12843else
12274 if test "$cross_compiling" = yes; then 12844 if test "$cross_compiling" = yes; then
12275 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12845 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12276See \`config.log' for more details." >&5 12846echo "$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; }; } 12847 { (exit 1); exit 1; }; }
12280else 12848else
12281 cat >conftest.$ac_ext <<_ACEOF 12849 cat >conftest.$ac_ext <<_ACEOF
12282/* confdefs.h. */ 12850/* confdefs.h. */
12283_ACEOF 12851_ACEOF
12385 grep -v '^ *+' conftest.er1 >conftest.err 12953 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1 12954 rm -f conftest.er1
12387 cat conftest.err >&5 12955 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12957 (exit $ac_status); } &&
12390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12958 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12960 (eval $ac_try) 2>&5
12393 ac_status=$? 12961 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; } && 12963 (exit $ac_status); }; } &&
12447 grep -v '^ *+' conftest.er1 >conftest.err 13015 grep -v '^ *+' conftest.er1 >conftest.err
12448 rm -f conftest.er1 13016 rm -f conftest.er1
12449 cat conftest.err >&5 13017 cat conftest.err >&5
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); } && 13019 (exit $ac_status); } &&
12452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13020 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5 13022 (eval $ac_try) 2>&5
12455 ac_status=$? 13023 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } && 13025 (exit $ac_status); }; } &&
12487 grep -v '^ *+' conftest.er1 >conftest.err 13055 grep -v '^ *+' conftest.er1 >conftest.err
12488 rm -f conftest.er1 13056 rm -f conftest.er1
12489 cat conftest.err >&5 13057 cat conftest.err >&5
12490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491 (exit $ac_status); } && 13059 (exit $ac_status); } &&
12492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13060 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494 (eval $ac_try) 2>&5 13062 (eval $ac_try) 2>&5
12495 ac_status=$? 13063 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); }; } && 13065 (exit $ac_status); }; } &&
12543 grep -v '^ *+' conftest.er1 >conftest.err 13111 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1 13112 rm -f conftest.er1
12545 cat conftest.err >&5 13113 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && 13115 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13116 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5 13118 (eval $ac_try) 2>&5
12551 ac_status=$? 13119 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } && 13121 (exit $ac_status); }; } &&
12583 grep -v '^ *+' conftest.er1 >conftest.err 13151 grep -v '^ *+' conftest.er1 >conftest.err
12584 rm -f conftest.er1 13152 rm -f conftest.er1
12585 cat conftest.err >&5 13153 cat conftest.err >&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 13155 (exit $ac_status); } &&
12588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13156 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 13158 (eval $ac_try) 2>&5
12591 ac_status=$? 13159 ac_status=$?
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; } && 13161 (exit $ac_status); }; } &&
12647 grep -v '^ *+' conftest.er1 >conftest.err 13215 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1 13216 rm -f conftest.er1
12649 cat conftest.err >&5 13217 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && 13219 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13220 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5 13222 (eval $ac_try) 2>&5
12655 ac_status=$? 13223 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } && 13225 (exit $ac_status); }; } &&
12678See \`config.log' for more details." >&2;} 13246See \`config.log' for more details." >&2;}
12679 { (exit 1); exit 1; }; } ;; 13247 { (exit 1); exit 1; }; } ;;
12680esac 13248esac
12681else 13249else
12682 if test "$cross_compiling" = yes; then 13250 if test "$cross_compiling" = yes; then
12683 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13251 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12684See \`config.log' for more details." >&5 13252echo "$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; }; } 13253 { (exit 1); exit 1; }; }
12688else 13254else
12689 cat >conftest.$ac_ext <<_ACEOF 13255 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */ 13256/* confdefs.h. */
12691_ACEOF 13257_ACEOF
12793 grep -v '^ *+' conftest.er1 >conftest.err 13359 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1 13360 rm -f conftest.er1
12795 cat conftest.err >&5 13361 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } && 13363 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13364 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5 13366 (eval $ac_try) 2>&5
12801 ac_status=$? 13367 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } && 13369 (exit $ac_status); }; } &&
12855 grep -v '^ *+' conftest.er1 >conftest.err 13421 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1 13422 rm -f conftest.er1
12857 cat conftest.err >&5 13423 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && 13425 (exit $ac_status); } &&
12860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13426 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12862 (eval $ac_try) 2>&5 13428 (eval $ac_try) 2>&5
12863 ac_status=$? 13429 ac_status=$?
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); }; } && 13431 (exit $ac_status); }; } &&
12895 grep -v '^ *+' conftest.er1 >conftest.err 13461 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1 13462 rm -f conftest.er1
12897 cat conftest.err >&5 13463 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && 13465 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13466 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5 13468 (eval $ac_try) 2>&5
12903 ac_status=$? 13469 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } && 13471 (exit $ac_status); }; } &&
12951 grep -v '^ *+' conftest.er1 >conftest.err 13517 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1 13518 rm -f conftest.er1
12953 cat conftest.err >&5 13519 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && 13521 (exit $ac_status); } &&
12956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13522 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 13524 (eval $ac_try) 2>&5
12959 ac_status=$? 13525 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; } && 13527 (exit $ac_status); }; } &&
12991 grep -v '^ *+' conftest.er1 >conftest.err 13557 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1 13558 rm -f conftest.er1
12993 cat conftest.err >&5 13559 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && 13561 (exit $ac_status); } &&
12996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13562 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12998 (eval $ac_try) 2>&5 13564 (eval $ac_try) 2>&5
12999 ac_status=$? 13565 ac_status=$?
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); }; } && 13567 (exit $ac_status); }; } &&
13055 grep -v '^ *+' conftest.er1 >conftest.err 13621 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1 13622 rm -f conftest.er1
13057 cat conftest.err >&5 13623 cat conftest.err >&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && 13625 (exit $ac_status); } &&
13060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13626 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5 13628 (eval $ac_try) 2>&5
13063 ac_status=$? 13629 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } && 13631 (exit $ac_status); }; } &&
13086See \`config.log' for more details." >&2;} 13652See \`config.log' for more details." >&2;}
13087 { (exit 1); exit 1; }; } ;; 13653 { (exit 1); exit 1; }; } ;;
13088esac 13654esac
13089else 13655else
13090 if test "$cross_compiling" = yes; then 13656 if test "$cross_compiling" = yes; then
13091 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13657 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13092See \`config.log' for more details." >&5 13658echo "$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; }; } 13659 { (exit 1); exit 1; }; }
13096else 13660else
13097 cat >conftest.$ac_ext <<_ACEOF 13661 cat >conftest.$ac_ext <<_ACEOF
13098/* confdefs.h. */ 13662/* confdefs.h. */
13099_ACEOF 13663_ACEOF
13201 grep -v '^ *+' conftest.er1 >conftest.err 13765 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1 13766 rm -f conftest.er1
13203 cat conftest.err >&5 13767 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 13769 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13770 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 13772 (eval $ac_try) 2>&5
13209 ac_status=$? 13773 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } && 13775 (exit $ac_status); }; } &&
13263 grep -v '^ *+' conftest.er1 >conftest.err 13827 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1 13828 rm -f conftest.er1
13265 cat conftest.err >&5 13829 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && 13831 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13832 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5 13834 (eval $ac_try) 2>&5
13271 ac_status=$? 13835 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } && 13837 (exit $ac_status); }; } &&
13303 grep -v '^ *+' conftest.er1 >conftest.err 13867 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1 13868 rm -f conftest.er1
13305 cat conftest.err >&5 13869 cat conftest.err >&5
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && 13871 (exit $ac_status); } &&
13308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13872 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310 (eval $ac_try) 2>&5 13874 (eval $ac_try) 2>&5
13311 ac_status=$? 13875 ac_status=$?
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); }; } && 13877 (exit $ac_status); }; } &&
13359 grep -v '^ *+' conftest.er1 >conftest.err 13923 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1 13924 rm -f conftest.er1
13361 cat conftest.err >&5 13925 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } && 13927 (exit $ac_status); } &&
13364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13928 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5 13930 (eval $ac_try) 2>&5
13367 ac_status=$? 13931 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } && 13933 (exit $ac_status); }; } &&
13399 grep -v '^ *+' conftest.er1 >conftest.err 13963 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1 13964 rm -f conftest.er1
13401 cat conftest.err >&5 13965 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } && 13967 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13968 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5 13970 (eval $ac_try) 2>&5
13407 ac_status=$? 13971 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } && 13973 (exit $ac_status); }; } &&
13463 grep -v '^ *+' conftest.er1 >conftest.err 14027 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1 14028 rm -f conftest.er1
13465 cat conftest.err >&5 14029 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 14031 (exit $ac_status); } &&
13468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14032 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 14034 (eval $ac_try) 2>&5
13471 ac_status=$? 14035 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } && 14037 (exit $ac_status); }; } &&
13494See \`config.log' for more details." >&2;} 14058See \`config.log' for more details." >&2;}
13495 { (exit 1); exit 1; }; } ;; 14059 { (exit 1); exit 1; }; } ;;
13496esac 14060esac
13497else 14061else
13498 if test "$cross_compiling" = yes; then 14062 if test "$cross_compiling" = yes; then
13499 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 14063 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13500See \`config.log' for more details." >&5 14064echo "$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; }; } 14065 { (exit 1); exit 1; }; }
13504else 14066else
13505 cat >conftest.$ac_ext <<_ACEOF 14067 cat >conftest.$ac_ext <<_ACEOF
13506/* confdefs.h. */ 14068/* confdefs.h. */
13507_ACEOF 14069_ACEOF
13608 grep -v '^ *+' conftest.er1 >conftest.err 14170 grep -v '^ *+' conftest.er1 >conftest.err
13609 rm -f conftest.er1 14171 rm -f conftest.er1
13610 cat conftest.err >&5 14172 cat conftest.err >&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } && 14174 (exit $ac_status); } &&
13613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14175 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5 14177 (eval $ac_try) 2>&5
13616 ac_status=$? 14178 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; } && 14180 (exit $ac_status); }; } &&
13690 grep -v '^ *+' conftest.er1 >conftest.err 14252 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1 14253 rm -f conftest.er1
13692 cat conftest.err >&5 14254 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && 14256 (exit $ac_status); } &&
13695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14257 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13697 (eval $ac_try) 2>&5 14259 (eval $ac_try) 2>&5
13698 ac_status=$? 14260 ac_status=$?
13699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700 (exit $ac_status); }; } && 14262 (exit $ac_status); }; } &&
13772 grep -v '^ *+' conftest.er1 >conftest.err 14334 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14335 rm -f conftest.er1
13774 cat conftest.err >&5 14336 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && 14338 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14339 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5 14341 (eval $ac_try) 2>&5
13780 ac_status=$? 14342 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } && 14344 (exit $ac_status); }; } &&
13854 grep -v '^ *+' conftest.er1 >conftest.err 14416 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1 14417 rm -f conftest.er1
13856 cat conftest.err >&5 14418 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && 14420 (exit $ac_status); } &&
13859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14421 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13861 (eval $ac_try) 2>&5 14423 (eval $ac_try) 2>&5
13862 ac_status=$? 14424 ac_status=$?
13863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13864 (exit $ac_status); }; } && 14426 (exit $ac_status); }; } &&
13966 grep -v '^ *+' conftest.er1 >conftest.err 14528 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1 14529 rm -f conftest.er1
13968 cat conftest.err >&5 14530 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && 14532 (exit $ac_status); } &&
13971 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14533 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5 14535 (eval $ac_try) 2>&5
13974 ac_status=$? 14536 ac_status=$?
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; } && 14538 (exit $ac_status); }; } &&
14106 grep -v '^ *+' conftest.er1 >conftest.err 14668 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1 14669 rm -f conftest.er1
14108 cat conftest.err >&5 14670 cat conftest.err >&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } && 14672 (exit $ac_status); } &&
14111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14673 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14113 (eval $ac_try) 2>&5 14675 (eval $ac_try) 2>&5
14114 ac_status=$? 14676 ac_status=$?
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); }; } && 14678 (exit $ac_status); }; } &&
14170 grep -v '^ *+' conftest.er1 >conftest.err 14732 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1 14733 rm -f conftest.er1
14172 cat conftest.err >&5 14734 cat conftest.err >&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && 14736 (exit $ac_status); } &&
14175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14737 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5 14739 (eval $ac_try) 2>&5
14178 ac_status=$? 14740 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; } && 14742 (exit $ac_status); }; } &&
14213 rm -f conftest.er1 14775 rm -f conftest.er1
14214 cat conftest.err >&5 14776 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null; then 14778 (exit $ac_status); } >/dev/null; then
14217 if test -s conftest.err; then 14779 if test -s conftest.err; then
14218 ac_cpp_err=$ac_c_preproc_warn_flag 14780 ac_cpp_err=$ac_cxx_preproc_warn_flag
14219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14781 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14220 else 14782 else
14221 ac_cpp_err= 14783 ac_cpp_err=
14222 fi 14784 fi
14223else 14785else
14224 ac_cpp_err=yes 14786 ac_cpp_err=yes
14234rm -f conftest.err conftest.$ac_ext 14796rm -f conftest.err conftest.$ac_ext
14235echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14797echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14236echo "${ECHO_T}$ac_header_preproc" >&6 14798echo "${ECHO_T}$ac_header_preproc" >&6
14237 14799
14238# So? What about this header? 14800# So? What about this header?
14239case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14801case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14240 yes:no: ) 14802 yes:no: )
14241 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 14803 { 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;} 14804echo "$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 14805 { 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;} 14806echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14308 grep -v '^ *+' conftest.er1 >conftest.err 14870 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1 14871 rm -f conftest.er1
14310 cat conftest.err >&5 14872 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && 14874 (exit $ac_status); } &&
14313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14875 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5 14877 (eval $ac_try) 2>&5
14316 ac_status=$? 14878 ac_status=$?
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } && 14880 (exit $ac_status); }; } &&
14370 grep -v '^ *+' conftest.er1 >conftest.err 14932 grep -v '^ *+' conftest.er1 >conftest.err
14371 rm -f conftest.er1 14933 rm -f conftest.er1
14372 cat conftest.err >&5 14934 cat conftest.err >&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } && 14936 (exit $ac_status); } &&
14375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14937 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5 14939 (eval $ac_try) 2>&5
14378 ac_status=$? 14940 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } && 14942 (exit $ac_status); }; } &&
14431 grep -v '^ *+' conftest.er1 >conftest.err 14993 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1 14994 rm -f conftest.er1
14433 cat conftest.err >&5 14995 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && 14997 (exit $ac_status); } &&
14436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14998 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5 15000 (eval $ac_try) 2>&5
14439 ac_status=$? 15001 ac_status=$?
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; } && 15003 (exit $ac_status); }; } &&
14496 grep -v '^ *+' conftest.er1 >conftest.err 15058 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1 15059 rm -f conftest.er1
14498 cat conftest.err >&5 15060 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 15062 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15063 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 15065 (eval $ac_try) 2>&5
14504 ac_status=$? 15066 ac_status=$?
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; } && 15068 (exit $ac_status); }; } &&
14539 rm -f conftest.er1 15101 rm -f conftest.er1
14540 cat conftest.err >&5 15102 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } >/dev/null; then 15104 (exit $ac_status); } >/dev/null; then
14543 if test -s conftest.err; then 15105 if test -s conftest.err; then
14544 ac_cpp_err=$ac_c_preproc_warn_flag 15106 ac_cpp_err=$ac_cxx_preproc_warn_flag
14545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 15107 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14546 else 15108 else
14547 ac_cpp_err= 15109 ac_cpp_err=
14548 fi 15110 fi
14549else 15111else
14550 ac_cpp_err=yes 15112 ac_cpp_err=yes
14560rm -f conftest.err conftest.$ac_ext 15122rm -f conftest.err conftest.$ac_ext
14561echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15123echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14562echo "${ECHO_T}$ac_header_preproc" >&6 15124echo "${ECHO_T}$ac_header_preproc" >&6
14563 15125
14564# So? What about this header? 15126# So? What about this header?
14565case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15127case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14566 yes:no: ) 15128 yes:no: )
14567 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 15129 { 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;} 15130echo "$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 15131 { 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;} 15132echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14633 grep -v '^ *+' conftest.er1 >conftest.err 15195 grep -v '^ *+' conftest.er1 >conftest.err
14634 rm -f conftest.er1 15196 rm -f conftest.er1
14635 cat conftest.err >&5 15197 cat conftest.err >&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } && 15199 (exit $ac_status); } &&
14638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15200 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5 15202 (eval $ac_try) 2>&5
14641 ac_status=$? 15203 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; } && 15205 (exit $ac_status); }; } &&
14695 grep -v '^ *+' conftest.er1 >conftest.err 15257 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 15258 rm -f conftest.er1
14697 cat conftest.err >&5 15259 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && 15261 (exit $ac_status); } &&
14700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15262 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5 15264 (eval $ac_try) 2>&5
14703 ac_status=$? 15265 ac_status=$?
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; } && 15267 (exit $ac_status); }; } &&
14764 grep -v '^ *+' conftest.er1 >conftest.err 15326 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1 15327 rm -f conftest.er1
14766 cat conftest.err >&5 15328 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && 15330 (exit $ac_status); } &&
14769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15331 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5 15333 (eval $ac_try) 2>&5
14772 ac_status=$? 15334 ac_status=$?
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } && 15336 (exit $ac_status); }; } &&
14829 grep -v '^ *+' conftest.er1 >conftest.err 15391 grep -v '^ *+' conftest.er1 >conftest.err
14830 rm -f conftest.er1 15392 rm -f conftest.er1
14831 cat conftest.err >&5 15393 cat conftest.err >&5
14832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14833 (exit $ac_status); } && 15395 (exit $ac_status); } &&
14834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15396 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14836 (eval $ac_try) 2>&5 15398 (eval $ac_try) 2>&5
14837 ac_status=$? 15399 ac_status=$?
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); }; } && 15401 (exit $ac_status); }; } &&
15458 grep -v '^ *+' conftest.er1 >conftest.err 16020 grep -v '^ *+' conftest.er1 >conftest.err
15459 rm -f conftest.er1 16021 rm -f conftest.er1
15460 cat conftest.err >&5 16022 cat conftest.err >&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && 16024 (exit $ac_status); } &&
15463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16025 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5 16027 (eval $ac_try) 2>&5
15466 ac_status=$? 16028 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 16030 (exit $ac_status); }; } &&
15503/* confdefs.h. */ 16065/* confdefs.h. */
15504_ACEOF 16066_ACEOF
15505cat confdefs.h >>conftest.$ac_ext 16067cat confdefs.h >>conftest.$ac_ext
15506cat >>conftest.$ac_ext <<_ACEOF 16068cat >>conftest.$ac_ext <<_ACEOF
15507/* end confdefs.h. */ 16069/* end confdefs.h. */
15508#include <locale.h> 16070#include <clocale>
15509int 16071int
15510main () 16072main ()
15511{ 16073{
15512setlocale(LC_CTYPE, ""); 16074setlocale(LC_CTYPE, "");
15513 ; 16075 ;
15521 grep -v '^ *+' conftest.er1 >conftest.err 16083 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1 16084 rm -f conftest.er1
15523 cat conftest.err >&5 16085 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } && 16087 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16088 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15528 (eval $ac_try) 2>&5 16090 (eval $ac_try) 2>&5
15529 ac_status=$? 16091 ac_status=$?
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); }; } && 16093 (exit $ac_status); }; } &&
15582 grep -v '^ *+' conftest.er1 >conftest.err 16144 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1 16145 rm -f conftest.er1
15584 cat conftest.err >&5 16146 cat conftest.err >&5
15585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } && 16148 (exit $ac_status); } &&
15587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16149 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15589 (eval $ac_try) 2>&5 16151 (eval $ac_try) 2>&5
15590 ac_status=$? 16152 ac_status=$?
15591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); }; } && 16154 (exit $ac_status); }; } &&
15627cat confdefs.h >>conftest.$ac_ext 16189cat confdefs.h >>conftest.$ac_ext
15628cat >>conftest.$ac_ext <<_ACEOF 16190cat >>conftest.$ac_ext <<_ACEOF
15629/* end confdefs.h. */ 16191/* end confdefs.h. */
15630#define _GNU_SOURCE 16192#define _GNU_SOURCE
15631#ifdef HAVE_STDLIB_H 16193#ifdef HAVE_STDLIB_H
15632# include <stdlib.h> 16194# include <cstdlib>
15633#endif 16195#endif
15634int 16196int
15635main () 16197main ()
15636{ 16198{
15637(void)getpt(); 16199(void)getpt();
15646 grep -v '^ *+' conftest.er1 >conftest.err 16208 grep -v '^ *+' conftest.er1 >conftest.err
15647 rm -f conftest.er1 16209 rm -f conftest.er1
15648 cat conftest.err >&5 16210 cat conftest.err >&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && 16212 (exit $ac_status); } &&
15651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16213 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5 16215 (eval $ac_try) 2>&5
15654 ac_status=$? 16216 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; } && 16218 (exit $ac_status); }; } &&
15802#define PTYCHAR2 "$pch2" 16364#define PTYCHAR2 "$pch2"
15803_ACEOF 16365_ACEOF
15804 16366
15805fi 16367fi
15806 16368
15807echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 16369if test x$support_tinting = xyes; then
15808echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6 16370
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 16371cat >>confdefs.h <<\_ACEOF
15819/* end confdefs.h. */ 16372#define TINTING 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 16373_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 16374
15862ac_cv_lib_xpg4_setlocale=no
15863fi 16375fi
15864rm -f conftest.err conftest.$ac_objext \
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
15874
15875if test x$support_inheritpixmap = xyes; then 16376if test x$support_inheritpixmap = xyes; then
15876 16377
15877cat >>confdefs.h <<\_ACEOF 16378cat >>confdefs.h <<\_ACEOF
15878#define TRANSPARENT 1 16379#define TRANSPARENT 1
15879_ACEOF 16380_ACEOF
15933cat >>confdefs.h <<\_ACEOF 16434cat >>confdefs.h <<\_ACEOF
15934#define MOUSE_SLIP_WHEELING 1 16435#define MOUSE_SLIP_WHEELING 1
15935_ACEOF 16436_ACEOF
15936 16437
15937fi 16438fi
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 16439if test x$support_utmp = xyes; then
15946 16440
15947cat >>confdefs.h <<\_ACEOF 16441cat >>confdefs.h <<\_ACEOF
15948#define UTMP_SUPPORT 1 16442#define UTMP_SUPPORT 1
15949_ACEOF 16443_ACEOF
16037cat >>confdefs.h <<\_ACEOF 16531cat >>confdefs.h <<\_ACEOF
16038#define UNICODE_3 1 16532#define UNICODE_3 1
16039_ACEOF 16533_ACEOF
16040 16534
16041fi 16535fi
16536if test x$support_combining = xyes; then
16537
16538cat >>confdefs.h <<\_ACEOF
16539#define ENABLE_COMBINING 1
16540_ACEOF
16541
16542fi
16042if test x$codesets = xall; then 16543if test x$codesets = xall; then
16043 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16544 codesets=jp,jp-ext,kr,cn,cn-ext
16044fi 16545fi
16045for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16546for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16046 16547
16047cat >>confdefs.h <<\_ACEOF 16548cat >>confdefs.h <<\_ACEOF
16048#define ENCODING_EU 1 16549#define ENCODING_EU 1
16049_ACEOF 16550_ACEOF
16050 16551
16051 case "$codeset" in 16552
16052 VN )
16053cat >>confdefs.h <<\_ACEOF 16553cat >>confdefs.h <<\_ACEOF
16054#define ENCODING_VN 1 16554#define ENCODING_VN 1
16055_ACEOF 16555_ACEOF
16056 ;; 16556
16557 case "$codeset" in
16057 JP ) 16558 JP )
16058cat >>confdefs.h <<\_ACEOF 16559cat >>confdefs.h <<\_ACEOF
16059#define ENCODING_JP 1 16560#define ENCODING_JP 1
16060_ACEOF 16561_ACEOF
16061 ;; 16562 ;;
16129_ACEOF 16630_ACEOF
16130program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 16631program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16131rm conftest.sed 16632rm conftest.sed
16132 16633
16133 16634
16134RXVTNAME=`echo rxvt|sed "$program_transform_name"`
16135
16136
16137 16635
16138 16636
16139 16637
16140if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16638if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16141 include_stdint_h="#include <stdint.h>" 16639 include_stdint_h="#include <stdint.h>"
16142else 16640else
16143 include_stdint_h="/* #include <stdint.h> */" 16641 include_stdint_h="/* #include <stdint.h> */"
16144fi 16642fi
16145if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16643if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16146 include_stdarg_h="#include <stdarg.h>" 16644 include_stdarg_h="#include <cstdarg>"
16147else 16645else
16148 include_stdarg_h="/* #include <stdarg.h> */" 16646 include_stdarg_h="/* #include <cstdarg> */"
16149fi 16647fi
16150if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16648if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16151 include_stdlib_h="#include <stdlib.h>" 16649 include_stdlib_h="#include <cstdlib>"
16152else 16650else
16153 include_stdlib_h="/* #include <stdlib.h> */" 16651 include_stdlib_h="/* #include <cstdlib> */"
16154fi 16652fi
16155if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16653if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16156 include_unistd_h="#include <unistd.h>" 16654 include_unistd_h="#include <unistd.h>"
16157else 16655else
16158 include_unistd_h="/* #include <unistd.h> */" 16656 include_unistd_h="/* #include <unistd.h> */"
16159fi 16657fi
16160if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16658if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16161 include_string_h="#include <string.h>" 16659 include_string_h="#include <cstring>"
16162else 16660else
16163 include_string_h="/* #include <string.h> */" 16661 include_string_h="/* #include <cstring> */"
16164fi 16662fi
16165if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16663if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16166 include_fcntl_h="#include <fcntl.h>" 16664 include_fcntl_h="#include <fcntl.h>"
16167else 16665else
16168 include_fcntl_h="/* #include <fcntl.h> */" 16666 include_fcntl_h="/* #include <fcntl.h> */"
16240 grep -v '^ *+' conftest.er1 >conftest.err 16738 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1 16739 rm -f conftest.er1
16242 cat conftest.err >&5 16740 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && 16742 (exit $ac_status); } &&
16245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16743 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5 16745 (eval $ac_try) 2>&5
16248 ac_status=$? 16746 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; } && 16748 (exit $ac_status); }; } &&
16283 rm -f conftest.er1 16781 rm -f conftest.er1
16284 cat conftest.err >&5 16782 cat conftest.err >&5
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); } >/dev/null; then 16784 (exit $ac_status); } >/dev/null; then
16287 if test -s conftest.err; then 16785 if test -s conftest.err; then
16288 ac_cpp_err=$ac_c_preproc_warn_flag 16786 ac_cpp_err=$ac_cxx_preproc_warn_flag
16289 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 16787 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16290 else 16788 else
16291 ac_cpp_err= 16789 ac_cpp_err=
16292 fi 16790 fi
16293else 16791else
16294 ac_cpp_err=yes 16792 ac_cpp_err=yes
16304rm -f conftest.err conftest.$ac_ext 16802rm -f conftest.err conftest.$ac_ext
16305echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16803echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16306echo "${ECHO_T}$ac_header_preproc" >&6 16804echo "${ECHO_T}$ac_header_preproc" >&6
16307 16805
16308# So? What about this header? 16806# So? What about this header?
16309case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16807case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16310 yes:no: ) 16808 yes:no: )
16311 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16809 { 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;} 16810echo "$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 16811 { 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;} 16812echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16396 grep -v '^ *+' conftest.er1 >conftest.err 16894 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1 16895 rm -f conftest.er1
16398 cat conftest.err >&5 16896 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && 16898 (exit $ac_status); } &&
16401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16899 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5 16901 (eval $ac_try) 2>&5
16404 ac_status=$? 16902 ac_status=$?
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; } && 16904 (exit $ac_status); }; } &&
17079s,@CPP@,$CPP,;t t 17577s,@CPP@,$CPP,;t t
17080s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 17578s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17081s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 17579s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17082s,@INSTALL_DATA@,$INSTALL_DATA,;t t 17580s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17083s,@AWK@,$AWK,;t t 17581s,@AWK@,$AWK,;t t
17582s,@LINKER@,$LINKER,;t t
17583s,@CXXCPP@,$CXXCPP,;t t
17084s,@EGREP@,$EGREP,;t t 17584s,@EGREP@,$EGREP,;t t
17085s,@build@,$build,;t t 17585s,@build@,$build,;t t
17086s,@build_cpu@,$build_cpu,;t t 17586s,@build_cpu@,$build_cpu,;t t
17087s,@build_vendor@,$build_vendor,;t t 17587s,@build_vendor@,$build_vendor,;t t
17088s,@build_os@,$build_os,;t t 17588s,@build_os@,$build_os,;t t
17096s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 17596s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17097s,@STRIP@,$STRIP,;t t 17597s,@STRIP@,$STRIP,;t t
17098s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 17598s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17099s,@LIBTOOL@,$LIBTOOL,;t t 17599s,@LIBTOOL@,$LIBTOOL,;t t
17100s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 17600s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17601s,@RXVTNAME@,$RXVTNAME,;t t
17101s,@MV@,$MV,;t t 17602s,@MV@,$MV,;t t
17102s,@RM@,$RM,;t t 17603s,@RM@,$RM,;t t
17103s,@CP@,$CP,;t t 17604s,@CP@,$CP,;t t
17104s,@LN@,$LN,;t t 17605s,@LN@,$LN,;t t
17105s,@SED@,$SED,;t t 17606s,@SED@,$SED,;t t
17119s,@rxvt_intp_define@,$rxvt_intp_define,;t t 17620s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17120s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 17621s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17121s,@DEBUG@,$DEBUG,;t t 17622s,@DEBUG@,$DEBUG,;t t
17122s,@DINCLUDE@,$DINCLUDE,;t t 17623s,@DINCLUDE@,$DINCLUDE,;t t
17123s,@DLIB@,$DLIB,;t t 17624s,@DLIB@,$DLIB,;t t
17124s,@RXVTNAME@,$RXVTNAME,;t t
17125s,@include_stdint_h@,$include_stdint_h,;t t 17625s,@include_stdint_h@,$include_stdint_h,;t t
17126s,@include_stdarg_h@,$include_stdarg_h,;t t 17626s,@include_stdarg_h@,$include_stdarg_h,;t t
17127s,@include_stdlib_h@,$include_stdlib_h,;t t 17627s,@include_stdlib_h@,$include_stdlib_h,;t t
17128s,@include_unistd_h@,$include_unistd_h,;t t 17628s,@include_unistd_h@,$include_unistd_h,;t t
17129s,@include_string_h@,$include_string_h,;t t 17629s,@include_string_h@,$include_string_h,;t t
17635echo "Configuration: 18135echo "Configuration:
17636 18136
17637 Rxvt version: $VERSION : $DATE 18137 Rxvt version: $VERSION : $DATE
17638 Source code location: $srcdir 18138 Source code location: $srcdir
17639 Install path: ${prefix}/bin 18139 Install path: ${prefix}/bin
17640 Compiler: $CC 18140 Compiler: $CXX
17641 Compiler flags: $CFLAGS" 18141 Compiler flags: $CFLAGS
18142 Linker: $LINKER"
17642 18143
17643if test "$MALLOC_TYPE" = S; then 18144if test "$MALLOC_TYPE" = S; then
17644 echo " malloc support: system default" 18145 echo " malloc support: system default"
17645fi 18146fi
17646if test "$MALLOC_TYPE" = G; then 18147if test "$MALLOC_TYPE" = G; then
17657echo " 18158echo "
17658The following are set in config.h 18159The following are set in config.h
17659" 18160"
17660echo " pty/tty type: "$rxvt_cv_ptys 18161echo " pty/tty type: "$rxvt_cv_ptys
17661if test x$support_utmp != xyes; then 18162if test x$support_utmp != xyes; then
17662 echo " utmp support: disabled 18163 echo " utmp support: disabled"
17663" 18164 echo
17664else 18165else
17665 echo " utmp support: enabled 18166 echo " utmp support: enabled
17666 utmp file: $rxvt_cv_path_utmp 18167 utmp file: $rxvt_cv_path_utmp
17667 utmpx file: $rxvt_cv_path_utmpx 18168 utmpx file: $rxvt_cv_path_utmpx
17668 wtmp file: $rxvt_cv_path_wtmp 18169 wtmp file: $rxvt_cv_path_wtmp
17669 wtmpx file: $rxvt_cv_path_wtmpx 18170 wtmpx file: $rxvt_cv_path_wtmpx
17670 lastlog file: $rxvt_cv_path_lastlog 18171 lastlog file: $rxvt_cv_path_lastlog
17671 ttys/ttytab file: $rxvt_cv_path_ttytab 18172 ttys/ttytab file: $rxvt_cv_path_ttytab"
17672" 18173 echo
17673fi 18174fi
17674if test x$term != x; then 18175if test x$term != x; then
17675 echo " set TERM to: $term 18176 echo " set TERM to: $term"
17676"
17677fi 18177fi
17678if test x$terminfo != x; then 18178if test x$terminfo != x; then
17679 echo " set TERMINFO to: $terminfo 18179 echo " set TERMINFO to: $terminfo"
17680"
17681fi 18180fi
18181echo " default resource name: $RESNAME"
18182echo " resource class: $RESCLASS"
18183if test x$RESFALLBACK != x; then
18184 echo " resource class fallback: $RESFALLBACK"
18185fi
18186echo
17682if test x$rxvt_cv_ptys = xUNKNOWN; then 18187if test x$rxvt_cv_ptys = xUNKNOWN; then
17683 echo ".----------------------------------------------------------------." 18188 echo ".----------------------------------------------------------------."
17684 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18189 echo ". WARNING: could not determine pty/tty type. Do not build until ."
17685 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18190 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
17686 echo ".----------------------------------------------------------------." 18191 echo ".----------------------------------------------------------------."
17700 echo ". WARNING: --enable-xim was specified however the locale support ." 18205 echo ". WARNING: --enable-xim was specified however the locale support ."
17701 echo ". functions could not be found. ." 18206 echo ". functions could not be found. ."
17702 echo ". XIM is now being DISABLED! ." 18207 echo ". XIM is now being DISABLED! ."
17703 echo ".----------------------------------------------------------------." 18208 echo ".----------------------------------------------------------------."
17704fi 18209fi
18210
17705echo " *** Please check src/feature.h for further options *** 18211echo " *** Please check src/feature.h for further options ***"
17706" 18212echo
18213
18214echo ".----------------------------------------------------------------."
18215echo ". NOTE: most features are disabled by default, try ."
18216echo ". configure --help to get an idea of the optional features ."
18217echo ".----------------------------------------------------------------."
18218echo
18219

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines