From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16636 invoked by alias); 15 Jul 2006 09:33:16 -0000 Received: (qmail 16624 invoked by uid 22791); 15 Jul 2006 09:33:08 -0000 X-Spam-Check-By: sourceware.org Received: from potter.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 15 Jul 2006 09:32:58 +0000 Received: (qmail 19247 invoked from network); 15 Jul 2006 09:32:55 -0000 Received: from unknown (HELO zigzag.lvk.cs.msu.su) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Jul 2006 09:32:55 -0000 From: Vladimir Prus To: gdb-patches@sources.redhat.com Subject: [PATCH] --with-versuffix and --with-bugurl options Date: Sat, 15 Jul 2006 09:33:00 -0000 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_CZLuE+i6r61/RAE" Message-Id: <200607151332.50662.vladimir@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00171.txt.bz2 --Boundary-00=_CZLuE+i6r61/RAE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 465 The attached patch adds two configure option to allow one to add extra version information and bug reporting URL at configure time, without changing code. OK? - Volodya 2006-07-14 Vladimir Prus * configure.ac: Accept --with-versuffix and --with-bugurl. * configure: Regenerate. * Makefile.in: (VERSUFFIX_s, BUGURL_s): New. (GDB_FLAGS): Add -DVERSUFFIX and -DBUGURL. * top.c (print_gdb_version): Print VERSUFFIX and BUGURL. --Boundary-00=_CZLuE+i6r61/RAE Content-Type: text/x-diff; charset="us-ascii"; name="VERSUFF.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="VERSUFF.diff" Content-length: 85611 Index: Makefile.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.827 diff -u -r1.827 Makefile.in --- Makefile.in 12 Jul 2006 20:46:32 -0000 1.827 +++ Makefile.in 15 Jul 2006 09:27:07 -0000 @@ -327,7 +327,11 @@ # your system doesn't have fcntl.h in /usr/include (which is where it # should be according to Posix). DEFS =3D @DEFS@ -GDB_CFLAGS =3D -I. -I$(srcdir) -I$(srcdir)/config -DLOCALEDIR=3D"\"$(local= edir)\"" $(DEFS) +VERSUFFIX_s :=3D "\"@VERSUFFIX@\"" +BUGURL_s :=3D "\"@BUGURL@\"" +GDB_CFLAGS =3D -I. -I$(srcdir) -I$(srcdir)/config \ + -DLOCALEDIR=3D"\"$(localedir)\"" -DVERSUFFIX=3D$(VERSUFFIX_s) \ + -DBUGURL=3D$(BUGURL_s) $(DEFS) =20 # M{H,T}_CFLAGS, if defined, have host- and target-dependent CFLAGS # from the config directory. Index: configure =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/configure,v retrieving revision 1.212 diff -u -r1.212 configure --- configure 31 May 2006 15:14:36 -0000 1.212 +++ configure 15 Jul 2006 09:27:08 -0000 @@ -313,7 +313,7 @@ ac_subdirs_all=3D"$ac_subdirs_all gdbtk" ac_subdirs_all=3D"$ac_subdirs_all multi-ice" ac_subdirs_all=3D"$ac_subdirs_all gdbserver" -ac_subst_vars=3D'SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE= _VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transf= orm_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir locals= tatedir libdir includedir oldincludedir infodir mandir build_alias host_ali= as target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINTAINER_MODE_TRUE MAINTAI= NER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP = EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_= os target target_cpu target_vendor target_os USE_NLS LIBINTL LIBINTL_DEP IN= CINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJE= XT localedir PACKAGE subdirs AWK INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DAT= A LN_S RANLIB ac_ct_RANLIB YACC AR ac_ct_AR DLLTOOL ac_ct_DLLTOOL WINDRES a= c_ct_WINDRES MIG ac_ct_MIG ALLOCA CONFIG_LDFLAGS TARGET_SYSTEM_ROOT TARGET_= SYSTEM_ROOT_DEFINE WARN_CFLAGS WERROR_CFLAGS SER_HARDWIRE WIN32LIBS LIBGUI = GUI_CFLAGS_X WIN32LDAPP TCL_VERSION TCL_MAJOR_VERSION TCL_MINOR_VERSION TCL= _CC TCL_DEFS TCL_SHLIB_CFLAGS TCL_SHLIB_LD TCL_SHLIB_LD_LIBS TCL_SHLIB_SUFF= IX TCL_DL_LIBS TCL_LD_FLAGS TCL_LD_SEARCH_FLAGS TCL_CC_SEARCH_FLAGS TCL_COM= PAT_OBJS TCL_RANLIB TCL_BUILD_LIB_SPEC TCL_LIB_SPEC TCL_LIB_VERSIONS_OK TK_= VERSION TK_DEFS TK_BUILD_INCLUDES TK_XINCLUDES TK_XLIBSW TK_BUILD_LIB_SPEC = TK_LIB_SPEC TCLHDIR TKHDIR ITCLHDIR ITKHDIR ITCL_VERSION ITCL_DEFS ITCL_BUI= LD_INCLUDES ITCL_BUILD_LIB_SPEC ITCL_LIB_SPEC ITK_VERSION ITK_DEFS ITK_BUIL= D_INCLUDES ITK_BUILD_LIB_SPEC ITK_LIB_SPEC X_CFLAGS X_LDFLAGS X_LIBS TCL_DE= PS TK_DEPS ITCLLIB ITCL_DEPS ITKLIB ITK_DEPS GDBTKLIBS GDBTK_CFLAGS GDBTK_S= RC_DIR IGNORE_SIM IGNORE_SIM_OBS ENABLE_CFLAGS PROFILE_CFLAGS CONFIG_OBS CO= NFIG_DEPS CONFIG_SRCS CONFIG_ALL CONFIG_CLEAN CONFIG_INSTALL CONFIG_UNINSTA= LL target_subdir frags xm_h tm_h nm_h LIBICONV LIBOBJS LTLIBOBJS' +ac_subst_vars=3D'SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE= _VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transf= orm_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir locals= tatedir libdir includedir oldincludedir infodir mandir build_alias host_ali= as target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINTAINER_MODE_TRUE MAINTAI= NER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP = EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_= os target target_cpu target_vendor target_os USE_NLS LIBINTL LIBINTL_DEP IN= CINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJE= XT localedir PACKAGE subdirs VERSUFFIX BUGURL AWK INSTALL_PROGRAM INSTALL_S= CRIPT INSTALL_DATA LN_S RANLIB ac_ct_RANLIB YACC AR ac_ct_AR DLLTOOL ac_ct_= DLLTOOL WINDRES ac_ct_WINDRES MIG ac_ct_MIG ALLOCA CONFIG_LDFLAGS TARGET_SY= STEM_ROOT TARGET_SYSTEM_ROOT_DEFINE WARN_CFLAGS WERROR_CFLAGS SER_HARDWIRE = WIN32LIBS LIBGUI GUI_CFLAGS_X WIN32LDAPP TCL_VERSION TCL_MAJOR_VERSION TCL_= MINOR_VERSION TCL_CC TCL_DEFS TCL_SHLIB_CFLAGS TCL_SHLIB_LD TCL_SHLIB_LD_LI= BS TCL_SHLIB_SUFFIX TCL_DL_LIBS TCL_LD_FLAGS TCL_LD_SEARCH_FLAGS TCL_CC_SEA= RCH_FLAGS TCL_COMPAT_OBJS TCL_RANLIB TCL_BUILD_LIB_SPEC TCL_LIB_SPEC TCL_LI= B_VERSIONS_OK TK_VERSION TK_DEFS TK_BUILD_INCLUDES TK_XINCLUDES TK_XLIBSW T= K_BUILD_LIB_SPEC TK_LIB_SPEC TCLHDIR TKHDIR ITCLHDIR ITKHDIR ITCL_VERSION I= TCL_DEFS ITCL_BUILD_INCLUDES ITCL_BUILD_LIB_SPEC ITCL_LIB_SPEC ITK_VERSION = ITK_DEFS ITK_BUILD_INCLUDES ITK_BUILD_LIB_SPEC ITK_LIB_SPEC X_CFLAGS X_LDFL= AGS X_LIBS TCL_DEPS TK_DEPS ITCLLIB ITCL_DEPS ITKLIB ITK_DEPS GDBTKLIBS GDB= TK_CFLAGS GDBTK_SRC_DIR IGNORE_SIM IGNORE_SIM_OBS ENABLE_CFLAGS PROFILE_CFL= AGS CONFIG_OBS CONFIG_DEPS CONFIG_SRCS CONFIG_ALL CONFIG_CLEAN CONFIG_INSTA= LL CONFIG_UNINSTALL target_subdir frags xm_h tm_h nm_h LIBICONV LIBOBJS LTL= IBOBJS' ac_subst_files=3D'host_makefile_frag target_makefile_frag' =20 # Initialize some variables set by options. @@ -876,6 +876,8 @@ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=3Dno) --with-separate-debug-dir=3Dpath Look for global separate debug info i= n this path LIBDIR/debug --with-libunwind Use libunwind frame unwinding support + --with-versuffix=3DSFX Append SFX to the version string + --with-bugurl=3DURL Direct users to URL to report a bug --without-included-regex don't use included regex; this is the default on systems with version 2 of the GNU C library (use with caution on other system) @@ -989,7 +991,7 @@ else echo "$as_me: WARNING: no configuration information is in $ac_dir" >= &2 fi - cd $ac_popdir + cd "$ac_popdir" done fi =20 @@ -1931,8 +1933,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -1990,8 +1991,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -2107,8 +2107,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -2162,8 +2161,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -2208,8 +2206,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -2253,8 +2250,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -2617,8 +2613,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -2672,8 +2667,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -2779,8 +2773,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -2945,8 +2938,9 @@ XGETTEXT=3D GMSGFMT=3D POSUB=3D -if test -f ../intl/config.intl; then - . ../intl/config.intl + +if test -f ../intl/config.intl; then + . ../intl/config.intl fi echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 @@ -3228,8 +3222,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -3399,8 +3392,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -3480,8 +3472,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -3630,8 +3621,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -3787,8 +3777,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -3937,8 +3926,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -4149,8 +4137,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -4213,8 +4200,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -4284,8 +4270,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -4318,6 +4303,44 @@ CFLAGS=3D"$OLD_CFLAGS" fi =20 +# The trailing component of the string reported as the version number +# by gdb. For an official FSF release, it is empty. + +# Check whether --with-versuffix or --without-versuffix was given. +if test "${with_versuffix+set}" =3D set; then + withval=3D"$with_versuffix" + case "$withval" in + yes) { { echo "$as_me:$LINENO: error: version suffix not specified" >&5 +echo "$as_me: error: version suffix not specified" >&2;} + { (exit 1); exit 1; }; } ;; + no) VERSUFFIX=3D" (CodeSourcery Unofficial)" ;; + *) VERSUFFIX=3D" ($withval)" ;; + esac +else + VERSUFFIX=3D + +fi; + + +# The location to which bugs should be reported. + +# Check whether --with-bugurl or --without-bugurl was given. +if test "${with_bugurl+set}" =3D set; then + withval=3D"$with_bugurl" + case "$withval" in + yes) { { echo "$as_me:$LINENO: error: bug URL not specified" >&5 +echo "$as_me: error: bug URL not specified" >&2;} + { (exit 1); exit 1; }; } ;; + no) BUGURL=3D"" ;; + *) BUGURL=3D"" ;; + esac +else + BUGURL=3D"" + +fi; + + + # --------------------- # # Checks for programs. # # --------------------- # @@ -4931,8 +4954,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5036,8 +5058,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5103,8 +5124,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5180,8 +5200,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5235,8 +5254,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5308,8 +5326,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5363,8 +5380,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5444,8 +5460,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5499,8 +5514,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5591,8 +5605,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5646,8 +5659,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5730,8 +5742,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5803,8 +5814,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5858,8 +5868,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5930,8 +5939,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -5985,8 +5993,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -6111,8 +6118,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -6278,8 +6284,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -6428,8 +6433,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -6495,8 +6499,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -6646,8 +6649,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -6798,8 +6800,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -6948,8 +6949,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -7098,8 +7098,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -7248,8 +7247,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -7400,8 +7398,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -7550,8 +7547,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -7700,8 +7696,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -7850,8 +7845,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -8000,8 +7994,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -8150,8 +8143,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -8297,8 +8289,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -8364,8 +8355,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -8515,8 +8505,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -8666,8 +8655,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -8816,8 +8804,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -8966,8 +8953,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -9116,8 +9102,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -9263,8 +9248,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -9331,8 +9315,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -9483,8 +9466,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -9633,8 +9615,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -9800,8 +9781,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -9950,8 +9930,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10097,8 +10076,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10168,8 +10146,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10333,8 +10310,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10397,8 +10373,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10461,8 +10436,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10525,8 +10499,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10589,8 +10562,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10661,8 +10633,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10725,8 +10696,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10798,8 +10768,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10862,8 +10831,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -10966,8 +10934,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11029,8 +10996,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11070,8 +11036,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11127,8 +11092,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11168,8 +11132,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11233,8 +11196,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11265,10 +11227,8 @@ esac else if test "$cross_compiling" =3D yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross com= piling -See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling -See \`config.log' for more details." >&2;} + { { echo "$as_me:$LINENO: error: internal error: not reached in cross-co= mpile" >&5 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF @@ -11384,8 +11344,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11447,8 +11406,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11488,8 +11446,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11545,8 +11502,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11586,8 +11542,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11651,8 +11606,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11683,10 +11637,8 @@ esac else if test "$cross_compiling" =3D yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross com= piling -See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling -See \`config.log' for more details." >&2;} + { { echo "$as_me:$LINENO: error: internal error: not reached in cross-co= mpile" >&5 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF @@ -11802,8 +11754,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11865,8 +11816,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11906,8 +11856,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -11963,8 +11912,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12004,8 +11952,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12069,8 +12016,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12101,10 +12047,8 @@ esac else if test "$cross_compiling" =3D yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross com= piling -See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling -See \`config.log' for more details." >&2;} + { { echo "$as_me:$LINENO: error: internal error: not reached in cross-co= mpile" >&5 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF @@ -12216,8 +12160,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12279,8 +12222,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12320,8 +12262,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12377,8 +12318,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12418,8 +12358,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12483,8 +12422,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12515,10 +12453,8 @@ esac else if test "$cross_compiling" =3D yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross com= piling -See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling -See \`config.log' for more details." >&2;} + { { echo "$as_me:$LINENO: error: internal error: not reached in cross-co= mpile" >&5 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF @@ -12630,8 +12566,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12693,8 +12628,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12734,8 +12668,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12791,8 +12724,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12832,8 +12764,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12897,8 +12828,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -12929,10 +12859,8 @@ esac else if test "$cross_compiling" =3D yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross com= piling -See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling -See \`config.log' for more details." >&2;} + { { echo "$as_me:$LINENO: error: internal error: not reached in cross-co= mpile" >&5 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF @@ -13120,8 +13048,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13190,8 +13117,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13260,8 +13186,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13332,8 +13257,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13402,8 +13326,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13474,8 +13397,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13544,8 +13466,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13614,8 +13535,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13690,8 +13610,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13734,8 +13653,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13800,8 +13718,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13844,8 +13761,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13923,8 +13839,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -13988,8 +13903,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -14054,8 +13968,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -14167,8 +14080,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -14228,8 +14140,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -14306,8 +14217,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -14388,8 +14298,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -14530,8 +14439,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -14669,8 +14577,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -14854,8 +14761,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -15094,8 +15000,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -15163,8 +15068,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -15349,8 +15253,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -15683,8 +15586,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -15786,8 +15688,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -15888,8 +15789,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -15990,8 +15890,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16092,8 +15991,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16195,8 +16093,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16299,8 +16196,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16401,8 +16297,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16503,8 +16398,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16605,8 +16499,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16707,8 +16600,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16788,8 +16680,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16861,8 +16752,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16928,8 +16818,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -16977,8 +16866,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17129,8 +17017,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17194,8 +17081,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17263,8 +17149,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17342,8 +17227,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17389,8 +17273,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17456,8 +17339,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17519,8 +17401,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17585,8 +17466,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17630,8 +17510,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17696,8 +17575,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17741,8 +17619,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17807,8 +17684,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17870,8 +17746,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17934,8 +17809,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -17998,8 +17872,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18106,8 +17979,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18171,8 +18043,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18236,8 +18107,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18301,8 +18171,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18366,8 +18235,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18431,8 +18299,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18496,8 +18363,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18561,8 +18427,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18626,8 +18491,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18691,8 +18555,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18756,8 +18619,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18821,8 +18683,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18886,8 +18747,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -18951,8 +18811,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19083,8 +18942,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19148,8 +19006,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19212,8 +19069,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19279,8 +19135,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19343,8 +19198,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19413,8 +19267,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19537,8 +19390,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19731,8 +19583,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19845,8 +19696,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19911,8 +19761,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -19976,8 +19825,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -20046,8 +19894,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -20111,8 +19958,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -20176,8 +20022,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -20365,8 +20210,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -20818,8 +20662,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -21070,8 +20913,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -21531,6 +21373,7 @@ echo "$as_me:$LINENO: checking for X" >&5 echo $ECHO_N "checking for X... $ECHO_C" >&6 =20 +ac_path_x_has_been_run=3Dyes =20 # Check whether --with-x or --without-x was given. if test "${with_x+set}" =3D set; then @@ -21623,7 +21466,7 @@ /usr/openwin/share/include' =20 if test "$ac_x_includes" =3D no; then - # Guess where to find include files, by looking for Intrinsic.h. + # Guess where to find include files, by looking for a specified header f= ile. # First, try using that file with no special directory specified. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -21697,8 +21540,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -21758,8 +21600,12 @@ # Update the cache value to reflect the command line values. ac_cv_have_x=3D"have_x=3Dyes \ ac_x_includes=3D$x_includes ac_x_libraries=3D$x_libraries" - echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_include= s" >&5 -echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 + # It might be that x_includes is empty (headers are found in the + # standard search path. Then output the corresponding message + ac_out_x_includes=3D$x_includes + test "x$x_includes" =3D x && ac_out_x_includes=3D"in standard search pat= h" + echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_= includes" >&5 +echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 fi =20 =20 @@ -22074,8 +21920,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -22125,8 +21970,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -22201,8 +22045,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 (exit $ac_status); } && - { ac_try=3D'test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try=3D'test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=3D$? @@ -22943,6 +22786,8 @@ s,@localedir@,$localedir,;t t s,@PACKAGE@,$PACKAGE,;t t s,@subdirs@,$subdirs,;t t +s,@VERSUFFIX@,$VERSUFFIX,;t t +s,@BUGURL@,$BUGURL,;t t s,@AWK@,$AWK,;t t s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t @@ -23210,11 +23055,6 @@ *) ac_INSTALL=3D$ac_top_builddir$INSTALL ;; esac =20 - if test x"$ac_file" !=3D x-; then - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - rm -f "$ac_file" - fi # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ @@ -23253,6 +23093,12 @@ fi;; esac done` || { (exit 1); exit 1; } + + if test x"$ac_file" !=3D x-; then + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + rm -f "$ac_file" + fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF sed "$ac_vpsub @@ -24265,7 +24111,7 @@ { (exit 1); exit 1; }; } fi =20 - cd $ac_popdir + cd "$ac_popdir" done fi =20 Index: configure.ac =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/configure.ac,v retrieving revision 1.33 diff -u -r1.33 configure.ac --- configure.ac 31 May 2006 15:14:37 -0000 1.33 +++ configure.ac 15 Jul 2006 09:27:08 -0000 @@ -241,6 +241,34 @@ CFLAGS=3D"$OLD_CFLAGS" fi =20 +# The trailing component of the string reported as the version number +# by gdb. For an official FSF release, it is empty. +AC_ARG_WITH(versuffix, + AS_HELP_STRING([--with-versuffix=3DSFX], + [Append SFX to the version string]), + [case "$withval" in + yes) AC_MSG_ERROR([version suffix not specified]) ;; + no) VERSUFFIX=3D"" ;; + *) VERSUFFIX=3D" ($withval)" ;; + esac], + VERSUFFIX=3D +) +AC_SUBST(VERSUFFIX)=20=20=20 + +# The location to which bugs should be reported. +AC_ARG_WITH(bugurl, + AS_HELP_STRING([--with-bugurl=3DURL], + [Direct users to URL to report a bug]), + [case "$withval" in + yes) AC_MSG_ERROR([bug URL not specified]) ;; + no) BUGURL=3D"" ;; + *) BUGURL=3D"" ;; + esac], + BUGURL=3D"" +) +AC_SUBST(BUGURL) + + # --------------------- # # Checks for programs. # # --------------------- # Index: top.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/top.c,v retrieving revision 1.114 diff -u -r1.114 top.c --- top.c 29 Mar 2006 22:53:33 -0000 1.114 +++ top.c 15 Jul 2006 09:27:10 -0000 @@ -1061,7 +1061,7 @@ program to parse, and is just canonical program name and version number, which starts after last space. */ =20 - fprintf_filtered (stream, "GNU gdb %s\n", version); + fprintf_filtered (stream, "GNU gdb %s%s\n", version, VERSUFFIX); =20 /* Second line is a copyright notice. */ =20 @@ -1090,6 +1090,15 @@ fprintf_filtered (stream, "%s", host_name); } fprintf_filtered (stream, "\"."); + + if (strlen (BUGURL)) + { + fprintf_filtered (stream,=20 + _("\nFor bug reporting instructions, please see:\n= ")); + fprintf_filtered (stream, "%s.\n", BUGURL); + } + + } =0C /* get_prompt: access method for the GDB prompt string. */ --Boundary-00=_CZLuE+i6r61/RAE--