OpenCores
URL https://opencores.org/ocsvn/zipcpu/zipcpu/trunk

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [sw/] [nlib-zippatch.patch] - Diff between revs 202 and 209

Only display areas with differences | Details | Blame | View Log

Rev 202 Rev 209
diff -Naur '--exclude=*.swp' newlib-2.5.0/config.sub newlib-2.5.0-zip/config.sub
diff -Naur '--exclude=*.swp' newlib-2.5.0/config.sub newlib-2.5.0-zip/config.sub
--- newlib-2.5.0/config.sub     2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/config.sub     2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/config.sub 2017-01-16 12:10:48.294312482 -0500
+++ newlib-2.5.0-zip/config.sub 2017-01-16 12:10:48.294312482 -0500
@@ -355,6 +355,14 @@
@@ -355,6 +355,14 @@
        xscaleel)
        xscaleel)
                basic_machine=armel-unknown
                basic_machine=armel-unknown
                ;;
                ;;
+       zip-*-linux*)
+       zip-*-linux*)
+               basic_machine=zip
+               basic_machine=zip
+               os=-linux
+               os=-linux
+               ;;
+               ;;
+       zip*)
+       zip*)
+               basic_machine=zip-unknown
+               basic_machine=zip-unknown
+               os=-none
+               os=-none
+               ;;
+               ;;
 
 
        # We use `pc' rather than `unknown'
        # We use `pc' rather than `unknown'
        # because (1) that's what they normally are, and
        # because (1) that's what they normally are, and
diff -Naur '--exclude=*.swp' newlib-2.5.0/configure newlib-2.5.0-zip/configure
diff -Naur '--exclude=*.swp' newlib-2.5.0/configure newlib-2.5.0-zip/configure
--- newlib-2.5.0/configure      2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/configure      2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/configure  2017-01-25 16:27:07.029658533 -0500
+++ newlib-2.5.0-zip/configure  2017-01-25 16:27:07.029658533 -0500
@@ -3549,6 +3549,9 @@
@@ -3549,6 +3549,9 @@
   ft32-*-*)
   ft32-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
     ;;
+  zip*)
+  zip*)
+    noconfigdirs="$noconfigdirs ${libgcj}"
+    noconfigdirs="$noconfigdirs ${libgcj}"
+    ;;
+    ;;
   *-*-lynxos*)
   *-*-lynxos*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
     ;;
@@ -3576,6 +3579,9 @@
@@ -3576,6 +3579,9 @@
     *-*-aix*)
     *-*-aix*)
        noconfigdirs="$noconfigdirs target-libgo"
        noconfigdirs="$noconfigdirs target-libgo"
        ;;
        ;;
+    zip*)
+    zip*)
+       noconfigdirs="$noconfigdirs target-libgo"
+       noconfigdirs="$noconfigdirs target-libgo"
+       ;;
+       ;;
     esac
     esac
 fi
 fi
 
 
@@ -3970,6 +3976,9 @@
@@ -3970,6 +3976,9 @@
   vax-*-*)
   vax-*-*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
     ;;
+  zip*)
+  zip*)
+    noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb gprof"
+    noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb gprof"
+    ;;
+    ;;
 esac
 esac
 
 
 # If we aren't building newlib, then don't build libgloss, since libgloss
 # If we aren't building newlib, then don't build libgloss, since libgloss
@@ -4723,13 +4732,13 @@
@@ -4723,13 +4732,13 @@
   CFLAGS=$ac_save_CFLAGS
   CFLAGS=$ac_save_CFLAGS
 elif test $ac_cv_prog_cc_g = yes; then
 elif test $ac_cv_prog_cc_g = yes; then
   if test "$GCC" = yes; then
   if test "$GCC" = yes; then
-    CFLAGS="-g -O2"
-    CFLAGS="-g -O2"
+    CFLAGS="-O3"
+    CFLAGS="-O3"
   else
   else
     CFLAGS="-g"
     CFLAGS="-g"
   fi
   fi
 else
 else
   if test "$GCC" = yes; then
   if test "$GCC" = yes; then
-    CFLAGS="-O2"
-    CFLAGS="-O2"
+    CFLAGS="-O3"
+    CFLAGS="-O3"
   else
   else
     CFLAGS=
     CFLAGS=
   fi
   fi
@@ -5071,13 +5080,13 @@
@@ -5071,13 +5080,13 @@
   CXXFLAGS=$ac_save_CXXFLAGS
   CXXFLAGS=$ac_save_CXXFLAGS
 elif test $ac_cv_prog_cxx_g = yes; then
 elif test $ac_cv_prog_cxx_g = yes; then
   if test "$GXX" = yes; then
   if test "$GXX" = yes; then
-    CXXFLAGS="-g -O2"
-    CXXFLAGS="-g -O2"
+    CXXFLAGS="-O3"
+    CXXFLAGS="-O3"
   else
   else
     CXXFLAGS="-g"
     CXXFLAGS="-g"
   fi
   fi
 else
 else
   if test "$GXX" = yes; then
   if test "$GXX" = yes; then
-    CXXFLAGS="-O2"
-    CXXFLAGS="-O2"
+    CXXFLAGS="-O3"
+    CXXFLAGS="-O3"
   else
   else
     CXXFLAGS=
     CXXFLAGS=
   fi
   fi
@@ -6777,7 +6786,7 @@
@@ -6777,7 +6786,7 @@
 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
 if test "x$CFLAGS_FOR_TARGET" = x; then
 if test "x$CFLAGS_FOR_TARGET" = x; then
   if test "x${is_cross_compiler}" = xyes; then
   if test "x${is_cross_compiler}" = xyes; then
-    CFLAGS_FOR_TARGET="-g -O2"
-    CFLAGS_FOR_TARGET="-g -O2"
+    CFLAGS_FOR_TARGET="-O3"
+    CFLAGS_FOR_TARGET="-O3"
   else
   else
     CFLAGS_FOR_TARGET=$CFLAGS
     CFLAGS_FOR_TARGET=$CFLAGS
     case " $CFLAGS " in
     case " $CFLAGS " in
@@ -6794,7 +6803,7 @@
@@ -6794,7 +6803,7 @@
 
 
 if test "x$CXXFLAGS_FOR_TARGET" = x; then
 if test "x$CXXFLAGS_FOR_TARGET" = x; then
   if test "x${is_cross_compiler}" = xyes; then
   if test "x${is_cross_compiler}" = xyes; then
-    CXXFLAGS_FOR_TARGET="-g -O2"
-    CXXFLAGS_FOR_TARGET="-g -O2"
+    CXXFLAGS_FOR_TARGET="-O3"
+    CXXFLAGS_FOR_TARGET="-O3"
   else
   else
     CXXFLAGS_FOR_TARGET=$CXXFLAGS
     CXXFLAGS_FOR_TARGET=$CXXFLAGS
     case " $CXXFLAGS " in
     case " $CXXFLAGS " in
diff -Naur '--exclude=*.swp' newlib-2.5.0/configure.ac newlib-2.5.0-zip/configure.ac
diff -Naur '--exclude=*.swp' newlib-2.5.0/configure.ac newlib-2.5.0-zip/configure.ac
--- newlib-2.5.0/configure.ac   2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/configure.ac   2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/configure.ac       2017-01-25 16:27:52.713416459 -0500
+++ newlib-2.5.0-zip/configure.ac       2017-01-25 16:27:52.713416459 -0500
@@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
-#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+3   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+3   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
 #   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
 #   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
 #   2014, 2015, 2016 Free Software Foundation, Inc.
 #   2014, 2015, 2016 Free Software Foundation, Inc.
 #
 #
@@ -2377,16 +2377,16 @@
@@ -2377,16 +2377,16 @@
 # might be empty or "-g".  We don't require a C++ compiler, so CXXFLAGS
 # might be empty or "-g".  We don't require a C++ compiler, so CXXFLAGS
 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
 # We want to ensure that TARGET libraries (which we know are built with
 # We want to ensure that TARGET libraries (which we know are built with
-# gcc) are built with "-O2 -g", so include those options when setting
-# gcc) are built with "-O2 -g", so include those options when setting
+# gcc) are built with "-O3 -g", so include those options when setting
+# gcc) are built with "-O3 -g", so include those options when setting
 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
 if test "x$CFLAGS_FOR_TARGET" = x; then
 if test "x$CFLAGS_FOR_TARGET" = x; then
   if test "x${is_cross_compiler}" = xyes; then
   if test "x${is_cross_compiler}" = xyes; then
-    CFLAGS_FOR_TARGET="-g -O2"
-    CFLAGS_FOR_TARGET="-g -O2"
+    CFLAGS_FOR_TARGET="-g -O3"
+    CFLAGS_FOR_TARGET="-g -O3"
   else
   else
     CFLAGS_FOR_TARGET=$CFLAGS
     CFLAGS_FOR_TARGET=$CFLAGS
     case " $CFLAGS " in
     case " $CFLAGS " in
-      *" -O2 "*) ;;
-      *" -O2 "*) ;;
-      *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
-      *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
+      *" -O3 "*) ;;
+      *" -O3 "*) ;;
+      *) CFLAGS_FOR_TARGET="-O3 $CFLAGS_FOR_TARGET" ;;
+      *) CFLAGS_FOR_TARGET="-O3 $CFLAGS_FOR_TARGET" ;;
     esac
     esac
     case " $CFLAGS " in
     case " $CFLAGS " in
       *" -g "* | *" -g3 "*) ;;
       *" -g "* | *" -g3 "*) ;;
@@ -2398,12 +2398,12 @@
@@ -2398,12 +2398,12 @@
 
 
 if test "x$CXXFLAGS_FOR_TARGET" = x; then
 if test "x$CXXFLAGS_FOR_TARGET" = x; then
   if test "x${is_cross_compiler}" = xyes; then
   if test "x${is_cross_compiler}" = xyes; then
-    CXXFLAGS_FOR_TARGET="-g -O2"
-    CXXFLAGS_FOR_TARGET="-g -O2"
+    CXXFLAGS_FOR_TARGET="-O3"
+    CXXFLAGS_FOR_TARGET="-O3"
   else
   else
     CXXFLAGS_FOR_TARGET=$CXXFLAGS
     CXXFLAGS_FOR_TARGET=$CXXFLAGS
     case " $CXXFLAGS " in
     case " $CXXFLAGS " in
-      *" -O2 "*) ;;
-      *" -O2 "*) ;;
-      *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
-      *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
+      *" -O3 "*) ;;
+      *" -O3 "*) ;;
+      *) CXXFLAGS_FOR_TARGET="-O3 $CXXFLAGS_FOR_TARGET" ;;
+      *) CXXFLAGS_FOR_TARGET="-O3 $CXXFLAGS_FOR_TARGET" ;;
     esac
     esac
     case " $CXXFLAGS " in
     case " $CXXFLAGS " in
       *" -g "* | *" -g3 "*) ;;
       *" -g "* | *" -g3 "*) ;;
@@ -2576,7 +2576,7 @@
@@ -2576,7 +2576,7 @@
     ;;
     ;;
 esac
 esac
 
 
-# If --enable-target-optspace always use -Os instead of -O2 to build
-# If --enable-target-optspace always use -Os instead of -O2 to build
+# If --enable-target-optspace always use -Os instead of -O3 to build
+# If --enable-target-optspace always use -Os instead of -O3 to build
 # the target libraries, similarly if it is not specified, use -Os
 # the target libraries, similarly if it is not specified, use -Os
 # on selected platforms.
 # on selected platforms.
 ospace_frag=/dev/null
 ospace_frag=/dev/null
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/configure newlib-2.5.0-zip/libgloss/configure
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/configure newlib-2.5.0-zip/libgloss/configure
--- newlib-2.5.0/libgloss/configure     2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/libgloss/configure     2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/configure 2017-01-11 11:12:49.779795431 -0500
+++ newlib-2.5.0-zip/libgloss/configure 2017-01-11 11:12:49.779795431 -0500
@@ -709,6 +709,7 @@
@@ -709,6 +709,7 @@
 tic6x
 tic6x
 iq2000
 iq2000
 or1k
 or1k
+zip
+zip
 libnosys'
 libnosys'
 
 
 # Initialize some variables set by options.
 # Initialize some variables set by options.
@@ -2579,7 +2580,9 @@
@@ -2579,7 +2580,9 @@
        ;;
        ;;
   or1k-*-* | or1knd-*-* )
   or1k-*-* | or1knd-*-* )
        subdirs="$subdirs or1k"
        subdirs="$subdirs or1k"
-
-
+       ;;
+       ;;
+  zip*)
+  zip*)
+       subdirs="$subdirs zip"
+       subdirs="$subdirs zip"
        ;;
        ;;
 esac
 esac
 
 
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/configure.in newlib-2.5.0-zip/libgloss/configure.in
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/configure.in newlib-2.5.0-zip/libgloss/configure.in
--- newlib-2.5.0/libgloss/configure.in  2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/libgloss/configure.in  2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/configure.in      2017-01-11 11:13:26.073974219 -0500
+++ newlib-2.5.0-zip/libgloss/configure.in      2017-01-11 11:13:26.073974219 -0500
@@ -173,6 +173,9 @@
@@ -173,6 +173,9 @@
   or1k-*-* | or1knd-*-* )
   or1k-*-* | or1knd-*-* )
        AC_CONFIG_SUBDIRS([or1k])
        AC_CONFIG_SUBDIRS([or1k])
        ;;
        ;;
+  zip*)
+  zip*)
+       AC_CONFIG_SUBDIRS([zip])
+       AC_CONFIG_SUBDIRS([zip])
+       ;;
+       ;;
 esac
 esac
 
 
 dnl For now, don't bother configuring testsuite
 dnl For now, don't bother configuring testsuite
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/libnosys/configure.in newlib-2.5.0-zip/libgloss/libnosys/configure.in
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/libnosys/configure.in newlib-2.5.0-zip/libgloss/libnosys/configure.in
--- newlib-2.5.0/libgloss/libnosys/configure.in 2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/libgloss/libnosys/configure.in 2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/libnosys/configure.in     2017-01-13 12:27:41.898876845 -0500
+++ newlib-2.5.0-zip/libgloss/libnosys/configure.in     2017-01-13 12:27:41.898876845 -0500
@@ -81,6 +81,8 @@
@@ -81,6 +81,8 @@
        ;;
        ;;
   z8k-*-*)
   z8k-*-*)
        ;;
        ;;
+  zip*)
+  zip*)
+       ;;
+       ;;
   *)
   *)
        AC_DEFINE(MISSING_SYSCALL_NAMES)
        AC_DEFINE(MISSING_SYSCALL_NAMES)
        ;;
        ;;
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/board.h newlib-2.5.0-zip/libgloss/zip/board.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/board.h newlib-2.5.0-zip/libgloss/zip/board.h
--- newlib-2.5.0/libgloss/zip/board.h   1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/board.h   1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/board.h       2017-03-01 15:51:53.300228357 -0500
+++ newlib-2.5.0-zip/libgloss/zip/board.h       2017-03-01 15:51:53.300228357 -0500
@@ -0,0 +1,190 @@
@@ -0,0 +1,190 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   zipbasic.h
+// Filename:   zipbasic.h
+//
+//
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+//
+//
+// Purpose:    A description of the hardware and I/O parts and pieces specific
+// Purpose:    A description of the hardware and I/O parts and pieces specific
+//             to the ZipBasic distribution, for the purpose of writing
+//             to the ZipBasic distribution, for the purpose of writing
+//     ZipCPU software that will run on the board.
+//     ZipCPU software that will run on the board.
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2017, Gisselquist Technology, LLC
+// Copyright (C) 2017, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// You should have received a copy of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// target there if the PDF file isn't present.)  If not, see
+// target there if the PDF file isn't present.)  If not, see
+// <http://www.gnu.org/licenses/> for a copy.
+// <http://www.gnu.org/licenses/> for a copy.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#ifndef        ZIPBASIC_H
+#ifndef        ZIPBASIC_H
+#define        ZIPBASIC_H
+#define        ZIPBASIC_H
+
+
+#include <stdint.h>
+#include <stdint.h>
+
+
+// We have the full ZIP System installed
+// We have the full ZIP System installed
+#define        _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+#define        _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+#define        _HAVE_ZIPSYS_DMA
+#define        _HAVE_ZIPSYS_DMA
+#include "zipsys.h"
+#include "zipsys.h"
+
+
+typedef        struct  {
+typedef        struct  {
+       unsigned        i_version;
+       unsigned        i_version;
+       unsigned        i_pwrcount;
+       unsigned        i_pwrcount;
+       unsigned        i_buserr;
+       unsigned        i_buserr;
+       unsigned        i_date;
+       unsigned        i_date;
+} BASICIO;
+} BASICIO;
+
+
+#define        UART_PARITY_NONE        0
+#define        UART_PARITY_NONE        0
+#define        UART_HWFLOW_OFF         0x40000000
+#define        UART_HWFLOW_OFF         0x40000000
+#define        UART_PARITY_ODD         0x04000000
+#define        UART_PARITY_ODD         0x04000000
+#define        UART_PARITY_EVEN        0x05000000
+#define        UART_PARITY_EVEN        0x05000000
+#define        UART_PARITY_SPACE       0x06000000
+#define        UART_PARITY_SPACE       0x06000000
+#define        UART_PARITY_MARK        0x07000000
+#define        UART_PARITY_MARK        0x07000000
+#define        UART_STOP_ONEBIT        0
+#define        UART_STOP_ONEBIT        0
+#define        UART_STOP_TWOBITS       0x08000000
+#define        UART_STOP_TWOBITS       0x08000000
+#define        UART_DATA_8BITS         0
+#define        UART_DATA_8BITS         0
+#define        UART_DATA_7BITS         0x10000000
+#define        UART_DATA_7BITS         0x10000000
+#define        UART_DATA_6BITS         0x20000000
+#define        UART_DATA_6BITS         0x20000000
+#define        UART_DATA_5BITS         0x30000000
+#define        UART_DATA_5BITS         0x30000000
+#define        UART_RX_BREAK           0x0800
+#define        UART_RX_BREAK           0x0800
+#define        UART_RX_FRAMEERR        0x0400
+#define        UART_RX_FRAMEERR        0x0400
+#define        UART_RX_PARITYERR       0x0200
+#define        UART_RX_PARITYERR       0x0200
+#define        UART_RX_NOTREADY        0x0100
+#define        UART_RX_NOTREADY        0x0100
+#define        UART_RX_ERR             (-256)
+#define        UART_RX_ERR             (-256)
+#define        UART_TX_BUSY            0x0100
+#define        UART_TX_BUSY            0x0100
+#define        UART_TX_BREAK           0x0200
+#define        UART_TX_BREAK           0x0200
+
+
+typedef        struct  WBUART_S {
+typedef        struct  WBUART_S {
+       unsigned        u_setup;
+       unsigned        u_setup;
+       unsigned        u_fifo;
+       unsigned        u_fifo;
+       unsigned        u_rx, u_tx;
+       unsigned        u_rx, u_tx;
+} WBUART;
+} WBUART;
+
+
+
+
+#define        WBSCOPE_NO_RESET        0x80000000
+#define        WBSCOPE_NO_RESET        0x80000000
+#define        WBSCOPE_TRIGGER (WBSCOPE_NO_RESET|0x08000000)
+#define        WBSCOPE_TRIGGER (WBSCOPE_NO_RESET|0x08000000)
+#define        WBSCOPE_MANUAL  WBSCOPE_TRIGGER
+#define        WBSCOPE_MANUAL  WBSCOPE_TRIGGER
+#define        WBSCOPE_DISABLE 0x04000000      // Disable the scope trigger
+#define        WBSCOPE_DISABLE 0x04000000      // Disable the scope trigger
+typedef        struct  WBSCOPE_S {
+typedef        struct  WBSCOPE_S {
+       unsigned        s_ctrl, s_data;
+       unsigned        s_ctrl, s_data;
+} WBSCOPE;
+} WBSCOPE;
+
+
+typedef        struct  {
+typedef        struct  {
+       unsigned        r_clock, r_stopwatch, r_timer, r_alarm;
+       unsigned        r_clock, r_stopwatch, r_timer, r_alarm;
+} RTCLIGHT;
+} RTCLIGHT;
+
+
+
+
+#define        SD_SETAUX       0x0ff
+#define        SD_SETAUX       0x0ff
+#define        SD_READAUX      0x0bf
+#define        SD_READAUX      0x0bf
+#define        SD_CMD          0x040
+#define        SD_CMD          0x040
+#define        SD_FIFO_OP      0x0800  // Read only
+#define        SD_FIFO_OP      0x0800  // Read only
+#define        SD_WRITEOP      0x0c00  // Write to the FIFO
+#define        SD_WRITEOP      0x0c00  // Write to the FIFO
+#define        SD_ALTFIFO      0x1000
+#define        SD_ALTFIFO      0x1000
+#define        SD_BUSY         0x4000
+#define        SD_BUSY         0x4000
+#define        SD_ERROR        0x8000
+#define        SD_ERROR        0x8000
+#define        SD_CLEARERR     0x8000
+#define        SD_CLEARERR     0x8000
+#define        SD_READ_SECTOR  ((SD_CMD|SD_CLEARERR|SD_FIFO_OP)+17)
+#define        SD_READ_SECTOR  ((SD_CMD|SD_CLEARERR|SD_FIFO_OP)+17)
+#define        SD_WRITE_SECTOR ((SD_CMD|SD_CLEARERR|SD_WRITEOP)+24)
+#define        SD_WRITE_SECTOR ((SD_CMD|SD_CLEARERR|SD_WRITEOP)+24)
+
+
+typedef        struct  {
+typedef        struct  {
+       unsigned        sd_ctrl, sd_data, sd_fifo[2];
+       unsigned        sd_ctrl, sd_data, sd_fifo[2];
+} SDCARD;
+} SDCARD;
+
+
+typedef        struct  {
+typedef        struct  {
+       unsigned        f_ereg, f_config, f_status, f_id;
+       unsigned        f_ereg, f_config, f_status, f_id;
+} FLASHCONTROL;
+} FLASHCONTROL;
+
+
+
+
+typedef        struct {
+typedef        struct {
+       BASICIO         b_io;
+       BASICIO         b_io;
+       char            _SKIP_TO_SCOPES[(0x040-sizeof(BASICIO))];
+       char            _SKIP_TO_SCOPES[(0x040-sizeof(BASICIO))];
+       WBSCOPE         b_s[2];
+       WBSCOPE         b_s[2];
+       WBUART          b_uart;
+       WBUART          b_uart;
+       RTCLIGHT        b_rtc;
+       RTCLIGHT        b_rtc;
+       FLASHCONTROL    b_flash;
+       FLASHCONTROL    b_flash;
+       SDCARD          b_sd;
+       SDCARD          b_sd;
+} ZIPBASICBOARD;
+} ZIPBASICBOARD;
+
+
+#define        PERIPHERAL_ADDR ((ZIPBASICBOARD *)0x100)
+#define        PERIPHERAL_ADDR ((ZIPBASICBOARD *)0x100)
+
+
+static volatile ZIPBASICBOARD  *const _sys =(PERIPHERAL_ADDR);
+static volatile ZIPBASICBOARD  *const _sys =(PERIPHERAL_ADDR);
+
+
+#define        _ZIP_HAS_WBUART
+#define        _ZIP_HAS_WBUART
+static volatile WBUART         *const _uart   = &(PERIPHERAL_ADDR)->b_uart;
+static volatile WBUART         *const _uart   = &(PERIPHERAL_ADDR)->b_uart;
+#define        _ZIP_HAS_WBUARTX
+#define        _ZIP_HAS_WBUARTX
+#define        _uarttx         _uart->u_tx
+#define        _uarttx         _uart->u_tx
+#define        _ZIP_HAS_WBUARTRX
+#define        _ZIP_HAS_WBUARTRX
+#define        _uartrx         _uart->u_rx
+#define        _uartrx         _uart->u_rx
+#define        _ZIP_HAS_UARTSETUP
+#define        _ZIP_HAS_UARTSETUP
+#define        _uartsetup      _uart->u_setup
+#define        _uartsetup      _uart->u_setup
+
+
+#define        _ZIP_HAS_RTC
+#define        _ZIP_HAS_RTC
+static volatile RTCLIGHT       *const _rtcdev = &(PERIPHERAL_ADDR)->b_rtc;
+static volatile RTCLIGHT       *const _rtcdev = &(PERIPHERAL_ADDR)->b_rtc;
+#define        _ZIP_HAS_RTCDATE
+#define        _ZIP_HAS_RTCDATE
+static volatile uint32_t       *const _rtcdate = &((PERIPHERAL_ADDR)->b_io.i_date);
+static volatile uint32_t       *const _rtcdate = &((PERIPHERAL_ADDR)->b_io.i_date);
+
+
+#define        _ZIP_HAS_SDCARD
+#define        _ZIP_HAS_SDCARD
+static volatile SDCARD         *const _sdcard = &((PERIPHERAL_ADDR)->b_sd);
+static volatile SDCARD         *const _sdcard = &((PERIPHERAL_ADDR)->b_sd);
+
+
+#define        SYSTIMER        zip->z_tma
+#define        SYSTIMER        zip->z_tma
+#define        SYSPIC          zip->z_pic
+#define        SYSPIC          zip->z_pic
+#define        ALTPIC          zip->z_zpic
+#define        ALTPIC          zip->z_zpic
+#define        COUNTER         zip->z_m.ac_ck
+#define        COUNTER         zip->z_m.ac_ck
+
+
+#define        BKRAM   (void *)0
+#define        BKRAM   (void *)0
+#define        FLASH   (void *)0x01000000
+#define        FLASH   (void *)0x01000000
+#define        SDRAM   (void *)0x10000000
+#define        SDRAM   (void *)0x10000000
+#define        CLOCKFREQHZ     100000000       // 100 MHz
+#define        CLOCKFREQHZ     100000000       // 100 MHz
+#define        CLOCKFREQ_HZ    CLOCKFREQHZ
+#define        CLOCKFREQ_HZ    CLOCKFREQHZ
+//
+//
+#define        MEMLEN          0
+#define        MEMLEN          0
+#define        FLASHLEN        0x01000000
+#define        FLASHLEN        0x01000000
+#define        SDRAMLEN        0x10000000
+#define        SDRAMLEN        0x10000000
+
+
+// Finally, let's assign some of our interrupts:
+// Finally, let's assign some of our interrupts:
+//
+//
+// We're allowed nine interrupts to the master interrupt controller in the
+// We're allowed nine interrupts to the master interrupt controller in the
+// ZipSys
+// ZipSys
+#define        SYSINT_PPS      SYSINT(6)
+#define        SYSINT_PPS      SYSINT(6)
+#define        SYSINT_UARTRX   SYSINT(7)
+#define        SYSINT_UARTRX   SYSINT(7)
+#define        SYSINT_UARTTX   SYSINT(8)
+#define        SYSINT_UARTTX   SYSINT(8)
+#define        SYSINT_UARTRXF  SYSINT(9)
+#define        SYSINT_UARTRXF  SYSINT(9)
+#define        SYSINT_UARTTXF  SYSINT(10)
+#define        SYSINT_UARTTXF  SYSINT(10)
+#define        SYSINT_SDCARD   SYSINT(11)
+#define        SYSINT_SDCARD   SYSINT(11)
+#define        SYSINT_FLASH    SYSINT(12)
+#define        SYSINT_FLASH    SYSINT(12)
+#define        SYSINT_SCOPE    SYSINT(13)
+#define        SYSINT_SCOPE    SYSINT(13)
+#define        SYSINT_RTC      SYSINT(14)
+#define        SYSINT_RTC      SYSINT(14)
+
+
+// DMA Interrupt parameters
+// DMA Interrupt parameters
+#define        DMA_ONPPS       DMA_ONINT(6)
+#define        DMA_ONPPS       DMA_ONINT(6)
+#define        DMA_ONUARTRX    DMA_ONINT(7)
+#define        DMA_ONUARTRX    DMA_ONINT(7)
+#define        DMA_ONUARTTX    DMA_ONINT(8)
+#define        DMA_ONUARTTX    DMA_ONINT(8)
+#define        DMA_ONUARTRXF   DMA_ONINT(9)
+#define        DMA_ONUARTRXF   DMA_ONINT(9)
+#define        DMA_ONUARTTXF   DMA_ONINT(10)
+#define        DMA_ONUARTTXF   DMA_ONINT(10)
+#define        DMA_ONSDCARD    DMA_ONINT(11)
+#define        DMA_ONSDCARD    DMA_ONINT(11)
+#define        DMA_ONFLASH     DMA_ONINT(12)
+#define        DMA_ONFLASH     DMA_ONINT(12)
+#define        DMA_ONSCOPE     DMA_ONINT(13)
+#define        DMA_ONSCOPE     DMA_ONINT(13)
+#define        DMA_ONRTC       DMA_ONINT(14)
+#define        DMA_ONRTC       DMA_ONINT(14)
+
+
+#endif
+#endif
+
+
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/boards/zipbasic.h newlib-2.5.0-zip/libgloss/zip/boards/zipbasic.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/boards/zipbasic.h newlib-2.5.0-zip/libgloss/zip/boards/zipbasic.h
--- newlib-2.5.0/libgloss/zip/boards/zipbasic.h 1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/boards/zipbasic.h 1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/boards/zipbasic.h     2017-03-01 15:51:53.300228357 -0500
+++ newlib-2.5.0-zip/libgloss/zip/boards/zipbasic.h     2017-03-01 15:51:53.300228357 -0500
@@ -0,0 +1,190 @@
@@ -0,0 +1,190 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   zipbasic.h
+// Filename:   zipbasic.h
+//
+//
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+//
+//
+// Purpose:    A description of the hardware and I/O parts and pieces specific
+// Purpose:    A description of the hardware and I/O parts and pieces specific
+//             to the ZipBasic distribution, for the purpose of writing
+//             to the ZipBasic distribution, for the purpose of writing
+//     ZipCPU software that will run on the board.
+//     ZipCPU software that will run on the board.
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2017, Gisselquist Technology, LLC
+// Copyright (C) 2017, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// You should have received a copy of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// target there if the PDF file isn't present.)  If not, see
+// target there if the PDF file isn't present.)  If not, see
+// <http://www.gnu.org/licenses/> for a copy.
+// <http://www.gnu.org/licenses/> for a copy.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#ifndef        ZIPBASIC_H
+#ifndef        ZIPBASIC_H
+#define        ZIPBASIC_H
+#define        ZIPBASIC_H
+
+
+#include <stdint.h>
+#include <stdint.h>
+
+
+// We have the full ZIP System installed
+// We have the full ZIP System installed
+#define        _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+#define        _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+#define        _HAVE_ZIPSYS_DMA
+#define        _HAVE_ZIPSYS_DMA
+#include "zipsys.h"
+#include "zipsys.h"
+
+
+typedef        struct  {
+typedef        struct  {
+       unsigned        i_version;
+       unsigned        i_version;
+       unsigned        i_pwrcount;
+       unsigned        i_pwrcount;
+       unsigned        i_buserr;
+       unsigned        i_buserr;
+       unsigned        i_date;
+       unsigned        i_date;
+} BASICIO;
+} BASICIO;
+
+
+#define        UART_PARITY_NONE        0
+#define        UART_PARITY_NONE        0
+#define        UART_HWFLOW_OFF         0x40000000
+#define        UART_HWFLOW_OFF         0x40000000
+#define        UART_PARITY_ODD         0x04000000
+#define        UART_PARITY_ODD         0x04000000
+#define        UART_PARITY_EVEN        0x05000000
+#define        UART_PARITY_EVEN        0x05000000
+#define        UART_PARITY_SPACE       0x06000000
+#define        UART_PARITY_SPACE       0x06000000
+#define        UART_PARITY_MARK        0x07000000
+#define        UART_PARITY_MARK        0x07000000
+#define        UART_STOP_ONEBIT        0
+#define        UART_STOP_ONEBIT        0
+#define        UART_STOP_TWOBITS       0x08000000
+#define        UART_STOP_TWOBITS       0x08000000
+#define        UART_DATA_8BITS         0
+#define        UART_DATA_8BITS         0
+#define        UART_DATA_7BITS         0x10000000
+#define        UART_DATA_7BITS         0x10000000
+#define        UART_DATA_6BITS         0x20000000
+#define        UART_DATA_6BITS         0x20000000
+#define        UART_DATA_5BITS         0x30000000
+#define        UART_DATA_5BITS         0x30000000
+#define        UART_RX_BREAK           0x0800
+#define        UART_RX_BREAK           0x0800
+#define        UART_RX_FRAMEERR        0x0400
+#define        UART_RX_FRAMEERR        0x0400
+#define        UART_RX_PARITYERR       0x0200
+#define        UART_RX_PARITYERR       0x0200
+#define        UART_RX_NOTREADY        0x0100
+#define        UART_RX_NOTREADY        0x0100
+#define        UART_RX_ERR             (-256)
+#define        UART_RX_ERR             (-256)
+#define        UART_TX_BUSY            0x0100
+#define        UART_TX_BUSY            0x0100
+#define        UART_TX_BREAK           0x0200
+#define        UART_TX_BREAK           0x0200
+
+
+typedef        struct  WBUART_S {
+typedef        struct  WBUART_S {
+       unsigned        u_setup;
+       unsigned        u_setup;
+       unsigned        u_fifo;
+       unsigned        u_fifo;
+       unsigned        u_rx, u_tx;
+       unsigned        u_rx, u_tx;
+} WBUART;
+} WBUART;
+
+
+
+
+#define        WBSCOPE_NO_RESET        0x80000000
+#define        WBSCOPE_NO_RESET        0x80000000
+#define        WBSCOPE_TRIGGER (WBSCOPE_NO_RESET|0x08000000)
+#define        WBSCOPE_TRIGGER (WBSCOPE_NO_RESET|0x08000000)
+#define        WBSCOPE_MANUAL  WBSCOPE_TRIGGER
+#define        WBSCOPE_MANUAL  WBSCOPE_TRIGGER
+#define        WBSCOPE_DISABLE 0x04000000      // Disable the scope trigger
+#define        WBSCOPE_DISABLE 0x04000000      // Disable the scope trigger
+typedef        struct  WBSCOPE_S {
+typedef        struct  WBSCOPE_S {
+       unsigned        s_ctrl, s_data;
+       unsigned        s_ctrl, s_data;
+} WBSCOPE;
+} WBSCOPE;
+
+
+typedef        struct  {
+typedef        struct  {
+       unsigned        r_clock, r_stopwatch, r_timer, r_alarm;
+       unsigned        r_clock, r_stopwatch, r_timer, r_alarm;
+} RTCLIGHT;
+} RTCLIGHT;
+
+
+
+
+#define        SD_SETAUX       0x0ff
+#define        SD_SETAUX       0x0ff
+#define        SD_READAUX      0x0bf
+#define        SD_READAUX      0x0bf
+#define        SD_CMD          0x040
+#define        SD_CMD          0x040
+#define        SD_FIFO_OP      0x0800  // Read only
+#define        SD_FIFO_OP      0x0800  // Read only
+#define        SD_WRITEOP      0x0c00  // Write to the FIFO
+#define        SD_WRITEOP      0x0c00  // Write to the FIFO
+#define        SD_ALTFIFO      0x1000
+#define        SD_ALTFIFO      0x1000
+#define        SD_BUSY         0x4000
+#define        SD_BUSY         0x4000
+#define        SD_ERROR        0x8000
+#define        SD_ERROR        0x8000
+#define        SD_CLEARERR     0x8000
+#define        SD_CLEARERR     0x8000
+#define        SD_READ_SECTOR  ((SD_CMD|SD_CLEARERR|SD_FIFO_OP)+17)
+#define        SD_READ_SECTOR  ((SD_CMD|SD_CLEARERR|SD_FIFO_OP)+17)
+#define        SD_WRITE_SECTOR ((SD_CMD|SD_CLEARERR|SD_WRITEOP)+24)
+#define        SD_WRITE_SECTOR ((SD_CMD|SD_CLEARERR|SD_WRITEOP)+24)
+
+
+typedef        struct  {
+typedef        struct  {
+       unsigned        sd_ctrl, sd_data, sd_fifo[2];
+       unsigned        sd_ctrl, sd_data, sd_fifo[2];
+} SDCARD;
+} SDCARD;
+
+
+typedef        struct  {
+typedef        struct  {
+       unsigned        f_ereg, f_config, f_status, f_id;
+       unsigned        f_ereg, f_config, f_status, f_id;
+} FLASHCONTROL;
+} FLASHCONTROL;
+
+
+
+
+typedef        struct {
+typedef        struct {
+       BASICIO         b_io;
+       BASICIO         b_io;
+       char            _SKIP_TO_SCOPES[(0x040-sizeof(BASICIO))];
+       char            _SKIP_TO_SCOPES[(0x040-sizeof(BASICIO))];
+       WBSCOPE         b_s[2];
+       WBSCOPE         b_s[2];
+       WBUART          b_uart;
+       WBUART          b_uart;
+       RTCLIGHT        b_rtc;
+       RTCLIGHT        b_rtc;
+       FLASHCONTROL    b_flash;
+       FLASHCONTROL    b_flash;
+       SDCARD          b_sd;
+       SDCARD          b_sd;
+} ZIPBASICBOARD;
+} ZIPBASICBOARD;
+
+
+#define        PERIPHERAL_ADDR ((ZIPBASICBOARD *)0x100)
+#define        PERIPHERAL_ADDR ((ZIPBASICBOARD *)0x100)
+
+
+static volatile ZIPBASICBOARD  *const _sys =(PERIPHERAL_ADDR);
+static volatile ZIPBASICBOARD  *const _sys =(PERIPHERAL_ADDR);
+
+
+#define        _ZIP_HAS_WBUART
+#define        _ZIP_HAS_WBUART
+static volatile WBUART         *const _uart   = &(PERIPHERAL_ADDR)->b_uart;
+static volatile WBUART         *const _uart   = &(PERIPHERAL_ADDR)->b_uart;
+#define        _ZIP_HAS_WBUARTX
+#define        _ZIP_HAS_WBUARTX
+#define        _uarttx         _uart->u_tx
+#define        _uarttx         _uart->u_tx
+#define        _ZIP_HAS_WBUARTRX
+#define        _ZIP_HAS_WBUARTRX
+#define        _uartrx         _uart->u_rx
+#define        _uartrx         _uart->u_rx
+#define        _ZIP_HAS_UARTSETUP
+#define        _ZIP_HAS_UARTSETUP
+#define        _uartsetup      _uart->u_setup
+#define        _uartsetup      _uart->u_setup
+
+
+#define        _ZIP_HAS_RTC
+#define        _ZIP_HAS_RTC
+static volatile RTCLIGHT       *const _rtcdev = &(PERIPHERAL_ADDR)->b_rtc;
+static volatile RTCLIGHT       *const _rtcdev = &(PERIPHERAL_ADDR)->b_rtc;
+#define        _ZIP_HAS_RTCDATE
+#define        _ZIP_HAS_RTCDATE
+static volatile uint32_t       *const _rtcdate = &((PERIPHERAL_ADDR)->b_io.i_date);
+static volatile uint32_t       *const _rtcdate = &((PERIPHERAL_ADDR)->b_io.i_date);
+
+
+#define        _ZIP_HAS_SDCARD
+#define        _ZIP_HAS_SDCARD
+static volatile SDCARD         *const _sdcard = &((PERIPHERAL_ADDR)->b_sd);
+static volatile SDCARD         *const _sdcard = &((PERIPHERAL_ADDR)->b_sd);
+
+
+#define        SYSTIMER        zip->z_tma
+#define        SYSTIMER        zip->z_tma
+#define        SYSPIC          zip->z_pic
+#define        SYSPIC          zip->z_pic
+#define        ALTPIC          zip->z_zpic
+#define        ALTPIC          zip->z_zpic
+#define        COUNTER         zip->z_m.ac_ck
+#define        COUNTER         zip->z_m.ac_ck
+
+
+#define        BKRAM   (void *)0
+#define        BKRAM   (void *)0
+#define        FLASH   (void *)0x01000000
+#define        FLASH   (void *)0x01000000
+#define        SDRAM   (void *)0x10000000
+#define        SDRAM   (void *)0x10000000
+#define        CLOCKFREQHZ     100000000       // 100 MHz
+#define        CLOCKFREQHZ     100000000       // 100 MHz
+#define        CLOCKFREQ_HZ    CLOCKFREQHZ
+#define        CLOCKFREQ_HZ    CLOCKFREQHZ
+//
+//
+#define        MEMLEN          0
+#define        MEMLEN          0
+#define        FLASHLEN        0x01000000
+#define        FLASHLEN        0x01000000
+#define        SDRAMLEN        0x10000000
+#define        SDRAMLEN        0x10000000
+
+
+// Finally, let's assign some of our interrupts:
+// Finally, let's assign some of our interrupts:
+//
+//
+// We're allowed nine interrupts to the master interrupt controller in the
+// We're allowed nine interrupts to the master interrupt controller in the
+// ZipSys
+// ZipSys
+#define        SYSINT_PPS      SYSINT(6)
+#define        SYSINT_PPS      SYSINT(6)
+#define        SYSINT_UARTRX   SYSINT(7)
+#define        SYSINT_UARTRX   SYSINT(7)
+#define        SYSINT_UARTTX   SYSINT(8)
+#define        SYSINT_UARTTX   SYSINT(8)
+#define        SYSINT_UARTRXF  SYSINT(9)
+#define        SYSINT_UARTRXF  SYSINT(9)
+#define        SYSINT_UARTTXF  SYSINT(10)
+#define        SYSINT_UARTTXF  SYSINT(10)
+#define        SYSINT_SDCARD   SYSINT(11)
+#define        SYSINT_SDCARD   SYSINT(11)
+#define        SYSINT_FLASH    SYSINT(12)
+#define        SYSINT_FLASH    SYSINT(12)
+#define        SYSINT_SCOPE    SYSINT(13)
+#define        SYSINT_SCOPE    SYSINT(13)
+#define        SYSINT_RTC      SYSINT(14)
+#define        SYSINT_RTC      SYSINT(14)
+
+
+// DMA Interrupt parameters
+// DMA Interrupt parameters
+#define        DMA_ONPPS       DMA_ONINT(6)
+#define        DMA_ONPPS       DMA_ONINT(6)
+#define        DMA_ONUARTRX    DMA_ONINT(7)
+#define        DMA_ONUARTRX    DMA_ONINT(7)
+#define        DMA_ONUARTTX    DMA_ONINT(8)
+#define        DMA_ONUARTTX    DMA_ONINT(8)
+#define        DMA_ONUARTRXF   DMA_ONINT(9)
+#define        DMA_ONUARTRXF   DMA_ONINT(9)
+#define        DMA_ONUARTTXF   DMA_ONINT(10)
+#define        DMA_ONUARTTXF   DMA_ONINT(10)
+#define        DMA_ONSDCARD    DMA_ONINT(11)
+#define        DMA_ONSDCARD    DMA_ONINT(11)
+#define        DMA_ONFLASH     DMA_ONINT(12)
+#define        DMA_ONFLASH     DMA_ONINT(12)
+#define        DMA_ONSCOPE     DMA_ONINT(13)
+#define        DMA_ONSCOPE     DMA_ONINT(13)
+#define        DMA_ONRTC       DMA_ONINT(14)
+#define        DMA_ONRTC       DMA_ONINT(14)
+
+
+#endif
+#endif
+
+
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/bootloader.h newlib-2.5.0-zip/libgloss/zip/bootloader.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/bootloader.h newlib-2.5.0-zip/libgloss/zip/bootloader.h
--- newlib-2.5.0/libgloss/zip/bootloader.h      1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/bootloader.h      1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/bootloader.h  2017-01-13 09:54:17.642333099 -0500
+++ newlib-2.5.0-zip/libgloss/zip/bootloader.h  2017-01-13 09:54:17.642333099 -0500
@@ -0,0 +1,46 @@
@@ -0,0 +1,46 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   bootloader.h
+// Filename:   bootloader.h
+//
+//
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+//
+//
+// Purpose:
+// Purpose:
+//
+//
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#ifndef        BOOTLOADER_H
+#ifndef        BOOTLOADER_H
+#define        BOOTLOADER_H
+#define        BOOTLOADER_H
+
+
+extern int     _top_of_heap[1], _top_of_stack[1];
+extern int     _top_of_heap[1], _top_of_stack[1];
+
+
+extern int     _sdram[1], _flash[1], _blkram[1];
+extern int     _sdram[1], _flash[1], _blkram[1];
+
+
+extern int     _boot_address[1],
+extern int     _boot_address[1],
+               _kernel_image_start[1], _kernel_image_end[1],
+               _kernel_image_start[1], _kernel_image_end[1],
+               _sdram_image_start[1], _sdram_image_end[1],
+               _sdram_image_start[1], _sdram_image_end[1],
+               _bss_image_end[1];
+               _bss_image_end[1];
+
+
+#endif
+#endif
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/configure newlib-2.5.0-zip/libgloss/zip/configure
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/configure newlib-2.5.0-zip/libgloss/zip/configure
--- newlib-2.5.0/libgloss/zip/configure 1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/configure 1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/configure     2017-01-26 07:40:47.545551439 -0500
+++ newlib-2.5.0-zip/libgloss/zip/configure     2017-01-26 07:40:47.545551439 -0500
@@ -0,0 +1,3892 @@
@@ -0,0 +1,3892 @@
+#! /bin/sh
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
+# Guess values for system-dependent variables and create Makefiles.
+# Generated by GNU Autoconf 2.68 for libor1k 0.0.1.
+# Generated by GNU Autoconf 2.68 for libor1k 0.0.1.
+#
+#
+#
+#
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
+# Foundation, Inc.
+#
+#
+#
+#
+# This configure script is free software; the Free Software Foundation
+# This configure script is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+# gives unlimited permission to copy, distribute and modify it.
+## -------------------- ##
+## -------------------- ##
+## M4sh Initialization. ##
+## M4sh Initialization. ##
+## -------------------- ##
+## -------------------- ##
+
+
+# Be more Bourne compatible
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  emulate sh
+  NULLCMD=:
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+  setopt NO_GLOB_SUBST
+else
+else
+  case `(set -o) 2>/dev/null` in #(
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+  *posix*) :
+    set -o posix ;; #(
+    set -o posix ;; #(
+  *) :
+  *) :
+     ;;
+     ;;
+esac
+esac
+fi
+fi
+
+
+
+
+as_nl='
+as_nl='
+'
+'
+export as_nl
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+  as_echo_n='printf %s'
+else
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+    as_echo_n_body='eval
+      arg=$1;
+      arg=$1;
+      case $arg in #(
+      case $arg in #(
+      *"$as_nl"*)
+      *"$as_nl"*)
+       expr "X$arg" : "X\\(.*\\)$as_nl";
+       expr "X$arg" : "X\\(.*\\)$as_nl";
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    '
+    export as_echo_n_body
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  fi
+  export as_echo_body
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+fi
+
+
+# The user is always right.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+      PATH_SEPARATOR=';'
+  }
+  }
+fi
+fi
+
+
+
+
+# IFS
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+# splitting by setting IFS to empty value.)
+IFS=" ""       $as_nl"
+IFS=" ""       $as_nl"
+
+
+# Find who we are.  Look in the path if we contain no directory separator.
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+as_myself=
+case $0 in #((
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+     ;;
+     ;;
+esac
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+if test "x$as_myself" = x; then
+  as_myself=$0
+  as_myself=$0
+fi
+fi
+if test ! -f "$as_myself"; then
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+  exit 1
+fi
+fi
+
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+done
+PS1='$ '
+PS1='$ '
+PS2='> '
+PS2='> '
+PS4='+ '
+PS4='+ '
+
+
+# NLS nuisances.
+# NLS nuisances.
+LC_ALL=C
+LC_ALL=C
+export LC_ALL
+export LC_ALL
+LANGUAGE=C
+LANGUAGE=C
+export LANGUAGE
+export LANGUAGE
+
+
+# CDPATH.
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+if test "x$CONFIG_SHELL" = x; then
+if test "x$CONFIG_SHELL" = x; then
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  emulate sh
+  NULLCMD=:
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+  # is contrary to our usage.  Disable this feature.
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  setopt NO_GLOB_SUBST
+  setopt NO_GLOB_SUBST
+else
+else
+  case \`(set -o) 2>/dev/null\` in #(
+  case \`(set -o) 2>/dev/null\` in #(
+  *posix*) :
+  *posix*) :
+    set -o posix ;; #(
+    set -o posix ;; #(
+  *) :
+  *) :
+     ;;
+     ;;
+esac
+esac
+fi
+fi
+"
+"
+  as_required="as_fn_return () { (exit \$1); }
+  as_required="as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
+as_fn_ret_failure () { return 1; }
+
+
+exitcode=0
+exitcode=0
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
+
+else
+else
+  exitcode=1; echo positional parameters were not saved.
+  exitcode=1; echo positional parameters were not saved.
+fi
+fi
+test x\$exitcode = x0 || exit 1"
+test x\$exitcode = x0 || exit 1"
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
+  if (eval "$as_required") 2>/dev/null; then :
+  if (eval "$as_required") 2>/dev/null; then :
+  as_have_required=yes
+  as_have_required=yes
+else
+else
+  as_have_required=no
+  as_have_required=no
+fi
+fi
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+
+
+else
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
+as_found=false
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+  as_found=:
+  as_found=:
+  case $as_dir in #(
+  case $as_dir in #(
+        /*)
+        /*)
+          for as_base in sh bash ksh sh5; do
+          for as_base in sh bash ksh sh5; do
+            # Try only shells that exist, to save several forks.
+            # Try only shells that exist, to save several forks.
+            as_shell=$as_dir/$as_base
+            as_shell=$as_dir/$as_base
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  CONFIG_SHELL=$as_shell as_have_required=yes
+  CONFIG_SHELL=$as_shell as_have_required=yes
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  break 2
+  break 2
+fi
+fi
+fi
+fi
+          done;;
+          done;;
+       esac
+       esac
+  as_found=false
+  as_found=false
+done
+done
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+  CONFIG_SHELL=$SHELL as_have_required=yes
+  CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
+fi; }
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+
+
+      if test "x$CONFIG_SHELL" != x; then :
+      if test "x$CONFIG_SHELL" != x; then :
+  # We cannot yet assume a decent shell, so we have to provide a
+  # We cannot yet assume a decent shell, so we have to provide a
+       # neutralization value for shells without unset; and this also
+       # neutralization value for shells without unset; and this also
+       # works around shells that cannot unset nonexistent variables.
+       # works around shells that cannot unset nonexistent variables.
+       # Preserve -v and -x to the replacement shell.
+       # Preserve -v and -x to the replacement shell.
+       BASH_ENV=/dev/null
+       BASH_ENV=/dev/null
+       ENV=/dev/null
+       ENV=/dev/null
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+       export CONFIG_SHELL
+       export CONFIG_SHELL
+       case $- in # ((((
+       case $- in # ((((
+         *v*x* | *x*v* ) as_opts=-vx ;;
+         *v*x* | *x*v* ) as_opts=-vx ;;
+         *v* ) as_opts=-v ;;
+         *v* ) as_opts=-v ;;
+         *x* ) as_opts=-x ;;
+         *x* ) as_opts=-x ;;
+         * ) as_opts= ;;
+         * ) as_opts= ;;
+       esac
+       esac
+       exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
+       exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
+fi
+fi
+
+
+    if test x$as_have_required = xno; then :
+    if test x$as_have_required = xno; then :
+  $as_echo "$0: This script requires a shell more modern than all"
+  $as_echo "$0: This script requires a shell more modern than all"
+  $as_echo "$0: the shells that I found on your system."
+  $as_echo "$0: the shells that I found on your system."
+  if test x${ZSH_VERSION+set} = xset ; then
+  if test x${ZSH_VERSION+set} = xset ; then
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+  else
+  else
+    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
+    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
+$0: including any error possibly output before this
+$0: including any error possibly output before this
+$0: message. Then install a modern shell, or manually run
+$0: message. Then install a modern shell, or manually run
+$0: the script under such a shell if you do have one."
+$0: the script under such a shell if you do have one."
+  fi
+  fi
+  exit 1
+  exit 1
+fi
+fi
+fi
+fi
+fi
+fi
+SHELL=${CONFIG_SHELL-/bin/sh}
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
+unset CLICOLOR_FORCE GREP_OPTIONS
+
+
+## --------------------- ##
+## --------------------- ##
+## M4sh Shell Functions. ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+## --------------------- ##
+# as_fn_unset VAR
+# as_fn_unset VAR
+# ---------------
+# ---------------
+# Portably unset VAR.
+# Portably unset VAR.
+as_fn_unset ()
+as_fn_unset ()
+{
+{
+  { eval $1=; unset $1;}
+  { eval $1=; unset $1;}
+}
+}
+as_unset=as_fn_unset
+as_unset=as_fn_unset
+
+
+# as_fn_set_status STATUS
+# as_fn_set_status STATUS
+# -----------------------
+# -----------------------
+# Set $? to STATUS, without forking.
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+as_fn_set_status ()
+{
+{
+  return $1
+  return $1
+} # as_fn_set_status
+} # as_fn_set_status
+
+
+# as_fn_exit STATUS
+# as_fn_exit STATUS
+# -----------------
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+as_fn_exit ()
+{
+{
+  set +e
+  set +e
+  as_fn_set_status $1
+  as_fn_set_status $1
+  exit $1
+  exit $1
+} # as_fn_exit
+} # as_fn_exit
+
+
+# as_fn_mkdir_p
+# as_fn_mkdir_p
+# -------------
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+as_fn_mkdir_p ()
+{
+{
+
+
+  case $as_dir in #(
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  -*) as_dir=./$as_dir;;
+  esac
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    as_dirs=
+    while :; do
+    while :; do
+      case $as_dir in #(
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      *) as_qdir=$as_dir;;
+      esac
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+      test -d "$as_dir" && break
+      test -d "$as_dir" && break
+    done
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+
+
+} # as_fn_mkdir_p
+} # as_fn_mkdir_p
+# as_fn_append VAR VALUE
+# as_fn_append VAR VALUE
+# ----------------------
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  eval 'as_fn_append ()
+  {
+  {
+    eval $1+=\$2
+    eval $1+=\$2
+  }'
+  }'
+else
+else
+  as_fn_append ()
+  as_fn_append ()
+  {
+  {
+    eval $1=\$$1\$2
+    eval $1=\$$1\$2
+  }
+  }
+fi # as_fn_append
+fi # as_fn_append
+
+
+# as_fn_arith ARG...
+# as_fn_arith ARG...
+# ------------------
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  eval 'as_fn_arith ()
+  {
+  {
+    as_val=$(( $* ))
+    as_val=$(( $* ))
+  }'
+  }'
+else
+else
+  as_fn_arith ()
+  as_fn_arith ()
+  {
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+  }
+fi # as_fn_arith
+fi # as_fn_arith
+
+
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+as_fn_error ()
+{
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+  as_fn_exit $as_status
+} # as_fn_error
+} # as_fn_error
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+  as_expr=expr
+else
+else
+  as_expr=false
+  as_expr=false
+fi
+fi
+
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+  as_basename=basename
+else
+else
+  as_basename=false
+  as_basename=false
+fi
+fi
+
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+  as_dirname=dirname
+else
+else
+  as_dirname=false
+  as_dirname=false
+fi
+fi
+
+
+as_me=`$as_basename -- "$0" ||
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\/\(\/\/\)$/{
+         /^X\/\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\/\(\/\).*/{
+         /^X\/\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+
+
+# Avoid depending upon Character Ranges.
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+
+
+
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
+  sed -n '
+  sed -n '
+    p
+    p
+    /[$]LINENO/=
+    /[$]LINENO/=
+  ' <$as_myself |
+  ' <$as_myself |
+    sed '
+    sed '
+      s/[$]LINENO.*/&-/
+      s/[$]LINENO.*/&-/
+      t lineno
+      t lineno
+      b
+      b
+      :lineno
+      :lineno
+      N
+      N
+      :loop
+      :loop
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+      t loop
+      t loop
+      s/-\n.*//
+      s/-\n.*//
+    ' >$as_me.lineno &&
+    ' >$as_me.lineno &&
+  chmod +x "$as_me.lineno" ||
+  chmod +x "$as_me.lineno" ||
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+
+
+  # Don't try to exec as it changes $[0], causing all sort of problems
+  # Don't try to exec as it changes $[0], causing all sort of problems
+  # (the dirname of $[0] is not the place where we might find the
+  # (the dirname of $[0] is not the place where we might find the
+  # original and so on.  Autoconf is especially sensitive to this).
+  # original and so on.  Autoconf is especially sensitive to this).
+  . "./$as_me.lineno"
+  . "./$as_me.lineno"
+  # Exit status is that of the last command.
+  # Exit status is that of the last command.
+  exit
+  exit
+}
+}
+
+
+ECHO_C= ECHO_N= ECHO_T=
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+case `echo -n x` in #(((((
+-n*)
+-n*)
+  case `echo 'xy\c'` in
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='        ';;
+       ECHO_T='        ';;
+  esac;;
+  esac;;
+*)
+*)
+  ECHO_N='-n';;
+  ECHO_N='-n';;
+esac
+esac
+
+
+rm -f conf$$ conf$$.exe conf$$.file
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+  rm -f conf$$.dir/conf$$.file
+else
+else
+  rm -f conf$$.dir
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+  mkdir conf$$.dir 2>/dev/null
+fi
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -p'.
+    # In both cases, we have to default to `cp -p'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -p'
+      as_ln_s='cp -p'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+    as_ln_s=ln
+  else
+  else
+    as_ln_s='cp -p'
+    as_ln_s='cp -p'
+  fi
+  fi
+else
+else
+  as_ln_s='cp -p'
+  as_ln_s='cp -p'
+fi
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+rmdir conf$$.dir 2>/dev/null
+
+
+if mkdir -p . 2>/dev/null; then
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+else
+  test -d ./-p && rmdir ./-p
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+  as_mkdir_p=false
+fi
+fi
+
+
+if test -x / >/dev/null 2>&1; then
+if test -x / >/dev/null 2>&1; then
+  as_test_x='test -x'
+  as_test_x='test -x'
+else
+else
+  if ls -dL / >/dev/null 2>&1; then
+  if ls -dL / >/dev/null 2>&1; then
+    as_ls_L_option=L
+    as_ls_L_option=L
+  else
+  else
+    as_ls_L_option=
+    as_ls_L_option=
+  fi
+  fi
+  as_test_x='
+  as_test_x='
+    eval sh -c '\''
+    eval sh -c '\''
+      if test -d "$1"; then
+      if test -d "$1"; then
+       test -d "$1/.";
+       test -d "$1/.";
+      else
+      else
+       case $1 in #(
+       case $1 in #(
+       -*)set "./$1";;
+       -*)set "./$1";;
+       esac;
+       esac;
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+       ???[sx]*):;;*)false;;esac;fi
+       ???[sx]*):;;*)false;;esac;fi
+    '\'' sh
+    '\'' sh
+  '
+  '
+fi
+fi
+as_executable_p=$as_test_x
+as_executable_p=$as_test_x
+
+
+# Sed expression to map a string onto a valid CPP name.
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+
+# Sed expression to map a string onto a valid variable name.
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+
+
+test -n "$DJDIR" || exec 7<&0 </dev/null
+test -n "$DJDIR" || exec 7<&0 </dev/null
+exec 6>&1
+exec 6>&1
+
+
+# Name of the host.
+# Name of the host.
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+# so uname gets run too.
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+
+#
+#
+# Initializations.
+# Initializations.
+#
+#
+ac_default_prefix=/usr/local
+ac_default_prefix=/usr/local
+ac_clean_files=
+ac_clean_files=
+ac_config_libobj_dir=.
+ac_config_libobj_dir=.
+LIBOBJS=
+LIBOBJS=
+cross_compiling=no
+cross_compiling=no
+subdirs=
+subdirs=
+MFLAGS=
+MFLAGS=
+MAKEFLAGS=
+MAKEFLAGS=
+
+
+# Identity of this package.
+# Identity of this package.
+PACKAGE_NAME='libor1k'
+PACKAGE_NAME='libor1k'
+PACKAGE_TARNAME='libor1k'
+PACKAGE_TARNAME='libor1k'
+PACKAGE_VERSION='0.0.1'
+PACKAGE_VERSION='0.0.1'
+PACKAGE_STRING='libor1k 0.0.1'
+PACKAGE_STRING='libor1k 0.0.1'
+PACKAGE_BUGREPORT=''
+PACKAGE_BUGREPORT=''
+PACKAGE_URL=''
+PACKAGE_URL=''
+
+
+ac_subst_vars='LTLIBOBJS
+ac_subst_vars='LTLIBOBJS
+LIBOBJS
+LIBOBJS
+target_makefile_frag_path
+target_makefile_frag_path
+host_makefile_frag_path
+host_makefile_frag_path
+CCASFLAGS
+CCASFLAGS
+CCAS
+CCAS
+RANLIB
+RANLIB
+LD
+LD
+AR
+AR
+AS
+AS
+am__fastdepCC_FALSE
+am__fastdepCC_FALSE
+am__fastdepCC_TRUE
+am__fastdepCC_TRUE
+CCDEPMODE
+CCDEPMODE
+am__nodep
+am__nodep
+AMDEPBACKSLASH
+AMDEPBACKSLASH
+AMDEP_FALSE
+AMDEP_FALSE
+AMDEP_TRUE
+AMDEP_TRUE
+am__quote
+am__quote
+am__include
+am__include
+DEPDIR
+DEPDIR
+am__leading_dot
+am__leading_dot
+CC
+CC
+INSTALL_DATA
+INSTALL_DATA
+INSTALL_SCRIPT
+INSTALL_SCRIPT
+INSTALL_PROGRAM
+INSTALL_PROGRAM
+target_os
+target_os
+target_vendor
+target_vendor
+target_cpu
+target_cpu
+target
+target
+host_os
+host_os
+host_vendor
+host_vendor
+host_cpu
+host_cpu
+host
+host
+build_os
+build_os
+build_vendor
+build_vendor
+build_cpu
+build_cpu
+build
+build
+target_alias
+target_alias
+host_alias
+host_alias
+build_alias
+build_alias
+LIBS
+LIBS
+ECHO_T
+ECHO_T
+ECHO_N
+ECHO_N
+ECHO_C
+ECHO_C
+DEFS
+DEFS
+mandir
+mandir
+localedir
+localedir
+libdir
+libdir
+psdir
+psdir
+pdfdir
+pdfdir
+dvidir
+dvidir
+htmldir
+htmldir
+infodir
+infodir
+docdir
+docdir
+oldincludedir
+oldincludedir
+includedir
+includedir
+localstatedir
+localstatedir
+sharedstatedir
+sharedstatedir
+sysconfdir
+sysconfdir
+datadir
+datadir
+datarootdir
+datarootdir
+libexecdir
+libexecdir
+sbindir
+sbindir
+bindir
+bindir
+program_transform_name
+program_transform_name
+prefix
+prefix
+exec_prefix
+exec_prefix
+PACKAGE_URL
+PACKAGE_URL
+PACKAGE_BUGREPORT
+PACKAGE_BUGREPORT
+PACKAGE_STRING
+PACKAGE_STRING
+PACKAGE_VERSION
+PACKAGE_VERSION
+PACKAGE_TARNAME
+PACKAGE_TARNAME
+PACKAGE_NAME
+PACKAGE_NAME
+PATH_SEPARATOR
+PATH_SEPARATOR
+SHELL'
+SHELL'
+ac_subst_files='host_makefile_frag
+ac_subst_files='host_makefile_frag
+target_makefile_frag'
+target_makefile_frag'
+ac_user_opts='
+ac_user_opts='
+enable_option_checking
+enable_option_checking
+enable_dependency_tracking
+enable_dependency_tracking
+'
+'
+      ac_precious_vars='build_alias
+      ac_precious_vars='build_alias
+host_alias
+host_alias
+target_alias
+target_alias
+CCAS
+CCAS
+CCASFLAGS'
+CCASFLAGS'
+
+
+
+
+# Initialize some variables set by options.
+# Initialize some variables set by options.
+ac_init_help=
+ac_init_help=
+ac_init_version=false
+ac_init_version=false
+ac_unrecognized_opts=
+ac_unrecognized_opts=
+ac_unrecognized_sep=
+ac_unrecognized_sep=
+# The variables have the same names as the options, with
+# The variables have the same names as the options, with
+# dashes changed to underlines.
+# dashes changed to underlines.
+cache_file=/dev/null
+cache_file=/dev/null
+exec_prefix=NONE
+exec_prefix=NONE
+no_create=
+no_create=
+no_recursion=
+no_recursion=
+prefix=NONE
+prefix=NONE
+program_prefix=NONE
+program_prefix=NONE
+program_suffix=NONE
+program_suffix=NONE
+program_transform_name=s,x,x,
+program_transform_name=s,x,x,
+silent=
+silent=
+site=
+site=
+srcdir=
+srcdir=
+verbose=
+verbose=
+x_includes=NONE
+x_includes=NONE
+x_libraries=NONE
+x_libraries=NONE
+
+
+# Installation directory options.
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# (The list follows the same order as the GNU Coding Standards.)
+# (The list follows the same order as the GNU Coding Standards.)
+bindir='${exec_prefix}/bin'
+bindir='${exec_prefix}/bin'
+sbindir='${exec_prefix}/sbin'
+sbindir='${exec_prefix}/sbin'
+libexecdir='${exec_prefix}/libexec'
+libexecdir='${exec_prefix}/libexec'
+datarootdir='${prefix}/share'
+datarootdir='${prefix}/share'
+datadir='${datarootdir}'
+datadir='${datarootdir}'
+sysconfdir='${prefix}/etc'
+sysconfdir='${prefix}/etc'
+sharedstatedir='${prefix}/com'
+sharedstatedir='${prefix}/com'
+localstatedir='${prefix}/var'
+localstatedir='${prefix}/var'
+includedir='${prefix}/include'
+includedir='${prefix}/include'
+oldincludedir='/usr/include'
+oldincludedir='/usr/include'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+infodir='${datarootdir}/info'
+infodir='${datarootdir}/info'
+htmldir='${docdir}'
+htmldir='${docdir}'
+dvidir='${docdir}'
+dvidir='${docdir}'
+pdfdir='${docdir}'
+pdfdir='${docdir}'
+psdir='${docdir}'
+psdir='${docdir}'
+libdir='${exec_prefix}/lib'
+libdir='${exec_prefix}/lib'
+localedir='${datarootdir}/locale'
+localedir='${datarootdir}/locale'
+mandir='${datarootdir}/man'
+mandir='${datarootdir}/man'
+
+
+ac_prev=
+ac_prev=
+ac_dashdash=
+ac_dashdash=
+for ac_option
+for ac_option
+do
+do
+  # If the previous option needs an argument, assign it.
+  # If the previous option needs an argument, assign it.
+  if test -n "$ac_prev"; then
+  if test -n "$ac_prev"; then
+    eval $ac_prev=\$ac_option
+    eval $ac_prev=\$ac_option
+    ac_prev=
+    ac_prev=
+    continue
+    continue
+  fi
+  fi
+
+
+  case $ac_option in
+  case $ac_option in
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *=)   ac_optarg= ;;
+  *=)   ac_optarg= ;;
+  *)    ac_optarg=yes ;;
+  *)    ac_optarg=yes ;;
+  esac
+  esac
+
+
+  # Accept the important Cygnus configure options, so we can diagnose typos.
+  # Accept the important Cygnus configure options, so we can diagnose typos.
+
+
+  case $ac_dashdash$ac_option in
+  case $ac_dashdash$ac_option in
+  --)
+  --)
+    ac_dashdash=yes ;;
+    ac_dashdash=yes ;;
+
+
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
+    ac_prev=bindir ;;
+    ac_prev=bindir ;;
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+    bindir=$ac_optarg ;;
+    bindir=$ac_optarg ;;
+
+
+  -build | --build | --buil | --bui | --bu)
+  -build | --build | --buil | --bui | --bu)
+    ac_prev=build_alias ;;
+    ac_prev=build_alias ;;
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+    build_alias=$ac_optarg ;;
+    build_alias=$ac_optarg ;;
+
+
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+    ac_prev=cache_file ;;
+    ac_prev=cache_file ;;
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+    cache_file=$ac_optarg ;;
+    cache_file=$ac_optarg ;;
+
+
+  --config-cache | -C)
+  --config-cache | -C)
+    cache_file=config.cache ;;
+    cache_file=config.cache ;;
+
+
+  -datadir | --datadir | --datadi | --datad)
+  -datadir | --datadir | --datadi | --datad)
+    ac_prev=datadir ;;
+    ac_prev=datadir ;;
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
+    datadir=$ac_optarg ;;
+    datadir=$ac_optarg ;;
+
+
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+  | --dataroo | --dataro | --datar)
+  | --dataroo | --dataro | --datar)
+    ac_prev=datarootdir ;;
+    ac_prev=datarootdir ;;
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+    datarootdir=$ac_optarg ;;
+    datarootdir=$ac_optarg ;;
+
+
+  -disable-* | --disable-*)
+  -disable-* | --disable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+    case $ac_user_opts in
+      *"
+      *"
+"enable_$ac_useropt"
+"enable_$ac_useropt"
+"*) ;;
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+        ac_unrecognized_sep=', ';;
+        ac_unrecognized_sep=', ';;
+    esac
+    esac
+    eval enable_$ac_useropt=no ;;
+    eval enable_$ac_useropt=no ;;
+
+
+  -docdir | --docdir | --docdi | --doc | --do)
+  -docdir | --docdir | --docdi | --doc | --do)
+    ac_prev=docdir ;;
+    ac_prev=docdir ;;
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+    docdir=$ac_optarg ;;
+    docdir=$ac_optarg ;;
+
+
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+    ac_prev=dvidir ;;
+    ac_prev=dvidir ;;
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+    dvidir=$ac_optarg ;;
+    dvidir=$ac_optarg ;;
+
+
+  -enable-* | --enable-*)
+  -enable-* | --enable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+    case $ac_user_opts in
+      *"
+      *"
+"enable_$ac_useropt"
+"enable_$ac_useropt"
+"*) ;;
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+        ac_unrecognized_sep=', ';;
+        ac_unrecognized_sep=', ';;
+    esac
+    esac
+    eval enable_$ac_useropt=\$ac_optarg ;;
+    eval enable_$ac_useropt=\$ac_optarg ;;
+
+
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+  | --exec | --exe | --ex)
+  | --exec | --exe | --ex)
+    ac_prev=exec_prefix ;;
+    ac_prev=exec_prefix ;;
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+  | --exec=* | --exe=* | --ex=*)
+  | --exec=* | --exe=* | --ex=*)
+    exec_prefix=$ac_optarg ;;
+    exec_prefix=$ac_optarg ;;
+
+
+  -gas | --gas | --ga | --g)
+  -gas | --gas | --ga | --g)
+    # Obsolete; use --with-gas.
+    # Obsolete; use --with-gas.
+    with_gas=yes ;;
+    with_gas=yes ;;
+
+
+  -help | --help | --hel | --he | -h)
+  -help | --help | --hel | --he | -h)
+    ac_init_help=long ;;
+    ac_init_help=long ;;
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+    ac_init_help=recursive ;;
+    ac_init_help=recursive ;;
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+    ac_init_help=short ;;
+    ac_init_help=short ;;
+
+
+  -host | --host | --hos | --ho)
+  -host | --host | --hos | --ho)
+    ac_prev=host_alias ;;
+    ac_prev=host_alias ;;
+  -host=* | --host=* | --hos=* | --ho=*)
+  -host=* | --host=* | --hos=* | --ho=*)
+    host_alias=$ac_optarg ;;
+    host_alias=$ac_optarg ;;
+
+
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+    ac_prev=htmldir ;;
+    ac_prev=htmldir ;;
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  | --ht=*)
+  | --ht=*)
+    htmldir=$ac_optarg ;;
+    htmldir=$ac_optarg ;;
+
+
+  -includedir | --includedir | --includedi | --included | --include \
+  -includedir | --includedir | --includedi | --included | --include \
+  | --includ | --inclu | --incl | --inc)
+  | --includ | --inclu | --incl | --inc)
+    ac_prev=includedir ;;
+    ac_prev=includedir ;;
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
+    includedir=$ac_optarg ;;
+    includedir=$ac_optarg ;;
+
+
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
+    ac_prev=infodir ;;
+    ac_prev=infodir ;;
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+    infodir=$ac_optarg ;;
+    infodir=$ac_optarg ;;
+
+
+  -libdir | --libdir | --libdi | --libd)
+  -libdir | --libdir | --libdi | --libd)
+    ac_prev=libdir ;;
+    ac_prev=libdir ;;
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
+    libdir=$ac_optarg ;;
+    libdir=$ac_optarg ;;
+
+
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+  | --libexe | --libex | --libe)
+  | --libexe | --libex | --libe)
+    ac_prev=libexecdir ;;
+    ac_prev=libexecdir ;;
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+  | --libexe=* | --libex=* | --libe=*)
+  | --libexe=* | --libex=* | --libe=*)
+    libexecdir=$ac_optarg ;;
+    libexecdir=$ac_optarg ;;
+
+
+  -localedir | --localedir | --localedi | --localed | --locale)
+  -localedir | --localedir | --localedi | --localed | --locale)
+    ac_prev=localedir ;;
+    ac_prev=localedir ;;
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+    localedir=$ac_optarg ;;
+    localedir=$ac_optarg ;;
+
+
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
+  | --localstate | --localstat | --localsta | --localst | --locals)
+  | --localstate | --localstat | --localsta | --localst | --locals)
+    ac_prev=localstatedir ;;
+    ac_prev=localstatedir ;;
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+    localstatedir=$ac_optarg ;;
+    localstatedir=$ac_optarg ;;
+
+
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+    ac_prev=mandir ;;
+    ac_prev=mandir ;;
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+    mandir=$ac_optarg ;;
+    mandir=$ac_optarg ;;
+
+
+  -nfp | --nfp | --nf)
+  -nfp | --nfp | --nf)
+    # Obsolete; use --without-fp.
+    # Obsolete; use --without-fp.
+    with_fp=no ;;
+    with_fp=no ;;
+
+
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+  | --no-cr | --no-c | -n)
+  | --no-cr | --no-c | -n)
+    no_create=yes ;;
+    no_create=yes ;;
+
+
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+    no_recursion=yes ;;
+    no_recursion=yes ;;
+
+
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+  | --oldin | --oldi | --old | --ol | --o)
+  | --oldin | --oldi | --old | --ol | --o)
+    ac_prev=oldincludedir ;;
+    ac_prev=oldincludedir ;;
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+    oldincludedir=$ac_optarg ;;
+    oldincludedir=$ac_optarg ;;
+
+
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+    ac_prev=prefix ;;
+    ac_prev=prefix ;;
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+    prefix=$ac_optarg ;;
+    prefix=$ac_optarg ;;
+
+
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
+  | --program-pre | --program-pr | --program-p)
+  | --program-pre | --program-pr | --program-p)
+    ac_prev=program_prefix ;;
+    ac_prev=program_prefix ;;
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+    program_prefix=$ac_optarg ;;
+    program_prefix=$ac_optarg ;;
+
+
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
+  | --program-suf | --program-su | --program-s)
+  | --program-suf | --program-su | --program-s)
+    ac_prev=program_suffix ;;
+    ac_prev=program_suffix ;;
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+    program_suffix=$ac_optarg ;;
+    program_suffix=$ac_optarg ;;
+
+
+  -program-transform-name | --program-transform-name \
+  -program-transform-name | --program-transform-name \
+  | --program-transform-nam | --program-transform-na \
+  | --program-transform-nam | --program-transform-na \
+  | --program-transform-n | --program-transform- \
+  | --program-transform-n | --program-transform- \
+  | --program-transform | --program-transfor \
+  | --program-transform | --program-transfor \
+  | --program-transfo | --program-transf \
+  | --program-transfo | --program-transf \
+  | --program-trans | --program-tran \
+  | --program-trans | --program-tran \
+  | --progr-tra | --program-tr | --program-t)
+  | --progr-tra | --program-tr | --program-t)
+    ac_prev=program_transform_name ;;
+    ac_prev=program_transform_name ;;
+  -program-transform-name=* | --program-transform-name=* \
+  -program-transform-name=* | --program-transform-name=* \
+  | --program-transform-nam=* | --program-transform-na=* \
+  | --program-transform-nam=* | --program-transform-na=* \
+  | --program-transform-n=* | --program-transform-=* \
+  | --program-transform-n=* | --program-transform-=* \
+  | --program-transform=* | --program-transfor=* \
+  | --program-transform=* | --program-transfor=* \
+  | --program-transfo=* | --program-transf=* \
+  | --program-transfo=* | --program-transf=* \
+  | --program-trans=* | --program-tran=* \
+  | --program-trans=* | --program-tran=* \
+  | --progr-tra=* | --program-tr=* | --program-t=*)
+  | --progr-tra=* | --program-tr=* | --program-t=*)
+    program_transform_name=$ac_optarg ;;
+    program_transform_name=$ac_optarg ;;
+
+
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+    ac_prev=pdfdir ;;
+    ac_prev=pdfdir ;;
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+    pdfdir=$ac_optarg ;;
+    pdfdir=$ac_optarg ;;
+
+
+  -psdir | --psdir | --psdi | --psd | --ps)
+  -psdir | --psdir | --psdi | --psd | --ps)
+    ac_prev=psdir ;;
+    ac_prev=psdir ;;
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+    psdir=$ac_optarg ;;
+    psdir=$ac_optarg ;;
+
+
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil)
+  | -silent | --silent | --silen | --sile | --sil)
+    silent=yes ;;
+    silent=yes ;;
+
+
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+    ac_prev=sbindir ;;
+    ac_prev=sbindir ;;
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+  | --sbi=* | --sb=*)
+  | --sbi=* | --sb=*)
+    sbindir=$ac_optarg ;;
+    sbindir=$ac_optarg ;;
+
+
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+  | --sharedst | --shareds | --shared | --share | --shar \
+  | --sharedst | --shareds | --shared | --share | --shar \
+  | --sha | --sh)
+  | --sha | --sh)
+    ac_prev=sharedstatedir ;;
+    ac_prev=sharedstatedir ;;
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+  | --sha=* | --sh=*)
+  | --sha=* | --sh=*)
+    sharedstatedir=$ac_optarg ;;
+    sharedstatedir=$ac_optarg ;;
+
+
+  -site | --site | --sit)
+  -site | --site | --sit)
+    ac_prev=site ;;
+    ac_prev=site ;;
+  -site=* | --site=* | --sit=*)
+  -site=* | --site=* | --sit=*)
+    site=$ac_optarg ;;
+    site=$ac_optarg ;;
+
+
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+    ac_prev=srcdir ;;
+    ac_prev=srcdir ;;
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+    srcdir=$ac_optarg ;;
+    srcdir=$ac_optarg ;;
+
+
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+  | --syscon | --sysco | --sysc | --sys | --sy)
+  | --syscon | --sysco | --sysc | --sys | --sy)
+    ac_prev=sysconfdir ;;
+    ac_prev=sysconfdir ;;
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+    sysconfdir=$ac_optarg ;;
+    sysconfdir=$ac_optarg ;;
+
+
+  -target | --target | --targe | --targ | --tar | --ta | --t)
+  -target | --target | --targe | --targ | --tar | --ta | --t)
+    ac_prev=target_alias ;;
+    ac_prev=target_alias ;;
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+    target_alias=$ac_optarg ;;
+    target_alias=$ac_optarg ;;
+
+
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
+    verbose=yes ;;
+    verbose=yes ;;
+
+
+  -version | --version | --versio | --versi | --vers | -V)
+  -version | --version | --versio | --versi | --vers | -V)
+    ac_init_version=: ;;
+    ac_init_version=: ;;
+
+
+  -with-* | --with-*)
+  -with-* | --with-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+    case $ac_user_opts in
+      *"
+      *"
+"with_$ac_useropt"
+"with_$ac_useropt"
+"*) ;;
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
+        ac_unrecognized_sep=', ';;
+        ac_unrecognized_sep=', ';;
+    esac
+    esac
+    eval with_$ac_useropt=\$ac_optarg ;;
+    eval with_$ac_useropt=\$ac_optarg ;;
+
+
+  -without-* | --without-*)
+  -without-* | --without-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+    case $ac_user_opts in
+      *"
+      *"
+"with_$ac_useropt"
+"with_$ac_useropt"
+"*) ;;
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
+        ac_unrecognized_sep=', ';;
+        ac_unrecognized_sep=', ';;
+    esac
+    esac
+    eval with_$ac_useropt=no ;;
+    eval with_$ac_useropt=no ;;
+
+
+  --x)
+  --x)
+    # Obsolete; use --with-x.
+    # Obsolete; use --with-x.
+    with_x=yes ;;
+    with_x=yes ;;
+
+
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+  | --x-incl | --x-inc | --x-in | --x-i)
+  | --x-incl | --x-inc | --x-in | --x-i)
+    ac_prev=x_includes ;;
+    ac_prev=x_includes ;;
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+    x_includes=$ac_optarg ;;
+    x_includes=$ac_optarg ;;
+
+
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+    ac_prev=x_libraries ;;
+    ac_prev=x_libraries ;;
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+    x_libraries=$ac_optarg ;;
+    x_libraries=$ac_optarg ;;
+
+
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information"
+Try \`$0 --help' for more information"
+    ;;
+    ;;
+
+
+  *=*)
+  *=*)
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    case $ac_envvar in #(
+    case $ac_envvar in #(
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+    esac
+    esac
+    eval $ac_envvar=\$ac_optarg
+    eval $ac_envvar=\$ac_optarg
+    export $ac_envvar ;;
+    export $ac_envvar ;;
+
+
+  *)
+  *)
+    # FIXME: should be removed in autoconf 3.0.
+    # FIXME: should be removed in autoconf 3.0.
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+    ;;
+    ;;
+
+
+  esac
+  esac
+done
+done
+
+
+if test -n "$ac_prev"; then
+if test -n "$ac_prev"; then
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+  as_fn_error $? "missing argument to $ac_option"
+  as_fn_error $? "missing argument to $ac_option"
+fi
+fi
+
+
+if test -n "$ac_unrecognized_opts"; then
+if test -n "$ac_unrecognized_opts"; then
+  case $enable_option_checking in
+  case $enable_option_checking in
+    no) ;;
+    no) ;;
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+  esac
+  esac
+fi
+fi
+
+
+# Check all directory arguments for consistency.
+# Check all directory arguments for consistency.
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
+               datadir sysconfdir sharedstatedir localstatedir includedir \
+               datadir sysconfdir sharedstatedir localstatedir includedir \
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+               libdir localedir mandir
+               libdir localedir mandir
+do
+do
+  eval ac_val=\$$ac_var
+  eval ac_val=\$$ac_var
+  # Remove trailing slashes.
+  # Remove trailing slashes.
+  case $ac_val in
+  case $ac_val in
+    */ )
+    */ )
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
+      eval $ac_var=\$ac_val;;
+      eval $ac_var=\$ac_val;;
+  esac
+  esac
+  # Be sure to have absolute directory names.
+  # Be sure to have absolute directory names.
+  case $ac_val in
+  case $ac_val in
+    [\\/$]* | ?:[\\/]* )  continue;;
+    [\\/$]* | ?:[\\/]* )  continue;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+  esac
+  esac
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+done
+done
+
+
+# There might be people who depend on the old broken behavior: `$host'
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+# used to hold the argument of --host etc.
+# FIXME: To remove some day.
+# FIXME: To remove some day.
+build=$build_alias
+build=$build_alias
+host=$host_alias
+host=$host_alias
+target=$target_alias
+target=$target_alias
+
+
+# FIXME: To remove some day.
+# FIXME: To remove some day.
+if test "x$host_alias" != x; then
+if test "x$host_alias" != x; then
+  if test "x$build_alias" = x; then
+  if test "x$build_alias" = x; then
+    cross_compiling=maybe
+    cross_compiling=maybe
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
+    If a cross compiler is detected then cross compile mode will be used" >&2
+    If a cross compiler is detected then cross compile mode will be used" >&2
+  elif test "x$build_alias" != "x$host_alias"; then
+  elif test "x$build_alias" != "x$host_alias"; then
+    cross_compiling=yes
+    cross_compiling=yes
+  fi
+  fi
+fi
+fi
+
+
+ac_tool_prefix=
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+
+
+test "$silent" = yes && exec 6>/dev/null
+test "$silent" = yes && exec 6>/dev/null
+
+
+
+
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+  as_fn_error $? "working directory cannot be determined"
+  as_fn_error $? "working directory cannot be determined"
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+  as_fn_error $? "pwd does not report name of working directory"
+  as_fn_error $? "pwd does not report name of working directory"
+
+
+
+
+# Find the source files, if location was not specified.
+# Find the source files, if location was not specified.
+if test -z "$srcdir"; then
+if test -z "$srcdir"; then
+  ac_srcdir_defaulted=yes
+  ac_srcdir_defaulted=yes
+  # Try the directory containing this script, then the parent directory.
+  # Try the directory containing this script, then the parent directory.
+  ac_confdir=`$as_dirname -- "$as_myself" ||
+  ac_confdir=`$as_dirname -- "$as_myself" ||
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_myself" : 'X\(//\)[^/]' \| \
+        X"$as_myself" : 'X\(//\)[^/]' \| \
+        X"$as_myself" : 'X\(//\)$' \| \
+        X"$as_myself" : 'X\(//\)$' \| \
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_myself" |
+$as_echo X"$as_myself" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+  srcdir=$ac_confdir
+  srcdir=$ac_confdir
+  if test ! -r "$srcdir/$ac_unique_file"; then
+  if test ! -r "$srcdir/$ac_unique_file"; then
+    srcdir=..
+    srcdir=..
+  fi
+  fi
+else
+else
+  ac_srcdir_defaulted=no
+  ac_srcdir_defaulted=no
+fi
+fi
+if test ! -r "$srcdir/$ac_unique_file"; then
+if test ! -r "$srcdir/$ac_unique_file"; then
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+fi
+fi
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_abs_confdir=`(
+ac_abs_confdir=`(
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+       pwd)`
+       pwd)`
+# When building in place, set srcdir=.
+# When building in place, set srcdir=.
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+  srcdir=.
+  srcdir=.
+fi
+fi
+# Remove unnecessary trailing slashes from srcdir.
+# Remove unnecessary trailing slashes from srcdir.
+# Double slashes in file names in object file debugging info
+# Double slashes in file names in object file debugging info
+# mess up M-x gdb in Emacs.
+# mess up M-x gdb in Emacs.
+case $srcdir in
+case $srcdir in
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+esac
+esac
+for ac_var in $ac_precious_vars; do
+for ac_var in $ac_precious_vars; do
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_env_${ac_var}_value=\$${ac_var}
+  eval ac_env_${ac_var}_value=\$${ac_var}
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
+done
+done
+
+
+#
+#
+# Report the --help message.
+# Report the --help message.
+#
+#
+if test "$ac_init_help" = "long"; then
+if test "$ac_init_help" = "long"; then
+  # Omit some internal or obsolete options to make the list less imposing.
+  # Omit some internal or obsolete options to make the list less imposing.
+  # This message is too long to be a string in the A/UX 3.1 sh.
+  # This message is too long to be a string in the A/UX 3.1 sh.
+  cat <<_ACEOF
+  cat <<_ACEOF
+\`configure' configures libor1k 0.0.1 to adapt to many kinds of systems.
+\`configure' configures libor1k 0.0.1 to adapt to many kinds of systems.
+
+
+Usage: $0 [OPTION]... [VAR=VALUE]...
+Usage: $0 [OPTION]... [VAR=VALUE]...
+
+
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE.  See below for descriptions of some of the useful variables.
+VAR=VALUE.  See below for descriptions of some of the useful variables.
+
+
+Defaults for the options are specified in brackets.
+Defaults for the options are specified in brackets.
+
+
+Configuration:
+Configuration:
+  -h, --help              display this help and exit
+  -h, --help              display this help and exit
+      --help=short        display options specific to this package
+      --help=short        display options specific to this package
+      --help=recursive    display the short help of all the included packages
+      --help=recursive    display the short help of all the included packages
+  -V, --version           display version information and exit
+  -V, --version           display version information and exit
+  -q, --quiet, --silent   do not print \`checking ...' messages
+  -q, --quiet, --silent   do not print \`checking ...' messages
+      --cache-file=FILE   cache test results in FILE [disabled]
+      --cache-file=FILE   cache test results in FILE [disabled]
+  -C, --config-cache      alias for \`--cache-file=config.cache'
+  -C, --config-cache      alias for \`--cache-file=config.cache'
+  -n, --no-create         do not create output files
+  -n, --no-create         do not create output files
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
+
+
+Installation directories:
+Installation directories:
+  --prefix=PREFIX         install architecture-independent files in PREFIX
+  --prefix=PREFIX         install architecture-independent files in PREFIX
+                          [$ac_default_prefix]
+                          [$ac_default_prefix]
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+                          [PREFIX]
+                          [PREFIX]
+
+
+By default, \`make install' will install all the files in
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+for instance \`--prefix=\$HOME'.
+
+
+For better control, use the options below.
+For better control, use the options below.
+
+
+Fine tuning of the installation directories:
+Fine tuning of the installation directories:
+  --bindir=DIR            user executables [EPREFIX/bin]
+  --bindir=DIR            user executables [EPREFIX/bin]
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --libdir=DIR            object code libraries [EPREFIX/lib]
+  --libdir=DIR            object code libraries [EPREFIX/lib]
+  --includedir=DIR        C header files [PREFIX/include]
+  --includedir=DIR        C header files [PREFIX/include]
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/libor1k]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/libor1k]
+  --htmldir=DIR           html documentation [DOCDIR]
+  --htmldir=DIR           html documentation [DOCDIR]
+  --dvidir=DIR            dvi documentation [DOCDIR]
+  --dvidir=DIR            dvi documentation [DOCDIR]
+  --pdfdir=DIR            pdf documentation [DOCDIR]
+  --pdfdir=DIR            pdf documentation [DOCDIR]
+  --psdir=DIR             ps documentation [DOCDIR]
+  --psdir=DIR             ps documentation [DOCDIR]
+_ACEOF
+_ACEOF
+
+
+  cat <<\_ACEOF
+  cat <<\_ACEOF
+
+
+Program names:
+Program names:
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
+
+
+System types:
+System types:
+  --build=BUILD     configure for building on BUILD [guessed]
+  --build=BUILD     configure for building on BUILD [guessed]
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
+  --target=TARGET   configure for building compilers for TARGET [HOST]
+  --target=TARGET   configure for building compilers for TARGET [HOST]
+_ACEOF
+_ACEOF
+fi
+fi
+
+
+if test -n "$ac_init_help"; then
+if test -n "$ac_init_help"; then
+  case $ac_init_help in
+  case $ac_init_help in
+     short | recursive ) echo "Configuration of libor1k 0.0.1:";;
+     short | recursive ) echo "Configuration of libor1k 0.0.1:";;
+   esac
+   esac
+  cat <<\_ACEOF
+  cat <<\_ACEOF
+
+
+Optional Features:
+Optional Features:
+  --disable-option-checking  ignore unrecognized --enable/--with options
+  --disable-option-checking  ignore unrecognized --enable/--with options
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+  --disable-dependency-tracking  speeds up one-time build
+  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors
+  --enable-dependency-tracking   do not reject slow dependency extractors
+
+
+Some influential environment variables:
+Some influential environment variables:
+  CCAS        assembler compiler command (defaults to CC)
+  CCAS        assembler compiler command (defaults to CC)
+  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
+  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
+
+
+Use these variables to override the choices made by `configure' or to help
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+it to find libraries and programs with nonstandard names/locations.
+
+
+Report bugs to the package provider.
+Report bugs to the package provider.
+_ACEOF
+_ACEOF
+ac_status=$?
+ac_status=$?
+fi
+fi
+
+
+if test "$ac_init_help" = "recursive"; then
+if test "$ac_init_help" = "recursive"; then
+  # If there are subdirs, report their specific --help.
+  # If there are subdirs, report their specific --help.
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+    test -d "$ac_dir" ||
+    test -d "$ac_dir" ||
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
+      continue
+      continue
+    ac_builddir=.
+    ac_builddir=.
+
+
+case "$ac_dir" in
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+  esac ;;
+esac
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+ac_top_builddir=$ac_top_build_prefix
+
+
+case $srcdir in
+case $srcdir in
+  .)  # We are building in place.
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+    cd "$ac_dir" || { ac_status=$?; continue; }
+    cd "$ac_dir" || { ac_status=$?; continue; }
+    # Check for guested configure.
+    # Check for guested configure.
+    if test -f "$ac_srcdir/configure.gnu"; then
+    if test -f "$ac_srcdir/configure.gnu"; then
+      echo &&
+      echo &&
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+    elif test -f "$ac_srcdir/configure"; then
+    elif test -f "$ac_srcdir/configure"; then
+      echo &&
+      echo &&
+      $SHELL "$ac_srcdir/configure" --help=recursive
+      $SHELL "$ac_srcdir/configure" --help=recursive
+    else
+    else
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+    fi || ac_status=$?
+    fi || ac_status=$?
+    cd "$ac_pwd" || { ac_status=$?; break; }
+    cd "$ac_pwd" || { ac_status=$?; break; }
+  done
+  done
+fi
+fi
+
+
+test -n "$ac_init_help" && exit $ac_status
+test -n "$ac_init_help" && exit $ac_status
+if $ac_init_version; then
+if $ac_init_version; then
+  cat <<\_ACEOF
+  cat <<\_ACEOF
+libor1k configure 0.0.1
+libor1k configure 0.0.1
+generated by GNU Autoconf 2.68
+generated by GNU Autoconf 2.68
+
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+gives unlimited permission to copy, distribute and modify it.
+_ACEOF
+_ACEOF
+  exit
+  exit
+fi
+fi
+
+
+## ------------------------ ##
+## ------------------------ ##
+## Autoconf initialization. ##
+## Autoconf initialization. ##
+## ------------------------ ##
+## ------------------------ ##
+
+
+# ac_fn_c_try_compile LINENO
+# ac_fn_c_try_compile LINENO
+# --------------------------
+# --------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_compile ()
+ac_fn_c_try_compile ()
+{
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext
+  rm -f conftest.$ac_objext
+  if { { ac_try="$ac_compile"
+  if { { ac_try="$ac_compile"
+case "(($ac_try" in
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>conftest.err
+  (eval "$ac_compile") 2>conftest.err
+  ac_status=$?
+  ac_status=$?
+  if test -s conftest.err; then
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+    mv -f conftest.er1 conftest.err
+  fi
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+  test $ac_status = 0; } && {
+        test -z "$ac_c_werror_flag" ||
+        test -z "$ac_c_werror_flag" ||
+        test ! -s conftest.err
+        test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then :
+       } && test -s conftest.$ac_objext; then :
+  ac_retval=0
+  ac_retval=0
+else
+else
+  $as_echo "$as_me: failed program was:" >&5
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+       ac_retval=1
+       ac_retval=1
+fi
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+  as_fn_set_status $ac_retval
+
+
+} # ac_fn_c_try_compile
+} # ac_fn_c_try_compile
+cat >config.log <<_ACEOF
+cat >config.log <<_ACEOF
+This file contains any messages produced by compilers while
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+running configure, to aid debugging if configure makes a mistake.
+
+
+It was created by libor1k $as_me 0.0.1, which was
+It was created by libor1k $as_me 0.0.1, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
+generated by GNU Autoconf 2.68.  Invocation command line was
+
+
+  $ $0 $@
+  $ $0 $@
+
+
+_ACEOF
+_ACEOF
+exec 5>>config.log
+exec 5>>config.log
+{
+{
+cat <<_ASUNAME
+cat <<_ASUNAME
+## --------- ##
+## --------- ##
+## Platform. ##
+## Platform. ##
+## --------- ##
+## --------- ##
+
+
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
+
+
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
+
+
+_ASUNAME
+_ASUNAME
+
+
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    $as_echo "PATH: $as_dir"
+    $as_echo "PATH: $as_dir"
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+} >&5
+} >&5
+
+
+cat >&5 <<_ACEOF
+cat >&5 <<_ACEOF
+
+
+
+
+## ----------- ##
+## ----------- ##
+## Core tests. ##
+## Core tests. ##
+## ----------- ##
+## ----------- ##
+
+
+_ACEOF
+_ACEOF
+
+
+
+
+# Keep a trace of the command line.
+# Keep a trace of the command line.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --silent because we don't want to record it for future runs.
+# Strip out --silent because we don't want to record it for future runs.
+# Also quote any args containing shell meta-characters.
+# Also quote any args containing shell meta-characters.
+# Make two passes to allow for proper duplicate-argument suppression.
+# Make two passes to allow for proper duplicate-argument suppression.
+ac_configure_args=
+ac_configure_args=
+ac_configure_args0=
+ac_configure_args0=
+ac_configure_args1=
+ac_configure_args1=
+ac_must_keep_next=false
+ac_must_keep_next=false
+for ac_pass in 1 2
+for ac_pass in 1 2
+do
+do
+  for ac_arg
+  for ac_arg
+  do
+  do
+    case $ac_arg in
+    case $ac_arg in
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+    | -silent | --silent | --silen | --sile | --sil)
+    | -silent | --silent | --silen | --sile | --sil)
+      continue ;;
+      continue ;;
+    *\'*)
+    *\'*)
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    esac
+    case $ac_pass in
+    case $ac_pass in
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+    2)
+    2)
+      as_fn_append ac_configure_args1 " '$ac_arg'"
+      as_fn_append ac_configure_args1 " '$ac_arg'"
+      if test $ac_must_keep_next = true; then
+      if test $ac_must_keep_next = true; then
+       ac_must_keep_next=false # Got value, back to normal.
+       ac_must_keep_next=false # Got value, back to normal.
+      else
+      else
+       case $ac_arg in
+       case $ac_arg in
+         *=* | --config-cache | -C | -disable-* | --disable-* \
+         *=* | --config-cache | -C | -disable-* | --disable-* \
+         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+         | -with-* | --with-* | -without-* | --without-* | --x)
+         | -with-* | --with-* | -without-* | --without-* | --x)
+           case "$ac_configure_args0 " in
+           case "$ac_configure_args0 " in
+             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+           esac
+           esac
+           ;;
+           ;;
+         -* ) ac_must_keep_next=true ;;
+         -* ) ac_must_keep_next=true ;;
+       esac
+       esac
+      fi
+      fi
+      as_fn_append ac_configure_args " '$ac_arg'"
+      as_fn_append ac_configure_args " '$ac_arg'"
+      ;;
+      ;;
+    esac
+    esac
+  done
+  done
+done
+done
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args1=; unset ac_configure_args1;}
+{ ac_configure_args1=; unset ac_configure_args1;}
+
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log.  We remove comments because anyway the quotes in there
+# config.log.  We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+# would cause problems or look ugly.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+trap 'exit_status=$?
+trap 'exit_status=$?
+  # Save into config.log some information that might help in debugging.
+  # Save into config.log some information that might help in debugging.
+  {
+  {
+    echo
+    echo
+
+
+    $as_echo "## ---------------- ##
+    $as_echo "## ---------------- ##
+## Cache variables. ##
+## Cache variables. ##
+## ---------------- ##"
+## ---------------- ##"
+    echo
+    echo
+    # The following way of writing the cache mishandles newlines in values,
+    # The following way of writing the cache mishandles newlines in values,
+(
+(
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+    eval ac_val=\$$ac_var
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    case $ac_val in #(
+    *${as_nl}*)
+    *${as_nl}*)
+      case $ac_var in #(
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      esac
+      case $ac_var in #(
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+      esac ;;
+    esac
+    esac
+  done
+  done
+  (set) 2>&1 |
+  (set) 2>&1 |
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+    *${as_nl}ac_space=\ *)
+      sed -n \
+      sed -n \
+       "s/'\''/'\''\\\\'\'''\''/g;
+       "s/'\''/'\''\\\\'\'''\''/g;
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+      ;; #(
+      ;; #(
+    *)
+    *)
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+      ;;
+    esac |
+    esac |
+    sort
+    sort
+)
+)
+    echo
+    echo
+
+
+    $as_echo "## ----------------- ##
+    $as_echo "## ----------------- ##
+## Output variables. ##
+## Output variables. ##
+## ----------------- ##"
+## ----------------- ##"
+    echo
+    echo
+    for ac_var in $ac_subst_vars
+    for ac_var in $ac_subst_vars
+    do
+    do
+      eval ac_val=\$$ac_var
+      eval ac_val=\$$ac_var
+      case $ac_val in
+      case $ac_val in
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+      esac
+      esac
+      $as_echo "$ac_var='\''$ac_val'\''"
+      $as_echo "$ac_var='\''$ac_val'\''"
+    done | sort
+    done | sort
+    echo
+    echo
+
+
+    if test -n "$ac_subst_files"; then
+    if test -n "$ac_subst_files"; then
+      $as_echo "## ------------------- ##
+      $as_echo "## ------------------- ##
+## File substitutions. ##
+## File substitutions. ##
+## ------------------- ##"
+## ------------------- ##"
+      echo
+      echo
+      for ac_var in $ac_subst_files
+      for ac_var in $ac_subst_files
+      do
+      do
+       eval ac_val=\$$ac_var
+       eval ac_val=\$$ac_var
+       case $ac_val in
+       case $ac_val in
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+       esac
+       esac
+       $as_echo "$ac_var='\''$ac_val'\''"
+       $as_echo "$ac_var='\''$ac_val'\''"
+      done | sort
+      done | sort
+      echo
+      echo
+    fi
+    fi
+
+
+    if test -s confdefs.h; then
+    if test -s confdefs.h; then
+      $as_echo "## ----------- ##
+      $as_echo "## ----------- ##
+## confdefs.h. ##
+## confdefs.h. ##
+## ----------- ##"
+## ----------- ##"
+      echo
+      echo
+      cat confdefs.h
+      cat confdefs.h
+      echo
+      echo
+    fi
+    fi
+    test "$ac_signal" != 0 &&
+    test "$ac_signal" != 0 &&
+      $as_echo "$as_me: caught signal $ac_signal"
+      $as_echo "$as_me: caught signal $ac_signal"
+    $as_echo "$as_me: exit $exit_status"
+    $as_echo "$as_me: exit $exit_status"
+  } >&5
+  } >&5
+  rm -f core *.core core.conftest.* &&
+  rm -f core *.core core.conftest.* &&
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+    exit $exit_status
+    exit $exit_status
+' 0
+' 0
+for ac_signal in 1 2 13 15; do
+for ac_signal in 1 2 13 15; do
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+done
+done
+ac_signal=0
+ac_signal=0
+
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -f -r conftest* confdefs.h
+rm -f -r conftest* confdefs.h
+
+
+$as_echo "/* confdefs.h */" > confdefs.h
+$as_echo "/* confdefs.h */" > confdefs.h
+
+
+# Predefined preprocessor variables.
+# Predefined preprocessor variables.
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_NAME "$PACKAGE_NAME"
+#define PACKAGE_NAME "$PACKAGE_NAME"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_STRING "$PACKAGE_STRING"
+#define PACKAGE_STRING "$PACKAGE_STRING"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_URL "$PACKAGE_URL"
+#define PACKAGE_URL "$PACKAGE_URL"
+_ACEOF
+_ACEOF
+
+
+
+
+# Let the site file select an alternate cache file if it wants to.
+# Let the site file select an alternate cache file if it wants to.
+# Prefer an explicitly selected file to automatically selected ones.
+# Prefer an explicitly selected file to automatically selected ones.
+ac_site_file1=NONE
+ac_site_file1=NONE
+ac_site_file2=NONE
+ac_site_file2=NONE
+if test -n "$CONFIG_SITE"; then
+if test -n "$CONFIG_SITE"; then
+  # We do not want a PATH search for config.site.
+  # We do not want a PATH search for config.site.
+  case $CONFIG_SITE in #((
+  case $CONFIG_SITE in #((
+    -*)  ac_site_file1=./$CONFIG_SITE;;
+    -*)  ac_site_file1=./$CONFIG_SITE;;
+    */*) ac_site_file1=$CONFIG_SITE;;
+    */*) ac_site_file1=$CONFIG_SITE;;
+    *)   ac_site_file1=./$CONFIG_SITE;;
+    *)   ac_site_file1=./$CONFIG_SITE;;
+  esac
+  esac
+elif test "x$prefix" != xNONE; then
+elif test "x$prefix" != xNONE; then
+  ac_site_file1=$prefix/share/config.site
+  ac_site_file1=$prefix/share/config.site
+  ac_site_file2=$prefix/etc/config.site
+  ac_site_file2=$prefix/etc/config.site
+else
+else
+  ac_site_file1=$ac_default_prefix/share/config.site
+  ac_site_file1=$ac_default_prefix/share/config.site
+  ac_site_file2=$ac_default_prefix/etc/config.site
+  ac_site_file2=$ac_default_prefix/etc/config.site
+fi
+fi
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+do
+do
+  test "x$ac_site_file" = xNONE && continue
+  test "x$ac_site_file" = xNONE && continue
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+    sed 's/^/| /' "$ac_site_file" >&5
+    sed 's/^/| /' "$ac_site_file" >&5
+    . "$ac_site_file" \
+    . "$ac_site_file" \
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "failed to load site script $ac_site_file
+as_fn_error $? "failed to load site script $ac_site_file
+See \`config.log' for more details" "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5; }
+  fi
+  fi
+done
+done
+
+
+if test -r "$cache_file"; then
+if test -r "$cache_file"; then
+  # Some versions of bash will fail to source /dev/null (special files
+  # Some versions of bash will fail to source /dev/null (special files
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+$as_echo "$as_me: loading cache $cache_file" >&6;}
+$as_echo "$as_me: loading cache $cache_file" >&6;}
+    case $cache_file in
+    case $cache_file in
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
+      *)                      . "./$cache_file";;
+      *)                      . "./$cache_file";;
+    esac
+    esac
+  fi
+  fi
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+$as_echo "$as_me: creating cache $cache_file" >&6;}
+$as_echo "$as_me: creating cache $cache_file" >&6;}
+  >$cache_file
+  >$cache_file
+fi
+fi
+
+
+# Check that the precious variables saved in the cache have kept the same
+# Check that the precious variables saved in the cache have kept the same
+# value.
+# value.
+ac_cache_corrupted=false
+ac_cache_corrupted=false
+for ac_var in $ac_precious_vars; do
+for ac_var in $ac_precious_vars; do
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
+  eval ac_new_set=\$ac_env_${ac_var}_set
+  eval ac_new_set=\$ac_env_${ac_var}_set
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
+  eval ac_new_val=\$ac_env_${ac_var}_value
+  eval ac_new_val=\$ac_env_${ac_var}_value
+  case $ac_old_set,$ac_new_set in
+  case $ac_old_set,$ac_new_set in
+    set,)
+    set,)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+      ac_cache_corrupted=: ;;
+    ,set)
+    ,set)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+      ac_cache_corrupted=: ;;
+    ,);;
+    ,);;
+    *)
+    *)
+      if test "x$ac_old_val" != "x$ac_new_val"; then
+      if test "x$ac_old_val" != "x$ac_new_val"; then
+       # differences in whitespace do not lead to failure.
+       # differences in whitespace do not lead to failure.
+       ac_old_val_w=`echo x $ac_old_val`
+       ac_old_val_w=`echo x $ac_old_val`
+       ac_new_val_w=`echo x $ac_new_val`
+       ac_new_val_w=`echo x $ac_new_val`
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+         ac_cache_corrupted=:
+         ac_cache_corrupted=:
+       else
+       else
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+         eval $ac_var=\$ac_old_val
+         eval $ac_var=\$ac_old_val
+       fi
+       fi
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
+      fi;;
+      fi;;
+  esac
+  esac
+  # Pass precious variables to config.status.
+  # Pass precious variables to config.status.
+  if test "$ac_new_set" = set; then
+  if test "$ac_new_set" = set; then
+    case $ac_new_val in
+    case $ac_new_val in
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *) ac_arg=$ac_var=$ac_new_val ;;
+    *) ac_arg=$ac_var=$ac_new_val ;;
+    esac
+    esac
+    case " $ac_configure_args " in
+    case " $ac_configure_args " in
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+    esac
+    esac
+  fi
+  fi
+done
+done
+if $ac_cache_corrupted; then
+if $ac_cache_corrupted; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+fi
+fi
+## -------------------- ##
+## -------------------- ##
+## Main body of script. ##
+## Main body of script. ##
+## -------------------- ##
+## -------------------- ##
+
+
+ac_ext=c
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+
+
+
+# No shared libraries allowed
+# No shared libraries allowed
+if test "${enable_shared}" = "yes" ; then
+if test "${enable_shared}" = "yes" ; then
+    echo "Shared libraries not supported for cross compiling, ignored"
+    echo "Shared libraries not supported for cross compiling, ignored"
+fi
+fi
+
+
+# Where are the auxillary tools (confg.sub etc)?
+# Where are the auxillary tools (confg.sub etc)?
+if test "$srcdir" = "." ; then
+if test "$srcdir" = "." ; then
+  if test "${with_target_subdir}" != "." ; then
+  if test "${with_target_subdir}" != "." ; then
+    libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
+    libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
+  else
+  else
+    libgloss_topdir="${srcdir}/${with_multisrctop}../.."
+    libgloss_topdir="${srcdir}/${with_multisrctop}../.."
+  fi
+  fi
+else
+else
+  libgloss_topdir="${srcdir}/../.."
+  libgloss_topdir="${srcdir}/../.."
+fi
+fi
+ac_aux_dir=
+ac_aux_dir=
+for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
+for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
+  if test -f "$ac_dir/install-sh"; then
+  if test -f "$ac_dir/install-sh"; then
+    ac_aux_dir=$ac_dir
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install-sh -c"
+    ac_install_sh="$ac_aux_dir/install-sh -c"
+    break
+    break
+  elif test -f "$ac_dir/install.sh"; then
+  elif test -f "$ac_dir/install.sh"; then
+    ac_aux_dir=$ac_dir
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install.sh -c"
+    ac_install_sh="$ac_aux_dir/install.sh -c"
+    break
+    break
+  elif test -f "$ac_dir/shtool"; then
+  elif test -f "$ac_dir/shtool"; then
+    ac_aux_dir=$ac_dir
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/shtool install -c"
+    ac_install_sh="$ac_aux_dir/shtool install -c"
+    break
+    break
+  fi
+  fi
+done
+done
+if test -z "$ac_aux_dir"; then
+if test -z "$ac_aux_dir"; then
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
+fi
+fi
+
+
+# These three variables are undocumented and unsupported,
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+
+
+
+
+
+
+# Make sure we can run config.sub.
+# Make sure we can run config.sub.
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+$as_echo_n "checking build system type... " >&6; }
+$as_echo_n "checking build system type... " >&6; }
+if ${ac_cv_build+:} false; then :
+if ${ac_cv_build+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  ac_build_alias=$build_alias
+  ac_build_alias=$build_alias
+test "x$ac_build_alias" = x &&
+test "x$ac_build_alias" = x &&
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+test "x$ac_build_alias" = x &&
+test "x$ac_build_alias" = x &&
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+$as_echo "$ac_cv_build" >&6; }
+$as_echo "$ac_cv_build" >&6; }
+case $ac_cv_build in
+case $ac_cv_build in
+*-*-*) ;;
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+esac
+esac
+build=$ac_cv_build
+build=$ac_cv_build
+ac_save_IFS=$IFS; IFS='-'
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_build
+set x $ac_cv_build
+shift
+shift
+build_cpu=$1
+build_cpu=$1
+build_vendor=$2
+build_vendor=$2
+shift; shift
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+# except with old shells:
+build_os=$*
+build_os=$*
+IFS=$ac_save_IFS
+IFS=$ac_save_IFS
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+$as_echo_n "checking host system type... " >&6; }
+$as_echo_n "checking host system type... " >&6; }
+if ${ac_cv_host+:} false; then :
+if ${ac_cv_host+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test "x$host_alias" = x; then
+  if test "x$host_alias" = x; then
+  ac_cv_host=$ac_cv_build
+  ac_cv_host=$ac_cv_build
+else
+else
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+fi
+fi
+
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+$as_echo "$ac_cv_host" >&6; }
+$as_echo "$ac_cv_host" >&6; }
+case $ac_cv_host in
+case $ac_cv_host in
+*-*-*) ;;
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+esac
+esac
+host=$ac_cv_host
+host=$ac_cv_host
+ac_save_IFS=$IFS; IFS='-'
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_host
+set x $ac_cv_host
+shift
+shift
+host_cpu=$1
+host_cpu=$1
+host_vendor=$2
+host_vendor=$2
+shift; shift
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+# except with old shells:
+host_os=$*
+host_os=$*
+IFS=$ac_save_IFS
+IFS=$ac_save_IFS
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
+$as_echo_n "checking target system type... " >&6; }
+$as_echo_n "checking target system type... " >&6; }
+if ${ac_cv_target+:} false; then :
+if ${ac_cv_target+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test "x$target_alias" = x; then
+  if test "x$target_alias" = x; then
+  ac_cv_target=$ac_cv_host
+  ac_cv_target=$ac_cv_host
+else
+else
+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
+fi
+fi
+
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
+$as_echo "$ac_cv_target" >&6; }
+$as_echo "$ac_cv_target" >&6; }
+case $ac_cv_target in
+case $ac_cv_target in
+*-*-*) ;;
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
+*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
+esac
+esac
+target=$ac_cv_target
+target=$ac_cv_target
+ac_save_IFS=$IFS; IFS='-'
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_target
+set x $ac_cv_target
+shift
+shift
+target_cpu=$1
+target_cpu=$1
+target_vendor=$2
+target_vendor=$2
+shift; shift
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+# except with old shells:
+target_os=$*
+target_os=$*
+IFS=$ac_save_IFS
+IFS=$ac_save_IFS
+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
+
+
+
+
+# The aliases save the names the user supplied, while $host etc.
+# The aliases save the names the user supplied, while $host etc.
+# will get canonicalized.
+# will get canonicalized.
+test -n "$target_alias" &&
+test -n "$target_alias" &&
+  test "$program_prefix$program_suffix$program_transform_name" = \
+  test "$program_prefix$program_suffix$program_transform_name" = \
+    NONENONEs,x,x, &&
+    NONENONEs,x,x, &&
+  program_prefix=${target_alias}-
+  program_prefix=${target_alias}-
+
+
+test "$program_prefix" != NONE &&
+test "$program_prefix" != NONE &&
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
+# Use a double $ so make ignores it.
+# Use a double $ so make ignores it.
+test "$program_suffix" != NONE &&
+test "$program_suffix" != NONE &&
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+# Double any \ or $.
+# Double any \ or $.
+# By default was `s,x,x', remove it if useless.
+# By default was `s,x,x', remove it if useless.
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+
+
+
+
+# Find a good install program.  We prefer a C program (faster),
+# Find a good install program.  We prefer a C program (faster),
+# so one script is as good as another.  But avoid the broken or
+# so one script is as good as another.  But avoid the broken or
+# incompatible versions:
+# incompatible versions:
+# SysV /etc/install, /usr/sbin/install
+# SysV /etc/install, /usr/sbin/install
+# SunOS /usr/etc/install
+# SunOS /usr/etc/install
+# IRIX /sbin/install
+# IRIX /sbin/install
+# AIX /bin/install
+# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
+# OS/2's system install, which has a completely different semantic
+# ./install, which can be erroneously created by make from ./install.sh.
+# ./install, which can be erroneously created by make from ./install.sh.
+# Reject install programs that cannot install multiple files.
+# Reject install programs that cannot install multiple files.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+if test -z "$INSTALL"; then
+if test -z "$INSTALL"; then
+if ${ac_cv_path_install+:} false; then :
+if ${ac_cv_path_install+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    # Account for people who put trailing slashes in PATH elements.
+    # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in #((
+case $as_dir/ in #((
+  ./ | .// | /[cC]/* | \
+  ./ | .// | /[cC]/* | \
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+  /usr/ucb/* ) ;;
+  /usr/ucb/* ) ;;
+  *)
+  *)
+    # OSF1 and SCO ODT 3.0 have their own names for install.
+    # OSF1 and SCO ODT 3.0 have their own names for install.
+    # Don't use installbsd from OSF since it installs stuff as root
+    # Don't use installbsd from OSF since it installs stuff as root
+    # by default.
+    # by default.
+    for ac_prog in ginstall scoinst install; do
+    for ac_prog in ginstall scoinst install; do
+      for ac_exec_ext in '' $ac_executable_extensions; do
+      for ac_exec_ext in '' $ac_executable_extensions; do
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
+         if test $ac_prog = install &&
+         if test $ac_prog = install &&
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           # AIX install.  It has an incompatible calling convention.
+           # AIX install.  It has an incompatible calling convention.
+           :
+           :
+         elif test $ac_prog = install &&
+         elif test $ac_prog = install &&
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           # program-specific install script used by HP pwplus--don't use.
+           # program-specific install script used by HP pwplus--don't use.
+           :
+           :
+         else
+         else
+           rm -rf conftest.one conftest.two conftest.dir
+           rm -rf conftest.one conftest.two conftest.dir
+           echo one > conftest.one
+           echo one > conftest.one
+           echo two > conftest.two
+           echo two > conftest.two
+           mkdir conftest.dir
+           mkdir conftest.dir
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+             test -s conftest.one && test -s conftest.two &&
+             test -s conftest.one && test -s conftest.two &&
+             test -s conftest.dir/conftest.one &&
+             test -s conftest.dir/conftest.one &&
+             test -s conftest.dir/conftest.two
+             test -s conftest.dir/conftest.two
+           then
+           then
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+             break 3
+             break 3
+           fi
+           fi
+         fi
+         fi
+       fi
+       fi
+      done
+      done
+    done
+    done
+    ;;
+    ;;
+esac
+esac
+
+
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+rm -rf conftest.one conftest.two conftest.dir
+rm -rf conftest.one conftest.two conftest.dir
+
+
+fi
+fi
+  if test "${ac_cv_path_install+set}" = set; then
+  if test "${ac_cv_path_install+set}" = set; then
+    INSTALL=$ac_cv_path_install
+    INSTALL=$ac_cv_path_install
+  else
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for INSTALL within a source directory, because that will
+    # value for INSTALL within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    # removed, or if the value is a relative name.
+    INSTALL=$ac_install_sh
+    INSTALL=$ac_install_sh
+  fi
+  fi
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+$as_echo "$INSTALL" >&6; }
+$as_echo "$INSTALL" >&6; }
+
+
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# It thinks the first close brace ends the variable substitution.
+# It thinks the first close brace ends the variable substitution.
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
+
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+
+
+
+
+
+$as_echo "#define HAVE_GNU_LD 1" >>confdefs.h
+$as_echo "#define HAVE_GNU_LD 1" >>confdefs.h
+
+
+
+
+# We always use ELF, define various useful associated things.
+# We always use ELF, define various useful associated things.
+
+
+$as_echo "#define HAVE_ELF 1" >>confdefs.h
+$as_echo "#define HAVE_ELF 1" >>confdefs.h
+
+
+
+
+# Standard stuff copied from libnosys. For this we'll need to an aclocal.m4
+# Standard stuff copied from libnosys. For this we'll need to an aclocal.m4
+rm -rf .tst 2>/dev/null
+rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+if test -d .tst; then
+  am__leading_dot=.
+  am__leading_dot=.
+else
+else
+  am__leading_dot=_
+  am__leading_dot=_
+fi
+fi
+rmdir .tst 2>/dev/null
+rmdir .tst 2>/dev/null
+
+
+DEPDIR="${am__leading_dot}deps"
+DEPDIR="${am__leading_dot}deps"
+
+
+ac_config_commands="$ac_config_commands depfiles"
+ac_config_commands="$ac_config_commands depfiles"
+
+
+
+
+am_make=${MAKE-make}
+am_make=${MAKE-make}
+cat > confinc << 'END'
+cat > confinc << 'END'
+am__doit:
+am__doit:
+       @echo this is the am__doit target
+       @echo this is the am__doit target
+.PHONY: am__doit
+.PHONY: am__doit
+END
+END
+# If we don't find an include directive, just comment out the code.
+# If we don't find an include directive, just comment out the code.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
+am__include="#"
+am__include="#"
+am__quote=
+am__quote=
+_am_result=none
+_am_result=none
+# First try GNU make style include.
+# First try GNU make style include.
+echo "include confinc" > confmf
+echo "include confinc" > confmf
+# Ignore all kinds of additional output from `make'.
+# Ignore all kinds of additional output from `make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+*the\ am__doit\ target*)
+  am__include=include
+  am__include=include
+  am__quote=
+  am__quote=
+  _am_result=GNU
+  _am_result=GNU
+  ;;
+  ;;
+esac
+esac
+# Now try BSD make style include.
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   echo '.include "confinc"' > confmf
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   *the\ am__doit\ target*)
+   *the\ am__doit\ target*)
+     am__include=.include
+     am__include=.include
+     am__quote="\""
+     am__quote="\""
+     _am_result=BSD
+     _am_result=BSD
+     ;;
+     ;;
+   esac
+   esac
+fi
+fi
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+$as_echo "$_am_result" >&6; }
+$as_echo "$_am_result" >&6; }
+rm -f confinc confmf
+rm -f confinc confmf
+
+
+# Check whether --enable-dependency-tracking was given.
+# Check whether --enable-dependency-tracking was given.
+if test "${enable_dependency_tracking+set}" = set; then :
+if test "${enable_dependency_tracking+set}" = set; then :
+  enableval=$enable_dependency_tracking;
+  enableval=$enable_dependency_tracking;
+fi
+fi
+
+
+if test "x$enable_dependency_tracking" != xno; then
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+  AMDEPBACKSLASH='\'
+  am__nodep='_no'
+  am__nodep='_no'
+fi
+fi
+ if test "x$enable_dependency_tracking" != xno; then
+ if test "x$enable_dependency_tracking" != xno; then
+  AMDEP_TRUE=
+  AMDEP_TRUE=
+  AMDEP_FALSE='#'
+  AMDEP_FALSE='#'
+else
+else
+  AMDEP_TRUE='#'
+  AMDEP_TRUE='#'
+  AMDEP_FALSE=
+  AMDEP_FALSE=
+fi
+fi
+
+
+
+
+# Extract the first word of "gcc", so it can be a program name with args.
+# Extract the first word of "gcc", so it can be a program name with args.
+set dummy gcc; ac_word=$2
+set dummy gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$CC"; then
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_CC="gcc"
+    ac_cv_prog_CC="gcc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+CC=$ac_cv_prog_CC
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+$as_echo "$CC" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+
+
+depcc="$CC"   am_compiler_list=
+depcc="$CC"   am_compiler_list=
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  # in D'.
+  rm -rf conftest.dir
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  # directory.
+  mkdir sub
+  mkdir sub
+
+
+  am_cv_CC_dependencies_compiler_type=none
+  am_cv_CC_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  fi
+  am__universal=false
+  am__universal=false
+  case " $depcc " in #(
+  case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac
+     esac
+
+
+  for depmode in $am_compiler_list; do
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+      touch sub/conftst$i.h
+    done
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle `-M -o', and we need to detect this.  Also, some Intel
+    # handle `-M -o', and we need to detect this.  Also, some Intel
+    # versions had trouble with output in subdirs
+    # versions had trouble with output in subdirs
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__minus_obj="-o $am__obj"
+    am__minus_obj="-o $am__obj"
+    case $depmode in
+    case $depmode in
+    gcc)
+    gcc)
+      # This depmode causes a compiler race in universal mode.
+      # This depmode causes a compiler race in universal mode.
+      test "$am__universal" = false || continue
+      test "$am__universal" = false || continue
+      ;;
+      ;;
+    nosideeffect)
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+      if test "x$enable_dependency_tracking" = xyes; then
+       continue
+       continue
+      else
+      else
+       break
+       break
+      fi
+      fi
+      ;;
+      ;;
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+      # This compiler won't grok `-c -o', but also, the minuso test has
+      # This compiler won't grok `-c -o', but also, the minuso test has
+      # not run yet.  These depmodes are late enough in the game, and
+      # not run yet.  These depmodes are late enough in the game, and
+      # so weak that their functioning should not be impacted.
+      # so weak that their functioning should not be impacted.
+      am__obj=conftest.${OBJEXT-o}
+      am__obj=conftest.${OBJEXT-o}
+      am__minus_obj=
+      am__minus_obj=
+      ;;
+      ;;
+    none) break ;;
+    none) break ;;
+    esac
+    esac
+    if depmode=$depmode \
+    if depmode=$depmode \
+       source=sub/conftest.c object=$am__obj \
+       source=sub/conftest.c object=$am__obj \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CC_dependencies_compiler_type=$depmode
+        am_cv_CC_dependencies_compiler_type=$depmode
+        break
+        break
+      fi
+      fi
+    fi
+    fi
+  done
+  done
+
+
+  cd ..
+  cd ..
+  rm -rf conftest.dir
+  rm -rf conftest.dir
+else
+else
+  am_cv_CC_dependencies_compiler_type=none
+  am_cv_CC_dependencies_compiler_type=none
+fi
+fi
+
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+
+
+ if
+ if
+  test "x$enable_dependency_tracking" != xno \
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
+  am__fastdepCC_FALSE='#'
+else
+else
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
+  am__fastdepCC_FALSE=
+fi
+fi
+
+
+
+
+if test -z "$CC"; then
+if test -z "$CC"; then
+  # Extract the first word of "cc", so it can be a program name with args.
+  # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+set dummy cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$CC"; then
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+else
+  ac_prog_rejected=no
+  ac_prog_rejected=no
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+       ac_prog_rejected=yes
+       ac_prog_rejected=yes
+       continue
+       continue
+     fi
+     fi
+    ac_cv_prog_CC="cc"
+    ac_cv_prog_CC="cc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+if test $ac_prog_rejected = yes; then
+if test $ac_prog_rejected = yes; then
+  # We found a bogon in the path, so make sure we never use it.
+  # We found a bogon in the path, so make sure we never use it.
+  set dummy $ac_cv_prog_CC
+  set dummy $ac_cv_prog_CC
+  shift
+  shift
+  if test $# != 0; then
+  if test $# != 0; then
+    # We chose a different compiler from the bogus one.
+    # We chose a different compiler from the bogus one.
+    # However, it has the same basename, so the bogon will be chosen
+    # However, it has the same basename, so the bogon will be chosen
+    # first if we set CC to just the basename; use the full file name.
+    # first if we set CC to just the basename; use the full file name.
+    shift
+    shift
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+  fi
+  fi
+fi
+fi
+fi
+fi
+fi
+fi
+CC=$ac_cv_prog_CC
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+$as_echo "$CC" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+  test -z "$CC" && as_fn_error $? "no acceptable cc found in \$PATH" "$LINENO" 5
+  test -z "$CC" && as_fn_error $? "no acceptable cc found in \$PATH" "$LINENO" 5
+fi
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU C" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU C" >&5
+$as_echo_n "checking whether we are using GNU C... " >&6; }
+$as_echo_n "checking whether we are using GNU C... " >&6; }
+if ${ac_cv_c_compiler_gnu+:} false; then :
+if ${ac_cv_c_compiler_gnu+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  cat > conftest.c <<EOF
+  cat > conftest.c <<EOF
+#ifdef __GNUC__
+#ifdef __GNUC__
+  yes;
+  yes;
+#endif
+#endif
+EOF
+EOF
+if { ac_try='${CC-cc} -E conftest.c'
+if { ac_try='${CC-cc} -E conftest.c'
+  { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+  { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+  (eval $ac_try) 2>&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; } | egrep yes >/dev/null 2>&1; then
+  test $ac_status = 0; }; } | egrep yes >/dev/null 2>&1; then
+  ac_cv_c_compiler_gnu=yes
+  ac_cv_c_compiler_gnu=yes
+else
+else
+  ac_cv_c_compiler_gnu=no
+  ac_cv_c_compiler_gnu=no
+fi
+fi
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
+
+
+if test $ac_cv_c_compiler_gnu = yes; then
+if test $ac_cv_c_compiler_gnu = yes; then
+  GCC=yes
+  GCC=yes
+  ac_test_CFLAGS="${CFLAGS+set}"
+  ac_test_CFLAGS="${CFLAGS+set}"
+  ac_save_CFLAGS="$CFLAGS"
+  ac_save_CFLAGS="$CFLAGS"
+  CFLAGS=
+  CFLAGS=
+  ac_test_CFLAGS=${CFLAGS+set}
+  ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+ac_save_CFLAGS=$CFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
+if ${ac_cv_prog_cc_g+:} false; then :
+if ${ac_cv_prog_cc_g+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  ac_save_c_werror_flag=$ac_c_werror_flag
+  ac_save_c_werror_flag=$ac_c_werror_flag
+   ac_c_werror_flag=yes
+   ac_c_werror_flag=yes
+   ac_cv_prog_cc_g=no
+   ac_cv_prog_cc_g=no
+   CFLAGS="-g"
+   CFLAGS="-g"
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+/* end confdefs.h.  */
+
+
+int
+int
+main ()
+main ()
+{
+{
+
+
+  ;
+  ;
+  return 0;
+  return 0;
+}
+}
+_ACEOF
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+  ac_cv_prog_cc_g=yes
+else
+else
+  CFLAGS=""
+  CFLAGS=""
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+/* end confdefs.h.  */
+
+
+int
+int
+main ()
+main ()
+{
+{
+
+
+  ;
+  ;
+  return 0;
+  return 0;
+}
+}
+_ACEOF
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+if ac_fn_c_try_compile "$LINENO"; then :
+
+
+else
+else
+  ac_c_werror_flag=$ac_save_c_werror_flag
+  ac_c_werror_flag=$ac_save_c_werror_flag
+        CFLAGS="-g"
+        CFLAGS="-g"
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+/* end confdefs.h.  */
+
+
+int
+int
+main ()
+main ()
+{
+{
+
+
+  ;
+  ;
+  return 0;
+  return 0;
+}
+}
+_ACEOF
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+  ac_cv_prog_cc_g=yes
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_c_werror_flag=$ac_save_c_werror_flag
+   ac_c_werror_flag=$ac_save_c_werror_flag
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+$as_echo "$ac_cv_prog_cc_g" >&6; }
+$as_echo "$ac_cv_prog_cc_g" >&6; }
+if test "$ac_test_CFLAGS" = set; then
+if test "$ac_test_CFLAGS" = set; then
+  CFLAGS=$ac_save_CFLAGS
+  CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+elif test $ac_cv_prog_cc_g = yes; then
+  if test "$GCC" = yes; then
+  if test "$GCC" = yes; then
+    CFLAGS="-O3"
+    CFLAGS="-O3"
+  else
+  else
+    CFLAGS="-g"
+    CFLAGS="-g"
+  fi
+  fi
+else
+else
+  if test "$GCC" = yes; then
+  if test "$GCC" = yes; then
+    CFLAGS="-O3"
+    CFLAGS="-O3"
+  else
+  else
+    CFLAGS=
+    CFLAGS=
+  fi
+  fi
+fi
+fi
+  if test "$ac_test_CFLAGS" = set; then
+  if test "$ac_test_CFLAGS" = set; then
+    CFLAGS="$ac_save_CFLAGS"
+    CFLAGS="$ac_save_CFLAGS"
+  elif test $ac_cv_prog_cc_g = yes; then
+  elif test $ac_cv_prog_cc_g = yes; then
+    CFLAGS="-O3"
+    CFLAGS="-O3"
+  else
+  else
+    CFLAGS="-O3"
+    CFLAGS="-O3"
+  fi
+  fi
+else
+else
+  GCC=
+  GCC=
+  test "${CFLAGS+set}" = set || CFLAGS="-g"
+  test "${CFLAGS+set}" = set || CFLAGS="-g"
+fi
+fi
+
+
+AS=${AS-as}
+AS=${AS-as}
+
+
+AR=${AR-ar}
+AR=${AR-ar}
+
+
+LD=${LD-ld}
+LD=${LD-ld}
+
+
+if test -n "$ac_tool_prefix"; then
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_RANLIB+:} false; then :
+if ${ac_cv_prog_RANLIB+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$RANLIB"; then
+  if test -n "$RANLIB"; then
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+RANLIB=$ac_cv_prog_RANLIB
+RANLIB=$ac_cv_prog_RANLIB
+if test -n "$RANLIB"; then
+if test -n "$RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+$as_echo "$RANLIB" >&6; }
+$as_echo "$RANLIB" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+fi
+fi
+if test -z "$ac_cv_prog_RANLIB"; then
+if test -z "$ac_cv_prog_RANLIB"; then
+  ac_ct_RANLIB=$RANLIB
+  ac_ct_RANLIB=$RANLIB
+  # Extract the first word of "ranlib", so it can be a program name with args.
+  # Extract the first word of "ranlib", so it can be a program name with args.
+set dummy ranlib; ac_word=$2
+set dummy ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$ac_ct_RANLIB"; then
+  if test -n "$ac_ct_RANLIB"; then
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+if test -n "$ac_ct_RANLIB"; then
+if test -n "$ac_ct_RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+$as_echo "$ac_ct_RANLIB" >&6; }
+$as_echo "$ac_ct_RANLIB" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+  if test "x$ac_ct_RANLIB" = x; then
+  if test "x$ac_ct_RANLIB" = x; then
+    RANLIB=":"
+    RANLIB=":"
+  else
+  else
+    case $cross_compiling:$ac_tool_warned in
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+ac_tool_warned=yes ;;
+esac
+esac
+    RANLIB=$ac_ct_RANLIB
+    RANLIB=$ac_ct_RANLIB
+  fi
+  fi
+else
+else
+  RANLIB="$ac_cv_prog_RANLIB"
+  RANLIB="$ac_cv_prog_RANLIB"
+fi
+fi
+
+
+# By default we simply use the C compiler to build assembly code.
+# By default we simply use the C compiler to build assembly code.
+
+
+test "${CCAS+set}" = set || CCAS=$CC
+test "${CCAS+set}" = set || CCAS=$CC
+test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
+test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
+
+
+
+
+
+
+
+
+host_makefile_frag=${srcdir}/../config/default.mh
+host_makefile_frag=${srcdir}/../config/default.mh
+target_makefile_frag=${srcdir}/../config/default.mt
+target_makefile_frag=${srcdir}/../config/default.mt
+
+
+host_makefile_frag_path=$host_makefile_frag
+host_makefile_frag_path=$host_makefile_frag
+
+
+
+
+target_makefile_frag_path=$target_makefile_frag
+target_makefile_frag_path=$target_makefile_frag
+
+
+
+
+
+
+ac_config_files="$ac_config_files Makefile"
+ac_config_files="$ac_config_files Makefile"
+
+
+cat >confcache <<\_ACEOF
+cat >confcache <<\_ACEOF
+# This file is a shell script that caches the results of configure
+# This file is a shell script that caches the results of configure
+# tests run on this system so they can be shared between configure
+# tests run on this system so they can be shared between configure
+# scripts and configure runs, see configure's option --config-cache.
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems.  If it contains results you don't
+# It is not useful on other systems.  If it contains results you don't
+# want to keep, you may remove or edit it.
+# want to keep, you may remove or edit it.
+#
+#
+# config.status only pays attention to the cache file if you give it
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
+# the --recheck option to rerun configure.
+#
+#
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+# following values.
+
+
+_ACEOF
+_ACEOF
+
+
+# The following way of writing the cache mishandles newlines in values,
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# but we know of no workaround that is simple, portable, and efficient.
+# So, we kill variables containing newlines.
+# So, we kill variables containing newlines.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+# and sets the high bit in the cache file unless we assign to the vars.
+(
+(
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+    eval ac_val=\$$ac_var
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    case $ac_val in #(
+    *${as_nl}*)
+    *${as_nl}*)
+      case $ac_var in #(
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      esac
+      case $ac_var in #(
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+      esac ;;
+    esac
+    esac
+  done
+  done
+
+
+  (set) 2>&1 |
+  (set) 2>&1 |
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+    *${as_nl}ac_space=\ *)
+      # `set' does not quote correctly, so add quotes: double-quote
+      # `set' does not quote correctly, so add quotes: double-quote
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
+      sed -n \
+      sed -n \
+       "s/'/'\\\\''/g;
+       "s/'/'\\\\''/g;
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+      ;; #(
+      ;; #(
+    *)
+    *)
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+      ;;
+    esac |
+    esac |
+    sort
+    sort
+) |
+) |
+  sed '
+  sed '
+     /^ac_cv_env_/b end
+     /^ac_cv_env_/b end
+     t clear
+     t clear
+     :clear
+     :clear
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+     t end
+     t end
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+     :end' >>confcache
+     :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+  if test -w "$cache_file"; then
+  if test -w "$cache_file"; then
+    if test "x$cache_file" != "x/dev/null"; then
+    if test "x$cache_file" != "x/dev/null"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+$as_echo "$as_me: updating cache $cache_file" >&6;}
+$as_echo "$as_me: updating cache $cache_file" >&6;}
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
+       cat confcache >"$cache_file"
+       cat confcache >"$cache_file"
+      else
+      else
+        case $cache_file in #(
+        case $cache_file in #(
+        */* | ?:*)
+        */* | ?:*)
+         mv -f confcache "$cache_file"$$ &&
+         mv -f confcache "$cache_file"$$ &&
+         mv -f "$cache_file"$$ "$cache_file" ;; #(
+         mv -f "$cache_file"$$ "$cache_file" ;; #(
+        *)
+        *)
+         mv -f confcache "$cache_file" ;;
+         mv -f confcache "$cache_file" ;;
+       esac
+       esac
+      fi
+      fi
+    fi
+    fi
+  else
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+  fi
+  fi
+fi
+fi
+rm -f confcache
+rm -f confcache
+
+
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+
+# Transform confdefs.h into DEFS.
+# Transform confdefs.h into DEFS.
+# Protect against shell expansion while executing Makefile rules.
+# Protect against shell expansion while executing Makefile rules.
+# Protect against Makefile macro expansion.
+# Protect against Makefile macro expansion.
+#
+#
+# If the first sed substitution is executed (which looks for macros that
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then branch to the quote section.  Otherwise,
+# take arguments), then branch to the quote section.  Otherwise,
+# look for a macro that doesn't take arguments.
+# look for a macro that doesn't take arguments.
+ac_script='
+ac_script='
+:mline
+:mline
+/\\$/{
+/\\$/{
+ N
+ N
+ s,\\\n,,
+ s,\\\n,,
+ b mline
+ b mline
+}
+}
+t clear
+t clear
+:clear
+:clear
+s/^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
+s/^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
+t quote
+t quote
+s/^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
+s/^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
+t quote
+t quote
+b any
+b any
+:quote
+:quote
+s/[     `~#$^&*(){}\\|;'\''"<>?]/\\&/g
+s/[     `~#$^&*(){}\\|;'\''"<>?]/\\&/g
+s/\[/\\&/g
+s/\[/\\&/g
+s/\]/\\&/g
+s/\]/\\&/g
+s/\$/$$/g
+s/\$/$$/g
+H
+H
+:any
+:any
+${
+${
+       g
+       g
+       s/^\n//
+       s/^\n//
+       s/\n/ /g
+       s/\n/ /g
+       p
+       p
+}
+}
+'
+'
+DEFS=`sed -n "$ac_script" confdefs.h`
+DEFS=`sed -n "$ac_script" confdefs.h`
+
+
+
+
+ac_libobjs=
+ac_libobjs=
+ac_ltlibobjs=
+ac_ltlibobjs=
+U=
+U=
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+  # 1. Remove the extension, and $U if already installed.
+  # 1. Remove the extension, and $U if already installed.
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  #    will be set to the directory where LIBOBJS objects are built.
+  #    will be set to the directory where LIBOBJS objects are built.
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+done
+done
+LIBOBJS=$ac_libobjs
+LIBOBJS=$ac_libobjs
+
+
+LTLIBOBJS=$ac_ltlibobjs
+LTLIBOBJS=$ac_ltlibobjs
+
+
+
+
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+
+
+: "${CONFIG_STATUS=./config.status}"
+: "${CONFIG_STATUS=./config.status}"
+ac_write_fail=0
+ac_write_fail=0
+ac_clean_files_save=$ac_clean_files
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
+as_write_fail=0
+as_write_fail=0
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+#! $SHELL
+#! $SHELL
+# Generated by $as_me.
+# Generated by $as_me.
+# Run this file to recreate the current configuration.
+# Run this file to recreate the current configuration.
+# Compiler output produced by configure, useful for debugging
+# Compiler output produced by configure, useful for debugging
+# configure, is in config.log if it exists.
+# configure, is in config.log if it exists.
+
+
+debug=false
+debug=false
+ac_cs_recheck=false
+ac_cs_recheck=false
+ac_cs_silent=false
+ac_cs_silent=false
+
+
+SHELL=\${CONFIG_SHELL-$SHELL}
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+export SHELL
+_ASEOF
+_ASEOF
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+## -------------------- ##
+## -------------------- ##
+## M4sh Initialization. ##
+## M4sh Initialization. ##
+## -------------------- ##
+## -------------------- ##
+
+
+# Be more Bourne compatible
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  emulate sh
+  NULLCMD=:
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+  setopt NO_GLOB_SUBST
+else
+else
+  case `(set -o) 2>/dev/null` in #(
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+  *posix*) :
+    set -o posix ;; #(
+    set -o posix ;; #(
+  *) :
+  *) :
+     ;;
+     ;;
+esac
+esac
+fi
+fi
+
+
+
+
+as_nl='
+as_nl='
+'
+'
+export as_nl
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+  as_echo_n='printf %s'
+else
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+    as_echo_n_body='eval
+      arg=$1;
+      arg=$1;
+      case $arg in #(
+      case $arg in #(
+      *"$as_nl"*)
+      *"$as_nl"*)
+       expr "X$arg" : "X\\(.*\\)$as_nl";
+       expr "X$arg" : "X\\(.*\\)$as_nl";
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    '
+    export as_echo_n_body
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  fi
+  export as_echo_body
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+fi
+
+
+# The user is always right.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+      PATH_SEPARATOR=';'
+  }
+  }
+fi
+fi
+
+
+
+
+# IFS
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+# splitting by setting IFS to empty value.)
+IFS=" ""       $as_nl"
+IFS=" ""       $as_nl"
+
+
+# Find who we are.  Look in the path if we contain no directory separator.
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+as_myself=
+case $0 in #((
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+     ;;
+     ;;
+esac
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+if test "x$as_myself" = x; then
+  as_myself=$0
+  as_myself=$0
+fi
+fi
+if test ! -f "$as_myself"; then
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+  exit 1
+fi
+fi
+
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+done
+PS1='$ '
+PS1='$ '
+PS2='> '
+PS2='> '
+PS4='+ '
+PS4='+ '
+
+
+# NLS nuisances.
+# NLS nuisances.
+LC_ALL=C
+LC_ALL=C
+export LC_ALL
+export LC_ALL
+LANGUAGE=C
+LANGUAGE=C
+export LANGUAGE
+export LANGUAGE
+
+
+# CDPATH.
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+as_fn_error ()
+{
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+  as_fn_exit $as_status
+} # as_fn_error
+} # as_fn_error
+
+
+
+
+# as_fn_set_status STATUS
+# as_fn_set_status STATUS
+# -----------------------
+# -----------------------
+# Set $? to STATUS, without forking.
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+as_fn_set_status ()
+{
+{
+  return $1
+  return $1
+} # as_fn_set_status
+} # as_fn_set_status
+
+
+# as_fn_exit STATUS
+# as_fn_exit STATUS
+# -----------------
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+as_fn_exit ()
+{
+{
+  set +e
+  set +e
+  as_fn_set_status $1
+  as_fn_set_status $1
+  exit $1
+  exit $1
+} # as_fn_exit
+} # as_fn_exit
+
+
+# as_fn_unset VAR
+# as_fn_unset VAR
+# ---------------
+# ---------------
+# Portably unset VAR.
+# Portably unset VAR.
+as_fn_unset ()
+as_fn_unset ()
+{
+{
+  { eval $1=; unset $1;}
+  { eval $1=; unset $1;}
+}
+}
+as_unset=as_fn_unset
+as_unset=as_fn_unset
+# as_fn_append VAR VALUE
+# as_fn_append VAR VALUE
+# ----------------------
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  eval 'as_fn_append ()
+  {
+  {
+    eval $1+=\$2
+    eval $1+=\$2
+  }'
+  }'
+else
+else
+  as_fn_append ()
+  as_fn_append ()
+  {
+  {
+    eval $1=\$$1\$2
+    eval $1=\$$1\$2
+  }
+  }
+fi # as_fn_append
+fi # as_fn_append
+
+
+# as_fn_arith ARG...
+# as_fn_arith ARG...
+# ------------------
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  eval 'as_fn_arith ()
+  {
+  {
+    as_val=$(( $* ))
+    as_val=$(( $* ))
+  }'
+  }'
+else
+else
+  as_fn_arith ()
+  as_fn_arith ()
+  {
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+  }
+fi # as_fn_arith
+fi # as_fn_arith
+
+
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+  as_expr=expr
+else
+else
+  as_expr=false
+  as_expr=false
+fi
+fi
+
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+  as_basename=basename
+else
+else
+  as_basename=false
+  as_basename=false
+fi
+fi
+
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+  as_dirname=dirname
+else
+else
+  as_dirname=false
+  as_dirname=false
+fi
+fi
+
+
+as_me=`$as_basename -- "$0" ||
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\/\(\/\/\)$/{
+         /^X\/\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\/\(\/\).*/{
+         /^X\/\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+
+
+# Avoid depending upon Character Ranges.
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+
+ECHO_C= ECHO_N= ECHO_T=
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+case `echo -n x` in #(((((
+-n*)
+-n*)
+  case `echo 'xy\c'` in
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='        ';;
+       ECHO_T='        ';;
+  esac;;
+  esac;;
+*)
+*)
+  ECHO_N='-n';;
+  ECHO_N='-n';;
+esac
+esac
+
+
+rm -f conf$$ conf$$.exe conf$$.file
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+  rm -f conf$$.dir/conf$$.file
+else
+else
+  rm -f conf$$.dir
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+  mkdir conf$$.dir 2>/dev/null
+fi
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -p'.
+    # In both cases, we have to default to `cp -p'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -p'
+      as_ln_s='cp -p'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+    as_ln_s=ln
+  else
+  else
+    as_ln_s='cp -p'
+    as_ln_s='cp -p'
+  fi
+  fi
+else
+else
+  as_ln_s='cp -p'
+  as_ln_s='cp -p'
+fi
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+rmdir conf$$.dir 2>/dev/null
+
+
+
+
+# as_fn_mkdir_p
+# as_fn_mkdir_p
+# -------------
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+as_fn_mkdir_p ()
+{
+{
+
+
+  case $as_dir in #(
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  -*) as_dir=./$as_dir;;
+  esac
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    as_dirs=
+    while :; do
+    while :; do
+      case $as_dir in #(
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      *) as_qdir=$as_dir;;
+      esac
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+      test -d "$as_dir" && break
+      test -d "$as_dir" && break
+    done
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+
+
+} # as_fn_mkdir_p
+} # as_fn_mkdir_p
+if mkdir -p . 2>/dev/null; then
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+else
+  test -d ./-p && rmdir ./-p
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+  as_mkdir_p=false
+fi
+fi
+
+
+if test -x / >/dev/null 2>&1; then
+if test -x / >/dev/null 2>&1; then
+  as_test_x='test -x'
+  as_test_x='test -x'
+else
+else
+  if ls -dL / >/dev/null 2>&1; then
+  if ls -dL / >/dev/null 2>&1; then
+    as_ls_L_option=L
+    as_ls_L_option=L
+  else
+  else
+    as_ls_L_option=
+    as_ls_L_option=
+  fi
+  fi
+  as_test_x='
+  as_test_x='
+    eval sh -c '\''
+    eval sh -c '\''
+      if test -d "$1"; then
+      if test -d "$1"; then
+       test -d "$1/.";
+       test -d "$1/.";
+      else
+      else
+       case $1 in #(
+       case $1 in #(
+       -*)set "./$1";;
+       -*)set "./$1";;
+       esac;
+       esac;
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+       ???[sx]*):;;*)false;;esac;fi
+       ???[sx]*):;;*)false;;esac;fi
+    '\'' sh
+    '\'' sh
+  '
+  '
+fi
+fi
+as_executable_p=$as_test_x
+as_executable_p=$as_test_x
+
+
+# Sed expression to map a string onto a valid CPP name.
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+
+# Sed expression to map a string onto a valid variable name.
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+
+
+exec 6>&1
+exec 6>&1
+## ----------------------------------- ##
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+## ----------------------------------- ##
+_ASEOF
+_ASEOF
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# Save the log message, to keep $0 and so on meaningful, and to
+# Save the log message, to keep $0 and so on meaningful, and to
+# report actual input values of CONFIG_FILES etc. instead of their
+# report actual input values of CONFIG_FILES etc. instead of their
+# values after options handling.
+# values after options handling.
+ac_log="
+ac_log="
+This file was extended by libor1k $as_me 0.0.1, which was
+This file was extended by libor1k $as_me 0.0.1, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
+generated by GNU Autoconf 2.68.  Invocation command line was
+
+
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  $ $0 $@
+  $ $0 $@
+
+
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+"
+
+
+_ACEOF
+_ACEOF
+
+
+case $ac_config_files in *"
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
+esac
+
+
+
+
+
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+# Files that config.status was made for.
+# Files that config.status was made for.
+config_files="$ac_config_files"
+config_files="$ac_config_files"
+config_commands="$ac_config_commands"
+config_commands="$ac_config_commands"
+
+
+_ACEOF
+_ACEOF
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ac_cs_usage="\
+ac_cs_usage="\
+\`$as_me' instantiates files and other configuration actions
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration.  Unless the files
+from templates according to the current configuration.  Unless the files
+and actions are specified as TAGs, all are instantiated by default.
+and actions are specified as TAGs, all are instantiated by default.
+
+
+Usage: $0 [OPTION]... [TAG]...
+Usage: $0 [OPTION]... [TAG]...
+
+
+  -h, --help       print this help, then exit
+  -h, --help       print this help, then exit
+  -V, --version    print version number and configuration settings, then exit
+  -V, --version    print version number and configuration settings, then exit
+      --config     print configuration, then exit
+      --config     print configuration, then exit
+  -q, --quiet, --silent
+  -q, --quiet, --silent
+                   do not print progress messages
+                   do not print progress messages
+  -d, --debug      don't remove temporary files
+  -d, --debug      don't remove temporary files
+      --recheck    update $as_me by reconfiguring in the same conditions
+      --recheck    update $as_me by reconfiguring in the same conditions
+      --file=FILE[:TEMPLATE]
+      --file=FILE[:TEMPLATE]
+                   instantiate the configuration file FILE
+                   instantiate the configuration file FILE
+
+
+Configuration files:
+Configuration files:
+$config_files
+$config_files
+
+
+Configuration commands:
+Configuration commands:
+$config_commands
+$config_commands
+
+
+Report bugs to the package provider."
+Report bugs to the package provider."
+
+
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+ac_cs_version="\\
+libor1k config.status 0.0.1
+libor1k config.status 0.0.1
+configured by $0, generated by GNU Autoconf 2.68,
+configured by $0, generated by GNU Autoconf 2.68,
+  with options \\"\$ac_cs_config\\"
+  with options \\"\$ac_cs_config\\"
+
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
+This config.status script is free software; the Free Software Foundation
+This config.status script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+gives unlimited permission to copy, distribute and modify it."
+
+
+ac_pwd='$ac_pwd'
+ac_pwd='$ac_pwd'
+srcdir='$srcdir'
+srcdir='$srcdir'
+INSTALL='$INSTALL'
+INSTALL='$INSTALL'
+test -n "\$AWK" || AWK=awk
+test -n "\$AWK" || AWK=awk
+_ACEOF
+_ACEOF
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# The default lists apply if the user does not specify any file.
+# The default lists apply if the user does not specify any file.
+ac_need_defaults=:
+ac_need_defaults=:
+while test $# != 0
+while test $# != 0
+do
+do
+  case $1 in
+  case $1 in
+  --*=?*)
+  --*=?*)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+    ac_shift=:
+    ac_shift=:
+    ;;
+    ;;
+  --*=)
+  --*=)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=
+    ac_optarg=
+    ac_shift=:
+    ac_shift=:
+    ;;
+    ;;
+  *)
+  *)
+    ac_option=$1
+    ac_option=$1
+    ac_optarg=$2
+    ac_optarg=$2
+    ac_shift=shift
+    ac_shift=shift
+    ;;
+    ;;
+  esac
+  esac
+
+
+  case $ac_option in
+  case $ac_option in
+  # Handling of the options.
+  # Handling of the options.
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+    ac_cs_recheck=: ;;
+    ac_cs_recheck=: ;;
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+    $as_echo "$ac_cs_version"; exit ;;
+    $as_echo "$ac_cs_version"; exit ;;
+  --config | --confi | --conf | --con | --co | --c )
+  --config | --confi | --conf | --con | --co | --c )
+    $as_echo "$ac_cs_config"; exit ;;
+    $as_echo "$ac_cs_config"; exit ;;
+  --debug | --debu | --deb | --de | --d | -d )
+  --debug | --debu | --deb | --de | --d | -d )
+    debug=: ;;
+    debug=: ;;
+  --file | --fil | --fi | --f )
+  --file | --fil | --fi | --f )
+    $ac_shift
+    $ac_shift
+    case $ac_optarg in
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') as_fn_error $? "missing file argument" ;;
+    '') as_fn_error $? "missing file argument" ;;
+    esac
+    esac
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
+    ac_need_defaults=false;;
+    ac_need_defaults=false;;
+  --he | --h |  --help | --hel | -h )
+  --he | --h |  --help | --hel | -h )
+    $as_echo "$ac_cs_usage"; exit ;;
+    $as_echo "$ac_cs_usage"; exit ;;
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+    ac_cs_silent=: ;;
+    ac_cs_silent=: ;;
+
+
+  # This is an error.
+  # This is an error.
+  -*) as_fn_error $? "unrecognized option: \`$1'
+  -*) as_fn_error $? "unrecognized option: \`$1'
+Try \`$0 --help' for more information." ;;
+Try \`$0 --help' for more information." ;;
+
+
+  *) as_fn_append ac_config_targets " $1"
+  *) as_fn_append ac_config_targets " $1"
+     ac_need_defaults=false ;;
+     ac_need_defaults=false ;;
+
+
+  esac
+  esac
+  shift
+  shift
+done
+done
+
+
+ac_configure_extra_args=
+ac_configure_extra_args=
+
+
+if $ac_cs_silent; then
+if $ac_cs_silent; then
+  exec 6>/dev/null
+  exec 6>/dev/null
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+fi
+
+
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+if \$ac_cs_recheck; then
+if \$ac_cs_recheck; then
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+  shift
+  shift
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
+  CONFIG_SHELL='$SHELL'
+  CONFIG_SHELL='$SHELL'
+  export CONFIG_SHELL
+  export CONFIG_SHELL
+  exec "\$@"
+  exec "\$@"
+fi
+fi
+
+
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+exec 5>>config.log
+exec 5>>config.log
+{
+{
+  echo
+  echo
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+## Running $as_me. ##
+_ASBOX
+_ASBOX
+  $as_echo "$ac_log"
+  $as_echo "$ac_log"
+} >&5
+} >&5
+
+
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+#
+#
+# INIT-COMMANDS
+# INIT-COMMANDS
+#
+#
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+srcdir=${srcdir}
+srcdir=${srcdir}
+target=${target}
+target=${target}
+with_multisubdir=${with_multisubdir}
+with_multisubdir=${with_multisubdir}
+ac_configure_args="${ac_configure_args} --enable-multilib"
+ac_configure_args="${ac_configure_args} --enable-multilib"
+CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+libgloss_topdir=${libgloss_topdir}
+libgloss_topdir=${libgloss_topdir}
+
+
+
+
+_ACEOF
+_ACEOF
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+
+
+# Handling of arguments.
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+for ac_config_target in $ac_config_targets
+do
+do
+  case $ac_config_target in
+  case $ac_config_target in
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+
+
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  esac
+  esac
+done
+done
+
+
+
+
+# If the user did not use the arguments to specify the items to instantiate,
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
+fi
+
+
+# Have a temporary directory for convenience.  Make it in the build tree
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+$debug ||
+{
+{
+  tmp= ac_tmp=
+  tmp= ac_tmp=
+  trap 'exit_status=$?
+  trap 'exit_status=$?
+  : "${ac_tmp:=$tmp}"
+  : "${ac_tmp:=$tmp}"
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+}
+# Create a (secure) tmp directory for tmp files.
+# Create a (secure) tmp directory for tmp files.
+
+
+{
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -d "$tmp"
+  test -d "$tmp"
+}  ||
+}  ||
+{
+{
+  tmp=./conf$$-$RANDOM
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
+ac_tmp=$tmp
+
+
+# Set up the scripts for CONFIG_FILES section.
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
+if test -n "$CONFIG_FILES"; then
+
+
+if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
+if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
+  ac_cs_awk_getline=:
+  ac_cs_awk_getline=:
+  ac_cs_awk_pipe_init=
+  ac_cs_awk_pipe_init=
+  ac_cs_awk_read_file='
+  ac_cs_awk_read_file='
+      while ((getline aline < (F[key])) > 0)
+      while ((getline aline < (F[key])) > 0)
+       print(aline)
+       print(aline)
+      close(F[key])'
+      close(F[key])'
+  ac_cs_awk_pipe_fini=
+  ac_cs_awk_pipe_fini=
+else
+else
+  ac_cs_awk_getline=false
+  ac_cs_awk_getline=false
+  ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
+  ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
+  ac_cs_awk_read_file='
+  ac_cs_awk_read_file='
+      print "|#_!!_#|"
+      print "|#_!!_#|"
+      print "cat " F[key] " &&"
+      print "cat " F[key] " &&"
+      '$ac_cs_awk_pipe_init
+      '$ac_cs_awk_pipe_init
+  # The final `:' finishes the AND list.
+  # The final `:' finishes the AND list.
+  ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
+  ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
+fi
+fi
+ac_cr=`echo X | tr X '\015'`
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+  eval ac_cr=\$\'\\r\'
+fi
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+  ac_cs_awk_cr='\\r'
+  ac_cs_awk_cr='\\r'
+else
+else
+  ac_cs_awk_cr=$ac_cr
+  ac_cs_awk_cr=$ac_cr
+fi
+fi
+
+
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+_ACEOF
+_ACEOF
+
+
+# Create commands to substitute file output variables.
+# Create commands to substitute file output variables.
+{
+{
+  echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
+  echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
+  echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
+  echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
+  echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
+  echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
+  echo "_ACAWK" &&
+  echo "_ACAWK" &&
+  echo "_ACEOF"
+  echo "_ACEOF"
+} >conf$$files.sh &&
+} >conf$$files.sh &&
+. ./conf$$files.sh ||
+. ./conf$$files.sh ||
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+rm -f conf$$files.sh
+rm -f conf$$files.sh
+
+
+{
+{
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+  echo "_ACEOF"
+  echo "_ACEOF"
+} >conf$$subs.sh ||
+} >conf$$subs.sh ||
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ac_delim='%!_!# '
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+for ac_last_try in false false false false false :; do
+  . ./conf$$subs.sh ||
+  . ./conf$$subs.sh ||
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+
+
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+  if test $ac_delim_n = $ac_delim_num; then
+  if test $ac_delim_n = $ac_delim_num; then
+    break
+    break
+  elif $ac_last_try; then
+  elif $ac_last_try; then
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+  else
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+  fi
+done
+done
+rm -f conf$$subs.sh
+rm -f conf$$subs.sh
+
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+_ACEOF
+_ACEOF
+sed -n '
+sed -n '
+h
+h
+s/^/S["/; s/!.*/"]=/
+s/^/S["/; s/!.*/"]=/
+p
+p
+g
+g
+s/^[^!]*!//
+s/^[^!]*!//
+:repl
+:repl
+t repl
+t repl
+s/'"$ac_delim"'$//
+s/'"$ac_delim"'$//
+t delim
+t delim
+:nl
+:nl
+h
+h
+s/\(.\{148\}\)..*/\1/
+s/\(.\{148\}\)..*/\1/
+t more1
+t more1
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+p
+p
+n
+n
+b repl
+b repl
+:more1
+:more1
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+p
+g
+g
+s/.\{148\}//
+s/.\{148\}//
+t nl
+t nl
+:delim
+:delim
+h
+h
+s/\(.\{148\}\)..*/\1/
+s/\(.\{148\}\)..*/\1/
+t more2
+t more2
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+p
+p
+b
+b
+:more2
+:more2
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+p
+g
+g
+s/.\{148\}//
+s/.\{148\}//
+t delim
+t delim
+' <conf$$subs.awk | sed '
+' <conf$$subs.awk | sed '
+/^[^""]/{
+/^[^""]/{
+  N
+  N
+  s/\n//
+  s/\n//
+}
+}
+' >>$CONFIG_STATUS || ac_write_fail=1
+' >>$CONFIG_STATUS || ac_write_fail=1
+rm -f conf$$subs.awk
+rm -f conf$$subs.awk
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+_ACAWK
+_ACAWK
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
+  for (key in S) S_is_set[key] = 1
+  for (key in S) S_is_set[key] = 1
+  FS = ""
+  FS = ""
+  \$ac_cs_awk_pipe_init
+  \$ac_cs_awk_pipe_init
+}
+}
+{
+{
+  line = $ 0
+  line = $ 0
+  nfields = split(line, field, "@")
+  nfields = split(line, field, "@")
+  substed = 0
+  substed = 0
+  len = length(field[1])
+  len = length(field[1])
+  for (i = 2; i < nfields; i++) {
+  for (i = 2; i < nfields; i++) {
+    key = field[i]
+    key = field[i]
+    keylen = length(key)
+    keylen = length(key)
+    if (S_is_set[key]) {
+    if (S_is_set[key]) {
+      value = S[key]
+      value = S[key]
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+      len += length(value) + length(field[++i])
+      len += length(value) + length(field[++i])
+      substed = 1
+      substed = 1
+    } else
+    } else
+      len += 1 + keylen
+      len += 1 + keylen
+  }
+  }
+  if (nfields == 3 && !substed) {
+  if (nfields == 3 && !substed) {
+    key = field[2]
+    key = field[2]
+    if (F[key] != "" && line ~ /^[      ]*@.*@[         ]*$/) {
+    if (F[key] != "" && line ~ /^[      ]*@.*@[         ]*$/) {
+      \$ac_cs_awk_read_file
+      \$ac_cs_awk_read_file
+      next
+      next
+    }
+    }
+  }
+  }
+  print line
+  print line
+}
+}
+\$ac_cs_awk_pipe_fini
+\$ac_cs_awk_pipe_fini
+_ACAWK
+_ACAWK
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+else
+else
+  cat
+  cat
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+_ACEOF
+_ACEOF
+
+
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
+# (actually we leave an empty line to preserve line numbers).
+if test "x$srcdir" = x.; then
+if test "x$srcdir" = x.; then
+  ac_vpsub='/^[         ]*VPATH[        ]*=[    ]*/{
+  ac_vpsub='/^[         ]*VPATH[        ]*=[    ]*/{
+h
+h
+s///
+s///
+s/^/:/
+s/^/:/
+s/[     ]*$/:/
+s/[     ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
+s/^:*//
+s/:*$//
+s/:*$//
+x
+x
+s/\(=[  ]*\).*/\1/
+s/\(=[  ]*\).*/\1/
+G
+G
+s/\n//
+s/\n//
+s/^[^=]*=[      ]*$//
+s/^[^=]*=[      ]*$//
+}'
+}'
+fi
+fi
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
+fi # test -n "$CONFIG_FILES"
+
+
+
+
+eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
+eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
+shift
+shift
+for ac_tag
+for ac_tag
+do
+do
+  case $ac_tag in
+  case $ac_tag in
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  esac
+  esac
+  case $ac_mode$ac_tag in
+  case $ac_mode$ac_tag in
+  :[FHL]*:*);;
+  :[FHL]*:*);;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  esac
+  esac
+  ac_save_IFS=$IFS
+  ac_save_IFS=$IFS
+  IFS=:
+  IFS=:
+  set x $ac_tag
+  set x $ac_tag
+  IFS=$ac_save_IFS
+  IFS=$ac_save_IFS
+  shift
+  shift
+  ac_file=$1
+  ac_file=$1
+  shift
+  shift
+
+
+  case $ac_mode in
+  case $ac_mode in
+  :L) ac_source=$1;;
+  :L) ac_source=$1;;
+  :[FH])
+  :[FH])
+    ac_file_inputs=
+    ac_file_inputs=
+    for ac_f
+    for ac_f
+    do
+    do
+      case $ac_f in
+      case $ac_f in
+      -) ac_f="$ac_tmp/stdin";;
+      -) ac_f="$ac_tmp/stdin";;
+      *) # Look for the file first in the build tree, then in the source tree
+      *) # Look for the file first in the build tree, then in the source tree
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
+        # because $ac_f cannot contain `:'.
+        # because $ac_f cannot contain `:'.
+        test -f "$ac_f" ||
+        test -f "$ac_f" ||
+          case $ac_f in
+          case $ac_f in
+          [\\/$]*) false;;
+          [\\/$]*) false;;
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+          esac ||
+          esac ||
+          as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+          as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+      esac
+      esac
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+      as_fn_append ac_file_inputs " '$ac_f'"
+      as_fn_append ac_file_inputs " '$ac_f'"
+    done
+    done
+
+
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # use $as_me), people would be surprised to read:
+    # use $as_me), people would be surprised to read:
+    #    /* config.h.  Generated by config.status.  */
+    #    /* config.h.  Generated by config.status.  */
+    configure_input='Generated from '`
+    configure_input='Generated from '`
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+       `' by configure.'
+       `' by configure.'
+    if test x"$ac_file" != x-; then
+    if test x"$ac_file" != x-; then
+      configure_input="$ac_file.  $configure_input"
+      configure_input="$ac_file.  $configure_input"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+$as_echo "$as_me: creating $ac_file" >&6;}
+$as_echo "$as_me: creating $ac_file" >&6;}
+    fi
+    fi
+    # Neutralize special characters interpreted by sed in replacement strings.
+    # Neutralize special characters interpreted by sed in replacement strings.
+    case $configure_input in #(
+    case $configure_input in #(
+    *\&* | *\|* | *\\* )
+    *\&* | *\|* | *\\* )
+       ac_sed_conf_input=`$as_echo "$configure_input" |
+       ac_sed_conf_input=`$as_echo "$configure_input" |
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
+    *) ac_sed_conf_input=$configure_input;;
+    *) ac_sed_conf_input=$configure_input;;
+    esac
+    esac
+
+
+    case $ac_tag in
+    case $ac_tag in
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+    esac
+    esac
+    ;;
+    ;;
+  esac
+  esac
+
+
+  ac_dir=`$as_dirname -- "$ac_file" ||
+  ac_dir=`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$ac_file" : 'X\(//\)[^/]' \| \
+        X"$ac_file" : 'X\(//\)[^/]' \| \
+        X"$ac_file" : 'X\(//\)$' \| \
+        X"$ac_file" : 'X\(//\)$' \| \
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+$as_echo X"$ac_file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+  as_dir="$ac_dir"; as_fn_mkdir_p
+  as_dir="$ac_dir"; as_fn_mkdir_p
+  ac_builddir=.
+  ac_builddir=.
+
+
+case "$ac_dir" in
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+  esac ;;
+esac
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+ac_top_builddir=$ac_top_build_prefix
+
+
+case $srcdir in
+case $srcdir in
+  .)  # We are building in place.
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+
+
+  case $ac_mode in
+  case $ac_mode in
+  :F)
+  :F)
+  #
+  #
+  # CONFIG_FILE
+  # CONFIG_FILE
+  #
+  #
+
+
+  case $INSTALL in
+  case $INSTALL in
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  esac
+  esac
+_ACEOF
+_ACEOF
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# If the template does not know about datarootdir, expand it.
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_sed_dataroot='
+ac_sed_dataroot='
+/datarootdir/ {
+/datarootdir/ {
+  p
+  p
+  q
+  q
+}
+}
+/@datadir@/p
+/@datadir@/p
+/@docdir@/p
+/@docdir@/p
+/@infodir@/p
+/@infodir@/p
+/@localedir@/p
+/@localedir@/p
+/@mandir@/p'
+/@mandir@/p'
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  ac_datarootdir_hack='
+  ac_datarootdir_hack='
+  s&@datadir@&$datadir&g
+  s&@datadir@&$datadir&g
+  s&@docdir@&$docdir&g
+  s&@docdir@&$docdir&g
+  s&@infodir@&$infodir&g
+  s&@infodir@&$infodir&g
+  s&@localedir@&$localedir&g
+  s&@localedir@&$localedir&g
+  s&@mandir@&$mandir&g
+  s&@mandir@&$mandir&g
+  s&\\\${datarootdir}&$datarootdir&g' ;;
+  s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+esac
+_ACEOF
+_ACEOF
+
+
+# Neutralize VPATH when `$srcdir' = `.'.
+# Neutralize VPATH when `$srcdir' = `.'.
+# Shell code in configure.ac might set extrasub.
+# Shell code in configure.ac might set extrasub.
+# FIXME: do we really want to maintain this feature?
+# FIXME: do we really want to maintain this feature?
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_sed_extra="$ac_vpsub
+ac_sed_extra="$ac_vpsub
+$extrasub
+$extrasub
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+:t
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s|@configure_input@|$ac_sed_conf_input|;t t
+s|@configure_input@|$ac_sed_conf_input|;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+$ac_datarootdir_hack
+$ac_datarootdir_hack
+"
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
+if $ac_cs_awk_getline; then
+if $ac_cs_awk_getline; then
+  $AWK -f "$ac_tmp/subs.awk"
+  $AWK -f "$ac_tmp/subs.awk"
+else
+else
+  $AWK -f "$ac_tmp/subs.awk" | $SHELL
+  $AWK -f "$ac_tmp/subs.awk" | $SHELL
+fi \
+fi \
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' \
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' \
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&5
+which seems to be undefined.  Please make sure it is defined" >&5
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&2;}
+which seems to be undefined.  Please make sure it is defined" >&2;}
+
+
+  rm -f "$ac_tmp/stdin"
+  rm -f "$ac_tmp/stdin"
+  case $ac_file in
+  case $ac_file in
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
+  esac \
+  esac \
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ ;;
+ ;;
+
+
+
+
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+ ;;
+  esac
+  esac
+
+
+
+
+  case $ac_file$ac_mode in
+  case $ac_file$ac_mode in
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # are listed without --file.  Let's play safe and only enable the eval
+  # are listed without --file.  Let's play safe and only enable the eval
+  # if we detect the quoting.
+  # if we detect the quoting.
+  case $CONFIG_FILES in
+  case $CONFIG_FILES in
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *)   set x $CONFIG_FILES ;;
+  *)   set x $CONFIG_FILES ;;
+  esac
+  esac
+  shift
+  shift
+  for mf
+  for mf
+  do
+  do
+    # Strip MF so we end up with the name of the file.
+    # Strip MF so we end up with the name of the file.
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile or not.
+    # Check whether this is an Automake generated Makefile or not.
+    # We used to match only the files named `Makefile.in', but
+    # We used to match only the files named `Makefile.in', but
+    # some people rename them; so instead we look at the file content.
+    # some people rename them; so instead we look at the file content.
+    # Grep'ing the first line is not enough: some people post-process
+    # Grep'ing the first line is not enough: some people post-process
+    # each Makefile.in and add a new line on top of each file to say so.
+    # each Makefile.in and add a new line on top of each file to say so.
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+      dirpart=`$as_dirname -- "$mf" ||
+      dirpart=`$as_dirname -- "$mf" ||
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$mf" : 'X\(//\)[^/]' \| \
+        X"$mf" : 'X\(//\)[^/]' \| \
+        X"$mf" : 'X\(//\)$' \| \
+        X"$mf" : 'X\(//\)$' \| \
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$mf" |
+$as_echo X"$mf" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+    else
+    else
+      continue
+      continue
+    fi
+    fi
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # from the Makefile without running `make'.
+    # from the Makefile without running `make'.
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    test -z "$DEPDIR" && continue
+    test -z "$DEPDIR" && continue
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    test -z "am__include" && continue
+    test -z "am__include" && continue
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    # When using ansi2knr, U may be empty or an underscore; expand it
+    # When using ansi2knr, U may be empty or an underscore; expand it
+    U=`sed -n 's/^U = //p' < "$mf"`
+    U=`sed -n 's/^U = //p' < "$mf"`
+    # Find all dependency output files, they are included files with
+    # Find all dependency output files, they are included files with
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # expansion.
+    # expansion.
+    for file in `sed -n "
+    for file in `sed -n "
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+      # Make sure the directory exists.
+      # Make sure the directory exists.
+      test -f "$dirpart/$file" && continue
+      test -f "$dirpart/$file" && continue
+      fdir=`$as_dirname -- "$file" ||
+      fdir=`$as_dirname -- "$file" ||
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$file" : 'X\(//\)[^/]' \| \
+        X"$file" : 'X\(//\)[^/]' \| \
+        X"$file" : 'X\(//\)$' \| \
+        X"$file" : 'X\(//\)$' \| \
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$file" |
+$as_echo X"$file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
+      # echo "creating $dirpart/$file"
+      # echo "creating $dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+    done
+    done
+  done
+  done
+}
+}
+ ;;
+ ;;
+    "Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
+    "Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
+
+
+  esac
+  esac
+done # for ac_tag
+done # for ac_tag
+
+
+
+
+as_fn_exit 0
+as_fn_exit 0
+_ACEOF
+_ACEOF
+ac_clean_files=$ac_clean_files_save
+ac_clean_files=$ac_clean_files_save
+
+
+test $ac_write_fail = 0 ||
+test $ac_write_fail = 0 ||
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+
+
+
+
+# configure is writing to config.log, and then calls config.status.
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded.  So we exec the FD to /dev/null,
+# output is simply discarded.  So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status.  When coming back to configure, we
+# appended to by config.status.  When coming back to configure, we
+# need to make the FD available again.
+# need to make the FD available again.
+if test "$no_create" != yes; then
+if test "$no_create" != yes; then
+  ac_cs_success=:
+  ac_cs_success=:
+  ac_config_status_args=
+  ac_config_status_args=
+  test "$silent" = yes &&
+  test "$silent" = yes &&
+    ac_config_status_args="$ac_config_status_args --quiet"
+    ac_config_status_args="$ac_config_status_args --quiet"
+  exec 5>/dev/null
+  exec 5>/dev/null
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  exec 5>>config.log
+  exec 5>>config.log
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+  # would make configure fail if this is the last instruction.
+  # would make configure fail if this is the last instruction.
+  $ac_cs_success || as_fn_exit 1
+  $ac_cs_success || as_fn_exit 1
+fi
+fi
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+fi
+fi
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/configure.in newlib-2.5.0-zip/libgloss/zip/configure.in
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/configure.in newlib-2.5.0-zip/libgloss/zip/configure.in
--- newlib-2.5.0/libgloss/zip/configure.in      1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/configure.in      1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/configure.in  2017-01-13 12:13:39.668316626 -0500
+++ newlib-2.5.0-zip/libgloss/zip/configure.in  2017-01-13 12:13:39.668316626 -0500
@@ -0,0 +1,200 @@
@@ -0,0 +1,200 @@
+# Copyright (c) 1995, 1996 Cygnus Support
+# Copyright (c) 1995, 1996 Cygnus Support
+#
+#
+# The authors hereby grant permission to use, copy, modify, distribute,
+# The authors hereby grant permission to use, copy, modify, distribute,
+# and license this software and its documentation for any purpose, provided
+# and license this software and its documentation for any purpose, provided
+# that existing copyright notices are retained in all copies and that this
+# that existing copyright notices are retained in all copies and that this
+# notice is included verbatim in any distributions. No written agreement,
+# notice is included verbatim in any distributions. No written agreement,
+# license, or royalty fee is required for any of the authorized uses.
+# license, or royalty fee is required for any of the authorized uses.
+# Modifications to this software may be copyrighted by their authors
+# Modifications to this software may be copyrighted by their authors
+# and need not follow the licensing terms described here, provided that
+# and need not follow the licensing terms described here, provided that
+# the new terms are clearly indicated on the first page of each file where
+# the new terms are clearly indicated on the first page of each file where
+# they apply.
+# they apply.
+#
+#
+# Process this file with autoconf to produce a configure script.
+# Process this file with autoconf to produce a configure script.
+#
+#
+AC_PREREQ(2.59)
+AC_PREREQ(2.59)
+AC_INIT(libzip.a)
+AC_INIT(libzip.a)
+AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
+
+
+if test "${enable_shared}" = "yes" ; then
+if test "${enable_shared}" = "yes" ; then
+    echo "Shared libraries not supported for cross compiling, ignored"
+    echo "Shared libraries not supported for cross compiling, ignored"
+fi
+fi
+
+
+if test "$srcdir" = "." ; then
+if test "$srcdir" = "." ; then
+  if test "${with_target_subdir}" != "." ; then
+  if test "${with_target_subdir}" != "." ; then
+    libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
+    libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
+  else
+  else
+    libgloss_topdir="${srcdir}/${with_multisrctop}../.."
+    libgloss_topdir="${srcdir}/${with_multisrctop}../.."
+  fi
+  fi
+else
+else
+  libgloss_topdir="${srcdir}/../.."
+  libgloss_topdir="${srcdir}/../.."
+fi
+fi
+AC_CONFIG_AUX_DIR($libgloss_topdir)
+AC_CONFIG_AUX_DIR($libgloss_topdir)
+
+
+AC_CANONICAL_SYSTEM
+AC_CANONICAL_SYSTEM
+AC_ARG_PROGRAM
+AC_ARG_PROGRAM
+
+
+AC_PROG_INSTALL
+AC_PROG_INSTALL
+
+
+AC_DEFINE(HAVE_GNU_LD)
+AC_DEFINE(HAVE_GNU_LD)
+dnl Make sure syscall names match those being used by newlib
+dnl Make sure syscall names match those being used by newlib
+case "${target}" in
+case "${target}" in
+  *-*-cygwin*)
+  *-*-cygwin*)
+       ;;
+       ;;
+  a29k-amd-udi)
+  a29k-amd-udi)
+       ;;
+       ;;
+  arc-*-*)
+  arc-*-*)
+       ;;
+       ;;
+  arm*-*-*)
+  arm*-*-*)
+       ;;
+       ;;
+  bfin-*-*)
+  bfin-*-*)
+       ;;
+       ;;
+  cris-*-* | crisv32-*-*)
+  cris-*-* | crisv32-*-*)
+       ;;
+       ;;
+  d10v*)
+  d10v*)
+       ;;
+       ;;
+  h8300*-*-*)
+  h8300*-*-*)
+       ;;
+       ;;
+  h8500-*-*)
+  h8500-*-*)
+       ;;
+       ;;
+  i[3456]86-*-sco*)
+  i[3456]86-*-sco*)
+       ;;
+       ;;
+  lm32-*-*)
+  lm32-*-*)
+       ;;
+       ;;
+  m32r-*-*)
+  m32r-*-*)
+       ;;
+       ;;
+  mn10?00-*-*)
+  mn10?00-*-*)
+       ;;
+       ;;
+  powerpcle-*-pe)
+  powerpcle-*-pe)
+       ;;
+       ;;
+  sh*-*-*)
+  sh*-*-*)
+       ;;
+       ;;
+  sparc-sun-sunos*)
+  sparc-sun-sunos*)
+       ;;
+       ;;
+  sparc64-*-*)
+  sparc64-*-*)
+       ;;
+       ;;
+  v850*-*-*)
+  v850*-*-*)
+       ;;
+       ;;
+  w65-*-*)
+  w65-*-*)
+       ;;
+       ;;
+  xstormy16-*-*)
+  xstormy16-*-*)
+       ;;
+       ;;
+  z8k-*-*)
+  z8k-*-*)
+       ;;
+       ;;
+  zip*)
+  zip*)
+       ;;
+       ;;
+  *)
+  *)
+       AC_DEFINE(MISSING_SYSCALL_NAMES)
+       AC_DEFINE(MISSING_SYSCALL_NAMES)
+       ;;
+       ;;
+esac
+esac
+
+
+AC_DEFINE(HAVE_ELF)
+AC_DEFINE(HAVE_ELF)
+
+
+dnl Make sure we know if elf format used
+dnl Make sure we know if elf format used
+case "${target}" in
+case "${target}" in
+  *-*-elf | zip*)
+  *-*-elf | zip*)
+        AC_DEFINE(HAVE_ELF)
+        AC_DEFINE(HAVE_ELF)
+
+
+        AC_CACHE_CHECK([for .previous assembler directive],
+        AC_CACHE_CHECK([for .previous assembler directive],
+                         libc_cv_asm_previous_directive, [dnl
+                         libc_cv_asm_previous_directive, [dnl
+        libc_cv_asm_previous_directive=no
+        libc_cv_asm_previous_directive=no
+        cat > conftest.s <<EOF
+        cat > conftest.s <<EOF
+.section foo_section
+.section foo_section
+.previous
+.previous
+EOF
+EOF
+        if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AC_FD_CC); then
+        if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AC_FD_CC); then
+          libc_cv_asm_previous_directive=yes
+          libc_cv_asm_previous_directive=yes
+        fi
+        fi
+        rm -f conftest*])
+        rm -f conftest*])
+
+
+       if test "x${libc_cv_asm_previous_directive}" = "xyes"; then
+       if test "x${libc_cv_asm_previous_directive}" = "xyes"; then
+          AC_DEFINE(HAVE_ASM_PREVIOUS_DIRECTIVE)
+          AC_DEFINE(HAVE_ASM_PREVIOUS_DIRECTIVE)
+       fi
+       fi
+
+
+        AC_CACHE_CHECK([for .popsection assembler directive],
+        AC_CACHE_CHECK([for .popsection assembler directive],
+                         libc_cv_asm_popsection_directive, [dnl
+                         libc_cv_asm_popsection_directive, [dnl
+        libc_cv_asm_popsection_directive=no
+        libc_cv_asm_popsection_directive=no
+        cat > conftest.s <<EOF
+        cat > conftest.s <<EOF
+.pushsection foo_section
+.pushsection foo_section
+.popsection
+.popsection
+EOF
+EOF
+        if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AC_FD_CC); then
+        if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AC_FD_CC); then
+          libc_cv_asm_popsection_directive=yes
+          libc_cv_asm_popsection_directive=yes
+        fi
+        fi
+        rm -f conftest*])
+        rm -f conftest*])
+
+
+       if test "x${libc_cv_asm_popsection_directive}" = "xyes"; then
+       if test "x${libc_cv_asm_popsection_directive}" = "xyes"; then
+          AC_DEFINE(HAVE_ASM_POPSECTION_DIRECTIVE)
+          AC_DEFINE(HAVE_ASM_POPSECTION_DIRECTIVE)
+       fi
+       fi
+
+
+        AC_CACHE_CHECK([for section attributes],
+        AC_CACHE_CHECK([for section attributes],
+                         libc_cv_section_attributes, [dnl
+                         libc_cv_section_attributes, [dnl
+        libc_cv_section_attributes=no
+        libc_cv_section_attributes=no
+        cat > conftest.c <<EOF
+        cat > conftest.c <<EOF
+int secttest __attribute__ ((section (".gnu.warning.secttest"))) = 10;
+int secttest __attribute__ ((section (".gnu.warning.secttest"))) = 10;
+int main() {}
+int main() {}
+EOF
+EOF
+        if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.c 1>&AC_FD_CC); then
+        if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.c 1>&AC_FD_CC); then
+          libc_cv_section_attributes=yes
+          libc_cv_section_attributes=yes
+        fi
+        fi
+        rm -f conftest*])
+        rm -f conftest*])
+       if test "x${libc_cv_section_attributes}" = "xyes"; then
+       if test "x${libc_cv_section_attributes}" = "xyes"; then
+          AC_DEFINE(HAVE_SECTION_ATTRIBUTES)
+          AC_DEFINE(HAVE_SECTION_ATTRIBUTES)
+       fi
+       fi
+        ;;
+        ;;
+esac
+esac
+
+
+AC_CACHE_CHECK([for symbol prefix], libc_cv_symbol_prefix, [dnl
+AC_CACHE_CHECK([for symbol prefix], libc_cv_symbol_prefix, [dnl
+cat > conftest.c <<\EOF
+cat > conftest.c <<\EOF
+foo () { }
+foo () { }
+EOF
+EOF
+dnl
+dnl
+libc_cv_symbol_prefix=none
+libc_cv_symbol_prefix=none
+if AC_TRY_COMMAND([${CC-cc} -S conftest.c -o - | fgrep "\$foo" > /dev/null]);
+if AC_TRY_COMMAND([${CC-cc} -S conftest.c -o - | fgrep "\$foo" > /dev/null]);
+then
+then
+  libc_cv_symbol_prefix='$'
+  libc_cv_symbol_prefix='$'
+else
+else
+  if AC_TRY_COMMAND([${CC-cc} -S conftest.c -o - | fgrep "_foo" > /dev/null]);
+  if AC_TRY_COMMAND([${CC-cc} -S conftest.c -o - | fgrep "_foo" > /dev/null]);
+  then
+  then
+    libc_cv_symbol_prefix=_
+    libc_cv_symbol_prefix=_
+  fi
+  fi
+fi
+fi
+rm -f conftest* ])
+rm -f conftest* ])
+if test $libc_cv_symbol_prefix != none; then
+if test $libc_cv_symbol_prefix != none; then
+  AC_DEFINE_UNQUOTED(__SYMBOL_PREFIX, "$libc_cv_symbol_prefix")
+  AC_DEFINE_UNQUOTED(__SYMBOL_PREFIX, "$libc_cv_symbol_prefix")
+else
+else
+  AC_DEFINE(__SYMBOL_PREFIX, "")
+  AC_DEFINE(__SYMBOL_PREFIX, "")
+fi
+fi
+
+
+LIB_AC_PROG_CC
+LIB_AC_PROG_CC
+AS=${AS-as}
+AS=${AS-as}
+AC_SUBST(AS)
+AC_SUBST(AS)
+AR=${AR-ar}
+AR=${AR-ar}
+AC_SUBST(AR)
+AC_SUBST(AR)
+LD=${LD-ld}
+LD=${LD-ld}
+AC_SUBST(LD)
+AC_SUBST(LD)
+AC_PROG_RANLIB
+AC_PROG_RANLIB
+LIB_AM_PROG_AS
+LIB_AM_PROG_AS
+
+
+host_makefile_frag=${srcdir}/../config/default.mh
+host_makefile_frag=${srcdir}/../config/default.mh
+
+
+dnl We have to assign the same value to other variables because autoconf
+dnl We have to assign the same value to other variables because autoconf
+dnl doesn't provide a mechanism to substitute a replacement keyword with
+dnl doesn't provide a mechanism to substitute a replacement keyword with
+dnl arbitrary data or pathnames.
+dnl arbitrary data or pathnames.
+dnl
+dnl
+host_makefile_frag_path=$host_makefile_frag
+host_makefile_frag_path=$host_makefile_frag
+AC_SUBST(host_makefile_frag_path)
+AC_SUBST(host_makefile_frag_path)
+AC_SUBST_FILE(host_makefile_frag)
+AC_SUBST_FILE(host_makefile_frag)
+
+
+AC_CONFIG_FILES(Makefile,
+AC_CONFIG_FILES(Makefile,
+ac_file=Makefile . ${libgloss_topdir}/config-ml.in,
+ac_file=Makefile . ${libgloss_topdir}/config-ml.in,
+srcdir=${srcdir}
+srcdir=${srcdir}
+target=${target}
+target=${target}
+with_multisubdir=${with_multisubdir}
+with_multisubdir=${with_multisubdir}
+ac_configure_args="${ac_configure_args} --enable-multilib"
+ac_configure_args="${ac_configure_args} --enable-multilib"
+CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+libgloss_topdir=${libgloss_topdir}
+libgloss_topdir=${libgloss_topdir}
+)
+)
+AC_OUTPUT
+AC_OUTPUT
+
+
+
+
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/crt0.c newlib-2.5.0-zip/libgloss/zip/crt0.c
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/crt0.c newlib-2.5.0-zip/libgloss/zip/crt0.c
--- newlib-2.5.0/libgloss/zip/crt0.c    1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/crt0.c    1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/crt0.c        2017-02-21 16:48:24.891606509 -0500
+++ newlib-2.5.0-zip/libgloss/zip/crt0.c        2017-02-21 16:48:24.891606509 -0500
@@ -0,0 +1,288 @@
@@ -0,0 +1,288 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   crt0.c
+// Filename:   crt0.c
+//
+//
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+//
+//
+// Purpose:    To start a program from flash, loading its various components
+// Purpose:    To start a program from flash, loading its various components
+//             into on-chip block RAM, or off-chip DDR3 SDRAM, as indicated
+//             into on-chip block RAM, or off-chip DDR3 SDRAM, as indicated
+//     by the symbols/pointers within the program itself.  As you will notice
+//     by the symbols/pointers within the program itself.  As you will notice
+//     by the names of the symbols, it is assumed that a kernel will be placed
+//     by the names of the symbols, it is assumed that a kernel will be placed
+//     into block RAM.
+//     into block RAM.
+//
+//
+//     This particular implementation depends upon the following symbols
+//     This particular implementation depends upon the following symbols
+//     being defined:
+//     being defined:
+//
+//
+//     int main(int argc, char **argv)
+//     int main(int argc, char **argv)
+//             The location where your program will start from, once fully
+//             The location where your program will start from, once fully
+//             loaded.  argc will always be set to zero, and ARGV to a pointer
+//             loaded.  argc will always be set to zero, and ARGV to a pointer
+//             to zero.
+//             to zero.
+//
+//
+//     _top_of_stack:
+//     _top_of_stack:
+//             A pointer to a location in memory which we can use for a stack.
+//             A pointer to a location in memory which we can use for a stack.
+//             The bootloader doesn't use much of this memory, although it does
+//             The bootloader doesn't use much of this memory, although it does
+//             use it.  It then resets the stack to this location and calls
+//             use it.  It then resets the stack to this location and calls
+//             your program.
+//             your program.
+//
+//
+//     _top_of_heap:
+//     _top_of_heap:
+//             While not used by this program, this is assumed to be defined
+//             While not used by this program, this is assumed to be defined
+//             by the linker as the lowest memory address in a space that can
+//             by the linker as the lowest memory address in a space that can
+//             be used by a malloc/free restore capability.
+//             be used by a malloc/free restore capability.
+//
+//
+//     _flash:
+//     _flash:
+//             The address of the beginning of physical FLASH device.  This is
+//             The address of the beginning of physical FLASH device.  This is
+//             not the first usable address on that device, as that is often
+//             not the first usable address on that device, as that is often
+//             reserved for the first two FPGA configurations.
+//             reserved for the first two FPGA configurations.
+//
+//
+//     _blkram:
+//     _blkram:
+//             The first address of the block RAM memory within the FPGA.
+//             The first address of the block RAM memory within the FPGA.
+//
+//
+//     _sdram:
+//     _sdram:
+//             The address of the beginning of physical SDRAM.
+//             The address of the beginning of physical SDRAM.
+//
+//
+//     _kernel_image_start:
+//     _kernel_image_start:
+//             The address of that location within FLASH where the sections
+//             The address of that location within FLASH where the sections
+//             needing to be moved begin at.
+//             needing to be moved begin at.
+//
+//
+//     _kernel_image_end:
+//     _kernel_image_end:
+//             The last address within block RAM that needs to be filled in.
+//             The last address within block RAM that needs to be filled in.
+//
+//
+//     _sdram_image_start:
+//     _sdram_image_start:
+//             This address is more confusing.  This is equal to one past the
+//             This address is more confusing.  This is equal to one past the
+//             last used block RAM address, or the last used flash address if
+//             last used block RAM address, or the last used flash address if
+//             no block RAM is used.  It is used for determining whether or not
+//             no block RAM is used.  It is used for determining whether or not
+//             block RAM was used at all.
+//             block RAM was used at all.
+//
+//
+//     _sdram_image_end:
+//     _sdram_image_end:
+//             This is one past the last address in SDRAM that needs to be
+//             This is one past the last address in SDRAM that needs to be
+//             set with valid data.
+//             set with valid data.
+//
+//
+//             This pointer is made even more confusing by the fact that,
+//             This pointer is made even more confusing by the fact that,
+//             if there is nothing allocated in SDRAM, this pointer will
+//             if there is nothing allocated in SDRAM, this pointer will
+//             still point to block RAM.  To make matters worse, the MAP
+//             still point to block RAM.  To make matters worse, the MAP
+//             file won't match the pointer in memory.  (I spent three days
+//             file won't match the pointer in memory.  (I spent three days
+//             trying to chase this down, and came up empty.  Basically,
+//             trying to chase this down, and came up empty.  Basically,
+//             the BFD structures may set this to point to block RAM, whereas
+//             the BFD structures may set this to point to block RAM, whereas
+//             the MAP--which uses different data and different methods of
+//             the MAP--which uses different data and different methods of
+//             computation--may leave this pointing to SDRAM.  Go figure.)
+//             computation--may leave this pointing to SDRAM.  Go figure.)
+//
+//
+//     _bss_image_end:
+//     _bss_image_end:
+//             This is the last address of memory that must be cleared upon
+//             This is the last address of memory that must be cleared upon
+//             startup, for which the program is assuming that it is zero.
+//             startup, for which the program is assuming that it is zero.
+//             While it may not be necessary to clear the BSS memory, since
+//             While it may not be necessary to clear the BSS memory, since
+//             BSS memory is always zero on power up, this bootloader does so
+//             BSS memory is always zero on power up, this bootloader does so
+//             anyway--since we might be starting from a reset instead of power
+//             anyway--since we might be starting from a reset instead of power
+//             up.
+//             up.
+//
+//
+//
+//
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2017, Gisselquist Technology, LLC
+// Copyright (C) 2017, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#include "zipcpu.h"
+#include "zipcpu.h"
+#include "board.h"             // Our current board support file
+#include "board.h"             // Our current board support file
+#include "bootloader.h"
+#include "bootloader.h"
+
+
+// A bootloader is about nothing more than copying memory from a couple
+// A bootloader is about nothing more than copying memory from a couple
+// particular locations (Flash/ROM) to other locations in memory (BLKRAM
+// particular locations (Flash/ROM) to other locations in memory (BLKRAM
+// and SDRAM).  Our DMA is a hardware accelerator that does nothing but
+// and SDRAM).  Our DMA is a hardware accelerator that does nothing but
+// copy memory from one location to another.  Why not use the DMA for this
+// copy memory from one location to another.  Why not use the DMA for this
+// purpose then?
+// purpose then?
+//
+//
+// Here, we have a USE_DMA #define.  When this is defined, the memory copy
+// Here, we have a USE_DMA #define.  When this is defined, the memory copy
+// will be done using the DMA hardware accelerator.  This is a good thing,
+// will be done using the DMA hardware accelerator.  This is a good thing,
+// and this should be defined.  There are two problems with defining this
+// and this should be defined.  There are two problems with defining this
+// however: 1) It obscures for any readers of this code what is actually
+// however: 1) It obscures for any readers of this code what is actually
+// happening, and 2) it makes the code dependent upon yet another piece of the
+// happening, and 2) it makes the code dependent upon yet another piece of the
+// hardware design working.  For these reasons, we allow you to turn it off.
+// hardware design working.  For these reasons, we allow you to turn it off.
+#ifdef _HAS_ZIPSYS_DMA
+#ifdef _HAS_ZIPSYS_DMA
+#define        USE_DMA
+#define        USE_DMA
+#endif
+#endif
+
+
+//
+//
+// _start:
+// _start:
+//
+//
+// Every computer needs to start processing from somewhere on reboot, and every
+// Every computer needs to start processing from somewhere on reboot, and every
+// program needs some entry point.  For the ZipCPU, that starting place is the
+// program needs some entry point.  For the ZipCPU, that starting place is the
+// routine with the _start symbol.  It is important that this start symbol be
+// routine with the _start symbol.  It is important that this start symbol be
+// placed at the boot address for the CPU.  This is the very first address of
+// placed at the boot address for the CPU.  This is the very first address of
+// program memory, and (currently) on the Arty board it is placed in Flash at
+// program memory, and (currently) on the Arty board it is placed in Flash at
+// _start = 0x4e0000.  To make certain this routine goes into the very first
+// _start = 0x4e0000.  To make certain this routine goes into the very first
+// address in flash, we place it into it's own special section, the .start
+// address in flash, we place it into it's own special section, the .start
+// section, and then tell the linker that the .start section is the first
+// section, and then tell the linker that the .start section is the first
+// section where it needs to start placing code.
+// section where it needs to start placing code.
+//
+//
+// If you read through this short assembly routine below, you'll find that it
+// If you read through this short assembly routine below, you'll find that it
+// does only a small number of tasks.  It sets the stack pointer to point to
+// does only a small number of tasks.  It sets the stack pointer to point to
+// the top of the stack (a symbol defined in the linker file), calls the
+// the top of the stack (a symbol defined in the linker file), calls the
+// bootloader, resets the stack pointer, clears any data cache, and then calls
+// bootloader, resets the stack pointer, clears any data cache, and then calls
+// the kernel entry function.  It also sets up a return address for the kernel
+// the kernel entry function.  It also sets up a return address for the kernel
+// entry function so that, should the kernel ever exit, it wouldn't exit on
+// entry function so that, should the kernel ever exit, it wouldn't exit on
+// any error but rather it would exit by halting the CPU.
+// any error but rather it would exit by halting the CPU.
+//
+//
+asm("\t.section\t.start,\"ax\",@progbits\n"
+asm("\t.section\t.start,\"ax\",@progbits\n"
+       "\t.global\t_start\n"
+       "\t.global\t_start\n"
+"_start:"      "\t; Here's the global ZipCPU entry point upon reset/reboot\n"
+"_start:"      "\t; Here's the global ZipCPU entry point upon reset/reboot\n"
+       "\tLDI\t_top_of_stack,SP"       "\t; Set up our supervisor stack ptr\n"
+       "\tLDI\t_top_of_stack,SP"       "\t; Set up our supervisor stack ptr\n"
+       "\tMOV\t_kernel_is_dead(PC),uPC" "\t; Set user PC pointer to somewhere valid\n"
+       "\tMOV\t_kernel_is_dead(PC),uPC" "\t; Set user PC pointer to somewhere valid\n"
+#ifndef        SKIP_BOOTLOADER
+#ifndef        SKIP_BOOTLOADER
+       "\tMOV\t_after_bootloader(PC),R0" " ; JSR to the bootloader routine\n"
+       "\tMOV\t_after_bootloader(PC),R0" " ; JSR to the bootloader routine\n"
+       "\tBRA\t_bootloader\n"
+       "\tBRA\t_bootloader\n"
+"_after_bootloader:\n"
+"_after_bootloader:\n"
+       "\tLDI\t_top_of_stack,SP"       "\t; Set up our supervisor stack ptr\n"
+       "\tLDI\t_top_of_stack,SP"       "\t; Set up our supervisor stack ptr\n"
+       "\tOR\t0x4000,CC"               "\t; Clear the data cache\n"
+       "\tOR\t0x4000,CC"               "\t; Clear the data cache\n"
+#endif
+#endif
+#ifdef __USE_INIT_FINIT
+#ifdef __USE_INIT_FINIT
+       "\tJSR\tinit"           "\t; Initialize any constructor code\n"
+       "\tJSR\tinit"           "\t; Initialize any constructor code\n"
+       //
+       //
+       "\tLDI\tfini,R1"        "\t; \n"
+       "\tLDI\tfini,R1"        "\t; \n"
+       "\tJSR\t_atexit"        "\t; Initialize any constructor code\n"
+       "\tJSR\t_atexit"        "\t; Initialize any constructor code\n"
+#endif
+#endif
+       //
+       //
+       "\tCLR\tR1"                     "\t; argc = 0\n"
+       "\tCLR\tR1"                     "\t; argc = 0\n"
+       "\tMOV\t_argv(PC),R2"           "\t; argv = &0\n"
+       "\tMOV\t_argv(PC),R2"           "\t; argv = &0\n"
+       "\tLDI\t__env,R3"               "\t; env = NULL\n"
+       "\tLDI\t__env,R3"               "\t; env = NULL\n"
+       "\tJSR\tmain"           "\t; Call the user main() function\n"
+       "\tJSR\tmain"           "\t; Call the user main() function\n"
+       //
+       //
+"_graceful_kernel_exit:"       "\t; Halt on any return from main--gracefully\n"
+"_graceful_kernel_exit:"       "\t; Halt on any return from main--gracefully\n"
+       "\tJSR\texit\n" "\t; Call the _exit as part of exiting\n"
+       "\tJSR\texit\n" "\t; Call the _exit as part of exiting\n"
+"\t.global\t_exit\n"
+"\t.global\t_exit\n"
+"_exit:\n"
+"_exit:\n"
+#ifdef _ZIP_HAS_WBUART
+#ifdef _ZIP_HAS_WBUART
+       "\tLW 0x15c,R2\n"       "\t; Wait for the serial port to clear\n"
+       "\tLW 0x15c,R2\n"       "\t; Wait for the serial port to clear\n"
+       "\tTEST 0x100,R2\n"
+       "\tTEST 0x100,R2\n"
+       "\tBNZ _exit\n"
+       "\tBNZ _exit\n"
+#endif
+#endif
+       "\tNEXIT\tR1\n"         "\t; If in simulation, call an exit function\n"
+       "\tNEXIT\tR1\n"         "\t; If in simulation, call an exit function\n"
+"_kernel_is_dead:"             "\t; Halt the CPU\n"
+"_kernel_is_dead:"             "\t; Halt the CPU\n"
+       "\tHALT\n"              "\t; We should *never* continue following a\n"
+       "\tHALT\n"              "\t; We should *never* continue following a\n"
+       "\tBRA\t_kernel_is_dead" "\t; halt, do something useful if so ??\n"
+       "\tBRA\t_kernel_is_dead" "\t; halt, do something useful if so ??\n"
+"_argv:\n"
+"_argv:\n"
+       "\t.WORD\t0,0\n"
+       "\t.WORD\t0,0\n"
+       "\t.section\t.text");
+       "\t.section\t.text");
+
+
+//
+//
+// We need to insist that the bootloader be kept in Flash, else it would depend
+// We need to insist that the bootloader be kept in Flash, else it would depend
+// upon running a routine from memory that ... wasn't in memory yet.  For this
+// upon running a routine from memory that ... wasn't in memory yet.  For this
+// purpose, we place the bootloader in a special .boot section.  We'll also tell
+// purpose, we place the bootloader in a special .boot section.  We'll also tell
+// the linker, via the linker script, that this .boot section needs to be placed
+// the linker, via the linker script, that this .boot section needs to be placed
+// into flash.
+// into flash.
+//
+//
+extern void    _bootloader(void) __attribute__ ((section (".boot")));
+extern void    _bootloader(void) __attribute__ ((section (".boot")));
+
+
+//
+//
+// bootloader()
+// bootloader()
+//
+//
+// Here's the actual boot loader itself.  It copies three areas from flash:
+// Here's the actual boot loader itself.  It copies three areas from flash:
+//     1. An area from flash to block RAM
+//     1. An area from flash to block RAM
+//     2. A second area from flash to SDRAM
+//     2. A second area from flash to SDRAM
+//     3. The third area isn't copied from flash, but rather it is just set to
+//     3. The third area isn't copied from flash, but rather it is just set to
+//             zero.  This is sometimes called the BSS segment.
+//             zero.  This is sometimes called the BSS segment.
+//
+//
+#ifndef        SKIP_BOOTLOADER
+#ifndef        SKIP_BOOTLOADER
+void   _bootloader(void) {
+void   _bootloader(void) {
+       int *sdend = _sdram_image_end, *bsend = _bss_image_end;
+       int *sdend = _sdram_image_end, *bsend = _bss_image_end;
+       if (sdend < _sdram)
+       if (sdend < _sdram)
+               sdend = _sdram; // R7
+               sdend = _sdram; // R7
+       if (bsend < sdend)
+       if (bsend < sdend)
+               bsend = sdend;  // R6
+               bsend = sdend;  // R6
+
+
+#ifdef USE_DMA
+#ifdef USE_DMA
+       zip->z_dma.d_ctrl= DMACLEAR;
+       zip->z_dma.d_ctrl= DMACLEAR;
+       zip->z_dma.d_rd = _kernel_image_start;
+       zip->z_dma.d_rd = _kernel_image_start;
+       if (_kernel_image_end != _blkram) {
+       if (_kernel_image_end != _blkram) {
+               zip->z_dma.d_len = _kernel_image_end - _blkram;
+               zip->z_dma.d_len = _kernel_image_end - _blkram;
+               zip->z_dma.d_wr  = _blkram;
+               zip->z_dma.d_wr  = _blkram;
+               zip->z_dma.d_ctrl= DMACCOPY;
+               zip->z_dma.d_ctrl= DMACCOPY;
+
+
+               zip->z_pic = SYSINT_DMAC;
+               zip->z_pic = SYSINT_DMAC;
+               while((zip->z_pic & SYSINT_DMAC)==0)
+               while((zip->z_pic & SYSINT_DMAC)==0)
+                       ;
+                       ;
+       }
+       }
+
+
+       // zip->z_dma.d_rd // Keeps the same value
+       // zip->z_dma.d_rd // Keeps the same value
+       zip->z_dma.d_wr  = _sdram;
+       zip->z_dma.d_wr  = _sdram;
+       if (sdend != _sdram) {
+       if (sdend != _sdram) {
+               zip->z_dma.d_len = sdend - _sdram;
+               zip->z_dma.d_len = sdend - _sdram;
+               zip->z_dma.d_ctrl= DMACCOPY;
+               zip->z_dma.d_ctrl= DMACCOPY;
+
+
+               zip->z_pic = SYSINT_DMAC;
+               zip->z_pic = SYSINT_DMAC;
+               while((zip->z_pic & SYSINT_DMAC)==0)
+               while((zip->z_pic & SYSINT_DMAC)==0)
+                       ;
+                       ;
+       }
+       }
+
+
+       if (bsend != sdend) {
+       if (bsend != sdend) {
+               volatile int    zero = 0;
+               volatile int    zero = 0;
+
+
+               zip->z_dma.d_len = bsend - sdend;
+               zip->z_dma.d_len = bsend - sdend;
+               zip->z_dma.d_rd  = (unsigned *)&zero;
+               zip->z_dma.d_rd  = (unsigned *)&zero;
+               // zip->z_dma.wr // Keeps the same value
+               // zip->z_dma.wr // Keeps the same value
+               zip->z_dma.d_ctrl = DMACCOPY|DMA_CONSTSRC;
+               zip->z_dma.d_ctrl = DMACCOPY|DMA_CONSTSRC;
+
+
+               zip->z_pic = SYSINT_DMAC;
+               zip->z_pic = SYSINT_DMAC;
+               while((zip->z_pic & SYSINT_DMAC)==0)
+               while((zip->z_pic & SYSINT_DMAC)==0)
+                       ;
+                       ;
+       }
+       }
+#else
+#else
+       int     *rdp = _kernel_image_start, *wrp = _blkram;
+       int     *rdp = _kernel_image_start, *wrp = _blkram;
+
+
+       if (BKRAM == NULL)
+       if (BKRAM == NULL)
+               wrp = _sdram;
+               wrp = _sdram;
+
+
+       //
+       //
+       // Load any part of the image into block RAM, but *only* if there's a
+       // Load any part of the image into block RAM, but *only* if there's a
+       // block RAM section in the image.  Based upon our LD script, the
+       // block RAM section in the image.  Based upon our LD script, the
+       // block RAM should be filled from _blkram to _kernel_image_end.
+       // block RAM should be filled from _blkram to _kernel_image_end.
+       // It starts at _kernel_image_start --- our last valid address within
+       // It starts at _kernel_image_start --- our last valid address within
+       // the flash address region.
+       // the flash address region.
+       //
+       //
+       if (_kernel_image_end != _kernel_image_start) {
+       if (_kernel_image_end != _kernel_image_start) {
+               while(wrp < _kernel_image_end)
+               while(wrp < _kernel_image_end)
+                       *wrp++ = *rdp++;
+                       *wrp++ = *rdp++;
+               if (_kernel_image_end <= _sdram)
+               if (_kernel_image_end <= _sdram)
+                       wrp = _sdram;
+                       wrp = _sdram;
+       }
+       }
+
+
+       //
+       //
+       // Now, we move on to the SDRAM image.  We'll here load into SDRAM
+       // Now, we move on to the SDRAM image.  We'll here load into SDRAM
+       // memory up to the end of the SDRAM image, _sdram_image_end.
+       // memory up to the end of the SDRAM image, _sdram_image_end.
+       // As with the last pointer, this one is also created for us by the
+       // As with the last pointer, this one is also created for us by the
+       // linker.
+       // linker.
+       //
+       //
+       for(int i=0; i< sdend - _sdram; i++)
+       for(int i=0; i< sdend - _sdram; i++)
+               *wrp++ = *rdp++;
+               *wrp++ = *rdp++;
+
+
+       //
+       //
+       // Finally, we load BSS.  This is the segment that only needs to be
+       // Finally, we load BSS.  This is the segment that only needs to be
+       // cleared to zero.  It is available for global variables, but some
+       // cleared to zero.  It is available for global variables, but some
+       // initialization is expected within it.  We start writing where
+       // initialization is expected within it.  We start writing where
+       // the valid SDRAM context, i.e. the non-zero contents, end.
+       // the valid SDRAM context, i.e. the non-zero contents, end.
+       //
+       //
+       for(int i=0; i<bsend - sdend; i++)
+       for(int i=0; i<bsend - sdend; i++)
+               *wrp++ = 0;
+               *wrp++ = 0;
+
+
+#endif
+#endif
+}
+}
+#endif
+#endif
+
+
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/Makefile.in newlib-2.5.0-zip/libgloss/zip/Makefile.in
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/Makefile.in newlib-2.5.0-zip/libgloss/zip/Makefile.in
--- newlib-2.5.0/libgloss/zip/Makefile.in       1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/Makefile.in       1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/Makefile.in   2017-02-21 16:51:32.166122654 -0500
+++ newlib-2.5.0-zip/libgloss/zip/Makefile.in   2017-02-21 16:51:32.166122654 -0500
@@ -0,0 +1,116 @@
@@ -0,0 +1,116 @@
+# Copyright (c) 1998 Cygnus Support
+# Copyright (c) 1998 Cygnus Support
+#
+#
+# The authors hereby grant permission to use, copy, modify, distribute,
+# The authors hereby grant permission to use, copy, modify, distribute,
+# and license this software and its documentation for any purpose, provided
+# and license this software and its documentation for any purpose, provided
+# that existing copyright notices are retained in all copies and that this
+# that existing copyright notices are retained in all copies and that this
+# notice is included verbatim in any distributions. No written agreement,
+# notice is included verbatim in any distributions. No written agreement,
+# license, or royalty fee is required for any of the authorized uses.
+# license, or royalty fee is required for any of the authorized uses.
+# Modifications to this software may be copyrighted by their authors
+# Modifications to this software may be copyrighted by their authors
+# and need not follow the licensing terms described here, provided that
+# and need not follow the licensing terms described here, provided that
+# the new terms are clearly indicated on the first page of each file where
+# the new terms are clearly indicated on the first page of each file where
+# they apply.
+# they apply.
+
+
+DESTDIR =
+DESTDIR =
+VPATH = @srcdir@
+VPATH = @srcdir@
+srcdir = @srcdir@
+srcdir = @srcdir@
+objdir = .
+objdir = .
+srcroot = $(srcdir)/../..
+srcroot = $(srcdir)/../..
+objroot = $(objdir)/../..
+objroot = $(objdir)/../..
+
+
+prefix = @prefix@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+exec_prefix = @exec_prefix@
+
+
+host_alias = @host_alias@
+host_alias = @host_alias@
+target_alias = @target_alias@
+target_alias = @target_alias@
+program_transform_name = @program_transform_name@
+program_transform_name = @program_transform_name@
+
+
+bindir = @bindir@
+bindir = @bindir@
+libdir = @libdir@
+libdir = @libdir@
+tooldir = $(exec_prefix)/$(target_alias)
+tooldir = $(exec_prefix)/$(target_alias)
+
+
+# Multilib support variables.
+# Multilib support variables.
+# TOP is used instead of MULTI{BUILD,SRC}TOP.
+# TOP is used instead of MULTI{BUILD,SRC}TOP.
+MULTIDIRS =
+MULTIDIRS =
+MULTISUBDIR =
+MULTISUBDIR =
+MULTIDO = true
+MULTIDO = true
+MULTICLEAN = true
+MULTICLEAN = true
+
+
+INSTALL = @INSTALL@
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_DATA = @INSTALL_DATA@
+
+
+SHELL =        /bin/sh
+SHELL =        /bin/sh
+
+
+CC = @CC@
+CC = @CC@
+AS = @AS@
+AS = @AS@
+AR = @AR@
+AR = @AR@
+LD = @LD@
+LD = @LD@
+RANLIB = @RANLIB@
+RANLIB = @RANLIB@
+
+
+OBJDUMP = `if [ -f ${objroot}/../binutils/objdump ] ; \
+OBJDUMP = `if [ -f ${objroot}/../binutils/objdump ] ; \
+       then echo ${objroot}/../binutils/objdump ; \
+       then echo ${objroot}/../binutils/objdump ; \
+       else t='$(program_transform_name)'; echo objdump | sed -e $$t ; fi`
+       else t='$(program_transform_name)'; echo objdump | sed -e $$t ; fi`
+OBJCOPY = `if [ -f ${objroot}/../binutils/objcopy ] ; \
+OBJCOPY = `if [ -f ${objroot}/../binutils/objcopy ] ; \
+       then echo ${objroot}/../binutils/objcopy ; \
+       then echo ${objroot}/../binutils/objcopy ; \
+       else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi`
+       else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi`
+
+
+CFLAGS=-O3
+CFLAGS=-O3
+
+
+BASIC_BSP   = libzipbasic.a
+BASIC_BSP   = libzipbasic.a
+BASIC_OBJS  = libboard-syscalls.o libboard-zipcpu.o crt0.o libboard-udiv.o libboard-umod.o
+BASIC_OBJS  = libboard-syscalls.o libboard-zipcpu.o crt0.o libboard-udiv.o libboard-umod.o
+# SPECS = ${srcdir}/zip.specs
+# SPECS = ${srcdir}/zip.specs
+
+
+CRT0         = crt0.o
+CRT0         = crt0.o
+CRT0_INSTALL  = install-crt0
+CRT0_INSTALL  = install-crt0
+
+
+
+
+# Host specific makefile fragment comes in here.
+# Host specific makefile fragment comes in here.
+@host_makefile_frag@
+@host_makefile_frag@
+
+
+OUTPUTS = $(CRT0) $(BASIC_BSP)
+OUTPUTS = $(CRT0) $(BASIC_BSP)
+
+
+all: ${OUTPUTS}
+all: ${OUTPUTS}
+$(BASIC_BSP): $(BASIC_OBJS)
+$(BASIC_BSP): $(BASIC_OBJS)
+       $(AR) $(ARFLAGS) $@ $?
+       $(AR) $(ARFLAGS) $@ $?
+       $(RANLIB) $@
+       $(RANLIB) $@
+
+
+libboard-%.o: %.c
+libboard-%.o: %.c
+       ${CC} ${CFLAGS} -o $@ -c $<
+       ${CC} ${CFLAGS} -o $@ -c $<
+crt0.o:
+crt0.o:
+       ${CC} ${CFLAGS} -fno-builtin -o $@ -c $(srcdir)/crt0.c
+       ${CC} ${CFLAGS} -fno-builtin -o $@ -c $(srcdir)/crt0.c
+
+
+
+
+syscalls.o: $(srcdir)/syscalls.c $(srcdir)/boards/zipbasic.h $(srcdir)/zipcpu.h
+syscalls.o: $(srcdir)/syscalls.c $(srcdir)/boards/zipbasic.h $(srcdir)/zipcpu.h
+syscalls.o: $(srcdir)/zipsys.h
+syscalls.o: $(srcdir)/zipsys.h
+udiv.o: $(srcdir)/udiv.h
+udiv.o: $(srcdir)/udiv.h
+umod.o: $(srcdir)/umod.h
+umod.o: $(srcdir)/umod.h
+zipcpu.o:   $(srcdir)/zipcpu.c
+zipcpu.o:   $(srcdir)/zipcpu.c
+crt0.o:     $(srcdir)/crt0.c $(srcdir)/boards/zipbasic.h $(srcdir)/zipcpu.h
+crt0.o:     $(srcdir)/crt0.c $(srcdir)/boards/zipbasic.h $(srcdir)/zipcpu.h
+crt0.o:     $(srcdir)/zipsys.h
+crt0.o:     $(srcdir)/zipsys.h
+
+
+install-crt0:
+install-crt0:
+       ${INSTALL_DATA} ${CRT0} ${DESTDIR}${tooldir}/lib${MULTISUBDIR}/$$x
+       ${INSTALL_DATA} ${CRT0} ${DESTDIR}${tooldir}/lib${MULTISUBDIR}/$$x
+
+
+
+
+clean mostlyclean:
+clean mostlyclean:
+       rm -f $(OUTPUTS) *.i *~ *.o *-test *.srec *.dis *.map *.x
+       rm -f $(OUTPUTS) *.i *~ *.o *-test *.srec *.dis *.map *.x
+
+
+distclean maintainer-clean realclean: clean
+distclean maintainer-clean realclean: clean
+       rm -f Makefile config.status $(OUTPUTS)
+       rm -f Makefile config.status $(OUTPUTS)
+
+
+.PHONY: install info install-info clean-info
+.PHONY: install info install-info clean-info
+install: $(OUTPUTS)
+install: $(OUTPUTS)
+       @for outputs in ${OUTPUTS} ${SPECS}; do\
+       @for outputs in ${OUTPUTS} ${SPECS}; do\
+        mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
+        mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
+        $(INSTALL_DATA) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
+        $(INSTALL_DATA) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
+       done
+       done
+
+
+info:
+info:
+install-info:
+install-info:
+clean-info:
+clean-info:
+
+
+Makefile: Makefile.in config.status @host_makefile_frag_path@
+Makefile: Makefile.in config.status @host_makefile_frag_path@
+       $(SHELL) config.status
+       $(SHELL) config.status
+
+
+config.status: configure
+config.status: configure
+       $(SHELL) config.status --recheck
+       $(SHELL) config.status --recheck
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/syscalls.c newlib-2.5.0-zip/libgloss/zip/syscalls.c
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/syscalls.c newlib-2.5.0-zip/libgloss/zip/syscalls.c
--- newlib-2.5.0/libgloss/zip/syscalls.c        1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/syscalls.c        1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/syscalls.c    2017-03-01 15:49:08.024224966 -0500
+++ newlib-2.5.0-zip/libgloss/zip/syscalls.c    2017-03-01 15:49:08.024224966 -0500
@@ -0,0 +1,374 @@
@@ -0,0 +1,374 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   syscalls.c
+// Filename:   syscalls.c
+//
+//
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+//
+//
+// Purpose:
+// Purpose:
+//
+//
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#include <sys/errno.h>
+#include <sys/errno.h>
+#include <stdint.h>
+#include <stdint.h>
+#include <sys/unistd.h>
+#include <sys/unistd.h>
+#include <sys/types.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <sys/stat.h>
+#include <sys/times.h>
+#include <sys/times.h>
+#include <reent.h>
+#include <reent.h>
+#include <stdio.h>
+#include <stdio.h>
+#include "board.h"
+#include "board.h"
+#include "bootloader.h"
+#include "bootloader.h"
+#include "zipcpu.h"
+#include "zipcpu.h"
+
+
+void
+void
+_outbyte(char v) {
+_outbyte(char v) {
+#ifdef _ZIP_HAS_WBUART
+#ifdef _ZIP_HAS_WBUART
+       if (v == '\n') {
+       if (v == '\n') {
+               // Depend upon the WBUART, not the PIC
+               // Depend upon the WBUART, not the PIC
+               while(_uart->u_fifo & 0x010000)
+               while(_uart->u_fifo & 0x010000)
+                       ;
+                       ;
+               _uarttx = (unsigned)'\r';
+               _uarttx = (unsigned)'\r';
+       }
+       }
+
+
+       // Depend upon the WBUART, not the PIC
+       // Depend upon the WBUART, not the PIC
+       while(_uart->u_fifo & 0x010000)
+       while(_uart->u_fifo & 0x010000)
+               ;
+               ;
+       uint8_t c = v;
+       uint8_t c = v;
+       _uarttx = (unsigned)c;
+       _uarttx = (unsigned)c;
+#else
+#else
+#ifdef _ZIP_HAS_UARTTX
+#ifdef _ZIP_HAS_UARTTX
+       // Depend upon the WBUART, not the PIC
+       // Depend upon the WBUART, not the PIC
+       while(UARTTX & 0x100)
+       while(UARTTX & 0x100)
+               ;
+               ;
+       uint8_t c = v;
+       uint8_t c = v;
+       UARTTX = (unsigned)c;
+       UARTTX = (unsigned)c;
+#endif
+#endif
+#endif
+#endif
+}
+}
+
+
+int
+int
+_inbyte(void) {
+_inbyte(void) {
+#ifdef _ZIP_HAS_WBUARTRX
+#ifdef _ZIP_HAS_WBUARTRX
+       const   int     echo = 1, cr_into_nl = 1;
+       const   int     echo = 1, cr_into_nl = 1;
+       static  int     last_was_cr = 0;
+       static  int     last_was_cr = 0;
+       int     rv;
+       int     rv;
+
+
+       // Character translations:
+       // Character translations:
+       // 1. All characters should be echoed
+       // 1. All characters should be echoed
+       // 2. \r's should quietly be turned into \n's
+       // 2. \r's should quietly be turned into \n's
+       // 3. \r\n's should quietly be turned into \n's
+       // 3. \r\n's should quietly be turned into \n's
+       // 4. \n's should be passed as is
+       // 4. \n's should be passed as is
+       // Insist on at least one character
+       // Insist on at least one character
+       rv = _uartrx;
+       rv = _uartrx;
+       if (rv & 0x0100)
+       if (rv & 0x0100)
+               rv = -1;
+               rv = -1;
+       else if ((cr_into_nl)&&(rv == '\r')) {
+       else if ((cr_into_nl)&&(rv == '\r')) {
+               rv = '\n';
+               rv = '\n';
+               last_was_cr = 1;
+               last_was_cr = 1;
+       } else if ((cr_into_nl)&&(rv == '\n')) {
+       } else if ((cr_into_nl)&&(rv == '\n')) {
+               if (last_was_cr) {
+               if (last_was_cr) {
+                       rv = -1;
+                       rv = -1;
+                       last_was_cr = 0;
+                       last_was_cr = 0;
+               }
+               }
+       } else
+       } else
+               last_was_cr = 0;
+               last_was_cr = 0;
+
+
+       if ((rv != -1)&&(echo))
+       if ((rv != -1)&&(echo))
+               _outbyte(rv);
+               _outbyte(rv);
+       return rv;
+       return rv;
+#else
+#else
+       return -1;
+       return -1;
+#endif
+#endif
+}
+}
+
+
+int
+int
+_close_r(struct _reent *reent, int file) {
+_close_r(struct _reent *reent, int file) {
+       reent->_errno = EBADF;
+       reent->_errno = EBADF;
+
+
+       return -1;      /* Always fails */
+       return -1;      /* Always fails */
+}
+}
+
+
+char   *__env[1] = { 0 };
+char   *__env[1] = { 0 };
+char   **environ = __env;
+char   **environ = __env;
+
+
+int
+int
+_execve_r(struct _reent *reent, const char *name, char * const *argv, char * const *env)
+_execve_r(struct _reent *reent, const char *name, char * const *argv, char * const *env)
+{
+{
+       reent->_errno = ENOSYS;
+       reent->_errno = ENOSYS;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_fork_r(struct _reent *reent)
+_fork_r(struct _reent *reent)
+{
+{
+       reent->_errno = ENOSYS;
+       reent->_errno = ENOSYS;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_fstat_r(struct _reent *reent, int file, struct stat *st)
+_fstat_r(struct _reent *reent, int file, struct stat *st)
+{
+{
+       if ((STDOUT_FILENO == file)||(STDERR_FILENO == file)
+       if ((STDOUT_FILENO == file)||(STDERR_FILENO == file)
+               ||(STDIN_FILENO == file)) {
+               ||(STDIN_FILENO == file)) {
+               st->st_mode = S_IFCHR;
+               st->st_mode = S_IFCHR;
+               return 0;
+               return 0;
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+       } else if (SDCARD_FILENO == file) {
+       } else if (SDCARD_FILENO == file) {
+               st->st_mode = S_IFBLK;
+               st->st_mode = S_IFBLK;
+#endif
+#endif
+       } else {
+       } else {
+               reent->_errno = EBADF;
+               reent->_errno = EBADF;
+               return -1;
+               return -1;
+       }
+       }
+}
+}
+
+
+int
+int
+_getpid_r(struct _reent *reent)
+_getpid_r(struct _reent *reent)
+{
+{
+       return 1;
+       return 1;
+}
+}
+
+
+int
+int
+_gettimeofday_r(struct _reent *reent, struct timeval *ptimeval, void *ptimezone)
+_gettimeofday_r(struct _reent *reent, struct timeval *ptimeval, void *ptimezone)
+{
+{
+#ifdef _ZIP_HAS_RTC
+#ifdef _ZIP_HAS_RTC
+       if (ptimeval) {
+       if (ptimeval) {
+               uint32_t        now, date;
+               uint32_t        now, date;
+               unsigned        s, m, h, tod;
+               unsigned        s, m, h, tod;
+
+
+               now = _rtcdev->r_clock;
+               now = _rtcdev->r_clock;
+
+
+#ifdef _ZIP_HAS_RTDATE
+#ifdef _ZIP_HAS_RTDATE
+               unsigned        d, y, c, yy, days_since_epoch;
+               unsigned        d, y, c, yy, days_since_epoch;
+               int             ly;
+               int             ly;
+
+
+               date= *_rtdate;
+               date= *_rtdate;
+
+
+               d = ( date     &0x0f)+((date>> 4)&0x0f)*10;
+               d = ( date     &0x0f)+((date>> 4)&0x0f)*10;
+               m = ((date>> 8)&0x0f)+((date>>12)&0x0f)*10;
+               m = ((date>> 8)&0x0f)+((date>>12)&0x0f)*10;
+               y = ((date>>16)&0x0f)+((date>>20)&0x0f)*10;
+               y = ((date>>16)&0x0f)+((date>>20)&0x0f)*10;
+               c = ((date>>24)&0x0f)+((date>>28)&0x0f)*10;
+               c = ((date>>24)&0x0f)+((date>>28)&0x0f)*10;
+
+
+               ly = 0;
+               ly = 0;
+               if ((y&3)==0) {
+               if ((y&3)==0) {
+                       if (y!=0)
+                       if (y!=0)
+                               ly = 1;
+                               ly = 1;
+                       else if ((y&3)==0)
+                       else if ((y&3)==0)
+                               ly = 1;
+                               ly = 1;
+               }
+               }
+
+
+               days_since_epoch = d;
+               days_since_epoch = d;
+               if (m>1) {
+               if (m>1) {
+                       days_since_epoch += 31;
+                       days_since_epoch += 31;
+                       if (m>2) {
+                       if (m>2) {
+                               days_since_epoch += 28;
+                               days_since_epoch += 28;
+                               if (ly) days_since_epoch++;
+                               if (ly) days_since_epoch++;
+                               if (m>3)  { days_since_epoch += 31;
+                               if (m>3)  { days_since_epoch += 31;
+                               if (m>4)  { days_since_epoch += 30;
+                               if (m>4)  { days_since_epoch += 30;
+                               if (m>5)  { days_since_epoch += 31;
+                               if (m>5)  { days_since_epoch += 31;
+                               if (m>6)  { days_since_epoch += 30;
+                               if (m>6)  { days_since_epoch += 30;
+                               if (m>7)  { days_since_epoch += 31;
+                               if (m>7)  { days_since_epoch += 31;
+                               if (m>8)  { days_since_epoch += 31;
+                               if (m>8)  { days_since_epoch += 31;
+                               if (m>9)  { days_since_epoch += 30;
+                               if (m>9)  { days_since_epoch += 30;
+                               if (m>10) { days_since_epoch += 31;
+                               if (m>10) { days_since_epoch += 31;
+                               if (m>11)   days_since_epoch += 30;
+                               if (m>11)   days_since_epoch += 30;
+               }}}}}}}}}}
+               }}}}}}}}}}
+
+
+               for(yy=1970; yy<(c*100+y); yy++) {
+               for(yy=1970; yy<(c*100+y); yy++) {
+                       if ((yy&3)==0)
+                       if ((yy&3)==0)
+                               days_since_epoch += 366;
+                               days_since_epoch += 366;
+                       else
+                       else
+                               days_since_epoch += 365;
+                               days_since_epoch += 365;
+               }
+               }
+
+
+               ptimeval->tv_sec  = days_since_epoch * 86400l;
+               ptimeval->tv_sec  = days_since_epoch * 86400l;
+#else
+#else
+               ptimeval->tv_sec  = 0;
+               ptimeval->tv_sec  = 0;
+#endif
+#endif
+
+
+               s = ( now     &0x0f)+((now>> 4)&0x0f)*10;
+               s = ( now     &0x0f)+((now>> 4)&0x0f)*10;
+               m = ((now>> 8)&0x0f)+((now>>12)&0x0f)*10;
+               m = ((now>> 8)&0x0f)+((now>>12)&0x0f)*10;
+               h = ((now>>16)&0x0f)+((now>>20)&0x0f)*10;
+               h = ((now>>16)&0x0f)+((now>>20)&0x0f)*10;
+               tod = (h * 60 + m) * 60;
+               tod = (h * 60 + m) * 60;
+               ptimeval->tv_sec += tod;
+               ptimeval->tv_sec += tod;
+
+
+               ptimeval->tv_usec = 0;
+               ptimeval->tv_usec = 0;
+       }
+       }
+       return 0;
+       return 0;
+#else
+#else
+       reent->_errno = ENOSYS;
+       reent->_errno = ENOSYS;
+       return -1;
+       return -1;
+#endif
+#endif
+}
+}
+
+
+int
+int
+_isatty_r(struct _reent *reent, int file)
+_isatty_r(struct _reent *reent, int file)
+{
+{
+       if ((STDIN_FILENO == file)
+       if ((STDIN_FILENO == file)
+                       ||(STDOUT_FILENO == file)
+                       ||(STDOUT_FILENO == file)
+                       ||(STDERR_FILENO==file))
+                       ||(STDERR_FILENO==file))
+               return 1;
+               return 1;
+       return 0;
+       return 0;
+}
+}
+
+
+int
+int
+_kill_r(struct _reent *reent, int pid, int sig)
+_kill_r(struct _reent *reent, int pid, int sig)
+{
+{
+       reent->_errno = ENOSYS;
+       reent->_errno = ENOSYS;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_link_r(struct _reent *reent, const char *existing, const char *new)
+_link_r(struct _reent *reent, const char *existing, const char *new)
+{
+{
+       reent->_errno = ENOSYS;
+       reent->_errno = ENOSYS;
+       return -1;
+       return -1;
+}
+}
+
+
+_off_t
+_off_t
+_lseek_r(struct _reent *reent, int file, _off_t ptr, int dir)
+_lseek_r(struct _reent *reent, int file, _off_t ptr, int dir)
+{
+{
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+       if (SDCARD_FILENO == file) {
+       if (SDCARD_FILENO == file) {
+               switch(dir) {
+               switch(dir) {
+               case SEEK_SET:  rootfs_offset = ptr;
+               case SEEK_SET:  rootfs_offset = ptr;
+               case SEEK_CUR:  rootfs_offset += ptr;
+               case SEEK_CUR:  rootfs_offset += ptr;
+               case SEEK_END:  rootfs_offset = rootfs->nsectors * rootfs->sectorsize - ptr;
+               case SEEK_END:  rootfs_offset = rootfs->nsectors * rootfs->sectorsize - ptr;
+               default:
+               default:
+                       reent->_errno = EINVAL; return -1;
+                       reent->_errno = EINVAL; return -1;
+               } return rootfs_offset;
+               } return rootfs_offset;
+       }
+       }
+#endif
+#endif
+       reent->_errno = ENOSYS;
+       reent->_errno = ENOSYS;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_open_r(struct _reent *reent, const char *file, int flags, int mode)
+_open_r(struct _reent *reent, const char *file, int flags, int mode)
+{
+{
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+       if (strcmp(file, "/dev/sdcard")==0) {
+       if (strcmp(file, "/dev/sdcard")==0) {
+               return SDCARD_FILENO;
+               return SDCARD_FILENO;
+       } else {
+       } else {
+               reent->_errno = EACCES;
+               reent->_errno = EACCES;
+               return -1;
+               return -1;
+       }
+       }
+#endif
+#endif
+       reent->_errno = ENOSYS;
+       reent->_errno = ENOSYS;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_read_r(struct _reent *reent, int file, void *ptr, size_t len)
+_read_r(struct _reent *reent, int file, void *ptr, size_t len)
+{
+{
+#ifdef _ZIP_HAS_WBUARTRX
+#ifdef _ZIP_HAS_WBUARTRX
+       if (STDIN_FILENO == file)
+       if (STDIN_FILENO == file)
+       {
+       {
+               int     nr = 0, rv;
+               int     nr = 0, rv;
+               char    *chp = ptr;
+               char    *chp = ptr;
+
+
+               while((rv=_inbyte()) &0x0100)
+               while((rv=_inbyte()) &0x0100)
+                       ;
+                       ;
+               *chp++ = (char)rv;
+               *chp++ = (char)rv;
+               nr++;
+               nr++;
+
+
+               // Now read out anything left in the FIFO
+               // Now read out anything left in the FIFO
+               while((nr < len)&&(((rv=_inbyte()) & 0x0100)==0)) {
+               while((nr < len)&&(((rv=_inbyte()) & 0x0100)==0)) {
+                       *chp++ = (char)rv;
+                       *chp++ = (char)rv;
+                       nr++;
+                       nr++;
+               }
+               }
+               return nr;
+               return nr;
+       }
+       }
+#endif
+#endif
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+       if (SDCARD_FILENO == file)
+       if (SDCARD_FILENO == file)
+       {
+       {
+       }
+       }
+#endif
+#endif
+       errno = ENOSYS;
+       errno = ENOSYS;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_readlink_r(struct _reent *reent, const char *path, char *buf, size_t bufsize)
+_readlink_r(struct _reent *reent, const char *path, char *buf, size_t bufsize)
+{
+{
+       reent->_errno = ENOSYS;
+       reent->_errno = ENOSYS;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_stat_r(struct _reent *reent, const char *path, struct stat *buf) {
+_stat_r(struct _reent *reent, const char *path, struct stat *buf) {
+       reent->_errno = EIO;
+       reent->_errno = EIO;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_unlink_r(struct _reent *reent, const char *path)
+_unlink_r(struct _reent *reent, const char *path)
+{
+{
+       reent->_errno = EIO;
+       reent->_errno = EIO;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_times(struct tms *buf) {
+_times(struct tms *buf) {
+       errno = EACCES;
+       errno = EACCES;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_write_r(struct _reent * reent, int fd, const void *buf, size_t nbytes) {
+_write_r(struct _reent * reent, int fd, const void *buf, size_t nbytes) {
+       if ((STDOUT_FILENO == fd)||(STDERR_FILENO == fd)) {
+       if ((STDOUT_FILENO == fd)||(STDERR_FILENO == fd)) {
+               const   char *cbuf = buf;
+               const   char *cbuf = buf;
+               for(int i=0; i<nbytes; i++)
+               for(int i=0; i<nbytes; i++)
+                       _outbyte(cbuf[i]);
+                       _outbyte(cbuf[i]);
+               return nbytes;
+               return nbytes;
+       }
+       }
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+#ifdef _ZIP_HAS_SDCARD_NOTYET
+       if (SDCARD_FILENO == file)
+       if (SDCARD_FILENO == file)
+       {
+       {
+       }
+       }
+#endif
+#endif
+
+
+       reent->_errno = EBADF;
+       reent->_errno = EBADF;
+       return -1;
+       return -1;
+}
+}
+
+
+int
+int
+_wait(int *status) {
+_wait(int *status) {
+       errno = ECHILD;
+       errno = ECHILD;
+       return -1;
+       return -1;
+}
+}
+
+
+int    *heap = _top_of_heap;
+int    *heap = _top_of_heap;
+
+
+void *
+void *
+_sbrk_r(struct _reent *reent, int sz) {
+_sbrk_r(struct _reent *reent, int sz) {
+       int     *prev = heap;
+       int     *prev = heap;
+
+
+       heap += sz;
+       heap += sz;
+       return  prev;
+       return  prev;
+}
+}
+
+
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/udiv.c newlib-2.5.0-zip/libgloss/zip/udiv.c
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/udiv.c newlib-2.5.0-zip/libgloss/zip/udiv.c
--- newlib-2.5.0/libgloss/zip/udiv.c    1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/udiv.c    1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/udiv.c        2017-02-21 13:26:22.491163000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/udiv.c        2017-02-21 13:26:22.491163000 -0500
@@ -0,0 +1,229 @@
@@ -0,0 +1,229 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   udiv.c
+// Filename:   udiv.c
+//
+//
+// Project:    OpenArty, an entirely open SoC based upon the Arty platform
+// Project:    OpenArty, an entirely open SoC based upon the Arty platform
+//
+//
+// Purpose:    This is a temporary file--a crutch if you will--until a similar
+// Purpose:    This is a temporary file--a crutch if you will--until a similar
+//             capability is merged into GCC.  Right now, GCC has no way of
+//             capability is merged into GCC.  Right now, GCC has no way of
+//     dividing two 64-bit numbers, and this routine provides that capability.
+//     dividing two 64-bit numbers, and this routine provides that capability.
+//
+//
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// You should have received a copy of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// target there if the PDF file isn't present.)  If not, see
+// target there if the PDF file isn't present.)  If not, see
+// <http://www.gnu.org/licenses/> for a copy.
+// <http://www.gnu.org/licenses/> for a copy.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#include <stdint.h>
+#include <stdint.h>
+
+
+
+
+
+
+#ifdef __ZIPCPU__
+#ifdef __ZIPCPU__
+#include "zipcpu.h"
+#include "zipcpu.h"
+#else
+#else
+uint32_t zip_bitrev(const uint32_t a) {
+uint32_t zip_bitrev(const uint32_t a) {
+       uint32_t        r, b = a;
+       uint32_t        r, b = a;
+       r = 0;
+       r = 0;
+       for(int i=0; i<32; i++) {
+       for(int i=0; i<32; i++) {
+               r = (r<<1) | (b&1);
+               r = (r<<1) | (b&1);
+               b >>= 1;
+               b >>= 1;
+       } return r;
+       } return r;
+}
+}
+#endif
+#endif
+
+
+extern int     cltz(unsigned long);
+extern int     cltz(unsigned long);
+
+
+#ifdef __ZIPCPU__
+#ifdef __ZIPCPU__
+#define        ASMCLTZ
+#define        ASMCLTZ
+#endif
+#endif
+
+
+#ifdef ASMCLTZ
+#ifdef ASMCLTZ
+asm("\t.section\t.text\n\t.global\tcltz\n"
+asm("\t.section\t.text\n\t.global\tcltz\n"
+"\t.type\tcltz,@function\n"
+"\t.type\tcltz,@function\n"
+"cltz:\n"
+"cltz:\n"
+       "\tMOV  R1,R3\n"
+       "\tMOV  R1,R3\n"
+       "\tCLR  R1\n"
+       "\tCLR  R1\n"
+       "\tCMP  0,R3\n"
+       "\tCMP  0,R3\n"
+       "\tMOV.Z R2,R3\n"
+       "\tMOV.Z R2,R3\n"
+       "\tADD.Z 32,R1\n"
+       "\tADD.Z 32,R1\n"
+       "\tBREV R3\n"
+       "\tBREV R3\n"
+       "\tTEST 0x0ffff,R3\n"
+       "\tTEST 0x0ffff,R3\n"
+       "\tADD.Z 16,R1\n"
+       "\tADD.Z 16,R1\n"
+       "\tLSR.Z 16,R3\n"
+       "\tLSR.Z 16,R3\n"
+       "\tTEST 0x0ff,R3\n"
+       "\tTEST 0x0ff,R3\n"
+       "\tADD.Z 8,R1\n"
+       "\tADD.Z 8,R1\n"
+       "\tLSR.Z 8,R3\n"
+       "\tLSR.Z 8,R3\n"
+       "\tTEST 0x0f,R3\n"
+       "\tTEST 0x0f,R3\n"
+       "\tADD.Z 4,R1\n"
+       "\tADD.Z 4,R1\n"
+       "\tLSR.Z 4,R3\n"
+       "\tLSR.Z 4,R3\n"
+       "\tTEST 0x03,R3\n"
+       "\tTEST 0x03,R3\n"
+       "\tADD.Z 2,R1\n"
+       "\tADD.Z 2,R1\n"
+       "\tLSR.Z 2,R3\n"
+       "\tLSR.Z 2,R3\n"
+       "\tTEST 0x01,R3\n"
+       "\tTEST 0x01,R3\n"
+       "\tADD.Z 1,R1\n"
+       "\tADD.Z 1,R1\n"
+       "\tRETN\n");
+       "\tRETN\n");
+#else
+#else
+int    __attribute__((noinline))
+int    __attribute__((noinline))
+cltz(unsigned long v) {
+cltz(unsigned long v) {
+       uint32_t        hv;
+       uint32_t        hv;
+       int             cnt = 0;
+       int             cnt = 0;
+
+
+       hv = v >> 32;
+       hv = v >> 32;
+       if (hv == 0) {
+       if (hv == 0) {
+               cnt += 32;
+               cnt += 32;
+               hv = v & 0x0ffffffff;
+               hv = v & 0x0ffffffff;
+       }
+       }
+
+
+       hv = zip_bitrev(hv);
+       hv = zip_bitrev(hv);
+       if ((hv & 0x0ffff)==0) {
+       if ((hv & 0x0ffff)==0) {
+               cnt += 16;
+               cnt += 16;
+               hv = hv >> 16;
+               hv = hv >> 16;
+       }
+       }
+       if ((hv & 0x0ff)==0) {
+       if ((hv & 0x0ff)==0) {
+               cnt += 8;
+               cnt += 8;
+               hv = hv >> 8;
+               hv = hv >> 8;
+       }
+       }
+       if ((hv & 0x0f)==0) {
+       if ((hv & 0x0f)==0) {
+               cnt += 4;
+               cnt += 4;
+               hv = hv >> 4;
+               hv = hv >> 4;
+       }
+       }
+       if ((hv & 0x03)==0) {
+       if ((hv & 0x03)==0) {
+               cnt += 2;
+               cnt += 2;
+               hv = hv >> 2;
+               hv = hv >> 2;
+       }
+       }
+       if ((hv & 0x01)==0)
+       if ((hv & 0x01)==0)
+               cnt ++;
+               cnt ++;
+       return cnt;
+       return cnt;
+}
+}
+#endif
+#endif
+
+
+#ifdef __ZIPCPU__
+#ifdef __ZIPCPU__
+__attribute((noinline))
+__attribute((noinline))
+#endif
+#endif
+unsigned long __udivdi3(unsigned long a, unsigned long b) {
+unsigned long __udivdi3(unsigned long a, unsigned long b) {
+       unsigned long   r;
+       unsigned long   r;
+
+
+       if (a < b)
+       if (a < b)
+               return 0;
+               return 0;
+       if (((b>>32)==0)&&((a>>32)==0)) {
+       if (((b>>32)==0)&&((a>>32)==0)) {
+               uint32_t        ia, ib, ir;
+               uint32_t        ia, ib, ir;
+
+
+               ia = (uint32_t) a;
+               ia = (uint32_t) a;
+               ib = (uint32_t) b;
+               ib = (uint32_t) b;
+               ir = ia / ib;
+               ir = ia / ib;
+               r = (unsigned long)ir;
+               r = (unsigned long)ir;
+               return r;
+               return r;
+       }
+       }
+
+
+       int     la = cltz(a), lb = cltz(b);
+       int     la = cltz(a), lb = cltz(b);
+       a <<= la;
+       a <<= la;
+       unsigned long   m;
+       unsigned long   m;
+       if ((lb - la < 32)&&(((b<<la)&0x0ffffffff)==0)) {
+       if ((lb - la < 32)&&(((b<<la)&0x0ffffffff)==0)) {
+               // Problem is now to divide
+               // Problem is now to divide
+               //      [a * 2^(la-32)] / [b * 2^(la-32)] * 2^(la-la)
+               //      [a * 2^(la-32)] / [b * 2^(la-32)] * 2^(la-la)
+               //
+               //
+               uint32_t        ia, ib, ir;
+               uint32_t        ia, ib, ir;
+               b <<= la;
+               b <<= la;
+               ia = (uint32_t)(a>>32);
+               ia = (uint32_t)(a>>32);
+               ib = (uint32_t)(b>>32);
+               ib = (uint32_t)(b>>32);
+               ir = ia / ib;
+               ir = ia / ib;
+               r = ir;
+               r = ir;
+               return r;
+               return r;
+       } else {
+       } else {
+               // Problem is now to divide
+               // Problem is now to divide
+               //      [a * 2^(la)] / [b * 2^(lb)] * 2^(lb-la)
+               //      [a * 2^(la)] / [b * 2^(lb)] * 2^(lb-la)
+               //
+               //
+               r = 0;
+               r = 0;
+               b <<= lb;
+               b <<= lb;
+               m = (1ul<<(lb-la));
+               m = (1ul<<(lb-la));
+               while(m > 0) {
+               while(m > 0) {
+                       if (a >= b) {
+                       if (a >= b) {
+                               r |= m;
+                               r |= m;
+                               a -= b;
+                               a -= b;
+                       }
+                       }
+                       m>>= 1;
+                       m>>= 1;
+                       b >>= 1;
+                       b >>= 1;
+               } return r;
+               } return r;
+       }
+       }
+}
+}
+
+
+//
+//
+// A possible assembly version of __divdi3
+// A possible assembly version of __divdi3
+//
+//
+//     SUB     8,SP
+//     SUB     8,SP
+//     SW      R0,(SP)
+//     SW      R0,(SP)
+//     SW      R5,4(SP)
+//     SW      R5,4(SP)
+//     LDI     0,R5
+//     LDI     0,R5
+//     CMP     0,R1
+//     CMP     0,R1
+//     BGE     .La_is_nonneg
+//     BGE     .La_is_nonneg
+//     XOR     1,R5
+//     XOR     1,R5
+//     XOR     -1,R1
+//     XOR     -1,R1
+//     XOR     -1,R2
+//     XOR     -1,R2
+//     ADD     1,R2
+//     ADD     1,R2
+//     ADD.C   1,R1
+//     ADD.C   1,R1
+//.La_is_nonneg
+//.La_is_nonneg
+//     CMP     0,R3
+//     CMP     0,R3
+//     BGE     .Lb_is_nonneg
+//     BGE     .Lb_is_nonneg
+//     XOR     1,R5
+//     XOR     1,R5
+//     XOR     -1,R3
+//     XOR     -1,R3
+//     XOR     -1,R3
+//     XOR     -1,R3
+//     ADD     1,R4
+//     ADD     1,R4
+//     ADD.C   1,R3
+//     ADD.C   1,R3
+//.Lb_is_nonneg
+//.Lb_is_nonneg
+//     TEST    R5
+//     TEST    R5
+//     MOV     .Lnegate_upon_return(PC),R0
+//     MOV     .Lnegate_upon_return(PC),R0
+//     MOV.Z   .Lsimple_return(PC),R0
+//     MOV.Z   .Lsimple_return(PC),R0
+//     BRA     __udivdi3
+//     BRA     __udivdi3
+//.Lnegate_upon_return
+//.Lnegate_upon_return
+//     XOR     -1,R2
+//     XOR     -1,R2
+//     XOR     -1,R1
+//     XOR     -1,R1
+//     ADD     1,R2
+//     ADD     1,R2
+//     ADD.C   1,R1
+//     ADD.C   1,R1
+//.Lsimple_return
+//.Lsimple_return
+//
+//
+//     LW      (SP),R0,(SP)
+//     LW      (SP),R0,(SP)
+//     LW      4(SP),R5)
+//     LW      4(SP),R5)
+//     ADD     8,SP
+//     ADD     8,SP
+//     RETN
+//     RETN
+//
+//
+long __divdi3(long a, long b) {
+long __divdi3(long a, long b) {
+       int     s = 0;
+       int     s = 0;
+       long    r;
+       long    r;
+
+
+       if (a < 0) {
+       if (a < 0) {
+               s = 1; a = -a;
+               s = 1; a = -a;
+       }
+       }
+
+
+       if (b < 0) {
+       if (b < 0) {
+               s ^= 1; b = -b;
+               s ^= 1; b = -b;
+       }
+       }
+
+
+       r = (long)__udivdi3((unsigned long)a, (unsigned long)b);
+       r = (long)__udivdi3((unsigned long)a, (unsigned long)b);
+       if (s)
+       if (s)
+               r = -r;
+               r = -r;
+       return r;
+       return r;
+}
+}
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/umod.c newlib-2.5.0-zip/libgloss/zip/umod.c
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/umod.c newlib-2.5.0-zip/libgloss/zip/umod.c
--- newlib-2.5.0/libgloss/zip/umod.c    1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/umod.c    1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/umod.c        2017-02-21 13:26:22.491163000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/umod.c        2017-02-21 13:26:22.491163000 -0500
@@ -0,0 +1,62 @@
@@ -0,0 +1,62 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   umod.c
+// Filename:   umod.c
+//
+//
+// Project:    OpenArty, an entirely open SoC based upon the Arty platform
+// Project:    OpenArty, an entirely open SoC based upon the Arty platform
+//
+//
+// Purpose:    This is a temporary file--a crutch if you will--until a similar
+// Purpose:    This is a temporary file--a crutch if you will--until a similar
+//             capability is merged into GCC.  Right now, GCC has no way of
+//             capability is merged into GCC.  Right now, GCC has no way of
+//     taking the module of two 64-bit numbers, and this routine provides that
+//     taking the module of two 64-bit numbers, and this routine provides that
+//     capability.
+//     capability.
+//
+//
+//     This routine is required by and used by newlib's printf in order to
+//     This routine is required by and used by newlib's printf in order to
+//     print decimal numbers (%d) to an IO stream.
+//     print decimal numbers (%d) to an IO stream.
+//
+//
+//     Once gcc is properly patched, this will be removed from the
+//     Once gcc is properly patched, this will be removed from the
+//     repository.
+//     repository.
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2017, Gisselquist Technology, LLC
+// Copyright (C) 2017, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// You should have received a copy of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// target there if the PDF file isn't present.)  If not, see
+// target there if the PDF file isn't present.)  If not, see
+// <http://www.gnu.org/licenses/> for a copy.
+// <http://www.gnu.org/licenses/> for a copy.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#include <stdint.h>
+#include <stdint.h>
+
+
+
+
+unsigned long __udivdi3(unsigned long, unsigned long);
+unsigned long __udivdi3(unsigned long, unsigned long);
+
+
+__attribute((noinline))
+__attribute((noinline))
+unsigned long __umoddi3(unsigned long a, unsigned long b) {
+unsigned long __umoddi3(unsigned long a, unsigned long b) {
+       unsigned long   r;
+       unsigned long   r;
+
+
+       // Return a modulo b, or a%b in C syntax
+       // Return a modulo b, or a%b in C syntax
+       r = __udivdi3(a, b);
+       r = __udivdi3(a, b);
+       r = r * b;
+       r = r * b;
+       r = a - r;
+       r = a - r;
+       return r;
+       return r;
+}
+}
+
+
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/zipcpu.c newlib-2.5.0-zip/libgloss/zip/zipcpu.c
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/zipcpu.c newlib-2.5.0-zip/libgloss/zip/zipcpu.c
--- newlib-2.5.0/libgloss/zip/zipcpu.c  1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/zipcpu.c  1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/zipcpu.c      2017-01-13 09:55:24.934372729 -0500
+++ newlib-2.5.0-zip/libgloss/zip/zipcpu.c      2017-01-13 09:55:24.934372729 -0500
@@ -0,0 +1,79 @@
@@ -0,0 +1,79 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   zipsystem.c
+// Filename:   zipsystem.c
+//
+//
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+//
+//
+// Purpose:    Implements some ZipCPU specific functions.  Specifically, these
+// Purpose:    Implements some ZipCPU specific functions.  Specifically, these
+//             are the system call trap (which just switches to supervisor
+//             are the system call trap (which just switches to supervisor
+//             mode), and the two context switching functions.
+//             mode), and the two context switching functions.
+//
+//
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#include "zipcpu.h"
+#include "zipcpu.h"
+
+
+// Implement a save_context function.  This really boils into a long series of
+// Implement a save_context function.  This really boils into a long series of
+// instructions within the compiler.  For this reason, it makes more sense
+// instructions within the compiler.  For this reason, it makes more sense
+// for it to be a function call rather than an inline function--although
+// for it to be a function call rather than an inline function--although
+// zip_save_context could be either.  Of course, the difficult part of placing
+// zip_save_context could be either.  Of course, the difficult part of placing
+// it in line is that the CPU may not realize the context changes between one
+// it in line is that the CPU may not realize the context changes between one
+// invocation of save_context and the corresponding restore_context function...
+// invocation of save_context and the corresponding restore_context function...
+void   save_context(int *c) {
+void   save_context(int *c) {
+       zip_save_context(c);
+       zip_save_context(c);
+}
+}
+
+
+void   restore_context(int *c) {
+void   restore_context(int *c) {
+       zip_restore_context(c);
+       zip_restore_context(c);
+}
+}
+
+
+#ifdef C_SYSCALL
+#ifdef C_SYSCALL
+/* While the following system call *should* be identical to the assembly
+/* While the following system call *should* be identical to the assembly
+ * equivalent beneath it, the dependency is actually dependent upon any
+ * equivalent beneath it, the dependency is actually dependent upon any
+ * optimizations within the compiler.  If the compiler is not optimized,
+ * optimizations within the compiler.  If the compiler is not optimized,
+ * then it may try to create a stack frame, store id, a, b, and c, on the
+ * then it may try to create a stack frame, store id, a, b, and c, on the
+ * stack frame, call the system call, clear the stack frame and return.
+ * stack frame, call the system call, clear the stack frame and return.
+ *
+ *
+ * The problem with this is that system traps may believe that they can replace
+ * The problem with this is that system traps may believe that they can replace
+ * the system call with a goto.  In that case, there is no knowledge of the
+ * the system call with a goto.  In that case, there is no knowledge of the
+ * stack frame that needs to be unwound.  Hence, we need to make certain that
+ * stack frame that needs to be unwound.  Hence, we need to make certain that
+ * the system call does not create a stack frame, and thus use the assembly
+ * the system call does not create a stack frame, and thus use the assembly
+ * form beneath here.
+ * form beneath here.
+ */
+ */
+int    syscall(const int id, const int a, const int b, const int c) {
+int    syscall(const int id, const int a, const int b, const int c) {
+       zip_syscall();
+       zip_syscall();
+}
+}
+#else
+#else
+/* By making this into an assembly language equivalent, we can be specific about
+/* By making this into an assembly language equivalent, we can be specific about
+ * what we are expecting.  That way the kernel can just set the PC address and
+ * what we are expecting.  That way the kernel can just set the PC address and
+ * the system call may believe that it was called like any ordinary subroutine.
+ * the system call may believe that it was called like any ordinary subroutine.
+ */
+ */
+asm(ASMFNSTR("syscall")
+asm(ASMFNSTR("syscall")
+       "\tCLR\tCC\n"
+       "\tCLR\tCC\n"
+       "\tRETN\n"
+       "\tRETN\n"
+);
+);
+#endif
+#endif
+
+
+
+
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/zipcpu.h newlib-2.5.0-zip/libgloss/zip/zipcpu.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/zipcpu.h newlib-2.5.0-zip/libgloss/zip/zipcpu.h
--- newlib-2.5.0/libgloss/zip/zipcpu.h  1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/zipcpu.h  1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/zipcpu.h      2017-01-13 09:55:24.934372729 -0500
+++ newlib-2.5.0-zip/libgloss/zip/zipcpu.h      2017-01-13 09:55:24.934372729 -0500
@@ -0,0 +1,85 @@
@@ -0,0 +1,85 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   zipsys.h
+// Filename:   zipsys.h
+//
+//
+// Project:    OpenArty, an entirely open SoC based upon the Arty platform
+// Project:    OpenArty, an entirely open SoC based upon the Arty platform
+//
+//
+// Purpose:    Declare the capabilities and memory structure of the ZipSystem
+// Purpose:    Declare the capabilities and memory structure of the ZipSystem
+//             for programs that must interact with it.
+//             for programs that must interact with it.
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// You should have received a copy of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// target there if the PDF file isn't present.)  If not, see
+// target there if the PDF file isn't present.)  If not, see
+// <http://www.gnu.org/licenses/> for a copy.
+// <http://www.gnu.org/licenses/> for a copy.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#ifndef        ZIPCPU_H
+#ifndef        ZIPCPU_H
+#define        ZIPCPU_H
+#define        ZIPCPU_H
+
+
+#define        CC_Z            0x0001
+#define        CC_Z            0x0001
+#define        CC_C            0x0002
+#define        CC_C            0x0002
+#define        CC_N            0x0004
+#define        CC_N            0x0004
+#define        CC_V            0x0008
+#define        CC_V            0x0008
+#define        CC_SLEEP        0x0010
+#define        CC_SLEEP        0x0010
+#define        CC_GIE          0x0020
+#define        CC_GIE          0x0020
+#define        CC_STEP         0x0040
+#define        CC_STEP         0x0040
+#define        CC_BREAK        0x0080
+#define        CC_BREAK        0x0080
+#define        CC_ILL          0x0100
+#define        CC_ILL          0x0100
+#define        CC_TRAP         0x0200
+#define        CC_TRAP         0x0200
+#define        CC_BUSERR       0x0400
+#define        CC_BUSERR       0x0400
+#define        CC_DIVERR       0x0800
+#define        CC_DIVERR       0x0800
+#define        CC_FPUERR       0x1000
+#define        CC_FPUERR       0x1000
+#define        CC_IPHASE       0x2000
+#define        CC_IPHASE       0x2000
+#define        CC_MMUERR       0x8000
+#define        CC_MMUERR       0x8000
+#define        CC_FAULT        (CC_ILL|CC_BUSERR|CC_DIVERR|CC_FPUERR)
+#define        CC_FAULT        (CC_ILL|CC_BUSERR|CC_DIVERR|CC_FPUERR)
+#define        CC_EXCEPTION    (CC_BREAK|CC_FAULT|CC_MMUERR)
+#define        CC_EXCEPTION    (CC_BREAK|CC_FAULT|CC_MMUERR)
+
+
+// extern void zip_break(void);
+// extern void zip_break(void);
+#define        zip_break()             asm("BREAK\n")
+#define        zip_break()             asm("BREAK\n")
+// #define     BREAK(ID)       asm("BREAK " ##ID "\n")
+// #define     BREAK(ID)       asm("BREAK " ##ID "\n")
+#define        GETUREG(A,ID)   asm("MOV " ID ",%0" : "=r"(A))
+#define        GETUREG(A,ID)   asm("MOV " ID ",%0" : "=r"(A))
+#define        SETUREG(A,ID)   asm("MOV %0," ID : : "r"(A))
+#define        SETUREG(A,ID)   asm("MOV %0," ID : : "r"(A))
+extern void    zip_rtu(void);
+extern void    zip_rtu(void);
+extern void    zip_halt(void);
+extern void    zip_halt(void);
+extern void    zip_idle(void);
+extern void    zip_idle(void);
+extern void    zip_syscall(void);
+extern void    zip_syscall(void);
+extern void    zip_restore_context(int *);
+extern void    zip_restore_context(int *);
+extern void    zip_save_context(int *);
+extern void    zip_save_context(int *);
+extern int     zip_bitrev(int v);
+extern int     zip_bitrev(int v);
+extern unsigned        zip_cc(void);
+extern unsigned        zip_cc(void);
+extern unsigned        zip_ucc(void);
+extern unsigned        zip_ucc(void);
+
+
+extern void    save_context(int *);
+extern void    save_context(int *);
+extern void    restore_context(int *);
+extern void    restore_context(int *);
+extern int     syscall(int,int,int,int);
+extern int     syscall(int,int,int,int);
+
+
+#ifndef        NULL
+#ifndef        NULL
+#define        NULL    ((void *)0)
+#define        NULL    ((void *)0)
+#endif
+#endif
+
+
+#define        ASMFNSTR(A)     "\t.section\t.text\n\t.global\t" A "\n\t.type\t" A ",@function\n" A ":\n"
+#define        ASMFNSTR(A)     "\t.section\t.text\n\t.global\t" A "\n\t.type\t" A ",@function\n" A ":\n"
+
+
+#endif
+#endif
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/zipsys.h newlib-2.5.0-zip/libgloss/zip/zipsys.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/libgloss/zip/zipsys.h newlib-2.5.0-zip/libgloss/zip/zipsys.h
--- newlib-2.5.0/libgloss/zip/zipsys.h  1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/libgloss/zip/zipsys.h  1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/libgloss/zip/zipsys.h      2017-02-10 17:53:46.439360330 -0500
+++ newlib-2.5.0-zip/libgloss/zip/zipsys.h      2017-02-10 17:53:46.439360330 -0500
@@ -0,0 +1,135 @@
@@ -0,0 +1,135 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   zipsys.h
+// Filename:   zipsys.h
+//
+//
+// Project:    OpenArty, an entirely open SoC based upon the Arty platform
+// Project:    OpenArty, an entirely open SoC based upon the Arty platform
+//
+//
+// Purpose:    Declare the capabilities and memory structure of the ZipSystem
+// Purpose:    Declare the capabilities and memory structure of the ZipSystem
+//             for programs that must interact with it.
+//             for programs that must interact with it.
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+// Copyright (C) 2015-2016, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// You should have received a copy of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// with this program.  (It's in the $(ROOT)/doc directory, run make with no
+// target there if the PDF file isn't present.)  If not, see
+// target there if the PDF file isn't present.)  If not, see
+// <http://www.gnu.org/licenses/> for a copy.
+// <http://www.gnu.org/licenses/> for a copy.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#ifndef        ZIPSYS_H
+#ifndef        ZIPSYS_H
+#define        ZIPSYS_H
+#define        ZIPSYS_H
+
+
+typedef        struct  {
+typedef        struct  {
+       unsigned        ac_ck, ac_mem, ac_pf, ac_icnt;
+       unsigned        ac_ck, ac_mem, ac_pf, ac_icnt;
+} ZIPTASKCTRS;
+} ZIPTASKCTRS;
+
+
+typedef        struct  {
+typedef        struct  {
+       int     d_ctrl, d_len;
+       int     d_ctrl, d_len;
+       int     *d_rd, *d_wr;
+       int     *d_rd, *d_wr;
+} ZIPDMA;
+} ZIPDMA;
+
+
+#define        DMA_TRIGGER     0x00008000
+#define        DMA_TRIGGER     0x00008000
+#define        DMACABORT       0xffed0000
+#define        DMACABORT       0xffed0000
+#define        DMACLEAR        0xafed0000
+#define        DMACLEAR        0xafed0000
+#define        DMACCOPY        0x0fed0000
+#define        DMACCOPY        0x0fed0000
+#define        DMACERR         0x40000000
+#define        DMACERR         0x40000000
+#define        DMA_CONSTSRC    0x20000000
+#define        DMA_CONSTSRC    0x20000000
+#define        DMA_CONSTDST    0x10000000
+#define        DMA_CONSTDST    0x10000000
+#define        DMAONEATATIME   0x0fed0001
+#define        DMAONEATATIME   0x0fed0001
+#define        DMA_BUSY        0x80000000
+#define        DMA_BUSY        0x80000000
+#define        DMA_ERR         0x40000000
+#define        DMA_ERR         0x40000000
+#define        DMA_ONINT(INT)  (DMA_TRIGGER|(((INT)&15)<<10))
+#define        DMA_ONINT(INT)  (DMA_TRIGGER|(((INT)&15)<<10))
+#define        DMA_ONJIFFIES   DMA_ONINT(1)
+#define        DMA_ONJIFFIES   DMA_ONINT(1)
+#define        DMA_ONTMC       DMA_ONINT(2)
+#define        DMA_ONTMC       DMA_ONINT(2)
+#define        DMA_ONTMB       DMA_ONINT(3)
+#define        DMA_ONTMB       DMA_ONINT(3)
+#define        DMA_ONTMA       DMA_ONINT(4)
+#define        DMA_ONTMA       DMA_ONINT(4)
+#define        DMA_ONAUX       DMA_ONINT(5)
+#define        DMA_ONAUX       DMA_ONINT(5)
+
+
+#define        TMR_INTERVAL    0x80000000
+#define        TMR_INTERVAL    0x80000000
+typedef        struct  {
+typedef        struct  {
+       int     z_pic, z_wdt, z_wbus, z_apic, z_tma, z_tmb, z_tmc,
+       int     z_pic, z_wdt, z_wbus, z_apic, z_tma, z_tmb, z_tmc,
+               z_jiffies;
+               z_jiffies;
+#ifdef _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+#ifdef _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+       ZIPTASKCTRS     z_m, z_u;
+       ZIPTASKCTRS     z_m, z_u;
+#else
+#else
+       unsigned        z_nocounters[8];
+       unsigned        z_nocounters[8];
+#endif
+#endif
+#ifdef _HAVE_ZIPSYS_DMA
+#ifdef _HAVE_ZIPSYS_DMA
+       ZIPDMA          z_dma;
+       ZIPDMA          z_dma;
+#else
+#else
+       unsigned        z_nodma[4];
+       unsigned        z_nodma[4];
+#endif
+#endif
+} ZIPSYS;
+} ZIPSYS;
+
+
+#define        ZIPSYS_ADDR     0xff000000
+#define        ZIPSYS_ADDR     0xff000000
+
+
+#define        SYSINT_DMAC     0x0001
+#define        SYSINT_DMAC     0x0001
+#define        SYSINT_JIFFIES  0x0002
+#define        SYSINT_JIFFIES  0x0002
+#define        SYSINT_TMC      0x0004
+#define        SYSINT_TMC      0x0004
+#define        SYSINT_TMB      0x0008
+#define        SYSINT_TMB      0x0008
+#define        SYSINT_TMA      0x0010
+#define        SYSINT_TMA      0x0010
+#define        SYSINT_AUX      0x0020
+#define        SYSINT_AUX      0x0020
+//
+//
+#define        SYSINT(INTID)   (1<<(INTID))
+#define        SYSINT(INTID)   (1<<(INTID))
+#define        ALTINT(INTID)   (1<<(INTID))
+#define        ALTINT(INTID)   (1<<(INTID))
+
+
+#ifdef _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+#ifdef _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+#define        ALTINT_UIC      ALTINT(0)
+#define        ALTINT_UIC      ALTINT(0)
+#define        ALTINT_UTC      ALTINT(3)
+#define        ALTINT_UTC      ALTINT(3)
+#define        ALTINT_MIC      ALTINT(4)
+#define        ALTINT_MIC      ALTINT(4)
+#define        ALTINT_MTC      ALTINT(7)
+#define        ALTINT_MTC      ALTINT(7)
+#endif
+#endif
+
+
+#define        INT_ENABLE      0x80000000
+#define        INT_ENABLE      0x80000000
+#define        EINT(A) (INT_ENABLE|((A)<<16))
+#define        EINT(A) (INT_ENABLE|((A)<<16))
+#define        DINT(A) ((A)<<16)
+#define        DINT(A) ((A)<<16)
+#define        CLEARPIC        0x7fff7fff
+#define        CLEARPIC        0x7fff7fff
+#define        DALLPIC         0x7fff0000      // Disable all PIC interrupt sources
+#define        DALLPIC         0x7fff0000      // Disable all PIC interrupt sources
+#define        INTNOW          0x08000
+#define        INTNOW          0x08000
+
+
+static volatile ZIPSYS *const zip = (ZIPSYS *)(ZIPSYS_ADDR);
+static volatile ZIPSYS *const zip = (ZIPSYS *)(ZIPSYS_ADDR);
+
+
+static inline void     DISABLE_INTS(void) {
+static inline void     DISABLE_INTS(void) {
+       zip->z_pic = 0;
+       zip->z_pic = 0;
+}
+}
+
+
+static inline void     ENABLE_INTS(void) {
+static inline void     ENABLE_INTS(void) {
+       zip->z_pic = 0x80000000;
+       zip->z_pic = 0x80000000;
+}
+}
+
+
+typedef        struct  {
+typedef        struct  {
+       int     c_r[16];
+       int     c_r[16];
+#ifdef _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+#ifdef _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+       unsigned long   c_ck, c_mem, c_pf, c_icnt;
+       unsigned long   c_ck, c_mem, c_pf, c_icnt;
+#endif
+#endif
+} ZSYSCONTEXT;
+} ZSYSCONTEXT;
+
+
+#ifdef _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+#ifdef _HAVE_ZIPSYS_PERFORMANCE_COUNTERS
+void   save_contextncntrs(ZSYSCONTEXT *c);
+void   save_contextncntrs(ZSYSCONTEXT *c);
+void   restore_contextncntrs(ZSYSCONTEXT *c);
+void   restore_contextncntrs(ZSYSCONTEXT *c);
+#else
+#else
+#define        save_contextncntrs(CONTEXT)     save_context((int *)CONTEXT)
+#define        save_contextncntrs(CONTEXT)     save_context((int *)CONTEXT)
+#define        restore_contextncntrs(CONTEXT)  restore_context((int *)CONTEXT)
+#define        restore_contextncntrs(CONTEXT)  restore_context((int *)CONTEXT)
+#endif
+#endif
+
+
+#endif
+#endif
diff -Naur '--exclude=*.swp' newlib-2.5.0/Makefile.in newlib-2.5.0-zip/Makefile.in
diff -Naur '--exclude=*.swp' newlib-2.5.0/Makefile.in newlib-2.5.0-zip/Makefile.in
--- newlib-2.5.0/Makefile.in    2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/Makefile.in    2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/Makefile.in        2017-01-25 16:25:56.402031673 -0500
+++ newlib-2.5.0-zip/Makefile.in        2017-01-25 16:25:56.402031673 -0500
@@ -364,7 +364,7 @@
@@ -364,7 +364,7 @@
 
 
 # Flags to pass to stage2 and later makes.  They are defined
 # Flags to pass to stage2 and later makes.  They are defined
 # here so that they can be overridden by Makefile fragments.
 # here so that they can be overridden by Makefile fragments.
-BOOT_CFLAGS= -g -O2
-BOOT_CFLAGS= -g -O2
+BOOT_CFLAGS=-O3
+BOOT_CFLAGS=-O3
 BOOT_LDFLAGS=
 BOOT_LDFLAGS=
 BOOT_ADAFLAGS= -gnatpg
 BOOT_ADAFLAGS= -gnatpg
 
 
@@ -584,7 +584,7 @@
@@ -584,7 +584,7 @@
 LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
 LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
 LDFLAGS_FOR_TARGET = @LDFLAGS_FOR_TARGET@
 LDFLAGS_FOR_TARGET = @LDFLAGS_FOR_TARGET@
-GOCFLAGS_FOR_TARGET = -O2 -g
-GOCFLAGS_FOR_TARGET = -O2 -g
+GOCFLAGS_FOR_TARGET = -O3
+GOCFLAGS_FOR_TARGET = -O3
 
 
 FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@
 FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@
 SYSROOT_CFLAGS_FOR_TARGET = @SYSROOT_CFLAGS_FOR_TARGET@
 SYSROOT_CFLAGS_FOR_TARGET = @SYSROOT_CFLAGS_FOR_TARGET@
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/acconfig.h newlib-2.5.0-zip/newlib/acconfig.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/acconfig.h newlib-2.5.0-zip/newlib/acconfig.h
--- newlib-2.5.0/newlib/acconfig.h      2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/newlib/acconfig.h      2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/newlib/acconfig.h  2017-01-11 21:52:21.443297363 -0500
+++ newlib-2.5.0-zip/newlib/acconfig.h  2017-01-11 21:52:21.443297363 -0500
@@ -56,7 +56,7 @@
@@ -56,7 +56,7 @@
 #undef  _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
 #undef  _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
 
 
 /* Define if the platform long double type is equal to double.  */
 /* Define if the platform long double type is equal to double.  */
-#undef  _LDBL_EQ_DBL
-#undef  _LDBL_EQ_DBL
+#define  _LDBL_EQ_DBL
+#define  _LDBL_EQ_DBL
 
 
 /* Define if ivo supported in streamio.  */
 /* Define if ivo supported in streamio.  */
 #undef _FVWRITE_IN_STREAMIO
 #undef _FVWRITE_IN_STREAMIO
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/configure.host newlib-2.5.0-zip/newlib/configure.host
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/configure.host newlib-2.5.0-zip/newlib/configure.host
--- newlib-2.5.0/newlib/configure.host  2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/newlib/configure.host  2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/newlib/configure.host      2017-01-25 10:26:38.562136630 -0500
+++ newlib-2.5.0-zip/newlib/configure.host      2018-03-22 19:19:26.894978411 -0400
@@ -310,6 +310,9 @@
@@ -310,6 +310,9 @@
   z8k)
   z8k)
        machine_dir=z8k
        machine_dir=z8k
        ;;
        ;;
+  zip*)
+  zip*)
+       machine_dir=zip
+       machine_dir=zip
+       ;;
+       ;;
   spu)
   spu)
        stdio_dir=
        stdio_dir=
        libm_machine_dir=spu
        libm_machine_dir=spu
@@ -565,6 +568,12 @@
@@ -565,6 +568,11 @@
   z8k-*-coff)
   z8k-*-coff)
        sys_dir=z8ksim
        sys_dir=z8ksim
        ;;
        ;;
+  zip*)
+  zip*)
+#      sys_dir=zip     # But ... I don't have a directory in newlib/libc/sys
+#      sys_dir=zip     # But ... I don't have a directory in newlib/libc/sys
+       newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED "
+       newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED "
+       newlib_cflags="${newlib_cflags} -DNO_FLOATING_POINT"
 
+#        have_crt0="yes"
+#        have_crt0="yes"
+       ;;
+       ;;
 esac
 esac
 
 
 # Host specific flag settings -- usually for features that are not
 # Host specific flag settings -- usually for features that are not
@@ -851,6 +860,9 @@
@@ -851,6 +859,9 @@
   z8k-*-*)
   z8k-*-*)
        syscall_dir=syscalls
        syscall_dir=syscalls
        ;;
        ;;
+  zip*)
+  zip*)
+       syscall_dir=syscalls
+       syscall_dir=syscalls
+       ;;
+       ;;
   *)
   *)
        newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
        newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
        syscall_dir=
        syscall_dir=
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/include/machine/setjmp.h newlib-2.5.0-zip/newlib/libc/include/machine/setjmp.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/include/machine/setjmp.h newlib-2.5.0-zip/newlib/libc/include/machine/setjmp.h
--- newlib-2.5.0/newlib/libc/include/machine/setjmp.h   2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/newlib/libc/include/machine/setjmp.h   2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/include/machine/setjmp.h       2017-02-06 17:42:10.748982467 -0500
+++ newlib-2.5.0-zip/newlib/libc/include/machine/setjmp.h       2017-02-06 17:42:10.748982467 -0500
@@ -349,6 +349,11 @@
@@ -349,6 +349,11 @@
 #define _JBTYPE unsigned long
 #define _JBTYPE unsigned long
 #endif
 #endif
 
 
+#ifdef __ZIPCPU__
+#ifdef __ZIPCPU__
+#define _JBLEN 10
+#define _JBLEN 10
+#define _JBTYPE unsigned int
+#define _JBTYPE unsigned int
+#endif
+#endif
+
+
 #ifdef __RX__
 #ifdef __RX__
 #define _JBLEN 0x44
 #define _JBLEN 0x44
 #endif
 #endif
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/include/sys/config.h newlib-2.5.0-zip/newlib/libc/include/sys/config.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/include/sys/config.h newlib-2.5.0-zip/newlib/libc/include/sys/config.h
--- newlib-2.5.0/newlib/libc/include/sys/config.h       2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/newlib/libc/include/sys/config.h       2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/include/sys/config.h   2017-01-12 14:45:33.624732766 -0500
+++ newlib-2.5.0-zip/newlib/libc/include/sys/config.h   2017-01-12 14:45:33.624732766 -0500
@@ -216,7 +216,11 @@
@@ -216,7 +216,11 @@
 /* End of block that should be kept in sync with GCC's limits.h.  */
 /* End of block that should be kept in sync with GCC's limits.h.  */
 
 
 #ifndef _POINTER_INT
 #ifndef _POINTER_INT
-#define _POINTER_INT long
-#define _POINTER_INT long
+typedef        int     __attribute__((mode(pointer)))  _POINTER_INT;
+typedef        int     __attribute__((mode(pointer)))  _POINTER_INT;
+#define _POINTER_INT _POINTER_INT
+#define _POINTER_INT _POINTER_INT
+typedef        unsigned int    __attribute__((mode(pointer)))  POINTER_UINT;
+typedef        unsigned int    __attribute__((mode(pointer)))  POINTER_UINT;
+#define        POINTER_UINT    POINTER_UINT
+#define        POINTER_UINT    POINTER_UINT
+// #define _POINTER_INT long
+// #define _POINTER_INT long
 #endif
 #endif
 
 
 #ifdef __frv__
 #ifdef __frv__
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/configure newlib-2.5.0-zip/newlib/libc/machine/configure
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/configure newlib-2.5.0-zip/newlib/libc/machine/configure
--- newlib-2.5.0/newlib/libc/machine/configure  2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/newlib/libc/machine/configure  2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/configure      2017-01-13 18:05:52.580953443 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/configure      2017-01-13 18:05:52.580953443 -0500
@@ -837,7 +837,8 @@
@@ -837,7 +837,8 @@
 x86_64
 x86_64
 xc16x
 xc16x
 xstormy16
 xstormy16
-z8k'
-z8k'
+z8k
+z8k
+zip'
+zip'
 
 
 # Initialize some variables set by options.
 # Initialize some variables set by options.
 ac_init_help=
 ac_init_help=
@@ -11939,6 +11940,8 @@
@@ -11939,6 +11940,8 @@
  ;;
  ;;
        z8k) subdirs="$subdirs z8k"
        z8k) subdirs="$subdirs z8k"
  ;;
  ;;
+       zip) subdirs="$subdirs zip"
+       zip) subdirs="$subdirs zip"
+ ;;
+ ;;
   esac;
   esac;
 fi
 fi
 
 
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/configure.in newlib-2.5.0-zip/newlib/libc/machine/configure.in
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/configure.in newlib-2.5.0-zip/newlib/libc/machine/configure.in
--- newlib-2.5.0/newlib/libc/machine/configure.in       2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/newlib/libc/machine/configure.in       2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/configure.in   2017-01-13 08:03:54.564740952 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/configure.in   2017-01-13 08:03:54.564740952 -0500
@@ -77,6 +77,7 @@
@@ -77,6 +77,7 @@
        xc16x) AC_CONFIG_SUBDIRS(xc16x) ;;
        xc16x) AC_CONFIG_SUBDIRS(xc16x) ;;
        xstormy16) AC_CONFIG_SUBDIRS(xstormy16) ;;
        xstormy16) AC_CONFIG_SUBDIRS(xstormy16) ;;
        z8k) AC_CONFIG_SUBDIRS(z8k) ;;
        z8k) AC_CONFIG_SUBDIRS(z8k) ;;
+       zip) AC_CONFIG_SUBDIRS(zip) ;;
+       zip) AC_CONFIG_SUBDIRS(zip) ;;
   esac;
   esac;
 fi
 fi
 
 
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/configure newlib-2.5.0-zip/newlib/libc/machine/zip/configure
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/configure newlib-2.5.0-zip/newlib/libc/machine/zip/configure
--- newlib-2.5.0/newlib/libc/machine/zip/configure      1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/newlib/libc/machine/zip/configure      1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/configure  2017-01-13 18:03:21.075858391 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/configure  2017-01-13 18:03:21.075858391 -0500
@@ -0,0 +1,4748 @@
@@ -0,0 +1,4748 @@
+#! /bin/sh
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
+# Guess values for system-dependent variables and create Makefiles.
+# Generated by GNU Autoconf 2.68 for newlib 2.5.0.
+# Generated by GNU Autoconf 2.68 for newlib 2.5.0.
+#
+#
+#
+#
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
+# Foundation, Inc.
+#
+#
+#
+#
+# This configure script is free software; the Free Software Foundation
+# This configure script is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+# gives unlimited permission to copy, distribute and modify it.
+## -------------------- ##
+## -------------------- ##
+## M4sh Initialization. ##
+## M4sh Initialization. ##
+## -------------------- ##
+## -------------------- ##
+
+
+# Be more Bourne compatible
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  emulate sh
+  NULLCMD=:
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+  setopt NO_GLOB_SUBST
+else
+else
+  case `(set -o) 2>/dev/null` in #(
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+  *posix*) :
+    set -o posix ;; #(
+    set -o posix ;; #(
+  *) :
+  *) :
+     ;;
+     ;;
+esac
+esac
+fi
+fi
+
+
+
+
+as_nl='
+as_nl='
+'
+'
+export as_nl
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+  as_echo_n='printf %s'
+else
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+    as_echo_n_body='eval
+      arg=$1;
+      arg=$1;
+      case $arg in #(
+      case $arg in #(
+      *"$as_nl"*)
+      *"$as_nl"*)
+       expr "X$arg" : "X\\(.*\\)$as_nl";
+       expr "X$arg" : "X\\(.*\\)$as_nl";
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    '
+    export as_echo_n_body
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  fi
+  export as_echo_body
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+fi
+
+
+# The user is always right.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+      PATH_SEPARATOR=';'
+  }
+  }
+fi
+fi
+
+
+
+
+# IFS
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+# splitting by setting IFS to empty value.)
+IFS=" ""       $as_nl"
+IFS=" ""       $as_nl"
+
+
+# Find who we are.  Look in the path if we contain no directory separator.
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+as_myself=
+case $0 in #((
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+     ;;
+     ;;
+esac
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+if test "x$as_myself" = x; then
+  as_myself=$0
+  as_myself=$0
+fi
+fi
+if test ! -f "$as_myself"; then
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+  exit 1
+fi
+fi
+
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+done
+PS1='$ '
+PS1='$ '
+PS2='> '
+PS2='> '
+PS4='+ '
+PS4='+ '
+
+
+# NLS nuisances.
+# NLS nuisances.
+LC_ALL=C
+LC_ALL=C
+export LC_ALL
+export LC_ALL
+LANGUAGE=C
+LANGUAGE=C
+export LANGUAGE
+export LANGUAGE
+
+
+# CDPATH.
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+if test "x$CONFIG_SHELL" = x; then
+if test "x$CONFIG_SHELL" = x; then
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  emulate sh
+  NULLCMD=:
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+  # is contrary to our usage.  Disable this feature.
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  setopt NO_GLOB_SUBST
+  setopt NO_GLOB_SUBST
+else
+else
+  case \`(set -o) 2>/dev/null\` in #(
+  case \`(set -o) 2>/dev/null\` in #(
+  *posix*) :
+  *posix*) :
+    set -o posix ;; #(
+    set -o posix ;; #(
+  *) :
+  *) :
+     ;;
+     ;;
+esac
+esac
+fi
+fi
+"
+"
+  as_required="as_fn_return () { (exit \$1); }
+  as_required="as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
+as_fn_ret_failure () { return 1; }
+
+
+exitcode=0
+exitcode=0
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
+
+else
+else
+  exitcode=1; echo positional parameters were not saved.
+  exitcode=1; echo positional parameters were not saved.
+fi
+fi
+test x\$exitcode = x0 || exit 1"
+test x\$exitcode = x0 || exit 1"
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
+  if (eval "$as_required") 2>/dev/null; then :
+  if (eval "$as_required") 2>/dev/null; then :
+  as_have_required=yes
+  as_have_required=yes
+else
+else
+  as_have_required=no
+  as_have_required=no
+fi
+fi
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+
+
+else
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
+as_found=false
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+  as_found=:
+  as_found=:
+  case $as_dir in #(
+  case $as_dir in #(
+        /*)
+        /*)
+          for as_base in sh bash ksh sh5; do
+          for as_base in sh bash ksh sh5; do
+            # Try only shells that exist, to save several forks.
+            # Try only shells that exist, to save several forks.
+            as_shell=$as_dir/$as_base
+            as_shell=$as_dir/$as_base
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  CONFIG_SHELL=$as_shell as_have_required=yes
+  CONFIG_SHELL=$as_shell as_have_required=yes
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  break 2
+  break 2
+fi
+fi
+fi
+fi
+          done;;
+          done;;
+       esac
+       esac
+  as_found=false
+  as_found=false
+done
+done
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+  CONFIG_SHELL=$SHELL as_have_required=yes
+  CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
+fi; }
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+
+
+      if test "x$CONFIG_SHELL" != x; then :
+      if test "x$CONFIG_SHELL" != x; then :
+  # We cannot yet assume a decent shell, so we have to provide a
+  # We cannot yet assume a decent shell, so we have to provide a
+       # neutralization value for shells without unset; and this also
+       # neutralization value for shells without unset; and this also
+       # works around shells that cannot unset nonexistent variables.
+       # works around shells that cannot unset nonexistent variables.
+       # Preserve -v and -x to the replacement shell.
+       # Preserve -v and -x to the replacement shell.
+       BASH_ENV=/dev/null
+       BASH_ENV=/dev/null
+       ENV=/dev/null
+       ENV=/dev/null
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+       export CONFIG_SHELL
+       export CONFIG_SHELL
+       case $- in # ((((
+       case $- in # ((((
+         *v*x* | *x*v* ) as_opts=-vx ;;
+         *v*x* | *x*v* ) as_opts=-vx ;;
+         *v* ) as_opts=-v ;;
+         *v* ) as_opts=-v ;;
+         *x* ) as_opts=-x ;;
+         *x* ) as_opts=-x ;;
+         * ) as_opts= ;;
+         * ) as_opts= ;;
+       esac
+       esac
+       exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
+       exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
+fi
+fi
+
+
+    if test x$as_have_required = xno; then :
+    if test x$as_have_required = xno; then :
+  $as_echo "$0: This script requires a shell more modern than all"
+  $as_echo "$0: This script requires a shell more modern than all"
+  $as_echo "$0: the shells that I found on your system."
+  $as_echo "$0: the shells that I found on your system."
+  if test x${ZSH_VERSION+set} = xset ; then
+  if test x${ZSH_VERSION+set} = xset ; then
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+  else
+  else
+    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
+    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
+$0: including any error possibly output before this
+$0: including any error possibly output before this
+$0: message. Then install a modern shell, or manually run
+$0: message. Then install a modern shell, or manually run
+$0: the script under such a shell if you do have one."
+$0: the script under such a shell if you do have one."
+  fi
+  fi
+  exit 1
+  exit 1
+fi
+fi
+fi
+fi
+fi
+fi
+SHELL=${CONFIG_SHELL-/bin/sh}
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
+unset CLICOLOR_FORCE GREP_OPTIONS
+
+
+## --------------------- ##
+## --------------------- ##
+## M4sh Shell Functions. ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+## --------------------- ##
+# as_fn_unset VAR
+# as_fn_unset VAR
+# ---------------
+# ---------------
+# Portably unset VAR.
+# Portably unset VAR.
+as_fn_unset ()
+as_fn_unset ()
+{
+{
+  { eval $1=; unset $1;}
+  { eval $1=; unset $1;}
+}
+}
+as_unset=as_fn_unset
+as_unset=as_fn_unset
+
+
+# as_fn_set_status STATUS
+# as_fn_set_status STATUS
+# -----------------------
+# -----------------------
+# Set $? to STATUS, without forking.
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+as_fn_set_status ()
+{
+{
+  return $1
+  return $1
+} # as_fn_set_status
+} # as_fn_set_status
+
+
+# as_fn_exit STATUS
+# as_fn_exit STATUS
+# -----------------
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+as_fn_exit ()
+{
+{
+  set +e
+  set +e
+  as_fn_set_status $1
+  as_fn_set_status $1
+  exit $1
+  exit $1
+} # as_fn_exit
+} # as_fn_exit
+
+
+# as_fn_mkdir_p
+# as_fn_mkdir_p
+# -------------
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+as_fn_mkdir_p ()
+{
+{
+
+
+  case $as_dir in #(
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  -*) as_dir=./$as_dir;;
+  esac
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    as_dirs=
+    while :; do
+    while :; do
+      case $as_dir in #(
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      *) as_qdir=$as_dir;;
+      esac
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+      test -d "$as_dir" && break
+      test -d "$as_dir" && break
+    done
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+
+
+} # as_fn_mkdir_p
+} # as_fn_mkdir_p
+# as_fn_append VAR VALUE
+# as_fn_append VAR VALUE
+# ----------------------
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  eval 'as_fn_append ()
+  {
+  {
+    eval $1+=\$2
+    eval $1+=\$2
+  }'
+  }'
+else
+else
+  as_fn_append ()
+  as_fn_append ()
+  {
+  {
+    eval $1=\$$1\$2
+    eval $1=\$$1\$2
+  }
+  }
+fi # as_fn_append
+fi # as_fn_append
+
+
+# as_fn_arith ARG...
+# as_fn_arith ARG...
+# ------------------
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  eval 'as_fn_arith ()
+  {
+  {
+    as_val=$(( $* ))
+    as_val=$(( $* ))
+  }'
+  }'
+else
+else
+  as_fn_arith ()
+  as_fn_arith ()
+  {
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+  }
+fi # as_fn_arith
+fi # as_fn_arith
+
+
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+as_fn_error ()
+{
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+  as_fn_exit $as_status
+} # as_fn_error
+} # as_fn_error
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+  as_expr=expr
+else
+else
+  as_expr=false
+  as_expr=false
+fi
+fi
+
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+  as_basename=basename
+else
+else
+  as_basename=false
+  as_basename=false
+fi
+fi
+
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+  as_dirname=dirname
+else
+else
+  as_dirname=false
+  as_dirname=false
+fi
+fi
+
+
+as_me=`$as_basename -- "$0" ||
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\/\(\/\/\)$/{
+         /^X\/\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\/\(\/\).*/{
+         /^X\/\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+
+
+# Avoid depending upon Character Ranges.
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+
+
+
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
+  sed -n '
+  sed -n '
+    p
+    p
+    /[$]LINENO/=
+    /[$]LINENO/=
+  ' <$as_myself |
+  ' <$as_myself |
+    sed '
+    sed '
+      s/[$]LINENO.*/&-/
+      s/[$]LINENO.*/&-/
+      t lineno
+      t lineno
+      b
+      b
+      :lineno
+      :lineno
+      N
+      N
+      :loop
+      :loop
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+      t loop
+      t loop
+      s/-\n.*//
+      s/-\n.*//
+    ' >$as_me.lineno &&
+    ' >$as_me.lineno &&
+  chmod +x "$as_me.lineno" ||
+  chmod +x "$as_me.lineno" ||
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+
+
+  # Don't try to exec as it changes $[0], causing all sort of problems
+  # Don't try to exec as it changes $[0], causing all sort of problems
+  # (the dirname of $[0] is not the place where we might find the
+  # (the dirname of $[0] is not the place where we might find the
+  # original and so on.  Autoconf is especially sensitive to this).
+  # original and so on.  Autoconf is especially sensitive to this).
+  . "./$as_me.lineno"
+  . "./$as_me.lineno"
+  # Exit status is that of the last command.
+  # Exit status is that of the last command.
+  exit
+  exit
+}
+}
+
+
+ECHO_C= ECHO_N= ECHO_T=
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+case `echo -n x` in #(((((
+-n*)
+-n*)
+  case `echo 'xy\c'` in
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='        ';;
+       ECHO_T='        ';;
+  esac;;
+  esac;;
+*)
+*)
+  ECHO_N='-n';;
+  ECHO_N='-n';;
+esac
+esac
+
+
+rm -f conf$$ conf$$.exe conf$$.file
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+  rm -f conf$$.dir/conf$$.file
+else
+else
+  rm -f conf$$.dir
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+  mkdir conf$$.dir 2>/dev/null
+fi
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -p'.
+    # In both cases, we have to default to `cp -p'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -p'
+      as_ln_s='cp -p'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+    as_ln_s=ln
+  else
+  else
+    as_ln_s='cp -p'
+    as_ln_s='cp -p'
+  fi
+  fi
+else
+else
+  as_ln_s='cp -p'
+  as_ln_s='cp -p'
+fi
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+rmdir conf$$.dir 2>/dev/null
+
+
+if mkdir -p . 2>/dev/null; then
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+else
+  test -d ./-p && rmdir ./-p
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+  as_mkdir_p=false
+fi
+fi
+
+
+if test -x / >/dev/null 2>&1; then
+if test -x / >/dev/null 2>&1; then
+  as_test_x='test -x'
+  as_test_x='test -x'
+else
+else
+  if ls -dL / >/dev/null 2>&1; then
+  if ls -dL / >/dev/null 2>&1; then
+    as_ls_L_option=L
+    as_ls_L_option=L
+  else
+  else
+    as_ls_L_option=
+    as_ls_L_option=
+  fi
+  fi
+  as_test_x='
+  as_test_x='
+    eval sh -c '\''
+    eval sh -c '\''
+      if test -d "$1"; then
+      if test -d "$1"; then
+       test -d "$1/.";
+       test -d "$1/.";
+      else
+      else
+       case $1 in #(
+       case $1 in #(
+       -*)set "./$1";;
+       -*)set "./$1";;
+       esac;
+       esac;
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+       ???[sx]*):;;*)false;;esac;fi
+       ???[sx]*):;;*)false;;esac;fi
+    '\'' sh
+    '\'' sh
+  '
+  '
+fi
+fi
+as_executable_p=$as_test_x
+as_executable_p=$as_test_x
+
+
+# Sed expression to map a string onto a valid CPP name.
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+
+# Sed expression to map a string onto a valid variable name.
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+
+
+test -n "$DJDIR" || exec 7<&0 </dev/null
+test -n "$DJDIR" || exec 7<&0 </dev/null
+exec 6>&1
+exec 6>&1
+
+
+# Name of the host.
+# Name of the host.
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+# so uname gets run too.
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+
+#
+#
+# Initializations.
+# Initializations.
+#
+#
+ac_default_prefix=/usr/local
+ac_default_prefix=/usr/local
+ac_clean_files=
+ac_clean_files=
+ac_config_libobj_dir=.
+ac_config_libobj_dir=.
+LIBOBJS=
+LIBOBJS=
+cross_compiling=no
+cross_compiling=no
+subdirs=
+subdirs=
+MFLAGS=
+MFLAGS=
+MAKEFLAGS=
+MAKEFLAGS=
+
+
+# Identity of this package.
+# Identity of this package.
+PACKAGE_NAME='newlib'
+PACKAGE_NAME='newlib'
+PACKAGE_TARNAME='newlib'
+PACKAGE_TARNAME='newlib'
+PACKAGE_VERSION='2.5.0'
+PACKAGE_VERSION='2.5.0'
+PACKAGE_STRING='newlib 2.5.0'
+PACKAGE_STRING='newlib 2.5.0'
+PACKAGE_BUGREPORT=''
+PACKAGE_BUGREPORT=''
+PACKAGE_URL=''
+PACKAGE_URL=''
+
+
+ac_unique_file="Makefile.am"
+ac_unique_file="Makefile.am"
+ac_subst_vars='LTLIBOBJS
+ac_subst_vars='LTLIBOBJS
+LIBOBJS
+LIBOBJS
+sys_dir
+sys_dir
+machine_dir
+machine_dir
+libm_machine_dir
+libm_machine_dir
+lpfx
+lpfx
+aext
+aext
+oext
+oext
+OBJEXT
+OBJEXT
+USE_LIBTOOL_FALSE
+USE_LIBTOOL_FALSE
+USE_LIBTOOL_TRUE
+USE_LIBTOOL_TRUE
+ELIX_LEVEL_4_FALSE
+ELIX_LEVEL_4_FALSE
+ELIX_LEVEL_4_TRUE
+ELIX_LEVEL_4_TRUE
+ELIX_LEVEL_3_FALSE
+ELIX_LEVEL_3_FALSE
+ELIX_LEVEL_3_TRUE
+ELIX_LEVEL_3_TRUE
+ELIX_LEVEL_2_FALSE
+ELIX_LEVEL_2_FALSE
+ELIX_LEVEL_2_TRUE
+ELIX_LEVEL_2_TRUE
+ELIX_LEVEL_1_FALSE
+ELIX_LEVEL_1_FALSE
+ELIX_LEVEL_1_TRUE
+ELIX_LEVEL_1_TRUE
+ELIX_LEVEL_0_FALSE
+ELIX_LEVEL_0_FALSE
+ELIX_LEVEL_0_TRUE
+ELIX_LEVEL_0_TRUE
+LDFLAGS
+LDFLAGS
+NO_INCLUDE_LIST
+NO_INCLUDE_LIST
+NEWLIB_CFLAGS
+NEWLIB_CFLAGS
+CCASFLAGS
+CCASFLAGS
+CCAS
+CCAS
+MAINT
+MAINT
+MAINTAINER_MODE_FALSE
+MAINTAINER_MODE_FALSE
+MAINTAINER_MODE_TRUE
+MAINTAINER_MODE_TRUE
+READELF
+READELF
+RANLIB
+RANLIB
+AR
+AR
+AS
+AS
+am__fastdepCC_FALSE
+am__fastdepCC_FALSE
+am__fastdepCC_TRUE
+am__fastdepCC_TRUE
+CCDEPMODE
+CCDEPMODE
+am__nodep
+am__nodep
+AMDEPBACKSLASH
+AMDEPBACKSLASH
+AMDEP_FALSE
+AMDEP_FALSE
+AMDEP_TRUE
+AMDEP_TRUE
+am__quote
+am__quote
+am__include
+am__include
+DEPDIR
+DEPDIR
+CC
+CC
+am__untar
+am__untar
+am__tar
+am__tar
+AMTAR
+AMTAR
+am__leading_dot
+am__leading_dot
+SET_MAKE
+SET_MAKE
+AWK
+AWK
+mkdir_p
+mkdir_p
+MKDIR_P
+MKDIR_P
+INSTALL_STRIP_PROGRAM
+INSTALL_STRIP_PROGRAM
+STRIP
+STRIP
+install_sh
+install_sh
+MAKEINFO
+MAKEINFO
+AUTOHEADER
+AUTOHEADER
+AUTOMAKE
+AUTOMAKE
+AUTOCONF
+AUTOCONF
+ACLOCAL
+ACLOCAL
+VERSION
+VERSION
+PACKAGE
+PACKAGE
+CYGPATH_W
+CYGPATH_W
+am__isrc
+am__isrc
+INSTALL_DATA
+INSTALL_DATA
+INSTALL_SCRIPT
+INSTALL_SCRIPT
+INSTALL_PROGRAM
+INSTALL_PROGRAM
+host_os
+host_os
+host_vendor
+host_vendor
+host_cpu
+host_cpu
+host
+host
+build_os
+build_os
+build_vendor
+build_vendor
+build_cpu
+build_cpu
+build
+build
+newlib_basedir
+newlib_basedir
+MAY_SUPPLY_SYSCALLS_FALSE
+MAY_SUPPLY_SYSCALLS_FALSE
+MAY_SUPPLY_SYSCALLS_TRUE
+MAY_SUPPLY_SYSCALLS_TRUE
+target_alias
+target_alias
+host_alias
+host_alias
+build_alias
+build_alias
+LIBS
+LIBS
+ECHO_T
+ECHO_T
+ECHO_N
+ECHO_N
+ECHO_C
+ECHO_C
+DEFS
+DEFS
+mandir
+mandir
+localedir
+localedir
+libdir
+libdir
+psdir
+psdir
+pdfdir
+pdfdir
+dvidir
+dvidir
+htmldir
+htmldir
+infodir
+infodir
+docdir
+docdir
+oldincludedir
+oldincludedir
+includedir
+includedir
+localstatedir
+localstatedir
+sharedstatedir
+sharedstatedir
+sysconfdir
+sysconfdir
+datadir
+datadir
+datarootdir
+datarootdir
+libexecdir
+libexecdir
+sbindir
+sbindir
+bindir
+bindir
+program_transform_name
+program_transform_name
+prefix
+prefix
+exec_prefix
+exec_prefix
+PACKAGE_URL
+PACKAGE_URL
+PACKAGE_BUGREPORT
+PACKAGE_BUGREPORT
+PACKAGE_STRING
+PACKAGE_STRING
+PACKAGE_VERSION
+PACKAGE_VERSION
+PACKAGE_TARNAME
+PACKAGE_TARNAME
+PACKAGE_NAME
+PACKAGE_NAME
+PATH_SEPARATOR
+PATH_SEPARATOR
+SHELL'
+SHELL'
+ac_subst_files=''
+ac_subst_files=''
+ac_user_opts='
+ac_user_opts='
+enable_option_checking
+enable_option_checking
+enable_multilib
+enable_multilib
+enable_target_optspace
+enable_target_optspace
+enable_malloc_debugging
+enable_malloc_debugging
+enable_newlib_multithread
+enable_newlib_multithread
+enable_newlib_iconv
+enable_newlib_iconv
+enable_newlib_elix_level
+enable_newlib_elix_level
+enable_newlib_io_float
+enable_newlib_io_float
+enable_newlib_supplied_syscalls
+enable_newlib_supplied_syscalls
+enable_dependency_tracking
+enable_dependency_tracking
+enable_maintainer_mode
+enable_maintainer_mode
+'
+'
+      ac_precious_vars='build_alias
+      ac_precious_vars='build_alias
+host_alias
+host_alias
+target_alias
+target_alias
+CCAS
+CCAS
+CCASFLAGS'
+CCASFLAGS'
+
+
+
+
+# Initialize some variables set by options.
+# Initialize some variables set by options.
+ac_init_help=
+ac_init_help=
+ac_init_version=false
+ac_init_version=false
+ac_unrecognized_opts=
+ac_unrecognized_opts=
+ac_unrecognized_sep=
+ac_unrecognized_sep=
+# The variables have the same names as the options, with
+# The variables have the same names as the options, with
+# dashes changed to underlines.
+# dashes changed to underlines.
+cache_file=/dev/null
+cache_file=/dev/null
+exec_prefix=NONE
+exec_prefix=NONE
+no_create=
+no_create=
+no_recursion=
+no_recursion=
+prefix=NONE
+prefix=NONE
+program_prefix=NONE
+program_prefix=NONE
+program_suffix=NONE
+program_suffix=NONE
+program_transform_name=s,x,x,
+program_transform_name=s,x,x,
+silent=
+silent=
+site=
+site=
+srcdir=
+srcdir=
+verbose=
+verbose=
+x_includes=NONE
+x_includes=NONE
+x_libraries=NONE
+x_libraries=NONE
+
+
+# Installation directory options.
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# (The list follows the same order as the GNU Coding Standards.)
+# (The list follows the same order as the GNU Coding Standards.)
+bindir='${exec_prefix}/bin'
+bindir='${exec_prefix}/bin'
+sbindir='${exec_prefix}/sbin'
+sbindir='${exec_prefix}/sbin'
+libexecdir='${exec_prefix}/libexec'
+libexecdir='${exec_prefix}/libexec'
+datarootdir='${prefix}/share'
+datarootdir='${prefix}/share'
+datadir='${datarootdir}'
+datadir='${datarootdir}'
+sysconfdir='${prefix}/etc'
+sysconfdir='${prefix}/etc'
+sharedstatedir='${prefix}/com'
+sharedstatedir='${prefix}/com'
+localstatedir='${prefix}/var'
+localstatedir='${prefix}/var'
+includedir='${prefix}/include'
+includedir='${prefix}/include'
+oldincludedir='/usr/include'
+oldincludedir='/usr/include'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+infodir='${datarootdir}/info'
+infodir='${datarootdir}/info'
+htmldir='${docdir}'
+htmldir='${docdir}'
+dvidir='${docdir}'
+dvidir='${docdir}'
+pdfdir='${docdir}'
+pdfdir='${docdir}'
+psdir='${docdir}'
+psdir='${docdir}'
+libdir='${exec_prefix}/lib'
+libdir='${exec_prefix}/lib'
+localedir='${datarootdir}/locale'
+localedir='${datarootdir}/locale'
+mandir='${datarootdir}/man'
+mandir='${datarootdir}/man'
+
+
+ac_prev=
+ac_prev=
+ac_dashdash=
+ac_dashdash=
+for ac_option
+for ac_option
+do
+do
+  # If the previous option needs an argument, assign it.
+  # If the previous option needs an argument, assign it.
+  if test -n "$ac_prev"; then
+  if test -n "$ac_prev"; then
+    eval $ac_prev=\$ac_option
+    eval $ac_prev=\$ac_option
+    ac_prev=
+    ac_prev=
+    continue
+    continue
+  fi
+  fi
+
+
+  case $ac_option in
+  case $ac_option in
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *=)   ac_optarg= ;;
+  *=)   ac_optarg= ;;
+  *)    ac_optarg=yes ;;
+  *)    ac_optarg=yes ;;
+  esac
+  esac
+
+
+  # Accept the important Cygnus configure options, so we can diagnose typos.
+  # Accept the important Cygnus configure options, so we can diagnose typos.
+
+
+  case $ac_dashdash$ac_option in
+  case $ac_dashdash$ac_option in
+  --)
+  --)
+    ac_dashdash=yes ;;
+    ac_dashdash=yes ;;
+
+
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
+    ac_prev=bindir ;;
+    ac_prev=bindir ;;
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+    bindir=$ac_optarg ;;
+    bindir=$ac_optarg ;;
+
+
+  -build | --build | --buil | --bui | --bu)
+  -build | --build | --buil | --bui | --bu)
+    ac_prev=build_alias ;;
+    ac_prev=build_alias ;;
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+    build_alias=$ac_optarg ;;
+    build_alias=$ac_optarg ;;
+
+
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+    ac_prev=cache_file ;;
+    ac_prev=cache_file ;;
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+    cache_file=$ac_optarg ;;
+    cache_file=$ac_optarg ;;
+
+
+  --config-cache | -C)
+  --config-cache | -C)
+    cache_file=config.cache ;;
+    cache_file=config.cache ;;
+
+
+  -datadir | --datadir | --datadi | --datad)
+  -datadir | --datadir | --datadi | --datad)
+    ac_prev=datadir ;;
+    ac_prev=datadir ;;
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
+    datadir=$ac_optarg ;;
+    datadir=$ac_optarg ;;
+
+
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+  | --dataroo | --dataro | --datar)
+  | --dataroo | --dataro | --datar)
+    ac_prev=datarootdir ;;
+    ac_prev=datarootdir ;;
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+    datarootdir=$ac_optarg ;;
+    datarootdir=$ac_optarg ;;
+
+
+  -disable-* | --disable-*)
+  -disable-* | --disable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+    case $ac_user_opts in
+      *"
+      *"
+"enable_$ac_useropt"
+"enable_$ac_useropt"
+"*) ;;
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+        ac_unrecognized_sep=', ';;
+        ac_unrecognized_sep=', ';;
+    esac
+    esac
+    eval enable_$ac_useropt=no ;;
+    eval enable_$ac_useropt=no ;;
+
+
+  -docdir | --docdir | --docdi | --doc | --do)
+  -docdir | --docdir | --docdi | --doc | --do)
+    ac_prev=docdir ;;
+    ac_prev=docdir ;;
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+    docdir=$ac_optarg ;;
+    docdir=$ac_optarg ;;
+
+
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+    ac_prev=dvidir ;;
+    ac_prev=dvidir ;;
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+    dvidir=$ac_optarg ;;
+    dvidir=$ac_optarg ;;
+
+
+  -enable-* | --enable-*)
+  -enable-* | --enable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+    case $ac_user_opts in
+      *"
+      *"
+"enable_$ac_useropt"
+"enable_$ac_useropt"
+"*) ;;
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+        ac_unrecognized_sep=', ';;
+        ac_unrecognized_sep=', ';;
+    esac
+    esac
+    eval enable_$ac_useropt=\$ac_optarg ;;
+    eval enable_$ac_useropt=\$ac_optarg ;;
+
+
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+  | --exec | --exe | --ex)
+  | --exec | --exe | --ex)
+    ac_prev=exec_prefix ;;
+    ac_prev=exec_prefix ;;
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+  | --exec=* | --exe=* | --ex=*)
+  | --exec=* | --exe=* | --ex=*)
+    exec_prefix=$ac_optarg ;;
+    exec_prefix=$ac_optarg ;;
+
+
+  -gas | --gas | --ga | --g)
+  -gas | --gas | --ga | --g)
+    # Obsolete; use --with-gas.
+    # Obsolete; use --with-gas.
+    with_gas=yes ;;
+    with_gas=yes ;;
+
+
+  -help | --help | --hel | --he | -h)
+  -help | --help | --hel | --he | -h)
+    ac_init_help=long ;;
+    ac_init_help=long ;;
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+    ac_init_help=recursive ;;
+    ac_init_help=recursive ;;
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+    ac_init_help=short ;;
+    ac_init_help=short ;;
+
+
+  -host | --host | --hos | --ho)
+  -host | --host | --hos | --ho)
+    ac_prev=host_alias ;;
+    ac_prev=host_alias ;;
+  -host=* | --host=* | --hos=* | --ho=*)
+  -host=* | --host=* | --hos=* | --ho=*)
+    host_alias=$ac_optarg ;;
+    host_alias=$ac_optarg ;;
+
+
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+    ac_prev=htmldir ;;
+    ac_prev=htmldir ;;
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  | --ht=*)
+  | --ht=*)
+    htmldir=$ac_optarg ;;
+    htmldir=$ac_optarg ;;
+
+
+  -includedir | --includedir | --includedi | --included | --include \
+  -includedir | --includedir | --includedi | --included | --include \
+  | --includ | --inclu | --incl | --inc)
+  | --includ | --inclu | --incl | --inc)
+    ac_prev=includedir ;;
+    ac_prev=includedir ;;
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
+    includedir=$ac_optarg ;;
+    includedir=$ac_optarg ;;
+
+
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
+    ac_prev=infodir ;;
+    ac_prev=infodir ;;
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+    infodir=$ac_optarg ;;
+    infodir=$ac_optarg ;;
+
+
+  -libdir | --libdir | --libdi | --libd)
+  -libdir | --libdir | --libdi | --libd)
+    ac_prev=libdir ;;
+    ac_prev=libdir ;;
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
+    libdir=$ac_optarg ;;
+    libdir=$ac_optarg ;;
+
+
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+  | --libexe | --libex | --libe)
+  | --libexe | --libex | --libe)
+    ac_prev=libexecdir ;;
+    ac_prev=libexecdir ;;
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+  | --libexe=* | --libex=* | --libe=*)
+  | --libexe=* | --libex=* | --libe=*)
+    libexecdir=$ac_optarg ;;
+    libexecdir=$ac_optarg ;;
+
+
+  -localedir | --localedir | --localedi | --localed | --locale)
+  -localedir | --localedir | --localedi | --localed | --locale)
+    ac_prev=localedir ;;
+    ac_prev=localedir ;;
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+    localedir=$ac_optarg ;;
+    localedir=$ac_optarg ;;
+
+
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
+  | --localstate | --localstat | --localsta | --localst | --locals)
+  | --localstate | --localstat | --localsta | --localst | --locals)
+    ac_prev=localstatedir ;;
+    ac_prev=localstatedir ;;
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+    localstatedir=$ac_optarg ;;
+    localstatedir=$ac_optarg ;;
+
+
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+    ac_prev=mandir ;;
+    ac_prev=mandir ;;
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+    mandir=$ac_optarg ;;
+    mandir=$ac_optarg ;;
+
+
+  -nfp | --nfp | --nf)
+  -nfp | --nfp | --nf)
+    # Obsolete; use --without-fp.
+    # Obsolete; use --without-fp.
+    with_fp=no ;;
+    with_fp=no ;;
+
+
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+  | --no-cr | --no-c | -n)
+  | --no-cr | --no-c | -n)
+    no_create=yes ;;
+    no_create=yes ;;
+
+
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+    no_recursion=yes ;;
+    no_recursion=yes ;;
+
+
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+  | --oldin | --oldi | --old | --ol | --o)
+  | --oldin | --oldi | --old | --ol | --o)
+    ac_prev=oldincludedir ;;
+    ac_prev=oldincludedir ;;
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+    oldincludedir=$ac_optarg ;;
+    oldincludedir=$ac_optarg ;;
+
+
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+    ac_prev=prefix ;;
+    ac_prev=prefix ;;
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+    prefix=$ac_optarg ;;
+    prefix=$ac_optarg ;;
+
+
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
+  | --program-pre | --program-pr | --program-p)
+  | --program-pre | --program-pr | --program-p)
+    ac_prev=program_prefix ;;
+    ac_prev=program_prefix ;;
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+    program_prefix=$ac_optarg ;;
+    program_prefix=$ac_optarg ;;
+
+
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
+  | --program-suf | --program-su | --program-s)
+  | --program-suf | --program-su | --program-s)
+    ac_prev=program_suffix ;;
+    ac_prev=program_suffix ;;
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+    program_suffix=$ac_optarg ;;
+    program_suffix=$ac_optarg ;;
+
+
+  -program-transform-name | --program-transform-name \
+  -program-transform-name | --program-transform-name \
+  | --program-transform-nam | --program-transform-na \
+  | --program-transform-nam | --program-transform-na \
+  | --program-transform-n | --program-transform- \
+  | --program-transform-n | --program-transform- \
+  | --program-transform | --program-transfor \
+  | --program-transform | --program-transfor \
+  | --program-transfo | --program-transf \
+  | --program-transfo | --program-transf \
+  | --program-trans | --program-tran \
+  | --program-trans | --program-tran \
+  | --progr-tra | --program-tr | --program-t)
+  | --progr-tra | --program-tr | --program-t)
+    ac_prev=program_transform_name ;;
+    ac_prev=program_transform_name ;;
+  -program-transform-name=* | --program-transform-name=* \
+  -program-transform-name=* | --program-transform-name=* \
+  | --program-transform-nam=* | --program-transform-na=* \
+  | --program-transform-nam=* | --program-transform-na=* \
+  | --program-transform-n=* | --program-transform-=* \
+  | --program-transform-n=* | --program-transform-=* \
+  | --program-transform=* | --program-transfor=* \
+  | --program-transform=* | --program-transfor=* \
+  | --program-transfo=* | --program-transf=* \
+  | --program-transfo=* | --program-transf=* \
+  | --program-trans=* | --program-tran=* \
+  | --program-trans=* | --program-tran=* \
+  | --progr-tra=* | --program-tr=* | --program-t=*)
+  | --progr-tra=* | --program-tr=* | --program-t=*)
+    program_transform_name=$ac_optarg ;;
+    program_transform_name=$ac_optarg ;;
+
+
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+    ac_prev=pdfdir ;;
+    ac_prev=pdfdir ;;
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+    pdfdir=$ac_optarg ;;
+    pdfdir=$ac_optarg ;;
+
+
+  -psdir | --psdir | --psdi | --psd | --ps)
+  -psdir | --psdir | --psdi | --psd | --ps)
+    ac_prev=psdir ;;
+    ac_prev=psdir ;;
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+    psdir=$ac_optarg ;;
+    psdir=$ac_optarg ;;
+
+
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil)
+  | -silent | --silent | --silen | --sile | --sil)
+    silent=yes ;;
+    silent=yes ;;
+
+
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+    ac_prev=sbindir ;;
+    ac_prev=sbindir ;;
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+  | --sbi=* | --sb=*)
+  | --sbi=* | --sb=*)
+    sbindir=$ac_optarg ;;
+    sbindir=$ac_optarg ;;
+
+
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+  | --sharedst | --shareds | --shared | --share | --shar \
+  | --sharedst | --shareds | --shared | --share | --shar \
+  | --sha | --sh)
+  | --sha | --sh)
+    ac_prev=sharedstatedir ;;
+    ac_prev=sharedstatedir ;;
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+  | --sha=* | --sh=*)
+  | --sha=* | --sh=*)
+    sharedstatedir=$ac_optarg ;;
+    sharedstatedir=$ac_optarg ;;
+
+
+  -site | --site | --sit)
+  -site | --site | --sit)
+    ac_prev=site ;;
+    ac_prev=site ;;
+  -site=* | --site=* | --sit=*)
+  -site=* | --site=* | --sit=*)
+    site=$ac_optarg ;;
+    site=$ac_optarg ;;
+
+
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+    ac_prev=srcdir ;;
+    ac_prev=srcdir ;;
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+    srcdir=$ac_optarg ;;
+    srcdir=$ac_optarg ;;
+
+
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+  | --syscon | --sysco | --sysc | --sys | --sy)
+  | --syscon | --sysco | --sysc | --sys | --sy)
+    ac_prev=sysconfdir ;;
+    ac_prev=sysconfdir ;;
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+    sysconfdir=$ac_optarg ;;
+    sysconfdir=$ac_optarg ;;
+
+
+  -target | --target | --targe | --targ | --tar | --ta | --t)
+  -target | --target | --targe | --targ | --tar | --ta | --t)
+    ac_prev=target_alias ;;
+    ac_prev=target_alias ;;
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+    target_alias=$ac_optarg ;;
+    target_alias=$ac_optarg ;;
+
+
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
+    verbose=yes ;;
+    verbose=yes ;;
+
+
+  -version | --version | --versio | --versi | --vers | -V)
+  -version | --version | --versio | --versi | --vers | -V)
+    ac_init_version=: ;;
+    ac_init_version=: ;;
+
+
+  -with-* | --with-*)
+  -with-* | --with-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+    case $ac_user_opts in
+      *"
+      *"
+"with_$ac_useropt"
+"with_$ac_useropt"
+"*) ;;
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
+        ac_unrecognized_sep=', ';;
+        ac_unrecognized_sep=', ';;
+    esac
+    esac
+    eval with_$ac_useropt=\$ac_optarg ;;
+    eval with_$ac_useropt=\$ac_optarg ;;
+
+
+  -without-* | --without-*)
+  -without-* | --without-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+    case $ac_user_opts in
+      *"
+      *"
+"with_$ac_useropt"
+"with_$ac_useropt"
+"*) ;;
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
+        ac_unrecognized_sep=', ';;
+        ac_unrecognized_sep=', ';;
+    esac
+    esac
+    eval with_$ac_useropt=no ;;
+    eval with_$ac_useropt=no ;;
+
+
+  --x)
+  --x)
+    # Obsolete; use --with-x.
+    # Obsolete; use --with-x.
+    with_x=yes ;;
+    with_x=yes ;;
+
+
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+  | --x-incl | --x-inc | --x-in | --x-i)
+  | --x-incl | --x-inc | --x-in | --x-i)
+    ac_prev=x_includes ;;
+    ac_prev=x_includes ;;
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+    x_includes=$ac_optarg ;;
+    x_includes=$ac_optarg ;;
+
+
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+    ac_prev=x_libraries ;;
+    ac_prev=x_libraries ;;
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+    x_libraries=$ac_optarg ;;
+    x_libraries=$ac_optarg ;;
+
+
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information"
+Try \`$0 --help' for more information"
+    ;;
+    ;;
+
+
+  *=*)
+  *=*)
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+    # Reject names that are not valid shell variable names.
+    # Reject names that are not valid shell variable names.
+    case $ac_envvar in #(
+    case $ac_envvar in #(
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+    esac
+    esac
+    eval $ac_envvar=\$ac_optarg
+    eval $ac_envvar=\$ac_optarg
+    export $ac_envvar ;;
+    export $ac_envvar ;;
+
+
+  *)
+  *)
+    # FIXME: should be removed in autoconf 3.0.
+    # FIXME: should be removed in autoconf 3.0.
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+    ;;
+    ;;
+
+
+  esac
+  esac
+done
+done
+
+
+if test -n "$ac_prev"; then
+if test -n "$ac_prev"; then
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+  as_fn_error $? "missing argument to $ac_option"
+  as_fn_error $? "missing argument to $ac_option"
+fi
+fi
+
+
+if test -n "$ac_unrecognized_opts"; then
+if test -n "$ac_unrecognized_opts"; then
+  case $enable_option_checking in
+  case $enable_option_checking in
+    no) ;;
+    no) ;;
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+  esac
+  esac
+fi
+fi
+
+
+# Check all directory arguments for consistency.
+# Check all directory arguments for consistency.
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
+               datadir sysconfdir sharedstatedir localstatedir includedir \
+               datadir sysconfdir sharedstatedir localstatedir includedir \
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+               libdir localedir mandir
+               libdir localedir mandir
+do
+do
+  eval ac_val=\$$ac_var
+  eval ac_val=\$$ac_var
+  # Remove trailing slashes.
+  # Remove trailing slashes.
+  case $ac_val in
+  case $ac_val in
+    */ )
+    */ )
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
+      eval $ac_var=\$ac_val;;
+      eval $ac_var=\$ac_val;;
+  esac
+  esac
+  # Be sure to have absolute directory names.
+  # Be sure to have absolute directory names.
+  case $ac_val in
+  case $ac_val in
+    [\\/$]* | ?:[\\/]* )  continue;;
+    [\\/$]* | ?:[\\/]* )  continue;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+  esac
+  esac
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+done
+done
+
+
+# There might be people who depend on the old broken behavior: `$host'
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+# used to hold the argument of --host etc.
+# FIXME: To remove some day.
+# FIXME: To remove some day.
+build=$build_alias
+build=$build_alias
+host=$host_alias
+host=$host_alias
+target=$target_alias
+target=$target_alias
+
+
+# FIXME: To remove some day.
+# FIXME: To remove some day.
+if test "x$host_alias" != x; then
+if test "x$host_alias" != x; then
+  if test "x$build_alias" = x; then
+  if test "x$build_alias" = x; then
+    cross_compiling=maybe
+    cross_compiling=maybe
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
+    If a cross compiler is detected then cross compile mode will be used" >&2
+    If a cross compiler is detected then cross compile mode will be used" >&2
+  elif test "x$build_alias" != "x$host_alias"; then
+  elif test "x$build_alias" != "x$host_alias"; then
+    cross_compiling=yes
+    cross_compiling=yes
+  fi
+  fi
+fi
+fi
+
+
+ac_tool_prefix=
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+
+
+test "$silent" = yes && exec 6>/dev/null
+test "$silent" = yes && exec 6>/dev/null
+
+
+
+
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+  as_fn_error $? "working directory cannot be determined"
+  as_fn_error $? "working directory cannot be determined"
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+  as_fn_error $? "pwd does not report name of working directory"
+  as_fn_error $? "pwd does not report name of working directory"
+
+
+
+
+# Find the source files, if location was not specified.
+# Find the source files, if location was not specified.
+if test -z "$srcdir"; then
+if test -z "$srcdir"; then
+  ac_srcdir_defaulted=yes
+  ac_srcdir_defaulted=yes
+  # Try the directory containing this script, then the parent directory.
+  # Try the directory containing this script, then the parent directory.
+  ac_confdir=`$as_dirname -- "$as_myself" ||
+  ac_confdir=`$as_dirname -- "$as_myself" ||
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_myself" : 'X\(//\)[^/]' \| \
+        X"$as_myself" : 'X\(//\)[^/]' \| \
+        X"$as_myself" : 'X\(//\)$' \| \
+        X"$as_myself" : 'X\(//\)$' \| \
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_myself" |
+$as_echo X"$as_myself" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+  srcdir=$ac_confdir
+  srcdir=$ac_confdir
+  if test ! -r "$srcdir/$ac_unique_file"; then
+  if test ! -r "$srcdir/$ac_unique_file"; then
+    srcdir=..
+    srcdir=..
+  fi
+  fi
+else
+else
+  ac_srcdir_defaulted=no
+  ac_srcdir_defaulted=no
+fi
+fi
+if test ! -r "$srcdir/$ac_unique_file"; then
+if test ! -r "$srcdir/$ac_unique_file"; then
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+fi
+fi
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_abs_confdir=`(
+ac_abs_confdir=`(
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+       pwd)`
+       pwd)`
+# When building in place, set srcdir=.
+# When building in place, set srcdir=.
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+  srcdir=.
+  srcdir=.
+fi
+fi
+# Remove unnecessary trailing slashes from srcdir.
+# Remove unnecessary trailing slashes from srcdir.
+# Double slashes in file names in object file debugging info
+# Double slashes in file names in object file debugging info
+# mess up M-x gdb in Emacs.
+# mess up M-x gdb in Emacs.
+case $srcdir in
+case $srcdir in
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+esac
+esac
+for ac_var in $ac_precious_vars; do
+for ac_var in $ac_precious_vars; do
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_env_${ac_var}_value=\$${ac_var}
+  eval ac_env_${ac_var}_value=\$${ac_var}
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
+done
+done
+
+
+#
+#
+# Report the --help message.
+# Report the --help message.
+#
+#
+if test "$ac_init_help" = "long"; then
+if test "$ac_init_help" = "long"; then
+  # Omit some internal or obsolete options to make the list less imposing.
+  # Omit some internal or obsolete options to make the list less imposing.
+  # This message is too long to be a string in the A/UX 3.1 sh.
+  # This message is too long to be a string in the A/UX 3.1 sh.
+  cat <<_ACEOF
+  cat <<_ACEOF
+\`configure' configures newlib 2.5.0 to adapt to many kinds of systems.
+\`configure' configures newlib 2.5.0 to adapt to many kinds of systems.
+
+
+Usage: $0 [OPTION]... [VAR=VALUE]...
+Usage: $0 [OPTION]... [VAR=VALUE]...
+
+
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE.  See below for descriptions of some of the useful variables.
+VAR=VALUE.  See below for descriptions of some of the useful variables.
+
+
+Defaults for the options are specified in brackets.
+Defaults for the options are specified in brackets.
+
+
+Configuration:
+Configuration:
+  -h, --help              display this help and exit
+  -h, --help              display this help and exit
+      --help=short        display options specific to this package
+      --help=short        display options specific to this package
+      --help=recursive    display the short help of all the included packages
+      --help=recursive    display the short help of all the included packages
+  -V, --version           display version information and exit
+  -V, --version           display version information and exit
+  -q, --quiet, --silent   do not print \`checking ...' messages
+  -q, --quiet, --silent   do not print \`checking ...' messages
+      --cache-file=FILE   cache test results in FILE [disabled]
+      --cache-file=FILE   cache test results in FILE [disabled]
+  -C, --config-cache      alias for \`--cache-file=config.cache'
+  -C, --config-cache      alias for \`--cache-file=config.cache'
+  -n, --no-create         do not create output files
+  -n, --no-create         do not create output files
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
+
+
+Installation directories:
+Installation directories:
+  --prefix=PREFIX         install architecture-independent files in PREFIX
+  --prefix=PREFIX         install architecture-independent files in PREFIX
+                          [$ac_default_prefix]
+                          [$ac_default_prefix]
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+                          [PREFIX]
+                          [PREFIX]
+
+
+By default, \`make install' will install all the files in
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+for instance \`--prefix=\$HOME'.
+
+
+For better control, use the options below.
+For better control, use the options below.
+
+
+Fine tuning of the installation directories:
+Fine tuning of the installation directories:
+  --bindir=DIR            user executables [EPREFIX/bin]
+  --bindir=DIR            user executables [EPREFIX/bin]
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --libdir=DIR            object code libraries [EPREFIX/lib]
+  --libdir=DIR            object code libraries [EPREFIX/lib]
+  --includedir=DIR        C header files [PREFIX/include]
+  --includedir=DIR        C header files [PREFIX/include]
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/newlib]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/newlib]
+  --htmldir=DIR           html documentation [DOCDIR]
+  --htmldir=DIR           html documentation [DOCDIR]
+  --dvidir=DIR            dvi documentation [DOCDIR]
+  --dvidir=DIR            dvi documentation [DOCDIR]
+  --pdfdir=DIR            pdf documentation [DOCDIR]
+  --pdfdir=DIR            pdf documentation [DOCDIR]
+  --psdir=DIR             ps documentation [DOCDIR]
+  --psdir=DIR             ps documentation [DOCDIR]
+_ACEOF
+_ACEOF
+
+
+  cat <<\_ACEOF
+  cat <<\_ACEOF
+
+
+Program names:
+Program names:
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
+
+
+System types:
+System types:
+  --build=BUILD     configure for building on BUILD [guessed]
+  --build=BUILD     configure for building on BUILD [guessed]
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
+_ACEOF
+_ACEOF
+fi
+fi
+
+
+if test -n "$ac_init_help"; then
+if test -n "$ac_init_help"; then
+  case $ac_init_help in
+  case $ac_init_help in
+     short | recursive ) echo "Configuration of newlib 2.5.0:";;
+     short | recursive ) echo "Configuration of newlib 2.5.0:";;
+   esac
+   esac
+  cat <<\_ACEOF
+  cat <<\_ACEOF
+
+
+Optional Features:
+Optional Features:
+  --disable-option-checking  ignore unrecognized --enable/--with options
+  --disable-option-checking  ignore unrecognized --enable/--with options
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+  --enable-multilib         build many library versions (default)
+  --enable-multilib         build many library versions (default)
+  --enable-target-optspace  optimize for space
+  --enable-target-optspace  optimize for space
+  --enable-malloc-debugging indicate malloc debugging requested
+  --enable-malloc-debugging indicate malloc debugging requested
+  --enable-newlib-multithread        enable support for multiple threads
+  --enable-newlib-multithread        enable support for multiple threads
+  --enable-newlib-iconv     enable iconv library support
+  --enable-newlib-iconv     enable iconv library support
+  --enable-newlib-elix-level         supply desired elix library level (1-4)
+  --enable-newlib-elix-level         supply desired elix library level (1-4)
+  --disable-newlib-io-float disable printf/scanf family float support
+  --disable-newlib-io-float disable printf/scanf family float support
+  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
+  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
+  --disable-dependency-tracking  speeds up one-time build
+  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors
+  --enable-dependency-tracking   do not reject slow dependency extractors
+  --enable-maintainer-mode  enable make rules and dependencies not useful
+  --enable-maintainer-mode  enable make rules and dependencies not useful
+                         (and sometimes confusing) to the casual installer
+                         (and sometimes confusing) to the casual installer
+
+
+Some influential environment variables:
+Some influential environment variables:
+  CCAS        assembler compiler command (defaults to CC)
+  CCAS        assembler compiler command (defaults to CC)
+  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
+  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
+
+
+Use these variables to override the choices made by `configure' or to help
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+it to find libraries and programs with nonstandard names/locations.
+
+
+Report bugs to the package provider.
+Report bugs to the package provider.
+_ACEOF
+_ACEOF
+ac_status=$?
+ac_status=$?
+fi
+fi
+
+
+if test "$ac_init_help" = "recursive"; then
+if test "$ac_init_help" = "recursive"; then
+  # If there are subdirs, report their specific --help.
+  # If there are subdirs, report their specific --help.
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+    test -d "$ac_dir" ||
+    test -d "$ac_dir" ||
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
+      continue
+      continue
+    ac_builddir=.
+    ac_builddir=.
+
+
+case "$ac_dir" in
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+  esac ;;
+esac
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+ac_top_builddir=$ac_top_build_prefix
+
+
+case $srcdir in
+case $srcdir in
+  .)  # We are building in place.
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+    cd "$ac_dir" || { ac_status=$?; continue; }
+    cd "$ac_dir" || { ac_status=$?; continue; }
+    # Check for guested configure.
+    # Check for guested configure.
+    if test -f "$ac_srcdir/configure.gnu"; then
+    if test -f "$ac_srcdir/configure.gnu"; then
+      echo &&
+      echo &&
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+    elif test -f "$ac_srcdir/configure"; then
+    elif test -f "$ac_srcdir/configure"; then
+      echo &&
+      echo &&
+      $SHELL "$ac_srcdir/configure" --help=recursive
+      $SHELL "$ac_srcdir/configure" --help=recursive
+    else
+    else
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+    fi || ac_status=$?
+    fi || ac_status=$?
+    cd "$ac_pwd" || { ac_status=$?; break; }
+    cd "$ac_pwd" || { ac_status=$?; break; }
+  done
+  done
+fi
+fi
+
+
+test -n "$ac_init_help" && exit $ac_status
+test -n "$ac_init_help" && exit $ac_status
+if $ac_init_version; then
+if $ac_init_version; then
+  cat <<\_ACEOF
+  cat <<\_ACEOF
+newlib configure 2.5.0
+newlib configure 2.5.0
+generated by GNU Autoconf 2.68
+generated by GNU Autoconf 2.68
+
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+gives unlimited permission to copy, distribute and modify it.
+_ACEOF
+_ACEOF
+  exit
+  exit
+fi
+fi
+
+
+## ------------------------ ##
+## ------------------------ ##
+## Autoconf initialization. ##
+## Autoconf initialization. ##
+## ------------------------ ##
+## ------------------------ ##
+
+
+# ac_fn_c_try_compile LINENO
+# ac_fn_c_try_compile LINENO
+# --------------------------
+# --------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_compile ()
+ac_fn_c_try_compile ()
+{
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext
+  rm -f conftest.$ac_objext
+  if { { ac_try="$ac_compile"
+  if { { ac_try="$ac_compile"
+case "(($ac_try" in
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>conftest.err
+  (eval "$ac_compile") 2>conftest.err
+  ac_status=$?
+  ac_status=$?
+  if test -s conftest.err; then
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+    mv -f conftest.er1 conftest.err
+  fi
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+  test $ac_status = 0; } && {
+        test -z "$ac_c_werror_flag" ||
+        test -z "$ac_c_werror_flag" ||
+        test ! -s conftest.err
+        test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then :
+       } && test -s conftest.$ac_objext; then :
+  ac_retval=0
+  ac_retval=0
+else
+else
+  $as_echo "$as_me: failed program was:" >&5
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+       ac_retval=1
+       ac_retval=1
+fi
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+  as_fn_set_status $ac_retval
+
+
+} # ac_fn_c_try_compile
+} # ac_fn_c_try_compile
+cat >config.log <<_ACEOF
+cat >config.log <<_ACEOF
+This file contains any messages produced by compilers while
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+running configure, to aid debugging if configure makes a mistake.
+
+
+It was created by newlib $as_me 2.5.0, which was
+It was created by newlib $as_me 2.5.0, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
+generated by GNU Autoconf 2.68.  Invocation command line was
+
+
+  $ $0 $@
+  $ $0 $@
+
+
+_ACEOF
+_ACEOF
+exec 5>>config.log
+exec 5>>config.log
+{
+{
+cat <<_ASUNAME
+cat <<_ASUNAME
+## --------- ##
+## --------- ##
+## Platform. ##
+## Platform. ##
+## --------- ##
+## --------- ##
+
+
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
+
+
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
+
+
+_ASUNAME
+_ASUNAME
+
+
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    $as_echo "PATH: $as_dir"
+    $as_echo "PATH: $as_dir"
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+} >&5
+} >&5
+
+
+cat >&5 <<_ACEOF
+cat >&5 <<_ACEOF
+
+
+
+
+## ----------- ##
+## ----------- ##
+## Core tests. ##
+## Core tests. ##
+## ----------- ##
+## ----------- ##
+
+
+_ACEOF
+_ACEOF
+
+
+
+
+# Keep a trace of the command line.
+# Keep a trace of the command line.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --silent because we don't want to record it for future runs.
+# Strip out --silent because we don't want to record it for future runs.
+# Also quote any args containing shell meta-characters.
+# Also quote any args containing shell meta-characters.
+# Make two passes to allow for proper duplicate-argument suppression.
+# Make two passes to allow for proper duplicate-argument suppression.
+ac_configure_args=
+ac_configure_args=
+ac_configure_args0=
+ac_configure_args0=
+ac_configure_args1=
+ac_configure_args1=
+ac_must_keep_next=false
+ac_must_keep_next=false
+for ac_pass in 1 2
+for ac_pass in 1 2
+do
+do
+  for ac_arg
+  for ac_arg
+  do
+  do
+    case $ac_arg in
+    case $ac_arg in
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+    | -silent | --silent | --silen | --sile | --sil)
+    | -silent | --silent | --silen | --sile | --sil)
+      continue ;;
+      continue ;;
+    *\'*)
+    *\'*)
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    esac
+    case $ac_pass in
+    case $ac_pass in
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+    2)
+    2)
+      as_fn_append ac_configure_args1 " '$ac_arg'"
+      as_fn_append ac_configure_args1 " '$ac_arg'"
+      if test $ac_must_keep_next = true; then
+      if test $ac_must_keep_next = true; then
+       ac_must_keep_next=false # Got value, back to normal.
+       ac_must_keep_next=false # Got value, back to normal.
+      else
+      else
+       case $ac_arg in
+       case $ac_arg in
+         *=* | --config-cache | -C | -disable-* | --disable-* \
+         *=* | --config-cache | -C | -disable-* | --disable-* \
+         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+         | -with-* | --with-* | -without-* | --without-* | --x)
+         | -with-* | --with-* | -without-* | --without-* | --x)
+           case "$ac_configure_args0 " in
+           case "$ac_configure_args0 " in
+             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+           esac
+           esac
+           ;;
+           ;;
+         -* ) ac_must_keep_next=true ;;
+         -* ) ac_must_keep_next=true ;;
+       esac
+       esac
+      fi
+      fi
+      as_fn_append ac_configure_args " '$ac_arg'"
+      as_fn_append ac_configure_args " '$ac_arg'"
+      ;;
+      ;;
+    esac
+    esac
+  done
+  done
+done
+done
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args1=; unset ac_configure_args1;}
+{ ac_configure_args1=; unset ac_configure_args1;}
+
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log.  We remove comments because anyway the quotes in there
+# config.log.  We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+# would cause problems or look ugly.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+trap 'exit_status=$?
+trap 'exit_status=$?
+  # Save into config.log some information that might help in debugging.
+  # Save into config.log some information that might help in debugging.
+  {
+  {
+    echo
+    echo
+
+
+    $as_echo "## ---------------- ##
+    $as_echo "## ---------------- ##
+## Cache variables. ##
+## Cache variables. ##
+## ---------------- ##"
+## ---------------- ##"
+    echo
+    echo
+    # The following way of writing the cache mishandles newlines in values,
+    # The following way of writing the cache mishandles newlines in values,
+(
+(
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+    eval ac_val=\$$ac_var
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    case $ac_val in #(
+    *${as_nl}*)
+    *${as_nl}*)
+      case $ac_var in #(
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      esac
+      case $ac_var in #(
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+      esac ;;
+    esac
+    esac
+  done
+  done
+  (set) 2>&1 |
+  (set) 2>&1 |
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+    *${as_nl}ac_space=\ *)
+      sed -n \
+      sed -n \
+       "s/'\''/'\''\\\\'\'''\''/g;
+       "s/'\''/'\''\\\\'\'''\''/g;
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+      ;; #(
+      ;; #(
+    *)
+    *)
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+      ;;
+    esac |
+    esac |
+    sort
+    sort
+)
+)
+    echo
+    echo
+
+
+    $as_echo "## ----------------- ##
+    $as_echo "## ----------------- ##
+## Output variables. ##
+## Output variables. ##
+## ----------------- ##"
+## ----------------- ##"
+    echo
+    echo
+    for ac_var in $ac_subst_vars
+    for ac_var in $ac_subst_vars
+    do
+    do
+      eval ac_val=\$$ac_var
+      eval ac_val=\$$ac_var
+      case $ac_val in
+      case $ac_val in
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+      esac
+      esac
+      $as_echo "$ac_var='\''$ac_val'\''"
+      $as_echo "$ac_var='\''$ac_val'\''"
+    done | sort
+    done | sort
+    echo
+    echo
+
+
+    if test -n "$ac_subst_files"; then
+    if test -n "$ac_subst_files"; then
+      $as_echo "## ------------------- ##
+      $as_echo "## ------------------- ##
+## File substitutions. ##
+## File substitutions. ##
+## ------------------- ##"
+## ------------------- ##"
+      echo
+      echo
+      for ac_var in $ac_subst_files
+      for ac_var in $ac_subst_files
+      do
+      do
+       eval ac_val=\$$ac_var
+       eval ac_val=\$$ac_var
+       case $ac_val in
+       case $ac_val in
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+       esac
+       esac
+       $as_echo "$ac_var='\''$ac_val'\''"
+       $as_echo "$ac_var='\''$ac_val'\''"
+      done | sort
+      done | sort
+      echo
+      echo
+    fi
+    fi
+
+
+    if test -s confdefs.h; then
+    if test -s confdefs.h; then
+      $as_echo "## ----------- ##
+      $as_echo "## ----------- ##
+## confdefs.h. ##
+## confdefs.h. ##
+## ----------- ##"
+## ----------- ##"
+      echo
+      echo
+      cat confdefs.h
+      cat confdefs.h
+      echo
+      echo
+    fi
+    fi
+    test "$ac_signal" != 0 &&
+    test "$ac_signal" != 0 &&
+      $as_echo "$as_me: caught signal $ac_signal"
+      $as_echo "$as_me: caught signal $ac_signal"
+    $as_echo "$as_me: exit $exit_status"
+    $as_echo "$as_me: exit $exit_status"
+  } >&5
+  } >&5
+  rm -f core *.core core.conftest.* &&
+  rm -f core *.core core.conftest.* &&
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+    exit $exit_status
+    exit $exit_status
+' 0
+' 0
+for ac_signal in 1 2 13 15; do
+for ac_signal in 1 2 13 15; do
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+done
+done
+ac_signal=0
+ac_signal=0
+
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -f -r conftest* confdefs.h
+rm -f -r conftest* confdefs.h
+
+
+$as_echo "/* confdefs.h */" > confdefs.h
+$as_echo "/* confdefs.h */" > confdefs.h
+
+
+# Predefined preprocessor variables.
+# Predefined preprocessor variables.
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_NAME "$PACKAGE_NAME"
+#define PACKAGE_NAME "$PACKAGE_NAME"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_STRING "$PACKAGE_STRING"
+#define PACKAGE_STRING "$PACKAGE_STRING"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+_ACEOF
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_URL "$PACKAGE_URL"
+#define PACKAGE_URL "$PACKAGE_URL"
+_ACEOF
+_ACEOF
+
+
+
+
+# Let the site file select an alternate cache file if it wants to.
+# Let the site file select an alternate cache file if it wants to.
+# Prefer an explicitly selected file to automatically selected ones.
+# Prefer an explicitly selected file to automatically selected ones.
+ac_site_file1=NONE
+ac_site_file1=NONE
+ac_site_file2=NONE
+ac_site_file2=NONE
+if test -n "$CONFIG_SITE"; then
+if test -n "$CONFIG_SITE"; then
+  # We do not want a PATH search for config.site.
+  # We do not want a PATH search for config.site.
+  case $CONFIG_SITE in #((
+  case $CONFIG_SITE in #((
+    -*)  ac_site_file1=./$CONFIG_SITE;;
+    -*)  ac_site_file1=./$CONFIG_SITE;;
+    */*) ac_site_file1=$CONFIG_SITE;;
+    */*) ac_site_file1=$CONFIG_SITE;;
+    *)   ac_site_file1=./$CONFIG_SITE;;
+    *)   ac_site_file1=./$CONFIG_SITE;;
+  esac
+  esac
+elif test "x$prefix" != xNONE; then
+elif test "x$prefix" != xNONE; then
+  ac_site_file1=$prefix/share/config.site
+  ac_site_file1=$prefix/share/config.site
+  ac_site_file2=$prefix/etc/config.site
+  ac_site_file2=$prefix/etc/config.site
+else
+else
+  ac_site_file1=$ac_default_prefix/share/config.site
+  ac_site_file1=$ac_default_prefix/share/config.site
+  ac_site_file2=$ac_default_prefix/etc/config.site
+  ac_site_file2=$ac_default_prefix/etc/config.site
+fi
+fi
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+do
+do
+  test "x$ac_site_file" = xNONE && continue
+  test "x$ac_site_file" = xNONE && continue
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+    sed 's/^/| /' "$ac_site_file" >&5
+    sed 's/^/| /' "$ac_site_file" >&5
+    . "$ac_site_file" \
+    . "$ac_site_file" \
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "failed to load site script $ac_site_file
+as_fn_error $? "failed to load site script $ac_site_file
+See \`config.log' for more details" "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5; }
+  fi
+  fi
+done
+done
+
+
+if test -r "$cache_file"; then
+if test -r "$cache_file"; then
+  # Some versions of bash will fail to source /dev/null (special files
+  # Some versions of bash will fail to source /dev/null (special files
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+$as_echo "$as_me: loading cache $cache_file" >&6;}
+$as_echo "$as_me: loading cache $cache_file" >&6;}
+    case $cache_file in
+    case $cache_file in
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
+      *)                      . "./$cache_file";;
+      *)                      . "./$cache_file";;
+    esac
+    esac
+  fi
+  fi
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+$as_echo "$as_me: creating cache $cache_file" >&6;}
+$as_echo "$as_me: creating cache $cache_file" >&6;}
+  >$cache_file
+  >$cache_file
+fi
+fi
+
+
+# Check that the precious variables saved in the cache have kept the same
+# Check that the precious variables saved in the cache have kept the same
+# value.
+# value.
+ac_cache_corrupted=false
+ac_cache_corrupted=false
+for ac_var in $ac_precious_vars; do
+for ac_var in $ac_precious_vars; do
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
+  eval ac_new_set=\$ac_env_${ac_var}_set
+  eval ac_new_set=\$ac_env_${ac_var}_set
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
+  eval ac_new_val=\$ac_env_${ac_var}_value
+  eval ac_new_val=\$ac_env_${ac_var}_value
+  case $ac_old_set,$ac_new_set in
+  case $ac_old_set,$ac_new_set in
+    set,)
+    set,)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+      ac_cache_corrupted=: ;;
+    ,set)
+    ,set)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+      ac_cache_corrupted=: ;;
+    ,);;
+    ,);;
+    *)
+    *)
+      if test "x$ac_old_val" != "x$ac_new_val"; then
+      if test "x$ac_old_val" != "x$ac_new_val"; then
+       # differences in whitespace do not lead to failure.
+       # differences in whitespace do not lead to failure.
+       ac_old_val_w=`echo x $ac_old_val`
+       ac_old_val_w=`echo x $ac_old_val`
+       ac_new_val_w=`echo x $ac_new_val`
+       ac_new_val_w=`echo x $ac_new_val`
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+         ac_cache_corrupted=:
+         ac_cache_corrupted=:
+       else
+       else
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+         eval $ac_var=\$ac_old_val
+         eval $ac_var=\$ac_old_val
+       fi
+       fi
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
+      fi;;
+      fi;;
+  esac
+  esac
+  # Pass precious variables to config.status.
+  # Pass precious variables to config.status.
+  if test "$ac_new_set" = set; then
+  if test "$ac_new_set" = set; then
+    case $ac_new_val in
+    case $ac_new_val in
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *) ac_arg=$ac_var=$ac_new_val ;;
+    *) ac_arg=$ac_var=$ac_new_val ;;
+    esac
+    esac
+    case " $ac_configure_args " in
+    case " $ac_configure_args " in
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+    esac
+    esac
+  fi
+  fi
+done
+done
+if $ac_cache_corrupted; then
+if $ac_cache_corrupted; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+fi
+fi
+## -------------------- ##
+## -------------------- ##
+## Main body of script. ##
+## Main body of script. ##
+## -------------------- ##
+## -------------------- ##
+
+
+ac_ext=c
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+
+
+
+
+
+ac_aux_dir=
+ac_aux_dir=
+for ac_dir in ../../../.. "$srcdir"/../../../..; do
+for ac_dir in ../../../.. "$srcdir"/../../../..; do
+  if test -f "$ac_dir/install-sh"; then
+  if test -f "$ac_dir/install-sh"; then
+    ac_aux_dir=$ac_dir
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install-sh -c"
+    ac_install_sh="$ac_aux_dir/install-sh -c"
+    break
+    break
+  elif test -f "$ac_dir/install.sh"; then
+  elif test -f "$ac_dir/install.sh"; then
+    ac_aux_dir=$ac_dir
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install.sh -c"
+    ac_install_sh="$ac_aux_dir/install.sh -c"
+    break
+    break
+  elif test -f "$ac_dir/shtool"; then
+  elif test -f "$ac_dir/shtool"; then
+    ac_aux_dir=$ac_dir
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/shtool install -c"
+    ac_install_sh="$ac_aux_dir/shtool install -c"
+    break
+    break
+  fi
+  fi
+done
+done
+if test -z "$ac_aux_dir"; then
+if test -z "$ac_aux_dir"; then
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../../../.. \"$srcdir\"/../../../.." "$LINENO" 5
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../../../.. \"$srcdir\"/../../../.." "$LINENO" 5
+fi
+fi
+
+
+# These three variables are undocumented and unsupported,
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+
+
+
+
+
+
+
+
+# Make sure we can run config.sub.
+# Make sure we can run config.sub.
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+$as_echo_n "checking build system type... " >&6; }
+$as_echo_n "checking build system type... " >&6; }
+if ${ac_cv_build+:} false; then :
+if ${ac_cv_build+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  ac_build_alias=$build_alias
+  ac_build_alias=$build_alias
+test "x$ac_build_alias" = x &&
+test "x$ac_build_alias" = x &&
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+test "x$ac_build_alias" = x &&
+test "x$ac_build_alias" = x &&
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+$as_echo "$ac_cv_build" >&6; }
+$as_echo "$ac_cv_build" >&6; }
+case $ac_cv_build in
+case $ac_cv_build in
+*-*-*) ;;
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+esac
+esac
+build=$ac_cv_build
+build=$ac_cv_build
+ac_save_IFS=$IFS; IFS='-'
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_build
+set x $ac_cv_build
+shift
+shift
+build_cpu=$1
+build_cpu=$1
+build_vendor=$2
+build_vendor=$2
+shift; shift
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+# except with old shells:
+build_os=$*
+build_os=$*
+IFS=$ac_save_IFS
+IFS=$ac_save_IFS
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+$as_echo_n "checking host system type... " >&6; }
+$as_echo_n "checking host system type... " >&6; }
+if ${ac_cv_host+:} false; then :
+if ${ac_cv_host+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test "x$host_alias" = x; then
+  if test "x$host_alias" = x; then
+  ac_cv_host=$ac_cv_build
+  ac_cv_host=$ac_cv_build
+else
+else
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+fi
+fi
+
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+$as_echo "$ac_cv_host" >&6; }
+$as_echo "$ac_cv_host" >&6; }
+case $ac_cv_host in
+case $ac_cv_host in
+*-*-*) ;;
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+esac
+esac
+host=$ac_cv_host
+host=$ac_cv_host
+ac_save_IFS=$IFS; IFS='-'
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_host
+set x $ac_cv_host
+shift
+shift
+host_cpu=$1
+host_cpu=$1
+host_vendor=$2
+host_vendor=$2
+shift; shift
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+# except with old shells:
+host_os=$*
+host_os=$*
+IFS=$ac_save_IFS
+IFS=$ac_save_IFS
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+
+
+
+
+am__api_version='1.11'
+am__api_version='1.11'
+
+
+# Find a good install program.  We prefer a C program (faster),
+# Find a good install program.  We prefer a C program (faster),
+# so one script is as good as another.  But avoid the broken or
+# so one script is as good as another.  But avoid the broken or
+# incompatible versions:
+# incompatible versions:
+# SysV /etc/install, /usr/sbin/install
+# SysV /etc/install, /usr/sbin/install
+# SunOS /usr/etc/install
+# SunOS /usr/etc/install
+# IRIX /sbin/install
+# IRIX /sbin/install
+# AIX /bin/install
+# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
+# OS/2's system install, which has a completely different semantic
+# ./install, which can be erroneously created by make from ./install.sh.
+# ./install, which can be erroneously created by make from ./install.sh.
+# Reject install programs that cannot install multiple files.
+# Reject install programs that cannot install multiple files.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+if test -z "$INSTALL"; then
+if test -z "$INSTALL"; then
+if ${ac_cv_path_install+:} false; then :
+if ${ac_cv_path_install+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    # Account for people who put trailing slashes in PATH elements.
+    # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in #((
+case $as_dir/ in #((
+  ./ | .// | /[cC]/* | \
+  ./ | .// | /[cC]/* | \
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+  /usr/ucb/* ) ;;
+  /usr/ucb/* ) ;;
+  *)
+  *)
+    # OSF1 and SCO ODT 3.0 have their own names for install.
+    # OSF1 and SCO ODT 3.0 have their own names for install.
+    # Don't use installbsd from OSF since it installs stuff as root
+    # Don't use installbsd from OSF since it installs stuff as root
+    # by default.
+    # by default.
+    for ac_prog in ginstall scoinst install; do
+    for ac_prog in ginstall scoinst install; do
+      for ac_exec_ext in '' $ac_executable_extensions; do
+      for ac_exec_ext in '' $ac_executable_extensions; do
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
+         if test $ac_prog = install &&
+         if test $ac_prog = install &&
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           # AIX install.  It has an incompatible calling convention.
+           # AIX install.  It has an incompatible calling convention.
+           :
+           :
+         elif test $ac_prog = install &&
+         elif test $ac_prog = install &&
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           # program-specific install script used by HP pwplus--don't use.
+           # program-specific install script used by HP pwplus--don't use.
+           :
+           :
+         else
+         else
+           rm -rf conftest.one conftest.two conftest.dir
+           rm -rf conftest.one conftest.two conftest.dir
+           echo one > conftest.one
+           echo one > conftest.one
+           echo two > conftest.two
+           echo two > conftest.two
+           mkdir conftest.dir
+           mkdir conftest.dir
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+             test -s conftest.one && test -s conftest.two &&
+             test -s conftest.one && test -s conftest.two &&
+             test -s conftest.dir/conftest.one &&
+             test -s conftest.dir/conftest.one &&
+             test -s conftest.dir/conftest.two
+             test -s conftest.dir/conftest.two
+           then
+           then
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+             break 3
+             break 3
+           fi
+           fi
+         fi
+         fi
+       fi
+       fi
+      done
+      done
+    done
+    done
+    ;;
+    ;;
+esac
+esac
+
+
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+rm -rf conftest.one conftest.two conftest.dir
+rm -rf conftest.one conftest.two conftest.dir
+
+
+fi
+fi
+  if test "${ac_cv_path_install+set}" = set; then
+  if test "${ac_cv_path_install+set}" = set; then
+    INSTALL=$ac_cv_path_install
+    INSTALL=$ac_cv_path_install
+  else
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for INSTALL within a source directory, because that will
+    # value for INSTALL within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    # removed, or if the value is a relative name.
+    INSTALL=$ac_install_sh
+    INSTALL=$ac_install_sh
+  fi
+  fi
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+$as_echo "$INSTALL" >&6; }
+$as_echo "$INSTALL" >&6; }
+
+
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# It thinks the first close brace ends the variable substitution.
+# It thinks the first close brace ends the variable substitution.
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
+
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
+$as_echo_n "checking whether build environment is sane... " >&6; }
+$as_echo_n "checking whether build environment is sane... " >&6; }
+# Just in case
+# Just in case
+sleep 1
+sleep 1
+echo timestamp > conftest.file
+echo timestamp > conftest.file
+# Reject unsafe characters in $srcdir or the absolute working directory
+# Reject unsafe characters in $srcdir or the absolute working directory
+# name.  Accept space and tab only in the latter.
+# name.  Accept space and tab only in the latter.
+am_lf='
+am_lf='
+'
+'
+case `pwd` in
+case `pwd` in
+  *[\\\"\#\$\&\'\`$am_lf]*)
+  *[\\\"\#\$\&\'\`$am_lf]*)
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
+esac
+esac
+case $srcdir in
+case $srcdir in
+  *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
+  *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
+esac
+esac
+
+
+# Do `set' in a subshell so we don't clobber the current shell's
+# Do `set' in a subshell so we don't clobber the current shell's
+# arguments.  Must try -L first in case configure is actually a
+# arguments.  Must try -L first in case configure is actually a
+# symlink; some systems play weird games with the mod time of symlinks
+# symlink; some systems play weird games with the mod time of symlinks
+# (eg FreeBSD returns the mod time of the symlink's containing
+# (eg FreeBSD returns the mod time of the symlink's containing
+# directory).
+# directory).
+if (
+if (
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+   if test "$*" = "X"; then
+   if test "$*" = "X"; then
+      # -L didn't work.
+      # -L didn't work.
+      set X `ls -t "$srcdir/configure" conftest.file`
+      set X `ls -t "$srcdir/configure" conftest.file`
+   fi
+   fi
+   rm -f conftest.file
+   rm -f conftest.file
+   if test "$*" != "X $srcdir/configure conftest.file" \
+   if test "$*" != "X $srcdir/configure conftest.file" \
+      && test "$*" != "X conftest.file $srcdir/configure"; then
+      && test "$*" != "X conftest.file $srcdir/configure"; then
+
+
+      # If neither matched, then we have a broken ls.  This can happen
+      # If neither matched, then we have a broken ls.  This can happen
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
+      # broken ls alias from the environment.  This has actually
+      # broken ls alias from the environment.  This has actually
+      # happened.  Such a system could not be considered "sane".
+      # happened.  Such a system could not be considered "sane".
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+alias in your environment" "$LINENO" 5
+alias in your environment" "$LINENO" 5
+   fi
+   fi
+
+
+   test "$2" = conftest.file
+   test "$2" = conftest.file
+   )
+   )
+then
+then
+   # Ok.
+   # Ok.
+   :
+   :
+else
+else
+   as_fn_error $? "newly created file is older than distributed files!
+   as_fn_error $? "newly created file is older than distributed files!
+Check your system clock" "$LINENO" 5
+Check your system clock" "$LINENO" 5
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+$as_echo "yes" >&6; }
+test "$program_prefix" != NONE &&
+test "$program_prefix" != NONE &&
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
+# Use a double $ so make ignores it.
+# Use a double $ so make ignores it.
+test "$program_suffix" != NONE &&
+test "$program_suffix" != NONE &&
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+# Double any \ or $.
+# Double any \ or $.
+# By default was `s,x,x', remove it if useless.
+# By default was `s,x,x', remove it if useless.
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+
+
+# expand $ac_aux_dir to an absolute path
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
+am_aux_dir=`cd $ac_aux_dir && pwd`
+
+
+if test x"${MISSING+set}" != xset; then
+if test x"${MISSING+set}" != xset; then
+  case $am_aux_dir in
+  case $am_aux_dir in
+  *\ * | *\    *)
+  *\ * | *\    *)
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+  *)
+  *)
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
+  esac
+  esac
+fi
+fi
+# Use eval to expand $SHELL
+# Use eval to expand $SHELL
+if eval "$MISSING --run true"; then
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
+  am_missing_run="$MISSING --run "
+else
+else
+  am_missing_run=
+  am_missing_run=
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
+fi
+fi
+
+
+if test x"${install_sh}" != xset; then
+if test x"${install_sh}" != xset; then
+  case $am_aux_dir in
+  case $am_aux_dir in
+  *\ * | *\    *)
+  *\ * | *\    *)
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
+  *)
+  *)
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
+  esac
+  esac
+fi
+fi
+
+
+# Installed binaries are usually stripped using `strip' when the user
+# Installed binaries are usually stripped using `strip' when the user
+# run `make install-strip'.  However `strip' might not be the right
+# run `make install-strip'.  However `strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the `STRIP' environment variable to overrule this program.
+# will honor the `STRIP' environment variable to overrule this program.
+if test "$cross_compiling" != no; then
+if test "$cross_compiling" != no; then
+  if test -n "$ac_tool_prefix"; then
+  if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_STRIP+:} false; then :
+if ${ac_cv_prog_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$STRIP"; then
+  if test -n "$STRIP"; then
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+if test -n "$STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+$as_echo "$STRIP" >&6; }
+$as_echo "$STRIP" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+fi
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+if test -z "$ac_cv_prog_STRIP"; then
+  ac_ct_STRIP=$STRIP
+  ac_ct_STRIP=$STRIP
+  # Extract the first word of "strip", so it can be a program name with args.
+  # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+set dummy strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$ac_ct_STRIP"; then
+  if test -n "$ac_ct_STRIP"; then
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_STRIP="strip"
+    ac_cv_prog_ac_ct_STRIP="strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+if test -n "$ac_ct_STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+$as_echo "$ac_ct_STRIP" >&6; }
+$as_echo "$ac_ct_STRIP" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+  if test "x$ac_ct_STRIP" = x; then
+  if test "x$ac_ct_STRIP" = x; then
+    STRIP=":"
+    STRIP=":"
+  else
+  else
+    case $cross_compiling:$ac_tool_warned in
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+ac_tool_warned=yes ;;
+esac
+esac
+    STRIP=$ac_ct_STRIP
+    STRIP=$ac_ct_STRIP
+  fi
+  fi
+else
+else
+  STRIP="$ac_cv_prog_STRIP"
+  STRIP="$ac_cv_prog_STRIP"
+fi
+fi
+
+
+fi
+fi
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
+if test -z "$MKDIR_P"; then
+if test -z "$MKDIR_P"; then
+  if ${ac_cv_path_mkdir+:} false; then :
+  if ${ac_cv_path_mkdir+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in mkdir gmkdir; do
+    for ac_prog in mkdir gmkdir; do
+        for ac_exec_ext in '' $ac_executable_extensions; do
+        for ac_exec_ext in '' $ac_executable_extensions; do
+          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
+          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
+          case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
+          case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
+            'mkdir (GNU coreutils) '* | \
+            'mkdir (GNU coreutils) '* | \
+            'mkdir (coreutils) '* | \
+            'mkdir (coreutils) '* | \
+            'mkdir (fileutils) '4.1*)
+            'mkdir (fileutils) '4.1*)
+              ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
+              ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
+              break 3;;
+              break 3;;
+          esac
+          esac
+        done
+        done
+       done
+       done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+
+
+  test -d ./--version && rmdir ./--version
+  test -d ./--version && rmdir ./--version
+  if test "${ac_cv_path_mkdir+set}" = set; then
+  if test "${ac_cv_path_mkdir+set}" = set; then
+    MKDIR_P="$ac_cv_path_mkdir -p"
+    MKDIR_P="$ac_cv_path_mkdir -p"
+  else
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for MKDIR_P within a source directory, because that will
+    # value for MKDIR_P within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    # removed, or if the value is a relative name.
+    MKDIR_P="$ac_install_sh -d"
+    MKDIR_P="$ac_install_sh -d"
+  fi
+  fi
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+$as_echo "$MKDIR_P" >&6; }
+$as_echo "$MKDIR_P" >&6; }
+
+
+mkdir_p="$MKDIR_P"
+mkdir_p="$MKDIR_P"
+case $mkdir_p in
+case $mkdir_p in
+  [\\/$]* | ?:[\\/]*) ;;
+  [\\/$]* | ?:[\\/]*) ;;
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+esac
+esac
+
+
+for ac_prog in gawk mawk nawk awk
+for ac_prog in gawk mawk nawk awk
+do
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AWK+:} false; then :
+if ${ac_cv_prog_AWK+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$AWK"; then
+  if test -n "$AWK"; then
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_AWK="$ac_prog"
+    ac_cv_prog_AWK="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+AWK=$ac_cv_prog_AWK
+AWK=$ac_cv_prog_AWK
+if test -n "$AWK"; then
+if test -n "$AWK"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+$as_echo "$AWK" >&6; }
+$as_echo "$AWK" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+  test -n "$AWK" && break
+  test -n "$AWK" && break
+done
+done
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+set x ${MAKE-make}
+set x ${MAKE-make}
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  cat >conftest.make <<\_ACEOF
+  cat >conftest.make <<\_ACEOF
+SHELL = /bin/sh
+SHELL = /bin/sh
+all:
+all:
+       @echo '@@@%%%=$(MAKE)=@@@%%%'
+       @echo '@@@%%%=$(MAKE)=@@@%%%'
+_ACEOF
+_ACEOF
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
+  *@@@%%%=?*=@@@%%%*)
+  *@@@%%%=?*=@@@%%%*)
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
+  *)
+  *)
+    eval ac_cv_prog_make_${ac_make}_set=no;;
+    eval ac_cv_prog_make_${ac_make}_set=no;;
+esac
+esac
+rm -f conftest.make
+rm -f conftest.make
+fi
+fi
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+$as_echo "yes" >&6; }
+  SET_MAKE=
+  SET_MAKE=
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+  SET_MAKE="MAKE=${MAKE-make}"
+  SET_MAKE="MAKE=${MAKE-make}"
+fi
+fi
+
+
+rm -rf .tst 2>/dev/null
+rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+if test -d .tst; then
+  am__leading_dot=.
+  am__leading_dot=.
+else
+else
+  am__leading_dot=_
+  am__leading_dot=_
+fi
+fi
+rmdir .tst 2>/dev/null
+rmdir .tst 2>/dev/null
+
+
+DEPDIR="${am__leading_dot}deps"
+DEPDIR="${am__leading_dot}deps"
+
+
+ac_config_commands="$ac_config_commands depfiles"
+ac_config_commands="$ac_config_commands depfiles"
+
+
+
+
+am_make=${MAKE-make}
+am_make=${MAKE-make}
+cat > confinc << 'END'
+cat > confinc << 'END'
+am__doit:
+am__doit:
+       @echo this is the am__doit target
+       @echo this is the am__doit target
+.PHONY: am__doit
+.PHONY: am__doit
+END
+END
+# If we don't find an include directive, just comment out the code.
+# If we don't find an include directive, just comment out the code.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
+am__include="#"
+am__include="#"
+am__quote=
+am__quote=
+_am_result=none
+_am_result=none
+# First try GNU make style include.
+# First try GNU make style include.
+echo "include confinc" > confmf
+echo "include confinc" > confmf
+# Ignore all kinds of additional output from `make'.
+# Ignore all kinds of additional output from `make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+*the\ am__doit\ target*)
+  am__include=include
+  am__include=include
+  am__quote=
+  am__quote=
+  _am_result=GNU
+  _am_result=GNU
+  ;;
+  ;;
+esac
+esac
+# Now try BSD make style include.
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   echo '.include "confinc"' > confmf
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   *the\ am__doit\ target*)
+   *the\ am__doit\ target*)
+     am__include=.include
+     am__include=.include
+     am__quote="\""
+     am__quote="\""
+     _am_result=BSD
+     _am_result=BSD
+     ;;
+     ;;
+   esac
+   esac
+fi
+fi
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+$as_echo "$_am_result" >&6; }
+$as_echo "$_am_result" >&6; }
+rm -f confinc confmf
+rm -f confinc confmf
+
+
+# Check whether --enable-dependency-tracking was given.
+# Check whether --enable-dependency-tracking was given.
+if test "${enable_dependency_tracking+set}" = set; then :
+if test "${enable_dependency_tracking+set}" = set; then :
+  enableval=$enable_dependency_tracking;
+  enableval=$enable_dependency_tracking;
+fi
+fi
+
+
+if test "x$enable_dependency_tracking" != xno; then
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+  AMDEPBACKSLASH='\'
+  am__nodep='_no'
+  am__nodep='_no'
+fi
+fi
+ if test "x$enable_dependency_tracking" != xno; then
+ if test "x$enable_dependency_tracking" != xno; then
+  AMDEP_TRUE=
+  AMDEP_TRUE=
+  AMDEP_FALSE='#'
+  AMDEP_FALSE='#'
+else
+else
+  AMDEP_TRUE='#'
+  AMDEP_TRUE='#'
+  AMDEP_FALSE=
+  AMDEP_FALSE=
+fi
+fi
+
+
+
+
+
+
+# Check whether --enable-multilib was given.
+# Check whether --enable-multilib was given.
+if test "${enable_multilib+set}" = set; then :
+if test "${enable_multilib+set}" = set; then :
+  enableval=$enable_multilib; case "${enableval}" in
+  enableval=$enable_multilib; case "${enableval}" in
+  yes) multilib=yes ;;
+  yes) multilib=yes ;;
+  no)  multilib=no ;;
+  no)  multilib=no ;;
+  *)   as_fn_error $? "bad value ${enableval} for multilib option" "$LINENO" 5 ;;
+  *)   as_fn_error $? "bad value ${enableval} for multilib option" "$LINENO" 5 ;;
+ esac
+ esac
+else
+else
+  multilib=yes
+  multilib=yes
+fi
+fi
+
+
+# Check whether --enable-target-optspace was given.
+# Check whether --enable-target-optspace was given.
+if test "${enable_target_optspace+set}" = set; then :
+if test "${enable_target_optspace+set}" = set; then :
+  enableval=$enable_target_optspace; case "${enableval}" in
+  enableval=$enable_target_optspace; case "${enableval}" in
+  yes) target_optspace=yes ;;
+  yes) target_optspace=yes ;;
+  no)  target_optspace=no ;;
+  no)  target_optspace=no ;;
+  *)   as_fn_error $? "bad value ${enableval} for target-optspace option" "$LINENO" 5 ;;
+  *)   as_fn_error $? "bad value ${enableval} for target-optspace option" "$LINENO" 5 ;;
+ esac
+ esac
+else
+else
+  target_optspace=
+  target_optspace=
+fi
+fi
+
+
+# Check whether --enable-malloc-debugging was given.
+# Check whether --enable-malloc-debugging was given.
+if test "${enable_malloc_debugging+set}" = set; then :
+if test "${enable_malloc_debugging+set}" = set; then :
+  enableval=$enable_malloc_debugging; case "${enableval}" in
+  enableval=$enable_malloc_debugging; case "${enableval}" in
+  yes) malloc_debugging=yes ;;
+  yes) malloc_debugging=yes ;;
+  no)  malloc_debugging=no ;;
+  no)  malloc_debugging=no ;;
+  *)   as_fn_error $? "bad value ${enableval} for malloc-debugging option" "$LINENO" 5 ;;
+  *)   as_fn_error $? "bad value ${enableval} for malloc-debugging option" "$LINENO" 5 ;;
+ esac
+ esac
+else
+else
+  malloc_debugging=
+  malloc_debugging=
+fi
+fi
+
+
+# Check whether --enable-newlib-multithread was given.
+# Check whether --enable-newlib-multithread was given.
+if test "${enable_newlib_multithread+set}" = set; then :
+if test "${enable_newlib_multithread+set}" = set; then :
+  enableval=$enable_newlib_multithread; case "${enableval}" in
+  enableval=$enable_newlib_multithread; case "${enableval}" in
+  yes) newlib_multithread=yes ;;
+  yes) newlib_multithread=yes ;;
+  no)  newlib_multithread=no ;;
+  no)  newlib_multithread=no ;;
+  *)   as_fn_error $? "bad value ${enableval} for newlib-multithread option" "$LINENO" 5 ;;
+  *)   as_fn_error $? "bad value ${enableval} for newlib-multithread option" "$LINENO" 5 ;;
+ esac
+ esac
+else
+else
+  newlib_multithread=yes
+  newlib_multithread=yes
+fi
+fi
+
+
+# Check whether --enable-newlib-iconv was given.
+# Check whether --enable-newlib-iconv was given.
+if test "${enable_newlib_iconv+set}" = set; then :
+if test "${enable_newlib_iconv+set}" = set; then :
+  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
+  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
+   case "${enableval}" in
+   case "${enableval}" in
+     yes) newlib_iconv=yes ;;
+     yes) newlib_iconv=yes ;;
+     no)  newlib_iconv=no ;;
+     no)  newlib_iconv=no ;;
+     *)   as_fn_error $? "bad value ${enableval} for newlib-iconv option" "$LINENO" 5 ;;
+     *)   as_fn_error $? "bad value ${enableval} for newlib-iconv option" "$LINENO" 5 ;;
+   esac
+   esac
+ fi
+ fi
+else
+else
+  newlib_iconv=${newlib_iconv}
+  newlib_iconv=${newlib_iconv}
+fi
+fi
+
+
+# Check whether --enable-newlib-elix-level was given.
+# Check whether --enable-newlib-elix-level was given.
+if test "${enable_newlib_elix_level+set}" = set; then :
+if test "${enable_newlib_elix_level+set}" = set; then :
+  enableval=$enable_newlib_elix_level; case "${enableval}" in
+  enableval=$enable_newlib_elix_level; case "${enableval}" in
+  0)   newlib_elix_level=0 ;;
+  0)   newlib_elix_level=0 ;;
+  1)   newlib_elix_level=1 ;;
+  1)   newlib_elix_level=1 ;;
+  2)   newlib_elix_level=2 ;;
+  2)   newlib_elix_level=2 ;;
+  3)   newlib_elix_level=3 ;;
+  3)   newlib_elix_level=3 ;;
+  4)   newlib_elix_level=4 ;;
+  4)   newlib_elix_level=4 ;;
+  *)   as_fn_error $? "bad value ${enableval} for newlib-elix-level option" "$LINENO" 5 ;;
+  *)   as_fn_error $? "bad value ${enableval} for newlib-elix-level option" "$LINENO" 5 ;;
+ esac
+ esac
+else
+else
+  newlib_elix_level=0
+  newlib_elix_level=0
+fi
+fi
+
+
+# Check whether --enable-newlib-io-float was given.
+# Check whether --enable-newlib-io-float was given.
+if test "${enable_newlib_io_float+set}" = set; then :
+if test "${enable_newlib_io_float+set}" = set; then :
+  enableval=$enable_newlib_io_float; case "${enableval}" in
+  enableval=$enable_newlib_io_float; case "${enableval}" in
+  yes) newlib_io_float=yes ;;
+  yes) newlib_io_float=yes ;;
+  no)  newlib_io_float=no ;;
+  no)  newlib_io_float=no ;;
+  *)   as_fn_error $? "bad value ${enableval} for newlib-io-float option" "$LINENO" 5 ;;
+  *)   as_fn_error $? "bad value ${enableval} for newlib-io-float option" "$LINENO" 5 ;;
+ esac
+ esac
+else
+else
+  newlib_io_float=yes
+  newlib_io_float=yes
+fi
+fi
+
+
+# Check whether --enable-newlib-supplied-syscalls was given.
+# Check whether --enable-newlib-supplied-syscalls was given.
+if test "${enable_newlib_supplied_syscalls+set}" = set; then :
+if test "${enable_newlib_supplied_syscalls+set}" = set; then :
+  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
+  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
+  yes) newlib_may_supply_syscalls=yes ;;
+  yes) newlib_may_supply_syscalls=yes ;;
+  no)  newlib_may_supply_syscalls=no ;;
+  no)  newlib_may_supply_syscalls=no ;;
+  *)   as_fn_error $? "bad value ${enableval} for newlib-supplied-syscalls option" "$LINENO" 5 ;;
+  *)   as_fn_error $? "bad value ${enableval} for newlib-supplied-syscalls option" "$LINENO" 5 ;;
+ esac
+ esac
+else
+else
+  newlib_may_supply_syscalls=yes
+  newlib_may_supply_syscalls=yes
+fi
+fi
+
+
+ if test x${newlib_may_supply_syscalls} = xyes; then
+ if test x${newlib_may_supply_syscalls} = xyes; then
+  MAY_SUPPLY_SYSCALLS_TRUE=
+  MAY_SUPPLY_SYSCALLS_TRUE=
+  MAY_SUPPLY_SYSCALLS_FALSE='#'
+  MAY_SUPPLY_SYSCALLS_FALSE='#'
+else
+else
+  MAY_SUPPLY_SYSCALLS_TRUE='#'
+  MAY_SUPPLY_SYSCALLS_TRUE='#'
+  MAY_SUPPLY_SYSCALLS_FALSE=
+  MAY_SUPPLY_SYSCALLS_FALSE=
+fi
+fi
+
+
+
+
+
+
+test -z "${with_target_subdir}" && with_target_subdir=.
+test -z "${with_target_subdir}" && with_target_subdir=.
+
+
+if test "${srcdir}" = "."; then
+if test "${srcdir}" = "."; then
+  if test "${with_target_subdir}" != "."; then
+  if test "${with_target_subdir}" != "."; then
+    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
+    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
+  else
+  else
+    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
+    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
+  fi
+  fi
+else
+else
+  newlib_basedir="${srcdir}/../../.."
+  newlib_basedir="${srcdir}/../../.."
+fi
+fi
+
+
+
+
+
+
+
+
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+  # is not polluted with repeated "-I."
+  # is not polluted with repeated "-I."
+  am__isrc=' -I$(srcdir)'
+  am__isrc=' -I$(srcdir)'
+  # test to see if srcdir already configured
+  # test to see if srcdir already configured
+  if test -f $srcdir/config.status; then
+  if test -f $srcdir/config.status; then
+    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+  fi
+  fi
+fi
+fi
+
+
+# test whether we have cygpath
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+    CYGPATH_W='cygpath -w'
+  else
+  else
+    CYGPATH_W=echo
+    CYGPATH_W=echo
+  fi
+  fi
+fi
+fi
+
+
+
+
+# Define the identity of the package.
+# Define the identity of the package.
+ PACKAGE='newlib'
+ PACKAGE='newlib'
+ VERSION='2.5.0'
+ VERSION='2.5.0'
+
+
+
+
+# Some tools Automake needs.
+# Some tools Automake needs.
+
+
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+
+
+
+
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
+
+
+
+
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+
+
+
+
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+
+
+
+
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+
+
+# We need awk for the "check" target.  The system "awk" is bad on
+# We need awk for the "check" target.  The system "awk" is bad on
+# some platforms.
+# some platforms.
+# Always define AMTAR for backward compatibility.  Yes, it's still used
+# Always define AMTAR for backward compatibility.  Yes, it's still used
+# in the wild :-(  We should find a proper way to deprecate it ...
+# in the wild :-(  We should find a proper way to deprecate it ...
+AMTAR='$${TAR-tar}'
+AMTAR='$${TAR-tar}'
+
+
+am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
+am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
+
+
+
+
+
+
+
+
+
+
+
+
+# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
+# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
+# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
+# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
+# are probably using a cross compiler, which will not be able to fully
+# are probably using a cross compiler, which will not be able to fully
+# link an executable.  This should really be fixed in autoconf
+# link an executable.  This should really be fixed in autoconf
+# itself.
+# itself.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# Extract the first word of "gcc", so it can be a program name with args.
+# Extract the first word of "gcc", so it can be a program name with args.
+set dummy gcc; ac_word=$2
+set dummy gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$CC"; then
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_CC="gcc"
+    ac_cv_prog_CC="gcc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+CC=$ac_cv_prog_CC
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+$as_echo "$CC" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+
+
+depcc="$CC"   am_compiler_list=
+depcc="$CC"   am_compiler_list=
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  # in D'.
+  rm -rf conftest.dir
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  # directory.
+  mkdir sub
+  mkdir sub
+
+
+  am_cv_CC_dependencies_compiler_type=none
+  am_cv_CC_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  fi
+  am__universal=false
+  am__universal=false
+  case " $depcc " in #(
+  case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac
+     esac
+
+
+  for depmode in $am_compiler_list; do
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+      touch sub/conftst$i.h
+    done
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle `-M -o', and we need to detect this.  Also, some Intel
+    # handle `-M -o', and we need to detect this.  Also, some Intel
+    # versions had trouble with output in subdirs
+    # versions had trouble with output in subdirs
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__minus_obj="-o $am__obj"
+    am__minus_obj="-o $am__obj"
+    case $depmode in
+    case $depmode in
+    gcc)
+    gcc)
+      # This depmode causes a compiler race in universal mode.
+      # This depmode causes a compiler race in universal mode.
+      test "$am__universal" = false || continue
+      test "$am__universal" = false || continue
+      ;;
+      ;;
+    nosideeffect)
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+      if test "x$enable_dependency_tracking" = xyes; then
+       continue
+       continue
+      else
+      else
+       break
+       break
+      fi
+      fi
+      ;;
+      ;;
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+      # This compiler won't grok `-c -o', but also, the minuso test has
+      # This compiler won't grok `-c -o', but also, the minuso test has
+      # not run yet.  These depmodes are late enough in the game, and
+      # not run yet.  These depmodes are late enough in the game, and
+      # so weak that their functioning should not be impacted.
+      # so weak that their functioning should not be impacted.
+      am__obj=conftest.${OBJEXT-o}
+      am__obj=conftest.${OBJEXT-o}
+      am__minus_obj=
+      am__minus_obj=
+      ;;
+      ;;
+    none) break ;;
+    none) break ;;
+    esac
+    esac
+    if depmode=$depmode \
+    if depmode=$depmode \
+       source=sub/conftest.c object=$am__obj \
+       source=sub/conftest.c object=$am__obj \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CC_dependencies_compiler_type=$depmode
+        am_cv_CC_dependencies_compiler_type=$depmode
+        break
+        break
+      fi
+      fi
+    fi
+    fi
+  done
+  done
+
+
+  cd ..
+  cd ..
+  rm -rf conftest.dir
+  rm -rf conftest.dir
+else
+else
+  am_cv_CC_dependencies_compiler_type=none
+  am_cv_CC_dependencies_compiler_type=none
+fi
+fi
+
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+
+
+ if
+ if
+  test "x$enable_dependency_tracking" != xno \
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
+  am__fastdepCC_FALSE='#'
+else
+else
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
+  am__fastdepCC_FALSE=
+fi
+fi
+
+
+
+
+if test -z "$CC"; then
+if test -z "$CC"; then
+  # Extract the first word of "cc", so it can be a program name with args.
+  # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+set dummy cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$CC"; then
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+else
+  ac_prog_rejected=no
+  ac_prog_rejected=no
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+       ac_prog_rejected=yes
+       ac_prog_rejected=yes
+       continue
+       continue
+     fi
+     fi
+    ac_cv_prog_CC="cc"
+    ac_cv_prog_CC="cc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+if test $ac_prog_rejected = yes; then
+if test $ac_prog_rejected = yes; then
+  # We found a bogon in the path, so make sure we never use it.
+  # We found a bogon in the path, so make sure we never use it.
+  set dummy $ac_cv_prog_CC
+  set dummy $ac_cv_prog_CC
+  shift
+  shift
+  if test $# != 0; then
+  if test $# != 0; then
+    # We chose a different compiler from the bogus one.
+    # We chose a different compiler from the bogus one.
+    # However, it has the same basename, so the bogon will be chosen
+    # However, it has the same basename, so the bogon will be chosen
+    # first if we set CC to just the basename; use the full file name.
+    # first if we set CC to just the basename; use the full file name.
+    shift
+    shift
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+  fi
+  fi
+fi
+fi
+fi
+fi
+fi
+fi
+CC=$ac_cv_prog_CC
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+$as_echo "$CC" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+  test -z "$CC" && as_fn_error $? "no acceptable cc found in \$PATH" "$LINENO" 5
+  test -z "$CC" && as_fn_error $? "no acceptable cc found in \$PATH" "$LINENO" 5
+fi
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU C" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU C" >&5
+$as_echo_n "checking whether we are using GNU C... " >&6; }
+$as_echo_n "checking whether we are using GNU C... " >&6; }
+if ${ac_cv_c_compiler_gnu+:} false; then :
+if ${ac_cv_c_compiler_gnu+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  cat > conftest.c <<EOF
+  cat > conftest.c <<EOF
+#ifdef __GNUC__
+#ifdef __GNUC__
+  yes;
+  yes;
+#endif
+#endif
+EOF
+EOF
+if { ac_try='${CC-cc} -E conftest.c'
+if { ac_try='${CC-cc} -E conftest.c'
+  { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+  { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+  (eval $ac_try) 2>&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; } | egrep yes >/dev/null 2>&1; then
+  test $ac_status = 0; }; } | egrep yes >/dev/null 2>&1; then
+  ac_cv_c_compiler_gnu=yes
+  ac_cv_c_compiler_gnu=yes
+else
+else
+  ac_cv_c_compiler_gnu=no
+  ac_cv_c_compiler_gnu=no
+fi
+fi
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
+
+
+if test $ac_cv_c_compiler_gnu = yes; then
+if test $ac_cv_c_compiler_gnu = yes; then
+  GCC=yes
+  GCC=yes
+  ac_test_CFLAGS="${CFLAGS+set}"
+  ac_test_CFLAGS="${CFLAGS+set}"
+  ac_save_CFLAGS="$CFLAGS"
+  ac_save_CFLAGS="$CFLAGS"
+  ac_test_CFLAGS=${CFLAGS+set}
+  ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+ac_save_CFLAGS=$CFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
+if ${ac_cv_prog_cc_g+:} false; then :
+if ${ac_cv_prog_cc_g+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  ac_save_c_werror_flag=$ac_c_werror_flag
+  ac_save_c_werror_flag=$ac_c_werror_flag
+   ac_c_werror_flag=yes
+   ac_c_werror_flag=yes
+   ac_cv_prog_cc_g=no
+   ac_cv_prog_cc_g=no
+   CFLAGS="-g"
+   CFLAGS="-g"
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+/* end confdefs.h.  */
+
+
+int
+int
+main ()
+main ()
+{
+{
+
+
+  ;
+  ;
+  return 0;
+  return 0;
+}
+}
+_ACEOF
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+  ac_cv_prog_cc_g=yes
+else
+else
+  CFLAGS=""
+  CFLAGS=""
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+/* end confdefs.h.  */
+
+
+int
+int
+main ()
+main ()
+{
+{
+
+
+  ;
+  ;
+  return 0;
+  return 0;
+}
+}
+_ACEOF
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+if ac_fn_c_try_compile "$LINENO"; then :
+
+
+else
+else
+  ac_c_werror_flag=$ac_save_c_werror_flag
+  ac_c_werror_flag=$ac_save_c_werror_flag
+        CFLAGS="-g"
+        CFLAGS="-g"
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+/* end confdefs.h.  */
+
+
+int
+int
+main ()
+main ()
+{
+{
+
+
+  ;
+  ;
+  return 0;
+  return 0;
+}
+}
+_ACEOF
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+  ac_cv_prog_cc_g=yes
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_c_werror_flag=$ac_save_c_werror_flag
+   ac_c_werror_flag=$ac_save_c_werror_flag
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+$as_echo "$ac_cv_prog_cc_g" >&6; }
+$as_echo "$ac_cv_prog_cc_g" >&6; }
+if test "$ac_test_CFLAGS" = set; then
+if test "$ac_test_CFLAGS" = set; then
+  CFLAGS=$ac_save_CFLAGS
+  CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+elif test $ac_cv_prog_cc_g = yes; then
+  if test "$GCC" = yes; then
+  if test "$GCC" = yes; then
+    CFLAGS="-g -O2"
+    CFLAGS="-g -O2"
+  else
+  else
+    CFLAGS="-g"
+    CFLAGS="-g"
+  fi
+  fi
+else
+else
+  if test "$GCC" = yes; then
+  if test "$GCC" = yes; then
+    CFLAGS="-O2"
+    CFLAGS="-O2"
+  else
+  else
+    CFLAGS=
+    CFLAGS=
+  fi
+  fi
+fi
+fi
+  if test "$ac_test_CFLAGS" = set; then
+  if test "$ac_test_CFLAGS" = set; then
+    CFLAGS="$ac_save_CFLAGS"
+    CFLAGS="$ac_save_CFLAGS"
+  elif test $ac_cv_prog_cc_g = yes; then
+  elif test $ac_cv_prog_cc_g = yes; then
+    CFLAGS="-g -O2"
+    CFLAGS="-g -O2"
+  else
+  else
+    CFLAGS="-O2"
+    CFLAGS="-O2"
+  fi
+  fi
+else
+else
+  GCC=
+  GCC=
+  test "${CFLAGS+set}" = set || CFLAGS="-g"
+  test "${CFLAGS+set}" = set || CFLAGS="-g"
+fi
+fi
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
+  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
+set dummy ${ac_tool_prefix}as; ac_word=$2
+set dummy ${ac_tool_prefix}as; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AS+:} false; then :
+if ${ac_cv_prog_AS+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$AS"; then
+  if test -n "$AS"; then
+  ac_cv_prog_AS="$AS" # Let the user override the test.
+  ac_cv_prog_AS="$AS" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_AS="${ac_tool_prefix}as"
+    ac_cv_prog_AS="${ac_tool_prefix}as"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+AS=$ac_cv_prog_AS
+AS=$ac_cv_prog_AS
+if test -n "$AS"; then
+if test -n "$AS"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
+$as_echo "$AS" >&6; }
+$as_echo "$AS" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+fi
+fi
+if test -z "$ac_cv_prog_AS"; then
+if test -z "$ac_cv_prog_AS"; then
+  ac_ct_AS=$AS
+  ac_ct_AS=$AS
+  # Extract the first word of "as", so it can be a program name with args.
+  # Extract the first word of "as", so it can be a program name with args.
+set dummy as; ac_word=$2
+set dummy as; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_AS+:} false; then :
+if ${ac_cv_prog_ac_ct_AS+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$ac_ct_AS"; then
+  if test -n "$ac_ct_AS"; then
+  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
+  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_AS="as"
+    ac_cv_prog_ac_ct_AS="as"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+ac_ct_AS=$ac_cv_prog_ac_ct_AS
+ac_ct_AS=$ac_cv_prog_ac_ct_AS
+if test -n "$ac_ct_AS"; then
+if test -n "$ac_ct_AS"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
+$as_echo "$ac_ct_AS" >&6; }
+$as_echo "$ac_ct_AS" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+  if test "x$ac_ct_AS" = x; then
+  if test "x$ac_ct_AS" = x; then
+    AS=""
+    AS=""
+  else
+  else
+    case $cross_compiling:$ac_tool_warned in
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+ac_tool_warned=yes ;;
+esac
+esac
+    AS=$ac_ct_AS
+    AS=$ac_ct_AS
+  fi
+  fi
+else
+else
+  AS="$ac_cv_prog_AS"
+  AS="$ac_cv_prog_AS"
+fi
+fi
+
+
+if test -n "$ac_tool_prefix"; then
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
+set dummy ${ac_tool_prefix}ar; ac_word=$2
+set dummy ${ac_tool_prefix}ar; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AR+:} false; then :
+if ${ac_cv_prog_AR+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$AR"; then
+  if test -n "$AR"; then
+  ac_cv_prog_AR="$AR" # Let the user override the test.
+  ac_cv_prog_AR="$AR" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_AR="${ac_tool_prefix}ar"
+    ac_cv_prog_AR="${ac_tool_prefix}ar"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+AR=$ac_cv_prog_AR
+AR=$ac_cv_prog_AR
+if test -n "$AR"; then
+if test -n "$AR"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+$as_echo "$AR" >&6; }
+$as_echo "$AR" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+fi
+fi
+if test -z "$ac_cv_prog_AR"; then
+if test -z "$ac_cv_prog_AR"; then
+  ac_ct_AR=$AR
+  ac_ct_AR=$AR
+  # Extract the first word of "ar", so it can be a program name with args.
+  # Extract the first word of "ar", so it can be a program name with args.
+set dummy ar; ac_word=$2
+set dummy ar; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_AR+:} false; then :
+if ${ac_cv_prog_ac_ct_AR+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$ac_ct_AR"; then
+  if test -n "$ac_ct_AR"; then
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_AR="ar"
+    ac_cv_prog_ac_ct_AR="ar"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
+if test -n "$ac_ct_AR"; then
+if test -n "$ac_ct_AR"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+$as_echo "$ac_ct_AR" >&6; }
+$as_echo "$ac_ct_AR" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+  if test "x$ac_ct_AR" = x; then
+  if test "x$ac_ct_AR" = x; then
+    AR=""
+    AR=""
+  else
+  else
+    case $cross_compiling:$ac_tool_warned in
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+ac_tool_warned=yes ;;
+esac
+esac
+    AR=$ac_ct_AR
+    AR=$ac_ct_AR
+  fi
+  fi
+else
+else
+  AR="$ac_cv_prog_AR"
+  AR="$ac_cv_prog_AR"
+fi
+fi
+
+
+if test -n "$ac_tool_prefix"; then
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_RANLIB+:} false; then :
+if ${ac_cv_prog_RANLIB+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$RANLIB"; then
+  if test -n "$RANLIB"; then
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+RANLIB=$ac_cv_prog_RANLIB
+RANLIB=$ac_cv_prog_RANLIB
+if test -n "$RANLIB"; then
+if test -n "$RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+$as_echo "$RANLIB" >&6; }
+$as_echo "$RANLIB" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+fi
+fi
+if test -z "$ac_cv_prog_RANLIB"; then
+if test -z "$ac_cv_prog_RANLIB"; then
+  ac_ct_RANLIB=$RANLIB
+  ac_ct_RANLIB=$RANLIB
+  # Extract the first word of "ranlib", so it can be a program name with args.
+  # Extract the first word of "ranlib", so it can be a program name with args.
+set dummy ranlib; ac_word=$2
+set dummy ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$ac_ct_RANLIB"; then
+  if test -n "$ac_ct_RANLIB"; then
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+if test -n "$ac_ct_RANLIB"; then
+if test -n "$ac_ct_RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+$as_echo "$ac_ct_RANLIB" >&6; }
+$as_echo "$ac_ct_RANLIB" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+  if test "x$ac_ct_RANLIB" = x; then
+  if test "x$ac_ct_RANLIB" = x; then
+    RANLIB=":"
+    RANLIB=":"
+  else
+  else
+    case $cross_compiling:$ac_tool_warned in
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+ac_tool_warned=yes ;;
+esac
+esac
+    RANLIB=$ac_ct_RANLIB
+    RANLIB=$ac_ct_RANLIB
+  fi
+  fi
+else
+else
+  RANLIB="$ac_cv_prog_RANLIB"
+  RANLIB="$ac_cv_prog_RANLIB"
+fi
+fi
+
+
+if test -n "$ac_tool_prefix"; then
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
+  # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
+set dummy ${ac_tool_prefix}readelf; ac_word=$2
+set dummy ${ac_tool_prefix}readelf; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_READELF+:} false; then :
+if ${ac_cv_prog_READELF+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$READELF"; then
+  if test -n "$READELF"; then
+  ac_cv_prog_READELF="$READELF" # Let the user override the test.
+  ac_cv_prog_READELF="$READELF" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_READELF="${ac_tool_prefix}readelf"
+    ac_cv_prog_READELF="${ac_tool_prefix}readelf"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+READELF=$ac_cv_prog_READELF
+READELF=$ac_cv_prog_READELF
+if test -n "$READELF"; then
+if test -n "$READELF"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
+$as_echo "$READELF" >&6; }
+$as_echo "$READELF" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+
+
+fi
+fi
+if test -z "$ac_cv_prog_READELF"; then
+if test -z "$ac_cv_prog_READELF"; then
+  ac_ct_READELF=$READELF
+  ac_ct_READELF=$READELF
+  # Extract the first word of "readelf", so it can be a program name with args.
+  # Extract the first word of "readelf", so it can be a program name with args.
+set dummy readelf; ac_word=$2
+set dummy readelf; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_READELF+:} false; then :
+if ${ac_cv_prog_ac_ct_READELF+:} false; then :
+  $as_echo_n "(cached) " >&6
+  $as_echo_n "(cached) " >&6
+else
+else
+  if test -n "$ac_ct_READELF"; then
+  if test -n "$ac_ct_READELF"; then
+  ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
+  ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
+else
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_READELF="readelf"
+    ac_cv_prog_ac_ct_READELF="readelf"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+    break 2
+  fi
+  fi
+done
+done
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+fi
+fi
+fi
+fi
+ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
+ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
+if test -n "$ac_ct_READELF"; then
+if test -n "$ac_ct_READELF"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
+$as_echo "$ac_ct_READELF" >&6; }
+$as_echo "$ac_ct_READELF" >&6; }
+else
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "no" >&6; }
+fi
+fi
+
+
+  if test "x$ac_ct_READELF" = x; then
+  if test "x$ac_ct_READELF" = x; then
+    READELF=":"
+    READELF=":"
+  else
+  else
+    case $cross_compiling:$ac_tool_warned in
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+ac_tool_warned=yes ;;
+esac
+esac
+    READELF=$ac_ct_READELF
+    READELF=$ac_ct_READELF
+  fi
+  fi
+else
+else
+  READELF="$ac_cv_prog_READELF"
+  READELF="$ac_cv_prog_READELF"
+fi
+fi
+
+
+
+
+
+
+
+
+# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
+# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
+ac_given_INSTALL=$INSTALL
+ac_given_INSTALL=$INSTALL
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
+    # Check whether --enable-maintainer-mode was given.
+    # Check whether --enable-maintainer-mode was given.
+if test "${enable_maintainer_mode+set}" = set; then :
+if test "${enable_maintainer_mode+set}" = set; then :
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
+else
+else
+  USE_MAINTAINER_MODE=no
+  USE_MAINTAINER_MODE=no
+fi
+fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
+$as_echo "$USE_MAINTAINER_MODE" >&6; }
+$as_echo "$USE_MAINTAINER_MODE" >&6; }
+   if test $USE_MAINTAINER_MODE = yes; then
+   if test $USE_MAINTAINER_MODE = yes; then
+  MAINTAINER_MODE_TRUE=
+  MAINTAINER_MODE_TRUE=
+  MAINTAINER_MODE_FALSE='#'
+  MAINTAINER_MODE_FALSE='#'
+else
+else
+  MAINTAINER_MODE_TRUE='#'
+  MAINTAINER_MODE_TRUE='#'
+  MAINTAINER_MODE_FALSE=
+  MAINTAINER_MODE_FALSE=
+fi
+fi
+
+
+  MAINT=$MAINTAINER_MODE_TRUE
+  MAINT=$MAINTAINER_MODE_TRUE
+
+
+
+
+# By default we simply use the C compiler to build assembly code.
+# By default we simply use the C compiler to build assembly code.
+
+
+test "${CCAS+set}" = set || CCAS=$CC
+test "${CCAS+set}" = set || CCAS=$CC
+test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
+test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
+
+
+
+
+
+
+
+
+# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
+# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
+# at least currently, we never actually build a program, so we never
+# at least currently, we never actually build a program, so we never
+# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
+# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
+# fails, because we are probably configuring with a cross compiler
+# fails, because we are probably configuring with a cross compiler
+# which can't create executables.  So we include AC_EXEEXT to keep
+# which can't create executables.  So we include AC_EXEEXT to keep
+# automake happy, but we don't execute it, since we don't care about
+# automake happy, but we don't execute it, since we don't care about
+# the result.
+# the result.
+if false; then
+if false; then
+
+
+  dummy_var=1
+  dummy_var=1
+fi
+fi
+
+
+. ${newlib_basedir}/configure.host
+. ${newlib_basedir}/configure.host
+
+
+newlib_cflags="${newlib_cflags} -fno-builtin"
+newlib_cflags="${newlib_cflags} -fno-builtin"
+
+
+NEWLIB_CFLAGS=${newlib_cflags}
+NEWLIB_CFLAGS=${newlib_cflags}
+
+
+
+
+NO_INCLUDE_LIST=${noinclude}
+NO_INCLUDE_LIST=${noinclude}
+
+
+
+
+LDFLAGS=${ldflags}
+LDFLAGS=${ldflags}
+
+
+
+
+ if test x${newlib_elix_level} = x0; then
+ if test x${newlib_elix_level} = x0; then
+  ELIX_LEVEL_0_TRUE=
+  ELIX_LEVEL_0_TRUE=
+  ELIX_LEVEL_0_FALSE='#'
+  ELIX_LEVEL_0_FALSE='#'
+else
+else
+  ELIX_LEVEL_0_TRUE='#'
+  ELIX_LEVEL_0_TRUE='#'
+  ELIX_LEVEL_0_FALSE=
+  ELIX_LEVEL_0_FALSE=
+fi
+fi
+
+
+ if test x${newlib_elix_level} = x1; then
+ if test x${newlib_elix_level} = x1; then
+  ELIX_LEVEL_1_TRUE=
+  ELIX_LEVEL_1_TRUE=
+  ELIX_LEVEL_1_FALSE='#'
+  ELIX_LEVEL_1_FALSE='#'
+else
+else
+  ELIX_LEVEL_1_TRUE='#'
+  ELIX_LEVEL_1_TRUE='#'
+  ELIX_LEVEL_1_FALSE=
+  ELIX_LEVEL_1_FALSE=
+fi
+fi
+
+
+ if test x${newlib_elix_level} = x2; then
+ if test x${newlib_elix_level} = x2; then
+  ELIX_LEVEL_2_TRUE=
+  ELIX_LEVEL_2_TRUE=
+  ELIX_LEVEL_2_FALSE='#'
+  ELIX_LEVEL_2_FALSE='#'
+else
+else
+  ELIX_LEVEL_2_TRUE='#'
+  ELIX_LEVEL_2_TRUE='#'
+  ELIX_LEVEL_2_FALSE=
+  ELIX_LEVEL_2_FALSE=
+fi
+fi
+
+
+ if test x${newlib_elix_level} = x3; then
+ if test x${newlib_elix_level} = x3; then
+  ELIX_LEVEL_3_TRUE=
+  ELIX_LEVEL_3_TRUE=
+  ELIX_LEVEL_3_FALSE='#'
+  ELIX_LEVEL_3_FALSE='#'
+else
+else
+  ELIX_LEVEL_3_TRUE='#'
+  ELIX_LEVEL_3_TRUE='#'
+  ELIX_LEVEL_3_FALSE=
+  ELIX_LEVEL_3_FALSE=
+fi
+fi
+
+
+ if test x${newlib_elix_level} = x4; then
+ if test x${newlib_elix_level} = x4; then
+  ELIX_LEVEL_4_TRUE=
+  ELIX_LEVEL_4_TRUE=
+  ELIX_LEVEL_4_FALSE='#'
+  ELIX_LEVEL_4_FALSE='#'
+else
+else
+  ELIX_LEVEL_4_TRUE='#'
+  ELIX_LEVEL_4_TRUE='#'
+  ELIX_LEVEL_4_FALSE=
+  ELIX_LEVEL_4_FALSE=
+fi
+fi
+
+
+
+
+ if test x${use_libtool} = xyes; then
+ if test x${use_libtool} = xyes; then
+  USE_LIBTOOL_TRUE=
+  USE_LIBTOOL_TRUE=
+  USE_LIBTOOL_FALSE='#'
+  USE_LIBTOOL_FALSE='#'
+else
+else
+  USE_LIBTOOL_TRUE='#'
+  USE_LIBTOOL_TRUE='#'
+  USE_LIBTOOL_FALSE=
+  USE_LIBTOOL_FALSE=
+fi
+fi
+
+
+
+
+# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
+# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
+# use oext, which is set in configure.host based on the target platform.
+# use oext, which is set in configure.host based on the target platform.
+OBJEXT=${oext}
+OBJEXT=${oext}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ac_config_files="$ac_config_files Makefile"
+ac_config_files="$ac_config_files Makefile"
+
+
+cat >confcache <<\_ACEOF
+cat >confcache <<\_ACEOF
+# This file is a shell script that caches the results of configure
+# This file is a shell script that caches the results of configure
+# tests run on this system so they can be shared between configure
+# tests run on this system so they can be shared between configure
+# scripts and configure runs, see configure's option --config-cache.
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems.  If it contains results you don't
+# It is not useful on other systems.  If it contains results you don't
+# want to keep, you may remove or edit it.
+# want to keep, you may remove or edit it.
+#
+#
+# config.status only pays attention to the cache file if you give it
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
+# the --recheck option to rerun configure.
+#
+#
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+# following values.
+
+
+_ACEOF
+_ACEOF
+
+
+# The following way of writing the cache mishandles newlines in values,
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# but we know of no workaround that is simple, portable, and efficient.
+# So, we kill variables containing newlines.
+# So, we kill variables containing newlines.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+# and sets the high bit in the cache file unless we assign to the vars.
+(
+(
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+    eval ac_val=\$$ac_var
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    case $ac_val in #(
+    *${as_nl}*)
+    *${as_nl}*)
+      case $ac_var in #(
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      esac
+      case $ac_var in #(
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+      esac ;;
+    esac
+    esac
+  done
+  done
+
+
+  (set) 2>&1 |
+  (set) 2>&1 |
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+    *${as_nl}ac_space=\ *)
+      # `set' does not quote correctly, so add quotes: double-quote
+      # `set' does not quote correctly, so add quotes: double-quote
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
+      sed -n \
+      sed -n \
+       "s/'/'\\\\''/g;
+       "s/'/'\\\\''/g;
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+      ;; #(
+      ;; #(
+    *)
+    *)
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+      ;;
+    esac |
+    esac |
+    sort
+    sort
+) |
+) |
+  sed '
+  sed '
+     /^ac_cv_env_/b end
+     /^ac_cv_env_/b end
+     t clear
+     t clear
+     :clear
+     :clear
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+     t end
+     t end
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+     :end' >>confcache
+     :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+  if test -w "$cache_file"; then
+  if test -w "$cache_file"; then
+    if test "x$cache_file" != "x/dev/null"; then
+    if test "x$cache_file" != "x/dev/null"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+$as_echo "$as_me: updating cache $cache_file" >&6;}
+$as_echo "$as_me: updating cache $cache_file" >&6;}
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
+       cat confcache >"$cache_file"
+       cat confcache >"$cache_file"
+      else
+      else
+        case $cache_file in #(
+        case $cache_file in #(
+        */* | ?:*)
+        */* | ?:*)
+         mv -f confcache "$cache_file"$$ &&
+         mv -f confcache "$cache_file"$$ &&
+         mv -f "$cache_file"$$ "$cache_file" ;; #(
+         mv -f "$cache_file"$$ "$cache_file" ;; #(
+        *)
+        *)
+         mv -f confcache "$cache_file" ;;
+         mv -f confcache "$cache_file" ;;
+       esac
+       esac
+      fi
+      fi
+    fi
+    fi
+  else
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+  fi
+  fi
+fi
+fi
+rm -f confcache
+rm -f confcache
+
+
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+
+# Transform confdefs.h into DEFS.
+# Transform confdefs.h into DEFS.
+# Protect against shell expansion while executing Makefile rules.
+# Protect against shell expansion while executing Makefile rules.
+# Protect against Makefile macro expansion.
+# Protect against Makefile macro expansion.
+#
+#
+# If the first sed substitution is executed (which looks for macros that
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then branch to the quote section.  Otherwise,
+# take arguments), then branch to the quote section.  Otherwise,
+# look for a macro that doesn't take arguments.
+# look for a macro that doesn't take arguments.
+ac_script='
+ac_script='
+:mline
+:mline
+/\\$/{
+/\\$/{
+ N
+ N
+ s,\\\n,,
+ s,\\\n,,
+ b mline
+ b mline
+}
+}
+t clear
+t clear
+:clear
+:clear
+s/^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
+s/^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
+t quote
+t quote
+s/^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
+s/^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
+t quote
+t quote
+b any
+b any
+:quote
+:quote
+s/[     `~#$^&*(){}\\|;'\''"<>?]/\\&/g
+s/[     `~#$^&*(){}\\|;'\''"<>?]/\\&/g
+s/\[/\\&/g
+s/\[/\\&/g
+s/\]/\\&/g
+s/\]/\\&/g
+s/\$/$$/g
+s/\$/$$/g
+H
+H
+:any
+:any
+${
+${
+       g
+       g
+       s/^\n//
+       s/^\n//
+       s/\n/ /g
+       s/\n/ /g
+       p
+       p
+}
+}
+'
+'
+DEFS=`sed -n "$ac_script" confdefs.h`
+DEFS=`sed -n "$ac_script" confdefs.h`
+
+
+
+
+ac_libobjs=
+ac_libobjs=
+ac_ltlibobjs=
+ac_ltlibobjs=
+U=
+U=
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+  # 1. Remove the extension, and $U if already installed.
+  # 1. Remove the extension, and $U if already installed.
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  #    will be set to the directory where LIBOBJS objects are built.
+  #    will be set to the directory where LIBOBJS objects are built.
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+done
+done
+LIBOBJS=$ac_libobjs
+LIBOBJS=$ac_libobjs
+
+
+LTLIBOBJS=$ac_ltlibobjs
+LTLIBOBJS=$ac_ltlibobjs
+
+
+
+
+if test -z "${MAY_SUPPLY_SYSCALLS_TRUE}" && test -z "${MAY_SUPPLY_SYSCALLS_FALSE}"; then
+if test -z "${MAY_SUPPLY_SYSCALLS_TRUE}" && test -z "${MAY_SUPPLY_SYSCALLS_FALSE}"; then
+  as_fn_error $? "conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
+  as_fn_error $? "conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+
+
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
+  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
+  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+if test -z "${ELIX_LEVEL_0_TRUE}" && test -z "${ELIX_LEVEL_0_FALSE}"; then
+if test -z "${ELIX_LEVEL_0_TRUE}" && test -z "${ELIX_LEVEL_0_FALSE}"; then
+  as_fn_error $? "conditional \"ELIX_LEVEL_0\" was never defined.
+  as_fn_error $? "conditional \"ELIX_LEVEL_0\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+if test -z "${ELIX_LEVEL_1_TRUE}" && test -z "${ELIX_LEVEL_1_FALSE}"; then
+if test -z "${ELIX_LEVEL_1_TRUE}" && test -z "${ELIX_LEVEL_1_FALSE}"; then
+  as_fn_error $? "conditional \"ELIX_LEVEL_1\" was never defined.
+  as_fn_error $? "conditional \"ELIX_LEVEL_1\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+if test -z "${ELIX_LEVEL_2_TRUE}" && test -z "${ELIX_LEVEL_2_FALSE}"; then
+if test -z "${ELIX_LEVEL_2_TRUE}" && test -z "${ELIX_LEVEL_2_FALSE}"; then
+  as_fn_error $? "conditional \"ELIX_LEVEL_2\" was never defined.
+  as_fn_error $? "conditional \"ELIX_LEVEL_2\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+if test -z "${ELIX_LEVEL_3_TRUE}" && test -z "${ELIX_LEVEL_3_FALSE}"; then
+if test -z "${ELIX_LEVEL_3_TRUE}" && test -z "${ELIX_LEVEL_3_FALSE}"; then
+  as_fn_error $? "conditional \"ELIX_LEVEL_3\" was never defined.
+  as_fn_error $? "conditional \"ELIX_LEVEL_3\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+if test -z "${ELIX_LEVEL_4_TRUE}" && test -z "${ELIX_LEVEL_4_FALSE}"; then
+if test -z "${ELIX_LEVEL_4_TRUE}" && test -z "${ELIX_LEVEL_4_FALSE}"; then
+  as_fn_error $? "conditional \"ELIX_LEVEL_4\" was never defined.
+  as_fn_error $? "conditional \"ELIX_LEVEL_4\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+if test -z "${USE_LIBTOOL_TRUE}" && test -z "${USE_LIBTOOL_FALSE}"; then
+if test -z "${USE_LIBTOOL_TRUE}" && test -z "${USE_LIBTOOL_FALSE}"; then
+  as_fn_error $? "conditional \"USE_LIBTOOL\" was never defined.
+  as_fn_error $? "conditional \"USE_LIBTOOL\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+fi
+
+
+: "${CONFIG_STATUS=./config.status}"
+: "${CONFIG_STATUS=./config.status}"
+ac_write_fail=0
+ac_write_fail=0
+ac_clean_files_save=$ac_clean_files
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
+as_write_fail=0
+as_write_fail=0
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+#! $SHELL
+#! $SHELL
+# Generated by $as_me.
+# Generated by $as_me.
+# Run this file to recreate the current configuration.
+# Run this file to recreate the current configuration.
+# Compiler output produced by configure, useful for debugging
+# Compiler output produced by configure, useful for debugging
+# configure, is in config.log if it exists.
+# configure, is in config.log if it exists.
+
+
+debug=false
+debug=false
+ac_cs_recheck=false
+ac_cs_recheck=false
+ac_cs_silent=false
+ac_cs_silent=false
+
+
+SHELL=\${CONFIG_SHELL-$SHELL}
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+export SHELL
+_ASEOF
+_ASEOF
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+## -------------------- ##
+## -------------------- ##
+## M4sh Initialization. ##
+## M4sh Initialization. ##
+## -------------------- ##
+## -------------------- ##
+
+
+# Be more Bourne compatible
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  emulate sh
+  NULLCMD=:
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+  setopt NO_GLOB_SUBST
+else
+else
+  case `(set -o) 2>/dev/null` in #(
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+  *posix*) :
+    set -o posix ;; #(
+    set -o posix ;; #(
+  *) :
+  *) :
+     ;;
+     ;;
+esac
+esac
+fi
+fi
+
+
+
+
+as_nl='
+as_nl='
+'
+'
+export as_nl
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+  as_echo_n='printf %s'
+else
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+    as_echo_n_body='eval
+      arg=$1;
+      arg=$1;
+      case $arg in #(
+      case $arg in #(
+      *"$as_nl"*)
+      *"$as_nl"*)
+       expr "X$arg" : "X\\(.*\\)$as_nl";
+       expr "X$arg" : "X\\(.*\\)$as_nl";
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    '
+    export as_echo_n_body
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  fi
+  export as_echo_body
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+fi
+
+
+# The user is always right.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+      PATH_SEPARATOR=';'
+  }
+  }
+fi
+fi
+
+
+
+
+# IFS
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+# splitting by setting IFS to empty value.)
+IFS=" ""       $as_nl"
+IFS=" ""       $as_nl"
+
+
+# Find who we are.  Look in the path if we contain no directory separator.
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+as_myself=
+case $0 in #((
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+for as_dir in $PATH
+do
+do
+  IFS=$as_save_IFS
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+  done
+IFS=$as_save_IFS
+IFS=$as_save_IFS
+
+
+     ;;
+     ;;
+esac
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+if test "x$as_myself" = x; then
+  as_myself=$0
+  as_myself=$0
+fi
+fi
+if test ! -f "$as_myself"; then
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+  exit 1
+fi
+fi
+
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+done
+PS1='$ '
+PS1='$ '
+PS2='> '
+PS2='> '
+PS4='+ '
+PS4='+ '
+
+
+# NLS nuisances.
+# NLS nuisances.
+LC_ALL=C
+LC_ALL=C
+export LC_ALL
+export LC_ALL
+LANGUAGE=C
+LANGUAGE=C
+export LANGUAGE
+export LANGUAGE
+
+
+# CDPATH.
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+as_fn_error ()
+{
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+  as_fn_exit $as_status
+} # as_fn_error
+} # as_fn_error
+
+
+
+
+# as_fn_set_status STATUS
+# as_fn_set_status STATUS
+# -----------------------
+# -----------------------
+# Set $? to STATUS, without forking.
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+as_fn_set_status ()
+{
+{
+  return $1
+  return $1
+} # as_fn_set_status
+} # as_fn_set_status
+
+
+# as_fn_exit STATUS
+# as_fn_exit STATUS
+# -----------------
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+as_fn_exit ()
+{
+{
+  set +e
+  set +e
+  as_fn_set_status $1
+  as_fn_set_status $1
+  exit $1
+  exit $1
+} # as_fn_exit
+} # as_fn_exit
+
+
+# as_fn_unset VAR
+# as_fn_unset VAR
+# ---------------
+# ---------------
+# Portably unset VAR.
+# Portably unset VAR.
+as_fn_unset ()
+as_fn_unset ()
+{
+{
+  { eval $1=; unset $1;}
+  { eval $1=; unset $1;}
+}
+}
+as_unset=as_fn_unset
+as_unset=as_fn_unset
+# as_fn_append VAR VALUE
+# as_fn_append VAR VALUE
+# ----------------------
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  eval 'as_fn_append ()
+  {
+  {
+    eval $1+=\$2
+    eval $1+=\$2
+  }'
+  }'
+else
+else
+  as_fn_append ()
+  as_fn_append ()
+  {
+  {
+    eval $1=\$$1\$2
+    eval $1=\$$1\$2
+  }
+  }
+fi # as_fn_append
+fi # as_fn_append
+
+
+# as_fn_arith ARG...
+# as_fn_arith ARG...
+# ------------------
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  eval 'as_fn_arith ()
+  {
+  {
+    as_val=$(( $* ))
+    as_val=$(( $* ))
+  }'
+  }'
+else
+else
+  as_fn_arith ()
+  as_fn_arith ()
+  {
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+  }
+fi # as_fn_arith
+fi # as_fn_arith
+
+
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+  as_expr=expr
+else
+else
+  as_expr=false
+  as_expr=false
+fi
+fi
+
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+  as_basename=basename
+else
+else
+  as_basename=false
+  as_basename=false
+fi
+fi
+
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+  as_dirname=dirname
+else
+else
+  as_dirname=false
+  as_dirname=false
+fi
+fi
+
+
+as_me=`$as_basename -- "$0" ||
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\/\(\/\/\)$/{
+         /^X\/\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\/\(\/\).*/{
+         /^X\/\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+
+
+# Avoid depending upon Character Ranges.
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+
+ECHO_C= ECHO_N= ECHO_T=
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+case `echo -n x` in #(((((
+-n*)
+-n*)
+  case `echo 'xy\c'` in
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='        ';;
+       ECHO_T='        ';;
+  esac;;
+  esac;;
+*)
+*)
+  ECHO_N='-n';;
+  ECHO_N='-n';;
+esac
+esac
+
+
+rm -f conf$$ conf$$.exe conf$$.file
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+  rm -f conf$$.dir/conf$$.file
+else
+else
+  rm -f conf$$.dir
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+  mkdir conf$$.dir 2>/dev/null
+fi
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -p'.
+    # In both cases, we have to default to `cp -p'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -p'
+      as_ln_s='cp -p'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+    as_ln_s=ln
+  else
+  else
+    as_ln_s='cp -p'
+    as_ln_s='cp -p'
+  fi
+  fi
+else
+else
+  as_ln_s='cp -p'
+  as_ln_s='cp -p'
+fi
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+rmdir conf$$.dir 2>/dev/null
+
+
+
+
+# as_fn_mkdir_p
+# as_fn_mkdir_p
+# -------------
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+as_fn_mkdir_p ()
+{
+{
+
+
+  case $as_dir in #(
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  -*) as_dir=./$as_dir;;
+  esac
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    as_dirs=
+    while :; do
+    while :; do
+      case $as_dir in #(
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      *) as_qdir=$as_dir;;
+      esac
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+      test -d "$as_dir" && break
+      test -d "$as_dir" && break
+    done
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+
+
+} # as_fn_mkdir_p
+} # as_fn_mkdir_p
+if mkdir -p . 2>/dev/null; then
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+else
+  test -d ./-p && rmdir ./-p
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+  as_mkdir_p=false
+fi
+fi
+
+
+if test -x / >/dev/null 2>&1; then
+if test -x / >/dev/null 2>&1; then
+  as_test_x='test -x'
+  as_test_x='test -x'
+else
+else
+  if ls -dL / >/dev/null 2>&1; then
+  if ls -dL / >/dev/null 2>&1; then
+    as_ls_L_option=L
+    as_ls_L_option=L
+  else
+  else
+    as_ls_L_option=
+    as_ls_L_option=
+  fi
+  fi
+  as_test_x='
+  as_test_x='
+    eval sh -c '\''
+    eval sh -c '\''
+      if test -d "$1"; then
+      if test -d "$1"; then
+       test -d "$1/.";
+       test -d "$1/.";
+      else
+      else
+       case $1 in #(
+       case $1 in #(
+       -*)set "./$1";;
+       -*)set "./$1";;
+       esac;
+       esac;
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+       ???[sx]*):;;*)false;;esac;fi
+       ???[sx]*):;;*)false;;esac;fi
+    '\'' sh
+    '\'' sh
+  '
+  '
+fi
+fi
+as_executable_p=$as_test_x
+as_executable_p=$as_test_x
+
+
+# Sed expression to map a string onto a valid CPP name.
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+
+# Sed expression to map a string onto a valid variable name.
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+
+
+exec 6>&1
+exec 6>&1
+## ----------------------------------- ##
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+## ----------------------------------- ##
+_ASEOF
+_ASEOF
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# Save the log message, to keep $0 and so on meaningful, and to
+# Save the log message, to keep $0 and so on meaningful, and to
+# report actual input values of CONFIG_FILES etc. instead of their
+# report actual input values of CONFIG_FILES etc. instead of their
+# values after options handling.
+# values after options handling.
+ac_log="
+ac_log="
+This file was extended by newlib $as_me 2.5.0, which was
+This file was extended by newlib $as_me 2.5.0, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
+generated by GNU Autoconf 2.68.  Invocation command line was
+
+
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  $ $0 $@
+  $ $0 $@
+
+
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+"
+
+
+_ACEOF
+_ACEOF
+
+
+case $ac_config_files in *"
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
+esac
+
+
+
+
+
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+# Files that config.status was made for.
+# Files that config.status was made for.
+config_files="$ac_config_files"
+config_files="$ac_config_files"
+config_commands="$ac_config_commands"
+config_commands="$ac_config_commands"
+
+
+_ACEOF
+_ACEOF
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ac_cs_usage="\
+ac_cs_usage="\
+\`$as_me' instantiates files and other configuration actions
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration.  Unless the files
+from templates according to the current configuration.  Unless the files
+and actions are specified as TAGs, all are instantiated by default.
+and actions are specified as TAGs, all are instantiated by default.
+
+
+Usage: $0 [OPTION]... [TAG]...
+Usage: $0 [OPTION]... [TAG]...
+
+
+  -h, --help       print this help, then exit
+  -h, --help       print this help, then exit
+  -V, --version    print version number and configuration settings, then exit
+  -V, --version    print version number and configuration settings, then exit
+      --config     print configuration, then exit
+      --config     print configuration, then exit
+  -q, --quiet, --silent
+  -q, --quiet, --silent
+                   do not print progress messages
+                   do not print progress messages
+  -d, --debug      don't remove temporary files
+  -d, --debug      don't remove temporary files
+      --recheck    update $as_me by reconfiguring in the same conditions
+      --recheck    update $as_me by reconfiguring in the same conditions
+      --file=FILE[:TEMPLATE]
+      --file=FILE[:TEMPLATE]
+                   instantiate the configuration file FILE
+                   instantiate the configuration file FILE
+
+
+Configuration files:
+Configuration files:
+$config_files
+$config_files
+
+
+Configuration commands:
+Configuration commands:
+$config_commands
+$config_commands
+
+
+Report bugs to the package provider."
+Report bugs to the package provider."
+
+
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+ac_cs_version="\\
+newlib config.status 2.5.0
+newlib config.status 2.5.0
+configured by $0, generated by GNU Autoconf 2.68,
+configured by $0, generated by GNU Autoconf 2.68,
+  with options \\"\$ac_cs_config\\"
+  with options \\"\$ac_cs_config\\"
+
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
+This config.status script is free software; the Free Software Foundation
+This config.status script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+gives unlimited permission to copy, distribute and modify it."
+
+
+ac_pwd='$ac_pwd'
+ac_pwd='$ac_pwd'
+srcdir='$srcdir'
+srcdir='$srcdir'
+INSTALL='$INSTALL'
+INSTALL='$INSTALL'
+MKDIR_P='$MKDIR_P'
+MKDIR_P='$MKDIR_P'
+AWK='$AWK'
+AWK='$AWK'
+test -n "\$AWK" || AWK=awk
+test -n "\$AWK" || AWK=awk
+_ACEOF
+_ACEOF
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# The default lists apply if the user does not specify any file.
+# The default lists apply if the user does not specify any file.
+ac_need_defaults=:
+ac_need_defaults=:
+while test $# != 0
+while test $# != 0
+do
+do
+  case $1 in
+  case $1 in
+  --*=?*)
+  --*=?*)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+    ac_shift=:
+    ac_shift=:
+    ;;
+    ;;
+  --*=)
+  --*=)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=
+    ac_optarg=
+    ac_shift=:
+    ac_shift=:
+    ;;
+    ;;
+  *)
+  *)
+    ac_option=$1
+    ac_option=$1
+    ac_optarg=$2
+    ac_optarg=$2
+    ac_shift=shift
+    ac_shift=shift
+    ;;
+    ;;
+  esac
+  esac
+
+
+  case $ac_option in
+  case $ac_option in
+  # Handling of the options.
+  # Handling of the options.
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+    ac_cs_recheck=: ;;
+    ac_cs_recheck=: ;;
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+    $as_echo "$ac_cs_version"; exit ;;
+    $as_echo "$ac_cs_version"; exit ;;
+  --config | --confi | --conf | --con | --co | --c )
+  --config | --confi | --conf | --con | --co | --c )
+    $as_echo "$ac_cs_config"; exit ;;
+    $as_echo "$ac_cs_config"; exit ;;
+  --debug | --debu | --deb | --de | --d | -d )
+  --debug | --debu | --deb | --de | --d | -d )
+    debug=: ;;
+    debug=: ;;
+  --file | --fil | --fi | --f )
+  --file | --fil | --fi | --f )
+    $ac_shift
+    $ac_shift
+    case $ac_optarg in
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') as_fn_error $? "missing file argument" ;;
+    '') as_fn_error $? "missing file argument" ;;
+    esac
+    esac
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
+    ac_need_defaults=false;;
+    ac_need_defaults=false;;
+  --he | --h |  --help | --hel | -h )
+  --he | --h |  --help | --hel | -h )
+    $as_echo "$ac_cs_usage"; exit ;;
+    $as_echo "$ac_cs_usage"; exit ;;
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+    ac_cs_silent=: ;;
+    ac_cs_silent=: ;;
+
+
+  # This is an error.
+  # This is an error.
+  -*) as_fn_error $? "unrecognized option: \`$1'
+  -*) as_fn_error $? "unrecognized option: \`$1'
+Try \`$0 --help' for more information." ;;
+Try \`$0 --help' for more information." ;;
+
+
+  *) as_fn_append ac_config_targets " $1"
+  *) as_fn_append ac_config_targets " $1"
+     ac_need_defaults=false ;;
+     ac_need_defaults=false ;;
+
+
+  esac
+  esac
+  shift
+  shift
+done
+done
+
+
+ac_configure_extra_args=
+ac_configure_extra_args=
+
+
+if $ac_cs_silent; then
+if $ac_cs_silent; then
+  exec 6>/dev/null
+  exec 6>/dev/null
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+fi
+
+
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+if \$ac_cs_recheck; then
+if \$ac_cs_recheck; then
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+  shift
+  shift
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
+  CONFIG_SHELL='$SHELL'
+  CONFIG_SHELL='$SHELL'
+  export CONFIG_SHELL
+  export CONFIG_SHELL
+  exec "\$@"
+  exec "\$@"
+fi
+fi
+
+
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+exec 5>>config.log
+exec 5>>config.log
+{
+{
+  echo
+  echo
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+## Running $as_me. ##
+_ASBOX
+_ASBOX
+  $as_echo "$ac_log"
+  $as_echo "$ac_log"
+} >&5
+} >&5
+
+
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+#
+#
+# INIT-COMMANDS
+# INIT-COMMANDS
+#
+#
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+
+
+_ACEOF
+_ACEOF
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+
+
+# Handling of arguments.
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+for ac_config_target in $ac_config_targets
+do
+do
+  case $ac_config_target in
+  case $ac_config_target in
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+
+
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  esac
+  esac
+done
+done
+
+
+
+
+# If the user did not use the arguments to specify the items to instantiate,
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
+fi
+
+
+# Have a temporary directory for convenience.  Make it in the build tree
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+$debug ||
+{
+{
+  tmp= ac_tmp=
+  tmp= ac_tmp=
+  trap 'exit_status=$?
+  trap 'exit_status=$?
+  : "${ac_tmp:=$tmp}"
+  : "${ac_tmp:=$tmp}"
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+}
+# Create a (secure) tmp directory for tmp files.
+# Create a (secure) tmp directory for tmp files.
+
+
+{
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -d "$tmp"
+  test -d "$tmp"
+}  ||
+}  ||
+{
+{
+  tmp=./conf$$-$RANDOM
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
+ac_tmp=$tmp
+
+
+# Set up the scripts for CONFIG_FILES section.
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
+if test -n "$CONFIG_FILES"; then
+
+
+
+
+ac_cr=`echo X | tr X '\015'`
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+  eval ac_cr=\$\'\\r\'
+fi
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+  ac_cs_awk_cr='\\r'
+  ac_cs_awk_cr='\\r'
+else
+else
+  ac_cs_awk_cr=$ac_cr
+  ac_cs_awk_cr=$ac_cr
+fi
+fi
+
+
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+_ACEOF
+_ACEOF
+
+
+
+
+{
+{
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+  echo "_ACEOF"
+  echo "_ACEOF"
+} >conf$$subs.sh ||
+} >conf$$subs.sh ||
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ac_delim='%!_!# '
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+for ac_last_try in false false false false false :; do
+  . ./conf$$subs.sh ||
+  . ./conf$$subs.sh ||
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+
+
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+  if test $ac_delim_n = $ac_delim_num; then
+  if test $ac_delim_n = $ac_delim_num; then
+    break
+    break
+  elif $ac_last_try; then
+  elif $ac_last_try; then
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+  else
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+  fi
+done
+done
+rm -f conf$$subs.sh
+rm -f conf$$subs.sh
+
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+_ACEOF
+_ACEOF
+sed -n '
+sed -n '
+h
+h
+s/^/S["/; s/!.*/"]=/
+s/^/S["/; s/!.*/"]=/
+p
+p
+g
+g
+s/^[^!]*!//
+s/^[^!]*!//
+:repl
+:repl
+t repl
+t repl
+s/'"$ac_delim"'$//
+s/'"$ac_delim"'$//
+t delim
+t delim
+:nl
+:nl
+h
+h
+s/\(.\{148\}\)..*/\1/
+s/\(.\{148\}\)..*/\1/
+t more1
+t more1
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+p
+p
+n
+n
+b repl
+b repl
+:more1
+:more1
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+p
+g
+g
+s/.\{148\}//
+s/.\{148\}//
+t nl
+t nl
+:delim
+:delim
+h
+h
+s/\(.\{148\}\)..*/\1/
+s/\(.\{148\}\)..*/\1/
+t more2
+t more2
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+p
+p
+b
+b
+:more2
+:more2
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+p
+g
+g
+s/.\{148\}//
+s/.\{148\}//
+t delim
+t delim
+' <conf$$subs.awk | sed '
+' <conf$$subs.awk | sed '
+/^[^""]/{
+/^[^""]/{
+  N
+  N
+  s/\n//
+  s/\n//
+}
+}
+' >>$CONFIG_STATUS || ac_write_fail=1
+' >>$CONFIG_STATUS || ac_write_fail=1
+rm -f conf$$subs.awk
+rm -f conf$$subs.awk
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+_ACAWK
+_ACAWK
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
+  for (key in S) S_is_set[key] = 1
+  for (key in S) S_is_set[key] = 1
+  FS = ""
+  FS = ""
+
+
+}
+}
+{
+{
+  line = $ 0
+  line = $ 0
+  nfields = split(line, field, "@")
+  nfields = split(line, field, "@")
+  substed = 0
+  substed = 0
+  len = length(field[1])
+  len = length(field[1])
+  for (i = 2; i < nfields; i++) {
+  for (i = 2; i < nfields; i++) {
+    key = field[i]
+    key = field[i]
+    keylen = length(key)
+    keylen = length(key)
+    if (S_is_set[key]) {
+    if (S_is_set[key]) {
+      value = S[key]
+      value = S[key]
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+      len += length(value) + length(field[++i])
+      len += length(value) + length(field[++i])
+      substed = 1
+      substed = 1
+    } else
+    } else
+      len += 1 + keylen
+      len += 1 + keylen
+  }
+  }
+
+
+  print line
+  print line
+}
+}
+
+
+_ACAWK
+_ACAWK
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+else
+else
+  cat
+  cat
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+_ACEOF
+_ACEOF
+
+
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
+# (actually we leave an empty line to preserve line numbers).
+if test "x$srcdir" = x.; then
+if test "x$srcdir" = x.; then
+  ac_vpsub='/^[         ]*VPATH[        ]*=[    ]*/{
+  ac_vpsub='/^[         ]*VPATH[        ]*=[    ]*/{
+h
+h
+s///
+s///
+s/^/:/
+s/^/:/
+s/[     ]*$/:/
+s/[     ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
+s/^:*//
+s/:*$//
+s/:*$//
+x
+x
+s/\(=[  ]*\).*/\1/
+s/\(=[  ]*\).*/\1/
+G
+G
+s/\n//
+s/\n//
+s/^[^=]*=[      ]*$//
+s/^[^=]*=[      ]*$//
+}'
+}'
+fi
+fi
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
+fi # test -n "$CONFIG_FILES"
+
+
+
+
+eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
+eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
+shift
+shift
+for ac_tag
+for ac_tag
+do
+do
+  case $ac_tag in
+  case $ac_tag in
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  esac
+  esac
+  case $ac_mode$ac_tag in
+  case $ac_mode$ac_tag in
+  :[FHL]*:*);;
+  :[FHL]*:*);;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  esac
+  esac
+  ac_save_IFS=$IFS
+  ac_save_IFS=$IFS
+  IFS=:
+  IFS=:
+  set x $ac_tag
+  set x $ac_tag
+  IFS=$ac_save_IFS
+  IFS=$ac_save_IFS
+  shift
+  shift
+  ac_file=$1
+  ac_file=$1
+  shift
+  shift
+
+
+  case $ac_mode in
+  case $ac_mode in
+  :L) ac_source=$1;;
+  :L) ac_source=$1;;
+  :[FH])
+  :[FH])
+    ac_file_inputs=
+    ac_file_inputs=
+    for ac_f
+    for ac_f
+    do
+    do
+      case $ac_f in
+      case $ac_f in
+      -) ac_f="$ac_tmp/stdin";;
+      -) ac_f="$ac_tmp/stdin";;
+      *) # Look for the file first in the build tree, then in the source tree
+      *) # Look for the file first in the build tree, then in the source tree
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
+        # because $ac_f cannot contain `:'.
+        # because $ac_f cannot contain `:'.
+        test -f "$ac_f" ||
+        test -f "$ac_f" ||
+          case $ac_f in
+          case $ac_f in
+          [\\/$]*) false;;
+          [\\/$]*) false;;
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+          esac ||
+          esac ||
+          as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+          as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+      esac
+      esac
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+      as_fn_append ac_file_inputs " '$ac_f'"
+      as_fn_append ac_file_inputs " '$ac_f'"
+    done
+    done
+
+
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # use $as_me), people would be surprised to read:
+    # use $as_me), people would be surprised to read:
+    #    /* config.h.  Generated by config.status.  */
+    #    /* config.h.  Generated by config.status.  */
+    configure_input='Generated from '`
+    configure_input='Generated from '`
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+       `' by configure.'
+       `' by configure.'
+    if test x"$ac_file" != x-; then
+    if test x"$ac_file" != x-; then
+      configure_input="$ac_file.  $configure_input"
+      configure_input="$ac_file.  $configure_input"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+$as_echo "$as_me: creating $ac_file" >&6;}
+$as_echo "$as_me: creating $ac_file" >&6;}
+    fi
+    fi
+    # Neutralize special characters interpreted by sed in replacement strings.
+    # Neutralize special characters interpreted by sed in replacement strings.
+    case $configure_input in #(
+    case $configure_input in #(
+    *\&* | *\|* | *\\* )
+    *\&* | *\|* | *\\* )
+       ac_sed_conf_input=`$as_echo "$configure_input" |
+       ac_sed_conf_input=`$as_echo "$configure_input" |
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
+    *) ac_sed_conf_input=$configure_input;;
+    *) ac_sed_conf_input=$configure_input;;
+    esac
+    esac
+
+
+    case $ac_tag in
+    case $ac_tag in
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+    esac
+    esac
+    ;;
+    ;;
+  esac
+  esac
+
+
+  ac_dir=`$as_dirname -- "$ac_file" ||
+  ac_dir=`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$ac_file" : 'X\(//\)[^/]' \| \
+        X"$ac_file" : 'X\(//\)[^/]' \| \
+        X"$ac_file" : 'X\(//\)$' \| \
+        X"$ac_file" : 'X\(//\)$' \| \
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+$as_echo X"$ac_file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+  as_dir="$ac_dir"; as_fn_mkdir_p
+  as_dir="$ac_dir"; as_fn_mkdir_p
+  ac_builddir=.
+  ac_builddir=.
+
+
+case "$ac_dir" in
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+  esac ;;
+esac
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+ac_top_builddir=$ac_top_build_prefix
+
+
+case $srcdir in
+case $srcdir in
+  .)  # We are building in place.
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+
+
+  case $ac_mode in
+  case $ac_mode in
+  :F)
+  :F)
+  #
+  #
+  # CONFIG_FILE
+  # CONFIG_FILE
+  #
+  #
+
+
+  case $INSTALL in
+  case $INSTALL in
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  esac
+  esac
+  ac_MKDIR_P=$MKDIR_P
+  ac_MKDIR_P=$MKDIR_P
+  case $MKDIR_P in
+  case $MKDIR_P in
+  [\\/$]* | ?:[\\/]* ) ;;
+  [\\/$]* | ?:[\\/]* ) ;;
+  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
+  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
+  esac
+  esac
+_ACEOF
+_ACEOF
+
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# If the template does not know about datarootdir, expand it.
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_sed_dataroot='
+ac_sed_dataroot='
+/datarootdir/ {
+/datarootdir/ {
+  p
+  p
+  q
+  q
+}
+}
+/@datadir@/p
+/@datadir@/p
+/@docdir@/p
+/@docdir@/p
+/@infodir@/p
+/@infodir@/p
+/@localedir@/p
+/@localedir@/p
+/@mandir@/p'
+/@mandir@/p'
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  ac_datarootdir_hack='
+  ac_datarootdir_hack='
+  s&@datadir@&$datadir&g
+  s&@datadir@&$datadir&g
+  s&@docdir@&$docdir&g
+  s&@docdir@&$docdir&g
+  s&@infodir@&$infodir&g
+  s&@infodir@&$infodir&g
+  s&@localedir@&$localedir&g
+  s&@localedir@&$localedir&g
+  s&@mandir@&$mandir&g
+  s&@mandir@&$mandir&g
+  s&\\\${datarootdir}&$datarootdir&g' ;;
+  s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+esac
+_ACEOF
+_ACEOF
+
+
+# Neutralize VPATH when `$srcdir' = `.'.
+# Neutralize VPATH when `$srcdir' = `.'.
+# Shell code in configure.ac might set extrasub.
+# Shell code in configure.ac might set extrasub.
+# FIXME: do we really want to maintain this feature?
+# FIXME: do we really want to maintain this feature?
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_sed_extra="$ac_vpsub
+ac_sed_extra="$ac_vpsub
+$extrasub
+$extrasub
+_ACEOF
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+:t
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s|@configure_input@|$ac_sed_conf_input|;t t
+s|@configure_input@|$ac_sed_conf_input|;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+s&@MKDIR_P@&$ac_MKDIR_P&;t t
+s&@MKDIR_P@&$ac_MKDIR_P&;t t
+$ac_datarootdir_hack
+$ac_datarootdir_hack
+"
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' \
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' \
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&5
+which seems to be undefined.  Please make sure it is defined" >&5
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&2;}
+which seems to be undefined.  Please make sure it is defined" >&2;}
+
+
+  rm -f "$ac_tmp/stdin"
+  rm -f "$ac_tmp/stdin"
+  case $ac_file in
+  case $ac_file in
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
+  esac \
+  esac \
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ ;;
+ ;;
+
+
+
+
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+ ;;
+  esac
+  esac
+
+
+
+
+  case $ac_file$ac_mode in
+  case $ac_file$ac_mode in
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # are listed without --file.  Let's play safe and only enable the eval
+  # are listed without --file.  Let's play safe and only enable the eval
+  # if we detect the quoting.
+  # if we detect the quoting.
+  case $CONFIG_FILES in
+  case $CONFIG_FILES in
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *)   set x $CONFIG_FILES ;;
+  *)   set x $CONFIG_FILES ;;
+  esac
+  esac
+  shift
+  shift
+  for mf
+  for mf
+  do
+  do
+    # Strip MF so we end up with the name of the file.
+    # Strip MF so we end up with the name of the file.
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile or not.
+    # Check whether this is an Automake generated Makefile or not.
+    # We used to match only the files named `Makefile.in', but
+    # We used to match only the files named `Makefile.in', but
+    # some people rename them; so instead we look at the file content.
+    # some people rename them; so instead we look at the file content.
+    # Grep'ing the first line is not enough: some people post-process
+    # Grep'ing the first line is not enough: some people post-process
+    # each Makefile.in and add a new line on top of each file to say so.
+    # each Makefile.in and add a new line on top of each file to say so.
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+      dirpart=`$as_dirname -- "$mf" ||
+      dirpart=`$as_dirname -- "$mf" ||
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$mf" : 'X\(//\)[^/]' \| \
+        X"$mf" : 'X\(//\)[^/]' \| \
+        X"$mf" : 'X\(//\)$' \| \
+        X"$mf" : 'X\(//\)$' \| \
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$mf" |
+$as_echo X"$mf" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+    else
+    else
+      continue
+      continue
+    fi
+    fi
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # from the Makefile without running `make'.
+    # from the Makefile without running `make'.
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    test -z "$DEPDIR" && continue
+    test -z "$DEPDIR" && continue
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    test -z "am__include" && continue
+    test -z "am__include" && continue
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    # When using ansi2knr, U may be empty or an underscore; expand it
+    # When using ansi2knr, U may be empty or an underscore; expand it
+    U=`sed -n 's/^U = //p' < "$mf"`
+    U=`sed -n 's/^U = //p' < "$mf"`
+    # Find all dependency output files, they are included files with
+    # Find all dependency output files, they are included files with
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # expansion.
+    # expansion.
+    for file in `sed -n "
+    for file in `sed -n "
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+      # Make sure the directory exists.
+      # Make sure the directory exists.
+      test -f "$dirpart/$file" && continue
+      test -f "$dirpart/$file" && continue
+      fdir=`$as_dirname -- "$file" ||
+      fdir=`$as_dirname -- "$file" ||
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$file" : 'X\(//\)[^/]' \| \
+        X"$file" : 'X\(//\)[^/]' \| \
+        X"$file" : 'X\(//\)$' \| \
+        X"$file" : 'X\(//\)$' \| \
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$file" |
+$as_echo X"$file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)[^/].*/{
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\/\)$/{
+         /^X\(\/\/\)$/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         /^X\(\/\).*/{
+         /^X\(\/\).*/{
+           s//\1/
+           s//\1/
+           q
+           q
+         }
+         }
+         s/.*/./; q'`
+         s/.*/./; q'`
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
+      # echo "creating $dirpart/$file"
+      # echo "creating $dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+    done
+    done
+  done
+  done
+}
+}
+ ;;
+ ;;
+
+
+  esac
+  esac
+done # for ac_tag
+done # for ac_tag
+
+
+
+
+as_fn_exit 0
+as_fn_exit 0
+_ACEOF
+_ACEOF
+ac_clean_files=$ac_clean_files_save
+ac_clean_files=$ac_clean_files_save
+
+
+test $ac_write_fail = 0 ||
+test $ac_write_fail = 0 ||
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+
+
+
+
+# configure is writing to config.log, and then calls config.status.
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded.  So we exec the FD to /dev/null,
+# output is simply discarded.  So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status.  When coming back to configure, we
+# appended to by config.status.  When coming back to configure, we
+# need to make the FD available again.
+# need to make the FD available again.
+if test "$no_create" != yes; then
+if test "$no_create" != yes; then
+  ac_cs_success=:
+  ac_cs_success=:
+  ac_config_status_args=
+  ac_config_status_args=
+  test "$silent" = yes &&
+  test "$silent" = yes &&
+    ac_config_status_args="$ac_config_status_args --quiet"
+    ac_config_status_args="$ac_config_status_args --quiet"
+  exec 5>/dev/null
+  exec 5>/dev/null
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  exec 5>>config.log
+  exec 5>>config.log
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+  # would make configure fail if this is the last instruction.
+  # would make configure fail if this is the last instruction.
+  $ac_cs_success || as_fn_exit 1
+  $ac_cs_success || as_fn_exit 1
+fi
+fi
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+fi
+fi
+
+
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/configure.in newlib-2.5.0-zip/newlib/libc/machine/zip/configure.in
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/configure.in newlib-2.5.0-zip/newlib/libc/machine/zip/configure.in
--- newlib-2.5.0/newlib/libc/machine/zip/configure.in   1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/newlib/libc/machine/zip/configure.in   1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/configure.in       2017-01-13 09:07:32.069910859 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/configure.in       2017-01-13 09:07:32.069910859 -0500
@@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
+dnl This is the newlib/libc/machine/or1k configure.in file.
+dnl This is the newlib/libc/machine/or1k configure.in file.
+dnl Process this file with autoconf to produce a configure script.
+dnl Process this file with autoconf to produce a configure script.
+
+
+AC_PREREQ(2.59)
+AC_PREREQ(2.59)
+AC_INIT([newlib],[NEWLIB_VERSION])
+AC_INIT([newlib],[NEWLIB_VERSION])
+AC_CONFIG_SRCDIR([Makefile.am])
+AC_CONFIG_SRCDIR([Makefile.am])
+
+
+dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
+dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
+AC_CONFIG_AUX_DIR(../../../..)
+AC_CONFIG_AUX_DIR(../../../..)
+
+
+NEWLIB_CONFIGURE(../../..)
+NEWLIB_CONFIGURE(../../..)
+
+
+AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
+AC_OUTPUT
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/ieeefp.h newlib-2.5.0-zip/newlib/libc/machine/zip/ieeefp.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/ieeefp.h newlib-2.5.0-zip/newlib/libc/machine/zip/ieeefp.h
--- newlib-2.5.0/newlib/libc/machine/zip/ieeefp.h       1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/newlib/libc/machine/zip/ieeefp.h       1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/ieeefp.h   2017-01-13 09:39:02.419391050 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/ieeefp.h   2017-01-13 09:39:02.419391050 -0500
@@ -0,0 +1,45 @@
@@ -0,0 +1,45 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   ieeefp.h
+// Filename:   ieeefp.h
+//
+//
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+//
+//
+// Purpose:    To define, for the sake of newlib, how floating point works
+// Purpose:    To define, for the sake of newlib, how floating point works
+//             on the ZipCPU.
+//             on the ZipCPU.
+//
+//
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2017, Gisselquist Technology, LLC
+// Copyright (C) 2017, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+#ifdef __ZIPCPU__
+#ifdef __ZIPCPU__
+
+
+#ifndef        __IEEE_BIG_ENDIAN
+#ifndef        __IEEE_BIG_ENDIAN
+#define        __IEEE_BIG_ENDIAN
+#define        __IEEE_BIG_ENDIAN
+#endif
+#endif
+
+
+#ifndef        _FLOAT_ARG
+#ifndef        _FLOAT_ARG
+#define        _FLOAT_ARG      float
+#define        _FLOAT_ARG      float
+#endif
+#endif
+
+
+#endif
+#endif
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/Makefile.am newlib-2.5.0-zip/newlib/libc/machine/zip/Makefile.am
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/Makefile.am newlib-2.5.0-zip/newlib/libc/machine/zip/Makefile.am
--- newlib-2.5.0/newlib/libc/machine/zip/Makefile.am    1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/newlib/libc/machine/zip/Makefile.am    1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/Makefile.am        2017-01-13 09:10:39.033134510 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/Makefile.am        2017-01-13 09:10:39.033134510 -0500
@@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
+## Process this file with automake to generate Makefile.in
+## Process this file with automake to generate Makefile.in
+
+
+AUTOMAKE_OPTIONS = cygnus
+AUTOMAKE_OPTIONS = cygnus
+
+
+INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
+INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
+
+
+AM_CCASFLAGS = $(INCLUDES)
+AM_CCASFLAGS = $(INCLUDES)
+
+
+noinst_LIBRARIES = lib.a
+noinst_LIBRARIES = lib.a
+
+
+lib_a_SOURCES = setjmp.S
+lib_a_SOURCES = setjmp.S
+lib_a_CCASFLAGS=$(AM_CCASFLAGS)
+lib_a_CCASFLAGS=$(AM_CCASFLAGS)
+lib_a_CFLAGS=$(AM_CFLAGS)
+lib_a_CFLAGS=$(AM_CFLAGS)
+
+
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/Makefile.in newlib-2.5.0-zip/newlib/libc/machine/zip/Makefile.in
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/Makefile.in newlib-2.5.0-zip/newlib/libc/machine/zip/Makefile.in
--- newlib-2.5.0/newlib/libc/machine/zip/Makefile.in    1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/newlib/libc/machine/zip/Makefile.in    1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/Makefile.in        2017-01-13 09:11:20.927649493 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/Makefile.in        2017-01-13 09:11:20.927649493 -0500
@@ -0,0 +1,440 @@
@@ -0,0 +1,440 @@
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# @configure_input@
+# @configure_input@
+
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
+# Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+# with or without modifications, as long as this notice is preserved.
+
+
+# This program is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+# PARTICULAR PURPOSE.
+
+
+@SET_MAKE@
+@SET_MAKE@
+
+
+VPATH = @srcdir@
+VPATH = @srcdir@
+am__make_dryrun = \
+am__make_dryrun = \
+  { \
+  { \
+    am__dry=no; \
+    am__dry=no; \
+    case $$MAKEFLAGS in \
+    case $$MAKEFLAGS in \
+      *\\[\ \  ]*) \
+      *\\[\ \  ]*) \
+        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
+        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
+          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+      *) \
+      *) \
+        for am__flg in $$MAKEFLAGS; do \
+        for am__flg in $$MAKEFLAGS; do \
+          case $$am__flg in \
+          case $$am__flg in \
+            *=*|--*) ;; \
+            *=*|--*) ;; \
+            *n*) am__dry=yes; break;; \
+            *n*) am__dry=yes; break;; \
+          esac; \
+          esac; \
+        done;; \
+        done;; \
+    esac; \
+    esac; \
+    test $$am__dry = yes; \
+    test $$am__dry = yes; \
+  }
+  }
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+build_triplet = @build@
+host_triplet = @host@
+host_triplet = @host@
+subdir = .
+subdir = .
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+       $(top_srcdir)/configure $(am__configure_deps) \
+       $(top_srcdir)/configure $(am__configure_deps) \
+       $(srcdir)/../../../../mkinstalldirs
+       $(srcdir)/../../../../mkinstalldirs
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
+       $(top_srcdir)/configure.in
+       $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+       $(ACLOCAL_M4)
+       $(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+ configure.lineno config.status.lineno
+mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
+mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+LIBRARIES = $(noinst_LIBRARIES)
+LIBRARIES = $(noinst_LIBRARIES)
+ARFLAGS = cru
+ARFLAGS = cru
+lib_a_AR = $(AR) $(ARFLAGS)
+lib_a_AR = $(AR) $(ARFLAGS)
+lib_a_LIBADD =
+lib_a_LIBADD =
+am_lib_a_OBJECTS = lib_a-setjmp.$(OBJEXT)
+am_lib_a_OBJECTS = lib_a-setjmp.$(OBJEXT)
+lib_a_OBJECTS = $(am_lib_a_OBJECTS)
+lib_a_OBJECTS = $(am_lib_a_OBJECTS)
+DEFAULT_INCLUDES = -I.@am__isrc@
+DEFAULT_INCLUDES = -I.@am__isrc@
+depcomp =
+depcomp =
+am__depfiles_maybe =
+am__depfiles_maybe =
+CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+       $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
+       $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+CCLD = $(CC)
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(lib_a_SOURCES)
+SOURCES = $(lib_a_SOURCES)
+am__can_run_installinfo = \
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
+  esac
+ETAGS = etags
+ETAGS = etags
+CTAGS = ctags
+CTAGS = ctags
+ACLOCAL = @ACLOCAL@
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AMTAR = @AMTAR@
+AR = @AR@
+AR = @AR@
+AS = @AS@
+AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+AWK = @AWK@
+CC = @CC@
+CC = @CC@
+CCAS = @CCAS@
+CCAS = @CCAS@
+CCASFLAGS = @CCASFLAGS@
+CCASFLAGS = @CCASFLAGS@
+CCDEPMODE = @CCDEPMODE@
+CCDEPMODE = @CCDEPMODE@
+CYGPATH_W = @CYGPATH_W@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+ECHO_T = @ECHO_T@
+INSTALL = @INSTALL@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBS = @LIBS@
+LTLIBOBJS = @LTLIBOBJS@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+MKDIR_P = @MKDIR_P@
+NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
+NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
+NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
+NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
+OBJEXT = @OBJEXT@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+RANLIB = @RANLIB@
+RANLIB = @RANLIB@
+READELF = @READELF@
+READELF = @READELF@
+SET_MAKE = @SET_MAKE@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+SHELL = @SHELL@
+STRIP = @STRIP@
+STRIP = @STRIP@
+VERSION = @VERSION@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+abs_top_srcdir = @abs_top_srcdir@
+aext = @aext@
+aext = @aext@
+am__include = @am__include@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__tar = @am__tar@
+am__untar = @am__untar@
+am__untar = @am__untar@
+bindir = @bindir@
+bindir = @bindir@
+build = @build@
+build = @build@
+build_alias = @build_alias@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_os = @build_os@
+build_vendor = @build_vendor@
+build_vendor = @build_vendor@
+builddir = @builddir@
+builddir = @builddir@
+datadir = @datadir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+docdir = @docdir@
+dvidir = @dvidir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+exec_prefix = @exec_prefix@
+host = @host@
+host = @host@
+host_alias = @host_alias@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_os = @host_os@
+host_vendor = @host_vendor@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+htmldir = @htmldir@
+includedir = @includedir@
+includedir = @includedir@
+infodir = @infodir@
+infodir = @infodir@
+install_sh = @install_sh@
+install_sh = @install_sh@
+libdir = @libdir@
+libdir = @libdir@
+libexecdir = @libexecdir@
+libexecdir = @libexecdir@
+libm_machine_dir = @libm_machine_dir@
+libm_machine_dir = @libm_machine_dir@
+localedir = @localedir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+localstatedir = @localstatedir@
+lpfx = @lpfx@
+lpfx = @lpfx@
+machine_dir = @machine_dir@
+machine_dir = @machine_dir@
+mandir = @mandir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+mkdir_p = @mkdir_p@
+newlib_basedir = @newlib_basedir@
+newlib_basedir = @newlib_basedir@
+oext = @oext@
+oext = @oext@
+oldincludedir = @oldincludedir@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+psdir = @psdir@
+sbindir = @sbindir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+srcdir = @srcdir@
+sys_dir = @sys_dir@
+sys_dir = @sys_dir@
+sysconfdir = @sysconfdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@
+AUTOMAKE_OPTIONS = cygnus
+AUTOMAKE_OPTIONS = cygnus
+INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
+INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
+AM_CCASFLAGS = $(INCLUDES)
+AM_CCASFLAGS = $(INCLUDES)
+noinst_LIBRARIES = lib.a
+noinst_LIBRARIES = lib.a
+lib_a_SOURCES = setjmp.S
+lib_a_SOURCES = setjmp.S
+lib_a_CCASFLAGS = $(AM_CCASFLAGS)
+lib_a_CCASFLAGS = $(AM_CCASFLAGS)
+lib_a_CFLAGS = $(AM_CFLAGS)
+lib_a_CFLAGS = $(AM_CFLAGS)
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
+all: all-am
+all: all-am
+
+
+.SUFFIXES:
+.SUFFIXES:
+.SUFFIXES: .S .o .obj
+.SUFFIXES: .S .o .obj
+am--refresh: Makefile
+am--refresh: Makefile
+       @:
+       @:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+       @for dep in $?; do \
+       @for dep in $?; do \
+         case '$(am__configure_deps)' in \
+         case '$(am__configure_deps)' in \
+           *$$dep*) \
+           *$$dep*) \
+             echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
+             echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
+             $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
+             $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
+               && exit 0; \
+               && exit 0; \
+             exit 1;; \
+             exit 1;; \
+         esac; \
+         esac; \
+       done; \
+       done; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
+       $(am__cd) $(top_srcdir) && \
+       $(am__cd) $(top_srcdir) && \
+         $(AUTOMAKE) --cygnus Makefile
+         $(AUTOMAKE) --cygnus Makefile
+.PRECIOUS: Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+       @case '$?' in \
+       @case '$?' in \
+         *config.status*) \
+         *config.status*) \
+           echo ' $(SHELL) ./config.status'; \
+           echo ' $(SHELL) ./config.status'; \
+           $(SHELL) ./config.status;; \
+           $(SHELL) ./config.status;; \
+         *) \
+         *) \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+       esac;
+       esac;
+
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+       $(SHELL) ./config.status --recheck
+       $(SHELL) ./config.status --recheck
+
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+       $(am__cd) $(srcdir) && $(AUTOCONF)
+       $(am__cd) $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+       $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+       $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+$(am__aclocal_m4_deps):
+$(am__aclocal_m4_deps):
+
+
+clean-noinstLIBRARIES:
+clean-noinstLIBRARIES:
+       -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
+       -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
+lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
+lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
+       -rm -f lib.a
+       -rm -f lib.a
+       $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
+       $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
+       $(RANLIB) lib.a
+       $(RANLIB) lib.a
+
+
+mostlyclean-compile:
+mostlyclean-compile:
+       -rm -f *.$(OBJEXT)
+       -rm -f *.$(OBJEXT)
+
+
+distclean-compile:
+distclean-compile:
+       -rm -f *.tab.c
+       -rm -f *.tab.c
+
+
+.S.o:
+.S.o:
+       $(CPPASCOMPILE) -c -o $@ $<
+       $(CPPASCOMPILE) -c -o $@ $<
+
+
+.S.obj:
+.S.obj:
+       $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+       $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+
+lib_a-setjmp.o: setjmp.S
+lib_a-setjmp.o: setjmp.S
+       $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
+       $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
+
+
+lib_a-setjmp.obj: setjmp.S
+lib_a-setjmp.obj: setjmp.S
+       $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`
+       $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`
+
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         done | \
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
+       mkid -fID $$unique
+       mkid -fID $$unique
+tags: TAGS
+tags: TAGS
+
+
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+               $(TAGS_FILES) $(LISP)
+               $(TAGS_FILES) $(LISP)
+       set x; \
+       set x; \
+       here=`pwd`; \
+       here=`pwd`; \
+       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         done | \
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
+       shift; \
+       shift; \
+       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+         test -n "$$unique" || unique=$$empty_fix; \
+         test -n "$$unique" || unique=$$empty_fix; \
+         if test $$# -gt 0; then \
+         if test $$# -gt 0; then \
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+             "$$@" $$unique; \
+             "$$@" $$unique; \
+         else \
+         else \
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+             $$unique; \
+             $$unique; \
+         fi; \
+         fi; \
+       fi
+       fi
+ctags: CTAGS
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+               $(TAGS_FILES) $(LISP)
+               $(TAGS_FILES) $(LISP)
+       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         done | \
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
+       test -z "$(CTAGS_ARGS)$$unique" \
+       test -z "$(CTAGS_ARGS)$$unique" \
+         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+            $$unique
+            $$unique
+
+
+GTAGS:
+GTAGS:
+       here=`$(am__cd) $(top_builddir) && pwd` \
+       here=`$(am__cd) $(top_builddir) && pwd` \
+         && $(am__cd) $(top_srcdir) \
+         && $(am__cd) $(top_srcdir) \
+         && gtags -i $(GTAGS_ARGS) "$$here"
+         && gtags -i $(GTAGS_ARGS) "$$here"
+
+
+distclean-tags:
+distclean-tags:
+       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+check-am:
+check-am:
+check: check-am
+check: check-am
+all-am: Makefile $(LIBRARIES)
+all-am: Makefile $(LIBRARIES)
+installdirs:
+installdirs:
+install: install-am
+install: install-am
+install-exec: install-exec-am
+install-exec: install-exec-am
+install-data: install-data-am
+install-data: install-data-am
+uninstall: uninstall-am
+uninstall: uninstall-am
+
+
+install-am: all-am
+install-am: all-am
+       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+
+installcheck: installcheck-am
+installcheck: installcheck-am
+install-strip:
+install-strip:
+       if test -z '$(STRIP)'; then \
+       if test -z '$(STRIP)'; then \
+         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+             install; \
+             install; \
+       else \
+       else \
+         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+       fi
+       fi
+mostlyclean-generic:
+mostlyclean-generic:
+
+
+clean-generic:
+clean-generic:
+
+
+distclean-generic:
+distclean-generic:
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+
+maintainer-clean-generic:
+maintainer-clean-generic:
+       @echo "This command is intended for maintainers to use"
+       @echo "This command is intended for maintainers to use"
+       @echo "it deletes files that may require special tools to rebuild."
+       @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+clean: clean-am
+
+
+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
+
+
+distclean: distclean-am
+distclean: distclean-am
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+       -rm -f Makefile
+       -rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+distclean-am: clean-am distclean-compile distclean-generic \
+       distclean-tags
+       distclean-tags
+
+
+dvi: dvi-am
+dvi: dvi-am
+
+
+dvi-am:
+dvi-am:
+
+
+html: html-am
+html: html-am
+
+
+html-am:
+html-am:
+
+
+info: info-am
+info: info-am
+
+
+info-am:
+info-am:
+
+
+install-data-am:
+install-data-am:
+
+
+install-dvi: install-dvi-am
+install-dvi: install-dvi-am
+
+
+install-dvi-am:
+install-dvi-am:
+
+
+install-exec-am:
+install-exec-am:
+
+
+install-html: install-html-am
+install-html: install-html-am
+
+
+install-html-am:
+install-html-am:
+
+
+install-info: install-info-am
+install-info: install-info-am
+
+
+install-info-am:
+install-info-am:
+
+
+install-man:
+install-man:
+
+
+install-pdf: install-pdf-am
+install-pdf: install-pdf-am
+
+
+install-pdf-am:
+install-pdf-am:
+
+
+install-ps: install-ps-am
+install-ps: install-ps-am
+
+
+install-ps-am:
+install-ps-am:
+
+
+installcheck-am:
+installcheck-am:
+
+
+maintainer-clean: maintainer-clean-am
+maintainer-clean: maintainer-clean-am
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+       -rm -rf $(top_srcdir)/autom4te.cache
+       -rm -rf $(top_srcdir)/autom4te.cache
+       -rm -f Makefile
+       -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+
+mostlyclean: mostlyclean-am
+mostlyclean: mostlyclean-am
+
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic
+mostlyclean-am: mostlyclean-compile mostlyclean-generic
+
+
+pdf: pdf-am
+pdf: pdf-am
+
+
+pdf-am:
+pdf-am:
+
+
+ps: ps-am
+ps: ps-am
+
+
+ps-am:
+ps-am:
+
+
+uninstall-am:
+uninstall-am:
+
+
+.MAKE: install-am install-strip
+.MAKE: install-am install-strip
+
+
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
+       clean-generic clean-noinstLIBRARIES ctags distclean \
+       clean-generic clean-noinstLIBRARIES ctags distclean \
+       distclean-compile distclean-generic distclean-tags dvi dvi-am \
+       distclean-compile distclean-generic distclean-tags dvi dvi-am \
+       html html-am info info-am install install-am install-data \
+       html html-am info info-am install install-am install-data \
+       install-data-am install-dvi install-dvi-am install-exec \
+       install-data-am install-dvi install-dvi-am install-exec \
+       install-exec-am install-html install-html-am install-info \
+       install-exec-am install-html install-html-am install-info \
+       install-info-am install-man install-pdf install-pdf-am \
+       install-info-am install-man install-pdf install-pdf-am \
+       install-ps install-ps-am install-strip installcheck \
+       install-ps install-ps-am install-strip installcheck \
+       installcheck-am installdirs maintainer-clean \
+       installcheck-am installdirs maintainer-clean \
+       maintainer-clean-generic mostlyclean mostlyclean-compile \
+       maintainer-clean-generic mostlyclean mostlyclean-compile \
+       mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
+       mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
+       uninstall-am
+       uninstall-am
+
+
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
+.NOEXPORT:
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/setjmp.h newlib-2.5.0-zip/newlib/libc/machine/zip/setjmp.h
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/setjmp.h newlib-2.5.0-zip/newlib/libc/machine/zip/setjmp.h
--- newlib-2.5.0/newlib/libc/machine/zip/setjmp.h       1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/newlib/libc/machine/zip/setjmp.h       1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/setjmp.h   2017-01-13 09:43:25.179164867 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/setjmp.h   2017-01-13 09:43:25.179164867 -0500
@@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
+#ifdef __ZIPCPU__
+#ifdef __ZIPCPU__
+
+
+/* Enough space for all but the PC and R1 registers */
+/* Enough space for all but the PC and R1 registers */
+#define        _JBLEN  14
+#define        _JBLEN  14
+#define        _JBTYPE unsigned
+#define        _JBTYPE unsigned
+
+
+typedef        _JBTYPE jmp_buf[_JBLEN];
+typedef        _JBTYPE jmp_buf[_JBLEN];
+
+
+#endif
+#endif
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/setjmp.S newlib-2.5.0-zip/newlib/libc/machine/zip/setjmp.S
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/machine/zip/setjmp.S newlib-2.5.0-zip/newlib/libc/machine/zip/setjmp.S
--- newlib-2.5.0/newlib/libc/machine/zip/setjmp.S       1969-12-31 19:00:00.000000000 -0500
--- newlib-2.5.0/newlib/libc/machine/zip/setjmp.S       1969-12-31 19:00:00.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/setjmp.S   2017-02-06 17:40:50.561372408 -0500
+++ newlib-2.5.0-zip/newlib/libc/machine/zip/setjmp.S   2017-02-06 17:40:50.561372408 -0500
@@ -0,0 +1,68 @@
@@ -0,0 +1,68 @@
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Filename:   setjmp.S
+// Filename:   setjmp.S
+//
+//
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+// Project:    Zip CPU -- a small, lightweight, RISC CPU soft core
+//
+//
+// Purpose:
+// Purpose:
+//
+//
+//
+//
+// Creator:    Dan Gisselquist, Ph.D.
+// Creator:    Dan Gisselquist, Ph.D.
+//             Gisselquist Technology, LLC
+//             Gisselquist Technology, LLC
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+// Copyright (C) 2017, Gisselquist Technology, LLC
+// Copyright (C) 2017, Gisselquist Technology, LLC
+//
+//
+// This program is free software (firmware): you can redistribute it and/or
+// This program is free software (firmware): you can redistribute it and/or
+// modify it under the terms of  the GNU General Public License as published
+// modify it under the terms of  the GNU General Public License as published
+// by the Free Software Foundation, either version 3 of the License, or (at
+// by the Free Software Foundation, either version 3 of the License, or (at
+// your option) any later version.
+// your option) any later version.
+//
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+// for more details.
+//
+//
+// License:    GPL, v3, as defined and found on www.gnu.org,
+// License:    GPL, v3, as defined and found on www.gnu.org,
+//             http://www.gnu.org/licenses/gpl.html
+//             http://www.gnu.org/licenses/gpl.html
+//
+//
+//
+//
+////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+//
+//
+//
+//
+       .text
+       .text
+       .align  4
+       .align  4
+       .global setjmp
+       .global setjmp
+       .type   setjmp,@function
+       .type   setjmp,@function
+setjmp:
+setjmp:
+       SW      r0,(r1)
+       SW      r0,(r1)
+       SW      r5,4(r1)
+       SW      r5,4(r1)
+       SW      r6,8(r1)
+       SW      r6,8(r1)
+       SW      r7,12(r1)
+       SW      r7,12(r1)
+       SW      r8,16(r1)
+       SW      r8,16(r1)
+       SW      r9,20(r1)
+       SW      r9,20(r1)
+       SW      r10,24(r1)
+       SW      r10,24(r1)
+       SW      r11,28(r1)
+       SW      r11,28(r1)
+       SW      r12,32(r1)
+       SW      r12,32(r1)
+       SW      sp,36(r1)
+       SW      sp,36(r1)
+       CLR     R1
+       CLR     R1
+       RETN
+       RETN
+
+
+
+
+       .align  4
+       .align  4
+       .global longjmp
+       .global longjmp
+       .type   longjmp,@function
+       .type   longjmp,@function
+longjmp:
+longjmp:
+       LW      (r1),r0
+       LW      (r1),r0
+       LW      4(r1),r5
+       LW      4(r1),r5
+       LW      8(r1),r6
+       LW      8(r1),r6
+       LW      12(r1),r7
+       LW      12(r1),r7
+       LW      16(r1),r8
+       LW      16(r1),r8
+       LW      20(r1),r9
+       LW      20(r1),r9
+       LW      24(r1),r10
+       LW      24(r1),r10
+       LW      28(r1),r11
+       LW      28(r1),r11
+       LW      32(r1),r12
+       LW      32(r1),r12
+       LW      36(r1),sp
+       LW      36(r1),sp
+       LDI     1,R1
+       LDI     1,R1
+       RETN
+       RETN
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/stdlib/mallocr.c newlib-2.5.0-zip/newlib/libc/stdlib/mallocr.c
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/stdlib/mallocr.c newlib-2.5.0-zip/newlib/libc/stdlib/mallocr.c
--- newlib-2.5.0/newlib/libc/stdlib/mallocr.c   2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/newlib/libc/stdlib/mallocr.c   2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/stdlib/mallocr.c       2017-01-12 15:02:26.321526300 -0500
+++ newlib-2.5.0-zip/newlib/libc/stdlib/mallocr.c       2017-01-12 15:02:26.321526300 -0500
@@ -303,7 +303,10 @@
@@ -303,7 +303,10 @@
 
 
 #include <reent.h>
 #include <reent.h>
 
 
+#ifndef        POINTER_UINT
+#ifndef        POINTER_UINT
 #define POINTER_UINT unsigned _POINTER_INT
 #define POINTER_UINT unsigned _POINTER_INT
+#endif
+#endif
+
+
 #define SEPARATE_OBJECTS
 #define SEPARATE_OBJECTS
 #define HAVE_MMAP 0
 #define HAVE_MMAP 0
 #define MORECORE(size) _sbrk_r(reent_ptr, (size))
 #define MORECORE(size) _sbrk_r(reent_ptr, (size))
@@ -1419,7 +1422,7 @@
@@ -1419,7 +1422,7 @@
 
 
 /* Check if m has acceptable alignment */
 /* Check if m has acceptable alignment */
 
 
-#define aligned_OK(m)    (((unsigned long)((m)) & (MALLOC_ALIGN_MASK)) == 0)
-#define aligned_OK(m)    (((unsigned long)((m)) & (MALLOC_ALIGN_MASK)) == 0)
+#define aligned_OK(m)    (((POINTER_UINT)((m)) & (MALLOC_ALIGN_MASK)) == 0)
+#define aligned_OK(m)    (((POINTER_UINT)((m)) & (MALLOC_ALIGN_MASK)) == 0)
 
 
 
 
 
 
@@ -3064,7 +3067,7 @@
@@ -3064,7 +3067,7 @@
 
 
   p = mem2chunk(m);
   p = mem2chunk(m);
 
 
-  if ((((unsigned long)(m)) % alignment) == 0) /* aligned */
-  if ((((unsigned long)(m)) % alignment) == 0) /* aligned */
+  if ((((POINTER_UINT)(m)) % alignment) == 0) /* aligned */
+  if ((((POINTER_UINT)(m)) % alignment) == 0) /* aligned */
   {
   {
 #if HAVE_MMAP
 #if HAVE_MMAP
     if(chunk_is_mmapped(p))
     if(chunk_is_mmapped(p))
@@ -3085,7 +3088,7 @@
@@ -3085,7 +3088,7 @@
       this is always possible.
       this is always possible.
     */
     */
 
 
-    brk = (char*)mem2chunk(((unsigned long)(m + alignment - 1)) & -alignment);
-    brk = (char*)mem2chunk(((unsigned long)(m + alignment - 1)) & -alignment);
+    brk = (char*)mem2chunk(((POINTER_UINT)(m + alignment - 1)) & -alignment);
+    brk = (char*)mem2chunk(((POINTER_UINT)(m + alignment - 1)) & -alignment);
     if ((long)(brk - (char*)(p)) < (long)MINSIZE) brk = brk + alignment;
     if ((long)(brk - (char*)(p)) < (long)MINSIZE) brk = brk + alignment;
 
 
     newp = (mchunkptr)brk;
     newp = (mchunkptr)brk;
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/xdr/xdr_mem.c newlib-2.5.0-zip/newlib/libc/xdr/xdr_mem.c
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/xdr/xdr_mem.c newlib-2.5.0-zip/newlib/libc/xdr/xdr_mem.c
--- newlib-2.5.0/newlib/libc/xdr/xdr_mem.c      2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/newlib/libc/xdr/xdr_mem.c      2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/xdr/xdr_mem.c  2017-01-12 15:11:22.933739845 -0500
+++ newlib-2.5.0-zip/newlib/libc/xdr/xdr_mem.c  2017-01-12 15:11:22.933739845 -0500
@@ -108,7 +108,7 @@
@@ -108,7 +108,7 @@
        enum xdr_op op)
        enum xdr_op op)
 {
 {
   xdrs->x_op = op;
   xdrs->x_op = op;
-  xdrs->x_ops = ((unsigned long)addr & (sizeof (int32_t) - 1))
-  xdrs->x_ops = ((unsigned long)addr & (sizeof (int32_t) - 1))
+  xdrs->x_ops = ((POINTER_UINT)addr & (sizeof (int32_t) - 1))
+  xdrs->x_ops = ((POINTER_UINT)addr & (sizeof (int32_t) - 1))
     ? (struct xdr_ops *)&xdrmem_ops_unaligned
     ? (struct xdr_ops *)&xdrmem_ops_unaligned
     : (struct xdr_ops *)&xdrmem_ops_aligned;
     : (struct xdr_ops *)&xdrmem_ops_aligned;
   xdrs->x_private = xdrs->x_base = addr;
   xdrs->x_private = xdrs->x_base = addr;
@@ -212,7 +212,7 @@
@@ -212,7 +212,7 @@
         XDR * xdrs)
         XDR * xdrs)
 {
 {
   /* XXX w/64-bit pointers, u_int not enough! */
   /* XXX w/64-bit pointers, u_int not enough! */
-  return (u_int) ((u_long) xdrs->x_private - (u_long) xdrs->x_base);
-  return (u_int) ((u_long) xdrs->x_private - (u_long) xdrs->x_base);
+  return (u_int) ((POINTER_UINT) xdrs->x_private - (POINTER_UINT) xdrs->x_base);
+  return (u_int) ((POINTER_UINT) xdrs->x_private - (POINTER_UINT) xdrs->x_base);
 }
 }
 
 
 static bool_t
 static bool_t
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/xdr/xdr_sizeof.c newlib-2.5.0-zip/newlib/libc/xdr/xdr_sizeof.c
diff -Naur '--exclude=*.swp' newlib-2.5.0/newlib/libc/xdr/xdr_sizeof.c newlib-2.5.0-zip/newlib/libc/xdr/xdr_sizeof.c
--- newlib-2.5.0/newlib/libc/xdr/xdr_sizeof.c   2016-12-22 21:33:54.000000000 -0500
--- newlib-2.5.0/newlib/libc/xdr/xdr_sizeof.c   2016-12-22 21:33:54.000000000 -0500
+++ newlib-2.5.0-zip/newlib/libc/xdr/xdr_sizeof.c       2017-01-12 15:10:25.306280391 -0500
+++ newlib-2.5.0-zip/newlib/libc/xdr/xdr_sizeof.c       2017-01-12 15:10:25.306280391 -0500
@@ -88,7 +88,7 @@
@@ -88,7 +88,7 @@
     return NULL;
     return NULL;
   if (xdrs->x_op != XDR_ENCODE)
   if (xdrs->x_op != XDR_ENCODE)
     return NULL;
     return NULL;
-  if (len < (u_int) (long int) xdrs->x_base)
-  if (len < (u_int) (long int) xdrs->x_base)
+  if (len < (u_int) (POINTER_UINT) xdrs->x_base)
+  if (len < (u_int) (POINTER_UINT) xdrs->x_base)
     {
     {
       /* x_private was already allocated */
       /* x_private was already allocated */
       xdrs->x_handy += len;
       xdrs->x_handy += len;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.