patches/newlib/1.17.0/100-avr32.patch
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Jun 25 23:33:01 2014 +0200 (2014-06-25)
changeset 3325 069f43a215cc
permissions -rw-r--r--
all: fix wildcard to work with make-4.x

In make-3.8x, the $(wildacrd) function would sort the entries,
while in make-4.x, it would just return the entries in any
unpredictable order [*]

Use the $(sort) function to get reproducible behaviour.

[*] Well, most probably the roder the entries appear when read
from readdir()

Reported-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
     1 diff -Naur newlib-1.17.0/COPYING.LIBGLOSS newlib-1.17.0-new/COPYING.LIBGLOSS
     2 --- newlib-1.17.0/COPYING.LIBGLOSS	2008-12-18 00:16:07.000000000 +0100
     3 +++ newlib-1.17.0-new/COPYING.LIBGLOSS	2009-05-22 09:57:49.000000000 +0200
     4 @@ -228,3 +228,33 @@
     5   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     6   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     7   SUCH DAMAGE.
     8 +
     9 +(13) Atmel Corporation  (avr32 targets only)
    10 +Copyright (c) 2006, Atmel Corporation All rights reserved.
    11 +
    12 +Redistribution and use in source and binary forms, with or without
    13 +modification, are permitted provided that the following conditions are met:
    14 +
    15 +1. Redistributions of source code must retain the above copyright notice,
    16 +this list of conditions and the following disclaimer.
    17 +
    18 +2. Redistributions in binary form must reproduce the above copyright notice,
    19 +this list of conditions and the following disclaimer in the documentation
    20 +and/or other materials provided with the distribution.
    21 +
    22 +3. The name of ATMEL may not be used to endorse or promote products
    23 +derived from this software without specific prior written permission.
    24 +
    25 +THIS SOFTWARE IS PROVIDED BY ATMEL ``AS IS'' AND ANY EXPRESS
    26 +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    27 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    28 +PARTICULAR PURPOSE ARE EXPRESSLY AND SPECIFICALLY
    29 +DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT,
    30 +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    31 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    32 +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
    33 +OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    34 +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    35 +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
    36 +WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    37 +POSSIBILITY OF SUCH DAMAGE.
    38 diff -Naur newlib-1.17.0/COPYING.NEWLIB newlib-1.17.0-new/COPYING.NEWLIB
    39 --- newlib-1.17.0/COPYING.NEWLIB	2008-12-18 00:16:07.000000000 +0100
    40 +++ newlib-1.17.0-new/COPYING.NEWLIB	2009-05-22 09:57:49.000000000 +0200
    41 @@ -767,3 +767,33 @@
    42   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    43   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    44   SUCH DAMAGE.
    45 +
    46 +(35) Atmel Corporation  (avr32 targets only)
    47 +Copyright (c) 2006, Atmel Corporation All rights reserved.
    48 +
    49 +Redistribution and use in source and binary forms, with or without
    50 +modification, are permitted provided that the following conditions are met:
    51 +
    52 +1. Redistributions of source code must retain the above copyright notice,
    53 +this list of conditions and the following disclaimer.
    54 +
    55 +2. Redistributions in binary form must reproduce the above copyright notice,
    56 +this list of conditions and the following disclaimer in the documentation
    57 +and/or other materials provided with the distribution.
    58 +
    59 +3. The name of ATMEL may not be used to endorse or promote products
    60 +derived from this software without specific prior written permission.
    61 +
    62 +THIS SOFTWARE IS PROVIDED BY ATMEL ``AS IS'' AND ANY EXPRESS
    63 +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    64 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    65 +PARTICULAR PURPOSE ARE EXPRESSLY AND SPECIFICALLY
    66 +DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT,
    67 +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    68 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    69 +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
    70 +OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    71 +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    72 +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
    73 +WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    74 +POSSIBILITY OF SUCH DAMAGE.
    75 diff -Naur newlib-1.17.0/newlib/configure.host newlib-1.17.0-new/newlib/configure.host
    76 --- newlib-1.17.0/newlib/configure.host	2008-12-18 00:09:09.000000000 +0100
    77 +++ newlib-1.17.0-new/newlib/configure.host	2009-05-22 09:57:49.000000000 +0200
    78 @@ -99,6 +99,10 @@
    79    arm)
    80  	machine_dir=arm
    81  	;;
    82 +  avr32*)
    83 +	machine_dir=avr32
    84 +	newlib_cflags="${newlib_cflags} -ffunction-sections"
    85 +	;;
    86    avr*)
    87  	newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mcall-prologues"
    88  	;;
    89 @@ -365,6 +369,9 @@
    90    crx*)
    91  	sys_dir=
    92  	;;
    93 +  avr32-*-*)
    94 +	sys_dir=avr32 
    95 +	;;
    96    d10v*)
    97  	sys_dir=d10v
    98  	;;
    99 @@ -575,6 +582,10 @@
   100    arc*)
   101  	newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED"
   102  	;;
   103 +  avr32*)
   104 +	syscall_dir=syscalls	
   105 +	newlib_cflags="${newlib_cflags} -DHAVE_SYSTEM"
   106 +	;;
   107    avr*)
   108  	newlib_cflags="${newlib_cflags} -DNO_EXEC -DSMALL_MEMORY -DMISSING_SYSCALL_NAMES"
   109  	;;
   110 diff -Naur newlib-1.17.0/newlib/libc/include/machine/ieeefp.h newlib-1.17.0-new/newlib/libc/include/machine/ieeefp.h
   111 --- newlib-1.17.0/newlib/libc/include/machine/ieeefp.h	2008-12-11 21:05:38.000000000 +0100
   112 +++ newlib-1.17.0-new/newlib/libc/include/machine/ieeefp.h	2009-05-22 09:57:49.000000000 +0200
   113 @@ -275,6 +275,10 @@
   114  #define _DOUBLE_IS_32BITS
   115  #endif
   116  
   117 +#ifdef __AVR32__
   118 +#define __IEEE_BIG_ENDIAN
   119 +#endif
   120 +
   121  #if defined(__or32__) || defined(__or1k__) || defined(__or16__)
   122  #define __IEEE_BIG_ENDIAN
   123  #endif
   124 diff -Naur newlib-1.17.0/newlib/libc/include/machine/setjmp.h newlib-1.17.0-new/newlib/libc/include/machine/setjmp.h
   125 --- newlib-1.17.0/newlib/libc/include/machine/setjmp.h	2008-12-11 21:05:38.000000000 +0100
   126 +++ newlib-1.17.0-new/newlib/libc/include/machine/setjmp.h	2009-05-22 09:57:49.000000000 +0200
   127 @@ -13,6 +13,13 @@
   128  #define _JBLEN 24
   129  #endif
   130  
   131 +#if defined(__AVR32__)
   132 +/*
   133 +  r0-r7, lr, sp
   134 + */
   135 +#define _JBLEN 10
   136 +#endif
   137 +
   138  #ifdef __sparc__
   139  /*
   140   * onsstack,sigmask,sp,pc,npc,psr,g1,o0,wbcnt (sigcontext).
   141 diff -Naur newlib-1.17.0/newlib/libc/include/machine/time.h newlib-1.17.0-new/newlib/libc/include/machine/time.h
   142 --- newlib-1.17.0/newlib/libc/include/machine/time.h	2000-12-04 20:06:37.000000000 +0100
   143 +++ newlib-1.17.0-new/newlib/libc/include/machine/time.h	2009-05-22 09:57:49.000000000 +0200
   144 @@ -6,6 +6,10 @@
   145  #else  /* !__rtems__ */
   146  #if defined(__arm__) || defined(__thumb__)
   147  #define _CLOCKS_PER_SEC_ 100
   148 +#else
   149 +#if defined(__AVR32__)
   150 +#define _CLOCKS_PER_SEC_ 1000000
   151 +#endif
   152  #endif
   153  #endif /* !__rtems__ */
   154  
   155 diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/aclocal.m4 newlib-1.17.0-new/newlib/libc/machine/avr32/aclocal.m4
   156 --- newlib-1.17.0/newlib/libc/machine/avr32/aclocal.m4	1970-01-01 01:00:00.000000000 +0100
   157 +++ newlib-1.17.0-new/newlib/libc/machine/avr32/aclocal.m4	2009-05-22 09:57:49.000000000 +0200
   158 @@ -0,0 +1,382 @@
   159 +dnl aclocal.m4 generated automatically by aclocal 1.4-p6
   160 +
   161 +dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
   162 +dnl This file is free software; the Free Software Foundation
   163 +dnl gives unlimited permission to copy and/or distribute it,
   164 +dnl with or without modifications, as long as this notice is preserved.
   165 +
   166 +dnl This program is distributed in the hope that it will be useful,
   167 +dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   168 +dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   169 +dnl PARTICULAR PURPOSE.
   170 +
   171 +dnl This provides configure definitions used by all the newlib
   172 +dnl configure.in files.
   173 +
   174 +dnl Basic newlib configury.  This calls basic introductory stuff,
   175 +dnl including AM_INIT_AUTOMAKE and AC_CANONICAL_HOST.  It also runs
   176 +dnl configure.host.  The only argument is the relative path to the top
   177 +dnl newlib directory.
   178 +
   179 +AC_DEFUN(NEWLIB_CONFIGURE,
   180 +[
   181 +dnl Default to --enable-multilib
   182 +AC_ARG_ENABLE(multilib,
   183 +[  --enable-multilib         build many library versions (default)],
   184 +[case "${enableval}" in
   185 +  yes) multilib=yes ;;
   186 +  no)  multilib=no ;;
   187 +  *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
   188 + esac], [multilib=yes])dnl
   189 +
   190 +dnl Support --enable-target-optspace
   191 +AC_ARG_ENABLE(target-optspace,
   192 +[  --enable-target-optspace  optimize for space],
   193 +[case "${enableval}" in
   194 +  yes) target_optspace=yes ;;
   195 +  no)  target_optspace=no ;;
   196 +  *)   AC_MSG_ERROR(bad value ${enableval} for target-optspace option) ;;
   197 + esac], [target_optspace=])dnl
   198 +
   199 +dnl Support --enable-malloc-debugging - currently only supported for Cygwin
   200 +AC_ARG_ENABLE(malloc-debugging,
   201 +[  --enable-malloc-debugging indicate malloc debugging requested],
   202 +[case "${enableval}" in
   203 +  yes) malloc_debugging=yes ;;
   204 +  no)  malloc_debugging=no ;;
   205 +  *)   AC_MSG_ERROR(bad value ${enableval} for malloc-debugging option) ;;
   206 + esac], [malloc_debugging=])dnl
   207 +
   208 +dnl Support --enable-newlib-mb
   209 +AC_ARG_ENABLE(newlib-mb,
   210 +[  --enable-newlib-mb        enable multibyte support],
   211 +[case "${enableval}" in
   212 +  yes) newlib_mb=yes ;;
   213 +  no)  newlib_mb=no ;;
   214 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-mb option) ;;
   215 + esac], [newlib_mb=])dnl
   216 +
   217 +dnl Support --enable-newlib-iconv
   218 +AC_ARG_ENABLE(newlib-iconv,
   219 +[  --enable-newlib-iconv     enable iconv library support],
   220 +[case "${enableval}" in
   221 +  yes) newlib_iconv=yes ;;
   222 +  no)  newlib_iconv=no ;;
   223 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-iconv option) ;;
   224 + esac], [newlib_iconv=])dnl
   225 +
   226 +dnl Support --enable-newlib-builtin-converters
   227 +AC_ARG_ENABLE(newlib-builtin-converters,
   228 +[  --enable-newlib-builtin-converters   enable specific comma-separated list of iconv converters to be built-in],
   229 +[if test x${enableval} = x; then
   230 +   AC_MSG_ERROR(bad value ${enableval} for newlib-builtin-converters option - use comma-separated list)
   231 + fi
   232 + builtin_converters=${enableval}
   233 + ], [builtin_converters=])dnl
   234 +
   235 +dnl Support --enable-newlib-multithread
   236 +AC_ARG_ENABLE(newlib-multithread,
   237 +[  --enable-newlib-multithread        enable support for multiple threads],
   238 +[case "${enableval}" in
   239 +  yes) newlib_multithread=yes ;;
   240 +  no)  newlib_multithread=no ;;
   241 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-multithread option) ;;
   242 + esac], [newlib_multithread=yes])dnl
   243 +
   244 +dnl Support --enable-newlib-elix-level
   245 +AC_ARG_ENABLE(newlib-elix-level,
   246 +[  --enable-newlib-elix-level         supply desired elix library level (1-4)],
   247 +[case "${enableval}" in
   248 +  0)   newlib_elix_level=0 ;;
   249 +  1)   newlib_elix_level=1 ;;
   250 +  2)   newlib_elix_level=2 ;;
   251 +  3)   newlib_elix_level=3 ;;
   252 +  4)   newlib_elix_level=4 ;;
   253 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-elix-level option) ;;
   254 + esac], [newlib_elix_level=0])dnl
   255 +
   256 +dnl Support --disable-newlib-io-float
   257 +AC_ARG_ENABLE(newlib-io-float,
   258 +[  --disable-newlib-io-float disable printf/scanf family float support],
   259 +[case "${enableval}" in
   260 +  yes) newlib_io_float=yes ;;
   261 +  no)  newlib_io_float=no ;;
   262 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-io-float option) ;;
   263 + esac], [newlib_io_float=yes])dnl
   264 +
   265 +dnl Support --disable-newlib-supplied-syscalls
   266 +AC_ARG_ENABLE(newlib-supplied-syscalls,
   267 +[  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls],
   268 +[case "${enableval}" in
   269 +  yes) newlib_may_supply_syscalls=yes ;;
   270 +  no)  newlib_may_supply_syscalls=no ;;
   271 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-supplied-syscalls option) ;;
   272 + esac], [newlib_may_supply_syscalls=yes])dnl
   273 +
   274 +AM_CONDITIONAL(MAY_SUPPLY_SYSCALLS, test x[$]{newlib_may_supply_syscalls} = xyes)
   275 +
   276 +dnl We may get other options which we don't document:
   277 +dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
   278 +
   279 +test -z "[$]{with_target_subdir}" && with_target_subdir=.
   280 +
   281 +if test "[$]{srcdir}" = "."; then
   282 +  if test "[$]{with_target_subdir}" != "."; then
   283 +    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}../$1"
   284 +  else
   285 +    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}$1"
   286 +  fi
   287 +else
   288 +  newlib_basedir="[$]{srcdir}/$1"
   289 +fi
   290 +AC_SUBST(newlib_basedir)
   291 +
   292 +AC_CANONICAL_SYSTEM
   293 +
   294 +AM_INIT_AUTOMAKE(newlib, 1.12.0)
   295 +
   296 +# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
   297 +# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
   298 +# are probably using a cross compiler, which will not be able to fully
   299 +# link an executable.  This should really be fixed in autoconf
   300 +# itself.
   301 +
   302 +AC_DEFUN(LIB_AC_PROG_CC,
   303 +[AC_BEFORE([$0], [AC_PROG_CPP])dnl
   304 +AC_CHECK_PROG(CC, gcc, gcc)
   305 +if test -z "$CC"; then
   306 +  AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
   307 +  test -z "$CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
   308 +fi
   309 +
   310 +AC_PROG_CC_GNU
   311 +
   312 +if test $ac_cv_prog_gcc = yes; then
   313 +  GCC=yes
   314 +dnl Check whether -g works, even if CFLAGS is set, in case the package
   315 +dnl plays around with CFLAGS (such as to build both debugging and
   316 +dnl normal versions of a library), tasteless as that idea is.
   317 +  ac_test_CFLAGS="${CFLAGS+set}"
   318 +  ac_save_CFLAGS="$CFLAGS"
   319 +  CFLAGS=
   320 +  AC_PROG_CC_G
   321 +  if test "$ac_test_CFLAGS" = set; then
   322 +    CFLAGS="$ac_save_CFLAGS"
   323 +  elif test $ac_cv_prog_cc_g = yes; then
   324 +    CFLAGS="-g -O2"
   325 +  else
   326 +    CFLAGS="-O2"
   327 +  fi
   328 +else
   329 +  GCC=
   330 +  test "${CFLAGS+set}" = set || CFLAGS="-g"
   331 +fi
   332 +])
   333 +
   334 +LIB_AC_PROG_CC
   335 +
   336 +AC_CHECK_TOOL(AS, as)
   337 +AC_CHECK_TOOL(AR, ar)
   338 +AC_CHECK_TOOL(RANLIB, ranlib, :)
   339 +
   340 +AC_PROG_INSTALL
   341 +
   342 +AM_MAINTAINER_MODE
   343 +
   344 +# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
   345 +# at least currently, we never actually build a program, so we never
   346 +# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
   347 +# fails, because we are probably configuring with a cross compiler
   348 +# which can't create executables.  So we include AC_EXEEXT to keep
   349 +# automake happy, but we don't execute it, since we don't care about
   350 +# the result.
   351 +if false; then
   352 +  AC_EXEEXT
   353 +fi
   354 +
   355 +. [$]{newlib_basedir}/configure.host
   356 +
   357 +newlib_cflags="[$]{newlib_cflags} -fno-builtin"
   358 +
   359 +NEWLIB_CFLAGS=${newlib_cflags}
   360 +AC_SUBST(NEWLIB_CFLAGS)
   361 +
   362 +LDFLAGS=${ldflags}
   363 +AC_SUBST(LDFLAGS)
   364 +
   365 +AM_CONDITIONAL(ELIX_LEVEL_0, test x[$]{newlib_elix_level} = x0)
   366 +AM_CONDITIONAL(ELIX_LEVEL_1, test x[$]{newlib_elix_level} = x1)
   367 +AM_CONDITIONAL(ELIX_LEVEL_2, test x[$]{newlib_elix_level} = x2)
   368 +AM_CONDITIONAL(ELIX_LEVEL_3, test x[$]{newlib_elix_level} = x3)
   369 +AM_CONDITIONAL(ELIX_LEVEL_4, test x[$]{newlib_elix_level} = x4)
   370 +
   371 +AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
   372 +
   373 +# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
   374 +# use oext, which is set in configure.host based on the target platform.
   375 +OBJEXT=${oext}
   376 +
   377 +AC_SUBST(OBJEXT)
   378 +AC_SUBST(oext)
   379 +AC_SUBST(aext)
   380 +
   381 +AC_SUBST(libm_machine_dir)
   382 +AC_SUBST(machine_dir)
   383 +AC_SUBST(sys_dir)
   384 +])
   385 +
   386 +# Do all the work for Automake.  This macro actually does too much --
   387 +# some checks are only needed if your package does certain things.
   388 +# But this isn't really a big deal.
   389 +
   390 +# serial 1
   391 +
   392 +dnl Usage:
   393 +dnl AM_INIT_AUTOMAKE(package,version, [no-define])
   394 +
   395 +AC_DEFUN([AM_INIT_AUTOMAKE],
   396 +[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
   397 +AC_REQUIRE([AC_PROG_INSTALL])
   398 +PACKAGE=[$1]
   399 +AC_SUBST(PACKAGE)
   400 +VERSION=[$2]
   401 +AC_SUBST(VERSION)
   402 +dnl test to see if srcdir already configured
   403 +if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   404 +  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
   405 +fi
   406 +ifelse([$3],,
   407 +AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
   408 +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
   409 +AC_REQUIRE([AM_SANITY_CHECK])
   410 +AC_REQUIRE([AC_ARG_PROGRAM])
   411 +dnl FIXME This is truly gross.
   412 +missing_dir=`cd $ac_aux_dir && pwd`
   413 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
   414 +AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
   415 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
   416 +AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
   417 +AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
   418 +AC_REQUIRE([AC_PROG_MAKE_SET])])
   419 +
   420 +# Copyright 2002  Free Software Foundation, Inc.
   421 +
   422 +# This program is free software; you can redistribute it and/or modify
   423 +# it under the terms of the GNU General Public License as published by
   424 +# the Free Software Foundation; either version 2, or (at your option)
   425 +# any later version.
   426 +
   427 +# This program is distributed in the hope that it will be useful,
   428 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   429 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   430 +# GNU General Public License for more details.
   431 +
   432 +# You should have received a copy of the GNU General Public License
   433 +# along with this program; if not, write to the Free Software
   434 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
   435 +
   436 +# AM_AUTOMAKE_VERSION(VERSION)
   437 +# ----------------------------
   438 +# Automake X.Y traces this macro to ensure aclocal.m4 has been
   439 +# generated from the m4 files accompanying Automake X.Y.
   440 +AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
   441 +
   442 +# AM_SET_CURRENT_AUTOMAKE_VERSION
   443 +# -------------------------------
   444 +# Call AM_AUTOMAKE_VERSION so it can be traced.
   445 +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
   446 +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
   447 +	 [AM_AUTOMAKE_VERSION([1.4-p6])])
   448 +
   449 +#
   450 +# Check to make sure that the build environment is sane.
   451 +#
   452 +
   453 +AC_DEFUN([AM_SANITY_CHECK],
   454 +[AC_MSG_CHECKING([whether build environment is sane])
   455 +# Just in case
   456 +sleep 1
   457 +echo timestamp > conftestfile
   458 +# Do `set' in a subshell so we don't clobber the current shell's
   459 +# arguments.  Must try -L first in case configure is actually a
   460 +# symlink; some systems play weird games with the mod time of symlinks
   461 +# (eg FreeBSD returns the mod time of the symlink's containing
   462 +# directory).
   463 +if (
   464 +   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
   465 +   if test "[$]*" = "X"; then
   466 +      # -L didn't work.
   467 +      set X `ls -t $srcdir/configure conftestfile`
   468 +   fi
   469 +   if test "[$]*" != "X $srcdir/configure conftestfile" \
   470 +      && test "[$]*" != "X conftestfile $srcdir/configure"; then
   471 +
   472 +      # If neither matched, then we have a broken ls.  This can happen
   473 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
   474 +      # broken ls alias from the environment.  This has actually
   475 +      # happened.  Such a system could not be considered "sane".
   476 +      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
   477 +alias in your environment])
   478 +   fi
   479 +
   480 +   test "[$]2" = conftestfile
   481 +   )
   482 +then
   483 +   # Ok.
   484 +   :
   485 +else
   486 +   AC_MSG_ERROR([newly created file is older than distributed files!
   487 +Check your system clock])
   488 +fi
   489 +rm -f conftest*
   490 +AC_MSG_RESULT(yes)])
   491 +
   492 +dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
   493 +dnl The program must properly implement --version.
   494 +AC_DEFUN([AM_MISSING_PROG],
   495 +[AC_MSG_CHECKING(for working $2)
   496 +# Run test in a subshell; some versions of sh will print an error if
   497 +# an executable is not found, even if stderr is redirected.
   498 +# Redirect stdin to placate older versions of autoconf.  Sigh.
   499 +if ($2 --version) < /dev/null > /dev/null 2>&1; then
   500 +   $1=$2
   501 +   AC_MSG_RESULT(found)
   502 +else
   503 +   $1="$3/missing $2"
   504 +   AC_MSG_RESULT(missing)
   505 +fi
   506 +AC_SUBST($1)])
   507 +
   508 +# Define a conditional.
   509 +
   510 +AC_DEFUN([AM_CONDITIONAL],
   511 +[AC_SUBST($1_TRUE)
   512 +AC_SUBST($1_FALSE)
   513 +if $2; then
   514 +  $1_TRUE=
   515 +  $1_FALSE='#'
   516 +else
   517 +  $1_TRUE='#'
   518 +  $1_FALSE=
   519 +fi])
   520 +
   521 +# Add --enable-maintainer-mode option to configure.
   522 +# From Jim Meyering
   523 +
   524 +# serial 1
   525 +
   526 +AC_DEFUN([AM_MAINTAINER_MODE],
   527 +[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
   528 +  dnl maintainer-mode is disabled by default
   529 +  AC_ARG_ENABLE(maintainer-mode,
   530 +[  --enable-maintainer-mode enable make rules and dependencies not useful
   531 +                          (and sometimes confusing) to the casual installer],
   532 +      USE_MAINTAINER_MODE=$enableval,
   533 +      USE_MAINTAINER_MODE=no)
   534 +  AC_MSG_RESULT($USE_MAINTAINER_MODE)
   535 +  AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
   536 +  MAINT=$MAINTAINER_MODE_TRUE
   537 +  AC_SUBST(MAINT)dnl
   538 +]
   539 +)
   540 +
   541 diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/configure newlib-1.17.0-new/newlib/libc/machine/avr32/configure
   542 --- newlib-1.17.0/newlib/libc/machine/avr32/configure	1970-01-01 01:00:00.000000000 +0100
   543 +++ newlib-1.17.0-new/newlib/libc/machine/avr32/configure	2009-05-22 09:57:49.000000000 +0200
   544 @@ -0,0 +1,3950 @@
   545 +#! /bin/sh
   546 +# Guess values for system-dependent variables and create Makefiles.
   547 +# Generated by GNU Autoconf 2.61 for newlib NEWLIB_VERSION.
   548 +#
   549 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
   550 +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
   551 +# This configure script is free software; the Free Software Foundation
   552 +# gives unlimited permission to copy, distribute and modify it.
   553 +## --------------------- ##
   554 +## M4sh Initialization.  ##
   555 +## --------------------- ##
   556 +
   557 +# Be more Bourne compatible
   558 +DUALCASE=1; export DUALCASE # for MKS sh
   559 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   560 +  emulate sh
   561 +  NULLCMD=:
   562 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   563 +  # is contrary to our usage.  Disable this feature.
   564 +  alias -g '${1+"$@"}'='"$@"'
   565 +  setopt NO_GLOB_SUBST
   566 +else
   567 +  case `(set -o) 2>/dev/null` in
   568 +  *posix*) set -o posix ;;
   569 +esac
   570 +
   571 +fi
   572 +
   573 +
   574 +
   575 +
   576 +# PATH needs CR
   577 +# Avoid depending upon Character Ranges.
   578 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   579 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   580 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   581 +as_cr_digits='0123456789'
   582 +as_cr_alnum=$as_cr_Letters$as_cr_digits
   583 +
   584 +# The user is always right.
   585 +if test "${PATH_SEPARATOR+set}" != set; then
   586 +  echo "#! /bin/sh" >conf$$.sh
   587 +  echo  "exit 0"   >>conf$$.sh
   588 +  chmod +x conf$$.sh
   589 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
   590 +    PATH_SEPARATOR=';'
   591 +  else
   592 +    PATH_SEPARATOR=:
   593 +  fi
   594 +  rm -f conf$$.sh
   595 +fi
   596 +
   597 +# Support unset when possible.
   598 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   599 +  as_unset=unset
   600 +else
   601 +  as_unset=false
   602 +fi
   603 +
   604 +
   605 +# IFS
   606 +# We need space, tab and new line, in precisely that order.  Quoting is
   607 +# there to prevent editors from complaining about space-tab.
   608 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
   609 +# splitting by setting IFS to empty value.)
   610 +as_nl='
   611 +'
   612 +IFS=" ""	$as_nl"
   613 +
   614 +# Find who we are.  Look in the path if we contain no directory separator.
   615 +case $0 in
   616 +  *[\\/]* ) as_myself=$0 ;;
   617 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   618 +for as_dir in $PATH
   619 +do
   620 +  IFS=$as_save_IFS
   621 +  test -z "$as_dir" && as_dir=.
   622 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   623 +done
   624 +IFS=$as_save_IFS
   625 +
   626 +     ;;
   627 +esac
   628 +# We did not find ourselves, most probably we were run as `sh COMMAND'
   629 +# in which case we are not to be found in the path.
   630 +if test "x$as_myself" = x; then
   631 +  as_myself=$0
   632 +fi
   633 +if test ! -f "$as_myself"; then
   634 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   635 +  { (exit 1); exit 1; }
   636 +fi
   637 +
   638 +# Work around bugs in pre-3.0 UWIN ksh.
   639 +for as_var in ENV MAIL MAILPATH
   640 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   641 +done
   642 +PS1='$ '
   643 +PS2='> '
   644 +PS4='+ '
   645 +
   646 +# NLS nuisances.
   647 +for as_var in \
   648 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
   649 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
   650 +  LC_TELEPHONE LC_TIME
   651 +do
   652 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
   653 +    eval $as_var=C; export $as_var
   654 +  else
   655 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   656 +  fi
   657 +done
   658 +
   659 +# Required to use basename.
   660 +if expr a : '\(a\)' >/dev/null 2>&1 &&
   661 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
   662 +  as_expr=expr
   663 +else
   664 +  as_expr=false
   665 +fi
   666 +
   667 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   668 +  as_basename=basename
   669 +else
   670 +  as_basename=false
   671 +fi
   672 +
   673 +
   674 +# Name of the executable.
   675 +as_me=`$as_basename -- "$0" ||
   676 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   677 +	 X"$0" : 'X\(//\)$' \| \
   678 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   679 +echo X/"$0" |
   680 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
   681 +	    s//\1/
   682 +	    q
   683 +	  }
   684 +	  /^X\/\(\/\/\)$/{
   685 +	    s//\1/
   686 +	    q
   687 +	  }
   688 +	  /^X\/\(\/\).*/{
   689 +	    s//\1/
   690 +	    q
   691 +	  }
   692 +	  s/.*/./; q'`
   693 +
   694 +# CDPATH.
   695 +$as_unset CDPATH
   696 +
   697 +
   698 +if test "x$CONFIG_SHELL" = x; then
   699 +  if (eval ":") 2>/dev/null; then
   700 +  as_have_required=yes
   701 +else
   702 +  as_have_required=no
   703 +fi
   704 +
   705 +  if test $as_have_required = yes && 	 (eval ":
   706 +(as_func_return () {
   707 +  (exit \$1)
   708 +}
   709 +as_func_success () {
   710 +  as_func_return 0
   711 +}
   712 +as_func_failure () {
   713 +  as_func_return 1
   714 +}
   715 +as_func_ret_success () {
   716 +  return 0
   717 +}
   718 +as_func_ret_failure () {
   719 +  return 1
   720 +}
   721 +
   722 +exitcode=0
   723 +if as_func_success; then
   724 +  :
   725 +else
   726 +  exitcode=1
   727 +  echo as_func_success failed.
   728 +fi
   729 +
   730 +if as_func_failure; then
   731 +  exitcode=1
   732 +  echo as_func_failure succeeded.
   733 +fi
   734 +
   735 +if as_func_ret_success; then
   736 +  :
   737 +else
   738 +  exitcode=1
   739 +  echo as_func_ret_success failed.
   740 +fi
   741 +
   742 +if as_func_ret_failure; then
   743 +  exitcode=1
   744 +  echo as_func_ret_failure succeeded.
   745 +fi
   746 +
   747 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   748 +  :
   749 +else
   750 +  exitcode=1
   751 +  echo positional parameters were not saved.
   752 +fi
   753 +
   754 +test \$exitcode = 0) || { (exit 1); exit 1; }
   755 +
   756 +(
   757 +  as_lineno_1=\$LINENO
   758 +  as_lineno_2=\$LINENO
   759 +  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
   760 +  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
   761 +") 2> /dev/null; then
   762 +  :
   763 +else
   764 +  as_candidate_shells=
   765 +    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   766 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   767 +do
   768 +  IFS=$as_save_IFS
   769 +  test -z "$as_dir" && as_dir=.
   770 +  case $as_dir in
   771 +	 /*)
   772 +	   for as_base in sh bash ksh sh5; do
   773 +	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
   774 +	   done;;
   775 +       esac
   776 +done
   777 +IFS=$as_save_IFS
   778 +
   779 +
   780 +      for as_shell in $as_candidate_shells $SHELL; do
   781 +	 # Try only shells that exist, to save several forks.
   782 +	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   783 +		{ ("$as_shell") 2> /dev/null <<\_ASEOF
   784 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   785 +  emulate sh
   786 +  NULLCMD=:
   787 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   788 +  # is contrary to our usage.  Disable this feature.
   789 +  alias -g '${1+"$@"}'='"$@"'
   790 +  setopt NO_GLOB_SUBST
   791 +else
   792 +  case `(set -o) 2>/dev/null` in
   793 +  *posix*) set -o posix ;;
   794 +esac
   795 +
   796 +fi
   797 +
   798 +
   799 +:
   800 +_ASEOF
   801 +}; then
   802 +  CONFIG_SHELL=$as_shell
   803 +	       as_have_required=yes
   804 +	       if { "$as_shell" 2> /dev/null <<\_ASEOF
   805 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   806 +  emulate sh
   807 +  NULLCMD=:
   808 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   809 +  # is contrary to our usage.  Disable this feature.
   810 +  alias -g '${1+"$@"}'='"$@"'
   811 +  setopt NO_GLOB_SUBST
   812 +else
   813 +  case `(set -o) 2>/dev/null` in
   814 +  *posix*) set -o posix ;;
   815 +esac
   816 +
   817 +fi
   818 +
   819 +
   820 +:
   821 +(as_func_return () {
   822 +  (exit $1)
   823 +}
   824 +as_func_success () {
   825 +  as_func_return 0
   826 +}
   827 +as_func_failure () {
   828 +  as_func_return 1
   829 +}
   830 +as_func_ret_success () {
   831 +  return 0
   832 +}
   833 +as_func_ret_failure () {
   834 +  return 1
   835 +}
   836 +
   837 +exitcode=0
   838 +if as_func_success; then
   839 +  :
   840 +else
   841 +  exitcode=1
   842 +  echo as_func_success failed.
   843 +fi
   844 +
   845 +if as_func_failure; then
   846 +  exitcode=1
   847 +  echo as_func_failure succeeded.
   848 +fi
   849 +
   850 +if as_func_ret_success; then
   851 +  :
   852 +else
   853 +  exitcode=1
   854 +  echo as_func_ret_success failed.
   855 +fi
   856 +
   857 +if as_func_ret_failure; then
   858 +  exitcode=1
   859 +  echo as_func_ret_failure succeeded.
   860 +fi
   861 +
   862 +if ( set x; as_func_ret_success y && test x = "$1" ); then
   863 +  :
   864 +else
   865 +  exitcode=1
   866 +  echo positional parameters were not saved.
   867 +fi
   868 +
   869 +test $exitcode = 0) || { (exit 1); exit 1; }
   870 +
   871 +(
   872 +  as_lineno_1=$LINENO
   873 +  as_lineno_2=$LINENO
   874 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
   875 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
   876 +
   877 +_ASEOF
   878 +}; then
   879 +  break
   880 +fi
   881 +
   882 +fi
   883 +
   884 +      done
   885 +
   886 +      if test "x$CONFIG_SHELL" != x; then
   887 +  for as_var in BASH_ENV ENV
   888 +        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   889 +        done
   890 +        export CONFIG_SHELL
   891 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
   892 +fi
   893 +
   894 +
   895 +    if test $as_have_required = no; then
   896 +  echo This script requires a shell more modern than all the
   897 +      echo shells that I found on your system.  Please install a
   898 +      echo modern shell, or manually run the script under such a
   899 +      echo shell if you do have one.
   900 +      { (exit 1); exit 1; }
   901 +fi
   902 +
   903 +
   904 +fi
   905 +
   906 +fi
   907 +
   908 +
   909 +
   910 +(eval "as_func_return () {
   911 +  (exit \$1)
   912 +}
   913 +as_func_success () {
   914 +  as_func_return 0
   915 +}
   916 +as_func_failure () {
   917 +  as_func_return 1
   918 +}
   919 +as_func_ret_success () {
   920 +  return 0
   921 +}
   922 +as_func_ret_failure () {
   923 +  return 1
   924 +}
   925 +
   926 +exitcode=0
   927 +if as_func_success; then
   928 +  :
   929 +else
   930 +  exitcode=1
   931 +  echo as_func_success failed.
   932 +fi
   933 +
   934 +if as_func_failure; then
   935 +  exitcode=1
   936 +  echo as_func_failure succeeded.
   937 +fi
   938 +
   939 +if as_func_ret_success; then
   940 +  :
   941 +else
   942 +  exitcode=1
   943 +  echo as_func_ret_success failed.
   944 +fi
   945 +
   946 +if as_func_ret_failure; then
   947 +  exitcode=1
   948 +  echo as_func_ret_failure succeeded.
   949 +fi
   950 +
   951 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   952 +  :
   953 +else
   954 +  exitcode=1
   955 +  echo positional parameters were not saved.
   956 +fi
   957 +
   958 +test \$exitcode = 0") || {
   959 +  echo No shell found that supports shell functions.
   960 +  echo Please tell autoconf@gnu.org about your system,
   961 +  echo including any error possibly output before this
   962 +  echo message
   963 +}
   964 +
   965 +
   966 +
   967 +  as_lineno_1=$LINENO
   968 +  as_lineno_2=$LINENO
   969 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
   970 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
   971 +
   972 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
   973 +  # uniformly replaced by the line number.  The first 'sed' inserts a
   974 +  # line-number line after each line using $LINENO; the second 'sed'
   975 +  # does the real work.  The second script uses 'N' to pair each
   976 +  # line-number line with the line containing $LINENO, and appends
   977 +  # trailing '-' during substitution so that $LINENO is not a special
   978 +  # case at line end.
   979 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
   980 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
   981 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
   982 +  sed -n '
   983 +    p
   984 +    /[$]LINENO/=
   985 +  ' <$as_myself |
   986 +    sed '
   987 +      s/[$]LINENO.*/&-/
   988 +      t lineno
   989 +      b
   990 +      :lineno
   991 +      N
   992 +      :loop
   993 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
   994 +      t loop
   995 +      s/-\n.*//
   996 +    ' >$as_me.lineno &&
   997 +  chmod +x "$as_me.lineno" ||
   998 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
   999 +   { (exit 1); exit 1; }; }
  1000 +
  1001 +  # Don't try to exec as it changes $[0], causing all sort of problems
  1002 +  # (the dirname of $[0] is not the place where we might find the
  1003 +  # original and so on.  Autoconf is especially sensitive to this).
  1004 +  . "./$as_me.lineno"
  1005 +  # Exit status is that of the last command.
  1006 +  exit
  1007 +}
  1008 +
  1009 +
  1010 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  1011 +  as_dirname=dirname
  1012 +else
  1013 +  as_dirname=false
  1014 +fi
  1015 +
  1016 +ECHO_C= ECHO_N= ECHO_T=
  1017 +case `echo -n x` in
  1018 +-n*)
  1019 +  case `echo 'x\c'` in
  1020 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  1021 +  *)   ECHO_C='\c';;
  1022 +  esac;;
  1023 +*)
  1024 +  ECHO_N='-n';;
  1025 +esac
  1026 +
  1027 +if expr a : '\(a\)' >/dev/null 2>&1 &&
  1028 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  1029 +  as_expr=expr
  1030 +else
  1031 +  as_expr=false
  1032 +fi
  1033 +
  1034 +rm -f conf$$ conf$$.exe conf$$.file
  1035 +if test -d conf$$.dir; then
  1036 +  rm -f conf$$.dir/conf$$.file
  1037 +else
  1038 +  rm -f conf$$.dir
  1039 +  mkdir conf$$.dir
  1040 +fi
  1041 +echo >conf$$.file
  1042 +if ln -s conf$$.file conf$$ 2>/dev/null; then
  1043 +  as_ln_s='ln -s'
  1044 +  # ... but there are two gotchas:
  1045 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  1046 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  1047 +  # In both cases, we have to default to `cp -p'.
  1048 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  1049 +    as_ln_s='cp -p'
  1050 +elif ln conf$$.file conf$$ 2>/dev/null; then
  1051 +  as_ln_s=ln
  1052 +else
  1053 +  as_ln_s='cp -p'
  1054 +fi
  1055 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  1056 +rmdir conf$$.dir 2>/dev/null
  1057 +
  1058 +if mkdir -p . 2>/dev/null; then
  1059 +  as_mkdir_p=:
  1060 +else
  1061 +  test -d ./-p && rmdir ./-p
  1062 +  as_mkdir_p=false
  1063 +fi
  1064 +
  1065 +if test -x / >/dev/null 2>&1; then
  1066 +  as_test_x='test -x'
  1067 +else
  1068 +  if ls -dL / >/dev/null 2>&1; then
  1069 +    as_ls_L_option=L
  1070 +  else
  1071 +    as_ls_L_option=
  1072 +  fi
  1073 +  as_test_x='
  1074 +    eval sh -c '\''
  1075 +      if test -d "$1"; then
  1076 +        test -d "$1/.";
  1077 +      else
  1078 +	case $1 in
  1079 +        -*)set "./$1";;
  1080 +	esac;
  1081 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  1082 +	???[sx]*):;;*)false;;esac;fi
  1083 +    '\'' sh
  1084 +  '
  1085 +fi
  1086 +as_executable_p=$as_test_x
  1087 +
  1088 +# Sed expression to map a string onto a valid CPP name.
  1089 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1090 +
  1091 +# Sed expression to map a string onto a valid variable name.
  1092 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  1093 +
  1094 +
  1095 +
  1096 +exec 7<&0 </dev/null 6>&1
  1097 +
  1098 +# Name of the host.
  1099 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  1100 +# so uname gets run too.
  1101 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  1102 +
  1103 +#
  1104 +# Initializations.
  1105 +#
  1106 +ac_default_prefix=/usr/local
  1107 +ac_clean_files=
  1108 +ac_config_libobj_dir=.
  1109 +LIBOBJS=
  1110 +cross_compiling=no
  1111 +subdirs=
  1112 +MFLAGS=
  1113 +MAKEFLAGS=
  1114 +SHELL=${CONFIG_SHELL-/bin/sh}
  1115 +
  1116 +# Identity of this package.
  1117 +PACKAGE_NAME='newlib'
  1118 +PACKAGE_TARNAME='newlib'
  1119 +PACKAGE_VERSION='NEWLIB_VERSION'
  1120 +PACKAGE_STRING='newlib NEWLIB_VERSION'
  1121 +PACKAGE_BUGREPORT=''
  1122 +
  1123 +ac_unique_file="Makefile.am"
  1124 +ac_subst_vars='SHELL
  1125 +PATH_SEPARATOR
  1126 +PACKAGE_NAME
  1127 +PACKAGE_TARNAME
  1128 +PACKAGE_VERSION
  1129 +PACKAGE_STRING
  1130 +PACKAGE_BUGREPORT
  1131 +exec_prefix
  1132 +prefix
  1133 +program_transform_name
  1134 +bindir
  1135 +sbindir
  1136 +libexecdir
  1137 +datarootdir
  1138 +datadir
  1139 +sysconfdir
  1140 +sharedstatedir
  1141 +localstatedir
  1142 +includedir
  1143 +oldincludedir
  1144 +docdir
  1145 +infodir
  1146 +htmldir
  1147 +dvidir
  1148 +pdfdir
  1149 +psdir
  1150 +libdir
  1151 +localedir
  1152 +mandir
  1153 +DEFS
  1154 +ECHO_C
  1155 +ECHO_N
  1156 +ECHO_T
  1157 +LIBS
  1158 +build_alias
  1159 +host_alias
  1160 +target_alias
  1161 +MAY_SUPPLY_SYSCALLS_TRUE
  1162 +MAY_SUPPLY_SYSCALLS_FALSE
  1163 +newlib_basedir
  1164 +build
  1165 +build_cpu
  1166 +build_vendor
  1167 +build_os
  1168 +host
  1169 +host_cpu
  1170 +host_vendor
  1171 +host_os
  1172 +target
  1173 +target_cpu
  1174 +target_vendor
  1175 +target_os
  1176 +INSTALL_PROGRAM
  1177 +INSTALL_SCRIPT
  1178 +INSTALL_DATA
  1179 +PACKAGE
  1180 +VERSION
  1181 +ACLOCAL
  1182 +AUTOCONF
  1183 +AUTOMAKE
  1184 +AUTOHEADER
  1185 +MAKEINFO
  1186 +SET_MAKE
  1187 +CC
  1188 +AS
  1189 +AR
  1190 +RANLIB
  1191 +MAINTAINER_MODE_TRUE
  1192 +MAINTAINER_MODE_FALSE
  1193 +MAINT
  1194 +NEWLIB_CFLAGS
  1195 +LDFLAGS
  1196 +ELIX_LEVEL_0_TRUE
  1197 +ELIX_LEVEL_0_FALSE
  1198 +ELIX_LEVEL_1_TRUE
  1199 +ELIX_LEVEL_1_FALSE
  1200 +ELIX_LEVEL_2_TRUE
  1201 +ELIX_LEVEL_2_FALSE
  1202 +ELIX_LEVEL_3_TRUE
  1203 +ELIX_LEVEL_3_FALSE
  1204 +ELIX_LEVEL_4_TRUE
  1205 +ELIX_LEVEL_4_FALSE
  1206 +USE_LIBTOOL_TRUE
  1207 +USE_LIBTOOL_FALSE
  1208 +OBJEXT
  1209 +oext
  1210 +aext
  1211 +libm_machine_dir
  1212 +machine_dir
  1213 +sys_dir
  1214 +LIBOBJS
  1215 +LTLIBOBJS'
  1216 +ac_subst_files=''
  1217 +      ac_precious_vars='build_alias
  1218 +host_alias
  1219 +target_alias'
  1220 +
  1221 +
  1222 +# Initialize some variables set by options.
  1223 +ac_init_help=
  1224 +ac_init_version=false
  1225 +# The variables have the same names as the options, with
  1226 +# dashes changed to underlines.
  1227 +cache_file=/dev/null
  1228 +exec_prefix=NONE
  1229 +no_create=
  1230 +no_recursion=
  1231 +prefix=NONE
  1232 +program_prefix=NONE
  1233 +program_suffix=NONE
  1234 +program_transform_name=s,x,x,
  1235 +silent=
  1236 +site=
  1237 +srcdir=
  1238 +verbose=
  1239 +x_includes=NONE
  1240 +x_libraries=NONE
  1241 +
  1242 +# Installation directory options.
  1243 +# These are left unexpanded so users can "make install exec_prefix=/foo"
  1244 +# and all the variables that are supposed to be based on exec_prefix
  1245 +# by default will actually change.
  1246 +# Use braces instead of parens because sh, perl, etc. also accept them.
  1247 +# (The list follows the same order as the GNU Coding Standards.)
  1248 +bindir='${exec_prefix}/bin'
  1249 +sbindir='${exec_prefix}/sbin'
  1250 +libexecdir='${exec_prefix}/libexec'
  1251 +datarootdir='${prefix}/share'
  1252 +datadir='${datarootdir}'
  1253 +sysconfdir='${prefix}/etc'
  1254 +sharedstatedir='${prefix}/com'
  1255 +localstatedir='${prefix}/var'
  1256 +includedir='${prefix}/include'
  1257 +oldincludedir='/usr/include'
  1258 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1259 +infodir='${datarootdir}/info'
  1260 +htmldir='${docdir}'
  1261 +dvidir='${docdir}'
  1262 +pdfdir='${docdir}'
  1263 +psdir='${docdir}'
  1264 +libdir='${exec_prefix}/lib'
  1265 +localedir='${datarootdir}/locale'
  1266 +mandir='${datarootdir}/man'
  1267 +
  1268 +ac_prev=
  1269 +ac_dashdash=
  1270 +for ac_option
  1271 +do
  1272 +  # If the previous option needs an argument, assign it.
  1273 +  if test -n "$ac_prev"; then
  1274 +    eval $ac_prev=\$ac_option
  1275 +    ac_prev=
  1276 +    continue
  1277 +  fi
  1278 +
  1279 +  case $ac_option in
  1280 +  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  1281 +  *)	ac_optarg=yes ;;
  1282 +  esac
  1283 +
  1284 +  # Accept the important Cygnus configure options, so we can diagnose typos.
  1285 +
  1286 +  case $ac_dashdash$ac_option in
  1287 +  --)
  1288 +    ac_dashdash=yes ;;
  1289 +
  1290 +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
  1291 +    ac_prev=bindir ;;
  1292 +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  1293 +    bindir=$ac_optarg ;;
  1294 +
  1295 +  -build | --build | --buil | --bui | --bu)
  1296 +    ac_prev=build_alias ;;
  1297 +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  1298 +    build_alias=$ac_optarg ;;
  1299 +
  1300 +  -cache-file | --cache-file | --cache-fil | --cache-fi \
  1301 +  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  1302 +    ac_prev=cache_file ;;
  1303 +  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  1304 +  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  1305 +    cache_file=$ac_optarg ;;
  1306 +
  1307 +  --config-cache | -C)
  1308 +    cache_file=config.cache ;;
  1309 +
  1310 +  -datadir | --datadir | --datadi | --datad)
  1311 +    ac_prev=datadir ;;
  1312 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
  1313 +    datadir=$ac_optarg ;;
  1314 +
  1315 +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  1316 +  | --dataroo | --dataro | --datar)
  1317 +    ac_prev=datarootdir ;;
  1318 +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  1319 +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  1320 +    datarootdir=$ac_optarg ;;
  1321 +
  1322 +  -disable-* | --disable-*)
  1323 +    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  1324 +    # Reject names that are not valid shell variable names.
  1325 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1326 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  1327 +   { (exit 1); exit 1; }; }
  1328 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  1329 +    eval enable_$ac_feature=no ;;
  1330 +
  1331 +  -docdir | --docdir | --docdi | --doc | --do)
  1332 +    ac_prev=docdir ;;
  1333 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  1334 +    docdir=$ac_optarg ;;
  1335 +
  1336 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  1337 +    ac_prev=dvidir ;;
  1338 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  1339 +    dvidir=$ac_optarg ;;
  1340 +
  1341 +  -enable-* | --enable-*)
  1342 +    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  1343 +    # Reject names that are not valid shell variable names.
  1344 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1345 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  1346 +   { (exit 1); exit 1; }; }
  1347 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  1348 +    eval enable_$ac_feature=\$ac_optarg ;;
  1349 +
  1350 +  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  1351 +  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  1352 +  | --exec | --exe | --ex)
  1353 +    ac_prev=exec_prefix ;;
  1354 +  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  1355 +  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  1356 +  | --exec=* | --exe=* | --ex=*)
  1357 +    exec_prefix=$ac_optarg ;;
  1358 +
  1359 +  -gas | --gas | --ga | --g)
  1360 +    # Obsolete; use --with-gas.
  1361 +    with_gas=yes ;;
  1362 +
  1363 +  -help | --help | --hel | --he | -h)
  1364 +    ac_init_help=long ;;
  1365 +  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  1366 +    ac_init_help=recursive ;;
  1367 +  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  1368 +    ac_init_help=short ;;
  1369 +
  1370 +  -host | --host | --hos | --ho)
  1371 +    ac_prev=host_alias ;;
  1372 +  -host=* | --host=* | --hos=* | --ho=*)
  1373 +    host_alias=$ac_optarg ;;
  1374 +
  1375 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  1376 +    ac_prev=htmldir ;;
  1377 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  1378 +  | --ht=*)
  1379 +    htmldir=$ac_optarg ;;
  1380 +
  1381 +  -includedir | --includedir | --includedi | --included | --include \
  1382 +  | --includ | --inclu | --incl | --inc)
  1383 +    ac_prev=includedir ;;
  1384 +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  1385 +  | --includ=* | --inclu=* | --incl=* | --inc=*)
  1386 +    includedir=$ac_optarg ;;
  1387 +
  1388 +  -infodir | --infodir | --infodi | --infod | --info | --inf)
  1389 +    ac_prev=infodir ;;
  1390 +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1391 +    infodir=$ac_optarg ;;
  1392 +
  1393 +  -libdir | --libdir | --libdi | --libd)
  1394 +    ac_prev=libdir ;;
  1395 +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1396 +    libdir=$ac_optarg ;;
  1397 +
  1398 +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  1399 +  | --libexe | --libex | --libe)
  1400 +    ac_prev=libexecdir ;;
  1401 +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  1402 +  | --libexe=* | --libex=* | --libe=*)
  1403 +    libexecdir=$ac_optarg ;;
  1404 +
  1405 +  -localedir | --localedir | --localedi | --localed | --locale)
  1406 +    ac_prev=localedir ;;
  1407 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1408 +    localedir=$ac_optarg ;;
  1409 +
  1410 +  -localstatedir | --localstatedir | --localstatedi | --localstated \
  1411 +  | --localstate | --localstat | --localsta | --localst | --locals)
  1412 +    ac_prev=localstatedir ;;
  1413 +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  1414 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1415 +    localstatedir=$ac_optarg ;;
  1416 +
  1417 +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1418 +    ac_prev=mandir ;;
  1419 +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1420 +    mandir=$ac_optarg ;;
  1421 +
  1422 +  -nfp | --nfp | --nf)
  1423 +    # Obsolete; use --without-fp.
  1424 +    with_fp=no ;;
  1425 +
  1426 +  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1427 +  | --no-cr | --no-c | -n)
  1428 +    no_create=yes ;;
  1429 +
  1430 +  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1431 +  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1432 +    no_recursion=yes ;;
  1433 +
  1434 +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1435 +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1436 +  | --oldin | --oldi | --old | --ol | --o)
  1437 +    ac_prev=oldincludedir ;;
  1438 +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1439 +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1440 +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1441 +    oldincludedir=$ac_optarg ;;
  1442 +
  1443 +  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1444 +    ac_prev=prefix ;;
  1445 +  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1446 +    prefix=$ac_optarg ;;
  1447 +
  1448 +  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1449 +  | --program-pre | --program-pr | --program-p)
  1450 +    ac_prev=program_prefix ;;
  1451 +  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1452 +  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1453 +    program_prefix=$ac_optarg ;;
  1454 +
  1455 +  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1456 +  | --program-suf | --program-su | --program-s)
  1457 +    ac_prev=program_suffix ;;
  1458 +  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1459 +  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1460 +    program_suffix=$ac_optarg ;;
  1461 +
  1462 +  -program-transform-name | --program-transform-name \
  1463 +  | --program-transform-nam | --program-transform-na \
  1464 +  | --program-transform-n | --program-transform- \
  1465 +  | --program-transform | --program-transfor \
  1466 +  | --program-transfo | --program-transf \
  1467 +  | --program-trans | --program-tran \
  1468 +  | --progr-tra | --program-tr | --program-t)
  1469 +    ac_prev=program_transform_name ;;
  1470 +  -program-transform-name=* | --program-transform-name=* \
  1471 +  | --program-transform-nam=* | --program-transform-na=* \
  1472 +  | --program-transform-n=* | --program-transform-=* \
  1473 +  | --program-transform=* | --program-transfor=* \
  1474 +  | --program-transfo=* | --program-transf=* \
  1475 +  | --program-trans=* | --program-tran=* \
  1476 +  | --progr-tra=* | --program-tr=* | --program-t=*)
  1477 +    program_transform_name=$ac_optarg ;;
  1478 +
  1479 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1480 +    ac_prev=pdfdir ;;
  1481 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1482 +    pdfdir=$ac_optarg ;;
  1483 +
  1484 +  -psdir | --psdir | --psdi | --psd | --ps)
  1485 +    ac_prev=psdir ;;
  1486 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1487 +    psdir=$ac_optarg ;;
  1488 +
  1489 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1490 +  | -silent | --silent | --silen | --sile | --sil)
  1491 +    silent=yes ;;
  1492 +
  1493 +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1494 +    ac_prev=sbindir ;;
  1495 +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1496 +  | --sbi=* | --sb=*)
  1497 +    sbindir=$ac_optarg ;;
  1498 +
  1499 +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1500 +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1501 +  | --sharedst | --shareds | --shared | --share | --shar \
  1502 +  | --sha | --sh)
  1503 +    ac_prev=sharedstatedir ;;
  1504 +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1505 +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1506 +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1507 +  | --sha=* | --sh=*)
  1508 +    sharedstatedir=$ac_optarg ;;
  1509 +
  1510 +  -site | --site | --sit)
  1511 +    ac_prev=site ;;
  1512 +  -site=* | --site=* | --sit=*)
  1513 +    site=$ac_optarg ;;
  1514 +
  1515 +  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1516 +    ac_prev=srcdir ;;
  1517 +  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1518 +    srcdir=$ac_optarg ;;
  1519 +
  1520 +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1521 +  | --syscon | --sysco | --sysc | --sys | --sy)
  1522 +    ac_prev=sysconfdir ;;
  1523 +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1524 +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1525 +    sysconfdir=$ac_optarg ;;
  1526 +
  1527 +  -target | --target | --targe | --targ | --tar | --ta | --t)
  1528 +    ac_prev=target_alias ;;
  1529 +  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1530 +    target_alias=$ac_optarg ;;
  1531 +
  1532 +  -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1533 +    verbose=yes ;;
  1534 +
  1535 +  -version | --version | --versio | --versi | --vers | -V)
  1536 +    ac_init_version=: ;;
  1537 +
  1538 +  -with-* | --with-*)
  1539 +    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1540 +    # Reject names that are not valid shell variable names.
  1541 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1542 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
  1543 +   { (exit 1); exit 1; }; }
  1544 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1545 +    eval with_$ac_package=\$ac_optarg ;;
  1546 +
  1547 +  -without-* | --without-*)
  1548 +    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1549 +    # Reject names that are not valid shell variable names.
  1550 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1551 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
  1552 +   { (exit 1); exit 1; }; }
  1553 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1554 +    eval with_$ac_package=no ;;
  1555 +
  1556 +  --x)
  1557 +    # Obsolete; use --with-x.
  1558 +    with_x=yes ;;
  1559 +
  1560 +  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1561 +  | --x-incl | --x-inc | --x-in | --x-i)
  1562 +    ac_prev=x_includes ;;
  1563 +  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1564 +  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1565 +    x_includes=$ac_optarg ;;
  1566 +
  1567 +  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1568 +  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1569 +    ac_prev=x_libraries ;;
  1570 +  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1571 +  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1572 +    x_libraries=$ac_optarg ;;
  1573 +
  1574 +  -*) { echo "$as_me: error: unrecognized option: $ac_option
  1575 +Try \`$0 --help' for more information." >&2
  1576 +   { (exit 1); exit 1; }; }
  1577 +    ;;
  1578 +
  1579 +  *=*)
  1580 +    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1581 +    # Reject names that are not valid shell variable names.
  1582 +    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  1583 +      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  1584 +   { (exit 1); exit 1; }; }
  1585 +    eval $ac_envvar=\$ac_optarg
  1586 +    export $ac_envvar ;;
  1587 +
  1588 +  *)
  1589 +    # FIXME: should be removed in autoconf 3.0.
  1590 +    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1591 +    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1592 +      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1593 +    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1594 +    ;;
  1595 +
  1596 +  esac
  1597 +done
  1598 +
  1599 +if test -n "$ac_prev"; then
  1600 +  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1601 +  { echo "$as_me: error: missing argument to $ac_option" >&2
  1602 +   { (exit 1); exit 1; }; }
  1603 +fi
  1604 +
  1605 +# Be sure to have absolute directory names.
  1606 +for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1607 +		datadir sysconfdir sharedstatedir localstatedir includedir \
  1608 +		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1609 +		libdir localedir mandir
  1610 +do
  1611 +  eval ac_val=\$$ac_var
  1612 +  case $ac_val in
  1613 +    [\\/$]* | ?:[\\/]* )  continue;;
  1614 +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1615 +  esac
  1616 +  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  1617 +   { (exit 1); exit 1; }; }
  1618 +done
  1619 +
  1620 +# There might be people who depend on the old broken behavior: `$host'
  1621 +# used to hold the argument of --host etc.
  1622 +# FIXME: To remove some day.
  1623 +build=$build_alias
  1624 +host=$host_alias
  1625 +target=$target_alias
  1626 +
  1627 +# FIXME: To remove some day.
  1628 +if test "x$host_alias" != x; then
  1629 +  if test "x$build_alias" = x; then
  1630 +    cross_compiling=maybe
  1631 +    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1632 +    If a cross compiler is detected then cross compile mode will be used." >&2
  1633 +  elif test "x$build_alias" != "x$host_alias"; then
  1634 +    cross_compiling=yes
  1635 +  fi
  1636 +fi
  1637 +
  1638 +ac_tool_prefix=
  1639 +test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1640 +
  1641 +test "$silent" = yes && exec 6>/dev/null
  1642 +
  1643 +
  1644 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1645 +ac_ls_di=`ls -di .` &&
  1646 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1647 +  { echo "$as_me: error: Working directory cannot be determined" >&2
  1648 +   { (exit 1); exit 1; }; }
  1649 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1650 +  { echo "$as_me: error: pwd does not report name of working directory" >&2
  1651 +   { (exit 1); exit 1; }; }
  1652 +
  1653 +
  1654 +# Find the source files, if location was not specified.
  1655 +if test -z "$srcdir"; then
  1656 +  ac_srcdir_defaulted=yes
  1657 +  # Try the directory containing this script, then the parent directory.
  1658 +  ac_confdir=`$as_dirname -- "$0" ||
  1659 +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1660 +	 X"$0" : 'X\(//\)[^/]' \| \
  1661 +	 X"$0" : 'X\(//\)$' \| \
  1662 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1663 +echo X"$0" |
  1664 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1665 +	    s//\1/
  1666 +	    q
  1667 +	  }
  1668 +	  /^X\(\/\/\)[^/].*/{
  1669 +	    s//\1/
  1670 +	    q
  1671 +	  }
  1672 +	  /^X\(\/\/\)$/{
  1673 +	    s//\1/
  1674 +	    q
  1675 +	  }
  1676 +	  /^X\(\/\).*/{
  1677 +	    s//\1/
  1678 +	    q
  1679 +	  }
  1680 +	  s/.*/./; q'`
  1681 +  srcdir=$ac_confdir
  1682 +  if test ! -r "$srcdir/$ac_unique_file"; then
  1683 +    srcdir=..
  1684 +  fi
  1685 +else
  1686 +  ac_srcdir_defaulted=no
  1687 +fi
  1688 +if test ! -r "$srcdir/$ac_unique_file"; then
  1689 +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1690 +  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1691 +   { (exit 1); exit 1; }; }
  1692 +fi
  1693 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1694 +ac_abs_confdir=`(
  1695 +	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
  1696 +   { (exit 1); exit 1; }; }
  1697 +	pwd)`
  1698 +# When building in place, set srcdir=.
  1699 +if test "$ac_abs_confdir" = "$ac_pwd"; then
  1700 +  srcdir=.
  1701 +fi
  1702 +# Remove unnecessary trailing slashes from srcdir.
  1703 +# Double slashes in file names in object file debugging info
  1704 +# mess up M-x gdb in Emacs.
  1705 +case $srcdir in
  1706 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1707 +esac
  1708 +for ac_var in $ac_precious_vars; do
  1709 +  eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1710 +  eval ac_env_${ac_var}_value=\$${ac_var}
  1711 +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1712 +  eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1713 +done
  1714 +
  1715 +#
  1716 +# Report the --help message.
  1717 +#
  1718 +if test "$ac_init_help" = "long"; then
  1719 +  # Omit some internal or obsolete options to make the list less imposing.
  1720 +  # This message is too long to be a string in the A/UX 3.1 sh.
  1721 +  cat <<_ACEOF
  1722 +\`configure' configures newlib NEWLIB_VERSION to adapt to many kinds of systems.
  1723 +
  1724 +Usage: $0 [OPTION]... [VAR=VALUE]...
  1725 +
  1726 +To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1727 +VAR=VALUE.  See below for descriptions of some of the useful variables.
  1728 +
  1729 +Defaults for the options are specified in brackets.
  1730 +
  1731 +Configuration:
  1732 +  -h, --help              display this help and exit
  1733 +      --help=short        display options specific to this package
  1734 +      --help=recursive    display the short help of all the included packages
  1735 +  -V, --version           display version information and exit
  1736 +  -q, --quiet, --silent   do not print \`checking...' messages
  1737 +      --cache-file=FILE   cache test results in FILE [disabled]
  1738 +  -C, --config-cache      alias for \`--cache-file=config.cache'
  1739 +  -n, --no-create         do not create output files
  1740 +      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  1741 +
  1742 +Installation directories:
  1743 +  --prefix=PREFIX         install architecture-independent files in PREFIX
  1744 +			  [$ac_default_prefix]
  1745 +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  1746 +			  [PREFIX]
  1747 +
  1748 +By default, \`make install' will install all the files in
  1749 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  1750 +an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1751 +for instance \`--prefix=\$HOME'.
  1752 +
  1753 +For better control, use the options below.
  1754 +
  1755 +Fine tuning of the installation directories:
  1756 +  --bindir=DIR           user executables [EPREFIX/bin]
  1757 +  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  1758 +  --libexecdir=DIR       program executables [EPREFIX/libexec]
  1759 +  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  1760 +  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  1761 +  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  1762 +  --libdir=DIR           object code libraries [EPREFIX/lib]
  1763 +  --includedir=DIR       C header files [PREFIX/include]
  1764 +  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  1765 +  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  1766 +  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  1767 +  --infodir=DIR          info documentation [DATAROOTDIR/info]
  1768 +  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  1769 +  --mandir=DIR           man documentation [DATAROOTDIR/man]
  1770 +  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
  1771 +  --htmldir=DIR          html documentation [DOCDIR]
  1772 +  --dvidir=DIR           dvi documentation [DOCDIR]
  1773 +  --pdfdir=DIR           pdf documentation [DOCDIR]
  1774 +  --psdir=DIR            ps documentation [DOCDIR]
  1775 +_ACEOF
  1776 +
  1777 +  cat <<\_ACEOF
  1778 +
  1779 +Program names:
  1780 +  --program-prefix=PREFIX            prepend PREFIX to installed program names
  1781 +  --program-suffix=SUFFIX            append SUFFIX to installed program names
  1782 +  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  1783 +
  1784 +System types:
  1785 +  --build=BUILD     configure for building on BUILD [guessed]
  1786 +  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  1787 +  --target=TARGET   configure for building compilers for TARGET [HOST]
  1788 +_ACEOF
  1789 +fi
  1790 +
  1791 +if test -n "$ac_init_help"; then
  1792 +  case $ac_init_help in
  1793 +     short | recursive ) echo "Configuration of newlib NEWLIB_VERSION:";;
  1794 +   esac
  1795 +  cat <<\_ACEOF
  1796 +
  1797 +Optional Features:
  1798 +  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1799 +  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1800 +  --enable-multilib         build many library versions (default)
  1801 +  --enable-target-optspace  optimize for space
  1802 +  --enable-malloc-debugging indicate malloc debugging requested
  1803 +  --enable-newlib-mb        enable multibyte support
  1804 +  --enable-newlib-iconv     enable iconv library support
  1805 +  --enable-newlib-builtin-converters   enable specific comma-separated list of iconv converters to be built-in
  1806 +  --enable-newlib-multithread        enable support for multiple threads
  1807 +  --enable-newlib-elix-level         supply desired elix library level (1-4)
  1808 +  --disable-newlib-io-float disable printf/scanf family float support
  1809 +  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
  1810 +  --enable-maintainer-mode enable make rules and dependencies not useful
  1811 +                          (and sometimes confusing) to the casual installer
  1812 +
  1813 +_ACEOF
  1814 +ac_status=$?
  1815 +fi
  1816 +
  1817 +if test "$ac_init_help" = "recursive"; then
  1818 +  # If there are subdirs, report their specific --help.
  1819 +  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1820 +    test -d "$ac_dir" || continue
  1821 +    ac_builddir=.
  1822 +
  1823 +case "$ac_dir" in
  1824 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1825 +*)
  1826 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1827 +  # A ".." for each directory in $ac_dir_suffix.
  1828 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  1829 +  case $ac_top_builddir_sub in
  1830 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1831 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1832 +  esac ;;
  1833 +esac
  1834 +ac_abs_top_builddir=$ac_pwd
  1835 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1836 +# for backward compatibility:
  1837 +ac_top_builddir=$ac_top_build_prefix
  1838 +
  1839 +case $srcdir in
  1840 +  .)  # We are building in place.
  1841 +    ac_srcdir=.
  1842 +    ac_top_srcdir=$ac_top_builddir_sub
  1843 +    ac_abs_top_srcdir=$ac_pwd ;;
  1844 +  [\\/]* | ?:[\\/]* )  # Absolute name.
  1845 +    ac_srcdir=$srcdir$ac_dir_suffix;
  1846 +    ac_top_srcdir=$srcdir
  1847 +    ac_abs_top_srcdir=$srcdir ;;
  1848 +  *) # Relative name.
  1849 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1850 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
  1851 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1852 +esac
  1853 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1854 +
  1855 +    cd "$ac_dir" || { ac_status=$?; continue; }
  1856 +    # Check for guested configure.
  1857 +    if test -f "$ac_srcdir/configure.gnu"; then
  1858 +      echo &&
  1859 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1860 +    elif test -f "$ac_srcdir/configure"; then
  1861 +      echo &&
  1862 +      $SHELL "$ac_srcdir/configure" --help=recursive
  1863 +    else
  1864 +      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1865 +    fi || ac_status=$?
  1866 +    cd "$ac_pwd" || { ac_status=$?; break; }
  1867 +  done
  1868 +fi
  1869 +
  1870 +test -n "$ac_init_help" && exit $ac_status
  1871 +if $ac_init_version; then
  1872 +  cat <<\_ACEOF
  1873 +newlib configure NEWLIB_VERSION
  1874 +generated by GNU Autoconf 2.61
  1875 +
  1876 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1877 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1878 +This configure script is free software; the Free Software Foundation
  1879 +gives unlimited permission to copy, distribute and modify it.
  1880 +_ACEOF
  1881 +  exit
  1882 +fi
  1883 +cat >config.log <<_ACEOF
  1884 +This file contains any messages produced by compilers while
  1885 +running configure, to aid debugging if configure makes a mistake.
  1886 +
  1887 +It was created by newlib $as_me NEWLIB_VERSION, which was
  1888 +generated by GNU Autoconf 2.61.  Invocation command line was
  1889 +
  1890 +  $ $0 $@
  1891 +
  1892 +_ACEOF
  1893 +exec 5>>config.log
  1894 +{
  1895 +cat <<_ASUNAME
  1896 +## --------- ##
  1897 +## Platform. ##
  1898 +## --------- ##
  1899 +
  1900 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1901 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1902 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1903 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1904 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1905 +
  1906 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1907 +/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1908 +
  1909 +/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1910 +/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1911 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1912 +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  1913 +/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1914 +/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1915 +/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1916 +
  1917 +_ASUNAME
  1918 +
  1919 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1920 +for as_dir in $PATH
  1921 +do
  1922 +  IFS=$as_save_IFS
  1923 +  test -z "$as_dir" && as_dir=.
  1924 +  echo "PATH: $as_dir"
  1925 +done
  1926 +IFS=$as_save_IFS
  1927 +
  1928 +} >&5
  1929 +
  1930 +cat >&5 <<_ACEOF
  1931 +
  1932 +
  1933 +## ----------- ##
  1934 +## Core tests. ##
  1935 +## ----------- ##
  1936 +
  1937 +_ACEOF
  1938 +
  1939 +
  1940 +# Keep a trace of the command line.
  1941 +# Strip out --no-create and --no-recursion so they do not pile up.
  1942 +# Strip out --silent because we don't want to record it for future runs.
  1943 +# Also quote any args containing shell meta-characters.
  1944 +# Make two passes to allow for proper duplicate-argument suppression.
  1945 +ac_configure_args=
  1946 +ac_configure_args0=
  1947 +ac_configure_args1=
  1948 +ac_must_keep_next=false
  1949 +for ac_pass in 1 2
  1950 +do
  1951 +  for ac_arg
  1952 +  do
  1953 +    case $ac_arg in
  1954 +    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1955 +    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1956 +    | -silent | --silent | --silen | --sile | --sil)
  1957 +      continue ;;
  1958 +    *\'*)
  1959 +      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1960 +    esac
  1961 +    case $ac_pass in
  1962 +    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1963 +    2)
  1964 +      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1965 +      if test $ac_must_keep_next = true; then
  1966 +	ac_must_keep_next=false # Got value, back to normal.
  1967 +      else
  1968 +	case $ac_arg in
  1969 +	  *=* | --config-cache | -C | -disable-* | --disable-* \
  1970 +	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1971 +	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1972 +	  | -with-* | --with-* | -without-* | --without-* | --x)
  1973 +	    case "$ac_configure_args0 " in
  1974 +	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1975 +	    esac
  1976 +	    ;;
  1977 +	  -* ) ac_must_keep_next=true ;;
  1978 +	esac
  1979 +      fi
  1980 +      ac_configure_args="$ac_configure_args '$ac_arg'"
  1981 +      ;;
  1982 +    esac
  1983 +  done
  1984 +done
  1985 +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1986 +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1987 +
  1988 +# When interrupted or exit'd, cleanup temporary files, and complete
  1989 +# config.log.  We remove comments because anyway the quotes in there
  1990 +# would cause problems or look ugly.
  1991 +# WARNING: Use '\'' to represent an apostrophe within the trap.
  1992 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  1993 +trap 'exit_status=$?
  1994 +  # Save into config.log some information that might help in debugging.
  1995 +  {
  1996 +    echo
  1997 +
  1998 +    cat <<\_ASBOX
  1999 +## ---------------- ##
  2000 +## Cache variables. ##
  2001 +## ---------------- ##
  2002 +_ASBOX
  2003 +    echo
  2004 +    # The following way of writing the cache mishandles newlines in values,
  2005 +(
  2006 +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  2007 +    eval ac_val=\$$ac_var
  2008 +    case $ac_val in #(
  2009 +    *${as_nl}*)
  2010 +      case $ac_var in #(
  2011 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  2012 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  2013 +      esac
  2014 +      case $ac_var in #(
  2015 +      _ | IFS | as_nl) ;; #(
  2016 +      *) $as_unset $ac_var ;;
  2017 +      esac ;;
  2018 +    esac
  2019 +  done
  2020 +  (set) 2>&1 |
  2021 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  2022 +    *${as_nl}ac_space=\ *)
  2023 +      sed -n \
  2024 +	"s/'\''/'\''\\\\'\'''\''/g;
  2025 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  2026 +      ;; #(
  2027 +    *)
  2028 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  2029 +      ;;
  2030 +    esac |
  2031 +    sort
  2032 +)
  2033 +    echo
  2034 +
  2035 +    cat <<\_ASBOX
  2036 +## ----------------- ##
  2037 +## Output variables. ##
  2038 +## ----------------- ##
  2039 +_ASBOX
  2040 +    echo
  2041 +    for ac_var in $ac_subst_vars
  2042 +    do
  2043 +      eval ac_val=\$$ac_var
  2044 +      case $ac_val in
  2045 +      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  2046 +      esac
  2047 +      echo "$ac_var='\''$ac_val'\''"
  2048 +    done | sort
  2049 +    echo
  2050 +
  2051 +    if test -n "$ac_subst_files"; then
  2052 +      cat <<\_ASBOX
  2053 +## ------------------- ##
  2054 +## File substitutions. ##
  2055 +## ------------------- ##
  2056 +_ASBOX
  2057 +      echo
  2058 +      for ac_var in $ac_subst_files
  2059 +      do
  2060 +	eval ac_val=\$$ac_var
  2061 +	case $ac_val in
  2062 +	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  2063 +	esac
  2064 +	echo "$ac_var='\''$ac_val'\''"
  2065 +      done | sort
  2066 +      echo
  2067 +    fi
  2068 +
  2069 +    if test -s confdefs.h; then
  2070 +      cat <<\_ASBOX
  2071 +## ----------- ##
  2072 +## confdefs.h. ##
  2073 +## ----------- ##
  2074 +_ASBOX
  2075 +      echo
  2076 +      cat confdefs.h
  2077 +      echo
  2078 +    fi
  2079 +    test "$ac_signal" != 0 &&
  2080 +      echo "$as_me: caught signal $ac_signal"
  2081 +    echo "$as_me: exit $exit_status"
  2082 +  } >&5
  2083 +  rm -f core *.core core.conftest.* &&
  2084 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  2085 +    exit $exit_status
  2086 +' 0
  2087 +for ac_signal in 1 2 13 15; do
  2088 +  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  2089 +done
  2090 +ac_signal=0
  2091 +
  2092 +# confdefs.h avoids OS command line length limits that DEFS can exceed.
  2093 +rm -f -r conftest* confdefs.h
  2094 +
  2095 +# Predefined preprocessor variables.
  2096 +
  2097 +cat >>confdefs.h <<_ACEOF
  2098 +#define PACKAGE_NAME "$PACKAGE_NAME"
  2099 +_ACEOF
  2100 +
  2101 +
  2102 +cat >>confdefs.h <<_ACEOF
  2103 +#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  2104 +_ACEOF
  2105 +
  2106 +
  2107 +cat >>confdefs.h <<_ACEOF
  2108 +#define PACKAGE_VERSION "$PACKAGE_VERSION"
  2109 +_ACEOF
  2110 +
  2111 +
  2112 +cat >>confdefs.h <<_ACEOF
  2113 +#define PACKAGE_STRING "$PACKAGE_STRING"
  2114 +_ACEOF
  2115 +
  2116 +
  2117 +cat >>confdefs.h <<_ACEOF
  2118 +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  2119 +_ACEOF
  2120 +
  2121 +
  2122 +# Let the site file select an alternate cache file if it wants to.
  2123 +# Prefer explicitly selected file to automatically selected ones.
  2124 +if test -n "$CONFIG_SITE"; then
  2125 +  set x "$CONFIG_SITE"
  2126 +elif test "x$prefix" != xNONE; then
  2127 +  set x "$prefix/share/config.site" "$prefix/etc/config.site"
  2128 +else
  2129 +  set x "$ac_default_prefix/share/config.site" \
  2130 +	"$ac_default_prefix/etc/config.site"
  2131 +fi
  2132 +shift
  2133 +for ac_site_file
  2134 +do
  2135 +  if test -r "$ac_site_file"; then
  2136 +    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  2137 +echo "$as_me: loading site script $ac_site_file" >&6;}
  2138 +    sed 's/^/| /' "$ac_site_file" >&5
  2139 +    . "$ac_site_file"
  2140 +  fi
  2141 +done
  2142 +
  2143 +if test -r "$cache_file"; then
  2144 +  # Some versions of bash will fail to source /dev/null (special
  2145 +  # files actually), so we avoid doing that.
  2146 +  if test -f "$cache_file"; then
  2147 +    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  2148 +echo "$as_me: loading cache $cache_file" >&6;}
  2149 +    case $cache_file in
  2150 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
  2151 +      *)                      . "./$cache_file";;
  2152 +    esac
  2153 +  fi
  2154 +else
  2155 +  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  2156 +echo "$as_me: creating cache $cache_file" >&6;}
  2157 +  >$cache_file
  2158 +fi
  2159 +
  2160 +# Check that the precious variables saved in the cache have kept the same
  2161 +# value.
  2162 +ac_cache_corrupted=false
  2163 +for ac_var in $ac_precious_vars; do
  2164 +  eval ac_old_set=\$ac_cv_env_${ac_var}_set
  2165 +  eval ac_new_set=\$ac_env_${ac_var}_set
  2166 +  eval ac_old_val=\$ac_cv_env_${ac_var}_value
  2167 +  eval ac_new_val=\$ac_env_${ac_var}_value
  2168 +  case $ac_old_set,$ac_new_set in
  2169 +    set,)
  2170 +      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  2171 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  2172 +      ac_cache_corrupted=: ;;
  2173 +    ,set)
  2174 +      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  2175 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  2176 +      ac_cache_corrupted=: ;;
  2177 +    ,);;
  2178 +    *)
  2179 +      if test "x$ac_old_val" != "x$ac_new_val"; then
  2180 +	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  2181 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  2182 +	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  2183 +echo "$as_me:   former value:  $ac_old_val" >&2;}
  2184 +	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  2185 +echo "$as_me:   current value: $ac_new_val" >&2;}
  2186 +	ac_cache_corrupted=:
  2187 +      fi;;
  2188 +  esac
  2189 +  # Pass precious variables to config.status.
  2190 +  if test "$ac_new_set" = set; then
  2191 +    case $ac_new_val in
  2192 +    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  2193 +    *) ac_arg=$ac_var=$ac_new_val ;;
  2194 +    esac
  2195 +    case " $ac_configure_args " in
  2196 +      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  2197 +      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  2198 +    esac
  2199 +  fi
  2200 +done
  2201 +if $ac_cache_corrupted; then
  2202 +  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  2203 +echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  2204 +  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  2205 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  2206 +   { (exit 1); exit 1; }; }
  2207 +fi
  2208 +
  2209 +
  2210 +
  2211 +
  2212 +
  2213 +
  2214 +
  2215 +
  2216 +
  2217 +
  2218 +
  2219 +
  2220 +
  2221 +
  2222 +
  2223 +
  2224 +
  2225 +
  2226 +
  2227 +
  2228 +
  2229 +
  2230 +
  2231 +
  2232 +
  2233 +ac_ext=c
  2234 +ac_cpp='$CPP $CPPFLAGS'
  2235 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2236 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2237 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2238 +
  2239 +
  2240 +
  2241 +
  2242 +ac_aux_dir=
  2243 +for ac_dir in ../../../.. "$srcdir"/../../../..; do
  2244 +  if test -f "$ac_dir/install-sh"; then
  2245 +    ac_aux_dir=$ac_dir
  2246 +    ac_install_sh="$ac_aux_dir/install-sh -c"
  2247 +    break
  2248 +  elif test -f "$ac_dir/install.sh"; then
  2249 +    ac_aux_dir=$ac_dir
  2250 +    ac_install_sh="$ac_aux_dir/install.sh -c"
  2251 +    break
  2252 +  elif test -f "$ac_dir/shtool"; then
  2253 +    ac_aux_dir=$ac_dir
  2254 +    ac_install_sh="$ac_aux_dir/shtool install -c"
  2255 +    break
  2256 +  fi
  2257 +done
  2258 +if test -z "$ac_aux_dir"; then
  2259 +  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&5
  2260 +echo "$as_me: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&2;}
  2261 +   { (exit 1); exit 1; }; }
  2262 +fi
  2263 +
  2264 +# These three variables are undocumented and unsupported,
  2265 +# and are intended to be withdrawn in a future Autoconf release.
  2266 +# They can cause serious problems if a builder's source tree is in a directory
  2267 +# whose full name contains unusual characters.
  2268 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  2269 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  2270 +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  2271 +
  2272 +
  2273 +
  2274 +# Make sure we can run config.sub.
  2275 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  2276 +  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
  2277 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
  2278 +   { (exit 1); exit 1; }; }
  2279 +
  2280 +{ echo "$as_me:$LINENO: checking build system type" >&5
  2281 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
  2282 +if test "${ac_cv_build+set}" = set; then
  2283 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  2284 +else
  2285 +  ac_build_alias=$build_alias
  2286 +test "x$ac_build_alias" = x &&
  2287 +  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  2288 +test "x$ac_build_alias" = x &&
  2289 +  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  2290 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  2291 +   { (exit 1); exit 1; }; }
  2292 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  2293 +  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
  2294 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
  2295 +   { (exit 1); exit 1; }; }
  2296 +
  2297 +fi
  2298 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  2299 +echo "${ECHO_T}$ac_cv_build" >&6; }
  2300 +case $ac_cv_build in
  2301 +*-*-*) ;;
  2302 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
  2303 +echo "$as_me: error: invalid value of canonical build" >&2;}
  2304 +   { (exit 1); exit 1; }; };;
  2305 +esac
  2306 +build=$ac_cv_build
  2307 +ac_save_IFS=$IFS; IFS='-'
  2308 +set x $ac_cv_build
  2309 +shift
  2310 +build_cpu=$1
  2311 +build_vendor=$2
  2312 +shift; shift
  2313 +# Remember, the first character of IFS is used to create $*,
  2314 +# except with old shells:
  2315 +build_os=$*
  2316 +IFS=$ac_save_IFS
  2317 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  2318 +
  2319 +
  2320 +{ echo "$as_me:$LINENO: checking host system type" >&5
  2321 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
  2322 +if test "${ac_cv_host+set}" = set; then
  2323 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  2324 +else
  2325 +  if test "x$host_alias" = x; then
  2326 +  ac_cv_host=$ac_cv_build
  2327 +else
  2328 +  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  2329 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
  2330 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
  2331 +   { (exit 1); exit 1; }; }
  2332 +fi
  2333 +
  2334 +fi
  2335 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  2336 +echo "${ECHO_T}$ac_cv_host" >&6; }
  2337 +case $ac_cv_host in
  2338 +*-*-*) ;;
  2339 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
  2340 +echo "$as_me: error: invalid value of canonical host" >&2;}
  2341 +   { (exit 1); exit 1; }; };;
  2342 +esac
  2343 +host=$ac_cv_host
  2344 +ac_save_IFS=$IFS; IFS='-'
  2345 +set x $ac_cv_host
  2346 +shift
  2347 +host_cpu=$1
  2348 +host_vendor=$2
  2349 +shift; shift
  2350 +# Remember, the first character of IFS is used to create $*,
  2351 +# except with old shells:
  2352 +host_os=$*
  2353 +IFS=$ac_save_IFS
  2354 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  2355 +
  2356 +
  2357 +am__api_version="1.4"
  2358 +# Find a good install program.  We prefer a C program (faster),
  2359 +# so one script is as good as another.  But avoid the broken or
  2360 +# incompatible versions:
  2361 +# SysV /etc/install, /usr/sbin/install
  2362 +# SunOS /usr/etc/install
  2363 +# IRIX /sbin/install
  2364 +# AIX /bin/install
  2365 +# AmigaOS /C/install, which installs bootblocks on floppy discs
  2366 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  2367 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
  2368 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  2369 +# OS/2's system install, which has a completely different semantic
  2370 +# ./install, which can be erroneously created by make from ./install.sh.
  2371 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  2372 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  2373 +if test -z "$INSTALL"; then
  2374 +if test "${ac_cv_path_install+set}" = set; then
  2375 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  2376 +else
  2377 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2378 +for as_dir in $PATH
  2379 +do
  2380 +  IFS=$as_save_IFS
  2381 +  test -z "$as_dir" && as_dir=.
  2382 +  # Account for people who put trailing slashes in PATH elements.
  2383 +case $as_dir/ in
  2384 +  ./ | .// | /cC/* | \
  2385 +  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  2386 +  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  2387 +  /usr/ucb/* ) ;;
  2388 +  *)
  2389 +    # OSF1 and SCO ODT 3.0 have their own names for install.
  2390 +    # Don't use installbsd from OSF since it installs stuff as root
  2391 +    # by default.
  2392 +    for ac_prog in ginstall scoinst install; do
  2393 +      for ac_exec_ext in '' $ac_executable_extensions; do
  2394 +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  2395 +	  if test $ac_prog = install &&
  2396 +	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  2397 +	    # AIX install.  It has an incompatible calling convention.
  2398 +	    :
  2399 +	  elif test $ac_prog = install &&
  2400 +	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  2401 +	    # program-specific install script used by HP pwplus--don't use.
  2402 +	    :
  2403 +	  else
  2404 +	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  2405 +	    break 3
  2406 +	  fi
  2407 +	fi
  2408 +      done
  2409 +    done
  2410 +    ;;
  2411 +esac
  2412 +done
  2413 +IFS=$as_save_IFS
  2414 +
  2415 +
  2416 +fi
  2417 +  if test "${ac_cv_path_install+set}" = set; then
  2418 +    INSTALL=$ac_cv_path_install
  2419 +  else
  2420 +    # As a last resort, use the slow shell script.  Don't cache a
  2421 +    # value for INSTALL within a source directory, because that will
  2422 +    # break other packages using the cache if that directory is
  2423 +    # removed, or if the value is a relative name.
  2424 +    INSTALL=$ac_install_sh
  2425 +  fi
  2426 +fi
  2427 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
  2428 +echo "${ECHO_T}$INSTALL" >&6; }
  2429 +
  2430 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  2431 +# It thinks the first close brace ends the variable substitution.
  2432 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  2433 +
  2434 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  2435 +
  2436 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  2437 +
  2438 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  2439 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
  2440 +# Just in case
  2441 +sleep 1
  2442 +echo timestamp > conftestfile
  2443 +# Do `set' in a subshell so we don't clobber the current shell's
  2444 +# arguments.  Must try -L first in case configure is actually a
  2445 +# symlink; some systems play weird games with the mod time of symlinks
  2446 +# (eg FreeBSD returns the mod time of the symlink's containing
  2447 +# directory).
  2448 +if (
  2449 +   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  2450 +   if test "$*" = "X"; then
  2451 +      # -L didn't work.
  2452 +      set X `ls -t $srcdir/configure conftestfile`
  2453 +   fi
  2454 +   if test "$*" != "X $srcdir/configure conftestfile" \
  2455 +      && test "$*" != "X conftestfile $srcdir/configure"; then
  2456 +
  2457 +      # If neither matched, then we have a broken ls.  This can happen
  2458 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
  2459 +      # broken ls alias from the environment.  This has actually
  2460 +      # happened.  Such a system could not be considered "sane".
  2461 +      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  2462 +alias in your environment" >&5
  2463 +echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  2464 +alias in your environment" >&2;}
  2465 +   { (exit 1); exit 1; }; }
  2466 +   fi
  2467 +
  2468 +   test "$2" = conftestfile
  2469 +   )
  2470 +then
  2471 +   # Ok.
  2472 +   :
  2473 +else
  2474 +   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  2475 +Check your system clock" >&5
  2476 +echo "$as_me: error: newly created file is older than distributed files!
  2477 +Check your system clock" >&2;}
  2478 +   { (exit 1); exit 1; }; }
  2479 +fi
  2480 +rm -f conftest*
  2481 +{ echo "$as_me:$LINENO: result: yes" >&5
  2482 +echo "${ECHO_T}yes" >&6; }
  2483 +test "$program_prefix" != NONE &&
  2484 +  program_transform_name="s&^&$program_prefix&;$program_transform_name"
  2485 +# Use a double $ so make ignores it.
  2486 +test "$program_suffix" != NONE &&
  2487 +  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  2488 +# Double any \ or $.  echo might interpret backslashes.
  2489 +# By default was `s,x,x', remove it if useless.
  2490 +cat <<\_ACEOF >conftest.sed
  2491 +s/[\\$]/&&/g;s/;s,x,x,$//
  2492 +_ACEOF
  2493 +program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  2494 +rm -f conftest.sed
  2495 +
  2496 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  2497 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
  2498 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  2499 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
  2500 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  2501 +else
  2502 +  cat >conftest.make <<\_ACEOF
  2503 +SHELL = /bin/sh
  2504 +all:
  2505 +	@echo '@@@%%%=$(MAKE)=@@@%%%'
  2506 +_ACEOF
  2507 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  2508 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
  2509 +  *@@@%%%=?*=@@@%%%*)
  2510 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
  2511 +  *)
  2512 +    eval ac_cv_prog_make_${ac_make}_set=no;;
  2513 +esac
  2514 +rm -f conftest.make
  2515 +fi
  2516 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  2517 +  { echo "$as_me:$LINENO: result: yes" >&5
  2518 +echo "${ECHO_T}yes" >&6; }
  2519 +  SET_MAKE=
  2520 +else
  2521 +  { echo "$as_me:$LINENO: result: no" >&5
  2522 +echo "${ECHO_T}no" >&6; }
  2523 +  SET_MAKE="MAKE=${MAKE-make}"
  2524 +fi
  2525 +
  2526 +
  2527 +# Check whether --enable-multilib was given.
  2528 +if test "${enable_multilib+set}" = set; then
  2529 +  enableval=$enable_multilib; case "${enableval}" in
  2530 +  yes) multilib=yes ;;
  2531 +  no)  multilib=no ;;
  2532 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
  2533 +echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
  2534 +   { (exit 1); exit 1; }; } ;;
  2535 + esac
  2536 +else
  2537 +  multilib=yes
  2538 +fi
  2539 +
  2540 +# Check whether --enable-target-optspace was given.
  2541 +if test "${enable_target_optspace+set}" = set; then
  2542 +  enableval=$enable_target_optspace; case "${enableval}" in
  2543 +  yes) target_optspace=yes ;;
  2544 +  no)  target_optspace=no ;;
  2545 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
  2546 +echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}
  2547 +   { (exit 1); exit 1; }; } ;;
  2548 + esac
  2549 +else
  2550 +  target_optspace=
  2551 +fi
  2552 +
  2553 +# Check whether --enable-malloc-debugging was given.
  2554 +if test "${enable_malloc_debugging+set}" = set; then
  2555 +  enableval=$enable_malloc_debugging; case "${enableval}" in
  2556 +  yes) malloc_debugging=yes ;;
  2557 +  no)  malloc_debugging=no ;;
  2558 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
  2559 +echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}
  2560 +   { (exit 1); exit 1; }; } ;;
  2561 + esac
  2562 +else
  2563 +  malloc_debugging=
  2564 +fi
  2565 +
  2566 +# Check whether --enable-newlib-mb was given.
  2567 +if test "${enable_newlib_mb+set}" = set; then
  2568 +  enableval=$enable_newlib_mb; case "${enableval}" in
  2569 +  yes) newlib_mb=yes ;;
  2570 +  no)  newlib_mb=no ;;
  2571 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-mb option" >&5
  2572 +echo "$as_me: error: bad value ${enableval} for newlib-mb option" >&2;}
  2573 +   { (exit 1); exit 1; }; } ;;
  2574 + esac
  2575 +else
  2576 +  newlib_mb=
  2577 +fi
  2578 +
  2579 +# Check whether --enable-newlib-iconv was given.
  2580 +if test "${enable_newlib_iconv+set}" = set; then
  2581 +  enableval=$enable_newlib_iconv; case "${enableval}" in
  2582 +  yes) newlib_iconv=yes ;;
  2583 +  no)  newlib_iconv=no ;;
  2584 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5
  2585 +echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}
  2586 +   { (exit 1); exit 1; }; } ;;
  2587 + esac
  2588 +else
  2589 +  newlib_iconv=
  2590 +fi
  2591 +
  2592 +# Check whether --enable-newlib-builtin-converters was given.
  2593 +if test "${enable_newlib_builtin_converters+set}" = set; then
  2594 +  enableval=$enable_newlib_builtin_converters; if test x${enableval} = x; then
  2595 +   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-builtin-converters option - use comma-separated list" >&5
  2596 +echo "$as_me: error: bad value ${enableval} for newlib-builtin-converters option - use comma-separated list" >&2;}
  2597 +   { (exit 1); exit 1; }; }
  2598 + fi
  2599 + builtin_converters=${enableval}
  2600 +
  2601 +else
  2602 +  builtin_converters=
  2603 +fi
  2604 +
  2605 +# Check whether --enable-newlib-multithread was given.
  2606 +if test "${enable_newlib_multithread+set}" = set; then
  2607 +  enableval=$enable_newlib_multithread; case "${enableval}" in
  2608 +  yes) newlib_multithread=yes ;;
  2609 +  no)  newlib_multithread=no ;;
  2610 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
  2611 +echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}
  2612 +   { (exit 1); exit 1; }; } ;;
  2613 + esac
  2614 +else
  2615 +  newlib_multithread=yes
  2616 +fi
  2617 +
  2618 +# Check whether --enable-newlib-elix-level was given.
  2619 +if test "${enable_newlib_elix_level+set}" = set; then
  2620 +  enableval=$enable_newlib_elix_level; case "${enableval}" in
  2621 +  0)   newlib_elix_level=0 ;;
  2622 +  1)   newlib_elix_level=1 ;;
  2623 +  2)   newlib_elix_level=2 ;;
  2624 +  3)   newlib_elix_level=3 ;;
  2625 +  4)   newlib_elix_level=4 ;;
  2626 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5
  2627 +echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}
  2628 +   { (exit 1); exit 1; }; } ;;
  2629 + esac
  2630 +else
  2631 +  newlib_elix_level=0
  2632 +fi
  2633 +
  2634 +# Check whether --enable-newlib-io-float was given.
  2635 +if test "${enable_newlib_io_float+set}" = set; then
  2636 +  enableval=$enable_newlib_io_float; case "${enableval}" in
  2637 +  yes) newlib_io_float=yes ;;
  2638 +  no)  newlib_io_float=no ;;
  2639 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
  2640 +echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}
  2641 +   { (exit 1); exit 1; }; } ;;
  2642 + esac
  2643 +else
  2644 +  newlib_io_float=yes
  2645 +fi
  2646 +
  2647 +# Check whether --enable-newlib-supplied-syscalls was given.
  2648 +if test "${enable_newlib_supplied_syscalls+set}" = set; then
  2649 +  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
  2650 +  yes) newlib_may_supply_syscalls=yes ;;
  2651 +  no)  newlib_may_supply_syscalls=no ;;
  2652 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
  2653 +echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}
  2654 +   { (exit 1); exit 1; }; } ;;
  2655 + esac
  2656 +else
  2657 +  newlib_may_supply_syscalls=yes
  2658 +fi
  2659 +
  2660 +
  2661 +
  2662 +if test x${newlib_may_supply_syscalls} = xyes; then
  2663 +  MAY_SUPPLY_SYSCALLS_TRUE=
  2664 +  MAY_SUPPLY_SYSCALLS_FALSE='#'
  2665 +else
  2666 +  MAY_SUPPLY_SYSCALLS_TRUE='#'
  2667 +  MAY_SUPPLY_SYSCALLS_FALSE=
  2668 +fi
  2669 +
  2670 +
  2671 +test -z "${with_target_subdir}" && with_target_subdir=.
  2672 +
  2673 +if test "${srcdir}" = "."; then
  2674 +  if test "${with_target_subdir}" != "."; then
  2675 +    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
  2676 +  else
  2677 +    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
  2678 +  fi
  2679 +else
  2680 +  newlib_basedir="${srcdir}/../../.."
  2681 +fi
  2682 +
  2683 +
  2684 +{ echo "$as_me:$LINENO: checking target system type" >&5
  2685 +echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
  2686 +if test "${ac_cv_target+set}" = set; then
  2687 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  2688 +else
  2689 +  if test "x$target_alias" = x; then
  2690 +  ac_cv_target=$ac_cv_host
  2691 +else
  2692 +  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
  2693 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
  2694 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
  2695 +   { (exit 1); exit 1; }; }
  2696 +fi
  2697 +
  2698 +fi
  2699 +{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
  2700 +echo "${ECHO_T}$ac_cv_target" >&6; }
  2701 +case $ac_cv_target in
  2702 +*-*-*) ;;
  2703 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
  2704 +echo "$as_me: error: invalid value of canonical target" >&2;}
  2705 +   { (exit 1); exit 1; }; };;
  2706 +esac
  2707 +target=$ac_cv_target
  2708 +ac_save_IFS=$IFS; IFS='-'
  2709 +set x $ac_cv_target
  2710 +shift
  2711 +target_cpu=$1
  2712 +target_vendor=$2
  2713 +shift; shift
  2714 +# Remember, the first character of IFS is used to create $*,
  2715 +# except with old shells:
  2716 +target_os=$*
  2717 +IFS=$ac_save_IFS
  2718 +case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
  2719 +
  2720 +
  2721 +# The aliases save the names the user supplied, while $host etc.
  2722 +# will get canonicalized.
  2723 +test -n "$target_alias" &&
  2724 +  test "$program_prefix$program_suffix$program_transform_name" = \
  2725 +    NONENONEs,x,x, &&
  2726 +  program_prefix=${target_alias}-
  2727 +
  2728 +
  2729 +PACKAGE=newlib
  2730 +
  2731 +VERSION=1.12.0
  2732 +
  2733 +if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  2734 +  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  2735 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  2736 +   { (exit 1); exit 1; }; }
  2737 +fi
  2738 +
  2739 +cat >>confdefs.h <<_ACEOF
  2740 +#define PACKAGE "$PACKAGE"
  2741 +_ACEOF
  2742 +
  2743 +
  2744 +cat >>confdefs.h <<_ACEOF
  2745 +#define VERSION "$VERSION"
  2746 +_ACEOF
  2747 +
  2748 +
  2749 +
  2750 +missing_dir=`cd $ac_aux_dir && pwd`
  2751 +{ echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
  2752 +echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6; }
  2753 +# Run test in a subshell; some versions of sh will print an error if
  2754 +# an executable is not found, even if stderr is redirected.
  2755 +# Redirect stdin to placate older versions of autoconf.  Sigh.
  2756 +if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  2757 +   ACLOCAL=aclocal-${am__api_version}
  2758 +   { echo "$as_me:$LINENO: result: found" >&5
  2759 +echo "${ECHO_T}found" >&6; }
  2760 +else
  2761 +   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
  2762 +   { echo "$as_me:$LINENO: result: missing" >&5
  2763 +echo "${ECHO_T}missing" >&6; }
  2764 +fi
  2765 +
  2766 +{ echo "$as_me:$LINENO: checking for working autoconf" >&5
  2767 +echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6; }
  2768 +# Run test in a subshell; some versions of sh will print an error if
  2769 +# an executable is not found, even if stderr is redirected.
  2770 +# Redirect stdin to placate older versions of autoconf.  Sigh.
  2771 +if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  2772 +   AUTOCONF=autoconf
  2773 +   { echo "$as_me:$LINENO: result: found" >&5
  2774 +echo "${ECHO_T}found" >&6; }
  2775 +else
  2776 +   AUTOCONF="$missing_dir/missing autoconf"
  2777 +   { echo "$as_me:$LINENO: result: missing" >&5
  2778 +echo "${ECHO_T}missing" >&6; }
  2779 +fi
  2780 +
  2781 +{ echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
  2782 +echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6; }
  2783 +# Run test in a subshell; some versions of sh will print an error if
  2784 +# an executable is not found, even if stderr is redirected.
  2785 +# Redirect stdin to placate older versions of autoconf.  Sigh.
  2786 +if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  2787 +   AUTOMAKE=automake-${am__api_version}
  2788 +   { echo "$as_me:$LINENO: result: found" >&5
  2789 +echo "${ECHO_T}found" >&6; }
  2790 +else
  2791 +   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
  2792 +   { echo "$as_me:$LINENO: result: missing" >&5
  2793 +echo "${ECHO_T}missing" >&6; }
  2794 +fi
  2795 +
  2796 +{ echo "$as_me:$LINENO: checking for working autoheader" >&5
  2797 +echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6; }
  2798 +# Run test in a subshell; some versions of sh will print an error if
  2799 +# an executable is not found, even if stderr is redirected.
  2800 +# Redirect stdin to placate older versions of autoconf.  Sigh.
  2801 +if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  2802 +   AUTOHEADER=autoheader
  2803 +   { echo "$as_me:$LINENO: result: found" >&5
  2804 +echo "${ECHO_T}found" >&6; }
  2805 +else
  2806 +   AUTOHEADER="$missing_dir/missing autoheader"
  2807 +   { echo "$as_me:$LINENO: result: missing" >&5
  2808 +echo "${ECHO_T}missing" >&6; }
  2809 +fi
  2810 +
  2811 +{ echo "$as_me:$LINENO: checking for working makeinfo" >&5
  2812 +echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6; }
  2813 +# Run test in a subshell; some versions of sh will print an error if
  2814 +# an executable is not found, even if stderr is redirected.
  2815 +# Redirect stdin to placate older versions of autoconf.  Sigh.
  2816 +if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  2817 +   MAKEINFO=makeinfo
  2818 +   { echo "$as_me:$LINENO: result: found" >&5
  2819 +echo "${ECHO_T}found" >&6; }
  2820 +else
  2821 +   MAKEINFO="$missing_dir/missing makeinfo"
  2822 +   { echo "$as_me:$LINENO: result: missing" >&5
  2823 +echo "${ECHO_T}missing" >&6; }
  2824 +fi
  2825 +
  2826 +
  2827 +
  2828 +# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
  2829 +# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
  2830 +# are probably using a cross compiler, which will not be able to fully
  2831 +# link an executable.  This should really be fixed in autoconf
  2832 +# itself.
  2833 +
  2834 +
  2835 +
  2836 +# Extract the first word of "gcc", so it can be a program name with args.
  2837 +set dummy gcc; ac_word=$2
  2838 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  2839 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2840 +if test "${ac_cv_prog_CC+set}" = set; then
  2841 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  2842 +else
  2843 +  if test -n "$CC"; then
  2844 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  2845 +else
  2846 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2847 +for as_dir in $PATH
  2848 +do
  2849 +  IFS=$as_save_IFS
  2850 +  test -z "$as_dir" && as_dir=.
  2851 +  for ac_exec_ext in '' $ac_executable_extensions; do
  2852 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2853 +    ac_cv_prog_CC="gcc"
  2854 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2855 +    break 2
  2856 +  fi
  2857 +done
  2858 +done
  2859 +IFS=$as_save_IFS
  2860 +
  2861 +fi
  2862 +fi
  2863 +CC=$ac_cv_prog_CC
  2864 +if test -n "$CC"; then
  2865 +  { echo "$as_me:$LINENO: result: $CC" >&5
  2866 +echo "${ECHO_T}$CC" >&6; }
  2867 +else
  2868 +  { echo "$as_me:$LINENO: result: no" >&5
  2869 +echo "${ECHO_T}no" >&6; }
  2870 +fi
  2871 +
  2872 +
  2873 +if test -z "$CC"; then
  2874 +  # Extract the first word of "cc", so it can be a program name with args.
  2875 +set dummy cc; ac_word=$2
  2876 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  2877 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2878 +if test "${ac_cv_prog_CC+set}" = set; then
  2879 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  2880 +else
  2881 +  if test -n "$CC"; then
  2882 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  2883 +else
  2884 +  ac_prog_rejected=no
  2885 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2886 +for as_dir in $PATH
  2887 +do
  2888 +  IFS=$as_save_IFS
  2889 +  test -z "$as_dir" && as_dir=.
  2890 +  for ac_exec_ext in '' $ac_executable_extensions; do
  2891 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2892 +    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  2893 +       ac_prog_rejected=yes
  2894 +       continue
  2895 +     fi
  2896 +    ac_cv_prog_CC="cc"
  2897 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2898 +    break 2
  2899 +  fi
  2900 +done
  2901 +done
  2902 +IFS=$as_save_IFS
  2903 +
  2904 +if test $ac_prog_rejected = yes; then
  2905 +  # We found a bogon in the path, so make sure we never use it.
  2906 +  set dummy $ac_cv_prog_CC
  2907 +  shift
  2908 +  if test $# != 0; then
  2909 +    # We chose a different compiler from the bogus one.
  2910 +    # However, it has the same basename, so the bogon will be chosen
  2911 +    # first if we set CC to just the basename; use the full file name.
  2912 +    shift
  2913 +    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  2914 +  fi
  2915 +fi
  2916 +fi
  2917 +fi
  2918 +CC=$ac_cv_prog_CC
  2919 +if test -n "$CC"; then
  2920 +  { echo "$as_me:$LINENO: result: $CC" >&5
  2921 +echo "${ECHO_T}$CC" >&6; }
  2922 +else
  2923 +  { echo "$as_me:$LINENO: result: no" >&5
  2924 +echo "${ECHO_T}no" >&6; }
  2925 +fi
  2926 +
  2927 +
  2928 +  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
  2929 +echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
  2930 +   { (exit 1); exit 1; }; }
  2931 +fi
  2932 +
  2933 +#AC_PROG_CC_GNU
  2934 +
  2935 +if test $ac_cv_c_compiler_gnu = yes; then
  2936 +  GCC=yes
  2937 +  ac_test_CFLAGS="${CFLAGS+set}"
  2938 +  ac_save_CFLAGS="$CFLAGS"
  2939 +  CFLAGS=
  2940 +#  AC_PROG_CC_G
  2941 +  if test "$ac_test_CFLAGS" = set; then
  2942 +    CFLAGS="$ac_save_CFLAGS"
  2943 +  elif test $ac_cv_prog_cc_g = yes; then
  2944 +    CFLAGS="-g -O2"
  2945 +  else
  2946 +    CFLAGS="-O2"
  2947 +  fi
  2948 +else
  2949 +  GCC=
  2950 +  test "${CFLAGS+set}" = set || CFLAGS="-g"
  2951 +fi
  2952 +
  2953 +
  2954 +if test -n "$ac_tool_prefix"; then
  2955 +  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
  2956 +set dummy ${ac_tool_prefix}as; ac_word=$2
  2957 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  2958 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2959 +if test "${ac_cv_prog_AS+set}" = set; then
  2960 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  2961 +else
  2962 +  if test -n "$AS"; then
  2963 +  ac_cv_prog_AS="$AS" # Let the user override the test.
  2964 +else
  2965 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2966 +for as_dir in $PATH
  2967 +do
  2968 +  IFS=$as_save_IFS
  2969 +  test -z "$as_dir" && as_dir=.
  2970 +  for ac_exec_ext in '' $ac_executable_extensions; do
  2971 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2972 +    ac_cv_prog_AS="${ac_tool_prefix}as"
  2973 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2974 +    break 2
  2975 +  fi
  2976 +done
  2977 +done
  2978 +IFS=$as_save_IFS
  2979 +
  2980 +fi
  2981 +fi
  2982 +AS=$ac_cv_prog_AS
  2983 +if test -n "$AS"; then
  2984 +  { echo "$as_me:$LINENO: result: $AS" >&5
  2985 +echo "${ECHO_T}$AS" >&6; }
  2986 +else
  2987 +  { echo "$as_me:$LINENO: result: no" >&5
  2988 +echo "${ECHO_T}no" >&6; }
  2989 +fi
  2990 +
  2991 +
  2992 +fi
  2993 +if test -z "$ac_cv_prog_AS"; then
  2994 +  ac_ct_AS=$AS
  2995 +  # Extract the first word of "as", so it can be a program name with args.
  2996 +set dummy as; ac_word=$2
  2997 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  2998 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2999 +if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
  3000 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  3001 +else
  3002 +  if test -n "$ac_ct_AS"; then
  3003 +  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
  3004 +else
  3005 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3006 +for as_dir in $PATH
  3007 +do
  3008 +  IFS=$as_save_IFS
  3009 +  test -z "$as_dir" && as_dir=.
  3010 +  for ac_exec_ext in '' $ac_executable_extensions; do
  3011 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3012 +    ac_cv_prog_ac_ct_AS="as"
  3013 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3014 +    break 2
  3015 +  fi
  3016 +done
  3017 +done
  3018 +IFS=$as_save_IFS
  3019 +
  3020 +fi
  3021 +fi
  3022 +ac_ct_AS=$ac_cv_prog_ac_ct_AS
  3023 +if test -n "$ac_ct_AS"; then
  3024 +  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  3025 +echo "${ECHO_T}$ac_ct_AS" >&6; }
  3026 +else
  3027 +  { echo "$as_me:$LINENO: result: no" >&5
  3028 +echo "${ECHO_T}no" >&6; }
  3029 +fi
  3030 +
  3031 +  if test "x$ac_ct_AS" = x; then
  3032 +    AS=""
  3033 +  else
  3034 +    case $cross_compiling:$ac_tool_warned in
  3035 +yes:)
  3036 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  3037 +whose name does not start with the host triplet.  If you think this
  3038 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  3039 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  3040 +whose name does not start with the host triplet.  If you think this
  3041 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  3042 +ac_tool_warned=yes ;;
  3043 +esac
  3044 +    AS=$ac_ct_AS
  3045 +  fi
  3046 +else
  3047 +  AS="$ac_cv_prog_AS"
  3048 +fi
  3049 +
  3050 +if test -n "$ac_tool_prefix"; then
  3051 +  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  3052 +set dummy ${ac_tool_prefix}ar; ac_word=$2
  3053 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  3054 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3055 +if test "${ac_cv_prog_AR+set}" = set; then
  3056 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  3057 +else
  3058 +  if test -n "$AR"; then
  3059 +  ac_cv_prog_AR="$AR" # Let the user override the test.
  3060 +else
  3061 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3062 +for as_dir in $PATH
  3063 +do
  3064 +  IFS=$as_save_IFS
  3065 +  test -z "$as_dir" && as_dir=.
  3066 +  for ac_exec_ext in '' $ac_executable_extensions; do
  3067 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3068 +    ac_cv_prog_AR="${ac_tool_prefix}ar"
  3069 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3070 +    break 2
  3071 +  fi
  3072 +done
  3073 +done
  3074 +IFS=$as_save_IFS
  3075 +
  3076 +fi
  3077 +fi
  3078 +AR=$ac_cv_prog_AR
  3079 +if test -n "$AR"; then
  3080 +  { echo "$as_me:$LINENO: result: $AR" >&5
  3081 +echo "${ECHO_T}$AR" >&6; }
  3082 +else
  3083 +  { echo "$as_me:$LINENO: result: no" >&5
  3084 +echo "${ECHO_T}no" >&6; }
  3085 +fi
  3086 +
  3087 +
  3088 +fi
  3089 +if test -z "$ac_cv_prog_AR"; then
  3090 +  ac_ct_AR=$AR
  3091 +  # Extract the first word of "ar", so it can be a program name with args.
  3092 +set dummy ar; ac_word=$2
  3093 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  3094 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3095 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
  3096 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  3097 +else
  3098 +  if test -n "$ac_ct_AR"; then
  3099 +  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
  3100 +else
  3101 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3102 +for as_dir in $PATH
  3103 +do
  3104 +  IFS=$as_save_IFS
  3105 +  test -z "$as_dir" && as_dir=.
  3106 +  for ac_exec_ext in '' $ac_executable_extensions; do
  3107 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3108 +    ac_cv_prog_ac_ct_AR="ar"
  3109 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3110 +    break 2
  3111 +  fi
  3112 +done
  3113 +done
  3114 +IFS=$as_save_IFS
  3115 +
  3116 +fi
  3117 +fi
  3118 +ac_ct_AR=$ac_cv_prog_ac_ct_AR
  3119 +if test -n "$ac_ct_AR"; then
  3120 +  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
  3121 +echo "${ECHO_T}$ac_ct_AR" >&6; }
  3122 +else
  3123 +  { echo "$as_me:$LINENO: result: no" >&5
  3124 +echo "${ECHO_T}no" >&6; }
  3125 +fi
  3126 +
  3127 +  if test "x$ac_ct_AR" = x; then
  3128 +    AR=""
  3129 +  else
  3130 +    case $cross_compiling:$ac_tool_warned in
  3131 +yes:)
  3132 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  3133 +whose name does not start with the host triplet.  If you think this
  3134 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  3135 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  3136 +whose name does not start with the host triplet.  If you think this
  3137 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  3138 +ac_tool_warned=yes ;;
  3139 +esac
  3140 +    AR=$ac_ct_AR
  3141 +  fi
  3142 +else
  3143 +  AR="$ac_cv_prog_AR"
  3144 +fi
  3145 +
  3146 +if test -n "$ac_tool_prefix"; then
  3147 +  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  3148 +set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  3149 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  3150 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3151 +if test "${ac_cv_prog_RANLIB+set}" = set; then
  3152 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  3153 +else
  3154 +  if test -n "$RANLIB"; then
  3155 +  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  3156 +else
  3157 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3158 +for as_dir in $PATH
  3159 +do
  3160 +  IFS=$as_save_IFS
  3161 +  test -z "$as_dir" && as_dir=.
  3162 +  for ac_exec_ext in '' $ac_executable_extensions; do
  3163 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3164 +    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  3165 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3166 +    break 2
  3167 +  fi
  3168 +done
  3169 +done
  3170 +IFS=$as_save_IFS
  3171 +
  3172 +fi
  3173 +fi
  3174 +RANLIB=$ac_cv_prog_RANLIB
  3175 +if test -n "$RANLIB"; then
  3176 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5
  3177 +echo "${ECHO_T}$RANLIB" >&6; }
  3178 +else
  3179 +  { echo "$as_me:$LINENO: result: no" >&5
  3180 +echo "${ECHO_T}no" >&6; }
  3181 +fi
  3182 +
  3183 +
  3184 +fi
  3185 +if test -z "$ac_cv_prog_RANLIB"; then
  3186 +  ac_ct_RANLIB=$RANLIB
  3187 +  # Extract the first word of "ranlib", so it can be a program name with args.
  3188 +set dummy ranlib; ac_word=$2
  3189 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  3190 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3191 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  3192 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  3193 +else
  3194 +  if test -n "$ac_ct_RANLIB"; then
  3195 +  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  3196 +else
  3197 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3198 +for as_dir in $PATH
  3199 +do
  3200 +  IFS=$as_save_IFS
  3201 +  test -z "$as_dir" && as_dir=.
  3202 +  for ac_exec_ext in '' $ac_executable_extensions; do
  3203 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3204 +    ac_cv_prog_ac_ct_RANLIB="ranlib"
  3205 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3206 +    break 2
  3207 +  fi
  3208 +done
  3209 +done
  3210 +IFS=$as_save_IFS
  3211 +
  3212 +fi
  3213 +fi
  3214 +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  3215 +if test -n "$ac_ct_RANLIB"; then
  3216 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  3217 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
  3218 +else
  3219 +  { echo "$as_me:$LINENO: result: no" >&5
  3220 +echo "${ECHO_T}no" >&6; }
  3221 +fi
  3222 +
  3223 +  if test "x$ac_ct_RANLIB" = x; then
  3224 +    RANLIB=":"
  3225 +  else
  3226 +    case $cross_compiling:$ac_tool_warned in
  3227 +yes:)
  3228 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  3229 +whose name does not start with the host triplet.  If you think this
  3230 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  3231 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  3232 +whose name does not start with the host triplet.  If you think this
  3233 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  3234 +ac_tool_warned=yes ;;
  3235 +esac
  3236 +    RANLIB=$ac_ct_RANLIB
  3237 +  fi
  3238 +else
  3239 +  RANLIB="$ac_cv_prog_RANLIB"
  3240 +fi
  3241 +
  3242 +
  3243 +# Find a good install program.  We prefer a C program (faster),
  3244 +# so one script is as good as another.  But avoid the broken or
  3245 +# incompatible versions:
  3246 +# SysV /etc/install, /usr/sbin/install
  3247 +# SunOS /usr/etc/install
  3248 +# IRIX /sbin/install
  3249 +# AIX /bin/install
  3250 +# AmigaOS /C/install, which installs bootblocks on floppy discs
  3251 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  3252 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
  3253 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  3254 +# OS/2's system install, which has a completely different semantic
  3255 +# ./install, which can be erroneously created by make from ./install.sh.
  3256 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  3257 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  3258 +if test -z "$INSTALL"; then
  3259 +if test "${ac_cv_path_install+set}" = set; then
  3260 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  3261 +else
  3262 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3263 +for as_dir in $PATH
  3264 +do
  3265 +  IFS=$as_save_IFS
  3266 +  test -z "$as_dir" && as_dir=.
  3267 +  # Account for people who put trailing slashes in PATH elements.
  3268 +case $as_dir/ in
  3269 +  ./ | .// | /cC/* | \
  3270 +  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  3271 +  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  3272 +  /usr/ucb/* ) ;;
  3273 +  *)
  3274 +    # OSF1 and SCO ODT 3.0 have their own names for install.
  3275 +    # Don't use installbsd from OSF since it installs stuff as root
  3276 +    # by default.
  3277 +    for ac_prog in ginstall scoinst install; do
  3278 +      for ac_exec_ext in '' $ac_executable_extensions; do
  3279 +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  3280 +	  if test $ac_prog = install &&
  3281 +	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  3282 +	    # AIX install.  It has an incompatible calling convention.
  3283 +	    :
  3284 +	  elif test $ac_prog = install &&
  3285 +	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  3286 +	    # program-specific install script used by HP pwplus--don't use.
  3287 +	    :
  3288 +	  else
  3289 +	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  3290 +	    break 3
  3291 +	  fi
  3292 +	fi
  3293 +      done
  3294 +    done
  3295 +    ;;
  3296 +esac
  3297 +done
  3298 +IFS=$as_save_IFS
  3299 +
  3300 +
  3301 +fi
  3302 +  if test "${ac_cv_path_install+set}" = set; then
  3303 +    INSTALL=$ac_cv_path_install
  3304 +  else
  3305 +    # As a last resort, use the slow shell script.  Don't cache a
  3306 +    # value for INSTALL within a source directory, because that will
  3307 +    # break other packages using the cache if that directory is
  3308 +    # removed, or if the value is a relative name.
  3309 +    INSTALL=$ac_install_sh
  3310 +  fi
  3311 +fi
  3312 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
  3313 +echo "${ECHO_T}$INSTALL" >&6; }
  3314 +
  3315 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  3316 +# It thinks the first close brace ends the variable substitution.
  3317 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  3318 +
  3319 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  3320 +
  3321 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  3322 +
  3323 +
  3324 +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  3325 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
  3326 +    # Check whether --enable-maintainer-mode was given.
  3327 +if test "${enable_maintainer_mode+set}" = set; then
  3328 +  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
  3329 +else
  3330 +  USE_MAINTAINER_MODE=no
  3331 +fi
  3332 +
  3333 +  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  3334 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
  3335 +
  3336 +
  3337 +if test $USE_MAINTAINER_MODE = yes; then
  3338 +  MAINTAINER_MODE_TRUE=
  3339 +  MAINTAINER_MODE_FALSE='#'
  3340 +else
  3341 +  MAINTAINER_MODE_TRUE='#'
  3342 +  MAINTAINER_MODE_FALSE=
  3343 +fi
  3344 +  MAINT=$MAINTAINER_MODE_TRUE
  3345 +
  3346 +
  3347 +
  3348 +# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
  3349 +# at least currently, we never actually build a program, so we never
  3350 +# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
  3351 +# fails, because we are probably configuring with a cross compiler
  3352 +# which can't create executables.  So we include AC_EXEEXT to keep
  3353 +# automake happy, but we don't execute it, since we don't care about
  3354 +# the result.
  3355 +#if false; then
  3356 +#
  3357 +#fi
  3358 +
  3359 +. ${newlib_basedir}/configure.host
  3360 +
  3361 +newlib_cflags="${newlib_cflags} -fno-builtin"
  3362 +
  3363 +NEWLIB_CFLAGS=${newlib_cflags}
  3364 +
  3365 +
  3366 +LDFLAGS=${ldflags}
  3367 +
  3368 +
  3369 +
  3370 +
  3371 +if test x${newlib_elix_level} = x0; then
  3372 +  ELIX_LEVEL_0_TRUE=
  3373 +  ELIX_LEVEL_0_FALSE='#'
  3374 +else
  3375 +  ELIX_LEVEL_0_TRUE='#'
  3376 +  ELIX_LEVEL_0_FALSE=
  3377 +fi
  3378 +
  3379 +
  3380 +if test x${newlib_elix_level} = x1; then
  3381 +  ELIX_LEVEL_1_TRUE=
  3382 +  ELIX_LEVEL_1_FALSE='#'
  3383 +else
  3384 +  ELIX_LEVEL_1_TRUE='#'
  3385 +  ELIX_LEVEL_1_FALSE=
  3386 +fi
  3387 +
  3388 +
  3389 +if test x${newlib_elix_level} = x2; then
  3390 +  ELIX_LEVEL_2_TRUE=
  3391 +  ELIX_LEVEL_2_FALSE='#'
  3392 +else
  3393 +  ELIX_LEVEL_2_TRUE='#'
  3394 +  ELIX_LEVEL_2_FALSE=
  3395 +fi
  3396 +
  3397 +
  3398 +if test x${newlib_elix_level} = x3; then
  3399 +  ELIX_LEVEL_3_TRUE=
  3400 +  ELIX_LEVEL_3_FALSE='#'
  3401 +else
  3402 +  ELIX_LEVEL_3_TRUE='#'
  3403 +  ELIX_LEVEL_3_FALSE=
  3404 +fi
  3405 +
  3406 +
  3407 +if test x${newlib_elix_level} = x4; then
  3408 +  ELIX_LEVEL_4_TRUE=
  3409 +  ELIX_LEVEL_4_FALSE='#'
  3410 +else
  3411 +  ELIX_LEVEL_4_TRUE='#'
  3412 +  ELIX_LEVEL_4_FALSE=
  3413 +fi
  3414 +
  3415 +
  3416 +
  3417 +if test x${use_libtool} = xyes; then
  3418 +  USE_LIBTOOL_TRUE=
  3419 +  USE_LIBTOOL_FALSE='#'
  3420 +else
  3421 +  USE_LIBTOOL_TRUE='#'
  3422 +  USE_LIBTOOL_FALSE=
  3423 +fi
  3424 +
  3425 +# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
  3426 +# use oext, which is set in configure.host based on the target platform.
  3427 +OBJEXT=${oext}
  3428 +
  3429 +
  3430 +
  3431 +
  3432 +
  3433 +
  3434 +
  3435 +
  3436 +
  3437 +
  3438 +ac_config_files="$ac_config_files Makefile"
  3439 +
  3440 +cat >confcache <<\_ACEOF
  3441 +# This file is a shell script that caches the results of configure
  3442 +# tests run on this system so they can be shared between configure
  3443 +# scripts and configure runs, see configure's option --config-cache.
  3444 +# It is not useful on other systems.  If it contains results you don't
  3445 +# want to keep, you may remove or edit it.
  3446 +#
  3447 +# config.status only pays attention to the cache file if you give it
  3448 +# the --recheck option to rerun configure.
  3449 +#
  3450 +# `ac_cv_env_foo' variables (set or unset) will be overridden when
  3451 +# loading this file, other *unset* `ac_cv_foo' will be assigned the
  3452 +# following values.
  3453 +
  3454 +_ACEOF
  3455 +
  3456 +# The following way of writing the cache mishandles newlines in values,
  3457 +# but we know of no workaround that is simple, portable, and efficient.
  3458 +# So, we kill variables containing newlines.
  3459 +# Ultrix sh set writes to stderr and can't be redirected directly,
  3460 +# and sets the high bit in the cache file unless we assign to the vars.
  3461 +(
  3462 +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
  3463 +    eval ac_val=\$$ac_var
  3464 +    case $ac_val in #(
  3465 +    *${as_nl}*)
  3466 +      case $ac_var in #(
  3467 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  3468 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  3469 +      esac
  3470 +      case $ac_var in #(
  3471 +      _ | IFS | as_nl) ;; #(
  3472 +      *) $as_unset $ac_var ;;
  3473 +      esac ;;
  3474 +    esac
  3475 +  done
  3476 +
  3477 +  (set) 2>&1 |
  3478 +    case $as_nl`(ac_space=' '; set) 2>&1` in #(
  3479 +    *${as_nl}ac_space=\ *)
  3480 +      # `set' does not quote correctly, so add quotes (double-quote
  3481 +      # substitution turns \\\\ into \\, and sed turns \\ into \).
  3482 +      sed -n \
  3483 +	"s/'/'\\\\''/g;
  3484 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  3485 +      ;; #(
  3486 +    *)
  3487 +      # `set' quotes correctly as required by POSIX, so do not add quotes.
  3488 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  3489 +      ;;
  3490 +    esac |
  3491 +    sort
  3492 +) |
  3493 +  sed '
  3494 +     /^ac_cv_env_/b end
  3495 +     t clear
  3496 +     :clear
  3497 +     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
  3498 +     t end
  3499 +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
  3500 +     :end' >>confcache
  3501 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  3502 +  if test -w "$cache_file"; then
  3503 +    test "x$cache_file" != "x/dev/null" &&
  3504 +      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
  3505 +echo "$as_me: updating cache $cache_file" >&6;}
  3506 +    cat confcache >$cache_file
  3507 +  else
  3508 +    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
  3509 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  3510 +  fi
  3511 +fi
  3512 +rm -f confcache
  3513 +
  3514 +test "x$prefix" = xNONE && prefix=$ac_default_prefix
  3515 +# Let make expand exec_prefix.
  3516 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  3517 +
  3518 +# Transform confdefs.h into DEFS.
  3519 +# Protect against shell expansion while executing Makefile rules.
  3520 +# Protect against Makefile macro expansion.
  3521 +#
  3522 +# If the first sed substitution is executed (which looks for macros that
  3523 +# take arguments), then branch to the quote section.  Otherwise,
  3524 +# look for a macro that doesn't take arguments.
  3525 +ac_script='
  3526 +t clear
  3527 +:clear
  3528 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
  3529 +t quote
  3530 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
  3531 +t quote
  3532 +b any
  3533 +:quote
  3534 +s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
  3535 +s/\[/\\&/g
  3536 +s/\]/\\&/g
  3537 +s/\$/$$/g
  3538 +H
  3539 +:any
  3540 +${
  3541 +	g
  3542 +	s/^\n//
  3543 +	s/\n/ /g
  3544 +	p
  3545 +}
  3546 +'
  3547 +DEFS=`sed -n "$ac_script" confdefs.h`
  3548 +
  3549 +
  3550 +ac_libobjs=
  3551 +ac_ltlibobjs=
  3552 +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  3553 +  # 1. Remove the extension, and $U if already installed.
  3554 +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  3555 +  ac_i=`echo "$ac_i" | sed "$ac_script"`
  3556 +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  3557 +  #    will be set to the directory where LIBOBJS objects are built.
  3558 +  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  3559 +  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
  3560 +done
  3561 +LIBOBJS=$ac_libobjs
  3562 +
  3563 +LTLIBOBJS=$ac_ltlibobjs
  3564 +
  3565 +
  3566 +
  3567 +: ${CONFIG_STATUS=./config.status}
  3568 +ac_clean_files_save=$ac_clean_files
  3569 +ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  3570 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  3571 +echo "$as_me: creating $CONFIG_STATUS" >&6;}
  3572 +cat >$CONFIG_STATUS <<_ACEOF
  3573 +#! $SHELL
  3574 +# Generated by $as_me.
  3575 +# Run this file to recreate the current configuration.
  3576 +# Compiler output produced by configure, useful for debugging
  3577 +# configure, is in config.log if it exists.
  3578 +
  3579 +debug=false
  3580 +ac_cs_recheck=false
  3581 +ac_cs_silent=false
  3582 +SHELL=\${CONFIG_SHELL-$SHELL}
  3583 +_ACEOF
  3584 +
  3585 +cat >>$CONFIG_STATUS <<\_ACEOF
  3586 +## --------------------- ##
  3587 +## M4sh Initialization.  ##
  3588 +## --------------------- ##
  3589 +
  3590 +# Be more Bourne compatible
  3591 +DUALCASE=1; export DUALCASE # for MKS sh
  3592 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  3593 +  emulate sh
  3594 +  NULLCMD=:
  3595 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  3596 +  # is contrary to our usage.  Disable this feature.
  3597 +  alias -g '${1+"$@"}'='"$@"'
  3598 +  setopt NO_GLOB_SUBST
  3599 +else
  3600 +  case `(set -o) 2>/dev/null` in
  3601 +  *posix*) set -o posix ;;
  3602 +esac
  3603 +
  3604 +fi
  3605 +
  3606 +
  3607 +
  3608 +
  3609 +# PATH needs CR
  3610 +# Avoid depending upon Character Ranges.
  3611 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  3612 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  3613 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  3614 +as_cr_digits='0123456789'
  3615 +as_cr_alnum=$as_cr_Letters$as_cr_digits
  3616 +
  3617 +# The user is always right.
  3618 +if test "${PATH_SEPARATOR+set}" != set; then
  3619 +  echo "#! /bin/sh" >conf$$.sh
  3620 +  echo  "exit 0"   >>conf$$.sh
  3621 +  chmod +x conf$$.sh
  3622 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  3623 +    PATH_SEPARATOR=';'
  3624 +  else
  3625 +    PATH_SEPARATOR=:
  3626 +  fi
  3627 +  rm -f conf$$.sh
  3628 +fi
  3629 +
  3630 +# Support unset when possible.
  3631 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  3632 +  as_unset=unset
  3633 +else
  3634 +  as_unset=false
  3635 +fi
  3636 +
  3637 +
  3638 +# IFS
  3639 +# We need space, tab and new line, in precisely that order.  Quoting is
  3640 +# there to prevent editors from complaining about space-tab.
  3641 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
  3642 +# splitting by setting IFS to empty value.)
  3643 +as_nl='
  3644 +'
  3645 +IFS=" ""	$as_nl"
  3646 +
  3647 +# Find who we are.  Look in the path if we contain no directory separator.
  3648 +case $0 in
  3649 +  *[\\/]* ) as_myself=$0 ;;
  3650 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3651 +for as_dir in $PATH
  3652 +do
  3653 +  IFS=$as_save_IFS
  3654 +  test -z "$as_dir" && as_dir=.
  3655 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  3656 +done
  3657 +IFS=$as_save_IFS
  3658 +
  3659 +     ;;
  3660 +esac
  3661 +# We did not find ourselves, most probably we were run as `sh COMMAND'
  3662 +# in which case we are not to be found in the path.
  3663 +if test "x$as_myself" = x; then
  3664 +  as_myself=$0
  3665 +fi
  3666 +if test ! -f "$as_myself"; then
  3667 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  3668 +  { (exit 1); exit 1; }
  3669 +fi
  3670 +
  3671 +# Work around bugs in pre-3.0 UWIN ksh.
  3672 +for as_var in ENV MAIL MAILPATH
  3673 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  3674 +done
  3675 +PS1='$ '
  3676 +PS2='> '
  3677 +PS4='+ '
  3678 +
  3679 +# NLS nuisances.
  3680 +for as_var in \
  3681 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  3682 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  3683 +  LC_TELEPHONE LC_TIME
  3684 +do
  3685 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  3686 +    eval $as_var=C; export $as_var
  3687 +  else
  3688 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  3689 +  fi
  3690 +done
  3691 +
  3692 +# Required to use basename.
  3693 +if expr a : '\(a\)' >/dev/null 2>&1 &&
  3694 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  3695 +  as_expr=expr
  3696 +else
  3697 +  as_expr=false
  3698 +fi
  3699 +
  3700 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  3701 +  as_basename=basename
  3702 +else
  3703 +  as_basename=false
  3704 +fi
  3705 +
  3706 +
  3707 +# Name of the executable.
  3708 +as_me=`$as_basename -- "$0" ||
  3709 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  3710 +	 X"$0" : 'X\(//\)$' \| \
  3711 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  3712 +echo X/"$0" |
  3713 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
  3714 +	    s//\1/
  3715 +	    q
  3716 +	  }
  3717 +	  /^X\/\(\/\/\)$/{
  3718 +	    s//\1/
  3719 +	    q
  3720 +	  }
  3721 +	  /^X\/\(\/\).*/{
  3722 +	    s//\1/
  3723 +	    q
  3724 +	  }
  3725 +	  s/.*/./; q'`
  3726 +
  3727 +# CDPATH.
  3728 +$as_unset CDPATH
  3729 +
  3730 +
  3731 +
  3732 +  as_lineno_1=$LINENO
  3733 +  as_lineno_2=$LINENO
  3734 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
  3735 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  3736 +
  3737 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  3738 +  # uniformly replaced by the line number.  The first 'sed' inserts a
  3739 +  # line-number line after each line using $LINENO; the second 'sed'
  3740 +  # does the real work.  The second script uses 'N' to pair each
  3741 +  # line-number line with the line containing $LINENO, and appends
  3742 +  # trailing '-' during substitution so that $LINENO is not a special
  3743 +  # case at line end.
  3744 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  3745 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
  3746 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
  3747 +  sed -n '
  3748 +    p
  3749 +    /[$]LINENO/=
  3750 +  ' <$as_myself |
  3751 +    sed '
  3752 +      s/[$]LINENO.*/&-/
  3753 +      t lineno
  3754 +      b
  3755 +      :lineno
  3756 +      N
  3757 +      :loop
  3758 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  3759 +      t loop
  3760 +      s/-\n.*//
  3761 +    ' >$as_me.lineno &&
  3762 +  chmod +x "$as_me.lineno" ||
  3763 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  3764 +   { (exit 1); exit 1; }; }
  3765 +
  3766 +  # Don't try to exec as it changes $[0], causing all sort of problems
  3767 +  # (the dirname of $[0] is not the place where we might find the
  3768 +  # original and so on.  Autoconf is especially sensitive to this).
  3769 +  . "./$as_me.lineno"
  3770 +  # Exit status is that of the last command.
  3771 +  exit
  3772 +}
  3773 +
  3774 +
  3775 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  3776 +  as_dirname=dirname
  3777 +else
  3778 +  as_dirname=false
  3779 +fi
  3780 +
  3781 +ECHO_C= ECHO_N= ECHO_T=
  3782 +case `echo -n x` in
  3783 +-n*)
  3784 +  case `echo 'x\c'` in
  3785 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  3786 +  *)   ECHO_C='\c';;
  3787 +  esac;;
  3788 +*)
  3789 +  ECHO_N='-n';;
  3790 +esac
  3791 +
  3792 +if expr a : '\(a\)' >/dev/null 2>&1 &&
  3793 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  3794 +  as_expr=expr
  3795 +else
  3796 +  as_expr=false
  3797 +fi
  3798 +
  3799 +rm -f conf$$ conf$$.exe conf$$.file
  3800 +if test -d conf$$.dir; then
  3801 +  rm -f conf$$.dir/conf$$.file
  3802 +else
  3803 +  rm -f conf$$.dir
  3804 +  mkdir conf$$.dir
  3805 +fi
  3806 +echo >conf$$.file
  3807 +if ln -s conf$$.file conf$$ 2>/dev/null; then
  3808 +  as_ln_s='ln -s'
  3809 +  # ... but there are two gotchas:
  3810 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  3811 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  3812 +  # In both cases, we have to default to `cp -p'.
  3813 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  3814 +    as_ln_s='cp -p'
  3815 +elif ln conf$$.file conf$$ 2>/dev/null; then
  3816 +  as_ln_s=ln
  3817 +else
  3818 +  as_ln_s='cp -p'
  3819 +fi
  3820 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  3821 +rmdir conf$$.dir 2>/dev/null
  3822 +
  3823 +if mkdir -p . 2>/dev/null; then
  3824 +  as_mkdir_p=:
  3825 +else
  3826 +  test -d ./-p && rmdir ./-p
  3827 +  as_mkdir_p=false
  3828 +fi
  3829 +
  3830 +if test -x / >/dev/null 2>&1; then
  3831 +  as_test_x='test -x'
  3832 +else
  3833 +  if ls -dL / >/dev/null 2>&1; then
  3834 +    as_ls_L_option=L
  3835 +  else
  3836 +    as_ls_L_option=
  3837 +  fi
  3838 +  as_test_x='
  3839 +    eval sh -c '\''
  3840 +      if test -d "$1"; then
  3841 +        test -d "$1/.";
  3842 +      else
  3843 +	case $1 in
  3844 +        -*)set "./$1";;
  3845 +	esac;
  3846 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  3847 +	???[sx]*):;;*)false;;esac;fi
  3848 +    '\'' sh
  3849 +  '
  3850 +fi
  3851 +as_executable_p=$as_test_x
  3852 +
  3853 +# Sed expression to map a string onto a valid CPP name.
  3854 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  3855 +
  3856 +# Sed expression to map a string onto a valid variable name.
  3857 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  3858 +
  3859 +
  3860 +exec 6>&1
  3861 +
  3862 +# Save the log message, to keep $[0] and so on meaningful, and to
  3863 +# report actual input values of CONFIG_FILES etc. instead of their
  3864 +# values after options handling.
  3865 +ac_log="
  3866 +This file was extended by newlib $as_me NEWLIB_VERSION, which was
  3867 +generated by GNU Autoconf 2.61.  Invocation command line was
  3868 +
  3869 +  CONFIG_FILES    = $CONFIG_FILES
  3870 +  CONFIG_HEADERS  = $CONFIG_HEADERS
  3871 +  CONFIG_LINKS    = $CONFIG_LINKS
  3872 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
  3873 +  $ $0 $@
  3874 +
  3875 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
  3876 +"
  3877 +
  3878 +_ACEOF
  3879 +
  3880 +cat >>$CONFIG_STATUS <<_ACEOF
  3881 +# Files that config.status was made for.
  3882 +config_files="$ac_config_files"
  3883 +
  3884 +_ACEOF
  3885 +
  3886 +cat >>$CONFIG_STATUS <<\_ACEOF
  3887 +ac_cs_usage="\
  3888 +\`$as_me' instantiates files from templates according to the
  3889 +current configuration.
  3890 +
  3891 +Usage: $0 [OPTIONS] [FILE]...
  3892 +
  3893 +  -h, --help       print this help, then exit
  3894 +  -V, --version    print version number and configuration settings, then exit
  3895 +  -q, --quiet      do not print progress messages
  3896 +  -d, --debug      don't remove temporary files
  3897 +      --recheck    update $as_me by reconfiguring in the same conditions
  3898 +  --file=FILE[:TEMPLATE]
  3899 +		   instantiate the configuration file FILE
  3900 +
  3901 +Configuration files:
  3902 +$config_files
  3903 +
  3904 +Report bugs to <bug-autoconf@gnu.org>."
  3905 +
  3906 +_ACEOF
  3907 +cat >>$CONFIG_STATUS <<_ACEOF
  3908 +ac_cs_version="\\
  3909 +newlib config.status NEWLIB_VERSION
  3910 +configured by $0, generated by GNU Autoconf 2.61,
  3911 +  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
  3912 +
  3913 +Copyright (C) 2006 Free Software Foundation, Inc.
  3914 +This config.status script is free software; the Free Software Foundation
  3915 +gives unlimited permission to copy, distribute and modify it."
  3916 +
  3917 +ac_pwd='$ac_pwd'
  3918 +srcdir='$srcdir'
  3919 +INSTALL='$INSTALL'
  3920 +_ACEOF
  3921 +
  3922 +cat >>$CONFIG_STATUS <<\_ACEOF
  3923 +# If no file are specified by the user, then we need to provide default
  3924 +# value.  By we need to know if files were specified by the user.
  3925 +ac_need_defaults=:
  3926 +while test $# != 0
  3927 +do
  3928 +  case $1 in
  3929 +  --*=*)
  3930 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  3931 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  3932 +    ac_shift=:
  3933 +    ;;
  3934 +  *)
  3935 +    ac_option=$1
  3936 +    ac_optarg=$2
  3937 +    ac_shift=shift
  3938 +    ;;
  3939 +  esac
  3940 +
  3941 +  case $ac_option in
  3942 +  # Handling of the options.
  3943 +  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  3944 +    ac_cs_recheck=: ;;
  3945 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  3946 +    echo "$ac_cs_version"; exit ;;
  3947 +  --debug | --debu | --deb | --de | --d | -d )
  3948 +    debug=: ;;
  3949 +  --file | --fil | --fi | --f )
  3950 +    $ac_shift
  3951 +    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  3952 +    ac_need_defaults=false;;
  3953 +  --he | --h |  --help | --hel | -h )
  3954 +    echo "$ac_cs_usage"; exit ;;
  3955 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  3956 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
  3957 +    ac_cs_silent=: ;;
  3958 +
  3959 +  # This is an error.
  3960 +  -*) { echo "$as_me: error: unrecognized option: $1
  3961 +Try \`$0 --help' for more information." >&2
  3962 +   { (exit 1); exit 1; }; } ;;
  3963 +
  3964 +  *) ac_config_targets="$ac_config_targets $1"
  3965 +     ac_need_defaults=false ;;
  3966 +
  3967 +  esac
  3968 +  shift
  3969 +done
  3970 +
  3971 +ac_configure_extra_args=
  3972 +
  3973 +if $ac_cs_silent; then
  3974 +  exec 6>/dev/null
  3975 +  ac_configure_extra_args="$ac_configure_extra_args --silent"
  3976 +fi
  3977 +
  3978 +_ACEOF
  3979 +cat >>$CONFIG_STATUS <<_ACEOF
  3980 +if \$ac_cs_recheck; then
  3981 +  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
  3982 +  CONFIG_SHELL=$SHELL
  3983 +  export CONFIG_SHELL
  3984 +  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  3985 +fi
  3986 +
  3987 +_ACEOF
  3988 +cat >>$CONFIG_STATUS <<\_ACEOF
  3989 +exec 5>>config.log
  3990 +{
  3991 +  echo
  3992 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  3993 +## Running $as_me. ##
  3994 +_ASBOX
  3995 +  echo "$ac_log"
  3996 +} >&5
  3997 +
  3998 +_ACEOF
  3999 +cat >>$CONFIG_STATUS <<_ACEOF
  4000 +_ACEOF
  4001 +
  4002 +cat >>$CONFIG_STATUS <<\_ACEOF
  4003 +
  4004 +# Handling of arguments.
  4005 +for ac_config_target in $ac_config_targets
  4006 +do
  4007 +  case $ac_config_target in
  4008 +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  4009 +
  4010 +  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  4011 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  4012 +   { (exit 1); exit 1; }; };;
  4013 +  esac
  4014 +done
  4015 +
  4016 +
  4017 +# If the user did not use the arguments to specify the items to instantiate,
  4018 +# then the envvar interface is used.  Set only those that are not.
  4019 +# We use the long form for the default assignment because of an extremely
  4020 +# bizarre bug on SunOS 4.1.3.
  4021 +if $ac_need_defaults; then
  4022 +  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  4023 +fi
  4024 +
  4025 +# Have a temporary directory for convenience.  Make it in the build tree
  4026 +# simply because there is no reason against having it here, and in addition,
  4027 +# creating and moving files from /tmp can sometimes cause problems.
  4028 +# Hook for its removal unless debugging.
  4029 +# Note that there is a small window in which the directory will not be cleaned:
  4030 +# after its creation but before its name has been assigned to `$tmp'.
  4031 +$debug ||
  4032 +{
  4033 +  tmp=
  4034 +  trap 'exit_status=$?
  4035 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  4036 +' 0
  4037 +  trap '{ (exit 1); exit 1; }' 1 2 13 15
  4038 +}
  4039 +# Create a (secure) tmp directory for tmp files.
  4040 +
  4041 +{
  4042 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  4043 +  test -n "$tmp" && test -d "$tmp"
  4044 +}  ||
  4045 +{
  4046 +  tmp=./conf$$-$RANDOM
  4047 +  (umask 077 && mkdir "$tmp")
  4048 +} ||
  4049 +{
  4050 +   echo "$me: cannot create a temporary directory in ." >&2
  4051 +   { (exit 1); exit 1; }
  4052 +}
  4053 +
  4054 +#
  4055 +# Set up the sed scripts for CONFIG_FILES section.
  4056 +#
  4057 +
  4058 +# No need to generate the scripts if there are no CONFIG_FILES.
  4059 +# This happens for instance when ./config.status config.h
  4060 +if test -n "$CONFIG_FILES"; then
  4061 +
  4062 +_ACEOF
  4063 +
  4064 +
  4065 +
  4066 +ac_delim='%!_!# '
  4067 +for ac_last_try in false false false false false :; do
  4068 +  cat >conf$$subs.sed <<_ACEOF
  4069 +SHELL!$SHELL$ac_delim
  4070 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
  4071 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
  4072 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
  4073 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
  4074 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
  4075 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
  4076 +exec_prefix!$exec_prefix$ac_delim
  4077 +prefix!$prefix$ac_delim
  4078 +program_transform_name!$program_transform_name$ac_delim
  4079 +bindir!$bindir$ac_delim
  4080 +sbindir!$sbindir$ac_delim
  4081 +libexecdir!$libexecdir$ac_delim
  4082 +datarootdir!$datarootdir$ac_delim
  4083 +datadir!$datadir$ac_delim
  4084 +sysconfdir!$sysconfdir$ac_delim
  4085 +sharedstatedir!$sharedstatedir$ac_delim
  4086 +localstatedir!$localstatedir$ac_delim
  4087 +includedir!$includedir$ac_delim
  4088 +oldincludedir!$oldincludedir$ac_delim
  4089 +docdir!$docdir$ac_delim
  4090 +infodir!$infodir$ac_delim
  4091 +htmldir!$htmldir$ac_delim
  4092 +dvidir!$dvidir$ac_delim
  4093 +pdfdir!$pdfdir$ac_delim
  4094 +psdir!$psdir$ac_delim
  4095 +libdir!$libdir$ac_delim
  4096 +localedir!$localedir$ac_delim
  4097 +mandir!$mandir$ac_delim
  4098 +DEFS!$DEFS$ac_delim
  4099 +ECHO_C!$ECHO_C$ac_delim
  4100 +ECHO_N!$ECHO_N$ac_delim
  4101 +ECHO_T!$ECHO_T$ac_delim
  4102 +LIBS!$LIBS$ac_delim
  4103 +build_alias!$build_alias$ac_delim
  4104 +host_alias!$host_alias$ac_delim
  4105 +target_alias!$target_alias$ac_delim
  4106 +MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
  4107 +MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
  4108 +newlib_basedir!$newlib_basedir$ac_delim
  4109 +build!$build$ac_delim
  4110 +build_cpu!$build_cpu$ac_delim
  4111 +build_vendor!$build_vendor$ac_delim
  4112 +build_os!$build_os$ac_delim
  4113 +host!$host$ac_delim
  4114 +host_cpu!$host_cpu$ac_delim
  4115 +host_vendor!$host_vendor$ac_delim
  4116 +host_os!$host_os$ac_delim
  4117 +target!$target$ac_delim
  4118 +target_cpu!$target_cpu$ac_delim
  4119 +target_vendor!$target_vendor$ac_delim
  4120 +target_os!$target_os$ac_delim
  4121 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
  4122 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
  4123 +INSTALL_DATA!$INSTALL_DATA$ac_delim
  4124 +PACKAGE!$PACKAGE$ac_delim
  4125 +VERSION!$VERSION$ac_delim
  4126 +ACLOCAL!$ACLOCAL$ac_delim
  4127 +AUTOCONF!$AUTOCONF$ac_delim
  4128 +AUTOMAKE!$AUTOMAKE$ac_delim
  4129 +AUTOHEADER!$AUTOHEADER$ac_delim
  4130 +MAKEINFO!$MAKEINFO$ac_delim
  4131 +SET_MAKE!$SET_MAKE$ac_delim
  4132 +CC!$CC$ac_delim
  4133 +AS!$AS$ac_delim
  4134 +AR!$AR$ac_delim
  4135 +RANLIB!$RANLIB$ac_delim
  4136 +MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
  4137 +MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
  4138 +MAINT!$MAINT$ac_delim
  4139 +NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
  4140 +LDFLAGS!$LDFLAGS$ac_delim
  4141 +ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
  4142 +ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
  4143 +ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
  4144 +ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
  4145 +ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
  4146 +ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
  4147 +ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
  4148 +ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
  4149 +ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
  4150 +ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
  4151 +USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
  4152 +USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
  4153 +OBJEXT!$OBJEXT$ac_delim
  4154 +oext!$oext$ac_delim
  4155 +aext!$aext$ac_delim
  4156 +libm_machine_dir!$libm_machine_dir$ac_delim
  4157 +machine_dir!$machine_dir$ac_delim
  4158 +sys_dir!$sys_dir$ac_delim
  4159 +LIBOBJS!$LIBOBJS$ac_delim
  4160 +LTLIBOBJS!$LTLIBOBJS$ac_delim
  4161 +_ACEOF
  4162 +
  4163 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
  4164 +    break
  4165 +  elif $ac_last_try; then
  4166 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
  4167 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
  4168 +   { (exit 1); exit 1; }; }
  4169 +  else
  4170 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  4171 +  fi
  4172 +done
  4173 +
  4174 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
  4175 +if test -n "$ac_eof"; then
  4176 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
  4177 +  ac_eof=`expr $ac_eof + 1`
  4178 +fi
  4179 +
  4180 +cat >>$CONFIG_STATUS <<_ACEOF
  4181 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
  4182 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
  4183 +_ACEOF
  4184 +sed '
  4185 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
  4186 +s/^/s,@/; s/!/@,|#_!!_#|/
  4187 +:n
  4188 +t n
  4189 +s/'"$ac_delim"'$/,g/; t
  4190 +s/$/\\/; p
  4191 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
  4192 +' >>$CONFIG_STATUS <conf$$subs.sed
  4193 +rm -f conf$$subs.sed
  4194 +cat >>$CONFIG_STATUS <<_ACEOF
  4195 +:end
  4196 +s/|#_!!_#|//g
  4197 +CEOF$ac_eof
  4198 +_ACEOF
  4199 +
  4200 +
  4201 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
  4202 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  4203 +# trailing colons and then remove the whole line if VPATH becomes empty
  4204 +# (actually we leave an empty line to preserve line numbers).
  4205 +if test "x$srcdir" = x.; then
  4206 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
  4207 +s/:*\$(srcdir):*/:/
  4208 +s/:*\${srcdir}:*/:/
  4209 +s/:*@srcdir@:*/:/
  4210 +s/^\([^=]*=[	 ]*\):*/\1/
  4211 +s/:*$//
  4212 +s/^[^=]*=[	 ]*$//
  4213 +}'
  4214 +fi
  4215 +
  4216 +cat >>$CONFIG_STATUS <<\_ACEOF
  4217 +fi # test -n "$CONFIG_FILES"
  4218 +
  4219 +
  4220 +for ac_tag in  :F $CONFIG_FILES
  4221 +do
  4222 +  case $ac_tag in
  4223 +  :[FHLC]) ac_mode=$ac_tag; continue;;
  4224 +  esac
  4225 +  case $ac_mode$ac_tag in
  4226 +  :[FHL]*:*);;
  4227 +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
  4228 +echo "$as_me: error: Invalid tag $ac_tag." >&2;}
  4229 +   { (exit 1); exit 1; }; };;
  4230 +  :[FH]-) ac_tag=-:-;;
  4231 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  4232 +  esac
  4233 +  ac_save_IFS=$IFS
  4234 +  IFS=:
  4235 +  set x $ac_tag
  4236 +  IFS=$ac_save_IFS
  4237 +  shift
  4238 +  ac_file=$1
  4239 +  shift
  4240 +
  4241 +  case $ac_mode in
  4242 +  :L) ac_source=$1;;
  4243 +  :[FH])
  4244 +    ac_file_inputs=
  4245 +    for ac_f
  4246 +    do
  4247 +      case $ac_f in
  4248 +      -) ac_f="$tmp/stdin";;
  4249 +      *) # Look for the file first in the build tree, then in the source tree
  4250 +	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  4251 +	 # because $ac_f cannot contain `:'.
  4252 +	 test -f "$ac_f" ||
  4253 +	   case $ac_f in
  4254 +	   [\\/$]*) false;;
  4255 +	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  4256 +	   esac ||
  4257 +	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
  4258 +echo "$as_me: error: cannot find input file: $ac_f" >&2;}
  4259 +   { (exit 1); exit 1; }; };;
  4260 +      esac
  4261 +      ac_file_inputs="$ac_file_inputs $ac_f"
  4262 +    done
  4263 +
  4264 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
  4265 +    # use $as_me), people would be surprised to read:
  4266 +    #    /* config.h.  Generated by config.status.  */
  4267 +    configure_input="Generated from "`IFS=:
  4268 +	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
  4269 +    if test x"$ac_file" != x-; then
  4270 +      configure_input="$ac_file.  $configure_input"
  4271 +      { echo "$as_me:$LINENO: creating $ac_file" >&5
  4272 +echo "$as_me: creating $ac_file" >&6;}
  4273 +    fi
  4274 +
  4275 +    case $ac_tag in
  4276 +    *:-:* | *:-) cat >"$tmp/stdin";;
  4277 +    esac
  4278 +    ;;
  4279 +  esac
  4280 +
  4281 +  ac_dir=`$as_dirname -- "$ac_file" ||
  4282 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  4283 +	 X"$ac_file" : 'X\(//\)[^/]' \| \
  4284 +	 X"$ac_file" : 'X\(//\)$' \| \
  4285 +	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  4286 +echo X"$ac_file" |
  4287 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  4288 +	    s//\1/
  4289 +	    q
  4290 +	  }
  4291 +	  /^X\(\/\/\)[^/].*/{
  4292 +	    s//\1/
  4293 +	    q
  4294 +	  }
  4295 +	  /^X\(\/\/\)$/{
  4296 +	    s//\1/
  4297 +	    q
  4298 +	  }
  4299 +	  /^X\(\/\).*/{
  4300 +	    s//\1/
  4301 +	    q
  4302 +	  }
  4303 +	  s/.*/./; q'`
  4304 +  { as_dir="$ac_dir"
  4305 +  case $as_dir in #(
  4306 +  -*) as_dir=./$as_dir;;
  4307 +  esac
  4308 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
  4309 +    as_dirs=
  4310 +    while :; do
  4311 +      case $as_dir in #(
  4312 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
  4313 +      *) as_qdir=$as_dir;;
  4314 +      esac
  4315 +      as_dirs="'$as_qdir' $as_dirs"
  4316 +      as_dir=`$as_dirname -- "$as_dir" ||
  4317 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  4318 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
  4319 +	 X"$as_dir" : 'X\(//\)$' \| \
  4320 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  4321 +echo X"$as_dir" |
  4322 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  4323 +	    s//\1/
  4324 +	    q
  4325 +	  }
  4326 +	  /^X\(\/\/\)[^/].*/{
  4327 +	    s//\1/
  4328 +	    q
  4329 +	  }
  4330 +	  /^X\(\/\/\)$/{
  4331 +	    s//\1/
  4332 +	    q
  4333 +	  }
  4334 +	  /^X\(\/\).*/{
  4335 +	    s//\1/
  4336 +	    q
  4337 +	  }
  4338 +	  s/.*/./; q'`
  4339 +      test -d "$as_dir" && break
  4340 +    done
  4341 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
  4342 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
  4343 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
  4344 +   { (exit 1); exit 1; }; }; }
  4345 +  ac_builddir=.
  4346 +
  4347 +case "$ac_dir" in
  4348 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  4349 +*)
  4350 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  4351 +  # A ".." for each directory in $ac_dir_suffix.
  4352 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  4353 +  case $ac_top_builddir_sub in
  4354 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  4355 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  4356 +  esac ;;
  4357 +esac
  4358 +ac_abs_top_builddir=$ac_pwd
  4359 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
  4360 +# for backward compatibility:
  4361 +ac_top_builddir=$ac_top_build_prefix
  4362 +
  4363 +case $srcdir in
  4364 +  .)  # We are building in place.
  4365 +    ac_srcdir=.
  4366 +    ac_top_srcdir=$ac_top_builddir_sub
  4367 +    ac_abs_top_srcdir=$ac_pwd ;;
  4368 +  [\\/]* | ?:[\\/]* )  # Absolute name.
  4369 +    ac_srcdir=$srcdir$ac_dir_suffix;
  4370 +    ac_top_srcdir=$srcdir
  4371 +    ac_abs_top_srcdir=$srcdir ;;
  4372 +  *) # Relative name.
  4373 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  4374 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
  4375 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  4376 +esac
  4377 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  4378 +
  4379 +
  4380 +  case $ac_mode in
  4381 +  :F)
  4382 +  #
  4383 +  # CONFIG_FILE
  4384 +  #
  4385 +
  4386 +  case $INSTALL in
  4387 +  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  4388 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  4389 +  esac
  4390 +_ACEOF
  4391 +
  4392 +cat >>$CONFIG_STATUS <<\_ACEOF
  4393 +# If the template does not know about datarootdir, expand it.
  4394 +# FIXME: This hack should be removed a few years after 2.60.
  4395 +ac_datarootdir_hack=; ac_datarootdir_seen=
  4396 +
  4397 +case `sed -n '/datarootdir/ {
  4398 +  p
  4399 +  q
  4400 +}
  4401 +/@datadir@/p
  4402 +/@docdir@/p
  4403 +/@infodir@/p
  4404 +/@localedir@/p
  4405 +/@mandir@/p
  4406 +' $ac_file_inputs` in
  4407 +*datarootdir*) ac_datarootdir_seen=yes;;
  4408 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  4409 +  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  4410 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  4411 +_ACEOF
  4412 +cat >>$CONFIG_STATUS <<_ACEOF
  4413 +  ac_datarootdir_hack='
  4414 +  s&@datadir@&$datadir&g
  4415 +  s&@docdir@&$docdir&g
  4416 +  s&@infodir@&$infodir&g
  4417 +  s&@localedir@&$localedir&g
  4418 +  s&@mandir@&$mandir&g
  4419 +    s&\\\${datarootdir}&$datarootdir&g' ;;
  4420 +esac
  4421 +_ACEOF
  4422 +
  4423 +# Neutralize VPATH when `$srcdir' = `.'.
  4424 +# Shell code in configure.ac might set extrasub.
  4425 +# FIXME: do we really want to maintain this feature?
  4426 +cat >>$CONFIG_STATUS <<_ACEOF
  4427 +  sed "$ac_vpsub
  4428 +$extrasub
  4429 +_ACEOF
  4430 +cat >>$CONFIG_STATUS <<\_ACEOF
  4431 +:t
  4432 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  4433 +s&@configure_input@&$configure_input&;t t
  4434 +s&@top_builddir@&$ac_top_builddir_sub&;t t
  4435 +s&@srcdir@&$ac_srcdir&;t t
  4436 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
  4437 +s&@top_srcdir@&$ac_top_srcdir&;t t
  4438 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  4439 +s&@builddir@&$ac_builddir&;t t
  4440 +s&@abs_builddir@&$ac_abs_builddir&;t t
  4441 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  4442 +s&@INSTALL@&$ac_INSTALL&;t t
  4443 +$ac_datarootdir_hack
  4444 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
  4445 +
  4446 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  4447 +  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  4448 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  4449 +  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  4450 +which seems to be undefined.  Please make sure it is defined." >&5
  4451 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  4452 +which seems to be undefined.  Please make sure it is defined." >&2;}
  4453 +
  4454 +  rm -f "$tmp/stdin"
  4455 +  case $ac_file in
  4456 +  -) cat "$tmp/out"; rm -f "$tmp/out";;
  4457 +  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
  4458 +  esac
  4459 + ;;
  4460 +
  4461 +
  4462 +
  4463 +  esac
  4464 +
  4465 +done # for ac_tag
  4466 +
  4467 +
  4468 +{ (exit 0); exit 0; }
  4469 +_ACEOF
  4470 +chmod +x $CONFIG_STATUS
  4471 +ac_clean_files=$ac_clean_files_save
  4472 +
  4473 +
  4474 +# configure is writing to config.log, and then calls config.status.
  4475 +# config.status does its own redirection, appending to config.log.
  4476 +# Unfortunately, on DOS this fails, as config.log is still kept open
  4477 +# by configure, so config.status won't be able to write to it; its
  4478 +# output is simply discarded.  So we exec the FD to /dev/null,
  4479 +# effectively closing config.log, so it can be properly (re)opened and
  4480 +# appended to by config.status.  When coming back to configure, we
  4481 +# need to make the FD available again.
  4482 +if test "$no_create" != yes; then
  4483 +  ac_cs_success=:
  4484 +  ac_config_status_args=
  4485 +  test "$silent" = yes &&
  4486 +    ac_config_status_args="$ac_config_status_args --quiet"
  4487 +  exec 5>/dev/null
  4488 +  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  4489 +  exec 5>>config.log
  4490 +  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  4491 +  # would make configure fail if this is the last instruction.
  4492 +  $ac_cs_success || { (exit 1); exit 1; }
  4493 +fi
  4494 +
  4495 diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/configure.in newlib-1.17.0-new/newlib/libc/machine/avr32/configure.in
  4496 --- newlib-1.17.0/newlib/libc/machine/avr32/configure.in	1970-01-01 01:00:00.000000000 +0100
  4497 +++ newlib-1.17.0-new/newlib/libc/machine/avr32/configure.in	2009-05-22 09:57:50.000000000 +0200
  4498 @@ -0,0 +1,14 @@
  4499 +dnl This is the newlib/libc/machine/arm configure.in file.
  4500 +dnl Process this file with autoconf to produce a configure script.
  4501 +
  4502 +AC_PREREQ(2.59)
  4503 +AC_INIT([newlib],[NEWLIB_VERSION])
  4504 +AC_CONFIG_SRCDIR([Makefile.am])
  4505 +
  4506 +dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
  4507 +AC_CONFIG_AUX_DIR(../../../..)
  4508 +
  4509 +NEWLIB_CONFIGURE(../../..)
  4510 +
  4511 +AC_CONFIG_FILES([Makefile])
  4512 +AC_OUTPUT
  4513 diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/Makefile.am newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.am
  4514 --- newlib-1.17.0/newlib/libc/machine/avr32/Makefile.am	1970-01-01 01:00:00.000000000 +0100
  4515 +++ newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.am	2009-05-22 09:57:50.000000000 +0200
  4516 @@ -0,0 +1,16 @@
  4517 +## Process this file with automake to generate Makefile.in
  4518 +
  4519 +AUTOMAKE_OPTIONS = cygnus
  4520 +
  4521 +INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
  4522 +
  4523 +AM_CCASFLAGS = $(INCLUDES)
  4524 +
  4525 +noinst_LIBRARIES = lib.a
  4526 +
  4527 +lib_a_SOURCES = strcmp.S strncpy.S memcpy.S
  4528 +lib_a_CCASFLAGS=$(AM_CCASFLAGS)
  4529 +lib_a_CFLAGS = $(AM_CFLAGS)
  4530 +
  4531 +ACLOCAL_AMFLAGS = -I ../../..
  4532 +CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
  4533 diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/Makefile.in newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.in
  4534 --- newlib-1.17.0/newlib/libc/machine/avr32/Makefile.in	1970-01-01 01:00:00.000000000 +0100
  4535 +++ newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.in	2009-05-22 09:57:50.000000000 +0200
  4536 @@ -0,0 +1,327 @@
  4537 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  4538 +
  4539 +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  4540 +# This Makefile.in is free software; the Free Software Foundation
  4541 +# gives unlimited permission to copy and/or distribute it,
  4542 +# with or without modifications, as long as this notice is preserved.
  4543 +
  4544 +# This program is distributed in the hope that it will be useful,
  4545 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  4546 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  4547 +# PARTICULAR PURPOSE.
  4548 +
  4549 +
  4550 +SHELL = @SHELL@
  4551 +
  4552 +srcdir = @srcdir@
  4553 +top_srcdir = @top_srcdir@
  4554 +VPATH = @srcdir@
  4555 +prefix = @prefix@
  4556 +exec_prefix = @exec_prefix@
  4557 +
  4558 +bindir = @bindir@
  4559 +sbindir = @sbindir@
  4560 +libexecdir = @libexecdir@
  4561 +datadir = @datadir@
  4562 +sysconfdir = @sysconfdir@
  4563 +sharedstatedir = @sharedstatedir@
  4564 +localstatedir = @localstatedir@
  4565 +libdir = @libdir@
  4566 +infodir = @infodir@
  4567 +mandir = @mandir@
  4568 +includedir = @includedir@
  4569 +oldincludedir = /usr/include
  4570 +
  4571 +DESTDIR =
  4572 +
  4573 +pkgdatadir = $(datadir)/@PACKAGE@
  4574 +pkglibdir = $(libdir)/@PACKAGE@
  4575 +pkgincludedir = $(includedir)/@PACKAGE@
  4576 +
  4577 +top_builddir = .
  4578 +
  4579 +ACLOCAL = @ACLOCAL@
  4580 +AUTOCONF = @AUTOCONF@
  4581 +AUTOMAKE = @AUTOMAKE@
  4582 +AUTOHEADER = @AUTOHEADER@
  4583 +
  4584 +INSTALL = @INSTALL@
  4585 +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  4586 +INSTALL_DATA = @INSTALL_DATA@
  4587 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
  4588 +transform = @program_transform_name@
  4589 +
  4590 +NORMAL_INSTALL = :
  4591 +PRE_INSTALL = :
  4592 +POST_INSTALL = :
  4593 +NORMAL_UNINSTALL = :
  4594 +PRE_UNINSTALL = :
  4595 +POST_UNINSTALL = :
  4596 +build_alias = @build_alias@
  4597 +build_triplet = @build@
  4598 +host_alias = @host_alias@
  4599 +host_triplet = @host@
  4600 +target_alias = @target_alias@
  4601 +target_triplet = @target@
  4602 +AR = @AR@
  4603 +AS = @AS@
  4604 +CC = @CC@
  4605 +CPP = @CPP@
  4606 +EXEEXT = @EXEEXT@
  4607 +LDFLAGS = @LDFLAGS@
  4608 +MAINT = @MAINT@
  4609 +MAKEINFO = @MAKEINFO@
  4610 +NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
  4611 +OBJEXT = @OBJEXT@
  4612 +PACKAGE = @PACKAGE@
  4613 +RANLIB = @RANLIB@
  4614 +VERSION = @VERSION@
  4615 +aext = @aext@
  4616 +libm_machine_dir = @libm_machine_dir@
  4617 +machine_dir = @machine_dir@
  4618 +newlib_basedir = @newlib_basedir@
  4619 +oext = @oext@
  4620 +sys_dir = @sys_dir@
  4621 +
  4622 +AUTOMAKE_OPTIONS = cygnus
  4623 +
  4624 +INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
  4625 +
  4626 +noinst_LIBRARIES = lib.a
  4627 +
  4628 +lib_a_SOURCES = strcmp.S strncpy.S memcpy.S
  4629 +
  4630 +ACLOCAL_AMFLAGS = -I ../../..
  4631 +CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
  4632 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  4633 +mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
  4634 +CONFIG_CLEAN_FILES = 
  4635 +LIBRARIES =  $(noinst_LIBRARIES)
  4636 +
  4637 +
  4638 +DEFS = @DEFS@ -I. -I$(srcdir) 
  4639 +CPPFLAGS = 
  4640 +LIBS = @LIBS@
  4641 +lib_a_LIBADD = 
  4642 +lib_a_OBJECTS =  strcmp.o strncpy.o memcpy.o
  4643 +CFLAGS = @CFLAGS@
  4644 +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  4645 +CCLD = $(CC)
  4646 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  4647 +DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
  4648 +
  4649 +
  4650 +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  4651 +
  4652 +TAR = gtar
  4653 +GZIP_ENV = --best
  4654 +SOURCES = $(lib_a_SOURCES)
  4655 +OBJECTS = $(lib_a_OBJECTS)
  4656 +
  4657 +all: all-redirect
  4658 +.SUFFIXES:
  4659 +.SUFFIXES: .S .c .o .s
  4660 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  4661 +	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
  4662 +
  4663 +Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  4664 +	cd $(top_builddir) \
  4665 +	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  4666 +
  4667 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
  4668 +		../../../acinclude.m4 ../../../aclocal.m4 \
  4669 +		../../../libtool.m4
  4670 +	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  4671 +
  4672 +config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  4673 +	$(SHELL) ./config.status --recheck
  4674 +$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  4675 +	cd $(srcdir) && $(AUTOCONF)
  4676 +
  4677 +mostlyclean-noinstLIBRARIES:
  4678 +
  4679 +clean-noinstLIBRARIES:
  4680 +	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  4681 +
  4682 +distclean-noinstLIBRARIES:
  4683 +
  4684 +maintainer-clean-noinstLIBRARIES:
  4685 +
  4686 +.c.o:
  4687 +	$(COMPILE) -c $<
  4688 +
  4689 +.s.o:
  4690 +	$(COMPILE) -c $<
  4691 +
  4692 +.S.o:
  4693 +	$(COMPILE) -c $<
  4694 +
  4695 +mostlyclean-compile:
  4696 +	-rm -f *.o core *.core
  4697 +
  4698 +clean-compile:
  4699 +
  4700 +distclean-compile:
  4701 +	-rm -f *.tab.c
  4702 +
  4703 +maintainer-clean-compile:
  4704 +
  4705 +lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
  4706 +	-rm -f lib.a
  4707 +	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
  4708 +	$(RANLIB) lib.a
  4709 +
  4710 +tags: TAGS
  4711 +
  4712 +ID: $(HEADERS) $(SOURCES) $(LISP)
  4713 +	list='$(SOURCES) $(HEADERS)'; \
  4714 +	unique=`for i in $$list; do echo $$i; done | \
  4715 +	  awk '    { files[$$0] = 1; } \
  4716 +	       END { for (i in files) print i; }'`; \
  4717 +	here=`pwd` && cd $(srcdir) \
  4718 +	  && mkid -f$$here/ID $$unique $(LISP)
  4719 +
  4720 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  4721 +	tags=; \
  4722 +	here=`pwd`; \
  4723 +	list='$(SOURCES) $(HEADERS)'; \
  4724 +	unique=`for i in $$list; do echo $$i; done | \
  4725 +	  awk '    { files[$$0] = 1; } \
  4726 +	       END { for (i in files) print i; }'`; \
  4727 +	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  4728 +	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  4729 +
  4730 +mostlyclean-tags:
  4731 +
  4732 +clean-tags:
  4733 +
  4734 +distclean-tags:
  4735 +	-rm -f TAGS ID
  4736 +
  4737 +maintainer-clean-tags:
  4738 +
  4739 +distdir = $(PACKAGE)-$(VERSION)
  4740 +top_distdir = $(distdir)
  4741 +
  4742 +# This target untars the dist file and tries a VPATH configuration.  Then
  4743 +# it guarantees that the distribution is self-contained by making another
  4744 +# tarfile.
  4745 +distcheck: dist
  4746 +	-rm -rf $(distdir)
  4747 +	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  4748 +	mkdir $(distdir)/=build
  4749 +	mkdir $(distdir)/=inst
  4750 +	dc_install_base=`cd $(distdir)/=inst && pwd`; \
  4751 +	cd $(distdir)/=build \
  4752 +	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
  4753 +	  && $(MAKE) $(AM_MAKEFLAGS) \
  4754 +	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
  4755 +	  && $(MAKE) $(AM_MAKEFLAGS) check \
  4756 +	  && $(MAKE) $(AM_MAKEFLAGS) install \
  4757 +	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  4758 +	  && $(MAKE) $(AM_MAKEFLAGS) dist
  4759 +	-rm -rf $(distdir)
  4760 +	@banner="$(distdir).tar.gz is ready for distribution"; \
  4761 +	dashes=`echo "$$banner" | sed s/./=/g`; \
  4762 +	echo "$$dashes"; \
  4763 +	echo "$$banner"; \
  4764 +	echo "$$dashes"
  4765 +dist: distdir
  4766 +	-chmod -R a+r $(distdir)
  4767 +	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  4768 +	-rm -rf $(distdir)
  4769 +dist-all: distdir
  4770 +	-chmod -R a+r $(distdir)
  4771 +	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  4772 +	-rm -rf $(distdir)
  4773 +distdir: $(DISTFILES)
  4774 +	-rm -rf $(distdir)
  4775 +	mkdir $(distdir)
  4776 +	-chmod 777 $(distdir)
  4777 +	@for file in $(DISTFILES); do \
  4778 +	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
  4779 +	  if test -d $$d/$$file; then \
  4780 +	    cp -pr $$d/$$file $(distdir)/$$file; \
  4781 +	  else \
  4782 +	    test -f $(distdir)/$$file \
  4783 +	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  4784 +	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  4785 +	  fi; \
  4786 +	done
  4787 +info-am:
  4788 +info: info-am
  4789 +dvi-am:
  4790 +dvi: dvi-am
  4791 +check-am:
  4792 +check: check-am
  4793 +installcheck-am:
  4794 +installcheck: installcheck-am
  4795 +install-info-am: 
  4796 +install-info: install-info-am
  4797 +install-exec-am:
  4798 +install-exec: install-exec-am
  4799 +
  4800 +install-data-am:
  4801 +install-data: install-data-am
  4802 +
  4803 +install-am: all-am
  4804 +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  4805 +install: install-am
  4806 +uninstall-am:
  4807 +uninstall: uninstall-am
  4808 +all-am: Makefile $(LIBRARIES)
  4809 +all-redirect: all-am
  4810 +install-strip:
  4811 +	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  4812 +installdirs:
  4813 +
  4814 +
  4815 +mostlyclean-generic:
  4816 +
  4817 +clean-generic:
  4818 +
  4819 +distclean-generic:
  4820 +	-rm -f Makefile $(CONFIG_CLEAN_FILES)
  4821 +	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  4822 +
  4823 +maintainer-clean-generic:
  4824 +mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  4825 +		mostlyclean-tags mostlyclean-generic
  4826 +
  4827 +mostlyclean: mostlyclean-am
  4828 +
  4829 +clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  4830 +		mostlyclean-am
  4831 +
  4832 +clean: clean-am
  4833 +
  4834 +distclean-am:  distclean-noinstLIBRARIES distclean-compile \
  4835 +		distclean-tags distclean-generic clean-am
  4836 +
  4837 +distclean: distclean-am
  4838 +	-rm -f config.status
  4839 +
  4840 +maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
  4841 +		maintainer-clean-compile maintainer-clean-tags \
  4842 +		maintainer-clean-generic distclean-am
  4843 +	@echo "This command is intended for maintainers to use;"
  4844 +	@echo "it deletes files that may require special tools to rebuild."
  4845 +
  4846 +maintainer-clean: maintainer-clean-am
  4847 +	-rm -f config.status
  4848 +
  4849 +.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  4850 +clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  4851 +mostlyclean-compile distclean-compile clean-compile \
  4852 +maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  4853 +clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
  4854 +check-am installcheck-am installcheck install-info-am install-info \
  4855 +install-exec-am install-exec install-data-am install-data install-am \
  4856 +install uninstall-am uninstall all-redirect all-am all installdirs \
  4857 +mostlyclean-generic distclean-generic clean-generic \
  4858 +maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  4859 +
  4860 +
  4861 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
  4862 +# Otherwise a system limit (for SysV at least) may be exceeded.
  4863 +.NOEXPORT:
  4864 diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/memcpy.S newlib-1.17.0-new/newlib/libc/machine/avr32/memcpy.S
  4865 --- newlib-1.17.0/newlib/libc/machine/avr32/memcpy.S	1970-01-01 01:00:00.000000000 +0100
  4866 +++ newlib-1.17.0-new/newlib/libc/machine/avr32/memcpy.S	2009-05-22 09:57:50.000000000 +0200
  4867 @@ -0,0 +1,269 @@
  4868 +/*
  4869 + * Copyright (C) 2004 Atmel Norway
  4870 + */
  4871 +
  4872 +/* Don't use r12 as dst since we must return it unmodified */
  4873 +
  4874 +	.text
  4875 +	.global	memcpy
  4876 +	.type	memcpy, @function
  4877 +#if  defined(__AVR32_HAS_UNALIGNED_WORD__)
  4878 +memcpy:	
  4879 +	/* Check if src and dst are aligned
  4880 +	   if not do a word based copying. */
  4881 +	or	r9, r12, r11
  4882 +	andl	r9, 3, COH
  4883 +	brne	.Lunaligned_copy	
  4884 +
  4885 +	pushm	r12, lr
  4886 +	sub	r10, 8
  4887 +	brmi	.Lword_copy
  4888 +
  4889 +0:	
  4890 +	ld.d	r8, r11++
  4891 +	sub	r10, 8	
  4892 +	st.d	r12++, r8
  4893 +	brpl	0b
  4894 +	
  4895 +.Lword_copy:	
  4896 +	sub	r10, -4
  4897 +	brmi	.Lbyte_copy
  4898 +
  4899 +0:	
  4900 +	ld.w	r8, r11++
  4901 +	sub	r10, 4	
  4902 +	st.w	r12++, r8
  4903 +	brpl	0b
  4904 +
  4905 +.Lbyte_copy:
  4906 +	sub	r10, -4	
  4907 +	breq	2f
  4908 +1:	
  4909 +	ld.ub	r8, r11++
  4910 +	sub	r10, 1
  4911 +	st.b	r12++, r8
  4912 +	brne	1b
  4913 +2:	
  4914 +	popm	r12, pc
  4915 +
  4916 +.Lunaligned_copy:
  4917 +	mov	r9, r12
  4918 +	sub	r10, 4	
  4919 +
  4920 +	brmi	.Lbyte_copy2
  4921 +
  4922 +0:	
  4923 +	ld.w	r8, r11++
  4924 +	sub	r10, 4	
  4925 +	st.w	r12++, r8
  4926 +	brpl	0b
  4927 +
  4928 +.Lbyte_copy2:
  4929 +	sub	r10, -4	
  4930 +	reteq	r9
  4931 +1:	
  4932 +	ld.ub	r8, r11++
  4933 +	sub	r10, 1
  4934 +	st.b	r12++, r8
  4935 +	brne	1b
  4936 +
  4937 +	ret	r9
  4938 +
  4939 +					
  4940 +#else	
  4941 +	
  4942 +#define dst r9
  4943 +#define src r11
  4944 +#define len r10
  4945 +	
  4946 +#if  defined(__AVR32_UC__)	
  4947 +memcpy:
  4948 +	/* If we have less than 8 bytes, don't do anything fancy 
  4949 +	   just an unrolled byte copy */
  4950 +	cp.w	r10, 8
  4951 +	brlt	.Lless_than_8
  4952 +	/* Check if src and dst are aligned. */
  4953 +	or	r9, r12, r11
  4954 +	andl	r9, 3, COH
  4955 +	brne	.Lunaligned_copy	
  4956 +
  4957 +	/* Check if larger than 31 */
  4958 +	cp.w	r10, 32
  4959 +	brge	.Lmore_than_31:
  4960 +
  4961 +	/* Less than 32. */
  4962 +	asr	r8, r10, 2
  4963 +	rsub	r9, r8, 8
  4964 +	add	pc, pc, r9 << 2
  4965 +	.irp	offset,0,1,2,3,4,5,6
  4966 +	ld.w	r9, r11[(6-\offset)*4]
  4967 +	st.w	r12[(6-\offset)*4], r9
  4968 +	.endr
  4969 +	
  4970 +	add	r11, r11, r8 << 2 
  4971 +	add	r8, r12, r8 << 2 
  4972 +	andl	r10, 0x3 
  4973 +	rsub	r10, r10, 4
  4974 +	add	pc, pc, r10 << 2
  4975 +	.irp	offset,0,1,2
  4976 +	ld.ub	r9, r11[2-\offset]
  4977 +	st.b	r8[2-\offset], r9
  4978 +	.endr
  4979 +	
  4980 +	retal	r12
  4981 +
  4982 +.Lless_than_8:	
  4983 +	rsub	r10, r10, 9
  4984 +	add	pc, pc, r10 << 2
  4985 +	.irp	offset,0,1,2,3,4,5,6,7
  4986 +	ld.ub	r9, r11[7-\offset]
  4987 +	st.b	r12[7-\offset], r9
  4988 +	.endr
  4989 +	
  4990 +	retal	r12
  4991 +
  4992 +.Lmore_than_31:
  4993 +	stm	--sp, r6-r7, lr
  4994 +	mov	r9, r12
  4995 +
  4996 +.Laligned_copy:
  4997 +	sub	r10, 32
  4998 +
  4999 +1:	/* Copy 32 bytes at a time */
  5000 +	ld.d	r6, r11++
  5001 +	st.d	r9++, r6
  5002 +	ld.d	r6, r11++
  5003 +	st.d	r9++, r6
  5004 +	ld.d	r6, r11++
  5005 +	st.d	r9++, r6
  5006 +	ld.d	r6, r11++
  5007 +	st.d	r9++, r6
  5008 +	sub	r10, 32
  5009 +	brge	1b
  5010 +	
  5011 +.Lless_than_32:
  5012 +	/* Copy 16 more bytes if possible */
  5013 +	sub	r10, -16
  5014 +	brlt	.Lless_than_16
  5015 +	ld.d	r6, r11++
  5016 +	st.d	r9++, r6
  5017 +	ld.d	r6, r11++
  5018 +	st.d	r9++, r6
  5019 +	sub	r10, 16
  5020 +
  5021 +.Lless_than_16:
  5022 +
  5023 +	/* Do the remaining as byte copies */
  5024 +	neg	r10
  5025 +	add	pc, pc, r10 << 3
  5026 +	nop
  5027 +	nop
  5028 +	.irp	offset,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
  5029 +	ld.ub	r6, r11[14-\offset],e
  5030 +	st.b	r9[14-\offset], r6,e
  5031 +	.endr
  5032 +	
  5033 +	ldm	sp++, r6-r7, pc
  5034 +
  5035 +.Lunaligned_copy:	
  5036 +	/* src and dst are unaligned. */
  5037 +0:	
  5038 +	sub	r10, 1
  5039 +	ld.ub	r9, r11[r10]
  5040 +	st.b	r12[r10], r9
  5041 +	brne	0b
  5042 +	
  5043 +	retal	r12	
  5044 +	.size	memcpy, . - memcpy
  5045 +
  5046 +#else
  5047 +memcpy:
  5048 +	pref	src[0]
  5049 +	mov	dst, r12
  5050 +
  5051 +	/* If we have less than 32 bytes, don't do anything fancy */
  5052 +	cp.w	len, 32
  5053 +	brge	.Lmore_than_31
  5054 +
  5055 +	sub	len, 1
  5056 +	retlt	r12
  5057 +1:	ld.ub	r8, src++
  5058 +	st.b	r12, r8
  5059 +	sub	len, 1
  5060 +	brge	1b
  5061 +	retal	r12
  5062 +
  5063 +.Lmore_than_31:
  5064 +	pushm	r0-r7, lr
  5065 +
  5066 +	/* Check alignment */
  5067 +	mov	r8, src
  5068 +	andl	r8, 31, COH
  5069 +	brne	.Lunaligned_src
  5070 +	mov	r8, dst
  5071 +	andl	r8, 3, COH
  5072 +	brne	.Lunaligned_dst
  5073 +
  5074 +.Laligned_copy:
  5075 +	sub	len, 32
  5076 +	brlt	.Lless_than_32
  5077 +
  5078 +1:	/* Copy 32 bytes at a time */
  5079 +	pref	src[32]
  5080 +	ldm	src, r0-r7
  5081 +	sub	src, -32
  5082 +	stm	dst, r0-r7
  5083 +	sub	dst, -32
  5084 +	sub	len, 32
  5085 +	brge	1b
  5086 +	
  5087 +.Lless_than_32:
  5088 +	/* Copy 16 more bytes if possible */
  5089 +	sub	len, -16
  5090 +	brlt	.Lless_than_16
  5091 +	ldm	src, r0-r3
  5092 +	sub	src, -16
  5093 +	sub	len, 16
  5094 +	stm	dst, r0-r3
  5095 +	sub	dst, -16
  5096 +
  5097 +.Lless_than_16:
  5098 +	/* Do the remaining as byte copies */
  5099 +	neg	len
  5100 +	add	pc, pc, len << 2
  5101 +	.rept	15
  5102 +	ld.ub	r0, src++
  5103 +	st.b	dst++, r0
  5104 +	.endr
  5105 +
  5106 +	popm	r0-r7, pc
  5107 +
  5108 +.Lunaligned_src:
  5109 +	/* Make src cacheline-aligned. r8 = (src & 31) */
  5110 +	rsub	r8, r8, 32
  5111 +	sub	len, r8
  5112 +1:	ld.ub	r0, src++
  5113 +	st.b	dst++, r0
  5114 +	sub	r8, 1
  5115 +	brne	1b
  5116 +
  5117 +	/* If dst is word-aligned, we're ready to go */
  5118 +	pref	src[0]
  5119 +	mov	r8, 3
  5120 +	tst	dst, r8
  5121 +	breq	.Laligned_copy
  5122 +
  5123 +.Lunaligned_dst:
  5124 +	/* src is aligned, but dst is not. Expect bad performance */
  5125 +0:	
  5126 +	ld.ub	r0, src++
  5127 +	st.b	dst++, r0
  5128 +	sub	len, 1
  5129 +	brne	0b
  5130 +	
  5131 +	popm	r0-r7, pc
  5132 +	.size	memcpy, . - memcpy
  5133 +
  5134 +
  5135 +#endif
  5136 +#endif
  5137 diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/strcmp.S newlib-1.17.0-new/newlib/libc/machine/avr32/strcmp.S
  5138 --- newlib-1.17.0/newlib/libc/machine/avr32/strcmp.S	1970-01-01 01:00:00.000000000 +0100
  5139 +++ newlib-1.17.0-new/newlib/libc/machine/avr32/strcmp.S	2009-05-22 09:57:50.000000000 +0200
  5140 @@ -0,0 +1,133 @@
  5141 +	.align	2
  5142 +	.global strcmp
  5143 +
  5144 +strcmp:	
  5145 +#if !defined(__AVR32_HAS_UNALIGNED_WORD__)
  5146 +#ifdef __AVR32_UC__
  5147 +	/* Check if both strings are aligned. */
  5148 +	or	r10, r12, r11
  5149 +	andl	r10, 3, COH
  5150 +	brne	.Lbyte_strcmp	
  5151 +0:		
  5152 +	ld.w	r10, r12[0]
  5153 +	ld.w	r9, r11[0]
  5154 +	tnbz	r10
  5155 +	breq	1f
  5156 +	cp.w	r10, r9
  5157 +	brne	1f
  5158 +	ld.w	r10, r12[4]
  5159 +	ld.w	r9, r11[4]
  5160 +	tnbz	r10
  5161 +	breq	1f
  5162 +	cp.w	r10, r9
  5163 +	brne	1f
  5164 +	ld.w	r10, r12[8]
  5165 +	ld.w	r9, r11[8]
  5166 +	tnbz	r10
  5167 +	breq	1f
  5168 +	cp.w	r10, r9
  5169 +	brne	1f
  5170 +	ld.w	r10, r12[12]
  5171 +	ld.w	r9, r11[12]
  5172 +	tnbz	r10
  5173 +	breq	1f
  5174 +	sub	r12, -16
  5175 +	sub	r11, -16
  5176 +	cp.w	r10, r9
  5177 +	breq	0b
  5178 +1:
  5179 +	bfextu	r12, r10, 24, 8
  5180 +	bfextu	r11, r9, 24, 8
  5181 +	reteq	r12
  5182 +	sub	r12, r11
  5183 +	retne	r12
  5184 +		
  5185 +	bfextu	r12, r10, 16, 8
  5186 +	bfextu	r11, r9, 16, 8
  5187 +	reteq	r12
  5188 +	sub	r12, r11
  5189 +	retne	r12
  5190 +
  5191 +	bfextu	r12, r10, 8, 8
  5192 +	bfextu	r11, r9, 8, 8
  5193 +	reteq	r12
  5194 +	sub	r12, r11
  5195 +	retne	r12
  5196 +
  5197 +	castu.b	r10
  5198 +	castu.b	r9
  5199 +	sub	r10, r9
  5200 +	ret	r10	
  5201 +
  5202 +.Lbyte_strcmp:	
  5203 +0:	
  5204 +	ld.ub	r10, r11[0]
  5205 +	ld.ub	r9, r12[0]
  5206 +	cp.w	r10, 0
  5207 +	reteq	r9
  5208 +	sub	r9, r10
  5209 +	retne	r9
  5210 +	ld.ub	r10, r11[1]
  5211 +	ld.ub	r9, r12[1]
  5212 +	cp.w	r10, 0
  5213 +	reteq	r9
  5214 +	sub	r9, r10
  5215 +	retne	r9
  5216 +	ld.ub	r10, r11[2]
  5217 +	ld.ub	r9, r12[2]
  5218 +	cp.w	r10, 0
  5219 +	reteq	r9
  5220 +	sub	r9, r10
  5221 +	retne	r9
  5222 +	ld.ub	r10, r11[3]
  5223 +	ld.ub	r9, r12[3]
  5224 +	cp.w	r10, 0
  5225 +	reteq	r9
  5226 +	sub	r9, r10
  5227 +	retne	r9
  5228 +	sub	r11, -4
  5229 +	sub	r12, -4
  5230 +	rjmp	0b
  5231 +#else
  5232 +0:	
  5233 +	ld.ub	r10, r11++
  5234 +	ld.ub	r9, r12++
  5235 +	cp.w	r10, 0
  5236 +	reteq	r9
  5237 +	sub	r9, r10
  5238 +	breq	0b
  5239 +	ret	r9
  5240 +#endif
  5241 +#else
  5242 +0:	
  5243 +	ld.w	r10, r12++
  5244 +	ld.w	r9, r11++
  5245 +	tnbz	r10
  5246 +	breq	1f
  5247 +	cp.w	r10, r9
  5248 +	breq	0b
  5249 +	
  5250 +1:
  5251 +	bfextu	r12, r10, 24, 8
  5252 +	bfextu	r11, r9, 24, 8
  5253 +	reteq	r12
  5254 +	sub	r12, r11
  5255 +	retne	r12
  5256 +		
  5257 +	bfextu	r12, r10, 16, 8
  5258 +	bfextu	r11, r9, 16, 8
  5259 +	reteq	r12
  5260 +	sub	r12, r11
  5261 +	retne	r12
  5262 +
  5263 +	bfextu	r12, r10, 8, 8
  5264 +	bfextu	r11, r9, 8, 8
  5265 +	reteq	r12
  5266 +	sub	r12, r11
  5267 +	retne	r12
  5268 +
  5269 +	castu.b	r10
  5270 +	castu.b	r9
  5271 +	sub	r10, r9
  5272 +	ret	r10	
  5273 +#endif	
  5274 diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/strncpy.S newlib-1.17.0-new/newlib/libc/machine/avr32/strncpy.S
  5275 --- newlib-1.17.0/newlib/libc/machine/avr32/strncpy.S	1970-01-01 01:00:00.000000000 +0100
  5276 +++ newlib-1.17.0-new/newlib/libc/machine/avr32/strncpy.S	2009-05-22 09:57:50.000000000 +0200
  5277 @@ -0,0 +1,39 @@
  5278 +	.align	2
  5279 +	.global strncpy
  5280 +
  5281 +strncpy :	
  5282 +#ifdef __AVR32_UC__	
  5283 +	mov	r8, 0
  5284 +0:	
  5285 +	cp.w	r10, r8
  5286 +	reteq	r12
  5287 +	ld.ub	r9, r11[r8]
  5288 +	st.b	r12[r8], r9
  5289 +	sub	r8, -1
  5290 +	cp.w	r9, 0
  5291 +	brne	0b
  5292 +
  5293 +1:	
  5294 +	cp.w	r10, r8
  5295 +	reteq	r12
  5296 +	st.b	r12[r8], r9
  5297 +	sub	r8, -1
  5298 +	rjmp	1b
  5299 +#else
  5300 +	mov	r8, r12
  5301 +0:	
  5302 +	sub	r10, 1
  5303 +	ld.ub	r9, r11++
  5304 +	retmi	r12
  5305 +	st.b	r8++, r9
  5306 +	cp.w	r9, 0
  5307 +	brne	0b
  5308 +
  5309 +1:	
  5310 +	sub	r10, 1
  5311 +	retmi	r12
  5312 +	st.b	r8++, r9
  5313 +	rjmp	1b
  5314 +	
  5315 +	
  5316 +#endif	
  5317 diff -Naur newlib-1.17.0/newlib/libc/machine/configure newlib-1.17.0-new/newlib/libc/machine/configure
  5318 --- newlib-1.17.0/newlib/libc/machine/configure	2008-12-22 20:45:41.000000000 +0100
  5319 +++ newlib-1.17.0-new/newlib/libc/machine/configure	2009-05-22 09:57:50.000000000 +0200
  5320 @@ -1,25 +1,54 @@
  5321  #! /bin/sh
  5322  # Guess values for system-dependent variables and create Makefiles.
  5323 -# Generated by GNU Autoconf 2.59 for newlib 1.17.0.
  5324 +# Generated by GNU Autoconf 2.61 for newlib 1.17.0.
  5325  #
  5326 -# Copyright (C) 2003 Free Software Foundation, Inc.
  5327 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  5328 +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  5329  # This configure script is free software; the Free Software Foundation
  5330  # gives unlimited permission to copy, distribute and modify it.
  5331  ## --------------------- ##
  5332  ## M4sh Initialization.  ##
  5333  ## --------------------- ##
  5334  
  5335 -# Be Bourne compatible
  5336 +# Be more Bourne compatible
  5337 +DUALCASE=1; export DUALCASE # for MKS sh
  5338  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  5339    emulate sh
  5340    NULLCMD=:
  5341    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  5342    # is contrary to our usage.  Disable this feature.
  5343    alias -g '${1+"$@"}'='"$@"'
  5344 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  5345 -  set -o posix
  5346 +  setopt NO_GLOB_SUBST
  5347 +else
  5348 +  case `(set -o) 2>/dev/null` in
  5349 +  *posix*) set -o posix ;;
  5350 +esac
  5351 +
  5352 +fi
  5353 +
  5354 +
  5355 +
  5356 +
  5357 +# PATH needs CR
  5358 +# Avoid depending upon Character Ranges.
  5359 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  5360 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  5361 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  5362 +as_cr_digits='0123456789'
  5363 +as_cr_alnum=$as_cr_Letters$as_cr_digits
  5364 +
  5365 +# The user is always right.
  5366 +if test "${PATH_SEPARATOR+set}" != set; then
  5367 +  echo "#! /bin/sh" >conf$$.sh
  5368 +  echo  "exit 0"   >>conf$$.sh
  5369 +  chmod +x conf$$.sh
  5370 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  5371 +    PATH_SEPARATOR=';'
  5372 +  else
  5373 +    PATH_SEPARATOR=:
  5374 +  fi
  5375 +  rm -f conf$$.sh
  5376  fi
  5377 -DUALCASE=1; export DUALCASE # for MKS sh
  5378  
  5379  # Support unset when possible.
  5380  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  5381 @@ -29,8 +58,43 @@
  5382  fi
  5383  
  5384  
  5385 +# IFS
  5386 +# We need space, tab and new line, in precisely that order.  Quoting is
  5387 +# there to prevent editors from complaining about space-tab.
  5388 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
  5389 +# splitting by setting IFS to empty value.)
  5390 +as_nl='
  5391 +'
  5392 +IFS=" ""	$as_nl"
  5393 +
  5394 +# Find who we are.  Look in the path if we contain no directory separator.
  5395 +case $0 in
  5396 +  *[\\/]* ) as_myself=$0 ;;
  5397 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5398 +for as_dir in $PATH
  5399 +do
  5400 +  IFS=$as_save_IFS
  5401 +  test -z "$as_dir" && as_dir=.
  5402 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  5403 +done
  5404 +IFS=$as_save_IFS
  5405 +
  5406 +     ;;
  5407 +esac
  5408 +# We did not find ourselves, most probably we were run as `sh COMMAND'
  5409 +# in which case we are not to be found in the path.
  5410 +if test "x$as_myself" = x; then
  5411 +  as_myself=$0
  5412 +fi
  5413 +if test ! -f "$as_myself"; then
  5414 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  5415 +  { (exit 1); exit 1; }
  5416 +fi
  5417 +
  5418  # Work around bugs in pre-3.0 UWIN ksh.
  5419 -$as_unset ENV MAIL MAILPATH
  5420 +for as_var in ENV MAIL MAILPATH
  5421 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  5422 +done
  5423  PS1='$ '
  5424  PS2='> '
  5425  PS4='+ '
  5426 @@ -44,18 +108,19 @@
  5427    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  5428      eval $as_var=C; export $as_var
  5429    else
  5430 -    $as_unset $as_var
  5431 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  5432    fi
  5433  done
  5434  
  5435  # Required to use basename.
  5436 -if expr a : '\(a\)' >/dev/null 2>&1; then
  5437 +if expr a : '\(a\)' >/dev/null 2>&1 &&
  5438 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  5439    as_expr=expr
  5440  else
  5441    as_expr=false
  5442  fi
  5443  
  5444 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  5445 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  5446    as_basename=basename
  5447  else
  5448    as_basename=false
  5449 @@ -63,157 +128,388 @@
  5450  
  5451  
  5452  # Name of the executable.
  5453 -as_me=`$as_basename "$0" ||
  5454 +as_me=`$as_basename -- "$0" ||
  5455  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  5456  	 X"$0" : 'X\(//\)$' \| \
  5457 -	 X"$0" : 'X\(/\)$' \| \
  5458 -	 .     : '\(.\)' 2>/dev/null ||
  5459 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  5460  echo X/"$0" |
  5461 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  5462 -  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
  5463 -  	  /^X\/\(\/\).*/{ s//\1/; q; }
  5464 -  	  s/.*/./; q'`
  5465 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
  5466 +	    s//\1/
  5467 +	    q
  5468 +	  }
  5469 +	  /^X\/\(\/\/\)$/{
  5470 +	    s//\1/
  5471 +	    q
  5472 +	  }
  5473 +	  /^X\/\(\/\).*/{
  5474 +	    s//\1/
  5475 +	    q
  5476 +	  }
  5477 +	  s/.*/./; q'`
  5478  
  5479 +# CDPATH.
  5480 +$as_unset CDPATH
  5481  
  5482 -# PATH needs CR, and LINENO needs CR and PATH.
  5483 -# Avoid depending upon Character Ranges.
  5484 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  5485 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  5486 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  5487 -as_cr_digits='0123456789'
  5488 -as_cr_alnum=$as_cr_Letters$as_cr_digits
  5489  
  5490 -# The user is always right.
  5491 -if test "${PATH_SEPARATOR+set}" != set; then
  5492 -  echo "#! /bin/sh" >conf$$.sh
  5493 -  echo  "exit 0"   >>conf$$.sh
  5494 -  chmod +x conf$$.sh
  5495 -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  5496 -    PATH_SEPARATOR=';'
  5497 -  else
  5498 -    PATH_SEPARATOR=:
  5499 -  fi
  5500 -  rm -f conf$$.sh
  5501 +if test "x$CONFIG_SHELL" = x; then
  5502 +  if (eval ":") 2>/dev/null; then
  5503 +  as_have_required=yes
  5504 +else
  5505 +  as_have_required=no
  5506  fi
  5507  
  5508 +  if test $as_have_required = yes && 	 (eval ":
  5509 +(as_func_return () {
  5510 +  (exit \$1)
  5511 +}
  5512 +as_func_success () {
  5513 +  as_func_return 0
  5514 +}
  5515 +as_func_failure () {
  5516 +  as_func_return 1
  5517 +}
  5518 +as_func_ret_success () {
  5519 +  return 0
  5520 +}
  5521 +as_func_ret_failure () {
  5522 +  return 1
  5523 +}
  5524  
  5525 -  as_lineno_1=$LINENO
  5526 -  as_lineno_2=$LINENO
  5527 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  5528 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
  5529 -  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  5530 -  # Find who we are.  Look in the path if we contain no path at all
  5531 -  # relative or not.
  5532 -  case $0 in
  5533 -    *[\\/]* ) as_myself=$0 ;;
  5534 -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5535 -for as_dir in $PATH
  5536 -do
  5537 -  IFS=$as_save_IFS
  5538 -  test -z "$as_dir" && as_dir=.
  5539 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  5540 -done
  5541 +exitcode=0
  5542 +if as_func_success; then
  5543 +  :
  5544 +else
  5545 +  exitcode=1
  5546 +  echo as_func_success failed.
  5547 +fi
  5548  
  5549 -       ;;
  5550 -  esac
  5551 -  # We did not find ourselves, most probably we were run as `sh COMMAND'
  5552 -  # in which case we are not to be found in the path.
  5553 -  if test "x$as_myself" = x; then
  5554 -    as_myself=$0
  5555 -  fi
  5556 -  if test ! -f "$as_myself"; then
  5557 -    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  5558 -   { (exit 1); exit 1; }; }
  5559 -  fi
  5560 -  case $CONFIG_SHELL in
  5561 -  '')
  5562 +if as_func_failure; then
  5563 +  exitcode=1
  5564 +  echo as_func_failure succeeded.
  5565 +fi
  5566 +
  5567 +if as_func_ret_success; then
  5568 +  :
  5569 +else
  5570 +  exitcode=1
  5571 +  echo as_func_ret_success failed.
  5572 +fi
  5573 +
  5574 +if as_func_ret_failure; then
  5575 +  exitcode=1
  5576 +  echo as_func_ret_failure succeeded.
  5577 +fi
  5578 +
  5579 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  5580 +  :
  5581 +else
  5582 +  exitcode=1
  5583 +  echo positional parameters were not saved.
  5584 +fi
  5585 +
  5586 +test \$exitcode = 0) || { (exit 1); exit 1; }
  5587 +
  5588 +(
  5589 +  as_lineno_1=\$LINENO
  5590 +  as_lineno_2=\$LINENO
  5591 +  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
  5592 +  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
  5593 +") 2> /dev/null; then
  5594 +  :
  5595 +else
  5596 +  as_candidate_shells=
  5597      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5598  for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  5599  do
  5600    IFS=$as_save_IFS
  5601    test -z "$as_dir" && as_dir=.
  5602 -  for as_base in sh bash ksh sh5; do
  5603 -	 case $as_dir in
  5604 +  case $as_dir in
  5605  	 /*)
  5606 -	   if ("$as_dir/$as_base" -c '
  5607 +	   for as_base in sh bash ksh sh5; do
  5608 +	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
  5609 +	   done;;
  5610 +       esac
  5611 +done
  5612 +IFS=$as_save_IFS
  5613 +
  5614 +
  5615 +      for as_shell in $as_candidate_shells $SHELL; do
  5616 +	 # Try only shells that exist, to save several forks.
  5617 +	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  5618 +		{ ("$as_shell") 2> /dev/null <<\_ASEOF
  5619 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  5620 +  emulate sh
  5621 +  NULLCMD=:
  5622 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  5623 +  # is contrary to our usage.  Disable this feature.
  5624 +  alias -g '${1+"$@"}'='"$@"'
  5625 +  setopt NO_GLOB_SUBST
  5626 +else
  5627 +  case `(set -o) 2>/dev/null` in
  5628 +  *posix*) set -o posix ;;
  5629 +esac
  5630 +
  5631 +fi
  5632 +
  5633 +
  5634 +:
  5635 +_ASEOF
  5636 +}; then
  5637 +  CONFIG_SHELL=$as_shell
  5638 +	       as_have_required=yes
  5639 +	       if { "$as_shell" 2> /dev/null <<\_ASEOF
  5640 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  5641 +  emulate sh
  5642 +  NULLCMD=:
  5643 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  5644 +  # is contrary to our usage.  Disable this feature.
  5645 +  alias -g '${1+"$@"}'='"$@"'
  5646 +  setopt NO_GLOB_SUBST
  5647 +else
  5648 +  case `(set -o) 2>/dev/null` in
  5649 +  *posix*) set -o posix ;;
  5650 +esac
  5651 +
  5652 +fi
  5653 +
  5654 +
  5655 +:
  5656 +(as_func_return () {
  5657 +  (exit $1)
  5658 +}
  5659 +as_func_success () {
  5660 +  as_func_return 0
  5661 +}
  5662 +as_func_failure () {
  5663 +  as_func_return 1
  5664 +}
  5665 +as_func_ret_success () {
  5666 +  return 0
  5667 +}
  5668 +as_func_ret_failure () {
  5669 +  return 1
  5670 +}
  5671 +
  5672 +exitcode=0
  5673 +if as_func_success; then
  5674 +  :
  5675 +else
  5676 +  exitcode=1
  5677 +  echo as_func_success failed.
  5678 +fi
  5679 +
  5680 +if as_func_failure; then
  5681 +  exitcode=1
  5682 +  echo as_func_failure succeeded.
  5683 +fi
  5684 +
  5685 +if as_func_ret_success; then
  5686 +  :
  5687 +else
  5688 +  exitcode=1
  5689 +  echo as_func_ret_success failed.
  5690 +fi
  5691 +
  5692 +if as_func_ret_failure; then
  5693 +  exitcode=1
  5694 +  echo as_func_ret_failure succeeded.
  5695 +fi
  5696 +
  5697 +if ( set x; as_func_ret_success y && test x = "$1" ); then
  5698 +  :
  5699 +else
  5700 +  exitcode=1
  5701 +  echo positional parameters were not saved.
  5702 +fi
  5703 +
  5704 +test $exitcode = 0) || { (exit 1); exit 1; }
  5705 +
  5706 +(
  5707    as_lineno_1=$LINENO
  5708    as_lineno_2=$LINENO
  5709 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  5710    test "x$as_lineno_1" != "x$as_lineno_2" &&
  5711 -  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  5712 -	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  5713 -	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  5714 -	     CONFIG_SHELL=$as_dir/$as_base
  5715 -	     export CONFIG_SHELL
  5716 -	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  5717 -	   fi;;
  5718 -	 esac
  5719 -       done
  5720 -done
  5721 -;;
  5722 -  esac
  5723 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
  5724 +
  5725 +_ASEOF
  5726 +}; then
  5727 +  break
  5728 +fi
  5729 +
  5730 +fi
  5731 +
  5732 +      done
  5733 +
  5734 +      if test "x$CONFIG_SHELL" != x; then
  5735 +  for as_var in BASH_ENV ENV
  5736 +        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  5737 +        done
  5738 +        export CONFIG_SHELL
  5739 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  5740 +fi
  5741 +
  5742 +
  5743 +    if test $as_have_required = no; then
  5744 +  echo This script requires a shell more modern than all the
  5745 +      echo shells that I found on your system.  Please install a
  5746 +      echo modern shell, or manually run the script under such a
  5747 +      echo shell if you do have one.
  5748 +      { (exit 1); exit 1; }
  5749 +fi
  5750 +
  5751 +
  5752 +fi
  5753 +
  5754 +fi
  5755 +
  5756 +
  5757 +
  5758 +(eval "as_func_return () {
  5759 +  (exit \$1)
  5760 +}
  5761 +as_func_success () {
  5762 +  as_func_return 0
  5763 +}
  5764 +as_func_failure () {
  5765 +  as_func_return 1
  5766 +}
  5767 +as_func_ret_success () {
  5768 +  return 0
  5769 +}
  5770 +as_func_ret_failure () {
  5771 +  return 1
  5772 +}
  5773 +
  5774 +exitcode=0
  5775 +if as_func_success; then
  5776 +  :
  5777 +else
  5778 +  exitcode=1
  5779 +  echo as_func_success failed.
  5780 +fi
  5781 +
  5782 +if as_func_failure; then
  5783 +  exitcode=1
  5784 +  echo as_func_failure succeeded.
  5785 +fi
  5786 +
  5787 +if as_func_ret_success; then
  5788 +  :
  5789 +else
  5790 +  exitcode=1
  5791 +  echo as_func_ret_success failed.
  5792 +fi
  5793 +
  5794 +if as_func_ret_failure; then
  5795 +  exitcode=1
  5796 +  echo as_func_ret_failure succeeded.
  5797 +fi
  5798 +
  5799 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  5800 +  :
  5801 +else
  5802 +  exitcode=1
  5803 +  echo positional parameters were not saved.
  5804 +fi
  5805 +
  5806 +test \$exitcode = 0") || {
  5807 +  echo No shell found that supports shell functions.
  5808 +  echo Please tell autoconf@gnu.org about your system,
  5809 +  echo including any error possibly output before this
  5810 +  echo message
  5811 +}
  5812 +
  5813 +
  5814 +
  5815 +  as_lineno_1=$LINENO
  5816 +  as_lineno_2=$LINENO
  5817 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
  5818 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  5819  
  5820    # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  5821    # uniformly replaced by the line number.  The first 'sed' inserts a
  5822 -  # line-number line before each line; the second 'sed' does the real
  5823 -  # work.  The second script uses 'N' to pair each line-number line
  5824 -  # with the numbered line, and appends trailing '-' during
  5825 -  # substitution so that $LINENO is not a special case at line end.
  5826 +  # line-number line after each line using $LINENO; the second 'sed'
  5827 +  # does the real work.  The second script uses 'N' to pair each
  5828 +  # line-number line with the line containing $LINENO, and appends
  5829 +  # trailing '-' during substitution so that $LINENO is not a special
  5830 +  # case at line end.
  5831    # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  5832 -  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  5833 -  sed '=' <$as_myself |
  5834 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
  5835 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
  5836 +  sed -n '
  5837 +    p
  5838 +    /[$]LINENO/=
  5839 +  ' <$as_myself |
  5840      sed '
  5841 +      s/[$]LINENO.*/&-/
  5842 +      t lineno
  5843 +      b
  5844 +      :lineno
  5845        N
  5846 -      s,$,-,
  5847 -      : loop
  5848 -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  5849 +      :loop
  5850 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  5851        t loop
  5852 -      s,-$,,
  5853 -      s,^['$as_cr_digits']*\n,,
  5854 +      s/-\n.*//
  5855      ' >$as_me.lineno &&
  5856 -  chmod +x $as_me.lineno ||
  5857 +  chmod +x "$as_me.lineno" ||
  5858      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  5859     { (exit 1); exit 1; }; }
  5860  
  5861    # Don't try to exec as it changes $[0], causing all sort of problems
  5862    # (the dirname of $[0] is not the place where we might find the
  5863 -  # original and so on.  Autoconf is especially sensible to this).
  5864 -  . ./$as_me.lineno
  5865 +  # original and so on.  Autoconf is especially sensitive to this).
  5866 +  . "./$as_me.lineno"
  5867    # Exit status is that of the last command.
  5868    exit
  5869  }
  5870  
  5871  
  5872 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  5873 -  *c*,-n*) ECHO_N= ECHO_C='
  5874 -' ECHO_T='	' ;;
  5875 -  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  5876 -  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
  5877 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  5878 +  as_dirname=dirname
  5879 +else
  5880 +  as_dirname=false
  5881 +fi
  5882 +
  5883 +ECHO_C= ECHO_N= ECHO_T=
  5884 +case `echo -n x` in
  5885 +-n*)
  5886 +  case `echo 'x\c'` in
  5887 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  5888 +  *)   ECHO_C='\c';;
  5889 +  esac;;
  5890 +*)
  5891 +  ECHO_N='-n';;
  5892  esac
  5893  
  5894 -if expr a : '\(a\)' >/dev/null 2>&1; then
  5895 +if expr a : '\(a\)' >/dev/null 2>&1 &&
  5896 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  5897    as_expr=expr
  5898  else
  5899    as_expr=false
  5900  fi
  5901  
  5902  rm -f conf$$ conf$$.exe conf$$.file
  5903 +if test -d conf$$.dir; then
  5904 +  rm -f conf$$.dir/conf$$.file
  5905 +else
  5906 +  rm -f conf$$.dir
  5907 +  mkdir conf$$.dir
  5908 +fi
  5909  echo >conf$$.file
  5910  if ln -s conf$$.file conf$$ 2>/dev/null; then
  5911 -  # We could just check for DJGPP; but this test a) works b) is more generic
  5912 -  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  5913 -  if test -f conf$$.exe; then
  5914 -    # Don't use ln at all; we don't have any links
  5915 +  as_ln_s='ln -s'
  5916 +  # ... but there are two gotchas:
  5917 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  5918 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  5919 +  # In both cases, we have to default to `cp -p'.
  5920 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  5921      as_ln_s='cp -p'
  5922 -  else
  5923 -    as_ln_s='ln -s'
  5924 -  fi
  5925  elif ln conf$$.file conf$$ 2>/dev/null; then
  5926    as_ln_s=ln
  5927  else
  5928    as_ln_s='cp -p'
  5929  fi
  5930 -rm -f conf$$ conf$$.exe conf$$.file
  5931 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  5932 +rmdir conf$$.dir 2>/dev/null
  5933  
  5934  if mkdir -p . 2>/dev/null; then
  5935    as_mkdir_p=:
  5936 @@ -222,7 +518,28 @@
  5937    as_mkdir_p=false
  5938  fi
  5939  
  5940 -as_executable_p="test -f"
  5941 +if test -x / >/dev/null 2>&1; then
  5942 +  as_test_x='test -x'
  5943 +else
  5944 +  if ls -dL / >/dev/null 2>&1; then
  5945 +    as_ls_L_option=L
  5946 +  else
  5947 +    as_ls_L_option=
  5948 +  fi
  5949 +  as_test_x='
  5950 +    eval sh -c '\''
  5951 +      if test -d "$1"; then
  5952 +        test -d "$1/.";
  5953 +      else
  5954 +	case $1 in
  5955 +        -*)set "./$1";;
  5956 +	esac;
  5957 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  5958 +	???[sx]*):;;*)false;;esac;fi
  5959 +    '\'' sh
  5960 +  '
  5961 +fi
  5962 +as_executable_p=$as_test_x
  5963  
  5964  # Sed expression to map a string onto a valid CPP name.
  5965  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  5966 @@ -231,15 +548,6 @@
  5967  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  5968  
  5969  
  5970 -# IFS
  5971 -# We need space, tab and new line, in precisely that order.
  5972 -as_nl='
  5973 -'
  5974 -IFS=" 	$as_nl"
  5975 -
  5976 -# CDPATH.
  5977 -$as_unset CDPATH
  5978 -
  5979  
  5980  
  5981  # Check that we are running under the correct shell.
  5982 @@ -390,29 +698,26 @@
  5983  
  5984  
  5985  
  5986 +exec 7<&0 </dev/null 6>&1
  5987 +
  5988  # Name of the host.
  5989  # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  5990  # so uname gets run too.
  5991  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  5992  
  5993 -exec 6>&1
  5994 -
  5995  #
  5996  # Initializations.
  5997  #
  5998  ac_default_prefix=/usr/local
  5999 +ac_clean_files=
  6000  ac_config_libobj_dir=.
  6001 +LIBOBJS=
  6002  cross_compiling=no
  6003  subdirs=
  6004  MFLAGS=
  6005  MAKEFLAGS=
  6006  SHELL=${CONFIG_SHELL-/bin/sh}
  6007  
  6008 -# Maximum number of lines to put in a shell here document.
  6009 -# This variable seems obsolete.  It should probably be removed, and
  6010 -# only ac_max_sed_lines should be used.
  6011 -: ${ac_max_here_lines=38}
  6012 -
  6013  # Identity of this package.
  6014  PACKAGE_NAME='newlib'
  6015  PACKAGE_TARNAME='newlib'
  6016 @@ -424,81 +729,228 @@
  6017  # Factoring default headers for most tests.
  6018  ac_includes_default="\
  6019  #include <stdio.h>
  6020 -#if HAVE_SYS_TYPES_H
  6021 +#ifdef HAVE_SYS_TYPES_H
  6022  # include <sys/types.h>
  6023  #endif
  6024 -#if HAVE_SYS_STAT_H
  6025 +#ifdef HAVE_SYS_STAT_H
  6026  # include <sys/stat.h>
  6027  #endif
  6028 -#if STDC_HEADERS
  6029 +#ifdef STDC_HEADERS
  6030  # include <stdlib.h>
  6031  # include <stddef.h>
  6032  #else
  6033 -# if HAVE_STDLIB_H
  6034 +# ifdef HAVE_STDLIB_H
  6035  #  include <stdlib.h>
  6036  # endif
  6037  #endif
  6038 -#if HAVE_STRING_H
  6039 -# if !STDC_HEADERS && HAVE_MEMORY_H
  6040 +#ifdef HAVE_STRING_H
  6041 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6042  #  include <memory.h>
  6043  # endif
  6044  # include <string.h>
  6045  #endif
  6046 -#if HAVE_STRINGS_H
  6047 +#ifdef HAVE_STRINGS_H
  6048  # include <strings.h>
  6049  #endif
  6050 -#if HAVE_INTTYPES_H
  6051 +#ifdef HAVE_INTTYPES_H
  6052  # include <inttypes.h>
  6053 -#else
  6054 -# if HAVE_STDINT_H
  6055 -#  include <stdint.h>
  6056 -# endif
  6057  #endif
  6058 -#if HAVE_UNISTD_H
  6059 +#ifdef HAVE_STDINT_H
  6060 +# include <stdint.h>
  6061 +#endif
  6062 +#ifdef HAVE_UNISTD_H
  6063  # include <unistd.h>
  6064  #endif"
  6065  
  6066 -ac_subdirs_all="$ac_subdirs_all a29k"
  6067 -ac_subdirs_all="$ac_subdirs_all arm"
  6068 -ac_subdirs_all="$ac_subdirs_all bfin"
  6069 -ac_subdirs_all="$ac_subdirs_all cris"
  6070 -ac_subdirs_all="$ac_subdirs_all crx"
  6071 -ac_subdirs_all="$ac_subdirs_all d10v"
  6072 -ac_subdirs_all="$ac_subdirs_all d30v"
  6073 -ac_subdirs_all="$ac_subdirs_all fr30"
  6074 -ac_subdirs_all="$ac_subdirs_all frv"
  6075 -ac_subdirs_all="$ac_subdirs_all h8300"
  6076 -ac_subdirs_all="$ac_subdirs_all h8500"
  6077 -ac_subdirs_all="$ac_subdirs_all hppa"
  6078 -ac_subdirs_all="$ac_subdirs_all i386"
  6079 -ac_subdirs_all="$ac_subdirs_all i960"
  6080 -ac_subdirs_all="$ac_subdirs_all iq2000"
  6081 -ac_subdirs_all="$ac_subdirs_all lm32"
  6082 -ac_subdirs_all="$ac_subdirs_all m32c"
  6083 -ac_subdirs_all="$ac_subdirs_all m32r"
  6084 -ac_subdirs_all="$ac_subdirs_all m68hc11"
  6085 -ac_subdirs_all="$ac_subdirs_all m68k"
  6086 -ac_subdirs_all="$ac_subdirs_all m88k"
  6087 -ac_subdirs_all="$ac_subdirs_all mep"
  6088 -ac_subdirs_all="$ac_subdirs_all mips"
  6089 -ac_subdirs_all="$ac_subdirs_all mn10200"
  6090 -ac_subdirs_all="$ac_subdirs_all mn10300"
  6091 -ac_subdirs_all="$ac_subdirs_all mt"
  6092 -ac_subdirs_all="$ac_subdirs_all necv70"
  6093 -ac_subdirs_all="$ac_subdirs_all powerpc"
  6094 -ac_subdirs_all="$ac_subdirs_all sh"
  6095 -ac_subdirs_all="$ac_subdirs_all sparc"
  6096 -ac_subdirs_all="$ac_subdirs_all spu"
  6097 -ac_subdirs_all="$ac_subdirs_all tic4x"
  6098 -ac_subdirs_all="$ac_subdirs_all tic80"
  6099 -ac_subdirs_all="$ac_subdirs_all v850"
  6100 -ac_subdirs_all="$ac_subdirs_all w65"
  6101 -ac_subdirs_all="$ac_subdirs_all x86_64"
  6102 -ac_subdirs_all="$ac_subdirs_all xscale"
  6103 -ac_subdirs_all="$ac_subdirs_all xstormy16"
  6104 -ac_subdirs_all="$ac_subdirs_all z8k"
  6105 -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'
  6106 +ac_subst_vars='SHELL
  6107 +PATH_SEPARATOR
  6108 +PACKAGE_NAME
  6109 +PACKAGE_TARNAME
  6110 +PACKAGE_VERSION
  6111 +PACKAGE_STRING
  6112 +PACKAGE_BUGREPORT
  6113 +exec_prefix
  6114 +prefix
  6115 +program_transform_name
  6116 +bindir
  6117 +sbindir
  6118 +libexecdir
  6119 +datarootdir
  6120 +datadir
  6121 +sysconfdir
  6122 +sharedstatedir
  6123 +localstatedir
  6124 +includedir
  6125 +oldincludedir
  6126 +docdir
  6127 +infodir
  6128 +htmldir
  6129 +dvidir
  6130 +pdfdir
  6131 +psdir
  6132 +libdir
  6133 +localedir
  6134 +mandir
  6135 +DEFS
  6136 +ECHO_C
  6137 +ECHO_N
  6138 +ECHO_T
  6139 +LIBS
  6140 +build_alias
  6141 +host_alias
  6142 +target_alias
  6143 +MAY_SUPPLY_SYSCALLS_TRUE
  6144 +MAY_SUPPLY_SYSCALLS_FALSE
  6145 +newlib_basedir
  6146 +build
  6147 +build_cpu
  6148 +build_vendor
  6149 +build_os
  6150 +host
  6151 +host_cpu
  6152 +host_vendor
  6153 +host_os
  6154 +INSTALL_PROGRAM
  6155 +INSTALL_SCRIPT
  6156 +INSTALL_DATA
  6157 +CYGPATH_W
  6158 +PACKAGE
  6159 +VERSION
  6160 +ACLOCAL
  6161 +AUTOCONF
  6162 +AUTOMAKE
  6163 +AUTOHEADER
  6164 +MAKEINFO
  6165 +install_sh
  6166 +STRIP
  6167 +INSTALL_STRIP_PROGRAM
  6168 +mkdir_p
  6169 +AWK
  6170 +SET_MAKE
  6171 +am__leading_dot
  6172 +AMTAR
  6173 +am__tar
  6174 +am__untar
  6175 +CC
  6176 +DEPDIR
  6177 +am__include
  6178 +am__quote
  6179 +AMDEP_TRUE
  6180 +AMDEP_FALSE
  6181 +AMDEPBACKSLASH
  6182 +CCDEPMODE
  6183 +am__fastdepCC_TRUE
  6184 +am__fastdepCC_FALSE
  6185 +AS
  6186 +AR
  6187 +RANLIB
  6188 +READELF
  6189 +MAINTAINER_MODE_TRUE
  6190 +MAINTAINER_MODE_FALSE
  6191 +MAINT
  6192 +CCAS
  6193 +CCASFLAGS
  6194 +NEWLIB_CFLAGS
  6195 +LDFLAGS
  6196 +ELIX_LEVEL_0_TRUE
  6197 +ELIX_LEVEL_0_FALSE
  6198 +ELIX_LEVEL_1_TRUE
  6199 +ELIX_LEVEL_1_FALSE
  6200 +ELIX_LEVEL_2_TRUE
  6201 +ELIX_LEVEL_2_FALSE
  6202 +ELIX_LEVEL_3_TRUE
  6203 +ELIX_LEVEL_3_FALSE
  6204 +ELIX_LEVEL_4_TRUE
  6205 +ELIX_LEVEL_4_FALSE
  6206 +USE_LIBTOOL_TRUE
  6207 +USE_LIBTOOL_FALSE
  6208 +OBJEXT
  6209 +oext
  6210 +aext
  6211 +lpfx
  6212 +libm_machine_dir
  6213 +machine_dir
  6214 +sys_dir
  6215 +SED
  6216 +DLLTOOL
  6217 +OBJDUMP
  6218 +LIBTOOL
  6219 +CFLAGS
  6220 +CPPFLAGS
  6221 +ac_ct_CC
  6222 +EXEEXT
  6223 +GREP
  6224 +EGREP
  6225 +FGREP
  6226 +LD
  6227 +DUMPBIN
  6228 +ac_ct_DUMPBIN
  6229 +NM
  6230 +LN_S
  6231 +lt_ECHO
  6232 +DSYMUTIL
  6233 +NMEDIT
  6234 +LIPO
  6235 +OTOOL
  6236 +OTOOL64
  6237 +CPP
  6238 +subdirs
  6239 +HAVE_MACHINE_DIR_TRUE
  6240 +HAVE_MACHINE_DIR_FALSE
  6241 +LIBOBJS
  6242 +LTLIBOBJS'
  6243  ac_subst_files=''
  6244 +      ac_precious_vars='build_alias
  6245 +host_alias
  6246 +target_alias
  6247 +CCAS
  6248 +CCASFLAGS
  6249 +CC
  6250 +CFLAGS
  6251 +LDFLAGS
  6252 +LIBS
  6253 +CPPFLAGS
  6254 +CPP'
  6255 +ac_subdirs_all='a29k
  6256 +arm
  6257 +avr32
  6258 +bfin
  6259 +cris
  6260 +crx
  6261 +d10v
  6262 +d30v
  6263 +fr30
  6264 +frv
  6265 +h8300
  6266 +h8500
  6267 +hppa
  6268 +i386
  6269 +i960
  6270 +iq2000
  6271 +lm32
  6272 +m32c
  6273 +m32r
  6274 +m68hc11
  6275 +m68k
  6276 +m88k
  6277 +mep
  6278 +mips
  6279 +mn10200
  6280 +mn10300
  6281 +mt
  6282 +necv70
  6283 +powerpc
  6284 +sh
  6285 +sparc
  6286 +spu
  6287 +tic4x
  6288 +tic80
  6289 +v850
  6290 +w65
  6291 +x86_64
  6292 +xscale
  6293 +xstormy16
  6294 +z8k'
  6295  
  6296  # Initialize some variables set by options.
  6297  ac_init_help=
  6298 @@ -525,34 +977,48 @@
  6299  # and all the variables that are supposed to be based on exec_prefix
  6300  # by default will actually change.
  6301  # Use braces instead of parens because sh, perl, etc. also accept them.
  6302 +# (The list follows the same order as the GNU Coding Standards.)
  6303  bindir='${exec_prefix}/bin'
  6304  sbindir='${exec_prefix}/sbin'
  6305  libexecdir='${exec_prefix}/libexec'
  6306 -datadir='${prefix}/share'
  6307 +datarootdir='${prefix}/share'
  6308 +datadir='${datarootdir}'
  6309  sysconfdir='${prefix}/etc'
  6310  sharedstatedir='${prefix}/com'
  6311  localstatedir='${prefix}/var'
  6312 -libdir='${exec_prefix}/lib'
  6313  includedir='${prefix}/include'
  6314  oldincludedir='/usr/include'
  6315 -infodir='${prefix}/info'
  6316 -mandir='${prefix}/man'
  6317 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6318 +infodir='${datarootdir}/info'
  6319 +htmldir='${docdir}'
  6320 +dvidir='${docdir}'
  6321 +pdfdir='${docdir}'
  6322 +psdir='${docdir}'
  6323 +libdir='${exec_prefix}/lib'
  6324 +localedir='${datarootdir}/locale'
  6325 +mandir='${datarootdir}/man'
  6326  
  6327  ac_prev=
  6328 +ac_dashdash=
  6329  for ac_option
  6330  do
  6331    # If the previous option needs an argument, assign it.
  6332    if test -n "$ac_prev"; then
  6333 -    eval "$ac_prev=\$ac_option"
  6334 +    eval $ac_prev=\$ac_option
  6335      ac_prev=
  6336      continue
  6337    fi
  6338  
  6339 -  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
  6340 +  case $ac_option in
  6341 +  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  6342 +  *)	ac_optarg=yes ;;
  6343 +  esac
  6344  
  6345    # Accept the important Cygnus configure options, so we can diagnose typos.
  6346  
  6347 -  case $ac_option in
  6348 +  case $ac_dashdash$ac_option in
  6349 +  --)
  6350 +    ac_dashdash=yes ;;
  6351  
  6352    -bindir | --bindir | --bindi | --bind | --bin | --bi)
  6353      ac_prev=bindir ;;
  6354 @@ -574,33 +1040,45 @@
  6355    --config-cache | -C)
  6356      cache_file=config.cache ;;
  6357  
  6358 -  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  6359 +  -datadir | --datadir | --datadi | --datad)
  6360      ac_prev=datadir ;;
  6361 -  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  6362 -  | --da=*)
  6363 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
  6364      datadir=$ac_optarg ;;
  6365  
  6366 +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  6367 +  | --dataroo | --dataro | --datar)
  6368 +    ac_prev=datarootdir ;;
  6369 +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  6370 +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  6371 +    datarootdir=$ac_optarg ;;
  6372 +
  6373    -disable-* | --disable-*)
  6374      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  6375      # Reject names that are not valid shell variable names.
  6376 -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  6377 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  6378        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  6379     { (exit 1); exit 1; }; }
  6380 -    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  6381 -    eval "enable_$ac_feature=no" ;;
  6382 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  6383 +    eval enable_$ac_feature=no ;;
  6384 +
  6385 +  -docdir | --docdir | --docdi | --doc | --do)
  6386 +    ac_prev=docdir ;;
  6387 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  6388 +    docdir=$ac_optarg ;;
  6389 +
  6390 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  6391 +    ac_prev=dvidir ;;
  6392 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  6393 +    dvidir=$ac_optarg ;;
  6394  
  6395    -enable-* | --enable-*)
  6396      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  6397      # Reject names that are not valid shell variable names.
  6398 -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  6399 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  6400        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  6401     { (exit 1); exit 1; }; }
  6402 -    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  6403 -    case $ac_option in
  6404 -      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  6405 -      *) ac_optarg=yes ;;
  6406 -    esac
  6407 -    eval "enable_$ac_feature='$ac_optarg'" ;;
  6408 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  6409 +    eval enable_$ac_feature=\$ac_optarg ;;
  6410  
  6411    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  6412    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  6413 @@ -627,6 +1105,12 @@
  6414    -host=* | --host=* | --hos=* | --ho=*)
  6415      host_alias=$ac_optarg ;;
  6416  
  6417 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  6418 +    ac_prev=htmldir ;;
  6419 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  6420 +  | --ht=*)
  6421 +    htmldir=$ac_optarg ;;
  6422 +
  6423    -includedir | --includedir | --includedi | --included | --include \
  6424    | --includ | --inclu | --incl | --inc)
  6425      ac_prev=includedir ;;
  6426 @@ -651,13 +1135,16 @@
  6427    | --libexe=* | --libex=* | --libe=*)
  6428      libexecdir=$ac_optarg ;;
  6429  
  6430 +  -localedir | --localedir | --localedi | --localed | --locale)
  6431 +    ac_prev=localedir ;;
  6432 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  6433 +    localedir=$ac_optarg ;;
  6434 +
  6435    -localstatedir | --localstatedir | --localstatedi | --localstated \
  6436 -  | --localstate | --localstat | --localsta | --localst \
  6437 -  | --locals | --local | --loca | --loc | --lo)
  6438 +  | --localstate | --localstat | --localsta | --localst | --locals)
  6439      ac_prev=localstatedir ;;
  6440    -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  6441 -  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  6442 -  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  6443 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  6444      localstatedir=$ac_optarg ;;
  6445  
  6446    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  6447 @@ -722,6 +1209,16 @@
  6448    | --progr-tra=* | --program-tr=* | --program-t=*)
  6449      program_transform_name=$ac_optarg ;;
  6450  
  6451 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  6452 +    ac_prev=pdfdir ;;
  6453 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  6454 +    pdfdir=$ac_optarg ;;
  6455 +
  6456 +  -psdir | --psdir | --psdi | --psd | --ps)
  6457 +    ac_prev=psdir ;;
  6458 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  6459 +    psdir=$ac_optarg ;;
  6460 +
  6461    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  6462    | -silent | --silent | --silen | --sile | --sil)
  6463      silent=yes ;;
  6464 @@ -774,24 +1271,20 @@
  6465    -with-* | --with-*)
  6466      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  6467      # Reject names that are not valid shell variable names.
  6468 -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  6469 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  6470        { echo "$as_me: error: invalid package name: $ac_package" >&2
  6471     { (exit 1); exit 1; }; }
  6472 -    ac_package=`echo $ac_package| sed 's/-/_/g'`
  6473 -    case $ac_option in
  6474 -      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  6475 -      *) ac_optarg=yes ;;
  6476 -    esac
  6477 -    eval "with_$ac_package='$ac_optarg'" ;;
  6478 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  6479 +    eval with_$ac_package=\$ac_optarg ;;
  6480  
  6481    -without-* | --without-*)
  6482      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  6483      # Reject names that are not valid shell variable names.
  6484 -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  6485 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  6486        { echo "$as_me: error: invalid package name: $ac_package" >&2
  6487     { (exit 1); exit 1; }; }
  6488 -    ac_package=`echo $ac_package | sed 's/-/_/g'`
  6489 -    eval "with_$ac_package=no" ;;
  6490 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  6491 +    eval with_$ac_package=no ;;
  6492  
  6493    --x)
  6494      # Obsolete; use --with-x.
  6495 @@ -822,8 +1315,7 @@
  6496      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  6497        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  6498     { (exit 1); exit 1; }; }
  6499 -    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
  6500 -    eval "$ac_envvar='$ac_optarg'"
  6501 +    eval $ac_envvar=\$ac_optarg
  6502      export $ac_envvar ;;
  6503  
  6504    *)
  6505 @@ -843,27 +1335,19 @@
  6506     { (exit 1); exit 1; }; }
  6507  fi
  6508  
  6509 -# Be sure to have absolute paths.
  6510 -for ac_var in exec_prefix prefix
  6511 -do
  6512 -  eval ac_val=$`echo $ac_var`
  6513 -  case $ac_val in
  6514 -    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
  6515 -    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  6516 -   { (exit 1); exit 1; }; };;
  6517 -  esac
  6518 -done
  6519 -
  6520 -# Be sure to have absolute paths.
  6521 -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
  6522 -	      localstatedir libdir includedir oldincludedir infodir mandir
  6523 +# Be sure to have absolute directory names.
  6524 +for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  6525 +		datadir sysconfdir sharedstatedir localstatedir includedir \
  6526 +		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  6527 +		libdir localedir mandir
  6528  do
  6529 -  eval ac_val=$`echo $ac_var`
  6530 +  eval ac_val=\$$ac_var
  6531    case $ac_val in
  6532 -    [\\/$]* | ?:[\\/]* ) ;;
  6533 -    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  6534 -   { (exit 1); exit 1; }; };;
  6535 +    [\\/$]* | ?:[\\/]* )  continue;;
  6536 +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  6537    esac
  6538 +  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  6539 +   { (exit 1); exit 1; }; }
  6540  done
  6541  
  6542  # There might be people who depend on the old broken behavior: `$host'
  6543 @@ -890,82 +1374,76 @@
  6544  test "$silent" = yes && exec 6>/dev/null
  6545  
  6546  
  6547 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
  6548 +ac_ls_di=`ls -di .` &&
  6549 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  6550 +  { echo "$as_me: error: Working directory cannot be determined" >&2
  6551 +   { (exit 1); exit 1; }; }
  6552 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  6553 +  { echo "$as_me: error: pwd does not report name of working directory" >&2
  6554 +   { (exit 1); exit 1; }; }
  6555 +
  6556 +
  6557  # Find the source files, if location was not specified.
  6558  if test -z "$srcdir"; then
  6559    ac_srcdir_defaulted=yes
  6560 -  # Try the directory containing this script, then its parent.
  6561 -  ac_confdir=`(dirname "$0") 2>/dev/null ||
  6562 +  # Try the directory containing this script, then the parent directory.
  6563 +  ac_confdir=`$as_dirname -- "$0" ||
  6564  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  6565  	 X"$0" : 'X\(//\)[^/]' \| \
  6566  	 X"$0" : 'X\(//\)$' \| \
  6567 -	 X"$0" : 'X\(/\)' \| \
  6568 -	 .     : '\(.\)' 2>/dev/null ||
  6569 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  6570  echo X"$0" |
  6571 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  6572 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  6573 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
  6574 -  	  /^X\(\/\).*/{ s//\1/; q; }
  6575 -  	  s/.*/./; q'`
  6576 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  6577 +	    s//\1/
  6578 +	    q
  6579 +	  }
  6580 +	  /^X\(\/\/\)[^/].*/{
  6581 +	    s//\1/
  6582 +	    q
  6583 +	  }
  6584 +	  /^X\(\/\/\)$/{
  6585 +	    s//\1/
  6586 +	    q
  6587 +	  }
  6588 +	  /^X\(\/\).*/{
  6589 +	    s//\1/
  6590 +	    q
  6591 +	  }
  6592 +	  s/.*/./; q'`
  6593    srcdir=$ac_confdir
  6594 -  if test ! -r $srcdir/$ac_unique_file; then
  6595 +  if test ! -r "$srcdir/$ac_unique_file"; then
  6596      srcdir=..
  6597    fi
  6598  else
  6599    ac_srcdir_defaulted=no
  6600  fi
  6601 -if test ! -r $srcdir/$ac_unique_file; then
  6602 -  if test "$ac_srcdir_defaulted" = yes; then
  6603 -    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  6604 -   { (exit 1); exit 1; }; }
  6605 -  else
  6606 -    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  6607 -   { (exit 1); exit 1; }; }
  6608 -  fi
  6609 -fi
  6610 -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  6611 -  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
  6612 -   { (exit 1); exit 1; }; }
  6613 -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
  6614 -ac_env_build_alias_set=${build_alias+set}
  6615 -ac_env_build_alias_value=$build_alias
  6616 -ac_cv_env_build_alias_set=${build_alias+set}
  6617 -ac_cv_env_build_alias_value=$build_alias
  6618 -ac_env_host_alias_set=${host_alias+set}
  6619 -ac_env_host_alias_value=$host_alias
  6620 -ac_cv_env_host_alias_set=${host_alias+set}
  6621 -ac_cv_env_host_alias_value=$host_alias
  6622 -ac_env_target_alias_set=${target_alias+set}
  6623 -ac_env_target_alias_value=$target_alias
  6624 -ac_cv_env_target_alias_set=${target_alias+set}
  6625 -ac_cv_env_target_alias_value=$target_alias
  6626 -ac_env_CCAS_set=${CCAS+set}
  6627 -ac_env_CCAS_value=$CCAS
  6628 -ac_cv_env_CCAS_set=${CCAS+set}
  6629 -ac_cv_env_CCAS_value=$CCAS
  6630 -ac_env_CCASFLAGS_set=${CCASFLAGS+set}
  6631 -ac_env_CCASFLAGS_value=$CCASFLAGS
  6632 -ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
  6633 -ac_cv_env_CCASFLAGS_value=$CCASFLAGS
  6634 -ac_env_CC_set=${CC+set}
  6635 -ac_env_CC_value=$CC
  6636 -ac_cv_env_CC_set=${CC+set}
  6637 -ac_cv_env_CC_value=$CC
  6638 -ac_env_CFLAGS_set=${CFLAGS+set}
  6639 -ac_env_CFLAGS_value=$CFLAGS
  6640 -ac_cv_env_CFLAGS_set=${CFLAGS+set}
  6641 -ac_cv_env_CFLAGS_value=$CFLAGS
  6642 -ac_env_LDFLAGS_set=${LDFLAGS+set}
  6643 -ac_env_LDFLAGS_value=$LDFLAGS
  6644 -ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  6645 -ac_cv_env_LDFLAGS_value=$LDFLAGS
  6646 -ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  6647 -ac_env_CPPFLAGS_value=$CPPFLAGS
  6648 -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  6649 -ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  6650 -ac_env_CPP_set=${CPP+set}
  6651 -ac_env_CPP_value=$CPP
  6652 -ac_cv_env_CPP_set=${CPP+set}
  6653 -ac_cv_env_CPP_value=$CPP
  6654 +if test ! -r "$srcdir/$ac_unique_file"; then
  6655 +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  6656 +  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  6657 +   { (exit 1); exit 1; }; }
  6658 +fi
  6659 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  6660 +ac_abs_confdir=`(
  6661 +	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
  6662 +   { (exit 1); exit 1; }; }
  6663 +	pwd)`
  6664 +# When building in place, set srcdir=.
  6665 +if test "$ac_abs_confdir" = "$ac_pwd"; then
  6666 +  srcdir=.
  6667 +fi
  6668 +# Remove unnecessary trailing slashes from srcdir.
  6669 +# Double slashes in file names in object file debugging info
  6670 +# mess up M-x gdb in Emacs.
  6671 +case $srcdir in
  6672 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  6673 +esac
  6674 +for ac_var in $ac_precious_vars; do
  6675 +  eval ac_env_${ac_var}_set=\${${ac_var}+set}
  6676 +  eval ac_env_${ac_var}_value=\$${ac_var}
  6677 +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  6678 +  eval ac_cv_env_${ac_var}_value=\$${ac_var}
  6679 +done
  6680  
  6681  #
  6682  # Report the --help message.
  6683 @@ -994,9 +1472,6 @@
  6684    -n, --no-create         do not create output files
  6685        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  6686  
  6687 -_ACEOF
  6688 -
  6689 -  cat <<_ACEOF
  6690  Installation directories:
  6691    --prefix=PREFIX         install architecture-independent files in PREFIX
  6692  			  [$ac_default_prefix]
  6693 @@ -1014,15 +1489,22 @@
  6694    --bindir=DIR           user executables [EPREFIX/bin]
  6695    --sbindir=DIR          system admin executables [EPREFIX/sbin]
  6696    --libexecdir=DIR       program executables [EPREFIX/libexec]
  6697 -  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  6698    --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  6699    --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  6700    --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  6701    --libdir=DIR           object code libraries [EPREFIX/lib]
  6702    --includedir=DIR       C header files [PREFIX/include]
  6703    --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  6704 -  --infodir=DIR          info documentation [PREFIX/info]
  6705 -  --mandir=DIR           man documentation [PREFIX/man]
  6706 +  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  6707 +  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  6708 +  --infodir=DIR          info documentation [DATAROOTDIR/info]
  6709 +  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  6710 +  --mandir=DIR           man documentation [DATAROOTDIR/man]
  6711 +  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
  6712 +  --htmldir=DIR          html documentation [DOCDIR]
  6713 +  --dvidir=DIR           dvi documentation [DOCDIR]
  6714 +  --pdfdir=DIR           pdf documentation [DOCDIR]
  6715 +  --psdir=DIR            ps documentation [DOCDIR]
  6716  _ACEOF
  6717  
  6718    cat <<\_ACEOF
  6719 @@ -1059,10 +1541,8 @@
  6720    --enable-dependency-tracking   do not reject slow dependency extractors
  6721    --enable-maintainer-mode  enable make rules and dependencies not useful
  6722  			  (and sometimes confusing) to the casual installer
  6723 -  --enable-shared[=PKGS]
  6724 -                          build shared libraries [default=yes]
  6725 -  --enable-static[=PKGS]
  6726 -                          build static libraries [default=yes]
  6727 +  --enable-shared[=PKGS]  build shared libraries [default=yes]
  6728 +  --enable-static[=PKGS]  build static libraries [default=yes]
  6729    --enable-fast-install[=PKGS]
  6730                            optimize for fast installation [default=yes]
  6731    --disable-libtool-lock  avoid locking (might break parallel builds)
  6732 @@ -1081,128 +1561,95 @@
  6733    CFLAGS      C compiler flags
  6734    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  6735                nonstandard directory <lib dir>
  6736 -  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  6737 -              headers in a nonstandard directory <include dir>
  6738 +  LIBS        libraries to pass to the linker, e.g. -l<library>
  6739 +  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  6740 +              you have headers in a nonstandard directory <include dir>
  6741    CPP         C preprocessor
  6742  
  6743  Use these variables to override the choices made by `configure' or to help
  6744  it to find libraries and programs with nonstandard names/locations.
  6745  
  6746  _ACEOF
  6747 +ac_status=$?
  6748  fi
  6749  
  6750  if test "$ac_init_help" = "recursive"; then
  6751    # If there are subdirs, report their specific --help.
  6752 -  ac_popdir=`pwd`
  6753    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  6754 -    test -d $ac_dir || continue
  6755 +    test -d "$ac_dir" || continue
  6756      ac_builddir=.
  6757  
  6758 -if test "$ac_dir" != .; then
  6759 +case "$ac_dir" in
  6760 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  6761 +*)
  6762    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  6763 -  # A "../" for each directory in $ac_dir_suffix.
  6764 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  6765 -else
  6766 -  ac_dir_suffix= ac_top_builddir=
  6767 -fi
  6768 +  # A ".." for each directory in $ac_dir_suffix.
  6769 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  6770 +  case $ac_top_builddir_sub in
  6771 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  6772 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  6773 +  esac ;;
  6774 +esac
  6775 +ac_abs_top_builddir=$ac_pwd
  6776 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
  6777 +# for backward compatibility:
  6778 +ac_top_builddir=$ac_top_build_prefix
  6779  
  6780  case $srcdir in
  6781 -  .)  # No --srcdir option.  We are building in place.
  6782 +  .)  # We are building in place.
  6783      ac_srcdir=.
  6784 -    if test -z "$ac_top_builddir"; then
  6785 -       ac_top_srcdir=.
  6786 -    else
  6787 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  6788 -    fi ;;
  6789 -  [\\/]* | ?:[\\/]* )  # Absolute path.
  6790 +    ac_top_srcdir=$ac_top_builddir_sub
  6791 +    ac_abs_top_srcdir=$ac_pwd ;;
  6792 +  [\\/]* | ?:[\\/]* )  # Absolute name.
  6793      ac_srcdir=$srcdir$ac_dir_suffix;
  6794 -    ac_top_srcdir=$srcdir ;;
  6795 -  *) # Relative path.
  6796 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  6797 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
  6798 -esac
  6799 -
  6800 -# Do not use `cd foo && pwd` to compute absolute paths, because
  6801 -# the directories may not exist.
  6802 -case `pwd` in
  6803 -.) ac_abs_builddir="$ac_dir";;
  6804 -*)
  6805 -  case "$ac_dir" in
  6806 -  .) ac_abs_builddir=`pwd`;;
  6807 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
  6808 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
  6809 -  esac;;
  6810 -esac
  6811 -case $ac_abs_builddir in
  6812 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
  6813 -*)
  6814 -  case ${ac_top_builddir}. in
  6815 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
  6816 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  6817 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  6818 -  esac;;
  6819 -esac
  6820 -case $ac_abs_builddir in
  6821 -.) ac_abs_srcdir=$ac_srcdir;;
  6822 -*)
  6823 -  case $ac_srcdir in
  6824 -  .) ac_abs_srcdir=$ac_abs_builddir;;
  6825 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
  6826 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  6827 -  esac;;
  6828 -esac
  6829 -case $ac_abs_builddir in
  6830 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
  6831 -*)
  6832 -  case $ac_top_srcdir in
  6833 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
  6834 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  6835 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  6836 -  esac;;
  6837 +    ac_top_srcdir=$srcdir
  6838 +    ac_abs_top_srcdir=$srcdir ;;
  6839 +  *) # Relative name.
  6840 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  6841 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
  6842 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  6843  esac
  6844 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  6845  
  6846 -    cd $ac_dir
  6847 -    # Check for guested configure; otherwise get Cygnus style configure.
  6848 -    if test -f $ac_srcdir/configure.gnu; then
  6849 -      echo
  6850 -      $SHELL $ac_srcdir/configure.gnu  --help=recursive
  6851 -    elif test -f $ac_srcdir/configure; then
  6852 -      echo
  6853 -      $SHELL $ac_srcdir/configure  --help=recursive
  6854 -    elif test -f $ac_srcdir/configure.ac ||
  6855 -	   test -f $ac_srcdir/configure.in; then
  6856 -      echo
  6857 -      $ac_configure --help
  6858 +    cd "$ac_dir" || { ac_status=$?; continue; }
  6859 +    # Check for guested configure.
  6860 +    if test -f "$ac_srcdir/configure.gnu"; then
  6861 +      echo &&
  6862 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  6863 +    elif test -f "$ac_srcdir/configure"; then
  6864 +      echo &&
  6865 +      $SHELL "$ac_srcdir/configure" --help=recursive
  6866      else
  6867        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  6868 -    fi
  6869 -    cd $ac_popdir
  6870 +    fi || ac_status=$?
  6871 +    cd "$ac_pwd" || { ac_status=$?; break; }
  6872    done
  6873  fi
  6874  
  6875 -test -n "$ac_init_help" && exit 0
  6876 +test -n "$ac_init_help" && exit $ac_status
  6877  if $ac_init_version; then
  6878    cat <<\_ACEOF
  6879  newlib configure 1.17.0
  6880 -generated by GNU Autoconf 2.59
  6881 +generated by GNU Autoconf 2.61
  6882  
  6883 -Copyright (C) 2003 Free Software Foundation, Inc.
  6884 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  6885 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  6886  This configure script is free software; the Free Software Foundation
  6887  gives unlimited permission to copy, distribute and modify it.
  6888  _ACEOF
  6889 -  exit 0
  6890 +  exit
  6891  fi
  6892 -exec 5>config.log
  6893 -cat >&5 <<_ACEOF
  6894 +cat >config.log <<_ACEOF
  6895  This file contains any messages produced by compilers while
  6896  running configure, to aid debugging if configure makes a mistake.
  6897  
  6898  It was created by newlib $as_me 1.17.0, which was
  6899 -generated by GNU Autoconf 2.59.  Invocation command line was
  6900 +generated by GNU Autoconf 2.61.  Invocation command line was
  6901  
  6902    $ $0 $@
  6903  
  6904  _ACEOF
  6905 +exec 5>>config.log
  6906  {
  6907  cat <<_ASUNAME
  6908  ## --------- ##
  6909 @@ -1221,7 +1668,7 @@
  6910  /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  6911  /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  6912  /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  6913 -hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  6914 +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  6915  /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  6916  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  6917  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  6918 @@ -1235,6 +1682,7 @@
  6919    test -z "$as_dir" && as_dir=.
  6920    echo "PATH: $as_dir"
  6921  done
  6922 +IFS=$as_save_IFS
  6923  
  6924  } >&5
  6925  
  6926 @@ -1256,7 +1704,6 @@
  6927  ac_configure_args=
  6928  ac_configure_args0=
  6929  ac_configure_args1=
  6930 -ac_sep=
  6931  ac_must_keep_next=false
  6932  for ac_pass in 1 2
  6933  do
  6934 @@ -1267,7 +1714,7 @@
  6935      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  6936      | -silent | --silent | --silen | --sile | --sil)
  6937        continue ;;
  6938 -    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  6939 +    *\'*)
  6940        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  6941      esac
  6942      case $ac_pass in
  6943 @@ -1289,9 +1736,7 @@
  6944  	  -* ) ac_must_keep_next=true ;;
  6945  	esac
  6946        fi
  6947 -      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  6948 -      # Get rid of the leading space.
  6949 -      ac_sep=" "
  6950 +      ac_configure_args="$ac_configure_args '$ac_arg'"
  6951        ;;
  6952      esac
  6953    done
  6954 @@ -1302,8 +1747,8 @@
  6955  # When interrupted or exit'd, cleanup temporary files, and complete
  6956  # config.log.  We remove comments because anyway the quotes in there
  6957  # would cause problems or look ugly.
  6958 -# WARNING: Be sure not to use single quotes in there, as some shells,
  6959 -# such as our DU 5.0 friend, will then `close' the trap.
  6960 +# WARNING: Use '\'' to represent an apostrophe within the trap.
  6961 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  6962  trap 'exit_status=$?
  6963    # Save into config.log some information that might help in debugging.
  6964    {
  6965 @@ -1316,20 +1761,34 @@
  6966  _ASBOX
  6967      echo
  6968      # The following way of writing the cache mishandles newlines in values,
  6969 -{
  6970 +(
  6971 +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  6972 +    eval ac_val=\$$ac_var
  6973 +    case $ac_val in #(
  6974 +    *${as_nl}*)
  6975 +      case $ac_var in #(
  6976 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  6977 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  6978 +      esac
  6979 +      case $ac_var in #(
  6980 +      _ | IFS | as_nl) ;; #(
  6981 +      *) $as_unset $ac_var ;;
  6982 +      esac ;;
  6983 +    esac
  6984 +  done
  6985    (set) 2>&1 |
  6986 -    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  6987 -    *ac_space=\ *)
  6988 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  6989 +    *${as_nl}ac_space=\ *)
  6990        sed -n \
  6991 -	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
  6992 -	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
  6993 -      ;;
  6994 +	"s/'\''/'\''\\\\'\'''\''/g;
  6995 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  6996 +      ;; #(
  6997      *)
  6998 -      sed -n \
  6999 -	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  7000 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  7001        ;;
  7002 -    esac;
  7003 -}
  7004 +    esac |
  7005 +    sort
  7006 +)
  7007      echo
  7008  
  7009      cat <<\_ASBOX
  7010 @@ -1340,22 +1799,28 @@
  7011      echo
  7012      for ac_var in $ac_subst_vars
  7013      do
  7014 -      eval ac_val=$`echo $ac_var`
  7015 -      echo "$ac_var='"'"'$ac_val'"'"'"
  7016 +      eval ac_val=\$$ac_var
  7017 +      case $ac_val in
  7018 +      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  7019 +      esac
  7020 +      echo "$ac_var='\''$ac_val'\''"
  7021      done | sort
  7022      echo
  7023  
  7024      if test -n "$ac_subst_files"; then
  7025        cat <<\_ASBOX
  7026 -## ------------- ##
  7027 -## Output files. ##
  7028 -## ------------- ##
  7029 +## ------------------- ##
  7030 +## File substitutions. ##
  7031 +## ------------------- ##
  7032  _ASBOX
  7033        echo
  7034        for ac_var in $ac_subst_files
  7035        do
  7036 -	eval ac_val=$`echo $ac_var`
  7037 -	echo "$ac_var='"'"'$ac_val'"'"'"
  7038 +	eval ac_val=\$$ac_var
  7039 +	case $ac_val in
  7040 +	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  7041 +	esac
  7042 +	echo "$ac_var='\''$ac_val'\''"
  7043        done | sort
  7044        echo
  7045      fi
  7046 @@ -1367,26 +1832,24 @@
  7047  ## ----------- ##
  7048  _ASBOX
  7049        echo
  7050 -      sed "/^$/d" confdefs.h | sort
  7051 +      cat confdefs.h
  7052        echo
  7053      fi
  7054      test "$ac_signal" != 0 &&
  7055        echo "$as_me: caught signal $ac_signal"
  7056      echo "$as_me: exit $exit_status"
  7057    } >&5
  7058 -  rm -f core *.core &&
  7059 -  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  7060 +  rm -f core *.core core.conftest.* &&
  7061 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  7062      exit $exit_status
  7063 -     ' 0
  7064 +' 0
  7065  for ac_signal in 1 2 13 15; do
  7066    trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  7067  done
  7068  ac_signal=0
  7069  
  7070  # confdefs.h avoids OS command line length limits that DEFS can exceed.
  7071 -rm -rf conftest* confdefs.h
  7072 -# AIX cpp loses on an empty file, so make sure it contains at least a newline.
  7073 -echo >confdefs.h
  7074 +rm -f -r conftest* confdefs.h
  7075  
  7076  # Predefined preprocessor variables.
  7077  
  7078 @@ -1417,14 +1880,17 @@
  7079  
  7080  # Let the site file select an alternate cache file if it wants to.
  7081  # Prefer explicitly selected file to automatically selected ones.
  7082 -if test -z "$CONFIG_SITE"; then
  7083 -  if test "x$prefix" != xNONE; then
  7084 -    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  7085 -  else
  7086 -    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  7087 -  fi
  7088 +if test -n "$CONFIG_SITE"; then
  7089 +  set x "$CONFIG_SITE"
  7090 +elif test "x$prefix" != xNONE; then
  7091 +  set x "$prefix/share/config.site" "$prefix/etc/config.site"
  7092 +else
  7093 +  set x "$ac_default_prefix/share/config.site" \
  7094 +	"$ac_default_prefix/etc/config.site"
  7095  fi
  7096 -for ac_site_file in $CONFIG_SITE; do
  7097 +shift
  7098 +for ac_site_file
  7099 +do
  7100    if test -r "$ac_site_file"; then
  7101      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  7102  echo "$as_me: loading site script $ac_site_file" >&6;}
  7103 @@ -1440,8 +1906,8 @@
  7104      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  7105  echo "$as_me: loading cache $cache_file" >&6;}
  7106      case $cache_file in
  7107 -      [\\/]* | ?:[\\/]* ) . $cache_file;;
  7108 -      *)                      . ./$cache_file;;
  7109 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
  7110 +      *)                      . "./$cache_file";;
  7111      esac
  7112    fi
  7113  else
  7114 @@ -1453,12 +1919,11 @@
  7115  # Check that the precious variables saved in the cache have kept the same
  7116  # value.
  7117  ac_cache_corrupted=false
  7118 -for ac_var in `(set) 2>&1 |
  7119 -	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
  7120 +for ac_var in $ac_precious_vars; do
  7121    eval ac_old_set=\$ac_cv_env_${ac_var}_set
  7122    eval ac_new_set=\$ac_env_${ac_var}_set
  7123 -  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  7124 -  eval ac_new_val="\$ac_env_${ac_var}_value"
  7125 +  eval ac_old_val=\$ac_cv_env_${ac_var}_value
  7126 +  eval ac_new_val=\$ac_env_${ac_var}_value
  7127    case $ac_old_set,$ac_new_set in
  7128      set,)
  7129        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  7130 @@ -1483,8 +1948,7 @@
  7131    # Pass precious variables to config.status.
  7132    if test "$ac_new_set" = set; then
  7133      case $ac_new_val in
  7134 -    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  7135 -      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  7136 +    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  7137      *) ac_arg=$ac_var=$ac_new_val ;;
  7138      esac
  7139      case " $ac_configure_args " in
  7140 @@ -1501,12 +1965,6 @@
  7141     { (exit 1); exit 1; }; }
  7142  fi
  7143  
  7144 -ac_ext=c
  7145 -ac_cpp='$CPP $CPPFLAGS'
  7146 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7147 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7148 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
  7149 -
  7150  
  7151  
  7152  
  7153 @@ -1531,67 +1989,92 @@
  7154  
  7155  
  7156  
  7157 +ac_ext=c
  7158 +ac_cpp='$CPP $CPPFLAGS'
  7159 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7160 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7161 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  7162  
  7163  
  7164  
  7165  
  7166  ac_aux_dir=
  7167 -for ac_dir in ../../.. $srcdir/../../..; do
  7168 -  if test -f $ac_dir/install-sh; then
  7169 +for ac_dir in ../../.. "$srcdir"/../../..; do
  7170 +  if test -f "$ac_dir/install-sh"; then
  7171      ac_aux_dir=$ac_dir
  7172      ac_install_sh="$ac_aux_dir/install-sh -c"
  7173      break
  7174 -  elif test -f $ac_dir/install.sh; then
  7175 +  elif test -f "$ac_dir/install.sh"; then
  7176      ac_aux_dir=$ac_dir
  7177      ac_install_sh="$ac_aux_dir/install.sh -c"
  7178      break
  7179 -  elif test -f $ac_dir/shtool; then
  7180 +  elif test -f "$ac_dir/shtool"; then
  7181      ac_aux_dir=$ac_dir
  7182      ac_install_sh="$ac_aux_dir/shtool install -c"
  7183      break
  7184    fi
  7185  done
  7186  if test -z "$ac_aux_dir"; then
  7187 -  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&5
  7188 -echo "$as_me: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&2;}
  7189 +  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&5
  7190 +echo "$as_me: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&2;}
  7191     { (exit 1); exit 1; }; }
  7192  fi
  7193 -ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  7194 -ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  7195 -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  7196 +
  7197 +# These three variables are undocumented and unsupported,
  7198 +# and are intended to be withdrawn in a future Autoconf release.
  7199 +# They can cause serious problems if a builder's source tree is in a directory
  7200 +# whose full name contains unusual characters.
  7201 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  7202 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  7203 +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  7204 +
  7205  
  7206  
  7207  
  7208  # Make sure we can run config.sub.
  7209 -$ac_config_sub sun4 >/dev/null 2>&1 ||
  7210 -  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
  7211 -echo "$as_me: error: cannot run $ac_config_sub" >&2;}
  7212 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  7213 +  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
  7214 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
  7215     { (exit 1); exit 1; }; }
  7216  
  7217 -echo "$as_me:$LINENO: checking build system type" >&5
  7218 -echo $ECHO_N "checking build system type... $ECHO_C" >&6
  7219 +{ echo "$as_me:$LINENO: checking build system type" >&5
  7220 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
  7221  if test "${ac_cv_build+set}" = set; then
  7222    echo $ECHO_N "(cached) $ECHO_C" >&6
  7223  else
  7224 -  ac_cv_build_alias=$build_alias
  7225 -test -z "$ac_cv_build_alias" &&
  7226 -  ac_cv_build_alias=`$ac_config_guess`
  7227 -test -z "$ac_cv_build_alias" &&
  7228 +  ac_build_alias=$build_alias
  7229 +test "x$ac_build_alias" = x &&
  7230 +  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  7231 +test "x$ac_build_alias" = x &&
  7232    { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  7233  echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  7234     { (exit 1); exit 1; }; }
  7235 -ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  7236 -  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
  7237 -echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
  7238 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  7239 +  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
  7240 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
  7241     { (exit 1); exit 1; }; }
  7242  
  7243  fi
  7244 -echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  7245 -echo "${ECHO_T}$ac_cv_build" >&6
  7246 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  7247 +echo "${ECHO_T}$ac_cv_build" >&6; }
  7248 +case $ac_cv_build in
  7249 +*-*-*) ;;
  7250 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
  7251 +echo "$as_me: error: invalid value of canonical build" >&2;}
  7252 +   { (exit 1); exit 1; }; };;
  7253 +esac
  7254  build=$ac_cv_build
  7255 -build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  7256 -build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  7257 -build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  7258 +ac_save_IFS=$IFS; IFS='-'
  7259 +set x $ac_cv_build
  7260 +shift
  7261 +build_cpu=$1
  7262 +build_vendor=$2
  7263 +shift; shift
  7264 +# Remember, the first character of IFS is used to create $*,
  7265 +# except with old shells:
  7266 +build_os=$*
  7267 +IFS=$ac_save_IFS
  7268 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  7269  
  7270  
  7271  am__api_version="1.9"
  7272 @@ -1608,8 +2091,8 @@
  7273  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  7274  # OS/2's system install, which has a completely different semantic
  7275  # ./install, which can be erroneously created by make from ./install.sh.
  7276 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  7277 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  7278 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  7279 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  7280  if test -z "$INSTALL"; then
  7281  if test "${ac_cv_path_install+set}" = set; then
  7282    echo $ECHO_N "(cached) $ECHO_C" >&6
  7283 @@ -1631,7 +2114,7 @@
  7284      # by default.
  7285      for ac_prog in ginstall scoinst install; do
  7286        for ac_exec_ext in '' $ac_executable_extensions; do
  7287 -	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  7288 +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  7289  	  if test $ac_prog = install &&
  7290  	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  7291  	    # AIX install.  It has an incompatible calling convention.
  7292 @@ -1650,21 +2133,22 @@
  7293      ;;
  7294  esac
  7295  done
  7296 +IFS=$as_save_IFS
  7297  
  7298  
  7299  fi
  7300    if test "${ac_cv_path_install+set}" = set; then
  7301      INSTALL=$ac_cv_path_install
  7302    else
  7303 -    # As a last resort, use the slow shell script.  We don't cache a
  7304 -    # path for INSTALL within a source directory, because that will
  7305 +    # As a last resort, use the slow shell script.  Don't cache a
  7306 +    # value for INSTALL within a source directory, because that will
  7307      # break other packages using the cache if that directory is
  7308 -    # removed, or if the path is relative.
  7309 +    # removed, or if the value is a relative name.
  7310      INSTALL=$ac_install_sh
  7311    fi
  7312  fi
  7313 -echo "$as_me:$LINENO: result: $INSTALL" >&5
  7314 -echo "${ECHO_T}$INSTALL" >&6
  7315 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
  7316 +echo "${ECHO_T}$INSTALL" >&6; }
  7317  
  7318  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  7319  # It thinks the first close brace ends the variable substitution.
  7320 @@ -1674,8 +2158,8 @@
  7321  
  7322  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  7323  
  7324 -echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  7325 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  7326 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  7327 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
  7328  # Just in case
  7329  sleep 1
  7330  echo timestamp > conftest.file
  7331 @@ -1717,20 +2201,20 @@
  7332  Check your system clock" >&2;}
  7333     { (exit 1); exit 1; }; }
  7334  fi
  7335 -echo "$as_me:$LINENO: result: yes" >&5
  7336 -echo "${ECHO_T}yes" >&6
  7337 +{ echo "$as_me:$LINENO: result: yes" >&5
  7338 +echo "${ECHO_T}yes" >&6; }
  7339  test "$program_prefix" != NONE &&
  7340 -  program_transform_name="s,^,$program_prefix,;$program_transform_name"
  7341 +  program_transform_name="s&^&$program_prefix&;$program_transform_name"
  7342  # Use a double $ so make ignores it.
  7343  test "$program_suffix" != NONE &&
  7344 -  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
  7345 +  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  7346  # Double any \ or $.  echo might interpret backslashes.
  7347  # By default was `s,x,x', remove it if useless.
  7348  cat <<\_ACEOF >conftest.sed
  7349  s/[\\$]/&&/g;s/;s,x,x,$//
  7350  _ACEOF
  7351  program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  7352 -rm conftest.sed
  7353 +rm -f conftest.sed
  7354  
  7355  # expand $ac_aux_dir to an absolute path
  7356  am_aux_dir=`cd $ac_aux_dir && pwd`
  7357 @@ -1782,8 +2266,8 @@
  7358  do
  7359    # Extract the first word of "$ac_prog", so it can be a program name with args.
  7360  set dummy $ac_prog; ac_word=$2
  7361 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  7362 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  7363 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  7364 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  7365  if test "${ac_cv_prog_AWK+set}" = set; then
  7366    echo $ECHO_N "(cached) $ECHO_C" >&6
  7367  else
  7368 @@ -1796,54 +2280,57 @@
  7369    IFS=$as_save_IFS
  7370    test -z "$as_dir" && as_dir=.
  7371    for ac_exec_ext in '' $ac_executable_extensions; do
  7372 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  7373 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7374      ac_cv_prog_AWK="$ac_prog"
  7375      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  7376      break 2
  7377    fi
  7378  done
  7379  done
  7380 +IFS=$as_save_IFS
  7381  
  7382  fi
  7383  fi
  7384  AWK=$ac_cv_prog_AWK
  7385  if test -n "$AWK"; then
  7386 -  echo "$as_me:$LINENO: result: $AWK" >&5
  7387 -echo "${ECHO_T}$AWK" >&6
  7388 +  { echo "$as_me:$LINENO: result: $AWK" >&5
  7389 +echo "${ECHO_T}$AWK" >&6; }
  7390  else
  7391 -  echo "$as_me:$LINENO: result: no" >&5
  7392 -echo "${ECHO_T}no" >&6
  7393 +  { echo "$as_me:$LINENO: result: no" >&5
  7394 +echo "${ECHO_T}no" >&6; }
  7395  fi
  7396  
  7397 +
  7398    test -n "$AWK" && break
  7399  done
  7400  
  7401 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  7402 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
  7403 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
  7404 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
  7405 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  7406 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
  7407 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  7408 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
  7409    echo $ECHO_N "(cached) $ECHO_C" >&6
  7410  else
  7411    cat >conftest.make <<\_ACEOF
  7412 +SHELL = /bin/sh
  7413  all:
  7414 -	@echo 'ac_maketemp="$(MAKE)"'
  7415 +	@echo '@@@%%%=$(MAKE)=@@@%%%'
  7416  _ACEOF
  7417  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  7418 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  7419 -if test -n "$ac_maketemp"; then
  7420 -  eval ac_cv_prog_make_${ac_make}_set=yes
  7421 -else
  7422 -  eval ac_cv_prog_make_${ac_make}_set=no
  7423 -fi
  7424 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
  7425 +  *@@@%%%=?*=@@@%%%*)
  7426 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
  7427 +  *)
  7428 +    eval ac_cv_prog_make_${ac_make}_set=no;;
  7429 +esac
  7430  rm -f conftest.make
  7431  fi
  7432 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  7433 -  echo "$as_me:$LINENO: result: yes" >&5
  7434 -echo "${ECHO_T}yes" >&6
  7435 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  7436 +  { echo "$as_me:$LINENO: result: yes" >&5
  7437 +echo "${ECHO_T}yes" >&6; }
  7438    SET_MAKE=
  7439  else
  7440 -  echo "$as_me:$LINENO: result: no" >&5
  7441 -echo "${ECHO_T}no" >&6
  7442 +  { echo "$as_me:$LINENO: result: no" >&5
  7443 +echo "${ECHO_T}no" >&6; }
  7444    SET_MAKE="MAKE=${MAKE-make}"
  7445  fi
  7446  
  7447 @@ -1858,7 +2345,7 @@
  7448  
  7449  DEPDIR="${am__leading_dot}deps"
  7450  
  7451 -          ac_config_commands="$ac_config_commands depfiles"
  7452 +ac_config_commands="$ac_config_commands depfiles"
  7453  
  7454  
  7455  am_make=${MAKE-make}
  7456 @@ -1868,8 +2355,8 @@
  7457  .PHONY: am__doit
  7458  END
  7459  # If we don't find an include directive, just comment out the code.
  7460 -echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  7461 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
  7462 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  7463 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
  7464  am__include="#"
  7465  am__quote=
  7466  _am_result=none
  7467 @@ -1896,15 +2383,15 @@
  7468  fi
  7469  
  7470  
  7471 -echo "$as_me:$LINENO: result: $_am_result" >&5
  7472 -echo "${ECHO_T}$_am_result" >&6
  7473 +{ echo "$as_me:$LINENO: result: $_am_result" >&5
  7474 +echo "${ECHO_T}$_am_result" >&6; }
  7475  rm -f confinc confmf
  7476  
  7477 -# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
  7478 +# Check whether --enable-dependency-tracking was given.
  7479  if test "${enable_dependency_tracking+set}" = set; then
  7480 -  enableval="$enable_dependency_tracking"
  7481 +  enableval=$enable_dependency_tracking;
  7482 +fi
  7483  
  7484 -fi;
  7485  if test "x$enable_dependency_tracking" != xno; then
  7486    am_depcomp="$ac_aux_dir/depcomp"
  7487    AMDEPBACKSLASH='\'
  7488 @@ -1922,10 +2409,9 @@
  7489  
  7490  
  7491  
  7492 -# Check whether --enable-multilib or --disable-multilib was given.
  7493 +# Check whether --enable-multilib was given.
  7494  if test "${enable_multilib+set}" = set; then
  7495 -  enableval="$enable_multilib"
  7496 -  case "${enableval}" in
  7497 +  enableval=$enable_multilib; case "${enableval}" in
  7498    yes) multilib=yes ;;
  7499    no)  multilib=no ;;
  7500    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
  7501 @@ -1934,11 +2420,11 @@
  7502   esac
  7503  else
  7504    multilib=yes
  7505 -fi;
  7506 -# Check whether --enable-target-optspace or --disable-target-optspace was given.
  7507 +fi
  7508 +
  7509 +# Check whether --enable-target-optspace was given.
  7510  if test "${enable_target_optspace+set}" = set; then
  7511 -  enableval="$enable_target_optspace"
  7512 -  case "${enableval}" in
  7513 +  enableval=$enable_target_optspace; case "${enableval}" in
  7514    yes) target_optspace=yes ;;
  7515    no)  target_optspace=no ;;
  7516    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
  7517 @@ -1947,11 +2433,11 @@
  7518   esac
  7519  else
  7520    target_optspace=
  7521 -fi;
  7522 -# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
  7523 +fi
  7524 +
  7525 +# Check whether --enable-malloc-debugging was given.
  7526  if test "${enable_malloc_debugging+set}" = set; then
  7527 -  enableval="$enable_malloc_debugging"
  7528 -  case "${enableval}" in
  7529 +  enableval=$enable_malloc_debugging; case "${enableval}" in
  7530    yes) malloc_debugging=yes ;;
  7531    no)  malloc_debugging=no ;;
  7532    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
  7533 @@ -1960,11 +2446,11 @@
  7534   esac
  7535  else
  7536    malloc_debugging=
  7537 -fi;
  7538 -# Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.
  7539 +fi
  7540 +
  7541 +# Check whether --enable-newlib-multithread was given.
  7542  if test "${enable_newlib_multithread+set}" = set; then
  7543 -  enableval="$enable_newlib_multithread"
  7544 -  case "${enableval}" in
  7545 +  enableval=$enable_newlib_multithread; case "${enableval}" in
  7546    yes) newlib_multithread=yes ;;
  7547    no)  newlib_multithread=no ;;
  7548    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
  7549 @@ -1973,11 +2459,11 @@
  7550   esac
  7551  else
  7552    newlib_multithread=yes
  7553 -fi;
  7554 -# Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.
  7555 +fi
  7556 +
  7557 +# Check whether --enable-newlib-iconv was given.
  7558  if test "${enable_newlib_iconv+set}" = set; then
  7559 -  enableval="$enable_newlib_iconv"
  7560 -  if test "${newlib_iconv+set}" != set; then
  7561 +  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
  7562     case "${enableval}" in
  7563       yes) newlib_iconv=yes ;;
  7564       no)  newlib_iconv=no ;;
  7565 @@ -1988,11 +2474,11 @@
  7566   fi
  7567  else
  7568    newlib_iconv=${newlib_iconv}
  7569 -fi;
  7570 -# Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.
  7571 +fi
  7572 +
  7573 +# Check whether --enable-newlib-elix-level was given.
  7574  if test "${enable_newlib_elix_level+set}" = set; then
  7575 -  enableval="$enable_newlib_elix_level"
  7576 -  case "${enableval}" in
  7577 +  enableval=$enable_newlib_elix_level; case "${enableval}" in
  7578    0)   newlib_elix_level=0 ;;
  7579    1)   newlib_elix_level=1 ;;
  7580    2)   newlib_elix_level=2 ;;
  7581 @@ -2004,11 +2490,11 @@
  7582   esac
  7583  else
  7584    newlib_elix_level=0
  7585 -fi;
  7586 -# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
  7587 +fi
  7588 +
  7589 +# Check whether --enable-newlib-io-float was given.
  7590  if test "${enable_newlib_io_float+set}" = set; then
  7591 -  enableval="$enable_newlib_io_float"
  7592 -  case "${enableval}" in
  7593 +  enableval=$enable_newlib_io_float; case "${enableval}" in
  7594    yes) newlib_io_float=yes ;;
  7595    no)  newlib_io_float=no ;;
  7596    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
  7597 @@ -2017,11 +2503,11 @@
  7598   esac
  7599  else
  7600    newlib_io_float=yes
  7601 -fi;
  7602 -# Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.
  7603 +fi
  7604 +
  7605 +# Check whether --enable-newlib-supplied-syscalls was given.
  7606  if test "${enable_newlib_supplied_syscalls+set}" = set; then
  7607 -  enableval="$enable_newlib_supplied_syscalls"
  7608 -  case "${enableval}" in
  7609 +  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
  7610    yes) newlib_may_supply_syscalls=yes ;;
  7611    no)  newlib_may_supply_syscalls=no ;;
  7612    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
  7613 @@ -2030,7 +2516,8 @@
  7614   esac
  7615  else
  7616    newlib_may_supply_syscalls=yes
  7617 -fi;
  7618 +fi
  7619 +
  7620  
  7621  
  7622  if test x${newlib_may_supply_syscalls} = xyes; then
  7623 @@ -2056,26 +2543,41 @@
  7624  fi
  7625  
  7626  
  7627 -echo "$as_me:$LINENO: checking host system type" >&5
  7628 -echo $ECHO_N "checking host system type... $ECHO_C" >&6
  7629 +{ echo "$as_me:$LINENO: checking host system type" >&5
  7630 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
  7631  if test "${ac_cv_host+set}" = set; then
  7632    echo $ECHO_N "(cached) $ECHO_C" >&6
  7633  else
  7634 -  ac_cv_host_alias=$host_alias
  7635 -test -z "$ac_cv_host_alias" &&
  7636 -  ac_cv_host_alias=$ac_cv_build_alias
  7637 -ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  7638 -  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  7639 -echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
  7640 +  if test "x$host_alias" = x; then
  7641 +  ac_cv_host=$ac_cv_build
  7642 +else
  7643 +  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  7644 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
  7645 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
  7646     { (exit 1); exit 1; }; }
  7647 +fi
  7648  
  7649  fi
  7650 -echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  7651 -echo "${ECHO_T}$ac_cv_host" >&6
  7652 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  7653 +echo "${ECHO_T}$ac_cv_host" >&6; }
  7654 +case $ac_cv_host in
  7655 +*-*-*) ;;
  7656 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
  7657 +echo "$as_me: error: invalid value of canonical host" >&2;}
  7658 +   { (exit 1); exit 1; }; };;
  7659 +esac
  7660  host=$ac_cv_host
  7661 -host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  7662 -host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  7663 -host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  7664 +ac_save_IFS=$IFS; IFS='-'
  7665 +set x $ac_cv_host
  7666 +shift
  7667 +host_cpu=$1
  7668 +host_vendor=$2
  7669 +shift; shift
  7670 +# Remember, the first character of IFS is used to create $*,
  7671 +# except with old shells:
  7672 +host_os=$*
  7673 +IFS=$ac_save_IFS
  7674 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  7675  
  7676  
  7677  
  7678 @@ -2128,8 +2630,8 @@
  7679    if test -n "$ac_tool_prefix"; then
  7680    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  7681  set dummy ${ac_tool_prefix}strip; ac_word=$2
  7682 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  7683 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  7684 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  7685 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  7686  if test "${ac_cv_prog_STRIP+set}" = set; then
  7687    echo $ECHO_N "(cached) $ECHO_C" >&6
  7688  else
  7689 @@ -2142,32 +2644,34 @@
  7690    IFS=$as_save_IFS
  7691    test -z "$as_dir" && as_dir=.
  7692    for ac_exec_ext in '' $ac_executable_extensions; do
  7693 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  7694 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7695      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  7696      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  7697      break 2
  7698    fi
  7699  done
  7700  done
  7701 +IFS=$as_save_IFS
  7702  
  7703  fi
  7704  fi
  7705  STRIP=$ac_cv_prog_STRIP
  7706  if test -n "$STRIP"; then
  7707 -  echo "$as_me:$LINENO: result: $STRIP" >&5
  7708 -echo "${ECHO_T}$STRIP" >&6
  7709 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
  7710 +echo "${ECHO_T}$STRIP" >&6; }
  7711  else
  7712 -  echo "$as_me:$LINENO: result: no" >&5
  7713 -echo "${ECHO_T}no" >&6
  7714 +  { echo "$as_me:$LINENO: result: no" >&5
  7715 +echo "${ECHO_T}no" >&6; }
  7716  fi
  7717  
  7718 +
  7719  fi
  7720  if test -z "$ac_cv_prog_STRIP"; then
  7721    ac_ct_STRIP=$STRIP
  7722    # Extract the first word of "strip", so it can be a program name with args.
  7723  set dummy strip; ac_word=$2
  7724 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  7725 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  7726 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  7727 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  7728  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  7729    echo $ECHO_N "(cached) $ECHO_C" >&6
  7730  else
  7731 @@ -2180,27 +2684,41 @@
  7732    IFS=$as_save_IFS
  7733    test -z "$as_dir" && as_dir=.
  7734    for ac_exec_ext in '' $ac_executable_extensions; do
  7735 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  7736 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7737      ac_cv_prog_ac_ct_STRIP="strip"
  7738      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  7739      break 2
  7740    fi
  7741  done
  7742  done
  7743 +IFS=$as_save_IFS
  7744  
  7745 -  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  7746  fi
  7747  fi
  7748  ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  7749  if test -n "$ac_ct_STRIP"; then
  7750 -  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  7751 -echo "${ECHO_T}$ac_ct_STRIP" >&6
  7752 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  7753 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
  7754  else
  7755 -  echo "$as_me:$LINENO: result: no" >&5
  7756 -echo "${ECHO_T}no" >&6
  7757 +  { echo "$as_me:$LINENO: result: no" >&5
  7758 +echo "${ECHO_T}no" >&6; }
  7759  fi
  7760  
  7761 -  STRIP=$ac_ct_STRIP
  7762 +  if test "x$ac_ct_STRIP" = x; then
  7763 +    STRIP=":"
  7764 +  else
  7765 +    case $cross_compiling:$ac_tool_warned in
  7766 +yes:)
  7767 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  7768 +whose name does not start with the host triplet.  If you think this
  7769 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  7770 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  7771 +whose name does not start with the host triplet.  If you think this
  7772 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  7773 +ac_tool_warned=yes ;;
  7774 +esac
  7775 +    STRIP=$ac_ct_STRIP
  7776 +  fi
  7777  else
  7778    STRIP="$ac_cv_prog_STRIP"
  7779  fi
  7780 @@ -2235,8 +2753,8 @@
  7781  
  7782  # Extract the first word of "gcc", so it can be a program name with args.
  7783  set dummy gcc; ac_word=$2
  7784 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  7785 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  7786 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  7787 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  7788  if test "${ac_cv_prog_CC+set}" = set; then
  7789    echo $ECHO_N "(cached) $ECHO_C" >&6
  7790  else
  7791 @@ -2249,30 +2767,32 @@
  7792    IFS=$as_save_IFS
  7793    test -z "$as_dir" && as_dir=.
  7794    for ac_exec_ext in '' $ac_executable_extensions; do
  7795 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  7796 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7797      ac_cv_prog_CC="gcc"
  7798      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  7799      break 2
  7800    fi
  7801  done
  7802  done
  7803 +IFS=$as_save_IFS
  7804  
  7805  fi
  7806  fi
  7807  CC=$ac_cv_prog_CC
  7808  if test -n "$CC"; then
  7809 -  echo "$as_me:$LINENO: result: $CC" >&5
  7810 -echo "${ECHO_T}$CC" >&6
  7811 +  { echo "$as_me:$LINENO: result: $CC" >&5
  7812 +echo "${ECHO_T}$CC" >&6; }
  7813  else
  7814 -  echo "$as_me:$LINENO: result: no" >&5
  7815 -echo "${ECHO_T}no" >&6
  7816 +  { echo "$as_me:$LINENO: result: no" >&5
  7817 +echo "${ECHO_T}no" >&6; }
  7818  fi
  7819  
  7820  
  7821 +
  7822  depcc="$CC"   am_compiler_list=
  7823  
  7824 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  7825 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
  7826 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  7827 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  7828  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  7829    echo $ECHO_N "(cached) $ECHO_C" >&6
  7830  else
  7831 @@ -2361,8 +2881,8 @@
  7832  fi
  7833  
  7834  fi
  7835 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  7836 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
  7837 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  7838 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
  7839  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  7840  
  7841  
  7842 @@ -2381,8 +2901,8 @@
  7843  if test -z "$CC"; then
  7844    # Extract the first word of "cc", so it can be a program name with args.
  7845  set dummy cc; ac_word=$2
  7846 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  7847 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  7848 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  7849 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  7850  if test "${ac_cv_prog_CC+set}" = set; then
  7851    echo $ECHO_N "(cached) $ECHO_C" >&6
  7852  else
  7853 @@ -2396,7 +2916,7 @@
  7854    IFS=$as_save_IFS
  7855    test -z "$as_dir" && as_dir=.
  7856    for ac_exec_ext in '' $ac_executable_extensions; do
  7857 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  7858 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7859      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  7860         ac_prog_rejected=yes
  7861         continue
  7862 @@ -2407,6 +2927,7 @@
  7863    fi
  7864  done
  7865  done
  7866 +IFS=$as_save_IFS
  7867  
  7868  if test $ac_prog_rejected = yes; then
  7869    # We found a bogon in the path, so make sure we never use it.
  7870 @@ -2424,20 +2945,21 @@
  7871  fi
  7872  CC=$ac_cv_prog_CC
  7873  if test -n "$CC"; then
  7874 -  echo "$as_me:$LINENO: result: $CC" >&5
  7875 -echo "${ECHO_T}$CC" >&6
  7876 +  { echo "$as_me:$LINENO: result: $CC" >&5
  7877 +echo "${ECHO_T}$CC" >&6; }
  7878  else
  7879 -  echo "$as_me:$LINENO: result: no" >&5
  7880 -echo "${ECHO_T}no" >&6
  7881 +  { echo "$as_me:$LINENO: result: no" >&5
  7882 +echo "${ECHO_T}no" >&6; }
  7883  fi
  7884  
  7885 +
  7886    test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
  7887  echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
  7888     { (exit 1); exit 1; }; }
  7889  fi
  7890  
  7891 -echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
  7892 -echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
  7893 +{ echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
  7894 +echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6; }
  7895  if test "${ac_cv_c_compiler_gnu+set}" = set; then
  7896    echo $ECHO_N "(cached) $ECHO_C" >&6
  7897  else
  7898 @@ -2457,8 +2979,8 @@
  7899    ac_cv_c_compiler_gnu=no
  7900  fi
  7901  fi
  7902 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  7903 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  7904 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  7905 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  7906  
  7907  if test $ac_cv_c_compiler_gnu = yes; then
  7908    GCC=yes
  7909 @@ -2467,13 +2989,16 @@
  7910    CFLAGS=
  7911    ac_test_CFLAGS=${CFLAGS+set}
  7912  ac_save_CFLAGS=$CFLAGS
  7913 -CFLAGS="-g"
  7914 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  7915 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  7916 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  7917 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  7918  if test "${ac_cv_prog_cc_g+set}" = set; then
  7919    echo $ECHO_N "(cached) $ECHO_C" >&6
  7920  else
  7921 -  cat >conftest.$ac_ext <<_ACEOF
  7922 +  ac_save_c_werror_flag=$ac_c_werror_flag
  7923 +   ac_c_werror_flag=yes
  7924 +   ac_cv_prog_cc_g=no
  7925 +   CFLAGS="-g"
  7926 +   cat >conftest.$ac_ext <<_ACEOF
  7927  /* confdefs.h.  */
  7928  _ACEOF
  7929  cat confdefs.h >>conftest.$ac_ext
  7930 @@ -2489,38 +3014,118 @@
  7931  }
  7932  _ACEOF
  7933  rm -f conftest.$ac_objext
  7934 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  7935 -  (eval $ac_compile) 2>conftest.er1
  7936 +if { (ac_try="$ac_compile"
  7937 +case "(($ac_try" in
  7938 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7939 +  *) ac_try_echo=$ac_try;;
  7940 +esac
  7941 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7942 +  (eval "$ac_compile") 2>conftest.er1
  7943    ac_status=$?
  7944    grep -v '^ *+' conftest.er1 >conftest.err
  7945    rm -f conftest.er1
  7946    cat conftest.err >&5
  7947    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7948 -  (exit $ac_status); } &&
  7949 -	 { ac_try='test -z "$ac_c_werror_flag"
  7950 -			 || test ! -s conftest.err'
  7951 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  7952 -  (eval $ac_try) 2>&5
  7953 +  (exit $ac_status); } && {
  7954 +	 test -z "$ac_c_werror_flag" ||
  7955 +	 test ! -s conftest.err
  7956 +       } && test -s conftest.$ac_objext; then
  7957 +  ac_cv_prog_cc_g=yes
  7958 +else
  7959 +  echo "$as_me: failed program was:" >&5
  7960 +sed 's/^/| /' conftest.$ac_ext >&5
  7961 +
  7962 +	CFLAGS=""
  7963 +      cat >conftest.$ac_ext <<_ACEOF
  7964 +/* confdefs.h.  */
  7965 +_ACEOF
  7966 +cat confdefs.h >>conftest.$ac_ext
  7967 +cat >>conftest.$ac_ext <<_ACEOF
  7968 +/* end confdefs.h.  */
  7969 +
  7970 +int
  7971 +main ()
  7972 +{
  7973 +
  7974 +  ;
  7975 +  return 0;
  7976 +}
  7977 +_ACEOF
  7978 +rm -f conftest.$ac_objext
  7979 +if { (ac_try="$ac_compile"
  7980 +case "(($ac_try" in
  7981 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7982 +  *) ac_try_echo=$ac_try;;
  7983 +esac
  7984 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7985 +  (eval "$ac_compile") 2>conftest.er1
  7986    ac_status=$?
  7987 +  grep -v '^ *+' conftest.er1 >conftest.err
  7988 +  rm -f conftest.er1
  7989 +  cat conftest.err >&5
  7990    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7991 -  (exit $ac_status); }; } &&
  7992 -	 { ac_try='test -s conftest.$ac_objext'
  7993 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  7994 -  (eval $ac_try) 2>&5
  7995 +  (exit $ac_status); } && {
  7996 +	 test -z "$ac_c_werror_flag" ||
  7997 +	 test ! -s conftest.err
  7998 +       } && test -s conftest.$ac_objext; then
  7999 +  :
  8000 +else
  8001 +  echo "$as_me: failed program was:" >&5
  8002 +sed 's/^/| /' conftest.$ac_ext >&5
  8003 +
  8004 +	ac_c_werror_flag=$ac_save_c_werror_flag
  8005 +	 CFLAGS="-g"
  8006 +	 cat >conftest.$ac_ext <<_ACEOF
  8007 +/* confdefs.h.  */
  8008 +_ACEOF
  8009 +cat confdefs.h >>conftest.$ac_ext
  8010 +cat >>conftest.$ac_ext <<_ACEOF
  8011 +/* end confdefs.h.  */
  8012 +
  8013 +int
  8014 +main ()
  8015 +{
  8016 +
  8017 +  ;
  8018 +  return 0;
  8019 +}
  8020 +_ACEOF
  8021 +rm -f conftest.$ac_objext
  8022 +if { (ac_try="$ac_compile"
  8023 +case "(($ac_try" in
  8024 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8025 +  *) ac_try_echo=$ac_try;;
  8026 +esac
  8027 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8028 +  (eval "$ac_compile") 2>conftest.er1
  8029    ac_status=$?
  8030 +  grep -v '^ *+' conftest.er1 >conftest.err
  8031 +  rm -f conftest.er1
  8032 +  cat conftest.err >&5
  8033    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8034 -  (exit $ac_status); }; }; then
  8035 +  (exit $ac_status); } && {
  8036 +	 test -z "$ac_c_werror_flag" ||
  8037 +	 test ! -s conftest.err
  8038 +       } && test -s conftest.$ac_objext; then
  8039    ac_cv_prog_cc_g=yes
  8040  else
  8041    echo "$as_me: failed program was:" >&5
  8042  sed 's/^/| /' conftest.$ac_ext >&5
  8043  
  8044 -ac_cv_prog_cc_g=no
  8045 +
  8046 +fi
  8047 +
  8048 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  8049 +fi
  8050 +
  8051 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  8052  fi
  8053 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  8054 +
  8055 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  8056 +   ac_c_werror_flag=$ac_save_c_werror_flag
  8057  fi
  8058 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  8059 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  8060 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  8061 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  8062  if test "$ac_test_CFLAGS" = set; then
  8063    CFLAGS=$ac_save_CFLAGS
  8064  elif test $ac_cv_prog_cc_g = yes; then
  8065 @@ -2552,8 +3157,8 @@
  8066  if test -n "$ac_tool_prefix"; then
  8067    # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
  8068  set dummy ${ac_tool_prefix}as; ac_word=$2
  8069 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8070 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8071 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8072 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8073  if test "${ac_cv_prog_AS+set}" = set; then
  8074    echo $ECHO_N "(cached) $ECHO_C" >&6
  8075  else
  8076 @@ -2566,32 +3171,34 @@
  8077    IFS=$as_save_IFS
  8078    test -z "$as_dir" && as_dir=.
  8079    for ac_exec_ext in '' $ac_executable_extensions; do
  8080 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8081 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8082      ac_cv_prog_AS="${ac_tool_prefix}as"
  8083      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8084      break 2
  8085    fi
  8086  done
  8087  done
  8088 +IFS=$as_save_IFS
  8089  
  8090  fi
  8091  fi
  8092  AS=$ac_cv_prog_AS
  8093  if test -n "$AS"; then
  8094 -  echo "$as_me:$LINENO: result: $AS" >&5
  8095 -echo "${ECHO_T}$AS" >&6
  8096 +  { echo "$as_me:$LINENO: result: $AS" >&5
  8097 +echo "${ECHO_T}$AS" >&6; }
  8098  else
  8099 -  echo "$as_me:$LINENO: result: no" >&5
  8100 -echo "${ECHO_T}no" >&6
  8101 +  { echo "$as_me:$LINENO: result: no" >&5
  8102 +echo "${ECHO_T}no" >&6; }
  8103  fi
  8104  
  8105 +
  8106  fi
  8107  if test -z "$ac_cv_prog_AS"; then
  8108    ac_ct_AS=$AS
  8109    # Extract the first word of "as", so it can be a program name with args.
  8110  set dummy as; ac_word=$2
  8111 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8112 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8113 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8114 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8115  if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
  8116    echo $ECHO_N "(cached) $ECHO_C" >&6
  8117  else
  8118 @@ -2604,26 +3211,41 @@
  8119    IFS=$as_save_IFS
  8120    test -z "$as_dir" && as_dir=.
  8121    for ac_exec_ext in '' $ac_executable_extensions; do
  8122 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8123 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8124      ac_cv_prog_ac_ct_AS="as"
  8125      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8126      break 2
  8127    fi
  8128  done
  8129  done
  8130 +IFS=$as_save_IFS
  8131  
  8132  fi
  8133  fi
  8134  ac_ct_AS=$ac_cv_prog_ac_ct_AS
  8135  if test -n "$ac_ct_AS"; then
  8136 -  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  8137 -echo "${ECHO_T}$ac_ct_AS" >&6
  8138 +  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  8139 +echo "${ECHO_T}$ac_ct_AS" >&6; }
  8140  else
  8141 -  echo "$as_me:$LINENO: result: no" >&5
  8142 -echo "${ECHO_T}no" >&6
  8143 +  { echo "$as_me:$LINENO: result: no" >&5
  8144 +echo "${ECHO_T}no" >&6; }
  8145  fi
  8146  
  8147 -  AS=$ac_ct_AS
  8148 +  if test "x$ac_ct_AS" = x; then
  8149 +    AS=""
  8150 +  else
  8151 +    case $cross_compiling:$ac_tool_warned in
  8152 +yes:)
  8153 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  8154 +whose name does not start with the host triplet.  If you think this
  8155 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  8156 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  8157 +whose name does not start with the host triplet.  If you think this
  8158 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  8159 +ac_tool_warned=yes ;;
  8160 +esac
  8161 +    AS=$ac_ct_AS
  8162 +  fi
  8163  else
  8164    AS="$ac_cv_prog_AS"
  8165  fi
  8166 @@ -2631,8 +3253,8 @@
  8167  if test -n "$ac_tool_prefix"; then
  8168    # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  8169  set dummy ${ac_tool_prefix}ar; ac_word=$2
  8170 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8171 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8172 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8173 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8174  if test "${ac_cv_prog_AR+set}" = set; then
  8175    echo $ECHO_N "(cached) $ECHO_C" >&6
  8176  else
  8177 @@ -2645,32 +3267,34 @@
  8178    IFS=$as_save_IFS
  8179    test -z "$as_dir" && as_dir=.
  8180    for ac_exec_ext in '' $ac_executable_extensions; do
  8181 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8182 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8183      ac_cv_prog_AR="${ac_tool_prefix}ar"
  8184      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8185      break 2
  8186    fi
  8187  done
  8188  done
  8189 +IFS=$as_save_IFS
  8190  
  8191  fi
  8192  fi
  8193  AR=$ac_cv_prog_AR
  8194  if test -n "$AR"; then
  8195 -  echo "$as_me:$LINENO: result: $AR" >&5
  8196 -echo "${ECHO_T}$AR" >&6
  8197 +  { echo "$as_me:$LINENO: result: $AR" >&5
  8198 +echo "${ECHO_T}$AR" >&6; }
  8199  else
  8200 -  echo "$as_me:$LINENO: result: no" >&5
  8201 -echo "${ECHO_T}no" >&6
  8202 +  { echo "$as_me:$LINENO: result: no" >&5
  8203 +echo "${ECHO_T}no" >&6; }
  8204  fi
  8205  
  8206 +
  8207  fi
  8208  if test -z "$ac_cv_prog_AR"; then
  8209    ac_ct_AR=$AR
  8210    # Extract the first word of "ar", so it can be a program name with args.
  8211  set dummy ar; ac_word=$2
  8212 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8213 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8214 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8215 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8216  if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
  8217    echo $ECHO_N "(cached) $ECHO_C" >&6
  8218  else
  8219 @@ -2683,26 +3307,41 @@
  8220    IFS=$as_save_IFS
  8221    test -z "$as_dir" && as_dir=.
  8222    for ac_exec_ext in '' $ac_executable_extensions; do
  8223 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8224 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8225      ac_cv_prog_ac_ct_AR="ar"
  8226      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8227      break 2
  8228    fi
  8229  done
  8230  done
  8231 +IFS=$as_save_IFS
  8232  
  8233  fi
  8234  fi
  8235  ac_ct_AR=$ac_cv_prog_ac_ct_AR
  8236  if test -n "$ac_ct_AR"; then
  8237 -  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
  8238 -echo "${ECHO_T}$ac_ct_AR" >&6
  8239 +  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
  8240 +echo "${ECHO_T}$ac_ct_AR" >&6; }
  8241  else
  8242 -  echo "$as_me:$LINENO: result: no" >&5
  8243 -echo "${ECHO_T}no" >&6
  8244 +  { echo "$as_me:$LINENO: result: no" >&5
  8245 +echo "${ECHO_T}no" >&6; }
  8246  fi
  8247  
  8248 -  AR=$ac_ct_AR
  8249 +  if test "x$ac_ct_AR" = x; then
  8250 +    AR=""
  8251 +  else
  8252 +    case $cross_compiling:$ac_tool_warned in
  8253 +yes:)
  8254 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  8255 +whose name does not start with the host triplet.  If you think this
  8256 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  8257 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  8258 +whose name does not start with the host triplet.  If you think this
  8259 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  8260 +ac_tool_warned=yes ;;
  8261 +esac
  8262 +    AR=$ac_ct_AR
  8263 +  fi
  8264  else
  8265    AR="$ac_cv_prog_AR"
  8266  fi
  8267 @@ -2710,8 +3349,8 @@
  8268  if test -n "$ac_tool_prefix"; then
  8269    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  8270  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  8271 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8272 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8273 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8274 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8275  if test "${ac_cv_prog_RANLIB+set}" = set; then
  8276    echo $ECHO_N "(cached) $ECHO_C" >&6
  8277  else
  8278 @@ -2724,32 +3363,34 @@
  8279    IFS=$as_save_IFS
  8280    test -z "$as_dir" && as_dir=.
  8281    for ac_exec_ext in '' $ac_executable_extensions; do
  8282 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8283 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8284      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  8285      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8286      break 2
  8287    fi
  8288  done
  8289  done
  8290 +IFS=$as_save_IFS
  8291  
  8292  fi
  8293  fi
  8294  RANLIB=$ac_cv_prog_RANLIB
  8295  if test -n "$RANLIB"; then
  8296 -  echo "$as_me:$LINENO: result: $RANLIB" >&5
  8297 -echo "${ECHO_T}$RANLIB" >&6
  8298 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5
  8299 +echo "${ECHO_T}$RANLIB" >&6; }
  8300  else
  8301 -  echo "$as_me:$LINENO: result: no" >&5
  8302 -echo "${ECHO_T}no" >&6
  8303 +  { echo "$as_me:$LINENO: result: no" >&5
  8304 +echo "${ECHO_T}no" >&6; }
  8305  fi
  8306  
  8307 +
  8308  fi
  8309  if test -z "$ac_cv_prog_RANLIB"; then
  8310    ac_ct_RANLIB=$RANLIB
  8311    # Extract the first word of "ranlib", so it can be a program name with args.
  8312  set dummy ranlib; ac_word=$2
  8313 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8314 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8315 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8316 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8317  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  8318    echo $ECHO_N "(cached) $ECHO_C" >&6
  8319  else
  8320 @@ -2762,27 +3403,41 @@
  8321    IFS=$as_save_IFS
  8322    test -z "$as_dir" && as_dir=.
  8323    for ac_exec_ext in '' $ac_executable_extensions; do
  8324 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8325 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8326      ac_cv_prog_ac_ct_RANLIB="ranlib"
  8327      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8328      break 2
  8329    fi
  8330  done
  8331  done
  8332 +IFS=$as_save_IFS
  8333  
  8334 -  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
  8335  fi
  8336  fi
  8337  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  8338  if test -n "$ac_ct_RANLIB"; then
  8339 -  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  8340 -echo "${ECHO_T}$ac_ct_RANLIB" >&6
  8341 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  8342 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
  8343  else
  8344 -  echo "$as_me:$LINENO: result: no" >&5
  8345 -echo "${ECHO_T}no" >&6
  8346 +  { echo "$as_me:$LINENO: result: no" >&5
  8347 +echo "${ECHO_T}no" >&6; }
  8348  fi
  8349  
  8350 -  RANLIB=$ac_ct_RANLIB
  8351 +  if test "x$ac_ct_RANLIB" = x; then
  8352 +    RANLIB=":"
  8353 +  else
  8354 +    case $cross_compiling:$ac_tool_warned in
  8355 +yes:)
  8356 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  8357 +whose name does not start with the host triplet.  If you think this
  8358 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  8359 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  8360 +whose name does not start with the host triplet.  If you think this
  8361 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  8362 +ac_tool_warned=yes ;;
  8363 +esac
  8364 +    RANLIB=$ac_ct_RANLIB
  8365 +  fi
  8366  else
  8367    RANLIB="$ac_cv_prog_RANLIB"
  8368  fi
  8369 @@ -2790,8 +3445,8 @@
  8370  if test -n "$ac_tool_prefix"; then
  8371    # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
  8372  set dummy ${ac_tool_prefix}readelf; ac_word=$2
  8373 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8374 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8375 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8376 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8377  if test "${ac_cv_prog_READELF+set}" = set; then
  8378    echo $ECHO_N "(cached) $ECHO_C" >&6
  8379  else
  8380 @@ -2804,32 +3459,34 @@
  8381    IFS=$as_save_IFS
  8382    test -z "$as_dir" && as_dir=.
  8383    for ac_exec_ext in '' $ac_executable_extensions; do
  8384 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8385 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8386      ac_cv_prog_READELF="${ac_tool_prefix}readelf"
  8387      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8388      break 2
  8389    fi
  8390  done
  8391  done
  8392 +IFS=$as_save_IFS
  8393  
  8394  fi
  8395  fi
  8396  READELF=$ac_cv_prog_READELF
  8397  if test -n "$READELF"; then
  8398 -  echo "$as_me:$LINENO: result: $READELF" >&5
  8399 -echo "${ECHO_T}$READELF" >&6
  8400 +  { echo "$as_me:$LINENO: result: $READELF" >&5
  8401 +echo "${ECHO_T}$READELF" >&6; }
  8402  else
  8403 -  echo "$as_me:$LINENO: result: no" >&5
  8404 -echo "${ECHO_T}no" >&6
  8405 +  { echo "$as_me:$LINENO: result: no" >&5
  8406 +echo "${ECHO_T}no" >&6; }
  8407  fi
  8408  
  8409 +
  8410  fi
  8411  if test -z "$ac_cv_prog_READELF"; then
  8412    ac_ct_READELF=$READELF
  8413    # Extract the first word of "readelf", so it can be a program name with args.
  8414  set dummy readelf; ac_word=$2
  8415 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8416 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8417 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8418 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8419  if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then
  8420    echo $ECHO_N "(cached) $ECHO_C" >&6
  8421  else
  8422 @@ -2842,27 +3499,41 @@
  8423    IFS=$as_save_IFS
  8424    test -z "$as_dir" && as_dir=.
  8425    for ac_exec_ext in '' $ac_executable_extensions; do
  8426 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8427 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8428      ac_cv_prog_ac_ct_READELF="readelf"
  8429      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8430      break 2
  8431    fi
  8432  done
  8433  done
  8434 +IFS=$as_save_IFS
  8435  
  8436 -  test -z "$ac_cv_prog_ac_ct_READELF" && ac_cv_prog_ac_ct_READELF=":"
  8437  fi
  8438  fi
  8439  ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
  8440  if test -n "$ac_ct_READELF"; then
  8441 -  echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
  8442 -echo "${ECHO_T}$ac_ct_READELF" >&6
  8443 +  { echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
  8444 +echo "${ECHO_T}$ac_ct_READELF" >&6; }
  8445  else
  8446 -  echo "$as_me:$LINENO: result: no" >&5
  8447 -echo "${ECHO_T}no" >&6
  8448 +  { echo "$as_me:$LINENO: result: no" >&5
  8449 +echo "${ECHO_T}no" >&6; }
  8450  fi
  8451  
  8452 -  READELF=$ac_ct_READELF
  8453 +  if test "x$ac_ct_READELF" = x; then
  8454 +    READELF=":"
  8455 +  else
  8456 +    case $cross_compiling:$ac_tool_warned in
  8457 +yes:)
  8458 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  8459 +whose name does not start with the host triplet.  If you think this
  8460 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  8461 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  8462 +whose name does not start with the host triplet.  If you think this
  8463 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  8464 +ac_tool_warned=yes ;;
  8465 +esac
  8466 +    READELF=$ac_ct_READELF
  8467 +  fi
  8468  else
  8469    READELF="$ac_cv_prog_READELF"
  8470  fi
  8471 @@ -2881,8 +3552,8 @@
  8472  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  8473  # OS/2's system install, which has a completely different semantic
  8474  # ./install, which can be erroneously created by make from ./install.sh.
  8475 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  8476 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  8477 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  8478 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  8479  if test -z "$INSTALL"; then
  8480  if test "${ac_cv_path_install+set}" = set; then
  8481    echo $ECHO_N "(cached) $ECHO_C" >&6
  8482 @@ -2904,7 +3575,7 @@
  8483      # by default.
  8484      for ac_prog in ginstall scoinst install; do
  8485        for ac_exec_ext in '' $ac_executable_extensions; do
  8486 -	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  8487 +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  8488  	  if test $ac_prog = install &&
  8489  	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  8490  	    # AIX install.  It has an incompatible calling convention.
  8491 @@ -2923,21 +3594,22 @@
  8492      ;;
  8493  esac
  8494  done
  8495 +IFS=$as_save_IFS
  8496  
  8497  
  8498  fi
  8499    if test "${ac_cv_path_install+set}" = set; then
  8500      INSTALL=$ac_cv_path_install
  8501    else
  8502 -    # As a last resort, use the slow shell script.  We don't cache a
  8503 -    # path for INSTALL within a source directory, because that will
  8504 +    # As a last resort, use the slow shell script.  Don't cache a
  8505 +    # value for INSTALL within a source directory, because that will
  8506      # break other packages using the cache if that directory is
  8507 -    # removed, or if the path is relative.
  8508 +    # removed, or if the value is a relative name.
  8509      INSTALL=$ac_install_sh
  8510    fi
  8511  fi
  8512 -echo "$as_me:$LINENO: result: $INSTALL" >&5
  8513 -echo "${ECHO_T}$INSTALL" >&6
  8514 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
  8515 +echo "${ECHO_T}$INSTALL" >&6; }
  8516  
  8517  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  8518  # It thinks the first close brace ends the variable substitution.
  8519 @@ -2951,17 +3623,17 @@
  8520  # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
  8521  ac_given_INSTALL=$INSTALL
  8522  
  8523 -echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  8524 -echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
  8525 -    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  8526 +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  8527 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
  8528 +    # Check whether --enable-maintainer-mode was given.
  8529  if test "${enable_maintainer_mode+set}" = set; then
  8530 -  enableval="$enable_maintainer_mode"
  8531 -  USE_MAINTAINER_MODE=$enableval
  8532 +  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
  8533  else
  8534    USE_MAINTAINER_MODE=no
  8535 -fi;
  8536 -  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  8537 -echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
  8538 +fi
  8539 +
  8540 +  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  8541 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
  8542  
  8543  
  8544  if test $USE_MAINTAINER_MODE = yes; then
  8545 @@ -3081,64 +3753,89 @@
  8546  
  8547  
  8548  
  8549 -echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
  8550 -echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
  8551 -if test "${lt_cv_path_SED+set}" = set; then
  8552 +{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
  8553 +echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
  8554 +if test "${ac_cv_path_SED+set}" = set; then
  8555 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  8556 +else
  8557 +            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
  8558 +     for ac_i in 1 2 3 4 5 6 7; do
  8559 +       ac_script="$ac_script$as_nl$ac_script"
  8560 +     done
  8561 +     echo "$ac_script" | sed 99q >conftest.sed
  8562 +     $as_unset ac_script || ac_script=
  8563 +     # Extract the first word of "sed gsed" to use in msg output
  8564 +if test -z "$SED"; then
  8565 +set dummy sed gsed; ac_prog_name=$2
  8566 +if test "${ac_cv_path_SED+set}" = set; then
  8567    echo $ECHO_N "(cached) $ECHO_C" >&6
  8568  else
  8569 -  # Loop through the user's path and test for sed and gsed.
  8570 -# Then use that list of sed's as ones to test for truncation.
  8571 +  ac_path_SED_found=false
  8572 +# Loop through the user's path and test for each of PROGNAME-LIST
  8573  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  8574  for as_dir in $PATH
  8575  do
  8576    IFS=$as_save_IFS
  8577    test -z "$as_dir" && as_dir=.
  8578 -  for lt_ac_prog in sed gsed; do
  8579 -    for ac_exec_ext in '' $ac_executable_extensions; do
  8580 -      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
  8581 -        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
  8582 -      fi
  8583 -    done
  8584 -  done
  8585 -done
  8586 -IFS=$as_save_IFS
  8587 -lt_ac_max=0
  8588 -lt_ac_count=0
  8589 -# Add /usr/xpg4/bin/sed as it is typically found on Solaris
  8590 -# along with /bin/sed that truncates output.
  8591 -for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
  8592 -  test ! -f $lt_ac_sed && continue
  8593 -  cat /dev/null > conftest.in
  8594 -  lt_ac_count=0
  8595 -  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
  8596 -  # Check for GNU sed and select it if it is found.
  8597 -  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
  8598 -    lt_cv_path_SED=$lt_ac_sed
  8599 -    break
  8600 -  fi
  8601 -  while true; do
  8602 -    cat conftest.in conftest.in >conftest.tmp
  8603 -    mv conftest.tmp conftest.in
  8604 -    cp conftest.in conftest.nl
  8605 -    echo >>conftest.nl
  8606 -    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
  8607 -    cmp -s conftest.out conftest.nl || break
  8608 -    # 10000 chars as input seems more than enough
  8609 -    test $lt_ac_count -gt 10 && break
  8610 -    lt_ac_count=`expr $lt_ac_count + 1`
  8611 -    if test $lt_ac_count -gt $lt_ac_max; then
  8612 -      lt_ac_max=$lt_ac_count
  8613 -      lt_cv_path_SED=$lt_ac_sed
  8614 +  for ac_prog in sed gsed; do
  8615 +  for ac_exec_ext in '' $ac_executable_extensions; do
  8616 +    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
  8617 +    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
  8618 +    # Check for GNU ac_path_SED and select it if it is found.
  8619 +  # Check for GNU $ac_path_SED
  8620 +case `"$ac_path_SED" --version 2>&1` in
  8621 +*GNU*)
  8622 +  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
  8623 +*)
  8624 +  ac_count=0
  8625 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
  8626 +  while :
  8627 +  do
  8628 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
  8629 +    mv "conftest.tmp" "conftest.in"
  8630 +    cp "conftest.in" "conftest.nl"
  8631 +    echo '' >> "conftest.nl"
  8632 +    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
  8633 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  8634 +    ac_count=`expr $ac_count + 1`
  8635 +    if test $ac_count -gt ${ac_path_SED_max-0}; then
  8636 +      # Best one so far, save it but keep looking for a better one
  8637 +      ac_cv_path_SED="$ac_path_SED"
  8638 +      ac_path_SED_max=$ac_count
  8639      fi
  8640 +    # 10*(2^10) chars as input seems more than enough
  8641 +    test $ac_count -gt 10 && break
  8642 +  done
  8643 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  8644 +esac
  8645 +
  8646 +
  8647 +    $ac_path_SED_found && break 3
  8648    done
  8649  done
  8650  
  8651 +done
  8652 +IFS=$as_save_IFS
  8653 +
  8654 +
  8655 +fi
  8656 +
  8657 +SED="$ac_cv_path_SED"
  8658 +if test -z "$SED"; then
  8659 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
  8660 +echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
  8661 +   { (exit 1); exit 1; }; }
  8662  fi
  8663  
  8664 -SED=$lt_cv_path_SED
  8665 +else
  8666 +  ac_cv_path_SED=$SED
  8667 +fi
  8668  
  8669 -echo "$as_me:$LINENO: result: $SED" >&5
  8670 -echo "${ECHO_T}$SED" >&6
  8671 +fi
  8672 +{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
  8673 +echo "${ECHO_T}$ac_cv_path_SED" >&6; }
  8674 + SED="$ac_cv_path_SED"
  8675 +  rm -f conftest.sed
  8676  
  8677  test -z "$SED" && SED=sed
  8678  Xsed="$SED -e 1s/^X//"
  8679 @@ -3161,8 +3858,8 @@
  8680    if test -n "$ac_tool_prefix"; then
  8681    # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
  8682  set dummy ${ac_tool_prefix}as; ac_word=$2
  8683 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8684 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8685 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8686 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8687  if test "${ac_cv_prog_AS+set}" = set; then
  8688    echo $ECHO_N "(cached) $ECHO_C" >&6
  8689  else
  8690 @@ -3175,32 +3872,34 @@
  8691    IFS=$as_save_IFS
  8692    test -z "$as_dir" && as_dir=.
  8693    for ac_exec_ext in '' $ac_executable_extensions; do
  8694 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8695 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8696      ac_cv_prog_AS="${ac_tool_prefix}as"
  8697      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8698      break 2
  8699    fi
  8700  done
  8701  done
  8702 +IFS=$as_save_IFS
  8703  
  8704  fi
  8705  fi
  8706  AS=$ac_cv_prog_AS
  8707  if test -n "$AS"; then
  8708 -  echo "$as_me:$LINENO: result: $AS" >&5
  8709 -echo "${ECHO_T}$AS" >&6
  8710 +  { echo "$as_me:$LINENO: result: $AS" >&5
  8711 +echo "${ECHO_T}$AS" >&6; }
  8712  else
  8713 -  echo "$as_me:$LINENO: result: no" >&5
  8714 -echo "${ECHO_T}no" >&6
  8715 +  { echo "$as_me:$LINENO: result: no" >&5
  8716 +echo "${ECHO_T}no" >&6; }
  8717  fi
  8718  
  8719 +
  8720  fi
  8721  if test -z "$ac_cv_prog_AS"; then
  8722    ac_ct_AS=$AS
  8723    # Extract the first word of "as", so it can be a program name with args.
  8724  set dummy as; ac_word=$2
  8725 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8726 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8727 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8728 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8729  if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
  8730    echo $ECHO_N "(cached) $ECHO_C" >&6
  8731  else
  8732 @@ -3213,27 +3912,41 @@
  8733    IFS=$as_save_IFS
  8734    test -z "$as_dir" && as_dir=.
  8735    for ac_exec_ext in '' $ac_executable_extensions; do
  8736 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8737 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8738      ac_cv_prog_ac_ct_AS="as"
  8739      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8740      break 2
  8741    fi
  8742  done
  8743  done
  8744 +IFS=$as_save_IFS
  8745  
  8746 -  test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="false"
  8747  fi
  8748  fi
  8749  ac_ct_AS=$ac_cv_prog_ac_ct_AS
  8750  if test -n "$ac_ct_AS"; then
  8751 -  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  8752 -echo "${ECHO_T}$ac_ct_AS" >&6
  8753 +  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
  8754 +echo "${ECHO_T}$ac_ct_AS" >&6; }
  8755  else
  8756 -  echo "$as_me:$LINENO: result: no" >&5
  8757 -echo "${ECHO_T}no" >&6
  8758 +  { echo "$as_me:$LINENO: result: no" >&5
  8759 +echo "${ECHO_T}no" >&6; }
  8760  fi
  8761  
  8762 -  AS=$ac_ct_AS
  8763 +  if test "x$ac_ct_AS" = x; then
  8764 +    AS="false"
  8765 +  else
  8766 +    case $cross_compiling:$ac_tool_warned in
  8767 +yes:)
  8768 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  8769 +whose name does not start with the host triplet.  If you think this
  8770 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  8771 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  8772 +whose name does not start with the host triplet.  If you think this
  8773 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  8774 +ac_tool_warned=yes ;;
  8775 +esac
  8776 +    AS=$ac_ct_AS
  8777 +  fi
  8778  else
  8779    AS="$ac_cv_prog_AS"
  8780  fi
  8781 @@ -3241,8 +3954,8 @@
  8782    if test -n "$ac_tool_prefix"; then
  8783    # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
  8784  set dummy ${ac_tool_prefix}dlltool; ac_word=$2
  8785 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8786 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8787 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8788 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8789  if test "${ac_cv_prog_DLLTOOL+set}" = set; then
  8790    echo $ECHO_N "(cached) $ECHO_C" >&6
  8791  else
  8792 @@ -3255,32 +3968,34 @@
  8793    IFS=$as_save_IFS
  8794    test -z "$as_dir" && as_dir=.
  8795    for ac_exec_ext in '' $ac_executable_extensions; do
  8796 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8797 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8798      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
  8799      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8800      break 2
  8801    fi
  8802  done
  8803  done
  8804 +IFS=$as_save_IFS
  8805  
  8806  fi
  8807  fi
  8808  DLLTOOL=$ac_cv_prog_DLLTOOL
  8809  if test -n "$DLLTOOL"; then
  8810 -  echo "$as_me:$LINENO: result: $DLLTOOL" >&5
  8811 -echo "${ECHO_T}$DLLTOOL" >&6
  8812 +  { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
  8813 +echo "${ECHO_T}$DLLTOOL" >&6; }
  8814  else
  8815 -  echo "$as_me:$LINENO: result: no" >&5
  8816 -echo "${ECHO_T}no" >&6
  8817 +  { echo "$as_me:$LINENO: result: no" >&5
  8818 +echo "${ECHO_T}no" >&6; }
  8819  fi
  8820  
  8821 +
  8822  fi
  8823  if test -z "$ac_cv_prog_DLLTOOL"; then
  8824    ac_ct_DLLTOOL=$DLLTOOL
  8825    # Extract the first word of "dlltool", so it can be a program name with args.
  8826  set dummy dlltool; ac_word=$2
  8827 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8828 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8829 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8830 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8831  if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
  8832    echo $ECHO_N "(cached) $ECHO_C" >&6
  8833  else
  8834 @@ -3293,27 +4008,41 @@
  8835    IFS=$as_save_IFS
  8836    test -z "$as_dir" && as_dir=.
  8837    for ac_exec_ext in '' $ac_executable_extensions; do
  8838 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8839 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8840      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
  8841      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8842      break 2
  8843    fi
  8844  done
  8845  done
  8846 +IFS=$as_save_IFS
  8847  
  8848 -  test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
  8849  fi
  8850  fi
  8851  ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
  8852  if test -n "$ac_ct_DLLTOOL"; then
  8853 -  echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
  8854 -echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
  8855 +  { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
  8856 +echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
  8857  else
  8858 -  echo "$as_me:$LINENO: result: no" >&5
  8859 -echo "${ECHO_T}no" >&6
  8860 +  { echo "$as_me:$LINENO: result: no" >&5
  8861 +echo "${ECHO_T}no" >&6; }
  8862  fi
  8863  
  8864 -  DLLTOOL=$ac_ct_DLLTOOL
  8865 +  if test "x$ac_ct_DLLTOOL" = x; then
  8866 +    DLLTOOL="false"
  8867 +  else
  8868 +    case $cross_compiling:$ac_tool_warned in
  8869 +yes:)
  8870 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  8871 +whose name does not start with the host triplet.  If you think this
  8872 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  8873 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  8874 +whose name does not start with the host triplet.  If you think this
  8875 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  8876 +ac_tool_warned=yes ;;
  8877 +esac
  8878 +    DLLTOOL=$ac_ct_DLLTOOL
  8879 +  fi
  8880  else
  8881    DLLTOOL="$ac_cv_prog_DLLTOOL"
  8882  fi
  8883 @@ -3321,8 +4050,8 @@
  8884    if test -n "$ac_tool_prefix"; then
  8885    # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
  8886  set dummy ${ac_tool_prefix}objdump; ac_word=$2
  8887 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8888 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8889 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8890 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8891  if test "${ac_cv_prog_OBJDUMP+set}" = set; then
  8892    echo $ECHO_N "(cached) $ECHO_C" >&6
  8893  else
  8894 @@ -3335,32 +4064,34 @@
  8895    IFS=$as_save_IFS
  8896    test -z "$as_dir" && as_dir=.
  8897    for ac_exec_ext in '' $ac_executable_extensions; do
  8898 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8899 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8900      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
  8901      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8902      break 2
  8903    fi
  8904  done
  8905  done
  8906 +IFS=$as_save_IFS
  8907  
  8908  fi
  8909  fi
  8910  OBJDUMP=$ac_cv_prog_OBJDUMP
  8911  if test -n "$OBJDUMP"; then
  8912 -  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
  8913 -echo "${ECHO_T}$OBJDUMP" >&6
  8914 +  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
  8915 +echo "${ECHO_T}$OBJDUMP" >&6; }
  8916  else
  8917 -  echo "$as_me:$LINENO: result: no" >&5
  8918 -echo "${ECHO_T}no" >&6
  8919 +  { echo "$as_me:$LINENO: result: no" >&5
  8920 +echo "${ECHO_T}no" >&6; }
  8921  fi
  8922  
  8923 +
  8924  fi
  8925  if test -z "$ac_cv_prog_OBJDUMP"; then
  8926    ac_ct_OBJDUMP=$OBJDUMP
  8927    # Extract the first word of "objdump", so it can be a program name with args.
  8928  set dummy objdump; ac_word=$2
  8929 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8930 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8931 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8932 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8933  if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
  8934    echo $ECHO_N "(cached) $ECHO_C" >&6
  8935  else
  8936 @@ -3373,27 +4104,41 @@
  8937    IFS=$as_save_IFS
  8938    test -z "$as_dir" && as_dir=.
  8939    for ac_exec_ext in '' $ac_executable_extensions; do
  8940 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8941 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8942      ac_cv_prog_ac_ct_OBJDUMP="objdump"
  8943      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8944      break 2
  8945    fi
  8946  done
  8947  done
  8948 +IFS=$as_save_IFS
  8949  
  8950 -  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
  8951  fi
  8952  fi
  8953  ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
  8954  if test -n "$ac_ct_OBJDUMP"; then
  8955 -  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
  8956 -echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
  8957 +  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
  8958 +echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
  8959  else
  8960 -  echo "$as_me:$LINENO: result: no" >&5
  8961 -echo "${ECHO_T}no" >&6
  8962 +  { echo "$as_me:$LINENO: result: no" >&5
  8963 +echo "${ECHO_T}no" >&6; }
  8964  fi
  8965  
  8966 -  OBJDUMP=$ac_ct_OBJDUMP
  8967 +  if test "x$ac_ct_OBJDUMP" = x; then
  8968 +    OBJDUMP="false"
  8969 +  else
  8970 +    case $cross_compiling:$ac_tool_warned in
  8971 +yes:)
  8972 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  8973 +whose name does not start with the host triplet.  If you think this
  8974 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  8975 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  8976 +whose name does not start with the host triplet.  If you think this
  8977 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  8978 +ac_tool_warned=yes ;;
  8979 +esac
  8980 +    OBJDUMP=$ac_ct_OBJDUMP
  8981 +  fi
  8982  else
  8983    OBJDUMP="$ac_cv_prog_OBJDUMP"
  8984  fi
  8985 @@ -3454,8 +4199,8 @@
  8986  if test -n "$ac_tool_prefix"; then
  8987    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  8988  set dummy ${ac_tool_prefix}gcc; ac_word=$2
  8989 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  8990 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8991 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  8992 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8993  if test "${ac_cv_prog_CC+set}" = set; then
  8994    echo $ECHO_N "(cached) $ECHO_C" >&6
  8995  else
  8996 @@ -3468,32 +4213,34 @@
  8997    IFS=$as_save_IFS
  8998    test -z "$as_dir" && as_dir=.
  8999    for ac_exec_ext in '' $ac_executable_extensions; do
  9000 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  9001 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9002      ac_cv_prog_CC="${ac_tool_prefix}gcc"
  9003      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9004      break 2
  9005    fi
  9006  done
  9007  done
  9008 +IFS=$as_save_IFS
  9009  
  9010  fi
  9011  fi
  9012  CC=$ac_cv_prog_CC
  9013  if test -n "$CC"; then
  9014 -  echo "$as_me:$LINENO: result: $CC" >&5
  9015 -echo "${ECHO_T}$CC" >&6
  9016 +  { echo "$as_me:$LINENO: result: $CC" >&5
  9017 +echo "${ECHO_T}$CC" >&6; }
  9018  else
  9019 -  echo "$as_me:$LINENO: result: no" >&5
  9020 -echo "${ECHO_T}no" >&6
  9021 +  { echo "$as_me:$LINENO: result: no" >&5
  9022 +echo "${ECHO_T}no" >&6; }
  9023  fi
  9024  
  9025 +
  9026  fi
  9027  if test -z "$ac_cv_prog_CC"; then
  9028    ac_ct_CC=$CC
  9029    # Extract the first word of "gcc", so it can be a program name with args.
  9030  set dummy gcc; ac_word=$2
  9031 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  9032 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  9033 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  9034 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  9035  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  9036    echo $ECHO_N "(cached) $ECHO_C" >&6
  9037  else
  9038 @@ -3506,36 +4253,51 @@
  9039    IFS=$as_save_IFS
  9040    test -z "$as_dir" && as_dir=.
  9041    for ac_exec_ext in '' $ac_executable_extensions; do
  9042 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  9043 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9044      ac_cv_prog_ac_ct_CC="gcc"
  9045      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9046      break 2
  9047    fi
  9048  done
  9049  done
  9050 +IFS=$as_save_IFS
  9051  
  9052  fi
  9053  fi
  9054  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  9055  if test -n "$ac_ct_CC"; then
  9056 -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  9057 -echo "${ECHO_T}$ac_ct_CC" >&6
  9058 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  9059 +echo "${ECHO_T}$ac_ct_CC" >&6; }
  9060  else
  9061 -  echo "$as_me:$LINENO: result: no" >&5
  9062 -echo "${ECHO_T}no" >&6
  9063 +  { echo "$as_me:$LINENO: result: no" >&5
  9064 +echo "${ECHO_T}no" >&6; }
  9065  fi
  9066  
  9067 -  CC=$ac_ct_CC
  9068 +  if test "x$ac_ct_CC" = x; then
  9069 +    CC=""
  9070 +  else
  9071 +    case $cross_compiling:$ac_tool_warned in
  9072 +yes:)
  9073 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  9074 +whose name does not start with the host triplet.  If you think this
  9075 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  9076 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  9077 +whose name does not start with the host triplet.  If you think this
  9078 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  9079 +ac_tool_warned=yes ;;
  9080 +esac
  9081 +    CC=$ac_ct_CC
  9082 +  fi
  9083  else
  9084    CC="$ac_cv_prog_CC"
  9085  fi
  9086  
  9087  if test -z "$CC"; then
  9088 -  if test -n "$ac_tool_prefix"; then
  9089 -  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  9090 +          if test -n "$ac_tool_prefix"; then
  9091 +    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  9092  set dummy ${ac_tool_prefix}cc; ac_word=$2
  9093 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  9094 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  9095 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  9096 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  9097  if test "${ac_cv_prog_CC+set}" = set; then
  9098    echo $ECHO_N "(cached) $ECHO_C" >&6
  9099  else
  9100 @@ -3548,98 +4310,59 @@
  9101    IFS=$as_save_IFS
  9102    test -z "$as_dir" && as_dir=.
  9103    for ac_exec_ext in '' $ac_executable_extensions; do
  9104 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  9105 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9106      ac_cv_prog_CC="${ac_tool_prefix}cc"
  9107      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9108      break 2
  9109    fi
  9110  done
  9111  done
  9112 +IFS=$as_save_IFS
  9113  
  9114  fi
  9115  fi
  9116  CC=$ac_cv_prog_CC
  9117  if test -n "$CC"; then
  9118 -  echo "$as_me:$LINENO: result: $CC" >&5
  9119 -echo "${ECHO_T}$CC" >&6
  9120 +  { echo "$as_me:$LINENO: result: $CC" >&5
  9121 +echo "${ECHO_T}$CC" >&6; }
  9122  else
  9123 -  echo "$as_me:$LINENO: result: no" >&5
  9124 -echo "${ECHO_T}no" >&6
  9125 +  { echo "$as_me:$LINENO: result: no" >&5
  9126 +echo "${ECHO_T}no" >&6; }
  9127  fi
  9128  
  9129 +
  9130 +  fi
  9131  fi
  9132 -if test -z "$ac_cv_prog_CC"; then
  9133 -  ac_ct_CC=$CC
  9134 +if test -z "$CC"; then
  9135    # Extract the first word of "cc", so it can be a program name with args.
  9136  set dummy cc; ac_word=$2
  9137 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  9138 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  9139 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  9140 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  9141 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  9142 +if test "${ac_cv_prog_CC+set}" = set; then
  9143    echo $ECHO_N "(cached) $ECHO_C" >&6
  9144  else
  9145 -  if test -n "$ac_ct_CC"; then
  9146 -  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  9147 +  if test -n "$CC"; then
  9148 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  9149  else
  9150 +  ac_prog_rejected=no
  9151  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  9152  for as_dir in $PATH
  9153  do
  9154    IFS=$as_save_IFS
  9155    test -z "$as_dir" && as_dir=.
  9156    for ac_exec_ext in '' $ac_executable_extensions; do
  9157 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  9158 -    ac_cv_prog_ac_ct_CC="cc"
  9159 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9160 -    break 2
  9161 -  fi
  9162 -done
  9163 -done
  9164 -
  9165 -fi
  9166 -fi
  9167 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
  9168 -if test -n "$ac_ct_CC"; then
  9169 -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  9170 -echo "${ECHO_T}$ac_ct_CC" >&6
  9171 -else
  9172 -  echo "$as_me:$LINENO: result: no" >&5
  9173 -echo "${ECHO_T}no" >&6
  9174 -fi
  9175 -
  9176 -  CC=$ac_ct_CC
  9177 -else
  9178 -  CC="$ac_cv_prog_CC"
  9179 -fi
  9180 -
  9181 -fi
  9182 -if test -z "$CC"; then
  9183 -  # Extract the first word of "cc", so it can be a program name with args.
  9184 -set dummy cc; ac_word=$2
  9185 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  9186 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  9187 -if test "${ac_cv_prog_CC+set}" = set; then
  9188 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  9189 -else
  9190 -  if test -n "$CC"; then
  9191 -  ac_cv_prog_CC="$CC" # Let the user override the test.
  9192 -else
  9193 -  ac_prog_rejected=no
  9194 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  9195 -for as_dir in $PATH
  9196 -do
  9197 -  IFS=$as_save_IFS
  9198 -  test -z "$as_dir" && as_dir=.
  9199 -  for ac_exec_ext in '' $ac_executable_extensions; do
  9200 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  9201 -    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  9202 -       ac_prog_rejected=yes
  9203 -       continue
  9204 -     fi
  9205 -    ac_cv_prog_CC="cc"
  9206 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9207 +    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  9208 +       ac_prog_rejected=yes
  9209 +       continue
  9210 +     fi
  9211 +    ac_cv_prog_CC="cc"
  9212      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9213      break 2
  9214    fi
  9215  done
  9216  done
  9217 +IFS=$as_save_IFS
  9218  
  9219  if test $ac_prog_rejected = yes; then
  9220    # We found a bogon in the path, so make sure we never use it.
  9221 @@ -3657,22 +4380,23 @@
  9222  fi
  9223  CC=$ac_cv_prog_CC
  9224  if test -n "$CC"; then
  9225 -  echo "$as_me:$LINENO: result: $CC" >&5
  9226 -echo "${ECHO_T}$CC" >&6
  9227 +  { echo "$as_me:$LINENO: result: $CC" >&5
  9228 +echo "${ECHO_T}$CC" >&6; }
  9229  else
  9230 -  echo "$as_me:$LINENO: result: no" >&5
  9231 -echo "${ECHO_T}no" >&6
  9232 +  { echo "$as_me:$LINENO: result: no" >&5
  9233 +echo "${ECHO_T}no" >&6; }
  9234  fi
  9235  
  9236 +
  9237  fi
  9238  if test -z "$CC"; then
  9239    if test -n "$ac_tool_prefix"; then
  9240 -  for ac_prog in cl
  9241 +  for ac_prog in cl.exe
  9242    do
  9243      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  9244  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  9245 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  9246 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  9247 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  9248 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  9249  if test "${ac_cv_prog_CC+set}" = set; then
  9250    echo $ECHO_N "(cached) $ECHO_C" >&6
  9251  else
  9252 @@ -3685,36 +4409,38 @@
  9253    IFS=$as_save_IFS
  9254    test -z "$as_dir" && as_dir=.
  9255    for ac_exec_ext in '' $ac_executable_extensions; do
  9256 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  9257 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9258      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  9259      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9260      break 2
  9261    fi
  9262  done
  9263  done
  9264 +IFS=$as_save_IFS
  9265  
  9266  fi
  9267  fi
  9268  CC=$ac_cv_prog_CC
  9269  if test -n "$CC"; then
  9270 -  echo "$as_me:$LINENO: result: $CC" >&5
  9271 -echo "${ECHO_T}$CC" >&6
  9272 +  { echo "$as_me:$LINENO: result: $CC" >&5
  9273 +echo "${ECHO_T}$CC" >&6; }
  9274  else
  9275 -  echo "$as_me:$LINENO: result: no" >&5
  9276 -echo "${ECHO_T}no" >&6
  9277 +  { echo "$as_me:$LINENO: result: no" >&5
  9278 +echo "${ECHO_T}no" >&6; }
  9279  fi
  9280  
  9281 +
  9282      test -n "$CC" && break
  9283    done
  9284  fi
  9285  if test -z "$CC"; then
  9286    ac_ct_CC=$CC
  9287 -  for ac_prog in cl
  9288 +  for ac_prog in cl.exe
  9289  do
  9290    # Extract the first word of "$ac_prog", so it can be a program name with args.
  9291  set dummy $ac_prog; ac_word=$2
  9292 -echo "$as_me:$LINENO: checking for $ac_word" >&5
  9293 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  9294 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  9295 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  9296  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  9297    echo $ECHO_N "(cached) $ECHO_C" >&6
  9298  else
  9299 @@ -3727,29 +4453,45 @@
  9300    IFS=$as_save_IFS
  9301    test -z "$as_dir" && as_dir=.
  9302    for ac_exec_ext in '' $ac_executable_extensions; do
  9303 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  9304 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9305      ac_cv_prog_ac_ct_CC="$ac_prog"
  9306      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9307      break 2
  9308    fi
  9309  done
  9310  done
  9311 +IFS=$as_save_IFS
  9312  
  9313  fi
  9314  fi
  9315  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  9316  if test -n "$ac_ct_CC"; then
  9317 -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  9318 -echo "${ECHO_T}$ac_ct_CC" >&6
  9319 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  9320 +echo "${ECHO_T}$ac_ct_CC" >&6; }
  9321  else
  9322 -  echo "$as_me:$LINENO: result: no" >&5
  9323 -echo "${ECHO_T}no" >&6
  9324 +  { echo "$as_me:$LINENO: result: no" >&5
  9325 +echo "${ECHO_T}no" >&6; }
  9326  fi
  9327  
  9328 +
  9329    test -n "$ac_ct_CC" && break
  9330  done
  9331  
  9332 -  CC=$ac_ct_CC
  9333 +  if test "x$ac_ct_CC" = x; then
  9334 +    CC=""
  9335 +  else
  9336 +    case $cross_compiling:$ac_tool_warned in
  9337 +yes:)
  9338 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  9339 +whose name does not start with the host triplet.  If you think this
  9340 +configuration is useful to you, please write to autoconf@gnu.org." >&5
  9341 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  9342 +whose name does not start with the host triplet.  If you think this
  9343 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  9344 +ac_tool_warned=yes ;;
  9345 +esac
  9346 +    CC=$ac_ct_CC
  9347 +  fi
  9348  fi
  9349  
  9350  fi
  9351 @@ -3762,21 +4504,35 @@
  9352     { (exit 1); exit 1; }; }
  9353  
  9354  # Provide some information about the compiler.
  9355 -echo "$as_me:$LINENO:" \
  9356 -     "checking for C compiler version" >&5
  9357 +echo "$as_me:$LINENO: checking for C compiler version" >&5
  9358  ac_compiler=`set X $ac_compile; echo $2`
  9359 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
  9360 -  (eval $ac_compiler --version </dev/null >&5) 2>&5
  9361 +{ (ac_try="$ac_compiler --version >&5"
  9362 +case "(($ac_try" in
  9363 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9364 +  *) ac_try_echo=$ac_try;;
  9365 +esac
  9366 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9367 +  (eval "$ac_compiler --version >&5") 2>&5
  9368    ac_status=$?
  9369    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9370    (exit $ac_status); }
  9371 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
  9372 -  (eval $ac_compiler -v </dev/null >&5) 2>&5
  9373 +{ (ac_try="$ac_compiler -v >&5"
  9374 +case "(($ac_try" in
  9375 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9376 +  *) ac_try_echo=$ac_try;;
  9377 +esac
  9378 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9379 +  (eval "$ac_compiler -v >&5") 2>&5
  9380    ac_status=$?
  9381    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9382    (exit $ac_status); }
  9383 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
  9384 -  (eval $ac_compiler -V </dev/null >&5) 2>&5
  9385 +{ (ac_try="$ac_compiler -V >&5"
  9386 +case "(($ac_try" in
  9387 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9388 +  *) ac_try_echo=$ac_try;;
  9389 +esac
  9390 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9391 +  (eval "$ac_compiler -V >&5") 2>&5
  9392    ac_status=$?
  9393    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9394    (exit $ac_status); }
  9395 @@ -3801,47 +4557,77 @@
  9396  # Try to create an executable without -o first, disregard a.out.
  9397  # It will help us diagnose broken compilers, and finding out an intuition
  9398  # of exeext.
  9399 -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  9400 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  9401 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  9402 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
  9403  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  9404 -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
  9405 -  (eval $ac_link_default) 2>&5
  9406 +#
  9407 +# List of possible output files, starting from the most likely.
  9408 +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
  9409 +# only as a last resort.  b.out is created by i960 compilers.
  9410 +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
  9411 +#
  9412 +# The IRIX 6 linker writes into existing files which may not be
  9413 +# executable, retaining their permissions.  Remove them first so a
  9414 +# subsequent execution test works.
  9415 +ac_rmfiles=
  9416 +for ac_file in $ac_files
  9417 +do
  9418 +  case $ac_file in
  9419 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  9420 +    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  9421 +  esac
  9422 +done
  9423 +rm -f $ac_rmfiles
  9424 +
  9425 +if { (ac_try="$ac_link_default"
  9426 +case "(($ac_try" in
  9427 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9428 +  *) ac_try_echo=$ac_try;;
  9429 +esac
  9430 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9431 +  (eval "$ac_link_default") 2>&5
  9432    ac_status=$?
  9433    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9434    (exit $ac_status); }; then
  9435 -  # Find the output, starting from the most likely.  This scheme is
  9436 -# not robust to junk in `.', hence go to wildcards (a.*) only as a last
  9437 -# resort.
  9438 -
  9439 -# Be careful to initialize this variable, since it used to be cached.
  9440 -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  9441 -ac_cv_exeext=
  9442 -# b.out is created by i960 compilers.
  9443 -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  9444 +  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  9445 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  9446 +# in a Makefile.  We should not override ac_cv_exeext if it was cached,
  9447 +# so that the user can short-circuit this test for compilers unknown to
  9448 +# Autoconf.
  9449 +for ac_file in $ac_files ''
  9450  do
  9451    test -f "$ac_file" || continue
  9452    case $ac_file in
  9453 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  9454 -	;;
  9455 -    conftest.$ac_ext )
  9456 -	# This is the source file.
  9457 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
  9458  	;;
  9459      [ab].out )
  9460  	# We found the default executable, but exeext='' is most
  9461  	# certainly right.
  9462  	break;;
  9463      *.* )
  9464 -	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  9465 -	# FIXME: I believe we export ac_cv_exeext for Libtool,
  9466 -	# but it would be cool to find out if it's true.  Does anybody
  9467 -	# maintain Libtool? --akim.
  9468 -	export ac_cv_exeext
  9469 +        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  9470 +	then :; else
  9471 +	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  9472 +	fi
  9473 +	# We set ac_cv_exeext here because the later test for it is not
  9474 +	# safe: cross compilers may not add the suffix if given an `-o'
  9475 +	# argument, so we may need to know it at that point already.
  9476 +	# Even if this section looks crufty: it has the advantage of
  9477 +	# actually working.
  9478  	break;;
  9479      * )
  9480  	break;;
  9481    esac
  9482  done
  9483 +test "$ac_cv_exeext" = no && ac_cv_exeext=
  9484 +
  9485  else
  9486 +  ac_file=''
  9487 +fi
  9488 +
  9489 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
  9490 +echo "${ECHO_T}$ac_file" >&6; }
  9491 +if test -z "$ac_file"; then
  9492    echo "$as_me: failed program was:" >&5
  9493  sed 's/^/| /' conftest.$ac_ext >&5
  9494  
  9495 @@ -3853,19 +4639,21 @@
  9496  fi
  9497  
  9498  ac_exeext=$ac_cv_exeext
  9499 -echo "$as_me:$LINENO: result: $ac_file" >&5
  9500 -echo "${ECHO_T}$ac_file" >&6
  9501  
  9502 -# Check the compiler produces executables we can run.  If not, either
  9503 +# Check that the compiler produces executables we can run.  If not, either
  9504  # the compiler is broken, or we cross compile.
  9505 -echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  9506 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  9507 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  9508 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
  9509  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  9510  # If not cross compiling, check that we can run a simple program.
  9511  if test "$cross_compiling" != yes; then
  9512    if { ac_try='./$ac_file'
  9513 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9514 -  (eval $ac_try) 2>&5
  9515 +  { (case "(($ac_try" in
  9516 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9517 +  *) ac_try_echo=$ac_try;;
  9518 +esac
  9519 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9520 +  (eval "$ac_try") 2>&5
  9521    ac_status=$?
  9522    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9523    (exit $ac_status); }; }; then
  9524 @@ -3884,22 +4672,27 @@
  9525      fi
  9526    fi
  9527  fi
  9528 -echo "$as_me:$LINENO: result: yes" >&5
  9529 -echo "${ECHO_T}yes" >&6
  9530 +{ echo "$as_me:$LINENO: result: yes" >&5
  9531 +echo "${ECHO_T}yes" >&6; }
  9532  
  9533  rm -f a.out a.exe conftest$ac_cv_exeext b.out
  9534  ac_clean_files=$ac_clean_files_save
  9535 -# Check the compiler produces executables we can run.  If not, either
  9536 +# Check that the compiler produces executables we can run.  If not, either
  9537  # the compiler is broken, or we cross compile.
  9538 -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  9539 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  9540 -echo "$as_me:$LINENO: result: $cross_compiling" >&5
  9541 -echo "${ECHO_T}$cross_compiling" >&6
  9542 -
  9543 -echo "$as_me:$LINENO: checking for suffix of executables" >&5
  9544 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  9545 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9546 -  (eval $ac_link) 2>&5
  9547 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  9548 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
  9549 +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
  9550 +echo "${ECHO_T}$cross_compiling" >&6; }
  9551 +
  9552 +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
  9553 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
  9554 +if { (ac_try="$ac_link"
  9555 +case "(($ac_try" in
  9556 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9557 +  *) ac_try_echo=$ac_try;;
  9558 +esac
  9559 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9560 +  (eval "$ac_link") 2>&5
  9561    ac_status=$?
  9562    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9563    (exit $ac_status); }; then
  9564 @@ -3910,9 +4703,8 @@
  9565  for ac_file in conftest.exe conftest conftest.*; do
  9566    test -f "$ac_file" || continue
  9567    case $ac_file in
  9568 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  9569 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  9570      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  9571 -	  export ac_cv_exeext
  9572  	  break;;
  9573      * ) break;;
  9574    esac
  9575 @@ -3926,14 +4718,14 @@
  9576  fi
  9577  
  9578  rm -f conftest$ac_cv_exeext
  9579 -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  9580 -echo "${ECHO_T}$ac_cv_exeext" >&6
  9581 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  9582 +echo "${ECHO_T}$ac_cv_exeext" >&6; }
  9583  
  9584  rm -f conftest.$ac_ext
  9585  EXEEXT=$ac_cv_exeext
  9586  ac_exeext=$EXEEXT
  9587 -echo "$as_me:$LINENO: checking for suffix of object files" >&5
  9588 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  9589 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
  9590 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
  9591  if test "${ac_cv_objext+set}" = set; then
  9592    echo $ECHO_N "(cached) $ECHO_C" >&6
  9593  else
  9594 @@ -3953,14 +4745,20 @@
  9595  }
  9596  _ACEOF
  9597  rm -f conftest.o conftest.obj
  9598 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  9599 -  (eval $ac_compile) 2>&5
  9600 +if { (ac_try="$ac_compile"
  9601 +case "(($ac_try" in
  9602 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9603 +  *) ac_try_echo=$ac_try;;
  9604 +esac
  9605 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9606 +  (eval "$ac_compile") 2>&5
  9607    ac_status=$?
  9608    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9609    (exit $ac_status); }; then
  9610 -  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  9611 +  for ac_file in conftest.o conftest.obj conftest.*; do
  9612 +  test -f "$ac_file" || continue;
  9613    case $ac_file in
  9614 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  9615 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
  9616      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  9617         break;;
  9618    esac
  9619 @@ -3978,12 +4776,12 @@
  9620  
  9621  rm -f conftest.$ac_cv_objext conftest.$ac_ext
  9622  fi
  9623 -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  9624 -echo "${ECHO_T}$ac_cv_objext" >&6
  9625 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  9626 +echo "${ECHO_T}$ac_cv_objext" >&6; }
  9627  OBJEXT=$ac_cv_objext
  9628  ac_objext=$OBJEXT
  9629 -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  9630 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  9631 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  9632 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
  9633  if test "${ac_cv_c_compiler_gnu+set}" = set; then
  9634    echo $ECHO_N "(cached) $ECHO_C" >&6
  9635  else
  9636 @@ -4006,50 +4804,49 @@
  9637  }
  9638  _ACEOF
  9639  rm -f conftest.$ac_objext
  9640 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  9641 -  (eval $ac_compile) 2>conftest.er1
  9642 +if { (ac_try="$ac_compile"
  9643 +case "(($ac_try" in
  9644 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9645 +  *) ac_try_echo=$ac_try;;
  9646 +esac
  9647 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9648 +  (eval "$ac_compile") 2>conftest.er1
  9649    ac_status=$?
  9650    grep -v '^ *+' conftest.er1 >conftest.err
  9651    rm -f conftest.er1
  9652    cat conftest.err >&5
  9653    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9654 -  (exit $ac_status); } &&
  9655 -	 { ac_try='test -z "$ac_c_werror_flag"
  9656 -			 || test ! -s conftest.err'
  9657 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9658 -  (eval $ac_try) 2>&5
  9659 -  ac_status=$?
  9660 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9661 -  (exit $ac_status); }; } &&
  9662 -	 { ac_try='test -s conftest.$ac_objext'
  9663 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9664 -  (eval $ac_try) 2>&5
  9665 -  ac_status=$?
  9666 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9667 -  (exit $ac_status); }; }; then
  9668 +  (exit $ac_status); } && {
  9669 +	 test -z "$ac_c_werror_flag" ||
  9670 +	 test ! -s conftest.err
  9671 +       } && test -s conftest.$ac_objext; then
  9672    ac_compiler_gnu=yes
  9673  else
  9674    echo "$as_me: failed program was:" >&5
  9675  sed 's/^/| /' conftest.$ac_ext >&5
  9676  
  9677 -ac_compiler_gnu=no
  9678 +	ac_compiler_gnu=no
  9679  fi
  9680 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  9681 +
  9682 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  9683  ac_cv_c_compiler_gnu=$ac_compiler_gnu
  9684  
  9685  fi
  9686 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  9687 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  9688 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  9689 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  9690  GCC=`test $ac_compiler_gnu = yes && echo yes`
  9691  ac_test_CFLAGS=${CFLAGS+set}
  9692  ac_save_CFLAGS=$CFLAGS
  9693 -CFLAGS="-g"
  9694 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  9695 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  9696 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  9697 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  9698  if test "${ac_cv_prog_cc_g+set}" = set; then
  9699    echo $ECHO_N "(cached) $ECHO_C" >&6
  9700  else
  9701 -  cat >conftest.$ac_ext <<_ACEOF
  9702 +  ac_save_c_werror_flag=$ac_c_werror_flag
  9703 +   ac_c_werror_flag=yes
  9704 +   ac_cv_prog_cc_g=no
  9705 +   CFLAGS="-g"
  9706 +   cat >conftest.$ac_ext <<_ACEOF
  9707  /* confdefs.h.  */
  9708  _ACEOF
  9709  cat confdefs.h >>conftest.$ac_ext
  9710 @@ -4065,38 +4862,118 @@
  9711  }
  9712  _ACEOF
  9713  rm -f conftest.$ac_objext
  9714 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  9715 -  (eval $ac_compile) 2>conftest.er1
  9716 +if { (ac_try="$ac_compile"
  9717 +case "(($ac_try" in
  9718 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9719 +  *) ac_try_echo=$ac_try;;
  9720 +esac
  9721 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9722 +  (eval "$ac_compile") 2>conftest.er1
  9723    ac_status=$?
  9724    grep -v '^ *+' conftest.er1 >conftest.err
  9725    rm -f conftest.er1
  9726    cat conftest.err >&5
  9727    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9728 -  (exit $ac_status); } &&
  9729 -	 { ac_try='test -z "$ac_c_werror_flag"
  9730 -			 || test ! -s conftest.err'
  9731 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9732 -  (eval $ac_try) 2>&5
  9733 +  (exit $ac_status); } && {
  9734 +	 test -z "$ac_c_werror_flag" ||
  9735 +	 test ! -s conftest.err
  9736 +       } && test -s conftest.$ac_objext; then
  9737 +  ac_cv_prog_cc_g=yes
  9738 +else
  9739 +  echo "$as_me: failed program was:" >&5
  9740 +sed 's/^/| /' conftest.$ac_ext >&5
  9741 +
  9742 +	CFLAGS=""
  9743 +      cat >conftest.$ac_ext <<_ACEOF
  9744 +/* confdefs.h.  */
  9745 +_ACEOF
  9746 +cat confdefs.h >>conftest.$ac_ext
  9747 +cat >>conftest.$ac_ext <<_ACEOF
  9748 +/* end confdefs.h.  */
  9749 +
  9750 +int
  9751 +main ()
  9752 +{
  9753 +
  9754 +  ;
  9755 +  return 0;
  9756 +}
  9757 +_ACEOF
  9758 +rm -f conftest.$ac_objext
  9759 +if { (ac_try="$ac_compile"
  9760 +case "(($ac_try" in
  9761 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9762 +  *) ac_try_echo=$ac_try;;
  9763 +esac
  9764 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9765 +  (eval "$ac_compile") 2>conftest.er1
  9766    ac_status=$?
  9767 +  grep -v '^ *+' conftest.er1 >conftest.err
  9768 +  rm -f conftest.er1
  9769 +  cat conftest.err >&5
  9770    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9771 -  (exit $ac_status); }; } &&
  9772 -	 { ac_try='test -s conftest.$ac_objext'
  9773 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9774 -  (eval $ac_try) 2>&5
  9775 +  (exit $ac_status); } && {
  9776 +	 test -z "$ac_c_werror_flag" ||
  9777 +	 test ! -s conftest.err
  9778 +       } && test -s conftest.$ac_objext; then
  9779 +  :
  9780 +else
  9781 +  echo "$as_me: failed program was:" >&5
  9782 +sed 's/^/| /' conftest.$ac_ext >&5
  9783 +
  9784 +	ac_c_werror_flag=$ac_save_c_werror_flag
  9785 +	 CFLAGS="-g"
  9786 +	 cat >conftest.$ac_ext <<_ACEOF
  9787 +/* confdefs.h.  */
  9788 +_ACEOF
  9789 +cat confdefs.h >>conftest.$ac_ext
  9790 +cat >>conftest.$ac_ext <<_ACEOF
  9791 +/* end confdefs.h.  */
  9792 +
  9793 +int
  9794 +main ()
  9795 +{
  9796 +
  9797 +  ;
  9798 +  return 0;
  9799 +}
  9800 +_ACEOF
  9801 +rm -f conftest.$ac_objext
  9802 +if { (ac_try="$ac_compile"
  9803 +case "(($ac_try" in
  9804 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9805 +  *) ac_try_echo=$ac_try;;
  9806 +esac
  9807 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9808 +  (eval "$ac_compile") 2>conftest.er1
  9809    ac_status=$?
  9810 +  grep -v '^ *+' conftest.er1 >conftest.err
  9811 +  rm -f conftest.er1
  9812 +  cat conftest.err >&5
  9813    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9814 -  (exit $ac_status); }; }; then
  9815 +  (exit $ac_status); } && {
  9816 +	 test -z "$ac_c_werror_flag" ||
  9817 +	 test ! -s conftest.err
  9818 +       } && test -s conftest.$ac_objext; then
  9819    ac_cv_prog_cc_g=yes
  9820  else
  9821    echo "$as_me: failed program was:" >&5
  9822  sed 's/^/| /' conftest.$ac_ext >&5
  9823  
  9824 -ac_cv_prog_cc_g=no
  9825 +
  9826  fi
  9827 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  9828 +
  9829 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  9830 +fi
  9831 +
  9832 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  9833 +fi
  9834 +
  9835 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  9836 +   ac_c_werror_flag=$ac_save_c_werror_flag
  9837  fi
  9838 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  9839 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  9840 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  9841 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  9842  if test "$ac_test_CFLAGS" = set; then
  9843    CFLAGS=$ac_save_CFLAGS
  9844  elif test $ac_cv_prog_cc_g = yes; then
  9845 @@ -4112,12 +4989,12 @@
  9846      CFLAGS=
  9847    fi
  9848  fi
  9849 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  9850 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  9851 -if test "${ac_cv_prog_cc_stdc+set}" = set; then
  9852 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  9853 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
  9854 +if test "${ac_cv_prog_cc_c89+set}" = set; then
  9855    echo $ECHO_N "(cached) $ECHO_C" >&6
  9856  else
  9857 -  ac_cv_prog_cc_stdc=no
  9858 +  ac_cv_prog_cc_c89=no
  9859  ac_save_CC=$CC
  9860  cat >conftest.$ac_ext <<_ACEOF
  9861  /* confdefs.h.  */
  9862 @@ -4151,12 +5028,17 @@
  9863  /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  9864     function prototypes and stuff, but not '\xHH' hex character constants.
  9865     These don't provoke an error unfortunately, instead are silently treated
  9866 -   as 'x'.  The following induces an error, until -std1 is added to get
  9867 +   as 'x'.  The following induces an error, until -std is added to get
  9868     proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  9869     array size at least.  It's necessary to write '\x00'==0 to get something
  9870 -   that's true only with -std1.  */
  9871 +   that's true only with -std.  */
  9872  int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  9873  
  9874 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  9875 +   inside strings and character constants.  */
  9876 +#define FOO(x) 'x'
  9877 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  9878 +
  9879  int test (int i, double x);
  9880  struct s1 {int (*f) (int a);};
  9881  struct s2 {int (*f) (double a);};
  9882 @@ -4171,205 +5053,57 @@
  9883    return 0;
  9884  }
  9885  _ACEOF
  9886 -# Don't try gcc -ansi; that turns off useful extensions and
  9887 -# breaks some systems' header files.
  9888 -# AIX			-qlanglvl=ansi
  9889 -# Ultrix and OSF/1	-std1
  9890 -# HP-UX 10.20 and later	-Ae
  9891 -# HP-UX older versions	-Aa -D_HPUX_SOURCE
  9892 -# SVR4			-Xc -D__EXTENSIONS__
  9893 -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  9894 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  9895 +	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  9896  do
  9897    CC="$ac_save_CC $ac_arg"
  9898    rm -f conftest.$ac_objext
  9899 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  9900 -  (eval $ac_compile) 2>conftest.er1
  9901 +if { (ac_try="$ac_compile"
  9902 +case "(($ac_try" in
  9903 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9904 +  *) ac_try_echo=$ac_try;;
  9905 +esac
  9906 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9907 +  (eval "$ac_compile") 2>conftest.er1
  9908    ac_status=$?
  9909    grep -v '^ *+' conftest.er1 >conftest.err
  9910    rm -f conftest.er1
  9911    cat conftest.err >&5
  9912    echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9913 -  (exit $ac_status); } &&
  9914 -	 { ac_try='test -z "$ac_c_werror_flag"
  9915 -			 || test ! -s conftest.err'
  9916 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9917 -  (eval $ac_try) 2>&5
  9918 -  ac_status=$?
  9919 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9920 -  (exit $ac_status); }; } &&
  9921 -	 { ac_try='test -s conftest.$ac_objext'
  9922 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9923 -  (eval $ac_try) 2>&5
  9924 -  ac_status=$?
  9925 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9926 -  (exit $ac_status); }; }; then
  9927 -  ac_cv_prog_cc_stdc=$ac_arg
  9928 -break
  9929 +  (exit $ac_status); } && {
  9930 +	 test -z "$ac_c_werror_flag" ||
  9931 +	 test ! -s conftest.err
  9932 +       } && test -s conftest.$ac_objext; then
  9933 +  ac_cv_prog_cc_c89=$ac_arg
  9934  else
  9935    echo "$as_me: failed program was:" >&5
  9936  sed 's/^/| /' conftest.$ac_ext >&5
  9937  
  9938 +
  9939  fi
  9940 -rm -f conftest.err conftest.$ac_objext
  9941 +
  9942 +rm -f core conftest.err conftest.$ac_objext
  9943 +  test "x$ac_cv_prog_cc_c89" != "xno" && break
  9944  done
  9945 -rm -f conftest.$ac_ext conftest.$ac_objext
  9946 +rm -f conftest.$ac_ext
  9947  CC=$ac_save_CC
  9948  
  9949  fi
  9950 -
  9951 -case "x$ac_cv_prog_cc_stdc" in
  9952 -  x|xno)
  9953 -    echo "$as_me:$LINENO: result: none needed" >&5
  9954 -echo "${ECHO_T}none needed" >&6 ;;
  9955 +# AC_CACHE_VAL
  9956 +case "x$ac_cv_prog_cc_c89" in
  9957 +  x)
  9958 +    { echo "$as_me:$LINENO: result: none needed" >&5
  9959 +echo "${ECHO_T}none needed" >&6; } ;;
  9960 +  xno)
  9961 +    { echo "$as_me:$LINENO: result: unsupported" >&5
  9962 +echo "${ECHO_T}unsupported" >&6; } ;;
  9963    *)
  9964 -    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  9965 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  9966 -    CC="$CC $ac_cv_prog_cc_stdc" ;;
  9967 +    CC="$CC $ac_cv_prog_cc_c89"
  9968 +    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  9969 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
  9970  esac
  9971  
  9972 -# Some people use a C++ compiler to compile C.  Since we use `exit',
  9973 -# in C++ we need to declare it.  In case someone uses the same compiler
  9974 -# for both compiling C and C++ we need to have the C++ compiler decide
  9975 -# the declaration of exit, since it's the most demanding environment.
  9976 -cat >conftest.$ac_ext <<_ACEOF
  9977 -#ifndef __cplusplus
  9978 -  choke me
  9979 -#endif
  9980 -_ACEOF
  9981 -rm -f conftest.$ac_objext
  9982 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  9983 -  (eval $ac_compile) 2>conftest.er1
  9984 -  ac_status=$?
  9985 -  grep -v '^ *+' conftest.er1 >conftest.err
  9986 -  rm -f conftest.er1
  9987 -  cat conftest.err >&5
  9988 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9989 -  (exit $ac_status); } &&
  9990 -	 { ac_try='test -z "$ac_c_werror_flag"
  9991 -			 || test ! -s conftest.err'
  9992 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9993 -  (eval $ac_try) 2>&5
  9994 -  ac_status=$?
  9995 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9996 -  (exit $ac_status); }; } &&
  9997 -	 { ac_try='test -s conftest.$ac_objext'
  9998 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9999 -  (eval $ac_try) 2>&5
 10000 -  ac_status=$?
 10001 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10002 -  (exit $ac_status); }; }; then
 10003 -  for ac_declaration in \
 10004 -   '' \
 10005 -   'extern "C" void std::exit (int) throw (); using std::exit;' \
 10006 -   'extern "C" void std::exit (int); using std::exit;' \
 10007 -   'extern "C" void exit (int) throw ();' \
 10008 -   'extern "C" void exit (int);' \
 10009 -   'void exit (int);'
 10010 -do
 10011 -  cat >conftest.$ac_ext <<_ACEOF
 10012 -/* confdefs.h.  */
 10013 -_ACEOF
 10014 -cat confdefs.h >>conftest.$ac_ext
 10015 -cat >>conftest.$ac_ext <<_ACEOF
 10016 -/* end confdefs.h.  */
 10017 -$ac_declaration
 10018 -#include <stdlib.h>
 10019 -int
 10020 -main ()
 10021 -{
 10022 -exit (42);
 10023 -  ;
 10024 -  return 0;
 10025 -}
 10026 -_ACEOF
 10027 -rm -f conftest.$ac_objext
 10028 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 10029 -  (eval $ac_compile) 2>conftest.er1
 10030 -  ac_status=$?
 10031 -  grep -v '^ *+' conftest.er1 >conftest.err
 10032 -  rm -f conftest.er1
 10033 -  cat conftest.err >&5
 10034 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10035 -  (exit $ac_status); } &&
 10036 -	 { ac_try='test -z "$ac_c_werror_flag"
 10037 -			 || test ! -s conftest.err'
 10038 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 10039 -  (eval $ac_try) 2>&5
 10040 -  ac_status=$?
 10041 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10042 -  (exit $ac_status); }; } &&
 10043 -	 { ac_try='test -s conftest.$ac_objext'
 10044 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 10045 -  (eval $ac_try) 2>&5
 10046 -  ac_status=$?
 10047 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10048 -  (exit $ac_status); }; }; then
 10049 -  :
 10050 -else
 10051 -  echo "$as_me: failed program was:" >&5
 10052 -sed 's/^/| /' conftest.$ac_ext >&5
 10053  
 10054 -continue
 10055 -fi
 10056 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 10057 -  cat >conftest.$ac_ext <<_ACEOF
 10058 -/* confdefs.h.  */
 10059 -_ACEOF
 10060 -cat confdefs.h >>conftest.$ac_ext
 10061 -cat >>conftest.$ac_ext <<_ACEOF
 10062 -/* end confdefs.h.  */
 10063 -$ac_declaration
 10064 -int
 10065 -main ()
 10066 -{
 10067 -exit (42);
 10068 -  ;
 10069 -  return 0;
 10070 -}
 10071 -_ACEOF
 10072 -rm -f conftest.$ac_objext
 10073 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 10074 -  (eval $ac_compile) 2>conftest.er1
 10075 -  ac_status=$?
 10076 -  grep -v '^ *+' conftest.er1 >conftest.err
 10077 -  rm -f conftest.er1
 10078 -  cat conftest.err >&5
 10079 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10080 -  (exit $ac_status); } &&
 10081 -	 { ac_try='test -z "$ac_c_werror_flag"
 10082 -			 || test ! -s conftest.err'
 10083 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 10084 -  (eval $ac_try) 2>&5
 10085 -  ac_status=$?
 10086 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10087 -  (exit $ac_status); }; } &&
 10088 -	 { ac_try='test -s conftest.$ac_objext'
 10089 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 10090 -  (eval $ac_try) 2>&5
 10091 -  ac_status=$?
 10092 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10093 -  (exit $ac_status); }; }; then
 10094 -  break
 10095 -else
 10096 -  echo "$as_me: failed program was:" >&5
 10097 -sed 's/^/| /' conftest.$ac_ext >&5
 10098 -
 10099 -fi
 10100 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 10101 -done
 10102 -rm -f conftest*
 10103 -if test -n "$ac_declaration"; then
 10104 -  echo '#ifdef __cplusplus' >>confdefs.h
 10105 -  echo $ac_declaration      >>confdefs.h
 10106 -  echo '#endif'             >>confdefs.h
 10107 -fi
 10108 -
 10109 -else
 10110 -  echo "$as_me: failed program was:" >&5
 10111 -sed 's/^/| /' conftest.$ac_ext >&5
 10112 -
 10113 -fi
 10114 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 10115  ac_ext=c
 10116  ac_cpp='$CPP $CPPFLAGS'
 10117  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 10118 @@ -4378,8 +5112,8 @@
 10119  
 10120  depcc="$CC"   am_compiler_list=
 10121  
 10122 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 10123 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 10124 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 10125 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 10126  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 10127    echo $ECHO_N "(cached) $ECHO_C" >&6
 10128  else
 10129 @@ -4461,58 +5195,273 @@
 10130      fi
 10131    done
 10132  
 10133 -  cd ..
 10134 -  rm -rf conftest.dir
 10135 -else
 10136 -  am_cv_CC_dependencies_compiler_type=none
 10137 -fi
 10138 +  cd ..
 10139 +  rm -rf conftest.dir
 10140 +else
 10141 +  am_cv_CC_dependencies_compiler_type=none
 10142 +fi
 10143 +
 10144 +fi
 10145 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 10146 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 10147 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 10148 +
 10149 +
 10150 +
 10151 +if
 10152 +  test "x$enable_dependency_tracking" != xno \
 10153 +  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
 10154 +  am__fastdepCC_TRUE=
 10155 +  am__fastdepCC_FALSE='#'
 10156 +else
 10157 +  am__fastdepCC_TRUE='#'
 10158 +  am__fastdepCC_FALSE=
 10159 +fi
 10160 +
 10161 +
 10162 +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 10163 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
 10164 +if test "${ac_cv_path_GREP+set}" = set; then
 10165 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 10166 +else
 10167 +  # Extract the first word of "grep ggrep" to use in msg output
 10168 +if test -z "$GREP"; then
 10169 +set dummy grep ggrep; ac_prog_name=$2
 10170 +if test "${ac_cv_path_GREP+set}" = set; then
 10171 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 10172 +else
 10173 +  ac_path_GREP_found=false
 10174 +# Loop through the user's path and test for each of PROGNAME-LIST
 10175 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 10176 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 10177 +do
 10178 +  IFS=$as_save_IFS
 10179 +  test -z "$as_dir" && as_dir=.
 10180 +  for ac_prog in grep ggrep; do
 10181 +  for ac_exec_ext in '' $ac_executable_extensions; do
 10182 +    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 10183 +    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 10184 +    # Check for GNU ac_path_GREP and select it if it is found.
 10185 +  # Check for GNU $ac_path_GREP
 10186 +case `"$ac_path_GREP" --version 2>&1` in
 10187 +*GNU*)
 10188 +  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 10189 +*)
 10190 +  ac_count=0
 10191 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 10192 +  while :
 10193 +  do
 10194 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
 10195 +    mv "conftest.tmp" "conftest.in"
 10196 +    cp "conftest.in" "conftest.nl"
 10197 +    echo 'GREP' >> "conftest.nl"
 10198 +    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 10199 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 10200 +    ac_count=`expr $ac_count + 1`
 10201 +    if test $ac_count -gt ${ac_path_GREP_max-0}; then
 10202 +      # Best one so far, save it but keep looking for a better one
 10203 +      ac_cv_path_GREP="$ac_path_GREP"
 10204 +      ac_path_GREP_max=$ac_count
 10205 +    fi
 10206 +    # 10*(2^10) chars as input seems more than enough
 10207 +    test $ac_count -gt 10 && break
 10208 +  done
 10209 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 10210 +esac
 10211 +
 10212 +
 10213 +    $ac_path_GREP_found && break 3
 10214 +  done
 10215 +done
 10216 +
 10217 +done
 10218 +IFS=$as_save_IFS
 10219 +
 10220 +
 10221 +fi
 10222 +
 10223 +GREP="$ac_cv_path_GREP"
 10224 +if test -z "$GREP"; then
 10225 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 10226 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 10227 +   { (exit 1); exit 1; }; }
 10228 +fi
 10229 +
 10230 +else
 10231 +  ac_cv_path_GREP=$GREP
 10232 +fi
 10233 +
 10234 +
 10235 +fi
 10236 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 10237 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
 10238 + GREP="$ac_cv_path_GREP"
 10239 +
 10240 +
 10241 +{ echo "$as_me:$LINENO: checking for egrep" >&5
 10242 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
 10243 +if test "${ac_cv_path_EGREP+set}" = set; then
 10244 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 10245 +else
 10246 +  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 10247 +   then ac_cv_path_EGREP="$GREP -E"
 10248 +   else
 10249 +     # Extract the first word of "egrep" to use in msg output
 10250 +if test -z "$EGREP"; then
 10251 +set dummy egrep; ac_prog_name=$2
 10252 +if test "${ac_cv_path_EGREP+set}" = set; then
 10253 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 10254 +else
 10255 +  ac_path_EGREP_found=false
 10256 +# Loop through the user's path and test for each of PROGNAME-LIST
 10257 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 10258 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 10259 +do
 10260 +  IFS=$as_save_IFS
 10261 +  test -z "$as_dir" && as_dir=.
 10262 +  for ac_prog in egrep; do
 10263 +  for ac_exec_ext in '' $ac_executable_extensions; do
 10264 +    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 10265 +    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 10266 +    # Check for GNU ac_path_EGREP and select it if it is found.
 10267 +  # Check for GNU $ac_path_EGREP
 10268 +case `"$ac_path_EGREP" --version 2>&1` in
 10269 +*GNU*)
 10270 +  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 10271 +*)
 10272 +  ac_count=0
 10273 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 10274 +  while :
 10275 +  do
 10276 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
 10277 +    mv "conftest.tmp" "conftest.in"
 10278 +    cp "conftest.in" "conftest.nl"
 10279 +    echo 'EGREP' >> "conftest.nl"
 10280 +    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 10281 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 10282 +    ac_count=`expr $ac_count + 1`
 10283 +    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
 10284 +      # Best one so far, save it but keep looking for a better one
 10285 +      ac_cv_path_EGREP="$ac_path_EGREP"
 10286 +      ac_path_EGREP_max=$ac_count
 10287 +    fi
 10288 +    # 10*(2^10) chars as input seems more than enough
 10289 +    test $ac_count -gt 10 && break
 10290 +  done
 10291 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 10292 +esac
 10293 +
 10294 +
 10295 +    $ac_path_EGREP_found && break 3
 10296 +  done
 10297 +done
 10298 +
 10299 +done
 10300 +IFS=$as_save_IFS
 10301 +
 10302 +
 10303 +fi
 10304 +
 10305 +EGREP="$ac_cv_path_EGREP"
 10306 +if test -z "$EGREP"; then
 10307 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 10308 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 10309 +   { (exit 1); exit 1; }; }
 10310 +fi
 10311 +
 10312 +else
 10313 +  ac_cv_path_EGREP=$EGREP
 10314 +fi
 10315 +
 10316 +
 10317 +   fi
 10318 +fi
 10319 +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 10320 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
 10321 + EGREP="$ac_cv_path_EGREP"
 10322 +
 10323 +
 10324 +{ echo "$as_me:$LINENO: checking for fgrep" >&5
 10325 +echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
 10326 +if test "${ac_cv_path_FGREP+set}" = set; then
 10327 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 10328 +else
 10329 +  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
 10330 +   then ac_cv_path_FGREP="$GREP -F"
 10331 +   else
 10332 +     # Extract the first word of "fgrep" to use in msg output
 10333 +if test -z "$FGREP"; then
 10334 +set dummy fgrep; ac_prog_name=$2
 10335 +if test "${ac_cv_path_FGREP+set}" = set; then
 10336 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 10337 +else
 10338 +  ac_path_FGREP_found=false
 10339 +# Loop through the user's path and test for each of PROGNAME-LIST
 10340 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 10341 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 10342 +do
 10343 +  IFS=$as_save_IFS
 10344 +  test -z "$as_dir" && as_dir=.
 10345 +  for ac_prog in fgrep; do
 10346 +  for ac_exec_ext in '' $ac_executable_extensions; do
 10347 +    ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
 10348 +    { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
 10349 +    # Check for GNU ac_path_FGREP and select it if it is found.
 10350 +  # Check for GNU $ac_path_FGREP
 10351 +case `"$ac_path_FGREP" --version 2>&1` in
 10352 +*GNU*)
 10353 +  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
 10354 +*)
 10355 +  ac_count=0
 10356 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 10357 +  while :
 10358 +  do
 10359 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
 10360 +    mv "conftest.tmp" "conftest.in"
 10361 +    cp "conftest.in" "conftest.nl"
 10362 +    echo 'FGREP' >> "conftest.nl"
 10363 +    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
 10364 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 10365 +    ac_count=`expr $ac_count + 1`
 10366 +    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
 10367 +      # Best one so far, save it but keep looking for a better one
 10368 +      ac_cv_path_FGREP="$ac_path_FGREP"
 10369 +      ac_path_FGREP_max=$ac_count
 10370 +    fi
 10371 +    # 10*(2^10) chars as input seems more than enough
 10372 +    test $ac_count -gt 10 && break
 10373 +  done
 10374 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 10375 +esac
 10376 +
 10377  
 10378 -fi
 10379 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 10380 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
 10381 -CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 10382 +    $ac_path_FGREP_found && break 3
 10383 +  done
 10384 +done
 10385  
 10386 +done
 10387 +IFS=$as_save_IFS
 10388  
 10389  
 10390 -if
 10391 -  test "x$enable_dependency_tracking" != xno \
 10392 -  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
 10393 -  am__fastdepCC_TRUE=
 10394 -  am__fastdepCC_FALSE='#'
 10395 -else
 10396 -  am__fastdepCC_TRUE='#'
 10397 -  am__fastdepCC_FALSE=
 10398  fi
 10399  
 10400 +FGREP="$ac_cv_path_FGREP"
 10401 +if test -z "$FGREP"; then
 10402 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 10403 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 10404 +   { (exit 1); exit 1; }; }
 10405 +fi
 10406  
 10407 -echo "$as_me:$LINENO: checking for egrep" >&5
 10408 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6
 10409 -if test "${ac_cv_prog_egrep+set}" = set; then
 10410 -  echo $ECHO_N "(cached) $ECHO_C" >&6
 10411  else
 10412 -  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
 10413 -    then ac_cv_prog_egrep='grep -E'
 10414 -    else ac_cv_prog_egrep='egrep'
 10415 -    fi
 10416 +  ac_cv_path_FGREP=$FGREP
 10417  fi
 10418 -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
 10419 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6
 10420 - EGREP=$ac_cv_prog_egrep
 10421  
 10422  
 10423 -echo "$as_me:$LINENO: checking for fgrep" >&5
 10424 -echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
 10425 -if test "${ac_cv_prog_fgrep+set}" = set; then
 10426 -  echo $ECHO_N "(cached) $ECHO_C" >&6
 10427 -else
 10428 -  if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
 10429 -    then ac_cv_prog_fgrep='grep -F'
 10430 -    else ac_cv_prog_fgrep='fgrep'
 10431 -    fi
 10432 +   fi
 10433  fi
 10434 -echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
 10435 -echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
 10436 - FGREP=$ac_cv_prog_fgrep
 10437 +{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
 10438 +echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
 10439 + FGREP="$ac_cv_path_FGREP"
 10440  
 10441  
 10442  test -z "$GREP" && GREP=grep
 10443 @@ -4535,18 +5484,18 @@
 10444  
 10445  
 10446  
 10447 -# Check whether --with-gnu-ld or --without-gnu-ld was given.
 10448 +# Check whether --with-gnu-ld was given.
 10449  if test "${with_gnu_ld+set}" = set; then
 10450 -  withval="$with_gnu_ld"
 10451 -  test "$withval" = no || with_gnu_ld=yes
 10452 +  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 10453  else
 10454    with_gnu_ld=no
 10455 -fi;
 10456 +fi
 10457 +
 10458  ac_prog=ld
 10459  if test "$GCC" = yes; then
 10460    # Check if gcc -print-prog-name=ld gives a path.
 10461 -  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 10462 -echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
 10463 +  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 10464 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 10465    case $host in
 10466    *-*-mingw*)
 10467      # gcc leaves a trailing carriage return which upsets mingw
 10468 @@ -4575,11 +5524,11 @@
 10469      ;;
 10470    esac
 10471  elif test "$with_gnu_ld" = yes; then
 10472 -  echo "$as_me:$LINENO: checking for GNU ld" >&5
 10473 -echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
 10474 +  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 10475 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 10476  else
 10477 -  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 10478 -echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
 10479 +  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 10480 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 10481  fi
 10482  if test "${lt_cv_path_LD+set}" = set; then
 10483    echo $ECHO_N "(cached) $ECHO_C" >&6
 10484 @@ -4612,17 +5561,17 @@
 10485  
 10486  LD="$lt_cv_path_LD"
 10487  if test -n "$LD"; then
 10488 -  echo "$as_me:$LINENO: result: $LD" >&5
 10489 -echo "${ECHO_T}$LD" >&6
 10490 +  { echo "$as_me:$LINENO: result: $LD" >&5
 10491 +echo "${ECHO_T}$LD" >&6; }
 10492  else
 10493 -  echo "$as_me:$LINENO: result: no" >&5
 10494 -echo "${ECHO_T}no" >&6
 10495 +  { echo "$as_me:$LINENO: result: no" >&5
 10496 +echo "${ECHO_T}no" >&6; }
 10497  fi
 10498  test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 10499  echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 10500     { (exit 1); exit 1; }; }
 10501 -echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 10502 -echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
 10503 +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 10504 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 10505  if test "${lt_cv_prog_gnu_ld+set}" = set; then
 10506    echo $ECHO_N "(cached) $ECHO_C" >&6
 10507  else
 10508 @@ -4636,8 +5585,8 @@
 10509    ;;
 10510  esac
 10511  fi
 10512 -echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 10513 -echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
 10514 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 10515 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 10516  with_gnu_ld=$lt_cv_prog_gnu_ld
 10517  
 10518  
 10519 @@ -4648,8 +5597,8 @@
 10520  
 10521  
 10522  
 10523 -echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 10524 -echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
 10525 +{ echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 10526 +echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
 10527  if test "${lt_cv_path_NM+set}" = set; then
 10528    echo $ECHO_N "(cached) $ECHO_C" >&6
 10529  else
 10530 @@ -4697,8 +5646,8 @@
 10531    : ${lt_cv_path_NM=no}
 10532  fi
 10533  fi
 10534 -echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 10535 -echo "${ECHO_T}$lt_cv_path_NM" >&6
 10536 +{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 10537 +echo "${ECHO_T}$lt_cv_path_NM" >&6; }
 10538  if test "$lt_cv_path_NM" != "no"; then
 10539    NM="$lt_cv_path_NM"
 10540  else
 10541 @@ -4708,8 +5657,8 @@
 10542    do
 10543      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 10544  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 10545 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 10546 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 10547 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 10548 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 10549  if test "${ac_cv_prog_DUMPBIN+set}" = set; then
 10550    echo $ECHO_N "(cached) $ECHO_C" >&6
 10551  else
 10552 @@ -4722,25 +5671,27 @@
 10553    IFS=$as_save_IFS
 10554    test -z "$as_dir" && as_dir=.
 10555    for ac_exec_ext in '' $ac_executable_extensions; do
 10556 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 10557 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 10558      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
 10559      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 10560      break 2
 10561    fi
 10562  done
 10563  done
 10564 +IFS=$as_save_IFS
 10565  
 10566  fi
 10567  fi
 10568  DUMPBIN=$ac_cv_prog_DUMPBIN
 10569  if test -n "$DUMPBIN"; then
 10570 -  echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 10571 -echo "${ECHO_T}$DUMPBIN" >&6
 10572 +  { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 10573 +echo "${ECHO_T}$DUMPBIN" >&6; }
 10574  else
 10575 -  echo "$as_me:$LINENO: result: no" >&5
 10576 -echo "${ECHO_T}no" >&6
 10577 +  { echo "$as_me:$LINENO: result: no" >&5
 10578 +echo "${ECHO_T}no" >&6; }
 10579  fi
 10580  
 10581 +
 10582      test -n "$DUMPBIN" && break
 10583    done
 10584  fi
 10585 @@ -4750,8 +5701,8 @@
 10586  do
 10587    # Extract the first word of "$ac_prog", so it can be a program name with args.
 10588  set dummy $ac_prog; ac_word=$2
 10589 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 10590 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 10591 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 10592 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 10593  if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
 10594    echo $ECHO_N "(cached) $ECHO_C" >&6
 10595  else
 10596 @@ -4764,30 +5715,45 @@
 10597    IFS=$as_save_IFS
 10598    test -z "$as_dir" && as_dir=.
 10599    for ac_exec_ext in '' $ac_executable_extensions; do
 10600 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 10601 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 10602      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
 10603      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 10604      break 2
 10605    fi
 10606  done
 10607  done
 10608 +IFS=$as_save_IFS
 10609  
 10610  fi
 10611  fi
 10612  ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
 10613  if test -n "$ac_ct_DUMPBIN"; then
 10614 -  echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 10615 -echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
 10616 +  { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 10617 +echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
 10618  else
 10619 -  echo "$as_me:$LINENO: result: no" >&5
 10620 -echo "${ECHO_T}no" >&6
 10621 +  { echo "$as_me:$LINENO: result: no" >&5
 10622 +echo "${ECHO_T}no" >&6; }
 10623  fi
 10624  
 10625 +
 10626    test -n "$ac_ct_DUMPBIN" && break
 10627  done
 10628 -test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
 10629  
 10630 -  DUMPBIN=$ac_ct_DUMPBIN
 10631 +  if test "x$ac_ct_DUMPBIN" = x; then
 10632 +    DUMPBIN=":"
 10633 +  else
 10634 +    case $cross_compiling:$ac_tool_warned in
 10635 +yes:)
 10636 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 10637 +whose name does not start with the host triplet.  If you think this
 10638 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 10639 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 10640 +whose name does not start with the host triplet.  If you think this
 10641 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 10642 +ac_tool_warned=yes ;;
 10643 +esac
 10644 +    DUMPBIN=$ac_ct_DUMPBIN
 10645 +  fi
 10646  fi
 10647  
 10648  
 10649 @@ -4802,43 +5768,43 @@
 10650  
 10651  
 10652  
 10653 -echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 10654 -echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
 10655 +{ echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 10656 +echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
 10657  if test "${lt_cv_nm_interface+set}" = set; then
 10658    echo $ECHO_N "(cached) $ECHO_C" >&6
 10659  else
 10660    lt_cv_nm_interface="BSD nm"
 10661    echo "int some_variable = 0;" > conftest.$ac_ext
 10662 -  (eval echo "\"\$as_me:4812: $ac_compile\"" >&5)
 10663 +  (eval echo "\"\$as_me:5778: $ac_compile\"" >&5)
 10664    (eval "$ac_compile" 2>conftest.err)
 10665    cat conftest.err >&5
 10666 -  (eval echo "\"\$as_me:4815: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 10667 +  (eval echo "\"\$as_me:5781: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 10668    (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 10669    cat conftest.err >&5
 10670 -  (eval echo "\"\$as_me:4818: output\"" >&5)
 10671 +  (eval echo "\"\$as_me:5784: output\"" >&5)
 10672    cat conftest.out >&5
 10673    if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 10674      lt_cv_nm_interface="MS dumpbin"
 10675    fi
 10676    rm -f conftest*
 10677  fi
 10678 -echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 10679 -echo "${ECHO_T}$lt_cv_nm_interface" >&6
 10680 +{ echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 10681 +echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
 10682  
 10683 -echo "$as_me:$LINENO: checking whether ln -s works" >&5
 10684 -echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
 10685 +{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
 10686 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 10687  LN_S=$as_ln_s
 10688  if test "$LN_S" = "ln -s"; then
 10689 -  echo "$as_me:$LINENO: result: yes" >&5
 10690 -echo "${ECHO_T}yes" >&6
 10691 +  { echo "$as_me:$LINENO: result: yes" >&5
 10692 +echo "${ECHO_T}yes" >&6; }
 10693  else
 10694 -  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 10695 -echo "${ECHO_T}no, using $LN_S" >&6
 10696 +  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 10697 +echo "${ECHO_T}no, using $LN_S" >&6; }
 10698  fi
 10699  
 10700  # find the maximum length of command line arguments
 10701 -echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 10702 -echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
 10703 +{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 10704 +echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
 10705  if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 10706    echo $ECHO_N "(cached) $ECHO_C" >&6
 10707  else
 10708 @@ -4957,11 +5923,11 @@
 10709  fi
 10710  
 10711  if test -n $lt_cv_sys_max_cmd_len ; then
 10712 -  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 10713 -echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
 10714 +  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 10715 +echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 10716  else
 10717 -  echo "$as_me:$LINENO: result: none" >&5
 10718 -echo "${ECHO_T}none" >&6
 10719 +  { echo "$as_me:$LINENO: result: none" >&5
 10720 +echo "${ECHO_T}none" >&6; }
 10721  fi
 10722  max_cmd_len=$lt_cv_sys_max_cmd_len
 10723  
 10724 @@ -4974,8 +5940,8 @@
 10725  : ${MV="mv -f"}
 10726  : ${RM="rm -f"}
 10727  
 10728 -echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 10729 -echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
 10730 +{ echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 10731 +echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
 10732  # Try some XSI features
 10733  xsi_shell=no
 10734  ( _lt_dummy="a/b/c"
 10735 @@ -4984,18 +5950,18 @@
 10736      && eval 'test $(( 1 + 1 )) -eq 2 \
 10737      && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 10738    && xsi_shell=yes
 10739 -echo "$as_me:$LINENO: result: $xsi_shell" >&5
 10740 -echo "${ECHO_T}$xsi_shell" >&6
 10741 +{ echo "$as_me:$LINENO: result: $xsi_shell" >&5
 10742 +echo "${ECHO_T}$xsi_shell" >&6; }
 10743  
 10744  
 10745 -echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 10746 -echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
 10747 +{ echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 10748 +echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
 10749  lt_shell_append=no
 10750  ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
 10751      >/dev/null 2>&1 \
 10752    && lt_shell_append=yes
 10753 -echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 10754 -echo "${ECHO_T}$lt_shell_append" >&6
 10755 +{ echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 10756 +echo "${ECHO_T}$lt_shell_append" >&6; }
 10757  
 10758  
 10759  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 10760 @@ -5029,15 +5995,15 @@
 10761  
 10762  
 10763  
 10764 -echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 10765 -echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
 10766 +{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 10767 +echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 10768  if test "${lt_cv_ld_reload_flag+set}" = set; then
 10769    echo $ECHO_N "(cached) $ECHO_C" >&6
 10770  else
 10771    lt_cv_ld_reload_flag='-r'
 10772  fi
 10773 -echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 10774 -echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
 10775 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 10776 +echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 10777  reload_flag=$lt_cv_ld_reload_flag
 10778  case $reload_flag in
 10779  "" | " "*) ;;
 10780 @@ -5065,8 +6031,8 @@
 10781  if test -n "$ac_tool_prefix"; then
 10782    # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
 10783  set dummy ${ac_tool_prefix}objdump; ac_word=$2
 10784 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 10785 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 10786 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 10787 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 10788  if test "${ac_cv_prog_OBJDUMP+set}" = set; then
 10789    echo $ECHO_N "(cached) $ECHO_C" >&6
 10790  else
 10791 @@ -5079,32 +6045,34 @@
 10792    IFS=$as_save_IFS
 10793    test -z "$as_dir" && as_dir=.
 10794    for ac_exec_ext in '' $ac_executable_extensions; do
 10795 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 10796 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 10797      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
 10798      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 10799      break 2
 10800    fi
 10801  done
 10802  done
 10803 +IFS=$as_save_IFS
 10804  
 10805  fi
 10806  fi
 10807  OBJDUMP=$ac_cv_prog_OBJDUMP
 10808  if test -n "$OBJDUMP"; then
 10809 -  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 10810 -echo "${ECHO_T}$OBJDUMP" >&6
 10811 +  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 10812 +echo "${ECHO_T}$OBJDUMP" >&6; }
 10813  else
 10814 -  echo "$as_me:$LINENO: result: no" >&5
 10815 -echo "${ECHO_T}no" >&6
 10816 +  { echo "$as_me:$LINENO: result: no" >&5
 10817 +echo "${ECHO_T}no" >&6; }
 10818  fi
 10819  
 10820 +
 10821  fi
 10822  if test -z "$ac_cv_prog_OBJDUMP"; then
 10823    ac_ct_OBJDUMP=$OBJDUMP
 10824    # Extract the first word of "objdump", so it can be a program name with args.
 10825  set dummy objdump; ac_word=$2
 10826 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 10827 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 10828 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 10829 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 10830  if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
 10831    echo $ECHO_N "(cached) $ECHO_C" >&6
 10832  else
 10833 @@ -5117,27 +6085,41 @@
 10834    IFS=$as_save_IFS
 10835    test -z "$as_dir" && as_dir=.
 10836    for ac_exec_ext in '' $ac_executable_extensions; do
 10837 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 10838 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 10839      ac_cv_prog_ac_ct_OBJDUMP="objdump"
 10840      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 10841      break 2
 10842    fi
 10843  done
 10844  done
 10845 +IFS=$as_save_IFS
 10846  
 10847 -  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
 10848  fi
 10849  fi
 10850  ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
 10851  if test -n "$ac_ct_OBJDUMP"; then
 10852 -  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 10853 -echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
 10854 +  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 10855 +echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
 10856  else
 10857 -  echo "$as_me:$LINENO: result: no" >&5
 10858 -echo "${ECHO_T}no" >&6
 10859 +  { echo "$as_me:$LINENO: result: no" >&5
 10860 +echo "${ECHO_T}no" >&6; }
 10861  fi
 10862  
 10863 -  OBJDUMP=$ac_ct_OBJDUMP
 10864 +  if test "x$ac_ct_OBJDUMP" = x; then
 10865 +    OBJDUMP="false"
 10866 +  else
 10867 +    case $cross_compiling:$ac_tool_warned in
 10868 +yes:)
 10869 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 10870 +whose name does not start with the host triplet.  If you think this
 10871 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 10872 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 10873 +whose name does not start with the host triplet.  If you think this
 10874 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 10875 +ac_tool_warned=yes ;;
 10876 +esac
 10877 +    OBJDUMP=$ac_ct_OBJDUMP
 10878 +  fi
 10879  else
 10880    OBJDUMP="$ac_cv_prog_OBJDUMP"
 10881  fi
 10882 @@ -5149,8 +6131,8 @@
 10883  
 10884  
 10885  
 10886 -echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 10887 -echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
 10888 +{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 10889 +echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
 10890  if test "${lt_cv_deplibs_check_method+set}" = set; then
 10891    echo $ECHO_N "(cached) $ECHO_C" >&6
 10892  else
 10893 @@ -5345,8 +6327,8 @@
 10894  esac
 10895  
 10896  fi
 10897 -echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 10898 -echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
 10899 +{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 10900 +echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 10901  file_magic_cmd=$lt_cv_file_magic_cmd
 10902  deplibs_check_method=$lt_cv_deplibs_check_method
 10903  test -z "$deplibs_check_method" && deplibs_check_method=unknown
 10904 @@ -5365,8 +6347,8 @@
 10905  if test -n "$ac_tool_prefix"; then
 10906    # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 10907  set dummy ${ac_tool_prefix}ar; ac_word=$2
 10908 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 10909 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 10910 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 10911 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 10912  if test "${ac_cv_prog_AR+set}" = set; then
 10913    echo $ECHO_N "(cached) $ECHO_C" >&6
 10914  else
 10915 @@ -5379,32 +6361,34 @@
 10916    IFS=$as_save_IFS
 10917    test -z "$as_dir" && as_dir=.
 10918    for ac_exec_ext in '' $ac_executable_extensions; do
 10919 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 10920 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 10921      ac_cv_prog_AR="${ac_tool_prefix}ar"
 10922      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 10923      break 2
 10924    fi
 10925  done
 10926  done
 10927 +IFS=$as_save_IFS
 10928  
 10929  fi
 10930  fi
 10931  AR=$ac_cv_prog_AR
 10932  if test -n "$AR"; then
 10933 -  echo "$as_me:$LINENO: result: $AR" >&5
 10934 -echo "${ECHO_T}$AR" >&6
 10935 +  { echo "$as_me:$LINENO: result: $AR" >&5
 10936 +echo "${ECHO_T}$AR" >&6; }
 10937  else
 10938 -  echo "$as_me:$LINENO: result: no" >&5
 10939 -echo "${ECHO_T}no" >&6
 10940 +  { echo "$as_me:$LINENO: result: no" >&5
 10941 +echo "${ECHO_T}no" >&6; }
 10942  fi
 10943  
 10944 +
 10945  fi
 10946  if test -z "$ac_cv_prog_AR"; then
 10947    ac_ct_AR=$AR
 10948    # Extract the first word of "ar", so it can be a program name with args.
 10949  set dummy ar; ac_word=$2
 10950 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 10951 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 10952 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 10953 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 10954  if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 10955    echo $ECHO_N "(cached) $ECHO_C" >&6
 10956  else
 10957 @@ -5417,27 +6401,41 @@
 10958    IFS=$as_save_IFS
 10959    test -z "$as_dir" && as_dir=.
 10960    for ac_exec_ext in '' $ac_executable_extensions; do
 10961 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 10962 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 10963      ac_cv_prog_ac_ct_AR="ar"
 10964      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 10965      break 2
 10966    fi
 10967  done
 10968  done
 10969 +IFS=$as_save_IFS
 10970  
 10971 -  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
 10972  fi
 10973  fi
 10974  ac_ct_AR=$ac_cv_prog_ac_ct_AR
 10975  if test -n "$ac_ct_AR"; then
 10976 -  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 10977 -echo "${ECHO_T}$ac_ct_AR" >&6
 10978 +  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 10979 +echo "${ECHO_T}$ac_ct_AR" >&6; }
 10980  else
 10981 -  echo "$as_me:$LINENO: result: no" >&5
 10982 -echo "${ECHO_T}no" >&6
 10983 +  { echo "$as_me:$LINENO: result: no" >&5
 10984 +echo "${ECHO_T}no" >&6; }
 10985  fi
 10986  
 10987 -  AR=$ac_ct_AR
 10988 +  if test "x$ac_ct_AR" = x; then
 10989 +    AR="false"
 10990 +  else
 10991 +    case $cross_compiling:$ac_tool_warned in
 10992 +yes:)
 10993 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 10994 +whose name does not start with the host triplet.  If you think this
 10995 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 10996 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 10997 +whose name does not start with the host triplet.  If you think this
 10998 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 10999 +ac_tool_warned=yes ;;
 11000 +esac
 11001 +    AR=$ac_ct_AR
 11002 +  fi
 11003  else
 11004    AR="$ac_cv_prog_AR"
 11005  fi
 11006 @@ -5458,8 +6456,8 @@
 11007  if test -n "$ac_tool_prefix"; then
 11008    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 11009  set dummy ${ac_tool_prefix}strip; ac_word=$2
 11010 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11011 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11012 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11013 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11014  if test "${ac_cv_prog_STRIP+set}" = set; then
 11015    echo $ECHO_N "(cached) $ECHO_C" >&6
 11016  else
 11017 @@ -5472,32 +6470,34 @@
 11018    IFS=$as_save_IFS
 11019    test -z "$as_dir" && as_dir=.
 11020    for ac_exec_ext in '' $ac_executable_extensions; do
 11021 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11022 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11023      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 11024      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11025      break 2
 11026    fi
 11027  done
 11028  done
 11029 +IFS=$as_save_IFS
 11030  
 11031  fi
 11032  fi
 11033  STRIP=$ac_cv_prog_STRIP
 11034  if test -n "$STRIP"; then
 11035 -  echo "$as_me:$LINENO: result: $STRIP" >&5
 11036 -echo "${ECHO_T}$STRIP" >&6
 11037 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
 11038 +echo "${ECHO_T}$STRIP" >&6; }
 11039  else
 11040 -  echo "$as_me:$LINENO: result: no" >&5
 11041 -echo "${ECHO_T}no" >&6
 11042 +  { echo "$as_me:$LINENO: result: no" >&5
 11043 +echo "${ECHO_T}no" >&6; }
 11044  fi
 11045  
 11046 +
 11047  fi
 11048  if test -z "$ac_cv_prog_STRIP"; then
 11049    ac_ct_STRIP=$STRIP
 11050    # Extract the first word of "strip", so it can be a program name with args.
 11051  set dummy strip; ac_word=$2
 11052 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11053 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11054 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11055 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11056  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 11057    echo $ECHO_N "(cached) $ECHO_C" >&6
 11058  else
 11059 @@ -5510,27 +6510,41 @@
 11060    IFS=$as_save_IFS
 11061    test -z "$as_dir" && as_dir=.
 11062    for ac_exec_ext in '' $ac_executable_extensions; do
 11063 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11064 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11065      ac_cv_prog_ac_ct_STRIP="strip"
 11066      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11067      break 2
 11068    fi
 11069  done
 11070  done
 11071 +IFS=$as_save_IFS
 11072  
 11073 -  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 11074  fi
 11075  fi
 11076  ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 11077  if test -n "$ac_ct_STRIP"; then
 11078 -  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 11079 -echo "${ECHO_T}$ac_ct_STRIP" >&6
 11080 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 11081 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 11082  else
 11083 -  echo "$as_me:$LINENO: result: no" >&5
 11084 -echo "${ECHO_T}no" >&6
 11085 +  { echo "$as_me:$LINENO: result: no" >&5
 11086 +echo "${ECHO_T}no" >&6; }
 11087  fi
 11088  
 11089 -  STRIP=$ac_ct_STRIP
 11090 +  if test "x$ac_ct_STRIP" = x; then
 11091 +    STRIP=":"
 11092 +  else
 11093 +    case $cross_compiling:$ac_tool_warned in
 11094 +yes:)
 11095 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 11096 +whose name does not start with the host triplet.  If you think this
 11097 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 11098 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 11099 +whose name does not start with the host triplet.  If you think this
 11100 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 11101 +ac_tool_warned=yes ;;
 11102 +esac
 11103 +    STRIP=$ac_ct_STRIP
 11104 +  fi
 11105  else
 11106    STRIP="$ac_cv_prog_STRIP"
 11107  fi
 11108 @@ -5545,8 +6559,8 @@
 11109  if test -n "$ac_tool_prefix"; then
 11110    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 11111  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 11112 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11113 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11114 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11115 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11116  if test "${ac_cv_prog_RANLIB+set}" = set; then
 11117    echo $ECHO_N "(cached) $ECHO_C" >&6
 11118  else
 11119 @@ -5559,32 +6573,34 @@
 11120    IFS=$as_save_IFS
 11121    test -z "$as_dir" && as_dir=.
 11122    for ac_exec_ext in '' $ac_executable_extensions; do
 11123 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11124 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11125      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 11126      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11127      break 2
 11128    fi
 11129  done
 11130  done
 11131 +IFS=$as_save_IFS
 11132  
 11133  fi
 11134  fi
 11135  RANLIB=$ac_cv_prog_RANLIB
 11136  if test -n "$RANLIB"; then
 11137 -  echo "$as_me:$LINENO: result: $RANLIB" >&5
 11138 -echo "${ECHO_T}$RANLIB" >&6
 11139 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 11140 +echo "${ECHO_T}$RANLIB" >&6; }
 11141  else
 11142 -  echo "$as_me:$LINENO: result: no" >&5
 11143 -echo "${ECHO_T}no" >&6
 11144 +  { echo "$as_me:$LINENO: result: no" >&5
 11145 +echo "${ECHO_T}no" >&6; }
 11146  fi
 11147  
 11148 +
 11149  fi
 11150  if test -z "$ac_cv_prog_RANLIB"; then
 11151    ac_ct_RANLIB=$RANLIB
 11152    # Extract the first word of "ranlib", so it can be a program name with args.
 11153  set dummy ranlib; ac_word=$2
 11154 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11155 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11156 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11157 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11158  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 11159    echo $ECHO_N "(cached) $ECHO_C" >&6
 11160  else
 11161 @@ -5597,27 +6613,41 @@
 11162    IFS=$as_save_IFS
 11163    test -z "$as_dir" && as_dir=.
 11164    for ac_exec_ext in '' $ac_executable_extensions; do
 11165 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11166 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11167      ac_cv_prog_ac_ct_RANLIB="ranlib"
 11168      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11169      break 2
 11170    fi
 11171  done
 11172  done
 11173 +IFS=$as_save_IFS
 11174  
 11175 -  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
 11176  fi
 11177  fi
 11178  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 11179  if test -n "$ac_ct_RANLIB"; then
 11180 -  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 11181 -echo "${ECHO_T}$ac_ct_RANLIB" >&6
 11182 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 11183 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 11184  else
 11185 -  echo "$as_me:$LINENO: result: no" >&5
 11186 -echo "${ECHO_T}no" >&6
 11187 +  { echo "$as_me:$LINENO: result: no" >&5
 11188 +echo "${ECHO_T}no" >&6; }
 11189  fi
 11190  
 11191 -  RANLIB=$ac_ct_RANLIB
 11192 +  if test "x$ac_ct_RANLIB" = x; then
 11193 +    RANLIB=":"
 11194 +  else
 11195 +    case $cross_compiling:$ac_tool_warned in
 11196 +yes:)
 11197 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 11198 +whose name does not start with the host triplet.  If you think this
 11199 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 11200 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 11201 +whose name does not start with the host triplet.  If you think this
 11202 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 11203 +ac_tool_warned=yes ;;
 11204 +esac
 11205 +    RANLIB=$ac_ct_RANLIB
 11206 +  fi
 11207  else
 11208    RANLIB="$ac_cv_prog_RANLIB"
 11209  fi
 11210 @@ -5690,8 +6720,8 @@
 11211  
 11212  
 11213  # Check for command to grab the raw symbol name followed by C symbol from nm.
 11214 -echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 11215 -echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
 11216 +{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 11217 +echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 11218  if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 11219    echo $ECHO_N "(cached) $ECHO_C" >&6
 11220  else
 11221 @@ -5910,11 +6940,11 @@
 11222    lt_cv_sys_global_symbol_to_cdecl=
 11223  fi
 11224  if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 11225 -  echo "$as_me:$LINENO: result: failed" >&5
 11226 -echo "${ECHO_T}failed" >&6
 11227 +  { echo "$as_me:$LINENO: result: failed" >&5
 11228 +echo "${ECHO_T}failed" >&6; }
 11229  else
 11230 -  echo "$as_me:$LINENO: result: ok" >&5
 11231 -echo "${ECHO_T}ok" >&6
 11232 +  { echo "$as_me:$LINENO: result: ok" >&5
 11233 +echo "${ECHO_T}ok" >&6; }
 11234  fi
 11235  
 11236  
 11237 @@ -5939,11 +6969,11 @@
 11238  
 11239  
 11240  
 11241 -# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
 11242 +# Check whether --enable-libtool-lock was given.
 11243  if test "${enable_libtool_lock+set}" = set; then
 11244 -  enableval="$enable_libtool_lock"
 11245 +  enableval=$enable_libtool_lock;
 11246 +fi
 11247  
 11248 -fi;
 11249  test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 11250  
 11251  # Some flags need to be propagated to the compiler or linker for good
 11252 @@ -5970,7 +7000,7 @@
 11253    ;;
 11254  *-*-irix6*)
 11255    # Find out which ABI we are using.
 11256 -  echo '#line 5973 "configure"' > conftest.$ac_ext
 11257 +  echo '#line 7003 "configure"' > conftest.$ac_ext
 11258    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 11259    (eval $ac_compile) 2>&5
 11260    ac_status=$?
 11261 @@ -6062,8 +7092,8 @@
 11262    # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 11263    SAVE_CFLAGS="$CFLAGS"
 11264    CFLAGS="$CFLAGS -belf"
 11265 -  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 11266 -echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
 11267 +  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 11268 +echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 11269  if test "${lt_cv_cc_needs_belf+set}" = set; then
 11270    echo $ECHO_N "(cached) $ECHO_C" >&6
 11271  else
 11272 @@ -6089,35 +7119,32 @@
 11273  }
 11274  _ACEOF
 11275  rm -f conftest.$ac_objext conftest$ac_exeext
 11276 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 11277 -  (eval $ac_link) 2>conftest.er1
 11278 +if { (ac_try="$ac_link"
 11279 +case "(($ac_try" in
 11280 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11281 +  *) ac_try_echo=$ac_try;;
 11282 +esac
 11283 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11284 +  (eval "$ac_link") 2>conftest.er1
 11285    ac_status=$?
 11286    grep -v '^ *+' conftest.er1 >conftest.err
 11287    rm -f conftest.er1
 11288    cat conftest.err >&5
 11289    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11290 -  (exit $ac_status); } &&
 11291 -	 { ac_try='test -z "$ac_c_werror_flag"
 11292 -			 || test ! -s conftest.err'
 11293 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 11294 -  (eval $ac_try) 2>&5
 11295 -  ac_status=$?
 11296 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11297 -  (exit $ac_status); }; } &&
 11298 -	 { ac_try='test -s conftest$ac_exeext'
 11299 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 11300 -  (eval $ac_try) 2>&5
 11301 -  ac_status=$?
 11302 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11303 -  (exit $ac_status); }; }; then
 11304 +  (exit $ac_status); } && {
 11305 +	 test -z "$ac_c_werror_flag" ||
 11306 +	 test ! -s conftest.err
 11307 +       } && test -s conftest$ac_exeext &&
 11308 +       $as_test_x conftest$ac_exeext; then
 11309    lt_cv_cc_needs_belf=yes
 11310  else
 11311    echo "$as_me: failed program was:" >&5
 11312  sed 's/^/| /' conftest.$ac_ext >&5
 11313  
 11314 -lt_cv_cc_needs_belf=no
 11315 +	lt_cv_cc_needs_belf=no
 11316  fi
 11317 -rm -f conftest.err conftest.$ac_objext \
 11318 +
 11319 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 11320        conftest$ac_exeext conftest.$ac_ext
 11321       ac_ext=c
 11322  ac_cpp='$CPP $CPPFLAGS'
 11323 @@ -6126,8 +7153,8 @@
 11324  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 11325  
 11326  fi
 11327 -echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 11328 -echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
 11329 +{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 11330 +echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
 11331    if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 11332      # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 11333      CFLAGS="$SAVE_CFLAGS"
 11334 @@ -6166,8 +7193,8 @@
 11335      if test -n "$ac_tool_prefix"; then
 11336    # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 11337  set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 11338 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11339 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11340 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11341 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11342  if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 11343    echo $ECHO_N "(cached) $ECHO_C" >&6
 11344  else
 11345 @@ -6180,32 +7207,34 @@
 11346    IFS=$as_save_IFS
 11347    test -z "$as_dir" && as_dir=.
 11348    for ac_exec_ext in '' $ac_executable_extensions; do
 11349 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11350 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11351      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 11352      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11353      break 2
 11354    fi
 11355  done
 11356  done
 11357 +IFS=$as_save_IFS
 11358  
 11359  fi
 11360  fi
 11361  DSYMUTIL=$ac_cv_prog_DSYMUTIL
 11362  if test -n "$DSYMUTIL"; then
 11363 -  echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 11364 -echo "${ECHO_T}$DSYMUTIL" >&6
 11365 +  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 11366 +echo "${ECHO_T}$DSYMUTIL" >&6; }
 11367  else
 11368 -  echo "$as_me:$LINENO: result: no" >&5
 11369 -echo "${ECHO_T}no" >&6
 11370 +  { echo "$as_me:$LINENO: result: no" >&5
 11371 +echo "${ECHO_T}no" >&6; }
 11372  fi
 11373  
 11374 +
 11375  fi
 11376  if test -z "$ac_cv_prog_DSYMUTIL"; then
 11377    ac_ct_DSYMUTIL=$DSYMUTIL
 11378    # Extract the first word of "dsymutil", so it can be a program name with args.
 11379  set dummy dsymutil; ac_word=$2
 11380 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11381 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11382 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11383 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11384  if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 11385    echo $ECHO_N "(cached) $ECHO_C" >&6
 11386  else
 11387 @@ -6218,27 +7247,41 @@
 11388    IFS=$as_save_IFS
 11389    test -z "$as_dir" && as_dir=.
 11390    for ac_exec_ext in '' $ac_executable_extensions; do
 11391 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11392 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11393      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 11394      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11395      break 2
 11396    fi
 11397  done
 11398  done
 11399 +IFS=$as_save_IFS
 11400  
 11401 -  test -z "$ac_cv_prog_ac_ct_DSYMUTIL" && ac_cv_prog_ac_ct_DSYMUTIL=":"
 11402  fi
 11403  fi
 11404  ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 11405  if test -n "$ac_ct_DSYMUTIL"; then
 11406 -  echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 11407 -echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6
 11408 +  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 11409 +echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
 11410  else
 11411 -  echo "$as_me:$LINENO: result: no" >&5
 11412 -echo "${ECHO_T}no" >&6
 11413 +  { echo "$as_me:$LINENO: result: no" >&5
 11414 +echo "${ECHO_T}no" >&6; }
 11415  fi
 11416  
 11417 -  DSYMUTIL=$ac_ct_DSYMUTIL
 11418 +  if test "x$ac_ct_DSYMUTIL" = x; then
 11419 +    DSYMUTIL=":"
 11420 +  else
 11421 +    case $cross_compiling:$ac_tool_warned in
 11422 +yes:)
 11423 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 11424 +whose name does not start with the host triplet.  If you think this
 11425 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 11426 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 11427 +whose name does not start with the host triplet.  If you think this
 11428 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 11429 +ac_tool_warned=yes ;;
 11430 +esac
 11431 +    DSYMUTIL=$ac_ct_DSYMUTIL
 11432 +  fi
 11433  else
 11434    DSYMUTIL="$ac_cv_prog_DSYMUTIL"
 11435  fi
 11436 @@ -6246,8 +7289,8 @@
 11437      if test -n "$ac_tool_prefix"; then
 11438    # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 11439  set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 11440 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11441 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11442 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11443 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11444  if test "${ac_cv_prog_NMEDIT+set}" = set; then
 11445    echo $ECHO_N "(cached) $ECHO_C" >&6
 11446  else
 11447 @@ -6260,32 +7303,34 @@
 11448    IFS=$as_save_IFS
 11449    test -z "$as_dir" && as_dir=.
 11450    for ac_exec_ext in '' $ac_executable_extensions; do
 11451 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11452 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11453      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 11454      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11455      break 2
 11456    fi
 11457  done
 11458  done
 11459 +IFS=$as_save_IFS
 11460  
 11461  fi
 11462  fi
 11463  NMEDIT=$ac_cv_prog_NMEDIT
 11464  if test -n "$NMEDIT"; then
 11465 -  echo "$as_me:$LINENO: result: $NMEDIT" >&5
 11466 -echo "${ECHO_T}$NMEDIT" >&6
 11467 +  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
 11468 +echo "${ECHO_T}$NMEDIT" >&6; }
 11469  else
 11470 -  echo "$as_me:$LINENO: result: no" >&5
 11471 -echo "${ECHO_T}no" >&6
 11472 +  { echo "$as_me:$LINENO: result: no" >&5
 11473 +echo "${ECHO_T}no" >&6; }
 11474  fi
 11475  
 11476 +
 11477  fi
 11478  if test -z "$ac_cv_prog_NMEDIT"; then
 11479    ac_ct_NMEDIT=$NMEDIT
 11480    # Extract the first word of "nmedit", so it can be a program name with args.
 11481  set dummy nmedit; ac_word=$2
 11482 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11483 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11484 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11485 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11486  if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 11487    echo $ECHO_N "(cached) $ECHO_C" >&6
 11488  else
 11489 @@ -6298,27 +7343,41 @@
 11490    IFS=$as_save_IFS
 11491    test -z "$as_dir" && as_dir=.
 11492    for ac_exec_ext in '' $ac_executable_extensions; do
 11493 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11494 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11495      ac_cv_prog_ac_ct_NMEDIT="nmedit"
 11496      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11497      break 2
 11498    fi
 11499  done
 11500  done
 11501 +IFS=$as_save_IFS
 11502  
 11503 -  test -z "$ac_cv_prog_ac_ct_NMEDIT" && ac_cv_prog_ac_ct_NMEDIT=":"
 11504  fi
 11505  fi
 11506  ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 11507  if test -n "$ac_ct_NMEDIT"; then
 11508 -  echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 11509 -echo "${ECHO_T}$ac_ct_NMEDIT" >&6
 11510 +  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 11511 +echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
 11512  else
 11513 -  echo "$as_me:$LINENO: result: no" >&5
 11514 -echo "${ECHO_T}no" >&6
 11515 +  { echo "$as_me:$LINENO: result: no" >&5
 11516 +echo "${ECHO_T}no" >&6; }
 11517  fi
 11518  
 11519 -  NMEDIT=$ac_ct_NMEDIT
 11520 +  if test "x$ac_ct_NMEDIT" = x; then
 11521 +    NMEDIT=":"
 11522 +  else
 11523 +    case $cross_compiling:$ac_tool_warned in
 11524 +yes:)
 11525 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 11526 +whose name does not start with the host triplet.  If you think this
 11527 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 11528 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 11529 +whose name does not start with the host triplet.  If you think this
 11530 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 11531 +ac_tool_warned=yes ;;
 11532 +esac
 11533 +    NMEDIT=$ac_ct_NMEDIT
 11534 +  fi
 11535  else
 11536    NMEDIT="$ac_cv_prog_NMEDIT"
 11537  fi
 11538 @@ -6326,8 +7385,8 @@
 11539      if test -n "$ac_tool_prefix"; then
 11540    # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
 11541  set dummy ${ac_tool_prefix}lipo; ac_word=$2
 11542 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11543 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11544 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11545 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11546  if test "${ac_cv_prog_LIPO+set}" = set; then
 11547    echo $ECHO_N "(cached) $ECHO_C" >&6
 11548  else
 11549 @@ -6340,32 +7399,34 @@
 11550    IFS=$as_save_IFS
 11551    test -z "$as_dir" && as_dir=.
 11552    for ac_exec_ext in '' $ac_executable_extensions; do
 11553 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11554 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11555      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
 11556      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11557      break 2
 11558    fi
 11559  done
 11560  done
 11561 +IFS=$as_save_IFS
 11562  
 11563  fi
 11564  fi
 11565  LIPO=$ac_cv_prog_LIPO
 11566  if test -n "$LIPO"; then
 11567 -  echo "$as_me:$LINENO: result: $LIPO" >&5
 11568 -echo "${ECHO_T}$LIPO" >&6
 11569 +  { echo "$as_me:$LINENO: result: $LIPO" >&5
 11570 +echo "${ECHO_T}$LIPO" >&6; }
 11571  else
 11572 -  echo "$as_me:$LINENO: result: no" >&5
 11573 -echo "${ECHO_T}no" >&6
 11574 +  { echo "$as_me:$LINENO: result: no" >&5
 11575 +echo "${ECHO_T}no" >&6; }
 11576  fi
 11577  
 11578 +
 11579  fi
 11580  if test -z "$ac_cv_prog_LIPO"; then
 11581    ac_ct_LIPO=$LIPO
 11582    # Extract the first word of "lipo", so it can be a program name with args.
 11583  set dummy lipo; ac_word=$2
 11584 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11585 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11586 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11587 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11588  if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
 11589    echo $ECHO_N "(cached) $ECHO_C" >&6
 11590  else
 11591 @@ -6378,27 +7439,41 @@
 11592    IFS=$as_save_IFS
 11593    test -z "$as_dir" && as_dir=.
 11594    for ac_exec_ext in '' $ac_executable_extensions; do
 11595 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11596 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11597      ac_cv_prog_ac_ct_LIPO="lipo"
 11598      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11599      break 2
 11600    fi
 11601  done
 11602  done
 11603 +IFS=$as_save_IFS
 11604  
 11605 -  test -z "$ac_cv_prog_ac_ct_LIPO" && ac_cv_prog_ac_ct_LIPO=":"
 11606  fi
 11607  fi
 11608  ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
 11609  if test -n "$ac_ct_LIPO"; then
 11610 -  echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 11611 -echo "${ECHO_T}$ac_ct_LIPO" >&6
 11612 +  { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 11613 +echo "${ECHO_T}$ac_ct_LIPO" >&6; }
 11614  else
 11615 -  echo "$as_me:$LINENO: result: no" >&5
 11616 -echo "${ECHO_T}no" >&6
 11617 +  { echo "$as_me:$LINENO: result: no" >&5
 11618 +echo "${ECHO_T}no" >&6; }
 11619  fi
 11620  
 11621 -  LIPO=$ac_ct_LIPO
 11622 +  if test "x$ac_ct_LIPO" = x; then
 11623 +    LIPO=":"
 11624 +  else
 11625 +    case $cross_compiling:$ac_tool_warned in
 11626 +yes:)
 11627 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 11628 +whose name does not start with the host triplet.  If you think this
 11629 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 11630 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 11631 +whose name does not start with the host triplet.  If you think this
 11632 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 11633 +ac_tool_warned=yes ;;
 11634 +esac
 11635 +    LIPO=$ac_ct_LIPO
 11636 +  fi
 11637  else
 11638    LIPO="$ac_cv_prog_LIPO"
 11639  fi
 11640 @@ -6406,8 +7481,8 @@
 11641      if test -n "$ac_tool_prefix"; then
 11642    # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
 11643  set dummy ${ac_tool_prefix}otool; ac_word=$2
 11644 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11645 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11646 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11647 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11648  if test "${ac_cv_prog_OTOOL+set}" = set; then
 11649    echo $ECHO_N "(cached) $ECHO_C" >&6
 11650  else
 11651 @@ -6420,32 +7495,34 @@
 11652    IFS=$as_save_IFS
 11653    test -z "$as_dir" && as_dir=.
 11654    for ac_exec_ext in '' $ac_executable_extensions; do
 11655 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11656 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11657      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
 11658      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11659      break 2
 11660    fi
 11661  done
 11662  done
 11663 +IFS=$as_save_IFS
 11664  
 11665  fi
 11666  fi
 11667  OTOOL=$ac_cv_prog_OTOOL
 11668  if test -n "$OTOOL"; then
 11669 -  echo "$as_me:$LINENO: result: $OTOOL" >&5
 11670 -echo "${ECHO_T}$OTOOL" >&6
 11671 +  { echo "$as_me:$LINENO: result: $OTOOL" >&5
 11672 +echo "${ECHO_T}$OTOOL" >&6; }
 11673  else
 11674 -  echo "$as_me:$LINENO: result: no" >&5
 11675 -echo "${ECHO_T}no" >&6
 11676 +  { echo "$as_me:$LINENO: result: no" >&5
 11677 +echo "${ECHO_T}no" >&6; }
 11678  fi
 11679  
 11680 +
 11681  fi
 11682  if test -z "$ac_cv_prog_OTOOL"; then
 11683    ac_ct_OTOOL=$OTOOL
 11684    # Extract the first word of "otool", so it can be a program name with args.
 11685  set dummy otool; ac_word=$2
 11686 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11687 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11688 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11689 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11690  if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
 11691    echo $ECHO_N "(cached) $ECHO_C" >&6
 11692  else
 11693 @@ -6458,27 +7535,41 @@
 11694    IFS=$as_save_IFS
 11695    test -z "$as_dir" && as_dir=.
 11696    for ac_exec_ext in '' $ac_executable_extensions; do
 11697 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11698 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11699      ac_cv_prog_ac_ct_OTOOL="otool"
 11700      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11701      break 2
 11702    fi
 11703  done
 11704  done
 11705 +IFS=$as_save_IFS
 11706  
 11707 -  test -z "$ac_cv_prog_ac_ct_OTOOL" && ac_cv_prog_ac_ct_OTOOL=":"
 11708  fi
 11709  fi
 11710  ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
 11711  if test -n "$ac_ct_OTOOL"; then
 11712 -  echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 11713 -echo "${ECHO_T}$ac_ct_OTOOL" >&6
 11714 +  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 11715 +echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
 11716  else
 11717 -  echo "$as_me:$LINENO: result: no" >&5
 11718 -echo "${ECHO_T}no" >&6
 11719 +  { echo "$as_me:$LINENO: result: no" >&5
 11720 +echo "${ECHO_T}no" >&6; }
 11721  fi
 11722  
 11723 -  OTOOL=$ac_ct_OTOOL
 11724 +  if test "x$ac_ct_OTOOL" = x; then
 11725 +    OTOOL=":"
 11726 +  else
 11727 +    case $cross_compiling:$ac_tool_warned in
 11728 +yes:)
 11729 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 11730 +whose name does not start with the host triplet.  If you think this
 11731 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 11732 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 11733 +whose name does not start with the host triplet.  If you think this
 11734 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 11735 +ac_tool_warned=yes ;;
 11736 +esac
 11737 +    OTOOL=$ac_ct_OTOOL
 11738 +  fi
 11739  else
 11740    OTOOL="$ac_cv_prog_OTOOL"
 11741  fi
 11742 @@ -6486,8 +7577,8 @@
 11743      if test -n "$ac_tool_prefix"; then
 11744    # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
 11745  set dummy ${ac_tool_prefix}otool64; ac_word=$2
 11746 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11747 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11748 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11749 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11750  if test "${ac_cv_prog_OTOOL64+set}" = set; then
 11751    echo $ECHO_N "(cached) $ECHO_C" >&6
 11752  else
 11753 @@ -6500,32 +7591,34 @@
 11754    IFS=$as_save_IFS
 11755    test -z "$as_dir" && as_dir=.
 11756    for ac_exec_ext in '' $ac_executable_extensions; do
 11757 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11758 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11759      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
 11760      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11761      break 2
 11762    fi
 11763  done
 11764  done
 11765 +IFS=$as_save_IFS
 11766  
 11767  fi
 11768  fi
 11769  OTOOL64=$ac_cv_prog_OTOOL64
 11770  if test -n "$OTOOL64"; then
 11771 -  echo "$as_me:$LINENO: result: $OTOOL64" >&5
 11772 -echo "${ECHO_T}$OTOOL64" >&6
 11773 +  { echo "$as_me:$LINENO: result: $OTOOL64" >&5
 11774 +echo "${ECHO_T}$OTOOL64" >&6; }
 11775  else
 11776 -  echo "$as_me:$LINENO: result: no" >&5
 11777 -echo "${ECHO_T}no" >&6
 11778 +  { echo "$as_me:$LINENO: result: no" >&5
 11779 +echo "${ECHO_T}no" >&6; }
 11780  fi
 11781  
 11782 +
 11783  fi
 11784  if test -z "$ac_cv_prog_OTOOL64"; then
 11785    ac_ct_OTOOL64=$OTOOL64
 11786    # Extract the first word of "otool64", so it can be a program name with args.
 11787  set dummy otool64; ac_word=$2
 11788 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 11789 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 11790 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 11791 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11792  if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
 11793    echo $ECHO_N "(cached) $ECHO_C" >&6
 11794  else
 11795 @@ -6538,27 +7631,41 @@
 11796    IFS=$as_save_IFS
 11797    test -z "$as_dir" && as_dir=.
 11798    for ac_exec_ext in '' $ac_executable_extensions; do
 11799 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 11800 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11801      ac_cv_prog_ac_ct_OTOOL64="otool64"
 11802      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11803      break 2
 11804    fi
 11805  done
 11806  done
 11807 +IFS=$as_save_IFS
 11808  
 11809 -  test -z "$ac_cv_prog_ac_ct_OTOOL64" && ac_cv_prog_ac_ct_OTOOL64=":"
 11810  fi
 11811  fi
 11812  ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
 11813  if test -n "$ac_ct_OTOOL64"; then
 11814 -  echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 11815 -echo "${ECHO_T}$ac_ct_OTOOL64" >&6
 11816 +  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 11817 +echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
 11818  else
 11819 -  echo "$as_me:$LINENO: result: no" >&5
 11820 -echo "${ECHO_T}no" >&6
 11821 +  { echo "$as_me:$LINENO: result: no" >&5
 11822 +echo "${ECHO_T}no" >&6; }
 11823  fi
 11824  
 11825 -  OTOOL64=$ac_ct_OTOOL64
 11826 +  if test "x$ac_ct_OTOOL64" = x; then
 11827 +    OTOOL64=":"
 11828 +  else
 11829 +    case $cross_compiling:$ac_tool_warned in
 11830 +yes:)
 11831 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 11832 +whose name does not start with the host triplet.  If you think this
 11833 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 11834 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 11835 +whose name does not start with the host triplet.  If you think this
 11836 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 11837 +ac_tool_warned=yes ;;
 11838 +esac
 11839 +    OTOOL64=$ac_ct_OTOOL64
 11840 +  fi
 11841  else
 11842    OTOOL64="$ac_cv_prog_OTOOL64"
 11843  fi
 11844 @@ -6589,8 +7696,8 @@
 11845  
 11846  
 11847  
 11848 -    echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 11849 -echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6
 11850 +    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 11851 +echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
 11852  if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 11853    echo $ECHO_N "(cached) $ECHO_C" >&6
 11854  else
 11855 @@ -6616,10 +7723,10 @@
 11856  	rm -f conftest.*
 11857        fi
 11858  fi
 11859 -echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 11860 -echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6
 11861 -    echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 11862 -echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6
 11863 +{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 11864 +echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
 11865 +    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 11866 +echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
 11867  if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 11868    echo $ECHO_N "(cached) $ECHO_C" >&6
 11869  else
 11870 @@ -6643,41 +7750,38 @@
 11871  }
 11872  _ACEOF
 11873  rm -f conftest.$ac_objext conftest$ac_exeext
 11874 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 11875 -  (eval $ac_link) 2>conftest.er1
 11876 +if { (ac_try="$ac_link"
 11877 +case "(($ac_try" in
 11878 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11879 +  *) ac_try_echo=$ac_try;;
 11880 +esac
 11881 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11882 +  (eval "$ac_link") 2>conftest.er1
 11883    ac_status=$?
 11884    grep -v '^ *+' conftest.er1 >conftest.err
 11885    rm -f conftest.er1
 11886    cat conftest.err >&5
 11887    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11888 -  (exit $ac_status); } &&
 11889 -	 { ac_try='test -z "$ac_c_werror_flag"
 11890 -			 || test ! -s conftest.err'
 11891 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 11892 -  (eval $ac_try) 2>&5
 11893 -  ac_status=$?
 11894 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11895 -  (exit $ac_status); }; } &&
 11896 -	 { ac_try='test -s conftest$ac_exeext'
 11897 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 11898 -  (eval $ac_try) 2>&5
 11899 -  ac_status=$?
 11900 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11901 -  (exit $ac_status); }; }; then
 11902 +  (exit $ac_status); } && {
 11903 +	 test -z "$ac_c_werror_flag" ||
 11904 +	 test ! -s conftest.err
 11905 +       } && test -s conftest$ac_exeext &&
 11906 +       $as_test_x conftest$ac_exeext; then
 11907    lt_cv_ld_exported_symbols_list=yes
 11908  else
 11909    echo "$as_me: failed program was:" >&5
 11910  sed 's/^/| /' conftest.$ac_ext >&5
 11911  
 11912 -lt_cv_ld_exported_symbols_list=no
 11913 +	lt_cv_ld_exported_symbols_list=no
 11914  fi
 11915 -rm -f conftest.err conftest.$ac_objext \
 11916 +
 11917 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 11918        conftest$ac_exeext conftest.$ac_ext
 11919  	LDFLAGS="$save_LDFLAGS"
 11920  
 11921  fi
 11922 -echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 11923 -echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6
 11924 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 11925 +echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
 11926      case $host_os in
 11927      rhapsody* | darwin1.[012])
 11928        _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 11929 @@ -6718,8 +7822,8 @@
 11930  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 11931  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 11932  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 11933 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 11934 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 11935 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 11936 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 11937  # On Suns, sometimes $CPP names a directory.
 11938  if test -n "$CPP" && test -d "$CPP"; then
 11939    CPP=
 11940 @@ -6753,24 +7857,22 @@
 11941  #endif
 11942  		     Syntax error
 11943  _ACEOF
 11944 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 11945 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 11946 +if { (ac_try="$ac_cpp conftest.$ac_ext"
 11947 +case "(($ac_try" in
 11948 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11949 +  *) ac_try_echo=$ac_try;;
 11950 +esac
 11951 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11952 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 11953    ac_status=$?
 11954    grep -v '^ *+' conftest.er1 >conftest.err
 11955    rm -f conftest.er1
 11956    cat conftest.err >&5
 11957    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11958 -  (exit $ac_status); } >/dev/null; then
 11959 -  if test -s conftest.err; then
 11960 -    ac_cpp_err=$ac_c_preproc_warn_flag
 11961 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 11962 -  else
 11963 -    ac_cpp_err=
 11964 -  fi
 11965 -else
 11966 -  ac_cpp_err=yes
 11967 -fi
 11968 -if test -z "$ac_cpp_err"; then
 11969 +  (exit $ac_status); } >/dev/null && {
 11970 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 11971 +	 test ! -s conftest.err
 11972 +       }; then
 11973    :
 11974  else
 11975    echo "$as_me: failed program was:" >&5
 11976 @@ -6779,9 +7881,10 @@
 11977    # Broken: fails on valid input.
 11978  continue
 11979  fi
 11980 +
 11981  rm -f conftest.err conftest.$ac_ext
 11982  
 11983 -  # OK, works on sane cases.  Now check whether non-existent headers
 11984 +  # OK, works on sane cases.  Now check whether nonexistent headers
 11985    # can be detected and how.
 11986    cat >conftest.$ac_ext <<_ACEOF
 11987  /* confdefs.h.  */
 11988 @@ -6791,24 +7894,22 @@
 11989  /* end confdefs.h.  */
 11990  #include <ac_nonexistent.h>
 11991  _ACEOF
 11992 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 11993 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 11994 +if { (ac_try="$ac_cpp conftest.$ac_ext"
 11995 +case "(($ac_try" in
 11996 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11997 +  *) ac_try_echo=$ac_try;;
 11998 +esac
 11999 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12000 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 12001    ac_status=$?
 12002    grep -v '^ *+' conftest.er1 >conftest.err
 12003    rm -f conftest.er1
 12004    cat conftest.err >&5
 12005    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12006 -  (exit $ac_status); } >/dev/null; then
 12007 -  if test -s conftest.err; then
 12008 -    ac_cpp_err=$ac_c_preproc_warn_flag
 12009 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 12010 -  else
 12011 -    ac_cpp_err=
 12012 -  fi
 12013 -else
 12014 -  ac_cpp_err=yes
 12015 -fi
 12016 -if test -z "$ac_cpp_err"; then
 12017 +  (exit $ac_status); } >/dev/null && {
 12018 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 12019 +	 test ! -s conftest.err
 12020 +       }; then
 12021    # Broken: success on invalid input.
 12022  continue
 12023  else
 12024 @@ -6819,6 +7920,7 @@
 12025  ac_preproc_ok=:
 12026  break
 12027  fi
 12028 +
 12029  rm -f conftest.err conftest.$ac_ext
 12030  
 12031  done
 12032 @@ -6836,8 +7938,8 @@
 12033  else
 12034    ac_cv_prog_CPP=$CPP
 12035  fi
 12036 -echo "$as_me:$LINENO: result: $CPP" >&5
 12037 -echo "${ECHO_T}$CPP" >&6
 12038 +{ echo "$as_me:$LINENO: result: $CPP" >&5
 12039 +echo "${ECHO_T}$CPP" >&6; }
 12040  ac_preproc_ok=false
 12041  for ac_c_preproc_warn_flag in '' yes
 12042  do
 12043 @@ -6860,24 +7962,22 @@
 12044  #endif
 12045  		     Syntax error
 12046  _ACEOF
 12047 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 12048 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 12049 +if { (ac_try="$ac_cpp conftest.$ac_ext"
 12050 +case "(($ac_try" in
 12051 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12052 +  *) ac_try_echo=$ac_try;;
 12053 +esac
 12054 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12055 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 12056    ac_status=$?
 12057    grep -v '^ *+' conftest.er1 >conftest.err
 12058    rm -f conftest.er1
 12059    cat conftest.err >&5
 12060    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12061 -  (exit $ac_status); } >/dev/null; then
 12062 -  if test -s conftest.err; then
 12063 -    ac_cpp_err=$ac_c_preproc_warn_flag
 12064 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 12065 -  else
 12066 -    ac_cpp_err=
 12067 -  fi
 12068 -else
 12069 -  ac_cpp_err=yes
 12070 -fi
 12071 -if test -z "$ac_cpp_err"; then
 12072 +  (exit $ac_status); } >/dev/null && {
 12073 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 12074 +	 test ! -s conftest.err
 12075 +       }; then
 12076    :
 12077  else
 12078    echo "$as_me: failed program was:" >&5
 12079 @@ -6886,9 +7986,10 @@
 12080    # Broken: fails on valid input.
 12081  continue
 12082  fi
 12083 +
 12084  rm -f conftest.err conftest.$ac_ext
 12085  
 12086 -  # OK, works on sane cases.  Now check whether non-existent headers
 12087 +  # OK, works on sane cases.  Now check whether nonexistent headers
 12088    # can be detected and how.
 12089    cat >conftest.$ac_ext <<_ACEOF
 12090  /* confdefs.h.  */
 12091 @@ -6898,24 +7999,22 @@
 12092  /* end confdefs.h.  */
 12093  #include <ac_nonexistent.h>
 12094  _ACEOF
 12095 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 12096 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 12097 +if { (ac_try="$ac_cpp conftest.$ac_ext"
 12098 +case "(($ac_try" in
 12099 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12100 +  *) ac_try_echo=$ac_try;;
 12101 +esac
 12102 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12103 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 12104    ac_status=$?
 12105    grep -v '^ *+' conftest.er1 >conftest.err
 12106    rm -f conftest.er1
 12107    cat conftest.err >&5
 12108    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12109 -  (exit $ac_status); } >/dev/null; then
 12110 -  if test -s conftest.err; then
 12111 -    ac_cpp_err=$ac_c_preproc_warn_flag
 12112 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 12113 -  else
 12114 -    ac_cpp_err=
 12115 -  fi
 12116 -else
 12117 -  ac_cpp_err=yes
 12118 -fi
 12119 -if test -z "$ac_cpp_err"; then
 12120 +  (exit $ac_status); } >/dev/null && {
 12121 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 12122 +	 test ! -s conftest.err
 12123 +       }; then
 12124    # Broken: success on invalid input.
 12125  continue
 12126  else
 12127 @@ -6926,6 +8025,7 @@
 12128  ac_preproc_ok=:
 12129  break
 12130  fi
 12131 +
 12132  rm -f conftest.err conftest.$ac_ext
 12133  
 12134  done
 12135 @@ -6948,8 +8048,8 @@
 12136  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 12137  
 12138  
 12139 -echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 12140 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 12141 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 12142 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 12143  if test "${ac_cv_header_stdc+set}" = set; then
 12144    echo $ECHO_N "(cached) $ECHO_C" >&6
 12145  else
 12146 @@ -6973,35 +8073,31 @@
 12147  }
 12148  _ACEOF
 12149  rm -f conftest.$ac_objext
 12150 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 12151 -  (eval $ac_compile) 2>conftest.er1
 12152 +if { (ac_try="$ac_compile"
 12153 +case "(($ac_try" in
 12154 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12155 +  *) ac_try_echo=$ac_try;;
 12156 +esac
 12157 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12158 +  (eval "$ac_compile") 2>conftest.er1
 12159    ac_status=$?
 12160    grep -v '^ *+' conftest.er1 >conftest.err
 12161    rm -f conftest.er1
 12162    cat conftest.err >&5
 12163    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12164 -  (exit $ac_status); } &&
 12165 -	 { ac_try='test -z "$ac_c_werror_flag"
 12166 -			 || test ! -s conftest.err'
 12167 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12168 -  (eval $ac_try) 2>&5
 12169 -  ac_status=$?
 12170 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12171 -  (exit $ac_status); }; } &&
 12172 -	 { ac_try='test -s conftest.$ac_objext'
 12173 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12174 -  (eval $ac_try) 2>&5
 12175 -  ac_status=$?
 12176 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12177 -  (exit $ac_status); }; }; then
 12178 +  (exit $ac_status); } && {
 12179 +	 test -z "$ac_c_werror_flag" ||
 12180 +	 test ! -s conftest.err
 12181 +       } && test -s conftest.$ac_objext; then
 12182    ac_cv_header_stdc=yes
 12183  else
 12184    echo "$as_me: failed program was:" >&5
 12185  sed 's/^/| /' conftest.$ac_ext >&5
 12186  
 12187 -ac_cv_header_stdc=no
 12188 +	ac_cv_header_stdc=no
 12189  fi
 12190 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 12191 +
 12192 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 12193  
 12194  if test $ac_cv_header_stdc = yes; then
 12195    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 12196 @@ -7057,6 +8153,7 @@
 12197  cat >>conftest.$ac_ext <<_ACEOF
 12198  /* end confdefs.h.  */
 12199  #include <ctype.h>
 12200 +#include <stdlib.h>
 12201  #if ((' ' & 0x0FF) == 0x020)
 12202  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 12203  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 12204 @@ -7076,18 +8173,27 @@
 12205    for (i = 0; i < 256; i++)
 12206      if (XOR (islower (i), ISLOWER (i))
 12207  	|| toupper (i) != TOUPPER (i))
 12208 -      exit(2);
 12209 -  exit (0);
 12210 +      return 2;
 12211 +  return 0;
 12212  }
 12213  _ACEOF
 12214  rm -f conftest$ac_exeext
 12215 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 12216 -  (eval $ac_link) 2>&5
 12217 +if { (ac_try="$ac_link"
 12218 +case "(($ac_try" in
 12219 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12220 +  *) ac_try_echo=$ac_try;;
 12221 +esac
 12222 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12223 +  (eval "$ac_link") 2>&5
 12224    ac_status=$?
 12225    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12226    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 12227 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12228 -  (eval $ac_try) 2>&5
 12229 +  { (case "(($ac_try" in
 12230 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12231 +  *) ac_try_echo=$ac_try;;
 12232 +esac
 12233 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12234 +  (eval "$ac_try") 2>&5
 12235    ac_status=$?
 12236    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12237    (exit $ac_status); }; }; then
 12238 @@ -7100,12 +8206,14 @@
 12239  ( exit $ac_status )
 12240  ac_cv_header_stdc=no
 12241  fi
 12242 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 12243 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 12244  fi
 12245 +
 12246 +
 12247  fi
 12248  fi
 12249 -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 12250 -echo "${ECHO_T}$ac_cv_header_stdc" >&6
 12251 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 12252 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 12253  if test $ac_cv_header_stdc = yes; then
 12254  
 12255  cat >>confdefs.h <<\_ACEOF
 12256 @@ -7128,9 +8236,9 @@
 12257  		  inttypes.h stdint.h unistd.h
 12258  do
 12259  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 12260 -echo "$as_me:$LINENO: checking for $ac_header" >&5
 12261 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 12262 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
 12263 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 12264 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 12265 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 12266    echo $ECHO_N "(cached) $ECHO_C" >&6
 12267  else
 12268    cat >conftest.$ac_ext <<_ACEOF
 12269 @@ -7144,38 +8252,35 @@
 12270  #include <$ac_header>
 12271  _ACEOF
 12272  rm -f conftest.$ac_objext
 12273 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 12274 -  (eval $ac_compile) 2>conftest.er1
 12275 +if { (ac_try="$ac_compile"
 12276 +case "(($ac_try" in
 12277 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12278 +  *) ac_try_echo=$ac_try;;
 12279 +esac
 12280 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12281 +  (eval "$ac_compile") 2>conftest.er1
 12282    ac_status=$?
 12283    grep -v '^ *+' conftest.er1 >conftest.err
 12284    rm -f conftest.er1
 12285    cat conftest.err >&5
 12286    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12287 -  (exit $ac_status); } &&
 12288 -	 { ac_try='test -z "$ac_c_werror_flag"
 12289 -			 || test ! -s conftest.err'
 12290 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12291 -  (eval $ac_try) 2>&5
 12292 -  ac_status=$?
 12293 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12294 -  (exit $ac_status); }; } &&
 12295 -	 { ac_try='test -s conftest.$ac_objext'
 12296 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12297 -  (eval $ac_try) 2>&5
 12298 -  ac_status=$?
 12299 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12300 -  (exit $ac_status); }; }; then
 12301 +  (exit $ac_status); } && {
 12302 +	 test -z "$ac_c_werror_flag" ||
 12303 +	 test ! -s conftest.err
 12304 +       } && test -s conftest.$ac_objext; then
 12305    eval "$as_ac_Header=yes"
 12306  else
 12307    echo "$as_me: failed program was:" >&5
 12308  sed 's/^/| /' conftest.$ac_ext >&5
 12309  
 12310 -eval "$as_ac_Header=no"
 12311 +	eval "$as_ac_Header=no"
 12312  fi
 12313 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 12314 +
 12315 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 12316  fi
 12317 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 12318 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 12319 +ac_res=`eval echo '${'$as_ac_Header'}'`
 12320 +	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 12321 +echo "${ECHO_T}$ac_res" >&6; }
 12322  if test `eval echo '${'$as_ac_Header'}'` = yes; then
 12323    cat >>confdefs.h <<_ACEOF
 12324  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 12325 @@ -7190,9 +8295,9 @@
 12326  for ac_header in dlfcn.h
 12327  do
 12328  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 12329 -echo "$as_me:$LINENO: checking for $ac_header" >&5
 12330 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 12331 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
 12332 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 12333 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 12334 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 12335    echo $ECHO_N "(cached) $ECHO_C" >&6
 12336  else
 12337    cat >conftest.$ac_ext <<_ACEOF
 12338 @@ -7206,38 +8311,35 @@
 12339  #include <$ac_header>
 12340  _ACEOF
 12341  rm -f conftest.$ac_objext
 12342 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 12343 -  (eval $ac_compile) 2>conftest.er1
 12344 +if { (ac_try="$ac_compile"
 12345 +case "(($ac_try" in
 12346 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12347 +  *) ac_try_echo=$ac_try;;
 12348 +esac
 12349 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12350 +  (eval "$ac_compile") 2>conftest.er1
 12351    ac_status=$?
 12352    grep -v '^ *+' conftest.er1 >conftest.err
 12353    rm -f conftest.er1
 12354    cat conftest.err >&5
 12355    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12356 -  (exit $ac_status); } &&
 12357 -	 { ac_try='test -z "$ac_c_werror_flag"
 12358 -			 || test ! -s conftest.err'
 12359 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12360 -  (eval $ac_try) 2>&5
 12361 -  ac_status=$?
 12362 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12363 -  (exit $ac_status); }; } &&
 12364 -	 { ac_try='test -s conftest.$ac_objext'
 12365 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12366 -  (eval $ac_try) 2>&5
 12367 -  ac_status=$?
 12368 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12369 -  (exit $ac_status); }; }; then
 12370 +  (exit $ac_status); } && {
 12371 +	 test -z "$ac_c_werror_flag" ||
 12372 +	 test ! -s conftest.err
 12373 +       } && test -s conftest.$ac_objext; then
 12374    eval "$as_ac_Header=yes"
 12375  else
 12376    echo "$as_me: failed program was:" >&5
 12377  sed 's/^/| /' conftest.$ac_ext >&5
 12378  
 12379 -eval "$as_ac_Header=no"
 12380 +	eval "$as_ac_Header=no"
 12381  fi
 12382 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 12383 +
 12384 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 12385  fi
 12386 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 12387 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 12388 +ac_res=`eval echo '${'$as_ac_Header'}'`
 12389 +	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 12390 +echo "${ECHO_T}$ac_res" >&6; }
 12391  if test `eval echo '${'$as_ac_Header'}'` = yes; then
 12392    cat >>confdefs.h <<_ACEOF
 12393  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 12394 @@ -7257,10 +8359,9 @@
 12395  
 12396  
 12397  
 12398 -            # Check whether --enable-shared or --disable-shared was given.
 12399 +            # Check whether --enable-shared was given.
 12400  if test "${enable_shared+set}" = set; then
 12401 -  enableval="$enable_shared"
 12402 -  p=${PACKAGE-default}
 12403 +  enableval=$enable_shared; p=${PACKAGE-default}
 12404      case $enableval in
 12405      yes) enable_shared=yes ;;
 12406      no) enable_shared=no ;;
 12407 @@ -7279,7 +8380,8 @@
 12408      esac
 12409  else
 12410    enable_shared=yes
 12411 -fi;
 12412 +fi
 12413 +
 12414  
 12415  
 12416  
 12417 @@ -7288,10 +8390,9 @@
 12418  
 12419  
 12420  
 12421 -  # Check whether --enable-static or --disable-static was given.
 12422 +  # Check whether --enable-static was given.
 12423  if test "${enable_static+set}" = set; then
 12424 -  enableval="$enable_static"
 12425 -  p=${PACKAGE-default}
 12426 +  enableval=$enable_static; p=${PACKAGE-default}
 12427      case $enableval in
 12428      yes) enable_static=yes ;;
 12429      no) enable_static=no ;;
 12430 @@ -7310,7 +8411,8 @@
 12431      esac
 12432  else
 12433    enable_static=yes
 12434 -fi;
 12435 +fi
 12436 +
 12437  
 12438  
 12439  
 12440 @@ -7320,13 +8422,13 @@
 12441  
 12442  
 12443  
 12444 -# Check whether --with-pic or --without-pic was given.
 12445 +# Check whether --with-pic was given.
 12446  if test "${with_pic+set}" = set; then
 12447 -  withval="$with_pic"
 12448 -  pic_mode="$withval"
 12449 +  withval=$with_pic; pic_mode="$withval"
 12450  else
 12451    pic_mode=default
 12452 -fi;
 12453 +fi
 12454 +
 12455  
 12456  test -z "$pic_mode" && pic_mode=default
 12457  
 12458 @@ -7336,10 +8438,9 @@
 12459  
 12460  
 12461  
 12462 -  # Check whether --enable-fast-install or --disable-fast-install was given.
 12463 +  # Check whether --enable-fast-install was given.
 12464  if test "${enable_fast_install+set}" = set; then
 12465 -  enableval="$enable_fast_install"
 12466 -  p=${PACKAGE-default}
 12467 +  enableval=$enable_fast_install; p=${PACKAGE-default}
 12468      case $enableval in
 12469      yes) enable_fast_install=yes ;;
 12470      no) enable_fast_install=no ;;
 12471 @@ -7358,7 +8459,8 @@
 12472      esac
 12473  else
 12474    enable_fast_install=yes
 12475 -fi;
 12476 +fi
 12477 +
 12478  
 12479  
 12480  
 12481 @@ -7418,8 +8520,8 @@
 12482     setopt NO_GLOB_SUBST
 12483  fi
 12484  
 12485 -echo "$as_me:$LINENO: checking for objdir" >&5
 12486 -echo $ECHO_N "checking for objdir... $ECHO_C" >&6
 12487 +{ echo "$as_me:$LINENO: checking for objdir" >&5
 12488 +echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 12489  if test "${lt_cv_objdir+set}" = set; then
 12490    echo $ECHO_N "(cached) $ECHO_C" >&6
 12491  else
 12492 @@ -7433,8 +8535,8 @@
 12493  fi
 12494  rmdir .libs 2>/dev/null
 12495  fi
 12496 -echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 12497 -echo "${ECHO_T}$lt_cv_objdir" >&6
 12498 +{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 12499 +echo "${ECHO_T}$lt_cv_objdir" >&6; }
 12500  objdir=$lt_cv_objdir
 12501  
 12502  
 12503 @@ -7526,8 +8628,8 @@
 12504  case $deplibs_check_method in
 12505  file_magic*)
 12506    if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 12507 -    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 12508 -echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
 12509 +    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 12510 +echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 12511  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 12512    echo $ECHO_N "(cached) $ECHO_C" >&6
 12513  else
 12514 @@ -7579,11 +8681,11 @@
 12515  
 12516  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 12517  if test -n "$MAGIC_CMD"; then
 12518 -  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 12519 -echo "${ECHO_T}$MAGIC_CMD" >&6
 12520 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 12521 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
 12522  else
 12523 -  echo "$as_me:$LINENO: result: no" >&5
 12524 -echo "${ECHO_T}no" >&6
 12525 +  { echo "$as_me:$LINENO: result: no" >&5
 12526 +echo "${ECHO_T}no" >&6; }
 12527  fi
 12528  
 12529  
 12530 @@ -7592,8 +8694,8 @@
 12531  
 12532  if test -z "$lt_cv_path_MAGIC_CMD"; then
 12533    if test -n "$ac_tool_prefix"; then
 12534 -    echo "$as_me:$LINENO: checking for file" >&5
 12535 -echo $ECHO_N "checking for file... $ECHO_C" >&6
 12536 +    { echo "$as_me:$LINENO: checking for file" >&5
 12537 +echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 12538  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 12539    echo $ECHO_N "(cached) $ECHO_C" >&6
 12540  else
 12541 @@ -7645,11 +8747,11 @@
 12542  
 12543  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 12544  if test -n "$MAGIC_CMD"; then
 12545 -  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 12546 -echo "${ECHO_T}$MAGIC_CMD" >&6
 12547 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 12548 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
 12549  else
 12550 -  echo "$as_me:$LINENO: result: no" >&5
 12551 -echo "${ECHO_T}no" >&6
 12552 +  { echo "$as_me:$LINENO: result: no" >&5
 12553 +echo "${ECHO_T}no" >&6; }
 12554  fi
 12555  
 12556  
 12557 @@ -7729,8 +8831,8 @@
 12558  if test "$GCC" = yes; then
 12559    lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 12560  
 12561 -  echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 12562 -echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
 12563 +  { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 12564 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 12565  if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 12566    echo $ECHO_N "(cached) $ECHO_C" >&6
 12567  else
 12568 @@ -7747,11 +8849,11 @@
 12569     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 12570     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 12571     -e 's:$: $lt_compiler_flag:'`
 12572 -   (eval echo "\"\$as_me:7750: $lt_compile\"" >&5)
 12573 +   (eval echo "\"\$as_me:8852: $lt_compile\"" >&5)
 12574     (eval "$lt_compile" 2>conftest.err)
 12575     ac_status=$?
 12576     cat conftest.err >&5
 12577 -   echo "$as_me:7754: \$? = $ac_status" >&5
 12578 +   echo "$as_me:8856: \$? = $ac_status" >&5
 12579     if (exit $ac_status) && test -s "$ac_outfile"; then
 12580       # The compiler can only warn and ignore the option if not recognized
 12581       # So say no if there are warnings other than the usual output.
 12582 @@ -7764,8 +8866,8 @@
 12583     $RM conftest*
 12584  
 12585  fi
 12586 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 12587 -echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
 12588 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 12589 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 12590  
 12591  if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 12592      lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 12593 @@ -7784,8 +8886,8 @@
 12594  lt_prog_compiler_pic=
 12595  lt_prog_compiler_static=
 12596  
 12597 -echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 12598 -echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
 12599 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 12600 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 12601  
 12602    if test "$GCC" = yes; then
 12603      lt_prog_compiler_wl='-Wl,'
 12604 @@ -8056,8 +9158,8 @@
 12605      lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
 12606      ;;
 12607  esac
 12608 -echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 12609 -echo "${ECHO_T}$lt_prog_compiler_pic" >&6
 12610 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 12611 +echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
 12612  
 12613  
 12614  
 12615 @@ -8068,8 +9170,8 @@
 12616  # Check to make sure the PIC flag actually works.
 12617  #
 12618  if test -n "$lt_prog_compiler_pic"; then
 12619 -  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 12620 -echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
 12621 +  { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 12622 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
 12623  if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
 12624    echo $ECHO_N "(cached) $ECHO_C" >&6
 12625  else
 12626 @@ -8086,11 +9188,11 @@
 12627     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 12628     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 12629     -e 's:$: $lt_compiler_flag:'`
 12630 -   (eval echo "\"\$as_me:8089: $lt_compile\"" >&5)
 12631 +   (eval echo "\"\$as_me:9191: $lt_compile\"" >&5)
 12632     (eval "$lt_compile" 2>conftest.err)
 12633     ac_status=$?
 12634     cat conftest.err >&5
 12635 -   echo "$as_me:8093: \$? = $ac_status" >&5
 12636 +   echo "$as_me:9195: \$? = $ac_status" >&5
 12637     if (exit $ac_status) && test -s "$ac_outfile"; then
 12638       # The compiler can only warn and ignore the option if not recognized
 12639       # So say no if there are warnings other than the usual output.
 12640 @@ -8103,8 +9205,8 @@
 12641     $RM conftest*
 12642  
 12643  fi
 12644 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 12645 -echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6
 12646 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 12647 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
 12648  
 12649  if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
 12650      case $lt_prog_compiler_pic in
 12651 @@ -8127,8 +9229,8 @@
 12652  # Check to make sure the static flag actually works.
 12653  #
 12654  wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 12655 -echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 12656 -echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
 12657 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 12658 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 12659  if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 12660    echo $ECHO_N "(cached) $ECHO_C" >&6
 12661  else
 12662 @@ -8155,8 +9257,8 @@
 12663     LDFLAGS="$save_LDFLAGS"
 12664  
 12665  fi
 12666 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 12667 -echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6
 12668 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 12669 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
 12670  
 12671  if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 12672      :
 12673 @@ -8170,8 +9272,8 @@
 12674  
 12675  
 12676  
 12677 -  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 12678 -echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 12679 +  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 12680 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 12681  if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 12682    echo $ECHO_N "(cached) $ECHO_C" >&6
 12683  else
 12684 @@ -8191,11 +9293,11 @@
 12685     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 12686     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 12687     -e 's:$: $lt_compiler_flag:'`
 12688 -   (eval echo "\"\$as_me:8194: $lt_compile\"" >&5)
 12689 +   (eval echo "\"\$as_me:9296: $lt_compile\"" >&5)
 12690     (eval "$lt_compile" 2>out/conftest.err)
 12691     ac_status=$?
 12692     cat out/conftest.err >&5
 12693 -   echo "$as_me:8198: \$? = $ac_status" >&5
 12694 +   echo "$as_me:9300: \$? = $ac_status" >&5
 12695     if (exit $ac_status) && test -s out/conftest2.$ac_objext
 12696     then
 12697       # The compiler can only warn and ignore the option if not recognized
 12698 @@ -8217,16 +9319,16 @@
 12699     $RM conftest*
 12700  
 12701  fi
 12702 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 12703 -echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
 12704 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 12705 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 12706  
 12707  
 12708  
 12709  
 12710  
 12711  
 12712 -  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 12713 -echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 12714 +  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 12715 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 12716  if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 12717    echo $ECHO_N "(cached) $ECHO_C" >&6
 12718  else
 12719 @@ -8246,11 +9348,11 @@
 12720     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 12721     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 12722     -e 's:$: $lt_compiler_flag:'`
 12723 -   (eval echo "\"\$as_me:8249: $lt_compile\"" >&5)
 12724 +   (eval echo "\"\$as_me:9351: $lt_compile\"" >&5)
 12725     (eval "$lt_compile" 2>out/conftest.err)
 12726     ac_status=$?
 12727     cat out/conftest.err >&5
 12728 -   echo "$as_me:8253: \$? = $ac_status" >&5
 12729 +   echo "$as_me:9355: \$? = $ac_status" >&5
 12730     if (exit $ac_status) && test -s out/conftest2.$ac_objext
 12731     then
 12732       # The compiler can only warn and ignore the option if not recognized
 12733 @@ -8272,8 +9374,8 @@
 12734     $RM conftest*
 12735  
 12736  fi
 12737 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 12738 -echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
 12739 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 12740 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 12741  
 12742  
 12743  
 12744 @@ -8281,16 +9383,16 @@
 12745  hard_links="nottested"
 12746  if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 12747    # do not overwrite the value of need_locks provided by the user
 12748 -  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 12749 -echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
 12750 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 12751 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 12752    hard_links=yes
 12753    $RM conftest*
 12754    ln conftest.a conftest.b 2>/dev/null && hard_links=no
 12755    touch conftest.a
 12756    ln conftest.a conftest.b 2>&5 || hard_links=no
 12757    ln conftest.a conftest.b 2>/dev/null && hard_links=no
 12758 -  echo "$as_me:$LINENO: result: $hard_links" >&5
 12759 -echo "${ECHO_T}$hard_links" >&6
 12760 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
 12761 +echo "${ECHO_T}$hard_links" >&6; }
 12762    if test "$hard_links" = no; then
 12763      { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 12764  echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 12765 @@ -8305,8 +9407,8 @@
 12766  
 12767  
 12768  
 12769 -  echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 12770 -echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
 12771 +  { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 12772 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 12773  
 12774    runpath_var=
 12775    allow_undefined_flag=
 12776 @@ -8763,27 +9865,23 @@
 12777  }
 12778  _ACEOF
 12779  rm -f conftest.$ac_objext conftest$ac_exeext
 12780 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 12781 -  (eval $ac_link) 2>conftest.er1
 12782 +if { (ac_try="$ac_link"
 12783 +case "(($ac_try" in
 12784 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12785 +  *) ac_try_echo=$ac_try;;
 12786 +esac
 12787 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12788 +  (eval "$ac_link") 2>conftest.er1
 12789    ac_status=$?
 12790    grep -v '^ *+' conftest.er1 >conftest.err
 12791    rm -f conftest.er1
 12792    cat conftest.err >&5
 12793    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12794 -  (exit $ac_status); } &&
 12795 -	 { ac_try='test -z "$ac_c_werror_flag"
 12796 -			 || test ! -s conftest.err'
 12797 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12798 -  (eval $ac_try) 2>&5
 12799 -  ac_status=$?
 12800 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12801 -  (exit $ac_status); }; } &&
 12802 -	 { ac_try='test -s conftest$ac_exeext'
 12803 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12804 -  (eval $ac_try) 2>&5
 12805 -  ac_status=$?
 12806 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12807 -  (exit $ac_status); }; }; then
 12808 +  (exit $ac_status); } && {
 12809 +	 test -z "$ac_c_werror_flag" ||
 12810 +	 test ! -s conftest.err
 12811 +       } && test -s conftest$ac_exeext &&
 12812 +       $as_test_x conftest$ac_exeext; then
 12813  
 12814  lt_aix_libpath_sed='
 12815      /Import File Strings/,/^$/ {
 12816 @@ -8801,8 +9899,10 @@
 12817    echo "$as_me: failed program was:" >&5
 12818  sed 's/^/| /' conftest.$ac_ext >&5
 12819  
 12820 +
 12821  fi
 12822 -rm -f conftest.err conftest.$ac_objext \
 12823 +
 12824 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12825        conftest$ac_exeext conftest.$ac_ext
 12826  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 12827  
 12828 @@ -8832,27 +9932,23 @@
 12829  }
 12830  _ACEOF
 12831  rm -f conftest.$ac_objext conftest$ac_exeext
 12832 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 12833 -  (eval $ac_link) 2>conftest.er1
 12834 +if { (ac_try="$ac_link"
 12835 +case "(($ac_try" in
 12836 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12837 +  *) ac_try_echo=$ac_try;;
 12838 +esac
 12839 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12840 +  (eval "$ac_link") 2>conftest.er1
 12841    ac_status=$?
 12842    grep -v '^ *+' conftest.er1 >conftest.err
 12843    rm -f conftest.er1
 12844    cat conftest.err >&5
 12845    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12846 -  (exit $ac_status); } &&
 12847 -	 { ac_try='test -z "$ac_c_werror_flag"
 12848 -			 || test ! -s conftest.err'
 12849 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12850 -  (eval $ac_try) 2>&5
 12851 -  ac_status=$?
 12852 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12853 -  (exit $ac_status); }; } &&
 12854 -	 { ac_try='test -s conftest$ac_exeext'
 12855 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12856 -  (eval $ac_try) 2>&5
 12857 -  ac_status=$?
 12858 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12859 -  (exit $ac_status); }; }; then
 12860 +  (exit $ac_status); } && {
 12861 +	 test -z "$ac_c_werror_flag" ||
 12862 +	 test ! -s conftest.err
 12863 +       } && test -s conftest$ac_exeext &&
 12864 +       $as_test_x conftest$ac_exeext; then
 12865  
 12866  lt_aix_libpath_sed='
 12867      /Import File Strings/,/^$/ {
 12868 @@ -8870,8 +9966,10 @@
 12869    echo "$as_me: failed program was:" >&5
 12870  sed 's/^/| /' conftest.$ac_ext >&5
 12871  
 12872 +
 12873  fi
 12874 -rm -f conftest.err conftest.$ac_objext \
 12875 +
 12876 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12877        conftest$ac_exeext conftest.$ac_ext
 12878  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 12879  
 12880 @@ -9088,35 +10186,33 @@
 12881  int foo(void) {}
 12882  _ACEOF
 12883  rm -f conftest.$ac_objext conftest$ac_exeext
 12884 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 12885 -  (eval $ac_link) 2>conftest.er1
 12886 +if { (ac_try="$ac_link"
 12887 +case "(($ac_try" in
 12888 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12889 +  *) ac_try_echo=$ac_try;;
 12890 +esac
 12891 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12892 +  (eval "$ac_link") 2>conftest.er1
 12893    ac_status=$?
 12894    grep -v '^ *+' conftest.er1 >conftest.err
 12895    rm -f conftest.er1
 12896    cat conftest.err >&5
 12897    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12898 -  (exit $ac_status); } &&
 12899 -	 { ac_try='test -z "$ac_c_werror_flag"
 12900 -			 || test ! -s conftest.err'
 12901 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12902 -  (eval $ac_try) 2>&5
 12903 -  ac_status=$?
 12904 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12905 -  (exit $ac_status); }; } &&
 12906 -	 { ac_try='test -s conftest$ac_exeext'
 12907 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 12908 -  (eval $ac_try) 2>&5
 12909 -  ac_status=$?
 12910 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12911 -  (exit $ac_status); }; }; then
 12912 +  (exit $ac_status); } && {
 12913 +	 test -z "$ac_c_werror_flag" ||
 12914 +	 test ! -s conftest.err
 12915 +       } && test -s conftest$ac_exeext &&
 12916 +       $as_test_x conftest$ac_exeext; then
 12917    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'
 12918  
 12919  else
 12920    echo "$as_me: failed program was:" >&5
 12921  sed 's/^/| /' conftest.$ac_ext >&5
 12922  
 12923 +
 12924  fi
 12925 -rm -f conftest.err conftest.$ac_objext \
 12926 +
 12927 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12928        conftest$ac_exeext conftest.$ac_ext
 12929          LDFLAGS="$save_LDFLAGS"
 12930        else
 12931 @@ -9373,8 +10469,8 @@
 12932      fi
 12933    fi
 12934  
 12935 -echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 12936 -echo "${ECHO_T}$ld_shlibs" >&6
 12937 +{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 12938 +echo "${ECHO_T}$ld_shlibs" >&6; }
 12939  test "$ld_shlibs" = no && can_build_shared=no
 12940  
 12941  with_gnu_ld=$with_gnu_ld
 12942 @@ -9410,46 +10506,52 @@
 12943        # Test whether the compiler implicitly links with -lc since on some
 12944        # systems, -lgcc has to come before -lc. If gcc already passes -lc
 12945        # to ld, don't add -lc before -lgcc.
 12946 -      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 12947 -echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
 12948 -      $RM conftest*
 12949 -      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 12950 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 12951 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 12952 +if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
 12953 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 12954 +else
 12955 +  $RM conftest*
 12956 +	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 12957  
 12958 -      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 12959 +	if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 12960    (eval $ac_compile) 2>&5
 12961    ac_status=$?
 12962    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12963    (exit $ac_status); } 2>conftest.err; then
 12964 -        soname=conftest
 12965 -        lib=conftest
 12966 -        libobjs=conftest.$ac_objext
 12967 -        deplibs=
 12968 -        wl=$lt_prog_compiler_wl
 12969 -	pic_flag=$lt_prog_compiler_pic
 12970 -        compiler_flags=-v
 12971 -        linker_flags=-v
 12972 -        verstring=
 12973 -        output_objdir=.
 12974 -        libname=conftest
 12975 -        lt_save_allow_undefined_flag=$allow_undefined_flag
 12976 -        allow_undefined_flag=
 12977 -        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 12978 +	  soname=conftest
 12979 +	  lib=conftest
 12980 +	  libobjs=conftest.$ac_objext
 12981 +	  deplibs=
 12982 +	  wl=$lt_prog_compiler_wl
 12983 +	  pic_flag=$lt_prog_compiler_pic
 12984 +	  compiler_flags=-v
 12985 +	  linker_flags=-v
 12986 +	  verstring=
 12987 +	  output_objdir=.
 12988 +	  libname=conftest
 12989 +	  lt_save_allow_undefined_flag=$allow_undefined_flag
 12990 +	  allow_undefined_flag=
 12991 +	  if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 12992    (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
 12993    ac_status=$?
 12994    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12995    (exit $ac_status); }
 12996 -        then
 12997 -	  archive_cmds_need_lc=no
 12998 -        else
 12999 -	  archive_cmds_need_lc=yes
 13000 -        fi
 13001 -        allow_undefined_flag=$lt_save_allow_undefined_flag
 13002 -      else
 13003 -        cat conftest.err 1>&5
 13004 -      fi
 13005 -      $RM conftest*
 13006 -      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 13007 -echo "${ECHO_T}$archive_cmds_need_lc" >&6
 13008 +	  then
 13009 +	    lt_cv_archive_cmds_need_lc=no
 13010 +	  else
 13011 +	    lt_cv_archive_cmds_need_lc=yes
 13012 +	  fi
 13013 +	  allow_undefined_flag=$lt_save_allow_undefined_flag
 13014 +	else
 13015 +	  cat conftest.err 1>&5
 13016 +	fi
 13017 +	$RM conftest*
 13018 +
 13019 +fi
 13020 +{ echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
 13021 +echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6; }
 13022 +      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
 13023        ;;
 13024      esac
 13025    fi
 13026 @@ -9612,8 +10714,8 @@
 13027  
 13028  
 13029  
 13030 -  echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 13031 -echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
 13032 +  { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 13033 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 13034  
 13035  if test "$GCC" = yes; then
 13036    case $host_os in
 13037 @@ -10029,12 +11131,17 @@
 13038    finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 13039    shlibpath_var=LD_LIBRARY_PATH
 13040    shlibpath_overrides_runpath=no
 13041 +
 13042    # Some binutils ld are patched to set DT_RUNPATH
 13043 -  save_LDFLAGS=$LDFLAGS
 13044 -  save_libdir=$libdir
 13045 -  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 13046 -       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 13047 -  cat >conftest.$ac_ext <<_ACEOF
 13048 +  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
 13049 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 13050 +else
 13051 +  lt_cv_shlibpath_overrides_runpath=no
 13052 +    save_LDFLAGS=$LDFLAGS
 13053 +    save_libdir=$libdir
 13054 +    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 13055 +	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 13056 +    cat >conftest.$ac_ext <<_ACEOF
 13057  /* confdefs.h.  */
 13058  _ACEOF
 13059  cat confdefs.h >>conftest.$ac_ext
 13060 @@ -10050,40 +11157,42 @@
 13061  }
 13062  _ACEOF
 13063  rm -f conftest.$ac_objext conftest$ac_exeext
 13064 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 13065 -  (eval $ac_link) 2>conftest.er1
 13066 -  ac_status=$?
 13067 -  grep -v '^ *+' conftest.er1 >conftest.err
 13068 -  rm -f conftest.er1
 13069 -  cat conftest.err >&5
 13070 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13071 -  (exit $ac_status); } &&
 13072 -	 { ac_try='test -z "$ac_c_werror_flag"
 13073 -			 || test ! -s conftest.err'
 13074 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13075 -  (eval $ac_try) 2>&5
 13076 -  ac_status=$?
 13077 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13078 -  (exit $ac_status); }; } &&
 13079 -	 { ac_try='test -s conftest$ac_exeext'
 13080 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13081 -  (eval $ac_try) 2>&5
 13082 +if { (ac_try="$ac_link"
 13083 +case "(($ac_try" in
 13084 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 13085 +  *) ac_try_echo=$ac_try;;
 13086 +esac
 13087 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 13088 +  (eval "$ac_link") 2>conftest.er1
 13089    ac_status=$?
 13090 +  grep -v '^ *+' conftest.er1 >conftest.err
 13091 +  rm -f conftest.er1
 13092 +  cat conftest.err >&5
 13093    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13094 -  (exit $ac_status); }; }; then
 13095 +  (exit $ac_status); } && {
 13096 +	 test -z "$ac_c_werror_flag" ||
 13097 +	 test ! -s conftest.err
 13098 +       } && test -s conftest$ac_exeext &&
 13099 +       $as_test_x conftest$ac_exeext; then
 13100    if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
 13101 -  shlibpath_overrides_runpath=yes
 13102 +  lt_cv_shlibpath_overrides_runpath=yes
 13103  fi
 13104  
 13105  else
 13106    echo "$as_me: failed program was:" >&5
 13107  sed 's/^/| /' conftest.$ac_ext >&5
 13108  
 13109 +
 13110  fi
 13111 -rm -f conftest.err conftest.$ac_objext \
 13112 +
 13113 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13114        conftest$ac_exeext conftest.$ac_ext
 13115 -  LDFLAGS=$save_LDFLAGS
 13116 -  libdir=$save_libdir
 13117 +    LDFLAGS=$save_LDFLAGS
 13118 +    libdir=$save_libdir
 13119 +
 13120 +fi
 13121 +
 13122 +  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
 13123  
 13124    # This implies no fast_install, which is unacceptable.
 13125    # Some rework will be needed to allow for fast_install
 13126 @@ -10293,8 +11402,8 @@
 13127    dynamic_linker=no
 13128    ;;
 13129  esac
 13130 -echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 13131 -echo "${ECHO_T}$dynamic_linker" >&6
 13132 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 13133 +echo "${ECHO_T}$dynamic_linker" >&6; }
 13134  test "$dynamic_linker" = no && can_build_shared=no
 13135  
 13136  variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 13137 @@ -10395,8 +11504,8 @@
 13138  
 13139  
 13140  
 13141 -  echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 13142 -echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
 13143 +  { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 13144 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 13145  hardcode_action=
 13146  if test -n "$hardcode_libdir_flag_spec" ||
 13147     test -n "$runpath_var" ||
 13148 @@ -10420,8 +11529,8 @@
 13149    # directories.
 13150    hardcode_action=unsupported
 13151  fi
 13152 -echo "$as_me:$LINENO: result: $hardcode_action" >&5
 13153 -echo "${ECHO_T}$hardcode_action" >&6
 13154 +{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
 13155 +echo "${ECHO_T}$hardcode_action" >&6; }
 13156  
 13157  if test "$hardcode_action" = relink ||
 13158     test "$inherit_rpath" = yes; then
 13159 @@ -10465,8 +11574,8 @@
 13160  
 13161    darwin*)
 13162    # if libdl is installed we need to link against it
 13163 -    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 13164 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 13165 +    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 13166 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 13167  if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 13168    echo $ECHO_N "(cached) $ECHO_C" >&6
 13169  else
 13170 @@ -10479,56 +11588,53 @@
 13171  cat >>conftest.$ac_ext <<_ACEOF
 13172  /* end confdefs.h.  */
 13173  
 13174 -/* Override any gcc2 internal prototype to avoid an error.  */
 13175 +/* Override any GCC internal prototype to avoid an error.
 13176 +   Use char because int might match the return type of a GCC
 13177 +   builtin and then its argument prototype would still apply.  */
 13178  #ifdef __cplusplus
 13179  extern "C"
 13180  #endif
 13181 -/* We use char because int might match the return type of a gcc2
 13182 -   builtin and then its argument prototype would still apply.  */
 13183  char dlopen ();
 13184  int
 13185  main ()
 13186  {
 13187 -dlopen ();
 13188 +return dlopen ();
 13189    ;
 13190    return 0;
 13191  }
 13192  _ACEOF
 13193  rm -f conftest.$ac_objext conftest$ac_exeext
 13194 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 13195 -  (eval $ac_link) 2>conftest.er1
 13196 +if { (ac_try="$ac_link"
 13197 +case "(($ac_try" in
 13198 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 13199 +  *) ac_try_echo=$ac_try;;
 13200 +esac
 13201 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 13202 +  (eval "$ac_link") 2>conftest.er1
 13203    ac_status=$?
 13204    grep -v '^ *+' conftest.er1 >conftest.err
 13205    rm -f conftest.er1
 13206    cat conftest.err >&5
 13207    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13208 -  (exit $ac_status); } &&
 13209 -	 { ac_try='test -z "$ac_c_werror_flag"
 13210 -			 || test ! -s conftest.err'
 13211 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13212 -  (eval $ac_try) 2>&5
 13213 -  ac_status=$?
 13214 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13215 -  (exit $ac_status); }; } &&
 13216 -	 { ac_try='test -s conftest$ac_exeext'
 13217 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13218 -  (eval $ac_try) 2>&5
 13219 -  ac_status=$?
 13220 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13221 -  (exit $ac_status); }; }; then
 13222 +  (exit $ac_status); } && {
 13223 +	 test -z "$ac_c_werror_flag" ||
 13224 +	 test ! -s conftest.err
 13225 +       } && test -s conftest$ac_exeext &&
 13226 +       $as_test_x conftest$ac_exeext; then
 13227    ac_cv_lib_dl_dlopen=yes
 13228  else
 13229    echo "$as_me: failed program was:" >&5
 13230  sed 's/^/| /' conftest.$ac_ext >&5
 13231  
 13232 -ac_cv_lib_dl_dlopen=no
 13233 +	ac_cv_lib_dl_dlopen=no
 13234  fi
 13235 -rm -f conftest.err conftest.$ac_objext \
 13236 +
 13237 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13238        conftest$ac_exeext conftest.$ac_ext
 13239  LIBS=$ac_check_lib_save_LIBS
 13240  fi
 13241 -echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 13242 -echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 13243 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 13244 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 13245  if test $ac_cv_lib_dl_dlopen = yes; then
 13246    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 13247  else
 13248 @@ -10542,8 +11648,8 @@
 13249      ;;
 13250  
 13251    *)
 13252 -    echo "$as_me:$LINENO: checking for shl_load" >&5
 13253 -echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
 13254 +    { echo "$as_me:$LINENO: checking for shl_load" >&5
 13255 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
 13256  if test "${ac_cv_func_shl_load+set}" = set; then
 13257    echo $ECHO_N "(cached) $ECHO_C" >&6
 13258  else
 13259 @@ -10570,73 +11676,64 @@
 13260  
 13261  #undef shl_load
 13262  
 13263 -/* Override any gcc2 internal prototype to avoid an error.  */
 13264 +/* Override any GCC internal prototype to avoid an error.
 13265 +   Use char because int might match the return type of a GCC
 13266 +   builtin and then its argument prototype would still apply.  */
 13267  #ifdef __cplusplus
 13268  extern "C"
 13269 -{
 13270  #endif
 13271 -/* We use char because int might match the return type of a gcc2
 13272 -   builtin and then its argument prototype would still apply.  */
 13273  char shl_load ();
 13274  /* The GNU C library defines this for functions which it implements
 13275      to always fail with ENOSYS.  Some functions are actually named
 13276      something starting with __ and the normal name is an alias.  */
 13277 -#if defined (__stub_shl_load) || defined (__stub___shl_load)
 13278 +#if defined __stub_shl_load || defined __stub___shl_load
 13279  choke me
 13280 -#else
 13281 -char (*f) () = shl_load;
 13282 -#endif
 13283 -#ifdef __cplusplus
 13284 -}
 13285  #endif
 13286  
 13287  int
 13288  main ()
 13289  {
 13290 -return f != shl_load;
 13291 +return shl_load ();
 13292    ;
 13293    return 0;
 13294  }
 13295  _ACEOF
 13296  rm -f conftest.$ac_objext conftest$ac_exeext
 13297 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 13298 -  (eval $ac_link) 2>conftest.er1
 13299 +if { (ac_try="$ac_link"
 13300 +case "(($ac_try" in
 13301 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 13302 +  *) ac_try_echo=$ac_try;;
 13303 +esac
 13304 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 13305 +  (eval "$ac_link") 2>conftest.er1
 13306    ac_status=$?
 13307    grep -v '^ *+' conftest.er1 >conftest.err
 13308    rm -f conftest.er1
 13309    cat conftest.err >&5
 13310    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13311 -  (exit $ac_status); } &&
 13312 -	 { ac_try='test -z "$ac_c_werror_flag"
 13313 -			 || test ! -s conftest.err'
 13314 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13315 -  (eval $ac_try) 2>&5
 13316 -  ac_status=$?
 13317 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13318 -  (exit $ac_status); }; } &&
 13319 -	 { ac_try='test -s conftest$ac_exeext'
 13320 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13321 -  (eval $ac_try) 2>&5
 13322 -  ac_status=$?
 13323 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13324 -  (exit $ac_status); }; }; then
 13325 +  (exit $ac_status); } && {
 13326 +	 test -z "$ac_c_werror_flag" ||
 13327 +	 test ! -s conftest.err
 13328 +       } && test -s conftest$ac_exeext &&
 13329 +       $as_test_x conftest$ac_exeext; then
 13330    ac_cv_func_shl_load=yes
 13331  else
 13332    echo "$as_me: failed program was:" >&5
 13333  sed 's/^/| /' conftest.$ac_ext >&5
 13334  
 13335 -ac_cv_func_shl_load=no
 13336 +	ac_cv_func_shl_load=no
 13337  fi
 13338 -rm -f conftest.err conftest.$ac_objext \
 13339 +
 13340 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13341        conftest$ac_exeext conftest.$ac_ext
 13342  fi
 13343 -echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 13344 -echo "${ECHO_T}$ac_cv_func_shl_load" >&6
 13345 +{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 13346 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 13347  if test $ac_cv_func_shl_load = yes; then
 13348    lt_cv_dlopen="shl_load"
 13349  else
 13350 -  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 13351 -echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
 13352 +  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 13353 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
 13354  if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 13355    echo $ECHO_N "(cached) $ECHO_C" >&6
 13356  else
 13357 @@ -10649,61 +11746,58 @@
 13358  cat >>conftest.$ac_ext <<_ACEOF
 13359  /* end confdefs.h.  */
 13360  
 13361 -/* Override any gcc2 internal prototype to avoid an error.  */
 13362 +/* Override any GCC internal prototype to avoid an error.
 13363 +   Use char because int might match the return type of a GCC
 13364 +   builtin and then its argument prototype would still apply.  */
 13365  #ifdef __cplusplus
 13366  extern "C"
 13367  #endif
 13368 -/* We use char because int might match the return type of a gcc2
 13369 -   builtin and then its argument prototype would still apply.  */
 13370  char shl_load ();
 13371  int
 13372  main ()
 13373  {
 13374 -shl_load ();
 13375 +return shl_load ();
 13376    ;
 13377    return 0;
 13378  }
 13379  _ACEOF
 13380  rm -f conftest.$ac_objext conftest$ac_exeext
 13381 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 13382 -  (eval $ac_link) 2>conftest.er1
 13383 +if { (ac_try="$ac_link"
 13384 +case "(($ac_try" in
 13385 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 13386 +  *) ac_try_echo=$ac_try;;
 13387 +esac
 13388 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 13389 +  (eval "$ac_link") 2>conftest.er1
 13390    ac_status=$?
 13391    grep -v '^ *+' conftest.er1 >conftest.err
 13392    rm -f conftest.er1
 13393    cat conftest.err >&5
 13394    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13395 -  (exit $ac_status); } &&
 13396 -	 { ac_try='test -z "$ac_c_werror_flag"
 13397 -			 || test ! -s conftest.err'
 13398 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13399 -  (eval $ac_try) 2>&5
 13400 -  ac_status=$?
 13401 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13402 -  (exit $ac_status); }; } &&
 13403 -	 { ac_try='test -s conftest$ac_exeext'
 13404 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13405 -  (eval $ac_try) 2>&5
 13406 -  ac_status=$?
 13407 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13408 -  (exit $ac_status); }; }; then
 13409 +  (exit $ac_status); } && {
 13410 +	 test -z "$ac_c_werror_flag" ||
 13411 +	 test ! -s conftest.err
 13412 +       } && test -s conftest$ac_exeext &&
 13413 +       $as_test_x conftest$ac_exeext; then
 13414    ac_cv_lib_dld_shl_load=yes
 13415  else
 13416    echo "$as_me: failed program was:" >&5
 13417  sed 's/^/| /' conftest.$ac_ext >&5
 13418  
 13419 -ac_cv_lib_dld_shl_load=no
 13420 +	ac_cv_lib_dld_shl_load=no
 13421  fi
 13422 -rm -f conftest.err conftest.$ac_objext \
 13423 +
 13424 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13425        conftest$ac_exeext conftest.$ac_ext
 13426  LIBS=$ac_check_lib_save_LIBS
 13427  fi
 13428 -echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 13429 -echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
 13430 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 13431 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 13432  if test $ac_cv_lib_dld_shl_load = yes; then
 13433    lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 13434  else
 13435 -  echo "$as_me:$LINENO: checking for dlopen" >&5
 13436 -echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
 13437 +  { echo "$as_me:$LINENO: checking for dlopen" >&5
 13438 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 13439  if test "${ac_cv_func_dlopen+set}" = set; then
 13440    echo $ECHO_N "(cached) $ECHO_C" >&6
 13441  else
 13442 @@ -10730,73 +11824,64 @@
 13443  
 13444  #undef dlopen
 13445  
 13446 -/* Override any gcc2 internal prototype to avoid an error.  */
 13447 +/* Override any GCC internal prototype to avoid an error.
 13448 +   Use char because int might match the return type of a GCC
 13449 +   builtin and then its argument prototype would still apply.  */
 13450  #ifdef __cplusplus
 13451  extern "C"
 13452 -{
 13453  #endif
 13454 -/* We use char because int might match the return type of a gcc2
 13455 -   builtin and then its argument prototype would still apply.  */
 13456  char dlopen ();
 13457  /* The GNU C library defines this for functions which it implements
 13458      to always fail with ENOSYS.  Some functions are actually named
 13459      something starting with __ and the normal name is an alias.  */
 13460 -#if defined (__stub_dlopen) || defined (__stub___dlopen)
 13461 +#if defined __stub_dlopen || defined __stub___dlopen
 13462  choke me
 13463 -#else
 13464 -char (*f) () = dlopen;
 13465 -#endif
 13466 -#ifdef __cplusplus
 13467 -}
 13468  #endif
 13469  
 13470  int
 13471  main ()
 13472  {
 13473 -return f != dlopen;
 13474 +return dlopen ();
 13475    ;
 13476    return 0;
 13477  }
 13478  _ACEOF
 13479  rm -f conftest.$ac_objext conftest$ac_exeext
 13480 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 13481 -  (eval $ac_link) 2>conftest.er1
 13482 +if { (ac_try="$ac_link"
 13483 +case "(($ac_try" in
 13484 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 13485 +  *) ac_try_echo=$ac_try;;
 13486 +esac
 13487 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 13488 +  (eval "$ac_link") 2>conftest.er1
 13489    ac_status=$?
 13490    grep -v '^ *+' conftest.er1 >conftest.err
 13491    rm -f conftest.er1
 13492    cat conftest.err >&5
 13493    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13494 -  (exit $ac_status); } &&
 13495 -	 { ac_try='test -z "$ac_c_werror_flag"
 13496 -			 || test ! -s conftest.err'
 13497 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13498 -  (eval $ac_try) 2>&5
 13499 -  ac_status=$?
 13500 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13501 -  (exit $ac_status); }; } &&
 13502 -	 { ac_try='test -s conftest$ac_exeext'
 13503 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13504 -  (eval $ac_try) 2>&5
 13505 -  ac_status=$?
 13506 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13507 -  (exit $ac_status); }; }; then
 13508 +  (exit $ac_status); } && {
 13509 +	 test -z "$ac_c_werror_flag" ||
 13510 +	 test ! -s conftest.err
 13511 +       } && test -s conftest$ac_exeext &&
 13512 +       $as_test_x conftest$ac_exeext; then
 13513    ac_cv_func_dlopen=yes
 13514  else
 13515    echo "$as_me: failed program was:" >&5
 13516  sed 's/^/| /' conftest.$ac_ext >&5
 13517  
 13518 -ac_cv_func_dlopen=no
 13519 +	ac_cv_func_dlopen=no
 13520  fi
 13521 -rm -f conftest.err conftest.$ac_objext \
 13522 +
 13523 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13524        conftest$ac_exeext conftest.$ac_ext
 13525  fi
 13526 -echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 13527 -echo "${ECHO_T}$ac_cv_func_dlopen" >&6
 13528 +{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 13529 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 13530  if test $ac_cv_func_dlopen = yes; then
 13531    lt_cv_dlopen="dlopen"
 13532  else
 13533 -  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 13534 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 13535 +  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 13536 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 13537  if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 13538    echo $ECHO_N "(cached) $ECHO_C" >&6
 13539  else
 13540 @@ -10809,61 +11894,58 @@
 13541  cat >>conftest.$ac_ext <<_ACEOF
 13542  /* end confdefs.h.  */
 13543  
 13544 -/* Override any gcc2 internal prototype to avoid an error.  */
 13545 +/* Override any GCC internal prototype to avoid an error.
 13546 +   Use char because int might match the return type of a GCC
 13547 +   builtin and then its argument prototype would still apply.  */
 13548  #ifdef __cplusplus
 13549  extern "C"
 13550  #endif
 13551 -/* We use char because int might match the return type of a gcc2
 13552 -   builtin and then its argument prototype would still apply.  */
 13553  char dlopen ();
 13554  int
 13555  main ()
 13556  {
 13557 -dlopen ();
 13558 +return dlopen ();
 13559    ;
 13560    return 0;
 13561  }
 13562  _ACEOF
 13563  rm -f conftest.$ac_objext conftest$ac_exeext
 13564 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 13565 -  (eval $ac_link) 2>conftest.er1
 13566 +if { (ac_try="$ac_link"
 13567 +case "(($ac_try" in
 13568 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 13569 +  *) ac_try_echo=$ac_try;;
 13570 +esac
 13571 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 13572 +  (eval "$ac_link") 2>conftest.er1
 13573    ac_status=$?
 13574    grep -v '^ *+' conftest.er1 >conftest.err
 13575    rm -f conftest.er1
 13576    cat conftest.err >&5
 13577    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13578 -  (exit $ac_status); } &&
 13579 -	 { ac_try='test -z "$ac_c_werror_flag"
 13580 -			 || test ! -s conftest.err'
 13581 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13582 -  (eval $ac_try) 2>&5
 13583 -  ac_status=$?
 13584 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13585 -  (exit $ac_status); }; } &&
 13586 -	 { ac_try='test -s conftest$ac_exeext'
 13587 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13588 -  (eval $ac_try) 2>&5
 13589 -  ac_status=$?
 13590 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13591 -  (exit $ac_status); }; }; then
 13592 +  (exit $ac_status); } && {
 13593 +	 test -z "$ac_c_werror_flag" ||
 13594 +	 test ! -s conftest.err
 13595 +       } && test -s conftest$ac_exeext &&
 13596 +       $as_test_x conftest$ac_exeext; then
 13597    ac_cv_lib_dl_dlopen=yes
 13598  else
 13599    echo "$as_me: failed program was:" >&5
 13600  sed 's/^/| /' conftest.$ac_ext >&5
 13601  
 13602 -ac_cv_lib_dl_dlopen=no
 13603 +	ac_cv_lib_dl_dlopen=no
 13604  fi
 13605 -rm -f conftest.err conftest.$ac_objext \
 13606 +
 13607 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13608        conftest$ac_exeext conftest.$ac_ext
 13609  LIBS=$ac_check_lib_save_LIBS
 13610  fi
 13611 -echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 13612 -echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 13613 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 13614 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 13615  if test $ac_cv_lib_dl_dlopen = yes; then
 13616    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 13617  else
 13618 -  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 13619 -echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
 13620 +  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 13621 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 13622  if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 13623    echo $ECHO_N "(cached) $ECHO_C" >&6
 13624  else
 13625 @@ -10876,61 +11958,58 @@
 13626  cat >>conftest.$ac_ext <<_ACEOF
 13627  /* end confdefs.h.  */
 13628  
 13629 -/* Override any gcc2 internal prototype to avoid an error.  */
 13630 +/* Override any GCC internal prototype to avoid an error.
 13631 +   Use char because int might match the return type of a GCC
 13632 +   builtin and then its argument prototype would still apply.  */
 13633  #ifdef __cplusplus
 13634  extern "C"
 13635  #endif
 13636 -/* We use char because int might match the return type of a gcc2
 13637 -   builtin and then its argument prototype would still apply.  */
 13638  char dlopen ();
 13639  int
 13640  main ()
 13641  {
 13642 -dlopen ();
 13643 +return dlopen ();
 13644    ;
 13645    return 0;
 13646  }
 13647  _ACEOF
 13648  rm -f conftest.$ac_objext conftest$ac_exeext
 13649 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 13650 -  (eval $ac_link) 2>conftest.er1
 13651 +if { (ac_try="$ac_link"
 13652 +case "(($ac_try" in
 13653 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 13654 +  *) ac_try_echo=$ac_try;;
 13655 +esac
 13656 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 13657 +  (eval "$ac_link") 2>conftest.er1
 13658    ac_status=$?
 13659    grep -v '^ *+' conftest.er1 >conftest.err
 13660    rm -f conftest.er1
 13661    cat conftest.err >&5
 13662    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13663 -  (exit $ac_status); } &&
 13664 -	 { ac_try='test -z "$ac_c_werror_flag"
 13665 -			 || test ! -s conftest.err'
 13666 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13667 -  (eval $ac_try) 2>&5
 13668 -  ac_status=$?
 13669 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13670 -  (exit $ac_status); }; } &&
 13671 -	 { ac_try='test -s conftest$ac_exeext'
 13672 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13673 -  (eval $ac_try) 2>&5
 13674 -  ac_status=$?
 13675 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13676 -  (exit $ac_status); }; }; then
 13677 +  (exit $ac_status); } && {
 13678 +	 test -z "$ac_c_werror_flag" ||
 13679 +	 test ! -s conftest.err
 13680 +       } && test -s conftest$ac_exeext &&
 13681 +       $as_test_x conftest$ac_exeext; then
 13682    ac_cv_lib_svld_dlopen=yes
 13683  else
 13684    echo "$as_me: failed program was:" >&5
 13685  sed 's/^/| /' conftest.$ac_ext >&5
 13686  
 13687 -ac_cv_lib_svld_dlopen=no
 13688 +	ac_cv_lib_svld_dlopen=no
 13689  fi
 13690 -rm -f conftest.err conftest.$ac_objext \
 13691 +
 13692 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13693        conftest$ac_exeext conftest.$ac_ext
 13694  LIBS=$ac_check_lib_save_LIBS
 13695  fi
 13696 -echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 13697 -echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
 13698 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 13699 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 13700  if test $ac_cv_lib_svld_dlopen = yes; then
 13701    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 13702  else
 13703 -  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 13704 -echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
 13705 +  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 13706 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
 13707  if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 13708    echo $ECHO_N "(cached) $ECHO_C" >&6
 13709  else
 13710 @@ -10943,56 +12022,53 @@
 13711  cat >>conftest.$ac_ext <<_ACEOF
 13712  /* end confdefs.h.  */
 13713  
 13714 -/* Override any gcc2 internal prototype to avoid an error.  */
 13715 +/* Override any GCC internal prototype to avoid an error.
 13716 +   Use char because int might match the return type of a GCC
 13717 +   builtin and then its argument prototype would still apply.  */
 13718  #ifdef __cplusplus
 13719  extern "C"
 13720  #endif
 13721 -/* We use char because int might match the return type of a gcc2
 13722 -   builtin and then its argument prototype would still apply.  */
 13723  char dld_link ();
 13724  int
 13725  main ()
 13726  {
 13727 -dld_link ();
 13728 +return dld_link ();
 13729    ;
 13730    return 0;
 13731  }
 13732  _ACEOF
 13733  rm -f conftest.$ac_objext conftest$ac_exeext
 13734 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 13735 -  (eval $ac_link) 2>conftest.er1
 13736 +if { (ac_try="$ac_link"
 13737 +case "(($ac_try" in
 13738 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 13739 +  *) ac_try_echo=$ac_try;;
 13740 +esac
 13741 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 13742 +  (eval "$ac_link") 2>conftest.er1
 13743    ac_status=$?
 13744    grep -v '^ *+' conftest.er1 >conftest.err
 13745    rm -f conftest.er1
 13746    cat conftest.err >&5
 13747    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13748 -  (exit $ac_status); } &&
 13749 -	 { ac_try='test -z "$ac_c_werror_flag"
 13750 -			 || test ! -s conftest.err'
 13751 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13752 -  (eval $ac_try) 2>&5
 13753 -  ac_status=$?
 13754 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13755 -  (exit $ac_status); }; } &&
 13756 -	 { ac_try='test -s conftest$ac_exeext'
 13757 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 13758 -  (eval $ac_try) 2>&5
 13759 -  ac_status=$?
 13760 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13761 -  (exit $ac_status); }; }; then
 13762 +  (exit $ac_status); } && {
 13763 +	 test -z "$ac_c_werror_flag" ||
 13764 +	 test ! -s conftest.err
 13765 +       } && test -s conftest$ac_exeext &&
 13766 +       $as_test_x conftest$ac_exeext; then
 13767    ac_cv_lib_dld_dld_link=yes
 13768  else
 13769    echo "$as_me: failed program was:" >&5
 13770  sed 's/^/| /' conftest.$ac_ext >&5
 13771  
 13772 -ac_cv_lib_dld_dld_link=no
 13773 +	ac_cv_lib_dld_dld_link=no
 13774  fi
 13775 -rm -f conftest.err conftest.$ac_objext \
 13776 +
 13777 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13778        conftest$ac_exeext conftest.$ac_ext
 13779  LIBS=$ac_check_lib_save_LIBS
 13780  fi
 13781 -echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 13782 -echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
 13783 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 13784 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 13785  if test $ac_cv_lib_dld_dld_link = yes; then
 13786    lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 13787  fi
 13788 @@ -11032,8 +12108,8 @@
 13789      save_LIBS="$LIBS"
 13790      LIBS="$lt_cv_dlopen_libs $LIBS"
 13791  
 13792 -    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 13793 -echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
 13794 +    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 13795 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 13796  if test "${lt_cv_dlopen_self+set}" = set; then
 13797    echo $ECHO_N "(cached) $ECHO_C" >&6
 13798  else
 13799 @@ -11043,7 +12119,7 @@
 13800    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 13801    lt_status=$lt_dlunknown
 13802    cat > conftest.$ac_ext <<_LT_EOF
 13803 -#line 11046 "configure"
 13804 +#line 12122 "configure"
 13805  #include "confdefs.h"
 13806  
 13807  #if HAVE_DLFCN_H
 13808 @@ -11123,13 +12199,13 @@
 13809  
 13810  
 13811  fi
 13812 -echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 13813 -echo "${ECHO_T}$lt_cv_dlopen_self" >&6
 13814 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 13815 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
 13816  
 13817      if test "x$lt_cv_dlopen_self" = xyes; then
 13818        wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 13819 -      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 13820 -echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
 13821 +      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 13822 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 13823  if test "${lt_cv_dlopen_self_static+set}" = set; then
 13824    echo $ECHO_N "(cached) $ECHO_C" >&6
 13825  else
 13826 @@ -11139,7 +12215,7 @@
 13827    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 13828    lt_status=$lt_dlunknown
 13829    cat > conftest.$ac_ext <<_LT_EOF
 13830 -#line 11142 "configure"
 13831 +#line 12218 "configure"
 13832  #include "confdefs.h"
 13833  
 13834  #if HAVE_DLFCN_H
 13835 @@ -11219,8 +12295,8 @@
 13836  
 13837  
 13838  fi
 13839 -echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 13840 -echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
 13841 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 13842 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
 13843      fi
 13844  
 13845      CPPFLAGS="$save_CPPFLAGS"
 13846 @@ -11258,13 +12334,13 @@
 13847  
 13848  striplib=
 13849  old_striplib=
 13850 -echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 13851 -echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
 13852 +{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 13853 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 13854  if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 13855    test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 13856    test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 13857 -  echo "$as_me:$LINENO: result: yes" >&5
 13858 -echo "${ECHO_T}yes" >&6
 13859 +  { echo "$as_me:$LINENO: result: yes" >&5
 13860 +echo "${ECHO_T}yes" >&6; }
 13861  else
 13862  # FIXME - insert some real tests, host_os isn't really good enough
 13863    case $host_os in
 13864 @@ -11272,16 +12348,16 @@
 13865      if test -n "$STRIP" ; then
 13866        striplib="$STRIP -x"
 13867        old_striplib="$STRIP -S"
 13868 -      echo "$as_me:$LINENO: result: yes" >&5
 13869 -echo "${ECHO_T}yes" >&6
 13870 +      { echo "$as_me:$LINENO: result: yes" >&5
 13871 +echo "${ECHO_T}yes" >&6; }
 13872      else
 13873 -      echo "$as_me:$LINENO: result: no" >&5
 13874 -echo "${ECHO_T}no" >&6
 13875 +      { echo "$as_me:$LINENO: result: no" >&5
 13876 +echo "${ECHO_T}no" >&6; }
 13877      fi
 13878      ;;
 13879    *)
 13880 -    echo "$as_me:$LINENO: result: no" >&5
 13881 -echo "${ECHO_T}no" >&6
 13882 +    { echo "$as_me:$LINENO: result: no" >&5
 13883 +echo "${ECHO_T}no" >&6; }
 13884      ;;
 13885    esac
 13886  fi
 13887 @@ -11298,13 +12374,13 @@
 13888  
 13889  
 13890    # Report which library types will actually be built
 13891 -  echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 13892 -echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
 13893 -  echo "$as_me:$LINENO: result: $can_build_shared" >&5
 13894 -echo "${ECHO_T}$can_build_shared" >&6
 13895 +  { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 13896 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 13897 +  { echo "$as_me:$LINENO: result: $can_build_shared" >&5
 13898 +echo "${ECHO_T}$can_build_shared" >&6; }
 13899  
 13900 -  echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 13901 -echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
 13902 +  { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 13903 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 13904    test "$can_build_shared" = "no" && enable_shared=no
 13905  
 13906    # On AIX, shared libraries and static libraries use the same namespace, and
 13907 @@ -11324,15 +12400,15 @@
 13908      fi
 13909      ;;
 13910    esac
 13911 -  echo "$as_me:$LINENO: result: $enable_shared" >&5
 13912 -echo "${ECHO_T}$enable_shared" >&6
 13913 +  { echo "$as_me:$LINENO: result: $enable_shared" >&5
 13914 +echo "${ECHO_T}$enable_shared" >&6; }
 13915  
 13916 -  echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 13917 -echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
 13918 +  { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 13919 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 13920    # Make sure either enable_shared or enable_static is yes.
 13921    test "$enable_shared" = yes || enable_static=yes
 13922 -  echo "$as_me:$LINENO: result: $enable_static" >&5
 13923 -echo "${ECHO_T}$enable_static" >&6
 13924 +  { echo "$as_me:$LINENO: result: $enable_static" >&5
 13925 +echo "${ECHO_T}$enable_static" >&6; }
 13926  
 13927  
 13928  
 13929 @@ -11358,7 +12434,7 @@
 13930  
 13931  
 13932  
 13933 -                  ac_config_commands="$ac_config_commands libtool"
 13934 +        ac_config_commands="$ac_config_commands libtool"
 13935  
 13936  
 13937  
 13938 @@ -11370,161 +12446,85 @@
 13939  
 13940  if test -n "${machine_dir}"; then
 13941    case ${machine_dir} in
 13942 -	a29k)
 13943 -
 13944 -subdirs="$subdirs a29k"
 13945 +	a29k) subdirs="$subdirs a29k"
 13946   ;;
 13947 -	arm)
 13948 -
 13949 -subdirs="$subdirs arm"
 13950 +	arm) subdirs="$subdirs arm"
 13951   ;;
 13952 -	bfin)
 13953 -
 13954 -subdirs="$subdirs bfin"
 13955 +	avr32) subdirs="$subdirs avr32"
 13956   ;;
 13957 -	cris)
 13958 -
 13959 -subdirs="$subdirs cris"
 13960 +	bfin) subdirs="$subdirs bfin"
 13961   ;;
 13962 -	crx)
 13963 -
 13964 -subdirs="$subdirs crx"
 13965 +	cris) subdirs="$subdirs cris"
 13966   ;;
 13967 -	d10v)
 13968 -
 13969 -subdirs="$subdirs d10v"
 13970 +	crx) subdirs="$subdirs crx"
 13971   ;;
 13972 -	d30v)
 13973 -
 13974 -subdirs="$subdirs d30v"
 13975 +	d10v) subdirs="$subdirs d10v"
 13976   ;;
 13977 -	fr30)
 13978 -
 13979 -subdirs="$subdirs fr30"
 13980 +	d30v) subdirs="$subdirs d30v"
 13981   ;;
 13982 -	frv)
 13983 -
 13984 -subdirs="$subdirs frv"
 13985 +	fr30) subdirs="$subdirs fr30"
 13986   ;;
 13987 -	h8300)
 13988 -
 13989 -subdirs="$subdirs h8300"
 13990 +	frv) subdirs="$subdirs frv"
 13991   ;;
 13992 -	h8500)
 13993 -
 13994 -subdirs="$subdirs h8500"
 13995 +	h8300) subdirs="$subdirs h8300"
 13996   ;;
 13997 -	hppa)
 13998 -
 13999 -subdirs="$subdirs hppa"
 14000 +	h8500) subdirs="$subdirs h8500"
 14001   ;;
 14002 -	i386)
 14003 -
 14004 -subdirs="$subdirs i386"
 14005 +	hppa) subdirs="$subdirs hppa"
 14006   ;;
 14007 -	i960)
 14008 -
 14009 -subdirs="$subdirs i960"
 14010 +	i386) subdirs="$subdirs i386"
 14011   ;;
 14012 -	iq2000)
 14013 -
 14014 -subdirs="$subdirs iq2000"
 14015 +	i960) subdirs="$subdirs i960"
 14016   ;;
 14017 -	lm32)
 14018 -
 14019 -subdirs="$subdirs lm32"
 14020 +	iq2000) subdirs="$subdirs iq2000"
 14021   ;;
 14022 -	m32c)
 14023 -
 14024 -subdirs="$subdirs m32c"
 14025 +	lm32) subdirs="$subdirs lm32"
 14026   ;;
 14027 -	m32r)
 14028 -
 14029 -subdirs="$subdirs m32r"
 14030 +	m32c) subdirs="$subdirs m32c"
 14031   ;;
 14032 -	m68hc11)
 14033 -
 14034 -subdirs="$subdirs m68hc11"
 14035 +	m32r) subdirs="$subdirs m32r"
 14036   ;;
 14037 -	m68k)
 14038 -
 14039 -subdirs="$subdirs m68k"
 14040 +	m68hc11) subdirs="$subdirs m68hc11"
 14041   ;;
 14042 -	m88k)
 14043 -
 14044 -subdirs="$subdirs m88k"
 14045 +	m68k) subdirs="$subdirs m68k"
 14046   ;;
 14047 -	mep )
 14048 -
 14049 -subdirs="$subdirs mep"
 14050 +	m88k) subdirs="$subdirs m88k"
 14051   ;;
 14052 -	mips)
 14053 -
 14054 -subdirs="$subdirs mips"
 14055 +	mep ) subdirs="$subdirs mep"
 14056   ;;
 14057 -	mn10200)
 14058 -
 14059 -subdirs="$subdirs mn10200"
 14060 +	mips) subdirs="$subdirs mips"
 14061   ;;
 14062 -	mn10300)
 14063 -
 14064 -subdirs="$subdirs mn10300"
 14065 +	mn10200) subdirs="$subdirs mn10200"
 14066   ;;
 14067 -	mt)
 14068 -
 14069 -subdirs="$subdirs mt"
 14070 +	mn10300) subdirs="$subdirs mn10300"
 14071   ;;
 14072 -	necv70)
 14073 -
 14074 -subdirs="$subdirs necv70"
 14075 +	mt) subdirs="$subdirs mt"
 14076   ;;
 14077 -	powerpc)
 14078 -
 14079 -subdirs="$subdirs powerpc"
 14080 +	necv70) subdirs="$subdirs necv70"
 14081   ;;
 14082 -	sh)
 14083 -
 14084 -subdirs="$subdirs sh"
 14085 +	powerpc) subdirs="$subdirs powerpc"
 14086   ;;
 14087 -	sparc)
 14088 -
 14089 -subdirs="$subdirs sparc"
 14090 +	sh) subdirs="$subdirs sh"
 14091   ;;
 14092 -	spu)
 14093 -
 14094 -subdirs="$subdirs spu"
 14095 +	sparc) subdirs="$subdirs sparc"
 14096   ;;
 14097 -	tic4x)
 14098 -
 14099 -subdirs="$subdirs tic4x"
 14100 +	spu) subdirs="$subdirs spu"
 14101   ;;
 14102 -	tic80)
 14103 -
 14104 -subdirs="$subdirs tic80"
 14105 +	tic4x) subdirs="$subdirs tic4x"
 14106   ;;
 14107 -	v850)
 14108 -
 14109 -subdirs="$subdirs v850"
 14110 +	tic80) subdirs="$subdirs tic80"
 14111   ;;
 14112 -	w65)
 14113 -
 14114 -subdirs="$subdirs w65"
 14115 +	v850) subdirs="$subdirs v850"
 14116   ;;
 14117 -	x86_64)
 14118 -
 14119 -subdirs="$subdirs x86_64"
 14120 +	w65) subdirs="$subdirs w65"
 14121   ;;
 14122 -	xscale)
 14123 -
 14124 -subdirs="$subdirs xscale"
 14125 +	x86_64) subdirs="$subdirs x86_64"
 14126   ;;
 14127 -	xstormy16)
 14128 -
 14129 -subdirs="$subdirs xstormy16"
 14130 +	xscale) subdirs="$subdirs xscale"
 14131   ;;
 14132 -	z8k)
 14133 -
 14134 -subdirs="$subdirs z8k"
 14135 +	xstormy16) subdirs="$subdirs xstormy16"
 14136 + ;;
 14137 +	z8k) subdirs="$subdirs z8k"
 14138   ;;
 14139    esac;
 14140  fi
 14141 @@ -11540,7 +12540,7 @@
 14142  fi
 14143  
 14144  
 14145 -          ac_config_files="$ac_config_files Makefile"
 14146 +ac_config_files="$ac_config_files Makefile"
 14147  
 14148  cat >confcache <<\_ACEOF
 14149  # This file is a shell script that caches the results of configure
 14150 @@ -11560,39 +12560,58 @@
 14151  
 14152  # The following way of writing the cache mishandles newlines in values,
 14153  # but we know of no workaround that is simple, portable, and efficient.
 14154 -# So, don't put newlines in cache variables' values.
 14155 +# So, we kill variables containing newlines.
 14156  # Ultrix sh set writes to stderr and can't be redirected directly,
 14157  # and sets the high bit in the cache file unless we assign to the vars.
 14158 -{
 14159 +(
 14160 +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 14161 +    eval ac_val=\$$ac_var
 14162 +    case $ac_val in #(
 14163 +    *${as_nl}*)
 14164 +      case $ac_var in #(
 14165 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 14166 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 14167 +      esac
 14168 +      case $ac_var in #(
 14169 +      _ | IFS | as_nl) ;; #(
 14170 +      *) $as_unset $ac_var ;;
 14171 +      esac ;;
 14172 +    esac
 14173 +  done
 14174 +
 14175    (set) 2>&1 |
 14176 -    case `(ac_space=' '; set | grep ac_space) 2>&1` in
 14177 -    *ac_space=\ *)
 14178 +    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 14179 +    *${as_nl}ac_space=\ *)
 14180        # `set' does not quote correctly, so add quotes (double-quote
 14181        # substitution turns \\\\ into \\, and sed turns \\ into \).
 14182        sed -n \
 14183  	"s/'/'\\\\''/g;
 14184  	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 14185 -      ;;
 14186 +      ;; #(
 14187      *)
 14188        # `set' quotes correctly as required by POSIX, so do not add quotes.
 14189 -      sed -n \
 14190 -	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 14191 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 14192        ;;
 14193 -    esac;
 14194 -} |
 14195 +    esac |
 14196 +    sort
 14197 +) |
 14198    sed '
 14199 +     /^ac_cv_env_/b end
 14200       t clear
 14201 -     : clear
 14202 +     :clear
 14203       s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 14204       t end
 14205 -     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 14206 -     : end' >>confcache
 14207 -if diff $cache_file confcache >/dev/null 2>&1; then :; else
 14208 -  if test -w $cache_file; then
 14209 -    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
 14210 +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 14211 +     :end' >>confcache
 14212 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 14213 +  if test -w "$cache_file"; then
 14214 +    test "x$cache_file" != "x/dev/null" &&
 14215 +      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 14216 +echo "$as_me: updating cache $cache_file" >&6;}
 14217      cat confcache >$cache_file
 14218    else
 14219 -    echo "not updating unwritable cache $cache_file"
 14220 +    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 14221 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 14222    fi
 14223  fi
 14224  rm -f confcache
 14225 @@ -11601,63 +12620,48 @@
 14226  # Let make expand exec_prefix.
 14227  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 14228  
 14229 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
 14230 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 14231 -# trailing colons and then remove the whole line if VPATH becomes empty
 14232 -# (actually we leave an empty line to preserve line numbers).
 14233 -if test "x$srcdir" = x.; then
 14234 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 14235 -s/:*\$(srcdir):*/:/;
 14236 -s/:*\${srcdir}:*/:/;
 14237 -s/:*@srcdir@:*/:/;
 14238 -s/^\([^=]*=[	 ]*\):*/\1/;
 14239 -s/:*$//;
 14240 -s/^[^=]*=[	 ]*$//;
 14241 -}'
 14242 -fi
 14243 -
 14244  # Transform confdefs.h into DEFS.
 14245  # Protect against shell expansion while executing Makefile rules.
 14246  # Protect against Makefile macro expansion.
 14247  #
 14248  # If the first sed substitution is executed (which looks for macros that
 14249 -# take arguments), then we branch to the quote section.  Otherwise,
 14250 +# take arguments), then branch to the quote section.  Otherwise,
 14251  # look for a macro that doesn't take arguments.
 14252 -cat >confdef2opt.sed <<\_ACEOF
 14253 +ac_script='
 14254  t clear
 14255 -: clear
 14256 -s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
 14257 +:clear
 14258 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
 14259  t quote
 14260 -s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
 14261 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
 14262  t quote
 14263 -d
 14264 -: quote
 14265 -s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
 14266 -s,\[,\\&,g
 14267 -s,\],\\&,g
 14268 -s,\$,$$,g
 14269 -p
 14270 -_ACEOF
 14271 -# We use echo to avoid assuming a particular line-breaking character.
 14272 -# The extra dot is to prevent the shell from consuming trailing
 14273 -# line-breaks from the sub-command output.  A line-break within
 14274 -# single-quotes doesn't work because, if this script is created in a
 14275 -# platform that uses two characters for line-breaks (e.g., DOS), tr
 14276 -# would break.
 14277 -ac_LF_and_DOT=`echo; echo .`
 14278 -DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
 14279 -rm -f confdef2opt.sed
 14280 +b any
 14281 +:quote
 14282 +s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
 14283 +s/\[/\\&/g
 14284 +s/\]/\\&/g
 14285 +s/\$/$$/g
 14286 +H
 14287 +:any
 14288 +${
 14289 +	g
 14290 +	s/^\n//
 14291 +	s/\n/ /g
 14292 +	p
 14293 +}
 14294 +'
 14295 +DEFS=`sed -n "$ac_script" confdefs.h`
 14296  
 14297  
 14298  ac_libobjs=
 14299  ac_ltlibobjs=
 14300  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 14301    # 1. Remove the extension, and $U if already installed.
 14302 -  ac_i=`echo "$ac_i" |
 14303 -	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
 14304 -  # 2. Add them.
 14305 -  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
 14306 -  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 14307 +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 14308 +  ac_i=`echo "$ac_i" | sed "$ac_script"`
 14309 +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 14310 +  #    will be set to the directory where LIBOBJS objects are built.
 14311 +  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 14312 +  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 14313  done
 14314  LIBOBJS=$ac_libobjs
 14315  
 14316 @@ -11772,17 +12776,45 @@
 14317  ## M4sh Initialization.  ##
 14318  ## --------------------- ##
 14319  
 14320 -# Be Bourne compatible
 14321 +# Be more Bourne compatible
 14322 +DUALCASE=1; export DUALCASE # for MKS sh
 14323  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 14324    emulate sh
 14325    NULLCMD=:
 14326    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 14327    # is contrary to our usage.  Disable this feature.
 14328    alias -g '${1+"$@"}'='"$@"'
 14329 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 14330 -  set -o posix
 14331 +  setopt NO_GLOB_SUBST
 14332 +else
 14333 +  case `(set -o) 2>/dev/null` in
 14334 +  *posix*) set -o posix ;;
 14335 +esac
 14336 +
 14337 +fi
 14338 +
 14339 +
 14340 +
 14341 +
 14342 +# PATH needs CR
 14343 +# Avoid depending upon Character Ranges.
 14344 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 14345 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 14346 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 14347 +as_cr_digits='0123456789'
 14348 +as_cr_alnum=$as_cr_Letters$as_cr_digits
 14349 +
 14350 +# The user is always right.
 14351 +if test "${PATH_SEPARATOR+set}" != set; then
 14352 +  echo "#! /bin/sh" >conf$$.sh
 14353 +  echo  "exit 0"   >>conf$$.sh
 14354 +  chmod +x conf$$.sh
 14355 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 14356 +    PATH_SEPARATOR=';'
 14357 +  else
 14358 +    PATH_SEPARATOR=:
 14359 +  fi
 14360 +  rm -f conf$$.sh
 14361  fi
 14362 -DUALCASE=1; export DUALCASE # for MKS sh
 14363  
 14364  # Support unset when possible.
 14365  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 14366 @@ -11792,8 +12824,43 @@
 14367  fi
 14368  
 14369  
 14370 +# IFS
 14371 +# We need space, tab and new line, in precisely that order.  Quoting is
 14372 +# there to prevent editors from complaining about space-tab.
 14373 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 14374 +# splitting by setting IFS to empty value.)
 14375 +as_nl='
 14376 +'
 14377 +IFS=" ""	$as_nl"
 14378 +
 14379 +# Find who we are.  Look in the path if we contain no directory separator.
 14380 +case $0 in
 14381 +  *[\\/]* ) as_myself=$0 ;;
 14382 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 14383 +for as_dir in $PATH
 14384 +do
 14385 +  IFS=$as_save_IFS
 14386 +  test -z "$as_dir" && as_dir=.
 14387 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 14388 +done
 14389 +IFS=$as_save_IFS
 14390 +
 14391 +     ;;
 14392 +esac
 14393 +# We did not find ourselves, most probably we were run as `sh COMMAND'
 14394 +# in which case we are not to be found in the path.
 14395 +if test "x$as_myself" = x; then
 14396 +  as_myself=$0
 14397 +fi
 14398 +if test ! -f "$as_myself"; then
 14399 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 14400 +  { (exit 1); exit 1; }
 14401 +fi
 14402 +
 14403  # Work around bugs in pre-3.0 UWIN ksh.
 14404 -$as_unset ENV MAIL MAILPATH
 14405 +for as_var in ENV MAIL MAILPATH
 14406 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 14407 +done
 14408  PS1='$ '
 14409  PS2='> '
 14410  PS4='+ '
 14411 @@ -11807,18 +12874,19 @@
 14412    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 14413      eval $as_var=C; export $as_var
 14414    else
 14415 -    $as_unset $as_var
 14416 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 14417    fi
 14418  done
 14419  
 14420  # Required to use basename.
 14421 -if expr a : '\(a\)' >/dev/null 2>&1; then
 14422 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 14423 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 14424    as_expr=expr
 14425  else
 14426    as_expr=false
 14427  fi
 14428  
 14429 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 14430 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 14431    as_basename=basename
 14432  else
 14433    as_basename=false
 14434 @@ -11826,159 +12894,120 @@
 14435  
 14436  
 14437  # Name of the executable.
 14438 -as_me=`$as_basename "$0" ||
 14439 +as_me=`$as_basename -- "$0" ||
 14440  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 14441  	 X"$0" : 'X\(//\)$' \| \
 14442 -	 X"$0" : 'X\(/\)$' \| \
 14443 -	 .     : '\(.\)' 2>/dev/null ||
 14444 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 14445  echo X/"$0" |
 14446 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 14447 -  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
 14448 -  	  /^X\/\(\/\).*/{ s//\1/; q; }
 14449 -  	  s/.*/./; q'`
 14450 -
 14451 -
 14452 -# PATH needs CR, and LINENO needs CR and PATH.
 14453 -# Avoid depending upon Character Ranges.
 14454 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 14455 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 14456 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 14457 -as_cr_digits='0123456789'
 14458 -as_cr_alnum=$as_cr_Letters$as_cr_digits
 14459 -
 14460 -# The user is always right.
 14461 -if test "${PATH_SEPARATOR+set}" != set; then
 14462 -  echo "#! /bin/sh" >conf$$.sh
 14463 -  echo  "exit 0"   >>conf$$.sh
 14464 -  chmod +x conf$$.sh
 14465 -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 14466 -    PATH_SEPARATOR=';'
 14467 -  else
 14468 -    PATH_SEPARATOR=:
 14469 -  fi
 14470 -  rm -f conf$$.sh
 14471 -fi
 14472 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
 14473 +	    s//\1/
 14474 +	    q
 14475 +	  }
 14476 +	  /^X\/\(\/\/\)$/{
 14477 +	    s//\1/
 14478 +	    q
 14479 +	  }
 14480 +	  /^X\/\(\/\).*/{
 14481 +	    s//\1/
 14482 +	    q
 14483 +	  }
 14484 +	  s/.*/./; q'`
 14485 +
 14486 +# CDPATH.
 14487 +$as_unset CDPATH
 14488  
 14489  
 14490 -  as_lineno_1=$LINENO
 14491 -  as_lineno_2=$LINENO
 14492 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 14493 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
 14494 -  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 14495 -  # Find who we are.  Look in the path if we contain no path at all
 14496 -  # relative or not.
 14497 -  case $0 in
 14498 -    *[\\/]* ) as_myself=$0 ;;
 14499 -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 14500 -for as_dir in $PATH
 14501 -do
 14502 -  IFS=$as_save_IFS
 14503 -  test -z "$as_dir" && as_dir=.
 14504 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 14505 -done
 14506  
 14507 -       ;;
 14508 -  esac
 14509 -  # We did not find ourselves, most probably we were run as `sh COMMAND'
 14510 -  # in which case we are not to be found in the path.
 14511 -  if test "x$as_myself" = x; then
 14512 -    as_myself=$0
 14513 -  fi
 14514 -  if test ! -f "$as_myself"; then
 14515 -    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
 14516 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
 14517 -   { (exit 1); exit 1; }; }
 14518 -  fi
 14519 -  case $CONFIG_SHELL in
 14520 -  '')
 14521 -    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 14522 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 14523 -do
 14524 -  IFS=$as_save_IFS
 14525 -  test -z "$as_dir" && as_dir=.
 14526 -  for as_base in sh bash ksh sh5; do
 14527 -	 case $as_dir in
 14528 -	 /*)
 14529 -	   if ("$as_dir/$as_base" -c '
 14530    as_lineno_1=$LINENO
 14531    as_lineno_2=$LINENO
 14532 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 14533    test "x$as_lineno_1" != "x$as_lineno_2" &&
 14534 -  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 14535 -	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 14536 -	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 14537 -	     CONFIG_SHELL=$as_dir/$as_base
 14538 -	     export CONFIG_SHELL
 14539 -	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 14540 -	   fi;;
 14541 -	 esac
 14542 -       done
 14543 -done
 14544 -;;
 14545 -  esac
 14546 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 14547  
 14548    # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 14549    # uniformly replaced by the line number.  The first 'sed' inserts a
 14550 -  # line-number line before each line; the second 'sed' does the real
 14551 -  # work.  The second script uses 'N' to pair each line-number line
 14552 -  # with the numbered line, and appends trailing '-' during
 14553 -  # substitution so that $LINENO is not a special case at line end.
 14554 +  # line-number line after each line using $LINENO; the second 'sed'
 14555 +  # does the real work.  The second script uses 'N' to pair each
 14556 +  # line-number line with the line containing $LINENO, and appends
 14557 +  # trailing '-' during substitution so that $LINENO is not a special
 14558 +  # case at line end.
 14559    # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 14560 -  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 14561 -  sed '=' <$as_myself |
 14562 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 14563 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
 14564 +  sed -n '
 14565 +    p
 14566 +    /[$]LINENO/=
 14567 +  ' <$as_myself |
 14568      sed '
 14569 +      s/[$]LINENO.*/&-/
 14570 +      t lineno
 14571 +      b
 14572 +      :lineno
 14573        N
 14574 -      s,$,-,
 14575 -      : loop
 14576 -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 14577 +      :loop
 14578 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 14579        t loop
 14580 -      s,-$,,
 14581 -      s,^['$as_cr_digits']*\n,,
 14582 +      s/-\n.*//
 14583      ' >$as_me.lineno &&
 14584 -  chmod +x $as_me.lineno ||
 14585 -    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
 14586 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
 14587 +  chmod +x "$as_me.lineno" ||
 14588 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 14589     { (exit 1); exit 1; }; }
 14590  
 14591    # Don't try to exec as it changes $[0], causing all sort of problems
 14592    # (the dirname of $[0] is not the place where we might find the
 14593 -  # original and so on.  Autoconf is especially sensible to this).
 14594 -  . ./$as_me.lineno
 14595 +  # original and so on.  Autoconf is especially sensitive to this).
 14596 +  . "./$as_me.lineno"
 14597    # Exit status is that of the last command.
 14598    exit
 14599  }
 14600  
 14601  
 14602 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 14603 -  *c*,-n*) ECHO_N= ECHO_C='
 14604 -' ECHO_T='	' ;;
 14605 -  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 14606 -  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 14607 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 14608 +  as_dirname=dirname
 14609 +else
 14610 +  as_dirname=false
 14611 +fi
 14612 +
 14613 +ECHO_C= ECHO_N= ECHO_T=
 14614 +case `echo -n x` in
 14615 +-n*)
 14616 +  case `echo 'x\c'` in
 14617 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 14618 +  *)   ECHO_C='\c';;
 14619 +  esac;;
 14620 +*)
 14621 +  ECHO_N='-n';;
 14622  esac
 14623  
 14624 -if expr a : '\(a\)' >/dev/null 2>&1; then
 14625 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 14626 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 14627    as_expr=expr
 14628  else
 14629    as_expr=false
 14630  fi
 14631  
 14632  rm -f conf$$ conf$$.exe conf$$.file
 14633 +if test -d conf$$.dir; then
 14634 +  rm -f conf$$.dir/conf$$.file
 14635 +else
 14636 +  rm -f conf$$.dir
 14637 +  mkdir conf$$.dir
 14638 +fi
 14639  echo >conf$$.file
 14640  if ln -s conf$$.file conf$$ 2>/dev/null; then
 14641 -  # We could just check for DJGPP; but this test a) works b) is more generic
 14642 -  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 14643 -  if test -f conf$$.exe; then
 14644 -    # Don't use ln at all; we don't have any links
 14645 +  as_ln_s='ln -s'
 14646 +  # ... but there are two gotchas:
 14647 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 14648 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 14649 +  # In both cases, we have to default to `cp -p'.
 14650 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 14651      as_ln_s='cp -p'
 14652 -  else
 14653 -    as_ln_s='ln -s'
 14654 -  fi
 14655  elif ln conf$$.file conf$$ 2>/dev/null; then
 14656    as_ln_s=ln
 14657  else
 14658    as_ln_s='cp -p'
 14659  fi
 14660 -rm -f conf$$ conf$$.exe conf$$.file
 14661 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 14662 +rmdir conf$$.dir 2>/dev/null
 14663  
 14664  if mkdir -p . 2>/dev/null; then
 14665    as_mkdir_p=:
 14666 @@ -11987,7 +13016,28 @@
 14667    as_mkdir_p=false
 14668  fi
 14669  
 14670 -as_executable_p="test -f"
 14671 +if test -x / >/dev/null 2>&1; then
 14672 +  as_test_x='test -x'
 14673 +else
 14674 +  if ls -dL / >/dev/null 2>&1; then
 14675 +    as_ls_L_option=L
 14676 +  else
 14677 +    as_ls_L_option=
 14678 +  fi
 14679 +  as_test_x='
 14680 +    eval sh -c '\''
 14681 +      if test -d "$1"; then
 14682 +        test -d "$1/.";
 14683 +      else
 14684 +	case $1 in
 14685 +        -*)set "./$1";;
 14686 +	esac;
 14687 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 14688 +	???[sx]*):;;*)false;;esac;fi
 14689 +    '\'' sh
 14690 +  '
 14691 +fi
 14692 +as_executable_p=$as_test_x
 14693  
 14694  # Sed expression to map a string onto a valid CPP name.
 14695  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 14696 @@ -11996,31 +13046,14 @@
 14697  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 14698  
 14699  
 14700 -# IFS
 14701 -# We need space, tab and new line, in precisely that order.
 14702 -as_nl='
 14703 -'
 14704 -IFS=" 	$as_nl"
 14705 -
 14706 -# CDPATH.
 14707 -$as_unset CDPATH
 14708 -
 14709  exec 6>&1
 14710  
 14711 -# Open the log real soon, to keep \$[0] and so on meaningful, and to
 14712 +# Save the log message, to keep $[0] and so on meaningful, and to
 14713  # report actual input values of CONFIG_FILES etc. instead of their
 14714 -# values after options handling.  Logging --version etc. is OK.
 14715 -exec 5>>config.log
 14716 -{
 14717 -  echo
 14718 -  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 14719 -## Running $as_me. ##
 14720 -_ASBOX
 14721 -} >&5
 14722 -cat >&5 <<_CSEOF
 14723 -
 14724 +# values after options handling.
 14725 +ac_log="
 14726  This file was extended by newlib $as_me 1.17.0, which was
 14727 -generated by GNU Autoconf 2.59.  Invocation command line was
 14728 +generated by GNU Autoconf 2.61.  Invocation command line was
 14729  
 14730    CONFIG_FILES    = $CONFIG_FILES
 14731    CONFIG_HEADERS  = $CONFIG_HEADERS
 14732 @@ -12028,30 +13061,19 @@
 14733    CONFIG_COMMANDS = $CONFIG_COMMANDS
 14734    $ $0 $@
 14735  
 14736 -_CSEOF
 14737 -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
 14738 -echo >&5
 14739 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
 14740 +"
 14741 +
 14742  _ACEOF
 14743  
 14744 +cat >>$CONFIG_STATUS <<_ACEOF
 14745  # Files that config.status was made for.
 14746 -if test -n "$ac_config_files"; then
 14747 -  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
 14748 -fi
 14749 -
 14750 -if test -n "$ac_config_headers"; then
 14751 -  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
 14752 -fi
 14753 -
 14754 -if test -n "$ac_config_links"; then
 14755 -  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
 14756 -fi
 14757 +config_files="$ac_config_files"
 14758 +config_commands="$ac_config_commands"
 14759  
 14760 -if test -n "$ac_config_commands"; then
 14761 -  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
 14762 -fi
 14763 +_ACEOF
 14764  
 14765  cat >>$CONFIG_STATUS <<\_ACEOF
 14766 -
 14767  ac_cs_usage="\
 14768  \`$as_me' instantiates files from templates according to the
 14769  current configuration.
 14770 @@ -12059,7 +13081,7 @@
 14771  Usage: $0 [OPTIONS] [FILE]...
 14772  
 14773    -h, --help       print this help, then exit
 14774 -  -V, --version    print version number, then exit
 14775 +  -V, --version    print version number and configuration settings, then exit
 14776    -q, --quiet      do not print progress messages
 14777    -d, --debug      don't remove temporary files
 14778        --recheck    update $as_me by reconfiguring in the same conditions
 14779 @@ -12073,19 +13095,21 @@
 14780  $config_commands
 14781  
 14782  Report bugs to <bug-autoconf@gnu.org>."
 14783 -_ACEOF
 14784  
 14785 +_ACEOF
 14786  cat >>$CONFIG_STATUS <<_ACEOF
 14787  ac_cs_version="\\
 14788  newlib config.status 1.17.0
 14789 -configured by $0, generated by GNU Autoconf 2.59,
 14790 -  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 14791 +configured by $0, generated by GNU Autoconf 2.61,
 14792 +  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 14793  
 14794 -Copyright (C) 2003 Free Software Foundation, Inc.
 14795 +Copyright (C) 2006 Free Software Foundation, Inc.
 14796  This config.status script is free software; the Free Software Foundation
 14797  gives unlimited permission to copy, distribute and modify it."
 14798 -srcdir=$srcdir
 14799 -INSTALL="$INSTALL"
 14800 +
 14801 +ac_pwd='$ac_pwd'
 14802 +srcdir='$srcdir'
 14803 +INSTALL='$INSTALL'
 14804  _ACEOF
 14805  
 14806  cat >>$CONFIG_STATUS <<\_ACEOF
 14807 @@ -12096,60 +13120,42 @@
 14808  do
 14809    case $1 in
 14810    --*=*)
 14811 -    ac_option=`expr "x$1" : 'x\([^=]*\)='`
 14812 -    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
 14813 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 14814 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 14815      ac_shift=:
 14816      ;;
 14817 -  -*)
 14818 +  *)
 14819      ac_option=$1
 14820      ac_optarg=$2
 14821      ac_shift=shift
 14822      ;;
 14823 -  *) # This is not an option, so the user has probably given explicit
 14824 -     # arguments.
 14825 -     ac_option=$1
 14826 -     ac_need_defaults=false;;
 14827    esac
 14828  
 14829    case $ac_option in
 14830    # Handling of the options.
 14831 -_ACEOF
 14832 -cat >>$CONFIG_STATUS <<\_ACEOF
 14833    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 14834      ac_cs_recheck=: ;;
 14835 -  --version | --vers* | -V )
 14836 -    echo "$ac_cs_version"; exit 0 ;;
 14837 -  --he | --h)
 14838 -    # Conflict between --help and --header
 14839 -    { { echo "$as_me:$LINENO: error: ambiguous option: $1
 14840 -Try \`$0 --help' for more information." >&5
 14841 -echo "$as_me: error: ambiguous option: $1
 14842 -Try \`$0 --help' for more information." >&2;}
 14843 -   { (exit 1); exit 1; }; };;
 14844 -  --help | --hel | -h )
 14845 -    echo "$ac_cs_usage"; exit 0 ;;
 14846 -  --debug | --d* | -d )
 14847 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 14848 +    echo "$ac_cs_version"; exit ;;
 14849 +  --debug | --debu | --deb | --de | --d | -d )
 14850      debug=: ;;
 14851    --file | --fil | --fi | --f )
 14852      $ac_shift
 14853      CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 14854      ac_need_defaults=false;;
 14855 -  --header | --heade | --head | --hea )
 14856 -    $ac_shift
 14857 -    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 14858 -    ac_need_defaults=false;;
 14859 +  --he | --h |  --help | --hel | -h )
 14860 +    echo "$ac_cs_usage"; exit ;;
 14861    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 14862    | -silent | --silent | --silen | --sile | --sil | --si | --s)
 14863      ac_cs_silent=: ;;
 14864  
 14865    # This is an error.
 14866 -  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
 14867 -Try \`$0 --help' for more information." >&5
 14868 -echo "$as_me: error: unrecognized option: $1
 14869 -Try \`$0 --help' for more information." >&2;}
 14870 +  -*) { echo "$as_me: error: unrecognized option: $1
 14871 +Try \`$0 --help' for more information." >&2
 14872     { (exit 1); exit 1; }; } ;;
 14873  
 14874 -  *) ac_config_targets="$ac_config_targets $1" ;;
 14875 +  *) ac_config_targets="$ac_config_targets $1"
 14876 +     ac_need_defaults=false ;;
 14877  
 14878    esac
 14879    shift
 14880 @@ -12165,17 +13171,28 @@
 14881  _ACEOF
 14882  cat >>$CONFIG_STATUS <<_ACEOF
 14883  if \$ac_cs_recheck; then
 14884 -  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 14885 -  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 14886 +  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 14887 +  CONFIG_SHELL=$SHELL
 14888 +  export CONFIG_SHELL
 14889 +  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 14890  fi
 14891  
 14892  _ACEOF
 14893 +cat >>$CONFIG_STATUS <<\_ACEOF
 14894 +exec 5>>config.log
 14895 +{
 14896 +  echo
 14897 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 14898 +## Running $as_me. ##
 14899 +_ASBOX
 14900 +  echo "$ac_log"
 14901 +} >&5
 14902  
 14903 +_ACEOF
 14904  cat >>$CONFIG_STATUS <<_ACEOF
 14905  #
 14906 -# INIT-COMMANDS section.
 14907 +# INIT-COMMANDS
 14908  #
 14909 -
 14910  AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 14911  
 14912  
 14913 @@ -12436,22 +13453,23 @@
 14914  
 14915  _ACEOF
 14916  
 14917 -
 14918 -
 14919  cat >>$CONFIG_STATUS <<\_ACEOF
 14920 +
 14921 +# Handling of arguments.
 14922  for ac_config_target in $ac_config_targets
 14923  do
 14924 -  case "$ac_config_target" in
 14925 -  # Handling of arguments.
 14926 -  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 14927 -  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 14928 -  "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 14929 +  case $ac_config_target in
 14930 +    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 14931 +    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 14932 +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 14933 +
 14934    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 14935  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 14936     { (exit 1); exit 1; }; };;
 14937    esac
 14938  done
 14939  
 14940 +
 14941  # If the user did not use the arguments to specify the items to instantiate,
 14942  # then the envvar interface is used.  Set only those that are not.
 14943  # We use the long form for the default assignment because of an extremely
 14944 @@ -12462,396 +13480,492 @@
 14945  fi
 14946  
 14947  # Have a temporary directory for convenience.  Make it in the build tree
 14948 -# simply because there is no reason to put it here, and in addition,
 14949 +# simply because there is no reason against having it here, and in addition,
 14950  # creating and moving files from /tmp can sometimes cause problems.
 14951 -# Create a temporary directory, and hook for its removal unless debugging.
 14952 +# Hook for its removal unless debugging.
 14953 +# Note that there is a small window in which the directory will not be cleaned:
 14954 +# after its creation but before its name has been assigned to `$tmp'.
 14955  $debug ||
 14956  {
 14957 -  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
 14958 +  tmp=
 14959 +  trap 'exit_status=$?
 14960 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 14961 +' 0
 14962    trap '{ (exit 1); exit 1; }' 1 2 13 15
 14963  }
 14964 -
 14965  # Create a (secure) tmp directory for tmp files.
 14966  
 14967  {
 14968 -  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
 14969 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 14970    test -n "$tmp" && test -d "$tmp"
 14971  }  ||
 14972  {
 14973 -  tmp=./confstat$$-$RANDOM
 14974 -  (umask 077 && mkdir $tmp)
 14975 +  tmp=./conf$$-$RANDOM
 14976 +  (umask 077 && mkdir "$tmp")
 14977  } ||
 14978  {
 14979     echo "$me: cannot create a temporary directory in ." >&2
 14980     { (exit 1); exit 1; }
 14981  }
 14982  
 14983 -_ACEOF
 14984 -
 14985 -cat >>$CONFIG_STATUS <<_ACEOF
 14986 -
 14987  #
 14988 -# CONFIG_FILES section.
 14989 +# Set up the sed scripts for CONFIG_FILES section.
 14990  #
 14991  
 14992  # No need to generate the scripts if there are no CONFIG_FILES.
 14993  # This happens for instance when ./config.status config.h
 14994 -if test -n "\$CONFIG_FILES"; then
 14995 -  # Protect against being on the right side of a sed subst in config.status.
 14996 -  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
 14997 -   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
 14998 -s,@SHELL@,$SHELL,;t t
 14999 -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
 15000 -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
 15001 -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
 15002 -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
 15003 -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
 15004 -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
 15005 -s,@exec_prefix@,$exec_prefix,;t t
 15006 -s,@prefix@,$prefix,;t t
 15007 -s,@program_transform_name@,$program_transform_name,;t t
 15008 -s,@bindir@,$bindir,;t t
 15009 -s,@sbindir@,$sbindir,;t t
 15010 -s,@libexecdir@,$libexecdir,;t t
 15011 -s,@datadir@,$datadir,;t t
 15012 -s,@sysconfdir@,$sysconfdir,;t t
 15013 -s,@sharedstatedir@,$sharedstatedir,;t t
 15014 -s,@localstatedir@,$localstatedir,;t t
 15015 -s,@libdir@,$libdir,;t t
 15016 -s,@includedir@,$includedir,;t t
 15017 -s,@oldincludedir@,$oldincludedir,;t t
 15018 -s,@infodir@,$infodir,;t t
 15019 -s,@mandir@,$mandir,;t t
 15020 -s,@build_alias@,$build_alias,;t t
 15021 -s,@host_alias@,$host_alias,;t t
 15022 -s,@target_alias@,$target_alias,;t t
 15023 -s,@DEFS@,$DEFS,;t t
 15024 -s,@ECHO_C@,$ECHO_C,;t t
 15025 -s,@ECHO_N@,$ECHO_N,;t t
 15026 -s,@ECHO_T@,$ECHO_T,;t t
 15027 -s,@LIBS@,$LIBS,;t t
 15028 -s,@MAY_SUPPLY_SYSCALLS_TRUE@,$MAY_SUPPLY_SYSCALLS_TRUE,;t t
 15029 -s,@MAY_SUPPLY_SYSCALLS_FALSE@,$MAY_SUPPLY_SYSCALLS_FALSE,;t t
 15030 -s,@newlib_basedir@,$newlib_basedir,;t t
 15031 -s,@build@,$build,;t t
 15032 -s,@build_cpu@,$build_cpu,;t t
 15033 -s,@build_vendor@,$build_vendor,;t t
 15034 -s,@build_os@,$build_os,;t t
 15035 -s,@host@,$host,;t t
 15036 -s,@host_cpu@,$host_cpu,;t t
 15037 -s,@host_vendor@,$host_vendor,;t t
 15038 -s,@host_os@,$host_os,;t t
 15039 -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
 15040 -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
 15041 -s,@INSTALL_DATA@,$INSTALL_DATA,;t t
 15042 -s,@CYGPATH_W@,$CYGPATH_W,;t t
 15043 -s,@PACKAGE@,$PACKAGE,;t t
 15044 -s,@VERSION@,$VERSION,;t t
 15045 -s,@ACLOCAL@,$ACLOCAL,;t t
 15046 -s,@AUTOCONF@,$AUTOCONF,;t t
 15047 -s,@AUTOMAKE@,$AUTOMAKE,;t t
 15048 -s,@AUTOHEADER@,$AUTOHEADER,;t t
 15049 -s,@MAKEINFO@,$MAKEINFO,;t t
 15050 -s,@install_sh@,$install_sh,;t t
 15051 -s,@STRIP@,$STRIP,;t t
 15052 -s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
 15053 -s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
 15054 -s,@mkdir_p@,$mkdir_p,;t t
 15055 -s,@AWK@,$AWK,;t t
 15056 -s,@SET_MAKE@,$SET_MAKE,;t t
 15057 -s,@am__leading_dot@,$am__leading_dot,;t t
 15058 -s,@AMTAR@,$AMTAR,;t t
 15059 -s,@am__tar@,$am__tar,;t t
 15060 -s,@am__untar@,$am__untar,;t t
 15061 -s,@CC@,$CC,;t t
 15062 -s,@DEPDIR@,$DEPDIR,;t t
 15063 -s,@am__include@,$am__include,;t t
 15064 -s,@am__quote@,$am__quote,;t t
 15065 -s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
 15066 -s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
 15067 -s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
 15068 -s,@CCDEPMODE@,$CCDEPMODE,;t t
 15069 -s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
 15070 -s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
 15071 -s,@AS@,$AS,;t t
 15072 -s,@ac_ct_AS@,$ac_ct_AS,;t t
 15073 -s,@AR@,$AR,;t t
 15074 -s,@ac_ct_AR@,$ac_ct_AR,;t t
 15075 -s,@RANLIB@,$RANLIB,;t t
 15076 -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
 15077 -s,@READELF@,$READELF,;t t
 15078 -s,@ac_ct_READELF@,$ac_ct_READELF,;t t
 15079 -s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
 15080 -s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
 15081 -s,@MAINT@,$MAINT,;t t
 15082 -s,@CCAS@,$CCAS,;t t
 15083 -s,@CCASFLAGS@,$CCASFLAGS,;t t
 15084 -s,@NEWLIB_CFLAGS@,$NEWLIB_CFLAGS,;t t
 15085 -s,@LDFLAGS@,$LDFLAGS,;t t
 15086 -s,@ELIX_LEVEL_0_TRUE@,$ELIX_LEVEL_0_TRUE,;t t
 15087 -s,@ELIX_LEVEL_0_FALSE@,$ELIX_LEVEL_0_FALSE,;t t
 15088 -s,@ELIX_LEVEL_1_TRUE@,$ELIX_LEVEL_1_TRUE,;t t
 15089 -s,@ELIX_LEVEL_1_FALSE@,$ELIX_LEVEL_1_FALSE,;t t
 15090 -s,@ELIX_LEVEL_2_TRUE@,$ELIX_LEVEL_2_TRUE,;t t
 15091 -s,@ELIX_LEVEL_2_FALSE@,$ELIX_LEVEL_2_FALSE,;t t
 15092 -s,@ELIX_LEVEL_3_TRUE@,$ELIX_LEVEL_3_TRUE,;t t
 15093 -s,@ELIX_LEVEL_3_FALSE@,$ELIX_LEVEL_3_FALSE,;t t
 15094 -s,@ELIX_LEVEL_4_TRUE@,$ELIX_LEVEL_4_TRUE,;t t
 15095 -s,@ELIX_LEVEL_4_FALSE@,$ELIX_LEVEL_4_FALSE,;t t
 15096 -s,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t t
 15097 -s,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t t
 15098 -s,@OBJEXT@,$OBJEXT,;t t
 15099 -s,@oext@,$oext,;t t
 15100 -s,@aext@,$aext,;t t
 15101 -s,@lpfx@,$lpfx,;t t
 15102 -s,@libm_machine_dir@,$libm_machine_dir,;t t
 15103 -s,@machine_dir@,$machine_dir,;t t
 15104 -s,@sys_dir@,$sys_dir,;t t
 15105 -s,@SED@,$SED,;t t
 15106 -s,@DLLTOOL@,$DLLTOOL,;t t
 15107 -s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
 15108 -s,@OBJDUMP@,$OBJDUMP,;t t
 15109 -s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
 15110 -s,@LIBTOOL@,$LIBTOOL,;t t
 15111 -s,@CFLAGS@,$CFLAGS,;t t
 15112 -s,@CPPFLAGS@,$CPPFLAGS,;t t
 15113 -s,@ac_ct_CC@,$ac_ct_CC,;t t
 15114 -s,@EXEEXT@,$EXEEXT,;t t
 15115 -s,@EGREP@,$EGREP,;t t
 15116 -s,@FGREP@,$FGREP,;t t
 15117 -s,@GREP@,$GREP,;t t
 15118 -s,@LD@,$LD,;t t
 15119 -s,@DUMPBIN@,$DUMPBIN,;t t
 15120 -s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
 15121 -s,@NM@,$NM,;t t
 15122 -s,@LN_S@,$LN_S,;t t
 15123 -s,@lt_ECHO@,$lt_ECHO,;t t
 15124 -s,@DSYMUTIL@,$DSYMUTIL,;t t
 15125 -s,@ac_ct_DSYMUTIL@,$ac_ct_DSYMUTIL,;t t
 15126 -s,@NMEDIT@,$NMEDIT,;t t
 15127 -s,@ac_ct_NMEDIT@,$ac_ct_NMEDIT,;t t
 15128 -s,@LIPO@,$LIPO,;t t
 15129 -s,@ac_ct_LIPO@,$ac_ct_LIPO,;t t
 15130 -s,@OTOOL@,$OTOOL,;t t
 15131 -s,@ac_ct_OTOOL@,$ac_ct_OTOOL,;t t
 15132 -s,@OTOOL64@,$OTOOL64,;t t
 15133 -s,@ac_ct_OTOOL64@,$ac_ct_OTOOL64,;t t
 15134 -s,@CPP@,$CPP,;t t
 15135 -s,@subdirs@,$subdirs,;t t
 15136 -s,@HAVE_MACHINE_DIR_TRUE@,$HAVE_MACHINE_DIR_TRUE,;t t
 15137 -s,@HAVE_MACHINE_DIR_FALSE@,$HAVE_MACHINE_DIR_FALSE,;t t
 15138 -s,@LIBOBJS@,$LIBOBJS,;t t
 15139 -s,@LTLIBOBJS@,$LTLIBOBJS,;t t
 15140 -CEOF
 15141 -
 15142 -_ACEOF
 15143 -
 15144 -  cat >>$CONFIG_STATUS <<\_ACEOF
 15145 -  # Split the substitutions into bite-sized pieces for seds with
 15146 -  # small command number limits, like on Digital OSF/1 and HP-UX.
 15147 -  ac_max_sed_lines=48
 15148 -  ac_sed_frag=1 # Number of current file.
 15149 -  ac_beg=1 # First line for current file.
 15150 -  ac_end=$ac_max_sed_lines # Line after last line for current file.
 15151 -  ac_more_lines=:
 15152 -  ac_sed_cmds=
 15153 -  while $ac_more_lines; do
 15154 -    if test $ac_beg -gt 1; then
 15155 -      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 15156 -    else
 15157 -      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 15158 -    fi
 15159 -    if test ! -s $tmp/subs.frag; then
 15160 -      ac_more_lines=false
 15161 -    else
 15162 -      # The purpose of the label and of the branching condition is to
 15163 -      # speed up the sed processing (if there are no `@' at all, there
 15164 -      # is no need to browse any of the substitutions).
 15165 -      # These are the two extra sed commands mentioned above.
 15166 -      (echo ':t
 15167 -  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
 15168 -      if test -z "$ac_sed_cmds"; then
 15169 -	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
 15170 -      else
 15171 -	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
 15172 -      fi
 15173 -      ac_sed_frag=`expr $ac_sed_frag + 1`
 15174 -      ac_beg=$ac_end
 15175 -      ac_end=`expr $ac_end + $ac_max_sed_lines`
 15176 -    fi
 15177 -  done
 15178 -  if test -z "$ac_sed_cmds"; then
 15179 -    ac_sed_cmds=cat
 15180 +if test -n "$CONFIG_FILES"; then
 15181 +
 15182 +_ACEOF
 15183 +
 15184 +
 15185 +
 15186 +ac_delim='%!_!# '
 15187 +for ac_last_try in false false false false false :; do
 15188 +  cat >conf$$subs.sed <<_ACEOF
 15189 +SHELL!$SHELL$ac_delim
 15190 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 15191 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 15192 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 15193 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 15194 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 15195 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 15196 +exec_prefix!$exec_prefix$ac_delim
 15197 +prefix!$prefix$ac_delim
 15198 +program_transform_name!$program_transform_name$ac_delim
 15199 +bindir!$bindir$ac_delim
 15200 +sbindir!$sbindir$ac_delim
 15201 +libexecdir!$libexecdir$ac_delim
 15202 +datarootdir!$datarootdir$ac_delim
 15203 +datadir!$datadir$ac_delim
 15204 +sysconfdir!$sysconfdir$ac_delim
 15205 +sharedstatedir!$sharedstatedir$ac_delim
 15206 +localstatedir!$localstatedir$ac_delim
 15207 +includedir!$includedir$ac_delim
 15208 +oldincludedir!$oldincludedir$ac_delim
 15209 +docdir!$docdir$ac_delim
 15210 +infodir!$infodir$ac_delim
 15211 +htmldir!$htmldir$ac_delim
 15212 +dvidir!$dvidir$ac_delim
 15213 +pdfdir!$pdfdir$ac_delim
 15214 +psdir!$psdir$ac_delim
 15215 +libdir!$libdir$ac_delim
 15216 +localedir!$localedir$ac_delim
 15217 +mandir!$mandir$ac_delim
 15218 +DEFS!$DEFS$ac_delim
 15219 +ECHO_C!$ECHO_C$ac_delim
 15220 +ECHO_N!$ECHO_N$ac_delim
 15221 +ECHO_T!$ECHO_T$ac_delim
 15222 +LIBS!$LIBS$ac_delim
 15223 +build_alias!$build_alias$ac_delim
 15224 +host_alias!$host_alias$ac_delim
 15225 +target_alias!$target_alias$ac_delim
 15226 +MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
 15227 +MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
 15228 +newlib_basedir!$newlib_basedir$ac_delim
 15229 +build!$build$ac_delim
 15230 +build_cpu!$build_cpu$ac_delim
 15231 +build_vendor!$build_vendor$ac_delim
 15232 +build_os!$build_os$ac_delim
 15233 +host!$host$ac_delim
 15234 +host_cpu!$host_cpu$ac_delim
 15235 +host_vendor!$host_vendor$ac_delim
 15236 +host_os!$host_os$ac_delim
 15237 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 15238 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 15239 +INSTALL_DATA!$INSTALL_DATA$ac_delim
 15240 +CYGPATH_W!$CYGPATH_W$ac_delim
 15241 +PACKAGE!$PACKAGE$ac_delim
 15242 +VERSION!$VERSION$ac_delim
 15243 +ACLOCAL!$ACLOCAL$ac_delim
 15244 +AUTOCONF!$AUTOCONF$ac_delim
 15245 +AUTOMAKE!$AUTOMAKE$ac_delim
 15246 +AUTOHEADER!$AUTOHEADER$ac_delim
 15247 +MAKEINFO!$MAKEINFO$ac_delim
 15248 +install_sh!$install_sh$ac_delim
 15249 +STRIP!$STRIP$ac_delim
 15250 +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 15251 +mkdir_p!$mkdir_p$ac_delim
 15252 +AWK!$AWK$ac_delim
 15253 +SET_MAKE!$SET_MAKE$ac_delim
 15254 +am__leading_dot!$am__leading_dot$ac_delim
 15255 +AMTAR!$AMTAR$ac_delim
 15256 +am__tar!$am__tar$ac_delim
 15257 +am__untar!$am__untar$ac_delim
 15258 +CC!$CC$ac_delim
 15259 +DEPDIR!$DEPDIR$ac_delim
 15260 +am__include!$am__include$ac_delim
 15261 +am__quote!$am__quote$ac_delim
 15262 +AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 15263 +AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 15264 +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 15265 +CCDEPMODE!$CCDEPMODE$ac_delim
 15266 +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 15267 +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 15268 +AS!$AS$ac_delim
 15269 +AR!$AR$ac_delim
 15270 +RANLIB!$RANLIB$ac_delim
 15271 +READELF!$READELF$ac_delim
 15272 +MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 15273 +MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 15274 +MAINT!$MAINT$ac_delim
 15275 +CCAS!$CCAS$ac_delim
 15276 +CCASFLAGS!$CCASFLAGS$ac_delim
 15277 +NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
 15278 +LDFLAGS!$LDFLAGS$ac_delim
 15279 +ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
 15280 +ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
 15281 +ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
 15282 +ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
 15283 +ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
 15284 +ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
 15285 +ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
 15286 +_ACEOF
 15287 +
 15288 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 15289 +    break
 15290 +  elif $ac_last_try; then
 15291 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 15292 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 15293 +   { (exit 1); exit 1; }; }
 15294 +  else
 15295 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 15296    fi
 15297 -fi # test -n "$CONFIG_FILES"
 15298 +done
 15299 +
 15300 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 15301 +if test -n "$ac_eof"; then
 15302 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 15303 +  ac_eof=`expr $ac_eof + 1`
 15304 +fi
 15305 +
 15306 +cat >>$CONFIG_STATUS <<_ACEOF
 15307 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 15308 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 15309 +_ACEOF
 15310 +sed '
 15311 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 15312 +s/^/s,@/; s/!/@,|#_!!_#|/
 15313 +:n
 15314 +t n
 15315 +s/'"$ac_delim"'$/,g/; t
 15316 +s/$/\\/; p
 15317 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 15318 +' >>$CONFIG_STATUS <conf$$subs.sed
 15319 +rm -f conf$$subs.sed
 15320 +cat >>$CONFIG_STATUS <<_ACEOF
 15321 +CEOF$ac_eof
 15322 +_ACEOF
 15323 +
 15324 +
 15325 +ac_delim='%!_!# '
 15326 +for ac_last_try in false false false false false :; do
 15327 +  cat >conf$$subs.sed <<_ACEOF
 15328 +ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
 15329 +ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
 15330 +ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
 15331 +USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
 15332 +USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
 15333 +OBJEXT!$OBJEXT$ac_delim
 15334 +oext!$oext$ac_delim
 15335 +aext!$aext$ac_delim
 15336 +lpfx!$lpfx$ac_delim
 15337 +libm_machine_dir!$libm_machine_dir$ac_delim
 15338 +machine_dir!$machine_dir$ac_delim
 15339 +sys_dir!$sys_dir$ac_delim
 15340 +SED!$SED$ac_delim
 15341 +DLLTOOL!$DLLTOOL$ac_delim
 15342 +OBJDUMP!$OBJDUMP$ac_delim
 15343 +LIBTOOL!$LIBTOOL$ac_delim
 15344 +CFLAGS!$CFLAGS$ac_delim
 15345 +CPPFLAGS!$CPPFLAGS$ac_delim
 15346 +ac_ct_CC!$ac_ct_CC$ac_delim
 15347 +EXEEXT!$EXEEXT$ac_delim
 15348 +GREP!$GREP$ac_delim
 15349 +EGREP!$EGREP$ac_delim
 15350 +FGREP!$FGREP$ac_delim
 15351 +LD!$LD$ac_delim
 15352 +DUMPBIN!$DUMPBIN$ac_delim
 15353 +ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
 15354 +NM!$NM$ac_delim
 15355 +LN_S!$LN_S$ac_delim
 15356 +lt_ECHO!$lt_ECHO$ac_delim
 15357 +DSYMUTIL!$DSYMUTIL$ac_delim
 15358 +NMEDIT!$NMEDIT$ac_delim
 15359 +LIPO!$LIPO$ac_delim
 15360 +OTOOL!$OTOOL$ac_delim
 15361 +OTOOL64!$OTOOL64$ac_delim
 15362 +CPP!$CPP$ac_delim
 15363 +subdirs!$subdirs$ac_delim
 15364 +HAVE_MACHINE_DIR_TRUE!$HAVE_MACHINE_DIR_TRUE$ac_delim
 15365 +HAVE_MACHINE_DIR_FALSE!$HAVE_MACHINE_DIR_FALSE$ac_delim
 15366 +LIBOBJS!$LIBOBJS$ac_delim
 15367 +LTLIBOBJS!$LTLIBOBJS$ac_delim
 15368 +_ACEOF
 15369 +
 15370 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 40; then
 15371 +    break
 15372 +  elif $ac_last_try; then
 15373 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 15374 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 15375 +   { (exit 1); exit 1; }; }
 15376 +  else
 15377 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 15378 +  fi
 15379 +done
 15380 +
 15381 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 15382 +if test -n "$ac_eof"; then
 15383 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 15384 +  ac_eof=`expr $ac_eof + 1`
 15385 +fi
 15386  
 15387 +cat >>$CONFIG_STATUS <<_ACEOF
 15388 +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 15389 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 15390 +_ACEOF
 15391 +sed '
 15392 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 15393 +s/^/s,@/; s/!/@,|#_!!_#|/
 15394 +:n
 15395 +t n
 15396 +s/'"$ac_delim"'$/,g/; t
 15397 +s/$/\\/; p
 15398 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 15399 +' >>$CONFIG_STATUS <conf$$subs.sed
 15400 +rm -f conf$$subs.sed
 15401 +cat >>$CONFIG_STATUS <<_ACEOF
 15402 +:end
 15403 +s/|#_!!_#|//g
 15404 +CEOF$ac_eof
 15405  _ACEOF
 15406 +
 15407 +
 15408 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
 15409 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 15410 +# trailing colons and then remove the whole line if VPATH becomes empty
 15411 +# (actually we leave an empty line to preserve line numbers).
 15412 +if test "x$srcdir" = x.; then
 15413 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 15414 +s/:*\$(srcdir):*/:/
 15415 +s/:*\${srcdir}:*/:/
 15416 +s/:*@srcdir@:*/:/
 15417 +s/^\([^=]*=[	 ]*\):*/\1/
 15418 +s/:*$//
 15419 +s/^[^=]*=[	 ]*$//
 15420 +}'
 15421 +fi
 15422 +
 15423  cat >>$CONFIG_STATUS <<\_ACEOF
 15424 -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
 15425 -  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
 15426 -  case $ac_file in
 15427 -  - | *:- | *:-:* ) # input from stdin
 15428 -	cat >$tmp/stdin
 15429 -	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 15430 -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 15431 -  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 15432 -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 15433 -  * )   ac_file_in=$ac_file.in ;;
 15434 +fi # test -n "$CONFIG_FILES"
 15435 +
 15436 +
 15437 +for ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS
 15438 +do
 15439 +  case $ac_tag in
 15440 +  :[FHLC]) ac_mode=$ac_tag; continue;;
 15441 +  esac
 15442 +  case $ac_mode$ac_tag in
 15443 +  :[FHL]*:*);;
 15444 +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 15445 +echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 15446 +   { (exit 1); exit 1; }; };;
 15447 +  :[FH]-) ac_tag=-:-;;
 15448 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 15449 +  esac
 15450 +  ac_save_IFS=$IFS
 15451 +  IFS=:
 15452 +  set x $ac_tag
 15453 +  IFS=$ac_save_IFS
 15454 +  shift
 15455 +  ac_file=$1
 15456 +  shift
 15457 +
 15458 +  case $ac_mode in
 15459 +  :L) ac_source=$1;;
 15460 +  :[FH])
 15461 +    ac_file_inputs=
 15462 +    for ac_f
 15463 +    do
 15464 +      case $ac_f in
 15465 +      -) ac_f="$tmp/stdin";;
 15466 +      *) # Look for the file first in the build tree, then in the source tree
 15467 +	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 15468 +	 # because $ac_f cannot contain `:'.
 15469 +	 test -f "$ac_f" ||
 15470 +	   case $ac_f in
 15471 +	   [\\/$]*) false;;
 15472 +	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 15473 +	   esac ||
 15474 +	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 15475 +echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 15476 +   { (exit 1); exit 1; }; };;
 15477 +      esac
 15478 +      ac_file_inputs="$ac_file_inputs $ac_f"
 15479 +    done
 15480 +
 15481 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
 15482 +    # use $as_me), people would be surprised to read:
 15483 +    #    /* config.h.  Generated by config.status.  */
 15484 +    configure_input="Generated from "`IFS=:
 15485 +	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 15486 +    if test x"$ac_file" != x-; then
 15487 +      configure_input="$ac_file.  $configure_input"
 15488 +      { echo "$as_me:$LINENO: creating $ac_file" >&5
 15489 +echo "$as_me: creating $ac_file" >&6;}
 15490 +    fi
 15491 +
 15492 +    case $ac_tag in
 15493 +    *:-:* | *:-) cat >"$tmp/stdin";;
 15494 +    esac
 15495 +    ;;
 15496    esac
 15497  
 15498 -  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
 15499 -  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 15500 +  ac_dir=`$as_dirname -- "$ac_file" ||
 15501  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 15502  	 X"$ac_file" : 'X\(//\)[^/]' \| \
 15503  	 X"$ac_file" : 'X\(//\)$' \| \
 15504 -	 X"$ac_file" : 'X\(/\)' \| \
 15505 -	 .     : '\(.\)' 2>/dev/null ||
 15506 +	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 15507  echo X"$ac_file" |
 15508 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 15509 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 15510 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 15511 -  	  /^X\(\/\).*/{ s//\1/; q; }
 15512 -  	  s/.*/./; q'`
 15513 -  { if $as_mkdir_p; then
 15514 -    mkdir -p "$ac_dir"
 15515 -  else
 15516 -    as_dir="$ac_dir"
 15517 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 15518 +	    s//\1/
 15519 +	    q
 15520 +	  }
 15521 +	  /^X\(\/\/\)[^/].*/{
 15522 +	    s//\1/
 15523 +	    q
 15524 +	  }
 15525 +	  /^X\(\/\/\)$/{
 15526 +	    s//\1/
 15527 +	    q
 15528 +	  }
 15529 +	  /^X\(\/\).*/{
 15530 +	    s//\1/
 15531 +	    q
 15532 +	  }
 15533 +	  s/.*/./; q'`
 15534 +  { as_dir="$ac_dir"
 15535 +  case $as_dir in #(
 15536 +  -*) as_dir=./$as_dir;;
 15537 +  esac
 15538 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 15539      as_dirs=
 15540 -    while test ! -d "$as_dir"; do
 15541 -      as_dirs="$as_dir $as_dirs"
 15542 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 15543 +    while :; do
 15544 +      case $as_dir in #(
 15545 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 15546 +      *) as_qdir=$as_dir;;
 15547 +      esac
 15548 +      as_dirs="'$as_qdir' $as_dirs"
 15549 +      as_dir=`$as_dirname -- "$as_dir" ||
 15550  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 15551  	 X"$as_dir" : 'X\(//\)[^/]' \| \
 15552  	 X"$as_dir" : 'X\(//\)$' \| \
 15553 -	 X"$as_dir" : 'X\(/\)' \| \
 15554 -	 .     : '\(.\)' 2>/dev/null ||
 15555 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 15556  echo X"$as_dir" |
 15557 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 15558 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 15559 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 15560 -  	  /^X\(\/\).*/{ s//\1/; q; }
 15561 -  	  s/.*/./; q'`
 15562 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 15563 +	    s//\1/
 15564 +	    q
 15565 +	  }
 15566 +	  /^X\(\/\/\)[^/].*/{
 15567 +	    s//\1/
 15568 +	    q
 15569 +	  }
 15570 +	  /^X\(\/\/\)$/{
 15571 +	    s//\1/
 15572 +	    q
 15573 +	  }
 15574 +	  /^X\(\/\).*/{
 15575 +	    s//\1/
 15576 +	    q
 15577 +	  }
 15578 +	  s/.*/./; q'`
 15579 +      test -d "$as_dir" && break
 15580      done
 15581 -    test ! -n "$as_dirs" || mkdir $as_dirs
 15582 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 15583 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 15584 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
 15585 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 15586 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
 15587     { (exit 1); exit 1; }; }; }
 15588 -
 15589    ac_builddir=.
 15590  
 15591 -if test "$ac_dir" != .; then
 15592 +case "$ac_dir" in
 15593 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 15594 +*)
 15595    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 15596 -  # A "../" for each directory in $ac_dir_suffix.
 15597 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 15598 -else
 15599 -  ac_dir_suffix= ac_top_builddir=
 15600 -fi
 15601 +  # A ".." for each directory in $ac_dir_suffix.
 15602 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 15603 +  case $ac_top_builddir_sub in
 15604 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 15605 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 15606 +  esac ;;
 15607 +esac
 15608 +ac_abs_top_builddir=$ac_pwd
 15609 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
 15610 +# for backward compatibility:
 15611 +ac_top_builddir=$ac_top_build_prefix
 15612  
 15613  case $srcdir in
 15614 -  .)  # No --srcdir option.  We are building in place.
 15615 +  .)  # We are building in place.
 15616      ac_srcdir=.
 15617 -    if test -z "$ac_top_builddir"; then
 15618 -       ac_top_srcdir=.
 15619 -    else
 15620 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 15621 -    fi ;;
 15622 -  [\\/]* | ?:[\\/]* )  # Absolute path.
 15623 +    ac_top_srcdir=$ac_top_builddir_sub
 15624 +    ac_abs_top_srcdir=$ac_pwd ;;
 15625 +  [\\/]* | ?:[\\/]* )  # Absolute name.
 15626      ac_srcdir=$srcdir$ac_dir_suffix;
 15627 -    ac_top_srcdir=$srcdir ;;
 15628 -  *) # Relative path.
 15629 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 15630 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 15631 -esac
 15632 +    ac_top_srcdir=$srcdir
 15633 +    ac_abs_top_srcdir=$srcdir ;;
 15634 +  *) # Relative name.
 15635 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 15636 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
 15637 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 15638 +esac
 15639 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 15640  
 15641 -# Do not use `cd foo && pwd` to compute absolute paths, because
 15642 -# the directories may not exist.
 15643 -case `pwd` in
 15644 -.) ac_abs_builddir="$ac_dir";;
 15645 -*)
 15646 -  case "$ac_dir" in
 15647 -  .) ac_abs_builddir=`pwd`;;
 15648 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 15649 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 15650 -  esac;;
 15651 -esac
 15652 -case $ac_abs_builddir in
 15653 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
 15654 -*)
 15655 -  case ${ac_top_builddir}. in
 15656 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
 15657 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 15658 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 15659 -  esac;;
 15660 -esac
 15661 -case $ac_abs_builddir in
 15662 -.) ac_abs_srcdir=$ac_srcdir;;
 15663 -*)
 15664 -  case $ac_srcdir in
 15665 -  .) ac_abs_srcdir=$ac_abs_builddir;;
 15666 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 15667 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 15668 -  esac;;
 15669 -esac
 15670 -case $ac_abs_builddir in
 15671 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
 15672 -*)
 15673 -  case $ac_top_srcdir in
 15674 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 15675 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 15676 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 15677 -  esac;;
 15678 -esac
 15679  
 15680 +  case $ac_mode in
 15681 +  :F)
 15682 +  #
 15683 +  # CONFIG_FILE
 15684 +  #
 15685  
 15686    case $INSTALL in
 15687    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 15688 -  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
 15689 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 15690    esac
 15691 +_ACEOF
 15692  
 15693 -  if test x"$ac_file" != x-; then
 15694 -    { echo "$as_me:$LINENO: creating $ac_file" >&5
 15695 -echo "$as_me: creating $ac_file" >&6;}
 15696 -    rm -f "$ac_file"
 15697 -  fi
 15698 -  # Let's still pretend it is `configure' which instantiates (i.e., don't
 15699 -  # use $as_me), people would be surprised to read:
 15700 -  #    /* config.h.  Generated by config.status.  */
 15701 -  if test x"$ac_file" = x-; then
 15702 -    configure_input=
 15703 -  else
 15704 -    configure_input="$ac_file.  "
 15705 -  fi
 15706 -  configure_input=$configure_input"Generated from `echo $ac_file_in |
 15707 -				     sed 's,.*/,,'` by configure."
 15708 -
 15709 -  # First look for the input files in the build tree, otherwise in the
 15710 -  # src tree.
 15711 -  ac_file_inputs=`IFS=:
 15712 -    for f in $ac_file_in; do
 15713 -      case $f in
 15714 -      -) echo $tmp/stdin ;;
 15715 -      [\\/$]*)
 15716 -	 # Absolute (can't be DOS-style, as IFS=:)
 15717 -	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 15718 -echo "$as_me: error: cannot find input file: $f" >&2;}
 15719 -   { (exit 1); exit 1; }; }
 15720 -	 echo "$f";;
 15721 -      *) # Relative
 15722 -	 if test -f "$f"; then
 15723 -	   # Build tree
 15724 -	   echo "$f"
 15725 -	 elif test -f "$srcdir/$f"; then
 15726 -	   # Source tree
 15727 -	   echo "$srcdir/$f"
 15728 -	 else
 15729 -	   # /dev/null tree
 15730 -	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 15731 -echo "$as_me: error: cannot find input file: $f" >&2;}
 15732 -   { (exit 1); exit 1; }; }
 15733 -	 fi;;
 15734 -      esac
 15735 -    done` || { (exit 1); exit 1; }
 15736 +cat >>$CONFIG_STATUS <<\_ACEOF
 15737 +# If the template does not know about datarootdir, expand it.
 15738 +# FIXME: This hack should be removed a few years after 2.60.
 15739 +ac_datarootdir_hack=; ac_datarootdir_seen=
 15740 +
 15741 +case `sed -n '/datarootdir/ {
 15742 +  p
 15743 +  q
 15744 +}
 15745 +/@datadir@/p
 15746 +/@docdir@/p
 15747 +/@infodir@/p
 15748 +/@localedir@/p
 15749 +/@mandir@/p
 15750 +' $ac_file_inputs` in
 15751 +*datarootdir*) ac_datarootdir_seen=yes;;
 15752 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 15753 +  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 15754 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 15755 +_ACEOF
 15756 +cat >>$CONFIG_STATUS <<_ACEOF
 15757 +  ac_datarootdir_hack='
 15758 +  s&@datadir@&$datadir&g
 15759 +  s&@docdir@&$docdir&g
 15760 +  s&@infodir@&$infodir&g
 15761 +  s&@localedir@&$localedir&g
 15762 +  s&@mandir@&$mandir&g
 15763 +    s&\\\${datarootdir}&$datarootdir&g' ;;
 15764 +esac
 15765  _ACEOF
 15766 +
 15767 +# Neutralize VPATH when `$srcdir' = `.'.
 15768 +# Shell code in configure.ac might set extrasub.
 15769 +# FIXME: do we really want to maintain this feature?
 15770  cat >>$CONFIG_STATUS <<_ACEOF
 15771    sed "$ac_vpsub
 15772  $extrasub
 15773 @@ -12859,142 +13973,43 @@
 15774  cat >>$CONFIG_STATUS <<\_ACEOF
 15775  :t
 15776  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 15777 -s,@configure_input@,$configure_input,;t t
 15778 -s,@srcdir@,$ac_srcdir,;t t
 15779 -s,@abs_srcdir@,$ac_abs_srcdir,;t t
 15780 -s,@top_srcdir@,$ac_top_srcdir,;t t
 15781 -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
 15782 -s,@builddir@,$ac_builddir,;t t
 15783 -s,@abs_builddir@,$ac_abs_builddir,;t t
 15784 -s,@top_builddir@,$ac_top_builddir,;t t
 15785 -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
 15786 -s,@INSTALL@,$ac_INSTALL,;t t
 15787 -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
 15788 -  rm -f $tmp/stdin
 15789 -  if test x"$ac_file" != x-; then
 15790 -    mv $tmp/out $ac_file
 15791 -  else
 15792 -    cat $tmp/out
 15793 -    rm -f $tmp/out
 15794 -  fi
 15795 -
 15796 -done
 15797 -_ACEOF
 15798 -cat >>$CONFIG_STATUS <<\_ACEOF
 15799 -
 15800 -#
 15801 -# CONFIG_COMMANDS section.
 15802 -#
 15803 -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
 15804 -  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
 15805 -  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
 15806 -  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
 15807 -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 15808 -	 X"$ac_dest" : 'X\(//\)[^/]' \| \
 15809 -	 X"$ac_dest" : 'X\(//\)$' \| \
 15810 -	 X"$ac_dest" : 'X\(/\)' \| \
 15811 -	 .     : '\(.\)' 2>/dev/null ||
 15812 -echo X"$ac_dest" |
 15813 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 15814 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 15815 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 15816 -  	  /^X\(\/\).*/{ s//\1/; q; }
 15817 -  	  s/.*/./; q'`
 15818 -  { if $as_mkdir_p; then
 15819 -    mkdir -p "$ac_dir"
 15820 -  else
 15821 -    as_dir="$ac_dir"
 15822 -    as_dirs=
 15823 -    while test ! -d "$as_dir"; do
 15824 -      as_dirs="$as_dir $as_dirs"
 15825 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 15826 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 15827 -	 X"$as_dir" : 'X\(//\)[^/]' \| \
 15828 -	 X"$as_dir" : 'X\(//\)$' \| \
 15829 -	 X"$as_dir" : 'X\(/\)' \| \
 15830 -	 .     : '\(.\)' 2>/dev/null ||
 15831 -echo X"$as_dir" |
 15832 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 15833 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 15834 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 15835 -  	  /^X\(\/\).*/{ s//\1/; q; }
 15836 -  	  s/.*/./; q'`
 15837 -    done
 15838 -    test ! -n "$as_dirs" || mkdir $as_dirs
 15839 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 15840 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 15841 -   { (exit 1); exit 1; }; }; }
 15842 +s&@configure_input@&$configure_input&;t t
 15843 +s&@top_builddir@&$ac_top_builddir_sub&;t t
 15844 +s&@srcdir@&$ac_srcdir&;t t
 15845 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
 15846 +s&@top_srcdir@&$ac_top_srcdir&;t t
 15847 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 15848 +s&@builddir@&$ac_builddir&;t t
 15849 +s&@abs_builddir@&$ac_abs_builddir&;t t
 15850 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 15851 +s&@INSTALL@&$ac_INSTALL&;t t
 15852 +$ac_datarootdir_hack
 15853 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
 15854 +
 15855 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 15856 +  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 15857 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 15858 +  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 15859 +which seems to be undefined.  Please make sure it is defined." >&5
 15860 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 15861 +which seems to be undefined.  Please make sure it is defined." >&2;}
 15862  
 15863 -  ac_builddir=.
 15864 -
 15865 -if test "$ac_dir" != .; then
 15866 -  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 15867 -  # A "../" for each directory in $ac_dir_suffix.
 15868 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 15869 -else
 15870 -  ac_dir_suffix= ac_top_builddir=
 15871 -fi
 15872 +  rm -f "$tmp/stdin"
 15873 +  case $ac_file in
 15874 +  -) cat "$tmp/out"; rm -f "$tmp/out";;
 15875 +  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 15876 +  esac
 15877 + ;;
 15878  
 15879 -case $srcdir in
 15880 -  .)  # No --srcdir option.  We are building in place.
 15881 -    ac_srcdir=.
 15882 -    if test -z "$ac_top_builddir"; then
 15883 -       ac_top_srcdir=.
 15884 -    else
 15885 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 15886 -    fi ;;
 15887 -  [\\/]* | ?:[\\/]* )  # Absolute path.
 15888 -    ac_srcdir=$srcdir$ac_dir_suffix;
 15889 -    ac_top_srcdir=$srcdir ;;
 15890 -  *) # Relative path.
 15891 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 15892 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 15893 -esac
 15894  
 15895 -# Do not use `cd foo && pwd` to compute absolute paths, because
 15896 -# the directories may not exist.
 15897 -case `pwd` in
 15898 -.) ac_abs_builddir="$ac_dir";;
 15899 -*)
 15900 -  case "$ac_dir" in
 15901 -  .) ac_abs_builddir=`pwd`;;
 15902 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 15903 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 15904 -  esac;;
 15905 -esac
 15906 -case $ac_abs_builddir in
 15907 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
 15908 -*)
 15909 -  case ${ac_top_builddir}. in
 15910 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
 15911 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 15912 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 15913 -  esac;;
 15914 -esac
 15915 -case $ac_abs_builddir in
 15916 -.) ac_abs_srcdir=$ac_srcdir;;
 15917 -*)
 15918 -  case $ac_srcdir in
 15919 -  .) ac_abs_srcdir=$ac_abs_builddir;;
 15920 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 15921 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 15922 -  esac;;
 15923 -esac
 15924 -case $ac_abs_builddir in
 15925 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
 15926 -*)
 15927 -  case $ac_top_srcdir in
 15928 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 15929 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 15930 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 15931 -  esac;;
 15932 -esac
 15933 +  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 15934 +echo "$as_me: executing $ac_file commands" >&6;}
 15935 + ;;
 15936 +  esac
 15937  
 15938  
 15939 -  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
 15940 -echo "$as_me: executing $ac_dest commands" >&6;}
 15941 -  case $ac_dest in
 15942 -    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 15943 +  case $ac_file$ac_mode in
 15944 +    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 15945    # Strip MF so we end up with the name of the file.
 15946    mf=`echo "$mf" | sed -e 's/:.*$//'`
 15947    # Check whether this is an Automake generated Makefile or not.
 15948 @@ -13004,18 +14019,29 @@
 15949    # each Makefile.in and add a new line on top of each file to say so.
 15950    # So let's grep whole file.
 15951    if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 15952 -    dirpart=`(dirname "$mf") 2>/dev/null ||
 15953 +    dirpart=`$as_dirname -- "$mf" ||
 15954  $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 15955  	 X"$mf" : 'X\(//\)[^/]' \| \
 15956  	 X"$mf" : 'X\(//\)$' \| \
 15957 -	 X"$mf" : 'X\(/\)' \| \
 15958 -	 .     : '\(.\)' 2>/dev/null ||
 15959 +	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 15960  echo X"$mf" |
 15961 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 15962 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 15963 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 15964 -  	  /^X\(\/\).*/{ s//\1/; q; }
 15965 -  	  s/.*/./; q'`
 15966 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 15967 +	    s//\1/
 15968 +	    q
 15969 +	  }
 15970 +	  /^X\(\/\/\)[^/].*/{
 15971 +	    s//\1/
 15972 +	    q
 15973 +	  }
 15974 +	  /^X\(\/\/\)$/{
 15975 +	    s//\1/
 15976 +	    q
 15977 +	  }
 15978 +	  /^X\(\/\).*/{
 15979 +	    s//\1/
 15980 +	    q
 15981 +	  }
 15982 +	  s/.*/./; q'`
 15983    else
 15984      continue
 15985    fi
 15986 @@ -13037,49 +14063,76 @@
 15987         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 15988      # Make sure the directory exists.
 15989      test -f "$dirpart/$file" && continue
 15990 -    fdir=`(dirname "$file") 2>/dev/null ||
 15991 +    fdir=`$as_dirname -- "$file" ||
 15992  $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 15993  	 X"$file" : 'X\(//\)[^/]' \| \
 15994  	 X"$file" : 'X\(//\)$' \| \
 15995 -	 X"$file" : 'X\(/\)' \| \
 15996 -	 .     : '\(.\)' 2>/dev/null ||
 15997 +	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 15998  echo X"$file" |
 15999 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 16000 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 16001 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 16002 -  	  /^X\(\/\).*/{ s//\1/; q; }
 16003 -  	  s/.*/./; q'`
 16004 -    { if $as_mkdir_p; then
 16005 -    mkdir -p $dirpart/$fdir
 16006 -  else
 16007 -    as_dir=$dirpart/$fdir
 16008 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 16009 +	    s//\1/
 16010 +	    q
 16011 +	  }
 16012 +	  /^X\(\/\/\)[^/].*/{
 16013 +	    s//\1/
 16014 +	    q
 16015 +	  }
 16016 +	  /^X\(\/\/\)$/{
 16017 +	    s//\1/
 16018 +	    q
 16019 +	  }
 16020 +	  /^X\(\/\).*/{
 16021 +	    s//\1/
 16022 +	    q
 16023 +	  }
 16024 +	  s/.*/./; q'`
 16025 +    { as_dir=$dirpart/$fdir
 16026 +  case $as_dir in #(
 16027 +  -*) as_dir=./$as_dir;;
 16028 +  esac
 16029 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 16030      as_dirs=
 16031 -    while test ! -d "$as_dir"; do
 16032 -      as_dirs="$as_dir $as_dirs"
 16033 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 16034 +    while :; do
 16035 +      case $as_dir in #(
 16036 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 16037 +      *) as_qdir=$as_dir;;
 16038 +      esac
 16039 +      as_dirs="'$as_qdir' $as_dirs"
 16040 +      as_dir=`$as_dirname -- "$as_dir" ||
 16041  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 16042  	 X"$as_dir" : 'X\(//\)[^/]' \| \
 16043  	 X"$as_dir" : 'X\(//\)$' \| \
 16044 -	 X"$as_dir" : 'X\(/\)' \| \
 16045 -	 .     : '\(.\)' 2>/dev/null ||
 16046 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 16047  echo X"$as_dir" |
 16048 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 16049 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 16050 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 16051 -  	  /^X\(\/\).*/{ s//\1/; q; }
 16052 -  	  s/.*/./; q'`
 16053 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 16054 +	    s//\1/
 16055 +	    q
 16056 +	  }
 16057 +	  /^X\(\/\/\)[^/].*/{
 16058 +	    s//\1/
 16059 +	    q
 16060 +	  }
 16061 +	  /^X\(\/\/\)$/{
 16062 +	    s//\1/
 16063 +	    q
 16064 +	  }
 16065 +	  /^X\(\/\).*/{
 16066 +	    s//\1/
 16067 +	    q
 16068 +	  }
 16069 +	  s/.*/./; q'`
 16070 +      test -d "$as_dir" && break
 16071      done
 16072 -    test ! -n "$as_dirs" || mkdir $as_dirs
 16073 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
 16074 -echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
 16075 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
 16076 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 16077 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
 16078     { (exit 1); exit 1; }; }; }
 16079 -
 16080      # echo "creating $dirpart/$file"
 16081      echo '# dummy' > "$dirpart/$file"
 16082    done
 16083  done
 16084   ;;
 16085 -    libtool )
 16086 +    "libtool":C)
 16087  
 16088      # See if we are running on zsh, and set the options which allow our
 16089      # commands through without removal of \ escapes.
 16090 @@ -13720,11 +14773,10 @@
 16091    chmod +x "$ofile"
 16092  
 16093   ;;
 16094 +
 16095    esac
 16096 -done
 16097 -_ACEOF
 16098 +done # for ac_tag
 16099  
 16100 -cat >>$CONFIG_STATUS <<\_ACEOF
 16101  
 16102  { (exit 0); exit 0; }
 16103  _ACEOF
 16104 @@ -13754,7 +14806,7 @@
 16105  fi
 16106  
 16107  #
 16108 -# CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
 16109 +# CONFIG_SUBDIRS section.
 16110  #
 16111  if test "$no_recursion" != yes; then
 16112  
 16113 @@ -13801,7 +14853,12 @@
 16114    case $ac_arg in
 16115    *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 16116    esac
 16117 -  ac_sub_configure_args="$ac_arg $ac_sub_configure_args"
 16118 +  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
 16119 +
 16120 +  # Pass --silent
 16121 +  if test "$silent" = yes; then
 16122 +    ac_sub_configure_args="--silent $ac_sub_configure_args"
 16123 +  fi
 16124  
 16125    ac_popdir=`pwd`
 16126    for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
 16127 @@ -13810,97 +14867,83 @@
 16128      # parts of a large source tree are present.
 16129      test -d "$srcdir/$ac_dir" || continue
 16130  
 16131 -    { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
 16132 -echo "$as_me: configuring in $ac_dir" >&6;}
 16133 -    { if $as_mkdir_p; then
 16134 -    mkdir -p "$ac_dir"
 16135 -  else
 16136 -    as_dir="$ac_dir"
 16137 +    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
 16138 +    echo "$as_me:$LINENO: $ac_msg" >&5
 16139 +    echo "$ac_msg" >&6
 16140 +    { as_dir="$ac_dir"
 16141 +  case $as_dir in #(
 16142 +  -*) as_dir=./$as_dir;;
 16143 +  esac
 16144 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 16145      as_dirs=
 16146 -    while test ! -d "$as_dir"; do
 16147 -      as_dirs="$as_dir $as_dirs"
 16148 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 16149 +    while :; do
 16150 +      case $as_dir in #(
 16151 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 16152 +      *) as_qdir=$as_dir;;
 16153 +      esac
 16154 +      as_dirs="'$as_qdir' $as_dirs"
 16155 +      as_dir=`$as_dirname -- "$as_dir" ||
 16156  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 16157  	 X"$as_dir" : 'X\(//\)[^/]' \| \
 16158  	 X"$as_dir" : 'X\(//\)$' \| \
 16159 -	 X"$as_dir" : 'X\(/\)' \| \
 16160 -	 .     : '\(.\)' 2>/dev/null ||
 16161 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 16162  echo X"$as_dir" |
 16163 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 16164 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 16165 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 16166 -  	  /^X\(\/\).*/{ s//\1/; q; }
 16167 -  	  s/.*/./; q'`
 16168 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 16169 +	    s//\1/
 16170 +	    q
 16171 +	  }
 16172 +	  /^X\(\/\/\)[^/].*/{
 16173 +	    s//\1/
 16174 +	    q
 16175 +	  }
 16176 +	  /^X\(\/\/\)$/{
 16177 +	    s//\1/
 16178 +	    q
 16179 +	  }
 16180 +	  /^X\(\/\).*/{
 16181 +	    s//\1/
 16182 +	    q
 16183 +	  }
 16184 +	  s/.*/./; q'`
 16185 +      test -d "$as_dir" && break
 16186      done
 16187 -    test ! -n "$as_dirs" || mkdir $as_dirs
 16188 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 16189 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 16190 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
 16191 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 16192 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
 16193     { (exit 1); exit 1; }; }; }
 16194 -
 16195      ac_builddir=.
 16196  
 16197 -if test "$ac_dir" != .; then
 16198 +case "$ac_dir" in
 16199 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 16200 +*)
 16201    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 16202 -  # A "../" for each directory in $ac_dir_suffix.
 16203 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 16204 -else
 16205 -  ac_dir_suffix= ac_top_builddir=
 16206 -fi
 16207 +  # A ".." for each directory in $ac_dir_suffix.
 16208 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 16209 +  case $ac_top_builddir_sub in
 16210 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 16211 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 16212 +  esac ;;
 16213 +esac
 16214 +ac_abs_top_builddir=$ac_pwd
 16215 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
 16216 +# for backward compatibility:
 16217 +ac_top_builddir=$ac_top_build_prefix
 16218  
 16219  case $srcdir in
 16220 -  .)  # No --srcdir option.  We are building in place.
 16221 +  .)  # We are building in place.
 16222      ac_srcdir=.
 16223 -    if test -z "$ac_top_builddir"; then
 16224 -       ac_top_srcdir=.
 16225 -    else
 16226 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 16227 -    fi ;;
 16228 -  [\\/]* | ?:[\\/]* )  # Absolute path.
 16229 +    ac_top_srcdir=$ac_top_builddir_sub
 16230 +    ac_abs_top_srcdir=$ac_pwd ;;
 16231 +  [\\/]* | ?:[\\/]* )  # Absolute name.
 16232      ac_srcdir=$srcdir$ac_dir_suffix;
 16233 -    ac_top_srcdir=$srcdir ;;
 16234 -  *) # Relative path.
 16235 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 16236 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 16237 -esac
 16238 -
 16239 -# Do not use `cd foo && pwd` to compute absolute paths, because
 16240 -# the directories may not exist.
 16241 -case `pwd` in
 16242 -.) ac_abs_builddir="$ac_dir";;
 16243 -*)
 16244 -  case "$ac_dir" in
 16245 -  .) ac_abs_builddir=`pwd`;;
 16246 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 16247 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 16248 -  esac;;
 16249 -esac
 16250 -case $ac_abs_builddir in
 16251 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
 16252 -*)
 16253 -  case ${ac_top_builddir}. in
 16254 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
 16255 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 16256 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 16257 -  esac;;
 16258 -esac
 16259 -case $ac_abs_builddir in
 16260 -.) ac_abs_srcdir=$ac_srcdir;;
 16261 -*)
 16262 -  case $ac_srcdir in
 16263 -  .) ac_abs_srcdir=$ac_abs_builddir;;
 16264 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 16265 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 16266 -  esac;;
 16267 -esac
 16268 -case $ac_abs_builddir in
 16269 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
 16270 -*)
 16271 -  case $ac_top_srcdir in
 16272 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 16273 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 16274 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 16275 -  esac;;
 16276 +    ac_top_srcdir=$srcdir
 16277 +    ac_abs_top_srcdir=$srcdir ;;
 16278 +  *) # Relative name.
 16279 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 16280 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
 16281 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 16282  esac
 16283 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 16284  
 16285  
 16286      cd "$ac_dir"
 16287 @@ -13924,8 +14967,8 @@
 16288        # Make the cache file name correct relative to the subdirectory.
 16289        case $cache_file in
 16290        [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
 16291 -      *) # Relative path.
 16292 -	ac_sub_cache_file=$ac_top_builddir$cache_file ;;
 16293 +      *) # Relative name.
 16294 +	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
 16295        esac
 16296  
 16297        { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
 16298 diff -Naur newlib-1.17.0/newlib/libc/machine/configure.in newlib-1.17.0-new/newlib/libc/machine/configure.in
 16299 --- newlib-1.17.0/newlib/libc/machine/configure.in	2008-12-11 21:05:38.000000000 +0100
 16300 +++ newlib-1.17.0-new/newlib/libc/machine/configure.in	2009-05-22 09:57:50.000000000 +0200
 16301 @@ -24,6 +24,7 @@
 16302    case ${machine_dir} in
 16303  	a29k) AC_CONFIG_SUBDIRS(a29k) ;;
 16304  	arm) AC_CONFIG_SUBDIRS(arm) ;;
 16305 +	avr32) AC_CONFIG_SUBDIRS(avr32) ;;
 16306  	bfin) AC_CONFIG_SUBDIRS(bfin) ;;
 16307  	cris) AC_CONFIG_SUBDIRS(cris) ;;
 16308  	crx) AC_CONFIG_SUBDIRS(crx) ;;
 16309 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/aclocal.m4 newlib-1.17.0-new/newlib/libc/sys/avr32/aclocal.m4
 16310 --- newlib-1.17.0/newlib/libc/sys/avr32/aclocal.m4	1970-01-01 01:00:00.000000000 +0100
 16311 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/aclocal.m4	2009-05-22 09:57:50.000000000 +0200
 16312 @@ -0,0 +1,366 @@
 16313 +dnl aclocal.m4 generated automatically by aclocal 1.4-p6
 16314 +
 16315 +dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 16316 +dnl This file is free software; the Free Software Foundation
 16317 +dnl gives unlimited permission to copy and/or distribute it,
 16318 +dnl with or without modifications, as long as this notice is preserved.
 16319 +
 16320 +dnl This program is distributed in the hope that it will be useful,
 16321 +dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 16322 +dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 16323 +dnl PARTICULAR PURPOSE.
 16324 +
 16325 +dnl This provides configure definitions used by all the newlib
 16326 +dnl configure.in files.
 16327 +
 16328 +dnl Basic newlib configury.  This calls basic introductory stuff,
 16329 +dnl including AM_INIT_AUTOMAKE and AC_CANONICAL_HOST.  It also runs
 16330 +dnl configure.host.  The only argument is the relative path to the top
 16331 +dnl newlib directory.
 16332 +
 16333 +AC_DEFUN(NEWLIB_CONFIGURE,
 16334 +[
 16335 +dnl Default to --enable-multilib
 16336 +AC_ARG_ENABLE(multilib,
 16337 +[  --enable-multilib         build many library versions (default)],
 16338 +[case "${enableval}" in
 16339 +  yes) multilib=yes ;;
 16340 +  no)  multilib=no ;;
 16341 +  *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
 16342 + esac], [multilib=yes])dnl
 16343 +
 16344 +dnl Support --enable-target-optspace
 16345 +AC_ARG_ENABLE(target-optspace,
 16346 +[  --enable-target-optspace  optimize for space],
 16347 +[case "${enableval}" in
 16348 +  yes) target_optspace=yes ;;
 16349 +  no)  target_optspace=no ;;
 16350 +  *)   AC_MSG_ERROR(bad value ${enableval} for target-optspace option) ;;
 16351 + esac], [target_optspace=])dnl
 16352 +
 16353 +dnl Support --enable-malloc-debugging - currently only supported for Cygwin
 16354 +AC_ARG_ENABLE(malloc-debugging,
 16355 +[  --enable-malloc-debugging indicate malloc debugging requested],
 16356 +[case "${enableval}" in
 16357 +  yes) malloc_debugging=yes ;;
 16358 +  no)  malloc_debugging=no ;;
 16359 +  *)   AC_MSG_ERROR(bad value ${enableval} for malloc-debugging option) ;;
 16360 + esac], [malloc_debugging=])dnl
 16361 +
 16362 +dnl Support --enable-newlib-multithread
 16363 +AC_ARG_ENABLE(newlib-multithread,
 16364 +[  --enable-newlib-multithread        enable support for multiple threads],
 16365 +[case "${enableval}" in
 16366 +  yes) newlib_multithread=yes ;;
 16367 +  no)  newlib_multithread=no ;;
 16368 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-multithread option) ;;
 16369 + esac], [newlib_multithread=yes])dnl
 16370 +
 16371 +dnl Support --enable-newlib-iconv
 16372 +AC_ARG_ENABLE(newlib-iconv,
 16373 +[  --enable-newlib-iconv     enable iconv library support],
 16374 +[if test "${newlib_iconv+set}" != set; then
 16375 +   case "${enableval}" in
 16376 +     yes) newlib_iconv=yes ;;
 16377 +     no)  newlib_iconv=no ;;
 16378 +     *)   AC_MSG_ERROR(bad value ${enableval} for newlib-iconv option) ;;
 16379 +   esac
 16380 + fi], [newlib_iconv=${newlib_iconv}])dnl
 16381 +
 16382 +dnl Support --enable-newlib-elix-level
 16383 +AC_ARG_ENABLE(newlib-elix-level,
 16384 +[  --enable-newlib-elix-level         supply desired elix library level (1-4)],
 16385 +[case "${enableval}" in
 16386 +  0)   newlib_elix_level=0 ;;
 16387 +  1)   newlib_elix_level=1 ;;
 16388 +  2)   newlib_elix_level=2 ;;
 16389 +  3)   newlib_elix_level=3 ;;
 16390 +  4)   newlib_elix_level=4 ;;
 16391 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-elix-level option) ;;
 16392 + esac], [newlib_elix_level=0])dnl
 16393 +
 16394 +dnl Support --disable-newlib-io-float
 16395 +AC_ARG_ENABLE(newlib-io-float,
 16396 +[  --disable-newlib-io-float disable printf/scanf family float support],
 16397 +[case "${enableval}" in
 16398 +  yes) newlib_io_float=yes ;;
 16399 +  no)  newlib_io_float=no ;;
 16400 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-io-float option) ;;
 16401 + esac], [newlib_io_float=yes])dnl
 16402 +
 16403 +dnl Support --disable-newlib-supplied-syscalls
 16404 +AC_ARG_ENABLE(newlib-supplied-syscalls,
 16405 +[  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls],
 16406 +[case "${enableval}" in
 16407 +  yes) newlib_may_supply_syscalls=yes ;;
 16408 +  no)  newlib_may_supply_syscalls=no ;;
 16409 +  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-supplied-syscalls option) ;;
 16410 + esac], [newlib_may_supply_syscalls=yes])dnl
 16411 +
 16412 +AM_CONDITIONAL(MAY_SUPPLY_SYSCALLS, test x[$]{newlib_may_supply_syscalls} = xyes)
 16413 +
 16414 +dnl We may get other options which we don't document:
 16415 +dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
 16416 +
 16417 +test -z "[$]{with_target_subdir}" && with_target_subdir=.
 16418 +
 16419 +if test "[$]{srcdir}" = "."; then
 16420 +  if test "[$]{with_target_subdir}" != "."; then
 16421 +    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}../$1"
 16422 +  else
 16423 +    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}$1"
 16424 +  fi
 16425 +else
 16426 +  newlib_basedir="[$]{srcdir}/$1"
 16427 +fi
 16428 +AC_SUBST(newlib_basedir)
 16429 +
 16430 +AC_CANONICAL_SYSTEM
 16431 +
 16432 +AM_INIT_AUTOMAKE(newlib, 1.14.0.atmel.1.0.1)
 16433 +
 16434 +# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
 16435 +# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
 16436 +# are probably using a cross compiler, which will not be able to fully
 16437 +# link an executable.  This should really be fixed in autoconf
 16438 +# itself.
 16439 +
 16440 +AC_DEFUN(LIB_AC_PROG_CC,
 16441 +[AC_BEFORE([$0], [AC_PROG_CPP])dnl
 16442 +AC_CHECK_PROG(CC, gcc, gcc)
 16443 +if test -z "$CC"; then
 16444 +  AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
 16445 +  test -z "$CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
 16446 +fi
 16447 +
 16448 +AC_PROG_CC_GNU
 16449 +
 16450 +if test $ac_cv_prog_gcc = yes; then
 16451 +  GCC=yes
 16452 +dnl Check whether -g works, even if CFLAGS is set, in case the package
 16453 +dnl plays around with CFLAGS (such as to build both debugging and
 16454 +dnl normal versions of a library), tasteless as that idea is.
 16455 +  ac_test_CFLAGS="${CFLAGS+set}"
 16456 +  ac_save_CFLAGS="$CFLAGS"
 16457 +  CFLAGS=
 16458 +  AC_PROG_CC_G
 16459 +  if test "$ac_test_CFLAGS" = set; then
 16460 +    CFLAGS="$ac_save_CFLAGS"
 16461 +  elif test $ac_cv_prog_cc_g = yes; then
 16462 +    CFLAGS="-g -O2"
 16463 +  else
 16464 +    CFLAGS="-O2"
 16465 +  fi
 16466 +else
 16467 +  GCC=
 16468 +  test "${CFLAGS+set}" = set || CFLAGS="-g"
 16469 +fi
 16470 +])
 16471 +
 16472 +LIB_AC_PROG_CC
 16473 +
 16474 +AC_CHECK_TOOL(AS, as)
 16475 +AC_CHECK_TOOL(AR, ar)
 16476 +AC_CHECK_TOOL(RANLIB, ranlib, :)
 16477 +
 16478 +AC_PROG_INSTALL
 16479 +
 16480 +AM_MAINTAINER_MODE
 16481 +
 16482 +# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
 16483 +# at least currently, we never actually build a program, so we never
 16484 +# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
 16485 +# fails, because we are probably configuring with a cross compiler
 16486 +# which can't create executables.  So we include AC_EXEEXT to keep
 16487 +# automake happy, but we don't execute it, since we don't care about
 16488 +# the result.
 16489 +if false; then
 16490 +  AC_EXEEXT
 16491 +fi
 16492 +
 16493 +. [$]{newlib_basedir}/configure.host
 16494 +
 16495 +newlib_cflags="[$]{newlib_cflags} -fno-builtin"
 16496 +
 16497 +NEWLIB_CFLAGS=${newlib_cflags}
 16498 +AC_SUBST(NEWLIB_CFLAGS)
 16499 +
 16500 +LDFLAGS=${ldflags}
 16501 +AC_SUBST(LDFLAGS)
 16502 +
 16503 +AM_CONDITIONAL(ELIX_LEVEL_0, test x[$]{newlib_elix_level} = x0)
 16504 +AM_CONDITIONAL(ELIX_LEVEL_1, test x[$]{newlib_elix_level} = x1)
 16505 +AM_CONDITIONAL(ELIX_LEVEL_2, test x[$]{newlib_elix_level} = x2)
 16506 +AM_CONDITIONAL(ELIX_LEVEL_3, test x[$]{newlib_elix_level} = x3)
 16507 +AM_CONDITIONAL(ELIX_LEVEL_4, test x[$]{newlib_elix_level} = x4)
 16508 +
 16509 +AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
 16510 +
 16511 +# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
 16512 +# use oext, which is set in configure.host based on the target platform.
 16513 +OBJEXT=${oext}
 16514 +
 16515 +AC_SUBST(OBJEXT)
 16516 +AC_SUBST(oext)
 16517 +AC_SUBST(aext)
 16518 +
 16519 +AC_SUBST(libm_machine_dir)
 16520 +AC_SUBST(machine_dir)
 16521 +AC_SUBST(sys_dir)
 16522 +])
 16523 +
 16524 +# Do all the work for Automake.  This macro actually does too much --
 16525 +# some checks are only needed if your package does certain things.
 16526 +# But this isn't really a big deal.
 16527 +
 16528 +# serial 1
 16529 +
 16530 +dnl Usage:
 16531 +dnl AM_INIT_AUTOMAKE(package,version, [no-define])
 16532 +
 16533 +AC_DEFUN([AM_INIT_AUTOMAKE],
 16534 +[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 16535 +AC_REQUIRE([AC_PROG_INSTALL])
 16536 +PACKAGE=[$1]
 16537 +AC_SUBST(PACKAGE)
 16538 +VERSION=[$2]
 16539 +AC_SUBST(VERSION)
 16540 +dnl test to see if srcdir already configured
 16541 +if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
 16542 +  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 16543 +fi
 16544 +ifelse([$3],,
 16545 +AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 16546 +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
 16547 +AC_REQUIRE([AM_SANITY_CHECK])
 16548 +AC_REQUIRE([AC_ARG_PROGRAM])
 16549 +dnl FIXME This is truly gross.
 16550 +missing_dir=`cd $ac_aux_dir && pwd`
 16551 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
 16552 +AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
 16553 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
 16554 +AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
 16555 +AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
 16556 +AC_REQUIRE([AC_PROG_MAKE_SET])])
 16557 +
 16558 +# Copyright 2002  Free Software Foundation, Inc.
 16559 +
 16560 +# This program is free software; you can redistribute it and/or modify
 16561 +# it under the terms of the GNU General Public License as published by
 16562 +# the Free Software Foundation; either version 2, or (at your option)
 16563 +# any later version.
 16564 +
 16565 +# This program is distributed in the hope that it will be useful,
 16566 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
 16567 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 16568 +# GNU General Public License for more details.
 16569 +
 16570 +# You should have received a copy of the GNU General Public License
 16571 +# along with this program; if not, write to the Free Software
 16572 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 16573 +
 16574 +# AM_AUTOMAKE_VERSION(VERSION)
 16575 +# ----------------------------
 16576 +# Automake X.Y traces this macro to ensure aclocal.m4 has been
 16577 +# generated from the m4 files accompanying Automake X.Y.
 16578 +AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
 16579 +
 16580 +# AM_SET_CURRENT_AUTOMAKE_VERSION
 16581 +# -------------------------------
 16582 +# Call AM_AUTOMAKE_VERSION so it can be traced.
 16583 +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 16584 +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 16585 +	 [AM_AUTOMAKE_VERSION([1.4-p6])])
 16586 +
 16587 +#
 16588 +# Check to make sure that the build environment is sane.
 16589 +#
 16590 +
 16591 +AC_DEFUN([AM_SANITY_CHECK],
 16592 +[AC_MSG_CHECKING([whether build environment is sane])
 16593 +# Just in case
 16594 +sleep 1
 16595 +echo timestamp > conftestfile
 16596 +# Do `set' in a subshell so we don't clobber the current shell's
 16597 +# arguments.  Must try -L first in case configure is actually a
 16598 +# symlink; some systems play weird games with the mod time of symlinks
 16599 +# (eg FreeBSD returns the mod time of the symlink's containing
 16600 +# directory).
 16601 +if (
 16602 +   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
 16603 +   if test "[$]*" = "X"; then
 16604 +      # -L didn't work.
 16605 +      set X `ls -t $srcdir/configure conftestfile`
 16606 +   fi
 16607 +   if test "[$]*" != "X $srcdir/configure conftestfile" \
 16608 +      && test "[$]*" != "X conftestfile $srcdir/configure"; then
 16609 +
 16610 +      # If neither matched, then we have a broken ls.  This can happen
 16611 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
 16612 +      # broken ls alias from the environment.  This has actually
 16613 +      # happened.  Such a system could not be considered "sane".
 16614 +      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 16615 +alias in your environment])
 16616 +   fi
 16617 +
 16618 +   test "[$]2" = conftestfile
 16619 +   )
 16620 +then
 16621 +   # Ok.
 16622 +   :
 16623 +else
 16624 +   AC_MSG_ERROR([newly created file is older than distributed files!
 16625 +Check your system clock])
 16626 +fi
 16627 +rm -f conftest*
 16628 +AC_MSG_RESULT(yes)])
 16629 +
 16630 +dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
 16631 +dnl The program must properly implement --version.
 16632 +AC_DEFUN([AM_MISSING_PROG],
 16633 +[AC_MSG_CHECKING(for working $2)
 16634 +# Run test in a subshell; some versions of sh will print an error if
 16635 +# an executable is not found, even if stderr is redirected.
 16636 +# Redirect stdin to placate older versions of autoconf.  Sigh.
 16637 +if ($2 --version) < /dev/null > /dev/null 2>&1; then
 16638 +   $1=$2
 16639 +   AC_MSG_RESULT(found)
 16640 +else
 16641 +   $1="$3/missing $2"
 16642 +   AC_MSG_RESULT(missing)
 16643 +fi
 16644 +AC_SUBST($1)])
 16645 +
 16646 +# Define a conditional.
 16647 +
 16648 +AC_DEFUN([AM_CONDITIONAL],
 16649 +[AC_SUBST($1_TRUE)
 16650 +AC_SUBST($1_FALSE)
 16651 +if $2; then
 16652 +  $1_TRUE=
 16653 +  $1_FALSE='#'
 16654 +else
 16655 +  $1_TRUE='#'
 16656 +  $1_FALSE=
 16657 +fi])
 16658 +
 16659 +# Add --enable-maintainer-mode option to configure.
 16660 +# From Jim Meyering
 16661 +
 16662 +# serial 1
 16663 +
 16664 +AC_DEFUN([AM_MAINTAINER_MODE],
 16665 +[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 16666 +  dnl maintainer-mode is disabled by default
 16667 +  AC_ARG_ENABLE(maintainer-mode,
 16668 +[  --enable-maintainer-mode enable make rules and dependencies not useful
 16669 +                          (and sometimes confusing) to the casual installer],
 16670 +      USE_MAINTAINER_MODE=$enableval,
 16671 +      USE_MAINTAINER_MODE=no)
 16672 +  AC_MSG_RESULT($USE_MAINTAINER_MODE)
 16673 +  AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
 16674 +  MAINT=$MAINTAINER_MODE_TRUE
 16675 +  AC_SUBST(MAINT)dnl
 16676 +]
 16677 +)
 16678 +
 16679 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/confdefs.h newlib-1.17.0-new/newlib/libc/sys/avr32/confdefs.h
 16680 --- newlib-1.17.0/newlib/libc/sys/avr32/confdefs.h	1970-01-01 01:00:00.000000000 +0100
 16681 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/confdefs.h	2009-05-22 09:57:50.000000000 +0200
 16682 @@ -0,0 +1 @@
 16683 +
 16684 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/configure newlib-1.17.0-new/newlib/libc/sys/avr32/configure
 16685 --- newlib-1.17.0/newlib/libc/sys/avr32/configure	1970-01-01 01:00:00.000000000 +0100
 16686 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/configure	2009-05-22 09:57:50.000000000 +0200
 16687 @@ -0,0 +1,3922 @@
 16688 +#! /bin/sh
 16689 +# Guess values for system-dependent variables and create Makefiles.
 16690 +# Generated by GNU Autoconf 2.61 for newlib NEWLIB_VERSION.
 16691 +#
 16692 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 16693 +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 16694 +# This configure script is free software; the Free Software Foundation
 16695 +# gives unlimited permission to copy, distribute and modify it.
 16696 +## --------------------- ##
 16697 +## M4sh Initialization.  ##
 16698 +## --------------------- ##
 16699 +
 16700 +# Be more Bourne compatible
 16701 +DUALCASE=1; export DUALCASE # for MKS sh
 16702 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 16703 +  emulate sh
 16704 +  NULLCMD=:
 16705 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 16706 +  # is contrary to our usage.  Disable this feature.
 16707 +  alias -g '${1+"$@"}'='"$@"'
 16708 +  setopt NO_GLOB_SUBST
 16709 +else
 16710 +  case `(set -o) 2>/dev/null` in
 16711 +  *posix*) set -o posix ;;
 16712 +esac
 16713 +
 16714 +fi
 16715 +
 16716 +
 16717 +
 16718 +
 16719 +# PATH needs CR
 16720 +# Avoid depending upon Character Ranges.
 16721 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 16722 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 16723 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 16724 +as_cr_digits='0123456789'
 16725 +as_cr_alnum=$as_cr_Letters$as_cr_digits
 16726 +
 16727 +# The user is always right.
 16728 +if test "${PATH_SEPARATOR+set}" != set; then
 16729 +  echo "#! /bin/sh" >conf$$.sh
 16730 +  echo  "exit 0"   >>conf$$.sh
 16731 +  chmod +x conf$$.sh
 16732 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 16733 +    PATH_SEPARATOR=';'
 16734 +  else
 16735 +    PATH_SEPARATOR=:
 16736 +  fi
 16737 +  rm -f conf$$.sh
 16738 +fi
 16739 +
 16740 +# Support unset when possible.
 16741 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 16742 +  as_unset=unset
 16743 +else
 16744 +  as_unset=false
 16745 +fi
 16746 +
 16747 +
 16748 +# IFS
 16749 +# We need space, tab and new line, in precisely that order.  Quoting is
 16750 +# there to prevent editors from complaining about space-tab.
 16751 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 16752 +# splitting by setting IFS to empty value.)
 16753 +as_nl='
 16754 +'
 16755 +IFS=" ""	$as_nl"
 16756 +
 16757 +# Find who we are.  Look in the path if we contain no directory separator.
 16758 +case $0 in
 16759 +  *[\\/]* ) as_myself=$0 ;;
 16760 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 16761 +for as_dir in $PATH
 16762 +do
 16763 +  IFS=$as_save_IFS
 16764 +  test -z "$as_dir" && as_dir=.
 16765 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 16766 +done
 16767 +IFS=$as_save_IFS
 16768 +
 16769 +     ;;
 16770 +esac
 16771 +# We did not find ourselves, most probably we were run as `sh COMMAND'
 16772 +# in which case we are not to be found in the path.
 16773 +if test "x$as_myself" = x; then
 16774 +  as_myself=$0
 16775 +fi
 16776 +if test ! -f "$as_myself"; then
 16777 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 16778 +  { (exit 1); exit 1; }
 16779 +fi
 16780 +
 16781 +# Work around bugs in pre-3.0 UWIN ksh.
 16782 +for as_var in ENV MAIL MAILPATH
 16783 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 16784 +done
 16785 +PS1='$ '
 16786 +PS2='> '
 16787 +PS4='+ '
 16788 +
 16789 +# NLS nuisances.
 16790 +for as_var in \
 16791 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 16792 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 16793 +  LC_TELEPHONE LC_TIME
 16794 +do
 16795 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 16796 +    eval $as_var=C; export $as_var
 16797 +  else
 16798 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 16799 +  fi
 16800 +done
 16801 +
 16802 +# Required to use basename.
 16803 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 16804 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 16805 +  as_expr=expr
 16806 +else
 16807 +  as_expr=false
 16808 +fi
 16809 +
 16810 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 16811 +  as_basename=basename
 16812 +else
 16813 +  as_basename=false
 16814 +fi
 16815 +
 16816 +
 16817 +# Name of the executable.
 16818 +as_me=`$as_basename -- "$0" ||
 16819 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 16820 +	 X"$0" : 'X\(//\)$' \| \
 16821 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 16822 +echo X/"$0" |
 16823 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
 16824 +	    s//\1/
 16825 +	    q
 16826 +	  }
 16827 +	  /^X\/\(\/\/\)$/{
 16828 +	    s//\1/
 16829 +	    q
 16830 +	  }
 16831 +	  /^X\/\(\/\).*/{
 16832 +	    s//\1/
 16833 +	    q
 16834 +	  }
 16835 +	  s/.*/./; q'`
 16836 +
 16837 +# CDPATH.
 16838 +$as_unset CDPATH
 16839 +
 16840 +
 16841 +if test "x$CONFIG_SHELL" = x; then
 16842 +  if (eval ":") 2>/dev/null; then
 16843 +  as_have_required=yes
 16844 +else
 16845 +  as_have_required=no
 16846 +fi
 16847 +
 16848 +  if test $as_have_required = yes && 	 (eval ":
 16849 +(as_func_return () {
 16850 +  (exit \$1)
 16851 +}
 16852 +as_func_success () {
 16853 +  as_func_return 0
 16854 +}
 16855 +as_func_failure () {
 16856 +  as_func_return 1
 16857 +}
 16858 +as_func_ret_success () {
 16859 +  return 0
 16860 +}
 16861 +as_func_ret_failure () {
 16862 +  return 1
 16863 +}
 16864 +
 16865 +exitcode=0
 16866 +if as_func_success; then
 16867 +  :
 16868 +else
 16869 +  exitcode=1
 16870 +  echo as_func_success failed.
 16871 +fi
 16872 +
 16873 +if as_func_failure; then
 16874 +  exitcode=1
 16875 +  echo as_func_failure succeeded.
 16876 +fi
 16877 +
 16878 +if as_func_ret_success; then
 16879 +  :
 16880 +else
 16881 +  exitcode=1
 16882 +  echo as_func_ret_success failed.
 16883 +fi
 16884 +
 16885 +if as_func_ret_failure; then
 16886 +  exitcode=1
 16887 +  echo as_func_ret_failure succeeded.
 16888 +fi
 16889 +
 16890 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 16891 +  :
 16892 +else
 16893 +  exitcode=1
 16894 +  echo positional parameters were not saved.
 16895 +fi
 16896 +
 16897 +test \$exitcode = 0) || { (exit 1); exit 1; }
 16898 +
 16899 +(
 16900 +  as_lineno_1=\$LINENO
 16901 +  as_lineno_2=\$LINENO
 16902 +  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
 16903 +  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
 16904 +") 2> /dev/null; then
 16905 +  :
 16906 +else
 16907 +  as_candidate_shells=
 16908 +    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 16909 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 16910 +do
 16911 +  IFS=$as_save_IFS
 16912 +  test -z "$as_dir" && as_dir=.
 16913 +  case $as_dir in
 16914 +	 /*)
 16915 +	   for as_base in sh bash ksh sh5; do
 16916 +	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
 16917 +	   done;;
 16918 +       esac
 16919 +done
 16920 +IFS=$as_save_IFS
 16921 +
 16922 +
 16923 +      for as_shell in $as_candidate_shells $SHELL; do
 16924 +	 # Try only shells that exist, to save several forks.
 16925 +	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 16926 +		{ ("$as_shell") 2> /dev/null <<\_ASEOF
 16927 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 16928 +  emulate sh
 16929 +  NULLCMD=:
 16930 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 16931 +  # is contrary to our usage.  Disable this feature.
 16932 +  alias -g '${1+"$@"}'='"$@"'
 16933 +  setopt NO_GLOB_SUBST
 16934 +else
 16935 +  case `(set -o) 2>/dev/null` in
 16936 +  *posix*) set -o posix ;;
 16937 +esac
 16938 +
 16939 +fi
 16940 +
 16941 +
 16942 +:
 16943 +_ASEOF
 16944 +}; then
 16945 +  CONFIG_SHELL=$as_shell
 16946 +	       as_have_required=yes
 16947 +	       if { "$as_shell" 2> /dev/null <<\_ASEOF
 16948 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 16949 +  emulate sh
 16950 +  NULLCMD=:
 16951 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 16952 +  # is contrary to our usage.  Disable this feature.
 16953 +  alias -g '${1+"$@"}'='"$@"'
 16954 +  setopt NO_GLOB_SUBST
 16955 +else
 16956 +  case `(set -o) 2>/dev/null` in
 16957 +  *posix*) set -o posix ;;
 16958 +esac
 16959 +
 16960 +fi
 16961 +
 16962 +
 16963 +:
 16964 +(as_func_return () {
 16965 +  (exit $1)
 16966 +}
 16967 +as_func_success () {
 16968 +  as_func_return 0
 16969 +}
 16970 +as_func_failure () {
 16971 +  as_func_return 1
 16972 +}
 16973 +as_func_ret_success () {
 16974 +  return 0
 16975 +}
 16976 +as_func_ret_failure () {
 16977 +  return 1
 16978 +}
 16979 +
 16980 +exitcode=0
 16981 +if as_func_success; then
 16982 +  :
 16983 +else
 16984 +  exitcode=1
 16985 +  echo as_func_success failed.
 16986 +fi
 16987 +
 16988 +if as_func_failure; then
 16989 +  exitcode=1
 16990 +  echo as_func_failure succeeded.
 16991 +fi
 16992 +
 16993 +if as_func_ret_success; then
 16994 +  :
 16995 +else
 16996 +  exitcode=1
 16997 +  echo as_func_ret_success failed.
 16998 +fi
 16999 +
 17000 +if as_func_ret_failure; then
 17001 +  exitcode=1
 17002 +  echo as_func_ret_failure succeeded.
 17003 +fi
 17004 +
 17005 +if ( set x; as_func_ret_success y && test x = "$1" ); then
 17006 +  :
 17007 +else
 17008 +  exitcode=1
 17009 +  echo positional parameters were not saved.
 17010 +fi
 17011 +
 17012 +test $exitcode = 0) || { (exit 1); exit 1; }
 17013 +
 17014 +(
 17015 +  as_lineno_1=$LINENO
 17016 +  as_lineno_2=$LINENO
 17017 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
 17018 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
 17019 +
 17020 +_ASEOF
 17021 +}; then
 17022 +  break
 17023 +fi
 17024 +
 17025 +fi
 17026 +
 17027 +      done
 17028 +
 17029 +      if test "x$CONFIG_SHELL" != x; then
 17030 +  for as_var in BASH_ENV ENV
 17031 +        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 17032 +        done
 17033 +        export CONFIG_SHELL
 17034 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 17035 +fi
 17036 +
 17037 +
 17038 +    if test $as_have_required = no; then
 17039 +  echo This script requires a shell more modern than all the
 17040 +      echo shells that I found on your system.  Please install a
 17041 +      echo modern shell, or manually run the script under such a
 17042 +      echo shell if you do have one.
 17043 +      { (exit 1); exit 1; }
 17044 +fi
 17045 +
 17046 +
 17047 +fi
 17048 +
 17049 +fi
 17050 +
 17051 +
 17052 +
 17053 +(eval "as_func_return () {
 17054 +  (exit \$1)
 17055 +}
 17056 +as_func_success () {
 17057 +  as_func_return 0
 17058 +}
 17059 +as_func_failure () {
 17060 +  as_func_return 1
 17061 +}
 17062 +as_func_ret_success () {
 17063 +  return 0
 17064 +}
 17065 +as_func_ret_failure () {
 17066 +  return 1
 17067 +}
 17068 +
 17069 +exitcode=0
 17070 +if as_func_success; then
 17071 +  :
 17072 +else
 17073 +  exitcode=1
 17074 +  echo as_func_success failed.
 17075 +fi
 17076 +
 17077 +if as_func_failure; then
 17078 +  exitcode=1
 17079 +  echo as_func_failure succeeded.
 17080 +fi
 17081 +
 17082 +if as_func_ret_success; then
 17083 +  :
 17084 +else
 17085 +  exitcode=1
 17086 +  echo as_func_ret_success failed.
 17087 +fi
 17088 +
 17089 +if as_func_ret_failure; then
 17090 +  exitcode=1
 17091 +  echo as_func_ret_failure succeeded.
 17092 +fi
 17093 +
 17094 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 17095 +  :
 17096 +else
 17097 +  exitcode=1
 17098 +  echo positional parameters were not saved.
 17099 +fi
 17100 +
 17101 +test \$exitcode = 0") || {
 17102 +  echo No shell found that supports shell functions.
 17103 +  echo Please tell autoconf@gnu.org about your system,
 17104 +  echo including any error possibly output before this
 17105 +  echo message
 17106 +}
 17107 +
 17108 +
 17109 +
 17110 +  as_lineno_1=$LINENO
 17111 +  as_lineno_2=$LINENO
 17112 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
 17113 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 17114 +
 17115 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 17116 +  # uniformly replaced by the line number.  The first 'sed' inserts a
 17117 +  # line-number line after each line using $LINENO; the second 'sed'
 17118 +  # does the real work.  The second script uses 'N' to pair each
 17119 +  # line-number line with the line containing $LINENO, and appends
 17120 +  # trailing '-' during substitution so that $LINENO is not a special
 17121 +  # case at line end.
 17122 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 17123 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 17124 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
 17125 +  sed -n '
 17126 +    p
 17127 +    /[$]LINENO/=
 17128 +  ' <$as_myself |
 17129 +    sed '
 17130 +      s/[$]LINENO.*/&-/
 17131 +      t lineno
 17132 +      b
 17133 +      :lineno
 17134 +      N
 17135 +      :loop
 17136 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 17137 +      t loop
 17138 +      s/-\n.*//
 17139 +    ' >$as_me.lineno &&
 17140 +  chmod +x "$as_me.lineno" ||
 17141 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 17142 +   { (exit 1); exit 1; }; }
 17143 +
 17144 +  # Don't try to exec as it changes $[0], causing all sort of problems
 17145 +  # (the dirname of $[0] is not the place where we might find the
 17146 +  # original and so on.  Autoconf is especially sensitive to this).
 17147 +  . "./$as_me.lineno"
 17148 +  # Exit status is that of the last command.
 17149 +  exit
 17150 +}
 17151 +
 17152 +
 17153 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 17154 +  as_dirname=dirname
 17155 +else
 17156 +  as_dirname=false
 17157 +fi
 17158 +
 17159 +ECHO_C= ECHO_N= ECHO_T=
 17160 +case `echo -n x` in
 17161 +-n*)
 17162 +  case `echo 'x\c'` in
 17163 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 17164 +  *)   ECHO_C='\c';;
 17165 +  esac;;
 17166 +*)
 17167 +  ECHO_N='-n';;
 17168 +esac
 17169 +
 17170 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 17171 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 17172 +  as_expr=expr
 17173 +else
 17174 +  as_expr=false
 17175 +fi
 17176 +
 17177 +rm -f conf$$ conf$$.exe conf$$.file
 17178 +if test -d conf$$.dir; then
 17179 +  rm -f conf$$.dir/conf$$.file
 17180 +else
 17181 +  rm -f conf$$.dir
 17182 +  mkdir conf$$.dir
 17183 +fi
 17184 +echo >conf$$.file
 17185 +if ln -s conf$$.file conf$$ 2>/dev/null; then
 17186 +  as_ln_s='ln -s'
 17187 +  # ... but there are two gotchas:
 17188 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 17189 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 17190 +  # In both cases, we have to default to `cp -p'.
 17191 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 17192 +    as_ln_s='cp -p'
 17193 +elif ln conf$$.file conf$$ 2>/dev/null; then
 17194 +  as_ln_s=ln
 17195 +else
 17196 +  as_ln_s='cp -p'
 17197 +fi
 17198 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 17199 +rmdir conf$$.dir 2>/dev/null
 17200 +
 17201 +if mkdir -p . 2>/dev/null; then
 17202 +  as_mkdir_p=:
 17203 +else
 17204 +  test -d ./-p && rmdir ./-p
 17205 +  as_mkdir_p=false
 17206 +fi
 17207 +
 17208 +if test -x / >/dev/null 2>&1; then
 17209 +  as_test_x='test -x'
 17210 +else
 17211 +  if ls -dL / >/dev/null 2>&1; then
 17212 +    as_ls_L_option=L
 17213 +  else
 17214 +    as_ls_L_option=
 17215 +  fi
 17216 +  as_test_x='
 17217 +    eval sh -c '\''
 17218 +      if test -d "$1"; then
 17219 +        test -d "$1/.";
 17220 +      else
 17221 +	case $1 in
 17222 +        -*)set "./$1";;
 17223 +	esac;
 17224 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 17225 +	???[sx]*):;;*)false;;esac;fi
 17226 +    '\'' sh
 17227 +  '
 17228 +fi
 17229 +as_executable_p=$as_test_x
 17230 +
 17231 +# Sed expression to map a string onto a valid CPP name.
 17232 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 17233 +
 17234 +# Sed expression to map a string onto a valid variable name.
 17235 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 17236 +
 17237 +
 17238 +
 17239 +exec 7<&0 </dev/null 6>&1
 17240 +
 17241 +# Name of the host.
 17242 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 17243 +# so uname gets run too.
 17244 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 17245 +
 17246 +#
 17247 +# Initializations.
 17248 +#
 17249 +ac_default_prefix=/usr/local
 17250 +ac_clean_files=
 17251 +ac_config_libobj_dir=.
 17252 +LIBOBJS=
 17253 +cross_compiling=no
 17254 +subdirs=
 17255 +MFLAGS=
 17256 +MAKEFLAGS=
 17257 +SHELL=${CONFIG_SHELL-/bin/sh}
 17258 +
 17259 +# Identity of this package.
 17260 +PACKAGE_NAME='newlib'
 17261 +PACKAGE_TARNAME='newlib'
 17262 +PACKAGE_VERSION='NEWLIB_VERSION'
 17263 +PACKAGE_STRING='newlib NEWLIB_VERSION'
 17264 +PACKAGE_BUGREPORT=''
 17265 +
 17266 +ac_subst_vars='SHELL
 17267 +PATH_SEPARATOR
 17268 +PACKAGE_NAME
 17269 +PACKAGE_TARNAME
 17270 +PACKAGE_VERSION
 17271 +PACKAGE_STRING
 17272 +PACKAGE_BUGREPORT
 17273 +exec_prefix
 17274 +prefix
 17275 +program_transform_name
 17276 +bindir
 17277 +sbindir
 17278 +libexecdir
 17279 +datarootdir
 17280 +datadir
 17281 +sysconfdir
 17282 +sharedstatedir
 17283 +localstatedir
 17284 +includedir
 17285 +oldincludedir
 17286 +docdir
 17287 +infodir
 17288 +htmldir
 17289 +dvidir
 17290 +pdfdir
 17291 +psdir
 17292 +libdir
 17293 +localedir
 17294 +mandir
 17295 +DEFS
 17296 +ECHO_C
 17297 +ECHO_N
 17298 +ECHO_T
 17299 +LIBS
 17300 +build_alias
 17301 +host_alias
 17302 +target_alias
 17303 +MAY_SUPPLY_SYSCALLS_TRUE
 17304 +MAY_SUPPLY_SYSCALLS_FALSE
 17305 +newlib_basedir
 17306 +build
 17307 +build_cpu
 17308 +build_vendor
 17309 +build_os
 17310 +host
 17311 +host_cpu
 17312 +host_vendor
 17313 +host_os
 17314 +target
 17315 +target_cpu
 17316 +target_vendor
 17317 +target_os
 17318 +INSTALL_PROGRAM
 17319 +INSTALL_SCRIPT
 17320 +INSTALL_DATA
 17321 +PACKAGE
 17322 +VERSION
 17323 +ACLOCAL
 17324 +AUTOCONF
 17325 +AUTOMAKE
 17326 +AUTOHEADER
 17327 +MAKEINFO
 17328 +SET_MAKE
 17329 +CC
 17330 +AS
 17331 +AR
 17332 +RANLIB
 17333 +MAINTAINER_MODE_TRUE
 17334 +MAINTAINER_MODE_FALSE
 17335 +MAINT
 17336 +NEWLIB_CFLAGS
 17337 +LDFLAGS
 17338 +ELIX_LEVEL_0_TRUE
 17339 +ELIX_LEVEL_0_FALSE
 17340 +ELIX_LEVEL_1_TRUE
 17341 +ELIX_LEVEL_1_FALSE
 17342 +ELIX_LEVEL_2_TRUE
 17343 +ELIX_LEVEL_2_FALSE
 17344 +ELIX_LEVEL_3_TRUE
 17345 +ELIX_LEVEL_3_FALSE
 17346 +ELIX_LEVEL_4_TRUE
 17347 +ELIX_LEVEL_4_FALSE
 17348 +USE_LIBTOOL_TRUE
 17349 +USE_LIBTOOL_FALSE
 17350 +OBJEXT
 17351 +oext
 17352 +aext
 17353 +libm_machine_dir
 17354 +machine_dir
 17355 +sys_dir
 17356 +LIBOBJS
 17357 +LTLIBOBJS'
 17358 +ac_subst_files=''
 17359 +      ac_precious_vars='build_alias
 17360 +host_alias
 17361 +target_alias'
 17362 +
 17363 +
 17364 +# Initialize some variables set by options.
 17365 +ac_init_help=
 17366 +ac_init_version=false
 17367 +# The variables have the same names as the options, with
 17368 +# dashes changed to underlines.
 17369 +cache_file=/dev/null
 17370 +exec_prefix=NONE
 17371 +no_create=
 17372 +no_recursion=
 17373 +prefix=NONE
 17374 +program_prefix=NONE
 17375 +program_suffix=NONE
 17376 +program_transform_name=s,x,x,
 17377 +silent=
 17378 +site=
 17379 +srcdir=
 17380 +verbose=
 17381 +x_includes=NONE
 17382 +x_libraries=NONE
 17383 +
 17384 +# Installation directory options.
 17385 +# These are left unexpanded so users can "make install exec_prefix=/foo"
 17386 +# and all the variables that are supposed to be based on exec_prefix
 17387 +# by default will actually change.
 17388 +# Use braces instead of parens because sh, perl, etc. also accept them.
 17389 +# (The list follows the same order as the GNU Coding Standards.)
 17390 +bindir='${exec_prefix}/bin'
 17391 +sbindir='${exec_prefix}/sbin'
 17392 +libexecdir='${exec_prefix}/libexec'
 17393 +datarootdir='${prefix}/share'
 17394 +datadir='${datarootdir}'
 17395 +sysconfdir='${prefix}/etc'
 17396 +sharedstatedir='${prefix}/com'
 17397 +localstatedir='${prefix}/var'
 17398 +includedir='${prefix}/include'
 17399 +oldincludedir='/usr/include'
 17400 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 17401 +infodir='${datarootdir}/info'
 17402 +htmldir='${docdir}'
 17403 +dvidir='${docdir}'
 17404 +pdfdir='${docdir}'
 17405 +psdir='${docdir}'
 17406 +libdir='${exec_prefix}/lib'
 17407 +localedir='${datarootdir}/locale'
 17408 +mandir='${datarootdir}/man'
 17409 +
 17410 +ac_prev=
 17411 +ac_dashdash=
 17412 +for ac_option
 17413 +do
 17414 +  # If the previous option needs an argument, assign it.
 17415 +  if test -n "$ac_prev"; then
 17416 +    eval $ac_prev=\$ac_option
 17417 +    ac_prev=
 17418 +    continue
 17419 +  fi
 17420 +
 17421 +  case $ac_option in
 17422 +  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 17423 +  *)	ac_optarg=yes ;;
 17424 +  esac
 17425 +
 17426 +  # Accept the important Cygnus configure options, so we can diagnose typos.
 17427 +
 17428 +  case $ac_dashdash$ac_option in
 17429 +  --)
 17430 +    ac_dashdash=yes ;;
 17431 +
 17432 +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
 17433 +    ac_prev=bindir ;;
 17434 +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
 17435 +    bindir=$ac_optarg ;;
 17436 +
 17437 +  -build | --build | --buil | --bui | --bu)
 17438 +    ac_prev=build_alias ;;
 17439 +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
 17440 +    build_alias=$ac_optarg ;;
 17441 +
 17442 +  -cache-file | --cache-file | --cache-fil | --cache-fi \
 17443 +  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
 17444 +    ac_prev=cache_file ;;
 17445 +  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
 17446 +  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
 17447 +    cache_file=$ac_optarg ;;
 17448 +
 17449 +  --config-cache | -C)
 17450 +    cache_file=config.cache ;;
 17451 +
 17452 +  -datadir | --datadir | --datadi | --datad)
 17453 +    ac_prev=datadir ;;
 17454 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
 17455 +    datadir=$ac_optarg ;;
 17456 +
 17457 +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 17458 +  | --dataroo | --dataro | --datar)
 17459 +    ac_prev=datarootdir ;;
 17460 +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 17461 +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
 17462 +    datarootdir=$ac_optarg ;;
 17463 +
 17464 +  -disable-* | --disable-*)
 17465 +    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 17466 +    # Reject names that are not valid shell variable names.
 17467 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 17468 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 17469 +   { (exit 1); exit 1; }; }
 17470 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 17471 +    eval enable_$ac_feature=no ;;
 17472 +
 17473 +  -docdir | --docdir | --docdi | --doc | --do)
 17474 +    ac_prev=docdir ;;
 17475 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 17476 +    docdir=$ac_optarg ;;
 17477 +
 17478 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
 17479 +    ac_prev=dvidir ;;
 17480 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
 17481 +    dvidir=$ac_optarg ;;
 17482 +
 17483 +  -enable-* | --enable-*)
 17484 +    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 17485 +    # Reject names that are not valid shell variable names.
 17486 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 17487 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 17488 +   { (exit 1); exit 1; }; }
 17489 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 17490 +    eval enable_$ac_feature=\$ac_optarg ;;
 17491 +
 17492 +  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 17493 +  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 17494 +  | --exec | --exe | --ex)
 17495 +    ac_prev=exec_prefix ;;
 17496 +  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
 17497 +  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
 17498 +  | --exec=* | --exe=* | --ex=*)
 17499 +    exec_prefix=$ac_optarg ;;
 17500 +
 17501 +  -gas | --gas | --ga | --g)
 17502 +    # Obsolete; use --with-gas.
 17503 +    with_gas=yes ;;
 17504 +
 17505 +  -help | --help | --hel | --he | -h)
 17506 +    ac_init_help=long ;;
 17507 +  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
 17508 +    ac_init_help=recursive ;;
 17509 +  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
 17510 +    ac_init_help=short ;;
 17511 +
 17512 +  -host | --host | --hos | --ho)
 17513 +    ac_prev=host_alias ;;
 17514 +  -host=* | --host=* | --hos=* | --ho=*)
 17515 +    host_alias=$ac_optarg ;;
 17516 +
 17517 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
 17518 +    ac_prev=htmldir ;;
 17519 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 17520 +  | --ht=*)
 17521 +    htmldir=$ac_optarg ;;
 17522 +
 17523 +  -includedir | --includedir | --includedi | --included | --include \
 17524 +  | --includ | --inclu | --incl | --inc)
 17525 +    ac_prev=includedir ;;
 17526 +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
 17527 +  | --includ=* | --inclu=* | --incl=* | --inc=*)
 17528 +    includedir=$ac_optarg ;;
 17529 +
 17530 +  -infodir | --infodir | --infodi | --infod | --info | --inf)
 17531 +    ac_prev=infodir ;;
 17532 +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
 17533 +    infodir=$ac_optarg ;;
 17534 +
 17535 +  -libdir | --libdir | --libdi | --libd)
 17536 +    ac_prev=libdir ;;
 17537 +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
 17538 +    libdir=$ac_optarg ;;
 17539 +
 17540 +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
 17541 +  | --libexe | --libex | --libe)
 17542 +    ac_prev=libexecdir ;;
 17543 +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
 17544 +  | --libexe=* | --libex=* | --libe=*)
 17545 +    libexecdir=$ac_optarg ;;
 17546 +
 17547 +  -localedir | --localedir | --localedi | --localed | --locale)
 17548 +    ac_prev=localedir ;;
 17549 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
 17550 +    localedir=$ac_optarg ;;
 17551 +
 17552 +  -localstatedir | --localstatedir | --localstatedi | --localstated \
 17553 +  | --localstate | --localstat | --localsta | --localst | --locals)
 17554 +    ac_prev=localstatedir ;;
 17555 +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 17556 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
 17557 +    localstatedir=$ac_optarg ;;
 17558 +
 17559 +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
 17560 +    ac_prev=mandir ;;
 17561 +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
 17562 +    mandir=$ac_optarg ;;
 17563 +
 17564 +  -nfp | --nfp | --nf)
 17565 +    # Obsolete; use --without-fp.
 17566 +    with_fp=no ;;
 17567 +
 17568 +  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
 17569 +  | --no-cr | --no-c | -n)
 17570 +    no_create=yes ;;
 17571 +
 17572 +  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
 17573 +  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
 17574 +    no_recursion=yes ;;
 17575 +
 17576 +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
 17577 +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
 17578 +  | --oldin | --oldi | --old | --ol | --o)
 17579 +    ac_prev=oldincludedir ;;
 17580 +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
 17581 +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
 17582 +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
 17583 +    oldincludedir=$ac_optarg ;;
 17584 +
 17585 +  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
 17586 +    ac_prev=prefix ;;
 17587 +  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
 17588 +    prefix=$ac_optarg ;;
 17589 +
 17590 +  -program-prefix | --program-prefix | --program-prefi | --program-pref \
 17591 +  | --program-pre | --program-pr | --program-p)
 17592 +    ac_prev=program_prefix ;;
 17593 +  -program-prefix=* | --program-prefix=* | --program-prefi=* \
 17594 +  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
 17595 +    program_prefix=$ac_optarg ;;
 17596 +
 17597 +  -program-suffix | --program-suffix | --program-suffi | --program-suff \
 17598 +  | --program-suf | --program-su | --program-s)
 17599 +    ac_prev=program_suffix ;;
 17600 +  -program-suffix=* | --program-suffix=* | --program-suffi=* \
 17601 +  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
 17602 +    program_suffix=$ac_optarg ;;
 17603 +
 17604 +  -program-transform-name | --program-transform-name \
 17605 +  | --program-transform-nam | --program-transform-na \
 17606 +  | --program-transform-n | --program-transform- \
 17607 +  | --program-transform | --program-transfor \
 17608 +  | --program-transfo | --program-transf \
 17609 +  | --program-trans | --program-tran \
 17610 +  | --progr-tra | --program-tr | --program-t)
 17611 +    ac_prev=program_transform_name ;;
 17612 +  -program-transform-name=* | --program-transform-name=* \
 17613 +  | --program-transform-nam=* | --program-transform-na=* \
 17614 +  | --program-transform-n=* | --program-transform-=* \
 17615 +  | --program-transform=* | --program-transfor=* \
 17616 +  | --program-transfo=* | --program-transf=* \
 17617 +  | --program-trans=* | --program-tran=* \
 17618 +  | --progr-tra=* | --program-tr=* | --program-t=*)
 17619 +    program_transform_name=$ac_optarg ;;
 17620 +
 17621 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
 17622 +    ac_prev=pdfdir ;;
 17623 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
 17624 +    pdfdir=$ac_optarg ;;
 17625 +
 17626 +  -psdir | --psdir | --psdi | --psd | --ps)
 17627 +    ac_prev=psdir ;;
 17628 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
 17629 +    psdir=$ac_optarg ;;
 17630 +
 17631 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 17632 +  | -silent | --silent | --silen | --sile | --sil)
 17633 +    silent=yes ;;
 17634 +
 17635 +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
 17636 +    ac_prev=sbindir ;;
 17637 +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
 17638 +  | --sbi=* | --sb=*)
 17639 +    sbindir=$ac_optarg ;;
 17640 +
 17641 +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
 17642 +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
 17643 +  | --sharedst | --shareds | --shared | --share | --shar \
 17644 +  | --sha | --sh)
 17645 +    ac_prev=sharedstatedir ;;
 17646 +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
 17647 +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
 17648 +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
 17649 +  | --sha=* | --sh=*)
 17650 +    sharedstatedir=$ac_optarg ;;
 17651 +
 17652 +  -site | --site | --sit)
 17653 +    ac_prev=site ;;
 17654 +  -site=* | --site=* | --sit=*)
 17655 +    site=$ac_optarg ;;
 17656 +
 17657 +  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
 17658 +    ac_prev=srcdir ;;
 17659 +  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
 17660 +    srcdir=$ac_optarg ;;
 17661 +
 17662 +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
 17663 +  | --syscon | --sysco | --sysc | --sys | --sy)
 17664 +    ac_prev=sysconfdir ;;
 17665 +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
 17666 +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
 17667 +    sysconfdir=$ac_optarg ;;
 17668 +
 17669 +  -target | --target | --targe | --targ | --tar | --ta | --t)
 17670 +    ac_prev=target_alias ;;
 17671 +  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
 17672 +    target_alias=$ac_optarg ;;
 17673 +
 17674 +  -v | -verbose | --verbose | --verbos | --verbo | --verb)
 17675 +    verbose=yes ;;
 17676 +
 17677 +  -version | --version | --versio | --versi | --vers | -V)
 17678 +    ac_init_version=: ;;
 17679 +
 17680 +  -with-* | --with-*)
 17681 +    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 17682 +    # Reject names that are not valid shell variable names.
 17683 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 17684 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
 17685 +   { (exit 1); exit 1; }; }
 17686 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 17687 +    eval with_$ac_package=\$ac_optarg ;;
 17688 +
 17689 +  -without-* | --without-*)
 17690 +    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 17691 +    # Reject names that are not valid shell variable names.
 17692 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 17693 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
 17694 +   { (exit 1); exit 1; }; }
 17695 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 17696 +    eval with_$ac_package=no ;;
 17697 +
 17698 +  --x)
 17699 +    # Obsolete; use --with-x.
 17700 +    with_x=yes ;;
 17701 +
 17702 +  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
 17703 +  | --x-incl | --x-inc | --x-in | --x-i)
 17704 +    ac_prev=x_includes ;;
 17705 +  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
 17706 +  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
 17707 +    x_includes=$ac_optarg ;;
 17708 +
 17709 +  -x-libraries | --x-libraries | --x-librarie | --x-librari \
 17710 +  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
 17711 +    ac_prev=x_libraries ;;
 17712 +  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
 17713 +  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 17714 +    x_libraries=$ac_optarg ;;
 17715 +
 17716 +  -*) { echo "$as_me: error: unrecognized option: $ac_option
 17717 +Try \`$0 --help' for more information." >&2
 17718 +   { (exit 1); exit 1; }; }
 17719 +    ;;
 17720 +
 17721 +  *=*)
 17722 +    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 17723 +    # Reject names that are not valid shell variable names.
 17724 +    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 17725 +      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 17726 +   { (exit 1); exit 1; }; }
 17727 +    eval $ac_envvar=\$ac_optarg
 17728 +    export $ac_envvar ;;
 17729 +
 17730 +  *)
 17731 +    # FIXME: should be removed in autoconf 3.0.
 17732 +    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 17733 +    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 17734 +      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 17735 +    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 17736 +    ;;
 17737 +
 17738 +  esac
 17739 +done
 17740 +
 17741 +if test -n "$ac_prev"; then
 17742 +  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 17743 +  { echo "$as_me: error: missing argument to $ac_option" >&2
 17744 +   { (exit 1); exit 1; }; }
 17745 +fi
 17746 +
 17747 +# Be sure to have absolute directory names.
 17748 +for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
 17749 +		datadir sysconfdir sharedstatedir localstatedir includedir \
 17750 +		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 17751 +		libdir localedir mandir
 17752 +do
 17753 +  eval ac_val=\$$ac_var
 17754 +  case $ac_val in
 17755 +    [\\/$]* | ?:[\\/]* )  continue;;
 17756 +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 17757 +  esac
 17758 +  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 17759 +   { (exit 1); exit 1; }; }
 17760 +done
 17761 +
 17762 +# There might be people who depend on the old broken behavior: `$host'
 17763 +# used to hold the argument of --host etc.
 17764 +# FIXME: To remove some day.
 17765 +build=$build_alias
 17766 +host=$host_alias
 17767 +target=$target_alias
 17768 +
 17769 +# FIXME: To remove some day.
 17770 +if test "x$host_alias" != x; then
 17771 +  if test "x$build_alias" = x; then
 17772 +    cross_compiling=maybe
 17773 +    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 17774 +    If a cross compiler is detected then cross compile mode will be used." >&2
 17775 +  elif test "x$build_alias" != "x$host_alias"; then
 17776 +    cross_compiling=yes
 17777 +  fi
 17778 +fi
 17779 +
 17780 +ac_tool_prefix=
 17781 +test -n "$host_alias" && ac_tool_prefix=$host_alias-
 17782 +
 17783 +test "$silent" = yes && exec 6>/dev/null
 17784 +
 17785 +
 17786 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
 17787 +ac_ls_di=`ls -di .` &&
 17788 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 17789 +  { echo "$as_me: error: Working directory cannot be determined" >&2
 17790 +   { (exit 1); exit 1; }; }
 17791 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 17792 +  { echo "$as_me: error: pwd does not report name of working directory" >&2
 17793 +   { (exit 1); exit 1; }; }
 17794 +
 17795 +
 17796 +# Find the source files, if location was not specified.
 17797 +if test -z "$srcdir"; then
 17798 +  ac_srcdir_defaulted=yes
 17799 +  # Try the directory containing this script, then the parent directory.
 17800 +  ac_confdir=`$as_dirname -- "$0" ||
 17801 +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 17802 +	 X"$0" : 'X\(//\)[^/]' \| \
 17803 +	 X"$0" : 'X\(//\)$' \| \
 17804 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 17805 +echo X"$0" |
 17806 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 17807 +	    s//\1/
 17808 +	    q
 17809 +	  }
 17810 +	  /^X\(\/\/\)[^/].*/{
 17811 +	    s//\1/
 17812 +	    q
 17813 +	  }
 17814 +	  /^X\(\/\/\)$/{
 17815 +	    s//\1/
 17816 +	    q
 17817 +	  }
 17818 +	  /^X\(\/\).*/{
 17819 +	    s//\1/
 17820 +	    q
 17821 +	  }
 17822 +	  s/.*/./; q'`
 17823 +  srcdir=$ac_confdir
 17824 +  if test ! -r "$srcdir/$ac_unique_file"; then
 17825 +    srcdir=..
 17826 +  fi
 17827 +else
 17828 +  ac_srcdir_defaulted=no
 17829 +fi
 17830 +if test ! -r "$srcdir/$ac_unique_file"; then
 17831 +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 17832 +  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 17833 +   { (exit 1); exit 1; }; }
 17834 +fi
 17835 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 17836 +ac_abs_confdir=`(
 17837 +	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 17838 +   { (exit 1); exit 1; }; }
 17839 +	pwd)`
 17840 +# When building in place, set srcdir=.
 17841 +if test "$ac_abs_confdir" = "$ac_pwd"; then
 17842 +  srcdir=.
 17843 +fi
 17844 +# Remove unnecessary trailing slashes from srcdir.
 17845 +# Double slashes in file names in object file debugging info
 17846 +# mess up M-x gdb in Emacs.
 17847 +case $srcdir in
 17848 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 17849 +esac
 17850 +for ac_var in $ac_precious_vars; do
 17851 +  eval ac_env_${ac_var}_set=\${${ac_var}+set}
 17852 +  eval ac_env_${ac_var}_value=\$${ac_var}
 17853 +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 17854 +  eval ac_cv_env_${ac_var}_value=\$${ac_var}
 17855 +done
 17856 +
 17857 +#
 17858 +# Report the --help message.
 17859 +#
 17860 +if test "$ac_init_help" = "long"; then
 17861 +  # Omit some internal or obsolete options to make the list less imposing.
 17862 +  # This message is too long to be a string in the A/UX 3.1 sh.
 17863 +  cat <<_ACEOF
 17864 +\`configure' configures newlib NEWLIB_VERSION to adapt to many kinds of systems.
 17865 +
 17866 +Usage: $0 [OPTION]... [VAR=VALUE]...
 17867 +
 17868 +To assign environment variables (e.g., CC, CFLAGS...), specify them as
 17869 +VAR=VALUE.  See below for descriptions of some of the useful variables.
 17870 +
 17871 +Defaults for the options are specified in brackets.
 17872 +
 17873 +Configuration:
 17874 +  -h, --help              display this help and exit
 17875 +      --help=short        display options specific to this package
 17876 +      --help=recursive    display the short help of all the included packages
 17877 +  -V, --version           display version information and exit
 17878 +  -q, --quiet, --silent   do not print \`checking...' messages
 17879 +      --cache-file=FILE   cache test results in FILE [disabled]
 17880 +  -C, --config-cache      alias for \`--cache-file=config.cache'
 17881 +  -n, --no-create         do not create output files
 17882 +      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 17883 +
 17884 +Installation directories:
 17885 +  --prefix=PREFIX         install architecture-independent files in PREFIX
 17886 +			  [$ac_default_prefix]
 17887 +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 17888 +			  [PREFIX]
 17889 +
 17890 +By default, \`make install' will install all the files in
 17891 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 17892 +an installation prefix other than \`$ac_default_prefix' using \`--prefix',
 17893 +for instance \`--prefix=\$HOME'.
 17894 +
 17895 +For better control, use the options below.
 17896 +
 17897 +Fine tuning of the installation directories:
 17898 +  --bindir=DIR           user executables [EPREFIX/bin]
 17899 +  --sbindir=DIR          system admin executables [EPREFIX/sbin]
 17900 +  --libexecdir=DIR       program executables [EPREFIX/libexec]
 17901 +  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 17902 +  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 17903 +  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 17904 +  --libdir=DIR           object code libraries [EPREFIX/lib]
 17905 +  --includedir=DIR       C header files [PREFIX/include]
 17906 +  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 17907 +  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 17908 +  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 17909 +  --infodir=DIR          info documentation [DATAROOTDIR/info]
 17910 +  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 17911 +  --mandir=DIR           man documentation [DATAROOTDIR/man]
 17912 +  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
 17913 +  --htmldir=DIR          html documentation [DOCDIR]
 17914 +  --dvidir=DIR           dvi documentation [DOCDIR]
 17915 +  --pdfdir=DIR           pdf documentation [DOCDIR]
 17916 +  --psdir=DIR            ps documentation [DOCDIR]
 17917 +_ACEOF
 17918 +
 17919 +  cat <<\_ACEOF
 17920 +
 17921 +Program names:
 17922 +  --program-prefix=PREFIX            prepend PREFIX to installed program names
 17923 +  --program-suffix=SUFFIX            append SUFFIX to installed program names
 17924 +  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
 17925 +
 17926 +System types:
 17927 +  --build=BUILD     configure for building on BUILD [guessed]
 17928 +  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
 17929 +  --target=TARGET   configure for building compilers for TARGET [HOST]
 17930 +_ACEOF
 17931 +fi
 17932 +
 17933 +if test -n "$ac_init_help"; then
 17934 +  case $ac_init_help in
 17935 +     short | recursive ) echo "Configuration of newlib NEWLIB_VERSION:";;
 17936 +   esac
 17937 +  cat <<\_ACEOF
 17938 +
 17939 +Optional Features:
 17940 +  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 17941 +  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 17942 +  --enable-multilib         build many library versions (default)
 17943 +  --enable-target-optspace  optimize for space
 17944 +  --enable-malloc-debugging indicate malloc debugging requested
 17945 +  --enable-newlib-multithread        enable support for multiple threads
 17946 +  --enable-newlib-iconv     enable iconv library support
 17947 +  --enable-newlib-elix-level         supply desired elix library level (1-4)
 17948 +  --disable-newlib-io-float disable printf/scanf family float support
 17949 +  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
 17950 +  --enable-maintainer-mode enable make rules and dependencies not useful
 17951 +                          (and sometimes confusing) to the casual installer
 17952 +
 17953 +_ACEOF
 17954 +ac_status=$?
 17955 +fi
 17956 +
 17957 +if test "$ac_init_help" = "recursive"; then
 17958 +  # If there are subdirs, report their specific --help.
 17959 +  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 17960 +    test -d "$ac_dir" || continue
 17961 +    ac_builddir=.
 17962 +
 17963 +case "$ac_dir" in
 17964 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 17965 +*)
 17966 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 17967 +  # A ".." for each directory in $ac_dir_suffix.
 17968 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 17969 +  case $ac_top_builddir_sub in
 17970 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 17971 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 17972 +  esac ;;
 17973 +esac
 17974 +ac_abs_top_builddir=$ac_pwd
 17975 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
 17976 +# for backward compatibility:
 17977 +ac_top_builddir=$ac_top_build_prefix
 17978 +
 17979 +case $srcdir in
 17980 +  .)  # We are building in place.
 17981 +    ac_srcdir=.
 17982 +    ac_top_srcdir=$ac_top_builddir_sub
 17983 +    ac_abs_top_srcdir=$ac_pwd ;;
 17984 +  [\\/]* | ?:[\\/]* )  # Absolute name.
 17985 +    ac_srcdir=$srcdir$ac_dir_suffix;
 17986 +    ac_top_srcdir=$srcdir
 17987 +    ac_abs_top_srcdir=$srcdir ;;
 17988 +  *) # Relative name.
 17989 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 17990 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
 17991 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 17992 +esac
 17993 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 17994 +
 17995 +    cd "$ac_dir" || { ac_status=$?; continue; }
 17996 +    # Check for guested configure.
 17997 +    if test -f "$ac_srcdir/configure.gnu"; then
 17998 +      echo &&
 17999 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 18000 +    elif test -f "$ac_srcdir/configure"; then
 18001 +      echo &&
 18002 +      $SHELL "$ac_srcdir/configure" --help=recursive
 18003 +    else
 18004 +      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 18005 +    fi || ac_status=$?
 18006 +    cd "$ac_pwd" || { ac_status=$?; break; }
 18007 +  done
 18008 +fi
 18009 +
 18010 +test -n "$ac_init_help" && exit $ac_status
 18011 +if $ac_init_version; then
 18012 +  cat <<\_ACEOF
 18013 +newlib configure NEWLIB_VERSION
 18014 +generated by GNU Autoconf 2.61
 18015 +
 18016 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 18017 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 18018 +This configure script is free software; the Free Software Foundation
 18019 +gives unlimited permission to copy, distribute and modify it.
 18020 +_ACEOF
 18021 +  exit
 18022 +fi
 18023 +cat >config.log <<_ACEOF
 18024 +This file contains any messages produced by compilers while
 18025 +running configure, to aid debugging if configure makes a mistake.
 18026 +
 18027 +It was created by newlib $as_me NEWLIB_VERSION, which was
 18028 +generated by GNU Autoconf 2.61.  Invocation command line was
 18029 +
 18030 +  $ $0 $@
 18031 +
 18032 +_ACEOF
 18033 +exec 5>>config.log
 18034 +{
 18035 +cat <<_ASUNAME
 18036 +## --------- ##
 18037 +## Platform. ##
 18038 +## --------- ##
 18039 +
 18040 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
 18041 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
 18042 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
 18043 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
 18044 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
 18045 +
 18046 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
 18047 +/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
 18048 +
 18049 +/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 18050 +/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 18051 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 18052 +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 18053 +/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 18054 +/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 18055 +/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 18056 +
 18057 +_ASUNAME
 18058 +
 18059 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 18060 +for as_dir in $PATH
 18061 +do
 18062 +  IFS=$as_save_IFS
 18063 +  test -z "$as_dir" && as_dir=.
 18064 +  echo "PATH: $as_dir"
 18065 +done
 18066 +IFS=$as_save_IFS
 18067 +
 18068 +} >&5
 18069 +
 18070 +cat >&5 <<_ACEOF
 18071 +
 18072 +
 18073 +## ----------- ##
 18074 +## Core tests. ##
 18075 +## ----------- ##
 18076 +
 18077 +_ACEOF
 18078 +
 18079 +
 18080 +# Keep a trace of the command line.
 18081 +# Strip out --no-create and --no-recursion so they do not pile up.
 18082 +# Strip out --silent because we don't want to record it for future runs.
 18083 +# Also quote any args containing shell meta-characters.
 18084 +# Make two passes to allow for proper duplicate-argument suppression.
 18085 +ac_configure_args=
 18086 +ac_configure_args0=
 18087 +ac_configure_args1=
 18088 +ac_must_keep_next=false
 18089 +for ac_pass in 1 2
 18090 +do
 18091 +  for ac_arg
 18092 +  do
 18093 +    case $ac_arg in
 18094 +    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
 18095 +    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 18096 +    | -silent | --silent | --silen | --sile | --sil)
 18097 +      continue ;;
 18098 +    *\'*)
 18099 +      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 18100 +    esac
 18101 +    case $ac_pass in
 18102 +    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 18103 +    2)
 18104 +      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
 18105 +      if test $ac_must_keep_next = true; then
 18106 +	ac_must_keep_next=false # Got value, back to normal.
 18107 +      else
 18108 +	case $ac_arg in
 18109 +	  *=* | --config-cache | -C | -disable-* | --disable-* \
 18110 +	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 18111 +	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 18112 +	  | -with-* | --with-* | -without-* | --without-* | --x)
 18113 +	    case "$ac_configure_args0 " in
 18114 +	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 18115 +	    esac
 18116 +	    ;;
 18117 +	  -* ) ac_must_keep_next=true ;;
 18118 +	esac
 18119 +      fi
 18120 +      ac_configure_args="$ac_configure_args '$ac_arg'"
 18121 +      ;;
 18122 +    esac
 18123 +  done
 18124 +done
 18125 +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
 18126 +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
 18127 +
 18128 +# When interrupted or exit'd, cleanup temporary files, and complete
 18129 +# config.log.  We remove comments because anyway the quotes in there
 18130 +# would cause problems or look ugly.
 18131 +# WARNING: Use '\'' to represent an apostrophe within the trap.
 18132 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 18133 +trap 'exit_status=$?
 18134 +  # Save into config.log some information that might help in debugging.
 18135 +  {
 18136 +    echo
 18137 +
 18138 +    cat <<\_ASBOX
 18139 +## ---------------- ##
 18140 +## Cache variables. ##
 18141 +## ---------------- ##
 18142 +_ASBOX
 18143 +    echo
 18144 +    # The following way of writing the cache mishandles newlines in values,
 18145 +(
 18146 +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 18147 +    eval ac_val=\$$ac_var
 18148 +    case $ac_val in #(
 18149 +    *${as_nl}*)
 18150 +      case $ac_var in #(
 18151 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 18152 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 18153 +      esac
 18154 +      case $ac_var in #(
 18155 +      _ | IFS | as_nl) ;; #(
 18156 +      *) $as_unset $ac_var ;;
 18157 +      esac ;;
 18158 +    esac
 18159 +  done
 18160 +  (set) 2>&1 |
 18161 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 18162 +    *${as_nl}ac_space=\ *)
 18163 +      sed -n \
 18164 +	"s/'\''/'\''\\\\'\'''\''/g;
 18165 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 18166 +      ;; #(
 18167 +    *)
 18168 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 18169 +      ;;
 18170 +    esac |
 18171 +    sort
 18172 +)
 18173 +    echo
 18174 +
 18175 +    cat <<\_ASBOX
 18176 +## ----------------- ##
 18177 +## Output variables. ##
 18178 +## ----------------- ##
 18179 +_ASBOX
 18180 +    echo
 18181 +    for ac_var in $ac_subst_vars
 18182 +    do
 18183 +      eval ac_val=\$$ac_var
 18184 +      case $ac_val in
 18185 +      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 18186 +      esac
 18187 +      echo "$ac_var='\''$ac_val'\''"
 18188 +    done | sort
 18189 +    echo
 18190 +
 18191 +    if test -n "$ac_subst_files"; then
 18192 +      cat <<\_ASBOX
 18193 +## ------------------- ##
 18194 +## File substitutions. ##
 18195 +## ------------------- ##
 18196 +_ASBOX
 18197 +      echo
 18198 +      for ac_var in $ac_subst_files
 18199 +      do
 18200 +	eval ac_val=\$$ac_var
 18201 +	case $ac_val in
 18202 +	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 18203 +	esac
 18204 +	echo "$ac_var='\''$ac_val'\''"
 18205 +      done | sort
 18206 +      echo
 18207 +    fi
 18208 +
 18209 +    if test -s confdefs.h; then
 18210 +      cat <<\_ASBOX
 18211 +## ----------- ##
 18212 +## confdefs.h. ##
 18213 +## ----------- ##
 18214 +_ASBOX
 18215 +      echo
 18216 +      cat confdefs.h
 18217 +      echo
 18218 +    fi
 18219 +    test "$ac_signal" != 0 &&
 18220 +      echo "$as_me: caught signal $ac_signal"
 18221 +    echo "$as_me: exit $exit_status"
 18222 +  } >&5
 18223 +  rm -f core *.core core.conftest.* &&
 18224 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 18225 +    exit $exit_status
 18226 +' 0
 18227 +for ac_signal in 1 2 13 15; do
 18228 +  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 18229 +done
 18230 +ac_signal=0
 18231 +
 18232 +# confdefs.h avoids OS command line length limits that DEFS can exceed.
 18233 +rm -f -r conftest* confdefs.h
 18234 +
 18235 +# Predefined preprocessor variables.
 18236 +
 18237 +cat >>confdefs.h <<_ACEOF
 18238 +#define PACKAGE_NAME "$PACKAGE_NAME"
 18239 +_ACEOF
 18240 +
 18241 +
 18242 +cat >>confdefs.h <<_ACEOF
 18243 +#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
 18244 +_ACEOF
 18245 +
 18246 +
 18247 +cat >>confdefs.h <<_ACEOF
 18248 +#define PACKAGE_VERSION "$PACKAGE_VERSION"
 18249 +_ACEOF
 18250 +
 18251 +
 18252 +cat >>confdefs.h <<_ACEOF
 18253 +#define PACKAGE_STRING "$PACKAGE_STRING"
 18254 +_ACEOF
 18255 +
 18256 +
 18257 +cat >>confdefs.h <<_ACEOF
 18258 +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
 18259 +_ACEOF
 18260 +
 18261 +
 18262 +# Let the site file select an alternate cache file if it wants to.
 18263 +# Prefer explicitly selected file to automatically selected ones.
 18264 +if test -n "$CONFIG_SITE"; then
 18265 +  set x "$CONFIG_SITE"
 18266 +elif test "x$prefix" != xNONE; then
 18267 +  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 18268 +else
 18269 +  set x "$ac_default_prefix/share/config.site" \
 18270 +	"$ac_default_prefix/etc/config.site"
 18271 +fi
 18272 +shift
 18273 +for ac_site_file
 18274 +do
 18275 +  if test -r "$ac_site_file"; then
 18276 +    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 18277 +echo "$as_me: loading site script $ac_site_file" >&6;}
 18278 +    sed 's/^/| /' "$ac_site_file" >&5
 18279 +    . "$ac_site_file"
 18280 +  fi
 18281 +done
 18282 +
 18283 +if test -r "$cache_file"; then
 18284 +  # Some versions of bash will fail to source /dev/null (special
 18285 +  # files actually), so we avoid doing that.
 18286 +  if test -f "$cache_file"; then
 18287 +    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 18288 +echo "$as_me: loading cache $cache_file" >&6;}
 18289 +    case $cache_file in
 18290 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
 18291 +      *)                      . "./$cache_file";;
 18292 +    esac
 18293 +  fi
 18294 +else
 18295 +  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
 18296 +echo "$as_me: creating cache $cache_file" >&6;}
 18297 +  >$cache_file
 18298 +fi
 18299 +
 18300 +# Check that the precious variables saved in the cache have kept the same
 18301 +# value.
 18302 +ac_cache_corrupted=false
 18303 +for ac_var in $ac_precious_vars; do
 18304 +  eval ac_old_set=\$ac_cv_env_${ac_var}_set
 18305 +  eval ac_new_set=\$ac_env_${ac_var}_set
 18306 +  eval ac_old_val=\$ac_cv_env_${ac_var}_value
 18307 +  eval ac_new_val=\$ac_env_${ac_var}_value
 18308 +  case $ac_old_set,$ac_new_set in
 18309 +    set,)
 18310 +      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 18311 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 18312 +      ac_cache_corrupted=: ;;
 18313 +    ,set)
 18314 +      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 18315 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 18316 +      ac_cache_corrupted=: ;;
 18317 +    ,);;
 18318 +    *)
 18319 +      if test "x$ac_old_val" != "x$ac_new_val"; then
 18320 +	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 18321 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 18322 +	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 18323 +echo "$as_me:   former value:  $ac_old_val" >&2;}
 18324 +	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 18325 +echo "$as_me:   current value: $ac_new_val" >&2;}
 18326 +	ac_cache_corrupted=:
 18327 +      fi;;
 18328 +  esac
 18329 +  # Pass precious variables to config.status.
 18330 +  if test "$ac_new_set" = set; then
 18331 +    case $ac_new_val in
 18332 +    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 18333 +    *) ac_arg=$ac_var=$ac_new_val ;;
 18334 +    esac
 18335 +    case " $ac_configure_args " in
 18336 +      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
 18337 +      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
 18338 +    esac
 18339 +  fi
 18340 +done
 18341 +if $ac_cache_corrupted; then
 18342 +  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 18343 +echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 18344 +  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 18345 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 18346 +   { (exit 1); exit 1; }; }
 18347 +fi
 18348 +
 18349 +
 18350 +
 18351 +
 18352 +
 18353 +
 18354 +
 18355 +
 18356 +
 18357 +
 18358 +
 18359 +
 18360 +
 18361 +
 18362 +
 18363 +
 18364 +
 18365 +
 18366 +
 18367 +
 18368 +
 18369 +
 18370 +
 18371 +
 18372 +
 18373 +ac_ext=c
 18374 +ac_cpp='$CPP $CPPFLAGS'
 18375 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 18376 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 18377 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
 18378 +
 18379 +
 18380 +
 18381 +ac_aux_dir=
 18382 +for ac_dir in ../../../.. "$srcdir"/../../../..; do
 18383 +  if test -f "$ac_dir/install-sh"; then
 18384 +    ac_aux_dir=$ac_dir
 18385 +    ac_install_sh="$ac_aux_dir/install-sh -c"
 18386 +    break
 18387 +  elif test -f "$ac_dir/install.sh"; then
 18388 +    ac_aux_dir=$ac_dir
 18389 +    ac_install_sh="$ac_aux_dir/install.sh -c"
 18390 +    break
 18391 +  elif test -f "$ac_dir/shtool"; then
 18392 +    ac_aux_dir=$ac_dir
 18393 +    ac_install_sh="$ac_aux_dir/shtool install -c"
 18394 +    break
 18395 +  fi
 18396 +done
 18397 +if test -z "$ac_aux_dir"; then
 18398 +  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&5
 18399 +echo "$as_me: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&2;}
 18400 +   { (exit 1); exit 1; }; }
 18401 +fi
 18402 +
 18403 +# These three variables are undocumented and unsupported,
 18404 +# and are intended to be withdrawn in a future Autoconf release.
 18405 +# They can cause serious problems if a builder's source tree is in a directory
 18406 +# whose full name contains unusual characters.
 18407 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
 18408 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
 18409 +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 18410 +
 18411 +
 18412 +
 18413 +# Make sure we can run config.sub.
 18414 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 18415 +  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 18416 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 18417 +   { (exit 1); exit 1; }; }
 18418 +
 18419 +{ echo "$as_me:$LINENO: checking build system type" >&5
 18420 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 18421 +if test "${ac_cv_build+set}" = set; then
 18422 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 18423 +else
 18424 +  ac_build_alias=$build_alias
 18425 +test "x$ac_build_alias" = x &&
 18426 +  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 18427 +test "x$ac_build_alias" = x &&
 18428 +  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 18429 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 18430 +   { (exit 1); exit 1; }; }
 18431 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 18432 +  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 18433 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 18434 +   { (exit 1); exit 1; }; }
 18435 +
 18436 +fi
 18437 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 18438 +echo "${ECHO_T}$ac_cv_build" >&6; }
 18439 +case $ac_cv_build in
 18440 +*-*-*) ;;
 18441 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 18442 +echo "$as_me: error: invalid value of canonical build" >&2;}
 18443 +   { (exit 1); exit 1; }; };;
 18444 +esac
 18445 +build=$ac_cv_build
 18446 +ac_save_IFS=$IFS; IFS='-'
 18447 +set x $ac_cv_build
 18448 +shift
 18449 +build_cpu=$1
 18450 +build_vendor=$2
 18451 +shift; shift
 18452 +# Remember, the first character of IFS is used to create $*,
 18453 +# except with old shells:
 18454 +build_os=$*
 18455 +IFS=$ac_save_IFS
 18456 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 18457 +
 18458 +
 18459 +{ echo "$as_me:$LINENO: checking host system type" >&5
 18460 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 18461 +if test "${ac_cv_host+set}" = set; then
 18462 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 18463 +else
 18464 +  if test "x$host_alias" = x; then
 18465 +  ac_cv_host=$ac_cv_build
 18466 +else
 18467 +  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 18468 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 18469 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 18470 +   { (exit 1); exit 1; }; }
 18471 +fi
 18472 +
 18473 +fi
 18474 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 18475 +echo "${ECHO_T}$ac_cv_host" >&6; }
 18476 +case $ac_cv_host in
 18477 +*-*-*) ;;
 18478 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 18479 +echo "$as_me: error: invalid value of canonical host" >&2;}
 18480 +   { (exit 1); exit 1; }; };;
 18481 +esac
 18482 +host=$ac_cv_host
 18483 +ac_save_IFS=$IFS; IFS='-'
 18484 +set x $ac_cv_host
 18485 +shift
 18486 +host_cpu=$1
 18487 +host_vendor=$2
 18488 +shift; shift
 18489 +# Remember, the first character of IFS is used to create $*,
 18490 +# except with old shells:
 18491 +host_os=$*
 18492 +IFS=$ac_save_IFS
 18493 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 18494 +
 18495 +
 18496 +am__api_version="1.4"
 18497 +# Find a good install program.  We prefer a C program (faster),
 18498 +# so one script is as good as another.  But avoid the broken or
 18499 +# incompatible versions:
 18500 +# SysV /etc/install, /usr/sbin/install
 18501 +# SunOS /usr/etc/install
 18502 +# IRIX /sbin/install
 18503 +# AIX /bin/install
 18504 +# AmigaOS /C/install, which installs bootblocks on floppy discs
 18505 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 18506 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
 18507 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 18508 +# OS/2's system install, which has a completely different semantic
 18509 +# ./install, which can be erroneously created by make from ./install.sh.
 18510 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 18511 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 18512 +if test -z "$INSTALL"; then
 18513 +if test "${ac_cv_path_install+set}" = set; then
 18514 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 18515 +else
 18516 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 18517 +for as_dir in $PATH
 18518 +do
 18519 +  IFS=$as_save_IFS
 18520 +  test -z "$as_dir" && as_dir=.
 18521 +  # Account for people who put trailing slashes in PATH elements.
 18522 +case $as_dir/ in
 18523 +  ./ | .// | /cC/* | \
 18524 +  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 18525 +  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
 18526 +  /usr/ucb/* ) ;;
 18527 +  *)
 18528 +    # OSF1 and SCO ODT 3.0 have their own names for install.
 18529 +    # Don't use installbsd from OSF since it installs stuff as root
 18530 +    # by default.
 18531 +    for ac_prog in ginstall scoinst install; do
 18532 +      for ac_exec_ext in '' $ac_executable_extensions; do
 18533 +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 18534 +	  if test $ac_prog = install &&
 18535 +	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 18536 +	    # AIX install.  It has an incompatible calling convention.
 18537 +	    :
 18538 +	  elif test $ac_prog = install &&
 18539 +	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 18540 +	    # program-specific install script used by HP pwplus--don't use.
 18541 +	    :
 18542 +	  else
 18543 +	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 18544 +	    break 3
 18545 +	  fi
 18546 +	fi
 18547 +      done
 18548 +    done
 18549 +    ;;
 18550 +esac
 18551 +done
 18552 +IFS=$as_save_IFS
 18553 +
 18554 +
 18555 +fi
 18556 +  if test "${ac_cv_path_install+set}" = set; then
 18557 +    INSTALL=$ac_cv_path_install
 18558 +  else
 18559 +    # As a last resort, use the slow shell script.  Don't cache a
 18560 +    # value for INSTALL within a source directory, because that will
 18561 +    # break other packages using the cache if that directory is
 18562 +    # removed, or if the value is a relative name.
 18563 +    INSTALL=$ac_install_sh
 18564 +  fi
 18565 +fi
 18566 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 18567 +echo "${ECHO_T}$INSTALL" >&6; }
 18568 +
 18569 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 18570 +# It thinks the first close brace ends the variable substitution.
 18571 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 18572 +
 18573 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 18574 +
 18575 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 18576 +
 18577 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 18578 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 18579 +# Just in case
 18580 +sleep 1
 18581 +echo timestamp > conftestfile
 18582 +# Do `set' in a subshell so we don't clobber the current shell's
 18583 +# arguments.  Must try -L first in case configure is actually a
 18584 +# symlink; some systems play weird games with the mod time of symlinks
 18585 +# (eg FreeBSD returns the mod time of the symlink's containing
 18586 +# directory).
 18587 +if (
 18588 +   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
 18589 +   if test "$*" = "X"; then
 18590 +      # -L didn't work.
 18591 +      set X `ls -t $srcdir/configure conftestfile`
 18592 +   fi
 18593 +   if test "$*" != "X $srcdir/configure conftestfile" \
 18594 +      && test "$*" != "X conftestfile $srcdir/configure"; then
 18595 +
 18596 +      # If neither matched, then we have a broken ls.  This can happen
 18597 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
 18598 +      # broken ls alias from the environment.  This has actually
 18599 +      # happened.  Such a system could not be considered "sane".
 18600 +      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 18601 +alias in your environment" >&5
 18602 +echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 18603 +alias in your environment" >&2;}
 18604 +   { (exit 1); exit 1; }; }
 18605 +   fi
 18606 +
 18607 +   test "$2" = conftestfile
 18608 +   )
 18609 +then
 18610 +   # Ok.
 18611 +   :
 18612 +else
 18613 +   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 18614 +Check your system clock" >&5
 18615 +echo "$as_me: error: newly created file is older than distributed files!
 18616 +Check your system clock" >&2;}
 18617 +   { (exit 1); exit 1; }; }
 18618 +fi
 18619 +rm -f conftest*
 18620 +{ echo "$as_me:$LINENO: result: yes" >&5
 18621 +echo "${ECHO_T}yes" >&6; }
 18622 +test "$program_prefix" != NONE &&
 18623 +  program_transform_name="s&^&$program_prefix&;$program_transform_name"
 18624 +# Use a double $ so make ignores it.
 18625 +test "$program_suffix" != NONE &&
 18626 +  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 18627 +# Double any \ or $.  echo might interpret backslashes.
 18628 +# By default was `s,x,x', remove it if useless.
 18629 +cat <<\_ACEOF >conftest.sed
 18630 +s/[\\$]/&&/g;s/;s,x,x,$//
 18631 +_ACEOF
 18632 +program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 18633 +rm -f conftest.sed
 18634 +
 18635 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 18636 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 18637 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 18638 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 18639 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 18640 +else
 18641 +  cat >conftest.make <<\_ACEOF
 18642 +SHELL = /bin/sh
 18643 +all:
 18644 +	@echo '@@@%%%=$(MAKE)=@@@%%%'
 18645 +_ACEOF
 18646 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 18647 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
 18648 +  *@@@%%%=?*=@@@%%%*)
 18649 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
 18650 +  *)
 18651 +    eval ac_cv_prog_make_${ac_make}_set=no;;
 18652 +esac
 18653 +rm -f conftest.make
 18654 +fi
 18655 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 18656 +  { echo "$as_me:$LINENO: result: yes" >&5
 18657 +echo "${ECHO_T}yes" >&6; }
 18658 +  SET_MAKE=
 18659 +else
 18660 +  { echo "$as_me:$LINENO: result: no" >&5
 18661 +echo "${ECHO_T}no" >&6; }
 18662 +  SET_MAKE="MAKE=${MAKE-make}"
 18663 +fi
 18664 +
 18665 +
 18666 +# Check whether --enable-multilib was given.
 18667 +if test "${enable_multilib+set}" = set; then
 18668 +  enableval=$enable_multilib; case "${enableval}" in
 18669 +  yes) multilib=yes ;;
 18670 +  no)  multilib=no ;;
 18671 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
 18672 +echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
 18673 +   { (exit 1); exit 1; }; } ;;
 18674 + esac
 18675 +else
 18676 +  multilib=yes
 18677 +fi
 18678 +
 18679 +# Check whether --enable-target-optspace was given.
 18680 +if test "${enable_target_optspace+set}" = set; then
 18681 +  enableval=$enable_target_optspace; case "${enableval}" in
 18682 +  yes) target_optspace=yes ;;
 18683 +  no)  target_optspace=no ;;
 18684 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
 18685 +echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}
 18686 +   { (exit 1); exit 1; }; } ;;
 18687 + esac
 18688 +else
 18689 +  target_optspace=
 18690 +fi
 18691 +
 18692 +# Check whether --enable-malloc-debugging was given.
 18693 +if test "${enable_malloc_debugging+set}" = set; then
 18694 +  enableval=$enable_malloc_debugging; case "${enableval}" in
 18695 +  yes) malloc_debugging=yes ;;
 18696 +  no)  malloc_debugging=no ;;
 18697 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
 18698 +echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}
 18699 +   { (exit 1); exit 1; }; } ;;
 18700 + esac
 18701 +else
 18702 +  malloc_debugging=
 18703 +fi
 18704 +
 18705 +# Check whether --enable-newlib-multithread was given.
 18706 +if test "${enable_newlib_multithread+set}" = set; then
 18707 +  enableval=$enable_newlib_multithread; case "${enableval}" in
 18708 +  yes) newlib_multithread=yes ;;
 18709 +  no)  newlib_multithread=no ;;
 18710 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
 18711 +echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}
 18712 +   { (exit 1); exit 1; }; } ;;
 18713 + esac
 18714 +else
 18715 +  newlib_multithread=yes
 18716 +fi
 18717 +
 18718 +# Check whether --enable-newlib-iconv was given.
 18719 +if test "${enable_newlib_iconv+set}" = set; then
 18720 +  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
 18721 +   case "${enableval}" in
 18722 +     yes) newlib_iconv=yes ;;
 18723 +     no)  newlib_iconv=no ;;
 18724 +     *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5
 18725 +echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}
 18726 +   { (exit 1); exit 1; }; } ;;
 18727 +   esac
 18728 + fi
 18729 +else
 18730 +  newlib_iconv=${newlib_iconv}
 18731 +fi
 18732 +
 18733 +# Check whether --enable-newlib-elix-level was given.
 18734 +if test "${enable_newlib_elix_level+set}" = set; then
 18735 +  enableval=$enable_newlib_elix_level; case "${enableval}" in
 18736 +  0)   newlib_elix_level=0 ;;
 18737 +  1)   newlib_elix_level=1 ;;
 18738 +  2)   newlib_elix_level=2 ;;
 18739 +  3)   newlib_elix_level=3 ;;
 18740 +  4)   newlib_elix_level=4 ;;
 18741 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5
 18742 +echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}
 18743 +   { (exit 1); exit 1; }; } ;;
 18744 + esac
 18745 +else
 18746 +  newlib_elix_level=0
 18747 +fi
 18748 +
 18749 +# Check whether --enable-newlib-io-float was given.
 18750 +if test "${enable_newlib_io_float+set}" = set; then
 18751 +  enableval=$enable_newlib_io_float; case "${enableval}" in
 18752 +  yes) newlib_io_float=yes ;;
 18753 +  no)  newlib_io_float=no ;;
 18754 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
 18755 +echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}
 18756 +   { (exit 1); exit 1; }; } ;;
 18757 + esac
 18758 +else
 18759 +  newlib_io_float=yes
 18760 +fi
 18761 +
 18762 +# Check whether --enable-newlib-supplied-syscalls was given.
 18763 +if test "${enable_newlib_supplied_syscalls+set}" = set; then
 18764 +  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
 18765 +  yes) newlib_may_supply_syscalls=yes ;;
 18766 +  no)  newlib_may_supply_syscalls=no ;;
 18767 +  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
 18768 +echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}
 18769 +   { (exit 1); exit 1; }; } ;;
 18770 + esac
 18771 +else
 18772 +  newlib_may_supply_syscalls=yes
 18773 +fi
 18774 +
 18775 +
 18776 +
 18777 +if test x${newlib_may_supply_syscalls} = xyes; then
 18778 +  MAY_SUPPLY_SYSCALLS_TRUE=
 18779 +  MAY_SUPPLY_SYSCALLS_FALSE='#'
 18780 +else
 18781 +  MAY_SUPPLY_SYSCALLS_TRUE='#'
 18782 +  MAY_SUPPLY_SYSCALLS_FALSE=
 18783 +fi
 18784 +
 18785 +
 18786 +test -z "${with_target_subdir}" && with_target_subdir=.
 18787 +
 18788 +if test "${srcdir}" = "."; then
 18789 +  if test "${with_target_subdir}" != "."; then
 18790 +    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
 18791 +  else
 18792 +    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
 18793 +  fi
 18794 +else
 18795 +  newlib_basedir="${srcdir}/../../.."
 18796 +fi
 18797 +
 18798 +
 18799 +{ echo "$as_me:$LINENO: checking target system type" >&5
 18800 +echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
 18801 +if test "${ac_cv_target+set}" = set; then
 18802 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 18803 +else
 18804 +  if test "x$target_alias" = x; then
 18805 +  ac_cv_target=$ac_cv_host
 18806 +else
 18807 +  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
 18808 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
 18809 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
 18810 +   { (exit 1); exit 1; }; }
 18811 +fi
 18812 +
 18813 +fi
 18814 +{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
 18815 +echo "${ECHO_T}$ac_cv_target" >&6; }
 18816 +case $ac_cv_target in
 18817 +*-*-*) ;;
 18818 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
 18819 +echo "$as_me: error: invalid value of canonical target" >&2;}
 18820 +   { (exit 1); exit 1; }; };;
 18821 +esac
 18822 +target=$ac_cv_target
 18823 +ac_save_IFS=$IFS; IFS='-'
 18824 +set x $ac_cv_target
 18825 +shift
 18826 +target_cpu=$1
 18827 +target_vendor=$2
 18828 +shift; shift
 18829 +# Remember, the first character of IFS is used to create $*,
 18830 +# except with old shells:
 18831 +target_os=$*
 18832 +IFS=$ac_save_IFS
 18833 +case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
 18834 +
 18835 +
 18836 +# The aliases save the names the user supplied, while $host etc.
 18837 +# will get canonicalized.
 18838 +test -n "$target_alias" &&
 18839 +  test "$program_prefix$program_suffix$program_transform_name" = \
 18840 +    NONENONEs,x,x, &&
 18841 +  program_prefix=${target_alias}-
 18842 +
 18843 +
 18844 +PACKAGE=newlib
 18845 +
 18846 +VERSION=1.14.0.atmel.1.0.1
 18847 +
 18848 +if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
 18849 +  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 18850 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 18851 +   { (exit 1); exit 1; }; }
 18852 +fi
 18853 +
 18854 +cat >>confdefs.h <<_ACEOF
 18855 +#define PACKAGE "$PACKAGE"
 18856 +_ACEOF
 18857 +
 18858 +
 18859 +cat >>confdefs.h <<_ACEOF
 18860 +#define VERSION "$VERSION"
 18861 +_ACEOF
 18862 +
 18863 +
 18864 +
 18865 +missing_dir=`cd $ac_aux_dir && pwd`
 18866 +{ echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
 18867 +echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6; }
 18868 +# Run test in a subshell; some versions of sh will print an error if
 18869 +# an executable is not found, even if stderr is redirected.
 18870 +# Redirect stdin to placate older versions of autoconf.  Sigh.
 18871 +if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
 18872 +   ACLOCAL=aclocal-${am__api_version}
 18873 +   { echo "$as_me:$LINENO: result: found" >&5
 18874 +echo "${ECHO_T}found" >&6; }
 18875 +else
 18876 +   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
 18877 +   { echo "$as_me:$LINENO: result: missing" >&5
 18878 +echo "${ECHO_T}missing" >&6; }
 18879 +fi
 18880 +
 18881 +{ echo "$as_me:$LINENO: checking for working autoconf" >&5
 18882 +echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6; }
 18883 +# Run test in a subshell; some versions of sh will print an error if
 18884 +# an executable is not found, even if stderr is redirected.
 18885 +# Redirect stdin to placate older versions of autoconf.  Sigh.
 18886 +if (autoconf --version) < /dev/null > /dev/null 2>&1; then
 18887 +   AUTOCONF=autoconf
 18888 +   { echo "$as_me:$LINENO: result: found" >&5
 18889 +echo "${ECHO_T}found" >&6; }
 18890 +else
 18891 +   AUTOCONF="$missing_dir/missing autoconf"
 18892 +   { echo "$as_me:$LINENO: result: missing" >&5
 18893 +echo "${ECHO_T}missing" >&6; }
 18894 +fi
 18895 +
 18896 +{ echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
 18897 +echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6; }
 18898 +# Run test in a subshell; some versions of sh will print an error if
 18899 +# an executable is not found, even if stderr is redirected.
 18900 +# Redirect stdin to placate older versions of autoconf.  Sigh.
 18901 +if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
 18902 +   AUTOMAKE=automake-${am__api_version}
 18903 +   { echo "$as_me:$LINENO: result: found" >&5
 18904 +echo "${ECHO_T}found" >&6; }
 18905 +else
 18906 +   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
 18907 +   { echo "$as_me:$LINENO: result: missing" >&5
 18908 +echo "${ECHO_T}missing" >&6; }
 18909 +fi
 18910 +
 18911 +{ echo "$as_me:$LINENO: checking for working autoheader" >&5
 18912 +echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6; }
 18913 +# Run test in a subshell; some versions of sh will print an error if
 18914 +# an executable is not found, even if stderr is redirected.
 18915 +# Redirect stdin to placate older versions of autoconf.  Sigh.
 18916 +if (autoheader --version) < /dev/null > /dev/null 2>&1; then
 18917 +   AUTOHEADER=autoheader
 18918 +   { echo "$as_me:$LINENO: result: found" >&5
 18919 +echo "${ECHO_T}found" >&6; }
 18920 +else
 18921 +   AUTOHEADER="$missing_dir/missing autoheader"
 18922 +   { echo "$as_me:$LINENO: result: missing" >&5
 18923 +echo "${ECHO_T}missing" >&6; }
 18924 +fi
 18925 +
 18926 +{ echo "$as_me:$LINENO: checking for working makeinfo" >&5
 18927 +echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6; }
 18928 +# Run test in a subshell; some versions of sh will print an error if
 18929 +# an executable is not found, even if stderr is redirected.
 18930 +# Redirect stdin to placate older versions of autoconf.  Sigh.
 18931 +if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
 18932 +   MAKEINFO=makeinfo
 18933 +   { echo "$as_me:$LINENO: result: found" >&5
 18934 +echo "${ECHO_T}found" >&6; }
 18935 +else
 18936 +   MAKEINFO="$missing_dir/missing makeinfo"
 18937 +   { echo "$as_me:$LINENO: result: missing" >&5
 18938 +echo "${ECHO_T}missing" >&6; }
 18939 +fi
 18940 +
 18941 +
 18942 +
 18943 +# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
 18944 +# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
 18945 +# are probably using a cross compiler, which will not be able to fully
 18946 +# link an executable.  This should really be fixed in autoconf
 18947 +# itself.
 18948 +
 18949 +
 18950 +
 18951 +# Extract the first word of "gcc", so it can be a program name with args.
 18952 +set dummy gcc; ac_word=$2
 18953 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 18954 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 18955 +if test "${ac_cv_prog_CC+set}" = set; then
 18956 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 18957 +else
 18958 +  if test -n "$CC"; then
 18959 +  ac_cv_prog_CC="$CC" # Let the user override the test.
 18960 +else
 18961 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 18962 +for as_dir in $PATH
 18963 +do
 18964 +  IFS=$as_save_IFS
 18965 +  test -z "$as_dir" && as_dir=.
 18966 +  for ac_exec_ext in '' $ac_executable_extensions; do
 18967 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 18968 +    ac_cv_prog_CC="gcc"
 18969 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 18970 +    break 2
 18971 +  fi
 18972 +done
 18973 +done
 18974 +IFS=$as_save_IFS
 18975 +
 18976 +fi
 18977 +fi
 18978 +CC=$ac_cv_prog_CC
 18979 +if test -n "$CC"; then
 18980 +  { echo "$as_me:$LINENO: result: $CC" >&5
 18981 +echo "${ECHO_T}$CC" >&6; }
 18982 +else
 18983 +  { echo "$as_me:$LINENO: result: no" >&5
 18984 +echo "${ECHO_T}no" >&6; }
 18985 +fi
 18986 +
 18987 +
 18988 +if test -z "$CC"; then
 18989 +  # Extract the first word of "cc", so it can be a program name with args.
 18990 +set dummy cc; ac_word=$2
 18991 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 18992 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 18993 +if test "${ac_cv_prog_CC+set}" = set; then
 18994 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 18995 +else
 18996 +  if test -n "$CC"; then
 18997 +  ac_cv_prog_CC="$CC" # Let the user override the test.
 18998 +else
 18999 +  ac_prog_rejected=no
 19000 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 19001 +for as_dir in $PATH
 19002 +do
 19003 +  IFS=$as_save_IFS
 19004 +  test -z "$as_dir" && as_dir=.
 19005 +  for ac_exec_ext in '' $ac_executable_extensions; do
 19006 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 19007 +    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 19008 +       ac_prog_rejected=yes
 19009 +       continue
 19010 +     fi
 19011 +    ac_cv_prog_CC="cc"
 19012 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 19013 +    break 2
 19014 +  fi
 19015 +done
 19016 +done
 19017 +IFS=$as_save_IFS
 19018 +
 19019 +if test $ac_prog_rejected = yes; then
 19020 +  # We found a bogon in the path, so make sure we never use it.
 19021 +  set dummy $ac_cv_prog_CC
 19022 +  shift
 19023 +  if test $# != 0; then
 19024 +    # We chose a different compiler from the bogus one.
 19025 +    # However, it has the same basename, so the bogon will be chosen
 19026 +    # first if we set CC to just the basename; use the full file name.
 19027 +    shift
 19028 +    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
 19029 +  fi
 19030 +fi
 19031 +fi
 19032 +fi
 19033 +CC=$ac_cv_prog_CC
 19034 +if test -n "$CC"; then
 19035 +  { echo "$as_me:$LINENO: result: $CC" >&5
 19036 +echo "${ECHO_T}$CC" >&6; }
 19037 +else
 19038 +  { echo "$as_me:$LINENO: result: no" >&5
 19039 +echo "${ECHO_T}no" >&6; }
 19040 +fi
 19041 +
 19042 +
 19043 +  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
 19044 +echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
 19045 +   { (exit 1); exit 1; }; }
 19046 +fi
 19047 +
 19048 +#AC_PROG_CC_GNU
 19049 +
 19050 +if test $ac_cv_c_compiler_gnu = yes; then
 19051 +  GCC=yes
 19052 +  ac_test_CFLAGS="${CFLAGS+set}"
 19053 +  ac_save_CFLAGS="$CFLAGS"
 19054 +  CFLAGS=
 19055 +#  AC_PROG_CC_G
 19056 +  if test "$ac_test_CFLAGS" = set; then
 19057 +    CFLAGS="$ac_save_CFLAGS"
 19058 +  elif test $ac_cv_prog_cc_g = yes; then
 19059 +    CFLAGS="-g -O2"
 19060 +  else
 19061 +    CFLAGS="-O2"
 19062 +  fi
 19063 +else
 19064 +  GCC=
 19065 +  test "${CFLAGS+set}" = set || CFLAGS="-g"
 19066 +fi
 19067 +
 19068 +
 19069 +if test -n "$ac_tool_prefix"; then
 19070 +  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
 19071 +set dummy ${ac_tool_prefix}as; ac_word=$2
 19072 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 19073 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 19074 +if test "${ac_cv_prog_AS+set}" = set; then
 19075 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 19076 +else
 19077 +  if test -n "$AS"; then
 19078 +  ac_cv_prog_AS="$AS" # Let the user override the test.
 19079 +else
 19080 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 19081 +for as_dir in $PATH
 19082 +do
 19083 +  IFS=$as_save_IFS
 19084 +  test -z "$as_dir" && as_dir=.
 19085 +  for ac_exec_ext in '' $ac_executable_extensions; do
 19086 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 19087 +    ac_cv_prog_AS="${ac_tool_prefix}as"
 19088 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 19089 +    break 2
 19090 +  fi
 19091 +done
 19092 +done
 19093 +IFS=$as_save_IFS
 19094 +
 19095 +fi
 19096 +fi
 19097 +AS=$ac_cv_prog_AS
 19098 +if test -n "$AS"; then
 19099 +  { echo "$as_me:$LINENO: result: $AS" >&5
 19100 +echo "${ECHO_T}$AS" >&6; }
 19101 +else
 19102 +  { echo "$as_me:$LINENO: result: no" >&5
 19103 +echo "${ECHO_T}no" >&6; }
 19104 +fi
 19105 +
 19106 +
 19107 +fi
 19108 +if test -z "$ac_cv_prog_AS"; then
 19109 +  ac_ct_AS=$AS
 19110 +  # Extract the first word of "as", so it can be a program name with args.
 19111 +set dummy as; ac_word=$2
 19112 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 19113 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 19114 +if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
 19115 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 19116 +else
 19117 +  if test -n "$ac_ct_AS"; then
 19118 +  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
 19119 +else
 19120 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 19121 +for as_dir in $PATH
 19122 +do
 19123 +  IFS=$as_save_IFS
 19124 +  test -z "$as_dir" && as_dir=.
 19125 +  for ac_exec_ext in '' $ac_executable_extensions; do
 19126 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 19127 +    ac_cv_prog_ac_ct_AS="as"
 19128 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 19129 +    break 2
 19130 +  fi
 19131 +done
 19132 +done
 19133 +IFS=$as_save_IFS
 19134 +
 19135 +fi
 19136 +fi
 19137 +ac_ct_AS=$ac_cv_prog_ac_ct_AS
 19138 +if test -n "$ac_ct_AS"; then
 19139 +  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 19140 +echo "${ECHO_T}$ac_ct_AS" >&6; }
 19141 +else
 19142 +  { echo "$as_me:$LINENO: result: no" >&5
 19143 +echo "${ECHO_T}no" >&6; }
 19144 +fi
 19145 +
 19146 +  if test "x$ac_ct_AS" = x; then
 19147 +    AS=""
 19148 +  else
 19149 +    case $cross_compiling:$ac_tool_warned in
 19150 +yes:)
 19151 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 19152 +whose name does not start with the host triplet.  If you think this
 19153 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 19154 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 19155 +whose name does not start with the host triplet.  If you think this
 19156 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 19157 +ac_tool_warned=yes ;;
 19158 +esac
 19159 +    AS=$ac_ct_AS
 19160 +  fi
 19161 +else
 19162 +  AS="$ac_cv_prog_AS"
 19163 +fi
 19164 +
 19165 +if test -n "$ac_tool_prefix"; then
 19166 +  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 19167 +set dummy ${ac_tool_prefix}ar; ac_word=$2
 19168 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 19169 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 19170 +if test "${ac_cv_prog_AR+set}" = set; then
 19171 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 19172 +else
 19173 +  if test -n "$AR"; then
 19174 +  ac_cv_prog_AR="$AR" # Let the user override the test.
 19175 +else
 19176 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 19177 +for as_dir in $PATH
 19178 +do
 19179 +  IFS=$as_save_IFS
 19180 +  test -z "$as_dir" && as_dir=.
 19181 +  for ac_exec_ext in '' $ac_executable_extensions; do
 19182 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 19183 +    ac_cv_prog_AR="${ac_tool_prefix}ar"
 19184 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 19185 +    break 2
 19186 +  fi
 19187 +done
 19188 +done
 19189 +IFS=$as_save_IFS
 19190 +
 19191 +fi
 19192 +fi
 19193 +AR=$ac_cv_prog_AR
 19194 +if test -n "$AR"; then
 19195 +  { echo "$as_me:$LINENO: result: $AR" >&5
 19196 +echo "${ECHO_T}$AR" >&6; }
 19197 +else
 19198 +  { echo "$as_me:$LINENO: result: no" >&5
 19199 +echo "${ECHO_T}no" >&6; }
 19200 +fi
 19201 +
 19202 +
 19203 +fi
 19204 +if test -z "$ac_cv_prog_AR"; then
 19205 +  ac_ct_AR=$AR
 19206 +  # Extract the first word of "ar", so it can be a program name with args.
 19207 +set dummy ar; ac_word=$2
 19208 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 19209 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 19210 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 19211 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 19212 +else
 19213 +  if test -n "$ac_ct_AR"; then
 19214 +  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
 19215 +else
 19216 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 19217 +for as_dir in $PATH
 19218 +do
 19219 +  IFS=$as_save_IFS
 19220 +  test -z "$as_dir" && as_dir=.
 19221 +  for ac_exec_ext in '' $ac_executable_extensions; do
 19222 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 19223 +    ac_cv_prog_ac_ct_AR="ar"
 19224 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 19225 +    break 2
 19226 +  fi
 19227 +done
 19228 +done
 19229 +IFS=$as_save_IFS
 19230 +
 19231 +fi
 19232 +fi
 19233 +ac_ct_AR=$ac_cv_prog_ac_ct_AR
 19234 +if test -n "$ac_ct_AR"; then
 19235 +  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 19236 +echo "${ECHO_T}$ac_ct_AR" >&6; }
 19237 +else
 19238 +  { echo "$as_me:$LINENO: result: no" >&5
 19239 +echo "${ECHO_T}no" >&6; }
 19240 +fi
 19241 +
 19242 +  if test "x$ac_ct_AR" = x; then
 19243 +    AR=""
 19244 +  else
 19245 +    case $cross_compiling:$ac_tool_warned in
 19246 +yes:)
 19247 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 19248 +whose name does not start with the host triplet.  If you think this
 19249 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 19250 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 19251 +whose name does not start with the host triplet.  If you think this
 19252 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 19253 +ac_tool_warned=yes ;;
 19254 +esac
 19255 +    AR=$ac_ct_AR
 19256 +  fi
 19257 +else
 19258 +  AR="$ac_cv_prog_AR"
 19259 +fi
 19260 +
 19261 +if test -n "$ac_tool_prefix"; then
 19262 +  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 19263 +set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 19264 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 19265 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 19266 +if test "${ac_cv_prog_RANLIB+set}" = set; then
 19267 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 19268 +else
 19269 +  if test -n "$RANLIB"; then
 19270 +  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 19271 +else
 19272 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 19273 +for as_dir in $PATH
 19274 +do
 19275 +  IFS=$as_save_IFS
 19276 +  test -z "$as_dir" && as_dir=.
 19277 +  for ac_exec_ext in '' $ac_executable_extensions; do
 19278 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 19279 +    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 19280 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 19281 +    break 2
 19282 +  fi
 19283 +done
 19284 +done
 19285 +IFS=$as_save_IFS
 19286 +
 19287 +fi
 19288 +fi
 19289 +RANLIB=$ac_cv_prog_RANLIB
 19290 +if test -n "$RANLIB"; then
 19291 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 19292 +echo "${ECHO_T}$RANLIB" >&6; }
 19293 +else
 19294 +  { echo "$as_me:$LINENO: result: no" >&5
 19295 +echo "${ECHO_T}no" >&6; }
 19296 +fi
 19297 +
 19298 +
 19299 +fi
 19300 +if test -z "$ac_cv_prog_RANLIB"; then
 19301 +  ac_ct_RANLIB=$RANLIB
 19302 +  # Extract the first word of "ranlib", so it can be a program name with args.
 19303 +set dummy ranlib; ac_word=$2
 19304 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 19305 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 19306 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 19307 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 19308 +else
 19309 +  if test -n "$ac_ct_RANLIB"; then
 19310 +  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
 19311 +else
 19312 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 19313 +for as_dir in $PATH
 19314 +do
 19315 +  IFS=$as_save_IFS
 19316 +  test -z "$as_dir" && as_dir=.
 19317 +  for ac_exec_ext in '' $ac_executable_extensions; do
 19318 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 19319 +    ac_cv_prog_ac_ct_RANLIB="ranlib"
 19320 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 19321 +    break 2
 19322 +  fi
 19323 +done
 19324 +done
 19325 +IFS=$as_save_IFS
 19326 +
 19327 +fi
 19328 +fi
 19329 +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 19330 +if test -n "$ac_ct_RANLIB"; then
 19331 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 19332 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 19333 +else
 19334 +  { echo "$as_me:$LINENO: result: no" >&5
 19335 +echo "${ECHO_T}no" >&6; }
 19336 +fi
 19337 +
 19338 +  if test "x$ac_ct_RANLIB" = x; then
 19339 +    RANLIB=":"
 19340 +  else
 19341 +    case $cross_compiling:$ac_tool_warned in
 19342 +yes:)
 19343 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 19344 +whose name does not start with the host triplet.  If you think this
 19345 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 19346 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 19347 +whose name does not start with the host triplet.  If you think this
 19348 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 19349 +ac_tool_warned=yes ;;
 19350 +esac
 19351 +    RANLIB=$ac_ct_RANLIB
 19352 +  fi
 19353 +else
 19354 +  RANLIB="$ac_cv_prog_RANLIB"
 19355 +fi
 19356 +
 19357 +
 19358 +# Find a good install program.  We prefer a C program (faster),
 19359 +# so one script is as good as another.  But avoid the broken or
 19360 +# incompatible versions:
 19361 +# SysV /etc/install, /usr/sbin/install
 19362 +# SunOS /usr/etc/install
 19363 +# IRIX /sbin/install
 19364 +# AIX /bin/install
 19365 +# AmigaOS /C/install, which installs bootblocks on floppy discs
 19366 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 19367 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
 19368 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 19369 +# OS/2's system install, which has a completely different semantic
 19370 +# ./install, which can be erroneously created by make from ./install.sh.
 19371 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 19372 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 19373 +if test -z "$INSTALL"; then
 19374 +if test "${ac_cv_path_install+set}" = set; then
 19375 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 19376 +else
 19377 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 19378 +for as_dir in $PATH
 19379 +do
 19380 +  IFS=$as_save_IFS
 19381 +  test -z "$as_dir" && as_dir=.
 19382 +  # Account for people who put trailing slashes in PATH elements.
 19383 +case $as_dir/ in
 19384 +  ./ | .// | /cC/* | \
 19385 +  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 19386 +  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
 19387 +  /usr/ucb/* ) ;;
 19388 +  *)
 19389 +    # OSF1 and SCO ODT 3.0 have their own names for install.
 19390 +    # Don't use installbsd from OSF since it installs stuff as root
 19391 +    # by default.
 19392 +    for ac_prog in ginstall scoinst install; do
 19393 +      for ac_exec_ext in '' $ac_executable_extensions; do
 19394 +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 19395 +	  if test $ac_prog = install &&
 19396 +	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 19397 +	    # AIX install.  It has an incompatible calling convention.
 19398 +	    :
 19399 +	  elif test $ac_prog = install &&
 19400 +	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 19401 +	    # program-specific install script used by HP pwplus--don't use.
 19402 +	    :
 19403 +	  else
 19404 +	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 19405 +	    break 3
 19406 +	  fi
 19407 +	fi
 19408 +      done
 19409 +    done
 19410 +    ;;
 19411 +esac
 19412 +done
 19413 +IFS=$as_save_IFS
 19414 +
 19415 +
 19416 +fi
 19417 +  if test "${ac_cv_path_install+set}" = set; then
 19418 +    INSTALL=$ac_cv_path_install
 19419 +  else
 19420 +    # As a last resort, use the slow shell script.  Don't cache a
 19421 +    # value for INSTALL within a source directory, because that will
 19422 +    # break other packages using the cache if that directory is
 19423 +    # removed, or if the value is a relative name.
 19424 +    INSTALL=$ac_install_sh
 19425 +  fi
 19426 +fi
 19427 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 19428 +echo "${ECHO_T}$INSTALL" >&6; }
 19429 +
 19430 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 19431 +# It thinks the first close brace ends the variable substitution.
 19432 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 19433 +
 19434 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 19435 +
 19436 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 19437 +
 19438 +
 19439 +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 19440 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 19441 +    # Check whether --enable-maintainer-mode was given.
 19442 +if test "${enable_maintainer_mode+set}" = set; then
 19443 +  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 19444 +else
 19445 +  USE_MAINTAINER_MODE=no
 19446 +fi
 19447 +
 19448 +  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 19449 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 19450 +
 19451 +
 19452 +if test $USE_MAINTAINER_MODE = yes; then
 19453 +  MAINTAINER_MODE_TRUE=
 19454 +  MAINTAINER_MODE_FALSE='#'
 19455 +else
 19456 +  MAINTAINER_MODE_TRUE='#'
 19457 +  MAINTAINER_MODE_FALSE=
 19458 +fi
 19459 +  MAINT=$MAINTAINER_MODE_TRUE
 19460 +
 19461 +
 19462 +
 19463 +# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
 19464 +# at least currently, we never actually build a program, so we never
 19465 +# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
 19466 +# fails, because we are probably configuring with a cross compiler
 19467 +# which can't create executables.  So we include AC_EXEEXT to keep
 19468 +# automake happy, but we don't execute it, since we don't care about
 19469 +# the result.
 19470 +#if false; then
 19471 +#
 19472 +#fi
 19473 +
 19474 +. ${newlib_basedir}/configure.host
 19475 +
 19476 +newlib_cflags="${newlib_cflags} -fno-builtin"
 19477 +
 19478 +NEWLIB_CFLAGS=${newlib_cflags}
 19479 +
 19480 +
 19481 +LDFLAGS=${ldflags}
 19482 +
 19483 +
 19484 +
 19485 +
 19486 +if test x${newlib_elix_level} = x0; then
 19487 +  ELIX_LEVEL_0_TRUE=
 19488 +  ELIX_LEVEL_0_FALSE='#'
 19489 +else
 19490 +  ELIX_LEVEL_0_TRUE='#'
 19491 +  ELIX_LEVEL_0_FALSE=
 19492 +fi
 19493 +
 19494 +
 19495 +if test x${newlib_elix_level} = x1; then
 19496 +  ELIX_LEVEL_1_TRUE=
 19497 +  ELIX_LEVEL_1_FALSE='#'
 19498 +else
 19499 +  ELIX_LEVEL_1_TRUE='#'
 19500 +  ELIX_LEVEL_1_FALSE=
 19501 +fi
 19502 +
 19503 +
 19504 +if test x${newlib_elix_level} = x2; then
 19505 +  ELIX_LEVEL_2_TRUE=
 19506 +  ELIX_LEVEL_2_FALSE='#'
 19507 +else
 19508 +  ELIX_LEVEL_2_TRUE='#'
 19509 +  ELIX_LEVEL_2_FALSE=
 19510 +fi
 19511 +
 19512 +
 19513 +if test x${newlib_elix_level} = x3; then
 19514 +  ELIX_LEVEL_3_TRUE=
 19515 +  ELIX_LEVEL_3_FALSE='#'
 19516 +else
 19517 +  ELIX_LEVEL_3_TRUE='#'
 19518 +  ELIX_LEVEL_3_FALSE=
 19519 +fi
 19520 +
 19521 +
 19522 +if test x${newlib_elix_level} = x4; then
 19523 +  ELIX_LEVEL_4_TRUE=
 19524 +  ELIX_LEVEL_4_FALSE='#'
 19525 +else
 19526 +  ELIX_LEVEL_4_TRUE='#'
 19527 +  ELIX_LEVEL_4_FALSE=
 19528 +fi
 19529 +
 19530 +
 19531 +
 19532 +if test x${use_libtool} = xyes; then
 19533 +  USE_LIBTOOL_TRUE=
 19534 +  USE_LIBTOOL_FALSE='#'
 19535 +else
 19536 +  USE_LIBTOOL_TRUE='#'
 19537 +  USE_LIBTOOL_FALSE=
 19538 +fi
 19539 +
 19540 +# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
 19541 +# use oext, which is set in configure.host based on the target platform.
 19542 +OBJEXT=${oext}
 19543 +
 19544 +
 19545 +
 19546 +
 19547 +
 19548 +
 19549 +
 19550 +
 19551 +
 19552 +
 19553 +ac_config_files="$ac_config_files Makefile"
 19554 +
 19555 +cat >confcache <<\_ACEOF
 19556 +# This file is a shell script that caches the results of configure
 19557 +# tests run on this system so they can be shared between configure
 19558 +# scripts and configure runs, see configure's option --config-cache.
 19559 +# It is not useful on other systems.  If it contains results you don't
 19560 +# want to keep, you may remove or edit it.
 19561 +#
 19562 +# config.status only pays attention to the cache file if you give it
 19563 +# the --recheck option to rerun configure.
 19564 +#
 19565 +# `ac_cv_env_foo' variables (set or unset) will be overridden when
 19566 +# loading this file, other *unset* `ac_cv_foo' will be assigned the
 19567 +# following values.
 19568 +
 19569 +_ACEOF
 19570 +
 19571 +# The following way of writing the cache mishandles newlines in values,
 19572 +# but we know of no workaround that is simple, portable, and efficient.
 19573 +# So, we kill variables containing newlines.
 19574 +# Ultrix sh set writes to stderr and can't be redirected directly,
 19575 +# and sets the high bit in the cache file unless we assign to the vars.
 19576 +(
 19577 +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 19578 +    eval ac_val=\$$ac_var
 19579 +    case $ac_val in #(
 19580 +    *${as_nl}*)
 19581 +      case $ac_var in #(
 19582 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 19583 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 19584 +      esac
 19585 +      case $ac_var in #(
 19586 +      _ | IFS | as_nl) ;; #(
 19587 +      *) $as_unset $ac_var ;;
 19588 +      esac ;;
 19589 +    esac
 19590 +  done
 19591 +
 19592 +  (set) 2>&1 |
 19593 +    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 19594 +    *${as_nl}ac_space=\ *)
 19595 +      # `set' does not quote correctly, so add quotes (double-quote
 19596 +      # substitution turns \\\\ into \\, and sed turns \\ into \).
 19597 +      sed -n \
 19598 +	"s/'/'\\\\''/g;
 19599 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 19600 +      ;; #(
 19601 +    *)
 19602 +      # `set' quotes correctly as required by POSIX, so do not add quotes.
 19603 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 19604 +      ;;
 19605 +    esac |
 19606 +    sort
 19607 +) |
 19608 +  sed '
 19609 +     /^ac_cv_env_/b end
 19610 +     t clear
 19611 +     :clear
 19612 +     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 19613 +     t end
 19614 +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 19615 +     :end' >>confcache
 19616 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 19617 +  if test -w "$cache_file"; then
 19618 +    test "x$cache_file" != "x/dev/null" &&
 19619 +      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 19620 +echo "$as_me: updating cache $cache_file" >&6;}
 19621 +    cat confcache >$cache_file
 19622 +  else
 19623 +    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 19624 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 19625 +  fi
 19626 +fi
 19627 +rm -f confcache
 19628 +
 19629 +test "x$prefix" = xNONE && prefix=$ac_default_prefix
 19630 +# Let make expand exec_prefix.
 19631 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 19632 +
 19633 +# Transform confdefs.h into DEFS.
 19634 +# Protect against shell expansion while executing Makefile rules.
 19635 +# Protect against Makefile macro expansion.
 19636 +#
 19637 +# If the first sed substitution is executed (which looks for macros that
 19638 +# take arguments), then branch to the quote section.  Otherwise,
 19639 +# look for a macro that doesn't take arguments.
 19640 +ac_script='
 19641 +t clear
 19642 +:clear
 19643 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
 19644 +t quote
 19645 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
 19646 +t quote
 19647 +b any
 19648 +:quote
 19649 +s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
 19650 +s/\[/\\&/g
 19651 +s/\]/\\&/g
 19652 +s/\$/$$/g
 19653 +H
 19654 +:any
 19655 +${
 19656 +	g
 19657 +	s/^\n//
 19658 +	s/\n/ /g
 19659 +	p
 19660 +}
 19661 +'
 19662 +DEFS=`sed -n "$ac_script" confdefs.h`
 19663 +
 19664 +
 19665 +ac_libobjs=
 19666 +ac_ltlibobjs=
 19667 +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 19668 +  # 1. Remove the extension, and $U if already installed.
 19669 +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 19670 +  ac_i=`echo "$ac_i" | sed "$ac_script"`
 19671 +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 19672 +  #    will be set to the directory where LIBOBJS objects are built.
 19673 +  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 19674 +  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 19675 +done
 19676 +LIBOBJS=$ac_libobjs
 19677 +
 19678 +LTLIBOBJS=$ac_ltlibobjs
 19679 +
 19680 +
 19681 +
 19682 +: ${CONFIG_STATUS=./config.status}
 19683 +ac_clean_files_save=$ac_clean_files
 19684 +ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 19685 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 19686 +echo "$as_me: creating $CONFIG_STATUS" >&6;}
 19687 +cat >$CONFIG_STATUS <<_ACEOF
 19688 +#! $SHELL
 19689 +# Generated by $as_me.
 19690 +# Run this file to recreate the current configuration.
 19691 +# Compiler output produced by configure, useful for debugging
 19692 +# configure, is in config.log if it exists.
 19693 +
 19694 +debug=false
 19695 +ac_cs_recheck=false
 19696 +ac_cs_silent=false
 19697 +SHELL=\${CONFIG_SHELL-$SHELL}
 19698 +_ACEOF
 19699 +
 19700 +cat >>$CONFIG_STATUS <<\_ACEOF
 19701 +## --------------------- ##
 19702 +## M4sh Initialization.  ##
 19703 +## --------------------- ##
 19704 +
 19705 +# Be more Bourne compatible
 19706 +DUALCASE=1; export DUALCASE # for MKS sh
 19707 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 19708 +  emulate sh
 19709 +  NULLCMD=:
 19710 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 19711 +  # is contrary to our usage.  Disable this feature.
 19712 +  alias -g '${1+"$@"}'='"$@"'
 19713 +  setopt NO_GLOB_SUBST
 19714 +else
 19715 +  case `(set -o) 2>/dev/null` in
 19716 +  *posix*) set -o posix ;;
 19717 +esac
 19718 +
 19719 +fi
 19720 +
 19721 +
 19722 +
 19723 +
 19724 +# PATH needs CR
 19725 +# Avoid depending upon Character Ranges.
 19726 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 19727 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 19728 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 19729 +as_cr_digits='0123456789'
 19730 +as_cr_alnum=$as_cr_Letters$as_cr_digits
 19731 +
 19732 +# The user is always right.
 19733 +if test "${PATH_SEPARATOR+set}" != set; then
 19734 +  echo "#! /bin/sh" >conf$$.sh
 19735 +  echo  "exit 0"   >>conf$$.sh
 19736 +  chmod +x conf$$.sh
 19737 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 19738 +    PATH_SEPARATOR=';'
 19739 +  else
 19740 +    PATH_SEPARATOR=:
 19741 +  fi
 19742 +  rm -f conf$$.sh
 19743 +fi
 19744 +
 19745 +# Support unset when possible.
 19746 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 19747 +  as_unset=unset
 19748 +else
 19749 +  as_unset=false
 19750 +fi
 19751 +
 19752 +
 19753 +# IFS
 19754 +# We need space, tab and new line, in precisely that order.  Quoting is
 19755 +# there to prevent editors from complaining about space-tab.
 19756 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 19757 +# splitting by setting IFS to empty value.)
 19758 +as_nl='
 19759 +'
 19760 +IFS=" ""	$as_nl"
 19761 +
 19762 +# Find who we are.  Look in the path if we contain no directory separator.
 19763 +case $0 in
 19764 +  *[\\/]* ) as_myself=$0 ;;
 19765 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 19766 +for as_dir in $PATH
 19767 +do
 19768 +  IFS=$as_save_IFS
 19769 +  test -z "$as_dir" && as_dir=.
 19770 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 19771 +done
 19772 +IFS=$as_save_IFS
 19773 +
 19774 +     ;;
 19775 +esac
 19776 +# We did not find ourselves, most probably we were run as `sh COMMAND'
 19777 +# in which case we are not to be found in the path.
 19778 +if test "x$as_myself" = x; then
 19779 +  as_myself=$0
 19780 +fi
 19781 +if test ! -f "$as_myself"; then
 19782 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 19783 +  { (exit 1); exit 1; }
 19784 +fi
 19785 +
 19786 +# Work around bugs in pre-3.0 UWIN ksh.
 19787 +for as_var in ENV MAIL MAILPATH
 19788 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 19789 +done
 19790 +PS1='$ '
 19791 +PS2='> '
 19792 +PS4='+ '
 19793 +
 19794 +# NLS nuisances.
 19795 +for as_var in \
 19796 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 19797 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 19798 +  LC_TELEPHONE LC_TIME
 19799 +do
 19800 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 19801 +    eval $as_var=C; export $as_var
 19802 +  else
 19803 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 19804 +  fi
 19805 +done
 19806 +
 19807 +# Required to use basename.
 19808 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 19809 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 19810 +  as_expr=expr
 19811 +else
 19812 +  as_expr=false
 19813 +fi
 19814 +
 19815 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 19816 +  as_basename=basename
 19817 +else
 19818 +  as_basename=false
 19819 +fi
 19820 +
 19821 +
 19822 +# Name of the executable.
 19823 +as_me=`$as_basename -- "$0" ||
 19824 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 19825 +	 X"$0" : 'X\(//\)$' \| \
 19826 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 19827 +echo X/"$0" |
 19828 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
 19829 +	    s//\1/
 19830 +	    q
 19831 +	  }
 19832 +	  /^X\/\(\/\/\)$/{
 19833 +	    s//\1/
 19834 +	    q
 19835 +	  }
 19836 +	  /^X\/\(\/\).*/{
 19837 +	    s//\1/
 19838 +	    q
 19839 +	  }
 19840 +	  s/.*/./; q'`
 19841 +
 19842 +# CDPATH.
 19843 +$as_unset CDPATH
 19844 +
 19845 +
 19846 +
 19847 +  as_lineno_1=$LINENO
 19848 +  as_lineno_2=$LINENO
 19849 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
 19850 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 19851 +
 19852 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 19853 +  # uniformly replaced by the line number.  The first 'sed' inserts a
 19854 +  # line-number line after each line using $LINENO; the second 'sed'
 19855 +  # does the real work.  The second script uses 'N' to pair each
 19856 +  # line-number line with the line containing $LINENO, and appends
 19857 +  # trailing '-' during substitution so that $LINENO is not a special
 19858 +  # case at line end.
 19859 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 19860 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 19861 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
 19862 +  sed -n '
 19863 +    p
 19864 +    /[$]LINENO/=
 19865 +  ' <$as_myself |
 19866 +    sed '
 19867 +      s/[$]LINENO.*/&-/
 19868 +      t lineno
 19869 +      b
 19870 +      :lineno
 19871 +      N
 19872 +      :loop
 19873 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 19874 +      t loop
 19875 +      s/-\n.*//
 19876 +    ' >$as_me.lineno &&
 19877 +  chmod +x "$as_me.lineno" ||
 19878 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 19879 +   { (exit 1); exit 1; }; }
 19880 +
 19881 +  # Don't try to exec as it changes $[0], causing all sort of problems
 19882 +  # (the dirname of $[0] is not the place where we might find the
 19883 +  # original and so on.  Autoconf is especially sensitive to this).
 19884 +  . "./$as_me.lineno"
 19885 +  # Exit status is that of the last command.
 19886 +  exit
 19887 +}
 19888 +
 19889 +
 19890 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 19891 +  as_dirname=dirname
 19892 +else
 19893 +  as_dirname=false
 19894 +fi
 19895 +
 19896 +ECHO_C= ECHO_N= ECHO_T=
 19897 +case `echo -n x` in
 19898 +-n*)
 19899 +  case `echo 'x\c'` in
 19900 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 19901 +  *)   ECHO_C='\c';;
 19902 +  esac;;
 19903 +*)
 19904 +  ECHO_N='-n';;
 19905 +esac
 19906 +
 19907 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 19908 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 19909 +  as_expr=expr
 19910 +else
 19911 +  as_expr=false
 19912 +fi
 19913 +
 19914 +rm -f conf$$ conf$$.exe conf$$.file
 19915 +if test -d conf$$.dir; then
 19916 +  rm -f conf$$.dir/conf$$.file
 19917 +else
 19918 +  rm -f conf$$.dir
 19919 +  mkdir conf$$.dir
 19920 +fi
 19921 +echo >conf$$.file
 19922 +if ln -s conf$$.file conf$$ 2>/dev/null; then
 19923 +  as_ln_s='ln -s'
 19924 +  # ... but there are two gotchas:
 19925 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 19926 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 19927 +  # In both cases, we have to default to `cp -p'.
 19928 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 19929 +    as_ln_s='cp -p'
 19930 +elif ln conf$$.file conf$$ 2>/dev/null; then
 19931 +  as_ln_s=ln
 19932 +else
 19933 +  as_ln_s='cp -p'
 19934 +fi
 19935 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 19936 +rmdir conf$$.dir 2>/dev/null
 19937 +
 19938 +if mkdir -p . 2>/dev/null; then
 19939 +  as_mkdir_p=:
 19940 +else
 19941 +  test -d ./-p && rmdir ./-p
 19942 +  as_mkdir_p=false
 19943 +fi
 19944 +
 19945 +if test -x / >/dev/null 2>&1; then
 19946 +  as_test_x='test -x'
 19947 +else
 19948 +  if ls -dL / >/dev/null 2>&1; then
 19949 +    as_ls_L_option=L
 19950 +  else
 19951 +    as_ls_L_option=
 19952 +  fi
 19953 +  as_test_x='
 19954 +    eval sh -c '\''
 19955 +      if test -d "$1"; then
 19956 +        test -d "$1/.";
 19957 +      else
 19958 +	case $1 in
 19959 +        -*)set "./$1";;
 19960 +	esac;
 19961 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 19962 +	???[sx]*):;;*)false;;esac;fi
 19963 +    '\'' sh
 19964 +  '
 19965 +fi
 19966 +as_executable_p=$as_test_x
 19967 +
 19968 +# Sed expression to map a string onto a valid CPP name.
 19969 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 19970 +
 19971 +# Sed expression to map a string onto a valid variable name.
 19972 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 19973 +
 19974 +
 19975 +exec 6>&1
 19976 +
 19977 +# Save the log message, to keep $[0] and so on meaningful, and to
 19978 +# report actual input values of CONFIG_FILES etc. instead of their
 19979 +# values after options handling.
 19980 +ac_log="
 19981 +This file was extended by newlib $as_me NEWLIB_VERSION, which was
 19982 +generated by GNU Autoconf 2.61.  Invocation command line was
 19983 +
 19984 +  CONFIG_FILES    = $CONFIG_FILES
 19985 +  CONFIG_HEADERS  = $CONFIG_HEADERS
 19986 +  CONFIG_LINKS    = $CONFIG_LINKS
 19987 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
 19988 +  $ $0 $@
 19989 +
 19990 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
 19991 +"
 19992 +
 19993 +_ACEOF
 19994 +
 19995 +cat >>$CONFIG_STATUS <<_ACEOF
 19996 +# Files that config.status was made for.
 19997 +config_files="$ac_config_files"
 19998 +
 19999 +_ACEOF
 20000 +
 20001 +cat >>$CONFIG_STATUS <<\_ACEOF
 20002 +ac_cs_usage="\
 20003 +\`$as_me' instantiates files from templates according to the
 20004 +current configuration.
 20005 +
 20006 +Usage: $0 [OPTIONS] [FILE]...
 20007 +
 20008 +  -h, --help       print this help, then exit
 20009 +  -V, --version    print version number and configuration settings, then exit
 20010 +  -q, --quiet      do not print progress messages
 20011 +  -d, --debug      don't remove temporary files
 20012 +      --recheck    update $as_me by reconfiguring in the same conditions
 20013 +  --file=FILE[:TEMPLATE]
 20014 +		   instantiate the configuration file FILE
 20015 +
 20016 +Configuration files:
 20017 +$config_files
 20018 +
 20019 +Report bugs to <bug-autoconf@gnu.org>."
 20020 +
 20021 +_ACEOF
 20022 +cat >>$CONFIG_STATUS <<_ACEOF
 20023 +ac_cs_version="\\
 20024 +newlib config.status NEWLIB_VERSION
 20025 +configured by $0, generated by GNU Autoconf 2.61,
 20026 +  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 20027 +
 20028 +Copyright (C) 2006 Free Software Foundation, Inc.
 20029 +This config.status script is free software; the Free Software Foundation
 20030 +gives unlimited permission to copy, distribute and modify it."
 20031 +
 20032 +ac_pwd='$ac_pwd'
 20033 +srcdir='$srcdir'
 20034 +INSTALL='$INSTALL'
 20035 +_ACEOF
 20036 +
 20037 +cat >>$CONFIG_STATUS <<\_ACEOF
 20038 +# If no file are specified by the user, then we need to provide default
 20039 +# value.  By we need to know if files were specified by the user.
 20040 +ac_need_defaults=:
 20041 +while test $# != 0
 20042 +do
 20043 +  case $1 in
 20044 +  --*=*)
 20045 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 20046 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 20047 +    ac_shift=:
 20048 +    ;;
 20049 +  *)
 20050 +    ac_option=$1
 20051 +    ac_optarg=$2
 20052 +    ac_shift=shift
 20053 +    ;;
 20054 +  esac
 20055 +
 20056 +  case $ac_option in
 20057 +  # Handling of the options.
 20058 +  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 20059 +    ac_cs_recheck=: ;;
 20060 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 20061 +    echo "$ac_cs_version"; exit ;;
 20062 +  --debug | --debu | --deb | --de | --d | -d )
 20063 +    debug=: ;;
 20064 +  --file | --fil | --fi | --f )
 20065 +    $ac_shift
 20066 +    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 20067 +    ac_need_defaults=false;;
 20068 +  --he | --h |  --help | --hel | -h )
 20069 +    echo "$ac_cs_usage"; exit ;;
 20070 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 20071 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 20072 +    ac_cs_silent=: ;;
 20073 +
 20074 +  # This is an error.
 20075 +  -*) { echo "$as_me: error: unrecognized option: $1
 20076 +Try \`$0 --help' for more information." >&2
 20077 +   { (exit 1); exit 1; }; } ;;
 20078 +
 20079 +  *) ac_config_targets="$ac_config_targets $1"
 20080 +     ac_need_defaults=false ;;
 20081 +
 20082 +  esac
 20083 +  shift
 20084 +done
 20085 +
 20086 +ac_configure_extra_args=
 20087 +
 20088 +if $ac_cs_silent; then
 20089 +  exec 6>/dev/null
 20090 +  ac_configure_extra_args="$ac_configure_extra_args --silent"
 20091 +fi
 20092 +
 20093 +_ACEOF
 20094 +cat >>$CONFIG_STATUS <<_ACEOF
 20095 +if \$ac_cs_recheck; then
 20096 +  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 20097 +  CONFIG_SHELL=$SHELL
 20098 +  export CONFIG_SHELL
 20099 +  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 20100 +fi
 20101 +
 20102 +_ACEOF
 20103 +cat >>$CONFIG_STATUS <<\_ACEOF
 20104 +exec 5>>config.log
 20105 +{
 20106 +  echo
 20107 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 20108 +## Running $as_me. ##
 20109 +_ASBOX
 20110 +  echo "$ac_log"
 20111 +} >&5
 20112 +
 20113 +_ACEOF
 20114 +cat >>$CONFIG_STATUS <<_ACEOF
 20115 +_ACEOF
 20116 +
 20117 +cat >>$CONFIG_STATUS <<\_ACEOF
 20118 +
 20119 +# Handling of arguments.
 20120 +for ac_config_target in $ac_config_targets
 20121 +do
 20122 +  case $ac_config_target in
 20123 +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 20124 +
 20125 +  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 20126 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 20127 +   { (exit 1); exit 1; }; };;
 20128 +  esac
 20129 +done
 20130 +
 20131 +
 20132 +# If the user did not use the arguments to specify the items to instantiate,
 20133 +# then the envvar interface is used.  Set only those that are not.
 20134 +# We use the long form for the default assignment because of an extremely
 20135 +# bizarre bug on SunOS 4.1.3.
 20136 +if $ac_need_defaults; then
 20137 +  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 20138 +fi
 20139 +
 20140 +# Have a temporary directory for convenience.  Make it in the build tree
 20141 +# simply because there is no reason against having it here, and in addition,
 20142 +# creating and moving files from /tmp can sometimes cause problems.
 20143 +# Hook for its removal unless debugging.
 20144 +# Note that there is a small window in which the directory will not be cleaned:
 20145 +# after its creation but before its name has been assigned to `$tmp'.
 20146 +$debug ||
 20147 +{
 20148 +  tmp=
 20149 +  trap 'exit_status=$?
 20150 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 20151 +' 0
 20152 +  trap '{ (exit 1); exit 1; }' 1 2 13 15
 20153 +}
 20154 +# Create a (secure) tmp directory for tmp files.
 20155 +
 20156 +{
 20157 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 20158 +  test -n "$tmp" && test -d "$tmp"
 20159 +}  ||
 20160 +{
 20161 +  tmp=./conf$$-$RANDOM
 20162 +  (umask 077 && mkdir "$tmp")
 20163 +} ||
 20164 +{
 20165 +   echo "$me: cannot create a temporary directory in ." >&2
 20166 +   { (exit 1); exit 1; }
 20167 +}
 20168 +
 20169 +#
 20170 +# Set up the sed scripts for CONFIG_FILES section.
 20171 +#
 20172 +
 20173 +# No need to generate the scripts if there are no CONFIG_FILES.
 20174 +# This happens for instance when ./config.status config.h
 20175 +if test -n "$CONFIG_FILES"; then
 20176 +
 20177 +_ACEOF
 20178 +
 20179 +
 20180 +
 20181 +ac_delim='%!_!# '
 20182 +for ac_last_try in false false false false false :; do
 20183 +  cat >conf$$subs.sed <<_ACEOF
 20184 +SHELL!$SHELL$ac_delim
 20185 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 20186 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 20187 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 20188 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 20189 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 20190 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 20191 +exec_prefix!$exec_prefix$ac_delim
 20192 +prefix!$prefix$ac_delim
 20193 +program_transform_name!$program_transform_name$ac_delim
 20194 +bindir!$bindir$ac_delim
 20195 +sbindir!$sbindir$ac_delim
 20196 +libexecdir!$libexecdir$ac_delim
 20197 +datarootdir!$datarootdir$ac_delim
 20198 +datadir!$datadir$ac_delim
 20199 +sysconfdir!$sysconfdir$ac_delim
 20200 +sharedstatedir!$sharedstatedir$ac_delim
 20201 +localstatedir!$localstatedir$ac_delim
 20202 +includedir!$includedir$ac_delim
 20203 +oldincludedir!$oldincludedir$ac_delim
 20204 +docdir!$docdir$ac_delim
 20205 +infodir!$infodir$ac_delim
 20206 +htmldir!$htmldir$ac_delim
 20207 +dvidir!$dvidir$ac_delim
 20208 +pdfdir!$pdfdir$ac_delim
 20209 +psdir!$psdir$ac_delim
 20210 +libdir!$libdir$ac_delim
 20211 +localedir!$localedir$ac_delim
 20212 +mandir!$mandir$ac_delim
 20213 +DEFS!$DEFS$ac_delim
 20214 +ECHO_C!$ECHO_C$ac_delim
 20215 +ECHO_N!$ECHO_N$ac_delim
 20216 +ECHO_T!$ECHO_T$ac_delim
 20217 +LIBS!$LIBS$ac_delim
 20218 +build_alias!$build_alias$ac_delim
 20219 +host_alias!$host_alias$ac_delim
 20220 +target_alias!$target_alias$ac_delim
 20221 +MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
 20222 +MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
 20223 +newlib_basedir!$newlib_basedir$ac_delim
 20224 +build!$build$ac_delim
 20225 +build_cpu!$build_cpu$ac_delim
 20226 +build_vendor!$build_vendor$ac_delim
 20227 +build_os!$build_os$ac_delim
 20228 +host!$host$ac_delim
 20229 +host_cpu!$host_cpu$ac_delim
 20230 +host_vendor!$host_vendor$ac_delim
 20231 +host_os!$host_os$ac_delim
 20232 +target!$target$ac_delim
 20233 +target_cpu!$target_cpu$ac_delim
 20234 +target_vendor!$target_vendor$ac_delim
 20235 +target_os!$target_os$ac_delim
 20236 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 20237 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 20238 +INSTALL_DATA!$INSTALL_DATA$ac_delim
 20239 +PACKAGE!$PACKAGE$ac_delim
 20240 +VERSION!$VERSION$ac_delim
 20241 +ACLOCAL!$ACLOCAL$ac_delim
 20242 +AUTOCONF!$AUTOCONF$ac_delim
 20243 +AUTOMAKE!$AUTOMAKE$ac_delim
 20244 +AUTOHEADER!$AUTOHEADER$ac_delim
 20245 +MAKEINFO!$MAKEINFO$ac_delim
 20246 +SET_MAKE!$SET_MAKE$ac_delim
 20247 +CC!$CC$ac_delim
 20248 +AS!$AS$ac_delim
 20249 +AR!$AR$ac_delim
 20250 +RANLIB!$RANLIB$ac_delim
 20251 +MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 20252 +MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 20253 +MAINT!$MAINT$ac_delim
 20254 +NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
 20255 +LDFLAGS!$LDFLAGS$ac_delim
 20256 +ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
 20257 +ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
 20258 +ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
 20259 +ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
 20260 +ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
 20261 +ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
 20262 +ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
 20263 +ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
 20264 +ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
 20265 +ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
 20266 +USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
 20267 +USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
 20268 +OBJEXT!$OBJEXT$ac_delim
 20269 +oext!$oext$ac_delim
 20270 +aext!$aext$ac_delim
 20271 +libm_machine_dir!$libm_machine_dir$ac_delim
 20272 +machine_dir!$machine_dir$ac_delim
 20273 +sys_dir!$sys_dir$ac_delim
 20274 +LIBOBJS!$LIBOBJS$ac_delim
 20275 +LTLIBOBJS!$LTLIBOBJS$ac_delim
 20276 +_ACEOF
 20277 +
 20278 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
 20279 +    break
 20280 +  elif $ac_last_try; then
 20281 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 20282 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 20283 +   { (exit 1); exit 1; }; }
 20284 +  else
 20285 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 20286 +  fi
 20287 +done
 20288 +
 20289 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 20290 +if test -n "$ac_eof"; then
 20291 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 20292 +  ac_eof=`expr $ac_eof + 1`
 20293 +fi
 20294 +
 20295 +cat >>$CONFIG_STATUS <<_ACEOF
 20296 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 20297 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 20298 +_ACEOF
 20299 +sed '
 20300 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 20301 +s/^/s,@/; s/!/@,|#_!!_#|/
 20302 +:n
 20303 +t n
 20304 +s/'"$ac_delim"'$/,g/; t
 20305 +s/$/\\/; p
 20306 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 20307 +' >>$CONFIG_STATUS <conf$$subs.sed
 20308 +rm -f conf$$subs.sed
 20309 +cat >>$CONFIG_STATUS <<_ACEOF
 20310 +:end
 20311 +s/|#_!!_#|//g
 20312 +CEOF$ac_eof
 20313 +_ACEOF
 20314 +
 20315 +
 20316 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
 20317 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 20318 +# trailing colons and then remove the whole line if VPATH becomes empty
 20319 +# (actually we leave an empty line to preserve line numbers).
 20320 +if test "x$srcdir" = x.; then
 20321 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 20322 +s/:*\$(srcdir):*/:/
 20323 +s/:*\${srcdir}:*/:/
 20324 +s/:*@srcdir@:*/:/
 20325 +s/^\([^=]*=[	 ]*\):*/\1/
 20326 +s/:*$//
 20327 +s/^[^=]*=[	 ]*$//
 20328 +}'
 20329 +fi
 20330 +
 20331 +cat >>$CONFIG_STATUS <<\_ACEOF
 20332 +fi # test -n "$CONFIG_FILES"
 20333 +
 20334 +
 20335 +for ac_tag in  :F $CONFIG_FILES
 20336 +do
 20337 +  case $ac_tag in
 20338 +  :[FHLC]) ac_mode=$ac_tag; continue;;
 20339 +  esac
 20340 +  case $ac_mode$ac_tag in
 20341 +  :[FHL]*:*);;
 20342 +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 20343 +echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 20344 +   { (exit 1); exit 1; }; };;
 20345 +  :[FH]-) ac_tag=-:-;;
 20346 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 20347 +  esac
 20348 +  ac_save_IFS=$IFS
 20349 +  IFS=:
 20350 +  set x $ac_tag
 20351 +  IFS=$ac_save_IFS
 20352 +  shift
 20353 +  ac_file=$1
 20354 +  shift
 20355 +
 20356 +  case $ac_mode in
 20357 +  :L) ac_source=$1;;
 20358 +  :[FH])
 20359 +    ac_file_inputs=
 20360 +    for ac_f
 20361 +    do
 20362 +      case $ac_f in
 20363 +      -) ac_f="$tmp/stdin";;
 20364 +      *) # Look for the file first in the build tree, then in the source tree
 20365 +	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 20366 +	 # because $ac_f cannot contain `:'.
 20367 +	 test -f "$ac_f" ||
 20368 +	   case $ac_f in
 20369 +	   [\\/$]*) false;;
 20370 +	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 20371 +	   esac ||
 20372 +	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 20373 +echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 20374 +   { (exit 1); exit 1; }; };;
 20375 +      esac
 20376 +      ac_file_inputs="$ac_file_inputs $ac_f"
 20377 +    done
 20378 +
 20379 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
 20380 +    # use $as_me), people would be surprised to read:
 20381 +    #    /* config.h.  Generated by config.status.  */
 20382 +    configure_input="Generated from "`IFS=:
 20383 +	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 20384 +    if test x"$ac_file" != x-; then
 20385 +      configure_input="$ac_file.  $configure_input"
 20386 +      { echo "$as_me:$LINENO: creating $ac_file" >&5
 20387 +echo "$as_me: creating $ac_file" >&6;}
 20388 +    fi
 20389 +
 20390 +    case $ac_tag in
 20391 +    *:-:* | *:-) cat >"$tmp/stdin";;
 20392 +    esac
 20393 +    ;;
 20394 +  esac
 20395 +
 20396 +  ac_dir=`$as_dirname -- "$ac_file" ||
 20397 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 20398 +	 X"$ac_file" : 'X\(//\)[^/]' \| \
 20399 +	 X"$ac_file" : 'X\(//\)$' \| \
 20400 +	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 20401 +echo X"$ac_file" |
 20402 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 20403 +	    s//\1/
 20404 +	    q
 20405 +	  }
 20406 +	  /^X\(\/\/\)[^/].*/{
 20407 +	    s//\1/
 20408 +	    q
 20409 +	  }
 20410 +	  /^X\(\/\/\)$/{
 20411 +	    s//\1/
 20412 +	    q
 20413 +	  }
 20414 +	  /^X\(\/\).*/{
 20415 +	    s//\1/
 20416 +	    q
 20417 +	  }
 20418 +	  s/.*/./; q'`
 20419 +  { as_dir="$ac_dir"
 20420 +  case $as_dir in #(
 20421 +  -*) as_dir=./$as_dir;;
 20422 +  esac
 20423 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 20424 +    as_dirs=
 20425 +    while :; do
 20426 +      case $as_dir in #(
 20427 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 20428 +      *) as_qdir=$as_dir;;
 20429 +      esac
 20430 +      as_dirs="'$as_qdir' $as_dirs"
 20431 +      as_dir=`$as_dirname -- "$as_dir" ||
 20432 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 20433 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
 20434 +	 X"$as_dir" : 'X\(//\)$' \| \
 20435 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 20436 +echo X"$as_dir" |
 20437 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 20438 +	    s//\1/
 20439 +	    q
 20440 +	  }
 20441 +	  /^X\(\/\/\)[^/].*/{
 20442 +	    s//\1/
 20443 +	    q
 20444 +	  }
 20445 +	  /^X\(\/\/\)$/{
 20446 +	    s//\1/
 20447 +	    q
 20448 +	  }
 20449 +	  /^X\(\/\).*/{
 20450 +	    s//\1/
 20451 +	    q
 20452 +	  }
 20453 +	  s/.*/./; q'`
 20454 +      test -d "$as_dir" && break
 20455 +    done
 20456 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
 20457 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 20458 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
 20459 +   { (exit 1); exit 1; }; }; }
 20460 +  ac_builddir=.
 20461 +
 20462 +case "$ac_dir" in
 20463 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 20464 +*)
 20465 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 20466 +  # A ".." for each directory in $ac_dir_suffix.
 20467 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 20468 +  case $ac_top_builddir_sub in
 20469 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 20470 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 20471 +  esac ;;
 20472 +esac
 20473 +ac_abs_top_builddir=$ac_pwd
 20474 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
 20475 +# for backward compatibility:
 20476 +ac_top_builddir=$ac_top_build_prefix
 20477 +
 20478 +case $srcdir in
 20479 +  .)  # We are building in place.
 20480 +    ac_srcdir=.
 20481 +    ac_top_srcdir=$ac_top_builddir_sub
 20482 +    ac_abs_top_srcdir=$ac_pwd ;;
 20483 +  [\\/]* | ?:[\\/]* )  # Absolute name.
 20484 +    ac_srcdir=$srcdir$ac_dir_suffix;
 20485 +    ac_top_srcdir=$srcdir
 20486 +    ac_abs_top_srcdir=$srcdir ;;
 20487 +  *) # Relative name.
 20488 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 20489 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
 20490 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 20491 +esac
 20492 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 20493 +
 20494 +
 20495 +  case $ac_mode in
 20496 +  :F)
 20497 +  #
 20498 +  # CONFIG_FILE
 20499 +  #
 20500 +
 20501 +  case $INSTALL in
 20502 +  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 20503 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 20504 +  esac
 20505 +_ACEOF
 20506 +
 20507 +cat >>$CONFIG_STATUS <<\_ACEOF
 20508 +# If the template does not know about datarootdir, expand it.
 20509 +# FIXME: This hack should be removed a few years after 2.60.
 20510 +ac_datarootdir_hack=; ac_datarootdir_seen=
 20511 +
 20512 +case `sed -n '/datarootdir/ {
 20513 +  p
 20514 +  q
 20515 +}
 20516 +/@datadir@/p
 20517 +/@docdir@/p
 20518 +/@infodir@/p
 20519 +/@localedir@/p
 20520 +/@mandir@/p
 20521 +' $ac_file_inputs` in
 20522 +*datarootdir*) ac_datarootdir_seen=yes;;
 20523 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 20524 +  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 20525 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 20526 +_ACEOF
 20527 +cat >>$CONFIG_STATUS <<_ACEOF
 20528 +  ac_datarootdir_hack='
 20529 +  s&@datadir@&$datadir&g
 20530 +  s&@docdir@&$docdir&g
 20531 +  s&@infodir@&$infodir&g
 20532 +  s&@localedir@&$localedir&g
 20533 +  s&@mandir@&$mandir&g
 20534 +    s&\\\${datarootdir}&$datarootdir&g' ;;
 20535 +esac
 20536 +_ACEOF
 20537 +
 20538 +# Neutralize VPATH when `$srcdir' = `.'.
 20539 +# Shell code in configure.ac might set extrasub.
 20540 +# FIXME: do we really want to maintain this feature?
 20541 +cat >>$CONFIG_STATUS <<_ACEOF
 20542 +  sed "$ac_vpsub
 20543 +$extrasub
 20544 +_ACEOF
 20545 +cat >>$CONFIG_STATUS <<\_ACEOF
 20546 +:t
 20547 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 20548 +s&@configure_input@&$configure_input&;t t
 20549 +s&@top_builddir@&$ac_top_builddir_sub&;t t
 20550 +s&@srcdir@&$ac_srcdir&;t t
 20551 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
 20552 +s&@top_srcdir@&$ac_top_srcdir&;t t
 20553 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 20554 +s&@builddir@&$ac_builddir&;t t
 20555 +s&@abs_builddir@&$ac_abs_builddir&;t t
 20556 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 20557 +s&@INSTALL@&$ac_INSTALL&;t t
 20558 +$ac_datarootdir_hack
 20559 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
 20560 +
 20561 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 20562 +  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 20563 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 20564 +  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 20565 +which seems to be undefined.  Please make sure it is defined." >&5
 20566 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 20567 +which seems to be undefined.  Please make sure it is defined." >&2;}
 20568 +
 20569 +  rm -f "$tmp/stdin"
 20570 +  case $ac_file in
 20571 +  -) cat "$tmp/out"; rm -f "$tmp/out";;
 20572 +  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 20573 +  esac
 20574 + ;;
 20575 +
 20576 +
 20577 +
 20578 +  esac
 20579 +
 20580 +done # for ac_tag
 20581 +
 20582 +
 20583 +{ (exit 0); exit 0; }
 20584 +_ACEOF
 20585 +chmod +x $CONFIG_STATUS
 20586 +ac_clean_files=$ac_clean_files_save
 20587 +
 20588 +
 20589 +# configure is writing to config.log, and then calls config.status.
 20590 +# config.status does its own redirection, appending to config.log.
 20591 +# Unfortunately, on DOS this fails, as config.log is still kept open
 20592 +# by configure, so config.status won't be able to write to it; its
 20593 +# output is simply discarded.  So we exec the FD to /dev/null,
 20594 +# effectively closing config.log, so it can be properly (re)opened and
 20595 +# appended to by config.status.  When coming back to configure, we
 20596 +# need to make the FD available again.
 20597 +if test "$no_create" != yes; then
 20598 +  ac_cs_success=:
 20599 +  ac_config_status_args=
 20600 +  test "$silent" = yes &&
 20601 +    ac_config_status_args="$ac_config_status_args --quiet"
 20602 +  exec 5>/dev/null
 20603 +  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
 20604 +  exec 5>>config.log
 20605 +  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 20606 +  # would make configure fail if this is the last instruction.
 20607 +  $ac_cs_success || { (exit 1); exit 1; }
 20608 +fi
 20609 +
 20610 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/configure.in newlib-1.17.0-new/newlib/libc/sys/avr32/configure.in
 20611 --- newlib-1.17.0/newlib/libc/sys/avr32/configure.in	1970-01-01 01:00:00.000000000 +0100
 20612 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/configure.in	2009-05-22 09:57:50.000000000 +0200
 20613 @@ -0,0 +1,13 @@
 20614 +dnl This is the newlib/libc/sys/avr32 configure.in file.
 20615 +dnl Process this file with autoconf to produce a configure script.
 20616 +
 20617 +AC_PREREQ(2.59)
 20618 +AC_INIT([newlib],[NEWLIB_VERSION])
 20619 +
 20620 +dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
 20621 +AC_CONFIG_AUX_DIR(../../../..)
 20622 +
 20623 +NEWLIB_CONFIGURE(../../..)
 20624 +
 20625 +AC_CONFIG_FILES([Makefile])
 20626 +AC_OUTPUT
 20627 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/crt0.S newlib-1.17.0-new/newlib/libc/sys/avr32/crt0.S
 20628 --- newlib-1.17.0/newlib/libc/sys/avr32/crt0.S	1970-01-01 01:00:00.000000000 +0100
 20629 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/crt0.S	2009-05-22 09:57:50.000000000 +0200
 20630 @@ -0,0 +1,83 @@
 20631 +
 20632 +	.section	.reset,"ax"
 20633 +	
 20634 +	.global _start
 20635 +	.type	_start,@function
 20636 +_start:
 20637 +	/* Jump to wherever the linker thinks we are... */
 20638 +	lddpc	pc, .Ltext_vaddr
 20639 +
 20640 +	.align	2
 20641 +.Ltext_vaddr:
 20642 +	.word	_stext
 20643 +
 20644 +	.text
 20645 +	.global	_stext
 20646 +_stext:
 20647 +	/* Zero marks the end of the outermost frame.  */
 20648 +	mov	r7, 0
 20649 +
 20650 +	/*  Set up the stack pointer to a fixed value */
 20651 +	lda.w	r10, _estack
 20652 +
 20653 +	/*  If _stack is -1 don't set sp, the stack is then probably
 20654 +	    set by some other means i.e. by a bootloader. */
 20655 +	cp	r10, -1
 20656 +	movne	sp, r10
 20657 +
 20658 +	/* Copy the data segment into RAM if necessary. If data_lma
 20659 +	   is equal to data then VMA==LMA and no copying is necessary.
 20660 +	   The linker script must make sure that the data segment is at
 20661 +	   least dword-aligned.  */
 20662 +	lda.w	r11, _data_lma
 20663 +	lda.w	r12, _data
 20664 +	cp.w	r11, r12
 20665 +	breq	1f
 20666 +	lda.w	r10, _edata
 20667 +2:	ld.d	r8, r11++
 20668 +	st.d	r12++, r8
 20669 +	cp.w	r12, r10
 20670 +	brlt	2b
 20671 +	
 20672 +	/* Zero the memory in the .bss section.  */
 20673 +1:	lda.w	r10, _end
 20674 +	lda.w	r12, _edata
 20675 +
 20676 +	mov	r8, 0
 20677 +	mov	r9, 0
 20678 +2:	st.d	r12++, r8
 20679 +	cp.w	r12, r10
 20680 +	brlt	2b
 20681 +
 20682 +	/* User dependent initialization */
 20683 +	call	_init_startup
 20684 +
 20685 +	/* Register _fini function with atexit 
 20686 +	   The _fini function is responsible for calling destructiors */
 20687 +	lda.w	r12, _fini
 20688 +	call	atexit
 20689 +
 20690 +	/* Call _init in order to initialize constructors etc */
 20691 +	call	_init
 20692 +		
 20693 +	/*Initialize argv, use stack for keeping arguments. 
 20694 +          _init_argv() returns argc in r12 and argv in r11
 20695 +	 and the total size used for the arguments in r10.*/
 20696 +	mov	r12, sp	
 20697 +	/* Signal that we are storing the arguments in a stackwise
 20698 +	   top down approach. */	
 20699 +	mov	r11, 0	
 20700 +	call	_init_argv
 20701 +	/* If initialization if argv is not handled then _init_argv
 20702 +           returns -1 so set argc to 0 and make sure no space is 
 20703 +	   allocated on the stack. */
 20704 +	cp.w	r12, -1
 20705 +	moveq	r12, 0
 20706 +	moveq	r10, 0
 20707 +	sub	sp, r10
 20708 +
 20709 +	/* Call main and call exit when it returns */
 20710 +	call	main
 20711 +	call	exit
 20712 +
 20713 +	.weak	_data_lma
 20714 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/Makefile.am newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.am
 20715 --- newlib-1.17.0/newlib/libc/sys/avr32/Makefile.am	1970-01-01 01:00:00.000000000 +0100
 20716 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.am	2009-05-22 09:57:50.000000000 +0200
 20717 @@ -0,0 +1,18 @@
 20718 +## Process this file with automake to generate Makefile.in
 20719 +
 20720 +AUTOMAKE_OPTIONS = cygnus
 20721 +
 20722 +INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
 20723 +
 20724 +AM_CCASFLAGS = $(INCLUDES)
 20725 +
 20726 +noinst_LIBRARIES = lib.a
 20727 +
 20728 +lib_a_SOURCES = syscalls.c setjmp.S
 20729 +lib_a_CCASFLAGS = $(AM_CCASFLAGS)
 20730 +lib_a_CFLAGS = $(AM_CFLAGS)
 20731 +
 20732 +all: crt0.o
 20733 +
 20734 +ACLOCAL_AMFLAGS = -I ../../..
 20735 +CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
 20736 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/Makefile.in newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.in
 20737 --- newlib-1.17.0/newlib/libc/sys/avr32/Makefile.in	1970-01-01 01:00:00.000000000 +0100
 20738 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.in	2009-05-22 09:57:50.000000000 +0200
 20739 @@ -0,0 +1,329 @@
 20740 +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 20741 +
 20742 +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 20743 +# This Makefile.in is free software; the Free Software Foundation
 20744 +# gives unlimited permission to copy and/or distribute it,
 20745 +# with or without modifications, as long as this notice is preserved.
 20746 +
 20747 +# This program is distributed in the hope that it will be useful,
 20748 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 20749 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 20750 +# PARTICULAR PURPOSE.
 20751 +
 20752 +
 20753 +SHELL = @SHELL@
 20754 +
 20755 +srcdir = @srcdir@
 20756 +top_srcdir = @top_srcdir@
 20757 +VPATH = @srcdir@
 20758 +prefix = @prefix@
 20759 +exec_prefix = @exec_prefix@
 20760 +
 20761 +bindir = @bindir@
 20762 +sbindir = @sbindir@
 20763 +libexecdir = @libexecdir@
 20764 +datadir = @datadir@
 20765 +sysconfdir = @sysconfdir@
 20766 +sharedstatedir = @sharedstatedir@
 20767 +localstatedir = @localstatedir@
 20768 +libdir = @libdir@
 20769 +infodir = @infodir@
 20770 +mandir = @mandir@
 20771 +includedir = @includedir@
 20772 +oldincludedir = /usr/include
 20773 +
 20774 +DESTDIR =
 20775 +
 20776 +pkgdatadir = $(datadir)/@PACKAGE@
 20777 +pkglibdir = $(libdir)/@PACKAGE@
 20778 +pkgincludedir = $(includedir)/@PACKAGE@
 20779 +
 20780 +top_builddir = .
 20781 +
 20782 +ACLOCAL = @ACLOCAL@
 20783 +AUTOCONF = @AUTOCONF@
 20784 +AUTOMAKE = @AUTOMAKE@
 20785 +AUTOHEADER = @AUTOHEADER@
 20786 +
 20787 +INSTALL = @INSTALL@
 20788 +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 20789 +INSTALL_DATA = @INSTALL_DATA@
 20790 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
 20791 +transform = @program_transform_name@
 20792 +
 20793 +NORMAL_INSTALL = :
 20794 +PRE_INSTALL = :
 20795 +POST_INSTALL = :
 20796 +NORMAL_UNINSTALL = :
 20797 +PRE_UNINSTALL = :
 20798 +POST_UNINSTALL = :
 20799 +build_alias = @build_alias@
 20800 +build_triplet = @build@
 20801 +host_alias = @host_alias@
 20802 +host_triplet = @host@
 20803 +target_alias = @target_alias@
 20804 +target_triplet = @target@
 20805 +AR = @AR@
 20806 +AS = @AS@
 20807 +CC = @CC@
 20808 +CPP = @CPP@
 20809 +EXEEXT = @EXEEXT@
 20810 +LDFLAGS = @LDFLAGS@
 20811 +MAINT = @MAINT@
 20812 +MAKEINFO = @MAKEINFO@
 20813 +NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
 20814 +OBJEXT = @OBJEXT@
 20815 +PACKAGE = @PACKAGE@
 20816 +RANLIB = @RANLIB@
 20817 +VERSION = @VERSION@
 20818 +aext = @aext@
 20819 +libm_machine_dir = @libm_machine_dir@
 20820 +machine_dir = @machine_dir@
 20821 +newlib_basedir = @newlib_basedir@
 20822 +oext = @oext@
 20823 +sys_dir = @sys_dir@
 20824 +
 20825 +AUTOMAKE_OPTIONS = cygnus
 20826 +
 20827 +INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
 20828 +
 20829 +noinst_LIBRARIES = lib.a
 20830 +
 20831 +lib_a_SOURCES = syscalls.c setjmp.S
 20832 +
 20833 +ACLOCAL_AMFLAGS = -I ../../..
 20834 +CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
 20835 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 20836 +mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
 20837 +CONFIG_CLEAN_FILES = 
 20838 +LIBRARIES =  $(noinst_LIBRARIES)
 20839 +
 20840 +
 20841 +DEFS = @DEFS@ -I. -I$(srcdir) 
 20842 +CPPFLAGS =
 20843 +LIBS = @LIBS@
 20844 +lib_a_LIBADD = 
 20845 +lib_a_OBJECTS =  syscalls.o setjmp.o
 20846 +CFLAGS = @CFLAGS@
 20847 +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 20848 +CCLD = $(CC)
 20849 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 20850 +DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
 20851 +
 20852 +
 20853 +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 20854 +
 20855 +TAR = gtar
 20856 +GZIP_ENV = --best
 20857 +SOURCES = $(lib_a_SOURCES)
 20858 +OBJECTS = $(lib_a_OBJECTS)
 20859 +
 20860 +all: all-redirect
 20861 +.SUFFIXES:
 20862 +.SUFFIXES: .S .c .o .s
 20863 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 20864 +	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
 20865 +
 20866 +Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 20867 +	cd $(top_builddir) \
 20868 +	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 20869 +
 20870 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
 20871 +		../../../acinclude.m4 ../../../aclocal.m4 \
 20872 +		../../../libtool.m4
 20873 +	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 20874 +
 20875 +config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 20876 +	$(SHELL) ./config.status --recheck
 20877 +$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 20878 +	cd $(srcdir) && $(AUTOCONF)
 20879 +
 20880 +mostlyclean-noinstLIBRARIES:
 20881 +
 20882 +clean-noinstLIBRARIES:
 20883 +	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 20884 +
 20885 +distclean-noinstLIBRARIES:
 20886 +
 20887 +maintainer-clean-noinstLIBRARIES:
 20888 +
 20889 +.c.o:
 20890 +	$(COMPILE) -c $<
 20891 +
 20892 +.s.o:
 20893 +	$(COMPILE) -c $<
 20894 +
 20895 +.S.o:
 20896 +	$(COMPILE) -c $<
 20897 +
 20898 +mostlyclean-compile:
 20899 +	-rm -f *.o core *.core
 20900 +
 20901 +clean-compile:
 20902 +
 20903 +distclean-compile:
 20904 +	-rm -f *.tab.c
 20905 +
 20906 +maintainer-clean-compile:
 20907 +
 20908 +lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
 20909 +	-rm -f lib.a
 20910 +	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
 20911 +	$(RANLIB) lib.a
 20912 +
 20913 +tags: TAGS
 20914 +
 20915 +ID: $(HEADERS) $(SOURCES) $(LISP)
 20916 +	list='$(SOURCES) $(HEADERS)'; \
 20917 +	unique=`for i in $$list; do echo $$i; done | \
 20918 +	  awk '    { files[$$0] = 1; } \
 20919 +	       END { for (i in files) print i; }'`; \
 20920 +	here=`pwd` && cd $(srcdir) \
 20921 +	  && mkid -f$$here/ID $$unique $(LISP)
 20922 +
 20923 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 20924 +	tags=; \
 20925 +	here=`pwd`; \
 20926 +	list='$(SOURCES) $(HEADERS)'; \
 20927 +	unique=`for i in $$list; do echo $$i; done | \
 20928 +	  awk '    { files[$$0] = 1; } \
 20929 +	       END { for (i in files) print i; }'`; \
 20930 +	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 20931 +	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 20932 +
 20933 +mostlyclean-tags:
 20934 +
 20935 +clean-tags:
 20936 +
 20937 +distclean-tags:
 20938 +	-rm -f TAGS ID
 20939 +
 20940 +maintainer-clean-tags:
 20941 +
 20942 +distdir = $(PACKAGE)-$(VERSION)
 20943 +top_distdir = $(distdir)
 20944 +
 20945 +# This target untars the dist file and tries a VPATH configuration.  Then
 20946 +# it guarantees that the distribution is self-contained by making another
 20947 +# tarfile.
 20948 +distcheck: dist
 20949 +	-rm -rf $(distdir)
 20950 +	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 20951 +	mkdir $(distdir)/=build
 20952 +	mkdir $(distdir)/=inst
 20953 +	dc_install_base=`cd $(distdir)/=inst && pwd`; \
 20954 +	cd $(distdir)/=build \
 20955 +	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
 20956 +	  && $(MAKE) $(AM_MAKEFLAGS) \
 20957 +	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
 20958 +	  && $(MAKE) $(AM_MAKEFLAGS) check \
 20959 +	  && $(MAKE) $(AM_MAKEFLAGS) install \
 20960 +	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 20961 +	  && $(MAKE) $(AM_MAKEFLAGS) dist
 20962 +	-rm -rf $(distdir)
 20963 +	@banner="$(distdir).tar.gz is ready for distribution"; \
 20964 +	dashes=`echo "$$banner" | sed s/./=/g`; \
 20965 +	echo "$$dashes"; \
 20966 +	echo "$$banner"; \
 20967 +	echo "$$dashes"
 20968 +dist: distdir
 20969 +	-chmod -R a+r $(distdir)
 20970 +	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 20971 +	-rm -rf $(distdir)
 20972 +dist-all: distdir
 20973 +	-chmod -R a+r $(distdir)
 20974 +	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 20975 +	-rm -rf $(distdir)
 20976 +distdir: $(DISTFILES)
 20977 +	-rm -rf $(distdir)
 20978 +	mkdir $(distdir)
 20979 +	-chmod 777 $(distdir)
 20980 +	@for file in $(DISTFILES); do \
 20981 +	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
 20982 +	  if test -d $$d/$$file; then \
 20983 +	    cp -pr $$d/$$file $(distdir)/$$file; \
 20984 +	  else \
 20985 +	    test -f $(distdir)/$$file \
 20986 +	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 20987 +	    || cp -p $$d/$$file $(distdir)/$$file || :; \
 20988 +	  fi; \
 20989 +	done
 20990 +info-am:
 20991 +info: info-am
 20992 +dvi-am:
 20993 +dvi: dvi-am
 20994 +check-am:
 20995 +check: check-am
 20996 +installcheck-am:
 20997 +installcheck: installcheck-am
 20998 +install-info-am: 
 20999 +install-info: install-info-am
 21000 +install-exec-am:
 21001 +install-exec: install-exec-am
 21002 +
 21003 +install-data-am:
 21004 +install-data: install-data-am
 21005 +
 21006 +install-am: all-am
 21007 +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 21008 +install: install-am
 21009 +uninstall-am:
 21010 +uninstall: uninstall-am
 21011 +all-am: Makefile $(LIBRARIES)
 21012 +all-redirect: all-am
 21013 +install-strip:
 21014 +	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 21015 +installdirs:
 21016 +
 21017 +
 21018 +mostlyclean-generic:
 21019 +
 21020 +clean-generic:
 21021 +
 21022 +distclean-generic:
 21023 +	-rm -f Makefile $(CONFIG_CLEAN_FILES)
 21024 +	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
 21025 +
 21026 +maintainer-clean-generic:
 21027 +mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 21028 +		mostlyclean-tags mostlyclean-generic
 21029 +
 21030 +mostlyclean: mostlyclean-am
 21031 +
 21032 +clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
 21033 +		mostlyclean-am
 21034 +
 21035 +clean: clean-am
 21036 +
 21037 +distclean-am:  distclean-noinstLIBRARIES distclean-compile \
 21038 +		distclean-tags distclean-generic clean-am
 21039 +
 21040 +distclean: distclean-am
 21041 +	-rm -f config.status
 21042 +
 21043 +maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
 21044 +		maintainer-clean-compile maintainer-clean-tags \
 21045 +		maintainer-clean-generic distclean-am
 21046 +	@echo "This command is intended for maintainers to use;"
 21047 +	@echo "it deletes files that may require special tools to rebuild."
 21048 +
 21049 +maintainer-clean: maintainer-clean-am
 21050 +	-rm -f config.status
 21051 +
 21052 +.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 21053 +clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 21054 +mostlyclean-compile distclean-compile clean-compile \
 21055 +maintainer-clean-compile tags mostlyclean-tags distclean-tags \
 21056 +clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 21057 +check-am installcheck-am installcheck install-info-am install-info \
 21058 +install-exec-am install-exec install-data-am install-data install-am \
 21059 +install uninstall-am uninstall all-redirect all-am all installdirs \
 21060 +mostlyclean-generic distclean-generic clean-generic \
 21061 +maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 21062 +
 21063 +
 21064 +all: crt0.o
 21065 +
 21066 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
 21067 +# Otherwise a system limit (for SysV at least) may be exceeded.
 21068 +.NOEXPORT:
 21069 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/setjmp.S newlib-1.17.0-new/newlib/libc/sys/avr32/setjmp.S
 21070 --- newlib-1.17.0/newlib/libc/sys/avr32/setjmp.S	1970-01-01 01:00:00.000000000 +0100
 21071 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/setjmp.S	2009-05-22 09:57:50.000000000 +0200
 21072 @@ -0,0 +1,20 @@
 21073 +	.text
 21074 +	.globl setjmp
 21075 +setjmp:
 21076 +	stm	r12, r0, r1, r2, r3, r4, r5, r6, r7, sp, lr
 21077 +	retal	0
 21078 +
 21079 +	.globl longjmp
 21080 +longjmp:	
 21081 +	ldm	r12, r0, r1, r2, r3, r4, r5, r6, r7, sp, lr
 21082 +	/* Put the return value into the integer result register.
 21083 +	   But if it is zero then return 1 instead.  */	
 21084 +	cp	r11, 0
 21085 +	reteq	1
 21086 +	retal	r11
 21087 +
 21088 +
 21089 +	
 21090 +
 21091 +	
 21092 +	
 21093 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
 21094 --- newlib-1.17.0/newlib/libc/sys/avr32/sys/sysregs.h	1970-01-01 01:00:00.000000000 +0100
 21095 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/sys/sysregs.h	2009-05-22 09:57:50.000000000 +0200
 21096 @@ -0,0 +1,158 @@
 21097 +#ifndef __ASM_AVR32_SYSREGS_H
 21098 +#define __ASM_AVR32_SYSREGS_H
 21099 +
 21100 +#define SYSREG_SR	  0
 21101 +#define SYSREG_EVBA	  4
 21102 +#define SYSREG_ACBA	  8
 21103 +#define SYSREG_CPUCR	 12
 21104 +#define SYSREG_ECR       16
 21105 +#define SYSREG_RSR_SUP	 20
 21106 +#define SYSREG_RSR_INT0	 24
 21107 +#define SYSREG_RSR_INT1	 28
 21108 +#define SYSREG_RSR_INT2	 32
 21109 +#define SYSREG_RSR_INT3	 36
 21110 +#define SYSREG_RSR_EX	 40
 21111 +#define SYSREG_RSR_NMI	 44
 21112 +#define SYSREG_RSR_DBG	 48
 21113 +#define SYSREG_RAR_SUP	 52
 21114 +#define SYSREG_RAR_INT0	 56
 21115 +#define SYSREG_RAR_INT1	 60
 21116 +#define SYSREG_RAR_INT2	 64
 21117 +#define SYSREG_RAR_INT3	 68
 21118 +#define SYSREG_RAR_EX	 72
 21119 +#define SYSREG_RAR_NMI	 76
 21120 +#define SYSREG_RAR_DBG	 80
 21121 +#define SYSREG_JECR       84
 21122 +#define SYSREG_JOSP       88
 21123 +#define SYSREG_JAVA_LV0   92
 21124 +#define SYSREG_JAVA_LV1   96
 21125 +#define SYSREG_JAVA_LV2   100
 21126 +#define SYSREG_JAVA_LV3   104
 21127 +#define SYSREG_JAVA_LV4   108
 21128 +#define SYSREG_JAVA_LV5   112
 21129 +#define SYSREG_JAVA_LV6   116
 21130 +#define SYSREG_JAVA_LV7   120
 21131 +#define SYSREG_JTBA       124
 21132 +#define SYSREG_JBCR       128
 21133 +
 21134 +#define SYSREG_CONFIG0	256
 21135 +#define SYSREG_CONFIG1	260
 21136 +#define SYSREG_COUNT	264
 21137 +#define SYSREG_COMPARE	268
 21138 +
 21139 +#define SYSREG_BEAR 316
 21140 +
 21141 +/* MMU interface registers */
 21142 +#define SYSREG_TLBEHI	272
 21143 +#define SYSREG_TLBELO	276
 21144 +#define SYSREG_PTBR	280
 21145 +#define SYSREG_TLBEAR	284
 21146 +#define SYSREG_MMUCR	288
 21147 +#define SYSREG_TLBARLO	292
 21148 +#define SYSREG_TLBDRLO	296
 21149 +#define SYSREG_TLBARHI	300
 21150 +#define SYSREG_TLBDRHI	304
 21151 +
 21152 +/* Performance counter */
 21153 +#define SYSREG_PCCR	320
 21154 +
 21155 + // Status register bits
 21156 +#define SR_C_OFFSET    0
 21157 +#define SR_Z_OFFSET    1
 21158 +#define SR_N_OFFSET    2
 21159 +#define SR_V_OFFSET    3
 21160 +#define SR_Q_OFFSET    4
 21161 +#define SR_T_OFFSET    14
 21162 +#define SR_R_OFFSET    15
 21163 +#define SR_GM_OFFSET   16
 21164 +#define SR_I0M_OFFSET  17
 21165 +#define SR_I1M_OFFSET  18
 21166 +#define SR_I2M_OFFSET  19
 21167 +#define SR_I3M_OFFSET  20
 21168 +#define SR_EM_OFFSET   21
 21169 +#define SR_M0_OFFSET   22
 21170 +#define SR_M1_OFFSET   23
 21171 +#define SR_M2_OFFSET   24
 21172 +#define SR_D_OFFSET    26
 21173 +#define SR_DM_OFFSET   27
 21174 +#define SR_J_OFFSET    28
 21175 +
 21176 +#define SR_C    (1 << 0)
 21177 +#define SR_Z    (1 << 1)
 21178 +#define SR_N    (1 << 2)
 21179 +#define SR_V    (1 << 3)
 21180 +#define SR_Q    (1 << 4)
 21181 +#define SR_T    (1 << 14)
 21182 +#define SR_R    (1 << 15)
 21183 +#define SR_GM   (1 << 16)
 21184 +#define SR_I0M  (1 << 17)
 21185 +#define SR_I1M  (1 << 18)
 21186 +#define SR_I2M  (1 << 19)
 21187 +#define SR_I3M  (1 << 20)
 21188 +#define SR_EM   (1 << 21)
 21189 +#define SR_M0   (1 << 22)
 21190 +#define SR_M1   (1 << 23)
 21191 +#define SR_M2   (1 << 24)
 21192 +#define SR_D    (1 << 26)
 21193 +#define SR_DM   (1 << 27)
 21194 +#define SR_J    (1 << 28)
 21195 +
 21196 +//PCCR bits
 21197 +#define PCCRS  (1<<3)
 21198 +#define PCCRC  (1<<2)
 21199 +#define PCCRR  (1<<1)
 21200 +#define PCCRE  (1<<0)
 21201 +#define PCCNT_PRESCALE 64
 21202 +
 21203 +//TLBEHI bits
 21204 +#define TLBEHIVPN  (1<<10)
 21205 +#define TLBEHIV  (1<<9)
 21206 +#define TLBEHII  (1<<0)
 21207 + 
 21208 +//TLBELO = bits
 21209 +#define TLBELOPFN  (1<<10)
 21210 +#define TLBELOC  (1<<9)
 21211 +#define TLBELOG  (1<<8)
 21212 +#define TLBELOB  (1<<7)
 21213 +#define TLBELOAP  (1<<5)
 21214 +#define TLBELOSZ  (1<<2)
 21215 +#define TLBELOD  (1<<1)
 21216 +#define TLBELOW  (1<<0)
 21217 + 
 21218 +//MMUCR bits
 21219 +#define MMUIRP  (1<<26)
 21220 +#define MMUILA  (1<<20)
 21221 +#define MMUDRP  (1<<14)
 21222 +#define MMUDLA  (1<<8)
 21223 +#define MMUS  (1<<4)
 21224 +#define MMUN  (1<<3)
 21225 +#define MMUI  (1<<2)
 21226 +#define MMUM  (1<<1)
 21227 +#define MMUE  (1<<0)
 21228 + 
 21229 +// Relative offsets to EVBA
 21230 +#define H_UNREC_EX  0x000
 21231 +#define H_TLB_MH    0x004
 21232 +#define H_BUS_ERR_D 0x008
 21233 +#define H_BUS_ERR_I 0x00C
 21234 +#define H_NMI       0x010
 21235 +#define H_INST_ADDR 0x014
 21236 +#define H_ITLB_MISS 0x050
 21237 +#define H_ITLB_PROT 0x018
 21238 +#define H_DEBUG     0x01C
 21239 +#define H_ILL_OPC   0x020
 21240 +#define H_UNIMPL_INST 0x024
 21241 +#define H_PRIV_VIOL 0x028
 21242 +#define H_FLOAT_PT  0x02C
 21243 +#define H_COPROC_ABS 0x030
 21244 +#define H_SCALL  0x100
 21245 +#define H_DATA_ADDR_R  0x034
 21246 +#define H_DATA_ADDR_W  0x038
 21247 +#define H_DTLB_MISS_R  0x060
 21248 +#define H_DTLB_MISS_W  0x070
 21249 +#define H_DTLB_PROT_R  0x03C
 21250 +#define H_DTLB_PROT_W  0x040
 21251 +#define H_DTLB_MOD  0x044
 21252 +
 21253 +
 21254 +#endif /* __ASM_AVR32_SYSREGS_H */
 21255 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/syscalls.c newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.c
 21256 --- newlib-1.17.0/newlib/libc/sys/avr32/syscalls.c	1970-01-01 01:00:00.000000000 +0100
 21257 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.c	2009-05-22 09:57:50.000000000 +0200
 21258 @@ -0,0 +1,234 @@
 21259 +#include "syscalls.h"
 21260 +#include "sys/sysregs.h"
 21261 +#include <sys/times.h>
 21262 +#include <sys/time.h>
 21263 +#include <stdio.h>
 21264 +#include <errno.h>
 21265 +
 21266 +int  __attribute__((weak))
 21267 +     _init_startup ()
 21268 +{
 21269 +  return 0;
 21270 +}
 21271 +
 21272 +
 21273 +clock_t __attribute__((weak))
 21274 +     _times( struct tms *tms )
 21275 +{
 21276 +  int tick;
 21277 +  tick = __builtin_mfsr(SYSREG_COUNT);
 21278 +  tms->tms_utime = 0;
 21279 +  tms->tms_stime = tick;
 21280 +  tms->tms_cutime = 0;
 21281 +  tms->tms_cstime = 0;
 21282 +  return tick;
 21283 +}
 21284 + 
 21285 +extern void __heap_start__, __heap_end__;
 21286 +
 21287 +void * __attribute__((weak))
 21288 +     _sbrk(int increment)
 21289 +{
 21290 +  static void *cur_heap_pos = 0;
 21291 +
 21292 +  //Initialize cur_heap_pos
 21293 +  if ( cur_heap_pos == 0 )
 21294 +    cur_heap_pos = &__heap_start__;
 21295 +  
 21296 +  if ( (cur_heap_pos + increment) <= &__heap_end__ ){
 21297 +    void *heap_pos = cur_heap_pos;
 21298 +    cur_heap_pos += increment;
 21299 +    return heap_pos;
 21300 +  } else {
 21301 +#ifdef DEBUG_MSG_ON
 21302 +    fprintf(stderr, "Warning: Heap is running full trying to allocate %i bytes!!!!\n", increment);
 21303 +    fprintf(stderr, "\tHeap start address\t= 0x%x\n", &__heap_start__);
 21304 +    fprintf(stderr, "\tHeap end address\t= 0x%x\n", &__heap_end__);
 21305 +    fprintf(stderr, "\tCurrent heap address\t= 0x%x\n", cur_heap_pos);
 21306 +    fflush(stderr);
 21307 +#endif
 21308 +    errno = ENOMEM;
 21309 +    return (void *)-1;
 21310 +  }  
 21311 +  return (void *)-1;
 21312 +}
 21313 +  
 21314 +void __attribute__((weak,naked))
 21315 +     _init_argv (void *arg_mem_top)
 21316 +{
 21317 +  T2H_SYSCALL(T2H_SYSCALL_INIT_ARGV);
 21318 +  T2H_SYSCALL_RETURN();
 21319 +}
 21320 +
 21321 +void __attribute__((weak,naked))
 21322 +     _exit( int code )
 21323 +{
 21324 +  T2H_SYSCALL(T2H_SYSCALL_EXIT);
 21325 +  while (1);
 21326 +}
 21327 +
 21328 +int __attribute__((weak,naked))
 21329 +     _open (char *pathname, int flags, int mode)
 21330 +{
 21331 +  T2H_SYSCALL(T2H_SYSCALL_OPEN);
 21332 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21333 +}
 21334 +
 21335 +int __attribute__((weak,naked))
 21336 +     _close (int file)
 21337 +{
 21338 +  T2H_SYSCALL(T2H_SYSCALL_CLOSE);
 21339 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21340 +}
 21341 +
 21342 +int __attribute__((weak,naked))
 21343 +     _lseek( int filedes, int offset, int whence )
 21344 +{
 21345 +  T2H_SYSCALL(T2H_SYSCALL_LSEEK);
 21346 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21347 +}
 21348 +
 21349 +
 21350 +int __attribute__((weak,naked))
 21351 +     _read (int file,
 21352 +            char * ptr,
 21353 +            int len){
 21354 +  T2H_SYSCALL(T2H_SYSCALL_READ);
 21355 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21356 +}
 21357 +
 21358 +int __attribute__((weak,naked))
 21359 +     _write (int file,
 21360 +             char * ptr,
 21361 +             int len){
 21362 +  T2H_SYSCALL(T2H_SYSCALL_WRITE);
 21363 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21364 +}
 21365 +
 21366 +int __attribute__((weak,naked))
 21367 +     isatty (int desc){ 
 21368 +  T2H_SYSCALL(T2H_SYSCALL_ISATTY);
 21369 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21370 +}
 21371 +
 21372 +static void _convert_host2target_stat(struct stat *target_stat, struct host_stat *host_stat)
 21373 +{
 21374 +  target_stat->st_dev = (dev_t)host_stat->st_dev;
 21375 +  target_stat->st_ino = (ino_t)host_stat->st_ino;
 21376 +  target_stat->st_mode = (mode_t)host_stat->st_mode;
 21377 +  target_stat->st_nlink = (nlink_t)host_stat->st_nlink;
 21378 +  target_stat->st_uid = (uid_t)host_stat->st_uid;
 21379 +  target_stat->st_gid = (gid_t)host_stat->st_gid;
 21380 +  target_stat->st_rdev = (dev_t)host_stat->st_rdev;
 21381 +  target_stat->st_size = (off_t)host_stat->st_size;
 21382 +  target_stat->st_blksize = (long)host_stat->st_blksize;
 21383 +  target_stat->st_blocks = (long)host_stat->st_blocks;
 21384 +  target_stat->st_atime = (time_t)host_stat->st_atime; 
 21385 +  target_stat->st_mtime = (time_t)host_stat->st_mtime;
 21386 +  target_stat->st_ctime = (time_t)host_stat->st_ctime;
 21387 +}
 21388 +
 21389 +int __attribute__((naked))
 21390 +     _fstat_host (int filedes, struct host_stat *ptr){ 
 21391 +  T2H_SYSCALL(T2H_SYSCALL_FSTAT);
 21392 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21393 +}
 21394 +
 21395 +int __attribute__((naked))
 21396 +     _stat_host (const char *filename, struct host_stat *ptr){ 
 21397 +  T2H_SYSCALL(T2H_SYSCALL_STAT);
 21398 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21399 +}
 21400 +
 21401 +int __attribute__((weak))
 21402 +     _fstat (int filedes, struct stat *stat){ 
 21403 +  struct host_stat host_stat;
 21404 +  if ( _fstat_host (filedes, &host_stat) < 0 )
 21405 +    return -1;
 21406 +  _convert_host2target_stat (stat, &host_stat);
 21407 +  return 0;
 21408 +}
 21409 +
 21410 +int __attribute__((weak))
 21411 +     _stat (const char *filename, struct stat *stat){ 
 21412 +  struct host_stat host_stat;
 21413 +  if ( _stat_host (filename, &host_stat) < 0)
 21414 +    return -1;
 21415 +  _convert_host2target_stat (stat, &host_stat);
 21416 +  return 0;
 21417 +}
 21418 +
 21419 +
 21420 +int __attribute__((naked))
 21421 +     _gettimeofday_host (struct host_timeval *tv, struct timezone *tz){ 
 21422 +  T2H_SYSCALL(T2H_SYSCALL_GETTIMEOFDAY);
 21423 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21424 +}
 21425 +
 21426 +int __attribute__((weak))
 21427 +     _gettimeofday (struct timeval *tv, struct timezone *tz){ 
 21428 +  struct host_timeval host_tv;
 21429 +  if ( _gettimeofday_host (&host_tv, tz)  < 0 )
 21430 +    return -1;
 21431 +  tv->tv_sec = (long)host_tv.tv_sec;
 21432 +  tv->tv_usec = (long)host_tv.tv_usec;
 21433 +  return 0;
 21434 +}
 21435 +
 21436 +int __attribute__((weak,naked))
 21437 +     _unlink (const char *path){ 
 21438 +  T2H_SYSCALL(T2H_SYSCALL_UNLINK);
 21439 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21440 +}
 21441 +
 21442 +int __attribute__((weak,naked))
 21443 +     _system (const char *command){ 
 21444 +  T2H_SYSCALL(T2H_SYSCALL_SYSTEM);
 21445 +  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
 21446 +}
 21447 +
 21448 +int __attribute__((weak))
 21449 +     _execve (){
 21450 +  return -1;
 21451 +}
 21452 +
 21453 +
 21454 +int __attribute__((weak))
 21455 +     _fork (){ 
 21456 +  return -1;
 21457 +}
 21458 +
 21459 +int __attribute__((weak))
 21460 +     _wait (){ 
 21461 +  return -1; 
 21462 +}
 21463 +
 21464 +int __attribute__((weak))
 21465 +     sigfillset (){ 
 21466 +  return -1;
 21467 +}
 21468 +
 21469 +int __attribute__((weak))
 21470 +     sigprocmask (){ 
 21471 +  return -1;
 21472 +}
 21473 +
 21474 +int __attribute__((weak))
 21475 +     _fcntl (){ 
 21476 +  return -1;
 21477 +}
 21478 +
 21479 +int __attribute__((weak))
 21480 +     _link (){ 
 21481 +  return -1;
 21482 +}
 21483 +
 21484 +int __attribute__((weak))
 21485 +     _kill (){ 
 21486 +  return -1;
 21487 +}
 21488 +
 21489 +int __attribute__((weak))
 21490 +     _getpid (){
 21491 +  return -1;
 21492 +}
 21493 diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/syscalls.h newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.h
 21494 --- newlib-1.17.0/newlib/libc/sys/avr32/syscalls.h	1970-01-01 01:00:00.000000000 +0100
 21495 +++ newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.h	2009-05-22 09:57:50.000000000 +0200
 21496 @@ -0,0 +1,72 @@
 21497 +#ifndef __SYSCALLS_H__
 21498 +#define __SYSCALLS_H__
 21499 +
 21500 +#include <sys/stat.h>
 21501 +#include <errno.h>
 21502 +
 21503 +struct host_stat {
 21504 +  unsigned int       st_dev;      /* device */
 21505 +  unsigned int       st_ino;      /* inode */
 21506 +  mode_t             st_mode;     /* protection */
 21507 +  unsigned int       st_nlink;    /* number of hard links */
 21508 +  unsigned int       st_uid;      /* user ID of owner */
 21509 +  unsigned int       st_gid;      /* group ID of owner */
 21510 +  unsigned int       st_rdev;     /* device type (if inode device) */
 21511 +  unsigned long long st_size;     /* total size, in bytes */
 21512 +  unsigned long long st_blksize;  /* blocksize for filesystem I/O */
 21513 +  unsigned long long st_blocks;   /* number of blocks allocated */
 21514 +  time_t             st_atime;    /* time of last access */
 21515 +  time_t             st_mtime;    /* time of last modification */
 21516 +  time_t             st_ctime;    /* time of last change */
 21517 +};
 21518 +
 21519 +struct host_timeval {
 21520 +  time_t tv_sec;
 21521 +  long long tv_usec;
 21522 +};
 21523 +
 21524 +
 21525 +#define T2H_SYSCALL_OPEN                1
 21526 +#define T2H_SYSCALL_CLOSE               2
 21527 +#define T2H_SYSCALL_READ                3
 21528 +#define T2H_SYSCALL_WRITE               4
 21529 +#define T2H_SYSCALL_LSEEK               5
 21530 +#define T2H_SYSCALL_RENAME              6
 21531 +#define T2H_SYSCALL_UNLINK              7
 21532 +#define T2H_SYSCALL_STAT                8
 21533 +#define T2H_SYSCALL_FSTAT               9
 21534 +#define T2H_SYSCALL_GETTIMEOFDAY        10
 21535 +#define T2H_SYSCALL_ISATTY              11
 21536 +#define T2H_SYSCALL_SYSTEM              12
 21537 +#define T2H_SYSCALL_EXIT                13
 21538 +#define T2H_SYSCALL_INIT_ARGV           14
 21539 +
 21540 +
 21541 +/* The breakpoint/mov r12,-1/mov r11,... pattern causes
 21542 +   the debugger to be able to recognize the system call. 
 21543 +   If the debug system is not enabled then the breakpoint 
 21544 +   is executed as a nop and r12 set to -1 and errno to 
 21545 +   ENOSYS. The debugger is responsible for setting r12
 21546 +   and r11 and skipping the instructions after the breakpoint
 21547 +   which would otherwise set these registers.
 21548 +*/    
 21549 +#define T2H_SYSCALL(syscall_code)                 \
 21550 +  asm ("mov   r8, %0\n"                           \
 21551 +       "breakpoint\n"                             \
 21552 +       "mov   r12, -1\n"                          \
 21553 +       "mov   r11, %1\n"                          \
 21554 +       :: "i" (syscall_code), "i" (ENOSYS) );
 21555 +
 21556 +#define T2H_SYSCALL_CHECK_ERROR_AND_RETURN()                            \
 21557 +  asm ("cp.w  r12, 0\n"                                                 \
 21558 +       "retge r12\n"                                                    \
 21559 +       "lda.w r10, errno\n"                                             \
 21560 +       "st.w  r10[0], r11\n"                                            \
 21561 +       "ret   r12\n"                                                    \
 21562 +       ".align 2\n"                                                     \
 21563 +       ".cpool\n");
 21564 +
 21565 +#define T2H_SYSCALL_RETURN()                                       \
 21566 +  asm ("ret  r12\n");                                            
 21567 +
 21568 +#endif
 21569 diff -Naur newlib-1.17.0/newlib/libc/sys/configure newlib-1.17.0-new/newlib/libc/sys/configure
 21570 --- newlib-1.17.0/newlib/libc/sys/configure	2008-12-22 20:45:49.000000000 +0100
 21571 +++ newlib-1.17.0-new/newlib/libc/sys/configure	2009-05-22 09:57:50.000000000 +0200
 21572 @@ -1,25 +1,54 @@
 21573  #! /bin/sh
 21574  # Guess values for system-dependent variables and create Makefiles.
 21575 -# Generated by GNU Autoconf 2.59 for newlib 1.17.0.
 21576 +# Generated by GNU Autoconf 2.61 for newlib 1.17.0.
 21577  #
 21578 -# Copyright (C) 2003 Free Software Foundation, Inc.
 21579 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 21580 +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 21581  # This configure script is free software; the Free Software Foundation
 21582  # gives unlimited permission to copy, distribute and modify it.
 21583  ## --------------------- ##
 21584  ## M4sh Initialization.  ##
 21585  ## --------------------- ##
 21586  
 21587 -# Be Bourne compatible
 21588 +# Be more Bourne compatible
 21589 +DUALCASE=1; export DUALCASE # for MKS sh
 21590  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 21591    emulate sh
 21592    NULLCMD=:
 21593    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 21594    # is contrary to our usage.  Disable this feature.
 21595    alias -g '${1+"$@"}'='"$@"'
 21596 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 21597 -  set -o posix
 21598 +  setopt NO_GLOB_SUBST
 21599 +else
 21600 +  case `(set -o) 2>/dev/null` in
 21601 +  *posix*) set -o posix ;;
 21602 +esac
 21603 +
 21604 +fi
 21605 +
 21606 +
 21607 +
 21608 +
 21609 +# PATH needs CR
 21610 +# Avoid depending upon Character Ranges.
 21611 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 21612 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 21613 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 21614 +as_cr_digits='0123456789'
 21615 +as_cr_alnum=$as_cr_Letters$as_cr_digits
 21616 +
 21617 +# The user is always right.
 21618 +if test "${PATH_SEPARATOR+set}" != set; then
 21619 +  echo "#! /bin/sh" >conf$$.sh
 21620 +  echo  "exit 0"   >>conf$$.sh
 21621 +  chmod +x conf$$.sh
 21622 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 21623 +    PATH_SEPARATOR=';'
 21624 +  else
 21625 +    PATH_SEPARATOR=:
 21626 +  fi
 21627 +  rm -f conf$$.sh
 21628  fi
 21629 -DUALCASE=1; export DUALCASE # for MKS sh
 21630  
 21631  # Support unset when possible.
 21632  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 21633 @@ -29,8 +58,43 @@
 21634  fi
 21635  
 21636  
 21637 +# IFS
 21638 +# We need space, tab and new line, in precisely that order.  Quoting is
 21639 +# there to prevent editors from complaining about space-tab.
 21640 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 21641 +# splitting by setting IFS to empty value.)
 21642 +as_nl='
 21643 +'
 21644 +IFS=" ""	$as_nl"
 21645 +
 21646 +# Find who we are.  Look in the path if we contain no directory separator.
 21647 +case $0 in
 21648 +  *[\\/]* ) as_myself=$0 ;;
 21649 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 21650 +for as_dir in $PATH
 21651 +do
 21652 +  IFS=$as_save_IFS
 21653 +  test -z "$as_dir" && as_dir=.
 21654 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 21655 +done
 21656 +IFS=$as_save_IFS
 21657 +
 21658 +     ;;
 21659 +esac
 21660 +# We did not find ourselves, most probably we were run as `sh COMMAND'
 21661 +# in which case we are not to be found in the path.
 21662 +if test "x$as_myself" = x; then
 21663 +  as_myself=$0
 21664 +fi
 21665 +if test ! -f "$as_myself"; then
 21666 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 21667 +  { (exit 1); exit 1; }
 21668 +fi
 21669 +
 21670  # Work around bugs in pre-3.0 UWIN ksh.
 21671 -$as_unset ENV MAIL MAILPATH
 21672 +for as_var in ENV MAIL MAILPATH
 21673 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 21674 +done
 21675  PS1='$ '
 21676  PS2='> '
 21677  PS4='+ '
 21678 @@ -44,18 +108,19 @@
 21679    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 21680      eval $as_var=C; export $as_var
 21681    else
 21682 -    $as_unset $as_var
 21683 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 21684    fi
 21685  done
 21686  
 21687  # Required to use basename.
 21688 -if expr a : '\(a\)' >/dev/null 2>&1; then
 21689 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 21690 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 21691    as_expr=expr
 21692  else
 21693    as_expr=false
 21694  fi
 21695  
 21696 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 21697 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 21698    as_basename=basename
 21699  else
 21700    as_basename=false
 21701 @@ -63,157 +128,388 @@
 21702  
 21703  
 21704  # Name of the executable.
 21705 -as_me=`$as_basename "$0" ||
 21706 +as_me=`$as_basename -- "$0" ||
 21707  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 21708  	 X"$0" : 'X\(//\)$' \| \
 21709 -	 X"$0" : 'X\(/\)$' \| \
 21710 -	 .     : '\(.\)' 2>/dev/null ||
 21711 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 21712  echo X/"$0" |
 21713 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 21714 -  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
 21715 -  	  /^X\/\(\/\).*/{ s//\1/; q; }
 21716 -  	  s/.*/./; q'`
 21717 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
 21718 +	    s//\1/
 21719 +	    q
 21720 +	  }
 21721 +	  /^X\/\(\/\/\)$/{
 21722 +	    s//\1/
 21723 +	    q
 21724 +	  }
 21725 +	  /^X\/\(\/\).*/{
 21726 +	    s//\1/
 21727 +	    q
 21728 +	  }
 21729 +	  s/.*/./; q'`
 21730  
 21731 +# CDPATH.
 21732 +$as_unset CDPATH
 21733  
 21734 -# PATH needs CR, and LINENO needs CR and PATH.
 21735 -# Avoid depending upon Character Ranges.
 21736 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 21737 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 21738 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 21739 -as_cr_digits='0123456789'
 21740 -as_cr_alnum=$as_cr_Letters$as_cr_digits
 21741  
 21742 -# The user is always right.
 21743 -if test "${PATH_SEPARATOR+set}" != set; then
 21744 -  echo "#! /bin/sh" >conf$$.sh
 21745 -  echo  "exit 0"   >>conf$$.sh
 21746 -  chmod +x conf$$.sh
 21747 -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 21748 -    PATH_SEPARATOR=';'
 21749 -  else
 21750 -    PATH_SEPARATOR=:
 21751 -  fi
 21752 -  rm -f conf$$.sh
 21753 +if test "x$CONFIG_SHELL" = x; then
 21754 +  if (eval ":") 2>/dev/null; then
 21755 +  as_have_required=yes
 21756 +else
 21757 +  as_have_required=no
 21758  fi
 21759  
 21760 +  if test $as_have_required = yes && 	 (eval ":
 21761 +(as_func_return () {
 21762 +  (exit \$1)
 21763 +}
 21764 +as_func_success () {
 21765 +  as_func_return 0
 21766 +}
 21767 +as_func_failure () {
 21768 +  as_func_return 1
 21769 +}
 21770 +as_func_ret_success () {
 21771 +  return 0
 21772 +}
 21773 +as_func_ret_failure () {
 21774 +  return 1
 21775 +}
 21776  
 21777 -  as_lineno_1=$LINENO
 21778 -  as_lineno_2=$LINENO
 21779 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 21780 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
 21781 -  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 21782 -  # Find who we are.  Look in the path if we contain no path at all
 21783 -  # relative or not.
 21784 -  case $0 in
 21785 -    *[\\/]* ) as_myself=$0 ;;
 21786 -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 21787 -for as_dir in $PATH
 21788 -do
 21789 -  IFS=$as_save_IFS
 21790 -  test -z "$as_dir" && as_dir=.
 21791 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 21792 -done
 21793 +exitcode=0
 21794 +if as_func_success; then
 21795 +  :
 21796 +else
 21797 +  exitcode=1
 21798 +  echo as_func_success failed.
 21799 +fi
 21800  
 21801 -       ;;
 21802 -  esac
 21803 -  # We did not find ourselves, most probably we were run as `sh COMMAND'
 21804 -  # in which case we are not to be found in the path.
 21805 -  if test "x$as_myself" = x; then
 21806 -    as_myself=$0
 21807 -  fi
 21808 -  if test ! -f "$as_myself"; then
 21809 -    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
 21810 -   { (exit 1); exit 1; }; }
 21811 -  fi
 21812 -  case $CONFIG_SHELL in
 21813 -  '')
 21814 +if as_func_failure; then
 21815 +  exitcode=1
 21816 +  echo as_func_failure succeeded.
 21817 +fi
 21818 +
 21819 +if as_func_ret_success; then
 21820 +  :
 21821 +else
 21822 +  exitcode=1
 21823 +  echo as_func_ret_success failed.
 21824 +fi
 21825 +
 21826 +if as_func_ret_failure; then
 21827 +  exitcode=1
 21828 +  echo as_func_ret_failure succeeded.
 21829 +fi
 21830 +
 21831 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 21832 +  :
 21833 +else
 21834 +  exitcode=1
 21835 +  echo positional parameters were not saved.
 21836 +fi
 21837 +
 21838 +test \$exitcode = 0) || { (exit 1); exit 1; }
 21839 +
 21840 +(
 21841 +  as_lineno_1=\$LINENO
 21842 +  as_lineno_2=\$LINENO
 21843 +  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
 21844 +  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
 21845 +") 2> /dev/null; then
 21846 +  :
 21847 +else
 21848 +  as_candidate_shells=
 21849      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 21850  for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 21851  do
 21852    IFS=$as_save_IFS
 21853    test -z "$as_dir" && as_dir=.
 21854 -  for as_base in sh bash ksh sh5; do
 21855 -	 case $as_dir in
 21856 +  case $as_dir in
 21857  	 /*)
 21858 -	   if ("$as_dir/$as_base" -c '
 21859 +	   for as_base in sh bash ksh sh5; do
 21860 +	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
 21861 +	   done;;
 21862 +       esac
 21863 +done
 21864 +IFS=$as_save_IFS
 21865 +
 21866 +
 21867 +      for as_shell in $as_candidate_shells $SHELL; do
 21868 +	 # Try only shells that exist, to save several forks.
 21869 +	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 21870 +		{ ("$as_shell") 2> /dev/null <<\_ASEOF
 21871 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 21872 +  emulate sh
 21873 +  NULLCMD=:
 21874 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 21875 +  # is contrary to our usage.  Disable this feature.
 21876 +  alias -g '${1+"$@"}'='"$@"'
 21877 +  setopt NO_GLOB_SUBST
 21878 +else
 21879 +  case `(set -o) 2>/dev/null` in
 21880 +  *posix*) set -o posix ;;
 21881 +esac
 21882 +
 21883 +fi
 21884 +
 21885 +
 21886 +:
 21887 +_ASEOF
 21888 +}; then
 21889 +  CONFIG_SHELL=$as_shell
 21890 +	       as_have_required=yes
 21891 +	       if { "$as_shell" 2> /dev/null <<\_ASEOF
 21892 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 21893 +  emulate sh
 21894 +  NULLCMD=:
 21895 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 21896 +  # is contrary to our usage.  Disable this feature.
 21897 +  alias -g '${1+"$@"}'='"$@"'
 21898 +  setopt NO_GLOB_SUBST
 21899 +else
 21900 +  case `(set -o) 2>/dev/null` in
 21901 +  *posix*) set -o posix ;;
 21902 +esac
 21903 +
 21904 +fi
 21905 +
 21906 +
 21907 +:
 21908 +(as_func_return () {
 21909 +  (exit $1)
 21910 +}
 21911 +as_func_success () {
 21912 +  as_func_return 0
 21913 +}
 21914 +as_func_failure () {
 21915 +  as_func_return 1
 21916 +}
 21917 +as_func_ret_success () {
 21918 +  return 0
 21919 +}
 21920 +as_func_ret_failure () {
 21921 +  return 1
 21922 +}
 21923 +
 21924 +exitcode=0
 21925 +if as_func_success; then
 21926 +  :
 21927 +else
 21928 +  exitcode=1
 21929 +  echo as_func_success failed.
 21930 +fi
 21931 +
 21932 +if as_func_failure; then
 21933 +  exitcode=1
 21934 +  echo as_func_failure succeeded.
 21935 +fi
 21936 +
 21937 +if as_func_ret_success; then
 21938 +  :
 21939 +else
 21940 +  exitcode=1
 21941 +  echo as_func_ret_success failed.
 21942 +fi
 21943 +
 21944 +if as_func_ret_failure; then
 21945 +  exitcode=1
 21946 +  echo as_func_ret_failure succeeded.
 21947 +fi
 21948 +
 21949 +if ( set x; as_func_ret_success y && test x = "$1" ); then
 21950 +  :
 21951 +else
 21952 +  exitcode=1
 21953 +  echo positional parameters were not saved.
 21954 +fi
 21955 +
 21956 +test $exitcode = 0) || { (exit 1); exit 1; }
 21957 +
 21958 +(
 21959    as_lineno_1=$LINENO
 21960    as_lineno_2=$LINENO
 21961 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 21962    test "x$as_lineno_1" != "x$as_lineno_2" &&
 21963 -  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 21964 -	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 21965 -	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 21966 -	     CONFIG_SHELL=$as_dir/$as_base
 21967 -	     export CONFIG_SHELL
 21968 -	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 21969 -	   fi;;
 21970 -	 esac
 21971 -       done
 21972 -done
 21973 -;;
 21974 -  esac
 21975 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
 21976 +
 21977 +_ASEOF
 21978 +}; then
 21979 +  break
 21980 +fi
 21981 +
 21982 +fi
 21983 +
 21984 +      done
 21985 +
 21986 +      if test "x$CONFIG_SHELL" != x; then
 21987 +  for as_var in BASH_ENV ENV
 21988 +        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 21989 +        done
 21990 +        export CONFIG_SHELL
 21991 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 21992 +fi
 21993 +
 21994 +
 21995 +    if test $as_have_required = no; then
 21996 +  echo This script requires a shell more modern than all the
 21997 +      echo shells that I found on your system.  Please install a
 21998 +      echo modern shell, or manually run the script under such a
 21999 +      echo shell if you do have one.
 22000 +      { (exit 1); exit 1; }
 22001 +fi
 22002 +
 22003 +
 22004 +fi
 22005 +
 22006 +fi
 22007 +
 22008 +
 22009 +
 22010 +(eval "as_func_return () {
 22011 +  (exit \$1)
 22012 +}
 22013 +as_func_success () {
 22014 +  as_func_return 0
 22015 +}
 22016 +as_func_failure () {
 22017 +  as_func_return 1
 22018 +}
 22019 +as_func_ret_success () {
 22020 +  return 0
 22021 +}
 22022 +as_func_ret_failure () {
 22023 +  return 1
 22024 +}
 22025 +
 22026 +exitcode=0
 22027 +if as_func_success; then
 22028 +  :
 22029 +else
 22030 +  exitcode=1
 22031 +  echo as_func_success failed.
 22032 +fi
 22033 +
 22034 +if as_func_failure; then
 22035 +  exitcode=1
 22036 +  echo as_func_failure succeeded.
 22037 +fi
 22038 +
 22039 +if as_func_ret_success; then
 22040 +  :
 22041 +else
 22042 +  exitcode=1
 22043 +  echo as_func_ret_success failed.
 22044 +fi
 22045 +
 22046 +if as_func_ret_failure; then
 22047 +  exitcode=1
 22048 +  echo as_func_ret_failure succeeded.
 22049 +fi
 22050 +
 22051 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 22052 +  :
 22053 +else
 22054 +  exitcode=1
 22055 +  echo positional parameters were not saved.
 22056 +fi
 22057 +
 22058 +test \$exitcode = 0") || {
 22059 +  echo No shell found that supports shell functions.
 22060 +  echo Please tell autoconf@gnu.org about your system,
 22061 +  echo including any error possibly output before this
 22062 +  echo message
 22063 +}
 22064 +
 22065 +
 22066 +
 22067 +  as_lineno_1=$LINENO
 22068 +  as_lineno_2=$LINENO
 22069 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
 22070 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 22071  
 22072    # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 22073    # uniformly replaced by the line number.  The first 'sed' inserts a
 22074 -  # line-number line before each line; the second 'sed' does the real
 22075 -  # work.  The second script uses 'N' to pair each line-number line
 22076 -  # with the numbered line, and appends trailing '-' during
 22077 -  # substitution so that $LINENO is not a special case at line end.
 22078 +  # line-number line after each line using $LINENO; the second 'sed'
 22079 +  # does the real work.  The second script uses 'N' to pair each
 22080 +  # line-number line with the line containing $LINENO, and appends
 22081 +  # trailing '-' during substitution so that $LINENO is not a special
 22082 +  # case at line end.
 22083    # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 22084 -  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 22085 -  sed '=' <$as_myself |
 22086 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 22087 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
 22088 +  sed -n '
 22089 +    p
 22090 +    /[$]LINENO/=
 22091 +  ' <$as_myself |
 22092      sed '
 22093 +      s/[$]LINENO.*/&-/
 22094 +      t lineno
 22095 +      b
 22096 +      :lineno
 22097        N
 22098 -      s,$,-,
 22099 -      : loop
 22100 -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 22101 +      :loop
 22102 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 22103        t loop
 22104 -      s,-$,,
 22105 -      s,^['$as_cr_digits']*\n,,
 22106 +      s/-\n.*//
 22107      ' >$as_me.lineno &&
 22108 -  chmod +x $as_me.lineno ||
 22109 +  chmod +x "$as_me.lineno" ||
 22110      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 22111     { (exit 1); exit 1; }; }
 22112  
 22113    # Don't try to exec as it changes $[0], causing all sort of problems
 22114    # (the dirname of $[0] is not the place where we might find the
 22115 -  # original and so on.  Autoconf is especially sensible to this).
 22116 -  . ./$as_me.lineno
 22117 +  # original and so on.  Autoconf is especially sensitive to this).
 22118 +  . "./$as_me.lineno"
 22119    # Exit status is that of the last command.
 22120    exit
 22121  }
 22122  
 22123  
 22124 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 22125 -  *c*,-n*) ECHO_N= ECHO_C='
 22126 -' ECHO_T='	' ;;
 22127 -  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 22128 -  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 22129 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 22130 +  as_dirname=dirname
 22131 +else
 22132 +  as_dirname=false
 22133 +fi
 22134 +
 22135 +ECHO_C= ECHO_N= ECHO_T=
 22136 +case `echo -n x` in
 22137 +-n*)
 22138 +  case `echo 'x\c'` in
 22139 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 22140 +  *)   ECHO_C='\c';;
 22141 +  esac;;
 22142 +*)
 22143 +  ECHO_N='-n';;
 22144  esac
 22145  
 22146 -if expr a : '\(a\)' >/dev/null 2>&1; then
 22147 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 22148 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 22149    as_expr=expr
 22150  else
 22151    as_expr=false
 22152  fi
 22153  
 22154  rm -f conf$$ conf$$.exe conf$$.file
 22155 +if test -d conf$$.dir; then
 22156 +  rm -f conf$$.dir/conf$$.file
 22157 +else
 22158 +  rm -f conf$$.dir
 22159 +  mkdir conf$$.dir
 22160 +fi
 22161  echo >conf$$.file
 22162  if ln -s conf$$.file conf$$ 2>/dev/null; then
 22163 -  # We could just check for DJGPP; but this test a) works b) is more generic
 22164 -  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 22165 -  if test -f conf$$.exe; then
 22166 -    # Don't use ln at all; we don't have any links
 22167 +  as_ln_s='ln -s'
 22168 +  # ... but there are two gotchas:
 22169 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 22170 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 22171 +  # In both cases, we have to default to `cp -p'.
 22172 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 22173      as_ln_s='cp -p'
 22174 -  else
 22175 -    as_ln_s='ln -s'
 22176 -  fi
 22177  elif ln conf$$.file conf$$ 2>/dev/null; then
 22178    as_ln_s=ln
 22179  else
 22180    as_ln_s='cp -p'
 22181  fi
 22182 -rm -f conf$$ conf$$.exe conf$$.file
 22183 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 22184 +rmdir conf$$.dir 2>/dev/null
 22185  
 22186  if mkdir -p . 2>/dev/null; then
 22187    as_mkdir_p=:
 22188 @@ -222,7 +518,28 @@
 22189    as_mkdir_p=false
 22190  fi
 22191  
 22192 -as_executable_p="test -f"
 22193 +if test -x / >/dev/null 2>&1; then
 22194 +  as_test_x='test -x'
 22195 +else
 22196 +  if ls -dL / >/dev/null 2>&1; then
 22197 +    as_ls_L_option=L
 22198 +  else
 22199 +    as_ls_L_option=
 22200 +  fi
 22201 +  as_test_x='
 22202 +    eval sh -c '\''
 22203 +      if test -d "$1"; then
 22204 +        test -d "$1/.";
 22205 +      else
 22206 +	case $1 in
 22207 +        -*)set "./$1";;
 22208 +	esac;
 22209 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 22210 +	???[sx]*):;;*)false;;esac;fi
 22211 +    '\'' sh
 22212 +  '
 22213 +fi
 22214 +as_executable_p=$as_test_x
 22215  
 22216  # Sed expression to map a string onto a valid CPP name.
 22217  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 22218 @@ -231,15 +548,6 @@
 22219  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 22220  
 22221  
 22222 -# IFS
 22223 -# We need space, tab and new line, in precisely that order.
 22224 -as_nl='
 22225 -'
 22226 -IFS=" 	$as_nl"
 22227 -
 22228 -# CDPATH.
 22229 -$as_unset CDPATH
 22230 -
 22231  
 22232  
 22233  # Check that we are running under the correct shell.
 22234 @@ -390,29 +698,26 @@
 22235  
 22236  
 22237  
 22238 +exec 7<&0 </dev/null 6>&1
 22239 +
 22240  # Name of the host.
 22241  # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 22242  # so uname gets run too.
 22243  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 22244  
 22245 -exec 6>&1
 22246 -
 22247  #
 22248  # Initializations.
 22249  #
 22250  ac_default_prefix=/usr/local
 22251 +ac_clean_files=
 22252  ac_config_libobj_dir=.
 22253 +LIBOBJS=
 22254  cross_compiling=no
 22255  subdirs=
 22256  MFLAGS=
 22257  MAKEFLAGS=
 22258  SHELL=${CONFIG_SHELL-/bin/sh}
 22259  
 22260 -# Maximum number of lines to put in a shell here document.
 22261 -# This variable seems obsolete.  It should probably be removed, and
 22262 -# only ac_max_sed_lines should be used.
 22263 -: ${ac_max_here_lines=38}
 22264 -
 22265  # Identity of this package.
 22266  PACKAGE_NAME='newlib'
 22267  PACKAGE_TARNAME='newlib'
 22268 @@ -424,66 +729,214 @@
 22269  # Factoring default headers for most tests.
 22270  ac_includes_default="\
 22271  #include <stdio.h>
 22272 -#if HAVE_SYS_TYPES_H
 22273 +#ifdef HAVE_SYS_TYPES_H
 22274  # include <sys/types.h>
 22275  #endif
 22276 -#if HAVE_SYS_STAT_H
 22277 +#ifdef HAVE_SYS_STAT_H
 22278  # include <sys/stat.h>
 22279  #endif
 22280 -#if STDC_HEADERS
 22281 +#ifdef STDC_HEADERS
 22282  # include <stdlib.h>
 22283  # include <stddef.h>
 22284  #else
 22285 -# if HAVE_STDLIB_H
 22286 +# ifdef HAVE_STDLIB_H
 22287  #  include <stdlib.h>
 22288  # endif
 22289  #endif
 22290 -#if HAVE_STRING_H
 22291 -# if !STDC_HEADERS && HAVE_MEMORY_H
 22292 +#ifdef HAVE_STRING_H
 22293 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 22294  #  include <memory.h>
 22295  # endif
 22296  # include <string.h>
 22297  #endif
 22298 -#if HAVE_STRINGS_H
 22299 +#ifdef HAVE_STRINGS_H
 22300  # include <strings.h>
 22301  #endif
 22302 -#if HAVE_INTTYPES_H
 22303 +#ifdef HAVE_INTTYPES_H
 22304  # include <inttypes.h>
 22305 -#else
 22306 -# if HAVE_STDINT_H
 22307 -#  include <stdint.h>
 22308 -# endif
 22309  #endif
 22310 -#if HAVE_UNISTD_H
 22311 +#ifdef HAVE_STDINT_H
 22312 +# include <stdint.h>
 22313 +#endif
 22314 +#ifdef HAVE_UNISTD_H
 22315  # include <unistd.h>
 22316  #endif"
 22317  
 22318 -ac_subdirs_all="$ac_subdirs_all a29khif"
 22319 -ac_subdirs_all="$ac_subdirs_all arc"
 22320 -ac_subdirs_all="$ac_subdirs_all arm"
 22321 -ac_subdirs_all="$ac_subdirs_all d10v"
 22322 -ac_subdirs_all="$ac_subdirs_all decstation"
 22323 -ac_subdirs_all="$ac_subdirs_all h8300hms"
 22324 -ac_subdirs_all="$ac_subdirs_all h8500hms"
 22325 -ac_subdirs_all="$ac_subdirs_all linux"
 22326 -ac_subdirs_all="$ac_subdirs_all m88kbug"
 22327 -ac_subdirs_all="$ac_subdirs_all mmixware"
 22328 -ac_subdirs_all="$ac_subdirs_all netware"
 22329 -ac_subdirs_all="$ac_subdirs_all rdos"
 22330 -ac_subdirs_all="$ac_subdirs_all rtems"
 22331 -ac_subdirs_all="$ac_subdirs_all sh"
 22332 -ac_subdirs_all="$ac_subdirs_all sparc64"
 22333 -ac_subdirs_all="$ac_subdirs_all sun4"
 22334 -ac_subdirs_all="$ac_subdirs_all sysmec"
 22335 -ac_subdirs_all="$ac_subdirs_all sysnec810"
 22336 -ac_subdirs_all="$ac_subdirs_all sysnecv850"
 22337 -ac_subdirs_all="$ac_subdirs_all sysvi386"
 22338 -ac_subdirs_all="$ac_subdirs_all sysvnecv70"
 22339 -ac_subdirs_all="$ac_subdirs_all tic80"
 22340 -ac_subdirs_all="$ac_subdirs_all w65"
 22341 -ac_subdirs_all="$ac_subdirs_all z8ksim"
 22342 -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'
 22343 +ac_subst_vars='SHELL
 22344 +PATH_SEPARATOR
 22345 +PACKAGE_NAME
 22346 +PACKAGE_TARNAME
 22347 +PACKAGE_VERSION
 22348 +PACKAGE_STRING
 22349 +PACKAGE_BUGREPORT
 22350 +exec_prefix
 22351 +prefix
 22352 +program_transform_name
 22353 +bindir
 22354 +sbindir
 22355 +libexecdir
 22356 +datarootdir
 22357 +datadir
 22358 +sysconfdir
 22359 +sharedstatedir
 22360 +localstatedir
 22361 +includedir
 22362 +oldincludedir
 22363 +docdir
 22364 +infodir
 22365 +htmldir
 22366 +dvidir
 22367 +pdfdir
 22368 +psdir
 22369 +libdir
 22370 +localedir
 22371 +mandir
 22372 +DEFS
 22373 +ECHO_C
 22374 +ECHO_N
 22375 +ECHO_T
 22376 +LIBS
 22377 +build_alias
 22378 +host_alias
 22379 +target_alias
 22380 +MAY_SUPPLY_SYSCALLS_TRUE
 22381 +MAY_SUPPLY_SYSCALLS_FALSE
 22382 +newlib_basedir
 22383 +build
 22384 +build_cpu
 22385 +build_vendor
 22386 +build_os
 22387 +host
 22388 +host_cpu
 22389 +host_vendor
 22390 +host_os
 22391 +INSTALL_PROGRAM
 22392 +INSTALL_SCRIPT
 22393 +INSTALL_DATA
 22394 +CYGPATH_W
 22395 +PACKAGE
 22396 +VERSION
 22397 +ACLOCAL
 22398 +AUTOCONF
 22399 +AUTOMAKE
 22400 +AUTOHEADER
 22401 +MAKEINFO
 22402 +install_sh
 22403 +STRIP
 22404 +INSTALL_STRIP_PROGRAM
 22405 +mkdir_p
 22406 +AWK
 22407 +SET_MAKE
 22408 +am__leading_dot
 22409 +AMTAR
 22410 +am__tar
 22411 +am__untar
 22412 +CC
 22413 +DEPDIR
 22414 +am__include
 22415 +am__quote
 22416 +AMDEP_TRUE
 22417 +AMDEP_FALSE
 22418 +AMDEPBACKSLASH
 22419 +CCDEPMODE
 22420 +am__fastdepCC_TRUE
 22421 +am__fastdepCC_FALSE
 22422 +AS
 22423 +AR
 22424 +RANLIB
 22425 +READELF
 22426 +MAINTAINER_MODE_TRUE
 22427 +MAINTAINER_MODE_FALSE
 22428 +MAINT
 22429 +CCAS
 22430 +CCASFLAGS
 22431 +NEWLIB_CFLAGS
 22432 +LDFLAGS
 22433 +ELIX_LEVEL_0_TRUE
 22434 +ELIX_LEVEL_0_FALSE
 22435 +ELIX_LEVEL_1_TRUE
 22436 +ELIX_LEVEL_1_FALSE
 22437 +ELIX_LEVEL_2_TRUE
 22438 +ELIX_LEVEL_2_FALSE
 22439 +ELIX_LEVEL_3_TRUE
 22440 +ELIX_LEVEL_3_FALSE
 22441 +ELIX_LEVEL_4_TRUE
 22442 +ELIX_LEVEL_4_FALSE
 22443 +USE_LIBTOOL_TRUE
 22444 +USE_LIBTOOL_FALSE
 22445 +OBJEXT
 22446 +oext
 22447 +aext
 22448 +lpfx
 22449 +libm_machine_dir
 22450 +machine_dir
 22451 +sys_dir
 22452 +SED
 22453 +DLLTOOL
 22454 +OBJDUMP
 22455 +LIBTOOL
 22456 +CFLAGS
 22457 +CPPFLAGS
 22458 +ac_ct_CC
 22459 +EXEEXT
 22460 +GREP
 22461 +EGREP
 22462 +FGREP
 22463 +LD
 22464 +DUMPBIN
 22465 +ac_ct_DUMPBIN
 22466 +NM
 22467 +LN_S
 22468 +lt_ECHO
 22469 +DSYMUTIL
 22470 +NMEDIT
 22471 +LIPO
 22472 +OTOOL
 22473 +OTOOL64
 22474 +CPP
 22475 +subdirs
 22476 +CRT0
 22477 +HAVE_SYS_DIR_TRUE
 22478 +HAVE_SYS_DIR_FALSE
 22479 +LIBOBJS
 22480 +LTLIBOBJS'
 22481  ac_subst_files=''
 22482 +      ac_precious_vars='build_alias
 22483 +host_alias
 22484 +target_alias
 22485 +CCAS
 22486 +CCASFLAGS
 22487 +CC
 22488 +CFLAGS
 22489 +LDFLAGS
 22490 +LIBS
 22491 +CPPFLAGS
 22492 +CPP'
 22493 +ac_subdirs_all='a29khif
 22494 +arc
 22495 +arm
 22496 +avr32
 22497 +d10v
 22498 +decstation
 22499 +h8300hms
 22500 +h8500hms
 22501 +linux
 22502 +m88kbug
 22503 +mmixware
 22504 +netware
 22505 +rdos
 22506 +rtems
 22507 +sh
 22508 +sparc64
 22509 +sun4
 22510 +sysmec
 22511 +sysnec810
 22512 +sysnecv850
 22513 +sysvi386
 22514 +sysvnecv70
 22515 +tic80
 22516 +w65
 22517 +z8ksim'
 22518  
 22519  # Initialize some variables set by options.
 22520  ac_init_help=
 22521 @@ -510,34 +963,48 @@
 22522  # and all the variables that are supposed to be based on exec_prefix
 22523  # by default will actually change.
 22524  # Use braces instead of parens because sh, perl, etc. also accept them.
 22525 +# (The list follows the same order as the GNU Coding Standards.)
 22526  bindir='${exec_prefix}/bin'
 22527  sbindir='${exec_prefix}/sbin'
 22528  libexecdir='${exec_prefix}/libexec'
 22529 -datadir='${prefix}/share'
 22530 +datarootdir='${prefix}/share'
 22531 +datadir='${datarootdir}'
 22532  sysconfdir='${prefix}/etc'
 22533  sharedstatedir='${prefix}/com'
 22534  localstatedir='${prefix}/var'
 22535 -libdir='${exec_prefix}/lib'
 22536  includedir='${prefix}/include'
 22537  oldincludedir='/usr/include'
 22538 -infodir='${prefix}/info'
 22539 -mandir='${prefix}/man'
 22540 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 22541 +infodir='${datarootdir}/info'
 22542 +htmldir='${docdir}'
 22543 +dvidir='${docdir}'
 22544 +pdfdir='${docdir}'
 22545 +psdir='${docdir}'
 22546 +libdir='${exec_prefix}/lib'
 22547 +localedir='${datarootdir}/locale'
 22548 +mandir='${datarootdir}/man'
 22549  
 22550  ac_prev=
 22551 +ac_dashdash=
 22552  for ac_option
 22553  do
 22554    # If the previous option needs an argument, assign it.
 22555    if test -n "$ac_prev"; then
 22556 -    eval "$ac_prev=\$ac_option"
 22557 +    eval $ac_prev=\$ac_option
 22558      ac_prev=
 22559      continue
 22560    fi
 22561  
 22562 -  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
 22563 +  case $ac_option in
 22564 +  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 22565 +  *)	ac_optarg=yes ;;
 22566 +  esac
 22567  
 22568    # Accept the important Cygnus configure options, so we can diagnose typos.
 22569  
 22570 -  case $ac_option in
 22571 +  case $ac_dashdash$ac_option in
 22572 +  --)
 22573 +    ac_dashdash=yes ;;
 22574  
 22575    -bindir | --bindir | --bindi | --bind | --bin | --bi)
 22576      ac_prev=bindir ;;
 22577 @@ -559,33 +1026,45 @@
 22578    --config-cache | -C)
 22579      cache_file=config.cache ;;
 22580  
 22581 -  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
 22582 +  -datadir | --datadir | --datadi | --datad)
 22583      ac_prev=datadir ;;
 22584 -  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
 22585 -  | --da=*)
 22586 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
 22587      datadir=$ac_optarg ;;
 22588  
 22589 +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 22590 +  | --dataroo | --dataro | --datar)
 22591 +    ac_prev=datarootdir ;;
 22592 +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 22593 +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
 22594 +    datarootdir=$ac_optarg ;;
 22595 +
 22596    -disable-* | --disable-*)
 22597      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 22598      # Reject names that are not valid shell variable names.
 22599 -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 22600 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 22601        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 22602     { (exit 1); exit 1; }; }
 22603 -    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 22604 -    eval "enable_$ac_feature=no" ;;
 22605 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 22606 +    eval enable_$ac_feature=no ;;
 22607 +
 22608 +  -docdir | --docdir | --docdi | --doc | --do)
 22609 +    ac_prev=docdir ;;
 22610 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 22611 +    docdir=$ac_optarg ;;
 22612 +
 22613 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
 22614 +    ac_prev=dvidir ;;
 22615 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
 22616 +    dvidir=$ac_optarg ;;
 22617  
 22618    -enable-* | --enable-*)
 22619      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 22620      # Reject names that are not valid shell variable names.
 22621 -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 22622 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 22623        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 22624     { (exit 1); exit 1; }; }
 22625 -    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 22626 -    case $ac_option in
 22627 -      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
 22628 -      *) ac_optarg=yes ;;
 22629 -    esac
 22630 -    eval "enable_$ac_feature='$ac_optarg'" ;;
 22631 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 22632 +    eval enable_$ac_feature=\$ac_optarg ;;
 22633  
 22634    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 22635    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 22636 @@ -612,6 +1091,12 @@
 22637    -host=* | --host=* | --hos=* | --ho=*)
 22638      host_alias=$ac_optarg ;;
 22639  
 22640 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
 22641 +    ac_prev=htmldir ;;
 22642 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 22643 +  | --ht=*)
 22644 +    htmldir=$ac_optarg ;;
 22645 +
 22646    -includedir | --includedir | --includedi | --included | --include \
 22647    | --includ | --inclu | --incl | --inc)
 22648      ac_prev=includedir ;;
 22649 @@ -636,13 +1121,16 @@
 22650    | --libexe=* | --libex=* | --libe=*)
 22651      libexecdir=$ac_optarg ;;
 22652  
 22653 +  -localedir | --localedir | --localedi | --localed | --locale)
 22654 +    ac_prev=localedir ;;
 22655 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
 22656 +    localedir=$ac_optarg ;;
 22657 +
 22658    -localstatedir | --localstatedir | --localstatedi | --localstated \
 22659 -  | --localstate | --localstat | --localsta | --localst \
 22660 -  | --locals | --local | --loca | --loc | --lo)
 22661 +  | --localstate | --localstat | --localsta | --localst | --locals)
 22662      ac_prev=localstatedir ;;
 22663    -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 22664 -  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
 22665 -  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
 22666 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
 22667      localstatedir=$ac_optarg ;;
 22668  
 22669    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
 22670 @@ -707,6 +1195,16 @@
 22671    | --progr-tra=* | --program-tr=* | --program-t=*)
 22672      program_transform_name=$ac_optarg ;;
 22673  
 22674 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
 22675 +    ac_prev=pdfdir ;;
 22676 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
 22677 +    pdfdir=$ac_optarg ;;
 22678 +
 22679 +  -psdir | --psdir | --psdi | --psd | --ps)
 22680 +    ac_prev=psdir ;;
 22681 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
 22682 +    psdir=$ac_optarg ;;
 22683 +
 22684    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 22685    | -silent | --silent | --silen | --sile | --sil)
 22686      silent=yes ;;
 22687 @@ -759,24 +1257,20 @@
 22688    -with-* | --with-*)
 22689      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 22690      # Reject names that are not valid shell variable names.
 22691 -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 22692 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 22693        { echo "$as_me: error: invalid package name: $ac_package" >&2
 22694     { (exit 1); exit 1; }; }
 22695 -    ac_package=`echo $ac_package| sed 's/-/_/g'`
 22696 -    case $ac_option in
 22697 -      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
 22698 -      *) ac_optarg=yes ;;
 22699 -    esac
 22700 -    eval "with_$ac_package='$ac_optarg'" ;;
 22701 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 22702 +    eval with_$ac_package=\$ac_optarg ;;
 22703  
 22704    -without-* | --without-*)
 22705      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 22706      # Reject names that are not valid shell variable names.
 22707 -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 22708 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 22709        { echo "$as_me: error: invalid package name: $ac_package" >&2
 22710     { (exit 1); exit 1; }; }
 22711 -    ac_package=`echo $ac_package | sed 's/-/_/g'`
 22712 -    eval "with_$ac_package=no" ;;
 22713 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 22714 +    eval with_$ac_package=no ;;
 22715  
 22716    --x)
 22717      # Obsolete; use --with-x.
 22718 @@ -807,8 +1301,7 @@
 22719      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 22720        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 22721     { (exit 1); exit 1; }; }
 22722 -    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
 22723 -    eval "$ac_envvar='$ac_optarg'"
 22724 +    eval $ac_envvar=\$ac_optarg
 22725      export $ac_envvar ;;
 22726  
 22727    *)
 22728 @@ -828,27 +1321,19 @@
 22729     { (exit 1); exit 1; }; }
 22730  fi
 22731  
 22732 -# Be sure to have absolute paths.
 22733 -for ac_var in exec_prefix prefix
 22734 -do
 22735 -  eval ac_val=$`echo $ac_var`
 22736 -  case $ac_val in
 22737 -    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
 22738 -    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 22739 -   { (exit 1); exit 1; }; };;
 22740 -  esac
 22741 -done
 22742 -
 22743 -# Be sure to have absolute paths.
 22744 -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
 22745 -	      localstatedir libdir includedir oldincludedir infodir mandir
 22746 +# Be sure to have absolute directory names.
 22747 +for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
 22748 +		datadir sysconfdir sharedstatedir localstatedir includedir \
 22749 +		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 22750 +		libdir localedir mandir
 22751  do
 22752 -  eval ac_val=$`echo $ac_var`
 22753 +  eval ac_val=\$$ac_var
 22754    case $ac_val in
 22755 -    [\\/$]* | ?:[\\/]* ) ;;
 22756 -    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 22757 -   { (exit 1); exit 1; }; };;
 22758 +    [\\/$]* | ?:[\\/]* )  continue;;
 22759 +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 22760    esac
 22761 +  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 22762 +   { (exit 1); exit 1; }; }
 22763  done
 22764  
 22765  # There might be people who depend on the old broken behavior: `$host'
 22766 @@ -875,82 +1360,76 @@
 22767  test "$silent" = yes && exec 6>/dev/null
 22768  
 22769  
 22770 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
 22771 +ac_ls_di=`ls -di .` &&
 22772 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 22773 +  { echo "$as_me: error: Working directory cannot be determined" >&2
 22774 +   { (exit 1); exit 1; }; }
 22775 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 22776 +  { echo "$as_me: error: pwd does not report name of working directory" >&2
 22777 +   { (exit 1); exit 1; }; }
 22778 +
 22779 +
 22780  # Find the source files, if location was not specified.
 22781  if test -z "$srcdir"; then
 22782    ac_srcdir_defaulted=yes
 22783 -  # Try the directory containing this script, then its parent.
 22784 -  ac_confdir=`(dirname "$0") 2>/dev/null ||
 22785 +  # Try the directory containing this script, then the parent directory.
 22786 +  ac_confdir=`$as_dirname -- "$0" ||
 22787  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 22788  	 X"$0" : 'X\(//\)[^/]' \| \
 22789  	 X"$0" : 'X\(//\)$' \| \
 22790 -	 X"$0" : 'X\(/\)' \| \
 22791 -	 .     : '\(.\)' 2>/dev/null ||
 22792 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 22793  echo X"$0" |
 22794 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 22795 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 22796 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 22797 -  	  /^X\(\/\).*/{ s//\1/; q; }
 22798 -  	  s/.*/./; q'`
 22799 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 22800 +	    s//\1/
 22801 +	    q
 22802 +	  }
 22803 +	  /^X\(\/\/\)[^/].*/{
 22804 +	    s//\1/
 22805 +	    q
 22806 +	  }
 22807 +	  /^X\(\/\/\)$/{
 22808 +	    s//\1/
 22809 +	    q
 22810 +	  }
 22811 +	  /^X\(\/\).*/{
 22812 +	    s//\1/
 22813 +	    q
 22814 +	  }
 22815 +	  s/.*/./; q'`
 22816    srcdir=$ac_confdir
 22817 -  if test ! -r $srcdir/$ac_unique_file; then
 22818 +  if test ! -r "$srcdir/$ac_unique_file"; then
 22819      srcdir=..
 22820    fi
 22821  else
 22822    ac_srcdir_defaulted=no
 22823  fi
 22824 -if test ! -r $srcdir/$ac_unique_file; then
 22825 -  if test "$ac_srcdir_defaulted" = yes; then
 22826 -    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
 22827 -   { (exit 1); exit 1; }; }
 22828 -  else
 22829 -    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 22830 -   { (exit 1); exit 1; }; }
 22831 -  fi
 22832 -fi
 22833 -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
 22834 -  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
 22835 -   { (exit 1); exit 1; }; }
 22836 -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
 22837 -ac_env_build_alias_set=${build_alias+set}
 22838 -ac_env_build_alias_value=$build_alias
 22839 -ac_cv_env_build_alias_set=${build_alias+set}
 22840 -ac_cv_env_build_alias_value=$build_alias
 22841 -ac_env_host_alias_set=${host_alias+set}
 22842 -ac_env_host_alias_value=$host_alias
 22843 -ac_cv_env_host_alias_set=${host_alias+set}
 22844 -ac_cv_env_host_alias_value=$host_alias
 22845 -ac_env_target_alias_set=${target_alias+set}
 22846 -ac_env_target_alias_value=$target_alias
 22847 -ac_cv_env_target_alias_set=${target_alias+set}
 22848 -ac_cv_env_target_alias_value=$target_alias
 22849 -ac_env_CCAS_set=${CCAS+set}
 22850 -ac_env_CCAS_value=$CCAS
 22851 -ac_cv_env_CCAS_set=${CCAS+set}
 22852 -ac_cv_env_CCAS_value=$CCAS
 22853 -ac_env_CCASFLAGS_set=${CCASFLAGS+set}
 22854 -ac_env_CCASFLAGS_value=$CCASFLAGS
 22855 -ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
 22856 -ac_cv_env_CCASFLAGS_value=$CCASFLAGS
 22857 -ac_env_CC_set=${CC+set}
 22858 -ac_env_CC_value=$CC
 22859 -ac_cv_env_CC_set=${CC+set}
 22860 -ac_cv_env_CC_value=$CC
 22861 -ac_env_CFLAGS_set=${CFLAGS+set}
 22862 -ac_env_CFLAGS_value=$CFLAGS
 22863 -ac_cv_env_CFLAGS_set=${CFLAGS+set}
 22864 -ac_cv_env_CFLAGS_value=$CFLAGS
 22865 -ac_env_LDFLAGS_set=${LDFLAGS+set}
 22866 -ac_env_LDFLAGS_value=$LDFLAGS
 22867 -ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
 22868 -ac_cv_env_LDFLAGS_value=$LDFLAGS
 22869 -ac_env_CPPFLAGS_set=${CPPFLAGS+set}
 22870 -ac_env_CPPFLAGS_value=$CPPFLAGS
 22871 -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
 22872 -ac_cv_env_CPPFLAGS_value=$CPPFLAGS
 22873 -ac_env_CPP_set=${CPP+set}
 22874 -ac_env_CPP_value=$CPP
 22875 -ac_cv_env_CPP_set=${CPP+set}
 22876 -ac_cv_env_CPP_value=$CPP
 22877 +if test ! -r "$srcdir/$ac_unique_file"; then
 22878 +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 22879 +  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 22880 +   { (exit 1); exit 1; }; }
 22881 +fi
 22882 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 22883 +ac_abs_confdir=`(
 22884 +	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 22885 +   { (exit 1); exit 1; }; }
 22886 +	pwd)`
 22887 +# When building in place, set srcdir=.
 22888 +if test "$ac_abs_confdir" = "$ac_pwd"; then
 22889 +  srcdir=.
 22890 +fi
 22891 +# Remove unnecessary trailing slashes from srcdir.
 22892 +# Double slashes in file names in object file debugging info
 22893 +# mess up M-x gdb in Emacs.
 22894 +case $srcdir in
 22895 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 22896 +esac
 22897 +for ac_var in $ac_precious_vars; do
 22898 +  eval ac_env_${ac_var}_set=\${${ac_var}+set}
 22899 +  eval ac_env_${ac_var}_value=\$${ac_var}
 22900 +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 22901 +  eval ac_cv_env_${ac_var}_value=\$${ac_var}
 22902 +done
 22903  
 22904  #
 22905  # Report the --help message.
 22906 @@ -979,9 +1458,6 @@
 22907    -n, --no-create         do not create output files
 22908        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 22909  
 22910 -_ACEOF
 22911 -
 22912 -  cat <<_ACEOF
 22913  Installation directories:
 22914    --prefix=PREFIX         install architecture-independent files in PREFIX
 22915  			  [$ac_default_prefix]
 22916 @@ -999,15 +1475,22 @@
 22917    --bindir=DIR           user executables [EPREFIX/bin]
 22918    --sbindir=DIR          system admin executables [EPREFIX/sbin]
 22919    --libexecdir=DIR       program executables [EPREFIX/libexec]
 22920 -  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
 22921    --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 22922    --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 22923    --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 22924    --libdir=DIR           object code libraries [EPREFIX/lib]
 22925    --includedir=DIR       C header files [PREFIX/include]
 22926    --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 22927 -  --infodir=DIR          info documentation [PREFIX/info]
 22928 -  --mandir=DIR           man documentation [PREFIX/man]
 22929 +  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 22930 +  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 22931 +  --infodir=DIR          info documentation [DATAROOTDIR/info]
 22932 +  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 22933 +  --mandir=DIR           man documentation [DATAROOTDIR/man]
 22934 +  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
 22935 +  --htmldir=DIR          html documentation [DOCDIR]
 22936 +  --dvidir=DIR           dvi documentation [DOCDIR]
 22937 +  --pdfdir=DIR           pdf documentation [DOCDIR]
 22938 +  --psdir=DIR            ps documentation [DOCDIR]
 22939  _ACEOF
 22940  
 22941    cat <<\_ACEOF
 22942 @@ -1044,10 +1527,8 @@
 22943    --enable-dependency-tracking   do not reject slow dependency extractors
 22944    --enable-maintainer-mode  enable make rules and dependencies not useful
 22945  			  (and sometimes confusing) to the casual installer
 22946 -  --enable-shared[=PKGS]
 22947 -                          build shared libraries [default=yes]
 22948 -  --enable-static[=PKGS]
 22949 -                          build static libraries [default=yes]
 22950 +  --enable-shared[=PKGS]  build shared libraries [default=yes]
 22951 +  --enable-static[=PKGS]  build static libraries [default=yes]
 22952    --enable-fast-install[=PKGS]
 22953                            optimize for fast installation [default=yes]
 22954    --disable-libtool-lock  avoid locking (might break parallel builds)
 22955 @@ -1066,128 +1547,95 @@
 22956    CFLAGS      C compiler flags
 22957    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
 22958                nonstandard directory <lib dir>
 22959 -  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
 22960 -              headers in a nonstandard directory <include dir>
 22961 +  LIBS        libraries to pass to the linker, e.g. -l<library>
 22962 +  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 22963 +              you have headers in a nonstandard directory <include dir>
 22964    CPP         C preprocessor
 22965  
 22966  Use these variables to override the choices made by `configure' or to help
 22967  it to find libraries and programs with nonstandard names/locations.
 22968  
 22969  _ACEOF
 22970 +ac_status=$?
 22971  fi
 22972  
 22973  if test "$ac_init_help" = "recursive"; then
 22974    # If there are subdirs, report their specific --help.
 22975 -  ac_popdir=`pwd`
 22976    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 22977 -    test -d $ac_dir || continue
 22978 +    test -d "$ac_dir" || continue
 22979      ac_builddir=.
 22980  
 22981 -if test "$ac_dir" != .; then
 22982 +case "$ac_dir" in
 22983 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 22984 +*)
 22985    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 22986 -  # A "../" for each directory in $ac_dir_suffix.
 22987 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 22988 -else
 22989 -  ac_dir_suffix= ac_top_builddir=
 22990 -fi
 22991 +  # A ".." for each directory in $ac_dir_suffix.
 22992 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 22993 +  case $ac_top_builddir_sub in
 22994 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 22995 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 22996 +  esac ;;
 22997 +esac
 22998 +ac_abs_top_builddir=$ac_pwd
 22999 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
 23000 +# for backward compatibility:
 23001 +ac_top_builddir=$ac_top_build_prefix
 23002  
 23003  case $srcdir in
 23004 -  .)  # No --srcdir option.  We are building in place.
 23005 +  .)  # We are building in place.
 23006      ac_srcdir=.
 23007 -    if test -z "$ac_top_builddir"; then
 23008 -       ac_top_srcdir=.
 23009 -    else
 23010 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 23011 -    fi ;;
 23012 -  [\\/]* | ?:[\\/]* )  # Absolute path.
 23013 +    ac_top_srcdir=$ac_top_builddir_sub
 23014 +    ac_abs_top_srcdir=$ac_pwd ;;
 23015 +  [\\/]* | ?:[\\/]* )  # Absolute name.
 23016      ac_srcdir=$srcdir$ac_dir_suffix;
 23017 -    ac_top_srcdir=$srcdir ;;
 23018 -  *) # Relative path.
 23019 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 23020 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 23021 -esac
 23022 -
 23023 -# Do not use `cd foo && pwd` to compute absolute paths, because
 23024 -# the directories may not exist.
 23025 -case `pwd` in
 23026 -.) ac_abs_builddir="$ac_dir";;
 23027 -*)
 23028 -  case "$ac_dir" in
 23029 -  .) ac_abs_builddir=`pwd`;;
 23030 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 23031 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 23032 -  esac;;
 23033 -esac
 23034 -case $ac_abs_builddir in
 23035 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
 23036 -*)
 23037 -  case ${ac_top_builddir}. in
 23038 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
 23039 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 23040 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 23041 -  esac;;
 23042 -esac
 23043 -case $ac_abs_builddir in
 23044 -.) ac_abs_srcdir=$ac_srcdir;;
 23045 -*)
 23046 -  case $ac_srcdir in
 23047 -  .) ac_abs_srcdir=$ac_abs_builddir;;
 23048 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 23049 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 23050 -  esac;;
 23051 -esac
 23052 -case $ac_abs_builddir in
 23053 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
 23054 -*)
 23055 -  case $ac_top_srcdir in
 23056 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 23057 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 23058 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 23059 -  esac;;
 23060 +    ac_top_srcdir=$srcdir
 23061 +    ac_abs_top_srcdir=$srcdir ;;
 23062 +  *) # Relative name.
 23063 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 23064 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
 23065 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 23066  esac
 23067 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 23068  
 23069 -    cd $ac_dir
 23070 -    # Check for guested configure; otherwise get Cygnus style configure.
 23071 -    if test -f $ac_srcdir/configure.gnu; then
 23072 -      echo
 23073 -      $SHELL $ac_srcdir/configure.gnu  --help=recursive
 23074 -    elif test -f $ac_srcdir/configure; then
 23075 -      echo
 23076 -      $SHELL $ac_srcdir/configure  --help=recursive
 23077 -    elif test -f $ac_srcdir/configure.ac ||
 23078 -	   test -f $ac_srcdir/configure.in; then
 23079 -      echo
 23080 -      $ac_configure --help
 23081 +    cd "$ac_dir" || { ac_status=$?; continue; }
 23082 +    # Check for guested configure.
 23083 +    if test -f "$ac_srcdir/configure.gnu"; then
 23084 +      echo &&
 23085 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 23086 +    elif test -f "$ac_srcdir/configure"; then
 23087 +      echo &&
 23088 +      $SHELL "$ac_srcdir/configure" --help=recursive
 23089      else
 23090        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 23091 -    fi
 23092 -    cd $ac_popdir
 23093 +    fi || ac_status=$?
 23094 +    cd "$ac_pwd" || { ac_status=$?; break; }
 23095    done
 23096  fi
 23097  
 23098 -test -n "$ac_init_help" && exit 0
 23099 +test -n "$ac_init_help" && exit $ac_status
 23100  if $ac_init_version; then
 23101    cat <<\_ACEOF
 23102  newlib configure 1.17.0
 23103 -generated by GNU Autoconf 2.59
 23104 +generated by GNU Autoconf 2.61
 23105  
 23106 -Copyright (C) 2003 Free Software Foundation, Inc.
 23107 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 23108 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 23109  This configure script is free software; the Free Software Foundation
 23110  gives unlimited permission to copy, distribute and modify it.
 23111  _ACEOF
 23112 -  exit 0
 23113 +  exit
 23114  fi
 23115 -exec 5>config.log
 23116 -cat >&5 <<_ACEOF
 23117 +cat >config.log <<_ACEOF
 23118  This file contains any messages produced by compilers while
 23119  running configure, to aid debugging if configure makes a mistake.
 23120  
 23121  It was created by newlib $as_me 1.17.0, which was
 23122 -generated by GNU Autoconf 2.59.  Invocation command line was
 23123 +generated by GNU Autoconf 2.61.  Invocation command line was
 23124  
 23125    $ $0 $@
 23126  
 23127  _ACEOF
 23128 +exec 5>>config.log
 23129  {
 23130  cat <<_ASUNAME
 23131  ## --------- ##
 23132 @@ -1206,7 +1654,7 @@
 23133  /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 23134  /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 23135  /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 23136 -hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
 23137 +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 23138  /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 23139  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 23140  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 23141 @@ -1220,6 +1668,7 @@
 23142    test -z "$as_dir" && as_dir=.
 23143    echo "PATH: $as_dir"
 23144  done
 23145 +IFS=$as_save_IFS
 23146  
 23147  } >&5
 23148  
 23149 @@ -1241,7 +1690,6 @@
 23150  ac_configure_args=
 23151  ac_configure_args0=
 23152  ac_configure_args1=
 23153 -ac_sep=
 23154  ac_must_keep_next=false
 23155  for ac_pass in 1 2
 23156  do
 23157 @@ -1252,7 +1700,7 @@
 23158      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 23159      | -silent | --silent | --silen | --sile | --sil)
 23160        continue ;;
 23161 -    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 23162 +    *\'*)
 23163        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 23164      esac
 23165      case $ac_pass in
 23166 @@ -1274,9 +1722,7 @@
 23167  	  -* ) ac_must_keep_next=true ;;
 23168  	esac
 23169        fi
 23170 -      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
 23171 -      # Get rid of the leading space.
 23172 -      ac_sep=" "
 23173 +      ac_configure_args="$ac_configure_args '$ac_arg'"
 23174        ;;
 23175      esac
 23176    done
 23177 @@ -1287,8 +1733,8 @@
 23178  # When interrupted or exit'd, cleanup temporary files, and complete
 23179  # config.log.  We remove comments because anyway the quotes in there
 23180  # would cause problems or look ugly.
 23181 -# WARNING: Be sure not to use single quotes in there, as some shells,
 23182 -# such as our DU 5.0 friend, will then `close' the trap.
 23183 +# WARNING: Use '\'' to represent an apostrophe within the trap.
 23184 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 23185  trap 'exit_status=$?
 23186    # Save into config.log some information that might help in debugging.
 23187    {
 23188 @@ -1301,20 +1747,34 @@
 23189  _ASBOX
 23190      echo
 23191      # The following way of writing the cache mishandles newlines in values,
 23192 -{
 23193 +(
 23194 +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 23195 +    eval ac_val=\$$ac_var
 23196 +    case $ac_val in #(
 23197 +    *${as_nl}*)
 23198 +      case $ac_var in #(
 23199 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 23200 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 23201 +      esac
 23202 +      case $ac_var in #(
 23203 +      _ | IFS | as_nl) ;; #(
 23204 +      *) $as_unset $ac_var ;;
 23205 +      esac ;;
 23206 +    esac
 23207 +  done
 23208    (set) 2>&1 |
 23209 -    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
 23210 -    *ac_space=\ *)
 23211 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 23212 +    *${as_nl}ac_space=\ *)
 23213        sed -n \
 23214 -	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
 23215 -	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
 23216 -      ;;
 23217 +	"s/'\''/'\''\\\\'\'''\''/g;
 23218 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 23219 +      ;; #(
 23220      *)
 23221 -      sed -n \
 23222 -	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 23223 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 23224        ;;
 23225 -    esac;
 23226 -}
 23227 +    esac |
 23228 +    sort
 23229 +)
 23230      echo
 23231  
 23232      cat <<\_ASBOX
 23233 @@ -1325,22 +1785,28 @@
 23234      echo
 23235      for ac_var in $ac_subst_vars
 23236      do
 23237 -      eval ac_val=$`echo $ac_var`
 23238 -      echo "$ac_var='"'"'$ac_val'"'"'"
 23239 +      eval ac_val=\$$ac_var
 23240 +      case $ac_val in
 23241 +      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 23242 +      esac
 23243 +      echo "$ac_var='\''$ac_val'\''"
 23244      done | sort
 23245      echo
 23246  
 23247      if test -n "$ac_subst_files"; then
 23248        cat <<\_ASBOX
 23249 -## ------------- ##
 23250 -## Output files. ##
 23251 -## ------------- ##
 23252 +## ------------------- ##
 23253 +## File substitutions. ##
 23254 +## ------------------- ##
 23255  _ASBOX
 23256        echo
 23257        for ac_var in $ac_subst_files
 23258        do
 23259 -	eval ac_val=$`echo $ac_var`
 23260 -	echo "$ac_var='"'"'$ac_val'"'"'"
 23261 +	eval ac_val=\$$ac_var
 23262 +	case $ac_val in
 23263 +	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 23264 +	esac
 23265 +	echo "$ac_var='\''$ac_val'\''"
 23266        done | sort
 23267        echo
 23268      fi
 23269 @@ -1352,26 +1818,24 @@
 23270  ## ----------- ##
 23271  _ASBOX
 23272        echo
 23273 -      sed "/^$/d" confdefs.h | sort
 23274 +      cat confdefs.h
 23275        echo
 23276      fi
 23277      test "$ac_signal" != 0 &&
 23278        echo "$as_me: caught signal $ac_signal"
 23279      echo "$as_me: exit $exit_status"
 23280    } >&5
 23281 -  rm -f core *.core &&
 23282 -  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
 23283 +  rm -f core *.core core.conftest.* &&
 23284 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 23285      exit $exit_status
 23286 -     ' 0
 23287 +' 0
 23288  for ac_signal in 1 2 13 15; do
 23289    trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 23290  done
 23291  ac_signal=0
 23292  
 23293  # confdefs.h avoids OS command line length limits that DEFS can exceed.
 23294 -rm -rf conftest* confdefs.h
 23295 -# AIX cpp loses on an empty file, so make sure it contains at least a newline.
 23296 -echo >confdefs.h
 23297 +rm -f -r conftest* confdefs.h
 23298  
 23299  # Predefined preprocessor variables.
 23300  
 23301 @@ -1402,14 +1866,17 @@
 23302  
 23303  # Let the site file select an alternate cache file if it wants to.
 23304  # Prefer explicitly selected file to automatically selected ones.
 23305 -if test -z "$CONFIG_SITE"; then
 23306 -  if test "x$prefix" != xNONE; then
 23307 -    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
 23308 -  else
 23309 -    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
 23310 -  fi
 23311 +if test -n "$CONFIG_SITE"; then
 23312 +  set x "$CONFIG_SITE"
 23313 +elif test "x$prefix" != xNONE; then
 23314 +  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 23315 +else
 23316 +  set x "$ac_default_prefix/share/config.site" \
 23317 +	"$ac_default_prefix/etc/config.site"
 23318  fi
 23319 -for ac_site_file in $CONFIG_SITE; do
 23320 +shift
 23321 +for ac_site_file
 23322 +do
 23323    if test -r "$ac_site_file"; then
 23324      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 23325  echo "$as_me: loading site script $ac_site_file" >&6;}
 23326 @@ -1425,8 +1892,8 @@
 23327      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 23328  echo "$as_me: loading cache $cache_file" >&6;}
 23329      case $cache_file in
 23330 -      [\\/]* | ?:[\\/]* ) . $cache_file;;
 23331 -      *)                      . ./$cache_file;;
 23332 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
 23333 +      *)                      . "./$cache_file";;
 23334      esac
 23335    fi
 23336  else
 23337 @@ -1438,12 +1905,11 @@
 23338  # Check that the precious variables saved in the cache have kept the same
 23339  # value.
 23340  ac_cache_corrupted=false
 23341 -for ac_var in `(set) 2>&1 |
 23342 -	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
 23343 +for ac_var in $ac_precious_vars; do
 23344    eval ac_old_set=\$ac_cv_env_${ac_var}_set
 23345    eval ac_new_set=\$ac_env_${ac_var}_set
 23346 -  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
 23347 -  eval ac_new_val="\$ac_env_${ac_var}_value"
 23348 +  eval ac_old_val=\$ac_cv_env_${ac_var}_value
 23349 +  eval ac_new_val=\$ac_env_${ac_var}_value
 23350    case $ac_old_set,$ac_new_set in
 23351      set,)
 23352        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 23353 @@ -1468,8 +1934,7 @@
 23354    # Pass precious variables to config.status.
 23355    if test "$ac_new_set" = set; then
 23356      case $ac_new_val in
 23357 -    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 23358 -      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 23359 +    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 23360      *) ac_arg=$ac_var=$ac_new_val ;;
 23361      esac
 23362      case " $ac_configure_args " in
 23363 @@ -1486,12 +1951,6 @@
 23364     { (exit 1); exit 1; }; }
 23365  fi
 23366  
 23367 -ac_ext=c
 23368 -ac_cpp='$CPP $CPPFLAGS'
 23369 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 23370 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 23371 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
 23372 -
 23373  
 23374  
 23375  
 23376 @@ -1516,67 +1975,92 @@
 23377  
 23378  
 23379  
 23380 +ac_ext=c
 23381 +ac_cpp='$CPP $CPPFLAGS'
 23382 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 23383 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 23384 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
 23385  
 23386  
 23387  
 23388  
 23389  ac_aux_dir=
 23390 -for ac_dir in ../../.. $srcdir/../../..; do
 23391 -  if test -f $ac_dir/install-sh; then
 23392 +for ac_dir in ../../.. "$srcdir"/../../..; do
 23393 +  if test -f "$ac_dir/install-sh"; then
 23394      ac_aux_dir=$ac_dir
 23395      ac_install_sh="$ac_aux_dir/install-sh -c"
 23396      break
 23397 -  elif test -f $ac_dir/install.sh; then
 23398 +  elif test -f "$ac_dir/install.sh"; then
 23399      ac_aux_dir=$ac_dir
 23400      ac_install_sh="$ac_aux_dir/install.sh -c"
 23401      break
 23402 -  elif test -f $ac_dir/shtool; then
 23403 +  elif test -f "$ac_dir/shtool"; then
 23404      ac_aux_dir=$ac_dir
 23405      ac_install_sh="$ac_aux_dir/shtool install -c"
 23406      break
 23407    fi
 23408  done
 23409  if test -z "$ac_aux_dir"; then
 23410 -  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&5
 23411 -echo "$as_me: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&2;}
 23412 +  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&5
 23413 +echo "$as_me: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&2;}
 23414     { (exit 1); exit 1; }; }
 23415  fi
 23416 -ac_config_guess="$SHELL $ac_aux_dir/config.guess"
 23417 -ac_config_sub="$SHELL $ac_aux_dir/config.sub"
 23418 -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
 23419 +
 23420 +# These three variables are undocumented and unsupported,
 23421 +# and are intended to be withdrawn in a future Autoconf release.
 23422 +# They can cause serious problems if a builder's source tree is in a directory
 23423 +# whose full name contains unusual characters.
 23424 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
 23425 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
 23426 +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 23427 +
 23428  
 23429  
 23430  
 23431  # Make sure we can run config.sub.
 23432 -$ac_config_sub sun4 >/dev/null 2>&1 ||
 23433 -  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
 23434 -echo "$as_me: error: cannot run $ac_config_sub" >&2;}
 23435 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 23436 +  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 23437 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 23438     { (exit 1); exit 1; }; }
 23439  
 23440 -echo "$as_me:$LINENO: checking build system type" >&5
 23441 -echo $ECHO_N "checking build system type... $ECHO_C" >&6
 23442 +{ echo "$as_me:$LINENO: checking build system type" >&5
 23443 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 23444  if test "${ac_cv_build+set}" = set; then
 23445    echo $ECHO_N "(cached) $ECHO_C" >&6
 23446  else
 23447 -  ac_cv_build_alias=$build_alias
 23448 -test -z "$ac_cv_build_alias" &&
 23449 -  ac_cv_build_alias=`$ac_config_guess`
 23450 -test -z "$ac_cv_build_alias" &&
 23451 +  ac_build_alias=$build_alias
 23452 +test "x$ac_build_alias" = x &&
 23453 +  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 23454 +test "x$ac_build_alias" = x &&
 23455    { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 23456  echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 23457     { (exit 1); exit 1; }; }
 23458 -ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
 23459 -  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
 23460 -echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
 23461 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 23462 +  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 23463 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 23464     { (exit 1); exit 1; }; }
 23465  
 23466  fi
 23467 -echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 23468 -echo "${ECHO_T}$ac_cv_build" >&6
 23469 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 23470 +echo "${ECHO_T}$ac_cv_build" >&6; }
 23471 +case $ac_cv_build in
 23472 +*-*-*) ;;
 23473 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 23474 +echo "$as_me: error: invalid value of canonical build" >&2;}
 23475 +   { (exit 1); exit 1; }; };;
 23476 +esac
 23477  build=$ac_cv_build
 23478 -build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 23479 -build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 23480 -build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 23481 +ac_save_IFS=$IFS; IFS='-'
 23482 +set x $ac_cv_build
 23483 +shift
 23484 +build_cpu=$1
 23485 +build_vendor=$2
 23486 +shift; shift
 23487 +# Remember, the first character of IFS is used to create $*,
 23488 +# except with old shells:
 23489 +build_os=$*
 23490 +IFS=$ac_save_IFS
 23491 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 23492  
 23493  
 23494  am__api_version="1.9"
 23495 @@ -1593,8 +2077,8 @@
 23496  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 23497  # OS/2's system install, which has a completely different semantic
 23498  # ./install, which can be erroneously created by make from ./install.sh.
 23499 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 23500 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
 23501 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 23502 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 23503  if test -z "$INSTALL"; then
 23504  if test "${ac_cv_path_install+set}" = set; then
 23505    echo $ECHO_N "(cached) $ECHO_C" >&6
 23506 @@ -1616,7 +2100,7 @@
 23507      # by default.
 23508      for ac_prog in ginstall scoinst install; do
 23509        for ac_exec_ext in '' $ac_executable_extensions; do
 23510 -	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 23511 +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 23512  	  if test $ac_prog = install &&
 23513  	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 23514  	    # AIX install.  It has an incompatible calling convention.
 23515 @@ -1635,21 +2119,22 @@
 23516      ;;
 23517  esac
 23518  done
 23519 +IFS=$as_save_IFS
 23520  
 23521  
 23522  fi
 23523    if test "${ac_cv_path_install+set}" = set; then
 23524      INSTALL=$ac_cv_path_install
 23525    else
 23526 -    # As a last resort, use the slow shell script.  We don't cache a
 23527 -    # path for INSTALL within a source directory, because that will
 23528 +    # As a last resort, use the slow shell script.  Don't cache a
 23529 +    # value for INSTALL within a source directory, because that will
 23530      # break other packages using the cache if that directory is
 23531 -    # removed, or if the path is relative.
 23532 +    # removed, or if the value is a relative name.
 23533      INSTALL=$ac_install_sh
 23534    fi
 23535  fi
 23536 -echo "$as_me:$LINENO: result: $INSTALL" >&5
 23537 -echo "${ECHO_T}$INSTALL" >&6
 23538 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 23539 +echo "${ECHO_T}$INSTALL" >&6; }
 23540  
 23541  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 23542  # It thinks the first close brace ends the variable substitution.
 23543 @@ -1659,8 +2144,8 @@
 23544  
 23545  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 23546  
 23547 -echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 23548 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
 23549 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 23550 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 23551  # Just in case
 23552  sleep 1
 23553  echo timestamp > conftest.file
 23554 @@ -1702,20 +2187,20 @@
 23555  Check your system clock" >&2;}
 23556     { (exit 1); exit 1; }; }
 23557  fi
 23558 -echo "$as_me:$LINENO: result: yes" >&5
 23559 -echo "${ECHO_T}yes" >&6
 23560 +{ echo "$as_me:$LINENO: result: yes" >&5
 23561 +echo "${ECHO_T}yes" >&6; }
 23562  test "$program_prefix" != NONE &&
 23563 -  program_transform_name="s,^,$program_prefix,;$program_transform_name"
 23564 +  program_transform_name="s&^&$program_prefix&;$program_transform_name"
 23565  # Use a double $ so make ignores it.
 23566  test "$program_suffix" != NONE &&
 23567 -  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
 23568 +  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 23569  # Double any \ or $.  echo might interpret backslashes.
 23570  # By default was `s,x,x', remove it if useless.
 23571  cat <<\_ACEOF >conftest.sed
 23572  s/[\\$]/&&/g;s/;s,x,x,$//
 23573  _ACEOF
 23574  program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 23575 -rm conftest.sed
 23576 +rm -f conftest.sed
 23577  
 23578  # expand $ac_aux_dir to an absolute path
 23579  am_aux_dir=`cd $ac_aux_dir && pwd`
 23580 @@ -1767,8 +2252,8 @@
 23581  do
 23582    # Extract the first word of "$ac_prog", so it can be a program name with args.
 23583  set dummy $ac_prog; ac_word=$2
 23584 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 23585 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 23586 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 23587 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 23588  if test "${ac_cv_prog_AWK+set}" = set; then
 23589    echo $ECHO_N "(cached) $ECHO_C" >&6
 23590  else
 23591 @@ -1781,54 +2266,57 @@
 23592    IFS=$as_save_IFS
 23593    test -z "$as_dir" && as_dir=.
 23594    for ac_exec_ext in '' $ac_executable_extensions; do
 23595 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 23596 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 23597      ac_cv_prog_AWK="$ac_prog"
 23598      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 23599      break 2
 23600    fi
 23601  done
 23602  done
 23603 +IFS=$as_save_IFS
 23604  
 23605  fi
 23606  fi
 23607  AWK=$ac_cv_prog_AWK
 23608  if test -n "$AWK"; then
 23609 -  echo "$as_me:$LINENO: result: $AWK" >&5
 23610 -echo "${ECHO_T}$AWK" >&6
 23611 +  { echo "$as_me:$LINENO: result: $AWK" >&5
 23612 +echo "${ECHO_T}$AWK" >&6; }
 23613  else
 23614 -  echo "$as_me:$LINENO: result: no" >&5
 23615 -echo "${ECHO_T}no" >&6
 23616 +  { echo "$as_me:$LINENO: result: no" >&5
 23617 +echo "${ECHO_T}no" >&6; }
 23618  fi
 23619  
 23620 +
 23621    test -n "$AWK" && break
 23622  done
 23623  
 23624 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 23625 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
 23626 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
 23627 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
 23628 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 23629 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 23630 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 23631 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 23632    echo $ECHO_N "(cached) $ECHO_C" >&6
 23633  else
 23634    cat >conftest.make <<\_ACEOF
 23635 +SHELL = /bin/sh
 23636  all:
 23637 -	@echo 'ac_maketemp="$(MAKE)"'
 23638 +	@echo '@@@%%%=$(MAKE)=@@@%%%'
 23639  _ACEOF
 23640  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 23641 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
 23642 -if test -n "$ac_maketemp"; then
 23643 -  eval ac_cv_prog_make_${ac_make}_set=yes
 23644 -else
 23645 -  eval ac_cv_prog_make_${ac_make}_set=no
 23646 -fi
 23647 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
 23648 +  *@@@%%%=?*=@@@%%%*)
 23649 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
 23650 +  *)
 23651 +    eval ac_cv_prog_make_${ac_make}_set=no;;
 23652 +esac
 23653  rm -f conftest.make
 23654  fi
 23655 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
 23656 -  echo "$as_me:$LINENO: result: yes" >&5
 23657 -echo "${ECHO_T}yes" >&6
 23658 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 23659 +  { echo "$as_me:$LINENO: result: yes" >&5
 23660 +echo "${ECHO_T}yes" >&6; }
 23661    SET_MAKE=
 23662  else
 23663 -  echo "$as_me:$LINENO: result: no" >&5
 23664 -echo "${ECHO_T}no" >&6
 23665 +  { echo "$as_me:$LINENO: result: no" >&5
 23666 +echo "${ECHO_T}no" >&6; }
 23667    SET_MAKE="MAKE=${MAKE-make}"
 23668  fi
 23669  
 23670 @@ -1843,7 +2331,7 @@
 23671  
 23672  DEPDIR="${am__leading_dot}deps"
 23673  
 23674 -          ac_config_commands="$ac_config_commands depfiles"
 23675 +ac_config_commands="$ac_config_commands depfiles"
 23676  
 23677  
 23678  am_make=${MAKE-make}
 23679 @@ -1853,8 +2341,8 @@
 23680  .PHONY: am__doit
 23681  END
 23682  # If we don't find an include directive, just comment out the code.
 23683 -echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 23684 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
 23685 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 23686 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
 23687  am__include="#"
 23688  am__quote=
 23689  _am_result=none
 23690 @@ -1881,15 +2369,15 @@
 23691  fi
 23692  
 23693  
 23694 -echo "$as_me:$LINENO: result: $_am_result" >&5
 23695 -echo "${ECHO_T}$_am_result" >&6
 23696 +{ echo "$as_me:$LINENO: result: $_am_result" >&5
 23697 +echo "${ECHO_T}$_am_result" >&6; }
 23698  rm -f confinc confmf
 23699  
 23700 -# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
 23701 +# Check whether --enable-dependency-tracking was given.
 23702  if test "${enable_dependency_tracking+set}" = set; then
 23703 -  enableval="$enable_dependency_tracking"
 23704 +  enableval=$enable_dependency_tracking;
 23705 +fi
 23706  
 23707 -fi;
 23708  if test "x$enable_dependency_tracking" != xno; then
 23709    am_depcomp="$ac_aux_dir/depcomp"
 23710    AMDEPBACKSLASH='\'
 23711 @@ -1907,10 +2395,9 @@
 23712  
 23713  
 23714  
 23715 -# Check whether --enable-multilib or --disable-multilib was given.
 23716 +# Check whether --enable-multilib was given.
 23717  if test "${enable_multilib+set}" = set; then
 23718 -  enableval="$enable_multilib"
 23719 -  case "${enableval}" in
 23720 +  enableval=$enable_multilib; case "${enableval}" in
 23721    yes) multilib=yes ;;
 23722    no)  multilib=no ;;
 23723    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
 23724 @@ -1919,11 +2406,11 @@
 23725   esac
 23726  else
 23727    multilib=yes
 23728 -fi;
 23729 -# Check whether --enable-target-optspace or --disable-target-optspace was given.
 23730 +fi
 23731 +
 23732 +# Check whether --enable-target-optspace was given.
 23733  if test "${enable_target_optspace+set}" = set; then
 23734 -  enableval="$enable_target_optspace"
 23735 -  case "${enableval}" in
 23736 +  enableval=$enable_target_optspace; case "${enableval}" in
 23737    yes) target_optspace=yes ;;
 23738    no)  target_optspace=no ;;
 23739    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
 23740 @@ -1932,11 +2419,11 @@
 23741   esac
 23742  else
 23743    target_optspace=
 23744 -fi;
 23745 -# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
 23746 +fi
 23747 +
 23748 +# Check whether --enable-malloc-debugging was given.
 23749  if test "${enable_malloc_debugging+set}" = set; then
 23750 -  enableval="$enable_malloc_debugging"
 23751 -  case "${enableval}" in
 23752 +  enableval=$enable_malloc_debugging; case "${enableval}" in
 23753    yes) malloc_debugging=yes ;;
 23754    no)  malloc_debugging=no ;;
 23755    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
 23756 @@ -1945,11 +2432,11 @@
 23757   esac
 23758  else
 23759    malloc_debugging=
 23760 -fi;
 23761 -# Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.
 23762 +fi
 23763 +
 23764 +# Check whether --enable-newlib-multithread was given.
 23765  if test "${enable_newlib_multithread+set}" = set; then
 23766 -  enableval="$enable_newlib_multithread"
 23767 -  case "${enableval}" in
 23768 +  enableval=$enable_newlib_multithread; case "${enableval}" in
 23769    yes) newlib_multithread=yes ;;
 23770    no)  newlib_multithread=no ;;
 23771    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
 23772 @@ -1958,11 +2445,11 @@
 23773   esac
 23774  else
 23775    newlib_multithread=yes
 23776 -fi;
 23777 -# Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.
 23778 +fi
 23779 +
 23780 +# Check whether --enable-newlib-iconv was given.
 23781  if test "${enable_newlib_iconv+set}" = set; then
 23782 -  enableval="$enable_newlib_iconv"
 23783 -  if test "${newlib_iconv+set}" != set; then
 23784 +  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
 23785     case "${enableval}" in
 23786       yes) newlib_iconv=yes ;;
 23787       no)  newlib_iconv=no ;;
 23788 @@ -1973,11 +2460,11 @@
 23789   fi
 23790  else
 23791    newlib_iconv=${newlib_iconv}
 23792 -fi;
 23793 -# Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.
 23794 +fi
 23795 +
 23796 +# Check whether --enable-newlib-elix-level was given.
 23797  if test "${enable_newlib_elix_level+set}" = set; then
 23798 -  enableval="$enable_newlib_elix_level"
 23799 -  case "${enableval}" in
 23800 +  enableval=$enable_newlib_elix_level; case "${enableval}" in
 23801    0)   newlib_elix_level=0 ;;
 23802    1)   newlib_elix_level=1 ;;
 23803    2)   newlib_elix_level=2 ;;
 23804 @@ -1989,11 +2476,11 @@
 23805   esac
 23806  else
 23807    newlib_elix_level=0
 23808 -fi;
 23809 -# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
 23810 +fi
 23811 +
 23812 +# Check whether --enable-newlib-io-float was given.
 23813  if test "${enable_newlib_io_float+set}" = set; then
 23814 -  enableval="$enable_newlib_io_float"
 23815 -  case "${enableval}" in
 23816 +  enableval=$enable_newlib_io_float; case "${enableval}" in
 23817    yes) newlib_io_float=yes ;;
 23818    no)  newlib_io_float=no ;;
 23819    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
 23820 @@ -2002,11 +2489,11 @@
 23821   esac
 23822  else
 23823    newlib_io_float=yes
 23824 -fi;
 23825 -# Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.
 23826 +fi
 23827 +
 23828 +# Check whether --enable-newlib-supplied-syscalls was given.
 23829  if test "${enable_newlib_supplied_syscalls+set}" = set; then
 23830 -  enableval="$enable_newlib_supplied_syscalls"
 23831 -  case "${enableval}" in
 23832 +  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
 23833    yes) newlib_may_supply_syscalls=yes ;;
 23834    no)  newlib_may_supply_syscalls=no ;;
 23835    *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
 23836 @@ -2015,7 +2502,8 @@
 23837   esac
 23838  else
 23839    newlib_may_supply_syscalls=yes
 23840 -fi;
 23841 +fi
 23842 +
 23843  
 23844  
 23845  if test x${newlib_may_supply_syscalls} = xyes; then
 23846 @@ -2041,26 +2529,41 @@
 23847  fi
 23848  
 23849  
 23850 -echo "$as_me:$LINENO: checking host system type" >&5
 23851 -echo $ECHO_N "checking host system type... $ECHO_C" >&6
 23852 +{ echo "$as_me:$LINENO: checking host system type" >&5
 23853 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 23854  if test "${ac_cv_host+set}" = set; then
 23855    echo $ECHO_N "(cached) $ECHO_C" >&6
 23856  else
 23857 -  ac_cv_host_alias=$host_alias
 23858 -test -z "$ac_cv_host_alias" &&
 23859 -  ac_cv_host_alias=$ac_cv_build_alias
 23860 -ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
 23861 -  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
 23862 -echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
 23863 +  if test "x$host_alias" = x; then
 23864 +  ac_cv_host=$ac_cv_build
 23865 +else
 23866 +  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 23867 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 23868 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 23869     { (exit 1); exit 1; }; }
 23870 +fi
 23871  
 23872  fi
 23873 -echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 23874 -echo "${ECHO_T}$ac_cv_host" >&6
 23875 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 23876 +echo "${ECHO_T}$ac_cv_host" >&6; }
 23877 +case $ac_cv_host in
 23878 +*-*-*) ;;
 23879 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 23880 +echo "$as_me: error: invalid value of canonical host" >&2;}
 23881 +   { (exit 1); exit 1; }; };;
 23882 +esac
 23883  host=$ac_cv_host
 23884 -host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 23885 -host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 23886 -host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 23887 +ac_save_IFS=$IFS; IFS='-'
 23888 +set x $ac_cv_host
 23889 +shift
 23890 +host_cpu=$1
 23891 +host_vendor=$2
 23892 +shift; shift
 23893 +# Remember, the first character of IFS is used to create $*,
 23894 +# except with old shells:
 23895 +host_os=$*
 23896 +IFS=$ac_save_IFS
 23897 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 23898  
 23899  
 23900  
 23901 @@ -2113,8 +2616,8 @@
 23902    if test -n "$ac_tool_prefix"; then
 23903    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 23904  set dummy ${ac_tool_prefix}strip; ac_word=$2
 23905 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 23906 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 23907 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 23908 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 23909  if test "${ac_cv_prog_STRIP+set}" = set; then
 23910    echo $ECHO_N "(cached) $ECHO_C" >&6
 23911  else
 23912 @@ -2127,32 +2630,34 @@
 23913    IFS=$as_save_IFS
 23914    test -z "$as_dir" && as_dir=.
 23915    for ac_exec_ext in '' $ac_executable_extensions; do
 23916 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 23917 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 23918      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 23919      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 23920      break 2
 23921    fi
 23922  done
 23923  done
 23924 +IFS=$as_save_IFS
 23925  
 23926  fi
 23927  fi
 23928  STRIP=$ac_cv_prog_STRIP
 23929  if test -n "$STRIP"; then
 23930 -  echo "$as_me:$LINENO: result: $STRIP" >&5
 23931 -echo "${ECHO_T}$STRIP" >&6
 23932 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
 23933 +echo "${ECHO_T}$STRIP" >&6; }
 23934  else
 23935 -  echo "$as_me:$LINENO: result: no" >&5
 23936 -echo "${ECHO_T}no" >&6
 23937 +  { echo "$as_me:$LINENO: result: no" >&5
 23938 +echo "${ECHO_T}no" >&6; }
 23939  fi
 23940  
 23941 +
 23942  fi
 23943  if test -z "$ac_cv_prog_STRIP"; then
 23944    ac_ct_STRIP=$STRIP
 23945    # Extract the first word of "strip", so it can be a program name with args.
 23946  set dummy strip; ac_word=$2
 23947 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 23948 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 23949 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 23950 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 23951  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 23952    echo $ECHO_N "(cached) $ECHO_C" >&6
 23953  else
 23954 @@ -2165,27 +2670,41 @@
 23955    IFS=$as_save_IFS
 23956    test -z "$as_dir" && as_dir=.
 23957    for ac_exec_ext in '' $ac_executable_extensions; do
 23958 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 23959 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 23960      ac_cv_prog_ac_ct_STRIP="strip"
 23961      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 23962      break 2
 23963    fi
 23964  done
 23965  done
 23966 +IFS=$as_save_IFS
 23967  
 23968 -  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 23969  fi
 23970  fi
 23971  ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 23972  if test -n "$ac_ct_STRIP"; then
 23973 -  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 23974 -echo "${ECHO_T}$ac_ct_STRIP" >&6
 23975 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 23976 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 23977  else
 23978 -  echo "$as_me:$LINENO: result: no" >&5
 23979 -echo "${ECHO_T}no" >&6
 23980 +  { echo "$as_me:$LINENO: result: no" >&5
 23981 +echo "${ECHO_T}no" >&6; }
 23982  fi
 23983  
 23984 -  STRIP=$ac_ct_STRIP
 23985 +  if test "x$ac_ct_STRIP" = x; then
 23986 +    STRIP=":"
 23987 +  else
 23988 +    case $cross_compiling:$ac_tool_warned in
 23989 +yes:)
 23990 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 23991 +whose name does not start with the host triplet.  If you think this
 23992 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 23993 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 23994 +whose name does not start with the host triplet.  If you think this
 23995 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 23996 +ac_tool_warned=yes ;;
 23997 +esac
 23998 +    STRIP=$ac_ct_STRIP
 23999 +  fi
 24000  else
 24001    STRIP="$ac_cv_prog_STRIP"
 24002  fi
 24003 @@ -2220,8 +2739,8 @@
 24004  
 24005  # Extract the first word of "gcc", so it can be a program name with args.
 24006  set dummy gcc; ac_word=$2
 24007 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24008 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24009 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24010 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24011  if test "${ac_cv_prog_CC+set}" = set; then
 24012    echo $ECHO_N "(cached) $ECHO_C" >&6
 24013  else
 24014 @@ -2234,30 +2753,32 @@
 24015    IFS=$as_save_IFS
 24016    test -z "$as_dir" && as_dir=.
 24017    for ac_exec_ext in '' $ac_executable_extensions; do
 24018 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24019 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24020      ac_cv_prog_CC="gcc"
 24021      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24022      break 2
 24023    fi
 24024  done
 24025  done
 24026 +IFS=$as_save_IFS
 24027  
 24028  fi
 24029  fi
 24030  CC=$ac_cv_prog_CC
 24031  if test -n "$CC"; then
 24032 -  echo "$as_me:$LINENO: result: $CC" >&5
 24033 -echo "${ECHO_T}$CC" >&6
 24034 +  { echo "$as_me:$LINENO: result: $CC" >&5
 24035 +echo "${ECHO_T}$CC" >&6; }
 24036  else
 24037 -  echo "$as_me:$LINENO: result: no" >&5
 24038 -echo "${ECHO_T}no" >&6
 24039 +  { echo "$as_me:$LINENO: result: no" >&5
 24040 +echo "${ECHO_T}no" >&6; }
 24041  fi
 24042  
 24043  
 24044 +
 24045  depcc="$CC"   am_compiler_list=
 24046  
 24047 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 24048 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 24049 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 24050 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 24051  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 24052    echo $ECHO_N "(cached) $ECHO_C" >&6
 24053  else
 24054 @@ -2346,8 +2867,8 @@
 24055  fi
 24056  
 24057  fi
 24058 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 24059 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
 24060 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 24061 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 24062  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 24063  
 24064  
 24065 @@ -2366,8 +2887,8 @@
 24066  if test -z "$CC"; then
 24067    # Extract the first word of "cc", so it can be a program name with args.
 24068  set dummy cc; ac_word=$2
 24069 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24070 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24071 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24072 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24073  if test "${ac_cv_prog_CC+set}" = set; then
 24074    echo $ECHO_N "(cached) $ECHO_C" >&6
 24075  else
 24076 @@ -2381,7 +2902,7 @@
 24077    IFS=$as_save_IFS
 24078    test -z "$as_dir" && as_dir=.
 24079    for ac_exec_ext in '' $ac_executable_extensions; do
 24080 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24081 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24082      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 24083         ac_prog_rejected=yes
 24084         continue
 24085 @@ -2392,6 +2913,7 @@
 24086    fi
 24087  done
 24088  done
 24089 +IFS=$as_save_IFS
 24090  
 24091  if test $ac_prog_rejected = yes; then
 24092    # We found a bogon in the path, so make sure we never use it.
 24093 @@ -2409,20 +2931,21 @@
 24094  fi
 24095  CC=$ac_cv_prog_CC
 24096  if test -n "$CC"; then
 24097 -  echo "$as_me:$LINENO: result: $CC" >&5
 24098 -echo "${ECHO_T}$CC" >&6
 24099 +  { echo "$as_me:$LINENO: result: $CC" >&5
 24100 +echo "${ECHO_T}$CC" >&6; }
 24101  else
 24102 -  echo "$as_me:$LINENO: result: no" >&5
 24103 -echo "${ECHO_T}no" >&6
 24104 +  { echo "$as_me:$LINENO: result: no" >&5
 24105 +echo "${ECHO_T}no" >&6; }
 24106  fi
 24107  
 24108 +
 24109    test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
 24110  echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
 24111     { (exit 1); exit 1; }; }
 24112  fi
 24113  
 24114 -echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
 24115 -echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
 24116 +{ echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
 24117 +echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6; }
 24118  if test "${ac_cv_c_compiler_gnu+set}" = set; then
 24119    echo $ECHO_N "(cached) $ECHO_C" >&6
 24120  else
 24121 @@ -2442,8 +2965,8 @@
 24122    ac_cv_c_compiler_gnu=no
 24123  fi
 24124  fi
 24125 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 24126 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
 24127 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 24128 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 24129  
 24130  if test $ac_cv_c_compiler_gnu = yes; then
 24131    GCC=yes
 24132 @@ -2452,13 +2975,16 @@
 24133    CFLAGS=
 24134    ac_test_CFLAGS=${CFLAGS+set}
 24135  ac_save_CFLAGS=$CFLAGS
 24136 -CFLAGS="-g"
 24137 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 24138 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
 24139 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 24140 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 24141  if test "${ac_cv_prog_cc_g+set}" = set; then
 24142    echo $ECHO_N "(cached) $ECHO_C" >&6
 24143  else
 24144 -  cat >conftest.$ac_ext <<_ACEOF
 24145 +  ac_save_c_werror_flag=$ac_c_werror_flag
 24146 +   ac_c_werror_flag=yes
 24147 +   ac_cv_prog_cc_g=no
 24148 +   CFLAGS="-g"
 24149 +   cat >conftest.$ac_ext <<_ACEOF
 24150  /* confdefs.h.  */
 24151  _ACEOF
 24152  cat confdefs.h >>conftest.$ac_ext
 24153 @@ -2474,38 +3000,118 @@
 24154  }
 24155  _ACEOF
 24156  rm -f conftest.$ac_objext
 24157 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 24158 -  (eval $ac_compile) 2>conftest.er1
 24159 +if { (ac_try="$ac_compile"
 24160 +case "(($ac_try" in
 24161 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 24162 +  *) ac_try_echo=$ac_try;;
 24163 +esac
 24164 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 24165 +  (eval "$ac_compile") 2>conftest.er1
 24166    ac_status=$?
 24167    grep -v '^ *+' conftest.er1 >conftest.err
 24168    rm -f conftest.er1
 24169    cat conftest.err >&5
 24170    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 24171 -  (exit $ac_status); } &&
 24172 -	 { ac_try='test -z "$ac_c_werror_flag"
 24173 -			 || test ! -s conftest.err'
 24174 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 24175 -  (eval $ac_try) 2>&5
 24176 +  (exit $ac_status); } && {
 24177 +	 test -z "$ac_c_werror_flag" ||
 24178 +	 test ! -s conftest.err
 24179 +       } && test -s conftest.$ac_objext; then
 24180 +  ac_cv_prog_cc_g=yes
 24181 +else
 24182 +  echo "$as_me: failed program was:" >&5
 24183 +sed 's/^/| /' conftest.$ac_ext >&5
 24184 +
 24185 +	CFLAGS=""
 24186 +      cat >conftest.$ac_ext <<_ACEOF
 24187 +/* confdefs.h.  */
 24188 +_ACEOF
 24189 +cat confdefs.h >>conftest.$ac_ext
 24190 +cat >>conftest.$ac_ext <<_ACEOF
 24191 +/* end confdefs.h.  */
 24192 +
 24193 +int
 24194 +main ()
 24195 +{
 24196 +
 24197 +  ;
 24198 +  return 0;
 24199 +}
 24200 +_ACEOF
 24201 +rm -f conftest.$ac_objext
 24202 +if { (ac_try="$ac_compile"
 24203 +case "(($ac_try" in
 24204 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 24205 +  *) ac_try_echo=$ac_try;;
 24206 +esac
 24207 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 24208 +  (eval "$ac_compile") 2>conftest.er1
 24209    ac_status=$?
 24210 +  grep -v '^ *+' conftest.er1 >conftest.err
 24211 +  rm -f conftest.er1
 24212 +  cat conftest.err >&5
 24213    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 24214 -  (exit $ac_status); }; } &&
 24215 -	 { ac_try='test -s conftest.$ac_objext'
 24216 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 24217 -  (eval $ac_try) 2>&5
 24218 +  (exit $ac_status); } && {
 24219 +	 test -z "$ac_c_werror_flag" ||
 24220 +	 test ! -s conftest.err
 24221 +       } && test -s conftest.$ac_objext; then
 24222 +  :
 24223 +else
 24224 +  echo "$as_me: failed program was:" >&5
 24225 +sed 's/^/| /' conftest.$ac_ext >&5
 24226 +
 24227 +	ac_c_werror_flag=$ac_save_c_werror_flag
 24228 +	 CFLAGS="-g"
 24229 +	 cat >conftest.$ac_ext <<_ACEOF
 24230 +/* confdefs.h.  */
 24231 +_ACEOF
 24232 +cat confdefs.h >>conftest.$ac_ext
 24233 +cat >>conftest.$ac_ext <<_ACEOF
 24234 +/* end confdefs.h.  */
 24235 +
 24236 +int
 24237 +main ()
 24238 +{
 24239 +
 24240 +  ;
 24241 +  return 0;
 24242 +}
 24243 +_ACEOF
 24244 +rm -f conftest.$ac_objext
 24245 +if { (ac_try="$ac_compile"
 24246 +case "(($ac_try" in
 24247 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 24248 +  *) ac_try_echo=$ac_try;;
 24249 +esac
 24250 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 24251 +  (eval "$ac_compile") 2>conftest.er1
 24252    ac_status=$?
 24253 +  grep -v '^ *+' conftest.er1 >conftest.err
 24254 +  rm -f conftest.er1
 24255 +  cat conftest.err >&5
 24256    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 24257 -  (exit $ac_status); }; }; then
 24258 +  (exit $ac_status); } && {
 24259 +	 test -z "$ac_c_werror_flag" ||
 24260 +	 test ! -s conftest.err
 24261 +       } && test -s conftest.$ac_objext; then
 24262    ac_cv_prog_cc_g=yes
 24263  else
 24264    echo "$as_me: failed program was:" >&5
 24265  sed 's/^/| /' conftest.$ac_ext >&5
 24266  
 24267 -ac_cv_prog_cc_g=no
 24268 +
 24269 +fi
 24270 +
 24271 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 24272 +fi
 24273 +
 24274 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 24275  fi
 24276 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 24277 +
 24278 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 24279 +   ac_c_werror_flag=$ac_save_c_werror_flag
 24280  fi
 24281 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 24282 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
 24283 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 24284 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 24285  if test "$ac_test_CFLAGS" = set; then
 24286    CFLAGS=$ac_save_CFLAGS
 24287  elif test $ac_cv_prog_cc_g = yes; then
 24288 @@ -2537,8 +3143,8 @@
 24289  if test -n "$ac_tool_prefix"; then
 24290    # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
 24291  set dummy ${ac_tool_prefix}as; ac_word=$2
 24292 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24293 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24294 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24295 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24296  if test "${ac_cv_prog_AS+set}" = set; then
 24297    echo $ECHO_N "(cached) $ECHO_C" >&6
 24298  else
 24299 @@ -2551,32 +3157,34 @@
 24300    IFS=$as_save_IFS
 24301    test -z "$as_dir" && as_dir=.
 24302    for ac_exec_ext in '' $ac_executable_extensions; do
 24303 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24304 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24305      ac_cv_prog_AS="${ac_tool_prefix}as"
 24306      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24307      break 2
 24308    fi
 24309  done
 24310  done
 24311 +IFS=$as_save_IFS
 24312  
 24313  fi
 24314  fi
 24315  AS=$ac_cv_prog_AS
 24316  if test -n "$AS"; then
 24317 -  echo "$as_me:$LINENO: result: $AS" >&5
 24318 -echo "${ECHO_T}$AS" >&6
 24319 +  { echo "$as_me:$LINENO: result: $AS" >&5
 24320 +echo "${ECHO_T}$AS" >&6; }
 24321  else
 24322 -  echo "$as_me:$LINENO: result: no" >&5
 24323 -echo "${ECHO_T}no" >&6
 24324 +  { echo "$as_me:$LINENO: result: no" >&5
 24325 +echo "${ECHO_T}no" >&6; }
 24326  fi
 24327  
 24328 +
 24329  fi
 24330  if test -z "$ac_cv_prog_AS"; then
 24331    ac_ct_AS=$AS
 24332    # Extract the first word of "as", so it can be a program name with args.
 24333  set dummy as; ac_word=$2
 24334 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24335 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24336 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24337 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24338  if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
 24339    echo $ECHO_N "(cached) $ECHO_C" >&6
 24340  else
 24341 @@ -2589,26 +3197,41 @@
 24342    IFS=$as_save_IFS
 24343    test -z "$as_dir" && as_dir=.
 24344    for ac_exec_ext in '' $ac_executable_extensions; do
 24345 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24346 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24347      ac_cv_prog_ac_ct_AS="as"
 24348      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24349      break 2
 24350    fi
 24351  done
 24352  done
 24353 +IFS=$as_save_IFS
 24354  
 24355  fi
 24356  fi
 24357  ac_ct_AS=$ac_cv_prog_ac_ct_AS
 24358  if test -n "$ac_ct_AS"; then
 24359 -  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 24360 -echo "${ECHO_T}$ac_ct_AS" >&6
 24361 +  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 24362 +echo "${ECHO_T}$ac_ct_AS" >&6; }
 24363  else
 24364 -  echo "$as_me:$LINENO: result: no" >&5
 24365 -echo "${ECHO_T}no" >&6
 24366 +  { echo "$as_me:$LINENO: result: no" >&5
 24367 +echo "${ECHO_T}no" >&6; }
 24368  fi
 24369  
 24370 -  AS=$ac_ct_AS
 24371 +  if test "x$ac_ct_AS" = x; then
 24372 +    AS=""
 24373 +  else
 24374 +    case $cross_compiling:$ac_tool_warned in
 24375 +yes:)
 24376 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 24377 +whose name does not start with the host triplet.  If you think this
 24378 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 24379 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 24380 +whose name does not start with the host triplet.  If you think this
 24381 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 24382 +ac_tool_warned=yes ;;
 24383 +esac
 24384 +    AS=$ac_ct_AS
 24385 +  fi
 24386  else
 24387    AS="$ac_cv_prog_AS"
 24388  fi
 24389 @@ -2616,8 +3239,8 @@
 24390  if test -n "$ac_tool_prefix"; then
 24391    # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 24392  set dummy ${ac_tool_prefix}ar; ac_word=$2
 24393 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24394 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24395 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24396 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24397  if test "${ac_cv_prog_AR+set}" = set; then
 24398    echo $ECHO_N "(cached) $ECHO_C" >&6
 24399  else
 24400 @@ -2630,32 +3253,34 @@
 24401    IFS=$as_save_IFS
 24402    test -z "$as_dir" && as_dir=.
 24403    for ac_exec_ext in '' $ac_executable_extensions; do
 24404 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24405 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24406      ac_cv_prog_AR="${ac_tool_prefix}ar"
 24407      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24408      break 2
 24409    fi
 24410  done
 24411  done
 24412 +IFS=$as_save_IFS
 24413  
 24414  fi
 24415  fi
 24416  AR=$ac_cv_prog_AR
 24417  if test -n "$AR"; then
 24418 -  echo "$as_me:$LINENO: result: $AR" >&5
 24419 -echo "${ECHO_T}$AR" >&6
 24420 +  { echo "$as_me:$LINENO: result: $AR" >&5
 24421 +echo "${ECHO_T}$AR" >&6; }
 24422  else
 24423 -  echo "$as_me:$LINENO: result: no" >&5
 24424 -echo "${ECHO_T}no" >&6
 24425 +  { echo "$as_me:$LINENO: result: no" >&5
 24426 +echo "${ECHO_T}no" >&6; }
 24427  fi
 24428  
 24429 +
 24430  fi
 24431  if test -z "$ac_cv_prog_AR"; then
 24432    ac_ct_AR=$AR
 24433    # Extract the first word of "ar", so it can be a program name with args.
 24434  set dummy ar; ac_word=$2
 24435 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24436 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24437 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24438 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24439  if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 24440    echo $ECHO_N "(cached) $ECHO_C" >&6
 24441  else
 24442 @@ -2668,26 +3293,41 @@
 24443    IFS=$as_save_IFS
 24444    test -z "$as_dir" && as_dir=.
 24445    for ac_exec_ext in '' $ac_executable_extensions; do
 24446 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24447 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24448      ac_cv_prog_ac_ct_AR="ar"
 24449      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24450      break 2
 24451    fi
 24452  done
 24453  done
 24454 +IFS=$as_save_IFS
 24455  
 24456  fi
 24457  fi
 24458  ac_ct_AR=$ac_cv_prog_ac_ct_AR
 24459  if test -n "$ac_ct_AR"; then
 24460 -  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 24461 -echo "${ECHO_T}$ac_ct_AR" >&6
 24462 +  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 24463 +echo "${ECHO_T}$ac_ct_AR" >&6; }
 24464  else
 24465 -  echo "$as_me:$LINENO: result: no" >&5
 24466 -echo "${ECHO_T}no" >&6
 24467 +  { echo "$as_me:$LINENO: result: no" >&5
 24468 +echo "${ECHO_T}no" >&6; }
 24469  fi
 24470  
 24471 -  AR=$ac_ct_AR
 24472 +  if test "x$ac_ct_AR" = x; then
 24473 +    AR=""
 24474 +  else
 24475 +    case $cross_compiling:$ac_tool_warned in
 24476 +yes:)
 24477 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 24478 +whose name does not start with the host triplet.  If you think this
 24479 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 24480 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 24481 +whose name does not start with the host triplet.  If you think this
 24482 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 24483 +ac_tool_warned=yes ;;
 24484 +esac
 24485 +    AR=$ac_ct_AR
 24486 +  fi
 24487  else
 24488    AR="$ac_cv_prog_AR"
 24489  fi
 24490 @@ -2695,8 +3335,8 @@
 24491  if test -n "$ac_tool_prefix"; then
 24492    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 24493  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 24494 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24495 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24496 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24497 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24498  if test "${ac_cv_prog_RANLIB+set}" = set; then
 24499    echo $ECHO_N "(cached) $ECHO_C" >&6
 24500  else
 24501 @@ -2709,32 +3349,34 @@
 24502    IFS=$as_save_IFS
 24503    test -z "$as_dir" && as_dir=.
 24504    for ac_exec_ext in '' $ac_executable_extensions; do
 24505 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24506 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24507      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 24508      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24509      break 2
 24510    fi
 24511  done
 24512  done
 24513 +IFS=$as_save_IFS
 24514  
 24515  fi
 24516  fi
 24517  RANLIB=$ac_cv_prog_RANLIB
 24518  if test -n "$RANLIB"; then
 24519 -  echo "$as_me:$LINENO: result: $RANLIB" >&5
 24520 -echo "${ECHO_T}$RANLIB" >&6
 24521 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 24522 +echo "${ECHO_T}$RANLIB" >&6; }
 24523  else
 24524 -  echo "$as_me:$LINENO: result: no" >&5
 24525 -echo "${ECHO_T}no" >&6
 24526 +  { echo "$as_me:$LINENO: result: no" >&5
 24527 +echo "${ECHO_T}no" >&6; }
 24528  fi
 24529  
 24530 +
 24531  fi
 24532  if test -z "$ac_cv_prog_RANLIB"; then
 24533    ac_ct_RANLIB=$RANLIB
 24534    # Extract the first word of "ranlib", so it can be a program name with args.
 24535  set dummy ranlib; ac_word=$2
 24536 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24537 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24538 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24539 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24540  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 24541    echo $ECHO_N "(cached) $ECHO_C" >&6
 24542  else
 24543 @@ -2747,27 +3389,41 @@
 24544    IFS=$as_save_IFS
 24545    test -z "$as_dir" && as_dir=.
 24546    for ac_exec_ext in '' $ac_executable_extensions; do
 24547 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24548 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24549      ac_cv_prog_ac_ct_RANLIB="ranlib"
 24550      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24551      break 2
 24552    fi
 24553  done
 24554  done
 24555 +IFS=$as_save_IFS
 24556  
 24557 -  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
 24558  fi
 24559  fi
 24560  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 24561  if test -n "$ac_ct_RANLIB"; then
 24562 -  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 24563 -echo "${ECHO_T}$ac_ct_RANLIB" >&6
 24564 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 24565 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 24566  else
 24567 -  echo "$as_me:$LINENO: result: no" >&5
 24568 -echo "${ECHO_T}no" >&6
 24569 +  { echo "$as_me:$LINENO: result: no" >&5
 24570 +echo "${ECHO_T}no" >&6; }
 24571  fi
 24572  
 24573 -  RANLIB=$ac_ct_RANLIB
 24574 +  if test "x$ac_ct_RANLIB" = x; then
 24575 +    RANLIB=":"
 24576 +  else
 24577 +    case $cross_compiling:$ac_tool_warned in
 24578 +yes:)
 24579 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 24580 +whose name does not start with the host triplet.  If you think this
 24581 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 24582 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 24583 +whose name does not start with the host triplet.  If you think this
 24584 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 24585 +ac_tool_warned=yes ;;
 24586 +esac
 24587 +    RANLIB=$ac_ct_RANLIB
 24588 +  fi
 24589  else
 24590    RANLIB="$ac_cv_prog_RANLIB"
 24591  fi
 24592 @@ -2775,8 +3431,8 @@
 24593  if test -n "$ac_tool_prefix"; then
 24594    # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
 24595  set dummy ${ac_tool_prefix}readelf; ac_word=$2
 24596 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24597 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24598 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24599 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24600  if test "${ac_cv_prog_READELF+set}" = set; then
 24601    echo $ECHO_N "(cached) $ECHO_C" >&6
 24602  else
 24603 @@ -2789,32 +3445,34 @@
 24604    IFS=$as_save_IFS
 24605    test -z "$as_dir" && as_dir=.
 24606    for ac_exec_ext in '' $ac_executable_extensions; do
 24607 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24608 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24609      ac_cv_prog_READELF="${ac_tool_prefix}readelf"
 24610      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24611      break 2
 24612    fi
 24613  done
 24614  done
 24615 +IFS=$as_save_IFS
 24616  
 24617  fi
 24618  fi
 24619  READELF=$ac_cv_prog_READELF
 24620  if test -n "$READELF"; then
 24621 -  echo "$as_me:$LINENO: result: $READELF" >&5
 24622 -echo "${ECHO_T}$READELF" >&6
 24623 +  { echo "$as_me:$LINENO: result: $READELF" >&5
 24624 +echo "${ECHO_T}$READELF" >&6; }
 24625  else
 24626 -  echo "$as_me:$LINENO: result: no" >&5
 24627 -echo "${ECHO_T}no" >&6
 24628 +  { echo "$as_me:$LINENO: result: no" >&5
 24629 +echo "${ECHO_T}no" >&6; }
 24630  fi
 24631  
 24632 +
 24633  fi
 24634  if test -z "$ac_cv_prog_READELF"; then
 24635    ac_ct_READELF=$READELF
 24636    # Extract the first word of "readelf", so it can be a program name with args.
 24637  set dummy readelf; ac_word=$2
 24638 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24639 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24640 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24641 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24642  if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then
 24643    echo $ECHO_N "(cached) $ECHO_C" >&6
 24644  else
 24645 @@ -2827,27 +3485,41 @@
 24646    IFS=$as_save_IFS
 24647    test -z "$as_dir" && as_dir=.
 24648    for ac_exec_ext in '' $ac_executable_extensions; do
 24649 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24650 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24651      ac_cv_prog_ac_ct_READELF="readelf"
 24652      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24653      break 2
 24654    fi
 24655  done
 24656  done
 24657 +IFS=$as_save_IFS
 24658  
 24659 -  test -z "$ac_cv_prog_ac_ct_READELF" && ac_cv_prog_ac_ct_READELF=":"
 24660  fi
 24661  fi
 24662  ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
 24663  if test -n "$ac_ct_READELF"; then
 24664 -  echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
 24665 -echo "${ECHO_T}$ac_ct_READELF" >&6
 24666 +  { echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
 24667 +echo "${ECHO_T}$ac_ct_READELF" >&6; }
 24668  else
 24669 -  echo "$as_me:$LINENO: result: no" >&5
 24670 -echo "${ECHO_T}no" >&6
 24671 +  { echo "$as_me:$LINENO: result: no" >&5
 24672 +echo "${ECHO_T}no" >&6; }
 24673  fi
 24674  
 24675 -  READELF=$ac_ct_READELF
 24676 +  if test "x$ac_ct_READELF" = x; then
 24677 +    READELF=":"
 24678 +  else
 24679 +    case $cross_compiling:$ac_tool_warned in
 24680 +yes:)
 24681 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 24682 +whose name does not start with the host triplet.  If you think this
 24683 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 24684 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 24685 +whose name does not start with the host triplet.  If you think this
 24686 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 24687 +ac_tool_warned=yes ;;
 24688 +esac
 24689 +    READELF=$ac_ct_READELF
 24690 +  fi
 24691  else
 24692    READELF="$ac_cv_prog_READELF"
 24693  fi
 24694 @@ -2866,8 +3538,8 @@
 24695  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 24696  # OS/2's system install, which has a completely different semantic
 24697  # ./install, which can be erroneously created by make from ./install.sh.
 24698 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 24699 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
 24700 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 24701 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 24702  if test -z "$INSTALL"; then
 24703  if test "${ac_cv_path_install+set}" = set; then
 24704    echo $ECHO_N "(cached) $ECHO_C" >&6
 24705 @@ -2889,7 +3561,7 @@
 24706      # by default.
 24707      for ac_prog in ginstall scoinst install; do
 24708        for ac_exec_ext in '' $ac_executable_extensions; do
 24709 -	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 24710 +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 24711  	  if test $ac_prog = install &&
 24712  	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 24713  	    # AIX install.  It has an incompatible calling convention.
 24714 @@ -2908,21 +3580,22 @@
 24715      ;;
 24716  esac
 24717  done
 24718 +IFS=$as_save_IFS
 24719  
 24720  
 24721  fi
 24722    if test "${ac_cv_path_install+set}" = set; then
 24723      INSTALL=$ac_cv_path_install
 24724    else
 24725 -    # As a last resort, use the slow shell script.  We don't cache a
 24726 -    # path for INSTALL within a source directory, because that will
 24727 +    # As a last resort, use the slow shell script.  Don't cache a
 24728 +    # value for INSTALL within a source directory, because that will
 24729      # break other packages using the cache if that directory is
 24730 -    # removed, or if the path is relative.
 24731 +    # removed, or if the value is a relative name.
 24732      INSTALL=$ac_install_sh
 24733    fi
 24734  fi
 24735 -echo "$as_me:$LINENO: result: $INSTALL" >&5
 24736 -echo "${ECHO_T}$INSTALL" >&6
 24737 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 24738 +echo "${ECHO_T}$INSTALL" >&6; }
 24739  
 24740  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 24741  # It thinks the first close brace ends the variable substitution.
 24742 @@ -2936,17 +3609,17 @@
 24743  # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 24744  ac_given_INSTALL=$INSTALL
 24745  
 24746 -echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 24747 -echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
 24748 -    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
 24749 +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 24750 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 24751 +    # Check whether --enable-maintainer-mode was given.
 24752  if test "${enable_maintainer_mode+set}" = set; then
 24753 -  enableval="$enable_maintainer_mode"
 24754 -  USE_MAINTAINER_MODE=$enableval
 24755 +  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 24756  else
 24757    USE_MAINTAINER_MODE=no
 24758 -fi;
 24759 -  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 24760 -echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
 24761 +fi
 24762 +
 24763 +  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 24764 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 24765  
 24766  
 24767  if test $USE_MAINTAINER_MODE = yes; then
 24768 @@ -3066,64 +3739,89 @@
 24769  
 24770  
 24771  
 24772 -echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 24773 -echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
 24774 -if test "${lt_cv_path_SED+set}" = set; then
 24775 +{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 24776 +echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
 24777 +if test "${ac_cv_path_SED+set}" = set; then
 24778 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 24779 +else
 24780 +            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
 24781 +     for ac_i in 1 2 3 4 5 6 7; do
 24782 +       ac_script="$ac_script$as_nl$ac_script"
 24783 +     done
 24784 +     echo "$ac_script" | sed 99q >conftest.sed
 24785 +     $as_unset ac_script || ac_script=
 24786 +     # Extract the first word of "sed gsed" to use in msg output
 24787 +if test -z "$SED"; then
 24788 +set dummy sed gsed; ac_prog_name=$2
 24789 +if test "${ac_cv_path_SED+set}" = set; then
 24790    echo $ECHO_N "(cached) $ECHO_C" >&6
 24791  else
 24792 -  # Loop through the user's path and test for sed and gsed.
 24793 -# Then use that list of sed's as ones to test for truncation.
 24794 +  ac_path_SED_found=false
 24795 +# Loop through the user's path and test for each of PROGNAME-LIST
 24796  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 24797  for as_dir in $PATH
 24798  do
 24799    IFS=$as_save_IFS
 24800    test -z "$as_dir" && as_dir=.
 24801 -  for lt_ac_prog in sed gsed; do
 24802 -    for ac_exec_ext in '' $ac_executable_extensions; do
 24803 -      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 24804 -        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 24805 -      fi
 24806 -    done
 24807 -  done
 24808 -done
 24809 -IFS=$as_save_IFS
 24810 -lt_ac_max=0
 24811 -lt_ac_count=0
 24812 -# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 24813 -# along with /bin/sed that truncates output.
 24814 -for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 24815 -  test ! -f $lt_ac_sed && continue
 24816 -  cat /dev/null > conftest.in
 24817 -  lt_ac_count=0
 24818 -  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 24819 -  # Check for GNU sed and select it if it is found.
 24820 -  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 24821 -    lt_cv_path_SED=$lt_ac_sed
 24822 -    break
 24823 -  fi
 24824 -  while true; do
 24825 -    cat conftest.in conftest.in >conftest.tmp
 24826 -    mv conftest.tmp conftest.in
 24827 -    cp conftest.in conftest.nl
 24828 -    echo >>conftest.nl
 24829 -    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 24830 -    cmp -s conftest.out conftest.nl || break
 24831 -    # 10000 chars as input seems more than enough
 24832 -    test $lt_ac_count -gt 10 && break
 24833 -    lt_ac_count=`expr $lt_ac_count + 1`
 24834 -    if test $lt_ac_count -gt $lt_ac_max; then
 24835 -      lt_ac_max=$lt_ac_count
 24836 -      lt_cv_path_SED=$lt_ac_sed
 24837 +  for ac_prog in sed gsed; do
 24838 +  for ac_exec_ext in '' $ac_executable_extensions; do
 24839 +    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
 24840 +    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
 24841 +    # Check for GNU ac_path_SED and select it if it is found.
 24842 +  # Check for GNU $ac_path_SED
 24843 +case `"$ac_path_SED" --version 2>&1` in
 24844 +*GNU*)
 24845 +  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
 24846 +*)
 24847 +  ac_count=0
 24848 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 24849 +  while :
 24850 +  do
 24851 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
 24852 +    mv "conftest.tmp" "conftest.in"
 24853 +    cp "conftest.in" "conftest.nl"
 24854 +    echo '' >> "conftest.nl"
 24855 +    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
 24856 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 24857 +    ac_count=`expr $ac_count + 1`
 24858 +    if test $ac_count -gt ${ac_path_SED_max-0}; then
 24859 +      # Best one so far, save it but keep looking for a better one
 24860 +      ac_cv_path_SED="$ac_path_SED"
 24861 +      ac_path_SED_max=$ac_count
 24862      fi
 24863 +    # 10*(2^10) chars as input seems more than enough
 24864 +    test $ac_count -gt 10 && break
 24865 +  done
 24866 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 24867 +esac
 24868 +
 24869 +
 24870 +    $ac_path_SED_found && break 3
 24871    done
 24872  done
 24873  
 24874 +done
 24875 +IFS=$as_save_IFS
 24876 +
 24877 +
 24878 +fi
 24879 +
 24880 +SED="$ac_cv_path_SED"
 24881 +if test -z "$SED"; then
 24882 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
 24883 +echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
 24884 +   { (exit 1); exit 1; }; }
 24885  fi
 24886  
 24887 -SED=$lt_cv_path_SED
 24888 +else
 24889 +  ac_cv_path_SED=$SED
 24890 +fi
 24891  
 24892 -echo "$as_me:$LINENO: result: $SED" >&5
 24893 -echo "${ECHO_T}$SED" >&6
 24894 +fi
 24895 +{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
 24896 +echo "${ECHO_T}$ac_cv_path_SED" >&6; }
 24897 + SED="$ac_cv_path_SED"
 24898 +  rm -f conftest.sed
 24899  
 24900  test -z "$SED" && SED=sed
 24901  Xsed="$SED -e 1s/^X//"
 24902 @@ -3146,8 +3844,8 @@
 24903    if test -n "$ac_tool_prefix"; then
 24904    # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
 24905  set dummy ${ac_tool_prefix}as; ac_word=$2
 24906 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24907 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24908 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24909 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24910  if test "${ac_cv_prog_AS+set}" = set; then
 24911    echo $ECHO_N "(cached) $ECHO_C" >&6
 24912  else
 24913 @@ -3160,32 +3858,34 @@
 24914    IFS=$as_save_IFS
 24915    test -z "$as_dir" && as_dir=.
 24916    for ac_exec_ext in '' $ac_executable_extensions; do
 24917 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24918 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24919      ac_cv_prog_AS="${ac_tool_prefix}as"
 24920      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24921      break 2
 24922    fi
 24923  done
 24924  done
 24925 +IFS=$as_save_IFS
 24926  
 24927  fi
 24928  fi
 24929  AS=$ac_cv_prog_AS
 24930  if test -n "$AS"; then
 24931 -  echo "$as_me:$LINENO: result: $AS" >&5
 24932 -echo "${ECHO_T}$AS" >&6
 24933 +  { echo "$as_me:$LINENO: result: $AS" >&5
 24934 +echo "${ECHO_T}$AS" >&6; }
 24935  else
 24936 -  echo "$as_me:$LINENO: result: no" >&5
 24937 -echo "${ECHO_T}no" >&6
 24938 +  { echo "$as_me:$LINENO: result: no" >&5
 24939 +echo "${ECHO_T}no" >&6; }
 24940  fi
 24941  
 24942 +
 24943  fi
 24944  if test -z "$ac_cv_prog_AS"; then
 24945    ac_ct_AS=$AS
 24946    # Extract the first word of "as", so it can be a program name with args.
 24947  set dummy as; ac_word=$2
 24948 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 24949 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 24950 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 24951 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 24952  if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
 24953    echo $ECHO_N "(cached) $ECHO_C" >&6
 24954  else
 24955 @@ -3198,27 +3898,41 @@
 24956    IFS=$as_save_IFS
 24957    test -z "$as_dir" && as_dir=.
 24958    for ac_exec_ext in '' $ac_executable_extensions; do
 24959 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 24960 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 24961      ac_cv_prog_ac_ct_AS="as"
 24962      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 24963      break 2
 24964    fi
 24965  done
 24966  done
 24967 +IFS=$as_save_IFS
 24968  
 24969 -  test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="false"
 24970  fi
 24971  fi
 24972  ac_ct_AS=$ac_cv_prog_ac_ct_AS
 24973  if test -n "$ac_ct_AS"; then
 24974 -  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 24975 -echo "${ECHO_T}$ac_ct_AS" >&6
 24976 +  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 24977 +echo "${ECHO_T}$ac_ct_AS" >&6; }
 24978  else
 24979 -  echo "$as_me:$LINENO: result: no" >&5
 24980 -echo "${ECHO_T}no" >&6
 24981 +  { echo "$as_me:$LINENO: result: no" >&5
 24982 +echo "${ECHO_T}no" >&6; }
 24983  fi
 24984  
 24985 -  AS=$ac_ct_AS
 24986 +  if test "x$ac_ct_AS" = x; then
 24987 +    AS="false"
 24988 +  else
 24989 +    case $cross_compiling:$ac_tool_warned in
 24990 +yes:)
 24991 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 24992 +whose name does not start with the host triplet.  If you think this
 24993 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 24994 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 24995 +whose name does not start with the host triplet.  If you think this
 24996 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 24997 +ac_tool_warned=yes ;;
 24998 +esac
 24999 +    AS=$ac_ct_AS
 25000 +  fi
 25001  else
 25002    AS="$ac_cv_prog_AS"
 25003  fi
 25004 @@ -3226,8 +3940,8 @@
 25005    if test -n "$ac_tool_prefix"; then
 25006    # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
 25007  set dummy ${ac_tool_prefix}dlltool; ac_word=$2
 25008 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25009 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25010 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25011 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25012  if test "${ac_cv_prog_DLLTOOL+set}" = set; then
 25013    echo $ECHO_N "(cached) $ECHO_C" >&6
 25014  else
 25015 @@ -3240,32 +3954,34 @@
 25016    IFS=$as_save_IFS
 25017    test -z "$as_dir" && as_dir=.
 25018    for ac_exec_ext in '' $ac_executable_extensions; do
 25019 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25020 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25021      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
 25022      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25023      break 2
 25024    fi
 25025  done
 25026  done
 25027 +IFS=$as_save_IFS
 25028  
 25029  fi
 25030  fi
 25031  DLLTOOL=$ac_cv_prog_DLLTOOL
 25032  if test -n "$DLLTOOL"; then
 25033 -  echo "$as_me:$LINENO: result: $DLLTOOL" >&5
 25034 -echo "${ECHO_T}$DLLTOOL" >&6
 25035 +  { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
 25036 +echo "${ECHO_T}$DLLTOOL" >&6; }
 25037  else
 25038 -  echo "$as_me:$LINENO: result: no" >&5
 25039 -echo "${ECHO_T}no" >&6
 25040 +  { echo "$as_me:$LINENO: result: no" >&5
 25041 +echo "${ECHO_T}no" >&6; }
 25042  fi
 25043  
 25044 +
 25045  fi
 25046  if test -z "$ac_cv_prog_DLLTOOL"; then
 25047    ac_ct_DLLTOOL=$DLLTOOL
 25048    # Extract the first word of "dlltool", so it can be a program name with args.
 25049  set dummy dlltool; ac_word=$2
 25050 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25051 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25052 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25053 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25054  if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
 25055    echo $ECHO_N "(cached) $ECHO_C" >&6
 25056  else
 25057 @@ -3278,27 +3994,41 @@
 25058    IFS=$as_save_IFS
 25059    test -z "$as_dir" && as_dir=.
 25060    for ac_exec_ext in '' $ac_executable_extensions; do
 25061 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25062 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25063      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
 25064      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25065      break 2
 25066    fi
 25067  done
 25068  done
 25069 +IFS=$as_save_IFS
 25070  
 25071 -  test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
 25072  fi
 25073  fi
 25074  ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
 25075  if test -n "$ac_ct_DLLTOOL"; then
 25076 -  echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
 25077 -echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
 25078 +  { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
 25079 +echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
 25080  else
 25081 -  echo "$as_me:$LINENO: result: no" >&5
 25082 -echo "${ECHO_T}no" >&6
 25083 +  { echo "$as_me:$LINENO: result: no" >&5
 25084 +echo "${ECHO_T}no" >&6; }
 25085  fi
 25086  
 25087 -  DLLTOOL=$ac_ct_DLLTOOL
 25088 +  if test "x$ac_ct_DLLTOOL" = x; then
 25089 +    DLLTOOL="false"
 25090 +  else
 25091 +    case $cross_compiling:$ac_tool_warned in
 25092 +yes:)
 25093 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 25094 +whose name does not start with the host triplet.  If you think this
 25095 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 25096 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 25097 +whose name does not start with the host triplet.  If you think this
 25098 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 25099 +ac_tool_warned=yes ;;
 25100 +esac
 25101 +    DLLTOOL=$ac_ct_DLLTOOL
 25102 +  fi
 25103  else
 25104    DLLTOOL="$ac_cv_prog_DLLTOOL"
 25105  fi
 25106 @@ -3306,8 +4036,8 @@
 25107    if test -n "$ac_tool_prefix"; then
 25108    # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
 25109  set dummy ${ac_tool_prefix}objdump; ac_word=$2
 25110 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25111 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25112 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25113 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25114  if test "${ac_cv_prog_OBJDUMP+set}" = set; then
 25115    echo $ECHO_N "(cached) $ECHO_C" >&6
 25116  else
 25117 @@ -3320,32 +4050,34 @@
 25118    IFS=$as_save_IFS
 25119    test -z "$as_dir" && as_dir=.
 25120    for ac_exec_ext in '' $ac_executable_extensions; do
 25121 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25122 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25123      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
 25124      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25125      break 2
 25126    fi
 25127  done
 25128  done
 25129 +IFS=$as_save_IFS
 25130  
 25131  fi
 25132  fi
 25133  OBJDUMP=$ac_cv_prog_OBJDUMP
 25134  if test -n "$OBJDUMP"; then
 25135 -  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 25136 -echo "${ECHO_T}$OBJDUMP" >&6
 25137 +  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 25138 +echo "${ECHO_T}$OBJDUMP" >&6; }
 25139  else
 25140 -  echo "$as_me:$LINENO: result: no" >&5
 25141 -echo "${ECHO_T}no" >&6
 25142 +  { echo "$as_me:$LINENO: result: no" >&5
 25143 +echo "${ECHO_T}no" >&6; }
 25144  fi
 25145  
 25146 +
 25147  fi
 25148  if test -z "$ac_cv_prog_OBJDUMP"; then
 25149    ac_ct_OBJDUMP=$OBJDUMP
 25150    # Extract the first word of "objdump", so it can be a program name with args.
 25151  set dummy objdump; ac_word=$2
 25152 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25153 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25154 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25155 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25156  if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
 25157    echo $ECHO_N "(cached) $ECHO_C" >&6
 25158  else
 25159 @@ -3358,27 +4090,41 @@
 25160    IFS=$as_save_IFS
 25161    test -z "$as_dir" && as_dir=.
 25162    for ac_exec_ext in '' $ac_executable_extensions; do
 25163 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25164 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25165      ac_cv_prog_ac_ct_OBJDUMP="objdump"
 25166      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25167      break 2
 25168    fi
 25169  done
 25170  done
 25171 +IFS=$as_save_IFS
 25172  
 25173 -  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
 25174  fi
 25175  fi
 25176  ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
 25177  if test -n "$ac_ct_OBJDUMP"; then
 25178 -  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 25179 -echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
 25180 +  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 25181 +echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
 25182  else
 25183 -  echo "$as_me:$LINENO: result: no" >&5
 25184 -echo "${ECHO_T}no" >&6
 25185 +  { echo "$as_me:$LINENO: result: no" >&5
 25186 +echo "${ECHO_T}no" >&6; }
 25187  fi
 25188  
 25189 -  OBJDUMP=$ac_ct_OBJDUMP
 25190 +  if test "x$ac_ct_OBJDUMP" = x; then
 25191 +    OBJDUMP="false"
 25192 +  else
 25193 +    case $cross_compiling:$ac_tool_warned in
 25194 +yes:)
 25195 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 25196 +whose name does not start with the host triplet.  If you think this
 25197 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 25198 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 25199 +whose name does not start with the host triplet.  If you think this
 25200 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 25201 +ac_tool_warned=yes ;;
 25202 +esac
 25203 +    OBJDUMP=$ac_ct_OBJDUMP
 25204 +  fi
 25205  else
 25206    OBJDUMP="$ac_cv_prog_OBJDUMP"
 25207  fi
 25208 @@ -3439,8 +4185,8 @@
 25209  if test -n "$ac_tool_prefix"; then
 25210    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 25211  set dummy ${ac_tool_prefix}gcc; ac_word=$2
 25212 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25213 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25214 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25215 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25216  if test "${ac_cv_prog_CC+set}" = set; then
 25217    echo $ECHO_N "(cached) $ECHO_C" >&6
 25218  else
 25219 @@ -3453,32 +4199,34 @@
 25220    IFS=$as_save_IFS
 25221    test -z "$as_dir" && as_dir=.
 25222    for ac_exec_ext in '' $ac_executable_extensions; do
 25223 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25224 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25225      ac_cv_prog_CC="${ac_tool_prefix}gcc"
 25226      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25227      break 2
 25228    fi
 25229  done
 25230  done
 25231 +IFS=$as_save_IFS
 25232  
 25233  fi
 25234  fi
 25235  CC=$ac_cv_prog_CC
 25236  if test -n "$CC"; then
 25237 -  echo "$as_me:$LINENO: result: $CC" >&5
 25238 -echo "${ECHO_T}$CC" >&6
 25239 +  { echo "$as_me:$LINENO: result: $CC" >&5
 25240 +echo "${ECHO_T}$CC" >&6; }
 25241  else
 25242 -  echo "$as_me:$LINENO: result: no" >&5
 25243 -echo "${ECHO_T}no" >&6
 25244 +  { echo "$as_me:$LINENO: result: no" >&5
 25245 +echo "${ECHO_T}no" >&6; }
 25246  fi
 25247  
 25248 +
 25249  fi
 25250  if test -z "$ac_cv_prog_CC"; then
 25251    ac_ct_CC=$CC
 25252    # Extract the first word of "gcc", so it can be a program name with args.
 25253  set dummy gcc; ac_word=$2
 25254 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25255 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25256 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25257 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25258  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 25259    echo $ECHO_N "(cached) $ECHO_C" >&6
 25260  else
 25261 @@ -3491,36 +4239,51 @@
 25262    IFS=$as_save_IFS
 25263    test -z "$as_dir" && as_dir=.
 25264    for ac_exec_ext in '' $ac_executable_extensions; do
 25265 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25266 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25267      ac_cv_prog_ac_ct_CC="gcc"
 25268      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25269      break 2
 25270    fi
 25271  done
 25272  done
 25273 +IFS=$as_save_IFS
 25274  
 25275  fi
 25276  fi
 25277  ac_ct_CC=$ac_cv_prog_ac_ct_CC
 25278  if test -n "$ac_ct_CC"; then
 25279 -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 25280 -echo "${ECHO_T}$ac_ct_CC" >&6
 25281 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 25282 +echo "${ECHO_T}$ac_ct_CC" >&6; }
 25283  else
 25284 -  echo "$as_me:$LINENO: result: no" >&5
 25285 -echo "${ECHO_T}no" >&6
 25286 +  { echo "$as_me:$LINENO: result: no" >&5
 25287 +echo "${ECHO_T}no" >&6; }
 25288  fi
 25289  
 25290 -  CC=$ac_ct_CC
 25291 +  if test "x$ac_ct_CC" = x; then
 25292 +    CC=""
 25293 +  else
 25294 +    case $cross_compiling:$ac_tool_warned in
 25295 +yes:)
 25296 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 25297 +whose name does not start with the host triplet.  If you think this
 25298 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 25299 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 25300 +whose name does not start with the host triplet.  If you think this
 25301 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 25302 +ac_tool_warned=yes ;;
 25303 +esac
 25304 +    CC=$ac_ct_CC
 25305 +  fi
 25306  else
 25307    CC="$ac_cv_prog_CC"
 25308  fi
 25309  
 25310  if test -z "$CC"; then
 25311 -  if test -n "$ac_tool_prefix"; then
 25312 -  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 25313 +          if test -n "$ac_tool_prefix"; then
 25314 +    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 25315  set dummy ${ac_tool_prefix}cc; ac_word=$2
 25316 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25317 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25318 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25319 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25320  if test "${ac_cv_prog_CC+set}" = set; then
 25321    echo $ECHO_N "(cached) $ECHO_C" >&6
 25322  else
 25323 @@ -3533,98 +4296,59 @@
 25324    IFS=$as_save_IFS
 25325    test -z "$as_dir" && as_dir=.
 25326    for ac_exec_ext in '' $ac_executable_extensions; do
 25327 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25328 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25329      ac_cv_prog_CC="${ac_tool_prefix}cc"
 25330      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25331      break 2
 25332    fi
 25333  done
 25334  done
 25335 +IFS=$as_save_IFS
 25336  
 25337  fi
 25338  fi
 25339  CC=$ac_cv_prog_CC
 25340  if test -n "$CC"; then
 25341 -  echo "$as_me:$LINENO: result: $CC" >&5
 25342 -echo "${ECHO_T}$CC" >&6
 25343 +  { echo "$as_me:$LINENO: result: $CC" >&5
 25344 +echo "${ECHO_T}$CC" >&6; }
 25345  else
 25346 -  echo "$as_me:$LINENO: result: no" >&5
 25347 -echo "${ECHO_T}no" >&6
 25348 +  { echo "$as_me:$LINENO: result: no" >&5
 25349 +echo "${ECHO_T}no" >&6; }
 25350  fi
 25351  
 25352 +
 25353 +  fi
 25354  fi
 25355 -if test -z "$ac_cv_prog_CC"; then
 25356 -  ac_ct_CC=$CC
 25357 +if test -z "$CC"; then
 25358    # Extract the first word of "cc", so it can be a program name with args.
 25359  set dummy cc; ac_word=$2
 25360 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25361 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25362 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 25363 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25364 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25365 +if test "${ac_cv_prog_CC+set}" = set; then
 25366    echo $ECHO_N "(cached) $ECHO_C" >&6
 25367  else
 25368 -  if test -n "$ac_ct_CC"; then
 25369 -  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 25370 +  if test -n "$CC"; then
 25371 +  ac_cv_prog_CC="$CC" # Let the user override the test.
 25372  else
 25373 +  ac_prog_rejected=no
 25374  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 25375  for as_dir in $PATH
 25376  do
 25377    IFS=$as_save_IFS
 25378    test -z "$as_dir" && as_dir=.
 25379    for ac_exec_ext in '' $ac_executable_extensions; do
 25380 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25381 -    ac_cv_prog_ac_ct_CC="cc"
 25382 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25383 -    break 2
 25384 -  fi
 25385 -done
 25386 -done
 25387 -
 25388 -fi
 25389 -fi
 25390 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
 25391 -if test -n "$ac_ct_CC"; then
 25392 -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 25393 -echo "${ECHO_T}$ac_ct_CC" >&6
 25394 -else
 25395 -  echo "$as_me:$LINENO: result: no" >&5
 25396 -echo "${ECHO_T}no" >&6
 25397 -fi
 25398 -
 25399 -  CC=$ac_ct_CC
 25400 -else
 25401 -  CC="$ac_cv_prog_CC"
 25402 -fi
 25403 -
 25404 -fi
 25405 -if test -z "$CC"; then
 25406 -  # Extract the first word of "cc", so it can be a program name with args.
 25407 -set dummy cc; ac_word=$2
 25408 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25409 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25410 -if test "${ac_cv_prog_CC+set}" = set; then
 25411 -  echo $ECHO_N "(cached) $ECHO_C" >&6
 25412 -else
 25413 -  if test -n "$CC"; then
 25414 -  ac_cv_prog_CC="$CC" # Let the user override the test.
 25415 -else
 25416 -  ac_prog_rejected=no
 25417 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 25418 -for as_dir in $PATH
 25419 -do
 25420 -  IFS=$as_save_IFS
 25421 -  test -z "$as_dir" && as_dir=.
 25422 -  for ac_exec_ext in '' $ac_executable_extensions; do
 25423 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25424 -    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 25425 -       ac_prog_rejected=yes
 25426 -       continue
 25427 -     fi
 25428 -    ac_cv_prog_CC="cc"
 25429 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25430 +    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 25431 +       ac_prog_rejected=yes
 25432 +       continue
 25433 +     fi
 25434 +    ac_cv_prog_CC="cc"
 25435      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25436      break 2
 25437    fi
 25438  done
 25439  done
 25440 +IFS=$as_save_IFS
 25441  
 25442  if test $ac_prog_rejected = yes; then
 25443    # We found a bogon in the path, so make sure we never use it.
 25444 @@ -3642,22 +4366,23 @@
 25445  fi
 25446  CC=$ac_cv_prog_CC
 25447  if test -n "$CC"; then
 25448 -  echo "$as_me:$LINENO: result: $CC" >&5
 25449 -echo "${ECHO_T}$CC" >&6
 25450 +  { echo "$as_me:$LINENO: result: $CC" >&5
 25451 +echo "${ECHO_T}$CC" >&6; }
 25452  else
 25453 -  echo "$as_me:$LINENO: result: no" >&5
 25454 -echo "${ECHO_T}no" >&6
 25455 +  { echo "$as_me:$LINENO: result: no" >&5
 25456 +echo "${ECHO_T}no" >&6; }
 25457  fi
 25458  
 25459 +
 25460  fi
 25461  if test -z "$CC"; then
 25462    if test -n "$ac_tool_prefix"; then
 25463 -  for ac_prog in cl
 25464 +  for ac_prog in cl.exe
 25465    do
 25466      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 25467  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 25468 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25469 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25470 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25471 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25472  if test "${ac_cv_prog_CC+set}" = set; then
 25473    echo $ECHO_N "(cached) $ECHO_C" >&6
 25474  else
 25475 @@ -3670,36 +4395,38 @@
 25476    IFS=$as_save_IFS
 25477    test -z "$as_dir" && as_dir=.
 25478    for ac_exec_ext in '' $ac_executable_extensions; do
 25479 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25480 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25481      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 25482      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25483      break 2
 25484    fi
 25485  done
 25486  done
 25487 +IFS=$as_save_IFS
 25488  
 25489  fi
 25490  fi
 25491  CC=$ac_cv_prog_CC
 25492  if test -n "$CC"; then
 25493 -  echo "$as_me:$LINENO: result: $CC" >&5
 25494 -echo "${ECHO_T}$CC" >&6
 25495 +  { echo "$as_me:$LINENO: result: $CC" >&5
 25496 +echo "${ECHO_T}$CC" >&6; }
 25497  else
 25498 -  echo "$as_me:$LINENO: result: no" >&5
 25499 -echo "${ECHO_T}no" >&6
 25500 +  { echo "$as_me:$LINENO: result: no" >&5
 25501 +echo "${ECHO_T}no" >&6; }
 25502  fi
 25503  
 25504 +
 25505      test -n "$CC" && break
 25506    done
 25507  fi
 25508  if test -z "$CC"; then
 25509    ac_ct_CC=$CC
 25510 -  for ac_prog in cl
 25511 +  for ac_prog in cl.exe
 25512  do
 25513    # Extract the first word of "$ac_prog", so it can be a program name with args.
 25514  set dummy $ac_prog; ac_word=$2
 25515 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 25516 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 25517 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 25518 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 25519  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 25520    echo $ECHO_N "(cached) $ECHO_C" >&6
 25521  else
 25522 @@ -3712,29 +4439,45 @@
 25523    IFS=$as_save_IFS
 25524    test -z "$as_dir" && as_dir=.
 25525    for ac_exec_ext in '' $ac_executable_extensions; do
 25526 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 25527 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 25528      ac_cv_prog_ac_ct_CC="$ac_prog"
 25529      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 25530      break 2
 25531    fi
 25532  done
 25533  done
 25534 +IFS=$as_save_IFS
 25535  
 25536  fi
 25537  fi
 25538  ac_ct_CC=$ac_cv_prog_ac_ct_CC
 25539  if test -n "$ac_ct_CC"; then
 25540 -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 25541 -echo "${ECHO_T}$ac_ct_CC" >&6
 25542 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 25543 +echo "${ECHO_T}$ac_ct_CC" >&6; }
 25544  else
 25545 -  echo "$as_me:$LINENO: result: no" >&5
 25546 -echo "${ECHO_T}no" >&6
 25547 +  { echo "$as_me:$LINENO: result: no" >&5
 25548 +echo "${ECHO_T}no" >&6; }
 25549  fi
 25550  
 25551 +
 25552    test -n "$ac_ct_CC" && break
 25553  done
 25554  
 25555 -  CC=$ac_ct_CC
 25556 +  if test "x$ac_ct_CC" = x; then
 25557 +    CC=""
 25558 +  else
 25559 +    case $cross_compiling:$ac_tool_warned in
 25560 +yes:)
 25561 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 25562 +whose name does not start with the host triplet.  If you think this
 25563 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 25564 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 25565 +whose name does not start with the host triplet.  If you think this
 25566 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 25567 +ac_tool_warned=yes ;;
 25568 +esac
 25569 +    CC=$ac_ct_CC
 25570 +  fi
 25571  fi
 25572  
 25573  fi
 25574 @@ -3747,21 +4490,35 @@
 25575     { (exit 1); exit 1; }; }
 25576  
 25577  # Provide some information about the compiler.
 25578 -echo "$as_me:$LINENO:" \
 25579 -     "checking for C compiler version" >&5
 25580 +echo "$as_me:$LINENO: checking for C compiler version" >&5
 25581  ac_compiler=`set X $ac_compile; echo $2`
 25582 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
 25583 -  (eval $ac_compiler --version </dev/null >&5) 2>&5
 25584 +{ (ac_try="$ac_compiler --version >&5"
 25585 +case "(($ac_try" in
 25586 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25587 +  *) ac_try_echo=$ac_try;;
 25588 +esac
 25589 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25590 +  (eval "$ac_compiler --version >&5") 2>&5
 25591    ac_status=$?
 25592    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25593    (exit $ac_status); }
 25594 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
 25595 -  (eval $ac_compiler -v </dev/null >&5) 2>&5
 25596 +{ (ac_try="$ac_compiler -v >&5"
 25597 +case "(($ac_try" in
 25598 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25599 +  *) ac_try_echo=$ac_try;;
 25600 +esac
 25601 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25602 +  (eval "$ac_compiler -v >&5") 2>&5
 25603    ac_status=$?
 25604    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25605    (exit $ac_status); }
 25606 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
 25607 -  (eval $ac_compiler -V </dev/null >&5) 2>&5
 25608 +{ (ac_try="$ac_compiler -V >&5"
 25609 +case "(($ac_try" in
 25610 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25611 +  *) ac_try_echo=$ac_try;;
 25612 +esac
 25613 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25614 +  (eval "$ac_compiler -V >&5") 2>&5
 25615    ac_status=$?
 25616    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25617    (exit $ac_status); }
 25618 @@ -3786,47 +4543,77 @@
 25619  # Try to create an executable without -o first, disregard a.out.
 25620  # It will help us diagnose broken compilers, and finding out an intuition
 25621  # of exeext.
 25622 -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 25623 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
 25624 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 25625 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
 25626  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 25627 -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
 25628 -  (eval $ac_link_default) 2>&5
 25629 +#
 25630 +# List of possible output files, starting from the most likely.
 25631 +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
 25632 +# only as a last resort.  b.out is created by i960 compilers.
 25633 +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
 25634 +#
 25635 +# The IRIX 6 linker writes into existing files which may not be
 25636 +# executable, retaining their permissions.  Remove them first so a
 25637 +# subsequent execution test works.
 25638 +ac_rmfiles=
 25639 +for ac_file in $ac_files
 25640 +do
 25641 +  case $ac_file in
 25642 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 25643 +    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
 25644 +  esac
 25645 +done
 25646 +rm -f $ac_rmfiles
 25647 +
 25648 +if { (ac_try="$ac_link_default"
 25649 +case "(($ac_try" in
 25650 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25651 +  *) ac_try_echo=$ac_try;;
 25652 +esac
 25653 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25654 +  (eval "$ac_link_default") 2>&5
 25655    ac_status=$?
 25656    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25657    (exit $ac_status); }; then
 25658 -  # Find the output, starting from the most likely.  This scheme is
 25659 -# not robust to junk in `.', hence go to wildcards (a.*) only as a last
 25660 -# resort.
 25661 -
 25662 -# Be careful to initialize this variable, since it used to be cached.
 25663 -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
 25664 -ac_cv_exeext=
 25665 -# b.out is created by i960 compilers.
 25666 -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
 25667 +  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 25668 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 25669 +# in a Makefile.  We should not override ac_cv_exeext if it was cached,
 25670 +# so that the user can short-circuit this test for compilers unknown to
 25671 +# Autoconf.
 25672 +for ac_file in $ac_files ''
 25673  do
 25674    test -f "$ac_file" || continue
 25675    case $ac_file in
 25676 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
 25677 -	;;
 25678 -    conftest.$ac_ext )
 25679 -	# This is the source file.
 25680 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 25681  	;;
 25682      [ab].out )
 25683  	# We found the default executable, but exeext='' is most
 25684  	# certainly right.
 25685  	break;;
 25686      *.* )
 25687 -	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 25688 -	# FIXME: I believe we export ac_cv_exeext for Libtool,
 25689 -	# but it would be cool to find out if it's true.  Does anybody
 25690 -	# maintain Libtool? --akim.
 25691 -	export ac_cv_exeext
 25692 +        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
 25693 +	then :; else
 25694 +	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 25695 +	fi
 25696 +	# We set ac_cv_exeext here because the later test for it is not
 25697 +	# safe: cross compilers may not add the suffix if given an `-o'
 25698 +	# argument, so we may need to know it at that point already.
 25699 +	# Even if this section looks crufty: it has the advantage of
 25700 +	# actually working.
 25701  	break;;
 25702      * )
 25703  	break;;
 25704    esac
 25705  done
 25706 +test "$ac_cv_exeext" = no && ac_cv_exeext=
 25707 +
 25708  else
 25709 +  ac_file=''
 25710 +fi
 25711 +
 25712 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
 25713 +echo "${ECHO_T}$ac_file" >&6; }
 25714 +if test -z "$ac_file"; then
 25715    echo "$as_me: failed program was:" >&5
 25716  sed 's/^/| /' conftest.$ac_ext >&5
 25717  
 25718 @@ -3838,19 +4625,21 @@
 25719  fi
 25720  
 25721  ac_exeext=$ac_cv_exeext
 25722 -echo "$as_me:$LINENO: result: $ac_file" >&5
 25723 -echo "${ECHO_T}$ac_file" >&6
 25724  
 25725 -# Check the compiler produces executables we can run.  If not, either
 25726 +# Check that the compiler produces executables we can run.  If not, either
 25727  # the compiler is broken, or we cross compile.
 25728 -echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 25729 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
 25730 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 25731 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
 25732  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 25733  # If not cross compiling, check that we can run a simple program.
 25734  if test "$cross_compiling" != yes; then
 25735    if { ac_try='./$ac_file'
 25736 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 25737 -  (eval $ac_try) 2>&5
 25738 +  { (case "(($ac_try" in
 25739 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25740 +  *) ac_try_echo=$ac_try;;
 25741 +esac
 25742 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25743 +  (eval "$ac_try") 2>&5
 25744    ac_status=$?
 25745    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25746    (exit $ac_status); }; }; then
 25747 @@ -3869,22 +4658,27 @@
 25748      fi
 25749    fi
 25750  fi
 25751 -echo "$as_me:$LINENO: result: yes" >&5
 25752 -echo "${ECHO_T}yes" >&6
 25753 +{ echo "$as_me:$LINENO: result: yes" >&5
 25754 +echo "${ECHO_T}yes" >&6; }
 25755  
 25756  rm -f a.out a.exe conftest$ac_cv_exeext b.out
 25757  ac_clean_files=$ac_clean_files_save
 25758 -# Check the compiler produces executables we can run.  If not, either
 25759 +# Check that the compiler produces executables we can run.  If not, either
 25760  # the compiler is broken, or we cross compile.
 25761 -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 25762 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
 25763 -echo "$as_me:$LINENO: result: $cross_compiling" >&5
 25764 -echo "${ECHO_T}$cross_compiling" >&6
 25765 -
 25766 -echo "$as_me:$LINENO: checking for suffix of executables" >&5
 25767 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
 25768 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 25769 -  (eval $ac_link) 2>&5
 25770 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 25771 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
 25772 +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
 25773 +echo "${ECHO_T}$cross_compiling" >&6; }
 25774 +
 25775 +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
 25776 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
 25777 +if { (ac_try="$ac_link"
 25778 +case "(($ac_try" in
 25779 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25780 +  *) ac_try_echo=$ac_try;;
 25781 +esac
 25782 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25783 +  (eval "$ac_link") 2>&5
 25784    ac_status=$?
 25785    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25786    (exit $ac_status); }; then
 25787 @@ -3895,9 +4689,8 @@
 25788  for ac_file in conftest.exe conftest conftest.*; do
 25789    test -f "$ac_file" || continue
 25790    case $ac_file in
 25791 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
 25792 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 25793      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 25794 -	  export ac_cv_exeext
 25795  	  break;;
 25796      * ) break;;
 25797    esac
 25798 @@ -3911,14 +4704,14 @@
 25799  fi
 25800  
 25801  rm -f conftest$ac_cv_exeext
 25802 -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 25803 -echo "${ECHO_T}$ac_cv_exeext" >&6
 25804 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 25805 +echo "${ECHO_T}$ac_cv_exeext" >&6; }
 25806  
 25807  rm -f conftest.$ac_ext
 25808  EXEEXT=$ac_cv_exeext
 25809  ac_exeext=$EXEEXT
 25810 -echo "$as_me:$LINENO: checking for suffix of object files" >&5
 25811 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
 25812 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
 25813 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
 25814  if test "${ac_cv_objext+set}" = set; then
 25815    echo $ECHO_N "(cached) $ECHO_C" >&6
 25816  else
 25817 @@ -3938,14 +4731,20 @@
 25818  }
 25819  _ACEOF
 25820  rm -f conftest.o conftest.obj
 25821 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 25822 -  (eval $ac_compile) 2>&5
 25823 +if { (ac_try="$ac_compile"
 25824 +case "(($ac_try" in
 25825 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25826 +  *) ac_try_echo=$ac_try;;
 25827 +esac
 25828 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25829 +  (eval "$ac_compile") 2>&5
 25830    ac_status=$?
 25831    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25832    (exit $ac_status); }; then
 25833 -  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
 25834 +  for ac_file in conftest.o conftest.obj conftest.*; do
 25835 +  test -f "$ac_file" || continue;
 25836    case $ac_file in
 25837 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
 25838 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
 25839      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 25840         break;;
 25841    esac
 25842 @@ -3963,12 +4762,12 @@
 25843  
 25844  rm -f conftest.$ac_cv_objext conftest.$ac_ext
 25845  fi
 25846 -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 25847 -echo "${ECHO_T}$ac_cv_objext" >&6
 25848 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 25849 +echo "${ECHO_T}$ac_cv_objext" >&6; }
 25850  OBJEXT=$ac_cv_objext
 25851  ac_objext=$OBJEXT
 25852 -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 25853 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
 25854 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 25855 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 25856  if test "${ac_cv_c_compiler_gnu+set}" = set; then
 25857    echo $ECHO_N "(cached) $ECHO_C" >&6
 25858  else
 25859 @@ -3991,50 +4790,49 @@
 25860  }
 25861  _ACEOF
 25862  rm -f conftest.$ac_objext
 25863 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 25864 -  (eval $ac_compile) 2>conftest.er1
 25865 +if { (ac_try="$ac_compile"
 25866 +case "(($ac_try" in
 25867 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25868 +  *) ac_try_echo=$ac_try;;
 25869 +esac
 25870 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25871 +  (eval "$ac_compile") 2>conftest.er1
 25872    ac_status=$?
 25873    grep -v '^ *+' conftest.er1 >conftest.err
 25874    rm -f conftest.er1
 25875    cat conftest.err >&5
 25876    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25877 -  (exit $ac_status); } &&
 25878 -	 { ac_try='test -z "$ac_c_werror_flag"
 25879 -			 || test ! -s conftest.err'
 25880 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 25881 -  (eval $ac_try) 2>&5
 25882 -  ac_status=$?
 25883 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25884 -  (exit $ac_status); }; } &&
 25885 -	 { ac_try='test -s conftest.$ac_objext'
 25886 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 25887 -  (eval $ac_try) 2>&5
 25888 -  ac_status=$?
 25889 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25890 -  (exit $ac_status); }; }; then
 25891 +  (exit $ac_status); } && {
 25892 +	 test -z "$ac_c_werror_flag" ||
 25893 +	 test ! -s conftest.err
 25894 +       } && test -s conftest.$ac_objext; then
 25895    ac_compiler_gnu=yes
 25896  else
 25897    echo "$as_me: failed program was:" >&5
 25898  sed 's/^/| /' conftest.$ac_ext >&5
 25899  
 25900 -ac_compiler_gnu=no
 25901 +	ac_compiler_gnu=no
 25902  fi
 25903 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 25904 +
 25905 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 25906  ac_cv_c_compiler_gnu=$ac_compiler_gnu
 25907  
 25908  fi
 25909 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 25910 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
 25911 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 25912 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 25913  GCC=`test $ac_compiler_gnu = yes && echo yes`
 25914  ac_test_CFLAGS=${CFLAGS+set}
 25915  ac_save_CFLAGS=$CFLAGS
 25916 -CFLAGS="-g"
 25917 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 25918 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
 25919 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 25920 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 25921  if test "${ac_cv_prog_cc_g+set}" = set; then
 25922    echo $ECHO_N "(cached) $ECHO_C" >&6
 25923  else
 25924 -  cat >conftest.$ac_ext <<_ACEOF
 25925 +  ac_save_c_werror_flag=$ac_c_werror_flag
 25926 +   ac_c_werror_flag=yes
 25927 +   ac_cv_prog_cc_g=no
 25928 +   CFLAGS="-g"
 25929 +   cat >conftest.$ac_ext <<_ACEOF
 25930  /* confdefs.h.  */
 25931  _ACEOF
 25932  cat confdefs.h >>conftest.$ac_ext
 25933 @@ -4050,38 +4848,118 @@
 25934  }
 25935  _ACEOF
 25936  rm -f conftest.$ac_objext
 25937 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 25938 -  (eval $ac_compile) 2>conftest.er1
 25939 +if { (ac_try="$ac_compile"
 25940 +case "(($ac_try" in
 25941 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25942 +  *) ac_try_echo=$ac_try;;
 25943 +esac
 25944 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25945 +  (eval "$ac_compile") 2>conftest.er1
 25946    ac_status=$?
 25947    grep -v '^ *+' conftest.er1 >conftest.err
 25948    rm -f conftest.er1
 25949    cat conftest.err >&5
 25950    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25951 -  (exit $ac_status); } &&
 25952 -	 { ac_try='test -z "$ac_c_werror_flag"
 25953 -			 || test ! -s conftest.err'
 25954 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 25955 -  (eval $ac_try) 2>&5
 25956 +  (exit $ac_status); } && {
 25957 +	 test -z "$ac_c_werror_flag" ||
 25958 +	 test ! -s conftest.err
 25959 +       } && test -s conftest.$ac_objext; then
 25960 +  ac_cv_prog_cc_g=yes
 25961 +else
 25962 +  echo "$as_me: failed program was:" >&5
 25963 +sed 's/^/| /' conftest.$ac_ext >&5
 25964 +
 25965 +	CFLAGS=""
 25966 +      cat >conftest.$ac_ext <<_ACEOF
 25967 +/* confdefs.h.  */
 25968 +_ACEOF
 25969 +cat confdefs.h >>conftest.$ac_ext
 25970 +cat >>conftest.$ac_ext <<_ACEOF
 25971 +/* end confdefs.h.  */
 25972 +
 25973 +int
 25974 +main ()
 25975 +{
 25976 +
 25977 +  ;
 25978 +  return 0;
 25979 +}
 25980 +_ACEOF
 25981 +rm -f conftest.$ac_objext
 25982 +if { (ac_try="$ac_compile"
 25983 +case "(($ac_try" in
 25984 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 25985 +  *) ac_try_echo=$ac_try;;
 25986 +esac
 25987 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 25988 +  (eval "$ac_compile") 2>conftest.er1
 25989    ac_status=$?
 25990 +  grep -v '^ *+' conftest.er1 >conftest.err
 25991 +  rm -f conftest.er1
 25992 +  cat conftest.err >&5
 25993    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 25994 -  (exit $ac_status); }; } &&
 25995 -	 { ac_try='test -s conftest.$ac_objext'
 25996 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 25997 -  (eval $ac_try) 2>&5
 25998 +  (exit $ac_status); } && {
 25999 +	 test -z "$ac_c_werror_flag" ||
 26000 +	 test ! -s conftest.err
 26001 +       } && test -s conftest.$ac_objext; then
 26002 +  :
 26003 +else
 26004 +  echo "$as_me: failed program was:" >&5
 26005 +sed 's/^/| /' conftest.$ac_ext >&5
 26006 +
 26007 +	ac_c_werror_flag=$ac_save_c_werror_flag
 26008 +	 CFLAGS="-g"
 26009 +	 cat >conftest.$ac_ext <<_ACEOF
 26010 +/* confdefs.h.  */
 26011 +_ACEOF
 26012 +cat confdefs.h >>conftest.$ac_ext
 26013 +cat >>conftest.$ac_ext <<_ACEOF
 26014 +/* end confdefs.h.  */
 26015 +
 26016 +int
 26017 +main ()
 26018 +{
 26019 +
 26020 +  ;
 26021 +  return 0;
 26022 +}
 26023 +_ACEOF
 26024 +rm -f conftest.$ac_objext
 26025 +if { (ac_try="$ac_compile"
 26026 +case "(($ac_try" in
 26027 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 26028 +  *) ac_try_echo=$ac_try;;
 26029 +esac
 26030 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 26031 +  (eval "$ac_compile") 2>conftest.er1
 26032    ac_status=$?
 26033 +  grep -v '^ *+' conftest.er1 >conftest.err
 26034 +  rm -f conftest.er1
 26035 +  cat conftest.err >&5
 26036    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26037 -  (exit $ac_status); }; }; then
 26038 +  (exit $ac_status); } && {
 26039 +	 test -z "$ac_c_werror_flag" ||
 26040 +	 test ! -s conftest.err
 26041 +       } && test -s conftest.$ac_objext; then
 26042    ac_cv_prog_cc_g=yes
 26043  else
 26044    echo "$as_me: failed program was:" >&5
 26045  sed 's/^/| /' conftest.$ac_ext >&5
 26046  
 26047 -ac_cv_prog_cc_g=no
 26048 +
 26049 +fi
 26050 +
 26051 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 26052  fi
 26053 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 26054 +
 26055 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 26056 +fi
 26057 +
 26058 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 26059 +   ac_c_werror_flag=$ac_save_c_werror_flag
 26060  fi
 26061 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 26062 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
 26063 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 26064 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 26065  if test "$ac_test_CFLAGS" = set; then
 26066    CFLAGS=$ac_save_CFLAGS
 26067  elif test $ac_cv_prog_cc_g = yes; then
 26068 @@ -4097,12 +4975,12 @@
 26069      CFLAGS=
 26070    fi
 26071  fi
 26072 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
 26073 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
 26074 -if test "${ac_cv_prog_cc_stdc+set}" = set; then
 26075 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 26076 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 26077 +if test "${ac_cv_prog_cc_c89+set}" = set; then
 26078    echo $ECHO_N "(cached) $ECHO_C" >&6
 26079  else
 26080 -  ac_cv_prog_cc_stdc=no
 26081 +  ac_cv_prog_cc_c89=no
 26082  ac_save_CC=$CC
 26083  cat >conftest.$ac_ext <<_ACEOF
 26084  /* confdefs.h.  */
 26085 @@ -4136,12 +5014,17 @@
 26086  /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
 26087     function prototypes and stuff, but not '\xHH' hex character constants.
 26088     These don't provoke an error unfortunately, instead are silently treated
 26089 -   as 'x'.  The following induces an error, until -std1 is added to get
 26090 +   as 'x'.  The following induces an error, until -std is added to get
 26091     proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
 26092     array size at least.  It's necessary to write '\x00'==0 to get something
 26093 -   that's true only with -std1.  */
 26094 +   that's true only with -std.  */
 26095  int osf4_cc_array ['\x00' == 0 ? 1 : -1];
 26096  
 26097 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
 26098 +   inside strings and character constants.  */
 26099 +#define FOO(x) 'x'
 26100 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
 26101 +
 26102  int test (int i, double x);
 26103  struct s1 {int (*f) (int a);};
 26104  struct s2 {int (*f) (double a);};
 26105 @@ -4156,205 +5039,57 @@
 26106    return 0;
 26107  }
 26108  _ACEOF
 26109 -# Don't try gcc -ansi; that turns off useful extensions and
 26110 -# breaks some systems' header files.
 26111 -# AIX			-qlanglvl=ansi
 26112 -# Ultrix and OSF/1	-std1
 26113 -# HP-UX 10.20 and later	-Ae
 26114 -# HP-UX older versions	-Aa -D_HPUX_SOURCE
 26115 -# SVR4			-Xc -D__EXTENSIONS__
 26116 -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 26117 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
 26118 +	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 26119  do
 26120    CC="$ac_save_CC $ac_arg"
 26121    rm -f conftest.$ac_objext
 26122 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 26123 -  (eval $ac_compile) 2>conftest.er1
 26124 +if { (ac_try="$ac_compile"
 26125 +case "(($ac_try" in
 26126 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 26127 +  *) ac_try_echo=$ac_try;;
 26128 +esac
 26129 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 26130 +  (eval "$ac_compile") 2>conftest.er1
 26131    ac_status=$?
 26132    grep -v '^ *+' conftest.er1 >conftest.err
 26133    rm -f conftest.er1
 26134    cat conftest.err >&5
 26135    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26136 -  (exit $ac_status); } &&
 26137 -	 { ac_try='test -z "$ac_c_werror_flag"
 26138 -			 || test ! -s conftest.err'
 26139 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 26140 -  (eval $ac_try) 2>&5
 26141 -  ac_status=$?
 26142 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26143 -  (exit $ac_status); }; } &&
 26144 -	 { ac_try='test -s conftest.$ac_objext'
 26145 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 26146 -  (eval $ac_try) 2>&5
 26147 -  ac_status=$?
 26148 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26149 -  (exit $ac_status); }; }; then
 26150 -  ac_cv_prog_cc_stdc=$ac_arg
 26151 -break
 26152 +  (exit $ac_status); } && {
 26153 +	 test -z "$ac_c_werror_flag" ||
 26154 +	 test ! -s conftest.err
 26155 +       } && test -s conftest.$ac_objext; then
 26156 +  ac_cv_prog_cc_c89=$ac_arg
 26157  else
 26158    echo "$as_me: failed program was:" >&5
 26159  sed 's/^/| /' conftest.$ac_ext >&5
 26160  
 26161 +
 26162  fi
 26163 -rm -f conftest.err conftest.$ac_objext
 26164 +
 26165 +rm -f core conftest.err conftest.$ac_objext
 26166 +  test "x$ac_cv_prog_cc_c89" != "xno" && break
 26167  done
 26168 -rm -f conftest.$ac_ext conftest.$ac_objext
 26169 +rm -f conftest.$ac_ext
 26170  CC=$ac_save_CC
 26171  
 26172  fi
 26173 -
 26174 -case "x$ac_cv_prog_cc_stdc" in
 26175 -  x|xno)
 26176 -    echo "$as_me:$LINENO: result: none needed" >&5
 26177 -echo "${ECHO_T}none needed" >&6 ;;
 26178 +# AC_CACHE_VAL
 26179 +case "x$ac_cv_prog_cc_c89" in
 26180 +  x)
 26181 +    { echo "$as_me:$LINENO: result: none needed" >&5
 26182 +echo "${ECHO_T}none needed" >&6; } ;;
 26183 +  xno)
 26184 +    { echo "$as_me:$LINENO: result: unsupported" >&5
 26185 +echo "${ECHO_T}unsupported" >&6; } ;;
 26186    *)
 26187 -    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
 26188 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
 26189 -    CC="$CC $ac_cv_prog_cc_stdc" ;;
 26190 +    CC="$CC $ac_cv_prog_cc_c89"
 26191 +    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 26192 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 26193  esac
 26194  
 26195 -# Some people use a C++ compiler to compile C.  Since we use `exit',
 26196 -# in C++ we need to declare it.  In case someone uses the same compiler
 26197 -# for both compiling C and C++ we need to have the C++ compiler decide
 26198 -# the declaration of exit, since it's the most demanding environment.
 26199 -cat >conftest.$ac_ext <<_ACEOF
 26200 -#ifndef __cplusplus
 26201 -  choke me
 26202 -#endif
 26203 -_ACEOF
 26204 -rm -f conftest.$ac_objext
 26205 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 26206 -  (eval $ac_compile) 2>conftest.er1
 26207 -  ac_status=$?
 26208 -  grep -v '^ *+' conftest.er1 >conftest.err
 26209 -  rm -f conftest.er1
 26210 -  cat conftest.err >&5
 26211 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26212 -  (exit $ac_status); } &&
 26213 -	 { ac_try='test -z "$ac_c_werror_flag"
 26214 -			 || test ! -s conftest.err'
 26215 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 26216 -  (eval $ac_try) 2>&5
 26217 -  ac_status=$?
 26218 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26219 -  (exit $ac_status); }; } &&
 26220 -	 { ac_try='test -s conftest.$ac_objext'
 26221 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 26222 -  (eval $ac_try) 2>&5
 26223 -  ac_status=$?
 26224 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26225 -  (exit $ac_status); }; }; then
 26226 -  for ac_declaration in \
 26227 -   '' \
 26228 -   'extern "C" void std::exit (int) throw (); using std::exit;' \
 26229 -   'extern "C" void std::exit (int); using std::exit;' \
 26230 -   'extern "C" void exit (int) throw ();' \
 26231 -   'extern "C" void exit (int);' \
 26232 -   'void exit (int);'
 26233 -do
 26234 -  cat >conftest.$ac_ext <<_ACEOF
 26235 -/* confdefs.h.  */
 26236 -_ACEOF
 26237 -cat confdefs.h >>conftest.$ac_ext
 26238 -cat >>conftest.$ac_ext <<_ACEOF
 26239 -/* end confdefs.h.  */
 26240 -$ac_declaration
 26241 -#include <stdlib.h>
 26242 -int
 26243 -main ()
 26244 -{
 26245 -exit (42);
 26246 -  ;
 26247 -  return 0;
 26248 -}
 26249 -_ACEOF
 26250 -rm -f conftest.$ac_objext
 26251 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 26252 -  (eval $ac_compile) 2>conftest.er1
 26253 -  ac_status=$?
 26254 -  grep -v '^ *+' conftest.er1 >conftest.err
 26255 -  rm -f conftest.er1
 26256 -  cat conftest.err >&5
 26257 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26258 -  (exit $ac_status); } &&
 26259 -	 { ac_try='test -z "$ac_c_werror_flag"
 26260 -			 || test ! -s conftest.err'
 26261 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 26262 -  (eval $ac_try) 2>&5
 26263 -  ac_status=$?
 26264 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26265 -  (exit $ac_status); }; } &&
 26266 -	 { ac_try='test -s conftest.$ac_objext'
 26267 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 26268 -  (eval $ac_try) 2>&5
 26269 -  ac_status=$?
 26270 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26271 -  (exit $ac_status); }; }; then
 26272 -  :
 26273 -else
 26274 -  echo "$as_me: failed program was:" >&5
 26275 -sed 's/^/| /' conftest.$ac_ext >&5
 26276 -
 26277 -continue
 26278 -fi
 26279 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 26280 -  cat >conftest.$ac_ext <<_ACEOF
 26281 -/* confdefs.h.  */
 26282 -_ACEOF
 26283 -cat confdefs.h >>conftest.$ac_ext
 26284 -cat >>conftest.$ac_ext <<_ACEOF
 26285 -/* end confdefs.h.  */
 26286 -$ac_declaration
 26287 -int
 26288 -main ()
 26289 -{
 26290 -exit (42);
 26291 -  ;
 26292 -  return 0;
 26293 -}
 26294 -_ACEOF
 26295 -rm -f conftest.$ac_objext
 26296 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 26297 -  (eval $ac_compile) 2>conftest.er1
 26298 -  ac_status=$?
 26299 -  grep -v '^ *+' conftest.er1 >conftest.err
 26300 -  rm -f conftest.er1
 26301 -  cat conftest.err >&5
 26302 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26303 -  (exit $ac_status); } &&
 26304 -	 { ac_try='test -z "$ac_c_werror_flag"
 26305 -			 || test ! -s conftest.err'
 26306 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 26307 -  (eval $ac_try) 2>&5
 26308 -  ac_status=$?
 26309 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26310 -  (exit $ac_status); }; } &&
 26311 -	 { ac_try='test -s conftest.$ac_objext'
 26312 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 26313 -  (eval $ac_try) 2>&5
 26314 -  ac_status=$?
 26315 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 26316 -  (exit $ac_status); }; }; then
 26317 -  break
 26318 -else
 26319 -  echo "$as_me: failed program was:" >&5
 26320 -sed 's/^/| /' conftest.$ac_ext >&5
 26321 -
 26322 -fi
 26323 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 26324 -done
 26325 -rm -f conftest*
 26326 -if test -n "$ac_declaration"; then
 26327 -  echo '#ifdef __cplusplus' >>confdefs.h
 26328 -  echo $ac_declaration      >>confdefs.h
 26329 -  echo '#endif'             >>confdefs.h
 26330 -fi
 26331  
 26332 -else
 26333 -  echo "$as_me: failed program was:" >&5
 26334 -sed 's/^/| /' conftest.$ac_ext >&5
 26335 -
 26336 -fi
 26337 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 26338  ac_ext=c
 26339  ac_cpp='$CPP $CPPFLAGS'
 26340  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 26341 @@ -4363,8 +5098,8 @@
 26342  
 26343  depcc="$CC"   am_compiler_list=
 26344  
 26345 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 26346 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 26347 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 26348 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 26349  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 26350    echo $ECHO_N "(cached) $ECHO_C" >&6
 26351  else
 26352 @@ -4446,58 +5181,273 @@
 26353      fi
 26354    done
 26355  
 26356 -  cd ..
 26357 -  rm -rf conftest.dir
 26358 -else
 26359 -  am_cv_CC_dependencies_compiler_type=none
 26360 +  cd ..
 26361 +  rm -rf conftest.dir
 26362 +else
 26363 +  am_cv_CC_dependencies_compiler_type=none
 26364 +fi
 26365 +
 26366 +fi
 26367 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 26368 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 26369 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 26370 +
 26371 +
 26372 +
 26373 +if
 26374 +  test "x$enable_dependency_tracking" != xno \
 26375 +  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
 26376 +  am__fastdepCC_TRUE=
 26377 +  am__fastdepCC_FALSE='#'
 26378 +else
 26379 +  am__fastdepCC_TRUE='#'
 26380 +  am__fastdepCC_FALSE=
 26381 +fi
 26382 +
 26383 +
 26384 +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 26385 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
 26386 +if test "${ac_cv_path_GREP+set}" = set; then
 26387 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 26388 +else
 26389 +  # Extract the first word of "grep ggrep" to use in msg output
 26390 +if test -z "$GREP"; then
 26391 +set dummy grep ggrep; ac_prog_name=$2
 26392 +if test "${ac_cv_path_GREP+set}" = set; then
 26393 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 26394 +else
 26395 +  ac_path_GREP_found=false
 26396 +# Loop through the user's path and test for each of PROGNAME-LIST
 26397 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 26398 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 26399 +do
 26400 +  IFS=$as_save_IFS
 26401 +  test -z "$as_dir" && as_dir=.
 26402 +  for ac_prog in grep ggrep; do
 26403 +  for ac_exec_ext in '' $ac_executable_extensions; do
 26404 +    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 26405 +    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 26406 +    # Check for GNU ac_path_GREP and select it if it is found.
 26407 +  # Check for GNU $ac_path_GREP
 26408 +case `"$ac_path_GREP" --version 2>&1` in
 26409 +*GNU*)
 26410 +  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 26411 +*)
 26412 +  ac_count=0
 26413 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 26414 +  while :
 26415 +  do
 26416 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
 26417 +    mv "conftest.tmp" "conftest.in"
 26418 +    cp "conftest.in" "conftest.nl"
 26419 +    echo 'GREP' >> "conftest.nl"
 26420 +    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 26421 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 26422 +    ac_count=`expr $ac_count + 1`
 26423 +    if test $ac_count -gt ${ac_path_GREP_max-0}; then
 26424 +      # Best one so far, save it but keep looking for a better one
 26425 +      ac_cv_path_GREP="$ac_path_GREP"
 26426 +      ac_path_GREP_max=$ac_count
 26427 +    fi
 26428 +    # 10*(2^10) chars as input seems more than enough
 26429 +    test $ac_count -gt 10 && break
 26430 +  done
 26431 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 26432 +esac
 26433 +
 26434 +
 26435 +    $ac_path_GREP_found && break 3
 26436 +  done
 26437 +done
 26438 +
 26439 +done
 26440 +IFS=$as_save_IFS
 26441 +
 26442 +
 26443 +fi
 26444 +
 26445 +GREP="$ac_cv_path_GREP"
 26446 +if test -z "$GREP"; then
 26447 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 26448 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 26449 +   { (exit 1); exit 1; }; }
 26450 +fi
 26451 +
 26452 +else
 26453 +  ac_cv_path_GREP=$GREP
 26454 +fi
 26455 +
 26456 +
 26457 +fi
 26458 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 26459 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
 26460 + GREP="$ac_cv_path_GREP"
 26461 +
 26462 +
 26463 +{ echo "$as_me:$LINENO: checking for egrep" >&5
 26464 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
 26465 +if test "${ac_cv_path_EGREP+set}" = set; then
 26466 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 26467 +else
 26468 +  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 26469 +   then ac_cv_path_EGREP="$GREP -E"
 26470 +   else
 26471 +     # Extract the first word of "egrep" to use in msg output
 26472 +if test -z "$EGREP"; then
 26473 +set dummy egrep; ac_prog_name=$2
 26474 +if test "${ac_cv_path_EGREP+set}" = set; then
 26475 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 26476 +else
 26477 +  ac_path_EGREP_found=false
 26478 +# Loop through the user's path and test for each of PROGNAME-LIST
 26479 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 26480 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 26481 +do
 26482 +  IFS=$as_save_IFS
 26483 +  test -z "$as_dir" && as_dir=.
 26484 +  for ac_prog in egrep; do
 26485 +  for ac_exec_ext in '' $ac_executable_extensions; do
 26486 +    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 26487 +    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 26488 +    # Check for GNU ac_path_EGREP and select it if it is found.
 26489 +  # Check for GNU $ac_path_EGREP
 26490 +case `"$ac_path_EGREP" --version 2>&1` in
 26491 +*GNU*)
 26492 +  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 26493 +*)
 26494 +  ac_count=0
 26495 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 26496 +  while :
 26497 +  do
 26498 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
 26499 +    mv "conftest.tmp" "conftest.in"
 26500 +    cp "conftest.in" "conftest.nl"
 26501 +    echo 'EGREP' >> "conftest.nl"
 26502 +    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 26503 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 26504 +    ac_count=`expr $ac_count + 1`
 26505 +    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
 26506 +      # Best one so far, save it but keep looking for a better one
 26507 +      ac_cv_path_EGREP="$ac_path_EGREP"
 26508 +      ac_path_EGREP_max=$ac_count
 26509 +    fi
 26510 +    # 10*(2^10) chars as input seems more than enough
 26511 +    test $ac_count -gt 10 && break
 26512 +  done
 26513 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 26514 +esac
 26515 +
 26516 +
 26517 +    $ac_path_EGREP_found && break 3
 26518 +  done
 26519 +done
 26520 +
 26521 +done
 26522 +IFS=$as_save_IFS
 26523 +
 26524 +
 26525  fi
 26526  
 26527 +EGREP="$ac_cv_path_EGREP"
 26528 +if test -z "$EGREP"; then
 26529 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 26530 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 26531 +   { (exit 1); exit 1; }; }
 26532  fi
 26533 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 26534 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
 26535 -CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 26536  
 26537 +else
 26538 +  ac_cv_path_EGREP=$EGREP
 26539 +fi
 26540  
 26541  
 26542 -if
 26543 -  test "x$enable_dependency_tracking" != xno \
 26544 -  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
 26545 -  am__fastdepCC_TRUE=
 26546 -  am__fastdepCC_FALSE='#'
 26547 -else
 26548 -  am__fastdepCC_TRUE='#'
 26549 -  am__fastdepCC_FALSE=
 26550 +   fi
 26551  fi
 26552 +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 26553 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
 26554 + EGREP="$ac_cv_path_EGREP"
 26555  
 26556  
 26557 -echo "$as_me:$LINENO: checking for egrep" >&5
 26558 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6
 26559 -if test "${ac_cv_prog_egrep+set}" = set; then
 26560 +{ echo "$as_me:$LINENO: checking for fgrep" >&5
 26561 +echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
 26562 +if test "${ac_cv_path_FGREP+set}" = set; then
 26563 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 26564 +else
 26565 +  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
 26566 +   then ac_cv_path_FGREP="$GREP -F"
 26567 +   else
 26568 +     # Extract the first word of "fgrep" to use in msg output
 26569 +if test -z "$FGREP"; then
 26570 +set dummy fgrep; ac_prog_name=$2
 26571 +if test "${ac_cv_path_FGREP+set}" = set; then
 26572    echo $ECHO_N "(cached) $ECHO_C" >&6
 26573  else
 26574 -  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
 26575 -    then ac_cv_prog_egrep='grep -E'
 26576 -    else ac_cv_prog_egrep='egrep'
 26577 +  ac_path_FGREP_found=false
 26578 +# Loop through the user's path and test for each of PROGNAME-LIST
 26579 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 26580 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 26581 +do
 26582 +  IFS=$as_save_IFS
 26583 +  test -z "$as_dir" && as_dir=.
 26584 +  for ac_prog in fgrep; do
 26585 +  for ac_exec_ext in '' $ac_executable_extensions; do
 26586 +    ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
 26587 +    { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
 26588 +    # Check for GNU ac_path_FGREP and select it if it is found.
 26589 +  # Check for GNU $ac_path_FGREP
 26590 +case `"$ac_path_FGREP" --version 2>&1` in
 26591 +*GNU*)
 26592 +  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
 26593 +*)
 26594 +  ac_count=0
 26595 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 26596 +  while :
 26597 +  do
 26598 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
 26599 +    mv "conftest.tmp" "conftest.in"
 26600 +    cp "conftest.in" "conftest.nl"
 26601 +    echo 'FGREP' >> "conftest.nl"
 26602 +    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
 26603 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 26604 +    ac_count=`expr $ac_count + 1`
 26605 +    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
 26606 +      # Best one so far, save it but keep looking for a better one
 26607 +      ac_cv_path_FGREP="$ac_path_FGREP"
 26608 +      ac_path_FGREP_max=$ac_count
 26609      fi
 26610 +    # 10*(2^10) chars as input seems more than enough
 26611 +    test $ac_count -gt 10 && break
 26612 +  done
 26613 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 26614 +esac
 26615 +
 26616 +
 26617 +    $ac_path_FGREP_found && break 3
 26618 +  done
 26619 +done
 26620 +
 26621 +done
 26622 +IFS=$as_save_IFS
 26623 +
 26624 +
 26625  fi
 26626 -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
 26627 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6
 26628 - EGREP=$ac_cv_prog_egrep
 26629  
 26630 +FGREP="$ac_cv_path_FGREP"
 26631 +if test -z "$FGREP"; then
 26632 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 26633 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 26634 +   { (exit 1); exit 1; }; }
 26635 +fi
 26636  
 26637 -echo "$as_me:$LINENO: checking for fgrep" >&5
 26638 -echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
 26639 -if test "${ac_cv_prog_fgrep+set}" = set; then
 26640 -  echo $ECHO_N "(cached) $ECHO_C" >&6
 26641  else
 26642 -  if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
 26643 -    then ac_cv_prog_fgrep='grep -F'
 26644 -    else ac_cv_prog_fgrep='fgrep'
 26645 -    fi
 26646 +  ac_cv_path_FGREP=$FGREP
 26647 +fi
 26648 +
 26649 +
 26650 +   fi
 26651  fi
 26652 -echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
 26653 -echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
 26654 - FGREP=$ac_cv_prog_fgrep
 26655 +{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
 26656 +echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
 26657 + FGREP="$ac_cv_path_FGREP"
 26658  
 26659  
 26660  test -z "$GREP" && GREP=grep
 26661 @@ -4520,18 +5470,18 @@
 26662  
 26663  
 26664  
 26665 -# Check whether --with-gnu-ld or --without-gnu-ld was given.
 26666 +# Check whether --with-gnu-ld was given.
 26667  if test "${with_gnu_ld+set}" = set; then
 26668 -  withval="$with_gnu_ld"
 26669 -  test "$withval" = no || with_gnu_ld=yes
 26670 +  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 26671  else
 26672    with_gnu_ld=no
 26673 -fi;
 26674 +fi
 26675 +
 26676  ac_prog=ld
 26677  if test "$GCC" = yes; then
 26678    # Check if gcc -print-prog-name=ld gives a path.
 26679 -  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 26680 -echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
 26681 +  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 26682 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 26683    case $host in
 26684    *-*-mingw*)
 26685      # gcc leaves a trailing carriage return which upsets mingw
 26686 @@ -4560,11 +5510,11 @@
 26687      ;;
 26688    esac
 26689  elif test "$with_gnu_ld" = yes; then
 26690 -  echo "$as_me:$LINENO: checking for GNU ld" >&5
 26691 -echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
 26692 +  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 26693 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 26694  else
 26695 -  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 26696 -echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
 26697 +  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 26698 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 26699  fi
 26700  if test "${lt_cv_path_LD+set}" = set; then
 26701    echo $ECHO_N "(cached) $ECHO_C" >&6
 26702 @@ -4597,17 +5547,17 @@
 26703  
 26704  LD="$lt_cv_path_LD"
 26705  if test -n "$LD"; then
 26706 -  echo "$as_me:$LINENO: result: $LD" >&5
 26707 -echo "${ECHO_T}$LD" >&6
 26708 +  { echo "$as_me:$LINENO: result: $LD" >&5
 26709 +echo "${ECHO_T}$LD" >&6; }
 26710  else
 26711 -  echo "$as_me:$LINENO: result: no" >&5
 26712 -echo "${ECHO_T}no" >&6
 26713 +  { echo "$as_me:$LINENO: result: no" >&5
 26714 +echo "${ECHO_T}no" >&6; }
 26715  fi
 26716  test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 26717  echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 26718     { (exit 1); exit 1; }; }
 26719 -echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 26720 -echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
 26721 +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 26722 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 26723  if test "${lt_cv_prog_gnu_ld+set}" = set; then
 26724    echo $ECHO_N "(cached) $ECHO_C" >&6
 26725  else
 26726 @@ -4621,8 +5571,8 @@
 26727    ;;
 26728  esac
 26729  fi
 26730 -echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 26731 -echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
 26732 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 26733 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 26734  with_gnu_ld=$lt_cv_prog_gnu_ld
 26735  
 26736  
 26737 @@ -4633,8 +5583,8 @@
 26738  
 26739  
 26740  
 26741 -echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 26742 -echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
 26743 +{ echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 26744 +echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
 26745  if test "${lt_cv_path_NM+set}" = set; then
 26746    echo $ECHO_N "(cached) $ECHO_C" >&6
 26747  else
 26748 @@ -4682,8 +5632,8 @@
 26749    : ${lt_cv_path_NM=no}
 26750  fi
 26751  fi
 26752 -echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 26753 -echo "${ECHO_T}$lt_cv_path_NM" >&6
 26754 +{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 26755 +echo "${ECHO_T}$lt_cv_path_NM" >&6; }
 26756  if test "$lt_cv_path_NM" != "no"; then
 26757    NM="$lt_cv_path_NM"
 26758  else
 26759 @@ -4693,8 +5643,8 @@
 26760    do
 26761      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 26762  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 26763 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 26764 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 26765 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 26766 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 26767  if test "${ac_cv_prog_DUMPBIN+set}" = set; then
 26768    echo $ECHO_N "(cached) $ECHO_C" >&6
 26769  else
 26770 @@ -4707,25 +5657,27 @@
 26771    IFS=$as_save_IFS
 26772    test -z "$as_dir" && as_dir=.
 26773    for ac_exec_ext in '' $ac_executable_extensions; do
 26774 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 26775 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 26776      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
 26777      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 26778      break 2
 26779    fi
 26780  done
 26781  done
 26782 +IFS=$as_save_IFS
 26783  
 26784  fi
 26785  fi
 26786  DUMPBIN=$ac_cv_prog_DUMPBIN
 26787  if test -n "$DUMPBIN"; then
 26788 -  echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 26789 -echo "${ECHO_T}$DUMPBIN" >&6
 26790 +  { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 26791 +echo "${ECHO_T}$DUMPBIN" >&6; }
 26792  else
 26793 -  echo "$as_me:$LINENO: result: no" >&5
 26794 -echo "${ECHO_T}no" >&6
 26795 +  { echo "$as_me:$LINENO: result: no" >&5
 26796 +echo "${ECHO_T}no" >&6; }
 26797  fi
 26798  
 26799 +
 26800      test -n "$DUMPBIN" && break
 26801    done
 26802  fi
 26803 @@ -4735,8 +5687,8 @@
 26804  do
 26805    # Extract the first word of "$ac_prog", so it can be a program name with args.
 26806  set dummy $ac_prog; ac_word=$2
 26807 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 26808 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 26809 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 26810 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 26811  if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
 26812    echo $ECHO_N "(cached) $ECHO_C" >&6
 26813  else
 26814 @@ -4749,30 +5701,45 @@
 26815    IFS=$as_save_IFS
 26816    test -z "$as_dir" && as_dir=.
 26817    for ac_exec_ext in '' $ac_executable_extensions; do
 26818 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 26819 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 26820      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
 26821      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 26822      break 2
 26823    fi
 26824  done
 26825  done
 26826 +IFS=$as_save_IFS
 26827  
 26828  fi
 26829  fi
 26830  ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
 26831  if test -n "$ac_ct_DUMPBIN"; then
 26832 -  echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 26833 -echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
 26834 +  { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 26835 +echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
 26836  else
 26837 -  echo "$as_me:$LINENO: result: no" >&5
 26838 -echo "${ECHO_T}no" >&6
 26839 +  { echo "$as_me:$LINENO: result: no" >&5
 26840 +echo "${ECHO_T}no" >&6; }
 26841  fi
 26842  
 26843 +
 26844    test -n "$ac_ct_DUMPBIN" && break
 26845  done
 26846 -test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
 26847  
 26848 -  DUMPBIN=$ac_ct_DUMPBIN
 26849 +  if test "x$ac_ct_DUMPBIN" = x; then
 26850 +    DUMPBIN=":"
 26851 +  else
 26852 +    case $cross_compiling:$ac_tool_warned in
 26853 +yes:)
 26854 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 26855 +whose name does not start with the host triplet.  If you think this
 26856 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 26857 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 26858 +whose name does not start with the host triplet.  If you think this
 26859 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 26860 +ac_tool_warned=yes ;;
 26861 +esac
 26862 +    DUMPBIN=$ac_ct_DUMPBIN
 26863 +  fi
 26864  fi
 26865  
 26866  
 26867 @@ -4787,43 +5754,43 @@
 26868  
 26869  
 26870  
 26871 -echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 26872 -echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
 26873 +{ echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 26874 +echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
 26875  if test "${lt_cv_nm_interface+set}" = set; then
 26876    echo $ECHO_N "(cached) $ECHO_C" >&6
 26877  else
 26878    lt_cv_nm_interface="BSD nm"
 26879    echo "int some_variable = 0;" > conftest.$ac_ext
 26880 -  (eval echo "\"\$as_me:4797: $ac_compile\"" >&5)
 26881 +  (eval echo "\"\$as_me:5764: $ac_compile\"" >&5)
 26882    (eval "$ac_compile" 2>conftest.err)
 26883    cat conftest.err >&5
 26884 -  (eval echo "\"\$as_me:4800: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 26885 +  (eval echo "\"\$as_me:5767: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 26886    (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 26887    cat conftest.err >&5
 26888 -  (eval echo "\"\$as_me:4803: output\"" >&5)
 26889 +  (eval echo "\"\$as_me:5770: output\"" >&5)
 26890    cat conftest.out >&5
 26891    if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 26892      lt_cv_nm_interface="MS dumpbin"
 26893    fi
 26894    rm -f conftest*
 26895  fi
 26896 -echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 26897 -echo "${ECHO_T}$lt_cv_nm_interface" >&6
 26898 +{ echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 26899 +echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
 26900  
 26901 -echo "$as_me:$LINENO: checking whether ln -s works" >&5
 26902 -echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
 26903 +{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
 26904 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 26905  LN_S=$as_ln_s
 26906  if test "$LN_S" = "ln -s"; then
 26907 -  echo "$as_me:$LINENO: result: yes" >&5
 26908 -echo "${ECHO_T}yes" >&6
 26909 +  { echo "$as_me:$LINENO: result: yes" >&5
 26910 +echo "${ECHO_T}yes" >&6; }
 26911  else
 26912 -  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 26913 -echo "${ECHO_T}no, using $LN_S" >&6
 26914 +  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 26915 +echo "${ECHO_T}no, using $LN_S" >&6; }
 26916  fi
 26917  
 26918  # find the maximum length of command line arguments
 26919 -echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 26920 -echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
 26921 +{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 26922 +echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
 26923  if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 26924    echo $ECHO_N "(cached) $ECHO_C" >&6
 26925  else
 26926 @@ -4942,11 +5909,11 @@
 26927  fi
 26928  
 26929  if test -n $lt_cv_sys_max_cmd_len ; then
 26930 -  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 26931 -echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
 26932 +  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 26933 +echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 26934  else
 26935 -  echo "$as_me:$LINENO: result: none" >&5
 26936 -echo "${ECHO_T}none" >&6
 26937 +  { echo "$as_me:$LINENO: result: none" >&5
 26938 +echo "${ECHO_T}none" >&6; }
 26939  fi
 26940  max_cmd_len=$lt_cv_sys_max_cmd_len
 26941  
 26942 @@ -4959,8 +5926,8 @@
 26943  : ${MV="mv -f"}
 26944  : ${RM="rm -f"}
 26945  
 26946 -echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 26947 -echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
 26948 +{ echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 26949 +echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
 26950  # Try some XSI features
 26951  xsi_shell=no
 26952  ( _lt_dummy="a/b/c"
 26953 @@ -4969,18 +5936,18 @@
 26954      && eval 'test $(( 1 + 1 )) -eq 2 \
 26955      && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 26956    && xsi_shell=yes
 26957 -echo "$as_me:$LINENO: result: $xsi_shell" >&5
 26958 -echo "${ECHO_T}$xsi_shell" >&6
 26959 +{ echo "$as_me:$LINENO: result: $xsi_shell" >&5
 26960 +echo "${ECHO_T}$xsi_shell" >&6; }
 26961  
 26962  
 26963 -echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 26964 -echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
 26965 +{ echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 26966 +echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
 26967  lt_shell_append=no
 26968  ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
 26969      >/dev/null 2>&1 \
 26970    && lt_shell_append=yes
 26971 -echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 26972 -echo "${ECHO_T}$lt_shell_append" >&6
 26973 +{ echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 26974 +echo "${ECHO_T}$lt_shell_append" >&6; }
 26975  
 26976  
 26977  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 26978 @@ -5014,15 +5981,15 @@
 26979  
 26980  
 26981  
 26982 -echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 26983 -echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
 26984 +{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 26985 +echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 26986  if test "${lt_cv_ld_reload_flag+set}" = set; then
 26987    echo $ECHO_N "(cached) $ECHO_C" >&6
 26988  else
 26989    lt_cv_ld_reload_flag='-r'
 26990  fi
 26991 -echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 26992 -echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
 26993 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 26994 +echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 26995  reload_flag=$lt_cv_ld_reload_flag
 26996  case $reload_flag in
 26997  "" | " "*) ;;
 26998 @@ -5050,8 +6017,8 @@
 26999  if test -n "$ac_tool_prefix"; then
 27000    # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
 27001  set dummy ${ac_tool_prefix}objdump; ac_word=$2
 27002 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27003 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27004 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27005 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27006  if test "${ac_cv_prog_OBJDUMP+set}" = set; then
 27007    echo $ECHO_N "(cached) $ECHO_C" >&6
 27008  else
 27009 @@ -5064,32 +6031,34 @@
 27010    IFS=$as_save_IFS
 27011    test -z "$as_dir" && as_dir=.
 27012    for ac_exec_ext in '' $ac_executable_extensions; do
 27013 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27014 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27015      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
 27016      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27017      break 2
 27018    fi
 27019  done
 27020  done
 27021 +IFS=$as_save_IFS
 27022  
 27023  fi
 27024  fi
 27025  OBJDUMP=$ac_cv_prog_OBJDUMP
 27026  if test -n "$OBJDUMP"; then
 27027 -  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 27028 -echo "${ECHO_T}$OBJDUMP" >&6
 27029 +  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 27030 +echo "${ECHO_T}$OBJDUMP" >&6; }
 27031  else
 27032 -  echo "$as_me:$LINENO: result: no" >&5
 27033 -echo "${ECHO_T}no" >&6
 27034 +  { echo "$as_me:$LINENO: result: no" >&5
 27035 +echo "${ECHO_T}no" >&6; }
 27036  fi
 27037  
 27038 +
 27039  fi
 27040  if test -z "$ac_cv_prog_OBJDUMP"; then
 27041    ac_ct_OBJDUMP=$OBJDUMP
 27042    # Extract the first word of "objdump", so it can be a program name with args.
 27043  set dummy objdump; ac_word=$2
 27044 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27045 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27046 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27047 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27048  if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
 27049    echo $ECHO_N "(cached) $ECHO_C" >&6
 27050  else
 27051 @@ -5102,27 +6071,41 @@
 27052    IFS=$as_save_IFS
 27053    test -z "$as_dir" && as_dir=.
 27054    for ac_exec_ext in '' $ac_executable_extensions; do
 27055 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27056 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27057      ac_cv_prog_ac_ct_OBJDUMP="objdump"
 27058      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27059      break 2
 27060    fi
 27061  done
 27062  done
 27063 +IFS=$as_save_IFS
 27064  
 27065 -  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
 27066  fi
 27067  fi
 27068  ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
 27069  if test -n "$ac_ct_OBJDUMP"; then
 27070 -  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 27071 -echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
 27072 +  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 27073 +echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
 27074  else
 27075 -  echo "$as_me:$LINENO: result: no" >&5
 27076 -echo "${ECHO_T}no" >&6
 27077 +  { echo "$as_me:$LINENO: result: no" >&5
 27078 +echo "${ECHO_T}no" >&6; }
 27079  fi
 27080  
 27081 -  OBJDUMP=$ac_ct_OBJDUMP
 27082 +  if test "x$ac_ct_OBJDUMP" = x; then
 27083 +    OBJDUMP="false"
 27084 +  else
 27085 +    case $cross_compiling:$ac_tool_warned in
 27086 +yes:)
 27087 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 27088 +whose name does not start with the host triplet.  If you think this
 27089 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 27090 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 27091 +whose name does not start with the host triplet.  If you think this
 27092 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 27093 +ac_tool_warned=yes ;;
 27094 +esac
 27095 +    OBJDUMP=$ac_ct_OBJDUMP
 27096 +  fi
 27097  else
 27098    OBJDUMP="$ac_cv_prog_OBJDUMP"
 27099  fi
 27100 @@ -5134,8 +6117,8 @@
 27101  
 27102  
 27103  
 27104 -echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 27105 -echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
 27106 +{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 27107 +echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
 27108  if test "${lt_cv_deplibs_check_method+set}" = set; then
 27109    echo $ECHO_N "(cached) $ECHO_C" >&6
 27110  else
 27111 @@ -5330,8 +6313,8 @@
 27112  esac
 27113  
 27114  fi
 27115 -echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 27116 -echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
 27117 +{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 27118 +echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 27119  file_magic_cmd=$lt_cv_file_magic_cmd
 27120  deplibs_check_method=$lt_cv_deplibs_check_method
 27121  test -z "$deplibs_check_method" && deplibs_check_method=unknown
 27122 @@ -5350,8 +6333,8 @@
 27123  if test -n "$ac_tool_prefix"; then
 27124    # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 27125  set dummy ${ac_tool_prefix}ar; ac_word=$2
 27126 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27127 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27128 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27129 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27130  if test "${ac_cv_prog_AR+set}" = set; then
 27131    echo $ECHO_N "(cached) $ECHO_C" >&6
 27132  else
 27133 @@ -5364,32 +6347,34 @@
 27134    IFS=$as_save_IFS
 27135    test -z "$as_dir" && as_dir=.
 27136    for ac_exec_ext in '' $ac_executable_extensions; do
 27137 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27138 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27139      ac_cv_prog_AR="${ac_tool_prefix}ar"
 27140      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27141      break 2
 27142    fi
 27143  done
 27144  done
 27145 +IFS=$as_save_IFS
 27146  
 27147  fi
 27148  fi
 27149  AR=$ac_cv_prog_AR
 27150  if test -n "$AR"; then
 27151 -  echo "$as_me:$LINENO: result: $AR" >&5
 27152 -echo "${ECHO_T}$AR" >&6
 27153 +  { echo "$as_me:$LINENO: result: $AR" >&5
 27154 +echo "${ECHO_T}$AR" >&6; }
 27155  else
 27156 -  echo "$as_me:$LINENO: result: no" >&5
 27157 -echo "${ECHO_T}no" >&6
 27158 +  { echo "$as_me:$LINENO: result: no" >&5
 27159 +echo "${ECHO_T}no" >&6; }
 27160  fi
 27161  
 27162 +
 27163  fi
 27164  if test -z "$ac_cv_prog_AR"; then
 27165    ac_ct_AR=$AR
 27166    # Extract the first word of "ar", so it can be a program name with args.
 27167  set dummy ar; ac_word=$2
 27168 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27169 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27170 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27171 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27172  if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 27173    echo $ECHO_N "(cached) $ECHO_C" >&6
 27174  else
 27175 @@ -5402,27 +6387,41 @@
 27176    IFS=$as_save_IFS
 27177    test -z "$as_dir" && as_dir=.
 27178    for ac_exec_ext in '' $ac_executable_extensions; do
 27179 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27180 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27181      ac_cv_prog_ac_ct_AR="ar"
 27182      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27183      break 2
 27184    fi
 27185  done
 27186  done
 27187 +IFS=$as_save_IFS
 27188  
 27189 -  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
 27190  fi
 27191  fi
 27192  ac_ct_AR=$ac_cv_prog_ac_ct_AR
 27193  if test -n "$ac_ct_AR"; then
 27194 -  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 27195 -echo "${ECHO_T}$ac_ct_AR" >&6
 27196 +  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 27197 +echo "${ECHO_T}$ac_ct_AR" >&6; }
 27198  else
 27199 -  echo "$as_me:$LINENO: result: no" >&5
 27200 -echo "${ECHO_T}no" >&6
 27201 +  { echo "$as_me:$LINENO: result: no" >&5
 27202 +echo "${ECHO_T}no" >&6; }
 27203  fi
 27204  
 27205 -  AR=$ac_ct_AR
 27206 +  if test "x$ac_ct_AR" = x; then
 27207 +    AR="false"
 27208 +  else
 27209 +    case $cross_compiling:$ac_tool_warned in
 27210 +yes:)
 27211 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 27212 +whose name does not start with the host triplet.  If you think this
 27213 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 27214 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 27215 +whose name does not start with the host triplet.  If you think this
 27216 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 27217 +ac_tool_warned=yes ;;
 27218 +esac
 27219 +    AR=$ac_ct_AR
 27220 +  fi
 27221  else
 27222    AR="$ac_cv_prog_AR"
 27223  fi
 27224 @@ -5443,8 +6442,8 @@
 27225  if test -n "$ac_tool_prefix"; then
 27226    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 27227  set dummy ${ac_tool_prefix}strip; ac_word=$2
 27228 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27229 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27230 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27231 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27232  if test "${ac_cv_prog_STRIP+set}" = set; then
 27233    echo $ECHO_N "(cached) $ECHO_C" >&6
 27234  else
 27235 @@ -5457,32 +6456,34 @@
 27236    IFS=$as_save_IFS
 27237    test -z "$as_dir" && as_dir=.
 27238    for ac_exec_ext in '' $ac_executable_extensions; do
 27239 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27240 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27241      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 27242      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27243      break 2
 27244    fi
 27245  done
 27246  done
 27247 +IFS=$as_save_IFS
 27248  
 27249  fi
 27250  fi
 27251  STRIP=$ac_cv_prog_STRIP
 27252  if test -n "$STRIP"; then
 27253 -  echo "$as_me:$LINENO: result: $STRIP" >&5
 27254 -echo "${ECHO_T}$STRIP" >&6
 27255 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
 27256 +echo "${ECHO_T}$STRIP" >&6; }
 27257  else
 27258 -  echo "$as_me:$LINENO: result: no" >&5
 27259 -echo "${ECHO_T}no" >&6
 27260 +  { echo "$as_me:$LINENO: result: no" >&5
 27261 +echo "${ECHO_T}no" >&6; }
 27262  fi
 27263  
 27264 +
 27265  fi
 27266  if test -z "$ac_cv_prog_STRIP"; then
 27267    ac_ct_STRIP=$STRIP
 27268    # Extract the first word of "strip", so it can be a program name with args.
 27269  set dummy strip; ac_word=$2
 27270 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27271 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27272 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27273 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27274  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 27275    echo $ECHO_N "(cached) $ECHO_C" >&6
 27276  else
 27277 @@ -5495,27 +6496,41 @@
 27278    IFS=$as_save_IFS
 27279    test -z "$as_dir" && as_dir=.
 27280    for ac_exec_ext in '' $ac_executable_extensions; do
 27281 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27282 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27283      ac_cv_prog_ac_ct_STRIP="strip"
 27284      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27285      break 2
 27286    fi
 27287  done
 27288  done
 27289 +IFS=$as_save_IFS
 27290  
 27291 -  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 27292  fi
 27293  fi
 27294  ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 27295  if test -n "$ac_ct_STRIP"; then
 27296 -  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 27297 -echo "${ECHO_T}$ac_ct_STRIP" >&6
 27298 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 27299 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 27300  else
 27301 -  echo "$as_me:$LINENO: result: no" >&5
 27302 -echo "${ECHO_T}no" >&6
 27303 +  { echo "$as_me:$LINENO: result: no" >&5
 27304 +echo "${ECHO_T}no" >&6; }
 27305  fi
 27306  
 27307 -  STRIP=$ac_ct_STRIP
 27308 +  if test "x$ac_ct_STRIP" = x; then
 27309 +    STRIP=":"
 27310 +  else
 27311 +    case $cross_compiling:$ac_tool_warned in
 27312 +yes:)
 27313 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 27314 +whose name does not start with the host triplet.  If you think this
 27315 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 27316 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 27317 +whose name does not start with the host triplet.  If you think this
 27318 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 27319 +ac_tool_warned=yes ;;
 27320 +esac
 27321 +    STRIP=$ac_ct_STRIP
 27322 +  fi
 27323  else
 27324    STRIP="$ac_cv_prog_STRIP"
 27325  fi
 27326 @@ -5530,8 +6545,8 @@
 27327  if test -n "$ac_tool_prefix"; then
 27328    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 27329  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 27330 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27331 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27332 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27333 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27334  if test "${ac_cv_prog_RANLIB+set}" = set; then
 27335    echo $ECHO_N "(cached) $ECHO_C" >&6
 27336  else
 27337 @@ -5544,32 +6559,34 @@
 27338    IFS=$as_save_IFS
 27339    test -z "$as_dir" && as_dir=.
 27340    for ac_exec_ext in '' $ac_executable_extensions; do
 27341 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27342 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27343      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 27344      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27345      break 2
 27346    fi
 27347  done
 27348  done
 27349 +IFS=$as_save_IFS
 27350  
 27351  fi
 27352  fi
 27353  RANLIB=$ac_cv_prog_RANLIB
 27354  if test -n "$RANLIB"; then
 27355 -  echo "$as_me:$LINENO: result: $RANLIB" >&5
 27356 -echo "${ECHO_T}$RANLIB" >&6
 27357 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 27358 +echo "${ECHO_T}$RANLIB" >&6; }
 27359  else
 27360 -  echo "$as_me:$LINENO: result: no" >&5
 27361 -echo "${ECHO_T}no" >&6
 27362 +  { echo "$as_me:$LINENO: result: no" >&5
 27363 +echo "${ECHO_T}no" >&6; }
 27364  fi
 27365  
 27366 +
 27367  fi
 27368  if test -z "$ac_cv_prog_RANLIB"; then
 27369    ac_ct_RANLIB=$RANLIB
 27370    # Extract the first word of "ranlib", so it can be a program name with args.
 27371  set dummy ranlib; ac_word=$2
 27372 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27373 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27374 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27375 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27376  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 27377    echo $ECHO_N "(cached) $ECHO_C" >&6
 27378  else
 27379 @@ -5582,27 +6599,41 @@
 27380    IFS=$as_save_IFS
 27381    test -z "$as_dir" && as_dir=.
 27382    for ac_exec_ext in '' $ac_executable_extensions; do
 27383 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27384 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27385      ac_cv_prog_ac_ct_RANLIB="ranlib"
 27386      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27387      break 2
 27388    fi
 27389  done
 27390  done
 27391 +IFS=$as_save_IFS
 27392  
 27393 -  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
 27394  fi
 27395  fi
 27396  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 27397  if test -n "$ac_ct_RANLIB"; then
 27398 -  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 27399 -echo "${ECHO_T}$ac_ct_RANLIB" >&6
 27400 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 27401 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 27402  else
 27403 -  echo "$as_me:$LINENO: result: no" >&5
 27404 -echo "${ECHO_T}no" >&6
 27405 +  { echo "$as_me:$LINENO: result: no" >&5
 27406 +echo "${ECHO_T}no" >&6; }
 27407  fi
 27408  
 27409 -  RANLIB=$ac_ct_RANLIB
 27410 +  if test "x$ac_ct_RANLIB" = x; then
 27411 +    RANLIB=":"
 27412 +  else
 27413 +    case $cross_compiling:$ac_tool_warned in
 27414 +yes:)
 27415 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 27416 +whose name does not start with the host triplet.  If you think this
 27417 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 27418 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 27419 +whose name does not start with the host triplet.  If you think this
 27420 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 27421 +ac_tool_warned=yes ;;
 27422 +esac
 27423 +    RANLIB=$ac_ct_RANLIB
 27424 +  fi
 27425  else
 27426    RANLIB="$ac_cv_prog_RANLIB"
 27427  fi
 27428 @@ -5675,8 +6706,8 @@
 27429  
 27430  
 27431  # Check for command to grab the raw symbol name followed by C symbol from nm.
 27432 -echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 27433 -echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
 27434 +{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 27435 +echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 27436  if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 27437    echo $ECHO_N "(cached) $ECHO_C" >&6
 27438  else
 27439 @@ -5895,11 +6926,11 @@
 27440    lt_cv_sys_global_symbol_to_cdecl=
 27441  fi
 27442  if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 27443 -  echo "$as_me:$LINENO: result: failed" >&5
 27444 -echo "${ECHO_T}failed" >&6
 27445 +  { echo "$as_me:$LINENO: result: failed" >&5
 27446 +echo "${ECHO_T}failed" >&6; }
 27447  else
 27448 -  echo "$as_me:$LINENO: result: ok" >&5
 27449 -echo "${ECHO_T}ok" >&6
 27450 +  { echo "$as_me:$LINENO: result: ok" >&5
 27451 +echo "${ECHO_T}ok" >&6; }
 27452  fi
 27453  
 27454  
 27455 @@ -5924,11 +6955,11 @@
 27456  
 27457  
 27458  
 27459 -# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
 27460 +# Check whether --enable-libtool-lock was given.
 27461  if test "${enable_libtool_lock+set}" = set; then
 27462 -  enableval="$enable_libtool_lock"
 27463 +  enableval=$enable_libtool_lock;
 27464 +fi
 27465  
 27466 -fi;
 27467  test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 27468  
 27469  # Some flags need to be propagated to the compiler or linker for good
 27470 @@ -5955,7 +6986,7 @@
 27471    ;;
 27472  *-*-irix6*)
 27473    # Find out which ABI we are using.
 27474 -  echo '#line 5958 "configure"' > conftest.$ac_ext
 27475 +  echo '#line 6989 "configure"' > conftest.$ac_ext
 27476    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 27477    (eval $ac_compile) 2>&5
 27478    ac_status=$?
 27479 @@ -6047,8 +7078,8 @@
 27480    # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 27481    SAVE_CFLAGS="$CFLAGS"
 27482    CFLAGS="$CFLAGS -belf"
 27483 -  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 27484 -echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
 27485 +  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 27486 +echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 27487  if test "${lt_cv_cc_needs_belf+set}" = set; then
 27488    echo $ECHO_N "(cached) $ECHO_C" >&6
 27489  else
 27490 @@ -6074,35 +7105,32 @@
 27491  }
 27492  _ACEOF
 27493  rm -f conftest.$ac_objext conftest$ac_exeext
 27494 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 27495 -  (eval $ac_link) 2>conftest.er1
 27496 +if { (ac_try="$ac_link"
 27497 +case "(($ac_try" in
 27498 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 27499 +  *) ac_try_echo=$ac_try;;
 27500 +esac
 27501 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 27502 +  (eval "$ac_link") 2>conftest.er1
 27503    ac_status=$?
 27504    grep -v '^ *+' conftest.er1 >conftest.err
 27505    rm -f conftest.er1
 27506    cat conftest.err >&5
 27507    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 27508 -  (exit $ac_status); } &&
 27509 -	 { ac_try='test -z "$ac_c_werror_flag"
 27510 -			 || test ! -s conftest.err'
 27511 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 27512 -  (eval $ac_try) 2>&5
 27513 -  ac_status=$?
 27514 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 27515 -  (exit $ac_status); }; } &&
 27516 -	 { ac_try='test -s conftest$ac_exeext'
 27517 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 27518 -  (eval $ac_try) 2>&5
 27519 -  ac_status=$?
 27520 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 27521 -  (exit $ac_status); }; }; then
 27522 +  (exit $ac_status); } && {
 27523 +	 test -z "$ac_c_werror_flag" ||
 27524 +	 test ! -s conftest.err
 27525 +       } && test -s conftest$ac_exeext &&
 27526 +       $as_test_x conftest$ac_exeext; then
 27527    lt_cv_cc_needs_belf=yes
 27528  else
 27529    echo "$as_me: failed program was:" >&5
 27530  sed 's/^/| /' conftest.$ac_ext >&5
 27531  
 27532 -lt_cv_cc_needs_belf=no
 27533 +	lt_cv_cc_needs_belf=no
 27534  fi
 27535 -rm -f conftest.err conftest.$ac_objext \
 27536 +
 27537 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 27538        conftest$ac_exeext conftest.$ac_ext
 27539       ac_ext=c
 27540  ac_cpp='$CPP $CPPFLAGS'
 27541 @@ -6111,8 +7139,8 @@
 27542  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 27543  
 27544  fi
 27545 -echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 27546 -echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
 27547 +{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 27548 +echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
 27549    if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 27550      # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 27551      CFLAGS="$SAVE_CFLAGS"
 27552 @@ -6151,8 +7179,8 @@
 27553      if test -n "$ac_tool_prefix"; then
 27554    # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 27555  set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 27556 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27557 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27558 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27559 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27560  if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 27561    echo $ECHO_N "(cached) $ECHO_C" >&6
 27562  else
 27563 @@ -6165,32 +7193,34 @@
 27564    IFS=$as_save_IFS
 27565    test -z "$as_dir" && as_dir=.
 27566    for ac_exec_ext in '' $ac_executable_extensions; do
 27567 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27568 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27569      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 27570      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27571      break 2
 27572    fi
 27573  done
 27574  done
 27575 +IFS=$as_save_IFS
 27576  
 27577  fi
 27578  fi
 27579  DSYMUTIL=$ac_cv_prog_DSYMUTIL
 27580  if test -n "$DSYMUTIL"; then
 27581 -  echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 27582 -echo "${ECHO_T}$DSYMUTIL" >&6
 27583 +  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 27584 +echo "${ECHO_T}$DSYMUTIL" >&6; }
 27585  else
 27586 -  echo "$as_me:$LINENO: result: no" >&5
 27587 -echo "${ECHO_T}no" >&6
 27588 +  { echo "$as_me:$LINENO: result: no" >&5
 27589 +echo "${ECHO_T}no" >&6; }
 27590  fi
 27591  
 27592 +
 27593  fi
 27594  if test -z "$ac_cv_prog_DSYMUTIL"; then
 27595    ac_ct_DSYMUTIL=$DSYMUTIL
 27596    # Extract the first word of "dsymutil", so it can be a program name with args.
 27597  set dummy dsymutil; ac_word=$2
 27598 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27599 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27600 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27601 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27602  if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 27603    echo $ECHO_N "(cached) $ECHO_C" >&6
 27604  else
 27605 @@ -6203,27 +7233,41 @@
 27606    IFS=$as_save_IFS
 27607    test -z "$as_dir" && as_dir=.
 27608    for ac_exec_ext in '' $ac_executable_extensions; do
 27609 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27610 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27611      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 27612      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27613      break 2
 27614    fi
 27615  done
 27616  done
 27617 +IFS=$as_save_IFS
 27618  
 27619 -  test -z "$ac_cv_prog_ac_ct_DSYMUTIL" && ac_cv_prog_ac_ct_DSYMUTIL=":"
 27620  fi
 27621  fi
 27622  ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 27623  if test -n "$ac_ct_DSYMUTIL"; then
 27624 -  echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 27625 -echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6
 27626 +  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 27627 +echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
 27628  else
 27629 -  echo "$as_me:$LINENO: result: no" >&5
 27630 -echo "${ECHO_T}no" >&6
 27631 +  { echo "$as_me:$LINENO: result: no" >&5
 27632 +echo "${ECHO_T}no" >&6; }
 27633  fi
 27634  
 27635 -  DSYMUTIL=$ac_ct_DSYMUTIL
 27636 +  if test "x$ac_ct_DSYMUTIL" = x; then
 27637 +    DSYMUTIL=":"
 27638 +  else
 27639 +    case $cross_compiling:$ac_tool_warned in
 27640 +yes:)
 27641 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 27642 +whose name does not start with the host triplet.  If you think this
 27643 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 27644 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 27645 +whose name does not start with the host triplet.  If you think this
 27646 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 27647 +ac_tool_warned=yes ;;
 27648 +esac
 27649 +    DSYMUTIL=$ac_ct_DSYMUTIL
 27650 +  fi
 27651  else
 27652    DSYMUTIL="$ac_cv_prog_DSYMUTIL"
 27653  fi
 27654 @@ -6231,8 +7275,8 @@
 27655      if test -n "$ac_tool_prefix"; then
 27656    # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 27657  set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 27658 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27659 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27660 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27661 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27662  if test "${ac_cv_prog_NMEDIT+set}" = set; then
 27663    echo $ECHO_N "(cached) $ECHO_C" >&6
 27664  else
 27665 @@ -6245,32 +7289,34 @@
 27666    IFS=$as_save_IFS
 27667    test -z "$as_dir" && as_dir=.
 27668    for ac_exec_ext in '' $ac_executable_extensions; do
 27669 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27670 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27671      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 27672      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27673      break 2
 27674    fi
 27675  done
 27676  done
 27677 +IFS=$as_save_IFS
 27678  
 27679  fi
 27680  fi
 27681  NMEDIT=$ac_cv_prog_NMEDIT
 27682  if test -n "$NMEDIT"; then
 27683 -  echo "$as_me:$LINENO: result: $NMEDIT" >&5
 27684 -echo "${ECHO_T}$NMEDIT" >&6
 27685 +  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
 27686 +echo "${ECHO_T}$NMEDIT" >&6; }
 27687  else
 27688 -  echo "$as_me:$LINENO: result: no" >&5
 27689 -echo "${ECHO_T}no" >&6
 27690 +  { echo "$as_me:$LINENO: result: no" >&5
 27691 +echo "${ECHO_T}no" >&6; }
 27692  fi
 27693  
 27694 +
 27695  fi
 27696  if test -z "$ac_cv_prog_NMEDIT"; then
 27697    ac_ct_NMEDIT=$NMEDIT
 27698    # Extract the first word of "nmedit", so it can be a program name with args.
 27699  set dummy nmedit; ac_word=$2
 27700 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27701 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27702 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27703 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27704  if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 27705    echo $ECHO_N "(cached) $ECHO_C" >&6
 27706  else
 27707 @@ -6283,27 +7329,41 @@
 27708    IFS=$as_save_IFS
 27709    test -z "$as_dir" && as_dir=.
 27710    for ac_exec_ext in '' $ac_executable_extensions; do
 27711 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27712 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27713      ac_cv_prog_ac_ct_NMEDIT="nmedit"
 27714      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27715      break 2
 27716    fi
 27717  done
 27718  done
 27719 +IFS=$as_save_IFS
 27720  
 27721 -  test -z "$ac_cv_prog_ac_ct_NMEDIT" && ac_cv_prog_ac_ct_NMEDIT=":"
 27722  fi
 27723  fi
 27724  ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 27725  if test -n "$ac_ct_NMEDIT"; then
 27726 -  echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 27727 -echo "${ECHO_T}$ac_ct_NMEDIT" >&6
 27728 +  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 27729 +echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
 27730  else
 27731 -  echo "$as_me:$LINENO: result: no" >&5
 27732 -echo "${ECHO_T}no" >&6
 27733 +  { echo "$as_me:$LINENO: result: no" >&5
 27734 +echo "${ECHO_T}no" >&6; }
 27735  fi
 27736  
 27737 -  NMEDIT=$ac_ct_NMEDIT
 27738 +  if test "x$ac_ct_NMEDIT" = x; then
 27739 +    NMEDIT=":"
 27740 +  else
 27741 +    case $cross_compiling:$ac_tool_warned in
 27742 +yes:)
 27743 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 27744 +whose name does not start with the host triplet.  If you think this
 27745 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 27746 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 27747 +whose name does not start with the host triplet.  If you think this
 27748 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 27749 +ac_tool_warned=yes ;;
 27750 +esac
 27751 +    NMEDIT=$ac_ct_NMEDIT
 27752 +  fi
 27753  else
 27754    NMEDIT="$ac_cv_prog_NMEDIT"
 27755  fi
 27756 @@ -6311,8 +7371,8 @@
 27757      if test -n "$ac_tool_prefix"; then
 27758    # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
 27759  set dummy ${ac_tool_prefix}lipo; ac_word=$2
 27760 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27761 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27762 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27763 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27764  if test "${ac_cv_prog_LIPO+set}" = set; then
 27765    echo $ECHO_N "(cached) $ECHO_C" >&6
 27766  else
 27767 @@ -6325,32 +7385,34 @@
 27768    IFS=$as_save_IFS
 27769    test -z "$as_dir" && as_dir=.
 27770    for ac_exec_ext in '' $ac_executable_extensions; do
 27771 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27772 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27773      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
 27774      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27775      break 2
 27776    fi
 27777  done
 27778  done
 27779 +IFS=$as_save_IFS
 27780  
 27781  fi
 27782  fi
 27783  LIPO=$ac_cv_prog_LIPO
 27784  if test -n "$LIPO"; then
 27785 -  echo "$as_me:$LINENO: result: $LIPO" >&5
 27786 -echo "${ECHO_T}$LIPO" >&6
 27787 +  { echo "$as_me:$LINENO: result: $LIPO" >&5
 27788 +echo "${ECHO_T}$LIPO" >&6; }
 27789  else
 27790 -  echo "$as_me:$LINENO: result: no" >&5
 27791 -echo "${ECHO_T}no" >&6
 27792 +  { echo "$as_me:$LINENO: result: no" >&5
 27793 +echo "${ECHO_T}no" >&6; }
 27794  fi
 27795  
 27796 +
 27797  fi
 27798  if test -z "$ac_cv_prog_LIPO"; then
 27799    ac_ct_LIPO=$LIPO
 27800    # Extract the first word of "lipo", so it can be a program name with args.
 27801  set dummy lipo; ac_word=$2
 27802 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27803 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27804 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27805 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27806  if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
 27807    echo $ECHO_N "(cached) $ECHO_C" >&6
 27808  else
 27809 @@ -6363,27 +7425,41 @@
 27810    IFS=$as_save_IFS
 27811    test -z "$as_dir" && as_dir=.
 27812    for ac_exec_ext in '' $ac_executable_extensions; do
 27813 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27814 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27815      ac_cv_prog_ac_ct_LIPO="lipo"
 27816      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27817      break 2
 27818    fi
 27819  done
 27820  done
 27821 +IFS=$as_save_IFS
 27822  
 27823 -  test -z "$ac_cv_prog_ac_ct_LIPO" && ac_cv_prog_ac_ct_LIPO=":"
 27824  fi
 27825  fi
 27826  ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
 27827  if test -n "$ac_ct_LIPO"; then
 27828 -  echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 27829 -echo "${ECHO_T}$ac_ct_LIPO" >&6
 27830 +  { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 27831 +echo "${ECHO_T}$ac_ct_LIPO" >&6; }
 27832  else
 27833 -  echo "$as_me:$LINENO: result: no" >&5
 27834 -echo "${ECHO_T}no" >&6
 27835 +  { echo "$as_me:$LINENO: result: no" >&5
 27836 +echo "${ECHO_T}no" >&6; }
 27837  fi
 27838  
 27839 -  LIPO=$ac_ct_LIPO
 27840 +  if test "x$ac_ct_LIPO" = x; then
 27841 +    LIPO=":"
 27842 +  else
 27843 +    case $cross_compiling:$ac_tool_warned in
 27844 +yes:)
 27845 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 27846 +whose name does not start with the host triplet.  If you think this
 27847 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 27848 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 27849 +whose name does not start with the host triplet.  If you think this
 27850 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 27851 +ac_tool_warned=yes ;;
 27852 +esac
 27853 +    LIPO=$ac_ct_LIPO
 27854 +  fi
 27855  else
 27856    LIPO="$ac_cv_prog_LIPO"
 27857  fi
 27858 @@ -6391,8 +7467,8 @@
 27859      if test -n "$ac_tool_prefix"; then
 27860    # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
 27861  set dummy ${ac_tool_prefix}otool; ac_word=$2
 27862 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27863 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27864 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27865 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27866  if test "${ac_cv_prog_OTOOL+set}" = set; then
 27867    echo $ECHO_N "(cached) $ECHO_C" >&6
 27868  else
 27869 @@ -6405,32 +7481,34 @@
 27870    IFS=$as_save_IFS
 27871    test -z "$as_dir" && as_dir=.
 27872    for ac_exec_ext in '' $ac_executable_extensions; do
 27873 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27874 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27875      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
 27876      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27877      break 2
 27878    fi
 27879  done
 27880  done
 27881 +IFS=$as_save_IFS
 27882  
 27883  fi
 27884  fi
 27885  OTOOL=$ac_cv_prog_OTOOL
 27886  if test -n "$OTOOL"; then
 27887 -  echo "$as_me:$LINENO: result: $OTOOL" >&5
 27888 -echo "${ECHO_T}$OTOOL" >&6
 27889 +  { echo "$as_me:$LINENO: result: $OTOOL" >&5
 27890 +echo "${ECHO_T}$OTOOL" >&6; }
 27891  else
 27892 -  echo "$as_me:$LINENO: result: no" >&5
 27893 -echo "${ECHO_T}no" >&6
 27894 +  { echo "$as_me:$LINENO: result: no" >&5
 27895 +echo "${ECHO_T}no" >&6; }
 27896  fi
 27897  
 27898 +
 27899  fi
 27900  if test -z "$ac_cv_prog_OTOOL"; then
 27901    ac_ct_OTOOL=$OTOOL
 27902    # Extract the first word of "otool", so it can be a program name with args.
 27903  set dummy otool; ac_word=$2
 27904 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27905 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27906 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27907 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27908  if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
 27909    echo $ECHO_N "(cached) $ECHO_C" >&6
 27910  else
 27911 @@ -6443,27 +7521,41 @@
 27912    IFS=$as_save_IFS
 27913    test -z "$as_dir" && as_dir=.
 27914    for ac_exec_ext in '' $ac_executable_extensions; do
 27915 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27916 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27917      ac_cv_prog_ac_ct_OTOOL="otool"
 27918      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27919      break 2
 27920    fi
 27921  done
 27922  done
 27923 +IFS=$as_save_IFS
 27924  
 27925 -  test -z "$ac_cv_prog_ac_ct_OTOOL" && ac_cv_prog_ac_ct_OTOOL=":"
 27926  fi
 27927  fi
 27928  ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
 27929  if test -n "$ac_ct_OTOOL"; then
 27930 -  echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 27931 -echo "${ECHO_T}$ac_ct_OTOOL" >&6
 27932 +  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 27933 +echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
 27934  else
 27935 -  echo "$as_me:$LINENO: result: no" >&5
 27936 -echo "${ECHO_T}no" >&6
 27937 +  { echo "$as_me:$LINENO: result: no" >&5
 27938 +echo "${ECHO_T}no" >&6; }
 27939  fi
 27940  
 27941 -  OTOOL=$ac_ct_OTOOL
 27942 +  if test "x$ac_ct_OTOOL" = x; then
 27943 +    OTOOL=":"
 27944 +  else
 27945 +    case $cross_compiling:$ac_tool_warned in
 27946 +yes:)
 27947 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 27948 +whose name does not start with the host triplet.  If you think this
 27949 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 27950 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 27951 +whose name does not start with the host triplet.  If you think this
 27952 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 27953 +ac_tool_warned=yes ;;
 27954 +esac
 27955 +    OTOOL=$ac_ct_OTOOL
 27956 +  fi
 27957  else
 27958    OTOOL="$ac_cv_prog_OTOOL"
 27959  fi
 27960 @@ -6471,8 +7563,8 @@
 27961      if test -n "$ac_tool_prefix"; then
 27962    # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
 27963  set dummy ${ac_tool_prefix}otool64; ac_word=$2
 27964 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 27965 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 27966 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 27967 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 27968  if test "${ac_cv_prog_OTOOL64+set}" = set; then
 27969    echo $ECHO_N "(cached) $ECHO_C" >&6
 27970  else
 27971 @@ -6485,32 +7577,34 @@
 27972    IFS=$as_save_IFS
 27973    test -z "$as_dir" && as_dir=.
 27974    for ac_exec_ext in '' $ac_executable_extensions; do
 27975 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 27976 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 27977      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
 27978      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 27979      break 2
 27980    fi
 27981  done
 27982  done
 27983 +IFS=$as_save_IFS
 27984  
 27985  fi
 27986  fi
 27987  OTOOL64=$ac_cv_prog_OTOOL64
 27988  if test -n "$OTOOL64"; then
 27989 -  echo "$as_me:$LINENO: result: $OTOOL64" >&5
 27990 -echo "${ECHO_T}$OTOOL64" >&6
 27991 +  { echo "$as_me:$LINENO: result: $OTOOL64" >&5
 27992 +echo "${ECHO_T}$OTOOL64" >&6; }
 27993  else
 27994 -  echo "$as_me:$LINENO: result: no" >&5
 27995 -echo "${ECHO_T}no" >&6
 27996 +  { echo "$as_me:$LINENO: result: no" >&5
 27997 +echo "${ECHO_T}no" >&6; }
 27998  fi
 27999  
 28000 +
 28001  fi
 28002  if test -z "$ac_cv_prog_OTOOL64"; then
 28003    ac_ct_OTOOL64=$OTOOL64
 28004    # Extract the first word of "otool64", so it can be a program name with args.
 28005  set dummy otool64; ac_word=$2
 28006 -echo "$as_me:$LINENO: checking for $ac_word" >&5
 28007 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 28008 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 28009 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 28010  if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
 28011    echo $ECHO_N "(cached) $ECHO_C" >&6
 28012  else
 28013 @@ -6523,27 +7617,41 @@
 28014    IFS=$as_save_IFS
 28015    test -z "$as_dir" && as_dir=.
 28016    for ac_exec_ext in '' $ac_executable_extensions; do
 28017 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 28018 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 28019      ac_cv_prog_ac_ct_OTOOL64="otool64"
 28020      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 28021      break 2
 28022    fi
 28023  done
 28024  done
 28025 +IFS=$as_save_IFS
 28026  
 28027 -  test -z "$ac_cv_prog_ac_ct_OTOOL64" && ac_cv_prog_ac_ct_OTOOL64=":"
 28028  fi
 28029  fi
 28030  ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
 28031  if test -n "$ac_ct_OTOOL64"; then
 28032 -  echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 28033 -echo "${ECHO_T}$ac_ct_OTOOL64" >&6
 28034 +  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 28035 +echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
 28036  else
 28037 -  echo "$as_me:$LINENO: result: no" >&5
 28038 -echo "${ECHO_T}no" >&6
 28039 +  { echo "$as_me:$LINENO: result: no" >&5
 28040 +echo "${ECHO_T}no" >&6; }
 28041  fi
 28042  
 28043 -  OTOOL64=$ac_ct_OTOOL64
 28044 +  if test "x$ac_ct_OTOOL64" = x; then
 28045 +    OTOOL64=":"
 28046 +  else
 28047 +    case $cross_compiling:$ac_tool_warned in
 28048 +yes:)
 28049 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 28050 +whose name does not start with the host triplet.  If you think this
 28051 +configuration is useful to you, please write to autoconf@gnu.org." >&5
 28052 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 28053 +whose name does not start with the host triplet.  If you think this
 28054 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 28055 +ac_tool_warned=yes ;;
 28056 +esac
 28057 +    OTOOL64=$ac_ct_OTOOL64
 28058 +  fi
 28059  else
 28060    OTOOL64="$ac_cv_prog_OTOOL64"
 28061  fi
 28062 @@ -6574,8 +7682,8 @@
 28063  
 28064  
 28065  
 28066 -    echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 28067 -echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6
 28068 +    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 28069 +echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
 28070  if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 28071    echo $ECHO_N "(cached) $ECHO_C" >&6
 28072  else
 28073 @@ -6601,10 +7709,10 @@
 28074  	rm -f conftest.*
 28075        fi
 28076  fi
 28077 -echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 28078 -echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6
 28079 -    echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 28080 -echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6
 28081 +{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 28082 +echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
 28083 +    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 28084 +echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
 28085  if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 28086    echo $ECHO_N "(cached) $ECHO_C" >&6
 28087  else
 28088 @@ -6628,41 +7736,38 @@
 28089  }
 28090  _ACEOF
 28091  rm -f conftest.$ac_objext conftest$ac_exeext
 28092 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 28093 -  (eval $ac_link) 2>conftest.er1
 28094 +if { (ac_try="$ac_link"
 28095 +case "(($ac_try" in
 28096 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28097 +  *) ac_try_echo=$ac_try;;
 28098 +esac
 28099 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28100 +  (eval "$ac_link") 2>conftest.er1
 28101    ac_status=$?
 28102    grep -v '^ *+' conftest.er1 >conftest.err
 28103    rm -f conftest.er1
 28104    cat conftest.err >&5
 28105    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28106 -  (exit $ac_status); } &&
 28107 -	 { ac_try='test -z "$ac_c_werror_flag"
 28108 -			 || test ! -s conftest.err'
 28109 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 28110 -  (eval $ac_try) 2>&5
 28111 -  ac_status=$?
 28112 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28113 -  (exit $ac_status); }; } &&
 28114 -	 { ac_try='test -s conftest$ac_exeext'
 28115 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 28116 -  (eval $ac_try) 2>&5
 28117 -  ac_status=$?
 28118 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28119 -  (exit $ac_status); }; }; then
 28120 +  (exit $ac_status); } && {
 28121 +	 test -z "$ac_c_werror_flag" ||
 28122 +	 test ! -s conftest.err
 28123 +       } && test -s conftest$ac_exeext &&
 28124 +       $as_test_x conftest$ac_exeext; then
 28125    lt_cv_ld_exported_symbols_list=yes
 28126  else
 28127    echo "$as_me: failed program was:" >&5
 28128  sed 's/^/| /' conftest.$ac_ext >&5
 28129  
 28130 -lt_cv_ld_exported_symbols_list=no
 28131 +	lt_cv_ld_exported_symbols_list=no
 28132  fi
 28133 -rm -f conftest.err conftest.$ac_objext \
 28134 +
 28135 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 28136        conftest$ac_exeext conftest.$ac_ext
 28137  	LDFLAGS="$save_LDFLAGS"
 28138  
 28139  fi
 28140 -echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 28141 -echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6
 28142 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 28143 +echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
 28144      case $host_os in
 28145      rhapsody* | darwin1.[012])
 28146        _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 28147 @@ -6703,8 +7808,8 @@
 28148  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 28149  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 28150  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 28151 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 28152 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 28153 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 28154 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 28155  # On Suns, sometimes $CPP names a directory.
 28156  if test -n "$CPP" && test -d "$CPP"; then
 28157    CPP=
 28158 @@ -6738,24 +7843,22 @@
 28159  #endif
 28160  		     Syntax error
 28161  _ACEOF
 28162 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 28163 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 28164 +if { (ac_try="$ac_cpp conftest.$ac_ext"
 28165 +case "(($ac_try" in
 28166 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28167 +  *) ac_try_echo=$ac_try;;
 28168 +esac
 28169 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28170 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 28171    ac_status=$?
 28172    grep -v '^ *+' conftest.er1 >conftest.err
 28173    rm -f conftest.er1
 28174    cat conftest.err >&5
 28175    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28176 -  (exit $ac_status); } >/dev/null; then
 28177 -  if test -s conftest.err; then
 28178 -    ac_cpp_err=$ac_c_preproc_warn_flag
 28179 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 28180 -  else
 28181 -    ac_cpp_err=
 28182 -  fi
 28183 -else
 28184 -  ac_cpp_err=yes
 28185 -fi
 28186 -if test -z "$ac_cpp_err"; then
 28187 +  (exit $ac_status); } >/dev/null && {
 28188 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 28189 +	 test ! -s conftest.err
 28190 +       }; then
 28191    :
 28192  else
 28193    echo "$as_me: failed program was:" >&5
 28194 @@ -6764,9 +7867,10 @@
 28195    # Broken: fails on valid input.
 28196  continue
 28197  fi
 28198 +
 28199  rm -f conftest.err conftest.$ac_ext
 28200  
 28201 -  # OK, works on sane cases.  Now check whether non-existent headers
 28202 +  # OK, works on sane cases.  Now check whether nonexistent headers
 28203    # can be detected and how.
 28204    cat >conftest.$ac_ext <<_ACEOF
 28205  /* confdefs.h.  */
 28206 @@ -6776,24 +7880,22 @@
 28207  /* end confdefs.h.  */
 28208  #include <ac_nonexistent.h>
 28209  _ACEOF
 28210 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 28211 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 28212 +if { (ac_try="$ac_cpp conftest.$ac_ext"
 28213 +case "(($ac_try" in
 28214 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28215 +  *) ac_try_echo=$ac_try;;
 28216 +esac
 28217 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28218 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 28219    ac_status=$?
 28220    grep -v '^ *+' conftest.er1 >conftest.err
 28221    rm -f conftest.er1
 28222    cat conftest.err >&5
 28223    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28224 -  (exit $ac_status); } >/dev/null; then
 28225 -  if test -s conftest.err; then
 28226 -    ac_cpp_err=$ac_c_preproc_warn_flag
 28227 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 28228 -  else
 28229 -    ac_cpp_err=
 28230 -  fi
 28231 -else
 28232 -  ac_cpp_err=yes
 28233 -fi
 28234 -if test -z "$ac_cpp_err"; then
 28235 +  (exit $ac_status); } >/dev/null && {
 28236 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 28237 +	 test ! -s conftest.err
 28238 +       }; then
 28239    # Broken: success on invalid input.
 28240  continue
 28241  else
 28242 @@ -6804,6 +7906,7 @@
 28243  ac_preproc_ok=:
 28244  break
 28245  fi
 28246 +
 28247  rm -f conftest.err conftest.$ac_ext
 28248  
 28249  done
 28250 @@ -6821,8 +7924,8 @@
 28251  else
 28252    ac_cv_prog_CPP=$CPP
 28253  fi
 28254 -echo "$as_me:$LINENO: result: $CPP" >&5
 28255 -echo "${ECHO_T}$CPP" >&6
 28256 +{ echo "$as_me:$LINENO: result: $CPP" >&5
 28257 +echo "${ECHO_T}$CPP" >&6; }
 28258  ac_preproc_ok=false
 28259  for ac_c_preproc_warn_flag in '' yes
 28260  do
 28261 @@ -6845,24 +7948,22 @@
 28262  #endif
 28263  		     Syntax error
 28264  _ACEOF
 28265 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 28266 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 28267 +if { (ac_try="$ac_cpp conftest.$ac_ext"
 28268 +case "(($ac_try" in
 28269 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28270 +  *) ac_try_echo=$ac_try;;
 28271 +esac
 28272 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28273 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 28274    ac_status=$?
 28275    grep -v '^ *+' conftest.er1 >conftest.err
 28276    rm -f conftest.er1
 28277    cat conftest.err >&5
 28278    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28279 -  (exit $ac_status); } >/dev/null; then
 28280 -  if test -s conftest.err; then
 28281 -    ac_cpp_err=$ac_c_preproc_warn_flag
 28282 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 28283 -  else
 28284 -    ac_cpp_err=
 28285 -  fi
 28286 -else
 28287 -  ac_cpp_err=yes
 28288 -fi
 28289 -if test -z "$ac_cpp_err"; then
 28290 +  (exit $ac_status); } >/dev/null && {
 28291 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 28292 +	 test ! -s conftest.err
 28293 +       }; then
 28294    :
 28295  else
 28296    echo "$as_me: failed program was:" >&5
 28297 @@ -6871,9 +7972,10 @@
 28298    # Broken: fails on valid input.
 28299  continue
 28300  fi
 28301 +
 28302  rm -f conftest.err conftest.$ac_ext
 28303  
 28304 -  # OK, works on sane cases.  Now check whether non-existent headers
 28305 +  # OK, works on sane cases.  Now check whether nonexistent headers
 28306    # can be detected and how.
 28307    cat >conftest.$ac_ext <<_ACEOF
 28308  /* confdefs.h.  */
 28309 @@ -6883,24 +7985,22 @@
 28310  /* end confdefs.h.  */
 28311  #include <ac_nonexistent.h>
 28312  _ACEOF
 28313 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 28314 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 28315 +if { (ac_try="$ac_cpp conftest.$ac_ext"
 28316 +case "(($ac_try" in
 28317 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28318 +  *) ac_try_echo=$ac_try;;
 28319 +esac
 28320 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28321 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 28322    ac_status=$?
 28323    grep -v '^ *+' conftest.er1 >conftest.err
 28324    rm -f conftest.er1
 28325    cat conftest.err >&5
 28326    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28327 -  (exit $ac_status); } >/dev/null; then
 28328 -  if test -s conftest.err; then
 28329 -    ac_cpp_err=$ac_c_preproc_warn_flag
 28330 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 28331 -  else
 28332 -    ac_cpp_err=
 28333 -  fi
 28334 -else
 28335 -  ac_cpp_err=yes
 28336 -fi
 28337 -if test -z "$ac_cpp_err"; then
 28338 +  (exit $ac_status); } >/dev/null && {
 28339 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 28340 +	 test ! -s conftest.err
 28341 +       }; then
 28342    # Broken: success on invalid input.
 28343  continue
 28344  else
 28345 @@ -6911,6 +8011,7 @@
 28346  ac_preproc_ok=:
 28347  break
 28348  fi
 28349 +
 28350  rm -f conftest.err conftest.$ac_ext
 28351  
 28352  done
 28353 @@ -6933,8 +8034,8 @@
 28354  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 28355  
 28356  
 28357 -echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 28358 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 28359 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 28360 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 28361  if test "${ac_cv_header_stdc+set}" = set; then
 28362    echo $ECHO_N "(cached) $ECHO_C" >&6
 28363  else
 28364 @@ -6958,35 +8059,31 @@
 28365  }
 28366  _ACEOF
 28367  rm -f conftest.$ac_objext
 28368 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 28369 -  (eval $ac_compile) 2>conftest.er1
 28370 +if { (ac_try="$ac_compile"
 28371 +case "(($ac_try" in
 28372 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28373 +  *) ac_try_echo=$ac_try;;
 28374 +esac
 28375 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28376 +  (eval "$ac_compile") 2>conftest.er1
 28377    ac_status=$?
 28378    grep -v '^ *+' conftest.er1 >conftest.err
 28379    rm -f conftest.er1
 28380    cat conftest.err >&5
 28381    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28382 -  (exit $ac_status); } &&
 28383 -	 { ac_try='test -z "$ac_c_werror_flag"
 28384 -			 || test ! -s conftest.err'
 28385 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 28386 -  (eval $ac_try) 2>&5
 28387 -  ac_status=$?
 28388 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28389 -  (exit $ac_status); }; } &&
 28390 -	 { ac_try='test -s conftest.$ac_objext'
 28391 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 28392 -  (eval $ac_try) 2>&5
 28393 -  ac_status=$?
 28394 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28395 -  (exit $ac_status); }; }; then
 28396 +  (exit $ac_status); } && {
 28397 +	 test -z "$ac_c_werror_flag" ||
 28398 +	 test ! -s conftest.err
 28399 +       } && test -s conftest.$ac_objext; then
 28400    ac_cv_header_stdc=yes
 28401  else
 28402    echo "$as_me: failed program was:" >&5
 28403  sed 's/^/| /' conftest.$ac_ext >&5
 28404  
 28405 -ac_cv_header_stdc=no
 28406 +	ac_cv_header_stdc=no
 28407  fi
 28408 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 28409 +
 28410 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 28411  
 28412  if test $ac_cv_header_stdc = yes; then
 28413    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 28414 @@ -7042,6 +8139,7 @@
 28415  cat >>conftest.$ac_ext <<_ACEOF
 28416  /* end confdefs.h.  */
 28417  #include <ctype.h>
 28418 +#include <stdlib.h>
 28419  #if ((' ' & 0x0FF) == 0x020)
 28420  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 28421  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 28422 @@ -7061,18 +8159,27 @@
 28423    for (i = 0; i < 256; i++)
 28424      if (XOR (islower (i), ISLOWER (i))
 28425  	|| toupper (i) != TOUPPER (i))
 28426 -      exit(2);
 28427 -  exit (0);
 28428 +      return 2;
 28429 +  return 0;
 28430  }
 28431  _ACEOF
 28432  rm -f conftest$ac_exeext
 28433 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 28434 -  (eval $ac_link) 2>&5
 28435 +if { (ac_try="$ac_link"
 28436 +case "(($ac_try" in
 28437 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28438 +  *) ac_try_echo=$ac_try;;
 28439 +esac
 28440 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28441 +  (eval "$ac_link") 2>&5
 28442    ac_status=$?
 28443    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28444    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 28445 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 28446 -  (eval $ac_try) 2>&5
 28447 +  { (case "(($ac_try" in
 28448 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28449 +  *) ac_try_echo=$ac_try;;
 28450 +esac
 28451 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28452 +  (eval "$ac_try") 2>&5
 28453    ac_status=$?
 28454    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28455    (exit $ac_status); }; }; then
 28456 @@ -7085,12 +8192,14 @@
 28457  ( exit $ac_status )
 28458  ac_cv_header_stdc=no
 28459  fi
 28460 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 28461 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 28462  fi
 28463 +
 28464 +
 28465  fi
 28466  fi
 28467 -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 28468 -echo "${ECHO_T}$ac_cv_header_stdc" >&6
 28469 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 28470 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 28471  if test $ac_cv_header_stdc = yes; then
 28472  
 28473  cat >>confdefs.h <<\_ACEOF
 28474 @@ -7113,9 +8222,9 @@
 28475  		  inttypes.h stdint.h unistd.h
 28476  do
 28477  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 28478 -echo "$as_me:$LINENO: checking for $ac_header" >&5
 28479 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 28480 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
 28481 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 28482 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 28483 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 28484    echo $ECHO_N "(cached) $ECHO_C" >&6
 28485  else
 28486    cat >conftest.$ac_ext <<_ACEOF
 28487 @@ -7129,38 +8238,35 @@
 28488  #include <$ac_header>
 28489  _ACEOF
 28490  rm -f conftest.$ac_objext
 28491 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 28492 -  (eval $ac_compile) 2>conftest.er1
 28493 +if { (ac_try="$ac_compile"
 28494 +case "(($ac_try" in
 28495 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28496 +  *) ac_try_echo=$ac_try;;
 28497 +esac
 28498 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28499 +  (eval "$ac_compile") 2>conftest.er1
 28500    ac_status=$?
 28501    grep -v '^ *+' conftest.er1 >conftest.err
 28502    rm -f conftest.er1
 28503    cat conftest.err >&5
 28504    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28505 -  (exit $ac_status); } &&
 28506 -	 { ac_try='test -z "$ac_c_werror_flag"
 28507 -			 || test ! -s conftest.err'
 28508 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 28509 -  (eval $ac_try) 2>&5
 28510 -  ac_status=$?
 28511 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28512 -  (exit $ac_status); }; } &&
 28513 -	 { ac_try='test -s conftest.$ac_objext'
 28514 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 28515 -  (eval $ac_try) 2>&5
 28516 -  ac_status=$?
 28517 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28518 -  (exit $ac_status); }; }; then
 28519 +  (exit $ac_status); } && {
 28520 +	 test -z "$ac_c_werror_flag" ||
 28521 +	 test ! -s conftest.err
 28522 +       } && test -s conftest.$ac_objext; then
 28523    eval "$as_ac_Header=yes"
 28524  else
 28525    echo "$as_me: failed program was:" >&5
 28526  sed 's/^/| /' conftest.$ac_ext >&5
 28527  
 28528 -eval "$as_ac_Header=no"
 28529 +	eval "$as_ac_Header=no"
 28530  fi
 28531 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 28532 +
 28533 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 28534  fi
 28535 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 28536 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 28537 +ac_res=`eval echo '${'$as_ac_Header'}'`
 28538 +	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 28539 +echo "${ECHO_T}$ac_res" >&6; }
 28540  if test `eval echo '${'$as_ac_Header'}'` = yes; then
 28541    cat >>confdefs.h <<_ACEOF
 28542  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 28543 @@ -7175,9 +8281,9 @@
 28544  for ac_header in dlfcn.h
 28545  do
 28546  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 28547 -echo "$as_me:$LINENO: checking for $ac_header" >&5
 28548 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 28549 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
 28550 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 28551 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 28552 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 28553    echo $ECHO_N "(cached) $ECHO_C" >&6
 28554  else
 28555    cat >conftest.$ac_ext <<_ACEOF
 28556 @@ -7191,38 +8297,35 @@
 28557  #include <$ac_header>
 28558  _ACEOF
 28559  rm -f conftest.$ac_objext
 28560 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 28561 -  (eval $ac_compile) 2>conftest.er1
 28562 +if { (ac_try="$ac_compile"
 28563 +case "(($ac_try" in
 28564 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 28565 +  *) ac_try_echo=$ac_try;;
 28566 +esac
 28567 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 28568 +  (eval "$ac_compile") 2>conftest.er1
 28569    ac_status=$?
 28570    grep -v '^ *+' conftest.er1 >conftest.err
 28571    rm -f conftest.er1
 28572    cat conftest.err >&5
 28573    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28574 -  (exit $ac_status); } &&
 28575 -	 { ac_try='test -z "$ac_c_werror_flag"
 28576 -			 || test ! -s conftest.err'
 28577 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 28578 -  (eval $ac_try) 2>&5
 28579 -  ac_status=$?
 28580 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28581 -  (exit $ac_status); }; } &&
 28582 -	 { ac_try='test -s conftest.$ac_objext'
 28583 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 28584 -  (eval $ac_try) 2>&5
 28585 -  ac_status=$?
 28586 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 28587 -  (exit $ac_status); }; }; then
 28588 +  (exit $ac_status); } && {
 28589 +	 test -z "$ac_c_werror_flag" ||
 28590 +	 test ! -s conftest.err
 28591 +       } && test -s conftest.$ac_objext; then
 28592    eval "$as_ac_Header=yes"
 28593  else
 28594    echo "$as_me: failed program was:" >&5
 28595  sed 's/^/| /' conftest.$ac_ext >&5
 28596  
 28597 -eval "$as_ac_Header=no"
 28598 +	eval "$as_ac_Header=no"
 28599  fi
 28600 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 28601 +
 28602 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 28603  fi
 28604 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 28605 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 28606 +ac_res=`eval echo '${'$as_ac_Header'}'`
 28607 +	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 28608 +echo "${ECHO_T}$ac_res" >&6; }
 28609  if test `eval echo '${'$as_ac_Header'}'` = yes; then
 28610    cat >>confdefs.h <<_ACEOF
 28611  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 28612 @@ -7242,10 +8345,9 @@
 28613  
 28614  
 28615  
 28616 -            # Check whether --enable-shared or --disable-shared was given.
 28617 +            # Check whether --enable-shared was given.
 28618  if test "${enable_shared+set}" = set; then
 28619 -  enableval="$enable_shared"
 28620 -  p=${PACKAGE-default}
 28621 +  enableval=$enable_shared; p=${PACKAGE-default}
 28622      case $enableval in
 28623      yes) enable_shared=yes ;;
 28624      no) enable_shared=no ;;
 28625 @@ -7264,7 +8366,7 @@
 28626      esac
 28627  else
 28628    enable_shared=yes
 28629 -fi;
 28630 +fi
 28631  
 28632  
 28633  
 28634 @@ -7273,10 +8375,10 @@
 28635  
 28636  
 28637  
 28638 -  # Check whether --enable-static or --disable-static was given.
 28639 +
 28640 +  # Check whether --enable-static was given.
 28641  if test "${enable_static+set}" = set; then
 28642 -  enableval="$enable_static"
 28643 -  p=${PACKAGE-default}
 28644 +  enableval=$enable_static; p=${PACKAGE-default}
 28645      case $enableval in
 28646      yes) enable_static=yes ;;
 28647      no) enable_static=no ;;
 28648 @@ -7295,7 +8397,7 @@
 28649      esac
 28650  else
 28651    enable_static=yes
 28652 -fi;
 28653 +fi
 28654  
 28655  
 28656  
 28657 @@ -7305,13 +8407,14 @@
 28658  
 28659  
 28660  
 28661 -# Check whether --with-pic or --without-pic was given.
 28662 +
 28663 +# Check whether --with-pic was given.
 28664  if test "${with_pic+set}" = set; then
 28665 -  withval="$with_pic"
 28666 -  pic_mode="$withval"
 28667 +  withval=$with_pic; pic_mode="$withval"
 28668  else
 28669    pic_mode=default
 28670 -fi;
 28671 +fi
 28672 +
 28673  
 28674  test -z "$pic_mode" && pic_mode=default
 28675  
 28676 @@ -7321,10 +8424,9 @@
 28677  
 28678  
 28679  
 28680 -  # Check whether --enable-fast-install or --disable-fast-install was given.
 28681 +  # Check whether --enable-fast-install was given.
 28682  if test "${enable_fast_install+set}" = set; then
 28683 -  enableval="$enable_fast_install"
 28684 -  p=${PACKAGE-default}
 28685 +  enableval=$enable_fast_install; p=${PACKAGE-default}
 28686      case $enableval in
 28687      yes) enable_fast_install=yes ;;
 28688      no) enable_fast_install=no ;;
 28689 @@ -7343,7 +8445,8 @@
 28690      esac
 28691  else
 28692    enable_fast_install=yes
 28693 -fi;
 28694 +fi
 28695 +
 28696  
 28697  
 28698  
 28699 @@ -7403,8 +8506,8 @@
 28700     setopt NO_GLOB_SUBST
 28701  fi
 28702  
 28703 -echo "$as_me:$LINENO: checking for objdir" >&5
 28704 -echo $ECHO_N "checking for objdir... $ECHO_C" >&6
 28705 +{ echo "$as_me:$LINENO: checking for objdir" >&5
 28706 +echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 28707  if test "${lt_cv_objdir+set}" = set; then
 28708    echo $ECHO_N "(cached) $ECHO_C" >&6
 28709  else
 28710 @@ -7418,8 +8521,8 @@
 28711  fi
 28712  rmdir .libs 2>/dev/null
 28713  fi
 28714 -echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 28715 -echo "${ECHO_T}$lt_cv_objdir" >&6
 28716 +{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 28717 +echo "${ECHO_T}$lt_cv_objdir" >&6; }
 28718  objdir=$lt_cv_objdir
 28719  
 28720  
 28721 @@ -7511,8 +8614,8 @@
 28722  case $deplibs_check_method in
 28723  file_magic*)
 28724    if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 28725 -    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 28726 -echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
 28727 +    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 28728 +echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 28729  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 28730    echo $ECHO_N "(cached) $ECHO_C" >&6
 28731  else
 28732 @@ -7564,11 +8667,11 @@
 28733  
 28734  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 28735  if test -n "$MAGIC_CMD"; then
 28736 -  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 28737 -echo "${ECHO_T}$MAGIC_CMD" >&6
 28738 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 28739 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
 28740  else
 28741 -  echo "$as_me:$LINENO: result: no" >&5
 28742 -echo "${ECHO_T}no" >&6
 28743 +  { echo "$as_me:$LINENO: result: no" >&5
 28744 +echo "${ECHO_T}no" >&6; }
 28745  fi
 28746  
 28747  
 28748 @@ -7577,8 +8680,8 @@
 28749  
 28750  if test -z "$lt_cv_path_MAGIC_CMD"; then
 28751    if test -n "$ac_tool_prefix"; then
 28752 -    echo "$as_me:$LINENO: checking for file" >&5
 28753 -echo $ECHO_N "checking for file... $ECHO_C" >&6
 28754 +    { echo "$as_me:$LINENO: checking for file" >&5
 28755 +echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 28756  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 28757    echo $ECHO_N "(cached) $ECHO_C" >&6
 28758  else
 28759 @@ -7630,11 +8733,11 @@
 28760  
 28761  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 28762  if test -n "$MAGIC_CMD"; then
 28763 -  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 28764 -echo "${ECHO_T}$MAGIC_CMD" >&6
 28765 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 28766 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
 28767  else
 28768 -  echo "$as_me:$LINENO: result: no" >&5
 28769 -echo "${ECHO_T}no" >&6
 28770 +  { echo "$as_me:$LINENO: result: no" >&5
 28771 +echo "${ECHO_T}no" >&6; }
 28772  fi
 28773  
 28774  
 28775 @@ -7714,8 +8817,8 @@
 28776  if test "$GCC" = yes; then
 28777    lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 28778  
 28779 -  echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 28780 -echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
 28781 +  { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 28782 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 28783  if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 28784    echo $ECHO_N "(cached) $ECHO_C" >&6
 28785  else
 28786 @@ -7732,11 +8835,11 @@
 28787     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 28788     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 28789     -e 's:$: $lt_compiler_flag:'`
 28790 -   (eval echo "\"\$as_me:7735: $lt_compile\"" >&5)
 28791 +   (eval echo "\"\$as_me:8838: $lt_compile\"" >&5)
 28792     (eval "$lt_compile" 2>conftest.err)
 28793     ac_status=$?
 28794     cat conftest.err >&5
 28795 -   echo "$as_me:7739: \$? = $ac_status" >&5
 28796 +   echo "$as_me:8842: \$? = $ac_status" >&5
 28797     if (exit $ac_status) && test -s "$ac_outfile"; then
 28798       # The compiler can only warn and ignore the option if not recognized
 28799       # So say no if there are warnings other than the usual output.
 28800 @@ -7749,8 +8852,8 @@
 28801     $RM conftest*
 28802  
 28803  fi
 28804 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 28805 -echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
 28806 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 28807 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 28808  
 28809  if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 28810      lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 28811 @@ -7769,8 +8872,8 @@
 28812  lt_prog_compiler_pic=
 28813  lt_prog_compiler_static=
 28814  
 28815 -echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 28816 -echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
 28817 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 28818 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 28819  
 28820    if test "$GCC" = yes; then
 28821      lt_prog_compiler_wl='-Wl,'
 28822 @@ -8041,8 +9144,8 @@
 28823      lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
 28824      ;;
 28825  esac
 28826 -echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 28827 -echo "${ECHO_T}$lt_prog_compiler_pic" >&6
 28828 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 28829 +echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
 28830  
 28831  
 28832  
 28833 @@ -8053,8 +9156,8 @@
 28834  # Check to make sure the PIC flag actually works.
 28835  #
 28836  if test -n "$lt_prog_compiler_pic"; then
 28837 -  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 28838 -echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
 28839 +  { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 28840 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
 28841  if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
 28842    echo $ECHO_N "(cached) $ECHO_C" >&6
 28843  else
 28844 @@ -8071,11 +9174,11 @@
 28845     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 28846     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 28847     -e 's:$: $lt_compiler_flag:'`
 28848 -   (eval echo "\"\$as_me:8074: $lt_compile\"" >&5)
 28849 +   (eval echo "\"\$as_me:9177: $lt_compile\"" >&5)
 28850     (eval "$lt_compile" 2>conftest.err)
 28851     ac_status=$?
 28852     cat conftest.err >&5
 28853 -   echo "$as_me:8078: \$? = $ac_status" >&5
 28854 +   echo "$as_me:9181: \$? = $ac_status" >&5
 28855     if (exit $ac_status) && test -s "$ac_outfile"; then
 28856       # The compiler can only warn and ignore the option if not recognized
 28857       # So say no if there are warnings other than the usual output.
 28858 @@ -8088,8 +9191,8 @@
 28859     $RM conftest*
 28860  
 28861  fi
 28862 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 28863 -echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6
 28864 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 28865 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
 28866  
 28867  if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
 28868      case $lt_prog_compiler_pic in
 28869 @@ -8112,8 +9215,8 @@
 28870  # Check to make sure the static flag actually works.
 28871  #
 28872  wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 28873 -echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 28874 -echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
 28875 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 28876 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 28877  if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 28878    echo $ECHO_N "(cached) $ECHO_C" >&6
 28879  else
 28880 @@ -8140,8 +9243,8 @@
 28881     LDFLAGS="$save_LDFLAGS"
 28882  
 28883  fi
 28884 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 28885 -echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6
 28886 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 28887 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
 28888  
 28889  if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 28890      :
 28891 @@ -8155,8 +9258,8 @@
 28892  
 28893  
 28894  
 28895 -  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 28896 -echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 28897 +  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 28898 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 28899  if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 28900    echo $ECHO_N "(cached) $ECHO_C" >&6
 28901  else
 28902 @@ -8176,11 +9279,11 @@
 28903     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 28904     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 28905     -e 's:$: $lt_compiler_flag:'`
 28906 -   (eval echo "\"\$as_me:8179: $lt_compile\"" >&5)
 28907 +   (eval echo "\"\$as_me:9282: $lt_compile\"" >&5)
 28908     (eval "$lt_compile" 2>out/conftest.err)
 28909     ac_status=$?
 28910     cat out/conftest.err >&5
 28911 -   echo "$as_me:8183: \$? = $ac_status" >&5
 28912 +   echo "$as_me:9286: \$? = $ac_status" >&5
 28913     if (exit $ac_status) && test -s out/conftest2.$ac_objext
 28914     then
 28915       # The compiler can only warn and ignore the option if not recognized
 28916 @@ -8202,16 +9305,16 @@
 28917     $RM conftest*
 28918  
 28919  fi
 28920 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 28921 -echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
 28922 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 28923 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 28924  
 28925  
 28926  
 28927  
 28928  
 28929  
 28930 -  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 28931 -echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 28932 +  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 28933 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 28934  if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 28935    echo $ECHO_N "(cached) $ECHO_C" >&6
 28936  else
 28937 @@ -8231,11 +9334,11 @@
 28938     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 28939     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 28940     -e 's:$: $lt_compiler_flag:'`
 28941 -   (eval echo "\"\$as_me:8234: $lt_compile\"" >&5)
 28942 +   (eval echo "\"\$as_me:9337: $lt_compile\"" >&5)
 28943     (eval "$lt_compile" 2>out/conftest.err)
 28944     ac_status=$?
 28945     cat out/conftest.err >&5
 28946 -   echo "$as_me:8238: \$? = $ac_status" >&5
 28947 +   echo "$as_me:9341: \$? = $ac_status" >&5
 28948     if (exit $ac_status) && test -s out/conftest2.$ac_objext
 28949     then
 28950       # The compiler can only warn and ignore the option if not recognized
 28951 @@ -8257,8 +9360,8 @@
 28952     $RM conftest*
 28953  
 28954  fi
 28955 -echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 28956 -echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
 28957 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 28958 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 28959  
 28960  
 28961  
 28962 @@ -8266,16 +9369,16 @@
 28963  hard_links="nottested"
 28964  if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 28965    # do not overwrite the value of need_locks provided by the user
 28966 -  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 28967 -echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
 28968 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 28969 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 28970    hard_links=yes
 28971    $RM conftest*
 28972    ln conftest.a conftest.b 2>/dev/null && hard_links=no
 28973    touch conftest.a
 28974    ln conftest.a conftest.b 2>&5 || hard_links=no
 28975    ln conftest.a conftest.b 2>/dev/null && hard_links=no
 28976 -  echo "$as_me:$LINENO: result: $hard_links" >&5
 28977 -echo "${ECHO_T}$hard_links" >&6
 28978 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
 28979 +echo "${ECHO_T}$hard_links" >&6; }
 28980    if test "$hard_links" = no; then
 28981      { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 28982  echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 28983 @@ -8290,8 +9393,8 @@
 28984  
 28985  
 28986  
 28987 -  echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 28988 -echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
 28989 +  { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 28990 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 28991  
 28992    runpath_var=
 28993    allow_undefined_flag=
 28994 @@ -8748,27 +9851,23 @@
 28995  }
 28996  _ACEOF
 28997  rm -f conftest.$ac_objext conftest$ac_exeext
 28998 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 28999 -  (eval $ac_link) 2>conftest.er1
 29000 +if { (ac_try="$ac_link"
 29001 +case "(($ac_try" in
 29002 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29003 +  *) ac_try_echo=$ac_try;;
 29004 +esac
 29005 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29006 +  (eval "$ac_link") 2>conftest.er1
 29007    ac_status=$?
 29008    grep -v '^ *+' conftest.er1 >conftest.err
 29009    rm -f conftest.er1
 29010    cat conftest.err >&5
 29011    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29012 -  (exit $ac_status); } &&
 29013 -	 { ac_try='test -z "$ac_c_werror_flag"
 29014 -			 || test ! -s conftest.err'
 29015 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29016 -  (eval $ac_try) 2>&5
 29017 -  ac_status=$?
 29018 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29019 -  (exit $ac_status); }; } &&
 29020 -	 { ac_try='test -s conftest$ac_exeext'
 29021 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29022 -  (eval $ac_try) 2>&5
 29023 -  ac_status=$?
 29024 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29025 -  (exit $ac_status); }; }; then
 29026 +  (exit $ac_status); } && {
 29027 +	 test -z "$ac_c_werror_flag" ||
 29028 +	 test ! -s conftest.err
 29029 +       } && test -s conftest$ac_exeext &&
 29030 +       $as_test_x conftest$ac_exeext; then
 29031  
 29032  lt_aix_libpath_sed='
 29033      /Import File Strings/,/^$/ {
 29034 @@ -8786,8 +9885,10 @@
 29035    echo "$as_me: failed program was:" >&5
 29036  sed 's/^/| /' conftest.$ac_ext >&5
 29037  
 29038 +
 29039  fi
 29040 -rm -f conftest.err conftest.$ac_objext \
 29041 +
 29042 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29043        conftest$ac_exeext conftest.$ac_ext
 29044  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 29045  
 29046 @@ -8817,27 +9918,23 @@
 29047  }
 29048  _ACEOF
 29049  rm -f conftest.$ac_objext conftest$ac_exeext
 29050 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29051 -  (eval $ac_link) 2>conftest.er1
 29052 +if { (ac_try="$ac_link"
 29053 +case "(($ac_try" in
 29054 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29055 +  *) ac_try_echo=$ac_try;;
 29056 +esac
 29057 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29058 +  (eval "$ac_link") 2>conftest.er1
 29059    ac_status=$?
 29060    grep -v '^ *+' conftest.er1 >conftest.err
 29061    rm -f conftest.er1
 29062    cat conftest.err >&5
 29063    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29064 -  (exit $ac_status); } &&
 29065 -	 { ac_try='test -z "$ac_c_werror_flag"
 29066 -			 || test ! -s conftest.err'
 29067 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29068 -  (eval $ac_try) 2>&5
 29069 -  ac_status=$?
 29070 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29071 -  (exit $ac_status); }; } &&
 29072 -	 { ac_try='test -s conftest$ac_exeext'
 29073 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29074 -  (eval $ac_try) 2>&5
 29075 -  ac_status=$?
 29076 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29077 -  (exit $ac_status); }; }; then
 29078 +  (exit $ac_status); } && {
 29079 +	 test -z "$ac_c_werror_flag" ||
 29080 +	 test ! -s conftest.err
 29081 +       } && test -s conftest$ac_exeext &&
 29082 +       $as_test_x conftest$ac_exeext; then
 29083  
 29084  lt_aix_libpath_sed='
 29085      /Import File Strings/,/^$/ {
 29086 @@ -8855,8 +9952,10 @@
 29087    echo "$as_me: failed program was:" >&5
 29088  sed 's/^/| /' conftest.$ac_ext >&5
 29089  
 29090 +
 29091  fi
 29092 -rm -f conftest.err conftest.$ac_objext \
 29093 +
 29094 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29095        conftest$ac_exeext conftest.$ac_ext
 29096  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 29097  
 29098 @@ -9073,35 +10172,33 @@
 29099  int foo(void) {}
 29100  _ACEOF
 29101  rm -f conftest.$ac_objext conftest$ac_exeext
 29102 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29103 -  (eval $ac_link) 2>conftest.er1
 29104 +if { (ac_try="$ac_link"
 29105 +case "(($ac_try" in
 29106 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29107 +  *) ac_try_echo=$ac_try;;
 29108 +esac
 29109 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29110 +  (eval "$ac_link") 2>conftest.er1
 29111    ac_status=$?
 29112    grep -v '^ *+' conftest.er1 >conftest.err
 29113    rm -f conftest.er1
 29114    cat conftest.err >&5
 29115    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29116 -  (exit $ac_status); } &&
 29117 -	 { ac_try='test -z "$ac_c_werror_flag"
 29118 -			 || test ! -s conftest.err'
 29119 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29120 -  (eval $ac_try) 2>&5
 29121 -  ac_status=$?
 29122 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29123 -  (exit $ac_status); }; } &&
 29124 -	 { ac_try='test -s conftest$ac_exeext'
 29125 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29126 -  (eval $ac_try) 2>&5
 29127 -  ac_status=$?
 29128 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29129 -  (exit $ac_status); }; }; then
 29130 +  (exit $ac_status); } && {
 29131 +	 test -z "$ac_c_werror_flag" ||
 29132 +	 test ! -s conftest.err
 29133 +       } && test -s conftest$ac_exeext &&
 29134 +       $as_test_x conftest$ac_exeext; then
 29135    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'
 29136  
 29137  else
 29138    echo "$as_me: failed program was:" >&5
 29139  sed 's/^/| /' conftest.$ac_ext >&5
 29140  
 29141 +
 29142  fi
 29143 -rm -f conftest.err conftest.$ac_objext \
 29144 +
 29145 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29146        conftest$ac_exeext conftest.$ac_ext
 29147          LDFLAGS="$save_LDFLAGS"
 29148        else
 29149 @@ -9358,8 +10455,8 @@
 29150      fi
 29151    fi
 29152  
 29153 -echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 29154 -echo "${ECHO_T}$ld_shlibs" >&6
 29155 +{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 29156 +echo "${ECHO_T}$ld_shlibs" >&6; }
 29157  test "$ld_shlibs" = no && can_build_shared=no
 29158  
 29159  with_gnu_ld=$with_gnu_ld
 29160 @@ -9395,46 +10492,52 @@
 29161        # Test whether the compiler implicitly links with -lc since on some
 29162        # systems, -lgcc has to come before -lc. If gcc already passes -lc
 29163        # to ld, don't add -lc before -lgcc.
 29164 -      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 29165 -echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
 29166 -      $RM conftest*
 29167 -      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 29168 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 29169 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 29170 +if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
 29171 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 29172 +else
 29173 +  $RM conftest*
 29174 +	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 29175  
 29176 -      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 29177 +	if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 29178    (eval $ac_compile) 2>&5
 29179    ac_status=$?
 29180    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29181    (exit $ac_status); } 2>conftest.err; then
 29182 -        soname=conftest
 29183 -        lib=conftest
 29184 -        libobjs=conftest.$ac_objext
 29185 -        deplibs=
 29186 -        wl=$lt_prog_compiler_wl
 29187 -	pic_flag=$lt_prog_compiler_pic
 29188 -        compiler_flags=-v
 29189 -        linker_flags=-v
 29190 -        verstring=
 29191 -        output_objdir=.
 29192 -        libname=conftest
 29193 -        lt_save_allow_undefined_flag=$allow_undefined_flag
 29194 -        allow_undefined_flag=
 29195 -        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 29196 +	  soname=conftest
 29197 +	  lib=conftest
 29198 +	  libobjs=conftest.$ac_objext
 29199 +	  deplibs=
 29200 +	  wl=$lt_prog_compiler_wl
 29201 +	  pic_flag=$lt_prog_compiler_pic
 29202 +	  compiler_flags=-v
 29203 +	  linker_flags=-v
 29204 +	  verstring=
 29205 +	  output_objdir=.
 29206 +	  libname=conftest
 29207 +	  lt_save_allow_undefined_flag=$allow_undefined_flag
 29208 +	  allow_undefined_flag=
 29209 +	  if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 29210    (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
 29211    ac_status=$?
 29212    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29213    (exit $ac_status); }
 29214 -        then
 29215 -	  archive_cmds_need_lc=no
 29216 -        else
 29217 -	  archive_cmds_need_lc=yes
 29218 -        fi
 29219 -        allow_undefined_flag=$lt_save_allow_undefined_flag
 29220 -      else
 29221 -        cat conftest.err 1>&5
 29222 -      fi
 29223 -      $RM conftest*
 29224 -      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 29225 -echo "${ECHO_T}$archive_cmds_need_lc" >&6
 29226 +	  then
 29227 +	    lt_cv_archive_cmds_need_lc=no
 29228 +	  else
 29229 +	    lt_cv_archive_cmds_need_lc=yes
 29230 +	  fi
 29231 +	  allow_undefined_flag=$lt_save_allow_undefined_flag
 29232 +	else
 29233 +	  cat conftest.err 1>&5
 29234 +	fi
 29235 +	$RM conftest*
 29236 +
 29237 +fi
 29238 +{ echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
 29239 +echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6; }
 29240 +      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
 29241        ;;
 29242      esac
 29243    fi
 29244 @@ -9597,8 +10700,8 @@
 29245  
 29246  
 29247  
 29248 -  echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 29249 -echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
 29250 +  { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 29251 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 29252  
 29253  if test "$GCC" = yes; then
 29254    case $host_os in
 29255 @@ -10014,12 +11117,17 @@
 29256    finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 29257    shlibpath_var=LD_LIBRARY_PATH
 29258    shlibpath_overrides_runpath=no
 29259 +
 29260    # Some binutils ld are patched to set DT_RUNPATH
 29261 -  save_LDFLAGS=$LDFLAGS
 29262 -  save_libdir=$libdir
 29263 -  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 29264 -       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 29265 -  cat >conftest.$ac_ext <<_ACEOF
 29266 +  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
 29267 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 29268 +else
 29269 +  lt_cv_shlibpath_overrides_runpath=no
 29270 +    save_LDFLAGS=$LDFLAGS
 29271 +    save_libdir=$libdir
 29272 +    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 29273 +	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 29274 +    cat >conftest.$ac_ext <<_ACEOF
 29275  /* confdefs.h.  */
 29276  _ACEOF
 29277  cat confdefs.h >>conftest.$ac_ext
 29278 @@ -10035,40 +11143,42 @@
 29279  }
 29280  _ACEOF
 29281  rm -f conftest.$ac_objext conftest$ac_exeext
 29282 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29283 -  (eval $ac_link) 2>conftest.er1
 29284 +if { (ac_try="$ac_link"
 29285 +case "(($ac_try" in
 29286 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29287 +  *) ac_try_echo=$ac_try;;
 29288 +esac
 29289 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29290 +  (eval "$ac_link") 2>conftest.er1
 29291    ac_status=$?
 29292    grep -v '^ *+' conftest.er1 >conftest.err
 29293    rm -f conftest.er1
 29294    cat conftest.err >&5
 29295    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29296 -  (exit $ac_status); } &&
 29297 -	 { ac_try='test -z "$ac_c_werror_flag"
 29298 -			 || test ! -s conftest.err'
 29299 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29300 -  (eval $ac_try) 2>&5
 29301 -  ac_status=$?
 29302 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29303 -  (exit $ac_status); }; } &&
 29304 -	 { ac_try='test -s conftest$ac_exeext'
 29305 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29306 -  (eval $ac_try) 2>&5
 29307 -  ac_status=$?
 29308 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29309 -  (exit $ac_status); }; }; then
 29310 +  (exit $ac_status); } && {
 29311 +	 test -z "$ac_c_werror_flag" ||
 29312 +	 test ! -s conftest.err
 29313 +       } && test -s conftest$ac_exeext &&
 29314 +       $as_test_x conftest$ac_exeext; then
 29315    if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
 29316 -  shlibpath_overrides_runpath=yes
 29317 +  lt_cv_shlibpath_overrides_runpath=yes
 29318  fi
 29319  
 29320  else
 29321    echo "$as_me: failed program was:" >&5
 29322  sed 's/^/| /' conftest.$ac_ext >&5
 29323  
 29324 +
 29325  fi
 29326 -rm -f conftest.err conftest.$ac_objext \
 29327 +
 29328 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29329        conftest$ac_exeext conftest.$ac_ext
 29330 -  LDFLAGS=$save_LDFLAGS
 29331 -  libdir=$save_libdir
 29332 +    LDFLAGS=$save_LDFLAGS
 29333 +    libdir=$save_libdir
 29334 +
 29335 +fi
 29336 +
 29337 +  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
 29338  
 29339    # This implies no fast_install, which is unacceptable.
 29340    # Some rework will be needed to allow for fast_install
 29341 @@ -10278,8 +11388,8 @@
 29342    dynamic_linker=no
 29343    ;;
 29344  esac
 29345 -echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 29346 -echo "${ECHO_T}$dynamic_linker" >&6
 29347 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 29348 +echo "${ECHO_T}$dynamic_linker" >&6; }
 29349  test "$dynamic_linker" = no && can_build_shared=no
 29350  
 29351  variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 29352 @@ -10380,8 +11490,8 @@
 29353  
 29354  
 29355  
 29356 -  echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 29357 -echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
 29358 +  { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 29359 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 29360  hardcode_action=
 29361  if test -n "$hardcode_libdir_flag_spec" ||
 29362     test -n "$runpath_var" ||
 29363 @@ -10405,8 +11515,8 @@
 29364    # directories.
 29365    hardcode_action=unsupported
 29366  fi
 29367 -echo "$as_me:$LINENO: result: $hardcode_action" >&5
 29368 -echo "${ECHO_T}$hardcode_action" >&6
 29369 +{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
 29370 +echo "${ECHO_T}$hardcode_action" >&6; }
 29371  
 29372  if test "$hardcode_action" = relink ||
 29373     test "$inherit_rpath" = yes; then
 29374 @@ -10450,8 +11560,8 @@
 29375  
 29376    darwin*)
 29377    # if libdl is installed we need to link against it
 29378 -    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 29379 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 29380 +    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 29381 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 29382  if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 29383    echo $ECHO_N "(cached) $ECHO_C" >&6
 29384  else
 29385 @@ -10464,56 +11574,53 @@
 29386  cat >>conftest.$ac_ext <<_ACEOF
 29387  /* end confdefs.h.  */
 29388  
 29389 -/* Override any gcc2 internal prototype to avoid an error.  */
 29390 +/* Override any GCC internal prototype to avoid an error.
 29391 +   Use char because int might match the return type of a GCC
 29392 +   builtin and then its argument prototype would still apply.  */
 29393  #ifdef __cplusplus
 29394  extern "C"
 29395  #endif
 29396 -/* We use char because int might match the return type of a gcc2
 29397 -   builtin and then its argument prototype would still apply.  */
 29398  char dlopen ();
 29399  int
 29400  main ()
 29401  {
 29402 -dlopen ();
 29403 +return dlopen ();
 29404    ;
 29405    return 0;
 29406  }
 29407  _ACEOF
 29408  rm -f conftest.$ac_objext conftest$ac_exeext
 29409 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29410 -  (eval $ac_link) 2>conftest.er1
 29411 +if { (ac_try="$ac_link"
 29412 +case "(($ac_try" in
 29413 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29414 +  *) ac_try_echo=$ac_try;;
 29415 +esac
 29416 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29417 +  (eval "$ac_link") 2>conftest.er1
 29418    ac_status=$?
 29419    grep -v '^ *+' conftest.er1 >conftest.err
 29420    rm -f conftest.er1
 29421    cat conftest.err >&5
 29422    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29423 -  (exit $ac_status); } &&
 29424 -	 { ac_try='test -z "$ac_c_werror_flag"
 29425 -			 || test ! -s conftest.err'
 29426 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29427 -  (eval $ac_try) 2>&5
 29428 -  ac_status=$?
 29429 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29430 -  (exit $ac_status); }; } &&
 29431 -	 { ac_try='test -s conftest$ac_exeext'
 29432 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29433 -  (eval $ac_try) 2>&5
 29434 -  ac_status=$?
 29435 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29436 -  (exit $ac_status); }; }; then
 29437 +  (exit $ac_status); } && {
 29438 +	 test -z "$ac_c_werror_flag" ||
 29439 +	 test ! -s conftest.err
 29440 +       } && test -s conftest$ac_exeext &&
 29441 +       $as_test_x conftest$ac_exeext; then
 29442    ac_cv_lib_dl_dlopen=yes
 29443  else
 29444    echo "$as_me: failed program was:" >&5
 29445  sed 's/^/| /' conftest.$ac_ext >&5
 29446  
 29447 -ac_cv_lib_dl_dlopen=no
 29448 +	ac_cv_lib_dl_dlopen=no
 29449  fi
 29450 -rm -f conftest.err conftest.$ac_objext \
 29451 +
 29452 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29453        conftest$ac_exeext conftest.$ac_ext
 29454  LIBS=$ac_check_lib_save_LIBS
 29455  fi
 29456 -echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 29457 -echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 29458 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 29459 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 29460  if test $ac_cv_lib_dl_dlopen = yes; then
 29461    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 29462  else
 29463 @@ -10527,8 +11634,8 @@
 29464      ;;
 29465  
 29466    *)
 29467 -    echo "$as_me:$LINENO: checking for shl_load" >&5
 29468 -echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
 29469 +    { echo "$as_me:$LINENO: checking for shl_load" >&5
 29470 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
 29471  if test "${ac_cv_func_shl_load+set}" = set; then
 29472    echo $ECHO_N "(cached) $ECHO_C" >&6
 29473  else
 29474 @@ -10555,73 +11662,64 @@
 29475  
 29476  #undef shl_load
 29477  
 29478 -/* Override any gcc2 internal prototype to avoid an error.  */
 29479 +/* Override any GCC internal prototype to avoid an error.
 29480 +   Use char because int might match the return type of a GCC
 29481 +   builtin and then its argument prototype would still apply.  */
 29482  #ifdef __cplusplus
 29483  extern "C"
 29484 -{
 29485  #endif
 29486 -/* We use char because int might match the return type of a gcc2
 29487 -   builtin and then its argument prototype would still apply.  */
 29488  char shl_load ();
 29489  /* The GNU C library defines this for functions which it implements
 29490      to always fail with ENOSYS.  Some functions are actually named
 29491      something starting with __ and the normal name is an alias.  */
 29492 -#if defined (__stub_shl_load) || defined (__stub___shl_load)
 29493 +#if defined __stub_shl_load || defined __stub___shl_load
 29494  choke me
 29495 -#else
 29496 -char (*f) () = shl_load;
 29497 -#endif
 29498 -#ifdef __cplusplus
 29499 -}
 29500  #endif
 29501  
 29502  int
 29503  main ()
 29504  {
 29505 -return f != shl_load;
 29506 +return shl_load ();
 29507    ;
 29508    return 0;
 29509  }
 29510  _ACEOF
 29511  rm -f conftest.$ac_objext conftest$ac_exeext
 29512 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29513 -  (eval $ac_link) 2>conftest.er1
 29514 +if { (ac_try="$ac_link"
 29515 +case "(($ac_try" in
 29516 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29517 +  *) ac_try_echo=$ac_try;;
 29518 +esac
 29519 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29520 +  (eval "$ac_link") 2>conftest.er1
 29521    ac_status=$?
 29522    grep -v '^ *+' conftest.er1 >conftest.err
 29523    rm -f conftest.er1
 29524    cat conftest.err >&5
 29525    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29526 -  (exit $ac_status); } &&
 29527 -	 { ac_try='test -z "$ac_c_werror_flag"
 29528 -			 || test ! -s conftest.err'
 29529 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29530 -  (eval $ac_try) 2>&5
 29531 -  ac_status=$?
 29532 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29533 -  (exit $ac_status); }; } &&
 29534 -	 { ac_try='test -s conftest$ac_exeext'
 29535 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29536 -  (eval $ac_try) 2>&5
 29537 -  ac_status=$?
 29538 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29539 -  (exit $ac_status); }; }; then
 29540 +  (exit $ac_status); } && {
 29541 +	 test -z "$ac_c_werror_flag" ||
 29542 +	 test ! -s conftest.err
 29543 +       } && test -s conftest$ac_exeext &&
 29544 +       $as_test_x conftest$ac_exeext; then
 29545    ac_cv_func_shl_load=yes
 29546  else
 29547    echo "$as_me: failed program was:" >&5
 29548  sed 's/^/| /' conftest.$ac_ext >&5
 29549  
 29550 -ac_cv_func_shl_load=no
 29551 +	ac_cv_func_shl_load=no
 29552  fi
 29553 -rm -f conftest.err conftest.$ac_objext \
 29554 +
 29555 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29556        conftest$ac_exeext conftest.$ac_ext
 29557  fi
 29558 -echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 29559 -echo "${ECHO_T}$ac_cv_func_shl_load" >&6
 29560 +{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 29561 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 29562  if test $ac_cv_func_shl_load = yes; then
 29563    lt_cv_dlopen="shl_load"
 29564  else
 29565 -  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 29566 -echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
 29567 +  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 29568 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
 29569  if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 29570    echo $ECHO_N "(cached) $ECHO_C" >&6
 29571  else
 29572 @@ -10634,61 +11732,58 @@
 29573  cat >>conftest.$ac_ext <<_ACEOF
 29574  /* end confdefs.h.  */
 29575  
 29576 -/* Override any gcc2 internal prototype to avoid an error.  */
 29577 +/* Override any GCC internal prototype to avoid an error.
 29578 +   Use char because int might match the return type of a GCC
 29579 +   builtin and then its argument prototype would still apply.  */
 29580  #ifdef __cplusplus
 29581  extern "C"
 29582  #endif
 29583 -/* We use char because int might match the return type of a gcc2
 29584 -   builtin and then its argument prototype would still apply.  */
 29585  char shl_load ();
 29586  int
 29587  main ()
 29588  {
 29589 -shl_load ();
 29590 +return shl_load ();
 29591    ;
 29592    return 0;
 29593  }
 29594  _ACEOF
 29595  rm -f conftest.$ac_objext conftest$ac_exeext
 29596 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29597 -  (eval $ac_link) 2>conftest.er1
 29598 +if { (ac_try="$ac_link"
 29599 +case "(($ac_try" in
 29600 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29601 +  *) ac_try_echo=$ac_try;;
 29602 +esac
 29603 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29604 +  (eval "$ac_link") 2>conftest.er1
 29605    ac_status=$?
 29606    grep -v '^ *+' conftest.er1 >conftest.err
 29607    rm -f conftest.er1
 29608    cat conftest.err >&5
 29609    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29610 -  (exit $ac_status); } &&
 29611 -	 { ac_try='test -z "$ac_c_werror_flag"
 29612 -			 || test ! -s conftest.err'
 29613 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29614 -  (eval $ac_try) 2>&5
 29615 -  ac_status=$?
 29616 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29617 -  (exit $ac_status); }; } &&
 29618 -	 { ac_try='test -s conftest$ac_exeext'
 29619 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29620 -  (eval $ac_try) 2>&5
 29621 -  ac_status=$?
 29622 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29623 -  (exit $ac_status); }; }; then
 29624 +  (exit $ac_status); } && {
 29625 +	 test -z "$ac_c_werror_flag" ||
 29626 +	 test ! -s conftest.err
 29627 +       } && test -s conftest$ac_exeext &&
 29628 +       $as_test_x conftest$ac_exeext; then
 29629    ac_cv_lib_dld_shl_load=yes
 29630  else
 29631    echo "$as_me: failed program was:" >&5
 29632  sed 's/^/| /' conftest.$ac_ext >&5
 29633  
 29634 -ac_cv_lib_dld_shl_load=no
 29635 +	ac_cv_lib_dld_shl_load=no
 29636  fi
 29637 -rm -f conftest.err conftest.$ac_objext \
 29638 +
 29639 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29640        conftest$ac_exeext conftest.$ac_ext
 29641  LIBS=$ac_check_lib_save_LIBS
 29642  fi
 29643 -echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 29644 -echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
 29645 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 29646 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 29647  if test $ac_cv_lib_dld_shl_load = yes; then
 29648    lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 29649  else
 29650 -  echo "$as_me:$LINENO: checking for dlopen" >&5
 29651 -echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
 29652 +  { echo "$as_me:$LINENO: checking for dlopen" >&5
 29653 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 29654  if test "${ac_cv_func_dlopen+set}" = set; then
 29655    echo $ECHO_N "(cached) $ECHO_C" >&6
 29656  else
 29657 @@ -10715,73 +11810,64 @@
 29658  
 29659  #undef dlopen
 29660  
 29661 -/* Override any gcc2 internal prototype to avoid an error.  */
 29662 +/* Override any GCC internal prototype to avoid an error.
 29663 +   Use char because int might match the return type of a GCC
 29664 +   builtin and then its argument prototype would still apply.  */
 29665  #ifdef __cplusplus
 29666  extern "C"
 29667 -{
 29668  #endif
 29669 -/* We use char because int might match the return type of a gcc2
 29670 -   builtin and then its argument prototype would still apply.  */
 29671  char dlopen ();
 29672  /* The GNU C library defines this for functions which it implements
 29673      to always fail with ENOSYS.  Some functions are actually named
 29674      something starting with __ and the normal name is an alias.  */
 29675 -#if defined (__stub_dlopen) || defined (__stub___dlopen)
 29676 +#if defined __stub_dlopen || defined __stub___dlopen
 29677  choke me
 29678 -#else
 29679 -char (*f) () = dlopen;
 29680 -#endif
 29681 -#ifdef __cplusplus
 29682 -}
 29683  #endif
 29684  
 29685  int
 29686  main ()
 29687  {
 29688 -return f != dlopen;
 29689 +return dlopen ();
 29690    ;
 29691    return 0;
 29692  }
 29693  _ACEOF
 29694  rm -f conftest.$ac_objext conftest$ac_exeext
 29695 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29696 -  (eval $ac_link) 2>conftest.er1
 29697 +if { (ac_try="$ac_link"
 29698 +case "(($ac_try" in
 29699 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29700 +  *) ac_try_echo=$ac_try;;
 29701 +esac
 29702 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29703 +  (eval "$ac_link") 2>conftest.er1
 29704    ac_status=$?
 29705    grep -v '^ *+' conftest.er1 >conftest.err
 29706    rm -f conftest.er1
 29707    cat conftest.err >&5
 29708    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29709 -  (exit $ac_status); } &&
 29710 -	 { ac_try='test -z "$ac_c_werror_flag"
 29711 -			 || test ! -s conftest.err'
 29712 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29713 -  (eval $ac_try) 2>&5
 29714 -  ac_status=$?
 29715 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29716 -  (exit $ac_status); }; } &&
 29717 -	 { ac_try='test -s conftest$ac_exeext'
 29718 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29719 -  (eval $ac_try) 2>&5
 29720 -  ac_status=$?
 29721 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29722 -  (exit $ac_status); }; }; then
 29723 +  (exit $ac_status); } && {
 29724 +	 test -z "$ac_c_werror_flag" ||
 29725 +	 test ! -s conftest.err
 29726 +       } && test -s conftest$ac_exeext &&
 29727 +       $as_test_x conftest$ac_exeext; then
 29728    ac_cv_func_dlopen=yes
 29729  else
 29730    echo "$as_me: failed program was:" >&5
 29731  sed 's/^/| /' conftest.$ac_ext >&5
 29732  
 29733 -ac_cv_func_dlopen=no
 29734 +	ac_cv_func_dlopen=no
 29735  fi
 29736 -rm -f conftest.err conftest.$ac_objext \
 29737 +
 29738 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29739        conftest$ac_exeext conftest.$ac_ext
 29740  fi
 29741 -echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 29742 -echo "${ECHO_T}$ac_cv_func_dlopen" >&6
 29743 +{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 29744 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 29745  if test $ac_cv_func_dlopen = yes; then
 29746    lt_cv_dlopen="dlopen"
 29747  else
 29748 -  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 29749 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 29750 +  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 29751 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 29752  if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 29753    echo $ECHO_N "(cached) $ECHO_C" >&6
 29754  else
 29755 @@ -10794,61 +11880,58 @@
 29756  cat >>conftest.$ac_ext <<_ACEOF
 29757  /* end confdefs.h.  */
 29758  
 29759 -/* Override any gcc2 internal prototype to avoid an error.  */
 29760 +/* Override any GCC internal prototype to avoid an error.
 29761 +   Use char because int might match the return type of a GCC
 29762 +   builtin and then its argument prototype would still apply.  */
 29763  #ifdef __cplusplus
 29764  extern "C"
 29765  #endif
 29766 -/* We use char because int might match the return type of a gcc2
 29767 -   builtin and then its argument prototype would still apply.  */
 29768  char dlopen ();
 29769  int
 29770  main ()
 29771  {
 29772 -dlopen ();
 29773 +return dlopen ();
 29774    ;
 29775    return 0;
 29776  }
 29777  _ACEOF
 29778  rm -f conftest.$ac_objext conftest$ac_exeext
 29779 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29780 -  (eval $ac_link) 2>conftest.er1
 29781 +if { (ac_try="$ac_link"
 29782 +case "(($ac_try" in
 29783 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29784 +  *) ac_try_echo=$ac_try;;
 29785 +esac
 29786 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29787 +  (eval "$ac_link") 2>conftest.er1
 29788    ac_status=$?
 29789    grep -v '^ *+' conftest.er1 >conftest.err
 29790    rm -f conftest.er1
 29791    cat conftest.err >&5
 29792    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29793 -  (exit $ac_status); } &&
 29794 -	 { ac_try='test -z "$ac_c_werror_flag"
 29795 -			 || test ! -s conftest.err'
 29796 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29797 -  (eval $ac_try) 2>&5
 29798 -  ac_status=$?
 29799 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29800 -  (exit $ac_status); }; } &&
 29801 -	 { ac_try='test -s conftest$ac_exeext'
 29802 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29803 -  (eval $ac_try) 2>&5
 29804 -  ac_status=$?
 29805 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29806 -  (exit $ac_status); }; }; then
 29807 +  (exit $ac_status); } && {
 29808 +	 test -z "$ac_c_werror_flag" ||
 29809 +	 test ! -s conftest.err
 29810 +       } && test -s conftest$ac_exeext &&
 29811 +       $as_test_x conftest$ac_exeext; then
 29812    ac_cv_lib_dl_dlopen=yes
 29813  else
 29814    echo "$as_me: failed program was:" >&5
 29815  sed 's/^/| /' conftest.$ac_ext >&5
 29816  
 29817 -ac_cv_lib_dl_dlopen=no
 29818 +	ac_cv_lib_dl_dlopen=no
 29819  fi
 29820 -rm -f conftest.err conftest.$ac_objext \
 29821 +
 29822 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29823        conftest$ac_exeext conftest.$ac_ext
 29824  LIBS=$ac_check_lib_save_LIBS
 29825  fi
 29826 -echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 29827 -echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 29828 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 29829 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 29830  if test $ac_cv_lib_dl_dlopen = yes; then
 29831    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 29832  else
 29833 -  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 29834 -echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
 29835 +  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 29836 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 29837  if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 29838    echo $ECHO_N "(cached) $ECHO_C" >&6
 29839  else
 29840 @@ -10861,61 +11944,58 @@
 29841  cat >>conftest.$ac_ext <<_ACEOF
 29842  /* end confdefs.h.  */
 29843  
 29844 -/* Override any gcc2 internal prototype to avoid an error.  */
 29845 +/* Override any GCC internal prototype to avoid an error.
 29846 +   Use char because int might match the return type of a GCC
 29847 +   builtin and then its argument prototype would still apply.  */
 29848  #ifdef __cplusplus
 29849  extern "C"
 29850  #endif
 29851 -/* We use char because int might match the return type of a gcc2
 29852 -   builtin and then its argument prototype would still apply.  */
 29853  char dlopen ();
 29854  int
 29855  main ()
 29856  {
 29857 -dlopen ();
 29858 +return dlopen ();
 29859    ;
 29860    return 0;
 29861  }
 29862  _ACEOF
 29863  rm -f conftest.$ac_objext conftest$ac_exeext
 29864 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29865 -  (eval $ac_link) 2>conftest.er1
 29866 +if { (ac_try="$ac_link"
 29867 +case "(($ac_try" in
 29868 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29869 +  *) ac_try_echo=$ac_try;;
 29870 +esac
 29871 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29872 +  (eval "$ac_link") 2>conftest.er1
 29873    ac_status=$?
 29874    grep -v '^ *+' conftest.er1 >conftest.err
 29875    rm -f conftest.er1
 29876    cat conftest.err >&5
 29877    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29878 -  (exit $ac_status); } &&
 29879 -	 { ac_try='test -z "$ac_c_werror_flag"
 29880 -			 || test ! -s conftest.err'
 29881 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29882 -  (eval $ac_try) 2>&5
 29883 -  ac_status=$?
 29884 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29885 -  (exit $ac_status); }; } &&
 29886 -	 { ac_try='test -s conftest$ac_exeext'
 29887 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29888 -  (eval $ac_try) 2>&5
 29889 -  ac_status=$?
 29890 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29891 -  (exit $ac_status); }; }; then
 29892 +  (exit $ac_status); } && {
 29893 +	 test -z "$ac_c_werror_flag" ||
 29894 +	 test ! -s conftest.err
 29895 +       } && test -s conftest$ac_exeext &&
 29896 +       $as_test_x conftest$ac_exeext; then
 29897    ac_cv_lib_svld_dlopen=yes
 29898  else
 29899    echo "$as_me: failed program was:" >&5
 29900  sed 's/^/| /' conftest.$ac_ext >&5
 29901  
 29902 -ac_cv_lib_svld_dlopen=no
 29903 +	ac_cv_lib_svld_dlopen=no
 29904  fi
 29905 -rm -f conftest.err conftest.$ac_objext \
 29906 +
 29907 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29908        conftest$ac_exeext conftest.$ac_ext
 29909  LIBS=$ac_check_lib_save_LIBS
 29910  fi
 29911 -echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 29912 -echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
 29913 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 29914 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 29915  if test $ac_cv_lib_svld_dlopen = yes; then
 29916    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 29917  else
 29918 -  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 29919 -echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
 29920 +  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 29921 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
 29922  if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 29923    echo $ECHO_N "(cached) $ECHO_C" >&6
 29924  else
 29925 @@ -10928,56 +12008,53 @@
 29926  cat >>conftest.$ac_ext <<_ACEOF
 29927  /* end confdefs.h.  */
 29928  
 29929 -/* Override any gcc2 internal prototype to avoid an error.  */
 29930 +/* Override any GCC internal prototype to avoid an error.
 29931 +   Use char because int might match the return type of a GCC
 29932 +   builtin and then its argument prototype would still apply.  */
 29933  #ifdef __cplusplus
 29934  extern "C"
 29935  #endif
 29936 -/* We use char because int might match the return type of a gcc2
 29937 -   builtin and then its argument prototype would still apply.  */
 29938  char dld_link ();
 29939  int
 29940  main ()
 29941  {
 29942 -dld_link ();
 29943 +return dld_link ();
 29944    ;
 29945    return 0;
 29946  }
 29947  _ACEOF
 29948  rm -f conftest.$ac_objext conftest$ac_exeext
 29949 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 29950 -  (eval $ac_link) 2>conftest.er1
 29951 +if { (ac_try="$ac_link"
 29952 +case "(($ac_try" in
 29953 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 29954 +  *) ac_try_echo=$ac_try;;
 29955 +esac
 29956 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 29957 +  (eval "$ac_link") 2>conftest.er1
 29958    ac_status=$?
 29959    grep -v '^ *+' conftest.er1 >conftest.err
 29960    rm -f conftest.er1
 29961    cat conftest.err >&5
 29962    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29963 -  (exit $ac_status); } &&
 29964 -	 { ac_try='test -z "$ac_c_werror_flag"
 29965 -			 || test ! -s conftest.err'
 29966 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29967 -  (eval $ac_try) 2>&5
 29968 -  ac_status=$?
 29969 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29970 -  (exit $ac_status); }; } &&
 29971 -	 { ac_try='test -s conftest$ac_exeext'
 29972 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 29973 -  (eval $ac_try) 2>&5
 29974 -  ac_status=$?
 29975 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 29976 -  (exit $ac_status); }; }; then
 29977 +  (exit $ac_status); } && {
 29978 +	 test -z "$ac_c_werror_flag" ||
 29979 +	 test ! -s conftest.err
 29980 +       } && test -s conftest$ac_exeext &&
 29981 +       $as_test_x conftest$ac_exeext; then
 29982    ac_cv_lib_dld_dld_link=yes
 29983  else
 29984    echo "$as_me: failed program was:" >&5
 29985  sed 's/^/| /' conftest.$ac_ext >&5
 29986  
 29987 -ac_cv_lib_dld_dld_link=no
 29988 +	ac_cv_lib_dld_dld_link=no
 29989  fi
 29990 -rm -f conftest.err conftest.$ac_objext \
 29991 +
 29992 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 29993        conftest$ac_exeext conftest.$ac_ext
 29994  LIBS=$ac_check_lib_save_LIBS
 29995  fi
 29996 -echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 29997 -echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
 29998 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 29999 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 30000  if test $ac_cv_lib_dld_dld_link = yes; then
 30001    lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 30002  fi
 30003 @@ -11017,8 +12094,8 @@
 30004      save_LIBS="$LIBS"
 30005      LIBS="$lt_cv_dlopen_libs $LIBS"
 30006  
 30007 -    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 30008 -echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
 30009 +    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 30010 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 30011  if test "${lt_cv_dlopen_self+set}" = set; then
 30012    echo $ECHO_N "(cached) $ECHO_C" >&6
 30013  else
 30014 @@ -11028,7 +12105,7 @@
 30015    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 30016    lt_status=$lt_dlunknown
 30017    cat > conftest.$ac_ext <<_LT_EOF
 30018 -#line 11031 "configure"
 30019 +#line 12108 "configure"
 30020  #include "confdefs.h"
 30021  
 30022  #if HAVE_DLFCN_H
 30023 @@ -11108,13 +12185,13 @@
 30024  
 30025  
 30026  fi
 30027 -echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 30028 -echo "${ECHO_T}$lt_cv_dlopen_self" >&6
 30029 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 30030 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
 30031  
 30032      if test "x$lt_cv_dlopen_self" = xyes; then
 30033        wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 30034 -      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 30035 -echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
 30036 +      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 30037 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 30038  if test "${lt_cv_dlopen_self_static+set}" = set; then
 30039    echo $ECHO_N "(cached) $ECHO_C" >&6
 30040  else
 30041 @@ -11124,7 +12201,7 @@
 30042    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 30043    lt_status=$lt_dlunknown
 30044    cat > conftest.$ac_ext <<_LT_EOF
 30045 -#line 11127 "configure"
 30046 +#line 12204 "configure"
 30047  #include "confdefs.h"
 30048  
 30049  #if HAVE_DLFCN_H
 30050 @@ -11204,8 +12281,8 @@
 30051  
 30052  
 30053  fi
 30054 -echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 30055 -echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
 30056 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 30057 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
 30058      fi
 30059  
 30060      CPPFLAGS="$save_CPPFLAGS"
 30061 @@ -11243,13 +12320,13 @@
 30062  
 30063  striplib=
 30064  old_striplib=
 30065 -echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 30066 -echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
 30067 +{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 30068 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 30069  if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 30070    test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 30071    test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 30072 -  echo "$as_me:$LINENO: result: yes" >&5
 30073 -echo "${ECHO_T}yes" >&6
 30074 +  { echo "$as_me:$LINENO: result: yes" >&5
 30075 +echo "${ECHO_T}yes" >&6; }
 30076  else
 30077  # FIXME - insert some real tests, host_os isn't really good enough
 30078    case $host_os in
 30079 @@ -11257,16 +12334,16 @@
 30080      if test -n "$STRIP" ; then
 30081        striplib="$STRIP -x"
 30082        old_striplib="$STRIP -S"
 30083 -      echo "$as_me:$LINENO: result: yes" >&5
 30084 -echo "${ECHO_T}yes" >&6
 30085 +      { echo "$as_me:$LINENO: result: yes" >&5
 30086 +echo "${ECHO_T}yes" >&6; }
 30087      else
 30088 -      echo "$as_me:$LINENO: result: no" >&5
 30089 -echo "${ECHO_T}no" >&6
 30090 +      { echo "$as_me:$LINENO: result: no" >&5
 30091 +echo "${ECHO_T}no" >&6; }
 30092      fi
 30093      ;;
 30094    *)
 30095 -    echo "$as_me:$LINENO: result: no" >&5
 30096 -echo "${ECHO_T}no" >&6
 30097 +    { echo "$as_me:$LINENO: result: no" >&5
 30098 +echo "${ECHO_T}no" >&6; }
 30099      ;;
 30100    esac
 30101  fi
 30102 @@ -11283,13 +12360,13 @@
 30103  
 30104  
 30105    # Report which library types will actually be built
 30106 -  echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 30107 -echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
 30108 -  echo "$as_me:$LINENO: result: $can_build_shared" >&5
 30109 -echo "${ECHO_T}$can_build_shared" >&6
 30110 +  { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 30111 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 30112 +  { echo "$as_me:$LINENO: result: $can_build_shared" >&5
 30113 +echo "${ECHO_T}$can_build_shared" >&6; }
 30114  
 30115 -  echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 30116 -echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
 30117 +  { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 30118 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 30119    test "$can_build_shared" = "no" && enable_shared=no
 30120  
 30121    # On AIX, shared libraries and static libraries use the same namespace, and
 30122 @@ -11309,15 +12386,15 @@
 30123      fi
 30124      ;;
 30125    esac
 30126 -  echo "$as_me:$LINENO: result: $enable_shared" >&5
 30127 -echo "${ECHO_T}$enable_shared" >&6
 30128 +  { echo "$as_me:$LINENO: result: $enable_shared" >&5
 30129 +echo "${ECHO_T}$enable_shared" >&6; }
 30130  
 30131 -  echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 30132 -echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
 30133 +  { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 30134 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 30135    # Make sure either enable_shared or enable_static is yes.
 30136    test "$enable_shared" = yes || enable_static=yes
 30137 -  echo "$as_me:$LINENO: result: $enable_static" >&5
 30138 -echo "${ECHO_T}$enable_static" >&6
 30139 +  { echo "$as_me:$LINENO: result: $enable_static" >&5
 30140 +echo "${ECHO_T}$enable_static" >&6; }
 30141  
 30142  
 30143  
 30144 @@ -11343,7 +12420,7 @@
 30145  
 30146  
 30147  
 30148 -                  ac_config_commands="$ac_config_commands libtool"
 30149 +        ac_config_commands="$ac_config_commands libtool"
 30150  
 30151  
 30152  
 30153 @@ -11355,101 +12432,55 @@
 30154  
 30155  if test -n "${sys_dir}"; then
 30156    case ${sys_dir} in
 30157 -	a29khif)
 30158 -
 30159 -subdirs="$subdirs a29khif"
 30160 +	a29khif) subdirs="$subdirs a29khif"
 30161   ;;
 30162 -	arc)
 30163 -
 30164 -subdirs="$subdirs arc"
 30165 +	arc) subdirs="$subdirs arc"
 30166   ;;
 30167 -	arm)
 30168 -
 30169 -subdirs="$subdirs arm"
 30170 +	arm) subdirs="$subdirs arm"
 30171   ;;
 30172 -	d10v)
 30173 -
 30174 -subdirs="$subdirs d10v"
 30175 +	avr32) subdirs="$subdirs avr32"
 30176   ;;
 30177 -	decstation)
 30178 -
 30179 -subdirs="$subdirs decstation"
 30180 +	d10v) subdirs="$subdirs d10v"
 30181   ;;
 30182 -	h8300hms)
 30183 -
 30184 -subdirs="$subdirs h8300hms"
 30185 +	decstation) subdirs="$subdirs decstation"
 30186   ;;
 30187 -	h8500hms)
 30188 -
 30189 -subdirs="$subdirs h8500hms"
 30190 +	h8300hms) subdirs="$subdirs h8300hms"
 30191   ;;
 30192 -	linux)
 30193 -
 30194 -subdirs="$subdirs linux"
 30195 +	h8500hms) subdirs="$subdirs h8500hms"
 30196   ;;
 30197 -	m88kbug)
 30198 -
 30199 -subdirs="$subdirs m88kbug"
 30200 +	linux) subdirs="$subdirs linux"
 30201   ;;
 30202 -	mmixware)
 30203 -
 30204 -subdirs="$subdirs mmixware"
 30205 +	m88kbug) subdirs="$subdirs m88kbug"
 30206   ;;
 30207 -	netware)
 30208 -
 30209 -subdirs="$subdirs netware"
 30210 +	mmixware) subdirs="$subdirs mmixware"
 30211   ;;
 30212 -	rdos)
 30213 -
 30214 -subdirs="$subdirs rdos"
 30215 +	netware) subdirs="$subdirs netware"
 30216   ;;
 30217 -	rtems)
 30218 -
 30219 -subdirs="$subdirs rtems"
 30220 +	rdos) subdirs="$subdirs rdos"
 30221   ;;
 30222 -	sh)
 30223 -
 30224 -subdirs="$subdirs sh"
 30225 +	rtems) subdirs="$subdirs rtems"
 30226   ;;
 30227 -	sparc64)
 30228 -
 30229 -subdirs="$subdirs sparc64"
 30230 +	sh) subdirs="$subdirs sh"
 30231   ;;
 30232 -	sun4)
 30233 -
 30234 -subdirs="$subdirs sun4"
 30235 +	sparc64) subdirs="$subdirs sparc64"
 30236   ;;
 30237 -	sysmec)
 30238 -
 30239 -subdirs="$subdirs sysmec"
 30240 +	sun4) subdirs="$subdirs sun4"
 30241   ;;
 30242 -	sysnec810)
 30243 -
 30244 -subdirs="$subdirs sysnec810"
 30245 +	sysmec) subdirs="$subdirs sysmec"
 30246   ;;
 30247 -	sysnecv850)
 30248 -
 30249 -subdirs="$subdirs sysnecv850"
 30250 +	sysnec810) subdirs="$subdirs sysnec810"
 30251   ;;
 30252 -	sysvi386)
 30253 -
 30254 -subdirs="$subdirs sysvi386"
 30255 +	sysnecv850) subdirs="$subdirs sysnecv850"
 30256   ;;
 30257 -	sysvnecv70)
 30258 -
 30259 -subdirs="$subdirs sysvnecv70"
 30260 +	sysvi386) subdirs="$subdirs sysvi386"
 30261   ;;
 30262 -	tic80)
 30263 -
 30264 -subdirs="$subdirs tic80"
 30265 +	sysvnecv70) subdirs="$subdirs sysvnecv70"
 30266   ;;
 30267 -	w65)
 30268 -
 30269 -subdirs="$subdirs w65"
 30270 +	tic80) subdirs="$subdirs tic80"
 30271   ;;
 30272 -	z8ksim)
 30273 -
 30274 -subdirs="$subdirs z8ksim"
 30275 +	w65) subdirs="$subdirs w65"
 30276 + ;;
 30277 +	z8ksim) subdirs="$subdirs z8ksim"
 30278   ;;
 30279    esac;
 30280  fi
 30281 @@ -11471,7 +12502,7 @@
 30282  fi
 30283  
 30284  
 30285 -          ac_config_files="$ac_config_files Makefile"
 30286 +ac_config_files="$ac_config_files Makefile"
 30287  
 30288  cat >confcache <<\_ACEOF
 30289  # This file is a shell script that caches the results of configure
 30290 @@ -11491,39 +12522,58 @@
 30291  
 30292  # The following way of writing the cache mishandles newlines in values,
 30293  # but we know of no workaround that is simple, portable, and efficient.
 30294 -# So, don't put newlines in cache variables' values.
 30295 +# So, we kill variables containing newlines.
 30296  # Ultrix sh set writes to stderr and can't be redirected directly,
 30297  # and sets the high bit in the cache file unless we assign to the vars.
 30298 -{
 30299 +(
 30300 +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 30301 +    eval ac_val=\$$ac_var
 30302 +    case $ac_val in #(
 30303 +    *${as_nl}*)
 30304 +      case $ac_var in #(
 30305 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 30306 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 30307 +      esac
 30308 +      case $ac_var in #(
 30309 +      _ | IFS | as_nl) ;; #(
 30310 +      *) $as_unset $ac_var ;;
 30311 +      esac ;;
 30312 +    esac
 30313 +  done
 30314 +
 30315    (set) 2>&1 |
 30316 -    case `(ac_space=' '; set | grep ac_space) 2>&1` in
 30317 -    *ac_space=\ *)
 30318 +    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 30319 +    *${as_nl}ac_space=\ *)
 30320        # `set' does not quote correctly, so add quotes (double-quote
 30321        # substitution turns \\\\ into \\, and sed turns \\ into \).
 30322        sed -n \
 30323  	"s/'/'\\\\''/g;
 30324  	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 30325 -      ;;
 30326 +      ;; #(
 30327      *)
 30328        # `set' quotes correctly as required by POSIX, so do not add quotes.
 30329 -      sed -n \
 30330 -	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 30331 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 30332        ;;
 30333 -    esac;
 30334 -} |
 30335 +    esac |
 30336 +    sort
 30337 +) |
 30338    sed '
 30339 +     /^ac_cv_env_/b end
 30340       t clear
 30341 -     : clear
 30342 +     :clear
 30343       s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 30344       t end
 30345 -     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 30346 -     : end' >>confcache
 30347 -if diff $cache_file confcache >/dev/null 2>&1; then :; else
 30348 -  if test -w $cache_file; then
 30349 -    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
 30350 +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 30351 +     :end' >>confcache
 30352 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 30353 +  if test -w "$cache_file"; then
 30354 +    test "x$cache_file" != "x/dev/null" &&
 30355 +      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 30356 +echo "$as_me: updating cache $cache_file" >&6;}
 30357      cat confcache >$cache_file
 30358    else
 30359 -    echo "not updating unwritable cache $cache_file"
 30360 +    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 30361 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 30362    fi
 30363  fi
 30364  rm -f confcache
 30365 @@ -11532,63 +12582,48 @@
 30366  # Let make expand exec_prefix.
 30367  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 30368  
 30369 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
 30370 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 30371 -# trailing colons and then remove the whole line if VPATH becomes empty
 30372 -# (actually we leave an empty line to preserve line numbers).
 30373 -if test "x$srcdir" = x.; then
 30374 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 30375 -s/:*\$(srcdir):*/:/;
 30376 -s/:*\${srcdir}:*/:/;
 30377 -s/:*@srcdir@:*/:/;
 30378 -s/^\([^=]*=[	 ]*\):*/\1/;
 30379 -s/:*$//;
 30380 -s/^[^=]*=[	 ]*$//;
 30381 -}'
 30382 -fi
 30383 -
 30384  # Transform confdefs.h into DEFS.
 30385  # Protect against shell expansion while executing Makefile rules.
 30386  # Protect against Makefile macro expansion.
 30387  #
 30388  # If the first sed substitution is executed (which looks for macros that
 30389 -# take arguments), then we branch to the quote section.  Otherwise,
 30390 +# take arguments), then branch to the quote section.  Otherwise,
 30391  # look for a macro that doesn't take arguments.
 30392 -cat >confdef2opt.sed <<\_ACEOF
 30393 +ac_script='
 30394  t clear
 30395 -: clear
 30396 -s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
 30397 +:clear
 30398 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
 30399  t quote
 30400 -s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
 30401 +s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
 30402  t quote
 30403 -d
 30404 -: quote
 30405 -s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
 30406 -s,\[,\\&,g
 30407 -s,\],\\&,g
 30408 -s,\$,$$,g
 30409 -p
 30410 -_ACEOF
 30411 -# We use echo to avoid assuming a particular line-breaking character.
 30412 -# The extra dot is to prevent the shell from consuming trailing
 30413 -# line-breaks from the sub-command output.  A line-break within
 30414 -# single-quotes doesn't work because, if this script is created in a
 30415 -# platform that uses two characters for line-breaks (e.g., DOS), tr
 30416 -# would break.
 30417 -ac_LF_and_DOT=`echo; echo .`
 30418 -DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
 30419 -rm -f confdef2opt.sed
 30420 +b any
 30421 +:quote
 30422 +s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
 30423 +s/\[/\\&/g
 30424 +s/\]/\\&/g
 30425 +s/\$/$$/g
 30426 +H
 30427 +:any
 30428 +${
 30429 +	g
 30430 +	s/^\n//
 30431 +	s/\n/ /g
 30432 +	p
 30433 +}
 30434 +'
 30435 +DEFS=`sed -n "$ac_script" confdefs.h`
 30436  
 30437  
 30438  ac_libobjs=
 30439  ac_ltlibobjs=
 30440  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 30441    # 1. Remove the extension, and $U if already installed.
 30442 -  ac_i=`echo "$ac_i" |
 30443 -	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
 30444 -  # 2. Add them.
 30445 -  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
 30446 -  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 30447 +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 30448 +  ac_i=`echo "$ac_i" | sed "$ac_script"`
 30449 +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 30450 +  #    will be set to the directory where LIBOBJS objects are built.
 30451 +  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 30452 +  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 30453  done
 30454  LIBOBJS=$ac_libobjs
 30455  
 30456 @@ -11703,17 +12738,45 @@
 30457  ## M4sh Initialization.  ##
 30458  ## --------------------- ##
 30459  
 30460 -# Be Bourne compatible
 30461 +# Be more Bourne compatible
 30462 +DUALCASE=1; export DUALCASE # for MKS sh
 30463  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 30464    emulate sh
 30465    NULLCMD=:
 30466    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 30467    # is contrary to our usage.  Disable this feature.
 30468    alias -g '${1+"$@"}'='"$@"'
 30469 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 30470 -  set -o posix
 30471 +  setopt NO_GLOB_SUBST
 30472 +else
 30473 +  case `(set -o) 2>/dev/null` in
 30474 +  *posix*) set -o posix ;;
 30475 +esac
 30476 +
 30477 +fi
 30478 +
 30479 +
 30480 +
 30481 +
 30482 +# PATH needs CR
 30483 +# Avoid depending upon Character Ranges.
 30484 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 30485 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 30486 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 30487 +as_cr_digits='0123456789'
 30488 +as_cr_alnum=$as_cr_Letters$as_cr_digits
 30489 +
 30490 +# The user is always right.
 30491 +if test "${PATH_SEPARATOR+set}" != set; then
 30492 +  echo "#! /bin/sh" >conf$$.sh
 30493 +  echo  "exit 0"   >>conf$$.sh
 30494 +  chmod +x conf$$.sh
 30495 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 30496 +    PATH_SEPARATOR=';'
 30497 +  else
 30498 +    PATH_SEPARATOR=:
 30499 +  fi
 30500 +  rm -f conf$$.sh
 30501  fi
 30502 -DUALCASE=1; export DUALCASE # for MKS sh
 30503  
 30504  # Support unset when possible.
 30505  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 30506 @@ -11723,8 +12786,43 @@
 30507  fi
 30508  
 30509  
 30510 +# IFS
 30511 +# We need space, tab and new line, in precisely that order.  Quoting is
 30512 +# there to prevent editors from complaining about space-tab.
 30513 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 30514 +# splitting by setting IFS to empty value.)
 30515 +as_nl='
 30516 +'
 30517 +IFS=" ""	$as_nl"
 30518 +
 30519 +# Find who we are.  Look in the path if we contain no directory separator.
 30520 +case $0 in
 30521 +  *[\\/]* ) as_myself=$0 ;;
 30522 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 30523 +for as_dir in $PATH
 30524 +do
 30525 +  IFS=$as_save_IFS
 30526 +  test -z "$as_dir" && as_dir=.
 30527 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 30528 +done
 30529 +IFS=$as_save_IFS
 30530 +
 30531 +     ;;
 30532 +esac
 30533 +# We did not find ourselves, most probably we were run as `sh COMMAND'
 30534 +# in which case we are not to be found in the path.
 30535 +if test "x$as_myself" = x; then
 30536 +  as_myself=$0
 30537 +fi
 30538 +if test ! -f "$as_myself"; then
 30539 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 30540 +  { (exit 1); exit 1; }
 30541 +fi
 30542 +
 30543  # Work around bugs in pre-3.0 UWIN ksh.
 30544 -$as_unset ENV MAIL MAILPATH
 30545 +for as_var in ENV MAIL MAILPATH
 30546 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 30547 +done
 30548  PS1='$ '
 30549  PS2='> '
 30550  PS4='+ '
 30551 @@ -11738,18 +12836,19 @@
 30552    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 30553      eval $as_var=C; export $as_var
 30554    else
 30555 -    $as_unset $as_var
 30556 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 30557    fi
 30558  done
 30559  
 30560  # Required to use basename.
 30561 -if expr a : '\(a\)' >/dev/null 2>&1; then
 30562 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 30563 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 30564    as_expr=expr
 30565  else
 30566    as_expr=false
 30567  fi
 30568  
 30569 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 30570 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 30571    as_basename=basename
 30572  else
 30573    as_basename=false
 30574 @@ -11757,159 +12856,120 @@
 30575  
 30576  
 30577  # Name of the executable.
 30578 -as_me=`$as_basename "$0" ||
 30579 +as_me=`$as_basename -- "$0" ||
 30580  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 30581  	 X"$0" : 'X\(//\)$' \| \
 30582 -	 X"$0" : 'X\(/\)$' \| \
 30583 -	 .     : '\(.\)' 2>/dev/null ||
 30584 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 30585  echo X/"$0" |
 30586 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 30587 -  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
 30588 -  	  /^X\/\(\/\).*/{ s//\1/; q; }
 30589 -  	  s/.*/./; q'`
 30590 -
 30591 -
 30592 -# PATH needs CR, and LINENO needs CR and PATH.
 30593 -# Avoid depending upon Character Ranges.
 30594 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 30595 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 30596 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 30597 -as_cr_digits='0123456789'
 30598 -as_cr_alnum=$as_cr_Letters$as_cr_digits
 30599 -
 30600 -# The user is always right.
 30601 -if test "${PATH_SEPARATOR+set}" != set; then
 30602 -  echo "#! /bin/sh" >conf$$.sh
 30603 -  echo  "exit 0"   >>conf$$.sh
 30604 -  chmod +x conf$$.sh
 30605 -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 30606 -    PATH_SEPARATOR=';'
 30607 -  else
 30608 -    PATH_SEPARATOR=:
 30609 -  fi
 30610 -  rm -f conf$$.sh
 30611 -fi
 30612 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
 30613 +	    s//\1/
 30614 +	    q
 30615 +	  }
 30616 +	  /^X\/\(\/\/\)$/{
 30617 +	    s//\1/
 30618 +	    q
 30619 +	  }
 30620 +	  /^X\/\(\/\).*/{
 30621 +	    s//\1/
 30622 +	    q
 30623 +	  }
 30624 +	  s/.*/./; q'`
 30625 +
 30626 +# CDPATH.
 30627 +$as_unset CDPATH
 30628  
 30629  
 30630 -  as_lineno_1=$LINENO
 30631 -  as_lineno_2=$LINENO
 30632 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 30633 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
 30634 -  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 30635 -  # Find who we are.  Look in the path if we contain no path at all
 30636 -  # relative or not.
 30637 -  case $0 in
 30638 -    *[\\/]* ) as_myself=$0 ;;
 30639 -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 30640 -for as_dir in $PATH
 30641 -do
 30642 -  IFS=$as_save_IFS
 30643 -  test -z "$as_dir" && as_dir=.
 30644 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 30645 -done
 30646  
 30647 -       ;;
 30648 -  esac
 30649 -  # We did not find ourselves, most probably we were run as `sh COMMAND'
 30650 -  # in which case we are not to be found in the path.
 30651 -  if test "x$as_myself" = x; then
 30652 -    as_myself=$0
 30653 -  fi
 30654 -  if test ! -f "$as_myself"; then
 30655 -    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
 30656 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
 30657 -   { (exit 1); exit 1; }; }
 30658 -  fi
 30659 -  case $CONFIG_SHELL in
 30660 -  '')
 30661 -    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 30662 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 30663 -do
 30664 -  IFS=$as_save_IFS
 30665 -  test -z "$as_dir" && as_dir=.
 30666 -  for as_base in sh bash ksh sh5; do
 30667 -	 case $as_dir in
 30668 -	 /*)
 30669 -	   if ("$as_dir/$as_base" -c '
 30670    as_lineno_1=$LINENO
 30671    as_lineno_2=$LINENO
 30672 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 30673    test "x$as_lineno_1" != "x$as_lineno_2" &&
 30674 -  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 30675 -	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 30676 -	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 30677 -	     CONFIG_SHELL=$as_dir/$as_base
 30678 -	     export CONFIG_SHELL
 30679 -	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 30680 -	   fi;;
 30681 -	 esac
 30682 -       done
 30683 -done
 30684 -;;
 30685 -  esac
 30686 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 30687  
 30688    # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 30689    # uniformly replaced by the line number.  The first 'sed' inserts a
 30690 -  # line-number line before each line; the second 'sed' does the real
 30691 -  # work.  The second script uses 'N' to pair each line-number line
 30692 -  # with the numbered line, and appends trailing '-' during
 30693 -  # substitution so that $LINENO is not a special case at line end.
 30694 +  # line-number line after each line using $LINENO; the second 'sed'
 30695 +  # does the real work.  The second script uses 'N' to pair each
 30696 +  # line-number line with the line containing $LINENO, and appends
 30697 +  # trailing '-' during substitution so that $LINENO is not a special
 30698 +  # case at line end.
 30699    # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 30700 -  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 30701 -  sed '=' <$as_myself |
 30702 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 30703 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
 30704 +  sed -n '
 30705 +    p
 30706 +    /[$]LINENO/=
 30707 +  ' <$as_myself |
 30708      sed '
 30709 +      s/[$]LINENO.*/&-/
 30710 +      t lineno
 30711 +      b
 30712 +      :lineno
 30713        N
 30714 -      s,$,-,
 30715 -      : loop
 30716 -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 30717 +      :loop
 30718 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 30719        t loop
 30720 -      s,-$,,
 30721 -      s,^['$as_cr_digits']*\n,,
 30722 +      s/-\n.*//
 30723      ' >$as_me.lineno &&
 30724 -  chmod +x $as_me.lineno ||
 30725 -    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
 30726 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
 30727 +  chmod +x "$as_me.lineno" ||
 30728 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 30729     { (exit 1); exit 1; }; }
 30730  
 30731    # Don't try to exec as it changes $[0], causing all sort of problems
 30732    # (the dirname of $[0] is not the place where we might find the
 30733 -  # original and so on.  Autoconf is especially sensible to this).
 30734 -  . ./$as_me.lineno
 30735 +  # original and so on.  Autoconf is especially sensitive to this).
 30736 +  . "./$as_me.lineno"
 30737    # Exit status is that of the last command.
 30738    exit
 30739  }
 30740  
 30741  
 30742 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 30743 -  *c*,-n*) ECHO_N= ECHO_C='
 30744 -' ECHO_T='	' ;;
 30745 -  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 30746 -  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 30747 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 30748 +  as_dirname=dirname
 30749 +else
 30750 +  as_dirname=false
 30751 +fi
 30752 +
 30753 +ECHO_C= ECHO_N= ECHO_T=
 30754 +case `echo -n x` in
 30755 +-n*)
 30756 +  case `echo 'x\c'` in
 30757 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 30758 +  *)   ECHO_C='\c';;
 30759 +  esac;;
 30760 +*)
 30761 +  ECHO_N='-n';;
 30762  esac
 30763  
 30764 -if expr a : '\(a\)' >/dev/null 2>&1; then
 30765 +if expr a : '\(a\)' >/dev/null 2>&1 &&
 30766 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 30767    as_expr=expr
 30768  else
 30769    as_expr=false
 30770  fi
 30771  
 30772  rm -f conf$$ conf$$.exe conf$$.file
 30773 +if test -d conf$$.dir; then
 30774 +  rm -f conf$$.dir/conf$$.file
 30775 +else
 30776 +  rm -f conf$$.dir
 30777 +  mkdir conf$$.dir
 30778 +fi
 30779  echo >conf$$.file
 30780  if ln -s conf$$.file conf$$ 2>/dev/null; then
 30781 -  # We could just check for DJGPP; but this test a) works b) is more generic
 30782 -  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 30783 -  if test -f conf$$.exe; then
 30784 -    # Don't use ln at all; we don't have any links
 30785 +  as_ln_s='ln -s'
 30786 +  # ... but there are two gotchas:
 30787 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 30788 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 30789 +  # In both cases, we have to default to `cp -p'.
 30790 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 30791      as_ln_s='cp -p'
 30792 -  else
 30793 -    as_ln_s='ln -s'
 30794 -  fi
 30795  elif ln conf$$.file conf$$ 2>/dev/null; then
 30796    as_ln_s=ln
 30797  else
 30798    as_ln_s='cp -p'
 30799  fi
 30800 -rm -f conf$$ conf$$.exe conf$$.file
 30801 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 30802 +rmdir conf$$.dir 2>/dev/null
 30803  
 30804  if mkdir -p . 2>/dev/null; then
 30805    as_mkdir_p=:
 30806 @@ -11918,7 +12978,28 @@
 30807    as_mkdir_p=false
 30808  fi
 30809  
 30810 -as_executable_p="test -f"
 30811 +if test -x / >/dev/null 2>&1; then
 30812 +  as_test_x='test -x'
 30813 +else
 30814 +  if ls -dL / >/dev/null 2>&1; then
 30815 +    as_ls_L_option=L
 30816 +  else
 30817 +    as_ls_L_option=
 30818 +  fi
 30819 +  as_test_x='
 30820 +    eval sh -c '\''
 30821 +      if test -d "$1"; then
 30822 +        test -d "$1/.";
 30823 +      else
 30824 +	case $1 in
 30825 +        -*)set "./$1";;
 30826 +	esac;
 30827 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 30828 +	???[sx]*):;;*)false;;esac;fi
 30829 +    '\'' sh
 30830 +  '
 30831 +fi
 30832 +as_executable_p=$as_test_x
 30833  
 30834  # Sed expression to map a string onto a valid CPP name.
 30835  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 30836 @@ -11927,31 +13008,14 @@
 30837  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 30838  
 30839  
 30840 -# IFS
 30841 -# We need space, tab and new line, in precisely that order.
 30842 -as_nl='
 30843 -'
 30844 -IFS=" 	$as_nl"
 30845 -
 30846 -# CDPATH.
 30847 -$as_unset CDPATH
 30848 -
 30849  exec 6>&1
 30850  
 30851 -# Open the log real soon, to keep \$[0] and so on meaningful, and to
 30852 +# Save the log message, to keep $[0] and so on meaningful, and to
 30853  # report actual input values of CONFIG_FILES etc. instead of their
 30854 -# values after options handling.  Logging --version etc. is OK.
 30855 -exec 5>>config.log
 30856 -{
 30857 -  echo
 30858 -  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 30859 -## Running $as_me. ##
 30860 -_ASBOX
 30861 -} >&5
 30862 -cat >&5 <<_CSEOF
 30863 -
 30864 +# values after options handling.
 30865 +ac_log="
 30866  This file was extended by newlib $as_me 1.17.0, which was
 30867 -generated by GNU Autoconf 2.59.  Invocation command line was
 30868 +generated by GNU Autoconf 2.61.  Invocation command line was
 30869  
 30870    CONFIG_FILES    = $CONFIG_FILES
 30871    CONFIG_HEADERS  = $CONFIG_HEADERS
 30872 @@ -11959,30 +13023,19 @@
 30873    CONFIG_COMMANDS = $CONFIG_COMMANDS
 30874    $ $0 $@
 30875  
 30876 -_CSEOF
 30877 -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
 30878 -echo >&5
 30879 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
 30880 +"
 30881 +
 30882  _ACEOF
 30883  
 30884 +cat >>$CONFIG_STATUS <<_ACEOF
 30885  # Files that config.status was made for.
 30886 -if test -n "$ac_config_files"; then
 30887 -  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
 30888 -fi
 30889 -
 30890 -if test -n "$ac_config_headers"; then
 30891 -  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
 30892 -fi
 30893 -
 30894 -if test -n "$ac_config_links"; then
 30895 -  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
 30896 -fi
 30897 +config_files="$ac_config_files"
 30898 +config_commands="$ac_config_commands"
 30899  
 30900 -if test -n "$ac_config_commands"; then
 30901 -  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
 30902 -fi
 30903 +_ACEOF
 30904  
 30905  cat >>$CONFIG_STATUS <<\_ACEOF
 30906 -
 30907  ac_cs_usage="\
 30908  \`$as_me' instantiates files from templates according to the
 30909  current configuration.
 30910 @@ -11990,7 +13043,7 @@
 30911  Usage: $0 [OPTIONS] [FILE]...
 30912  
 30913    -h, --help       print this help, then exit
 30914 -  -V, --version    print version number, then exit
 30915 +  -V, --version    print version number and configuration settings, then exit
 30916    -q, --quiet      do not print progress messages
 30917    -d, --debug      don't remove temporary files
 30918        --recheck    update $as_me by reconfiguring in the same conditions
 30919 @@ -12004,19 +13057,21 @@
 30920  $config_commands
 30921  
 30922  Report bugs to <bug-autoconf@gnu.org>."
 30923 -_ACEOF
 30924  
 30925 +_ACEOF
 30926  cat >>$CONFIG_STATUS <<_ACEOF
 30927  ac_cs_version="\\
 30928  newlib config.status 1.17.0
 30929 -configured by $0, generated by GNU Autoconf 2.59,
 30930 -  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 30931 +configured by $0, generated by GNU Autoconf 2.61,
 30932 +  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 30933  
 30934 -Copyright (C) 2003 Free Software Foundation, Inc.
 30935 +Copyright (C) 2006 Free Software Foundation, Inc.
 30936  This config.status script is free software; the Free Software Foundation
 30937  gives unlimited permission to copy, distribute and modify it."
 30938 -srcdir=$srcdir
 30939 -INSTALL="$INSTALL"
 30940 +
 30941 +ac_pwd='$ac_pwd'
 30942 +srcdir='$srcdir'
 30943 +INSTALL='$INSTALL'
 30944  _ACEOF
 30945  
 30946  cat >>$CONFIG_STATUS <<\_ACEOF
 30947 @@ -12027,60 +13082,42 @@
 30948  do
 30949    case $1 in
 30950    --*=*)
 30951 -    ac_option=`expr "x$1" : 'x\([^=]*\)='`
 30952 -    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
 30953 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 30954 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 30955      ac_shift=:
 30956      ;;
 30957 -  -*)
 30958 +  *)
 30959      ac_option=$1
 30960      ac_optarg=$2
 30961      ac_shift=shift
 30962      ;;
 30963 -  *) # This is not an option, so the user has probably given explicit
 30964 -     # arguments.
 30965 -     ac_option=$1
 30966 -     ac_need_defaults=false;;
 30967    esac
 30968  
 30969    case $ac_option in
 30970    # Handling of the options.
 30971 -_ACEOF
 30972 -cat >>$CONFIG_STATUS <<\_ACEOF
 30973    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 30974      ac_cs_recheck=: ;;
 30975 -  --version | --vers* | -V )
 30976 -    echo "$ac_cs_version"; exit 0 ;;
 30977 -  --he | --h)
 30978 -    # Conflict between --help and --header
 30979 -    { { echo "$as_me:$LINENO: error: ambiguous option: $1
 30980 -Try \`$0 --help' for more information." >&5
 30981 -echo "$as_me: error: ambiguous option: $1
 30982 -Try \`$0 --help' for more information." >&2;}
 30983 -   { (exit 1); exit 1; }; };;
 30984 -  --help | --hel | -h )
 30985 -    echo "$ac_cs_usage"; exit 0 ;;
 30986 -  --debug | --d* | -d )
 30987 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 30988 +    echo "$ac_cs_version"; exit ;;
 30989 +  --debug | --debu | --deb | --de | --d | -d )
 30990      debug=: ;;
 30991    --file | --fil | --fi | --f )
 30992      $ac_shift
 30993      CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 30994      ac_need_defaults=false;;
 30995 -  --header | --heade | --head | --hea )
 30996 -    $ac_shift
 30997 -    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 30998 -    ac_need_defaults=false;;
 30999 +  --he | --h |  --help | --hel | -h )
 31000 +    echo "$ac_cs_usage"; exit ;;
 31001    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 31002    | -silent | --silent | --silen | --sile | --sil | --si | --s)
 31003      ac_cs_silent=: ;;
 31004  
 31005    # This is an error.
 31006 -  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
 31007 -Try \`$0 --help' for more information." >&5
 31008 -echo "$as_me: error: unrecognized option: $1
 31009 -Try \`$0 --help' for more information." >&2;}
 31010 +  -*) { echo "$as_me: error: unrecognized option: $1
 31011 +Try \`$0 --help' for more information." >&2
 31012     { (exit 1); exit 1; }; } ;;
 31013  
 31014 -  *) ac_config_targets="$ac_config_targets $1" ;;
 31015 +  *) ac_config_targets="$ac_config_targets $1"
 31016 +     ac_need_defaults=false ;;
 31017  
 31018    esac
 31019    shift
 31020 @@ -12096,17 +13133,28 @@
 31021  _ACEOF
 31022  cat >>$CONFIG_STATUS <<_ACEOF
 31023  if \$ac_cs_recheck; then
 31024 -  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 31025 -  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 31026 +  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 31027 +  CONFIG_SHELL=$SHELL
 31028 +  export CONFIG_SHELL
 31029 +  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 31030  fi
 31031  
 31032  _ACEOF
 31033 +cat >>$CONFIG_STATUS <<\_ACEOF
 31034 +exec 5>>config.log
 31035 +{
 31036 +  echo
 31037 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 31038 +## Running $as_me. ##
 31039 +_ASBOX
 31040 +  echo "$ac_log"
 31041 +} >&5
 31042  
 31043 +_ACEOF
 31044  cat >>$CONFIG_STATUS <<_ACEOF
 31045  #
 31046 -# INIT-COMMANDS section.
 31047 +# INIT-COMMANDS
 31048  #
 31049 -
 31050  AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 31051  
 31052  
 31053 @@ -12367,22 +13415,23 @@
 31054  
 31055  _ACEOF
 31056  
 31057 -
 31058 -
 31059  cat >>$CONFIG_STATUS <<\_ACEOF
 31060 +
 31061 +# Handling of arguments.
 31062  for ac_config_target in $ac_config_targets
 31063  do
 31064 -  case "$ac_config_target" in
 31065 -  # Handling of arguments.
 31066 -  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 31067 -  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 31068 -  "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 31069 +  case $ac_config_target in
 31070 +    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 31071 +    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 31072 +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 31073 +
 31074    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 31075  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 31076     { (exit 1); exit 1; }; };;
 31077    esac
 31078  done
 31079  
 31080 +
 31081  # If the user did not use the arguments to specify the items to instantiate,
 31082  # then the envvar interface is used.  Set only those that are not.
 31083  # We use the long form for the default assignment because of an extremely
 31084 @@ -12393,397 +13442,493 @@
 31085  fi
 31086  
 31087  # Have a temporary directory for convenience.  Make it in the build tree
 31088 -# simply because there is no reason to put it here, and in addition,
 31089 +# simply because there is no reason against having it here, and in addition,
 31090  # creating and moving files from /tmp can sometimes cause problems.
 31091 -# Create a temporary directory, and hook for its removal unless debugging.
 31092 +# Hook for its removal unless debugging.
 31093 +# Note that there is a small window in which the directory will not be cleaned:
 31094 +# after its creation but before its name has been assigned to `$tmp'.
 31095  $debug ||
 31096  {
 31097 -  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
 31098 +  tmp=
 31099 +  trap 'exit_status=$?
 31100 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 31101 +' 0
 31102    trap '{ (exit 1); exit 1; }' 1 2 13 15
 31103  }
 31104 -
 31105  # Create a (secure) tmp directory for tmp files.
 31106  
 31107  {
 31108 -  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
 31109 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 31110    test -n "$tmp" && test -d "$tmp"
 31111  }  ||
 31112  {
 31113 -  tmp=./confstat$$-$RANDOM
 31114 -  (umask 077 && mkdir $tmp)
 31115 +  tmp=./conf$$-$RANDOM
 31116 +  (umask 077 && mkdir "$tmp")
 31117  } ||
 31118  {
 31119     echo "$me: cannot create a temporary directory in ." >&2
 31120     { (exit 1); exit 1; }
 31121  }
 31122  
 31123 -_ACEOF
 31124 -
 31125 -cat >>$CONFIG_STATUS <<_ACEOF
 31126 -
 31127  #
 31128 -# CONFIG_FILES section.
 31129 +# Set up the sed scripts for CONFIG_FILES section.
 31130  #
 31131  
 31132  # No need to generate the scripts if there are no CONFIG_FILES.
 31133  # This happens for instance when ./config.status config.h
 31134 -if test -n "\$CONFIG_FILES"; then
 31135 -  # Protect against being on the right side of a sed subst in config.status.
 31136 -  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
 31137 -   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
 31138 -s,@SHELL@,$SHELL,;t t
 31139 -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
 31140 -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
 31141 -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
 31142 -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
 31143 -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
 31144 -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
 31145 -s,@exec_prefix@,$exec_prefix,;t t
 31146 -s,@prefix@,$prefix,;t t
 31147 -s,@program_transform_name@,$program_transform_name,;t t
 31148 -s,@bindir@,$bindir,;t t
 31149 -s,@sbindir@,$sbindir,;t t
 31150 -s,@libexecdir@,$libexecdir,;t t
 31151 -s,@datadir@,$datadir,;t t
 31152 -s,@sysconfdir@,$sysconfdir,;t t
 31153 -s,@sharedstatedir@,$sharedstatedir,;t t
 31154 -s,@localstatedir@,$localstatedir,;t t
 31155 -s,@libdir@,$libdir,;t t
 31156 -s,@includedir@,$includedir,;t t
 31157 -s,@oldincludedir@,$oldincludedir,;t t
 31158 -s,@infodir@,$infodir,;t t
 31159 -s,@mandir@,$mandir,;t t
 31160 -s,@build_alias@,$build_alias,;t t
 31161 -s,@host_alias@,$host_alias,;t t
 31162 -s,@target_alias@,$target_alias,;t t
 31163 -s,@DEFS@,$DEFS,;t t
 31164 -s,@ECHO_C@,$ECHO_C,;t t
 31165 -s,@ECHO_N@,$ECHO_N,;t t
 31166 -s,@ECHO_T@,$ECHO_T,;t t
 31167 -s,@LIBS@,$LIBS,;t t
 31168 -s,@MAY_SUPPLY_SYSCALLS_TRUE@,$MAY_SUPPLY_SYSCALLS_TRUE,;t t
 31169 -s,@MAY_SUPPLY_SYSCALLS_FALSE@,$MAY_SUPPLY_SYSCALLS_FALSE,;t t
 31170 -s,@newlib_basedir@,$newlib_basedir,;t t
 31171 -s,@build@,$build,;t t
 31172 -s,@build_cpu@,$build_cpu,;t t
 31173 -s,@build_vendor@,$build_vendor,;t t
 31174 -s,@build_os@,$build_os,;t t
 31175 -s,@host@,$host,;t t
 31176 -s,@host_cpu@,$host_cpu,;t t
 31177 -s,@host_vendor@,$host_vendor,;t t
 31178 -s,@host_os@,$host_os,;t t
 31179 -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
 31180 -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
 31181 -s,@INSTALL_DATA@,$INSTALL_DATA,;t t
 31182 -s,@CYGPATH_W@,$CYGPATH_W,;t t
 31183 -s,@PACKAGE@,$PACKAGE,;t t
 31184 -s,@VERSION@,$VERSION,;t t
 31185 -s,@ACLOCAL@,$ACLOCAL,;t t
 31186 -s,@AUTOCONF@,$AUTOCONF,;t t
 31187 -s,@AUTOMAKE@,$AUTOMAKE,;t t
 31188 -s,@AUTOHEADER@,$AUTOHEADER,;t t
 31189 -s,@MAKEINFO@,$MAKEINFO,;t t
 31190 -s,@install_sh@,$install_sh,;t t
 31191 -s,@STRIP@,$STRIP,;t t
 31192 -s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
 31193 -s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
 31194 -s,@mkdir_p@,$mkdir_p,;t t
 31195 -s,@AWK@,$AWK,;t t
 31196 -s,@SET_MAKE@,$SET_MAKE,;t t
 31197 -s,@am__leading_dot@,$am__leading_dot,;t t
 31198 -s,@AMTAR@,$AMTAR,;t t
 31199 -s,@am__tar@,$am__tar,;t t
 31200 -s,@am__untar@,$am__untar,;t t
 31201 -s,@CC@,$CC,;t t
 31202 -s,@DEPDIR@,$DEPDIR,;t t
 31203 -s,@am__include@,$am__include,;t t
 31204 -s,@am__quote@,$am__quote,;t t
 31205 -s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
 31206 -s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
 31207 -s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
 31208 -s,@CCDEPMODE@,$CCDEPMODE,;t t
 31209 -s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
 31210 -s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
 31211 -s,@AS@,$AS,;t t
 31212 -s,@ac_ct_AS@,$ac_ct_AS,;t t
 31213 -s,@AR@,$AR,;t t
 31214 -s,@ac_ct_AR@,$ac_ct_AR,;t t
 31215 -s,@RANLIB@,$RANLIB,;t t
 31216 -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
 31217 -s,@READELF@,$READELF,;t t
 31218 -s,@ac_ct_READELF@,$ac_ct_READELF,;t t
 31219 -s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
 31220 -s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
 31221 -s,@MAINT@,$MAINT,;t t
 31222 -s,@CCAS@,$CCAS,;t t
 31223 -s,@CCASFLAGS@,$CCASFLAGS,;t t
 31224 -s,@NEWLIB_CFLAGS@,$NEWLIB_CFLAGS,;t t
 31225 -s,@LDFLAGS@,$LDFLAGS,;t t
 31226 -s,@ELIX_LEVEL_0_TRUE@,$ELIX_LEVEL_0_TRUE,;t t
 31227 -s,@ELIX_LEVEL_0_FALSE@,$ELIX_LEVEL_0_FALSE,;t t
 31228 -s,@ELIX_LEVEL_1_TRUE@,$ELIX_LEVEL_1_TRUE,;t t
 31229 -s,@ELIX_LEVEL_1_FALSE@,$ELIX_LEVEL_1_FALSE,;t t
 31230 -s,@ELIX_LEVEL_2_TRUE@,$ELIX_LEVEL_2_TRUE,;t t
 31231 -s,@ELIX_LEVEL_2_FALSE@,$ELIX_LEVEL_2_FALSE,;t t
 31232 -s,@ELIX_LEVEL_3_TRUE@,$ELIX_LEVEL_3_TRUE,;t t
 31233 -s,@ELIX_LEVEL_3_FALSE@,$ELIX_LEVEL_3_FALSE,;t t
 31234 -s,@ELIX_LEVEL_4_TRUE@,$ELIX_LEVEL_4_TRUE,;t t
 31235 -s,@ELIX_LEVEL_4_FALSE@,$ELIX_LEVEL_4_FALSE,;t t
 31236 -s,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t t
 31237 -s,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t t
 31238 -s,@OBJEXT@,$OBJEXT,;t t
 31239 -s,@oext@,$oext,;t t
 31240 -s,@aext@,$aext,;t t
 31241 -s,@lpfx@,$lpfx,;t t
 31242 -s,@libm_machine_dir@,$libm_machine_dir,;t t
 31243 -s,@machine_dir@,$machine_dir,;t t
 31244 -s,@sys_dir@,$sys_dir,;t t
 31245 -s,@SED@,$SED,;t t
 31246 -s,@DLLTOOL@,$DLLTOOL,;t t
 31247 -s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
 31248 -s,@OBJDUMP@,$OBJDUMP,;t t
 31249 -s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
 31250 -s,@LIBTOOL@,$LIBTOOL,;t t
 31251 -s,@CFLAGS@,$CFLAGS,;t t
 31252 -s,@CPPFLAGS@,$CPPFLAGS,;t t
 31253 -s,@ac_ct_CC@,$ac_ct_CC,;t t
 31254 -s,@EXEEXT@,$EXEEXT,;t t
 31255 -s,@EGREP@,$EGREP,;t t
 31256 -s,@FGREP@,$FGREP,;t t
 31257 -s,@GREP@,$GREP,;t t
 31258 -s,@LD@,$LD,;t t
 31259 -s,@DUMPBIN@,$DUMPBIN,;t t
 31260 -s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
 31261 -s,@NM@,$NM,;t t
 31262 -s,@LN_S@,$LN_S,;t t
 31263 -s,@lt_ECHO@,$lt_ECHO,;t t
 31264 -s,@DSYMUTIL@,$DSYMUTIL,;t t
 31265 -s,@ac_ct_DSYMUTIL@,$ac_ct_DSYMUTIL,;t t
 31266 -s,@NMEDIT@,$NMEDIT,;t t
 31267 -s,@ac_ct_NMEDIT@,$ac_ct_NMEDIT,;t t
 31268 -s,@LIPO@,$LIPO,;t t
 31269 -s,@ac_ct_LIPO@,$ac_ct_LIPO,;t t
 31270 -s,@OTOOL@,$OTOOL,;t t
 31271 -s,@ac_ct_OTOOL@,$ac_ct_OTOOL,;t t
 31272 -s,@OTOOL64@,$OTOOL64,;t t
 31273 -s,@ac_ct_OTOOL64@,$ac_ct_OTOOL64,;t t
 31274 -s,@CPP@,$CPP,;t t
 31275 -s,@subdirs@,$subdirs,;t t
 31276 -s,@CRT0@,$CRT0,;t t
 31277 -s,@HAVE_SYS_DIR_TRUE@,$HAVE_SYS_DIR_TRUE,;t t
 31278 -s,@HAVE_SYS_DIR_FALSE@,$HAVE_SYS_DIR_FALSE,;t t
 31279 -s,@LIBOBJS@,$LIBOBJS,;t t
 31280 -s,@LTLIBOBJS@,$LTLIBOBJS,;t t
 31281 -CEOF
 31282 -
 31283 -_ACEOF
 31284 -
 31285 -  cat >>$CONFIG_STATUS <<\_ACEOF
 31286 -  # Split the substitutions into bite-sized pieces for seds with
 31287 -  # small command number limits, like on Digital OSF/1 and HP-UX.
 31288 -  ac_max_sed_lines=48
 31289 -  ac_sed_frag=1 # Number of current file.
 31290 -  ac_beg=1 # First line for current file.
 31291 -  ac_end=$ac_max_sed_lines # Line after last line for current file.
 31292 -  ac_more_lines=:
 31293 -  ac_sed_cmds=
 31294 -  while $ac_more_lines; do
 31295 -    if test $ac_beg -gt 1; then
 31296 -      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 31297 -    else
 31298 -      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 31299 -    fi
 31300 -    if test ! -s $tmp/subs.frag; then
 31301 -      ac_more_lines=false
 31302 -    else
 31303 -      # The purpose of the label and of the branching condition is to
 31304 -      # speed up the sed processing (if there are no `@' at all, there
 31305 -      # is no need to browse any of the substitutions).
 31306 -      # These are the two extra sed commands mentioned above.
 31307 -      (echo ':t
 31308 -  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
 31309 -      if test -z "$ac_sed_cmds"; then
 31310 -	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
 31311 -      else
 31312 -	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
 31313 -      fi
 31314 -      ac_sed_frag=`expr $ac_sed_frag + 1`
 31315 -      ac_beg=$ac_end
 31316 -      ac_end=`expr $ac_end + $ac_max_sed_lines`
 31317 -    fi
 31318 -  done
 31319 -  if test -z "$ac_sed_cmds"; then
 31320 -    ac_sed_cmds=cat
 31321 +if test -n "$CONFIG_FILES"; then
 31322 +
 31323 +_ACEOF
 31324 +
 31325 +
 31326 +
 31327 +ac_delim='%!_!# '
 31328 +for ac_last_try in false false false false false :; do
 31329 +  cat >conf$$subs.sed <<_ACEOF
 31330 +SHELL!$SHELL$ac_delim
 31331 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 31332 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 31333 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 31334 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 31335 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 31336 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 31337 +exec_prefix!$exec_prefix$ac_delim
 31338 +prefix!$prefix$ac_delim
 31339 +program_transform_name!$program_transform_name$ac_delim
 31340 +bindir!$bindir$ac_delim
 31341 +sbindir!$sbindir$ac_delim
 31342 +libexecdir!$libexecdir$ac_delim
 31343 +datarootdir!$datarootdir$ac_delim
 31344 +datadir!$datadir$ac_delim
 31345 +sysconfdir!$sysconfdir$ac_delim
 31346 +sharedstatedir!$sharedstatedir$ac_delim
 31347 +localstatedir!$localstatedir$ac_delim
 31348 +includedir!$includedir$ac_delim
 31349 +oldincludedir!$oldincludedir$ac_delim
 31350 +docdir!$docdir$ac_delim
 31351 +infodir!$infodir$ac_delim
 31352 +htmldir!$htmldir$ac_delim
 31353 +dvidir!$dvidir$ac_delim
 31354 +pdfdir!$pdfdir$ac_delim
 31355 +psdir!$psdir$ac_delim
 31356 +libdir!$libdir$ac_delim
 31357 +localedir!$localedir$ac_delim
 31358 +mandir!$mandir$ac_delim
 31359 +DEFS!$DEFS$ac_delim
 31360 +ECHO_C!$ECHO_C$ac_delim
 31361 +ECHO_N!$ECHO_N$ac_delim
 31362 +ECHO_T!$ECHO_T$ac_delim
 31363 +LIBS!$LIBS$ac_delim
 31364 +build_alias!$build_alias$ac_delim
 31365 +host_alias!$host_alias$ac_delim
 31366 +target_alias!$target_alias$ac_delim
 31367 +MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
 31368 +MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
 31369 +newlib_basedir!$newlib_basedir$ac_delim
 31370 +build!$build$ac_delim
 31371 +build_cpu!$build_cpu$ac_delim
 31372 +build_vendor!$build_vendor$ac_delim
 31373 +build_os!$build_os$ac_delim
 31374 +host!$host$ac_delim
 31375 +host_cpu!$host_cpu$ac_delim
 31376 +host_vendor!$host_vendor$ac_delim
 31377 +host_os!$host_os$ac_delim
 31378 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 31379 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 31380 +INSTALL_DATA!$INSTALL_DATA$ac_delim
 31381 +CYGPATH_W!$CYGPATH_W$ac_delim
 31382 +PACKAGE!$PACKAGE$ac_delim
 31383 +VERSION!$VERSION$ac_delim
 31384 +ACLOCAL!$ACLOCAL$ac_delim
 31385 +AUTOCONF!$AUTOCONF$ac_delim
 31386 +AUTOMAKE!$AUTOMAKE$ac_delim
 31387 +AUTOHEADER!$AUTOHEADER$ac_delim
 31388 +MAKEINFO!$MAKEINFO$ac_delim
 31389 +install_sh!$install_sh$ac_delim
 31390 +STRIP!$STRIP$ac_delim
 31391 +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 31392 +mkdir_p!$mkdir_p$ac_delim
 31393 +AWK!$AWK$ac_delim
 31394 +SET_MAKE!$SET_MAKE$ac_delim
 31395 +am__leading_dot!$am__leading_dot$ac_delim
 31396 +AMTAR!$AMTAR$ac_delim
 31397 +am__tar!$am__tar$ac_delim
 31398 +am__untar!$am__untar$ac_delim
 31399 +CC!$CC$ac_delim
 31400 +DEPDIR!$DEPDIR$ac_delim
 31401 +am__include!$am__include$ac_delim
 31402 +am__quote!$am__quote$ac_delim
 31403 +AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 31404 +AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 31405 +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 31406 +CCDEPMODE!$CCDEPMODE$ac_delim
 31407 +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 31408 +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 31409 +AS!$AS$ac_delim
 31410 +AR!$AR$ac_delim
 31411 +RANLIB!$RANLIB$ac_delim
 31412 +READELF!$READELF$ac_delim
 31413 +MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 31414 +MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 31415 +MAINT!$MAINT$ac_delim
 31416 +CCAS!$CCAS$ac_delim
 31417 +CCASFLAGS!$CCASFLAGS$ac_delim
 31418 +NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
 31419 +LDFLAGS!$LDFLAGS$ac_delim
 31420 +ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
 31421 +ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
 31422 +ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
 31423 +ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
 31424 +ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
 31425 +ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
 31426 +ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
 31427 +_ACEOF
 31428 +
 31429 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 31430 +    break
 31431 +  elif $ac_last_try; then
 31432 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 31433 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 31434 +   { (exit 1); exit 1; }; }
 31435 +  else
 31436 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 31437    fi
 31438 -fi # test -n "$CONFIG_FILES"
 31439 +done
 31440 +
 31441 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 31442 +if test -n "$ac_eof"; then
 31443 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 31444 +  ac_eof=`expr $ac_eof + 1`
 31445 +fi
 31446 +
 31447 +cat >>$CONFIG_STATUS <<_ACEOF
 31448 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 31449 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 31450 +_ACEOF
 31451 +sed '
 31452 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 31453 +s/^/s,@/; s/!/@,|#_!!_#|/
 31454 +:n
 31455 +t n
 31456 +s/'"$ac_delim"'$/,g/; t
 31457 +s/$/\\/; p
 31458 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 31459 +' >>$CONFIG_STATUS <conf$$subs.sed
 31460 +rm -f conf$$subs.sed
 31461 +cat >>$CONFIG_STATUS <<_ACEOF
 31462 +CEOF$ac_eof
 31463 +_ACEOF
 31464 +
 31465 +
 31466 +ac_delim='%!_!# '
 31467 +for ac_last_try in false false false false false :; do
 31468 +  cat >conf$$subs.sed <<_ACEOF
 31469 +ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
 31470 +ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
 31471 +ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
 31472 +USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
 31473 +USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
 31474 +OBJEXT!$OBJEXT$ac_delim
 31475 +oext!$oext$ac_delim
 31476 +aext!$aext$ac_delim
 31477 +lpfx!$lpfx$ac_delim
 31478 +libm_machine_dir!$libm_machine_dir$ac_delim
 31479 +machine_dir!$machine_dir$ac_delim
 31480 +sys_dir!$sys_dir$ac_delim
 31481 +SED!$SED$ac_delim
 31482 +DLLTOOL!$DLLTOOL$ac_delim
 31483 +OBJDUMP!$OBJDUMP$ac_delim
 31484 +LIBTOOL!$LIBTOOL$ac_delim
 31485 +CFLAGS!$CFLAGS$ac_delim
 31486 +CPPFLAGS!$CPPFLAGS$ac_delim
 31487 +ac_ct_CC!$ac_ct_CC$ac_delim
 31488 +EXEEXT!$EXEEXT$ac_delim
 31489 +GREP!$GREP$ac_delim
 31490 +EGREP!$EGREP$ac_delim
 31491 +FGREP!$FGREP$ac_delim
 31492 +LD!$LD$ac_delim
 31493 +DUMPBIN!$DUMPBIN$ac_delim
 31494 +ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
 31495 +NM!$NM$ac_delim
 31496 +LN_S!$LN_S$ac_delim
 31497 +lt_ECHO!$lt_ECHO$ac_delim
 31498 +DSYMUTIL!$DSYMUTIL$ac_delim
 31499 +NMEDIT!$NMEDIT$ac_delim
 31500 +LIPO!$LIPO$ac_delim
 31501 +OTOOL!$OTOOL$ac_delim
 31502 +OTOOL64!$OTOOL64$ac_delim
 31503 +CPP!$CPP$ac_delim
 31504 +subdirs!$subdirs$ac_delim
 31505 +CRT0!$CRT0$ac_delim
 31506 +HAVE_SYS_DIR_TRUE!$HAVE_SYS_DIR_TRUE$ac_delim
 31507 +HAVE_SYS_DIR_FALSE!$HAVE_SYS_DIR_FALSE$ac_delim
 31508 +LIBOBJS!$LIBOBJS$ac_delim
 31509 +LTLIBOBJS!$LTLIBOBJS$ac_delim
 31510 +_ACEOF
 31511 +
 31512 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then
 31513 +    break
 31514 +  elif $ac_last_try; then
 31515 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 31516 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 31517 +   { (exit 1); exit 1; }; }
 31518 +  else
 31519 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 31520 +  fi
 31521 +done
 31522 +
 31523 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 31524 +if test -n "$ac_eof"; then
 31525 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 31526 +  ac_eof=`expr $ac_eof + 1`
 31527 +fi
 31528  
 31529 +cat >>$CONFIG_STATUS <<_ACEOF
 31530 +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 31531 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 31532 +_ACEOF
 31533 +sed '
 31534 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 31535 +s/^/s,@/; s/!/@,|#_!!_#|/
 31536 +:n
 31537 +t n
 31538 +s/'"$ac_delim"'$/,g/; t
 31539 +s/$/\\/; p
 31540 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 31541 +' >>$CONFIG_STATUS <conf$$subs.sed
 31542 +rm -f conf$$subs.sed
 31543 +cat >>$CONFIG_STATUS <<_ACEOF
 31544 +:end
 31545 +s/|#_!!_#|//g
 31546 +CEOF$ac_eof
 31547  _ACEOF
 31548 +
 31549 +
 31550 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
 31551 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 31552 +# trailing colons and then remove the whole line if VPATH becomes empty
 31553 +# (actually we leave an empty line to preserve line numbers).
 31554 +if test "x$srcdir" = x.; then
 31555 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 31556 +s/:*\$(srcdir):*/:/
 31557 +s/:*\${srcdir}:*/:/
 31558 +s/:*@srcdir@:*/:/
 31559 +s/^\([^=]*=[	 ]*\):*/\1/
 31560 +s/:*$//
 31561 +s/^[^=]*=[	 ]*$//
 31562 +}'
 31563 +fi
 31564 +
 31565  cat >>$CONFIG_STATUS <<\_ACEOF
 31566 -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
 31567 -  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
 31568 -  case $ac_file in
 31569 -  - | *:- | *:-:* ) # input from stdin
 31570 -	cat >$tmp/stdin
 31571 -	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 31572 -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 31573 -  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 31574 -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 31575 -  * )   ac_file_in=$ac_file.in ;;
 31576 +fi # test -n "$CONFIG_FILES"
 31577 +
 31578 +
 31579 +for ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS
 31580 +do
 31581 +  case $ac_tag in
 31582 +  :[FHLC]) ac_mode=$ac_tag; continue;;
 31583 +  esac
 31584 +  case $ac_mode$ac_tag in
 31585 +  :[FHL]*:*);;
 31586 +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 31587 +echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 31588 +   { (exit 1); exit 1; }; };;
 31589 +  :[FH]-) ac_tag=-:-;;
 31590 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 31591 +  esac
 31592 +  ac_save_IFS=$IFS
 31593 +  IFS=:
 31594 +  set x $ac_tag
 31595 +  IFS=$ac_save_IFS
 31596 +  shift
 31597 +  ac_file=$1
 31598 +  shift
 31599 +
 31600 +  case $ac_mode in
 31601 +  :L) ac_source=$1;;
 31602 +  :[FH])
 31603 +    ac_file_inputs=
 31604 +    for ac_f
 31605 +    do
 31606 +      case $ac_f in
 31607 +      -) ac_f="$tmp/stdin";;
 31608 +      *) # Look for the file first in the build tree, then in the source tree
 31609 +	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 31610 +	 # because $ac_f cannot contain `:'.
 31611 +	 test -f "$ac_f" ||
 31612 +	   case $ac_f in
 31613 +	   [\\/$]*) false;;
 31614 +	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 31615 +	   esac ||
 31616 +	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 31617 +echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 31618 +   { (exit 1); exit 1; }; };;
 31619 +      esac
 31620 +      ac_file_inputs="$ac_file_inputs $ac_f"
 31621 +    done
 31622 +
 31623 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
 31624 +    # use $as_me), people would be surprised to read:
 31625 +    #    /* config.h.  Generated by config.status.  */
 31626 +    configure_input="Generated from "`IFS=:
 31627 +	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 31628 +    if test x"$ac_file" != x-; then
 31629 +      configure_input="$ac_file.  $configure_input"
 31630 +      { echo "$as_me:$LINENO: creating $ac_file" >&5
 31631 +echo "$as_me: creating $ac_file" >&6;}
 31632 +    fi
 31633 +
 31634 +    case $ac_tag in
 31635 +    *:-:* | *:-) cat >"$tmp/stdin";;
 31636 +    esac
 31637 +    ;;
 31638    esac
 31639  
 31640 -  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
 31641 -  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 31642 +  ac_dir=`$as_dirname -- "$ac_file" ||
 31643  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 31644  	 X"$ac_file" : 'X\(//\)[^/]' \| \
 31645  	 X"$ac_file" : 'X\(//\)$' \| \
 31646 -	 X"$ac_file" : 'X\(/\)' \| \
 31647 -	 .     : '\(.\)' 2>/dev/null ||
 31648 +	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 31649  echo X"$ac_file" |
 31650 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 31651 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 31652 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 31653 -  	  /^X\(\/\).*/{ s//\1/; q; }
 31654 -  	  s/.*/./; q'`
 31655 -  { if $as_mkdir_p; then
 31656 -    mkdir -p "$ac_dir"
 31657 -  else
 31658 -    as_dir="$ac_dir"
 31659 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 31660 +	    s//\1/
 31661 +	    q
 31662 +	  }
 31663 +	  /^X\(\/\/\)[^/].*/{
 31664 +	    s//\1/
 31665 +	    q
 31666 +	  }
 31667 +	  /^X\(\/\/\)$/{
 31668 +	    s//\1/
 31669 +	    q
 31670 +	  }
 31671 +	  /^X\(\/\).*/{
 31672 +	    s//\1/
 31673 +	    q
 31674 +	  }
 31675 +	  s/.*/./; q'`
 31676 +  { as_dir="$ac_dir"
 31677 +  case $as_dir in #(
 31678 +  -*) as_dir=./$as_dir;;
 31679 +  esac
 31680 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 31681      as_dirs=
 31682 -    while test ! -d "$as_dir"; do
 31683 -      as_dirs="$as_dir $as_dirs"
 31684 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 31685 +    while :; do
 31686 +      case $as_dir in #(
 31687 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 31688 +      *) as_qdir=$as_dir;;
 31689 +      esac
 31690 +      as_dirs="'$as_qdir' $as_dirs"
 31691 +      as_dir=`$as_dirname -- "$as_dir" ||
 31692  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 31693  	 X"$as_dir" : 'X\(//\)[^/]' \| \
 31694  	 X"$as_dir" : 'X\(//\)$' \| \
 31695 -	 X"$as_dir" : 'X\(/\)' \| \
 31696 -	 .     : '\(.\)' 2>/dev/null ||
 31697 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 31698  echo X"$as_dir" |
 31699 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 31700 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 31701 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 31702 -  	  /^X\(\/\).*/{ s//\1/; q; }
 31703 -  	  s/.*/./; q'`
 31704 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 31705 +	    s//\1/
 31706 +	    q
 31707 +	  }
 31708 +	  /^X\(\/\/\)[^/].*/{
 31709 +	    s//\1/
 31710 +	    q
 31711 +	  }
 31712 +	  /^X\(\/\/\)$/{
 31713 +	    s//\1/
 31714 +	    q
 31715 +	  }
 31716 +	  /^X\(\/\).*/{
 31717 +	    s//\1/
 31718 +	    q
 31719 +	  }
 31720 +	  s/.*/./; q'`
 31721 +      test -d "$as_dir" && break
 31722      done
 31723 -    test ! -n "$as_dirs" || mkdir $as_dirs
 31724 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 31725 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 31726 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
 31727 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 31728 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
 31729     { (exit 1); exit 1; }; }; }
 31730 -
 31731    ac_builddir=.
 31732  
 31733 -if test "$ac_dir" != .; then
 31734 +case "$ac_dir" in
 31735 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 31736 +*)
 31737    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 31738 -  # A "../" for each directory in $ac_dir_suffix.
 31739 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 31740 -else
 31741 -  ac_dir_suffix= ac_top_builddir=
 31742 -fi
 31743 +  # A ".." for each directory in $ac_dir_suffix.
 31744 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 31745 +  case $ac_top_builddir_sub in
 31746 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 31747 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 31748 +  esac ;;
 31749 +esac
 31750 +ac_abs_top_builddir=$ac_pwd
 31751 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
 31752 +# for backward compatibility:
 31753 +ac_top_builddir=$ac_top_build_prefix
 31754  
 31755  case $srcdir in
 31756 -  .)  # No --srcdir option.  We are building in place.
 31757 +  .)  # We are building in place.
 31758      ac_srcdir=.
 31759 -    if test -z "$ac_top_builddir"; then
 31760 -       ac_top_srcdir=.
 31761 -    else
 31762 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 31763 -    fi ;;
 31764 -  [\\/]* | ?:[\\/]* )  # Absolute path.
 31765 +    ac_top_srcdir=$ac_top_builddir_sub
 31766 +    ac_abs_top_srcdir=$ac_pwd ;;
 31767 +  [\\/]* | ?:[\\/]* )  # Absolute name.
 31768      ac_srcdir=$srcdir$ac_dir_suffix;
 31769 -    ac_top_srcdir=$srcdir ;;
 31770 -  *) # Relative path.
 31771 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 31772 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 31773 -esac
 31774 +    ac_top_srcdir=$srcdir
 31775 +    ac_abs_top_srcdir=$srcdir ;;
 31776 +  *) # Relative name.
 31777 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 31778 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
 31779 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 31780 +esac
 31781 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 31782  
 31783 -# Do not use `cd foo && pwd` to compute absolute paths, because
 31784 -# the directories may not exist.
 31785 -case `pwd` in
 31786 -.) ac_abs_builddir="$ac_dir";;
 31787 -*)
 31788 -  case "$ac_dir" in
 31789 -  .) ac_abs_builddir=`pwd`;;
 31790 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 31791 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 31792 -  esac;;
 31793 -esac
 31794 -case $ac_abs_builddir in
 31795 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
 31796 -*)
 31797 -  case ${ac_top_builddir}. in
 31798 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
 31799 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 31800 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 31801 -  esac;;
 31802 -esac
 31803 -case $ac_abs_builddir in
 31804 -.) ac_abs_srcdir=$ac_srcdir;;
 31805 -*)
 31806 -  case $ac_srcdir in
 31807 -  .) ac_abs_srcdir=$ac_abs_builddir;;
 31808 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 31809 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 31810 -  esac;;
 31811 -esac
 31812 -case $ac_abs_builddir in
 31813 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
 31814 -*)
 31815 -  case $ac_top_srcdir in
 31816 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 31817 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 31818 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 31819 -  esac;;
 31820 -esac
 31821  
 31822 +  case $ac_mode in
 31823 +  :F)
 31824 +  #
 31825 +  # CONFIG_FILE
 31826 +  #
 31827  
 31828    case $INSTALL in
 31829    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 31830 -  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
 31831 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 31832    esac
 31833 +_ACEOF
 31834  
 31835 -  if test x"$ac_file" != x-; then
 31836 -    { echo "$as_me:$LINENO: creating $ac_file" >&5
 31837 -echo "$as_me: creating $ac_file" >&6;}
 31838 -    rm -f "$ac_file"
 31839 -  fi
 31840 -  # Let's still pretend it is `configure' which instantiates (i.e., don't
 31841 -  # use $as_me), people would be surprised to read:
 31842 -  #    /* config.h.  Generated by config.status.  */
 31843 -  if test x"$ac_file" = x-; then
 31844 -    configure_input=
 31845 -  else
 31846 -    configure_input="$ac_file.  "
 31847 -  fi
 31848 -  configure_input=$configure_input"Generated from `echo $ac_file_in |
 31849 -				     sed 's,.*/,,'` by configure."
 31850 -
 31851 -  # First look for the input files in the build tree, otherwise in the
 31852 -  # src tree.
 31853 -  ac_file_inputs=`IFS=:
 31854 -    for f in $ac_file_in; do
 31855 -      case $f in
 31856 -      -) echo $tmp/stdin ;;
 31857 -      [\\/$]*)
 31858 -	 # Absolute (can't be DOS-style, as IFS=:)
 31859 -	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 31860 -echo "$as_me: error: cannot find input file: $f" >&2;}
 31861 -   { (exit 1); exit 1; }; }
 31862 -	 echo "$f";;
 31863 -      *) # Relative
 31864 -	 if test -f "$f"; then
 31865 -	   # Build tree
 31866 -	   echo "$f"
 31867 -	 elif test -f "$srcdir/$f"; then
 31868 -	   # Source tree
 31869 -	   echo "$srcdir/$f"
 31870 -	 else
 31871 -	   # /dev/null tree
 31872 -	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 31873 -echo "$as_me: error: cannot find input file: $f" >&2;}
 31874 -   { (exit 1); exit 1; }; }
 31875 -	 fi;;
 31876 -      esac
 31877 -    done` || { (exit 1); exit 1; }
 31878 +cat >>$CONFIG_STATUS <<\_ACEOF
 31879 +# If the template does not know about datarootdir, expand it.
 31880 +# FIXME: This hack should be removed a few years after 2.60.
 31881 +ac_datarootdir_hack=; ac_datarootdir_seen=
 31882 +
 31883 +case `sed -n '/datarootdir/ {
 31884 +  p
 31885 +  q
 31886 +}
 31887 +/@datadir@/p
 31888 +/@docdir@/p
 31889 +/@infodir@/p
 31890 +/@localedir@/p
 31891 +/@mandir@/p
 31892 +' $ac_file_inputs` in
 31893 +*datarootdir*) ac_datarootdir_seen=yes;;
 31894 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 31895 +  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 31896 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 31897 +_ACEOF
 31898 +cat >>$CONFIG_STATUS <<_ACEOF
 31899 +  ac_datarootdir_hack='
 31900 +  s&@datadir@&$datadir&g
 31901 +  s&@docdir@&$docdir&g
 31902 +  s&@infodir@&$infodir&g
 31903 +  s&@localedir@&$localedir&g
 31904 +  s&@mandir@&$mandir&g
 31905 +    s&\\\${datarootdir}&$datarootdir&g' ;;
 31906 +esac
 31907  _ACEOF
 31908 +
 31909 +# Neutralize VPATH when `$srcdir' = `.'.
 31910 +# Shell code in configure.ac might set extrasub.
 31911 +# FIXME: do we really want to maintain this feature?
 31912  cat >>$CONFIG_STATUS <<_ACEOF
 31913    sed "$ac_vpsub
 31914  $extrasub
 31915 @@ -12791,142 +13936,43 @@
 31916  cat >>$CONFIG_STATUS <<\_ACEOF
 31917  :t
 31918  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 31919 -s,@configure_input@,$configure_input,;t t
 31920 -s,@srcdir@,$ac_srcdir,;t t
 31921 -s,@abs_srcdir@,$ac_abs_srcdir,;t t
 31922 -s,@top_srcdir@,$ac_top_srcdir,;t t
 31923 -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
 31924 -s,@builddir@,$ac_builddir,;t t
 31925 -s,@abs_builddir@,$ac_abs_builddir,;t t
 31926 -s,@top_builddir@,$ac_top_builddir,;t t
 31927 -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
 31928 -s,@INSTALL@,$ac_INSTALL,;t t
 31929 -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
 31930 -  rm -f $tmp/stdin
 31931 -  if test x"$ac_file" != x-; then
 31932 -    mv $tmp/out $ac_file
 31933 -  else
 31934 -    cat $tmp/out
 31935 -    rm -f $tmp/out
 31936 -  fi
 31937 -
 31938 -done
 31939 -_ACEOF
 31940 -cat >>$CONFIG_STATUS <<\_ACEOF
 31941 -
 31942 -#
 31943 -# CONFIG_COMMANDS section.
 31944 -#
 31945 -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
 31946 -  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
 31947 -  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
 31948 -  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
 31949 -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 31950 -	 X"$ac_dest" : 'X\(//\)[^/]' \| \
 31951 -	 X"$ac_dest" : 'X\(//\)$' \| \
 31952 -	 X"$ac_dest" : 'X\(/\)' \| \
 31953 -	 .     : '\(.\)' 2>/dev/null ||
 31954 -echo X"$ac_dest" |
 31955 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 31956 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 31957 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 31958 -  	  /^X\(\/\).*/{ s//\1/; q; }
 31959 -  	  s/.*/./; q'`
 31960 -  { if $as_mkdir_p; then
 31961 -    mkdir -p "$ac_dir"
 31962 -  else
 31963 -    as_dir="$ac_dir"
 31964 -    as_dirs=
 31965 -    while test ! -d "$as_dir"; do
 31966 -      as_dirs="$as_dir $as_dirs"
 31967 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 31968 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 31969 -	 X"$as_dir" : 'X\(//\)[^/]' \| \
 31970 -	 X"$as_dir" : 'X\(//\)$' \| \
 31971 -	 X"$as_dir" : 'X\(/\)' \| \
 31972 -	 .     : '\(.\)' 2>/dev/null ||
 31973 -echo X"$as_dir" |
 31974 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 31975 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 31976 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 31977 -  	  /^X\(\/\).*/{ s//\1/; q; }
 31978 -  	  s/.*/./; q'`
 31979 -    done
 31980 -    test ! -n "$as_dirs" || mkdir $as_dirs
 31981 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 31982 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 31983 -   { (exit 1); exit 1; }; }; }
 31984 +s&@configure_input@&$configure_input&;t t
 31985 +s&@top_builddir@&$ac_top_builddir_sub&;t t
 31986 +s&@srcdir@&$ac_srcdir&;t t
 31987 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
 31988 +s&@top_srcdir@&$ac_top_srcdir&;t t
 31989 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 31990 +s&@builddir@&$ac_builddir&;t t
 31991 +s&@abs_builddir@&$ac_abs_builddir&;t t
 31992 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 31993 +s&@INSTALL@&$ac_INSTALL&;t t
 31994 +$ac_datarootdir_hack
 31995 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
 31996 +
 31997 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 31998 +  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 31999 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 32000 +  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 32001 +which seems to be undefined.  Please make sure it is defined." >&5
 32002 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 32003 +which seems to be undefined.  Please make sure it is defined." >&2;}
 32004  
 32005 -  ac_builddir=.
 32006 -
 32007 -if test "$ac_dir" != .; then
 32008 -  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 32009 -  # A "../" for each directory in $ac_dir_suffix.
 32010 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 32011 -else
 32012 -  ac_dir_suffix= ac_top_builddir=
 32013 -fi
 32014 +  rm -f "$tmp/stdin"
 32015 +  case $ac_file in
 32016 +  -) cat "$tmp/out"; rm -f "$tmp/out";;
 32017 +  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 32018 +  esac
 32019 + ;;
 32020  
 32021 -case $srcdir in
 32022 -  .)  # No --srcdir option.  We are building in place.
 32023 -    ac_srcdir=.
 32024 -    if test -z "$ac_top_builddir"; then
 32025 -       ac_top_srcdir=.
 32026 -    else
 32027 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 32028 -    fi ;;
 32029 -  [\\/]* | ?:[\\/]* )  # Absolute path.
 32030 -    ac_srcdir=$srcdir$ac_dir_suffix;
 32031 -    ac_top_srcdir=$srcdir ;;
 32032 -  *) # Relative path.
 32033 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 32034 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 32035 -esac
 32036  
 32037 -# Do not use `cd foo && pwd` to compute absolute paths, because
 32038 -# the directories may not exist.
 32039 -case `pwd` in
 32040 -.) ac_abs_builddir="$ac_dir";;
 32041 -*)
 32042 -  case "$ac_dir" in
 32043 -  .) ac_abs_builddir=`pwd`;;
 32044 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 32045 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 32046 -  esac;;
 32047 -esac
 32048 -case $ac_abs_builddir in
 32049 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
 32050 -*)
 32051 -  case ${ac_top_builddir}. in
 32052 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
 32053 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 32054 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 32055 -  esac;;
 32056 -esac
 32057 -case $ac_abs_builddir in
 32058 -.) ac_abs_srcdir=$ac_srcdir;;
 32059 -*)
 32060 -  case $ac_srcdir in
 32061 -  .) ac_abs_srcdir=$ac_abs_builddir;;
 32062 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 32063 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 32064 -  esac;;
 32065 -esac
 32066 -case $ac_abs_builddir in
 32067 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
 32068 -*)
 32069 -  case $ac_top_srcdir in
 32070 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 32071 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 32072 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 32073 -  esac;;
 32074 -esac
 32075 +  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 32076 +echo "$as_me: executing $ac_file commands" >&6;}
 32077 + ;;
 32078 +  esac
 32079  
 32080  
 32081 -  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
 32082 -echo "$as_me: executing $ac_dest commands" >&6;}
 32083 -  case $ac_dest in
 32084 -    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 32085 +  case $ac_file$ac_mode in
 32086 +    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 32087    # Strip MF so we end up with the name of the file.
 32088    mf=`echo "$mf" | sed -e 's/:.*$//'`
 32089    # Check whether this is an Automake generated Makefile or not.
 32090 @@ -12936,18 +13982,29 @@
 32091    # each Makefile.in and add a new line on top of each file to say so.
 32092    # So let's grep whole file.
 32093    if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 32094 -    dirpart=`(dirname "$mf") 2>/dev/null ||
 32095 +    dirpart=`$as_dirname -- "$mf" ||
 32096  $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 32097  	 X"$mf" : 'X\(//\)[^/]' \| \
 32098  	 X"$mf" : 'X\(//\)$' \| \
 32099 -	 X"$mf" : 'X\(/\)' \| \
 32100 -	 .     : '\(.\)' 2>/dev/null ||
 32101 +	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 32102  echo X"$mf" |
 32103 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 32104 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 32105 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 32106 -  	  /^X\(\/\).*/{ s//\1/; q; }
 32107 -  	  s/.*/./; q'`
 32108 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 32109 +	    s//\1/
 32110 +	    q
 32111 +	  }
 32112 +	  /^X\(\/\/\)[^/].*/{
 32113 +	    s//\1/
 32114 +	    q
 32115 +	  }
 32116 +	  /^X\(\/\/\)$/{
 32117 +	    s//\1/
 32118 +	    q
 32119 +	  }
 32120 +	  /^X\(\/\).*/{
 32121 +	    s//\1/
 32122 +	    q
 32123 +	  }
 32124 +	  s/.*/./; q'`
 32125    else
 32126      continue
 32127    fi
 32128 @@ -12969,49 +14026,76 @@
 32129         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 32130      # Make sure the directory exists.
 32131      test -f "$dirpart/$file" && continue
 32132 -    fdir=`(dirname "$file") 2>/dev/null ||
 32133 +    fdir=`$as_dirname -- "$file" ||
 32134  $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 32135  	 X"$file" : 'X\(//\)[^/]' \| \
 32136  	 X"$file" : 'X\(//\)$' \| \
 32137 -	 X"$file" : 'X\(/\)' \| \
 32138 -	 .     : '\(.\)' 2>/dev/null ||
 32139 +	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 32140  echo X"$file" |
 32141 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 32142 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 32143 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 32144 -  	  /^X\(\/\).*/{ s//\1/; q; }
 32145 -  	  s/.*/./; q'`
 32146 -    { if $as_mkdir_p; then
 32147 -    mkdir -p $dirpart/$fdir
 32148 -  else
 32149 -    as_dir=$dirpart/$fdir
 32150 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 32151 +	    s//\1/
 32152 +	    q
 32153 +	  }
 32154 +	  /^X\(\/\/\)[^/].*/{
 32155 +	    s//\1/
 32156 +	    q
 32157 +	  }
 32158 +	  /^X\(\/\/\)$/{
 32159 +	    s//\1/
 32160 +	    q
 32161 +	  }
 32162 +	  /^X\(\/\).*/{
 32163 +	    s//\1/
 32164 +	    q
 32165 +	  }
 32166 +	  s/.*/./; q'`
 32167 +    { as_dir=$dirpart/$fdir
 32168 +  case $as_dir in #(
 32169 +  -*) as_dir=./$as_dir;;
 32170 +  esac
 32171 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 32172      as_dirs=
 32173 -    while test ! -d "$as_dir"; do
 32174 -      as_dirs="$as_dir $as_dirs"
 32175 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 32176 +    while :; do
 32177 +      case $as_dir in #(
 32178 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 32179 +      *) as_qdir=$as_dir;;
 32180 +      esac
 32181 +      as_dirs="'$as_qdir' $as_dirs"
 32182 +      as_dir=`$as_dirname -- "$as_dir" ||
 32183  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 32184  	 X"$as_dir" : 'X\(//\)[^/]' \| \
 32185  	 X"$as_dir" : 'X\(//\)$' \| \
 32186 -	 X"$as_dir" : 'X\(/\)' \| \
 32187 -	 .     : '\(.\)' 2>/dev/null ||
 32188 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 32189  echo X"$as_dir" |
 32190 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 32191 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 32192 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 32193 -  	  /^X\(\/\).*/{ s//\1/; q; }
 32194 -  	  s/.*/./; q'`
 32195 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 32196 +	    s//\1/
 32197 +	    q
 32198 +	  }
 32199 +	  /^X\(\/\/\)[^/].*/{
 32200 +	    s//\1/
 32201 +	    q
 32202 +	  }
 32203 +	  /^X\(\/\/\)$/{
 32204 +	    s//\1/
 32205 +	    q
 32206 +	  }
 32207 +	  /^X\(\/\).*/{
 32208 +	    s//\1/
 32209 +	    q
 32210 +	  }
 32211 +	  s/.*/./; q'`
 32212 +      test -d "$as_dir" && break
 32213      done
 32214 -    test ! -n "$as_dirs" || mkdir $as_dirs
 32215 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
 32216 -echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
 32217 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
 32218 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 32219 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
 32220     { (exit 1); exit 1; }; }; }
 32221 -
 32222      # echo "creating $dirpart/$file"
 32223      echo '# dummy' > "$dirpart/$file"
 32224    done
 32225  done
 32226   ;;
 32227 -    libtool )
 32228 +    "libtool":C)
 32229  
 32230      # See if we are running on zsh, and set the options which allow our
 32231      # commands through without removal of \ escapes.
 32232 @@ -13652,11 +14736,10 @@
 32233    chmod +x "$ofile"
 32234  
 32235   ;;
 32236 +
 32237    esac
 32238 -done
 32239 -_ACEOF
 32240 +done # for ac_tag
 32241  
 32242 -cat >>$CONFIG_STATUS <<\_ACEOF
 32243  
 32244  { (exit 0); exit 0; }
 32245  _ACEOF
 32246 @@ -13686,7 +14769,7 @@
 32247  fi
 32248  
 32249  #
 32250 -# CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
 32251 +# CONFIG_SUBDIRS section.
 32252  #
 32253  if test "$no_recursion" != yes; then
 32254  
 32255 @@ -13733,7 +14816,12 @@
 32256    case $ac_arg in
 32257    *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 32258    esac
 32259 -  ac_sub_configure_args="$ac_arg $ac_sub_configure_args"
 32260 +  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
 32261 +
 32262 +  # Pass --silent
 32263 +  if test "$silent" = yes; then
 32264 +    ac_sub_configure_args="--silent $ac_sub_configure_args"
 32265 +  fi
 32266  
 32267    ac_popdir=`pwd`
 32268    for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
 32269 @@ -13742,97 +14830,83 @@
 32270      # parts of a large source tree are present.
 32271      test -d "$srcdir/$ac_dir" || continue
 32272  
 32273 -    { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
 32274 -echo "$as_me: configuring in $ac_dir" >&6;}
 32275 -    { if $as_mkdir_p; then
 32276 -    mkdir -p "$ac_dir"
 32277 -  else
 32278 -    as_dir="$ac_dir"
 32279 +    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
 32280 +    echo "$as_me:$LINENO: $ac_msg" >&5
 32281 +    echo "$ac_msg" >&6
 32282 +    { as_dir="$ac_dir"
 32283 +  case $as_dir in #(
 32284 +  -*) as_dir=./$as_dir;;
 32285 +  esac
 32286 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 32287      as_dirs=
 32288 -    while test ! -d "$as_dir"; do
 32289 -      as_dirs="$as_dir $as_dirs"
 32290 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 32291 +    while :; do
 32292 +      case $as_dir in #(
 32293 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 32294 +      *) as_qdir=$as_dir;;
 32295 +      esac
 32296 +      as_dirs="'$as_qdir' $as_dirs"
 32297 +      as_dir=`$as_dirname -- "$as_dir" ||
 32298  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 32299  	 X"$as_dir" : 'X\(//\)[^/]' \| \
 32300  	 X"$as_dir" : 'X\(//\)$' \| \
 32301 -	 X"$as_dir" : 'X\(/\)' \| \
 32302 -	 .     : '\(.\)' 2>/dev/null ||
 32303 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 32304  echo X"$as_dir" |
 32305 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 32306 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 32307 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 32308 -  	  /^X\(\/\).*/{ s//\1/; q; }
 32309 -  	  s/.*/./; q'`
 32310 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 32311 +	    s//\1/
 32312 +	    q
 32313 +	  }
 32314 +	  /^X\(\/\/\)[^/].*/{
 32315 +	    s//\1/
 32316 +	    q
 32317 +	  }
 32318 +	  /^X\(\/\/\)$/{
 32319 +	    s//\1/
 32320 +	    q
 32321 +	  }
 32322 +	  /^X\(\/\).*/{
 32323 +	    s//\1/
 32324 +	    q
 32325 +	  }
 32326 +	  s/.*/./; q'`
 32327 +      test -d "$as_dir" && break
 32328      done
 32329 -    test ! -n "$as_dirs" || mkdir $as_dirs
 32330 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 32331 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 32332 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
 32333 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 32334 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
 32335     { (exit 1); exit 1; }; }; }
 32336 -
 32337      ac_builddir=.
 32338  
 32339 -if test "$ac_dir" != .; then
 32340 +case "$ac_dir" in
 32341 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 32342 +*)
 32343    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 32344 -  # A "../" for each directory in $ac_dir_suffix.
 32345 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 32346 -else
 32347 -  ac_dir_suffix= ac_top_builddir=
 32348 -fi
 32349 +  # A ".." for each directory in $ac_dir_suffix.
 32350 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 32351 +  case $ac_top_builddir_sub in
 32352 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 32353 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 32354 +  esac ;;
 32355 +esac
 32356 +ac_abs_top_builddir=$ac_pwd
 32357 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
 32358 +# for backward compatibility:
 32359 +ac_top_builddir=$ac_top_build_prefix
 32360  
 32361  case $srcdir in
 32362 -  .)  # No --srcdir option.  We are building in place.
 32363 +  .)  # We are building in place.
 32364      ac_srcdir=.
 32365 -    if test -z "$ac_top_builddir"; then
 32366 -       ac_top_srcdir=.
 32367 -    else
 32368 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 32369 -    fi ;;
 32370 -  [\\/]* | ?:[\\/]* )  # Absolute path.
 32371 +    ac_top_srcdir=$ac_top_builddir_sub
 32372 +    ac_abs_top_srcdir=$ac_pwd ;;
 32373 +  [\\/]* | ?:[\\/]* )  # Absolute name.
 32374      ac_srcdir=$srcdir$ac_dir_suffix;
 32375 -    ac_top_srcdir=$srcdir ;;
 32376 -  *) # Relative path.
 32377 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 32378 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 32379 -esac
 32380 -
 32381 -# Do not use `cd foo && pwd` to compute absolute paths, because
 32382 -# the directories may not exist.
 32383 -case `pwd` in
 32384 -.) ac_abs_builddir="$ac_dir";;
 32385 -*)
 32386 -  case "$ac_dir" in
 32387 -  .) ac_abs_builddir=`pwd`;;
 32388 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 32389 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 32390 -  esac;;
 32391 -esac
 32392 -case $ac_abs_builddir in
 32393 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
 32394 -*)
 32395 -  case ${ac_top_builddir}. in
 32396 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
 32397 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 32398 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 32399 -  esac;;
 32400 -esac
 32401 -case $ac_abs_builddir in
 32402 -.) ac_abs_srcdir=$ac_srcdir;;
 32403 -*)
 32404 -  case $ac_srcdir in
 32405 -  .) ac_abs_srcdir=$ac_abs_builddir;;
 32406 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 32407 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 32408 -  esac;;
 32409 -esac
 32410 -case $ac_abs_builddir in
 32411 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
 32412 -*)
 32413 -  case $ac_top_srcdir in
 32414 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 32415 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 32416 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 32417 -  esac;;
 32418 +    ac_top_srcdir=$srcdir
 32419 +    ac_abs_top_srcdir=$srcdir ;;
 32420 +  *) # Relative name.
 32421 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 32422 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
 32423 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 32424  esac
 32425 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 32426  
 32427  
 32428      cd "$ac_dir"
 32429 @@ -13856,8 +14930,8 @@
 32430        # Make the cache file name correct relative to the subdirectory.
 32431        case $cache_file in
 32432        [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
 32433 -      *) # Relative path.
 32434 -	ac_sub_cache_file=$ac_top_builddir$cache_file ;;
 32435 +      *) # Relative name.
 32436 +	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
 32437        esac
 32438  
 32439        { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
 32440 diff -Naur newlib-1.17.0/newlib/libc/sys/configure.in newlib-1.17.0-new/newlib/libc/sys/configure.in
 32441 --- newlib-1.17.0/newlib/libc/sys/configure.in	2007-05-24 19:33:37.000000000 +0200
 32442 +++ newlib-1.17.0-new/newlib/libc/sys/configure.in	2009-05-22 09:57:50.000000000 +0200
 32443 @@ -24,6 +24,7 @@
 32444  	a29khif) AC_CONFIG_SUBDIRS(a29khif) ;;
 32445  	arc) AC_CONFIG_SUBDIRS(arc) ;;
 32446  	arm) AC_CONFIG_SUBDIRS(arm) ;;
 32447 +	avr32) AC_CONFIG_SUBDIRS(avr32) ;;
 32448  	d10v) AC_CONFIG_SUBDIRS(d10v) ;;
 32449  	decstation) AC_CONFIG_SUBDIRS(decstation) ;;
 32450  	h8300hms) AC_CONFIG_SUBDIRS(h8300hms) ;;