patches/newlib/1.17.0/100-avr32.patch
changeset 1761 88020b2c3246
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/newlib/1.17.0/100-avr32.patch	Tue Jan 12 19:24:03 2010 +0100
     1.3 @@ -0,0 +1,32450 @@
     1.4 +diff -Naur newlib-1.17.0/COPYING.LIBGLOSS newlib-1.17.0-new/COPYING.LIBGLOSS
     1.5 +--- newlib-1.17.0/COPYING.LIBGLOSS	2008-12-18 00:16:07.000000000 +0100
     1.6 ++++ newlib-1.17.0-new/COPYING.LIBGLOSS	2009-05-22 09:57:49.000000000 +0200
     1.7 +@@ -228,3 +228,33 @@
     1.8 +  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     1.9 +  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    1.10 +  SUCH DAMAGE.
    1.11 ++
    1.12 ++(13) Atmel Corporation  (avr32 targets only)
    1.13 ++Copyright (c) 2006, Atmel Corporation All rights reserved.
    1.14 ++
    1.15 ++Redistribution and use in source and binary forms, with or without
    1.16 ++modification, are permitted provided that the following conditions are met:
    1.17 ++
    1.18 ++1. Redistributions of source code must retain the above copyright notice,
    1.19 ++this list of conditions and the following disclaimer.
    1.20 ++
    1.21 ++2. Redistributions in binary form must reproduce the above copyright notice,
    1.22 ++this list of conditions and the following disclaimer in the documentation
    1.23 ++and/or other materials provided with the distribution.
    1.24 ++
    1.25 ++3. The name of ATMEL may not be used to endorse or promote products
    1.26 ++derived from this software without specific prior written permission.
    1.27 ++
    1.28 ++THIS SOFTWARE IS PROVIDED BY ATMEL ``AS IS'' AND ANY EXPRESS
    1.29 ++OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.30 ++IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    1.31 ++PARTICULAR PURPOSE ARE EXPRESSLY AND SPECIFICALLY
    1.32 ++DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT,
    1.33 ++INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    1.34 ++DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    1.35 ++SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
    1.36 ++OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    1.37 ++THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    1.38 ++OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
    1.39 ++WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    1.40 ++POSSIBILITY OF SUCH DAMAGE.
    1.41 +diff -Naur newlib-1.17.0/COPYING.NEWLIB newlib-1.17.0-new/COPYING.NEWLIB
    1.42 +--- newlib-1.17.0/COPYING.NEWLIB	2008-12-18 00:16:07.000000000 +0100
    1.43 ++++ newlib-1.17.0-new/COPYING.NEWLIB	2009-05-22 09:57:49.000000000 +0200
    1.44 +@@ -767,3 +767,33 @@
    1.45 +  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    1.46 +  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    1.47 +  SUCH DAMAGE.
    1.48 ++
    1.49 ++(35) Atmel Corporation  (avr32 targets only)
    1.50 ++Copyright (c) 2006, Atmel Corporation All rights reserved.
    1.51 ++
    1.52 ++Redistribution and use in source and binary forms, with or without
    1.53 ++modification, are permitted provided that the following conditions are met:
    1.54 ++
    1.55 ++1. Redistributions of source code must retain the above copyright notice,
    1.56 ++this list of conditions and the following disclaimer.
    1.57 ++
    1.58 ++2. Redistributions in binary form must reproduce the above copyright notice,
    1.59 ++this list of conditions and the following disclaimer in the documentation
    1.60 ++and/or other materials provided with the distribution.
    1.61 ++
    1.62 ++3. The name of ATMEL may not be used to endorse or promote products
    1.63 ++derived from this software without specific prior written permission.
    1.64 ++
    1.65 ++THIS SOFTWARE IS PROVIDED BY ATMEL ``AS IS'' AND ANY EXPRESS
    1.66 ++OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.67 ++IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    1.68 ++PARTICULAR PURPOSE ARE EXPRESSLY AND SPECIFICALLY
    1.69 ++DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT,
    1.70 ++INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    1.71 ++DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    1.72 ++SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
    1.73 ++OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    1.74 ++THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    1.75 ++OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
    1.76 ++WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    1.77 ++POSSIBILITY OF SUCH DAMAGE.
    1.78 +diff -Naur newlib-1.17.0/newlib/configure.host newlib-1.17.0-new/newlib/configure.host
    1.79 +--- newlib-1.17.0/newlib/configure.host	2008-12-18 00:09:09.000000000 +0100
    1.80 ++++ newlib-1.17.0-new/newlib/configure.host	2009-05-22 09:57:49.000000000 +0200
    1.81 +@@ -99,6 +99,10 @@
    1.82 +   arm)
    1.83 + 	machine_dir=arm
    1.84 + 	;;
    1.85 ++  avr32*)
    1.86 ++	machine_dir=avr32
    1.87 ++	newlib_cflags="${newlib_cflags} -ffunction-sections"
    1.88 ++	;;
    1.89 +   avr*)
    1.90 + 	newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mcall-prologues"
    1.91 + 	;;
    1.92 +@@ -365,6 +369,9 @@
    1.93 +   crx*)
    1.94 + 	sys_dir=
    1.95 + 	;;
    1.96 ++  avr32-*-*)
    1.97 ++	sys_dir=avr32 
    1.98 ++	;;
    1.99 +   d10v*)
   1.100 + 	sys_dir=d10v
   1.101 + 	;;
   1.102 +@@ -575,6 +582,10 @@
   1.103 +   arc*)
   1.104 + 	newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED"
   1.105 + 	;;
   1.106 ++  avr32*)
   1.107 ++	syscall_dir=syscalls	
   1.108 ++	newlib_cflags="${newlib_cflags} -DHAVE_SYSTEM"
   1.109 ++	;;
   1.110 +   avr*)
   1.111 + 	newlib_cflags="${newlib_cflags} -DNO_EXEC -DSMALL_MEMORY -DMISSING_SYSCALL_NAMES"
   1.112 + 	;;
   1.113 +diff -Naur newlib-1.17.0/newlib/libc/include/machine/ieeefp.h newlib-1.17.0-new/newlib/libc/include/machine/ieeefp.h
   1.114 +--- newlib-1.17.0/newlib/libc/include/machine/ieeefp.h	2008-12-11 21:05:38.000000000 +0100
   1.115 ++++ newlib-1.17.0-new/newlib/libc/include/machine/ieeefp.h	2009-05-22 09:57:49.000000000 +0200
   1.116 +@@ -275,6 +275,10 @@
   1.117 + #define _DOUBLE_IS_32BITS
   1.118 + #endif
   1.119 + 
   1.120 ++#ifdef __AVR32__
   1.121 ++#define __IEEE_BIG_ENDIAN
   1.122 ++#endif
   1.123 ++
   1.124 + #if defined(__or32__) || defined(__or1k__) || defined(__or16__)
   1.125 + #define __IEEE_BIG_ENDIAN
   1.126 + #endif
   1.127 +diff -Naur newlib-1.17.0/newlib/libc/include/machine/setjmp.h newlib-1.17.0-new/newlib/libc/include/machine/setjmp.h
   1.128 +--- newlib-1.17.0/newlib/libc/include/machine/setjmp.h	2008-12-11 21:05:38.000000000 +0100
   1.129 ++++ newlib-1.17.0-new/newlib/libc/include/machine/setjmp.h	2009-05-22 09:57:49.000000000 +0200
   1.130 +@@ -13,6 +13,13 @@
   1.131 + #define _JBLEN 24
   1.132 + #endif
   1.133 + 
   1.134 ++#if defined(__AVR32__)
   1.135 ++/*
   1.136 ++  r0-r7, lr, sp
   1.137 ++ */
   1.138 ++#define _JBLEN 10
   1.139 ++#endif
   1.140 ++
   1.141 + #ifdef __sparc__
   1.142 + /*
   1.143 +  * onsstack,sigmask,sp,pc,npc,psr,g1,o0,wbcnt (sigcontext).
   1.144 +diff -Naur newlib-1.17.0/newlib/libc/include/machine/time.h newlib-1.17.0-new/newlib/libc/include/machine/time.h
   1.145 +--- newlib-1.17.0/newlib/libc/include/machine/time.h	2000-12-04 20:06:37.000000000 +0100
   1.146 ++++ newlib-1.17.0-new/newlib/libc/include/machine/time.h	2009-05-22 09:57:49.000000000 +0200
   1.147 +@@ -6,6 +6,10 @@
   1.148 + #else  /* !__rtems__ */
   1.149 + #if defined(__arm__) || defined(__thumb__)
   1.150 + #define _CLOCKS_PER_SEC_ 100
   1.151 ++#else
   1.152 ++#if defined(__AVR32__)
   1.153 ++#define _CLOCKS_PER_SEC_ 1000000
   1.154 ++#endif
   1.155 + #endif
   1.156 + #endif /* !__rtems__ */
   1.157 + 
   1.158 +diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/aclocal.m4 newlib-1.17.0-new/newlib/libc/machine/avr32/aclocal.m4
   1.159 +--- newlib-1.17.0/newlib/libc/machine/avr32/aclocal.m4	1970-01-01 01:00:00.000000000 +0100
   1.160 ++++ newlib-1.17.0-new/newlib/libc/machine/avr32/aclocal.m4	2009-05-22 09:57:49.000000000 +0200
   1.161 +@@ -0,0 +1,382 @@
   1.162 ++dnl aclocal.m4 generated automatically by aclocal 1.4-p6
   1.163 ++
   1.164 ++dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
   1.165 ++dnl This file is free software; the Free Software Foundation
   1.166 ++dnl gives unlimited permission to copy and/or distribute it,
   1.167 ++dnl with or without modifications, as long as this notice is preserved.
   1.168 ++
   1.169 ++dnl This program is distributed in the hope that it will be useful,
   1.170 ++dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   1.171 ++dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   1.172 ++dnl PARTICULAR PURPOSE.
   1.173 ++
   1.174 ++dnl This provides configure definitions used by all the newlib
   1.175 ++dnl configure.in files.
   1.176 ++
   1.177 ++dnl Basic newlib configury.  This calls basic introductory stuff,
   1.178 ++dnl including AM_INIT_AUTOMAKE and AC_CANONICAL_HOST.  It also runs
   1.179 ++dnl configure.host.  The only argument is the relative path to the top
   1.180 ++dnl newlib directory.
   1.181 ++
   1.182 ++AC_DEFUN(NEWLIB_CONFIGURE,
   1.183 ++[
   1.184 ++dnl Default to --enable-multilib
   1.185 ++AC_ARG_ENABLE(multilib,
   1.186 ++[  --enable-multilib         build many library versions (default)],
   1.187 ++[case "${enableval}" in
   1.188 ++  yes) multilib=yes ;;
   1.189 ++  no)  multilib=no ;;
   1.190 ++  *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
   1.191 ++ esac], [multilib=yes])dnl
   1.192 ++
   1.193 ++dnl Support --enable-target-optspace
   1.194 ++AC_ARG_ENABLE(target-optspace,
   1.195 ++[  --enable-target-optspace  optimize for space],
   1.196 ++[case "${enableval}" in
   1.197 ++  yes) target_optspace=yes ;;
   1.198 ++  no)  target_optspace=no ;;
   1.199 ++  *)   AC_MSG_ERROR(bad value ${enableval} for target-optspace option) ;;
   1.200 ++ esac], [target_optspace=])dnl
   1.201 ++
   1.202 ++dnl Support --enable-malloc-debugging - currently only supported for Cygwin
   1.203 ++AC_ARG_ENABLE(malloc-debugging,
   1.204 ++[  --enable-malloc-debugging indicate malloc debugging requested],
   1.205 ++[case "${enableval}" in
   1.206 ++  yes) malloc_debugging=yes ;;
   1.207 ++  no)  malloc_debugging=no ;;
   1.208 ++  *)   AC_MSG_ERROR(bad value ${enableval} for malloc-debugging option) ;;
   1.209 ++ esac], [malloc_debugging=])dnl
   1.210 ++
   1.211 ++dnl Support --enable-newlib-mb
   1.212 ++AC_ARG_ENABLE(newlib-mb,
   1.213 ++[  --enable-newlib-mb        enable multibyte support],
   1.214 ++[case "${enableval}" in
   1.215 ++  yes) newlib_mb=yes ;;
   1.216 ++  no)  newlib_mb=no ;;
   1.217 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-mb option) ;;
   1.218 ++ esac], [newlib_mb=])dnl
   1.219 ++
   1.220 ++dnl Support --enable-newlib-iconv
   1.221 ++AC_ARG_ENABLE(newlib-iconv,
   1.222 ++[  --enable-newlib-iconv     enable iconv library support],
   1.223 ++[case "${enableval}" in
   1.224 ++  yes) newlib_iconv=yes ;;
   1.225 ++  no)  newlib_iconv=no ;;
   1.226 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-iconv option) ;;
   1.227 ++ esac], [newlib_iconv=])dnl
   1.228 ++
   1.229 ++dnl Support --enable-newlib-builtin-converters
   1.230 ++AC_ARG_ENABLE(newlib-builtin-converters,
   1.231 ++[  --enable-newlib-builtin-converters   enable specific comma-separated list of iconv converters to be built-in],
   1.232 ++[if test x${enableval} = x; then
   1.233 ++   AC_MSG_ERROR(bad value ${enableval} for newlib-builtin-converters option - use comma-separated list)
   1.234 ++ fi
   1.235 ++ builtin_converters=${enableval}
   1.236 ++ ], [builtin_converters=])dnl
   1.237 ++
   1.238 ++dnl Support --enable-newlib-multithread
   1.239 ++AC_ARG_ENABLE(newlib-multithread,
   1.240 ++[  --enable-newlib-multithread        enable support for multiple threads],
   1.241 ++[case "${enableval}" in
   1.242 ++  yes) newlib_multithread=yes ;;
   1.243 ++  no)  newlib_multithread=no ;;
   1.244 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-multithread option) ;;
   1.245 ++ esac], [newlib_multithread=yes])dnl
   1.246 ++
   1.247 ++dnl Support --enable-newlib-elix-level
   1.248 ++AC_ARG_ENABLE(newlib-elix-level,
   1.249 ++[  --enable-newlib-elix-level         supply desired elix library level (1-4)],
   1.250 ++[case "${enableval}" in
   1.251 ++  0)   newlib_elix_level=0 ;;
   1.252 ++  1)   newlib_elix_level=1 ;;
   1.253 ++  2)   newlib_elix_level=2 ;;
   1.254 ++  3)   newlib_elix_level=3 ;;
   1.255 ++  4)   newlib_elix_level=4 ;;
   1.256 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-elix-level option) ;;
   1.257 ++ esac], [newlib_elix_level=0])dnl
   1.258 ++
   1.259 ++dnl Support --disable-newlib-io-float
   1.260 ++AC_ARG_ENABLE(newlib-io-float,
   1.261 ++[  --disable-newlib-io-float disable printf/scanf family float support],
   1.262 ++[case "${enableval}" in
   1.263 ++  yes) newlib_io_float=yes ;;
   1.264 ++  no)  newlib_io_float=no ;;
   1.265 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-io-float option) ;;
   1.266 ++ esac], [newlib_io_float=yes])dnl
   1.267 ++
   1.268 ++dnl Support --disable-newlib-supplied-syscalls
   1.269 ++AC_ARG_ENABLE(newlib-supplied-syscalls,
   1.270 ++[  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls],
   1.271 ++[case "${enableval}" in
   1.272 ++  yes) newlib_may_supply_syscalls=yes ;;
   1.273 ++  no)  newlib_may_supply_syscalls=no ;;
   1.274 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-supplied-syscalls option) ;;
   1.275 ++ esac], [newlib_may_supply_syscalls=yes])dnl
   1.276 ++
   1.277 ++AM_CONDITIONAL(MAY_SUPPLY_SYSCALLS, test x[$]{newlib_may_supply_syscalls} = xyes)
   1.278 ++
   1.279 ++dnl We may get other options which we don't document:
   1.280 ++dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
   1.281 ++
   1.282 ++test -z "[$]{with_target_subdir}" && with_target_subdir=.
   1.283 ++
   1.284 ++if test "[$]{srcdir}" = "."; then
   1.285 ++  if test "[$]{with_target_subdir}" != "."; then
   1.286 ++    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}../$1"
   1.287 ++  else
   1.288 ++    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}$1"
   1.289 ++  fi
   1.290 ++else
   1.291 ++  newlib_basedir="[$]{srcdir}/$1"
   1.292 ++fi
   1.293 ++AC_SUBST(newlib_basedir)
   1.294 ++
   1.295 ++AC_CANONICAL_SYSTEM
   1.296 ++
   1.297 ++AM_INIT_AUTOMAKE(newlib, 1.12.0)
   1.298 ++
   1.299 ++# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
   1.300 ++# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
   1.301 ++# are probably using a cross compiler, which will not be able to fully
   1.302 ++# link an executable.  This should really be fixed in autoconf
   1.303 ++# itself.
   1.304 ++
   1.305 ++AC_DEFUN(LIB_AC_PROG_CC,
   1.306 ++[AC_BEFORE([$0], [AC_PROG_CPP])dnl
   1.307 ++AC_CHECK_PROG(CC, gcc, gcc)
   1.308 ++if test -z "$CC"; then
   1.309 ++  AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
   1.310 ++  test -z "$CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
   1.311 ++fi
   1.312 ++
   1.313 ++AC_PROG_CC_GNU
   1.314 ++
   1.315 ++if test $ac_cv_prog_gcc = yes; then
   1.316 ++  GCC=yes
   1.317 ++dnl Check whether -g works, even if CFLAGS is set, in case the package
   1.318 ++dnl plays around with CFLAGS (such as to build both debugging and
   1.319 ++dnl normal versions of a library), tasteless as that idea is.
   1.320 ++  ac_test_CFLAGS="${CFLAGS+set}"
   1.321 ++  ac_save_CFLAGS="$CFLAGS"
   1.322 ++  CFLAGS=
   1.323 ++  AC_PROG_CC_G
   1.324 ++  if test "$ac_test_CFLAGS" = set; then
   1.325 ++    CFLAGS="$ac_save_CFLAGS"
   1.326 ++  elif test $ac_cv_prog_cc_g = yes; then
   1.327 ++    CFLAGS="-g -O2"
   1.328 ++  else
   1.329 ++    CFLAGS="-O2"
   1.330 ++  fi
   1.331 ++else
   1.332 ++  GCC=
   1.333 ++  test "${CFLAGS+set}" = set || CFLAGS="-g"
   1.334 ++fi
   1.335 ++])
   1.336 ++
   1.337 ++LIB_AC_PROG_CC
   1.338 ++
   1.339 ++AC_CHECK_TOOL(AS, as)
   1.340 ++AC_CHECK_TOOL(AR, ar)
   1.341 ++AC_CHECK_TOOL(RANLIB, ranlib, :)
   1.342 ++
   1.343 ++AC_PROG_INSTALL
   1.344 ++
   1.345 ++AM_MAINTAINER_MODE
   1.346 ++
   1.347 ++# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
   1.348 ++# at least currently, we never actually build a program, so we never
   1.349 ++# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
   1.350 ++# fails, because we are probably configuring with a cross compiler
   1.351 ++# which can't create executables.  So we include AC_EXEEXT to keep
   1.352 ++# automake happy, but we don't execute it, since we don't care about
   1.353 ++# the result.
   1.354 ++if false; then
   1.355 ++  AC_EXEEXT
   1.356 ++fi
   1.357 ++
   1.358 ++. [$]{newlib_basedir}/configure.host
   1.359 ++
   1.360 ++newlib_cflags="[$]{newlib_cflags} -fno-builtin"
   1.361 ++
   1.362 ++NEWLIB_CFLAGS=${newlib_cflags}
   1.363 ++AC_SUBST(NEWLIB_CFLAGS)
   1.364 ++
   1.365 ++LDFLAGS=${ldflags}
   1.366 ++AC_SUBST(LDFLAGS)
   1.367 ++
   1.368 ++AM_CONDITIONAL(ELIX_LEVEL_0, test x[$]{newlib_elix_level} = x0)
   1.369 ++AM_CONDITIONAL(ELIX_LEVEL_1, test x[$]{newlib_elix_level} = x1)
   1.370 ++AM_CONDITIONAL(ELIX_LEVEL_2, test x[$]{newlib_elix_level} = x2)
   1.371 ++AM_CONDITIONAL(ELIX_LEVEL_3, test x[$]{newlib_elix_level} = x3)
   1.372 ++AM_CONDITIONAL(ELIX_LEVEL_4, test x[$]{newlib_elix_level} = x4)
   1.373 ++
   1.374 ++AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
   1.375 ++
   1.376 ++# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
   1.377 ++# use oext, which is set in configure.host based on the target platform.
   1.378 ++OBJEXT=${oext}
   1.379 ++
   1.380 ++AC_SUBST(OBJEXT)
   1.381 ++AC_SUBST(oext)
   1.382 ++AC_SUBST(aext)
   1.383 ++
   1.384 ++AC_SUBST(libm_machine_dir)
   1.385 ++AC_SUBST(machine_dir)
   1.386 ++AC_SUBST(sys_dir)
   1.387 ++])
   1.388 ++
   1.389 ++# Do all the work for Automake.  This macro actually does too much --
   1.390 ++# some checks are only needed if your package does certain things.
   1.391 ++# But this isn't really a big deal.
   1.392 ++
   1.393 ++# serial 1
   1.394 ++
   1.395 ++dnl Usage:
   1.396 ++dnl AM_INIT_AUTOMAKE(package,version, [no-define])
   1.397 ++
   1.398 ++AC_DEFUN([AM_INIT_AUTOMAKE],
   1.399 ++[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
   1.400 ++AC_REQUIRE([AC_PROG_INSTALL])
   1.401 ++PACKAGE=[$1]
   1.402 ++AC_SUBST(PACKAGE)
   1.403 ++VERSION=[$2]
   1.404 ++AC_SUBST(VERSION)
   1.405 ++dnl test to see if srcdir already configured
   1.406 ++if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   1.407 ++  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
   1.408 ++fi
   1.409 ++ifelse([$3],,
   1.410 ++AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
   1.411 ++AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
   1.412 ++AC_REQUIRE([AM_SANITY_CHECK])
   1.413 ++AC_REQUIRE([AC_ARG_PROGRAM])
   1.414 ++dnl FIXME This is truly gross.
   1.415 ++missing_dir=`cd $ac_aux_dir && pwd`
   1.416 ++AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
   1.417 ++AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
   1.418 ++AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
   1.419 ++AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
   1.420 ++AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
   1.421 ++AC_REQUIRE([AC_PROG_MAKE_SET])])
   1.422 ++
   1.423 ++# Copyright 2002  Free Software Foundation, Inc.
   1.424 ++
   1.425 ++# This program is free software; you can redistribute it and/or modify
   1.426 ++# it under the terms of the GNU General Public License as published by
   1.427 ++# the Free Software Foundation; either version 2, or (at your option)
   1.428 ++# any later version.
   1.429 ++
   1.430 ++# This program is distributed in the hope that it will be useful,
   1.431 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of
   1.432 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   1.433 ++# GNU General Public License for more details.
   1.434 ++
   1.435 ++# You should have received a copy of the GNU General Public License
   1.436 ++# along with this program; if not, write to the Free Software
   1.437 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
   1.438 ++
   1.439 ++# AM_AUTOMAKE_VERSION(VERSION)
   1.440 ++# ----------------------------
   1.441 ++# Automake X.Y traces this macro to ensure aclocal.m4 has been
   1.442 ++# generated from the m4 files accompanying Automake X.Y.
   1.443 ++AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
   1.444 ++
   1.445 ++# AM_SET_CURRENT_AUTOMAKE_VERSION
   1.446 ++# -------------------------------
   1.447 ++# Call AM_AUTOMAKE_VERSION so it can be traced.
   1.448 ++# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
   1.449 ++AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
   1.450 ++	 [AM_AUTOMAKE_VERSION([1.4-p6])])
   1.451 ++
   1.452 ++#
   1.453 ++# Check to make sure that the build environment is sane.
   1.454 ++#
   1.455 ++
   1.456 ++AC_DEFUN([AM_SANITY_CHECK],
   1.457 ++[AC_MSG_CHECKING([whether build environment is sane])
   1.458 ++# Just in case
   1.459 ++sleep 1
   1.460 ++echo timestamp > conftestfile
   1.461 ++# Do `set' in a subshell so we don't clobber the current shell's
   1.462 ++# arguments.  Must try -L first in case configure is actually a
   1.463 ++# symlink; some systems play weird games with the mod time of symlinks
   1.464 ++# (eg FreeBSD returns the mod time of the symlink's containing
   1.465 ++# directory).
   1.466 ++if (
   1.467 ++   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
   1.468 ++   if test "[$]*" = "X"; then
   1.469 ++      # -L didn't work.
   1.470 ++      set X `ls -t $srcdir/configure conftestfile`
   1.471 ++   fi
   1.472 ++   if test "[$]*" != "X $srcdir/configure conftestfile" \
   1.473 ++      && test "[$]*" != "X conftestfile $srcdir/configure"; then
   1.474 ++
   1.475 ++      # If neither matched, then we have a broken ls.  This can happen
   1.476 ++      # if, for instance, CONFIG_SHELL is bash and it inherits a
   1.477 ++      # broken ls alias from the environment.  This has actually
   1.478 ++      # happened.  Such a system could not be considered "sane".
   1.479 ++      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
   1.480 ++alias in your environment])
   1.481 ++   fi
   1.482 ++
   1.483 ++   test "[$]2" = conftestfile
   1.484 ++   )
   1.485 ++then
   1.486 ++   # Ok.
   1.487 ++   :
   1.488 ++else
   1.489 ++   AC_MSG_ERROR([newly created file is older than distributed files!
   1.490 ++Check your system clock])
   1.491 ++fi
   1.492 ++rm -f conftest*
   1.493 ++AC_MSG_RESULT(yes)])
   1.494 ++
   1.495 ++dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
   1.496 ++dnl The program must properly implement --version.
   1.497 ++AC_DEFUN([AM_MISSING_PROG],
   1.498 ++[AC_MSG_CHECKING(for working $2)
   1.499 ++# Run test in a subshell; some versions of sh will print an error if
   1.500 ++# an executable is not found, even if stderr is redirected.
   1.501 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
   1.502 ++if ($2 --version) < /dev/null > /dev/null 2>&1; then
   1.503 ++   $1=$2
   1.504 ++   AC_MSG_RESULT(found)
   1.505 ++else
   1.506 ++   $1="$3/missing $2"
   1.507 ++   AC_MSG_RESULT(missing)
   1.508 ++fi
   1.509 ++AC_SUBST($1)])
   1.510 ++
   1.511 ++# Define a conditional.
   1.512 ++
   1.513 ++AC_DEFUN([AM_CONDITIONAL],
   1.514 ++[AC_SUBST($1_TRUE)
   1.515 ++AC_SUBST($1_FALSE)
   1.516 ++if $2; then
   1.517 ++  $1_TRUE=
   1.518 ++  $1_FALSE='#'
   1.519 ++else
   1.520 ++  $1_TRUE='#'
   1.521 ++  $1_FALSE=
   1.522 ++fi])
   1.523 ++
   1.524 ++# Add --enable-maintainer-mode option to configure.
   1.525 ++# From Jim Meyering
   1.526 ++
   1.527 ++# serial 1
   1.528 ++
   1.529 ++AC_DEFUN([AM_MAINTAINER_MODE],
   1.530 ++[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
   1.531 ++  dnl maintainer-mode is disabled by default
   1.532 ++  AC_ARG_ENABLE(maintainer-mode,
   1.533 ++[  --enable-maintainer-mode enable make rules and dependencies not useful
   1.534 ++                          (and sometimes confusing) to the casual installer],
   1.535 ++      USE_MAINTAINER_MODE=$enableval,
   1.536 ++      USE_MAINTAINER_MODE=no)
   1.537 ++  AC_MSG_RESULT($USE_MAINTAINER_MODE)
   1.538 ++  AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
   1.539 ++  MAINT=$MAINTAINER_MODE_TRUE
   1.540 ++  AC_SUBST(MAINT)dnl
   1.541 ++]
   1.542 ++)
   1.543 ++
   1.544 +diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/configure newlib-1.17.0-new/newlib/libc/machine/avr32/configure
   1.545 +--- newlib-1.17.0/newlib/libc/machine/avr32/configure	1970-01-01 01:00:00.000000000 +0100
   1.546 ++++ newlib-1.17.0-new/newlib/libc/machine/avr32/configure	2009-05-22 09:57:49.000000000 +0200
   1.547 +@@ -0,0 +1,3950 @@
   1.548 ++#! /bin/sh
   1.549 ++# Guess values for system-dependent variables and create Makefiles.
   1.550 ++# Generated by GNU Autoconf 2.61 for newlib NEWLIB_VERSION.
   1.551 ++#
   1.552 ++# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
   1.553 ++# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
   1.554 ++# This configure script is free software; the Free Software Foundation
   1.555 ++# gives unlimited permission to copy, distribute and modify it.
   1.556 ++## --------------------- ##
   1.557 ++## M4sh Initialization.  ##
   1.558 ++## --------------------- ##
   1.559 ++
   1.560 ++# Be more Bourne compatible
   1.561 ++DUALCASE=1; export DUALCASE # for MKS sh
   1.562 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   1.563 ++  emulate sh
   1.564 ++  NULLCMD=:
   1.565 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   1.566 ++  # is contrary to our usage.  Disable this feature.
   1.567 ++  alias -g '${1+"$@"}'='"$@"'
   1.568 ++  setopt NO_GLOB_SUBST
   1.569 ++else
   1.570 ++  case `(set -o) 2>/dev/null` in
   1.571 ++  *posix*) set -o posix ;;
   1.572 ++esac
   1.573 ++
   1.574 ++fi
   1.575 ++
   1.576 ++
   1.577 ++
   1.578 ++
   1.579 ++# PATH needs CR
   1.580 ++# Avoid depending upon Character Ranges.
   1.581 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   1.582 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   1.583 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   1.584 ++as_cr_digits='0123456789'
   1.585 ++as_cr_alnum=$as_cr_Letters$as_cr_digits
   1.586 ++
   1.587 ++# The user is always right.
   1.588 ++if test "${PATH_SEPARATOR+set}" != set; then
   1.589 ++  echo "#! /bin/sh" >conf$$.sh
   1.590 ++  echo  "exit 0"   >>conf$$.sh
   1.591 ++  chmod +x conf$$.sh
   1.592 ++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
   1.593 ++    PATH_SEPARATOR=';'
   1.594 ++  else
   1.595 ++    PATH_SEPARATOR=:
   1.596 ++  fi
   1.597 ++  rm -f conf$$.sh
   1.598 ++fi
   1.599 ++
   1.600 ++# Support unset when possible.
   1.601 ++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   1.602 ++  as_unset=unset
   1.603 ++else
   1.604 ++  as_unset=false
   1.605 ++fi
   1.606 ++
   1.607 ++
   1.608 ++# IFS
   1.609 ++# We need space, tab and new line, in precisely that order.  Quoting is
   1.610 ++# there to prevent editors from complaining about space-tab.
   1.611 ++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
   1.612 ++# splitting by setting IFS to empty value.)
   1.613 ++as_nl='
   1.614 ++'
   1.615 ++IFS=" ""	$as_nl"
   1.616 ++
   1.617 ++# Find who we are.  Look in the path if we contain no directory separator.
   1.618 ++case $0 in
   1.619 ++  *[\\/]* ) as_myself=$0 ;;
   1.620 ++  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1.621 ++for as_dir in $PATH
   1.622 ++do
   1.623 ++  IFS=$as_save_IFS
   1.624 ++  test -z "$as_dir" && as_dir=.
   1.625 ++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   1.626 ++done
   1.627 ++IFS=$as_save_IFS
   1.628 ++
   1.629 ++     ;;
   1.630 ++esac
   1.631 ++# We did not find ourselves, most probably we were run as `sh COMMAND'
   1.632 ++# in which case we are not to be found in the path.
   1.633 ++if test "x$as_myself" = x; then
   1.634 ++  as_myself=$0
   1.635 ++fi
   1.636 ++if test ! -f "$as_myself"; then
   1.637 ++  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   1.638 ++  { (exit 1); exit 1; }
   1.639 ++fi
   1.640 ++
   1.641 ++# Work around bugs in pre-3.0 UWIN ksh.
   1.642 ++for as_var in ENV MAIL MAILPATH
   1.643 ++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   1.644 ++done
   1.645 ++PS1='$ '
   1.646 ++PS2='> '
   1.647 ++PS4='+ '
   1.648 ++
   1.649 ++# NLS nuisances.
   1.650 ++for as_var in \
   1.651 ++  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
   1.652 ++  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
   1.653 ++  LC_TELEPHONE LC_TIME
   1.654 ++do
   1.655 ++  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
   1.656 ++    eval $as_var=C; export $as_var
   1.657 ++  else
   1.658 ++    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   1.659 ++  fi
   1.660 ++done
   1.661 ++
   1.662 ++# Required to use basename.
   1.663 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
   1.664 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
   1.665 ++  as_expr=expr
   1.666 ++else
   1.667 ++  as_expr=false
   1.668 ++fi
   1.669 ++
   1.670 ++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   1.671 ++  as_basename=basename
   1.672 ++else
   1.673 ++  as_basename=false
   1.674 ++fi
   1.675 ++
   1.676 ++
   1.677 ++# Name of the executable.
   1.678 ++as_me=`$as_basename -- "$0" ||
   1.679 ++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   1.680 ++	 X"$0" : 'X\(//\)$' \| \
   1.681 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   1.682 ++echo X/"$0" |
   1.683 ++    sed '/^.*\/\([^/][^/]*\)\/*$/{
   1.684 ++	    s//\1/
   1.685 ++	    q
   1.686 ++	  }
   1.687 ++	  /^X\/\(\/\/\)$/{
   1.688 ++	    s//\1/
   1.689 ++	    q
   1.690 ++	  }
   1.691 ++	  /^X\/\(\/\).*/{
   1.692 ++	    s//\1/
   1.693 ++	    q
   1.694 ++	  }
   1.695 ++	  s/.*/./; q'`
   1.696 ++
   1.697 ++# CDPATH.
   1.698 ++$as_unset CDPATH
   1.699 ++
   1.700 ++
   1.701 ++if test "x$CONFIG_SHELL" = x; then
   1.702 ++  if (eval ":") 2>/dev/null; then
   1.703 ++  as_have_required=yes
   1.704 ++else
   1.705 ++  as_have_required=no
   1.706 ++fi
   1.707 ++
   1.708 ++  if test $as_have_required = yes && 	 (eval ":
   1.709 ++(as_func_return () {
   1.710 ++  (exit \$1)
   1.711 ++}
   1.712 ++as_func_success () {
   1.713 ++  as_func_return 0
   1.714 ++}
   1.715 ++as_func_failure () {
   1.716 ++  as_func_return 1
   1.717 ++}
   1.718 ++as_func_ret_success () {
   1.719 ++  return 0
   1.720 ++}
   1.721 ++as_func_ret_failure () {
   1.722 ++  return 1
   1.723 ++}
   1.724 ++
   1.725 ++exitcode=0
   1.726 ++if as_func_success; then
   1.727 ++  :
   1.728 ++else
   1.729 ++  exitcode=1
   1.730 ++  echo as_func_success failed.
   1.731 ++fi
   1.732 ++
   1.733 ++if as_func_failure; then
   1.734 ++  exitcode=1
   1.735 ++  echo as_func_failure succeeded.
   1.736 ++fi
   1.737 ++
   1.738 ++if as_func_ret_success; then
   1.739 ++  :
   1.740 ++else
   1.741 ++  exitcode=1
   1.742 ++  echo as_func_ret_success failed.
   1.743 ++fi
   1.744 ++
   1.745 ++if as_func_ret_failure; then
   1.746 ++  exitcode=1
   1.747 ++  echo as_func_ret_failure succeeded.
   1.748 ++fi
   1.749 ++
   1.750 ++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   1.751 ++  :
   1.752 ++else
   1.753 ++  exitcode=1
   1.754 ++  echo positional parameters were not saved.
   1.755 ++fi
   1.756 ++
   1.757 ++test \$exitcode = 0) || { (exit 1); exit 1; }
   1.758 ++
   1.759 ++(
   1.760 ++  as_lineno_1=\$LINENO
   1.761 ++  as_lineno_2=\$LINENO
   1.762 ++  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
   1.763 ++  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
   1.764 ++") 2> /dev/null; then
   1.765 ++  :
   1.766 ++else
   1.767 ++  as_candidate_shells=
   1.768 ++    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1.769 ++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   1.770 ++do
   1.771 ++  IFS=$as_save_IFS
   1.772 ++  test -z "$as_dir" && as_dir=.
   1.773 ++  case $as_dir in
   1.774 ++	 /*)
   1.775 ++	   for as_base in sh bash ksh sh5; do
   1.776 ++	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
   1.777 ++	   done;;
   1.778 ++       esac
   1.779 ++done
   1.780 ++IFS=$as_save_IFS
   1.781 ++
   1.782 ++
   1.783 ++      for as_shell in $as_candidate_shells $SHELL; do
   1.784 ++	 # Try only shells that exist, to save several forks.
   1.785 ++	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   1.786 ++		{ ("$as_shell") 2> /dev/null <<\_ASEOF
   1.787 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   1.788 ++  emulate sh
   1.789 ++  NULLCMD=:
   1.790 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   1.791 ++  # is contrary to our usage.  Disable this feature.
   1.792 ++  alias -g '${1+"$@"}'='"$@"'
   1.793 ++  setopt NO_GLOB_SUBST
   1.794 ++else
   1.795 ++  case `(set -o) 2>/dev/null` in
   1.796 ++  *posix*) set -o posix ;;
   1.797 ++esac
   1.798 ++
   1.799 ++fi
   1.800 ++
   1.801 ++
   1.802 ++:
   1.803 ++_ASEOF
   1.804 ++}; then
   1.805 ++  CONFIG_SHELL=$as_shell
   1.806 ++	       as_have_required=yes
   1.807 ++	       if { "$as_shell" 2> /dev/null <<\_ASEOF
   1.808 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   1.809 ++  emulate sh
   1.810 ++  NULLCMD=:
   1.811 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   1.812 ++  # is contrary to our usage.  Disable this feature.
   1.813 ++  alias -g '${1+"$@"}'='"$@"'
   1.814 ++  setopt NO_GLOB_SUBST
   1.815 ++else
   1.816 ++  case `(set -o) 2>/dev/null` in
   1.817 ++  *posix*) set -o posix ;;
   1.818 ++esac
   1.819 ++
   1.820 ++fi
   1.821 ++
   1.822 ++
   1.823 ++:
   1.824 ++(as_func_return () {
   1.825 ++  (exit $1)
   1.826 ++}
   1.827 ++as_func_success () {
   1.828 ++  as_func_return 0
   1.829 ++}
   1.830 ++as_func_failure () {
   1.831 ++  as_func_return 1
   1.832 ++}
   1.833 ++as_func_ret_success () {
   1.834 ++  return 0
   1.835 ++}
   1.836 ++as_func_ret_failure () {
   1.837 ++  return 1
   1.838 ++}
   1.839 ++
   1.840 ++exitcode=0
   1.841 ++if as_func_success; then
   1.842 ++  :
   1.843 ++else
   1.844 ++  exitcode=1
   1.845 ++  echo as_func_success failed.
   1.846 ++fi
   1.847 ++
   1.848 ++if as_func_failure; then
   1.849 ++  exitcode=1
   1.850 ++  echo as_func_failure succeeded.
   1.851 ++fi
   1.852 ++
   1.853 ++if as_func_ret_success; then
   1.854 ++  :
   1.855 ++else
   1.856 ++  exitcode=1
   1.857 ++  echo as_func_ret_success failed.
   1.858 ++fi
   1.859 ++
   1.860 ++if as_func_ret_failure; then
   1.861 ++  exitcode=1
   1.862 ++  echo as_func_ret_failure succeeded.
   1.863 ++fi
   1.864 ++
   1.865 ++if ( set x; as_func_ret_success y && test x = "$1" ); then
   1.866 ++  :
   1.867 ++else
   1.868 ++  exitcode=1
   1.869 ++  echo positional parameters were not saved.
   1.870 ++fi
   1.871 ++
   1.872 ++test $exitcode = 0) || { (exit 1); exit 1; }
   1.873 ++
   1.874 ++(
   1.875 ++  as_lineno_1=$LINENO
   1.876 ++  as_lineno_2=$LINENO
   1.877 ++  test "x$as_lineno_1" != "x$as_lineno_2" &&
   1.878 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
   1.879 ++
   1.880 ++_ASEOF
   1.881 ++}; then
   1.882 ++  break
   1.883 ++fi
   1.884 ++
   1.885 ++fi
   1.886 ++
   1.887 ++      done
   1.888 ++
   1.889 ++      if test "x$CONFIG_SHELL" != x; then
   1.890 ++  for as_var in BASH_ENV ENV
   1.891 ++        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   1.892 ++        done
   1.893 ++        export CONFIG_SHELL
   1.894 ++        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
   1.895 ++fi
   1.896 ++
   1.897 ++
   1.898 ++    if test $as_have_required = no; then
   1.899 ++  echo This script requires a shell more modern than all the
   1.900 ++      echo shells that I found on your system.  Please install a
   1.901 ++      echo modern shell, or manually run the script under such a
   1.902 ++      echo shell if you do have one.
   1.903 ++      { (exit 1); exit 1; }
   1.904 ++fi
   1.905 ++
   1.906 ++
   1.907 ++fi
   1.908 ++
   1.909 ++fi
   1.910 ++
   1.911 ++
   1.912 ++
   1.913 ++(eval "as_func_return () {
   1.914 ++  (exit \$1)
   1.915 ++}
   1.916 ++as_func_success () {
   1.917 ++  as_func_return 0
   1.918 ++}
   1.919 ++as_func_failure () {
   1.920 ++  as_func_return 1
   1.921 ++}
   1.922 ++as_func_ret_success () {
   1.923 ++  return 0
   1.924 ++}
   1.925 ++as_func_ret_failure () {
   1.926 ++  return 1
   1.927 ++}
   1.928 ++
   1.929 ++exitcode=0
   1.930 ++if as_func_success; then
   1.931 ++  :
   1.932 ++else
   1.933 ++  exitcode=1
   1.934 ++  echo as_func_success failed.
   1.935 ++fi
   1.936 ++
   1.937 ++if as_func_failure; then
   1.938 ++  exitcode=1
   1.939 ++  echo as_func_failure succeeded.
   1.940 ++fi
   1.941 ++
   1.942 ++if as_func_ret_success; then
   1.943 ++  :
   1.944 ++else
   1.945 ++  exitcode=1
   1.946 ++  echo as_func_ret_success failed.
   1.947 ++fi
   1.948 ++
   1.949 ++if as_func_ret_failure; then
   1.950 ++  exitcode=1
   1.951 ++  echo as_func_ret_failure succeeded.
   1.952 ++fi
   1.953 ++
   1.954 ++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   1.955 ++  :
   1.956 ++else
   1.957 ++  exitcode=1
   1.958 ++  echo positional parameters were not saved.
   1.959 ++fi
   1.960 ++
   1.961 ++test \$exitcode = 0") || {
   1.962 ++  echo No shell found that supports shell functions.
   1.963 ++  echo Please tell autoconf@gnu.org about your system,
   1.964 ++  echo including any error possibly output before this
   1.965 ++  echo message
   1.966 ++}
   1.967 ++
   1.968 ++
   1.969 ++
   1.970 ++  as_lineno_1=$LINENO
   1.971 ++  as_lineno_2=$LINENO
   1.972 ++  test "x$as_lineno_1" != "x$as_lineno_2" &&
   1.973 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
   1.974 ++
   1.975 ++  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
   1.976 ++  # uniformly replaced by the line number.  The first 'sed' inserts a
   1.977 ++  # line-number line after each line using $LINENO; the second 'sed'
   1.978 ++  # does the real work.  The second script uses 'N' to pair each
   1.979 ++  # line-number line with the line containing $LINENO, and appends
   1.980 ++  # trailing '-' during substitution so that $LINENO is not a special
   1.981 ++  # case at line end.
   1.982 ++  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
   1.983 ++  # scripts with optimization help from Paolo Bonzini.  Blame Lee
   1.984 ++  # E. McMahon (1931-1989) for sed's syntax.  :-)
   1.985 ++  sed -n '
   1.986 ++    p
   1.987 ++    /[$]LINENO/=
   1.988 ++  ' <$as_myself |
   1.989 ++    sed '
   1.990 ++      s/[$]LINENO.*/&-/
   1.991 ++      t lineno
   1.992 ++      b
   1.993 ++      :lineno
   1.994 ++      N
   1.995 ++      :loop
   1.996 ++      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
   1.997 ++      t loop
   1.998 ++      s/-\n.*//
   1.999 ++    ' >$as_me.lineno &&
  1.1000 ++  chmod +x "$as_me.lineno" ||
  1.1001 ++    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  1.1002 ++   { (exit 1); exit 1; }; }
  1.1003 ++
  1.1004 ++  # Don't try to exec as it changes $[0], causing all sort of problems
  1.1005 ++  # (the dirname of $[0] is not the place where we might find the
  1.1006 ++  # original and so on.  Autoconf is especially sensitive to this).
  1.1007 ++  . "./$as_me.lineno"
  1.1008 ++  # Exit status is that of the last command.
  1.1009 ++  exit
  1.1010 ++}
  1.1011 ++
  1.1012 ++
  1.1013 ++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  1.1014 ++  as_dirname=dirname
  1.1015 ++else
  1.1016 ++  as_dirname=false
  1.1017 ++fi
  1.1018 ++
  1.1019 ++ECHO_C= ECHO_N= ECHO_T=
  1.1020 ++case `echo -n x` in
  1.1021 ++-n*)
  1.1022 ++  case `echo 'x\c'` in
  1.1023 ++  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  1.1024 ++  *)   ECHO_C='\c';;
  1.1025 ++  esac;;
  1.1026 ++*)
  1.1027 ++  ECHO_N='-n';;
  1.1028 ++esac
  1.1029 ++
  1.1030 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
  1.1031 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  1.1032 ++  as_expr=expr
  1.1033 ++else
  1.1034 ++  as_expr=false
  1.1035 ++fi
  1.1036 ++
  1.1037 ++rm -f conf$$ conf$$.exe conf$$.file
  1.1038 ++if test -d conf$$.dir; then
  1.1039 ++  rm -f conf$$.dir/conf$$.file
  1.1040 ++else
  1.1041 ++  rm -f conf$$.dir
  1.1042 ++  mkdir conf$$.dir
  1.1043 ++fi
  1.1044 ++echo >conf$$.file
  1.1045 ++if ln -s conf$$.file conf$$ 2>/dev/null; then
  1.1046 ++  as_ln_s='ln -s'
  1.1047 ++  # ... but there are two gotchas:
  1.1048 ++  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  1.1049 ++  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  1.1050 ++  # In both cases, we have to default to `cp -p'.
  1.1051 ++  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  1.1052 ++    as_ln_s='cp -p'
  1.1053 ++elif ln conf$$.file conf$$ 2>/dev/null; then
  1.1054 ++  as_ln_s=ln
  1.1055 ++else
  1.1056 ++  as_ln_s='cp -p'
  1.1057 ++fi
  1.1058 ++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  1.1059 ++rmdir conf$$.dir 2>/dev/null
  1.1060 ++
  1.1061 ++if mkdir -p . 2>/dev/null; then
  1.1062 ++  as_mkdir_p=:
  1.1063 ++else
  1.1064 ++  test -d ./-p && rmdir ./-p
  1.1065 ++  as_mkdir_p=false
  1.1066 ++fi
  1.1067 ++
  1.1068 ++if test -x / >/dev/null 2>&1; then
  1.1069 ++  as_test_x='test -x'
  1.1070 ++else
  1.1071 ++  if ls -dL / >/dev/null 2>&1; then
  1.1072 ++    as_ls_L_option=L
  1.1073 ++  else
  1.1074 ++    as_ls_L_option=
  1.1075 ++  fi
  1.1076 ++  as_test_x='
  1.1077 ++    eval sh -c '\''
  1.1078 ++      if test -d "$1"; then
  1.1079 ++        test -d "$1/.";
  1.1080 ++      else
  1.1081 ++	case $1 in
  1.1082 ++        -*)set "./$1";;
  1.1083 ++	esac;
  1.1084 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  1.1085 ++	???[sx]*):;;*)false;;esac;fi
  1.1086 ++    '\'' sh
  1.1087 ++  '
  1.1088 ++fi
  1.1089 ++as_executable_p=$as_test_x
  1.1090 ++
  1.1091 ++# Sed expression to map a string onto a valid CPP name.
  1.1092 ++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1.1093 ++
  1.1094 ++# Sed expression to map a string onto a valid variable name.
  1.1095 ++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  1.1096 ++
  1.1097 ++
  1.1098 ++
  1.1099 ++exec 7<&0 </dev/null 6>&1
  1.1100 ++
  1.1101 ++# Name of the host.
  1.1102 ++# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  1.1103 ++# so uname gets run too.
  1.1104 ++ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  1.1105 ++
  1.1106 ++#
  1.1107 ++# Initializations.
  1.1108 ++#
  1.1109 ++ac_default_prefix=/usr/local
  1.1110 ++ac_clean_files=
  1.1111 ++ac_config_libobj_dir=.
  1.1112 ++LIBOBJS=
  1.1113 ++cross_compiling=no
  1.1114 ++subdirs=
  1.1115 ++MFLAGS=
  1.1116 ++MAKEFLAGS=
  1.1117 ++SHELL=${CONFIG_SHELL-/bin/sh}
  1.1118 ++
  1.1119 ++# Identity of this package.
  1.1120 ++PACKAGE_NAME='newlib'
  1.1121 ++PACKAGE_TARNAME='newlib'
  1.1122 ++PACKAGE_VERSION='NEWLIB_VERSION'
  1.1123 ++PACKAGE_STRING='newlib NEWLIB_VERSION'
  1.1124 ++PACKAGE_BUGREPORT=''
  1.1125 ++
  1.1126 ++ac_unique_file="Makefile.am"
  1.1127 ++ac_subst_vars='SHELL
  1.1128 ++PATH_SEPARATOR
  1.1129 ++PACKAGE_NAME
  1.1130 ++PACKAGE_TARNAME
  1.1131 ++PACKAGE_VERSION
  1.1132 ++PACKAGE_STRING
  1.1133 ++PACKAGE_BUGREPORT
  1.1134 ++exec_prefix
  1.1135 ++prefix
  1.1136 ++program_transform_name
  1.1137 ++bindir
  1.1138 ++sbindir
  1.1139 ++libexecdir
  1.1140 ++datarootdir
  1.1141 ++datadir
  1.1142 ++sysconfdir
  1.1143 ++sharedstatedir
  1.1144 ++localstatedir
  1.1145 ++includedir
  1.1146 ++oldincludedir
  1.1147 ++docdir
  1.1148 ++infodir
  1.1149 ++htmldir
  1.1150 ++dvidir
  1.1151 ++pdfdir
  1.1152 ++psdir
  1.1153 ++libdir
  1.1154 ++localedir
  1.1155 ++mandir
  1.1156 ++DEFS
  1.1157 ++ECHO_C
  1.1158 ++ECHO_N
  1.1159 ++ECHO_T
  1.1160 ++LIBS
  1.1161 ++build_alias
  1.1162 ++host_alias
  1.1163 ++target_alias
  1.1164 ++MAY_SUPPLY_SYSCALLS_TRUE
  1.1165 ++MAY_SUPPLY_SYSCALLS_FALSE
  1.1166 ++newlib_basedir
  1.1167 ++build
  1.1168 ++build_cpu
  1.1169 ++build_vendor
  1.1170 ++build_os
  1.1171 ++host
  1.1172 ++host_cpu
  1.1173 ++host_vendor
  1.1174 ++host_os
  1.1175 ++target
  1.1176 ++target_cpu
  1.1177 ++target_vendor
  1.1178 ++target_os
  1.1179 ++INSTALL_PROGRAM
  1.1180 ++INSTALL_SCRIPT
  1.1181 ++INSTALL_DATA
  1.1182 ++PACKAGE
  1.1183 ++VERSION
  1.1184 ++ACLOCAL
  1.1185 ++AUTOCONF
  1.1186 ++AUTOMAKE
  1.1187 ++AUTOHEADER
  1.1188 ++MAKEINFO
  1.1189 ++SET_MAKE
  1.1190 ++CC
  1.1191 ++AS
  1.1192 ++AR
  1.1193 ++RANLIB
  1.1194 ++MAINTAINER_MODE_TRUE
  1.1195 ++MAINTAINER_MODE_FALSE
  1.1196 ++MAINT
  1.1197 ++NEWLIB_CFLAGS
  1.1198 ++LDFLAGS
  1.1199 ++ELIX_LEVEL_0_TRUE
  1.1200 ++ELIX_LEVEL_0_FALSE
  1.1201 ++ELIX_LEVEL_1_TRUE
  1.1202 ++ELIX_LEVEL_1_FALSE
  1.1203 ++ELIX_LEVEL_2_TRUE
  1.1204 ++ELIX_LEVEL_2_FALSE
  1.1205 ++ELIX_LEVEL_3_TRUE
  1.1206 ++ELIX_LEVEL_3_FALSE
  1.1207 ++ELIX_LEVEL_4_TRUE
  1.1208 ++ELIX_LEVEL_4_FALSE
  1.1209 ++USE_LIBTOOL_TRUE
  1.1210 ++USE_LIBTOOL_FALSE
  1.1211 ++OBJEXT
  1.1212 ++oext
  1.1213 ++aext
  1.1214 ++libm_machine_dir
  1.1215 ++machine_dir
  1.1216 ++sys_dir
  1.1217 ++LIBOBJS
  1.1218 ++LTLIBOBJS'
  1.1219 ++ac_subst_files=''
  1.1220 ++      ac_precious_vars='build_alias
  1.1221 ++host_alias
  1.1222 ++target_alias'
  1.1223 ++
  1.1224 ++
  1.1225 ++# Initialize some variables set by options.
  1.1226 ++ac_init_help=
  1.1227 ++ac_init_version=false
  1.1228 ++# The variables have the same names as the options, with
  1.1229 ++# dashes changed to underlines.
  1.1230 ++cache_file=/dev/null
  1.1231 ++exec_prefix=NONE
  1.1232 ++no_create=
  1.1233 ++no_recursion=
  1.1234 ++prefix=NONE
  1.1235 ++program_prefix=NONE
  1.1236 ++program_suffix=NONE
  1.1237 ++program_transform_name=s,x,x,
  1.1238 ++silent=
  1.1239 ++site=
  1.1240 ++srcdir=
  1.1241 ++verbose=
  1.1242 ++x_includes=NONE
  1.1243 ++x_libraries=NONE
  1.1244 ++
  1.1245 ++# Installation directory options.
  1.1246 ++# These are left unexpanded so users can "make install exec_prefix=/foo"
  1.1247 ++# and all the variables that are supposed to be based on exec_prefix
  1.1248 ++# by default will actually change.
  1.1249 ++# Use braces instead of parens because sh, perl, etc. also accept them.
  1.1250 ++# (The list follows the same order as the GNU Coding Standards.)
  1.1251 ++bindir='${exec_prefix}/bin'
  1.1252 ++sbindir='${exec_prefix}/sbin'
  1.1253 ++libexecdir='${exec_prefix}/libexec'
  1.1254 ++datarootdir='${prefix}/share'
  1.1255 ++datadir='${datarootdir}'
  1.1256 ++sysconfdir='${prefix}/etc'
  1.1257 ++sharedstatedir='${prefix}/com'
  1.1258 ++localstatedir='${prefix}/var'
  1.1259 ++includedir='${prefix}/include'
  1.1260 ++oldincludedir='/usr/include'
  1.1261 ++docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1.1262 ++infodir='${datarootdir}/info'
  1.1263 ++htmldir='${docdir}'
  1.1264 ++dvidir='${docdir}'
  1.1265 ++pdfdir='${docdir}'
  1.1266 ++psdir='${docdir}'
  1.1267 ++libdir='${exec_prefix}/lib'
  1.1268 ++localedir='${datarootdir}/locale'
  1.1269 ++mandir='${datarootdir}/man'
  1.1270 ++
  1.1271 ++ac_prev=
  1.1272 ++ac_dashdash=
  1.1273 ++for ac_option
  1.1274 ++do
  1.1275 ++  # If the previous option needs an argument, assign it.
  1.1276 ++  if test -n "$ac_prev"; then
  1.1277 ++    eval $ac_prev=\$ac_option
  1.1278 ++    ac_prev=
  1.1279 ++    continue
  1.1280 ++  fi
  1.1281 ++
  1.1282 ++  case $ac_option in
  1.1283 ++  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  1.1284 ++  *)	ac_optarg=yes ;;
  1.1285 ++  esac
  1.1286 ++
  1.1287 ++  # Accept the important Cygnus configure options, so we can diagnose typos.
  1.1288 ++
  1.1289 ++  case $ac_dashdash$ac_option in
  1.1290 ++  --)
  1.1291 ++    ac_dashdash=yes ;;
  1.1292 ++
  1.1293 ++  -bindir | --bindir | --bindi | --bind | --bin | --bi)
  1.1294 ++    ac_prev=bindir ;;
  1.1295 ++  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  1.1296 ++    bindir=$ac_optarg ;;
  1.1297 ++
  1.1298 ++  -build | --build | --buil | --bui | --bu)
  1.1299 ++    ac_prev=build_alias ;;
  1.1300 ++  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  1.1301 ++    build_alias=$ac_optarg ;;
  1.1302 ++
  1.1303 ++  -cache-file | --cache-file | --cache-fil | --cache-fi \
  1.1304 ++  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  1.1305 ++    ac_prev=cache_file ;;
  1.1306 ++  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  1.1307 ++  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  1.1308 ++    cache_file=$ac_optarg ;;
  1.1309 ++
  1.1310 ++  --config-cache | -C)
  1.1311 ++    cache_file=config.cache ;;
  1.1312 ++
  1.1313 ++  -datadir | --datadir | --datadi | --datad)
  1.1314 ++    ac_prev=datadir ;;
  1.1315 ++  -datadir=* | --datadir=* | --datadi=* | --datad=*)
  1.1316 ++    datadir=$ac_optarg ;;
  1.1317 ++
  1.1318 ++  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  1.1319 ++  | --dataroo | --dataro | --datar)
  1.1320 ++    ac_prev=datarootdir ;;
  1.1321 ++  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  1.1322 ++  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  1.1323 ++    datarootdir=$ac_optarg ;;
  1.1324 ++
  1.1325 ++  -disable-* | --disable-*)
  1.1326 ++    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  1.1327 ++    # Reject names that are not valid shell variable names.
  1.1328 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1329 ++      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  1.1330 ++   { (exit 1); exit 1; }; }
  1.1331 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  1.1332 ++    eval enable_$ac_feature=no ;;
  1.1333 ++
  1.1334 ++  -docdir | --docdir | --docdi | --doc | --do)
  1.1335 ++    ac_prev=docdir ;;
  1.1336 ++  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  1.1337 ++    docdir=$ac_optarg ;;
  1.1338 ++
  1.1339 ++  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  1.1340 ++    ac_prev=dvidir ;;
  1.1341 ++  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  1.1342 ++    dvidir=$ac_optarg ;;
  1.1343 ++
  1.1344 ++  -enable-* | --enable-*)
  1.1345 ++    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  1.1346 ++    # Reject names that are not valid shell variable names.
  1.1347 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1348 ++      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  1.1349 ++   { (exit 1); exit 1; }; }
  1.1350 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  1.1351 ++    eval enable_$ac_feature=\$ac_optarg ;;
  1.1352 ++
  1.1353 ++  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  1.1354 ++  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  1.1355 ++  | --exec | --exe | --ex)
  1.1356 ++    ac_prev=exec_prefix ;;
  1.1357 ++  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  1.1358 ++  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  1.1359 ++  | --exec=* | --exe=* | --ex=*)
  1.1360 ++    exec_prefix=$ac_optarg ;;
  1.1361 ++
  1.1362 ++  -gas | --gas | --ga | --g)
  1.1363 ++    # Obsolete; use --with-gas.
  1.1364 ++    with_gas=yes ;;
  1.1365 ++
  1.1366 ++  -help | --help | --hel | --he | -h)
  1.1367 ++    ac_init_help=long ;;
  1.1368 ++  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  1.1369 ++    ac_init_help=recursive ;;
  1.1370 ++  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  1.1371 ++    ac_init_help=short ;;
  1.1372 ++
  1.1373 ++  -host | --host | --hos | --ho)
  1.1374 ++    ac_prev=host_alias ;;
  1.1375 ++  -host=* | --host=* | --hos=* | --ho=*)
  1.1376 ++    host_alias=$ac_optarg ;;
  1.1377 ++
  1.1378 ++  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  1.1379 ++    ac_prev=htmldir ;;
  1.1380 ++  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  1.1381 ++  | --ht=*)
  1.1382 ++    htmldir=$ac_optarg ;;
  1.1383 ++
  1.1384 ++  -includedir | --includedir | --includedi | --included | --include \
  1.1385 ++  | --includ | --inclu | --incl | --inc)
  1.1386 ++    ac_prev=includedir ;;
  1.1387 ++  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  1.1388 ++  | --includ=* | --inclu=* | --incl=* | --inc=*)
  1.1389 ++    includedir=$ac_optarg ;;
  1.1390 ++
  1.1391 ++  -infodir | --infodir | --infodi | --infod | --info | --inf)
  1.1392 ++    ac_prev=infodir ;;
  1.1393 ++  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1.1394 ++    infodir=$ac_optarg ;;
  1.1395 ++
  1.1396 ++  -libdir | --libdir | --libdi | --libd)
  1.1397 ++    ac_prev=libdir ;;
  1.1398 ++  -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1.1399 ++    libdir=$ac_optarg ;;
  1.1400 ++
  1.1401 ++  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  1.1402 ++  | --libexe | --libex | --libe)
  1.1403 ++    ac_prev=libexecdir ;;
  1.1404 ++  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  1.1405 ++  | --libexe=* | --libex=* | --libe=*)
  1.1406 ++    libexecdir=$ac_optarg ;;
  1.1407 ++
  1.1408 ++  -localedir | --localedir | --localedi | --localed | --locale)
  1.1409 ++    ac_prev=localedir ;;
  1.1410 ++  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1.1411 ++    localedir=$ac_optarg ;;
  1.1412 ++
  1.1413 ++  -localstatedir | --localstatedir | --localstatedi | --localstated \
  1.1414 ++  | --localstate | --localstat | --localsta | --localst | --locals)
  1.1415 ++    ac_prev=localstatedir ;;
  1.1416 ++  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  1.1417 ++  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1.1418 ++    localstatedir=$ac_optarg ;;
  1.1419 ++
  1.1420 ++  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1.1421 ++    ac_prev=mandir ;;
  1.1422 ++  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1.1423 ++    mandir=$ac_optarg ;;
  1.1424 ++
  1.1425 ++  -nfp | --nfp | --nf)
  1.1426 ++    # Obsolete; use --without-fp.
  1.1427 ++    with_fp=no ;;
  1.1428 ++
  1.1429 ++  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1.1430 ++  | --no-cr | --no-c | -n)
  1.1431 ++    no_create=yes ;;
  1.1432 ++
  1.1433 ++  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1.1434 ++  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1.1435 ++    no_recursion=yes ;;
  1.1436 ++
  1.1437 ++  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1.1438 ++  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1.1439 ++  | --oldin | --oldi | --old | --ol | --o)
  1.1440 ++    ac_prev=oldincludedir ;;
  1.1441 ++  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1.1442 ++  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1.1443 ++  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1.1444 ++    oldincludedir=$ac_optarg ;;
  1.1445 ++
  1.1446 ++  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1.1447 ++    ac_prev=prefix ;;
  1.1448 ++  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1.1449 ++    prefix=$ac_optarg ;;
  1.1450 ++
  1.1451 ++  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1.1452 ++  | --program-pre | --program-pr | --program-p)
  1.1453 ++    ac_prev=program_prefix ;;
  1.1454 ++  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1.1455 ++  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1.1456 ++    program_prefix=$ac_optarg ;;
  1.1457 ++
  1.1458 ++  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1.1459 ++  | --program-suf | --program-su | --program-s)
  1.1460 ++    ac_prev=program_suffix ;;
  1.1461 ++  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1.1462 ++  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1.1463 ++    program_suffix=$ac_optarg ;;
  1.1464 ++
  1.1465 ++  -program-transform-name | --program-transform-name \
  1.1466 ++  | --program-transform-nam | --program-transform-na \
  1.1467 ++  | --program-transform-n | --program-transform- \
  1.1468 ++  | --program-transform | --program-transfor \
  1.1469 ++  | --program-transfo | --program-transf \
  1.1470 ++  | --program-trans | --program-tran \
  1.1471 ++  | --progr-tra | --program-tr | --program-t)
  1.1472 ++    ac_prev=program_transform_name ;;
  1.1473 ++  -program-transform-name=* | --program-transform-name=* \
  1.1474 ++  | --program-transform-nam=* | --program-transform-na=* \
  1.1475 ++  | --program-transform-n=* | --program-transform-=* \
  1.1476 ++  | --program-transform=* | --program-transfor=* \
  1.1477 ++  | --program-transfo=* | --program-transf=* \
  1.1478 ++  | --program-trans=* | --program-tran=* \
  1.1479 ++  | --progr-tra=* | --program-tr=* | --program-t=*)
  1.1480 ++    program_transform_name=$ac_optarg ;;
  1.1481 ++
  1.1482 ++  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1.1483 ++    ac_prev=pdfdir ;;
  1.1484 ++  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1.1485 ++    pdfdir=$ac_optarg ;;
  1.1486 ++
  1.1487 ++  -psdir | --psdir | --psdi | --psd | --ps)
  1.1488 ++    ac_prev=psdir ;;
  1.1489 ++  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1.1490 ++    psdir=$ac_optarg ;;
  1.1491 ++
  1.1492 ++  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.1493 ++  | -silent | --silent | --silen | --sile | --sil)
  1.1494 ++    silent=yes ;;
  1.1495 ++
  1.1496 ++  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1.1497 ++    ac_prev=sbindir ;;
  1.1498 ++  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1.1499 ++  | --sbi=* | --sb=*)
  1.1500 ++    sbindir=$ac_optarg ;;
  1.1501 ++
  1.1502 ++  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1.1503 ++  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1.1504 ++  | --sharedst | --shareds | --shared | --share | --shar \
  1.1505 ++  | --sha | --sh)
  1.1506 ++    ac_prev=sharedstatedir ;;
  1.1507 ++  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1.1508 ++  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1.1509 ++  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1.1510 ++  | --sha=* | --sh=*)
  1.1511 ++    sharedstatedir=$ac_optarg ;;
  1.1512 ++
  1.1513 ++  -site | --site | --sit)
  1.1514 ++    ac_prev=site ;;
  1.1515 ++  -site=* | --site=* | --sit=*)
  1.1516 ++    site=$ac_optarg ;;
  1.1517 ++
  1.1518 ++  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1.1519 ++    ac_prev=srcdir ;;
  1.1520 ++  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1.1521 ++    srcdir=$ac_optarg ;;
  1.1522 ++
  1.1523 ++  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1.1524 ++  | --syscon | --sysco | --sysc | --sys | --sy)
  1.1525 ++    ac_prev=sysconfdir ;;
  1.1526 ++  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1.1527 ++  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1.1528 ++    sysconfdir=$ac_optarg ;;
  1.1529 ++
  1.1530 ++  -target | --target | --targe | --targ | --tar | --ta | --t)
  1.1531 ++    ac_prev=target_alias ;;
  1.1532 ++  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1.1533 ++    target_alias=$ac_optarg ;;
  1.1534 ++
  1.1535 ++  -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1.1536 ++    verbose=yes ;;
  1.1537 ++
  1.1538 ++  -version | --version | --versio | --versi | --vers | -V)
  1.1539 ++    ac_init_version=: ;;
  1.1540 ++
  1.1541 ++  -with-* | --with-*)
  1.1542 ++    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1.1543 ++    # Reject names that are not valid shell variable names.
  1.1544 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1545 ++      { echo "$as_me: error: invalid package name: $ac_package" >&2
  1.1546 ++   { (exit 1); exit 1; }; }
  1.1547 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1.1548 ++    eval with_$ac_package=\$ac_optarg ;;
  1.1549 ++
  1.1550 ++  -without-* | --without-*)
  1.1551 ++    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1.1552 ++    # Reject names that are not valid shell variable names.
  1.1553 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1554 ++      { echo "$as_me: error: invalid package name: $ac_package" >&2
  1.1555 ++   { (exit 1); exit 1; }; }
  1.1556 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1.1557 ++    eval with_$ac_package=no ;;
  1.1558 ++
  1.1559 ++  --x)
  1.1560 ++    # Obsolete; use --with-x.
  1.1561 ++    with_x=yes ;;
  1.1562 ++
  1.1563 ++  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1.1564 ++  | --x-incl | --x-inc | --x-in | --x-i)
  1.1565 ++    ac_prev=x_includes ;;
  1.1566 ++  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1.1567 ++  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1.1568 ++    x_includes=$ac_optarg ;;
  1.1569 ++
  1.1570 ++  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1.1571 ++  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1.1572 ++    ac_prev=x_libraries ;;
  1.1573 ++  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1.1574 ++  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1.1575 ++    x_libraries=$ac_optarg ;;
  1.1576 ++
  1.1577 ++  -*) { echo "$as_me: error: unrecognized option: $ac_option
  1.1578 ++Try \`$0 --help' for more information." >&2
  1.1579 ++   { (exit 1); exit 1; }; }
  1.1580 ++    ;;
  1.1581 ++
  1.1582 ++  *=*)
  1.1583 ++    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1.1584 ++    # Reject names that are not valid shell variable names.
  1.1585 ++    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  1.1586 ++      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  1.1587 ++   { (exit 1); exit 1; }; }
  1.1588 ++    eval $ac_envvar=\$ac_optarg
  1.1589 ++    export $ac_envvar ;;
  1.1590 ++
  1.1591 ++  *)
  1.1592 ++    # FIXME: should be removed in autoconf 3.0.
  1.1593 ++    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1.1594 ++    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1595 ++      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1.1596 ++    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1.1597 ++    ;;
  1.1598 ++
  1.1599 ++  esac
  1.1600 ++done
  1.1601 ++
  1.1602 ++if test -n "$ac_prev"; then
  1.1603 ++  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1.1604 ++  { echo "$as_me: error: missing argument to $ac_option" >&2
  1.1605 ++   { (exit 1); exit 1; }; }
  1.1606 ++fi
  1.1607 ++
  1.1608 ++# Be sure to have absolute directory names.
  1.1609 ++for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1.1610 ++		datadir sysconfdir sharedstatedir localstatedir includedir \
  1.1611 ++		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1.1612 ++		libdir localedir mandir
  1.1613 ++do
  1.1614 ++  eval ac_val=\$$ac_var
  1.1615 ++  case $ac_val in
  1.1616 ++    [\\/$]* | ?:[\\/]* )  continue;;
  1.1617 ++    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1.1618 ++  esac
  1.1619 ++  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  1.1620 ++   { (exit 1); exit 1; }; }
  1.1621 ++done
  1.1622 ++
  1.1623 ++# There might be people who depend on the old broken behavior: `$host'
  1.1624 ++# used to hold the argument of --host etc.
  1.1625 ++# FIXME: To remove some day.
  1.1626 ++build=$build_alias
  1.1627 ++host=$host_alias
  1.1628 ++target=$target_alias
  1.1629 ++
  1.1630 ++# FIXME: To remove some day.
  1.1631 ++if test "x$host_alias" != x; then
  1.1632 ++  if test "x$build_alias" = x; then
  1.1633 ++    cross_compiling=maybe
  1.1634 ++    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1.1635 ++    If a cross compiler is detected then cross compile mode will be used." >&2
  1.1636 ++  elif test "x$build_alias" != "x$host_alias"; then
  1.1637 ++    cross_compiling=yes
  1.1638 ++  fi
  1.1639 ++fi
  1.1640 ++
  1.1641 ++ac_tool_prefix=
  1.1642 ++test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1.1643 ++
  1.1644 ++test "$silent" = yes && exec 6>/dev/null
  1.1645 ++
  1.1646 ++
  1.1647 ++ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1.1648 ++ac_ls_di=`ls -di .` &&
  1.1649 ++ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1.1650 ++  { echo "$as_me: error: Working directory cannot be determined" >&2
  1.1651 ++   { (exit 1); exit 1; }; }
  1.1652 ++test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1.1653 ++  { echo "$as_me: error: pwd does not report name of working directory" >&2
  1.1654 ++   { (exit 1); exit 1; }; }
  1.1655 ++
  1.1656 ++
  1.1657 ++# Find the source files, if location was not specified.
  1.1658 ++if test -z "$srcdir"; then
  1.1659 ++  ac_srcdir_defaulted=yes
  1.1660 ++  # Try the directory containing this script, then the parent directory.
  1.1661 ++  ac_confdir=`$as_dirname -- "$0" ||
  1.1662 ++$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.1663 ++	 X"$0" : 'X\(//\)[^/]' \| \
  1.1664 ++	 X"$0" : 'X\(//\)$' \| \
  1.1665 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1.1666 ++echo X"$0" |
  1.1667 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.1668 ++	    s//\1/
  1.1669 ++	    q
  1.1670 ++	  }
  1.1671 ++	  /^X\(\/\/\)[^/].*/{
  1.1672 ++	    s//\1/
  1.1673 ++	    q
  1.1674 ++	  }
  1.1675 ++	  /^X\(\/\/\)$/{
  1.1676 ++	    s//\1/
  1.1677 ++	    q
  1.1678 ++	  }
  1.1679 ++	  /^X\(\/\).*/{
  1.1680 ++	    s//\1/
  1.1681 ++	    q
  1.1682 ++	  }
  1.1683 ++	  s/.*/./; q'`
  1.1684 ++  srcdir=$ac_confdir
  1.1685 ++  if test ! -r "$srcdir/$ac_unique_file"; then
  1.1686 ++    srcdir=..
  1.1687 ++  fi
  1.1688 ++else
  1.1689 ++  ac_srcdir_defaulted=no
  1.1690 ++fi
  1.1691 ++if test ! -r "$srcdir/$ac_unique_file"; then
  1.1692 ++  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1.1693 ++  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1.1694 ++   { (exit 1); exit 1; }; }
  1.1695 ++fi
  1.1696 ++ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1.1697 ++ac_abs_confdir=`(
  1.1698 ++	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
  1.1699 ++   { (exit 1); exit 1; }; }
  1.1700 ++	pwd)`
  1.1701 ++# When building in place, set srcdir=.
  1.1702 ++if test "$ac_abs_confdir" = "$ac_pwd"; then
  1.1703 ++  srcdir=.
  1.1704 ++fi
  1.1705 ++# Remove unnecessary trailing slashes from srcdir.
  1.1706 ++# Double slashes in file names in object file debugging info
  1.1707 ++# mess up M-x gdb in Emacs.
  1.1708 ++case $srcdir in
  1.1709 ++*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1.1710 ++esac
  1.1711 ++for ac_var in $ac_precious_vars; do
  1.1712 ++  eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1.1713 ++  eval ac_env_${ac_var}_value=\$${ac_var}
  1.1714 ++  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1.1715 ++  eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1.1716 ++done
  1.1717 ++
  1.1718 ++#
  1.1719 ++# Report the --help message.
  1.1720 ++#
  1.1721 ++if test "$ac_init_help" = "long"; then
  1.1722 ++  # Omit some internal or obsolete options to make the list less imposing.
  1.1723 ++  # This message is too long to be a string in the A/UX 3.1 sh.
  1.1724 ++  cat <<_ACEOF
  1.1725 ++\`configure' configures newlib NEWLIB_VERSION to adapt to many kinds of systems.
  1.1726 ++
  1.1727 ++Usage: $0 [OPTION]... [VAR=VALUE]...
  1.1728 ++
  1.1729 ++To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1.1730 ++VAR=VALUE.  See below for descriptions of some of the useful variables.
  1.1731 ++
  1.1732 ++Defaults for the options are specified in brackets.
  1.1733 ++
  1.1734 ++Configuration:
  1.1735 ++  -h, --help              display this help and exit
  1.1736 ++      --help=short        display options specific to this package
  1.1737 ++      --help=recursive    display the short help of all the included packages
  1.1738 ++  -V, --version           display version information and exit
  1.1739 ++  -q, --quiet, --silent   do not print \`checking...' messages
  1.1740 ++      --cache-file=FILE   cache test results in FILE [disabled]
  1.1741 ++  -C, --config-cache      alias for \`--cache-file=config.cache'
  1.1742 ++  -n, --no-create         do not create output files
  1.1743 ++      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  1.1744 ++
  1.1745 ++Installation directories:
  1.1746 ++  --prefix=PREFIX         install architecture-independent files in PREFIX
  1.1747 ++			  [$ac_default_prefix]
  1.1748 ++  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  1.1749 ++			  [PREFIX]
  1.1750 ++
  1.1751 ++By default, \`make install' will install all the files in
  1.1752 ++\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  1.1753 ++an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1.1754 ++for instance \`--prefix=\$HOME'.
  1.1755 ++
  1.1756 ++For better control, use the options below.
  1.1757 ++
  1.1758 ++Fine tuning of the installation directories:
  1.1759 ++  --bindir=DIR           user executables [EPREFIX/bin]
  1.1760 ++  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  1.1761 ++  --libexecdir=DIR       program executables [EPREFIX/libexec]
  1.1762 ++  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  1.1763 ++  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  1.1764 ++  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  1.1765 ++  --libdir=DIR           object code libraries [EPREFIX/lib]
  1.1766 ++  --includedir=DIR       C header files [PREFIX/include]
  1.1767 ++  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  1.1768 ++  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  1.1769 ++  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  1.1770 ++  --infodir=DIR          info documentation [DATAROOTDIR/info]
  1.1771 ++  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  1.1772 ++  --mandir=DIR           man documentation [DATAROOTDIR/man]
  1.1773 ++  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
  1.1774 ++  --htmldir=DIR          html documentation [DOCDIR]
  1.1775 ++  --dvidir=DIR           dvi documentation [DOCDIR]
  1.1776 ++  --pdfdir=DIR           pdf documentation [DOCDIR]
  1.1777 ++  --psdir=DIR            ps documentation [DOCDIR]
  1.1778 ++_ACEOF
  1.1779 ++
  1.1780 ++  cat <<\_ACEOF
  1.1781 ++
  1.1782 ++Program names:
  1.1783 ++  --program-prefix=PREFIX            prepend PREFIX to installed program names
  1.1784 ++  --program-suffix=SUFFIX            append SUFFIX to installed program names
  1.1785 ++  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  1.1786 ++
  1.1787 ++System types:
  1.1788 ++  --build=BUILD     configure for building on BUILD [guessed]
  1.1789 ++  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  1.1790 ++  --target=TARGET   configure for building compilers for TARGET [HOST]
  1.1791 ++_ACEOF
  1.1792 ++fi
  1.1793 ++
  1.1794 ++if test -n "$ac_init_help"; then
  1.1795 ++  case $ac_init_help in
  1.1796 ++     short | recursive ) echo "Configuration of newlib NEWLIB_VERSION:";;
  1.1797 ++   esac
  1.1798 ++  cat <<\_ACEOF
  1.1799 ++
  1.1800 ++Optional Features:
  1.1801 ++  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1.1802 ++  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1.1803 ++  --enable-multilib         build many library versions (default)
  1.1804 ++  --enable-target-optspace  optimize for space
  1.1805 ++  --enable-malloc-debugging indicate malloc debugging requested
  1.1806 ++  --enable-newlib-mb        enable multibyte support
  1.1807 ++  --enable-newlib-iconv     enable iconv library support
  1.1808 ++  --enable-newlib-builtin-converters   enable specific comma-separated list of iconv converters to be built-in
  1.1809 ++  --enable-newlib-multithread        enable support for multiple threads
  1.1810 ++  --enable-newlib-elix-level         supply desired elix library level (1-4)
  1.1811 ++  --disable-newlib-io-float disable printf/scanf family float support
  1.1812 ++  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
  1.1813 ++  --enable-maintainer-mode enable make rules and dependencies not useful
  1.1814 ++                          (and sometimes confusing) to the casual installer
  1.1815 ++
  1.1816 ++_ACEOF
  1.1817 ++ac_status=$?
  1.1818 ++fi
  1.1819 ++
  1.1820 ++if test "$ac_init_help" = "recursive"; then
  1.1821 ++  # If there are subdirs, report their specific --help.
  1.1822 ++  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1.1823 ++    test -d "$ac_dir" || continue
  1.1824 ++    ac_builddir=.
  1.1825 ++
  1.1826 ++case "$ac_dir" in
  1.1827 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.1828 ++*)
  1.1829 ++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1.1830 ++  # A ".." for each directory in $ac_dir_suffix.
  1.1831 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  1.1832 ++  case $ac_top_builddir_sub in
  1.1833 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.1834 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1.1835 ++  esac ;;
  1.1836 ++esac
  1.1837 ++ac_abs_top_builddir=$ac_pwd
  1.1838 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1.1839 ++# for backward compatibility:
  1.1840 ++ac_top_builddir=$ac_top_build_prefix
  1.1841 ++
  1.1842 ++case $srcdir in
  1.1843 ++  .)  # We are building in place.
  1.1844 ++    ac_srcdir=.
  1.1845 ++    ac_top_srcdir=$ac_top_builddir_sub
  1.1846 ++    ac_abs_top_srcdir=$ac_pwd ;;
  1.1847 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
  1.1848 ++    ac_srcdir=$srcdir$ac_dir_suffix;
  1.1849 ++    ac_top_srcdir=$srcdir
  1.1850 ++    ac_abs_top_srcdir=$srcdir ;;
  1.1851 ++  *) # Relative name.
  1.1852 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1.1853 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
  1.1854 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1.1855 ++esac
  1.1856 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1.1857 ++
  1.1858 ++    cd "$ac_dir" || { ac_status=$?; continue; }
  1.1859 ++    # Check for guested configure.
  1.1860 ++    if test -f "$ac_srcdir/configure.gnu"; then
  1.1861 ++      echo &&
  1.1862 ++      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1.1863 ++    elif test -f "$ac_srcdir/configure"; then
  1.1864 ++      echo &&
  1.1865 ++      $SHELL "$ac_srcdir/configure" --help=recursive
  1.1866 ++    else
  1.1867 ++      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1.1868 ++    fi || ac_status=$?
  1.1869 ++    cd "$ac_pwd" || { ac_status=$?; break; }
  1.1870 ++  done
  1.1871 ++fi
  1.1872 ++
  1.1873 ++test -n "$ac_init_help" && exit $ac_status
  1.1874 ++if $ac_init_version; then
  1.1875 ++  cat <<\_ACEOF
  1.1876 ++newlib configure NEWLIB_VERSION
  1.1877 ++generated by GNU Autoconf 2.61
  1.1878 ++
  1.1879 ++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1.1880 ++2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1.1881 ++This configure script is free software; the Free Software Foundation
  1.1882 ++gives unlimited permission to copy, distribute and modify it.
  1.1883 ++_ACEOF
  1.1884 ++  exit
  1.1885 ++fi
  1.1886 ++cat >config.log <<_ACEOF
  1.1887 ++This file contains any messages produced by compilers while
  1.1888 ++running configure, to aid debugging if configure makes a mistake.
  1.1889 ++
  1.1890 ++It was created by newlib $as_me NEWLIB_VERSION, which was
  1.1891 ++generated by GNU Autoconf 2.61.  Invocation command line was
  1.1892 ++
  1.1893 ++  $ $0 $@
  1.1894 ++
  1.1895 ++_ACEOF
  1.1896 ++exec 5>>config.log
  1.1897 ++{
  1.1898 ++cat <<_ASUNAME
  1.1899 ++## --------- ##
  1.1900 ++## Platform. ##
  1.1901 ++## --------- ##
  1.1902 ++
  1.1903 ++hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1.1904 ++uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1.1905 ++uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1.1906 ++uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1.1907 ++uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1.1908 ++
  1.1909 ++/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1.1910 ++/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1.1911 ++
  1.1912 ++/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1.1913 ++/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1.1914 ++/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1.1915 ++/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  1.1916 ++/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1.1917 ++/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1.1918 ++/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1.1919 ++
  1.1920 ++_ASUNAME
  1.1921 ++
  1.1922 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1923 ++for as_dir in $PATH
  1.1924 ++do
  1.1925 ++  IFS=$as_save_IFS
  1.1926 ++  test -z "$as_dir" && as_dir=.
  1.1927 ++  echo "PATH: $as_dir"
  1.1928 ++done
  1.1929 ++IFS=$as_save_IFS
  1.1930 ++
  1.1931 ++} >&5
  1.1932 ++
  1.1933 ++cat >&5 <<_ACEOF
  1.1934 ++
  1.1935 ++
  1.1936 ++## ----------- ##
  1.1937 ++## Core tests. ##
  1.1938 ++## ----------- ##
  1.1939 ++
  1.1940 ++_ACEOF
  1.1941 ++
  1.1942 ++
  1.1943 ++# Keep a trace of the command line.
  1.1944 ++# Strip out --no-create and --no-recursion so they do not pile up.
  1.1945 ++# Strip out --silent because we don't want to record it for future runs.
  1.1946 ++# Also quote any args containing shell meta-characters.
  1.1947 ++# Make two passes to allow for proper duplicate-argument suppression.
  1.1948 ++ac_configure_args=
  1.1949 ++ac_configure_args0=
  1.1950 ++ac_configure_args1=
  1.1951 ++ac_must_keep_next=false
  1.1952 ++for ac_pass in 1 2
  1.1953 ++do
  1.1954 ++  for ac_arg
  1.1955 ++  do
  1.1956 ++    case $ac_arg in
  1.1957 ++    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1.1958 ++    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.1959 ++    | -silent | --silent | --silen | --sile | --sil)
  1.1960 ++      continue ;;
  1.1961 ++    *\'*)
  1.1962 ++      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.1963 ++    esac
  1.1964 ++    case $ac_pass in
  1.1965 ++    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1.1966 ++    2)
  1.1967 ++      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1.1968 ++      if test $ac_must_keep_next = true; then
  1.1969 ++	ac_must_keep_next=false # Got value, back to normal.
  1.1970 ++      else
  1.1971 ++	case $ac_arg in
  1.1972 ++	  *=* | --config-cache | -C | -disable-* | --disable-* \
  1.1973 ++	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1.1974 ++	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1.1975 ++	  | -with-* | --with-* | -without-* | --without-* | --x)
  1.1976 ++	    case "$ac_configure_args0 " in
  1.1977 ++	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1.1978 ++	    esac
  1.1979 ++	    ;;
  1.1980 ++	  -* ) ac_must_keep_next=true ;;
  1.1981 ++	esac
  1.1982 ++      fi
  1.1983 ++      ac_configure_args="$ac_configure_args '$ac_arg'"
  1.1984 ++      ;;
  1.1985 ++    esac
  1.1986 ++  done
  1.1987 ++done
  1.1988 ++$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1.1989 ++$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1.1990 ++
  1.1991 ++# When interrupted or exit'd, cleanup temporary files, and complete
  1.1992 ++# config.log.  We remove comments because anyway the quotes in there
  1.1993 ++# would cause problems or look ugly.
  1.1994 ++# WARNING: Use '\'' to represent an apostrophe within the trap.
  1.1995 ++# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  1.1996 ++trap 'exit_status=$?
  1.1997 ++  # Save into config.log some information that might help in debugging.
  1.1998 ++  {
  1.1999 ++    echo
  1.2000 ++
  1.2001 ++    cat <<\_ASBOX
  1.2002 ++## ---------------- ##
  1.2003 ++## Cache variables. ##
  1.2004 ++## ---------------- ##
  1.2005 ++_ASBOX
  1.2006 ++    echo
  1.2007 ++    # The following way of writing the cache mishandles newlines in values,
  1.2008 ++(
  1.2009 ++  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  1.2010 ++    eval ac_val=\$$ac_var
  1.2011 ++    case $ac_val in #(
  1.2012 ++    *${as_nl}*)
  1.2013 ++      case $ac_var in #(
  1.2014 ++      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1.2015 ++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1.2016 ++      esac
  1.2017 ++      case $ac_var in #(
  1.2018 ++      _ | IFS | as_nl) ;; #(
  1.2019 ++      *) $as_unset $ac_var ;;
  1.2020 ++      esac ;;
  1.2021 ++    esac
  1.2022 ++  done
  1.2023 ++  (set) 2>&1 |
  1.2024 ++    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  1.2025 ++    *${as_nl}ac_space=\ *)
  1.2026 ++      sed -n \
  1.2027 ++	"s/'\''/'\''\\\\'\'''\''/g;
  1.2028 ++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  1.2029 ++      ;; #(
  1.2030 ++    *)
  1.2031 ++      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1.2032 ++      ;;
  1.2033 ++    esac |
  1.2034 ++    sort
  1.2035 ++)
  1.2036 ++    echo
  1.2037 ++
  1.2038 ++    cat <<\_ASBOX
  1.2039 ++## ----------------- ##
  1.2040 ++## Output variables. ##
  1.2041 ++## ----------------- ##
  1.2042 ++_ASBOX
  1.2043 ++    echo
  1.2044 ++    for ac_var in $ac_subst_vars
  1.2045 ++    do
  1.2046 ++      eval ac_val=\$$ac_var
  1.2047 ++      case $ac_val in
  1.2048 ++      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.2049 ++      esac
  1.2050 ++      echo "$ac_var='\''$ac_val'\''"
  1.2051 ++    done | sort
  1.2052 ++    echo
  1.2053 ++
  1.2054 ++    if test -n "$ac_subst_files"; then
  1.2055 ++      cat <<\_ASBOX
  1.2056 ++## ------------------- ##
  1.2057 ++## File substitutions. ##
  1.2058 ++## ------------------- ##
  1.2059 ++_ASBOX
  1.2060 ++      echo
  1.2061 ++      for ac_var in $ac_subst_files
  1.2062 ++      do
  1.2063 ++	eval ac_val=\$$ac_var
  1.2064 ++	case $ac_val in
  1.2065 ++	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.2066 ++	esac
  1.2067 ++	echo "$ac_var='\''$ac_val'\''"
  1.2068 ++      done | sort
  1.2069 ++      echo
  1.2070 ++    fi
  1.2071 ++
  1.2072 ++    if test -s confdefs.h; then
  1.2073 ++      cat <<\_ASBOX
  1.2074 ++## ----------- ##
  1.2075 ++## confdefs.h. ##
  1.2076 ++## ----------- ##
  1.2077 ++_ASBOX
  1.2078 ++      echo
  1.2079 ++      cat confdefs.h
  1.2080 ++      echo
  1.2081 ++    fi
  1.2082 ++    test "$ac_signal" != 0 &&
  1.2083 ++      echo "$as_me: caught signal $ac_signal"
  1.2084 ++    echo "$as_me: exit $exit_status"
  1.2085 ++  } >&5
  1.2086 ++  rm -f core *.core core.conftest.* &&
  1.2087 ++    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  1.2088 ++    exit $exit_status
  1.2089 ++' 0
  1.2090 ++for ac_signal in 1 2 13 15; do
  1.2091 ++  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1.2092 ++done
  1.2093 ++ac_signal=0
  1.2094 ++
  1.2095 ++# confdefs.h avoids OS command line length limits that DEFS can exceed.
  1.2096 ++rm -f -r conftest* confdefs.h
  1.2097 ++
  1.2098 ++# Predefined preprocessor variables.
  1.2099 ++
  1.2100 ++cat >>confdefs.h <<_ACEOF
  1.2101 ++#define PACKAGE_NAME "$PACKAGE_NAME"
  1.2102 ++_ACEOF
  1.2103 ++
  1.2104 ++
  1.2105 ++cat >>confdefs.h <<_ACEOF
  1.2106 ++#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1.2107 ++_ACEOF
  1.2108 ++
  1.2109 ++
  1.2110 ++cat >>confdefs.h <<_ACEOF
  1.2111 ++#define PACKAGE_VERSION "$PACKAGE_VERSION"
  1.2112 ++_ACEOF
  1.2113 ++
  1.2114 ++
  1.2115 ++cat >>confdefs.h <<_ACEOF
  1.2116 ++#define PACKAGE_STRING "$PACKAGE_STRING"
  1.2117 ++_ACEOF
  1.2118 ++
  1.2119 ++
  1.2120 ++cat >>confdefs.h <<_ACEOF
  1.2121 ++#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1.2122 ++_ACEOF
  1.2123 ++
  1.2124 ++
  1.2125 ++# Let the site file select an alternate cache file if it wants to.
  1.2126 ++# Prefer explicitly selected file to automatically selected ones.
  1.2127 ++if test -n "$CONFIG_SITE"; then
  1.2128 ++  set x "$CONFIG_SITE"
  1.2129 ++elif test "x$prefix" != xNONE; then
  1.2130 ++  set x "$prefix/share/config.site" "$prefix/etc/config.site"
  1.2131 ++else
  1.2132 ++  set x "$ac_default_prefix/share/config.site" \
  1.2133 ++	"$ac_default_prefix/etc/config.site"
  1.2134 ++fi
  1.2135 ++shift
  1.2136 ++for ac_site_file
  1.2137 ++do
  1.2138 ++  if test -r "$ac_site_file"; then
  1.2139 ++    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1.2140 ++echo "$as_me: loading site script $ac_site_file" >&6;}
  1.2141 ++    sed 's/^/| /' "$ac_site_file" >&5
  1.2142 ++    . "$ac_site_file"
  1.2143 ++  fi
  1.2144 ++done
  1.2145 ++
  1.2146 ++if test -r "$cache_file"; then
  1.2147 ++  # Some versions of bash will fail to source /dev/null (special
  1.2148 ++  # files actually), so we avoid doing that.
  1.2149 ++  if test -f "$cache_file"; then
  1.2150 ++    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1.2151 ++echo "$as_me: loading cache $cache_file" >&6;}
  1.2152 ++    case $cache_file in
  1.2153 ++      [\\/]* | ?:[\\/]* ) . "$cache_file";;
  1.2154 ++      *)                      . "./$cache_file";;
  1.2155 ++    esac
  1.2156 ++  fi
  1.2157 ++else
  1.2158 ++  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1.2159 ++echo "$as_me: creating cache $cache_file" >&6;}
  1.2160 ++  >$cache_file
  1.2161 ++fi
  1.2162 ++
  1.2163 ++# Check that the precious variables saved in the cache have kept the same
  1.2164 ++# value.
  1.2165 ++ac_cache_corrupted=false
  1.2166 ++for ac_var in $ac_precious_vars; do
  1.2167 ++  eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1.2168 ++  eval ac_new_set=\$ac_env_${ac_var}_set
  1.2169 ++  eval ac_old_val=\$ac_cv_env_${ac_var}_value
  1.2170 ++  eval ac_new_val=\$ac_env_${ac_var}_value
  1.2171 ++  case $ac_old_set,$ac_new_set in
  1.2172 ++    set,)
  1.2173 ++      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1.2174 ++echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1.2175 ++      ac_cache_corrupted=: ;;
  1.2176 ++    ,set)
  1.2177 ++      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1.2178 ++echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1.2179 ++      ac_cache_corrupted=: ;;
  1.2180 ++    ,);;
  1.2181 ++    *)
  1.2182 ++      if test "x$ac_old_val" != "x$ac_new_val"; then
  1.2183 ++	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1.2184 ++echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1.2185 ++	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1.2186 ++echo "$as_me:   former value:  $ac_old_val" >&2;}
  1.2187 ++	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1.2188 ++echo "$as_me:   current value: $ac_new_val" >&2;}
  1.2189 ++	ac_cache_corrupted=:
  1.2190 ++      fi;;
  1.2191 ++  esac
  1.2192 ++  # Pass precious variables to config.status.
  1.2193 ++  if test "$ac_new_set" = set; then
  1.2194 ++    case $ac_new_val in
  1.2195 ++    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.2196 ++    *) ac_arg=$ac_var=$ac_new_val ;;
  1.2197 ++    esac
  1.2198 ++    case " $ac_configure_args " in
  1.2199 ++      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1.2200 ++      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1.2201 ++    esac
  1.2202 ++  fi
  1.2203 ++done
  1.2204 ++if $ac_cache_corrupted; then
  1.2205 ++  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1.2206 ++echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1.2207 ++  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1.2208 ++echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1.2209 ++   { (exit 1); exit 1; }; }
  1.2210 ++fi
  1.2211 ++
  1.2212 ++
  1.2213 ++
  1.2214 ++
  1.2215 ++
  1.2216 ++
  1.2217 ++
  1.2218 ++
  1.2219 ++
  1.2220 ++
  1.2221 ++
  1.2222 ++
  1.2223 ++
  1.2224 ++
  1.2225 ++
  1.2226 ++
  1.2227 ++
  1.2228 ++
  1.2229 ++
  1.2230 ++
  1.2231 ++
  1.2232 ++
  1.2233 ++
  1.2234 ++
  1.2235 ++
  1.2236 ++ac_ext=c
  1.2237 ++ac_cpp='$CPP $CPPFLAGS'
  1.2238 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.2239 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.2240 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.2241 ++
  1.2242 ++
  1.2243 ++
  1.2244 ++
  1.2245 ++ac_aux_dir=
  1.2246 ++for ac_dir in ../../../.. "$srcdir"/../../../..; do
  1.2247 ++  if test -f "$ac_dir/install-sh"; then
  1.2248 ++    ac_aux_dir=$ac_dir
  1.2249 ++    ac_install_sh="$ac_aux_dir/install-sh -c"
  1.2250 ++    break
  1.2251 ++  elif test -f "$ac_dir/install.sh"; then
  1.2252 ++    ac_aux_dir=$ac_dir
  1.2253 ++    ac_install_sh="$ac_aux_dir/install.sh -c"
  1.2254 ++    break
  1.2255 ++  elif test -f "$ac_dir/shtool"; then
  1.2256 ++    ac_aux_dir=$ac_dir
  1.2257 ++    ac_install_sh="$ac_aux_dir/shtool install -c"
  1.2258 ++    break
  1.2259 ++  fi
  1.2260 ++done
  1.2261 ++if test -z "$ac_aux_dir"; then
  1.2262 ++  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&5
  1.2263 ++echo "$as_me: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&2;}
  1.2264 ++   { (exit 1); exit 1; }; }
  1.2265 ++fi
  1.2266 ++
  1.2267 ++# These three variables are undocumented and unsupported,
  1.2268 ++# and are intended to be withdrawn in a future Autoconf release.
  1.2269 ++# They can cause serious problems if a builder's source tree is in a directory
  1.2270 ++# whose full name contains unusual characters.
  1.2271 ++ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  1.2272 ++ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  1.2273 ++ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  1.2274 ++
  1.2275 ++
  1.2276 ++
  1.2277 ++# Make sure we can run config.sub.
  1.2278 ++$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  1.2279 ++  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
  1.2280 ++echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
  1.2281 ++   { (exit 1); exit 1; }; }
  1.2282 ++
  1.2283 ++{ echo "$as_me:$LINENO: checking build system type" >&5
  1.2284 ++echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
  1.2285 ++if test "${ac_cv_build+set}" = set; then
  1.2286 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2287 ++else
  1.2288 ++  ac_build_alias=$build_alias
  1.2289 ++test "x$ac_build_alias" = x &&
  1.2290 ++  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  1.2291 ++test "x$ac_build_alias" = x &&
  1.2292 ++  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  1.2293 ++echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  1.2294 ++   { (exit 1); exit 1; }; }
  1.2295 ++ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  1.2296 ++  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
  1.2297 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
  1.2298 ++   { (exit 1); exit 1; }; }
  1.2299 ++
  1.2300 ++fi
  1.2301 ++{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  1.2302 ++echo "${ECHO_T}$ac_cv_build" >&6; }
  1.2303 ++case $ac_cv_build in
  1.2304 ++*-*-*) ;;
  1.2305 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
  1.2306 ++echo "$as_me: error: invalid value of canonical build" >&2;}
  1.2307 ++   { (exit 1); exit 1; }; };;
  1.2308 ++esac
  1.2309 ++build=$ac_cv_build
  1.2310 ++ac_save_IFS=$IFS; IFS='-'
  1.2311 ++set x $ac_cv_build
  1.2312 ++shift
  1.2313 ++build_cpu=$1
  1.2314 ++build_vendor=$2
  1.2315 ++shift; shift
  1.2316 ++# Remember, the first character of IFS is used to create $*,
  1.2317 ++# except with old shells:
  1.2318 ++build_os=$*
  1.2319 ++IFS=$ac_save_IFS
  1.2320 ++case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  1.2321 ++
  1.2322 ++
  1.2323 ++{ echo "$as_me:$LINENO: checking host system type" >&5
  1.2324 ++echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
  1.2325 ++if test "${ac_cv_host+set}" = set; then
  1.2326 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2327 ++else
  1.2328 ++  if test "x$host_alias" = x; then
  1.2329 ++  ac_cv_host=$ac_cv_build
  1.2330 ++else
  1.2331 ++  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  1.2332 ++    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
  1.2333 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
  1.2334 ++   { (exit 1); exit 1; }; }
  1.2335 ++fi
  1.2336 ++
  1.2337 ++fi
  1.2338 ++{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  1.2339 ++echo "${ECHO_T}$ac_cv_host" >&6; }
  1.2340 ++case $ac_cv_host in
  1.2341 ++*-*-*) ;;
  1.2342 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
  1.2343 ++echo "$as_me: error: invalid value of canonical host" >&2;}
  1.2344 ++   { (exit 1); exit 1; }; };;
  1.2345 ++esac
  1.2346 ++host=$ac_cv_host
  1.2347 ++ac_save_IFS=$IFS; IFS='-'
  1.2348 ++set x $ac_cv_host
  1.2349 ++shift
  1.2350 ++host_cpu=$1
  1.2351 ++host_vendor=$2
  1.2352 ++shift; shift
  1.2353 ++# Remember, the first character of IFS is used to create $*,
  1.2354 ++# except with old shells:
  1.2355 ++host_os=$*
  1.2356 ++IFS=$ac_save_IFS
  1.2357 ++case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  1.2358 ++
  1.2359 ++
  1.2360 ++am__api_version="1.4"
  1.2361 ++# Find a good install program.  We prefer a C program (faster),
  1.2362 ++# so one script is as good as another.  But avoid the broken or
  1.2363 ++# incompatible versions:
  1.2364 ++# SysV /etc/install, /usr/sbin/install
  1.2365 ++# SunOS /usr/etc/install
  1.2366 ++# IRIX /sbin/install
  1.2367 ++# AIX /bin/install
  1.2368 ++# AmigaOS /C/install, which installs bootblocks on floppy discs
  1.2369 ++# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1.2370 ++# AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1.2371 ++# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1.2372 ++# OS/2's system install, which has a completely different semantic
  1.2373 ++# ./install, which can be erroneously created by make from ./install.sh.
  1.2374 ++{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1.2375 ++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  1.2376 ++if test -z "$INSTALL"; then
  1.2377 ++if test "${ac_cv_path_install+set}" = set; then
  1.2378 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2379 ++else
  1.2380 ++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2381 ++for as_dir in $PATH
  1.2382 ++do
  1.2383 ++  IFS=$as_save_IFS
  1.2384 ++  test -z "$as_dir" && as_dir=.
  1.2385 ++  # Account for people who put trailing slashes in PATH elements.
  1.2386 ++case $as_dir/ in
  1.2387 ++  ./ | .// | /cC/* | \
  1.2388 ++  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1.2389 ++  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  1.2390 ++  /usr/ucb/* ) ;;
  1.2391 ++  *)
  1.2392 ++    # OSF1 and SCO ODT 3.0 have their own names for install.
  1.2393 ++    # Don't use installbsd from OSF since it installs stuff as root
  1.2394 ++    # by default.
  1.2395 ++    for ac_prog in ginstall scoinst install; do
  1.2396 ++      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2397 ++	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  1.2398 ++	  if test $ac_prog = install &&
  1.2399 ++	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.2400 ++	    # AIX install.  It has an incompatible calling convention.
  1.2401 ++	    :
  1.2402 ++	  elif test $ac_prog = install &&
  1.2403 ++	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.2404 ++	    # program-specific install script used by HP pwplus--don't use.
  1.2405 ++	    :
  1.2406 ++	  else
  1.2407 ++	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1.2408 ++	    break 3
  1.2409 ++	  fi
  1.2410 ++	fi
  1.2411 ++      done
  1.2412 ++    done
  1.2413 ++    ;;
  1.2414 ++esac
  1.2415 ++done
  1.2416 ++IFS=$as_save_IFS
  1.2417 ++
  1.2418 ++
  1.2419 ++fi
  1.2420 ++  if test "${ac_cv_path_install+set}" = set; then
  1.2421 ++    INSTALL=$ac_cv_path_install
  1.2422 ++  else
  1.2423 ++    # As a last resort, use the slow shell script.  Don't cache a
  1.2424 ++    # value for INSTALL within a source directory, because that will
  1.2425 ++    # break other packages using the cache if that directory is
  1.2426 ++    # removed, or if the value is a relative name.
  1.2427 ++    INSTALL=$ac_install_sh
  1.2428 ++  fi
  1.2429 ++fi
  1.2430 ++{ echo "$as_me:$LINENO: result: $INSTALL" >&5
  1.2431 ++echo "${ECHO_T}$INSTALL" >&6; }
  1.2432 ++
  1.2433 ++# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1.2434 ++# It thinks the first close brace ends the variable substitution.
  1.2435 ++test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1.2436 ++
  1.2437 ++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1.2438 ++
  1.2439 ++test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1.2440 ++
  1.2441 ++{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1.2442 ++echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
  1.2443 ++# Just in case
  1.2444 ++sleep 1
  1.2445 ++echo timestamp > conftestfile
  1.2446 ++# Do `set' in a subshell so we don't clobber the current shell's
  1.2447 ++# arguments.  Must try -L first in case configure is actually a
  1.2448 ++# symlink; some systems play weird games with the mod time of symlinks
  1.2449 ++# (eg FreeBSD returns the mod time of the symlink's containing
  1.2450 ++# directory).
  1.2451 ++if (
  1.2452 ++   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  1.2453 ++   if test "$*" = "X"; then
  1.2454 ++      # -L didn't work.
  1.2455 ++      set X `ls -t $srcdir/configure conftestfile`
  1.2456 ++   fi
  1.2457 ++   if test "$*" != "X $srcdir/configure conftestfile" \
  1.2458 ++      && test "$*" != "X conftestfile $srcdir/configure"; then
  1.2459 ++
  1.2460 ++      # If neither matched, then we have a broken ls.  This can happen
  1.2461 ++      # if, for instance, CONFIG_SHELL is bash and it inherits a
  1.2462 ++      # broken ls alias from the environment.  This has actually
  1.2463 ++      # happened.  Such a system could not be considered "sane".
  1.2464 ++      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  1.2465 ++alias in your environment" >&5
  1.2466 ++echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  1.2467 ++alias in your environment" >&2;}
  1.2468 ++   { (exit 1); exit 1; }; }
  1.2469 ++   fi
  1.2470 ++
  1.2471 ++   test "$2" = conftestfile
  1.2472 ++   )
  1.2473 ++then
  1.2474 ++   # Ok.
  1.2475 ++   :
  1.2476 ++else
  1.2477 ++   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  1.2478 ++Check your system clock" >&5
  1.2479 ++echo "$as_me: error: newly created file is older than distributed files!
  1.2480 ++Check your system clock" >&2;}
  1.2481 ++   { (exit 1); exit 1; }; }
  1.2482 ++fi
  1.2483 ++rm -f conftest*
  1.2484 ++{ echo "$as_me:$LINENO: result: yes" >&5
  1.2485 ++echo "${ECHO_T}yes" >&6; }
  1.2486 ++test "$program_prefix" != NONE &&
  1.2487 ++  program_transform_name="s&^&$program_prefix&;$program_transform_name"
  1.2488 ++# Use a double $ so make ignores it.
  1.2489 ++test "$program_suffix" != NONE &&
  1.2490 ++  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  1.2491 ++# Double any \ or $.  echo might interpret backslashes.
  1.2492 ++# By default was `s,x,x', remove it if useless.
  1.2493 ++cat <<\_ACEOF >conftest.sed
  1.2494 ++s/[\\$]/&&/g;s/;s,x,x,$//
  1.2495 ++_ACEOF
  1.2496 ++program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1.2497 ++rm -f conftest.sed
  1.2498 ++
  1.2499 ++{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1.2500 ++echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
  1.2501 ++set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  1.2502 ++if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
  1.2503 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2504 ++else
  1.2505 ++  cat >conftest.make <<\_ACEOF
  1.2506 ++SHELL = /bin/sh
  1.2507 ++all:
  1.2508 ++	@echo '@@@%%%=$(MAKE)=@@@%%%'
  1.2509 ++_ACEOF
  1.2510 ++# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1.2511 ++case `${MAKE-make} -f conftest.make 2>/dev/null` in
  1.2512 ++  *@@@%%%=?*=@@@%%%*)
  1.2513 ++    eval ac_cv_prog_make_${ac_make}_set=yes;;
  1.2514 ++  *)
  1.2515 ++    eval ac_cv_prog_make_${ac_make}_set=no;;
  1.2516 ++esac
  1.2517 ++rm -f conftest.make
  1.2518 ++fi
  1.2519 ++if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  1.2520 ++  { echo "$as_me:$LINENO: result: yes" >&5
  1.2521 ++echo "${ECHO_T}yes" >&6; }
  1.2522 ++  SET_MAKE=
  1.2523 ++else
  1.2524 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.2525 ++echo "${ECHO_T}no" >&6; }
  1.2526 ++  SET_MAKE="MAKE=${MAKE-make}"
  1.2527 ++fi
  1.2528 ++
  1.2529 ++
  1.2530 ++# Check whether --enable-multilib was given.
  1.2531 ++if test "${enable_multilib+set}" = set; then
  1.2532 ++  enableval=$enable_multilib; case "${enableval}" in
  1.2533 ++  yes) multilib=yes ;;
  1.2534 ++  no)  multilib=no ;;
  1.2535 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
  1.2536 ++echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
  1.2537 ++   { (exit 1); exit 1; }; } ;;
  1.2538 ++ esac
  1.2539 ++else
  1.2540 ++  multilib=yes
  1.2541 ++fi
  1.2542 ++
  1.2543 ++# Check whether --enable-target-optspace was given.
  1.2544 ++if test "${enable_target_optspace+set}" = set; then
  1.2545 ++  enableval=$enable_target_optspace; case "${enableval}" in
  1.2546 ++  yes) target_optspace=yes ;;
  1.2547 ++  no)  target_optspace=no ;;
  1.2548 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
  1.2549 ++echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}
  1.2550 ++   { (exit 1); exit 1; }; } ;;
  1.2551 ++ esac
  1.2552 ++else
  1.2553 ++  target_optspace=
  1.2554 ++fi
  1.2555 ++
  1.2556 ++# Check whether --enable-malloc-debugging was given.
  1.2557 ++if test "${enable_malloc_debugging+set}" = set; then
  1.2558 ++  enableval=$enable_malloc_debugging; case "${enableval}" in
  1.2559 ++  yes) malloc_debugging=yes ;;
  1.2560 ++  no)  malloc_debugging=no ;;
  1.2561 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
  1.2562 ++echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}
  1.2563 ++   { (exit 1); exit 1; }; } ;;
  1.2564 ++ esac
  1.2565 ++else
  1.2566 ++  malloc_debugging=
  1.2567 ++fi
  1.2568 ++
  1.2569 ++# Check whether --enable-newlib-mb was given.
  1.2570 ++if test "${enable_newlib_mb+set}" = set; then
  1.2571 ++  enableval=$enable_newlib_mb; case "${enableval}" in
  1.2572 ++  yes) newlib_mb=yes ;;
  1.2573 ++  no)  newlib_mb=no ;;
  1.2574 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-mb option" >&5
  1.2575 ++echo "$as_me: error: bad value ${enableval} for newlib-mb option" >&2;}
  1.2576 ++   { (exit 1); exit 1; }; } ;;
  1.2577 ++ esac
  1.2578 ++else
  1.2579 ++  newlib_mb=
  1.2580 ++fi
  1.2581 ++
  1.2582 ++# Check whether --enable-newlib-iconv was given.
  1.2583 ++if test "${enable_newlib_iconv+set}" = set; then
  1.2584 ++  enableval=$enable_newlib_iconv; case "${enableval}" in
  1.2585 ++  yes) newlib_iconv=yes ;;
  1.2586 ++  no)  newlib_iconv=no ;;
  1.2587 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5
  1.2588 ++echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}
  1.2589 ++   { (exit 1); exit 1; }; } ;;
  1.2590 ++ esac
  1.2591 ++else
  1.2592 ++  newlib_iconv=
  1.2593 ++fi
  1.2594 ++
  1.2595 ++# Check whether --enable-newlib-builtin-converters was given.
  1.2596 ++if test "${enable_newlib_builtin_converters+set}" = set; then
  1.2597 ++  enableval=$enable_newlib_builtin_converters; if test x${enableval} = x; then
  1.2598 ++   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-builtin-converters option - use comma-separated list" >&5
  1.2599 ++echo "$as_me: error: bad value ${enableval} for newlib-builtin-converters option - use comma-separated list" >&2;}
  1.2600 ++   { (exit 1); exit 1; }; }
  1.2601 ++ fi
  1.2602 ++ builtin_converters=${enableval}
  1.2603 ++
  1.2604 ++else
  1.2605 ++  builtin_converters=
  1.2606 ++fi
  1.2607 ++
  1.2608 ++# Check whether --enable-newlib-multithread was given.
  1.2609 ++if test "${enable_newlib_multithread+set}" = set; then
  1.2610 ++  enableval=$enable_newlib_multithread; case "${enableval}" in
  1.2611 ++  yes) newlib_multithread=yes ;;
  1.2612 ++  no)  newlib_multithread=no ;;
  1.2613 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
  1.2614 ++echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}
  1.2615 ++   { (exit 1); exit 1; }; } ;;
  1.2616 ++ esac
  1.2617 ++else
  1.2618 ++  newlib_multithread=yes
  1.2619 ++fi
  1.2620 ++
  1.2621 ++# Check whether --enable-newlib-elix-level was given.
  1.2622 ++if test "${enable_newlib_elix_level+set}" = set; then
  1.2623 ++  enableval=$enable_newlib_elix_level; case "${enableval}" in
  1.2624 ++  0)   newlib_elix_level=0 ;;
  1.2625 ++  1)   newlib_elix_level=1 ;;
  1.2626 ++  2)   newlib_elix_level=2 ;;
  1.2627 ++  3)   newlib_elix_level=3 ;;
  1.2628 ++  4)   newlib_elix_level=4 ;;
  1.2629 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5
  1.2630 ++echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}
  1.2631 ++   { (exit 1); exit 1; }; } ;;
  1.2632 ++ esac
  1.2633 ++else
  1.2634 ++  newlib_elix_level=0
  1.2635 ++fi
  1.2636 ++
  1.2637 ++# Check whether --enable-newlib-io-float was given.
  1.2638 ++if test "${enable_newlib_io_float+set}" = set; then
  1.2639 ++  enableval=$enable_newlib_io_float; case "${enableval}" in
  1.2640 ++  yes) newlib_io_float=yes ;;
  1.2641 ++  no)  newlib_io_float=no ;;
  1.2642 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
  1.2643 ++echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}
  1.2644 ++   { (exit 1); exit 1; }; } ;;
  1.2645 ++ esac
  1.2646 ++else
  1.2647 ++  newlib_io_float=yes
  1.2648 ++fi
  1.2649 ++
  1.2650 ++# Check whether --enable-newlib-supplied-syscalls was given.
  1.2651 ++if test "${enable_newlib_supplied_syscalls+set}" = set; then
  1.2652 ++  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
  1.2653 ++  yes) newlib_may_supply_syscalls=yes ;;
  1.2654 ++  no)  newlib_may_supply_syscalls=no ;;
  1.2655 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
  1.2656 ++echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}
  1.2657 ++   { (exit 1); exit 1; }; } ;;
  1.2658 ++ esac
  1.2659 ++else
  1.2660 ++  newlib_may_supply_syscalls=yes
  1.2661 ++fi
  1.2662 ++
  1.2663 ++
  1.2664 ++
  1.2665 ++if test x${newlib_may_supply_syscalls} = xyes; then
  1.2666 ++  MAY_SUPPLY_SYSCALLS_TRUE=
  1.2667 ++  MAY_SUPPLY_SYSCALLS_FALSE='#'
  1.2668 ++else
  1.2669 ++  MAY_SUPPLY_SYSCALLS_TRUE='#'
  1.2670 ++  MAY_SUPPLY_SYSCALLS_FALSE=
  1.2671 ++fi
  1.2672 ++
  1.2673 ++
  1.2674 ++test -z "${with_target_subdir}" && with_target_subdir=.
  1.2675 ++
  1.2676 ++if test "${srcdir}" = "."; then
  1.2677 ++  if test "${with_target_subdir}" != "."; then
  1.2678 ++    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
  1.2679 ++  else
  1.2680 ++    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
  1.2681 ++  fi
  1.2682 ++else
  1.2683 ++  newlib_basedir="${srcdir}/../../.."
  1.2684 ++fi
  1.2685 ++
  1.2686 ++
  1.2687 ++{ echo "$as_me:$LINENO: checking target system type" >&5
  1.2688 ++echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
  1.2689 ++if test "${ac_cv_target+set}" = set; then
  1.2690 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2691 ++else
  1.2692 ++  if test "x$target_alias" = x; then
  1.2693 ++  ac_cv_target=$ac_cv_host
  1.2694 ++else
  1.2695 ++  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
  1.2696 ++    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
  1.2697 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
  1.2698 ++   { (exit 1); exit 1; }; }
  1.2699 ++fi
  1.2700 ++
  1.2701 ++fi
  1.2702 ++{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
  1.2703 ++echo "${ECHO_T}$ac_cv_target" >&6; }
  1.2704 ++case $ac_cv_target in
  1.2705 ++*-*-*) ;;
  1.2706 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
  1.2707 ++echo "$as_me: error: invalid value of canonical target" >&2;}
  1.2708 ++   { (exit 1); exit 1; }; };;
  1.2709 ++esac
  1.2710 ++target=$ac_cv_target
  1.2711 ++ac_save_IFS=$IFS; IFS='-'
  1.2712 ++set x $ac_cv_target
  1.2713 ++shift
  1.2714 ++target_cpu=$1
  1.2715 ++target_vendor=$2
  1.2716 ++shift; shift
  1.2717 ++# Remember, the first character of IFS is used to create $*,
  1.2718 ++# except with old shells:
  1.2719 ++target_os=$*
  1.2720 ++IFS=$ac_save_IFS
  1.2721 ++case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
  1.2722 ++
  1.2723 ++
  1.2724 ++# The aliases save the names the user supplied, while $host etc.
  1.2725 ++# will get canonicalized.
  1.2726 ++test -n "$target_alias" &&
  1.2727 ++  test "$program_prefix$program_suffix$program_transform_name" = \
  1.2728 ++    NONENONEs,x,x, &&
  1.2729 ++  program_prefix=${target_alias}-
  1.2730 ++
  1.2731 ++
  1.2732 ++PACKAGE=newlib
  1.2733 ++
  1.2734 ++VERSION=1.12.0
  1.2735 ++
  1.2736 ++if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  1.2737 ++  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  1.2738 ++echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  1.2739 ++   { (exit 1); exit 1; }; }
  1.2740 ++fi
  1.2741 ++
  1.2742 ++cat >>confdefs.h <<_ACEOF
  1.2743 ++#define PACKAGE "$PACKAGE"
  1.2744 ++_ACEOF
  1.2745 ++
  1.2746 ++
  1.2747 ++cat >>confdefs.h <<_ACEOF
  1.2748 ++#define VERSION "$VERSION"
  1.2749 ++_ACEOF
  1.2750 ++
  1.2751 ++
  1.2752 ++
  1.2753 ++missing_dir=`cd $ac_aux_dir && pwd`
  1.2754 ++{ echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
  1.2755 ++echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6; }
  1.2756 ++# Run test in a subshell; some versions of sh will print an error if
  1.2757 ++# an executable is not found, even if stderr is redirected.
  1.2758 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
  1.2759 ++if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  1.2760 ++   ACLOCAL=aclocal-${am__api_version}
  1.2761 ++   { echo "$as_me:$LINENO: result: found" >&5
  1.2762 ++echo "${ECHO_T}found" >&6; }
  1.2763 ++else
  1.2764 ++   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
  1.2765 ++   { echo "$as_me:$LINENO: result: missing" >&5
  1.2766 ++echo "${ECHO_T}missing" >&6; }
  1.2767 ++fi
  1.2768 ++
  1.2769 ++{ echo "$as_me:$LINENO: checking for working autoconf" >&5
  1.2770 ++echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6; }
  1.2771 ++# Run test in a subshell; some versions of sh will print an error if
  1.2772 ++# an executable is not found, even if stderr is redirected.
  1.2773 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
  1.2774 ++if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  1.2775 ++   AUTOCONF=autoconf
  1.2776 ++   { echo "$as_me:$LINENO: result: found" >&5
  1.2777 ++echo "${ECHO_T}found" >&6; }
  1.2778 ++else
  1.2779 ++   AUTOCONF="$missing_dir/missing autoconf"
  1.2780 ++   { echo "$as_me:$LINENO: result: missing" >&5
  1.2781 ++echo "${ECHO_T}missing" >&6; }
  1.2782 ++fi
  1.2783 ++
  1.2784 ++{ echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
  1.2785 ++echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6; }
  1.2786 ++# Run test in a subshell; some versions of sh will print an error if
  1.2787 ++# an executable is not found, even if stderr is redirected.
  1.2788 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
  1.2789 ++if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  1.2790 ++   AUTOMAKE=automake-${am__api_version}
  1.2791 ++   { echo "$as_me:$LINENO: result: found" >&5
  1.2792 ++echo "${ECHO_T}found" >&6; }
  1.2793 ++else
  1.2794 ++   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
  1.2795 ++   { echo "$as_me:$LINENO: result: missing" >&5
  1.2796 ++echo "${ECHO_T}missing" >&6; }
  1.2797 ++fi
  1.2798 ++
  1.2799 ++{ echo "$as_me:$LINENO: checking for working autoheader" >&5
  1.2800 ++echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6; }
  1.2801 ++# Run test in a subshell; some versions of sh will print an error if
  1.2802 ++# an executable is not found, even if stderr is redirected.
  1.2803 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
  1.2804 ++if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  1.2805 ++   AUTOHEADER=autoheader
  1.2806 ++   { echo "$as_me:$LINENO: result: found" >&5
  1.2807 ++echo "${ECHO_T}found" >&6; }
  1.2808 ++else
  1.2809 ++   AUTOHEADER="$missing_dir/missing autoheader"
  1.2810 ++   { echo "$as_me:$LINENO: result: missing" >&5
  1.2811 ++echo "${ECHO_T}missing" >&6; }
  1.2812 ++fi
  1.2813 ++
  1.2814 ++{ echo "$as_me:$LINENO: checking for working makeinfo" >&5
  1.2815 ++echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6; }
  1.2816 ++# Run test in a subshell; some versions of sh will print an error if
  1.2817 ++# an executable is not found, even if stderr is redirected.
  1.2818 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
  1.2819 ++if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  1.2820 ++   MAKEINFO=makeinfo
  1.2821 ++   { echo "$as_me:$LINENO: result: found" >&5
  1.2822 ++echo "${ECHO_T}found" >&6; }
  1.2823 ++else
  1.2824 ++   MAKEINFO="$missing_dir/missing makeinfo"
  1.2825 ++   { echo "$as_me:$LINENO: result: missing" >&5
  1.2826 ++echo "${ECHO_T}missing" >&6; }
  1.2827 ++fi
  1.2828 ++
  1.2829 ++
  1.2830 ++
  1.2831 ++# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
  1.2832 ++# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
  1.2833 ++# are probably using a cross compiler, which will not be able to fully
  1.2834 ++# link an executable.  This should really be fixed in autoconf
  1.2835 ++# itself.
  1.2836 ++
  1.2837 ++
  1.2838 ++
  1.2839 ++# Extract the first word of "gcc", so it can be a program name with args.
  1.2840 ++set dummy gcc; ac_word=$2
  1.2841 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2842 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.2843 ++if test "${ac_cv_prog_CC+set}" = set; then
  1.2844 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2845 ++else
  1.2846 ++  if test -n "$CC"; then
  1.2847 ++  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.2848 ++else
  1.2849 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2850 ++for as_dir in $PATH
  1.2851 ++do
  1.2852 ++  IFS=$as_save_IFS
  1.2853 ++  test -z "$as_dir" && as_dir=.
  1.2854 ++  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2855 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2856 ++    ac_cv_prog_CC="gcc"
  1.2857 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2858 ++    break 2
  1.2859 ++  fi
  1.2860 ++done
  1.2861 ++done
  1.2862 ++IFS=$as_save_IFS
  1.2863 ++
  1.2864 ++fi
  1.2865 ++fi
  1.2866 ++CC=$ac_cv_prog_CC
  1.2867 ++if test -n "$CC"; then
  1.2868 ++  { echo "$as_me:$LINENO: result: $CC" >&5
  1.2869 ++echo "${ECHO_T}$CC" >&6; }
  1.2870 ++else
  1.2871 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.2872 ++echo "${ECHO_T}no" >&6; }
  1.2873 ++fi
  1.2874 ++
  1.2875 ++
  1.2876 ++if test -z "$CC"; then
  1.2877 ++  # Extract the first word of "cc", so it can be a program name with args.
  1.2878 ++set dummy cc; ac_word=$2
  1.2879 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2880 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.2881 ++if test "${ac_cv_prog_CC+set}" = set; then
  1.2882 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2883 ++else
  1.2884 ++  if test -n "$CC"; then
  1.2885 ++  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.2886 ++else
  1.2887 ++  ac_prog_rejected=no
  1.2888 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2889 ++for as_dir in $PATH
  1.2890 ++do
  1.2891 ++  IFS=$as_save_IFS
  1.2892 ++  test -z "$as_dir" && as_dir=.
  1.2893 ++  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2894 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2895 ++    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1.2896 ++       ac_prog_rejected=yes
  1.2897 ++       continue
  1.2898 ++     fi
  1.2899 ++    ac_cv_prog_CC="cc"
  1.2900 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2901 ++    break 2
  1.2902 ++  fi
  1.2903 ++done
  1.2904 ++done
  1.2905 ++IFS=$as_save_IFS
  1.2906 ++
  1.2907 ++if test $ac_prog_rejected = yes; then
  1.2908 ++  # We found a bogon in the path, so make sure we never use it.
  1.2909 ++  set dummy $ac_cv_prog_CC
  1.2910 ++  shift
  1.2911 ++  if test $# != 0; then
  1.2912 ++    # We chose a different compiler from the bogus one.
  1.2913 ++    # However, it has the same basename, so the bogon will be chosen
  1.2914 ++    # first if we set CC to just the basename; use the full file name.
  1.2915 ++    shift
  1.2916 ++    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1.2917 ++  fi
  1.2918 ++fi
  1.2919 ++fi
  1.2920 ++fi
  1.2921 ++CC=$ac_cv_prog_CC
  1.2922 ++if test -n "$CC"; then
  1.2923 ++  { echo "$as_me:$LINENO: result: $CC" >&5
  1.2924 ++echo "${ECHO_T}$CC" >&6; }
  1.2925 ++else
  1.2926 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.2927 ++echo "${ECHO_T}no" >&6; }
  1.2928 ++fi
  1.2929 ++
  1.2930 ++
  1.2931 ++  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
  1.2932 ++echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
  1.2933 ++   { (exit 1); exit 1; }; }
  1.2934 ++fi
  1.2935 ++
  1.2936 ++#AC_PROG_CC_GNU
  1.2937 ++
  1.2938 ++if test $ac_cv_c_compiler_gnu = yes; then
  1.2939 ++  GCC=yes
  1.2940 ++  ac_test_CFLAGS="${CFLAGS+set}"
  1.2941 ++  ac_save_CFLAGS="$CFLAGS"
  1.2942 ++  CFLAGS=
  1.2943 ++#  AC_PROG_CC_G
  1.2944 ++  if test "$ac_test_CFLAGS" = set; then
  1.2945 ++    CFLAGS="$ac_save_CFLAGS"
  1.2946 ++  elif test $ac_cv_prog_cc_g = yes; then
  1.2947 ++    CFLAGS="-g -O2"
  1.2948 ++  else
  1.2949 ++    CFLAGS="-O2"
  1.2950 ++  fi
  1.2951 ++else
  1.2952 ++  GCC=
  1.2953 ++  test "${CFLAGS+set}" = set || CFLAGS="-g"
  1.2954 ++fi
  1.2955 ++
  1.2956 ++
  1.2957 ++if test -n "$ac_tool_prefix"; then
  1.2958 ++  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
  1.2959 ++set dummy ${ac_tool_prefix}as; ac_word=$2
  1.2960 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2961 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.2962 ++if test "${ac_cv_prog_AS+set}" = set; then
  1.2963 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2964 ++else
  1.2965 ++  if test -n "$AS"; then
  1.2966 ++  ac_cv_prog_AS="$AS" # Let the user override the test.
  1.2967 ++else
  1.2968 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2969 ++for as_dir in $PATH
  1.2970 ++do
  1.2971 ++  IFS=$as_save_IFS
  1.2972 ++  test -z "$as_dir" && as_dir=.
  1.2973 ++  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2974 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2975 ++    ac_cv_prog_AS="${ac_tool_prefix}as"
  1.2976 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2977 ++    break 2
  1.2978 ++  fi
  1.2979 ++done
  1.2980 ++done
  1.2981 ++IFS=$as_save_IFS
  1.2982 ++
  1.2983 ++fi
  1.2984 ++fi
  1.2985 ++AS=$ac_cv_prog_AS
  1.2986 ++if test -n "$AS"; then
  1.2987 ++  { echo "$as_me:$LINENO: result: $AS" >&5
  1.2988 ++echo "${ECHO_T}$AS" >&6; }
  1.2989 ++else
  1.2990 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.2991 ++echo "${ECHO_T}no" >&6; }
  1.2992 ++fi
  1.2993 ++
  1.2994 ++
  1.2995 ++fi
  1.2996 ++if test -z "$ac_cv_prog_AS"; then
  1.2997 ++  ac_ct_AS=$AS
  1.2998 ++  # Extract the first word of "as", so it can be a program name with args.
  1.2999 ++set dummy as; ac_word=$2
  1.3000 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3001 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.3002 ++if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
  1.3003 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3004 ++else
  1.3005 ++  if test -n "$ac_ct_AS"; then
  1.3006 ++  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
  1.3007 ++else
  1.3008 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3009 ++for as_dir in $PATH
  1.3010 ++do
  1.3011 ++  IFS=$as_save_IFS
  1.3012 ++  test -z "$as_dir" && as_dir=.
  1.3013 ++  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3014 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3015 ++    ac_cv_prog_ac_ct_AS="as"
  1.3016 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3017 ++    break 2
  1.3018 ++  fi
  1.3019 ++done
  1.3020 ++done
  1.3021 ++IFS=$as_save_IFS
  1.3022 ++
  1.3023 ++fi
  1.3024 ++fi
  1.3025 ++ac_ct_AS=$ac_cv_prog_ac_ct_AS
  1.3026 ++if test -n "$ac_ct_AS"; then
  1.3027 ++  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  1.3028 ++echo "${ECHO_T}$ac_ct_AS" >&6; }
  1.3029 ++else
  1.3030 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.3031 ++echo "${ECHO_T}no" >&6; }
  1.3032 ++fi
  1.3033 ++
  1.3034 ++  if test "x$ac_ct_AS" = x; then
  1.3035 ++    AS=""
  1.3036 ++  else
  1.3037 ++    case $cross_compiling:$ac_tool_warned in
  1.3038 ++yes:)
  1.3039 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.3040 ++whose name does not start with the host triplet.  If you think this
  1.3041 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.3042 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.3043 ++whose name does not start with the host triplet.  If you think this
  1.3044 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.3045 ++ac_tool_warned=yes ;;
  1.3046 ++esac
  1.3047 ++    AS=$ac_ct_AS
  1.3048 ++  fi
  1.3049 ++else
  1.3050 ++  AS="$ac_cv_prog_AS"
  1.3051 ++fi
  1.3052 ++
  1.3053 ++if test -n "$ac_tool_prefix"; then
  1.3054 ++  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  1.3055 ++set dummy ${ac_tool_prefix}ar; ac_word=$2
  1.3056 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3057 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.3058 ++if test "${ac_cv_prog_AR+set}" = set; then
  1.3059 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3060 ++else
  1.3061 ++  if test -n "$AR"; then
  1.3062 ++  ac_cv_prog_AR="$AR" # Let the user override the test.
  1.3063 ++else
  1.3064 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3065 ++for as_dir in $PATH
  1.3066 ++do
  1.3067 ++  IFS=$as_save_IFS
  1.3068 ++  test -z "$as_dir" && as_dir=.
  1.3069 ++  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3070 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3071 ++    ac_cv_prog_AR="${ac_tool_prefix}ar"
  1.3072 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3073 ++    break 2
  1.3074 ++  fi
  1.3075 ++done
  1.3076 ++done
  1.3077 ++IFS=$as_save_IFS
  1.3078 ++
  1.3079 ++fi
  1.3080 ++fi
  1.3081 ++AR=$ac_cv_prog_AR
  1.3082 ++if test -n "$AR"; then
  1.3083 ++  { echo "$as_me:$LINENO: result: $AR" >&5
  1.3084 ++echo "${ECHO_T}$AR" >&6; }
  1.3085 ++else
  1.3086 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.3087 ++echo "${ECHO_T}no" >&6; }
  1.3088 ++fi
  1.3089 ++
  1.3090 ++
  1.3091 ++fi
  1.3092 ++if test -z "$ac_cv_prog_AR"; then
  1.3093 ++  ac_ct_AR=$AR
  1.3094 ++  # Extract the first word of "ar", so it can be a program name with args.
  1.3095 ++set dummy ar; ac_word=$2
  1.3096 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3097 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.3098 ++if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
  1.3099 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3100 ++else
  1.3101 ++  if test -n "$ac_ct_AR"; then
  1.3102 ++  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
  1.3103 ++else
  1.3104 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3105 ++for as_dir in $PATH
  1.3106 ++do
  1.3107 ++  IFS=$as_save_IFS
  1.3108 ++  test -z "$as_dir" && as_dir=.
  1.3109 ++  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3110 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3111 ++    ac_cv_prog_ac_ct_AR="ar"
  1.3112 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3113 ++    break 2
  1.3114 ++  fi
  1.3115 ++done
  1.3116 ++done
  1.3117 ++IFS=$as_save_IFS
  1.3118 ++
  1.3119 ++fi
  1.3120 ++fi
  1.3121 ++ac_ct_AR=$ac_cv_prog_ac_ct_AR
  1.3122 ++if test -n "$ac_ct_AR"; then
  1.3123 ++  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
  1.3124 ++echo "${ECHO_T}$ac_ct_AR" >&6; }
  1.3125 ++else
  1.3126 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.3127 ++echo "${ECHO_T}no" >&6; }
  1.3128 ++fi
  1.3129 ++
  1.3130 ++  if test "x$ac_ct_AR" = x; then
  1.3131 ++    AR=""
  1.3132 ++  else
  1.3133 ++    case $cross_compiling:$ac_tool_warned in
  1.3134 ++yes:)
  1.3135 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.3136 ++whose name does not start with the host triplet.  If you think this
  1.3137 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.3138 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.3139 ++whose name does not start with the host triplet.  If you think this
  1.3140 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.3141 ++ac_tool_warned=yes ;;
  1.3142 ++esac
  1.3143 ++    AR=$ac_ct_AR
  1.3144 ++  fi
  1.3145 ++else
  1.3146 ++  AR="$ac_cv_prog_AR"
  1.3147 ++fi
  1.3148 ++
  1.3149 ++if test -n "$ac_tool_prefix"; then
  1.3150 ++  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  1.3151 ++set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  1.3152 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3153 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.3154 ++if test "${ac_cv_prog_RANLIB+set}" = set; then
  1.3155 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3156 ++else
  1.3157 ++  if test -n "$RANLIB"; then
  1.3158 ++  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1.3159 ++else
  1.3160 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3161 ++for as_dir in $PATH
  1.3162 ++do
  1.3163 ++  IFS=$as_save_IFS
  1.3164 ++  test -z "$as_dir" && as_dir=.
  1.3165 ++  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3166 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3167 ++    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  1.3168 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3169 ++    break 2
  1.3170 ++  fi
  1.3171 ++done
  1.3172 ++done
  1.3173 ++IFS=$as_save_IFS
  1.3174 ++
  1.3175 ++fi
  1.3176 ++fi
  1.3177 ++RANLIB=$ac_cv_prog_RANLIB
  1.3178 ++if test -n "$RANLIB"; then
  1.3179 ++  { echo "$as_me:$LINENO: result: $RANLIB" >&5
  1.3180 ++echo "${ECHO_T}$RANLIB" >&6; }
  1.3181 ++else
  1.3182 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.3183 ++echo "${ECHO_T}no" >&6; }
  1.3184 ++fi
  1.3185 ++
  1.3186 ++
  1.3187 ++fi
  1.3188 ++if test -z "$ac_cv_prog_RANLIB"; then
  1.3189 ++  ac_ct_RANLIB=$RANLIB
  1.3190 ++  # Extract the first word of "ranlib", so it can be a program name with args.
  1.3191 ++set dummy ranlib; ac_word=$2
  1.3192 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3193 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.3194 ++if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  1.3195 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3196 ++else
  1.3197 ++  if test -n "$ac_ct_RANLIB"; then
  1.3198 ++  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  1.3199 ++else
  1.3200 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3201 ++for as_dir in $PATH
  1.3202 ++do
  1.3203 ++  IFS=$as_save_IFS
  1.3204 ++  test -z "$as_dir" && as_dir=.
  1.3205 ++  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3206 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3207 ++    ac_cv_prog_ac_ct_RANLIB="ranlib"
  1.3208 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3209 ++    break 2
  1.3210 ++  fi
  1.3211 ++done
  1.3212 ++done
  1.3213 ++IFS=$as_save_IFS
  1.3214 ++
  1.3215 ++fi
  1.3216 ++fi
  1.3217 ++ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  1.3218 ++if test -n "$ac_ct_RANLIB"; then
  1.3219 ++  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  1.3220 ++echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
  1.3221 ++else
  1.3222 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.3223 ++echo "${ECHO_T}no" >&6; }
  1.3224 ++fi
  1.3225 ++
  1.3226 ++  if test "x$ac_ct_RANLIB" = x; then
  1.3227 ++    RANLIB=":"
  1.3228 ++  else
  1.3229 ++    case $cross_compiling:$ac_tool_warned in
  1.3230 ++yes:)
  1.3231 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.3232 ++whose name does not start with the host triplet.  If you think this
  1.3233 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.3234 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.3235 ++whose name does not start with the host triplet.  If you think this
  1.3236 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.3237 ++ac_tool_warned=yes ;;
  1.3238 ++esac
  1.3239 ++    RANLIB=$ac_ct_RANLIB
  1.3240 ++  fi
  1.3241 ++else
  1.3242 ++  RANLIB="$ac_cv_prog_RANLIB"
  1.3243 ++fi
  1.3244 ++
  1.3245 ++
  1.3246 ++# Find a good install program.  We prefer a C program (faster),
  1.3247 ++# so one script is as good as another.  But avoid the broken or
  1.3248 ++# incompatible versions:
  1.3249 ++# SysV /etc/install, /usr/sbin/install
  1.3250 ++# SunOS /usr/etc/install
  1.3251 ++# IRIX /sbin/install
  1.3252 ++# AIX /bin/install
  1.3253 ++# AmigaOS /C/install, which installs bootblocks on floppy discs
  1.3254 ++# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1.3255 ++# AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1.3256 ++# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1.3257 ++# OS/2's system install, which has a completely different semantic
  1.3258 ++# ./install, which can be erroneously created by make from ./install.sh.
  1.3259 ++{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1.3260 ++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  1.3261 ++if test -z "$INSTALL"; then
  1.3262 ++if test "${ac_cv_path_install+set}" = set; then
  1.3263 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3264 ++else
  1.3265 ++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3266 ++for as_dir in $PATH
  1.3267 ++do
  1.3268 ++  IFS=$as_save_IFS
  1.3269 ++  test -z "$as_dir" && as_dir=.
  1.3270 ++  # Account for people who put trailing slashes in PATH elements.
  1.3271 ++case $as_dir/ in
  1.3272 ++  ./ | .// | /cC/* | \
  1.3273 ++  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1.3274 ++  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  1.3275 ++  /usr/ucb/* ) ;;
  1.3276 ++  *)
  1.3277 ++    # OSF1 and SCO ODT 3.0 have their own names for install.
  1.3278 ++    # Don't use installbsd from OSF since it installs stuff as root
  1.3279 ++    # by default.
  1.3280 ++    for ac_prog in ginstall scoinst install; do
  1.3281 ++      for ac_exec_ext in '' $ac_executable_extensions; do
  1.3282 ++	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  1.3283 ++	  if test $ac_prog = install &&
  1.3284 ++	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.3285 ++	    # AIX install.  It has an incompatible calling convention.
  1.3286 ++	    :
  1.3287 ++	  elif test $ac_prog = install &&
  1.3288 ++	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.3289 ++	    # program-specific install script used by HP pwplus--don't use.
  1.3290 ++	    :
  1.3291 ++	  else
  1.3292 ++	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1.3293 ++	    break 3
  1.3294 ++	  fi
  1.3295 ++	fi
  1.3296 ++      done
  1.3297 ++    done
  1.3298 ++    ;;
  1.3299 ++esac
  1.3300 ++done
  1.3301 ++IFS=$as_save_IFS
  1.3302 ++
  1.3303 ++
  1.3304 ++fi
  1.3305 ++  if test "${ac_cv_path_install+set}" = set; then
  1.3306 ++    INSTALL=$ac_cv_path_install
  1.3307 ++  else
  1.3308 ++    # As a last resort, use the slow shell script.  Don't cache a
  1.3309 ++    # value for INSTALL within a source directory, because that will
  1.3310 ++    # break other packages using the cache if that directory is
  1.3311 ++    # removed, or if the value is a relative name.
  1.3312 ++    INSTALL=$ac_install_sh
  1.3313 ++  fi
  1.3314 ++fi
  1.3315 ++{ echo "$as_me:$LINENO: result: $INSTALL" >&5
  1.3316 ++echo "${ECHO_T}$INSTALL" >&6; }
  1.3317 ++
  1.3318 ++# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1.3319 ++# It thinks the first close brace ends the variable substitution.
  1.3320 ++test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1.3321 ++
  1.3322 ++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1.3323 ++
  1.3324 ++test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1.3325 ++
  1.3326 ++
  1.3327 ++{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  1.3328 ++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
  1.3329 ++    # Check whether --enable-maintainer-mode was given.
  1.3330 ++if test "${enable_maintainer_mode+set}" = set; then
  1.3331 ++  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
  1.3332 ++else
  1.3333 ++  USE_MAINTAINER_MODE=no
  1.3334 ++fi
  1.3335 ++
  1.3336 ++  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  1.3337 ++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
  1.3338 ++
  1.3339 ++
  1.3340 ++if test $USE_MAINTAINER_MODE = yes; then
  1.3341 ++  MAINTAINER_MODE_TRUE=
  1.3342 ++  MAINTAINER_MODE_FALSE='#'
  1.3343 ++else
  1.3344 ++  MAINTAINER_MODE_TRUE='#'
  1.3345 ++  MAINTAINER_MODE_FALSE=
  1.3346 ++fi
  1.3347 ++  MAINT=$MAINTAINER_MODE_TRUE
  1.3348 ++
  1.3349 ++
  1.3350 ++
  1.3351 ++# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
  1.3352 ++# at least currently, we never actually build a program, so we never
  1.3353 ++# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
  1.3354 ++# fails, because we are probably configuring with a cross compiler
  1.3355 ++# which can't create executables.  So we include AC_EXEEXT to keep
  1.3356 ++# automake happy, but we don't execute it, since we don't care about
  1.3357 ++# the result.
  1.3358 ++#if false; then
  1.3359 ++#
  1.3360 ++#fi
  1.3361 ++
  1.3362 ++. ${newlib_basedir}/configure.host
  1.3363 ++
  1.3364 ++newlib_cflags="${newlib_cflags} -fno-builtin"
  1.3365 ++
  1.3366 ++NEWLIB_CFLAGS=${newlib_cflags}
  1.3367 ++
  1.3368 ++
  1.3369 ++LDFLAGS=${ldflags}
  1.3370 ++
  1.3371 ++
  1.3372 ++
  1.3373 ++
  1.3374 ++if test x${newlib_elix_level} = x0; then
  1.3375 ++  ELIX_LEVEL_0_TRUE=
  1.3376 ++  ELIX_LEVEL_0_FALSE='#'
  1.3377 ++else
  1.3378 ++  ELIX_LEVEL_0_TRUE='#'
  1.3379 ++  ELIX_LEVEL_0_FALSE=
  1.3380 ++fi
  1.3381 ++
  1.3382 ++
  1.3383 ++if test x${newlib_elix_level} = x1; then
  1.3384 ++  ELIX_LEVEL_1_TRUE=
  1.3385 ++  ELIX_LEVEL_1_FALSE='#'
  1.3386 ++else
  1.3387 ++  ELIX_LEVEL_1_TRUE='#'
  1.3388 ++  ELIX_LEVEL_1_FALSE=
  1.3389 ++fi
  1.3390 ++
  1.3391 ++
  1.3392 ++if test x${newlib_elix_level} = x2; then
  1.3393 ++  ELIX_LEVEL_2_TRUE=
  1.3394 ++  ELIX_LEVEL_2_FALSE='#'
  1.3395 ++else
  1.3396 ++  ELIX_LEVEL_2_TRUE='#'
  1.3397 ++  ELIX_LEVEL_2_FALSE=
  1.3398 ++fi
  1.3399 ++
  1.3400 ++
  1.3401 ++if test x${newlib_elix_level} = x3; then
  1.3402 ++  ELIX_LEVEL_3_TRUE=
  1.3403 ++  ELIX_LEVEL_3_FALSE='#'
  1.3404 ++else
  1.3405 ++  ELIX_LEVEL_3_TRUE='#'
  1.3406 ++  ELIX_LEVEL_3_FALSE=
  1.3407 ++fi
  1.3408 ++
  1.3409 ++
  1.3410 ++if test x${newlib_elix_level} = x4; then
  1.3411 ++  ELIX_LEVEL_4_TRUE=
  1.3412 ++  ELIX_LEVEL_4_FALSE='#'
  1.3413 ++else
  1.3414 ++  ELIX_LEVEL_4_TRUE='#'
  1.3415 ++  ELIX_LEVEL_4_FALSE=
  1.3416 ++fi
  1.3417 ++
  1.3418 ++
  1.3419 ++
  1.3420 ++if test x${use_libtool} = xyes; then
  1.3421 ++  USE_LIBTOOL_TRUE=
  1.3422 ++  USE_LIBTOOL_FALSE='#'
  1.3423 ++else
  1.3424 ++  USE_LIBTOOL_TRUE='#'
  1.3425 ++  USE_LIBTOOL_FALSE=
  1.3426 ++fi
  1.3427 ++
  1.3428 ++# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
  1.3429 ++# use oext, which is set in configure.host based on the target platform.
  1.3430 ++OBJEXT=${oext}
  1.3431 ++
  1.3432 ++
  1.3433 ++
  1.3434 ++
  1.3435 ++
  1.3436 ++
  1.3437 ++
  1.3438 ++
  1.3439 ++
  1.3440 ++
  1.3441 ++ac_config_files="$ac_config_files Makefile"
  1.3442 ++
  1.3443 ++cat >confcache <<\_ACEOF
  1.3444 ++# This file is a shell script that caches the results of configure
  1.3445 ++# tests run on this system so they can be shared between configure
  1.3446 ++# scripts and configure runs, see configure's option --config-cache.
  1.3447 ++# It is not useful on other systems.  If it contains results you don't
  1.3448 ++# want to keep, you may remove or edit it.
  1.3449 ++#
  1.3450 ++# config.status only pays attention to the cache file if you give it
  1.3451 ++# the --recheck option to rerun configure.
  1.3452 ++#
  1.3453 ++# `ac_cv_env_foo' variables (set or unset) will be overridden when
  1.3454 ++# loading this file, other *unset* `ac_cv_foo' will be assigned the
  1.3455 ++# following values.
  1.3456 ++
  1.3457 ++_ACEOF
  1.3458 ++
  1.3459 ++# The following way of writing the cache mishandles newlines in values,
  1.3460 ++# but we know of no workaround that is simple, portable, and efficient.
  1.3461 ++# So, we kill variables containing newlines.
  1.3462 ++# Ultrix sh set writes to stderr and can't be redirected directly,
  1.3463 ++# and sets the high bit in the cache file unless we assign to the vars.
  1.3464 ++(
  1.3465 ++  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
  1.3466 ++    eval ac_val=\$$ac_var
  1.3467 ++    case $ac_val in #(
  1.3468 ++    *${as_nl}*)
  1.3469 ++      case $ac_var in #(
  1.3470 ++      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1.3471 ++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1.3472 ++      esac
  1.3473 ++      case $ac_var in #(
  1.3474 ++      _ | IFS | as_nl) ;; #(
  1.3475 ++      *) $as_unset $ac_var ;;
  1.3476 ++      esac ;;
  1.3477 ++    esac
  1.3478 ++  done
  1.3479 ++
  1.3480 ++  (set) 2>&1 |
  1.3481 ++    case $as_nl`(ac_space=' '; set) 2>&1` in #(
  1.3482 ++    *${as_nl}ac_space=\ *)
  1.3483 ++      # `set' does not quote correctly, so add quotes (double-quote
  1.3484 ++      # substitution turns \\\\ into \\, and sed turns \\ into \).
  1.3485 ++      sed -n \
  1.3486 ++	"s/'/'\\\\''/g;
  1.3487 ++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  1.3488 ++      ;; #(
  1.3489 ++    *)
  1.3490 ++      # `set' quotes correctly as required by POSIX, so do not add quotes.
  1.3491 ++      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1.3492 ++      ;;
  1.3493 ++    esac |
  1.3494 ++    sort
  1.3495 ++) |
  1.3496 ++  sed '
  1.3497 ++     /^ac_cv_env_/b end
  1.3498 ++     t clear
  1.3499 ++     :clear
  1.3500 ++     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
  1.3501 ++     t end
  1.3502 ++     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
  1.3503 ++     :end' >>confcache
  1.3504 ++if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  1.3505 ++  if test -w "$cache_file"; then
  1.3506 ++    test "x$cache_file" != "x/dev/null" &&
  1.3507 ++      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
  1.3508 ++echo "$as_me: updating cache $cache_file" >&6;}
  1.3509 ++    cat confcache >$cache_file
  1.3510 ++  else
  1.3511 ++    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
  1.3512 ++echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  1.3513 ++  fi
  1.3514 ++fi
  1.3515 ++rm -f confcache
  1.3516 ++
  1.3517 ++test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1.3518 ++# Let make expand exec_prefix.
  1.3519 ++test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1.3520 ++
  1.3521 ++# Transform confdefs.h into DEFS.
  1.3522 ++# Protect against shell expansion while executing Makefile rules.
  1.3523 ++# Protect against Makefile macro expansion.
  1.3524 ++#
  1.3525 ++# If the first sed substitution is executed (which looks for macros that
  1.3526 ++# take arguments), then branch to the quote section.  Otherwise,
  1.3527 ++# look for a macro that doesn't take arguments.
  1.3528 ++ac_script='
  1.3529 ++t clear
  1.3530 ++:clear
  1.3531 ++s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
  1.3532 ++t quote
  1.3533 ++s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
  1.3534 ++t quote
  1.3535 ++b any
  1.3536 ++:quote
  1.3537 ++s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
  1.3538 ++s/\[/\\&/g
  1.3539 ++s/\]/\\&/g
  1.3540 ++s/\$/$$/g
  1.3541 ++H
  1.3542 ++:any
  1.3543 ++${
  1.3544 ++	g
  1.3545 ++	s/^\n//
  1.3546 ++	s/\n/ /g
  1.3547 ++	p
  1.3548 ++}
  1.3549 ++'
  1.3550 ++DEFS=`sed -n "$ac_script" confdefs.h`
  1.3551 ++
  1.3552 ++
  1.3553 ++ac_libobjs=
  1.3554 ++ac_ltlibobjs=
  1.3555 ++for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1.3556 ++  # 1. Remove the extension, and $U if already installed.
  1.3557 ++  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  1.3558 ++  ac_i=`echo "$ac_i" | sed "$ac_script"`
  1.3559 ++  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  1.3560 ++  #    will be set to the directory where LIBOBJS objects are built.
  1.3561 ++  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  1.3562 ++  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
  1.3563 ++done
  1.3564 ++LIBOBJS=$ac_libobjs
  1.3565 ++
  1.3566 ++LTLIBOBJS=$ac_ltlibobjs
  1.3567 ++
  1.3568 ++
  1.3569 ++
  1.3570 ++: ${CONFIG_STATUS=./config.status}
  1.3571 ++ac_clean_files_save=$ac_clean_files
  1.3572 ++ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  1.3573 ++{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  1.3574 ++echo "$as_me: creating $CONFIG_STATUS" >&6;}
  1.3575 ++cat >$CONFIG_STATUS <<_ACEOF
  1.3576 ++#! $SHELL
  1.3577 ++# Generated by $as_me.
  1.3578 ++# Run this file to recreate the current configuration.
  1.3579 ++# Compiler output produced by configure, useful for debugging
  1.3580 ++# configure, is in config.log if it exists.
  1.3581 ++
  1.3582 ++debug=false
  1.3583 ++ac_cs_recheck=false
  1.3584 ++ac_cs_silent=false
  1.3585 ++SHELL=\${CONFIG_SHELL-$SHELL}
  1.3586 ++_ACEOF
  1.3587 ++
  1.3588 ++cat >>$CONFIG_STATUS <<\_ACEOF
  1.3589 ++## --------------------- ##
  1.3590 ++## M4sh Initialization.  ##
  1.3591 ++## --------------------- ##
  1.3592 ++
  1.3593 ++# Be more Bourne compatible
  1.3594 ++DUALCASE=1; export DUALCASE # for MKS sh
  1.3595 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  1.3596 ++  emulate sh
  1.3597 ++  NULLCMD=:
  1.3598 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  1.3599 ++  # is contrary to our usage.  Disable this feature.
  1.3600 ++  alias -g '${1+"$@"}'='"$@"'
  1.3601 ++  setopt NO_GLOB_SUBST
  1.3602 ++else
  1.3603 ++  case `(set -o) 2>/dev/null` in
  1.3604 ++  *posix*) set -o posix ;;
  1.3605 ++esac
  1.3606 ++
  1.3607 ++fi
  1.3608 ++
  1.3609 ++
  1.3610 ++
  1.3611 ++
  1.3612 ++# PATH needs CR
  1.3613 ++# Avoid depending upon Character Ranges.
  1.3614 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  1.3615 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  1.3616 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  1.3617 ++as_cr_digits='0123456789'
  1.3618 ++as_cr_alnum=$as_cr_Letters$as_cr_digits
  1.3619 ++
  1.3620 ++# The user is always right.
  1.3621 ++if test "${PATH_SEPARATOR+set}" != set; then
  1.3622 ++  echo "#! /bin/sh" >conf$$.sh
  1.3623 ++  echo  "exit 0"   >>conf$$.sh
  1.3624 ++  chmod +x conf$$.sh
  1.3625 ++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  1.3626 ++    PATH_SEPARATOR=';'
  1.3627 ++  else
  1.3628 ++    PATH_SEPARATOR=:
  1.3629 ++  fi
  1.3630 ++  rm -f conf$$.sh
  1.3631 ++fi
  1.3632 ++
  1.3633 ++# Support unset when possible.
  1.3634 ++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  1.3635 ++  as_unset=unset
  1.3636 ++else
  1.3637 ++  as_unset=false
  1.3638 ++fi
  1.3639 ++
  1.3640 ++
  1.3641 ++# IFS
  1.3642 ++# We need space, tab and new line, in precisely that order.  Quoting is
  1.3643 ++# there to prevent editors from complaining about space-tab.
  1.3644 ++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
  1.3645 ++# splitting by setting IFS to empty value.)
  1.3646 ++as_nl='
  1.3647 ++'
  1.3648 ++IFS=" ""	$as_nl"
  1.3649 ++
  1.3650 ++# Find who we are.  Look in the path if we contain no directory separator.
  1.3651 ++case $0 in
  1.3652 ++  *[\\/]* ) as_myself=$0 ;;
  1.3653 ++  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3654 ++for as_dir in $PATH
  1.3655 ++do
  1.3656 ++  IFS=$as_save_IFS
  1.3657 ++  test -z "$as_dir" && as_dir=.
  1.3658 ++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  1.3659 ++done
  1.3660 ++IFS=$as_save_IFS
  1.3661 ++
  1.3662 ++     ;;
  1.3663 ++esac
  1.3664 ++# We did not find ourselves, most probably we were run as `sh COMMAND'
  1.3665 ++# in which case we are not to be found in the path.
  1.3666 ++if test "x$as_myself" = x; then
  1.3667 ++  as_myself=$0
  1.3668 ++fi
  1.3669 ++if test ! -f "$as_myself"; then
  1.3670 ++  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  1.3671 ++  { (exit 1); exit 1; }
  1.3672 ++fi
  1.3673 ++
  1.3674 ++# Work around bugs in pre-3.0 UWIN ksh.
  1.3675 ++for as_var in ENV MAIL MAILPATH
  1.3676 ++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  1.3677 ++done
  1.3678 ++PS1='$ '
  1.3679 ++PS2='> '
  1.3680 ++PS4='+ '
  1.3681 ++
  1.3682 ++# NLS nuisances.
  1.3683 ++for as_var in \
  1.3684 ++  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  1.3685 ++  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  1.3686 ++  LC_TELEPHONE LC_TIME
  1.3687 ++do
  1.3688 ++  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  1.3689 ++    eval $as_var=C; export $as_var
  1.3690 ++  else
  1.3691 ++    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  1.3692 ++  fi
  1.3693 ++done
  1.3694 ++
  1.3695 ++# Required to use basename.
  1.3696 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
  1.3697 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  1.3698 ++  as_expr=expr
  1.3699 ++else
  1.3700 ++  as_expr=false
  1.3701 ++fi
  1.3702 ++
  1.3703 ++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  1.3704 ++  as_basename=basename
  1.3705 ++else
  1.3706 ++  as_basename=false
  1.3707 ++fi
  1.3708 ++
  1.3709 ++
  1.3710 ++# Name of the executable.
  1.3711 ++as_me=`$as_basename -- "$0" ||
  1.3712 ++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  1.3713 ++	 X"$0" : 'X\(//\)$' \| \
  1.3714 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1.3715 ++echo X/"$0" |
  1.3716 ++    sed '/^.*\/\([^/][^/]*\)\/*$/{
  1.3717 ++	    s//\1/
  1.3718 ++	    q
  1.3719 ++	  }
  1.3720 ++	  /^X\/\(\/\/\)$/{
  1.3721 ++	    s//\1/
  1.3722 ++	    q
  1.3723 ++	  }
  1.3724 ++	  /^X\/\(\/\).*/{
  1.3725 ++	    s//\1/
  1.3726 ++	    q
  1.3727 ++	  }
  1.3728 ++	  s/.*/./; q'`
  1.3729 ++
  1.3730 ++# CDPATH.
  1.3731 ++$as_unset CDPATH
  1.3732 ++
  1.3733 ++
  1.3734 ++
  1.3735 ++  as_lineno_1=$LINENO
  1.3736 ++  as_lineno_2=$LINENO
  1.3737 ++  test "x$as_lineno_1" != "x$as_lineno_2" &&
  1.3738 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  1.3739 ++
  1.3740 ++  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  1.3741 ++  # uniformly replaced by the line number.  The first 'sed' inserts a
  1.3742 ++  # line-number line after each line using $LINENO; the second 'sed'
  1.3743 ++  # does the real work.  The second script uses 'N' to pair each
  1.3744 ++  # line-number line with the line containing $LINENO, and appends
  1.3745 ++  # trailing '-' during substitution so that $LINENO is not a special
  1.3746 ++  # case at line end.
  1.3747 ++  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  1.3748 ++  # scripts with optimization help from Paolo Bonzini.  Blame Lee
  1.3749 ++  # E. McMahon (1931-1989) for sed's syntax.  :-)
  1.3750 ++  sed -n '
  1.3751 ++    p
  1.3752 ++    /[$]LINENO/=
  1.3753 ++  ' <$as_myself |
  1.3754 ++    sed '
  1.3755 ++      s/[$]LINENO.*/&-/
  1.3756 ++      t lineno
  1.3757 ++      b
  1.3758 ++      :lineno
  1.3759 ++      N
  1.3760 ++      :loop
  1.3761 ++      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  1.3762 ++      t loop
  1.3763 ++      s/-\n.*//
  1.3764 ++    ' >$as_me.lineno &&
  1.3765 ++  chmod +x "$as_me.lineno" ||
  1.3766 ++    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  1.3767 ++   { (exit 1); exit 1; }; }
  1.3768 ++
  1.3769 ++  # Don't try to exec as it changes $[0], causing all sort of problems
  1.3770 ++  # (the dirname of $[0] is not the place where we might find the
  1.3771 ++  # original and so on.  Autoconf is especially sensitive to this).
  1.3772 ++  . "./$as_me.lineno"
  1.3773 ++  # Exit status is that of the last command.
  1.3774 ++  exit
  1.3775 ++}
  1.3776 ++
  1.3777 ++
  1.3778 ++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  1.3779 ++  as_dirname=dirname
  1.3780 ++else
  1.3781 ++  as_dirname=false
  1.3782 ++fi
  1.3783 ++
  1.3784 ++ECHO_C= ECHO_N= ECHO_T=
  1.3785 ++case `echo -n x` in
  1.3786 ++-n*)
  1.3787 ++  case `echo 'x\c'` in
  1.3788 ++  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  1.3789 ++  *)   ECHO_C='\c';;
  1.3790 ++  esac;;
  1.3791 ++*)
  1.3792 ++  ECHO_N='-n';;
  1.3793 ++esac
  1.3794 ++
  1.3795 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
  1.3796 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  1.3797 ++  as_expr=expr
  1.3798 ++else
  1.3799 ++  as_expr=false
  1.3800 ++fi
  1.3801 ++
  1.3802 ++rm -f conf$$ conf$$.exe conf$$.file
  1.3803 ++if test -d conf$$.dir; then
  1.3804 ++  rm -f conf$$.dir/conf$$.file
  1.3805 ++else
  1.3806 ++  rm -f conf$$.dir
  1.3807 ++  mkdir conf$$.dir
  1.3808 ++fi
  1.3809 ++echo >conf$$.file
  1.3810 ++if ln -s conf$$.file conf$$ 2>/dev/null; then
  1.3811 ++  as_ln_s='ln -s'
  1.3812 ++  # ... but there are two gotchas:
  1.3813 ++  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  1.3814 ++  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  1.3815 ++  # In both cases, we have to default to `cp -p'.
  1.3816 ++  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  1.3817 ++    as_ln_s='cp -p'
  1.3818 ++elif ln conf$$.file conf$$ 2>/dev/null; then
  1.3819 ++  as_ln_s=ln
  1.3820 ++else
  1.3821 ++  as_ln_s='cp -p'
  1.3822 ++fi
  1.3823 ++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  1.3824 ++rmdir conf$$.dir 2>/dev/null
  1.3825 ++
  1.3826 ++if mkdir -p . 2>/dev/null; then
  1.3827 ++  as_mkdir_p=:
  1.3828 ++else
  1.3829 ++  test -d ./-p && rmdir ./-p
  1.3830 ++  as_mkdir_p=false
  1.3831 ++fi
  1.3832 ++
  1.3833 ++if test -x / >/dev/null 2>&1; then
  1.3834 ++  as_test_x='test -x'
  1.3835 ++else
  1.3836 ++  if ls -dL / >/dev/null 2>&1; then
  1.3837 ++    as_ls_L_option=L
  1.3838 ++  else
  1.3839 ++    as_ls_L_option=
  1.3840 ++  fi
  1.3841 ++  as_test_x='
  1.3842 ++    eval sh -c '\''
  1.3843 ++      if test -d "$1"; then
  1.3844 ++        test -d "$1/.";
  1.3845 ++      else
  1.3846 ++	case $1 in
  1.3847 ++        -*)set "./$1";;
  1.3848 ++	esac;
  1.3849 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  1.3850 ++	???[sx]*):;;*)false;;esac;fi
  1.3851 ++    '\'' sh
  1.3852 ++  '
  1.3853 ++fi
  1.3854 ++as_executable_p=$as_test_x
  1.3855 ++
  1.3856 ++# Sed expression to map a string onto a valid CPP name.
  1.3857 ++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1.3858 ++
  1.3859 ++# Sed expression to map a string onto a valid variable name.
  1.3860 ++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  1.3861 ++
  1.3862 ++
  1.3863 ++exec 6>&1
  1.3864 ++
  1.3865 ++# Save the log message, to keep $[0] and so on meaningful, and to
  1.3866 ++# report actual input values of CONFIG_FILES etc. instead of their
  1.3867 ++# values after options handling.
  1.3868 ++ac_log="
  1.3869 ++This file was extended by newlib $as_me NEWLIB_VERSION, which was
  1.3870 ++generated by GNU Autoconf 2.61.  Invocation command line was
  1.3871 ++
  1.3872 ++  CONFIG_FILES    = $CONFIG_FILES
  1.3873 ++  CONFIG_HEADERS  = $CONFIG_HEADERS
  1.3874 ++  CONFIG_LINKS    = $CONFIG_LINKS
  1.3875 ++  CONFIG_COMMANDS = $CONFIG_COMMANDS
  1.3876 ++  $ $0 $@
  1.3877 ++
  1.3878 ++on `(hostname || uname -n) 2>/dev/null | sed 1q`
  1.3879 ++"
  1.3880 ++
  1.3881 ++_ACEOF
  1.3882 ++
  1.3883 ++cat >>$CONFIG_STATUS <<_ACEOF
  1.3884 ++# Files that config.status was made for.
  1.3885 ++config_files="$ac_config_files"
  1.3886 ++
  1.3887 ++_ACEOF
  1.3888 ++
  1.3889 ++cat >>$CONFIG_STATUS <<\_ACEOF
  1.3890 ++ac_cs_usage="\
  1.3891 ++\`$as_me' instantiates files from templates according to the
  1.3892 ++current configuration.
  1.3893 ++
  1.3894 ++Usage: $0 [OPTIONS] [FILE]...
  1.3895 ++
  1.3896 ++  -h, --help       print this help, then exit
  1.3897 ++  -V, --version    print version number and configuration settings, then exit
  1.3898 ++  -q, --quiet      do not print progress messages
  1.3899 ++  -d, --debug      don't remove temporary files
  1.3900 ++      --recheck    update $as_me by reconfiguring in the same conditions
  1.3901 ++  --file=FILE[:TEMPLATE]
  1.3902 ++		   instantiate the configuration file FILE
  1.3903 ++
  1.3904 ++Configuration files:
  1.3905 ++$config_files
  1.3906 ++
  1.3907 ++Report bugs to <bug-autoconf@gnu.org>."
  1.3908 ++
  1.3909 ++_ACEOF
  1.3910 ++cat >>$CONFIG_STATUS <<_ACEOF
  1.3911 ++ac_cs_version="\\
  1.3912 ++newlib config.status NEWLIB_VERSION
  1.3913 ++configured by $0, generated by GNU Autoconf 2.61,
  1.3914 ++  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
  1.3915 ++
  1.3916 ++Copyright (C) 2006 Free Software Foundation, Inc.
  1.3917 ++This config.status script is free software; the Free Software Foundation
  1.3918 ++gives unlimited permission to copy, distribute and modify it."
  1.3919 ++
  1.3920 ++ac_pwd='$ac_pwd'
  1.3921 ++srcdir='$srcdir'
  1.3922 ++INSTALL='$INSTALL'
  1.3923 ++_ACEOF
  1.3924 ++
  1.3925 ++cat >>$CONFIG_STATUS <<\_ACEOF
  1.3926 ++# If no file are specified by the user, then we need to provide default
  1.3927 ++# value.  By we need to know if files were specified by the user.
  1.3928 ++ac_need_defaults=:
  1.3929 ++while test $# != 0
  1.3930 ++do
  1.3931 ++  case $1 in
  1.3932 ++  --*=*)
  1.3933 ++    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  1.3934 ++    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  1.3935 ++    ac_shift=:
  1.3936 ++    ;;
  1.3937 ++  *)
  1.3938 ++    ac_option=$1
  1.3939 ++    ac_optarg=$2
  1.3940 ++    ac_shift=shift
  1.3941 ++    ;;
  1.3942 ++  esac
  1.3943 ++
  1.3944 ++  case $ac_option in
  1.3945 ++  # Handling of the options.
  1.3946 ++  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1.3947 ++    ac_cs_recheck=: ;;
  1.3948 ++  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  1.3949 ++    echo "$ac_cs_version"; exit ;;
  1.3950 ++  --debug | --debu | --deb | --de | --d | -d )
  1.3951 ++    debug=: ;;
  1.3952 ++  --file | --fil | --fi | --f )
  1.3953 ++    $ac_shift
  1.3954 ++    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  1.3955 ++    ac_need_defaults=false;;
  1.3956 ++  --he | --h |  --help | --hel | -h )
  1.3957 ++    echo "$ac_cs_usage"; exit ;;
  1.3958 ++  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.3959 ++  | -silent | --silent | --silen | --sile | --sil | --si | --s)
  1.3960 ++    ac_cs_silent=: ;;
  1.3961 ++
  1.3962 ++  # This is an error.
  1.3963 ++  -*) { echo "$as_me: error: unrecognized option: $1
  1.3964 ++Try \`$0 --help' for more information." >&2
  1.3965 ++   { (exit 1); exit 1; }; } ;;
  1.3966 ++
  1.3967 ++  *) ac_config_targets="$ac_config_targets $1"
  1.3968 ++     ac_need_defaults=false ;;
  1.3969 ++
  1.3970 ++  esac
  1.3971 ++  shift
  1.3972 ++done
  1.3973 ++
  1.3974 ++ac_configure_extra_args=
  1.3975 ++
  1.3976 ++if $ac_cs_silent; then
  1.3977 ++  exec 6>/dev/null
  1.3978 ++  ac_configure_extra_args="$ac_configure_extra_args --silent"
  1.3979 ++fi
  1.3980 ++
  1.3981 ++_ACEOF
  1.3982 ++cat >>$CONFIG_STATUS <<_ACEOF
  1.3983 ++if \$ac_cs_recheck; then
  1.3984 ++  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
  1.3985 ++  CONFIG_SHELL=$SHELL
  1.3986 ++  export CONFIG_SHELL
  1.3987 ++  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  1.3988 ++fi
  1.3989 ++
  1.3990 ++_ACEOF
  1.3991 ++cat >>$CONFIG_STATUS <<\_ACEOF
  1.3992 ++exec 5>>config.log
  1.3993 ++{
  1.3994 ++  echo
  1.3995 ++  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  1.3996 ++## Running $as_me. ##
  1.3997 ++_ASBOX
  1.3998 ++  echo "$ac_log"
  1.3999 ++} >&5
  1.4000 ++
  1.4001 ++_ACEOF
  1.4002 ++cat >>$CONFIG_STATUS <<_ACEOF
  1.4003 ++_ACEOF
  1.4004 ++
  1.4005 ++cat >>$CONFIG_STATUS <<\_ACEOF
  1.4006 ++
  1.4007 ++# Handling of arguments.
  1.4008 ++for ac_config_target in $ac_config_targets
  1.4009 ++do
  1.4010 ++  case $ac_config_target in
  1.4011 ++    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  1.4012 ++
  1.4013 ++  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  1.4014 ++echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  1.4015 ++   { (exit 1); exit 1; }; };;
  1.4016 ++  esac
  1.4017 ++done
  1.4018 ++
  1.4019 ++
  1.4020 ++# If the user did not use the arguments to specify the items to instantiate,
  1.4021 ++# then the envvar interface is used.  Set only those that are not.
  1.4022 ++# We use the long form for the default assignment because of an extremely
  1.4023 ++# bizarre bug on SunOS 4.1.3.
  1.4024 ++if $ac_need_defaults; then
  1.4025 ++  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  1.4026 ++fi
  1.4027 ++
  1.4028 ++# Have a temporary directory for convenience.  Make it in the build tree
  1.4029 ++# simply because there is no reason against having it here, and in addition,
  1.4030 ++# creating and moving files from /tmp can sometimes cause problems.
  1.4031 ++# Hook for its removal unless debugging.
  1.4032 ++# Note that there is a small window in which the directory will not be cleaned:
  1.4033 ++# after its creation but before its name has been assigned to `$tmp'.
  1.4034 ++$debug ||
  1.4035 ++{
  1.4036 ++  tmp=
  1.4037 ++  trap 'exit_status=$?
  1.4038 ++  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  1.4039 ++' 0
  1.4040 ++  trap '{ (exit 1); exit 1; }' 1 2 13 15
  1.4041 ++}
  1.4042 ++# Create a (secure) tmp directory for tmp files.
  1.4043 ++
  1.4044 ++{
  1.4045 ++  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  1.4046 ++  test -n "$tmp" && test -d "$tmp"
  1.4047 ++}  ||
  1.4048 ++{
  1.4049 ++  tmp=./conf$$-$RANDOM
  1.4050 ++  (umask 077 && mkdir "$tmp")
  1.4051 ++} ||
  1.4052 ++{
  1.4053 ++   echo "$me: cannot create a temporary directory in ." >&2
  1.4054 ++   { (exit 1); exit 1; }
  1.4055 ++}
  1.4056 ++
  1.4057 ++#
  1.4058 ++# Set up the sed scripts for CONFIG_FILES section.
  1.4059 ++#
  1.4060 ++
  1.4061 ++# No need to generate the scripts if there are no CONFIG_FILES.
  1.4062 ++# This happens for instance when ./config.status config.h
  1.4063 ++if test -n "$CONFIG_FILES"; then
  1.4064 ++
  1.4065 ++_ACEOF
  1.4066 ++
  1.4067 ++
  1.4068 ++
  1.4069 ++ac_delim='%!_!# '
  1.4070 ++for ac_last_try in false false false false false :; do
  1.4071 ++  cat >conf$$subs.sed <<_ACEOF
  1.4072 ++SHELL!$SHELL$ac_delim
  1.4073 ++PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
  1.4074 ++PACKAGE_NAME!$PACKAGE_NAME$ac_delim
  1.4075 ++PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
  1.4076 ++PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
  1.4077 ++PACKAGE_STRING!$PACKAGE_STRING$ac_delim
  1.4078 ++PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
  1.4079 ++exec_prefix!$exec_prefix$ac_delim
  1.4080 ++prefix!$prefix$ac_delim
  1.4081 ++program_transform_name!$program_transform_name$ac_delim
  1.4082 ++bindir!$bindir$ac_delim
  1.4083 ++sbindir!$sbindir$ac_delim
  1.4084 ++libexecdir!$libexecdir$ac_delim
  1.4085 ++datarootdir!$datarootdir$ac_delim
  1.4086 ++datadir!$datadir$ac_delim
  1.4087 ++sysconfdir!$sysconfdir$ac_delim
  1.4088 ++sharedstatedir!$sharedstatedir$ac_delim
  1.4089 ++localstatedir!$localstatedir$ac_delim
  1.4090 ++includedir!$includedir$ac_delim
  1.4091 ++oldincludedir!$oldincludedir$ac_delim
  1.4092 ++docdir!$docdir$ac_delim
  1.4093 ++infodir!$infodir$ac_delim
  1.4094 ++htmldir!$htmldir$ac_delim
  1.4095 ++dvidir!$dvidir$ac_delim
  1.4096 ++pdfdir!$pdfdir$ac_delim
  1.4097 ++psdir!$psdir$ac_delim
  1.4098 ++libdir!$libdir$ac_delim
  1.4099 ++localedir!$localedir$ac_delim
  1.4100 ++mandir!$mandir$ac_delim
  1.4101 ++DEFS!$DEFS$ac_delim
  1.4102 ++ECHO_C!$ECHO_C$ac_delim
  1.4103 ++ECHO_N!$ECHO_N$ac_delim
  1.4104 ++ECHO_T!$ECHO_T$ac_delim
  1.4105 ++LIBS!$LIBS$ac_delim
  1.4106 ++build_alias!$build_alias$ac_delim
  1.4107 ++host_alias!$host_alias$ac_delim
  1.4108 ++target_alias!$target_alias$ac_delim
  1.4109 ++MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
  1.4110 ++MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
  1.4111 ++newlib_basedir!$newlib_basedir$ac_delim
  1.4112 ++build!$build$ac_delim
  1.4113 ++build_cpu!$build_cpu$ac_delim
  1.4114 ++build_vendor!$build_vendor$ac_delim
  1.4115 ++build_os!$build_os$ac_delim
  1.4116 ++host!$host$ac_delim
  1.4117 ++host_cpu!$host_cpu$ac_delim
  1.4118 ++host_vendor!$host_vendor$ac_delim
  1.4119 ++host_os!$host_os$ac_delim
  1.4120 ++target!$target$ac_delim
  1.4121 ++target_cpu!$target_cpu$ac_delim
  1.4122 ++target_vendor!$target_vendor$ac_delim
  1.4123 ++target_os!$target_os$ac_delim
  1.4124 ++INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
  1.4125 ++INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
  1.4126 ++INSTALL_DATA!$INSTALL_DATA$ac_delim
  1.4127 ++PACKAGE!$PACKAGE$ac_delim
  1.4128 ++VERSION!$VERSION$ac_delim
  1.4129 ++ACLOCAL!$ACLOCAL$ac_delim
  1.4130 ++AUTOCONF!$AUTOCONF$ac_delim
  1.4131 ++AUTOMAKE!$AUTOMAKE$ac_delim
  1.4132 ++AUTOHEADER!$AUTOHEADER$ac_delim
  1.4133 ++MAKEINFO!$MAKEINFO$ac_delim
  1.4134 ++SET_MAKE!$SET_MAKE$ac_delim
  1.4135 ++CC!$CC$ac_delim
  1.4136 ++AS!$AS$ac_delim
  1.4137 ++AR!$AR$ac_delim
  1.4138 ++RANLIB!$RANLIB$ac_delim
  1.4139 ++MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
  1.4140 ++MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
  1.4141 ++MAINT!$MAINT$ac_delim
  1.4142 ++NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
  1.4143 ++LDFLAGS!$LDFLAGS$ac_delim
  1.4144 ++ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
  1.4145 ++ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
  1.4146 ++ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
  1.4147 ++ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
  1.4148 ++ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
  1.4149 ++ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
  1.4150 ++ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
  1.4151 ++ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
  1.4152 ++ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
  1.4153 ++ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
  1.4154 ++USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
  1.4155 ++USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
  1.4156 ++OBJEXT!$OBJEXT$ac_delim
  1.4157 ++oext!$oext$ac_delim
  1.4158 ++aext!$aext$ac_delim
  1.4159 ++libm_machine_dir!$libm_machine_dir$ac_delim
  1.4160 ++machine_dir!$machine_dir$ac_delim
  1.4161 ++sys_dir!$sys_dir$ac_delim
  1.4162 ++LIBOBJS!$LIBOBJS$ac_delim
  1.4163 ++LTLIBOBJS!$LTLIBOBJS$ac_delim
  1.4164 ++_ACEOF
  1.4165 ++
  1.4166 ++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
  1.4167 ++    break
  1.4168 ++  elif $ac_last_try; then
  1.4169 ++    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
  1.4170 ++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
  1.4171 ++   { (exit 1); exit 1; }; }
  1.4172 ++  else
  1.4173 ++    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  1.4174 ++  fi
  1.4175 ++done
  1.4176 ++
  1.4177 ++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
  1.4178 ++if test -n "$ac_eof"; then
  1.4179 ++  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
  1.4180 ++  ac_eof=`expr $ac_eof + 1`
  1.4181 ++fi
  1.4182 ++
  1.4183 ++cat >>$CONFIG_STATUS <<_ACEOF
  1.4184 ++cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
  1.4185 ++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
  1.4186 ++_ACEOF
  1.4187 ++sed '
  1.4188 ++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
  1.4189 ++s/^/s,@/; s/!/@,|#_!!_#|/
  1.4190 ++:n
  1.4191 ++t n
  1.4192 ++s/'"$ac_delim"'$/,g/; t
  1.4193 ++s/$/\\/; p
  1.4194 ++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
  1.4195 ++' >>$CONFIG_STATUS <conf$$subs.sed
  1.4196 ++rm -f conf$$subs.sed
  1.4197 ++cat >>$CONFIG_STATUS <<_ACEOF
  1.4198 ++:end
  1.4199 ++s/|#_!!_#|//g
  1.4200 ++CEOF$ac_eof
  1.4201 ++_ACEOF
  1.4202 ++
  1.4203 ++
  1.4204 ++# VPATH may cause trouble with some makes, so we remove $(srcdir),
  1.4205 ++# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1.4206 ++# trailing colons and then remove the whole line if VPATH becomes empty
  1.4207 ++# (actually we leave an empty line to preserve line numbers).
  1.4208 ++if test "x$srcdir" = x.; then
  1.4209 ++  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
  1.4210 ++s/:*\$(srcdir):*/:/
  1.4211 ++s/:*\${srcdir}:*/:/
  1.4212 ++s/:*@srcdir@:*/:/
  1.4213 ++s/^\([^=]*=[	 ]*\):*/\1/
  1.4214 ++s/:*$//
  1.4215 ++s/^[^=]*=[	 ]*$//
  1.4216 ++}'
  1.4217 ++fi
  1.4218 ++
  1.4219 ++cat >>$CONFIG_STATUS <<\_ACEOF
  1.4220 ++fi # test -n "$CONFIG_FILES"
  1.4221 ++
  1.4222 ++
  1.4223 ++for ac_tag in  :F $CONFIG_FILES
  1.4224 ++do
  1.4225 ++  case $ac_tag in
  1.4226 ++  :[FHLC]) ac_mode=$ac_tag; continue;;
  1.4227 ++  esac
  1.4228 ++  case $ac_mode$ac_tag in
  1.4229 ++  :[FHL]*:*);;
  1.4230 ++  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
  1.4231 ++echo "$as_me: error: Invalid tag $ac_tag." >&2;}
  1.4232 ++   { (exit 1); exit 1; }; };;
  1.4233 ++  :[FH]-) ac_tag=-:-;;
  1.4234 ++  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1.4235 ++  esac
  1.4236 ++  ac_save_IFS=$IFS
  1.4237 ++  IFS=:
  1.4238 ++  set x $ac_tag
  1.4239 ++  IFS=$ac_save_IFS
  1.4240 ++  shift
  1.4241 ++  ac_file=$1
  1.4242 ++  shift
  1.4243 ++
  1.4244 ++  case $ac_mode in
  1.4245 ++  :L) ac_source=$1;;
  1.4246 ++  :[FH])
  1.4247 ++    ac_file_inputs=
  1.4248 ++    for ac_f
  1.4249 ++    do
  1.4250 ++      case $ac_f in
  1.4251 ++      -) ac_f="$tmp/stdin";;
  1.4252 ++      *) # Look for the file first in the build tree, then in the source tree
  1.4253 ++	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  1.4254 ++	 # because $ac_f cannot contain `:'.
  1.4255 ++	 test -f "$ac_f" ||
  1.4256 ++	   case $ac_f in
  1.4257 ++	   [\\/$]*) false;;
  1.4258 ++	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1.4259 ++	   esac ||
  1.4260 ++	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
  1.4261 ++echo "$as_me: error: cannot find input file: $ac_f" >&2;}
  1.4262 ++   { (exit 1); exit 1; }; };;
  1.4263 ++      esac
  1.4264 ++      ac_file_inputs="$ac_file_inputs $ac_f"
  1.4265 ++    done
  1.4266 ++
  1.4267 ++    # Let's still pretend it is `configure' which instantiates (i.e., don't
  1.4268 ++    # use $as_me), people would be surprised to read:
  1.4269 ++    #    /* config.h.  Generated by config.status.  */
  1.4270 ++    configure_input="Generated from "`IFS=:
  1.4271 ++	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
  1.4272 ++    if test x"$ac_file" != x-; then
  1.4273 ++      configure_input="$ac_file.  $configure_input"
  1.4274 ++      { echo "$as_me:$LINENO: creating $ac_file" >&5
  1.4275 ++echo "$as_me: creating $ac_file" >&6;}
  1.4276 ++    fi
  1.4277 ++
  1.4278 ++    case $ac_tag in
  1.4279 ++    *:-:* | *:-) cat >"$tmp/stdin";;
  1.4280 ++    esac
  1.4281 ++    ;;
  1.4282 ++  esac
  1.4283 ++
  1.4284 ++  ac_dir=`$as_dirname -- "$ac_file" ||
  1.4285 ++$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.4286 ++	 X"$ac_file" : 'X\(//\)[^/]' \| \
  1.4287 ++	 X"$ac_file" : 'X\(//\)$' \| \
  1.4288 ++	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  1.4289 ++echo X"$ac_file" |
  1.4290 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.4291 ++	    s//\1/
  1.4292 ++	    q
  1.4293 ++	  }
  1.4294 ++	  /^X\(\/\/\)[^/].*/{
  1.4295 ++	    s//\1/
  1.4296 ++	    q
  1.4297 ++	  }
  1.4298 ++	  /^X\(\/\/\)$/{
  1.4299 ++	    s//\1/
  1.4300 ++	    q
  1.4301 ++	  }
  1.4302 ++	  /^X\(\/\).*/{
  1.4303 ++	    s//\1/
  1.4304 ++	    q
  1.4305 ++	  }
  1.4306 ++	  s/.*/./; q'`
  1.4307 ++  { as_dir="$ac_dir"
  1.4308 ++  case $as_dir in #(
  1.4309 ++  -*) as_dir=./$as_dir;;
  1.4310 ++  esac
  1.4311 ++  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
  1.4312 ++    as_dirs=
  1.4313 ++    while :; do
  1.4314 ++      case $as_dir in #(
  1.4315 ++      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
  1.4316 ++      *) as_qdir=$as_dir;;
  1.4317 ++      esac
  1.4318 ++      as_dirs="'$as_qdir' $as_dirs"
  1.4319 ++      as_dir=`$as_dirname -- "$as_dir" ||
  1.4320 ++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.4321 ++	 X"$as_dir" : 'X\(//\)[^/]' \| \
  1.4322 ++	 X"$as_dir" : 'X\(//\)$' \| \
  1.4323 ++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  1.4324 ++echo X"$as_dir" |
  1.4325 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.4326 ++	    s//\1/
  1.4327 ++	    q
  1.4328 ++	  }
  1.4329 ++	  /^X\(\/\/\)[^/].*/{
  1.4330 ++	    s//\1/
  1.4331 ++	    q
  1.4332 ++	  }
  1.4333 ++	  /^X\(\/\/\)$/{
  1.4334 ++	    s//\1/
  1.4335 ++	    q
  1.4336 ++	  }
  1.4337 ++	  /^X\(\/\).*/{
  1.4338 ++	    s//\1/
  1.4339 ++	    q
  1.4340 ++	  }
  1.4341 ++	  s/.*/./; q'`
  1.4342 ++      test -d "$as_dir" && break
  1.4343 ++    done
  1.4344 ++    test -z "$as_dirs" || eval "mkdir $as_dirs"
  1.4345 ++  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
  1.4346 ++echo "$as_me: error: cannot create directory $as_dir" >&2;}
  1.4347 ++   { (exit 1); exit 1; }; }; }
  1.4348 ++  ac_builddir=.
  1.4349 ++
  1.4350 ++case "$ac_dir" in
  1.4351 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.4352 ++*)
  1.4353 ++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1.4354 ++  # A ".." for each directory in $ac_dir_suffix.
  1.4355 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  1.4356 ++  case $ac_top_builddir_sub in
  1.4357 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.4358 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1.4359 ++  esac ;;
  1.4360 ++esac
  1.4361 ++ac_abs_top_builddir=$ac_pwd
  1.4362 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1.4363 ++# for backward compatibility:
  1.4364 ++ac_top_builddir=$ac_top_build_prefix
  1.4365 ++
  1.4366 ++case $srcdir in
  1.4367 ++  .)  # We are building in place.
  1.4368 ++    ac_srcdir=.
  1.4369 ++    ac_top_srcdir=$ac_top_builddir_sub
  1.4370 ++    ac_abs_top_srcdir=$ac_pwd ;;
  1.4371 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
  1.4372 ++    ac_srcdir=$srcdir$ac_dir_suffix;
  1.4373 ++    ac_top_srcdir=$srcdir
  1.4374 ++    ac_abs_top_srcdir=$srcdir ;;
  1.4375 ++  *) # Relative name.
  1.4376 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1.4377 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
  1.4378 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1.4379 ++esac
  1.4380 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1.4381 ++
  1.4382 ++
  1.4383 ++  case $ac_mode in
  1.4384 ++  :F)
  1.4385 ++  #
  1.4386 ++  # CONFIG_FILE
  1.4387 ++  #
  1.4388 ++
  1.4389 ++  case $INSTALL in
  1.4390 ++  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  1.4391 ++  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  1.4392 ++  esac
  1.4393 ++_ACEOF
  1.4394 ++
  1.4395 ++cat >>$CONFIG_STATUS <<\_ACEOF
  1.4396 ++# If the template does not know about datarootdir, expand it.
  1.4397 ++# FIXME: This hack should be removed a few years after 2.60.
  1.4398 ++ac_datarootdir_hack=; ac_datarootdir_seen=
  1.4399 ++
  1.4400 ++case `sed -n '/datarootdir/ {
  1.4401 ++  p
  1.4402 ++  q
  1.4403 ++}
  1.4404 ++/@datadir@/p
  1.4405 ++/@docdir@/p
  1.4406 ++/@infodir@/p
  1.4407 ++/@localedir@/p
  1.4408 ++/@mandir@/p
  1.4409 ++' $ac_file_inputs` in
  1.4410 ++*datarootdir*) ac_datarootdir_seen=yes;;
  1.4411 ++*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  1.4412 ++  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  1.4413 ++echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  1.4414 ++_ACEOF
  1.4415 ++cat >>$CONFIG_STATUS <<_ACEOF
  1.4416 ++  ac_datarootdir_hack='
  1.4417 ++  s&@datadir@&$datadir&g
  1.4418 ++  s&@docdir@&$docdir&g
  1.4419 ++  s&@infodir@&$infodir&g
  1.4420 ++  s&@localedir@&$localedir&g
  1.4421 ++  s&@mandir@&$mandir&g
  1.4422 ++    s&\\\${datarootdir}&$datarootdir&g' ;;
  1.4423 ++esac
  1.4424 ++_ACEOF
  1.4425 ++
  1.4426 ++# Neutralize VPATH when `$srcdir' = `.'.
  1.4427 ++# Shell code in configure.ac might set extrasub.
  1.4428 ++# FIXME: do we really want to maintain this feature?
  1.4429 ++cat >>$CONFIG_STATUS <<_ACEOF
  1.4430 ++  sed "$ac_vpsub
  1.4431 ++$extrasub
  1.4432 ++_ACEOF
  1.4433 ++cat >>$CONFIG_STATUS <<\_ACEOF
  1.4434 ++:t
  1.4435 ++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  1.4436 ++s&@configure_input@&$configure_input&;t t
  1.4437 ++s&@top_builddir@&$ac_top_builddir_sub&;t t
  1.4438 ++s&@srcdir@&$ac_srcdir&;t t
  1.4439 ++s&@abs_srcdir@&$ac_abs_srcdir&;t t
  1.4440 ++s&@top_srcdir@&$ac_top_srcdir&;t t
  1.4441 ++s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  1.4442 ++s&@builddir@&$ac_builddir&;t t
  1.4443 ++s&@abs_builddir@&$ac_abs_builddir&;t t
  1.4444 ++s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  1.4445 ++s&@INSTALL@&$ac_INSTALL&;t t
  1.4446 ++$ac_datarootdir_hack
  1.4447 ++" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
  1.4448 ++
  1.4449 ++test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  1.4450 ++  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  1.4451 ++  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  1.4452 ++  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.4453 ++which seems to be undefined.  Please make sure it is defined." >&5
  1.4454 ++echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.4455 ++which seems to be undefined.  Please make sure it is defined." >&2;}
  1.4456 ++
  1.4457 ++  rm -f "$tmp/stdin"
  1.4458 ++  case $ac_file in
  1.4459 ++  -) cat "$tmp/out"; rm -f "$tmp/out";;
  1.4460 ++  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
  1.4461 ++  esac
  1.4462 ++ ;;
  1.4463 ++
  1.4464 ++
  1.4465 ++
  1.4466 ++  esac
  1.4467 ++
  1.4468 ++done # for ac_tag
  1.4469 ++
  1.4470 ++
  1.4471 ++{ (exit 0); exit 0; }
  1.4472 ++_ACEOF
  1.4473 ++chmod +x $CONFIG_STATUS
  1.4474 ++ac_clean_files=$ac_clean_files_save
  1.4475 ++
  1.4476 ++
  1.4477 ++# configure is writing to config.log, and then calls config.status.
  1.4478 ++# config.status does its own redirection, appending to config.log.
  1.4479 ++# Unfortunately, on DOS this fails, as config.log is still kept open
  1.4480 ++# by configure, so config.status won't be able to write to it; its
  1.4481 ++# output is simply discarded.  So we exec the FD to /dev/null,
  1.4482 ++# effectively closing config.log, so it can be properly (re)opened and
  1.4483 ++# appended to by config.status.  When coming back to configure, we
  1.4484 ++# need to make the FD available again.
  1.4485 ++if test "$no_create" != yes; then
  1.4486 ++  ac_cs_success=:
  1.4487 ++  ac_config_status_args=
  1.4488 ++  test "$silent" = yes &&
  1.4489 ++    ac_config_status_args="$ac_config_status_args --quiet"
  1.4490 ++  exec 5>/dev/null
  1.4491 ++  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  1.4492 ++  exec 5>>config.log
  1.4493 ++  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  1.4494 ++  # would make configure fail if this is the last instruction.
  1.4495 ++  $ac_cs_success || { (exit 1); exit 1; }
  1.4496 ++fi
  1.4497 ++
  1.4498 +diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/configure.in newlib-1.17.0-new/newlib/libc/machine/avr32/configure.in
  1.4499 +--- newlib-1.17.0/newlib/libc/machine/avr32/configure.in	1970-01-01 01:00:00.000000000 +0100
  1.4500 ++++ newlib-1.17.0-new/newlib/libc/machine/avr32/configure.in	2009-05-22 09:57:50.000000000 +0200
  1.4501 +@@ -0,0 +1,14 @@
  1.4502 ++dnl This is the newlib/libc/machine/arm configure.in file.
  1.4503 ++dnl Process this file with autoconf to produce a configure script.
  1.4504 ++
  1.4505 ++AC_PREREQ(2.59)
  1.4506 ++AC_INIT([newlib],[NEWLIB_VERSION])
  1.4507 ++AC_CONFIG_SRCDIR([Makefile.am])
  1.4508 ++
  1.4509 ++dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
  1.4510 ++AC_CONFIG_AUX_DIR(../../../..)
  1.4511 ++
  1.4512 ++NEWLIB_CONFIGURE(../../..)
  1.4513 ++
  1.4514 ++AC_CONFIG_FILES([Makefile])
  1.4515 ++AC_OUTPUT
  1.4516 +diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/Makefile.am newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.am
  1.4517 +--- newlib-1.17.0/newlib/libc/machine/avr32/Makefile.am	1970-01-01 01:00:00.000000000 +0100
  1.4518 ++++ newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.am	2009-05-22 09:57:50.000000000 +0200
  1.4519 +@@ -0,0 +1,16 @@
  1.4520 ++## Process this file with automake to generate Makefile.in
  1.4521 ++
  1.4522 ++AUTOMAKE_OPTIONS = cygnus
  1.4523 ++
  1.4524 ++INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
  1.4525 ++
  1.4526 ++AM_CCASFLAGS = $(INCLUDES)
  1.4527 ++
  1.4528 ++noinst_LIBRARIES = lib.a
  1.4529 ++
  1.4530 ++lib_a_SOURCES = strcmp.S strncpy.S memcpy.S
  1.4531 ++lib_a_CCASFLAGS=$(AM_CCASFLAGS)
  1.4532 ++lib_a_CFLAGS = $(AM_CFLAGS)
  1.4533 ++
  1.4534 ++ACLOCAL_AMFLAGS = -I ../../..
  1.4535 ++CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
  1.4536 +diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/Makefile.in newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.in
  1.4537 +--- newlib-1.17.0/newlib/libc/machine/avr32/Makefile.in	1970-01-01 01:00:00.000000000 +0100
  1.4538 ++++ newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.in	2009-05-22 09:57:50.000000000 +0200
  1.4539 +@@ -0,0 +1,327 @@
  1.4540 ++# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  1.4541 ++
  1.4542 ++# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  1.4543 ++# This Makefile.in is free software; the Free Software Foundation
  1.4544 ++# gives unlimited permission to copy and/or distribute it,
  1.4545 ++# with or without modifications, as long as this notice is preserved.
  1.4546 ++
  1.4547 ++# This program is distributed in the hope that it will be useful,
  1.4548 ++# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  1.4549 ++# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  1.4550 ++# PARTICULAR PURPOSE.
  1.4551 ++
  1.4552 ++
  1.4553 ++SHELL = @SHELL@
  1.4554 ++
  1.4555 ++srcdir = @srcdir@
  1.4556 ++top_srcdir = @top_srcdir@
  1.4557 ++VPATH = @srcdir@
  1.4558 ++prefix = @prefix@
  1.4559 ++exec_prefix = @exec_prefix@
  1.4560 ++
  1.4561 ++bindir = @bindir@
  1.4562 ++sbindir = @sbindir@
  1.4563 ++libexecdir = @libexecdir@
  1.4564 ++datadir = @datadir@
  1.4565 ++sysconfdir = @sysconfdir@
  1.4566 ++sharedstatedir = @sharedstatedir@
  1.4567 ++localstatedir = @localstatedir@
  1.4568 ++libdir = @libdir@
  1.4569 ++infodir = @infodir@
  1.4570 ++mandir = @mandir@
  1.4571 ++includedir = @includedir@
  1.4572 ++oldincludedir = /usr/include
  1.4573 ++
  1.4574 ++DESTDIR =
  1.4575 ++
  1.4576 ++pkgdatadir = $(datadir)/@PACKAGE@
  1.4577 ++pkglibdir = $(libdir)/@PACKAGE@
  1.4578 ++pkgincludedir = $(includedir)/@PACKAGE@
  1.4579 ++
  1.4580 ++top_builddir = .
  1.4581 ++
  1.4582 ++ACLOCAL = @ACLOCAL@
  1.4583 ++AUTOCONF = @AUTOCONF@
  1.4584 ++AUTOMAKE = @AUTOMAKE@
  1.4585 ++AUTOHEADER = @AUTOHEADER@
  1.4586 ++
  1.4587 ++INSTALL = @INSTALL@
  1.4588 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  1.4589 ++INSTALL_DATA = @INSTALL_DATA@
  1.4590 ++INSTALL_SCRIPT = @INSTALL_SCRIPT@
  1.4591 ++transform = @program_transform_name@
  1.4592 ++
  1.4593 ++NORMAL_INSTALL = :
  1.4594 ++PRE_INSTALL = :
  1.4595 ++POST_INSTALL = :
  1.4596 ++NORMAL_UNINSTALL = :
  1.4597 ++PRE_UNINSTALL = :
  1.4598 ++POST_UNINSTALL = :
  1.4599 ++build_alias = @build_alias@
  1.4600 ++build_triplet = @build@
  1.4601 ++host_alias = @host_alias@
  1.4602 ++host_triplet = @host@
  1.4603 ++target_alias = @target_alias@
  1.4604 ++target_triplet = @target@
  1.4605 ++AR = @AR@
  1.4606 ++AS = @AS@
  1.4607 ++CC = @CC@
  1.4608 ++CPP = @CPP@
  1.4609 ++EXEEXT = @EXEEXT@
  1.4610 ++LDFLAGS = @LDFLAGS@
  1.4611 ++MAINT = @MAINT@
  1.4612 ++MAKEINFO = @MAKEINFO@
  1.4613 ++NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
  1.4614 ++OBJEXT = @OBJEXT@
  1.4615 ++PACKAGE = @PACKAGE@
  1.4616 ++RANLIB = @RANLIB@
  1.4617 ++VERSION = @VERSION@
  1.4618 ++aext = @aext@
  1.4619 ++libm_machine_dir = @libm_machine_dir@
  1.4620 ++machine_dir = @machine_dir@
  1.4621 ++newlib_basedir = @newlib_basedir@
  1.4622 ++oext = @oext@
  1.4623 ++sys_dir = @sys_dir@
  1.4624 ++
  1.4625 ++AUTOMAKE_OPTIONS = cygnus
  1.4626 ++
  1.4627 ++INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
  1.4628 ++
  1.4629 ++noinst_LIBRARIES = lib.a
  1.4630 ++
  1.4631 ++lib_a_SOURCES = strcmp.S strncpy.S memcpy.S
  1.4632 ++
  1.4633 ++ACLOCAL_AMFLAGS = -I ../../..
  1.4634 ++CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
  1.4635 ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  1.4636 ++mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
  1.4637 ++CONFIG_CLEAN_FILES = 
  1.4638 ++LIBRARIES =  $(noinst_LIBRARIES)
  1.4639 ++
  1.4640 ++
  1.4641 ++DEFS = @DEFS@ -I. -I$(srcdir) 
  1.4642 ++CPPFLAGS = 
  1.4643 ++LIBS = @LIBS@
  1.4644 ++lib_a_LIBADD = 
  1.4645 ++lib_a_OBJECTS =  strcmp.o strncpy.o memcpy.o
  1.4646 ++CFLAGS = @CFLAGS@
  1.4647 ++COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  1.4648 ++CCLD = $(CC)
  1.4649 ++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  1.4650 ++DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
  1.4651 ++
  1.4652 ++
  1.4653 ++DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  1.4654 ++
  1.4655 ++TAR = gtar
  1.4656 ++GZIP_ENV = --best
  1.4657 ++SOURCES = $(lib_a_SOURCES)
  1.4658 ++OBJECTS = $(lib_a_OBJECTS)
  1.4659 ++
  1.4660 ++all: all-redirect
  1.4661 ++.SUFFIXES:
  1.4662 ++.SUFFIXES: .S .c .o .s
  1.4663 ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  1.4664 ++	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
  1.4665 ++
  1.4666 ++Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  1.4667 ++	cd $(top_builddir) \
  1.4668 ++	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  1.4669 ++
  1.4670 ++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
  1.4671 ++		../../../acinclude.m4 ../../../aclocal.m4 \
  1.4672 ++		../../../libtool.m4
  1.4673 ++	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  1.4674 ++
  1.4675 ++config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  1.4676 ++	$(SHELL) ./config.status --recheck
  1.4677 ++$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  1.4678 ++	cd $(srcdir) && $(AUTOCONF)
  1.4679 ++
  1.4680 ++mostlyclean-noinstLIBRARIES:
  1.4681 ++
  1.4682 ++clean-noinstLIBRARIES:
  1.4683 ++	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  1.4684 ++
  1.4685 ++distclean-noinstLIBRARIES:
  1.4686 ++
  1.4687 ++maintainer-clean-noinstLIBRARIES:
  1.4688 ++
  1.4689 ++.c.o:
  1.4690 ++	$(COMPILE) -c $<
  1.4691 ++
  1.4692 ++.s.o:
  1.4693 ++	$(COMPILE) -c $<
  1.4694 ++
  1.4695 ++.S.o:
  1.4696 ++	$(COMPILE) -c $<
  1.4697 ++
  1.4698 ++mostlyclean-compile:
  1.4699 ++	-rm -f *.o core *.core
  1.4700 ++
  1.4701 ++clean-compile:
  1.4702 ++
  1.4703 ++distclean-compile:
  1.4704 ++	-rm -f *.tab.c
  1.4705 ++
  1.4706 ++maintainer-clean-compile:
  1.4707 ++
  1.4708 ++lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
  1.4709 ++	-rm -f lib.a
  1.4710 ++	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
  1.4711 ++	$(RANLIB) lib.a
  1.4712 ++
  1.4713 ++tags: TAGS
  1.4714 ++
  1.4715 ++ID: $(HEADERS) $(SOURCES) $(LISP)
  1.4716 ++	list='$(SOURCES) $(HEADERS)'; \
  1.4717 ++	unique=`for i in $$list; do echo $$i; done | \
  1.4718 ++	  awk '    { files[$$0] = 1; } \
  1.4719 ++	       END { for (i in files) print i; }'`; \
  1.4720 ++	here=`pwd` && cd $(srcdir) \
  1.4721 ++	  && mkid -f$$here/ID $$unique $(LISP)
  1.4722 ++
  1.4723 ++TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  1.4724 ++	tags=; \
  1.4725 ++	here=`pwd`; \
  1.4726 ++	list='$(SOURCES) $(HEADERS)'; \
  1.4727 ++	unique=`for i in $$list; do echo $$i; done | \
  1.4728 ++	  awk '    { files[$$0] = 1; } \
  1.4729 ++	       END { for (i in files) print i; }'`; \
  1.4730 ++	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  1.4731 ++	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  1.4732 ++
  1.4733 ++mostlyclean-tags:
  1.4734 ++
  1.4735 ++clean-tags:
  1.4736 ++
  1.4737 ++distclean-tags:
  1.4738 ++	-rm -f TAGS ID
  1.4739 ++
  1.4740 ++maintainer-clean-tags:
  1.4741 ++
  1.4742 ++distdir = $(PACKAGE)-$(VERSION)
  1.4743 ++top_distdir = $(distdir)
  1.4744 ++
  1.4745 ++# This target untars the dist file and tries a VPATH configuration.  Then
  1.4746 ++# it guarantees that the distribution is self-contained by making another
  1.4747 ++# tarfile.
  1.4748 ++distcheck: dist
  1.4749 ++	-rm -rf $(distdir)
  1.4750 ++	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  1.4751 ++	mkdir $(distdir)/=build
  1.4752 ++	mkdir $(distdir)/=inst
  1.4753 ++	dc_install_base=`cd $(distdir)/=inst && pwd`; \
  1.4754 ++	cd $(distdir)/=build \
  1.4755 ++	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
  1.4756 ++	  && $(MAKE) $(AM_MAKEFLAGS) \
  1.4757 ++	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
  1.4758 ++	  && $(MAKE) $(AM_MAKEFLAGS) check \
  1.4759 ++	  && $(MAKE) $(AM_MAKEFLAGS) install \
  1.4760 ++	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  1.4761 ++	  && $(MAKE) $(AM_MAKEFLAGS) dist
  1.4762 ++	-rm -rf $(distdir)
  1.4763 ++	@banner="$(distdir).tar.gz is ready for distribution"; \
  1.4764 ++	dashes=`echo "$$banner" | sed s/./=/g`; \
  1.4765 ++	echo "$$dashes"; \
  1.4766 ++	echo "$$banner"; \
  1.4767 ++	echo "$$dashes"
  1.4768 ++dist: distdir
  1.4769 ++	-chmod -R a+r $(distdir)
  1.4770 ++	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  1.4771 ++	-rm -rf $(distdir)
  1.4772 ++dist-all: distdir
  1.4773 ++	-chmod -R a+r $(distdir)
  1.4774 ++	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  1.4775 ++	-rm -rf $(distdir)
  1.4776 ++distdir: $(DISTFILES)
  1.4777 ++	-rm -rf $(distdir)
  1.4778 ++	mkdir $(distdir)
  1.4779 ++	-chmod 777 $(distdir)
  1.4780 ++	@for file in $(DISTFILES); do \
  1.4781 ++	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
  1.4782 ++	  if test -d $$d/$$file; then \
  1.4783 ++	    cp -pr $$d/$$file $(distdir)/$$file; \
  1.4784 ++	  else \
  1.4785 ++	    test -f $(distdir)/$$file \
  1.4786 ++	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  1.4787 ++	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  1.4788 ++	  fi; \
  1.4789 ++	done
  1.4790 ++info-am:
  1.4791 ++info: info-am
  1.4792 ++dvi-am:
  1.4793 ++dvi: dvi-am
  1.4794 ++check-am:
  1.4795 ++check: check-am
  1.4796 ++installcheck-am:
  1.4797 ++installcheck: installcheck-am
  1.4798 ++install-info-am: 
  1.4799 ++install-info: install-info-am
  1.4800 ++install-exec-am:
  1.4801 ++install-exec: install-exec-am
  1.4802 ++
  1.4803 ++install-data-am:
  1.4804 ++install-data: install-data-am
  1.4805 ++
  1.4806 ++install-am: all-am
  1.4807 ++	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1.4808 ++install: install-am
  1.4809 ++uninstall-am:
  1.4810 ++uninstall: uninstall-am
  1.4811 ++all-am: Makefile $(LIBRARIES)
  1.4812 ++all-redirect: all-am
  1.4813 ++install-strip:
  1.4814 ++	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  1.4815 ++installdirs:
  1.4816 ++
  1.4817 ++
  1.4818 ++mostlyclean-generic:
  1.4819 ++
  1.4820 ++clean-generic:
  1.4821 ++
  1.4822 ++distclean-generic:
  1.4823 ++	-rm -f Makefile $(CONFIG_CLEAN_FILES)
  1.4824 ++	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  1.4825 ++
  1.4826 ++maintainer-clean-generic:
  1.4827 ++mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  1.4828 ++		mostlyclean-tags mostlyclean-generic
  1.4829 ++
  1.4830 ++mostlyclean: mostlyclean-am
  1.4831 ++
  1.4832 ++clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  1.4833 ++		mostlyclean-am
  1.4834 ++
  1.4835 ++clean: clean-am
  1.4836 ++
  1.4837 ++distclean-am:  distclean-noinstLIBRARIES distclean-compile \
  1.4838 ++		distclean-tags distclean-generic clean-am
  1.4839 ++
  1.4840 ++distclean: distclean-am
  1.4841 ++	-rm -f config.status
  1.4842 ++
  1.4843 ++maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
  1.4844 ++		maintainer-clean-compile maintainer-clean-tags \
  1.4845 ++		maintainer-clean-generic distclean-am
  1.4846 ++	@echo "This command is intended for maintainers to use;"
  1.4847 ++	@echo "it deletes files that may require special tools to rebuild."
  1.4848 ++
  1.4849 ++maintainer-clean: maintainer-clean-am
  1.4850 ++	-rm -f config.status
  1.4851 ++
  1.4852 ++.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  1.4853 ++clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  1.4854 ++mostlyclean-compile distclean-compile clean-compile \
  1.4855 ++maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  1.4856 ++clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
  1.4857 ++check-am installcheck-am installcheck install-info-am install-info \
  1.4858 ++install-exec-am install-exec install-data-am install-data install-am \
  1.4859 ++install uninstall-am uninstall all-redirect all-am all installdirs \
  1.4860 ++mostlyclean-generic distclean-generic clean-generic \
  1.4861 ++maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  1.4862 ++
  1.4863 ++
  1.4864 ++# Tell versions [3.59,3.63) of GNU make to not export all variables.
  1.4865 ++# Otherwise a system limit (for SysV at least) may be exceeded.
  1.4866 ++.NOEXPORT:
  1.4867 +diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/memcpy.S newlib-1.17.0-new/newlib/libc/machine/avr32/memcpy.S
  1.4868 +--- newlib-1.17.0/newlib/libc/machine/avr32/memcpy.S	1970-01-01 01:00:00.000000000 +0100
  1.4869 ++++ newlib-1.17.0-new/newlib/libc/machine/avr32/memcpy.S	2009-05-22 09:57:50.000000000 +0200
  1.4870 +@@ -0,0 +1,269 @@
  1.4871 ++/*
  1.4872 ++ * Copyright (C) 2004 Atmel Norway
  1.4873 ++ */
  1.4874 ++
  1.4875 ++/* Don't use r12 as dst since we must return it unmodified */
  1.4876 ++
  1.4877 ++	.text
  1.4878 ++	.global	memcpy
  1.4879 ++	.type	memcpy, @function
  1.4880 ++#if  defined(__AVR32_HAS_UNALIGNED_WORD__)
  1.4881 ++memcpy:	
  1.4882 ++	/* Check if src and dst are aligned
  1.4883 ++	   if not do a word based copying. */
  1.4884 ++	or	r9, r12, r11
  1.4885 ++	andl	r9, 3, COH
  1.4886 ++	brne	.Lunaligned_copy	
  1.4887 ++
  1.4888 ++	pushm	r12, lr
  1.4889 ++	sub	r10, 8
  1.4890 ++	brmi	.Lword_copy
  1.4891 ++
  1.4892 ++0:	
  1.4893 ++	ld.d	r8, r11++
  1.4894 ++	sub	r10, 8	
  1.4895 ++	st.d	r12++, r8
  1.4896 ++	brpl	0b
  1.4897 ++	
  1.4898 ++.Lword_copy:	
  1.4899 ++	sub	r10, -4
  1.4900 ++	brmi	.Lbyte_copy
  1.4901 ++
  1.4902 ++0:	
  1.4903 ++	ld.w	r8, r11++
  1.4904 ++	sub	r10, 4	
  1.4905 ++	st.w	r12++, r8
  1.4906 ++	brpl	0b
  1.4907 ++
  1.4908 ++.Lbyte_copy:
  1.4909 ++	sub	r10, -4	
  1.4910 ++	breq	2f
  1.4911 ++1:	
  1.4912 ++	ld.ub	r8, r11++
  1.4913 ++	sub	r10, 1
  1.4914 ++	st.b	r12++, r8
  1.4915 ++	brne	1b
  1.4916 ++2:	
  1.4917 ++	popm	r12, pc
  1.4918 ++
  1.4919 ++.Lunaligned_copy:
  1.4920 ++	mov	r9, r12
  1.4921 ++	sub	r10, 4	
  1.4922 ++
  1.4923 ++	brmi	.Lbyte_copy2
  1.4924 ++
  1.4925 ++0:	
  1.4926 ++	ld.w	r8, r11++
  1.4927 ++	sub	r10, 4	
  1.4928 ++	st.w	r12++, r8
  1.4929 ++	brpl	0b
  1.4930 ++
  1.4931 ++.Lbyte_copy2:
  1.4932 ++	sub	r10, -4	
  1.4933 ++	reteq	r9
  1.4934 ++1:	
  1.4935 ++	ld.ub	r8, r11++
  1.4936 ++	sub	r10, 1
  1.4937 ++	st.b	r12++, r8
  1.4938 ++	brne	1b
  1.4939 ++
  1.4940 ++	ret	r9
  1.4941 ++
  1.4942 ++					
  1.4943 ++#else	
  1.4944 ++	
  1.4945 ++#define dst r9
  1.4946 ++#define src r11
  1.4947 ++#define len r10
  1.4948 ++	
  1.4949 ++#if  defined(__AVR32_UC__)	
  1.4950 ++memcpy:
  1.4951 ++	/* If we have less than 8 bytes, don't do anything fancy 
  1.4952 ++	   just an unrolled byte copy */
  1.4953 ++	cp.w	r10, 8
  1.4954 ++	brlt	.Lless_than_8
  1.4955 ++	/* Check if src and dst are aligned. */
  1.4956 ++	or	r9, r12, r11
  1.4957 ++	andl	r9, 3, COH
  1.4958 ++	brne	.Lunaligned_copy	
  1.4959 ++
  1.4960 ++	/* Check if larger than 31 */
  1.4961 ++	cp.w	r10, 32
  1.4962 ++	brge	.Lmore_than_31:
  1.4963 ++
  1.4964 ++	/* Less than 32. */
  1.4965 ++	asr	r8, r10, 2
  1.4966 ++	rsub	r9, r8, 8
  1.4967 ++	add	pc, pc, r9 << 2
  1.4968 ++	.irp	offset,0,1,2,3,4,5,6
  1.4969 ++	ld.w	r9, r11[(6-\offset)*4]
  1.4970 ++	st.w	r12[(6-\offset)*4], r9
  1.4971 ++	.endr
  1.4972 ++	
  1.4973 ++	add	r11, r11, r8 << 2 
  1.4974 ++	add	r8, r12, r8 << 2 
  1.4975 ++	andl	r10, 0x3 
  1.4976 ++	rsub	r10, r10, 4
  1.4977 ++	add	pc, pc, r10 << 2
  1.4978 ++	.irp	offset,0,1,2
  1.4979 ++	ld.ub	r9, r11[2-\offset]
  1.4980 ++	st.b	r8[2-\offset], r9
  1.4981 ++	.endr
  1.4982 ++	
  1.4983 ++	retal	r12
  1.4984 ++
  1.4985 ++.Lless_than_8:	
  1.4986 ++	rsub	r10, r10, 9
  1.4987 ++	add	pc, pc, r10 << 2
  1.4988 ++	.irp	offset,0,1,2,3,4,5,6,7
  1.4989 ++	ld.ub	r9, r11[7-\offset]
  1.4990 ++	st.b	r12[7-\offset], r9
  1.4991 ++	.endr
  1.4992 ++	
  1.4993 ++	retal	r12
  1.4994 ++
  1.4995 ++.Lmore_than_31:
  1.4996 ++	stm	--sp, r6-r7, lr
  1.4997 ++	mov	r9, r12
  1.4998 ++
  1.4999 ++.Laligned_copy:
  1.5000 ++	sub	r10, 32
  1.5001 ++
  1.5002 ++1:	/* Copy 32 bytes at a time */
  1.5003 ++	ld.d	r6, r11++
  1.5004 ++	st.d	r9++, r6
  1.5005 ++	ld.d	r6, r11++
  1.5006 ++	st.d	r9++, r6
  1.5007 ++	ld.d	r6, r11++
  1.5008 ++	st.d	r9++, r6
  1.5009 ++	ld.d	r6, r11++
  1.5010 ++	st.d	r9++, r6
  1.5011 ++	sub	r10, 32
  1.5012 ++	brge	1b
  1.5013 ++	
  1.5014 ++.Lless_than_32:
  1.5015 ++	/* Copy 16 more bytes if possible */
  1.5016 ++	sub	r10, -16
  1.5017 ++	brlt	.Lless_than_16
  1.5018 ++	ld.d	r6, r11++
  1.5019 ++	st.d	r9++, r6
  1.5020 ++	ld.d	r6, r11++
  1.5021 ++	st.d	r9++, r6
  1.5022 ++	sub	r10, 16
  1.5023 ++
  1.5024 ++.Lless_than_16:
  1.5025 ++
  1.5026 ++	/* Do the remaining as byte copies */
  1.5027 ++	neg	r10
  1.5028 ++	add	pc, pc, r10 << 3
  1.5029 ++	nop
  1.5030 ++	nop
  1.5031 ++	.irp	offset,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
  1.5032 ++	ld.ub	r6, r11[14-\offset],e
  1.5033 ++	st.b	r9[14-\offset], r6,e
  1.5034 ++	.endr
  1.5035 ++	
  1.5036 ++	ldm	sp++, r6-r7, pc
  1.5037 ++
  1.5038 ++.Lunaligned_copy:	
  1.5039 ++	/* src and dst are unaligned. */
  1.5040 ++0:	
  1.5041 ++	sub	r10, 1
  1.5042 ++	ld.ub	r9, r11[r10]
  1.5043 ++	st.b	r12[r10], r9
  1.5044 ++	brne	0b
  1.5045 ++	
  1.5046 ++	retal	r12	
  1.5047 ++	.size	memcpy, . - memcpy
  1.5048 ++
  1.5049 ++#else
  1.5050 ++memcpy:
  1.5051 ++	pref	src[0]
  1.5052 ++	mov	dst, r12
  1.5053 ++
  1.5054 ++	/* If we have less than 32 bytes, don't do anything fancy */
  1.5055 ++	cp.w	len, 32
  1.5056 ++	brge	.Lmore_than_31
  1.5057 ++
  1.5058 ++	sub	len, 1
  1.5059 ++	retlt	r12
  1.5060 ++1:	ld.ub	r8, src++
  1.5061 ++	st.b	r12, r8
  1.5062 ++	sub	len, 1
  1.5063 ++	brge	1b
  1.5064 ++	retal	r12
  1.5065 ++
  1.5066 ++.Lmore_than_31:
  1.5067 ++	pushm	r0-r7, lr
  1.5068 ++
  1.5069 ++	/* Check alignment */
  1.5070 ++	mov	r8, src
  1.5071 ++	andl	r8, 31, COH
  1.5072 ++	brne	.Lunaligned_src
  1.5073 ++	mov	r8, dst
  1.5074 ++	andl	r8, 3, COH
  1.5075 ++	brne	.Lunaligned_dst
  1.5076 ++
  1.5077 ++.Laligned_copy:
  1.5078 ++	sub	len, 32
  1.5079 ++	brlt	.Lless_than_32
  1.5080 ++
  1.5081 ++1:	/* Copy 32 bytes at a time */
  1.5082 ++	pref	src[32]
  1.5083 ++	ldm	src, r0-r7
  1.5084 ++	sub	src, -32
  1.5085 ++	stm	dst, r0-r7
  1.5086 ++	sub	dst, -32
  1.5087 ++	sub	len, 32
  1.5088 ++	brge	1b
  1.5089 ++	
  1.5090 ++.Lless_than_32:
  1.5091 ++	/* Copy 16 more bytes if possible */
  1.5092 ++	sub	len, -16
  1.5093 ++	brlt	.Lless_than_16
  1.5094 ++	ldm	src, r0-r3
  1.5095 ++	sub	src, -16
  1.5096 ++	sub	len, 16
  1.5097 ++	stm	dst, r0-r3
  1.5098 ++	sub	dst, -16
  1.5099 ++
  1.5100 ++.Lless_than_16:
  1.5101 ++	/* Do the remaining as byte copies */
  1.5102 ++	neg	len
  1.5103 ++	add	pc, pc, len << 2
  1.5104 ++	.rept	15
  1.5105 ++	ld.ub	r0, src++
  1.5106 ++	st.b	dst++, r0
  1.5107 ++	.endr
  1.5108 ++
  1.5109 ++	popm	r0-r7, pc
  1.5110 ++
  1.5111 ++.Lunaligned_src:
  1.5112 ++	/* Make src cacheline-aligned. r8 = (src & 31) */
  1.5113 ++	rsub	r8, r8, 32
  1.5114 ++	sub	len, r8
  1.5115 ++1:	ld.ub	r0, src++
  1.5116 ++	st.b	dst++, r0
  1.5117 ++	sub	r8, 1
  1.5118 ++	brne	1b
  1.5119 ++
  1.5120 ++	/* If dst is word-aligned, we're ready to go */
  1.5121 ++	pref	src[0]
  1.5122 ++	mov	r8, 3
  1.5123 ++	tst	dst, r8
  1.5124 ++	breq	.Laligned_copy
  1.5125 ++
  1.5126 ++.Lunaligned_dst:
  1.5127 ++	/* src is aligned, but dst is not. Expect bad performance */
  1.5128 ++0:	
  1.5129 ++	ld.ub	r0, src++
  1.5130 ++	st.b	dst++, r0
  1.5131 ++	sub	len, 1
  1.5132 ++	brne	0b
  1.5133 ++	
  1.5134 ++	popm	r0-r7, pc
  1.5135 ++	.size	memcpy, . - memcpy
  1.5136 ++
  1.5137 ++
  1.5138 ++#endif
  1.5139 ++#endif
  1.5140 +diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/strcmp.S newlib-1.17.0-new/newlib/libc/machine/avr32/strcmp.S
  1.5141 +--- newlib-1.17.0/newlib/libc/machine/avr32/strcmp.S	1970-01-01 01:00:00.000000000 +0100
  1.5142 ++++ newlib-1.17.0-new/newlib/libc/machine/avr32/strcmp.S	2009-05-22 09:57:50.000000000 +0200
  1.5143 +@@ -0,0 +1,133 @@
  1.5144 ++	.align	2
  1.5145 ++	.global strcmp
  1.5146 ++
  1.5147 ++strcmp:	
  1.5148 ++#if !defined(__AVR32_HAS_UNALIGNED_WORD__)
  1.5149 ++#ifdef __AVR32_UC__
  1.5150 ++	/* Check if both strings are aligned. */
  1.5151 ++	or	r10, r12, r11
  1.5152 ++	andl	r10, 3, COH
  1.5153 ++	brne	.Lbyte_strcmp	
  1.5154 ++0:		
  1.5155 ++	ld.w	r10, r12[0]
  1.5156 ++	ld.w	r9, r11[0]
  1.5157 ++	tnbz	r10
  1.5158 ++	breq	1f
  1.5159 ++	cp.w	r10, r9
  1.5160 ++	brne	1f
  1.5161 ++	ld.w	r10, r12[4]
  1.5162 ++	ld.w	r9, r11[4]
  1.5163 ++	tnbz	r10
  1.5164 ++	breq	1f
  1.5165 ++	cp.w	r10, r9
  1.5166 ++	brne	1f
  1.5167 ++	ld.w	r10, r12[8]
  1.5168 ++	ld.w	r9, r11[8]
  1.5169 ++	tnbz	r10
  1.5170 ++	breq	1f
  1.5171 ++	cp.w	r10, r9
  1.5172 ++	brne	1f
  1.5173 ++	ld.w	r10, r12[12]
  1.5174 ++	ld.w	r9, r11[12]
  1.5175 ++	tnbz	r10
  1.5176 ++	breq	1f
  1.5177 ++	sub	r12, -16
  1.5178 ++	sub	r11, -16
  1.5179 ++	cp.w	r10, r9
  1.5180 ++	breq	0b
  1.5181 ++1:
  1.5182 ++	bfextu	r12, r10, 24, 8
  1.5183 ++	bfextu	r11, r9, 24, 8
  1.5184 ++	reteq	r12
  1.5185 ++	sub	r12, r11
  1.5186 ++	retne	r12
  1.5187 ++		
  1.5188 ++	bfextu	r12, r10, 16, 8
  1.5189 ++	bfextu	r11, r9, 16, 8
  1.5190 ++	reteq	r12
  1.5191 ++	sub	r12, r11
  1.5192 ++	retne	r12
  1.5193 ++
  1.5194 ++	bfextu	r12, r10, 8, 8
  1.5195 ++	bfextu	r11, r9, 8, 8
  1.5196 ++	reteq	r12
  1.5197 ++	sub	r12, r11
  1.5198 ++	retne	r12
  1.5199 ++
  1.5200 ++	castu.b	r10
  1.5201 ++	castu.b	r9
  1.5202 ++	sub	r10, r9
  1.5203 ++	ret	r10	
  1.5204 ++
  1.5205 ++.Lbyte_strcmp:	
  1.5206 ++0:	
  1.5207 ++	ld.ub	r10, r11[0]
  1.5208 ++	ld.ub	r9, r12[0]
  1.5209 ++	cp.w	r10, 0
  1.5210 ++	reteq	r9
  1.5211 ++	sub	r9, r10
  1.5212 ++	retne	r9
  1.5213 ++	ld.ub	r10, r11[1]
  1.5214 ++	ld.ub	r9, r12[1]
  1.5215 ++	cp.w	r10, 0
  1.5216 ++	reteq	r9
  1.5217 ++	sub	r9, r10
  1.5218 ++	retne	r9
  1.5219 ++	ld.ub	r10, r11[2]
  1.5220 ++	ld.ub	r9, r12[2]
  1.5221 ++	cp.w	r10, 0
  1.5222 ++	reteq	r9
  1.5223 ++	sub	r9, r10
  1.5224 ++	retne	r9
  1.5225 ++	ld.ub	r10, r11[3]
  1.5226 ++	ld.ub	r9, r12[3]
  1.5227 ++	cp.w	r10, 0
  1.5228 ++	reteq	r9
  1.5229 ++	sub	r9, r10
  1.5230 ++	retne	r9
  1.5231 ++	sub	r11, -4
  1.5232 ++	sub	r12, -4
  1.5233 ++	rjmp	0b
  1.5234 ++#else
  1.5235 ++0:	
  1.5236 ++	ld.ub	r10, r11++
  1.5237 ++	ld.ub	r9, r12++
  1.5238 ++	cp.w	r10, 0
  1.5239 ++	reteq	r9
  1.5240 ++	sub	r9, r10
  1.5241 ++	breq	0b
  1.5242 ++	ret	r9
  1.5243 ++#endif
  1.5244 ++#else
  1.5245 ++0:	
  1.5246 ++	ld.w	r10, r12++
  1.5247 ++	ld.w	r9, r11++
  1.5248 ++	tnbz	r10
  1.5249 ++	breq	1f
  1.5250 ++	cp.w	r10, r9
  1.5251 ++	breq	0b
  1.5252 ++	
  1.5253 ++1:
  1.5254 ++	bfextu	r12, r10, 24, 8
  1.5255 ++	bfextu	r11, r9, 24, 8
  1.5256 ++	reteq	r12
  1.5257 ++	sub	r12, r11
  1.5258 ++	retne	r12
  1.5259 ++		
  1.5260 ++	bfextu	r12, r10, 16, 8
  1.5261 ++	bfextu	r11, r9, 16, 8
  1.5262 ++	reteq	r12
  1.5263 ++	sub	r12, r11
  1.5264 ++	retne	r12
  1.5265 ++
  1.5266 ++	bfextu	r12, r10, 8, 8
  1.5267 ++	bfextu	r11, r9, 8, 8
  1.5268 ++	reteq	r12
  1.5269 ++	sub	r12, r11
  1.5270 ++	retne	r12
  1.5271 ++
  1.5272 ++	castu.b	r10
  1.5273 ++	castu.b	r9
  1.5274 ++	sub	r10, r9
  1.5275 ++	ret	r10	
  1.5276 ++#endif	
  1.5277 +diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/strncpy.S newlib-1.17.0-new/newlib/libc/machine/avr32/strncpy.S
  1.5278 +--- newlib-1.17.0/newlib/libc/machine/avr32/strncpy.S	1970-01-01 01:00:00.000000000 +0100
  1.5279 ++++ newlib-1.17.0-new/newlib/libc/machine/avr32/strncpy.S	2009-05-22 09:57:50.000000000 +0200
  1.5280 +@@ -0,0 +1,39 @@
  1.5281 ++	.align	2
  1.5282 ++	.global strncpy
  1.5283 ++
  1.5284 ++strncpy :	
  1.5285 ++#ifdef __AVR32_UC__	
  1.5286 ++	mov	r8, 0
  1.5287 ++0:	
  1.5288 ++	cp.w	r10, r8
  1.5289 ++	reteq	r12
  1.5290 ++	ld.ub	r9, r11[r8]
  1.5291 ++	st.b	r12[r8], r9
  1.5292 ++	sub	r8, -1
  1.5293 ++	cp.w	r9, 0
  1.5294 ++	brne	0b
  1.5295 ++
  1.5296 ++1:	
  1.5297 ++	cp.w	r10, r8
  1.5298 ++	reteq	r12
  1.5299 ++	st.b	r12[r8], r9
  1.5300 ++	sub	r8, -1
  1.5301 ++	rjmp	1b
  1.5302 ++#else
  1.5303 ++	mov	r8, r12
  1.5304 ++0:	
  1.5305 ++	sub	r10, 1
  1.5306 ++	ld.ub	r9, r11++
  1.5307 ++	retmi	r12
  1.5308 ++	st.b	r8++, r9
  1.5309 ++	cp.w	r9, 0
  1.5310 ++	brne	0b
  1.5311 ++
  1.5312 ++1:	
  1.5313 ++	sub	r10, 1
  1.5314 ++	retmi	r12
  1.5315 ++	st.b	r8++, r9
  1.5316 ++	rjmp	1b
  1.5317 ++	
  1.5318 ++	
  1.5319 ++#endif	
  1.5320 +diff -Naur newlib-1.17.0/newlib/libc/machine/configure newlib-1.17.0-new/newlib/libc/machine/configure
  1.5321 +--- newlib-1.17.0/newlib/libc/machine/configure	2008-12-22 20:45:41.000000000 +0100
  1.5322 ++++ newlib-1.17.0-new/newlib/libc/machine/configure	2009-05-22 09:57:50.000000000 +0200
  1.5323 +@@ -1,25 +1,54 @@
  1.5324 + #! /bin/sh
  1.5325 + # Guess values for system-dependent variables and create Makefiles.
  1.5326 +-# Generated by GNU Autoconf 2.59 for newlib 1.17.0.
  1.5327 ++# Generated by GNU Autoconf 2.61 for newlib 1.17.0.
  1.5328 + #
  1.5329 +-# Copyright (C) 2003 Free Software Foundation, Inc.
  1.5330 ++# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1.5331 ++# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1.5332 + # This configure script is free software; the Free Software Foundation
  1.5333 + # gives unlimited permission to copy, distribute and modify it.
  1.5334 + ## --------------------- ##
  1.5335 + ## M4sh Initialization.  ##
  1.5336 + ## --------------------- ##
  1.5337 + 
  1.5338 +-# Be Bourne compatible
  1.5339 ++# Be more Bourne compatible
  1.5340 ++DUALCASE=1; export DUALCASE # for MKS sh
  1.5341 + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  1.5342 +   emulate sh
  1.5343 +   NULLCMD=:
  1.5344 +   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  1.5345 +   # is contrary to our usage.  Disable this feature.
  1.5346 +   alias -g '${1+"$@"}'='"$@"'
  1.5347 +-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  1.5348 +-  set -o posix
  1.5349 ++  setopt NO_GLOB_SUBST
  1.5350 ++else
  1.5351 ++  case `(set -o) 2>/dev/null` in
  1.5352 ++  *posix*) set -o posix ;;
  1.5353 ++esac
  1.5354 ++
  1.5355 ++fi
  1.5356 ++
  1.5357 ++
  1.5358 ++
  1.5359 ++
  1.5360 ++# PATH needs CR
  1.5361 ++# Avoid depending upon Character Ranges.
  1.5362 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  1.5363 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  1.5364 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  1.5365 ++as_cr_digits='0123456789'
  1.5366 ++as_cr_alnum=$as_cr_Letters$as_cr_digits
  1.5367 ++
  1.5368 ++# The user is always right.
  1.5369 ++if test "${PATH_SEPARATOR+set}" != set; then
  1.5370 ++  echo "#! /bin/sh" >conf$$.sh
  1.5371 ++  echo  "exit 0"   >>conf$$.sh
  1.5372 ++  chmod +x conf$$.sh
  1.5373 ++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  1.5374 ++    PATH_SEPARATOR=';'
  1.5375 ++  else
  1.5376 ++    PATH_SEPARATOR=:
  1.5377 ++  fi
  1.5378 ++  rm -f conf$$.sh
  1.5379 + fi
  1.5380 +-DUALCASE=1; export DUALCASE # for MKS sh
  1.5381 + 
  1.5382 + # Support unset when possible.
  1.5383 + if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  1.5384 +@@ -29,8 +58,43 @@
  1.5385 + fi
  1.5386 + 
  1.5387 + 
  1.5388 ++# IFS
  1.5389 ++# We need space, tab and new line, in precisely that order.  Quoting is
  1.5390 ++# there to prevent editors from complaining about space-tab.
  1.5391 ++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
  1.5392 ++# splitting by setting IFS to empty value.)
  1.5393 ++as_nl='
  1.5394 ++'
  1.5395 ++IFS=" ""	$as_nl"
  1.5396 ++
  1.5397 ++# Find who we are.  Look in the path if we contain no directory separator.
  1.5398 ++case $0 in
  1.5399 ++  *[\\/]* ) as_myself=$0 ;;
  1.5400 ++  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.5401 ++for as_dir in $PATH
  1.5402 ++do
  1.5403 ++  IFS=$as_save_IFS
  1.5404 ++  test -z "$as_dir" && as_dir=.
  1.5405 ++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  1.5406 ++done
  1.5407 ++IFS=$as_save_IFS
  1.5408 ++
  1.5409 ++     ;;
  1.5410 ++esac
  1.5411 ++# We did not find ourselves, most probably we were run as `sh COMMAND'
  1.5412 ++# in which case we are not to be found in the path.
  1.5413 ++if test "x$as_myself" = x; then
  1.5414 ++  as_myself=$0
  1.5415 ++fi
  1.5416 ++if test ! -f "$as_myself"; then
  1.5417 ++  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  1.5418 ++  { (exit 1); exit 1; }
  1.5419 ++fi
  1.5420 ++
  1.5421 + # Work around bugs in pre-3.0 UWIN ksh.
  1.5422 +-$as_unset ENV MAIL MAILPATH
  1.5423 ++for as_var in ENV MAIL MAILPATH
  1.5424 ++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  1.5425 ++done
  1.5426 + PS1='$ '
  1.5427 + PS2='> '
  1.5428 + PS4='+ '
  1.5429 +@@ -44,18 +108,19 @@
  1.5430 +   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  1.5431 +     eval $as_var=C; export $as_var
  1.5432 +   else
  1.5433 +-    $as_unset $as_var
  1.5434 ++    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  1.5435 +   fi
  1.5436 + done
  1.5437 + 
  1.5438 + # Required to use basename.
  1.5439 +-if expr a : '\(a\)' >/dev/null 2>&1; then
  1.5440 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
  1.5441 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  1.5442 +   as_expr=expr
  1.5443 + else
  1.5444 +   as_expr=false
  1.5445 + fi
  1.5446 + 
  1.5447 +-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  1.5448 ++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  1.5449 +   as_basename=basename
  1.5450 + else
  1.5451 +   as_basename=false
  1.5452 +@@ -63,157 +128,388 @@
  1.5453 + 
  1.5454 + 
  1.5455 + # Name of the executable.
  1.5456 +-as_me=`$as_basename "$0" ||
  1.5457 ++as_me=`$as_basename -- "$0" ||
  1.5458 + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  1.5459 + 	 X"$0" : 'X\(//\)$' \| \
  1.5460 +-	 X"$0" : 'X\(/\)$' \| \
  1.5461 +-	 .     : '\(.\)' 2>/dev/null ||
  1.5462 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1.5463 + echo X/"$0" |
  1.5464 +-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  1.5465 +-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
  1.5466 +-  	  /^X\/\(\/\).*/{ s//\1/; q; }
  1.5467 +-  	  s/.*/./; q'`
  1.5468 ++    sed '/^.*\/\([^/][^/]*\)\/*$/{
  1.5469 ++	    s//\1/
  1.5470 ++	    q
  1.5471 ++	  }
  1.5472 ++	  /^X\/\(\/\/\)$/{
  1.5473 ++	    s//\1/
  1.5474 ++	    q
  1.5475 ++	  }
  1.5476 ++	  /^X\/\(\/\).*/{
  1.5477 ++	    s//\1/
  1.5478 ++	    q
  1.5479 ++	  }
  1.5480 ++	  s/.*/./; q'`
  1.5481 + 
  1.5482 ++# CDPATH.
  1.5483 ++$as_unset CDPATH
  1.5484 + 
  1.5485 +-# PATH needs CR, and LINENO needs CR and PATH.
  1.5486 +-# Avoid depending upon Character Ranges.
  1.5487 +-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  1.5488 +-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  1.5489 +-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  1.5490 +-as_cr_digits='0123456789'
  1.5491 +-as_cr_alnum=$as_cr_Letters$as_cr_digits
  1.5492 + 
  1.5493 +-# The user is always right.
  1.5494 +-if test "${PATH_SEPARATOR+set}" != set; then
  1.5495 +-  echo "#! /bin/sh" >conf$$.sh
  1.5496 +-  echo  "exit 0"   >>conf$$.sh
  1.5497 +-  chmod +x conf$$.sh
  1.5498 +-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  1.5499 +-    PATH_SEPARATOR=';'
  1.5500 +-  else
  1.5501 +-    PATH_SEPARATOR=:
  1.5502 +-  fi
  1.5503 +-  rm -f conf$$.sh
  1.5504 ++if test "x$CONFIG_SHELL" = x; then
  1.5505 ++  if (eval ":") 2>/dev/null; then
  1.5506 ++  as_have_required=yes
  1.5507 ++else
  1.5508 ++  as_have_required=no
  1.5509 + fi
  1.5510 + 
  1.5511 ++  if test $as_have_required = yes && 	 (eval ":
  1.5512 ++(as_func_return () {
  1.5513 ++  (exit \$1)
  1.5514 ++}
  1.5515 ++as_func_success () {
  1.5516 ++  as_func_return 0
  1.5517 ++}
  1.5518 ++as_func_failure () {
  1.5519 ++  as_func_return 1
  1.5520 ++}
  1.5521 ++as_func_ret_success () {
  1.5522 ++  return 0
  1.5523 ++}
  1.5524 ++as_func_ret_failure () {
  1.5525 ++  return 1
  1.5526 ++}
  1.5527 + 
  1.5528 +-  as_lineno_1=$LINENO
  1.5529 +-  as_lineno_2=$LINENO
  1.5530 +-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  1.5531 +-  test "x$as_lineno_1" != "x$as_lineno_2" &&
  1.5532 +-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  1.5533 +-  # Find who we are.  Look in the path if we contain no path at all
  1.5534 +-  # relative or not.
  1.5535 +-  case $0 in
  1.5536 +-    *[\\/]* ) as_myself=$0 ;;
  1.5537 +-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.5538 +-for as_dir in $PATH
  1.5539 +-do
  1.5540 +-  IFS=$as_save_IFS
  1.5541 +-  test -z "$as_dir" && as_dir=.
  1.5542 +-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  1.5543 +-done
  1.5544 ++exitcode=0
  1.5545 ++if as_func_success; then
  1.5546 ++  :
  1.5547 ++else
  1.5548 ++  exitcode=1
  1.5549 ++  echo as_func_success failed.
  1.5550 ++fi
  1.5551 + 
  1.5552 +-       ;;
  1.5553 +-  esac
  1.5554 +-  # We did not find ourselves, most probably we were run as `sh COMMAND'
  1.5555 +-  # in which case we are not to be found in the path.
  1.5556 +-  if test "x$as_myself" = x; then
  1.5557 +-    as_myself=$0
  1.5558 +-  fi
  1.5559 +-  if test ! -f "$as_myself"; then
  1.5560 +-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  1.5561 +-   { (exit 1); exit 1; }; }
  1.5562 +-  fi
  1.5563 +-  case $CONFIG_SHELL in
  1.5564 +-  '')
  1.5565 ++if as_func_failure; then
  1.5566 ++  exitcode=1
  1.5567 ++  echo as_func_failure succeeded.
  1.5568 ++fi
  1.5569 ++
  1.5570 ++if as_func_ret_success; then
  1.5571 ++  :
  1.5572 ++else
  1.5573 ++  exitcode=1
  1.5574 ++  echo as_func_ret_success failed.
  1.5575 ++fi
  1.5576 ++
  1.5577 ++if as_func_ret_failure; then
  1.5578 ++  exitcode=1
  1.5579 ++  echo as_func_ret_failure succeeded.
  1.5580 ++fi
  1.5581 ++
  1.5582 ++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  1.5583 ++  :
  1.5584 ++else
  1.5585 ++  exitcode=1
  1.5586 ++  echo positional parameters were not saved.
  1.5587 ++fi
  1.5588 ++
  1.5589 ++test \$exitcode = 0) || { (exit 1); exit 1; }
  1.5590 ++
  1.5591 ++(
  1.5592 ++  as_lineno_1=\$LINENO
  1.5593 ++  as_lineno_2=\$LINENO
  1.5594 ++  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
  1.5595 ++  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
  1.5596 ++") 2> /dev/null; then
  1.5597 ++  :
  1.5598 ++else
  1.5599 ++  as_candidate_shells=
  1.5600 +     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.5601 + for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  1.5602 + do
  1.5603 +   IFS=$as_save_IFS
  1.5604 +   test -z "$as_dir" && as_dir=.
  1.5605 +-  for as_base in sh bash ksh sh5; do
  1.5606 +-	 case $as_dir in
  1.5607 ++  case $as_dir in
  1.5608 + 	 /*)
  1.5609 +-	   if ("$as_dir/$as_base" -c '
  1.5610 ++	   for as_base in sh bash ksh sh5; do
  1.5611 ++	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
  1.5612 ++	   done;;
  1.5613 ++       esac
  1.5614 ++done
  1.5615 ++IFS=$as_save_IFS
  1.5616 ++
  1.5617 ++
  1.5618 ++      for as_shell in $as_candidate_shells $SHELL; do
  1.5619 ++	 # Try only shells that exist, to save several forks.
  1.5620 ++	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  1.5621 ++		{ ("$as_shell") 2> /dev/null <<\_ASEOF
  1.5622 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  1.5623 ++  emulate sh
  1.5624 ++  NULLCMD=:
  1.5625 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  1.5626 ++  # is contrary to our usage.  Disable this feature.
  1.5627 ++  alias -g '${1+"$@"}'='"$@"'
  1.5628 ++  setopt NO_GLOB_SUBST
  1.5629 ++else
  1.5630 ++  case `(set -o) 2>/dev/null` in
  1.5631 ++  *posix*) set -o posix ;;
  1.5632 ++esac
  1.5633 ++
  1.5634 ++fi
  1.5635 ++
  1.5636 ++
  1.5637 ++:
  1.5638 ++_ASEOF
  1.5639 ++}; then
  1.5640 ++  CONFIG_SHELL=$as_shell
  1.5641 ++	       as_have_required=yes
  1.5642 ++	       if { "$as_shell" 2> /dev/null <<\_ASEOF
  1.5643 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  1.5644 ++  emulate sh
  1.5645 ++  NULLCMD=:
  1.5646 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  1.5647 ++  # is contrary to our usage.  Disable this feature.
  1.5648 ++  alias -g '${1+"$@"}'='"$@"'
  1.5649 ++  setopt NO_GLOB_SUBST
  1.5650 ++else
  1.5651 ++  case `(set -o) 2>/dev/null` in
  1.5652 ++  *posix*) set -o posix ;;
  1.5653 ++esac
  1.5654 ++
  1.5655 ++fi
  1.5656 ++
  1.5657 ++
  1.5658 ++:
  1.5659 ++(as_func_return () {
  1.5660 ++  (exit $1)
  1.5661 ++}
  1.5662 ++as_func_success () {
  1.5663 ++  as_func_return 0
  1.5664 ++}
  1.5665 ++as_func_failure () {
  1.5666 ++  as_func_return 1
  1.5667 ++}
  1.5668 ++as_func_ret_success () {
  1.5669 ++  return 0
  1.5670 ++}
  1.5671 ++as_func_ret_failure () {
  1.5672 ++  return 1
  1.5673 ++}
  1.5674 ++
  1.5675 ++exitcode=0
  1.5676 ++if as_func_success; then
  1.5677 ++  :
  1.5678 ++else
  1.5679 ++  exitcode=1
  1.5680 ++  echo as_func_success failed.
  1.5681 ++fi
  1.5682 ++
  1.5683 ++if as_func_failure; then
  1.5684 ++  exitcode=1
  1.5685 ++  echo as_func_failure succeeded.
  1.5686 ++fi
  1.5687 ++
  1.5688 ++if as_func_ret_success; then
  1.5689 ++  :
  1.5690 ++else
  1.5691 ++  exitcode=1
  1.5692 ++  echo as_func_ret_success failed.
  1.5693 ++fi
  1.5694 ++
  1.5695 ++if as_func_ret_failure; then
  1.5696 ++  exitcode=1
  1.5697 ++  echo as_func_ret_failure succeeded.
  1.5698 ++fi
  1.5699 ++
  1.5700 ++if ( set x; as_func_ret_success y && test x = "$1" ); then
  1.5701 ++  :
  1.5702 ++else
  1.5703 ++  exitcode=1
  1.5704 ++  echo positional parameters were not saved.
  1.5705 ++fi
  1.5706 ++
  1.5707 ++test $exitcode = 0) || { (exit 1); exit 1; }
  1.5708 ++
  1.5709 ++(
  1.5710 +   as_lineno_1=$LINENO
  1.5711 +   as_lineno_2=$LINENO
  1.5712 +-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  1.5713 +   test "x$as_lineno_1" != "x$as_lineno_2" &&
  1.5714 +-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  1.5715 +-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  1.5716 +-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  1.5717 +-	     CONFIG_SHELL=$as_dir/$as_base
  1.5718 +-	     export CONFIG_SHELL
  1.5719 +-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  1.5720 +-	   fi;;
  1.5721 +-	 esac
  1.5722 +-       done
  1.5723 +-done
  1.5724 +-;;
  1.5725 +-  esac
  1.5726 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
  1.5727 ++
  1.5728 ++_ASEOF
  1.5729 ++}; then
  1.5730 ++  break
  1.5731 ++fi
  1.5732 ++
  1.5733 ++fi
  1.5734 ++
  1.5735 ++      done
  1.5736 ++
  1.5737 ++      if test "x$CONFIG_SHELL" != x; then
  1.5738 ++  for as_var in BASH_ENV ENV
  1.5739 ++        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  1.5740 ++        done
  1.5741 ++        export CONFIG_SHELL
  1.5742 ++        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  1.5743 ++fi
  1.5744 ++
  1.5745 ++
  1.5746 ++    if test $as_have_required = no; then
  1.5747 ++  echo This script requires a shell more modern than all the
  1.5748 ++      echo shells that I found on your system.  Please install a
  1.5749 ++      echo modern shell, or manually run the script under such a
  1.5750 ++      echo shell if you do have one.
  1.5751 ++      { (exit 1); exit 1; }
  1.5752 ++fi
  1.5753 ++
  1.5754 ++
  1.5755 ++fi
  1.5756 ++
  1.5757 ++fi
  1.5758 ++
  1.5759 ++
  1.5760 ++
  1.5761 ++(eval "as_func_return () {
  1.5762 ++  (exit \$1)
  1.5763 ++}
  1.5764 ++as_func_success () {
  1.5765 ++  as_func_return 0
  1.5766 ++}
  1.5767 ++as_func_failure () {
  1.5768 ++  as_func_return 1
  1.5769 ++}
  1.5770 ++as_func_ret_success () {
  1.5771 ++  return 0
  1.5772 ++}
  1.5773 ++as_func_ret_failure () {
  1.5774 ++  return 1
  1.5775 ++}
  1.5776 ++
  1.5777 ++exitcode=0
  1.5778 ++if as_func_success; then
  1.5779 ++  :
  1.5780 ++else
  1.5781 ++  exitcode=1
  1.5782 ++  echo as_func_success failed.
  1.5783 ++fi
  1.5784 ++
  1.5785 ++if as_func_failure; then
  1.5786 ++  exitcode=1
  1.5787 ++  echo as_func_failure succeeded.
  1.5788 ++fi
  1.5789 ++
  1.5790 ++if as_func_ret_success; then
  1.5791 ++  :
  1.5792 ++else
  1.5793 ++  exitcode=1
  1.5794 ++  echo as_func_ret_success failed.
  1.5795 ++fi
  1.5796 ++
  1.5797 ++if as_func_ret_failure; then
  1.5798 ++  exitcode=1
  1.5799 ++  echo as_func_ret_failure succeeded.
  1.5800 ++fi
  1.5801 ++
  1.5802 ++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  1.5803 ++  :
  1.5804 ++else
  1.5805 ++  exitcode=1
  1.5806 ++  echo positional parameters were not saved.
  1.5807 ++fi
  1.5808 ++
  1.5809 ++test \$exitcode = 0") || {
  1.5810 ++  echo No shell found that supports shell functions.
  1.5811 ++  echo Please tell autoconf@gnu.org about your system,
  1.5812 ++  echo including any error possibly output before this
  1.5813 ++  echo message
  1.5814 ++}
  1.5815 ++
  1.5816 ++
  1.5817 ++
  1.5818 ++  as_lineno_1=$LINENO
  1.5819 ++  as_lineno_2=$LINENO
  1.5820 ++  test "x$as_lineno_1" != "x$as_lineno_2" &&
  1.5821 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  1.5822 + 
  1.5823 +   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  1.5824 +   # uniformly replaced by the line number.  The first 'sed' inserts a
  1.5825 +-  # line-number line before each line; the second 'sed' does the real
  1.5826 +-  # work.  The second script uses 'N' to pair each line-number line
  1.5827 +-  # with the numbered line, and appends trailing '-' during
  1.5828 +-  # substitution so that $LINENO is not a special case at line end.
  1.5829 ++  # line-number line after each line using $LINENO; the second 'sed'
  1.5830 ++  # does the real work.  The second script uses 'N' to pair each
  1.5831 ++  # line-number line with the line containing $LINENO, and appends
  1.5832 ++  # trailing '-' during substitution so that $LINENO is not a special
  1.5833 ++  # case at line end.
  1.5834 +   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  1.5835 +-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  1.5836 +-  sed '=' <$as_myself |
  1.5837 ++  # scripts with optimization help from Paolo Bonzini.  Blame Lee
  1.5838 ++  # E. McMahon (1931-1989) for sed's syntax.  :-)
  1.5839 ++  sed -n '
  1.5840 ++    p
  1.5841 ++    /[$]LINENO/=
  1.5842 ++  ' <$as_myself |
  1.5843 +     sed '
  1.5844 ++      s/[$]LINENO.*/&-/
  1.5845 ++      t lineno
  1.5846 ++      b
  1.5847 ++      :lineno
  1.5848 +       N
  1.5849 +-      s,$,-,
  1.5850 +-      : loop
  1.5851 +-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  1.5852 ++      :loop
  1.5853 ++      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  1.5854 +       t loop
  1.5855 +-      s,-$,,
  1.5856 +-      s,^['$as_cr_digits']*\n,,
  1.5857 ++      s/-\n.*//
  1.5858 +     ' >$as_me.lineno &&
  1.5859 +-  chmod +x $as_me.lineno ||
  1.5860 ++  chmod +x "$as_me.lineno" ||
  1.5861 +     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  1.5862 +    { (exit 1); exit 1; }; }
  1.5863 + 
  1.5864 +   # Don't try to exec as it changes $[0], causing all sort of problems
  1.5865 +   # (the dirname of $[0] is not the place where we might find the
  1.5866 +-  # original and so on.  Autoconf is especially sensible to this).
  1.5867 +-  . ./$as_me.lineno
  1.5868 ++  # original and so on.  Autoconf is especially sensitive to this).
  1.5869 ++  . "./$as_me.lineno"
  1.5870 +   # Exit status is that of the last command.
  1.5871 +   exit
  1.5872 + }
  1.5873 + 
  1.5874 + 
  1.5875 +-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  1.5876 +-  *c*,-n*) ECHO_N= ECHO_C='
  1.5877 +-' ECHO_T='	' ;;
  1.5878 +-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  1.5879 +-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
  1.5880 ++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  1.5881 ++  as_dirname=dirname
  1.5882 ++else
  1.5883 ++  as_dirname=false
  1.5884 ++fi
  1.5885 ++
  1.5886 ++ECHO_C= ECHO_N= ECHO_T=
  1.5887 ++case `echo -n x` in
  1.5888 ++-n*)
  1.5889 ++  case `echo 'x\c'` in
  1.5890 ++  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  1.5891 ++  *)   ECHO_C='\c';;
  1.5892 ++  esac;;
  1.5893 ++*)
  1.5894 ++  ECHO_N='-n';;
  1.5895 + esac
  1.5896 + 
  1.5897 +-if expr a : '\(a\)' >/dev/null 2>&1; then
  1.5898 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
  1.5899 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  1.5900 +   as_expr=expr
  1.5901 + else
  1.5902 +   as_expr=false
  1.5903 + fi
  1.5904 + 
  1.5905 + rm -f conf$$ conf$$.exe conf$$.file
  1.5906 ++if test -d conf$$.dir; then
  1.5907 ++  rm -f conf$$.dir/conf$$.file
  1.5908 ++else
  1.5909 ++  rm -f conf$$.dir
  1.5910 ++  mkdir conf$$.dir
  1.5911 ++fi
  1.5912 + echo >conf$$.file
  1.5913 + if ln -s conf$$.file conf$$ 2>/dev/null; then
  1.5914 +-  # We could just check for DJGPP; but this test a) works b) is more generic
  1.5915 +-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  1.5916 +-  if test -f conf$$.exe; then
  1.5917 +-    # Don't use ln at all; we don't have any links
  1.5918 ++  as_ln_s='ln -s'
  1.5919 ++  # ... but there are two gotchas:
  1.5920 ++  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  1.5921 ++  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  1.5922 ++  # In both cases, we have to default to `cp -p'.
  1.5923 ++  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  1.5924 +     as_ln_s='cp -p'
  1.5925 +-  else
  1.5926 +-    as_ln_s='ln -s'
  1.5927 +-  fi
  1.5928 + elif ln conf$$.file conf$$ 2>/dev/null; then
  1.5929 +   as_ln_s=ln
  1.5930 + else
  1.5931 +   as_ln_s='cp -p'
  1.5932 + fi
  1.5933 +-rm -f conf$$ conf$$.exe conf$$.file
  1.5934 ++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  1.5935 ++rmdir conf$$.dir 2>/dev/null
  1.5936 + 
  1.5937 + if mkdir -p . 2>/dev/null; then
  1.5938 +   as_mkdir_p=:
  1.5939 +@@ -222,7 +518,28 @@
  1.5940 +   as_mkdir_p=false
  1.5941 + fi
  1.5942 + 
  1.5943 +-as_executable_p="test -f"
  1.5944 ++if test -x / >/dev/null 2>&1; then
  1.5945 ++  as_test_x='test -x'
  1.5946 ++else
  1.5947 ++  if ls -dL / >/dev/null 2>&1; then
  1.5948 ++    as_ls_L_option=L
  1.5949 ++  else
  1.5950 ++    as_ls_L_option=
  1.5951 ++  fi
  1.5952 ++  as_test_x='
  1.5953 ++    eval sh -c '\''
  1.5954 ++      if test -d "$1"; then
  1.5955 ++        test -d "$1/.";
  1.5956 ++      else
  1.5957 ++	case $1 in
  1.5958 ++        -*)set "./$1";;
  1.5959 ++	esac;
  1.5960 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  1.5961 ++	???[sx]*):;;*)false;;esac;fi
  1.5962 ++    '\'' sh
  1.5963 ++  '
  1.5964 ++fi
  1.5965 ++as_executable_p=$as_test_x
  1.5966 + 
  1.5967 + # Sed expression to map a string onto a valid CPP name.
  1.5968 + as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1.5969 +@@ -231,15 +548,6 @@
  1.5970 + as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  1.5971 + 
  1.5972 + 
  1.5973 +-# IFS
  1.5974 +-# We need space, tab and new line, in precisely that order.
  1.5975 +-as_nl='
  1.5976 +-'
  1.5977 +-IFS=" 	$as_nl"
  1.5978 +-
  1.5979 +-# CDPATH.
  1.5980 +-$as_unset CDPATH
  1.5981 +-
  1.5982 + 
  1.5983 + 
  1.5984 + # Check that we are running under the correct shell.
  1.5985 +@@ -390,29 +698,26 @@
  1.5986 + 
  1.5987 + 
  1.5988 + 
  1.5989 ++exec 7<&0 </dev/null 6>&1
  1.5990 ++
  1.5991 + # Name of the host.
  1.5992 + # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  1.5993 + # so uname gets run too.
  1.5994 + ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  1.5995 + 
  1.5996 +-exec 6>&1
  1.5997 +-
  1.5998 + #
  1.5999 + # Initializations.
  1.6000 + #
  1.6001 + ac_default_prefix=/usr/local
  1.6002 ++ac_clean_files=
  1.6003 + ac_config_libobj_dir=.
  1.6004 ++LIBOBJS=
  1.6005 + cross_compiling=no
  1.6006 + subdirs=
  1.6007 + MFLAGS=
  1.6008 + MAKEFLAGS=
  1.6009 + SHELL=${CONFIG_SHELL-/bin/sh}
  1.6010 + 
  1.6011 +-# Maximum number of lines to put in a shell here document.
  1.6012 +-# This variable seems obsolete.  It should probably be removed, and
  1.6013 +-# only ac_max_sed_lines should be used.
  1.6014 +-: ${ac_max_here_lines=38}
  1.6015 +-
  1.6016 + # Identity of this package.
  1.6017 + PACKAGE_NAME='newlib'
  1.6018 + PACKAGE_TARNAME='newlib'
  1.6019 +@@ -424,81 +729,228 @@
  1.6020 + # Factoring default headers for most tests.
  1.6021 + ac_includes_default="\
  1.6022 + #include <stdio.h>
  1.6023 +-#if HAVE_SYS_TYPES_H
  1.6024 ++#ifdef HAVE_SYS_TYPES_H
  1.6025 + # include <sys/types.h>
  1.6026 + #endif
  1.6027 +-#if HAVE_SYS_STAT_H
  1.6028 ++#ifdef HAVE_SYS_STAT_H
  1.6029 + # include <sys/stat.h>
  1.6030 + #endif
  1.6031 +-#if STDC_HEADERS
  1.6032 ++#ifdef STDC_HEADERS
  1.6033 + # include <stdlib.h>
  1.6034 + # include <stddef.h>
  1.6035 + #else
  1.6036 +-# if HAVE_STDLIB_H
  1.6037 ++# ifdef HAVE_STDLIB_H
  1.6038 + #  include <stdlib.h>
  1.6039 + # endif
  1.6040 + #endif
  1.6041 +-#if HAVE_STRING_H
  1.6042 +-# if !STDC_HEADERS && HAVE_MEMORY_H
  1.6043 ++#ifdef HAVE_STRING_H
  1.6044 ++# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1.6045 + #  include <memory.h>
  1.6046 + # endif
  1.6047 + # include <string.h>
  1.6048 + #endif
  1.6049 +-#if HAVE_STRINGS_H
  1.6050 ++#ifdef HAVE_STRINGS_H
  1.6051 + # include <strings.h>
  1.6052 + #endif
  1.6053 +-#if HAVE_INTTYPES_H
  1.6054 ++#ifdef HAVE_INTTYPES_H
  1.6055 + # include <inttypes.h>
  1.6056 +-#else
  1.6057 +-# if HAVE_STDINT_H
  1.6058 +-#  include <stdint.h>
  1.6059 +-# endif
  1.6060 + #endif
  1.6061 +-#if HAVE_UNISTD_H
  1.6062 ++#ifdef HAVE_STDINT_H
  1.6063 ++# include <stdint.h>
  1.6064 ++#endif
  1.6065 ++#ifdef HAVE_UNISTD_H
  1.6066 + # include <unistd.h>
  1.6067 + #endif"
  1.6068 + 
  1.6069 +-ac_subdirs_all="$ac_subdirs_all a29k"
  1.6070 +-ac_subdirs_all="$ac_subdirs_all arm"
  1.6071 +-ac_subdirs_all="$ac_subdirs_all bfin"
  1.6072 +-ac_subdirs_all="$ac_subdirs_all cris"
  1.6073 +-ac_subdirs_all="$ac_subdirs_all crx"
  1.6074 +-ac_subdirs_all="$ac_subdirs_all d10v"
  1.6075 +-ac_subdirs_all="$ac_subdirs_all d30v"
  1.6076 +-ac_subdirs_all="$ac_subdirs_all fr30"
  1.6077 +-ac_subdirs_all="$ac_subdirs_all frv"
  1.6078 +-ac_subdirs_all="$ac_subdirs_all h8300"
  1.6079 +-ac_subdirs_all="$ac_subdirs_all h8500"
  1.6080 +-ac_subdirs_all="$ac_subdirs_all hppa"
  1.6081 +-ac_subdirs_all="$ac_subdirs_all i386"
  1.6082 +-ac_subdirs_all="$ac_subdirs_all i960"
  1.6083 +-ac_subdirs_all="$ac_subdirs_all iq2000"
  1.6084 +-ac_subdirs_all="$ac_subdirs_all lm32"
  1.6085 +-ac_subdirs_all="$ac_subdirs_all m32c"
  1.6086 +-ac_subdirs_all="$ac_subdirs_all m32r"
  1.6087 +-ac_subdirs_all="$ac_subdirs_all m68hc11"
  1.6088 +-ac_subdirs_all="$ac_subdirs_all m68k"
  1.6089 +-ac_subdirs_all="$ac_subdirs_all m88k"
  1.6090 +-ac_subdirs_all="$ac_subdirs_all mep"
  1.6091 +-ac_subdirs_all="$ac_subdirs_all mips"
  1.6092 +-ac_subdirs_all="$ac_subdirs_all mn10200"
  1.6093 +-ac_subdirs_all="$ac_subdirs_all mn10300"
  1.6094 +-ac_subdirs_all="$ac_subdirs_all mt"
  1.6095 +-ac_subdirs_all="$ac_subdirs_all necv70"
  1.6096 +-ac_subdirs_all="$ac_subdirs_all powerpc"
  1.6097 +-ac_subdirs_all="$ac_subdirs_all sh"
  1.6098 +-ac_subdirs_all="$ac_subdirs_all sparc"
  1.6099 +-ac_subdirs_all="$ac_subdirs_all spu"
  1.6100 +-ac_subdirs_all="$ac_subdirs_all tic4x"
  1.6101 +-ac_subdirs_all="$ac_subdirs_all tic80"
  1.6102 +-ac_subdirs_all="$ac_subdirs_all v850"
  1.6103 +-ac_subdirs_all="$ac_subdirs_all w65"
  1.6104 +-ac_subdirs_all="$ac_subdirs_all x86_64"
  1.6105 +-ac_subdirs_all="$ac_subdirs_all xscale"
  1.6106 +-ac_subdirs_all="$ac_subdirs_all xstormy16"
  1.6107 +-ac_subdirs_all="$ac_subdirs_all z8k"
  1.6108 +-ac_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 MAY_SUPPLY_SYSCALLS_TRUE MAY_SUPPLY_SYSCALLS_FALSE newlib_basedir build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB READELF ac_ct_READELF MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CCAS CCASFLAGS NEWLIB_CFLAGS LDFLAGS ELIX_LEVEL_0_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_1_TRUE ELIX_LEVEL_1_FALSE ELIX_LEVEL_2_TRUE ELIX_LEVEL_2_FALSE ELIX_LEVEL_3_TRUE ELIX_LEVEL_3_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_4_FALSE USE_LIBTOOL_TRUE USE_LIBTOOL_FALSE OBJEXT oext aext lpfx libm_machine_dir machine_dir sys_dir SED DLLTOOL ac_ct_DLLTOOL OBJDUMP ac_ct_OBJDUMP LIBTOOL CFLAGS CPPFLAGS ac_ct_CC EXEEXT EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO DSYMUTIL ac_ct_DSYMUTIL NMEDIT ac_ct_NMEDIT LIPO ac_ct_LIPO OTOOL ac_ct_OTOOL OTOOL64 ac_ct_OTOOL64 CPP subdirs HAVE_MACHINE_DIR_TRUE HAVE_MACHINE_DIR_FALSE LIBOBJS LTLIBOBJS'
  1.6109 ++ac_subst_vars='SHELL
  1.6110 ++PATH_SEPARATOR
  1.6111 ++PACKAGE_NAME
  1.6112 ++PACKAGE_TARNAME
  1.6113 ++PACKAGE_VERSION
  1.6114 ++PACKAGE_STRING
  1.6115 ++PACKAGE_BUGREPORT
  1.6116 ++exec_prefix
  1.6117 ++prefix
  1.6118 ++program_transform_name
  1.6119 ++bindir
  1.6120 ++sbindir
  1.6121 ++libexecdir
  1.6122 ++datarootdir
  1.6123 ++datadir
  1.6124 ++sysconfdir
  1.6125 ++sharedstatedir
  1.6126 ++localstatedir
  1.6127 ++includedir
  1.6128 ++oldincludedir
  1.6129 ++docdir
  1.6130 ++infodir
  1.6131 ++htmldir
  1.6132 ++dvidir
  1.6133 ++pdfdir
  1.6134 ++psdir
  1.6135 ++libdir
  1.6136 ++localedir
  1.6137 ++mandir
  1.6138 ++DEFS
  1.6139 ++ECHO_C
  1.6140 ++ECHO_N
  1.6141 ++ECHO_T
  1.6142 ++LIBS
  1.6143 ++build_alias
  1.6144 ++host_alias
  1.6145 ++target_alias
  1.6146 ++MAY_SUPPLY_SYSCALLS_TRUE
  1.6147 ++MAY_SUPPLY_SYSCALLS_FALSE
  1.6148 ++newlib_basedir
  1.6149 ++build
  1.6150 ++build_cpu
  1.6151 ++build_vendor
  1.6152 ++build_os
  1.6153 ++host
  1.6154 ++host_cpu
  1.6155 ++host_vendor
  1.6156 ++host_os
  1.6157 ++INSTALL_PROGRAM
  1.6158 ++INSTALL_SCRIPT
  1.6159 ++INSTALL_DATA
  1.6160 ++CYGPATH_W
  1.6161 ++PACKAGE
  1.6162 ++VERSION
  1.6163 ++ACLOCAL
  1.6164 ++AUTOCONF
  1.6165 ++AUTOMAKE
  1.6166 ++AUTOHEADER
  1.6167 ++MAKEINFO
  1.6168 ++install_sh
  1.6169 ++STRIP
  1.6170 ++INSTALL_STRIP_PROGRAM
  1.6171 ++mkdir_p
  1.6172 ++AWK
  1.6173 ++SET_MAKE
  1.6174 ++am__leading_dot
  1.6175 ++AMTAR
  1.6176 ++am__tar
  1.6177 ++am__untar
  1.6178 ++CC
  1.6179 ++DEPDIR
  1.6180 ++am__include
  1.6181 ++am__quote
  1.6182 ++AMDEP_TRUE
  1.6183 ++AMDEP_FALSE
  1.6184 ++AMDEPBACKSLASH
  1.6185 ++CCDEPMODE
  1.6186 ++am__fastdepCC_TRUE
  1.6187 ++am__fastdepCC_FALSE
  1.6188 ++AS
  1.6189 ++AR
  1.6190 ++RANLIB
  1.6191 ++READELF
  1.6192 ++MAINTAINER_MODE_TRUE
  1.6193 ++MAINTAINER_MODE_FALSE
  1.6194 ++MAINT
  1.6195 ++CCAS
  1.6196 ++CCASFLAGS
  1.6197 ++NEWLIB_CFLAGS
  1.6198 ++LDFLAGS
  1.6199 ++ELIX_LEVEL_0_TRUE
  1.6200 ++ELIX_LEVEL_0_FALSE
  1.6201 ++ELIX_LEVEL_1_TRUE
  1.6202 ++ELIX_LEVEL_1_FALSE
  1.6203 ++ELIX_LEVEL_2_TRUE
  1.6204 ++ELIX_LEVEL_2_FALSE
  1.6205 ++ELIX_LEVEL_3_TRUE
  1.6206 ++ELIX_LEVEL_3_FALSE
  1.6207 ++ELIX_LEVEL_4_TRUE
  1.6208 ++ELIX_LEVEL_4_FALSE
  1.6209 ++USE_LIBTOOL_TRUE
  1.6210 ++USE_LIBTOOL_FALSE
  1.6211 ++OBJEXT
  1.6212 ++oext
  1.6213 ++aext
  1.6214 ++lpfx
  1.6215 ++libm_machine_dir
  1.6216 ++machine_dir
  1.6217 ++sys_dir
  1.6218 ++SED
  1.6219 ++DLLTOOL
  1.6220 ++OBJDUMP
  1.6221 ++LIBTOOL
  1.6222 ++CFLAGS
  1.6223 ++CPPFLAGS
  1.6224 ++ac_ct_CC
  1.6225 ++EXEEXT
  1.6226 ++GREP
  1.6227 ++EGREP
  1.6228 ++FGREP
  1.6229 ++LD
  1.6230 ++DUMPBIN
  1.6231 ++ac_ct_DUMPBIN
  1.6232 ++NM
  1.6233 ++LN_S
  1.6234 ++lt_ECHO
  1.6235 ++DSYMUTIL
  1.6236 ++NMEDIT
  1.6237 ++LIPO
  1.6238 ++OTOOL
  1.6239 ++OTOOL64
  1.6240 ++CPP
  1.6241 ++subdirs
  1.6242 ++HAVE_MACHINE_DIR_TRUE
  1.6243 ++HAVE_MACHINE_DIR_FALSE
  1.6244 ++LIBOBJS
  1.6245 ++LTLIBOBJS'
  1.6246 + ac_subst_files=''
  1.6247 ++      ac_precious_vars='build_alias
  1.6248 ++host_alias
  1.6249 ++target_alias
  1.6250 ++CCAS
  1.6251 ++CCASFLAGS
  1.6252 ++CC
  1.6253 ++CFLAGS
  1.6254 ++LDFLAGS
  1.6255 ++LIBS
  1.6256 ++CPPFLAGS
  1.6257 ++CPP'
  1.6258 ++ac_subdirs_all='a29k
  1.6259 ++arm
  1.6260 ++avr32
  1.6261 ++bfin
  1.6262 ++cris
  1.6263 ++crx
  1.6264 ++d10v
  1.6265 ++d30v
  1.6266 ++fr30
  1.6267 ++frv
  1.6268 ++h8300
  1.6269 ++h8500
  1.6270 ++hppa
  1.6271 ++i386
  1.6272 ++i960
  1.6273 ++iq2000
  1.6274 ++lm32
  1.6275 ++m32c
  1.6276 ++m32r
  1.6277 ++m68hc11
  1.6278 ++m68k
  1.6279 ++m88k
  1.6280 ++mep
  1.6281 ++mips
  1.6282 ++mn10200
  1.6283 ++mn10300
  1.6284 ++mt
  1.6285 ++necv70
  1.6286 ++powerpc
  1.6287 ++sh
  1.6288 ++sparc
  1.6289 ++spu
  1.6290 ++tic4x
  1.6291 ++tic80
  1.6292 ++v850
  1.6293 ++w65
  1.6294 ++x86_64
  1.6295 ++xscale
  1.6296 ++xstormy16
  1.6297 ++z8k'
  1.6298 + 
  1.6299 + # Initialize some variables set by options.
  1.6300 + ac_init_help=
  1.6301 +@@ -525,34 +977,48 @@
  1.6302 + # and all the variables that are supposed to be based on exec_prefix
  1.6303 + # by default will actually change.
  1.6304 + # Use braces instead of parens because sh, perl, etc. also accept them.
  1.6305 ++# (The list follows the same order as the GNU Coding Standards.)
  1.6306 + bindir='${exec_prefix}/bin'
  1.6307 + sbindir='${exec_prefix}/sbin'
  1.6308 + libexecdir='${exec_prefix}/libexec'
  1.6309 +-datadir='${prefix}/share'
  1.6310 ++datarootdir='${prefix}/share'
  1.6311 ++datadir='${datarootdir}'
  1.6312 + sysconfdir='${prefix}/etc'
  1.6313 + sharedstatedir='${prefix}/com'
  1.6314 + localstatedir='${prefix}/var'
  1.6315 +-libdir='${exec_prefix}/lib'
  1.6316 + includedir='${prefix}/include'
  1.6317 + oldincludedir='/usr/include'
  1.6318 +-infodir='${prefix}/info'
  1.6319 +-mandir='${prefix}/man'
  1.6320 ++docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1.6321 ++infodir='${datarootdir}/info'
  1.6322 ++htmldir='${docdir}'
  1.6323 ++dvidir='${docdir}'
  1.6324 ++pdfdir='${docdir}'
  1.6325 ++psdir='${docdir}'
  1.6326 ++libdir='${exec_prefix}/lib'
  1.6327 ++localedir='${datarootdir}/locale'
  1.6328 ++mandir='${datarootdir}/man'
  1.6329 + 
  1.6330 + ac_prev=
  1.6331 ++ac_dashdash=
  1.6332 + for ac_option
  1.6333 + do
  1.6334 +   # If the previous option needs an argument, assign it.
  1.6335 +   if test -n "$ac_prev"; then
  1.6336 +-    eval "$ac_prev=\$ac_option"
  1.6337 ++    eval $ac_prev=\$ac_option
  1.6338 +     ac_prev=
  1.6339 +     continue
  1.6340 +   fi
  1.6341 + 
  1.6342 +-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
  1.6343 ++  case $ac_option in
  1.6344 ++  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  1.6345 ++  *)	ac_optarg=yes ;;
  1.6346 ++  esac
  1.6347 + 
  1.6348 +   # Accept the important Cygnus configure options, so we can diagnose typos.
  1.6349 + 
  1.6350 +-  case $ac_option in
  1.6351 ++  case $ac_dashdash$ac_option in
  1.6352 ++  --)
  1.6353 ++    ac_dashdash=yes ;;
  1.6354 + 
  1.6355 +   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  1.6356 +     ac_prev=bindir ;;
  1.6357 +@@ -574,33 +1040,45 @@
  1.6358 +   --config-cache | -C)
  1.6359 +     cache_file=config.cache ;;
  1.6360 + 
  1.6361 +-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  1.6362 ++  -datadir | --datadir | --datadi | --datad)
  1.6363 +     ac_prev=datadir ;;
  1.6364 +-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  1.6365 +-  | --da=*)
  1.6366 ++  -datadir=* | --datadir=* | --datadi=* | --datad=*)
  1.6367 +     datadir=$ac_optarg ;;
  1.6368 + 
  1.6369 ++  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  1.6370 ++  | --dataroo | --dataro | --datar)
  1.6371 ++    ac_prev=datarootdir ;;
  1.6372 ++  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  1.6373 ++  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  1.6374 ++    datarootdir=$ac_optarg ;;
  1.6375 ++
  1.6376 +   -disable-* | --disable-*)
  1.6377 +     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  1.6378 +     # Reject names that are not valid shell variable names.
  1.6379 +-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  1.6380 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.6381 +       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  1.6382 +    { (exit 1); exit 1; }; }
  1.6383 +-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  1.6384 +-    eval "enable_$ac_feature=no" ;;
  1.6385 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  1.6386 ++    eval enable_$ac_feature=no ;;
  1.6387 ++
  1.6388 ++  -docdir | --docdir | --docdi | --doc | --do)
  1.6389 ++    ac_prev=docdir ;;
  1.6390 ++  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  1.6391 ++    docdir=$ac_optarg ;;
  1.6392 ++
  1.6393 ++  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  1.6394 ++    ac_prev=dvidir ;;
  1.6395 ++  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  1.6396 ++    dvidir=$ac_optarg ;;
  1.6397 + 
  1.6398 +   -enable-* | --enable-*)
  1.6399 +     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  1.6400 +     # Reject names that are not valid shell variable names.
  1.6401 +-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  1.6402 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.6403 +       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  1.6404 +    { (exit 1); exit 1; }; }
  1.6405 +-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  1.6406 +-    case $ac_option in
  1.6407 +-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  1.6408 +-      *) ac_optarg=yes ;;
  1.6409 +-    esac
  1.6410 +-    eval "enable_$ac_feature='$ac_optarg'" ;;
  1.6411 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  1.6412 ++    eval enable_$ac_feature=\$ac_optarg ;;
  1.6413 + 
  1.6414 +   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  1.6415 +   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  1.6416 +@@ -627,6 +1105,12 @@
  1.6417 +   -host=* | --host=* | --hos=* | --ho=*)
  1.6418 +     host_alias=$ac_optarg ;;
  1.6419 + 
  1.6420 ++  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  1.6421 ++    ac_prev=htmldir ;;
  1.6422 ++  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  1.6423 ++  | --ht=*)
  1.6424 ++    htmldir=$ac_optarg ;;
  1.6425 ++
  1.6426 +   -includedir | --includedir | --includedi | --included | --include \
  1.6427 +   | --includ | --inclu | --incl | --inc)
  1.6428 +     ac_prev=includedir ;;
  1.6429 +@@ -651,13 +1135,16 @@
  1.6430 +   | --libexe=* | --libex=* | --libe=*)
  1.6431 +     libexecdir=$ac_optarg ;;
  1.6432 + 
  1.6433 ++  -localedir | --localedir | --localedi | --localed | --locale)
  1.6434 ++    ac_prev=localedir ;;
  1.6435 ++  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1.6436 ++    localedir=$ac_optarg ;;
  1.6437 ++
  1.6438 +   -localstatedir | --localstatedir | --localstatedi | --localstated \
  1.6439 +-  | --localstate | --localstat | --localsta | --localst \
  1.6440 +-  | --locals | --local | --loca | --loc | --lo)
  1.6441 ++  | --localstate | --localstat | --localsta | --localst | --locals)
  1.6442 +     ac_prev=localstatedir ;;
  1.6443 +   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  1.6444 +-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  1.6445 +-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  1.6446 ++  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1.6447 +     localstatedir=$ac_optarg ;;
  1.6448 + 
  1.6449 +   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1.6450 +@@ -722,6 +1209,16 @@
  1.6451 +   | --progr-tra=* | --program-tr=* | --program-t=*)
  1.6452 +     program_transform_name=$ac_optarg ;;
  1.6453 + 
  1.6454 ++  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1.6455 ++    ac_prev=pdfdir ;;
  1.6456 ++  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1.6457 ++    pdfdir=$ac_optarg ;;
  1.6458 ++
  1.6459 ++  -psdir | --psdir | --psdi | --psd | --ps)
  1.6460 ++    ac_prev=psdir ;;
  1.6461 ++  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1.6462 ++    psdir=$ac_optarg ;;
  1.6463 ++
  1.6464 +   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.6465 +   | -silent | --silent | --silen | --sile | --sil)
  1.6466 +     silent=yes ;;
  1.6467 +@@ -774,24 +1271,20 @@
  1.6468 +   -with-* | --with-*)
  1.6469 +     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1.6470 +     # Reject names that are not valid shell variable names.
  1.6471 +-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  1.6472 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.6473 +       { echo "$as_me: error: invalid package name: $ac_package" >&2
  1.6474 +    { (exit 1); exit 1; }; }
  1.6475 +-    ac_package=`echo $ac_package| sed 's/-/_/g'`
  1.6476 +-    case $ac_option in
  1.6477 +-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  1.6478 +-      *) ac_optarg=yes ;;
  1.6479 +-    esac
  1.6480 +-    eval "with_$ac_package='$ac_optarg'" ;;
  1.6481 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1.6482 ++    eval with_$ac_package=\$ac_optarg ;;
  1.6483 + 
  1.6484 +   -without-* | --without-*)
  1.6485 +     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1.6486 +     # Reject names that are not valid shell variable names.
  1.6487 +-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  1.6488 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.6489 +       { echo "$as_me: error: invalid package name: $ac_package" >&2
  1.6490 +    { (exit 1); exit 1; }; }
  1.6491 +-    ac_package=`echo $ac_package | sed 's/-/_/g'`
  1.6492 +-    eval "with_$ac_package=no" ;;
  1.6493 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1.6494 ++    eval with_$ac_package=no ;;
  1.6495 + 
  1.6496 +   --x)
  1.6497 +     # Obsolete; use --with-x.
  1.6498 +@@ -822,8 +1315,7 @@
  1.6499 +     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  1.6500 +       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  1.6501 +    { (exit 1); exit 1; }; }
  1.6502 +-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
  1.6503 +-    eval "$ac_envvar='$ac_optarg'"
  1.6504 ++    eval $ac_envvar=\$ac_optarg
  1.6505 +     export $ac_envvar ;;
  1.6506 + 
  1.6507 +   *)
  1.6508 +@@ -843,27 +1335,19 @@
  1.6509 +    { (exit 1); exit 1; }; }
  1.6510 + fi
  1.6511 + 
  1.6512 +-# Be sure to have absolute paths.
  1.6513 +-for ac_var in exec_prefix prefix
  1.6514 +-do
  1.6515 +-  eval ac_val=$`echo $ac_var`
  1.6516 +-  case $ac_val in
  1.6517 +-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
  1.6518 +-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  1.6519 +-   { (exit 1); exit 1; }; };;
  1.6520 +-  esac
  1.6521 +-done
  1.6522 +-
  1.6523 +-# Be sure to have absolute paths.
  1.6524 +-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
  1.6525 +-	      localstatedir libdir includedir oldincludedir infodir mandir
  1.6526 ++# Be sure to have absolute directory names.
  1.6527 ++for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1.6528 ++		datadir sysconfdir sharedstatedir localstatedir includedir \
  1.6529 ++		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1.6530 ++		libdir localedir mandir
  1.6531 + do
  1.6532 +-  eval ac_val=$`echo $ac_var`
  1.6533 ++  eval ac_val=\$$ac_var
  1.6534 +   case $ac_val in
  1.6535 +-    [\\/$]* | ?:[\\/]* ) ;;
  1.6536 +-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  1.6537 +-   { (exit 1); exit 1; }; };;
  1.6538 ++    [\\/$]* | ?:[\\/]* )  continue;;
  1.6539 ++    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1.6540 +   esac
  1.6541 ++  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  1.6542 ++   { (exit 1); exit 1; }; }
  1.6543 + done
  1.6544 + 
  1.6545 + # There might be people who depend on the old broken behavior: `$host'
  1.6546 +@@ -890,82 +1374,76 @@
  1.6547 + test "$silent" = yes && exec 6>/dev/null
  1.6548 + 
  1.6549 + 
  1.6550 ++ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1.6551 ++ac_ls_di=`ls -di .` &&
  1.6552 ++ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1.6553 ++  { echo "$as_me: error: Working directory cannot be determined" >&2
  1.6554 ++   { (exit 1); exit 1; }; }
  1.6555 ++test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1.6556 ++  { echo "$as_me: error: pwd does not report name of working directory" >&2
  1.6557 ++   { (exit 1); exit 1; }; }
  1.6558 ++
  1.6559 ++
  1.6560 + # Find the source files, if location was not specified.
  1.6561 + if test -z "$srcdir"; then
  1.6562 +   ac_srcdir_defaulted=yes
  1.6563 +-  # Try the directory containing this script, then its parent.
  1.6564 +-  ac_confdir=`(dirname "$0") 2>/dev/null ||
  1.6565 ++  # Try the directory containing this script, then the parent directory.
  1.6566 ++  ac_confdir=`$as_dirname -- "$0" ||
  1.6567 + $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.6568 + 	 X"$0" : 'X\(//\)[^/]' \| \
  1.6569 + 	 X"$0" : 'X\(//\)$' \| \
  1.6570 +-	 X"$0" : 'X\(/\)' \| \
  1.6571 +-	 .     : '\(.\)' 2>/dev/null ||
  1.6572 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1.6573 + echo X"$0" |
  1.6574 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.6575 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.6576 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.6577 +-  	  /^X\(\/\).*/{ s//\1/; q; }
  1.6578 +-  	  s/.*/./; q'`
  1.6579 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.6580 ++	    s//\1/
  1.6581 ++	    q
  1.6582 ++	  }
  1.6583 ++	  /^X\(\/\/\)[^/].*/{
  1.6584 ++	    s//\1/
  1.6585 ++	    q
  1.6586 ++	  }
  1.6587 ++	  /^X\(\/\/\)$/{
  1.6588 ++	    s//\1/
  1.6589 ++	    q
  1.6590 ++	  }
  1.6591 ++	  /^X\(\/\).*/{
  1.6592 ++	    s//\1/
  1.6593 ++	    q
  1.6594 ++	  }
  1.6595 ++	  s/.*/./; q'`
  1.6596 +   srcdir=$ac_confdir
  1.6597 +-  if test ! -r $srcdir/$ac_unique_file; then
  1.6598 ++  if test ! -r "$srcdir/$ac_unique_file"; then
  1.6599 +     srcdir=..
  1.6600 +   fi
  1.6601 + else
  1.6602 +   ac_srcdir_defaulted=no
  1.6603 + fi
  1.6604 +-if test ! -r $srcdir/$ac_unique_file; then
  1.6605 +-  if test "$ac_srcdir_defaulted" = yes; then
  1.6606 +-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  1.6607 +-   { (exit 1); exit 1; }; }
  1.6608 +-  else
  1.6609 +-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1.6610 +-   { (exit 1); exit 1; }; }
  1.6611 +-  fi
  1.6612 +-fi
  1.6613 +-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  1.6614 +-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
  1.6615 +-   { (exit 1); exit 1; }; }
  1.6616 +-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
  1.6617 +-ac_env_build_alias_set=${build_alias+set}
  1.6618 +-ac_env_build_alias_value=$build_alias
  1.6619 +-ac_cv_env_build_alias_set=${build_alias+set}
  1.6620 +-ac_cv_env_build_alias_value=$build_alias
  1.6621 +-ac_env_host_alias_set=${host_alias+set}
  1.6622 +-ac_env_host_alias_value=$host_alias
  1.6623 +-ac_cv_env_host_alias_set=${host_alias+set}
  1.6624 +-ac_cv_env_host_alias_value=$host_alias
  1.6625 +-ac_env_target_alias_set=${target_alias+set}
  1.6626 +-ac_env_target_alias_value=$target_alias
  1.6627 +-ac_cv_env_target_alias_set=${target_alias+set}
  1.6628 +-ac_cv_env_target_alias_value=$target_alias
  1.6629 +-ac_env_CCAS_set=${CCAS+set}
  1.6630 +-ac_env_CCAS_value=$CCAS
  1.6631 +-ac_cv_env_CCAS_set=${CCAS+set}
  1.6632 +-ac_cv_env_CCAS_value=$CCAS
  1.6633 +-ac_env_CCASFLAGS_set=${CCASFLAGS+set}
  1.6634 +-ac_env_CCASFLAGS_value=$CCASFLAGS
  1.6635 +-ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
  1.6636 +-ac_cv_env_CCASFLAGS_value=$CCASFLAGS
  1.6637 +-ac_env_CC_set=${CC+set}
  1.6638 +-ac_env_CC_value=$CC
  1.6639 +-ac_cv_env_CC_set=${CC+set}
  1.6640 +-ac_cv_env_CC_value=$CC
  1.6641 +-ac_env_CFLAGS_set=${CFLAGS+set}
  1.6642 +-ac_env_CFLAGS_value=$CFLAGS
  1.6643 +-ac_cv_env_CFLAGS_set=${CFLAGS+set}
  1.6644 +-ac_cv_env_CFLAGS_value=$CFLAGS
  1.6645 +-ac_env_LDFLAGS_set=${LDFLAGS+set}
  1.6646 +-ac_env_LDFLAGS_value=$LDFLAGS
  1.6647 +-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  1.6648 +-ac_cv_env_LDFLAGS_value=$LDFLAGS
  1.6649 +-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  1.6650 +-ac_env_CPPFLAGS_value=$CPPFLAGS
  1.6651 +-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  1.6652 +-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  1.6653 +-ac_env_CPP_set=${CPP+set}
  1.6654 +-ac_env_CPP_value=$CPP
  1.6655 +-ac_cv_env_CPP_set=${CPP+set}
  1.6656 +-ac_cv_env_CPP_value=$CPP
  1.6657 ++if test ! -r "$srcdir/$ac_unique_file"; then
  1.6658 ++  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1.6659 ++  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1.6660 ++   { (exit 1); exit 1; }; }
  1.6661 ++fi
  1.6662 ++ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1.6663 ++ac_abs_confdir=`(
  1.6664 ++	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
  1.6665 ++   { (exit 1); exit 1; }; }
  1.6666 ++	pwd)`
  1.6667 ++# When building in place, set srcdir=.
  1.6668 ++if test "$ac_abs_confdir" = "$ac_pwd"; then
  1.6669 ++  srcdir=.
  1.6670 ++fi
  1.6671 ++# Remove unnecessary trailing slashes from srcdir.
  1.6672 ++# Double slashes in file names in object file debugging info
  1.6673 ++# mess up M-x gdb in Emacs.
  1.6674 ++case $srcdir in
  1.6675 ++*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1.6676 ++esac
  1.6677 ++for ac_var in $ac_precious_vars; do
  1.6678 ++  eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1.6679 ++  eval ac_env_${ac_var}_value=\$${ac_var}
  1.6680 ++  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1.6681 ++  eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1.6682 ++done
  1.6683 + 
  1.6684 + #
  1.6685 + # Report the --help message.
  1.6686 +@@ -994,9 +1472,6 @@
  1.6687 +   -n, --no-create         do not create output files
  1.6688 +       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  1.6689 + 
  1.6690 +-_ACEOF
  1.6691 +-
  1.6692 +-  cat <<_ACEOF
  1.6693 + Installation directories:
  1.6694 +   --prefix=PREFIX         install architecture-independent files in PREFIX
  1.6695 + 			  [$ac_default_prefix]
  1.6696 +@@ -1014,15 +1489,22 @@
  1.6697 +   --bindir=DIR           user executables [EPREFIX/bin]
  1.6698 +   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  1.6699 +   --libexecdir=DIR       program executables [EPREFIX/libexec]
  1.6700 +-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  1.6701 +   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  1.6702 +   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  1.6703 +   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  1.6704 +   --libdir=DIR           object code libraries [EPREFIX/lib]
  1.6705 +   --includedir=DIR       C header files [PREFIX/include]
  1.6706 +   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  1.6707 +-  --infodir=DIR          info documentation [PREFIX/info]
  1.6708 +-  --mandir=DIR           man documentation [PREFIX/man]
  1.6709 ++  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  1.6710 ++  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  1.6711 ++  --infodir=DIR          info documentation [DATAROOTDIR/info]
  1.6712 ++  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  1.6713 ++  --mandir=DIR           man documentation [DATAROOTDIR/man]
  1.6714 ++  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
  1.6715 ++  --htmldir=DIR          html documentation [DOCDIR]
  1.6716 ++  --dvidir=DIR           dvi documentation [DOCDIR]
  1.6717 ++  --pdfdir=DIR           pdf documentation [DOCDIR]
  1.6718 ++  --psdir=DIR            ps documentation [DOCDIR]
  1.6719 + _ACEOF
  1.6720 + 
  1.6721 +   cat <<\_ACEOF
  1.6722 +@@ -1059,10 +1541,8 @@
  1.6723 +   --enable-dependency-tracking   do not reject slow dependency extractors
  1.6724 +   --enable-maintainer-mode  enable make rules and dependencies not useful
  1.6725 + 			  (and sometimes confusing) to the casual installer
  1.6726 +-  --enable-shared[=PKGS]
  1.6727 +-                          build shared libraries [default=yes]
  1.6728 +-  --enable-static[=PKGS]
  1.6729 +-                          build static libraries [default=yes]
  1.6730 ++  --enable-shared[=PKGS]  build shared libraries [default=yes]
  1.6731 ++  --enable-static[=PKGS]  build static libraries [default=yes]
  1.6732 +   --enable-fast-install[=PKGS]
  1.6733 +                           optimize for fast installation [default=yes]
  1.6734 +   --disable-libtool-lock  avoid locking (might break parallel builds)
  1.6735 +@@ -1081,128 +1561,95 @@
  1.6736 +   CFLAGS      C compiler flags
  1.6737 +   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  1.6738 +               nonstandard directory <lib dir>
  1.6739 +-  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  1.6740 +-              headers in a nonstandard directory <include dir>
  1.6741 ++  LIBS        libraries to pass to the linker, e.g. -l<library>
  1.6742 ++  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  1.6743 ++              you have headers in a nonstandard directory <include dir>
  1.6744 +   CPP         C preprocessor
  1.6745 + 
  1.6746 + Use these variables to override the choices made by `configure' or to help
  1.6747 + it to find libraries and programs with nonstandard names/locations.
  1.6748 + 
  1.6749 + _ACEOF
  1.6750 ++ac_status=$?
  1.6751 + fi
  1.6752 + 
  1.6753 + if test "$ac_init_help" = "recursive"; then
  1.6754 +   # If there are subdirs, report their specific --help.
  1.6755 +-  ac_popdir=`pwd`
  1.6756 +   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1.6757 +-    test -d $ac_dir || continue
  1.6758 ++    test -d "$ac_dir" || continue
  1.6759 +     ac_builddir=.
  1.6760 + 
  1.6761 +-if test "$ac_dir" != .; then
  1.6762 ++case "$ac_dir" in
  1.6763 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.6764 ++*)
  1.6765 +   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1.6766 +-  # A "../" for each directory in $ac_dir_suffix.
  1.6767 +-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  1.6768 +-else
  1.6769 +-  ac_dir_suffix= ac_top_builddir=
  1.6770 +-fi
  1.6771 ++  # A ".." for each directory in $ac_dir_suffix.
  1.6772 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  1.6773 ++  case $ac_top_builddir_sub in
  1.6774 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.6775 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1.6776 ++  esac ;;
  1.6777 ++esac
  1.6778 ++ac_abs_top_builddir=$ac_pwd
  1.6779 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1.6780 ++# for backward compatibility:
  1.6781 ++ac_top_builddir=$ac_top_build_prefix
  1.6782 + 
  1.6783 + case $srcdir in
  1.6784 +-  .)  # No --srcdir option.  We are building in place.
  1.6785 ++  .)  # We are building in place.
  1.6786 +     ac_srcdir=.
  1.6787 +-    if test -z "$ac_top_builddir"; then
  1.6788 +-       ac_top_srcdir=.
  1.6789 +-    else
  1.6790 +-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  1.6791 +-    fi ;;
  1.6792 +-  [\\/]* | ?:[\\/]* )  # Absolute path.
  1.6793 ++    ac_top_srcdir=$ac_top_builddir_sub
  1.6794 ++    ac_abs_top_srcdir=$ac_pwd ;;
  1.6795 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
  1.6796 +     ac_srcdir=$srcdir$ac_dir_suffix;
  1.6797 +-    ac_top_srcdir=$srcdir ;;
  1.6798 +-  *) # Relative path.
  1.6799 +-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  1.6800 +-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
  1.6801 +-esac
  1.6802 +-
  1.6803 +-# Do not use `cd foo && pwd` to compute absolute paths, because
  1.6804 +-# the directories may not exist.
  1.6805 +-case `pwd` in
  1.6806 +-.) ac_abs_builddir="$ac_dir";;
  1.6807 +-*)
  1.6808 +-  case "$ac_dir" in
  1.6809 +-  .) ac_abs_builddir=`pwd`;;
  1.6810 +-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
  1.6811 +-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
  1.6812 +-  esac;;
  1.6813 +-esac
  1.6814 +-case $ac_abs_builddir in
  1.6815 +-.) ac_abs_top_builddir=${ac_top_builddir}.;;
  1.6816 +-*)
  1.6817 +-  case ${ac_top_builddir}. in
  1.6818 +-  .) ac_abs_top_builddir=$ac_abs_builddir;;
  1.6819 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  1.6820 +-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  1.6821 +-  esac;;
  1.6822 +-esac
  1.6823 +-case $ac_abs_builddir in
  1.6824 +-.) ac_abs_srcdir=$ac_srcdir;;
  1.6825 +-*)
  1.6826 +-  case $ac_srcdir in
  1.6827 +-  .) ac_abs_srcdir=$ac_abs_builddir;;
  1.6828 +-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
  1.6829 +-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  1.6830 +-  esac;;
  1.6831 +-esac
  1.6832 +-case $ac_abs_builddir in
  1.6833 +-.) ac_abs_top_srcdir=$ac_top_srcdir;;
  1.6834 +-*)
  1.6835 +-  case $ac_top_srcdir in
  1.6836 +-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
  1.6837 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  1.6838 +-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  1.6839 +-  esac;;
  1.6840 ++    ac_top_srcdir=$srcdir
  1.6841 ++    ac_abs_top_srcdir=$srcdir ;;
  1.6842 ++  *) # Relative name.
  1.6843 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1.6844 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
  1.6845 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1.6846 + esac
  1.6847 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1.6848 + 
  1.6849 +-    cd $ac_dir
  1.6850 +-    # Check for guested configure; otherwise get Cygnus style configure.
  1.6851 +-    if test -f $ac_srcdir/configure.gnu; then
  1.6852 +-      echo
  1.6853 +-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
  1.6854 +-    elif test -f $ac_srcdir/configure; then
  1.6855 +-      echo
  1.6856 +-      $SHELL $ac_srcdir/configure  --help=recursive
  1.6857 +-    elif test -f $ac_srcdir/configure.ac ||
  1.6858 +-	   test -f $ac_srcdir/configure.in; then
  1.6859 +-      echo
  1.6860 +-      $ac_configure --help
  1.6861 ++    cd "$ac_dir" || { ac_status=$?; continue; }
  1.6862 ++    # Check for guested configure.
  1.6863 ++    if test -f "$ac_srcdir/configure.gnu"; then
  1.6864 ++      echo &&
  1.6865 ++      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1.6866 ++    elif test -f "$ac_srcdir/configure"; then
  1.6867 ++      echo &&
  1.6868 ++      $SHELL "$ac_srcdir/configure" --help=recursive
  1.6869 +     else
  1.6870 +       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1.6871 +-    fi
  1.6872 +-    cd $ac_popdir
  1.6873 ++    fi || ac_status=$?
  1.6874 ++    cd "$ac_pwd" || { ac_status=$?; break; }
  1.6875 +   done
  1.6876 + fi
  1.6877 + 
  1.6878 +-test -n "$ac_init_help" && exit 0
  1.6879 ++test -n "$ac_init_help" && exit $ac_status
  1.6880 + if $ac_init_version; then
  1.6881 +   cat <<\_ACEOF
  1.6882 + newlib configure 1.17.0
  1.6883 +-generated by GNU Autoconf 2.59
  1.6884 ++generated by GNU Autoconf 2.61
  1.6885 + 
  1.6886 +-Copyright (C) 2003 Free Software Foundation, Inc.
  1.6887 ++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1.6888 ++2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1.6889 + This configure script is free software; the Free Software Foundation
  1.6890 + gives unlimited permission to copy, distribute and modify it.
  1.6891 + _ACEOF
  1.6892 +-  exit 0
  1.6893 ++  exit
  1.6894 + fi
  1.6895 +-exec 5>config.log
  1.6896 +-cat >&5 <<_ACEOF
  1.6897 ++cat >config.log <<_ACEOF
  1.6898 + This file contains any messages produced by compilers while
  1.6899 + running configure, to aid debugging if configure makes a mistake.
  1.6900 + 
  1.6901 + It was created by newlib $as_me 1.17.0, which was
  1.6902 +-generated by GNU Autoconf 2.59.  Invocation command line was
  1.6903 ++generated by GNU Autoconf 2.61.  Invocation command line was
  1.6904 + 
  1.6905 +   $ $0 $@
  1.6906 + 
  1.6907 + _ACEOF
  1.6908 ++exec 5>>config.log
  1.6909 + {
  1.6910 + cat <<_ASUNAME
  1.6911 + ## --------- ##
  1.6912 +@@ -1221,7 +1668,7 @@
  1.6913 + /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1.6914 + /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1.6915 + /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1.6916 +-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  1.6917 ++/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  1.6918 + /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1.6919 + /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1.6920 + /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1.6921 +@@ -1235,6 +1682,7 @@
  1.6922 +   test -z "$as_dir" && as_dir=.
  1.6923 +   echo "PATH: $as_dir"
  1.6924 + done
  1.6925 ++IFS=$as_save_IFS
  1.6926 + 
  1.6927 + } >&5
  1.6928 + 
  1.6929 +@@ -1256,7 +1704,6 @@
  1.6930 + ac_configure_args=
  1.6931 + ac_configure_args0=
  1.6932 + ac_configure_args1=
  1.6933 +-ac_sep=
  1.6934 + ac_must_keep_next=false
  1.6935 + for ac_pass in 1 2
  1.6936 + do
  1.6937 +@@ -1267,7 +1714,7 @@
  1.6938 +     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.6939 +     | -silent | --silent | --silen | --sile | --sil)
  1.6940 +       continue ;;
  1.6941 +-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1.6942 ++    *\'*)
  1.6943 +       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.6944 +     esac
  1.6945 +     case $ac_pass in
  1.6946 +@@ -1289,9 +1736,7 @@
  1.6947 + 	  -* ) ac_must_keep_next=true ;;
  1.6948 + 	esac
  1.6949 +       fi
  1.6950 +-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  1.6951 +-      # Get rid of the leading space.
  1.6952 +-      ac_sep=" "
  1.6953 ++      ac_configure_args="$ac_configure_args '$ac_arg'"
  1.6954 +       ;;
  1.6955 +     esac
  1.6956 +   done
  1.6957 +@@ -1302,8 +1747,8 @@
  1.6958 + # When interrupted or exit'd, cleanup temporary files, and complete
  1.6959 + # config.log.  We remove comments because anyway the quotes in there
  1.6960 + # would cause problems or look ugly.
  1.6961 +-# WARNING: Be sure not to use single quotes in there, as some shells,
  1.6962 +-# such as our DU 5.0 friend, will then `close' the trap.
  1.6963 ++# WARNING: Use '\'' to represent an apostrophe within the trap.
  1.6964 ++# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  1.6965 + trap 'exit_status=$?
  1.6966 +   # Save into config.log some information that might help in debugging.
  1.6967 +   {
  1.6968 +@@ -1316,20 +1761,34 @@
  1.6969 + _ASBOX
  1.6970 +     echo
  1.6971 +     # The following way of writing the cache mishandles newlines in values,
  1.6972 +-{
  1.6973 ++(
  1.6974 ++  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  1.6975 ++    eval ac_val=\$$ac_var
  1.6976 ++    case $ac_val in #(
  1.6977 ++    *${as_nl}*)
  1.6978 ++      case $ac_var in #(
  1.6979 ++      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1.6980 ++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1.6981 ++      esac
  1.6982 ++      case $ac_var in #(
  1.6983 ++      _ | IFS | as_nl) ;; #(
  1.6984 ++      *) $as_unset $ac_var ;;
  1.6985 ++      esac ;;
  1.6986 ++    esac
  1.6987 ++  done
  1.6988 +   (set) 2>&1 |
  1.6989 +-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  1.6990 +-    *ac_space=\ *)
  1.6991 ++    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  1.6992 ++    *${as_nl}ac_space=\ *)
  1.6993 +       sed -n \
  1.6994 +-	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
  1.6995 +-	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
  1.6996 +-      ;;
  1.6997 ++	"s/'\''/'\''\\\\'\'''\''/g;
  1.6998 ++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  1.6999 ++      ;; #(
  1.7000 +     *)
  1.7001 +-      sed -n \
  1.7002 +-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  1.7003 ++      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1.7004 +       ;;
  1.7005 +-    esac;
  1.7006 +-}
  1.7007 ++    esac |
  1.7008 ++    sort
  1.7009 ++)
  1.7010 +     echo
  1.7011 + 
  1.7012 +     cat <<\_ASBOX
  1.7013 +@@ -1340,22 +1799,28 @@
  1.7014 +     echo
  1.7015 +     for ac_var in $ac_subst_vars
  1.7016 +     do
  1.7017 +-      eval ac_val=$`echo $ac_var`
  1.7018 +-      echo "$ac_var='"'"'$ac_val'"'"'"
  1.7019 ++      eval ac_val=\$$ac_var
  1.7020 ++      case $ac_val in
  1.7021 ++      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.7022 ++      esac
  1.7023 ++      echo "$ac_var='\''$ac_val'\''"
  1.7024 +     done | sort
  1.7025 +     echo
  1.7026 + 
  1.7027 +     if test -n "$ac_subst_files"; then
  1.7028 +       cat <<\_ASBOX
  1.7029 +-## ------------- ##
  1.7030 +-## Output files. ##
  1.7031 +-## ------------- ##
  1.7032 ++## ------------------- ##
  1.7033 ++## File substitutions. ##
  1.7034 ++## ------------------- ##
  1.7035 + _ASBOX
  1.7036 +       echo
  1.7037 +       for ac_var in $ac_subst_files
  1.7038 +       do
  1.7039 +-	eval ac_val=$`echo $ac_var`
  1.7040 +-	echo "$ac_var='"'"'$ac_val'"'"'"
  1.7041 ++	eval ac_val=\$$ac_var
  1.7042 ++	case $ac_val in
  1.7043 ++	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.7044 ++	esac
  1.7045 ++	echo "$ac_var='\''$ac_val'\''"
  1.7046 +       done | sort
  1.7047 +       echo
  1.7048 +     fi
  1.7049 +@@ -1367,26 +1832,24 @@
  1.7050 + ## ----------- ##
  1.7051 + _ASBOX
  1.7052 +       echo
  1.7053 +-      sed "/^$/d" confdefs.h | sort
  1.7054 ++      cat confdefs.h
  1.7055 +       echo
  1.7056 +     fi
  1.7057 +     test "$ac_signal" != 0 &&
  1.7058 +       echo "$as_me: caught signal $ac_signal"
  1.7059 +     echo "$as_me: exit $exit_status"
  1.7060 +   } >&5
  1.7061 +-  rm -f core *.core &&
  1.7062 +-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1.7063 ++  rm -f core *.core core.conftest.* &&
  1.7064 ++    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  1.7065 +     exit $exit_status
  1.7066 +-     ' 0
  1.7067 ++' 0
  1.7068 + for ac_signal in 1 2 13 15; do
  1.7069 +   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1.7070 + done
  1.7071 + ac_signal=0
  1.7072 + 
  1.7073 + # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1.7074 +-rm -rf conftest* confdefs.h
  1.7075 +-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1.7076 +-echo >confdefs.h
  1.7077 ++rm -f -r conftest* confdefs.h
  1.7078 + 
  1.7079 + # Predefined preprocessor variables.
  1.7080 + 
  1.7081 +@@ -1417,14 +1880,17 @@
  1.7082 + 
  1.7083 + # Let the site file select an alternate cache file if it wants to.
  1.7084 + # Prefer explicitly selected file to automatically selected ones.
  1.7085 +-if test -z "$CONFIG_SITE"; then
  1.7086 +-  if test "x$prefix" != xNONE; then
  1.7087 +-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1.7088 +-  else
  1.7089 +-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1.7090 +-  fi
  1.7091 ++if test -n "$CONFIG_SITE"; then
  1.7092 ++  set x "$CONFIG_SITE"
  1.7093 ++elif test "x$prefix" != xNONE; then
  1.7094 ++  set x "$prefix/share/config.site" "$prefix/etc/config.site"
  1.7095 ++else
  1.7096 ++  set x "$ac_default_prefix/share/config.site" \
  1.7097 ++	"$ac_default_prefix/etc/config.site"
  1.7098 + fi
  1.7099 +-for ac_site_file in $CONFIG_SITE; do
  1.7100 ++shift
  1.7101 ++for ac_site_file
  1.7102 ++do
  1.7103 +   if test -r "$ac_site_file"; then
  1.7104 +     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1.7105 + echo "$as_me: loading site script $ac_site_file" >&6;}
  1.7106 +@@ -1440,8 +1906,8 @@
  1.7107 +     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1.7108 + echo "$as_me: loading cache $cache_file" >&6;}
  1.7109 +     case $cache_file in
  1.7110 +-      [\\/]* | ?:[\\/]* ) . $cache_file;;
  1.7111 +-      *)                      . ./$cache_file;;
  1.7112 ++      [\\/]* | ?:[\\/]* ) . "$cache_file";;
  1.7113 ++      *)                      . "./$cache_file";;
  1.7114 +     esac
  1.7115 +   fi
  1.7116 + else
  1.7117 +@@ -1453,12 +1919,11 @@
  1.7118 + # Check that the precious variables saved in the cache have kept the same
  1.7119 + # value.
  1.7120 + ac_cache_corrupted=false
  1.7121 +-for ac_var in `(set) 2>&1 |
  1.7122 +-	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
  1.7123 ++for ac_var in $ac_precious_vars; do
  1.7124 +   eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1.7125 +   eval ac_new_set=\$ac_env_${ac_var}_set
  1.7126 +-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  1.7127 +-  eval ac_new_val="\$ac_env_${ac_var}_value"
  1.7128 ++  eval ac_old_val=\$ac_cv_env_${ac_var}_value
  1.7129 ++  eval ac_new_val=\$ac_env_${ac_var}_value
  1.7130 +   case $ac_old_set,$ac_new_set in
  1.7131 +     set,)
  1.7132 +       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1.7133 +@@ -1483,8 +1948,7 @@
  1.7134 +   # Pass precious variables to config.status.
  1.7135 +   if test "$ac_new_set" = set; then
  1.7136 +     case $ac_new_val in
  1.7137 +-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1.7138 +-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.7139 ++    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.7140 +     *) ac_arg=$ac_var=$ac_new_val ;;
  1.7141 +     esac
  1.7142 +     case " $ac_configure_args " in
  1.7143 +@@ -1501,12 +1965,6 @@
  1.7144 +    { (exit 1); exit 1; }; }
  1.7145 + fi
  1.7146 + 
  1.7147 +-ac_ext=c
  1.7148 +-ac_cpp='$CPP $CPPFLAGS'
  1.7149 +-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.7150 +-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.7151 +-ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.7152 +-
  1.7153 + 
  1.7154 + 
  1.7155 + 
  1.7156 +@@ -1531,67 +1989,92 @@
  1.7157 + 
  1.7158 + 
  1.7159 + 
  1.7160 ++ac_ext=c
  1.7161 ++ac_cpp='$CPP $CPPFLAGS'
  1.7162 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.7163 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.7164 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.7165 + 
  1.7166 + 
  1.7167 + 
  1.7168 + 
  1.7169 + ac_aux_dir=
  1.7170 +-for ac_dir in ../../.. $srcdir/../../..; do
  1.7171 +-  if test -f $ac_dir/install-sh; then
  1.7172 ++for ac_dir in ../../.. "$srcdir"/../../..; do
  1.7173 ++  if test -f "$ac_dir/install-sh"; then
  1.7174 +     ac_aux_dir=$ac_dir
  1.7175 +     ac_install_sh="$ac_aux_dir/install-sh -c"
  1.7176 +     break
  1.7177 +-  elif test -f $ac_dir/install.sh; then
  1.7178 ++  elif test -f "$ac_dir/install.sh"; then
  1.7179 +     ac_aux_dir=$ac_dir
  1.7180 +     ac_install_sh="$ac_aux_dir/install.sh -c"
  1.7181 +     break
  1.7182 +-  elif test -f $ac_dir/shtool; then
  1.7183 ++  elif test -f "$ac_dir/shtool"; then
  1.7184 +     ac_aux_dir=$ac_dir
  1.7185 +     ac_install_sh="$ac_aux_dir/shtool install -c"
  1.7186 +     break
  1.7187 +   fi
  1.7188 + done
  1.7189 + if test -z "$ac_aux_dir"; then
  1.7190 +-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&5
  1.7191 +-echo "$as_me: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&2;}
  1.7192 ++  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&5
  1.7193 ++echo "$as_me: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&2;}
  1.7194 +    { (exit 1); exit 1; }; }
  1.7195 + fi
  1.7196 +-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  1.7197 +-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  1.7198 +-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  1.7199 ++
  1.7200 ++# These three variables are undocumented and unsupported,
  1.7201 ++# and are intended to be withdrawn in a future Autoconf release.
  1.7202 ++# They can cause serious problems if a builder's source tree is in a directory
  1.7203 ++# whose full name contains unusual characters.
  1.7204 ++ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  1.7205 ++ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  1.7206 ++ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  1.7207 ++
  1.7208 + 
  1.7209 + 
  1.7210 + 
  1.7211 + # Make sure we can run config.sub.
  1.7212 +-$ac_config_sub sun4 >/dev/null 2>&1 ||
  1.7213 +-  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
  1.7214 +-echo "$as_me: error: cannot run $ac_config_sub" >&2;}
  1.7215 ++$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  1.7216 ++  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
  1.7217 ++echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
  1.7218 +    { (exit 1); exit 1; }; }
  1.7219 + 
  1.7220 +-echo "$as_me:$LINENO: checking build system type" >&5
  1.7221 +-echo $ECHO_N "checking build system type... $ECHO_C" >&6
  1.7222 ++{ echo "$as_me:$LINENO: checking build system type" >&5
  1.7223 ++echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
  1.7224 + if test "${ac_cv_build+set}" = set; then
  1.7225 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7226 + else
  1.7227 +-  ac_cv_build_alias=$build_alias
  1.7228 +-test -z "$ac_cv_build_alias" &&
  1.7229 +-  ac_cv_build_alias=`$ac_config_guess`
  1.7230 +-test -z "$ac_cv_build_alias" &&
  1.7231 ++  ac_build_alias=$build_alias
  1.7232 ++test "x$ac_build_alias" = x &&
  1.7233 ++  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  1.7234 ++test "x$ac_build_alias" = x &&
  1.7235 +   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  1.7236 + echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  1.7237 +    { (exit 1); exit 1; }; }
  1.7238 +-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  1.7239 +-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
  1.7240 +-echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
  1.7241 ++ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  1.7242 ++  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
  1.7243 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
  1.7244 +    { (exit 1); exit 1; }; }
  1.7245 + 
  1.7246 + fi
  1.7247 +-echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  1.7248 +-echo "${ECHO_T}$ac_cv_build" >&6
  1.7249 ++{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  1.7250 ++echo "${ECHO_T}$ac_cv_build" >&6; }
  1.7251 ++case $ac_cv_build in
  1.7252 ++*-*-*) ;;
  1.7253 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
  1.7254 ++echo "$as_me: error: invalid value of canonical build" >&2;}
  1.7255 ++   { (exit 1); exit 1; }; };;
  1.7256 ++esac
  1.7257 + build=$ac_cv_build
  1.7258 +-build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  1.7259 +-build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  1.7260 +-build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  1.7261 ++ac_save_IFS=$IFS; IFS='-'
  1.7262 ++set x $ac_cv_build
  1.7263 ++shift
  1.7264 ++build_cpu=$1
  1.7265 ++build_vendor=$2
  1.7266 ++shift; shift
  1.7267 ++# Remember, the first character of IFS is used to create $*,
  1.7268 ++# except with old shells:
  1.7269 ++build_os=$*
  1.7270 ++IFS=$ac_save_IFS
  1.7271 ++case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  1.7272 + 
  1.7273 + 
  1.7274 + am__api_version="1.9"
  1.7275 +@@ -1608,8 +2091,8 @@
  1.7276 + # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1.7277 + # OS/2's system install, which has a completely different semantic
  1.7278 + # ./install, which can be erroneously created by make from ./install.sh.
  1.7279 +-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1.7280 +-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  1.7281 ++{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1.7282 ++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  1.7283 + if test -z "$INSTALL"; then
  1.7284 + if test "${ac_cv_path_install+set}" = set; then
  1.7285 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7286 +@@ -1631,7 +2114,7 @@
  1.7287 +     # by default.
  1.7288 +     for ac_prog in ginstall scoinst install; do
  1.7289 +       for ac_exec_ext in '' $ac_executable_extensions; do
  1.7290 +-	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1.7291 ++	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  1.7292 + 	  if test $ac_prog = install &&
  1.7293 + 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.7294 + 	    # AIX install.  It has an incompatible calling convention.
  1.7295 +@@ -1650,21 +2133,22 @@
  1.7296 +     ;;
  1.7297 + esac
  1.7298 + done
  1.7299 ++IFS=$as_save_IFS
  1.7300 + 
  1.7301 + 
  1.7302 + fi
  1.7303 +   if test "${ac_cv_path_install+set}" = set; then
  1.7304 +     INSTALL=$ac_cv_path_install
  1.7305 +   else
  1.7306 +-    # As a last resort, use the slow shell script.  We don't cache a
  1.7307 +-    # path for INSTALL within a source directory, because that will
  1.7308 ++    # As a last resort, use the slow shell script.  Don't cache a
  1.7309 ++    # value for INSTALL within a source directory, because that will
  1.7310 +     # break other packages using the cache if that directory is
  1.7311 +-    # removed, or if the path is relative.
  1.7312 ++    # removed, or if the value is a relative name.
  1.7313 +     INSTALL=$ac_install_sh
  1.7314 +   fi
  1.7315 + fi
  1.7316 +-echo "$as_me:$LINENO: result: $INSTALL" >&5
  1.7317 +-echo "${ECHO_T}$INSTALL" >&6
  1.7318 ++{ echo "$as_me:$LINENO: result: $INSTALL" >&5
  1.7319 ++echo "${ECHO_T}$INSTALL" >&6; }
  1.7320 + 
  1.7321 + # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1.7322 + # It thinks the first close brace ends the variable substitution.
  1.7323 +@@ -1674,8 +2158,8 @@
  1.7324 + 
  1.7325 + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1.7326 + 
  1.7327 +-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1.7328 +-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  1.7329 ++{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1.7330 ++echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
  1.7331 + # Just in case
  1.7332 + sleep 1
  1.7333 + echo timestamp > conftest.file
  1.7334 +@@ -1717,20 +2201,20 @@
  1.7335 + Check your system clock" >&2;}
  1.7336 +    { (exit 1); exit 1; }; }
  1.7337 + fi
  1.7338 +-echo "$as_me:$LINENO: result: yes" >&5
  1.7339 +-echo "${ECHO_T}yes" >&6
  1.7340 ++{ echo "$as_me:$LINENO: result: yes" >&5
  1.7341 ++echo "${ECHO_T}yes" >&6; }
  1.7342 + test "$program_prefix" != NONE &&
  1.7343 +-  program_transform_name="s,^,$program_prefix,;$program_transform_name"
  1.7344 ++  program_transform_name="s&^&$program_prefix&;$program_transform_name"
  1.7345 + # Use a double $ so make ignores it.
  1.7346 + test "$program_suffix" != NONE &&
  1.7347 +-  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
  1.7348 ++  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  1.7349 + # Double any \ or $.  echo might interpret backslashes.
  1.7350 + # By default was `s,x,x', remove it if useless.
  1.7351 + cat <<\_ACEOF >conftest.sed
  1.7352 + s/[\\$]/&&/g;s/;s,x,x,$//
  1.7353 + _ACEOF
  1.7354 + program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1.7355 +-rm conftest.sed
  1.7356 ++rm -f conftest.sed
  1.7357 + 
  1.7358 + # expand $ac_aux_dir to an absolute path
  1.7359 + am_aux_dir=`cd $ac_aux_dir && pwd`
  1.7360 +@@ -1782,8 +2266,8 @@
  1.7361 + do
  1.7362 +   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1.7363 + set dummy $ac_prog; ac_word=$2
  1.7364 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7365 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.7366 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7367 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.7368 + if test "${ac_cv_prog_AWK+set}" = set; then
  1.7369 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7370 + else
  1.7371 +@@ -1796,54 +2280,57 @@
  1.7372 +   IFS=$as_save_IFS
  1.7373 +   test -z "$as_dir" && as_dir=.
  1.7374 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.7375 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.7376 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.7377 +     ac_cv_prog_AWK="$ac_prog"
  1.7378 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.7379 +     break 2
  1.7380 +   fi
  1.7381 + done
  1.7382 + done
  1.7383 ++IFS=$as_save_IFS
  1.7384 + 
  1.7385 + fi
  1.7386 + fi
  1.7387 + AWK=$ac_cv_prog_AWK
  1.7388 + if test -n "$AWK"; then
  1.7389 +-  echo "$as_me:$LINENO: result: $AWK" >&5
  1.7390 +-echo "${ECHO_T}$AWK" >&6
  1.7391 ++  { echo "$as_me:$LINENO: result: $AWK" >&5
  1.7392 ++echo "${ECHO_T}$AWK" >&6; }
  1.7393 + else
  1.7394 +-  echo "$as_me:$LINENO: result: no" >&5
  1.7395 +-echo "${ECHO_T}no" >&6
  1.7396 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.7397 ++echo "${ECHO_T}no" >&6; }
  1.7398 + fi
  1.7399 + 
  1.7400 ++
  1.7401 +   test -n "$AWK" && break
  1.7402 + done
  1.7403 + 
  1.7404 +-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1.7405 +-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
  1.7406 +-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
  1.7407 +-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
  1.7408 ++{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1.7409 ++echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
  1.7410 ++set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  1.7411 ++if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
  1.7412 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7413 + else
  1.7414 +   cat >conftest.make <<\_ACEOF
  1.7415 ++SHELL = /bin/sh
  1.7416 + all:
  1.7417 +-	@echo 'ac_maketemp="$(MAKE)"'
  1.7418 ++	@echo '@@@%%%=$(MAKE)=@@@%%%'
  1.7419 + _ACEOF
  1.7420 + # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1.7421 +-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  1.7422 +-if test -n "$ac_maketemp"; then
  1.7423 +-  eval ac_cv_prog_make_${ac_make}_set=yes
  1.7424 +-else
  1.7425 +-  eval ac_cv_prog_make_${ac_make}_set=no
  1.7426 +-fi
  1.7427 ++case `${MAKE-make} -f conftest.make 2>/dev/null` in
  1.7428 ++  *@@@%%%=?*=@@@%%%*)
  1.7429 ++    eval ac_cv_prog_make_${ac_make}_set=yes;;
  1.7430 ++  *)
  1.7431 ++    eval ac_cv_prog_make_${ac_make}_set=no;;
  1.7432 ++esac
  1.7433 + rm -f conftest.make
  1.7434 + fi
  1.7435 +-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  1.7436 +-  echo "$as_me:$LINENO: result: yes" >&5
  1.7437 +-echo "${ECHO_T}yes" >&6
  1.7438 ++if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  1.7439 ++  { echo "$as_me:$LINENO: result: yes" >&5
  1.7440 ++echo "${ECHO_T}yes" >&6; }
  1.7441 +   SET_MAKE=
  1.7442 + else
  1.7443 +-  echo "$as_me:$LINENO: result: no" >&5
  1.7444 +-echo "${ECHO_T}no" >&6
  1.7445 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.7446 ++echo "${ECHO_T}no" >&6; }
  1.7447 +   SET_MAKE="MAKE=${MAKE-make}"
  1.7448 + fi
  1.7449 + 
  1.7450 +@@ -1858,7 +2345,7 @@
  1.7451 + 
  1.7452 + DEPDIR="${am__leading_dot}deps"
  1.7453 + 
  1.7454 +-          ac_config_commands="$ac_config_commands depfiles"
  1.7455 ++ac_config_commands="$ac_config_commands depfiles"
  1.7456 + 
  1.7457 + 
  1.7458 + am_make=${MAKE-make}
  1.7459 +@@ -1868,8 +2355,8 @@
  1.7460 + .PHONY: am__doit
  1.7461 + END
  1.7462 + # If we don't find an include directive, just comment out the code.
  1.7463 +-echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  1.7464 +-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
  1.7465 ++{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  1.7466 ++echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
  1.7467 + am__include="#"
  1.7468 + am__quote=
  1.7469 + _am_result=none
  1.7470 +@@ -1896,15 +2383,15 @@
  1.7471 + fi
  1.7472 + 
  1.7473 + 
  1.7474 +-echo "$as_me:$LINENO: result: $_am_result" >&5
  1.7475 +-echo "${ECHO_T}$_am_result" >&6
  1.7476 ++{ echo "$as_me:$LINENO: result: $_am_result" >&5
  1.7477 ++echo "${ECHO_T}$_am_result" >&6; }
  1.7478 + rm -f confinc confmf
  1.7479 + 
  1.7480 +-# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
  1.7481 ++# Check whether --enable-dependency-tracking was given.
  1.7482 + if test "${enable_dependency_tracking+set}" = set; then
  1.7483 +-  enableval="$enable_dependency_tracking"
  1.7484 ++  enableval=$enable_dependency_tracking;
  1.7485 ++fi
  1.7486 + 
  1.7487 +-fi;
  1.7488 + if test "x$enable_dependency_tracking" != xno; then
  1.7489 +   am_depcomp="$ac_aux_dir/depcomp"
  1.7490 +   AMDEPBACKSLASH='\'
  1.7491 +@@ -1922,10 +2409,9 @@
  1.7492 + 
  1.7493 + 
  1.7494 + 
  1.7495 +-# Check whether --enable-multilib or --disable-multilib was given.
  1.7496 ++# Check whether --enable-multilib was given.
  1.7497 + if test "${enable_multilib+set}" = set; then
  1.7498 +-  enableval="$enable_multilib"
  1.7499 +-  case "${enableval}" in
  1.7500 ++  enableval=$enable_multilib; case "${enableval}" in
  1.7501 +   yes) multilib=yes ;;
  1.7502 +   no)  multilib=no ;;
  1.7503 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
  1.7504 +@@ -1934,11 +2420,11 @@
  1.7505 +  esac
  1.7506 + else
  1.7507 +   multilib=yes
  1.7508 +-fi;
  1.7509 +-# Check whether --enable-target-optspace or --disable-target-optspace was given.
  1.7510 ++fi
  1.7511 ++
  1.7512 ++# Check whether --enable-target-optspace was given.
  1.7513 + if test "${enable_target_optspace+set}" = set; then
  1.7514 +-  enableval="$enable_target_optspace"
  1.7515 +-  case "${enableval}" in
  1.7516 ++  enableval=$enable_target_optspace; case "${enableval}" in
  1.7517 +   yes) target_optspace=yes ;;
  1.7518 +   no)  target_optspace=no ;;
  1.7519 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
  1.7520 +@@ -1947,11 +2433,11 @@
  1.7521 +  esac
  1.7522 + else
  1.7523 +   target_optspace=
  1.7524 +-fi;
  1.7525 +-# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
  1.7526 ++fi
  1.7527 ++
  1.7528 ++# Check whether --enable-malloc-debugging was given.
  1.7529 + if test "${enable_malloc_debugging+set}" = set; then
  1.7530 +-  enableval="$enable_malloc_debugging"
  1.7531 +-  case "${enableval}" in
  1.7532 ++  enableval=$enable_malloc_debugging; case "${enableval}" in
  1.7533 +   yes) malloc_debugging=yes ;;
  1.7534 +   no)  malloc_debugging=no ;;
  1.7535 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
  1.7536 +@@ -1960,11 +2446,11 @@
  1.7537 +  esac
  1.7538 + else
  1.7539 +   malloc_debugging=
  1.7540 +-fi;
  1.7541 +-# Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.
  1.7542 ++fi
  1.7543 ++
  1.7544 ++# Check whether --enable-newlib-multithread was given.
  1.7545 + if test "${enable_newlib_multithread+set}" = set; then
  1.7546 +-  enableval="$enable_newlib_multithread"
  1.7547 +-  case "${enableval}" in
  1.7548 ++  enableval=$enable_newlib_multithread; case "${enableval}" in
  1.7549 +   yes) newlib_multithread=yes ;;
  1.7550 +   no)  newlib_multithread=no ;;
  1.7551 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
  1.7552 +@@ -1973,11 +2459,11 @@
  1.7553 +  esac
  1.7554 + else
  1.7555 +   newlib_multithread=yes
  1.7556 +-fi;
  1.7557 +-# Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.
  1.7558 ++fi
  1.7559 ++
  1.7560 ++# Check whether --enable-newlib-iconv was given.
  1.7561 + if test "${enable_newlib_iconv+set}" = set; then
  1.7562 +-  enableval="$enable_newlib_iconv"
  1.7563 +-  if test "${newlib_iconv+set}" != set; then
  1.7564 ++  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
  1.7565 +    case "${enableval}" in
  1.7566 +      yes) newlib_iconv=yes ;;
  1.7567 +      no)  newlib_iconv=no ;;
  1.7568 +@@ -1988,11 +2474,11 @@
  1.7569 +  fi
  1.7570 + else
  1.7571 +   newlib_iconv=${newlib_iconv}
  1.7572 +-fi;
  1.7573 +-# Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.
  1.7574 ++fi
  1.7575 ++
  1.7576 ++# Check whether --enable-newlib-elix-level was given.
  1.7577 + if test "${enable_newlib_elix_level+set}" = set; then
  1.7578 +-  enableval="$enable_newlib_elix_level"
  1.7579 +-  case "${enableval}" in
  1.7580 ++  enableval=$enable_newlib_elix_level; case "${enableval}" in
  1.7581 +   0)   newlib_elix_level=0 ;;
  1.7582 +   1)   newlib_elix_level=1 ;;
  1.7583 +   2)   newlib_elix_level=2 ;;
  1.7584 +@@ -2004,11 +2490,11 @@
  1.7585 +  esac
  1.7586 + else
  1.7587 +   newlib_elix_level=0
  1.7588 +-fi;
  1.7589 +-# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
  1.7590 ++fi
  1.7591 ++
  1.7592 ++# Check whether --enable-newlib-io-float was given.
  1.7593 + if test "${enable_newlib_io_float+set}" = set; then
  1.7594 +-  enableval="$enable_newlib_io_float"
  1.7595 +-  case "${enableval}" in
  1.7596 ++  enableval=$enable_newlib_io_float; case "${enableval}" in
  1.7597 +   yes) newlib_io_float=yes ;;
  1.7598 +   no)  newlib_io_float=no ;;
  1.7599 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
  1.7600 +@@ -2017,11 +2503,11 @@
  1.7601 +  esac
  1.7602 + else
  1.7603 +   newlib_io_float=yes
  1.7604 +-fi;
  1.7605 +-# Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.
  1.7606 ++fi
  1.7607 ++
  1.7608 ++# Check whether --enable-newlib-supplied-syscalls was given.
  1.7609 + if test "${enable_newlib_supplied_syscalls+set}" = set; then
  1.7610 +-  enableval="$enable_newlib_supplied_syscalls"
  1.7611 +-  case "${enableval}" in
  1.7612 ++  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
  1.7613 +   yes) newlib_may_supply_syscalls=yes ;;
  1.7614 +   no)  newlib_may_supply_syscalls=no ;;
  1.7615 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
  1.7616 +@@ -2030,7 +2516,8 @@
  1.7617 +  esac
  1.7618 + else
  1.7619 +   newlib_may_supply_syscalls=yes
  1.7620 +-fi;
  1.7621 ++fi
  1.7622 ++
  1.7623 + 
  1.7624 + 
  1.7625 + if test x${newlib_may_supply_syscalls} = xyes; then
  1.7626 +@@ -2056,26 +2543,41 @@
  1.7627 + fi
  1.7628 + 
  1.7629 + 
  1.7630 +-echo "$as_me:$LINENO: checking host system type" >&5
  1.7631 +-echo $ECHO_N "checking host system type... $ECHO_C" >&6
  1.7632 ++{ echo "$as_me:$LINENO: checking host system type" >&5
  1.7633 ++echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
  1.7634 + if test "${ac_cv_host+set}" = set; then
  1.7635 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7636 + else
  1.7637 +-  ac_cv_host_alias=$host_alias
  1.7638 +-test -z "$ac_cv_host_alias" &&
  1.7639 +-  ac_cv_host_alias=$ac_cv_build_alias
  1.7640 +-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  1.7641 +-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  1.7642 +-echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
  1.7643 ++  if test "x$host_alias" = x; then
  1.7644 ++  ac_cv_host=$ac_cv_build
  1.7645 ++else
  1.7646 ++  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  1.7647 ++    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
  1.7648 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
  1.7649 +    { (exit 1); exit 1; }; }
  1.7650 ++fi
  1.7651 + 
  1.7652 + fi
  1.7653 +-echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  1.7654 +-echo "${ECHO_T}$ac_cv_host" >&6
  1.7655 ++{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  1.7656 ++echo "${ECHO_T}$ac_cv_host" >&6; }
  1.7657 ++case $ac_cv_host in
  1.7658 ++*-*-*) ;;
  1.7659 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
  1.7660 ++echo "$as_me: error: invalid value of canonical host" >&2;}
  1.7661 ++   { (exit 1); exit 1; }; };;
  1.7662 ++esac
  1.7663 + host=$ac_cv_host
  1.7664 +-host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  1.7665 +-host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  1.7666 +-host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  1.7667 ++ac_save_IFS=$IFS; IFS='-'
  1.7668 ++set x $ac_cv_host
  1.7669 ++shift
  1.7670 ++host_cpu=$1
  1.7671 ++host_vendor=$2
  1.7672 ++shift; shift
  1.7673 ++# Remember, the first character of IFS is used to create $*,
  1.7674 ++# except with old shells:
  1.7675 ++host_os=$*
  1.7676 ++IFS=$ac_save_IFS
  1.7677 ++case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  1.7678 + 
  1.7679 + 
  1.7680 + 
  1.7681 +@@ -2128,8 +2630,8 @@
  1.7682 +   if test -n "$ac_tool_prefix"; then
  1.7683 +   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1.7684 + set dummy ${ac_tool_prefix}strip; ac_word=$2
  1.7685 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7686 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.7687 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7688 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.7689 + if test "${ac_cv_prog_STRIP+set}" = set; then
  1.7690 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7691 + else
  1.7692 +@@ -2142,32 +2644,34 @@
  1.7693 +   IFS=$as_save_IFS
  1.7694 +   test -z "$as_dir" && as_dir=.
  1.7695 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.7696 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.7697 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.7698 +     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1.7699 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.7700 +     break 2
  1.7701 +   fi
  1.7702 + done
  1.7703 + done
  1.7704 ++IFS=$as_save_IFS
  1.7705 + 
  1.7706 + fi
  1.7707 + fi
  1.7708 + STRIP=$ac_cv_prog_STRIP
  1.7709 + if test -n "$STRIP"; then
  1.7710 +-  echo "$as_me:$LINENO: result: $STRIP" >&5
  1.7711 +-echo "${ECHO_T}$STRIP" >&6
  1.7712 ++  { echo "$as_me:$LINENO: result: $STRIP" >&5
  1.7713 ++echo "${ECHO_T}$STRIP" >&6; }
  1.7714 + else
  1.7715 +-  echo "$as_me:$LINENO: result: no" >&5
  1.7716 +-echo "${ECHO_T}no" >&6
  1.7717 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.7718 ++echo "${ECHO_T}no" >&6; }
  1.7719 + fi
  1.7720 + 
  1.7721 ++
  1.7722 + fi
  1.7723 + if test -z "$ac_cv_prog_STRIP"; then
  1.7724 +   ac_ct_STRIP=$STRIP
  1.7725 +   # Extract the first word of "strip", so it can be a program name with args.
  1.7726 + set dummy strip; ac_word=$2
  1.7727 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7728 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.7729 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7730 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.7731 + if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  1.7732 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7733 + else
  1.7734 +@@ -2180,27 +2684,41 @@
  1.7735 +   IFS=$as_save_IFS
  1.7736 +   test -z "$as_dir" && as_dir=.
  1.7737 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.7738 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.7739 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.7740 +     ac_cv_prog_ac_ct_STRIP="strip"
  1.7741 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.7742 +     break 2
  1.7743 +   fi
  1.7744 + done
  1.7745 + done
  1.7746 ++IFS=$as_save_IFS
  1.7747 + 
  1.7748 +-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  1.7749 + fi
  1.7750 + fi
  1.7751 + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  1.7752 + if test -n "$ac_ct_STRIP"; then
  1.7753 +-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  1.7754 +-echo "${ECHO_T}$ac_ct_STRIP" >&6
  1.7755 ++  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  1.7756 ++echo "${ECHO_T}$ac_ct_STRIP" >&6; }
  1.7757 + else
  1.7758 +-  echo "$as_me:$LINENO: result: no" >&5
  1.7759 +-echo "${ECHO_T}no" >&6
  1.7760 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.7761 ++echo "${ECHO_T}no" >&6; }
  1.7762 + fi
  1.7763 + 
  1.7764 +-  STRIP=$ac_ct_STRIP
  1.7765 ++  if test "x$ac_ct_STRIP" = x; then
  1.7766 ++    STRIP=":"
  1.7767 ++  else
  1.7768 ++    case $cross_compiling:$ac_tool_warned in
  1.7769 ++yes:)
  1.7770 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.7771 ++whose name does not start with the host triplet.  If you think this
  1.7772 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.7773 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.7774 ++whose name does not start with the host triplet.  If you think this
  1.7775 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.7776 ++ac_tool_warned=yes ;;
  1.7777 ++esac
  1.7778 ++    STRIP=$ac_ct_STRIP
  1.7779 ++  fi
  1.7780 + else
  1.7781 +   STRIP="$ac_cv_prog_STRIP"
  1.7782 + fi
  1.7783 +@@ -2235,8 +2753,8 @@
  1.7784 + 
  1.7785 + # Extract the first word of "gcc", so it can be a program name with args.
  1.7786 + set dummy gcc; ac_word=$2
  1.7787 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7788 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.7789 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7790 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.7791 + if test "${ac_cv_prog_CC+set}" = set; then
  1.7792 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7793 + else
  1.7794 +@@ -2249,30 +2767,32 @@
  1.7795 +   IFS=$as_save_IFS
  1.7796 +   test -z "$as_dir" && as_dir=.
  1.7797 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.7798 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.7799 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.7800 +     ac_cv_prog_CC="gcc"
  1.7801 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.7802 +     break 2
  1.7803 +   fi
  1.7804 + done
  1.7805 + done
  1.7806 ++IFS=$as_save_IFS
  1.7807 + 
  1.7808 + fi
  1.7809 + fi
  1.7810 + CC=$ac_cv_prog_CC
  1.7811 + if test -n "$CC"; then
  1.7812 +-  echo "$as_me:$LINENO: result: $CC" >&5
  1.7813 +-echo "${ECHO_T}$CC" >&6
  1.7814 ++  { echo "$as_me:$LINENO: result: $CC" >&5
  1.7815 ++echo "${ECHO_T}$CC" >&6; }
  1.7816 + else
  1.7817 +-  echo "$as_me:$LINENO: result: no" >&5
  1.7818 +-echo "${ECHO_T}no" >&6
  1.7819 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.7820 ++echo "${ECHO_T}no" >&6; }
  1.7821 + fi
  1.7822 + 
  1.7823 + 
  1.7824 ++
  1.7825 + depcc="$CC"   am_compiler_list=
  1.7826 + 
  1.7827 +-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  1.7828 +-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
  1.7829 ++{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  1.7830 ++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  1.7831 + if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  1.7832 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7833 + else
  1.7834 +@@ -2361,8 +2881,8 @@
  1.7835 + fi
  1.7836 + 
  1.7837 + fi
  1.7838 +-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  1.7839 +-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
  1.7840 ++{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  1.7841 ++echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
  1.7842 + CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  1.7843 + 
  1.7844 + 
  1.7845 +@@ -2381,8 +2901,8 @@
  1.7846 + if test -z "$CC"; then
  1.7847 +   # Extract the first word of "cc", so it can be a program name with args.
  1.7848 + set dummy cc; ac_word=$2
  1.7849 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7850 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.7851 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.7852 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.7853 + if test "${ac_cv_prog_CC+set}" = set; then
  1.7854 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7855 + else
  1.7856 +@@ -2396,7 +2916,7 @@
  1.7857 +   IFS=$as_save_IFS
  1.7858 +   test -z "$as_dir" && as_dir=.
  1.7859 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.7860 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.7861 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.7862 +     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1.7863 +        ac_prog_rejected=yes
  1.7864 +        continue
  1.7865 +@@ -2407,6 +2927,7 @@
  1.7866 +   fi
  1.7867 + done
  1.7868 + done
  1.7869 ++IFS=$as_save_IFS
  1.7870 + 
  1.7871 + if test $ac_prog_rejected = yes; then
  1.7872 +   # We found a bogon in the path, so make sure we never use it.
  1.7873 +@@ -2424,20 +2945,21 @@
  1.7874 + fi
  1.7875 + CC=$ac_cv_prog_CC
  1.7876 + if test -n "$CC"; then
  1.7877 +-  echo "$as_me:$LINENO: result: $CC" >&5
  1.7878 +-echo "${ECHO_T}$CC" >&6
  1.7879 ++  { echo "$as_me:$LINENO: result: $CC" >&5
  1.7880 ++echo "${ECHO_T}$CC" >&6; }
  1.7881 + else
  1.7882 +-  echo "$as_me:$LINENO: result: no" >&5
  1.7883 +-echo "${ECHO_T}no" >&6
  1.7884 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.7885 ++echo "${ECHO_T}no" >&6; }
  1.7886 + fi
  1.7887 + 
  1.7888 ++
  1.7889 +   test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
  1.7890 + echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
  1.7891 +    { (exit 1); exit 1; }; }
  1.7892 + fi
  1.7893 + 
  1.7894 +-echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
  1.7895 +-echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
  1.7896 ++{ echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
  1.7897 ++echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6; }
  1.7898 + if test "${ac_cv_c_compiler_gnu+set}" = set; then
  1.7899 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7900 + else
  1.7901 +@@ -2457,8 +2979,8 @@
  1.7902 +   ac_cv_c_compiler_gnu=no
  1.7903 + fi
  1.7904 + fi
  1.7905 +-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  1.7906 +-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  1.7907 ++{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  1.7908 ++echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  1.7909 + 
  1.7910 + if test $ac_cv_c_compiler_gnu = yes; then
  1.7911 +   GCC=yes
  1.7912 +@@ -2467,13 +2989,16 @@
  1.7913 +   CFLAGS=
  1.7914 +   ac_test_CFLAGS=${CFLAGS+set}
  1.7915 + ac_save_CFLAGS=$CFLAGS
  1.7916 +-CFLAGS="-g"
  1.7917 +-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  1.7918 +-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  1.7919 ++{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  1.7920 ++echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  1.7921 + if test "${ac_cv_prog_cc_g+set}" = set; then
  1.7922 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7923 + else
  1.7924 +-  cat >conftest.$ac_ext <<_ACEOF
  1.7925 ++  ac_save_c_werror_flag=$ac_c_werror_flag
  1.7926 ++   ac_c_werror_flag=yes
  1.7927 ++   ac_cv_prog_cc_g=no
  1.7928 ++   CFLAGS="-g"
  1.7929 ++   cat >conftest.$ac_ext <<_ACEOF
  1.7930 + /* confdefs.h.  */
  1.7931 + _ACEOF
  1.7932 + cat confdefs.h >>conftest.$ac_ext
  1.7933 +@@ -2489,38 +3014,118 @@
  1.7934 + }
  1.7935 + _ACEOF
  1.7936 + rm -f conftest.$ac_objext
  1.7937 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.7938 +-  (eval $ac_compile) 2>conftest.er1
  1.7939 ++if { (ac_try="$ac_compile"
  1.7940 ++case "(($ac_try" in
  1.7941 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.7942 ++  *) ac_try_echo=$ac_try;;
  1.7943 ++esac
  1.7944 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.7945 ++  (eval "$ac_compile") 2>conftest.er1
  1.7946 +   ac_status=$?
  1.7947 +   grep -v '^ *+' conftest.er1 >conftest.err
  1.7948 +   rm -f conftest.er1
  1.7949 +   cat conftest.err >&5
  1.7950 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.7951 +-  (exit $ac_status); } &&
  1.7952 +-	 { ac_try='test -z "$ac_c_werror_flag"
  1.7953 +-			 || test ! -s conftest.err'
  1.7954 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.7955 +-  (eval $ac_try) 2>&5
  1.7956 ++  (exit $ac_status); } && {
  1.7957 ++	 test -z "$ac_c_werror_flag" ||
  1.7958 ++	 test ! -s conftest.err
  1.7959 ++       } && test -s conftest.$ac_objext; then
  1.7960 ++  ac_cv_prog_cc_g=yes
  1.7961 ++else
  1.7962 ++  echo "$as_me: failed program was:" >&5
  1.7963 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.7964 ++
  1.7965 ++	CFLAGS=""
  1.7966 ++      cat >conftest.$ac_ext <<_ACEOF
  1.7967 ++/* confdefs.h.  */
  1.7968 ++_ACEOF
  1.7969 ++cat confdefs.h >>conftest.$ac_ext
  1.7970 ++cat >>conftest.$ac_ext <<_ACEOF
  1.7971 ++/* end confdefs.h.  */
  1.7972 ++
  1.7973 ++int
  1.7974 ++main ()
  1.7975 ++{
  1.7976 ++
  1.7977 ++  ;
  1.7978 ++  return 0;
  1.7979 ++}
  1.7980 ++_ACEOF
  1.7981 ++rm -f conftest.$ac_objext
  1.7982 ++if { (ac_try="$ac_compile"
  1.7983 ++case "(($ac_try" in
  1.7984 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.7985 ++  *) ac_try_echo=$ac_try;;
  1.7986 ++esac
  1.7987 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.7988 ++  (eval "$ac_compile") 2>conftest.er1
  1.7989 +   ac_status=$?
  1.7990 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.7991 ++  rm -f conftest.er1
  1.7992 ++  cat conftest.err >&5
  1.7993 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.7994 +-  (exit $ac_status); }; } &&
  1.7995 +-	 { ac_try='test -s conftest.$ac_objext'
  1.7996 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.7997 +-  (eval $ac_try) 2>&5
  1.7998 ++  (exit $ac_status); } && {
  1.7999 ++	 test -z "$ac_c_werror_flag" ||
  1.8000 ++	 test ! -s conftest.err
  1.8001 ++       } && test -s conftest.$ac_objext; then
  1.8002 ++  :
  1.8003 ++else
  1.8004 ++  echo "$as_me: failed program was:" >&5
  1.8005 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.8006 ++
  1.8007 ++	ac_c_werror_flag=$ac_save_c_werror_flag
  1.8008 ++	 CFLAGS="-g"
  1.8009 ++	 cat >conftest.$ac_ext <<_ACEOF
  1.8010 ++/* confdefs.h.  */
  1.8011 ++_ACEOF
  1.8012 ++cat confdefs.h >>conftest.$ac_ext
  1.8013 ++cat >>conftest.$ac_ext <<_ACEOF
  1.8014 ++/* end confdefs.h.  */
  1.8015 ++
  1.8016 ++int
  1.8017 ++main ()
  1.8018 ++{
  1.8019 ++
  1.8020 ++  ;
  1.8021 ++  return 0;
  1.8022 ++}
  1.8023 ++_ACEOF
  1.8024 ++rm -f conftest.$ac_objext
  1.8025 ++if { (ac_try="$ac_compile"
  1.8026 ++case "(($ac_try" in
  1.8027 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.8028 ++  *) ac_try_echo=$ac_try;;
  1.8029 ++esac
  1.8030 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.8031 ++  (eval "$ac_compile") 2>conftest.er1
  1.8032 +   ac_status=$?
  1.8033 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.8034 ++  rm -f conftest.er1
  1.8035 ++  cat conftest.err >&5
  1.8036 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.8037 +-  (exit $ac_status); }; }; then
  1.8038 ++  (exit $ac_status); } && {
  1.8039 ++	 test -z "$ac_c_werror_flag" ||
  1.8040 ++	 test ! -s conftest.err
  1.8041 ++       } && test -s conftest.$ac_objext; then
  1.8042 +   ac_cv_prog_cc_g=yes
  1.8043 + else
  1.8044 +   echo "$as_me: failed program was:" >&5
  1.8045 + sed 's/^/| /' conftest.$ac_ext >&5
  1.8046 + 
  1.8047 +-ac_cv_prog_cc_g=no
  1.8048 ++
  1.8049 ++fi
  1.8050 ++
  1.8051 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.8052 ++fi
  1.8053 ++
  1.8054 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.8055 + fi
  1.8056 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.8057 ++
  1.8058 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.8059 ++   ac_c_werror_flag=$ac_save_c_werror_flag
  1.8060 + fi
  1.8061 +-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  1.8062 +-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  1.8063 ++{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  1.8064 ++echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  1.8065 + if test "$ac_test_CFLAGS" = set; then
  1.8066 +   CFLAGS=$ac_save_CFLAGS
  1.8067 + elif test $ac_cv_prog_cc_g = yes; then
  1.8068 +@@ -2552,8 +3157,8 @@
  1.8069 + if test -n "$ac_tool_prefix"; then
  1.8070 +   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
  1.8071 + set dummy ${ac_tool_prefix}as; ac_word=$2
  1.8072 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8073 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8074 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8075 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8076 + if test "${ac_cv_prog_AS+set}" = set; then
  1.8077 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8078 + else
  1.8079 +@@ -2566,32 +3171,34 @@
  1.8080 +   IFS=$as_save_IFS
  1.8081 +   test -z "$as_dir" && as_dir=.
  1.8082 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8083 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8084 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8085 +     ac_cv_prog_AS="${ac_tool_prefix}as"
  1.8086 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8087 +     break 2
  1.8088 +   fi
  1.8089 + done
  1.8090 + done
  1.8091 ++IFS=$as_save_IFS
  1.8092 + 
  1.8093 + fi
  1.8094 + fi
  1.8095 + AS=$ac_cv_prog_AS
  1.8096 + if test -n "$AS"; then
  1.8097 +-  echo "$as_me:$LINENO: result: $AS" >&5
  1.8098 +-echo "${ECHO_T}$AS" >&6
  1.8099 ++  { echo "$as_me:$LINENO: result: $AS" >&5
  1.8100 ++echo "${ECHO_T}$AS" >&6; }
  1.8101 + else
  1.8102 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8103 +-echo "${ECHO_T}no" >&6
  1.8104 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8105 ++echo "${ECHO_T}no" >&6; }
  1.8106 + fi
  1.8107 + 
  1.8108 ++
  1.8109 + fi
  1.8110 + if test -z "$ac_cv_prog_AS"; then
  1.8111 +   ac_ct_AS=$AS
  1.8112 +   # Extract the first word of "as", so it can be a program name with args.
  1.8113 + set dummy as; ac_word=$2
  1.8114 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8115 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8116 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8117 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8118 + if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
  1.8119 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8120 + else
  1.8121 +@@ -2604,26 +3211,41 @@
  1.8122 +   IFS=$as_save_IFS
  1.8123 +   test -z "$as_dir" && as_dir=.
  1.8124 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8125 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8126 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8127 +     ac_cv_prog_ac_ct_AS="as"
  1.8128 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8129 +     break 2
  1.8130 +   fi
  1.8131 + done
  1.8132 + done
  1.8133 ++IFS=$as_save_IFS
  1.8134 + 
  1.8135 + fi
  1.8136 + fi
  1.8137 + ac_ct_AS=$ac_cv_prog_ac_ct_AS
  1.8138 + if test -n "$ac_ct_AS"; then
  1.8139 +-  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  1.8140 +-echo "${ECHO_T}$ac_ct_AS" >&6
  1.8141 ++  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  1.8142 ++echo "${ECHO_T}$ac_ct_AS" >&6; }
  1.8143 + else
  1.8144 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8145 +-echo "${ECHO_T}no" >&6
  1.8146 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8147 ++echo "${ECHO_T}no" >&6; }
  1.8148 + fi
  1.8149 + 
  1.8150 +-  AS=$ac_ct_AS
  1.8151 ++  if test "x$ac_ct_AS" = x; then
  1.8152 ++    AS=""
  1.8153 ++  else
  1.8154 ++    case $cross_compiling:$ac_tool_warned in
  1.8155 ++yes:)
  1.8156 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.8157 ++whose name does not start with the host triplet.  If you think this
  1.8158 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.8159 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.8160 ++whose name does not start with the host triplet.  If you think this
  1.8161 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.8162 ++ac_tool_warned=yes ;;
  1.8163 ++esac
  1.8164 ++    AS=$ac_ct_AS
  1.8165 ++  fi
  1.8166 + else
  1.8167 +   AS="$ac_cv_prog_AS"
  1.8168 + fi
  1.8169 +@@ -2631,8 +3253,8 @@
  1.8170 + if test -n "$ac_tool_prefix"; then
  1.8171 +   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  1.8172 + set dummy ${ac_tool_prefix}ar; ac_word=$2
  1.8173 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8174 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8175 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8176 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8177 + if test "${ac_cv_prog_AR+set}" = set; then
  1.8178 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8179 + else
  1.8180 +@@ -2645,32 +3267,34 @@
  1.8181 +   IFS=$as_save_IFS
  1.8182 +   test -z "$as_dir" && as_dir=.
  1.8183 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8184 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8185 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8186 +     ac_cv_prog_AR="${ac_tool_prefix}ar"
  1.8187 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8188 +     break 2
  1.8189 +   fi
  1.8190 + done
  1.8191 + done
  1.8192 ++IFS=$as_save_IFS
  1.8193 + 
  1.8194 + fi
  1.8195 + fi
  1.8196 + AR=$ac_cv_prog_AR
  1.8197 + if test -n "$AR"; then
  1.8198 +-  echo "$as_me:$LINENO: result: $AR" >&5
  1.8199 +-echo "${ECHO_T}$AR" >&6
  1.8200 ++  { echo "$as_me:$LINENO: result: $AR" >&5
  1.8201 ++echo "${ECHO_T}$AR" >&6; }
  1.8202 + else
  1.8203 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8204 +-echo "${ECHO_T}no" >&6
  1.8205 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8206 ++echo "${ECHO_T}no" >&6; }
  1.8207 + fi
  1.8208 + 
  1.8209 ++
  1.8210 + fi
  1.8211 + if test -z "$ac_cv_prog_AR"; then
  1.8212 +   ac_ct_AR=$AR
  1.8213 +   # Extract the first word of "ar", so it can be a program name with args.
  1.8214 + set dummy ar; ac_word=$2
  1.8215 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8216 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8217 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8218 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8219 + if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
  1.8220 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8221 + else
  1.8222 +@@ -2683,26 +3307,41 @@
  1.8223 +   IFS=$as_save_IFS
  1.8224 +   test -z "$as_dir" && as_dir=.
  1.8225 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8226 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8227 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8228 +     ac_cv_prog_ac_ct_AR="ar"
  1.8229 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8230 +     break 2
  1.8231 +   fi
  1.8232 + done
  1.8233 + done
  1.8234 ++IFS=$as_save_IFS
  1.8235 + 
  1.8236 + fi
  1.8237 + fi
  1.8238 + ac_ct_AR=$ac_cv_prog_ac_ct_AR
  1.8239 + if test -n "$ac_ct_AR"; then
  1.8240 +-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
  1.8241 +-echo "${ECHO_T}$ac_ct_AR" >&6
  1.8242 ++  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
  1.8243 ++echo "${ECHO_T}$ac_ct_AR" >&6; }
  1.8244 + else
  1.8245 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8246 +-echo "${ECHO_T}no" >&6
  1.8247 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8248 ++echo "${ECHO_T}no" >&6; }
  1.8249 + fi
  1.8250 + 
  1.8251 +-  AR=$ac_ct_AR
  1.8252 ++  if test "x$ac_ct_AR" = x; then
  1.8253 ++    AR=""
  1.8254 ++  else
  1.8255 ++    case $cross_compiling:$ac_tool_warned in
  1.8256 ++yes:)
  1.8257 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.8258 ++whose name does not start with the host triplet.  If you think this
  1.8259 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.8260 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.8261 ++whose name does not start with the host triplet.  If you think this
  1.8262 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.8263 ++ac_tool_warned=yes ;;
  1.8264 ++esac
  1.8265 ++    AR=$ac_ct_AR
  1.8266 ++  fi
  1.8267 + else
  1.8268 +   AR="$ac_cv_prog_AR"
  1.8269 + fi
  1.8270 +@@ -2710,8 +3349,8 @@
  1.8271 + if test -n "$ac_tool_prefix"; then
  1.8272 +   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  1.8273 + set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  1.8274 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8275 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8276 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8277 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8278 + if test "${ac_cv_prog_RANLIB+set}" = set; then
  1.8279 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8280 + else
  1.8281 +@@ -2724,32 +3363,34 @@
  1.8282 +   IFS=$as_save_IFS
  1.8283 +   test -z "$as_dir" && as_dir=.
  1.8284 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8285 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8286 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8287 +     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  1.8288 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8289 +     break 2
  1.8290 +   fi
  1.8291 + done
  1.8292 + done
  1.8293 ++IFS=$as_save_IFS
  1.8294 + 
  1.8295 + fi
  1.8296 + fi
  1.8297 + RANLIB=$ac_cv_prog_RANLIB
  1.8298 + if test -n "$RANLIB"; then
  1.8299 +-  echo "$as_me:$LINENO: result: $RANLIB" >&5
  1.8300 +-echo "${ECHO_T}$RANLIB" >&6
  1.8301 ++  { echo "$as_me:$LINENO: result: $RANLIB" >&5
  1.8302 ++echo "${ECHO_T}$RANLIB" >&6; }
  1.8303 + else
  1.8304 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8305 +-echo "${ECHO_T}no" >&6
  1.8306 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8307 ++echo "${ECHO_T}no" >&6; }
  1.8308 + fi
  1.8309 + 
  1.8310 ++
  1.8311 + fi
  1.8312 + if test -z "$ac_cv_prog_RANLIB"; then
  1.8313 +   ac_ct_RANLIB=$RANLIB
  1.8314 +   # Extract the first word of "ranlib", so it can be a program name with args.
  1.8315 + set dummy ranlib; ac_word=$2
  1.8316 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8317 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8318 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8319 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8320 + if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  1.8321 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8322 + else
  1.8323 +@@ -2762,27 +3403,41 @@
  1.8324 +   IFS=$as_save_IFS
  1.8325 +   test -z "$as_dir" && as_dir=.
  1.8326 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8327 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8328 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8329 +     ac_cv_prog_ac_ct_RANLIB="ranlib"
  1.8330 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8331 +     break 2
  1.8332 +   fi
  1.8333 + done
  1.8334 + done
  1.8335 ++IFS=$as_save_IFS
  1.8336 + 
  1.8337 +-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
  1.8338 + fi
  1.8339 + fi
  1.8340 + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  1.8341 + if test -n "$ac_ct_RANLIB"; then
  1.8342 +-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  1.8343 +-echo "${ECHO_T}$ac_ct_RANLIB" >&6
  1.8344 ++  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  1.8345 ++echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
  1.8346 + else
  1.8347 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8348 +-echo "${ECHO_T}no" >&6
  1.8349 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8350 ++echo "${ECHO_T}no" >&6; }
  1.8351 + fi
  1.8352 + 
  1.8353 +-  RANLIB=$ac_ct_RANLIB
  1.8354 ++  if test "x$ac_ct_RANLIB" = x; then
  1.8355 ++    RANLIB=":"
  1.8356 ++  else
  1.8357 ++    case $cross_compiling:$ac_tool_warned in
  1.8358 ++yes:)
  1.8359 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.8360 ++whose name does not start with the host triplet.  If you think this
  1.8361 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.8362 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.8363 ++whose name does not start with the host triplet.  If you think this
  1.8364 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.8365 ++ac_tool_warned=yes ;;
  1.8366 ++esac
  1.8367 ++    RANLIB=$ac_ct_RANLIB
  1.8368 ++  fi
  1.8369 + else
  1.8370 +   RANLIB="$ac_cv_prog_RANLIB"
  1.8371 + fi
  1.8372 +@@ -2790,8 +3445,8 @@
  1.8373 + if test -n "$ac_tool_prefix"; then
  1.8374 +   # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
  1.8375 + set dummy ${ac_tool_prefix}readelf; ac_word=$2
  1.8376 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8377 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8378 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8379 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8380 + if test "${ac_cv_prog_READELF+set}" = set; then
  1.8381 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8382 + else
  1.8383 +@@ -2804,32 +3459,34 @@
  1.8384 +   IFS=$as_save_IFS
  1.8385 +   test -z "$as_dir" && as_dir=.
  1.8386 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8387 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8388 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8389 +     ac_cv_prog_READELF="${ac_tool_prefix}readelf"
  1.8390 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8391 +     break 2
  1.8392 +   fi
  1.8393 + done
  1.8394 + done
  1.8395 ++IFS=$as_save_IFS
  1.8396 + 
  1.8397 + fi
  1.8398 + fi
  1.8399 + READELF=$ac_cv_prog_READELF
  1.8400 + if test -n "$READELF"; then
  1.8401 +-  echo "$as_me:$LINENO: result: $READELF" >&5
  1.8402 +-echo "${ECHO_T}$READELF" >&6
  1.8403 ++  { echo "$as_me:$LINENO: result: $READELF" >&5
  1.8404 ++echo "${ECHO_T}$READELF" >&6; }
  1.8405 + else
  1.8406 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8407 +-echo "${ECHO_T}no" >&6
  1.8408 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8409 ++echo "${ECHO_T}no" >&6; }
  1.8410 + fi
  1.8411 + 
  1.8412 ++
  1.8413 + fi
  1.8414 + if test -z "$ac_cv_prog_READELF"; then
  1.8415 +   ac_ct_READELF=$READELF
  1.8416 +   # Extract the first word of "readelf", so it can be a program name with args.
  1.8417 + set dummy readelf; ac_word=$2
  1.8418 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8419 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8420 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8421 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8422 + if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then
  1.8423 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8424 + else
  1.8425 +@@ -2842,27 +3499,41 @@
  1.8426 +   IFS=$as_save_IFS
  1.8427 +   test -z "$as_dir" && as_dir=.
  1.8428 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8429 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8430 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8431 +     ac_cv_prog_ac_ct_READELF="readelf"
  1.8432 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8433 +     break 2
  1.8434 +   fi
  1.8435 + done
  1.8436 + done
  1.8437 ++IFS=$as_save_IFS
  1.8438 + 
  1.8439 +-  test -z "$ac_cv_prog_ac_ct_READELF" && ac_cv_prog_ac_ct_READELF=":"
  1.8440 + fi
  1.8441 + fi
  1.8442 + ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
  1.8443 + if test -n "$ac_ct_READELF"; then
  1.8444 +-  echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
  1.8445 +-echo "${ECHO_T}$ac_ct_READELF" >&6
  1.8446 ++  { echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
  1.8447 ++echo "${ECHO_T}$ac_ct_READELF" >&6; }
  1.8448 + else
  1.8449 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8450 +-echo "${ECHO_T}no" >&6
  1.8451 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8452 ++echo "${ECHO_T}no" >&6; }
  1.8453 + fi
  1.8454 + 
  1.8455 +-  READELF=$ac_ct_READELF
  1.8456 ++  if test "x$ac_ct_READELF" = x; then
  1.8457 ++    READELF=":"
  1.8458 ++  else
  1.8459 ++    case $cross_compiling:$ac_tool_warned in
  1.8460 ++yes:)
  1.8461 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.8462 ++whose name does not start with the host triplet.  If you think this
  1.8463 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.8464 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.8465 ++whose name does not start with the host triplet.  If you think this
  1.8466 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.8467 ++ac_tool_warned=yes ;;
  1.8468 ++esac
  1.8469 ++    READELF=$ac_ct_READELF
  1.8470 ++  fi
  1.8471 + else
  1.8472 +   READELF="$ac_cv_prog_READELF"
  1.8473 + fi
  1.8474 +@@ -2881,8 +3552,8 @@
  1.8475 + # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1.8476 + # OS/2's system install, which has a completely different semantic
  1.8477 + # ./install, which can be erroneously created by make from ./install.sh.
  1.8478 +-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1.8479 +-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  1.8480 ++{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1.8481 ++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  1.8482 + if test -z "$INSTALL"; then
  1.8483 + if test "${ac_cv_path_install+set}" = set; then
  1.8484 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8485 +@@ -2904,7 +3575,7 @@
  1.8486 +     # by default.
  1.8487 +     for ac_prog in ginstall scoinst install; do
  1.8488 +       for ac_exec_ext in '' $ac_executable_extensions; do
  1.8489 +-	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1.8490 ++	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  1.8491 + 	  if test $ac_prog = install &&
  1.8492 + 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.8493 + 	    # AIX install.  It has an incompatible calling convention.
  1.8494 +@@ -2923,21 +3594,22 @@
  1.8495 +     ;;
  1.8496 + esac
  1.8497 + done
  1.8498 ++IFS=$as_save_IFS
  1.8499 + 
  1.8500 + 
  1.8501 + fi
  1.8502 +   if test "${ac_cv_path_install+set}" = set; then
  1.8503 +     INSTALL=$ac_cv_path_install
  1.8504 +   else
  1.8505 +-    # As a last resort, use the slow shell script.  We don't cache a
  1.8506 +-    # path for INSTALL within a source directory, because that will
  1.8507 ++    # As a last resort, use the slow shell script.  Don't cache a
  1.8508 ++    # value for INSTALL within a source directory, because that will
  1.8509 +     # break other packages using the cache if that directory is
  1.8510 +-    # removed, or if the path is relative.
  1.8511 ++    # removed, or if the value is a relative name.
  1.8512 +     INSTALL=$ac_install_sh
  1.8513 +   fi
  1.8514 + fi
  1.8515 +-echo "$as_me:$LINENO: result: $INSTALL" >&5
  1.8516 +-echo "${ECHO_T}$INSTALL" >&6
  1.8517 ++{ echo "$as_me:$LINENO: result: $INSTALL" >&5
  1.8518 ++echo "${ECHO_T}$INSTALL" >&6; }
  1.8519 + 
  1.8520 + # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1.8521 + # It thinks the first close brace ends the variable substitution.
  1.8522 +@@ -2951,17 +3623,17 @@
  1.8523 + # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
  1.8524 + ac_given_INSTALL=$INSTALL
  1.8525 + 
  1.8526 +-echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  1.8527 +-echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
  1.8528 +-    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  1.8529 ++{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  1.8530 ++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
  1.8531 ++    # Check whether --enable-maintainer-mode was given.
  1.8532 + if test "${enable_maintainer_mode+set}" = set; then
  1.8533 +-  enableval="$enable_maintainer_mode"
  1.8534 +-  USE_MAINTAINER_MODE=$enableval
  1.8535 ++  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
  1.8536 + else
  1.8537 +   USE_MAINTAINER_MODE=no
  1.8538 +-fi;
  1.8539 +-  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  1.8540 +-echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
  1.8541 ++fi
  1.8542 ++
  1.8543 ++  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  1.8544 ++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
  1.8545 + 
  1.8546 + 
  1.8547 + if test $USE_MAINTAINER_MODE = yes; then
  1.8548 +@@ -3081,64 +3753,89 @@
  1.8549 + 
  1.8550 + 
  1.8551 + 
  1.8552 +-echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
  1.8553 +-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
  1.8554 +-if test "${lt_cv_path_SED+set}" = set; then
  1.8555 ++{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
  1.8556 ++echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
  1.8557 ++if test "${ac_cv_path_SED+set}" = set; then
  1.8558 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8559 ++else
  1.8560 ++            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
  1.8561 ++     for ac_i in 1 2 3 4 5 6 7; do
  1.8562 ++       ac_script="$ac_script$as_nl$ac_script"
  1.8563 ++     done
  1.8564 ++     echo "$ac_script" | sed 99q >conftest.sed
  1.8565 ++     $as_unset ac_script || ac_script=
  1.8566 ++     # Extract the first word of "sed gsed" to use in msg output
  1.8567 ++if test -z "$SED"; then
  1.8568 ++set dummy sed gsed; ac_prog_name=$2
  1.8569 ++if test "${ac_cv_path_SED+set}" = set; then
  1.8570 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8571 + else
  1.8572 +-  # Loop through the user's path and test for sed and gsed.
  1.8573 +-# Then use that list of sed's as ones to test for truncation.
  1.8574 ++  ac_path_SED_found=false
  1.8575 ++# Loop through the user's path and test for each of PROGNAME-LIST
  1.8576 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.8577 + for as_dir in $PATH
  1.8578 + do
  1.8579 +   IFS=$as_save_IFS
  1.8580 +   test -z "$as_dir" && as_dir=.
  1.8581 +-  for lt_ac_prog in sed gsed; do
  1.8582 +-    for ac_exec_ext in '' $ac_executable_extensions; do
  1.8583 +-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
  1.8584 +-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
  1.8585 +-      fi
  1.8586 +-    done
  1.8587 +-  done
  1.8588 +-done
  1.8589 +-IFS=$as_save_IFS
  1.8590 +-lt_ac_max=0
  1.8591 +-lt_ac_count=0
  1.8592 +-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
  1.8593 +-# along with /bin/sed that truncates output.
  1.8594 +-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
  1.8595 +-  test ! -f $lt_ac_sed && continue
  1.8596 +-  cat /dev/null > conftest.in
  1.8597 +-  lt_ac_count=0
  1.8598 +-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
  1.8599 +-  # Check for GNU sed and select it if it is found.
  1.8600 +-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
  1.8601 +-    lt_cv_path_SED=$lt_ac_sed
  1.8602 +-    break
  1.8603 +-  fi
  1.8604 +-  while true; do
  1.8605 +-    cat conftest.in conftest.in >conftest.tmp
  1.8606 +-    mv conftest.tmp conftest.in
  1.8607 +-    cp conftest.in conftest.nl
  1.8608 +-    echo >>conftest.nl
  1.8609 +-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
  1.8610 +-    cmp -s conftest.out conftest.nl || break
  1.8611 +-    # 10000 chars as input seems more than enough
  1.8612 +-    test $lt_ac_count -gt 10 && break
  1.8613 +-    lt_ac_count=`expr $lt_ac_count + 1`
  1.8614 +-    if test $lt_ac_count -gt $lt_ac_max; then
  1.8615 +-      lt_ac_max=$lt_ac_count
  1.8616 +-      lt_cv_path_SED=$lt_ac_sed
  1.8617 ++  for ac_prog in sed gsed; do
  1.8618 ++  for ac_exec_ext in '' $ac_executable_extensions; do
  1.8619 ++    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
  1.8620 ++    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
  1.8621 ++    # Check for GNU ac_path_SED and select it if it is found.
  1.8622 ++  # Check for GNU $ac_path_SED
  1.8623 ++case `"$ac_path_SED" --version 2>&1` in
  1.8624 ++*GNU*)
  1.8625 ++  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
  1.8626 ++*)
  1.8627 ++  ac_count=0
  1.8628 ++  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
  1.8629 ++  while :
  1.8630 ++  do
  1.8631 ++    cat "conftest.in" "conftest.in" >"conftest.tmp"
  1.8632 ++    mv "conftest.tmp" "conftest.in"
  1.8633 ++    cp "conftest.in" "conftest.nl"
  1.8634 ++    echo '' >> "conftest.nl"
  1.8635 ++    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
  1.8636 ++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  1.8637 ++    ac_count=`expr $ac_count + 1`
  1.8638 ++    if test $ac_count -gt ${ac_path_SED_max-0}; then
  1.8639 ++      # Best one so far, save it but keep looking for a better one
  1.8640 ++      ac_cv_path_SED="$ac_path_SED"
  1.8641 ++      ac_path_SED_max=$ac_count
  1.8642 +     fi
  1.8643 ++    # 10*(2^10) chars as input seems more than enough
  1.8644 ++    test $ac_count -gt 10 && break
  1.8645 ++  done
  1.8646 ++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  1.8647 ++esac
  1.8648 ++
  1.8649 ++
  1.8650 ++    $ac_path_SED_found && break 3
  1.8651 +   done
  1.8652 + done
  1.8653 + 
  1.8654 ++done
  1.8655 ++IFS=$as_save_IFS
  1.8656 ++
  1.8657 ++
  1.8658 ++fi
  1.8659 ++
  1.8660 ++SED="$ac_cv_path_SED"
  1.8661 ++if test -z "$SED"; then
  1.8662 ++  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
  1.8663 ++echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
  1.8664 ++   { (exit 1); exit 1; }; }
  1.8665 + fi
  1.8666 + 
  1.8667 +-SED=$lt_cv_path_SED
  1.8668 ++else
  1.8669 ++  ac_cv_path_SED=$SED
  1.8670 ++fi
  1.8671 + 
  1.8672 +-echo "$as_me:$LINENO: result: $SED" >&5
  1.8673 +-echo "${ECHO_T}$SED" >&6
  1.8674 ++fi
  1.8675 ++{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
  1.8676 ++echo "${ECHO_T}$ac_cv_path_SED" >&6; }
  1.8677 ++ SED="$ac_cv_path_SED"
  1.8678 ++  rm -f conftest.sed
  1.8679 + 
  1.8680 + test -z "$SED" && SED=sed
  1.8681 + Xsed="$SED -e 1s/^X//"
  1.8682 +@@ -3161,8 +3858,8 @@
  1.8683 +   if test -n "$ac_tool_prefix"; then
  1.8684 +   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
  1.8685 + set dummy ${ac_tool_prefix}as; ac_word=$2
  1.8686 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8687 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8688 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8689 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8690 + if test "${ac_cv_prog_AS+set}" = set; then
  1.8691 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8692 + else
  1.8693 +@@ -3175,32 +3872,34 @@
  1.8694 +   IFS=$as_save_IFS
  1.8695 +   test -z "$as_dir" && as_dir=.
  1.8696 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8697 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8698 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8699 +     ac_cv_prog_AS="${ac_tool_prefix}as"
  1.8700 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8701 +     break 2
  1.8702 +   fi
  1.8703 + done
  1.8704 + done
  1.8705 ++IFS=$as_save_IFS
  1.8706 + 
  1.8707 + fi
  1.8708 + fi
  1.8709 + AS=$ac_cv_prog_AS
  1.8710 + if test -n "$AS"; then
  1.8711 +-  echo "$as_me:$LINENO: result: $AS" >&5
  1.8712 +-echo "${ECHO_T}$AS" >&6
  1.8713 ++  { echo "$as_me:$LINENO: result: $AS" >&5
  1.8714 ++echo "${ECHO_T}$AS" >&6; }
  1.8715 + else
  1.8716 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8717 +-echo "${ECHO_T}no" >&6
  1.8718 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8719 ++echo "${ECHO_T}no" >&6; }
  1.8720 + fi
  1.8721 + 
  1.8722 ++
  1.8723 + fi
  1.8724 + if test -z "$ac_cv_prog_AS"; then
  1.8725 +   ac_ct_AS=$AS
  1.8726 +   # Extract the first word of "as", so it can be a program name with args.
  1.8727 + set dummy as; ac_word=$2
  1.8728 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8729 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8730 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8731 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8732 + if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
  1.8733 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8734 + else
  1.8735 +@@ -3213,27 +3912,41 @@
  1.8736 +   IFS=$as_save_IFS
  1.8737 +   test -z "$as_dir" && as_dir=.
  1.8738 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8739 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8740 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8741 +     ac_cv_prog_ac_ct_AS="as"
  1.8742 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8743 +     break 2
  1.8744 +   fi
  1.8745 + done
  1.8746 + done
  1.8747 ++IFS=$as_save_IFS
  1.8748 + 
  1.8749 +-  test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="false"
  1.8750 + fi
  1.8751 + fi
  1.8752 + ac_ct_AS=$ac_cv_prog_ac_ct_AS
  1.8753 + if test -n "$ac_ct_AS"; then
  1.8754 +-  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  1.8755 +-echo "${ECHO_T}$ac_ct_AS" >&6
  1.8756 ++  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  1.8757 ++echo "${ECHO_T}$ac_ct_AS" >&6; }
  1.8758 + else
  1.8759 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8760 +-echo "${ECHO_T}no" >&6
  1.8761 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8762 ++echo "${ECHO_T}no" >&6; }
  1.8763 + fi
  1.8764 + 
  1.8765 +-  AS=$ac_ct_AS
  1.8766 ++  if test "x$ac_ct_AS" = x; then
  1.8767 ++    AS="false"
  1.8768 ++  else
  1.8769 ++    case $cross_compiling:$ac_tool_warned in
  1.8770 ++yes:)
  1.8771 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.8772 ++whose name does not start with the host triplet.  If you think this
  1.8773 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.8774 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.8775 ++whose name does not start with the host triplet.  If you think this
  1.8776 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.8777 ++ac_tool_warned=yes ;;
  1.8778 ++esac
  1.8779 ++    AS=$ac_ct_AS
  1.8780 ++  fi
  1.8781 + else
  1.8782 +   AS="$ac_cv_prog_AS"
  1.8783 + fi
  1.8784 +@@ -3241,8 +3954,8 @@
  1.8785 +   if test -n "$ac_tool_prefix"; then
  1.8786 +   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
  1.8787 + set dummy ${ac_tool_prefix}dlltool; ac_word=$2
  1.8788 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8789 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8790 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8791 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8792 + if test "${ac_cv_prog_DLLTOOL+set}" = set; then
  1.8793 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8794 + else
  1.8795 +@@ -3255,32 +3968,34 @@
  1.8796 +   IFS=$as_save_IFS
  1.8797 +   test -z "$as_dir" && as_dir=.
  1.8798 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8799 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8800 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8801 +     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
  1.8802 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8803 +     break 2
  1.8804 +   fi
  1.8805 + done
  1.8806 + done
  1.8807 ++IFS=$as_save_IFS
  1.8808 + 
  1.8809 + fi
  1.8810 + fi
  1.8811 + DLLTOOL=$ac_cv_prog_DLLTOOL
  1.8812 + if test -n "$DLLTOOL"; then
  1.8813 +-  echo "$as_me:$LINENO: result: $DLLTOOL" >&5
  1.8814 +-echo "${ECHO_T}$DLLTOOL" >&6
  1.8815 ++  { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
  1.8816 ++echo "${ECHO_T}$DLLTOOL" >&6; }
  1.8817 + else
  1.8818 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8819 +-echo "${ECHO_T}no" >&6
  1.8820 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8821 ++echo "${ECHO_T}no" >&6; }
  1.8822 + fi
  1.8823 + 
  1.8824 ++
  1.8825 + fi
  1.8826 + if test -z "$ac_cv_prog_DLLTOOL"; then
  1.8827 +   ac_ct_DLLTOOL=$DLLTOOL
  1.8828 +   # Extract the first word of "dlltool", so it can be a program name with args.
  1.8829 + set dummy dlltool; ac_word=$2
  1.8830 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8831 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8832 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8833 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8834 + if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
  1.8835 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8836 + else
  1.8837 +@@ -3293,27 +4008,41 @@
  1.8838 +   IFS=$as_save_IFS
  1.8839 +   test -z "$as_dir" && as_dir=.
  1.8840 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8841 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8842 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8843 +     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
  1.8844 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8845 +     break 2
  1.8846 +   fi
  1.8847 + done
  1.8848 + done
  1.8849 ++IFS=$as_save_IFS
  1.8850 + 
  1.8851 +-  test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
  1.8852 + fi
  1.8853 + fi
  1.8854 + ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
  1.8855 + if test -n "$ac_ct_DLLTOOL"; then
  1.8856 +-  echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
  1.8857 +-echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
  1.8858 ++  { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
  1.8859 ++echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
  1.8860 + else
  1.8861 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8862 +-echo "${ECHO_T}no" >&6
  1.8863 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8864 ++echo "${ECHO_T}no" >&6; }
  1.8865 + fi
  1.8866 + 
  1.8867 +-  DLLTOOL=$ac_ct_DLLTOOL
  1.8868 ++  if test "x$ac_ct_DLLTOOL" = x; then
  1.8869 ++    DLLTOOL="false"
  1.8870 ++  else
  1.8871 ++    case $cross_compiling:$ac_tool_warned in
  1.8872 ++yes:)
  1.8873 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.8874 ++whose name does not start with the host triplet.  If you think this
  1.8875 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.8876 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.8877 ++whose name does not start with the host triplet.  If you think this
  1.8878 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.8879 ++ac_tool_warned=yes ;;
  1.8880 ++esac
  1.8881 ++    DLLTOOL=$ac_ct_DLLTOOL
  1.8882 ++  fi
  1.8883 + else
  1.8884 +   DLLTOOL="$ac_cv_prog_DLLTOOL"
  1.8885 + fi
  1.8886 +@@ -3321,8 +4050,8 @@
  1.8887 +   if test -n "$ac_tool_prefix"; then
  1.8888 +   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
  1.8889 + set dummy ${ac_tool_prefix}objdump; ac_word=$2
  1.8890 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8891 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8892 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8893 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8894 + if test "${ac_cv_prog_OBJDUMP+set}" = set; then
  1.8895 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8896 + else
  1.8897 +@@ -3335,32 +4064,34 @@
  1.8898 +   IFS=$as_save_IFS
  1.8899 +   test -z "$as_dir" && as_dir=.
  1.8900 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8901 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8902 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8903 +     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
  1.8904 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8905 +     break 2
  1.8906 +   fi
  1.8907 + done
  1.8908 + done
  1.8909 ++IFS=$as_save_IFS
  1.8910 + 
  1.8911 + fi
  1.8912 + fi
  1.8913 + OBJDUMP=$ac_cv_prog_OBJDUMP
  1.8914 + if test -n "$OBJDUMP"; then
  1.8915 +-  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
  1.8916 +-echo "${ECHO_T}$OBJDUMP" >&6
  1.8917 ++  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
  1.8918 ++echo "${ECHO_T}$OBJDUMP" >&6; }
  1.8919 + else
  1.8920 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8921 +-echo "${ECHO_T}no" >&6
  1.8922 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8923 ++echo "${ECHO_T}no" >&6; }
  1.8924 + fi
  1.8925 + 
  1.8926 ++
  1.8927 + fi
  1.8928 + if test -z "$ac_cv_prog_OBJDUMP"; then
  1.8929 +   ac_ct_OBJDUMP=$OBJDUMP
  1.8930 +   # Extract the first word of "objdump", so it can be a program name with args.
  1.8931 + set dummy objdump; ac_word=$2
  1.8932 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8933 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8934 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8935 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8936 + if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
  1.8937 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8938 + else
  1.8939 +@@ -3373,27 +4104,41 @@
  1.8940 +   IFS=$as_save_IFS
  1.8941 +   test -z "$as_dir" && as_dir=.
  1.8942 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.8943 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.8944 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.8945 +     ac_cv_prog_ac_ct_OBJDUMP="objdump"
  1.8946 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.8947 +     break 2
  1.8948 +   fi
  1.8949 + done
  1.8950 + done
  1.8951 ++IFS=$as_save_IFS
  1.8952 + 
  1.8953 +-  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
  1.8954 + fi
  1.8955 + fi
  1.8956 + ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
  1.8957 + if test -n "$ac_ct_OBJDUMP"; then
  1.8958 +-  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
  1.8959 +-echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
  1.8960 ++  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
  1.8961 ++echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
  1.8962 + else
  1.8963 +-  echo "$as_me:$LINENO: result: no" >&5
  1.8964 +-echo "${ECHO_T}no" >&6
  1.8965 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.8966 ++echo "${ECHO_T}no" >&6; }
  1.8967 + fi
  1.8968 + 
  1.8969 +-  OBJDUMP=$ac_ct_OBJDUMP
  1.8970 ++  if test "x$ac_ct_OBJDUMP" = x; then
  1.8971 ++    OBJDUMP="false"
  1.8972 ++  else
  1.8973 ++    case $cross_compiling:$ac_tool_warned in
  1.8974 ++yes:)
  1.8975 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.8976 ++whose name does not start with the host triplet.  If you think this
  1.8977 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.8978 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.8979 ++whose name does not start with the host triplet.  If you think this
  1.8980 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.8981 ++ac_tool_warned=yes ;;
  1.8982 ++esac
  1.8983 ++    OBJDUMP=$ac_ct_OBJDUMP
  1.8984 ++  fi
  1.8985 + else
  1.8986 +   OBJDUMP="$ac_cv_prog_OBJDUMP"
  1.8987 + fi
  1.8988 +@@ -3454,8 +4199,8 @@
  1.8989 + if test -n "$ac_tool_prefix"; then
  1.8990 +   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1.8991 + set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1.8992 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8993 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.8994 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.8995 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.8996 + if test "${ac_cv_prog_CC+set}" = set; then
  1.8997 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.8998 + else
  1.8999 +@@ -3468,32 +4213,34 @@
  1.9000 +   IFS=$as_save_IFS
  1.9001 +   test -z "$as_dir" && as_dir=.
  1.9002 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.9003 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.9004 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.9005 +     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1.9006 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.9007 +     break 2
  1.9008 +   fi
  1.9009 + done
  1.9010 + done
  1.9011 ++IFS=$as_save_IFS
  1.9012 + 
  1.9013 + fi
  1.9014 + fi
  1.9015 + CC=$ac_cv_prog_CC
  1.9016 + if test -n "$CC"; then
  1.9017 +-  echo "$as_me:$LINENO: result: $CC" >&5
  1.9018 +-echo "${ECHO_T}$CC" >&6
  1.9019 ++  { echo "$as_me:$LINENO: result: $CC" >&5
  1.9020 ++echo "${ECHO_T}$CC" >&6; }
  1.9021 + else
  1.9022 +-  echo "$as_me:$LINENO: result: no" >&5
  1.9023 +-echo "${ECHO_T}no" >&6
  1.9024 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.9025 ++echo "${ECHO_T}no" >&6; }
  1.9026 + fi
  1.9027 + 
  1.9028 ++
  1.9029 + fi
  1.9030 + if test -z "$ac_cv_prog_CC"; then
  1.9031 +   ac_ct_CC=$CC
  1.9032 +   # Extract the first word of "gcc", so it can be a program name with args.
  1.9033 + set dummy gcc; ac_word=$2
  1.9034 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9035 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.9036 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9037 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.9038 + if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1.9039 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9040 + else
  1.9041 +@@ -3506,36 +4253,51 @@
  1.9042 +   IFS=$as_save_IFS
  1.9043 +   test -z "$as_dir" && as_dir=.
  1.9044 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.9045 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.9046 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.9047 +     ac_cv_prog_ac_ct_CC="gcc"
  1.9048 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.9049 +     break 2
  1.9050 +   fi
  1.9051 + done
  1.9052 + done
  1.9053 ++IFS=$as_save_IFS
  1.9054 + 
  1.9055 + fi
  1.9056 + fi
  1.9057 + ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.9058 + if test -n "$ac_ct_CC"; then
  1.9059 +-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.9060 +-echo "${ECHO_T}$ac_ct_CC" >&6
  1.9061 ++  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.9062 ++echo "${ECHO_T}$ac_ct_CC" >&6; }
  1.9063 + else
  1.9064 +-  echo "$as_me:$LINENO: result: no" >&5
  1.9065 +-echo "${ECHO_T}no" >&6
  1.9066 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.9067 ++echo "${ECHO_T}no" >&6; }
  1.9068 + fi
  1.9069 + 
  1.9070 +-  CC=$ac_ct_CC
  1.9071 ++  if test "x$ac_ct_CC" = x; then
  1.9072 ++    CC=""
  1.9073 ++  else
  1.9074 ++    case $cross_compiling:$ac_tool_warned in
  1.9075 ++yes:)
  1.9076 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.9077 ++whose name does not start with the host triplet.  If you think this
  1.9078 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.9079 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.9080 ++whose name does not start with the host triplet.  If you think this
  1.9081 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.9082 ++ac_tool_warned=yes ;;
  1.9083 ++esac
  1.9084 ++    CC=$ac_ct_CC
  1.9085 ++  fi
  1.9086 + else
  1.9087 +   CC="$ac_cv_prog_CC"
  1.9088 + fi
  1.9089 + 
  1.9090 + if test -z "$CC"; then
  1.9091 +-  if test -n "$ac_tool_prefix"; then
  1.9092 +-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1.9093 ++          if test -n "$ac_tool_prefix"; then
  1.9094 ++    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1.9095 + set dummy ${ac_tool_prefix}cc; ac_word=$2
  1.9096 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9097 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.9098 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9099 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.9100 + if test "${ac_cv_prog_CC+set}" = set; then
  1.9101 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9102 + else
  1.9103 +@@ -3548,98 +4310,59 @@
  1.9104 +   IFS=$as_save_IFS
  1.9105 +   test -z "$as_dir" && as_dir=.
  1.9106 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.9107 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.9108 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.9109 +     ac_cv_prog_CC="${ac_tool_prefix}cc"
  1.9110 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.9111 +     break 2
  1.9112 +   fi
  1.9113 + done
  1.9114 + done
  1.9115 ++IFS=$as_save_IFS
  1.9116 + 
  1.9117 + fi
  1.9118 + fi
  1.9119 + CC=$ac_cv_prog_CC
  1.9120 + if test -n "$CC"; then
  1.9121 +-  echo "$as_me:$LINENO: result: $CC" >&5
  1.9122 +-echo "${ECHO_T}$CC" >&6
  1.9123 ++  { echo "$as_me:$LINENO: result: $CC" >&5
  1.9124 ++echo "${ECHO_T}$CC" >&6; }
  1.9125 + else
  1.9126 +-  echo "$as_me:$LINENO: result: no" >&5
  1.9127 +-echo "${ECHO_T}no" >&6
  1.9128 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.9129 ++echo "${ECHO_T}no" >&6; }
  1.9130 + fi
  1.9131 + 
  1.9132 ++
  1.9133 ++  fi
  1.9134 + fi
  1.9135 +-if test -z "$ac_cv_prog_CC"; then
  1.9136 +-  ac_ct_CC=$CC
  1.9137 ++if test -z "$CC"; then
  1.9138 +   # Extract the first word of "cc", so it can be a program name with args.
  1.9139 + set dummy cc; ac_word=$2
  1.9140 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9141 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.9142 +-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1.9143 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9144 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.9145 ++if test "${ac_cv_prog_CC+set}" = set; then
  1.9146 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9147 + else
  1.9148 +-  if test -n "$ac_ct_CC"; then
  1.9149 +-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1.9150 ++  if test -n "$CC"; then
  1.9151 ++  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.9152 + else
  1.9153 ++  ac_prog_rejected=no
  1.9154 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.9155 + for as_dir in $PATH
  1.9156 + do
  1.9157 +   IFS=$as_save_IFS
  1.9158 +   test -z "$as_dir" && as_dir=.
  1.9159 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.9160 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.9161 +-    ac_cv_prog_ac_ct_CC="cc"
  1.9162 +-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.9163 +-    break 2
  1.9164 +-  fi
  1.9165 +-done
  1.9166 +-done
  1.9167 +-
  1.9168 +-fi
  1.9169 +-fi
  1.9170 +-ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.9171 +-if test -n "$ac_ct_CC"; then
  1.9172 +-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.9173 +-echo "${ECHO_T}$ac_ct_CC" >&6
  1.9174 +-else
  1.9175 +-  echo "$as_me:$LINENO: result: no" >&5
  1.9176 +-echo "${ECHO_T}no" >&6
  1.9177 +-fi
  1.9178 +-
  1.9179 +-  CC=$ac_ct_CC
  1.9180 +-else
  1.9181 +-  CC="$ac_cv_prog_CC"
  1.9182 +-fi
  1.9183 +-
  1.9184 +-fi
  1.9185 +-if test -z "$CC"; then
  1.9186 +-  # Extract the first word of "cc", so it can be a program name with args.
  1.9187 +-set dummy cc; ac_word=$2
  1.9188 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9189 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.9190 +-if test "${ac_cv_prog_CC+set}" = set; then
  1.9191 +-  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9192 +-else
  1.9193 +-  if test -n "$CC"; then
  1.9194 +-  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.9195 +-else
  1.9196 +-  ac_prog_rejected=no
  1.9197 +-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.9198 +-for as_dir in $PATH
  1.9199 +-do
  1.9200 +-  IFS=$as_save_IFS
  1.9201 +-  test -z "$as_dir" && as_dir=.
  1.9202 +-  for ac_exec_ext in '' $ac_executable_extensions; do
  1.9203 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.9204 +-    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1.9205 +-       ac_prog_rejected=yes
  1.9206 +-       continue
  1.9207 +-     fi
  1.9208 +-    ac_cv_prog_CC="cc"
  1.9209 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.9210 ++    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1.9211 ++       ac_prog_rejected=yes
  1.9212 ++       continue
  1.9213 ++     fi
  1.9214 ++    ac_cv_prog_CC="cc"
  1.9215 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.9216 +     break 2
  1.9217 +   fi
  1.9218 + done
  1.9219 + done
  1.9220 ++IFS=$as_save_IFS
  1.9221 + 
  1.9222 + if test $ac_prog_rejected = yes; then
  1.9223 +   # We found a bogon in the path, so make sure we never use it.
  1.9224 +@@ -3657,22 +4380,23 @@
  1.9225 + fi
  1.9226 + CC=$ac_cv_prog_CC
  1.9227 + if test -n "$CC"; then
  1.9228 +-  echo "$as_me:$LINENO: result: $CC" >&5
  1.9229 +-echo "${ECHO_T}$CC" >&6
  1.9230 ++  { echo "$as_me:$LINENO: result: $CC" >&5
  1.9231 ++echo "${ECHO_T}$CC" >&6; }
  1.9232 + else
  1.9233 +-  echo "$as_me:$LINENO: result: no" >&5
  1.9234 +-echo "${ECHO_T}no" >&6
  1.9235 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.9236 ++echo "${ECHO_T}no" >&6; }
  1.9237 + fi
  1.9238 + 
  1.9239 ++
  1.9240 + fi
  1.9241 + if test -z "$CC"; then
  1.9242 +   if test -n "$ac_tool_prefix"; then
  1.9243 +-  for ac_prog in cl
  1.9244 ++  for ac_prog in cl.exe
  1.9245 +   do
  1.9246 +     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1.9247 + set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.9248 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9249 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.9250 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9251 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.9252 + if test "${ac_cv_prog_CC+set}" = set; then
  1.9253 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9254 + else
  1.9255 +@@ -3685,36 +4409,38 @@
  1.9256 +   IFS=$as_save_IFS
  1.9257 +   test -z "$as_dir" && as_dir=.
  1.9258 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.9259 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.9260 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.9261 +     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1.9262 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.9263 +     break 2
  1.9264 +   fi
  1.9265 + done
  1.9266 + done
  1.9267 ++IFS=$as_save_IFS
  1.9268 + 
  1.9269 + fi
  1.9270 + fi
  1.9271 + CC=$ac_cv_prog_CC
  1.9272 + if test -n "$CC"; then
  1.9273 +-  echo "$as_me:$LINENO: result: $CC" >&5
  1.9274 +-echo "${ECHO_T}$CC" >&6
  1.9275 ++  { echo "$as_me:$LINENO: result: $CC" >&5
  1.9276 ++echo "${ECHO_T}$CC" >&6; }
  1.9277 + else
  1.9278 +-  echo "$as_me:$LINENO: result: no" >&5
  1.9279 +-echo "${ECHO_T}no" >&6
  1.9280 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.9281 ++echo "${ECHO_T}no" >&6; }
  1.9282 + fi
  1.9283 + 
  1.9284 ++
  1.9285 +     test -n "$CC" && break
  1.9286 +   done
  1.9287 + fi
  1.9288 + if test -z "$CC"; then
  1.9289 +   ac_ct_CC=$CC
  1.9290 +-  for ac_prog in cl
  1.9291 ++  for ac_prog in cl.exe
  1.9292 + do
  1.9293 +   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1.9294 + set dummy $ac_prog; ac_word=$2
  1.9295 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9296 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.9297 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.9298 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.9299 + if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1.9300 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9301 + else
  1.9302 +@@ -3727,29 +4453,45 @@
  1.9303 +   IFS=$as_save_IFS
  1.9304 +   test -z "$as_dir" && as_dir=.
  1.9305 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.9306 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.9307 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.9308 +     ac_cv_prog_ac_ct_CC="$ac_prog"
  1.9309 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.9310 +     break 2
  1.9311 +   fi
  1.9312 + done
  1.9313 + done
  1.9314 ++IFS=$as_save_IFS
  1.9315 + 
  1.9316 + fi
  1.9317 + fi
  1.9318 + ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.9319 + if test -n "$ac_ct_CC"; then
  1.9320 +-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.9321 +-echo "${ECHO_T}$ac_ct_CC" >&6
  1.9322 ++  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.9323 ++echo "${ECHO_T}$ac_ct_CC" >&6; }
  1.9324 + else
  1.9325 +-  echo "$as_me:$LINENO: result: no" >&5
  1.9326 +-echo "${ECHO_T}no" >&6
  1.9327 ++  { echo "$as_me:$LINENO: result: no" >&5
  1.9328 ++echo "${ECHO_T}no" >&6; }
  1.9329 + fi
  1.9330 + 
  1.9331 ++
  1.9332 +   test -n "$ac_ct_CC" && break
  1.9333 + done
  1.9334 + 
  1.9335 +-  CC=$ac_ct_CC
  1.9336 ++  if test "x$ac_ct_CC" = x; then
  1.9337 ++    CC=""
  1.9338 ++  else
  1.9339 ++    case $cross_compiling:$ac_tool_warned in
  1.9340 ++yes:)
  1.9341 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.9342 ++whose name does not start with the host triplet.  If you think this
  1.9343 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.9344 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.9345 ++whose name does not start with the host triplet.  If you think this
  1.9346 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.9347 ++ac_tool_warned=yes ;;
  1.9348 ++esac
  1.9349 ++    CC=$ac_ct_CC
  1.9350 ++  fi
  1.9351 + fi
  1.9352 + 
  1.9353 + fi
  1.9354 +@@ -3762,21 +4504,35 @@
  1.9355 +    { (exit 1); exit 1; }; }
  1.9356 + 
  1.9357 + # Provide some information about the compiler.
  1.9358 +-echo "$as_me:$LINENO:" \
  1.9359 +-     "checking for C compiler version" >&5
  1.9360 ++echo "$as_me:$LINENO: checking for C compiler version" >&5
  1.9361 + ac_compiler=`set X $ac_compile; echo $2`
  1.9362 +-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
  1.9363 +-  (eval $ac_compiler --version </dev/null >&5) 2>&5
  1.9364 ++{ (ac_try="$ac_compiler --version >&5"
  1.9365 ++case "(($ac_try" in
  1.9366 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9367 ++  *) ac_try_echo=$ac_try;;
  1.9368 ++esac
  1.9369 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9370 ++  (eval "$ac_compiler --version >&5") 2>&5
  1.9371 +   ac_status=$?
  1.9372 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9373 +   (exit $ac_status); }
  1.9374 +-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
  1.9375 +-  (eval $ac_compiler -v </dev/null >&5) 2>&5
  1.9376 ++{ (ac_try="$ac_compiler -v >&5"
  1.9377 ++case "(($ac_try" in
  1.9378 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9379 ++  *) ac_try_echo=$ac_try;;
  1.9380 ++esac
  1.9381 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9382 ++  (eval "$ac_compiler -v >&5") 2>&5
  1.9383 +   ac_status=$?
  1.9384 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9385 +   (exit $ac_status); }
  1.9386 +-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
  1.9387 +-  (eval $ac_compiler -V </dev/null >&5) 2>&5
  1.9388 ++{ (ac_try="$ac_compiler -V >&5"
  1.9389 ++case "(($ac_try" in
  1.9390 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9391 ++  *) ac_try_echo=$ac_try;;
  1.9392 ++esac
  1.9393 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9394 ++  (eval "$ac_compiler -V >&5") 2>&5
  1.9395 +   ac_status=$?
  1.9396 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9397 +   (exit $ac_status); }
  1.9398 +@@ -3801,47 +4557,77 @@
  1.9399 + # Try to create an executable without -o first, disregard a.out.
  1.9400 + # It will help us diagnose broken compilers, and finding out an intuition
  1.9401 + # of exeext.
  1.9402 +-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  1.9403 +-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  1.9404 ++{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  1.9405 ++echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
  1.9406 + ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  1.9407 +-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
  1.9408 +-  (eval $ac_link_default) 2>&5
  1.9409 ++#
  1.9410 ++# List of possible output files, starting from the most likely.
  1.9411 ++# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
  1.9412 ++# only as a last resort.  b.out is created by i960 compilers.
  1.9413 ++ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
  1.9414 ++#
  1.9415 ++# The IRIX 6 linker writes into existing files which may not be
  1.9416 ++# executable, retaining their permissions.  Remove them first so a
  1.9417 ++# subsequent execution test works.
  1.9418 ++ac_rmfiles=
  1.9419 ++for ac_file in $ac_files
  1.9420 ++do
  1.9421 ++  case $ac_file in
  1.9422 ++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  1.9423 ++    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  1.9424 ++  esac
  1.9425 ++done
  1.9426 ++rm -f $ac_rmfiles
  1.9427 ++
  1.9428 ++if { (ac_try="$ac_link_default"
  1.9429 ++case "(($ac_try" in
  1.9430 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9431 ++  *) ac_try_echo=$ac_try;;
  1.9432 ++esac
  1.9433 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9434 ++  (eval "$ac_link_default") 2>&5
  1.9435 +   ac_status=$?
  1.9436 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9437 +   (exit $ac_status); }; then
  1.9438 +-  # Find the output, starting from the most likely.  This scheme is
  1.9439 +-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
  1.9440 +-# resort.
  1.9441 +-
  1.9442 +-# Be careful to initialize this variable, since it used to be cached.
  1.9443 +-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  1.9444 +-ac_cv_exeext=
  1.9445 +-# b.out is created by i960 compilers.
  1.9446 +-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  1.9447 ++  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  1.9448 ++# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  1.9449 ++# in a Makefile.  We should not override ac_cv_exeext if it was cached,
  1.9450 ++# so that the user can short-circuit this test for compilers unknown to
  1.9451 ++# Autoconf.
  1.9452 ++for ac_file in $ac_files ''
  1.9453 + do
  1.9454 +   test -f "$ac_file" || continue
  1.9455 +   case $ac_file in
  1.9456 +-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  1.9457 +-	;;
  1.9458 +-    conftest.$ac_ext )
  1.9459 +-	# This is the source file.
  1.9460 ++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
  1.9461 + 	;;
  1.9462 +     [ab].out )
  1.9463 + 	# We found the default executable, but exeext='' is most
  1.9464 + 	# certainly right.
  1.9465 + 	break;;
  1.9466 +     *.* )
  1.9467 +-	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  1.9468 +-	# FIXME: I believe we export ac_cv_exeext for Libtool,
  1.9469 +-	# but it would be cool to find out if it's true.  Does anybody
  1.9470 +-	# maintain Libtool? --akim.
  1.9471 +-	export ac_cv_exeext
  1.9472 ++        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  1.9473 ++	then :; else
  1.9474 ++	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  1.9475 ++	fi
  1.9476 ++	# We set ac_cv_exeext here because the later test for it is not
  1.9477 ++	# safe: cross compilers may not add the suffix if given an `-o'
  1.9478 ++	# argument, so we may need to know it at that point already.
  1.9479 ++	# Even if this section looks crufty: it has the advantage of
  1.9480 ++	# actually working.
  1.9481 + 	break;;
  1.9482 +     * )
  1.9483 + 	break;;
  1.9484 +   esac
  1.9485 + done
  1.9486 ++test "$ac_cv_exeext" = no && ac_cv_exeext=
  1.9487 ++
  1.9488 + else
  1.9489 ++  ac_file=''
  1.9490 ++fi
  1.9491 ++
  1.9492 ++{ echo "$as_me:$LINENO: result: $ac_file" >&5
  1.9493 ++echo "${ECHO_T}$ac_file" >&6; }
  1.9494 ++if test -z "$ac_file"; then
  1.9495 +   echo "$as_me: failed program was:" >&5
  1.9496 + sed 's/^/| /' conftest.$ac_ext >&5
  1.9497 + 
  1.9498 +@@ -3853,19 +4639,21 @@
  1.9499 + fi
  1.9500 + 
  1.9501 + ac_exeext=$ac_cv_exeext
  1.9502 +-echo "$as_me:$LINENO: result: $ac_file" >&5
  1.9503 +-echo "${ECHO_T}$ac_file" >&6
  1.9504 + 
  1.9505 +-# Check the compiler produces executables we can run.  If not, either
  1.9506 ++# Check that the compiler produces executables we can run.  If not, either
  1.9507 + # the compiler is broken, or we cross compile.
  1.9508 +-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  1.9509 +-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  1.9510 ++{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  1.9511 ++echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
  1.9512 + # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  1.9513 + # If not cross compiling, check that we can run a simple program.
  1.9514 + if test "$cross_compiling" != yes; then
  1.9515 +   if { ac_try='./$ac_file'
  1.9516 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.9517 +-  (eval $ac_try) 2>&5
  1.9518 ++  { (case "(($ac_try" in
  1.9519 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9520 ++  *) ac_try_echo=$ac_try;;
  1.9521 ++esac
  1.9522 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9523 ++  (eval "$ac_try") 2>&5
  1.9524 +   ac_status=$?
  1.9525 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9526 +   (exit $ac_status); }; }; then
  1.9527 +@@ -3884,22 +4672,27 @@
  1.9528 +     fi
  1.9529 +   fi
  1.9530 + fi
  1.9531 +-echo "$as_me:$LINENO: result: yes" >&5
  1.9532 +-echo "${ECHO_T}yes" >&6
  1.9533 ++{ echo "$as_me:$LINENO: result: yes" >&5
  1.9534 ++echo "${ECHO_T}yes" >&6; }
  1.9535 + 
  1.9536 + rm -f a.out a.exe conftest$ac_cv_exeext b.out
  1.9537 + ac_clean_files=$ac_clean_files_save
  1.9538 +-# Check the compiler produces executables we can run.  If not, either
  1.9539 ++# Check that the compiler produces executables we can run.  If not, either
  1.9540 + # the compiler is broken, or we cross compile.
  1.9541 +-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  1.9542 +-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  1.9543 +-echo "$as_me:$LINENO: result: $cross_compiling" >&5
  1.9544 +-echo "${ECHO_T}$cross_compiling" >&6
  1.9545 +-
  1.9546 +-echo "$as_me:$LINENO: checking for suffix of executables" >&5
  1.9547 +-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  1.9548 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.9549 +-  (eval $ac_link) 2>&5
  1.9550 ++{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  1.9551 ++echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
  1.9552 ++{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
  1.9553 ++echo "${ECHO_T}$cross_compiling" >&6; }
  1.9554 ++
  1.9555 ++{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
  1.9556 ++echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
  1.9557 ++if { (ac_try="$ac_link"
  1.9558 ++case "(($ac_try" in
  1.9559 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9560 ++  *) ac_try_echo=$ac_try;;
  1.9561 ++esac
  1.9562 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9563 ++  (eval "$ac_link") 2>&5
  1.9564 +   ac_status=$?
  1.9565 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9566 +   (exit $ac_status); }; then
  1.9567 +@@ -3910,9 +4703,8 @@
  1.9568 + for ac_file in conftest.exe conftest conftest.*; do
  1.9569 +   test -f "$ac_file" || continue
  1.9570 +   case $ac_file in
  1.9571 +-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  1.9572 ++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  1.9573 +     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  1.9574 +-	  export ac_cv_exeext
  1.9575 + 	  break;;
  1.9576 +     * ) break;;
  1.9577 +   esac
  1.9578 +@@ -3926,14 +4718,14 @@
  1.9579 + fi
  1.9580 + 
  1.9581 + rm -f conftest$ac_cv_exeext
  1.9582 +-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  1.9583 +-echo "${ECHO_T}$ac_cv_exeext" >&6
  1.9584 ++{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  1.9585 ++echo "${ECHO_T}$ac_cv_exeext" >&6; }
  1.9586 + 
  1.9587 + rm -f conftest.$ac_ext
  1.9588 + EXEEXT=$ac_cv_exeext
  1.9589 + ac_exeext=$EXEEXT
  1.9590 +-echo "$as_me:$LINENO: checking for suffix of object files" >&5
  1.9591 +-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  1.9592 ++{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
  1.9593 ++echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
  1.9594 + if test "${ac_cv_objext+set}" = set; then
  1.9595 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9596 + else
  1.9597 +@@ -3953,14 +4745,20 @@
  1.9598 + }
  1.9599 + _ACEOF
  1.9600 + rm -f conftest.o conftest.obj
  1.9601 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.9602 +-  (eval $ac_compile) 2>&5
  1.9603 ++if { (ac_try="$ac_compile"
  1.9604 ++case "(($ac_try" in
  1.9605 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9606 ++  *) ac_try_echo=$ac_try;;
  1.9607 ++esac
  1.9608 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9609 ++  (eval "$ac_compile") 2>&5
  1.9610 +   ac_status=$?
  1.9611 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9612 +   (exit $ac_status); }; then
  1.9613 +-  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  1.9614 ++  for ac_file in conftest.o conftest.obj conftest.*; do
  1.9615 ++  test -f "$ac_file" || continue;
  1.9616 +   case $ac_file in
  1.9617 +-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  1.9618 ++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
  1.9619 +     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  1.9620 +        break;;
  1.9621 +   esac
  1.9622 +@@ -3978,12 +4776,12 @@
  1.9623 + 
  1.9624 + rm -f conftest.$ac_cv_objext conftest.$ac_ext
  1.9625 + fi
  1.9626 +-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  1.9627 +-echo "${ECHO_T}$ac_cv_objext" >&6
  1.9628 ++{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  1.9629 ++echo "${ECHO_T}$ac_cv_objext" >&6; }
  1.9630 + OBJEXT=$ac_cv_objext
  1.9631 + ac_objext=$OBJEXT
  1.9632 +-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  1.9633 +-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  1.9634 ++{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  1.9635 ++echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
  1.9636 + if test "${ac_cv_c_compiler_gnu+set}" = set; then
  1.9637 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9638 + else
  1.9639 +@@ -4006,50 +4804,49 @@
  1.9640 + }
  1.9641 + _ACEOF
  1.9642 + rm -f conftest.$ac_objext
  1.9643 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.9644 +-  (eval $ac_compile) 2>conftest.er1
  1.9645 ++if { (ac_try="$ac_compile"
  1.9646 ++case "(($ac_try" in
  1.9647 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9648 ++  *) ac_try_echo=$ac_try;;
  1.9649 ++esac
  1.9650 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9651 ++  (eval "$ac_compile") 2>conftest.er1
  1.9652 +   ac_status=$?
  1.9653 +   grep -v '^ *+' conftest.er1 >conftest.err
  1.9654 +   rm -f conftest.er1
  1.9655 +   cat conftest.err >&5
  1.9656 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9657 +-  (exit $ac_status); } &&
  1.9658 +-	 { ac_try='test -z "$ac_c_werror_flag"
  1.9659 +-			 || test ! -s conftest.err'
  1.9660 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.9661 +-  (eval $ac_try) 2>&5
  1.9662 +-  ac_status=$?
  1.9663 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9664 +-  (exit $ac_status); }; } &&
  1.9665 +-	 { ac_try='test -s conftest.$ac_objext'
  1.9666 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.9667 +-  (eval $ac_try) 2>&5
  1.9668 +-  ac_status=$?
  1.9669 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9670 +-  (exit $ac_status); }; }; then
  1.9671 ++  (exit $ac_status); } && {
  1.9672 ++	 test -z "$ac_c_werror_flag" ||
  1.9673 ++	 test ! -s conftest.err
  1.9674 ++       } && test -s conftest.$ac_objext; then
  1.9675 +   ac_compiler_gnu=yes
  1.9676 + else
  1.9677 +   echo "$as_me: failed program was:" >&5
  1.9678 + sed 's/^/| /' conftest.$ac_ext >&5
  1.9679 + 
  1.9680 +-ac_compiler_gnu=no
  1.9681 ++	ac_compiler_gnu=no
  1.9682 + fi
  1.9683 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.9684 ++
  1.9685 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.9686 + ac_cv_c_compiler_gnu=$ac_compiler_gnu
  1.9687 + 
  1.9688 + fi
  1.9689 +-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  1.9690 +-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  1.9691 ++{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  1.9692 ++echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  1.9693 + GCC=`test $ac_compiler_gnu = yes && echo yes`
  1.9694 + ac_test_CFLAGS=${CFLAGS+set}
  1.9695 + ac_save_CFLAGS=$CFLAGS
  1.9696 +-CFLAGS="-g"
  1.9697 +-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  1.9698 +-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  1.9699 ++{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  1.9700 ++echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  1.9701 + if test "${ac_cv_prog_cc_g+set}" = set; then
  1.9702 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9703 + else
  1.9704 +-  cat >conftest.$ac_ext <<_ACEOF
  1.9705 ++  ac_save_c_werror_flag=$ac_c_werror_flag
  1.9706 ++   ac_c_werror_flag=yes
  1.9707 ++   ac_cv_prog_cc_g=no
  1.9708 ++   CFLAGS="-g"
  1.9709 ++   cat >conftest.$ac_ext <<_ACEOF
  1.9710 + /* confdefs.h.  */
  1.9711 + _ACEOF
  1.9712 + cat confdefs.h >>conftest.$ac_ext
  1.9713 +@@ -4065,38 +4862,118 @@
  1.9714 + }
  1.9715 + _ACEOF
  1.9716 + rm -f conftest.$ac_objext
  1.9717 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.9718 +-  (eval $ac_compile) 2>conftest.er1
  1.9719 ++if { (ac_try="$ac_compile"
  1.9720 ++case "(($ac_try" in
  1.9721 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9722 ++  *) ac_try_echo=$ac_try;;
  1.9723 ++esac
  1.9724 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9725 ++  (eval "$ac_compile") 2>conftest.er1
  1.9726 +   ac_status=$?
  1.9727 +   grep -v '^ *+' conftest.er1 >conftest.err
  1.9728 +   rm -f conftest.er1
  1.9729 +   cat conftest.err >&5
  1.9730 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9731 +-  (exit $ac_status); } &&
  1.9732 +-	 { ac_try='test -z "$ac_c_werror_flag"
  1.9733 +-			 || test ! -s conftest.err'
  1.9734 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.9735 +-  (eval $ac_try) 2>&5
  1.9736 ++  (exit $ac_status); } && {
  1.9737 ++	 test -z "$ac_c_werror_flag" ||
  1.9738 ++	 test ! -s conftest.err
  1.9739 ++       } && test -s conftest.$ac_objext; then
  1.9740 ++  ac_cv_prog_cc_g=yes
  1.9741 ++else
  1.9742 ++  echo "$as_me: failed program was:" >&5
  1.9743 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.9744 ++
  1.9745 ++	CFLAGS=""
  1.9746 ++      cat >conftest.$ac_ext <<_ACEOF
  1.9747 ++/* confdefs.h.  */
  1.9748 ++_ACEOF
  1.9749 ++cat confdefs.h >>conftest.$ac_ext
  1.9750 ++cat >>conftest.$ac_ext <<_ACEOF
  1.9751 ++/* end confdefs.h.  */
  1.9752 ++
  1.9753 ++int
  1.9754 ++main ()
  1.9755 ++{
  1.9756 ++
  1.9757 ++  ;
  1.9758 ++  return 0;
  1.9759 ++}
  1.9760 ++_ACEOF
  1.9761 ++rm -f conftest.$ac_objext
  1.9762 ++if { (ac_try="$ac_compile"
  1.9763 ++case "(($ac_try" in
  1.9764 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9765 ++  *) ac_try_echo=$ac_try;;
  1.9766 ++esac
  1.9767 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9768 ++  (eval "$ac_compile") 2>conftest.er1
  1.9769 +   ac_status=$?
  1.9770 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.9771 ++  rm -f conftest.er1
  1.9772 ++  cat conftest.err >&5
  1.9773 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9774 +-  (exit $ac_status); }; } &&
  1.9775 +-	 { ac_try='test -s conftest.$ac_objext'
  1.9776 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.9777 +-  (eval $ac_try) 2>&5
  1.9778 ++  (exit $ac_status); } && {
  1.9779 ++	 test -z "$ac_c_werror_flag" ||
  1.9780 ++	 test ! -s conftest.err
  1.9781 ++       } && test -s conftest.$ac_objext; then
  1.9782 ++  :
  1.9783 ++else
  1.9784 ++  echo "$as_me: failed program was:" >&5
  1.9785 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.9786 ++
  1.9787 ++	ac_c_werror_flag=$ac_save_c_werror_flag
  1.9788 ++	 CFLAGS="-g"
  1.9789 ++	 cat >conftest.$ac_ext <<_ACEOF
  1.9790 ++/* confdefs.h.  */
  1.9791 ++_ACEOF
  1.9792 ++cat confdefs.h >>conftest.$ac_ext
  1.9793 ++cat >>conftest.$ac_ext <<_ACEOF
  1.9794 ++/* end confdefs.h.  */
  1.9795 ++
  1.9796 ++int
  1.9797 ++main ()
  1.9798 ++{
  1.9799 ++
  1.9800 ++  ;
  1.9801 ++  return 0;
  1.9802 ++}
  1.9803 ++_ACEOF
  1.9804 ++rm -f conftest.$ac_objext
  1.9805 ++if { (ac_try="$ac_compile"
  1.9806 ++case "(($ac_try" in
  1.9807 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9808 ++  *) ac_try_echo=$ac_try;;
  1.9809 ++esac
  1.9810 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9811 ++  (eval "$ac_compile") 2>conftest.er1
  1.9812 +   ac_status=$?
  1.9813 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.9814 ++  rm -f conftest.er1
  1.9815 ++  cat conftest.err >&5
  1.9816 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9817 +-  (exit $ac_status); }; }; then
  1.9818 ++  (exit $ac_status); } && {
  1.9819 ++	 test -z "$ac_c_werror_flag" ||
  1.9820 ++	 test ! -s conftest.err
  1.9821 ++       } && test -s conftest.$ac_objext; then
  1.9822 +   ac_cv_prog_cc_g=yes
  1.9823 + else
  1.9824 +   echo "$as_me: failed program was:" >&5
  1.9825 + sed 's/^/| /' conftest.$ac_ext >&5
  1.9826 + 
  1.9827 +-ac_cv_prog_cc_g=no
  1.9828 ++
  1.9829 + fi
  1.9830 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.9831 ++
  1.9832 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.9833 ++fi
  1.9834 ++
  1.9835 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.9836 ++fi
  1.9837 ++
  1.9838 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.9839 ++   ac_c_werror_flag=$ac_save_c_werror_flag
  1.9840 + fi
  1.9841 +-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  1.9842 +-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  1.9843 ++{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  1.9844 ++echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  1.9845 + if test "$ac_test_CFLAGS" = set; then
  1.9846 +   CFLAGS=$ac_save_CFLAGS
  1.9847 + elif test $ac_cv_prog_cc_g = yes; then
  1.9848 +@@ -4112,12 +4989,12 @@
  1.9849 +     CFLAGS=
  1.9850 +   fi
  1.9851 + fi
  1.9852 +-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  1.9853 +-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  1.9854 +-if test "${ac_cv_prog_cc_stdc+set}" = set; then
  1.9855 ++{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  1.9856 ++echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
  1.9857 ++if test "${ac_cv_prog_cc_c89+set}" = set; then
  1.9858 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.9859 + else
  1.9860 +-  ac_cv_prog_cc_stdc=no
  1.9861 ++  ac_cv_prog_cc_c89=no
  1.9862 + ac_save_CC=$CC
  1.9863 + cat >conftest.$ac_ext <<_ACEOF
  1.9864 + /* confdefs.h.  */
  1.9865 +@@ -4151,12 +5028,17 @@
  1.9866 + /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  1.9867 +    function prototypes and stuff, but not '\xHH' hex character constants.
  1.9868 +    These don't provoke an error unfortunately, instead are silently treated
  1.9869 +-   as 'x'.  The following induces an error, until -std1 is added to get
  1.9870 ++   as 'x'.  The following induces an error, until -std is added to get
  1.9871 +    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  1.9872 +    array size at least.  It's necessary to write '\x00'==0 to get something
  1.9873 +-   that's true only with -std1.  */
  1.9874 ++   that's true only with -std.  */
  1.9875 + int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  1.9876 + 
  1.9877 ++/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  1.9878 ++   inside strings and character constants.  */
  1.9879 ++#define FOO(x) 'x'
  1.9880 ++int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  1.9881 ++
  1.9882 + int test (int i, double x);
  1.9883 + struct s1 {int (*f) (int a);};
  1.9884 + struct s2 {int (*f) (double a);};
  1.9885 +@@ -4171,205 +5053,57 @@
  1.9886 +   return 0;
  1.9887 + }
  1.9888 + _ACEOF
  1.9889 +-# Don't try gcc -ansi; that turns off useful extensions and
  1.9890 +-# breaks some systems' header files.
  1.9891 +-# AIX			-qlanglvl=ansi
  1.9892 +-# Ultrix and OSF/1	-std1
  1.9893 +-# HP-UX 10.20 and later	-Ae
  1.9894 +-# HP-UX older versions	-Aa -D_HPUX_SOURCE
  1.9895 +-# SVR4			-Xc -D__EXTENSIONS__
  1.9896 +-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1.9897 ++for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  1.9898 ++	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1.9899 + do
  1.9900 +   CC="$ac_save_CC $ac_arg"
  1.9901 +   rm -f conftest.$ac_objext
  1.9902 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.9903 +-  (eval $ac_compile) 2>conftest.er1
  1.9904 ++if { (ac_try="$ac_compile"
  1.9905 ++case "(($ac_try" in
  1.9906 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.9907 ++  *) ac_try_echo=$ac_try;;
  1.9908 ++esac
  1.9909 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.9910 ++  (eval "$ac_compile") 2>conftest.er1
  1.9911 +   ac_status=$?
  1.9912 +   grep -v '^ *+' conftest.er1 >conftest.err
  1.9913 +   rm -f conftest.er1
  1.9914 +   cat conftest.err >&5
  1.9915 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9916 +-  (exit $ac_status); } &&
  1.9917 +-	 { ac_try='test -z "$ac_c_werror_flag"
  1.9918 +-			 || test ! -s conftest.err'
  1.9919 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.9920 +-  (eval $ac_try) 2>&5
  1.9921 +-  ac_status=$?
  1.9922 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9923 +-  (exit $ac_status); }; } &&
  1.9924 +-	 { ac_try='test -s conftest.$ac_objext'
  1.9925 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.9926 +-  (eval $ac_try) 2>&5
  1.9927 +-  ac_status=$?
  1.9928 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9929 +-  (exit $ac_status); }; }; then
  1.9930 +-  ac_cv_prog_cc_stdc=$ac_arg
  1.9931 +-break
  1.9932 ++  (exit $ac_status); } && {
  1.9933 ++	 test -z "$ac_c_werror_flag" ||
  1.9934 ++	 test ! -s conftest.err
  1.9935 ++       } && test -s conftest.$ac_objext; then
  1.9936 ++  ac_cv_prog_cc_c89=$ac_arg
  1.9937 + else
  1.9938 +   echo "$as_me: failed program was:" >&5
  1.9939 + sed 's/^/| /' conftest.$ac_ext >&5
  1.9940 + 
  1.9941 ++
  1.9942 + fi
  1.9943 +-rm -f conftest.err conftest.$ac_objext
  1.9944 ++
  1.9945 ++rm -f core conftest.err conftest.$ac_objext
  1.9946 ++  test "x$ac_cv_prog_cc_c89" != "xno" && break
  1.9947 + done
  1.9948 +-rm -f conftest.$ac_ext conftest.$ac_objext
  1.9949 ++rm -f conftest.$ac_ext
  1.9950 + CC=$ac_save_CC
  1.9951 + 
  1.9952 + fi
  1.9953 +-
  1.9954 +-case "x$ac_cv_prog_cc_stdc" in
  1.9955 +-  x|xno)
  1.9956 +-    echo "$as_me:$LINENO: result: none needed" >&5
  1.9957 +-echo "${ECHO_T}none needed" >&6 ;;
  1.9958 ++# AC_CACHE_VAL
  1.9959 ++case "x$ac_cv_prog_cc_c89" in
  1.9960 ++  x)
  1.9961 ++    { echo "$as_me:$LINENO: result: none needed" >&5
  1.9962 ++echo "${ECHO_T}none needed" >&6; } ;;
  1.9963 ++  xno)
  1.9964 ++    { echo "$as_me:$LINENO: result: unsupported" >&5
  1.9965 ++echo "${ECHO_T}unsupported" >&6; } ;;
  1.9966 +   *)
  1.9967 +-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  1.9968 +-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  1.9969 +-    CC="$CC $ac_cv_prog_cc_stdc" ;;
  1.9970 ++    CC="$CC $ac_cv_prog_cc_c89"
  1.9971 ++    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  1.9972 ++echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
  1.9973 + esac
  1.9974 + 
  1.9975 +-# Some people use a C++ compiler to compile C.  Since we use `exit',
  1.9976 +-# in C++ we need to declare it.  In case someone uses the same compiler
  1.9977 +-# for both compiling C and C++ we need to have the C++ compiler decide
  1.9978 +-# the declaration of exit, since it's the most demanding environment.
  1.9979 +-cat >conftest.$ac_ext <<_ACEOF
  1.9980 +-#ifndef __cplusplus
  1.9981 +-  choke me
  1.9982 +-#endif
  1.9983 +-_ACEOF
  1.9984 +-rm -f conftest.$ac_objext
  1.9985 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.9986 +-  (eval $ac_compile) 2>conftest.er1
  1.9987 +-  ac_status=$?
  1.9988 +-  grep -v '^ *+' conftest.er1 >conftest.err
  1.9989 +-  rm -f conftest.er1
  1.9990 +-  cat conftest.err >&5
  1.9991 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9992 +-  (exit $ac_status); } &&
  1.9993 +-	 { ac_try='test -z "$ac_c_werror_flag"
  1.9994 +-			 || test ! -s conftest.err'
  1.9995 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.9996 +-  (eval $ac_try) 2>&5
  1.9997 +-  ac_status=$?
  1.9998 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.9999 +-  (exit $ac_status); }; } &&
 1.10000 +-	 { ac_try='test -s conftest.$ac_objext'
 1.10001 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.10002 +-  (eval $ac_try) 2>&5
 1.10003 +-  ac_status=$?
 1.10004 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.10005 +-  (exit $ac_status); }; }; then
 1.10006 +-  for ac_declaration in \
 1.10007 +-   '' \
 1.10008 +-   'extern "C" void std::exit (int) throw (); using std::exit;' \
 1.10009 +-   'extern "C" void std::exit (int); using std::exit;' \
 1.10010 +-   'extern "C" void exit (int) throw ();' \
 1.10011 +-   'extern "C" void exit (int);' \
 1.10012 +-   'void exit (int);'
 1.10013 +-do
 1.10014 +-  cat >conftest.$ac_ext <<_ACEOF
 1.10015 +-/* confdefs.h.  */
 1.10016 +-_ACEOF
 1.10017 +-cat confdefs.h >>conftest.$ac_ext
 1.10018 +-cat >>conftest.$ac_ext <<_ACEOF
 1.10019 +-/* end confdefs.h.  */
 1.10020 +-$ac_declaration
 1.10021 +-#include <stdlib.h>
 1.10022 +-int
 1.10023 +-main ()
 1.10024 +-{
 1.10025 +-exit (42);
 1.10026 +-  ;
 1.10027 +-  return 0;
 1.10028 +-}
 1.10029 +-_ACEOF
 1.10030 +-rm -f conftest.$ac_objext
 1.10031 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.10032 +-  (eval $ac_compile) 2>conftest.er1
 1.10033 +-  ac_status=$?
 1.10034 +-  grep -v '^ *+' conftest.er1 >conftest.err
 1.10035 +-  rm -f conftest.er1
 1.10036 +-  cat conftest.err >&5
 1.10037 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.10038 +-  (exit $ac_status); } &&
 1.10039 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.10040 +-			 || test ! -s conftest.err'
 1.10041 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.10042 +-  (eval $ac_try) 2>&5
 1.10043 +-  ac_status=$?
 1.10044 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.10045 +-  (exit $ac_status); }; } &&
 1.10046 +-	 { ac_try='test -s conftest.$ac_objext'
 1.10047 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.10048 +-  (eval $ac_try) 2>&5
 1.10049 +-  ac_status=$?
 1.10050 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.10051 +-  (exit $ac_status); }; }; then
 1.10052 +-  :
 1.10053 +-else
 1.10054 +-  echo "$as_me: failed program was:" >&5
 1.10055 +-sed 's/^/| /' conftest.$ac_ext >&5
 1.10056 + 
 1.10057 +-continue
 1.10058 +-fi
 1.10059 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.10060 +-  cat >conftest.$ac_ext <<_ACEOF
 1.10061 +-/* confdefs.h.  */
 1.10062 +-_ACEOF
 1.10063 +-cat confdefs.h >>conftest.$ac_ext
 1.10064 +-cat >>conftest.$ac_ext <<_ACEOF
 1.10065 +-/* end confdefs.h.  */
 1.10066 +-$ac_declaration
 1.10067 +-int
 1.10068 +-main ()
 1.10069 +-{
 1.10070 +-exit (42);
 1.10071 +-  ;
 1.10072 +-  return 0;
 1.10073 +-}
 1.10074 +-_ACEOF
 1.10075 +-rm -f conftest.$ac_objext
 1.10076 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.10077 +-  (eval $ac_compile) 2>conftest.er1
 1.10078 +-  ac_status=$?
 1.10079 +-  grep -v '^ *+' conftest.er1 >conftest.err
 1.10080 +-  rm -f conftest.er1
 1.10081 +-  cat conftest.err >&5
 1.10082 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.10083 +-  (exit $ac_status); } &&
 1.10084 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.10085 +-			 || test ! -s conftest.err'
 1.10086 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.10087 +-  (eval $ac_try) 2>&5
 1.10088 +-  ac_status=$?
 1.10089 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.10090 +-  (exit $ac_status); }; } &&
 1.10091 +-	 { ac_try='test -s conftest.$ac_objext'
 1.10092 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.10093 +-  (eval $ac_try) 2>&5
 1.10094 +-  ac_status=$?
 1.10095 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.10096 +-  (exit $ac_status); }; }; then
 1.10097 +-  break
 1.10098 +-else
 1.10099 +-  echo "$as_me: failed program was:" >&5
 1.10100 +-sed 's/^/| /' conftest.$ac_ext >&5
 1.10101 +-
 1.10102 +-fi
 1.10103 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.10104 +-done
 1.10105 +-rm -f conftest*
 1.10106 +-if test -n "$ac_declaration"; then
 1.10107 +-  echo '#ifdef __cplusplus' >>confdefs.h
 1.10108 +-  echo $ac_declaration      >>confdefs.h
 1.10109 +-  echo '#endif'             >>confdefs.h
 1.10110 +-fi
 1.10111 +-
 1.10112 +-else
 1.10113 +-  echo "$as_me: failed program was:" >&5
 1.10114 +-sed 's/^/| /' conftest.$ac_ext >&5
 1.10115 +-
 1.10116 +-fi
 1.10117 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.10118 + ac_ext=c
 1.10119 + ac_cpp='$CPP $CPPFLAGS'
 1.10120 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 1.10121 +@@ -4378,8 +5112,8 @@
 1.10122 + 
 1.10123 + depcc="$CC"   am_compiler_list=
 1.10124 + 
 1.10125 +-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 1.10126 +-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 1.10127 ++{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 1.10128 ++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 1.10129 + if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 1.10130 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10131 + else
 1.10132 +@@ -4461,58 +5195,273 @@
 1.10133 +     fi
 1.10134 +   done
 1.10135 + 
 1.10136 +-  cd ..
 1.10137 +-  rm -rf conftest.dir
 1.10138 +-else
 1.10139 +-  am_cv_CC_dependencies_compiler_type=none
 1.10140 +-fi
 1.10141 ++  cd ..
 1.10142 ++  rm -rf conftest.dir
 1.10143 ++else
 1.10144 ++  am_cv_CC_dependencies_compiler_type=none
 1.10145 ++fi
 1.10146 ++
 1.10147 ++fi
 1.10148 ++{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 1.10149 ++echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 1.10150 ++CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 1.10151 ++
 1.10152 ++
 1.10153 ++
 1.10154 ++if
 1.10155 ++  test "x$enable_dependency_tracking" != xno \
 1.10156 ++  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
 1.10157 ++  am__fastdepCC_TRUE=
 1.10158 ++  am__fastdepCC_FALSE='#'
 1.10159 ++else
 1.10160 ++  am__fastdepCC_TRUE='#'
 1.10161 ++  am__fastdepCC_FALSE=
 1.10162 ++fi
 1.10163 ++
 1.10164 ++
 1.10165 ++{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 1.10166 ++echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
 1.10167 ++if test "${ac_cv_path_GREP+set}" = set; then
 1.10168 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10169 ++else
 1.10170 ++  # Extract the first word of "grep ggrep" to use in msg output
 1.10171 ++if test -z "$GREP"; then
 1.10172 ++set dummy grep ggrep; ac_prog_name=$2
 1.10173 ++if test "${ac_cv_path_GREP+set}" = set; then
 1.10174 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10175 ++else
 1.10176 ++  ac_path_GREP_found=false
 1.10177 ++# Loop through the user's path and test for each of PROGNAME-LIST
 1.10178 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.10179 ++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 1.10180 ++do
 1.10181 ++  IFS=$as_save_IFS
 1.10182 ++  test -z "$as_dir" && as_dir=.
 1.10183 ++  for ac_prog in grep ggrep; do
 1.10184 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.10185 ++    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 1.10186 ++    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 1.10187 ++    # Check for GNU ac_path_GREP and select it if it is found.
 1.10188 ++  # Check for GNU $ac_path_GREP
 1.10189 ++case `"$ac_path_GREP" --version 2>&1` in
 1.10190 ++*GNU*)
 1.10191 ++  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 1.10192 ++*)
 1.10193 ++  ac_count=0
 1.10194 ++  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 1.10195 ++  while :
 1.10196 ++  do
 1.10197 ++    cat "conftest.in" "conftest.in" >"conftest.tmp"
 1.10198 ++    mv "conftest.tmp" "conftest.in"
 1.10199 ++    cp "conftest.in" "conftest.nl"
 1.10200 ++    echo 'GREP' >> "conftest.nl"
 1.10201 ++    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 1.10202 ++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 1.10203 ++    ac_count=`expr $ac_count + 1`
 1.10204 ++    if test $ac_count -gt ${ac_path_GREP_max-0}; then
 1.10205 ++      # Best one so far, save it but keep looking for a better one
 1.10206 ++      ac_cv_path_GREP="$ac_path_GREP"
 1.10207 ++      ac_path_GREP_max=$ac_count
 1.10208 ++    fi
 1.10209 ++    # 10*(2^10) chars as input seems more than enough
 1.10210 ++    test $ac_count -gt 10 && break
 1.10211 ++  done
 1.10212 ++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 1.10213 ++esac
 1.10214 ++
 1.10215 ++
 1.10216 ++    $ac_path_GREP_found && break 3
 1.10217 ++  done
 1.10218 ++done
 1.10219 ++
 1.10220 ++done
 1.10221 ++IFS=$as_save_IFS
 1.10222 ++
 1.10223 ++
 1.10224 ++fi
 1.10225 ++
 1.10226 ++GREP="$ac_cv_path_GREP"
 1.10227 ++if test -z "$GREP"; then
 1.10228 ++  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 1.10229 ++echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 1.10230 ++   { (exit 1); exit 1; }; }
 1.10231 ++fi
 1.10232 ++
 1.10233 ++else
 1.10234 ++  ac_cv_path_GREP=$GREP
 1.10235 ++fi
 1.10236 ++
 1.10237 ++
 1.10238 ++fi
 1.10239 ++{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 1.10240 ++echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
 1.10241 ++ GREP="$ac_cv_path_GREP"
 1.10242 ++
 1.10243 ++
 1.10244 ++{ echo "$as_me:$LINENO: checking for egrep" >&5
 1.10245 ++echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
 1.10246 ++if test "${ac_cv_path_EGREP+set}" = set; then
 1.10247 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10248 ++else
 1.10249 ++  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 1.10250 ++   then ac_cv_path_EGREP="$GREP -E"
 1.10251 ++   else
 1.10252 ++     # Extract the first word of "egrep" to use in msg output
 1.10253 ++if test -z "$EGREP"; then
 1.10254 ++set dummy egrep; ac_prog_name=$2
 1.10255 ++if test "${ac_cv_path_EGREP+set}" = set; then
 1.10256 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10257 ++else
 1.10258 ++  ac_path_EGREP_found=false
 1.10259 ++# Loop through the user's path and test for each of PROGNAME-LIST
 1.10260 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.10261 ++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 1.10262 ++do
 1.10263 ++  IFS=$as_save_IFS
 1.10264 ++  test -z "$as_dir" && as_dir=.
 1.10265 ++  for ac_prog in egrep; do
 1.10266 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.10267 ++    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 1.10268 ++    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 1.10269 ++    # Check for GNU ac_path_EGREP and select it if it is found.
 1.10270 ++  # Check for GNU $ac_path_EGREP
 1.10271 ++case `"$ac_path_EGREP" --version 2>&1` in
 1.10272 ++*GNU*)
 1.10273 ++  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 1.10274 ++*)
 1.10275 ++  ac_count=0
 1.10276 ++  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 1.10277 ++  while :
 1.10278 ++  do
 1.10279 ++    cat "conftest.in" "conftest.in" >"conftest.tmp"
 1.10280 ++    mv "conftest.tmp" "conftest.in"
 1.10281 ++    cp "conftest.in" "conftest.nl"
 1.10282 ++    echo 'EGREP' >> "conftest.nl"
 1.10283 ++    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 1.10284 ++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 1.10285 ++    ac_count=`expr $ac_count + 1`
 1.10286 ++    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
 1.10287 ++      # Best one so far, save it but keep looking for a better one
 1.10288 ++      ac_cv_path_EGREP="$ac_path_EGREP"
 1.10289 ++      ac_path_EGREP_max=$ac_count
 1.10290 ++    fi
 1.10291 ++    # 10*(2^10) chars as input seems more than enough
 1.10292 ++    test $ac_count -gt 10 && break
 1.10293 ++  done
 1.10294 ++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 1.10295 ++esac
 1.10296 ++
 1.10297 ++
 1.10298 ++    $ac_path_EGREP_found && break 3
 1.10299 ++  done
 1.10300 ++done
 1.10301 ++
 1.10302 ++done
 1.10303 ++IFS=$as_save_IFS
 1.10304 ++
 1.10305 ++
 1.10306 ++fi
 1.10307 ++
 1.10308 ++EGREP="$ac_cv_path_EGREP"
 1.10309 ++if test -z "$EGREP"; then
 1.10310 ++  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 1.10311 ++echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 1.10312 ++   { (exit 1); exit 1; }; }
 1.10313 ++fi
 1.10314 ++
 1.10315 ++else
 1.10316 ++  ac_cv_path_EGREP=$EGREP
 1.10317 ++fi
 1.10318 ++
 1.10319 ++
 1.10320 ++   fi
 1.10321 ++fi
 1.10322 ++{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 1.10323 ++echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
 1.10324 ++ EGREP="$ac_cv_path_EGREP"
 1.10325 ++
 1.10326 ++
 1.10327 ++{ echo "$as_me:$LINENO: checking for fgrep" >&5
 1.10328 ++echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
 1.10329 ++if test "${ac_cv_path_FGREP+set}" = set; then
 1.10330 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10331 ++else
 1.10332 ++  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
 1.10333 ++   then ac_cv_path_FGREP="$GREP -F"
 1.10334 ++   else
 1.10335 ++     # Extract the first word of "fgrep" to use in msg output
 1.10336 ++if test -z "$FGREP"; then
 1.10337 ++set dummy fgrep; ac_prog_name=$2
 1.10338 ++if test "${ac_cv_path_FGREP+set}" = set; then
 1.10339 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10340 ++else
 1.10341 ++  ac_path_FGREP_found=false
 1.10342 ++# Loop through the user's path and test for each of PROGNAME-LIST
 1.10343 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.10344 ++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 1.10345 ++do
 1.10346 ++  IFS=$as_save_IFS
 1.10347 ++  test -z "$as_dir" && as_dir=.
 1.10348 ++  for ac_prog in fgrep; do
 1.10349 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.10350 ++    ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
 1.10351 ++    { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
 1.10352 ++    # Check for GNU ac_path_FGREP and select it if it is found.
 1.10353 ++  # Check for GNU $ac_path_FGREP
 1.10354 ++case `"$ac_path_FGREP" --version 2>&1` in
 1.10355 ++*GNU*)
 1.10356 ++  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
 1.10357 ++*)
 1.10358 ++  ac_count=0
 1.10359 ++  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 1.10360 ++  while :
 1.10361 ++  do
 1.10362 ++    cat "conftest.in" "conftest.in" >"conftest.tmp"
 1.10363 ++    mv "conftest.tmp" "conftest.in"
 1.10364 ++    cp "conftest.in" "conftest.nl"
 1.10365 ++    echo 'FGREP' >> "conftest.nl"
 1.10366 ++    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
 1.10367 ++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 1.10368 ++    ac_count=`expr $ac_count + 1`
 1.10369 ++    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
 1.10370 ++      # Best one so far, save it but keep looking for a better one
 1.10371 ++      ac_cv_path_FGREP="$ac_path_FGREP"
 1.10372 ++      ac_path_FGREP_max=$ac_count
 1.10373 ++    fi
 1.10374 ++    # 10*(2^10) chars as input seems more than enough
 1.10375 ++    test $ac_count -gt 10 && break
 1.10376 ++  done
 1.10377 ++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 1.10378 ++esac
 1.10379 ++
 1.10380 + 
 1.10381 +-fi
 1.10382 +-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 1.10383 +-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
 1.10384 +-CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 1.10385 ++    $ac_path_FGREP_found && break 3
 1.10386 ++  done
 1.10387 ++done
 1.10388 + 
 1.10389 ++done
 1.10390 ++IFS=$as_save_IFS
 1.10391 + 
 1.10392 + 
 1.10393 +-if
 1.10394 +-  test "x$enable_dependency_tracking" != xno \
 1.10395 +-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
 1.10396 +-  am__fastdepCC_TRUE=
 1.10397 +-  am__fastdepCC_FALSE='#'
 1.10398 +-else
 1.10399 +-  am__fastdepCC_TRUE='#'
 1.10400 +-  am__fastdepCC_FALSE=
 1.10401 + fi
 1.10402 + 
 1.10403 ++FGREP="$ac_cv_path_FGREP"
 1.10404 ++if test -z "$FGREP"; then
 1.10405 ++  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 1.10406 ++echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 1.10407 ++   { (exit 1); exit 1; }; }
 1.10408 ++fi
 1.10409 + 
 1.10410 +-echo "$as_me:$LINENO: checking for egrep" >&5
 1.10411 +-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
 1.10412 +-if test "${ac_cv_prog_egrep+set}" = set; then
 1.10413 +-  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10414 + else
 1.10415 +-  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
 1.10416 +-    then ac_cv_prog_egrep='grep -E'
 1.10417 +-    else ac_cv_prog_egrep='egrep'
 1.10418 +-    fi
 1.10419 ++  ac_cv_path_FGREP=$FGREP
 1.10420 + fi
 1.10421 +-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
 1.10422 +-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
 1.10423 +- EGREP=$ac_cv_prog_egrep
 1.10424 + 
 1.10425 + 
 1.10426 +-echo "$as_me:$LINENO: checking for fgrep" >&5
 1.10427 +-echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
 1.10428 +-if test "${ac_cv_prog_fgrep+set}" = set; then
 1.10429 +-  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10430 +-else
 1.10431 +-  if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
 1.10432 +-    then ac_cv_prog_fgrep='grep -F'
 1.10433 +-    else ac_cv_prog_fgrep='fgrep'
 1.10434 +-    fi
 1.10435 ++   fi
 1.10436 + fi
 1.10437 +-echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
 1.10438 +-echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
 1.10439 +- FGREP=$ac_cv_prog_fgrep
 1.10440 ++{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
 1.10441 ++echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
 1.10442 ++ FGREP="$ac_cv_path_FGREP"
 1.10443 + 
 1.10444 + 
 1.10445 + test -z "$GREP" && GREP=grep
 1.10446 +@@ -4535,18 +5484,18 @@
 1.10447 + 
 1.10448 + 
 1.10449 + 
 1.10450 +-# Check whether --with-gnu-ld or --without-gnu-ld was given.
 1.10451 ++# Check whether --with-gnu-ld was given.
 1.10452 + if test "${with_gnu_ld+set}" = set; then
 1.10453 +-  withval="$with_gnu_ld"
 1.10454 +-  test "$withval" = no || with_gnu_ld=yes
 1.10455 ++  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 1.10456 + else
 1.10457 +   with_gnu_ld=no
 1.10458 +-fi;
 1.10459 ++fi
 1.10460 ++
 1.10461 + ac_prog=ld
 1.10462 + if test "$GCC" = yes; then
 1.10463 +   # Check if gcc -print-prog-name=ld gives a path.
 1.10464 +-  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 1.10465 +-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
 1.10466 ++  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 1.10467 ++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 1.10468 +   case $host in
 1.10469 +   *-*-mingw*)
 1.10470 +     # gcc leaves a trailing carriage return which upsets mingw
 1.10471 +@@ -4575,11 +5524,11 @@
 1.10472 +     ;;
 1.10473 +   esac
 1.10474 + elif test "$with_gnu_ld" = yes; then
 1.10475 +-  echo "$as_me:$LINENO: checking for GNU ld" >&5
 1.10476 +-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
 1.10477 ++  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 1.10478 ++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 1.10479 + else
 1.10480 +-  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 1.10481 +-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
 1.10482 ++  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 1.10483 ++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 1.10484 + fi
 1.10485 + if test "${lt_cv_path_LD+set}" = set; then
 1.10486 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10487 +@@ -4612,17 +5561,17 @@
 1.10488 + 
 1.10489 + LD="$lt_cv_path_LD"
 1.10490 + if test -n "$LD"; then
 1.10491 +-  echo "$as_me:$LINENO: result: $LD" >&5
 1.10492 +-echo "${ECHO_T}$LD" >&6
 1.10493 ++  { echo "$as_me:$LINENO: result: $LD" >&5
 1.10494 ++echo "${ECHO_T}$LD" >&6; }
 1.10495 + else
 1.10496 +-  echo "$as_me:$LINENO: result: no" >&5
 1.10497 +-echo "${ECHO_T}no" >&6
 1.10498 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.10499 ++echo "${ECHO_T}no" >&6; }
 1.10500 + fi
 1.10501 + test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 1.10502 + echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 1.10503 +    { (exit 1); exit 1; }; }
 1.10504 +-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 1.10505 +-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
 1.10506 ++{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 1.10507 ++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 1.10508 + if test "${lt_cv_prog_gnu_ld+set}" = set; then
 1.10509 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10510 + else
 1.10511 +@@ -4636,8 +5585,8 @@
 1.10512 +   ;;
 1.10513 + esac
 1.10514 + fi
 1.10515 +-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 1.10516 +-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
 1.10517 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 1.10518 ++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 1.10519 + with_gnu_ld=$lt_cv_prog_gnu_ld
 1.10520 + 
 1.10521 + 
 1.10522 +@@ -4648,8 +5597,8 @@
 1.10523 + 
 1.10524 + 
 1.10525 + 
 1.10526 +-echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 1.10527 +-echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
 1.10528 ++{ echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 1.10529 ++echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
 1.10530 + if test "${lt_cv_path_NM+set}" = set; then
 1.10531 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10532 + else
 1.10533 +@@ -4697,8 +5646,8 @@
 1.10534 +   : ${lt_cv_path_NM=no}
 1.10535 + fi
 1.10536 + fi
 1.10537 +-echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 1.10538 +-echo "${ECHO_T}$lt_cv_path_NM" >&6
 1.10539 ++{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 1.10540 ++echo "${ECHO_T}$lt_cv_path_NM" >&6; }
 1.10541 + if test "$lt_cv_path_NM" != "no"; then
 1.10542 +   NM="$lt_cv_path_NM"
 1.10543 + else
 1.10544 +@@ -4708,8 +5657,8 @@
 1.10545 +   do
 1.10546 +     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 1.10547 + set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 1.10548 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10549 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.10550 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10551 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.10552 + if test "${ac_cv_prog_DUMPBIN+set}" = set; then
 1.10553 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10554 + else
 1.10555 +@@ -4722,25 +5671,27 @@
 1.10556 +   IFS=$as_save_IFS
 1.10557 +   test -z "$as_dir" && as_dir=.
 1.10558 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.10559 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.10560 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.10561 +     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
 1.10562 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.10563 +     break 2
 1.10564 +   fi
 1.10565 + done
 1.10566 + done
 1.10567 ++IFS=$as_save_IFS
 1.10568 + 
 1.10569 + fi
 1.10570 + fi
 1.10571 + DUMPBIN=$ac_cv_prog_DUMPBIN
 1.10572 + if test -n "$DUMPBIN"; then
 1.10573 +-  echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 1.10574 +-echo "${ECHO_T}$DUMPBIN" >&6
 1.10575 ++  { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 1.10576 ++echo "${ECHO_T}$DUMPBIN" >&6; }
 1.10577 + else
 1.10578 +-  echo "$as_me:$LINENO: result: no" >&5
 1.10579 +-echo "${ECHO_T}no" >&6
 1.10580 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.10581 ++echo "${ECHO_T}no" >&6; }
 1.10582 + fi
 1.10583 + 
 1.10584 ++
 1.10585 +     test -n "$DUMPBIN" && break
 1.10586 +   done
 1.10587 + fi
 1.10588 +@@ -4750,8 +5701,8 @@
 1.10589 + do
 1.10590 +   # Extract the first word of "$ac_prog", so it can be a program name with args.
 1.10591 + set dummy $ac_prog; ac_word=$2
 1.10592 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10593 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.10594 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10595 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.10596 + if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
 1.10597 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10598 + else
 1.10599 +@@ -4764,30 +5715,45 @@
 1.10600 +   IFS=$as_save_IFS
 1.10601 +   test -z "$as_dir" && as_dir=.
 1.10602 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.10603 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.10604 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.10605 +     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
 1.10606 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.10607 +     break 2
 1.10608 +   fi
 1.10609 + done
 1.10610 + done
 1.10611 ++IFS=$as_save_IFS
 1.10612 + 
 1.10613 + fi
 1.10614 + fi
 1.10615 + ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
 1.10616 + if test -n "$ac_ct_DUMPBIN"; then
 1.10617 +-  echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 1.10618 +-echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
 1.10619 ++  { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 1.10620 ++echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
 1.10621 + else
 1.10622 +-  echo "$as_me:$LINENO: result: no" >&5
 1.10623 +-echo "${ECHO_T}no" >&6
 1.10624 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.10625 ++echo "${ECHO_T}no" >&6; }
 1.10626 + fi
 1.10627 + 
 1.10628 ++
 1.10629 +   test -n "$ac_ct_DUMPBIN" && break
 1.10630 + done
 1.10631 +-test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
 1.10632 + 
 1.10633 +-  DUMPBIN=$ac_ct_DUMPBIN
 1.10634 ++  if test "x$ac_ct_DUMPBIN" = x; then
 1.10635 ++    DUMPBIN=":"
 1.10636 ++  else
 1.10637 ++    case $cross_compiling:$ac_tool_warned in
 1.10638 ++yes:)
 1.10639 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.10640 ++whose name does not start with the host triplet.  If you think this
 1.10641 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.10642 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.10643 ++whose name does not start with the host triplet.  If you think this
 1.10644 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.10645 ++ac_tool_warned=yes ;;
 1.10646 ++esac
 1.10647 ++    DUMPBIN=$ac_ct_DUMPBIN
 1.10648 ++  fi
 1.10649 + fi
 1.10650 + 
 1.10651 + 
 1.10652 +@@ -4802,43 +5768,43 @@
 1.10653 + 
 1.10654 + 
 1.10655 + 
 1.10656 +-echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 1.10657 +-echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
 1.10658 ++{ echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 1.10659 ++echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
 1.10660 + if test "${lt_cv_nm_interface+set}" = set; then
 1.10661 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10662 + else
 1.10663 +   lt_cv_nm_interface="BSD nm"
 1.10664 +   echo "int some_variable = 0;" > conftest.$ac_ext
 1.10665 +-  (eval echo "\"\$as_me:4812: $ac_compile\"" >&5)
 1.10666 ++  (eval echo "\"\$as_me:5778: $ac_compile\"" >&5)
 1.10667 +   (eval "$ac_compile" 2>conftest.err)
 1.10668 +   cat conftest.err >&5
 1.10669 +-  (eval echo "\"\$as_me:4815: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 1.10670 ++  (eval echo "\"\$as_me:5781: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 1.10671 +   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 1.10672 +   cat conftest.err >&5
 1.10673 +-  (eval echo "\"\$as_me:4818: output\"" >&5)
 1.10674 ++  (eval echo "\"\$as_me:5784: output\"" >&5)
 1.10675 +   cat conftest.out >&5
 1.10676 +   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 1.10677 +     lt_cv_nm_interface="MS dumpbin"
 1.10678 +   fi
 1.10679 +   rm -f conftest*
 1.10680 + fi
 1.10681 +-echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 1.10682 +-echo "${ECHO_T}$lt_cv_nm_interface" >&6
 1.10683 ++{ echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 1.10684 ++echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
 1.10685 + 
 1.10686 +-echo "$as_me:$LINENO: checking whether ln -s works" >&5
 1.10687 +-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
 1.10688 ++{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
 1.10689 ++echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 1.10690 + LN_S=$as_ln_s
 1.10691 + if test "$LN_S" = "ln -s"; then
 1.10692 +-  echo "$as_me:$LINENO: result: yes" >&5
 1.10693 +-echo "${ECHO_T}yes" >&6
 1.10694 ++  { echo "$as_me:$LINENO: result: yes" >&5
 1.10695 ++echo "${ECHO_T}yes" >&6; }
 1.10696 + else
 1.10697 +-  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 1.10698 +-echo "${ECHO_T}no, using $LN_S" >&6
 1.10699 ++  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 1.10700 ++echo "${ECHO_T}no, using $LN_S" >&6; }
 1.10701 + fi
 1.10702 + 
 1.10703 + # find the maximum length of command line arguments
 1.10704 +-echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 1.10705 +-echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
 1.10706 ++{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 1.10707 ++echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
 1.10708 + if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 1.10709 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10710 + else
 1.10711 +@@ -4957,11 +5923,11 @@
 1.10712 + fi
 1.10713 + 
 1.10714 + if test -n $lt_cv_sys_max_cmd_len ; then
 1.10715 +-  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 1.10716 +-echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
 1.10717 ++  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 1.10718 ++echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 1.10719 + else
 1.10720 +-  echo "$as_me:$LINENO: result: none" >&5
 1.10721 +-echo "${ECHO_T}none" >&6
 1.10722 ++  { echo "$as_me:$LINENO: result: none" >&5
 1.10723 ++echo "${ECHO_T}none" >&6; }
 1.10724 + fi
 1.10725 + max_cmd_len=$lt_cv_sys_max_cmd_len
 1.10726 + 
 1.10727 +@@ -4974,8 +5940,8 @@
 1.10728 + : ${MV="mv -f"}
 1.10729 + : ${RM="rm -f"}
 1.10730 + 
 1.10731 +-echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 1.10732 +-echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
 1.10733 ++{ echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 1.10734 ++echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
 1.10735 + # Try some XSI features
 1.10736 + xsi_shell=no
 1.10737 + ( _lt_dummy="a/b/c"
 1.10738 +@@ -4984,18 +5950,18 @@
 1.10739 +     && eval 'test $(( 1 + 1 )) -eq 2 \
 1.10740 +     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 1.10741 +   && xsi_shell=yes
 1.10742 +-echo "$as_me:$LINENO: result: $xsi_shell" >&5
 1.10743 +-echo "${ECHO_T}$xsi_shell" >&6
 1.10744 ++{ echo "$as_me:$LINENO: result: $xsi_shell" >&5
 1.10745 ++echo "${ECHO_T}$xsi_shell" >&6; }
 1.10746 + 
 1.10747 + 
 1.10748 +-echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 1.10749 +-echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
 1.10750 ++{ echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 1.10751 ++echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
 1.10752 + lt_shell_append=no
 1.10753 + ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
 1.10754 +     >/dev/null 2>&1 \
 1.10755 +   && lt_shell_append=yes
 1.10756 +-echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 1.10757 +-echo "${ECHO_T}$lt_shell_append" >&6
 1.10758 ++{ echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 1.10759 ++echo "${ECHO_T}$lt_shell_append" >&6; }
 1.10760 + 
 1.10761 + 
 1.10762 + if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 1.10763 +@@ -5029,15 +5995,15 @@
 1.10764 + 
 1.10765 + 
 1.10766 + 
 1.10767 +-echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 1.10768 +-echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
 1.10769 ++{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 1.10770 ++echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 1.10771 + if test "${lt_cv_ld_reload_flag+set}" = set; then
 1.10772 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10773 + else
 1.10774 +   lt_cv_ld_reload_flag='-r'
 1.10775 + fi
 1.10776 +-echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 1.10777 +-echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
 1.10778 ++{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 1.10779 ++echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 1.10780 + reload_flag=$lt_cv_ld_reload_flag
 1.10781 + case $reload_flag in
 1.10782 + "" | " "*) ;;
 1.10783 +@@ -5065,8 +6031,8 @@
 1.10784 + if test -n "$ac_tool_prefix"; then
 1.10785 +   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
 1.10786 + set dummy ${ac_tool_prefix}objdump; ac_word=$2
 1.10787 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10788 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.10789 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10790 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.10791 + if test "${ac_cv_prog_OBJDUMP+set}" = set; then
 1.10792 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10793 + else
 1.10794 +@@ -5079,32 +6045,34 @@
 1.10795 +   IFS=$as_save_IFS
 1.10796 +   test -z "$as_dir" && as_dir=.
 1.10797 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.10798 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.10799 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.10800 +     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
 1.10801 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.10802 +     break 2
 1.10803 +   fi
 1.10804 + done
 1.10805 + done
 1.10806 ++IFS=$as_save_IFS
 1.10807 + 
 1.10808 + fi
 1.10809 + fi
 1.10810 + OBJDUMP=$ac_cv_prog_OBJDUMP
 1.10811 + if test -n "$OBJDUMP"; then
 1.10812 +-  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 1.10813 +-echo "${ECHO_T}$OBJDUMP" >&6
 1.10814 ++  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 1.10815 ++echo "${ECHO_T}$OBJDUMP" >&6; }
 1.10816 + else
 1.10817 +-  echo "$as_me:$LINENO: result: no" >&5
 1.10818 +-echo "${ECHO_T}no" >&6
 1.10819 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.10820 ++echo "${ECHO_T}no" >&6; }
 1.10821 + fi
 1.10822 + 
 1.10823 ++
 1.10824 + fi
 1.10825 + if test -z "$ac_cv_prog_OBJDUMP"; then
 1.10826 +   ac_ct_OBJDUMP=$OBJDUMP
 1.10827 +   # Extract the first word of "objdump", so it can be a program name with args.
 1.10828 + set dummy objdump; ac_word=$2
 1.10829 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10830 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.10831 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10832 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.10833 + if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
 1.10834 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10835 + else
 1.10836 +@@ -5117,27 +6085,41 @@
 1.10837 +   IFS=$as_save_IFS
 1.10838 +   test -z "$as_dir" && as_dir=.
 1.10839 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.10840 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.10841 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.10842 +     ac_cv_prog_ac_ct_OBJDUMP="objdump"
 1.10843 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.10844 +     break 2
 1.10845 +   fi
 1.10846 + done
 1.10847 + done
 1.10848 ++IFS=$as_save_IFS
 1.10849 + 
 1.10850 +-  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
 1.10851 + fi
 1.10852 + fi
 1.10853 + ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
 1.10854 + if test -n "$ac_ct_OBJDUMP"; then
 1.10855 +-  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 1.10856 +-echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
 1.10857 ++  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 1.10858 ++echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
 1.10859 + else
 1.10860 +-  echo "$as_me:$LINENO: result: no" >&5
 1.10861 +-echo "${ECHO_T}no" >&6
 1.10862 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.10863 ++echo "${ECHO_T}no" >&6; }
 1.10864 + fi
 1.10865 + 
 1.10866 +-  OBJDUMP=$ac_ct_OBJDUMP
 1.10867 ++  if test "x$ac_ct_OBJDUMP" = x; then
 1.10868 ++    OBJDUMP="false"
 1.10869 ++  else
 1.10870 ++    case $cross_compiling:$ac_tool_warned in
 1.10871 ++yes:)
 1.10872 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.10873 ++whose name does not start with the host triplet.  If you think this
 1.10874 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.10875 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.10876 ++whose name does not start with the host triplet.  If you think this
 1.10877 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.10878 ++ac_tool_warned=yes ;;
 1.10879 ++esac
 1.10880 ++    OBJDUMP=$ac_ct_OBJDUMP
 1.10881 ++  fi
 1.10882 + else
 1.10883 +   OBJDUMP="$ac_cv_prog_OBJDUMP"
 1.10884 + fi
 1.10885 +@@ -5149,8 +6131,8 @@
 1.10886 + 
 1.10887 + 
 1.10888 + 
 1.10889 +-echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 1.10890 +-echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
 1.10891 ++{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 1.10892 ++echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
 1.10893 + if test "${lt_cv_deplibs_check_method+set}" = set; then
 1.10894 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10895 + else
 1.10896 +@@ -5345,8 +6327,8 @@
 1.10897 + esac
 1.10898 + 
 1.10899 + fi
 1.10900 +-echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 1.10901 +-echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
 1.10902 ++{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 1.10903 ++echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 1.10904 + file_magic_cmd=$lt_cv_file_magic_cmd
 1.10905 + deplibs_check_method=$lt_cv_deplibs_check_method
 1.10906 + test -z "$deplibs_check_method" && deplibs_check_method=unknown
 1.10907 +@@ -5365,8 +6347,8 @@
 1.10908 + if test -n "$ac_tool_prefix"; then
 1.10909 +   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 1.10910 + set dummy ${ac_tool_prefix}ar; ac_word=$2
 1.10911 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10912 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.10913 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10914 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.10915 + if test "${ac_cv_prog_AR+set}" = set; then
 1.10916 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10917 + else
 1.10918 +@@ -5379,32 +6361,34 @@
 1.10919 +   IFS=$as_save_IFS
 1.10920 +   test -z "$as_dir" && as_dir=.
 1.10921 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.10922 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.10923 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.10924 +     ac_cv_prog_AR="${ac_tool_prefix}ar"
 1.10925 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.10926 +     break 2
 1.10927 +   fi
 1.10928 + done
 1.10929 + done
 1.10930 ++IFS=$as_save_IFS
 1.10931 + 
 1.10932 + fi
 1.10933 + fi
 1.10934 + AR=$ac_cv_prog_AR
 1.10935 + if test -n "$AR"; then
 1.10936 +-  echo "$as_me:$LINENO: result: $AR" >&5
 1.10937 +-echo "${ECHO_T}$AR" >&6
 1.10938 ++  { echo "$as_me:$LINENO: result: $AR" >&5
 1.10939 ++echo "${ECHO_T}$AR" >&6; }
 1.10940 + else
 1.10941 +-  echo "$as_me:$LINENO: result: no" >&5
 1.10942 +-echo "${ECHO_T}no" >&6
 1.10943 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.10944 ++echo "${ECHO_T}no" >&6; }
 1.10945 + fi
 1.10946 + 
 1.10947 ++
 1.10948 + fi
 1.10949 + if test -z "$ac_cv_prog_AR"; then
 1.10950 +   ac_ct_AR=$AR
 1.10951 +   # Extract the first word of "ar", so it can be a program name with args.
 1.10952 + set dummy ar; ac_word=$2
 1.10953 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10954 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.10955 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.10956 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.10957 + if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 1.10958 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.10959 + else
 1.10960 +@@ -5417,27 +6401,41 @@
 1.10961 +   IFS=$as_save_IFS
 1.10962 +   test -z "$as_dir" && as_dir=.
 1.10963 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.10964 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.10965 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.10966 +     ac_cv_prog_ac_ct_AR="ar"
 1.10967 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.10968 +     break 2
 1.10969 +   fi
 1.10970 + done
 1.10971 + done
 1.10972 ++IFS=$as_save_IFS
 1.10973 + 
 1.10974 +-  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
 1.10975 + fi
 1.10976 + fi
 1.10977 + ac_ct_AR=$ac_cv_prog_ac_ct_AR
 1.10978 + if test -n "$ac_ct_AR"; then
 1.10979 +-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 1.10980 +-echo "${ECHO_T}$ac_ct_AR" >&6
 1.10981 ++  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 1.10982 ++echo "${ECHO_T}$ac_ct_AR" >&6; }
 1.10983 + else
 1.10984 +-  echo "$as_me:$LINENO: result: no" >&5
 1.10985 +-echo "${ECHO_T}no" >&6
 1.10986 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.10987 ++echo "${ECHO_T}no" >&6; }
 1.10988 + fi
 1.10989 + 
 1.10990 +-  AR=$ac_ct_AR
 1.10991 ++  if test "x$ac_ct_AR" = x; then
 1.10992 ++    AR="false"
 1.10993 ++  else
 1.10994 ++    case $cross_compiling:$ac_tool_warned in
 1.10995 ++yes:)
 1.10996 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.10997 ++whose name does not start with the host triplet.  If you think this
 1.10998 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.10999 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.11000 ++whose name does not start with the host triplet.  If you think this
 1.11001 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.11002 ++ac_tool_warned=yes ;;
 1.11003 ++esac
 1.11004 ++    AR=$ac_ct_AR
 1.11005 ++  fi
 1.11006 + else
 1.11007 +   AR="$ac_cv_prog_AR"
 1.11008 + fi
 1.11009 +@@ -5458,8 +6456,8 @@
 1.11010 + if test -n "$ac_tool_prefix"; then
 1.11011 +   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 1.11012 + set dummy ${ac_tool_prefix}strip; ac_word=$2
 1.11013 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11014 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11015 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11016 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11017 + if test "${ac_cv_prog_STRIP+set}" = set; then
 1.11018 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11019 + else
 1.11020 +@@ -5472,32 +6470,34 @@
 1.11021 +   IFS=$as_save_IFS
 1.11022 +   test -z "$as_dir" && as_dir=.
 1.11023 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11024 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11025 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11026 +     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 1.11027 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11028 +     break 2
 1.11029 +   fi
 1.11030 + done
 1.11031 + done
 1.11032 ++IFS=$as_save_IFS
 1.11033 + 
 1.11034 + fi
 1.11035 + fi
 1.11036 + STRIP=$ac_cv_prog_STRIP
 1.11037 + if test -n "$STRIP"; then
 1.11038 +-  echo "$as_me:$LINENO: result: $STRIP" >&5
 1.11039 +-echo "${ECHO_T}$STRIP" >&6
 1.11040 ++  { echo "$as_me:$LINENO: result: $STRIP" >&5
 1.11041 ++echo "${ECHO_T}$STRIP" >&6; }
 1.11042 + else
 1.11043 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11044 +-echo "${ECHO_T}no" >&6
 1.11045 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11046 ++echo "${ECHO_T}no" >&6; }
 1.11047 + fi
 1.11048 + 
 1.11049 ++
 1.11050 + fi
 1.11051 + if test -z "$ac_cv_prog_STRIP"; then
 1.11052 +   ac_ct_STRIP=$STRIP
 1.11053 +   # Extract the first word of "strip", so it can be a program name with args.
 1.11054 + set dummy strip; ac_word=$2
 1.11055 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11056 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11057 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11058 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11059 + if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 1.11060 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11061 + else
 1.11062 +@@ -5510,27 +6510,41 @@
 1.11063 +   IFS=$as_save_IFS
 1.11064 +   test -z "$as_dir" && as_dir=.
 1.11065 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11066 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11067 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11068 +     ac_cv_prog_ac_ct_STRIP="strip"
 1.11069 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11070 +     break 2
 1.11071 +   fi
 1.11072 + done
 1.11073 + done
 1.11074 ++IFS=$as_save_IFS
 1.11075 + 
 1.11076 +-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 1.11077 + fi
 1.11078 + fi
 1.11079 + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 1.11080 + if test -n "$ac_ct_STRIP"; then
 1.11081 +-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 1.11082 +-echo "${ECHO_T}$ac_ct_STRIP" >&6
 1.11083 ++  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 1.11084 ++echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 1.11085 + else
 1.11086 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11087 +-echo "${ECHO_T}no" >&6
 1.11088 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11089 ++echo "${ECHO_T}no" >&6; }
 1.11090 + fi
 1.11091 + 
 1.11092 +-  STRIP=$ac_ct_STRIP
 1.11093 ++  if test "x$ac_ct_STRIP" = x; then
 1.11094 ++    STRIP=":"
 1.11095 ++  else
 1.11096 ++    case $cross_compiling:$ac_tool_warned in
 1.11097 ++yes:)
 1.11098 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.11099 ++whose name does not start with the host triplet.  If you think this
 1.11100 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.11101 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.11102 ++whose name does not start with the host triplet.  If you think this
 1.11103 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.11104 ++ac_tool_warned=yes ;;
 1.11105 ++esac
 1.11106 ++    STRIP=$ac_ct_STRIP
 1.11107 ++  fi
 1.11108 + else
 1.11109 +   STRIP="$ac_cv_prog_STRIP"
 1.11110 + fi
 1.11111 +@@ -5545,8 +6559,8 @@
 1.11112 + if test -n "$ac_tool_prefix"; then
 1.11113 +   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 1.11114 + set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 1.11115 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11116 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11117 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11118 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11119 + if test "${ac_cv_prog_RANLIB+set}" = set; then
 1.11120 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11121 + else
 1.11122 +@@ -5559,32 +6573,34 @@
 1.11123 +   IFS=$as_save_IFS
 1.11124 +   test -z "$as_dir" && as_dir=.
 1.11125 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11126 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11127 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11128 +     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 1.11129 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11130 +     break 2
 1.11131 +   fi
 1.11132 + done
 1.11133 + done
 1.11134 ++IFS=$as_save_IFS
 1.11135 + 
 1.11136 + fi
 1.11137 + fi
 1.11138 + RANLIB=$ac_cv_prog_RANLIB
 1.11139 + if test -n "$RANLIB"; then
 1.11140 +-  echo "$as_me:$LINENO: result: $RANLIB" >&5
 1.11141 +-echo "${ECHO_T}$RANLIB" >&6
 1.11142 ++  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 1.11143 ++echo "${ECHO_T}$RANLIB" >&6; }
 1.11144 + else
 1.11145 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11146 +-echo "${ECHO_T}no" >&6
 1.11147 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11148 ++echo "${ECHO_T}no" >&6; }
 1.11149 + fi
 1.11150 + 
 1.11151 ++
 1.11152 + fi
 1.11153 + if test -z "$ac_cv_prog_RANLIB"; then
 1.11154 +   ac_ct_RANLIB=$RANLIB
 1.11155 +   # Extract the first word of "ranlib", so it can be a program name with args.
 1.11156 + set dummy ranlib; ac_word=$2
 1.11157 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11158 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11159 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11160 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11161 + if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 1.11162 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11163 + else
 1.11164 +@@ -5597,27 +6613,41 @@
 1.11165 +   IFS=$as_save_IFS
 1.11166 +   test -z "$as_dir" && as_dir=.
 1.11167 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11168 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11169 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11170 +     ac_cv_prog_ac_ct_RANLIB="ranlib"
 1.11171 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11172 +     break 2
 1.11173 +   fi
 1.11174 + done
 1.11175 + done
 1.11176 ++IFS=$as_save_IFS
 1.11177 + 
 1.11178 +-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
 1.11179 + fi
 1.11180 + fi
 1.11181 + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 1.11182 + if test -n "$ac_ct_RANLIB"; then
 1.11183 +-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 1.11184 +-echo "${ECHO_T}$ac_ct_RANLIB" >&6
 1.11185 ++  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 1.11186 ++echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 1.11187 + else
 1.11188 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11189 +-echo "${ECHO_T}no" >&6
 1.11190 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11191 ++echo "${ECHO_T}no" >&6; }
 1.11192 + fi
 1.11193 + 
 1.11194 +-  RANLIB=$ac_ct_RANLIB
 1.11195 ++  if test "x$ac_ct_RANLIB" = x; then
 1.11196 ++    RANLIB=":"
 1.11197 ++  else
 1.11198 ++    case $cross_compiling:$ac_tool_warned in
 1.11199 ++yes:)
 1.11200 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.11201 ++whose name does not start with the host triplet.  If you think this
 1.11202 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.11203 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.11204 ++whose name does not start with the host triplet.  If you think this
 1.11205 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.11206 ++ac_tool_warned=yes ;;
 1.11207 ++esac
 1.11208 ++    RANLIB=$ac_ct_RANLIB
 1.11209 ++  fi
 1.11210 + else
 1.11211 +   RANLIB="$ac_cv_prog_RANLIB"
 1.11212 + fi
 1.11213 +@@ -5690,8 +6720,8 @@
 1.11214 + 
 1.11215 + 
 1.11216 + # Check for command to grab the raw symbol name followed by C symbol from nm.
 1.11217 +-echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 1.11218 +-echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
 1.11219 ++{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 1.11220 ++echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 1.11221 + if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 1.11222 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11223 + else
 1.11224 +@@ -5910,11 +6940,11 @@
 1.11225 +   lt_cv_sys_global_symbol_to_cdecl=
 1.11226 + fi
 1.11227 + if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 1.11228 +-  echo "$as_me:$LINENO: result: failed" >&5
 1.11229 +-echo "${ECHO_T}failed" >&6
 1.11230 ++  { echo "$as_me:$LINENO: result: failed" >&5
 1.11231 ++echo "${ECHO_T}failed" >&6; }
 1.11232 + else
 1.11233 +-  echo "$as_me:$LINENO: result: ok" >&5
 1.11234 +-echo "${ECHO_T}ok" >&6
 1.11235 ++  { echo "$as_me:$LINENO: result: ok" >&5
 1.11236 ++echo "${ECHO_T}ok" >&6; }
 1.11237 + fi
 1.11238 + 
 1.11239 + 
 1.11240 +@@ -5939,11 +6969,11 @@
 1.11241 + 
 1.11242 + 
 1.11243 + 
 1.11244 +-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
 1.11245 ++# Check whether --enable-libtool-lock was given.
 1.11246 + if test "${enable_libtool_lock+set}" = set; then
 1.11247 +-  enableval="$enable_libtool_lock"
 1.11248 ++  enableval=$enable_libtool_lock;
 1.11249 ++fi
 1.11250 + 
 1.11251 +-fi;
 1.11252 + test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 1.11253 + 
 1.11254 + # Some flags need to be propagated to the compiler or linker for good
 1.11255 +@@ -5970,7 +7000,7 @@
 1.11256 +   ;;
 1.11257 + *-*-irix6*)
 1.11258 +   # Find out which ABI we are using.
 1.11259 +-  echo '#line 5973 "configure"' > conftest.$ac_ext
 1.11260 ++  echo '#line 7003 "configure"' > conftest.$ac_ext
 1.11261 +   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.11262 +   (eval $ac_compile) 2>&5
 1.11263 +   ac_status=$?
 1.11264 +@@ -6062,8 +7092,8 @@
 1.11265 +   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 1.11266 +   SAVE_CFLAGS="$CFLAGS"
 1.11267 +   CFLAGS="$CFLAGS -belf"
 1.11268 +-  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 1.11269 +-echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
 1.11270 ++  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 1.11271 ++echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 1.11272 + if test "${lt_cv_cc_needs_belf+set}" = set; then
 1.11273 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11274 + else
 1.11275 +@@ -6089,35 +7119,32 @@
 1.11276 + }
 1.11277 + _ACEOF
 1.11278 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.11279 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.11280 +-  (eval $ac_link) 2>conftest.er1
 1.11281 ++if { (ac_try="$ac_link"
 1.11282 ++case "(($ac_try" in
 1.11283 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.11284 ++  *) ac_try_echo=$ac_try;;
 1.11285 ++esac
 1.11286 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.11287 ++  (eval "$ac_link") 2>conftest.er1
 1.11288 +   ac_status=$?
 1.11289 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.11290 +   rm -f conftest.er1
 1.11291 +   cat conftest.err >&5
 1.11292 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.11293 +-  (exit $ac_status); } &&
 1.11294 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.11295 +-			 || test ! -s conftest.err'
 1.11296 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.11297 +-  (eval $ac_try) 2>&5
 1.11298 +-  ac_status=$?
 1.11299 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.11300 +-  (exit $ac_status); }; } &&
 1.11301 +-	 { ac_try='test -s conftest$ac_exeext'
 1.11302 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.11303 +-  (eval $ac_try) 2>&5
 1.11304 +-  ac_status=$?
 1.11305 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.11306 +-  (exit $ac_status); }; }; then
 1.11307 ++  (exit $ac_status); } && {
 1.11308 ++	 test -z "$ac_c_werror_flag" ||
 1.11309 ++	 test ! -s conftest.err
 1.11310 ++       } && test -s conftest$ac_exeext &&
 1.11311 ++       $as_test_x conftest$ac_exeext; then
 1.11312 +   lt_cv_cc_needs_belf=yes
 1.11313 + else
 1.11314 +   echo "$as_me: failed program was:" >&5
 1.11315 + sed 's/^/| /' conftest.$ac_ext >&5
 1.11316 + 
 1.11317 +-lt_cv_cc_needs_belf=no
 1.11318 ++	lt_cv_cc_needs_belf=no
 1.11319 + fi
 1.11320 +-rm -f conftest.err conftest.$ac_objext \
 1.11321 ++
 1.11322 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.11323 +       conftest$ac_exeext conftest.$ac_ext
 1.11324 +      ac_ext=c
 1.11325 + ac_cpp='$CPP $CPPFLAGS'
 1.11326 +@@ -6126,8 +7153,8 @@
 1.11327 + ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1.11328 + 
 1.11329 + fi
 1.11330 +-echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 1.11331 +-echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
 1.11332 ++{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 1.11333 ++echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
 1.11334 +   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 1.11335 +     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 1.11336 +     CFLAGS="$SAVE_CFLAGS"
 1.11337 +@@ -6166,8 +7193,8 @@
 1.11338 +     if test -n "$ac_tool_prefix"; then
 1.11339 +   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 1.11340 + set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 1.11341 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11342 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11343 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11344 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11345 + if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 1.11346 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11347 + else
 1.11348 +@@ -6180,32 +7207,34 @@
 1.11349 +   IFS=$as_save_IFS
 1.11350 +   test -z "$as_dir" && as_dir=.
 1.11351 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11352 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11353 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11354 +     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 1.11355 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11356 +     break 2
 1.11357 +   fi
 1.11358 + done
 1.11359 + done
 1.11360 ++IFS=$as_save_IFS
 1.11361 + 
 1.11362 + fi
 1.11363 + fi
 1.11364 + DSYMUTIL=$ac_cv_prog_DSYMUTIL
 1.11365 + if test -n "$DSYMUTIL"; then
 1.11366 +-  echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 1.11367 +-echo "${ECHO_T}$DSYMUTIL" >&6
 1.11368 ++  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 1.11369 ++echo "${ECHO_T}$DSYMUTIL" >&6; }
 1.11370 + else
 1.11371 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11372 +-echo "${ECHO_T}no" >&6
 1.11373 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11374 ++echo "${ECHO_T}no" >&6; }
 1.11375 + fi
 1.11376 + 
 1.11377 ++
 1.11378 + fi
 1.11379 + if test -z "$ac_cv_prog_DSYMUTIL"; then
 1.11380 +   ac_ct_DSYMUTIL=$DSYMUTIL
 1.11381 +   # Extract the first word of "dsymutil", so it can be a program name with args.
 1.11382 + set dummy dsymutil; ac_word=$2
 1.11383 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11384 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11385 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11386 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11387 + if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 1.11388 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11389 + else
 1.11390 +@@ -6218,27 +7247,41 @@
 1.11391 +   IFS=$as_save_IFS
 1.11392 +   test -z "$as_dir" && as_dir=.
 1.11393 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11394 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11395 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11396 +     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 1.11397 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11398 +     break 2
 1.11399 +   fi
 1.11400 + done
 1.11401 + done
 1.11402 ++IFS=$as_save_IFS
 1.11403 + 
 1.11404 +-  test -z "$ac_cv_prog_ac_ct_DSYMUTIL" && ac_cv_prog_ac_ct_DSYMUTIL=":"
 1.11405 + fi
 1.11406 + fi
 1.11407 + ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 1.11408 + if test -n "$ac_ct_DSYMUTIL"; then
 1.11409 +-  echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 1.11410 +-echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6
 1.11411 ++  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 1.11412 ++echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
 1.11413 + else
 1.11414 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11415 +-echo "${ECHO_T}no" >&6
 1.11416 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11417 ++echo "${ECHO_T}no" >&6; }
 1.11418 + fi
 1.11419 + 
 1.11420 +-  DSYMUTIL=$ac_ct_DSYMUTIL
 1.11421 ++  if test "x$ac_ct_DSYMUTIL" = x; then
 1.11422 ++    DSYMUTIL=":"
 1.11423 ++  else
 1.11424 ++    case $cross_compiling:$ac_tool_warned in
 1.11425 ++yes:)
 1.11426 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.11427 ++whose name does not start with the host triplet.  If you think this
 1.11428 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.11429 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.11430 ++whose name does not start with the host triplet.  If you think this
 1.11431 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.11432 ++ac_tool_warned=yes ;;
 1.11433 ++esac
 1.11434 ++    DSYMUTIL=$ac_ct_DSYMUTIL
 1.11435 ++  fi
 1.11436 + else
 1.11437 +   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
 1.11438 + fi
 1.11439 +@@ -6246,8 +7289,8 @@
 1.11440 +     if test -n "$ac_tool_prefix"; then
 1.11441 +   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 1.11442 + set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 1.11443 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11444 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11445 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11446 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11447 + if test "${ac_cv_prog_NMEDIT+set}" = set; then
 1.11448 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11449 + else
 1.11450 +@@ -6260,32 +7303,34 @@
 1.11451 +   IFS=$as_save_IFS
 1.11452 +   test -z "$as_dir" && as_dir=.
 1.11453 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11454 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11455 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11456 +     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 1.11457 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11458 +     break 2
 1.11459 +   fi
 1.11460 + done
 1.11461 + done
 1.11462 ++IFS=$as_save_IFS
 1.11463 + 
 1.11464 + fi
 1.11465 + fi
 1.11466 + NMEDIT=$ac_cv_prog_NMEDIT
 1.11467 + if test -n "$NMEDIT"; then
 1.11468 +-  echo "$as_me:$LINENO: result: $NMEDIT" >&5
 1.11469 +-echo "${ECHO_T}$NMEDIT" >&6
 1.11470 ++  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
 1.11471 ++echo "${ECHO_T}$NMEDIT" >&6; }
 1.11472 + else
 1.11473 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11474 +-echo "${ECHO_T}no" >&6
 1.11475 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11476 ++echo "${ECHO_T}no" >&6; }
 1.11477 + fi
 1.11478 + 
 1.11479 ++
 1.11480 + fi
 1.11481 + if test -z "$ac_cv_prog_NMEDIT"; then
 1.11482 +   ac_ct_NMEDIT=$NMEDIT
 1.11483 +   # Extract the first word of "nmedit", so it can be a program name with args.
 1.11484 + set dummy nmedit; ac_word=$2
 1.11485 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11486 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11487 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11488 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11489 + if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 1.11490 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11491 + else
 1.11492 +@@ -6298,27 +7343,41 @@
 1.11493 +   IFS=$as_save_IFS
 1.11494 +   test -z "$as_dir" && as_dir=.
 1.11495 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11496 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11497 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11498 +     ac_cv_prog_ac_ct_NMEDIT="nmedit"
 1.11499 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11500 +     break 2
 1.11501 +   fi
 1.11502 + done
 1.11503 + done
 1.11504 ++IFS=$as_save_IFS
 1.11505 + 
 1.11506 +-  test -z "$ac_cv_prog_ac_ct_NMEDIT" && ac_cv_prog_ac_ct_NMEDIT=":"
 1.11507 + fi
 1.11508 + fi
 1.11509 + ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 1.11510 + if test -n "$ac_ct_NMEDIT"; then
 1.11511 +-  echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 1.11512 +-echo "${ECHO_T}$ac_ct_NMEDIT" >&6
 1.11513 ++  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 1.11514 ++echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
 1.11515 + else
 1.11516 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11517 +-echo "${ECHO_T}no" >&6
 1.11518 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11519 ++echo "${ECHO_T}no" >&6; }
 1.11520 + fi
 1.11521 + 
 1.11522 +-  NMEDIT=$ac_ct_NMEDIT
 1.11523 ++  if test "x$ac_ct_NMEDIT" = x; then
 1.11524 ++    NMEDIT=":"
 1.11525 ++  else
 1.11526 ++    case $cross_compiling:$ac_tool_warned in
 1.11527 ++yes:)
 1.11528 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.11529 ++whose name does not start with the host triplet.  If you think this
 1.11530 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.11531 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.11532 ++whose name does not start with the host triplet.  If you think this
 1.11533 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.11534 ++ac_tool_warned=yes ;;
 1.11535 ++esac
 1.11536 ++    NMEDIT=$ac_ct_NMEDIT
 1.11537 ++  fi
 1.11538 + else
 1.11539 +   NMEDIT="$ac_cv_prog_NMEDIT"
 1.11540 + fi
 1.11541 +@@ -6326,8 +7385,8 @@
 1.11542 +     if test -n "$ac_tool_prefix"; then
 1.11543 +   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
 1.11544 + set dummy ${ac_tool_prefix}lipo; ac_word=$2
 1.11545 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11546 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11547 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11548 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11549 + if test "${ac_cv_prog_LIPO+set}" = set; then
 1.11550 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11551 + else
 1.11552 +@@ -6340,32 +7399,34 @@
 1.11553 +   IFS=$as_save_IFS
 1.11554 +   test -z "$as_dir" && as_dir=.
 1.11555 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11556 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11557 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11558 +     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
 1.11559 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11560 +     break 2
 1.11561 +   fi
 1.11562 + done
 1.11563 + done
 1.11564 ++IFS=$as_save_IFS
 1.11565 + 
 1.11566 + fi
 1.11567 + fi
 1.11568 + LIPO=$ac_cv_prog_LIPO
 1.11569 + if test -n "$LIPO"; then
 1.11570 +-  echo "$as_me:$LINENO: result: $LIPO" >&5
 1.11571 +-echo "${ECHO_T}$LIPO" >&6
 1.11572 ++  { echo "$as_me:$LINENO: result: $LIPO" >&5
 1.11573 ++echo "${ECHO_T}$LIPO" >&6; }
 1.11574 + else
 1.11575 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11576 +-echo "${ECHO_T}no" >&6
 1.11577 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11578 ++echo "${ECHO_T}no" >&6; }
 1.11579 + fi
 1.11580 + 
 1.11581 ++
 1.11582 + fi
 1.11583 + if test -z "$ac_cv_prog_LIPO"; then
 1.11584 +   ac_ct_LIPO=$LIPO
 1.11585 +   # Extract the first word of "lipo", so it can be a program name with args.
 1.11586 + set dummy lipo; ac_word=$2
 1.11587 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11588 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11589 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11590 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11591 + if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
 1.11592 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11593 + else
 1.11594 +@@ -6378,27 +7439,41 @@
 1.11595 +   IFS=$as_save_IFS
 1.11596 +   test -z "$as_dir" && as_dir=.
 1.11597 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11598 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11599 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11600 +     ac_cv_prog_ac_ct_LIPO="lipo"
 1.11601 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11602 +     break 2
 1.11603 +   fi
 1.11604 + done
 1.11605 + done
 1.11606 ++IFS=$as_save_IFS
 1.11607 + 
 1.11608 +-  test -z "$ac_cv_prog_ac_ct_LIPO" && ac_cv_prog_ac_ct_LIPO=":"
 1.11609 + fi
 1.11610 + fi
 1.11611 + ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
 1.11612 + if test -n "$ac_ct_LIPO"; then
 1.11613 +-  echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 1.11614 +-echo "${ECHO_T}$ac_ct_LIPO" >&6
 1.11615 ++  { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 1.11616 ++echo "${ECHO_T}$ac_ct_LIPO" >&6; }
 1.11617 + else
 1.11618 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11619 +-echo "${ECHO_T}no" >&6
 1.11620 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11621 ++echo "${ECHO_T}no" >&6; }
 1.11622 + fi
 1.11623 + 
 1.11624 +-  LIPO=$ac_ct_LIPO
 1.11625 ++  if test "x$ac_ct_LIPO" = x; then
 1.11626 ++    LIPO=":"
 1.11627 ++  else
 1.11628 ++    case $cross_compiling:$ac_tool_warned in
 1.11629 ++yes:)
 1.11630 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.11631 ++whose name does not start with the host triplet.  If you think this
 1.11632 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.11633 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.11634 ++whose name does not start with the host triplet.  If you think this
 1.11635 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.11636 ++ac_tool_warned=yes ;;
 1.11637 ++esac
 1.11638 ++    LIPO=$ac_ct_LIPO
 1.11639 ++  fi
 1.11640 + else
 1.11641 +   LIPO="$ac_cv_prog_LIPO"
 1.11642 + fi
 1.11643 +@@ -6406,8 +7481,8 @@
 1.11644 +     if test -n "$ac_tool_prefix"; then
 1.11645 +   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
 1.11646 + set dummy ${ac_tool_prefix}otool; ac_word=$2
 1.11647 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11648 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11649 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11650 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11651 + if test "${ac_cv_prog_OTOOL+set}" = set; then
 1.11652 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11653 + else
 1.11654 +@@ -6420,32 +7495,34 @@
 1.11655 +   IFS=$as_save_IFS
 1.11656 +   test -z "$as_dir" && as_dir=.
 1.11657 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11658 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11659 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11660 +     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
 1.11661 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11662 +     break 2
 1.11663 +   fi
 1.11664 + done
 1.11665 + done
 1.11666 ++IFS=$as_save_IFS
 1.11667 + 
 1.11668 + fi
 1.11669 + fi
 1.11670 + OTOOL=$ac_cv_prog_OTOOL
 1.11671 + if test -n "$OTOOL"; then
 1.11672 +-  echo "$as_me:$LINENO: result: $OTOOL" >&5
 1.11673 +-echo "${ECHO_T}$OTOOL" >&6
 1.11674 ++  { echo "$as_me:$LINENO: result: $OTOOL" >&5
 1.11675 ++echo "${ECHO_T}$OTOOL" >&6; }
 1.11676 + else
 1.11677 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11678 +-echo "${ECHO_T}no" >&6
 1.11679 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11680 ++echo "${ECHO_T}no" >&6; }
 1.11681 + fi
 1.11682 + 
 1.11683 ++
 1.11684 + fi
 1.11685 + if test -z "$ac_cv_prog_OTOOL"; then
 1.11686 +   ac_ct_OTOOL=$OTOOL
 1.11687 +   # Extract the first word of "otool", so it can be a program name with args.
 1.11688 + set dummy otool; ac_word=$2
 1.11689 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11690 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11691 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11692 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11693 + if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
 1.11694 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11695 + else
 1.11696 +@@ -6458,27 +7535,41 @@
 1.11697 +   IFS=$as_save_IFS
 1.11698 +   test -z "$as_dir" && as_dir=.
 1.11699 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11700 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11701 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11702 +     ac_cv_prog_ac_ct_OTOOL="otool"
 1.11703 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11704 +     break 2
 1.11705 +   fi
 1.11706 + done
 1.11707 + done
 1.11708 ++IFS=$as_save_IFS
 1.11709 + 
 1.11710 +-  test -z "$ac_cv_prog_ac_ct_OTOOL" && ac_cv_prog_ac_ct_OTOOL=":"
 1.11711 + fi
 1.11712 + fi
 1.11713 + ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
 1.11714 + if test -n "$ac_ct_OTOOL"; then
 1.11715 +-  echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 1.11716 +-echo "${ECHO_T}$ac_ct_OTOOL" >&6
 1.11717 ++  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 1.11718 ++echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
 1.11719 + else
 1.11720 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11721 +-echo "${ECHO_T}no" >&6
 1.11722 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11723 ++echo "${ECHO_T}no" >&6; }
 1.11724 + fi
 1.11725 + 
 1.11726 +-  OTOOL=$ac_ct_OTOOL
 1.11727 ++  if test "x$ac_ct_OTOOL" = x; then
 1.11728 ++    OTOOL=":"
 1.11729 ++  else
 1.11730 ++    case $cross_compiling:$ac_tool_warned in
 1.11731 ++yes:)
 1.11732 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.11733 ++whose name does not start with the host triplet.  If you think this
 1.11734 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.11735 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.11736 ++whose name does not start with the host triplet.  If you think this
 1.11737 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.11738 ++ac_tool_warned=yes ;;
 1.11739 ++esac
 1.11740 ++    OTOOL=$ac_ct_OTOOL
 1.11741 ++  fi
 1.11742 + else
 1.11743 +   OTOOL="$ac_cv_prog_OTOOL"
 1.11744 + fi
 1.11745 +@@ -6486,8 +7577,8 @@
 1.11746 +     if test -n "$ac_tool_prefix"; then
 1.11747 +   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
 1.11748 + set dummy ${ac_tool_prefix}otool64; ac_word=$2
 1.11749 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11750 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11751 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11752 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11753 + if test "${ac_cv_prog_OTOOL64+set}" = set; then
 1.11754 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11755 + else
 1.11756 +@@ -6500,32 +7591,34 @@
 1.11757 +   IFS=$as_save_IFS
 1.11758 +   test -z "$as_dir" && as_dir=.
 1.11759 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11760 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11761 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11762 +     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
 1.11763 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11764 +     break 2
 1.11765 +   fi
 1.11766 + done
 1.11767 + done
 1.11768 ++IFS=$as_save_IFS
 1.11769 + 
 1.11770 + fi
 1.11771 + fi
 1.11772 + OTOOL64=$ac_cv_prog_OTOOL64
 1.11773 + if test -n "$OTOOL64"; then
 1.11774 +-  echo "$as_me:$LINENO: result: $OTOOL64" >&5
 1.11775 +-echo "${ECHO_T}$OTOOL64" >&6
 1.11776 ++  { echo "$as_me:$LINENO: result: $OTOOL64" >&5
 1.11777 ++echo "${ECHO_T}$OTOOL64" >&6; }
 1.11778 + else
 1.11779 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11780 +-echo "${ECHO_T}no" >&6
 1.11781 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11782 ++echo "${ECHO_T}no" >&6; }
 1.11783 + fi
 1.11784 + 
 1.11785 ++
 1.11786 + fi
 1.11787 + if test -z "$ac_cv_prog_OTOOL64"; then
 1.11788 +   ac_ct_OTOOL64=$OTOOL64
 1.11789 +   # Extract the first word of "otool64", so it can be a program name with args.
 1.11790 + set dummy otool64; ac_word=$2
 1.11791 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11792 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.11793 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.11794 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.11795 + if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
 1.11796 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11797 + else
 1.11798 +@@ -6538,27 +7631,41 @@
 1.11799 +   IFS=$as_save_IFS
 1.11800 +   test -z "$as_dir" && as_dir=.
 1.11801 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.11802 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.11803 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.11804 +     ac_cv_prog_ac_ct_OTOOL64="otool64"
 1.11805 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.11806 +     break 2
 1.11807 +   fi
 1.11808 + done
 1.11809 + done
 1.11810 ++IFS=$as_save_IFS
 1.11811 + 
 1.11812 +-  test -z "$ac_cv_prog_ac_ct_OTOOL64" && ac_cv_prog_ac_ct_OTOOL64=":"
 1.11813 + fi
 1.11814 + fi
 1.11815 + ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
 1.11816 + if test -n "$ac_ct_OTOOL64"; then
 1.11817 +-  echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 1.11818 +-echo "${ECHO_T}$ac_ct_OTOOL64" >&6
 1.11819 ++  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 1.11820 ++echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
 1.11821 + else
 1.11822 +-  echo "$as_me:$LINENO: result: no" >&5
 1.11823 +-echo "${ECHO_T}no" >&6
 1.11824 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.11825 ++echo "${ECHO_T}no" >&6; }
 1.11826 + fi
 1.11827 + 
 1.11828 +-  OTOOL64=$ac_ct_OTOOL64
 1.11829 ++  if test "x$ac_ct_OTOOL64" = x; then
 1.11830 ++    OTOOL64=":"
 1.11831 ++  else
 1.11832 ++    case $cross_compiling:$ac_tool_warned in
 1.11833 ++yes:)
 1.11834 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.11835 ++whose name does not start with the host triplet.  If you think this
 1.11836 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.11837 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.11838 ++whose name does not start with the host triplet.  If you think this
 1.11839 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.11840 ++ac_tool_warned=yes ;;
 1.11841 ++esac
 1.11842 ++    OTOOL64=$ac_ct_OTOOL64
 1.11843 ++  fi
 1.11844 + else
 1.11845 +   OTOOL64="$ac_cv_prog_OTOOL64"
 1.11846 + fi
 1.11847 +@@ -6589,8 +7696,8 @@
 1.11848 + 
 1.11849 + 
 1.11850 + 
 1.11851 +-    echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 1.11852 +-echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6
 1.11853 ++    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 1.11854 ++echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
 1.11855 + if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 1.11856 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11857 + else
 1.11858 +@@ -6616,10 +7723,10 @@
 1.11859 + 	rm -f conftest.*
 1.11860 +       fi
 1.11861 + fi
 1.11862 +-echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 1.11863 +-echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6
 1.11864 +-    echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 1.11865 +-echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6
 1.11866 ++{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 1.11867 ++echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
 1.11868 ++    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 1.11869 ++echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
 1.11870 + if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 1.11871 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.11872 + else
 1.11873 +@@ -6643,41 +7750,38 @@
 1.11874 + }
 1.11875 + _ACEOF
 1.11876 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.11877 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.11878 +-  (eval $ac_link) 2>conftest.er1
 1.11879 ++if { (ac_try="$ac_link"
 1.11880 ++case "(($ac_try" in
 1.11881 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.11882 ++  *) ac_try_echo=$ac_try;;
 1.11883 ++esac
 1.11884 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.11885 ++  (eval "$ac_link") 2>conftest.er1
 1.11886 +   ac_status=$?
 1.11887 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.11888 +   rm -f conftest.er1
 1.11889 +   cat conftest.err >&5
 1.11890 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.11891 +-  (exit $ac_status); } &&
 1.11892 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.11893 +-			 || test ! -s conftest.err'
 1.11894 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.11895 +-  (eval $ac_try) 2>&5
 1.11896 +-  ac_status=$?
 1.11897 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.11898 +-  (exit $ac_status); }; } &&
 1.11899 +-	 { ac_try='test -s conftest$ac_exeext'
 1.11900 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.11901 +-  (eval $ac_try) 2>&5
 1.11902 +-  ac_status=$?
 1.11903 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.11904 +-  (exit $ac_status); }; }; then
 1.11905 ++  (exit $ac_status); } && {
 1.11906 ++	 test -z "$ac_c_werror_flag" ||
 1.11907 ++	 test ! -s conftest.err
 1.11908 ++       } && test -s conftest$ac_exeext &&
 1.11909 ++       $as_test_x conftest$ac_exeext; then
 1.11910 +   lt_cv_ld_exported_symbols_list=yes
 1.11911 + else
 1.11912 +   echo "$as_me: failed program was:" >&5
 1.11913 + sed 's/^/| /' conftest.$ac_ext >&5
 1.11914 + 
 1.11915 +-lt_cv_ld_exported_symbols_list=no
 1.11916 ++	lt_cv_ld_exported_symbols_list=no
 1.11917 + fi
 1.11918 +-rm -f conftest.err conftest.$ac_objext \
 1.11919 ++
 1.11920 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.11921 +       conftest$ac_exeext conftest.$ac_ext
 1.11922 + 	LDFLAGS="$save_LDFLAGS"
 1.11923 + 
 1.11924 + fi
 1.11925 +-echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 1.11926 +-echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6
 1.11927 ++{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 1.11928 ++echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
 1.11929 +     case $host_os in
 1.11930 +     rhapsody* | darwin1.[012])
 1.11931 +       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 1.11932 +@@ -6718,8 +7822,8 @@
 1.11933 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 1.11934 + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 1.11935 + ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1.11936 +-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 1.11937 +-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 1.11938 ++{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 1.11939 ++echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 1.11940 + # On Suns, sometimes $CPP names a directory.
 1.11941 + if test -n "$CPP" && test -d "$CPP"; then
 1.11942 +   CPP=
 1.11943 +@@ -6753,24 +7857,22 @@
 1.11944 + #endif
 1.11945 + 		     Syntax error
 1.11946 + _ACEOF
 1.11947 +-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 1.11948 +-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 1.11949 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
 1.11950 ++case "(($ac_try" in
 1.11951 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.11952 ++  *) ac_try_echo=$ac_try;;
 1.11953 ++esac
 1.11954 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.11955 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 1.11956 +   ac_status=$?
 1.11957 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.11958 +   rm -f conftest.er1
 1.11959 +   cat conftest.err >&5
 1.11960 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.11961 +-  (exit $ac_status); } >/dev/null; then
 1.11962 +-  if test -s conftest.err; then
 1.11963 +-    ac_cpp_err=$ac_c_preproc_warn_flag
 1.11964 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 1.11965 +-  else
 1.11966 +-    ac_cpp_err=
 1.11967 +-  fi
 1.11968 +-else
 1.11969 +-  ac_cpp_err=yes
 1.11970 +-fi
 1.11971 +-if test -z "$ac_cpp_err"; then
 1.11972 ++  (exit $ac_status); } >/dev/null && {
 1.11973 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 1.11974 ++	 test ! -s conftest.err
 1.11975 ++       }; then
 1.11976 +   :
 1.11977 + else
 1.11978 +   echo "$as_me: failed program was:" >&5
 1.11979 +@@ -6779,9 +7881,10 @@
 1.11980 +   # Broken: fails on valid input.
 1.11981 + continue
 1.11982 + fi
 1.11983 ++
 1.11984 + rm -f conftest.err conftest.$ac_ext
 1.11985 + 
 1.11986 +-  # OK, works on sane cases.  Now check whether non-existent headers
 1.11987 ++  # OK, works on sane cases.  Now check whether nonexistent headers
 1.11988 +   # can be detected and how.
 1.11989 +   cat >conftest.$ac_ext <<_ACEOF
 1.11990 + /* confdefs.h.  */
 1.11991 +@@ -6791,24 +7894,22 @@
 1.11992 + /* end confdefs.h.  */
 1.11993 + #include <ac_nonexistent.h>
 1.11994 + _ACEOF
 1.11995 +-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 1.11996 +-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 1.11997 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
 1.11998 ++case "(($ac_try" in
 1.11999 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12000 ++  *) ac_try_echo=$ac_try;;
 1.12001 ++esac
 1.12002 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12003 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 1.12004 +   ac_status=$?
 1.12005 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.12006 +   rm -f conftest.er1
 1.12007 +   cat conftest.err >&5
 1.12008 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12009 +-  (exit $ac_status); } >/dev/null; then
 1.12010 +-  if test -s conftest.err; then
 1.12011 +-    ac_cpp_err=$ac_c_preproc_warn_flag
 1.12012 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 1.12013 +-  else
 1.12014 +-    ac_cpp_err=
 1.12015 +-  fi
 1.12016 +-else
 1.12017 +-  ac_cpp_err=yes
 1.12018 +-fi
 1.12019 +-if test -z "$ac_cpp_err"; then
 1.12020 ++  (exit $ac_status); } >/dev/null && {
 1.12021 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 1.12022 ++	 test ! -s conftest.err
 1.12023 ++       }; then
 1.12024 +   # Broken: success on invalid input.
 1.12025 + continue
 1.12026 + else
 1.12027 +@@ -6819,6 +7920,7 @@
 1.12028 + ac_preproc_ok=:
 1.12029 + break
 1.12030 + fi
 1.12031 ++
 1.12032 + rm -f conftest.err conftest.$ac_ext
 1.12033 + 
 1.12034 + done
 1.12035 +@@ -6836,8 +7938,8 @@
 1.12036 + else
 1.12037 +   ac_cv_prog_CPP=$CPP
 1.12038 + fi
 1.12039 +-echo "$as_me:$LINENO: result: $CPP" >&5
 1.12040 +-echo "${ECHO_T}$CPP" >&6
 1.12041 ++{ echo "$as_me:$LINENO: result: $CPP" >&5
 1.12042 ++echo "${ECHO_T}$CPP" >&6; }
 1.12043 + ac_preproc_ok=false
 1.12044 + for ac_c_preproc_warn_flag in '' yes
 1.12045 + do
 1.12046 +@@ -6860,24 +7962,22 @@
 1.12047 + #endif
 1.12048 + 		     Syntax error
 1.12049 + _ACEOF
 1.12050 +-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 1.12051 +-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 1.12052 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
 1.12053 ++case "(($ac_try" in
 1.12054 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12055 ++  *) ac_try_echo=$ac_try;;
 1.12056 ++esac
 1.12057 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12058 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 1.12059 +   ac_status=$?
 1.12060 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.12061 +   rm -f conftest.er1
 1.12062 +   cat conftest.err >&5
 1.12063 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12064 +-  (exit $ac_status); } >/dev/null; then
 1.12065 +-  if test -s conftest.err; then
 1.12066 +-    ac_cpp_err=$ac_c_preproc_warn_flag
 1.12067 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 1.12068 +-  else
 1.12069 +-    ac_cpp_err=
 1.12070 +-  fi
 1.12071 +-else
 1.12072 +-  ac_cpp_err=yes
 1.12073 +-fi
 1.12074 +-if test -z "$ac_cpp_err"; then
 1.12075 ++  (exit $ac_status); } >/dev/null && {
 1.12076 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 1.12077 ++	 test ! -s conftest.err
 1.12078 ++       }; then
 1.12079 +   :
 1.12080 + else
 1.12081 +   echo "$as_me: failed program was:" >&5
 1.12082 +@@ -6886,9 +7986,10 @@
 1.12083 +   # Broken: fails on valid input.
 1.12084 + continue
 1.12085 + fi
 1.12086 ++
 1.12087 + rm -f conftest.err conftest.$ac_ext
 1.12088 + 
 1.12089 +-  # OK, works on sane cases.  Now check whether non-existent headers
 1.12090 ++  # OK, works on sane cases.  Now check whether nonexistent headers
 1.12091 +   # can be detected and how.
 1.12092 +   cat >conftest.$ac_ext <<_ACEOF
 1.12093 + /* confdefs.h.  */
 1.12094 +@@ -6898,24 +7999,22 @@
 1.12095 + /* end confdefs.h.  */
 1.12096 + #include <ac_nonexistent.h>
 1.12097 + _ACEOF
 1.12098 +-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 1.12099 +-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 1.12100 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
 1.12101 ++case "(($ac_try" in
 1.12102 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12103 ++  *) ac_try_echo=$ac_try;;
 1.12104 ++esac
 1.12105 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12106 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 1.12107 +   ac_status=$?
 1.12108 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.12109 +   rm -f conftest.er1
 1.12110 +   cat conftest.err >&5
 1.12111 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12112 +-  (exit $ac_status); } >/dev/null; then
 1.12113 +-  if test -s conftest.err; then
 1.12114 +-    ac_cpp_err=$ac_c_preproc_warn_flag
 1.12115 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 1.12116 +-  else
 1.12117 +-    ac_cpp_err=
 1.12118 +-  fi
 1.12119 +-else
 1.12120 +-  ac_cpp_err=yes
 1.12121 +-fi
 1.12122 +-if test -z "$ac_cpp_err"; then
 1.12123 ++  (exit $ac_status); } >/dev/null && {
 1.12124 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 1.12125 ++	 test ! -s conftest.err
 1.12126 ++       }; then
 1.12127 +   # Broken: success on invalid input.
 1.12128 + continue
 1.12129 + else
 1.12130 +@@ -6926,6 +8025,7 @@
 1.12131 + ac_preproc_ok=:
 1.12132 + break
 1.12133 + fi
 1.12134 ++
 1.12135 + rm -f conftest.err conftest.$ac_ext
 1.12136 + 
 1.12137 + done
 1.12138 +@@ -6948,8 +8048,8 @@
 1.12139 + ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1.12140 + 
 1.12141 + 
 1.12142 +-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 1.12143 +-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 1.12144 ++{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 1.12145 ++echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 1.12146 + if test "${ac_cv_header_stdc+set}" = set; then
 1.12147 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12148 + else
 1.12149 +@@ -6973,35 +8073,31 @@
 1.12150 + }
 1.12151 + _ACEOF
 1.12152 + rm -f conftest.$ac_objext
 1.12153 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.12154 +-  (eval $ac_compile) 2>conftest.er1
 1.12155 ++if { (ac_try="$ac_compile"
 1.12156 ++case "(($ac_try" in
 1.12157 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12158 ++  *) ac_try_echo=$ac_try;;
 1.12159 ++esac
 1.12160 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12161 ++  (eval "$ac_compile") 2>conftest.er1
 1.12162 +   ac_status=$?
 1.12163 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.12164 +   rm -f conftest.er1
 1.12165 +   cat conftest.err >&5
 1.12166 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12167 +-  (exit $ac_status); } &&
 1.12168 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.12169 +-			 || test ! -s conftest.err'
 1.12170 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12171 +-  (eval $ac_try) 2>&5
 1.12172 +-  ac_status=$?
 1.12173 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12174 +-  (exit $ac_status); }; } &&
 1.12175 +-	 { ac_try='test -s conftest.$ac_objext'
 1.12176 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12177 +-  (eval $ac_try) 2>&5
 1.12178 +-  ac_status=$?
 1.12179 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12180 +-  (exit $ac_status); }; }; then
 1.12181 ++  (exit $ac_status); } && {
 1.12182 ++	 test -z "$ac_c_werror_flag" ||
 1.12183 ++	 test ! -s conftest.err
 1.12184 ++       } && test -s conftest.$ac_objext; then
 1.12185 +   ac_cv_header_stdc=yes
 1.12186 + else
 1.12187 +   echo "$as_me: failed program was:" >&5
 1.12188 + sed 's/^/| /' conftest.$ac_ext >&5
 1.12189 + 
 1.12190 +-ac_cv_header_stdc=no
 1.12191 ++	ac_cv_header_stdc=no
 1.12192 + fi
 1.12193 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.12194 ++
 1.12195 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.12196 + 
 1.12197 + if test $ac_cv_header_stdc = yes; then
 1.12198 +   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 1.12199 +@@ -7057,6 +8153,7 @@
 1.12200 + cat >>conftest.$ac_ext <<_ACEOF
 1.12201 + /* end confdefs.h.  */
 1.12202 + #include <ctype.h>
 1.12203 ++#include <stdlib.h>
 1.12204 + #if ((' ' & 0x0FF) == 0x020)
 1.12205 + # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 1.12206 + # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 1.12207 +@@ -7076,18 +8173,27 @@
 1.12208 +   for (i = 0; i < 256; i++)
 1.12209 +     if (XOR (islower (i), ISLOWER (i))
 1.12210 + 	|| toupper (i) != TOUPPER (i))
 1.12211 +-      exit(2);
 1.12212 +-  exit (0);
 1.12213 ++      return 2;
 1.12214 ++  return 0;
 1.12215 + }
 1.12216 + _ACEOF
 1.12217 + rm -f conftest$ac_exeext
 1.12218 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.12219 +-  (eval $ac_link) 2>&5
 1.12220 ++if { (ac_try="$ac_link"
 1.12221 ++case "(($ac_try" in
 1.12222 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12223 ++  *) ac_try_echo=$ac_try;;
 1.12224 ++esac
 1.12225 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12226 ++  (eval "$ac_link") 2>&5
 1.12227 +   ac_status=$?
 1.12228 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12229 +   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 1.12230 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12231 +-  (eval $ac_try) 2>&5
 1.12232 ++  { (case "(($ac_try" in
 1.12233 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12234 ++  *) ac_try_echo=$ac_try;;
 1.12235 ++esac
 1.12236 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12237 ++  (eval "$ac_try") 2>&5
 1.12238 +   ac_status=$?
 1.12239 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12240 +   (exit $ac_status); }; }; then
 1.12241 +@@ -7100,12 +8206,14 @@
 1.12242 + ( exit $ac_status )
 1.12243 + ac_cv_header_stdc=no
 1.12244 + fi
 1.12245 +-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 1.12246 ++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 1.12247 + fi
 1.12248 ++
 1.12249 ++
 1.12250 + fi
 1.12251 + fi
 1.12252 +-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 1.12253 +-echo "${ECHO_T}$ac_cv_header_stdc" >&6
 1.12254 ++{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 1.12255 ++echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 1.12256 + if test $ac_cv_header_stdc = yes; then
 1.12257 + 
 1.12258 + cat >>confdefs.h <<\_ACEOF
 1.12259 +@@ -7128,9 +8236,9 @@
 1.12260 + 		  inttypes.h stdint.h unistd.h
 1.12261 + do
 1.12262 + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 1.12263 +-echo "$as_me:$LINENO: checking for $ac_header" >&5
 1.12264 +-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 1.12265 +-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 1.12266 ++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 1.12267 ++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 1.12268 ++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 1.12269 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12270 + else
 1.12271 +   cat >conftest.$ac_ext <<_ACEOF
 1.12272 +@@ -7144,38 +8252,35 @@
 1.12273 + #include <$ac_header>
 1.12274 + _ACEOF
 1.12275 + rm -f conftest.$ac_objext
 1.12276 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.12277 +-  (eval $ac_compile) 2>conftest.er1
 1.12278 ++if { (ac_try="$ac_compile"
 1.12279 ++case "(($ac_try" in
 1.12280 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12281 ++  *) ac_try_echo=$ac_try;;
 1.12282 ++esac
 1.12283 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12284 ++  (eval "$ac_compile") 2>conftest.er1
 1.12285 +   ac_status=$?
 1.12286 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.12287 +   rm -f conftest.er1
 1.12288 +   cat conftest.err >&5
 1.12289 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12290 +-  (exit $ac_status); } &&
 1.12291 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.12292 +-			 || test ! -s conftest.err'
 1.12293 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12294 +-  (eval $ac_try) 2>&5
 1.12295 +-  ac_status=$?
 1.12296 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12297 +-  (exit $ac_status); }; } &&
 1.12298 +-	 { ac_try='test -s conftest.$ac_objext'
 1.12299 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12300 +-  (eval $ac_try) 2>&5
 1.12301 +-  ac_status=$?
 1.12302 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12303 +-  (exit $ac_status); }; }; then
 1.12304 ++  (exit $ac_status); } && {
 1.12305 ++	 test -z "$ac_c_werror_flag" ||
 1.12306 ++	 test ! -s conftest.err
 1.12307 ++       } && test -s conftest.$ac_objext; then
 1.12308 +   eval "$as_ac_Header=yes"
 1.12309 + else
 1.12310 +   echo "$as_me: failed program was:" >&5
 1.12311 + sed 's/^/| /' conftest.$ac_ext >&5
 1.12312 + 
 1.12313 +-eval "$as_ac_Header=no"
 1.12314 ++	eval "$as_ac_Header=no"
 1.12315 + fi
 1.12316 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.12317 ++
 1.12318 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.12319 + fi
 1.12320 +-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 1.12321 +-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 1.12322 ++ac_res=`eval echo '${'$as_ac_Header'}'`
 1.12323 ++	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 1.12324 ++echo "${ECHO_T}$ac_res" >&6; }
 1.12325 + if test `eval echo '${'$as_ac_Header'}'` = yes; then
 1.12326 +   cat >>confdefs.h <<_ACEOF
 1.12327 + #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 1.12328 +@@ -7190,9 +8295,9 @@
 1.12329 + for ac_header in dlfcn.h
 1.12330 + do
 1.12331 + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 1.12332 +-echo "$as_me:$LINENO: checking for $ac_header" >&5
 1.12333 +-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 1.12334 +-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 1.12335 ++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 1.12336 ++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 1.12337 ++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 1.12338 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12339 + else
 1.12340 +   cat >conftest.$ac_ext <<_ACEOF
 1.12341 +@@ -7206,38 +8311,35 @@
 1.12342 + #include <$ac_header>
 1.12343 + _ACEOF
 1.12344 + rm -f conftest.$ac_objext
 1.12345 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.12346 +-  (eval $ac_compile) 2>conftest.er1
 1.12347 ++if { (ac_try="$ac_compile"
 1.12348 ++case "(($ac_try" in
 1.12349 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12350 ++  *) ac_try_echo=$ac_try;;
 1.12351 ++esac
 1.12352 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12353 ++  (eval "$ac_compile") 2>conftest.er1
 1.12354 +   ac_status=$?
 1.12355 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.12356 +   rm -f conftest.er1
 1.12357 +   cat conftest.err >&5
 1.12358 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12359 +-  (exit $ac_status); } &&
 1.12360 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.12361 +-			 || test ! -s conftest.err'
 1.12362 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12363 +-  (eval $ac_try) 2>&5
 1.12364 +-  ac_status=$?
 1.12365 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12366 +-  (exit $ac_status); }; } &&
 1.12367 +-	 { ac_try='test -s conftest.$ac_objext'
 1.12368 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12369 +-  (eval $ac_try) 2>&5
 1.12370 +-  ac_status=$?
 1.12371 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12372 +-  (exit $ac_status); }; }; then
 1.12373 ++  (exit $ac_status); } && {
 1.12374 ++	 test -z "$ac_c_werror_flag" ||
 1.12375 ++	 test ! -s conftest.err
 1.12376 ++       } && test -s conftest.$ac_objext; then
 1.12377 +   eval "$as_ac_Header=yes"
 1.12378 + else
 1.12379 +   echo "$as_me: failed program was:" >&5
 1.12380 + sed 's/^/| /' conftest.$ac_ext >&5
 1.12381 + 
 1.12382 +-eval "$as_ac_Header=no"
 1.12383 ++	eval "$as_ac_Header=no"
 1.12384 + fi
 1.12385 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.12386 ++
 1.12387 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.12388 + fi
 1.12389 +-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 1.12390 +-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 1.12391 ++ac_res=`eval echo '${'$as_ac_Header'}'`
 1.12392 ++	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 1.12393 ++echo "${ECHO_T}$ac_res" >&6; }
 1.12394 + if test `eval echo '${'$as_ac_Header'}'` = yes; then
 1.12395 +   cat >>confdefs.h <<_ACEOF
 1.12396 + #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 1.12397 +@@ -7257,10 +8359,9 @@
 1.12398 + 
 1.12399 + 
 1.12400 + 
 1.12401 +-            # Check whether --enable-shared or --disable-shared was given.
 1.12402 ++            # Check whether --enable-shared was given.
 1.12403 + if test "${enable_shared+set}" = set; then
 1.12404 +-  enableval="$enable_shared"
 1.12405 +-  p=${PACKAGE-default}
 1.12406 ++  enableval=$enable_shared; p=${PACKAGE-default}
 1.12407 +     case $enableval in
 1.12408 +     yes) enable_shared=yes ;;
 1.12409 +     no) enable_shared=no ;;
 1.12410 +@@ -7279,7 +8380,8 @@
 1.12411 +     esac
 1.12412 + else
 1.12413 +   enable_shared=yes
 1.12414 +-fi;
 1.12415 ++fi
 1.12416 ++
 1.12417 + 
 1.12418 + 
 1.12419 + 
 1.12420 +@@ -7288,10 +8390,9 @@
 1.12421 + 
 1.12422 + 
 1.12423 + 
 1.12424 +-  # Check whether --enable-static or --disable-static was given.
 1.12425 ++  # Check whether --enable-static was given.
 1.12426 + if test "${enable_static+set}" = set; then
 1.12427 +-  enableval="$enable_static"
 1.12428 +-  p=${PACKAGE-default}
 1.12429 ++  enableval=$enable_static; p=${PACKAGE-default}
 1.12430 +     case $enableval in
 1.12431 +     yes) enable_static=yes ;;
 1.12432 +     no) enable_static=no ;;
 1.12433 +@@ -7310,7 +8411,8 @@
 1.12434 +     esac
 1.12435 + else
 1.12436 +   enable_static=yes
 1.12437 +-fi;
 1.12438 ++fi
 1.12439 ++
 1.12440 + 
 1.12441 + 
 1.12442 + 
 1.12443 +@@ -7320,13 +8422,13 @@
 1.12444 + 
 1.12445 + 
 1.12446 + 
 1.12447 +-# Check whether --with-pic or --without-pic was given.
 1.12448 ++# Check whether --with-pic was given.
 1.12449 + if test "${with_pic+set}" = set; then
 1.12450 +-  withval="$with_pic"
 1.12451 +-  pic_mode="$withval"
 1.12452 ++  withval=$with_pic; pic_mode="$withval"
 1.12453 + else
 1.12454 +   pic_mode=default
 1.12455 +-fi;
 1.12456 ++fi
 1.12457 ++
 1.12458 + 
 1.12459 + test -z "$pic_mode" && pic_mode=default
 1.12460 + 
 1.12461 +@@ -7336,10 +8438,9 @@
 1.12462 + 
 1.12463 + 
 1.12464 + 
 1.12465 +-  # Check whether --enable-fast-install or --disable-fast-install was given.
 1.12466 ++  # Check whether --enable-fast-install was given.
 1.12467 + if test "${enable_fast_install+set}" = set; then
 1.12468 +-  enableval="$enable_fast_install"
 1.12469 +-  p=${PACKAGE-default}
 1.12470 ++  enableval=$enable_fast_install; p=${PACKAGE-default}
 1.12471 +     case $enableval in
 1.12472 +     yes) enable_fast_install=yes ;;
 1.12473 +     no) enable_fast_install=no ;;
 1.12474 +@@ -7358,7 +8459,8 @@
 1.12475 +     esac
 1.12476 + else
 1.12477 +   enable_fast_install=yes
 1.12478 +-fi;
 1.12479 ++fi
 1.12480 ++
 1.12481 + 
 1.12482 + 
 1.12483 + 
 1.12484 +@@ -7418,8 +8520,8 @@
 1.12485 +    setopt NO_GLOB_SUBST
 1.12486 + fi
 1.12487 + 
 1.12488 +-echo "$as_me:$LINENO: checking for objdir" >&5
 1.12489 +-echo $ECHO_N "checking for objdir... $ECHO_C" >&6
 1.12490 ++{ echo "$as_me:$LINENO: checking for objdir" >&5
 1.12491 ++echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 1.12492 + if test "${lt_cv_objdir+set}" = set; then
 1.12493 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12494 + else
 1.12495 +@@ -7433,8 +8535,8 @@
 1.12496 + fi
 1.12497 + rmdir .libs 2>/dev/null
 1.12498 + fi
 1.12499 +-echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 1.12500 +-echo "${ECHO_T}$lt_cv_objdir" >&6
 1.12501 ++{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 1.12502 ++echo "${ECHO_T}$lt_cv_objdir" >&6; }
 1.12503 + objdir=$lt_cv_objdir
 1.12504 + 
 1.12505 + 
 1.12506 +@@ -7526,8 +8628,8 @@
 1.12507 + case $deplibs_check_method in
 1.12508 + file_magic*)
 1.12509 +   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 1.12510 +-    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 1.12511 +-echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
 1.12512 ++    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 1.12513 ++echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 1.12514 + if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 1.12515 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12516 + else
 1.12517 +@@ -7579,11 +8681,11 @@
 1.12518 + 
 1.12519 + MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 1.12520 + if test -n "$MAGIC_CMD"; then
 1.12521 +-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 1.12522 +-echo "${ECHO_T}$MAGIC_CMD" >&6
 1.12523 ++  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 1.12524 ++echo "${ECHO_T}$MAGIC_CMD" >&6; }
 1.12525 + else
 1.12526 +-  echo "$as_me:$LINENO: result: no" >&5
 1.12527 +-echo "${ECHO_T}no" >&6
 1.12528 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.12529 ++echo "${ECHO_T}no" >&6; }
 1.12530 + fi
 1.12531 + 
 1.12532 + 
 1.12533 +@@ -7592,8 +8694,8 @@
 1.12534 + 
 1.12535 + if test -z "$lt_cv_path_MAGIC_CMD"; then
 1.12536 +   if test -n "$ac_tool_prefix"; then
 1.12537 +-    echo "$as_me:$LINENO: checking for file" >&5
 1.12538 +-echo $ECHO_N "checking for file... $ECHO_C" >&6
 1.12539 ++    { echo "$as_me:$LINENO: checking for file" >&5
 1.12540 ++echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 1.12541 + if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 1.12542 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12543 + else
 1.12544 +@@ -7645,11 +8747,11 @@
 1.12545 + 
 1.12546 + MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 1.12547 + if test -n "$MAGIC_CMD"; then
 1.12548 +-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 1.12549 +-echo "${ECHO_T}$MAGIC_CMD" >&6
 1.12550 ++  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 1.12551 ++echo "${ECHO_T}$MAGIC_CMD" >&6; }
 1.12552 + else
 1.12553 +-  echo "$as_me:$LINENO: result: no" >&5
 1.12554 +-echo "${ECHO_T}no" >&6
 1.12555 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.12556 ++echo "${ECHO_T}no" >&6; }
 1.12557 + fi
 1.12558 + 
 1.12559 + 
 1.12560 +@@ -7729,8 +8831,8 @@
 1.12561 + if test "$GCC" = yes; then
 1.12562 +   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 1.12563 + 
 1.12564 +-  echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 1.12565 +-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
 1.12566 ++  { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 1.12567 ++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 1.12568 + if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 1.12569 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12570 + else
 1.12571 +@@ -7747,11 +8849,11 @@
 1.12572 +    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 1.12573 +    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 1.12574 +    -e 's:$: $lt_compiler_flag:'`
 1.12575 +-   (eval echo "\"\$as_me:7750: $lt_compile\"" >&5)
 1.12576 ++   (eval echo "\"\$as_me:8852: $lt_compile\"" >&5)
 1.12577 +    (eval "$lt_compile" 2>conftest.err)
 1.12578 +    ac_status=$?
 1.12579 +    cat conftest.err >&5
 1.12580 +-   echo "$as_me:7754: \$? = $ac_status" >&5
 1.12581 ++   echo "$as_me:8856: \$? = $ac_status" >&5
 1.12582 +    if (exit $ac_status) && test -s "$ac_outfile"; then
 1.12583 +      # The compiler can only warn and ignore the option if not recognized
 1.12584 +      # So say no if there are warnings other than the usual output.
 1.12585 +@@ -7764,8 +8866,8 @@
 1.12586 +    $RM conftest*
 1.12587 + 
 1.12588 + fi
 1.12589 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 1.12590 +-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
 1.12591 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 1.12592 ++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 1.12593 + 
 1.12594 + if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 1.12595 +     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 1.12596 +@@ -7784,8 +8886,8 @@
 1.12597 + lt_prog_compiler_pic=
 1.12598 + lt_prog_compiler_static=
 1.12599 + 
 1.12600 +-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 1.12601 +-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
 1.12602 ++{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 1.12603 ++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 1.12604 + 
 1.12605 +   if test "$GCC" = yes; then
 1.12606 +     lt_prog_compiler_wl='-Wl,'
 1.12607 +@@ -8056,8 +9158,8 @@
 1.12608 +     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
 1.12609 +     ;;
 1.12610 + esac
 1.12611 +-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 1.12612 +-echo "${ECHO_T}$lt_prog_compiler_pic" >&6
 1.12613 ++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 1.12614 ++echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
 1.12615 + 
 1.12616 + 
 1.12617 + 
 1.12618 +@@ -8068,8 +9170,8 @@
 1.12619 + # Check to make sure the PIC flag actually works.
 1.12620 + #
 1.12621 + if test -n "$lt_prog_compiler_pic"; then
 1.12622 +-  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 1.12623 +-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
 1.12624 ++  { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 1.12625 ++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
 1.12626 + if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
 1.12627 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12628 + else
 1.12629 +@@ -8086,11 +9188,11 @@
 1.12630 +    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 1.12631 +    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 1.12632 +    -e 's:$: $lt_compiler_flag:'`
 1.12633 +-   (eval echo "\"\$as_me:8089: $lt_compile\"" >&5)
 1.12634 ++   (eval echo "\"\$as_me:9191: $lt_compile\"" >&5)
 1.12635 +    (eval "$lt_compile" 2>conftest.err)
 1.12636 +    ac_status=$?
 1.12637 +    cat conftest.err >&5
 1.12638 +-   echo "$as_me:8093: \$? = $ac_status" >&5
 1.12639 ++   echo "$as_me:9195: \$? = $ac_status" >&5
 1.12640 +    if (exit $ac_status) && test -s "$ac_outfile"; then
 1.12641 +      # The compiler can only warn and ignore the option if not recognized
 1.12642 +      # So say no if there are warnings other than the usual output.
 1.12643 +@@ -8103,8 +9205,8 @@
 1.12644 +    $RM conftest*
 1.12645 + 
 1.12646 + fi
 1.12647 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 1.12648 +-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6
 1.12649 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 1.12650 ++echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
 1.12651 + 
 1.12652 + if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
 1.12653 +     case $lt_prog_compiler_pic in
 1.12654 +@@ -8127,8 +9229,8 @@
 1.12655 + # Check to make sure the static flag actually works.
 1.12656 + #
 1.12657 + wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 1.12658 +-echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 1.12659 +-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
 1.12660 ++{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 1.12661 ++echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 1.12662 + if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 1.12663 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12664 + else
 1.12665 +@@ -8155,8 +9257,8 @@
 1.12666 +    LDFLAGS="$save_LDFLAGS"
 1.12667 + 
 1.12668 + fi
 1.12669 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 1.12670 +-echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6
 1.12671 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 1.12672 ++echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
 1.12673 + 
 1.12674 + if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 1.12675 +     :
 1.12676 +@@ -8170,8 +9272,8 @@
 1.12677 + 
 1.12678 + 
 1.12679 + 
 1.12680 +-  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 1.12681 +-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 1.12682 ++  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 1.12683 ++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 1.12684 + if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 1.12685 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12686 + else
 1.12687 +@@ -8191,11 +9293,11 @@
 1.12688 +    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 1.12689 +    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 1.12690 +    -e 's:$: $lt_compiler_flag:'`
 1.12691 +-   (eval echo "\"\$as_me:8194: $lt_compile\"" >&5)
 1.12692 ++   (eval echo "\"\$as_me:9296: $lt_compile\"" >&5)
 1.12693 +    (eval "$lt_compile" 2>out/conftest.err)
 1.12694 +    ac_status=$?
 1.12695 +    cat out/conftest.err >&5
 1.12696 +-   echo "$as_me:8198: \$? = $ac_status" >&5
 1.12697 ++   echo "$as_me:9300: \$? = $ac_status" >&5
 1.12698 +    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 1.12699 +    then
 1.12700 +      # The compiler can only warn and ignore the option if not recognized
 1.12701 +@@ -8217,16 +9319,16 @@
 1.12702 +    $RM conftest*
 1.12703 + 
 1.12704 + fi
 1.12705 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 1.12706 +-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
 1.12707 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 1.12708 ++echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 1.12709 + 
 1.12710 + 
 1.12711 + 
 1.12712 + 
 1.12713 + 
 1.12714 + 
 1.12715 +-  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 1.12716 +-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 1.12717 ++  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 1.12718 ++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 1.12719 + if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 1.12720 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12721 + else
 1.12722 +@@ -8246,11 +9348,11 @@
 1.12723 +    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 1.12724 +    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 1.12725 +    -e 's:$: $lt_compiler_flag:'`
 1.12726 +-   (eval echo "\"\$as_me:8249: $lt_compile\"" >&5)
 1.12727 ++   (eval echo "\"\$as_me:9351: $lt_compile\"" >&5)
 1.12728 +    (eval "$lt_compile" 2>out/conftest.err)
 1.12729 +    ac_status=$?
 1.12730 +    cat out/conftest.err >&5
 1.12731 +-   echo "$as_me:8253: \$? = $ac_status" >&5
 1.12732 ++   echo "$as_me:9355: \$? = $ac_status" >&5
 1.12733 +    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 1.12734 +    then
 1.12735 +      # The compiler can only warn and ignore the option if not recognized
 1.12736 +@@ -8272,8 +9374,8 @@
 1.12737 +    $RM conftest*
 1.12738 + 
 1.12739 + fi
 1.12740 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 1.12741 +-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
 1.12742 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 1.12743 ++echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 1.12744 + 
 1.12745 + 
 1.12746 + 
 1.12747 +@@ -8281,16 +9383,16 @@
 1.12748 + hard_links="nottested"
 1.12749 + if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 1.12750 +   # do not overwrite the value of need_locks provided by the user
 1.12751 +-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 1.12752 +-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
 1.12753 ++  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 1.12754 ++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 1.12755 +   hard_links=yes
 1.12756 +   $RM conftest*
 1.12757 +   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 1.12758 +   touch conftest.a
 1.12759 +   ln conftest.a conftest.b 2>&5 || hard_links=no
 1.12760 +   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 1.12761 +-  echo "$as_me:$LINENO: result: $hard_links" >&5
 1.12762 +-echo "${ECHO_T}$hard_links" >&6
 1.12763 ++  { echo "$as_me:$LINENO: result: $hard_links" >&5
 1.12764 ++echo "${ECHO_T}$hard_links" >&6; }
 1.12765 +   if test "$hard_links" = no; then
 1.12766 +     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 1.12767 + echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 1.12768 +@@ -8305,8 +9407,8 @@
 1.12769 + 
 1.12770 + 
 1.12771 + 
 1.12772 +-  echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 1.12773 +-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
 1.12774 ++  { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 1.12775 ++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 1.12776 + 
 1.12777 +   runpath_var=
 1.12778 +   allow_undefined_flag=
 1.12779 +@@ -8763,27 +9865,23 @@
 1.12780 + }
 1.12781 + _ACEOF
 1.12782 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.12783 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.12784 +-  (eval $ac_link) 2>conftest.er1
 1.12785 ++if { (ac_try="$ac_link"
 1.12786 ++case "(($ac_try" in
 1.12787 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12788 ++  *) ac_try_echo=$ac_try;;
 1.12789 ++esac
 1.12790 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12791 ++  (eval "$ac_link") 2>conftest.er1
 1.12792 +   ac_status=$?
 1.12793 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.12794 +   rm -f conftest.er1
 1.12795 +   cat conftest.err >&5
 1.12796 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12797 +-  (exit $ac_status); } &&
 1.12798 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.12799 +-			 || test ! -s conftest.err'
 1.12800 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12801 +-  (eval $ac_try) 2>&5
 1.12802 +-  ac_status=$?
 1.12803 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12804 +-  (exit $ac_status); }; } &&
 1.12805 +-	 { ac_try='test -s conftest$ac_exeext'
 1.12806 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12807 +-  (eval $ac_try) 2>&5
 1.12808 +-  ac_status=$?
 1.12809 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12810 +-  (exit $ac_status); }; }; then
 1.12811 ++  (exit $ac_status); } && {
 1.12812 ++	 test -z "$ac_c_werror_flag" ||
 1.12813 ++	 test ! -s conftest.err
 1.12814 ++       } && test -s conftest$ac_exeext &&
 1.12815 ++       $as_test_x conftest$ac_exeext; then
 1.12816 + 
 1.12817 + lt_aix_libpath_sed='
 1.12818 +     /Import File Strings/,/^$/ {
 1.12819 +@@ -8801,8 +9899,10 @@
 1.12820 +   echo "$as_me: failed program was:" >&5
 1.12821 + sed 's/^/| /' conftest.$ac_ext >&5
 1.12822 + 
 1.12823 ++
 1.12824 + fi
 1.12825 +-rm -f conftest.err conftest.$ac_objext \
 1.12826 ++
 1.12827 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.12828 +       conftest$ac_exeext conftest.$ac_ext
 1.12829 + if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 1.12830 + 
 1.12831 +@@ -8832,27 +9932,23 @@
 1.12832 + }
 1.12833 + _ACEOF
 1.12834 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.12835 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.12836 +-  (eval $ac_link) 2>conftest.er1
 1.12837 ++if { (ac_try="$ac_link"
 1.12838 ++case "(($ac_try" in
 1.12839 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12840 ++  *) ac_try_echo=$ac_try;;
 1.12841 ++esac
 1.12842 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12843 ++  (eval "$ac_link") 2>conftest.er1
 1.12844 +   ac_status=$?
 1.12845 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.12846 +   rm -f conftest.er1
 1.12847 +   cat conftest.err >&5
 1.12848 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12849 +-  (exit $ac_status); } &&
 1.12850 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.12851 +-			 || test ! -s conftest.err'
 1.12852 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12853 +-  (eval $ac_try) 2>&5
 1.12854 +-  ac_status=$?
 1.12855 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12856 +-  (exit $ac_status); }; } &&
 1.12857 +-	 { ac_try='test -s conftest$ac_exeext'
 1.12858 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12859 +-  (eval $ac_try) 2>&5
 1.12860 +-  ac_status=$?
 1.12861 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12862 +-  (exit $ac_status); }; }; then
 1.12863 ++  (exit $ac_status); } && {
 1.12864 ++	 test -z "$ac_c_werror_flag" ||
 1.12865 ++	 test ! -s conftest.err
 1.12866 ++       } && test -s conftest$ac_exeext &&
 1.12867 ++       $as_test_x conftest$ac_exeext; then
 1.12868 + 
 1.12869 + lt_aix_libpath_sed='
 1.12870 +     /Import File Strings/,/^$/ {
 1.12871 +@@ -8870,8 +9966,10 @@
 1.12872 +   echo "$as_me: failed program was:" >&5
 1.12873 + sed 's/^/| /' conftest.$ac_ext >&5
 1.12874 + 
 1.12875 ++
 1.12876 + fi
 1.12877 +-rm -f conftest.err conftest.$ac_objext \
 1.12878 ++
 1.12879 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.12880 +       conftest$ac_exeext conftest.$ac_ext
 1.12881 + if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 1.12882 + 
 1.12883 +@@ -9088,35 +10186,33 @@
 1.12884 + int foo(void) {}
 1.12885 + _ACEOF
 1.12886 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.12887 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.12888 +-  (eval $ac_link) 2>conftest.er1
 1.12889 ++if { (ac_try="$ac_link"
 1.12890 ++case "(($ac_try" in
 1.12891 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.12892 ++  *) ac_try_echo=$ac_try;;
 1.12893 ++esac
 1.12894 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.12895 ++  (eval "$ac_link") 2>conftest.er1
 1.12896 +   ac_status=$?
 1.12897 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.12898 +   rm -f conftest.er1
 1.12899 +   cat conftest.err >&5
 1.12900 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12901 +-  (exit $ac_status); } &&
 1.12902 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.12903 +-			 || test ! -s conftest.err'
 1.12904 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12905 +-  (eval $ac_try) 2>&5
 1.12906 +-  ac_status=$?
 1.12907 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12908 +-  (exit $ac_status); }; } &&
 1.12909 +-	 { ac_try='test -s conftest$ac_exeext'
 1.12910 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.12911 +-  (eval $ac_try) 2>&5
 1.12912 +-  ac_status=$?
 1.12913 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12914 +-  (exit $ac_status); }; }; then
 1.12915 ++  (exit $ac_status); } && {
 1.12916 ++	 test -z "$ac_c_werror_flag" ||
 1.12917 ++	 test ! -s conftest.err
 1.12918 ++       } && test -s conftest$ac_exeext &&
 1.12919 ++       $as_test_x conftest$ac_exeext; then
 1.12920 +   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 1.12921 + 
 1.12922 + else
 1.12923 +   echo "$as_me: failed program was:" >&5
 1.12924 + sed 's/^/| /' conftest.$ac_ext >&5
 1.12925 + 
 1.12926 ++
 1.12927 + fi
 1.12928 +-rm -f conftest.err conftest.$ac_objext \
 1.12929 ++
 1.12930 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.12931 +       conftest$ac_exeext conftest.$ac_ext
 1.12932 +         LDFLAGS="$save_LDFLAGS"
 1.12933 +       else
 1.12934 +@@ -9373,8 +10469,8 @@
 1.12935 +     fi
 1.12936 +   fi
 1.12937 + 
 1.12938 +-echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 1.12939 +-echo "${ECHO_T}$ld_shlibs" >&6
 1.12940 ++{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 1.12941 ++echo "${ECHO_T}$ld_shlibs" >&6; }
 1.12942 + test "$ld_shlibs" = no && can_build_shared=no
 1.12943 + 
 1.12944 + with_gnu_ld=$with_gnu_ld
 1.12945 +@@ -9410,46 +10506,52 @@
 1.12946 +       # Test whether the compiler implicitly links with -lc since on some
 1.12947 +       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 1.12948 +       # to ld, don't add -lc before -lgcc.
 1.12949 +-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 1.12950 +-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
 1.12951 +-      $RM conftest*
 1.12952 +-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 1.12953 ++      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 1.12954 ++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 1.12955 ++if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
 1.12956 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.12957 ++else
 1.12958 ++  $RM conftest*
 1.12959 ++	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 1.12960 + 
 1.12961 +-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.12962 ++	if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.12963 +   (eval $ac_compile) 2>&5
 1.12964 +   ac_status=$?
 1.12965 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12966 +   (exit $ac_status); } 2>conftest.err; then
 1.12967 +-        soname=conftest
 1.12968 +-        lib=conftest
 1.12969 +-        libobjs=conftest.$ac_objext
 1.12970 +-        deplibs=
 1.12971 +-        wl=$lt_prog_compiler_wl
 1.12972 +-	pic_flag=$lt_prog_compiler_pic
 1.12973 +-        compiler_flags=-v
 1.12974 +-        linker_flags=-v
 1.12975 +-        verstring=
 1.12976 +-        output_objdir=.
 1.12977 +-        libname=conftest
 1.12978 +-        lt_save_allow_undefined_flag=$allow_undefined_flag
 1.12979 +-        allow_undefined_flag=
 1.12980 +-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 1.12981 ++	  soname=conftest
 1.12982 ++	  lib=conftest
 1.12983 ++	  libobjs=conftest.$ac_objext
 1.12984 ++	  deplibs=
 1.12985 ++	  wl=$lt_prog_compiler_wl
 1.12986 ++	  pic_flag=$lt_prog_compiler_pic
 1.12987 ++	  compiler_flags=-v
 1.12988 ++	  linker_flags=-v
 1.12989 ++	  verstring=
 1.12990 ++	  output_objdir=.
 1.12991 ++	  libname=conftest
 1.12992 ++	  lt_save_allow_undefined_flag=$allow_undefined_flag
 1.12993 ++	  allow_undefined_flag=
 1.12994 ++	  if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 1.12995 +   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
 1.12996 +   ac_status=$?
 1.12997 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.12998 +   (exit $ac_status); }
 1.12999 +-        then
 1.13000 +-	  archive_cmds_need_lc=no
 1.13001 +-        else
 1.13002 +-	  archive_cmds_need_lc=yes
 1.13003 +-        fi
 1.13004 +-        allow_undefined_flag=$lt_save_allow_undefined_flag
 1.13005 +-      else
 1.13006 +-        cat conftest.err 1>&5
 1.13007 +-      fi
 1.13008 +-      $RM conftest*
 1.13009 +-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 1.13010 +-echo "${ECHO_T}$archive_cmds_need_lc" >&6
 1.13011 ++	  then
 1.13012 ++	    lt_cv_archive_cmds_need_lc=no
 1.13013 ++	  else
 1.13014 ++	    lt_cv_archive_cmds_need_lc=yes
 1.13015 ++	  fi
 1.13016 ++	  allow_undefined_flag=$lt_save_allow_undefined_flag
 1.13017 ++	else
 1.13018 ++	  cat conftest.err 1>&5
 1.13019 ++	fi
 1.13020 ++	$RM conftest*
 1.13021 ++
 1.13022 ++fi
 1.13023 ++{ echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
 1.13024 ++echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6; }
 1.13025 ++      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
 1.13026 +       ;;
 1.13027 +     esac
 1.13028 +   fi
 1.13029 +@@ -9612,8 +10714,8 @@
 1.13030 + 
 1.13031 + 
 1.13032 + 
 1.13033 +-  echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 1.13034 +-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
 1.13035 ++  { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 1.13036 ++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 1.13037 + 
 1.13038 + if test "$GCC" = yes; then
 1.13039 +   case $host_os in
 1.13040 +@@ -10029,12 +11131,17 @@
 1.13041 +   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 1.13042 +   shlibpath_var=LD_LIBRARY_PATH
 1.13043 +   shlibpath_overrides_runpath=no
 1.13044 ++
 1.13045 +   # Some binutils ld are patched to set DT_RUNPATH
 1.13046 +-  save_LDFLAGS=$LDFLAGS
 1.13047 +-  save_libdir=$libdir
 1.13048 +-  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 1.13049 +-       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 1.13050 +-  cat >conftest.$ac_ext <<_ACEOF
 1.13051 ++  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
 1.13052 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13053 ++else
 1.13054 ++  lt_cv_shlibpath_overrides_runpath=no
 1.13055 ++    save_LDFLAGS=$LDFLAGS
 1.13056 ++    save_libdir=$libdir
 1.13057 ++    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 1.13058 ++	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 1.13059 ++    cat >conftest.$ac_ext <<_ACEOF
 1.13060 + /* confdefs.h.  */
 1.13061 + _ACEOF
 1.13062 + cat confdefs.h >>conftest.$ac_ext
 1.13063 +@@ -10050,40 +11157,42 @@
 1.13064 + }
 1.13065 + _ACEOF
 1.13066 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.13067 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.13068 +-  (eval $ac_link) 2>conftest.er1
 1.13069 +-  ac_status=$?
 1.13070 +-  grep -v '^ *+' conftest.er1 >conftest.err
 1.13071 +-  rm -f conftest.er1
 1.13072 +-  cat conftest.err >&5
 1.13073 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13074 +-  (exit $ac_status); } &&
 1.13075 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.13076 +-			 || test ! -s conftest.err'
 1.13077 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13078 +-  (eval $ac_try) 2>&5
 1.13079 +-  ac_status=$?
 1.13080 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13081 +-  (exit $ac_status); }; } &&
 1.13082 +-	 { ac_try='test -s conftest$ac_exeext'
 1.13083 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13084 +-  (eval $ac_try) 2>&5
 1.13085 ++if { (ac_try="$ac_link"
 1.13086 ++case "(($ac_try" in
 1.13087 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.13088 ++  *) ac_try_echo=$ac_try;;
 1.13089 ++esac
 1.13090 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.13091 ++  (eval "$ac_link") 2>conftest.er1
 1.13092 +   ac_status=$?
 1.13093 ++  grep -v '^ *+' conftest.er1 >conftest.err
 1.13094 ++  rm -f conftest.er1
 1.13095 ++  cat conftest.err >&5
 1.13096 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13097 +-  (exit $ac_status); }; }; then
 1.13098 ++  (exit $ac_status); } && {
 1.13099 ++	 test -z "$ac_c_werror_flag" ||
 1.13100 ++	 test ! -s conftest.err
 1.13101 ++       } && test -s conftest$ac_exeext &&
 1.13102 ++       $as_test_x conftest$ac_exeext; then
 1.13103 +   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
 1.13104 +-  shlibpath_overrides_runpath=yes
 1.13105 ++  lt_cv_shlibpath_overrides_runpath=yes
 1.13106 + fi
 1.13107 + 
 1.13108 + else
 1.13109 +   echo "$as_me: failed program was:" >&5
 1.13110 + sed 's/^/| /' conftest.$ac_ext >&5
 1.13111 + 
 1.13112 ++
 1.13113 + fi
 1.13114 +-rm -f conftest.err conftest.$ac_objext \
 1.13115 ++
 1.13116 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.13117 +       conftest$ac_exeext conftest.$ac_ext
 1.13118 +-  LDFLAGS=$save_LDFLAGS
 1.13119 +-  libdir=$save_libdir
 1.13120 ++    LDFLAGS=$save_LDFLAGS
 1.13121 ++    libdir=$save_libdir
 1.13122 ++
 1.13123 ++fi
 1.13124 ++
 1.13125 ++  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
 1.13126 + 
 1.13127 +   # This implies no fast_install, which is unacceptable.
 1.13128 +   # Some rework will be needed to allow for fast_install
 1.13129 +@@ -10293,8 +11402,8 @@
 1.13130 +   dynamic_linker=no
 1.13131 +   ;;
 1.13132 + esac
 1.13133 +-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 1.13134 +-echo "${ECHO_T}$dynamic_linker" >&6
 1.13135 ++{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 1.13136 ++echo "${ECHO_T}$dynamic_linker" >&6; }
 1.13137 + test "$dynamic_linker" = no && can_build_shared=no
 1.13138 + 
 1.13139 + variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 1.13140 +@@ -10395,8 +11504,8 @@
 1.13141 + 
 1.13142 + 
 1.13143 + 
 1.13144 +-  echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 1.13145 +-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
 1.13146 ++  { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 1.13147 ++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 1.13148 + hardcode_action=
 1.13149 + if test -n "$hardcode_libdir_flag_spec" ||
 1.13150 +    test -n "$runpath_var" ||
 1.13151 +@@ -10420,8 +11529,8 @@
 1.13152 +   # directories.
 1.13153 +   hardcode_action=unsupported
 1.13154 + fi
 1.13155 +-echo "$as_me:$LINENO: result: $hardcode_action" >&5
 1.13156 +-echo "${ECHO_T}$hardcode_action" >&6
 1.13157 ++{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
 1.13158 ++echo "${ECHO_T}$hardcode_action" >&6; }
 1.13159 + 
 1.13160 + if test "$hardcode_action" = relink ||
 1.13161 +    test "$inherit_rpath" = yes; then
 1.13162 +@@ -10465,8 +11574,8 @@
 1.13163 + 
 1.13164 +   darwin*)
 1.13165 +   # if libdl is installed we need to link against it
 1.13166 +-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 1.13167 +-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 1.13168 ++    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 1.13169 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 1.13170 + if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 1.13171 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13172 + else
 1.13173 +@@ -10479,56 +11588,53 @@
 1.13174 + cat >>conftest.$ac_ext <<_ACEOF
 1.13175 + /* end confdefs.h.  */
 1.13176 + 
 1.13177 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.13178 ++/* Override any GCC internal prototype to avoid an error.
 1.13179 ++   Use char because int might match the return type of a GCC
 1.13180 ++   builtin and then its argument prototype would still apply.  */
 1.13181 + #ifdef __cplusplus
 1.13182 + extern "C"
 1.13183 + #endif
 1.13184 +-/* We use char because int might match the return type of a gcc2
 1.13185 +-   builtin and then its argument prototype would still apply.  */
 1.13186 + char dlopen ();
 1.13187 + int
 1.13188 + main ()
 1.13189 + {
 1.13190 +-dlopen ();
 1.13191 ++return dlopen ();
 1.13192 +   ;
 1.13193 +   return 0;
 1.13194 + }
 1.13195 + _ACEOF
 1.13196 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.13197 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.13198 +-  (eval $ac_link) 2>conftest.er1
 1.13199 ++if { (ac_try="$ac_link"
 1.13200 ++case "(($ac_try" in
 1.13201 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.13202 ++  *) ac_try_echo=$ac_try;;
 1.13203 ++esac
 1.13204 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.13205 ++  (eval "$ac_link") 2>conftest.er1
 1.13206 +   ac_status=$?
 1.13207 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.13208 +   rm -f conftest.er1
 1.13209 +   cat conftest.err >&5
 1.13210 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13211 +-  (exit $ac_status); } &&
 1.13212 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.13213 +-			 || test ! -s conftest.err'
 1.13214 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13215 +-  (eval $ac_try) 2>&5
 1.13216 +-  ac_status=$?
 1.13217 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13218 +-  (exit $ac_status); }; } &&
 1.13219 +-	 { ac_try='test -s conftest$ac_exeext'
 1.13220 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13221 +-  (eval $ac_try) 2>&5
 1.13222 +-  ac_status=$?
 1.13223 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13224 +-  (exit $ac_status); }; }; then
 1.13225 ++  (exit $ac_status); } && {
 1.13226 ++	 test -z "$ac_c_werror_flag" ||
 1.13227 ++	 test ! -s conftest.err
 1.13228 ++       } && test -s conftest$ac_exeext &&
 1.13229 ++       $as_test_x conftest$ac_exeext; then
 1.13230 +   ac_cv_lib_dl_dlopen=yes
 1.13231 + else
 1.13232 +   echo "$as_me: failed program was:" >&5
 1.13233 + sed 's/^/| /' conftest.$ac_ext >&5
 1.13234 + 
 1.13235 +-ac_cv_lib_dl_dlopen=no
 1.13236 ++	ac_cv_lib_dl_dlopen=no
 1.13237 + fi
 1.13238 +-rm -f conftest.err conftest.$ac_objext \
 1.13239 ++
 1.13240 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.13241 +       conftest$ac_exeext conftest.$ac_ext
 1.13242 + LIBS=$ac_check_lib_save_LIBS
 1.13243 + fi
 1.13244 +-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 1.13245 +-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 1.13246 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 1.13247 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 1.13248 + if test $ac_cv_lib_dl_dlopen = yes; then
 1.13249 +   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 1.13250 + else
 1.13251 +@@ -10542,8 +11648,8 @@
 1.13252 +     ;;
 1.13253 + 
 1.13254 +   *)
 1.13255 +-    echo "$as_me:$LINENO: checking for shl_load" >&5
 1.13256 +-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
 1.13257 ++    { echo "$as_me:$LINENO: checking for shl_load" >&5
 1.13258 ++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
 1.13259 + if test "${ac_cv_func_shl_load+set}" = set; then
 1.13260 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13261 + else
 1.13262 +@@ -10570,73 +11676,64 @@
 1.13263 + 
 1.13264 + #undef shl_load
 1.13265 + 
 1.13266 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.13267 ++/* Override any GCC internal prototype to avoid an error.
 1.13268 ++   Use char because int might match the return type of a GCC
 1.13269 ++   builtin and then its argument prototype would still apply.  */
 1.13270 + #ifdef __cplusplus
 1.13271 + extern "C"
 1.13272 +-{
 1.13273 + #endif
 1.13274 +-/* We use char because int might match the return type of a gcc2
 1.13275 +-   builtin and then its argument prototype would still apply.  */
 1.13276 + char shl_load ();
 1.13277 + /* The GNU C library defines this for functions which it implements
 1.13278 +     to always fail with ENOSYS.  Some functions are actually named
 1.13279 +     something starting with __ and the normal name is an alias.  */
 1.13280 +-#if defined (__stub_shl_load) || defined (__stub___shl_load)
 1.13281 ++#if defined __stub_shl_load || defined __stub___shl_load
 1.13282 + choke me
 1.13283 +-#else
 1.13284 +-char (*f) () = shl_load;
 1.13285 +-#endif
 1.13286 +-#ifdef __cplusplus
 1.13287 +-}
 1.13288 + #endif
 1.13289 + 
 1.13290 + int
 1.13291 + main ()
 1.13292 + {
 1.13293 +-return f != shl_load;
 1.13294 ++return shl_load ();
 1.13295 +   ;
 1.13296 +   return 0;
 1.13297 + }
 1.13298 + _ACEOF
 1.13299 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.13300 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.13301 +-  (eval $ac_link) 2>conftest.er1
 1.13302 ++if { (ac_try="$ac_link"
 1.13303 ++case "(($ac_try" in
 1.13304 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.13305 ++  *) ac_try_echo=$ac_try;;
 1.13306 ++esac
 1.13307 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.13308 ++  (eval "$ac_link") 2>conftest.er1
 1.13309 +   ac_status=$?
 1.13310 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.13311 +   rm -f conftest.er1
 1.13312 +   cat conftest.err >&5
 1.13313 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13314 +-  (exit $ac_status); } &&
 1.13315 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.13316 +-			 || test ! -s conftest.err'
 1.13317 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13318 +-  (eval $ac_try) 2>&5
 1.13319 +-  ac_status=$?
 1.13320 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13321 +-  (exit $ac_status); }; } &&
 1.13322 +-	 { ac_try='test -s conftest$ac_exeext'
 1.13323 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13324 +-  (eval $ac_try) 2>&5
 1.13325 +-  ac_status=$?
 1.13326 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13327 +-  (exit $ac_status); }; }; then
 1.13328 ++  (exit $ac_status); } && {
 1.13329 ++	 test -z "$ac_c_werror_flag" ||
 1.13330 ++	 test ! -s conftest.err
 1.13331 ++       } && test -s conftest$ac_exeext &&
 1.13332 ++       $as_test_x conftest$ac_exeext; then
 1.13333 +   ac_cv_func_shl_load=yes
 1.13334 + else
 1.13335 +   echo "$as_me: failed program was:" >&5
 1.13336 + sed 's/^/| /' conftest.$ac_ext >&5
 1.13337 + 
 1.13338 +-ac_cv_func_shl_load=no
 1.13339 ++	ac_cv_func_shl_load=no
 1.13340 + fi
 1.13341 +-rm -f conftest.err conftest.$ac_objext \
 1.13342 ++
 1.13343 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.13344 +       conftest$ac_exeext conftest.$ac_ext
 1.13345 + fi
 1.13346 +-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 1.13347 +-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
 1.13348 ++{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 1.13349 ++echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 1.13350 + if test $ac_cv_func_shl_load = yes; then
 1.13351 +   lt_cv_dlopen="shl_load"
 1.13352 + else
 1.13353 +-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 1.13354 +-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
 1.13355 ++  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 1.13356 ++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
 1.13357 + if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 1.13358 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13359 + else
 1.13360 +@@ -10649,61 +11746,58 @@
 1.13361 + cat >>conftest.$ac_ext <<_ACEOF
 1.13362 + /* end confdefs.h.  */
 1.13363 + 
 1.13364 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.13365 ++/* Override any GCC internal prototype to avoid an error.
 1.13366 ++   Use char because int might match the return type of a GCC
 1.13367 ++   builtin and then its argument prototype would still apply.  */
 1.13368 + #ifdef __cplusplus
 1.13369 + extern "C"
 1.13370 + #endif
 1.13371 +-/* We use char because int might match the return type of a gcc2
 1.13372 +-   builtin and then its argument prototype would still apply.  */
 1.13373 + char shl_load ();
 1.13374 + int
 1.13375 + main ()
 1.13376 + {
 1.13377 +-shl_load ();
 1.13378 ++return shl_load ();
 1.13379 +   ;
 1.13380 +   return 0;
 1.13381 + }
 1.13382 + _ACEOF
 1.13383 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.13384 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.13385 +-  (eval $ac_link) 2>conftest.er1
 1.13386 ++if { (ac_try="$ac_link"
 1.13387 ++case "(($ac_try" in
 1.13388 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.13389 ++  *) ac_try_echo=$ac_try;;
 1.13390 ++esac
 1.13391 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.13392 ++  (eval "$ac_link") 2>conftest.er1
 1.13393 +   ac_status=$?
 1.13394 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.13395 +   rm -f conftest.er1
 1.13396 +   cat conftest.err >&5
 1.13397 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13398 +-  (exit $ac_status); } &&
 1.13399 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.13400 +-			 || test ! -s conftest.err'
 1.13401 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13402 +-  (eval $ac_try) 2>&5
 1.13403 +-  ac_status=$?
 1.13404 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13405 +-  (exit $ac_status); }; } &&
 1.13406 +-	 { ac_try='test -s conftest$ac_exeext'
 1.13407 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13408 +-  (eval $ac_try) 2>&5
 1.13409 +-  ac_status=$?
 1.13410 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13411 +-  (exit $ac_status); }; }; then
 1.13412 ++  (exit $ac_status); } && {
 1.13413 ++	 test -z "$ac_c_werror_flag" ||
 1.13414 ++	 test ! -s conftest.err
 1.13415 ++       } && test -s conftest$ac_exeext &&
 1.13416 ++       $as_test_x conftest$ac_exeext; then
 1.13417 +   ac_cv_lib_dld_shl_load=yes
 1.13418 + else
 1.13419 +   echo "$as_me: failed program was:" >&5
 1.13420 + sed 's/^/| /' conftest.$ac_ext >&5
 1.13421 + 
 1.13422 +-ac_cv_lib_dld_shl_load=no
 1.13423 ++	ac_cv_lib_dld_shl_load=no
 1.13424 + fi
 1.13425 +-rm -f conftest.err conftest.$ac_objext \
 1.13426 ++
 1.13427 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.13428 +       conftest$ac_exeext conftest.$ac_ext
 1.13429 + LIBS=$ac_check_lib_save_LIBS
 1.13430 + fi
 1.13431 +-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 1.13432 +-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
 1.13433 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 1.13434 ++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 1.13435 + if test $ac_cv_lib_dld_shl_load = yes; then
 1.13436 +   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 1.13437 + else
 1.13438 +-  echo "$as_me:$LINENO: checking for dlopen" >&5
 1.13439 +-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
 1.13440 ++  { echo "$as_me:$LINENO: checking for dlopen" >&5
 1.13441 ++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 1.13442 + if test "${ac_cv_func_dlopen+set}" = set; then
 1.13443 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13444 + else
 1.13445 +@@ -10730,73 +11824,64 @@
 1.13446 + 
 1.13447 + #undef dlopen
 1.13448 + 
 1.13449 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.13450 ++/* Override any GCC internal prototype to avoid an error.
 1.13451 ++   Use char because int might match the return type of a GCC
 1.13452 ++   builtin and then its argument prototype would still apply.  */
 1.13453 + #ifdef __cplusplus
 1.13454 + extern "C"
 1.13455 +-{
 1.13456 + #endif
 1.13457 +-/* We use char because int might match the return type of a gcc2
 1.13458 +-   builtin and then its argument prototype would still apply.  */
 1.13459 + char dlopen ();
 1.13460 + /* The GNU C library defines this for functions which it implements
 1.13461 +     to always fail with ENOSYS.  Some functions are actually named
 1.13462 +     something starting with __ and the normal name is an alias.  */
 1.13463 +-#if defined (__stub_dlopen) || defined (__stub___dlopen)
 1.13464 ++#if defined __stub_dlopen || defined __stub___dlopen
 1.13465 + choke me
 1.13466 +-#else
 1.13467 +-char (*f) () = dlopen;
 1.13468 +-#endif
 1.13469 +-#ifdef __cplusplus
 1.13470 +-}
 1.13471 + #endif
 1.13472 + 
 1.13473 + int
 1.13474 + main ()
 1.13475 + {
 1.13476 +-return f != dlopen;
 1.13477 ++return dlopen ();
 1.13478 +   ;
 1.13479 +   return 0;
 1.13480 + }
 1.13481 + _ACEOF
 1.13482 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.13483 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.13484 +-  (eval $ac_link) 2>conftest.er1
 1.13485 ++if { (ac_try="$ac_link"
 1.13486 ++case "(($ac_try" in
 1.13487 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.13488 ++  *) ac_try_echo=$ac_try;;
 1.13489 ++esac
 1.13490 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.13491 ++  (eval "$ac_link") 2>conftest.er1
 1.13492 +   ac_status=$?
 1.13493 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.13494 +   rm -f conftest.er1
 1.13495 +   cat conftest.err >&5
 1.13496 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13497 +-  (exit $ac_status); } &&
 1.13498 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.13499 +-			 || test ! -s conftest.err'
 1.13500 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13501 +-  (eval $ac_try) 2>&5
 1.13502 +-  ac_status=$?
 1.13503 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13504 +-  (exit $ac_status); }; } &&
 1.13505 +-	 { ac_try='test -s conftest$ac_exeext'
 1.13506 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13507 +-  (eval $ac_try) 2>&5
 1.13508 +-  ac_status=$?
 1.13509 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13510 +-  (exit $ac_status); }; }; then
 1.13511 ++  (exit $ac_status); } && {
 1.13512 ++	 test -z "$ac_c_werror_flag" ||
 1.13513 ++	 test ! -s conftest.err
 1.13514 ++       } && test -s conftest$ac_exeext &&
 1.13515 ++       $as_test_x conftest$ac_exeext; then
 1.13516 +   ac_cv_func_dlopen=yes
 1.13517 + else
 1.13518 +   echo "$as_me: failed program was:" >&5
 1.13519 + sed 's/^/| /' conftest.$ac_ext >&5
 1.13520 + 
 1.13521 +-ac_cv_func_dlopen=no
 1.13522 ++	ac_cv_func_dlopen=no
 1.13523 + fi
 1.13524 +-rm -f conftest.err conftest.$ac_objext \
 1.13525 ++
 1.13526 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.13527 +       conftest$ac_exeext conftest.$ac_ext
 1.13528 + fi
 1.13529 +-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 1.13530 +-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
 1.13531 ++{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 1.13532 ++echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 1.13533 + if test $ac_cv_func_dlopen = yes; then
 1.13534 +   lt_cv_dlopen="dlopen"
 1.13535 + else
 1.13536 +-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 1.13537 +-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 1.13538 ++  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 1.13539 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 1.13540 + if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 1.13541 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13542 + else
 1.13543 +@@ -10809,61 +11894,58 @@
 1.13544 + cat >>conftest.$ac_ext <<_ACEOF
 1.13545 + /* end confdefs.h.  */
 1.13546 + 
 1.13547 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.13548 ++/* Override any GCC internal prototype to avoid an error.
 1.13549 ++   Use char because int might match the return type of a GCC
 1.13550 ++   builtin and then its argument prototype would still apply.  */
 1.13551 + #ifdef __cplusplus
 1.13552 + extern "C"
 1.13553 + #endif
 1.13554 +-/* We use char because int might match the return type of a gcc2
 1.13555 +-   builtin and then its argument prototype would still apply.  */
 1.13556 + char dlopen ();
 1.13557 + int
 1.13558 + main ()
 1.13559 + {
 1.13560 +-dlopen ();
 1.13561 ++return dlopen ();
 1.13562 +   ;
 1.13563 +   return 0;
 1.13564 + }
 1.13565 + _ACEOF
 1.13566 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.13567 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.13568 +-  (eval $ac_link) 2>conftest.er1
 1.13569 ++if { (ac_try="$ac_link"
 1.13570 ++case "(($ac_try" in
 1.13571 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.13572 ++  *) ac_try_echo=$ac_try;;
 1.13573 ++esac
 1.13574 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.13575 ++  (eval "$ac_link") 2>conftest.er1
 1.13576 +   ac_status=$?
 1.13577 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.13578 +   rm -f conftest.er1
 1.13579 +   cat conftest.err >&5
 1.13580 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13581 +-  (exit $ac_status); } &&
 1.13582 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.13583 +-			 || test ! -s conftest.err'
 1.13584 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13585 +-  (eval $ac_try) 2>&5
 1.13586 +-  ac_status=$?
 1.13587 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13588 +-  (exit $ac_status); }; } &&
 1.13589 +-	 { ac_try='test -s conftest$ac_exeext'
 1.13590 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13591 +-  (eval $ac_try) 2>&5
 1.13592 +-  ac_status=$?
 1.13593 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13594 +-  (exit $ac_status); }; }; then
 1.13595 ++  (exit $ac_status); } && {
 1.13596 ++	 test -z "$ac_c_werror_flag" ||
 1.13597 ++	 test ! -s conftest.err
 1.13598 ++       } && test -s conftest$ac_exeext &&
 1.13599 ++       $as_test_x conftest$ac_exeext; then
 1.13600 +   ac_cv_lib_dl_dlopen=yes
 1.13601 + else
 1.13602 +   echo "$as_me: failed program was:" >&5
 1.13603 + sed 's/^/| /' conftest.$ac_ext >&5
 1.13604 + 
 1.13605 +-ac_cv_lib_dl_dlopen=no
 1.13606 ++	ac_cv_lib_dl_dlopen=no
 1.13607 + fi
 1.13608 +-rm -f conftest.err conftest.$ac_objext \
 1.13609 ++
 1.13610 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.13611 +       conftest$ac_exeext conftest.$ac_ext
 1.13612 + LIBS=$ac_check_lib_save_LIBS
 1.13613 + fi
 1.13614 +-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 1.13615 +-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 1.13616 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 1.13617 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 1.13618 + if test $ac_cv_lib_dl_dlopen = yes; then
 1.13619 +   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 1.13620 + else
 1.13621 +-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 1.13622 +-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
 1.13623 ++  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 1.13624 ++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 1.13625 + if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 1.13626 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13627 + else
 1.13628 +@@ -10876,61 +11958,58 @@
 1.13629 + cat >>conftest.$ac_ext <<_ACEOF
 1.13630 + /* end confdefs.h.  */
 1.13631 + 
 1.13632 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.13633 ++/* Override any GCC internal prototype to avoid an error.
 1.13634 ++   Use char because int might match the return type of a GCC
 1.13635 ++   builtin and then its argument prototype would still apply.  */
 1.13636 + #ifdef __cplusplus
 1.13637 + extern "C"
 1.13638 + #endif
 1.13639 +-/* We use char because int might match the return type of a gcc2
 1.13640 +-   builtin and then its argument prototype would still apply.  */
 1.13641 + char dlopen ();
 1.13642 + int
 1.13643 + main ()
 1.13644 + {
 1.13645 +-dlopen ();
 1.13646 ++return dlopen ();
 1.13647 +   ;
 1.13648 +   return 0;
 1.13649 + }
 1.13650 + _ACEOF
 1.13651 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.13652 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.13653 +-  (eval $ac_link) 2>conftest.er1
 1.13654 ++if { (ac_try="$ac_link"
 1.13655 ++case "(($ac_try" in
 1.13656 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.13657 ++  *) ac_try_echo=$ac_try;;
 1.13658 ++esac
 1.13659 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.13660 ++  (eval "$ac_link") 2>conftest.er1
 1.13661 +   ac_status=$?
 1.13662 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.13663 +   rm -f conftest.er1
 1.13664 +   cat conftest.err >&5
 1.13665 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13666 +-  (exit $ac_status); } &&
 1.13667 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.13668 +-			 || test ! -s conftest.err'
 1.13669 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13670 +-  (eval $ac_try) 2>&5
 1.13671 +-  ac_status=$?
 1.13672 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13673 +-  (exit $ac_status); }; } &&
 1.13674 +-	 { ac_try='test -s conftest$ac_exeext'
 1.13675 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13676 +-  (eval $ac_try) 2>&5
 1.13677 +-  ac_status=$?
 1.13678 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13679 +-  (exit $ac_status); }; }; then
 1.13680 ++  (exit $ac_status); } && {
 1.13681 ++	 test -z "$ac_c_werror_flag" ||
 1.13682 ++	 test ! -s conftest.err
 1.13683 ++       } && test -s conftest$ac_exeext &&
 1.13684 ++       $as_test_x conftest$ac_exeext; then
 1.13685 +   ac_cv_lib_svld_dlopen=yes
 1.13686 + else
 1.13687 +   echo "$as_me: failed program was:" >&5
 1.13688 + sed 's/^/| /' conftest.$ac_ext >&5
 1.13689 + 
 1.13690 +-ac_cv_lib_svld_dlopen=no
 1.13691 ++	ac_cv_lib_svld_dlopen=no
 1.13692 + fi
 1.13693 +-rm -f conftest.err conftest.$ac_objext \
 1.13694 ++
 1.13695 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.13696 +       conftest$ac_exeext conftest.$ac_ext
 1.13697 + LIBS=$ac_check_lib_save_LIBS
 1.13698 + fi
 1.13699 +-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 1.13700 +-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
 1.13701 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 1.13702 ++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 1.13703 + if test $ac_cv_lib_svld_dlopen = yes; then
 1.13704 +   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 1.13705 + else
 1.13706 +-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 1.13707 +-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
 1.13708 ++  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 1.13709 ++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
 1.13710 + if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 1.13711 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13712 + else
 1.13713 +@@ -10943,56 +12022,53 @@
 1.13714 + cat >>conftest.$ac_ext <<_ACEOF
 1.13715 + /* end confdefs.h.  */
 1.13716 + 
 1.13717 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.13718 ++/* Override any GCC internal prototype to avoid an error.
 1.13719 ++   Use char because int might match the return type of a GCC
 1.13720 ++   builtin and then its argument prototype would still apply.  */
 1.13721 + #ifdef __cplusplus
 1.13722 + extern "C"
 1.13723 + #endif
 1.13724 +-/* We use char because int might match the return type of a gcc2
 1.13725 +-   builtin and then its argument prototype would still apply.  */
 1.13726 + char dld_link ();
 1.13727 + int
 1.13728 + main ()
 1.13729 + {
 1.13730 +-dld_link ();
 1.13731 ++return dld_link ();
 1.13732 +   ;
 1.13733 +   return 0;
 1.13734 + }
 1.13735 + _ACEOF
 1.13736 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.13737 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.13738 +-  (eval $ac_link) 2>conftest.er1
 1.13739 ++if { (ac_try="$ac_link"
 1.13740 ++case "(($ac_try" in
 1.13741 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.13742 ++  *) ac_try_echo=$ac_try;;
 1.13743 ++esac
 1.13744 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.13745 ++  (eval "$ac_link") 2>conftest.er1
 1.13746 +   ac_status=$?
 1.13747 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.13748 +   rm -f conftest.er1
 1.13749 +   cat conftest.err >&5
 1.13750 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13751 +-  (exit $ac_status); } &&
 1.13752 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.13753 +-			 || test ! -s conftest.err'
 1.13754 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13755 +-  (eval $ac_try) 2>&5
 1.13756 +-  ac_status=$?
 1.13757 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13758 +-  (exit $ac_status); }; } &&
 1.13759 +-	 { ac_try='test -s conftest$ac_exeext'
 1.13760 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.13761 +-  (eval $ac_try) 2>&5
 1.13762 +-  ac_status=$?
 1.13763 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.13764 +-  (exit $ac_status); }; }; then
 1.13765 ++  (exit $ac_status); } && {
 1.13766 ++	 test -z "$ac_c_werror_flag" ||
 1.13767 ++	 test ! -s conftest.err
 1.13768 ++       } && test -s conftest$ac_exeext &&
 1.13769 ++       $as_test_x conftest$ac_exeext; then
 1.13770 +   ac_cv_lib_dld_dld_link=yes
 1.13771 + else
 1.13772 +   echo "$as_me: failed program was:" >&5
 1.13773 + sed 's/^/| /' conftest.$ac_ext >&5
 1.13774 + 
 1.13775 +-ac_cv_lib_dld_dld_link=no
 1.13776 ++	ac_cv_lib_dld_dld_link=no
 1.13777 + fi
 1.13778 +-rm -f conftest.err conftest.$ac_objext \
 1.13779 ++
 1.13780 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.13781 +       conftest$ac_exeext conftest.$ac_ext
 1.13782 + LIBS=$ac_check_lib_save_LIBS
 1.13783 + fi
 1.13784 +-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 1.13785 +-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
 1.13786 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 1.13787 ++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 1.13788 + if test $ac_cv_lib_dld_dld_link = yes; then
 1.13789 +   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 1.13790 + fi
 1.13791 +@@ -11032,8 +12108,8 @@
 1.13792 +     save_LIBS="$LIBS"
 1.13793 +     LIBS="$lt_cv_dlopen_libs $LIBS"
 1.13794 + 
 1.13795 +-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 1.13796 +-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
 1.13797 ++    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 1.13798 ++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 1.13799 + if test "${lt_cv_dlopen_self+set}" = set; then
 1.13800 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13801 + else
 1.13802 +@@ -11043,7 +12119,7 @@
 1.13803 +   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 1.13804 +   lt_status=$lt_dlunknown
 1.13805 +   cat > conftest.$ac_ext <<_LT_EOF
 1.13806 +-#line 11046 "configure"
 1.13807 ++#line 12122 "configure"
 1.13808 + #include "confdefs.h"
 1.13809 + 
 1.13810 + #if HAVE_DLFCN_H
 1.13811 +@@ -11123,13 +12199,13 @@
 1.13812 + 
 1.13813 + 
 1.13814 + fi
 1.13815 +-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 1.13816 +-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
 1.13817 ++{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 1.13818 ++echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
 1.13819 + 
 1.13820 +     if test "x$lt_cv_dlopen_self" = xyes; then
 1.13821 +       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 1.13822 +-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 1.13823 +-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
 1.13824 ++      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 1.13825 ++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 1.13826 + if test "${lt_cv_dlopen_self_static+set}" = set; then
 1.13827 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.13828 + else
 1.13829 +@@ -11139,7 +12215,7 @@
 1.13830 +   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 1.13831 +   lt_status=$lt_dlunknown
 1.13832 +   cat > conftest.$ac_ext <<_LT_EOF
 1.13833 +-#line 11142 "configure"
 1.13834 ++#line 12218 "configure"
 1.13835 + #include "confdefs.h"
 1.13836 + 
 1.13837 + #if HAVE_DLFCN_H
 1.13838 +@@ -11219,8 +12295,8 @@
 1.13839 + 
 1.13840 + 
 1.13841 + fi
 1.13842 +-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 1.13843 +-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
 1.13844 ++{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 1.13845 ++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
 1.13846 +     fi
 1.13847 + 
 1.13848 +     CPPFLAGS="$save_CPPFLAGS"
 1.13849 +@@ -11258,13 +12334,13 @@
 1.13850 + 
 1.13851 + striplib=
 1.13852 + old_striplib=
 1.13853 +-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 1.13854 +-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
 1.13855 ++{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 1.13856 ++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 1.13857 + if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 1.13858 +   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 1.13859 +   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 1.13860 +-  echo "$as_me:$LINENO: result: yes" >&5
 1.13861 +-echo "${ECHO_T}yes" >&6
 1.13862 ++  { echo "$as_me:$LINENO: result: yes" >&5
 1.13863 ++echo "${ECHO_T}yes" >&6; }
 1.13864 + else
 1.13865 + # FIXME - insert some real tests, host_os isn't really good enough
 1.13866 +   case $host_os in
 1.13867 +@@ -11272,16 +12348,16 @@
 1.13868 +     if test -n "$STRIP" ; then
 1.13869 +       striplib="$STRIP -x"
 1.13870 +       old_striplib="$STRIP -S"
 1.13871 +-      echo "$as_me:$LINENO: result: yes" >&5
 1.13872 +-echo "${ECHO_T}yes" >&6
 1.13873 ++      { echo "$as_me:$LINENO: result: yes" >&5
 1.13874 ++echo "${ECHO_T}yes" >&6; }
 1.13875 +     else
 1.13876 +-      echo "$as_me:$LINENO: result: no" >&5
 1.13877 +-echo "${ECHO_T}no" >&6
 1.13878 ++      { echo "$as_me:$LINENO: result: no" >&5
 1.13879 ++echo "${ECHO_T}no" >&6; }
 1.13880 +     fi
 1.13881 +     ;;
 1.13882 +   *)
 1.13883 +-    echo "$as_me:$LINENO: result: no" >&5
 1.13884 +-echo "${ECHO_T}no" >&6
 1.13885 ++    { echo "$as_me:$LINENO: result: no" >&5
 1.13886 ++echo "${ECHO_T}no" >&6; }
 1.13887 +     ;;
 1.13888 +   esac
 1.13889 + fi
 1.13890 +@@ -11298,13 +12374,13 @@
 1.13891 + 
 1.13892 + 
 1.13893 +   # Report which library types will actually be built
 1.13894 +-  echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 1.13895 +-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
 1.13896 +-  echo "$as_me:$LINENO: result: $can_build_shared" >&5
 1.13897 +-echo "${ECHO_T}$can_build_shared" >&6
 1.13898 ++  { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 1.13899 ++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 1.13900 ++  { echo "$as_me:$LINENO: result: $can_build_shared" >&5
 1.13901 ++echo "${ECHO_T}$can_build_shared" >&6; }
 1.13902 + 
 1.13903 +-  echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 1.13904 +-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
 1.13905 ++  { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 1.13906 ++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 1.13907 +   test "$can_build_shared" = "no" && enable_shared=no
 1.13908 + 
 1.13909 +   # On AIX, shared libraries and static libraries use the same namespace, and
 1.13910 +@@ -11324,15 +12400,15 @@
 1.13911 +     fi
 1.13912 +     ;;
 1.13913 +   esac
 1.13914 +-  echo "$as_me:$LINENO: result: $enable_shared" >&5
 1.13915 +-echo "${ECHO_T}$enable_shared" >&6
 1.13916 ++  { echo "$as_me:$LINENO: result: $enable_shared" >&5
 1.13917 ++echo "${ECHO_T}$enable_shared" >&6; }
 1.13918 + 
 1.13919 +-  echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 1.13920 +-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
 1.13921 ++  { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 1.13922 ++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 1.13923 +   # Make sure either enable_shared or enable_static is yes.
 1.13924 +   test "$enable_shared" = yes || enable_static=yes
 1.13925 +-  echo "$as_me:$LINENO: result: $enable_static" >&5
 1.13926 +-echo "${ECHO_T}$enable_static" >&6
 1.13927 ++  { echo "$as_me:$LINENO: result: $enable_static" >&5
 1.13928 ++echo "${ECHO_T}$enable_static" >&6; }
 1.13929 + 
 1.13930 + 
 1.13931 + 
 1.13932 +@@ -11358,7 +12434,7 @@
 1.13933 + 
 1.13934 + 
 1.13935 + 
 1.13936 +-                  ac_config_commands="$ac_config_commands libtool"
 1.13937 ++        ac_config_commands="$ac_config_commands libtool"
 1.13938 + 
 1.13939 + 
 1.13940 + 
 1.13941 +@@ -11370,161 +12446,85 @@
 1.13942 + 
 1.13943 + if test -n "${machine_dir}"; then
 1.13944 +   case ${machine_dir} in
 1.13945 +-	a29k)
 1.13946 +-
 1.13947 +-subdirs="$subdirs a29k"
 1.13948 ++	a29k) subdirs="$subdirs a29k"
 1.13949 +  ;;
 1.13950 +-	arm)
 1.13951 +-
 1.13952 +-subdirs="$subdirs arm"
 1.13953 ++	arm) subdirs="$subdirs arm"
 1.13954 +  ;;
 1.13955 +-	bfin)
 1.13956 +-
 1.13957 +-subdirs="$subdirs bfin"
 1.13958 ++	avr32) subdirs="$subdirs avr32"
 1.13959 +  ;;
 1.13960 +-	cris)
 1.13961 +-
 1.13962 +-subdirs="$subdirs cris"
 1.13963 ++	bfin) subdirs="$subdirs bfin"
 1.13964 +  ;;
 1.13965 +-	crx)
 1.13966 +-
 1.13967 +-subdirs="$subdirs crx"
 1.13968 ++	cris) subdirs="$subdirs cris"
 1.13969 +  ;;
 1.13970 +-	d10v)
 1.13971 +-
 1.13972 +-subdirs="$subdirs d10v"
 1.13973 ++	crx) subdirs="$subdirs crx"
 1.13974 +  ;;
 1.13975 +-	d30v)
 1.13976 +-
 1.13977 +-subdirs="$subdirs d30v"
 1.13978 ++	d10v) subdirs="$subdirs d10v"
 1.13979 +  ;;
 1.13980 +-	fr30)
 1.13981 +-
 1.13982 +-subdirs="$subdirs fr30"
 1.13983 ++	d30v) subdirs="$subdirs d30v"
 1.13984 +  ;;
 1.13985 +-	frv)
 1.13986 +-
 1.13987 +-subdirs="$subdirs frv"
 1.13988 ++	fr30) subdirs="$subdirs fr30"
 1.13989 +  ;;
 1.13990 +-	h8300)
 1.13991 +-
 1.13992 +-subdirs="$subdirs h8300"
 1.13993 ++	frv) subdirs="$subdirs frv"
 1.13994 +  ;;
 1.13995 +-	h8500)
 1.13996 +-
 1.13997 +-subdirs="$subdirs h8500"
 1.13998 ++	h8300) subdirs="$subdirs h8300"
 1.13999 +  ;;
 1.14000 +-	hppa)
 1.14001 +-
 1.14002 +-subdirs="$subdirs hppa"
 1.14003 ++	h8500) subdirs="$subdirs h8500"
 1.14004 +  ;;
 1.14005 +-	i386)
 1.14006 +-
 1.14007 +-subdirs="$subdirs i386"
 1.14008 ++	hppa) subdirs="$subdirs hppa"
 1.14009 +  ;;
 1.14010 +-	i960)
 1.14011 +-
 1.14012 +-subdirs="$subdirs i960"
 1.14013 ++	i386) subdirs="$subdirs i386"
 1.14014 +  ;;
 1.14015 +-	iq2000)
 1.14016 +-
 1.14017 +-subdirs="$subdirs iq2000"
 1.14018 ++	i960) subdirs="$subdirs i960"
 1.14019 +  ;;
 1.14020 +-	lm32)
 1.14021 +-
 1.14022 +-subdirs="$subdirs lm32"
 1.14023 ++	iq2000) subdirs="$subdirs iq2000"
 1.14024 +  ;;
 1.14025 +-	m32c)
 1.14026 +-
 1.14027 +-subdirs="$subdirs m32c"
 1.14028 ++	lm32) subdirs="$subdirs lm32"
 1.14029 +  ;;
 1.14030 +-	m32r)
 1.14031 +-
 1.14032 +-subdirs="$subdirs m32r"
 1.14033 ++	m32c) subdirs="$subdirs m32c"
 1.14034 +  ;;
 1.14035 +-	m68hc11)
 1.14036 +-
 1.14037 +-subdirs="$subdirs m68hc11"
 1.14038 ++	m32r) subdirs="$subdirs m32r"
 1.14039 +  ;;
 1.14040 +-	m68k)
 1.14041 +-
 1.14042 +-subdirs="$subdirs m68k"
 1.14043 ++	m68hc11) subdirs="$subdirs m68hc11"
 1.14044 +  ;;
 1.14045 +-	m88k)
 1.14046 +-
 1.14047 +-subdirs="$subdirs m88k"
 1.14048 ++	m68k) subdirs="$subdirs m68k"
 1.14049 +  ;;
 1.14050 +-	mep )
 1.14051 +-
 1.14052 +-subdirs="$subdirs mep"
 1.14053 ++	m88k) subdirs="$subdirs m88k"
 1.14054 +  ;;
 1.14055 +-	mips)
 1.14056 +-
 1.14057 +-subdirs="$subdirs mips"
 1.14058 ++	mep ) subdirs="$subdirs mep"
 1.14059 +  ;;
 1.14060 +-	mn10200)
 1.14061 +-
 1.14062 +-subdirs="$subdirs mn10200"
 1.14063 ++	mips) subdirs="$subdirs mips"
 1.14064 +  ;;
 1.14065 +-	mn10300)
 1.14066 +-
 1.14067 +-subdirs="$subdirs mn10300"
 1.14068 ++	mn10200) subdirs="$subdirs mn10200"
 1.14069 +  ;;
 1.14070 +-	mt)
 1.14071 +-
 1.14072 +-subdirs="$subdirs mt"
 1.14073 ++	mn10300) subdirs="$subdirs mn10300"
 1.14074 +  ;;
 1.14075 +-	necv70)
 1.14076 +-
 1.14077 +-subdirs="$subdirs necv70"
 1.14078 ++	mt) subdirs="$subdirs mt"
 1.14079 +  ;;
 1.14080 +-	powerpc)
 1.14081 +-
 1.14082 +-subdirs="$subdirs powerpc"
 1.14083 ++	necv70) subdirs="$subdirs necv70"
 1.14084 +  ;;
 1.14085 +-	sh)
 1.14086 +-
 1.14087 +-subdirs="$subdirs sh"
 1.14088 ++	powerpc) subdirs="$subdirs powerpc"
 1.14089 +  ;;
 1.14090 +-	sparc)
 1.14091 +-
 1.14092 +-subdirs="$subdirs sparc"
 1.14093 ++	sh) subdirs="$subdirs sh"
 1.14094 +  ;;
 1.14095 +-	spu)
 1.14096 +-
 1.14097 +-subdirs="$subdirs spu"
 1.14098 ++	sparc) subdirs="$subdirs sparc"
 1.14099 +  ;;
 1.14100 +-	tic4x)
 1.14101 +-
 1.14102 +-subdirs="$subdirs tic4x"
 1.14103 ++	spu) subdirs="$subdirs spu"
 1.14104 +  ;;
 1.14105 +-	tic80)
 1.14106 +-
 1.14107 +-subdirs="$subdirs tic80"
 1.14108 ++	tic4x) subdirs="$subdirs tic4x"
 1.14109 +  ;;
 1.14110 +-	v850)
 1.14111 +-
 1.14112 +-subdirs="$subdirs v850"
 1.14113 ++	tic80) subdirs="$subdirs tic80"
 1.14114 +  ;;
 1.14115 +-	w65)
 1.14116 +-
 1.14117 +-subdirs="$subdirs w65"
 1.14118 ++	v850) subdirs="$subdirs v850"
 1.14119 +  ;;
 1.14120 +-	x86_64)
 1.14121 +-
 1.14122 +-subdirs="$subdirs x86_64"
 1.14123 ++	w65) subdirs="$subdirs w65"
 1.14124 +  ;;
 1.14125 +-	xscale)
 1.14126 +-
 1.14127 +-subdirs="$subdirs xscale"
 1.14128 ++	x86_64) subdirs="$subdirs x86_64"
 1.14129 +  ;;
 1.14130 +-	xstormy16)
 1.14131 +-
 1.14132 +-subdirs="$subdirs xstormy16"
 1.14133 ++	xscale) subdirs="$subdirs xscale"
 1.14134 +  ;;
 1.14135 +-	z8k)
 1.14136 +-
 1.14137 +-subdirs="$subdirs z8k"
 1.14138 ++	xstormy16) subdirs="$subdirs xstormy16"
 1.14139 ++ ;;
 1.14140 ++	z8k) subdirs="$subdirs z8k"
 1.14141 +  ;;
 1.14142 +   esac;
 1.14143 + fi
 1.14144 +@@ -11540,7 +12540,7 @@
 1.14145 + fi
 1.14146 + 
 1.14147 + 
 1.14148 +-          ac_config_files="$ac_config_files Makefile"
 1.14149 ++ac_config_files="$ac_config_files Makefile"
 1.14150 + 
 1.14151 + cat >confcache <<\_ACEOF
 1.14152 + # This file is a shell script that caches the results of configure
 1.14153 +@@ -11560,39 +12560,58 @@
 1.14154 + 
 1.14155 + # The following way of writing the cache mishandles newlines in values,
 1.14156 + # but we know of no workaround that is simple, portable, and efficient.
 1.14157 +-# So, don't put newlines in cache variables' values.
 1.14158 ++# So, we kill variables containing newlines.
 1.14159 + # Ultrix sh set writes to stderr and can't be redirected directly,
 1.14160 + # and sets the high bit in the cache file unless we assign to the vars.
 1.14161 +-{
 1.14162 ++(
 1.14163 ++  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 1.14164 ++    eval ac_val=\$$ac_var
 1.14165 ++    case $ac_val in #(
 1.14166 ++    *${as_nl}*)
 1.14167 ++      case $ac_var in #(
 1.14168 ++      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 1.14169 ++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 1.14170 ++      esac
 1.14171 ++      case $ac_var in #(
 1.14172 ++      _ | IFS | as_nl) ;; #(
 1.14173 ++      *) $as_unset $ac_var ;;
 1.14174 ++      esac ;;
 1.14175 ++    esac
 1.14176 ++  done
 1.14177 ++
 1.14178 +   (set) 2>&1 |
 1.14179 +-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
 1.14180 +-    *ac_space=\ *)
 1.14181 ++    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 1.14182 ++    *${as_nl}ac_space=\ *)
 1.14183 +       # `set' does not quote correctly, so add quotes (double-quote
 1.14184 +       # substitution turns \\\\ into \\, and sed turns \\ into \).
 1.14185 +       sed -n \
 1.14186 + 	"s/'/'\\\\''/g;
 1.14187 + 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 1.14188 +-      ;;
 1.14189 ++      ;; #(
 1.14190 +     *)
 1.14191 +       # `set' quotes correctly as required by POSIX, so do not add quotes.
 1.14192 +-      sed -n \
 1.14193 +-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 1.14194 ++      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 1.14195 +       ;;
 1.14196 +-    esac;
 1.14197 +-} |
 1.14198 ++    esac |
 1.14199 ++    sort
 1.14200 ++) |
 1.14201 +   sed '
 1.14202 ++     /^ac_cv_env_/b end
 1.14203 +      t clear
 1.14204 +-     : clear
 1.14205 ++     :clear
 1.14206 +      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 1.14207 +      t end
 1.14208 +-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 1.14209 +-     : end' >>confcache
 1.14210 +-if diff $cache_file confcache >/dev/null 2>&1; then :; else
 1.14211 +-  if test -w $cache_file; then
 1.14212 +-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
 1.14213 ++     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 1.14214 ++     :end' >>confcache
 1.14215 ++if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 1.14216 ++  if test -w "$cache_file"; then
 1.14217 ++    test "x$cache_file" != "x/dev/null" &&
 1.14218 ++      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 1.14219 ++echo "$as_me: updating cache $cache_file" >&6;}
 1.14220 +     cat confcache >$cache_file
 1.14221 +   else
 1.14222 +-    echo "not updating unwritable cache $cache_file"
 1.14223 ++    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 1.14224 ++echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 1.14225 +   fi
 1.14226 + fi
 1.14227 + rm -f confcache
 1.14228 +@@ -11601,63 +12620,48 @@
 1.14229 + # Let make expand exec_prefix.
 1.14230 + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 1.14231 + 
 1.14232 +-# VPATH may cause trouble with some makes, so we remove $(srcdir),
 1.14233 +-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 1.14234 +-# trailing colons and then remove the whole line if VPATH becomes empty
 1.14235 +-# (actually we leave an empty line to preserve line numbers).
 1.14236 +-if test "x$srcdir" = x.; then
 1.14237 +-  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 1.14238 +-s/:*\$(srcdir):*/:/;
 1.14239 +-s/:*\${srcdir}:*/:/;
 1.14240 +-s/:*@srcdir@:*/:/;
 1.14241 +-s/^\([^=]*=[	 ]*\):*/\1/;
 1.14242 +-s/:*$//;
 1.14243 +-s/^[^=]*=[	 ]*$//;
 1.14244 +-}'
 1.14245 +-fi
 1.14246 +-
 1.14247 + # Transform confdefs.h into DEFS.
 1.14248 + # Protect against shell expansion while executing Makefile rules.
 1.14249 + # Protect against Makefile macro expansion.
 1.14250 + #
 1.14251 + # If the first sed substitution is executed (which looks for macros that
 1.14252 +-# take arguments), then we branch to the quote section.  Otherwise,
 1.14253 ++# take arguments), then branch to the quote section.  Otherwise,
 1.14254 + # look for a macro that doesn't take arguments.
 1.14255 +-cat >confdef2opt.sed <<\_ACEOF
 1.14256 ++ac_script='
 1.14257 + t clear
 1.14258 +-: clear
 1.14259 +-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
 1.14260 ++:clear
 1.14261 ++s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
 1.14262 + t quote
 1.14263 +-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
 1.14264 ++s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
 1.14265 + t quote
 1.14266 +-d
 1.14267 +-: quote
 1.14268 +-s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
 1.14269 +-s,\[,\\&,g
 1.14270 +-s,\],\\&,g
 1.14271 +-s,\$,$$,g
 1.14272 +-p
 1.14273 +-_ACEOF
 1.14274 +-# We use echo to avoid assuming a particular line-breaking character.
 1.14275 +-# The extra dot is to prevent the shell from consuming trailing
 1.14276 +-# line-breaks from the sub-command output.  A line-break within
 1.14277 +-# single-quotes doesn't work because, if this script is created in a
 1.14278 +-# platform that uses two characters for line-breaks (e.g., DOS), tr
 1.14279 +-# would break.
 1.14280 +-ac_LF_and_DOT=`echo; echo .`
 1.14281 +-DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
 1.14282 +-rm -f confdef2opt.sed
 1.14283 ++b any
 1.14284 ++:quote
 1.14285 ++s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
 1.14286 ++s/\[/\\&/g
 1.14287 ++s/\]/\\&/g
 1.14288 ++s/\$/$$/g
 1.14289 ++H
 1.14290 ++:any
 1.14291 ++${
 1.14292 ++	g
 1.14293 ++	s/^\n//
 1.14294 ++	s/\n/ /g
 1.14295 ++	p
 1.14296 ++}
 1.14297 ++'
 1.14298 ++DEFS=`sed -n "$ac_script" confdefs.h`
 1.14299 + 
 1.14300 + 
 1.14301 + ac_libobjs=
 1.14302 + ac_ltlibobjs=
 1.14303 + for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 1.14304 +   # 1. Remove the extension, and $U if already installed.
 1.14305 +-  ac_i=`echo "$ac_i" |
 1.14306 +-	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
 1.14307 +-  # 2. Add them.
 1.14308 +-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
 1.14309 +-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 1.14310 ++  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 1.14311 ++  ac_i=`echo "$ac_i" | sed "$ac_script"`
 1.14312 ++  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 1.14313 ++  #    will be set to the directory where LIBOBJS objects are built.
 1.14314 ++  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 1.14315 ++  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 1.14316 + done
 1.14317 + LIBOBJS=$ac_libobjs
 1.14318 + 
 1.14319 +@@ -11772,17 +12776,45 @@
 1.14320 + ## M4sh Initialization.  ##
 1.14321 + ## --------------------- ##
 1.14322 + 
 1.14323 +-# Be Bourne compatible
 1.14324 ++# Be more Bourne compatible
 1.14325 ++DUALCASE=1; export DUALCASE # for MKS sh
 1.14326 + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 1.14327 +   emulate sh
 1.14328 +   NULLCMD=:
 1.14329 +   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 1.14330 +   # is contrary to our usage.  Disable this feature.
 1.14331 +   alias -g '${1+"$@"}'='"$@"'
 1.14332 +-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 1.14333 +-  set -o posix
 1.14334 ++  setopt NO_GLOB_SUBST
 1.14335 ++else
 1.14336 ++  case `(set -o) 2>/dev/null` in
 1.14337 ++  *posix*) set -o posix ;;
 1.14338 ++esac
 1.14339 ++
 1.14340 ++fi
 1.14341 ++
 1.14342 ++
 1.14343 ++
 1.14344 ++
 1.14345 ++# PATH needs CR
 1.14346 ++# Avoid depending upon Character Ranges.
 1.14347 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 1.14348 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 1.14349 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 1.14350 ++as_cr_digits='0123456789'
 1.14351 ++as_cr_alnum=$as_cr_Letters$as_cr_digits
 1.14352 ++
 1.14353 ++# The user is always right.
 1.14354 ++if test "${PATH_SEPARATOR+set}" != set; then
 1.14355 ++  echo "#! /bin/sh" >conf$$.sh
 1.14356 ++  echo  "exit 0"   >>conf$$.sh
 1.14357 ++  chmod +x conf$$.sh
 1.14358 ++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 1.14359 ++    PATH_SEPARATOR=';'
 1.14360 ++  else
 1.14361 ++    PATH_SEPARATOR=:
 1.14362 ++  fi
 1.14363 ++  rm -f conf$$.sh
 1.14364 + fi
 1.14365 +-DUALCASE=1; export DUALCASE # for MKS sh
 1.14366 + 
 1.14367 + # Support unset when possible.
 1.14368 + if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 1.14369 +@@ -11792,8 +12824,43 @@
 1.14370 + fi
 1.14371 + 
 1.14372 + 
 1.14373 ++# IFS
 1.14374 ++# We need space, tab and new line, in precisely that order.  Quoting is
 1.14375 ++# there to prevent editors from complaining about space-tab.
 1.14376 ++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 1.14377 ++# splitting by setting IFS to empty value.)
 1.14378 ++as_nl='
 1.14379 ++'
 1.14380 ++IFS=" ""	$as_nl"
 1.14381 ++
 1.14382 ++# Find who we are.  Look in the path if we contain no directory separator.
 1.14383 ++case $0 in
 1.14384 ++  *[\\/]* ) as_myself=$0 ;;
 1.14385 ++  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.14386 ++for as_dir in $PATH
 1.14387 ++do
 1.14388 ++  IFS=$as_save_IFS
 1.14389 ++  test -z "$as_dir" && as_dir=.
 1.14390 ++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 1.14391 ++done
 1.14392 ++IFS=$as_save_IFS
 1.14393 ++
 1.14394 ++     ;;
 1.14395 ++esac
 1.14396 ++# We did not find ourselves, most probably we were run as `sh COMMAND'
 1.14397 ++# in which case we are not to be found in the path.
 1.14398 ++if test "x$as_myself" = x; then
 1.14399 ++  as_myself=$0
 1.14400 ++fi
 1.14401 ++if test ! -f "$as_myself"; then
 1.14402 ++  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 1.14403 ++  { (exit 1); exit 1; }
 1.14404 ++fi
 1.14405 ++
 1.14406 + # Work around bugs in pre-3.0 UWIN ksh.
 1.14407 +-$as_unset ENV MAIL MAILPATH
 1.14408 ++for as_var in ENV MAIL MAILPATH
 1.14409 ++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.14410 ++done
 1.14411 + PS1='$ '
 1.14412 + PS2='> '
 1.14413 + PS4='+ '
 1.14414 +@@ -11807,18 +12874,19 @@
 1.14415 +   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 1.14416 +     eval $as_var=C; export $as_var
 1.14417 +   else
 1.14418 +-    $as_unset $as_var
 1.14419 ++    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.14420 +   fi
 1.14421 + done
 1.14422 + 
 1.14423 + # Required to use basename.
 1.14424 +-if expr a : '\(a\)' >/dev/null 2>&1; then
 1.14425 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.14426 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.14427 +   as_expr=expr
 1.14428 + else
 1.14429 +   as_expr=false
 1.14430 + fi
 1.14431 + 
 1.14432 +-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 1.14433 ++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 1.14434 +   as_basename=basename
 1.14435 + else
 1.14436 +   as_basename=false
 1.14437 +@@ -11826,159 +12894,120 @@
 1.14438 + 
 1.14439 + 
 1.14440 + # Name of the executable.
 1.14441 +-as_me=`$as_basename "$0" ||
 1.14442 ++as_me=`$as_basename -- "$0" ||
 1.14443 + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 1.14444 + 	 X"$0" : 'X\(//\)$' \| \
 1.14445 +-	 X"$0" : 'X\(/\)$' \| \
 1.14446 +-	 .     : '\(.\)' 2>/dev/null ||
 1.14447 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 1.14448 + echo X/"$0" |
 1.14449 +-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 1.14450 +-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
 1.14451 +-  	  /^X\/\(\/\).*/{ s//\1/; q; }
 1.14452 +-  	  s/.*/./; q'`
 1.14453 +-
 1.14454 +-
 1.14455 +-# PATH needs CR, and LINENO needs CR and PATH.
 1.14456 +-# Avoid depending upon Character Ranges.
 1.14457 +-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 1.14458 +-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 1.14459 +-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 1.14460 +-as_cr_digits='0123456789'
 1.14461 +-as_cr_alnum=$as_cr_Letters$as_cr_digits
 1.14462 +-
 1.14463 +-# The user is always right.
 1.14464 +-if test "${PATH_SEPARATOR+set}" != set; then
 1.14465 +-  echo "#! /bin/sh" >conf$$.sh
 1.14466 +-  echo  "exit 0"   >>conf$$.sh
 1.14467 +-  chmod +x conf$$.sh
 1.14468 +-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 1.14469 +-    PATH_SEPARATOR=';'
 1.14470 +-  else
 1.14471 +-    PATH_SEPARATOR=:
 1.14472 +-  fi
 1.14473 +-  rm -f conf$$.sh
 1.14474 +-fi
 1.14475 ++    sed '/^.*\/\([^/][^/]*\)\/*$/{
 1.14476 ++	    s//\1/
 1.14477 ++	    q
 1.14478 ++	  }
 1.14479 ++	  /^X\/\(\/\/\)$/{
 1.14480 ++	    s//\1/
 1.14481 ++	    q
 1.14482 ++	  }
 1.14483 ++	  /^X\/\(\/\).*/{
 1.14484 ++	    s//\1/
 1.14485 ++	    q
 1.14486 ++	  }
 1.14487 ++	  s/.*/./; q'`
 1.14488 ++
 1.14489 ++# CDPATH.
 1.14490 ++$as_unset CDPATH
 1.14491 + 
 1.14492 + 
 1.14493 +-  as_lineno_1=$LINENO
 1.14494 +-  as_lineno_2=$LINENO
 1.14495 +-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 1.14496 +-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.14497 +-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 1.14498 +-  # Find who we are.  Look in the path if we contain no path at all
 1.14499 +-  # relative or not.
 1.14500 +-  case $0 in
 1.14501 +-    *[\\/]* ) as_myself=$0 ;;
 1.14502 +-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.14503 +-for as_dir in $PATH
 1.14504 +-do
 1.14505 +-  IFS=$as_save_IFS
 1.14506 +-  test -z "$as_dir" && as_dir=.
 1.14507 +-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 1.14508 +-done
 1.14509 + 
 1.14510 +-       ;;
 1.14511 +-  esac
 1.14512 +-  # We did not find ourselves, most probably we were run as `sh COMMAND'
 1.14513 +-  # in which case we are not to be found in the path.
 1.14514 +-  if test "x$as_myself" = x; then
 1.14515 +-    as_myself=$0
 1.14516 +-  fi
 1.14517 +-  if test ! -f "$as_myself"; then
 1.14518 +-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
 1.14519 +-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
 1.14520 +-   { (exit 1); exit 1; }; }
 1.14521 +-  fi
 1.14522 +-  case $CONFIG_SHELL in
 1.14523 +-  '')
 1.14524 +-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.14525 +-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 1.14526 +-do
 1.14527 +-  IFS=$as_save_IFS
 1.14528 +-  test -z "$as_dir" && as_dir=.
 1.14529 +-  for as_base in sh bash ksh sh5; do
 1.14530 +-	 case $as_dir in
 1.14531 +-	 /*)
 1.14532 +-	   if ("$as_dir/$as_base" -c '
 1.14533 +   as_lineno_1=$LINENO
 1.14534 +   as_lineno_2=$LINENO
 1.14535 +-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 1.14536 +   test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.14537 +-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 1.14538 +-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 1.14539 +-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 1.14540 +-	     CONFIG_SHELL=$as_dir/$as_base
 1.14541 +-	     export CONFIG_SHELL
 1.14542 +-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 1.14543 +-	   fi;;
 1.14544 +-	 esac
 1.14545 +-       done
 1.14546 +-done
 1.14547 +-;;
 1.14548 +-  esac
 1.14549 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 1.14550 + 
 1.14551 +   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 1.14552 +   # uniformly replaced by the line number.  The first 'sed' inserts a
 1.14553 +-  # line-number line before each line; the second 'sed' does the real
 1.14554 +-  # work.  The second script uses 'N' to pair each line-number line
 1.14555 +-  # with the numbered line, and appends trailing '-' during
 1.14556 +-  # substitution so that $LINENO is not a special case at line end.
 1.14557 ++  # line-number line after each line using $LINENO; the second 'sed'
 1.14558 ++  # does the real work.  The second script uses 'N' to pair each
 1.14559 ++  # line-number line with the line containing $LINENO, and appends
 1.14560 ++  # trailing '-' during substitution so that $LINENO is not a special
 1.14561 ++  # case at line end.
 1.14562 +   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 1.14563 +-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 1.14564 +-  sed '=' <$as_myself |
 1.14565 ++  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 1.14566 ++  # E. McMahon (1931-1989) for sed's syntax.  :-)
 1.14567 ++  sed -n '
 1.14568 ++    p
 1.14569 ++    /[$]LINENO/=
 1.14570 ++  ' <$as_myself |
 1.14571 +     sed '
 1.14572 ++      s/[$]LINENO.*/&-/
 1.14573 ++      t lineno
 1.14574 ++      b
 1.14575 ++      :lineno
 1.14576 +       N
 1.14577 +-      s,$,-,
 1.14578 +-      : loop
 1.14579 +-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 1.14580 ++      :loop
 1.14581 ++      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 1.14582 +       t loop
 1.14583 +-      s,-$,,
 1.14584 +-      s,^['$as_cr_digits']*\n,,
 1.14585 ++      s/-\n.*//
 1.14586 +     ' >$as_me.lineno &&
 1.14587 +-  chmod +x $as_me.lineno ||
 1.14588 +-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
 1.14589 +-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
 1.14590 ++  chmod +x "$as_me.lineno" ||
 1.14591 ++    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 1.14592 +    { (exit 1); exit 1; }; }
 1.14593 + 
 1.14594 +   # Don't try to exec as it changes $[0], causing all sort of problems
 1.14595 +   # (the dirname of $[0] is not the place where we might find the
 1.14596 +-  # original and so on.  Autoconf is especially sensible to this).
 1.14597 +-  . ./$as_me.lineno
 1.14598 ++  # original and so on.  Autoconf is especially sensitive to this).
 1.14599 ++  . "./$as_me.lineno"
 1.14600 +   # Exit status is that of the last command.
 1.14601 +   exit
 1.14602 + }
 1.14603 + 
 1.14604 + 
 1.14605 +-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 1.14606 +-  *c*,-n*) ECHO_N= ECHO_C='
 1.14607 +-' ECHO_T='	' ;;
 1.14608 +-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 1.14609 +-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 1.14610 ++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 1.14611 ++  as_dirname=dirname
 1.14612 ++else
 1.14613 ++  as_dirname=false
 1.14614 ++fi
 1.14615 ++
 1.14616 ++ECHO_C= ECHO_N= ECHO_T=
 1.14617 ++case `echo -n x` in
 1.14618 ++-n*)
 1.14619 ++  case `echo 'x\c'` in
 1.14620 ++  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 1.14621 ++  *)   ECHO_C='\c';;
 1.14622 ++  esac;;
 1.14623 ++*)
 1.14624 ++  ECHO_N='-n';;
 1.14625 + esac
 1.14626 + 
 1.14627 +-if expr a : '\(a\)' >/dev/null 2>&1; then
 1.14628 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.14629 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.14630 +   as_expr=expr
 1.14631 + else
 1.14632 +   as_expr=false
 1.14633 + fi
 1.14634 + 
 1.14635 + rm -f conf$$ conf$$.exe conf$$.file
 1.14636 ++if test -d conf$$.dir; then
 1.14637 ++  rm -f conf$$.dir/conf$$.file
 1.14638 ++else
 1.14639 ++  rm -f conf$$.dir
 1.14640 ++  mkdir conf$$.dir
 1.14641 ++fi
 1.14642 + echo >conf$$.file
 1.14643 + if ln -s conf$$.file conf$$ 2>/dev/null; then
 1.14644 +-  # We could just check for DJGPP; but this test a) works b) is more generic
 1.14645 +-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 1.14646 +-  if test -f conf$$.exe; then
 1.14647 +-    # Don't use ln at all; we don't have any links
 1.14648 ++  as_ln_s='ln -s'
 1.14649 ++  # ... but there are two gotchas:
 1.14650 ++  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 1.14651 ++  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 1.14652 ++  # In both cases, we have to default to `cp -p'.
 1.14653 ++  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 1.14654 +     as_ln_s='cp -p'
 1.14655 +-  else
 1.14656 +-    as_ln_s='ln -s'
 1.14657 +-  fi
 1.14658 + elif ln conf$$.file conf$$ 2>/dev/null; then
 1.14659 +   as_ln_s=ln
 1.14660 + else
 1.14661 +   as_ln_s='cp -p'
 1.14662 + fi
 1.14663 +-rm -f conf$$ conf$$.exe conf$$.file
 1.14664 ++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 1.14665 ++rmdir conf$$.dir 2>/dev/null
 1.14666 + 
 1.14667 + if mkdir -p . 2>/dev/null; then
 1.14668 +   as_mkdir_p=:
 1.14669 +@@ -11987,7 +13016,28 @@
 1.14670 +   as_mkdir_p=false
 1.14671 + fi
 1.14672 + 
 1.14673 +-as_executable_p="test -f"
 1.14674 ++if test -x / >/dev/null 2>&1; then
 1.14675 ++  as_test_x='test -x'
 1.14676 ++else
 1.14677 ++  if ls -dL / >/dev/null 2>&1; then
 1.14678 ++    as_ls_L_option=L
 1.14679 ++  else
 1.14680 ++    as_ls_L_option=
 1.14681 ++  fi
 1.14682 ++  as_test_x='
 1.14683 ++    eval sh -c '\''
 1.14684 ++      if test -d "$1"; then
 1.14685 ++        test -d "$1/.";
 1.14686 ++      else
 1.14687 ++	case $1 in
 1.14688 ++        -*)set "./$1";;
 1.14689 ++	esac;
 1.14690 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 1.14691 ++	???[sx]*):;;*)false;;esac;fi
 1.14692 ++    '\'' sh
 1.14693 ++  '
 1.14694 ++fi
 1.14695 ++as_executable_p=$as_test_x
 1.14696 + 
 1.14697 + # Sed expression to map a string onto a valid CPP name.
 1.14698 + as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 1.14699 +@@ -11996,31 +13046,14 @@
 1.14700 + as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 1.14701 + 
 1.14702 + 
 1.14703 +-# IFS
 1.14704 +-# We need space, tab and new line, in precisely that order.
 1.14705 +-as_nl='
 1.14706 +-'
 1.14707 +-IFS=" 	$as_nl"
 1.14708 +-
 1.14709 +-# CDPATH.
 1.14710 +-$as_unset CDPATH
 1.14711 +-
 1.14712 + exec 6>&1
 1.14713 + 
 1.14714 +-# Open the log real soon, to keep \$[0] and so on meaningful, and to
 1.14715 ++# Save the log message, to keep $[0] and so on meaningful, and to
 1.14716 + # report actual input values of CONFIG_FILES etc. instead of their
 1.14717 +-# values after options handling.  Logging --version etc. is OK.
 1.14718 +-exec 5>>config.log
 1.14719 +-{
 1.14720 +-  echo
 1.14721 +-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 1.14722 +-## Running $as_me. ##
 1.14723 +-_ASBOX
 1.14724 +-} >&5
 1.14725 +-cat >&5 <<_CSEOF
 1.14726 +-
 1.14727 ++# values after options handling.
 1.14728 ++ac_log="
 1.14729 + This file was extended by newlib $as_me 1.17.0, which was
 1.14730 +-generated by GNU Autoconf 2.59.  Invocation command line was
 1.14731 ++generated by GNU Autoconf 2.61.  Invocation command line was
 1.14732 + 
 1.14733 +   CONFIG_FILES    = $CONFIG_FILES
 1.14734 +   CONFIG_HEADERS  = $CONFIG_HEADERS
 1.14735 +@@ -12028,30 +13061,19 @@
 1.14736 +   CONFIG_COMMANDS = $CONFIG_COMMANDS
 1.14737 +   $ $0 $@
 1.14738 + 
 1.14739 +-_CSEOF
 1.14740 +-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
 1.14741 +-echo >&5
 1.14742 ++on `(hostname || uname -n) 2>/dev/null | sed 1q`
 1.14743 ++"
 1.14744 ++
 1.14745 + _ACEOF
 1.14746 + 
 1.14747 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.14748 + # Files that config.status was made for.
 1.14749 +-if test -n "$ac_config_files"; then
 1.14750 +-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
 1.14751 +-fi
 1.14752 +-
 1.14753 +-if test -n "$ac_config_headers"; then
 1.14754 +-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
 1.14755 +-fi
 1.14756 +-
 1.14757 +-if test -n "$ac_config_links"; then
 1.14758 +-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
 1.14759 +-fi
 1.14760 ++config_files="$ac_config_files"
 1.14761 ++config_commands="$ac_config_commands"
 1.14762 + 
 1.14763 +-if test -n "$ac_config_commands"; then
 1.14764 +-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
 1.14765 +-fi
 1.14766 ++_ACEOF
 1.14767 + 
 1.14768 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.14769 +-
 1.14770 + ac_cs_usage="\
 1.14771 + \`$as_me' instantiates files from templates according to the
 1.14772 + current configuration.
 1.14773 +@@ -12059,7 +13081,7 @@
 1.14774 + Usage: $0 [OPTIONS] [FILE]...
 1.14775 + 
 1.14776 +   -h, --help       print this help, then exit
 1.14777 +-  -V, --version    print version number, then exit
 1.14778 ++  -V, --version    print version number and configuration settings, then exit
 1.14779 +   -q, --quiet      do not print progress messages
 1.14780 +   -d, --debug      don't remove temporary files
 1.14781 +       --recheck    update $as_me by reconfiguring in the same conditions
 1.14782 +@@ -12073,19 +13095,21 @@
 1.14783 + $config_commands
 1.14784 + 
 1.14785 + Report bugs to <bug-autoconf@gnu.org>."
 1.14786 +-_ACEOF
 1.14787 + 
 1.14788 ++_ACEOF
 1.14789 + cat >>$CONFIG_STATUS <<_ACEOF
 1.14790 + ac_cs_version="\\
 1.14791 + newlib config.status 1.17.0
 1.14792 +-configured by $0, generated by GNU Autoconf 2.59,
 1.14793 +-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 1.14794 ++configured by $0, generated by GNU Autoconf 2.61,
 1.14795 ++  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 1.14796 + 
 1.14797 +-Copyright (C) 2003 Free Software Foundation, Inc.
 1.14798 ++Copyright (C) 2006 Free Software Foundation, Inc.
 1.14799 + This config.status script is free software; the Free Software Foundation
 1.14800 + gives unlimited permission to copy, distribute and modify it."
 1.14801 +-srcdir=$srcdir
 1.14802 +-INSTALL="$INSTALL"
 1.14803 ++
 1.14804 ++ac_pwd='$ac_pwd'
 1.14805 ++srcdir='$srcdir'
 1.14806 ++INSTALL='$INSTALL'
 1.14807 + _ACEOF
 1.14808 + 
 1.14809 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.14810 +@@ -12096,60 +13120,42 @@
 1.14811 + do
 1.14812 +   case $1 in
 1.14813 +   --*=*)
 1.14814 +-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
 1.14815 +-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
 1.14816 ++    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 1.14817 ++    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 1.14818 +     ac_shift=:
 1.14819 +     ;;
 1.14820 +-  -*)
 1.14821 ++  *)
 1.14822 +     ac_option=$1
 1.14823 +     ac_optarg=$2
 1.14824 +     ac_shift=shift
 1.14825 +     ;;
 1.14826 +-  *) # This is not an option, so the user has probably given explicit
 1.14827 +-     # arguments.
 1.14828 +-     ac_option=$1
 1.14829 +-     ac_need_defaults=false;;
 1.14830 +   esac
 1.14831 + 
 1.14832 +   case $ac_option in
 1.14833 +   # Handling of the options.
 1.14834 +-_ACEOF
 1.14835 +-cat >>$CONFIG_STATUS <<\_ACEOF
 1.14836 +   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 1.14837 +     ac_cs_recheck=: ;;
 1.14838 +-  --version | --vers* | -V )
 1.14839 +-    echo "$ac_cs_version"; exit 0 ;;
 1.14840 +-  --he | --h)
 1.14841 +-    # Conflict between --help and --header
 1.14842 +-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
 1.14843 +-Try \`$0 --help' for more information." >&5
 1.14844 +-echo "$as_me: error: ambiguous option: $1
 1.14845 +-Try \`$0 --help' for more information." >&2;}
 1.14846 +-   { (exit 1); exit 1; }; };;
 1.14847 +-  --help | --hel | -h )
 1.14848 +-    echo "$ac_cs_usage"; exit 0 ;;
 1.14849 +-  --debug | --d* | -d )
 1.14850 ++  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 1.14851 ++    echo "$ac_cs_version"; exit ;;
 1.14852 ++  --debug | --debu | --deb | --de | --d | -d )
 1.14853 +     debug=: ;;
 1.14854 +   --file | --fil | --fi | --f )
 1.14855 +     $ac_shift
 1.14856 +     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 1.14857 +     ac_need_defaults=false;;
 1.14858 +-  --header | --heade | --head | --hea )
 1.14859 +-    $ac_shift
 1.14860 +-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 1.14861 +-    ac_need_defaults=false;;
 1.14862 ++  --he | --h |  --help | --hel | -h )
 1.14863 ++    echo "$ac_cs_usage"; exit ;;
 1.14864 +   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 1.14865 +   | -silent | --silent | --silen | --sile | --sil | --si | --s)
 1.14866 +     ac_cs_silent=: ;;
 1.14867 + 
 1.14868 +   # This is an error.
 1.14869 +-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
 1.14870 +-Try \`$0 --help' for more information." >&5
 1.14871 +-echo "$as_me: error: unrecognized option: $1
 1.14872 +-Try \`$0 --help' for more information." >&2;}
 1.14873 ++  -*) { echo "$as_me: error: unrecognized option: $1
 1.14874 ++Try \`$0 --help' for more information." >&2
 1.14875 +    { (exit 1); exit 1; }; } ;;
 1.14876 + 
 1.14877 +-  *) ac_config_targets="$ac_config_targets $1" ;;
 1.14878 ++  *) ac_config_targets="$ac_config_targets $1"
 1.14879 ++     ac_need_defaults=false ;;
 1.14880 + 
 1.14881 +   esac
 1.14882 +   shift
 1.14883 +@@ -12165,17 +13171,28 @@
 1.14884 + _ACEOF
 1.14885 + cat >>$CONFIG_STATUS <<_ACEOF
 1.14886 + if \$ac_cs_recheck; then
 1.14887 +-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 1.14888 +-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 1.14889 ++  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 1.14890 ++  CONFIG_SHELL=$SHELL
 1.14891 ++  export CONFIG_SHELL
 1.14892 ++  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 1.14893 + fi
 1.14894 + 
 1.14895 + _ACEOF
 1.14896 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.14897 ++exec 5>>config.log
 1.14898 ++{
 1.14899 ++  echo
 1.14900 ++  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 1.14901 ++## Running $as_me. ##
 1.14902 ++_ASBOX
 1.14903 ++  echo "$ac_log"
 1.14904 ++} >&5
 1.14905 + 
 1.14906 ++_ACEOF
 1.14907 + cat >>$CONFIG_STATUS <<_ACEOF
 1.14908 + #
 1.14909 +-# INIT-COMMANDS section.
 1.14910 ++# INIT-COMMANDS
 1.14911 + #
 1.14912 +-
 1.14913 + AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 1.14914 + 
 1.14915 + 
 1.14916 +@@ -12436,22 +13453,23 @@
 1.14917 + 
 1.14918 + _ACEOF
 1.14919 + 
 1.14920 +-
 1.14921 +-
 1.14922 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.14923 ++
 1.14924 ++# Handling of arguments.
 1.14925 + for ac_config_target in $ac_config_targets
 1.14926 + do
 1.14927 +-  case "$ac_config_target" in
 1.14928 +-  # Handling of arguments.
 1.14929 +-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 1.14930 +-  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 1.14931 +-  "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 1.14932 ++  case $ac_config_target in
 1.14933 ++    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 1.14934 ++    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 1.14935 ++    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 1.14936 ++
 1.14937 +   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 1.14938 + echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 1.14939 +    { (exit 1); exit 1; }; };;
 1.14940 +   esac
 1.14941 + done
 1.14942 + 
 1.14943 ++
 1.14944 + # If the user did not use the arguments to specify the items to instantiate,
 1.14945 + # then the envvar interface is used.  Set only those that are not.
 1.14946 + # We use the long form for the default assignment because of an extremely
 1.14947 +@@ -12462,396 +13480,492 @@
 1.14948 + fi
 1.14949 + 
 1.14950 + # Have a temporary directory for convenience.  Make it in the build tree
 1.14951 +-# simply because there is no reason to put it here, and in addition,
 1.14952 ++# simply because there is no reason against having it here, and in addition,
 1.14953 + # creating and moving files from /tmp can sometimes cause problems.
 1.14954 +-# Create a temporary directory, and hook for its removal unless debugging.
 1.14955 ++# Hook for its removal unless debugging.
 1.14956 ++# Note that there is a small window in which the directory will not be cleaned:
 1.14957 ++# after its creation but before its name has been assigned to `$tmp'.
 1.14958 + $debug ||
 1.14959 + {
 1.14960 +-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
 1.14961 ++  tmp=
 1.14962 ++  trap 'exit_status=$?
 1.14963 ++  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 1.14964 ++' 0
 1.14965 +   trap '{ (exit 1); exit 1; }' 1 2 13 15
 1.14966 + }
 1.14967 +-
 1.14968 + # Create a (secure) tmp directory for tmp files.
 1.14969 + 
 1.14970 + {
 1.14971 +-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
 1.14972 ++  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 1.14973 +   test -n "$tmp" && test -d "$tmp"
 1.14974 + }  ||
 1.14975 + {
 1.14976 +-  tmp=./confstat$$-$RANDOM
 1.14977 +-  (umask 077 && mkdir $tmp)
 1.14978 ++  tmp=./conf$$-$RANDOM
 1.14979 ++  (umask 077 && mkdir "$tmp")
 1.14980 + } ||
 1.14981 + {
 1.14982 +    echo "$me: cannot create a temporary directory in ." >&2
 1.14983 +    { (exit 1); exit 1; }
 1.14984 + }
 1.14985 + 
 1.14986 +-_ACEOF
 1.14987 +-
 1.14988 +-cat >>$CONFIG_STATUS <<_ACEOF
 1.14989 +-
 1.14990 + #
 1.14991 +-# CONFIG_FILES section.
 1.14992 ++# Set up the sed scripts for CONFIG_FILES section.
 1.14993 + #
 1.14994 + 
 1.14995 + # No need to generate the scripts if there are no CONFIG_FILES.
 1.14996 + # This happens for instance when ./config.status config.h
 1.14997 +-if test -n "\$CONFIG_FILES"; then
 1.14998 +-  # Protect against being on the right side of a sed subst in config.status.
 1.14999 +-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
 1.15000 +-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
 1.15001 +-s,@SHELL@,$SHELL,;t t
 1.15002 +-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
 1.15003 +-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
 1.15004 +-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
 1.15005 +-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
 1.15006 +-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
 1.15007 +-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
 1.15008 +-s,@exec_prefix@,$exec_prefix,;t t
 1.15009 +-s,@prefix@,$prefix,;t t
 1.15010 +-s,@program_transform_name@,$program_transform_name,;t t
 1.15011 +-s,@bindir@,$bindir,;t t
 1.15012 +-s,@sbindir@,$sbindir,;t t
 1.15013 +-s,@libexecdir@,$libexecdir,;t t
 1.15014 +-s,@datadir@,$datadir,;t t
 1.15015 +-s,@sysconfdir@,$sysconfdir,;t t
 1.15016 +-s,@sharedstatedir@,$sharedstatedir,;t t
 1.15017 +-s,@localstatedir@,$localstatedir,;t t
 1.15018 +-s,@libdir@,$libdir,;t t
 1.15019 +-s,@includedir@,$includedir,;t t
 1.15020 +-s,@oldincludedir@,$oldincludedir,;t t
 1.15021 +-s,@infodir@,$infodir,;t t
 1.15022 +-s,@mandir@,$mandir,;t t
 1.15023 +-s,@build_alias@,$build_alias,;t t
 1.15024 +-s,@host_alias@,$host_alias,;t t
 1.15025 +-s,@target_alias@,$target_alias,;t t
 1.15026 +-s,@DEFS@,$DEFS,;t t
 1.15027 +-s,@ECHO_C@,$ECHO_C,;t t
 1.15028 +-s,@ECHO_N@,$ECHO_N,;t t
 1.15029 +-s,@ECHO_T@,$ECHO_T,;t t
 1.15030 +-s,@LIBS@,$LIBS,;t t
 1.15031 +-s,@MAY_SUPPLY_SYSCALLS_TRUE@,$MAY_SUPPLY_SYSCALLS_TRUE,;t t
 1.15032 +-s,@MAY_SUPPLY_SYSCALLS_FALSE@,$MAY_SUPPLY_SYSCALLS_FALSE,;t t
 1.15033 +-s,@newlib_basedir@,$newlib_basedir,;t t
 1.15034 +-s,@build@,$build,;t t
 1.15035 +-s,@build_cpu@,$build_cpu,;t t
 1.15036 +-s,@build_vendor@,$build_vendor,;t t
 1.15037 +-s,@build_os@,$build_os,;t t
 1.15038 +-s,@host@,$host,;t t
 1.15039 +-s,@host_cpu@,$host_cpu,;t t
 1.15040 +-s,@host_vendor@,$host_vendor,;t t
 1.15041 +-s,@host_os@,$host_os,;t t
 1.15042 +-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
 1.15043 +-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
 1.15044 +-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
 1.15045 +-s,@CYGPATH_W@,$CYGPATH_W,;t t
 1.15046 +-s,@PACKAGE@,$PACKAGE,;t t
 1.15047 +-s,@VERSION@,$VERSION,;t t
 1.15048 +-s,@ACLOCAL@,$ACLOCAL,;t t
 1.15049 +-s,@AUTOCONF@,$AUTOCONF,;t t
 1.15050 +-s,@AUTOMAKE@,$AUTOMAKE,;t t
 1.15051 +-s,@AUTOHEADER@,$AUTOHEADER,;t t
 1.15052 +-s,@MAKEINFO@,$MAKEINFO,;t t
 1.15053 +-s,@install_sh@,$install_sh,;t t
 1.15054 +-s,@STRIP@,$STRIP,;t t
 1.15055 +-s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
 1.15056 +-s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
 1.15057 +-s,@mkdir_p@,$mkdir_p,;t t
 1.15058 +-s,@AWK@,$AWK,;t t
 1.15059 +-s,@SET_MAKE@,$SET_MAKE,;t t
 1.15060 +-s,@am__leading_dot@,$am__leading_dot,;t t
 1.15061 +-s,@AMTAR@,$AMTAR,;t t
 1.15062 +-s,@am__tar@,$am__tar,;t t
 1.15063 +-s,@am__untar@,$am__untar,;t t
 1.15064 +-s,@CC@,$CC,;t t
 1.15065 +-s,@DEPDIR@,$DEPDIR,;t t
 1.15066 +-s,@am__include@,$am__include,;t t
 1.15067 +-s,@am__quote@,$am__quote,;t t
 1.15068 +-s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
 1.15069 +-s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
 1.15070 +-s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
 1.15071 +-s,@CCDEPMODE@,$CCDEPMODE,;t t
 1.15072 +-s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
 1.15073 +-s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
 1.15074 +-s,@AS@,$AS,;t t
 1.15075 +-s,@ac_ct_AS@,$ac_ct_AS,;t t
 1.15076 +-s,@AR@,$AR,;t t
 1.15077 +-s,@ac_ct_AR@,$ac_ct_AR,;t t
 1.15078 +-s,@RANLIB@,$RANLIB,;t t
 1.15079 +-s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
 1.15080 +-s,@READELF@,$READELF,;t t
 1.15081 +-s,@ac_ct_READELF@,$ac_ct_READELF,;t t
 1.15082 +-s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
 1.15083 +-s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
 1.15084 +-s,@MAINT@,$MAINT,;t t
 1.15085 +-s,@CCAS@,$CCAS,;t t
 1.15086 +-s,@CCASFLAGS@,$CCASFLAGS,;t t
 1.15087 +-s,@NEWLIB_CFLAGS@,$NEWLIB_CFLAGS,;t t
 1.15088 +-s,@LDFLAGS@,$LDFLAGS,;t t
 1.15089 +-s,@ELIX_LEVEL_0_TRUE@,$ELIX_LEVEL_0_TRUE,;t t
 1.15090 +-s,@ELIX_LEVEL_0_FALSE@,$ELIX_LEVEL_0_FALSE,;t t
 1.15091 +-s,@ELIX_LEVEL_1_TRUE@,$ELIX_LEVEL_1_TRUE,;t t
 1.15092 +-s,@ELIX_LEVEL_1_FALSE@,$ELIX_LEVEL_1_FALSE,;t t
 1.15093 +-s,@ELIX_LEVEL_2_TRUE@,$ELIX_LEVEL_2_TRUE,;t t
 1.15094 +-s,@ELIX_LEVEL_2_FALSE@,$ELIX_LEVEL_2_FALSE,;t t
 1.15095 +-s,@ELIX_LEVEL_3_TRUE@,$ELIX_LEVEL_3_TRUE,;t t
 1.15096 +-s,@ELIX_LEVEL_3_FALSE@,$ELIX_LEVEL_3_FALSE,;t t
 1.15097 +-s,@ELIX_LEVEL_4_TRUE@,$ELIX_LEVEL_4_TRUE,;t t
 1.15098 +-s,@ELIX_LEVEL_4_FALSE@,$ELIX_LEVEL_4_FALSE,;t t
 1.15099 +-s,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t t
 1.15100 +-s,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t t
 1.15101 +-s,@OBJEXT@,$OBJEXT,;t t
 1.15102 +-s,@oext@,$oext,;t t
 1.15103 +-s,@aext@,$aext,;t t
 1.15104 +-s,@lpfx@,$lpfx,;t t
 1.15105 +-s,@libm_machine_dir@,$libm_machine_dir,;t t
 1.15106 +-s,@machine_dir@,$machine_dir,;t t
 1.15107 +-s,@sys_dir@,$sys_dir,;t t
 1.15108 +-s,@SED@,$SED,;t t
 1.15109 +-s,@DLLTOOL@,$DLLTOOL,;t t
 1.15110 +-s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
 1.15111 +-s,@OBJDUMP@,$OBJDUMP,;t t
 1.15112 +-s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
 1.15113 +-s,@LIBTOOL@,$LIBTOOL,;t t
 1.15114 +-s,@CFLAGS@,$CFLAGS,;t t
 1.15115 +-s,@CPPFLAGS@,$CPPFLAGS,;t t
 1.15116 +-s,@ac_ct_CC@,$ac_ct_CC,;t t
 1.15117 +-s,@EXEEXT@,$EXEEXT,;t t
 1.15118 +-s,@EGREP@,$EGREP,;t t
 1.15119 +-s,@FGREP@,$FGREP,;t t
 1.15120 +-s,@GREP@,$GREP,;t t
 1.15121 +-s,@LD@,$LD,;t t
 1.15122 +-s,@DUMPBIN@,$DUMPBIN,;t t
 1.15123 +-s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
 1.15124 +-s,@NM@,$NM,;t t
 1.15125 +-s,@LN_S@,$LN_S,;t t
 1.15126 +-s,@lt_ECHO@,$lt_ECHO,;t t
 1.15127 +-s,@DSYMUTIL@,$DSYMUTIL,;t t
 1.15128 +-s,@ac_ct_DSYMUTIL@,$ac_ct_DSYMUTIL,;t t
 1.15129 +-s,@NMEDIT@,$NMEDIT,;t t
 1.15130 +-s,@ac_ct_NMEDIT@,$ac_ct_NMEDIT,;t t
 1.15131 +-s,@LIPO@,$LIPO,;t t
 1.15132 +-s,@ac_ct_LIPO@,$ac_ct_LIPO,;t t
 1.15133 +-s,@OTOOL@,$OTOOL,;t t
 1.15134 +-s,@ac_ct_OTOOL@,$ac_ct_OTOOL,;t t
 1.15135 +-s,@OTOOL64@,$OTOOL64,;t t
 1.15136 +-s,@ac_ct_OTOOL64@,$ac_ct_OTOOL64,;t t
 1.15137 +-s,@CPP@,$CPP,;t t
 1.15138 +-s,@subdirs@,$subdirs,;t t
 1.15139 +-s,@HAVE_MACHINE_DIR_TRUE@,$HAVE_MACHINE_DIR_TRUE,;t t
 1.15140 +-s,@HAVE_MACHINE_DIR_FALSE@,$HAVE_MACHINE_DIR_FALSE,;t t
 1.15141 +-s,@LIBOBJS@,$LIBOBJS,;t t
 1.15142 +-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
 1.15143 +-CEOF
 1.15144 +-
 1.15145 +-_ACEOF
 1.15146 +-
 1.15147 +-  cat >>$CONFIG_STATUS <<\_ACEOF
 1.15148 +-  # Split the substitutions into bite-sized pieces for seds with
 1.15149 +-  # small command number limits, like on Digital OSF/1 and HP-UX.
 1.15150 +-  ac_max_sed_lines=48
 1.15151 +-  ac_sed_frag=1 # Number of current file.
 1.15152 +-  ac_beg=1 # First line for current file.
 1.15153 +-  ac_end=$ac_max_sed_lines # Line after last line for current file.
 1.15154 +-  ac_more_lines=:
 1.15155 +-  ac_sed_cmds=
 1.15156 +-  while $ac_more_lines; do
 1.15157 +-    if test $ac_beg -gt 1; then
 1.15158 +-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 1.15159 +-    else
 1.15160 +-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 1.15161 +-    fi
 1.15162 +-    if test ! -s $tmp/subs.frag; then
 1.15163 +-      ac_more_lines=false
 1.15164 +-    else
 1.15165 +-      # The purpose of the label and of the branching condition is to
 1.15166 +-      # speed up the sed processing (if there are no `@' at all, there
 1.15167 +-      # is no need to browse any of the substitutions).
 1.15168 +-      # These are the two extra sed commands mentioned above.
 1.15169 +-      (echo ':t
 1.15170 +-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
 1.15171 +-      if test -z "$ac_sed_cmds"; then
 1.15172 +-	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
 1.15173 +-      else
 1.15174 +-	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
 1.15175 +-      fi
 1.15176 +-      ac_sed_frag=`expr $ac_sed_frag + 1`
 1.15177 +-      ac_beg=$ac_end
 1.15178 +-      ac_end=`expr $ac_end + $ac_max_sed_lines`
 1.15179 +-    fi
 1.15180 +-  done
 1.15181 +-  if test -z "$ac_sed_cmds"; then
 1.15182 +-    ac_sed_cmds=cat
 1.15183 ++if test -n "$CONFIG_FILES"; then
 1.15184 ++
 1.15185 ++_ACEOF
 1.15186 ++
 1.15187 ++
 1.15188 ++
 1.15189 ++ac_delim='%!_!# '
 1.15190 ++for ac_last_try in false false false false false :; do
 1.15191 ++  cat >conf$$subs.sed <<_ACEOF
 1.15192 ++SHELL!$SHELL$ac_delim
 1.15193 ++PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 1.15194 ++PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 1.15195 ++PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 1.15196 ++PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 1.15197 ++PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 1.15198 ++PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 1.15199 ++exec_prefix!$exec_prefix$ac_delim
 1.15200 ++prefix!$prefix$ac_delim
 1.15201 ++program_transform_name!$program_transform_name$ac_delim
 1.15202 ++bindir!$bindir$ac_delim
 1.15203 ++sbindir!$sbindir$ac_delim
 1.15204 ++libexecdir!$libexecdir$ac_delim
 1.15205 ++datarootdir!$datarootdir$ac_delim
 1.15206 ++datadir!$datadir$ac_delim
 1.15207 ++sysconfdir!$sysconfdir$ac_delim
 1.15208 ++sharedstatedir!$sharedstatedir$ac_delim
 1.15209 ++localstatedir!$localstatedir$ac_delim
 1.15210 ++includedir!$includedir$ac_delim
 1.15211 ++oldincludedir!$oldincludedir$ac_delim
 1.15212 ++docdir!$docdir$ac_delim
 1.15213 ++infodir!$infodir$ac_delim
 1.15214 ++htmldir!$htmldir$ac_delim
 1.15215 ++dvidir!$dvidir$ac_delim
 1.15216 ++pdfdir!$pdfdir$ac_delim
 1.15217 ++psdir!$psdir$ac_delim
 1.15218 ++libdir!$libdir$ac_delim
 1.15219 ++localedir!$localedir$ac_delim
 1.15220 ++mandir!$mandir$ac_delim
 1.15221 ++DEFS!$DEFS$ac_delim
 1.15222 ++ECHO_C!$ECHO_C$ac_delim
 1.15223 ++ECHO_N!$ECHO_N$ac_delim
 1.15224 ++ECHO_T!$ECHO_T$ac_delim
 1.15225 ++LIBS!$LIBS$ac_delim
 1.15226 ++build_alias!$build_alias$ac_delim
 1.15227 ++host_alias!$host_alias$ac_delim
 1.15228 ++target_alias!$target_alias$ac_delim
 1.15229 ++MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
 1.15230 ++MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
 1.15231 ++newlib_basedir!$newlib_basedir$ac_delim
 1.15232 ++build!$build$ac_delim
 1.15233 ++build_cpu!$build_cpu$ac_delim
 1.15234 ++build_vendor!$build_vendor$ac_delim
 1.15235 ++build_os!$build_os$ac_delim
 1.15236 ++host!$host$ac_delim
 1.15237 ++host_cpu!$host_cpu$ac_delim
 1.15238 ++host_vendor!$host_vendor$ac_delim
 1.15239 ++host_os!$host_os$ac_delim
 1.15240 ++INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 1.15241 ++INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 1.15242 ++INSTALL_DATA!$INSTALL_DATA$ac_delim
 1.15243 ++CYGPATH_W!$CYGPATH_W$ac_delim
 1.15244 ++PACKAGE!$PACKAGE$ac_delim
 1.15245 ++VERSION!$VERSION$ac_delim
 1.15246 ++ACLOCAL!$ACLOCAL$ac_delim
 1.15247 ++AUTOCONF!$AUTOCONF$ac_delim
 1.15248 ++AUTOMAKE!$AUTOMAKE$ac_delim
 1.15249 ++AUTOHEADER!$AUTOHEADER$ac_delim
 1.15250 ++MAKEINFO!$MAKEINFO$ac_delim
 1.15251 ++install_sh!$install_sh$ac_delim
 1.15252 ++STRIP!$STRIP$ac_delim
 1.15253 ++INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 1.15254 ++mkdir_p!$mkdir_p$ac_delim
 1.15255 ++AWK!$AWK$ac_delim
 1.15256 ++SET_MAKE!$SET_MAKE$ac_delim
 1.15257 ++am__leading_dot!$am__leading_dot$ac_delim
 1.15258 ++AMTAR!$AMTAR$ac_delim
 1.15259 ++am__tar!$am__tar$ac_delim
 1.15260 ++am__untar!$am__untar$ac_delim
 1.15261 ++CC!$CC$ac_delim
 1.15262 ++DEPDIR!$DEPDIR$ac_delim
 1.15263 ++am__include!$am__include$ac_delim
 1.15264 ++am__quote!$am__quote$ac_delim
 1.15265 ++AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 1.15266 ++AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 1.15267 ++AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 1.15268 ++CCDEPMODE!$CCDEPMODE$ac_delim
 1.15269 ++am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 1.15270 ++am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 1.15271 ++AS!$AS$ac_delim
 1.15272 ++AR!$AR$ac_delim
 1.15273 ++RANLIB!$RANLIB$ac_delim
 1.15274 ++READELF!$READELF$ac_delim
 1.15275 ++MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 1.15276 ++MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 1.15277 ++MAINT!$MAINT$ac_delim
 1.15278 ++CCAS!$CCAS$ac_delim
 1.15279 ++CCASFLAGS!$CCASFLAGS$ac_delim
 1.15280 ++NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
 1.15281 ++LDFLAGS!$LDFLAGS$ac_delim
 1.15282 ++ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
 1.15283 ++ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
 1.15284 ++ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
 1.15285 ++ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
 1.15286 ++ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
 1.15287 ++ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
 1.15288 ++ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
 1.15289 ++_ACEOF
 1.15290 ++
 1.15291 ++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 1.15292 ++    break
 1.15293 ++  elif $ac_last_try; then
 1.15294 ++    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 1.15295 ++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 1.15296 ++   { (exit 1); exit 1; }; }
 1.15297 ++  else
 1.15298 ++    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 1.15299 +   fi
 1.15300 +-fi # test -n "$CONFIG_FILES"
 1.15301 ++done
 1.15302 ++
 1.15303 ++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 1.15304 ++if test -n "$ac_eof"; then
 1.15305 ++  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 1.15306 ++  ac_eof=`expr $ac_eof + 1`
 1.15307 ++fi
 1.15308 ++
 1.15309 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.15310 ++cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 1.15311 ++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 1.15312 ++_ACEOF
 1.15313 ++sed '
 1.15314 ++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 1.15315 ++s/^/s,@/; s/!/@,|#_!!_#|/
 1.15316 ++:n
 1.15317 ++t n
 1.15318 ++s/'"$ac_delim"'$/,g/; t
 1.15319 ++s/$/\\/; p
 1.15320 ++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 1.15321 ++' >>$CONFIG_STATUS <conf$$subs.sed
 1.15322 ++rm -f conf$$subs.sed
 1.15323 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.15324 ++CEOF$ac_eof
 1.15325 ++_ACEOF
 1.15326 ++
 1.15327 ++
 1.15328 ++ac_delim='%!_!# '
 1.15329 ++for ac_last_try in false false false false false :; do
 1.15330 ++  cat >conf$$subs.sed <<_ACEOF
 1.15331 ++ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
 1.15332 ++ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
 1.15333 ++ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
 1.15334 ++USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
 1.15335 ++USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
 1.15336 ++OBJEXT!$OBJEXT$ac_delim
 1.15337 ++oext!$oext$ac_delim
 1.15338 ++aext!$aext$ac_delim
 1.15339 ++lpfx!$lpfx$ac_delim
 1.15340 ++libm_machine_dir!$libm_machine_dir$ac_delim
 1.15341 ++machine_dir!$machine_dir$ac_delim
 1.15342 ++sys_dir!$sys_dir$ac_delim
 1.15343 ++SED!$SED$ac_delim
 1.15344 ++DLLTOOL!$DLLTOOL$ac_delim
 1.15345 ++OBJDUMP!$OBJDUMP$ac_delim
 1.15346 ++LIBTOOL!$LIBTOOL$ac_delim
 1.15347 ++CFLAGS!$CFLAGS$ac_delim
 1.15348 ++CPPFLAGS!$CPPFLAGS$ac_delim
 1.15349 ++ac_ct_CC!$ac_ct_CC$ac_delim
 1.15350 ++EXEEXT!$EXEEXT$ac_delim
 1.15351 ++GREP!$GREP$ac_delim
 1.15352 ++EGREP!$EGREP$ac_delim
 1.15353 ++FGREP!$FGREP$ac_delim
 1.15354 ++LD!$LD$ac_delim
 1.15355 ++DUMPBIN!$DUMPBIN$ac_delim
 1.15356 ++ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
 1.15357 ++NM!$NM$ac_delim
 1.15358 ++LN_S!$LN_S$ac_delim
 1.15359 ++lt_ECHO!$lt_ECHO$ac_delim
 1.15360 ++DSYMUTIL!$DSYMUTIL$ac_delim
 1.15361 ++NMEDIT!$NMEDIT$ac_delim
 1.15362 ++LIPO!$LIPO$ac_delim
 1.15363 ++OTOOL!$OTOOL$ac_delim
 1.15364 ++OTOOL64!$OTOOL64$ac_delim
 1.15365 ++CPP!$CPP$ac_delim
 1.15366 ++subdirs!$subdirs$ac_delim
 1.15367 ++HAVE_MACHINE_DIR_TRUE!$HAVE_MACHINE_DIR_TRUE$ac_delim
 1.15368 ++HAVE_MACHINE_DIR_FALSE!$HAVE_MACHINE_DIR_FALSE$ac_delim
 1.15369 ++LIBOBJS!$LIBOBJS$ac_delim
 1.15370 ++LTLIBOBJS!$LTLIBOBJS$ac_delim
 1.15371 ++_ACEOF
 1.15372 ++
 1.15373 ++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 40; then
 1.15374 ++    break
 1.15375 ++  elif $ac_last_try; then
 1.15376 ++    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 1.15377 ++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 1.15378 ++   { (exit 1); exit 1; }; }
 1.15379 ++  else
 1.15380 ++    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 1.15381 ++  fi
 1.15382 ++done
 1.15383 ++
 1.15384 ++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 1.15385 ++if test -n "$ac_eof"; then
 1.15386 ++  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 1.15387 ++  ac_eof=`expr $ac_eof + 1`
 1.15388 ++fi
 1.15389 + 
 1.15390 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.15391 ++cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 1.15392 ++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 1.15393 ++_ACEOF
 1.15394 ++sed '
 1.15395 ++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 1.15396 ++s/^/s,@/; s/!/@,|#_!!_#|/
 1.15397 ++:n
 1.15398 ++t n
 1.15399 ++s/'"$ac_delim"'$/,g/; t
 1.15400 ++s/$/\\/; p
 1.15401 ++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 1.15402 ++' >>$CONFIG_STATUS <conf$$subs.sed
 1.15403 ++rm -f conf$$subs.sed
 1.15404 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.15405 ++:end
 1.15406 ++s/|#_!!_#|//g
 1.15407 ++CEOF$ac_eof
 1.15408 + _ACEOF
 1.15409 ++
 1.15410 ++
 1.15411 ++# VPATH may cause trouble with some makes, so we remove $(srcdir),
 1.15412 ++# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 1.15413 ++# trailing colons and then remove the whole line if VPATH becomes empty
 1.15414 ++# (actually we leave an empty line to preserve line numbers).
 1.15415 ++if test "x$srcdir" = x.; then
 1.15416 ++  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 1.15417 ++s/:*\$(srcdir):*/:/
 1.15418 ++s/:*\${srcdir}:*/:/
 1.15419 ++s/:*@srcdir@:*/:/
 1.15420 ++s/^\([^=]*=[	 ]*\):*/\1/
 1.15421 ++s/:*$//
 1.15422 ++s/^[^=]*=[	 ]*$//
 1.15423 ++}'
 1.15424 ++fi
 1.15425 ++
 1.15426 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.15427 +-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
 1.15428 +-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
 1.15429 +-  case $ac_file in
 1.15430 +-  - | *:- | *:-:* ) # input from stdin
 1.15431 +-	cat >$tmp/stdin
 1.15432 +-	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 1.15433 +-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 1.15434 +-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 1.15435 +-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 1.15436 +-  * )   ac_file_in=$ac_file.in ;;
 1.15437 ++fi # test -n "$CONFIG_FILES"
 1.15438 ++
 1.15439 ++
 1.15440 ++for ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS
 1.15441 ++do
 1.15442 ++  case $ac_tag in
 1.15443 ++  :[FHLC]) ac_mode=$ac_tag; continue;;
 1.15444 ++  esac
 1.15445 ++  case $ac_mode$ac_tag in
 1.15446 ++  :[FHL]*:*);;
 1.15447 ++  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 1.15448 ++echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 1.15449 ++   { (exit 1); exit 1; }; };;
 1.15450 ++  :[FH]-) ac_tag=-:-;;
 1.15451 ++  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 1.15452 ++  esac
 1.15453 ++  ac_save_IFS=$IFS
 1.15454 ++  IFS=:
 1.15455 ++  set x $ac_tag
 1.15456 ++  IFS=$ac_save_IFS
 1.15457 ++  shift
 1.15458 ++  ac_file=$1
 1.15459 ++  shift
 1.15460 ++
 1.15461 ++  case $ac_mode in
 1.15462 ++  :L) ac_source=$1;;
 1.15463 ++  :[FH])
 1.15464 ++    ac_file_inputs=
 1.15465 ++    for ac_f
 1.15466 ++    do
 1.15467 ++      case $ac_f in
 1.15468 ++      -) ac_f="$tmp/stdin";;
 1.15469 ++      *) # Look for the file first in the build tree, then in the source tree
 1.15470 ++	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 1.15471 ++	 # because $ac_f cannot contain `:'.
 1.15472 ++	 test -f "$ac_f" ||
 1.15473 ++	   case $ac_f in
 1.15474 ++	   [\\/$]*) false;;
 1.15475 ++	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 1.15476 ++	   esac ||
 1.15477 ++	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 1.15478 ++echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 1.15479 ++   { (exit 1); exit 1; }; };;
 1.15480 ++      esac
 1.15481 ++      ac_file_inputs="$ac_file_inputs $ac_f"
 1.15482 ++    done
 1.15483 ++
 1.15484 ++    # Let's still pretend it is `configure' which instantiates (i.e., don't
 1.15485 ++    # use $as_me), people would be surprised to read:
 1.15486 ++    #    /* config.h.  Generated by config.status.  */
 1.15487 ++    configure_input="Generated from "`IFS=:
 1.15488 ++	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 1.15489 ++    if test x"$ac_file" != x-; then
 1.15490 ++      configure_input="$ac_file.  $configure_input"
 1.15491 ++      { echo "$as_me:$LINENO: creating $ac_file" >&5
 1.15492 ++echo "$as_me: creating $ac_file" >&6;}
 1.15493 ++    fi
 1.15494 ++
 1.15495 ++    case $ac_tag in
 1.15496 ++    *:-:* | *:-) cat >"$tmp/stdin";;
 1.15497 ++    esac
 1.15498 ++    ;;
 1.15499 +   esac
 1.15500 + 
 1.15501 +-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
 1.15502 +-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 1.15503 ++  ac_dir=`$as_dirname -- "$ac_file" ||
 1.15504 + $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.15505 + 	 X"$ac_file" : 'X\(//\)[^/]' \| \
 1.15506 + 	 X"$ac_file" : 'X\(//\)$' \| \
 1.15507 +-	 X"$ac_file" : 'X\(/\)' \| \
 1.15508 +-	 .     : '\(.\)' 2>/dev/null ||
 1.15509 ++	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 1.15510 + echo X"$ac_file" |
 1.15511 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.15512 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.15513 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.15514 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.15515 +-  	  s/.*/./; q'`
 1.15516 +-  { if $as_mkdir_p; then
 1.15517 +-    mkdir -p "$ac_dir"
 1.15518 +-  else
 1.15519 +-    as_dir="$ac_dir"
 1.15520 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.15521 ++	    s//\1/
 1.15522 ++	    q
 1.15523 ++	  }
 1.15524 ++	  /^X\(\/\/\)[^/].*/{
 1.15525 ++	    s//\1/
 1.15526 ++	    q
 1.15527 ++	  }
 1.15528 ++	  /^X\(\/\/\)$/{
 1.15529 ++	    s//\1/
 1.15530 ++	    q
 1.15531 ++	  }
 1.15532 ++	  /^X\(\/\).*/{
 1.15533 ++	    s//\1/
 1.15534 ++	    q
 1.15535 ++	  }
 1.15536 ++	  s/.*/./; q'`
 1.15537 ++  { as_dir="$ac_dir"
 1.15538 ++  case $as_dir in #(
 1.15539 ++  -*) as_dir=./$as_dir;;
 1.15540 ++  esac
 1.15541 ++  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 1.15542 +     as_dirs=
 1.15543 +-    while test ! -d "$as_dir"; do
 1.15544 +-      as_dirs="$as_dir $as_dirs"
 1.15545 +-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 1.15546 ++    while :; do
 1.15547 ++      case $as_dir in #(
 1.15548 ++      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 1.15549 ++      *) as_qdir=$as_dir;;
 1.15550 ++      esac
 1.15551 ++      as_dirs="'$as_qdir' $as_dirs"
 1.15552 ++      as_dir=`$as_dirname -- "$as_dir" ||
 1.15553 + $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.15554 + 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 1.15555 + 	 X"$as_dir" : 'X\(//\)$' \| \
 1.15556 +-	 X"$as_dir" : 'X\(/\)' \| \
 1.15557 +-	 .     : '\(.\)' 2>/dev/null ||
 1.15558 ++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 1.15559 + echo X"$as_dir" |
 1.15560 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.15561 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.15562 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.15563 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.15564 +-  	  s/.*/./; q'`
 1.15565 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.15566 ++	    s//\1/
 1.15567 ++	    q
 1.15568 ++	  }
 1.15569 ++	  /^X\(\/\/\)[^/].*/{
 1.15570 ++	    s//\1/
 1.15571 ++	    q
 1.15572 ++	  }
 1.15573 ++	  /^X\(\/\/\)$/{
 1.15574 ++	    s//\1/
 1.15575 ++	    q
 1.15576 ++	  }
 1.15577 ++	  /^X\(\/\).*/{
 1.15578 ++	    s//\1/
 1.15579 ++	    q
 1.15580 ++	  }
 1.15581 ++	  s/.*/./; q'`
 1.15582 ++      test -d "$as_dir" && break
 1.15583 +     done
 1.15584 +-    test ! -n "$as_dirs" || mkdir $as_dirs
 1.15585 +-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 1.15586 +-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 1.15587 ++    test -z "$as_dirs" || eval "mkdir $as_dirs"
 1.15588 ++  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 1.15589 ++echo "$as_me: error: cannot create directory $as_dir" >&2;}
 1.15590 +    { (exit 1); exit 1; }; }; }
 1.15591 +-
 1.15592 +   ac_builddir=.
 1.15593 + 
 1.15594 +-if test "$ac_dir" != .; then
 1.15595 ++case "$ac_dir" in
 1.15596 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.15597 ++*)
 1.15598 +   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1.15599 +-  # A "../" for each directory in $ac_dir_suffix.
 1.15600 +-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 1.15601 +-else
 1.15602 +-  ac_dir_suffix= ac_top_builddir=
 1.15603 +-fi
 1.15604 ++  # A ".." for each directory in $ac_dir_suffix.
 1.15605 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 1.15606 ++  case $ac_top_builddir_sub in
 1.15607 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.15608 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 1.15609 ++  esac ;;
 1.15610 ++esac
 1.15611 ++ac_abs_top_builddir=$ac_pwd
 1.15612 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
 1.15613 ++# for backward compatibility:
 1.15614 ++ac_top_builddir=$ac_top_build_prefix
 1.15615 + 
 1.15616 + case $srcdir in
 1.15617 +-  .)  # No --srcdir option.  We are building in place.
 1.15618 ++  .)  # We are building in place.
 1.15619 +     ac_srcdir=.
 1.15620 +-    if test -z "$ac_top_builddir"; then
 1.15621 +-       ac_top_srcdir=.
 1.15622 +-    else
 1.15623 +-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 1.15624 +-    fi ;;
 1.15625 +-  [\\/]* | ?:[\\/]* )  # Absolute path.
 1.15626 ++    ac_top_srcdir=$ac_top_builddir_sub
 1.15627 ++    ac_abs_top_srcdir=$ac_pwd ;;
 1.15628 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
 1.15629 +     ac_srcdir=$srcdir$ac_dir_suffix;
 1.15630 +-    ac_top_srcdir=$srcdir ;;
 1.15631 +-  *) # Relative path.
 1.15632 +-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 1.15633 +-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 1.15634 +-esac
 1.15635 ++    ac_top_srcdir=$srcdir
 1.15636 ++    ac_abs_top_srcdir=$srcdir ;;
 1.15637 ++  *) # Relative name.
 1.15638 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 1.15639 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
 1.15640 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 1.15641 ++esac
 1.15642 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 1.15643 + 
 1.15644 +-# Do not use `cd foo && pwd` to compute absolute paths, because
 1.15645 +-# the directories may not exist.
 1.15646 +-case `pwd` in
 1.15647 +-.) ac_abs_builddir="$ac_dir";;
 1.15648 +-*)
 1.15649 +-  case "$ac_dir" in
 1.15650 +-  .) ac_abs_builddir=`pwd`;;
 1.15651 +-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 1.15652 +-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 1.15653 +-  esac;;
 1.15654 +-esac
 1.15655 +-case $ac_abs_builddir in
 1.15656 +-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.15657 +-*)
 1.15658 +-  case ${ac_top_builddir}. in
 1.15659 +-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 1.15660 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.15661 +-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 1.15662 +-  esac;;
 1.15663 +-esac
 1.15664 +-case $ac_abs_builddir in
 1.15665 +-.) ac_abs_srcdir=$ac_srcdir;;
 1.15666 +-*)
 1.15667 +-  case $ac_srcdir in
 1.15668 +-  .) ac_abs_srcdir=$ac_abs_builddir;;
 1.15669 +-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 1.15670 +-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 1.15671 +-  esac;;
 1.15672 +-esac
 1.15673 +-case $ac_abs_builddir in
 1.15674 +-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.15675 +-*)
 1.15676 +-  case $ac_top_srcdir in
 1.15677 +-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 1.15678 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.15679 +-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 1.15680 +-  esac;;
 1.15681 +-esac
 1.15682 + 
 1.15683 ++  case $ac_mode in
 1.15684 ++  :F)
 1.15685 ++  #
 1.15686 ++  # CONFIG_FILE
 1.15687 ++  #
 1.15688 + 
 1.15689 +   case $INSTALL in
 1.15690 +   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 1.15691 +-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
 1.15692 ++  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 1.15693 +   esac
 1.15694 ++_ACEOF
 1.15695 + 
 1.15696 +-  if test x"$ac_file" != x-; then
 1.15697 +-    { echo "$as_me:$LINENO: creating $ac_file" >&5
 1.15698 +-echo "$as_me: creating $ac_file" >&6;}
 1.15699 +-    rm -f "$ac_file"
 1.15700 +-  fi
 1.15701 +-  # Let's still pretend it is `configure' which instantiates (i.e., don't
 1.15702 +-  # use $as_me), people would be surprised to read:
 1.15703 +-  #    /* config.h.  Generated by config.status.  */
 1.15704 +-  if test x"$ac_file" = x-; then
 1.15705 +-    configure_input=
 1.15706 +-  else
 1.15707 +-    configure_input="$ac_file.  "
 1.15708 +-  fi
 1.15709 +-  configure_input=$configure_input"Generated from `echo $ac_file_in |
 1.15710 +-				     sed 's,.*/,,'` by configure."
 1.15711 +-
 1.15712 +-  # First look for the input files in the build tree, otherwise in the
 1.15713 +-  # src tree.
 1.15714 +-  ac_file_inputs=`IFS=:
 1.15715 +-    for f in $ac_file_in; do
 1.15716 +-      case $f in
 1.15717 +-      -) echo $tmp/stdin ;;
 1.15718 +-      [\\/$]*)
 1.15719 +-	 # Absolute (can't be DOS-style, as IFS=:)
 1.15720 +-	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 1.15721 +-echo "$as_me: error: cannot find input file: $f" >&2;}
 1.15722 +-   { (exit 1); exit 1; }; }
 1.15723 +-	 echo "$f";;
 1.15724 +-      *) # Relative
 1.15725 +-	 if test -f "$f"; then
 1.15726 +-	   # Build tree
 1.15727 +-	   echo "$f"
 1.15728 +-	 elif test -f "$srcdir/$f"; then
 1.15729 +-	   # Source tree
 1.15730 +-	   echo "$srcdir/$f"
 1.15731 +-	 else
 1.15732 +-	   # /dev/null tree
 1.15733 +-	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 1.15734 +-echo "$as_me: error: cannot find input file: $f" >&2;}
 1.15735 +-   { (exit 1); exit 1; }; }
 1.15736 +-	 fi;;
 1.15737 +-      esac
 1.15738 +-    done` || { (exit 1); exit 1; }
 1.15739 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.15740 ++# If the template does not know about datarootdir, expand it.
 1.15741 ++# FIXME: This hack should be removed a few years after 2.60.
 1.15742 ++ac_datarootdir_hack=; ac_datarootdir_seen=
 1.15743 ++
 1.15744 ++case `sed -n '/datarootdir/ {
 1.15745 ++  p
 1.15746 ++  q
 1.15747 ++}
 1.15748 ++/@datadir@/p
 1.15749 ++/@docdir@/p
 1.15750 ++/@infodir@/p
 1.15751 ++/@localedir@/p
 1.15752 ++/@mandir@/p
 1.15753 ++' $ac_file_inputs` in
 1.15754 ++*datarootdir*) ac_datarootdir_seen=yes;;
 1.15755 ++*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 1.15756 ++  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 1.15757 ++echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 1.15758 ++_ACEOF
 1.15759 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.15760 ++  ac_datarootdir_hack='
 1.15761 ++  s&@datadir@&$datadir&g
 1.15762 ++  s&@docdir@&$docdir&g
 1.15763 ++  s&@infodir@&$infodir&g
 1.15764 ++  s&@localedir@&$localedir&g
 1.15765 ++  s&@mandir@&$mandir&g
 1.15766 ++    s&\\\${datarootdir}&$datarootdir&g' ;;
 1.15767 ++esac
 1.15768 + _ACEOF
 1.15769 ++
 1.15770 ++# Neutralize VPATH when `$srcdir' = `.'.
 1.15771 ++# Shell code in configure.ac might set extrasub.
 1.15772 ++# FIXME: do we really want to maintain this feature?
 1.15773 + cat >>$CONFIG_STATUS <<_ACEOF
 1.15774 +   sed "$ac_vpsub
 1.15775 + $extrasub
 1.15776 +@@ -12859,142 +13973,43 @@
 1.15777 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.15778 + :t
 1.15779 + /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 1.15780 +-s,@configure_input@,$configure_input,;t t
 1.15781 +-s,@srcdir@,$ac_srcdir,;t t
 1.15782 +-s,@abs_srcdir@,$ac_abs_srcdir,;t t
 1.15783 +-s,@top_srcdir@,$ac_top_srcdir,;t t
 1.15784 +-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
 1.15785 +-s,@builddir@,$ac_builddir,;t t
 1.15786 +-s,@abs_builddir@,$ac_abs_builddir,;t t
 1.15787 +-s,@top_builddir@,$ac_top_builddir,;t t
 1.15788 +-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
 1.15789 +-s,@INSTALL@,$ac_INSTALL,;t t
 1.15790 +-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
 1.15791 +-  rm -f $tmp/stdin
 1.15792 +-  if test x"$ac_file" != x-; then
 1.15793 +-    mv $tmp/out $ac_file
 1.15794 +-  else
 1.15795 +-    cat $tmp/out
 1.15796 +-    rm -f $tmp/out
 1.15797 +-  fi
 1.15798 +-
 1.15799 +-done
 1.15800 +-_ACEOF
 1.15801 +-cat >>$CONFIG_STATUS <<\_ACEOF
 1.15802 +-
 1.15803 +-#
 1.15804 +-# CONFIG_COMMANDS section.
 1.15805 +-#
 1.15806 +-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
 1.15807 +-  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
 1.15808 +-  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
 1.15809 +-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
 1.15810 +-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.15811 +-	 X"$ac_dest" : 'X\(//\)[^/]' \| \
 1.15812 +-	 X"$ac_dest" : 'X\(//\)$' \| \
 1.15813 +-	 X"$ac_dest" : 'X\(/\)' \| \
 1.15814 +-	 .     : '\(.\)' 2>/dev/null ||
 1.15815 +-echo X"$ac_dest" |
 1.15816 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.15817 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.15818 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.15819 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.15820 +-  	  s/.*/./; q'`
 1.15821 +-  { if $as_mkdir_p; then
 1.15822 +-    mkdir -p "$ac_dir"
 1.15823 +-  else
 1.15824 +-    as_dir="$ac_dir"
 1.15825 +-    as_dirs=
 1.15826 +-    while test ! -d "$as_dir"; do
 1.15827 +-      as_dirs="$as_dir $as_dirs"
 1.15828 +-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 1.15829 +-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.15830 +-	 X"$as_dir" : 'X\(//\)[^/]' \| \
 1.15831 +-	 X"$as_dir" : 'X\(//\)$' \| \
 1.15832 +-	 X"$as_dir" : 'X\(/\)' \| \
 1.15833 +-	 .     : '\(.\)' 2>/dev/null ||
 1.15834 +-echo X"$as_dir" |
 1.15835 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.15836 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.15837 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.15838 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.15839 +-  	  s/.*/./; q'`
 1.15840 +-    done
 1.15841 +-    test ! -n "$as_dirs" || mkdir $as_dirs
 1.15842 +-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 1.15843 +-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 1.15844 +-   { (exit 1); exit 1; }; }; }
 1.15845 ++s&@configure_input@&$configure_input&;t t
 1.15846 ++s&@top_builddir@&$ac_top_builddir_sub&;t t
 1.15847 ++s&@srcdir@&$ac_srcdir&;t t
 1.15848 ++s&@abs_srcdir@&$ac_abs_srcdir&;t t
 1.15849 ++s&@top_srcdir@&$ac_top_srcdir&;t t
 1.15850 ++s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 1.15851 ++s&@builddir@&$ac_builddir&;t t
 1.15852 ++s&@abs_builddir@&$ac_abs_builddir&;t t
 1.15853 ++s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 1.15854 ++s&@INSTALL@&$ac_INSTALL&;t t
 1.15855 ++$ac_datarootdir_hack
 1.15856 ++" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
 1.15857 ++
 1.15858 ++test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 1.15859 ++  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 1.15860 ++  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 1.15861 ++  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 1.15862 ++which seems to be undefined.  Please make sure it is defined." >&5
 1.15863 ++echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 1.15864 ++which seems to be undefined.  Please make sure it is defined." >&2;}
 1.15865 + 
 1.15866 +-  ac_builddir=.
 1.15867 +-
 1.15868 +-if test "$ac_dir" != .; then
 1.15869 +-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1.15870 +-  # A "../" for each directory in $ac_dir_suffix.
 1.15871 +-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 1.15872 +-else
 1.15873 +-  ac_dir_suffix= ac_top_builddir=
 1.15874 +-fi
 1.15875 ++  rm -f "$tmp/stdin"
 1.15876 ++  case $ac_file in
 1.15877 ++  -) cat "$tmp/out"; rm -f "$tmp/out";;
 1.15878 ++  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 1.15879 ++  esac
 1.15880 ++ ;;
 1.15881 + 
 1.15882 +-case $srcdir in
 1.15883 +-  .)  # No --srcdir option.  We are building in place.
 1.15884 +-    ac_srcdir=.
 1.15885 +-    if test -z "$ac_top_builddir"; then
 1.15886 +-       ac_top_srcdir=.
 1.15887 +-    else
 1.15888 +-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 1.15889 +-    fi ;;
 1.15890 +-  [\\/]* | ?:[\\/]* )  # Absolute path.
 1.15891 +-    ac_srcdir=$srcdir$ac_dir_suffix;
 1.15892 +-    ac_top_srcdir=$srcdir ;;
 1.15893 +-  *) # Relative path.
 1.15894 +-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 1.15895 +-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 1.15896 +-esac
 1.15897 + 
 1.15898 +-# Do not use `cd foo && pwd` to compute absolute paths, because
 1.15899 +-# the directories may not exist.
 1.15900 +-case `pwd` in
 1.15901 +-.) ac_abs_builddir="$ac_dir";;
 1.15902 +-*)
 1.15903 +-  case "$ac_dir" in
 1.15904 +-  .) ac_abs_builddir=`pwd`;;
 1.15905 +-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 1.15906 +-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 1.15907 +-  esac;;
 1.15908 +-esac
 1.15909 +-case $ac_abs_builddir in
 1.15910 +-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.15911 +-*)
 1.15912 +-  case ${ac_top_builddir}. in
 1.15913 +-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 1.15914 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.15915 +-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 1.15916 +-  esac;;
 1.15917 +-esac
 1.15918 +-case $ac_abs_builddir in
 1.15919 +-.) ac_abs_srcdir=$ac_srcdir;;
 1.15920 +-*)
 1.15921 +-  case $ac_srcdir in
 1.15922 +-  .) ac_abs_srcdir=$ac_abs_builddir;;
 1.15923 +-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 1.15924 +-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 1.15925 +-  esac;;
 1.15926 +-esac
 1.15927 +-case $ac_abs_builddir in
 1.15928 +-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.15929 +-*)
 1.15930 +-  case $ac_top_srcdir in
 1.15931 +-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 1.15932 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.15933 +-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 1.15934 +-  esac;;
 1.15935 +-esac
 1.15936 ++  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 1.15937 ++echo "$as_me: executing $ac_file commands" >&6;}
 1.15938 ++ ;;
 1.15939 ++  esac
 1.15940 + 
 1.15941 + 
 1.15942 +-  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
 1.15943 +-echo "$as_me: executing $ac_dest commands" >&6;}
 1.15944 +-  case $ac_dest in
 1.15945 +-    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 1.15946 ++  case $ac_file$ac_mode in
 1.15947 ++    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 1.15948 +   # Strip MF so we end up with the name of the file.
 1.15949 +   mf=`echo "$mf" | sed -e 's/:.*$//'`
 1.15950 +   # Check whether this is an Automake generated Makefile or not.
 1.15951 +@@ -13004,18 +14019,29 @@
 1.15952 +   # each Makefile.in and add a new line on top of each file to say so.
 1.15953 +   # So let's grep whole file.
 1.15954 +   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 1.15955 +-    dirpart=`(dirname "$mf") 2>/dev/null ||
 1.15956 ++    dirpart=`$as_dirname -- "$mf" ||
 1.15957 + $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.15958 + 	 X"$mf" : 'X\(//\)[^/]' \| \
 1.15959 + 	 X"$mf" : 'X\(//\)$' \| \
 1.15960 +-	 X"$mf" : 'X\(/\)' \| \
 1.15961 +-	 .     : '\(.\)' 2>/dev/null ||
 1.15962 ++	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 1.15963 + echo X"$mf" |
 1.15964 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.15965 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.15966 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.15967 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.15968 +-  	  s/.*/./; q'`
 1.15969 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.15970 ++	    s//\1/
 1.15971 ++	    q
 1.15972 ++	  }
 1.15973 ++	  /^X\(\/\/\)[^/].*/{
 1.15974 ++	    s//\1/
 1.15975 ++	    q
 1.15976 ++	  }
 1.15977 ++	  /^X\(\/\/\)$/{
 1.15978 ++	    s//\1/
 1.15979 ++	    q
 1.15980 ++	  }
 1.15981 ++	  /^X\(\/\).*/{
 1.15982 ++	    s//\1/
 1.15983 ++	    q
 1.15984 ++	  }
 1.15985 ++	  s/.*/./; q'`
 1.15986 +   else
 1.15987 +     continue
 1.15988 +   fi
 1.15989 +@@ -13037,49 +14063,76 @@
 1.15990 +        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 1.15991 +     # Make sure the directory exists.
 1.15992 +     test -f "$dirpart/$file" && continue
 1.15993 +-    fdir=`(dirname "$file") 2>/dev/null ||
 1.15994 ++    fdir=`$as_dirname -- "$file" ||
 1.15995 + $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.15996 + 	 X"$file" : 'X\(//\)[^/]' \| \
 1.15997 + 	 X"$file" : 'X\(//\)$' \| \
 1.15998 +-	 X"$file" : 'X\(/\)' \| \
 1.15999 +-	 .     : '\(.\)' 2>/dev/null ||
 1.16000 ++	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 1.16001 + echo X"$file" |
 1.16002 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.16003 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.16004 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.16005 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.16006 +-  	  s/.*/./; q'`
 1.16007 +-    { if $as_mkdir_p; then
 1.16008 +-    mkdir -p $dirpart/$fdir
 1.16009 +-  else
 1.16010 +-    as_dir=$dirpart/$fdir
 1.16011 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.16012 ++	    s//\1/
 1.16013 ++	    q
 1.16014 ++	  }
 1.16015 ++	  /^X\(\/\/\)[^/].*/{
 1.16016 ++	    s//\1/
 1.16017 ++	    q
 1.16018 ++	  }
 1.16019 ++	  /^X\(\/\/\)$/{
 1.16020 ++	    s//\1/
 1.16021 ++	    q
 1.16022 ++	  }
 1.16023 ++	  /^X\(\/\).*/{
 1.16024 ++	    s//\1/
 1.16025 ++	    q
 1.16026 ++	  }
 1.16027 ++	  s/.*/./; q'`
 1.16028 ++    { as_dir=$dirpart/$fdir
 1.16029 ++  case $as_dir in #(
 1.16030 ++  -*) as_dir=./$as_dir;;
 1.16031 ++  esac
 1.16032 ++  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 1.16033 +     as_dirs=
 1.16034 +-    while test ! -d "$as_dir"; do
 1.16035 +-      as_dirs="$as_dir $as_dirs"
 1.16036 +-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 1.16037 ++    while :; do
 1.16038 ++      case $as_dir in #(
 1.16039 ++      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 1.16040 ++      *) as_qdir=$as_dir;;
 1.16041 ++      esac
 1.16042 ++      as_dirs="'$as_qdir' $as_dirs"
 1.16043 ++      as_dir=`$as_dirname -- "$as_dir" ||
 1.16044 + $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.16045 + 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 1.16046 + 	 X"$as_dir" : 'X\(//\)$' \| \
 1.16047 +-	 X"$as_dir" : 'X\(/\)' \| \
 1.16048 +-	 .     : '\(.\)' 2>/dev/null ||
 1.16049 ++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 1.16050 + echo X"$as_dir" |
 1.16051 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.16052 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.16053 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.16054 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.16055 +-  	  s/.*/./; q'`
 1.16056 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.16057 ++	    s//\1/
 1.16058 ++	    q
 1.16059 ++	  }
 1.16060 ++	  /^X\(\/\/\)[^/].*/{
 1.16061 ++	    s//\1/
 1.16062 ++	    q
 1.16063 ++	  }
 1.16064 ++	  /^X\(\/\/\)$/{
 1.16065 ++	    s//\1/
 1.16066 ++	    q
 1.16067 ++	  }
 1.16068 ++	  /^X\(\/\).*/{
 1.16069 ++	    s//\1/
 1.16070 ++	    q
 1.16071 ++	  }
 1.16072 ++	  s/.*/./; q'`
 1.16073 ++      test -d "$as_dir" && break
 1.16074 +     done
 1.16075 +-    test ! -n "$as_dirs" || mkdir $as_dirs
 1.16076 +-  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
 1.16077 +-echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
 1.16078 ++    test -z "$as_dirs" || eval "mkdir $as_dirs"
 1.16079 ++  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 1.16080 ++echo "$as_me: error: cannot create directory $as_dir" >&2;}
 1.16081 +    { (exit 1); exit 1; }; }; }
 1.16082 +-
 1.16083 +     # echo "creating $dirpart/$file"
 1.16084 +     echo '# dummy' > "$dirpart/$file"
 1.16085 +   done
 1.16086 + done
 1.16087 +  ;;
 1.16088 +-    libtool )
 1.16089 ++    "libtool":C)
 1.16090 + 
 1.16091 +     # See if we are running on zsh, and set the options which allow our
 1.16092 +     # commands through without removal of \ escapes.
 1.16093 +@@ -13720,11 +14773,10 @@
 1.16094 +   chmod +x "$ofile"
 1.16095 + 
 1.16096 +  ;;
 1.16097 ++
 1.16098 +   esac
 1.16099 +-done
 1.16100 +-_ACEOF
 1.16101 ++done # for ac_tag
 1.16102 + 
 1.16103 +-cat >>$CONFIG_STATUS <<\_ACEOF
 1.16104 + 
 1.16105 + { (exit 0); exit 0; }
 1.16106 + _ACEOF
 1.16107 +@@ -13754,7 +14806,7 @@
 1.16108 + fi
 1.16109 + 
 1.16110 + #
 1.16111 +-# CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
 1.16112 ++# CONFIG_SUBDIRS section.
 1.16113 + #
 1.16114 + if test "$no_recursion" != yes; then
 1.16115 + 
 1.16116 +@@ -13801,7 +14853,12 @@
 1.16117 +   case $ac_arg in
 1.16118 +   *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 1.16119 +   esac
 1.16120 +-  ac_sub_configure_args="$ac_arg $ac_sub_configure_args"
 1.16121 ++  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
 1.16122 ++
 1.16123 ++  # Pass --silent
 1.16124 ++  if test "$silent" = yes; then
 1.16125 ++    ac_sub_configure_args="--silent $ac_sub_configure_args"
 1.16126 ++  fi
 1.16127 + 
 1.16128 +   ac_popdir=`pwd`
 1.16129 +   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
 1.16130 +@@ -13810,97 +14867,83 @@
 1.16131 +     # parts of a large source tree are present.
 1.16132 +     test -d "$srcdir/$ac_dir" || continue
 1.16133 + 
 1.16134 +-    { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
 1.16135 +-echo "$as_me: configuring in $ac_dir" >&6;}
 1.16136 +-    { if $as_mkdir_p; then
 1.16137 +-    mkdir -p "$ac_dir"
 1.16138 +-  else
 1.16139 +-    as_dir="$ac_dir"
 1.16140 ++    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
 1.16141 ++    echo "$as_me:$LINENO: $ac_msg" >&5
 1.16142 ++    echo "$ac_msg" >&6
 1.16143 ++    { as_dir="$ac_dir"
 1.16144 ++  case $as_dir in #(
 1.16145 ++  -*) as_dir=./$as_dir;;
 1.16146 ++  esac
 1.16147 ++  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 1.16148 +     as_dirs=
 1.16149 +-    while test ! -d "$as_dir"; do
 1.16150 +-      as_dirs="$as_dir $as_dirs"
 1.16151 +-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 1.16152 ++    while :; do
 1.16153 ++      case $as_dir in #(
 1.16154 ++      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 1.16155 ++      *) as_qdir=$as_dir;;
 1.16156 ++      esac
 1.16157 ++      as_dirs="'$as_qdir' $as_dirs"
 1.16158 ++      as_dir=`$as_dirname -- "$as_dir" ||
 1.16159 + $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.16160 + 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 1.16161 + 	 X"$as_dir" : 'X\(//\)$' \| \
 1.16162 +-	 X"$as_dir" : 'X\(/\)' \| \
 1.16163 +-	 .     : '\(.\)' 2>/dev/null ||
 1.16164 ++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 1.16165 + echo X"$as_dir" |
 1.16166 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.16167 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.16168 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.16169 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.16170 +-  	  s/.*/./; q'`
 1.16171 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.16172 ++	    s//\1/
 1.16173 ++	    q
 1.16174 ++	  }
 1.16175 ++	  /^X\(\/\/\)[^/].*/{
 1.16176 ++	    s//\1/
 1.16177 ++	    q
 1.16178 ++	  }
 1.16179 ++	  /^X\(\/\/\)$/{
 1.16180 ++	    s//\1/
 1.16181 ++	    q
 1.16182 ++	  }
 1.16183 ++	  /^X\(\/\).*/{
 1.16184 ++	    s//\1/
 1.16185 ++	    q
 1.16186 ++	  }
 1.16187 ++	  s/.*/./; q'`
 1.16188 ++      test -d "$as_dir" && break
 1.16189 +     done
 1.16190 +-    test ! -n "$as_dirs" || mkdir $as_dirs
 1.16191 +-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 1.16192 +-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 1.16193 ++    test -z "$as_dirs" || eval "mkdir $as_dirs"
 1.16194 ++  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 1.16195 ++echo "$as_me: error: cannot create directory $as_dir" >&2;}
 1.16196 +    { (exit 1); exit 1; }; }; }
 1.16197 +-
 1.16198 +     ac_builddir=.
 1.16199 + 
 1.16200 +-if test "$ac_dir" != .; then
 1.16201 ++case "$ac_dir" in
 1.16202 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.16203 ++*)
 1.16204 +   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1.16205 +-  # A "../" for each directory in $ac_dir_suffix.
 1.16206 +-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 1.16207 +-else
 1.16208 +-  ac_dir_suffix= ac_top_builddir=
 1.16209 +-fi
 1.16210 ++  # A ".." for each directory in $ac_dir_suffix.
 1.16211 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 1.16212 ++  case $ac_top_builddir_sub in
 1.16213 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.16214 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 1.16215 ++  esac ;;
 1.16216 ++esac
 1.16217 ++ac_abs_top_builddir=$ac_pwd
 1.16218 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
 1.16219 ++# for backward compatibility:
 1.16220 ++ac_top_builddir=$ac_top_build_prefix
 1.16221 + 
 1.16222 + case $srcdir in
 1.16223 +-  .)  # No --srcdir option.  We are building in place.
 1.16224 ++  .)  # We are building in place.
 1.16225 +     ac_srcdir=.
 1.16226 +-    if test -z "$ac_top_builddir"; then
 1.16227 +-       ac_top_srcdir=.
 1.16228 +-    else
 1.16229 +-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 1.16230 +-    fi ;;
 1.16231 +-  [\\/]* | ?:[\\/]* )  # Absolute path.
 1.16232 ++    ac_top_srcdir=$ac_top_builddir_sub
 1.16233 ++    ac_abs_top_srcdir=$ac_pwd ;;
 1.16234 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
 1.16235 +     ac_srcdir=$srcdir$ac_dir_suffix;
 1.16236 +-    ac_top_srcdir=$srcdir ;;
 1.16237 +-  *) # Relative path.
 1.16238 +-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 1.16239 +-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 1.16240 +-esac
 1.16241 +-
 1.16242 +-# Do not use `cd foo && pwd` to compute absolute paths, because
 1.16243 +-# the directories may not exist.
 1.16244 +-case `pwd` in
 1.16245 +-.) ac_abs_builddir="$ac_dir";;
 1.16246 +-*)
 1.16247 +-  case "$ac_dir" in
 1.16248 +-  .) ac_abs_builddir=`pwd`;;
 1.16249 +-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 1.16250 +-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 1.16251 +-  esac;;
 1.16252 +-esac
 1.16253 +-case $ac_abs_builddir in
 1.16254 +-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.16255 +-*)
 1.16256 +-  case ${ac_top_builddir}. in
 1.16257 +-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 1.16258 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.16259 +-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 1.16260 +-  esac;;
 1.16261 +-esac
 1.16262 +-case $ac_abs_builddir in
 1.16263 +-.) ac_abs_srcdir=$ac_srcdir;;
 1.16264 +-*)
 1.16265 +-  case $ac_srcdir in
 1.16266 +-  .) ac_abs_srcdir=$ac_abs_builddir;;
 1.16267 +-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 1.16268 +-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 1.16269 +-  esac;;
 1.16270 +-esac
 1.16271 +-case $ac_abs_builddir in
 1.16272 +-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.16273 +-*)
 1.16274 +-  case $ac_top_srcdir in
 1.16275 +-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 1.16276 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.16277 +-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 1.16278 +-  esac;;
 1.16279 ++    ac_top_srcdir=$srcdir
 1.16280 ++    ac_abs_top_srcdir=$srcdir ;;
 1.16281 ++  *) # Relative name.
 1.16282 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 1.16283 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
 1.16284 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 1.16285 + esac
 1.16286 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 1.16287 + 
 1.16288 + 
 1.16289 +     cd "$ac_dir"
 1.16290 +@@ -13924,8 +14967,8 @@
 1.16291 +       # Make the cache file name correct relative to the subdirectory.
 1.16292 +       case $cache_file in
 1.16293 +       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
 1.16294 +-      *) # Relative path.
 1.16295 +-	ac_sub_cache_file=$ac_top_builddir$cache_file ;;
 1.16296 ++      *) # Relative name.
 1.16297 ++	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
 1.16298 +       esac
 1.16299 + 
 1.16300 +       { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
 1.16301 +diff -Naur newlib-1.17.0/newlib/libc/machine/configure.in newlib-1.17.0-new/newlib/libc/machine/configure.in
 1.16302 +--- newlib-1.17.0/newlib/libc/machine/configure.in	2008-12-11 21:05:38.000000000 +0100
 1.16303 ++++ newlib-1.17.0-new/newlib/libc/machine/configure.in	2009-05-22 09:57:50.000000000 +0200
 1.16304 +@@ -24,6 +24,7 @@
 1.16305 +   case ${machine_dir} in
 1.16306 + 	a29k) AC_CONFIG_SUBDIRS(a29k) ;;
 1.16307 + 	arm) AC_CONFIG_SUBDIRS(arm) ;;
 1.16308 ++	avr32) AC_CONFIG_SUBDIRS(avr32) ;;
 1.16309 + 	bfin) AC_CONFIG_SUBDIRS(bfin) ;;
 1.16310 + 	cris) AC_CONFIG_SUBDIRS(cris) ;;
 1.16311 + 	crx) AC_CONFIG_SUBDIRS(crx) ;;
 1.16312 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/aclocal.m4 newlib-1.17.0-new/newlib/libc/sys/avr32/aclocal.m4
 1.16313 +--- newlib-1.17.0/newlib/libc/sys/avr32/aclocal.m4	1970-01-01 01:00:00.000000000 +0100
 1.16314 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/aclocal.m4	2009-05-22 09:57:50.000000000 +0200
 1.16315 +@@ -0,0 +1,366 @@
 1.16316 ++dnl aclocal.m4 generated automatically by aclocal 1.4-p6
 1.16317 ++
 1.16318 ++dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 1.16319 ++dnl This file is free software; the Free Software Foundation
 1.16320 ++dnl gives unlimited permission to copy and/or distribute it,
 1.16321 ++dnl with or without modifications, as long as this notice is preserved.
 1.16322 ++
 1.16323 ++dnl This program is distributed in the hope that it will be useful,
 1.16324 ++dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 1.16325 ++dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 1.16326 ++dnl PARTICULAR PURPOSE.
 1.16327 ++
 1.16328 ++dnl This provides configure definitions used by all the newlib
 1.16329 ++dnl configure.in files.
 1.16330 ++
 1.16331 ++dnl Basic newlib configury.  This calls basic introductory stuff,
 1.16332 ++dnl including AM_INIT_AUTOMAKE and AC_CANONICAL_HOST.  It also runs
 1.16333 ++dnl configure.host.  The only argument is the relative path to the top
 1.16334 ++dnl newlib directory.
 1.16335 ++
 1.16336 ++AC_DEFUN(NEWLIB_CONFIGURE,
 1.16337 ++[
 1.16338 ++dnl Default to --enable-multilib
 1.16339 ++AC_ARG_ENABLE(multilib,
 1.16340 ++[  --enable-multilib         build many library versions (default)],
 1.16341 ++[case "${enableval}" in
 1.16342 ++  yes) multilib=yes ;;
 1.16343 ++  no)  multilib=no ;;
 1.16344 ++  *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
 1.16345 ++ esac], [multilib=yes])dnl
 1.16346 ++
 1.16347 ++dnl Support --enable-target-optspace
 1.16348 ++AC_ARG_ENABLE(target-optspace,
 1.16349 ++[  --enable-target-optspace  optimize for space],
 1.16350 ++[case "${enableval}" in
 1.16351 ++  yes) target_optspace=yes ;;
 1.16352 ++  no)  target_optspace=no ;;
 1.16353 ++  *)   AC_MSG_ERROR(bad value ${enableval} for target-optspace option) ;;
 1.16354 ++ esac], [target_optspace=])dnl
 1.16355 ++
 1.16356 ++dnl Support --enable-malloc-debugging - currently only supported for Cygwin
 1.16357 ++AC_ARG_ENABLE(malloc-debugging,
 1.16358 ++[  --enable-malloc-debugging indicate malloc debugging requested],
 1.16359 ++[case "${enableval}" in
 1.16360 ++  yes) malloc_debugging=yes ;;
 1.16361 ++  no)  malloc_debugging=no ;;
 1.16362 ++  *)   AC_MSG_ERROR(bad value ${enableval} for malloc-debugging option) ;;
 1.16363 ++ esac], [malloc_debugging=])dnl
 1.16364 ++
 1.16365 ++dnl Support --enable-newlib-multithread
 1.16366 ++AC_ARG_ENABLE(newlib-multithread,
 1.16367 ++[  --enable-newlib-multithread        enable support for multiple threads],
 1.16368 ++[case "${enableval}" in
 1.16369 ++  yes) newlib_multithread=yes ;;
 1.16370 ++  no)  newlib_multithread=no ;;
 1.16371 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-multithread option) ;;
 1.16372 ++ esac], [newlib_multithread=yes])dnl
 1.16373 ++
 1.16374 ++dnl Support --enable-newlib-iconv
 1.16375 ++AC_ARG_ENABLE(newlib-iconv,
 1.16376 ++[  --enable-newlib-iconv     enable iconv library support],
 1.16377 ++[if test "${newlib_iconv+set}" != set; then
 1.16378 ++   case "${enableval}" in
 1.16379 ++     yes) newlib_iconv=yes ;;
 1.16380 ++     no)  newlib_iconv=no ;;
 1.16381 ++     *)   AC_MSG_ERROR(bad value ${enableval} for newlib-iconv option) ;;
 1.16382 ++   esac
 1.16383 ++ fi], [newlib_iconv=${newlib_iconv}])dnl
 1.16384 ++
 1.16385 ++dnl Support --enable-newlib-elix-level
 1.16386 ++AC_ARG_ENABLE(newlib-elix-level,
 1.16387 ++[  --enable-newlib-elix-level         supply desired elix library level (1-4)],
 1.16388 ++[case "${enableval}" in
 1.16389 ++  0)   newlib_elix_level=0 ;;
 1.16390 ++  1)   newlib_elix_level=1 ;;
 1.16391 ++  2)   newlib_elix_level=2 ;;
 1.16392 ++  3)   newlib_elix_level=3 ;;
 1.16393 ++  4)   newlib_elix_level=4 ;;
 1.16394 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-elix-level option) ;;
 1.16395 ++ esac], [newlib_elix_level=0])dnl
 1.16396 ++
 1.16397 ++dnl Support --disable-newlib-io-float
 1.16398 ++AC_ARG_ENABLE(newlib-io-float,
 1.16399 ++[  --disable-newlib-io-float disable printf/scanf family float support],
 1.16400 ++[case "${enableval}" in
 1.16401 ++  yes) newlib_io_float=yes ;;
 1.16402 ++  no)  newlib_io_float=no ;;
 1.16403 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-io-float option) ;;
 1.16404 ++ esac], [newlib_io_float=yes])dnl
 1.16405 ++
 1.16406 ++dnl Support --disable-newlib-supplied-syscalls
 1.16407 ++AC_ARG_ENABLE(newlib-supplied-syscalls,
 1.16408 ++[  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls],
 1.16409 ++[case "${enableval}" in
 1.16410 ++  yes) newlib_may_supply_syscalls=yes ;;
 1.16411 ++  no)  newlib_may_supply_syscalls=no ;;
 1.16412 ++  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-supplied-syscalls option) ;;
 1.16413 ++ esac], [newlib_may_supply_syscalls=yes])dnl
 1.16414 ++
 1.16415 ++AM_CONDITIONAL(MAY_SUPPLY_SYSCALLS, test x[$]{newlib_may_supply_syscalls} = xyes)
 1.16416 ++
 1.16417 ++dnl We may get other options which we don't document:
 1.16418 ++dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
 1.16419 ++
 1.16420 ++test -z "[$]{with_target_subdir}" && with_target_subdir=.
 1.16421 ++
 1.16422 ++if test "[$]{srcdir}" = "."; then
 1.16423 ++  if test "[$]{with_target_subdir}" != "."; then
 1.16424 ++    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}../$1"
 1.16425 ++  else
 1.16426 ++    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}$1"
 1.16427 ++  fi
 1.16428 ++else
 1.16429 ++  newlib_basedir="[$]{srcdir}/$1"
 1.16430 ++fi
 1.16431 ++AC_SUBST(newlib_basedir)
 1.16432 ++
 1.16433 ++AC_CANONICAL_SYSTEM
 1.16434 ++
 1.16435 ++AM_INIT_AUTOMAKE(newlib, 1.14.0.atmel.1.0.1)
 1.16436 ++
 1.16437 ++# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
 1.16438 ++# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
 1.16439 ++# are probably using a cross compiler, which will not be able to fully
 1.16440 ++# link an executable.  This should really be fixed in autoconf
 1.16441 ++# itself.
 1.16442 ++
 1.16443 ++AC_DEFUN(LIB_AC_PROG_CC,
 1.16444 ++[AC_BEFORE([$0], [AC_PROG_CPP])dnl
 1.16445 ++AC_CHECK_PROG(CC, gcc, gcc)
 1.16446 ++if test -z "$CC"; then
 1.16447 ++  AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
 1.16448 ++  test -z "$CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
 1.16449 ++fi
 1.16450 ++
 1.16451 ++AC_PROG_CC_GNU
 1.16452 ++
 1.16453 ++if test $ac_cv_prog_gcc = yes; then
 1.16454 ++  GCC=yes
 1.16455 ++dnl Check whether -g works, even if CFLAGS is set, in case the package
 1.16456 ++dnl plays around with CFLAGS (such as to build both debugging and
 1.16457 ++dnl normal versions of a library), tasteless as that idea is.
 1.16458 ++  ac_test_CFLAGS="${CFLAGS+set}"
 1.16459 ++  ac_save_CFLAGS="$CFLAGS"
 1.16460 ++  CFLAGS=
 1.16461 ++  AC_PROG_CC_G
 1.16462 ++  if test "$ac_test_CFLAGS" = set; then
 1.16463 ++    CFLAGS="$ac_save_CFLAGS"
 1.16464 ++  elif test $ac_cv_prog_cc_g = yes; then
 1.16465 ++    CFLAGS="-g -O2"
 1.16466 ++  else
 1.16467 ++    CFLAGS="-O2"
 1.16468 ++  fi
 1.16469 ++else
 1.16470 ++  GCC=
 1.16471 ++  test "${CFLAGS+set}" = set || CFLAGS="-g"
 1.16472 ++fi
 1.16473 ++])
 1.16474 ++
 1.16475 ++LIB_AC_PROG_CC
 1.16476 ++
 1.16477 ++AC_CHECK_TOOL(AS, as)
 1.16478 ++AC_CHECK_TOOL(AR, ar)
 1.16479 ++AC_CHECK_TOOL(RANLIB, ranlib, :)
 1.16480 ++
 1.16481 ++AC_PROG_INSTALL
 1.16482 ++
 1.16483 ++AM_MAINTAINER_MODE
 1.16484 ++
 1.16485 ++# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
 1.16486 ++# at least currently, we never actually build a program, so we never
 1.16487 ++# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
 1.16488 ++# fails, because we are probably configuring with a cross compiler
 1.16489 ++# which can't create executables.  So we include AC_EXEEXT to keep
 1.16490 ++# automake happy, but we don't execute it, since we don't care about
 1.16491 ++# the result.
 1.16492 ++if false; then
 1.16493 ++  AC_EXEEXT
 1.16494 ++fi
 1.16495 ++
 1.16496 ++. [$]{newlib_basedir}/configure.host
 1.16497 ++
 1.16498 ++newlib_cflags="[$]{newlib_cflags} -fno-builtin"
 1.16499 ++
 1.16500 ++NEWLIB_CFLAGS=${newlib_cflags}
 1.16501 ++AC_SUBST(NEWLIB_CFLAGS)
 1.16502 ++
 1.16503 ++LDFLAGS=${ldflags}
 1.16504 ++AC_SUBST(LDFLAGS)
 1.16505 ++
 1.16506 ++AM_CONDITIONAL(ELIX_LEVEL_0, test x[$]{newlib_elix_level} = x0)
 1.16507 ++AM_CONDITIONAL(ELIX_LEVEL_1, test x[$]{newlib_elix_level} = x1)
 1.16508 ++AM_CONDITIONAL(ELIX_LEVEL_2, test x[$]{newlib_elix_level} = x2)
 1.16509 ++AM_CONDITIONAL(ELIX_LEVEL_3, test x[$]{newlib_elix_level} = x3)
 1.16510 ++AM_CONDITIONAL(ELIX_LEVEL_4, test x[$]{newlib_elix_level} = x4)
 1.16511 ++
 1.16512 ++AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
 1.16513 ++
 1.16514 ++# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
 1.16515 ++# use oext, which is set in configure.host based on the target platform.
 1.16516 ++OBJEXT=${oext}
 1.16517 ++
 1.16518 ++AC_SUBST(OBJEXT)
 1.16519 ++AC_SUBST(oext)
 1.16520 ++AC_SUBST(aext)
 1.16521 ++
 1.16522 ++AC_SUBST(libm_machine_dir)
 1.16523 ++AC_SUBST(machine_dir)
 1.16524 ++AC_SUBST(sys_dir)
 1.16525 ++])
 1.16526 ++
 1.16527 ++# Do all the work for Automake.  This macro actually does too much --
 1.16528 ++# some checks are only needed if your package does certain things.
 1.16529 ++# But this isn't really a big deal.
 1.16530 ++
 1.16531 ++# serial 1
 1.16532 ++
 1.16533 ++dnl Usage:
 1.16534 ++dnl AM_INIT_AUTOMAKE(package,version, [no-define])
 1.16535 ++
 1.16536 ++AC_DEFUN([AM_INIT_AUTOMAKE],
 1.16537 ++[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 1.16538 ++AC_REQUIRE([AC_PROG_INSTALL])
 1.16539 ++PACKAGE=[$1]
 1.16540 ++AC_SUBST(PACKAGE)
 1.16541 ++VERSION=[$2]
 1.16542 ++AC_SUBST(VERSION)
 1.16543 ++dnl test to see if srcdir already configured
 1.16544 ++if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
 1.16545 ++  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 1.16546 ++fi
 1.16547 ++ifelse([$3],,
 1.16548 ++AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 1.16549 ++AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
 1.16550 ++AC_REQUIRE([AM_SANITY_CHECK])
 1.16551 ++AC_REQUIRE([AC_ARG_PROGRAM])
 1.16552 ++dnl FIXME This is truly gross.
 1.16553 ++missing_dir=`cd $ac_aux_dir && pwd`
 1.16554 ++AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
 1.16555 ++AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
 1.16556 ++AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
 1.16557 ++AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
 1.16558 ++AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
 1.16559 ++AC_REQUIRE([AC_PROG_MAKE_SET])])
 1.16560 ++
 1.16561 ++# Copyright 2002  Free Software Foundation, Inc.
 1.16562 ++
 1.16563 ++# This program is free software; you can redistribute it and/or modify
 1.16564 ++# it under the terms of the GNU General Public License as published by
 1.16565 ++# the Free Software Foundation; either version 2, or (at your option)
 1.16566 ++# any later version.
 1.16567 ++
 1.16568 ++# This program is distributed in the hope that it will be useful,
 1.16569 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of
 1.16570 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 1.16571 ++# GNU General Public License for more details.
 1.16572 ++
 1.16573 ++# You should have received a copy of the GNU General Public License
 1.16574 ++# along with this program; if not, write to the Free Software
 1.16575 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 1.16576 ++
 1.16577 ++# AM_AUTOMAKE_VERSION(VERSION)
 1.16578 ++# ----------------------------
 1.16579 ++# Automake X.Y traces this macro to ensure aclocal.m4 has been
 1.16580 ++# generated from the m4 files accompanying Automake X.Y.
 1.16581 ++AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
 1.16582 ++
 1.16583 ++# AM_SET_CURRENT_AUTOMAKE_VERSION
 1.16584 ++# -------------------------------
 1.16585 ++# Call AM_AUTOMAKE_VERSION so it can be traced.
 1.16586 ++# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 1.16587 ++AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 1.16588 ++	 [AM_AUTOMAKE_VERSION([1.4-p6])])
 1.16589 ++
 1.16590 ++#
 1.16591 ++# Check to make sure that the build environment is sane.
 1.16592 ++#
 1.16593 ++
 1.16594 ++AC_DEFUN([AM_SANITY_CHECK],
 1.16595 ++[AC_MSG_CHECKING([whether build environment is sane])
 1.16596 ++# Just in case
 1.16597 ++sleep 1
 1.16598 ++echo timestamp > conftestfile
 1.16599 ++# Do `set' in a subshell so we don't clobber the current shell's
 1.16600 ++# arguments.  Must try -L first in case configure is actually a
 1.16601 ++# symlink; some systems play weird games with the mod time of symlinks
 1.16602 ++# (eg FreeBSD returns the mod time of the symlink's containing
 1.16603 ++# directory).
 1.16604 ++if (
 1.16605 ++   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
 1.16606 ++   if test "[$]*" = "X"; then
 1.16607 ++      # -L didn't work.
 1.16608 ++      set X `ls -t $srcdir/configure conftestfile`
 1.16609 ++   fi
 1.16610 ++   if test "[$]*" != "X $srcdir/configure conftestfile" \
 1.16611 ++      && test "[$]*" != "X conftestfile $srcdir/configure"; then
 1.16612 ++
 1.16613 ++      # If neither matched, then we have a broken ls.  This can happen
 1.16614 ++      # if, for instance, CONFIG_SHELL is bash and it inherits a
 1.16615 ++      # broken ls alias from the environment.  This has actually
 1.16616 ++      # happened.  Such a system could not be considered "sane".
 1.16617 ++      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 1.16618 ++alias in your environment])
 1.16619 ++   fi
 1.16620 ++
 1.16621 ++   test "[$]2" = conftestfile
 1.16622 ++   )
 1.16623 ++then
 1.16624 ++   # Ok.
 1.16625 ++   :
 1.16626 ++else
 1.16627 ++   AC_MSG_ERROR([newly created file is older than distributed files!
 1.16628 ++Check your system clock])
 1.16629 ++fi
 1.16630 ++rm -f conftest*
 1.16631 ++AC_MSG_RESULT(yes)])
 1.16632 ++
 1.16633 ++dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
 1.16634 ++dnl The program must properly implement --version.
 1.16635 ++AC_DEFUN([AM_MISSING_PROG],
 1.16636 ++[AC_MSG_CHECKING(for working $2)
 1.16637 ++# Run test in a subshell; some versions of sh will print an error if
 1.16638 ++# an executable is not found, even if stderr is redirected.
 1.16639 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
 1.16640 ++if ($2 --version) < /dev/null > /dev/null 2>&1; then
 1.16641 ++   $1=$2
 1.16642 ++   AC_MSG_RESULT(found)
 1.16643 ++else
 1.16644 ++   $1="$3/missing $2"
 1.16645 ++   AC_MSG_RESULT(missing)
 1.16646 ++fi
 1.16647 ++AC_SUBST($1)])
 1.16648 ++
 1.16649 ++# Define a conditional.
 1.16650 ++
 1.16651 ++AC_DEFUN([AM_CONDITIONAL],
 1.16652 ++[AC_SUBST($1_TRUE)
 1.16653 ++AC_SUBST($1_FALSE)
 1.16654 ++if $2; then
 1.16655 ++  $1_TRUE=
 1.16656 ++  $1_FALSE='#'
 1.16657 ++else
 1.16658 ++  $1_TRUE='#'
 1.16659 ++  $1_FALSE=
 1.16660 ++fi])
 1.16661 ++
 1.16662 ++# Add --enable-maintainer-mode option to configure.
 1.16663 ++# From Jim Meyering
 1.16664 ++
 1.16665 ++# serial 1
 1.16666 ++
 1.16667 ++AC_DEFUN([AM_MAINTAINER_MODE],
 1.16668 ++[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 1.16669 ++  dnl maintainer-mode is disabled by default
 1.16670 ++  AC_ARG_ENABLE(maintainer-mode,
 1.16671 ++[  --enable-maintainer-mode enable make rules and dependencies not useful
 1.16672 ++                          (and sometimes confusing) to the casual installer],
 1.16673 ++      USE_MAINTAINER_MODE=$enableval,
 1.16674 ++      USE_MAINTAINER_MODE=no)
 1.16675 ++  AC_MSG_RESULT($USE_MAINTAINER_MODE)
 1.16676 ++  AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
 1.16677 ++  MAINT=$MAINTAINER_MODE_TRUE
 1.16678 ++  AC_SUBST(MAINT)dnl
 1.16679 ++]
 1.16680 ++)
 1.16681 ++
 1.16682 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/confdefs.h newlib-1.17.0-new/newlib/libc/sys/avr32/confdefs.h
 1.16683 +--- newlib-1.17.0/newlib/libc/sys/avr32/confdefs.h	1970-01-01 01:00:00.000000000 +0100
 1.16684 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/confdefs.h	2009-05-22 09:57:50.000000000 +0200
 1.16685 +@@ -0,0 +1 @@
 1.16686 ++
 1.16687 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/configure newlib-1.17.0-new/newlib/libc/sys/avr32/configure
 1.16688 +--- newlib-1.17.0/newlib/libc/sys/avr32/configure	1970-01-01 01:00:00.000000000 +0100
 1.16689 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/configure	2009-05-22 09:57:50.000000000 +0200
 1.16690 +@@ -0,0 +1,3922 @@
 1.16691 ++#! /bin/sh
 1.16692 ++# Guess values for system-dependent variables and create Makefiles.
 1.16693 ++# Generated by GNU Autoconf 2.61 for newlib NEWLIB_VERSION.
 1.16694 ++#
 1.16695 ++# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 1.16696 ++# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 1.16697 ++# This configure script is free software; the Free Software Foundation
 1.16698 ++# gives unlimited permission to copy, distribute and modify it.
 1.16699 ++## --------------------- ##
 1.16700 ++## M4sh Initialization.  ##
 1.16701 ++## --------------------- ##
 1.16702 ++
 1.16703 ++# Be more Bourne compatible
 1.16704 ++DUALCASE=1; export DUALCASE # for MKS sh
 1.16705 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 1.16706 ++  emulate sh
 1.16707 ++  NULLCMD=:
 1.16708 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 1.16709 ++  # is contrary to our usage.  Disable this feature.
 1.16710 ++  alias -g '${1+"$@"}'='"$@"'
 1.16711 ++  setopt NO_GLOB_SUBST
 1.16712 ++else
 1.16713 ++  case `(set -o) 2>/dev/null` in
 1.16714 ++  *posix*) set -o posix ;;
 1.16715 ++esac
 1.16716 ++
 1.16717 ++fi
 1.16718 ++
 1.16719 ++
 1.16720 ++
 1.16721 ++
 1.16722 ++# PATH needs CR
 1.16723 ++# Avoid depending upon Character Ranges.
 1.16724 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 1.16725 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 1.16726 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 1.16727 ++as_cr_digits='0123456789'
 1.16728 ++as_cr_alnum=$as_cr_Letters$as_cr_digits
 1.16729 ++
 1.16730 ++# The user is always right.
 1.16731 ++if test "${PATH_SEPARATOR+set}" != set; then
 1.16732 ++  echo "#! /bin/sh" >conf$$.sh
 1.16733 ++  echo  "exit 0"   >>conf$$.sh
 1.16734 ++  chmod +x conf$$.sh
 1.16735 ++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 1.16736 ++    PATH_SEPARATOR=';'
 1.16737 ++  else
 1.16738 ++    PATH_SEPARATOR=:
 1.16739 ++  fi
 1.16740 ++  rm -f conf$$.sh
 1.16741 ++fi
 1.16742 ++
 1.16743 ++# Support unset when possible.
 1.16744 ++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 1.16745 ++  as_unset=unset
 1.16746 ++else
 1.16747 ++  as_unset=false
 1.16748 ++fi
 1.16749 ++
 1.16750 ++
 1.16751 ++# IFS
 1.16752 ++# We need space, tab and new line, in precisely that order.  Quoting is
 1.16753 ++# there to prevent editors from complaining about space-tab.
 1.16754 ++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 1.16755 ++# splitting by setting IFS to empty value.)
 1.16756 ++as_nl='
 1.16757 ++'
 1.16758 ++IFS=" ""	$as_nl"
 1.16759 ++
 1.16760 ++# Find who we are.  Look in the path if we contain no directory separator.
 1.16761 ++case $0 in
 1.16762 ++  *[\\/]* ) as_myself=$0 ;;
 1.16763 ++  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.16764 ++for as_dir in $PATH
 1.16765 ++do
 1.16766 ++  IFS=$as_save_IFS
 1.16767 ++  test -z "$as_dir" && as_dir=.
 1.16768 ++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 1.16769 ++done
 1.16770 ++IFS=$as_save_IFS
 1.16771 ++
 1.16772 ++     ;;
 1.16773 ++esac
 1.16774 ++# We did not find ourselves, most probably we were run as `sh COMMAND'
 1.16775 ++# in which case we are not to be found in the path.
 1.16776 ++if test "x$as_myself" = x; then
 1.16777 ++  as_myself=$0
 1.16778 ++fi
 1.16779 ++if test ! -f "$as_myself"; then
 1.16780 ++  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 1.16781 ++  { (exit 1); exit 1; }
 1.16782 ++fi
 1.16783 ++
 1.16784 ++# Work around bugs in pre-3.0 UWIN ksh.
 1.16785 ++for as_var in ENV MAIL MAILPATH
 1.16786 ++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.16787 ++done
 1.16788 ++PS1='$ '
 1.16789 ++PS2='> '
 1.16790 ++PS4='+ '
 1.16791 ++
 1.16792 ++# NLS nuisances.
 1.16793 ++for as_var in \
 1.16794 ++  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 1.16795 ++  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 1.16796 ++  LC_TELEPHONE LC_TIME
 1.16797 ++do
 1.16798 ++  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 1.16799 ++    eval $as_var=C; export $as_var
 1.16800 ++  else
 1.16801 ++    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.16802 ++  fi
 1.16803 ++done
 1.16804 ++
 1.16805 ++# Required to use basename.
 1.16806 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.16807 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.16808 ++  as_expr=expr
 1.16809 ++else
 1.16810 ++  as_expr=false
 1.16811 ++fi
 1.16812 ++
 1.16813 ++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 1.16814 ++  as_basename=basename
 1.16815 ++else
 1.16816 ++  as_basename=false
 1.16817 ++fi
 1.16818 ++
 1.16819 ++
 1.16820 ++# Name of the executable.
 1.16821 ++as_me=`$as_basename -- "$0" ||
 1.16822 ++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 1.16823 ++	 X"$0" : 'X\(//\)$' \| \
 1.16824 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 1.16825 ++echo X/"$0" |
 1.16826 ++    sed '/^.*\/\([^/][^/]*\)\/*$/{
 1.16827 ++	    s//\1/
 1.16828 ++	    q
 1.16829 ++	  }
 1.16830 ++	  /^X\/\(\/\/\)$/{
 1.16831 ++	    s//\1/
 1.16832 ++	    q
 1.16833 ++	  }
 1.16834 ++	  /^X\/\(\/\).*/{
 1.16835 ++	    s//\1/
 1.16836 ++	    q
 1.16837 ++	  }
 1.16838 ++	  s/.*/./; q'`
 1.16839 ++
 1.16840 ++# CDPATH.
 1.16841 ++$as_unset CDPATH
 1.16842 ++
 1.16843 ++
 1.16844 ++if test "x$CONFIG_SHELL" = x; then
 1.16845 ++  if (eval ":") 2>/dev/null; then
 1.16846 ++  as_have_required=yes
 1.16847 ++else
 1.16848 ++  as_have_required=no
 1.16849 ++fi
 1.16850 ++
 1.16851 ++  if test $as_have_required = yes && 	 (eval ":
 1.16852 ++(as_func_return () {
 1.16853 ++  (exit \$1)
 1.16854 ++}
 1.16855 ++as_func_success () {
 1.16856 ++  as_func_return 0
 1.16857 ++}
 1.16858 ++as_func_failure () {
 1.16859 ++  as_func_return 1
 1.16860 ++}
 1.16861 ++as_func_ret_success () {
 1.16862 ++  return 0
 1.16863 ++}
 1.16864 ++as_func_ret_failure () {
 1.16865 ++  return 1
 1.16866 ++}
 1.16867 ++
 1.16868 ++exitcode=0
 1.16869 ++if as_func_success; then
 1.16870 ++  :
 1.16871 ++else
 1.16872 ++  exitcode=1
 1.16873 ++  echo as_func_success failed.
 1.16874 ++fi
 1.16875 ++
 1.16876 ++if as_func_failure; then
 1.16877 ++  exitcode=1
 1.16878 ++  echo as_func_failure succeeded.
 1.16879 ++fi
 1.16880 ++
 1.16881 ++if as_func_ret_success; then
 1.16882 ++  :
 1.16883 ++else
 1.16884 ++  exitcode=1
 1.16885 ++  echo as_func_ret_success failed.
 1.16886 ++fi
 1.16887 ++
 1.16888 ++if as_func_ret_failure; then
 1.16889 ++  exitcode=1
 1.16890 ++  echo as_func_ret_failure succeeded.
 1.16891 ++fi
 1.16892 ++
 1.16893 ++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 1.16894 ++  :
 1.16895 ++else
 1.16896 ++  exitcode=1
 1.16897 ++  echo positional parameters were not saved.
 1.16898 ++fi
 1.16899 ++
 1.16900 ++test \$exitcode = 0) || { (exit 1); exit 1; }
 1.16901 ++
 1.16902 ++(
 1.16903 ++  as_lineno_1=\$LINENO
 1.16904 ++  as_lineno_2=\$LINENO
 1.16905 ++  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
 1.16906 ++  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
 1.16907 ++") 2> /dev/null; then
 1.16908 ++  :
 1.16909 ++else
 1.16910 ++  as_candidate_shells=
 1.16911 ++    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.16912 ++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 1.16913 ++do
 1.16914 ++  IFS=$as_save_IFS
 1.16915 ++  test -z "$as_dir" && as_dir=.
 1.16916 ++  case $as_dir in
 1.16917 ++	 /*)
 1.16918 ++	   for as_base in sh bash ksh sh5; do
 1.16919 ++	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
 1.16920 ++	   done;;
 1.16921 ++       esac
 1.16922 ++done
 1.16923 ++IFS=$as_save_IFS
 1.16924 ++
 1.16925 ++
 1.16926 ++      for as_shell in $as_candidate_shells $SHELL; do
 1.16927 ++	 # Try only shells that exist, to save several forks.
 1.16928 ++	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 1.16929 ++		{ ("$as_shell") 2> /dev/null <<\_ASEOF
 1.16930 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 1.16931 ++  emulate sh
 1.16932 ++  NULLCMD=:
 1.16933 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 1.16934 ++  # is contrary to our usage.  Disable this feature.
 1.16935 ++  alias -g '${1+"$@"}'='"$@"'
 1.16936 ++  setopt NO_GLOB_SUBST
 1.16937 ++else
 1.16938 ++  case `(set -o) 2>/dev/null` in
 1.16939 ++  *posix*) set -o posix ;;
 1.16940 ++esac
 1.16941 ++
 1.16942 ++fi
 1.16943 ++
 1.16944 ++
 1.16945 ++:
 1.16946 ++_ASEOF
 1.16947 ++}; then
 1.16948 ++  CONFIG_SHELL=$as_shell
 1.16949 ++	       as_have_required=yes
 1.16950 ++	       if { "$as_shell" 2> /dev/null <<\_ASEOF
 1.16951 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 1.16952 ++  emulate sh
 1.16953 ++  NULLCMD=:
 1.16954 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 1.16955 ++  # is contrary to our usage.  Disable this feature.
 1.16956 ++  alias -g '${1+"$@"}'='"$@"'
 1.16957 ++  setopt NO_GLOB_SUBST
 1.16958 ++else
 1.16959 ++  case `(set -o) 2>/dev/null` in
 1.16960 ++  *posix*) set -o posix ;;
 1.16961 ++esac
 1.16962 ++
 1.16963 ++fi
 1.16964 ++
 1.16965 ++
 1.16966 ++:
 1.16967 ++(as_func_return () {
 1.16968 ++  (exit $1)
 1.16969 ++}
 1.16970 ++as_func_success () {
 1.16971 ++  as_func_return 0
 1.16972 ++}
 1.16973 ++as_func_failure () {
 1.16974 ++  as_func_return 1
 1.16975 ++}
 1.16976 ++as_func_ret_success () {
 1.16977 ++  return 0
 1.16978 ++}
 1.16979 ++as_func_ret_failure () {
 1.16980 ++  return 1
 1.16981 ++}
 1.16982 ++
 1.16983 ++exitcode=0
 1.16984 ++if as_func_success; then
 1.16985 ++  :
 1.16986 ++else
 1.16987 ++  exitcode=1
 1.16988 ++  echo as_func_success failed.
 1.16989 ++fi
 1.16990 ++
 1.16991 ++if as_func_failure; then
 1.16992 ++  exitcode=1
 1.16993 ++  echo as_func_failure succeeded.
 1.16994 ++fi
 1.16995 ++
 1.16996 ++if as_func_ret_success; then
 1.16997 ++  :
 1.16998 ++else
 1.16999 ++  exitcode=1
 1.17000 ++  echo as_func_ret_success failed.
 1.17001 ++fi
 1.17002 ++
 1.17003 ++if as_func_ret_failure; then
 1.17004 ++  exitcode=1
 1.17005 ++  echo as_func_ret_failure succeeded.
 1.17006 ++fi
 1.17007 ++
 1.17008 ++if ( set x; as_func_ret_success y && test x = "$1" ); then
 1.17009 ++  :
 1.17010 ++else
 1.17011 ++  exitcode=1
 1.17012 ++  echo positional parameters were not saved.
 1.17013 ++fi
 1.17014 ++
 1.17015 ++test $exitcode = 0) || { (exit 1); exit 1; }
 1.17016 ++
 1.17017 ++(
 1.17018 ++  as_lineno_1=$LINENO
 1.17019 ++  as_lineno_2=$LINENO
 1.17020 ++  test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.17021 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
 1.17022 ++
 1.17023 ++_ASEOF
 1.17024 ++}; then
 1.17025 ++  break
 1.17026 ++fi
 1.17027 ++
 1.17028 ++fi
 1.17029 ++
 1.17030 ++      done
 1.17031 ++
 1.17032 ++      if test "x$CONFIG_SHELL" != x; then
 1.17033 ++  for as_var in BASH_ENV ENV
 1.17034 ++        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.17035 ++        done
 1.17036 ++        export CONFIG_SHELL
 1.17037 ++        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 1.17038 ++fi
 1.17039 ++
 1.17040 ++
 1.17041 ++    if test $as_have_required = no; then
 1.17042 ++  echo This script requires a shell more modern than all the
 1.17043 ++      echo shells that I found on your system.  Please install a
 1.17044 ++      echo modern shell, or manually run the script under such a
 1.17045 ++      echo shell if you do have one.
 1.17046 ++      { (exit 1); exit 1; }
 1.17047 ++fi
 1.17048 ++
 1.17049 ++
 1.17050 ++fi
 1.17051 ++
 1.17052 ++fi
 1.17053 ++
 1.17054 ++
 1.17055 ++
 1.17056 ++(eval "as_func_return () {
 1.17057 ++  (exit \$1)
 1.17058 ++}
 1.17059 ++as_func_success () {
 1.17060 ++  as_func_return 0
 1.17061 ++}
 1.17062 ++as_func_failure () {
 1.17063 ++  as_func_return 1
 1.17064 ++}
 1.17065 ++as_func_ret_success () {
 1.17066 ++  return 0
 1.17067 ++}
 1.17068 ++as_func_ret_failure () {
 1.17069 ++  return 1
 1.17070 ++}
 1.17071 ++
 1.17072 ++exitcode=0
 1.17073 ++if as_func_success; then
 1.17074 ++  :
 1.17075 ++else
 1.17076 ++  exitcode=1
 1.17077 ++  echo as_func_success failed.
 1.17078 ++fi
 1.17079 ++
 1.17080 ++if as_func_failure; then
 1.17081 ++  exitcode=1
 1.17082 ++  echo as_func_failure succeeded.
 1.17083 ++fi
 1.17084 ++
 1.17085 ++if as_func_ret_success; then
 1.17086 ++  :
 1.17087 ++else
 1.17088 ++  exitcode=1
 1.17089 ++  echo as_func_ret_success failed.
 1.17090 ++fi
 1.17091 ++
 1.17092 ++if as_func_ret_failure; then
 1.17093 ++  exitcode=1
 1.17094 ++  echo as_func_ret_failure succeeded.
 1.17095 ++fi
 1.17096 ++
 1.17097 ++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 1.17098 ++  :
 1.17099 ++else
 1.17100 ++  exitcode=1
 1.17101 ++  echo positional parameters were not saved.
 1.17102 ++fi
 1.17103 ++
 1.17104 ++test \$exitcode = 0") || {
 1.17105 ++  echo No shell found that supports shell functions.
 1.17106 ++  echo Please tell autoconf@gnu.org about your system,
 1.17107 ++  echo including any error possibly output before this
 1.17108 ++  echo message
 1.17109 ++}
 1.17110 ++
 1.17111 ++
 1.17112 ++
 1.17113 ++  as_lineno_1=$LINENO
 1.17114 ++  as_lineno_2=$LINENO
 1.17115 ++  test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.17116 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 1.17117 ++
 1.17118 ++  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 1.17119 ++  # uniformly replaced by the line number.  The first 'sed' inserts a
 1.17120 ++  # line-number line after each line using $LINENO; the second 'sed'
 1.17121 ++  # does the real work.  The second script uses 'N' to pair each
 1.17122 ++  # line-number line with the line containing $LINENO, and appends
 1.17123 ++  # trailing '-' during substitution so that $LINENO is not a special
 1.17124 ++  # case at line end.
 1.17125 ++  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 1.17126 ++  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 1.17127 ++  # E. McMahon (1931-1989) for sed's syntax.  :-)
 1.17128 ++  sed -n '
 1.17129 ++    p
 1.17130 ++    /[$]LINENO/=
 1.17131 ++  ' <$as_myself |
 1.17132 ++    sed '
 1.17133 ++      s/[$]LINENO.*/&-/
 1.17134 ++      t lineno
 1.17135 ++      b
 1.17136 ++      :lineno
 1.17137 ++      N
 1.17138 ++      :loop
 1.17139 ++      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 1.17140 ++      t loop
 1.17141 ++      s/-\n.*//
 1.17142 ++    ' >$as_me.lineno &&
 1.17143 ++  chmod +x "$as_me.lineno" ||
 1.17144 ++    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 1.17145 ++   { (exit 1); exit 1; }; }
 1.17146 ++
 1.17147 ++  # Don't try to exec as it changes $[0], causing all sort of problems
 1.17148 ++  # (the dirname of $[0] is not the place where we might find the
 1.17149 ++  # original and so on.  Autoconf is especially sensitive to this).
 1.17150 ++  . "./$as_me.lineno"
 1.17151 ++  # Exit status is that of the last command.
 1.17152 ++  exit
 1.17153 ++}
 1.17154 ++
 1.17155 ++
 1.17156 ++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 1.17157 ++  as_dirname=dirname
 1.17158 ++else
 1.17159 ++  as_dirname=false
 1.17160 ++fi
 1.17161 ++
 1.17162 ++ECHO_C= ECHO_N= ECHO_T=
 1.17163 ++case `echo -n x` in
 1.17164 ++-n*)
 1.17165 ++  case `echo 'x\c'` in
 1.17166 ++  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 1.17167 ++  *)   ECHO_C='\c';;
 1.17168 ++  esac;;
 1.17169 ++*)
 1.17170 ++  ECHO_N='-n';;
 1.17171 ++esac
 1.17172 ++
 1.17173 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.17174 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.17175 ++  as_expr=expr
 1.17176 ++else
 1.17177 ++  as_expr=false
 1.17178 ++fi
 1.17179 ++
 1.17180 ++rm -f conf$$ conf$$.exe conf$$.file
 1.17181 ++if test -d conf$$.dir; then
 1.17182 ++  rm -f conf$$.dir/conf$$.file
 1.17183 ++else
 1.17184 ++  rm -f conf$$.dir
 1.17185 ++  mkdir conf$$.dir
 1.17186 ++fi
 1.17187 ++echo >conf$$.file
 1.17188 ++if ln -s conf$$.file conf$$ 2>/dev/null; then
 1.17189 ++  as_ln_s='ln -s'
 1.17190 ++  # ... but there are two gotchas:
 1.17191 ++  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 1.17192 ++  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 1.17193 ++  # In both cases, we have to default to `cp -p'.
 1.17194 ++  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 1.17195 ++    as_ln_s='cp -p'
 1.17196 ++elif ln conf$$.file conf$$ 2>/dev/null; then
 1.17197 ++  as_ln_s=ln
 1.17198 ++else
 1.17199 ++  as_ln_s='cp -p'
 1.17200 ++fi
 1.17201 ++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 1.17202 ++rmdir conf$$.dir 2>/dev/null
 1.17203 ++
 1.17204 ++if mkdir -p . 2>/dev/null; then
 1.17205 ++  as_mkdir_p=:
 1.17206 ++else
 1.17207 ++  test -d ./-p && rmdir ./-p
 1.17208 ++  as_mkdir_p=false
 1.17209 ++fi
 1.17210 ++
 1.17211 ++if test -x / >/dev/null 2>&1; then
 1.17212 ++  as_test_x='test -x'
 1.17213 ++else
 1.17214 ++  if ls -dL / >/dev/null 2>&1; then
 1.17215 ++    as_ls_L_option=L
 1.17216 ++  else
 1.17217 ++    as_ls_L_option=
 1.17218 ++  fi
 1.17219 ++  as_test_x='
 1.17220 ++    eval sh -c '\''
 1.17221 ++      if test -d "$1"; then
 1.17222 ++        test -d "$1/.";
 1.17223 ++      else
 1.17224 ++	case $1 in
 1.17225 ++        -*)set "./$1";;
 1.17226 ++	esac;
 1.17227 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 1.17228 ++	???[sx]*):;;*)false;;esac;fi
 1.17229 ++    '\'' sh
 1.17230 ++  '
 1.17231 ++fi
 1.17232 ++as_executable_p=$as_test_x
 1.17233 ++
 1.17234 ++# Sed expression to map a string onto a valid CPP name.
 1.17235 ++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 1.17236 ++
 1.17237 ++# Sed expression to map a string onto a valid variable name.
 1.17238 ++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 1.17239 ++
 1.17240 ++
 1.17241 ++
 1.17242 ++exec 7<&0 </dev/null 6>&1
 1.17243 ++
 1.17244 ++# Name of the host.
 1.17245 ++# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 1.17246 ++# so uname gets run too.
 1.17247 ++ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 1.17248 ++
 1.17249 ++#
 1.17250 ++# Initializations.
 1.17251 ++#
 1.17252 ++ac_default_prefix=/usr/local
 1.17253 ++ac_clean_files=
 1.17254 ++ac_config_libobj_dir=.
 1.17255 ++LIBOBJS=
 1.17256 ++cross_compiling=no
 1.17257 ++subdirs=
 1.17258 ++MFLAGS=
 1.17259 ++MAKEFLAGS=
 1.17260 ++SHELL=${CONFIG_SHELL-/bin/sh}
 1.17261 ++
 1.17262 ++# Identity of this package.
 1.17263 ++PACKAGE_NAME='newlib'
 1.17264 ++PACKAGE_TARNAME='newlib'
 1.17265 ++PACKAGE_VERSION='NEWLIB_VERSION'
 1.17266 ++PACKAGE_STRING='newlib NEWLIB_VERSION'
 1.17267 ++PACKAGE_BUGREPORT=''
 1.17268 ++
 1.17269 ++ac_subst_vars='SHELL
 1.17270 ++PATH_SEPARATOR
 1.17271 ++PACKAGE_NAME
 1.17272 ++PACKAGE_TARNAME
 1.17273 ++PACKAGE_VERSION
 1.17274 ++PACKAGE_STRING
 1.17275 ++PACKAGE_BUGREPORT
 1.17276 ++exec_prefix
 1.17277 ++prefix
 1.17278 ++program_transform_name
 1.17279 ++bindir
 1.17280 ++sbindir
 1.17281 ++libexecdir
 1.17282 ++datarootdir
 1.17283 ++datadir
 1.17284 ++sysconfdir
 1.17285 ++sharedstatedir
 1.17286 ++localstatedir
 1.17287 ++includedir
 1.17288 ++oldincludedir
 1.17289 ++docdir
 1.17290 ++infodir
 1.17291 ++htmldir
 1.17292 ++dvidir
 1.17293 ++pdfdir
 1.17294 ++psdir
 1.17295 ++libdir
 1.17296 ++localedir
 1.17297 ++mandir
 1.17298 ++DEFS
 1.17299 ++ECHO_C
 1.17300 ++ECHO_N
 1.17301 ++ECHO_T
 1.17302 ++LIBS
 1.17303 ++build_alias
 1.17304 ++host_alias
 1.17305 ++target_alias
 1.17306 ++MAY_SUPPLY_SYSCALLS_TRUE
 1.17307 ++MAY_SUPPLY_SYSCALLS_FALSE
 1.17308 ++newlib_basedir
 1.17309 ++build
 1.17310 ++build_cpu
 1.17311 ++build_vendor
 1.17312 ++build_os
 1.17313 ++host
 1.17314 ++host_cpu
 1.17315 ++host_vendor
 1.17316 ++host_os
 1.17317 ++target
 1.17318 ++target_cpu
 1.17319 ++target_vendor
 1.17320 ++target_os
 1.17321 ++INSTALL_PROGRAM
 1.17322 ++INSTALL_SCRIPT
 1.17323 ++INSTALL_DATA
 1.17324 ++PACKAGE
 1.17325 ++VERSION
 1.17326 ++ACLOCAL
 1.17327 ++AUTOCONF
 1.17328 ++AUTOMAKE
 1.17329 ++AUTOHEADER
 1.17330 ++MAKEINFO
 1.17331 ++SET_MAKE
 1.17332 ++CC
 1.17333 ++AS
 1.17334 ++AR
 1.17335 ++RANLIB
 1.17336 ++MAINTAINER_MODE_TRUE
 1.17337 ++MAINTAINER_MODE_FALSE
 1.17338 ++MAINT
 1.17339 ++NEWLIB_CFLAGS
 1.17340 ++LDFLAGS
 1.17341 ++ELIX_LEVEL_0_TRUE
 1.17342 ++ELIX_LEVEL_0_FALSE
 1.17343 ++ELIX_LEVEL_1_TRUE
 1.17344 ++ELIX_LEVEL_1_FALSE
 1.17345 ++ELIX_LEVEL_2_TRUE
 1.17346 ++ELIX_LEVEL_2_FALSE
 1.17347 ++ELIX_LEVEL_3_TRUE
 1.17348 ++ELIX_LEVEL_3_FALSE
 1.17349 ++ELIX_LEVEL_4_TRUE
 1.17350 ++ELIX_LEVEL_4_FALSE
 1.17351 ++USE_LIBTOOL_TRUE
 1.17352 ++USE_LIBTOOL_FALSE
 1.17353 ++OBJEXT
 1.17354 ++oext
 1.17355 ++aext
 1.17356 ++libm_machine_dir
 1.17357 ++machine_dir
 1.17358 ++sys_dir
 1.17359 ++LIBOBJS
 1.17360 ++LTLIBOBJS'
 1.17361 ++ac_subst_files=''
 1.17362 ++      ac_precious_vars='build_alias
 1.17363 ++host_alias
 1.17364 ++target_alias'
 1.17365 ++
 1.17366 ++
 1.17367 ++# Initialize some variables set by options.
 1.17368 ++ac_init_help=
 1.17369 ++ac_init_version=false
 1.17370 ++# The variables have the same names as the options, with
 1.17371 ++# dashes changed to underlines.
 1.17372 ++cache_file=/dev/null
 1.17373 ++exec_prefix=NONE
 1.17374 ++no_create=
 1.17375 ++no_recursion=
 1.17376 ++prefix=NONE
 1.17377 ++program_prefix=NONE
 1.17378 ++program_suffix=NONE
 1.17379 ++program_transform_name=s,x,x,
 1.17380 ++silent=
 1.17381 ++site=
 1.17382 ++srcdir=
 1.17383 ++verbose=
 1.17384 ++x_includes=NONE
 1.17385 ++x_libraries=NONE
 1.17386 ++
 1.17387 ++# Installation directory options.
 1.17388 ++# These are left unexpanded so users can "make install exec_prefix=/foo"
 1.17389 ++# and all the variables that are supposed to be based on exec_prefix
 1.17390 ++# by default will actually change.
 1.17391 ++# Use braces instead of parens because sh, perl, etc. also accept them.
 1.17392 ++# (The list follows the same order as the GNU Coding Standards.)
 1.17393 ++bindir='${exec_prefix}/bin'
 1.17394 ++sbindir='${exec_prefix}/sbin'
 1.17395 ++libexecdir='${exec_prefix}/libexec'
 1.17396 ++datarootdir='${prefix}/share'
 1.17397 ++datadir='${datarootdir}'
 1.17398 ++sysconfdir='${prefix}/etc'
 1.17399 ++sharedstatedir='${prefix}/com'
 1.17400 ++localstatedir='${prefix}/var'
 1.17401 ++includedir='${prefix}/include'
 1.17402 ++oldincludedir='/usr/include'
 1.17403 ++docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 1.17404 ++infodir='${datarootdir}/info'
 1.17405 ++htmldir='${docdir}'
 1.17406 ++dvidir='${docdir}'
 1.17407 ++pdfdir='${docdir}'
 1.17408 ++psdir='${docdir}'
 1.17409 ++libdir='${exec_prefix}/lib'
 1.17410 ++localedir='${datarootdir}/locale'
 1.17411 ++mandir='${datarootdir}/man'
 1.17412 ++
 1.17413 ++ac_prev=
 1.17414 ++ac_dashdash=
 1.17415 ++for ac_option
 1.17416 ++do
 1.17417 ++  # If the previous option needs an argument, assign it.
 1.17418 ++  if test -n "$ac_prev"; then
 1.17419 ++    eval $ac_prev=\$ac_option
 1.17420 ++    ac_prev=
 1.17421 ++    continue
 1.17422 ++  fi
 1.17423 ++
 1.17424 ++  case $ac_option in
 1.17425 ++  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 1.17426 ++  *)	ac_optarg=yes ;;
 1.17427 ++  esac
 1.17428 ++
 1.17429 ++  # Accept the important Cygnus configure options, so we can diagnose typos.
 1.17430 ++
 1.17431 ++  case $ac_dashdash$ac_option in
 1.17432 ++  --)
 1.17433 ++    ac_dashdash=yes ;;
 1.17434 ++
 1.17435 ++  -bindir | --bindir | --bindi | --bind | --bin | --bi)
 1.17436 ++    ac_prev=bindir ;;
 1.17437 ++  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
 1.17438 ++    bindir=$ac_optarg ;;
 1.17439 ++
 1.17440 ++  -build | --build | --buil | --bui | --bu)
 1.17441 ++    ac_prev=build_alias ;;
 1.17442 ++  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
 1.17443 ++    build_alias=$ac_optarg ;;
 1.17444 ++
 1.17445 ++  -cache-file | --cache-file | --cache-fil | --cache-fi \
 1.17446 ++  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
 1.17447 ++    ac_prev=cache_file ;;
 1.17448 ++  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
 1.17449 ++  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
 1.17450 ++    cache_file=$ac_optarg ;;
 1.17451 ++
 1.17452 ++  --config-cache | -C)
 1.17453 ++    cache_file=config.cache ;;
 1.17454 ++
 1.17455 ++  -datadir | --datadir | --datadi | --datad)
 1.17456 ++    ac_prev=datadir ;;
 1.17457 ++  -datadir=* | --datadir=* | --datadi=* | --datad=*)
 1.17458 ++    datadir=$ac_optarg ;;
 1.17459 ++
 1.17460 ++  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 1.17461 ++  | --dataroo | --dataro | --datar)
 1.17462 ++    ac_prev=datarootdir ;;
 1.17463 ++  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 1.17464 ++  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
 1.17465 ++    datarootdir=$ac_optarg ;;
 1.17466 ++
 1.17467 ++  -disable-* | --disable-*)
 1.17468 ++    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 1.17469 ++    # Reject names that are not valid shell variable names.
 1.17470 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1.17471 ++      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 1.17472 ++   { (exit 1); exit 1; }; }
 1.17473 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 1.17474 ++    eval enable_$ac_feature=no ;;
 1.17475 ++
 1.17476 ++  -docdir | --docdir | --docdi | --doc | --do)
 1.17477 ++    ac_prev=docdir ;;
 1.17478 ++  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 1.17479 ++    docdir=$ac_optarg ;;
 1.17480 ++
 1.17481 ++  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
 1.17482 ++    ac_prev=dvidir ;;
 1.17483 ++  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
 1.17484 ++    dvidir=$ac_optarg ;;
 1.17485 ++
 1.17486 ++  -enable-* | --enable-*)
 1.17487 ++    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 1.17488 ++    # Reject names that are not valid shell variable names.
 1.17489 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1.17490 ++      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 1.17491 ++   { (exit 1); exit 1; }; }
 1.17492 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 1.17493 ++    eval enable_$ac_feature=\$ac_optarg ;;
 1.17494 ++
 1.17495 ++  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 1.17496 ++  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 1.17497 ++  | --exec | --exe | --ex)
 1.17498 ++    ac_prev=exec_prefix ;;
 1.17499 ++  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
 1.17500 ++  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
 1.17501 ++  | --exec=* | --exe=* | --ex=*)
 1.17502 ++    exec_prefix=$ac_optarg ;;
 1.17503 ++
 1.17504 ++  -gas | --gas | --ga | --g)
 1.17505 ++    # Obsolete; use --with-gas.
 1.17506 ++    with_gas=yes ;;
 1.17507 ++
 1.17508 ++  -help | --help | --hel | --he | -h)
 1.17509 ++    ac_init_help=long ;;
 1.17510 ++  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
 1.17511 ++    ac_init_help=recursive ;;
 1.17512 ++  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
 1.17513 ++    ac_init_help=short ;;
 1.17514 ++
 1.17515 ++  -host | --host | --hos | --ho)
 1.17516 ++    ac_prev=host_alias ;;
 1.17517 ++  -host=* | --host=* | --hos=* | --ho=*)
 1.17518 ++    host_alias=$ac_optarg ;;
 1.17519 ++
 1.17520 ++  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
 1.17521 ++    ac_prev=htmldir ;;
 1.17522 ++  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 1.17523 ++  | --ht=*)
 1.17524 ++    htmldir=$ac_optarg ;;
 1.17525 ++
 1.17526 ++  -includedir | --includedir | --includedi | --included | --include \
 1.17527 ++  | --includ | --inclu | --incl | --inc)
 1.17528 ++    ac_prev=includedir ;;
 1.17529 ++  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
 1.17530 ++  | --includ=* | --inclu=* | --incl=* | --inc=*)
 1.17531 ++    includedir=$ac_optarg ;;
 1.17532 ++
 1.17533 ++  -infodir | --infodir | --infodi | --infod | --info | --inf)
 1.17534 ++    ac_prev=infodir ;;
 1.17535 ++  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
 1.17536 ++    infodir=$ac_optarg ;;
 1.17537 ++
 1.17538 ++  -libdir | --libdir | --libdi | --libd)
 1.17539 ++    ac_prev=libdir ;;
 1.17540 ++  -libdir=* | --libdir=* | --libdi=* | --libd=*)
 1.17541 ++    libdir=$ac_optarg ;;
 1.17542 ++
 1.17543 ++  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
 1.17544 ++  | --libexe | --libex | --libe)
 1.17545 ++    ac_prev=libexecdir ;;
 1.17546 ++  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
 1.17547 ++  | --libexe=* | --libex=* | --libe=*)
 1.17548 ++    libexecdir=$ac_optarg ;;
 1.17549 ++
 1.17550 ++  -localedir | --localedir | --localedi | --localed | --locale)
 1.17551 ++    ac_prev=localedir ;;
 1.17552 ++  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
 1.17553 ++    localedir=$ac_optarg ;;
 1.17554 ++
 1.17555 ++  -localstatedir | --localstatedir | --localstatedi | --localstated \
 1.17556 ++  | --localstate | --localstat | --localsta | --localst | --locals)
 1.17557 ++    ac_prev=localstatedir ;;
 1.17558 ++  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 1.17559 ++  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
 1.17560 ++    localstatedir=$ac_optarg ;;
 1.17561 ++
 1.17562 ++  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
 1.17563 ++    ac_prev=mandir ;;
 1.17564 ++  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
 1.17565 ++    mandir=$ac_optarg ;;
 1.17566 ++
 1.17567 ++  -nfp | --nfp | --nf)
 1.17568 ++    # Obsolete; use --without-fp.
 1.17569 ++    with_fp=no ;;
 1.17570 ++
 1.17571 ++  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
 1.17572 ++  | --no-cr | --no-c | -n)
 1.17573 ++    no_create=yes ;;
 1.17574 ++
 1.17575 ++  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
 1.17576 ++  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
 1.17577 ++    no_recursion=yes ;;
 1.17578 ++
 1.17579 ++  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
 1.17580 ++  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
 1.17581 ++  | --oldin | --oldi | --old | --ol | --o)
 1.17582 ++    ac_prev=oldincludedir ;;
 1.17583 ++  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
 1.17584 ++  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
 1.17585 ++  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
 1.17586 ++    oldincludedir=$ac_optarg ;;
 1.17587 ++
 1.17588 ++  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
 1.17589 ++    ac_prev=prefix ;;
 1.17590 ++  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
 1.17591 ++    prefix=$ac_optarg ;;
 1.17592 ++
 1.17593 ++  -program-prefix | --program-prefix | --program-prefi | --program-pref \
 1.17594 ++  | --program-pre | --program-pr | --program-p)
 1.17595 ++    ac_prev=program_prefix ;;
 1.17596 ++  -program-prefix=* | --program-prefix=* | --program-prefi=* \
 1.17597 ++  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
 1.17598 ++    program_prefix=$ac_optarg ;;
 1.17599 ++
 1.17600 ++  -program-suffix | --program-suffix | --program-suffi | --program-suff \
 1.17601 ++  | --program-suf | --program-su | --program-s)
 1.17602 ++    ac_prev=program_suffix ;;
 1.17603 ++  -program-suffix=* | --program-suffix=* | --program-suffi=* \
 1.17604 ++  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
 1.17605 ++    program_suffix=$ac_optarg ;;
 1.17606 ++
 1.17607 ++  -program-transform-name | --program-transform-name \
 1.17608 ++  | --program-transform-nam | --program-transform-na \
 1.17609 ++  | --program-transform-n | --program-transform- \
 1.17610 ++  | --program-transform | --program-transfor \
 1.17611 ++  | --program-transfo | --program-transf \
 1.17612 ++  | --program-trans | --program-tran \
 1.17613 ++  | --progr-tra | --program-tr | --program-t)
 1.17614 ++    ac_prev=program_transform_name ;;
 1.17615 ++  -program-transform-name=* | --program-transform-name=* \
 1.17616 ++  | --program-transform-nam=* | --program-transform-na=* \
 1.17617 ++  | --program-transform-n=* | --program-transform-=* \
 1.17618 ++  | --program-transform=* | --program-transfor=* \
 1.17619 ++  | --program-transfo=* | --program-transf=* \
 1.17620 ++  | --program-trans=* | --program-tran=* \
 1.17621 ++  | --progr-tra=* | --program-tr=* | --program-t=*)
 1.17622 ++    program_transform_name=$ac_optarg ;;
 1.17623 ++
 1.17624 ++  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
 1.17625 ++    ac_prev=pdfdir ;;
 1.17626 ++  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
 1.17627 ++    pdfdir=$ac_optarg ;;
 1.17628 ++
 1.17629 ++  -psdir | --psdir | --psdi | --psd | --ps)
 1.17630 ++    ac_prev=psdir ;;
 1.17631 ++  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
 1.17632 ++    psdir=$ac_optarg ;;
 1.17633 ++
 1.17634 ++  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 1.17635 ++  | -silent | --silent | --silen | --sile | --sil)
 1.17636 ++    silent=yes ;;
 1.17637 ++
 1.17638 ++  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
 1.17639 ++    ac_prev=sbindir ;;
 1.17640 ++  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
 1.17641 ++  | --sbi=* | --sb=*)
 1.17642 ++    sbindir=$ac_optarg ;;
 1.17643 ++
 1.17644 ++  -sharedstatedir | --sharedstatedir | --sharedstatedi \
 1.17645 ++  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
 1.17646 ++  | --sharedst | --shareds | --shared | --share | --shar \
 1.17647 ++  | --sha | --sh)
 1.17648 ++    ac_prev=sharedstatedir ;;
 1.17649 ++  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
 1.17650 ++  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
 1.17651 ++  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
 1.17652 ++  | --sha=* | --sh=*)
 1.17653 ++    sharedstatedir=$ac_optarg ;;
 1.17654 ++
 1.17655 ++  -site | --site | --sit)
 1.17656 ++    ac_prev=site ;;
 1.17657 ++  -site=* | --site=* | --sit=*)
 1.17658 ++    site=$ac_optarg ;;
 1.17659 ++
 1.17660 ++  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
 1.17661 ++    ac_prev=srcdir ;;
 1.17662 ++  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
 1.17663 ++    srcdir=$ac_optarg ;;
 1.17664 ++
 1.17665 ++  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
 1.17666 ++  | --syscon | --sysco | --sysc | --sys | --sy)
 1.17667 ++    ac_prev=sysconfdir ;;
 1.17668 ++  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
 1.17669 ++  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
 1.17670 ++    sysconfdir=$ac_optarg ;;
 1.17671 ++
 1.17672 ++  -target | --target | --targe | --targ | --tar | --ta | --t)
 1.17673 ++    ac_prev=target_alias ;;
 1.17674 ++  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
 1.17675 ++    target_alias=$ac_optarg ;;
 1.17676 ++
 1.17677 ++  -v | -verbose | --verbose | --verbos | --verbo | --verb)
 1.17678 ++    verbose=yes ;;
 1.17679 ++
 1.17680 ++  -version | --version | --versio | --versi | --vers | -V)
 1.17681 ++    ac_init_version=: ;;
 1.17682 ++
 1.17683 ++  -with-* | --with-*)
 1.17684 ++    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 1.17685 ++    # Reject names that are not valid shell variable names.
 1.17686 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1.17687 ++      { echo "$as_me: error: invalid package name: $ac_package" >&2
 1.17688 ++   { (exit 1); exit 1; }; }
 1.17689 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 1.17690 ++    eval with_$ac_package=\$ac_optarg ;;
 1.17691 ++
 1.17692 ++  -without-* | --without-*)
 1.17693 ++    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 1.17694 ++    # Reject names that are not valid shell variable names.
 1.17695 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1.17696 ++      { echo "$as_me: error: invalid package name: $ac_package" >&2
 1.17697 ++   { (exit 1); exit 1; }; }
 1.17698 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 1.17699 ++    eval with_$ac_package=no ;;
 1.17700 ++
 1.17701 ++  --x)
 1.17702 ++    # Obsolete; use --with-x.
 1.17703 ++    with_x=yes ;;
 1.17704 ++
 1.17705 ++  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
 1.17706 ++  | --x-incl | --x-inc | --x-in | --x-i)
 1.17707 ++    ac_prev=x_includes ;;
 1.17708 ++  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
 1.17709 ++  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
 1.17710 ++    x_includes=$ac_optarg ;;
 1.17711 ++
 1.17712 ++  -x-libraries | --x-libraries | --x-librarie | --x-librari \
 1.17713 ++  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
 1.17714 ++    ac_prev=x_libraries ;;
 1.17715 ++  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
 1.17716 ++  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 1.17717 ++    x_libraries=$ac_optarg ;;
 1.17718 ++
 1.17719 ++  -*) { echo "$as_me: error: unrecognized option: $ac_option
 1.17720 ++Try \`$0 --help' for more information." >&2
 1.17721 ++   { (exit 1); exit 1; }; }
 1.17722 ++    ;;
 1.17723 ++
 1.17724 ++  *=*)
 1.17725 ++    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 1.17726 ++    # Reject names that are not valid shell variable names.
 1.17727 ++    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 1.17728 ++      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 1.17729 ++   { (exit 1); exit 1; }; }
 1.17730 ++    eval $ac_envvar=\$ac_optarg
 1.17731 ++    export $ac_envvar ;;
 1.17732 ++
 1.17733 ++  *)
 1.17734 ++    # FIXME: should be removed in autoconf 3.0.
 1.17735 ++    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 1.17736 ++    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1.17737 ++      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 1.17738 ++    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 1.17739 ++    ;;
 1.17740 ++
 1.17741 ++  esac
 1.17742 ++done
 1.17743 ++
 1.17744 ++if test -n "$ac_prev"; then
 1.17745 ++  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 1.17746 ++  { echo "$as_me: error: missing argument to $ac_option" >&2
 1.17747 ++   { (exit 1); exit 1; }; }
 1.17748 ++fi
 1.17749 ++
 1.17750 ++# Be sure to have absolute directory names.
 1.17751 ++for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
 1.17752 ++		datadir sysconfdir sharedstatedir localstatedir includedir \
 1.17753 ++		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 1.17754 ++		libdir localedir mandir
 1.17755 ++do
 1.17756 ++  eval ac_val=\$$ac_var
 1.17757 ++  case $ac_val in
 1.17758 ++    [\\/$]* | ?:[\\/]* )  continue;;
 1.17759 ++    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 1.17760 ++  esac
 1.17761 ++  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 1.17762 ++   { (exit 1); exit 1; }; }
 1.17763 ++done
 1.17764 ++
 1.17765 ++# There might be people who depend on the old broken behavior: `$host'
 1.17766 ++# used to hold the argument of --host etc.
 1.17767 ++# FIXME: To remove some day.
 1.17768 ++build=$build_alias
 1.17769 ++host=$host_alias
 1.17770 ++target=$target_alias
 1.17771 ++
 1.17772 ++# FIXME: To remove some day.
 1.17773 ++if test "x$host_alias" != x; then
 1.17774 ++  if test "x$build_alias" = x; then
 1.17775 ++    cross_compiling=maybe
 1.17776 ++    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 1.17777 ++    If a cross compiler is detected then cross compile mode will be used." >&2
 1.17778 ++  elif test "x$build_alias" != "x$host_alias"; then
 1.17779 ++    cross_compiling=yes
 1.17780 ++  fi
 1.17781 ++fi
 1.17782 ++
 1.17783 ++ac_tool_prefix=
 1.17784 ++test -n "$host_alias" && ac_tool_prefix=$host_alias-
 1.17785 ++
 1.17786 ++test "$silent" = yes && exec 6>/dev/null
 1.17787 ++
 1.17788 ++
 1.17789 ++ac_pwd=`pwd` && test -n "$ac_pwd" &&
 1.17790 ++ac_ls_di=`ls -di .` &&
 1.17791 ++ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 1.17792 ++  { echo "$as_me: error: Working directory cannot be determined" >&2
 1.17793 ++   { (exit 1); exit 1; }; }
 1.17794 ++test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 1.17795 ++  { echo "$as_me: error: pwd does not report name of working directory" >&2
 1.17796 ++   { (exit 1); exit 1; }; }
 1.17797 ++
 1.17798 ++
 1.17799 ++# Find the source files, if location was not specified.
 1.17800 ++if test -z "$srcdir"; then
 1.17801 ++  ac_srcdir_defaulted=yes
 1.17802 ++  # Try the directory containing this script, then the parent directory.
 1.17803 ++  ac_confdir=`$as_dirname -- "$0" ||
 1.17804 ++$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.17805 ++	 X"$0" : 'X\(//\)[^/]' \| \
 1.17806 ++	 X"$0" : 'X\(//\)$' \| \
 1.17807 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 1.17808 ++echo X"$0" |
 1.17809 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.17810 ++	    s//\1/
 1.17811 ++	    q
 1.17812 ++	  }
 1.17813 ++	  /^X\(\/\/\)[^/].*/{
 1.17814 ++	    s//\1/
 1.17815 ++	    q
 1.17816 ++	  }
 1.17817 ++	  /^X\(\/\/\)$/{
 1.17818 ++	    s//\1/
 1.17819 ++	    q
 1.17820 ++	  }
 1.17821 ++	  /^X\(\/\).*/{
 1.17822 ++	    s//\1/
 1.17823 ++	    q
 1.17824 ++	  }
 1.17825 ++	  s/.*/./; q'`
 1.17826 ++  srcdir=$ac_confdir
 1.17827 ++  if test ! -r "$srcdir/$ac_unique_file"; then
 1.17828 ++    srcdir=..
 1.17829 ++  fi
 1.17830 ++else
 1.17831 ++  ac_srcdir_defaulted=no
 1.17832 ++fi
 1.17833 ++if test ! -r "$srcdir/$ac_unique_file"; then
 1.17834 ++  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 1.17835 ++  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 1.17836 ++   { (exit 1); exit 1; }; }
 1.17837 ++fi
 1.17838 ++ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 1.17839 ++ac_abs_confdir=`(
 1.17840 ++	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 1.17841 ++   { (exit 1); exit 1; }; }
 1.17842 ++	pwd)`
 1.17843 ++# When building in place, set srcdir=.
 1.17844 ++if test "$ac_abs_confdir" = "$ac_pwd"; then
 1.17845 ++  srcdir=.
 1.17846 ++fi
 1.17847 ++# Remove unnecessary trailing slashes from srcdir.
 1.17848 ++# Double slashes in file names in object file debugging info
 1.17849 ++# mess up M-x gdb in Emacs.
 1.17850 ++case $srcdir in
 1.17851 ++*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 1.17852 ++esac
 1.17853 ++for ac_var in $ac_precious_vars; do
 1.17854 ++  eval ac_env_${ac_var}_set=\${${ac_var}+set}
 1.17855 ++  eval ac_env_${ac_var}_value=\$${ac_var}
 1.17856 ++  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 1.17857 ++  eval ac_cv_env_${ac_var}_value=\$${ac_var}
 1.17858 ++done
 1.17859 ++
 1.17860 ++#
 1.17861 ++# Report the --help message.
 1.17862 ++#
 1.17863 ++if test "$ac_init_help" = "long"; then
 1.17864 ++  # Omit some internal or obsolete options to make the list less imposing.
 1.17865 ++  # This message is too long to be a string in the A/UX 3.1 sh.
 1.17866 ++  cat <<_ACEOF
 1.17867 ++\`configure' configures newlib NEWLIB_VERSION to adapt to many kinds of systems.
 1.17868 ++
 1.17869 ++Usage: $0 [OPTION]... [VAR=VALUE]...
 1.17870 ++
 1.17871 ++To assign environment variables (e.g., CC, CFLAGS...), specify them as
 1.17872 ++VAR=VALUE.  See below for descriptions of some of the useful variables.
 1.17873 ++
 1.17874 ++Defaults for the options are specified in brackets.
 1.17875 ++
 1.17876 ++Configuration:
 1.17877 ++  -h, --help              display this help and exit
 1.17878 ++      --help=short        display options specific to this package
 1.17879 ++      --help=recursive    display the short help of all the included packages
 1.17880 ++  -V, --version           display version information and exit
 1.17881 ++  -q, --quiet, --silent   do not print \`checking...' messages
 1.17882 ++      --cache-file=FILE   cache test results in FILE [disabled]
 1.17883 ++  -C, --config-cache      alias for \`--cache-file=config.cache'
 1.17884 ++  -n, --no-create         do not create output files
 1.17885 ++      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 1.17886 ++
 1.17887 ++Installation directories:
 1.17888 ++  --prefix=PREFIX         install architecture-independent files in PREFIX
 1.17889 ++			  [$ac_default_prefix]
 1.17890 ++  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 1.17891 ++			  [PREFIX]
 1.17892 ++
 1.17893 ++By default, \`make install' will install all the files in
 1.17894 ++\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 1.17895 ++an installation prefix other than \`$ac_default_prefix' using \`--prefix',
 1.17896 ++for instance \`--prefix=\$HOME'.
 1.17897 ++
 1.17898 ++For better control, use the options below.
 1.17899 ++
 1.17900 ++Fine tuning of the installation directories:
 1.17901 ++  --bindir=DIR           user executables [EPREFIX/bin]
 1.17902 ++  --sbindir=DIR          system admin executables [EPREFIX/sbin]
 1.17903 ++  --libexecdir=DIR       program executables [EPREFIX/libexec]
 1.17904 ++  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 1.17905 ++  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 1.17906 ++  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 1.17907 ++  --libdir=DIR           object code libraries [EPREFIX/lib]
 1.17908 ++  --includedir=DIR       C header files [PREFIX/include]
 1.17909 ++  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 1.17910 ++  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 1.17911 ++  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 1.17912 ++  --infodir=DIR          info documentation [DATAROOTDIR/info]
 1.17913 ++  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 1.17914 ++  --mandir=DIR           man documentation [DATAROOTDIR/man]
 1.17915 ++  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
 1.17916 ++  --htmldir=DIR          html documentation [DOCDIR]
 1.17917 ++  --dvidir=DIR           dvi documentation [DOCDIR]
 1.17918 ++  --pdfdir=DIR           pdf documentation [DOCDIR]
 1.17919 ++  --psdir=DIR            ps documentation [DOCDIR]
 1.17920 ++_ACEOF
 1.17921 ++
 1.17922 ++  cat <<\_ACEOF
 1.17923 ++
 1.17924 ++Program names:
 1.17925 ++  --program-prefix=PREFIX            prepend PREFIX to installed program names
 1.17926 ++  --program-suffix=SUFFIX            append SUFFIX to installed program names
 1.17927 ++  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
 1.17928 ++
 1.17929 ++System types:
 1.17930 ++  --build=BUILD     configure for building on BUILD [guessed]
 1.17931 ++  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
 1.17932 ++  --target=TARGET   configure for building compilers for TARGET [HOST]
 1.17933 ++_ACEOF
 1.17934 ++fi
 1.17935 ++
 1.17936 ++if test -n "$ac_init_help"; then
 1.17937 ++  case $ac_init_help in
 1.17938 ++     short | recursive ) echo "Configuration of newlib NEWLIB_VERSION:";;
 1.17939 ++   esac
 1.17940 ++  cat <<\_ACEOF
 1.17941 ++
 1.17942 ++Optional Features:
 1.17943 ++  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 1.17944 ++  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 1.17945 ++  --enable-multilib         build many library versions (default)
 1.17946 ++  --enable-target-optspace  optimize for space
 1.17947 ++  --enable-malloc-debugging indicate malloc debugging requested
 1.17948 ++  --enable-newlib-multithread        enable support for multiple threads
 1.17949 ++  --enable-newlib-iconv     enable iconv library support
 1.17950 ++  --enable-newlib-elix-level         supply desired elix library level (1-4)
 1.17951 ++  --disable-newlib-io-float disable printf/scanf family float support
 1.17952 ++  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
 1.17953 ++  --enable-maintainer-mode enable make rules and dependencies not useful
 1.17954 ++                          (and sometimes confusing) to the casual installer
 1.17955 ++
 1.17956 ++_ACEOF
 1.17957 ++ac_status=$?
 1.17958 ++fi
 1.17959 ++
 1.17960 ++if test "$ac_init_help" = "recursive"; then
 1.17961 ++  # If there are subdirs, report their specific --help.
 1.17962 ++  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 1.17963 ++    test -d "$ac_dir" || continue
 1.17964 ++    ac_builddir=.
 1.17965 ++
 1.17966 ++case "$ac_dir" in
 1.17967 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.17968 ++*)
 1.17969 ++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1.17970 ++  # A ".." for each directory in $ac_dir_suffix.
 1.17971 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 1.17972 ++  case $ac_top_builddir_sub in
 1.17973 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.17974 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 1.17975 ++  esac ;;
 1.17976 ++esac
 1.17977 ++ac_abs_top_builddir=$ac_pwd
 1.17978 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
 1.17979 ++# for backward compatibility:
 1.17980 ++ac_top_builddir=$ac_top_build_prefix
 1.17981 ++
 1.17982 ++case $srcdir in
 1.17983 ++  .)  # We are building in place.
 1.17984 ++    ac_srcdir=.
 1.17985 ++    ac_top_srcdir=$ac_top_builddir_sub
 1.17986 ++    ac_abs_top_srcdir=$ac_pwd ;;
 1.17987 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
 1.17988 ++    ac_srcdir=$srcdir$ac_dir_suffix;
 1.17989 ++    ac_top_srcdir=$srcdir
 1.17990 ++    ac_abs_top_srcdir=$srcdir ;;
 1.17991 ++  *) # Relative name.
 1.17992 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 1.17993 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
 1.17994 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 1.17995 ++esac
 1.17996 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 1.17997 ++
 1.17998 ++    cd "$ac_dir" || { ac_status=$?; continue; }
 1.17999 ++    # Check for guested configure.
 1.18000 ++    if test -f "$ac_srcdir/configure.gnu"; then
 1.18001 ++      echo &&
 1.18002 ++      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 1.18003 ++    elif test -f "$ac_srcdir/configure"; then
 1.18004 ++      echo &&
 1.18005 ++      $SHELL "$ac_srcdir/configure" --help=recursive
 1.18006 ++    else
 1.18007 ++      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 1.18008 ++    fi || ac_status=$?
 1.18009 ++    cd "$ac_pwd" || { ac_status=$?; break; }
 1.18010 ++  done
 1.18011 ++fi
 1.18012 ++
 1.18013 ++test -n "$ac_init_help" && exit $ac_status
 1.18014 ++if $ac_init_version; then
 1.18015 ++  cat <<\_ACEOF
 1.18016 ++newlib configure NEWLIB_VERSION
 1.18017 ++generated by GNU Autoconf 2.61
 1.18018 ++
 1.18019 ++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 1.18020 ++2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 1.18021 ++This configure script is free software; the Free Software Foundation
 1.18022 ++gives unlimited permission to copy, distribute and modify it.
 1.18023 ++_ACEOF
 1.18024 ++  exit
 1.18025 ++fi
 1.18026 ++cat >config.log <<_ACEOF
 1.18027 ++This file contains any messages produced by compilers while
 1.18028 ++running configure, to aid debugging if configure makes a mistake.
 1.18029 ++
 1.18030 ++It was created by newlib $as_me NEWLIB_VERSION, which was
 1.18031 ++generated by GNU Autoconf 2.61.  Invocation command line was
 1.18032 ++
 1.18033 ++  $ $0 $@
 1.18034 ++
 1.18035 ++_ACEOF
 1.18036 ++exec 5>>config.log
 1.18037 ++{
 1.18038 ++cat <<_ASUNAME
 1.18039 ++## --------- ##
 1.18040 ++## Platform. ##
 1.18041 ++## --------- ##
 1.18042 ++
 1.18043 ++hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
 1.18044 ++uname -m = `(uname -m) 2>/dev/null || echo unknown`
 1.18045 ++uname -r = `(uname -r) 2>/dev/null || echo unknown`
 1.18046 ++uname -s = `(uname -s) 2>/dev/null || echo unknown`
 1.18047 ++uname -v = `(uname -v) 2>/dev/null || echo unknown`
 1.18048 ++
 1.18049 ++/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
 1.18050 ++/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
 1.18051 ++
 1.18052 ++/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 1.18053 ++/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 1.18054 ++/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 1.18055 ++/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 1.18056 ++/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 1.18057 ++/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 1.18058 ++/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 1.18059 ++
 1.18060 ++_ASUNAME
 1.18061 ++
 1.18062 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.18063 ++for as_dir in $PATH
 1.18064 ++do
 1.18065 ++  IFS=$as_save_IFS
 1.18066 ++  test -z "$as_dir" && as_dir=.
 1.18067 ++  echo "PATH: $as_dir"
 1.18068 ++done
 1.18069 ++IFS=$as_save_IFS
 1.18070 ++
 1.18071 ++} >&5
 1.18072 ++
 1.18073 ++cat >&5 <<_ACEOF
 1.18074 ++
 1.18075 ++
 1.18076 ++## ----------- ##
 1.18077 ++## Core tests. ##
 1.18078 ++## ----------- ##
 1.18079 ++
 1.18080 ++_ACEOF
 1.18081 ++
 1.18082 ++
 1.18083 ++# Keep a trace of the command line.
 1.18084 ++# Strip out --no-create and --no-recursion so they do not pile up.
 1.18085 ++# Strip out --silent because we don't want to record it for future runs.
 1.18086 ++# Also quote any args containing shell meta-characters.
 1.18087 ++# Make two passes to allow for proper duplicate-argument suppression.
 1.18088 ++ac_configure_args=
 1.18089 ++ac_configure_args0=
 1.18090 ++ac_configure_args1=
 1.18091 ++ac_must_keep_next=false
 1.18092 ++for ac_pass in 1 2
 1.18093 ++do
 1.18094 ++  for ac_arg
 1.18095 ++  do
 1.18096 ++    case $ac_arg in
 1.18097 ++    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
 1.18098 ++    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 1.18099 ++    | -silent | --silent | --silen | --sile | --sil)
 1.18100 ++      continue ;;
 1.18101 ++    *\'*)
 1.18102 ++      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 1.18103 ++    esac
 1.18104 ++    case $ac_pass in
 1.18105 ++    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 1.18106 ++    2)
 1.18107 ++      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
 1.18108 ++      if test $ac_must_keep_next = true; then
 1.18109 ++	ac_must_keep_next=false # Got value, back to normal.
 1.18110 ++      else
 1.18111 ++	case $ac_arg in
 1.18112 ++	  *=* | --config-cache | -C | -disable-* | --disable-* \
 1.18113 ++	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 1.18114 ++	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 1.18115 ++	  | -with-* | --with-* | -without-* | --without-* | --x)
 1.18116 ++	    case "$ac_configure_args0 " in
 1.18117 ++	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 1.18118 ++	    esac
 1.18119 ++	    ;;
 1.18120 ++	  -* ) ac_must_keep_next=true ;;
 1.18121 ++	esac
 1.18122 ++      fi
 1.18123 ++      ac_configure_args="$ac_configure_args '$ac_arg'"
 1.18124 ++      ;;
 1.18125 ++    esac
 1.18126 ++  done
 1.18127 ++done
 1.18128 ++$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
 1.18129 ++$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
 1.18130 ++
 1.18131 ++# When interrupted or exit'd, cleanup temporary files, and complete
 1.18132 ++# config.log.  We remove comments because anyway the quotes in there
 1.18133 ++# would cause problems or look ugly.
 1.18134 ++# WARNING: Use '\'' to represent an apostrophe within the trap.
 1.18135 ++# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 1.18136 ++trap 'exit_status=$?
 1.18137 ++  # Save into config.log some information that might help in debugging.
 1.18138 ++  {
 1.18139 ++    echo
 1.18140 ++
 1.18141 ++    cat <<\_ASBOX
 1.18142 ++## ---------------- ##
 1.18143 ++## Cache variables. ##
 1.18144 ++## ---------------- ##
 1.18145 ++_ASBOX
 1.18146 ++    echo
 1.18147 ++    # The following way of writing the cache mishandles newlines in values,
 1.18148 ++(
 1.18149 ++  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 1.18150 ++    eval ac_val=\$$ac_var
 1.18151 ++    case $ac_val in #(
 1.18152 ++    *${as_nl}*)
 1.18153 ++      case $ac_var in #(
 1.18154 ++      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 1.18155 ++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 1.18156 ++      esac
 1.18157 ++      case $ac_var in #(
 1.18158 ++      _ | IFS | as_nl) ;; #(
 1.18159 ++      *) $as_unset $ac_var ;;
 1.18160 ++      esac ;;
 1.18161 ++    esac
 1.18162 ++  done
 1.18163 ++  (set) 2>&1 |
 1.18164 ++    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 1.18165 ++    *${as_nl}ac_space=\ *)
 1.18166 ++      sed -n \
 1.18167 ++	"s/'\''/'\''\\\\'\'''\''/g;
 1.18168 ++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 1.18169 ++      ;; #(
 1.18170 ++    *)
 1.18171 ++      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 1.18172 ++      ;;
 1.18173 ++    esac |
 1.18174 ++    sort
 1.18175 ++)
 1.18176 ++    echo
 1.18177 ++
 1.18178 ++    cat <<\_ASBOX
 1.18179 ++## ----------------- ##
 1.18180 ++## Output variables. ##
 1.18181 ++## ----------------- ##
 1.18182 ++_ASBOX
 1.18183 ++    echo
 1.18184 ++    for ac_var in $ac_subst_vars
 1.18185 ++    do
 1.18186 ++      eval ac_val=\$$ac_var
 1.18187 ++      case $ac_val in
 1.18188 ++      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 1.18189 ++      esac
 1.18190 ++      echo "$ac_var='\''$ac_val'\''"
 1.18191 ++    done | sort
 1.18192 ++    echo
 1.18193 ++
 1.18194 ++    if test -n "$ac_subst_files"; then
 1.18195 ++      cat <<\_ASBOX
 1.18196 ++## ------------------- ##
 1.18197 ++## File substitutions. ##
 1.18198 ++## ------------------- ##
 1.18199 ++_ASBOX
 1.18200 ++      echo
 1.18201 ++      for ac_var in $ac_subst_files
 1.18202 ++      do
 1.18203 ++	eval ac_val=\$$ac_var
 1.18204 ++	case $ac_val in
 1.18205 ++	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 1.18206 ++	esac
 1.18207 ++	echo "$ac_var='\''$ac_val'\''"
 1.18208 ++      done | sort
 1.18209 ++      echo
 1.18210 ++    fi
 1.18211 ++
 1.18212 ++    if test -s confdefs.h; then
 1.18213 ++      cat <<\_ASBOX
 1.18214 ++## ----------- ##
 1.18215 ++## confdefs.h. ##
 1.18216 ++## ----------- ##
 1.18217 ++_ASBOX
 1.18218 ++      echo
 1.18219 ++      cat confdefs.h
 1.18220 ++      echo
 1.18221 ++    fi
 1.18222 ++    test "$ac_signal" != 0 &&
 1.18223 ++      echo "$as_me: caught signal $ac_signal"
 1.18224 ++    echo "$as_me: exit $exit_status"
 1.18225 ++  } >&5
 1.18226 ++  rm -f core *.core core.conftest.* &&
 1.18227 ++    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 1.18228 ++    exit $exit_status
 1.18229 ++' 0
 1.18230 ++for ac_signal in 1 2 13 15; do
 1.18231 ++  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 1.18232 ++done
 1.18233 ++ac_signal=0
 1.18234 ++
 1.18235 ++# confdefs.h avoids OS command line length limits that DEFS can exceed.
 1.18236 ++rm -f -r conftest* confdefs.h
 1.18237 ++
 1.18238 ++# Predefined preprocessor variables.
 1.18239 ++
 1.18240 ++cat >>confdefs.h <<_ACEOF
 1.18241 ++#define PACKAGE_NAME "$PACKAGE_NAME"
 1.18242 ++_ACEOF
 1.18243 ++
 1.18244 ++
 1.18245 ++cat >>confdefs.h <<_ACEOF
 1.18246 ++#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
 1.18247 ++_ACEOF
 1.18248 ++
 1.18249 ++
 1.18250 ++cat >>confdefs.h <<_ACEOF
 1.18251 ++#define PACKAGE_VERSION "$PACKAGE_VERSION"
 1.18252 ++_ACEOF
 1.18253 ++
 1.18254 ++
 1.18255 ++cat >>confdefs.h <<_ACEOF
 1.18256 ++#define PACKAGE_STRING "$PACKAGE_STRING"
 1.18257 ++_ACEOF
 1.18258 ++
 1.18259 ++
 1.18260 ++cat >>confdefs.h <<_ACEOF
 1.18261 ++#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
 1.18262 ++_ACEOF
 1.18263 ++
 1.18264 ++
 1.18265 ++# Let the site file select an alternate cache file if it wants to.
 1.18266 ++# Prefer explicitly selected file to automatically selected ones.
 1.18267 ++if test -n "$CONFIG_SITE"; then
 1.18268 ++  set x "$CONFIG_SITE"
 1.18269 ++elif test "x$prefix" != xNONE; then
 1.18270 ++  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 1.18271 ++else
 1.18272 ++  set x "$ac_default_prefix/share/config.site" \
 1.18273 ++	"$ac_default_prefix/etc/config.site"
 1.18274 ++fi
 1.18275 ++shift
 1.18276 ++for ac_site_file
 1.18277 ++do
 1.18278 ++  if test -r "$ac_site_file"; then
 1.18279 ++    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 1.18280 ++echo "$as_me: loading site script $ac_site_file" >&6;}
 1.18281 ++    sed 's/^/| /' "$ac_site_file" >&5
 1.18282 ++    . "$ac_site_file"
 1.18283 ++  fi
 1.18284 ++done
 1.18285 ++
 1.18286 ++if test -r "$cache_file"; then
 1.18287 ++  # Some versions of bash will fail to source /dev/null (special
 1.18288 ++  # files actually), so we avoid doing that.
 1.18289 ++  if test -f "$cache_file"; then
 1.18290 ++    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 1.18291 ++echo "$as_me: loading cache $cache_file" >&6;}
 1.18292 ++    case $cache_file in
 1.18293 ++      [\\/]* | ?:[\\/]* ) . "$cache_file";;
 1.18294 ++      *)                      . "./$cache_file";;
 1.18295 ++    esac
 1.18296 ++  fi
 1.18297 ++else
 1.18298 ++  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
 1.18299 ++echo "$as_me: creating cache $cache_file" >&6;}
 1.18300 ++  >$cache_file
 1.18301 ++fi
 1.18302 ++
 1.18303 ++# Check that the precious variables saved in the cache have kept the same
 1.18304 ++# value.
 1.18305 ++ac_cache_corrupted=false
 1.18306 ++for ac_var in $ac_precious_vars; do
 1.18307 ++  eval ac_old_set=\$ac_cv_env_${ac_var}_set
 1.18308 ++  eval ac_new_set=\$ac_env_${ac_var}_set
 1.18309 ++  eval ac_old_val=\$ac_cv_env_${ac_var}_value
 1.18310 ++  eval ac_new_val=\$ac_env_${ac_var}_value
 1.18311 ++  case $ac_old_set,$ac_new_set in
 1.18312 ++    set,)
 1.18313 ++      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 1.18314 ++echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 1.18315 ++      ac_cache_corrupted=: ;;
 1.18316 ++    ,set)
 1.18317 ++      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 1.18318 ++echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 1.18319 ++      ac_cache_corrupted=: ;;
 1.18320 ++    ,);;
 1.18321 ++    *)
 1.18322 ++      if test "x$ac_old_val" != "x$ac_new_val"; then
 1.18323 ++	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 1.18324 ++echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 1.18325 ++	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 1.18326 ++echo "$as_me:   former value:  $ac_old_val" >&2;}
 1.18327 ++	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 1.18328 ++echo "$as_me:   current value: $ac_new_val" >&2;}
 1.18329 ++	ac_cache_corrupted=:
 1.18330 ++      fi;;
 1.18331 ++  esac
 1.18332 ++  # Pass precious variables to config.status.
 1.18333 ++  if test "$ac_new_set" = set; then
 1.18334 ++    case $ac_new_val in
 1.18335 ++    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 1.18336 ++    *) ac_arg=$ac_var=$ac_new_val ;;
 1.18337 ++    esac
 1.18338 ++    case " $ac_configure_args " in
 1.18339 ++      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
 1.18340 ++      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
 1.18341 ++    esac
 1.18342 ++  fi
 1.18343 ++done
 1.18344 ++if $ac_cache_corrupted; then
 1.18345 ++  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 1.18346 ++echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 1.18347 ++  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 1.18348 ++echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 1.18349 ++   { (exit 1); exit 1; }; }
 1.18350 ++fi
 1.18351 ++
 1.18352 ++
 1.18353 ++
 1.18354 ++
 1.18355 ++
 1.18356 ++
 1.18357 ++
 1.18358 ++
 1.18359 ++
 1.18360 ++
 1.18361 ++
 1.18362 ++
 1.18363 ++
 1.18364 ++
 1.18365 ++
 1.18366 ++
 1.18367 ++
 1.18368 ++
 1.18369 ++
 1.18370 ++
 1.18371 ++
 1.18372 ++
 1.18373 ++
 1.18374 ++
 1.18375 ++
 1.18376 ++ac_ext=c
 1.18377 ++ac_cpp='$CPP $CPPFLAGS'
 1.18378 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 1.18379 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 1.18380 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1.18381 ++
 1.18382 ++
 1.18383 ++
 1.18384 ++ac_aux_dir=
 1.18385 ++for ac_dir in ../../../.. "$srcdir"/../../../..; do
 1.18386 ++  if test -f "$ac_dir/install-sh"; then
 1.18387 ++    ac_aux_dir=$ac_dir
 1.18388 ++    ac_install_sh="$ac_aux_dir/install-sh -c"
 1.18389 ++    break
 1.18390 ++  elif test -f "$ac_dir/install.sh"; then
 1.18391 ++    ac_aux_dir=$ac_dir
 1.18392 ++    ac_install_sh="$ac_aux_dir/install.sh -c"
 1.18393 ++    break
 1.18394 ++  elif test -f "$ac_dir/shtool"; then
 1.18395 ++    ac_aux_dir=$ac_dir
 1.18396 ++    ac_install_sh="$ac_aux_dir/shtool install -c"
 1.18397 ++    break
 1.18398 ++  fi
 1.18399 ++done
 1.18400 ++if test -z "$ac_aux_dir"; then
 1.18401 ++  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&5
 1.18402 ++echo "$as_me: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&2;}
 1.18403 ++   { (exit 1); exit 1; }; }
 1.18404 ++fi
 1.18405 ++
 1.18406 ++# These three variables are undocumented and unsupported,
 1.18407 ++# and are intended to be withdrawn in a future Autoconf release.
 1.18408 ++# They can cause serious problems if a builder's source tree is in a directory
 1.18409 ++# whose full name contains unusual characters.
 1.18410 ++ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
 1.18411 ++ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
 1.18412 ++ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 1.18413 ++
 1.18414 ++
 1.18415 ++
 1.18416 ++# Make sure we can run config.sub.
 1.18417 ++$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 1.18418 ++  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 1.18419 ++echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 1.18420 ++   { (exit 1); exit 1; }; }
 1.18421 ++
 1.18422 ++{ echo "$as_me:$LINENO: checking build system type" >&5
 1.18423 ++echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 1.18424 ++if test "${ac_cv_build+set}" = set; then
 1.18425 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.18426 ++else
 1.18427 ++  ac_build_alias=$build_alias
 1.18428 ++test "x$ac_build_alias" = x &&
 1.18429 ++  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 1.18430 ++test "x$ac_build_alias" = x &&
 1.18431 ++  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 1.18432 ++echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 1.18433 ++   { (exit 1); exit 1; }; }
 1.18434 ++ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 1.18435 ++  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 1.18436 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 1.18437 ++   { (exit 1); exit 1; }; }
 1.18438 ++
 1.18439 ++fi
 1.18440 ++{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 1.18441 ++echo "${ECHO_T}$ac_cv_build" >&6; }
 1.18442 ++case $ac_cv_build in
 1.18443 ++*-*-*) ;;
 1.18444 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 1.18445 ++echo "$as_me: error: invalid value of canonical build" >&2;}
 1.18446 ++   { (exit 1); exit 1; }; };;
 1.18447 ++esac
 1.18448 ++build=$ac_cv_build
 1.18449 ++ac_save_IFS=$IFS; IFS='-'
 1.18450 ++set x $ac_cv_build
 1.18451 ++shift
 1.18452 ++build_cpu=$1
 1.18453 ++build_vendor=$2
 1.18454 ++shift; shift
 1.18455 ++# Remember, the first character of IFS is used to create $*,
 1.18456 ++# except with old shells:
 1.18457 ++build_os=$*
 1.18458 ++IFS=$ac_save_IFS
 1.18459 ++case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 1.18460 ++
 1.18461 ++
 1.18462 ++{ echo "$as_me:$LINENO: checking host system type" >&5
 1.18463 ++echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 1.18464 ++if test "${ac_cv_host+set}" = set; then
 1.18465 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.18466 ++else
 1.18467 ++  if test "x$host_alias" = x; then
 1.18468 ++  ac_cv_host=$ac_cv_build
 1.18469 ++else
 1.18470 ++  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 1.18471 ++    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 1.18472 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 1.18473 ++   { (exit 1); exit 1; }; }
 1.18474 ++fi
 1.18475 ++
 1.18476 ++fi
 1.18477 ++{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 1.18478 ++echo "${ECHO_T}$ac_cv_host" >&6; }
 1.18479 ++case $ac_cv_host in
 1.18480 ++*-*-*) ;;
 1.18481 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 1.18482 ++echo "$as_me: error: invalid value of canonical host" >&2;}
 1.18483 ++   { (exit 1); exit 1; }; };;
 1.18484 ++esac
 1.18485 ++host=$ac_cv_host
 1.18486 ++ac_save_IFS=$IFS; IFS='-'
 1.18487 ++set x $ac_cv_host
 1.18488 ++shift
 1.18489 ++host_cpu=$1
 1.18490 ++host_vendor=$2
 1.18491 ++shift; shift
 1.18492 ++# Remember, the first character of IFS is used to create $*,
 1.18493 ++# except with old shells:
 1.18494 ++host_os=$*
 1.18495 ++IFS=$ac_save_IFS
 1.18496 ++case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 1.18497 ++
 1.18498 ++
 1.18499 ++am__api_version="1.4"
 1.18500 ++# Find a good install program.  We prefer a C program (faster),
 1.18501 ++# so one script is as good as another.  But avoid the broken or
 1.18502 ++# incompatible versions:
 1.18503 ++# SysV /etc/install, /usr/sbin/install
 1.18504 ++# SunOS /usr/etc/install
 1.18505 ++# IRIX /sbin/install
 1.18506 ++# AIX /bin/install
 1.18507 ++# AmigaOS /C/install, which installs bootblocks on floppy discs
 1.18508 ++# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 1.18509 ++# AFS /usr/afsws/bin/install, which mishandles nonexistent args
 1.18510 ++# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 1.18511 ++# OS/2's system install, which has a completely different semantic
 1.18512 ++# ./install, which can be erroneously created by make from ./install.sh.
 1.18513 ++{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 1.18514 ++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 1.18515 ++if test -z "$INSTALL"; then
 1.18516 ++if test "${ac_cv_path_install+set}" = set; then
 1.18517 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.18518 ++else
 1.18519 ++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.18520 ++for as_dir in $PATH
 1.18521 ++do
 1.18522 ++  IFS=$as_save_IFS
 1.18523 ++  test -z "$as_dir" && as_dir=.
 1.18524 ++  # Account for people who put trailing slashes in PATH elements.
 1.18525 ++case $as_dir/ in
 1.18526 ++  ./ | .// | /cC/* | \
 1.18527 ++  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 1.18528 ++  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
 1.18529 ++  /usr/ucb/* ) ;;
 1.18530 ++  *)
 1.18531 ++    # OSF1 and SCO ODT 3.0 have their own names for install.
 1.18532 ++    # Don't use installbsd from OSF since it installs stuff as root
 1.18533 ++    # by default.
 1.18534 ++    for ac_prog in ginstall scoinst install; do
 1.18535 ++      for ac_exec_ext in '' $ac_executable_extensions; do
 1.18536 ++	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 1.18537 ++	  if test $ac_prog = install &&
 1.18538 ++	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 1.18539 ++	    # AIX install.  It has an incompatible calling convention.
 1.18540 ++	    :
 1.18541 ++	  elif test $ac_prog = install &&
 1.18542 ++	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 1.18543 ++	    # program-specific install script used by HP pwplus--don't use.
 1.18544 ++	    :
 1.18545 ++	  else
 1.18546 ++	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 1.18547 ++	    break 3
 1.18548 ++	  fi
 1.18549 ++	fi
 1.18550 ++      done
 1.18551 ++    done
 1.18552 ++    ;;
 1.18553 ++esac
 1.18554 ++done
 1.18555 ++IFS=$as_save_IFS
 1.18556 ++
 1.18557 ++
 1.18558 ++fi
 1.18559 ++  if test "${ac_cv_path_install+set}" = set; then
 1.18560 ++    INSTALL=$ac_cv_path_install
 1.18561 ++  else
 1.18562 ++    # As a last resort, use the slow shell script.  Don't cache a
 1.18563 ++    # value for INSTALL within a source directory, because that will
 1.18564 ++    # break other packages using the cache if that directory is
 1.18565 ++    # removed, or if the value is a relative name.
 1.18566 ++    INSTALL=$ac_install_sh
 1.18567 ++  fi
 1.18568 ++fi
 1.18569 ++{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 1.18570 ++echo "${ECHO_T}$INSTALL" >&6; }
 1.18571 ++
 1.18572 ++# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 1.18573 ++# It thinks the first close brace ends the variable substitution.
 1.18574 ++test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 1.18575 ++
 1.18576 ++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 1.18577 ++
 1.18578 ++test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 1.18579 ++
 1.18580 ++{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 1.18581 ++echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 1.18582 ++# Just in case
 1.18583 ++sleep 1
 1.18584 ++echo timestamp > conftestfile
 1.18585 ++# Do `set' in a subshell so we don't clobber the current shell's
 1.18586 ++# arguments.  Must try -L first in case configure is actually a
 1.18587 ++# symlink; some systems play weird games with the mod time of symlinks
 1.18588 ++# (eg FreeBSD returns the mod time of the symlink's containing
 1.18589 ++# directory).
 1.18590 ++if (
 1.18591 ++   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
 1.18592 ++   if test "$*" = "X"; then
 1.18593 ++      # -L didn't work.
 1.18594 ++      set X `ls -t $srcdir/configure conftestfile`
 1.18595 ++   fi
 1.18596 ++   if test "$*" != "X $srcdir/configure conftestfile" \
 1.18597 ++      && test "$*" != "X conftestfile $srcdir/configure"; then
 1.18598 ++
 1.18599 ++      # If neither matched, then we have a broken ls.  This can happen
 1.18600 ++      # if, for instance, CONFIG_SHELL is bash and it inherits a
 1.18601 ++      # broken ls alias from the environment.  This has actually
 1.18602 ++      # happened.  Such a system could not be considered "sane".
 1.18603 ++      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 1.18604 ++alias in your environment" >&5
 1.18605 ++echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 1.18606 ++alias in your environment" >&2;}
 1.18607 ++   { (exit 1); exit 1; }; }
 1.18608 ++   fi
 1.18609 ++
 1.18610 ++   test "$2" = conftestfile
 1.18611 ++   )
 1.18612 ++then
 1.18613 ++   # Ok.
 1.18614 ++   :
 1.18615 ++else
 1.18616 ++   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 1.18617 ++Check your system clock" >&5
 1.18618 ++echo "$as_me: error: newly created file is older than distributed files!
 1.18619 ++Check your system clock" >&2;}
 1.18620 ++   { (exit 1); exit 1; }; }
 1.18621 ++fi
 1.18622 ++rm -f conftest*
 1.18623 ++{ echo "$as_me:$LINENO: result: yes" >&5
 1.18624 ++echo "${ECHO_T}yes" >&6; }
 1.18625 ++test "$program_prefix" != NONE &&
 1.18626 ++  program_transform_name="s&^&$program_prefix&;$program_transform_name"
 1.18627 ++# Use a double $ so make ignores it.
 1.18628 ++test "$program_suffix" != NONE &&
 1.18629 ++  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 1.18630 ++# Double any \ or $.  echo might interpret backslashes.
 1.18631 ++# By default was `s,x,x', remove it if useless.
 1.18632 ++cat <<\_ACEOF >conftest.sed
 1.18633 ++s/[\\$]/&&/g;s/;s,x,x,$//
 1.18634 ++_ACEOF
 1.18635 ++program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 1.18636 ++rm -f conftest.sed
 1.18637 ++
 1.18638 ++{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 1.18639 ++echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 1.18640 ++set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 1.18641 ++if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 1.18642 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.18643 ++else
 1.18644 ++  cat >conftest.make <<\_ACEOF
 1.18645 ++SHELL = /bin/sh
 1.18646 ++all:
 1.18647 ++	@echo '@@@%%%=$(MAKE)=@@@%%%'
 1.18648 ++_ACEOF
 1.18649 ++# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 1.18650 ++case `${MAKE-make} -f conftest.make 2>/dev/null` in
 1.18651 ++  *@@@%%%=?*=@@@%%%*)
 1.18652 ++    eval ac_cv_prog_make_${ac_make}_set=yes;;
 1.18653 ++  *)
 1.18654 ++    eval ac_cv_prog_make_${ac_make}_set=no;;
 1.18655 ++esac
 1.18656 ++rm -f conftest.make
 1.18657 ++fi
 1.18658 ++if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 1.18659 ++  { echo "$as_me:$LINENO: result: yes" >&5
 1.18660 ++echo "${ECHO_T}yes" >&6; }
 1.18661 ++  SET_MAKE=
 1.18662 ++else
 1.18663 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.18664 ++echo "${ECHO_T}no" >&6; }
 1.18665 ++  SET_MAKE="MAKE=${MAKE-make}"
 1.18666 ++fi
 1.18667 ++
 1.18668 ++
 1.18669 ++# Check whether --enable-multilib was given.
 1.18670 ++if test "${enable_multilib+set}" = set; then
 1.18671 ++  enableval=$enable_multilib; case "${enableval}" in
 1.18672 ++  yes) multilib=yes ;;
 1.18673 ++  no)  multilib=no ;;
 1.18674 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
 1.18675 ++echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
 1.18676 ++   { (exit 1); exit 1; }; } ;;
 1.18677 ++ esac
 1.18678 ++else
 1.18679 ++  multilib=yes
 1.18680 ++fi
 1.18681 ++
 1.18682 ++# Check whether --enable-target-optspace was given.
 1.18683 ++if test "${enable_target_optspace+set}" = set; then
 1.18684 ++  enableval=$enable_target_optspace; case "${enableval}" in
 1.18685 ++  yes) target_optspace=yes ;;
 1.18686 ++  no)  target_optspace=no ;;
 1.18687 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
 1.18688 ++echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}
 1.18689 ++   { (exit 1); exit 1; }; } ;;
 1.18690 ++ esac
 1.18691 ++else
 1.18692 ++  target_optspace=
 1.18693 ++fi
 1.18694 ++
 1.18695 ++# Check whether --enable-malloc-debugging was given.
 1.18696 ++if test "${enable_malloc_debugging+set}" = set; then
 1.18697 ++  enableval=$enable_malloc_debugging; case "${enableval}" in
 1.18698 ++  yes) malloc_debugging=yes ;;
 1.18699 ++  no)  malloc_debugging=no ;;
 1.18700 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
 1.18701 ++echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}
 1.18702 ++   { (exit 1); exit 1; }; } ;;
 1.18703 ++ esac
 1.18704 ++else
 1.18705 ++  malloc_debugging=
 1.18706 ++fi
 1.18707 ++
 1.18708 ++# Check whether --enable-newlib-multithread was given.
 1.18709 ++if test "${enable_newlib_multithread+set}" = set; then
 1.18710 ++  enableval=$enable_newlib_multithread; case "${enableval}" in
 1.18711 ++  yes) newlib_multithread=yes ;;
 1.18712 ++  no)  newlib_multithread=no ;;
 1.18713 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
 1.18714 ++echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}
 1.18715 ++   { (exit 1); exit 1; }; } ;;
 1.18716 ++ esac
 1.18717 ++else
 1.18718 ++  newlib_multithread=yes
 1.18719 ++fi
 1.18720 ++
 1.18721 ++# Check whether --enable-newlib-iconv was given.
 1.18722 ++if test "${enable_newlib_iconv+set}" = set; then
 1.18723 ++  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
 1.18724 ++   case "${enableval}" in
 1.18725 ++     yes) newlib_iconv=yes ;;
 1.18726 ++     no)  newlib_iconv=no ;;
 1.18727 ++     *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5
 1.18728 ++echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}
 1.18729 ++   { (exit 1); exit 1; }; } ;;
 1.18730 ++   esac
 1.18731 ++ fi
 1.18732 ++else
 1.18733 ++  newlib_iconv=${newlib_iconv}
 1.18734 ++fi
 1.18735 ++
 1.18736 ++# Check whether --enable-newlib-elix-level was given.
 1.18737 ++if test "${enable_newlib_elix_level+set}" = set; then
 1.18738 ++  enableval=$enable_newlib_elix_level; case "${enableval}" in
 1.18739 ++  0)   newlib_elix_level=0 ;;
 1.18740 ++  1)   newlib_elix_level=1 ;;
 1.18741 ++  2)   newlib_elix_level=2 ;;
 1.18742 ++  3)   newlib_elix_level=3 ;;
 1.18743 ++  4)   newlib_elix_level=4 ;;
 1.18744 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5
 1.18745 ++echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}
 1.18746 ++   { (exit 1); exit 1; }; } ;;
 1.18747 ++ esac
 1.18748 ++else
 1.18749 ++  newlib_elix_level=0
 1.18750 ++fi
 1.18751 ++
 1.18752 ++# Check whether --enable-newlib-io-float was given.
 1.18753 ++if test "${enable_newlib_io_float+set}" = set; then
 1.18754 ++  enableval=$enable_newlib_io_float; case "${enableval}" in
 1.18755 ++  yes) newlib_io_float=yes ;;
 1.18756 ++  no)  newlib_io_float=no ;;
 1.18757 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
 1.18758 ++echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}
 1.18759 ++   { (exit 1); exit 1; }; } ;;
 1.18760 ++ esac
 1.18761 ++else
 1.18762 ++  newlib_io_float=yes
 1.18763 ++fi
 1.18764 ++
 1.18765 ++# Check whether --enable-newlib-supplied-syscalls was given.
 1.18766 ++if test "${enable_newlib_supplied_syscalls+set}" = set; then
 1.18767 ++  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
 1.18768 ++  yes) newlib_may_supply_syscalls=yes ;;
 1.18769 ++  no)  newlib_may_supply_syscalls=no ;;
 1.18770 ++  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
 1.18771 ++echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}
 1.18772 ++   { (exit 1); exit 1; }; } ;;
 1.18773 ++ esac
 1.18774 ++else
 1.18775 ++  newlib_may_supply_syscalls=yes
 1.18776 ++fi
 1.18777 ++
 1.18778 ++
 1.18779 ++
 1.18780 ++if test x${newlib_may_supply_syscalls} = xyes; then
 1.18781 ++  MAY_SUPPLY_SYSCALLS_TRUE=
 1.18782 ++  MAY_SUPPLY_SYSCALLS_FALSE='#'
 1.18783 ++else
 1.18784 ++  MAY_SUPPLY_SYSCALLS_TRUE='#'
 1.18785 ++  MAY_SUPPLY_SYSCALLS_FALSE=
 1.18786 ++fi
 1.18787 ++
 1.18788 ++
 1.18789 ++test -z "${with_target_subdir}" && with_target_subdir=.
 1.18790 ++
 1.18791 ++if test "${srcdir}" = "."; then
 1.18792 ++  if test "${with_target_subdir}" != "."; then
 1.18793 ++    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
 1.18794 ++  else
 1.18795 ++    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
 1.18796 ++  fi
 1.18797 ++else
 1.18798 ++  newlib_basedir="${srcdir}/../../.."
 1.18799 ++fi
 1.18800 ++
 1.18801 ++
 1.18802 ++{ echo "$as_me:$LINENO: checking target system type" >&5
 1.18803 ++echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
 1.18804 ++if test "${ac_cv_target+set}" = set; then
 1.18805 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.18806 ++else
 1.18807 ++  if test "x$target_alias" = x; then
 1.18808 ++  ac_cv_target=$ac_cv_host
 1.18809 ++else
 1.18810 ++  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
 1.18811 ++    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
 1.18812 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
 1.18813 ++   { (exit 1); exit 1; }; }
 1.18814 ++fi
 1.18815 ++
 1.18816 ++fi
 1.18817 ++{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
 1.18818 ++echo "${ECHO_T}$ac_cv_target" >&6; }
 1.18819 ++case $ac_cv_target in
 1.18820 ++*-*-*) ;;
 1.18821 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
 1.18822 ++echo "$as_me: error: invalid value of canonical target" >&2;}
 1.18823 ++   { (exit 1); exit 1; }; };;
 1.18824 ++esac
 1.18825 ++target=$ac_cv_target
 1.18826 ++ac_save_IFS=$IFS; IFS='-'
 1.18827 ++set x $ac_cv_target
 1.18828 ++shift
 1.18829 ++target_cpu=$1
 1.18830 ++target_vendor=$2
 1.18831 ++shift; shift
 1.18832 ++# Remember, the first character of IFS is used to create $*,
 1.18833 ++# except with old shells:
 1.18834 ++target_os=$*
 1.18835 ++IFS=$ac_save_IFS
 1.18836 ++case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
 1.18837 ++
 1.18838 ++
 1.18839 ++# The aliases save the names the user supplied, while $host etc.
 1.18840 ++# will get canonicalized.
 1.18841 ++test -n "$target_alias" &&
 1.18842 ++  test "$program_prefix$program_suffix$program_transform_name" = \
 1.18843 ++    NONENONEs,x,x, &&
 1.18844 ++  program_prefix=${target_alias}-
 1.18845 ++
 1.18846 ++
 1.18847 ++PACKAGE=newlib
 1.18848 ++
 1.18849 ++VERSION=1.14.0.atmel.1.0.1
 1.18850 ++
 1.18851 ++if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
 1.18852 ++  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 1.18853 ++echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 1.18854 ++   { (exit 1); exit 1; }; }
 1.18855 ++fi
 1.18856 ++
 1.18857 ++cat >>confdefs.h <<_ACEOF
 1.18858 ++#define PACKAGE "$PACKAGE"
 1.18859 ++_ACEOF
 1.18860 ++
 1.18861 ++
 1.18862 ++cat >>confdefs.h <<_ACEOF
 1.18863 ++#define VERSION "$VERSION"
 1.18864 ++_ACEOF
 1.18865 ++
 1.18866 ++
 1.18867 ++
 1.18868 ++missing_dir=`cd $ac_aux_dir && pwd`
 1.18869 ++{ echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
 1.18870 ++echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6; }
 1.18871 ++# Run test in a subshell; some versions of sh will print an error if
 1.18872 ++# an executable is not found, even if stderr is redirected.
 1.18873 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
 1.18874 ++if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
 1.18875 ++   ACLOCAL=aclocal-${am__api_version}
 1.18876 ++   { echo "$as_me:$LINENO: result: found" >&5
 1.18877 ++echo "${ECHO_T}found" >&6; }
 1.18878 ++else
 1.18879 ++   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
 1.18880 ++   { echo "$as_me:$LINENO: result: missing" >&5
 1.18881 ++echo "${ECHO_T}missing" >&6; }
 1.18882 ++fi
 1.18883 ++
 1.18884 ++{ echo "$as_me:$LINENO: checking for working autoconf" >&5
 1.18885 ++echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6; }
 1.18886 ++# Run test in a subshell; some versions of sh will print an error if
 1.18887 ++# an executable is not found, even if stderr is redirected.
 1.18888 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
 1.18889 ++if (autoconf --version) < /dev/null > /dev/null 2>&1; then
 1.18890 ++   AUTOCONF=autoconf
 1.18891 ++   { echo "$as_me:$LINENO: result: found" >&5
 1.18892 ++echo "${ECHO_T}found" >&6; }
 1.18893 ++else
 1.18894 ++   AUTOCONF="$missing_dir/missing autoconf"
 1.18895 ++   { echo "$as_me:$LINENO: result: missing" >&5
 1.18896 ++echo "${ECHO_T}missing" >&6; }
 1.18897 ++fi
 1.18898 ++
 1.18899 ++{ echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
 1.18900 ++echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6; }
 1.18901 ++# Run test in a subshell; some versions of sh will print an error if
 1.18902 ++# an executable is not found, even if stderr is redirected.
 1.18903 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
 1.18904 ++if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
 1.18905 ++   AUTOMAKE=automake-${am__api_version}
 1.18906 ++   { echo "$as_me:$LINENO: result: found" >&5
 1.18907 ++echo "${ECHO_T}found" >&6; }
 1.18908 ++else
 1.18909 ++   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
 1.18910 ++   { echo "$as_me:$LINENO: result: missing" >&5
 1.18911 ++echo "${ECHO_T}missing" >&6; }
 1.18912 ++fi
 1.18913 ++
 1.18914 ++{ echo "$as_me:$LINENO: checking for working autoheader" >&5
 1.18915 ++echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6; }
 1.18916 ++# Run test in a subshell; some versions of sh will print an error if
 1.18917 ++# an executable is not found, even if stderr is redirected.
 1.18918 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
 1.18919 ++if (autoheader --version) < /dev/null > /dev/null 2>&1; then
 1.18920 ++   AUTOHEADER=autoheader
 1.18921 ++   { echo "$as_me:$LINENO: result: found" >&5
 1.18922 ++echo "${ECHO_T}found" >&6; }
 1.18923 ++else
 1.18924 ++   AUTOHEADER="$missing_dir/missing autoheader"
 1.18925 ++   { echo "$as_me:$LINENO: result: missing" >&5
 1.18926 ++echo "${ECHO_T}missing" >&6; }
 1.18927 ++fi
 1.18928 ++
 1.18929 ++{ echo "$as_me:$LINENO: checking for working makeinfo" >&5
 1.18930 ++echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6; }
 1.18931 ++# Run test in a subshell; some versions of sh will print an error if
 1.18932 ++# an executable is not found, even if stderr is redirected.
 1.18933 ++# Redirect stdin to placate older versions of autoconf.  Sigh.
 1.18934 ++if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
 1.18935 ++   MAKEINFO=makeinfo
 1.18936 ++   { echo "$as_me:$LINENO: result: found" >&5
 1.18937 ++echo "${ECHO_T}found" >&6; }
 1.18938 ++else
 1.18939 ++   MAKEINFO="$missing_dir/missing makeinfo"
 1.18940 ++   { echo "$as_me:$LINENO: result: missing" >&5
 1.18941 ++echo "${ECHO_T}missing" >&6; }
 1.18942 ++fi
 1.18943 ++
 1.18944 ++
 1.18945 ++
 1.18946 ++# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
 1.18947 ++# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
 1.18948 ++# are probably using a cross compiler, which will not be able to fully
 1.18949 ++# link an executable.  This should really be fixed in autoconf
 1.18950 ++# itself.
 1.18951 ++
 1.18952 ++
 1.18953 ++
 1.18954 ++# Extract the first word of "gcc", so it can be a program name with args.
 1.18955 ++set dummy gcc; ac_word=$2
 1.18956 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.18957 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.18958 ++if test "${ac_cv_prog_CC+set}" = set; then
 1.18959 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.18960 ++else
 1.18961 ++  if test -n "$CC"; then
 1.18962 ++  ac_cv_prog_CC="$CC" # Let the user override the test.
 1.18963 ++else
 1.18964 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.18965 ++for as_dir in $PATH
 1.18966 ++do
 1.18967 ++  IFS=$as_save_IFS
 1.18968 ++  test -z "$as_dir" && as_dir=.
 1.18969 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.18970 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.18971 ++    ac_cv_prog_CC="gcc"
 1.18972 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.18973 ++    break 2
 1.18974 ++  fi
 1.18975 ++done
 1.18976 ++done
 1.18977 ++IFS=$as_save_IFS
 1.18978 ++
 1.18979 ++fi
 1.18980 ++fi
 1.18981 ++CC=$ac_cv_prog_CC
 1.18982 ++if test -n "$CC"; then
 1.18983 ++  { echo "$as_me:$LINENO: result: $CC" >&5
 1.18984 ++echo "${ECHO_T}$CC" >&6; }
 1.18985 ++else
 1.18986 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.18987 ++echo "${ECHO_T}no" >&6; }
 1.18988 ++fi
 1.18989 ++
 1.18990 ++
 1.18991 ++if test -z "$CC"; then
 1.18992 ++  # Extract the first word of "cc", so it can be a program name with args.
 1.18993 ++set dummy cc; ac_word=$2
 1.18994 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.18995 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.18996 ++if test "${ac_cv_prog_CC+set}" = set; then
 1.18997 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.18998 ++else
 1.18999 ++  if test -n "$CC"; then
 1.19000 ++  ac_cv_prog_CC="$CC" # Let the user override the test.
 1.19001 ++else
 1.19002 ++  ac_prog_rejected=no
 1.19003 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.19004 ++for as_dir in $PATH
 1.19005 ++do
 1.19006 ++  IFS=$as_save_IFS
 1.19007 ++  test -z "$as_dir" && as_dir=.
 1.19008 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.19009 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.19010 ++    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 1.19011 ++       ac_prog_rejected=yes
 1.19012 ++       continue
 1.19013 ++     fi
 1.19014 ++    ac_cv_prog_CC="cc"
 1.19015 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.19016 ++    break 2
 1.19017 ++  fi
 1.19018 ++done
 1.19019 ++done
 1.19020 ++IFS=$as_save_IFS
 1.19021 ++
 1.19022 ++if test $ac_prog_rejected = yes; then
 1.19023 ++  # We found a bogon in the path, so make sure we never use it.
 1.19024 ++  set dummy $ac_cv_prog_CC
 1.19025 ++  shift
 1.19026 ++  if test $# != 0; then
 1.19027 ++    # We chose a different compiler from the bogus one.
 1.19028 ++    # However, it has the same basename, so the bogon will be chosen
 1.19029 ++    # first if we set CC to just the basename; use the full file name.
 1.19030 ++    shift
 1.19031 ++    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
 1.19032 ++  fi
 1.19033 ++fi
 1.19034 ++fi
 1.19035 ++fi
 1.19036 ++CC=$ac_cv_prog_CC
 1.19037 ++if test -n "$CC"; then
 1.19038 ++  { echo "$as_me:$LINENO: result: $CC" >&5
 1.19039 ++echo "${ECHO_T}$CC" >&6; }
 1.19040 ++else
 1.19041 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.19042 ++echo "${ECHO_T}no" >&6; }
 1.19043 ++fi
 1.19044 ++
 1.19045 ++
 1.19046 ++  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
 1.19047 ++echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
 1.19048 ++   { (exit 1); exit 1; }; }
 1.19049 ++fi
 1.19050 ++
 1.19051 ++#AC_PROG_CC_GNU
 1.19052 ++
 1.19053 ++if test $ac_cv_c_compiler_gnu = yes; then
 1.19054 ++  GCC=yes
 1.19055 ++  ac_test_CFLAGS="${CFLAGS+set}"
 1.19056 ++  ac_save_CFLAGS="$CFLAGS"
 1.19057 ++  CFLAGS=
 1.19058 ++#  AC_PROG_CC_G
 1.19059 ++  if test "$ac_test_CFLAGS" = set; then
 1.19060 ++    CFLAGS="$ac_save_CFLAGS"
 1.19061 ++  elif test $ac_cv_prog_cc_g = yes; then
 1.19062 ++    CFLAGS="-g -O2"
 1.19063 ++  else
 1.19064 ++    CFLAGS="-O2"
 1.19065 ++  fi
 1.19066 ++else
 1.19067 ++  GCC=
 1.19068 ++  test "${CFLAGS+set}" = set || CFLAGS="-g"
 1.19069 ++fi
 1.19070 ++
 1.19071 ++
 1.19072 ++if test -n "$ac_tool_prefix"; then
 1.19073 ++  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
 1.19074 ++set dummy ${ac_tool_prefix}as; ac_word=$2
 1.19075 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.19076 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.19077 ++if test "${ac_cv_prog_AS+set}" = set; then
 1.19078 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.19079 ++else
 1.19080 ++  if test -n "$AS"; then
 1.19081 ++  ac_cv_prog_AS="$AS" # Let the user override the test.
 1.19082 ++else
 1.19083 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.19084 ++for as_dir in $PATH
 1.19085 ++do
 1.19086 ++  IFS=$as_save_IFS
 1.19087 ++  test -z "$as_dir" && as_dir=.
 1.19088 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.19089 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.19090 ++    ac_cv_prog_AS="${ac_tool_prefix}as"
 1.19091 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.19092 ++    break 2
 1.19093 ++  fi
 1.19094 ++done
 1.19095 ++done
 1.19096 ++IFS=$as_save_IFS
 1.19097 ++
 1.19098 ++fi
 1.19099 ++fi
 1.19100 ++AS=$ac_cv_prog_AS
 1.19101 ++if test -n "$AS"; then
 1.19102 ++  { echo "$as_me:$LINENO: result: $AS" >&5
 1.19103 ++echo "${ECHO_T}$AS" >&6; }
 1.19104 ++else
 1.19105 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.19106 ++echo "${ECHO_T}no" >&6; }
 1.19107 ++fi
 1.19108 ++
 1.19109 ++
 1.19110 ++fi
 1.19111 ++if test -z "$ac_cv_prog_AS"; then
 1.19112 ++  ac_ct_AS=$AS
 1.19113 ++  # Extract the first word of "as", so it can be a program name with args.
 1.19114 ++set dummy as; ac_word=$2
 1.19115 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.19116 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.19117 ++if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
 1.19118 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.19119 ++else
 1.19120 ++  if test -n "$ac_ct_AS"; then
 1.19121 ++  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
 1.19122 ++else
 1.19123 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.19124 ++for as_dir in $PATH
 1.19125 ++do
 1.19126 ++  IFS=$as_save_IFS
 1.19127 ++  test -z "$as_dir" && as_dir=.
 1.19128 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.19129 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.19130 ++    ac_cv_prog_ac_ct_AS="as"
 1.19131 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.19132 ++    break 2
 1.19133 ++  fi
 1.19134 ++done
 1.19135 ++done
 1.19136 ++IFS=$as_save_IFS
 1.19137 ++
 1.19138 ++fi
 1.19139 ++fi
 1.19140 ++ac_ct_AS=$ac_cv_prog_ac_ct_AS
 1.19141 ++if test -n "$ac_ct_AS"; then
 1.19142 ++  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 1.19143 ++echo "${ECHO_T}$ac_ct_AS" >&6; }
 1.19144 ++else
 1.19145 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.19146 ++echo "${ECHO_T}no" >&6; }
 1.19147 ++fi
 1.19148 ++
 1.19149 ++  if test "x$ac_ct_AS" = x; then
 1.19150 ++    AS=""
 1.19151 ++  else
 1.19152 ++    case $cross_compiling:$ac_tool_warned in
 1.19153 ++yes:)
 1.19154 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.19155 ++whose name does not start with the host triplet.  If you think this
 1.19156 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.19157 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.19158 ++whose name does not start with the host triplet.  If you think this
 1.19159 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.19160 ++ac_tool_warned=yes ;;
 1.19161 ++esac
 1.19162 ++    AS=$ac_ct_AS
 1.19163 ++  fi
 1.19164 ++else
 1.19165 ++  AS="$ac_cv_prog_AS"
 1.19166 ++fi
 1.19167 ++
 1.19168 ++if test -n "$ac_tool_prefix"; then
 1.19169 ++  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 1.19170 ++set dummy ${ac_tool_prefix}ar; ac_word=$2
 1.19171 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.19172 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.19173 ++if test "${ac_cv_prog_AR+set}" = set; then
 1.19174 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.19175 ++else
 1.19176 ++  if test -n "$AR"; then
 1.19177 ++  ac_cv_prog_AR="$AR" # Let the user override the test.
 1.19178 ++else
 1.19179 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.19180 ++for as_dir in $PATH
 1.19181 ++do
 1.19182 ++  IFS=$as_save_IFS
 1.19183 ++  test -z "$as_dir" && as_dir=.
 1.19184 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.19185 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.19186 ++    ac_cv_prog_AR="${ac_tool_prefix}ar"
 1.19187 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.19188 ++    break 2
 1.19189 ++  fi
 1.19190 ++done
 1.19191 ++done
 1.19192 ++IFS=$as_save_IFS
 1.19193 ++
 1.19194 ++fi
 1.19195 ++fi
 1.19196 ++AR=$ac_cv_prog_AR
 1.19197 ++if test -n "$AR"; then
 1.19198 ++  { echo "$as_me:$LINENO: result: $AR" >&5
 1.19199 ++echo "${ECHO_T}$AR" >&6; }
 1.19200 ++else
 1.19201 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.19202 ++echo "${ECHO_T}no" >&6; }
 1.19203 ++fi
 1.19204 ++
 1.19205 ++
 1.19206 ++fi
 1.19207 ++if test -z "$ac_cv_prog_AR"; then
 1.19208 ++  ac_ct_AR=$AR
 1.19209 ++  # Extract the first word of "ar", so it can be a program name with args.
 1.19210 ++set dummy ar; ac_word=$2
 1.19211 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.19212 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.19213 ++if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 1.19214 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.19215 ++else
 1.19216 ++  if test -n "$ac_ct_AR"; then
 1.19217 ++  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
 1.19218 ++else
 1.19219 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.19220 ++for as_dir in $PATH
 1.19221 ++do
 1.19222 ++  IFS=$as_save_IFS
 1.19223 ++  test -z "$as_dir" && as_dir=.
 1.19224 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.19225 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.19226 ++    ac_cv_prog_ac_ct_AR="ar"
 1.19227 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.19228 ++    break 2
 1.19229 ++  fi
 1.19230 ++done
 1.19231 ++done
 1.19232 ++IFS=$as_save_IFS
 1.19233 ++
 1.19234 ++fi
 1.19235 ++fi
 1.19236 ++ac_ct_AR=$ac_cv_prog_ac_ct_AR
 1.19237 ++if test -n "$ac_ct_AR"; then
 1.19238 ++  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 1.19239 ++echo "${ECHO_T}$ac_ct_AR" >&6; }
 1.19240 ++else
 1.19241 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.19242 ++echo "${ECHO_T}no" >&6; }
 1.19243 ++fi
 1.19244 ++
 1.19245 ++  if test "x$ac_ct_AR" = x; then
 1.19246 ++    AR=""
 1.19247 ++  else
 1.19248 ++    case $cross_compiling:$ac_tool_warned in
 1.19249 ++yes:)
 1.19250 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.19251 ++whose name does not start with the host triplet.  If you think this
 1.19252 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.19253 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.19254 ++whose name does not start with the host triplet.  If you think this
 1.19255 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.19256 ++ac_tool_warned=yes ;;
 1.19257 ++esac
 1.19258 ++    AR=$ac_ct_AR
 1.19259 ++  fi
 1.19260 ++else
 1.19261 ++  AR="$ac_cv_prog_AR"
 1.19262 ++fi
 1.19263 ++
 1.19264 ++if test -n "$ac_tool_prefix"; then
 1.19265 ++  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 1.19266 ++set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 1.19267 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.19268 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.19269 ++if test "${ac_cv_prog_RANLIB+set}" = set; then
 1.19270 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.19271 ++else
 1.19272 ++  if test -n "$RANLIB"; then
 1.19273 ++  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 1.19274 ++else
 1.19275 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.19276 ++for as_dir in $PATH
 1.19277 ++do
 1.19278 ++  IFS=$as_save_IFS
 1.19279 ++  test -z "$as_dir" && as_dir=.
 1.19280 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.19281 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.19282 ++    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 1.19283 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.19284 ++    break 2
 1.19285 ++  fi
 1.19286 ++done
 1.19287 ++done
 1.19288 ++IFS=$as_save_IFS
 1.19289 ++
 1.19290 ++fi
 1.19291 ++fi
 1.19292 ++RANLIB=$ac_cv_prog_RANLIB
 1.19293 ++if test -n "$RANLIB"; then
 1.19294 ++  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 1.19295 ++echo "${ECHO_T}$RANLIB" >&6; }
 1.19296 ++else
 1.19297 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.19298 ++echo "${ECHO_T}no" >&6; }
 1.19299 ++fi
 1.19300 ++
 1.19301 ++
 1.19302 ++fi
 1.19303 ++if test -z "$ac_cv_prog_RANLIB"; then
 1.19304 ++  ac_ct_RANLIB=$RANLIB
 1.19305 ++  # Extract the first word of "ranlib", so it can be a program name with args.
 1.19306 ++set dummy ranlib; ac_word=$2
 1.19307 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.19308 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.19309 ++if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 1.19310 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.19311 ++else
 1.19312 ++  if test -n "$ac_ct_RANLIB"; then
 1.19313 ++  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
 1.19314 ++else
 1.19315 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.19316 ++for as_dir in $PATH
 1.19317 ++do
 1.19318 ++  IFS=$as_save_IFS
 1.19319 ++  test -z "$as_dir" && as_dir=.
 1.19320 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.19321 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.19322 ++    ac_cv_prog_ac_ct_RANLIB="ranlib"
 1.19323 ++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.19324 ++    break 2
 1.19325 ++  fi
 1.19326 ++done
 1.19327 ++done
 1.19328 ++IFS=$as_save_IFS
 1.19329 ++
 1.19330 ++fi
 1.19331 ++fi
 1.19332 ++ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 1.19333 ++if test -n "$ac_ct_RANLIB"; then
 1.19334 ++  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 1.19335 ++echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 1.19336 ++else
 1.19337 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.19338 ++echo "${ECHO_T}no" >&6; }
 1.19339 ++fi
 1.19340 ++
 1.19341 ++  if test "x$ac_ct_RANLIB" = x; then
 1.19342 ++    RANLIB=":"
 1.19343 ++  else
 1.19344 ++    case $cross_compiling:$ac_tool_warned in
 1.19345 ++yes:)
 1.19346 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.19347 ++whose name does not start with the host triplet.  If you think this
 1.19348 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.19349 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.19350 ++whose name does not start with the host triplet.  If you think this
 1.19351 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.19352 ++ac_tool_warned=yes ;;
 1.19353 ++esac
 1.19354 ++    RANLIB=$ac_ct_RANLIB
 1.19355 ++  fi
 1.19356 ++else
 1.19357 ++  RANLIB="$ac_cv_prog_RANLIB"
 1.19358 ++fi
 1.19359 ++
 1.19360 ++
 1.19361 ++# Find a good install program.  We prefer a C program (faster),
 1.19362 ++# so one script is as good as another.  But avoid the broken or
 1.19363 ++# incompatible versions:
 1.19364 ++# SysV /etc/install, /usr/sbin/install
 1.19365 ++# SunOS /usr/etc/install
 1.19366 ++# IRIX /sbin/install
 1.19367 ++# AIX /bin/install
 1.19368 ++# AmigaOS /C/install, which installs bootblocks on floppy discs
 1.19369 ++# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 1.19370 ++# AFS /usr/afsws/bin/install, which mishandles nonexistent args
 1.19371 ++# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 1.19372 ++# OS/2's system install, which has a completely different semantic
 1.19373 ++# ./install, which can be erroneously created by make from ./install.sh.
 1.19374 ++{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 1.19375 ++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 1.19376 ++if test -z "$INSTALL"; then
 1.19377 ++if test "${ac_cv_path_install+set}" = set; then
 1.19378 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.19379 ++else
 1.19380 ++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.19381 ++for as_dir in $PATH
 1.19382 ++do
 1.19383 ++  IFS=$as_save_IFS
 1.19384 ++  test -z "$as_dir" && as_dir=.
 1.19385 ++  # Account for people who put trailing slashes in PATH elements.
 1.19386 ++case $as_dir/ in
 1.19387 ++  ./ | .// | /cC/* | \
 1.19388 ++  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 1.19389 ++  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
 1.19390 ++  /usr/ucb/* ) ;;
 1.19391 ++  *)
 1.19392 ++    # OSF1 and SCO ODT 3.0 have their own names for install.
 1.19393 ++    # Don't use installbsd from OSF since it installs stuff as root
 1.19394 ++    # by default.
 1.19395 ++    for ac_prog in ginstall scoinst install; do
 1.19396 ++      for ac_exec_ext in '' $ac_executable_extensions; do
 1.19397 ++	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 1.19398 ++	  if test $ac_prog = install &&
 1.19399 ++	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 1.19400 ++	    # AIX install.  It has an incompatible calling convention.
 1.19401 ++	    :
 1.19402 ++	  elif test $ac_prog = install &&
 1.19403 ++	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 1.19404 ++	    # program-specific install script used by HP pwplus--don't use.
 1.19405 ++	    :
 1.19406 ++	  else
 1.19407 ++	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 1.19408 ++	    break 3
 1.19409 ++	  fi
 1.19410 ++	fi
 1.19411 ++      done
 1.19412 ++    done
 1.19413 ++    ;;
 1.19414 ++esac
 1.19415 ++done
 1.19416 ++IFS=$as_save_IFS
 1.19417 ++
 1.19418 ++
 1.19419 ++fi
 1.19420 ++  if test "${ac_cv_path_install+set}" = set; then
 1.19421 ++    INSTALL=$ac_cv_path_install
 1.19422 ++  else
 1.19423 ++    # As a last resort, use the slow shell script.  Don't cache a
 1.19424 ++    # value for INSTALL within a source directory, because that will
 1.19425 ++    # break other packages using the cache if that directory is
 1.19426 ++    # removed, or if the value is a relative name.
 1.19427 ++    INSTALL=$ac_install_sh
 1.19428 ++  fi
 1.19429 ++fi
 1.19430 ++{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 1.19431 ++echo "${ECHO_T}$INSTALL" >&6; }
 1.19432 ++
 1.19433 ++# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 1.19434 ++# It thinks the first close brace ends the variable substitution.
 1.19435 ++test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 1.19436 ++
 1.19437 ++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 1.19438 ++
 1.19439 ++test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 1.19440 ++
 1.19441 ++
 1.19442 ++{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 1.19443 ++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 1.19444 ++    # Check whether --enable-maintainer-mode was given.
 1.19445 ++if test "${enable_maintainer_mode+set}" = set; then
 1.19446 ++  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 1.19447 ++else
 1.19448 ++  USE_MAINTAINER_MODE=no
 1.19449 ++fi
 1.19450 ++
 1.19451 ++  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 1.19452 ++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 1.19453 ++
 1.19454 ++
 1.19455 ++if test $USE_MAINTAINER_MODE = yes; then
 1.19456 ++  MAINTAINER_MODE_TRUE=
 1.19457 ++  MAINTAINER_MODE_FALSE='#'
 1.19458 ++else
 1.19459 ++  MAINTAINER_MODE_TRUE='#'
 1.19460 ++  MAINTAINER_MODE_FALSE=
 1.19461 ++fi
 1.19462 ++  MAINT=$MAINTAINER_MODE_TRUE
 1.19463 ++
 1.19464 ++
 1.19465 ++
 1.19466 ++# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
 1.19467 ++# at least currently, we never actually build a program, so we never
 1.19468 ++# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
 1.19469 ++# fails, because we are probably configuring with a cross compiler
 1.19470 ++# which can't create executables.  So we include AC_EXEEXT to keep
 1.19471 ++# automake happy, but we don't execute it, since we don't care about
 1.19472 ++# the result.
 1.19473 ++#if false; then
 1.19474 ++#
 1.19475 ++#fi
 1.19476 ++
 1.19477 ++. ${newlib_basedir}/configure.host
 1.19478 ++
 1.19479 ++newlib_cflags="${newlib_cflags} -fno-builtin"
 1.19480 ++
 1.19481 ++NEWLIB_CFLAGS=${newlib_cflags}
 1.19482 ++
 1.19483 ++
 1.19484 ++LDFLAGS=${ldflags}
 1.19485 ++
 1.19486 ++
 1.19487 ++
 1.19488 ++
 1.19489 ++if test x${newlib_elix_level} = x0; then
 1.19490 ++  ELIX_LEVEL_0_TRUE=
 1.19491 ++  ELIX_LEVEL_0_FALSE='#'
 1.19492 ++else
 1.19493 ++  ELIX_LEVEL_0_TRUE='#'
 1.19494 ++  ELIX_LEVEL_0_FALSE=
 1.19495 ++fi
 1.19496 ++
 1.19497 ++
 1.19498 ++if test x${newlib_elix_level} = x1; then
 1.19499 ++  ELIX_LEVEL_1_TRUE=
 1.19500 ++  ELIX_LEVEL_1_FALSE='#'
 1.19501 ++else
 1.19502 ++  ELIX_LEVEL_1_TRUE='#'
 1.19503 ++  ELIX_LEVEL_1_FALSE=
 1.19504 ++fi
 1.19505 ++
 1.19506 ++
 1.19507 ++if test x${newlib_elix_level} = x2; then
 1.19508 ++  ELIX_LEVEL_2_TRUE=
 1.19509 ++  ELIX_LEVEL_2_FALSE='#'
 1.19510 ++else
 1.19511 ++  ELIX_LEVEL_2_TRUE='#'
 1.19512 ++  ELIX_LEVEL_2_FALSE=
 1.19513 ++fi
 1.19514 ++
 1.19515 ++
 1.19516 ++if test x${newlib_elix_level} = x3; then
 1.19517 ++  ELIX_LEVEL_3_TRUE=
 1.19518 ++  ELIX_LEVEL_3_FALSE='#'
 1.19519 ++else
 1.19520 ++  ELIX_LEVEL_3_TRUE='#'
 1.19521 ++  ELIX_LEVEL_3_FALSE=
 1.19522 ++fi
 1.19523 ++
 1.19524 ++
 1.19525 ++if test x${newlib_elix_level} = x4; then
 1.19526 ++  ELIX_LEVEL_4_TRUE=
 1.19527 ++  ELIX_LEVEL_4_FALSE='#'
 1.19528 ++else
 1.19529 ++  ELIX_LEVEL_4_TRUE='#'
 1.19530 ++  ELIX_LEVEL_4_FALSE=
 1.19531 ++fi
 1.19532 ++
 1.19533 ++
 1.19534 ++
 1.19535 ++if test x${use_libtool} = xyes; then
 1.19536 ++  USE_LIBTOOL_TRUE=
 1.19537 ++  USE_LIBTOOL_FALSE='#'
 1.19538 ++else
 1.19539 ++  USE_LIBTOOL_TRUE='#'
 1.19540 ++  USE_LIBTOOL_FALSE=
 1.19541 ++fi
 1.19542 ++
 1.19543 ++# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
 1.19544 ++# use oext, which is set in configure.host based on the target platform.
 1.19545 ++OBJEXT=${oext}
 1.19546 ++
 1.19547 ++
 1.19548 ++
 1.19549 ++
 1.19550 ++
 1.19551 ++
 1.19552 ++
 1.19553 ++
 1.19554 ++
 1.19555 ++
 1.19556 ++ac_config_files="$ac_config_files Makefile"
 1.19557 ++
 1.19558 ++cat >confcache <<\_ACEOF
 1.19559 ++# This file is a shell script that caches the results of configure
 1.19560 ++# tests run on this system so they can be shared between configure
 1.19561 ++# scripts and configure runs, see configure's option --config-cache.
 1.19562 ++# It is not useful on other systems.  If it contains results you don't
 1.19563 ++# want to keep, you may remove or edit it.
 1.19564 ++#
 1.19565 ++# config.status only pays attention to the cache file if you give it
 1.19566 ++# the --recheck option to rerun configure.
 1.19567 ++#
 1.19568 ++# `ac_cv_env_foo' variables (set or unset) will be overridden when
 1.19569 ++# loading this file, other *unset* `ac_cv_foo' will be assigned the
 1.19570 ++# following values.
 1.19571 ++
 1.19572 ++_ACEOF
 1.19573 ++
 1.19574 ++# The following way of writing the cache mishandles newlines in values,
 1.19575 ++# but we know of no workaround that is simple, portable, and efficient.
 1.19576 ++# So, we kill variables containing newlines.
 1.19577 ++# Ultrix sh set writes to stderr and can't be redirected directly,
 1.19578 ++# and sets the high bit in the cache file unless we assign to the vars.
 1.19579 ++(
 1.19580 ++  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 1.19581 ++    eval ac_val=\$$ac_var
 1.19582 ++    case $ac_val in #(
 1.19583 ++    *${as_nl}*)
 1.19584 ++      case $ac_var in #(
 1.19585 ++      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 1.19586 ++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 1.19587 ++      esac
 1.19588 ++      case $ac_var in #(
 1.19589 ++      _ | IFS | as_nl) ;; #(
 1.19590 ++      *) $as_unset $ac_var ;;
 1.19591 ++      esac ;;
 1.19592 ++    esac
 1.19593 ++  done
 1.19594 ++
 1.19595 ++  (set) 2>&1 |
 1.19596 ++    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 1.19597 ++    *${as_nl}ac_space=\ *)
 1.19598 ++      # `set' does not quote correctly, so add quotes (double-quote
 1.19599 ++      # substitution turns \\\\ into \\, and sed turns \\ into \).
 1.19600 ++      sed -n \
 1.19601 ++	"s/'/'\\\\''/g;
 1.19602 ++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 1.19603 ++      ;; #(
 1.19604 ++    *)
 1.19605 ++      # `set' quotes correctly as required by POSIX, so do not add quotes.
 1.19606 ++      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 1.19607 ++      ;;
 1.19608 ++    esac |
 1.19609 ++    sort
 1.19610 ++) |
 1.19611 ++  sed '
 1.19612 ++     /^ac_cv_env_/b end
 1.19613 ++     t clear
 1.19614 ++     :clear
 1.19615 ++     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 1.19616 ++     t end
 1.19617 ++     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 1.19618 ++     :end' >>confcache
 1.19619 ++if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 1.19620 ++  if test -w "$cache_file"; then
 1.19621 ++    test "x$cache_file" != "x/dev/null" &&
 1.19622 ++      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 1.19623 ++echo "$as_me: updating cache $cache_file" >&6;}
 1.19624 ++    cat confcache >$cache_file
 1.19625 ++  else
 1.19626 ++    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 1.19627 ++echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 1.19628 ++  fi
 1.19629 ++fi
 1.19630 ++rm -f confcache
 1.19631 ++
 1.19632 ++test "x$prefix" = xNONE && prefix=$ac_default_prefix
 1.19633 ++# Let make expand exec_prefix.
 1.19634 ++test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 1.19635 ++
 1.19636 ++# Transform confdefs.h into DEFS.
 1.19637 ++# Protect against shell expansion while executing Makefile rules.
 1.19638 ++# Protect against Makefile macro expansion.
 1.19639 ++#
 1.19640 ++# If the first sed substitution is executed (which looks for macros that
 1.19641 ++# take arguments), then branch to the quote section.  Otherwise,
 1.19642 ++# look for a macro that doesn't take arguments.
 1.19643 ++ac_script='
 1.19644 ++t clear
 1.19645 ++:clear
 1.19646 ++s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
 1.19647 ++t quote
 1.19648 ++s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
 1.19649 ++t quote
 1.19650 ++b any
 1.19651 ++:quote
 1.19652 ++s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
 1.19653 ++s/\[/\\&/g
 1.19654 ++s/\]/\\&/g
 1.19655 ++s/\$/$$/g
 1.19656 ++H
 1.19657 ++:any
 1.19658 ++${
 1.19659 ++	g
 1.19660 ++	s/^\n//
 1.19661 ++	s/\n/ /g
 1.19662 ++	p
 1.19663 ++}
 1.19664 ++'
 1.19665 ++DEFS=`sed -n "$ac_script" confdefs.h`
 1.19666 ++
 1.19667 ++
 1.19668 ++ac_libobjs=
 1.19669 ++ac_ltlibobjs=
 1.19670 ++for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 1.19671 ++  # 1. Remove the extension, and $U if already installed.
 1.19672 ++  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 1.19673 ++  ac_i=`echo "$ac_i" | sed "$ac_script"`
 1.19674 ++  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 1.19675 ++  #    will be set to the directory where LIBOBJS objects are built.
 1.19676 ++  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 1.19677 ++  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 1.19678 ++done
 1.19679 ++LIBOBJS=$ac_libobjs
 1.19680 ++
 1.19681 ++LTLIBOBJS=$ac_ltlibobjs
 1.19682 ++
 1.19683 ++
 1.19684 ++
 1.19685 ++: ${CONFIG_STATUS=./config.status}
 1.19686 ++ac_clean_files_save=$ac_clean_files
 1.19687 ++ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 1.19688 ++{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 1.19689 ++echo "$as_me: creating $CONFIG_STATUS" >&6;}
 1.19690 ++cat >$CONFIG_STATUS <<_ACEOF
 1.19691 ++#! $SHELL
 1.19692 ++# Generated by $as_me.
 1.19693 ++# Run this file to recreate the current configuration.
 1.19694 ++# Compiler output produced by configure, useful for debugging
 1.19695 ++# configure, is in config.log if it exists.
 1.19696 ++
 1.19697 ++debug=false
 1.19698 ++ac_cs_recheck=false
 1.19699 ++ac_cs_silent=false
 1.19700 ++SHELL=\${CONFIG_SHELL-$SHELL}
 1.19701 ++_ACEOF
 1.19702 ++
 1.19703 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.19704 ++## --------------------- ##
 1.19705 ++## M4sh Initialization.  ##
 1.19706 ++## --------------------- ##
 1.19707 ++
 1.19708 ++# Be more Bourne compatible
 1.19709 ++DUALCASE=1; export DUALCASE # for MKS sh
 1.19710 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 1.19711 ++  emulate sh
 1.19712 ++  NULLCMD=:
 1.19713 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 1.19714 ++  # is contrary to our usage.  Disable this feature.
 1.19715 ++  alias -g '${1+"$@"}'='"$@"'
 1.19716 ++  setopt NO_GLOB_SUBST
 1.19717 ++else
 1.19718 ++  case `(set -o) 2>/dev/null` in
 1.19719 ++  *posix*) set -o posix ;;
 1.19720 ++esac
 1.19721 ++
 1.19722 ++fi
 1.19723 ++
 1.19724 ++
 1.19725 ++
 1.19726 ++
 1.19727 ++# PATH needs CR
 1.19728 ++# Avoid depending upon Character Ranges.
 1.19729 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 1.19730 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 1.19731 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 1.19732 ++as_cr_digits='0123456789'
 1.19733 ++as_cr_alnum=$as_cr_Letters$as_cr_digits
 1.19734 ++
 1.19735 ++# The user is always right.
 1.19736 ++if test "${PATH_SEPARATOR+set}" != set; then
 1.19737 ++  echo "#! /bin/sh" >conf$$.sh
 1.19738 ++  echo  "exit 0"   >>conf$$.sh
 1.19739 ++  chmod +x conf$$.sh
 1.19740 ++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 1.19741 ++    PATH_SEPARATOR=';'
 1.19742 ++  else
 1.19743 ++    PATH_SEPARATOR=:
 1.19744 ++  fi
 1.19745 ++  rm -f conf$$.sh
 1.19746 ++fi
 1.19747 ++
 1.19748 ++# Support unset when possible.
 1.19749 ++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 1.19750 ++  as_unset=unset
 1.19751 ++else
 1.19752 ++  as_unset=false
 1.19753 ++fi
 1.19754 ++
 1.19755 ++
 1.19756 ++# IFS
 1.19757 ++# We need space, tab and new line, in precisely that order.  Quoting is
 1.19758 ++# there to prevent editors from complaining about space-tab.
 1.19759 ++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 1.19760 ++# splitting by setting IFS to empty value.)
 1.19761 ++as_nl='
 1.19762 ++'
 1.19763 ++IFS=" ""	$as_nl"
 1.19764 ++
 1.19765 ++# Find who we are.  Look in the path if we contain no directory separator.
 1.19766 ++case $0 in
 1.19767 ++  *[\\/]* ) as_myself=$0 ;;
 1.19768 ++  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.19769 ++for as_dir in $PATH
 1.19770 ++do
 1.19771 ++  IFS=$as_save_IFS
 1.19772 ++  test -z "$as_dir" && as_dir=.
 1.19773 ++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 1.19774 ++done
 1.19775 ++IFS=$as_save_IFS
 1.19776 ++
 1.19777 ++     ;;
 1.19778 ++esac
 1.19779 ++# We did not find ourselves, most probably we were run as `sh COMMAND'
 1.19780 ++# in which case we are not to be found in the path.
 1.19781 ++if test "x$as_myself" = x; then
 1.19782 ++  as_myself=$0
 1.19783 ++fi
 1.19784 ++if test ! -f "$as_myself"; then
 1.19785 ++  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 1.19786 ++  { (exit 1); exit 1; }
 1.19787 ++fi
 1.19788 ++
 1.19789 ++# Work around bugs in pre-3.0 UWIN ksh.
 1.19790 ++for as_var in ENV MAIL MAILPATH
 1.19791 ++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.19792 ++done
 1.19793 ++PS1='$ '
 1.19794 ++PS2='> '
 1.19795 ++PS4='+ '
 1.19796 ++
 1.19797 ++# NLS nuisances.
 1.19798 ++for as_var in \
 1.19799 ++  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 1.19800 ++  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 1.19801 ++  LC_TELEPHONE LC_TIME
 1.19802 ++do
 1.19803 ++  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 1.19804 ++    eval $as_var=C; export $as_var
 1.19805 ++  else
 1.19806 ++    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.19807 ++  fi
 1.19808 ++done
 1.19809 ++
 1.19810 ++# Required to use basename.
 1.19811 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.19812 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.19813 ++  as_expr=expr
 1.19814 ++else
 1.19815 ++  as_expr=false
 1.19816 ++fi
 1.19817 ++
 1.19818 ++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 1.19819 ++  as_basename=basename
 1.19820 ++else
 1.19821 ++  as_basename=false
 1.19822 ++fi
 1.19823 ++
 1.19824 ++
 1.19825 ++# Name of the executable.
 1.19826 ++as_me=`$as_basename -- "$0" ||
 1.19827 ++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 1.19828 ++	 X"$0" : 'X\(//\)$' \| \
 1.19829 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 1.19830 ++echo X/"$0" |
 1.19831 ++    sed '/^.*\/\([^/][^/]*\)\/*$/{
 1.19832 ++	    s//\1/
 1.19833 ++	    q
 1.19834 ++	  }
 1.19835 ++	  /^X\/\(\/\/\)$/{
 1.19836 ++	    s//\1/
 1.19837 ++	    q
 1.19838 ++	  }
 1.19839 ++	  /^X\/\(\/\).*/{
 1.19840 ++	    s//\1/
 1.19841 ++	    q
 1.19842 ++	  }
 1.19843 ++	  s/.*/./; q'`
 1.19844 ++
 1.19845 ++# CDPATH.
 1.19846 ++$as_unset CDPATH
 1.19847 ++
 1.19848 ++
 1.19849 ++
 1.19850 ++  as_lineno_1=$LINENO
 1.19851 ++  as_lineno_2=$LINENO
 1.19852 ++  test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.19853 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 1.19854 ++
 1.19855 ++  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 1.19856 ++  # uniformly replaced by the line number.  The first 'sed' inserts a
 1.19857 ++  # line-number line after each line using $LINENO; the second 'sed'
 1.19858 ++  # does the real work.  The second script uses 'N' to pair each
 1.19859 ++  # line-number line with the line containing $LINENO, and appends
 1.19860 ++  # trailing '-' during substitution so that $LINENO is not a special
 1.19861 ++  # case at line end.
 1.19862 ++  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 1.19863 ++  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 1.19864 ++  # E. McMahon (1931-1989) for sed's syntax.  :-)
 1.19865 ++  sed -n '
 1.19866 ++    p
 1.19867 ++    /[$]LINENO/=
 1.19868 ++  ' <$as_myself |
 1.19869 ++    sed '
 1.19870 ++      s/[$]LINENO.*/&-/
 1.19871 ++      t lineno
 1.19872 ++      b
 1.19873 ++      :lineno
 1.19874 ++      N
 1.19875 ++      :loop
 1.19876 ++      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 1.19877 ++      t loop
 1.19878 ++      s/-\n.*//
 1.19879 ++    ' >$as_me.lineno &&
 1.19880 ++  chmod +x "$as_me.lineno" ||
 1.19881 ++    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 1.19882 ++   { (exit 1); exit 1; }; }
 1.19883 ++
 1.19884 ++  # Don't try to exec as it changes $[0], causing all sort of problems
 1.19885 ++  # (the dirname of $[0] is not the place where we might find the
 1.19886 ++  # original and so on.  Autoconf is especially sensitive to this).
 1.19887 ++  . "./$as_me.lineno"
 1.19888 ++  # Exit status is that of the last command.
 1.19889 ++  exit
 1.19890 ++}
 1.19891 ++
 1.19892 ++
 1.19893 ++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 1.19894 ++  as_dirname=dirname
 1.19895 ++else
 1.19896 ++  as_dirname=false
 1.19897 ++fi
 1.19898 ++
 1.19899 ++ECHO_C= ECHO_N= ECHO_T=
 1.19900 ++case `echo -n x` in
 1.19901 ++-n*)
 1.19902 ++  case `echo 'x\c'` in
 1.19903 ++  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 1.19904 ++  *)   ECHO_C='\c';;
 1.19905 ++  esac;;
 1.19906 ++*)
 1.19907 ++  ECHO_N='-n';;
 1.19908 ++esac
 1.19909 ++
 1.19910 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.19911 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.19912 ++  as_expr=expr
 1.19913 ++else
 1.19914 ++  as_expr=false
 1.19915 ++fi
 1.19916 ++
 1.19917 ++rm -f conf$$ conf$$.exe conf$$.file
 1.19918 ++if test -d conf$$.dir; then
 1.19919 ++  rm -f conf$$.dir/conf$$.file
 1.19920 ++else
 1.19921 ++  rm -f conf$$.dir
 1.19922 ++  mkdir conf$$.dir
 1.19923 ++fi
 1.19924 ++echo >conf$$.file
 1.19925 ++if ln -s conf$$.file conf$$ 2>/dev/null; then
 1.19926 ++  as_ln_s='ln -s'
 1.19927 ++  # ... but there are two gotchas:
 1.19928 ++  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 1.19929 ++  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 1.19930 ++  # In both cases, we have to default to `cp -p'.
 1.19931 ++  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 1.19932 ++    as_ln_s='cp -p'
 1.19933 ++elif ln conf$$.file conf$$ 2>/dev/null; then
 1.19934 ++  as_ln_s=ln
 1.19935 ++else
 1.19936 ++  as_ln_s='cp -p'
 1.19937 ++fi
 1.19938 ++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 1.19939 ++rmdir conf$$.dir 2>/dev/null
 1.19940 ++
 1.19941 ++if mkdir -p . 2>/dev/null; then
 1.19942 ++  as_mkdir_p=:
 1.19943 ++else
 1.19944 ++  test -d ./-p && rmdir ./-p
 1.19945 ++  as_mkdir_p=false
 1.19946 ++fi
 1.19947 ++
 1.19948 ++if test -x / >/dev/null 2>&1; then
 1.19949 ++  as_test_x='test -x'
 1.19950 ++else
 1.19951 ++  if ls -dL / >/dev/null 2>&1; then
 1.19952 ++    as_ls_L_option=L
 1.19953 ++  else
 1.19954 ++    as_ls_L_option=
 1.19955 ++  fi
 1.19956 ++  as_test_x='
 1.19957 ++    eval sh -c '\''
 1.19958 ++      if test -d "$1"; then
 1.19959 ++        test -d "$1/.";
 1.19960 ++      else
 1.19961 ++	case $1 in
 1.19962 ++        -*)set "./$1";;
 1.19963 ++	esac;
 1.19964 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 1.19965 ++	???[sx]*):;;*)false;;esac;fi
 1.19966 ++    '\'' sh
 1.19967 ++  '
 1.19968 ++fi
 1.19969 ++as_executable_p=$as_test_x
 1.19970 ++
 1.19971 ++# Sed expression to map a string onto a valid CPP name.
 1.19972 ++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 1.19973 ++
 1.19974 ++# Sed expression to map a string onto a valid variable name.
 1.19975 ++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 1.19976 ++
 1.19977 ++
 1.19978 ++exec 6>&1
 1.19979 ++
 1.19980 ++# Save the log message, to keep $[0] and so on meaningful, and to
 1.19981 ++# report actual input values of CONFIG_FILES etc. instead of their
 1.19982 ++# values after options handling.
 1.19983 ++ac_log="
 1.19984 ++This file was extended by newlib $as_me NEWLIB_VERSION, which was
 1.19985 ++generated by GNU Autoconf 2.61.  Invocation command line was
 1.19986 ++
 1.19987 ++  CONFIG_FILES    = $CONFIG_FILES
 1.19988 ++  CONFIG_HEADERS  = $CONFIG_HEADERS
 1.19989 ++  CONFIG_LINKS    = $CONFIG_LINKS
 1.19990 ++  CONFIG_COMMANDS = $CONFIG_COMMANDS
 1.19991 ++  $ $0 $@
 1.19992 ++
 1.19993 ++on `(hostname || uname -n) 2>/dev/null | sed 1q`
 1.19994 ++"
 1.19995 ++
 1.19996 ++_ACEOF
 1.19997 ++
 1.19998 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.19999 ++# Files that config.status was made for.
 1.20000 ++config_files="$ac_config_files"
 1.20001 ++
 1.20002 ++_ACEOF
 1.20003 ++
 1.20004 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.20005 ++ac_cs_usage="\
 1.20006 ++\`$as_me' instantiates files from templates according to the
 1.20007 ++current configuration.
 1.20008 ++
 1.20009 ++Usage: $0 [OPTIONS] [FILE]...
 1.20010 ++
 1.20011 ++  -h, --help       print this help, then exit
 1.20012 ++  -V, --version    print version number and configuration settings, then exit
 1.20013 ++  -q, --quiet      do not print progress messages
 1.20014 ++  -d, --debug      don't remove temporary files
 1.20015 ++      --recheck    update $as_me by reconfiguring in the same conditions
 1.20016 ++  --file=FILE[:TEMPLATE]
 1.20017 ++		   instantiate the configuration file FILE
 1.20018 ++
 1.20019 ++Configuration files:
 1.20020 ++$config_files
 1.20021 ++
 1.20022 ++Report bugs to <bug-autoconf@gnu.org>."
 1.20023 ++
 1.20024 ++_ACEOF
 1.20025 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.20026 ++ac_cs_version="\\
 1.20027 ++newlib config.status NEWLIB_VERSION
 1.20028 ++configured by $0, generated by GNU Autoconf 2.61,
 1.20029 ++  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 1.20030 ++
 1.20031 ++Copyright (C) 2006 Free Software Foundation, Inc.
 1.20032 ++This config.status script is free software; the Free Software Foundation
 1.20033 ++gives unlimited permission to copy, distribute and modify it."
 1.20034 ++
 1.20035 ++ac_pwd='$ac_pwd'
 1.20036 ++srcdir='$srcdir'
 1.20037 ++INSTALL='$INSTALL'
 1.20038 ++_ACEOF
 1.20039 ++
 1.20040 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.20041 ++# If no file are specified by the user, then we need to provide default
 1.20042 ++# value.  By we need to know if files were specified by the user.
 1.20043 ++ac_need_defaults=:
 1.20044 ++while test $# != 0
 1.20045 ++do
 1.20046 ++  case $1 in
 1.20047 ++  --*=*)
 1.20048 ++    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 1.20049 ++    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 1.20050 ++    ac_shift=:
 1.20051 ++    ;;
 1.20052 ++  *)
 1.20053 ++    ac_option=$1
 1.20054 ++    ac_optarg=$2
 1.20055 ++    ac_shift=shift
 1.20056 ++    ;;
 1.20057 ++  esac
 1.20058 ++
 1.20059 ++  case $ac_option in
 1.20060 ++  # Handling of the options.
 1.20061 ++  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 1.20062 ++    ac_cs_recheck=: ;;
 1.20063 ++  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 1.20064 ++    echo "$ac_cs_version"; exit ;;
 1.20065 ++  --debug | --debu | --deb | --de | --d | -d )
 1.20066 ++    debug=: ;;
 1.20067 ++  --file | --fil | --fi | --f )
 1.20068 ++    $ac_shift
 1.20069 ++    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 1.20070 ++    ac_need_defaults=false;;
 1.20071 ++  --he | --h |  --help | --hel | -h )
 1.20072 ++    echo "$ac_cs_usage"; exit ;;
 1.20073 ++  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 1.20074 ++  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 1.20075 ++    ac_cs_silent=: ;;
 1.20076 ++
 1.20077 ++  # This is an error.
 1.20078 ++  -*) { echo "$as_me: error: unrecognized option: $1
 1.20079 ++Try \`$0 --help' for more information." >&2
 1.20080 ++   { (exit 1); exit 1; }; } ;;
 1.20081 ++
 1.20082 ++  *) ac_config_targets="$ac_config_targets $1"
 1.20083 ++     ac_need_defaults=false ;;
 1.20084 ++
 1.20085 ++  esac
 1.20086 ++  shift
 1.20087 ++done
 1.20088 ++
 1.20089 ++ac_configure_extra_args=
 1.20090 ++
 1.20091 ++if $ac_cs_silent; then
 1.20092 ++  exec 6>/dev/null
 1.20093 ++  ac_configure_extra_args="$ac_configure_extra_args --silent"
 1.20094 ++fi
 1.20095 ++
 1.20096 ++_ACEOF
 1.20097 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.20098 ++if \$ac_cs_recheck; then
 1.20099 ++  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 1.20100 ++  CONFIG_SHELL=$SHELL
 1.20101 ++  export CONFIG_SHELL
 1.20102 ++  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 1.20103 ++fi
 1.20104 ++
 1.20105 ++_ACEOF
 1.20106 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.20107 ++exec 5>>config.log
 1.20108 ++{
 1.20109 ++  echo
 1.20110 ++  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 1.20111 ++## Running $as_me. ##
 1.20112 ++_ASBOX
 1.20113 ++  echo "$ac_log"
 1.20114 ++} >&5
 1.20115 ++
 1.20116 ++_ACEOF
 1.20117 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.20118 ++_ACEOF
 1.20119 ++
 1.20120 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.20121 ++
 1.20122 ++# Handling of arguments.
 1.20123 ++for ac_config_target in $ac_config_targets
 1.20124 ++do
 1.20125 ++  case $ac_config_target in
 1.20126 ++    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 1.20127 ++
 1.20128 ++  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 1.20129 ++echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 1.20130 ++   { (exit 1); exit 1; }; };;
 1.20131 ++  esac
 1.20132 ++done
 1.20133 ++
 1.20134 ++
 1.20135 ++# If the user did not use the arguments to specify the items to instantiate,
 1.20136 ++# then the envvar interface is used.  Set only those that are not.
 1.20137 ++# We use the long form for the default assignment because of an extremely
 1.20138 ++# bizarre bug on SunOS 4.1.3.
 1.20139 ++if $ac_need_defaults; then
 1.20140 ++  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 1.20141 ++fi
 1.20142 ++
 1.20143 ++# Have a temporary directory for convenience.  Make it in the build tree
 1.20144 ++# simply because there is no reason against having it here, and in addition,
 1.20145 ++# creating and moving files from /tmp can sometimes cause problems.
 1.20146 ++# Hook for its removal unless debugging.
 1.20147 ++# Note that there is a small window in which the directory will not be cleaned:
 1.20148 ++# after its creation but before its name has been assigned to `$tmp'.
 1.20149 ++$debug ||
 1.20150 ++{
 1.20151 ++  tmp=
 1.20152 ++  trap 'exit_status=$?
 1.20153 ++  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 1.20154 ++' 0
 1.20155 ++  trap '{ (exit 1); exit 1; }' 1 2 13 15
 1.20156 ++}
 1.20157 ++# Create a (secure) tmp directory for tmp files.
 1.20158 ++
 1.20159 ++{
 1.20160 ++  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 1.20161 ++  test -n "$tmp" && test -d "$tmp"
 1.20162 ++}  ||
 1.20163 ++{
 1.20164 ++  tmp=./conf$$-$RANDOM
 1.20165 ++  (umask 077 && mkdir "$tmp")
 1.20166 ++} ||
 1.20167 ++{
 1.20168 ++   echo "$me: cannot create a temporary directory in ." >&2
 1.20169 ++   { (exit 1); exit 1; }
 1.20170 ++}
 1.20171 ++
 1.20172 ++#
 1.20173 ++# Set up the sed scripts for CONFIG_FILES section.
 1.20174 ++#
 1.20175 ++
 1.20176 ++# No need to generate the scripts if there are no CONFIG_FILES.
 1.20177 ++# This happens for instance when ./config.status config.h
 1.20178 ++if test -n "$CONFIG_FILES"; then
 1.20179 ++
 1.20180 ++_ACEOF
 1.20181 ++
 1.20182 ++
 1.20183 ++
 1.20184 ++ac_delim='%!_!# '
 1.20185 ++for ac_last_try in false false false false false :; do
 1.20186 ++  cat >conf$$subs.sed <<_ACEOF
 1.20187 ++SHELL!$SHELL$ac_delim
 1.20188 ++PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 1.20189 ++PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 1.20190 ++PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 1.20191 ++PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 1.20192 ++PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 1.20193 ++PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 1.20194 ++exec_prefix!$exec_prefix$ac_delim
 1.20195 ++prefix!$prefix$ac_delim
 1.20196 ++program_transform_name!$program_transform_name$ac_delim
 1.20197 ++bindir!$bindir$ac_delim
 1.20198 ++sbindir!$sbindir$ac_delim
 1.20199 ++libexecdir!$libexecdir$ac_delim
 1.20200 ++datarootdir!$datarootdir$ac_delim
 1.20201 ++datadir!$datadir$ac_delim
 1.20202 ++sysconfdir!$sysconfdir$ac_delim
 1.20203 ++sharedstatedir!$sharedstatedir$ac_delim
 1.20204 ++localstatedir!$localstatedir$ac_delim
 1.20205 ++includedir!$includedir$ac_delim
 1.20206 ++oldincludedir!$oldincludedir$ac_delim
 1.20207 ++docdir!$docdir$ac_delim
 1.20208 ++infodir!$infodir$ac_delim
 1.20209 ++htmldir!$htmldir$ac_delim
 1.20210 ++dvidir!$dvidir$ac_delim
 1.20211 ++pdfdir!$pdfdir$ac_delim
 1.20212 ++psdir!$psdir$ac_delim
 1.20213 ++libdir!$libdir$ac_delim
 1.20214 ++localedir!$localedir$ac_delim
 1.20215 ++mandir!$mandir$ac_delim
 1.20216 ++DEFS!$DEFS$ac_delim
 1.20217 ++ECHO_C!$ECHO_C$ac_delim
 1.20218 ++ECHO_N!$ECHO_N$ac_delim
 1.20219 ++ECHO_T!$ECHO_T$ac_delim
 1.20220 ++LIBS!$LIBS$ac_delim
 1.20221 ++build_alias!$build_alias$ac_delim
 1.20222 ++host_alias!$host_alias$ac_delim
 1.20223 ++target_alias!$target_alias$ac_delim
 1.20224 ++MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
 1.20225 ++MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
 1.20226 ++newlib_basedir!$newlib_basedir$ac_delim
 1.20227 ++build!$build$ac_delim
 1.20228 ++build_cpu!$build_cpu$ac_delim
 1.20229 ++build_vendor!$build_vendor$ac_delim
 1.20230 ++build_os!$build_os$ac_delim
 1.20231 ++host!$host$ac_delim
 1.20232 ++host_cpu!$host_cpu$ac_delim
 1.20233 ++host_vendor!$host_vendor$ac_delim
 1.20234 ++host_os!$host_os$ac_delim
 1.20235 ++target!$target$ac_delim
 1.20236 ++target_cpu!$target_cpu$ac_delim
 1.20237 ++target_vendor!$target_vendor$ac_delim
 1.20238 ++target_os!$target_os$ac_delim
 1.20239 ++INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 1.20240 ++INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 1.20241 ++INSTALL_DATA!$INSTALL_DATA$ac_delim
 1.20242 ++PACKAGE!$PACKAGE$ac_delim
 1.20243 ++VERSION!$VERSION$ac_delim
 1.20244 ++ACLOCAL!$ACLOCAL$ac_delim
 1.20245 ++AUTOCONF!$AUTOCONF$ac_delim
 1.20246 ++AUTOMAKE!$AUTOMAKE$ac_delim
 1.20247 ++AUTOHEADER!$AUTOHEADER$ac_delim
 1.20248 ++MAKEINFO!$MAKEINFO$ac_delim
 1.20249 ++SET_MAKE!$SET_MAKE$ac_delim
 1.20250 ++CC!$CC$ac_delim
 1.20251 ++AS!$AS$ac_delim
 1.20252 ++AR!$AR$ac_delim
 1.20253 ++RANLIB!$RANLIB$ac_delim
 1.20254 ++MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 1.20255 ++MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 1.20256 ++MAINT!$MAINT$ac_delim
 1.20257 ++NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
 1.20258 ++LDFLAGS!$LDFLAGS$ac_delim
 1.20259 ++ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
 1.20260 ++ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
 1.20261 ++ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
 1.20262 ++ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
 1.20263 ++ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
 1.20264 ++ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
 1.20265 ++ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
 1.20266 ++ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
 1.20267 ++ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
 1.20268 ++ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
 1.20269 ++USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
 1.20270 ++USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
 1.20271 ++OBJEXT!$OBJEXT$ac_delim
 1.20272 ++oext!$oext$ac_delim
 1.20273 ++aext!$aext$ac_delim
 1.20274 ++libm_machine_dir!$libm_machine_dir$ac_delim
 1.20275 ++machine_dir!$machine_dir$ac_delim
 1.20276 ++sys_dir!$sys_dir$ac_delim
 1.20277 ++LIBOBJS!$LIBOBJS$ac_delim
 1.20278 ++LTLIBOBJS!$LTLIBOBJS$ac_delim
 1.20279 ++_ACEOF
 1.20280 ++
 1.20281 ++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
 1.20282 ++    break
 1.20283 ++  elif $ac_last_try; then
 1.20284 ++    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 1.20285 ++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 1.20286 ++   { (exit 1); exit 1; }; }
 1.20287 ++  else
 1.20288 ++    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 1.20289 ++  fi
 1.20290 ++done
 1.20291 ++
 1.20292 ++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 1.20293 ++if test -n "$ac_eof"; then
 1.20294 ++  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 1.20295 ++  ac_eof=`expr $ac_eof + 1`
 1.20296 ++fi
 1.20297 ++
 1.20298 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.20299 ++cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 1.20300 ++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 1.20301 ++_ACEOF
 1.20302 ++sed '
 1.20303 ++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 1.20304 ++s/^/s,@/; s/!/@,|#_!!_#|/
 1.20305 ++:n
 1.20306 ++t n
 1.20307 ++s/'"$ac_delim"'$/,g/; t
 1.20308 ++s/$/\\/; p
 1.20309 ++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 1.20310 ++' >>$CONFIG_STATUS <conf$$subs.sed
 1.20311 ++rm -f conf$$subs.sed
 1.20312 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.20313 ++:end
 1.20314 ++s/|#_!!_#|//g
 1.20315 ++CEOF$ac_eof
 1.20316 ++_ACEOF
 1.20317 ++
 1.20318 ++
 1.20319 ++# VPATH may cause trouble with some makes, so we remove $(srcdir),
 1.20320 ++# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 1.20321 ++# trailing colons and then remove the whole line if VPATH becomes empty
 1.20322 ++# (actually we leave an empty line to preserve line numbers).
 1.20323 ++if test "x$srcdir" = x.; then
 1.20324 ++  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 1.20325 ++s/:*\$(srcdir):*/:/
 1.20326 ++s/:*\${srcdir}:*/:/
 1.20327 ++s/:*@srcdir@:*/:/
 1.20328 ++s/^\([^=]*=[	 ]*\):*/\1/
 1.20329 ++s/:*$//
 1.20330 ++s/^[^=]*=[	 ]*$//
 1.20331 ++}'
 1.20332 ++fi
 1.20333 ++
 1.20334 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.20335 ++fi # test -n "$CONFIG_FILES"
 1.20336 ++
 1.20337 ++
 1.20338 ++for ac_tag in  :F $CONFIG_FILES
 1.20339 ++do
 1.20340 ++  case $ac_tag in
 1.20341 ++  :[FHLC]) ac_mode=$ac_tag; continue;;
 1.20342 ++  esac
 1.20343 ++  case $ac_mode$ac_tag in
 1.20344 ++  :[FHL]*:*);;
 1.20345 ++  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 1.20346 ++echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 1.20347 ++   { (exit 1); exit 1; }; };;
 1.20348 ++  :[FH]-) ac_tag=-:-;;
 1.20349 ++  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 1.20350 ++  esac
 1.20351 ++  ac_save_IFS=$IFS
 1.20352 ++  IFS=:
 1.20353 ++  set x $ac_tag
 1.20354 ++  IFS=$ac_save_IFS
 1.20355 ++  shift
 1.20356 ++  ac_file=$1
 1.20357 ++  shift
 1.20358 ++
 1.20359 ++  case $ac_mode in
 1.20360 ++  :L) ac_source=$1;;
 1.20361 ++  :[FH])
 1.20362 ++    ac_file_inputs=
 1.20363 ++    for ac_f
 1.20364 ++    do
 1.20365 ++      case $ac_f in
 1.20366 ++      -) ac_f="$tmp/stdin";;
 1.20367 ++      *) # Look for the file first in the build tree, then in the source tree
 1.20368 ++	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 1.20369 ++	 # because $ac_f cannot contain `:'.
 1.20370 ++	 test -f "$ac_f" ||
 1.20371 ++	   case $ac_f in
 1.20372 ++	   [\\/$]*) false;;
 1.20373 ++	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 1.20374 ++	   esac ||
 1.20375 ++	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 1.20376 ++echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 1.20377 ++   { (exit 1); exit 1; }; };;
 1.20378 ++      esac
 1.20379 ++      ac_file_inputs="$ac_file_inputs $ac_f"
 1.20380 ++    done
 1.20381 ++
 1.20382 ++    # Let's still pretend it is `configure' which instantiates (i.e., don't
 1.20383 ++    # use $as_me), people would be surprised to read:
 1.20384 ++    #    /* config.h.  Generated by config.status.  */
 1.20385 ++    configure_input="Generated from "`IFS=:
 1.20386 ++	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 1.20387 ++    if test x"$ac_file" != x-; then
 1.20388 ++      configure_input="$ac_file.  $configure_input"
 1.20389 ++      { echo "$as_me:$LINENO: creating $ac_file" >&5
 1.20390 ++echo "$as_me: creating $ac_file" >&6;}
 1.20391 ++    fi
 1.20392 ++
 1.20393 ++    case $ac_tag in
 1.20394 ++    *:-:* | *:-) cat >"$tmp/stdin";;
 1.20395 ++    esac
 1.20396 ++    ;;
 1.20397 ++  esac
 1.20398 ++
 1.20399 ++  ac_dir=`$as_dirname -- "$ac_file" ||
 1.20400 ++$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.20401 ++	 X"$ac_file" : 'X\(//\)[^/]' \| \
 1.20402 ++	 X"$ac_file" : 'X\(//\)$' \| \
 1.20403 ++	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 1.20404 ++echo X"$ac_file" |
 1.20405 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.20406 ++	    s//\1/
 1.20407 ++	    q
 1.20408 ++	  }
 1.20409 ++	  /^X\(\/\/\)[^/].*/{
 1.20410 ++	    s//\1/
 1.20411 ++	    q
 1.20412 ++	  }
 1.20413 ++	  /^X\(\/\/\)$/{
 1.20414 ++	    s//\1/
 1.20415 ++	    q
 1.20416 ++	  }
 1.20417 ++	  /^X\(\/\).*/{
 1.20418 ++	    s//\1/
 1.20419 ++	    q
 1.20420 ++	  }
 1.20421 ++	  s/.*/./; q'`
 1.20422 ++  { as_dir="$ac_dir"
 1.20423 ++  case $as_dir in #(
 1.20424 ++  -*) as_dir=./$as_dir;;
 1.20425 ++  esac
 1.20426 ++  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 1.20427 ++    as_dirs=
 1.20428 ++    while :; do
 1.20429 ++      case $as_dir in #(
 1.20430 ++      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 1.20431 ++      *) as_qdir=$as_dir;;
 1.20432 ++      esac
 1.20433 ++      as_dirs="'$as_qdir' $as_dirs"
 1.20434 ++      as_dir=`$as_dirname -- "$as_dir" ||
 1.20435 ++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.20436 ++	 X"$as_dir" : 'X\(//\)[^/]' \| \
 1.20437 ++	 X"$as_dir" : 'X\(//\)$' \| \
 1.20438 ++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 1.20439 ++echo X"$as_dir" |
 1.20440 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.20441 ++	    s//\1/
 1.20442 ++	    q
 1.20443 ++	  }
 1.20444 ++	  /^X\(\/\/\)[^/].*/{
 1.20445 ++	    s//\1/
 1.20446 ++	    q
 1.20447 ++	  }
 1.20448 ++	  /^X\(\/\/\)$/{
 1.20449 ++	    s//\1/
 1.20450 ++	    q
 1.20451 ++	  }
 1.20452 ++	  /^X\(\/\).*/{
 1.20453 ++	    s//\1/
 1.20454 ++	    q
 1.20455 ++	  }
 1.20456 ++	  s/.*/./; q'`
 1.20457 ++      test -d "$as_dir" && break
 1.20458 ++    done
 1.20459 ++    test -z "$as_dirs" || eval "mkdir $as_dirs"
 1.20460 ++  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 1.20461 ++echo "$as_me: error: cannot create directory $as_dir" >&2;}
 1.20462 ++   { (exit 1); exit 1; }; }; }
 1.20463 ++  ac_builddir=.
 1.20464 ++
 1.20465 ++case "$ac_dir" in
 1.20466 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.20467 ++*)
 1.20468 ++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1.20469 ++  # A ".." for each directory in $ac_dir_suffix.
 1.20470 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 1.20471 ++  case $ac_top_builddir_sub in
 1.20472 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.20473 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 1.20474 ++  esac ;;
 1.20475 ++esac
 1.20476 ++ac_abs_top_builddir=$ac_pwd
 1.20477 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
 1.20478 ++# for backward compatibility:
 1.20479 ++ac_top_builddir=$ac_top_build_prefix
 1.20480 ++
 1.20481 ++case $srcdir in
 1.20482 ++  .)  # We are building in place.
 1.20483 ++    ac_srcdir=.
 1.20484 ++    ac_top_srcdir=$ac_top_builddir_sub
 1.20485 ++    ac_abs_top_srcdir=$ac_pwd ;;
 1.20486 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
 1.20487 ++    ac_srcdir=$srcdir$ac_dir_suffix;
 1.20488 ++    ac_top_srcdir=$srcdir
 1.20489 ++    ac_abs_top_srcdir=$srcdir ;;
 1.20490 ++  *) # Relative name.
 1.20491 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 1.20492 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
 1.20493 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 1.20494 ++esac
 1.20495 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 1.20496 ++
 1.20497 ++
 1.20498 ++  case $ac_mode in
 1.20499 ++  :F)
 1.20500 ++  #
 1.20501 ++  # CONFIG_FILE
 1.20502 ++  #
 1.20503 ++
 1.20504 ++  case $INSTALL in
 1.20505 ++  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 1.20506 ++  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 1.20507 ++  esac
 1.20508 ++_ACEOF
 1.20509 ++
 1.20510 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.20511 ++# If the template does not know about datarootdir, expand it.
 1.20512 ++# FIXME: This hack should be removed a few years after 2.60.
 1.20513 ++ac_datarootdir_hack=; ac_datarootdir_seen=
 1.20514 ++
 1.20515 ++case `sed -n '/datarootdir/ {
 1.20516 ++  p
 1.20517 ++  q
 1.20518 ++}
 1.20519 ++/@datadir@/p
 1.20520 ++/@docdir@/p
 1.20521 ++/@infodir@/p
 1.20522 ++/@localedir@/p
 1.20523 ++/@mandir@/p
 1.20524 ++' $ac_file_inputs` in
 1.20525 ++*datarootdir*) ac_datarootdir_seen=yes;;
 1.20526 ++*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 1.20527 ++  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 1.20528 ++echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 1.20529 ++_ACEOF
 1.20530 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.20531 ++  ac_datarootdir_hack='
 1.20532 ++  s&@datadir@&$datadir&g
 1.20533 ++  s&@docdir@&$docdir&g
 1.20534 ++  s&@infodir@&$infodir&g
 1.20535 ++  s&@localedir@&$localedir&g
 1.20536 ++  s&@mandir@&$mandir&g
 1.20537 ++    s&\\\${datarootdir}&$datarootdir&g' ;;
 1.20538 ++esac
 1.20539 ++_ACEOF
 1.20540 ++
 1.20541 ++# Neutralize VPATH when `$srcdir' = `.'.
 1.20542 ++# Shell code in configure.ac might set extrasub.
 1.20543 ++# FIXME: do we really want to maintain this feature?
 1.20544 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.20545 ++  sed "$ac_vpsub
 1.20546 ++$extrasub
 1.20547 ++_ACEOF
 1.20548 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.20549 ++:t
 1.20550 ++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 1.20551 ++s&@configure_input@&$configure_input&;t t
 1.20552 ++s&@top_builddir@&$ac_top_builddir_sub&;t t
 1.20553 ++s&@srcdir@&$ac_srcdir&;t t
 1.20554 ++s&@abs_srcdir@&$ac_abs_srcdir&;t t
 1.20555 ++s&@top_srcdir@&$ac_top_srcdir&;t t
 1.20556 ++s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 1.20557 ++s&@builddir@&$ac_builddir&;t t
 1.20558 ++s&@abs_builddir@&$ac_abs_builddir&;t t
 1.20559 ++s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 1.20560 ++s&@INSTALL@&$ac_INSTALL&;t t
 1.20561 ++$ac_datarootdir_hack
 1.20562 ++" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
 1.20563 ++
 1.20564 ++test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 1.20565 ++  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 1.20566 ++  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 1.20567 ++  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 1.20568 ++which seems to be undefined.  Please make sure it is defined." >&5
 1.20569 ++echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 1.20570 ++which seems to be undefined.  Please make sure it is defined." >&2;}
 1.20571 ++
 1.20572 ++  rm -f "$tmp/stdin"
 1.20573 ++  case $ac_file in
 1.20574 ++  -) cat "$tmp/out"; rm -f "$tmp/out";;
 1.20575 ++  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 1.20576 ++  esac
 1.20577 ++ ;;
 1.20578 ++
 1.20579 ++
 1.20580 ++
 1.20581 ++  esac
 1.20582 ++
 1.20583 ++done # for ac_tag
 1.20584 ++
 1.20585 ++
 1.20586 ++{ (exit 0); exit 0; }
 1.20587 ++_ACEOF
 1.20588 ++chmod +x $CONFIG_STATUS
 1.20589 ++ac_clean_files=$ac_clean_files_save
 1.20590 ++
 1.20591 ++
 1.20592 ++# configure is writing to config.log, and then calls config.status.
 1.20593 ++# config.status does its own redirection, appending to config.log.
 1.20594 ++# Unfortunately, on DOS this fails, as config.log is still kept open
 1.20595 ++# by configure, so config.status won't be able to write to it; its
 1.20596 ++# output is simply discarded.  So we exec the FD to /dev/null,
 1.20597 ++# effectively closing config.log, so it can be properly (re)opened and
 1.20598 ++# appended to by config.status.  When coming back to configure, we
 1.20599 ++# need to make the FD available again.
 1.20600 ++if test "$no_create" != yes; then
 1.20601 ++  ac_cs_success=:
 1.20602 ++  ac_config_status_args=
 1.20603 ++  test "$silent" = yes &&
 1.20604 ++    ac_config_status_args="$ac_config_status_args --quiet"
 1.20605 ++  exec 5>/dev/null
 1.20606 ++  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
 1.20607 ++  exec 5>>config.log
 1.20608 ++  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 1.20609 ++  # would make configure fail if this is the last instruction.
 1.20610 ++  $ac_cs_success || { (exit 1); exit 1; }
 1.20611 ++fi
 1.20612 ++
 1.20613 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/configure.in newlib-1.17.0-new/newlib/libc/sys/avr32/configure.in
 1.20614 +--- newlib-1.17.0/newlib/libc/sys/avr32/configure.in	1970-01-01 01:00:00.000000000 +0100
 1.20615 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/configure.in	2009-05-22 09:57:50.000000000 +0200
 1.20616 +@@ -0,0 +1,13 @@
 1.20617 ++dnl This is the newlib/libc/sys/avr32 configure.in file.
 1.20618 ++dnl Process this file with autoconf to produce a configure script.
 1.20619 ++
 1.20620 ++AC_PREREQ(2.59)
 1.20621 ++AC_INIT([newlib],[NEWLIB_VERSION])
 1.20622 ++
 1.20623 ++dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
 1.20624 ++AC_CONFIG_AUX_DIR(../../../..)
 1.20625 ++
 1.20626 ++NEWLIB_CONFIGURE(../../..)
 1.20627 ++
 1.20628 ++AC_CONFIG_FILES([Makefile])
 1.20629 ++AC_OUTPUT
 1.20630 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/crt0.S newlib-1.17.0-new/newlib/libc/sys/avr32/crt0.S
 1.20631 +--- newlib-1.17.0/newlib/libc/sys/avr32/crt0.S	1970-01-01 01:00:00.000000000 +0100
 1.20632 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/crt0.S	2009-05-22 09:57:50.000000000 +0200
 1.20633 +@@ -0,0 +1,83 @@
 1.20634 ++
 1.20635 ++	.section	.reset,"ax"
 1.20636 ++	
 1.20637 ++	.global _start
 1.20638 ++	.type	_start,@function
 1.20639 ++_start:
 1.20640 ++	/* Jump to wherever the linker thinks we are... */
 1.20641 ++	lddpc	pc, .Ltext_vaddr
 1.20642 ++
 1.20643 ++	.align	2
 1.20644 ++.Ltext_vaddr:
 1.20645 ++	.word	_stext
 1.20646 ++
 1.20647 ++	.text
 1.20648 ++	.global	_stext
 1.20649 ++_stext:
 1.20650 ++	/* Zero marks the end of the outermost frame.  */
 1.20651 ++	mov	r7, 0
 1.20652 ++
 1.20653 ++	/*  Set up the stack pointer to a fixed value */
 1.20654 ++	lda.w	r10, _estack
 1.20655 ++
 1.20656 ++	/*  If _stack is -1 don't set sp, the stack is then probably
 1.20657 ++	    set by some other means i.e. by a bootloader. */
 1.20658 ++	cp	r10, -1
 1.20659 ++	movne	sp, r10
 1.20660 ++
 1.20661 ++	/* Copy the data segment into RAM if necessary. If data_lma
 1.20662 ++	   is equal to data then VMA==LMA and no copying is necessary.
 1.20663 ++	   The linker script must make sure that the data segment is at
 1.20664 ++	   least dword-aligned.  */
 1.20665 ++	lda.w	r11, _data_lma
 1.20666 ++	lda.w	r12, _data
 1.20667 ++	cp.w	r11, r12
 1.20668 ++	breq	1f
 1.20669 ++	lda.w	r10, _edata
 1.20670 ++2:	ld.d	r8, r11++
 1.20671 ++	st.d	r12++, r8
 1.20672 ++	cp.w	r12, r10
 1.20673 ++	brlt	2b
 1.20674 ++	
 1.20675 ++	/* Zero the memory in the .bss section.  */
 1.20676 ++1:	lda.w	r10, _end
 1.20677 ++	lda.w	r12, _edata
 1.20678 ++
 1.20679 ++	mov	r8, 0
 1.20680 ++	mov	r9, 0
 1.20681 ++2:	st.d	r12++, r8
 1.20682 ++	cp.w	r12, r10
 1.20683 ++	brlt	2b
 1.20684 ++
 1.20685 ++	/* User dependent initialization */
 1.20686 ++	call	_init_startup
 1.20687 ++
 1.20688 ++	/* Register _fini function with atexit 
 1.20689 ++	   The _fini function is responsible for calling destructiors */
 1.20690 ++	lda.w	r12, _fini
 1.20691 ++	call	atexit
 1.20692 ++
 1.20693 ++	/* Call _init in order to initialize constructors etc */
 1.20694 ++	call	_init
 1.20695 ++		
 1.20696 ++	/*Initialize argv, use stack for keeping arguments. 
 1.20697 ++          _init_argv() returns argc in r12 and argv in r11
 1.20698 ++	 and the total size used for the arguments in r10.*/
 1.20699 ++	mov	r12, sp	
 1.20700 ++	/* Signal that we are storing the arguments in a stackwise
 1.20701 ++	   top down approach. */	
 1.20702 ++	mov	r11, 0	
 1.20703 ++	call	_init_argv
 1.20704 ++	/* If initialization if argv is not handled then _init_argv
 1.20705 ++           returns -1 so set argc to 0 and make sure no space is 
 1.20706 ++	   allocated on the stack. */
 1.20707 ++	cp.w	r12, -1
 1.20708 ++	moveq	r12, 0
 1.20709 ++	moveq	r10, 0
 1.20710 ++	sub	sp, r10
 1.20711 ++
 1.20712 ++	/* Call main and call exit when it returns */
 1.20713 ++	call	main
 1.20714 ++	call	exit
 1.20715 ++
 1.20716 ++	.weak	_data_lma
 1.20717 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/Makefile.am newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.am
 1.20718 +--- newlib-1.17.0/newlib/libc/sys/avr32/Makefile.am	1970-01-01 01:00:00.000000000 +0100
 1.20719 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.am	2009-05-22 09:57:50.000000000 +0200
 1.20720 +@@ -0,0 +1,18 @@
 1.20721 ++## Process this file with automake to generate Makefile.in
 1.20722 ++
 1.20723 ++AUTOMAKE_OPTIONS = cygnus
 1.20724 ++
 1.20725 ++INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
 1.20726 ++
 1.20727 ++AM_CCASFLAGS = $(INCLUDES)
 1.20728 ++
 1.20729 ++noinst_LIBRARIES = lib.a
 1.20730 ++
 1.20731 ++lib_a_SOURCES = syscalls.c setjmp.S
 1.20732 ++lib_a_CCASFLAGS = $(AM_CCASFLAGS)
 1.20733 ++lib_a_CFLAGS = $(AM_CFLAGS)
 1.20734 ++
 1.20735 ++all: crt0.o
 1.20736 ++
 1.20737 ++ACLOCAL_AMFLAGS = -I ../../..
 1.20738 ++CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
 1.20739 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/Makefile.in newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.in
 1.20740 +--- newlib-1.17.0/newlib/libc/sys/avr32/Makefile.in	1970-01-01 01:00:00.000000000 +0100
 1.20741 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.in	2009-05-22 09:57:50.000000000 +0200
 1.20742 +@@ -0,0 +1,329 @@
 1.20743 ++# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 1.20744 ++
 1.20745 ++# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 1.20746 ++# This Makefile.in is free software; the Free Software Foundation
 1.20747 ++# gives unlimited permission to copy and/or distribute it,
 1.20748 ++# with or without modifications, as long as this notice is preserved.
 1.20749 ++
 1.20750 ++# This program is distributed in the hope that it will be useful,
 1.20751 ++# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 1.20752 ++# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 1.20753 ++# PARTICULAR PURPOSE.
 1.20754 ++
 1.20755 ++
 1.20756 ++SHELL = @SHELL@
 1.20757 ++
 1.20758 ++srcdir = @srcdir@
 1.20759 ++top_srcdir = @top_srcdir@
 1.20760 ++VPATH = @srcdir@
 1.20761 ++prefix = @prefix@
 1.20762 ++exec_prefix = @exec_prefix@
 1.20763 ++
 1.20764 ++bindir = @bindir@
 1.20765 ++sbindir = @sbindir@
 1.20766 ++libexecdir = @libexecdir@
 1.20767 ++datadir = @datadir@
 1.20768 ++sysconfdir = @sysconfdir@
 1.20769 ++sharedstatedir = @sharedstatedir@
 1.20770 ++localstatedir = @localstatedir@
 1.20771 ++libdir = @libdir@
 1.20772 ++infodir = @infodir@
 1.20773 ++mandir = @mandir@
 1.20774 ++includedir = @includedir@
 1.20775 ++oldincludedir = /usr/include
 1.20776 ++
 1.20777 ++DESTDIR =
 1.20778 ++
 1.20779 ++pkgdatadir = $(datadir)/@PACKAGE@
 1.20780 ++pkglibdir = $(libdir)/@PACKAGE@
 1.20781 ++pkgincludedir = $(includedir)/@PACKAGE@
 1.20782 ++
 1.20783 ++top_builddir = .
 1.20784 ++
 1.20785 ++ACLOCAL = @ACLOCAL@
 1.20786 ++AUTOCONF = @AUTOCONF@
 1.20787 ++AUTOMAKE = @AUTOMAKE@
 1.20788 ++AUTOHEADER = @AUTOHEADER@
 1.20789 ++
 1.20790 ++INSTALL = @INSTALL@
 1.20791 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 1.20792 ++INSTALL_DATA = @INSTALL_DATA@
 1.20793 ++INSTALL_SCRIPT = @INSTALL_SCRIPT@
 1.20794 ++transform = @program_transform_name@
 1.20795 ++
 1.20796 ++NORMAL_INSTALL = :
 1.20797 ++PRE_INSTALL = :
 1.20798 ++POST_INSTALL = :
 1.20799 ++NORMAL_UNINSTALL = :
 1.20800 ++PRE_UNINSTALL = :
 1.20801 ++POST_UNINSTALL = :
 1.20802 ++build_alias = @build_alias@
 1.20803 ++build_triplet = @build@
 1.20804 ++host_alias = @host_alias@
 1.20805 ++host_triplet = @host@
 1.20806 ++target_alias = @target_alias@
 1.20807 ++target_triplet = @target@
 1.20808 ++AR = @AR@
 1.20809 ++AS = @AS@
 1.20810 ++CC = @CC@
 1.20811 ++CPP = @CPP@
 1.20812 ++EXEEXT = @EXEEXT@
 1.20813 ++LDFLAGS = @LDFLAGS@
 1.20814 ++MAINT = @MAINT@
 1.20815 ++MAKEINFO = @MAKEINFO@
 1.20816 ++NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
 1.20817 ++OBJEXT = @OBJEXT@
 1.20818 ++PACKAGE = @PACKAGE@
 1.20819 ++RANLIB = @RANLIB@
 1.20820 ++VERSION = @VERSION@
 1.20821 ++aext = @aext@
 1.20822 ++libm_machine_dir = @libm_machine_dir@
 1.20823 ++machine_dir = @machine_dir@
 1.20824 ++newlib_basedir = @newlib_basedir@
 1.20825 ++oext = @oext@
 1.20826 ++sys_dir = @sys_dir@
 1.20827 ++
 1.20828 ++AUTOMAKE_OPTIONS = cygnus
 1.20829 ++
 1.20830 ++INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
 1.20831 ++
 1.20832 ++noinst_LIBRARIES = lib.a
 1.20833 ++
 1.20834 ++lib_a_SOURCES = syscalls.c setjmp.S
 1.20835 ++
 1.20836 ++ACLOCAL_AMFLAGS = -I ../../..
 1.20837 ++CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
 1.20838 ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 1.20839 ++mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
 1.20840 ++CONFIG_CLEAN_FILES = 
 1.20841 ++LIBRARIES =  $(noinst_LIBRARIES)
 1.20842 ++
 1.20843 ++
 1.20844 ++DEFS = @DEFS@ -I. -I$(srcdir) 
 1.20845 ++CPPFLAGS =
 1.20846 ++LIBS = @LIBS@
 1.20847 ++lib_a_LIBADD = 
 1.20848 ++lib_a_OBJECTS =  syscalls.o setjmp.o
 1.20849 ++CFLAGS = @CFLAGS@
 1.20850 ++COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 1.20851 ++CCLD = $(CC)
 1.20852 ++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 1.20853 ++DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
 1.20854 ++
 1.20855 ++
 1.20856 ++DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 1.20857 ++
 1.20858 ++TAR = gtar
 1.20859 ++GZIP_ENV = --best
 1.20860 ++SOURCES = $(lib_a_SOURCES)
 1.20861 ++OBJECTS = $(lib_a_OBJECTS)
 1.20862 ++
 1.20863 ++all: all-redirect
 1.20864 ++.SUFFIXES:
 1.20865 ++.SUFFIXES: .S .c .o .s
 1.20866 ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 1.20867 ++	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
 1.20868 ++
 1.20869 ++Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 1.20870 ++	cd $(top_builddir) \
 1.20871 ++	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 1.20872 ++
 1.20873 ++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
 1.20874 ++		../../../acinclude.m4 ../../../aclocal.m4 \
 1.20875 ++		../../../libtool.m4
 1.20876 ++	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 1.20877 ++
 1.20878 ++config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 1.20879 ++	$(SHELL) ./config.status --recheck
 1.20880 ++$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 1.20881 ++	cd $(srcdir) && $(AUTOCONF)
 1.20882 ++
 1.20883 ++mostlyclean-noinstLIBRARIES:
 1.20884 ++
 1.20885 ++clean-noinstLIBRARIES:
 1.20886 ++	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 1.20887 ++
 1.20888 ++distclean-noinstLIBRARIES:
 1.20889 ++
 1.20890 ++maintainer-clean-noinstLIBRARIES:
 1.20891 ++
 1.20892 ++.c.o:
 1.20893 ++	$(COMPILE) -c $<
 1.20894 ++
 1.20895 ++.s.o:
 1.20896 ++	$(COMPILE) -c $<
 1.20897 ++
 1.20898 ++.S.o:
 1.20899 ++	$(COMPILE) -c $<
 1.20900 ++
 1.20901 ++mostlyclean-compile:
 1.20902 ++	-rm -f *.o core *.core
 1.20903 ++
 1.20904 ++clean-compile:
 1.20905 ++
 1.20906 ++distclean-compile:
 1.20907 ++	-rm -f *.tab.c
 1.20908 ++
 1.20909 ++maintainer-clean-compile:
 1.20910 ++
 1.20911 ++lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
 1.20912 ++	-rm -f lib.a
 1.20913 ++	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
 1.20914 ++	$(RANLIB) lib.a
 1.20915 ++
 1.20916 ++tags: TAGS
 1.20917 ++
 1.20918 ++ID: $(HEADERS) $(SOURCES) $(LISP)
 1.20919 ++	list='$(SOURCES) $(HEADERS)'; \
 1.20920 ++	unique=`for i in $$list; do echo $$i; done | \
 1.20921 ++	  awk '    { files[$$0] = 1; } \
 1.20922 ++	       END { for (i in files) print i; }'`; \
 1.20923 ++	here=`pwd` && cd $(srcdir) \
 1.20924 ++	  && mkid -f$$here/ID $$unique $(LISP)
 1.20925 ++
 1.20926 ++TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 1.20927 ++	tags=; \
 1.20928 ++	here=`pwd`; \
 1.20929 ++	list='$(SOURCES) $(HEADERS)'; \
 1.20930 ++	unique=`for i in $$list; do echo $$i; done | \
 1.20931 ++	  awk '    { files[$$0] = 1; } \
 1.20932 ++	       END { for (i in files) print i; }'`; \
 1.20933 ++	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 1.20934 ++	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 1.20935 ++
 1.20936 ++mostlyclean-tags:
 1.20937 ++
 1.20938 ++clean-tags:
 1.20939 ++
 1.20940 ++distclean-tags:
 1.20941 ++	-rm -f TAGS ID
 1.20942 ++
 1.20943 ++maintainer-clean-tags:
 1.20944 ++
 1.20945 ++distdir = $(PACKAGE)-$(VERSION)
 1.20946 ++top_distdir = $(distdir)
 1.20947 ++
 1.20948 ++# This target untars the dist file and tries a VPATH configuration.  Then
 1.20949 ++# it guarantees that the distribution is self-contained by making another
 1.20950 ++# tarfile.
 1.20951 ++distcheck: dist
 1.20952 ++	-rm -rf $(distdir)
 1.20953 ++	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 1.20954 ++	mkdir $(distdir)/=build
 1.20955 ++	mkdir $(distdir)/=inst
 1.20956 ++	dc_install_base=`cd $(distdir)/=inst && pwd`; \
 1.20957 ++	cd $(distdir)/=build \
 1.20958 ++	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
 1.20959 ++	  && $(MAKE) $(AM_MAKEFLAGS) \
 1.20960 ++	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
 1.20961 ++	  && $(MAKE) $(AM_MAKEFLAGS) check \
 1.20962 ++	  && $(MAKE) $(AM_MAKEFLAGS) install \
 1.20963 ++	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 1.20964 ++	  && $(MAKE) $(AM_MAKEFLAGS) dist
 1.20965 ++	-rm -rf $(distdir)
 1.20966 ++	@banner="$(distdir).tar.gz is ready for distribution"; \
 1.20967 ++	dashes=`echo "$$banner" | sed s/./=/g`; \
 1.20968 ++	echo "$$dashes"; \
 1.20969 ++	echo "$$banner"; \
 1.20970 ++	echo "$$dashes"
 1.20971 ++dist: distdir
 1.20972 ++	-chmod -R a+r $(distdir)
 1.20973 ++	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 1.20974 ++	-rm -rf $(distdir)
 1.20975 ++dist-all: distdir
 1.20976 ++	-chmod -R a+r $(distdir)
 1.20977 ++	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 1.20978 ++	-rm -rf $(distdir)
 1.20979 ++distdir: $(DISTFILES)
 1.20980 ++	-rm -rf $(distdir)
 1.20981 ++	mkdir $(distdir)
 1.20982 ++	-chmod 777 $(distdir)
 1.20983 ++	@for file in $(DISTFILES); do \
 1.20984 ++	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
 1.20985 ++	  if test -d $$d/$$file; then \
 1.20986 ++	    cp -pr $$d/$$file $(distdir)/$$file; \
 1.20987 ++	  else \
 1.20988 ++	    test -f $(distdir)/$$file \
 1.20989 ++	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 1.20990 ++	    || cp -p $$d/$$file $(distdir)/$$file || :; \
 1.20991 ++	  fi; \
 1.20992 ++	done
 1.20993 ++info-am:
 1.20994 ++info: info-am
 1.20995 ++dvi-am:
 1.20996 ++dvi: dvi-am
 1.20997 ++check-am:
 1.20998 ++check: check-am
 1.20999 ++installcheck-am:
 1.21000 ++installcheck: installcheck-am
 1.21001 ++install-info-am: 
 1.21002 ++install-info: install-info-am
 1.21003 ++install-exec-am:
 1.21004 ++install-exec: install-exec-am
 1.21005 ++
 1.21006 ++install-data-am:
 1.21007 ++install-data: install-data-am
 1.21008 ++
 1.21009 ++install-am: all-am
 1.21010 ++	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 1.21011 ++install: install-am
 1.21012 ++uninstall-am:
 1.21013 ++uninstall: uninstall-am
 1.21014 ++all-am: Makefile $(LIBRARIES)
 1.21015 ++all-redirect: all-am
 1.21016 ++install-strip:
 1.21017 ++	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 1.21018 ++installdirs:
 1.21019 ++
 1.21020 ++
 1.21021 ++mostlyclean-generic:
 1.21022 ++
 1.21023 ++clean-generic:
 1.21024 ++
 1.21025 ++distclean-generic:
 1.21026 ++	-rm -f Makefile $(CONFIG_CLEAN_FILES)
 1.21027 ++	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
 1.21028 ++
 1.21029 ++maintainer-clean-generic:
 1.21030 ++mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 1.21031 ++		mostlyclean-tags mostlyclean-generic
 1.21032 ++
 1.21033 ++mostlyclean: mostlyclean-am
 1.21034 ++
 1.21035 ++clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
 1.21036 ++		mostlyclean-am
 1.21037 ++
 1.21038 ++clean: clean-am
 1.21039 ++
 1.21040 ++distclean-am:  distclean-noinstLIBRARIES distclean-compile \
 1.21041 ++		distclean-tags distclean-generic clean-am
 1.21042 ++
 1.21043 ++distclean: distclean-am
 1.21044 ++	-rm -f config.status
 1.21045 ++
 1.21046 ++maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
 1.21047 ++		maintainer-clean-compile maintainer-clean-tags \
 1.21048 ++		maintainer-clean-generic distclean-am
 1.21049 ++	@echo "This command is intended for maintainers to use;"
 1.21050 ++	@echo "it deletes files that may require special tools to rebuild."
 1.21051 ++
 1.21052 ++maintainer-clean: maintainer-clean-am
 1.21053 ++	-rm -f config.status
 1.21054 ++
 1.21055 ++.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 1.21056 ++clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 1.21057 ++mostlyclean-compile distclean-compile clean-compile \
 1.21058 ++maintainer-clean-compile tags mostlyclean-tags distclean-tags \
 1.21059 ++clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 1.21060 ++check-am installcheck-am installcheck install-info-am install-info \
 1.21061 ++install-exec-am install-exec install-data-am install-data install-am \
 1.21062 ++install uninstall-am uninstall all-redirect all-am all installdirs \
 1.21063 ++mostlyclean-generic distclean-generic clean-generic \
 1.21064 ++maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 1.21065 ++
 1.21066 ++
 1.21067 ++all: crt0.o
 1.21068 ++
 1.21069 ++# Tell versions [3.59,3.63) of GNU make to not export all variables.
 1.21070 ++# Otherwise a system limit (for SysV at least) may be exceeded.
 1.21071 ++.NOEXPORT:
 1.21072 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/setjmp.S newlib-1.17.0-new/newlib/libc/sys/avr32/setjmp.S
 1.21073 +--- newlib-1.17.0/newlib/libc/sys/avr32/setjmp.S	1970-01-01 01:00:00.000000000 +0100
 1.21074 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/setjmp.S	2009-05-22 09:57:50.000000000 +0200
 1.21075 +@@ -0,0 +1,20 @@
 1.21076 ++	.text
 1.21077 ++	.globl setjmp
 1.21078 ++setjmp:
 1.21079 ++	stm	r12, r0, r1, r2, r3, r4, r5, r6, r7, sp, lr
 1.21080 ++	retal	0
 1.21081 ++
 1.21082 ++	.globl longjmp
 1.21083 ++longjmp:	
 1.21084 ++	ldm	r12, r0, r1, r2, r3, r4, r5, r6, r7, sp, lr
 1.21085 ++	/* Put the return value into the integer result register.
 1.21086 ++	   But if it is zero then return 1 instead.  */	
 1.21087 ++	cp	r11, 0
 1.21088 ++	reteq	1
 1.21089 ++	retal	r11
 1.21090 ++
 1.21091 ++
 1.21092 ++	
 1.21093 ++
 1.21094 ++	
 1.21095 ++	
 1.21096 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/sys/sysregs.h newlib-1.17.0-new/newlib/libc/sys/avr32/sys/sysregs.h
 1.21097 +--- newlib-1.17.0/newlib/libc/sys/avr32/sys/sysregs.h	1970-01-01 01:00:00.000000000 +0100
 1.21098 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/sys/sysregs.h	2009-05-22 09:57:50.000000000 +0200
 1.21099 +@@ -0,0 +1,158 @@
 1.21100 ++#ifndef __ASM_AVR32_SYSREGS_H
 1.21101 ++#define __ASM_AVR32_SYSREGS_H
 1.21102 ++
 1.21103 ++#define SYSREG_SR	  0
 1.21104 ++#define SYSREG_EVBA	  4
 1.21105 ++#define SYSREG_ACBA	  8
 1.21106 ++#define SYSREG_CPUCR	 12
 1.21107 ++#define SYSREG_ECR       16
 1.21108 ++#define SYSREG_RSR_SUP	 20
 1.21109 ++#define SYSREG_RSR_INT0	 24
 1.21110 ++#define SYSREG_RSR_INT1	 28
 1.21111 ++#define SYSREG_RSR_INT2	 32
 1.21112 ++#define SYSREG_RSR_INT3	 36
 1.21113 ++#define SYSREG_RSR_EX	 40
 1.21114 ++#define SYSREG_RSR_NMI	 44
 1.21115 ++#define SYSREG_RSR_DBG	 48
 1.21116 ++#define SYSREG_RAR_SUP	 52
 1.21117 ++#define SYSREG_RAR_INT0	 56
 1.21118 ++#define SYSREG_RAR_INT1	 60
 1.21119 ++#define SYSREG_RAR_INT2	 64
 1.21120 ++#define SYSREG_RAR_INT3	 68
 1.21121 ++#define SYSREG_RAR_EX	 72
 1.21122 ++#define SYSREG_RAR_NMI	 76
 1.21123 ++#define SYSREG_RAR_DBG	 80
 1.21124 ++#define SYSREG_JECR       84
 1.21125 ++#define SYSREG_JOSP       88
 1.21126 ++#define SYSREG_JAVA_LV0   92
 1.21127 ++#define SYSREG_JAVA_LV1   96
 1.21128 ++#define SYSREG_JAVA_LV2   100
 1.21129 ++#define SYSREG_JAVA_LV3   104
 1.21130 ++#define SYSREG_JAVA_LV4   108
 1.21131 ++#define SYSREG_JAVA_LV5   112
 1.21132 ++#define SYSREG_JAVA_LV6   116
 1.21133 ++#define SYSREG_JAVA_LV7   120
 1.21134 ++#define SYSREG_JTBA       124
 1.21135 ++#define SYSREG_JBCR       128
 1.21136 ++
 1.21137 ++#define SYSREG_CONFIG0	256
 1.21138 ++#define SYSREG_CONFIG1	260
 1.21139 ++#define SYSREG_COUNT	264
 1.21140 ++#define SYSREG_COMPARE	268
 1.21141 ++
 1.21142 ++#define SYSREG_BEAR 316
 1.21143 ++
 1.21144 ++/* MMU interface registers */
 1.21145 ++#define SYSREG_TLBEHI	272
 1.21146 ++#define SYSREG_TLBELO	276
 1.21147 ++#define SYSREG_PTBR	280
 1.21148 ++#define SYSREG_TLBEAR	284
 1.21149 ++#define SYSREG_MMUCR	288
 1.21150 ++#define SYSREG_TLBARLO	292
 1.21151 ++#define SYSREG_TLBDRLO	296
 1.21152 ++#define SYSREG_TLBARHI	300
 1.21153 ++#define SYSREG_TLBDRHI	304
 1.21154 ++
 1.21155 ++/* Performance counter */
 1.21156 ++#define SYSREG_PCCR	320
 1.21157 ++
 1.21158 ++ // Status register bits
 1.21159 ++#define SR_C_OFFSET    0
 1.21160 ++#define SR_Z_OFFSET    1
 1.21161 ++#define SR_N_OFFSET    2
 1.21162 ++#define SR_V_OFFSET    3
 1.21163 ++#define SR_Q_OFFSET    4
 1.21164 ++#define SR_T_OFFSET    14
 1.21165 ++#define SR_R_OFFSET    15
 1.21166 ++#define SR_GM_OFFSET   16
 1.21167 ++#define SR_I0M_OFFSET  17
 1.21168 ++#define SR_I1M_OFFSET  18
 1.21169 ++#define SR_I2M_OFFSET  19
 1.21170 ++#define SR_I3M_OFFSET  20
 1.21171 ++#define SR_EM_OFFSET   21
 1.21172 ++#define SR_M0_OFFSET   22
 1.21173 ++#define SR_M1_OFFSET   23
 1.21174 ++#define SR_M2_OFFSET   24
 1.21175 ++#define SR_D_OFFSET    26
 1.21176 ++#define SR_DM_OFFSET   27
 1.21177 ++#define SR_J_OFFSET    28
 1.21178 ++
 1.21179 ++#define SR_C    (1 << 0)
 1.21180 ++#define SR_Z    (1 << 1)
 1.21181 ++#define SR_N    (1 << 2)
 1.21182 ++#define SR_V    (1 << 3)
 1.21183 ++#define SR_Q    (1 << 4)
 1.21184 ++#define SR_T    (1 << 14)
 1.21185 ++#define SR_R    (1 << 15)
 1.21186 ++#define SR_GM   (1 << 16)
 1.21187 ++#define SR_I0M  (1 << 17)
 1.21188 ++#define SR_I1M  (1 << 18)
 1.21189 ++#define SR_I2M  (1 << 19)
 1.21190 ++#define SR_I3M  (1 << 20)
 1.21191 ++#define SR_EM   (1 << 21)
 1.21192 ++#define SR_M0   (1 << 22)
 1.21193 ++#define SR_M1   (1 << 23)
 1.21194 ++#define SR_M2   (1 << 24)
 1.21195 ++#define SR_D    (1 << 26)
 1.21196 ++#define SR_DM   (1 << 27)
 1.21197 ++#define SR_J    (1 << 28)
 1.21198 ++
 1.21199 ++//PCCR bits
 1.21200 ++#define PCCRS  (1<<3)
 1.21201 ++#define PCCRC  (1<<2)
 1.21202 ++#define PCCRR  (1<<1)
 1.21203 ++#define PCCRE  (1<<0)
 1.21204 ++#define PCCNT_PRESCALE 64
 1.21205 ++
 1.21206 ++//TLBEHI bits
 1.21207 ++#define TLBEHIVPN  (1<<10)
 1.21208 ++#define TLBEHIV  (1<<9)
 1.21209 ++#define TLBEHII  (1<<0)
 1.21210 ++ 
 1.21211 ++//TLBELO = bits
 1.21212 ++#define TLBELOPFN  (1<<10)
 1.21213 ++#define TLBELOC  (1<<9)
 1.21214 ++#define TLBELOG  (1<<8)
 1.21215 ++#define TLBELOB  (1<<7)
 1.21216 ++#define TLBELOAP  (1<<5)
 1.21217 ++#define TLBELOSZ  (1<<2)
 1.21218 ++#define TLBELOD  (1<<1)
 1.21219 ++#define TLBELOW  (1<<0)
 1.21220 ++ 
 1.21221 ++//MMUCR bits
 1.21222 ++#define MMUIRP  (1<<26)
 1.21223 ++#define MMUILA  (1<<20)
 1.21224 ++#define MMUDRP  (1<<14)
 1.21225 ++#define MMUDLA  (1<<8)
 1.21226 ++#define MMUS  (1<<4)
 1.21227 ++#define MMUN  (1<<3)
 1.21228 ++#define MMUI  (1<<2)
 1.21229 ++#define MMUM  (1<<1)
 1.21230 ++#define MMUE  (1<<0)
 1.21231 ++ 
 1.21232 ++// Relative offsets to EVBA
 1.21233 ++#define H_UNREC_EX  0x000
 1.21234 ++#define H_TLB_MH    0x004
 1.21235 ++#define H_BUS_ERR_D 0x008
 1.21236 ++#define H_BUS_ERR_I 0x00C
 1.21237 ++#define H_NMI       0x010
 1.21238 ++#define H_INST_ADDR 0x014
 1.21239 ++#define H_ITLB_MISS 0x050
 1.21240 ++#define H_ITLB_PROT 0x018
 1.21241 ++#define H_DEBUG     0x01C
 1.21242 ++#define H_ILL_OPC   0x020
 1.21243 ++#define H_UNIMPL_INST 0x024
 1.21244 ++#define H_PRIV_VIOL 0x028
 1.21245 ++#define H_FLOAT_PT  0x02C
 1.21246 ++#define H_COPROC_ABS 0x030
 1.21247 ++#define H_SCALL  0x100
 1.21248 ++#define H_DATA_ADDR_R  0x034
 1.21249 ++#define H_DATA_ADDR_W  0x038
 1.21250 ++#define H_DTLB_MISS_R  0x060
 1.21251 ++#define H_DTLB_MISS_W  0x070
 1.21252 ++#define H_DTLB_PROT_R  0x03C
 1.21253 ++#define H_DTLB_PROT_W  0x040
 1.21254 ++#define H_DTLB_MOD  0x044
 1.21255 ++
 1.21256 ++
 1.21257 ++#endif /* __ASM_AVR32_SYSREGS_H */
 1.21258 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/syscalls.c newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.c
 1.21259 +--- newlib-1.17.0/newlib/libc/sys/avr32/syscalls.c	1970-01-01 01:00:00.000000000 +0100
 1.21260 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.c	2009-05-22 09:57:50.000000000 +0200
 1.21261 +@@ -0,0 +1,234 @@
 1.21262 ++#include "syscalls.h"
 1.21263 ++#include "sys/sysregs.h"
 1.21264 ++#include <sys/times.h>
 1.21265 ++#include <sys/time.h>
 1.21266 ++#include <stdio.h>
 1.21267 ++#include <errno.h>
 1.21268 ++
 1.21269 ++int  __attribute__((weak))
 1.21270 ++     _init_startup ()
 1.21271 ++{
 1.21272 ++  return 0;
 1.21273 ++}
 1.21274 ++
 1.21275 ++
 1.21276 ++clock_t __attribute__((weak))
 1.21277 ++     _times( struct tms *tms )
 1.21278 ++{
 1.21279 ++  int tick;
 1.21280 ++  tick = __builtin_mfsr(SYSREG_COUNT);
 1.21281 ++  tms->tms_utime = 0;
 1.21282 ++  tms->tms_stime = tick;
 1.21283 ++  tms->tms_cutime = 0;
 1.21284 ++  tms->tms_cstime = 0;
 1.21285 ++  return tick;
 1.21286 ++}
 1.21287 ++ 
 1.21288 ++extern void __heap_start__, __heap_end__;
 1.21289 ++
 1.21290 ++void * __attribute__((weak))
 1.21291 ++     _sbrk(int increment)
 1.21292 ++{
 1.21293 ++  static void *cur_heap_pos = 0;
 1.21294 ++
 1.21295 ++  //Initialize cur_heap_pos
 1.21296 ++  if ( cur_heap_pos == 0 )
 1.21297 ++    cur_heap_pos = &__heap_start__;
 1.21298 ++  
 1.21299 ++  if ( (cur_heap_pos + increment) <= &__heap_end__ ){
 1.21300 ++    void *heap_pos = cur_heap_pos;
 1.21301 ++    cur_heap_pos += increment;
 1.21302 ++    return heap_pos;
 1.21303 ++  } else {
 1.21304 ++#ifdef DEBUG_MSG_ON
 1.21305 ++    fprintf(stderr, "Warning: Heap is running full trying to allocate %i bytes!!!!\n", increment);
 1.21306 ++    fprintf(stderr, "\tHeap start address\t= 0x%x\n", &__heap_start__);
 1.21307 ++    fprintf(stderr, "\tHeap end address\t= 0x%x\n", &__heap_end__);
 1.21308 ++    fprintf(stderr, "\tCurrent heap address\t= 0x%x\n", cur_heap_pos);
 1.21309 ++    fflush(stderr);
 1.21310 ++#endif
 1.21311 ++    errno = ENOMEM;
 1.21312 ++    return (void *)-1;
 1.21313 ++  }  
 1.21314 ++  return (void *)-1;
 1.21315 ++}
 1.21316 ++  
 1.21317 ++void __attribute__((weak,naked))
 1.21318 ++     _init_argv (void *arg_mem_top)
 1.21319 ++{
 1.21320 ++  T2H_SYSCALL(T2H_SYSCALL_INIT_ARGV);
 1.21321 ++  T2H_SYSCALL_RETURN();
 1.21322 ++}
 1.21323 ++
 1.21324 ++void __attribute__((weak,naked))
 1.21325 ++     _exit( int code )
 1.21326 ++{
 1.21327 ++  T2H_SYSCALL(T2H_SYSCALL_EXIT);
 1.21328 ++  while (1);
 1.21329 ++}
 1.21330 ++
 1.21331 ++int __attribute__((weak,naked))
 1.21332 ++     _open (char *pathname, int flags, int mode)
 1.21333 ++{
 1.21334 ++  T2H_SYSCALL(T2H_SYSCALL_OPEN);
 1.21335 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21336 ++}
 1.21337 ++
 1.21338 ++int __attribute__((weak,naked))
 1.21339 ++     _close (int file)
 1.21340 ++{
 1.21341 ++  T2H_SYSCALL(T2H_SYSCALL_CLOSE);
 1.21342 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21343 ++}
 1.21344 ++
 1.21345 ++int __attribute__((weak,naked))
 1.21346 ++     _lseek( int filedes, int offset, int whence )
 1.21347 ++{
 1.21348 ++  T2H_SYSCALL(T2H_SYSCALL_LSEEK);
 1.21349 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21350 ++}
 1.21351 ++
 1.21352 ++
 1.21353 ++int __attribute__((weak,naked))
 1.21354 ++     _read (int file,
 1.21355 ++            char * ptr,
 1.21356 ++            int len){
 1.21357 ++  T2H_SYSCALL(T2H_SYSCALL_READ);
 1.21358 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21359 ++}
 1.21360 ++
 1.21361 ++int __attribute__((weak,naked))
 1.21362 ++     _write (int file,
 1.21363 ++             char * ptr,
 1.21364 ++             int len){
 1.21365 ++  T2H_SYSCALL(T2H_SYSCALL_WRITE);
 1.21366 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21367 ++}
 1.21368 ++
 1.21369 ++int __attribute__((weak,naked))
 1.21370 ++     isatty (int desc){ 
 1.21371 ++  T2H_SYSCALL(T2H_SYSCALL_ISATTY);
 1.21372 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21373 ++}
 1.21374 ++
 1.21375 ++static void _convert_host2target_stat(struct stat *target_stat, struct host_stat *host_stat)
 1.21376 ++{
 1.21377 ++  target_stat->st_dev = (dev_t)host_stat->st_dev;
 1.21378 ++  target_stat->st_ino = (ino_t)host_stat->st_ino;
 1.21379 ++  target_stat->st_mode = (mode_t)host_stat->st_mode;
 1.21380 ++  target_stat->st_nlink = (nlink_t)host_stat->st_nlink;
 1.21381 ++  target_stat->st_uid = (uid_t)host_stat->st_uid;
 1.21382 ++  target_stat->st_gid = (gid_t)host_stat->st_gid;
 1.21383 ++  target_stat->st_rdev = (dev_t)host_stat->st_rdev;
 1.21384 ++  target_stat->st_size = (off_t)host_stat->st_size;
 1.21385 ++  target_stat->st_blksize = (long)host_stat->st_blksize;
 1.21386 ++  target_stat->st_blocks = (long)host_stat->st_blocks;
 1.21387 ++  target_stat->st_atime = (time_t)host_stat->st_atime; 
 1.21388 ++  target_stat->st_mtime = (time_t)host_stat->st_mtime;
 1.21389 ++  target_stat->st_ctime = (time_t)host_stat->st_ctime;
 1.21390 ++}
 1.21391 ++
 1.21392 ++int __attribute__((naked))
 1.21393 ++     _fstat_host (int filedes, struct host_stat *ptr){ 
 1.21394 ++  T2H_SYSCALL(T2H_SYSCALL_FSTAT);
 1.21395 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21396 ++}
 1.21397 ++
 1.21398 ++int __attribute__((naked))
 1.21399 ++     _stat_host (const char *filename, struct host_stat *ptr){ 
 1.21400 ++  T2H_SYSCALL(T2H_SYSCALL_STAT);
 1.21401 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21402 ++}
 1.21403 ++
 1.21404 ++int __attribute__((weak))
 1.21405 ++     _fstat (int filedes, struct stat *stat){ 
 1.21406 ++  struct host_stat host_stat;
 1.21407 ++  if ( _fstat_host (filedes, &host_stat) < 0 )
 1.21408 ++    return -1;
 1.21409 ++  _convert_host2target_stat (stat, &host_stat);
 1.21410 ++  return 0;
 1.21411 ++}
 1.21412 ++
 1.21413 ++int __attribute__((weak))
 1.21414 ++     _stat (const char *filename, struct stat *stat){ 
 1.21415 ++  struct host_stat host_stat;
 1.21416 ++  if ( _stat_host (filename, &host_stat) < 0)
 1.21417 ++    return -1;
 1.21418 ++  _convert_host2target_stat (stat, &host_stat);
 1.21419 ++  return 0;
 1.21420 ++}
 1.21421 ++
 1.21422 ++
 1.21423 ++int __attribute__((naked))
 1.21424 ++     _gettimeofday_host (struct host_timeval *tv, struct timezone *tz){ 
 1.21425 ++  T2H_SYSCALL(T2H_SYSCALL_GETTIMEOFDAY);
 1.21426 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21427 ++}
 1.21428 ++
 1.21429 ++int __attribute__((weak))
 1.21430 ++     _gettimeofday (struct timeval *tv, struct timezone *tz){ 
 1.21431 ++  struct host_timeval host_tv;
 1.21432 ++  if ( _gettimeofday_host (&host_tv, tz)  < 0 )
 1.21433 ++    return -1;
 1.21434 ++  tv->tv_sec = (long)host_tv.tv_sec;
 1.21435 ++  tv->tv_usec = (long)host_tv.tv_usec;
 1.21436 ++  return 0;
 1.21437 ++}
 1.21438 ++
 1.21439 ++int __attribute__((weak,naked))
 1.21440 ++     _unlink (const char *path){ 
 1.21441 ++  T2H_SYSCALL(T2H_SYSCALL_UNLINK);
 1.21442 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21443 ++}
 1.21444 ++
 1.21445 ++int __attribute__((weak,naked))
 1.21446 ++     _system (const char *command){ 
 1.21447 ++  T2H_SYSCALL(T2H_SYSCALL_SYSTEM);
 1.21448 ++  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 1.21449 ++}
 1.21450 ++
 1.21451 ++int __attribute__((weak))
 1.21452 ++     _execve (){
 1.21453 ++  return -1;
 1.21454 ++}
 1.21455 ++
 1.21456 ++
 1.21457 ++int __attribute__((weak))
 1.21458 ++     _fork (){ 
 1.21459 ++  return -1;
 1.21460 ++}
 1.21461 ++
 1.21462 ++int __attribute__((weak))
 1.21463 ++     _wait (){ 
 1.21464 ++  return -1; 
 1.21465 ++}
 1.21466 ++
 1.21467 ++int __attribute__((weak))
 1.21468 ++     sigfillset (){ 
 1.21469 ++  return -1;
 1.21470 ++}
 1.21471 ++
 1.21472 ++int __attribute__((weak))
 1.21473 ++     sigprocmask (){ 
 1.21474 ++  return -1;
 1.21475 ++}
 1.21476 ++
 1.21477 ++int __attribute__((weak))
 1.21478 ++     _fcntl (){ 
 1.21479 ++  return -1;
 1.21480 ++}
 1.21481 ++
 1.21482 ++int __attribute__((weak))
 1.21483 ++     _link (){ 
 1.21484 ++  return -1;
 1.21485 ++}
 1.21486 ++
 1.21487 ++int __attribute__((weak))
 1.21488 ++     _kill (){ 
 1.21489 ++  return -1;
 1.21490 ++}
 1.21491 ++
 1.21492 ++int __attribute__((weak))
 1.21493 ++     _getpid (){
 1.21494 ++  return -1;
 1.21495 ++}
 1.21496 +diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/syscalls.h newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.h
 1.21497 +--- newlib-1.17.0/newlib/libc/sys/avr32/syscalls.h	1970-01-01 01:00:00.000000000 +0100
 1.21498 ++++ newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.h	2009-05-22 09:57:50.000000000 +0200
 1.21499 +@@ -0,0 +1,72 @@
 1.21500 ++#ifndef __SYSCALLS_H__
 1.21501 ++#define __SYSCALLS_H__
 1.21502 ++
 1.21503 ++#include <sys/stat.h>
 1.21504 ++#include <errno.h>
 1.21505 ++
 1.21506 ++struct host_stat {
 1.21507 ++  unsigned int       st_dev;      /* device */
 1.21508 ++  unsigned int       st_ino;      /* inode */
 1.21509 ++  mode_t             st_mode;     /* protection */
 1.21510 ++  unsigned int       st_nlink;    /* number of hard links */
 1.21511 ++  unsigned int       st_uid;      /* user ID of owner */
 1.21512 ++  unsigned int       st_gid;      /* group ID of owner */
 1.21513 ++  unsigned int       st_rdev;     /* device type (if inode device) */
 1.21514 ++  unsigned long long st_size;     /* total size, in bytes */
 1.21515 ++  unsigned long long st_blksize;  /* blocksize for filesystem I/O */
 1.21516 ++  unsigned long long st_blocks;   /* number of blocks allocated */
 1.21517 ++  time_t             st_atime;    /* time of last access */
 1.21518 ++  time_t             st_mtime;    /* time of last modification */
 1.21519 ++  time_t             st_ctime;    /* time of last change */
 1.21520 ++};
 1.21521 ++
 1.21522 ++struct host_timeval {
 1.21523 ++  time_t tv_sec;
 1.21524 ++  long long tv_usec;
 1.21525 ++};
 1.21526 ++
 1.21527 ++
 1.21528 ++#define T2H_SYSCALL_OPEN                1
 1.21529 ++#define T2H_SYSCALL_CLOSE               2
 1.21530 ++#define T2H_SYSCALL_READ                3
 1.21531 ++#define T2H_SYSCALL_WRITE               4
 1.21532 ++#define T2H_SYSCALL_LSEEK               5
 1.21533 ++#define T2H_SYSCALL_RENAME              6
 1.21534 ++#define T2H_SYSCALL_UNLINK              7
 1.21535 ++#define T2H_SYSCALL_STAT                8
 1.21536 ++#define T2H_SYSCALL_FSTAT               9
 1.21537 ++#define T2H_SYSCALL_GETTIMEOFDAY        10
 1.21538 ++#define T2H_SYSCALL_ISATTY              11
 1.21539 ++#define T2H_SYSCALL_SYSTEM              12
 1.21540 ++#define T2H_SYSCALL_EXIT                13
 1.21541 ++#define T2H_SYSCALL_INIT_ARGV           14
 1.21542 ++
 1.21543 ++
 1.21544 ++/* The breakpoint/mov r12,-1/mov r11,... pattern causes
 1.21545 ++   the debugger to be able to recognize the system call. 
 1.21546 ++   If the debug system is not enabled then the breakpoint 
 1.21547 ++   is executed as a nop and r12 set to -1 and errno to 
 1.21548 ++   ENOSYS. The debugger is responsible for setting r12
 1.21549 ++   and r11 and skipping the instructions after the breakpoint
 1.21550 ++   which would otherwise set these registers.
 1.21551 ++*/    
 1.21552 ++#define T2H_SYSCALL(syscall_code)                 \
 1.21553 ++  asm ("mov   r8, %0\n"                           \
 1.21554 ++       "breakpoint\n"                             \
 1.21555 ++       "mov   r12, -1\n"                          \
 1.21556 ++       "mov   r11, %1\n"                          \
 1.21557 ++       :: "i" (syscall_code), "i" (ENOSYS) );
 1.21558 ++
 1.21559 ++#define T2H_SYSCALL_CHECK_ERROR_AND_RETURN()                            \
 1.21560 ++  asm ("cp.w  r12, 0\n"                                                 \
 1.21561 ++       "retge r12\n"                                                    \
 1.21562 ++       "lda.w r10, errno\n"                                             \
 1.21563 ++       "st.w  r10[0], r11\n"                                            \
 1.21564 ++       "ret   r12\n"                                                    \
 1.21565 ++       ".align 2\n"                                                     \
 1.21566 ++       ".cpool\n");
 1.21567 ++
 1.21568 ++#define T2H_SYSCALL_RETURN()                                       \
 1.21569 ++  asm ("ret  r12\n");                                            
 1.21570 ++
 1.21571 ++#endif
 1.21572 +diff -Naur newlib-1.17.0/newlib/libc/sys/configure newlib-1.17.0-new/newlib/libc/sys/configure
 1.21573 +--- newlib-1.17.0/newlib/libc/sys/configure	2008-12-22 20:45:49.000000000 +0100
 1.21574 ++++ newlib-1.17.0-new/newlib/libc/sys/configure	2009-05-22 09:57:50.000000000 +0200
 1.21575 +@@ -1,25 +1,54 @@
 1.21576 + #! /bin/sh
 1.21577 + # Guess values for system-dependent variables and create Makefiles.
 1.21578 +-# Generated by GNU Autoconf 2.59 for newlib 1.17.0.
 1.21579 ++# Generated by GNU Autoconf 2.61 for newlib 1.17.0.
 1.21580 + #
 1.21581 +-# Copyright (C) 2003 Free Software Foundation, Inc.
 1.21582 ++# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 1.21583 ++# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 1.21584 + # This configure script is free software; the Free Software Foundation
 1.21585 + # gives unlimited permission to copy, distribute and modify it.
 1.21586 + ## --------------------- ##
 1.21587 + ## M4sh Initialization.  ##
 1.21588 + ## --------------------- ##
 1.21589 + 
 1.21590 +-# Be Bourne compatible
 1.21591 ++# Be more Bourne compatible
 1.21592 ++DUALCASE=1; export DUALCASE # for MKS sh
 1.21593 + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 1.21594 +   emulate sh
 1.21595 +   NULLCMD=:
 1.21596 +   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 1.21597 +   # is contrary to our usage.  Disable this feature.
 1.21598 +   alias -g '${1+"$@"}'='"$@"'
 1.21599 +-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 1.21600 +-  set -o posix
 1.21601 ++  setopt NO_GLOB_SUBST
 1.21602 ++else
 1.21603 ++  case `(set -o) 2>/dev/null` in
 1.21604 ++  *posix*) set -o posix ;;
 1.21605 ++esac
 1.21606 ++
 1.21607 ++fi
 1.21608 ++
 1.21609 ++
 1.21610 ++
 1.21611 ++
 1.21612 ++# PATH needs CR
 1.21613 ++# Avoid depending upon Character Ranges.
 1.21614 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 1.21615 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 1.21616 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 1.21617 ++as_cr_digits='0123456789'
 1.21618 ++as_cr_alnum=$as_cr_Letters$as_cr_digits
 1.21619 ++
 1.21620 ++# The user is always right.
 1.21621 ++if test "${PATH_SEPARATOR+set}" != set; then
 1.21622 ++  echo "#! /bin/sh" >conf$$.sh
 1.21623 ++  echo  "exit 0"   >>conf$$.sh
 1.21624 ++  chmod +x conf$$.sh
 1.21625 ++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 1.21626 ++    PATH_SEPARATOR=';'
 1.21627 ++  else
 1.21628 ++    PATH_SEPARATOR=:
 1.21629 ++  fi
 1.21630 ++  rm -f conf$$.sh
 1.21631 + fi
 1.21632 +-DUALCASE=1; export DUALCASE # for MKS sh
 1.21633 + 
 1.21634 + # Support unset when possible.
 1.21635 + if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 1.21636 +@@ -29,8 +58,43 @@
 1.21637 + fi
 1.21638 + 
 1.21639 + 
 1.21640 ++# IFS
 1.21641 ++# We need space, tab and new line, in precisely that order.  Quoting is
 1.21642 ++# there to prevent editors from complaining about space-tab.
 1.21643 ++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 1.21644 ++# splitting by setting IFS to empty value.)
 1.21645 ++as_nl='
 1.21646 ++'
 1.21647 ++IFS=" ""	$as_nl"
 1.21648 ++
 1.21649 ++# Find who we are.  Look in the path if we contain no directory separator.
 1.21650 ++case $0 in
 1.21651 ++  *[\\/]* ) as_myself=$0 ;;
 1.21652 ++  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.21653 ++for as_dir in $PATH
 1.21654 ++do
 1.21655 ++  IFS=$as_save_IFS
 1.21656 ++  test -z "$as_dir" && as_dir=.
 1.21657 ++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 1.21658 ++done
 1.21659 ++IFS=$as_save_IFS
 1.21660 ++
 1.21661 ++     ;;
 1.21662 ++esac
 1.21663 ++# We did not find ourselves, most probably we were run as `sh COMMAND'
 1.21664 ++# in which case we are not to be found in the path.
 1.21665 ++if test "x$as_myself" = x; then
 1.21666 ++  as_myself=$0
 1.21667 ++fi
 1.21668 ++if test ! -f "$as_myself"; then
 1.21669 ++  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 1.21670 ++  { (exit 1); exit 1; }
 1.21671 ++fi
 1.21672 ++
 1.21673 + # Work around bugs in pre-3.0 UWIN ksh.
 1.21674 +-$as_unset ENV MAIL MAILPATH
 1.21675 ++for as_var in ENV MAIL MAILPATH
 1.21676 ++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.21677 ++done
 1.21678 + PS1='$ '
 1.21679 + PS2='> '
 1.21680 + PS4='+ '
 1.21681 +@@ -44,18 +108,19 @@
 1.21682 +   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 1.21683 +     eval $as_var=C; export $as_var
 1.21684 +   else
 1.21685 +-    $as_unset $as_var
 1.21686 ++    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.21687 +   fi
 1.21688 + done
 1.21689 + 
 1.21690 + # Required to use basename.
 1.21691 +-if expr a : '\(a\)' >/dev/null 2>&1; then
 1.21692 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.21693 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.21694 +   as_expr=expr
 1.21695 + else
 1.21696 +   as_expr=false
 1.21697 + fi
 1.21698 + 
 1.21699 +-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 1.21700 ++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 1.21701 +   as_basename=basename
 1.21702 + else
 1.21703 +   as_basename=false
 1.21704 +@@ -63,157 +128,388 @@
 1.21705 + 
 1.21706 + 
 1.21707 + # Name of the executable.
 1.21708 +-as_me=`$as_basename "$0" ||
 1.21709 ++as_me=`$as_basename -- "$0" ||
 1.21710 + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 1.21711 + 	 X"$0" : 'X\(//\)$' \| \
 1.21712 +-	 X"$0" : 'X\(/\)$' \| \
 1.21713 +-	 .     : '\(.\)' 2>/dev/null ||
 1.21714 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 1.21715 + echo X/"$0" |
 1.21716 +-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 1.21717 +-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
 1.21718 +-  	  /^X\/\(\/\).*/{ s//\1/; q; }
 1.21719 +-  	  s/.*/./; q'`
 1.21720 ++    sed '/^.*\/\([^/][^/]*\)\/*$/{
 1.21721 ++	    s//\1/
 1.21722 ++	    q
 1.21723 ++	  }
 1.21724 ++	  /^X\/\(\/\/\)$/{
 1.21725 ++	    s//\1/
 1.21726 ++	    q
 1.21727 ++	  }
 1.21728 ++	  /^X\/\(\/\).*/{
 1.21729 ++	    s//\1/
 1.21730 ++	    q
 1.21731 ++	  }
 1.21732 ++	  s/.*/./; q'`
 1.21733 + 
 1.21734 ++# CDPATH.
 1.21735 ++$as_unset CDPATH
 1.21736 + 
 1.21737 +-# PATH needs CR, and LINENO needs CR and PATH.
 1.21738 +-# Avoid depending upon Character Ranges.
 1.21739 +-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 1.21740 +-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 1.21741 +-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 1.21742 +-as_cr_digits='0123456789'
 1.21743 +-as_cr_alnum=$as_cr_Letters$as_cr_digits
 1.21744 + 
 1.21745 +-# The user is always right.
 1.21746 +-if test "${PATH_SEPARATOR+set}" != set; then
 1.21747 +-  echo "#! /bin/sh" >conf$$.sh
 1.21748 +-  echo  "exit 0"   >>conf$$.sh
 1.21749 +-  chmod +x conf$$.sh
 1.21750 +-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 1.21751 +-    PATH_SEPARATOR=';'
 1.21752 +-  else
 1.21753 +-    PATH_SEPARATOR=:
 1.21754 +-  fi
 1.21755 +-  rm -f conf$$.sh
 1.21756 ++if test "x$CONFIG_SHELL" = x; then
 1.21757 ++  if (eval ":") 2>/dev/null; then
 1.21758 ++  as_have_required=yes
 1.21759 ++else
 1.21760 ++  as_have_required=no
 1.21761 + fi
 1.21762 + 
 1.21763 ++  if test $as_have_required = yes && 	 (eval ":
 1.21764 ++(as_func_return () {
 1.21765 ++  (exit \$1)
 1.21766 ++}
 1.21767 ++as_func_success () {
 1.21768 ++  as_func_return 0
 1.21769 ++}
 1.21770 ++as_func_failure () {
 1.21771 ++  as_func_return 1
 1.21772 ++}
 1.21773 ++as_func_ret_success () {
 1.21774 ++  return 0
 1.21775 ++}
 1.21776 ++as_func_ret_failure () {
 1.21777 ++  return 1
 1.21778 ++}
 1.21779 + 
 1.21780 +-  as_lineno_1=$LINENO
 1.21781 +-  as_lineno_2=$LINENO
 1.21782 +-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 1.21783 +-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.21784 +-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 1.21785 +-  # Find who we are.  Look in the path if we contain no path at all
 1.21786 +-  # relative or not.
 1.21787 +-  case $0 in
 1.21788 +-    *[\\/]* ) as_myself=$0 ;;
 1.21789 +-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.21790 +-for as_dir in $PATH
 1.21791 +-do
 1.21792 +-  IFS=$as_save_IFS
 1.21793 +-  test -z "$as_dir" && as_dir=.
 1.21794 +-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 1.21795 +-done
 1.21796 ++exitcode=0
 1.21797 ++if as_func_success; then
 1.21798 ++  :
 1.21799 ++else
 1.21800 ++  exitcode=1
 1.21801 ++  echo as_func_success failed.
 1.21802 ++fi
 1.21803 + 
 1.21804 +-       ;;
 1.21805 +-  esac
 1.21806 +-  # We did not find ourselves, most probably we were run as `sh COMMAND'
 1.21807 +-  # in which case we are not to be found in the path.
 1.21808 +-  if test "x$as_myself" = x; then
 1.21809 +-    as_myself=$0
 1.21810 +-  fi
 1.21811 +-  if test ! -f "$as_myself"; then
 1.21812 +-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
 1.21813 +-   { (exit 1); exit 1; }; }
 1.21814 +-  fi
 1.21815 +-  case $CONFIG_SHELL in
 1.21816 +-  '')
 1.21817 ++if as_func_failure; then
 1.21818 ++  exitcode=1
 1.21819 ++  echo as_func_failure succeeded.
 1.21820 ++fi
 1.21821 ++
 1.21822 ++if as_func_ret_success; then
 1.21823 ++  :
 1.21824 ++else
 1.21825 ++  exitcode=1
 1.21826 ++  echo as_func_ret_success failed.
 1.21827 ++fi
 1.21828 ++
 1.21829 ++if as_func_ret_failure; then
 1.21830 ++  exitcode=1
 1.21831 ++  echo as_func_ret_failure succeeded.
 1.21832 ++fi
 1.21833 ++
 1.21834 ++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 1.21835 ++  :
 1.21836 ++else
 1.21837 ++  exitcode=1
 1.21838 ++  echo positional parameters were not saved.
 1.21839 ++fi
 1.21840 ++
 1.21841 ++test \$exitcode = 0) || { (exit 1); exit 1; }
 1.21842 ++
 1.21843 ++(
 1.21844 ++  as_lineno_1=\$LINENO
 1.21845 ++  as_lineno_2=\$LINENO
 1.21846 ++  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
 1.21847 ++  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
 1.21848 ++") 2> /dev/null; then
 1.21849 ++  :
 1.21850 ++else
 1.21851 ++  as_candidate_shells=
 1.21852 +     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.21853 + for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 1.21854 + do
 1.21855 +   IFS=$as_save_IFS
 1.21856 +   test -z "$as_dir" && as_dir=.
 1.21857 +-  for as_base in sh bash ksh sh5; do
 1.21858 +-	 case $as_dir in
 1.21859 ++  case $as_dir in
 1.21860 + 	 /*)
 1.21861 +-	   if ("$as_dir/$as_base" -c '
 1.21862 ++	   for as_base in sh bash ksh sh5; do
 1.21863 ++	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
 1.21864 ++	   done;;
 1.21865 ++       esac
 1.21866 ++done
 1.21867 ++IFS=$as_save_IFS
 1.21868 ++
 1.21869 ++
 1.21870 ++      for as_shell in $as_candidate_shells $SHELL; do
 1.21871 ++	 # Try only shells that exist, to save several forks.
 1.21872 ++	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 1.21873 ++		{ ("$as_shell") 2> /dev/null <<\_ASEOF
 1.21874 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 1.21875 ++  emulate sh
 1.21876 ++  NULLCMD=:
 1.21877 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 1.21878 ++  # is contrary to our usage.  Disable this feature.
 1.21879 ++  alias -g '${1+"$@"}'='"$@"'
 1.21880 ++  setopt NO_GLOB_SUBST
 1.21881 ++else
 1.21882 ++  case `(set -o) 2>/dev/null` in
 1.21883 ++  *posix*) set -o posix ;;
 1.21884 ++esac
 1.21885 ++
 1.21886 ++fi
 1.21887 ++
 1.21888 ++
 1.21889 ++:
 1.21890 ++_ASEOF
 1.21891 ++}; then
 1.21892 ++  CONFIG_SHELL=$as_shell
 1.21893 ++	       as_have_required=yes
 1.21894 ++	       if { "$as_shell" 2> /dev/null <<\_ASEOF
 1.21895 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 1.21896 ++  emulate sh
 1.21897 ++  NULLCMD=:
 1.21898 ++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 1.21899 ++  # is contrary to our usage.  Disable this feature.
 1.21900 ++  alias -g '${1+"$@"}'='"$@"'
 1.21901 ++  setopt NO_GLOB_SUBST
 1.21902 ++else
 1.21903 ++  case `(set -o) 2>/dev/null` in
 1.21904 ++  *posix*) set -o posix ;;
 1.21905 ++esac
 1.21906 ++
 1.21907 ++fi
 1.21908 ++
 1.21909 ++
 1.21910 ++:
 1.21911 ++(as_func_return () {
 1.21912 ++  (exit $1)
 1.21913 ++}
 1.21914 ++as_func_success () {
 1.21915 ++  as_func_return 0
 1.21916 ++}
 1.21917 ++as_func_failure () {
 1.21918 ++  as_func_return 1
 1.21919 ++}
 1.21920 ++as_func_ret_success () {
 1.21921 ++  return 0
 1.21922 ++}
 1.21923 ++as_func_ret_failure () {
 1.21924 ++  return 1
 1.21925 ++}
 1.21926 ++
 1.21927 ++exitcode=0
 1.21928 ++if as_func_success; then
 1.21929 ++  :
 1.21930 ++else
 1.21931 ++  exitcode=1
 1.21932 ++  echo as_func_success failed.
 1.21933 ++fi
 1.21934 ++
 1.21935 ++if as_func_failure; then
 1.21936 ++  exitcode=1
 1.21937 ++  echo as_func_failure succeeded.
 1.21938 ++fi
 1.21939 ++
 1.21940 ++if as_func_ret_success; then
 1.21941 ++  :
 1.21942 ++else
 1.21943 ++  exitcode=1
 1.21944 ++  echo as_func_ret_success failed.
 1.21945 ++fi
 1.21946 ++
 1.21947 ++if as_func_ret_failure; then
 1.21948 ++  exitcode=1
 1.21949 ++  echo as_func_ret_failure succeeded.
 1.21950 ++fi
 1.21951 ++
 1.21952 ++if ( set x; as_func_ret_success y && test x = "$1" ); then
 1.21953 ++  :
 1.21954 ++else
 1.21955 ++  exitcode=1
 1.21956 ++  echo positional parameters were not saved.
 1.21957 ++fi
 1.21958 ++
 1.21959 ++test $exitcode = 0) || { (exit 1); exit 1; }
 1.21960 ++
 1.21961 ++(
 1.21962 +   as_lineno_1=$LINENO
 1.21963 +   as_lineno_2=$LINENO
 1.21964 +-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 1.21965 +   test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.21966 +-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 1.21967 +-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 1.21968 +-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 1.21969 +-	     CONFIG_SHELL=$as_dir/$as_base
 1.21970 +-	     export CONFIG_SHELL
 1.21971 +-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 1.21972 +-	   fi;;
 1.21973 +-	 esac
 1.21974 +-       done
 1.21975 +-done
 1.21976 +-;;
 1.21977 +-  esac
 1.21978 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
 1.21979 ++
 1.21980 ++_ASEOF
 1.21981 ++}; then
 1.21982 ++  break
 1.21983 ++fi
 1.21984 ++
 1.21985 ++fi
 1.21986 ++
 1.21987 ++      done
 1.21988 ++
 1.21989 ++      if test "x$CONFIG_SHELL" != x; then
 1.21990 ++  for as_var in BASH_ENV ENV
 1.21991 ++        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.21992 ++        done
 1.21993 ++        export CONFIG_SHELL
 1.21994 ++        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 1.21995 ++fi
 1.21996 ++
 1.21997 ++
 1.21998 ++    if test $as_have_required = no; then
 1.21999 ++  echo This script requires a shell more modern than all the
 1.22000 ++      echo shells that I found on your system.  Please install a
 1.22001 ++      echo modern shell, or manually run the script under such a
 1.22002 ++      echo shell if you do have one.
 1.22003 ++      { (exit 1); exit 1; }
 1.22004 ++fi
 1.22005 ++
 1.22006 ++
 1.22007 ++fi
 1.22008 ++
 1.22009 ++fi
 1.22010 ++
 1.22011 ++
 1.22012 ++
 1.22013 ++(eval "as_func_return () {
 1.22014 ++  (exit \$1)
 1.22015 ++}
 1.22016 ++as_func_success () {
 1.22017 ++  as_func_return 0
 1.22018 ++}
 1.22019 ++as_func_failure () {
 1.22020 ++  as_func_return 1
 1.22021 ++}
 1.22022 ++as_func_ret_success () {
 1.22023 ++  return 0
 1.22024 ++}
 1.22025 ++as_func_ret_failure () {
 1.22026 ++  return 1
 1.22027 ++}
 1.22028 ++
 1.22029 ++exitcode=0
 1.22030 ++if as_func_success; then
 1.22031 ++  :
 1.22032 ++else
 1.22033 ++  exitcode=1
 1.22034 ++  echo as_func_success failed.
 1.22035 ++fi
 1.22036 ++
 1.22037 ++if as_func_failure; then
 1.22038 ++  exitcode=1
 1.22039 ++  echo as_func_failure succeeded.
 1.22040 ++fi
 1.22041 ++
 1.22042 ++if as_func_ret_success; then
 1.22043 ++  :
 1.22044 ++else
 1.22045 ++  exitcode=1
 1.22046 ++  echo as_func_ret_success failed.
 1.22047 ++fi
 1.22048 ++
 1.22049 ++if as_func_ret_failure; then
 1.22050 ++  exitcode=1
 1.22051 ++  echo as_func_ret_failure succeeded.
 1.22052 ++fi
 1.22053 ++
 1.22054 ++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 1.22055 ++  :
 1.22056 ++else
 1.22057 ++  exitcode=1
 1.22058 ++  echo positional parameters were not saved.
 1.22059 ++fi
 1.22060 ++
 1.22061 ++test \$exitcode = 0") || {
 1.22062 ++  echo No shell found that supports shell functions.
 1.22063 ++  echo Please tell autoconf@gnu.org about your system,
 1.22064 ++  echo including any error possibly output before this
 1.22065 ++  echo message
 1.22066 ++}
 1.22067 ++
 1.22068 ++
 1.22069 ++
 1.22070 ++  as_lineno_1=$LINENO
 1.22071 ++  as_lineno_2=$LINENO
 1.22072 ++  test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.22073 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 1.22074 + 
 1.22075 +   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 1.22076 +   # uniformly replaced by the line number.  The first 'sed' inserts a
 1.22077 +-  # line-number line before each line; the second 'sed' does the real
 1.22078 +-  # work.  The second script uses 'N' to pair each line-number line
 1.22079 +-  # with the numbered line, and appends trailing '-' during
 1.22080 +-  # substitution so that $LINENO is not a special case at line end.
 1.22081 ++  # line-number line after each line using $LINENO; the second 'sed'
 1.22082 ++  # does the real work.  The second script uses 'N' to pair each
 1.22083 ++  # line-number line with the line containing $LINENO, and appends
 1.22084 ++  # trailing '-' during substitution so that $LINENO is not a special
 1.22085 ++  # case at line end.
 1.22086 +   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 1.22087 +-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 1.22088 +-  sed '=' <$as_myself |
 1.22089 ++  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 1.22090 ++  # E. McMahon (1931-1989) for sed's syntax.  :-)
 1.22091 ++  sed -n '
 1.22092 ++    p
 1.22093 ++    /[$]LINENO/=
 1.22094 ++  ' <$as_myself |
 1.22095 +     sed '
 1.22096 ++      s/[$]LINENO.*/&-/
 1.22097 ++      t lineno
 1.22098 ++      b
 1.22099 ++      :lineno
 1.22100 +       N
 1.22101 +-      s,$,-,
 1.22102 +-      : loop
 1.22103 +-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 1.22104 ++      :loop
 1.22105 ++      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 1.22106 +       t loop
 1.22107 +-      s,-$,,
 1.22108 +-      s,^['$as_cr_digits']*\n,,
 1.22109 ++      s/-\n.*//
 1.22110 +     ' >$as_me.lineno &&
 1.22111 +-  chmod +x $as_me.lineno ||
 1.22112 ++  chmod +x "$as_me.lineno" ||
 1.22113 +     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 1.22114 +    { (exit 1); exit 1; }; }
 1.22115 + 
 1.22116 +   # Don't try to exec as it changes $[0], causing all sort of problems
 1.22117 +   # (the dirname of $[0] is not the place where we might find the
 1.22118 +-  # original and so on.  Autoconf is especially sensible to this).
 1.22119 +-  . ./$as_me.lineno
 1.22120 ++  # original and so on.  Autoconf is especially sensitive to this).
 1.22121 ++  . "./$as_me.lineno"
 1.22122 +   # Exit status is that of the last command.
 1.22123 +   exit
 1.22124 + }
 1.22125 + 
 1.22126 + 
 1.22127 +-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 1.22128 +-  *c*,-n*) ECHO_N= ECHO_C='
 1.22129 +-' ECHO_T='	' ;;
 1.22130 +-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 1.22131 +-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 1.22132 ++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 1.22133 ++  as_dirname=dirname
 1.22134 ++else
 1.22135 ++  as_dirname=false
 1.22136 ++fi
 1.22137 ++
 1.22138 ++ECHO_C= ECHO_N= ECHO_T=
 1.22139 ++case `echo -n x` in
 1.22140 ++-n*)
 1.22141 ++  case `echo 'x\c'` in
 1.22142 ++  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 1.22143 ++  *)   ECHO_C='\c';;
 1.22144 ++  esac;;
 1.22145 ++*)
 1.22146 ++  ECHO_N='-n';;
 1.22147 + esac
 1.22148 + 
 1.22149 +-if expr a : '\(a\)' >/dev/null 2>&1; then
 1.22150 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.22151 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.22152 +   as_expr=expr
 1.22153 + else
 1.22154 +   as_expr=false
 1.22155 + fi
 1.22156 + 
 1.22157 + rm -f conf$$ conf$$.exe conf$$.file
 1.22158 ++if test -d conf$$.dir; then
 1.22159 ++  rm -f conf$$.dir/conf$$.file
 1.22160 ++else
 1.22161 ++  rm -f conf$$.dir
 1.22162 ++  mkdir conf$$.dir
 1.22163 ++fi
 1.22164 + echo >conf$$.file
 1.22165 + if ln -s conf$$.file conf$$ 2>/dev/null; then
 1.22166 +-  # We could just check for DJGPP; but this test a) works b) is more generic
 1.22167 +-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 1.22168 +-  if test -f conf$$.exe; then
 1.22169 +-    # Don't use ln at all; we don't have any links
 1.22170 ++  as_ln_s='ln -s'
 1.22171 ++  # ... but there are two gotchas:
 1.22172 ++  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 1.22173 ++  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 1.22174 ++  # In both cases, we have to default to `cp -p'.
 1.22175 ++  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 1.22176 +     as_ln_s='cp -p'
 1.22177 +-  else
 1.22178 +-    as_ln_s='ln -s'
 1.22179 +-  fi
 1.22180 + elif ln conf$$.file conf$$ 2>/dev/null; then
 1.22181 +   as_ln_s=ln
 1.22182 + else
 1.22183 +   as_ln_s='cp -p'
 1.22184 + fi
 1.22185 +-rm -f conf$$ conf$$.exe conf$$.file
 1.22186 ++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 1.22187 ++rmdir conf$$.dir 2>/dev/null
 1.22188 + 
 1.22189 + if mkdir -p . 2>/dev/null; then
 1.22190 +   as_mkdir_p=:
 1.22191 +@@ -222,7 +518,28 @@
 1.22192 +   as_mkdir_p=false
 1.22193 + fi
 1.22194 + 
 1.22195 +-as_executable_p="test -f"
 1.22196 ++if test -x / >/dev/null 2>&1; then
 1.22197 ++  as_test_x='test -x'
 1.22198 ++else
 1.22199 ++  if ls -dL / >/dev/null 2>&1; then
 1.22200 ++    as_ls_L_option=L
 1.22201 ++  else
 1.22202 ++    as_ls_L_option=
 1.22203 ++  fi
 1.22204 ++  as_test_x='
 1.22205 ++    eval sh -c '\''
 1.22206 ++      if test -d "$1"; then
 1.22207 ++        test -d "$1/.";
 1.22208 ++      else
 1.22209 ++	case $1 in
 1.22210 ++        -*)set "./$1";;
 1.22211 ++	esac;
 1.22212 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 1.22213 ++	???[sx]*):;;*)false;;esac;fi
 1.22214 ++    '\'' sh
 1.22215 ++  '
 1.22216 ++fi
 1.22217 ++as_executable_p=$as_test_x
 1.22218 + 
 1.22219 + # Sed expression to map a string onto a valid CPP name.
 1.22220 + as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 1.22221 +@@ -231,15 +548,6 @@
 1.22222 + as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 1.22223 + 
 1.22224 + 
 1.22225 +-# IFS
 1.22226 +-# We need space, tab and new line, in precisely that order.
 1.22227 +-as_nl='
 1.22228 +-'
 1.22229 +-IFS=" 	$as_nl"
 1.22230 +-
 1.22231 +-# CDPATH.
 1.22232 +-$as_unset CDPATH
 1.22233 +-
 1.22234 + 
 1.22235 + 
 1.22236 + # Check that we are running under the correct shell.
 1.22237 +@@ -390,29 +698,26 @@
 1.22238 + 
 1.22239 + 
 1.22240 + 
 1.22241 ++exec 7<&0 </dev/null 6>&1
 1.22242 ++
 1.22243 + # Name of the host.
 1.22244 + # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 1.22245 + # so uname gets run too.
 1.22246 + ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 1.22247 + 
 1.22248 +-exec 6>&1
 1.22249 +-
 1.22250 + #
 1.22251 + # Initializations.
 1.22252 + #
 1.22253 + ac_default_prefix=/usr/local
 1.22254 ++ac_clean_files=
 1.22255 + ac_config_libobj_dir=.
 1.22256 ++LIBOBJS=
 1.22257 + cross_compiling=no
 1.22258 + subdirs=
 1.22259 + MFLAGS=
 1.22260 + MAKEFLAGS=
 1.22261 + SHELL=${CONFIG_SHELL-/bin/sh}
 1.22262 + 
 1.22263 +-# Maximum number of lines to put in a shell here document.
 1.22264 +-# This variable seems obsolete.  It should probably be removed, and
 1.22265 +-# only ac_max_sed_lines should be used.
 1.22266 +-: ${ac_max_here_lines=38}
 1.22267 +-
 1.22268 + # Identity of this package.
 1.22269 + PACKAGE_NAME='newlib'
 1.22270 + PACKAGE_TARNAME='newlib'
 1.22271 +@@ -424,66 +729,214 @@
 1.22272 + # Factoring default headers for most tests.
 1.22273 + ac_includes_default="\
 1.22274 + #include <stdio.h>
 1.22275 +-#if HAVE_SYS_TYPES_H
 1.22276 ++#ifdef HAVE_SYS_TYPES_H
 1.22277 + # include <sys/types.h>
 1.22278 + #endif
 1.22279 +-#if HAVE_SYS_STAT_H
 1.22280 ++#ifdef HAVE_SYS_STAT_H
 1.22281 + # include <sys/stat.h>
 1.22282 + #endif
 1.22283 +-#if STDC_HEADERS
 1.22284 ++#ifdef STDC_HEADERS
 1.22285 + # include <stdlib.h>
 1.22286 + # include <stddef.h>
 1.22287 + #else
 1.22288 +-# if HAVE_STDLIB_H
 1.22289 ++# ifdef HAVE_STDLIB_H
 1.22290 + #  include <stdlib.h>
 1.22291 + # endif
 1.22292 + #endif
 1.22293 +-#if HAVE_STRING_H
 1.22294 +-# if !STDC_HEADERS && HAVE_MEMORY_H
 1.22295 ++#ifdef HAVE_STRING_H
 1.22296 ++# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 1.22297 + #  include <memory.h>
 1.22298 + # endif
 1.22299 + # include <string.h>
 1.22300 + #endif
 1.22301 +-#if HAVE_STRINGS_H
 1.22302 ++#ifdef HAVE_STRINGS_H
 1.22303 + # include <strings.h>
 1.22304 + #endif
 1.22305 +-#if HAVE_INTTYPES_H
 1.22306 ++#ifdef HAVE_INTTYPES_H
 1.22307 + # include <inttypes.h>
 1.22308 +-#else
 1.22309 +-# if HAVE_STDINT_H
 1.22310 +-#  include <stdint.h>
 1.22311 +-# endif
 1.22312 + #endif
 1.22313 +-#if HAVE_UNISTD_H
 1.22314 ++#ifdef HAVE_STDINT_H
 1.22315 ++# include <stdint.h>
 1.22316 ++#endif
 1.22317 ++#ifdef HAVE_UNISTD_H
 1.22318 + # include <unistd.h>
 1.22319 + #endif"
 1.22320 + 
 1.22321 +-ac_subdirs_all="$ac_subdirs_all a29khif"
 1.22322 +-ac_subdirs_all="$ac_subdirs_all arc"
 1.22323 +-ac_subdirs_all="$ac_subdirs_all arm"
 1.22324 +-ac_subdirs_all="$ac_subdirs_all d10v"
 1.22325 +-ac_subdirs_all="$ac_subdirs_all decstation"
 1.22326 +-ac_subdirs_all="$ac_subdirs_all h8300hms"
 1.22327 +-ac_subdirs_all="$ac_subdirs_all h8500hms"
 1.22328 +-ac_subdirs_all="$ac_subdirs_all linux"
 1.22329 +-ac_subdirs_all="$ac_subdirs_all m88kbug"
 1.22330 +-ac_subdirs_all="$ac_subdirs_all mmixware"
 1.22331 +-ac_subdirs_all="$ac_subdirs_all netware"
 1.22332 +-ac_subdirs_all="$ac_subdirs_all rdos"
 1.22333 +-ac_subdirs_all="$ac_subdirs_all rtems"
 1.22334 +-ac_subdirs_all="$ac_subdirs_all sh"
 1.22335 +-ac_subdirs_all="$ac_subdirs_all sparc64"
 1.22336 +-ac_subdirs_all="$ac_subdirs_all sun4"
 1.22337 +-ac_subdirs_all="$ac_subdirs_all sysmec"
 1.22338 +-ac_subdirs_all="$ac_subdirs_all sysnec810"
 1.22339 +-ac_subdirs_all="$ac_subdirs_all sysnecv850"
 1.22340 +-ac_subdirs_all="$ac_subdirs_all sysvi386"
 1.22341 +-ac_subdirs_all="$ac_subdirs_all sysvnecv70"
 1.22342 +-ac_subdirs_all="$ac_subdirs_all tic80"
 1.22343 +-ac_subdirs_all="$ac_subdirs_all w65"
 1.22344 +-ac_subdirs_all="$ac_subdirs_all z8ksim"
 1.22345 +-ac_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 MAY_SUPPLY_SYSCALLS_TRUE MAY_SUPPLY_SYSCALLS_FALSE newlib_basedir build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB READELF ac_ct_READELF MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CCAS CCASFLAGS NEWLIB_CFLAGS LDFLAGS ELIX_LEVEL_0_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_1_TRUE ELIX_LEVEL_1_FALSE ELIX_LEVEL_2_TRUE ELIX_LEVEL_2_FALSE ELIX_LEVEL_3_TRUE ELIX_LEVEL_3_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_4_FALSE USE_LIBTOOL_TRUE USE_LIBTOOL_FALSE OBJEXT oext aext lpfx libm_machine_dir machine_dir sys_dir SED DLLTOOL ac_ct_DLLTOOL OBJDUMP ac_ct_OBJDUMP LIBTOOL CFLAGS CPPFLAGS ac_ct_CC EXEEXT EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO DSYMUTIL ac_ct_DSYMUTIL NMEDIT ac_ct_NMEDIT LIPO ac_ct_LIPO OTOOL ac_ct_OTOOL OTOOL64 ac_ct_OTOOL64 CPP subdirs CRT0 HAVE_SYS_DIR_TRUE HAVE_SYS_DIR_FALSE LIBOBJS LTLIBOBJS'
 1.22346 ++ac_subst_vars='SHELL
 1.22347 ++PATH_SEPARATOR
 1.22348 ++PACKAGE_NAME
 1.22349 ++PACKAGE_TARNAME
 1.22350 ++PACKAGE_VERSION
 1.22351 ++PACKAGE_STRING
 1.22352 ++PACKAGE_BUGREPORT
 1.22353 ++exec_prefix
 1.22354 ++prefix
 1.22355 ++program_transform_name
 1.22356 ++bindir
 1.22357 ++sbindir
 1.22358 ++libexecdir
 1.22359 ++datarootdir
 1.22360 ++datadir
 1.22361 ++sysconfdir
 1.22362 ++sharedstatedir
 1.22363 ++localstatedir
 1.22364 ++includedir
 1.22365 ++oldincludedir
 1.22366 ++docdir
 1.22367 ++infodir
 1.22368 ++htmldir
 1.22369 ++dvidir
 1.22370 ++pdfdir
 1.22371 ++psdir
 1.22372 ++libdir
 1.22373 ++localedir
 1.22374 ++mandir
 1.22375 ++DEFS
 1.22376 ++ECHO_C
 1.22377 ++ECHO_N
 1.22378 ++ECHO_T
 1.22379 ++LIBS
 1.22380 ++build_alias
 1.22381 ++host_alias
 1.22382 ++target_alias
 1.22383 ++MAY_SUPPLY_SYSCALLS_TRUE
 1.22384 ++MAY_SUPPLY_SYSCALLS_FALSE
 1.22385 ++newlib_basedir
 1.22386 ++build
 1.22387 ++build_cpu
 1.22388 ++build_vendor
 1.22389 ++build_os
 1.22390 ++host
 1.22391 ++host_cpu
 1.22392 ++host_vendor
 1.22393 ++host_os
 1.22394 ++INSTALL_PROGRAM
 1.22395 ++INSTALL_SCRIPT
 1.22396 ++INSTALL_DATA
 1.22397 ++CYGPATH_W
 1.22398 ++PACKAGE
 1.22399 ++VERSION
 1.22400 ++ACLOCAL
 1.22401 ++AUTOCONF
 1.22402 ++AUTOMAKE
 1.22403 ++AUTOHEADER
 1.22404 ++MAKEINFO
 1.22405 ++install_sh
 1.22406 ++STRIP
 1.22407 ++INSTALL_STRIP_PROGRAM
 1.22408 ++mkdir_p
 1.22409 ++AWK
 1.22410 ++SET_MAKE
 1.22411 ++am__leading_dot
 1.22412 ++AMTAR
 1.22413 ++am__tar
 1.22414 ++am__untar
 1.22415 ++CC
 1.22416 ++DEPDIR
 1.22417 ++am__include
 1.22418 ++am__quote
 1.22419 ++AMDEP_TRUE
 1.22420 ++AMDEP_FALSE
 1.22421 ++AMDEPBACKSLASH
 1.22422 ++CCDEPMODE
 1.22423 ++am__fastdepCC_TRUE
 1.22424 ++am__fastdepCC_FALSE
 1.22425 ++AS
 1.22426 ++AR
 1.22427 ++RANLIB
 1.22428 ++READELF
 1.22429 ++MAINTAINER_MODE_TRUE
 1.22430 ++MAINTAINER_MODE_FALSE
 1.22431 ++MAINT
 1.22432 ++CCAS
 1.22433 ++CCASFLAGS
 1.22434 ++NEWLIB_CFLAGS
 1.22435 ++LDFLAGS
 1.22436 ++ELIX_LEVEL_0_TRUE
 1.22437 ++ELIX_LEVEL_0_FALSE
 1.22438 ++ELIX_LEVEL_1_TRUE
 1.22439 ++ELIX_LEVEL_1_FALSE
 1.22440 ++ELIX_LEVEL_2_TRUE
 1.22441 ++ELIX_LEVEL_2_FALSE
 1.22442 ++ELIX_LEVEL_3_TRUE
 1.22443 ++ELIX_LEVEL_3_FALSE
 1.22444 ++ELIX_LEVEL_4_TRUE
 1.22445 ++ELIX_LEVEL_4_FALSE
 1.22446 ++USE_LIBTOOL_TRUE
 1.22447 ++USE_LIBTOOL_FALSE
 1.22448 ++OBJEXT
 1.22449 ++oext
 1.22450 ++aext
 1.22451 ++lpfx
 1.22452 ++libm_machine_dir
 1.22453 ++machine_dir
 1.22454 ++sys_dir
 1.22455 ++SED
 1.22456 ++DLLTOOL
 1.22457 ++OBJDUMP
 1.22458 ++LIBTOOL
 1.22459 ++CFLAGS
 1.22460 ++CPPFLAGS
 1.22461 ++ac_ct_CC
 1.22462 ++EXEEXT
 1.22463 ++GREP
 1.22464 ++EGREP
 1.22465 ++FGREP
 1.22466 ++LD
 1.22467 ++DUMPBIN
 1.22468 ++ac_ct_DUMPBIN
 1.22469 ++NM
 1.22470 ++LN_S
 1.22471 ++lt_ECHO
 1.22472 ++DSYMUTIL
 1.22473 ++NMEDIT
 1.22474 ++LIPO
 1.22475 ++OTOOL
 1.22476 ++OTOOL64
 1.22477 ++CPP
 1.22478 ++subdirs
 1.22479 ++CRT0
 1.22480 ++HAVE_SYS_DIR_TRUE
 1.22481 ++HAVE_SYS_DIR_FALSE
 1.22482 ++LIBOBJS
 1.22483 ++LTLIBOBJS'
 1.22484 + ac_subst_files=''
 1.22485 ++      ac_precious_vars='build_alias
 1.22486 ++host_alias
 1.22487 ++target_alias
 1.22488 ++CCAS
 1.22489 ++CCASFLAGS
 1.22490 ++CC
 1.22491 ++CFLAGS
 1.22492 ++LDFLAGS
 1.22493 ++LIBS
 1.22494 ++CPPFLAGS
 1.22495 ++CPP'
 1.22496 ++ac_subdirs_all='a29khif
 1.22497 ++arc
 1.22498 ++arm
 1.22499 ++avr32
 1.22500 ++d10v
 1.22501 ++decstation
 1.22502 ++h8300hms
 1.22503 ++h8500hms
 1.22504 ++linux
 1.22505 ++m88kbug
 1.22506 ++mmixware
 1.22507 ++netware
 1.22508 ++rdos
 1.22509 ++rtems
 1.22510 ++sh
 1.22511 ++sparc64
 1.22512 ++sun4
 1.22513 ++sysmec
 1.22514 ++sysnec810
 1.22515 ++sysnecv850
 1.22516 ++sysvi386
 1.22517 ++sysvnecv70
 1.22518 ++tic80
 1.22519 ++w65
 1.22520 ++z8ksim'
 1.22521 + 
 1.22522 + # Initialize some variables set by options.
 1.22523 + ac_init_help=
 1.22524 +@@ -510,34 +963,48 @@
 1.22525 + # and all the variables that are supposed to be based on exec_prefix
 1.22526 + # by default will actually change.
 1.22527 + # Use braces instead of parens because sh, perl, etc. also accept them.
 1.22528 ++# (The list follows the same order as the GNU Coding Standards.)
 1.22529 + bindir='${exec_prefix}/bin'
 1.22530 + sbindir='${exec_prefix}/sbin'
 1.22531 + libexecdir='${exec_prefix}/libexec'
 1.22532 +-datadir='${prefix}/share'
 1.22533 ++datarootdir='${prefix}/share'
 1.22534 ++datadir='${datarootdir}'
 1.22535 + sysconfdir='${prefix}/etc'
 1.22536 + sharedstatedir='${prefix}/com'
 1.22537 + localstatedir='${prefix}/var'
 1.22538 +-libdir='${exec_prefix}/lib'
 1.22539 + includedir='${prefix}/include'
 1.22540 + oldincludedir='/usr/include'
 1.22541 +-infodir='${prefix}/info'
 1.22542 +-mandir='${prefix}/man'
 1.22543 ++docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 1.22544 ++infodir='${datarootdir}/info'
 1.22545 ++htmldir='${docdir}'
 1.22546 ++dvidir='${docdir}'
 1.22547 ++pdfdir='${docdir}'
 1.22548 ++psdir='${docdir}'
 1.22549 ++libdir='${exec_prefix}/lib'
 1.22550 ++localedir='${datarootdir}/locale'
 1.22551 ++mandir='${datarootdir}/man'
 1.22552 + 
 1.22553 + ac_prev=
 1.22554 ++ac_dashdash=
 1.22555 + for ac_option
 1.22556 + do
 1.22557 +   # If the previous option needs an argument, assign it.
 1.22558 +   if test -n "$ac_prev"; then
 1.22559 +-    eval "$ac_prev=\$ac_option"
 1.22560 ++    eval $ac_prev=\$ac_option
 1.22561 +     ac_prev=
 1.22562 +     continue
 1.22563 +   fi
 1.22564 + 
 1.22565 +-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
 1.22566 ++  case $ac_option in
 1.22567 ++  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 1.22568 ++  *)	ac_optarg=yes ;;
 1.22569 ++  esac
 1.22570 + 
 1.22571 +   # Accept the important Cygnus configure options, so we can diagnose typos.
 1.22572 + 
 1.22573 +-  case $ac_option in
 1.22574 ++  case $ac_dashdash$ac_option in
 1.22575 ++  --)
 1.22576 ++    ac_dashdash=yes ;;
 1.22577 + 
 1.22578 +   -bindir | --bindir | --bindi | --bind | --bin | --bi)
 1.22579 +     ac_prev=bindir ;;
 1.22580 +@@ -559,33 +1026,45 @@
 1.22581 +   --config-cache | -C)
 1.22582 +     cache_file=config.cache ;;
 1.22583 + 
 1.22584 +-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
 1.22585 ++  -datadir | --datadir | --datadi | --datad)
 1.22586 +     ac_prev=datadir ;;
 1.22587 +-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
 1.22588 +-  | --da=*)
 1.22589 ++  -datadir=* | --datadir=* | --datadi=* | --datad=*)
 1.22590 +     datadir=$ac_optarg ;;
 1.22591 + 
 1.22592 ++  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 1.22593 ++  | --dataroo | --dataro | --datar)
 1.22594 ++    ac_prev=datarootdir ;;
 1.22595 ++  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 1.22596 ++  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
 1.22597 ++    datarootdir=$ac_optarg ;;
 1.22598 ++
 1.22599 +   -disable-* | --disable-*)
 1.22600 +     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 1.22601 +     # Reject names that are not valid shell variable names.
 1.22602 +-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 1.22603 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1.22604 +       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 1.22605 +    { (exit 1); exit 1; }; }
 1.22606 +-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 1.22607 +-    eval "enable_$ac_feature=no" ;;
 1.22608 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 1.22609 ++    eval enable_$ac_feature=no ;;
 1.22610 ++
 1.22611 ++  -docdir | --docdir | --docdi | --doc | --do)
 1.22612 ++    ac_prev=docdir ;;
 1.22613 ++  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 1.22614 ++    docdir=$ac_optarg ;;
 1.22615 ++
 1.22616 ++  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
 1.22617 ++    ac_prev=dvidir ;;
 1.22618 ++  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
 1.22619 ++    dvidir=$ac_optarg ;;
 1.22620 + 
 1.22621 +   -enable-* | --enable-*)
 1.22622 +     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 1.22623 +     # Reject names that are not valid shell variable names.
 1.22624 +-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 1.22625 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1.22626 +       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 1.22627 +    { (exit 1); exit 1; }; }
 1.22628 +-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 1.22629 +-    case $ac_option in
 1.22630 +-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
 1.22631 +-      *) ac_optarg=yes ;;
 1.22632 +-    esac
 1.22633 +-    eval "enable_$ac_feature='$ac_optarg'" ;;
 1.22634 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 1.22635 ++    eval enable_$ac_feature=\$ac_optarg ;;
 1.22636 + 
 1.22637 +   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 1.22638 +   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 1.22639 +@@ -612,6 +1091,12 @@
 1.22640 +   -host=* | --host=* | --hos=* | --ho=*)
 1.22641 +     host_alias=$ac_optarg ;;
 1.22642 + 
 1.22643 ++  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
 1.22644 ++    ac_prev=htmldir ;;
 1.22645 ++  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 1.22646 ++  | --ht=*)
 1.22647 ++    htmldir=$ac_optarg ;;
 1.22648 ++
 1.22649 +   -includedir | --includedir | --includedi | --included | --include \
 1.22650 +   | --includ | --inclu | --incl | --inc)
 1.22651 +     ac_prev=includedir ;;
 1.22652 +@@ -636,13 +1121,16 @@
 1.22653 +   | --libexe=* | --libex=* | --libe=*)
 1.22654 +     libexecdir=$ac_optarg ;;
 1.22655 + 
 1.22656 ++  -localedir | --localedir | --localedi | --localed | --locale)
 1.22657 ++    ac_prev=localedir ;;
 1.22658 ++  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
 1.22659 ++    localedir=$ac_optarg ;;
 1.22660 ++
 1.22661 +   -localstatedir | --localstatedir | --localstatedi | --localstated \
 1.22662 +-  | --localstate | --localstat | --localsta | --localst \
 1.22663 +-  | --locals | --local | --loca | --loc | --lo)
 1.22664 ++  | --localstate | --localstat | --localsta | --localst | --locals)
 1.22665 +     ac_prev=localstatedir ;;
 1.22666 +   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 1.22667 +-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
 1.22668 +-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
 1.22669 ++  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
 1.22670 +     localstatedir=$ac_optarg ;;
 1.22671 + 
 1.22672 +   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
 1.22673 +@@ -707,6 +1195,16 @@
 1.22674 +   | --progr-tra=* | --program-tr=* | --program-t=*)
 1.22675 +     program_transform_name=$ac_optarg ;;
 1.22676 + 
 1.22677 ++  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
 1.22678 ++    ac_prev=pdfdir ;;
 1.22679 ++  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
 1.22680 ++    pdfdir=$ac_optarg ;;
 1.22681 ++
 1.22682 ++  -psdir | --psdir | --psdi | --psd | --ps)
 1.22683 ++    ac_prev=psdir ;;
 1.22684 ++  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
 1.22685 ++    psdir=$ac_optarg ;;
 1.22686 ++
 1.22687 +   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 1.22688 +   | -silent | --silent | --silen | --sile | --sil)
 1.22689 +     silent=yes ;;
 1.22690 +@@ -759,24 +1257,20 @@
 1.22691 +   -with-* | --with-*)
 1.22692 +     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 1.22693 +     # Reject names that are not valid shell variable names.
 1.22694 +-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 1.22695 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1.22696 +       { echo "$as_me: error: invalid package name: $ac_package" >&2
 1.22697 +    { (exit 1); exit 1; }; }
 1.22698 +-    ac_package=`echo $ac_package| sed 's/-/_/g'`
 1.22699 +-    case $ac_option in
 1.22700 +-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
 1.22701 +-      *) ac_optarg=yes ;;
 1.22702 +-    esac
 1.22703 +-    eval "with_$ac_package='$ac_optarg'" ;;
 1.22704 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 1.22705 ++    eval with_$ac_package=\$ac_optarg ;;
 1.22706 + 
 1.22707 +   -without-* | --without-*)
 1.22708 +     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 1.22709 +     # Reject names that are not valid shell variable names.
 1.22710 +-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 1.22711 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1.22712 +       { echo "$as_me: error: invalid package name: $ac_package" >&2
 1.22713 +    { (exit 1); exit 1; }; }
 1.22714 +-    ac_package=`echo $ac_package | sed 's/-/_/g'`
 1.22715 +-    eval "with_$ac_package=no" ;;
 1.22716 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 1.22717 ++    eval with_$ac_package=no ;;
 1.22718 + 
 1.22719 +   --x)
 1.22720 +     # Obsolete; use --with-x.
 1.22721 +@@ -807,8 +1301,7 @@
 1.22722 +     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 1.22723 +       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 1.22724 +    { (exit 1); exit 1; }; }
 1.22725 +-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
 1.22726 +-    eval "$ac_envvar='$ac_optarg'"
 1.22727 ++    eval $ac_envvar=\$ac_optarg
 1.22728 +     export $ac_envvar ;;
 1.22729 + 
 1.22730 +   *)
 1.22731 +@@ -828,27 +1321,19 @@
 1.22732 +    { (exit 1); exit 1; }; }
 1.22733 + fi
 1.22734 + 
 1.22735 +-# Be sure to have absolute paths.
 1.22736 +-for ac_var in exec_prefix prefix
 1.22737 +-do
 1.22738 +-  eval ac_val=$`echo $ac_var`
 1.22739 +-  case $ac_val in
 1.22740 +-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
 1.22741 +-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 1.22742 +-   { (exit 1); exit 1; }; };;
 1.22743 +-  esac
 1.22744 +-done
 1.22745 +-
 1.22746 +-# Be sure to have absolute paths.
 1.22747 +-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
 1.22748 +-	      localstatedir libdir includedir oldincludedir infodir mandir
 1.22749 ++# Be sure to have absolute directory names.
 1.22750 ++for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
 1.22751 ++		datadir sysconfdir sharedstatedir localstatedir includedir \
 1.22752 ++		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 1.22753 ++		libdir localedir mandir
 1.22754 + do
 1.22755 +-  eval ac_val=$`echo $ac_var`
 1.22756 ++  eval ac_val=\$$ac_var
 1.22757 +   case $ac_val in
 1.22758 +-    [\\/$]* | ?:[\\/]* ) ;;
 1.22759 +-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 1.22760 +-   { (exit 1); exit 1; }; };;
 1.22761 ++    [\\/$]* | ?:[\\/]* )  continue;;
 1.22762 ++    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 1.22763 +   esac
 1.22764 ++  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 1.22765 ++   { (exit 1); exit 1; }; }
 1.22766 + done
 1.22767 + 
 1.22768 + # There might be people who depend on the old broken behavior: `$host'
 1.22769 +@@ -875,82 +1360,76 @@
 1.22770 + test "$silent" = yes && exec 6>/dev/null
 1.22771 + 
 1.22772 + 
 1.22773 ++ac_pwd=`pwd` && test -n "$ac_pwd" &&
 1.22774 ++ac_ls_di=`ls -di .` &&
 1.22775 ++ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 1.22776 ++  { echo "$as_me: error: Working directory cannot be determined" >&2
 1.22777 ++   { (exit 1); exit 1; }; }
 1.22778 ++test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 1.22779 ++  { echo "$as_me: error: pwd does not report name of working directory" >&2
 1.22780 ++   { (exit 1); exit 1; }; }
 1.22781 ++
 1.22782 ++
 1.22783 + # Find the source files, if location was not specified.
 1.22784 + if test -z "$srcdir"; then
 1.22785 +   ac_srcdir_defaulted=yes
 1.22786 +-  # Try the directory containing this script, then its parent.
 1.22787 +-  ac_confdir=`(dirname "$0") 2>/dev/null ||
 1.22788 ++  # Try the directory containing this script, then the parent directory.
 1.22789 ++  ac_confdir=`$as_dirname -- "$0" ||
 1.22790 + $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.22791 + 	 X"$0" : 'X\(//\)[^/]' \| \
 1.22792 + 	 X"$0" : 'X\(//\)$' \| \
 1.22793 +-	 X"$0" : 'X\(/\)' \| \
 1.22794 +-	 .     : '\(.\)' 2>/dev/null ||
 1.22795 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 1.22796 + echo X"$0" |
 1.22797 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.22798 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.22799 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.22800 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.22801 +-  	  s/.*/./; q'`
 1.22802 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.22803 ++	    s//\1/
 1.22804 ++	    q
 1.22805 ++	  }
 1.22806 ++	  /^X\(\/\/\)[^/].*/{
 1.22807 ++	    s//\1/
 1.22808 ++	    q
 1.22809 ++	  }
 1.22810 ++	  /^X\(\/\/\)$/{
 1.22811 ++	    s//\1/
 1.22812 ++	    q
 1.22813 ++	  }
 1.22814 ++	  /^X\(\/\).*/{
 1.22815 ++	    s//\1/
 1.22816 ++	    q
 1.22817 ++	  }
 1.22818 ++	  s/.*/./; q'`
 1.22819 +   srcdir=$ac_confdir
 1.22820 +-  if test ! -r $srcdir/$ac_unique_file; then
 1.22821 ++  if test ! -r "$srcdir/$ac_unique_file"; then
 1.22822 +     srcdir=..
 1.22823 +   fi
 1.22824 + else
 1.22825 +   ac_srcdir_defaulted=no
 1.22826 + fi
 1.22827 +-if test ! -r $srcdir/$ac_unique_file; then
 1.22828 +-  if test "$ac_srcdir_defaulted" = yes; then
 1.22829 +-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
 1.22830 +-   { (exit 1); exit 1; }; }
 1.22831 +-  else
 1.22832 +-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 1.22833 +-   { (exit 1); exit 1; }; }
 1.22834 +-  fi
 1.22835 +-fi
 1.22836 +-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
 1.22837 +-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
 1.22838 +-   { (exit 1); exit 1; }; }
 1.22839 +-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
 1.22840 +-ac_env_build_alias_set=${build_alias+set}
 1.22841 +-ac_env_build_alias_value=$build_alias
 1.22842 +-ac_cv_env_build_alias_set=${build_alias+set}
 1.22843 +-ac_cv_env_build_alias_value=$build_alias
 1.22844 +-ac_env_host_alias_set=${host_alias+set}
 1.22845 +-ac_env_host_alias_value=$host_alias
 1.22846 +-ac_cv_env_host_alias_set=${host_alias+set}
 1.22847 +-ac_cv_env_host_alias_value=$host_alias
 1.22848 +-ac_env_target_alias_set=${target_alias+set}
 1.22849 +-ac_env_target_alias_value=$target_alias
 1.22850 +-ac_cv_env_target_alias_set=${target_alias+set}
 1.22851 +-ac_cv_env_target_alias_value=$target_alias
 1.22852 +-ac_env_CCAS_set=${CCAS+set}
 1.22853 +-ac_env_CCAS_value=$CCAS
 1.22854 +-ac_cv_env_CCAS_set=${CCAS+set}
 1.22855 +-ac_cv_env_CCAS_value=$CCAS
 1.22856 +-ac_env_CCASFLAGS_set=${CCASFLAGS+set}
 1.22857 +-ac_env_CCASFLAGS_value=$CCASFLAGS
 1.22858 +-ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
 1.22859 +-ac_cv_env_CCASFLAGS_value=$CCASFLAGS
 1.22860 +-ac_env_CC_set=${CC+set}
 1.22861 +-ac_env_CC_value=$CC
 1.22862 +-ac_cv_env_CC_set=${CC+set}
 1.22863 +-ac_cv_env_CC_value=$CC
 1.22864 +-ac_env_CFLAGS_set=${CFLAGS+set}
 1.22865 +-ac_env_CFLAGS_value=$CFLAGS
 1.22866 +-ac_cv_env_CFLAGS_set=${CFLAGS+set}
 1.22867 +-ac_cv_env_CFLAGS_value=$CFLAGS
 1.22868 +-ac_env_LDFLAGS_set=${LDFLAGS+set}
 1.22869 +-ac_env_LDFLAGS_value=$LDFLAGS
 1.22870 +-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
 1.22871 +-ac_cv_env_LDFLAGS_value=$LDFLAGS
 1.22872 +-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
 1.22873 +-ac_env_CPPFLAGS_value=$CPPFLAGS
 1.22874 +-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
 1.22875 +-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
 1.22876 +-ac_env_CPP_set=${CPP+set}
 1.22877 +-ac_env_CPP_value=$CPP
 1.22878 +-ac_cv_env_CPP_set=${CPP+set}
 1.22879 +-ac_cv_env_CPP_value=$CPP
 1.22880 ++if test ! -r "$srcdir/$ac_unique_file"; then
 1.22881 ++  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 1.22882 ++  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 1.22883 ++   { (exit 1); exit 1; }; }
 1.22884 ++fi
 1.22885 ++ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 1.22886 ++ac_abs_confdir=`(
 1.22887 ++	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 1.22888 ++   { (exit 1); exit 1; }; }
 1.22889 ++	pwd)`
 1.22890 ++# When building in place, set srcdir=.
 1.22891 ++if test "$ac_abs_confdir" = "$ac_pwd"; then
 1.22892 ++  srcdir=.
 1.22893 ++fi
 1.22894 ++# Remove unnecessary trailing slashes from srcdir.
 1.22895 ++# Double slashes in file names in object file debugging info
 1.22896 ++# mess up M-x gdb in Emacs.
 1.22897 ++case $srcdir in
 1.22898 ++*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 1.22899 ++esac
 1.22900 ++for ac_var in $ac_precious_vars; do
 1.22901 ++  eval ac_env_${ac_var}_set=\${${ac_var}+set}
 1.22902 ++  eval ac_env_${ac_var}_value=\$${ac_var}
 1.22903 ++  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 1.22904 ++  eval ac_cv_env_${ac_var}_value=\$${ac_var}
 1.22905 ++done
 1.22906 + 
 1.22907 + #
 1.22908 + # Report the --help message.
 1.22909 +@@ -979,9 +1458,6 @@
 1.22910 +   -n, --no-create         do not create output files
 1.22911 +       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 1.22912 + 
 1.22913 +-_ACEOF
 1.22914 +-
 1.22915 +-  cat <<_ACEOF
 1.22916 + Installation directories:
 1.22917 +   --prefix=PREFIX         install architecture-independent files in PREFIX
 1.22918 + 			  [$ac_default_prefix]
 1.22919 +@@ -999,15 +1475,22 @@
 1.22920 +   --bindir=DIR           user executables [EPREFIX/bin]
 1.22921 +   --sbindir=DIR          system admin executables [EPREFIX/sbin]
 1.22922 +   --libexecdir=DIR       program executables [EPREFIX/libexec]
 1.22923 +-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
 1.22924 +   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 1.22925 +   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 1.22926 +   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 1.22927 +   --libdir=DIR           object code libraries [EPREFIX/lib]
 1.22928 +   --includedir=DIR       C header files [PREFIX/include]
 1.22929 +   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 1.22930 +-  --infodir=DIR          info documentation [PREFIX/info]
 1.22931 +-  --mandir=DIR           man documentation [PREFIX/man]
 1.22932 ++  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 1.22933 ++  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 1.22934 ++  --infodir=DIR          info documentation [DATAROOTDIR/info]
 1.22935 ++  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 1.22936 ++  --mandir=DIR           man documentation [DATAROOTDIR/man]
 1.22937 ++  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
 1.22938 ++  --htmldir=DIR          html documentation [DOCDIR]
 1.22939 ++  --dvidir=DIR           dvi documentation [DOCDIR]
 1.22940 ++  --pdfdir=DIR           pdf documentation [DOCDIR]
 1.22941 ++  --psdir=DIR            ps documentation [DOCDIR]
 1.22942 + _ACEOF
 1.22943 + 
 1.22944 +   cat <<\_ACEOF
 1.22945 +@@ -1044,10 +1527,8 @@
 1.22946 +   --enable-dependency-tracking   do not reject slow dependency extractors
 1.22947 +   --enable-maintainer-mode  enable make rules and dependencies not useful
 1.22948 + 			  (and sometimes confusing) to the casual installer
 1.22949 +-  --enable-shared[=PKGS]
 1.22950 +-                          build shared libraries [default=yes]
 1.22951 +-  --enable-static[=PKGS]
 1.22952 +-                          build static libraries [default=yes]
 1.22953 ++  --enable-shared[=PKGS]  build shared libraries [default=yes]
 1.22954 ++  --enable-static[=PKGS]  build static libraries [default=yes]
 1.22955 +   --enable-fast-install[=PKGS]
 1.22956 +                           optimize for fast installation [default=yes]
 1.22957 +   --disable-libtool-lock  avoid locking (might break parallel builds)
 1.22958 +@@ -1066,128 +1547,95 @@
 1.22959 +   CFLAGS      C compiler flags
 1.22960 +   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
 1.22961 +               nonstandard directory <lib dir>
 1.22962 +-  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
 1.22963 +-              headers in a nonstandard directory <include dir>
 1.22964 ++  LIBS        libraries to pass to the linker, e.g. -l<library>
 1.22965 ++  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 1.22966 ++              you have headers in a nonstandard directory <include dir>
 1.22967 +   CPP         C preprocessor
 1.22968 + 
 1.22969 + Use these variables to override the choices made by `configure' or to help
 1.22970 + it to find libraries and programs with nonstandard names/locations.
 1.22971 + 
 1.22972 + _ACEOF
 1.22973 ++ac_status=$?
 1.22974 + fi
 1.22975 + 
 1.22976 + if test "$ac_init_help" = "recursive"; then
 1.22977 +   # If there are subdirs, report their specific --help.
 1.22978 +-  ac_popdir=`pwd`
 1.22979 +   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 1.22980 +-    test -d $ac_dir || continue
 1.22981 ++    test -d "$ac_dir" || continue
 1.22982 +     ac_builddir=.
 1.22983 + 
 1.22984 +-if test "$ac_dir" != .; then
 1.22985 ++case "$ac_dir" in
 1.22986 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.22987 ++*)
 1.22988 +   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1.22989 +-  # A "../" for each directory in $ac_dir_suffix.
 1.22990 +-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 1.22991 +-else
 1.22992 +-  ac_dir_suffix= ac_top_builddir=
 1.22993 +-fi
 1.22994 ++  # A ".." for each directory in $ac_dir_suffix.
 1.22995 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 1.22996 ++  case $ac_top_builddir_sub in
 1.22997 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.22998 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 1.22999 ++  esac ;;
 1.23000 ++esac
 1.23001 ++ac_abs_top_builddir=$ac_pwd
 1.23002 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
 1.23003 ++# for backward compatibility:
 1.23004 ++ac_top_builddir=$ac_top_build_prefix
 1.23005 + 
 1.23006 + case $srcdir in
 1.23007 +-  .)  # No --srcdir option.  We are building in place.
 1.23008 ++  .)  # We are building in place.
 1.23009 +     ac_srcdir=.
 1.23010 +-    if test -z "$ac_top_builddir"; then
 1.23011 +-       ac_top_srcdir=.
 1.23012 +-    else
 1.23013 +-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 1.23014 +-    fi ;;
 1.23015 +-  [\\/]* | ?:[\\/]* )  # Absolute path.
 1.23016 ++    ac_top_srcdir=$ac_top_builddir_sub
 1.23017 ++    ac_abs_top_srcdir=$ac_pwd ;;
 1.23018 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
 1.23019 +     ac_srcdir=$srcdir$ac_dir_suffix;
 1.23020 +-    ac_top_srcdir=$srcdir ;;
 1.23021 +-  *) # Relative path.
 1.23022 +-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 1.23023 +-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 1.23024 +-esac
 1.23025 +-
 1.23026 +-# Do not use `cd foo && pwd` to compute absolute paths, because
 1.23027 +-# the directories may not exist.
 1.23028 +-case `pwd` in
 1.23029 +-.) ac_abs_builddir="$ac_dir";;
 1.23030 +-*)
 1.23031 +-  case "$ac_dir" in
 1.23032 +-  .) ac_abs_builddir=`pwd`;;
 1.23033 +-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 1.23034 +-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 1.23035 +-  esac;;
 1.23036 +-esac
 1.23037 +-case $ac_abs_builddir in
 1.23038 +-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.23039 +-*)
 1.23040 +-  case ${ac_top_builddir}. in
 1.23041 +-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 1.23042 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.23043 +-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 1.23044 +-  esac;;
 1.23045 +-esac
 1.23046 +-case $ac_abs_builddir in
 1.23047 +-.) ac_abs_srcdir=$ac_srcdir;;
 1.23048 +-*)
 1.23049 +-  case $ac_srcdir in
 1.23050 +-  .) ac_abs_srcdir=$ac_abs_builddir;;
 1.23051 +-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 1.23052 +-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 1.23053 +-  esac;;
 1.23054 +-esac
 1.23055 +-case $ac_abs_builddir in
 1.23056 +-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.23057 +-*)
 1.23058 +-  case $ac_top_srcdir in
 1.23059 +-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 1.23060 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.23061 +-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 1.23062 +-  esac;;
 1.23063 ++    ac_top_srcdir=$srcdir
 1.23064 ++    ac_abs_top_srcdir=$srcdir ;;
 1.23065 ++  *) # Relative name.
 1.23066 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 1.23067 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
 1.23068 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 1.23069 + esac
 1.23070 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 1.23071 + 
 1.23072 +-    cd $ac_dir
 1.23073 +-    # Check for guested configure; otherwise get Cygnus style configure.
 1.23074 +-    if test -f $ac_srcdir/configure.gnu; then
 1.23075 +-      echo
 1.23076 +-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
 1.23077 +-    elif test -f $ac_srcdir/configure; then
 1.23078 +-      echo
 1.23079 +-      $SHELL $ac_srcdir/configure  --help=recursive
 1.23080 +-    elif test -f $ac_srcdir/configure.ac ||
 1.23081 +-	   test -f $ac_srcdir/configure.in; then
 1.23082 +-      echo
 1.23083 +-      $ac_configure --help
 1.23084 ++    cd "$ac_dir" || { ac_status=$?; continue; }
 1.23085 ++    # Check for guested configure.
 1.23086 ++    if test -f "$ac_srcdir/configure.gnu"; then
 1.23087 ++      echo &&
 1.23088 ++      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 1.23089 ++    elif test -f "$ac_srcdir/configure"; then
 1.23090 ++      echo &&
 1.23091 ++      $SHELL "$ac_srcdir/configure" --help=recursive
 1.23092 +     else
 1.23093 +       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 1.23094 +-    fi
 1.23095 +-    cd $ac_popdir
 1.23096 ++    fi || ac_status=$?
 1.23097 ++    cd "$ac_pwd" || { ac_status=$?; break; }
 1.23098 +   done
 1.23099 + fi
 1.23100 + 
 1.23101 +-test -n "$ac_init_help" && exit 0
 1.23102 ++test -n "$ac_init_help" && exit $ac_status
 1.23103 + if $ac_init_version; then
 1.23104 +   cat <<\_ACEOF
 1.23105 + newlib configure 1.17.0
 1.23106 +-generated by GNU Autoconf 2.59
 1.23107 ++generated by GNU Autoconf 2.61
 1.23108 + 
 1.23109 +-Copyright (C) 2003 Free Software Foundation, Inc.
 1.23110 ++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 1.23111 ++2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 1.23112 + This configure script is free software; the Free Software Foundation
 1.23113 + gives unlimited permission to copy, distribute and modify it.
 1.23114 + _ACEOF
 1.23115 +-  exit 0
 1.23116 ++  exit
 1.23117 + fi
 1.23118 +-exec 5>config.log
 1.23119 +-cat >&5 <<_ACEOF
 1.23120 ++cat >config.log <<_ACEOF
 1.23121 + This file contains any messages produced by compilers while
 1.23122 + running configure, to aid debugging if configure makes a mistake.
 1.23123 + 
 1.23124 + It was created by newlib $as_me 1.17.0, which was
 1.23125 +-generated by GNU Autoconf 2.59.  Invocation command line was
 1.23126 ++generated by GNU Autoconf 2.61.  Invocation command line was
 1.23127 + 
 1.23128 +   $ $0 $@
 1.23129 + 
 1.23130 + _ACEOF
 1.23131 ++exec 5>>config.log
 1.23132 + {
 1.23133 + cat <<_ASUNAME
 1.23134 + ## --------- ##
 1.23135 +@@ -1206,7 +1654,7 @@
 1.23136 + /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 1.23137 + /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 1.23138 + /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 1.23139 +-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
 1.23140 ++/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 1.23141 + /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 1.23142 + /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 1.23143 + /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 1.23144 +@@ -1220,6 +1668,7 @@
 1.23145 +   test -z "$as_dir" && as_dir=.
 1.23146 +   echo "PATH: $as_dir"
 1.23147 + done
 1.23148 ++IFS=$as_save_IFS
 1.23149 + 
 1.23150 + } >&5
 1.23151 + 
 1.23152 +@@ -1241,7 +1690,6 @@
 1.23153 + ac_configure_args=
 1.23154 + ac_configure_args0=
 1.23155 + ac_configure_args1=
 1.23156 +-ac_sep=
 1.23157 + ac_must_keep_next=false
 1.23158 + for ac_pass in 1 2
 1.23159 + do
 1.23160 +@@ -1252,7 +1700,7 @@
 1.23161 +     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 1.23162 +     | -silent | --silent | --silen | --sile | --sil)
 1.23163 +       continue ;;
 1.23164 +-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 1.23165 ++    *\'*)
 1.23166 +       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 1.23167 +     esac
 1.23168 +     case $ac_pass in
 1.23169 +@@ -1274,9 +1722,7 @@
 1.23170 + 	  -* ) ac_must_keep_next=true ;;
 1.23171 + 	esac
 1.23172 +       fi
 1.23173 +-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
 1.23174 +-      # Get rid of the leading space.
 1.23175 +-      ac_sep=" "
 1.23176 ++      ac_configure_args="$ac_configure_args '$ac_arg'"
 1.23177 +       ;;
 1.23178 +     esac
 1.23179 +   done
 1.23180 +@@ -1287,8 +1733,8 @@
 1.23181 + # When interrupted or exit'd, cleanup temporary files, and complete
 1.23182 + # config.log.  We remove comments because anyway the quotes in there
 1.23183 + # would cause problems or look ugly.
 1.23184 +-# WARNING: Be sure not to use single quotes in there, as some shells,
 1.23185 +-# such as our DU 5.0 friend, will then `close' the trap.
 1.23186 ++# WARNING: Use '\'' to represent an apostrophe within the trap.
 1.23187 ++# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 1.23188 + trap 'exit_status=$?
 1.23189 +   # Save into config.log some information that might help in debugging.
 1.23190 +   {
 1.23191 +@@ -1301,20 +1747,34 @@
 1.23192 + _ASBOX
 1.23193 +     echo
 1.23194 +     # The following way of writing the cache mishandles newlines in values,
 1.23195 +-{
 1.23196 ++(
 1.23197 ++  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 1.23198 ++    eval ac_val=\$$ac_var
 1.23199 ++    case $ac_val in #(
 1.23200 ++    *${as_nl}*)
 1.23201 ++      case $ac_var in #(
 1.23202 ++      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 1.23203 ++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 1.23204 ++      esac
 1.23205 ++      case $ac_var in #(
 1.23206 ++      _ | IFS | as_nl) ;; #(
 1.23207 ++      *) $as_unset $ac_var ;;
 1.23208 ++      esac ;;
 1.23209 ++    esac
 1.23210 ++  done
 1.23211 +   (set) 2>&1 |
 1.23212 +-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
 1.23213 +-    *ac_space=\ *)
 1.23214 ++    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 1.23215 ++    *${as_nl}ac_space=\ *)
 1.23216 +       sed -n \
 1.23217 +-	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
 1.23218 +-	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
 1.23219 +-      ;;
 1.23220 ++	"s/'\''/'\''\\\\'\'''\''/g;
 1.23221 ++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 1.23222 ++      ;; #(
 1.23223 +     *)
 1.23224 +-      sed -n \
 1.23225 +-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 1.23226 ++      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 1.23227 +       ;;
 1.23228 +-    esac;
 1.23229 +-}
 1.23230 ++    esac |
 1.23231 ++    sort
 1.23232 ++)
 1.23233 +     echo
 1.23234 + 
 1.23235 +     cat <<\_ASBOX
 1.23236 +@@ -1325,22 +1785,28 @@
 1.23237 +     echo
 1.23238 +     for ac_var in $ac_subst_vars
 1.23239 +     do
 1.23240 +-      eval ac_val=$`echo $ac_var`
 1.23241 +-      echo "$ac_var='"'"'$ac_val'"'"'"
 1.23242 ++      eval ac_val=\$$ac_var
 1.23243 ++      case $ac_val in
 1.23244 ++      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 1.23245 ++      esac
 1.23246 ++      echo "$ac_var='\''$ac_val'\''"
 1.23247 +     done | sort
 1.23248 +     echo
 1.23249 + 
 1.23250 +     if test -n "$ac_subst_files"; then
 1.23251 +       cat <<\_ASBOX
 1.23252 +-## ------------- ##
 1.23253 +-## Output files. ##
 1.23254 +-## ------------- ##
 1.23255 ++## ------------------- ##
 1.23256 ++## File substitutions. ##
 1.23257 ++## ------------------- ##
 1.23258 + _ASBOX
 1.23259 +       echo
 1.23260 +       for ac_var in $ac_subst_files
 1.23261 +       do
 1.23262 +-	eval ac_val=$`echo $ac_var`
 1.23263 +-	echo "$ac_var='"'"'$ac_val'"'"'"
 1.23264 ++	eval ac_val=\$$ac_var
 1.23265 ++	case $ac_val in
 1.23266 ++	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 1.23267 ++	esac
 1.23268 ++	echo "$ac_var='\''$ac_val'\''"
 1.23269 +       done | sort
 1.23270 +       echo
 1.23271 +     fi
 1.23272 +@@ -1352,26 +1818,24 @@
 1.23273 + ## ----------- ##
 1.23274 + _ASBOX
 1.23275 +       echo
 1.23276 +-      sed "/^$/d" confdefs.h | sort
 1.23277 ++      cat confdefs.h
 1.23278 +       echo
 1.23279 +     fi
 1.23280 +     test "$ac_signal" != 0 &&
 1.23281 +       echo "$as_me: caught signal $ac_signal"
 1.23282 +     echo "$as_me: exit $exit_status"
 1.23283 +   } >&5
 1.23284 +-  rm -f core *.core &&
 1.23285 +-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
 1.23286 ++  rm -f core *.core core.conftest.* &&
 1.23287 ++    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 1.23288 +     exit $exit_status
 1.23289 +-     ' 0
 1.23290 ++' 0
 1.23291 + for ac_signal in 1 2 13 15; do
 1.23292 +   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 1.23293 + done
 1.23294 + ac_signal=0
 1.23295 + 
 1.23296 + # confdefs.h avoids OS command line length limits that DEFS can exceed.
 1.23297 +-rm -rf conftest* confdefs.h
 1.23298 +-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
 1.23299 +-echo >confdefs.h
 1.23300 ++rm -f -r conftest* confdefs.h
 1.23301 + 
 1.23302 + # Predefined preprocessor variables.
 1.23303 + 
 1.23304 +@@ -1402,14 +1866,17 @@
 1.23305 + 
 1.23306 + # Let the site file select an alternate cache file if it wants to.
 1.23307 + # Prefer explicitly selected file to automatically selected ones.
 1.23308 +-if test -z "$CONFIG_SITE"; then
 1.23309 +-  if test "x$prefix" != xNONE; then
 1.23310 +-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
 1.23311 +-  else
 1.23312 +-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
 1.23313 +-  fi
 1.23314 ++if test -n "$CONFIG_SITE"; then
 1.23315 ++  set x "$CONFIG_SITE"
 1.23316 ++elif test "x$prefix" != xNONE; then
 1.23317 ++  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 1.23318 ++else
 1.23319 ++  set x "$ac_default_prefix/share/config.site" \
 1.23320 ++	"$ac_default_prefix/etc/config.site"
 1.23321 + fi
 1.23322 +-for ac_site_file in $CONFIG_SITE; do
 1.23323 ++shift
 1.23324 ++for ac_site_file
 1.23325 ++do
 1.23326 +   if test -r "$ac_site_file"; then
 1.23327 +     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 1.23328 + echo "$as_me: loading site script $ac_site_file" >&6;}
 1.23329 +@@ -1425,8 +1892,8 @@
 1.23330 +     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 1.23331 + echo "$as_me: loading cache $cache_file" >&6;}
 1.23332 +     case $cache_file in
 1.23333 +-      [\\/]* | ?:[\\/]* ) . $cache_file;;
 1.23334 +-      *)                      . ./$cache_file;;
 1.23335 ++      [\\/]* | ?:[\\/]* ) . "$cache_file";;
 1.23336 ++      *)                      . "./$cache_file";;
 1.23337 +     esac
 1.23338 +   fi
 1.23339 + else
 1.23340 +@@ -1438,12 +1905,11 @@
 1.23341 + # Check that the precious variables saved in the cache have kept the same
 1.23342 + # value.
 1.23343 + ac_cache_corrupted=false
 1.23344 +-for ac_var in `(set) 2>&1 |
 1.23345 +-	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
 1.23346 ++for ac_var in $ac_precious_vars; do
 1.23347 +   eval ac_old_set=\$ac_cv_env_${ac_var}_set
 1.23348 +   eval ac_new_set=\$ac_env_${ac_var}_set
 1.23349 +-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
 1.23350 +-  eval ac_new_val="\$ac_env_${ac_var}_value"
 1.23351 ++  eval ac_old_val=\$ac_cv_env_${ac_var}_value
 1.23352 ++  eval ac_new_val=\$ac_env_${ac_var}_value
 1.23353 +   case $ac_old_set,$ac_new_set in
 1.23354 +     set,)
 1.23355 +       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 1.23356 +@@ -1468,8 +1934,7 @@
 1.23357 +   # Pass precious variables to config.status.
 1.23358 +   if test "$ac_new_set" = set; then
 1.23359 +     case $ac_new_val in
 1.23360 +-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 1.23361 +-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 1.23362 ++    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 1.23363 +     *) ac_arg=$ac_var=$ac_new_val ;;
 1.23364 +     esac
 1.23365 +     case " $ac_configure_args " in
 1.23366 +@@ -1486,12 +1951,6 @@
 1.23367 +    { (exit 1); exit 1; }; }
 1.23368 + fi
 1.23369 + 
 1.23370 +-ac_ext=c
 1.23371 +-ac_cpp='$CPP $CPPFLAGS'
 1.23372 +-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 1.23373 +-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 1.23374 +-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1.23375 +-
 1.23376 + 
 1.23377 + 
 1.23378 + 
 1.23379 +@@ -1516,67 +1975,92 @@
 1.23380 + 
 1.23381 + 
 1.23382 + 
 1.23383 ++ac_ext=c
 1.23384 ++ac_cpp='$CPP $CPPFLAGS'
 1.23385 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 1.23386 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 1.23387 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1.23388 + 
 1.23389 + 
 1.23390 + 
 1.23391 + 
 1.23392 + ac_aux_dir=
 1.23393 +-for ac_dir in ../../.. $srcdir/../../..; do
 1.23394 +-  if test -f $ac_dir/install-sh; then
 1.23395 ++for ac_dir in ../../.. "$srcdir"/../../..; do
 1.23396 ++  if test -f "$ac_dir/install-sh"; then
 1.23397 +     ac_aux_dir=$ac_dir
 1.23398 +     ac_install_sh="$ac_aux_dir/install-sh -c"
 1.23399 +     break
 1.23400 +-  elif test -f $ac_dir/install.sh; then
 1.23401 ++  elif test -f "$ac_dir/install.sh"; then
 1.23402 +     ac_aux_dir=$ac_dir
 1.23403 +     ac_install_sh="$ac_aux_dir/install.sh -c"
 1.23404 +     break
 1.23405 +-  elif test -f $ac_dir/shtool; then
 1.23406 ++  elif test -f "$ac_dir/shtool"; then
 1.23407 +     ac_aux_dir=$ac_dir
 1.23408 +     ac_install_sh="$ac_aux_dir/shtool install -c"
 1.23409 +     break
 1.23410 +   fi
 1.23411 + done
 1.23412 + if test -z "$ac_aux_dir"; then
 1.23413 +-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&5
 1.23414 +-echo "$as_me: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&2;}
 1.23415 ++  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&5
 1.23416 ++echo "$as_me: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&2;}
 1.23417 +    { (exit 1); exit 1; }; }
 1.23418 + fi
 1.23419 +-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
 1.23420 +-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
 1.23421 +-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
 1.23422 ++
 1.23423 ++# These three variables are undocumented and unsupported,
 1.23424 ++# and are intended to be withdrawn in a future Autoconf release.
 1.23425 ++# They can cause serious problems if a builder's source tree is in a directory
 1.23426 ++# whose full name contains unusual characters.
 1.23427 ++ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
 1.23428 ++ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
 1.23429 ++ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 1.23430 ++
 1.23431 + 
 1.23432 + 
 1.23433 + 
 1.23434 + # Make sure we can run config.sub.
 1.23435 +-$ac_config_sub sun4 >/dev/null 2>&1 ||
 1.23436 +-  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
 1.23437 +-echo "$as_me: error: cannot run $ac_config_sub" >&2;}
 1.23438 ++$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 1.23439 ++  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 1.23440 ++echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 1.23441 +    { (exit 1); exit 1; }; }
 1.23442 + 
 1.23443 +-echo "$as_me:$LINENO: checking build system type" >&5
 1.23444 +-echo $ECHO_N "checking build system type... $ECHO_C" >&6
 1.23445 ++{ echo "$as_me:$LINENO: checking build system type" >&5
 1.23446 ++echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 1.23447 + if test "${ac_cv_build+set}" = set; then
 1.23448 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.23449 + else
 1.23450 +-  ac_cv_build_alias=$build_alias
 1.23451 +-test -z "$ac_cv_build_alias" &&
 1.23452 +-  ac_cv_build_alias=`$ac_config_guess`
 1.23453 +-test -z "$ac_cv_build_alias" &&
 1.23454 ++  ac_build_alias=$build_alias
 1.23455 ++test "x$ac_build_alias" = x &&
 1.23456 ++  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 1.23457 ++test "x$ac_build_alias" = x &&
 1.23458 +   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 1.23459 + echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 1.23460 +    { (exit 1); exit 1; }; }
 1.23461 +-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
 1.23462 +-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
 1.23463 +-echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
 1.23464 ++ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 1.23465 ++  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 1.23466 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 1.23467 +    { (exit 1); exit 1; }; }
 1.23468 + 
 1.23469 + fi
 1.23470 +-echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 1.23471 +-echo "${ECHO_T}$ac_cv_build" >&6
 1.23472 ++{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 1.23473 ++echo "${ECHO_T}$ac_cv_build" >&6; }
 1.23474 ++case $ac_cv_build in
 1.23475 ++*-*-*) ;;
 1.23476 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 1.23477 ++echo "$as_me: error: invalid value of canonical build" >&2;}
 1.23478 ++   { (exit 1); exit 1; }; };;
 1.23479 ++esac
 1.23480 + build=$ac_cv_build
 1.23481 +-build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 1.23482 +-build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 1.23483 +-build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 1.23484 ++ac_save_IFS=$IFS; IFS='-'
 1.23485 ++set x $ac_cv_build
 1.23486 ++shift
 1.23487 ++build_cpu=$1
 1.23488 ++build_vendor=$2
 1.23489 ++shift; shift
 1.23490 ++# Remember, the first character of IFS is used to create $*,
 1.23491 ++# except with old shells:
 1.23492 ++build_os=$*
 1.23493 ++IFS=$ac_save_IFS
 1.23494 ++case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 1.23495 + 
 1.23496 + 
 1.23497 + am__api_version="1.9"
 1.23498 +@@ -1593,8 +2077,8 @@
 1.23499 + # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 1.23500 + # OS/2's system install, which has a completely different semantic
 1.23501 + # ./install, which can be erroneously created by make from ./install.sh.
 1.23502 +-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 1.23503 +-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
 1.23504 ++{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 1.23505 ++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 1.23506 + if test -z "$INSTALL"; then
 1.23507 + if test "${ac_cv_path_install+set}" = set; then
 1.23508 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.23509 +@@ -1616,7 +2100,7 @@
 1.23510 +     # by default.
 1.23511 +     for ac_prog in ginstall scoinst install; do
 1.23512 +       for ac_exec_ext in '' $ac_executable_extensions; do
 1.23513 +-	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 1.23514 ++	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 1.23515 + 	  if test $ac_prog = install &&
 1.23516 + 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 1.23517 + 	    # AIX install.  It has an incompatible calling convention.
 1.23518 +@@ -1635,21 +2119,22 @@
 1.23519 +     ;;
 1.23520 + esac
 1.23521 + done
 1.23522 ++IFS=$as_save_IFS
 1.23523 + 
 1.23524 + 
 1.23525 + fi
 1.23526 +   if test "${ac_cv_path_install+set}" = set; then
 1.23527 +     INSTALL=$ac_cv_path_install
 1.23528 +   else
 1.23529 +-    # As a last resort, use the slow shell script.  We don't cache a
 1.23530 +-    # path for INSTALL within a source directory, because that will
 1.23531 ++    # As a last resort, use the slow shell script.  Don't cache a
 1.23532 ++    # value for INSTALL within a source directory, because that will
 1.23533 +     # break other packages using the cache if that directory is
 1.23534 +-    # removed, or if the path is relative.
 1.23535 ++    # removed, or if the value is a relative name.
 1.23536 +     INSTALL=$ac_install_sh
 1.23537 +   fi
 1.23538 + fi
 1.23539 +-echo "$as_me:$LINENO: result: $INSTALL" >&5
 1.23540 +-echo "${ECHO_T}$INSTALL" >&6
 1.23541 ++{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 1.23542 ++echo "${ECHO_T}$INSTALL" >&6; }
 1.23543 + 
 1.23544 + # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 1.23545 + # It thinks the first close brace ends the variable substitution.
 1.23546 +@@ -1659,8 +2144,8 @@
 1.23547 + 
 1.23548 + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 1.23549 + 
 1.23550 +-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 1.23551 +-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
 1.23552 ++{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 1.23553 ++echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 1.23554 + # Just in case
 1.23555 + sleep 1
 1.23556 + echo timestamp > conftest.file
 1.23557 +@@ -1702,20 +2187,20 @@
 1.23558 + Check your system clock" >&2;}
 1.23559 +    { (exit 1); exit 1; }; }
 1.23560 + fi
 1.23561 +-echo "$as_me:$LINENO: result: yes" >&5
 1.23562 +-echo "${ECHO_T}yes" >&6
 1.23563 ++{ echo "$as_me:$LINENO: result: yes" >&5
 1.23564 ++echo "${ECHO_T}yes" >&6; }
 1.23565 + test "$program_prefix" != NONE &&
 1.23566 +-  program_transform_name="s,^,$program_prefix,;$program_transform_name"
 1.23567 ++  program_transform_name="s&^&$program_prefix&;$program_transform_name"
 1.23568 + # Use a double $ so make ignores it.
 1.23569 + test "$program_suffix" != NONE &&
 1.23570 +-  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
 1.23571 ++  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 1.23572 + # Double any \ or $.  echo might interpret backslashes.
 1.23573 + # By default was `s,x,x', remove it if useless.
 1.23574 + cat <<\_ACEOF >conftest.sed
 1.23575 + s/[\\$]/&&/g;s/;s,x,x,$//
 1.23576 + _ACEOF
 1.23577 + program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 1.23578 +-rm conftest.sed
 1.23579 ++rm -f conftest.sed
 1.23580 + 
 1.23581 + # expand $ac_aux_dir to an absolute path
 1.23582 + am_aux_dir=`cd $ac_aux_dir && pwd`
 1.23583 +@@ -1767,8 +2252,8 @@
 1.23584 + do
 1.23585 +   # Extract the first word of "$ac_prog", so it can be a program name with args.
 1.23586 + set dummy $ac_prog; ac_word=$2
 1.23587 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.23588 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.23589 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.23590 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.23591 + if test "${ac_cv_prog_AWK+set}" = set; then
 1.23592 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.23593 + else
 1.23594 +@@ -1781,54 +2266,57 @@
 1.23595 +   IFS=$as_save_IFS
 1.23596 +   test -z "$as_dir" && as_dir=.
 1.23597 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.23598 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.23599 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.23600 +     ac_cv_prog_AWK="$ac_prog"
 1.23601 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.23602 +     break 2
 1.23603 +   fi
 1.23604 + done
 1.23605 + done
 1.23606 ++IFS=$as_save_IFS
 1.23607 + 
 1.23608 + fi
 1.23609 + fi
 1.23610 + AWK=$ac_cv_prog_AWK
 1.23611 + if test -n "$AWK"; then
 1.23612 +-  echo "$as_me:$LINENO: result: $AWK" >&5
 1.23613 +-echo "${ECHO_T}$AWK" >&6
 1.23614 ++  { echo "$as_me:$LINENO: result: $AWK" >&5
 1.23615 ++echo "${ECHO_T}$AWK" >&6; }
 1.23616 + else
 1.23617 +-  echo "$as_me:$LINENO: result: no" >&5
 1.23618 +-echo "${ECHO_T}no" >&6
 1.23619 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.23620 ++echo "${ECHO_T}no" >&6; }
 1.23621 + fi
 1.23622 + 
 1.23623 ++
 1.23624 +   test -n "$AWK" && break
 1.23625 + done
 1.23626 + 
 1.23627 +-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 1.23628 +-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
 1.23629 +-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
 1.23630 +-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
 1.23631 ++{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 1.23632 ++echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 1.23633 ++set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 1.23634 ++if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 1.23635 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.23636 + else
 1.23637 +   cat >conftest.make <<\_ACEOF
 1.23638 ++SHELL = /bin/sh
 1.23639 + all:
 1.23640 +-	@echo 'ac_maketemp="$(MAKE)"'
 1.23641 ++	@echo '@@@%%%=$(MAKE)=@@@%%%'
 1.23642 + _ACEOF
 1.23643 + # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 1.23644 +-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
 1.23645 +-if test -n "$ac_maketemp"; then
 1.23646 +-  eval ac_cv_prog_make_${ac_make}_set=yes
 1.23647 +-else
 1.23648 +-  eval ac_cv_prog_make_${ac_make}_set=no
 1.23649 +-fi
 1.23650 ++case `${MAKE-make} -f conftest.make 2>/dev/null` in
 1.23651 ++  *@@@%%%=?*=@@@%%%*)
 1.23652 ++    eval ac_cv_prog_make_${ac_make}_set=yes;;
 1.23653 ++  *)
 1.23654 ++    eval ac_cv_prog_make_${ac_make}_set=no;;
 1.23655 ++esac
 1.23656 + rm -f conftest.make
 1.23657 + fi
 1.23658 +-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
 1.23659 +-  echo "$as_me:$LINENO: result: yes" >&5
 1.23660 +-echo "${ECHO_T}yes" >&6
 1.23661 ++if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 1.23662 ++  { echo "$as_me:$LINENO: result: yes" >&5
 1.23663 ++echo "${ECHO_T}yes" >&6; }
 1.23664 +   SET_MAKE=
 1.23665 + else
 1.23666 +-  echo "$as_me:$LINENO: result: no" >&5
 1.23667 +-echo "${ECHO_T}no" >&6
 1.23668 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.23669 ++echo "${ECHO_T}no" >&6; }
 1.23670 +   SET_MAKE="MAKE=${MAKE-make}"
 1.23671 + fi
 1.23672 + 
 1.23673 +@@ -1843,7 +2331,7 @@
 1.23674 + 
 1.23675 + DEPDIR="${am__leading_dot}deps"
 1.23676 + 
 1.23677 +-          ac_config_commands="$ac_config_commands depfiles"
 1.23678 ++ac_config_commands="$ac_config_commands depfiles"
 1.23679 + 
 1.23680 + 
 1.23681 + am_make=${MAKE-make}
 1.23682 +@@ -1853,8 +2341,8 @@
 1.23683 + .PHONY: am__doit
 1.23684 + END
 1.23685 + # If we don't find an include directive, just comment out the code.
 1.23686 +-echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 1.23687 +-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
 1.23688 ++{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 1.23689 ++echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
 1.23690 + am__include="#"
 1.23691 + am__quote=
 1.23692 + _am_result=none
 1.23693 +@@ -1881,15 +2369,15 @@
 1.23694 + fi
 1.23695 + 
 1.23696 + 
 1.23697 +-echo "$as_me:$LINENO: result: $_am_result" >&5
 1.23698 +-echo "${ECHO_T}$_am_result" >&6
 1.23699 ++{ echo "$as_me:$LINENO: result: $_am_result" >&5
 1.23700 ++echo "${ECHO_T}$_am_result" >&6; }
 1.23701 + rm -f confinc confmf
 1.23702 + 
 1.23703 +-# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
 1.23704 ++# Check whether --enable-dependency-tracking was given.
 1.23705 + if test "${enable_dependency_tracking+set}" = set; then
 1.23706 +-  enableval="$enable_dependency_tracking"
 1.23707 ++  enableval=$enable_dependency_tracking;
 1.23708 ++fi
 1.23709 + 
 1.23710 +-fi;
 1.23711 + if test "x$enable_dependency_tracking" != xno; then
 1.23712 +   am_depcomp="$ac_aux_dir/depcomp"
 1.23713 +   AMDEPBACKSLASH='\'
 1.23714 +@@ -1907,10 +2395,9 @@
 1.23715 + 
 1.23716 + 
 1.23717 + 
 1.23718 +-# Check whether --enable-multilib or --disable-multilib was given.
 1.23719 ++# Check whether --enable-multilib was given.
 1.23720 + if test "${enable_multilib+set}" = set; then
 1.23721 +-  enableval="$enable_multilib"
 1.23722 +-  case "${enableval}" in
 1.23723 ++  enableval=$enable_multilib; case "${enableval}" in
 1.23724 +   yes) multilib=yes ;;
 1.23725 +   no)  multilib=no ;;
 1.23726 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
 1.23727 +@@ -1919,11 +2406,11 @@
 1.23728 +  esac
 1.23729 + else
 1.23730 +   multilib=yes
 1.23731 +-fi;
 1.23732 +-# Check whether --enable-target-optspace or --disable-target-optspace was given.
 1.23733 ++fi
 1.23734 ++
 1.23735 ++# Check whether --enable-target-optspace was given.
 1.23736 + if test "${enable_target_optspace+set}" = set; then
 1.23737 +-  enableval="$enable_target_optspace"
 1.23738 +-  case "${enableval}" in
 1.23739 ++  enableval=$enable_target_optspace; case "${enableval}" in
 1.23740 +   yes) target_optspace=yes ;;
 1.23741 +   no)  target_optspace=no ;;
 1.23742 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
 1.23743 +@@ -1932,11 +2419,11 @@
 1.23744 +  esac
 1.23745 + else
 1.23746 +   target_optspace=
 1.23747 +-fi;
 1.23748 +-# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
 1.23749 ++fi
 1.23750 ++
 1.23751 ++# Check whether --enable-malloc-debugging was given.
 1.23752 + if test "${enable_malloc_debugging+set}" = set; then
 1.23753 +-  enableval="$enable_malloc_debugging"
 1.23754 +-  case "${enableval}" in
 1.23755 ++  enableval=$enable_malloc_debugging; case "${enableval}" in
 1.23756 +   yes) malloc_debugging=yes ;;
 1.23757 +   no)  malloc_debugging=no ;;
 1.23758 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
 1.23759 +@@ -1945,11 +2432,11 @@
 1.23760 +  esac
 1.23761 + else
 1.23762 +   malloc_debugging=
 1.23763 +-fi;
 1.23764 +-# Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.
 1.23765 ++fi
 1.23766 ++
 1.23767 ++# Check whether --enable-newlib-multithread was given.
 1.23768 + if test "${enable_newlib_multithread+set}" = set; then
 1.23769 +-  enableval="$enable_newlib_multithread"
 1.23770 +-  case "${enableval}" in
 1.23771 ++  enableval=$enable_newlib_multithread; case "${enableval}" in
 1.23772 +   yes) newlib_multithread=yes ;;
 1.23773 +   no)  newlib_multithread=no ;;
 1.23774 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
 1.23775 +@@ -1958,11 +2445,11 @@
 1.23776 +  esac
 1.23777 + else
 1.23778 +   newlib_multithread=yes
 1.23779 +-fi;
 1.23780 +-# Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.
 1.23781 ++fi
 1.23782 ++
 1.23783 ++# Check whether --enable-newlib-iconv was given.
 1.23784 + if test "${enable_newlib_iconv+set}" = set; then
 1.23785 +-  enableval="$enable_newlib_iconv"
 1.23786 +-  if test "${newlib_iconv+set}" != set; then
 1.23787 ++  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
 1.23788 +    case "${enableval}" in
 1.23789 +      yes) newlib_iconv=yes ;;
 1.23790 +      no)  newlib_iconv=no ;;
 1.23791 +@@ -1973,11 +2460,11 @@
 1.23792 +  fi
 1.23793 + else
 1.23794 +   newlib_iconv=${newlib_iconv}
 1.23795 +-fi;
 1.23796 +-# Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.
 1.23797 ++fi
 1.23798 ++
 1.23799 ++# Check whether --enable-newlib-elix-level was given.
 1.23800 + if test "${enable_newlib_elix_level+set}" = set; then
 1.23801 +-  enableval="$enable_newlib_elix_level"
 1.23802 +-  case "${enableval}" in
 1.23803 ++  enableval=$enable_newlib_elix_level; case "${enableval}" in
 1.23804 +   0)   newlib_elix_level=0 ;;
 1.23805 +   1)   newlib_elix_level=1 ;;
 1.23806 +   2)   newlib_elix_level=2 ;;
 1.23807 +@@ -1989,11 +2476,11 @@
 1.23808 +  esac
 1.23809 + else
 1.23810 +   newlib_elix_level=0
 1.23811 +-fi;
 1.23812 +-# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
 1.23813 ++fi
 1.23814 ++
 1.23815 ++# Check whether --enable-newlib-io-float was given.
 1.23816 + if test "${enable_newlib_io_float+set}" = set; then
 1.23817 +-  enableval="$enable_newlib_io_float"
 1.23818 +-  case "${enableval}" in
 1.23819 ++  enableval=$enable_newlib_io_float; case "${enableval}" in
 1.23820 +   yes) newlib_io_float=yes ;;
 1.23821 +   no)  newlib_io_float=no ;;
 1.23822 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
 1.23823 +@@ -2002,11 +2489,11 @@
 1.23824 +  esac
 1.23825 + else
 1.23826 +   newlib_io_float=yes
 1.23827 +-fi;
 1.23828 +-# Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.
 1.23829 ++fi
 1.23830 ++
 1.23831 ++# Check whether --enable-newlib-supplied-syscalls was given.
 1.23832 + if test "${enable_newlib_supplied_syscalls+set}" = set; then
 1.23833 +-  enableval="$enable_newlib_supplied_syscalls"
 1.23834 +-  case "${enableval}" in
 1.23835 ++  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
 1.23836 +   yes) newlib_may_supply_syscalls=yes ;;
 1.23837 +   no)  newlib_may_supply_syscalls=no ;;
 1.23838 +   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
 1.23839 +@@ -2015,7 +2502,8 @@
 1.23840 +  esac
 1.23841 + else
 1.23842 +   newlib_may_supply_syscalls=yes
 1.23843 +-fi;
 1.23844 ++fi
 1.23845 ++
 1.23846 + 
 1.23847 + 
 1.23848 + if test x${newlib_may_supply_syscalls} = xyes; then
 1.23849 +@@ -2041,26 +2529,41 @@
 1.23850 + fi
 1.23851 + 
 1.23852 + 
 1.23853 +-echo "$as_me:$LINENO: checking host system type" >&5
 1.23854 +-echo $ECHO_N "checking host system type... $ECHO_C" >&6
 1.23855 ++{ echo "$as_me:$LINENO: checking host system type" >&5
 1.23856 ++echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 1.23857 + if test "${ac_cv_host+set}" = set; then
 1.23858 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.23859 + else
 1.23860 +-  ac_cv_host_alias=$host_alias
 1.23861 +-test -z "$ac_cv_host_alias" &&
 1.23862 +-  ac_cv_host_alias=$ac_cv_build_alias
 1.23863 +-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
 1.23864 +-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
 1.23865 +-echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
 1.23866 ++  if test "x$host_alias" = x; then
 1.23867 ++  ac_cv_host=$ac_cv_build
 1.23868 ++else
 1.23869 ++  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 1.23870 ++    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 1.23871 ++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 1.23872 +    { (exit 1); exit 1; }; }
 1.23873 ++fi
 1.23874 + 
 1.23875 + fi
 1.23876 +-echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 1.23877 +-echo "${ECHO_T}$ac_cv_host" >&6
 1.23878 ++{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 1.23879 ++echo "${ECHO_T}$ac_cv_host" >&6; }
 1.23880 ++case $ac_cv_host in
 1.23881 ++*-*-*) ;;
 1.23882 ++*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 1.23883 ++echo "$as_me: error: invalid value of canonical host" >&2;}
 1.23884 ++   { (exit 1); exit 1; }; };;
 1.23885 ++esac
 1.23886 + host=$ac_cv_host
 1.23887 +-host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 1.23888 +-host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 1.23889 +-host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 1.23890 ++ac_save_IFS=$IFS; IFS='-'
 1.23891 ++set x $ac_cv_host
 1.23892 ++shift
 1.23893 ++host_cpu=$1
 1.23894 ++host_vendor=$2
 1.23895 ++shift; shift
 1.23896 ++# Remember, the first character of IFS is used to create $*,
 1.23897 ++# except with old shells:
 1.23898 ++host_os=$*
 1.23899 ++IFS=$ac_save_IFS
 1.23900 ++case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 1.23901 + 
 1.23902 + 
 1.23903 + 
 1.23904 +@@ -2113,8 +2616,8 @@
 1.23905 +   if test -n "$ac_tool_prefix"; then
 1.23906 +   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 1.23907 + set dummy ${ac_tool_prefix}strip; ac_word=$2
 1.23908 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.23909 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.23910 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.23911 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.23912 + if test "${ac_cv_prog_STRIP+set}" = set; then
 1.23913 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.23914 + else
 1.23915 +@@ -2127,32 +2630,34 @@
 1.23916 +   IFS=$as_save_IFS
 1.23917 +   test -z "$as_dir" && as_dir=.
 1.23918 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.23919 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.23920 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.23921 +     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 1.23922 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.23923 +     break 2
 1.23924 +   fi
 1.23925 + done
 1.23926 + done
 1.23927 ++IFS=$as_save_IFS
 1.23928 + 
 1.23929 + fi
 1.23930 + fi
 1.23931 + STRIP=$ac_cv_prog_STRIP
 1.23932 + if test -n "$STRIP"; then
 1.23933 +-  echo "$as_me:$LINENO: result: $STRIP" >&5
 1.23934 +-echo "${ECHO_T}$STRIP" >&6
 1.23935 ++  { echo "$as_me:$LINENO: result: $STRIP" >&5
 1.23936 ++echo "${ECHO_T}$STRIP" >&6; }
 1.23937 + else
 1.23938 +-  echo "$as_me:$LINENO: result: no" >&5
 1.23939 +-echo "${ECHO_T}no" >&6
 1.23940 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.23941 ++echo "${ECHO_T}no" >&6; }
 1.23942 + fi
 1.23943 + 
 1.23944 ++
 1.23945 + fi
 1.23946 + if test -z "$ac_cv_prog_STRIP"; then
 1.23947 +   ac_ct_STRIP=$STRIP
 1.23948 +   # Extract the first word of "strip", so it can be a program name with args.
 1.23949 + set dummy strip; ac_word=$2
 1.23950 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.23951 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.23952 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.23953 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.23954 + if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 1.23955 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.23956 + else
 1.23957 +@@ -2165,27 +2670,41 @@
 1.23958 +   IFS=$as_save_IFS
 1.23959 +   test -z "$as_dir" && as_dir=.
 1.23960 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.23961 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.23962 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.23963 +     ac_cv_prog_ac_ct_STRIP="strip"
 1.23964 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.23965 +     break 2
 1.23966 +   fi
 1.23967 + done
 1.23968 + done
 1.23969 ++IFS=$as_save_IFS
 1.23970 + 
 1.23971 +-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 1.23972 + fi
 1.23973 + fi
 1.23974 + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 1.23975 + if test -n "$ac_ct_STRIP"; then
 1.23976 +-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 1.23977 +-echo "${ECHO_T}$ac_ct_STRIP" >&6
 1.23978 ++  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 1.23979 ++echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 1.23980 + else
 1.23981 +-  echo "$as_me:$LINENO: result: no" >&5
 1.23982 +-echo "${ECHO_T}no" >&6
 1.23983 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.23984 ++echo "${ECHO_T}no" >&6; }
 1.23985 + fi
 1.23986 + 
 1.23987 +-  STRIP=$ac_ct_STRIP
 1.23988 ++  if test "x$ac_ct_STRIP" = x; then
 1.23989 ++    STRIP=":"
 1.23990 ++  else
 1.23991 ++    case $cross_compiling:$ac_tool_warned in
 1.23992 ++yes:)
 1.23993 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.23994 ++whose name does not start with the host triplet.  If you think this
 1.23995 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.23996 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.23997 ++whose name does not start with the host triplet.  If you think this
 1.23998 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.23999 ++ac_tool_warned=yes ;;
 1.24000 ++esac
 1.24001 ++    STRIP=$ac_ct_STRIP
 1.24002 ++  fi
 1.24003 + else
 1.24004 +   STRIP="$ac_cv_prog_STRIP"
 1.24005 + fi
 1.24006 +@@ -2220,8 +2739,8 @@
 1.24007 + 
 1.24008 + # Extract the first word of "gcc", so it can be a program name with args.
 1.24009 + set dummy gcc; ac_word=$2
 1.24010 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24011 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24012 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24013 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24014 + if test "${ac_cv_prog_CC+set}" = set; then
 1.24015 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24016 + else
 1.24017 +@@ -2234,30 +2753,32 @@
 1.24018 +   IFS=$as_save_IFS
 1.24019 +   test -z "$as_dir" && as_dir=.
 1.24020 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24021 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24022 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24023 +     ac_cv_prog_CC="gcc"
 1.24024 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24025 +     break 2
 1.24026 +   fi
 1.24027 + done
 1.24028 + done
 1.24029 ++IFS=$as_save_IFS
 1.24030 + 
 1.24031 + fi
 1.24032 + fi
 1.24033 + CC=$ac_cv_prog_CC
 1.24034 + if test -n "$CC"; then
 1.24035 +-  echo "$as_me:$LINENO: result: $CC" >&5
 1.24036 +-echo "${ECHO_T}$CC" >&6
 1.24037 ++  { echo "$as_me:$LINENO: result: $CC" >&5
 1.24038 ++echo "${ECHO_T}$CC" >&6; }
 1.24039 + else
 1.24040 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24041 +-echo "${ECHO_T}no" >&6
 1.24042 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24043 ++echo "${ECHO_T}no" >&6; }
 1.24044 + fi
 1.24045 + 
 1.24046 + 
 1.24047 ++
 1.24048 + depcc="$CC"   am_compiler_list=
 1.24049 + 
 1.24050 +-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 1.24051 +-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 1.24052 ++{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 1.24053 ++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 1.24054 + if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 1.24055 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24056 + else
 1.24057 +@@ -2346,8 +2867,8 @@
 1.24058 + fi
 1.24059 + 
 1.24060 + fi
 1.24061 +-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 1.24062 +-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
 1.24063 ++{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 1.24064 ++echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 1.24065 + CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 1.24066 + 
 1.24067 + 
 1.24068 +@@ -2366,8 +2887,8 @@
 1.24069 + if test -z "$CC"; then
 1.24070 +   # Extract the first word of "cc", so it can be a program name with args.
 1.24071 + set dummy cc; ac_word=$2
 1.24072 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24073 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24074 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24075 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24076 + if test "${ac_cv_prog_CC+set}" = set; then
 1.24077 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24078 + else
 1.24079 +@@ -2381,7 +2902,7 @@
 1.24080 +   IFS=$as_save_IFS
 1.24081 +   test -z "$as_dir" && as_dir=.
 1.24082 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24083 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24084 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24085 +     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 1.24086 +        ac_prog_rejected=yes
 1.24087 +        continue
 1.24088 +@@ -2392,6 +2913,7 @@
 1.24089 +   fi
 1.24090 + done
 1.24091 + done
 1.24092 ++IFS=$as_save_IFS
 1.24093 + 
 1.24094 + if test $ac_prog_rejected = yes; then
 1.24095 +   # We found a bogon in the path, so make sure we never use it.
 1.24096 +@@ -2409,20 +2931,21 @@
 1.24097 + fi
 1.24098 + CC=$ac_cv_prog_CC
 1.24099 + if test -n "$CC"; then
 1.24100 +-  echo "$as_me:$LINENO: result: $CC" >&5
 1.24101 +-echo "${ECHO_T}$CC" >&6
 1.24102 ++  { echo "$as_me:$LINENO: result: $CC" >&5
 1.24103 ++echo "${ECHO_T}$CC" >&6; }
 1.24104 + else
 1.24105 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24106 +-echo "${ECHO_T}no" >&6
 1.24107 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24108 ++echo "${ECHO_T}no" >&6; }
 1.24109 + fi
 1.24110 + 
 1.24111 ++
 1.24112 +   test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
 1.24113 + echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
 1.24114 +    { (exit 1); exit 1; }; }
 1.24115 + fi
 1.24116 + 
 1.24117 +-echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
 1.24118 +-echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
 1.24119 ++{ echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
 1.24120 ++echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6; }
 1.24121 + if test "${ac_cv_c_compiler_gnu+set}" = set; then
 1.24122 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24123 + else
 1.24124 +@@ -2442,8 +2965,8 @@
 1.24125 +   ac_cv_c_compiler_gnu=no
 1.24126 + fi
 1.24127 + fi
 1.24128 +-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 1.24129 +-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
 1.24130 ++{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 1.24131 ++echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 1.24132 + 
 1.24133 + if test $ac_cv_c_compiler_gnu = yes; then
 1.24134 +   GCC=yes
 1.24135 +@@ -2452,13 +2975,16 @@
 1.24136 +   CFLAGS=
 1.24137 +   ac_test_CFLAGS=${CFLAGS+set}
 1.24138 + ac_save_CFLAGS=$CFLAGS
 1.24139 +-CFLAGS="-g"
 1.24140 +-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 1.24141 +-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
 1.24142 ++{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 1.24143 ++echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 1.24144 + if test "${ac_cv_prog_cc_g+set}" = set; then
 1.24145 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24146 + else
 1.24147 +-  cat >conftest.$ac_ext <<_ACEOF
 1.24148 ++  ac_save_c_werror_flag=$ac_c_werror_flag
 1.24149 ++   ac_c_werror_flag=yes
 1.24150 ++   ac_cv_prog_cc_g=no
 1.24151 ++   CFLAGS="-g"
 1.24152 ++   cat >conftest.$ac_ext <<_ACEOF
 1.24153 + /* confdefs.h.  */
 1.24154 + _ACEOF
 1.24155 + cat confdefs.h >>conftest.$ac_ext
 1.24156 +@@ -2474,38 +3000,118 @@
 1.24157 + }
 1.24158 + _ACEOF
 1.24159 + rm -f conftest.$ac_objext
 1.24160 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.24161 +-  (eval $ac_compile) 2>conftest.er1
 1.24162 ++if { (ac_try="$ac_compile"
 1.24163 ++case "(($ac_try" in
 1.24164 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.24165 ++  *) ac_try_echo=$ac_try;;
 1.24166 ++esac
 1.24167 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.24168 ++  (eval "$ac_compile") 2>conftest.er1
 1.24169 +   ac_status=$?
 1.24170 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.24171 +   rm -f conftest.er1
 1.24172 +   cat conftest.err >&5
 1.24173 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.24174 +-  (exit $ac_status); } &&
 1.24175 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.24176 +-			 || test ! -s conftest.err'
 1.24177 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.24178 +-  (eval $ac_try) 2>&5
 1.24179 ++  (exit $ac_status); } && {
 1.24180 ++	 test -z "$ac_c_werror_flag" ||
 1.24181 ++	 test ! -s conftest.err
 1.24182 ++       } && test -s conftest.$ac_objext; then
 1.24183 ++  ac_cv_prog_cc_g=yes
 1.24184 ++else
 1.24185 ++  echo "$as_me: failed program was:" >&5
 1.24186 ++sed 's/^/| /' conftest.$ac_ext >&5
 1.24187 ++
 1.24188 ++	CFLAGS=""
 1.24189 ++      cat >conftest.$ac_ext <<_ACEOF
 1.24190 ++/* confdefs.h.  */
 1.24191 ++_ACEOF
 1.24192 ++cat confdefs.h >>conftest.$ac_ext
 1.24193 ++cat >>conftest.$ac_ext <<_ACEOF
 1.24194 ++/* end confdefs.h.  */
 1.24195 ++
 1.24196 ++int
 1.24197 ++main ()
 1.24198 ++{
 1.24199 ++
 1.24200 ++  ;
 1.24201 ++  return 0;
 1.24202 ++}
 1.24203 ++_ACEOF
 1.24204 ++rm -f conftest.$ac_objext
 1.24205 ++if { (ac_try="$ac_compile"
 1.24206 ++case "(($ac_try" in
 1.24207 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.24208 ++  *) ac_try_echo=$ac_try;;
 1.24209 ++esac
 1.24210 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.24211 ++  (eval "$ac_compile") 2>conftest.er1
 1.24212 +   ac_status=$?
 1.24213 ++  grep -v '^ *+' conftest.er1 >conftest.err
 1.24214 ++  rm -f conftest.er1
 1.24215 ++  cat conftest.err >&5
 1.24216 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.24217 +-  (exit $ac_status); }; } &&
 1.24218 +-	 { ac_try='test -s conftest.$ac_objext'
 1.24219 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.24220 +-  (eval $ac_try) 2>&5
 1.24221 ++  (exit $ac_status); } && {
 1.24222 ++	 test -z "$ac_c_werror_flag" ||
 1.24223 ++	 test ! -s conftest.err
 1.24224 ++       } && test -s conftest.$ac_objext; then
 1.24225 ++  :
 1.24226 ++else
 1.24227 ++  echo "$as_me: failed program was:" >&5
 1.24228 ++sed 's/^/| /' conftest.$ac_ext >&5
 1.24229 ++
 1.24230 ++	ac_c_werror_flag=$ac_save_c_werror_flag
 1.24231 ++	 CFLAGS="-g"
 1.24232 ++	 cat >conftest.$ac_ext <<_ACEOF
 1.24233 ++/* confdefs.h.  */
 1.24234 ++_ACEOF
 1.24235 ++cat confdefs.h >>conftest.$ac_ext
 1.24236 ++cat >>conftest.$ac_ext <<_ACEOF
 1.24237 ++/* end confdefs.h.  */
 1.24238 ++
 1.24239 ++int
 1.24240 ++main ()
 1.24241 ++{
 1.24242 ++
 1.24243 ++  ;
 1.24244 ++  return 0;
 1.24245 ++}
 1.24246 ++_ACEOF
 1.24247 ++rm -f conftest.$ac_objext
 1.24248 ++if { (ac_try="$ac_compile"
 1.24249 ++case "(($ac_try" in
 1.24250 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.24251 ++  *) ac_try_echo=$ac_try;;
 1.24252 ++esac
 1.24253 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.24254 ++  (eval "$ac_compile") 2>conftest.er1
 1.24255 +   ac_status=$?
 1.24256 ++  grep -v '^ *+' conftest.er1 >conftest.err
 1.24257 ++  rm -f conftest.er1
 1.24258 ++  cat conftest.err >&5
 1.24259 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.24260 +-  (exit $ac_status); }; }; then
 1.24261 ++  (exit $ac_status); } && {
 1.24262 ++	 test -z "$ac_c_werror_flag" ||
 1.24263 ++	 test ! -s conftest.err
 1.24264 ++       } && test -s conftest.$ac_objext; then
 1.24265 +   ac_cv_prog_cc_g=yes
 1.24266 + else
 1.24267 +   echo "$as_me: failed program was:" >&5
 1.24268 + sed 's/^/| /' conftest.$ac_ext >&5
 1.24269 + 
 1.24270 +-ac_cv_prog_cc_g=no
 1.24271 ++
 1.24272 ++fi
 1.24273 ++
 1.24274 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.24275 ++fi
 1.24276 ++
 1.24277 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.24278 + fi
 1.24279 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.24280 ++
 1.24281 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.24282 ++   ac_c_werror_flag=$ac_save_c_werror_flag
 1.24283 + fi
 1.24284 +-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 1.24285 +-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
 1.24286 ++{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 1.24287 ++echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 1.24288 + if test "$ac_test_CFLAGS" = set; then
 1.24289 +   CFLAGS=$ac_save_CFLAGS
 1.24290 + elif test $ac_cv_prog_cc_g = yes; then
 1.24291 +@@ -2537,8 +3143,8 @@
 1.24292 + if test -n "$ac_tool_prefix"; then
 1.24293 +   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
 1.24294 + set dummy ${ac_tool_prefix}as; ac_word=$2
 1.24295 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24296 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24297 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24298 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24299 + if test "${ac_cv_prog_AS+set}" = set; then
 1.24300 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24301 + else
 1.24302 +@@ -2551,32 +3157,34 @@
 1.24303 +   IFS=$as_save_IFS
 1.24304 +   test -z "$as_dir" && as_dir=.
 1.24305 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24306 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24307 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24308 +     ac_cv_prog_AS="${ac_tool_prefix}as"
 1.24309 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24310 +     break 2
 1.24311 +   fi
 1.24312 + done
 1.24313 + done
 1.24314 ++IFS=$as_save_IFS
 1.24315 + 
 1.24316 + fi
 1.24317 + fi
 1.24318 + AS=$ac_cv_prog_AS
 1.24319 + if test -n "$AS"; then
 1.24320 +-  echo "$as_me:$LINENO: result: $AS" >&5
 1.24321 +-echo "${ECHO_T}$AS" >&6
 1.24322 ++  { echo "$as_me:$LINENO: result: $AS" >&5
 1.24323 ++echo "${ECHO_T}$AS" >&6; }
 1.24324 + else
 1.24325 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24326 +-echo "${ECHO_T}no" >&6
 1.24327 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24328 ++echo "${ECHO_T}no" >&6; }
 1.24329 + fi
 1.24330 + 
 1.24331 ++
 1.24332 + fi
 1.24333 + if test -z "$ac_cv_prog_AS"; then
 1.24334 +   ac_ct_AS=$AS
 1.24335 +   # Extract the first word of "as", so it can be a program name with args.
 1.24336 + set dummy as; ac_word=$2
 1.24337 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24338 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24339 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24340 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24341 + if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
 1.24342 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24343 + else
 1.24344 +@@ -2589,26 +3197,41 @@
 1.24345 +   IFS=$as_save_IFS
 1.24346 +   test -z "$as_dir" && as_dir=.
 1.24347 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24348 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24349 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24350 +     ac_cv_prog_ac_ct_AS="as"
 1.24351 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24352 +     break 2
 1.24353 +   fi
 1.24354 + done
 1.24355 + done
 1.24356 ++IFS=$as_save_IFS
 1.24357 + 
 1.24358 + fi
 1.24359 + fi
 1.24360 + ac_ct_AS=$ac_cv_prog_ac_ct_AS
 1.24361 + if test -n "$ac_ct_AS"; then
 1.24362 +-  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 1.24363 +-echo "${ECHO_T}$ac_ct_AS" >&6
 1.24364 ++  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 1.24365 ++echo "${ECHO_T}$ac_ct_AS" >&6; }
 1.24366 + else
 1.24367 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24368 +-echo "${ECHO_T}no" >&6
 1.24369 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24370 ++echo "${ECHO_T}no" >&6; }
 1.24371 + fi
 1.24372 + 
 1.24373 +-  AS=$ac_ct_AS
 1.24374 ++  if test "x$ac_ct_AS" = x; then
 1.24375 ++    AS=""
 1.24376 ++  else
 1.24377 ++    case $cross_compiling:$ac_tool_warned in
 1.24378 ++yes:)
 1.24379 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.24380 ++whose name does not start with the host triplet.  If you think this
 1.24381 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.24382 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.24383 ++whose name does not start with the host triplet.  If you think this
 1.24384 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.24385 ++ac_tool_warned=yes ;;
 1.24386 ++esac
 1.24387 ++    AS=$ac_ct_AS
 1.24388 ++  fi
 1.24389 + else
 1.24390 +   AS="$ac_cv_prog_AS"
 1.24391 + fi
 1.24392 +@@ -2616,8 +3239,8 @@
 1.24393 + if test -n "$ac_tool_prefix"; then
 1.24394 +   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 1.24395 + set dummy ${ac_tool_prefix}ar; ac_word=$2
 1.24396 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24397 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24398 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24399 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24400 + if test "${ac_cv_prog_AR+set}" = set; then
 1.24401 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24402 + else
 1.24403 +@@ -2630,32 +3253,34 @@
 1.24404 +   IFS=$as_save_IFS
 1.24405 +   test -z "$as_dir" && as_dir=.
 1.24406 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24407 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24408 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24409 +     ac_cv_prog_AR="${ac_tool_prefix}ar"
 1.24410 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24411 +     break 2
 1.24412 +   fi
 1.24413 + done
 1.24414 + done
 1.24415 ++IFS=$as_save_IFS
 1.24416 + 
 1.24417 + fi
 1.24418 + fi
 1.24419 + AR=$ac_cv_prog_AR
 1.24420 + if test -n "$AR"; then
 1.24421 +-  echo "$as_me:$LINENO: result: $AR" >&5
 1.24422 +-echo "${ECHO_T}$AR" >&6
 1.24423 ++  { echo "$as_me:$LINENO: result: $AR" >&5
 1.24424 ++echo "${ECHO_T}$AR" >&6; }
 1.24425 + else
 1.24426 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24427 +-echo "${ECHO_T}no" >&6
 1.24428 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24429 ++echo "${ECHO_T}no" >&6; }
 1.24430 + fi
 1.24431 + 
 1.24432 ++
 1.24433 + fi
 1.24434 + if test -z "$ac_cv_prog_AR"; then
 1.24435 +   ac_ct_AR=$AR
 1.24436 +   # Extract the first word of "ar", so it can be a program name with args.
 1.24437 + set dummy ar; ac_word=$2
 1.24438 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24439 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24440 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24441 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24442 + if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 1.24443 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24444 + else
 1.24445 +@@ -2668,26 +3293,41 @@
 1.24446 +   IFS=$as_save_IFS
 1.24447 +   test -z "$as_dir" && as_dir=.
 1.24448 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24449 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24450 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24451 +     ac_cv_prog_ac_ct_AR="ar"
 1.24452 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24453 +     break 2
 1.24454 +   fi
 1.24455 + done
 1.24456 + done
 1.24457 ++IFS=$as_save_IFS
 1.24458 + 
 1.24459 + fi
 1.24460 + fi
 1.24461 + ac_ct_AR=$ac_cv_prog_ac_ct_AR
 1.24462 + if test -n "$ac_ct_AR"; then
 1.24463 +-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 1.24464 +-echo "${ECHO_T}$ac_ct_AR" >&6
 1.24465 ++  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 1.24466 ++echo "${ECHO_T}$ac_ct_AR" >&6; }
 1.24467 + else
 1.24468 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24469 +-echo "${ECHO_T}no" >&6
 1.24470 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24471 ++echo "${ECHO_T}no" >&6; }
 1.24472 + fi
 1.24473 + 
 1.24474 +-  AR=$ac_ct_AR
 1.24475 ++  if test "x$ac_ct_AR" = x; then
 1.24476 ++    AR=""
 1.24477 ++  else
 1.24478 ++    case $cross_compiling:$ac_tool_warned in
 1.24479 ++yes:)
 1.24480 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.24481 ++whose name does not start with the host triplet.  If you think this
 1.24482 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.24483 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.24484 ++whose name does not start with the host triplet.  If you think this
 1.24485 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.24486 ++ac_tool_warned=yes ;;
 1.24487 ++esac
 1.24488 ++    AR=$ac_ct_AR
 1.24489 ++  fi
 1.24490 + else
 1.24491 +   AR="$ac_cv_prog_AR"
 1.24492 + fi
 1.24493 +@@ -2695,8 +3335,8 @@
 1.24494 + if test -n "$ac_tool_prefix"; then
 1.24495 +   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 1.24496 + set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 1.24497 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24498 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24499 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24500 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24501 + if test "${ac_cv_prog_RANLIB+set}" = set; then
 1.24502 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24503 + else
 1.24504 +@@ -2709,32 +3349,34 @@
 1.24505 +   IFS=$as_save_IFS
 1.24506 +   test -z "$as_dir" && as_dir=.
 1.24507 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24508 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24509 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24510 +     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 1.24511 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24512 +     break 2
 1.24513 +   fi
 1.24514 + done
 1.24515 + done
 1.24516 ++IFS=$as_save_IFS
 1.24517 + 
 1.24518 + fi
 1.24519 + fi
 1.24520 + RANLIB=$ac_cv_prog_RANLIB
 1.24521 + if test -n "$RANLIB"; then
 1.24522 +-  echo "$as_me:$LINENO: result: $RANLIB" >&5
 1.24523 +-echo "${ECHO_T}$RANLIB" >&6
 1.24524 ++  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 1.24525 ++echo "${ECHO_T}$RANLIB" >&6; }
 1.24526 + else
 1.24527 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24528 +-echo "${ECHO_T}no" >&6
 1.24529 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24530 ++echo "${ECHO_T}no" >&6; }
 1.24531 + fi
 1.24532 + 
 1.24533 ++
 1.24534 + fi
 1.24535 + if test -z "$ac_cv_prog_RANLIB"; then
 1.24536 +   ac_ct_RANLIB=$RANLIB
 1.24537 +   # Extract the first word of "ranlib", so it can be a program name with args.
 1.24538 + set dummy ranlib; ac_word=$2
 1.24539 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24540 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24541 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24542 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24543 + if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 1.24544 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24545 + else
 1.24546 +@@ -2747,27 +3389,41 @@
 1.24547 +   IFS=$as_save_IFS
 1.24548 +   test -z "$as_dir" && as_dir=.
 1.24549 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24550 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24551 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24552 +     ac_cv_prog_ac_ct_RANLIB="ranlib"
 1.24553 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24554 +     break 2
 1.24555 +   fi
 1.24556 + done
 1.24557 + done
 1.24558 ++IFS=$as_save_IFS
 1.24559 + 
 1.24560 +-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
 1.24561 + fi
 1.24562 + fi
 1.24563 + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 1.24564 + if test -n "$ac_ct_RANLIB"; then
 1.24565 +-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 1.24566 +-echo "${ECHO_T}$ac_ct_RANLIB" >&6
 1.24567 ++  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 1.24568 ++echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 1.24569 + else
 1.24570 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24571 +-echo "${ECHO_T}no" >&6
 1.24572 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24573 ++echo "${ECHO_T}no" >&6; }
 1.24574 + fi
 1.24575 + 
 1.24576 +-  RANLIB=$ac_ct_RANLIB
 1.24577 ++  if test "x$ac_ct_RANLIB" = x; then
 1.24578 ++    RANLIB=":"
 1.24579 ++  else
 1.24580 ++    case $cross_compiling:$ac_tool_warned in
 1.24581 ++yes:)
 1.24582 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.24583 ++whose name does not start with the host triplet.  If you think this
 1.24584 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.24585 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.24586 ++whose name does not start with the host triplet.  If you think this
 1.24587 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.24588 ++ac_tool_warned=yes ;;
 1.24589 ++esac
 1.24590 ++    RANLIB=$ac_ct_RANLIB
 1.24591 ++  fi
 1.24592 + else
 1.24593 +   RANLIB="$ac_cv_prog_RANLIB"
 1.24594 + fi
 1.24595 +@@ -2775,8 +3431,8 @@
 1.24596 + if test -n "$ac_tool_prefix"; then
 1.24597 +   # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
 1.24598 + set dummy ${ac_tool_prefix}readelf; ac_word=$2
 1.24599 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24600 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24601 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24602 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24603 + if test "${ac_cv_prog_READELF+set}" = set; then
 1.24604 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24605 + else
 1.24606 +@@ -2789,32 +3445,34 @@
 1.24607 +   IFS=$as_save_IFS
 1.24608 +   test -z "$as_dir" && as_dir=.
 1.24609 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24610 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24611 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24612 +     ac_cv_prog_READELF="${ac_tool_prefix}readelf"
 1.24613 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24614 +     break 2
 1.24615 +   fi
 1.24616 + done
 1.24617 + done
 1.24618 ++IFS=$as_save_IFS
 1.24619 + 
 1.24620 + fi
 1.24621 + fi
 1.24622 + READELF=$ac_cv_prog_READELF
 1.24623 + if test -n "$READELF"; then
 1.24624 +-  echo "$as_me:$LINENO: result: $READELF" >&5
 1.24625 +-echo "${ECHO_T}$READELF" >&6
 1.24626 ++  { echo "$as_me:$LINENO: result: $READELF" >&5
 1.24627 ++echo "${ECHO_T}$READELF" >&6; }
 1.24628 + else
 1.24629 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24630 +-echo "${ECHO_T}no" >&6
 1.24631 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24632 ++echo "${ECHO_T}no" >&6; }
 1.24633 + fi
 1.24634 + 
 1.24635 ++
 1.24636 + fi
 1.24637 + if test -z "$ac_cv_prog_READELF"; then
 1.24638 +   ac_ct_READELF=$READELF
 1.24639 +   # Extract the first word of "readelf", so it can be a program name with args.
 1.24640 + set dummy readelf; ac_word=$2
 1.24641 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24642 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24643 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24644 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24645 + if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then
 1.24646 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24647 + else
 1.24648 +@@ -2827,27 +3485,41 @@
 1.24649 +   IFS=$as_save_IFS
 1.24650 +   test -z "$as_dir" && as_dir=.
 1.24651 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24652 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24653 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24654 +     ac_cv_prog_ac_ct_READELF="readelf"
 1.24655 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24656 +     break 2
 1.24657 +   fi
 1.24658 + done
 1.24659 + done
 1.24660 ++IFS=$as_save_IFS
 1.24661 + 
 1.24662 +-  test -z "$ac_cv_prog_ac_ct_READELF" && ac_cv_prog_ac_ct_READELF=":"
 1.24663 + fi
 1.24664 + fi
 1.24665 + ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
 1.24666 + if test -n "$ac_ct_READELF"; then
 1.24667 +-  echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
 1.24668 +-echo "${ECHO_T}$ac_ct_READELF" >&6
 1.24669 ++  { echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
 1.24670 ++echo "${ECHO_T}$ac_ct_READELF" >&6; }
 1.24671 + else
 1.24672 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24673 +-echo "${ECHO_T}no" >&6
 1.24674 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24675 ++echo "${ECHO_T}no" >&6; }
 1.24676 + fi
 1.24677 + 
 1.24678 +-  READELF=$ac_ct_READELF
 1.24679 ++  if test "x$ac_ct_READELF" = x; then
 1.24680 ++    READELF=":"
 1.24681 ++  else
 1.24682 ++    case $cross_compiling:$ac_tool_warned in
 1.24683 ++yes:)
 1.24684 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.24685 ++whose name does not start with the host triplet.  If you think this
 1.24686 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.24687 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.24688 ++whose name does not start with the host triplet.  If you think this
 1.24689 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.24690 ++ac_tool_warned=yes ;;
 1.24691 ++esac
 1.24692 ++    READELF=$ac_ct_READELF
 1.24693 ++  fi
 1.24694 + else
 1.24695 +   READELF="$ac_cv_prog_READELF"
 1.24696 + fi
 1.24697 +@@ -2866,8 +3538,8 @@
 1.24698 + # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 1.24699 + # OS/2's system install, which has a completely different semantic
 1.24700 + # ./install, which can be erroneously created by make from ./install.sh.
 1.24701 +-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 1.24702 +-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
 1.24703 ++{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 1.24704 ++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 1.24705 + if test -z "$INSTALL"; then
 1.24706 + if test "${ac_cv_path_install+set}" = set; then
 1.24707 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24708 +@@ -2889,7 +3561,7 @@
 1.24709 +     # by default.
 1.24710 +     for ac_prog in ginstall scoinst install; do
 1.24711 +       for ac_exec_ext in '' $ac_executable_extensions; do
 1.24712 +-	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 1.24713 ++	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 1.24714 + 	  if test $ac_prog = install &&
 1.24715 + 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 1.24716 + 	    # AIX install.  It has an incompatible calling convention.
 1.24717 +@@ -2908,21 +3580,22 @@
 1.24718 +     ;;
 1.24719 + esac
 1.24720 + done
 1.24721 ++IFS=$as_save_IFS
 1.24722 + 
 1.24723 + 
 1.24724 + fi
 1.24725 +   if test "${ac_cv_path_install+set}" = set; then
 1.24726 +     INSTALL=$ac_cv_path_install
 1.24727 +   else
 1.24728 +-    # As a last resort, use the slow shell script.  We don't cache a
 1.24729 +-    # path for INSTALL within a source directory, because that will
 1.24730 ++    # As a last resort, use the slow shell script.  Don't cache a
 1.24731 ++    # value for INSTALL within a source directory, because that will
 1.24732 +     # break other packages using the cache if that directory is
 1.24733 +-    # removed, or if the path is relative.
 1.24734 ++    # removed, or if the value is a relative name.
 1.24735 +     INSTALL=$ac_install_sh
 1.24736 +   fi
 1.24737 + fi
 1.24738 +-echo "$as_me:$LINENO: result: $INSTALL" >&5
 1.24739 +-echo "${ECHO_T}$INSTALL" >&6
 1.24740 ++{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 1.24741 ++echo "${ECHO_T}$INSTALL" >&6; }
 1.24742 + 
 1.24743 + # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 1.24744 + # It thinks the first close brace ends the variable substitution.
 1.24745 +@@ -2936,17 +3609,17 @@
 1.24746 + # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 1.24747 + ac_given_INSTALL=$INSTALL
 1.24748 + 
 1.24749 +-echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 1.24750 +-echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
 1.24751 +-    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
 1.24752 ++{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 1.24753 ++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 1.24754 ++    # Check whether --enable-maintainer-mode was given.
 1.24755 + if test "${enable_maintainer_mode+set}" = set; then
 1.24756 +-  enableval="$enable_maintainer_mode"
 1.24757 +-  USE_MAINTAINER_MODE=$enableval
 1.24758 ++  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 1.24759 + else
 1.24760 +   USE_MAINTAINER_MODE=no
 1.24761 +-fi;
 1.24762 +-  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 1.24763 +-echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
 1.24764 ++fi
 1.24765 ++
 1.24766 ++  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 1.24767 ++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 1.24768 + 
 1.24769 + 
 1.24770 + if test $USE_MAINTAINER_MODE = yes; then
 1.24771 +@@ -3066,64 +3739,89 @@
 1.24772 + 
 1.24773 + 
 1.24774 + 
 1.24775 +-echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 1.24776 +-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
 1.24777 +-if test "${lt_cv_path_SED+set}" = set; then
 1.24778 ++{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 1.24779 ++echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
 1.24780 ++if test "${ac_cv_path_SED+set}" = set; then
 1.24781 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24782 ++else
 1.24783 ++            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
 1.24784 ++     for ac_i in 1 2 3 4 5 6 7; do
 1.24785 ++       ac_script="$ac_script$as_nl$ac_script"
 1.24786 ++     done
 1.24787 ++     echo "$ac_script" | sed 99q >conftest.sed
 1.24788 ++     $as_unset ac_script || ac_script=
 1.24789 ++     # Extract the first word of "sed gsed" to use in msg output
 1.24790 ++if test -z "$SED"; then
 1.24791 ++set dummy sed gsed; ac_prog_name=$2
 1.24792 ++if test "${ac_cv_path_SED+set}" = set; then
 1.24793 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24794 + else
 1.24795 +-  # Loop through the user's path and test for sed and gsed.
 1.24796 +-# Then use that list of sed's as ones to test for truncation.
 1.24797 ++  ac_path_SED_found=false
 1.24798 ++# Loop through the user's path and test for each of PROGNAME-LIST
 1.24799 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.24800 + for as_dir in $PATH
 1.24801 + do
 1.24802 +   IFS=$as_save_IFS
 1.24803 +   test -z "$as_dir" && as_dir=.
 1.24804 +-  for lt_ac_prog in sed gsed; do
 1.24805 +-    for ac_exec_ext in '' $ac_executable_extensions; do
 1.24806 +-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 1.24807 +-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 1.24808 +-      fi
 1.24809 +-    done
 1.24810 +-  done
 1.24811 +-done
 1.24812 +-IFS=$as_save_IFS
 1.24813 +-lt_ac_max=0
 1.24814 +-lt_ac_count=0
 1.24815 +-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 1.24816 +-# along with /bin/sed that truncates output.
 1.24817 +-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 1.24818 +-  test ! -f $lt_ac_sed && continue
 1.24819 +-  cat /dev/null > conftest.in
 1.24820 +-  lt_ac_count=0
 1.24821 +-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 1.24822 +-  # Check for GNU sed and select it if it is found.
 1.24823 +-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 1.24824 +-    lt_cv_path_SED=$lt_ac_sed
 1.24825 +-    break
 1.24826 +-  fi
 1.24827 +-  while true; do
 1.24828 +-    cat conftest.in conftest.in >conftest.tmp
 1.24829 +-    mv conftest.tmp conftest.in
 1.24830 +-    cp conftest.in conftest.nl
 1.24831 +-    echo >>conftest.nl
 1.24832 +-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 1.24833 +-    cmp -s conftest.out conftest.nl || break
 1.24834 +-    # 10000 chars as input seems more than enough
 1.24835 +-    test $lt_ac_count -gt 10 && break
 1.24836 +-    lt_ac_count=`expr $lt_ac_count + 1`
 1.24837 +-    if test $lt_ac_count -gt $lt_ac_max; then
 1.24838 +-      lt_ac_max=$lt_ac_count
 1.24839 +-      lt_cv_path_SED=$lt_ac_sed
 1.24840 ++  for ac_prog in sed gsed; do
 1.24841 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.24842 ++    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
 1.24843 ++    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
 1.24844 ++    # Check for GNU ac_path_SED and select it if it is found.
 1.24845 ++  # Check for GNU $ac_path_SED
 1.24846 ++case `"$ac_path_SED" --version 2>&1` in
 1.24847 ++*GNU*)
 1.24848 ++  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
 1.24849 ++*)
 1.24850 ++  ac_count=0
 1.24851 ++  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 1.24852 ++  while :
 1.24853 ++  do
 1.24854 ++    cat "conftest.in" "conftest.in" >"conftest.tmp"
 1.24855 ++    mv "conftest.tmp" "conftest.in"
 1.24856 ++    cp "conftest.in" "conftest.nl"
 1.24857 ++    echo '' >> "conftest.nl"
 1.24858 ++    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
 1.24859 ++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 1.24860 ++    ac_count=`expr $ac_count + 1`
 1.24861 ++    if test $ac_count -gt ${ac_path_SED_max-0}; then
 1.24862 ++      # Best one so far, save it but keep looking for a better one
 1.24863 ++      ac_cv_path_SED="$ac_path_SED"
 1.24864 ++      ac_path_SED_max=$ac_count
 1.24865 +     fi
 1.24866 ++    # 10*(2^10) chars as input seems more than enough
 1.24867 ++    test $ac_count -gt 10 && break
 1.24868 ++  done
 1.24869 ++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 1.24870 ++esac
 1.24871 ++
 1.24872 ++
 1.24873 ++    $ac_path_SED_found && break 3
 1.24874 +   done
 1.24875 + done
 1.24876 + 
 1.24877 ++done
 1.24878 ++IFS=$as_save_IFS
 1.24879 ++
 1.24880 ++
 1.24881 ++fi
 1.24882 ++
 1.24883 ++SED="$ac_cv_path_SED"
 1.24884 ++if test -z "$SED"; then
 1.24885 ++  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
 1.24886 ++echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
 1.24887 ++   { (exit 1); exit 1; }; }
 1.24888 + fi
 1.24889 + 
 1.24890 +-SED=$lt_cv_path_SED
 1.24891 ++else
 1.24892 ++  ac_cv_path_SED=$SED
 1.24893 ++fi
 1.24894 + 
 1.24895 +-echo "$as_me:$LINENO: result: $SED" >&5
 1.24896 +-echo "${ECHO_T}$SED" >&6
 1.24897 ++fi
 1.24898 ++{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
 1.24899 ++echo "${ECHO_T}$ac_cv_path_SED" >&6; }
 1.24900 ++ SED="$ac_cv_path_SED"
 1.24901 ++  rm -f conftest.sed
 1.24902 + 
 1.24903 + test -z "$SED" && SED=sed
 1.24904 + Xsed="$SED -e 1s/^X//"
 1.24905 +@@ -3146,8 +3844,8 @@
 1.24906 +   if test -n "$ac_tool_prefix"; then
 1.24907 +   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
 1.24908 + set dummy ${ac_tool_prefix}as; ac_word=$2
 1.24909 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24910 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24911 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24912 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24913 + if test "${ac_cv_prog_AS+set}" = set; then
 1.24914 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24915 + else
 1.24916 +@@ -3160,32 +3858,34 @@
 1.24917 +   IFS=$as_save_IFS
 1.24918 +   test -z "$as_dir" && as_dir=.
 1.24919 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24920 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24921 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24922 +     ac_cv_prog_AS="${ac_tool_prefix}as"
 1.24923 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24924 +     break 2
 1.24925 +   fi
 1.24926 + done
 1.24927 + done
 1.24928 ++IFS=$as_save_IFS
 1.24929 + 
 1.24930 + fi
 1.24931 + fi
 1.24932 + AS=$ac_cv_prog_AS
 1.24933 + if test -n "$AS"; then
 1.24934 +-  echo "$as_me:$LINENO: result: $AS" >&5
 1.24935 +-echo "${ECHO_T}$AS" >&6
 1.24936 ++  { echo "$as_me:$LINENO: result: $AS" >&5
 1.24937 ++echo "${ECHO_T}$AS" >&6; }
 1.24938 + else
 1.24939 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24940 +-echo "${ECHO_T}no" >&6
 1.24941 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24942 ++echo "${ECHO_T}no" >&6; }
 1.24943 + fi
 1.24944 + 
 1.24945 ++
 1.24946 + fi
 1.24947 + if test -z "$ac_cv_prog_AS"; then
 1.24948 +   ac_ct_AS=$AS
 1.24949 +   # Extract the first word of "as", so it can be a program name with args.
 1.24950 + set dummy as; ac_word=$2
 1.24951 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24952 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.24953 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.24954 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.24955 + if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
 1.24956 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.24957 + else
 1.24958 +@@ -3198,27 +3898,41 @@
 1.24959 +   IFS=$as_save_IFS
 1.24960 +   test -z "$as_dir" && as_dir=.
 1.24961 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.24962 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.24963 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.24964 +     ac_cv_prog_ac_ct_AS="as"
 1.24965 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.24966 +     break 2
 1.24967 +   fi
 1.24968 + done
 1.24969 + done
 1.24970 ++IFS=$as_save_IFS
 1.24971 + 
 1.24972 +-  test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="false"
 1.24973 + fi
 1.24974 + fi
 1.24975 + ac_ct_AS=$ac_cv_prog_ac_ct_AS
 1.24976 + if test -n "$ac_ct_AS"; then
 1.24977 +-  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 1.24978 +-echo "${ECHO_T}$ac_ct_AS" >&6
 1.24979 ++  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 1.24980 ++echo "${ECHO_T}$ac_ct_AS" >&6; }
 1.24981 + else
 1.24982 +-  echo "$as_me:$LINENO: result: no" >&5
 1.24983 +-echo "${ECHO_T}no" >&6
 1.24984 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.24985 ++echo "${ECHO_T}no" >&6; }
 1.24986 + fi
 1.24987 + 
 1.24988 +-  AS=$ac_ct_AS
 1.24989 ++  if test "x$ac_ct_AS" = x; then
 1.24990 ++    AS="false"
 1.24991 ++  else
 1.24992 ++    case $cross_compiling:$ac_tool_warned in
 1.24993 ++yes:)
 1.24994 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.24995 ++whose name does not start with the host triplet.  If you think this
 1.24996 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.24997 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.24998 ++whose name does not start with the host triplet.  If you think this
 1.24999 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.25000 ++ac_tool_warned=yes ;;
 1.25001 ++esac
 1.25002 ++    AS=$ac_ct_AS
 1.25003 ++  fi
 1.25004 + else
 1.25005 +   AS="$ac_cv_prog_AS"
 1.25006 + fi
 1.25007 +@@ -3226,8 +3940,8 @@
 1.25008 +   if test -n "$ac_tool_prefix"; then
 1.25009 +   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
 1.25010 + set dummy ${ac_tool_prefix}dlltool; ac_word=$2
 1.25011 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25012 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25013 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25014 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25015 + if test "${ac_cv_prog_DLLTOOL+set}" = set; then
 1.25016 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25017 + else
 1.25018 +@@ -3240,32 +3954,34 @@
 1.25019 +   IFS=$as_save_IFS
 1.25020 +   test -z "$as_dir" && as_dir=.
 1.25021 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25022 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25023 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25024 +     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
 1.25025 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25026 +     break 2
 1.25027 +   fi
 1.25028 + done
 1.25029 + done
 1.25030 ++IFS=$as_save_IFS
 1.25031 + 
 1.25032 + fi
 1.25033 + fi
 1.25034 + DLLTOOL=$ac_cv_prog_DLLTOOL
 1.25035 + if test -n "$DLLTOOL"; then
 1.25036 +-  echo "$as_me:$LINENO: result: $DLLTOOL" >&5
 1.25037 +-echo "${ECHO_T}$DLLTOOL" >&6
 1.25038 ++  { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
 1.25039 ++echo "${ECHO_T}$DLLTOOL" >&6; }
 1.25040 + else
 1.25041 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25042 +-echo "${ECHO_T}no" >&6
 1.25043 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25044 ++echo "${ECHO_T}no" >&6; }
 1.25045 + fi
 1.25046 + 
 1.25047 ++
 1.25048 + fi
 1.25049 + if test -z "$ac_cv_prog_DLLTOOL"; then
 1.25050 +   ac_ct_DLLTOOL=$DLLTOOL
 1.25051 +   # Extract the first word of "dlltool", so it can be a program name with args.
 1.25052 + set dummy dlltool; ac_word=$2
 1.25053 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25054 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25055 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25056 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25057 + if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
 1.25058 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25059 + else
 1.25060 +@@ -3278,27 +3994,41 @@
 1.25061 +   IFS=$as_save_IFS
 1.25062 +   test -z "$as_dir" && as_dir=.
 1.25063 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25064 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25065 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25066 +     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
 1.25067 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25068 +     break 2
 1.25069 +   fi
 1.25070 + done
 1.25071 + done
 1.25072 ++IFS=$as_save_IFS
 1.25073 + 
 1.25074 +-  test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
 1.25075 + fi
 1.25076 + fi
 1.25077 + ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
 1.25078 + if test -n "$ac_ct_DLLTOOL"; then
 1.25079 +-  echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
 1.25080 +-echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
 1.25081 ++  { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
 1.25082 ++echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
 1.25083 + else
 1.25084 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25085 +-echo "${ECHO_T}no" >&6
 1.25086 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25087 ++echo "${ECHO_T}no" >&6; }
 1.25088 + fi
 1.25089 + 
 1.25090 +-  DLLTOOL=$ac_ct_DLLTOOL
 1.25091 ++  if test "x$ac_ct_DLLTOOL" = x; then
 1.25092 ++    DLLTOOL="false"
 1.25093 ++  else
 1.25094 ++    case $cross_compiling:$ac_tool_warned in
 1.25095 ++yes:)
 1.25096 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.25097 ++whose name does not start with the host triplet.  If you think this
 1.25098 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.25099 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.25100 ++whose name does not start with the host triplet.  If you think this
 1.25101 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.25102 ++ac_tool_warned=yes ;;
 1.25103 ++esac
 1.25104 ++    DLLTOOL=$ac_ct_DLLTOOL
 1.25105 ++  fi
 1.25106 + else
 1.25107 +   DLLTOOL="$ac_cv_prog_DLLTOOL"
 1.25108 + fi
 1.25109 +@@ -3306,8 +4036,8 @@
 1.25110 +   if test -n "$ac_tool_prefix"; then
 1.25111 +   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
 1.25112 + set dummy ${ac_tool_prefix}objdump; ac_word=$2
 1.25113 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25114 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25115 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25116 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25117 + if test "${ac_cv_prog_OBJDUMP+set}" = set; then
 1.25118 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25119 + else
 1.25120 +@@ -3320,32 +4050,34 @@
 1.25121 +   IFS=$as_save_IFS
 1.25122 +   test -z "$as_dir" && as_dir=.
 1.25123 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25124 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25125 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25126 +     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
 1.25127 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25128 +     break 2
 1.25129 +   fi
 1.25130 + done
 1.25131 + done
 1.25132 ++IFS=$as_save_IFS
 1.25133 + 
 1.25134 + fi
 1.25135 + fi
 1.25136 + OBJDUMP=$ac_cv_prog_OBJDUMP
 1.25137 + if test -n "$OBJDUMP"; then
 1.25138 +-  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 1.25139 +-echo "${ECHO_T}$OBJDUMP" >&6
 1.25140 ++  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 1.25141 ++echo "${ECHO_T}$OBJDUMP" >&6; }
 1.25142 + else
 1.25143 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25144 +-echo "${ECHO_T}no" >&6
 1.25145 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25146 ++echo "${ECHO_T}no" >&6; }
 1.25147 + fi
 1.25148 + 
 1.25149 ++
 1.25150 + fi
 1.25151 + if test -z "$ac_cv_prog_OBJDUMP"; then
 1.25152 +   ac_ct_OBJDUMP=$OBJDUMP
 1.25153 +   # Extract the first word of "objdump", so it can be a program name with args.
 1.25154 + set dummy objdump; ac_word=$2
 1.25155 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25156 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25157 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25158 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25159 + if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
 1.25160 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25161 + else
 1.25162 +@@ -3358,27 +4090,41 @@
 1.25163 +   IFS=$as_save_IFS
 1.25164 +   test -z "$as_dir" && as_dir=.
 1.25165 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25166 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25167 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25168 +     ac_cv_prog_ac_ct_OBJDUMP="objdump"
 1.25169 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25170 +     break 2
 1.25171 +   fi
 1.25172 + done
 1.25173 + done
 1.25174 ++IFS=$as_save_IFS
 1.25175 + 
 1.25176 +-  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
 1.25177 + fi
 1.25178 + fi
 1.25179 + ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
 1.25180 + if test -n "$ac_ct_OBJDUMP"; then
 1.25181 +-  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 1.25182 +-echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
 1.25183 ++  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 1.25184 ++echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
 1.25185 + else
 1.25186 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25187 +-echo "${ECHO_T}no" >&6
 1.25188 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25189 ++echo "${ECHO_T}no" >&6; }
 1.25190 + fi
 1.25191 + 
 1.25192 +-  OBJDUMP=$ac_ct_OBJDUMP
 1.25193 ++  if test "x$ac_ct_OBJDUMP" = x; then
 1.25194 ++    OBJDUMP="false"
 1.25195 ++  else
 1.25196 ++    case $cross_compiling:$ac_tool_warned in
 1.25197 ++yes:)
 1.25198 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.25199 ++whose name does not start with the host triplet.  If you think this
 1.25200 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.25201 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.25202 ++whose name does not start with the host triplet.  If you think this
 1.25203 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.25204 ++ac_tool_warned=yes ;;
 1.25205 ++esac
 1.25206 ++    OBJDUMP=$ac_ct_OBJDUMP
 1.25207 ++  fi
 1.25208 + else
 1.25209 +   OBJDUMP="$ac_cv_prog_OBJDUMP"
 1.25210 + fi
 1.25211 +@@ -3439,8 +4185,8 @@
 1.25212 + if test -n "$ac_tool_prefix"; then
 1.25213 +   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 1.25214 + set dummy ${ac_tool_prefix}gcc; ac_word=$2
 1.25215 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25216 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25217 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25218 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25219 + if test "${ac_cv_prog_CC+set}" = set; then
 1.25220 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25221 + else
 1.25222 +@@ -3453,32 +4199,34 @@
 1.25223 +   IFS=$as_save_IFS
 1.25224 +   test -z "$as_dir" && as_dir=.
 1.25225 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25226 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25227 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25228 +     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 1.25229 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25230 +     break 2
 1.25231 +   fi
 1.25232 + done
 1.25233 + done
 1.25234 ++IFS=$as_save_IFS
 1.25235 + 
 1.25236 + fi
 1.25237 + fi
 1.25238 + CC=$ac_cv_prog_CC
 1.25239 + if test -n "$CC"; then
 1.25240 +-  echo "$as_me:$LINENO: result: $CC" >&5
 1.25241 +-echo "${ECHO_T}$CC" >&6
 1.25242 ++  { echo "$as_me:$LINENO: result: $CC" >&5
 1.25243 ++echo "${ECHO_T}$CC" >&6; }
 1.25244 + else
 1.25245 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25246 +-echo "${ECHO_T}no" >&6
 1.25247 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25248 ++echo "${ECHO_T}no" >&6; }
 1.25249 + fi
 1.25250 + 
 1.25251 ++
 1.25252 + fi
 1.25253 + if test -z "$ac_cv_prog_CC"; then
 1.25254 +   ac_ct_CC=$CC
 1.25255 +   # Extract the first word of "gcc", so it can be a program name with args.
 1.25256 + set dummy gcc; ac_word=$2
 1.25257 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25258 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25259 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25260 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25261 + if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 1.25262 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25263 + else
 1.25264 +@@ -3491,36 +4239,51 @@
 1.25265 +   IFS=$as_save_IFS
 1.25266 +   test -z "$as_dir" && as_dir=.
 1.25267 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25268 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25269 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25270 +     ac_cv_prog_ac_ct_CC="gcc"
 1.25271 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25272 +     break 2
 1.25273 +   fi
 1.25274 + done
 1.25275 + done
 1.25276 ++IFS=$as_save_IFS
 1.25277 + 
 1.25278 + fi
 1.25279 + fi
 1.25280 + ac_ct_CC=$ac_cv_prog_ac_ct_CC
 1.25281 + if test -n "$ac_ct_CC"; then
 1.25282 +-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 1.25283 +-echo "${ECHO_T}$ac_ct_CC" >&6
 1.25284 ++  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 1.25285 ++echo "${ECHO_T}$ac_ct_CC" >&6; }
 1.25286 + else
 1.25287 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25288 +-echo "${ECHO_T}no" >&6
 1.25289 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25290 ++echo "${ECHO_T}no" >&6; }
 1.25291 + fi
 1.25292 + 
 1.25293 +-  CC=$ac_ct_CC
 1.25294 ++  if test "x$ac_ct_CC" = x; then
 1.25295 ++    CC=""
 1.25296 ++  else
 1.25297 ++    case $cross_compiling:$ac_tool_warned in
 1.25298 ++yes:)
 1.25299 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.25300 ++whose name does not start with the host triplet.  If you think this
 1.25301 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.25302 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.25303 ++whose name does not start with the host triplet.  If you think this
 1.25304 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.25305 ++ac_tool_warned=yes ;;
 1.25306 ++esac
 1.25307 ++    CC=$ac_ct_CC
 1.25308 ++  fi
 1.25309 + else
 1.25310 +   CC="$ac_cv_prog_CC"
 1.25311 + fi
 1.25312 + 
 1.25313 + if test -z "$CC"; then
 1.25314 +-  if test -n "$ac_tool_prefix"; then
 1.25315 +-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 1.25316 ++          if test -n "$ac_tool_prefix"; then
 1.25317 ++    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 1.25318 + set dummy ${ac_tool_prefix}cc; ac_word=$2
 1.25319 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25320 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25321 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25322 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25323 + if test "${ac_cv_prog_CC+set}" = set; then
 1.25324 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25325 + else
 1.25326 +@@ -3533,98 +4296,59 @@
 1.25327 +   IFS=$as_save_IFS
 1.25328 +   test -z "$as_dir" && as_dir=.
 1.25329 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25330 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25331 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25332 +     ac_cv_prog_CC="${ac_tool_prefix}cc"
 1.25333 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25334 +     break 2
 1.25335 +   fi
 1.25336 + done
 1.25337 + done
 1.25338 ++IFS=$as_save_IFS
 1.25339 + 
 1.25340 + fi
 1.25341 + fi
 1.25342 + CC=$ac_cv_prog_CC
 1.25343 + if test -n "$CC"; then
 1.25344 +-  echo "$as_me:$LINENO: result: $CC" >&5
 1.25345 +-echo "${ECHO_T}$CC" >&6
 1.25346 ++  { echo "$as_me:$LINENO: result: $CC" >&5
 1.25347 ++echo "${ECHO_T}$CC" >&6; }
 1.25348 + else
 1.25349 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25350 +-echo "${ECHO_T}no" >&6
 1.25351 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25352 ++echo "${ECHO_T}no" >&6; }
 1.25353 + fi
 1.25354 + 
 1.25355 ++
 1.25356 ++  fi
 1.25357 + fi
 1.25358 +-if test -z "$ac_cv_prog_CC"; then
 1.25359 +-  ac_ct_CC=$CC
 1.25360 ++if test -z "$CC"; then
 1.25361 +   # Extract the first word of "cc", so it can be a program name with args.
 1.25362 + set dummy cc; ac_word=$2
 1.25363 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25364 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25365 +-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 1.25366 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25367 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25368 ++if test "${ac_cv_prog_CC+set}" = set; then
 1.25369 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25370 + else
 1.25371 +-  if test -n "$ac_ct_CC"; then
 1.25372 +-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 1.25373 ++  if test -n "$CC"; then
 1.25374 ++  ac_cv_prog_CC="$CC" # Let the user override the test.
 1.25375 + else
 1.25376 ++  ac_prog_rejected=no
 1.25377 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.25378 + for as_dir in $PATH
 1.25379 + do
 1.25380 +   IFS=$as_save_IFS
 1.25381 +   test -z "$as_dir" && as_dir=.
 1.25382 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25383 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25384 +-    ac_cv_prog_ac_ct_CC="cc"
 1.25385 +-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25386 +-    break 2
 1.25387 +-  fi
 1.25388 +-done
 1.25389 +-done
 1.25390 +-
 1.25391 +-fi
 1.25392 +-fi
 1.25393 +-ac_ct_CC=$ac_cv_prog_ac_ct_CC
 1.25394 +-if test -n "$ac_ct_CC"; then
 1.25395 +-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 1.25396 +-echo "${ECHO_T}$ac_ct_CC" >&6
 1.25397 +-else
 1.25398 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25399 +-echo "${ECHO_T}no" >&6
 1.25400 +-fi
 1.25401 +-
 1.25402 +-  CC=$ac_ct_CC
 1.25403 +-else
 1.25404 +-  CC="$ac_cv_prog_CC"
 1.25405 +-fi
 1.25406 +-
 1.25407 +-fi
 1.25408 +-if test -z "$CC"; then
 1.25409 +-  # Extract the first word of "cc", so it can be a program name with args.
 1.25410 +-set dummy cc; ac_word=$2
 1.25411 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25412 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25413 +-if test "${ac_cv_prog_CC+set}" = set; then
 1.25414 +-  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25415 +-else
 1.25416 +-  if test -n "$CC"; then
 1.25417 +-  ac_cv_prog_CC="$CC" # Let the user override the test.
 1.25418 +-else
 1.25419 +-  ac_prog_rejected=no
 1.25420 +-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.25421 +-for as_dir in $PATH
 1.25422 +-do
 1.25423 +-  IFS=$as_save_IFS
 1.25424 +-  test -z "$as_dir" && as_dir=.
 1.25425 +-  for ac_exec_ext in '' $ac_executable_extensions; do
 1.25426 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25427 +-    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 1.25428 +-       ac_prog_rejected=yes
 1.25429 +-       continue
 1.25430 +-     fi
 1.25431 +-    ac_cv_prog_CC="cc"
 1.25432 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25433 ++    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 1.25434 ++       ac_prog_rejected=yes
 1.25435 ++       continue
 1.25436 ++     fi
 1.25437 ++    ac_cv_prog_CC="cc"
 1.25438 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25439 +     break 2
 1.25440 +   fi
 1.25441 + done
 1.25442 + done
 1.25443 ++IFS=$as_save_IFS
 1.25444 + 
 1.25445 + if test $ac_prog_rejected = yes; then
 1.25446 +   # We found a bogon in the path, so make sure we never use it.
 1.25447 +@@ -3642,22 +4366,23 @@
 1.25448 + fi
 1.25449 + CC=$ac_cv_prog_CC
 1.25450 + if test -n "$CC"; then
 1.25451 +-  echo "$as_me:$LINENO: result: $CC" >&5
 1.25452 +-echo "${ECHO_T}$CC" >&6
 1.25453 ++  { echo "$as_me:$LINENO: result: $CC" >&5
 1.25454 ++echo "${ECHO_T}$CC" >&6; }
 1.25455 + else
 1.25456 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25457 +-echo "${ECHO_T}no" >&6
 1.25458 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25459 ++echo "${ECHO_T}no" >&6; }
 1.25460 + fi
 1.25461 + 
 1.25462 ++
 1.25463 + fi
 1.25464 + if test -z "$CC"; then
 1.25465 +   if test -n "$ac_tool_prefix"; then
 1.25466 +-  for ac_prog in cl
 1.25467 ++  for ac_prog in cl.exe
 1.25468 +   do
 1.25469 +     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 1.25470 + set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 1.25471 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25472 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25473 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25474 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25475 + if test "${ac_cv_prog_CC+set}" = set; then
 1.25476 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25477 + else
 1.25478 +@@ -3670,36 +4395,38 @@
 1.25479 +   IFS=$as_save_IFS
 1.25480 +   test -z "$as_dir" && as_dir=.
 1.25481 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25482 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25483 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25484 +     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 1.25485 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25486 +     break 2
 1.25487 +   fi
 1.25488 + done
 1.25489 + done
 1.25490 ++IFS=$as_save_IFS
 1.25491 + 
 1.25492 + fi
 1.25493 + fi
 1.25494 + CC=$ac_cv_prog_CC
 1.25495 + if test -n "$CC"; then
 1.25496 +-  echo "$as_me:$LINENO: result: $CC" >&5
 1.25497 +-echo "${ECHO_T}$CC" >&6
 1.25498 ++  { echo "$as_me:$LINENO: result: $CC" >&5
 1.25499 ++echo "${ECHO_T}$CC" >&6; }
 1.25500 + else
 1.25501 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25502 +-echo "${ECHO_T}no" >&6
 1.25503 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25504 ++echo "${ECHO_T}no" >&6; }
 1.25505 + fi
 1.25506 + 
 1.25507 ++
 1.25508 +     test -n "$CC" && break
 1.25509 +   done
 1.25510 + fi
 1.25511 + if test -z "$CC"; then
 1.25512 +   ac_ct_CC=$CC
 1.25513 +-  for ac_prog in cl
 1.25514 ++  for ac_prog in cl.exe
 1.25515 + do
 1.25516 +   # Extract the first word of "$ac_prog", so it can be a program name with args.
 1.25517 + set dummy $ac_prog; ac_word=$2
 1.25518 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25519 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.25520 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.25521 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.25522 + if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 1.25523 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25524 + else
 1.25525 +@@ -3712,29 +4439,45 @@
 1.25526 +   IFS=$as_save_IFS
 1.25527 +   test -z "$as_dir" && as_dir=.
 1.25528 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.25529 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.25530 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.25531 +     ac_cv_prog_ac_ct_CC="$ac_prog"
 1.25532 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.25533 +     break 2
 1.25534 +   fi
 1.25535 + done
 1.25536 + done
 1.25537 ++IFS=$as_save_IFS
 1.25538 + 
 1.25539 + fi
 1.25540 + fi
 1.25541 + ac_ct_CC=$ac_cv_prog_ac_ct_CC
 1.25542 + if test -n "$ac_ct_CC"; then
 1.25543 +-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 1.25544 +-echo "${ECHO_T}$ac_ct_CC" >&6
 1.25545 ++  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 1.25546 ++echo "${ECHO_T}$ac_ct_CC" >&6; }
 1.25547 + else
 1.25548 +-  echo "$as_me:$LINENO: result: no" >&5
 1.25549 +-echo "${ECHO_T}no" >&6
 1.25550 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.25551 ++echo "${ECHO_T}no" >&6; }
 1.25552 + fi
 1.25553 + 
 1.25554 ++
 1.25555 +   test -n "$ac_ct_CC" && break
 1.25556 + done
 1.25557 + 
 1.25558 +-  CC=$ac_ct_CC
 1.25559 ++  if test "x$ac_ct_CC" = x; then
 1.25560 ++    CC=""
 1.25561 ++  else
 1.25562 ++    case $cross_compiling:$ac_tool_warned in
 1.25563 ++yes:)
 1.25564 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.25565 ++whose name does not start with the host triplet.  If you think this
 1.25566 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.25567 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.25568 ++whose name does not start with the host triplet.  If you think this
 1.25569 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.25570 ++ac_tool_warned=yes ;;
 1.25571 ++esac
 1.25572 ++    CC=$ac_ct_CC
 1.25573 ++  fi
 1.25574 + fi
 1.25575 + 
 1.25576 + fi
 1.25577 +@@ -3747,21 +4490,35 @@
 1.25578 +    { (exit 1); exit 1; }; }
 1.25579 + 
 1.25580 + # Provide some information about the compiler.
 1.25581 +-echo "$as_me:$LINENO:" \
 1.25582 +-     "checking for C compiler version" >&5
 1.25583 ++echo "$as_me:$LINENO: checking for C compiler version" >&5
 1.25584 + ac_compiler=`set X $ac_compile; echo $2`
 1.25585 +-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
 1.25586 +-  (eval $ac_compiler --version </dev/null >&5) 2>&5
 1.25587 ++{ (ac_try="$ac_compiler --version >&5"
 1.25588 ++case "(($ac_try" in
 1.25589 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25590 ++  *) ac_try_echo=$ac_try;;
 1.25591 ++esac
 1.25592 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25593 ++  (eval "$ac_compiler --version >&5") 2>&5
 1.25594 +   ac_status=$?
 1.25595 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25596 +   (exit $ac_status); }
 1.25597 +-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
 1.25598 +-  (eval $ac_compiler -v </dev/null >&5) 2>&5
 1.25599 ++{ (ac_try="$ac_compiler -v >&5"
 1.25600 ++case "(($ac_try" in
 1.25601 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25602 ++  *) ac_try_echo=$ac_try;;
 1.25603 ++esac
 1.25604 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25605 ++  (eval "$ac_compiler -v >&5") 2>&5
 1.25606 +   ac_status=$?
 1.25607 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25608 +   (exit $ac_status); }
 1.25609 +-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
 1.25610 +-  (eval $ac_compiler -V </dev/null >&5) 2>&5
 1.25611 ++{ (ac_try="$ac_compiler -V >&5"
 1.25612 ++case "(($ac_try" in
 1.25613 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25614 ++  *) ac_try_echo=$ac_try;;
 1.25615 ++esac
 1.25616 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25617 ++  (eval "$ac_compiler -V >&5") 2>&5
 1.25618 +   ac_status=$?
 1.25619 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25620 +   (exit $ac_status); }
 1.25621 +@@ -3786,47 +4543,77 @@
 1.25622 + # Try to create an executable without -o first, disregard a.out.
 1.25623 + # It will help us diagnose broken compilers, and finding out an intuition
 1.25624 + # of exeext.
 1.25625 +-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 1.25626 +-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
 1.25627 ++{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 1.25628 ++echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
 1.25629 + ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 1.25630 +-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
 1.25631 +-  (eval $ac_link_default) 2>&5
 1.25632 ++#
 1.25633 ++# List of possible output files, starting from the most likely.
 1.25634 ++# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
 1.25635 ++# only as a last resort.  b.out is created by i960 compilers.
 1.25636 ++ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
 1.25637 ++#
 1.25638 ++# The IRIX 6 linker writes into existing files which may not be
 1.25639 ++# executable, retaining their permissions.  Remove them first so a
 1.25640 ++# subsequent execution test works.
 1.25641 ++ac_rmfiles=
 1.25642 ++for ac_file in $ac_files
 1.25643 ++do
 1.25644 ++  case $ac_file in
 1.25645 ++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 1.25646 ++    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
 1.25647 ++  esac
 1.25648 ++done
 1.25649 ++rm -f $ac_rmfiles
 1.25650 ++
 1.25651 ++if { (ac_try="$ac_link_default"
 1.25652 ++case "(($ac_try" in
 1.25653 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25654 ++  *) ac_try_echo=$ac_try;;
 1.25655 ++esac
 1.25656 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25657 ++  (eval "$ac_link_default") 2>&5
 1.25658 +   ac_status=$?
 1.25659 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25660 +   (exit $ac_status); }; then
 1.25661 +-  # Find the output, starting from the most likely.  This scheme is
 1.25662 +-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
 1.25663 +-# resort.
 1.25664 +-
 1.25665 +-# Be careful to initialize this variable, since it used to be cached.
 1.25666 +-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
 1.25667 +-ac_cv_exeext=
 1.25668 +-# b.out is created by i960 compilers.
 1.25669 +-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
 1.25670 ++  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 1.25671 ++# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 1.25672 ++# in a Makefile.  We should not override ac_cv_exeext if it was cached,
 1.25673 ++# so that the user can short-circuit this test for compilers unknown to
 1.25674 ++# Autoconf.
 1.25675 ++for ac_file in $ac_files ''
 1.25676 + do
 1.25677 +   test -f "$ac_file" || continue
 1.25678 +   case $ac_file in
 1.25679 +-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
 1.25680 +-	;;
 1.25681 +-    conftest.$ac_ext )
 1.25682 +-	# This is the source file.
 1.25683 ++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 1.25684 + 	;;
 1.25685 +     [ab].out )
 1.25686 + 	# We found the default executable, but exeext='' is most
 1.25687 + 	# certainly right.
 1.25688 + 	break;;
 1.25689 +     *.* )
 1.25690 +-	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 1.25691 +-	# FIXME: I believe we export ac_cv_exeext for Libtool,
 1.25692 +-	# but it would be cool to find out if it's true.  Does anybody
 1.25693 +-	# maintain Libtool? --akim.
 1.25694 +-	export ac_cv_exeext
 1.25695 ++        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
 1.25696 ++	then :; else
 1.25697 ++	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 1.25698 ++	fi
 1.25699 ++	# We set ac_cv_exeext here because the later test for it is not
 1.25700 ++	# safe: cross compilers may not add the suffix if given an `-o'
 1.25701 ++	# argument, so we may need to know it at that point already.
 1.25702 ++	# Even if this section looks crufty: it has the advantage of
 1.25703 ++	# actually working.
 1.25704 + 	break;;
 1.25705 +     * )
 1.25706 + 	break;;
 1.25707 +   esac
 1.25708 + done
 1.25709 ++test "$ac_cv_exeext" = no && ac_cv_exeext=
 1.25710 ++
 1.25711 + else
 1.25712 ++  ac_file=''
 1.25713 ++fi
 1.25714 ++
 1.25715 ++{ echo "$as_me:$LINENO: result: $ac_file" >&5
 1.25716 ++echo "${ECHO_T}$ac_file" >&6; }
 1.25717 ++if test -z "$ac_file"; then
 1.25718 +   echo "$as_me: failed program was:" >&5
 1.25719 + sed 's/^/| /' conftest.$ac_ext >&5
 1.25720 + 
 1.25721 +@@ -3838,19 +4625,21 @@
 1.25722 + fi
 1.25723 + 
 1.25724 + ac_exeext=$ac_cv_exeext
 1.25725 +-echo "$as_me:$LINENO: result: $ac_file" >&5
 1.25726 +-echo "${ECHO_T}$ac_file" >&6
 1.25727 + 
 1.25728 +-# Check the compiler produces executables we can run.  If not, either
 1.25729 ++# Check that the compiler produces executables we can run.  If not, either
 1.25730 + # the compiler is broken, or we cross compile.
 1.25731 +-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 1.25732 +-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
 1.25733 ++{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 1.25734 ++echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
 1.25735 + # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 1.25736 + # If not cross compiling, check that we can run a simple program.
 1.25737 + if test "$cross_compiling" != yes; then
 1.25738 +   if { ac_try='./$ac_file'
 1.25739 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.25740 +-  (eval $ac_try) 2>&5
 1.25741 ++  { (case "(($ac_try" in
 1.25742 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25743 ++  *) ac_try_echo=$ac_try;;
 1.25744 ++esac
 1.25745 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25746 ++  (eval "$ac_try") 2>&5
 1.25747 +   ac_status=$?
 1.25748 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25749 +   (exit $ac_status); }; }; then
 1.25750 +@@ -3869,22 +4658,27 @@
 1.25751 +     fi
 1.25752 +   fi
 1.25753 + fi
 1.25754 +-echo "$as_me:$LINENO: result: yes" >&5
 1.25755 +-echo "${ECHO_T}yes" >&6
 1.25756 ++{ echo "$as_me:$LINENO: result: yes" >&5
 1.25757 ++echo "${ECHO_T}yes" >&6; }
 1.25758 + 
 1.25759 + rm -f a.out a.exe conftest$ac_cv_exeext b.out
 1.25760 + ac_clean_files=$ac_clean_files_save
 1.25761 +-# Check the compiler produces executables we can run.  If not, either
 1.25762 ++# Check that the compiler produces executables we can run.  If not, either
 1.25763 + # the compiler is broken, or we cross compile.
 1.25764 +-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 1.25765 +-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
 1.25766 +-echo "$as_me:$LINENO: result: $cross_compiling" >&5
 1.25767 +-echo "${ECHO_T}$cross_compiling" >&6
 1.25768 +-
 1.25769 +-echo "$as_me:$LINENO: checking for suffix of executables" >&5
 1.25770 +-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
 1.25771 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.25772 +-  (eval $ac_link) 2>&5
 1.25773 ++{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 1.25774 ++echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
 1.25775 ++{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
 1.25776 ++echo "${ECHO_T}$cross_compiling" >&6; }
 1.25777 ++
 1.25778 ++{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
 1.25779 ++echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
 1.25780 ++if { (ac_try="$ac_link"
 1.25781 ++case "(($ac_try" in
 1.25782 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25783 ++  *) ac_try_echo=$ac_try;;
 1.25784 ++esac
 1.25785 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25786 ++  (eval "$ac_link") 2>&5
 1.25787 +   ac_status=$?
 1.25788 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25789 +   (exit $ac_status); }; then
 1.25790 +@@ -3895,9 +4689,8 @@
 1.25791 + for ac_file in conftest.exe conftest conftest.*; do
 1.25792 +   test -f "$ac_file" || continue
 1.25793 +   case $ac_file in
 1.25794 +-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
 1.25795 ++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 1.25796 +     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 1.25797 +-	  export ac_cv_exeext
 1.25798 + 	  break;;
 1.25799 +     * ) break;;
 1.25800 +   esac
 1.25801 +@@ -3911,14 +4704,14 @@
 1.25802 + fi
 1.25803 + 
 1.25804 + rm -f conftest$ac_cv_exeext
 1.25805 +-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 1.25806 +-echo "${ECHO_T}$ac_cv_exeext" >&6
 1.25807 ++{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 1.25808 ++echo "${ECHO_T}$ac_cv_exeext" >&6; }
 1.25809 + 
 1.25810 + rm -f conftest.$ac_ext
 1.25811 + EXEEXT=$ac_cv_exeext
 1.25812 + ac_exeext=$EXEEXT
 1.25813 +-echo "$as_me:$LINENO: checking for suffix of object files" >&5
 1.25814 +-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
 1.25815 ++{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
 1.25816 ++echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
 1.25817 + if test "${ac_cv_objext+set}" = set; then
 1.25818 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25819 + else
 1.25820 +@@ -3938,14 +4731,20 @@
 1.25821 + }
 1.25822 + _ACEOF
 1.25823 + rm -f conftest.o conftest.obj
 1.25824 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.25825 +-  (eval $ac_compile) 2>&5
 1.25826 ++if { (ac_try="$ac_compile"
 1.25827 ++case "(($ac_try" in
 1.25828 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25829 ++  *) ac_try_echo=$ac_try;;
 1.25830 ++esac
 1.25831 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25832 ++  (eval "$ac_compile") 2>&5
 1.25833 +   ac_status=$?
 1.25834 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25835 +   (exit $ac_status); }; then
 1.25836 +-  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
 1.25837 ++  for ac_file in conftest.o conftest.obj conftest.*; do
 1.25838 ++  test -f "$ac_file" || continue;
 1.25839 +   case $ac_file in
 1.25840 +-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
 1.25841 ++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
 1.25842 +     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 1.25843 +        break;;
 1.25844 +   esac
 1.25845 +@@ -3963,12 +4762,12 @@
 1.25846 + 
 1.25847 + rm -f conftest.$ac_cv_objext conftest.$ac_ext
 1.25848 + fi
 1.25849 +-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 1.25850 +-echo "${ECHO_T}$ac_cv_objext" >&6
 1.25851 ++{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 1.25852 ++echo "${ECHO_T}$ac_cv_objext" >&6; }
 1.25853 + OBJEXT=$ac_cv_objext
 1.25854 + ac_objext=$OBJEXT
 1.25855 +-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 1.25856 +-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
 1.25857 ++{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 1.25858 ++echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 1.25859 + if test "${ac_cv_c_compiler_gnu+set}" = set; then
 1.25860 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25861 + else
 1.25862 +@@ -3991,50 +4790,49 @@
 1.25863 + }
 1.25864 + _ACEOF
 1.25865 + rm -f conftest.$ac_objext
 1.25866 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.25867 +-  (eval $ac_compile) 2>conftest.er1
 1.25868 ++if { (ac_try="$ac_compile"
 1.25869 ++case "(($ac_try" in
 1.25870 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25871 ++  *) ac_try_echo=$ac_try;;
 1.25872 ++esac
 1.25873 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25874 ++  (eval "$ac_compile") 2>conftest.er1
 1.25875 +   ac_status=$?
 1.25876 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.25877 +   rm -f conftest.er1
 1.25878 +   cat conftest.err >&5
 1.25879 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25880 +-  (exit $ac_status); } &&
 1.25881 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.25882 +-			 || test ! -s conftest.err'
 1.25883 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.25884 +-  (eval $ac_try) 2>&5
 1.25885 +-  ac_status=$?
 1.25886 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25887 +-  (exit $ac_status); }; } &&
 1.25888 +-	 { ac_try='test -s conftest.$ac_objext'
 1.25889 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.25890 +-  (eval $ac_try) 2>&5
 1.25891 +-  ac_status=$?
 1.25892 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25893 +-  (exit $ac_status); }; }; then
 1.25894 ++  (exit $ac_status); } && {
 1.25895 ++	 test -z "$ac_c_werror_flag" ||
 1.25896 ++	 test ! -s conftest.err
 1.25897 ++       } && test -s conftest.$ac_objext; then
 1.25898 +   ac_compiler_gnu=yes
 1.25899 + else
 1.25900 +   echo "$as_me: failed program was:" >&5
 1.25901 + sed 's/^/| /' conftest.$ac_ext >&5
 1.25902 + 
 1.25903 +-ac_compiler_gnu=no
 1.25904 ++	ac_compiler_gnu=no
 1.25905 + fi
 1.25906 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.25907 ++
 1.25908 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.25909 + ac_cv_c_compiler_gnu=$ac_compiler_gnu
 1.25910 + 
 1.25911 + fi
 1.25912 +-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 1.25913 +-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
 1.25914 ++{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 1.25915 ++echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 1.25916 + GCC=`test $ac_compiler_gnu = yes && echo yes`
 1.25917 + ac_test_CFLAGS=${CFLAGS+set}
 1.25918 + ac_save_CFLAGS=$CFLAGS
 1.25919 +-CFLAGS="-g"
 1.25920 +-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 1.25921 +-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
 1.25922 ++{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 1.25923 ++echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 1.25924 + if test "${ac_cv_prog_cc_g+set}" = set; then
 1.25925 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.25926 + else
 1.25927 +-  cat >conftest.$ac_ext <<_ACEOF
 1.25928 ++  ac_save_c_werror_flag=$ac_c_werror_flag
 1.25929 ++   ac_c_werror_flag=yes
 1.25930 ++   ac_cv_prog_cc_g=no
 1.25931 ++   CFLAGS="-g"
 1.25932 ++   cat >conftest.$ac_ext <<_ACEOF
 1.25933 + /* confdefs.h.  */
 1.25934 + _ACEOF
 1.25935 + cat confdefs.h >>conftest.$ac_ext
 1.25936 +@@ -4050,38 +4848,118 @@
 1.25937 + }
 1.25938 + _ACEOF
 1.25939 + rm -f conftest.$ac_objext
 1.25940 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.25941 +-  (eval $ac_compile) 2>conftest.er1
 1.25942 ++if { (ac_try="$ac_compile"
 1.25943 ++case "(($ac_try" in
 1.25944 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25945 ++  *) ac_try_echo=$ac_try;;
 1.25946 ++esac
 1.25947 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25948 ++  (eval "$ac_compile") 2>conftest.er1
 1.25949 +   ac_status=$?
 1.25950 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.25951 +   rm -f conftest.er1
 1.25952 +   cat conftest.err >&5
 1.25953 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25954 +-  (exit $ac_status); } &&
 1.25955 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.25956 +-			 || test ! -s conftest.err'
 1.25957 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.25958 +-  (eval $ac_try) 2>&5
 1.25959 ++  (exit $ac_status); } && {
 1.25960 ++	 test -z "$ac_c_werror_flag" ||
 1.25961 ++	 test ! -s conftest.err
 1.25962 ++       } && test -s conftest.$ac_objext; then
 1.25963 ++  ac_cv_prog_cc_g=yes
 1.25964 ++else
 1.25965 ++  echo "$as_me: failed program was:" >&5
 1.25966 ++sed 's/^/| /' conftest.$ac_ext >&5
 1.25967 ++
 1.25968 ++	CFLAGS=""
 1.25969 ++      cat >conftest.$ac_ext <<_ACEOF
 1.25970 ++/* confdefs.h.  */
 1.25971 ++_ACEOF
 1.25972 ++cat confdefs.h >>conftest.$ac_ext
 1.25973 ++cat >>conftest.$ac_ext <<_ACEOF
 1.25974 ++/* end confdefs.h.  */
 1.25975 ++
 1.25976 ++int
 1.25977 ++main ()
 1.25978 ++{
 1.25979 ++
 1.25980 ++  ;
 1.25981 ++  return 0;
 1.25982 ++}
 1.25983 ++_ACEOF
 1.25984 ++rm -f conftest.$ac_objext
 1.25985 ++if { (ac_try="$ac_compile"
 1.25986 ++case "(($ac_try" in
 1.25987 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.25988 ++  *) ac_try_echo=$ac_try;;
 1.25989 ++esac
 1.25990 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.25991 ++  (eval "$ac_compile") 2>conftest.er1
 1.25992 +   ac_status=$?
 1.25993 ++  grep -v '^ *+' conftest.er1 >conftest.err
 1.25994 ++  rm -f conftest.er1
 1.25995 ++  cat conftest.err >&5
 1.25996 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.25997 +-  (exit $ac_status); }; } &&
 1.25998 +-	 { ac_try='test -s conftest.$ac_objext'
 1.25999 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.26000 +-  (eval $ac_try) 2>&5
 1.26001 ++  (exit $ac_status); } && {
 1.26002 ++	 test -z "$ac_c_werror_flag" ||
 1.26003 ++	 test ! -s conftest.err
 1.26004 ++       } && test -s conftest.$ac_objext; then
 1.26005 ++  :
 1.26006 ++else
 1.26007 ++  echo "$as_me: failed program was:" >&5
 1.26008 ++sed 's/^/| /' conftest.$ac_ext >&5
 1.26009 ++
 1.26010 ++	ac_c_werror_flag=$ac_save_c_werror_flag
 1.26011 ++	 CFLAGS="-g"
 1.26012 ++	 cat >conftest.$ac_ext <<_ACEOF
 1.26013 ++/* confdefs.h.  */
 1.26014 ++_ACEOF
 1.26015 ++cat confdefs.h >>conftest.$ac_ext
 1.26016 ++cat >>conftest.$ac_ext <<_ACEOF
 1.26017 ++/* end confdefs.h.  */
 1.26018 ++
 1.26019 ++int
 1.26020 ++main ()
 1.26021 ++{
 1.26022 ++
 1.26023 ++  ;
 1.26024 ++  return 0;
 1.26025 ++}
 1.26026 ++_ACEOF
 1.26027 ++rm -f conftest.$ac_objext
 1.26028 ++if { (ac_try="$ac_compile"
 1.26029 ++case "(($ac_try" in
 1.26030 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.26031 ++  *) ac_try_echo=$ac_try;;
 1.26032 ++esac
 1.26033 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.26034 ++  (eval "$ac_compile") 2>conftest.er1
 1.26035 +   ac_status=$?
 1.26036 ++  grep -v '^ *+' conftest.er1 >conftest.err
 1.26037 ++  rm -f conftest.er1
 1.26038 ++  cat conftest.err >&5
 1.26039 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26040 +-  (exit $ac_status); }; }; then
 1.26041 ++  (exit $ac_status); } && {
 1.26042 ++	 test -z "$ac_c_werror_flag" ||
 1.26043 ++	 test ! -s conftest.err
 1.26044 ++       } && test -s conftest.$ac_objext; then
 1.26045 +   ac_cv_prog_cc_g=yes
 1.26046 + else
 1.26047 +   echo "$as_me: failed program was:" >&5
 1.26048 + sed 's/^/| /' conftest.$ac_ext >&5
 1.26049 + 
 1.26050 +-ac_cv_prog_cc_g=no
 1.26051 ++
 1.26052 ++fi
 1.26053 ++
 1.26054 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.26055 + fi
 1.26056 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.26057 ++
 1.26058 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.26059 ++fi
 1.26060 ++
 1.26061 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.26062 ++   ac_c_werror_flag=$ac_save_c_werror_flag
 1.26063 + fi
 1.26064 +-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 1.26065 +-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
 1.26066 ++{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 1.26067 ++echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 1.26068 + if test "$ac_test_CFLAGS" = set; then
 1.26069 +   CFLAGS=$ac_save_CFLAGS
 1.26070 + elif test $ac_cv_prog_cc_g = yes; then
 1.26071 +@@ -4097,12 +4975,12 @@
 1.26072 +     CFLAGS=
 1.26073 +   fi
 1.26074 + fi
 1.26075 +-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
 1.26076 +-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
 1.26077 +-if test "${ac_cv_prog_cc_stdc+set}" = set; then
 1.26078 ++{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 1.26079 ++echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 1.26080 ++if test "${ac_cv_prog_cc_c89+set}" = set; then
 1.26081 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26082 + else
 1.26083 +-  ac_cv_prog_cc_stdc=no
 1.26084 ++  ac_cv_prog_cc_c89=no
 1.26085 + ac_save_CC=$CC
 1.26086 + cat >conftest.$ac_ext <<_ACEOF
 1.26087 + /* confdefs.h.  */
 1.26088 +@@ -4136,12 +5014,17 @@
 1.26089 + /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
 1.26090 +    function prototypes and stuff, but not '\xHH' hex character constants.
 1.26091 +    These don't provoke an error unfortunately, instead are silently treated
 1.26092 +-   as 'x'.  The following induces an error, until -std1 is added to get
 1.26093 ++   as 'x'.  The following induces an error, until -std is added to get
 1.26094 +    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
 1.26095 +    array size at least.  It's necessary to write '\x00'==0 to get something
 1.26096 +-   that's true only with -std1.  */
 1.26097 ++   that's true only with -std.  */
 1.26098 + int osf4_cc_array ['\x00' == 0 ? 1 : -1];
 1.26099 + 
 1.26100 ++/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
 1.26101 ++   inside strings and character constants.  */
 1.26102 ++#define FOO(x) 'x'
 1.26103 ++int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
 1.26104 ++
 1.26105 + int test (int i, double x);
 1.26106 + struct s1 {int (*f) (int a);};
 1.26107 + struct s2 {int (*f) (double a);};
 1.26108 +@@ -4156,205 +5039,57 @@
 1.26109 +   return 0;
 1.26110 + }
 1.26111 + _ACEOF
 1.26112 +-# Don't try gcc -ansi; that turns off useful extensions and
 1.26113 +-# breaks some systems' header files.
 1.26114 +-# AIX			-qlanglvl=ansi
 1.26115 +-# Ultrix and OSF/1	-std1
 1.26116 +-# HP-UX 10.20 and later	-Ae
 1.26117 +-# HP-UX older versions	-Aa -D_HPUX_SOURCE
 1.26118 +-# SVR4			-Xc -D__EXTENSIONS__
 1.26119 +-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 1.26120 ++for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
 1.26121 ++	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 1.26122 + do
 1.26123 +   CC="$ac_save_CC $ac_arg"
 1.26124 +   rm -f conftest.$ac_objext
 1.26125 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.26126 +-  (eval $ac_compile) 2>conftest.er1
 1.26127 ++if { (ac_try="$ac_compile"
 1.26128 ++case "(($ac_try" in
 1.26129 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.26130 ++  *) ac_try_echo=$ac_try;;
 1.26131 ++esac
 1.26132 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.26133 ++  (eval "$ac_compile") 2>conftest.er1
 1.26134 +   ac_status=$?
 1.26135 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.26136 +   rm -f conftest.er1
 1.26137 +   cat conftest.err >&5
 1.26138 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26139 +-  (exit $ac_status); } &&
 1.26140 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.26141 +-			 || test ! -s conftest.err'
 1.26142 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.26143 +-  (eval $ac_try) 2>&5
 1.26144 +-  ac_status=$?
 1.26145 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26146 +-  (exit $ac_status); }; } &&
 1.26147 +-	 { ac_try='test -s conftest.$ac_objext'
 1.26148 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.26149 +-  (eval $ac_try) 2>&5
 1.26150 +-  ac_status=$?
 1.26151 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26152 +-  (exit $ac_status); }; }; then
 1.26153 +-  ac_cv_prog_cc_stdc=$ac_arg
 1.26154 +-break
 1.26155 ++  (exit $ac_status); } && {
 1.26156 ++	 test -z "$ac_c_werror_flag" ||
 1.26157 ++	 test ! -s conftest.err
 1.26158 ++       } && test -s conftest.$ac_objext; then
 1.26159 ++  ac_cv_prog_cc_c89=$ac_arg
 1.26160 + else
 1.26161 +   echo "$as_me: failed program was:" >&5
 1.26162 + sed 's/^/| /' conftest.$ac_ext >&5
 1.26163 + 
 1.26164 ++
 1.26165 + fi
 1.26166 +-rm -f conftest.err conftest.$ac_objext
 1.26167 ++
 1.26168 ++rm -f core conftest.err conftest.$ac_objext
 1.26169 ++  test "x$ac_cv_prog_cc_c89" != "xno" && break
 1.26170 + done
 1.26171 +-rm -f conftest.$ac_ext conftest.$ac_objext
 1.26172 ++rm -f conftest.$ac_ext
 1.26173 + CC=$ac_save_CC
 1.26174 + 
 1.26175 + fi
 1.26176 +-
 1.26177 +-case "x$ac_cv_prog_cc_stdc" in
 1.26178 +-  x|xno)
 1.26179 +-    echo "$as_me:$LINENO: result: none needed" >&5
 1.26180 +-echo "${ECHO_T}none needed" >&6 ;;
 1.26181 ++# AC_CACHE_VAL
 1.26182 ++case "x$ac_cv_prog_cc_c89" in
 1.26183 ++  x)
 1.26184 ++    { echo "$as_me:$LINENO: result: none needed" >&5
 1.26185 ++echo "${ECHO_T}none needed" >&6; } ;;
 1.26186 ++  xno)
 1.26187 ++    { echo "$as_me:$LINENO: result: unsupported" >&5
 1.26188 ++echo "${ECHO_T}unsupported" >&6; } ;;
 1.26189 +   *)
 1.26190 +-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
 1.26191 +-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
 1.26192 +-    CC="$CC $ac_cv_prog_cc_stdc" ;;
 1.26193 ++    CC="$CC $ac_cv_prog_cc_c89"
 1.26194 ++    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 1.26195 ++echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 1.26196 + esac
 1.26197 + 
 1.26198 +-# Some people use a C++ compiler to compile C.  Since we use `exit',
 1.26199 +-# in C++ we need to declare it.  In case someone uses the same compiler
 1.26200 +-# for both compiling C and C++ we need to have the C++ compiler decide
 1.26201 +-# the declaration of exit, since it's the most demanding environment.
 1.26202 +-cat >conftest.$ac_ext <<_ACEOF
 1.26203 +-#ifndef __cplusplus
 1.26204 +-  choke me
 1.26205 +-#endif
 1.26206 +-_ACEOF
 1.26207 +-rm -f conftest.$ac_objext
 1.26208 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.26209 +-  (eval $ac_compile) 2>conftest.er1
 1.26210 +-  ac_status=$?
 1.26211 +-  grep -v '^ *+' conftest.er1 >conftest.err
 1.26212 +-  rm -f conftest.er1
 1.26213 +-  cat conftest.err >&5
 1.26214 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26215 +-  (exit $ac_status); } &&
 1.26216 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.26217 +-			 || test ! -s conftest.err'
 1.26218 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.26219 +-  (eval $ac_try) 2>&5
 1.26220 +-  ac_status=$?
 1.26221 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26222 +-  (exit $ac_status); }; } &&
 1.26223 +-	 { ac_try='test -s conftest.$ac_objext'
 1.26224 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.26225 +-  (eval $ac_try) 2>&5
 1.26226 +-  ac_status=$?
 1.26227 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26228 +-  (exit $ac_status); }; }; then
 1.26229 +-  for ac_declaration in \
 1.26230 +-   '' \
 1.26231 +-   'extern "C" void std::exit (int) throw (); using std::exit;' \
 1.26232 +-   'extern "C" void std::exit (int); using std::exit;' \
 1.26233 +-   'extern "C" void exit (int) throw ();' \
 1.26234 +-   'extern "C" void exit (int);' \
 1.26235 +-   'void exit (int);'
 1.26236 +-do
 1.26237 +-  cat >conftest.$ac_ext <<_ACEOF
 1.26238 +-/* confdefs.h.  */
 1.26239 +-_ACEOF
 1.26240 +-cat confdefs.h >>conftest.$ac_ext
 1.26241 +-cat >>conftest.$ac_ext <<_ACEOF
 1.26242 +-/* end confdefs.h.  */
 1.26243 +-$ac_declaration
 1.26244 +-#include <stdlib.h>
 1.26245 +-int
 1.26246 +-main ()
 1.26247 +-{
 1.26248 +-exit (42);
 1.26249 +-  ;
 1.26250 +-  return 0;
 1.26251 +-}
 1.26252 +-_ACEOF
 1.26253 +-rm -f conftest.$ac_objext
 1.26254 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.26255 +-  (eval $ac_compile) 2>conftest.er1
 1.26256 +-  ac_status=$?
 1.26257 +-  grep -v '^ *+' conftest.er1 >conftest.err
 1.26258 +-  rm -f conftest.er1
 1.26259 +-  cat conftest.err >&5
 1.26260 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26261 +-  (exit $ac_status); } &&
 1.26262 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.26263 +-			 || test ! -s conftest.err'
 1.26264 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.26265 +-  (eval $ac_try) 2>&5
 1.26266 +-  ac_status=$?
 1.26267 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26268 +-  (exit $ac_status); }; } &&
 1.26269 +-	 { ac_try='test -s conftest.$ac_objext'
 1.26270 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.26271 +-  (eval $ac_try) 2>&5
 1.26272 +-  ac_status=$?
 1.26273 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26274 +-  (exit $ac_status); }; }; then
 1.26275 +-  :
 1.26276 +-else
 1.26277 +-  echo "$as_me: failed program was:" >&5
 1.26278 +-sed 's/^/| /' conftest.$ac_ext >&5
 1.26279 +-
 1.26280 +-continue
 1.26281 +-fi
 1.26282 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.26283 +-  cat >conftest.$ac_ext <<_ACEOF
 1.26284 +-/* confdefs.h.  */
 1.26285 +-_ACEOF
 1.26286 +-cat confdefs.h >>conftest.$ac_ext
 1.26287 +-cat >>conftest.$ac_ext <<_ACEOF
 1.26288 +-/* end confdefs.h.  */
 1.26289 +-$ac_declaration
 1.26290 +-int
 1.26291 +-main ()
 1.26292 +-{
 1.26293 +-exit (42);
 1.26294 +-  ;
 1.26295 +-  return 0;
 1.26296 +-}
 1.26297 +-_ACEOF
 1.26298 +-rm -f conftest.$ac_objext
 1.26299 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.26300 +-  (eval $ac_compile) 2>conftest.er1
 1.26301 +-  ac_status=$?
 1.26302 +-  grep -v '^ *+' conftest.er1 >conftest.err
 1.26303 +-  rm -f conftest.er1
 1.26304 +-  cat conftest.err >&5
 1.26305 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26306 +-  (exit $ac_status); } &&
 1.26307 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.26308 +-			 || test ! -s conftest.err'
 1.26309 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.26310 +-  (eval $ac_try) 2>&5
 1.26311 +-  ac_status=$?
 1.26312 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26313 +-  (exit $ac_status); }; } &&
 1.26314 +-	 { ac_try='test -s conftest.$ac_objext'
 1.26315 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.26316 +-  (eval $ac_try) 2>&5
 1.26317 +-  ac_status=$?
 1.26318 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.26319 +-  (exit $ac_status); }; }; then
 1.26320 +-  break
 1.26321 +-else
 1.26322 +-  echo "$as_me: failed program was:" >&5
 1.26323 +-sed 's/^/| /' conftest.$ac_ext >&5
 1.26324 +-
 1.26325 +-fi
 1.26326 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.26327 +-done
 1.26328 +-rm -f conftest*
 1.26329 +-if test -n "$ac_declaration"; then
 1.26330 +-  echo '#ifdef __cplusplus' >>confdefs.h
 1.26331 +-  echo $ac_declaration      >>confdefs.h
 1.26332 +-  echo '#endif'             >>confdefs.h
 1.26333 +-fi
 1.26334 + 
 1.26335 +-else
 1.26336 +-  echo "$as_me: failed program was:" >&5
 1.26337 +-sed 's/^/| /' conftest.$ac_ext >&5
 1.26338 +-
 1.26339 +-fi
 1.26340 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.26341 + ac_ext=c
 1.26342 + ac_cpp='$CPP $CPPFLAGS'
 1.26343 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 1.26344 +@@ -4363,8 +5098,8 @@
 1.26345 + 
 1.26346 + depcc="$CC"   am_compiler_list=
 1.26347 + 
 1.26348 +-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 1.26349 +-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 1.26350 ++{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 1.26351 ++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 1.26352 + if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 1.26353 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26354 + else
 1.26355 +@@ -4446,58 +5181,273 @@
 1.26356 +     fi
 1.26357 +   done
 1.26358 + 
 1.26359 +-  cd ..
 1.26360 +-  rm -rf conftest.dir
 1.26361 +-else
 1.26362 +-  am_cv_CC_dependencies_compiler_type=none
 1.26363 ++  cd ..
 1.26364 ++  rm -rf conftest.dir
 1.26365 ++else
 1.26366 ++  am_cv_CC_dependencies_compiler_type=none
 1.26367 ++fi
 1.26368 ++
 1.26369 ++fi
 1.26370 ++{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 1.26371 ++echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 1.26372 ++CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 1.26373 ++
 1.26374 ++
 1.26375 ++
 1.26376 ++if
 1.26377 ++  test "x$enable_dependency_tracking" != xno \
 1.26378 ++  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
 1.26379 ++  am__fastdepCC_TRUE=
 1.26380 ++  am__fastdepCC_FALSE='#'
 1.26381 ++else
 1.26382 ++  am__fastdepCC_TRUE='#'
 1.26383 ++  am__fastdepCC_FALSE=
 1.26384 ++fi
 1.26385 ++
 1.26386 ++
 1.26387 ++{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 1.26388 ++echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
 1.26389 ++if test "${ac_cv_path_GREP+set}" = set; then
 1.26390 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26391 ++else
 1.26392 ++  # Extract the first word of "grep ggrep" to use in msg output
 1.26393 ++if test -z "$GREP"; then
 1.26394 ++set dummy grep ggrep; ac_prog_name=$2
 1.26395 ++if test "${ac_cv_path_GREP+set}" = set; then
 1.26396 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26397 ++else
 1.26398 ++  ac_path_GREP_found=false
 1.26399 ++# Loop through the user's path and test for each of PROGNAME-LIST
 1.26400 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.26401 ++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 1.26402 ++do
 1.26403 ++  IFS=$as_save_IFS
 1.26404 ++  test -z "$as_dir" && as_dir=.
 1.26405 ++  for ac_prog in grep ggrep; do
 1.26406 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.26407 ++    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 1.26408 ++    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 1.26409 ++    # Check for GNU ac_path_GREP and select it if it is found.
 1.26410 ++  # Check for GNU $ac_path_GREP
 1.26411 ++case `"$ac_path_GREP" --version 2>&1` in
 1.26412 ++*GNU*)
 1.26413 ++  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 1.26414 ++*)
 1.26415 ++  ac_count=0
 1.26416 ++  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 1.26417 ++  while :
 1.26418 ++  do
 1.26419 ++    cat "conftest.in" "conftest.in" >"conftest.tmp"
 1.26420 ++    mv "conftest.tmp" "conftest.in"
 1.26421 ++    cp "conftest.in" "conftest.nl"
 1.26422 ++    echo 'GREP' >> "conftest.nl"
 1.26423 ++    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 1.26424 ++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 1.26425 ++    ac_count=`expr $ac_count + 1`
 1.26426 ++    if test $ac_count -gt ${ac_path_GREP_max-0}; then
 1.26427 ++      # Best one so far, save it but keep looking for a better one
 1.26428 ++      ac_cv_path_GREP="$ac_path_GREP"
 1.26429 ++      ac_path_GREP_max=$ac_count
 1.26430 ++    fi
 1.26431 ++    # 10*(2^10) chars as input seems more than enough
 1.26432 ++    test $ac_count -gt 10 && break
 1.26433 ++  done
 1.26434 ++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 1.26435 ++esac
 1.26436 ++
 1.26437 ++
 1.26438 ++    $ac_path_GREP_found && break 3
 1.26439 ++  done
 1.26440 ++done
 1.26441 ++
 1.26442 ++done
 1.26443 ++IFS=$as_save_IFS
 1.26444 ++
 1.26445 ++
 1.26446 ++fi
 1.26447 ++
 1.26448 ++GREP="$ac_cv_path_GREP"
 1.26449 ++if test -z "$GREP"; then
 1.26450 ++  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 1.26451 ++echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 1.26452 ++   { (exit 1); exit 1; }; }
 1.26453 ++fi
 1.26454 ++
 1.26455 ++else
 1.26456 ++  ac_cv_path_GREP=$GREP
 1.26457 ++fi
 1.26458 ++
 1.26459 ++
 1.26460 ++fi
 1.26461 ++{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 1.26462 ++echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
 1.26463 ++ GREP="$ac_cv_path_GREP"
 1.26464 ++
 1.26465 ++
 1.26466 ++{ echo "$as_me:$LINENO: checking for egrep" >&5
 1.26467 ++echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
 1.26468 ++if test "${ac_cv_path_EGREP+set}" = set; then
 1.26469 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26470 ++else
 1.26471 ++  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 1.26472 ++   then ac_cv_path_EGREP="$GREP -E"
 1.26473 ++   else
 1.26474 ++     # Extract the first word of "egrep" to use in msg output
 1.26475 ++if test -z "$EGREP"; then
 1.26476 ++set dummy egrep; ac_prog_name=$2
 1.26477 ++if test "${ac_cv_path_EGREP+set}" = set; then
 1.26478 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26479 ++else
 1.26480 ++  ac_path_EGREP_found=false
 1.26481 ++# Loop through the user's path and test for each of PROGNAME-LIST
 1.26482 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.26483 ++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 1.26484 ++do
 1.26485 ++  IFS=$as_save_IFS
 1.26486 ++  test -z "$as_dir" && as_dir=.
 1.26487 ++  for ac_prog in egrep; do
 1.26488 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.26489 ++    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 1.26490 ++    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 1.26491 ++    # Check for GNU ac_path_EGREP and select it if it is found.
 1.26492 ++  # Check for GNU $ac_path_EGREP
 1.26493 ++case `"$ac_path_EGREP" --version 2>&1` in
 1.26494 ++*GNU*)
 1.26495 ++  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 1.26496 ++*)
 1.26497 ++  ac_count=0
 1.26498 ++  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 1.26499 ++  while :
 1.26500 ++  do
 1.26501 ++    cat "conftest.in" "conftest.in" >"conftest.tmp"
 1.26502 ++    mv "conftest.tmp" "conftest.in"
 1.26503 ++    cp "conftest.in" "conftest.nl"
 1.26504 ++    echo 'EGREP' >> "conftest.nl"
 1.26505 ++    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 1.26506 ++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 1.26507 ++    ac_count=`expr $ac_count + 1`
 1.26508 ++    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
 1.26509 ++      # Best one so far, save it but keep looking for a better one
 1.26510 ++      ac_cv_path_EGREP="$ac_path_EGREP"
 1.26511 ++      ac_path_EGREP_max=$ac_count
 1.26512 ++    fi
 1.26513 ++    # 10*(2^10) chars as input seems more than enough
 1.26514 ++    test $ac_count -gt 10 && break
 1.26515 ++  done
 1.26516 ++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 1.26517 ++esac
 1.26518 ++
 1.26519 ++
 1.26520 ++    $ac_path_EGREP_found && break 3
 1.26521 ++  done
 1.26522 ++done
 1.26523 ++
 1.26524 ++done
 1.26525 ++IFS=$as_save_IFS
 1.26526 ++
 1.26527 ++
 1.26528 + fi
 1.26529 + 
 1.26530 ++EGREP="$ac_cv_path_EGREP"
 1.26531 ++if test -z "$EGREP"; then
 1.26532 ++  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 1.26533 ++echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 1.26534 ++   { (exit 1); exit 1; }; }
 1.26535 + fi
 1.26536 +-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 1.26537 +-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
 1.26538 +-CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 1.26539 + 
 1.26540 ++else
 1.26541 ++  ac_cv_path_EGREP=$EGREP
 1.26542 ++fi
 1.26543 + 
 1.26544 + 
 1.26545 +-if
 1.26546 +-  test "x$enable_dependency_tracking" != xno \
 1.26547 +-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
 1.26548 +-  am__fastdepCC_TRUE=
 1.26549 +-  am__fastdepCC_FALSE='#'
 1.26550 +-else
 1.26551 +-  am__fastdepCC_TRUE='#'
 1.26552 +-  am__fastdepCC_FALSE=
 1.26553 ++   fi
 1.26554 + fi
 1.26555 ++{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 1.26556 ++echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
 1.26557 ++ EGREP="$ac_cv_path_EGREP"
 1.26558 + 
 1.26559 + 
 1.26560 +-echo "$as_me:$LINENO: checking for egrep" >&5
 1.26561 +-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
 1.26562 +-if test "${ac_cv_prog_egrep+set}" = set; then
 1.26563 ++{ echo "$as_me:$LINENO: checking for fgrep" >&5
 1.26564 ++echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
 1.26565 ++if test "${ac_cv_path_FGREP+set}" = set; then
 1.26566 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26567 ++else
 1.26568 ++  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
 1.26569 ++   then ac_cv_path_FGREP="$GREP -F"
 1.26570 ++   else
 1.26571 ++     # Extract the first word of "fgrep" to use in msg output
 1.26572 ++if test -z "$FGREP"; then
 1.26573 ++set dummy fgrep; ac_prog_name=$2
 1.26574 ++if test "${ac_cv_path_FGREP+set}" = set; then
 1.26575 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26576 + else
 1.26577 +-  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
 1.26578 +-    then ac_cv_prog_egrep='grep -E'
 1.26579 +-    else ac_cv_prog_egrep='egrep'
 1.26580 ++  ac_path_FGREP_found=false
 1.26581 ++# Loop through the user's path and test for each of PROGNAME-LIST
 1.26582 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.26583 ++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 1.26584 ++do
 1.26585 ++  IFS=$as_save_IFS
 1.26586 ++  test -z "$as_dir" && as_dir=.
 1.26587 ++  for ac_prog in fgrep; do
 1.26588 ++  for ac_exec_ext in '' $ac_executable_extensions; do
 1.26589 ++    ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
 1.26590 ++    { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
 1.26591 ++    # Check for GNU ac_path_FGREP and select it if it is found.
 1.26592 ++  # Check for GNU $ac_path_FGREP
 1.26593 ++case `"$ac_path_FGREP" --version 2>&1` in
 1.26594 ++*GNU*)
 1.26595 ++  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
 1.26596 ++*)
 1.26597 ++  ac_count=0
 1.26598 ++  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 1.26599 ++  while :
 1.26600 ++  do
 1.26601 ++    cat "conftest.in" "conftest.in" >"conftest.tmp"
 1.26602 ++    mv "conftest.tmp" "conftest.in"
 1.26603 ++    cp "conftest.in" "conftest.nl"
 1.26604 ++    echo 'FGREP' >> "conftest.nl"
 1.26605 ++    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
 1.26606 ++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 1.26607 ++    ac_count=`expr $ac_count + 1`
 1.26608 ++    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
 1.26609 ++      # Best one so far, save it but keep looking for a better one
 1.26610 ++      ac_cv_path_FGREP="$ac_path_FGREP"
 1.26611 ++      ac_path_FGREP_max=$ac_count
 1.26612 +     fi
 1.26613 ++    # 10*(2^10) chars as input seems more than enough
 1.26614 ++    test $ac_count -gt 10 && break
 1.26615 ++  done
 1.26616 ++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 1.26617 ++esac
 1.26618 ++
 1.26619 ++
 1.26620 ++    $ac_path_FGREP_found && break 3
 1.26621 ++  done
 1.26622 ++done
 1.26623 ++
 1.26624 ++done
 1.26625 ++IFS=$as_save_IFS
 1.26626 ++
 1.26627 ++
 1.26628 + fi
 1.26629 +-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
 1.26630 +-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
 1.26631 +- EGREP=$ac_cv_prog_egrep
 1.26632 + 
 1.26633 ++FGREP="$ac_cv_path_FGREP"
 1.26634 ++if test -z "$FGREP"; then
 1.26635 ++  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 1.26636 ++echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 1.26637 ++   { (exit 1); exit 1; }; }
 1.26638 ++fi
 1.26639 + 
 1.26640 +-echo "$as_me:$LINENO: checking for fgrep" >&5
 1.26641 +-echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
 1.26642 +-if test "${ac_cv_prog_fgrep+set}" = set; then
 1.26643 +-  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26644 + else
 1.26645 +-  if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
 1.26646 +-    then ac_cv_prog_fgrep='grep -F'
 1.26647 +-    else ac_cv_prog_fgrep='fgrep'
 1.26648 +-    fi
 1.26649 ++  ac_cv_path_FGREP=$FGREP
 1.26650 ++fi
 1.26651 ++
 1.26652 ++
 1.26653 ++   fi
 1.26654 + fi
 1.26655 +-echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
 1.26656 +-echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
 1.26657 +- FGREP=$ac_cv_prog_fgrep
 1.26658 ++{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
 1.26659 ++echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
 1.26660 ++ FGREP="$ac_cv_path_FGREP"
 1.26661 + 
 1.26662 + 
 1.26663 + test -z "$GREP" && GREP=grep
 1.26664 +@@ -4520,18 +5470,18 @@
 1.26665 + 
 1.26666 + 
 1.26667 + 
 1.26668 +-# Check whether --with-gnu-ld or --without-gnu-ld was given.
 1.26669 ++# Check whether --with-gnu-ld was given.
 1.26670 + if test "${with_gnu_ld+set}" = set; then
 1.26671 +-  withval="$with_gnu_ld"
 1.26672 +-  test "$withval" = no || with_gnu_ld=yes
 1.26673 ++  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 1.26674 + else
 1.26675 +   with_gnu_ld=no
 1.26676 +-fi;
 1.26677 ++fi
 1.26678 ++
 1.26679 + ac_prog=ld
 1.26680 + if test "$GCC" = yes; then
 1.26681 +   # Check if gcc -print-prog-name=ld gives a path.
 1.26682 +-  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 1.26683 +-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
 1.26684 ++  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 1.26685 ++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 1.26686 +   case $host in
 1.26687 +   *-*-mingw*)
 1.26688 +     # gcc leaves a trailing carriage return which upsets mingw
 1.26689 +@@ -4560,11 +5510,11 @@
 1.26690 +     ;;
 1.26691 +   esac
 1.26692 + elif test "$with_gnu_ld" = yes; then
 1.26693 +-  echo "$as_me:$LINENO: checking for GNU ld" >&5
 1.26694 +-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
 1.26695 ++  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 1.26696 ++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 1.26697 + else
 1.26698 +-  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 1.26699 +-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
 1.26700 ++  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 1.26701 ++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 1.26702 + fi
 1.26703 + if test "${lt_cv_path_LD+set}" = set; then
 1.26704 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26705 +@@ -4597,17 +5547,17 @@
 1.26706 + 
 1.26707 + LD="$lt_cv_path_LD"
 1.26708 + if test -n "$LD"; then
 1.26709 +-  echo "$as_me:$LINENO: result: $LD" >&5
 1.26710 +-echo "${ECHO_T}$LD" >&6
 1.26711 ++  { echo "$as_me:$LINENO: result: $LD" >&5
 1.26712 ++echo "${ECHO_T}$LD" >&6; }
 1.26713 + else
 1.26714 +-  echo "$as_me:$LINENO: result: no" >&5
 1.26715 +-echo "${ECHO_T}no" >&6
 1.26716 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.26717 ++echo "${ECHO_T}no" >&6; }
 1.26718 + fi
 1.26719 + test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 1.26720 + echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 1.26721 +    { (exit 1); exit 1; }; }
 1.26722 +-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 1.26723 +-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
 1.26724 ++{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 1.26725 ++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 1.26726 + if test "${lt_cv_prog_gnu_ld+set}" = set; then
 1.26727 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26728 + else
 1.26729 +@@ -4621,8 +5571,8 @@
 1.26730 +   ;;
 1.26731 + esac
 1.26732 + fi
 1.26733 +-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 1.26734 +-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
 1.26735 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 1.26736 ++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 1.26737 + with_gnu_ld=$lt_cv_prog_gnu_ld
 1.26738 + 
 1.26739 + 
 1.26740 +@@ -4633,8 +5583,8 @@
 1.26741 + 
 1.26742 + 
 1.26743 + 
 1.26744 +-echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 1.26745 +-echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
 1.26746 ++{ echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 1.26747 ++echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
 1.26748 + if test "${lt_cv_path_NM+set}" = set; then
 1.26749 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26750 + else
 1.26751 +@@ -4682,8 +5632,8 @@
 1.26752 +   : ${lt_cv_path_NM=no}
 1.26753 + fi
 1.26754 + fi
 1.26755 +-echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 1.26756 +-echo "${ECHO_T}$lt_cv_path_NM" >&6
 1.26757 ++{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 1.26758 ++echo "${ECHO_T}$lt_cv_path_NM" >&6; }
 1.26759 + if test "$lt_cv_path_NM" != "no"; then
 1.26760 +   NM="$lt_cv_path_NM"
 1.26761 + else
 1.26762 +@@ -4693,8 +5643,8 @@
 1.26763 +   do
 1.26764 +     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 1.26765 + set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 1.26766 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.26767 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.26768 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.26769 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.26770 + if test "${ac_cv_prog_DUMPBIN+set}" = set; then
 1.26771 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26772 + else
 1.26773 +@@ -4707,25 +5657,27 @@
 1.26774 +   IFS=$as_save_IFS
 1.26775 +   test -z "$as_dir" && as_dir=.
 1.26776 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.26777 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.26778 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.26779 +     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
 1.26780 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.26781 +     break 2
 1.26782 +   fi
 1.26783 + done
 1.26784 + done
 1.26785 ++IFS=$as_save_IFS
 1.26786 + 
 1.26787 + fi
 1.26788 + fi
 1.26789 + DUMPBIN=$ac_cv_prog_DUMPBIN
 1.26790 + if test -n "$DUMPBIN"; then
 1.26791 +-  echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 1.26792 +-echo "${ECHO_T}$DUMPBIN" >&6
 1.26793 ++  { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 1.26794 ++echo "${ECHO_T}$DUMPBIN" >&6; }
 1.26795 + else
 1.26796 +-  echo "$as_me:$LINENO: result: no" >&5
 1.26797 +-echo "${ECHO_T}no" >&6
 1.26798 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.26799 ++echo "${ECHO_T}no" >&6; }
 1.26800 + fi
 1.26801 + 
 1.26802 ++
 1.26803 +     test -n "$DUMPBIN" && break
 1.26804 +   done
 1.26805 + fi
 1.26806 +@@ -4735,8 +5687,8 @@
 1.26807 + do
 1.26808 +   # Extract the first word of "$ac_prog", so it can be a program name with args.
 1.26809 + set dummy $ac_prog; ac_word=$2
 1.26810 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.26811 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.26812 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.26813 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.26814 + if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
 1.26815 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26816 + else
 1.26817 +@@ -4749,30 +5701,45 @@
 1.26818 +   IFS=$as_save_IFS
 1.26819 +   test -z "$as_dir" && as_dir=.
 1.26820 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.26821 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.26822 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.26823 +     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
 1.26824 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.26825 +     break 2
 1.26826 +   fi
 1.26827 + done
 1.26828 + done
 1.26829 ++IFS=$as_save_IFS
 1.26830 + 
 1.26831 + fi
 1.26832 + fi
 1.26833 + ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
 1.26834 + if test -n "$ac_ct_DUMPBIN"; then
 1.26835 +-  echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 1.26836 +-echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
 1.26837 ++  { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 1.26838 ++echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
 1.26839 + else
 1.26840 +-  echo "$as_me:$LINENO: result: no" >&5
 1.26841 +-echo "${ECHO_T}no" >&6
 1.26842 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.26843 ++echo "${ECHO_T}no" >&6; }
 1.26844 + fi
 1.26845 + 
 1.26846 ++
 1.26847 +   test -n "$ac_ct_DUMPBIN" && break
 1.26848 + done
 1.26849 +-test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
 1.26850 + 
 1.26851 +-  DUMPBIN=$ac_ct_DUMPBIN
 1.26852 ++  if test "x$ac_ct_DUMPBIN" = x; then
 1.26853 ++    DUMPBIN=":"
 1.26854 ++  else
 1.26855 ++    case $cross_compiling:$ac_tool_warned in
 1.26856 ++yes:)
 1.26857 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.26858 ++whose name does not start with the host triplet.  If you think this
 1.26859 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.26860 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.26861 ++whose name does not start with the host triplet.  If you think this
 1.26862 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.26863 ++ac_tool_warned=yes ;;
 1.26864 ++esac
 1.26865 ++    DUMPBIN=$ac_ct_DUMPBIN
 1.26866 ++  fi
 1.26867 + fi
 1.26868 + 
 1.26869 + 
 1.26870 +@@ -4787,43 +5754,43 @@
 1.26871 + 
 1.26872 + 
 1.26873 + 
 1.26874 +-echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 1.26875 +-echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
 1.26876 ++{ echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 1.26877 ++echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
 1.26878 + if test "${lt_cv_nm_interface+set}" = set; then
 1.26879 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26880 + else
 1.26881 +   lt_cv_nm_interface="BSD nm"
 1.26882 +   echo "int some_variable = 0;" > conftest.$ac_ext
 1.26883 +-  (eval echo "\"\$as_me:4797: $ac_compile\"" >&5)
 1.26884 ++  (eval echo "\"\$as_me:5764: $ac_compile\"" >&5)
 1.26885 +   (eval "$ac_compile" 2>conftest.err)
 1.26886 +   cat conftest.err >&5
 1.26887 +-  (eval echo "\"\$as_me:4800: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 1.26888 ++  (eval echo "\"\$as_me:5767: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 1.26889 +   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 1.26890 +   cat conftest.err >&5
 1.26891 +-  (eval echo "\"\$as_me:4803: output\"" >&5)
 1.26892 ++  (eval echo "\"\$as_me:5770: output\"" >&5)
 1.26893 +   cat conftest.out >&5
 1.26894 +   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 1.26895 +     lt_cv_nm_interface="MS dumpbin"
 1.26896 +   fi
 1.26897 +   rm -f conftest*
 1.26898 + fi
 1.26899 +-echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 1.26900 +-echo "${ECHO_T}$lt_cv_nm_interface" >&6
 1.26901 ++{ echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 1.26902 ++echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
 1.26903 + 
 1.26904 +-echo "$as_me:$LINENO: checking whether ln -s works" >&5
 1.26905 +-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
 1.26906 ++{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
 1.26907 ++echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 1.26908 + LN_S=$as_ln_s
 1.26909 + if test "$LN_S" = "ln -s"; then
 1.26910 +-  echo "$as_me:$LINENO: result: yes" >&5
 1.26911 +-echo "${ECHO_T}yes" >&6
 1.26912 ++  { echo "$as_me:$LINENO: result: yes" >&5
 1.26913 ++echo "${ECHO_T}yes" >&6; }
 1.26914 + else
 1.26915 +-  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 1.26916 +-echo "${ECHO_T}no, using $LN_S" >&6
 1.26917 ++  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 1.26918 ++echo "${ECHO_T}no, using $LN_S" >&6; }
 1.26919 + fi
 1.26920 + 
 1.26921 + # find the maximum length of command line arguments
 1.26922 +-echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 1.26923 +-echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
 1.26924 ++{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 1.26925 ++echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
 1.26926 + if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 1.26927 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26928 + else
 1.26929 +@@ -4942,11 +5909,11 @@
 1.26930 + fi
 1.26931 + 
 1.26932 + if test -n $lt_cv_sys_max_cmd_len ; then
 1.26933 +-  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 1.26934 +-echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
 1.26935 ++  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 1.26936 ++echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 1.26937 + else
 1.26938 +-  echo "$as_me:$LINENO: result: none" >&5
 1.26939 +-echo "${ECHO_T}none" >&6
 1.26940 ++  { echo "$as_me:$LINENO: result: none" >&5
 1.26941 ++echo "${ECHO_T}none" >&6; }
 1.26942 + fi
 1.26943 + max_cmd_len=$lt_cv_sys_max_cmd_len
 1.26944 + 
 1.26945 +@@ -4959,8 +5926,8 @@
 1.26946 + : ${MV="mv -f"}
 1.26947 + : ${RM="rm -f"}
 1.26948 + 
 1.26949 +-echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 1.26950 +-echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
 1.26951 ++{ echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 1.26952 ++echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
 1.26953 + # Try some XSI features
 1.26954 + xsi_shell=no
 1.26955 + ( _lt_dummy="a/b/c"
 1.26956 +@@ -4969,18 +5936,18 @@
 1.26957 +     && eval 'test $(( 1 + 1 )) -eq 2 \
 1.26958 +     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 1.26959 +   && xsi_shell=yes
 1.26960 +-echo "$as_me:$LINENO: result: $xsi_shell" >&5
 1.26961 +-echo "${ECHO_T}$xsi_shell" >&6
 1.26962 ++{ echo "$as_me:$LINENO: result: $xsi_shell" >&5
 1.26963 ++echo "${ECHO_T}$xsi_shell" >&6; }
 1.26964 + 
 1.26965 + 
 1.26966 +-echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 1.26967 +-echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
 1.26968 ++{ echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 1.26969 ++echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
 1.26970 + lt_shell_append=no
 1.26971 + ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
 1.26972 +     >/dev/null 2>&1 \
 1.26973 +   && lt_shell_append=yes
 1.26974 +-echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 1.26975 +-echo "${ECHO_T}$lt_shell_append" >&6
 1.26976 ++{ echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 1.26977 ++echo "${ECHO_T}$lt_shell_append" >&6; }
 1.26978 + 
 1.26979 + 
 1.26980 + if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 1.26981 +@@ -5014,15 +5981,15 @@
 1.26982 + 
 1.26983 + 
 1.26984 + 
 1.26985 +-echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 1.26986 +-echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
 1.26987 ++{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 1.26988 ++echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 1.26989 + if test "${lt_cv_ld_reload_flag+set}" = set; then
 1.26990 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.26991 + else
 1.26992 +   lt_cv_ld_reload_flag='-r'
 1.26993 + fi
 1.26994 +-echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 1.26995 +-echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
 1.26996 ++{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 1.26997 ++echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 1.26998 + reload_flag=$lt_cv_ld_reload_flag
 1.26999 + case $reload_flag in
 1.27000 + "" | " "*) ;;
 1.27001 +@@ -5050,8 +6017,8 @@
 1.27002 + if test -n "$ac_tool_prefix"; then
 1.27003 +   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
 1.27004 + set dummy ${ac_tool_prefix}objdump; ac_word=$2
 1.27005 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27006 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27007 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27008 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27009 + if test "${ac_cv_prog_OBJDUMP+set}" = set; then
 1.27010 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27011 + else
 1.27012 +@@ -5064,32 +6031,34 @@
 1.27013 +   IFS=$as_save_IFS
 1.27014 +   test -z "$as_dir" && as_dir=.
 1.27015 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27016 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27017 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27018 +     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
 1.27019 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27020 +     break 2
 1.27021 +   fi
 1.27022 + done
 1.27023 + done
 1.27024 ++IFS=$as_save_IFS
 1.27025 + 
 1.27026 + fi
 1.27027 + fi
 1.27028 + OBJDUMP=$ac_cv_prog_OBJDUMP
 1.27029 + if test -n "$OBJDUMP"; then
 1.27030 +-  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 1.27031 +-echo "${ECHO_T}$OBJDUMP" >&6
 1.27032 ++  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 1.27033 ++echo "${ECHO_T}$OBJDUMP" >&6; }
 1.27034 + else
 1.27035 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27036 +-echo "${ECHO_T}no" >&6
 1.27037 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27038 ++echo "${ECHO_T}no" >&6; }
 1.27039 + fi
 1.27040 + 
 1.27041 ++
 1.27042 + fi
 1.27043 + if test -z "$ac_cv_prog_OBJDUMP"; then
 1.27044 +   ac_ct_OBJDUMP=$OBJDUMP
 1.27045 +   # Extract the first word of "objdump", so it can be a program name with args.
 1.27046 + set dummy objdump; ac_word=$2
 1.27047 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27048 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27049 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27050 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27051 + if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
 1.27052 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27053 + else
 1.27054 +@@ -5102,27 +6071,41 @@
 1.27055 +   IFS=$as_save_IFS
 1.27056 +   test -z "$as_dir" && as_dir=.
 1.27057 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27058 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27059 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27060 +     ac_cv_prog_ac_ct_OBJDUMP="objdump"
 1.27061 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27062 +     break 2
 1.27063 +   fi
 1.27064 + done
 1.27065 + done
 1.27066 ++IFS=$as_save_IFS
 1.27067 + 
 1.27068 +-  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
 1.27069 + fi
 1.27070 + fi
 1.27071 + ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
 1.27072 + if test -n "$ac_ct_OBJDUMP"; then
 1.27073 +-  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 1.27074 +-echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
 1.27075 ++  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 1.27076 ++echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
 1.27077 + else
 1.27078 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27079 +-echo "${ECHO_T}no" >&6
 1.27080 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27081 ++echo "${ECHO_T}no" >&6; }
 1.27082 + fi
 1.27083 + 
 1.27084 +-  OBJDUMP=$ac_ct_OBJDUMP
 1.27085 ++  if test "x$ac_ct_OBJDUMP" = x; then
 1.27086 ++    OBJDUMP="false"
 1.27087 ++  else
 1.27088 ++    case $cross_compiling:$ac_tool_warned in
 1.27089 ++yes:)
 1.27090 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.27091 ++whose name does not start with the host triplet.  If you think this
 1.27092 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.27093 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.27094 ++whose name does not start with the host triplet.  If you think this
 1.27095 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.27096 ++ac_tool_warned=yes ;;
 1.27097 ++esac
 1.27098 ++    OBJDUMP=$ac_ct_OBJDUMP
 1.27099 ++  fi
 1.27100 + else
 1.27101 +   OBJDUMP="$ac_cv_prog_OBJDUMP"
 1.27102 + fi
 1.27103 +@@ -5134,8 +6117,8 @@
 1.27104 + 
 1.27105 + 
 1.27106 + 
 1.27107 +-echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 1.27108 +-echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
 1.27109 ++{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 1.27110 ++echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
 1.27111 + if test "${lt_cv_deplibs_check_method+set}" = set; then
 1.27112 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27113 + else
 1.27114 +@@ -5330,8 +6313,8 @@
 1.27115 + esac
 1.27116 + 
 1.27117 + fi
 1.27118 +-echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 1.27119 +-echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
 1.27120 ++{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 1.27121 ++echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 1.27122 + file_magic_cmd=$lt_cv_file_magic_cmd
 1.27123 + deplibs_check_method=$lt_cv_deplibs_check_method
 1.27124 + test -z "$deplibs_check_method" && deplibs_check_method=unknown
 1.27125 +@@ -5350,8 +6333,8 @@
 1.27126 + if test -n "$ac_tool_prefix"; then
 1.27127 +   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 1.27128 + set dummy ${ac_tool_prefix}ar; ac_word=$2
 1.27129 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27130 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27131 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27132 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27133 + if test "${ac_cv_prog_AR+set}" = set; then
 1.27134 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27135 + else
 1.27136 +@@ -5364,32 +6347,34 @@
 1.27137 +   IFS=$as_save_IFS
 1.27138 +   test -z "$as_dir" && as_dir=.
 1.27139 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27140 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27141 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27142 +     ac_cv_prog_AR="${ac_tool_prefix}ar"
 1.27143 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27144 +     break 2
 1.27145 +   fi
 1.27146 + done
 1.27147 + done
 1.27148 ++IFS=$as_save_IFS
 1.27149 + 
 1.27150 + fi
 1.27151 + fi
 1.27152 + AR=$ac_cv_prog_AR
 1.27153 + if test -n "$AR"; then
 1.27154 +-  echo "$as_me:$LINENO: result: $AR" >&5
 1.27155 +-echo "${ECHO_T}$AR" >&6
 1.27156 ++  { echo "$as_me:$LINENO: result: $AR" >&5
 1.27157 ++echo "${ECHO_T}$AR" >&6; }
 1.27158 + else
 1.27159 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27160 +-echo "${ECHO_T}no" >&6
 1.27161 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27162 ++echo "${ECHO_T}no" >&6; }
 1.27163 + fi
 1.27164 + 
 1.27165 ++
 1.27166 + fi
 1.27167 + if test -z "$ac_cv_prog_AR"; then
 1.27168 +   ac_ct_AR=$AR
 1.27169 +   # Extract the first word of "ar", so it can be a program name with args.
 1.27170 + set dummy ar; ac_word=$2
 1.27171 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27172 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27173 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27174 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27175 + if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 1.27176 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27177 + else
 1.27178 +@@ -5402,27 +6387,41 @@
 1.27179 +   IFS=$as_save_IFS
 1.27180 +   test -z "$as_dir" && as_dir=.
 1.27181 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27182 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27183 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27184 +     ac_cv_prog_ac_ct_AR="ar"
 1.27185 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27186 +     break 2
 1.27187 +   fi
 1.27188 + done
 1.27189 + done
 1.27190 ++IFS=$as_save_IFS
 1.27191 + 
 1.27192 +-  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
 1.27193 + fi
 1.27194 + fi
 1.27195 + ac_ct_AR=$ac_cv_prog_ac_ct_AR
 1.27196 + if test -n "$ac_ct_AR"; then
 1.27197 +-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 1.27198 +-echo "${ECHO_T}$ac_ct_AR" >&6
 1.27199 ++  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 1.27200 ++echo "${ECHO_T}$ac_ct_AR" >&6; }
 1.27201 + else
 1.27202 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27203 +-echo "${ECHO_T}no" >&6
 1.27204 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27205 ++echo "${ECHO_T}no" >&6; }
 1.27206 + fi
 1.27207 + 
 1.27208 +-  AR=$ac_ct_AR
 1.27209 ++  if test "x$ac_ct_AR" = x; then
 1.27210 ++    AR="false"
 1.27211 ++  else
 1.27212 ++    case $cross_compiling:$ac_tool_warned in
 1.27213 ++yes:)
 1.27214 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.27215 ++whose name does not start with the host triplet.  If you think this
 1.27216 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.27217 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.27218 ++whose name does not start with the host triplet.  If you think this
 1.27219 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.27220 ++ac_tool_warned=yes ;;
 1.27221 ++esac
 1.27222 ++    AR=$ac_ct_AR
 1.27223 ++  fi
 1.27224 + else
 1.27225 +   AR="$ac_cv_prog_AR"
 1.27226 + fi
 1.27227 +@@ -5443,8 +6442,8 @@
 1.27228 + if test -n "$ac_tool_prefix"; then
 1.27229 +   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 1.27230 + set dummy ${ac_tool_prefix}strip; ac_word=$2
 1.27231 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27232 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27233 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27234 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27235 + if test "${ac_cv_prog_STRIP+set}" = set; then
 1.27236 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27237 + else
 1.27238 +@@ -5457,32 +6456,34 @@
 1.27239 +   IFS=$as_save_IFS
 1.27240 +   test -z "$as_dir" && as_dir=.
 1.27241 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27242 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27243 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27244 +     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 1.27245 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27246 +     break 2
 1.27247 +   fi
 1.27248 + done
 1.27249 + done
 1.27250 ++IFS=$as_save_IFS
 1.27251 + 
 1.27252 + fi
 1.27253 + fi
 1.27254 + STRIP=$ac_cv_prog_STRIP
 1.27255 + if test -n "$STRIP"; then
 1.27256 +-  echo "$as_me:$LINENO: result: $STRIP" >&5
 1.27257 +-echo "${ECHO_T}$STRIP" >&6
 1.27258 ++  { echo "$as_me:$LINENO: result: $STRIP" >&5
 1.27259 ++echo "${ECHO_T}$STRIP" >&6; }
 1.27260 + else
 1.27261 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27262 +-echo "${ECHO_T}no" >&6
 1.27263 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27264 ++echo "${ECHO_T}no" >&6; }
 1.27265 + fi
 1.27266 + 
 1.27267 ++
 1.27268 + fi
 1.27269 + if test -z "$ac_cv_prog_STRIP"; then
 1.27270 +   ac_ct_STRIP=$STRIP
 1.27271 +   # Extract the first word of "strip", so it can be a program name with args.
 1.27272 + set dummy strip; ac_word=$2
 1.27273 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27274 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27275 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27276 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27277 + if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 1.27278 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27279 + else
 1.27280 +@@ -5495,27 +6496,41 @@
 1.27281 +   IFS=$as_save_IFS
 1.27282 +   test -z "$as_dir" && as_dir=.
 1.27283 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27284 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27285 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27286 +     ac_cv_prog_ac_ct_STRIP="strip"
 1.27287 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27288 +     break 2
 1.27289 +   fi
 1.27290 + done
 1.27291 + done
 1.27292 ++IFS=$as_save_IFS
 1.27293 + 
 1.27294 +-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 1.27295 + fi
 1.27296 + fi
 1.27297 + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 1.27298 + if test -n "$ac_ct_STRIP"; then
 1.27299 +-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 1.27300 +-echo "${ECHO_T}$ac_ct_STRIP" >&6
 1.27301 ++  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 1.27302 ++echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 1.27303 + else
 1.27304 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27305 +-echo "${ECHO_T}no" >&6
 1.27306 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27307 ++echo "${ECHO_T}no" >&6; }
 1.27308 + fi
 1.27309 + 
 1.27310 +-  STRIP=$ac_ct_STRIP
 1.27311 ++  if test "x$ac_ct_STRIP" = x; then
 1.27312 ++    STRIP=":"
 1.27313 ++  else
 1.27314 ++    case $cross_compiling:$ac_tool_warned in
 1.27315 ++yes:)
 1.27316 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.27317 ++whose name does not start with the host triplet.  If you think this
 1.27318 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.27319 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.27320 ++whose name does not start with the host triplet.  If you think this
 1.27321 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.27322 ++ac_tool_warned=yes ;;
 1.27323 ++esac
 1.27324 ++    STRIP=$ac_ct_STRIP
 1.27325 ++  fi
 1.27326 + else
 1.27327 +   STRIP="$ac_cv_prog_STRIP"
 1.27328 + fi
 1.27329 +@@ -5530,8 +6545,8 @@
 1.27330 + if test -n "$ac_tool_prefix"; then
 1.27331 +   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 1.27332 + set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 1.27333 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27334 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27335 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27336 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27337 + if test "${ac_cv_prog_RANLIB+set}" = set; then
 1.27338 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27339 + else
 1.27340 +@@ -5544,32 +6559,34 @@
 1.27341 +   IFS=$as_save_IFS
 1.27342 +   test -z "$as_dir" && as_dir=.
 1.27343 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27344 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27345 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27346 +     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 1.27347 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27348 +     break 2
 1.27349 +   fi
 1.27350 + done
 1.27351 + done
 1.27352 ++IFS=$as_save_IFS
 1.27353 + 
 1.27354 + fi
 1.27355 + fi
 1.27356 + RANLIB=$ac_cv_prog_RANLIB
 1.27357 + if test -n "$RANLIB"; then
 1.27358 +-  echo "$as_me:$LINENO: result: $RANLIB" >&5
 1.27359 +-echo "${ECHO_T}$RANLIB" >&6
 1.27360 ++  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 1.27361 ++echo "${ECHO_T}$RANLIB" >&6; }
 1.27362 + else
 1.27363 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27364 +-echo "${ECHO_T}no" >&6
 1.27365 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27366 ++echo "${ECHO_T}no" >&6; }
 1.27367 + fi
 1.27368 + 
 1.27369 ++
 1.27370 + fi
 1.27371 + if test -z "$ac_cv_prog_RANLIB"; then
 1.27372 +   ac_ct_RANLIB=$RANLIB
 1.27373 +   # Extract the first word of "ranlib", so it can be a program name with args.
 1.27374 + set dummy ranlib; ac_word=$2
 1.27375 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27376 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27377 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27378 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27379 + if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 1.27380 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27381 + else
 1.27382 +@@ -5582,27 +6599,41 @@
 1.27383 +   IFS=$as_save_IFS
 1.27384 +   test -z "$as_dir" && as_dir=.
 1.27385 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27386 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27387 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27388 +     ac_cv_prog_ac_ct_RANLIB="ranlib"
 1.27389 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27390 +     break 2
 1.27391 +   fi
 1.27392 + done
 1.27393 + done
 1.27394 ++IFS=$as_save_IFS
 1.27395 + 
 1.27396 +-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
 1.27397 + fi
 1.27398 + fi
 1.27399 + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 1.27400 + if test -n "$ac_ct_RANLIB"; then
 1.27401 +-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 1.27402 +-echo "${ECHO_T}$ac_ct_RANLIB" >&6
 1.27403 ++  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 1.27404 ++echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 1.27405 + else
 1.27406 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27407 +-echo "${ECHO_T}no" >&6
 1.27408 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27409 ++echo "${ECHO_T}no" >&6; }
 1.27410 + fi
 1.27411 + 
 1.27412 +-  RANLIB=$ac_ct_RANLIB
 1.27413 ++  if test "x$ac_ct_RANLIB" = x; then
 1.27414 ++    RANLIB=":"
 1.27415 ++  else
 1.27416 ++    case $cross_compiling:$ac_tool_warned in
 1.27417 ++yes:)
 1.27418 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.27419 ++whose name does not start with the host triplet.  If you think this
 1.27420 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.27421 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.27422 ++whose name does not start with the host triplet.  If you think this
 1.27423 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.27424 ++ac_tool_warned=yes ;;
 1.27425 ++esac
 1.27426 ++    RANLIB=$ac_ct_RANLIB
 1.27427 ++  fi
 1.27428 + else
 1.27429 +   RANLIB="$ac_cv_prog_RANLIB"
 1.27430 + fi
 1.27431 +@@ -5675,8 +6706,8 @@
 1.27432 + 
 1.27433 + 
 1.27434 + # Check for command to grab the raw symbol name followed by C symbol from nm.
 1.27435 +-echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 1.27436 +-echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
 1.27437 ++{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 1.27438 ++echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 1.27439 + if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 1.27440 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27441 + else
 1.27442 +@@ -5895,11 +6926,11 @@
 1.27443 +   lt_cv_sys_global_symbol_to_cdecl=
 1.27444 + fi
 1.27445 + if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 1.27446 +-  echo "$as_me:$LINENO: result: failed" >&5
 1.27447 +-echo "${ECHO_T}failed" >&6
 1.27448 ++  { echo "$as_me:$LINENO: result: failed" >&5
 1.27449 ++echo "${ECHO_T}failed" >&6; }
 1.27450 + else
 1.27451 +-  echo "$as_me:$LINENO: result: ok" >&5
 1.27452 +-echo "${ECHO_T}ok" >&6
 1.27453 ++  { echo "$as_me:$LINENO: result: ok" >&5
 1.27454 ++echo "${ECHO_T}ok" >&6; }
 1.27455 + fi
 1.27456 + 
 1.27457 + 
 1.27458 +@@ -5924,11 +6955,11 @@
 1.27459 + 
 1.27460 + 
 1.27461 + 
 1.27462 +-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
 1.27463 ++# Check whether --enable-libtool-lock was given.
 1.27464 + if test "${enable_libtool_lock+set}" = set; then
 1.27465 +-  enableval="$enable_libtool_lock"
 1.27466 ++  enableval=$enable_libtool_lock;
 1.27467 ++fi
 1.27468 + 
 1.27469 +-fi;
 1.27470 + test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 1.27471 + 
 1.27472 + # Some flags need to be propagated to the compiler or linker for good
 1.27473 +@@ -5955,7 +6986,7 @@
 1.27474 +   ;;
 1.27475 + *-*-irix6*)
 1.27476 +   # Find out which ABI we are using.
 1.27477 +-  echo '#line 5958 "configure"' > conftest.$ac_ext
 1.27478 ++  echo '#line 6989 "configure"' > conftest.$ac_ext
 1.27479 +   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.27480 +   (eval $ac_compile) 2>&5
 1.27481 +   ac_status=$?
 1.27482 +@@ -6047,8 +7078,8 @@
 1.27483 +   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 1.27484 +   SAVE_CFLAGS="$CFLAGS"
 1.27485 +   CFLAGS="$CFLAGS -belf"
 1.27486 +-  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 1.27487 +-echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
 1.27488 ++  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 1.27489 ++echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 1.27490 + if test "${lt_cv_cc_needs_belf+set}" = set; then
 1.27491 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27492 + else
 1.27493 +@@ -6074,35 +7105,32 @@
 1.27494 + }
 1.27495 + _ACEOF
 1.27496 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.27497 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.27498 +-  (eval $ac_link) 2>conftest.er1
 1.27499 ++if { (ac_try="$ac_link"
 1.27500 ++case "(($ac_try" in
 1.27501 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.27502 ++  *) ac_try_echo=$ac_try;;
 1.27503 ++esac
 1.27504 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.27505 ++  (eval "$ac_link") 2>conftest.er1
 1.27506 +   ac_status=$?
 1.27507 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.27508 +   rm -f conftest.er1
 1.27509 +   cat conftest.err >&5
 1.27510 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.27511 +-  (exit $ac_status); } &&
 1.27512 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.27513 +-			 || test ! -s conftest.err'
 1.27514 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.27515 +-  (eval $ac_try) 2>&5
 1.27516 +-  ac_status=$?
 1.27517 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.27518 +-  (exit $ac_status); }; } &&
 1.27519 +-	 { ac_try='test -s conftest$ac_exeext'
 1.27520 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.27521 +-  (eval $ac_try) 2>&5
 1.27522 +-  ac_status=$?
 1.27523 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.27524 +-  (exit $ac_status); }; }; then
 1.27525 ++  (exit $ac_status); } && {
 1.27526 ++	 test -z "$ac_c_werror_flag" ||
 1.27527 ++	 test ! -s conftest.err
 1.27528 ++       } && test -s conftest$ac_exeext &&
 1.27529 ++       $as_test_x conftest$ac_exeext; then
 1.27530 +   lt_cv_cc_needs_belf=yes
 1.27531 + else
 1.27532 +   echo "$as_me: failed program was:" >&5
 1.27533 + sed 's/^/| /' conftest.$ac_ext >&5
 1.27534 + 
 1.27535 +-lt_cv_cc_needs_belf=no
 1.27536 ++	lt_cv_cc_needs_belf=no
 1.27537 + fi
 1.27538 +-rm -f conftest.err conftest.$ac_objext \
 1.27539 ++
 1.27540 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.27541 +       conftest$ac_exeext conftest.$ac_ext
 1.27542 +      ac_ext=c
 1.27543 + ac_cpp='$CPP $CPPFLAGS'
 1.27544 +@@ -6111,8 +7139,8 @@
 1.27545 + ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1.27546 + 
 1.27547 + fi
 1.27548 +-echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 1.27549 +-echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
 1.27550 ++{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 1.27551 ++echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
 1.27552 +   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 1.27553 +     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 1.27554 +     CFLAGS="$SAVE_CFLAGS"
 1.27555 +@@ -6151,8 +7179,8 @@
 1.27556 +     if test -n "$ac_tool_prefix"; then
 1.27557 +   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 1.27558 + set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 1.27559 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27560 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27561 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27562 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27563 + if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 1.27564 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27565 + else
 1.27566 +@@ -6165,32 +7193,34 @@
 1.27567 +   IFS=$as_save_IFS
 1.27568 +   test -z "$as_dir" && as_dir=.
 1.27569 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27570 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27571 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27572 +     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 1.27573 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27574 +     break 2
 1.27575 +   fi
 1.27576 + done
 1.27577 + done
 1.27578 ++IFS=$as_save_IFS
 1.27579 + 
 1.27580 + fi
 1.27581 + fi
 1.27582 + DSYMUTIL=$ac_cv_prog_DSYMUTIL
 1.27583 + if test -n "$DSYMUTIL"; then
 1.27584 +-  echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 1.27585 +-echo "${ECHO_T}$DSYMUTIL" >&6
 1.27586 ++  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 1.27587 ++echo "${ECHO_T}$DSYMUTIL" >&6; }
 1.27588 + else
 1.27589 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27590 +-echo "${ECHO_T}no" >&6
 1.27591 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27592 ++echo "${ECHO_T}no" >&6; }
 1.27593 + fi
 1.27594 + 
 1.27595 ++
 1.27596 + fi
 1.27597 + if test -z "$ac_cv_prog_DSYMUTIL"; then
 1.27598 +   ac_ct_DSYMUTIL=$DSYMUTIL
 1.27599 +   # Extract the first word of "dsymutil", so it can be a program name with args.
 1.27600 + set dummy dsymutil; ac_word=$2
 1.27601 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27602 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27603 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27604 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27605 + if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 1.27606 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27607 + else
 1.27608 +@@ -6203,27 +7233,41 @@
 1.27609 +   IFS=$as_save_IFS
 1.27610 +   test -z "$as_dir" && as_dir=.
 1.27611 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27612 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27613 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27614 +     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 1.27615 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27616 +     break 2
 1.27617 +   fi
 1.27618 + done
 1.27619 + done
 1.27620 ++IFS=$as_save_IFS
 1.27621 + 
 1.27622 +-  test -z "$ac_cv_prog_ac_ct_DSYMUTIL" && ac_cv_prog_ac_ct_DSYMUTIL=":"
 1.27623 + fi
 1.27624 + fi
 1.27625 + ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 1.27626 + if test -n "$ac_ct_DSYMUTIL"; then
 1.27627 +-  echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 1.27628 +-echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6
 1.27629 ++  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 1.27630 ++echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
 1.27631 + else
 1.27632 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27633 +-echo "${ECHO_T}no" >&6
 1.27634 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27635 ++echo "${ECHO_T}no" >&6; }
 1.27636 + fi
 1.27637 + 
 1.27638 +-  DSYMUTIL=$ac_ct_DSYMUTIL
 1.27639 ++  if test "x$ac_ct_DSYMUTIL" = x; then
 1.27640 ++    DSYMUTIL=":"
 1.27641 ++  else
 1.27642 ++    case $cross_compiling:$ac_tool_warned in
 1.27643 ++yes:)
 1.27644 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.27645 ++whose name does not start with the host triplet.  If you think this
 1.27646 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.27647 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.27648 ++whose name does not start with the host triplet.  If you think this
 1.27649 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.27650 ++ac_tool_warned=yes ;;
 1.27651 ++esac
 1.27652 ++    DSYMUTIL=$ac_ct_DSYMUTIL
 1.27653 ++  fi
 1.27654 + else
 1.27655 +   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
 1.27656 + fi
 1.27657 +@@ -6231,8 +7275,8 @@
 1.27658 +     if test -n "$ac_tool_prefix"; then
 1.27659 +   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 1.27660 + set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 1.27661 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27662 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27663 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27664 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27665 + if test "${ac_cv_prog_NMEDIT+set}" = set; then
 1.27666 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27667 + else
 1.27668 +@@ -6245,32 +7289,34 @@
 1.27669 +   IFS=$as_save_IFS
 1.27670 +   test -z "$as_dir" && as_dir=.
 1.27671 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27672 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27673 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27674 +     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 1.27675 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27676 +     break 2
 1.27677 +   fi
 1.27678 + done
 1.27679 + done
 1.27680 ++IFS=$as_save_IFS
 1.27681 + 
 1.27682 + fi
 1.27683 + fi
 1.27684 + NMEDIT=$ac_cv_prog_NMEDIT
 1.27685 + if test -n "$NMEDIT"; then
 1.27686 +-  echo "$as_me:$LINENO: result: $NMEDIT" >&5
 1.27687 +-echo "${ECHO_T}$NMEDIT" >&6
 1.27688 ++  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
 1.27689 ++echo "${ECHO_T}$NMEDIT" >&6; }
 1.27690 + else
 1.27691 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27692 +-echo "${ECHO_T}no" >&6
 1.27693 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27694 ++echo "${ECHO_T}no" >&6; }
 1.27695 + fi
 1.27696 + 
 1.27697 ++
 1.27698 + fi
 1.27699 + if test -z "$ac_cv_prog_NMEDIT"; then
 1.27700 +   ac_ct_NMEDIT=$NMEDIT
 1.27701 +   # Extract the first word of "nmedit", so it can be a program name with args.
 1.27702 + set dummy nmedit; ac_word=$2
 1.27703 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27704 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27705 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27706 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27707 + if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 1.27708 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27709 + else
 1.27710 +@@ -6283,27 +7329,41 @@
 1.27711 +   IFS=$as_save_IFS
 1.27712 +   test -z "$as_dir" && as_dir=.
 1.27713 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27714 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27715 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27716 +     ac_cv_prog_ac_ct_NMEDIT="nmedit"
 1.27717 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27718 +     break 2
 1.27719 +   fi
 1.27720 + done
 1.27721 + done
 1.27722 ++IFS=$as_save_IFS
 1.27723 + 
 1.27724 +-  test -z "$ac_cv_prog_ac_ct_NMEDIT" && ac_cv_prog_ac_ct_NMEDIT=":"
 1.27725 + fi
 1.27726 + fi
 1.27727 + ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 1.27728 + if test -n "$ac_ct_NMEDIT"; then
 1.27729 +-  echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 1.27730 +-echo "${ECHO_T}$ac_ct_NMEDIT" >&6
 1.27731 ++  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 1.27732 ++echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
 1.27733 + else
 1.27734 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27735 +-echo "${ECHO_T}no" >&6
 1.27736 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27737 ++echo "${ECHO_T}no" >&6; }
 1.27738 + fi
 1.27739 + 
 1.27740 +-  NMEDIT=$ac_ct_NMEDIT
 1.27741 ++  if test "x$ac_ct_NMEDIT" = x; then
 1.27742 ++    NMEDIT=":"
 1.27743 ++  else
 1.27744 ++    case $cross_compiling:$ac_tool_warned in
 1.27745 ++yes:)
 1.27746 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.27747 ++whose name does not start with the host triplet.  If you think this
 1.27748 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.27749 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.27750 ++whose name does not start with the host triplet.  If you think this
 1.27751 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.27752 ++ac_tool_warned=yes ;;
 1.27753 ++esac
 1.27754 ++    NMEDIT=$ac_ct_NMEDIT
 1.27755 ++  fi
 1.27756 + else
 1.27757 +   NMEDIT="$ac_cv_prog_NMEDIT"
 1.27758 + fi
 1.27759 +@@ -6311,8 +7371,8 @@
 1.27760 +     if test -n "$ac_tool_prefix"; then
 1.27761 +   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
 1.27762 + set dummy ${ac_tool_prefix}lipo; ac_word=$2
 1.27763 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27764 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27765 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27766 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27767 + if test "${ac_cv_prog_LIPO+set}" = set; then
 1.27768 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27769 + else
 1.27770 +@@ -6325,32 +7385,34 @@
 1.27771 +   IFS=$as_save_IFS
 1.27772 +   test -z "$as_dir" && as_dir=.
 1.27773 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27774 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27775 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27776 +     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
 1.27777 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27778 +     break 2
 1.27779 +   fi
 1.27780 + done
 1.27781 + done
 1.27782 ++IFS=$as_save_IFS
 1.27783 + 
 1.27784 + fi
 1.27785 + fi
 1.27786 + LIPO=$ac_cv_prog_LIPO
 1.27787 + if test -n "$LIPO"; then
 1.27788 +-  echo "$as_me:$LINENO: result: $LIPO" >&5
 1.27789 +-echo "${ECHO_T}$LIPO" >&6
 1.27790 ++  { echo "$as_me:$LINENO: result: $LIPO" >&5
 1.27791 ++echo "${ECHO_T}$LIPO" >&6; }
 1.27792 + else
 1.27793 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27794 +-echo "${ECHO_T}no" >&6
 1.27795 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27796 ++echo "${ECHO_T}no" >&6; }
 1.27797 + fi
 1.27798 + 
 1.27799 ++
 1.27800 + fi
 1.27801 + if test -z "$ac_cv_prog_LIPO"; then
 1.27802 +   ac_ct_LIPO=$LIPO
 1.27803 +   # Extract the first word of "lipo", so it can be a program name with args.
 1.27804 + set dummy lipo; ac_word=$2
 1.27805 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27806 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27807 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27808 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27809 + if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
 1.27810 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27811 + else
 1.27812 +@@ -6363,27 +7425,41 @@
 1.27813 +   IFS=$as_save_IFS
 1.27814 +   test -z "$as_dir" && as_dir=.
 1.27815 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27816 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27817 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27818 +     ac_cv_prog_ac_ct_LIPO="lipo"
 1.27819 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27820 +     break 2
 1.27821 +   fi
 1.27822 + done
 1.27823 + done
 1.27824 ++IFS=$as_save_IFS
 1.27825 + 
 1.27826 +-  test -z "$ac_cv_prog_ac_ct_LIPO" && ac_cv_prog_ac_ct_LIPO=":"
 1.27827 + fi
 1.27828 + fi
 1.27829 + ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
 1.27830 + if test -n "$ac_ct_LIPO"; then
 1.27831 +-  echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 1.27832 +-echo "${ECHO_T}$ac_ct_LIPO" >&6
 1.27833 ++  { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 1.27834 ++echo "${ECHO_T}$ac_ct_LIPO" >&6; }
 1.27835 + else
 1.27836 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27837 +-echo "${ECHO_T}no" >&6
 1.27838 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27839 ++echo "${ECHO_T}no" >&6; }
 1.27840 + fi
 1.27841 + 
 1.27842 +-  LIPO=$ac_ct_LIPO
 1.27843 ++  if test "x$ac_ct_LIPO" = x; then
 1.27844 ++    LIPO=":"
 1.27845 ++  else
 1.27846 ++    case $cross_compiling:$ac_tool_warned in
 1.27847 ++yes:)
 1.27848 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.27849 ++whose name does not start with the host triplet.  If you think this
 1.27850 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.27851 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.27852 ++whose name does not start with the host triplet.  If you think this
 1.27853 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.27854 ++ac_tool_warned=yes ;;
 1.27855 ++esac
 1.27856 ++    LIPO=$ac_ct_LIPO
 1.27857 ++  fi
 1.27858 + else
 1.27859 +   LIPO="$ac_cv_prog_LIPO"
 1.27860 + fi
 1.27861 +@@ -6391,8 +7467,8 @@
 1.27862 +     if test -n "$ac_tool_prefix"; then
 1.27863 +   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
 1.27864 + set dummy ${ac_tool_prefix}otool; ac_word=$2
 1.27865 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27866 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27867 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27868 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27869 + if test "${ac_cv_prog_OTOOL+set}" = set; then
 1.27870 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27871 + else
 1.27872 +@@ -6405,32 +7481,34 @@
 1.27873 +   IFS=$as_save_IFS
 1.27874 +   test -z "$as_dir" && as_dir=.
 1.27875 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27876 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27877 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27878 +     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
 1.27879 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27880 +     break 2
 1.27881 +   fi
 1.27882 + done
 1.27883 + done
 1.27884 ++IFS=$as_save_IFS
 1.27885 + 
 1.27886 + fi
 1.27887 + fi
 1.27888 + OTOOL=$ac_cv_prog_OTOOL
 1.27889 + if test -n "$OTOOL"; then
 1.27890 +-  echo "$as_me:$LINENO: result: $OTOOL" >&5
 1.27891 +-echo "${ECHO_T}$OTOOL" >&6
 1.27892 ++  { echo "$as_me:$LINENO: result: $OTOOL" >&5
 1.27893 ++echo "${ECHO_T}$OTOOL" >&6; }
 1.27894 + else
 1.27895 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27896 +-echo "${ECHO_T}no" >&6
 1.27897 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27898 ++echo "${ECHO_T}no" >&6; }
 1.27899 + fi
 1.27900 + 
 1.27901 ++
 1.27902 + fi
 1.27903 + if test -z "$ac_cv_prog_OTOOL"; then
 1.27904 +   ac_ct_OTOOL=$OTOOL
 1.27905 +   # Extract the first word of "otool", so it can be a program name with args.
 1.27906 + set dummy otool; ac_word=$2
 1.27907 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27908 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27909 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27910 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27911 + if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
 1.27912 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27913 + else
 1.27914 +@@ -6443,27 +7521,41 @@
 1.27915 +   IFS=$as_save_IFS
 1.27916 +   test -z "$as_dir" && as_dir=.
 1.27917 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27918 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27919 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27920 +     ac_cv_prog_ac_ct_OTOOL="otool"
 1.27921 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27922 +     break 2
 1.27923 +   fi
 1.27924 + done
 1.27925 + done
 1.27926 ++IFS=$as_save_IFS
 1.27927 + 
 1.27928 +-  test -z "$ac_cv_prog_ac_ct_OTOOL" && ac_cv_prog_ac_ct_OTOOL=":"
 1.27929 + fi
 1.27930 + fi
 1.27931 + ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
 1.27932 + if test -n "$ac_ct_OTOOL"; then
 1.27933 +-  echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 1.27934 +-echo "${ECHO_T}$ac_ct_OTOOL" >&6
 1.27935 ++  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 1.27936 ++echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
 1.27937 + else
 1.27938 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27939 +-echo "${ECHO_T}no" >&6
 1.27940 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.27941 ++echo "${ECHO_T}no" >&6; }
 1.27942 + fi
 1.27943 + 
 1.27944 +-  OTOOL=$ac_ct_OTOOL
 1.27945 ++  if test "x$ac_ct_OTOOL" = x; then
 1.27946 ++    OTOOL=":"
 1.27947 ++  else
 1.27948 ++    case $cross_compiling:$ac_tool_warned in
 1.27949 ++yes:)
 1.27950 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.27951 ++whose name does not start with the host triplet.  If you think this
 1.27952 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.27953 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.27954 ++whose name does not start with the host triplet.  If you think this
 1.27955 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.27956 ++ac_tool_warned=yes ;;
 1.27957 ++esac
 1.27958 ++    OTOOL=$ac_ct_OTOOL
 1.27959 ++  fi
 1.27960 + else
 1.27961 +   OTOOL="$ac_cv_prog_OTOOL"
 1.27962 + fi
 1.27963 +@@ -6471,8 +7563,8 @@
 1.27964 +     if test -n "$ac_tool_prefix"; then
 1.27965 +   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
 1.27966 + set dummy ${ac_tool_prefix}otool64; ac_word=$2
 1.27967 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27968 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.27969 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.27970 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.27971 + if test "${ac_cv_prog_OTOOL64+set}" = set; then
 1.27972 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.27973 + else
 1.27974 +@@ -6485,32 +7577,34 @@
 1.27975 +   IFS=$as_save_IFS
 1.27976 +   test -z "$as_dir" && as_dir=.
 1.27977 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.27978 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.27979 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.27980 +     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
 1.27981 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.27982 +     break 2
 1.27983 +   fi
 1.27984 + done
 1.27985 + done
 1.27986 ++IFS=$as_save_IFS
 1.27987 + 
 1.27988 + fi
 1.27989 + fi
 1.27990 + OTOOL64=$ac_cv_prog_OTOOL64
 1.27991 + if test -n "$OTOOL64"; then
 1.27992 +-  echo "$as_me:$LINENO: result: $OTOOL64" >&5
 1.27993 +-echo "${ECHO_T}$OTOOL64" >&6
 1.27994 ++  { echo "$as_me:$LINENO: result: $OTOOL64" >&5
 1.27995 ++echo "${ECHO_T}$OTOOL64" >&6; }
 1.27996 + else
 1.27997 +-  echo "$as_me:$LINENO: result: no" >&5
 1.27998 +-echo "${ECHO_T}no" >&6
 1.27999 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.28000 ++echo "${ECHO_T}no" >&6; }
 1.28001 + fi
 1.28002 + 
 1.28003 ++
 1.28004 + fi
 1.28005 + if test -z "$ac_cv_prog_OTOOL64"; then
 1.28006 +   ac_ct_OTOOL64=$OTOOL64
 1.28007 +   # Extract the first word of "otool64", so it can be a program name with args.
 1.28008 + set dummy otool64; ac_word=$2
 1.28009 +-echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.28010 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 1.28011 ++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 1.28012 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1.28013 + if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
 1.28014 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28015 + else
 1.28016 +@@ -6523,27 +7617,41 @@
 1.28017 +   IFS=$as_save_IFS
 1.28018 +   test -z "$as_dir" && as_dir=.
 1.28019 +   for ac_exec_ext in '' $ac_executable_extensions; do
 1.28020 +-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 1.28021 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1.28022 +     ac_cv_prog_ac_ct_OTOOL64="otool64"
 1.28023 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1.28024 +     break 2
 1.28025 +   fi
 1.28026 + done
 1.28027 + done
 1.28028 ++IFS=$as_save_IFS
 1.28029 + 
 1.28030 +-  test -z "$ac_cv_prog_ac_ct_OTOOL64" && ac_cv_prog_ac_ct_OTOOL64=":"
 1.28031 + fi
 1.28032 + fi
 1.28033 + ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
 1.28034 + if test -n "$ac_ct_OTOOL64"; then
 1.28035 +-  echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 1.28036 +-echo "${ECHO_T}$ac_ct_OTOOL64" >&6
 1.28037 ++  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 1.28038 ++echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
 1.28039 + else
 1.28040 +-  echo "$as_me:$LINENO: result: no" >&5
 1.28041 +-echo "${ECHO_T}no" >&6
 1.28042 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.28043 ++echo "${ECHO_T}no" >&6; }
 1.28044 + fi
 1.28045 + 
 1.28046 +-  OTOOL64=$ac_ct_OTOOL64
 1.28047 ++  if test "x$ac_ct_OTOOL64" = x; then
 1.28048 ++    OTOOL64=":"
 1.28049 ++  else
 1.28050 ++    case $cross_compiling:$ac_tool_warned in
 1.28051 ++yes:)
 1.28052 ++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1.28053 ++whose name does not start with the host triplet.  If you think this
 1.28054 ++configuration is useful to you, please write to autoconf@gnu.org." >&5
 1.28055 ++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1.28056 ++whose name does not start with the host triplet.  If you think this
 1.28057 ++configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1.28058 ++ac_tool_warned=yes ;;
 1.28059 ++esac
 1.28060 ++    OTOOL64=$ac_ct_OTOOL64
 1.28061 ++  fi
 1.28062 + else
 1.28063 +   OTOOL64="$ac_cv_prog_OTOOL64"
 1.28064 + fi
 1.28065 +@@ -6574,8 +7682,8 @@
 1.28066 + 
 1.28067 + 
 1.28068 + 
 1.28069 +-    echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 1.28070 +-echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6
 1.28071 ++    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 1.28072 ++echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
 1.28073 + if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 1.28074 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28075 + else
 1.28076 +@@ -6601,10 +7709,10 @@
 1.28077 + 	rm -f conftest.*
 1.28078 +       fi
 1.28079 + fi
 1.28080 +-echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 1.28081 +-echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6
 1.28082 +-    echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 1.28083 +-echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6
 1.28084 ++{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 1.28085 ++echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
 1.28086 ++    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 1.28087 ++echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
 1.28088 + if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 1.28089 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28090 + else
 1.28091 +@@ -6628,41 +7736,38 @@
 1.28092 + }
 1.28093 + _ACEOF
 1.28094 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.28095 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.28096 +-  (eval $ac_link) 2>conftest.er1
 1.28097 ++if { (ac_try="$ac_link"
 1.28098 ++case "(($ac_try" in
 1.28099 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28100 ++  *) ac_try_echo=$ac_try;;
 1.28101 ++esac
 1.28102 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28103 ++  (eval "$ac_link") 2>conftest.er1
 1.28104 +   ac_status=$?
 1.28105 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.28106 +   rm -f conftest.er1
 1.28107 +   cat conftest.err >&5
 1.28108 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28109 +-  (exit $ac_status); } &&
 1.28110 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.28111 +-			 || test ! -s conftest.err'
 1.28112 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.28113 +-  (eval $ac_try) 2>&5
 1.28114 +-  ac_status=$?
 1.28115 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28116 +-  (exit $ac_status); }; } &&
 1.28117 +-	 { ac_try='test -s conftest$ac_exeext'
 1.28118 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.28119 +-  (eval $ac_try) 2>&5
 1.28120 +-  ac_status=$?
 1.28121 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28122 +-  (exit $ac_status); }; }; then
 1.28123 ++  (exit $ac_status); } && {
 1.28124 ++	 test -z "$ac_c_werror_flag" ||
 1.28125 ++	 test ! -s conftest.err
 1.28126 ++       } && test -s conftest$ac_exeext &&
 1.28127 ++       $as_test_x conftest$ac_exeext; then
 1.28128 +   lt_cv_ld_exported_symbols_list=yes
 1.28129 + else
 1.28130 +   echo "$as_me: failed program was:" >&5
 1.28131 + sed 's/^/| /' conftest.$ac_ext >&5
 1.28132 + 
 1.28133 +-lt_cv_ld_exported_symbols_list=no
 1.28134 ++	lt_cv_ld_exported_symbols_list=no
 1.28135 + fi
 1.28136 +-rm -f conftest.err conftest.$ac_objext \
 1.28137 ++
 1.28138 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.28139 +       conftest$ac_exeext conftest.$ac_ext
 1.28140 + 	LDFLAGS="$save_LDFLAGS"
 1.28141 + 
 1.28142 + fi
 1.28143 +-echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 1.28144 +-echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6
 1.28145 ++{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 1.28146 ++echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
 1.28147 +     case $host_os in
 1.28148 +     rhapsody* | darwin1.[012])
 1.28149 +       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 1.28150 +@@ -6703,8 +7808,8 @@
 1.28151 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 1.28152 + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 1.28153 + ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1.28154 +-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 1.28155 +-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 1.28156 ++{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 1.28157 ++echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 1.28158 + # On Suns, sometimes $CPP names a directory.
 1.28159 + if test -n "$CPP" && test -d "$CPP"; then
 1.28160 +   CPP=
 1.28161 +@@ -6738,24 +7843,22 @@
 1.28162 + #endif
 1.28163 + 		     Syntax error
 1.28164 + _ACEOF
 1.28165 +-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 1.28166 +-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 1.28167 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
 1.28168 ++case "(($ac_try" in
 1.28169 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28170 ++  *) ac_try_echo=$ac_try;;
 1.28171 ++esac
 1.28172 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28173 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 1.28174 +   ac_status=$?
 1.28175 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.28176 +   rm -f conftest.er1
 1.28177 +   cat conftest.err >&5
 1.28178 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28179 +-  (exit $ac_status); } >/dev/null; then
 1.28180 +-  if test -s conftest.err; then
 1.28181 +-    ac_cpp_err=$ac_c_preproc_warn_flag
 1.28182 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 1.28183 +-  else
 1.28184 +-    ac_cpp_err=
 1.28185 +-  fi
 1.28186 +-else
 1.28187 +-  ac_cpp_err=yes
 1.28188 +-fi
 1.28189 +-if test -z "$ac_cpp_err"; then
 1.28190 ++  (exit $ac_status); } >/dev/null && {
 1.28191 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 1.28192 ++	 test ! -s conftest.err
 1.28193 ++       }; then
 1.28194 +   :
 1.28195 + else
 1.28196 +   echo "$as_me: failed program was:" >&5
 1.28197 +@@ -6764,9 +7867,10 @@
 1.28198 +   # Broken: fails on valid input.
 1.28199 + continue
 1.28200 + fi
 1.28201 ++
 1.28202 + rm -f conftest.err conftest.$ac_ext
 1.28203 + 
 1.28204 +-  # OK, works on sane cases.  Now check whether non-existent headers
 1.28205 ++  # OK, works on sane cases.  Now check whether nonexistent headers
 1.28206 +   # can be detected and how.
 1.28207 +   cat >conftest.$ac_ext <<_ACEOF
 1.28208 + /* confdefs.h.  */
 1.28209 +@@ -6776,24 +7880,22 @@
 1.28210 + /* end confdefs.h.  */
 1.28211 + #include <ac_nonexistent.h>
 1.28212 + _ACEOF
 1.28213 +-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 1.28214 +-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 1.28215 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
 1.28216 ++case "(($ac_try" in
 1.28217 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28218 ++  *) ac_try_echo=$ac_try;;
 1.28219 ++esac
 1.28220 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28221 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 1.28222 +   ac_status=$?
 1.28223 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.28224 +   rm -f conftest.er1
 1.28225 +   cat conftest.err >&5
 1.28226 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28227 +-  (exit $ac_status); } >/dev/null; then
 1.28228 +-  if test -s conftest.err; then
 1.28229 +-    ac_cpp_err=$ac_c_preproc_warn_flag
 1.28230 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 1.28231 +-  else
 1.28232 +-    ac_cpp_err=
 1.28233 +-  fi
 1.28234 +-else
 1.28235 +-  ac_cpp_err=yes
 1.28236 +-fi
 1.28237 +-if test -z "$ac_cpp_err"; then
 1.28238 ++  (exit $ac_status); } >/dev/null && {
 1.28239 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 1.28240 ++	 test ! -s conftest.err
 1.28241 ++       }; then
 1.28242 +   # Broken: success on invalid input.
 1.28243 + continue
 1.28244 + else
 1.28245 +@@ -6804,6 +7906,7 @@
 1.28246 + ac_preproc_ok=:
 1.28247 + break
 1.28248 + fi
 1.28249 ++
 1.28250 + rm -f conftest.err conftest.$ac_ext
 1.28251 + 
 1.28252 + done
 1.28253 +@@ -6821,8 +7924,8 @@
 1.28254 + else
 1.28255 +   ac_cv_prog_CPP=$CPP
 1.28256 + fi
 1.28257 +-echo "$as_me:$LINENO: result: $CPP" >&5
 1.28258 +-echo "${ECHO_T}$CPP" >&6
 1.28259 ++{ echo "$as_me:$LINENO: result: $CPP" >&5
 1.28260 ++echo "${ECHO_T}$CPP" >&6; }
 1.28261 + ac_preproc_ok=false
 1.28262 + for ac_c_preproc_warn_flag in '' yes
 1.28263 + do
 1.28264 +@@ -6845,24 +7948,22 @@
 1.28265 + #endif
 1.28266 + 		     Syntax error
 1.28267 + _ACEOF
 1.28268 +-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 1.28269 +-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 1.28270 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
 1.28271 ++case "(($ac_try" in
 1.28272 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28273 ++  *) ac_try_echo=$ac_try;;
 1.28274 ++esac
 1.28275 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28276 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 1.28277 +   ac_status=$?
 1.28278 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.28279 +   rm -f conftest.er1
 1.28280 +   cat conftest.err >&5
 1.28281 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28282 +-  (exit $ac_status); } >/dev/null; then
 1.28283 +-  if test -s conftest.err; then
 1.28284 +-    ac_cpp_err=$ac_c_preproc_warn_flag
 1.28285 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 1.28286 +-  else
 1.28287 +-    ac_cpp_err=
 1.28288 +-  fi
 1.28289 +-else
 1.28290 +-  ac_cpp_err=yes
 1.28291 +-fi
 1.28292 +-if test -z "$ac_cpp_err"; then
 1.28293 ++  (exit $ac_status); } >/dev/null && {
 1.28294 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 1.28295 ++	 test ! -s conftest.err
 1.28296 ++       }; then
 1.28297 +   :
 1.28298 + else
 1.28299 +   echo "$as_me: failed program was:" >&5
 1.28300 +@@ -6871,9 +7972,10 @@
 1.28301 +   # Broken: fails on valid input.
 1.28302 + continue
 1.28303 + fi
 1.28304 ++
 1.28305 + rm -f conftest.err conftest.$ac_ext
 1.28306 + 
 1.28307 +-  # OK, works on sane cases.  Now check whether non-existent headers
 1.28308 ++  # OK, works on sane cases.  Now check whether nonexistent headers
 1.28309 +   # can be detected and how.
 1.28310 +   cat >conftest.$ac_ext <<_ACEOF
 1.28311 + /* confdefs.h.  */
 1.28312 +@@ -6883,24 +7985,22 @@
 1.28313 + /* end confdefs.h.  */
 1.28314 + #include <ac_nonexistent.h>
 1.28315 + _ACEOF
 1.28316 +-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 1.28317 +-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 1.28318 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
 1.28319 ++case "(($ac_try" in
 1.28320 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28321 ++  *) ac_try_echo=$ac_try;;
 1.28322 ++esac
 1.28323 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28324 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 1.28325 +   ac_status=$?
 1.28326 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.28327 +   rm -f conftest.er1
 1.28328 +   cat conftest.err >&5
 1.28329 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28330 +-  (exit $ac_status); } >/dev/null; then
 1.28331 +-  if test -s conftest.err; then
 1.28332 +-    ac_cpp_err=$ac_c_preproc_warn_flag
 1.28333 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 1.28334 +-  else
 1.28335 +-    ac_cpp_err=
 1.28336 +-  fi
 1.28337 +-else
 1.28338 +-  ac_cpp_err=yes
 1.28339 +-fi
 1.28340 +-if test -z "$ac_cpp_err"; then
 1.28341 ++  (exit $ac_status); } >/dev/null && {
 1.28342 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 1.28343 ++	 test ! -s conftest.err
 1.28344 ++       }; then
 1.28345 +   # Broken: success on invalid input.
 1.28346 + continue
 1.28347 + else
 1.28348 +@@ -6911,6 +8011,7 @@
 1.28349 + ac_preproc_ok=:
 1.28350 + break
 1.28351 + fi
 1.28352 ++
 1.28353 + rm -f conftest.err conftest.$ac_ext
 1.28354 + 
 1.28355 + done
 1.28356 +@@ -6933,8 +8034,8 @@
 1.28357 + ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1.28358 + 
 1.28359 + 
 1.28360 +-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 1.28361 +-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 1.28362 ++{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 1.28363 ++echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 1.28364 + if test "${ac_cv_header_stdc+set}" = set; then
 1.28365 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28366 + else
 1.28367 +@@ -6958,35 +8059,31 @@
 1.28368 + }
 1.28369 + _ACEOF
 1.28370 + rm -f conftest.$ac_objext
 1.28371 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.28372 +-  (eval $ac_compile) 2>conftest.er1
 1.28373 ++if { (ac_try="$ac_compile"
 1.28374 ++case "(($ac_try" in
 1.28375 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28376 ++  *) ac_try_echo=$ac_try;;
 1.28377 ++esac
 1.28378 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28379 ++  (eval "$ac_compile") 2>conftest.er1
 1.28380 +   ac_status=$?
 1.28381 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.28382 +   rm -f conftest.er1
 1.28383 +   cat conftest.err >&5
 1.28384 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28385 +-  (exit $ac_status); } &&
 1.28386 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.28387 +-			 || test ! -s conftest.err'
 1.28388 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.28389 +-  (eval $ac_try) 2>&5
 1.28390 +-  ac_status=$?
 1.28391 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28392 +-  (exit $ac_status); }; } &&
 1.28393 +-	 { ac_try='test -s conftest.$ac_objext'
 1.28394 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.28395 +-  (eval $ac_try) 2>&5
 1.28396 +-  ac_status=$?
 1.28397 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28398 +-  (exit $ac_status); }; }; then
 1.28399 ++  (exit $ac_status); } && {
 1.28400 ++	 test -z "$ac_c_werror_flag" ||
 1.28401 ++	 test ! -s conftest.err
 1.28402 ++       } && test -s conftest.$ac_objext; then
 1.28403 +   ac_cv_header_stdc=yes
 1.28404 + else
 1.28405 +   echo "$as_me: failed program was:" >&5
 1.28406 + sed 's/^/| /' conftest.$ac_ext >&5
 1.28407 + 
 1.28408 +-ac_cv_header_stdc=no
 1.28409 ++	ac_cv_header_stdc=no
 1.28410 + fi
 1.28411 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.28412 ++
 1.28413 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.28414 + 
 1.28415 + if test $ac_cv_header_stdc = yes; then
 1.28416 +   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 1.28417 +@@ -7042,6 +8139,7 @@
 1.28418 + cat >>conftest.$ac_ext <<_ACEOF
 1.28419 + /* end confdefs.h.  */
 1.28420 + #include <ctype.h>
 1.28421 ++#include <stdlib.h>
 1.28422 + #if ((' ' & 0x0FF) == 0x020)
 1.28423 + # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 1.28424 + # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 1.28425 +@@ -7061,18 +8159,27 @@
 1.28426 +   for (i = 0; i < 256; i++)
 1.28427 +     if (XOR (islower (i), ISLOWER (i))
 1.28428 + 	|| toupper (i) != TOUPPER (i))
 1.28429 +-      exit(2);
 1.28430 +-  exit (0);
 1.28431 ++      return 2;
 1.28432 ++  return 0;
 1.28433 + }
 1.28434 + _ACEOF
 1.28435 + rm -f conftest$ac_exeext
 1.28436 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.28437 +-  (eval $ac_link) 2>&5
 1.28438 ++if { (ac_try="$ac_link"
 1.28439 ++case "(($ac_try" in
 1.28440 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28441 ++  *) ac_try_echo=$ac_try;;
 1.28442 ++esac
 1.28443 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28444 ++  (eval "$ac_link") 2>&5
 1.28445 +   ac_status=$?
 1.28446 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28447 +   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 1.28448 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.28449 +-  (eval $ac_try) 2>&5
 1.28450 ++  { (case "(($ac_try" in
 1.28451 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28452 ++  *) ac_try_echo=$ac_try;;
 1.28453 ++esac
 1.28454 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28455 ++  (eval "$ac_try") 2>&5
 1.28456 +   ac_status=$?
 1.28457 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28458 +   (exit $ac_status); }; }; then
 1.28459 +@@ -7085,12 +8192,14 @@
 1.28460 + ( exit $ac_status )
 1.28461 + ac_cv_header_stdc=no
 1.28462 + fi
 1.28463 +-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 1.28464 ++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 1.28465 + fi
 1.28466 ++
 1.28467 ++
 1.28468 + fi
 1.28469 + fi
 1.28470 +-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 1.28471 +-echo "${ECHO_T}$ac_cv_header_stdc" >&6
 1.28472 ++{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 1.28473 ++echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 1.28474 + if test $ac_cv_header_stdc = yes; then
 1.28475 + 
 1.28476 + cat >>confdefs.h <<\_ACEOF
 1.28477 +@@ -7113,9 +8222,9 @@
 1.28478 + 		  inttypes.h stdint.h unistd.h
 1.28479 + do
 1.28480 + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 1.28481 +-echo "$as_me:$LINENO: checking for $ac_header" >&5
 1.28482 +-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 1.28483 +-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 1.28484 ++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 1.28485 ++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 1.28486 ++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 1.28487 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28488 + else
 1.28489 +   cat >conftest.$ac_ext <<_ACEOF
 1.28490 +@@ -7129,38 +8238,35 @@
 1.28491 + #include <$ac_header>
 1.28492 + _ACEOF
 1.28493 + rm -f conftest.$ac_objext
 1.28494 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.28495 +-  (eval $ac_compile) 2>conftest.er1
 1.28496 ++if { (ac_try="$ac_compile"
 1.28497 ++case "(($ac_try" in
 1.28498 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28499 ++  *) ac_try_echo=$ac_try;;
 1.28500 ++esac
 1.28501 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28502 ++  (eval "$ac_compile") 2>conftest.er1
 1.28503 +   ac_status=$?
 1.28504 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.28505 +   rm -f conftest.er1
 1.28506 +   cat conftest.err >&5
 1.28507 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28508 +-  (exit $ac_status); } &&
 1.28509 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.28510 +-			 || test ! -s conftest.err'
 1.28511 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.28512 +-  (eval $ac_try) 2>&5
 1.28513 +-  ac_status=$?
 1.28514 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28515 +-  (exit $ac_status); }; } &&
 1.28516 +-	 { ac_try='test -s conftest.$ac_objext'
 1.28517 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.28518 +-  (eval $ac_try) 2>&5
 1.28519 +-  ac_status=$?
 1.28520 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28521 +-  (exit $ac_status); }; }; then
 1.28522 ++  (exit $ac_status); } && {
 1.28523 ++	 test -z "$ac_c_werror_flag" ||
 1.28524 ++	 test ! -s conftest.err
 1.28525 ++       } && test -s conftest.$ac_objext; then
 1.28526 +   eval "$as_ac_Header=yes"
 1.28527 + else
 1.28528 +   echo "$as_me: failed program was:" >&5
 1.28529 + sed 's/^/| /' conftest.$ac_ext >&5
 1.28530 + 
 1.28531 +-eval "$as_ac_Header=no"
 1.28532 ++	eval "$as_ac_Header=no"
 1.28533 + fi
 1.28534 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.28535 ++
 1.28536 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.28537 + fi
 1.28538 +-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 1.28539 +-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 1.28540 ++ac_res=`eval echo '${'$as_ac_Header'}'`
 1.28541 ++	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 1.28542 ++echo "${ECHO_T}$ac_res" >&6; }
 1.28543 + if test `eval echo '${'$as_ac_Header'}'` = yes; then
 1.28544 +   cat >>confdefs.h <<_ACEOF
 1.28545 + #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 1.28546 +@@ -7175,9 +8281,9 @@
 1.28547 + for ac_header in dlfcn.h
 1.28548 + do
 1.28549 + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 1.28550 +-echo "$as_me:$LINENO: checking for $ac_header" >&5
 1.28551 +-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 1.28552 +-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 1.28553 ++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 1.28554 ++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 1.28555 ++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 1.28556 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28557 + else
 1.28558 +   cat >conftest.$ac_ext <<_ACEOF
 1.28559 +@@ -7191,38 +8297,35 @@
 1.28560 + #include <$ac_header>
 1.28561 + _ACEOF
 1.28562 + rm -f conftest.$ac_objext
 1.28563 +-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.28564 +-  (eval $ac_compile) 2>conftest.er1
 1.28565 ++if { (ac_try="$ac_compile"
 1.28566 ++case "(($ac_try" in
 1.28567 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.28568 ++  *) ac_try_echo=$ac_try;;
 1.28569 ++esac
 1.28570 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.28571 ++  (eval "$ac_compile") 2>conftest.er1
 1.28572 +   ac_status=$?
 1.28573 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.28574 +   rm -f conftest.er1
 1.28575 +   cat conftest.err >&5
 1.28576 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28577 +-  (exit $ac_status); } &&
 1.28578 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.28579 +-			 || test ! -s conftest.err'
 1.28580 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.28581 +-  (eval $ac_try) 2>&5
 1.28582 +-  ac_status=$?
 1.28583 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28584 +-  (exit $ac_status); }; } &&
 1.28585 +-	 { ac_try='test -s conftest.$ac_objext'
 1.28586 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.28587 +-  (eval $ac_try) 2>&5
 1.28588 +-  ac_status=$?
 1.28589 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.28590 +-  (exit $ac_status); }; }; then
 1.28591 ++  (exit $ac_status); } && {
 1.28592 ++	 test -z "$ac_c_werror_flag" ||
 1.28593 ++	 test ! -s conftest.err
 1.28594 ++       } && test -s conftest.$ac_objext; then
 1.28595 +   eval "$as_ac_Header=yes"
 1.28596 + else
 1.28597 +   echo "$as_me: failed program was:" >&5
 1.28598 + sed 's/^/| /' conftest.$ac_ext >&5
 1.28599 + 
 1.28600 +-eval "$as_ac_Header=no"
 1.28601 ++	eval "$as_ac_Header=no"
 1.28602 + fi
 1.28603 +-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 1.28604 ++
 1.28605 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 1.28606 + fi
 1.28607 +-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 1.28608 +-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 1.28609 ++ac_res=`eval echo '${'$as_ac_Header'}'`
 1.28610 ++	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 1.28611 ++echo "${ECHO_T}$ac_res" >&6; }
 1.28612 + if test `eval echo '${'$as_ac_Header'}'` = yes; then
 1.28613 +   cat >>confdefs.h <<_ACEOF
 1.28614 + #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 1.28615 +@@ -7242,10 +8345,9 @@
 1.28616 + 
 1.28617 + 
 1.28618 + 
 1.28619 +-            # Check whether --enable-shared or --disable-shared was given.
 1.28620 ++            # Check whether --enable-shared was given.
 1.28621 + if test "${enable_shared+set}" = set; then
 1.28622 +-  enableval="$enable_shared"
 1.28623 +-  p=${PACKAGE-default}
 1.28624 ++  enableval=$enable_shared; p=${PACKAGE-default}
 1.28625 +     case $enableval in
 1.28626 +     yes) enable_shared=yes ;;
 1.28627 +     no) enable_shared=no ;;
 1.28628 +@@ -7264,7 +8366,7 @@
 1.28629 +     esac
 1.28630 + else
 1.28631 +   enable_shared=yes
 1.28632 +-fi;
 1.28633 ++fi
 1.28634 + 
 1.28635 + 
 1.28636 + 
 1.28637 +@@ -7273,10 +8375,10 @@
 1.28638 + 
 1.28639 + 
 1.28640 + 
 1.28641 +-  # Check whether --enable-static or --disable-static was given.
 1.28642 ++
 1.28643 ++  # Check whether --enable-static was given.
 1.28644 + if test "${enable_static+set}" = set; then
 1.28645 +-  enableval="$enable_static"
 1.28646 +-  p=${PACKAGE-default}
 1.28647 ++  enableval=$enable_static; p=${PACKAGE-default}
 1.28648 +     case $enableval in
 1.28649 +     yes) enable_static=yes ;;
 1.28650 +     no) enable_static=no ;;
 1.28651 +@@ -7295,7 +8397,7 @@
 1.28652 +     esac
 1.28653 + else
 1.28654 +   enable_static=yes
 1.28655 +-fi;
 1.28656 ++fi
 1.28657 + 
 1.28658 + 
 1.28659 + 
 1.28660 +@@ -7305,13 +8407,14 @@
 1.28661 + 
 1.28662 + 
 1.28663 + 
 1.28664 +-# Check whether --with-pic or --without-pic was given.
 1.28665 ++
 1.28666 ++# Check whether --with-pic was given.
 1.28667 + if test "${with_pic+set}" = set; then
 1.28668 +-  withval="$with_pic"
 1.28669 +-  pic_mode="$withval"
 1.28670 ++  withval=$with_pic; pic_mode="$withval"
 1.28671 + else
 1.28672 +   pic_mode=default
 1.28673 +-fi;
 1.28674 ++fi
 1.28675 ++
 1.28676 + 
 1.28677 + test -z "$pic_mode" && pic_mode=default
 1.28678 + 
 1.28679 +@@ -7321,10 +8424,9 @@
 1.28680 + 
 1.28681 + 
 1.28682 + 
 1.28683 +-  # Check whether --enable-fast-install or --disable-fast-install was given.
 1.28684 ++  # Check whether --enable-fast-install was given.
 1.28685 + if test "${enable_fast_install+set}" = set; then
 1.28686 +-  enableval="$enable_fast_install"
 1.28687 +-  p=${PACKAGE-default}
 1.28688 ++  enableval=$enable_fast_install; p=${PACKAGE-default}
 1.28689 +     case $enableval in
 1.28690 +     yes) enable_fast_install=yes ;;
 1.28691 +     no) enable_fast_install=no ;;
 1.28692 +@@ -7343,7 +8445,8 @@
 1.28693 +     esac
 1.28694 + else
 1.28695 +   enable_fast_install=yes
 1.28696 +-fi;
 1.28697 ++fi
 1.28698 ++
 1.28699 + 
 1.28700 + 
 1.28701 + 
 1.28702 +@@ -7403,8 +8506,8 @@
 1.28703 +    setopt NO_GLOB_SUBST
 1.28704 + fi
 1.28705 + 
 1.28706 +-echo "$as_me:$LINENO: checking for objdir" >&5
 1.28707 +-echo $ECHO_N "checking for objdir... $ECHO_C" >&6
 1.28708 ++{ echo "$as_me:$LINENO: checking for objdir" >&5
 1.28709 ++echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 1.28710 + if test "${lt_cv_objdir+set}" = set; then
 1.28711 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28712 + else
 1.28713 +@@ -7418,8 +8521,8 @@
 1.28714 + fi
 1.28715 + rmdir .libs 2>/dev/null
 1.28716 + fi
 1.28717 +-echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 1.28718 +-echo "${ECHO_T}$lt_cv_objdir" >&6
 1.28719 ++{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 1.28720 ++echo "${ECHO_T}$lt_cv_objdir" >&6; }
 1.28721 + objdir=$lt_cv_objdir
 1.28722 + 
 1.28723 + 
 1.28724 +@@ -7511,8 +8614,8 @@
 1.28725 + case $deplibs_check_method in
 1.28726 + file_magic*)
 1.28727 +   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 1.28728 +-    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 1.28729 +-echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
 1.28730 ++    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 1.28731 ++echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 1.28732 + if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 1.28733 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28734 + else
 1.28735 +@@ -7564,11 +8667,11 @@
 1.28736 + 
 1.28737 + MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 1.28738 + if test -n "$MAGIC_CMD"; then
 1.28739 +-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 1.28740 +-echo "${ECHO_T}$MAGIC_CMD" >&6
 1.28741 ++  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 1.28742 ++echo "${ECHO_T}$MAGIC_CMD" >&6; }
 1.28743 + else
 1.28744 +-  echo "$as_me:$LINENO: result: no" >&5
 1.28745 +-echo "${ECHO_T}no" >&6
 1.28746 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.28747 ++echo "${ECHO_T}no" >&6; }
 1.28748 + fi
 1.28749 + 
 1.28750 + 
 1.28751 +@@ -7577,8 +8680,8 @@
 1.28752 + 
 1.28753 + if test -z "$lt_cv_path_MAGIC_CMD"; then
 1.28754 +   if test -n "$ac_tool_prefix"; then
 1.28755 +-    echo "$as_me:$LINENO: checking for file" >&5
 1.28756 +-echo $ECHO_N "checking for file... $ECHO_C" >&6
 1.28757 ++    { echo "$as_me:$LINENO: checking for file" >&5
 1.28758 ++echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 1.28759 + if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 1.28760 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28761 + else
 1.28762 +@@ -7630,11 +8733,11 @@
 1.28763 + 
 1.28764 + MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 1.28765 + if test -n "$MAGIC_CMD"; then
 1.28766 +-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 1.28767 +-echo "${ECHO_T}$MAGIC_CMD" >&6
 1.28768 ++  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 1.28769 ++echo "${ECHO_T}$MAGIC_CMD" >&6; }
 1.28770 + else
 1.28771 +-  echo "$as_me:$LINENO: result: no" >&5
 1.28772 +-echo "${ECHO_T}no" >&6
 1.28773 ++  { echo "$as_me:$LINENO: result: no" >&5
 1.28774 ++echo "${ECHO_T}no" >&6; }
 1.28775 + fi
 1.28776 + 
 1.28777 + 
 1.28778 +@@ -7714,8 +8817,8 @@
 1.28779 + if test "$GCC" = yes; then
 1.28780 +   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 1.28781 + 
 1.28782 +-  echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 1.28783 +-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
 1.28784 ++  { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 1.28785 ++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 1.28786 + if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 1.28787 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28788 + else
 1.28789 +@@ -7732,11 +8835,11 @@
 1.28790 +    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 1.28791 +    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 1.28792 +    -e 's:$: $lt_compiler_flag:'`
 1.28793 +-   (eval echo "\"\$as_me:7735: $lt_compile\"" >&5)
 1.28794 ++   (eval echo "\"\$as_me:8838: $lt_compile\"" >&5)
 1.28795 +    (eval "$lt_compile" 2>conftest.err)
 1.28796 +    ac_status=$?
 1.28797 +    cat conftest.err >&5
 1.28798 +-   echo "$as_me:7739: \$? = $ac_status" >&5
 1.28799 ++   echo "$as_me:8842: \$? = $ac_status" >&5
 1.28800 +    if (exit $ac_status) && test -s "$ac_outfile"; then
 1.28801 +      # The compiler can only warn and ignore the option if not recognized
 1.28802 +      # So say no if there are warnings other than the usual output.
 1.28803 +@@ -7749,8 +8852,8 @@
 1.28804 +    $RM conftest*
 1.28805 + 
 1.28806 + fi
 1.28807 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 1.28808 +-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
 1.28809 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 1.28810 ++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 1.28811 + 
 1.28812 + if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 1.28813 +     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 1.28814 +@@ -7769,8 +8872,8 @@
 1.28815 + lt_prog_compiler_pic=
 1.28816 + lt_prog_compiler_static=
 1.28817 + 
 1.28818 +-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 1.28819 +-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
 1.28820 ++{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 1.28821 ++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 1.28822 + 
 1.28823 +   if test "$GCC" = yes; then
 1.28824 +     lt_prog_compiler_wl='-Wl,'
 1.28825 +@@ -8041,8 +9144,8 @@
 1.28826 +     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
 1.28827 +     ;;
 1.28828 + esac
 1.28829 +-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 1.28830 +-echo "${ECHO_T}$lt_prog_compiler_pic" >&6
 1.28831 ++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 1.28832 ++echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
 1.28833 + 
 1.28834 + 
 1.28835 + 
 1.28836 +@@ -8053,8 +9156,8 @@
 1.28837 + # Check to make sure the PIC flag actually works.
 1.28838 + #
 1.28839 + if test -n "$lt_prog_compiler_pic"; then
 1.28840 +-  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 1.28841 +-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
 1.28842 ++  { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 1.28843 ++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
 1.28844 + if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
 1.28845 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28846 + else
 1.28847 +@@ -8071,11 +9174,11 @@
 1.28848 +    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 1.28849 +    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 1.28850 +    -e 's:$: $lt_compiler_flag:'`
 1.28851 +-   (eval echo "\"\$as_me:8074: $lt_compile\"" >&5)
 1.28852 ++   (eval echo "\"\$as_me:9177: $lt_compile\"" >&5)
 1.28853 +    (eval "$lt_compile" 2>conftest.err)
 1.28854 +    ac_status=$?
 1.28855 +    cat conftest.err >&5
 1.28856 +-   echo "$as_me:8078: \$? = $ac_status" >&5
 1.28857 ++   echo "$as_me:9181: \$? = $ac_status" >&5
 1.28858 +    if (exit $ac_status) && test -s "$ac_outfile"; then
 1.28859 +      # The compiler can only warn and ignore the option if not recognized
 1.28860 +      # So say no if there are warnings other than the usual output.
 1.28861 +@@ -8088,8 +9191,8 @@
 1.28862 +    $RM conftest*
 1.28863 + 
 1.28864 + fi
 1.28865 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 1.28866 +-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6
 1.28867 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 1.28868 ++echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
 1.28869 + 
 1.28870 + if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
 1.28871 +     case $lt_prog_compiler_pic in
 1.28872 +@@ -8112,8 +9215,8 @@
 1.28873 + # Check to make sure the static flag actually works.
 1.28874 + #
 1.28875 + wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 1.28876 +-echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 1.28877 +-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
 1.28878 ++{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 1.28879 ++echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 1.28880 + if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 1.28881 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28882 + else
 1.28883 +@@ -8140,8 +9243,8 @@
 1.28884 +    LDFLAGS="$save_LDFLAGS"
 1.28885 + 
 1.28886 + fi
 1.28887 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 1.28888 +-echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6
 1.28889 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 1.28890 ++echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
 1.28891 + 
 1.28892 + if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 1.28893 +     :
 1.28894 +@@ -8155,8 +9258,8 @@
 1.28895 + 
 1.28896 + 
 1.28897 + 
 1.28898 +-  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 1.28899 +-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 1.28900 ++  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 1.28901 ++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 1.28902 + if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 1.28903 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28904 + else
 1.28905 +@@ -8176,11 +9279,11 @@
 1.28906 +    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 1.28907 +    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 1.28908 +    -e 's:$: $lt_compiler_flag:'`
 1.28909 +-   (eval echo "\"\$as_me:8179: $lt_compile\"" >&5)
 1.28910 ++   (eval echo "\"\$as_me:9282: $lt_compile\"" >&5)
 1.28911 +    (eval "$lt_compile" 2>out/conftest.err)
 1.28912 +    ac_status=$?
 1.28913 +    cat out/conftest.err >&5
 1.28914 +-   echo "$as_me:8183: \$? = $ac_status" >&5
 1.28915 ++   echo "$as_me:9286: \$? = $ac_status" >&5
 1.28916 +    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 1.28917 +    then
 1.28918 +      # The compiler can only warn and ignore the option if not recognized
 1.28919 +@@ -8202,16 +9305,16 @@
 1.28920 +    $RM conftest*
 1.28921 + 
 1.28922 + fi
 1.28923 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 1.28924 +-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
 1.28925 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 1.28926 ++echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 1.28927 + 
 1.28928 + 
 1.28929 + 
 1.28930 + 
 1.28931 + 
 1.28932 + 
 1.28933 +-  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 1.28934 +-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 1.28935 ++  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 1.28936 ++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 1.28937 + if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 1.28938 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.28939 + else
 1.28940 +@@ -8231,11 +9334,11 @@
 1.28941 +    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 1.28942 +    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 1.28943 +    -e 's:$: $lt_compiler_flag:'`
 1.28944 +-   (eval echo "\"\$as_me:8234: $lt_compile\"" >&5)
 1.28945 ++   (eval echo "\"\$as_me:9337: $lt_compile\"" >&5)
 1.28946 +    (eval "$lt_compile" 2>out/conftest.err)
 1.28947 +    ac_status=$?
 1.28948 +    cat out/conftest.err >&5
 1.28949 +-   echo "$as_me:8238: \$? = $ac_status" >&5
 1.28950 ++   echo "$as_me:9341: \$? = $ac_status" >&5
 1.28951 +    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 1.28952 +    then
 1.28953 +      # The compiler can only warn and ignore the option if not recognized
 1.28954 +@@ -8257,8 +9360,8 @@
 1.28955 +    $RM conftest*
 1.28956 + 
 1.28957 + fi
 1.28958 +-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 1.28959 +-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
 1.28960 ++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 1.28961 ++echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 1.28962 + 
 1.28963 + 
 1.28964 + 
 1.28965 +@@ -8266,16 +9369,16 @@
 1.28966 + hard_links="nottested"
 1.28967 + if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 1.28968 +   # do not overwrite the value of need_locks provided by the user
 1.28969 +-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 1.28970 +-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
 1.28971 ++  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 1.28972 ++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 1.28973 +   hard_links=yes
 1.28974 +   $RM conftest*
 1.28975 +   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 1.28976 +   touch conftest.a
 1.28977 +   ln conftest.a conftest.b 2>&5 || hard_links=no
 1.28978 +   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 1.28979 +-  echo "$as_me:$LINENO: result: $hard_links" >&5
 1.28980 +-echo "${ECHO_T}$hard_links" >&6
 1.28981 ++  { echo "$as_me:$LINENO: result: $hard_links" >&5
 1.28982 ++echo "${ECHO_T}$hard_links" >&6; }
 1.28983 +   if test "$hard_links" = no; then
 1.28984 +     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 1.28985 + echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 1.28986 +@@ -8290,8 +9393,8 @@
 1.28987 + 
 1.28988 + 
 1.28989 + 
 1.28990 +-  echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 1.28991 +-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
 1.28992 ++  { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 1.28993 ++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 1.28994 + 
 1.28995 +   runpath_var=
 1.28996 +   allow_undefined_flag=
 1.28997 +@@ -8748,27 +9851,23 @@
 1.28998 + }
 1.28999 + _ACEOF
 1.29000 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29001 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29002 +-  (eval $ac_link) 2>conftest.er1
 1.29003 ++if { (ac_try="$ac_link"
 1.29004 ++case "(($ac_try" in
 1.29005 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29006 ++  *) ac_try_echo=$ac_try;;
 1.29007 ++esac
 1.29008 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29009 ++  (eval "$ac_link") 2>conftest.er1
 1.29010 +   ac_status=$?
 1.29011 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29012 +   rm -f conftest.er1
 1.29013 +   cat conftest.err >&5
 1.29014 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29015 +-  (exit $ac_status); } &&
 1.29016 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29017 +-			 || test ! -s conftest.err'
 1.29018 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29019 +-  (eval $ac_try) 2>&5
 1.29020 +-  ac_status=$?
 1.29021 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29022 +-  (exit $ac_status); }; } &&
 1.29023 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29024 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29025 +-  (eval $ac_try) 2>&5
 1.29026 +-  ac_status=$?
 1.29027 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29028 +-  (exit $ac_status); }; }; then
 1.29029 ++  (exit $ac_status); } && {
 1.29030 ++	 test -z "$ac_c_werror_flag" ||
 1.29031 ++	 test ! -s conftest.err
 1.29032 ++       } && test -s conftest$ac_exeext &&
 1.29033 ++       $as_test_x conftest$ac_exeext; then
 1.29034 + 
 1.29035 + lt_aix_libpath_sed='
 1.29036 +     /Import File Strings/,/^$/ {
 1.29037 +@@ -8786,8 +9885,10 @@
 1.29038 +   echo "$as_me: failed program was:" >&5
 1.29039 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29040 + 
 1.29041 ++
 1.29042 + fi
 1.29043 +-rm -f conftest.err conftest.$ac_objext \
 1.29044 ++
 1.29045 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29046 +       conftest$ac_exeext conftest.$ac_ext
 1.29047 + if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 1.29048 + 
 1.29049 +@@ -8817,27 +9918,23 @@
 1.29050 + }
 1.29051 + _ACEOF
 1.29052 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29053 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29054 +-  (eval $ac_link) 2>conftest.er1
 1.29055 ++if { (ac_try="$ac_link"
 1.29056 ++case "(($ac_try" in
 1.29057 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29058 ++  *) ac_try_echo=$ac_try;;
 1.29059 ++esac
 1.29060 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29061 ++  (eval "$ac_link") 2>conftest.er1
 1.29062 +   ac_status=$?
 1.29063 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29064 +   rm -f conftest.er1
 1.29065 +   cat conftest.err >&5
 1.29066 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29067 +-  (exit $ac_status); } &&
 1.29068 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29069 +-			 || test ! -s conftest.err'
 1.29070 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29071 +-  (eval $ac_try) 2>&5
 1.29072 +-  ac_status=$?
 1.29073 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29074 +-  (exit $ac_status); }; } &&
 1.29075 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29076 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29077 +-  (eval $ac_try) 2>&5
 1.29078 +-  ac_status=$?
 1.29079 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29080 +-  (exit $ac_status); }; }; then
 1.29081 ++  (exit $ac_status); } && {
 1.29082 ++	 test -z "$ac_c_werror_flag" ||
 1.29083 ++	 test ! -s conftest.err
 1.29084 ++       } && test -s conftest$ac_exeext &&
 1.29085 ++       $as_test_x conftest$ac_exeext; then
 1.29086 + 
 1.29087 + lt_aix_libpath_sed='
 1.29088 +     /Import File Strings/,/^$/ {
 1.29089 +@@ -8855,8 +9952,10 @@
 1.29090 +   echo "$as_me: failed program was:" >&5
 1.29091 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29092 + 
 1.29093 ++
 1.29094 + fi
 1.29095 +-rm -f conftest.err conftest.$ac_objext \
 1.29096 ++
 1.29097 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29098 +       conftest$ac_exeext conftest.$ac_ext
 1.29099 + if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 1.29100 + 
 1.29101 +@@ -9073,35 +10172,33 @@
 1.29102 + int foo(void) {}
 1.29103 + _ACEOF
 1.29104 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29105 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29106 +-  (eval $ac_link) 2>conftest.er1
 1.29107 ++if { (ac_try="$ac_link"
 1.29108 ++case "(($ac_try" in
 1.29109 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29110 ++  *) ac_try_echo=$ac_try;;
 1.29111 ++esac
 1.29112 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29113 ++  (eval "$ac_link") 2>conftest.er1
 1.29114 +   ac_status=$?
 1.29115 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29116 +   rm -f conftest.er1
 1.29117 +   cat conftest.err >&5
 1.29118 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29119 +-  (exit $ac_status); } &&
 1.29120 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29121 +-			 || test ! -s conftest.err'
 1.29122 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29123 +-  (eval $ac_try) 2>&5
 1.29124 +-  ac_status=$?
 1.29125 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29126 +-  (exit $ac_status); }; } &&
 1.29127 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29128 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29129 +-  (eval $ac_try) 2>&5
 1.29130 +-  ac_status=$?
 1.29131 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29132 +-  (exit $ac_status); }; }; then
 1.29133 ++  (exit $ac_status); } && {
 1.29134 ++	 test -z "$ac_c_werror_flag" ||
 1.29135 ++	 test ! -s conftest.err
 1.29136 ++       } && test -s conftest$ac_exeext &&
 1.29137 ++       $as_test_x conftest$ac_exeext; then
 1.29138 +   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 1.29139 + 
 1.29140 + else
 1.29141 +   echo "$as_me: failed program was:" >&5
 1.29142 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29143 + 
 1.29144 ++
 1.29145 + fi
 1.29146 +-rm -f conftest.err conftest.$ac_objext \
 1.29147 ++
 1.29148 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29149 +       conftest$ac_exeext conftest.$ac_ext
 1.29150 +         LDFLAGS="$save_LDFLAGS"
 1.29151 +       else
 1.29152 +@@ -9358,8 +10455,8 @@
 1.29153 +     fi
 1.29154 +   fi
 1.29155 + 
 1.29156 +-echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 1.29157 +-echo "${ECHO_T}$ld_shlibs" >&6
 1.29158 ++{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 1.29159 ++echo "${ECHO_T}$ld_shlibs" >&6; }
 1.29160 + test "$ld_shlibs" = no && can_build_shared=no
 1.29161 + 
 1.29162 + with_gnu_ld=$with_gnu_ld
 1.29163 +@@ -9395,46 +10492,52 @@
 1.29164 +       # Test whether the compiler implicitly links with -lc since on some
 1.29165 +       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 1.29166 +       # to ld, don't add -lc before -lgcc.
 1.29167 +-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 1.29168 +-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
 1.29169 +-      $RM conftest*
 1.29170 +-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 1.29171 ++      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 1.29172 ++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 1.29173 ++if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
 1.29174 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.29175 ++else
 1.29176 ++  $RM conftest*
 1.29177 ++	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 1.29178 + 
 1.29179 +-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.29180 ++	if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 1.29181 +   (eval $ac_compile) 2>&5
 1.29182 +   ac_status=$?
 1.29183 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29184 +   (exit $ac_status); } 2>conftest.err; then
 1.29185 +-        soname=conftest
 1.29186 +-        lib=conftest
 1.29187 +-        libobjs=conftest.$ac_objext
 1.29188 +-        deplibs=
 1.29189 +-        wl=$lt_prog_compiler_wl
 1.29190 +-	pic_flag=$lt_prog_compiler_pic
 1.29191 +-        compiler_flags=-v
 1.29192 +-        linker_flags=-v
 1.29193 +-        verstring=
 1.29194 +-        output_objdir=.
 1.29195 +-        libname=conftest
 1.29196 +-        lt_save_allow_undefined_flag=$allow_undefined_flag
 1.29197 +-        allow_undefined_flag=
 1.29198 +-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 1.29199 ++	  soname=conftest
 1.29200 ++	  lib=conftest
 1.29201 ++	  libobjs=conftest.$ac_objext
 1.29202 ++	  deplibs=
 1.29203 ++	  wl=$lt_prog_compiler_wl
 1.29204 ++	  pic_flag=$lt_prog_compiler_pic
 1.29205 ++	  compiler_flags=-v
 1.29206 ++	  linker_flags=-v
 1.29207 ++	  verstring=
 1.29208 ++	  output_objdir=.
 1.29209 ++	  libname=conftest
 1.29210 ++	  lt_save_allow_undefined_flag=$allow_undefined_flag
 1.29211 ++	  allow_undefined_flag=
 1.29212 ++	  if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 1.29213 +   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
 1.29214 +   ac_status=$?
 1.29215 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29216 +   (exit $ac_status); }
 1.29217 +-        then
 1.29218 +-	  archive_cmds_need_lc=no
 1.29219 +-        else
 1.29220 +-	  archive_cmds_need_lc=yes
 1.29221 +-        fi
 1.29222 +-        allow_undefined_flag=$lt_save_allow_undefined_flag
 1.29223 +-      else
 1.29224 +-        cat conftest.err 1>&5
 1.29225 +-      fi
 1.29226 +-      $RM conftest*
 1.29227 +-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 1.29228 +-echo "${ECHO_T}$archive_cmds_need_lc" >&6
 1.29229 ++	  then
 1.29230 ++	    lt_cv_archive_cmds_need_lc=no
 1.29231 ++	  else
 1.29232 ++	    lt_cv_archive_cmds_need_lc=yes
 1.29233 ++	  fi
 1.29234 ++	  allow_undefined_flag=$lt_save_allow_undefined_flag
 1.29235 ++	else
 1.29236 ++	  cat conftest.err 1>&5
 1.29237 ++	fi
 1.29238 ++	$RM conftest*
 1.29239 ++
 1.29240 ++fi
 1.29241 ++{ echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
 1.29242 ++echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6; }
 1.29243 ++      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
 1.29244 +       ;;
 1.29245 +     esac
 1.29246 +   fi
 1.29247 +@@ -9597,8 +10700,8 @@
 1.29248 + 
 1.29249 + 
 1.29250 + 
 1.29251 +-  echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 1.29252 +-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
 1.29253 ++  { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 1.29254 ++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 1.29255 + 
 1.29256 + if test "$GCC" = yes; then
 1.29257 +   case $host_os in
 1.29258 +@@ -10014,12 +11117,17 @@
 1.29259 +   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 1.29260 +   shlibpath_var=LD_LIBRARY_PATH
 1.29261 +   shlibpath_overrides_runpath=no
 1.29262 ++
 1.29263 +   # Some binutils ld are patched to set DT_RUNPATH
 1.29264 +-  save_LDFLAGS=$LDFLAGS
 1.29265 +-  save_libdir=$libdir
 1.29266 +-  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 1.29267 +-       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 1.29268 +-  cat >conftest.$ac_ext <<_ACEOF
 1.29269 ++  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
 1.29270 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
 1.29271 ++else
 1.29272 ++  lt_cv_shlibpath_overrides_runpath=no
 1.29273 ++    save_LDFLAGS=$LDFLAGS
 1.29274 ++    save_libdir=$libdir
 1.29275 ++    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 1.29276 ++	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 1.29277 ++    cat >conftest.$ac_ext <<_ACEOF
 1.29278 + /* confdefs.h.  */
 1.29279 + _ACEOF
 1.29280 + cat confdefs.h >>conftest.$ac_ext
 1.29281 +@@ -10035,40 +11143,42 @@
 1.29282 + }
 1.29283 + _ACEOF
 1.29284 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29285 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29286 +-  (eval $ac_link) 2>conftest.er1
 1.29287 ++if { (ac_try="$ac_link"
 1.29288 ++case "(($ac_try" in
 1.29289 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29290 ++  *) ac_try_echo=$ac_try;;
 1.29291 ++esac
 1.29292 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29293 ++  (eval "$ac_link") 2>conftest.er1
 1.29294 +   ac_status=$?
 1.29295 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29296 +   rm -f conftest.er1
 1.29297 +   cat conftest.err >&5
 1.29298 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29299 +-  (exit $ac_status); } &&
 1.29300 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29301 +-			 || test ! -s conftest.err'
 1.29302 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29303 +-  (eval $ac_try) 2>&5
 1.29304 +-  ac_status=$?
 1.29305 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29306 +-  (exit $ac_status); }; } &&
 1.29307 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29308 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29309 +-  (eval $ac_try) 2>&5
 1.29310 +-  ac_status=$?
 1.29311 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29312 +-  (exit $ac_status); }; }; then
 1.29313 ++  (exit $ac_status); } && {
 1.29314 ++	 test -z "$ac_c_werror_flag" ||
 1.29315 ++	 test ! -s conftest.err
 1.29316 ++       } && test -s conftest$ac_exeext &&
 1.29317 ++       $as_test_x conftest$ac_exeext; then
 1.29318 +   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
 1.29319 +-  shlibpath_overrides_runpath=yes
 1.29320 ++  lt_cv_shlibpath_overrides_runpath=yes
 1.29321 + fi
 1.29322 + 
 1.29323 + else
 1.29324 +   echo "$as_me: failed program was:" >&5
 1.29325 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29326 + 
 1.29327 ++
 1.29328 + fi
 1.29329 +-rm -f conftest.err conftest.$ac_objext \
 1.29330 ++
 1.29331 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29332 +       conftest$ac_exeext conftest.$ac_ext
 1.29333 +-  LDFLAGS=$save_LDFLAGS
 1.29334 +-  libdir=$save_libdir
 1.29335 ++    LDFLAGS=$save_LDFLAGS
 1.29336 ++    libdir=$save_libdir
 1.29337 ++
 1.29338 ++fi
 1.29339 ++
 1.29340 ++  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
 1.29341 + 
 1.29342 +   # This implies no fast_install, which is unacceptable.
 1.29343 +   # Some rework will be needed to allow for fast_install
 1.29344 +@@ -10278,8 +11388,8 @@
 1.29345 +   dynamic_linker=no
 1.29346 +   ;;
 1.29347 + esac
 1.29348 +-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 1.29349 +-echo "${ECHO_T}$dynamic_linker" >&6
 1.29350 ++{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 1.29351 ++echo "${ECHO_T}$dynamic_linker" >&6; }
 1.29352 + test "$dynamic_linker" = no && can_build_shared=no
 1.29353 + 
 1.29354 + variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 1.29355 +@@ -10380,8 +11490,8 @@
 1.29356 + 
 1.29357 + 
 1.29358 + 
 1.29359 +-  echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 1.29360 +-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
 1.29361 ++  { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 1.29362 ++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 1.29363 + hardcode_action=
 1.29364 + if test -n "$hardcode_libdir_flag_spec" ||
 1.29365 +    test -n "$runpath_var" ||
 1.29366 +@@ -10405,8 +11515,8 @@
 1.29367 +   # directories.
 1.29368 +   hardcode_action=unsupported
 1.29369 + fi
 1.29370 +-echo "$as_me:$LINENO: result: $hardcode_action" >&5
 1.29371 +-echo "${ECHO_T}$hardcode_action" >&6
 1.29372 ++{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
 1.29373 ++echo "${ECHO_T}$hardcode_action" >&6; }
 1.29374 + 
 1.29375 + if test "$hardcode_action" = relink ||
 1.29376 +    test "$inherit_rpath" = yes; then
 1.29377 +@@ -10450,8 +11560,8 @@
 1.29378 + 
 1.29379 +   darwin*)
 1.29380 +   # if libdl is installed we need to link against it
 1.29381 +-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 1.29382 +-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 1.29383 ++    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 1.29384 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 1.29385 + if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 1.29386 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.29387 + else
 1.29388 +@@ -10464,56 +11574,53 @@
 1.29389 + cat >>conftest.$ac_ext <<_ACEOF
 1.29390 + /* end confdefs.h.  */
 1.29391 + 
 1.29392 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.29393 ++/* Override any GCC internal prototype to avoid an error.
 1.29394 ++   Use char because int might match the return type of a GCC
 1.29395 ++   builtin and then its argument prototype would still apply.  */
 1.29396 + #ifdef __cplusplus
 1.29397 + extern "C"
 1.29398 + #endif
 1.29399 +-/* We use char because int might match the return type of a gcc2
 1.29400 +-   builtin and then its argument prototype would still apply.  */
 1.29401 + char dlopen ();
 1.29402 + int
 1.29403 + main ()
 1.29404 + {
 1.29405 +-dlopen ();
 1.29406 ++return dlopen ();
 1.29407 +   ;
 1.29408 +   return 0;
 1.29409 + }
 1.29410 + _ACEOF
 1.29411 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29412 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29413 +-  (eval $ac_link) 2>conftest.er1
 1.29414 ++if { (ac_try="$ac_link"
 1.29415 ++case "(($ac_try" in
 1.29416 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29417 ++  *) ac_try_echo=$ac_try;;
 1.29418 ++esac
 1.29419 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29420 ++  (eval "$ac_link") 2>conftest.er1
 1.29421 +   ac_status=$?
 1.29422 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29423 +   rm -f conftest.er1
 1.29424 +   cat conftest.err >&5
 1.29425 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29426 +-  (exit $ac_status); } &&
 1.29427 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29428 +-			 || test ! -s conftest.err'
 1.29429 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29430 +-  (eval $ac_try) 2>&5
 1.29431 +-  ac_status=$?
 1.29432 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29433 +-  (exit $ac_status); }; } &&
 1.29434 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29435 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29436 +-  (eval $ac_try) 2>&5
 1.29437 +-  ac_status=$?
 1.29438 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29439 +-  (exit $ac_status); }; }; then
 1.29440 ++  (exit $ac_status); } && {
 1.29441 ++	 test -z "$ac_c_werror_flag" ||
 1.29442 ++	 test ! -s conftest.err
 1.29443 ++       } && test -s conftest$ac_exeext &&
 1.29444 ++       $as_test_x conftest$ac_exeext; then
 1.29445 +   ac_cv_lib_dl_dlopen=yes
 1.29446 + else
 1.29447 +   echo "$as_me: failed program was:" >&5
 1.29448 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29449 + 
 1.29450 +-ac_cv_lib_dl_dlopen=no
 1.29451 ++	ac_cv_lib_dl_dlopen=no
 1.29452 + fi
 1.29453 +-rm -f conftest.err conftest.$ac_objext \
 1.29454 ++
 1.29455 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29456 +       conftest$ac_exeext conftest.$ac_ext
 1.29457 + LIBS=$ac_check_lib_save_LIBS
 1.29458 + fi
 1.29459 +-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 1.29460 +-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 1.29461 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 1.29462 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 1.29463 + if test $ac_cv_lib_dl_dlopen = yes; then
 1.29464 +   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 1.29465 + else
 1.29466 +@@ -10527,8 +11634,8 @@
 1.29467 +     ;;
 1.29468 + 
 1.29469 +   *)
 1.29470 +-    echo "$as_me:$LINENO: checking for shl_load" >&5
 1.29471 +-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
 1.29472 ++    { echo "$as_me:$LINENO: checking for shl_load" >&5
 1.29473 ++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
 1.29474 + if test "${ac_cv_func_shl_load+set}" = set; then
 1.29475 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.29476 + else
 1.29477 +@@ -10555,73 +11662,64 @@
 1.29478 + 
 1.29479 + #undef shl_load
 1.29480 + 
 1.29481 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.29482 ++/* Override any GCC internal prototype to avoid an error.
 1.29483 ++   Use char because int might match the return type of a GCC
 1.29484 ++   builtin and then its argument prototype would still apply.  */
 1.29485 + #ifdef __cplusplus
 1.29486 + extern "C"
 1.29487 +-{
 1.29488 + #endif
 1.29489 +-/* We use char because int might match the return type of a gcc2
 1.29490 +-   builtin and then its argument prototype would still apply.  */
 1.29491 + char shl_load ();
 1.29492 + /* The GNU C library defines this for functions which it implements
 1.29493 +     to always fail with ENOSYS.  Some functions are actually named
 1.29494 +     something starting with __ and the normal name is an alias.  */
 1.29495 +-#if defined (__stub_shl_load) || defined (__stub___shl_load)
 1.29496 ++#if defined __stub_shl_load || defined __stub___shl_load
 1.29497 + choke me
 1.29498 +-#else
 1.29499 +-char (*f) () = shl_load;
 1.29500 +-#endif
 1.29501 +-#ifdef __cplusplus
 1.29502 +-}
 1.29503 + #endif
 1.29504 + 
 1.29505 + int
 1.29506 + main ()
 1.29507 + {
 1.29508 +-return f != shl_load;
 1.29509 ++return shl_load ();
 1.29510 +   ;
 1.29511 +   return 0;
 1.29512 + }
 1.29513 + _ACEOF
 1.29514 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29515 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29516 +-  (eval $ac_link) 2>conftest.er1
 1.29517 ++if { (ac_try="$ac_link"
 1.29518 ++case "(($ac_try" in
 1.29519 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29520 ++  *) ac_try_echo=$ac_try;;
 1.29521 ++esac
 1.29522 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29523 ++  (eval "$ac_link") 2>conftest.er1
 1.29524 +   ac_status=$?
 1.29525 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29526 +   rm -f conftest.er1
 1.29527 +   cat conftest.err >&5
 1.29528 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29529 +-  (exit $ac_status); } &&
 1.29530 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29531 +-			 || test ! -s conftest.err'
 1.29532 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29533 +-  (eval $ac_try) 2>&5
 1.29534 +-  ac_status=$?
 1.29535 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29536 +-  (exit $ac_status); }; } &&
 1.29537 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29538 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29539 +-  (eval $ac_try) 2>&5
 1.29540 +-  ac_status=$?
 1.29541 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29542 +-  (exit $ac_status); }; }; then
 1.29543 ++  (exit $ac_status); } && {
 1.29544 ++	 test -z "$ac_c_werror_flag" ||
 1.29545 ++	 test ! -s conftest.err
 1.29546 ++       } && test -s conftest$ac_exeext &&
 1.29547 ++       $as_test_x conftest$ac_exeext; then
 1.29548 +   ac_cv_func_shl_load=yes
 1.29549 + else
 1.29550 +   echo "$as_me: failed program was:" >&5
 1.29551 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29552 + 
 1.29553 +-ac_cv_func_shl_load=no
 1.29554 ++	ac_cv_func_shl_load=no
 1.29555 + fi
 1.29556 +-rm -f conftest.err conftest.$ac_objext \
 1.29557 ++
 1.29558 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29559 +       conftest$ac_exeext conftest.$ac_ext
 1.29560 + fi
 1.29561 +-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 1.29562 +-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
 1.29563 ++{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 1.29564 ++echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 1.29565 + if test $ac_cv_func_shl_load = yes; then
 1.29566 +   lt_cv_dlopen="shl_load"
 1.29567 + else
 1.29568 +-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 1.29569 +-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
 1.29570 ++  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 1.29571 ++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
 1.29572 + if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 1.29573 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.29574 + else
 1.29575 +@@ -10634,61 +11732,58 @@
 1.29576 + cat >>conftest.$ac_ext <<_ACEOF
 1.29577 + /* end confdefs.h.  */
 1.29578 + 
 1.29579 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.29580 ++/* Override any GCC internal prototype to avoid an error.
 1.29581 ++   Use char because int might match the return type of a GCC
 1.29582 ++   builtin and then its argument prototype would still apply.  */
 1.29583 + #ifdef __cplusplus
 1.29584 + extern "C"
 1.29585 + #endif
 1.29586 +-/* We use char because int might match the return type of a gcc2
 1.29587 +-   builtin and then its argument prototype would still apply.  */
 1.29588 + char shl_load ();
 1.29589 + int
 1.29590 + main ()
 1.29591 + {
 1.29592 +-shl_load ();
 1.29593 ++return shl_load ();
 1.29594 +   ;
 1.29595 +   return 0;
 1.29596 + }
 1.29597 + _ACEOF
 1.29598 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29599 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29600 +-  (eval $ac_link) 2>conftest.er1
 1.29601 ++if { (ac_try="$ac_link"
 1.29602 ++case "(($ac_try" in
 1.29603 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29604 ++  *) ac_try_echo=$ac_try;;
 1.29605 ++esac
 1.29606 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29607 ++  (eval "$ac_link") 2>conftest.er1
 1.29608 +   ac_status=$?
 1.29609 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29610 +   rm -f conftest.er1
 1.29611 +   cat conftest.err >&5
 1.29612 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29613 +-  (exit $ac_status); } &&
 1.29614 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29615 +-			 || test ! -s conftest.err'
 1.29616 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29617 +-  (eval $ac_try) 2>&5
 1.29618 +-  ac_status=$?
 1.29619 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29620 +-  (exit $ac_status); }; } &&
 1.29621 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29622 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29623 +-  (eval $ac_try) 2>&5
 1.29624 +-  ac_status=$?
 1.29625 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29626 +-  (exit $ac_status); }; }; then
 1.29627 ++  (exit $ac_status); } && {
 1.29628 ++	 test -z "$ac_c_werror_flag" ||
 1.29629 ++	 test ! -s conftest.err
 1.29630 ++       } && test -s conftest$ac_exeext &&
 1.29631 ++       $as_test_x conftest$ac_exeext; then
 1.29632 +   ac_cv_lib_dld_shl_load=yes
 1.29633 + else
 1.29634 +   echo "$as_me: failed program was:" >&5
 1.29635 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29636 + 
 1.29637 +-ac_cv_lib_dld_shl_load=no
 1.29638 ++	ac_cv_lib_dld_shl_load=no
 1.29639 + fi
 1.29640 +-rm -f conftest.err conftest.$ac_objext \
 1.29641 ++
 1.29642 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29643 +       conftest$ac_exeext conftest.$ac_ext
 1.29644 + LIBS=$ac_check_lib_save_LIBS
 1.29645 + fi
 1.29646 +-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 1.29647 +-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
 1.29648 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 1.29649 ++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 1.29650 + if test $ac_cv_lib_dld_shl_load = yes; then
 1.29651 +   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 1.29652 + else
 1.29653 +-  echo "$as_me:$LINENO: checking for dlopen" >&5
 1.29654 +-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
 1.29655 ++  { echo "$as_me:$LINENO: checking for dlopen" >&5
 1.29656 ++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 1.29657 + if test "${ac_cv_func_dlopen+set}" = set; then
 1.29658 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.29659 + else
 1.29660 +@@ -10715,73 +11810,64 @@
 1.29661 + 
 1.29662 + #undef dlopen
 1.29663 + 
 1.29664 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.29665 ++/* Override any GCC internal prototype to avoid an error.
 1.29666 ++   Use char because int might match the return type of a GCC
 1.29667 ++   builtin and then its argument prototype would still apply.  */
 1.29668 + #ifdef __cplusplus
 1.29669 + extern "C"
 1.29670 +-{
 1.29671 + #endif
 1.29672 +-/* We use char because int might match the return type of a gcc2
 1.29673 +-   builtin and then its argument prototype would still apply.  */
 1.29674 + char dlopen ();
 1.29675 + /* The GNU C library defines this for functions which it implements
 1.29676 +     to always fail with ENOSYS.  Some functions are actually named
 1.29677 +     something starting with __ and the normal name is an alias.  */
 1.29678 +-#if defined (__stub_dlopen) || defined (__stub___dlopen)
 1.29679 ++#if defined __stub_dlopen || defined __stub___dlopen
 1.29680 + choke me
 1.29681 +-#else
 1.29682 +-char (*f) () = dlopen;
 1.29683 +-#endif
 1.29684 +-#ifdef __cplusplus
 1.29685 +-}
 1.29686 + #endif
 1.29687 + 
 1.29688 + int
 1.29689 + main ()
 1.29690 + {
 1.29691 +-return f != dlopen;
 1.29692 ++return dlopen ();
 1.29693 +   ;
 1.29694 +   return 0;
 1.29695 + }
 1.29696 + _ACEOF
 1.29697 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29698 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29699 +-  (eval $ac_link) 2>conftest.er1
 1.29700 ++if { (ac_try="$ac_link"
 1.29701 ++case "(($ac_try" in
 1.29702 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29703 ++  *) ac_try_echo=$ac_try;;
 1.29704 ++esac
 1.29705 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29706 ++  (eval "$ac_link") 2>conftest.er1
 1.29707 +   ac_status=$?
 1.29708 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29709 +   rm -f conftest.er1
 1.29710 +   cat conftest.err >&5
 1.29711 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29712 +-  (exit $ac_status); } &&
 1.29713 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29714 +-			 || test ! -s conftest.err'
 1.29715 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29716 +-  (eval $ac_try) 2>&5
 1.29717 +-  ac_status=$?
 1.29718 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29719 +-  (exit $ac_status); }; } &&
 1.29720 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29721 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29722 +-  (eval $ac_try) 2>&5
 1.29723 +-  ac_status=$?
 1.29724 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29725 +-  (exit $ac_status); }; }; then
 1.29726 ++  (exit $ac_status); } && {
 1.29727 ++	 test -z "$ac_c_werror_flag" ||
 1.29728 ++	 test ! -s conftest.err
 1.29729 ++       } && test -s conftest$ac_exeext &&
 1.29730 ++       $as_test_x conftest$ac_exeext; then
 1.29731 +   ac_cv_func_dlopen=yes
 1.29732 + else
 1.29733 +   echo "$as_me: failed program was:" >&5
 1.29734 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29735 + 
 1.29736 +-ac_cv_func_dlopen=no
 1.29737 ++	ac_cv_func_dlopen=no
 1.29738 + fi
 1.29739 +-rm -f conftest.err conftest.$ac_objext \
 1.29740 ++
 1.29741 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29742 +       conftest$ac_exeext conftest.$ac_ext
 1.29743 + fi
 1.29744 +-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 1.29745 +-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
 1.29746 ++{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 1.29747 ++echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 1.29748 + if test $ac_cv_func_dlopen = yes; then
 1.29749 +   lt_cv_dlopen="dlopen"
 1.29750 + else
 1.29751 +-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 1.29752 +-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 1.29753 ++  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 1.29754 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 1.29755 + if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 1.29756 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.29757 + else
 1.29758 +@@ -10794,61 +11880,58 @@
 1.29759 + cat >>conftest.$ac_ext <<_ACEOF
 1.29760 + /* end confdefs.h.  */
 1.29761 + 
 1.29762 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.29763 ++/* Override any GCC internal prototype to avoid an error.
 1.29764 ++   Use char because int might match the return type of a GCC
 1.29765 ++   builtin and then its argument prototype would still apply.  */
 1.29766 + #ifdef __cplusplus
 1.29767 + extern "C"
 1.29768 + #endif
 1.29769 +-/* We use char because int might match the return type of a gcc2
 1.29770 +-   builtin and then its argument prototype would still apply.  */
 1.29771 + char dlopen ();
 1.29772 + int
 1.29773 + main ()
 1.29774 + {
 1.29775 +-dlopen ();
 1.29776 ++return dlopen ();
 1.29777 +   ;
 1.29778 +   return 0;
 1.29779 + }
 1.29780 + _ACEOF
 1.29781 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29782 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29783 +-  (eval $ac_link) 2>conftest.er1
 1.29784 ++if { (ac_try="$ac_link"
 1.29785 ++case "(($ac_try" in
 1.29786 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29787 ++  *) ac_try_echo=$ac_try;;
 1.29788 ++esac
 1.29789 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29790 ++  (eval "$ac_link") 2>conftest.er1
 1.29791 +   ac_status=$?
 1.29792 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29793 +   rm -f conftest.er1
 1.29794 +   cat conftest.err >&5
 1.29795 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29796 +-  (exit $ac_status); } &&
 1.29797 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29798 +-			 || test ! -s conftest.err'
 1.29799 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29800 +-  (eval $ac_try) 2>&5
 1.29801 +-  ac_status=$?
 1.29802 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29803 +-  (exit $ac_status); }; } &&
 1.29804 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29805 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29806 +-  (eval $ac_try) 2>&5
 1.29807 +-  ac_status=$?
 1.29808 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29809 +-  (exit $ac_status); }; }; then
 1.29810 ++  (exit $ac_status); } && {
 1.29811 ++	 test -z "$ac_c_werror_flag" ||
 1.29812 ++	 test ! -s conftest.err
 1.29813 ++       } && test -s conftest$ac_exeext &&
 1.29814 ++       $as_test_x conftest$ac_exeext; then
 1.29815 +   ac_cv_lib_dl_dlopen=yes
 1.29816 + else
 1.29817 +   echo "$as_me: failed program was:" >&5
 1.29818 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29819 + 
 1.29820 +-ac_cv_lib_dl_dlopen=no
 1.29821 ++	ac_cv_lib_dl_dlopen=no
 1.29822 + fi
 1.29823 +-rm -f conftest.err conftest.$ac_objext \
 1.29824 ++
 1.29825 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29826 +       conftest$ac_exeext conftest.$ac_ext
 1.29827 + LIBS=$ac_check_lib_save_LIBS
 1.29828 + fi
 1.29829 +-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 1.29830 +-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 1.29831 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 1.29832 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 1.29833 + if test $ac_cv_lib_dl_dlopen = yes; then
 1.29834 +   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 1.29835 + else
 1.29836 +-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 1.29837 +-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
 1.29838 ++  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 1.29839 ++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 1.29840 + if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 1.29841 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.29842 + else
 1.29843 +@@ -10861,61 +11944,58 @@
 1.29844 + cat >>conftest.$ac_ext <<_ACEOF
 1.29845 + /* end confdefs.h.  */
 1.29846 + 
 1.29847 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.29848 ++/* Override any GCC internal prototype to avoid an error.
 1.29849 ++   Use char because int might match the return type of a GCC
 1.29850 ++   builtin and then its argument prototype would still apply.  */
 1.29851 + #ifdef __cplusplus
 1.29852 + extern "C"
 1.29853 + #endif
 1.29854 +-/* We use char because int might match the return type of a gcc2
 1.29855 +-   builtin and then its argument prototype would still apply.  */
 1.29856 + char dlopen ();
 1.29857 + int
 1.29858 + main ()
 1.29859 + {
 1.29860 +-dlopen ();
 1.29861 ++return dlopen ();
 1.29862 +   ;
 1.29863 +   return 0;
 1.29864 + }
 1.29865 + _ACEOF
 1.29866 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29867 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29868 +-  (eval $ac_link) 2>conftest.er1
 1.29869 ++if { (ac_try="$ac_link"
 1.29870 ++case "(($ac_try" in
 1.29871 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29872 ++  *) ac_try_echo=$ac_try;;
 1.29873 ++esac
 1.29874 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29875 ++  (eval "$ac_link") 2>conftest.er1
 1.29876 +   ac_status=$?
 1.29877 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29878 +   rm -f conftest.er1
 1.29879 +   cat conftest.err >&5
 1.29880 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29881 +-  (exit $ac_status); } &&
 1.29882 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29883 +-			 || test ! -s conftest.err'
 1.29884 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29885 +-  (eval $ac_try) 2>&5
 1.29886 +-  ac_status=$?
 1.29887 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29888 +-  (exit $ac_status); }; } &&
 1.29889 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29890 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29891 +-  (eval $ac_try) 2>&5
 1.29892 +-  ac_status=$?
 1.29893 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29894 +-  (exit $ac_status); }; }; then
 1.29895 ++  (exit $ac_status); } && {
 1.29896 ++	 test -z "$ac_c_werror_flag" ||
 1.29897 ++	 test ! -s conftest.err
 1.29898 ++       } && test -s conftest$ac_exeext &&
 1.29899 ++       $as_test_x conftest$ac_exeext; then
 1.29900 +   ac_cv_lib_svld_dlopen=yes
 1.29901 + else
 1.29902 +   echo "$as_me: failed program was:" >&5
 1.29903 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29904 + 
 1.29905 +-ac_cv_lib_svld_dlopen=no
 1.29906 ++	ac_cv_lib_svld_dlopen=no
 1.29907 + fi
 1.29908 +-rm -f conftest.err conftest.$ac_objext \
 1.29909 ++
 1.29910 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29911 +       conftest$ac_exeext conftest.$ac_ext
 1.29912 + LIBS=$ac_check_lib_save_LIBS
 1.29913 + fi
 1.29914 +-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 1.29915 +-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
 1.29916 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 1.29917 ++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 1.29918 + if test $ac_cv_lib_svld_dlopen = yes; then
 1.29919 +   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 1.29920 + else
 1.29921 +-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 1.29922 +-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
 1.29923 ++  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 1.29924 ++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
 1.29925 + if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 1.29926 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.29927 + else
 1.29928 +@@ -10928,56 +12008,53 @@
 1.29929 + cat >>conftest.$ac_ext <<_ACEOF
 1.29930 + /* end confdefs.h.  */
 1.29931 + 
 1.29932 +-/* Override any gcc2 internal prototype to avoid an error.  */
 1.29933 ++/* Override any GCC internal prototype to avoid an error.
 1.29934 ++   Use char because int might match the return type of a GCC
 1.29935 ++   builtin and then its argument prototype would still apply.  */
 1.29936 + #ifdef __cplusplus
 1.29937 + extern "C"
 1.29938 + #endif
 1.29939 +-/* We use char because int might match the return type of a gcc2
 1.29940 +-   builtin and then its argument prototype would still apply.  */
 1.29941 + char dld_link ();
 1.29942 + int
 1.29943 + main ()
 1.29944 + {
 1.29945 +-dld_link ();
 1.29946 ++return dld_link ();
 1.29947 +   ;
 1.29948 +   return 0;
 1.29949 + }
 1.29950 + _ACEOF
 1.29951 + rm -f conftest.$ac_objext conftest$ac_exeext
 1.29952 +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 1.29953 +-  (eval $ac_link) 2>conftest.er1
 1.29954 ++if { (ac_try="$ac_link"
 1.29955 ++case "(($ac_try" in
 1.29956 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1.29957 ++  *) ac_try_echo=$ac_try;;
 1.29958 ++esac
 1.29959 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1.29960 ++  (eval "$ac_link") 2>conftest.er1
 1.29961 +   ac_status=$?
 1.29962 +   grep -v '^ *+' conftest.er1 >conftest.err
 1.29963 +   rm -f conftest.er1
 1.29964 +   cat conftest.err >&5
 1.29965 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29966 +-  (exit $ac_status); } &&
 1.29967 +-	 { ac_try='test -z "$ac_c_werror_flag"
 1.29968 +-			 || test ! -s conftest.err'
 1.29969 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29970 +-  (eval $ac_try) 2>&5
 1.29971 +-  ac_status=$?
 1.29972 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29973 +-  (exit $ac_status); }; } &&
 1.29974 +-	 { ac_try='test -s conftest$ac_exeext'
 1.29975 +-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 1.29976 +-  (eval $ac_try) 2>&5
 1.29977 +-  ac_status=$?
 1.29978 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1.29979 +-  (exit $ac_status); }; }; then
 1.29980 ++  (exit $ac_status); } && {
 1.29981 ++	 test -z "$ac_c_werror_flag" ||
 1.29982 ++	 test ! -s conftest.err
 1.29983 ++       } && test -s conftest$ac_exeext &&
 1.29984 ++       $as_test_x conftest$ac_exeext; then
 1.29985 +   ac_cv_lib_dld_dld_link=yes
 1.29986 + else
 1.29987 +   echo "$as_me: failed program was:" >&5
 1.29988 + sed 's/^/| /' conftest.$ac_ext >&5
 1.29989 + 
 1.29990 +-ac_cv_lib_dld_dld_link=no
 1.29991 ++	ac_cv_lib_dld_dld_link=no
 1.29992 + fi
 1.29993 +-rm -f conftest.err conftest.$ac_objext \
 1.29994 ++
 1.29995 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 1.29996 +       conftest$ac_exeext conftest.$ac_ext
 1.29997 + LIBS=$ac_check_lib_save_LIBS
 1.29998 + fi
 1.29999 +-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 1.30000 +-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
 1.30001 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 1.30002 ++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 1.30003 + if test $ac_cv_lib_dld_dld_link = yes; then
 1.30004 +   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 1.30005 + fi
 1.30006 +@@ -11017,8 +12094,8 @@
 1.30007 +     save_LIBS="$LIBS"
 1.30008 +     LIBS="$lt_cv_dlopen_libs $LIBS"
 1.30009 + 
 1.30010 +-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 1.30011 +-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
 1.30012 ++    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 1.30013 ++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 1.30014 + if test "${lt_cv_dlopen_self+set}" = set; then
 1.30015 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.30016 + else
 1.30017 +@@ -11028,7 +12105,7 @@
 1.30018 +   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 1.30019 +   lt_status=$lt_dlunknown
 1.30020 +   cat > conftest.$ac_ext <<_LT_EOF
 1.30021 +-#line 11031 "configure"
 1.30022 ++#line 12108 "configure"
 1.30023 + #include "confdefs.h"
 1.30024 + 
 1.30025 + #if HAVE_DLFCN_H
 1.30026 +@@ -11108,13 +12185,13 @@
 1.30027 + 
 1.30028 + 
 1.30029 + fi
 1.30030 +-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 1.30031 +-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
 1.30032 ++{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 1.30033 ++echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
 1.30034 + 
 1.30035 +     if test "x$lt_cv_dlopen_self" = xyes; then
 1.30036 +       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 1.30037 +-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 1.30038 +-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
 1.30039 ++      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 1.30040 ++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 1.30041 + if test "${lt_cv_dlopen_self_static+set}" = set; then
 1.30042 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 1.30043 + else
 1.30044 +@@ -11124,7 +12201,7 @@
 1.30045 +   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 1.30046 +   lt_status=$lt_dlunknown
 1.30047 +   cat > conftest.$ac_ext <<_LT_EOF
 1.30048 +-#line 11127 "configure"
 1.30049 ++#line 12204 "configure"
 1.30050 + #include "confdefs.h"
 1.30051 + 
 1.30052 + #if HAVE_DLFCN_H
 1.30053 +@@ -11204,8 +12281,8 @@
 1.30054 + 
 1.30055 + 
 1.30056 + fi
 1.30057 +-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 1.30058 +-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
 1.30059 ++{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 1.30060 ++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
 1.30061 +     fi
 1.30062 + 
 1.30063 +     CPPFLAGS="$save_CPPFLAGS"
 1.30064 +@@ -11243,13 +12320,13 @@
 1.30065 + 
 1.30066 + striplib=
 1.30067 + old_striplib=
 1.30068 +-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 1.30069 +-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
 1.30070 ++{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 1.30071 ++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 1.30072 + if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 1.30073 +   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 1.30074 +   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 1.30075 +-  echo "$as_me:$LINENO: result: yes" >&5
 1.30076 +-echo "${ECHO_T}yes" >&6
 1.30077 ++  { echo "$as_me:$LINENO: result: yes" >&5
 1.30078 ++echo "${ECHO_T}yes" >&6; }
 1.30079 + else
 1.30080 + # FIXME - insert some real tests, host_os isn't really good enough
 1.30081 +   case $host_os in
 1.30082 +@@ -11257,16 +12334,16 @@
 1.30083 +     if test -n "$STRIP" ; then
 1.30084 +       striplib="$STRIP -x"
 1.30085 +       old_striplib="$STRIP -S"
 1.30086 +-      echo "$as_me:$LINENO: result: yes" >&5
 1.30087 +-echo "${ECHO_T}yes" >&6
 1.30088 ++      { echo "$as_me:$LINENO: result: yes" >&5
 1.30089 ++echo "${ECHO_T}yes" >&6; }
 1.30090 +     else
 1.30091 +-      echo "$as_me:$LINENO: result: no" >&5
 1.30092 +-echo "${ECHO_T}no" >&6
 1.30093 ++      { echo "$as_me:$LINENO: result: no" >&5
 1.30094 ++echo "${ECHO_T}no" >&6; }
 1.30095 +     fi
 1.30096 +     ;;
 1.30097 +   *)
 1.30098 +-    echo "$as_me:$LINENO: result: no" >&5
 1.30099 +-echo "${ECHO_T}no" >&6
 1.30100 ++    { echo "$as_me:$LINENO: result: no" >&5
 1.30101 ++echo "${ECHO_T}no" >&6; }
 1.30102 +     ;;
 1.30103 +   esac
 1.30104 + fi
 1.30105 +@@ -11283,13 +12360,13 @@
 1.30106 + 
 1.30107 + 
 1.30108 +   # Report which library types will actually be built
 1.30109 +-  echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 1.30110 +-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
 1.30111 +-  echo "$as_me:$LINENO: result: $can_build_shared" >&5
 1.30112 +-echo "${ECHO_T}$can_build_shared" >&6
 1.30113 ++  { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 1.30114 ++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 1.30115 ++  { echo "$as_me:$LINENO: result: $can_build_shared" >&5
 1.30116 ++echo "${ECHO_T}$can_build_shared" >&6; }
 1.30117 + 
 1.30118 +-  echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 1.30119 +-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
 1.30120 ++  { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 1.30121 ++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 1.30122 +   test "$can_build_shared" = "no" && enable_shared=no
 1.30123 + 
 1.30124 +   # On AIX, shared libraries and static libraries use the same namespace, and
 1.30125 +@@ -11309,15 +12386,15 @@
 1.30126 +     fi
 1.30127 +     ;;
 1.30128 +   esac
 1.30129 +-  echo "$as_me:$LINENO: result: $enable_shared" >&5
 1.30130 +-echo "${ECHO_T}$enable_shared" >&6
 1.30131 ++  { echo "$as_me:$LINENO: result: $enable_shared" >&5
 1.30132 ++echo "${ECHO_T}$enable_shared" >&6; }
 1.30133 + 
 1.30134 +-  echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 1.30135 +-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
 1.30136 ++  { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 1.30137 ++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 1.30138 +   # Make sure either enable_shared or enable_static is yes.
 1.30139 +   test "$enable_shared" = yes || enable_static=yes
 1.30140 +-  echo "$as_me:$LINENO: result: $enable_static" >&5
 1.30141 +-echo "${ECHO_T}$enable_static" >&6
 1.30142 ++  { echo "$as_me:$LINENO: result: $enable_static" >&5
 1.30143 ++echo "${ECHO_T}$enable_static" >&6; }
 1.30144 + 
 1.30145 + 
 1.30146 + 
 1.30147 +@@ -11343,7 +12420,7 @@
 1.30148 + 
 1.30149 + 
 1.30150 + 
 1.30151 +-                  ac_config_commands="$ac_config_commands libtool"
 1.30152 ++        ac_config_commands="$ac_config_commands libtool"
 1.30153 + 
 1.30154 + 
 1.30155 + 
 1.30156 +@@ -11355,101 +12432,55 @@
 1.30157 + 
 1.30158 + if test -n "${sys_dir}"; then
 1.30159 +   case ${sys_dir} in
 1.30160 +-	a29khif)
 1.30161 +-
 1.30162 +-subdirs="$subdirs a29khif"
 1.30163 ++	a29khif) subdirs="$subdirs a29khif"
 1.30164 +  ;;
 1.30165 +-	arc)
 1.30166 +-
 1.30167 +-subdirs="$subdirs arc"
 1.30168 ++	arc) subdirs="$subdirs arc"
 1.30169 +  ;;
 1.30170 +-	arm)
 1.30171 +-
 1.30172 +-subdirs="$subdirs arm"
 1.30173 ++	arm) subdirs="$subdirs arm"
 1.30174 +  ;;
 1.30175 +-	d10v)
 1.30176 +-
 1.30177 +-subdirs="$subdirs d10v"
 1.30178 ++	avr32) subdirs="$subdirs avr32"
 1.30179 +  ;;
 1.30180 +-	decstation)
 1.30181 +-
 1.30182 +-subdirs="$subdirs decstation"
 1.30183 ++	d10v) subdirs="$subdirs d10v"
 1.30184 +  ;;
 1.30185 +-	h8300hms)
 1.30186 +-
 1.30187 +-subdirs="$subdirs h8300hms"
 1.30188 ++	decstation) subdirs="$subdirs decstation"
 1.30189 +  ;;
 1.30190 +-	h8500hms)
 1.30191 +-
 1.30192 +-subdirs="$subdirs h8500hms"
 1.30193 ++	h8300hms) subdirs="$subdirs h8300hms"
 1.30194 +  ;;
 1.30195 +-	linux)
 1.30196 +-
 1.30197 +-subdirs="$subdirs linux"
 1.30198 ++	h8500hms) subdirs="$subdirs h8500hms"
 1.30199 +  ;;
 1.30200 +-	m88kbug)
 1.30201 +-
 1.30202 +-subdirs="$subdirs m88kbug"
 1.30203 ++	linux) subdirs="$subdirs linux"
 1.30204 +  ;;
 1.30205 +-	mmixware)
 1.30206 +-
 1.30207 +-subdirs="$subdirs mmixware"
 1.30208 ++	m88kbug) subdirs="$subdirs m88kbug"
 1.30209 +  ;;
 1.30210 +-	netware)
 1.30211 +-
 1.30212 +-subdirs="$subdirs netware"
 1.30213 ++	mmixware) subdirs="$subdirs mmixware"
 1.30214 +  ;;
 1.30215 +-	rdos)
 1.30216 +-
 1.30217 +-subdirs="$subdirs rdos"
 1.30218 ++	netware) subdirs="$subdirs netware"
 1.30219 +  ;;
 1.30220 +-	rtems)
 1.30221 +-
 1.30222 +-subdirs="$subdirs rtems"
 1.30223 ++	rdos) subdirs="$subdirs rdos"
 1.30224 +  ;;
 1.30225 +-	sh)
 1.30226 +-
 1.30227 +-subdirs="$subdirs sh"
 1.30228 ++	rtems) subdirs="$subdirs rtems"
 1.30229 +  ;;
 1.30230 +-	sparc64)
 1.30231 +-
 1.30232 +-subdirs="$subdirs sparc64"
 1.30233 ++	sh) subdirs="$subdirs sh"
 1.30234 +  ;;
 1.30235 +-	sun4)
 1.30236 +-
 1.30237 +-subdirs="$subdirs sun4"
 1.30238 ++	sparc64) subdirs="$subdirs sparc64"
 1.30239 +  ;;
 1.30240 +-	sysmec)
 1.30241 +-
 1.30242 +-subdirs="$subdirs sysmec"
 1.30243 ++	sun4) subdirs="$subdirs sun4"
 1.30244 +  ;;
 1.30245 +-	sysnec810)
 1.30246 +-
 1.30247 +-subdirs="$subdirs sysnec810"
 1.30248 ++	sysmec) subdirs="$subdirs sysmec"
 1.30249 +  ;;
 1.30250 +-	sysnecv850)
 1.30251 +-
 1.30252 +-subdirs="$subdirs sysnecv850"
 1.30253 ++	sysnec810) subdirs="$subdirs sysnec810"
 1.30254 +  ;;
 1.30255 +-	sysvi386)
 1.30256 +-
 1.30257 +-subdirs="$subdirs sysvi386"
 1.30258 ++	sysnecv850) subdirs="$subdirs sysnecv850"
 1.30259 +  ;;
 1.30260 +-	sysvnecv70)
 1.30261 +-
 1.30262 +-subdirs="$subdirs sysvnecv70"
 1.30263 ++	sysvi386) subdirs="$subdirs sysvi386"
 1.30264 +  ;;
 1.30265 +-	tic80)
 1.30266 +-
 1.30267 +-subdirs="$subdirs tic80"
 1.30268 ++	sysvnecv70) subdirs="$subdirs sysvnecv70"
 1.30269 +  ;;
 1.30270 +-	w65)
 1.30271 +-
 1.30272 +-subdirs="$subdirs w65"
 1.30273 ++	tic80) subdirs="$subdirs tic80"
 1.30274 +  ;;
 1.30275 +-	z8ksim)
 1.30276 +-
 1.30277 +-subdirs="$subdirs z8ksim"
 1.30278 ++	w65) subdirs="$subdirs w65"
 1.30279 ++ ;;
 1.30280 ++	z8ksim) subdirs="$subdirs z8ksim"
 1.30281 +  ;;
 1.30282 +   esac;
 1.30283 + fi
 1.30284 +@@ -11471,7 +12502,7 @@
 1.30285 + fi
 1.30286 + 
 1.30287 + 
 1.30288 +-          ac_config_files="$ac_config_files Makefile"
 1.30289 ++ac_config_files="$ac_config_files Makefile"
 1.30290 + 
 1.30291 + cat >confcache <<\_ACEOF
 1.30292 + # This file is a shell script that caches the results of configure
 1.30293 +@@ -11491,39 +12522,58 @@
 1.30294 + 
 1.30295 + # The following way of writing the cache mishandles newlines in values,
 1.30296 + # but we know of no workaround that is simple, portable, and efficient.
 1.30297 +-# So, don't put newlines in cache variables' values.
 1.30298 ++# So, we kill variables containing newlines.
 1.30299 + # Ultrix sh set writes to stderr and can't be redirected directly,
 1.30300 + # and sets the high bit in the cache file unless we assign to the vars.
 1.30301 +-{
 1.30302 ++(
 1.30303 ++  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 1.30304 ++    eval ac_val=\$$ac_var
 1.30305 ++    case $ac_val in #(
 1.30306 ++    *${as_nl}*)
 1.30307 ++      case $ac_var in #(
 1.30308 ++      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 1.30309 ++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 1.30310 ++      esac
 1.30311 ++      case $ac_var in #(
 1.30312 ++      _ | IFS | as_nl) ;; #(
 1.30313 ++      *) $as_unset $ac_var ;;
 1.30314 ++      esac ;;
 1.30315 ++    esac
 1.30316 ++  done
 1.30317 ++
 1.30318 +   (set) 2>&1 |
 1.30319 +-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
 1.30320 +-    *ac_space=\ *)
 1.30321 ++    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 1.30322 ++    *${as_nl}ac_space=\ *)
 1.30323 +       # `set' does not quote correctly, so add quotes (double-quote
 1.30324 +       # substitution turns \\\\ into \\, and sed turns \\ into \).
 1.30325 +       sed -n \
 1.30326 + 	"s/'/'\\\\''/g;
 1.30327 + 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 1.30328 +-      ;;
 1.30329 ++      ;; #(
 1.30330 +     *)
 1.30331 +       # `set' quotes correctly as required by POSIX, so do not add quotes.
 1.30332 +-      sed -n \
 1.30333 +-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 1.30334 ++      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 1.30335 +       ;;
 1.30336 +-    esac;
 1.30337 +-} |
 1.30338 ++    esac |
 1.30339 ++    sort
 1.30340 ++) |
 1.30341 +   sed '
 1.30342 ++     /^ac_cv_env_/b end
 1.30343 +      t clear
 1.30344 +-     : clear
 1.30345 ++     :clear
 1.30346 +      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 1.30347 +      t end
 1.30348 +-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 1.30349 +-     : end' >>confcache
 1.30350 +-if diff $cache_file confcache >/dev/null 2>&1; then :; else
 1.30351 +-  if test -w $cache_file; then
 1.30352 +-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
 1.30353 ++     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 1.30354 ++     :end' >>confcache
 1.30355 ++if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 1.30356 ++  if test -w "$cache_file"; then
 1.30357 ++    test "x$cache_file" != "x/dev/null" &&
 1.30358 ++      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 1.30359 ++echo "$as_me: updating cache $cache_file" >&6;}
 1.30360 +     cat confcache >$cache_file
 1.30361 +   else
 1.30362 +-    echo "not updating unwritable cache $cache_file"
 1.30363 ++    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 1.30364 ++echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 1.30365 +   fi
 1.30366 + fi
 1.30367 + rm -f confcache
 1.30368 +@@ -11532,63 +12582,48 @@
 1.30369 + # Let make expand exec_prefix.
 1.30370 + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 1.30371 + 
 1.30372 +-# VPATH may cause trouble with some makes, so we remove $(srcdir),
 1.30373 +-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 1.30374 +-# trailing colons and then remove the whole line if VPATH becomes empty
 1.30375 +-# (actually we leave an empty line to preserve line numbers).
 1.30376 +-if test "x$srcdir" = x.; then
 1.30377 +-  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 1.30378 +-s/:*\$(srcdir):*/:/;
 1.30379 +-s/:*\${srcdir}:*/:/;
 1.30380 +-s/:*@srcdir@:*/:/;
 1.30381 +-s/^\([^=]*=[	 ]*\):*/\1/;
 1.30382 +-s/:*$//;
 1.30383 +-s/^[^=]*=[	 ]*$//;
 1.30384 +-}'
 1.30385 +-fi
 1.30386 +-
 1.30387 + # Transform confdefs.h into DEFS.
 1.30388 + # Protect against shell expansion while executing Makefile rules.
 1.30389 + # Protect against Makefile macro expansion.
 1.30390 + #
 1.30391 + # If the first sed substitution is executed (which looks for macros that
 1.30392 +-# take arguments), then we branch to the quote section.  Otherwise,
 1.30393 ++# take arguments), then branch to the quote section.  Otherwise,
 1.30394 + # look for a macro that doesn't take arguments.
 1.30395 +-cat >confdef2opt.sed <<\_ACEOF
 1.30396 ++ac_script='
 1.30397 + t clear
 1.30398 +-: clear
 1.30399 +-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
 1.30400 ++:clear
 1.30401 ++s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
 1.30402 + t quote
 1.30403 +-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
 1.30404 ++s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
 1.30405 + t quote
 1.30406 +-d
 1.30407 +-: quote
 1.30408 +-s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
 1.30409 +-s,\[,\\&,g
 1.30410 +-s,\],\\&,g
 1.30411 +-s,\$,$$,g
 1.30412 +-p
 1.30413 +-_ACEOF
 1.30414 +-# We use echo to avoid assuming a particular line-breaking character.
 1.30415 +-# The extra dot is to prevent the shell from consuming trailing
 1.30416 +-# line-breaks from the sub-command output.  A line-break within
 1.30417 +-# single-quotes doesn't work because, if this script is created in a
 1.30418 +-# platform that uses two characters for line-breaks (e.g., DOS), tr
 1.30419 +-# would break.
 1.30420 +-ac_LF_and_DOT=`echo; echo .`
 1.30421 +-DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
 1.30422 +-rm -f confdef2opt.sed
 1.30423 ++b any
 1.30424 ++:quote
 1.30425 ++s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
 1.30426 ++s/\[/\\&/g
 1.30427 ++s/\]/\\&/g
 1.30428 ++s/\$/$$/g
 1.30429 ++H
 1.30430 ++:any
 1.30431 ++${
 1.30432 ++	g
 1.30433 ++	s/^\n//
 1.30434 ++	s/\n/ /g
 1.30435 ++	p
 1.30436 ++}
 1.30437 ++'
 1.30438 ++DEFS=`sed -n "$ac_script" confdefs.h`
 1.30439 + 
 1.30440 + 
 1.30441 + ac_libobjs=
 1.30442 + ac_ltlibobjs=
 1.30443 + for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 1.30444 +   # 1. Remove the extension, and $U if already installed.
 1.30445 +-  ac_i=`echo "$ac_i" |
 1.30446 +-	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
 1.30447 +-  # 2. Add them.
 1.30448 +-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
 1.30449 +-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 1.30450 ++  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 1.30451 ++  ac_i=`echo "$ac_i" | sed "$ac_script"`
 1.30452 ++  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 1.30453 ++  #    will be set to the directory where LIBOBJS objects are built.
 1.30454 ++  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 1.30455 ++  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 1.30456 + done
 1.30457 + LIBOBJS=$ac_libobjs
 1.30458 + 
 1.30459 +@@ -11703,17 +12738,45 @@
 1.30460 + ## M4sh Initialization.  ##
 1.30461 + ## --------------------- ##
 1.30462 + 
 1.30463 +-# Be Bourne compatible
 1.30464 ++# Be more Bourne compatible
 1.30465 ++DUALCASE=1; export DUALCASE # for MKS sh
 1.30466 + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 1.30467 +   emulate sh
 1.30468 +   NULLCMD=:
 1.30469 +   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 1.30470 +   # is contrary to our usage.  Disable this feature.
 1.30471 +   alias -g '${1+"$@"}'='"$@"'
 1.30472 +-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 1.30473 +-  set -o posix
 1.30474 ++  setopt NO_GLOB_SUBST
 1.30475 ++else
 1.30476 ++  case `(set -o) 2>/dev/null` in
 1.30477 ++  *posix*) set -o posix ;;
 1.30478 ++esac
 1.30479 ++
 1.30480 ++fi
 1.30481 ++
 1.30482 ++
 1.30483 ++
 1.30484 ++
 1.30485 ++# PATH needs CR
 1.30486 ++# Avoid depending upon Character Ranges.
 1.30487 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 1.30488 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 1.30489 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 1.30490 ++as_cr_digits='0123456789'
 1.30491 ++as_cr_alnum=$as_cr_Letters$as_cr_digits
 1.30492 ++
 1.30493 ++# The user is always right.
 1.30494 ++if test "${PATH_SEPARATOR+set}" != set; then
 1.30495 ++  echo "#! /bin/sh" >conf$$.sh
 1.30496 ++  echo  "exit 0"   >>conf$$.sh
 1.30497 ++  chmod +x conf$$.sh
 1.30498 ++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 1.30499 ++    PATH_SEPARATOR=';'
 1.30500 ++  else
 1.30501 ++    PATH_SEPARATOR=:
 1.30502 ++  fi
 1.30503 ++  rm -f conf$$.sh
 1.30504 + fi
 1.30505 +-DUALCASE=1; export DUALCASE # for MKS sh
 1.30506 + 
 1.30507 + # Support unset when possible.
 1.30508 + if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 1.30509 +@@ -11723,8 +12786,43 @@
 1.30510 + fi
 1.30511 + 
 1.30512 + 
 1.30513 ++# IFS
 1.30514 ++# We need space, tab and new line, in precisely that order.  Quoting is
 1.30515 ++# there to prevent editors from complaining about space-tab.
 1.30516 ++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 1.30517 ++# splitting by setting IFS to empty value.)
 1.30518 ++as_nl='
 1.30519 ++'
 1.30520 ++IFS=" ""	$as_nl"
 1.30521 ++
 1.30522 ++# Find who we are.  Look in the path if we contain no directory separator.
 1.30523 ++case $0 in
 1.30524 ++  *[\\/]* ) as_myself=$0 ;;
 1.30525 ++  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.30526 ++for as_dir in $PATH
 1.30527 ++do
 1.30528 ++  IFS=$as_save_IFS
 1.30529 ++  test -z "$as_dir" && as_dir=.
 1.30530 ++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 1.30531 ++done
 1.30532 ++IFS=$as_save_IFS
 1.30533 ++
 1.30534 ++     ;;
 1.30535 ++esac
 1.30536 ++# We did not find ourselves, most probably we were run as `sh COMMAND'
 1.30537 ++# in which case we are not to be found in the path.
 1.30538 ++if test "x$as_myself" = x; then
 1.30539 ++  as_myself=$0
 1.30540 ++fi
 1.30541 ++if test ! -f "$as_myself"; then
 1.30542 ++  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 1.30543 ++  { (exit 1); exit 1; }
 1.30544 ++fi
 1.30545 ++
 1.30546 + # Work around bugs in pre-3.0 UWIN ksh.
 1.30547 +-$as_unset ENV MAIL MAILPATH
 1.30548 ++for as_var in ENV MAIL MAILPATH
 1.30549 ++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.30550 ++done
 1.30551 + PS1='$ '
 1.30552 + PS2='> '
 1.30553 + PS4='+ '
 1.30554 +@@ -11738,18 +12836,19 @@
 1.30555 +   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 1.30556 +     eval $as_var=C; export $as_var
 1.30557 +   else
 1.30558 +-    $as_unset $as_var
 1.30559 ++    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 1.30560 +   fi
 1.30561 + done
 1.30562 + 
 1.30563 + # Required to use basename.
 1.30564 +-if expr a : '\(a\)' >/dev/null 2>&1; then
 1.30565 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.30566 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.30567 +   as_expr=expr
 1.30568 + else
 1.30569 +   as_expr=false
 1.30570 + fi
 1.30571 + 
 1.30572 +-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 1.30573 ++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 1.30574 +   as_basename=basename
 1.30575 + else
 1.30576 +   as_basename=false
 1.30577 +@@ -11757,159 +12856,120 @@
 1.30578 + 
 1.30579 + 
 1.30580 + # Name of the executable.
 1.30581 +-as_me=`$as_basename "$0" ||
 1.30582 ++as_me=`$as_basename -- "$0" ||
 1.30583 + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 1.30584 + 	 X"$0" : 'X\(//\)$' \| \
 1.30585 +-	 X"$0" : 'X\(/\)$' \| \
 1.30586 +-	 .     : '\(.\)' 2>/dev/null ||
 1.30587 ++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 1.30588 + echo X/"$0" |
 1.30589 +-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 1.30590 +-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
 1.30591 +-  	  /^X\/\(\/\).*/{ s//\1/; q; }
 1.30592 +-  	  s/.*/./; q'`
 1.30593 +-
 1.30594 +-
 1.30595 +-# PATH needs CR, and LINENO needs CR and PATH.
 1.30596 +-# Avoid depending upon Character Ranges.
 1.30597 +-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 1.30598 +-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 1.30599 +-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 1.30600 +-as_cr_digits='0123456789'
 1.30601 +-as_cr_alnum=$as_cr_Letters$as_cr_digits
 1.30602 +-
 1.30603 +-# The user is always right.
 1.30604 +-if test "${PATH_SEPARATOR+set}" != set; then
 1.30605 +-  echo "#! /bin/sh" >conf$$.sh
 1.30606 +-  echo  "exit 0"   >>conf$$.sh
 1.30607 +-  chmod +x conf$$.sh
 1.30608 +-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 1.30609 +-    PATH_SEPARATOR=';'
 1.30610 +-  else
 1.30611 +-    PATH_SEPARATOR=:
 1.30612 +-  fi
 1.30613 +-  rm -f conf$$.sh
 1.30614 +-fi
 1.30615 ++    sed '/^.*\/\([^/][^/]*\)\/*$/{
 1.30616 ++	    s//\1/
 1.30617 ++	    q
 1.30618 ++	  }
 1.30619 ++	  /^X\/\(\/\/\)$/{
 1.30620 ++	    s//\1/
 1.30621 ++	    q
 1.30622 ++	  }
 1.30623 ++	  /^X\/\(\/\).*/{
 1.30624 ++	    s//\1/
 1.30625 ++	    q
 1.30626 ++	  }
 1.30627 ++	  s/.*/./; q'`
 1.30628 ++
 1.30629 ++# CDPATH.
 1.30630 ++$as_unset CDPATH
 1.30631 + 
 1.30632 + 
 1.30633 +-  as_lineno_1=$LINENO
 1.30634 +-  as_lineno_2=$LINENO
 1.30635 +-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 1.30636 +-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.30637 +-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 1.30638 +-  # Find who we are.  Look in the path if we contain no path at all
 1.30639 +-  # relative or not.
 1.30640 +-  case $0 in
 1.30641 +-    *[\\/]* ) as_myself=$0 ;;
 1.30642 +-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.30643 +-for as_dir in $PATH
 1.30644 +-do
 1.30645 +-  IFS=$as_save_IFS
 1.30646 +-  test -z "$as_dir" && as_dir=.
 1.30647 +-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 1.30648 +-done
 1.30649 + 
 1.30650 +-       ;;
 1.30651 +-  esac
 1.30652 +-  # We did not find ourselves, most probably we were run as `sh COMMAND'
 1.30653 +-  # in which case we are not to be found in the path.
 1.30654 +-  if test "x$as_myself" = x; then
 1.30655 +-    as_myself=$0
 1.30656 +-  fi
 1.30657 +-  if test ! -f "$as_myself"; then
 1.30658 +-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
 1.30659 +-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
 1.30660 +-   { (exit 1); exit 1; }; }
 1.30661 +-  fi
 1.30662 +-  case $CONFIG_SHELL in
 1.30663 +-  '')
 1.30664 +-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1.30665 +-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 1.30666 +-do
 1.30667 +-  IFS=$as_save_IFS
 1.30668 +-  test -z "$as_dir" && as_dir=.
 1.30669 +-  for as_base in sh bash ksh sh5; do
 1.30670 +-	 case $as_dir in
 1.30671 +-	 /*)
 1.30672 +-	   if ("$as_dir/$as_base" -c '
 1.30673 +   as_lineno_1=$LINENO
 1.30674 +   as_lineno_2=$LINENO
 1.30675 +-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 1.30676 +   test "x$as_lineno_1" != "x$as_lineno_2" &&
 1.30677 +-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 1.30678 +-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 1.30679 +-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 1.30680 +-	     CONFIG_SHELL=$as_dir/$as_base
 1.30681 +-	     export CONFIG_SHELL
 1.30682 +-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 1.30683 +-	   fi;;
 1.30684 +-	 esac
 1.30685 +-       done
 1.30686 +-done
 1.30687 +-;;
 1.30688 +-  esac
 1.30689 ++  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 1.30690 + 
 1.30691 +   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 1.30692 +   # uniformly replaced by the line number.  The first 'sed' inserts a
 1.30693 +-  # line-number line before each line; the second 'sed' does the real
 1.30694 +-  # work.  The second script uses 'N' to pair each line-number line
 1.30695 +-  # with the numbered line, and appends trailing '-' during
 1.30696 +-  # substitution so that $LINENO is not a special case at line end.
 1.30697 ++  # line-number line after each line using $LINENO; the second 'sed'
 1.30698 ++  # does the real work.  The second script uses 'N' to pair each
 1.30699 ++  # line-number line with the line containing $LINENO, and appends
 1.30700 ++  # trailing '-' during substitution so that $LINENO is not a special
 1.30701 ++  # case at line end.
 1.30702 +   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 1.30703 +-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 1.30704 +-  sed '=' <$as_myself |
 1.30705 ++  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 1.30706 ++  # E. McMahon (1931-1989) for sed's syntax.  :-)
 1.30707 ++  sed -n '
 1.30708 ++    p
 1.30709 ++    /[$]LINENO/=
 1.30710 ++  ' <$as_myself |
 1.30711 +     sed '
 1.30712 ++      s/[$]LINENO.*/&-/
 1.30713 ++      t lineno
 1.30714 ++      b
 1.30715 ++      :lineno
 1.30716 +       N
 1.30717 +-      s,$,-,
 1.30718 +-      : loop
 1.30719 +-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 1.30720 ++      :loop
 1.30721 ++      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 1.30722 +       t loop
 1.30723 +-      s,-$,,
 1.30724 +-      s,^['$as_cr_digits']*\n,,
 1.30725 ++      s/-\n.*//
 1.30726 +     ' >$as_me.lineno &&
 1.30727 +-  chmod +x $as_me.lineno ||
 1.30728 +-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
 1.30729 +-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
 1.30730 ++  chmod +x "$as_me.lineno" ||
 1.30731 ++    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 1.30732 +    { (exit 1); exit 1; }; }
 1.30733 + 
 1.30734 +   # Don't try to exec as it changes $[0], causing all sort of problems
 1.30735 +   # (the dirname of $[0] is not the place where we might find the
 1.30736 +-  # original and so on.  Autoconf is especially sensible to this).
 1.30737 +-  . ./$as_me.lineno
 1.30738 ++  # original and so on.  Autoconf is especially sensitive to this).
 1.30739 ++  . "./$as_me.lineno"
 1.30740 +   # Exit status is that of the last command.
 1.30741 +   exit
 1.30742 + }
 1.30743 + 
 1.30744 + 
 1.30745 +-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 1.30746 +-  *c*,-n*) ECHO_N= ECHO_C='
 1.30747 +-' ECHO_T='	' ;;
 1.30748 +-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 1.30749 +-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 1.30750 ++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 1.30751 ++  as_dirname=dirname
 1.30752 ++else
 1.30753 ++  as_dirname=false
 1.30754 ++fi
 1.30755 ++
 1.30756 ++ECHO_C= ECHO_N= ECHO_T=
 1.30757 ++case `echo -n x` in
 1.30758 ++-n*)
 1.30759 ++  case `echo 'x\c'` in
 1.30760 ++  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 1.30761 ++  *)   ECHO_C='\c';;
 1.30762 ++  esac;;
 1.30763 ++*)
 1.30764 ++  ECHO_N='-n';;
 1.30765 + esac
 1.30766 + 
 1.30767 +-if expr a : '\(a\)' >/dev/null 2>&1; then
 1.30768 ++if expr a : '\(a\)' >/dev/null 2>&1 &&
 1.30769 ++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 1.30770 +   as_expr=expr
 1.30771 + else
 1.30772 +   as_expr=false
 1.30773 + fi
 1.30774 + 
 1.30775 + rm -f conf$$ conf$$.exe conf$$.file
 1.30776 ++if test -d conf$$.dir; then
 1.30777 ++  rm -f conf$$.dir/conf$$.file
 1.30778 ++else
 1.30779 ++  rm -f conf$$.dir
 1.30780 ++  mkdir conf$$.dir
 1.30781 ++fi
 1.30782 + echo >conf$$.file
 1.30783 + if ln -s conf$$.file conf$$ 2>/dev/null; then
 1.30784 +-  # We could just check for DJGPP; but this test a) works b) is more generic
 1.30785 +-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 1.30786 +-  if test -f conf$$.exe; then
 1.30787 +-    # Don't use ln at all; we don't have any links
 1.30788 ++  as_ln_s='ln -s'
 1.30789 ++  # ... but there are two gotchas:
 1.30790 ++  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 1.30791 ++  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 1.30792 ++  # In both cases, we have to default to `cp -p'.
 1.30793 ++  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 1.30794 +     as_ln_s='cp -p'
 1.30795 +-  else
 1.30796 +-    as_ln_s='ln -s'
 1.30797 +-  fi
 1.30798 + elif ln conf$$.file conf$$ 2>/dev/null; then
 1.30799 +   as_ln_s=ln
 1.30800 + else
 1.30801 +   as_ln_s='cp -p'
 1.30802 + fi
 1.30803 +-rm -f conf$$ conf$$.exe conf$$.file
 1.30804 ++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 1.30805 ++rmdir conf$$.dir 2>/dev/null
 1.30806 + 
 1.30807 + if mkdir -p . 2>/dev/null; then
 1.30808 +   as_mkdir_p=:
 1.30809 +@@ -11918,7 +12978,28 @@
 1.30810 +   as_mkdir_p=false
 1.30811 + fi
 1.30812 + 
 1.30813 +-as_executable_p="test -f"
 1.30814 ++if test -x / >/dev/null 2>&1; then
 1.30815 ++  as_test_x='test -x'
 1.30816 ++else
 1.30817 ++  if ls -dL / >/dev/null 2>&1; then
 1.30818 ++    as_ls_L_option=L
 1.30819 ++  else
 1.30820 ++    as_ls_L_option=
 1.30821 ++  fi
 1.30822 ++  as_test_x='
 1.30823 ++    eval sh -c '\''
 1.30824 ++      if test -d "$1"; then
 1.30825 ++        test -d "$1/.";
 1.30826 ++      else
 1.30827 ++	case $1 in
 1.30828 ++        -*)set "./$1";;
 1.30829 ++	esac;
 1.30830 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 1.30831 ++	???[sx]*):;;*)false;;esac;fi
 1.30832 ++    '\'' sh
 1.30833 ++  '
 1.30834 ++fi
 1.30835 ++as_executable_p=$as_test_x
 1.30836 + 
 1.30837 + # Sed expression to map a string onto a valid CPP name.
 1.30838 + as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 1.30839 +@@ -11927,31 +13008,14 @@
 1.30840 + as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 1.30841 + 
 1.30842 + 
 1.30843 +-# IFS
 1.30844 +-# We need space, tab and new line, in precisely that order.
 1.30845 +-as_nl='
 1.30846 +-'
 1.30847 +-IFS=" 	$as_nl"
 1.30848 +-
 1.30849 +-# CDPATH.
 1.30850 +-$as_unset CDPATH
 1.30851 +-
 1.30852 + exec 6>&1
 1.30853 + 
 1.30854 +-# Open the log real soon, to keep \$[0] and so on meaningful, and to
 1.30855 ++# Save the log message, to keep $[0] and so on meaningful, and to
 1.30856 + # report actual input values of CONFIG_FILES etc. instead of their
 1.30857 +-# values after options handling.  Logging --version etc. is OK.
 1.30858 +-exec 5>>config.log
 1.30859 +-{
 1.30860 +-  echo
 1.30861 +-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 1.30862 +-## Running $as_me. ##
 1.30863 +-_ASBOX
 1.30864 +-} >&5
 1.30865 +-cat >&5 <<_CSEOF
 1.30866 +-
 1.30867 ++# values after options handling.
 1.30868 ++ac_log="
 1.30869 + This file was extended by newlib $as_me 1.17.0, which was
 1.30870 +-generated by GNU Autoconf 2.59.  Invocation command line was
 1.30871 ++generated by GNU Autoconf 2.61.  Invocation command line was
 1.30872 + 
 1.30873 +   CONFIG_FILES    = $CONFIG_FILES
 1.30874 +   CONFIG_HEADERS  = $CONFIG_HEADERS
 1.30875 +@@ -11959,30 +13023,19 @@
 1.30876 +   CONFIG_COMMANDS = $CONFIG_COMMANDS
 1.30877 +   $ $0 $@
 1.30878 + 
 1.30879 +-_CSEOF
 1.30880 +-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
 1.30881 +-echo >&5
 1.30882 ++on `(hostname || uname -n) 2>/dev/null | sed 1q`
 1.30883 ++"
 1.30884 ++
 1.30885 + _ACEOF
 1.30886 + 
 1.30887 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.30888 + # Files that config.status was made for.
 1.30889 +-if test -n "$ac_config_files"; then
 1.30890 +-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
 1.30891 +-fi
 1.30892 +-
 1.30893 +-if test -n "$ac_config_headers"; then
 1.30894 +-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
 1.30895 +-fi
 1.30896 +-
 1.30897 +-if test -n "$ac_config_links"; then
 1.30898 +-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
 1.30899 +-fi
 1.30900 ++config_files="$ac_config_files"
 1.30901 ++config_commands="$ac_config_commands"
 1.30902 + 
 1.30903 +-if test -n "$ac_config_commands"; then
 1.30904 +-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
 1.30905 +-fi
 1.30906 ++_ACEOF
 1.30907 + 
 1.30908 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.30909 +-
 1.30910 + ac_cs_usage="\
 1.30911 + \`$as_me' instantiates files from templates according to the
 1.30912 + current configuration.
 1.30913 +@@ -11990,7 +13043,7 @@
 1.30914 + Usage: $0 [OPTIONS] [FILE]...
 1.30915 + 
 1.30916 +   -h, --help       print this help, then exit
 1.30917 +-  -V, --version    print version number, then exit
 1.30918 ++  -V, --version    print version number and configuration settings, then exit
 1.30919 +   -q, --quiet      do not print progress messages
 1.30920 +   -d, --debug      don't remove temporary files
 1.30921 +       --recheck    update $as_me by reconfiguring in the same conditions
 1.30922 +@@ -12004,19 +13057,21 @@
 1.30923 + $config_commands
 1.30924 + 
 1.30925 + Report bugs to <bug-autoconf@gnu.org>."
 1.30926 +-_ACEOF
 1.30927 + 
 1.30928 ++_ACEOF
 1.30929 + cat >>$CONFIG_STATUS <<_ACEOF
 1.30930 + ac_cs_version="\\
 1.30931 + newlib config.status 1.17.0
 1.30932 +-configured by $0, generated by GNU Autoconf 2.59,
 1.30933 +-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 1.30934 ++configured by $0, generated by GNU Autoconf 2.61,
 1.30935 ++  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 1.30936 + 
 1.30937 +-Copyright (C) 2003 Free Software Foundation, Inc.
 1.30938 ++Copyright (C) 2006 Free Software Foundation, Inc.
 1.30939 + This config.status script is free software; the Free Software Foundation
 1.30940 + gives unlimited permission to copy, distribute and modify it."
 1.30941 +-srcdir=$srcdir
 1.30942 +-INSTALL="$INSTALL"
 1.30943 ++
 1.30944 ++ac_pwd='$ac_pwd'
 1.30945 ++srcdir='$srcdir'
 1.30946 ++INSTALL='$INSTALL'
 1.30947 + _ACEOF
 1.30948 + 
 1.30949 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.30950 +@@ -12027,60 +13082,42 @@
 1.30951 + do
 1.30952 +   case $1 in
 1.30953 +   --*=*)
 1.30954 +-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
 1.30955 +-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
 1.30956 ++    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 1.30957 ++    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 1.30958 +     ac_shift=:
 1.30959 +     ;;
 1.30960 +-  -*)
 1.30961 ++  *)
 1.30962 +     ac_option=$1
 1.30963 +     ac_optarg=$2
 1.30964 +     ac_shift=shift
 1.30965 +     ;;
 1.30966 +-  *) # This is not an option, so the user has probably given explicit
 1.30967 +-     # arguments.
 1.30968 +-     ac_option=$1
 1.30969 +-     ac_need_defaults=false;;
 1.30970 +   esac
 1.30971 + 
 1.30972 +   case $ac_option in
 1.30973 +   # Handling of the options.
 1.30974 +-_ACEOF
 1.30975 +-cat >>$CONFIG_STATUS <<\_ACEOF
 1.30976 +   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 1.30977 +     ac_cs_recheck=: ;;
 1.30978 +-  --version | --vers* | -V )
 1.30979 +-    echo "$ac_cs_version"; exit 0 ;;
 1.30980 +-  --he | --h)
 1.30981 +-    # Conflict between --help and --header
 1.30982 +-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
 1.30983 +-Try \`$0 --help' for more information." >&5
 1.30984 +-echo "$as_me: error: ambiguous option: $1
 1.30985 +-Try \`$0 --help' for more information." >&2;}
 1.30986 +-   { (exit 1); exit 1; }; };;
 1.30987 +-  --help | --hel | -h )
 1.30988 +-    echo "$ac_cs_usage"; exit 0 ;;
 1.30989 +-  --debug | --d* | -d )
 1.30990 ++  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 1.30991 ++    echo "$ac_cs_version"; exit ;;
 1.30992 ++  --debug | --debu | --deb | --de | --d | -d )
 1.30993 +     debug=: ;;
 1.30994 +   --file | --fil | --fi | --f )
 1.30995 +     $ac_shift
 1.30996 +     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 1.30997 +     ac_need_defaults=false;;
 1.30998 +-  --header | --heade | --head | --hea )
 1.30999 +-    $ac_shift
 1.31000 +-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 1.31001 +-    ac_need_defaults=false;;
 1.31002 ++  --he | --h |  --help | --hel | -h )
 1.31003 ++    echo "$ac_cs_usage"; exit ;;
 1.31004 +   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 1.31005 +   | -silent | --silent | --silen | --sile | --sil | --si | --s)
 1.31006 +     ac_cs_silent=: ;;
 1.31007 + 
 1.31008 +   # This is an error.
 1.31009 +-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
 1.31010 +-Try \`$0 --help' for more information." >&5
 1.31011 +-echo "$as_me: error: unrecognized option: $1
 1.31012 +-Try \`$0 --help' for more information." >&2;}
 1.31013 ++  -*) { echo "$as_me: error: unrecognized option: $1
 1.31014 ++Try \`$0 --help' for more information." >&2
 1.31015 +    { (exit 1); exit 1; }; } ;;
 1.31016 + 
 1.31017 +-  *) ac_config_targets="$ac_config_targets $1" ;;
 1.31018 ++  *) ac_config_targets="$ac_config_targets $1"
 1.31019 ++     ac_need_defaults=false ;;
 1.31020 + 
 1.31021 +   esac
 1.31022 +   shift
 1.31023 +@@ -12096,17 +13133,28 @@
 1.31024 + _ACEOF
 1.31025 + cat >>$CONFIG_STATUS <<_ACEOF
 1.31026 + if \$ac_cs_recheck; then
 1.31027 +-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 1.31028 +-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 1.31029 ++  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 1.31030 ++  CONFIG_SHELL=$SHELL
 1.31031 ++  export CONFIG_SHELL
 1.31032 ++  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 1.31033 + fi
 1.31034 + 
 1.31035 + _ACEOF
 1.31036 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.31037 ++exec 5>>config.log
 1.31038 ++{
 1.31039 ++  echo
 1.31040 ++  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 1.31041 ++## Running $as_me. ##
 1.31042 ++_ASBOX
 1.31043 ++  echo "$ac_log"
 1.31044 ++} >&5
 1.31045 + 
 1.31046 ++_ACEOF
 1.31047 + cat >>$CONFIG_STATUS <<_ACEOF
 1.31048 + #
 1.31049 +-# INIT-COMMANDS section.
 1.31050 ++# INIT-COMMANDS
 1.31051 + #
 1.31052 +-
 1.31053 + AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 1.31054 + 
 1.31055 + 
 1.31056 +@@ -12367,22 +13415,23 @@
 1.31057 + 
 1.31058 + _ACEOF
 1.31059 + 
 1.31060 +-
 1.31061 +-
 1.31062 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.31063 ++
 1.31064 ++# Handling of arguments.
 1.31065 + for ac_config_target in $ac_config_targets
 1.31066 + do
 1.31067 +-  case "$ac_config_target" in
 1.31068 +-  # Handling of arguments.
 1.31069 +-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 1.31070 +-  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 1.31071 +-  "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 1.31072 ++  case $ac_config_target in
 1.31073 ++    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 1.31074 ++    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 1.31075 ++    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 1.31076 ++
 1.31077 +   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 1.31078 + echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 1.31079 +    { (exit 1); exit 1; }; };;
 1.31080 +   esac
 1.31081 + done
 1.31082 + 
 1.31083 ++
 1.31084 + # If the user did not use the arguments to specify the items to instantiate,
 1.31085 + # then the envvar interface is used.  Set only those that are not.
 1.31086 + # We use the long form for the default assignment because of an extremely
 1.31087 +@@ -12393,397 +13442,493 @@
 1.31088 + fi
 1.31089 + 
 1.31090 + # Have a temporary directory for convenience.  Make it in the build tree
 1.31091 +-# simply because there is no reason to put it here, and in addition,
 1.31092 ++# simply because there is no reason against having it here, and in addition,
 1.31093 + # creating and moving files from /tmp can sometimes cause problems.
 1.31094 +-# Create a temporary directory, and hook for its removal unless debugging.
 1.31095 ++# Hook for its removal unless debugging.
 1.31096 ++# Note that there is a small window in which the directory will not be cleaned:
 1.31097 ++# after its creation but before its name has been assigned to `$tmp'.
 1.31098 + $debug ||
 1.31099 + {
 1.31100 +-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
 1.31101 ++  tmp=
 1.31102 ++  trap 'exit_status=$?
 1.31103 ++  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 1.31104 ++' 0
 1.31105 +   trap '{ (exit 1); exit 1; }' 1 2 13 15
 1.31106 + }
 1.31107 +-
 1.31108 + # Create a (secure) tmp directory for tmp files.
 1.31109 + 
 1.31110 + {
 1.31111 +-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
 1.31112 ++  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 1.31113 +   test -n "$tmp" && test -d "$tmp"
 1.31114 + }  ||
 1.31115 + {
 1.31116 +-  tmp=./confstat$$-$RANDOM
 1.31117 +-  (umask 077 && mkdir $tmp)
 1.31118 ++  tmp=./conf$$-$RANDOM
 1.31119 ++  (umask 077 && mkdir "$tmp")
 1.31120 + } ||
 1.31121 + {
 1.31122 +    echo "$me: cannot create a temporary directory in ." >&2
 1.31123 +    { (exit 1); exit 1; }
 1.31124 + }
 1.31125 + 
 1.31126 +-_ACEOF
 1.31127 +-
 1.31128 +-cat >>$CONFIG_STATUS <<_ACEOF
 1.31129 +-
 1.31130 + #
 1.31131 +-# CONFIG_FILES section.
 1.31132 ++# Set up the sed scripts for CONFIG_FILES section.
 1.31133 + #
 1.31134 + 
 1.31135 + # No need to generate the scripts if there are no CONFIG_FILES.
 1.31136 + # This happens for instance when ./config.status config.h
 1.31137 +-if test -n "\$CONFIG_FILES"; then
 1.31138 +-  # Protect against being on the right side of a sed subst in config.status.
 1.31139 +-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
 1.31140 +-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
 1.31141 +-s,@SHELL@,$SHELL,;t t
 1.31142 +-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
 1.31143 +-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
 1.31144 +-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
 1.31145 +-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
 1.31146 +-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
 1.31147 +-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
 1.31148 +-s,@exec_prefix@,$exec_prefix,;t t
 1.31149 +-s,@prefix@,$prefix,;t t
 1.31150 +-s,@program_transform_name@,$program_transform_name,;t t
 1.31151 +-s,@bindir@,$bindir,;t t
 1.31152 +-s,@sbindir@,$sbindir,;t t
 1.31153 +-s,@libexecdir@,$libexecdir,;t t
 1.31154 +-s,@datadir@,$datadir,;t t
 1.31155 +-s,@sysconfdir@,$sysconfdir,;t t
 1.31156 +-s,@sharedstatedir@,$sharedstatedir,;t t
 1.31157 +-s,@localstatedir@,$localstatedir,;t t
 1.31158 +-s,@libdir@,$libdir,;t t
 1.31159 +-s,@includedir@,$includedir,;t t
 1.31160 +-s,@oldincludedir@,$oldincludedir,;t t
 1.31161 +-s,@infodir@,$infodir,;t t
 1.31162 +-s,@mandir@,$mandir,;t t
 1.31163 +-s,@build_alias@,$build_alias,;t t
 1.31164 +-s,@host_alias@,$host_alias,;t t
 1.31165 +-s,@target_alias@,$target_alias,;t t
 1.31166 +-s,@DEFS@,$DEFS,;t t
 1.31167 +-s,@ECHO_C@,$ECHO_C,;t t
 1.31168 +-s,@ECHO_N@,$ECHO_N,;t t
 1.31169 +-s,@ECHO_T@,$ECHO_T,;t t
 1.31170 +-s,@LIBS@,$LIBS,;t t
 1.31171 +-s,@MAY_SUPPLY_SYSCALLS_TRUE@,$MAY_SUPPLY_SYSCALLS_TRUE,;t t
 1.31172 +-s,@MAY_SUPPLY_SYSCALLS_FALSE@,$MAY_SUPPLY_SYSCALLS_FALSE,;t t
 1.31173 +-s,@newlib_basedir@,$newlib_basedir,;t t
 1.31174 +-s,@build@,$build,;t t
 1.31175 +-s,@build_cpu@,$build_cpu,;t t
 1.31176 +-s,@build_vendor@,$build_vendor,;t t
 1.31177 +-s,@build_os@,$build_os,;t t
 1.31178 +-s,@host@,$host,;t t
 1.31179 +-s,@host_cpu@,$host_cpu,;t t
 1.31180 +-s,@host_vendor@,$host_vendor,;t t
 1.31181 +-s,@host_os@,$host_os,;t t
 1.31182 +-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
 1.31183 +-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
 1.31184 +-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
 1.31185 +-s,@CYGPATH_W@,$CYGPATH_W,;t t
 1.31186 +-s,@PACKAGE@,$PACKAGE,;t t
 1.31187 +-s,@VERSION@,$VERSION,;t t
 1.31188 +-s,@ACLOCAL@,$ACLOCAL,;t t
 1.31189 +-s,@AUTOCONF@,$AUTOCONF,;t t
 1.31190 +-s,@AUTOMAKE@,$AUTOMAKE,;t t
 1.31191 +-s,@AUTOHEADER@,$AUTOHEADER,;t t
 1.31192 +-s,@MAKEINFO@,$MAKEINFO,;t t
 1.31193 +-s,@install_sh@,$install_sh,;t t
 1.31194 +-s,@STRIP@,$STRIP,;t t
 1.31195 +-s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
 1.31196 +-s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
 1.31197 +-s,@mkdir_p@,$mkdir_p,;t t
 1.31198 +-s,@AWK@,$AWK,;t t
 1.31199 +-s,@SET_MAKE@,$SET_MAKE,;t t
 1.31200 +-s,@am__leading_dot@,$am__leading_dot,;t t
 1.31201 +-s,@AMTAR@,$AMTAR,;t t
 1.31202 +-s,@am__tar@,$am__tar,;t t
 1.31203 +-s,@am__untar@,$am__untar,;t t
 1.31204 +-s,@CC@,$CC,;t t
 1.31205 +-s,@DEPDIR@,$DEPDIR,;t t
 1.31206 +-s,@am__include@,$am__include,;t t
 1.31207 +-s,@am__quote@,$am__quote,;t t
 1.31208 +-s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
 1.31209 +-s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
 1.31210 +-s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
 1.31211 +-s,@CCDEPMODE@,$CCDEPMODE,;t t
 1.31212 +-s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
 1.31213 +-s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
 1.31214 +-s,@AS@,$AS,;t t
 1.31215 +-s,@ac_ct_AS@,$ac_ct_AS,;t t
 1.31216 +-s,@AR@,$AR,;t t
 1.31217 +-s,@ac_ct_AR@,$ac_ct_AR,;t t
 1.31218 +-s,@RANLIB@,$RANLIB,;t t
 1.31219 +-s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
 1.31220 +-s,@READELF@,$READELF,;t t
 1.31221 +-s,@ac_ct_READELF@,$ac_ct_READELF,;t t
 1.31222 +-s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
 1.31223 +-s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
 1.31224 +-s,@MAINT@,$MAINT,;t t
 1.31225 +-s,@CCAS@,$CCAS,;t t
 1.31226 +-s,@CCASFLAGS@,$CCASFLAGS,;t t
 1.31227 +-s,@NEWLIB_CFLAGS@,$NEWLIB_CFLAGS,;t t
 1.31228 +-s,@LDFLAGS@,$LDFLAGS,;t t
 1.31229 +-s,@ELIX_LEVEL_0_TRUE@,$ELIX_LEVEL_0_TRUE,;t t
 1.31230 +-s,@ELIX_LEVEL_0_FALSE@,$ELIX_LEVEL_0_FALSE,;t t
 1.31231 +-s,@ELIX_LEVEL_1_TRUE@,$ELIX_LEVEL_1_TRUE,;t t
 1.31232 +-s,@ELIX_LEVEL_1_FALSE@,$ELIX_LEVEL_1_FALSE,;t t
 1.31233 +-s,@ELIX_LEVEL_2_TRUE@,$ELIX_LEVEL_2_TRUE,;t t
 1.31234 +-s,@ELIX_LEVEL_2_FALSE@,$ELIX_LEVEL_2_FALSE,;t t
 1.31235 +-s,@ELIX_LEVEL_3_TRUE@,$ELIX_LEVEL_3_TRUE,;t t
 1.31236 +-s,@ELIX_LEVEL_3_FALSE@,$ELIX_LEVEL_3_FALSE,;t t
 1.31237 +-s,@ELIX_LEVEL_4_TRUE@,$ELIX_LEVEL_4_TRUE,;t t
 1.31238 +-s,@ELIX_LEVEL_4_FALSE@,$ELIX_LEVEL_4_FALSE,;t t
 1.31239 +-s,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t t
 1.31240 +-s,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t t
 1.31241 +-s,@OBJEXT@,$OBJEXT,;t t
 1.31242 +-s,@oext@,$oext,;t t
 1.31243 +-s,@aext@,$aext,;t t
 1.31244 +-s,@lpfx@,$lpfx,;t t
 1.31245 +-s,@libm_machine_dir@,$libm_machine_dir,;t t
 1.31246 +-s,@machine_dir@,$machine_dir,;t t
 1.31247 +-s,@sys_dir@,$sys_dir,;t t
 1.31248 +-s,@SED@,$SED,;t t
 1.31249 +-s,@DLLTOOL@,$DLLTOOL,;t t
 1.31250 +-s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
 1.31251 +-s,@OBJDUMP@,$OBJDUMP,;t t
 1.31252 +-s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
 1.31253 +-s,@LIBTOOL@,$LIBTOOL,;t t
 1.31254 +-s,@CFLAGS@,$CFLAGS,;t t
 1.31255 +-s,@CPPFLAGS@,$CPPFLAGS,;t t
 1.31256 +-s,@ac_ct_CC@,$ac_ct_CC,;t t
 1.31257 +-s,@EXEEXT@,$EXEEXT,;t t
 1.31258 +-s,@EGREP@,$EGREP,;t t
 1.31259 +-s,@FGREP@,$FGREP,;t t
 1.31260 +-s,@GREP@,$GREP,;t t
 1.31261 +-s,@LD@,$LD,;t t
 1.31262 +-s,@DUMPBIN@,$DUMPBIN,;t t
 1.31263 +-s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
 1.31264 +-s,@NM@,$NM,;t t
 1.31265 +-s,@LN_S@,$LN_S,;t t
 1.31266 +-s,@lt_ECHO@,$lt_ECHO,;t t
 1.31267 +-s,@DSYMUTIL@,$DSYMUTIL,;t t
 1.31268 +-s,@ac_ct_DSYMUTIL@,$ac_ct_DSYMUTIL,;t t
 1.31269 +-s,@NMEDIT@,$NMEDIT,;t t
 1.31270 +-s,@ac_ct_NMEDIT@,$ac_ct_NMEDIT,;t t
 1.31271 +-s,@LIPO@,$LIPO,;t t
 1.31272 +-s,@ac_ct_LIPO@,$ac_ct_LIPO,;t t
 1.31273 +-s,@OTOOL@,$OTOOL,;t t
 1.31274 +-s,@ac_ct_OTOOL@,$ac_ct_OTOOL,;t t
 1.31275 +-s,@OTOOL64@,$OTOOL64,;t t
 1.31276 +-s,@ac_ct_OTOOL64@,$ac_ct_OTOOL64,;t t
 1.31277 +-s,@CPP@,$CPP,;t t
 1.31278 +-s,@subdirs@,$subdirs,;t t
 1.31279 +-s,@CRT0@,$CRT0,;t t
 1.31280 +-s,@HAVE_SYS_DIR_TRUE@,$HAVE_SYS_DIR_TRUE,;t t
 1.31281 +-s,@HAVE_SYS_DIR_FALSE@,$HAVE_SYS_DIR_FALSE,;t t
 1.31282 +-s,@LIBOBJS@,$LIBOBJS,;t t
 1.31283 +-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
 1.31284 +-CEOF
 1.31285 +-
 1.31286 +-_ACEOF
 1.31287 +-
 1.31288 +-  cat >>$CONFIG_STATUS <<\_ACEOF
 1.31289 +-  # Split the substitutions into bite-sized pieces for seds with
 1.31290 +-  # small command number limits, like on Digital OSF/1 and HP-UX.
 1.31291 +-  ac_max_sed_lines=48
 1.31292 +-  ac_sed_frag=1 # Number of current file.
 1.31293 +-  ac_beg=1 # First line for current file.
 1.31294 +-  ac_end=$ac_max_sed_lines # Line after last line for current file.
 1.31295 +-  ac_more_lines=:
 1.31296 +-  ac_sed_cmds=
 1.31297 +-  while $ac_more_lines; do
 1.31298 +-    if test $ac_beg -gt 1; then
 1.31299 +-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 1.31300 +-    else
 1.31301 +-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 1.31302 +-    fi
 1.31303 +-    if test ! -s $tmp/subs.frag; then
 1.31304 +-      ac_more_lines=false
 1.31305 +-    else
 1.31306 +-      # The purpose of the label and of the branching condition is to
 1.31307 +-      # speed up the sed processing (if there are no `@' at all, there
 1.31308 +-      # is no need to browse any of the substitutions).
 1.31309 +-      # These are the two extra sed commands mentioned above.
 1.31310 +-      (echo ':t
 1.31311 +-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
 1.31312 +-      if test -z "$ac_sed_cmds"; then
 1.31313 +-	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
 1.31314 +-      else
 1.31315 +-	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
 1.31316 +-      fi
 1.31317 +-      ac_sed_frag=`expr $ac_sed_frag + 1`
 1.31318 +-      ac_beg=$ac_end
 1.31319 +-      ac_end=`expr $ac_end + $ac_max_sed_lines`
 1.31320 +-    fi
 1.31321 +-  done
 1.31322 +-  if test -z "$ac_sed_cmds"; then
 1.31323 +-    ac_sed_cmds=cat
 1.31324 ++if test -n "$CONFIG_FILES"; then
 1.31325 ++
 1.31326 ++_ACEOF
 1.31327 ++
 1.31328 ++
 1.31329 ++
 1.31330 ++ac_delim='%!_!# '
 1.31331 ++for ac_last_try in false false false false false :; do
 1.31332 ++  cat >conf$$subs.sed <<_ACEOF
 1.31333 ++SHELL!$SHELL$ac_delim
 1.31334 ++PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 1.31335 ++PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 1.31336 ++PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 1.31337 ++PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 1.31338 ++PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 1.31339 ++PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 1.31340 ++exec_prefix!$exec_prefix$ac_delim
 1.31341 ++prefix!$prefix$ac_delim
 1.31342 ++program_transform_name!$program_transform_name$ac_delim
 1.31343 ++bindir!$bindir$ac_delim
 1.31344 ++sbindir!$sbindir$ac_delim
 1.31345 ++libexecdir!$libexecdir$ac_delim
 1.31346 ++datarootdir!$datarootdir$ac_delim
 1.31347 ++datadir!$datadir$ac_delim
 1.31348 ++sysconfdir!$sysconfdir$ac_delim
 1.31349 ++sharedstatedir!$sharedstatedir$ac_delim
 1.31350 ++localstatedir!$localstatedir$ac_delim
 1.31351 ++includedir!$includedir$ac_delim
 1.31352 ++oldincludedir!$oldincludedir$ac_delim
 1.31353 ++docdir!$docdir$ac_delim
 1.31354 ++infodir!$infodir$ac_delim
 1.31355 ++htmldir!$htmldir$ac_delim
 1.31356 ++dvidir!$dvidir$ac_delim
 1.31357 ++pdfdir!$pdfdir$ac_delim
 1.31358 ++psdir!$psdir$ac_delim
 1.31359 ++libdir!$libdir$ac_delim
 1.31360 ++localedir!$localedir$ac_delim
 1.31361 ++mandir!$mandir$ac_delim
 1.31362 ++DEFS!$DEFS$ac_delim
 1.31363 ++ECHO_C!$ECHO_C$ac_delim
 1.31364 ++ECHO_N!$ECHO_N$ac_delim
 1.31365 ++ECHO_T!$ECHO_T$ac_delim
 1.31366 ++LIBS!$LIBS$ac_delim
 1.31367 ++build_alias!$build_alias$ac_delim
 1.31368 ++host_alias!$host_alias$ac_delim
 1.31369 ++target_alias!$target_alias$ac_delim
 1.31370 ++MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
 1.31371 ++MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
 1.31372 ++newlib_basedir!$newlib_basedir$ac_delim
 1.31373 ++build!$build$ac_delim
 1.31374 ++build_cpu!$build_cpu$ac_delim
 1.31375 ++build_vendor!$build_vendor$ac_delim
 1.31376 ++build_os!$build_os$ac_delim
 1.31377 ++host!$host$ac_delim
 1.31378 ++host_cpu!$host_cpu$ac_delim
 1.31379 ++host_vendor!$host_vendor$ac_delim
 1.31380 ++host_os!$host_os$ac_delim
 1.31381 ++INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 1.31382 ++INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 1.31383 ++INSTALL_DATA!$INSTALL_DATA$ac_delim
 1.31384 ++CYGPATH_W!$CYGPATH_W$ac_delim
 1.31385 ++PACKAGE!$PACKAGE$ac_delim
 1.31386 ++VERSION!$VERSION$ac_delim
 1.31387 ++ACLOCAL!$ACLOCAL$ac_delim
 1.31388 ++AUTOCONF!$AUTOCONF$ac_delim
 1.31389 ++AUTOMAKE!$AUTOMAKE$ac_delim
 1.31390 ++AUTOHEADER!$AUTOHEADER$ac_delim
 1.31391 ++MAKEINFO!$MAKEINFO$ac_delim
 1.31392 ++install_sh!$install_sh$ac_delim
 1.31393 ++STRIP!$STRIP$ac_delim
 1.31394 ++INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 1.31395 ++mkdir_p!$mkdir_p$ac_delim
 1.31396 ++AWK!$AWK$ac_delim
 1.31397 ++SET_MAKE!$SET_MAKE$ac_delim
 1.31398 ++am__leading_dot!$am__leading_dot$ac_delim
 1.31399 ++AMTAR!$AMTAR$ac_delim
 1.31400 ++am__tar!$am__tar$ac_delim
 1.31401 ++am__untar!$am__untar$ac_delim
 1.31402 ++CC!$CC$ac_delim
 1.31403 ++DEPDIR!$DEPDIR$ac_delim
 1.31404 ++am__include!$am__include$ac_delim
 1.31405 ++am__quote!$am__quote$ac_delim
 1.31406 ++AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 1.31407 ++AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 1.31408 ++AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 1.31409 ++CCDEPMODE!$CCDEPMODE$ac_delim
 1.31410 ++am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 1.31411 ++am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 1.31412 ++AS!$AS$ac_delim
 1.31413 ++AR!$AR$ac_delim
 1.31414 ++RANLIB!$RANLIB$ac_delim
 1.31415 ++READELF!$READELF$ac_delim
 1.31416 ++MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 1.31417 ++MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 1.31418 ++MAINT!$MAINT$ac_delim
 1.31419 ++CCAS!$CCAS$ac_delim
 1.31420 ++CCASFLAGS!$CCASFLAGS$ac_delim
 1.31421 ++NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
 1.31422 ++LDFLAGS!$LDFLAGS$ac_delim
 1.31423 ++ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
 1.31424 ++ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
 1.31425 ++ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
 1.31426 ++ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
 1.31427 ++ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
 1.31428 ++ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
 1.31429 ++ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
 1.31430 ++_ACEOF
 1.31431 ++
 1.31432 ++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 1.31433 ++    break
 1.31434 ++  elif $ac_last_try; then
 1.31435 ++    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 1.31436 ++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 1.31437 ++   { (exit 1); exit 1; }; }
 1.31438 ++  else
 1.31439 ++    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 1.31440 +   fi
 1.31441 +-fi # test -n "$CONFIG_FILES"
 1.31442 ++done
 1.31443 ++
 1.31444 ++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 1.31445 ++if test -n "$ac_eof"; then
 1.31446 ++  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 1.31447 ++  ac_eof=`expr $ac_eof + 1`
 1.31448 ++fi
 1.31449 ++
 1.31450 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.31451 ++cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 1.31452 ++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 1.31453 ++_ACEOF
 1.31454 ++sed '
 1.31455 ++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 1.31456 ++s/^/s,@/; s/!/@,|#_!!_#|/
 1.31457 ++:n
 1.31458 ++t n
 1.31459 ++s/'"$ac_delim"'$/,g/; t
 1.31460 ++s/$/\\/; p
 1.31461 ++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 1.31462 ++' >>$CONFIG_STATUS <conf$$subs.sed
 1.31463 ++rm -f conf$$subs.sed
 1.31464 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.31465 ++CEOF$ac_eof
 1.31466 ++_ACEOF
 1.31467 ++
 1.31468 ++
 1.31469 ++ac_delim='%!_!# '
 1.31470 ++for ac_last_try in false false false false false :; do
 1.31471 ++  cat >conf$$subs.sed <<_ACEOF
 1.31472 ++ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
 1.31473 ++ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
 1.31474 ++ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
 1.31475 ++USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
 1.31476 ++USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
 1.31477 ++OBJEXT!$OBJEXT$ac_delim
 1.31478 ++oext!$oext$ac_delim
 1.31479 ++aext!$aext$ac_delim
 1.31480 ++lpfx!$lpfx$ac_delim
 1.31481 ++libm_machine_dir!$libm_machine_dir$ac_delim
 1.31482 ++machine_dir!$machine_dir$ac_delim
 1.31483 ++sys_dir!$sys_dir$ac_delim
 1.31484 ++SED!$SED$ac_delim
 1.31485 ++DLLTOOL!$DLLTOOL$ac_delim
 1.31486 ++OBJDUMP!$OBJDUMP$ac_delim
 1.31487 ++LIBTOOL!$LIBTOOL$ac_delim
 1.31488 ++CFLAGS!$CFLAGS$ac_delim
 1.31489 ++CPPFLAGS!$CPPFLAGS$ac_delim
 1.31490 ++ac_ct_CC!$ac_ct_CC$ac_delim
 1.31491 ++EXEEXT!$EXEEXT$ac_delim
 1.31492 ++GREP!$GREP$ac_delim
 1.31493 ++EGREP!$EGREP$ac_delim
 1.31494 ++FGREP!$FGREP$ac_delim
 1.31495 ++LD!$LD$ac_delim
 1.31496 ++DUMPBIN!$DUMPBIN$ac_delim
 1.31497 ++ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
 1.31498 ++NM!$NM$ac_delim
 1.31499 ++LN_S!$LN_S$ac_delim
 1.31500 ++lt_ECHO!$lt_ECHO$ac_delim
 1.31501 ++DSYMUTIL!$DSYMUTIL$ac_delim
 1.31502 ++NMEDIT!$NMEDIT$ac_delim
 1.31503 ++LIPO!$LIPO$ac_delim
 1.31504 ++OTOOL!$OTOOL$ac_delim
 1.31505 ++OTOOL64!$OTOOL64$ac_delim
 1.31506 ++CPP!$CPP$ac_delim
 1.31507 ++subdirs!$subdirs$ac_delim
 1.31508 ++CRT0!$CRT0$ac_delim
 1.31509 ++HAVE_SYS_DIR_TRUE!$HAVE_SYS_DIR_TRUE$ac_delim
 1.31510 ++HAVE_SYS_DIR_FALSE!$HAVE_SYS_DIR_FALSE$ac_delim
 1.31511 ++LIBOBJS!$LIBOBJS$ac_delim
 1.31512 ++LTLIBOBJS!$LTLIBOBJS$ac_delim
 1.31513 ++_ACEOF
 1.31514 ++
 1.31515 ++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then
 1.31516 ++    break
 1.31517 ++  elif $ac_last_try; then
 1.31518 ++    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 1.31519 ++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 1.31520 ++   { (exit 1); exit 1; }; }
 1.31521 ++  else
 1.31522 ++    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 1.31523 ++  fi
 1.31524 ++done
 1.31525 ++
 1.31526 ++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 1.31527 ++if test -n "$ac_eof"; then
 1.31528 ++  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 1.31529 ++  ac_eof=`expr $ac_eof + 1`
 1.31530 ++fi
 1.31531 + 
 1.31532 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.31533 ++cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 1.31534 ++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 1.31535 ++_ACEOF
 1.31536 ++sed '
 1.31537 ++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 1.31538 ++s/^/s,@/; s/!/@,|#_!!_#|/
 1.31539 ++:n
 1.31540 ++t n
 1.31541 ++s/'"$ac_delim"'$/,g/; t
 1.31542 ++s/$/\\/; p
 1.31543 ++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 1.31544 ++' >>$CONFIG_STATUS <conf$$subs.sed
 1.31545 ++rm -f conf$$subs.sed
 1.31546 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.31547 ++:end
 1.31548 ++s/|#_!!_#|//g
 1.31549 ++CEOF$ac_eof
 1.31550 + _ACEOF
 1.31551 ++
 1.31552 ++
 1.31553 ++# VPATH may cause trouble with some makes, so we remove $(srcdir),
 1.31554 ++# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 1.31555 ++# trailing colons and then remove the whole line if VPATH becomes empty
 1.31556 ++# (actually we leave an empty line to preserve line numbers).
 1.31557 ++if test "x$srcdir" = x.; then
 1.31558 ++  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 1.31559 ++s/:*\$(srcdir):*/:/
 1.31560 ++s/:*\${srcdir}:*/:/
 1.31561 ++s/:*@srcdir@:*/:/
 1.31562 ++s/^\([^=]*=[	 ]*\):*/\1/
 1.31563 ++s/:*$//
 1.31564 ++s/^[^=]*=[	 ]*$//
 1.31565 ++}'
 1.31566 ++fi
 1.31567 ++
 1.31568 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.31569 +-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
 1.31570 +-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
 1.31571 +-  case $ac_file in
 1.31572 +-  - | *:- | *:-:* ) # input from stdin
 1.31573 +-	cat >$tmp/stdin
 1.31574 +-	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 1.31575 +-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 1.31576 +-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 1.31577 +-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 1.31578 +-  * )   ac_file_in=$ac_file.in ;;
 1.31579 ++fi # test -n "$CONFIG_FILES"
 1.31580 ++
 1.31581 ++
 1.31582 ++for ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS
 1.31583 ++do
 1.31584 ++  case $ac_tag in
 1.31585 ++  :[FHLC]) ac_mode=$ac_tag; continue;;
 1.31586 ++  esac
 1.31587 ++  case $ac_mode$ac_tag in
 1.31588 ++  :[FHL]*:*);;
 1.31589 ++  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 1.31590 ++echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 1.31591 ++   { (exit 1); exit 1; }; };;
 1.31592 ++  :[FH]-) ac_tag=-:-;;
 1.31593 ++  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 1.31594 ++  esac
 1.31595 ++  ac_save_IFS=$IFS
 1.31596 ++  IFS=:
 1.31597 ++  set x $ac_tag
 1.31598 ++  IFS=$ac_save_IFS
 1.31599 ++  shift
 1.31600 ++  ac_file=$1
 1.31601 ++  shift
 1.31602 ++
 1.31603 ++  case $ac_mode in
 1.31604 ++  :L) ac_source=$1;;
 1.31605 ++  :[FH])
 1.31606 ++    ac_file_inputs=
 1.31607 ++    for ac_f
 1.31608 ++    do
 1.31609 ++      case $ac_f in
 1.31610 ++      -) ac_f="$tmp/stdin";;
 1.31611 ++      *) # Look for the file first in the build tree, then in the source tree
 1.31612 ++	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 1.31613 ++	 # because $ac_f cannot contain `:'.
 1.31614 ++	 test -f "$ac_f" ||
 1.31615 ++	   case $ac_f in
 1.31616 ++	   [\\/$]*) false;;
 1.31617 ++	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 1.31618 ++	   esac ||
 1.31619 ++	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 1.31620 ++echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 1.31621 ++   { (exit 1); exit 1; }; };;
 1.31622 ++      esac
 1.31623 ++      ac_file_inputs="$ac_file_inputs $ac_f"
 1.31624 ++    done
 1.31625 ++
 1.31626 ++    # Let's still pretend it is `configure' which instantiates (i.e., don't
 1.31627 ++    # use $as_me), people would be surprised to read:
 1.31628 ++    #    /* config.h.  Generated by config.status.  */
 1.31629 ++    configure_input="Generated from "`IFS=:
 1.31630 ++	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 1.31631 ++    if test x"$ac_file" != x-; then
 1.31632 ++      configure_input="$ac_file.  $configure_input"
 1.31633 ++      { echo "$as_me:$LINENO: creating $ac_file" >&5
 1.31634 ++echo "$as_me: creating $ac_file" >&6;}
 1.31635 ++    fi
 1.31636 ++
 1.31637 ++    case $ac_tag in
 1.31638 ++    *:-:* | *:-) cat >"$tmp/stdin";;
 1.31639 ++    esac
 1.31640 ++    ;;
 1.31641 +   esac
 1.31642 + 
 1.31643 +-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
 1.31644 +-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 1.31645 ++  ac_dir=`$as_dirname -- "$ac_file" ||
 1.31646 + $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.31647 + 	 X"$ac_file" : 'X\(//\)[^/]' \| \
 1.31648 + 	 X"$ac_file" : 'X\(//\)$' \| \
 1.31649 +-	 X"$ac_file" : 'X\(/\)' \| \
 1.31650 +-	 .     : '\(.\)' 2>/dev/null ||
 1.31651 ++	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 1.31652 + echo X"$ac_file" |
 1.31653 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.31654 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.31655 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.31656 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.31657 +-  	  s/.*/./; q'`
 1.31658 +-  { if $as_mkdir_p; then
 1.31659 +-    mkdir -p "$ac_dir"
 1.31660 +-  else
 1.31661 +-    as_dir="$ac_dir"
 1.31662 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.31663 ++	    s//\1/
 1.31664 ++	    q
 1.31665 ++	  }
 1.31666 ++	  /^X\(\/\/\)[^/].*/{
 1.31667 ++	    s//\1/
 1.31668 ++	    q
 1.31669 ++	  }
 1.31670 ++	  /^X\(\/\/\)$/{
 1.31671 ++	    s//\1/
 1.31672 ++	    q
 1.31673 ++	  }
 1.31674 ++	  /^X\(\/\).*/{
 1.31675 ++	    s//\1/
 1.31676 ++	    q
 1.31677 ++	  }
 1.31678 ++	  s/.*/./; q'`
 1.31679 ++  { as_dir="$ac_dir"
 1.31680 ++  case $as_dir in #(
 1.31681 ++  -*) as_dir=./$as_dir;;
 1.31682 ++  esac
 1.31683 ++  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 1.31684 +     as_dirs=
 1.31685 +-    while test ! -d "$as_dir"; do
 1.31686 +-      as_dirs="$as_dir $as_dirs"
 1.31687 +-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 1.31688 ++    while :; do
 1.31689 ++      case $as_dir in #(
 1.31690 ++      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 1.31691 ++      *) as_qdir=$as_dir;;
 1.31692 ++      esac
 1.31693 ++      as_dirs="'$as_qdir' $as_dirs"
 1.31694 ++      as_dir=`$as_dirname -- "$as_dir" ||
 1.31695 + $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.31696 + 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 1.31697 + 	 X"$as_dir" : 'X\(//\)$' \| \
 1.31698 +-	 X"$as_dir" : 'X\(/\)' \| \
 1.31699 +-	 .     : '\(.\)' 2>/dev/null ||
 1.31700 ++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 1.31701 + echo X"$as_dir" |
 1.31702 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.31703 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.31704 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.31705 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.31706 +-  	  s/.*/./; q'`
 1.31707 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.31708 ++	    s//\1/
 1.31709 ++	    q
 1.31710 ++	  }
 1.31711 ++	  /^X\(\/\/\)[^/].*/{
 1.31712 ++	    s//\1/
 1.31713 ++	    q
 1.31714 ++	  }
 1.31715 ++	  /^X\(\/\/\)$/{
 1.31716 ++	    s//\1/
 1.31717 ++	    q
 1.31718 ++	  }
 1.31719 ++	  /^X\(\/\).*/{
 1.31720 ++	    s//\1/
 1.31721 ++	    q
 1.31722 ++	  }
 1.31723 ++	  s/.*/./; q'`
 1.31724 ++      test -d "$as_dir" && break
 1.31725 +     done
 1.31726 +-    test ! -n "$as_dirs" || mkdir $as_dirs
 1.31727 +-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 1.31728 +-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 1.31729 ++    test -z "$as_dirs" || eval "mkdir $as_dirs"
 1.31730 ++  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 1.31731 ++echo "$as_me: error: cannot create directory $as_dir" >&2;}
 1.31732 +    { (exit 1); exit 1; }; }; }
 1.31733 +-
 1.31734 +   ac_builddir=.
 1.31735 + 
 1.31736 +-if test "$ac_dir" != .; then
 1.31737 ++case "$ac_dir" in
 1.31738 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.31739 ++*)
 1.31740 +   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1.31741 +-  # A "../" for each directory in $ac_dir_suffix.
 1.31742 +-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 1.31743 +-else
 1.31744 +-  ac_dir_suffix= ac_top_builddir=
 1.31745 +-fi
 1.31746 ++  # A ".." for each directory in $ac_dir_suffix.
 1.31747 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 1.31748 ++  case $ac_top_builddir_sub in
 1.31749 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.31750 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 1.31751 ++  esac ;;
 1.31752 ++esac
 1.31753 ++ac_abs_top_builddir=$ac_pwd
 1.31754 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
 1.31755 ++# for backward compatibility:
 1.31756 ++ac_top_builddir=$ac_top_build_prefix
 1.31757 + 
 1.31758 + case $srcdir in
 1.31759 +-  .)  # No --srcdir option.  We are building in place.
 1.31760 ++  .)  # We are building in place.
 1.31761 +     ac_srcdir=.
 1.31762 +-    if test -z "$ac_top_builddir"; then
 1.31763 +-       ac_top_srcdir=.
 1.31764 +-    else
 1.31765 +-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 1.31766 +-    fi ;;
 1.31767 +-  [\\/]* | ?:[\\/]* )  # Absolute path.
 1.31768 ++    ac_top_srcdir=$ac_top_builddir_sub
 1.31769 ++    ac_abs_top_srcdir=$ac_pwd ;;
 1.31770 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
 1.31771 +     ac_srcdir=$srcdir$ac_dir_suffix;
 1.31772 +-    ac_top_srcdir=$srcdir ;;
 1.31773 +-  *) # Relative path.
 1.31774 +-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 1.31775 +-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 1.31776 +-esac
 1.31777 ++    ac_top_srcdir=$srcdir
 1.31778 ++    ac_abs_top_srcdir=$srcdir ;;
 1.31779 ++  *) # Relative name.
 1.31780 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 1.31781 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
 1.31782 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 1.31783 ++esac
 1.31784 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 1.31785 + 
 1.31786 +-# Do not use `cd foo && pwd` to compute absolute paths, because
 1.31787 +-# the directories may not exist.
 1.31788 +-case `pwd` in
 1.31789 +-.) ac_abs_builddir="$ac_dir";;
 1.31790 +-*)
 1.31791 +-  case "$ac_dir" in
 1.31792 +-  .) ac_abs_builddir=`pwd`;;
 1.31793 +-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 1.31794 +-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 1.31795 +-  esac;;
 1.31796 +-esac
 1.31797 +-case $ac_abs_builddir in
 1.31798 +-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.31799 +-*)
 1.31800 +-  case ${ac_top_builddir}. in
 1.31801 +-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 1.31802 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.31803 +-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 1.31804 +-  esac;;
 1.31805 +-esac
 1.31806 +-case $ac_abs_builddir in
 1.31807 +-.) ac_abs_srcdir=$ac_srcdir;;
 1.31808 +-*)
 1.31809 +-  case $ac_srcdir in
 1.31810 +-  .) ac_abs_srcdir=$ac_abs_builddir;;
 1.31811 +-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 1.31812 +-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 1.31813 +-  esac;;
 1.31814 +-esac
 1.31815 +-case $ac_abs_builddir in
 1.31816 +-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.31817 +-*)
 1.31818 +-  case $ac_top_srcdir in
 1.31819 +-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 1.31820 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.31821 +-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 1.31822 +-  esac;;
 1.31823 +-esac
 1.31824 + 
 1.31825 ++  case $ac_mode in
 1.31826 ++  :F)
 1.31827 ++  #
 1.31828 ++  # CONFIG_FILE
 1.31829 ++  #
 1.31830 + 
 1.31831 +   case $INSTALL in
 1.31832 +   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 1.31833 +-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
 1.31834 ++  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 1.31835 +   esac
 1.31836 ++_ACEOF
 1.31837 + 
 1.31838 +-  if test x"$ac_file" != x-; then
 1.31839 +-    { echo "$as_me:$LINENO: creating $ac_file" >&5
 1.31840 +-echo "$as_me: creating $ac_file" >&6;}
 1.31841 +-    rm -f "$ac_file"
 1.31842 +-  fi
 1.31843 +-  # Let's still pretend it is `configure' which instantiates (i.e., don't
 1.31844 +-  # use $as_me), people would be surprised to read:
 1.31845 +-  #    /* config.h.  Generated by config.status.  */
 1.31846 +-  if test x"$ac_file" = x-; then
 1.31847 +-    configure_input=
 1.31848 +-  else
 1.31849 +-    configure_input="$ac_file.  "
 1.31850 +-  fi
 1.31851 +-  configure_input=$configure_input"Generated from `echo $ac_file_in |
 1.31852 +-				     sed 's,.*/,,'` by configure."
 1.31853 +-
 1.31854 +-  # First look for the input files in the build tree, otherwise in the
 1.31855 +-  # src tree.
 1.31856 +-  ac_file_inputs=`IFS=:
 1.31857 +-    for f in $ac_file_in; do
 1.31858 +-      case $f in
 1.31859 +-      -) echo $tmp/stdin ;;
 1.31860 +-      [\\/$]*)
 1.31861 +-	 # Absolute (can't be DOS-style, as IFS=:)
 1.31862 +-	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 1.31863 +-echo "$as_me: error: cannot find input file: $f" >&2;}
 1.31864 +-   { (exit 1); exit 1; }; }
 1.31865 +-	 echo "$f";;
 1.31866 +-      *) # Relative
 1.31867 +-	 if test -f "$f"; then
 1.31868 +-	   # Build tree
 1.31869 +-	   echo "$f"
 1.31870 +-	 elif test -f "$srcdir/$f"; then
 1.31871 +-	   # Source tree
 1.31872 +-	   echo "$srcdir/$f"
 1.31873 +-	 else
 1.31874 +-	   # /dev/null tree
 1.31875 +-	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 1.31876 +-echo "$as_me: error: cannot find input file: $f" >&2;}
 1.31877 +-   { (exit 1); exit 1; }; }
 1.31878 +-	 fi;;
 1.31879 +-      esac
 1.31880 +-    done` || { (exit 1); exit 1; }
 1.31881 ++cat >>$CONFIG_STATUS <<\_ACEOF
 1.31882 ++# If the template does not know about datarootdir, expand it.
 1.31883 ++# FIXME: This hack should be removed a few years after 2.60.
 1.31884 ++ac_datarootdir_hack=; ac_datarootdir_seen=
 1.31885 ++
 1.31886 ++case `sed -n '/datarootdir/ {
 1.31887 ++  p
 1.31888 ++  q
 1.31889 ++}
 1.31890 ++/@datadir@/p
 1.31891 ++/@docdir@/p
 1.31892 ++/@infodir@/p
 1.31893 ++/@localedir@/p
 1.31894 ++/@mandir@/p
 1.31895 ++' $ac_file_inputs` in
 1.31896 ++*datarootdir*) ac_datarootdir_seen=yes;;
 1.31897 ++*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 1.31898 ++  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 1.31899 ++echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 1.31900 ++_ACEOF
 1.31901 ++cat >>$CONFIG_STATUS <<_ACEOF
 1.31902 ++  ac_datarootdir_hack='
 1.31903 ++  s&@datadir@&$datadir&g
 1.31904 ++  s&@docdir@&$docdir&g
 1.31905 ++  s&@infodir@&$infodir&g
 1.31906 ++  s&@localedir@&$localedir&g
 1.31907 ++  s&@mandir@&$mandir&g
 1.31908 ++    s&\\\${datarootdir}&$datarootdir&g' ;;
 1.31909 ++esac
 1.31910 + _ACEOF
 1.31911 ++
 1.31912 ++# Neutralize VPATH when `$srcdir' = `.'.
 1.31913 ++# Shell code in configure.ac might set extrasub.
 1.31914 ++# FIXME: do we really want to maintain this feature?
 1.31915 + cat >>$CONFIG_STATUS <<_ACEOF
 1.31916 +   sed "$ac_vpsub
 1.31917 + $extrasub
 1.31918 +@@ -12791,142 +13936,43 @@
 1.31919 + cat >>$CONFIG_STATUS <<\_ACEOF
 1.31920 + :t
 1.31921 + /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 1.31922 +-s,@configure_input@,$configure_input,;t t
 1.31923 +-s,@srcdir@,$ac_srcdir,;t t
 1.31924 +-s,@abs_srcdir@,$ac_abs_srcdir,;t t
 1.31925 +-s,@top_srcdir@,$ac_top_srcdir,;t t
 1.31926 +-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
 1.31927 +-s,@builddir@,$ac_builddir,;t t
 1.31928 +-s,@abs_builddir@,$ac_abs_builddir,;t t
 1.31929 +-s,@top_builddir@,$ac_top_builddir,;t t
 1.31930 +-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
 1.31931 +-s,@INSTALL@,$ac_INSTALL,;t t
 1.31932 +-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
 1.31933 +-  rm -f $tmp/stdin
 1.31934 +-  if test x"$ac_file" != x-; then
 1.31935 +-    mv $tmp/out $ac_file
 1.31936 +-  else
 1.31937 +-    cat $tmp/out
 1.31938 +-    rm -f $tmp/out
 1.31939 +-  fi
 1.31940 +-
 1.31941 +-done
 1.31942 +-_ACEOF
 1.31943 +-cat >>$CONFIG_STATUS <<\_ACEOF
 1.31944 +-
 1.31945 +-#
 1.31946 +-# CONFIG_COMMANDS section.
 1.31947 +-#
 1.31948 +-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
 1.31949 +-  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
 1.31950 +-  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
 1.31951 +-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
 1.31952 +-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.31953 +-	 X"$ac_dest" : 'X\(//\)[^/]' \| \
 1.31954 +-	 X"$ac_dest" : 'X\(//\)$' \| \
 1.31955 +-	 X"$ac_dest" : 'X\(/\)' \| \
 1.31956 +-	 .     : '\(.\)' 2>/dev/null ||
 1.31957 +-echo X"$ac_dest" |
 1.31958 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.31959 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.31960 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.31961 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.31962 +-  	  s/.*/./; q'`
 1.31963 +-  { if $as_mkdir_p; then
 1.31964 +-    mkdir -p "$ac_dir"
 1.31965 +-  else
 1.31966 +-    as_dir="$ac_dir"
 1.31967 +-    as_dirs=
 1.31968 +-    while test ! -d "$as_dir"; do
 1.31969 +-      as_dirs="$as_dir $as_dirs"
 1.31970 +-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 1.31971 +-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.31972 +-	 X"$as_dir" : 'X\(//\)[^/]' \| \
 1.31973 +-	 X"$as_dir" : 'X\(//\)$' \| \
 1.31974 +-	 X"$as_dir" : 'X\(/\)' \| \
 1.31975 +-	 .     : '\(.\)' 2>/dev/null ||
 1.31976 +-echo X"$as_dir" |
 1.31977 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.31978 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.31979 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.31980 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.31981 +-  	  s/.*/./; q'`
 1.31982 +-    done
 1.31983 +-    test ! -n "$as_dirs" || mkdir $as_dirs
 1.31984 +-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 1.31985 +-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 1.31986 +-   { (exit 1); exit 1; }; }; }
 1.31987 ++s&@configure_input@&$configure_input&;t t
 1.31988 ++s&@top_builddir@&$ac_top_builddir_sub&;t t
 1.31989 ++s&@srcdir@&$ac_srcdir&;t t
 1.31990 ++s&@abs_srcdir@&$ac_abs_srcdir&;t t
 1.31991 ++s&@top_srcdir@&$ac_top_srcdir&;t t
 1.31992 ++s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 1.31993 ++s&@builddir@&$ac_builddir&;t t
 1.31994 ++s&@abs_builddir@&$ac_abs_builddir&;t t
 1.31995 ++s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 1.31996 ++s&@INSTALL@&$ac_INSTALL&;t t
 1.31997 ++$ac_datarootdir_hack
 1.31998 ++" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
 1.31999 ++
 1.32000 ++test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 1.32001 ++  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 1.32002 ++  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 1.32003 ++  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 1.32004 ++which seems to be undefined.  Please make sure it is defined." >&5
 1.32005 ++echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 1.32006 ++which seems to be undefined.  Please make sure it is defined." >&2;}
 1.32007 + 
 1.32008 +-  ac_builddir=.
 1.32009 +-
 1.32010 +-if test "$ac_dir" != .; then
 1.32011 +-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1.32012 +-  # A "../" for each directory in $ac_dir_suffix.
 1.32013 +-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 1.32014 +-else
 1.32015 +-  ac_dir_suffix= ac_top_builddir=
 1.32016 +-fi
 1.32017 ++  rm -f "$tmp/stdin"
 1.32018 ++  case $ac_file in
 1.32019 ++  -) cat "$tmp/out"; rm -f "$tmp/out";;
 1.32020 ++  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 1.32021 ++  esac
 1.32022 ++ ;;
 1.32023 + 
 1.32024 +-case $srcdir in
 1.32025 +-  .)  # No --srcdir option.  We are building in place.
 1.32026 +-    ac_srcdir=.
 1.32027 +-    if test -z "$ac_top_builddir"; then
 1.32028 +-       ac_top_srcdir=.
 1.32029 +-    else
 1.32030 +-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 1.32031 +-    fi ;;
 1.32032 +-  [\\/]* | ?:[\\/]* )  # Absolute path.
 1.32033 +-    ac_srcdir=$srcdir$ac_dir_suffix;
 1.32034 +-    ac_top_srcdir=$srcdir ;;
 1.32035 +-  *) # Relative path.
 1.32036 +-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 1.32037 +-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 1.32038 +-esac
 1.32039 + 
 1.32040 +-# Do not use `cd foo && pwd` to compute absolute paths, because
 1.32041 +-# the directories may not exist.
 1.32042 +-case `pwd` in
 1.32043 +-.) ac_abs_builddir="$ac_dir";;
 1.32044 +-*)
 1.32045 +-  case "$ac_dir" in
 1.32046 +-  .) ac_abs_builddir=`pwd`;;
 1.32047 +-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 1.32048 +-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 1.32049 +-  esac;;
 1.32050 +-esac
 1.32051 +-case $ac_abs_builddir in
 1.32052 +-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.32053 +-*)
 1.32054 +-  case ${ac_top_builddir}. in
 1.32055 +-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 1.32056 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.32057 +-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 1.32058 +-  esac;;
 1.32059 +-esac
 1.32060 +-case $ac_abs_builddir in
 1.32061 +-.) ac_abs_srcdir=$ac_srcdir;;
 1.32062 +-*)
 1.32063 +-  case $ac_srcdir in
 1.32064 +-  .) ac_abs_srcdir=$ac_abs_builddir;;
 1.32065 +-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 1.32066 +-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 1.32067 +-  esac;;
 1.32068 +-esac
 1.32069 +-case $ac_abs_builddir in
 1.32070 +-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.32071 +-*)
 1.32072 +-  case $ac_top_srcdir in
 1.32073 +-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 1.32074 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.32075 +-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 1.32076 +-  esac;;
 1.32077 +-esac
 1.32078 ++  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 1.32079 ++echo "$as_me: executing $ac_file commands" >&6;}
 1.32080 ++ ;;
 1.32081 ++  esac
 1.32082 + 
 1.32083 + 
 1.32084 +-  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
 1.32085 +-echo "$as_me: executing $ac_dest commands" >&6;}
 1.32086 +-  case $ac_dest in
 1.32087 +-    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 1.32088 ++  case $ac_file$ac_mode in
 1.32089 ++    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 1.32090 +   # Strip MF so we end up with the name of the file.
 1.32091 +   mf=`echo "$mf" | sed -e 's/:.*$//'`
 1.32092 +   # Check whether this is an Automake generated Makefile or not.
 1.32093 +@@ -12936,18 +13982,29 @@
 1.32094 +   # each Makefile.in and add a new line on top of each file to say so.
 1.32095 +   # So let's grep whole file.
 1.32096 +   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 1.32097 +-    dirpart=`(dirname "$mf") 2>/dev/null ||
 1.32098 ++    dirpart=`$as_dirname -- "$mf" ||
 1.32099 + $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.32100 + 	 X"$mf" : 'X\(//\)[^/]' \| \
 1.32101 + 	 X"$mf" : 'X\(//\)$' \| \
 1.32102 +-	 X"$mf" : 'X\(/\)' \| \
 1.32103 +-	 .     : '\(.\)' 2>/dev/null ||
 1.32104 ++	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 1.32105 + echo X"$mf" |
 1.32106 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.32107 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.32108 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.32109 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.32110 +-  	  s/.*/./; q'`
 1.32111 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.32112 ++	    s//\1/
 1.32113 ++	    q
 1.32114 ++	  }
 1.32115 ++	  /^X\(\/\/\)[^/].*/{
 1.32116 ++	    s//\1/
 1.32117 ++	    q
 1.32118 ++	  }
 1.32119 ++	  /^X\(\/\/\)$/{
 1.32120 ++	    s//\1/
 1.32121 ++	    q
 1.32122 ++	  }
 1.32123 ++	  /^X\(\/\).*/{
 1.32124 ++	    s//\1/
 1.32125 ++	    q
 1.32126 ++	  }
 1.32127 ++	  s/.*/./; q'`
 1.32128 +   else
 1.32129 +     continue
 1.32130 +   fi
 1.32131 +@@ -12969,49 +14026,76 @@
 1.32132 +        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 1.32133 +     # Make sure the directory exists.
 1.32134 +     test -f "$dirpart/$file" && continue
 1.32135 +-    fdir=`(dirname "$file") 2>/dev/null ||
 1.32136 ++    fdir=`$as_dirname -- "$file" ||
 1.32137 + $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.32138 + 	 X"$file" : 'X\(//\)[^/]' \| \
 1.32139 + 	 X"$file" : 'X\(//\)$' \| \
 1.32140 +-	 X"$file" : 'X\(/\)' \| \
 1.32141 +-	 .     : '\(.\)' 2>/dev/null ||
 1.32142 ++	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 1.32143 + echo X"$file" |
 1.32144 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.32145 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.32146 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.32147 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.32148 +-  	  s/.*/./; q'`
 1.32149 +-    { if $as_mkdir_p; then
 1.32150 +-    mkdir -p $dirpart/$fdir
 1.32151 +-  else
 1.32152 +-    as_dir=$dirpart/$fdir
 1.32153 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.32154 ++	    s//\1/
 1.32155 ++	    q
 1.32156 ++	  }
 1.32157 ++	  /^X\(\/\/\)[^/].*/{
 1.32158 ++	    s//\1/
 1.32159 ++	    q
 1.32160 ++	  }
 1.32161 ++	  /^X\(\/\/\)$/{
 1.32162 ++	    s//\1/
 1.32163 ++	    q
 1.32164 ++	  }
 1.32165 ++	  /^X\(\/\).*/{
 1.32166 ++	    s//\1/
 1.32167 ++	    q
 1.32168 ++	  }
 1.32169 ++	  s/.*/./; q'`
 1.32170 ++    { as_dir=$dirpart/$fdir
 1.32171 ++  case $as_dir in #(
 1.32172 ++  -*) as_dir=./$as_dir;;
 1.32173 ++  esac
 1.32174 ++  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 1.32175 +     as_dirs=
 1.32176 +-    while test ! -d "$as_dir"; do
 1.32177 +-      as_dirs="$as_dir $as_dirs"
 1.32178 +-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 1.32179 ++    while :; do
 1.32180 ++      case $as_dir in #(
 1.32181 ++      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 1.32182 ++      *) as_qdir=$as_dir;;
 1.32183 ++      esac
 1.32184 ++      as_dirs="'$as_qdir' $as_dirs"
 1.32185 ++      as_dir=`$as_dirname -- "$as_dir" ||
 1.32186 + $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.32187 + 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 1.32188 + 	 X"$as_dir" : 'X\(//\)$' \| \
 1.32189 +-	 X"$as_dir" : 'X\(/\)' \| \
 1.32190 +-	 .     : '\(.\)' 2>/dev/null ||
 1.32191 ++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 1.32192 + echo X"$as_dir" |
 1.32193 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.32194 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.32195 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.32196 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.32197 +-  	  s/.*/./; q'`
 1.32198 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.32199 ++	    s//\1/
 1.32200 ++	    q
 1.32201 ++	  }
 1.32202 ++	  /^X\(\/\/\)[^/].*/{
 1.32203 ++	    s//\1/
 1.32204 ++	    q
 1.32205 ++	  }
 1.32206 ++	  /^X\(\/\/\)$/{
 1.32207 ++	    s//\1/
 1.32208 ++	    q
 1.32209 ++	  }
 1.32210 ++	  /^X\(\/\).*/{
 1.32211 ++	    s//\1/
 1.32212 ++	    q
 1.32213 ++	  }
 1.32214 ++	  s/.*/./; q'`
 1.32215 ++      test -d "$as_dir" && break
 1.32216 +     done
 1.32217 +-    test ! -n "$as_dirs" || mkdir $as_dirs
 1.32218 +-  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
 1.32219 +-echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
 1.32220 ++    test -z "$as_dirs" || eval "mkdir $as_dirs"
 1.32221 ++  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 1.32222 ++echo "$as_me: error: cannot create directory $as_dir" >&2;}
 1.32223 +    { (exit 1); exit 1; }; }; }
 1.32224 +-
 1.32225 +     # echo "creating $dirpart/$file"
 1.32226 +     echo '# dummy' > "$dirpart/$file"
 1.32227 +   done
 1.32228 + done
 1.32229 +  ;;
 1.32230 +-    libtool )
 1.32231 ++    "libtool":C)
 1.32232 + 
 1.32233 +     # See if we are running on zsh, and set the options which allow our
 1.32234 +     # commands through without removal of \ escapes.
 1.32235 +@@ -13652,11 +14736,10 @@
 1.32236 +   chmod +x "$ofile"
 1.32237 + 
 1.32238 +  ;;
 1.32239 ++
 1.32240 +   esac
 1.32241 +-done
 1.32242 +-_ACEOF
 1.32243 ++done # for ac_tag
 1.32244 + 
 1.32245 +-cat >>$CONFIG_STATUS <<\_ACEOF
 1.32246 + 
 1.32247 + { (exit 0); exit 0; }
 1.32248 + _ACEOF
 1.32249 +@@ -13686,7 +14769,7 @@
 1.32250 + fi
 1.32251 + 
 1.32252 + #
 1.32253 +-# CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
 1.32254 ++# CONFIG_SUBDIRS section.
 1.32255 + #
 1.32256 + if test "$no_recursion" != yes; then
 1.32257 + 
 1.32258 +@@ -13733,7 +14816,12 @@
 1.32259 +   case $ac_arg in
 1.32260 +   *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 1.32261 +   esac
 1.32262 +-  ac_sub_configure_args="$ac_arg $ac_sub_configure_args"
 1.32263 ++  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
 1.32264 ++
 1.32265 ++  # Pass --silent
 1.32266 ++  if test "$silent" = yes; then
 1.32267 ++    ac_sub_configure_args="--silent $ac_sub_configure_args"
 1.32268 ++  fi
 1.32269 + 
 1.32270 +   ac_popdir=`pwd`
 1.32271 +   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
 1.32272 +@@ -13742,97 +14830,83 @@
 1.32273 +     # parts of a large source tree are present.
 1.32274 +     test -d "$srcdir/$ac_dir" || continue
 1.32275 + 
 1.32276 +-    { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
 1.32277 +-echo "$as_me: configuring in $ac_dir" >&6;}
 1.32278 +-    { if $as_mkdir_p; then
 1.32279 +-    mkdir -p "$ac_dir"
 1.32280 +-  else
 1.32281 +-    as_dir="$ac_dir"
 1.32282 ++    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
 1.32283 ++    echo "$as_me:$LINENO: $ac_msg" >&5
 1.32284 ++    echo "$ac_msg" >&6
 1.32285 ++    { as_dir="$ac_dir"
 1.32286 ++  case $as_dir in #(
 1.32287 ++  -*) as_dir=./$as_dir;;
 1.32288 ++  esac
 1.32289 ++  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 1.32290 +     as_dirs=
 1.32291 +-    while test ! -d "$as_dir"; do
 1.32292 +-      as_dirs="$as_dir $as_dirs"
 1.32293 +-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 1.32294 ++    while :; do
 1.32295 ++      case $as_dir in #(
 1.32296 ++      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 1.32297 ++      *) as_qdir=$as_dir;;
 1.32298 ++      esac
 1.32299 ++      as_dirs="'$as_qdir' $as_dirs"
 1.32300 ++      as_dir=`$as_dirname -- "$as_dir" ||
 1.32301 + $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1.32302 + 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 1.32303 + 	 X"$as_dir" : 'X\(//\)$' \| \
 1.32304 +-	 X"$as_dir" : 'X\(/\)' \| \
 1.32305 +-	 .     : '\(.\)' 2>/dev/null ||
 1.32306 ++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 1.32307 + echo X"$as_dir" |
 1.32308 +-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 1.32309 +-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 1.32310 +-  	  /^X\(\/\/\)$/{ s//\1/; q; }
 1.32311 +-  	  /^X\(\/\).*/{ s//\1/; q; }
 1.32312 +-  	  s/.*/./; q'`
 1.32313 ++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1.32314 ++	    s//\1/
 1.32315 ++	    q
 1.32316 ++	  }
 1.32317 ++	  /^X\(\/\/\)[^/].*/{
 1.32318 ++	    s//\1/
 1.32319 ++	    q
 1.32320 ++	  }
 1.32321 ++	  /^X\(\/\/\)$/{
 1.32322 ++	    s//\1/
 1.32323 ++	    q
 1.32324 ++	  }
 1.32325 ++	  /^X\(\/\).*/{
 1.32326 ++	    s//\1/
 1.32327 ++	    q
 1.32328 ++	  }
 1.32329 ++	  s/.*/./; q'`
 1.32330 ++      test -d "$as_dir" && break
 1.32331 +     done
 1.32332 +-    test ! -n "$as_dirs" || mkdir $as_dirs
 1.32333 +-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 1.32334 +-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 1.32335 ++    test -z "$as_dirs" || eval "mkdir $as_dirs"
 1.32336 ++  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 1.32337 ++echo "$as_me: error: cannot create directory $as_dir" >&2;}
 1.32338 +    { (exit 1); exit 1; }; }; }
 1.32339 +-
 1.32340 +     ac_builddir=.
 1.32341 + 
 1.32342 +-if test "$ac_dir" != .; then
 1.32343 ++case "$ac_dir" in
 1.32344 ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.32345 ++*)
 1.32346 +   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1.32347 +-  # A "../" for each directory in $ac_dir_suffix.
 1.32348 +-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 1.32349 +-else
 1.32350 +-  ac_dir_suffix= ac_top_builddir=
 1.32351 +-fi
 1.32352 ++  # A ".." for each directory in $ac_dir_suffix.
 1.32353 ++  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 1.32354 ++  case $ac_top_builddir_sub in
 1.32355 ++  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1.32356 ++  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 1.32357 ++  esac ;;
 1.32358 ++esac
 1.32359 ++ac_abs_top_builddir=$ac_pwd
 1.32360 ++ac_abs_builddir=$ac_pwd$ac_dir_suffix
 1.32361 ++# for backward compatibility:
 1.32362 ++ac_top_builddir=$ac_top_build_prefix
 1.32363 + 
 1.32364 + case $srcdir in
 1.32365 +-  .)  # No --srcdir option.  We are building in place.
 1.32366 ++  .)  # We are building in place.
 1.32367 +     ac_srcdir=.
 1.32368 +-    if test -z "$ac_top_builddir"; then
 1.32369 +-       ac_top_srcdir=.
 1.32370 +-    else
 1.32371 +-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 1.32372 +-    fi ;;
 1.32373 +-  [\\/]* | ?:[\\/]* )  # Absolute path.
 1.32374 ++    ac_top_srcdir=$ac_top_builddir_sub
 1.32375 ++    ac_abs_top_srcdir=$ac_pwd ;;
 1.32376 ++  [\\/]* | ?:[\\/]* )  # Absolute name.
 1.32377 +     ac_srcdir=$srcdir$ac_dir_suffix;
 1.32378 +-    ac_top_srcdir=$srcdir ;;
 1.32379 +-  *) # Relative path.
 1.32380 +-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 1.32381 +-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 1.32382 +-esac
 1.32383 +-
 1.32384 +-# Do not use `cd foo && pwd` to compute absolute paths, because
 1.32385 +-# the directories may not exist.
 1.32386 +-case `pwd` in
 1.32387 +-.) ac_abs_builddir="$ac_dir";;
 1.32388 +-*)
 1.32389 +-  case "$ac_dir" in
 1.32390 +-  .) ac_abs_builddir=`pwd`;;
 1.32391 +-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 1.32392 +-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 1.32393 +-  esac;;
 1.32394 +-esac
 1.32395 +-case $ac_abs_builddir in
 1.32396 +-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.32397 +-*)
 1.32398 +-  case ${ac_top_builddir}. in
 1.32399 +-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 1.32400 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 1.32401 +-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 1.32402 +-  esac;;
 1.32403 +-esac
 1.32404 +-case $ac_abs_builddir in
 1.32405 +-.) ac_abs_srcdir=$ac_srcdir;;
 1.32406 +-*)
 1.32407 +-  case $ac_srcdir in
 1.32408 +-  .) ac_abs_srcdir=$ac_abs_builddir;;
 1.32409 +-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 1.32410 +-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 1.32411 +-  esac;;
 1.32412 +-esac
 1.32413 +-case $ac_abs_builddir in
 1.32414 +-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.32415 +-*)
 1.32416 +-  case $ac_top_srcdir in
 1.32417 +-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 1.32418 +-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 1.32419 +-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 1.32420 +-  esac;;
 1.32421 ++    ac_top_srcdir=$srcdir
 1.32422 ++    ac_abs_top_srcdir=$srcdir ;;
 1.32423 ++  *) # Relative name.
 1.32424 ++    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 1.32425 ++    ac_top_srcdir=$ac_top_build_prefix$srcdir
 1.32426 ++    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 1.32427 + esac
 1.32428 ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 1.32429 + 
 1.32430 + 
 1.32431 +     cd "$ac_dir"
 1.32432 +@@ -13856,8 +14930,8 @@
 1.32433 +       # Make the cache file name correct relative to the subdirectory.
 1.32434 +       case $cache_file in
 1.32435 +       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
 1.32436 +-      *) # Relative path.
 1.32437 +-	ac_sub_cache_file=$ac_top_builddir$cache_file ;;
 1.32438 ++      *) # Relative name.
 1.32439 ++	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
 1.32440 +       esac
 1.32441 + 
 1.32442 +       { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
 1.32443 +diff -Naur newlib-1.17.0/newlib/libc/sys/configure.in newlib-1.17.0-new/newlib/libc/sys/configure.in
 1.32444 +--- newlib-1.17.0/newlib/libc/sys/configure.in	2007-05-24 19:33:37.000000000 +0200
 1.32445 ++++ newlib-1.17.0-new/newlib/libc/sys/configure.in	2009-05-22 09:57:50.000000000 +0200
 1.32446 +@@ -24,6 +24,7 @@
 1.32447 + 	a29khif) AC_CONFIG_SUBDIRS(a29khif) ;;
 1.32448 + 	arc) AC_CONFIG_SUBDIRS(arc) ;;
 1.32449 + 	arm) AC_CONFIG_SUBDIRS(arm) ;;
 1.32450 ++	avr32) AC_CONFIG_SUBDIRS(avr32) ;;
 1.32451 + 	d10v) AC_CONFIG_SUBDIRS(d10v) ;;
 1.32452 + 	decstation) AC_CONFIG_SUBDIRS(decstation) ;;
 1.32453 + 	h8300hms) AC_CONFIG_SUBDIRS(h8300hms) ;;