aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2006-01-12 22:43:27 +0000
committerAndreas Schwab2006-01-12 22:43:27 +0000
commite143ad118d6e3571ccb5fcf5a1c5d35989d7811e (patch)
treee56ece7d8f95fe2234e3fe39fc40a0a5e124eef2
parentf405f8ecb52d4d266bec0f6d56eaaefab90bdd19 (diff)
downloademacs-e143ad118d6e3571ccb5fcf5a1c5d35989d7811e.tar.gz
emacs-e143ad118d6e3571ccb5fcf5a1c5d35989d7811e.zip
Regenerate.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure921
2 files changed, 671 insertions, 256 deletions
diff --git a/ChangeLog b/ChangeLog
index fdd821d8268..4fd3c64c316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12006-01-12 Andreas Schwab <schwab@suse.de>
2
3 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4 check.
5 * configure: Regenerate.
6
12006-01-02 Chong Yidong <cyd@stupidchicken.com> 72006-01-02 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * configure.in: Use -Wno-pointer-sign if available. 9 * configure.in: Use -Wno-pointer-sign if available.
diff --git a/configure b/configure
index a4dd346af8e..9f11d615a04 100755
--- a/configure
+++ b/configure
@@ -310,7 +310,7 @@ ac_includes_default="\
310# include <unistd.h> 310# include <unistd.h>
311#endif" 311#endif"
312 312
313ac_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 MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO GZIP_PROG EGREP LIBSOUND SET_MAKE PKG_CONFIG GTK_CFLAGS GTK_LIBS ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS GETOPT_H GETOPTOBJS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile carbon_appdir LTLIBOBJS' 313ac_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 MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP LN_S INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO GZIP_PROG LIBSOUND SET_MAKE PKG_CONFIG GTK_CFLAGS GTK_LIBS ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS GETOPT_H GETOPTOBJS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile carbon_appdir LTLIBOBJS'
314ac_subst_files='' 314ac_subst_files=''
315 315
316# Initialize some variables set by options. 316# Initialize some variables set by options.
@@ -988,7 +988,7 @@ esac
988 else 988 else
989 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 989 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
990 fi 990 fi
991 cd "$ac_popdir" 991 cd $ac_popdir
992 done 992 done
993fi 993fi
994 994
@@ -3279,7 +3279,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3279 cat conftest.err >&5 3279 cat conftest.err >&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); } && 3281 (exit $ac_status); } &&
3282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3282 { ac_try='test -z "$ac_c_werror_flag"
3283 || test ! -s conftest.err'
3283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284 (eval $ac_try) 2>&5 3285 (eval $ac_try) 2>&5
3285 ac_status=$? 3286 ac_status=$?
@@ -3337,7 +3338,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3337 cat conftest.err >&5 3338 cat conftest.err >&5
3338 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3339 (exit $ac_status); } && 3340 (exit $ac_status); } &&
3340 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3341 { ac_try='test -z "$ac_c_werror_flag"
3342 || test ! -s conftest.err'
3341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3342 (eval $ac_try) 2>&5 3344 (eval $ac_try) 2>&5
3343 ac_status=$? 3345 ac_status=$?
@@ -3453,7 +3455,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3453 cat conftest.err >&5 3455 cat conftest.err >&5
3454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3455 (exit $ac_status); } && 3457 (exit $ac_status); } &&
3456 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3458 { ac_try='test -z "$ac_c_werror_flag"
3459 || test ! -s conftest.err'
3457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3458 (eval $ac_try) 2>&5 3461 (eval $ac_try) 2>&5
3459 ac_status=$? 3462 ac_status=$?
@@ -3507,7 +3510,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3507 cat conftest.err >&5 3510 cat conftest.err >&5
3508 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3509 (exit $ac_status); } && 3512 (exit $ac_status); } &&
3510 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3513 { ac_try='test -z "$ac_c_werror_flag"
3514 || test ! -s conftest.err'
3511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3512 (eval $ac_try) 2>&5 3516 (eval $ac_try) 2>&5
3513 ac_status=$? 3517 ac_status=$?
@@ -3552,7 +3556,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3552 cat conftest.err >&5 3556 cat conftest.err >&5
3553 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3554 (exit $ac_status); } && 3558 (exit $ac_status); } &&
3555 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3559 { ac_try='test -z "$ac_c_werror_flag"
3560 || test ! -s conftest.err'
3556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3557 (eval $ac_try) 2>&5 3562 (eval $ac_try) 2>&5
3558 ac_status=$? 3563 ac_status=$?
@@ -3596,7 +3601,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3596 cat conftest.err >&5 3601 cat conftest.err >&5
3597 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3598 (exit $ac_status); } && 3603 (exit $ac_status); } &&
3599 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3604 { ac_try='test -z "$ac_c_werror_flag"
3605 || test ! -s conftest.err'
3600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3601 (eval $ac_try) 2>&5 3607 (eval $ac_try) 2>&5
3602 ac_status=$? 3608 ac_status=$?
@@ -3668,12 +3674,298 @@ then
3668 CC="$CC $NON_GCC_TEST_OPTIONS" 3674 CC="$CC $NON_GCC_TEST_OPTIONS"
3669fi 3675fi
3670 3676
3677
3678ac_ext=c
3679ac_cpp='$CPP $CPPFLAGS'
3680ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3681ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3682ac_compiler_gnu=$ac_cv_c_compiler_gnu
3683echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3684echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3685# On Suns, sometimes $CPP names a directory.
3686if test -n "$CPP" && test -d "$CPP"; then
3687 CPP=
3688fi
3689if test -z "$CPP"; then
3690 if test "${ac_cv_prog_CPP+set}" = set; then
3691 echo $ECHO_N "(cached) $ECHO_C" >&6
3692else
3693 # Double quotes because CPP needs to be expanded
3694 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3695 do
3696 ac_preproc_ok=false
3697for ac_c_preproc_warn_flag in '' yes
3698do
3699 # Use a header file that comes with gcc, so configuring glibc
3700 # with a fresh cross-compiler works.
3701 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3702 # <limits.h> exists even on freestanding compilers.
3703 # On the NeXT, cc -E runs the code through the compiler's parser,
3704 # not just through cpp. "Syntax error" is here to catch this case.
3705 cat >conftest.$ac_ext <<_ACEOF
3706/* confdefs.h. */
3707_ACEOF
3708cat confdefs.h >>conftest.$ac_ext
3709cat >>conftest.$ac_ext <<_ACEOF
3710/* end confdefs.h. */
3711#ifdef __STDC__
3712# include <limits.h>
3713#else
3714# include <assert.h>
3715#endif
3716 Syntax error
3717_ACEOF
3718if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3719 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3720 ac_status=$?
3721 grep -v '^ *+' conftest.er1 >conftest.err
3722 rm -f conftest.er1
3723 cat conftest.err >&5
3724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3725 (exit $ac_status); } >/dev/null; then
3726 if test -s conftest.err; then
3727 ac_cpp_err=$ac_c_preproc_warn_flag
3728 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3729 else
3730 ac_cpp_err=
3731 fi
3732else
3733 ac_cpp_err=yes
3734fi
3735if test -z "$ac_cpp_err"; then
3736 :
3737else
3738 echo "$as_me: failed program was:" >&5
3739sed 's/^/| /' conftest.$ac_ext >&5
3740
3741 # Broken: fails on valid input.
3742continue
3743fi
3744rm -f conftest.err conftest.$ac_ext
3745
3746 # OK, works on sane cases. Now check whether non-existent headers
3747 # can be detected and how.
3748 cat >conftest.$ac_ext <<_ACEOF
3749/* confdefs.h. */
3750_ACEOF
3751cat confdefs.h >>conftest.$ac_ext
3752cat >>conftest.$ac_ext <<_ACEOF
3753/* end confdefs.h. */
3754#include <ac_nonexistent.h>
3755_ACEOF
3756if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3757 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3758 ac_status=$?
3759 grep -v '^ *+' conftest.er1 >conftest.err
3760 rm -f conftest.er1
3761 cat conftest.err >&5
3762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3763 (exit $ac_status); } >/dev/null; then
3764 if test -s conftest.err; then
3765 ac_cpp_err=$ac_c_preproc_warn_flag
3766 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3767 else
3768 ac_cpp_err=
3769 fi
3770else
3771 ac_cpp_err=yes
3772fi
3773if test -z "$ac_cpp_err"; then
3774 # Broken: success on invalid input.
3775continue
3776else
3777 echo "$as_me: failed program was:" >&5
3778sed 's/^/| /' conftest.$ac_ext >&5
3779
3780 # Passes both tests.
3781ac_preproc_ok=:
3782break
3783fi
3784rm -f conftest.err conftest.$ac_ext
3785
3786done
3787# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3788rm -f conftest.err conftest.$ac_ext
3789if $ac_preproc_ok; then
3790 break
3791fi
3792
3793 done
3794 ac_cv_prog_CPP=$CPP
3795
3796fi
3797 CPP=$ac_cv_prog_CPP
3798else
3799 ac_cv_prog_CPP=$CPP
3800fi
3801echo "$as_me:$LINENO: result: $CPP" >&5
3802echo "${ECHO_T}$CPP" >&6
3803ac_preproc_ok=false
3804for ac_c_preproc_warn_flag in '' yes
3805do
3806 # Use a header file that comes with gcc, so configuring glibc
3807 # with a fresh cross-compiler works.
3808 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3809 # <limits.h> exists even on freestanding compilers.
3810 # On the NeXT, cc -E runs the code through the compiler's parser,
3811 # not just through cpp. "Syntax error" is here to catch this case.
3812 cat >conftest.$ac_ext <<_ACEOF
3813/* confdefs.h. */
3814_ACEOF
3815cat confdefs.h >>conftest.$ac_ext
3816cat >>conftest.$ac_ext <<_ACEOF
3817/* end confdefs.h. */
3818#ifdef __STDC__
3819# include <limits.h>
3820#else
3821# include <assert.h>
3822#endif
3823 Syntax error
3824_ACEOF
3825if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3826 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3827 ac_status=$?
3828 grep -v '^ *+' conftest.er1 >conftest.err
3829 rm -f conftest.er1
3830 cat conftest.err >&5
3831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3832 (exit $ac_status); } >/dev/null; then
3833 if test -s conftest.err; then
3834 ac_cpp_err=$ac_c_preproc_warn_flag
3835 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3836 else
3837 ac_cpp_err=
3838 fi
3839else
3840 ac_cpp_err=yes
3841fi
3842if test -z "$ac_cpp_err"; then
3843 :
3844else
3845 echo "$as_me: failed program was:" >&5
3846sed 's/^/| /' conftest.$ac_ext >&5
3847
3848 # Broken: fails on valid input.
3849continue
3850fi
3851rm -f conftest.err conftest.$ac_ext
3852
3853 # OK, works on sane cases. Now check whether non-existent headers
3854 # can be detected and how.
3855 cat >conftest.$ac_ext <<_ACEOF
3856/* confdefs.h. */
3857_ACEOF
3858cat confdefs.h >>conftest.$ac_ext
3859cat >>conftest.$ac_ext <<_ACEOF
3860/* end confdefs.h. */
3861#include <ac_nonexistent.h>
3862_ACEOF
3863if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3864 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3865 ac_status=$?
3866 grep -v '^ *+' conftest.er1 >conftest.err
3867 rm -f conftest.er1
3868 cat conftest.err >&5
3869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3870 (exit $ac_status); } >/dev/null; then
3871 if test -s conftest.err; then
3872 ac_cpp_err=$ac_c_preproc_warn_flag
3873 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3874 else
3875 ac_cpp_err=
3876 fi
3877else
3878 ac_cpp_err=yes
3879fi
3880if test -z "$ac_cpp_err"; then
3881 # Broken: success on invalid input.
3882continue
3883else
3884 echo "$as_me: failed program was:" >&5
3885sed 's/^/| /' conftest.$ac_ext >&5
3886
3887 # Passes both tests.
3888ac_preproc_ok=:
3889break
3890fi
3891rm -f conftest.err conftest.$ac_ext
3892
3893done
3894# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3895rm -f conftest.err conftest.$ac_ext
3896if $ac_preproc_ok; then
3897 :
3898else
3899 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3900See \`config.log' for more details." >&5
3901echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3902See \`config.log' for more details." >&2;}
3903 { (exit 1); exit 1; }; }
3904fi
3905
3906ac_ext=c
3907ac_cpp='$CPP $CPPFLAGS'
3908ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3909ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3910ac_compiler_gnu=$ac_cv_c_compiler_gnu
3911
3912
3913echo "$as_me:$LINENO: checking for egrep" >&5
3914echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3915if test "${ac_cv_prog_egrep+set}" = set; then
3916 echo $ECHO_N "(cached) $ECHO_C" >&6
3917else
3918 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3919 then ac_cv_prog_egrep='grep -E'
3920 else ac_cv_prog_egrep='egrep'
3921 fi
3922fi
3923echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3924echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3925 EGREP=$ac_cv_prog_egrep
3926
3927
3928
3929echo "$as_me:$LINENO: checking for AIX" >&5
3930echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3931cat >conftest.$ac_ext <<_ACEOF
3932/* confdefs.h. */
3933_ACEOF
3934cat confdefs.h >>conftest.$ac_ext
3935cat >>conftest.$ac_ext <<_ACEOF
3936/* end confdefs.h. */
3937#ifdef _AIX
3938 yes
3939#endif
3940
3941_ACEOF
3942if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3943 $EGREP "yes" >/dev/null 2>&1; then
3944 echo "$as_me:$LINENO: result: yes" >&5
3945echo "${ECHO_T}yes" >&6
3946cat >>confdefs.h <<\_ACEOF
3947#define _ALL_SOURCE 1
3948_ACEOF
3949
3950else
3951 echo "$as_me:$LINENO: result: no" >&5
3952echo "${ECHO_T}no" >&6
3953fi
3954rm -f conftest*
3955
3956
3957
3958cat >>confdefs.h <<\_ACEOF
3959#define _GNU_SOURCE 1
3960_ACEOF
3961
3962
3963
3671### Use -Wno-pointer-sign if the compiler supports it 3964### Use -Wno-pointer-sign if the compiler supports it
3672echo "$as_me:$LINENO: checking whether gcc understands -Wno-pointer-sign" >&5 3965echo "$as_me:$LINENO: checking whether gcc understands -Wno-pointer-sign" >&5
3673echo $ECHO_N "checking whether gcc understands -Wno-pointer-sign... $ECHO_C" >&6 3966echo $ECHO_N "checking whether gcc understands -Wno-pointer-sign... $ECHO_C" >&6
3674SAVE_CFLAGS="$CFLAGS" 3967SAVE_CFLAGS="$CFLAGS"
3675CFLAGS="$CFLAGS -Wno-pointer-sign" 3968CFLAGS="$CFLAGS -Wno-pointer-sign"
3676
3677cat >conftest.$ac_ext <<_ACEOF 3969cat >conftest.$ac_ext <<_ACEOF
3678/* confdefs.h. */ 3970/* confdefs.h. */
3679_ACEOF 3971_ACEOF
@@ -3698,7 +3990,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3698 cat conftest.err >&5 3990 cat conftest.err >&5
3699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3700 (exit $ac_status); } && 3992 (exit $ac_status); } &&
3701 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3993 { ac_try='test -z "$ac_c_werror_flag"
3994 || test ! -s conftest.err'
3702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3703 (eval $ac_try) 2>&5 3996 (eval $ac_try) 2>&5
3704 ac_status=$? 3997 ac_status=$?
@@ -4326,7 +4619,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4326 cat conftest.err >&5 4619 cat conftest.err >&5
4327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4328 (exit $ac_status); } && 4621 (exit $ac_status); } &&
4329 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4622 { ac_try='test -z "$ac_c_werror_flag"
4623 || test ! -s conftest.err'
4330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4331 (eval $ac_try) 2>&5 4625 (eval $ac_try) 2>&5
4332 ac_status=$? 4626 ac_status=$?
@@ -4351,53 +4645,6 @@ fi
4351rm -f conftest.err conftest.$ac_objext \ 4645rm -f conftest.err conftest.$ac_objext \
4352 conftest$ac_exeext conftest.$ac_ext 4646 conftest$ac_exeext conftest.$ac_ext
4353 4647
4354
4355echo "$as_me:$LINENO: checking for egrep" >&5
4356echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4357if test "${ac_cv_prog_egrep+set}" = set; then
4358 echo $ECHO_N "(cached) $ECHO_C" >&6
4359else
4360 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
4361 then ac_cv_prog_egrep='grep -E'
4362 else ac_cv_prog_egrep='egrep'
4363 fi
4364fi
4365echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4366echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4367 EGREP=$ac_cv_prog_egrep
4368
4369
4370
4371echo "$as_me:$LINENO: checking for AIX" >&5
4372echo $ECHO_N "checking for AIX... $ECHO_C" >&6
4373cat >conftest.$ac_ext <<_ACEOF
4374/* confdefs.h. */
4375_ACEOF
4376cat confdefs.h >>conftest.$ac_ext
4377cat >>conftest.$ac_ext <<_ACEOF
4378/* end confdefs.h. */
4379#ifdef _AIX
4380 yes
4381#endif
4382
4383_ACEOF
4384if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4385 $EGREP "yes" >/dev/null 2>&1; then
4386 echo "$as_me:$LINENO: result: yes" >&5
4387echo "${ECHO_T}yes" >&6
4388cat >>confdefs.h <<\_ACEOF
4389#define _ALL_SOURCE 1
4390_ACEOF
4391
4392else
4393 echo "$as_me:$LINENO: result: no" >&5
4394echo "${ECHO_T}no" >&6
4395fi
4396rm -f conftest*
4397
4398
4399
4400
4401#### Extract some information from the operating system and machine files. 4648#### Extract some information from the operating system and machine files.
4402 4649
4403{ echo "$as_me:$LINENO: checking the machine- and system-dependent files to find out 4650{ echo "$as_me:$LINENO: checking the machine- and system-dependent files to find out
@@ -4549,13 +4796,6 @@ fi
4549 4796
4550 4797
4551 4798
4552
4553cat >>confdefs.h <<\_ACEOF
4554#define _GNU_SOURCE 1
4555_ACEOF
4556
4557
4558
4559# Check whether --enable-largefile or --disable-largefile was given. 4799# Check whether --enable-largefile or --disable-largefile was given.
4560if test "${enable_largefile+set}" = set; then 4800if test "${enable_largefile+set}" = set; then
4561 enableval="$enable_largefile" 4801 enableval="$enable_largefile"
@@ -4606,7 +4846,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4606 cat conftest.err >&5 4846 cat conftest.err >&5
4607 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4608 (exit $ac_status); } && 4848 (exit $ac_status); } &&
4609 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4849 { ac_try='test -z "$ac_c_werror_flag"
4850 || test ! -s conftest.err'
4610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4611 (eval $ac_try) 2>&5 4852 (eval $ac_try) 2>&5
4612 ac_status=$? 4853 ac_status=$?
@@ -4635,7 +4876,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4635 cat conftest.err >&5 4876 cat conftest.err >&5
4636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4637 (exit $ac_status); } && 4878 (exit $ac_status); } &&
4638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4879 { ac_try='test -z "$ac_c_werror_flag"
4880 || test ! -s conftest.err'
4639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4640 (eval $ac_try) 2>&5 4882 (eval $ac_try) 2>&5
4641 ac_status=$? 4883 ac_status=$?
@@ -4705,7 +4947,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4705 cat conftest.err >&5 4947 cat conftest.err >&5
4706 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4707 (exit $ac_status); } && 4949 (exit $ac_status); } &&
4708 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4950 { ac_try='test -z "$ac_c_werror_flag"
4951 || test ! -s conftest.err'
4709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4710 (eval $ac_try) 2>&5 4953 (eval $ac_try) 2>&5
4711 ac_status=$? 4954 ac_status=$?
@@ -4757,7 +5000,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4757 cat conftest.err >&5 5000 cat conftest.err >&5
4758 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4759 (exit $ac_status); } && 5002 (exit $ac_status); } &&
4760 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5003 { ac_try='test -z "$ac_c_werror_flag"
5004 || test ! -s conftest.err'
4761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4762 (eval $ac_try) 2>&5 5006 (eval $ac_try) 2>&5
4763 ac_status=$? 5007 ac_status=$?
@@ -4828,7 +5072,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4828 cat conftest.err >&5 5072 cat conftest.err >&5
4829 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4830 (exit $ac_status); } && 5074 (exit $ac_status); } &&
4831 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5075 { ac_try='test -z "$ac_c_werror_flag"
5076 || test ! -s conftest.err'
4832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4833 (eval $ac_try) 2>&5 5078 (eval $ac_try) 2>&5
4834 ac_status=$? 5079 ac_status=$?
@@ -4880,7 +5125,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4880 cat conftest.err >&5 5125 cat conftest.err >&5
4881 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4882 (exit $ac_status); } && 5127 (exit $ac_status); } &&
4883 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5128 { ac_try='test -z "$ac_c_werror_flag"
5129 || test ! -s conftest.err'
4884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4885 (eval $ac_try) 2>&5 5131 (eval $ac_try) 2>&5
4886 ac_status=$? 5132 ac_status=$?
@@ -4950,7 +5196,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4950 cat conftest.err >&5 5196 cat conftest.err >&5
4951 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4952 (exit $ac_status); } && 5198 (exit $ac_status); } &&
4953 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5199 { ac_try='test -z "$ac_c_werror_flag"
5200 || test ! -s conftest.err'
4954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4955 (eval $ac_try) 2>&5 5202 (eval $ac_try) 2>&5
4956 ac_status=$? 5203 ac_status=$?
@@ -5120,7 +5367,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5120 cat conftest.err >&5 5367 cat conftest.err >&5
5121 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5122 (exit $ac_status); } && 5369 (exit $ac_status); } &&
5123 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5370 { ac_try='test -z "$ac_c_werror_flag"
5371 || test ! -s conftest.err'
5124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5125 (eval $ac_try) 2>&5 5373 (eval $ac_try) 2>&5
5126 ac_status=$? 5374 ac_status=$?
@@ -5189,7 +5437,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5189 cat conftest.err >&5 5437 cat conftest.err >&5
5190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5191 (exit $ac_status); } && 5439 (exit $ac_status); } &&
5192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5440 { ac_try='test -z "$ac_c_werror_flag"
5441 || test ! -s conftest.err'
5193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5194 (eval $ac_try) 2>&5 5443 (eval $ac_try) 2>&5
5195 ac_status=$? 5444 ac_status=$?
@@ -5343,7 +5592,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5343 cat conftest.err >&5 5592 cat conftest.err >&5
5344 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5345 (exit $ac_status); } && 5594 (exit $ac_status); } &&
5346 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5595 { ac_try='test -z "$ac_c_werror_flag"
5596 || test ! -s conftest.err'
5347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5348 (eval $ac_try) 2>&5 5598 (eval $ac_try) 2>&5
5349 ac_status=$? 5599 ac_status=$?
@@ -5439,7 +5689,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5439 cat conftest.err >&5 5689 cat conftest.err >&5
5440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5441 (exit $ac_status); } && 5691 (exit $ac_status); } &&
5442 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5692 { ac_try='test -z "$ac_c_werror_flag"
5693 || test ! -s conftest.err'
5443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5444 (eval $ac_try) 2>&5 5695 (eval $ac_try) 2>&5
5445 ac_status=$? 5696 ac_status=$?
@@ -5581,7 +5832,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5581 cat conftest.err >&5 5832 cat conftest.err >&5
5582 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5583 (exit $ac_status); } && 5834 (exit $ac_status); } &&
5584 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5835 { ac_try='test -z "$ac_c_werror_flag"
5836 || test ! -s conftest.err'
5585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5586 (eval $ac_try) 2>&5 5838 (eval $ac_try) 2>&5
5587 ac_status=$? 5839 ac_status=$?
@@ -5700,7 +5952,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5700 cat conftest.err >&5 5952 cat conftest.err >&5
5701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5702 (exit $ac_status); } && 5954 (exit $ac_status); } &&
5703 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5955 { ac_try='test -z "$ac_c_werror_flag"
5956 || test ! -s conftest.err'
5704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5705 (eval $ac_try) 2>&5 5958 (eval $ac_try) 2>&5
5706 ac_status=$? 5959 ac_status=$?
@@ -5865,7 +6118,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5865 cat conftest.err >&5 6118 cat conftest.err >&5
5866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5867 (exit $ac_status); } && 6120 (exit $ac_status); } &&
5868 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6121 { ac_try='test -z "$ac_c_werror_flag"
6122 || test ! -s conftest.err'
5869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5870 (eval $ac_try) 2>&5 6124 (eval $ac_try) 2>&5
5871 ac_status=$? 6125 ac_status=$?
@@ -5928,7 +6182,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5928 cat conftest.err >&5 6182 cat conftest.err >&5
5929 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5930 (exit $ac_status); } && 6184 (exit $ac_status); } &&
5931 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6185 { ac_try='test -z "$ac_c_werror_flag"
6186 || test ! -s conftest.err'
5932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5933 (eval $ac_try) 2>&5 6188 (eval $ac_try) 2>&5
5934 ac_status=$? 6189 ac_status=$?
@@ -6001,7 +6256,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6001 cat conftest.err >&5 6256 cat conftest.err >&5
6002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6003 (exit $ac_status); } && 6258 (exit $ac_status); } &&
6004 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6259 { ac_try='test -z "$ac_c_werror_flag"
6260 || test ! -s conftest.err'
6005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6006 (eval $ac_try) 2>&5 6262 (eval $ac_try) 2>&5
6007 ac_status=$? 6263 ac_status=$?
@@ -6087,7 +6343,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6087 cat conftest.err >&5 6343 cat conftest.err >&5
6088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6089 (exit $ac_status); } && 6345 (exit $ac_status); } &&
6090 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6346 { ac_try='test -z "$ac_c_werror_flag"
6347 || test ! -s conftest.err'
6091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6092 (eval $ac_try) 2>&5 6349 (eval $ac_try) 2>&5
6093 ac_status=$? 6350 ac_status=$?
@@ -6160,7 +6417,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6160 cat conftest.err >&5 6417 cat conftest.err >&5
6161 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6162 (exit $ac_status); } && 6419 (exit $ac_status); } &&
6163 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6420 { ac_try='test -z "$ac_c_werror_flag"
6421 || test ! -s conftest.err'
6164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6165 (eval $ac_try) 2>&5 6423 (eval $ac_try) 2>&5
6166 ac_status=$? 6424 ac_status=$?
@@ -6230,7 +6488,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6230 cat conftest.err >&5 6488 cat conftest.err >&5
6231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6232 (exit $ac_status); } && 6490 (exit $ac_status); } &&
6233 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6491 { ac_try='test -z "$ac_c_werror_flag"
6492 || test ! -s conftest.err'
6234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6235 (eval $ac_try) 2>&5 6494 (eval $ac_try) 2>&5
6236 ac_status=$? 6495 ac_status=$?
@@ -6289,7 +6548,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6289 cat conftest.err >&5 6548 cat conftest.err >&5
6290 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6291 (exit $ac_status); } && 6550 (exit $ac_status); } &&
6292 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6551 { ac_try='test -z "$ac_c_werror_flag"
6552 || test ! -s conftest.err'
6293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6294 (eval $ac_try) 2>&5 6554 (eval $ac_try) 2>&5
6295 ac_status=$? 6555 ac_status=$?
@@ -6358,7 +6618,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6358 cat conftest.err >&5 6618 cat conftest.err >&5
6359 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6360 (exit $ac_status); } && 6620 (exit $ac_status); } &&
6361 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6621 { ac_try='test -z "$ac_c_werror_flag"
6622 || test ! -s conftest.err'
6362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6363 (eval $ac_try) 2>&5 6624 (eval $ac_try) 2>&5
6364 ac_status=$? 6625 ac_status=$?
@@ -6419,7 +6680,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6419 cat conftest.err >&5 6680 cat conftest.err >&5
6420 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6421 (exit $ac_status); } && 6682 (exit $ac_status); } &&
6422 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6683 { ac_try='test -z "$ac_c_werror_flag"
6684 || test ! -s conftest.err'
6423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6424 (eval $ac_try) 2>&5 6686 (eval $ac_try) 2>&5
6425 ac_status=$? 6687 ac_status=$?
@@ -6485,7 +6747,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6485 cat conftest.err >&5 6747 cat conftest.err >&5
6486 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6487 (exit $ac_status); } && 6749 (exit $ac_status); } &&
6488 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6750 { ac_try='test -z "$ac_c_werror_flag"
6751 || test ! -s conftest.err'
6489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6490 (eval $ac_try) 2>&5 6753 (eval $ac_try) 2>&5
6491 ac_status=$? 6754 ac_status=$?
@@ -6631,7 +6894,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6631 cat conftest.err >&5 6894 cat conftest.err >&5
6632 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6633 (exit $ac_status); } && 6896 (exit $ac_status); } &&
6634 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6897 { ac_try='test -z "$ac_c_werror_flag"
6898 || test ! -s conftest.err'
6635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6636 (eval $ac_try) 2>&5 6900 (eval $ac_try) 2>&5
6637 ac_status=$? 6901 ac_status=$?
@@ -6695,7 +6959,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6695 cat conftest.err >&5 6959 cat conftest.err >&5
6696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6697 (exit $ac_status); } && 6961 (exit $ac_status); } &&
6698 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6962 { ac_try='test -z "$ac_c_werror_flag"
6963 || test ! -s conftest.err'
6699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6700 (eval $ac_try) 2>&5 6965 (eval $ac_try) 2>&5
6701 ac_status=$? 6966 ac_status=$?
@@ -6760,7 +7025,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6760 cat conftest.err >&5 7025 cat conftest.err >&5
6761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6762 (exit $ac_status); } && 7027 (exit $ac_status); } &&
6763 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7028 { ac_try='test -z "$ac_c_werror_flag"
7029 || test ! -s conftest.err'
6764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6765 (eval $ac_try) 2>&5 7031 (eval $ac_try) 2>&5
6766 ac_status=$? 7032 ac_status=$?
@@ -6806,7 +7072,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6806 cat conftest.err >&5 7072 cat conftest.err >&5
6807 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6808 (exit $ac_status); } && 7074 (exit $ac_status); } &&
6809 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7075 { ac_try='test -z "$ac_c_werror_flag"
7076 || test ! -s conftest.err'
6810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6811 (eval $ac_try) 2>&5 7078 (eval $ac_try) 2>&5
6812 ac_status=$? 7079 ac_status=$?
@@ -6880,7 +7147,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6880 cat conftest.err >&5 7147 cat conftest.err >&5
6881 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6882 (exit $ac_status); } && 7149 (exit $ac_status); } &&
6883 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7150 { ac_try='test -z "$ac_c_werror_flag"
7151 || test ! -s conftest.err'
6884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6885 (eval $ac_try) 2>&5 7153 (eval $ac_try) 2>&5
6886 ac_status=$? 7154 ac_status=$?
@@ -6945,7 +7213,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6945 cat conftest.err >&5 7213 cat conftest.err >&5
6946 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6947 (exit $ac_status); } && 7215 (exit $ac_status); } &&
6948 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7216 { ac_try='test -z "$ac_c_werror_flag"
7217 || test ! -s conftest.err'
6949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6950 (eval $ac_try) 2>&5 7219 (eval $ac_try) 2>&5
6951 ac_status=$? 7220 ac_status=$?
@@ -6989,7 +7258,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6989 cat conftest.err >&5 7258 cat conftest.err >&5
6990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6991 (exit $ac_status); } && 7260 (exit $ac_status); } &&
6992 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7261 { ac_try='test -z "$ac_c_werror_flag"
7262 || test ! -s conftest.err'
6993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6994 (eval $ac_try) 2>&5 7264 (eval $ac_try) 2>&5
6995 ac_status=$? 7265 ac_status=$?
@@ -7060,7 +7330,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7060 cat conftest.err >&5 7330 cat conftest.err >&5
7061 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7062 (exit $ac_status); } && 7332 (exit $ac_status); } &&
7063 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7333 { ac_try='test -z "$ac_c_werror_flag"
7334 || test ! -s conftest.err'
7064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7065 (eval $ac_try) 2>&5 7336 (eval $ac_try) 2>&5
7066 ac_status=$? 7337 ac_status=$?
@@ -7110,7 +7381,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7110 cat conftest.err >&5 7381 cat conftest.err >&5
7111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7112 (exit $ac_status); } && 7383 (exit $ac_status); } &&
7113 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7384 { ac_try='test -z "$ac_c_werror_flag"
7385 || test ! -s conftest.err'
7114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7115 (eval $ac_try) 2>&5 7387 (eval $ac_try) 2>&5
7116 ac_status=$? 7388 ac_status=$?
@@ -7181,7 +7453,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7181 cat conftest.err >&5 7453 cat conftest.err >&5
7182 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7183 (exit $ac_status); } && 7455 (exit $ac_status); } &&
7184 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7456 { ac_try='test -z "$ac_c_werror_flag"
7457 || test ! -s conftest.err'
7185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7186 (eval $ac_try) 2>&5 7459 (eval $ac_try) 2>&5
7187 ac_status=$? 7460 ac_status=$?
@@ -7231,7 +7504,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7231 cat conftest.err >&5 7504 cat conftest.err >&5
7232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7233 (exit $ac_status); } && 7506 (exit $ac_status); } &&
7234 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7507 { ac_try='test -z "$ac_c_werror_flag"
7508 || test ! -s conftest.err'
7235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7236 (eval $ac_try) 2>&5 7510 (eval $ac_try) 2>&5
7237 ac_status=$? 7511 ac_status=$?
@@ -7302,7 +7576,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7302 cat conftest.err >&5 7576 cat conftest.err >&5
7303 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7304 (exit $ac_status); } && 7578 (exit $ac_status); } &&
7305 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7579 { ac_try='test -z "$ac_c_werror_flag"
7580 || test ! -s conftest.err'
7306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7307 (eval $ac_try) 2>&5 7582 (eval $ac_try) 2>&5
7308 ac_status=$? 7583 ac_status=$?
@@ -7352,7 +7627,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7352 cat conftest.err >&5 7627 cat conftest.err >&5
7353 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7354 (exit $ac_status); } && 7629 (exit $ac_status); } &&
7355 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7630 { ac_try='test -z "$ac_c_werror_flag"
7631 || test ! -s conftest.err'
7356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7357 (eval $ac_try) 2>&5 7633 (eval $ac_try) 2>&5
7358 ac_status=$? 7634 ac_status=$?
@@ -7423,7 +7699,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7423 cat conftest.err >&5 7699 cat conftest.err >&5
7424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7425 (exit $ac_status); } && 7701 (exit $ac_status); } &&
7426 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7702 { ac_try='test -z "$ac_c_werror_flag"
7703 || test ! -s conftest.err'
7427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7428 (eval $ac_try) 2>&5 7705 (eval $ac_try) 2>&5
7429 ac_status=$? 7706 ac_status=$?
@@ -7473,7 +7750,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7473 cat conftest.err >&5 7750 cat conftest.err >&5
7474 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7475 (exit $ac_status); } && 7752 (exit $ac_status); } &&
7476 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7753 { ac_try='test -z "$ac_c_werror_flag"
7754 || test ! -s conftest.err'
7477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7478 (eval $ac_try) 2>&5 7756 (eval $ac_try) 2>&5
7479 ac_status=$? 7757 ac_status=$?
@@ -7544,7 +7822,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7544 cat conftest.err >&5 7822 cat conftest.err >&5
7545 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7546 (exit $ac_status); } && 7824 (exit $ac_status); } &&
7547 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7825 { ac_try='test -z "$ac_c_werror_flag"
7826 || test ! -s conftest.err'
7548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7549 (eval $ac_try) 2>&5 7828 (eval $ac_try) 2>&5
7550 ac_status=$? 7829 ac_status=$?
@@ -7594,7 +7873,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7594 cat conftest.err >&5 7873 cat conftest.err >&5
7595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7596 (exit $ac_status); } && 7875 (exit $ac_status); } &&
7597 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7876 { ac_try='test -z "$ac_c_werror_flag"
7877 || test ! -s conftest.err'
7598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7599 (eval $ac_try) 2>&5 7879 (eval $ac_try) 2>&5
7600 ac_status=$? 7880 ac_status=$?
@@ -7681,7 +7961,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7681 cat conftest.err >&5 7961 cat conftest.err >&5
7682 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7683 (exit $ac_status); } && 7963 (exit $ac_status); } &&
7684 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7964 { ac_try='test -z "$ac_c_werror_flag"
7965 || test ! -s conftest.err'
7685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7686 (eval $ac_try) 2>&5 7967 (eval $ac_try) 2>&5
7687 ac_status=$? 7968 ac_status=$?
@@ -7787,7 +8068,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7787 cat conftest.err >&5 8068 cat conftest.err >&5
7788 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7789 (exit $ac_status); } && 8070 (exit $ac_status); } &&
7790 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8071 { ac_try='test -z "$ac_c_werror_flag"
8072 || test ! -s conftest.err'
7791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7792 (eval $ac_try) 2>&5 8074 (eval $ac_try) 2>&5
7793 ac_status=$? 8075 ac_status=$?
@@ -7847,7 +8129,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7847 cat conftest.err >&5 8129 cat conftest.err >&5
7848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7849 (exit $ac_status); } && 8131 (exit $ac_status); } &&
7850 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8132 { ac_try='test -z "$ac_c_werror_flag"
8133 || test ! -s conftest.err'
7851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7852 (eval $ac_try) 2>&5 8135 (eval $ac_try) 2>&5
7853 ac_status=$? 8136 ac_status=$?
@@ -7971,7 +8254,6 @@ fi
7971echo "$as_me:$LINENO: checking for X" >&5 8254echo "$as_me:$LINENO: checking for X" >&5
7972echo $ECHO_N "checking for X... $ECHO_C" >&6 8255echo $ECHO_N "checking for X... $ECHO_C" >&6
7973 8256
7974ac_path_x_has_been_run=yes
7975 8257
7976# Check whether --with-x or --without-x was given. 8258# Check whether --with-x or --without-x was given.
7977if test "${with_x+set}" = set; then 8259if test "${with_x+set}" = set; then
@@ -8064,7 +8346,7 @@ ac_x_header_dirs='
8064/usr/openwin/share/include' 8346/usr/openwin/share/include'
8065 8347
8066if test "$ac_x_includes" = no; then 8348if test "$ac_x_includes" = no; then
8067 # Guess where to find include files, by looking for a specified header file. 8349 # Guess where to find include files, by looking for Intrinsic.h.
8068 # First, try using that file with no special directory specified. 8350 # First, try using that file with no special directory specified.
8069 cat >conftest.$ac_ext <<_ACEOF 8351 cat >conftest.$ac_ext <<_ACEOF
8070/* confdefs.h. */ 8352/* confdefs.h. */
@@ -8138,7 +8420,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8138 cat conftest.err >&5 8420 cat conftest.err >&5
8139 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8140 (exit $ac_status); } && 8422 (exit $ac_status); } &&
8141 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8423 { ac_try='test -z "$ac_c_werror_flag"
8424 || test ! -s conftest.err'
8142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8143 (eval $ac_try) 2>&5 8426 (eval $ac_try) 2>&5
8144 ac_status=$? 8427 ac_status=$?
@@ -8198,12 +8481,8 @@ else
8198 # Update the cache value to reflect the command line values. 8481 # Update the cache value to reflect the command line values.
8199 ac_cv_have_x="have_x=yes \ 8482 ac_cv_have_x="have_x=yes \
8200 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 8483 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8201 # It might be that x_includes is empty (headers are found in the 8484 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8202 # standard search path. Then output the corresponding message 8485echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
8203 ac_out_x_includes=$x_includes
8204 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
8205 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
8206echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8207fi 8486fi
8208 8487
8209if test "$no_x" = yes; then 8488if test "$no_x" = yes; then
@@ -8285,7 +8564,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8285 cat conftest.err >&5 8564 cat conftest.err >&5
8286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8287 (exit $ac_status); } && 8566 (exit $ac_status); } &&
8288 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8567 { ac_try='test -z "$ac_c_werror_flag"
8568 || test ! -s conftest.err'
8289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8290 (eval $ac_try) 2>&5 8570 (eval $ac_try) 2>&5
8291 ac_status=$? 8571 ac_status=$?
@@ -8521,7 +8801,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8521 cat conftest.err >&5 8801 cat conftest.err >&5
8522 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8523 (exit $ac_status); } && 8803 (exit $ac_status); } &&
8524 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8804 { ac_try='test -z "$ac_c_werror_flag"
8805 || test ! -s conftest.err'
8525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8526 (eval $ac_try) 2>&5 8807 (eval $ac_try) 2>&5
8527 ac_status=$? 8808 ac_status=$?
@@ -8616,7 +8897,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8616 cat conftest.err >&5 8897 cat conftest.err >&5
8617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8618 (exit $ac_status); } && 8899 (exit $ac_status); } &&
8619 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8900 { ac_try='test -z "$ac_c_werror_flag"
8901 || test ! -s conftest.err'
8620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8621 (eval $ac_try) 2>&5 8903 (eval $ac_try) 2>&5
8622 ac_status=$? 8904 ac_status=$?
@@ -8675,7 +8957,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8675 cat conftest.err >&5 8957 cat conftest.err >&5
8676 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8677 (exit $ac_status); } && 8959 (exit $ac_status); } &&
8678 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8960 { ac_try='test -z "$ac_c_werror_flag"
8961 || test ! -s conftest.err'
8679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8680 (eval $ac_try) 2>&5 8963 (eval $ac_try) 2>&5
8681 ac_status=$? 8964 ac_status=$?
@@ -8759,7 +9042,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8759 cat conftest.err >&5 9042 cat conftest.err >&5
8760 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8761 (exit $ac_status); } && 9044 (exit $ac_status); } &&
8762 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9045 { ac_try='test -z "$ac_c_werror_flag"
9046 || test ! -s conftest.err'
8763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8764 (eval $ac_try) 2>&5 9048 (eval $ac_try) 2>&5
8765 ac_status=$? 9049 ac_status=$?
@@ -8943,7 +9227,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8943 cat conftest.err >&5 9227 cat conftest.err >&5
8944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8945 (exit $ac_status); } && 9229 (exit $ac_status); } &&
8946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9230 { ac_try='test -z "$ac_c_werror_flag"
9231 || test ! -s conftest.err'
8947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8948 (eval $ac_try) 2>&5 9233 (eval $ac_try) 2>&5
8949 ac_status=$? 9234 ac_status=$?
@@ -9195,7 +9480,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9195 cat conftest.err >&5 9480 cat conftest.err >&5
9196 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9197 (exit $ac_status); } && 9482 (exit $ac_status); } &&
9198 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9483 { ac_try='test -z "$ac_c_werror_flag"
9484 || test ! -s conftest.err'
9199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9200 (eval $ac_try) 2>&5 9486 (eval $ac_try) 2>&5
9201 ac_status=$? 9487 ac_status=$?
@@ -9262,7 +9548,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9262 cat conftest.err >&5 9548 cat conftest.err >&5
9263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264 (exit $ac_status); } && 9550 (exit $ac_status); } &&
9265 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9551 { ac_try='test -z "$ac_c_werror_flag"
9552 || test ! -s conftest.err'
9266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9267 (eval $ac_try) 2>&5 9554 (eval $ac_try) 2>&5
9268 ac_status=$? 9555 ac_status=$?
@@ -9331,7 +9618,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9331 cat conftest.err >&5 9618 cat conftest.err >&5
9332 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9333 (exit $ac_status); } && 9620 (exit $ac_status); } &&
9334 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9621 { ac_try='test -z "$ac_c_werror_flag"
9622 || test ! -s conftest.err'
9335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9336 (eval $ac_try) 2>&5 9624 (eval $ac_try) 2>&5
9337 ac_status=$? 9625 ac_status=$?
@@ -9416,7 +9704,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9416 cat conftest.err >&5 9704 cat conftest.err >&5
9417 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9418 (exit $ac_status); } && 9706 (exit $ac_status); } &&
9419 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9707 { ac_try='test -z "$ac_c_werror_flag"
9708 || test ! -s conftest.err'
9420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9421 (eval $ac_try) 2>&5 9710 (eval $ac_try) 2>&5
9422 ac_status=$? 9711 ac_status=$?
@@ -9493,7 +9782,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9493 cat conftest.err >&5 9782 cat conftest.err >&5
9494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9495 (exit $ac_status); } && 9784 (exit $ac_status); } &&
9496 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9785 { ac_try='test -z "$ac_c_werror_flag"
9786 || test ! -s conftest.err'
9497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9498 (eval $ac_try) 2>&5 9788 (eval $ac_try) 2>&5
9499 ac_status=$? 9789 ac_status=$?
@@ -9547,7 +9837,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9547 cat conftest.err >&5 9837 cat conftest.err >&5
9548 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9549 (exit $ac_status); } && 9839 (exit $ac_status); } &&
9550 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9840 { ac_try='test -z "$ac_c_werror_flag"
9841 || test ! -s conftest.err'
9551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9552 (eval $ac_try) 2>&5 9843 (eval $ac_try) 2>&5
9553 ac_status=$? 9844 ac_status=$?
@@ -9616,7 +9907,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9616 cat conftest.err >&5 9907 cat conftest.err >&5
9617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9618 (exit $ac_status); } && 9909 (exit $ac_status); } &&
9619 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9910 { ac_try='test -z "$ac_c_werror_flag"
9911 || test ! -s conftest.err'
9620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9621 (eval $ac_try) 2>&5 9913 (eval $ac_try) 2>&5
9622 ac_status=$? 9914 ac_status=$?
@@ -9720,7 +10012,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9720 cat conftest.err >&5 10012 cat conftest.err >&5
9721 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9722 (exit $ac_status); } && 10014 (exit $ac_status); } &&
9723 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10015 { ac_try='test -z "$ac_c_werror_flag"
10016 || test ! -s conftest.err'
9724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9725 (eval $ac_try) 2>&5 10018 (eval $ac_try) 2>&5
9726 ac_status=$? 10019 ac_status=$?
@@ -9787,7 +10080,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9787 cat conftest.err >&5 10080 cat conftest.err >&5
9788 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9789 (exit $ac_status); } && 10082 (exit $ac_status); } &&
9790 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10083 { ac_try='test -z "$ac_c_werror_flag"
10084 || test ! -s conftest.err'
9791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9792 (eval $ac_try) 2>&5 10086 (eval $ac_try) 2>&5
9793 ac_status=$? 10087 ac_status=$?
@@ -9857,7 +10151,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9857 cat conftest.err >&5 10151 cat conftest.err >&5
9858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9859 (exit $ac_status); } && 10153 (exit $ac_status); } &&
9860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10154 { ac_try='test -z "$ac_c_werror_flag"
10155 || test ! -s conftest.err'
9861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9862 (eval $ac_try) 2>&5 10157 (eval $ac_try) 2>&5
9863 ac_status=$? 10158 ac_status=$?
@@ -10097,7 +10392,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10097 cat conftest.err >&5 10392 cat conftest.err >&5
10098 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10099 (exit $ac_status); } && 10394 (exit $ac_status); } &&
10100 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10395 { ac_try='test -z "$ac_c_werror_flag"
10396 || test ! -s conftest.err'
10101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10102 (eval $ac_try) 2>&5 10398 (eval $ac_try) 2>&5
10103 ac_status=$? 10399 ac_status=$?
@@ -10206,7 +10502,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10206 cat conftest.err >&5 10502 cat conftest.err >&5
10207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10208 (exit $ac_status); } && 10504 (exit $ac_status); } &&
10209 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10505 { ac_try='test -z "$ac_c_werror_flag"
10506 || test ! -s conftest.err'
10210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10211 (eval $ac_try) 2>&5 10508 (eval $ac_try) 2>&5
10212 ac_status=$? 10509 ac_status=$?
@@ -10309,7 +10606,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10309 cat conftest.err >&5 10606 cat conftest.err >&5
10310 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10311 (exit $ac_status); } && 10608 (exit $ac_status); } &&
10312 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10609 { ac_try='test -z "$ac_c_werror_flag"
10610 || test ! -s conftest.err'
10313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10314 (eval $ac_try) 2>&5 10612 (eval $ac_try) 2>&5
10315 ac_status=$? 10613 ac_status=$?
@@ -10387,7 +10685,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10387 cat conftest.err >&5 10685 cat conftest.err >&5
10388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10389 (exit $ac_status); } && 10687 (exit $ac_status); } &&
10390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10688 { ac_try='test -z "$ac_c_werror_flag"
10689 || test ! -s conftest.err'
10391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10392 (eval $ac_try) 2>&5 10691 (eval $ac_try) 2>&5
10393 ac_status=$? 10692 ac_status=$?
@@ -10541,7 +10840,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10541 cat conftest.err >&5 10840 cat conftest.err >&5
10542 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10543 (exit $ac_status); } && 10842 (exit $ac_status); } &&
10544 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10843 { ac_try='test -z "$ac_c_werror_flag"
10844 || test ! -s conftest.err'
10545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10546 (eval $ac_try) 2>&5 10846 (eval $ac_try) 2>&5
10547 ac_status=$? 10847 ac_status=$?
@@ -10615,7 +10915,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10615 cat conftest.err >&5 10915 cat conftest.err >&5
10616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10617 (exit $ac_status); } && 10917 (exit $ac_status); } &&
10618 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10918 { ac_try='test -z "$ac_c_werror_flag"
10919 || test ! -s conftest.err'
10619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10620 (eval $ac_try) 2>&5 10921 (eval $ac_try) 2>&5
10621 ac_status=$? 10922 ac_status=$?
@@ -10687,7 +10988,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10687 cat conftest.err >&5 10988 cat conftest.err >&5
10688 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10689 (exit $ac_status); } && 10990 (exit $ac_status); } &&
10690 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10991 { ac_try='test -z "$ac_c_werror_flag"
10992 || test ! -s conftest.err'
10691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10692 (eval $ac_try) 2>&5 10994 (eval $ac_try) 2>&5
10693 ac_status=$? 10995 ac_status=$?
@@ -10769,7 +11071,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10769 cat conftest.err >&5 11071 cat conftest.err >&5
10770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10771 (exit $ac_status); } && 11073 (exit $ac_status); } &&
10772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11074 { ac_try='test -z "$ac_c_werror_flag"
11075 || test ! -s conftest.err'
10773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10774 (eval $ac_try) 2>&5 11077 (eval $ac_try) 2>&5
10775 ac_status=$? 11078 ac_status=$?
@@ -10848,7 +11151,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10848 cat conftest.err >&5 11151 cat conftest.err >&5
10849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10850 (exit $ac_status); } && 11153 (exit $ac_status); } &&
10851 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11154 { ac_try='test -z "$ac_c_werror_flag"
11155 || test ! -s conftest.err'
10852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10853 (eval $ac_try) 2>&5 11157 (eval $ac_try) 2>&5
10854 ac_status=$? 11158 ac_status=$?
@@ -10919,7 +11223,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10919 cat conftest.err >&5 11223 cat conftest.err >&5
10920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10921 (exit $ac_status); } && 11225 (exit $ac_status); } &&
10922 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11226 { ac_try='test -z "$ac_c_werror_flag"
11227 || test ! -s conftest.err'
10923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10924 (eval $ac_try) 2>&5 11229 (eval $ac_try) 2>&5
10925 ac_status=$? 11230 ac_status=$?
@@ -10988,7 +11293,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10988 cat conftest.err >&5 11293 cat conftest.err >&5
10989 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10990 (exit $ac_status); } && 11295 (exit $ac_status); } &&
10991 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11296 { ac_try='test -z "$ac_c_werror_flag"
11297 || test ! -s conftest.err'
10992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10993 (eval $ac_try) 2>&5 11299 (eval $ac_try) 2>&5
10994 ac_status=$? 11300 ac_status=$?
@@ -11061,7 +11367,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11061 cat conftest.err >&5 11367 cat conftest.err >&5
11062 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11063 (exit $ac_status); } && 11369 (exit $ac_status); } &&
11064 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11370 { ac_try='test -z "$ac_c_werror_flag"
11371 || test ! -s conftest.err'
11065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11066 (eval $ac_try) 2>&5 11373 (eval $ac_try) 2>&5
11067 ac_status=$? 11374 ac_status=$?
@@ -11184,7 +11491,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11184 cat conftest.err >&5 11491 cat conftest.err >&5
11185 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11186 (exit $ac_status); } && 11493 (exit $ac_status); } &&
11187 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11494 { ac_try='test -z "$ac_c_werror_flag"
11495 || test ! -s conftest.err'
11188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11189 (eval $ac_try) 2>&5 11497 (eval $ac_try) 2>&5
11190 ac_status=$? 11498 ac_status=$?
@@ -11286,7 +11594,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11286 cat conftest.err >&5 11594 cat conftest.err >&5
11287 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11288 (exit $ac_status); } && 11596 (exit $ac_status); } &&
11289 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11597 { ac_try='test -z "$ac_c_werror_flag"
11598 || test ! -s conftest.err'
11290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11291 (eval $ac_try) 2>&5 11600 (eval $ac_try) 2>&5
11292 ac_status=$? 11601 ac_status=$?
@@ -11366,7 +11675,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11366 cat conftest.err >&5 11675 cat conftest.err >&5
11367 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11368 (exit $ac_status); } && 11677 (exit $ac_status); } &&
11369 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11678 { ac_try='test -z "$ac_c_werror_flag"
11679 || test ! -s conftest.err'
11370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11371 (eval $ac_try) 2>&5 11681 (eval $ac_try) 2>&5
11372 ac_status=$? 11682 ac_status=$?
@@ -11434,7 +11744,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11434 cat conftest.err >&5 11744 cat conftest.err >&5
11435 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11436 (exit $ac_status); } && 11746 (exit $ac_status); } &&
11437 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11747 { ac_try='test -z "$ac_c_werror_flag"
11748 || test ! -s conftest.err'
11438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11439 (eval $ac_try) 2>&5 11750 (eval $ac_try) 2>&5
11440 ac_status=$? 11751 ac_status=$?
@@ -11579,7 +11890,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11579 cat conftest.err >&5 11890 cat conftest.err >&5
11580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11581 (exit $ac_status); } && 11892 (exit $ac_status); } &&
11582 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11893 { ac_try='test -z "$ac_c_werror_flag"
11894 || test ! -s conftest.err'
11583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11584 (eval $ac_try) 2>&5 11896 (eval $ac_try) 2>&5
11585 ac_status=$? 11897 ac_status=$?
@@ -11688,7 +12000,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11688 cat conftest.err >&5 12000 cat conftest.err >&5
11689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11690 (exit $ac_status); } && 12002 (exit $ac_status); } &&
11691 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12003 { ac_try='test -z "$ac_c_werror_flag"
12004 || test ! -s conftest.err'
11692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11693 (eval $ac_try) 2>&5 12006 (eval $ac_try) 2>&5
11694 ac_status=$? 12007 ac_status=$?
@@ -11833,7 +12146,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11833 cat conftest.err >&5 12146 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } && 12148 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12149 { ac_try='test -z "$ac_c_werror_flag"
12150 || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5 12152 (eval $ac_try) 2>&5
11839 ac_status=$? 12153 ac_status=$?
@@ -11940,7 +12254,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11940 cat conftest.err >&5 12254 cat conftest.err >&5
11941 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11942 (exit $ac_status); } && 12256 (exit $ac_status); } &&
11943 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12257 { ac_try='test -z "$ac_c_werror_flag"
12258 || test ! -s conftest.err'
11944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11945 (eval $ac_try) 2>&5 12260 (eval $ac_try) 2>&5
11946 ac_status=$? 12261 ac_status=$?
@@ -12094,7 +12409,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12094 cat conftest.err >&5 12409 cat conftest.err >&5
12095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12096 (exit $ac_status); } && 12411 (exit $ac_status); } &&
12097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12412 { ac_try='test -z "$ac_c_werror_flag"
12413 || test ! -s conftest.err'
12098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12099 (eval $ac_try) 2>&5 12415 (eval $ac_try) 2>&5
12100 ac_status=$? 12416 ac_status=$?
@@ -12169,7 +12485,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12169 cat conftest.err >&5 12485 cat conftest.err >&5
12170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12171 (exit $ac_status); } && 12487 (exit $ac_status); } &&
12172 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12488 { ac_try='test -z "$ac_c_werror_flag"
12489 || test ! -s conftest.err'
12173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12174 (eval $ac_try) 2>&5 12491 (eval $ac_try) 2>&5
12175 ac_status=$? 12492 ac_status=$?
@@ -12317,7 +12634,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12317 cat conftest.err >&5 12634 cat conftest.err >&5
12318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12319 (exit $ac_status); } && 12636 (exit $ac_status); } &&
12320 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12637 { ac_try='test -z "$ac_c_werror_flag"
12638 || test ! -s conftest.err'
12321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12322 (eval $ac_try) 2>&5 12640 (eval $ac_try) 2>&5
12323 ac_status=$? 12641 ac_status=$?
@@ -12394,7 +12712,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12394 cat conftest.err >&5 12712 cat conftest.err >&5
12395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12396 (exit $ac_status); } && 12714 (exit $ac_status); } &&
12397 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12715 { ac_try='test -z "$ac_c_werror_flag"
12716 || test ! -s conftest.err'
12398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12399 (eval $ac_try) 2>&5 12718 (eval $ac_try) 2>&5
12400 ac_status=$? 12719 ac_status=$?
@@ -12541,7 +12860,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12541 cat conftest.err >&5 12860 cat conftest.err >&5
12542 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12543 (exit $ac_status); } && 12862 (exit $ac_status); } &&
12544 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12863 { ac_try='test -z "$ac_c_werror_flag"
12864 || test ! -s conftest.err'
12545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12546 (eval $ac_try) 2>&5 12866 (eval $ac_try) 2>&5
12547 ac_status=$? 12867 ac_status=$?
@@ -12614,7 +12934,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12614 cat conftest.err >&5 12934 cat conftest.err >&5
12615 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12616 (exit $ac_status); } && 12936 (exit $ac_status); } &&
12617 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12937 { ac_try='test -z "$ac_c_werror_flag"
12938 || test ! -s conftest.err'
12618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12619 (eval $ac_try) 2>&5 12940 (eval $ac_try) 2>&5
12620 ac_status=$? 12941 ac_status=$?
@@ -12815,7 +13136,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12815 cat conftest.err >&5 13136 cat conftest.err >&5
12816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12817 (exit $ac_status); } && 13138 (exit $ac_status); } &&
12818 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13139 { ac_try='test -z "$ac_c_werror_flag"
13140 || test ! -s conftest.err'
12819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12820 (eval $ac_try) 2>&5 13142 (eval $ac_try) 2>&5
12821 ac_status=$? 13143 ac_status=$?
@@ -12888,7 +13210,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12888 cat conftest.err >&5 13210 cat conftest.err >&5
12889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12890 (exit $ac_status); } && 13212 (exit $ac_status); } &&
12891 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13213 { ac_try='test -z "$ac_c_werror_flag"
13214 || test ! -s conftest.err'
12892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12893 (eval $ac_try) 2>&5 13216 (eval $ac_try) 2>&5
12894 ac_status=$? 13217 ac_status=$?
@@ -13033,7 +13356,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13033 cat conftest.err >&5 13356 cat conftest.err >&5
13034 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13035 (exit $ac_status); } && 13358 (exit $ac_status); } &&
13036 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13359 { ac_try='test -z "$ac_c_werror_flag"
13360 || test ! -s conftest.err'
13037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13038 (eval $ac_try) 2>&5 13362 (eval $ac_try) 2>&5
13039 ac_status=$? 13363 ac_status=$?
@@ -13109,7 +13433,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13109 cat conftest.err >&5 13433 cat conftest.err >&5
13110 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13111 (exit $ac_status); } && 13435 (exit $ac_status); } &&
13112 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13436 { ac_try='test -z "$ac_c_werror_flag"
13437 || test ! -s conftest.err'
13113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13114 (eval $ac_try) 2>&5 13439 (eval $ac_try) 2>&5
13115 ac_status=$? 13440 ac_status=$?
@@ -13172,7 +13497,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13172 cat conftest.err >&5 13497 cat conftest.err >&5
13173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13174 (exit $ac_status); } && 13499 (exit $ac_status); } &&
13175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13500 { ac_try='test -z "$ac_c_werror_flag"
13501 || test ! -s conftest.err'
13176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13177 (eval $ac_try) 2>&5 13503 (eval $ac_try) 2>&5
13178 ac_status=$? 13504 ac_status=$?
@@ -13253,7 +13579,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13253 cat conftest.err >&5 13579 cat conftest.err >&5
13254 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13255 (exit $ac_status); } && 13581 (exit $ac_status); } &&
13256 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13582 { ac_try='test -z "$ac_c_werror_flag"
13583 || test ! -s conftest.err'
13257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13258 (eval $ac_try) 2>&5 13585 (eval $ac_try) 2>&5
13259 ac_status=$? 13586 ac_status=$?
@@ -13394,7 +13721,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13394 cat conftest.err >&5 13721 cat conftest.err >&5
13395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13396 (exit $ac_status); } && 13723 (exit $ac_status); } &&
13397 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13724 { ac_try='test -z "$ac_c_werror_flag"
13725 || test ! -s conftest.err'
13398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13399 (eval $ac_try) 2>&5 13727 (eval $ac_try) 2>&5
13400 ac_status=$? 13728 ac_status=$?
@@ -13539,7 +13867,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13539 cat conftest.err >&5 13867 cat conftest.err >&5
13540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13541 (exit $ac_status); } && 13869 (exit $ac_status); } &&
13542 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13870 { ac_try='test -z "$ac_c_werror_flag"
13871 || test ! -s conftest.err'
13543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13544 (eval $ac_try) 2>&5 13873 (eval $ac_try) 2>&5
13545 ac_status=$? 13874 ac_status=$?
@@ -13615,7 +13944,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13615 cat conftest.err >&5 13944 cat conftest.err >&5
13616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13617 (exit $ac_status); } && 13946 (exit $ac_status); } &&
13618 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13947 { ac_try='test -z "$ac_c_werror_flag"
13948 || test ! -s conftest.err'
13619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13620 (eval $ac_try) 2>&5 13950 (eval $ac_try) 2>&5
13621 ac_status=$? 13951 ac_status=$?
@@ -13688,7 +14018,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13688 cat conftest.err >&5 14018 cat conftest.err >&5
13689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13690 (exit $ac_status); } && 14020 (exit $ac_status); } &&
13691 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14021 { ac_try='test -z "$ac_c_werror_flag"
14022 || test ! -s conftest.err'
13692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13693 (eval $ac_try) 2>&5 14024 (eval $ac_try) 2>&5
13694 ac_status=$? 14025 ac_status=$?
@@ -13843,7 +14174,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13843 cat conftest.err >&5 14174 cat conftest.err >&5
13844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13845 (exit $ac_status); } && 14176 (exit $ac_status); } &&
13846 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14177 { ac_try='test -z "$ac_c_werror_flag"
14178 || test ! -s conftest.err'
13847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13848 (eval $ac_try) 2>&5 14180 (eval $ac_try) 2>&5
13849 ac_status=$? 14181 ac_status=$?
@@ -13909,7 +14241,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13909 cat conftest.err >&5 14241 cat conftest.err >&5
13910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13911 (exit $ac_status); } && 14243 (exit $ac_status); } &&
13912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14244 { ac_try='test -z "$ac_c_werror_flag"
14245 || test ! -s conftest.err'
13913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13914 (eval $ac_try) 2>&5 14247 (eval $ac_try) 2>&5
13915 ac_status=$? 14248 ac_status=$?
@@ -14169,7 +14502,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14169 cat conftest.err >&5 14502 cat conftest.err >&5
14170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14171 (exit $ac_status); } && 14504 (exit $ac_status); } &&
14172 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14505 { ac_try='test -z "$ac_c_werror_flag"
14506 || test ! -s conftest.err'
14173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14174 (eval $ac_try) 2>&5 14508 (eval $ac_try) 2>&5
14175 ac_status=$? 14509 ac_status=$?
@@ -14236,7 +14570,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14236 cat conftest.err >&5 14570 cat conftest.err >&5
14237 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14238 (exit $ac_status); } && 14572 (exit $ac_status); } &&
14239 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14573 { ac_try='test -z "$ac_c_werror_flag"
14574 || test ! -s conftest.err'
14240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14241 (eval $ac_try) 2>&5 14576 (eval $ac_try) 2>&5
14242 ac_status=$? 14577 ac_status=$?
@@ -14388,7 +14723,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14388 cat conftest.err >&5 14723 cat conftest.err >&5
14389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14390 (exit $ac_status); } && 14725 (exit $ac_status); } &&
14391 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14726 { ac_try='test -z "$ac_c_werror_flag"
14727 || test ! -s conftest.err'
14392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14393 (eval $ac_try) 2>&5 14729 (eval $ac_try) 2>&5
14394 ac_status=$? 14730 ac_status=$?
@@ -14572,7 +14908,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14572 cat conftest.err >&5 14908 cat conftest.err >&5
14573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14574 (exit $ac_status); } && 14910 (exit $ac_status); } &&
14575 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14911 { ac_try='test -z "$ac_c_werror_flag"
14912 || test ! -s conftest.err'
14576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14577 (eval $ac_try) 2>&5 14914 (eval $ac_try) 2>&5
14578 ac_status=$? 14915 ac_status=$?
@@ -14899,7 +15236,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14899 cat conftest.err >&5 15236 cat conftest.err >&5
14900 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14901 (exit $ac_status); } && 15238 (exit $ac_status); } &&
14902 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15239 { ac_try='test -z "$ac_c_werror_flag"
15240 || test ! -s conftest.err'
14903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14904 (eval $ac_try) 2>&5 15242 (eval $ac_try) 2>&5
14905 ac_status=$? 15243 ac_status=$?
@@ -15000,7 +15338,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15000 cat conftest.err >&5 15338 cat conftest.err >&5
15001 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15002 (exit $ac_status); } && 15340 (exit $ac_status); } &&
15003 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15341 { ac_try='test -z "$ac_c_werror_flag"
15342 || test ! -s conftest.err'
15004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15005 (eval $ac_try) 2>&5 15344 (eval $ac_try) 2>&5
15006 ac_status=$? 15345 ac_status=$?
@@ -15073,7 +15412,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15073 cat conftest.err >&5 15412 cat conftest.err >&5
15074 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15075 (exit $ac_status); } && 15414 (exit $ac_status); } &&
15076 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15415 { ac_try='test -z "$ac_c_werror_flag"
15416 || test ! -s conftest.err'
15077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15078 (eval $ac_try) 2>&5 15418 (eval $ac_try) 2>&5
15079 ac_status=$? 15419 ac_status=$?
@@ -15152,7 +15492,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15152 cat conftest.err >&5 15492 cat conftest.err >&5
15153 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15154 (exit $ac_status); } && 15494 (exit $ac_status); } &&
15155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15495 { ac_try='test -z "$ac_c_werror_flag"
15496 || test ! -s conftest.err'
15156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15157 (eval $ac_try) 2>&5 15498 (eval $ac_try) 2>&5
15158 ac_status=$? 15499 ac_status=$?
@@ -15221,7 +15562,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15221 cat conftest.err >&5 15562 cat conftest.err >&5
15222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15223 (exit $ac_status); } && 15564 (exit $ac_status); } &&
15224 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15565 { ac_try='test -z "$ac_c_werror_flag"
15566 || test ! -s conftest.err'
15225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15226 (eval $ac_try) 2>&5 15568 (eval $ac_try) 2>&5
15227 ac_status=$? 15569 ac_status=$?
@@ -15289,7 +15631,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15289 cat conftest.err >&5 15631 cat conftest.err >&5
15290 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15291 (exit $ac_status); } && 15633 (exit $ac_status); } &&
15292 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15634 { ac_try='test -z "$ac_c_werror_flag"
15635 || test ! -s conftest.err'
15293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15294 (eval $ac_try) 2>&5 15637 (eval $ac_try) 2>&5
15295 ac_status=$? 15638 ac_status=$?
@@ -15363,7 +15706,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15363 cat conftest.err >&5 15706 cat conftest.err >&5
15364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); } && 15708 (exit $ac_status); } &&
15366 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15709 { ac_try='test -z "$ac_c_werror_flag"
15710 || test ! -s conftest.err'
15367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15368 (eval $ac_try) 2>&5 15712 (eval $ac_try) 2>&5
15369 ac_status=$? 15713 ac_status=$?
@@ -15467,7 +15811,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15467 cat conftest.err >&5 15811 cat conftest.err >&5
15468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15469 (exit $ac_status); } && 15813 (exit $ac_status); } &&
15470 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15814 { ac_try='test -z "$ac_c_werror_flag"
15815 || test ! -s conftest.err'
15471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15472 (eval $ac_try) 2>&5 15817 (eval $ac_try) 2>&5
15473 ac_status=$? 15818 ac_status=$?
@@ -15542,7 +15887,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15542 cat conftest.err >&5 15887 cat conftest.err >&5
15543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15544 (exit $ac_status); } && 15889 (exit $ac_status); } &&
15545 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15890 { ac_try='test -z "$ac_c_werror_flag"
15891 || test ! -s conftest.err'
15546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15547 (eval $ac_try) 2>&5 15893 (eval $ac_try) 2>&5
15548 ac_status=$? 15894 ac_status=$?
@@ -15694,7 +16040,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15694 cat conftest.err >&5 16040 cat conftest.err >&5
15695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15696 (exit $ac_status); } && 16042 (exit $ac_status); } &&
15697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16043 { ac_try='test -z "$ac_c_werror_flag"
16044 || test ! -s conftest.err'
15698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15699 (eval $ac_try) 2>&5 16046 (eval $ac_try) 2>&5
15700 ac_status=$? 16047 ac_status=$?
@@ -15762,7 +16109,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15762 cat conftest.err >&5 16109 cat conftest.err >&5
15763 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15764 (exit $ac_status); } && 16111 (exit $ac_status); } &&
15765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16112 { ac_try='test -z "$ac_c_werror_flag"
16113 || test ! -s conftest.err'
15766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15767 (eval $ac_try) 2>&5 16115 (eval $ac_try) 2>&5
15768 ac_status=$? 16116 ac_status=$?
@@ -15939,7 +16287,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15939 cat conftest.err >&5 16287 cat conftest.err >&5
15940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15941 (exit $ac_status); } && 16289 (exit $ac_status); } &&
15942 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16290 { ac_try='test -z "$ac_c_werror_flag"
16291 || test ! -s conftest.err'
15943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15944 (eval $ac_try) 2>&5 16293 (eval $ac_try) 2>&5
15945 ac_status=$? 16294 ac_status=$?
@@ -16015,7 +16364,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16015 cat conftest.err >&5 16364 cat conftest.err >&5
16016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16017 (exit $ac_status); } && 16366 (exit $ac_status); } &&
16018 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16367 { ac_try='test -z "$ac_c_werror_flag"
16368 || test ! -s conftest.err'
16019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16020 (eval $ac_try) 2>&5 16370 (eval $ac_try) 2>&5
16021 ac_status=$? 16371 ac_status=$?
@@ -16169,7 +16519,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16169 cat conftest.err >&5 16519 cat conftest.err >&5
16170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16171 (exit $ac_status); } && 16521 (exit $ac_status); } &&
16172 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16522 { ac_try='test -z "$ac_c_werror_flag"
16523 || test ! -s conftest.err'
16173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16174 (eval $ac_try) 2>&5 16525 (eval $ac_try) 2>&5
16175 ac_status=$? 16526 ac_status=$?
@@ -16320,7 +16671,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16320 cat conftest.err >&5 16671 cat conftest.err >&5
16321 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16322 (exit $ac_status); } && 16673 (exit $ac_status); } &&
16323 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16674 { ac_try='test -z "$ac_c_werror_flag"
16675 || test ! -s conftest.err'
16324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16325 (eval $ac_try) 2>&5 16677 (eval $ac_try) 2>&5
16326 ac_status=$? 16678 ac_status=$?
@@ -16471,7 +16823,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16471 cat conftest.err >&5 16823 cat conftest.err >&5
16472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16473 (exit $ac_status); } && 16825 (exit $ac_status); } &&
16474 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16826 { ac_try='test -z "$ac_c_werror_flag"
16827 || test ! -s conftest.err'
16475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16476 (eval $ac_try) 2>&5 16829 (eval $ac_try) 2>&5
16477 ac_status=$? 16830 ac_status=$?
@@ -16613,7 +16966,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16613 cat conftest.err >&5 16966 cat conftest.err >&5
16614 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16615 (exit $ac_status); } && 16968 (exit $ac_status); } &&
16616 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16969 { ac_try='test -z "$ac_c_werror_flag"
16970 || test ! -s conftest.err'
16617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16618 (eval $ac_try) 2>&5 16972 (eval $ac_try) 2>&5
16619 ac_status=$? 16973 ac_status=$?
@@ -16657,7 +17011,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16657 cat conftest.err >&5 17011 cat conftest.err >&5
16658 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16659 (exit $ac_status); } && 17013 (exit $ac_status); } &&
16660 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17014 { ac_try='test -z "$ac_c_werror_flag"
17015 || test ! -s conftest.err'
16661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16662 (eval $ac_try) 2>&5 17017 (eval $ac_try) 2>&5
16663 ac_status=$? 17018 ac_status=$?
@@ -16803,7 +17158,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16803 cat conftest.err >&5 17158 cat conftest.err >&5
16804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16805 (exit $ac_status); } && 17160 (exit $ac_status); } &&
16806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17161 { ac_try='test -z "$ac_c_werror_flag"
17162 || test ! -s conftest.err'
16807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16808 (eval $ac_try) 2>&5 17164 (eval $ac_try) 2>&5
16809 ac_status=$? 17165 ac_status=$?
@@ -16847,7 +17203,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16847 cat conftest.err >&5 17203 cat conftest.err >&5
16848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16849 (exit $ac_status); } && 17205 (exit $ac_status); } &&
16850 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17206 { ac_try='test -z "$ac_c_werror_flag"
17207 || test ! -s conftest.err'
16851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16852 (eval $ac_try) 2>&5 17209 (eval $ac_try) 2>&5
16853 ac_status=$? 17210 ac_status=$?
@@ -16912,7 +17269,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16912 cat conftest.err >&5 17269 cat conftest.err >&5
16913 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16914 (exit $ac_status); } && 17271 (exit $ac_status); } &&
16915 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17272 { ac_try='test -z "$ac_c_werror_flag"
17273 || test ! -s conftest.err'
16916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16917 (eval $ac_try) 2>&5 17275 (eval $ac_try) 2>&5
16918 ac_status=$? 17276 ac_status=$?
@@ -17002,7 +17360,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17002 cat conftest.err >&5 17360 cat conftest.err >&5
17003 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17004 (exit $ac_status); } && 17362 (exit $ac_status); } &&
17005 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17363 { ac_try='test -z "$ac_c_werror_flag"
17364 || test ! -s conftest.err'
17006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17007 (eval $ac_try) 2>&5 17366 (eval $ac_try) 2>&5
17008 ac_status=$? 17367 ac_status=$?
@@ -17189,7 +17548,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17189 cat conftest.err >&5 17548 cat conftest.err >&5
17190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17191 (exit $ac_status); } && 17550 (exit $ac_status); } &&
17192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17551 { ac_try='test -z "$ac_c_werror_flag"
17552 || test ! -s conftest.err'
17193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17194 (eval $ac_try) 2>&5 17554 (eval $ac_try) 2>&5
17195 ac_status=$? 17555 ac_status=$?
@@ -17259,7 +17619,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17259 cat conftest.err >&5 17619 cat conftest.err >&5
17260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17261 (exit $ac_status); } && 17621 (exit $ac_status); } &&
17262 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17622 { ac_try='test -z "$ac_c_werror_flag"
17623 || test ! -s conftest.err'
17263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17264 (eval $ac_try) 2>&5 17625 (eval $ac_try) 2>&5
17265 ac_status=$? 17626 ac_status=$?
@@ -17328,7 +17689,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17328 cat conftest.err >&5 17689 cat conftest.err >&5
17329 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17330 (exit $ac_status); } && 17691 (exit $ac_status); } &&
17331 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17692 { ac_try='test -z "$ac_c_werror_flag"
17693 || test ! -s conftest.err'
17332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17333 (eval $ac_try) 2>&5 17695 (eval $ac_try) 2>&5
17334 ac_status=$? 17696 ac_status=$?
@@ -17460,7 +17822,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17460 cat conftest.err >&5 17822 cat conftest.err >&5
17461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17462 (exit $ac_status); } && 17824 (exit $ac_status); } &&
17463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17825 { ac_try='test -z "$ac_c_werror_flag"
17826 || test ! -s conftest.err'
17464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17465 (eval $ac_try) 2>&5 17828 (eval $ac_try) 2>&5
17466 ac_status=$? 17829 ac_status=$?
@@ -17562,7 +17925,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17562 cat conftest.err >&5 17925 cat conftest.err >&5
17563 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17564 (exit $ac_status); } && 17927 (exit $ac_status); } &&
17565 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17928 { ac_try='test -z "$ac_c_werror_flag"
17929 || test ! -s conftest.err'
17566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17567 (eval $ac_try) 2>&5 17931 (eval $ac_try) 2>&5
17568 ac_status=$? 17932 ac_status=$?
@@ -17631,7 +17995,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17631 cat conftest.err >&5 17995 cat conftest.err >&5
17632 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17633 (exit $ac_status); } && 17997 (exit $ac_status); } &&
17634 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17998 { ac_try='test -z "$ac_c_werror_flag"
17999 || test ! -s conftest.err'
17635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17636 (eval $ac_try) 2>&5 18001 (eval $ac_try) 2>&5
17637 ac_status=$? 18002 ac_status=$?
@@ -17738,7 +18103,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17738 cat conftest.err >&5 18103 cat conftest.err >&5
17739 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17740 (exit $ac_status); } && 18105 (exit $ac_status); } &&
17741 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18106 { ac_try='test -z "$ac_c_werror_flag"
18107 || test ! -s conftest.err'
17742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17743 (eval $ac_try) 2>&5 18109 (eval $ac_try) 2>&5
17744 ac_status=$? 18110 ac_status=$?
@@ -17841,7 +18207,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17841 cat conftest.err >&5 18207 cat conftest.err >&5
17842 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17843 (exit $ac_status); } && 18209 (exit $ac_status); } &&
17844 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18210 { ac_try='test -z "$ac_c_werror_flag"
18211 || test ! -s conftest.err'
17845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17846 (eval $ac_try) 2>&5 18213 (eval $ac_try) 2>&5
17847 ac_status=$? 18214 ac_status=$?
@@ -17917,7 +18284,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17917 cat conftest.err >&5 18284 cat conftest.err >&5
17918 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17919 (exit $ac_status); } && 18286 (exit $ac_status); } &&
17920 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18287 { ac_try='test -z "$ac_c_werror_flag"
18288 || test ! -s conftest.err'
17921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17922 (eval $ac_try) 2>&5 18290 (eval $ac_try) 2>&5
17923 ac_status=$? 18291 ac_status=$?
@@ -18021,7 +18389,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18021 cat conftest.err >&5 18389 cat conftest.err >&5
18022 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18023 (exit $ac_status); } && 18391 (exit $ac_status); } &&
18024 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18392 { ac_try='test -z "$ac_c_werror_flag"
18393 || test ! -s conftest.err'
18025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18026 (eval $ac_try) 2>&5 18395 (eval $ac_try) 2>&5
18027 ac_status=$? 18396 ac_status=$?
@@ -18113,7 +18482,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18113 cat conftest.err >&5 18482 cat conftest.err >&5
18114 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18115 (exit $ac_status); } && 18484 (exit $ac_status); } &&
18116 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18485 { ac_try='test -z "$ac_c_werror_flag"
18486 || test ! -s conftest.err'
18117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18118 (eval $ac_try) 2>&5 18488 (eval $ac_try) 2>&5
18119 ac_status=$? 18489 ac_status=$?
@@ -18178,7 +18548,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18178 cat conftest.err >&5 18548 cat conftest.err >&5
18179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18180 (exit $ac_status); } && 18550 (exit $ac_status); } &&
18181 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18551 { ac_try='test -z "$ac_c_werror_flag"
18552 || test ! -s conftest.err'
18182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18183 (eval $ac_try) 2>&5 18554 (eval $ac_try) 2>&5
18184 ac_status=$? 18555 ac_status=$?
@@ -18244,7 +18615,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18244 cat conftest.err >&5 18615 cat conftest.err >&5
18245 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18246 (exit $ac_status); } && 18617 (exit $ac_status); } &&
18247 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18618 { ac_try='test -z "$ac_c_werror_flag"
18619 || test ! -s conftest.err'
18248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18249 (eval $ac_try) 2>&5 18621 (eval $ac_try) 2>&5
18250 ac_status=$? 18622 ac_status=$?
@@ -18354,7 +18726,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18354 cat conftest.err >&5 18726 cat conftest.err >&5
18355 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18356 (exit $ac_status); } && 18728 (exit $ac_status); } &&
18357 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18729 { ac_try='test -z "$ac_c_werror_flag"
18730 || test ! -s conftest.err'
18358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18359 (eval $ac_try) 2>&5 18732 (eval $ac_try) 2>&5
18360 ac_status=$? 18733 ac_status=$?
@@ -18419,7 +18792,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18419 cat conftest.err >&5 18792 cat conftest.err >&5
18420 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18421 (exit $ac_status); } && 18794 (exit $ac_status); } &&
18422 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18795 { ac_try='test -z "$ac_c_werror_flag"
18796 || test ! -s conftest.err'
18423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18424 (eval $ac_try) 2>&5 18798 (eval $ac_try) 2>&5
18425 ac_status=$? 18799 ac_status=$?
@@ -18499,7 +18873,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18499 cat conftest.err >&5 18873 cat conftest.err >&5
18500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18501 (exit $ac_status); } && 18875 (exit $ac_status); } &&
18502 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18876 { ac_try='test -z "$ac_c_werror_flag"
18877 || test ! -s conftest.err'
18503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18504 (eval $ac_try) 2>&5 18879 (eval $ac_try) 2>&5
18505 ac_status=$? 18880 ac_status=$?
@@ -18572,7 +18947,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18572 cat conftest.err >&5 18947 cat conftest.err >&5
18573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18574 (exit $ac_status); } && 18949 (exit $ac_status); } &&
18575 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18950 { ac_try='test -z "$ac_c_werror_flag"
18951 || test ! -s conftest.err'
18576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18577 (eval $ac_try) 2>&5 18953 (eval $ac_try) 2>&5
18578 ac_status=$? 18954 ac_status=$?
@@ -18645,7 +19021,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18645 cat conftest.err >&5 19021 cat conftest.err >&5
18646 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18647 (exit $ac_status); } && 19023 (exit $ac_status); } &&
18648 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19024 { ac_try='test -z "$ac_c_werror_flag"
19025 || test ! -s conftest.err'
18649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18650 (eval $ac_try) 2>&5 19027 (eval $ac_try) 2>&5
18651 ac_status=$? 19028 ac_status=$?
@@ -18718,7 +19095,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18718 cat conftest.err >&5 19095 cat conftest.err >&5
18719 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18720 (exit $ac_status); } && 19097 (exit $ac_status); } &&
18721 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19098 { ac_try='test -z "$ac_c_werror_flag"
19099 || test ! -s conftest.err'
18722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18723 (eval $ac_try) 2>&5 19101 (eval $ac_try) 2>&5
18724 ac_status=$? 19102 ac_status=$?
@@ -18792,7 +19170,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18792 cat conftest.err >&5 19170 cat conftest.err >&5
18793 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18794 (exit $ac_status); } && 19172 (exit $ac_status); } &&
18795 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19173 { ac_try='test -z "$ac_c_werror_flag"
19174 || test ! -s conftest.err'
18796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18797 (eval $ac_try) 2>&5 19176 (eval $ac_try) 2>&5
18798 ac_status=$? 19177 ac_status=$?
@@ -18864,7 +19243,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18864 cat conftest.err >&5 19243 cat conftest.err >&5
18865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18866 (exit $ac_status); } && 19245 (exit $ac_status); } &&
18867 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19246 { ac_try='test -z "$ac_c_werror_flag"
19247 || test ! -s conftest.err'
18868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18869 (eval $ac_try) 2>&5 19249 (eval $ac_try) 2>&5
18870 ac_status=$? 19250 ac_status=$?
@@ -18939,7 +19319,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18939 cat conftest.err >&5 19319 cat conftest.err >&5
18940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18941 (exit $ac_status); } && 19321 (exit $ac_status); } &&
18942 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19322 { ac_try='test -z "$ac_c_werror_flag"
19323 || test ! -s conftest.err'
18943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18944 (eval $ac_try) 2>&5 19325 (eval $ac_try) 2>&5
18945 ac_status=$? 19326 ac_status=$?
@@ -19011,7 +19392,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19011 cat conftest.err >&5 19392 cat conftest.err >&5
19012 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19013 (exit $ac_status); } && 19394 (exit $ac_status); } &&
19014 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19395 { ac_try='test -z "$ac_c_werror_flag"
19396 || test ! -s conftest.err'
19015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19016 (eval $ac_try) 2>&5 19398 (eval $ac_try) 2>&5
19017 ac_status=$? 19399 ac_status=$?
@@ -19084,7 +19466,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19084 cat conftest.err >&5 19466 cat conftest.err >&5
19085 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19086 (exit $ac_status); } && 19468 (exit $ac_status); } &&
19087 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19469 { ac_try='test -z "$ac_c_werror_flag"
19470 || test ! -s conftest.err'
19088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19089 (eval $ac_try) 2>&5 19472 (eval $ac_try) 2>&5
19090 ac_status=$? 19473 ac_status=$?
@@ -19234,7 +19617,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19234 cat conftest.err >&5 19617 cat conftest.err >&5
19235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19236 (exit $ac_status); } && 19619 (exit $ac_status); } &&
19237 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19620 { ac_try='test -z "$ac_c_werror_flag"
19621 || test ! -s conftest.err'
19238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19239 (eval $ac_try) 2>&5 19623 (eval $ac_try) 2>&5
19240 ac_status=$? 19624 ac_status=$?
@@ -19380,7 +19764,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19380 cat conftest.err >&5 19764 cat conftest.err >&5
19381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19382 (exit $ac_status); } && 19766 (exit $ac_status); } &&
19383 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19767 { ac_try='test -z "$ac_c_werror_flag"
19768 || test ! -s conftest.err'
19384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19385 (eval $ac_try) 2>&5 19770 (eval $ac_try) 2>&5
19386 ac_status=$? 19771 ac_status=$?
@@ -19526,7 +19911,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19526 cat conftest.err >&5 19911 cat conftest.err >&5
19527 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19528 (exit $ac_status); } && 19913 (exit $ac_status); } &&
19529 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19914 { ac_try='test -z "$ac_c_werror_flag"
19915 || test ! -s conftest.err'
19530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19531 (eval $ac_try) 2>&5 19917 (eval $ac_try) 2>&5
19532 ac_status=$? 19918 ac_status=$?
@@ -19683,7 +20069,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19683 cat conftest.err >&5 20069 cat conftest.err >&5
19684 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19685 (exit $ac_status); } && 20071 (exit $ac_status); } &&
19686 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20072 { ac_try='test -z "$ac_c_werror_flag"
20073 || test ! -s conftest.err'
19687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19688 (eval $ac_try) 2>&5 20075 (eval $ac_try) 2>&5
19689 ac_status=$? 20076 ac_status=$?
@@ -19829,7 +20216,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19829 cat conftest.err >&5 20216 cat conftest.err >&5
19830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19831 (exit $ac_status); } && 20218 (exit $ac_status); } &&
19832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20219 { ac_try='test -z "$ac_c_werror_flag"
20220 || test ! -s conftest.err'
19833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19834 (eval $ac_try) 2>&5 20222 (eval $ac_try) 2>&5
19835 ac_status=$? 20223 ac_status=$?
@@ -19975,7 +20363,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19975 cat conftest.err >&5 20363 cat conftest.err >&5
19976 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19977 (exit $ac_status); } && 20365 (exit $ac_status); } &&
19978 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20366 { ac_try='test -z "$ac_c_werror_flag"
20367 || test ! -s conftest.err'
19979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19980 (eval $ac_try) 2>&5 20369 (eval $ac_try) 2>&5
19981 ac_status=$? 20370 ac_status=$?
@@ -20133,7 +20522,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20133 cat conftest.err >&5 20522 cat conftest.err >&5
20134 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20135 (exit $ac_status); } && 20524 (exit $ac_status); } &&
20136 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20525 { ac_try='test -z "$ac_c_werror_flag"
20526 || test ! -s conftest.err'
20137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20138 (eval $ac_try) 2>&5 20528 (eval $ac_try) 2>&5
20139 ac_status=$? 20529 ac_status=$?
@@ -20291,7 +20681,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20291 cat conftest.err >&5 20681 cat conftest.err >&5
20292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20293 (exit $ac_status); } && 20683 (exit $ac_status); } &&
20294 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20684 { ac_try='test -z "$ac_c_werror_flag"
20685 || test ! -s conftest.err'
20295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20296 (eval $ac_try) 2>&5 20687 (eval $ac_try) 2>&5
20297 ac_status=$? 20688 ac_status=$?
@@ -20480,7 +20871,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20480 cat conftest.err >&5 20871 cat conftest.err >&5
20481 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482 (exit $ac_status); } && 20873 (exit $ac_status); } &&
20483 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20874 { ac_try='test -z "$ac_c_werror_flag"
20875 || test ! -s conftest.err'
20484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20485 (eval $ac_try) 2>&5 20877 (eval $ac_try) 2>&5
20486 ac_status=$? 20878 ac_status=$?
@@ -20553,7 +20945,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20553 cat conftest.err >&5 20945 cat conftest.err >&5
20554 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20555 (exit $ac_status); } && 20947 (exit $ac_status); } &&
20556 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20948 { ac_try='test -z "$ac_c_werror_flag"
20949 || test ! -s conftest.err'
20557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20558 (eval $ac_try) 2>&5 20951 (eval $ac_try) 2>&5
20559 ac_status=$? 20952 ac_status=$?
@@ -20621,7 +21014,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20621 cat conftest.err >&5 21014 cat conftest.err >&5
20622 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20623 (exit $ac_status); } && 21016 (exit $ac_status); } &&
20624 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21017 { ac_try='test -z "$ac_c_werror_flag"
21018 || test ! -s conftest.err'
20625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20626 (eval $ac_try) 2>&5 21020 (eval $ac_try) 2>&5
20627 ac_status=$? 21021 ac_status=$?
@@ -20667,7 +21061,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20667 cat conftest.err >&5 21061 cat conftest.err >&5
20668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20669 (exit $ac_status); } && 21063 (exit $ac_status); } &&
20670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21064 { ac_try='test -z "$ac_c_werror_flag"
21065 || test ! -s conftest.err'
20671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20672 (eval $ac_try) 2>&5 21067 (eval $ac_try) 2>&5
20673 ac_status=$? 21068 ac_status=$?
@@ -20741,7 +21136,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20741 cat conftest.err >&5 21136 cat conftest.err >&5
20742 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20743 (exit $ac_status); } && 21138 (exit $ac_status); } &&
20744 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21139 { ac_try='test -z "$ac_c_werror_flag"
21140 || test ! -s conftest.err'
20745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20746 (eval $ac_try) 2>&5 21142 (eval $ac_try) 2>&5
20747 ac_status=$? 21143 ac_status=$?
@@ -20805,7 +21201,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20805 cat conftest.err >&5 21201 cat conftest.err >&5
20806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20807 (exit $ac_status); } && 21203 (exit $ac_status); } &&
20808 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21204 { ac_try='test -z "$ac_c_werror_flag"
21205 || test ! -s conftest.err'
20809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20810 (eval $ac_try) 2>&5 21207 (eval $ac_try) 2>&5
20811 ac_status=$? 21208 ac_status=$?
@@ -20943,7 +21340,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20943 cat conftest.err >&5 21340 cat conftest.err >&5
20944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20945 (exit $ac_status); } && 21342 (exit $ac_status); } &&
20946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21343 { ac_try='test -z "$ac_c_werror_flag"
21344 || test ! -s conftest.err'
20947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20948 (eval $ac_try) 2>&5 21346 (eval $ac_try) 2>&5
20949 ac_status=$? 21347 ac_status=$?
@@ -21004,7 +21402,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21004 cat conftest.err >&5 21402 cat conftest.err >&5
21005 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21006 (exit $ac_status); } && 21404 (exit $ac_status); } &&
21007 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21405 { ac_try='test -z "$ac_c_werror_flag"
21406 || test ! -s conftest.err'
21008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21009 (eval $ac_try) 2>&5 21408 (eval $ac_try) 2>&5
21010 ac_status=$? 21409 ac_status=$?
@@ -21149,7 +21548,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21149 cat conftest.err >&5 21548 cat conftest.err >&5
21150 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21151 (exit $ac_status); } && 21550 (exit $ac_status); } &&
21152 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21551 { ac_try='test -z "$ac_c_werror_flag"
21552 || test ! -s conftest.err'
21153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21154 (eval $ac_try) 2>&5 21554 (eval $ac_try) 2>&5
21155 ac_status=$? 21555 ac_status=$?
@@ -21305,7 +21705,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21305 cat conftest.err >&5 21705 cat conftest.err >&5
21306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21307 (exit $ac_status); } && 21707 (exit $ac_status); } &&
21308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21708 { ac_try='test -z "$ac_c_werror_flag"
21709 || test ! -s conftest.err'
21309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21310 (eval $ac_try) 2>&5 21711 (eval $ac_try) 2>&5
21311 ac_status=$? 21712 ac_status=$?
@@ -21476,7 +21877,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21476 cat conftest.err >&5 21877 cat conftest.err >&5
21477 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21478 (exit $ac_status); } && 21879 (exit $ac_status); } &&
21479 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21880 { ac_try='test -z "$ac_c_werror_flag"
21881 || test ! -s conftest.err'
21480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21481 (eval $ac_try) 2>&5 21883 (eval $ac_try) 2>&5
21482 ac_status=$? 21884 ac_status=$?
@@ -21544,7 +21946,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21544 cat conftest.err >&5 21946 cat conftest.err >&5
21545 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21546 (exit $ac_status); } && 21948 (exit $ac_status); } &&
21547 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21949 { ac_try='test -z "$ac_c_werror_flag"
21950 || test ! -s conftest.err'
21548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21549 (eval $ac_try) 2>&5 21952 (eval $ac_try) 2>&5
21550 ac_status=$? 21953 ac_status=$?
@@ -21729,7 +22132,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21729 cat conftest.err >&5 22132 cat conftest.err >&5
21730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21731 (exit $ac_status); } && 22134 (exit $ac_status); } &&
21732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22135 { ac_try='test -z "$ac_c_werror_flag"
22136 || test ! -s conftest.err'
21733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21734 (eval $ac_try) 2>&5 22138 (eval $ac_try) 2>&5
21735 ac_status=$? 22139 ac_status=$?
@@ -22022,7 +22426,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22022 cat conftest.err >&5 22426 cat conftest.err >&5
22023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22024 (exit $ac_status); } && 22428 (exit $ac_status); } &&
22025 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22429 { ac_try='test -z "$ac_c_werror_flag"
22430 || test ! -s conftest.err'
22026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22027 (eval $ac_try) 2>&5 22432 (eval $ac_try) 2>&5
22028 ac_status=$? 22433 ac_status=$?
@@ -22087,7 +22492,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22087 cat conftest.err >&5 22492 cat conftest.err >&5
22088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22089 (exit $ac_status); } && 22494 (exit $ac_status); } &&
22090 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22495 { ac_try='test -z "$ac_c_werror_flag"
22496 || test ! -s conftest.err'
22091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22092 (eval $ac_try) 2>&5 22498 (eval $ac_try) 2>&5
22093 ac_status=$? 22499 ac_status=$?
@@ -22150,7 +22556,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22150 cat conftest.err >&5 22556 cat conftest.err >&5
22151 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22152 (exit $ac_status); } && 22558 (exit $ac_status); } &&
22153 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22559 { ac_try='test -z "$ac_c_werror_flag"
22560 || test ! -s conftest.err'
22154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22155 (eval $ac_try) 2>&5 22562 (eval $ac_try) 2>&5
22156 ac_status=$? 22563 ac_status=$?
@@ -22216,7 +22623,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22216 cat conftest.err >&5 22623 cat conftest.err >&5
22217 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22218 (exit $ac_status); } && 22625 (exit $ac_status); } &&
22219 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22626 { ac_try='test -z "$ac_c_werror_flag"
22627 || test ! -s conftest.err'
22220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22221 (eval $ac_try) 2>&5 22629 (eval $ac_try) 2>&5
22222 ac_status=$? 22630 ac_status=$?
@@ -22257,7 +22665,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22257 cat conftest.err >&5 22665 cat conftest.err >&5
22258 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22259 (exit $ac_status); } && 22667 (exit $ac_status); } &&
22260 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22668 { ac_try='test -z "$ac_c_werror_flag"
22669 || test ! -s conftest.err'
22261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22262 (eval $ac_try) 2>&5 22671 (eval $ac_try) 2>&5
22263 ac_status=$? 22672 ac_status=$?
@@ -22324,7 +22733,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22324 cat conftest.err >&5 22733 cat conftest.err >&5
22325 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22326 (exit $ac_status); } && 22735 (exit $ac_status); } &&
22327 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22736 { ac_try='test -z "$ac_c_werror_flag"
22737 || test ! -s conftest.err'
22328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22329 (eval $ac_try) 2>&5 22739 (eval $ac_try) 2>&5
22330 ac_status=$? 22740 ac_status=$?
@@ -23228,8 +23638,9 @@ s,@CPPFLAGS@,$CPPFLAGS,;t t
23228s,@ac_ct_CC@,$ac_ct_CC,;t t 23638s,@ac_ct_CC@,$ac_ct_CC,;t t
23229s,@EXEEXT@,$EXEEXT,;t t 23639s,@EXEEXT@,$EXEEXT,;t t
23230s,@OBJEXT@,$OBJEXT,;t t 23640s,@OBJEXT@,$OBJEXT,;t t
23231s,@LN_S@,$LN_S,;t t
23232s,@CPP@,$CPP,;t t 23641s,@CPP@,$CPP,;t t
23642s,@EGREP@,$EGREP,;t t
23643s,@LN_S@,$LN_S,;t t
23233s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 23644s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
23234s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 23645s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
23235s,@INSTALL_DATA@,$INSTALL_DATA,;t t 23646s,@INSTALL_DATA@,$INSTALL_DATA,;t t
@@ -23237,7 +23648,6 @@ s,@RANLIB@,$RANLIB,;t t
23237s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 23648s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
23238s,@INSTALL_INFO@,$INSTALL_INFO,;t t 23649s,@INSTALL_INFO@,$INSTALL_INFO,;t t
23239s,@GZIP_PROG@,$GZIP_PROG,;t t 23650s,@GZIP_PROG@,$GZIP_PROG,;t t
23240s,@EGREP@,$EGREP,;t t
23241s,@LIBSOUND@,$LIBSOUND,;t t 23651s,@LIBSOUND@,$LIBSOUND,;t t
23242s,@SET_MAKE@,$SET_MAKE,;t t 23652s,@SET_MAKE@,$SET_MAKE,;t t
23243s,@PKG_CONFIG@,$PKG_CONFIG,;t t 23653s,@PKG_CONFIG@,$PKG_CONFIG,;t t
@@ -23441,6 +23851,11 @@ esac
23441 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 23851 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
23442 esac 23852 esac
23443 23853
23854 if test x"$ac_file" != x-; then
23855 { echo "$as_me:$LINENO: creating $ac_file" >&5
23856echo "$as_me: creating $ac_file" >&6;}
23857 rm -f "$ac_file"
23858 fi
23444 # Let's still pretend it is `configure' which instantiates (i.e., don't 23859 # Let's still pretend it is `configure' which instantiates (i.e., don't
23445 # use $as_me), people would be surprised to read: 23860 # use $as_me), people would be surprised to read:
23446 # /* config.h. Generated by config.status. */ 23861 # /* config.h. Generated by config.status. */
@@ -23479,12 +23894,6 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
23479 fi;; 23894 fi;;
23480 esac 23895 esac
23481 done` || { (exit 1); exit 1; } 23896 done` || { (exit 1); exit 1; }
23482
23483 if test x"$ac_file" != x-; then
23484 { echo "$as_me:$LINENO: creating $ac_file" >&5
23485echo "$as_me: creating $ac_file" >&6;}
23486 rm -f "$ac_file"
23487 fi
23488_ACEOF 23897_ACEOF
23489cat >>$CONFIG_STATUS <<_ACEOF 23898cat >>$CONFIG_STATUS <<_ACEOF
23490 sed "$ac_vpsub 23899 sed "$ac_vpsub