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.31 by root, Fri Jul 30 16:04:05 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
1042 --enable-fading enable colors fading when off focus
1036 --enable-menubar enable menubar 1043 --enable-menubar enable menubar
1037 --enable-rxvt-scroll enable rxvt style scrollbar 1044 --enable-rxvt-scroll enable rxvt style scrollbar
1038 --enable-next-scroll enable NeXT style scrollbar 1045 --enable-next-scroll enable NeXT style scrollbar
1039 --enable-xterm-scroll enable Xterm style scrollbar 1046 --enable-xterm-scroll enable Xterm style scrollbar
1040 --enable-plain-scroll enable plain style scrollbar 1047 --enable-plain-scroll enable plain style scrollbar
1043 --enable-ttygid enable tty setting to group named "tty" 1050 --enable-ttygid enable tty setting to group named "tty"
1044 --disable-backspace-key disable handling of the backspace key 1051 --disable-backspace-key disable handling of the backspace key
1045 --disable-delete-key disable handling of the delete key 1052 --disable-delete-key disable handling of the delete key
1046 --disable-resources disable all resource checking 1053 --disable-resources disable all resource checking
1047 --enable-xgetdefault enable resources via X instead of our small version 1054 --enable-xgetdefault enable resources via X instead of our small version
1055 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1056 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1048 --enable-strings enable some replacement system functions 1057 --enable-strings enable some replacement system functions
1049 --disable-swapscreen disable swap screen support 1058 --disable-swapscreen disable swap screen support
1050 --enable-frills enable support for rarely used features 1059 --enable-frills enable support for rarely used features
1051 --enable-linespace enable support for linespace 1060 --enable-linespace enable support for linespace
1052 --enable-24bit enable support for using 24bit visuals if available 1061 --enable-24bit enable support for using 24bit visuals if available
1053 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1062 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1054 --enable-selectionscrolling enable scrolling during selections 1063 --enable-selectionscrolling enable scrolling during selections
1055 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1064 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1056 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1065 --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 1066 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1060 --enable-dlmalloc enable Doug Lea's malloc - for production use 1067 --enable-dlmalloc enable Doug Lea's malloc - for production use
1061 NOTE: enable only one malloc package 1068 NOTE: enable only one malloc package
1062 --enable-smart-resize enable smart growth/shrink behaviour 1069 --enable-smart-resize enable smart growth/shrink behaviour
1063 --enable-256-color enable 256-color support 1070 --enable-256-color enable 256-color support
1068Optional Packages: 1075Optional Packages:
1069 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1076 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1070 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1077 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1071 --with-gnu-ld assume the C compiler uses GNU ld default=no 1078 --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 1079 --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) 1080 --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) 1081 --with-res-name=NAME use this as default resource name (default: urxvt)
1075 (eucj|sjis|big5|gb|kr|noenc) 1082 --with-res-class=CLASS use this as the resource class (default: URxvt)
1083 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1076 --with-term=NAME set the terminal to NAME (default \"rxvt\") 1084 --with-term=NAME set the terminal to NAME (default: rxvt)
1077 --with-terminfo=PATH set the path to the terminfo tree to PATH 1085 --with-terminfo=PATH set the path to the terminfo tree to PATH
1078 --with-x use the X Window System 1086 --with-x use the X Window System
1079 --with-xpm-includes=DIR use XPM includes in DIR 1087 --with-xpm-includes=DIR use XPM includes in DIR
1080 --with-xpm-library=DIR use XPM library in DIR 1088 --with-xpm-library=DIR use XPM library in DIR
1081 --with-xpm use XPM 1089 --with-xpm use XPM
1088 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1096 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1089 headers in a nonstandard directory <include dir> 1097 headers in a nonstandard directory <include dir>
1090 CXX C++ compiler command 1098 CXX C++ compiler command
1091 CXXFLAGS C++ compiler flags 1099 CXXFLAGS C++ compiler flags
1092 CPP C preprocessor 1100 CPP C preprocessor
1101 CXXCPP C++ preprocessor
1093 1102
1094Use these variables to override the choices made by `configure' or to help 1103Use these variables to override the choices made by `configure' or to help
1095it to find libraries and programs with nonstandard names/locations. 1104it to find libraries and programs with nonstandard names/locations.
1096 1105
1097_ACEOF 1106_ACEOF
3193 3202
3194 test -n "$AWK" && break 3203 test -n "$AWK" && break
3195done 3204done
3196 3205
3197 3206
3207ac_ext=c
3208ac_cpp='$CPP $CPPFLAGS'
3209ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211ac_compiler_gnu=$ac_cv_c_compiler_gnu
3212
3213
3214LINKER="$CXX"
3215if test x$GCC = xyes && test x$GXX = xyes; then
3216
3217echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3218echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3219if test "${ac_cv_lib_supcpp_main+set}" = set; then
3220 echo $ECHO_N "(cached) $ECHO_C" >&6
3221else
3222 ac_check_lib_save_LIBS=$LIBS
3223LIBS="-lsupc++ $LIBS"
3224cat >conftest.$ac_ext <<_ACEOF
3225/* confdefs.h. */
3226_ACEOF
3227cat confdefs.h >>conftest.$ac_ext
3228cat >>conftest.$ac_ext <<_ACEOF
3229/* end confdefs.h. */
3230
3231
3232int
3233main ()
3234{
3235main ();
3236 ;
3237 return 0;
3238}
3239_ACEOF
3240rm -f conftest.$ac_objext conftest$ac_exeext
3241if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3242 (eval $ac_link) 2>conftest.er1
3243 ac_status=$?
3244 grep -v '^ *+' conftest.er1 >conftest.err
3245 rm -f conftest.er1
3246 cat conftest.err >&5
3247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248 (exit $ac_status); } &&
3249 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3251 (eval $ac_try) 2>&5
3252 ac_status=$?
3253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3254 (exit $ac_status); }; } &&
3255 { ac_try='test -s conftest$ac_exeext'
3256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3257 (eval $ac_try) 2>&5
3258 ac_status=$?
3259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3260 (exit $ac_status); }; }; then
3261 ac_cv_lib_supcpp_main=yes
3262else
3263 echo "$as_me: failed program was:" >&5
3264sed 's/^/| /' conftest.$ac_ext >&5
3265
3266ac_cv_lib_supcpp_main=no
3267fi
3268rm -f conftest.err conftest.$ac_objext \
3269 conftest$ac_exeext conftest.$ac_ext
3270LIBS=$ac_check_lib_save_LIBS
3271fi
3272echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3273echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3274if test $ac_cv_lib_supcpp_main = yes; then
3275
3276 LINKER="$CC"
3277 LIBS="$LIBS -lsupc++"
3278
3279fi
3280
3281fi
3282LINKER=$LINKER
3283
3284
3285CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3286
3287
3288ac_ext=cc
3289ac_cpp='$CXXCPP $CPPFLAGS'
3290ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3291ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3292ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3293
3294
3295
3296ac_ext=cc
3297ac_cpp='$CXXCPP $CPPFLAGS'
3298ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3299ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3300ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3301echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3302echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3303if test -z "$CXXCPP"; then
3304 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3305 echo $ECHO_N "(cached) $ECHO_C" >&6
3306else
3307 # Double quotes because CXXCPP needs to be expanded
3308 for CXXCPP in "$CXX -E" "/lib/cpp"
3309 do
3310 ac_preproc_ok=false
3311for ac_cxx_preproc_warn_flag in '' yes
3312do
3313 # Use a header file that comes with gcc, so configuring glibc
3314 # with a fresh cross-compiler works.
3315 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3316 # <limits.h> exists even on freestanding compilers.
3317 # On the NeXT, cc -E runs the code through the compiler's parser,
3318 # not just through cpp. "Syntax error" is here to catch this case.
3319 cat >conftest.$ac_ext <<_ACEOF
3320/* confdefs.h. */
3321_ACEOF
3322cat confdefs.h >>conftest.$ac_ext
3323cat >>conftest.$ac_ext <<_ACEOF
3324/* end confdefs.h. */
3325#ifdef __STDC__
3326# include <limits.h>
3327#else
3328# include <assert.h>
3329#endif
3330 Syntax error
3331_ACEOF
3332if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3333 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3334 ac_status=$?
3335 grep -v '^ *+' conftest.er1 >conftest.err
3336 rm -f conftest.er1
3337 cat conftest.err >&5
3338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3339 (exit $ac_status); } >/dev/null; then
3340 if test -s conftest.err; then
3341 ac_cpp_err=$ac_cxx_preproc_warn_flag
3342 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3343 else
3344 ac_cpp_err=
3345 fi
3346else
3347 ac_cpp_err=yes
3348fi
3349if test -z "$ac_cpp_err"; then
3350 :
3351else
3352 echo "$as_me: failed program was:" >&5
3353sed 's/^/| /' conftest.$ac_ext >&5
3354
3355 # Broken: fails on valid input.
3356continue
3357fi
3358rm -f conftest.err conftest.$ac_ext
3359
3360 # OK, works on sane cases. Now check whether non-existent headers
3361 # can be detected and how.
3362 cat >conftest.$ac_ext <<_ACEOF
3363/* confdefs.h. */
3364_ACEOF
3365cat confdefs.h >>conftest.$ac_ext
3366cat >>conftest.$ac_ext <<_ACEOF
3367/* end confdefs.h. */
3368#include <ac_nonexistent.h>
3369_ACEOF
3370if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3371 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3372 ac_status=$?
3373 grep -v '^ *+' conftest.er1 >conftest.err
3374 rm -f conftest.er1
3375 cat conftest.err >&5
3376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3377 (exit $ac_status); } >/dev/null; then
3378 if test -s conftest.err; then
3379 ac_cpp_err=$ac_cxx_preproc_warn_flag
3380 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3381 else
3382 ac_cpp_err=
3383 fi
3384else
3385 ac_cpp_err=yes
3386fi
3387if test -z "$ac_cpp_err"; then
3388 # Broken: success on invalid input.
3389continue
3390else
3391 echo "$as_me: failed program was:" >&5
3392sed 's/^/| /' conftest.$ac_ext >&5
3393
3394 # Passes both tests.
3395ac_preproc_ok=:
3396break
3397fi
3398rm -f conftest.err conftest.$ac_ext
3399
3400done
3401# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3402rm -f conftest.err conftest.$ac_ext
3403if $ac_preproc_ok; then
3404 break
3405fi
3406
3407 done
3408 ac_cv_prog_CXXCPP=$CXXCPP
3409
3410fi
3411 CXXCPP=$ac_cv_prog_CXXCPP
3412else
3413 ac_cv_prog_CXXCPP=$CXXCPP
3414fi
3415echo "$as_me:$LINENO: result: $CXXCPP" >&5
3416echo "${ECHO_T}$CXXCPP" >&6
3417ac_preproc_ok=false
3418for ac_cxx_preproc_warn_flag in '' yes
3419do
3420 # Use a header file that comes with gcc, so configuring glibc
3421 # with a fresh cross-compiler works.
3422 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3423 # <limits.h> exists even on freestanding compilers.
3424 # On the NeXT, cc -E runs the code through the compiler's parser,
3425 # not just through cpp. "Syntax error" is here to catch this case.
3426 cat >conftest.$ac_ext <<_ACEOF
3427/* confdefs.h. */
3428_ACEOF
3429cat confdefs.h >>conftest.$ac_ext
3430cat >>conftest.$ac_ext <<_ACEOF
3431/* end confdefs.h. */
3432#ifdef __STDC__
3433# include <limits.h>
3434#else
3435# include <assert.h>
3436#endif
3437 Syntax error
3438_ACEOF
3439if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3440 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3441 ac_status=$?
3442 grep -v '^ *+' conftest.er1 >conftest.err
3443 rm -f conftest.er1
3444 cat conftest.err >&5
3445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3446 (exit $ac_status); } >/dev/null; then
3447 if test -s conftest.err; then
3448 ac_cpp_err=$ac_cxx_preproc_warn_flag
3449 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3450 else
3451 ac_cpp_err=
3452 fi
3453else
3454 ac_cpp_err=yes
3455fi
3456if test -z "$ac_cpp_err"; then
3457 :
3458else
3459 echo "$as_me: failed program was:" >&5
3460sed 's/^/| /' conftest.$ac_ext >&5
3461
3462 # Broken: fails on valid input.
3463continue
3464fi
3465rm -f conftest.err conftest.$ac_ext
3466
3467 # OK, works on sane cases. Now check whether non-existent headers
3468 # can be detected and how.
3469 cat >conftest.$ac_ext <<_ACEOF
3470/* confdefs.h. */
3471_ACEOF
3472cat confdefs.h >>conftest.$ac_ext
3473cat >>conftest.$ac_ext <<_ACEOF
3474/* end confdefs.h. */
3475#include <ac_nonexistent.h>
3476_ACEOF
3477if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3478 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3479 ac_status=$?
3480 grep -v '^ *+' conftest.er1 >conftest.err
3481 rm -f conftest.er1
3482 cat conftest.err >&5
3483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); } >/dev/null; then
3485 if test -s conftest.err; then
3486 ac_cpp_err=$ac_cxx_preproc_warn_flag
3487 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3488 else
3489 ac_cpp_err=
3490 fi
3491else
3492 ac_cpp_err=yes
3493fi
3494if test -z "$ac_cpp_err"; then
3495 # Broken: success on invalid input.
3496continue
3497else
3498 echo "$as_me: failed program was:" >&5
3499sed 's/^/| /' conftest.$ac_ext >&5
3500
3501 # Passes both tests.
3502ac_preproc_ok=:
3503break
3504fi
3505rm -f conftest.err conftest.$ac_ext
3506
3507done
3508# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3509rm -f conftest.err conftest.$ac_ext
3510if $ac_preproc_ok; then
3511 :
3512else
3513 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3514See \`config.log' for more details." >&5
3515echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3516See \`config.log' for more details." >&2;}
3517 { (exit 1); exit 1; }; }
3518fi
3519
3520ac_ext=cc
3521ac_cpp='$CXXCPP $CPPFLAGS'
3522ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3523ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3524ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3198 3525
3199 3526
3200echo "$as_me:$LINENO: checking for egrep" >&5 3527echo "$as_me:$LINENO: checking for egrep" >&5
3201echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3528echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3202if test "${ac_cv_prog_egrep+set}" = set; then 3529if test "${ac_cv_prog_egrep+set}" = set; then
3277 grep -v '^ *+' conftest.er1 >conftest.err 3604 grep -v '^ *+' conftest.er1 >conftest.err
3278 rm -f conftest.er1 3605 rm -f conftest.er1
3279 cat conftest.err >&5 3606 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3608 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3609 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3611 (eval $ac_try) 2>&5
3285 ac_status=$? 3612 ac_status=$?
3286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287 (exit $ac_status); }; } && 3614 (exit $ac_status); }; } &&
3331 grep -v '^ *+' conftest.er1 >conftest.err 3658 grep -v '^ *+' conftest.er1 >conftest.err
3332 rm -f conftest.er1 3659 rm -f conftest.er1
3333 cat conftest.err >&5 3660 cat conftest.err >&5
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); } && 3662 (exit $ac_status); } &&
3336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3663 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5 3665 (eval $ac_try) 2>&5
3339 ac_status=$? 3666 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } && 3668 (exit $ac_status); }; } &&
3361echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 3688echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3362echo "${ECHO_T}$ac_cv_search_strerror" >&6 3689echo "${ECHO_T}$ac_cv_search_strerror" >&6
3363if test "$ac_cv_search_strerror" != no; then 3690if test "$ac_cv_search_strerror" != no; then
3364 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3691 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3365 3692
3693fi
3694
3695
3696echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3697echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3698if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3699 echo $ECHO_N "(cached) $ECHO_C" >&6
3700else
3701 ac_check_lib_save_LIBS=$LIBS
3702LIBS="-lxpg4 $LIBS"
3703cat >conftest.$ac_ext <<_ACEOF
3704/* confdefs.h. */
3705_ACEOF
3706cat confdefs.h >>conftest.$ac_ext
3707cat >>conftest.$ac_ext <<_ACEOF
3708/* end confdefs.h. */
3709
3710/* Override any gcc2 internal prototype to avoid an error. */
3711#ifdef __cplusplus
3712extern "C"
3713#endif
3714/* We use char because int might match the return type of a gcc2
3715 builtin and then its argument prototype would still apply. */
3716char setlocale ();
3717int
3718main ()
3719{
3720setlocale ();
3721 ;
3722 return 0;
3723}
3724_ACEOF
3725rm -f conftest.$ac_objext conftest$ac_exeext
3726if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3727 (eval $ac_link) 2>conftest.er1
3728 ac_status=$?
3729 grep -v '^ *+' conftest.er1 >conftest.err
3730 rm -f conftest.er1
3731 cat conftest.err >&5
3732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3733 (exit $ac_status); } &&
3734 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3736 (eval $ac_try) 2>&5
3737 ac_status=$?
3738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3739 (exit $ac_status); }; } &&
3740 { ac_try='test -s conftest$ac_exeext'
3741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3742 (eval $ac_try) 2>&5
3743 ac_status=$?
3744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3745 (exit $ac_status); }; }; then
3746 ac_cv_lib_xpg4_setlocale=yes
3747else
3748 echo "$as_me: failed program was:" >&5
3749sed 's/^/| /' conftest.$ac_ext >&5
3750
3751ac_cv_lib_xpg4_setlocale=no
3752fi
3753rm -f conftest.err conftest.$ac_objext \
3754 conftest$ac_exeext conftest.$ac_ext
3755LIBS=$ac_check_lib_save_LIBS
3756fi
3757echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3758echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3759if test $ac_cv_lib_xpg4_setlocale = yes; then
3760 LIBS="$LIBS -lxpg4"
3761fi
3762
3763
3764echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3765echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3766if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3767 echo $ECHO_N "(cached) $ECHO_C" >&6
3768else
3769 ac_check_lib_save_LIBS=$LIBS
3770LIBS="-lnsl $LIBS"
3771cat >conftest.$ac_ext <<_ACEOF
3772/* confdefs.h. */
3773_ACEOF
3774cat confdefs.h >>conftest.$ac_ext
3775cat >>conftest.$ac_ext <<_ACEOF
3776/* end confdefs.h. */
3777
3778/* Override any gcc2 internal prototype to avoid an error. */
3779#ifdef __cplusplus
3780extern "C"
3781#endif
3782/* We use char because int might match the return type of a gcc2
3783 builtin and then its argument prototype would still apply. */
3784char gethostbyname ();
3785int
3786main ()
3787{
3788gethostbyname ();
3789 ;
3790 return 0;
3791}
3792_ACEOF
3793rm -f conftest.$ac_objext conftest$ac_exeext
3794if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3795 (eval $ac_link) 2>conftest.er1
3796 ac_status=$?
3797 grep -v '^ *+' conftest.er1 >conftest.err
3798 rm -f conftest.er1
3799 cat conftest.err >&5
3800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3801 (exit $ac_status); } &&
3802 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3804 (eval $ac_try) 2>&5
3805 ac_status=$?
3806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3807 (exit $ac_status); }; } &&
3808 { ac_try='test -s conftest$ac_exeext'
3809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3810 (eval $ac_try) 2>&5
3811 ac_status=$?
3812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3813 (exit $ac_status); }; }; then
3814 ac_cv_lib_nsl_gethostbyname=yes
3815else
3816 echo "$as_me: failed program was:" >&5
3817sed 's/^/| /' conftest.$ac_ext >&5
3818
3819ac_cv_lib_nsl_gethostbyname=no
3820fi
3821rm -f conftest.err conftest.$ac_objext \
3822 conftest$ac_exeext conftest.$ac_ext
3823LIBS=$ac_check_lib_save_LIBS
3824fi
3825echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3826echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3827if test $ac_cv_lib_nsl_gethostbyname = yes; then
3828 LIBS="$LIBS -lnsl"
3829fi
3830
3831echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3832echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3833if test "${ac_cv_lib_socket_socket+set}" = set; then
3834 echo $ECHO_N "(cached) $ECHO_C" >&6
3835else
3836 ac_check_lib_save_LIBS=$LIBS
3837LIBS="-lsocket $LIBS"
3838cat >conftest.$ac_ext <<_ACEOF
3839/* confdefs.h. */
3840_ACEOF
3841cat confdefs.h >>conftest.$ac_ext
3842cat >>conftest.$ac_ext <<_ACEOF
3843/* end confdefs.h. */
3844
3845/* Override any gcc2 internal prototype to avoid an error. */
3846#ifdef __cplusplus
3847extern "C"
3848#endif
3849/* We use char because int might match the return type of a gcc2
3850 builtin and then its argument prototype would still apply. */
3851char socket ();
3852int
3853main ()
3854{
3855socket ();
3856 ;
3857 return 0;
3858}
3859_ACEOF
3860rm -f conftest.$ac_objext conftest$ac_exeext
3861if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3862 (eval $ac_link) 2>conftest.er1
3863 ac_status=$?
3864 grep -v '^ *+' conftest.er1 >conftest.err
3865 rm -f conftest.er1
3866 cat conftest.err >&5
3867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3868 (exit $ac_status); } &&
3869 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3871 (eval $ac_try) 2>&5
3872 ac_status=$?
3873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3874 (exit $ac_status); }; } &&
3875 { ac_try='test -s conftest$ac_exeext'
3876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3877 (eval $ac_try) 2>&5
3878 ac_status=$?
3879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3880 (exit $ac_status); }; }; then
3881 ac_cv_lib_socket_socket=yes
3882else
3883 echo "$as_me: failed program was:" >&5
3884sed 's/^/| /' conftest.$ac_ext >&5
3885
3886ac_cv_lib_socket_socket=no
3887fi
3888rm -f conftest.err conftest.$ac_objext \
3889 conftest$ac_exeext conftest.$ac_ext
3890LIBS=$ac_check_lib_save_LIBS
3891fi
3892echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3893echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3894if test $ac_cv_lib_socket_socket = yes; then
3895 LIBS="$LIBS -lsocket"
3366fi 3896fi
3367 3897
3368 3898
3369# Check whether --enable-shared or --disable-shared was given. 3899# Check whether --enable-shared or --disable-shared was given.
3370if test "${enable_shared+set}" = set; then 3900if test "${enable_shared+set}" = set; then
4035 grep -v '^ *+' conftest.er1 >conftest.err 4565 grep -v '^ *+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4566 rm -f conftest.er1
4037 cat conftest.err >&5 4567 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); } && 4569 (exit $ac_status); } &&
4040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4570 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5 4572 (eval $ac_try) 2>&5
4043 ac_status=$? 4573 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } && 4575 (exit $ac_status); }; } &&
4205 grep -v '^ *+' conftest.er1 >conftest.err 4735 grep -v '^ *+' conftest.er1 >conftest.err
4206 rm -f conftest.er1 4736 rm -f conftest.er1
4207 cat conftest.err >&5 4737 cat conftest.err >&5
4208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209 (exit $ac_status); } && 4739 (exit $ac_status); } &&
4210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4740 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4212 (eval $ac_try) 2>&5 4742 (eval $ac_try) 2>&5
4213 ac_status=$? 4743 ac_status=$?
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } && 4745 (exit $ac_status); }; } &&
4272 grep -v '^ *+' conftest.er1 >conftest.err 4802 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1 4803 rm -f conftest.er1
4274 cat conftest.err >&5 4804 cat conftest.err >&5
4275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && 4806 (exit $ac_status); } &&
4277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4807 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4279 (eval $ac_try) 2>&5 4809 (eval $ac_try) 2>&5
4280 ac_status=$? 4810 ac_status=$?
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); }; } && 4812 (exit $ac_status); }; } &&
4315 rm -f conftest.er1 4845 rm -f conftest.er1
4316 cat conftest.err >&5 4846 cat conftest.err >&5
4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318 (exit $ac_status); } >/dev/null; then 4848 (exit $ac_status); } >/dev/null; then
4319 if test -s conftest.err; then 4849 if test -s conftest.err; then
4320 ac_cpp_err=$ac_c_preproc_warn_flag 4850 ac_cpp_err=$ac_cxx_preproc_warn_flag
4321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4851 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4322 else 4852 else
4323 ac_cpp_err= 4853 ac_cpp_err=
4324 fi 4854 fi
4325else 4855else
4326 ac_cpp_err=yes 4856 ac_cpp_err=yes
4336rm -f conftest.err conftest.$ac_ext 4866rm -f conftest.err conftest.$ac_ext
4337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4867echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4338echo "${ECHO_T}$ac_header_preproc" >&6 4868echo "${ECHO_T}$ac_header_preproc" >&6
4339 4869
4340# So? What about this header? 4870# So? What about this header?
4341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4871case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4342 yes:no: ) 4872 yes:no: )
4343 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4873 { 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;} 4874echo "$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 4875 { 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;} 4876echo "$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 5236# Some flags need to be propagated to the compiler or linker for good
4707# libtool support. 5237# libtool support.
4708case "$host" in 5238case "$host" in
4709*-*-irix6*) 5239*-*-irix6*)
4710 # Find out which ABI we are using. 5240 # Find out which ABI we are using.
4711 echo '#line 4711 "configure"' > conftest.$ac_ext 5241 echo '#line 5241 "configure"' > conftest.$ac_ext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713 (eval $ac_compile) 2>&5 5243 (eval $ac_compile) 2>&5
4714 ac_status=$? 5244 ac_status=$?
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); }; then 5246 (exit $ac_status); }; then
4789 5319
4790lt_cv_cc_needs_belf=no 5320lt_cv_cc_needs_belf=no
4791fi 5321fi
4792rm -f conftest.err conftest.$ac_objext \ 5322rm -f conftest.err conftest.$ac_objext \
4793 conftest$ac_exeext conftest.$ac_ext 5323 conftest$ac_exeext conftest.$ac_ext
4794 ac_ext=c 5324 ac_ext=cc
4795ac_cpp='$CPP $CPPFLAGS' 5325ac_cpp='$CXXCPP $CPPFLAGS'
4796ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5326ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5327ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798ac_compiler_gnu=$ac_cv_c_compiler_gnu 5328ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 5329
4800fi 5330fi
4801echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5331echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4802echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 5332echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4803 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5333 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5098 grep -v '^ *+' conftest.er1 >conftest.err 5628 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5629 rm -f conftest.er1
5100 cat conftest.err >&5 5630 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5632 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5633 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 (eval $ac_try) 2>&5 5635 (eval $ac_try) 2>&5
5106 ac_status=$? 5636 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } && 5638 (exit $ac_status); }; } &&
5198 grep -v '^ *+' conftest.er1 >conftest.err 5728 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1 5729 rm -f conftest.er1
5200 cat conftest.err >&5 5730 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } && 5732 (exit $ac_status); } &&
5203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5733 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205 (eval $ac_try) 2>&5 5735 (eval $ac_try) 2>&5
5206 ac_status=$? 5736 ac_status=$?
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; } && 5738 (exit $ac_status); }; } &&
5257# builds. 5787# builds.
5258chmod -w . 5788chmod -w .
5259save_CFLAGS="$CFLAGS" 5789save_CFLAGS="$CFLAGS"
5260CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5790CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5261compiler_c_o=no 5791compiler_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 5792if { (eval echo configure:5792: \"$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 5793 # The compiler can only warn and ignore the option if not recognized
5264 # So say no if there are warnings 5794 # So say no if there are warnings
5265 if test -s out/conftest.err; then 5795 if test -s out/conftest.err; then
5266 compiler_c_o=no 5796 compiler_c_o=no
5267 else 5797 else
5311 grep -v '^ *+' conftest.er1 >conftest.err 5841 grep -v '^ *+' conftest.er1 >conftest.err
5312 rm -f conftest.er1 5842 rm -f conftest.er1
5313 cat conftest.err >&5 5843 cat conftest.err >&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } && 5845 (exit $ac_status); } &&
5316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5846 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5318 (eval $ac_try) 2>&5 5848 (eval $ac_try) 2>&5
5319 ac_status=$? 5849 ac_status=$?
5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5321 (exit $ac_status); }; } && 5851 (exit $ac_status); }; } &&
5407 grep -v '^ *+' conftest.er1 >conftest.err 5937 grep -v '^ *+' conftest.er1 >conftest.err
5408 rm -f conftest.er1 5938 rm -f conftest.er1
5409 cat conftest.err >&5 5939 cat conftest.err >&5
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); } && 5941 (exit $ac_status); } &&
5412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5942 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5414 (eval $ac_try) 2>&5 5944 (eval $ac_try) 2>&5
5415 ac_status=$? 5945 ac_status=$?
5416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417 (exit $ac_status); }; } && 5947 (exit $ac_status); }; } &&
6485 grep -v '^ *+' conftest.er1 >conftest.err 7015 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1 7016 rm -f conftest.er1
6487 cat conftest.err >&5 7017 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } && 7019 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7020 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5 7022 (eval $ac_try) 2>&5
6493 ac_status=$? 7023 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } && 7025 (exit $ac_status); }; } &&
6578 grep -v '^ *+' conftest.er1 >conftest.err 7108 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1 7109 rm -f conftest.er1
6580 cat conftest.err >&5 7110 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && 7112 (exit $ac_status); } &&
6583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7113 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6585 (eval $ac_try) 2>&5 7115 (eval $ac_try) 2>&5
6586 ac_status=$? 7116 ac_status=$?
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); }; } && 7118 (exit $ac_status); }; } &&
6670 grep -v '^ *+' conftest.er1 >conftest.err 7200 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1 7201 rm -f conftest.er1
6672 cat conftest.err >&5 7202 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 7204 (exit $ac_status); } &&
6675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7205 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 7207 (eval $ac_try) 2>&5
6678 ac_status=$? 7208 ac_status=$?
6679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6680 (exit $ac_status); }; } && 7210 (exit $ac_status); }; } &&
6735 grep -v '^ *+' conftest.er1 >conftest.err 7265 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1 7266 rm -f conftest.er1
6737 cat conftest.err >&5 7267 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && 7269 (exit $ac_status); } &&
6740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7270 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5 7272 (eval $ac_try) 2>&5
6743 ac_status=$? 7273 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; } && 7275 (exit $ac_status); }; } &&
6801 grep -v '^ *+' conftest.er1 >conftest.err 7331 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 7332 rm -f conftest.er1
6803 cat conftest.err >&5 7333 cat conftest.err >&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && 7335 (exit $ac_status); } &&
6806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7336 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6808 (eval $ac_try) 2>&5 7338 (eval $ac_try) 2>&5
6809 ac_status=$? 7339 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); }; } && 7341 (exit $ac_status); }; } &&
6873 lt_cv_dlopen_self=cross 7403 lt_cv_dlopen_self=cross
6874else 7404else
6875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7405 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6876 lt_status=$lt_dlunknown 7406 lt_status=$lt_dlunknown
6877 cat > conftest.$ac_ext <<EOF 7407 cat > conftest.$ac_ext <<EOF
6878#line 6878 "configure" 7408#line 7408 "configure"
6879#include "confdefs.h" 7409#include "confdefs.h"
6880 7410
6881#if HAVE_DLFCN_H 7411#if HAVE_DLFCN_H
6882#include <dlfcn.h> 7412#include <dlfcn.h>
6883#endif 7413#endif
6971 lt_cv_dlopen_self_static=cross 7501 lt_cv_dlopen_self_static=cross
6972else 7502else
6973 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7503 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6974 lt_status=$lt_dlunknown 7504 lt_status=$lt_dlunknown
6975 cat > conftest.$ac_ext <<EOF 7505 cat > conftest.$ac_ext <<EOF
6976#line 6976 "configure" 7506#line 7506 "configure"
6977#include "confdefs.h" 7507#include "confdefs.h"
6978 7508
6979#if HAVE_DLFCN_H 7509#if HAVE_DLFCN_H
6980#include <dlfcn.h> 7510#include <dlfcn.h>
6981#endif 7511#endif
7704MALLOC_TYPE=S 8234MALLOC_TYPE=S
7705support_addstrings=no 8235support_addstrings=no
7706support_frills=no 8236support_frills=no
7707support_linespace=no 8237support_linespace=no
7708support_inheritpixmap=no 8238support_inheritpixmap=no
8239support_tinting=no
8240support_fading=no
7709support_keepscrolling=no 8241support_keepscrolling=no
7710support_selectionscrolling=no 8242support_selectionscrolling=no
7711support_menubar=no 8243support_menubar=no
7712support_mousewheel=no 8244support_mousewheel=no
7713support_mouseslipwheel=no 8245support_mouseslipwheel=no
7714support_oldselection=no
7715support_utmp=no 8246support_utmp=no
7716support_wtmp=no 8247support_wtmp=no
7717support_lastlog=no 8248support_lastlog=no
7718support_cursor_blink=no 8249support_cursor_blink=no
7719support_text_blink=no 8250support_text_blink=no
7724support_scroll_plain=no 8255support_scroll_plain=no
7725support_xim=no 8256support_xim=no
7726support_xpm=no 8257support_xpm=no
7727support_xft=no 8258support_xft=no
7728support_unicode3=no 8259support_unicode3=no
8260support_combining=no
8261support_8bitctrls=no
7729codesets= 8262codesets=
7730 8263
7731 8264
7732if test "x$enable_shared" = xyes; then 8265if test "x$enable_shared" = xyes; then
7733 8266
7745 if test x$enableval = xyes; then 8278 if test x$enableval = xyes; then
7746 support_24bit=yes 8279 support_24bit=yes
7747 support_frills=yes 8280 support_frills=yes
7748 support_linespace=yes 8281 support_linespace=yes
7749 support_inheritpixmap=yes 8282 support_inheritpixmap=yes
8283 support_tinting=yes
8284 support_fading=yes
7750 support_keepscrolling=yes 8285 support_keepscrolling=yes
7751 support_selectionscrolling=yes 8286 support_selectionscrolling=yes
7752 support_lastlog=yes 8287 support_lastlog=yes
7753 support_menubar=yes 8288 support_menubar=yes
7754 support_mousewheel=yes 8289 support_mousewheel=yes
7755 support_mouseslipwheel=yes 8290 support_mouseslipwheel=yes
7756 support_oldselection=yes
7757 support_cursor_blink=yes 8291 support_cursor_blink=yes
7758 support_text_blink=yes 8292 support_text_blink=yes
7759 support_pointer_blank=yes 8293 support_pointer_blank=yes
7760 support_scroll_rxvt=yes 8294 support_scroll_rxvt=yes
7761 support_scroll_next=yes 8295 support_scroll_next=yes
7765 support_wtmp=yes 8299 support_wtmp=yes
7766 support_xim=yes 8300 support_xim=yes
7767 support_xpm=yes 8301 support_xpm=yes
7768 support_xft=yes 8302 support_xft=yes
7769 support_unicode3=yes 8303 support_unicode3=yes
8304 support_combining=yes
8305 #support_8bitctrls=yes
7770 codesets=all 8306 codesets=all
7771 fi 8307 fi
7772fi; 8308fi;
7773 8309
7774# Check whether --enable-unicode3 or --disable-unicode3 was given. 8310# Check whether --enable-unicode3 or --disable-unicode3 was given.
7775if test "${enable_unicode3+set}" = set; then 8311if test "${enable_unicode3+set}" = set; then
7776 enableval="$enable_unicode3" 8312 enableval="$enable_unicode3"
7777 if test x$enableval = xyes; then 8313 if test x$enableval = xyes -o x$enableval = xno; then
7778 support_unicode3=yes 8314 support_unicode3=yes
7779 fi 8315 fi
7780fi; 8316fi;
7781 8317
8318# Check whether --enable-combining or --disable-combining was given.
8319if test "${enable_combining+set}" = set; then
8320 enableval="$enable_combining"
8321 if test x$enableval = xyes -o x$enableval = xno; then
8322 support_combining=yes
8323 fi
8324fi;
8325
7782# Check whether --enable-xft or --disable-xft was given. 8326# Check whether --enable-xft or --disable-xft was given.
7783if test "${enable_xft+set}" = set; then 8327if test "${enable_xft+set}" = set; then
7784 enableval="$enable_xft" 8328 enableval="$enable_xft"
7785 if test x$enableval = xyes; then 8329 if test x$enableval = xyes -o x$enableval = xno; then
7786 support_xft=yes 8330 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 8331 fi
7811fi; 8332fi;
7812 8333
7813# Check whether --enable-utmp or --disable-utmp was given. 8334# Check whether --enable-utmp or --disable-utmp was given.
7814if test "${enable_utmp+set}" = set; then 8335if test "${enable_utmp+set}" = set; then
7848 if test x$enableval = xyes -o x$enableval = xno; then 8369 if test x$enableval = xyes -o x$enableval = xno; then
7849 support_inheritpixmap=$enableval 8370 support_inheritpixmap=$enableval
7850 fi 8371 fi
7851fi; 8372fi;
7852 8373
8374# Check whether --enable-tinting or --disable-tinting was given.
8375if test "${enable_tinting+set}" = set; then
8376 enableval="$enable_tinting"
8377 if test x$enableval = xyes -o x$enableval = xno; then
8378 support_tinting=$enableval
8379 fi
8380fi;
8381
8382# Check whether --enable-fading or --disable-fading was given.
8383if test "${enable_fading+set}" = set; then
8384 enableval="$enable_fading"
8385 if test x$enableval = xyes -o x$enableval = xno; then
8386 support_fading=$enableval
8387 fi
8388fi;
8389
7853# Check whether --enable-menubar or --disable-menubar was given. 8390# Check whether --enable-menubar or --disable-menubar was given.
7854if test "${enable_menubar+set}" = set; then 8391if test "${enable_menubar+set}" = set; then
7855 enableval="$enable_menubar" 8392 enableval="$enable_menubar"
7856 if test x$enableval = xyes -o x$enableval = xno; then 8393 if test x$enableval = xyes -o x$enableval = xno; then
7857 support_menubar=$enableval 8394 support_menubar=$enableval
7900_ACEOF 8437_ACEOF
7901 8438
7902 fi 8439 fi
7903fi; 8440fi;
7904 8441
8442
8443# Check whether --with-codesets or --without-codesets was given.
8444if test "${with_codesets+set}" = set; then
8445 withval="$with_codesets"
8446 codesets="$withval"
8447fi;
8448
7905# Check whether --enable-xim or --disable-xim was given. 8449# Check whether --enable-xim or --disable-xim was given.
7906if test "${enable_xim+set}" = set; then 8450if test "${enable_xim+set}" = set; then
7907 enableval="$enable_xim" 8451 enableval="$enable_xim"
7908 if test x$enableval = xyes -o x$enableval = xno; then 8452 if test x$enableval = xyes -o x$enableval = xno; then
7909 support_xim=$enableval 8453 support_xim=$enableval
7968_ACEOF 8512_ACEOF
7969 8513
7970 fi 8514 fi
7971fi; 8515fi;
7972 8516
8517# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8518if test "${enable_8bitctrls+set}" = set; then
8519 enableval="$enable_8bitctrls"
8520 if test x$enableval = xyes -o x$enableval = xno; then
8521 support_8bitctrls=yes
8522 fi
8523fi;
8524
8525RESFALLBACK=Rxvt
8526# Check whether --enable-fallback or --disable-fallback was given.
8527if test "${enable_fallback+set}" = set; then
8528 enableval="$enable_fallback"
8529
8530 test x$enableval = xyes && enableval=Rxvt
8531 test x$enableval = xno && enableval=
8532 RESFALLBACK="$enableval"
8533
8534fi;
8535
8536if test x$RESFALLBACK != x; then
8537
8538cat >>confdefs.h <<_ACEOF
8539#define RESFALLBACK "$RESFALLBACK"
8540_ACEOF
8541
8542fi
8543
8544RESNAME=urxvt
8545
8546# Check whether --with-res-name or --without-res-name was given.
8547if test "${with_res_name+set}" = set; then
8548 withval="$with_res_name"
8549 RESNAME="$withval"
8550fi;
8551
8552cat >>confdefs.h <<_ACEOF
8553#define RESNAME "$RESNAME"
8554_ACEOF
8555
8556
8557RESCLASS=URxvt
8558
8559# Check whether --with-res-class or --without-res-class was given.
8560if test "${with_res_class+set}" = set; then
8561 withval="$with_res_class"
8562 RESCLASS="$withval"
8563fi;
8564
8565cat >>confdefs.h <<_ACEOF
8566#define RESCLASS "$RESCLASS"
8567_ACEOF
8568
8569
8570RXVTNAME=urxvt
8571
8572# Check whether --with-name or --without-name was given.
8573if test "${with_name+set}" = set; then
8574 withval="$with_name"
8575 RXVTNAME="$withval"
8576fi;
8577
8578RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8579
8580
7973# Check whether --enable-strings or --disable-strings was given. 8581# Check whether --enable-strings or --disable-strings was given.
7974if test "${enable_strings+set}" = set; then 8582if test "${enable_strings+set}" = set; then
7975 enableval="$enable_strings" 8583 enableval="$enable_strings"
7976 if test x$enableval = xyes -o x$enableval = xno; then 8584 if test x$enableval = xyes -o x$enableval = xno; then
7977 support_addstrings=$enableval 8585 support_addstrings=$enableval
8041# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8649# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8042if test "${enable_slipwheeling+set}" = set; then 8650if test "${enable_slipwheeling+set}" = set; then
8043 enableval="$enable_slipwheeling" 8651 enableval="$enable_slipwheeling"
8044 if test x$enableval = xyes -o x$enableval = xno; then 8652 if test x$enableval = xyes -o x$enableval = xno; then
8045 support_mouseslipwheel=$enableval 8653 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 8654 fi
8067fi; 8655fi;
8068 8656
8069# Check whether --enable-dmalloc or --disable-dmalloc was given. 8657# Check whether --enable-dmalloc or --disable-dmalloc was given.
8070if test "${enable_dmalloc+set}" = set; then 8658if test "${enable_dmalloc+set}" = set; then
8496fi 9084fi
8497 9085
8498 9086
8499 9087
8500 9088
9089
9090if test "x$ac_path_x_has_been_run" != xyes; then
8501echo "$as_me:$LINENO: checking for X" >&5 9091 echo "$as_me:$LINENO: checking for X" >&5
8502echo $ECHO_N "checking for X... $ECHO_C" >&6 9092echo $ECHO_N "checking for X... $ECHO_C" >&6
8503 9093
9094ac_path_x_has_been_run=yes
8504 9095
8505# Check whether --with-x or --without-x was given. 9096# Check whether --with-x or --without-x was given.
8506if test "${with_x+set}" = set; then 9097if test "${with_x+set}" = set; then
8507 withval="$with_x" 9098 withval="$with_x"
8508 9099
8591 9182
8592/usr/openwin/include 9183/usr/openwin/include
8593/usr/openwin/share/include' 9184/usr/openwin/share/include'
8594 9185
8595if test "$ac_x_includes" = no; then 9186if test "$ac_x_includes" = no; then
8596 # Guess where to find include files, by looking for Intrinsic.h. 9187 # Guess where to find include files, by looking for a specified header file.
8597 # First, try using that file with no special directory specified. 9188 # First, try using that file with no special directory specified.
8598 cat >conftest.$ac_ext <<_ACEOF 9189 cat >conftest.$ac_ext <<_ACEOF
8599/* confdefs.h. */ 9190/* confdefs.h. */
8600_ACEOF 9191_ACEOF
8601cat confdefs.h >>conftest.$ac_ext 9192cat confdefs.h >>conftest.$ac_ext
8610 rm -f conftest.er1 9201 rm -f conftest.er1
8611 cat conftest.err >&5 9202 cat conftest.err >&5
8612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } >/dev/null; then 9204 (exit $ac_status); } >/dev/null; then
8614 if test -s conftest.err; then 9205 if test -s conftest.err; then
8615 ac_cpp_err=$ac_c_preproc_warn_flag 9206 ac_cpp_err=$ac_cxx_preproc_warn_flag
8616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 9207 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8617 else 9208 else
8618 ac_cpp_err= 9209 ac_cpp_err=
8619 fi 9210 fi
8620else 9211else
8621 ac_cpp_err=yes 9212 ac_cpp_err=yes
8665 grep -v '^ *+' conftest.er1 >conftest.err 9256 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1 9257 rm -f conftest.er1
8667 cat conftest.err >&5 9258 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && 9260 (exit $ac_status); } &&
8670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9261 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8672 (eval $ac_try) 2>&5 9263 (eval $ac_try) 2>&5
8673 ac_status=$? 9264 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }; } && 9266 (exit $ac_status); }; } &&
8725 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9316 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8726 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9317 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8727 # Update the cache value to reflect the command line values. 9318 # Update the cache value to reflect the command line values.
8728 ac_cv_have_x="have_x=yes \ 9319 ac_cv_have_x="have_x=yes \
8729 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9320 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9321 # It might be that x_includes is empty (headers are found in the
9322 # standard search path. Then output the corresponding message
9323 ac_out_x_includes=$x_includes
9324 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 9325 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
8731echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 9326echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8732fi 9327fi
8733 9328
9329fi
8734if test "$no_x" = yes; then 9330if test "$no_x" = yes; then
8735 # Not all programs may use this symbol, but it does not hurt to define it. 9331 # Not all programs may use this symbol, but it does not hurt to define it.
8736 9332
8737cat >>confdefs.h <<\_ACEOF 9333cat >>confdefs.h <<\_ACEOF
8738#define X_DISPLAY_MISSING 1 9334#define X_DISPLAY_MISSING 1
8776 grep -v '^ *+' conftest.er1 >conftest.err 9372 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1 9373 rm -f conftest.er1
8778 cat conftest.err >&5 9374 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && 9376 (exit $ac_status); } &&
8781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9377 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8783 (eval $ac_try) 2>&5 9379 (eval $ac_try) 2>&5
8784 ac_status=$? 9380 ac_status=$?
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); }; } && 9382 (exit $ac_status); }; } &&
8827 grep -v '^ *+' conftest.er1 >conftest.err 9423 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9424 rm -f conftest.er1
8829 cat conftest.err >&5 9425 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && 9427 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9428 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 9430 (eval $ac_try) 2>&5
8835 ac_status=$? 9431 ac_status=$?
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); }; } && 9433 (exit $ac_status); }; } &&
8903 grep -v '^ *+' conftest.er1 >conftest.err 9499 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1 9500 rm -f conftest.er1
8905 cat conftest.err >&5 9501 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && 9503 (exit $ac_status); } &&
8908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9504 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910 (eval $ac_try) 2>&5 9506 (eval $ac_try) 2>&5
8911 ac_status=$? 9507 ac_status=$?
8912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913 (exit $ac_status); }; } && 9509 (exit $ac_status); }; } &&
8958 grep -v '^ *+' conftest.er1 >conftest.err 9554 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1 9555 rm -f conftest.er1
8960 cat conftest.err >&5 9556 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && 9558 (exit $ac_status); } &&
8963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9559 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8965 (eval $ac_try) 2>&5 9561 (eval $ac_try) 2>&5
8966 ac_status=$? 9562 ac_status=$?
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } && 9564 (exit $ac_status); }; } &&
9026 grep -v '^ *+' conftest.er1 >conftest.err 9622 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1 9623 rm -f conftest.er1
9028 cat conftest.err >&5 9624 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && 9626 (exit $ac_status); } &&
9031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9627 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9033 (eval $ac_try) 2>&5 9629 (eval $ac_try) 2>&5
9034 ac_status=$? 9630 ac_status=$?
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } && 9632 (exit $ac_status); }; } &&
9134 grep -v '^ *+' conftest.er1 >conftest.err 9730 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1 9731 rm -f conftest.er1
9136 cat conftest.err >&5 9732 cat conftest.err >&5
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && 9734 (exit $ac_status); } &&
9139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9735 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5 9737 (eval $ac_try) 2>&5
9142 ac_status=$? 9738 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; } && 9740 (exit $ac_status); }; } &&
9198 grep -v '^ *+' conftest.er1 >conftest.err 9794 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1 9795 rm -f conftest.er1
9200 cat conftest.err >&5 9796 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && 9798 (exit $ac_status); } &&
9203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9799 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5 9801 (eval $ac_try) 2>&5
9206 ac_status=$? 9802 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } && 9804 (exit $ac_status); }; } &&
9266 grep -v '^ *+' conftest.er1 >conftest.err 9862 grep -v '^ *+' conftest.er1 >conftest.err
9267 rm -f conftest.er1 9863 rm -f conftest.er1
9268 cat conftest.err >&5 9864 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 9866 (exit $ac_status); } &&
9271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9867 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 9869 (eval $ac_try) 2>&5
9274 ac_status=$? 9870 ac_status=$?
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; } && 9872 (exit $ac_status); }; } &&
9370 grep -v '^ *+' conftest.er1 >conftest.err 9966 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1 9967 rm -f conftest.er1
9372 cat conftest.err >&5 9968 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9970 (exit $ac_status); } &&
9375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9971 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9973 (eval $ac_try) 2>&5
9378 ac_status=$? 9974 ac_status=$?
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); }; } && 9976 (exit $ac_status); }; } &&
9434 grep -v '^ *+' conftest.er1 >conftest.err 10030 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 10031 rm -f conftest.er1
9436 cat conftest.err >&5 10032 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && 10034 (exit $ac_status); } &&
9439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10035 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9441 (eval $ac_try) 2>&5 10037 (eval $ac_try) 2>&5
9442 ac_status=$? 10038 ac_status=$?
9443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); }; } && 10040 (exit $ac_status); }; } &&
9531 grep -v '^ *+' conftest.er1 >conftest.err 10127 grep -v '^ *+' conftest.er1 >conftest.err
9532 rm -f conftest.er1 10128 rm -f conftest.er1
9533 cat conftest.err >&5 10129 cat conftest.err >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 10131 (exit $ac_status); } &&
9536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10132 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 10134 (eval $ac_try) 2>&5
9539 ac_status=$? 10135 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; } && 10137 (exit $ac_status); }; } &&
9595 grep -v '^ *+' conftest.er1 >conftest.err 10191 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1 10192 rm -f conftest.er1
9597 cat conftest.err >&5 10193 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && 10195 (exit $ac_status); } &&
9600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10196 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9602 (eval $ac_try) 2>&5 10198 (eval $ac_try) 2>&5
9603 ac_status=$? 10199 ac_status=$?
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } && 10201 (exit $ac_status); }; } &&
9692 grep -v '^ *+' conftest.er1 >conftest.err 10288 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1 10289 rm -f conftest.er1
9694 cat conftest.err >&5 10290 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && 10292 (exit $ac_status); } &&
9697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10293 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 (eval $ac_try) 2>&5 10295 (eval $ac_try) 2>&5
9700 ac_status=$? 10296 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); }; } && 10298 (exit $ac_status); }; } &&
9756 grep -v '^ *+' conftest.er1 >conftest.err 10352 grep -v '^ *+' conftest.er1 >conftest.err
9757 rm -f conftest.er1 10353 rm -f conftest.er1
9758 cat conftest.err >&5 10354 cat conftest.err >&5
9759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9760 (exit $ac_status); } && 10356 (exit $ac_status); } &&
9761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10357 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 (eval $ac_try) 2>&5 10359 (eval $ac_try) 2>&5
9764 ac_status=$? 10360 ac_status=$?
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } && 10362 (exit $ac_status); }; } &&
9835 grep -v '^ *+' conftest.er1 >conftest.err 10431 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1 10432 rm -f conftest.er1
9837 cat conftest.err >&5 10433 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && 10435 (exit $ac_status); } &&
9840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10436 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5 10438 (eval $ac_try) 2>&5
9843 ac_status=$? 10439 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } && 10441 (exit $ac_status); }; } &&
9951 rm -f conftest.er1 10547 rm -f conftest.er1
9952 cat conftest.err >&5 10548 cat conftest.err >&5
9953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } >/dev/null; then 10550 (exit $ac_status); } >/dev/null; then
9955 if test -s conftest.err; then 10551 if test -s conftest.err; then
9956 ac_cpp_err=$ac_c_preproc_warn_flag 10552 ac_cpp_err=$ac_cxx_preproc_warn_flag
9957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10553 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9958 else 10554 else
9959 ac_cpp_err= 10555 ac_cpp_err=
9960 fi 10556 fi
9961else 10557else
9962 ac_cpp_err=yes 10558 ac_cpp_err=yes
10051 grep -v '^ *+' conftest.er1 >conftest.err 10647 grep -v '^ *+' conftest.er1 >conftest.err
10052 rm -f conftest.er1 10648 rm -f conftest.er1
10053 cat conftest.err >&5 10649 cat conftest.err >&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); } && 10651 (exit $ac_status); } &&
10056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10652 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5 10654 (eval $ac_try) 2>&5
10059 ac_status=$? 10655 ac_status=$?
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; } && 10657 (exit $ac_status); }; } &&
10163 rm -f conftest.er1 10759 rm -f conftest.er1
10164 cat conftest.err >&5 10760 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } >/dev/null; then 10762 (exit $ac_status); } >/dev/null; then
10167 if test -s conftest.err; then 10763 if test -s conftest.err; then
10168 ac_cpp_err=$ac_c_preproc_warn_flag 10764 ac_cpp_err=$ac_cxx_preproc_warn_flag
10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10765 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10170 else 10766 else
10171 ac_cpp_err= 10767 ac_cpp_err=
10172 fi 10768 fi
10173else 10769else
10174 ac_cpp_err=yes 10770 ac_cpp_err=yes
10265 grep -v '^ *+' conftest.er1 >conftest.err 10861 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1 10862 rm -f conftest.er1
10267 cat conftest.err >&5 10863 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 10865 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10866 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5 10868 (eval $ac_try) 2>&5
10273 ac_status=$? 10869 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } && 10871 (exit $ac_status); }; } &&
10368 grep -v '^ *+' conftest.er1 >conftest.err 10964 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1 10965 rm -f conftest.er1
10370 cat conftest.err >&5 10966 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } && 10968 (exit $ac_status); } &&
10373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10969 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5 10971 (eval $ac_try) 2>&5
10376 ac_status=$? 10972 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; } && 10974 (exit $ac_status); }; } &&
10411 rm -f conftest.er1 11007 rm -f conftest.er1
10412 cat conftest.err >&5 11008 cat conftest.err >&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } >/dev/null; then 11010 (exit $ac_status); } >/dev/null; then
10415 if test -s conftest.err; then 11011 if test -s conftest.err; then
10416 ac_cpp_err=$ac_c_preproc_warn_flag 11012 ac_cpp_err=$ac_cxx_preproc_warn_flag
10417 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 11013 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10418 else 11014 else
10419 ac_cpp_err= 11015 ac_cpp_err=
10420 fi 11016 fi
10421else 11017else
10422 ac_cpp_err=yes 11018 ac_cpp_err=yes
10432rm -f conftest.err conftest.$ac_ext 11028rm -f conftest.err conftest.$ac_ext
10433echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11029echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10434echo "${ECHO_T}$ac_header_preproc" >&6 11030echo "${ECHO_T}$ac_header_preproc" >&6
10435 11031
10436# So? What about this header? 11032# So? What about this header?
10437case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11033case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10438 yes:no: ) 11034 yes:no: )
10439 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11035 { 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;} 11036echo "$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 11037 { 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;} 11038echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10517 grep -v '^ *+' conftest.er1 >conftest.err 11113 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1 11114 rm -f conftest.er1
10519 cat conftest.err >&5 11115 cat conftest.err >&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && 11117 (exit $ac_status); } &&
10522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11118 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 (eval $ac_try) 2>&5 11120 (eval $ac_try) 2>&5
10525 ac_status=$? 11121 ac_status=$?
10526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10527 (exit $ac_status); }; } && 11123 (exit $ac_status); }; } &&
10582 grep -v '^ *+' conftest.er1 >conftest.err 11178 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1 11179 rm -f conftest.er1
10584 cat conftest.err >&5 11180 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && 11182 (exit $ac_status); } &&
10587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11183 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5 11185 (eval $ac_try) 2>&5
10590 ac_status=$? 11186 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; } && 11188 (exit $ac_status); }; } &&
10747 grep -v '^ *+' conftest.er1 >conftest.err 11343 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1 11344 rm -f conftest.er1
10749 cat conftest.err >&5 11345 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && 11347 (exit $ac_status); } &&
10752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11348 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5 11350 (eval $ac_try) 2>&5
10755 ac_status=$? 11351 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } && 11353 (exit $ac_status); }; } &&
10856 grep -v '^ *+' conftest.er1 >conftest.err 11452 grep -v '^ *+' conftest.er1 >conftest.err
10857 rm -f conftest.er1 11453 rm -f conftest.er1
10858 cat conftest.err >&5 11454 cat conftest.err >&5
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); } && 11456 (exit $ac_status); } &&
10861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11457 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5 11459 (eval $ac_try) 2>&5
10864 ac_status=$? 11460 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; } && 11462 (exit $ac_status); }; } &&
10916 grep -v '^ *+' conftest.er1 >conftest.err 11512 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1 11513 rm -f conftest.er1
10918 cat conftest.err >&5 11514 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && 11516 (exit $ac_status); } &&
10921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11517 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5 11519 (eval $ac_try) 2>&5
10924 ac_status=$? 11520 ac_status=$?
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } && 11522 (exit $ac_status); }; } &&
10991 grep -v '^ *+' conftest.er1 >conftest.err 11587 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1 11588 rm -f conftest.er1
10993 cat conftest.err >&5 11589 cat conftest.err >&5
10994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && 11591 (exit $ac_status); } &&
10996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11592 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10998 (eval $ac_try) 2>&5 11594 (eval $ac_try) 2>&5
10999 ac_status=$? 11595 ac_status=$?
11000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11001 (exit $ac_status); }; } && 11597 (exit $ac_status); }; } &&
11056 grep -v '^ *+' conftest.er1 >conftest.err 11652 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1 11653 rm -f conftest.er1
11058 cat conftest.err >&5 11654 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && 11656 (exit $ac_status); } &&
11061 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11657 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11063 (eval $ac_try) 2>&5 11659 (eval $ac_try) 2>&5
11064 ac_status=$? 11660 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }; } && 11662 (exit $ac_status); }; } &&
11161 grep -v '^ *+' conftest.er1 >conftest.err 11757 grep -v '^ *+' conftest.er1 >conftest.err
11162 rm -f conftest.er1 11758 rm -f conftest.er1
11163 cat conftest.err >&5 11759 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } && 11761 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11762 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168 (eval $ac_try) 2>&5 11764 (eval $ac_try) 2>&5
11169 ac_status=$? 11765 ac_status=$?
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); }; } && 11767 (exit $ac_status); }; } &&
11223 grep -v '^ *+' conftest.er1 >conftest.err 11819 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1 11820 rm -f conftest.er1
11225 cat conftest.err >&5 11821 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && 11823 (exit $ac_status); } &&
11228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11824 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11230 (eval $ac_try) 2>&5 11826 (eval $ac_try) 2>&5
11231 ac_status=$? 11827 ac_status=$?
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); }; } && 11829 (exit $ac_status); }; } &&
11263 grep -v '^ *+' conftest.er1 >conftest.err 11859 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1 11860 rm -f conftest.er1
11265 cat conftest.err >&5 11861 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } && 11863 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11864 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11270 (eval $ac_try) 2>&5 11866 (eval $ac_try) 2>&5
11271 ac_status=$? 11867 ac_status=$?
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); }; } && 11869 (exit $ac_status); }; } &&
11319 grep -v '^ *+' conftest.er1 >conftest.err 11915 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1 11916 rm -f conftest.er1
11321 cat conftest.err >&5 11917 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && 11919 (exit $ac_status); } &&
11324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11920 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5 11922 (eval $ac_try) 2>&5
11327 ac_status=$? 11923 ac_status=$?
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } && 11925 (exit $ac_status); }; } &&
11359 grep -v '^ *+' conftest.er1 >conftest.err 11955 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1 11956 rm -f conftest.er1
11361 cat conftest.err >&5 11957 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && 11959 (exit $ac_status); } &&
11364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11960 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5 11962 (eval $ac_try) 2>&5
11367 ac_status=$? 11963 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } && 11965 (exit $ac_status); }; } &&
11423 grep -v '^ *+' conftest.er1 >conftest.err 12019 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1 12020 rm -f conftest.er1
11425 cat conftest.err >&5 12021 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && 12023 (exit $ac_status); } &&
11428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12024 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11430 (eval $ac_try) 2>&5 12026 (eval $ac_try) 2>&5
11431 ac_status=$? 12027 ac_status=$?
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); }; } && 12029 (exit $ac_status); }; } &&
11454See \`config.log' for more details." >&2;} 12050See \`config.log' for more details." >&2;}
11455 { (exit 1); exit 1; }; } ;; 12051 { (exit 1); exit 1; }; } ;;
11456esac 12052esac
11457else 12053else
11458 if test "$cross_compiling" = yes; then 12054 if test "$cross_compiling" = yes; then
11459 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12055 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11460See \`config.log' for more details." >&5 12056echo "$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; }; } 12057 { (exit 1); exit 1; }; }
11464else 12058else
11465 cat >conftest.$ac_ext <<_ACEOF 12059 cat >conftest.$ac_ext <<_ACEOF
11466/* confdefs.h. */ 12060/* confdefs.h. */
11467_ACEOF 12061_ACEOF
11569 grep -v '^ *+' conftest.er1 >conftest.err 12163 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1 12164 rm -f conftest.er1
11571 cat conftest.err >&5 12165 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && 12167 (exit $ac_status); } &&
11574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12168 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5 12170 (eval $ac_try) 2>&5
11577 ac_status=$? 12171 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } && 12173 (exit $ac_status); }; } &&
11631 grep -v '^ *+' conftest.er1 >conftest.err 12225 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1 12226 rm -f conftest.er1
11633 cat conftest.err >&5 12227 cat conftest.err >&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && 12229 (exit $ac_status); } &&
11636 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12230 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5 12232 (eval $ac_try) 2>&5
11639 ac_status=$? 12233 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; } && 12235 (exit $ac_status); }; } &&
11671 grep -v '^ *+' conftest.er1 >conftest.err 12265 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1 12266 rm -f conftest.er1
11673 cat conftest.err >&5 12267 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && 12269 (exit $ac_status); } &&
11676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12270 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5 12272 (eval $ac_try) 2>&5
11679 ac_status=$? 12273 ac_status=$?
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; } && 12275 (exit $ac_status); }; } &&
11727 grep -v '^ *+' conftest.er1 >conftest.err 12321 grep -v '^ *+' conftest.er1 >conftest.err
11728 rm -f conftest.er1 12322 rm -f conftest.er1
11729 cat conftest.err >&5 12323 cat conftest.err >&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); } && 12325 (exit $ac_status); } &&
11732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12326 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11734 (eval $ac_try) 2>&5 12328 (eval $ac_try) 2>&5
11735 ac_status=$? 12329 ac_status=$?
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); }; } && 12331 (exit $ac_status); }; } &&
11767 grep -v '^ *+' conftest.er1 >conftest.err 12361 grep -v '^ *+' conftest.er1 >conftest.err
11768 rm -f conftest.er1 12362 rm -f conftest.er1
11769 cat conftest.err >&5 12363 cat conftest.err >&5
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); } && 12365 (exit $ac_status); } &&
11772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12366 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774 (eval $ac_try) 2>&5 12368 (eval $ac_try) 2>&5
11775 ac_status=$? 12369 ac_status=$?
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); }; } && 12371 (exit $ac_status); }; } &&
11831 grep -v '^ *+' conftest.er1 >conftest.err 12425 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1 12426 rm -f conftest.er1
11833 cat conftest.err >&5 12427 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12429 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12430 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12432 (eval $ac_try) 2>&5
11839 ac_status=$? 12433 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } && 12435 (exit $ac_status); }; } &&
11862See \`config.log' for more details." >&2;} 12456See \`config.log' for more details." >&2;}
11863 { (exit 1); exit 1; }; } ;; 12457 { (exit 1); exit 1; }; } ;;
11864esac 12458esac
11865else 12459else
11866 if test "$cross_compiling" = yes; then 12460 if test "$cross_compiling" = yes; then
11867 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12461 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11868See \`config.log' for more details." >&5 12462echo "$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; }; } 12463 { (exit 1); exit 1; }; }
11872else 12464else
11873 cat >conftest.$ac_ext <<_ACEOF 12465 cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 12466/* confdefs.h. */
11875_ACEOF 12467_ACEOF
11977 grep -v '^ *+' conftest.er1 >conftest.err 12569 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1 12570 rm -f conftest.er1
11979 cat conftest.err >&5 12571 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && 12573 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12574 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5 12576 (eval $ac_try) 2>&5
11985 ac_status=$? 12577 ac_status=$?
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; } && 12579 (exit $ac_status); }; } &&
12039 grep -v '^ *+' conftest.er1 >conftest.err 12631 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1 12632 rm -f conftest.er1
12041 cat conftest.err >&5 12633 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && 12635 (exit $ac_status); } &&
12044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12636 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046 (eval $ac_try) 2>&5 12638 (eval $ac_try) 2>&5
12047 ac_status=$? 12639 ac_status=$?
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); }; } && 12641 (exit $ac_status); }; } &&
12079 grep -v '^ *+' conftest.er1 >conftest.err 12671 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1 12672 rm -f conftest.er1
12081 cat conftest.err >&5 12673 cat conftest.err >&5
12082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && 12675 (exit $ac_status); } &&
12084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12676 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12086 (eval $ac_try) 2>&5 12678 (eval $ac_try) 2>&5
12087 ac_status=$? 12679 ac_status=$?
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); }; } && 12681 (exit $ac_status); }; } &&
12135 grep -v '^ *+' conftest.er1 >conftest.err 12727 grep -v '^ *+' conftest.er1 >conftest.err
12136 rm -f conftest.er1 12728 rm -f conftest.er1
12137 cat conftest.err >&5 12729 cat conftest.err >&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); } && 12731 (exit $ac_status); } &&
12140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12732 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5 12734 (eval $ac_try) 2>&5
12143 ac_status=$? 12735 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; } && 12737 (exit $ac_status); }; } &&
12175 grep -v '^ *+' conftest.er1 >conftest.err 12767 grep -v '^ *+' conftest.er1 >conftest.err
12176 rm -f conftest.er1 12768 rm -f conftest.er1
12177 cat conftest.err >&5 12769 cat conftest.err >&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); } && 12771 (exit $ac_status); } &&
12180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12772 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12182 (eval $ac_try) 2>&5 12774 (eval $ac_try) 2>&5
12183 ac_status=$? 12775 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); }; } && 12777 (exit $ac_status); }; } &&
12239 grep -v '^ *+' conftest.er1 >conftest.err 12831 grep -v '^ *+' conftest.er1 >conftest.err
12240 rm -f conftest.er1 12832 rm -f conftest.er1
12241 cat conftest.err >&5 12833 cat conftest.err >&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } && 12835 (exit $ac_status); } &&
12244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12836 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5 12838 (eval $ac_try) 2>&5
12247 ac_status=$? 12839 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; } && 12841 (exit $ac_status); }; } &&
12270See \`config.log' for more details." >&2;} 12862See \`config.log' for more details." >&2;}
12271 { (exit 1); exit 1; }; } ;; 12863 { (exit 1); exit 1; }; } ;;
12272esac 12864esac
12273else 12865else
12274 if test "$cross_compiling" = yes; then 12866 if test "$cross_compiling" = yes; then
12275 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 12867 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12276See \`config.log' for more details." >&5 12868echo "$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; }; } 12869 { (exit 1); exit 1; }; }
12280else 12870else
12281 cat >conftest.$ac_ext <<_ACEOF 12871 cat >conftest.$ac_ext <<_ACEOF
12282/* confdefs.h. */ 12872/* confdefs.h. */
12283_ACEOF 12873_ACEOF
12385 grep -v '^ *+' conftest.er1 >conftest.err 12975 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1 12976 rm -f conftest.er1
12387 cat conftest.err >&5 12977 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12979 (exit $ac_status); } &&
12390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12980 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12982 (eval $ac_try) 2>&5
12393 ac_status=$? 12983 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; } && 12985 (exit $ac_status); }; } &&
12447 grep -v '^ *+' conftest.er1 >conftest.err 13037 grep -v '^ *+' conftest.er1 >conftest.err
12448 rm -f conftest.er1 13038 rm -f conftest.er1
12449 cat conftest.err >&5 13039 cat conftest.err >&5
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); } && 13041 (exit $ac_status); } &&
12452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13042 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5 13044 (eval $ac_try) 2>&5
12455 ac_status=$? 13045 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } && 13047 (exit $ac_status); }; } &&
12487 grep -v '^ *+' conftest.er1 >conftest.err 13077 grep -v '^ *+' conftest.er1 >conftest.err
12488 rm -f conftest.er1 13078 rm -f conftest.er1
12489 cat conftest.err >&5 13079 cat conftest.err >&5
12490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12491 (exit $ac_status); } && 13081 (exit $ac_status); } &&
12492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13082 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12494 (eval $ac_try) 2>&5 13084 (eval $ac_try) 2>&5
12495 ac_status=$? 13085 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); }; } && 13087 (exit $ac_status); }; } &&
12543 grep -v '^ *+' conftest.er1 >conftest.err 13133 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1 13134 rm -f conftest.er1
12545 cat conftest.err >&5 13135 cat conftest.err >&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && 13137 (exit $ac_status); } &&
12548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13138 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5 13140 (eval $ac_try) 2>&5
12551 ac_status=$? 13141 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } && 13143 (exit $ac_status); }; } &&
12583 grep -v '^ *+' conftest.er1 >conftest.err 13173 grep -v '^ *+' conftest.er1 >conftest.err
12584 rm -f conftest.er1 13174 rm -f conftest.er1
12585 cat conftest.err >&5 13175 cat conftest.err >&5
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 13177 (exit $ac_status); } &&
12588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13178 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 13180 (eval $ac_try) 2>&5
12591 ac_status=$? 13181 ac_status=$?
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; } && 13183 (exit $ac_status); }; } &&
12647 grep -v '^ *+' conftest.er1 >conftest.err 13237 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1 13238 rm -f conftest.er1
12649 cat conftest.err >&5 13239 cat conftest.err >&5
12650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && 13241 (exit $ac_status); } &&
12652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13242 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12654 (eval $ac_try) 2>&5 13244 (eval $ac_try) 2>&5
12655 ac_status=$? 13245 ac_status=$?
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); }; } && 13247 (exit $ac_status); }; } &&
12678See \`config.log' for more details." >&2;} 13268See \`config.log' for more details." >&2;}
12679 { (exit 1); exit 1; }; } ;; 13269 { (exit 1); exit 1; }; } ;;
12680esac 13270esac
12681else 13271else
12682 if test "$cross_compiling" = yes; then 13272 if test "$cross_compiling" = yes; then
12683 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13273 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12684See \`config.log' for more details." >&5 13274echo "$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; }; } 13275 { (exit 1); exit 1; }; }
12688else 13276else
12689 cat >conftest.$ac_ext <<_ACEOF 13277 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */ 13278/* confdefs.h. */
12691_ACEOF 13279_ACEOF
12793 grep -v '^ *+' conftest.er1 >conftest.err 13381 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1 13382 rm -f conftest.er1
12795 cat conftest.err >&5 13383 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } && 13385 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13386 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12800 (eval $ac_try) 2>&5 13388 (eval $ac_try) 2>&5
12801 ac_status=$? 13389 ac_status=$?
12802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); }; } && 13391 (exit $ac_status); }; } &&
12855 grep -v '^ *+' conftest.er1 >conftest.err 13443 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1 13444 rm -f conftest.er1
12857 cat conftest.err >&5 13445 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && 13447 (exit $ac_status); } &&
12860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13448 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12862 (eval $ac_try) 2>&5 13450 (eval $ac_try) 2>&5
12863 ac_status=$? 13451 ac_status=$?
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); }; } && 13453 (exit $ac_status); }; } &&
12895 grep -v '^ *+' conftest.er1 >conftest.err 13483 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1 13484 rm -f conftest.er1
12897 cat conftest.err >&5 13485 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && 13487 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13488 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5 13490 (eval $ac_try) 2>&5
12903 ac_status=$? 13491 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } && 13493 (exit $ac_status); }; } &&
12951 grep -v '^ *+' conftest.er1 >conftest.err 13539 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1 13540 rm -f conftest.er1
12953 cat conftest.err >&5 13541 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && 13543 (exit $ac_status); } &&
12956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13544 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 13546 (eval $ac_try) 2>&5
12959 ac_status=$? 13547 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; } && 13549 (exit $ac_status); }; } &&
12991 grep -v '^ *+' conftest.er1 >conftest.err 13579 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1 13580 rm -f conftest.er1
12993 cat conftest.err >&5 13581 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && 13583 (exit $ac_status); } &&
12996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13584 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12998 (eval $ac_try) 2>&5 13586 (eval $ac_try) 2>&5
12999 ac_status=$? 13587 ac_status=$?
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); }; } && 13589 (exit $ac_status); }; } &&
13055 grep -v '^ *+' conftest.er1 >conftest.err 13643 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1 13644 rm -f conftest.er1
13057 cat conftest.err >&5 13645 cat conftest.err >&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && 13647 (exit $ac_status); } &&
13060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13648 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5 13650 (eval $ac_try) 2>&5
13063 ac_status=$? 13651 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } && 13653 (exit $ac_status); }; } &&
13086See \`config.log' for more details." >&2;} 13674See \`config.log' for more details." >&2;}
13087 { (exit 1); exit 1; }; } ;; 13675 { (exit 1); exit 1; }; } ;;
13088esac 13676esac
13089else 13677else
13090 if test "$cross_compiling" = yes; then 13678 if test "$cross_compiling" = yes; then
13091 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 13679 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13092See \`config.log' for more details." >&5 13680echo "$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; }; } 13681 { (exit 1); exit 1; }; }
13096else 13682else
13097 cat >conftest.$ac_ext <<_ACEOF 13683 cat >conftest.$ac_ext <<_ACEOF
13098/* confdefs.h. */ 13684/* confdefs.h. */
13099_ACEOF 13685_ACEOF
13201 grep -v '^ *+' conftest.er1 >conftest.err 13787 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1 13788 rm -f conftest.er1
13203 cat conftest.err >&5 13789 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 13791 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13792 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 13794 (eval $ac_try) 2>&5
13209 ac_status=$? 13795 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } && 13797 (exit $ac_status); }; } &&
13263 grep -v '^ *+' conftest.er1 >conftest.err 13849 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1 13850 rm -f conftest.er1
13265 cat conftest.err >&5 13851 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && 13853 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13854 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5 13856 (eval $ac_try) 2>&5
13271 ac_status=$? 13857 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } && 13859 (exit $ac_status); }; } &&
13303 grep -v '^ *+' conftest.er1 >conftest.err 13889 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1 13890 rm -f conftest.er1
13305 cat conftest.err >&5 13891 cat conftest.err >&5
13306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && 13893 (exit $ac_status); } &&
13308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13894 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310 (eval $ac_try) 2>&5 13896 (eval $ac_try) 2>&5
13311 ac_status=$? 13897 ac_status=$?
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); }; } && 13899 (exit $ac_status); }; } &&
13359 grep -v '^ *+' conftest.er1 >conftest.err 13945 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1 13946 rm -f conftest.er1
13361 cat conftest.err >&5 13947 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } && 13949 (exit $ac_status); } &&
13364 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13950 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5 13952 (eval $ac_try) 2>&5
13367 ac_status=$? 13953 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } && 13955 (exit $ac_status); }; } &&
13399 grep -v '^ *+' conftest.er1 >conftest.err 13985 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1 13986 rm -f conftest.er1
13401 cat conftest.err >&5 13987 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } && 13989 (exit $ac_status); } &&
13404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13990 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5 13992 (eval $ac_try) 2>&5
13407 ac_status=$? 13993 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } && 13995 (exit $ac_status); }; } &&
13463 grep -v '^ *+' conftest.er1 >conftest.err 14049 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1 14050 rm -f conftest.er1
13465 cat conftest.err >&5 14051 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 14053 (exit $ac_status); } &&
13468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14054 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 14056 (eval $ac_try) 2>&5
13471 ac_status=$? 14057 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } && 14059 (exit $ac_status); }; } &&
13494See \`config.log' for more details." >&2;} 14080See \`config.log' for more details." >&2;}
13495 { (exit 1); exit 1; }; } ;; 14081 { (exit 1); exit 1; }; } ;;
13496esac 14082esac
13497else 14083else
13498 if test "$cross_compiling" = yes; then 14084 if test "$cross_compiling" = yes; then
13499 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 14085 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13500See \`config.log' for more details." >&5 14086echo "$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; }; } 14087 { (exit 1); exit 1; }; }
13504else 14088else
13505 cat >conftest.$ac_ext <<_ACEOF 14089 cat >conftest.$ac_ext <<_ACEOF
13506/* confdefs.h. */ 14090/* confdefs.h. */
13507_ACEOF 14091_ACEOF
13608 grep -v '^ *+' conftest.er1 >conftest.err 14192 grep -v '^ *+' conftest.er1 >conftest.err
13609 rm -f conftest.er1 14193 rm -f conftest.er1
13610 cat conftest.err >&5 14194 cat conftest.err >&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } && 14196 (exit $ac_status); } &&
13613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14197 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5 14199 (eval $ac_try) 2>&5
13616 ac_status=$? 14200 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; } && 14202 (exit $ac_status); }; } &&
13690 grep -v '^ *+' conftest.er1 >conftest.err 14274 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1 14275 rm -f conftest.er1
13692 cat conftest.err >&5 14276 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && 14278 (exit $ac_status); } &&
13695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14279 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13697 (eval $ac_try) 2>&5 14281 (eval $ac_try) 2>&5
13698 ac_status=$? 14282 ac_status=$?
13699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700 (exit $ac_status); }; } && 14284 (exit $ac_status); }; } &&
13772 grep -v '^ *+' conftest.er1 >conftest.err 14356 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14357 rm -f conftest.er1
13774 cat conftest.err >&5 14358 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && 14360 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14361 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5 14363 (eval $ac_try) 2>&5
13780 ac_status=$? 14364 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } && 14366 (exit $ac_status); }; } &&
13854 grep -v '^ *+' conftest.er1 >conftest.err 14438 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1 14439 rm -f conftest.er1
13856 cat conftest.err >&5 14440 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && 14442 (exit $ac_status); } &&
13859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14443 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13861 (eval $ac_try) 2>&5 14445 (eval $ac_try) 2>&5
13862 ac_status=$? 14446 ac_status=$?
13863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13864 (exit $ac_status); }; } && 14448 (exit $ac_status); }; } &&
13966 grep -v '^ *+' conftest.er1 >conftest.err 14550 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1 14551 rm -f conftest.er1
13968 cat conftest.err >&5 14552 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && 14554 (exit $ac_status); } &&
13971 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14555 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5 14557 (eval $ac_try) 2>&5
13974 ac_status=$? 14558 ac_status=$?
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; } && 14560 (exit $ac_status); }; } &&
14106 grep -v '^ *+' conftest.er1 >conftest.err 14690 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1 14691 rm -f conftest.er1
14108 cat conftest.err >&5 14692 cat conftest.err >&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } && 14694 (exit $ac_status); } &&
14111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14695 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14113 (eval $ac_try) 2>&5 14697 (eval $ac_try) 2>&5
14114 ac_status=$? 14698 ac_status=$?
14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14116 (exit $ac_status); }; } && 14700 (exit $ac_status); }; } &&
14170 grep -v '^ *+' conftest.er1 >conftest.err 14754 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1 14755 rm -f conftest.er1
14172 cat conftest.err >&5 14756 cat conftest.err >&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && 14758 (exit $ac_status); } &&
14175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14759 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5 14761 (eval $ac_try) 2>&5
14178 ac_status=$? 14762 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; } && 14764 (exit $ac_status); }; } &&
14213 rm -f conftest.er1 14797 rm -f conftest.er1
14214 cat conftest.err >&5 14798 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null; then 14800 (exit $ac_status); } >/dev/null; then
14217 if test -s conftest.err; then 14801 if test -s conftest.err; then
14218 ac_cpp_err=$ac_c_preproc_warn_flag 14802 ac_cpp_err=$ac_cxx_preproc_warn_flag
14219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 14803 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14220 else 14804 else
14221 ac_cpp_err= 14805 ac_cpp_err=
14222 fi 14806 fi
14223else 14807else
14224 ac_cpp_err=yes 14808 ac_cpp_err=yes
14234rm -f conftest.err conftest.$ac_ext 14818rm -f conftest.err conftest.$ac_ext
14235echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14819echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14236echo "${ECHO_T}$ac_header_preproc" >&6 14820echo "${ECHO_T}$ac_header_preproc" >&6
14237 14821
14238# So? What about this header? 14822# So? What about this header?
14239case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14823case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14240 yes:no: ) 14824 yes:no: )
14241 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 14825 { 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;} 14826echo "$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 14827 { 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;} 14828echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14308 grep -v '^ *+' conftest.er1 >conftest.err 14892 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1 14893 rm -f conftest.er1
14310 cat conftest.err >&5 14894 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && 14896 (exit $ac_status); } &&
14313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14897 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5 14899 (eval $ac_try) 2>&5
14316 ac_status=$? 14900 ac_status=$?
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } && 14902 (exit $ac_status); }; } &&
14370 grep -v '^ *+' conftest.er1 >conftest.err 14954 grep -v '^ *+' conftest.er1 >conftest.err
14371 rm -f conftest.er1 14955 rm -f conftest.er1
14372 cat conftest.err >&5 14956 cat conftest.err >&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } && 14958 (exit $ac_status); } &&
14375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14959 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5 14961 (eval $ac_try) 2>&5
14378 ac_status=$? 14962 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } && 14964 (exit $ac_status); }; } &&
14431 grep -v '^ *+' conftest.er1 >conftest.err 15015 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1 15016 rm -f conftest.er1
14433 cat conftest.err >&5 15017 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && 15019 (exit $ac_status); } &&
14436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15020 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5 15022 (eval $ac_try) 2>&5
14439 ac_status=$? 15023 ac_status=$?
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; } && 15025 (exit $ac_status); }; } &&
14496 grep -v '^ *+' conftest.er1 >conftest.err 15080 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1 15081 rm -f conftest.er1
14498 cat conftest.err >&5 15082 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 15084 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15085 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 15087 (eval $ac_try) 2>&5
14504 ac_status=$? 15088 ac_status=$?
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; } && 15090 (exit $ac_status); }; } &&
14539 rm -f conftest.er1 15123 rm -f conftest.er1
14540 cat conftest.err >&5 15124 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } >/dev/null; then 15126 (exit $ac_status); } >/dev/null; then
14543 if test -s conftest.err; then 15127 if test -s conftest.err; then
14544 ac_cpp_err=$ac_c_preproc_warn_flag 15128 ac_cpp_err=$ac_cxx_preproc_warn_flag
14545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 15129 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14546 else 15130 else
14547 ac_cpp_err= 15131 ac_cpp_err=
14548 fi 15132 fi
14549else 15133else
14550 ac_cpp_err=yes 15134 ac_cpp_err=yes
14560rm -f conftest.err conftest.$ac_ext 15144rm -f conftest.err conftest.$ac_ext
14561echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15145echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14562echo "${ECHO_T}$ac_header_preproc" >&6 15146echo "${ECHO_T}$ac_header_preproc" >&6
14563 15147
14564# So? What about this header? 15148# So? What about this header?
14565case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15149case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14566 yes:no: ) 15150 yes:no: )
14567 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 15151 { 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;} 15152echo "$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 15153 { 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;} 15154echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14633 grep -v '^ *+' conftest.er1 >conftest.err 15217 grep -v '^ *+' conftest.er1 >conftest.err
14634 rm -f conftest.er1 15218 rm -f conftest.er1
14635 cat conftest.err >&5 15219 cat conftest.err >&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } && 15221 (exit $ac_status); } &&
14638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15222 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5 15224 (eval $ac_try) 2>&5
14641 ac_status=$? 15225 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; } && 15227 (exit $ac_status); }; } &&
14695 grep -v '^ *+' conftest.er1 >conftest.err 15279 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 15280 rm -f conftest.er1
14697 cat conftest.err >&5 15281 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && 15283 (exit $ac_status); } &&
14700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15284 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5 15286 (eval $ac_try) 2>&5
14703 ac_status=$? 15287 ac_status=$?
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; } && 15289 (exit $ac_status); }; } &&
14764 grep -v '^ *+' conftest.er1 >conftest.err 15348 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1 15349 rm -f conftest.er1
14766 cat conftest.err >&5 15350 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && 15352 (exit $ac_status); } &&
14769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15353 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5 15355 (eval $ac_try) 2>&5
14772 ac_status=$? 15356 ac_status=$?
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } && 15358 (exit $ac_status); }; } &&
14829 grep -v '^ *+' conftest.er1 >conftest.err 15413 grep -v '^ *+' conftest.er1 >conftest.err
14830 rm -f conftest.er1 15414 rm -f conftest.er1
14831 cat conftest.err >&5 15415 cat conftest.err >&5
14832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14833 (exit $ac_status); } && 15417 (exit $ac_status); } &&
14834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15418 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14836 (eval $ac_try) 2>&5 15420 (eval $ac_try) 2>&5
14837 ac_status=$? 15421 ac_status=$?
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); }; } && 15423 (exit $ac_status); }; } &&
15458 grep -v '^ *+' conftest.er1 >conftest.err 16042 grep -v '^ *+' conftest.er1 >conftest.err
15459 rm -f conftest.er1 16043 rm -f conftest.er1
15460 cat conftest.err >&5 16044 cat conftest.err >&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && 16046 (exit $ac_status); } &&
15463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16047 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5 16049 (eval $ac_try) 2>&5
15466 ac_status=$? 16050 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 16052 (exit $ac_status); }; } &&
15503/* confdefs.h. */ 16087/* confdefs.h. */
15504_ACEOF 16088_ACEOF
15505cat confdefs.h >>conftest.$ac_ext 16089cat confdefs.h >>conftest.$ac_ext
15506cat >>conftest.$ac_ext <<_ACEOF 16090cat >>conftest.$ac_ext <<_ACEOF
15507/* end confdefs.h. */ 16091/* end confdefs.h. */
15508#include <locale.h> 16092#include <clocale>
15509int 16093int
15510main () 16094main ()
15511{ 16095{
15512setlocale(LC_CTYPE, ""); 16096setlocale(LC_CTYPE, "");
15513 ; 16097 ;
15521 grep -v '^ *+' conftest.er1 >conftest.err 16105 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1 16106 rm -f conftest.er1
15523 cat conftest.err >&5 16107 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } && 16109 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16110 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15528 (eval $ac_try) 2>&5 16112 (eval $ac_try) 2>&5
15529 ac_status=$? 16113 ac_status=$?
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); }; } && 16115 (exit $ac_status); }; } &&
15582 grep -v '^ *+' conftest.er1 >conftest.err 16166 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1 16167 rm -f conftest.er1
15584 cat conftest.err >&5 16168 cat conftest.err >&5
15585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } && 16170 (exit $ac_status); } &&
15587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16171 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15589 (eval $ac_try) 2>&5 16173 (eval $ac_try) 2>&5
15590 ac_status=$? 16174 ac_status=$?
15591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); }; } && 16176 (exit $ac_status); }; } &&
15610echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6 16194echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
15611if test x$rxvt_cv_func_nl_langinfo = xyes; then 16195if test x$rxvt_cv_func_nl_langinfo = xyes; then
15612 16196
15613cat >>confdefs.h <<\_ACEOF 16197cat >>confdefs.h <<\_ACEOF
15614#define HAVE_NL_LANGINFO 1 16198#define HAVE_NL_LANGINFO 1
16199_ACEOF
16200
16201fi
16202
16203echo "$as_me:$LINENO: checking for broken XIM callback" >&5
16204echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
16205if test "${rxvt_broken_ximcb+set}" = set; then
16206 echo $ECHO_N "(cached) $ECHO_C" >&6
16207else
16208 cat >conftest.$ac_ext <<_ACEOF
16209
16210#include <X11/Xlib.h>
16211
16212void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
16213
16214void f() {
16215 XIMCallback cb;
16216 cb.callback = im_destroy_cb;
16217}
16218
16219_ACEOF
16220rm -f conftest.$ac_objext
16221if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16222 (eval $ac_compile) 2>conftest.er1
16223 ac_status=$?
16224 grep -v '^ *+' conftest.er1 >conftest.err
16225 rm -f conftest.er1
16226 cat conftest.err >&5
16227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16228 (exit $ac_status); } &&
16229 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16231 (eval $ac_try) 2>&5
16232 ac_status=$?
16233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16234 (exit $ac_status); }; } &&
16235 { ac_try='test -s conftest.$ac_objext'
16236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16237 (eval $ac_try) 2>&5
16238 ac_status=$?
16239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16240 (exit $ac_status); }; }; then
16241 rxvt_broken_ximcb=yes
16242else
16243 echo "$as_me: failed program was:" >&5
16244sed 's/^/| /' conftest.$ac_ext >&5
16245
16246rxvt_broken_ximcb=no
16247fi
16248rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16249fi
16250echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
16251echo "${ECHO_T}$rxvt_broken_ximcb" >&6
16252
16253if test x$rxvt_broken_ximcb = xyes; then
16254
16255cat >>confdefs.h <<\_ACEOF
16256#define XIMCB_PROTO_BROKEN 1
15615_ACEOF 16257_ACEOF
15616 16258
15617fi 16259fi
15618 16260
15619echo "$as_me:$LINENO: checking for getpt" >&5 16261echo "$as_me:$LINENO: checking for getpt" >&5
15627cat confdefs.h >>conftest.$ac_ext 16269cat confdefs.h >>conftest.$ac_ext
15628cat >>conftest.$ac_ext <<_ACEOF 16270cat >>conftest.$ac_ext <<_ACEOF
15629/* end confdefs.h. */ 16271/* end confdefs.h. */
15630#define _GNU_SOURCE 16272#define _GNU_SOURCE
15631#ifdef HAVE_STDLIB_H 16273#ifdef HAVE_STDLIB_H
15632# include <stdlib.h> 16274# include <cstdlib>
15633#endif 16275#endif
15634int 16276int
15635main () 16277main ()
15636{ 16278{
15637(void)getpt(); 16279(void)getpt();
15646 grep -v '^ *+' conftest.er1 >conftest.err 16288 grep -v '^ *+' conftest.er1 >conftest.err
15647 rm -f conftest.er1 16289 rm -f conftest.er1
15648 cat conftest.err >&5 16290 cat conftest.err >&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && 16292 (exit $ac_status); } &&
15651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16293 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5 16295 (eval $ac_try) 2>&5
15654 ac_status=$? 16296 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; } && 16298 (exit $ac_status); }; } &&
15802#define PTYCHAR2 "$pch2" 16444#define PTYCHAR2 "$pch2"
15803_ACEOF 16445_ACEOF
15804 16446
15805fi 16447fi
15806 16448
15807echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 16449if test x$support_8bitctrls = xyes; then
15808echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6 16450
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 16451cat >>confdefs.h <<\_ACEOF
15819/* end confdefs.h. */ 16452#define EIGHT_BIT_CONTROLS 1
15820
15821/* Override any gcc2 internal prototype to avoid an error. */
15822#ifdef __cplusplus
15823extern "C"
15824#endif
15825/* We use char because int might match the return type of a gcc2
15826 builtin and then its argument prototype would still apply. */
15827char setlocale ();
15828int
15829main ()
15830{
15831setlocale ();
15832 ;
15833 return 0;
15834}
15835_ACEOF 16453_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 16454
15862ac_cv_lib_xpg4_setlocale=no
15863fi 16455fi
15864rm -f conftest.err conftest.$ac_objext \ 16456if test x$support_fading = xyes; then
15865 conftest$ac_exeext conftest.$ac_ext
15866LIBS=$ac_check_lib_save_LIBS
15867fi
15868echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
15869echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
15870if test $ac_cv_lib_xpg4_setlocale = yes; then
15871 LIBS="$LIBS -lxpg4"
15872fi
15873 16457
16458cat >>confdefs.h <<\_ACEOF
16459#define OFF_FOCUS_FADING 1
16460_ACEOF
15874 16461
16462fi
16463if test x$support_tinting = xyes; then
16464
16465cat >>confdefs.h <<\_ACEOF
16466#define TINTING 1
16467_ACEOF
16468
16469fi
15875if test x$support_inheritpixmap = xyes; then 16470if test x$support_inheritpixmap = xyes; then
15876 16471
15877cat >>confdefs.h <<\_ACEOF 16472cat >>confdefs.h <<\_ACEOF
15878#define TRANSPARENT 1 16473#define TRANSPARENT 1
15879_ACEOF 16474_ACEOF
15933cat >>confdefs.h <<\_ACEOF 16528cat >>confdefs.h <<\_ACEOF
15934#define MOUSE_SLIP_WHEELING 1 16529#define MOUSE_SLIP_WHEELING 1
15935_ACEOF 16530_ACEOF
15936 16531
15937fi 16532fi
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 16533if test x$support_utmp = xyes; then
15946 16534
15947cat >>confdefs.h <<\_ACEOF 16535cat >>confdefs.h <<\_ACEOF
15948#define UTMP_SUPPORT 1 16536#define UTMP_SUPPORT 1
15949_ACEOF 16537_ACEOF
16037cat >>confdefs.h <<\_ACEOF 16625cat >>confdefs.h <<\_ACEOF
16038#define UNICODE_3 1 16626#define UNICODE_3 1
16039_ACEOF 16627_ACEOF
16040 16628
16041fi 16629fi
16630if test x$support_combining = xyes; then
16631
16632cat >>confdefs.h <<\_ACEOF
16633#define ENABLE_COMBINING 1
16634_ACEOF
16635
16636fi
16042if test x$codesets = xall; then 16637if test x$codesets = xall; then
16043 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16638 codesets=jp,jp-ext,kr,cn,cn-ext
16044fi 16639fi
16045for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16640for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16046 16641
16047cat >>confdefs.h <<\_ACEOF 16642cat >>confdefs.h <<\_ACEOF
16048#define ENCODING_EU 1 16643#define ENCODING_EU 1
16049_ACEOF 16644_ACEOF
16050 16645
16051 case "$codeset" in 16646
16052 VN )
16053cat >>confdefs.h <<\_ACEOF 16647cat >>confdefs.h <<\_ACEOF
16054#define ENCODING_VN 1 16648#define ENCODING_VN 1
16055_ACEOF 16649_ACEOF
16056 ;; 16650
16651 case "$codeset" in
16057 JP ) 16652 JP )
16058cat >>confdefs.h <<\_ACEOF 16653cat >>confdefs.h <<\_ACEOF
16059#define ENCODING_JP 1 16654#define ENCODING_JP 1
16060_ACEOF 16655_ACEOF
16061 ;; 16656 ;;
16129_ACEOF 16724_ACEOF
16130program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 16725program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16131rm conftest.sed 16726rm conftest.sed
16132 16727
16133 16728
16134RXVTNAME=`echo rxvt|sed "$program_transform_name"`
16135
16136
16137 16729
16138 16730
16139 16731
16140if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16732if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16141 include_stdint_h="#include <stdint.h>" 16733 include_stdint_h="#include <stdint.h>"
16142else 16734else
16143 include_stdint_h="/* #include <stdint.h> */" 16735 include_stdint_h="/* #include <stdint.h> */"
16144fi 16736fi
16145if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16737if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16146 include_stdarg_h="#include <stdarg.h>" 16738 include_stdarg_h="#include <cstdarg>"
16147else 16739else
16148 include_stdarg_h="/* #include <stdarg.h> */" 16740 include_stdarg_h="/* #include <cstdarg> */"
16149fi 16741fi
16150if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16742if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16151 include_stdlib_h="#include <stdlib.h>" 16743 include_stdlib_h="#include <cstdlib>"
16152else 16744else
16153 include_stdlib_h="/* #include <stdlib.h> */" 16745 include_stdlib_h="/* #include <cstdlib> */"
16154fi 16746fi
16155if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16747if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16156 include_unistd_h="#include <unistd.h>" 16748 include_unistd_h="#include <unistd.h>"
16157else 16749else
16158 include_unistd_h="/* #include <unistd.h> */" 16750 include_unistd_h="/* #include <unistd.h> */"
16159fi 16751fi
16160if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16752if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16161 include_string_h="#include <string.h>" 16753 include_string_h="#include <cstring>"
16162else 16754else
16163 include_string_h="/* #include <string.h> */" 16755 include_string_h="/* #include <cstring> */"
16164fi 16756fi
16165if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16757if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16166 include_fcntl_h="#include <fcntl.h>" 16758 include_fcntl_h="#include <fcntl.h>"
16167else 16759else
16168 include_fcntl_h="/* #include <fcntl.h> */" 16760 include_fcntl_h="/* #include <fcntl.h> */"
16240 grep -v '^ *+' conftest.er1 >conftest.err 16832 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1 16833 rm -f conftest.er1
16242 cat conftest.err >&5 16834 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && 16836 (exit $ac_status); } &&
16245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16837 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5 16839 (eval $ac_try) 2>&5
16248 ac_status=$? 16840 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; } && 16842 (exit $ac_status); }; } &&
16283 rm -f conftest.er1 16875 rm -f conftest.er1
16284 cat conftest.err >&5 16876 cat conftest.err >&5
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); } >/dev/null; then 16878 (exit $ac_status); } >/dev/null; then
16287 if test -s conftest.err; then 16879 if test -s conftest.err; then
16288 ac_cpp_err=$ac_c_preproc_warn_flag 16880 ac_cpp_err=$ac_cxx_preproc_warn_flag
16289 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 16881 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16290 else 16882 else
16291 ac_cpp_err= 16883 ac_cpp_err=
16292 fi 16884 fi
16293else 16885else
16294 ac_cpp_err=yes 16886 ac_cpp_err=yes
16304rm -f conftest.err conftest.$ac_ext 16896rm -f conftest.err conftest.$ac_ext
16305echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16897echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16306echo "${ECHO_T}$ac_header_preproc" >&6 16898echo "${ECHO_T}$ac_header_preproc" >&6
16307 16899
16308# So? What about this header? 16900# So? What about this header?
16309case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16901case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16310 yes:no: ) 16902 yes:no: )
16311 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16903 { 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;} 16904echo "$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 16905 { 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;} 16906echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16396 grep -v '^ *+' conftest.er1 >conftest.err 16988 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1 16989 rm -f conftest.er1
16398 cat conftest.err >&5 16990 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && 16992 (exit $ac_status); } &&
16401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16993 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5 16995 (eval $ac_try) 2>&5
16404 ac_status=$? 16996 ac_status=$?
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; } && 16998 (exit $ac_status); }; } &&
17079s,@CPP@,$CPP,;t t 17671s,@CPP@,$CPP,;t t
17080s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 17672s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17081s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 17673s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17082s,@INSTALL_DATA@,$INSTALL_DATA,;t t 17674s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17083s,@AWK@,$AWK,;t t 17675s,@AWK@,$AWK,;t t
17676s,@LINKER@,$LINKER,;t t
17677s,@CXXCPP@,$CXXCPP,;t t
17084s,@EGREP@,$EGREP,;t t 17678s,@EGREP@,$EGREP,;t t
17085s,@build@,$build,;t t 17679s,@build@,$build,;t t
17086s,@build_cpu@,$build_cpu,;t t 17680s,@build_cpu@,$build_cpu,;t t
17087s,@build_vendor@,$build_vendor,;t t 17681s,@build_vendor@,$build_vendor,;t t
17088s,@build_os@,$build_os,;t t 17682s,@build_os@,$build_os,;t t
17096s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 17690s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17097s,@STRIP@,$STRIP,;t t 17691s,@STRIP@,$STRIP,;t t
17098s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 17692s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17099s,@LIBTOOL@,$LIBTOOL,;t t 17693s,@LIBTOOL@,$LIBTOOL,;t t
17100s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 17694s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17695s,@RXVTNAME@,$RXVTNAME,;t t
17101s,@MV@,$MV,;t t 17696s,@MV@,$MV,;t t
17102s,@RM@,$RM,;t t 17697s,@RM@,$RM,;t t
17103s,@CP@,$CP,;t t 17698s,@CP@,$CP,;t t
17104s,@LN@,$LN,;t t 17699s,@LN@,$LN,;t t
17105s,@SED@,$SED,;t t 17700s,@SED@,$SED,;t t
17119s,@rxvt_intp_define@,$rxvt_intp_define,;t t 17714s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17120s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 17715s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17121s,@DEBUG@,$DEBUG,;t t 17716s,@DEBUG@,$DEBUG,;t t
17122s,@DINCLUDE@,$DINCLUDE,;t t 17717s,@DINCLUDE@,$DINCLUDE,;t t
17123s,@DLIB@,$DLIB,;t t 17718s,@DLIB@,$DLIB,;t t
17124s,@RXVTNAME@,$RXVTNAME,;t t
17125s,@include_stdint_h@,$include_stdint_h,;t t 17719s,@include_stdint_h@,$include_stdint_h,;t t
17126s,@include_stdarg_h@,$include_stdarg_h,;t t 17720s,@include_stdarg_h@,$include_stdarg_h,;t t
17127s,@include_stdlib_h@,$include_stdlib_h,;t t 17721s,@include_stdlib_h@,$include_stdlib_h,;t t
17128s,@include_unistd_h@,$include_unistd_h,;t t 17722s,@include_unistd_h@,$include_unistd_h,;t t
17129s,@include_string_h@,$include_string_h,;t t 17723s,@include_string_h@,$include_string_h,;t t
17635echo "Configuration: 18229echo "Configuration:
17636 18230
17637 Rxvt version: $VERSION : $DATE 18231 Rxvt version: $VERSION : $DATE
17638 Source code location: $srcdir 18232 Source code location: $srcdir
17639 Install path: ${prefix}/bin 18233 Install path: ${prefix}/bin
17640 Compiler: $CC 18234 Compiler: $CXX
17641 Compiler flags: $CFLAGS" 18235 Compiler flags: $CFLAGS
18236 Linker: $LINKER"
17642 18237
17643if test "$MALLOC_TYPE" = S; then 18238if test "$MALLOC_TYPE" = S; then
17644 echo " malloc support: system default" 18239 echo " malloc support: system default"
17645fi 18240fi
17646if test "$MALLOC_TYPE" = G; then 18241if test "$MALLOC_TYPE" = G; then
17657echo " 18252echo "
17658The following are set in config.h 18253The following are set in config.h
17659" 18254"
17660echo " pty/tty type: "$rxvt_cv_ptys 18255echo " pty/tty type: "$rxvt_cv_ptys
17661if test x$support_utmp != xyes; then 18256if test x$support_utmp != xyes; then
17662 echo " utmp support: disabled 18257 echo " utmp support: disabled"
17663" 18258 echo
17664else 18259else
17665 echo " utmp support: enabled 18260 echo " utmp support: enabled
17666 utmp file: $rxvt_cv_path_utmp 18261 utmp file: $rxvt_cv_path_utmp
17667 utmpx file: $rxvt_cv_path_utmpx 18262 utmpx file: $rxvt_cv_path_utmpx
17668 wtmp file: $rxvt_cv_path_wtmp 18263 wtmp file: $rxvt_cv_path_wtmp
17669 wtmpx file: $rxvt_cv_path_wtmpx 18264 wtmpx file: $rxvt_cv_path_wtmpx
17670 lastlog file: $rxvt_cv_path_lastlog 18265 lastlog file: $rxvt_cv_path_lastlog
17671 ttys/ttytab file: $rxvt_cv_path_ttytab 18266 ttys/ttytab file: $rxvt_cv_path_ttytab"
17672" 18267 echo
17673fi 18268fi
17674if test x$term != x; then 18269if test x$term != x; then
17675 echo " set TERM to: $term 18270 echo " set TERM to: $term"
17676"
17677fi 18271fi
17678if test x$terminfo != x; then 18272if test x$terminfo != x; then
17679 echo " set TERMINFO to: $terminfo 18273 echo " set TERMINFO to: $terminfo"
17680"
17681fi 18274fi
18275echo " default resource name: $RESNAME"
18276echo " resource class: $RESCLASS"
18277if test x$RESFALLBACK != x; then
18278 echo " resource class fallback: $RESFALLBACK"
18279fi
18280echo
17682if test x$rxvt_cv_ptys = xUNKNOWN; then 18281if test x$rxvt_cv_ptys = xUNKNOWN; then
17683 echo ".----------------------------------------------------------------." 18282 echo ".----------------------------------------------------------------."
17684 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18283 echo ". WARNING: could not determine pty/tty type. Do not build until ."
17685 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18284 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
17686 echo ".----------------------------------------------------------------." 18285 echo ".----------------------------------------------------------------."
17700 echo ". WARNING: --enable-xim was specified however the locale support ." 18299 echo ". WARNING: --enable-xim was specified however the locale support ."
17701 echo ". functions could not be found. ." 18300 echo ". functions could not be found. ."
17702 echo ". XIM is now being DISABLED! ." 18301 echo ". XIM is now being DISABLED! ."
17703 echo ".----------------------------------------------------------------." 18302 echo ".----------------------------------------------------------------."
17704fi 18303fi
18304
17705echo " *** Please check src/feature.h for further options *** 18305echo " *** Please check src/feature.h for further options ***"
17706" 18306echo
18307
18308echo ".----------------------------------------------------------------."
18309echo ". NOTE: most features are disabled by default, try ."
18310echo ". configure --help to get an idea of the optional features ."
18311echo ".----------------------------------------------------------------."
18312echo
18313

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines