patches/newlib/1.17.0/100-avr32.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 12 19:24:03 2010 +0100 (2010-01-12)
changeset 1761 88020b2c3246
permissions -rw-r--r--
scripts/functions: change handling of nochdir

- 'nochdir' must be the first option
- have systematic pushd/popd, even if nochdir
mgl@1371
     1
diff -Naur newlib-1.17.0/COPYING.LIBGLOSS newlib-1.17.0-new/COPYING.LIBGLOSS
mgl@1371
     2
--- newlib-1.17.0/COPYING.LIBGLOSS	2008-12-18 00:16:07.000000000 +0100
mgl@1371
     3
+++ newlib-1.17.0-new/COPYING.LIBGLOSS	2009-05-22 09:57:49.000000000 +0200
mgl@1371
     4
@@ -228,3 +228,33 @@
mgl@1371
     5
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
mgl@1371
     6
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
mgl@1371
     7
  SUCH DAMAGE.
mgl@1371
     8
+
mgl@1371
     9
+(13) Atmel Corporation  (avr32 targets only)
mgl@1371
    10
+Copyright (c) 2006, Atmel Corporation All rights reserved.
mgl@1371
    11
+
mgl@1371
    12
+Redistribution and use in source and binary forms, with or without
mgl@1371
    13
+modification, are permitted provided that the following conditions are met:
mgl@1371
    14
+
mgl@1371
    15
+1. Redistributions of source code must retain the above copyright notice,
mgl@1371
    16
+this list of conditions and the following disclaimer.
mgl@1371
    17
+
mgl@1371
    18
+2. Redistributions in binary form must reproduce the above copyright notice,
mgl@1371
    19
+this list of conditions and the following disclaimer in the documentation
mgl@1371
    20
+and/or other materials provided with the distribution.
mgl@1371
    21
+
mgl@1371
    22
+3. The name of ATMEL may not be used to endorse or promote products
mgl@1371
    23
+derived from this software without specific prior written permission.
mgl@1371
    24
+
mgl@1371
    25
+THIS SOFTWARE IS PROVIDED BY ATMEL ``AS IS'' AND ANY EXPRESS
mgl@1371
    26
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
mgl@1371
    27
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
mgl@1371
    28
+PARTICULAR PURPOSE ARE EXPRESSLY AND SPECIFICALLY
mgl@1371
    29
+DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT,
mgl@1371
    30
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
mgl@1371
    31
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
mgl@1371
    32
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
mgl@1371
    33
+OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
mgl@1371
    34
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
mgl@1371
    35
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
mgl@1371
    36
+WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
mgl@1371
    37
+POSSIBILITY OF SUCH DAMAGE.
mgl@1371
    38
diff -Naur newlib-1.17.0/COPYING.NEWLIB newlib-1.17.0-new/COPYING.NEWLIB
mgl@1371
    39
--- newlib-1.17.0/COPYING.NEWLIB	2008-12-18 00:16:07.000000000 +0100
mgl@1371
    40
+++ newlib-1.17.0-new/COPYING.NEWLIB	2009-05-22 09:57:49.000000000 +0200
mgl@1371
    41
@@ -767,3 +767,33 @@
mgl@1371
    42
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
mgl@1371
    43
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
mgl@1371
    44
  SUCH DAMAGE.
mgl@1371
    45
+
mgl@1371
    46
+(35) Atmel Corporation  (avr32 targets only)
mgl@1371
    47
+Copyright (c) 2006, Atmel Corporation All rights reserved.
mgl@1371
    48
+
mgl@1371
    49
+Redistribution and use in source and binary forms, with or without
mgl@1371
    50
+modification, are permitted provided that the following conditions are met:
mgl@1371
    51
+
mgl@1371
    52
+1. Redistributions of source code must retain the above copyright notice,
mgl@1371
    53
+this list of conditions and the following disclaimer.
mgl@1371
    54
+
mgl@1371
    55
+2. Redistributions in binary form must reproduce the above copyright notice,
mgl@1371
    56
+this list of conditions and the following disclaimer in the documentation
mgl@1371
    57
+and/or other materials provided with the distribution.
mgl@1371
    58
+
mgl@1371
    59
+3. The name of ATMEL may not be used to endorse or promote products
mgl@1371
    60
+derived from this software without specific prior written permission.
mgl@1371
    61
+
mgl@1371
    62
+THIS SOFTWARE IS PROVIDED BY ATMEL ``AS IS'' AND ANY EXPRESS
mgl@1371
    63
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
mgl@1371
    64
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
mgl@1371
    65
+PARTICULAR PURPOSE ARE EXPRESSLY AND SPECIFICALLY
mgl@1371
    66
+DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT,
mgl@1371
    67
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
mgl@1371
    68
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
mgl@1371
    69
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
mgl@1371
    70
+OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
mgl@1371
    71
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
mgl@1371
    72
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
mgl@1371
    73
+WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
mgl@1371
    74
+POSSIBILITY OF SUCH DAMAGE.
mgl@1371
    75
diff -Naur newlib-1.17.0/newlib/configure.host newlib-1.17.0-new/newlib/configure.host
mgl@1371
    76
--- newlib-1.17.0/newlib/configure.host	2008-12-18 00:09:09.000000000 +0100
mgl@1371
    77
+++ newlib-1.17.0-new/newlib/configure.host	2009-05-22 09:57:49.000000000 +0200
mgl@1371
    78
@@ -99,6 +99,10 @@
mgl@1371
    79
   arm)
mgl@1371
    80
 	machine_dir=arm
mgl@1371
    81
 	;;
mgl@1371
    82
+  avr32*)
mgl@1371
    83
+	machine_dir=avr32
mgl@1371
    84
+	newlib_cflags="${newlib_cflags} -ffunction-sections"
mgl@1371
    85
+	;;
mgl@1371
    86
   avr*)
mgl@1371
    87
 	newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mcall-prologues"
mgl@1371
    88
 	;;
mgl@1371
    89
@@ -365,6 +369,9 @@
mgl@1371
    90
   crx*)
mgl@1371
    91
 	sys_dir=
mgl@1371
    92
 	;;
mgl@1371
    93
+  avr32-*-*)
mgl@1371
    94
+	sys_dir=avr32 
mgl@1371
    95
+	;;
mgl@1371
    96
   d10v*)
mgl@1371
    97
 	sys_dir=d10v
mgl@1371
    98
 	;;
mgl@1371
    99
@@ -575,6 +582,10 @@
mgl@1371
   100
   arc*)
mgl@1371
   101
 	newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED"
mgl@1371
   102
 	;;
mgl@1371
   103
+  avr32*)
mgl@1371
   104
+	syscall_dir=syscalls	
mgl@1371
   105
+	newlib_cflags="${newlib_cflags} -DHAVE_SYSTEM"
mgl@1371
   106
+	;;
mgl@1371
   107
   avr*)
mgl@1371
   108
 	newlib_cflags="${newlib_cflags} -DNO_EXEC -DSMALL_MEMORY -DMISSING_SYSCALL_NAMES"
mgl@1371
   109
 	;;
mgl@1371
   110
diff -Naur newlib-1.17.0/newlib/libc/include/machine/ieeefp.h newlib-1.17.0-new/newlib/libc/include/machine/ieeefp.h
mgl@1371
   111
--- newlib-1.17.0/newlib/libc/include/machine/ieeefp.h	2008-12-11 21:05:38.000000000 +0100
mgl@1371
   112
+++ newlib-1.17.0-new/newlib/libc/include/machine/ieeefp.h	2009-05-22 09:57:49.000000000 +0200
mgl@1371
   113
@@ -275,6 +275,10 @@
mgl@1371
   114
 #define _DOUBLE_IS_32BITS
mgl@1371
   115
 #endif
mgl@1371
   116
 
mgl@1371
   117
+#ifdef __AVR32__
mgl@1371
   118
+#define __IEEE_BIG_ENDIAN
mgl@1371
   119
+#endif
mgl@1371
   120
+
mgl@1371
   121
 #if defined(__or32__) || defined(__or1k__) || defined(__or16__)
mgl@1371
   122
 #define __IEEE_BIG_ENDIAN
mgl@1371
   123
 #endif
mgl@1371
   124
diff -Naur newlib-1.17.0/newlib/libc/include/machine/setjmp.h newlib-1.17.0-new/newlib/libc/include/machine/setjmp.h
mgl@1371
   125
--- newlib-1.17.0/newlib/libc/include/machine/setjmp.h	2008-12-11 21:05:38.000000000 +0100
mgl@1371
   126
+++ newlib-1.17.0-new/newlib/libc/include/machine/setjmp.h	2009-05-22 09:57:49.000000000 +0200
mgl@1371
   127
@@ -13,6 +13,13 @@
mgl@1371
   128
 #define _JBLEN 24
mgl@1371
   129
 #endif
mgl@1371
   130
 
mgl@1371
   131
+#if defined(__AVR32__)
mgl@1371
   132
+/*
mgl@1371
   133
+  r0-r7, lr, sp
mgl@1371
   134
+ */
mgl@1371
   135
+#define _JBLEN 10
mgl@1371
   136
+#endif
mgl@1371
   137
+
mgl@1371
   138
 #ifdef __sparc__
mgl@1371
   139
 /*
mgl@1371
   140
  * onsstack,sigmask,sp,pc,npc,psr,g1,o0,wbcnt (sigcontext).
mgl@1371
   141
diff -Naur newlib-1.17.0/newlib/libc/include/machine/time.h newlib-1.17.0-new/newlib/libc/include/machine/time.h
mgl@1371
   142
--- newlib-1.17.0/newlib/libc/include/machine/time.h	2000-12-04 20:06:37.000000000 +0100
mgl@1371
   143
+++ newlib-1.17.0-new/newlib/libc/include/machine/time.h	2009-05-22 09:57:49.000000000 +0200
mgl@1371
   144
@@ -6,6 +6,10 @@
mgl@1371
   145
 #else  /* !__rtems__ */
mgl@1371
   146
 #if defined(__arm__) || defined(__thumb__)
mgl@1371
   147
 #define _CLOCKS_PER_SEC_ 100
mgl@1371
   148
+#else
mgl@1371
   149
+#if defined(__AVR32__)
mgl@1371
   150
+#define _CLOCKS_PER_SEC_ 1000000
mgl@1371
   151
+#endif
mgl@1371
   152
 #endif
mgl@1371
   153
 #endif /* !__rtems__ */
mgl@1371
   154
 
mgl@1371
   155
diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/aclocal.m4 newlib-1.17.0-new/newlib/libc/machine/avr32/aclocal.m4
mgl@1371
   156
--- newlib-1.17.0/newlib/libc/machine/avr32/aclocal.m4	1970-01-01 01:00:00.000000000 +0100
mgl@1371
   157
+++ newlib-1.17.0-new/newlib/libc/machine/avr32/aclocal.m4	2009-05-22 09:57:49.000000000 +0200
mgl@1371
   158
@@ -0,0 +1,382 @@
mgl@1371
   159
+dnl aclocal.m4 generated automatically by aclocal 1.4-p6
mgl@1371
   160
+
mgl@1371
   161
+dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
mgl@1371
   162
+dnl This file is free software; the Free Software Foundation
mgl@1371
   163
+dnl gives unlimited permission to copy and/or distribute it,
mgl@1371
   164
+dnl with or without modifications, as long as this notice is preserved.
mgl@1371
   165
+
mgl@1371
   166
+dnl This program is distributed in the hope that it will be useful,
mgl@1371
   167
+dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
mgl@1371
   168
+dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
mgl@1371
   169
+dnl PARTICULAR PURPOSE.
mgl@1371
   170
+
mgl@1371
   171
+dnl This provides configure definitions used by all the newlib
mgl@1371
   172
+dnl configure.in files.
mgl@1371
   173
+
mgl@1371
   174
+dnl Basic newlib configury.  This calls basic introductory stuff,
mgl@1371
   175
+dnl including AM_INIT_AUTOMAKE and AC_CANONICAL_HOST.  It also runs
mgl@1371
   176
+dnl configure.host.  The only argument is the relative path to the top
mgl@1371
   177
+dnl newlib directory.
mgl@1371
   178
+
mgl@1371
   179
+AC_DEFUN(NEWLIB_CONFIGURE,
mgl@1371
   180
+[
mgl@1371
   181
+dnl Default to --enable-multilib
mgl@1371
   182
+AC_ARG_ENABLE(multilib,
mgl@1371
   183
+[  --enable-multilib         build many library versions (default)],
mgl@1371
   184
+[case "${enableval}" in
mgl@1371
   185
+  yes) multilib=yes ;;
mgl@1371
   186
+  no)  multilib=no ;;
mgl@1371
   187
+  *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
mgl@1371
   188
+ esac], [multilib=yes])dnl
mgl@1371
   189
+
mgl@1371
   190
+dnl Support --enable-target-optspace
mgl@1371
   191
+AC_ARG_ENABLE(target-optspace,
mgl@1371
   192
+[  --enable-target-optspace  optimize for space],
mgl@1371
   193
+[case "${enableval}" in
mgl@1371
   194
+  yes) target_optspace=yes ;;
mgl@1371
   195
+  no)  target_optspace=no ;;
mgl@1371
   196
+  *)   AC_MSG_ERROR(bad value ${enableval} for target-optspace option) ;;
mgl@1371
   197
+ esac], [target_optspace=])dnl
mgl@1371
   198
+
mgl@1371
   199
+dnl Support --enable-malloc-debugging - currently only supported for Cygwin
mgl@1371
   200
+AC_ARG_ENABLE(malloc-debugging,
mgl@1371
   201
+[  --enable-malloc-debugging indicate malloc debugging requested],
mgl@1371
   202
+[case "${enableval}" in
mgl@1371
   203
+  yes) malloc_debugging=yes ;;
mgl@1371
   204
+  no)  malloc_debugging=no ;;
mgl@1371
   205
+  *)   AC_MSG_ERROR(bad value ${enableval} for malloc-debugging option) ;;
mgl@1371
   206
+ esac], [malloc_debugging=])dnl
mgl@1371
   207
+
mgl@1371
   208
+dnl Support --enable-newlib-mb
mgl@1371
   209
+AC_ARG_ENABLE(newlib-mb,
mgl@1371
   210
+[  --enable-newlib-mb        enable multibyte support],
mgl@1371
   211
+[case "${enableval}" in
mgl@1371
   212
+  yes) newlib_mb=yes ;;
mgl@1371
   213
+  no)  newlib_mb=no ;;
mgl@1371
   214
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-mb option) ;;
mgl@1371
   215
+ esac], [newlib_mb=])dnl
mgl@1371
   216
+
mgl@1371
   217
+dnl Support --enable-newlib-iconv
mgl@1371
   218
+AC_ARG_ENABLE(newlib-iconv,
mgl@1371
   219
+[  --enable-newlib-iconv     enable iconv library support],
mgl@1371
   220
+[case "${enableval}" in
mgl@1371
   221
+  yes) newlib_iconv=yes ;;
mgl@1371
   222
+  no)  newlib_iconv=no ;;
mgl@1371
   223
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-iconv option) ;;
mgl@1371
   224
+ esac], [newlib_iconv=])dnl
mgl@1371
   225
+
mgl@1371
   226
+dnl Support --enable-newlib-builtin-converters
mgl@1371
   227
+AC_ARG_ENABLE(newlib-builtin-converters,
mgl@1371
   228
+[  --enable-newlib-builtin-converters   enable specific comma-separated list of iconv converters to be built-in],
mgl@1371
   229
+[if test x${enableval} = x; then
mgl@1371
   230
+   AC_MSG_ERROR(bad value ${enableval} for newlib-builtin-converters option - use comma-separated list)
mgl@1371
   231
+ fi
mgl@1371
   232
+ builtin_converters=${enableval}
mgl@1371
   233
+ ], [builtin_converters=])dnl
mgl@1371
   234
+
mgl@1371
   235
+dnl Support --enable-newlib-multithread
mgl@1371
   236
+AC_ARG_ENABLE(newlib-multithread,
mgl@1371
   237
+[  --enable-newlib-multithread        enable support for multiple threads],
mgl@1371
   238
+[case "${enableval}" in
mgl@1371
   239
+  yes) newlib_multithread=yes ;;
mgl@1371
   240
+  no)  newlib_multithread=no ;;
mgl@1371
   241
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-multithread option) ;;
mgl@1371
   242
+ esac], [newlib_multithread=yes])dnl
mgl@1371
   243
+
mgl@1371
   244
+dnl Support --enable-newlib-elix-level
mgl@1371
   245
+AC_ARG_ENABLE(newlib-elix-level,
mgl@1371
   246
+[  --enable-newlib-elix-level         supply desired elix library level (1-4)],
mgl@1371
   247
+[case "${enableval}" in
mgl@1371
   248
+  0)   newlib_elix_level=0 ;;
mgl@1371
   249
+  1)   newlib_elix_level=1 ;;
mgl@1371
   250
+  2)   newlib_elix_level=2 ;;
mgl@1371
   251
+  3)   newlib_elix_level=3 ;;
mgl@1371
   252
+  4)   newlib_elix_level=4 ;;
mgl@1371
   253
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-elix-level option) ;;
mgl@1371
   254
+ esac], [newlib_elix_level=0])dnl
mgl@1371
   255
+
mgl@1371
   256
+dnl Support --disable-newlib-io-float
mgl@1371
   257
+AC_ARG_ENABLE(newlib-io-float,
mgl@1371
   258
+[  --disable-newlib-io-float disable printf/scanf family float support],
mgl@1371
   259
+[case "${enableval}" in
mgl@1371
   260
+  yes) newlib_io_float=yes ;;
mgl@1371
   261
+  no)  newlib_io_float=no ;;
mgl@1371
   262
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-io-float option) ;;
mgl@1371
   263
+ esac], [newlib_io_float=yes])dnl
mgl@1371
   264
+
mgl@1371
   265
+dnl Support --disable-newlib-supplied-syscalls
mgl@1371
   266
+AC_ARG_ENABLE(newlib-supplied-syscalls,
mgl@1371
   267
+[  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls],
mgl@1371
   268
+[case "${enableval}" in
mgl@1371
   269
+  yes) newlib_may_supply_syscalls=yes ;;
mgl@1371
   270
+  no)  newlib_may_supply_syscalls=no ;;
mgl@1371
   271
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-supplied-syscalls option) ;;
mgl@1371
   272
+ esac], [newlib_may_supply_syscalls=yes])dnl
mgl@1371
   273
+
mgl@1371
   274
+AM_CONDITIONAL(MAY_SUPPLY_SYSCALLS, test x[$]{newlib_may_supply_syscalls} = xyes)
mgl@1371
   275
+
mgl@1371
   276
+dnl We may get other options which we don't document:
mgl@1371
   277
+dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
mgl@1371
   278
+
mgl@1371
   279
+test -z "[$]{with_target_subdir}" && with_target_subdir=.
mgl@1371
   280
+
mgl@1371
   281
+if test "[$]{srcdir}" = "."; then
mgl@1371
   282
+  if test "[$]{with_target_subdir}" != "."; then
mgl@1371
   283
+    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}../$1"
mgl@1371
   284
+  else
mgl@1371
   285
+    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}$1"
mgl@1371
   286
+  fi
mgl@1371
   287
+else
mgl@1371
   288
+  newlib_basedir="[$]{srcdir}/$1"
mgl@1371
   289
+fi
mgl@1371
   290
+AC_SUBST(newlib_basedir)
mgl@1371
   291
+
mgl@1371
   292
+AC_CANONICAL_SYSTEM
mgl@1371
   293
+
mgl@1371
   294
+AM_INIT_AUTOMAKE(newlib, 1.12.0)
mgl@1371
   295
+
mgl@1371
   296
+# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
mgl@1371
   297
+# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
mgl@1371
   298
+# are probably using a cross compiler, which will not be able to fully
mgl@1371
   299
+# link an executable.  This should really be fixed in autoconf
mgl@1371
   300
+# itself.
mgl@1371
   301
+
mgl@1371
   302
+AC_DEFUN(LIB_AC_PROG_CC,
mgl@1371
   303
+[AC_BEFORE([$0], [AC_PROG_CPP])dnl
mgl@1371
   304
+AC_CHECK_PROG(CC, gcc, gcc)
mgl@1371
   305
+if test -z "$CC"; then
mgl@1371
   306
+  AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
mgl@1371
   307
+  test -z "$CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
mgl@1371
   308
+fi
mgl@1371
   309
+
mgl@1371
   310
+AC_PROG_CC_GNU
mgl@1371
   311
+
mgl@1371
   312
+if test $ac_cv_prog_gcc = yes; then
mgl@1371
   313
+  GCC=yes
mgl@1371
   314
+dnl Check whether -g works, even if CFLAGS is set, in case the package
mgl@1371
   315
+dnl plays around with CFLAGS (such as to build both debugging and
mgl@1371
   316
+dnl normal versions of a library), tasteless as that idea is.
mgl@1371
   317
+  ac_test_CFLAGS="${CFLAGS+set}"
mgl@1371
   318
+  ac_save_CFLAGS="$CFLAGS"
mgl@1371
   319
+  CFLAGS=
mgl@1371
   320
+  AC_PROG_CC_G
mgl@1371
   321
+  if test "$ac_test_CFLAGS" = set; then
mgl@1371
   322
+    CFLAGS="$ac_save_CFLAGS"
mgl@1371
   323
+  elif test $ac_cv_prog_cc_g = yes; then
mgl@1371
   324
+    CFLAGS="-g -O2"
mgl@1371
   325
+  else
mgl@1371
   326
+    CFLAGS="-O2"
mgl@1371
   327
+  fi
mgl@1371
   328
+else
mgl@1371
   329
+  GCC=
mgl@1371
   330
+  test "${CFLAGS+set}" = set || CFLAGS="-g"
mgl@1371
   331
+fi
mgl@1371
   332
+])
mgl@1371
   333
+
mgl@1371
   334
+LIB_AC_PROG_CC
mgl@1371
   335
+
mgl@1371
   336
+AC_CHECK_TOOL(AS, as)
mgl@1371
   337
+AC_CHECK_TOOL(AR, ar)
mgl@1371
   338
+AC_CHECK_TOOL(RANLIB, ranlib, :)
mgl@1371
   339
+
mgl@1371
   340
+AC_PROG_INSTALL
mgl@1371
   341
+
mgl@1371
   342
+AM_MAINTAINER_MODE
mgl@1371
   343
+
mgl@1371
   344
+# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
mgl@1371
   345
+# at least currently, we never actually build a program, so we never
mgl@1371
   346
+# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
mgl@1371
   347
+# fails, because we are probably configuring with a cross compiler
mgl@1371
   348
+# which can't create executables.  So we include AC_EXEEXT to keep
mgl@1371
   349
+# automake happy, but we don't execute it, since we don't care about
mgl@1371
   350
+# the result.
mgl@1371
   351
+if false; then
mgl@1371
   352
+  AC_EXEEXT
mgl@1371
   353
+fi
mgl@1371
   354
+
mgl@1371
   355
+. [$]{newlib_basedir}/configure.host
mgl@1371
   356
+
mgl@1371
   357
+newlib_cflags="[$]{newlib_cflags} -fno-builtin"
mgl@1371
   358
+
mgl@1371
   359
+NEWLIB_CFLAGS=${newlib_cflags}
mgl@1371
   360
+AC_SUBST(NEWLIB_CFLAGS)
mgl@1371
   361
+
mgl@1371
   362
+LDFLAGS=${ldflags}
mgl@1371
   363
+AC_SUBST(LDFLAGS)
mgl@1371
   364
+
mgl@1371
   365
+AM_CONDITIONAL(ELIX_LEVEL_0, test x[$]{newlib_elix_level} = x0)
mgl@1371
   366
+AM_CONDITIONAL(ELIX_LEVEL_1, test x[$]{newlib_elix_level} = x1)
mgl@1371
   367
+AM_CONDITIONAL(ELIX_LEVEL_2, test x[$]{newlib_elix_level} = x2)
mgl@1371
   368
+AM_CONDITIONAL(ELIX_LEVEL_3, test x[$]{newlib_elix_level} = x3)
mgl@1371
   369
+AM_CONDITIONAL(ELIX_LEVEL_4, test x[$]{newlib_elix_level} = x4)
mgl@1371
   370
+
mgl@1371
   371
+AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
mgl@1371
   372
+
mgl@1371
   373
+# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
mgl@1371
   374
+# use oext, which is set in configure.host based on the target platform.
mgl@1371
   375
+OBJEXT=${oext}
mgl@1371
   376
+
mgl@1371
   377
+AC_SUBST(OBJEXT)
mgl@1371
   378
+AC_SUBST(oext)
mgl@1371
   379
+AC_SUBST(aext)
mgl@1371
   380
+
mgl@1371
   381
+AC_SUBST(libm_machine_dir)
mgl@1371
   382
+AC_SUBST(machine_dir)
mgl@1371
   383
+AC_SUBST(sys_dir)
mgl@1371
   384
+])
mgl@1371
   385
+
mgl@1371
   386
+# Do all the work for Automake.  This macro actually does too much --
mgl@1371
   387
+# some checks are only needed if your package does certain things.
mgl@1371
   388
+# But this isn't really a big deal.
mgl@1371
   389
+
mgl@1371
   390
+# serial 1
mgl@1371
   391
+
mgl@1371
   392
+dnl Usage:
mgl@1371
   393
+dnl AM_INIT_AUTOMAKE(package,version, [no-define])
mgl@1371
   394
+
mgl@1371
   395
+AC_DEFUN([AM_INIT_AUTOMAKE],
mgl@1371
   396
+[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
mgl@1371
   397
+AC_REQUIRE([AC_PROG_INSTALL])
mgl@1371
   398
+PACKAGE=[$1]
mgl@1371
   399
+AC_SUBST(PACKAGE)
mgl@1371
   400
+VERSION=[$2]
mgl@1371
   401
+AC_SUBST(VERSION)
mgl@1371
   402
+dnl test to see if srcdir already configured
mgl@1371
   403
+if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
mgl@1371
   404
+  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
mgl@1371
   405
+fi
mgl@1371
   406
+ifelse([$3],,
mgl@1371
   407
+AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
mgl@1371
   408
+AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
mgl@1371
   409
+AC_REQUIRE([AM_SANITY_CHECK])
mgl@1371
   410
+AC_REQUIRE([AC_ARG_PROGRAM])
mgl@1371
   411
+dnl FIXME This is truly gross.
mgl@1371
   412
+missing_dir=`cd $ac_aux_dir && pwd`
mgl@1371
   413
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
mgl@1371
   414
+AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
mgl@1371
   415
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
mgl@1371
   416
+AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
mgl@1371
   417
+AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
mgl@1371
   418
+AC_REQUIRE([AC_PROG_MAKE_SET])])
mgl@1371
   419
+
mgl@1371
   420
+# Copyright 2002  Free Software Foundation, Inc.
mgl@1371
   421
+
mgl@1371
   422
+# This program is free software; you can redistribute it and/or modify
mgl@1371
   423
+# it under the terms of the GNU General Public License as published by
mgl@1371
   424
+# the Free Software Foundation; either version 2, or (at your option)
mgl@1371
   425
+# any later version.
mgl@1371
   426
+
mgl@1371
   427
+# This program is distributed in the hope that it will be useful,
mgl@1371
   428
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
mgl@1371
   429
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
mgl@1371
   430
+# GNU General Public License for more details.
mgl@1371
   431
+
mgl@1371
   432
+# You should have received a copy of the GNU General Public License
mgl@1371
   433
+# along with this program; if not, write to the Free Software
mgl@1371
   434
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
mgl@1371
   435
+
mgl@1371
   436
+# AM_AUTOMAKE_VERSION(VERSION)
mgl@1371
   437
+# ----------------------------
mgl@1371
   438
+# Automake X.Y traces this macro to ensure aclocal.m4 has been
mgl@1371
   439
+# generated from the m4 files accompanying Automake X.Y.
mgl@1371
   440
+AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
mgl@1371
   441
+
mgl@1371
   442
+# AM_SET_CURRENT_AUTOMAKE_VERSION
mgl@1371
   443
+# -------------------------------
mgl@1371
   444
+# Call AM_AUTOMAKE_VERSION so it can be traced.
mgl@1371
   445
+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
mgl@1371
   446
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
mgl@1371
   447
+	 [AM_AUTOMAKE_VERSION([1.4-p6])])
mgl@1371
   448
+
mgl@1371
   449
+#
mgl@1371
   450
+# Check to make sure that the build environment is sane.
mgl@1371
   451
+#
mgl@1371
   452
+
mgl@1371
   453
+AC_DEFUN([AM_SANITY_CHECK],
mgl@1371
   454
+[AC_MSG_CHECKING([whether build environment is sane])
mgl@1371
   455
+# Just in case
mgl@1371
   456
+sleep 1
mgl@1371
   457
+echo timestamp > conftestfile
mgl@1371
   458
+# Do `set' in a subshell so we don't clobber the current shell's
mgl@1371
   459
+# arguments.  Must try -L first in case configure is actually a
mgl@1371
   460
+# symlink; some systems play weird games with the mod time of symlinks
mgl@1371
   461
+# (eg FreeBSD returns the mod time of the symlink's containing
mgl@1371
   462
+# directory).
mgl@1371
   463
+if (
mgl@1371
   464
+   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
mgl@1371
   465
+   if test "[$]*" = "X"; then
mgl@1371
   466
+      # -L didn't work.
mgl@1371
   467
+      set X `ls -t $srcdir/configure conftestfile`
mgl@1371
   468
+   fi
mgl@1371
   469
+   if test "[$]*" != "X $srcdir/configure conftestfile" \
mgl@1371
   470
+      && test "[$]*" != "X conftestfile $srcdir/configure"; then
mgl@1371
   471
+
mgl@1371
   472
+      # If neither matched, then we have a broken ls.  This can happen
mgl@1371
   473
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
mgl@1371
   474
+      # broken ls alias from the environment.  This has actually
mgl@1371
   475
+      # happened.  Such a system could not be considered "sane".
mgl@1371
   476
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
mgl@1371
   477
+alias in your environment])
mgl@1371
   478
+   fi
mgl@1371
   479
+
mgl@1371
   480
+   test "[$]2" = conftestfile
mgl@1371
   481
+   )
mgl@1371
   482
+then
mgl@1371
   483
+   # Ok.
mgl@1371
   484
+   :
mgl@1371
   485
+else
mgl@1371
   486
+   AC_MSG_ERROR([newly created file is older than distributed files!
mgl@1371
   487
+Check your system clock])
mgl@1371
   488
+fi
mgl@1371
   489
+rm -f conftest*
mgl@1371
   490
+AC_MSG_RESULT(yes)])
mgl@1371
   491
+
mgl@1371
   492
+dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
mgl@1371
   493
+dnl The program must properly implement --version.
mgl@1371
   494
+AC_DEFUN([AM_MISSING_PROG],
mgl@1371
   495
+[AC_MSG_CHECKING(for working $2)
mgl@1371
   496
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
   497
+# an executable is not found, even if stderr is redirected.
mgl@1371
   498
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
   499
+if ($2 --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
   500
+   $1=$2
mgl@1371
   501
+   AC_MSG_RESULT(found)
mgl@1371
   502
+else
mgl@1371
   503
+   $1="$3/missing $2"
mgl@1371
   504
+   AC_MSG_RESULT(missing)
mgl@1371
   505
+fi
mgl@1371
   506
+AC_SUBST($1)])
mgl@1371
   507
+
mgl@1371
   508
+# Define a conditional.
mgl@1371
   509
+
mgl@1371
   510
+AC_DEFUN([AM_CONDITIONAL],
mgl@1371
   511
+[AC_SUBST($1_TRUE)
mgl@1371
   512
+AC_SUBST($1_FALSE)
mgl@1371
   513
+if $2; then
mgl@1371
   514
+  $1_TRUE=
mgl@1371
   515
+  $1_FALSE='#'
mgl@1371
   516
+else
mgl@1371
   517
+  $1_TRUE='#'
mgl@1371
   518
+  $1_FALSE=
mgl@1371
   519
+fi])
mgl@1371
   520
+
mgl@1371
   521
+# Add --enable-maintainer-mode option to configure.
mgl@1371
   522
+# From Jim Meyering
mgl@1371
   523
+
mgl@1371
   524
+# serial 1
mgl@1371
   525
+
mgl@1371
   526
+AC_DEFUN([AM_MAINTAINER_MODE],
mgl@1371
   527
+[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
mgl@1371
   528
+  dnl maintainer-mode is disabled by default
mgl@1371
   529
+  AC_ARG_ENABLE(maintainer-mode,
mgl@1371
   530
+[  --enable-maintainer-mode enable make rules and dependencies not useful
mgl@1371
   531
+                          (and sometimes confusing) to the casual installer],
mgl@1371
   532
+      USE_MAINTAINER_MODE=$enableval,
mgl@1371
   533
+      USE_MAINTAINER_MODE=no)
mgl@1371
   534
+  AC_MSG_RESULT($USE_MAINTAINER_MODE)
mgl@1371
   535
+  AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
mgl@1371
   536
+  MAINT=$MAINTAINER_MODE_TRUE
mgl@1371
   537
+  AC_SUBST(MAINT)dnl
mgl@1371
   538
+]
mgl@1371
   539
+)
mgl@1371
   540
+
mgl@1371
   541
diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/configure newlib-1.17.0-new/newlib/libc/machine/avr32/configure
mgl@1371
   542
--- newlib-1.17.0/newlib/libc/machine/avr32/configure	1970-01-01 01:00:00.000000000 +0100
mgl@1371
   543
+++ newlib-1.17.0-new/newlib/libc/machine/avr32/configure	2009-05-22 09:57:49.000000000 +0200
mgl@1371
   544
@@ -0,0 +1,3950 @@
mgl@1371
   545
+#! /bin/sh
mgl@1371
   546
+# Guess values for system-dependent variables and create Makefiles.
mgl@1371
   547
+# Generated by GNU Autoconf 2.61 for newlib NEWLIB_VERSION.
mgl@1371
   548
+#
mgl@1371
   549
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
mgl@1371
   550
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
mgl@1371
   551
+# This configure script is free software; the Free Software Foundation
mgl@1371
   552
+# gives unlimited permission to copy, distribute and modify it.
mgl@1371
   553
+## --------------------- ##
mgl@1371
   554
+## M4sh Initialization.  ##
mgl@1371
   555
+## --------------------- ##
mgl@1371
   556
+
mgl@1371
   557
+# Be more Bourne compatible
mgl@1371
   558
+DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
   559
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
   560
+  emulate sh
mgl@1371
   561
+  NULLCMD=:
mgl@1371
   562
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
   563
+  # is contrary to our usage.  Disable this feature.
mgl@1371
   564
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
   565
+  setopt NO_GLOB_SUBST
mgl@1371
   566
+else
mgl@1371
   567
+  case `(set -o) 2>/dev/null` in
mgl@1371
   568
+  *posix*) set -o posix ;;
mgl@1371
   569
+esac
mgl@1371
   570
+
mgl@1371
   571
+fi
mgl@1371
   572
+
mgl@1371
   573
+
mgl@1371
   574
+
mgl@1371
   575
+
mgl@1371
   576
+# PATH needs CR
mgl@1371
   577
+# Avoid depending upon Character Ranges.
mgl@1371
   578
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
   579
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
   580
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
   581
+as_cr_digits='0123456789'
mgl@1371
   582
+as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
   583
+
mgl@1371
   584
+# The user is always right.
mgl@1371
   585
+if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
   586
+  echo "#! /bin/sh" >conf$$.sh
mgl@1371
   587
+  echo  "exit 0"   >>conf$$.sh
mgl@1371
   588
+  chmod +x conf$$.sh
mgl@1371
   589
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
   590
+    PATH_SEPARATOR=';'
mgl@1371
   591
+  else
mgl@1371
   592
+    PATH_SEPARATOR=:
mgl@1371
   593
+  fi
mgl@1371
   594
+  rm -f conf$$.sh
mgl@1371
   595
+fi
mgl@1371
   596
+
mgl@1371
   597
+# Support unset when possible.
mgl@1371
   598
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
   599
+  as_unset=unset
mgl@1371
   600
+else
mgl@1371
   601
+  as_unset=false
mgl@1371
   602
+fi
mgl@1371
   603
+
mgl@1371
   604
+
mgl@1371
   605
+# IFS
mgl@1371
   606
+# We need space, tab and new line, in precisely that order.  Quoting is
mgl@1371
   607
+# there to prevent editors from complaining about space-tab.
mgl@1371
   608
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
mgl@1371
   609
+# splitting by setting IFS to empty value.)
mgl@1371
   610
+as_nl='
mgl@1371
   611
+'
mgl@1371
   612
+IFS=" ""	$as_nl"
mgl@1371
   613
+
mgl@1371
   614
+# Find who we are.  Look in the path if we contain no directory separator.
mgl@1371
   615
+case $0 in
mgl@1371
   616
+  *[\\/]* ) as_myself=$0 ;;
mgl@1371
   617
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
   618
+for as_dir in $PATH
mgl@1371
   619
+do
mgl@1371
   620
+  IFS=$as_save_IFS
mgl@1371
   621
+  test -z "$as_dir" && as_dir=.
mgl@1371
   622
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
   623
+done
mgl@1371
   624
+IFS=$as_save_IFS
mgl@1371
   625
+
mgl@1371
   626
+     ;;
mgl@1371
   627
+esac
mgl@1371
   628
+# We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
   629
+# in which case we are not to be found in the path.
mgl@1371
   630
+if test "x$as_myself" = x; then
mgl@1371
   631
+  as_myself=$0
mgl@1371
   632
+fi
mgl@1371
   633
+if test ! -f "$as_myself"; then
mgl@1371
   634
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
mgl@1371
   635
+  { (exit 1); exit 1; }
mgl@1371
   636
+fi
mgl@1371
   637
+
mgl@1371
   638
+# Work around bugs in pre-3.0 UWIN ksh.
mgl@1371
   639
+for as_var in ENV MAIL MAILPATH
mgl@1371
   640
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
   641
+done
mgl@1371
   642
+PS1='$ '
mgl@1371
   643
+PS2='> '
mgl@1371
   644
+PS4='+ '
mgl@1371
   645
+
mgl@1371
   646
+# NLS nuisances.
mgl@1371
   647
+for as_var in \
mgl@1371
   648
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
mgl@1371
   649
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
mgl@1371
   650
+  LC_TELEPHONE LC_TIME
mgl@1371
   651
+do
mgl@1371
   652
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mgl@1371
   653
+    eval $as_var=C; export $as_var
mgl@1371
   654
+  else
mgl@1371
   655
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
   656
+  fi
mgl@1371
   657
+done
mgl@1371
   658
+
mgl@1371
   659
+# Required to use basename.
mgl@1371
   660
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
   661
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
   662
+  as_expr=expr
mgl@1371
   663
+else
mgl@1371
   664
+  as_expr=false
mgl@1371
   665
+fi
mgl@1371
   666
+
mgl@1371
   667
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
mgl@1371
   668
+  as_basename=basename
mgl@1371
   669
+else
mgl@1371
   670
+  as_basename=false
mgl@1371
   671
+fi
mgl@1371
   672
+
mgl@1371
   673
+
mgl@1371
   674
+# Name of the executable.
mgl@1371
   675
+as_me=`$as_basename -- "$0" ||
mgl@1371
   676
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
mgl@1371
   677
+	 X"$0" : 'X\(//\)$' \| \
mgl@1371
   678
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
   679
+echo X/"$0" |
mgl@1371
   680
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
mgl@1371
   681
+	    s//\1/
mgl@1371
   682
+	    q
mgl@1371
   683
+	  }
mgl@1371
   684
+	  /^X\/\(\/\/\)$/{
mgl@1371
   685
+	    s//\1/
mgl@1371
   686
+	    q
mgl@1371
   687
+	  }
mgl@1371
   688
+	  /^X\/\(\/\).*/{
mgl@1371
   689
+	    s//\1/
mgl@1371
   690
+	    q
mgl@1371
   691
+	  }
mgl@1371
   692
+	  s/.*/./; q'`
mgl@1371
   693
+
mgl@1371
   694
+# CDPATH.
mgl@1371
   695
+$as_unset CDPATH
mgl@1371
   696
+
mgl@1371
   697
+
mgl@1371
   698
+if test "x$CONFIG_SHELL" = x; then
mgl@1371
   699
+  if (eval ":") 2>/dev/null; then
mgl@1371
   700
+  as_have_required=yes
mgl@1371
   701
+else
mgl@1371
   702
+  as_have_required=no
mgl@1371
   703
+fi
mgl@1371
   704
+
mgl@1371
   705
+  if test $as_have_required = yes && 	 (eval ":
mgl@1371
   706
+(as_func_return () {
mgl@1371
   707
+  (exit \$1)
mgl@1371
   708
+}
mgl@1371
   709
+as_func_success () {
mgl@1371
   710
+  as_func_return 0
mgl@1371
   711
+}
mgl@1371
   712
+as_func_failure () {
mgl@1371
   713
+  as_func_return 1
mgl@1371
   714
+}
mgl@1371
   715
+as_func_ret_success () {
mgl@1371
   716
+  return 0
mgl@1371
   717
+}
mgl@1371
   718
+as_func_ret_failure () {
mgl@1371
   719
+  return 1
mgl@1371
   720
+}
mgl@1371
   721
+
mgl@1371
   722
+exitcode=0
mgl@1371
   723
+if as_func_success; then
mgl@1371
   724
+  :
mgl@1371
   725
+else
mgl@1371
   726
+  exitcode=1
mgl@1371
   727
+  echo as_func_success failed.
mgl@1371
   728
+fi
mgl@1371
   729
+
mgl@1371
   730
+if as_func_failure; then
mgl@1371
   731
+  exitcode=1
mgl@1371
   732
+  echo as_func_failure succeeded.
mgl@1371
   733
+fi
mgl@1371
   734
+
mgl@1371
   735
+if as_func_ret_success; then
mgl@1371
   736
+  :
mgl@1371
   737
+else
mgl@1371
   738
+  exitcode=1
mgl@1371
   739
+  echo as_func_ret_success failed.
mgl@1371
   740
+fi
mgl@1371
   741
+
mgl@1371
   742
+if as_func_ret_failure; then
mgl@1371
   743
+  exitcode=1
mgl@1371
   744
+  echo as_func_ret_failure succeeded.
mgl@1371
   745
+fi
mgl@1371
   746
+
mgl@1371
   747
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
mgl@1371
   748
+  :
mgl@1371
   749
+else
mgl@1371
   750
+  exitcode=1
mgl@1371
   751
+  echo positional parameters were not saved.
mgl@1371
   752
+fi
mgl@1371
   753
+
mgl@1371
   754
+test \$exitcode = 0) || { (exit 1); exit 1; }
mgl@1371
   755
+
mgl@1371
   756
+(
mgl@1371
   757
+  as_lineno_1=\$LINENO
mgl@1371
   758
+  as_lineno_2=\$LINENO
mgl@1371
   759
+  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
mgl@1371
   760
+  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
mgl@1371
   761
+") 2> /dev/null; then
mgl@1371
   762
+  :
mgl@1371
   763
+else
mgl@1371
   764
+  as_candidate_shells=
mgl@1371
   765
+    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
   766
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
mgl@1371
   767
+do
mgl@1371
   768
+  IFS=$as_save_IFS
mgl@1371
   769
+  test -z "$as_dir" && as_dir=.
mgl@1371
   770
+  case $as_dir in
mgl@1371
   771
+	 /*)
mgl@1371
   772
+	   for as_base in sh bash ksh sh5; do
mgl@1371
   773
+	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
mgl@1371
   774
+	   done;;
mgl@1371
   775
+       esac
mgl@1371
   776
+done
mgl@1371
   777
+IFS=$as_save_IFS
mgl@1371
   778
+
mgl@1371
   779
+
mgl@1371
   780
+      for as_shell in $as_candidate_shells $SHELL; do
mgl@1371
   781
+	 # Try only shells that exist, to save several forks.
mgl@1371
   782
+	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
mgl@1371
   783
+		{ ("$as_shell") 2> /dev/null <<\_ASEOF
mgl@1371
   784
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
   785
+  emulate sh
mgl@1371
   786
+  NULLCMD=:
mgl@1371
   787
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
   788
+  # is contrary to our usage.  Disable this feature.
mgl@1371
   789
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
   790
+  setopt NO_GLOB_SUBST
mgl@1371
   791
+else
mgl@1371
   792
+  case `(set -o) 2>/dev/null` in
mgl@1371
   793
+  *posix*) set -o posix ;;
mgl@1371
   794
+esac
mgl@1371
   795
+
mgl@1371
   796
+fi
mgl@1371
   797
+
mgl@1371
   798
+
mgl@1371
   799
+:
mgl@1371
   800
+_ASEOF
mgl@1371
   801
+}; then
mgl@1371
   802
+  CONFIG_SHELL=$as_shell
mgl@1371
   803
+	       as_have_required=yes
mgl@1371
   804
+	       if { "$as_shell" 2> /dev/null <<\_ASEOF
mgl@1371
   805
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
   806
+  emulate sh
mgl@1371
   807
+  NULLCMD=:
mgl@1371
   808
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
   809
+  # is contrary to our usage.  Disable this feature.
mgl@1371
   810
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
   811
+  setopt NO_GLOB_SUBST
mgl@1371
   812
+else
mgl@1371
   813
+  case `(set -o) 2>/dev/null` in
mgl@1371
   814
+  *posix*) set -o posix ;;
mgl@1371
   815
+esac
mgl@1371
   816
+
mgl@1371
   817
+fi
mgl@1371
   818
+
mgl@1371
   819
+
mgl@1371
   820
+:
mgl@1371
   821
+(as_func_return () {
mgl@1371
   822
+  (exit $1)
mgl@1371
   823
+}
mgl@1371
   824
+as_func_success () {
mgl@1371
   825
+  as_func_return 0
mgl@1371
   826
+}
mgl@1371
   827
+as_func_failure () {
mgl@1371
   828
+  as_func_return 1
mgl@1371
   829
+}
mgl@1371
   830
+as_func_ret_success () {
mgl@1371
   831
+  return 0
mgl@1371
   832
+}
mgl@1371
   833
+as_func_ret_failure () {
mgl@1371
   834
+  return 1
mgl@1371
   835
+}
mgl@1371
   836
+
mgl@1371
   837
+exitcode=0
mgl@1371
   838
+if as_func_success; then
mgl@1371
   839
+  :
mgl@1371
   840
+else
mgl@1371
   841
+  exitcode=1
mgl@1371
   842
+  echo as_func_success failed.
mgl@1371
   843
+fi
mgl@1371
   844
+
mgl@1371
   845
+if as_func_failure; then
mgl@1371
   846
+  exitcode=1
mgl@1371
   847
+  echo as_func_failure succeeded.
mgl@1371
   848
+fi
mgl@1371
   849
+
mgl@1371
   850
+if as_func_ret_success; then
mgl@1371
   851
+  :
mgl@1371
   852
+else
mgl@1371
   853
+  exitcode=1
mgl@1371
   854
+  echo as_func_ret_success failed.
mgl@1371
   855
+fi
mgl@1371
   856
+
mgl@1371
   857
+if as_func_ret_failure; then
mgl@1371
   858
+  exitcode=1
mgl@1371
   859
+  echo as_func_ret_failure succeeded.
mgl@1371
   860
+fi
mgl@1371
   861
+
mgl@1371
   862
+if ( set x; as_func_ret_success y && test x = "$1" ); then
mgl@1371
   863
+  :
mgl@1371
   864
+else
mgl@1371
   865
+  exitcode=1
mgl@1371
   866
+  echo positional parameters were not saved.
mgl@1371
   867
+fi
mgl@1371
   868
+
mgl@1371
   869
+test $exitcode = 0) || { (exit 1); exit 1; }
mgl@1371
   870
+
mgl@1371
   871
+(
mgl@1371
   872
+  as_lineno_1=$LINENO
mgl@1371
   873
+  as_lineno_2=$LINENO
mgl@1371
   874
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
   875
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
mgl@1371
   876
+
mgl@1371
   877
+_ASEOF
mgl@1371
   878
+}; then
mgl@1371
   879
+  break
mgl@1371
   880
+fi
mgl@1371
   881
+
mgl@1371
   882
+fi
mgl@1371
   883
+
mgl@1371
   884
+      done
mgl@1371
   885
+
mgl@1371
   886
+      if test "x$CONFIG_SHELL" != x; then
mgl@1371
   887
+  for as_var in BASH_ENV ENV
mgl@1371
   888
+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
   889
+        done
mgl@1371
   890
+        export CONFIG_SHELL
mgl@1371
   891
+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
mgl@1371
   892
+fi
mgl@1371
   893
+
mgl@1371
   894
+
mgl@1371
   895
+    if test $as_have_required = no; then
mgl@1371
   896
+  echo This script requires a shell more modern than all the
mgl@1371
   897
+      echo shells that I found on your system.  Please install a
mgl@1371
   898
+      echo modern shell, or manually run the script under such a
mgl@1371
   899
+      echo shell if you do have one.
mgl@1371
   900
+      { (exit 1); exit 1; }
mgl@1371
   901
+fi
mgl@1371
   902
+
mgl@1371
   903
+
mgl@1371
   904
+fi
mgl@1371
   905
+
mgl@1371
   906
+fi
mgl@1371
   907
+
mgl@1371
   908
+
mgl@1371
   909
+
mgl@1371
   910
+(eval "as_func_return () {
mgl@1371
   911
+  (exit \$1)
mgl@1371
   912
+}
mgl@1371
   913
+as_func_success () {
mgl@1371
   914
+  as_func_return 0
mgl@1371
   915
+}
mgl@1371
   916
+as_func_failure () {
mgl@1371
   917
+  as_func_return 1
mgl@1371
   918
+}
mgl@1371
   919
+as_func_ret_success () {
mgl@1371
   920
+  return 0
mgl@1371
   921
+}
mgl@1371
   922
+as_func_ret_failure () {
mgl@1371
   923
+  return 1
mgl@1371
   924
+}
mgl@1371
   925
+
mgl@1371
   926
+exitcode=0
mgl@1371
   927
+if as_func_success; then
mgl@1371
   928
+  :
mgl@1371
   929
+else
mgl@1371
   930
+  exitcode=1
mgl@1371
   931
+  echo as_func_success failed.
mgl@1371
   932
+fi
mgl@1371
   933
+
mgl@1371
   934
+if as_func_failure; then
mgl@1371
   935
+  exitcode=1
mgl@1371
   936
+  echo as_func_failure succeeded.
mgl@1371
   937
+fi
mgl@1371
   938
+
mgl@1371
   939
+if as_func_ret_success; then
mgl@1371
   940
+  :
mgl@1371
   941
+else
mgl@1371
   942
+  exitcode=1
mgl@1371
   943
+  echo as_func_ret_success failed.
mgl@1371
   944
+fi
mgl@1371
   945
+
mgl@1371
   946
+if as_func_ret_failure; then
mgl@1371
   947
+  exitcode=1
mgl@1371
   948
+  echo as_func_ret_failure succeeded.
mgl@1371
   949
+fi
mgl@1371
   950
+
mgl@1371
   951
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
mgl@1371
   952
+  :
mgl@1371
   953
+else
mgl@1371
   954
+  exitcode=1
mgl@1371
   955
+  echo positional parameters were not saved.
mgl@1371
   956
+fi
mgl@1371
   957
+
mgl@1371
   958
+test \$exitcode = 0") || {
mgl@1371
   959
+  echo No shell found that supports shell functions.
mgl@1371
   960
+  echo Please tell autoconf@gnu.org about your system,
mgl@1371
   961
+  echo including any error possibly output before this
mgl@1371
   962
+  echo message
mgl@1371
   963
+}
mgl@1371
   964
+
mgl@1371
   965
+
mgl@1371
   966
+
mgl@1371
   967
+  as_lineno_1=$LINENO
mgl@1371
   968
+  as_lineno_2=$LINENO
mgl@1371
   969
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
   970
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
mgl@1371
   971
+
mgl@1371
   972
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
mgl@1371
   973
+  # uniformly replaced by the line number.  The first 'sed' inserts a
mgl@1371
   974
+  # line-number line after each line using $LINENO; the second 'sed'
mgl@1371
   975
+  # does the real work.  The second script uses 'N' to pair each
mgl@1371
   976
+  # line-number line with the line containing $LINENO, and appends
mgl@1371
   977
+  # trailing '-' during substitution so that $LINENO is not a special
mgl@1371
   978
+  # case at line end.
mgl@1371
   979
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
mgl@1371
   980
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
mgl@1371
   981
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
mgl@1371
   982
+  sed -n '
mgl@1371
   983
+    p
mgl@1371
   984
+    /[$]LINENO/=
mgl@1371
   985
+  ' <$as_myself |
mgl@1371
   986
+    sed '
mgl@1371
   987
+      s/[$]LINENO.*/&-/
mgl@1371
   988
+      t lineno
mgl@1371
   989
+      b
mgl@1371
   990
+      :lineno
mgl@1371
   991
+      N
mgl@1371
   992
+      :loop
mgl@1371
   993
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
mgl@1371
   994
+      t loop
mgl@1371
   995
+      s/-\n.*//
mgl@1371
   996
+    ' >$as_me.lineno &&
mgl@1371
   997
+  chmod +x "$as_me.lineno" ||
mgl@1371
   998
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
mgl@1371
   999
+   { (exit 1); exit 1; }; }
mgl@1371
  1000
+
mgl@1371
  1001
+  # Don't try to exec as it changes $[0], causing all sort of problems
mgl@1371
  1002
+  # (the dirname of $[0] is not the place where we might find the
mgl@1371
  1003
+  # original and so on.  Autoconf is especially sensitive to this).
mgl@1371
  1004
+  . "./$as_me.lineno"
mgl@1371
  1005
+  # Exit status is that of the last command.
mgl@1371
  1006
+  exit
mgl@1371
  1007
+}
mgl@1371
  1008
+
mgl@1371
  1009
+
mgl@1371
  1010
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
mgl@1371
  1011
+  as_dirname=dirname
mgl@1371
  1012
+else
mgl@1371
  1013
+  as_dirname=false
mgl@1371
  1014
+fi
mgl@1371
  1015
+
mgl@1371
  1016
+ECHO_C= ECHO_N= ECHO_T=
mgl@1371
  1017
+case `echo -n x` in
mgl@1371
  1018
+-n*)
mgl@1371
  1019
+  case `echo 'x\c'` in
mgl@1371
  1020
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
mgl@1371
  1021
+  *)   ECHO_C='\c';;
mgl@1371
  1022
+  esac;;
mgl@1371
  1023
+*)
mgl@1371
  1024
+  ECHO_N='-n';;
mgl@1371
  1025
+esac
mgl@1371
  1026
+
mgl@1371
  1027
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
  1028
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
  1029
+  as_expr=expr
mgl@1371
  1030
+else
mgl@1371
  1031
+  as_expr=false
mgl@1371
  1032
+fi
mgl@1371
  1033
+
mgl@1371
  1034
+rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
  1035
+if test -d conf$$.dir; then
mgl@1371
  1036
+  rm -f conf$$.dir/conf$$.file
mgl@1371
  1037
+else
mgl@1371
  1038
+  rm -f conf$$.dir
mgl@1371
  1039
+  mkdir conf$$.dir
mgl@1371
  1040
+fi
mgl@1371
  1041
+echo >conf$$.file
mgl@1371
  1042
+if ln -s conf$$.file conf$$ 2>/dev/null; then
mgl@1371
  1043
+  as_ln_s='ln -s'
mgl@1371
  1044
+  # ... but there are two gotchas:
mgl@1371
  1045
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
mgl@1371
  1046
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
mgl@1371
  1047
+  # In both cases, we have to default to `cp -p'.
mgl@1371
  1048
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
mgl@1371
  1049
+    as_ln_s='cp -p'
mgl@1371
  1050
+elif ln conf$$.file conf$$ 2>/dev/null; then
mgl@1371
  1051
+  as_ln_s=ln
mgl@1371
  1052
+else
mgl@1371
  1053
+  as_ln_s='cp -p'
mgl@1371
  1054
+fi
mgl@1371
  1055
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
mgl@1371
  1056
+rmdir conf$$.dir 2>/dev/null
mgl@1371
  1057
+
mgl@1371
  1058
+if mkdir -p . 2>/dev/null; then
mgl@1371
  1059
+  as_mkdir_p=:
mgl@1371
  1060
+else
mgl@1371
  1061
+  test -d ./-p && rmdir ./-p
mgl@1371
  1062
+  as_mkdir_p=false
mgl@1371
  1063
+fi
mgl@1371
  1064
+
mgl@1371
  1065
+if test -x / >/dev/null 2>&1; then
mgl@1371
  1066
+  as_test_x='test -x'
mgl@1371
  1067
+else
mgl@1371
  1068
+  if ls -dL / >/dev/null 2>&1; then
mgl@1371
  1069
+    as_ls_L_option=L
mgl@1371
  1070
+  else
mgl@1371
  1071
+    as_ls_L_option=
mgl@1371
  1072
+  fi
mgl@1371
  1073
+  as_test_x='
mgl@1371
  1074
+    eval sh -c '\''
mgl@1371
  1075
+      if test -d "$1"; then
mgl@1371
  1076
+        test -d "$1/.";
mgl@1371
  1077
+      else
mgl@1371
  1078
+	case $1 in
mgl@1371
  1079
+        -*)set "./$1";;
mgl@1371
  1080
+	esac;
mgl@1371
  1081
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
mgl@1371
  1082
+	???[sx]*):;;*)false;;esac;fi
mgl@1371
  1083
+    '\'' sh
mgl@1371
  1084
+  '
mgl@1371
  1085
+fi
mgl@1371
  1086
+as_executable_p=$as_test_x
mgl@1371
  1087
+
mgl@1371
  1088
+# Sed expression to map a string onto a valid CPP name.
mgl@1371
  1089
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
  1090
+
mgl@1371
  1091
+# Sed expression to map a string onto a valid variable name.
mgl@1371
  1092
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
  1093
+
mgl@1371
  1094
+
mgl@1371
  1095
+
mgl@1371
  1096
+exec 7<&0 </dev/null 6>&1
mgl@1371
  1097
+
mgl@1371
  1098
+# Name of the host.
mgl@1371
  1099
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
mgl@1371
  1100
+# so uname gets run too.
mgl@1371
  1101
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
  1102
+
mgl@1371
  1103
+#
mgl@1371
  1104
+# Initializations.
mgl@1371
  1105
+#
mgl@1371
  1106
+ac_default_prefix=/usr/local
mgl@1371
  1107
+ac_clean_files=
mgl@1371
  1108
+ac_config_libobj_dir=.
mgl@1371
  1109
+LIBOBJS=
mgl@1371
  1110
+cross_compiling=no
mgl@1371
  1111
+subdirs=
mgl@1371
  1112
+MFLAGS=
mgl@1371
  1113
+MAKEFLAGS=
mgl@1371
  1114
+SHELL=${CONFIG_SHELL-/bin/sh}
mgl@1371
  1115
+
mgl@1371
  1116
+# Identity of this package.
mgl@1371
  1117
+PACKAGE_NAME='newlib'
mgl@1371
  1118
+PACKAGE_TARNAME='newlib'
mgl@1371
  1119
+PACKAGE_VERSION='NEWLIB_VERSION'
mgl@1371
  1120
+PACKAGE_STRING='newlib NEWLIB_VERSION'
mgl@1371
  1121
+PACKAGE_BUGREPORT=''
mgl@1371
  1122
+
mgl@1371
  1123
+ac_unique_file="Makefile.am"
mgl@1371
  1124
+ac_subst_vars='SHELL
mgl@1371
  1125
+PATH_SEPARATOR
mgl@1371
  1126
+PACKAGE_NAME
mgl@1371
  1127
+PACKAGE_TARNAME
mgl@1371
  1128
+PACKAGE_VERSION
mgl@1371
  1129
+PACKAGE_STRING
mgl@1371
  1130
+PACKAGE_BUGREPORT
mgl@1371
  1131
+exec_prefix
mgl@1371
  1132
+prefix
mgl@1371
  1133
+program_transform_name
mgl@1371
  1134
+bindir
mgl@1371
  1135
+sbindir
mgl@1371
  1136
+libexecdir
mgl@1371
  1137
+datarootdir
mgl@1371
  1138
+datadir
mgl@1371
  1139
+sysconfdir
mgl@1371
  1140
+sharedstatedir
mgl@1371
  1141
+localstatedir
mgl@1371
  1142
+includedir
mgl@1371
  1143
+oldincludedir
mgl@1371
  1144
+docdir
mgl@1371
  1145
+infodir
mgl@1371
  1146
+htmldir
mgl@1371
  1147
+dvidir
mgl@1371
  1148
+pdfdir
mgl@1371
  1149
+psdir
mgl@1371
  1150
+libdir
mgl@1371
  1151
+localedir
mgl@1371
  1152
+mandir
mgl@1371
  1153
+DEFS
mgl@1371
  1154
+ECHO_C
mgl@1371
  1155
+ECHO_N
mgl@1371
  1156
+ECHO_T
mgl@1371
  1157
+LIBS
mgl@1371
  1158
+build_alias
mgl@1371
  1159
+host_alias
mgl@1371
  1160
+target_alias
mgl@1371
  1161
+MAY_SUPPLY_SYSCALLS_TRUE
mgl@1371
  1162
+MAY_SUPPLY_SYSCALLS_FALSE
mgl@1371
  1163
+newlib_basedir
mgl@1371
  1164
+build
mgl@1371
  1165
+build_cpu
mgl@1371
  1166
+build_vendor
mgl@1371
  1167
+build_os
mgl@1371
  1168
+host
mgl@1371
  1169
+host_cpu
mgl@1371
  1170
+host_vendor
mgl@1371
  1171
+host_os
mgl@1371
  1172
+target
mgl@1371
  1173
+target_cpu
mgl@1371
  1174
+target_vendor
mgl@1371
  1175
+target_os
mgl@1371
  1176
+INSTALL_PROGRAM
mgl@1371
  1177
+INSTALL_SCRIPT
mgl@1371
  1178
+INSTALL_DATA
mgl@1371
  1179
+PACKAGE
mgl@1371
  1180
+VERSION
mgl@1371
  1181
+ACLOCAL
mgl@1371
  1182
+AUTOCONF
mgl@1371
  1183
+AUTOMAKE
mgl@1371
  1184
+AUTOHEADER
mgl@1371
  1185
+MAKEINFO
mgl@1371
  1186
+SET_MAKE
mgl@1371
  1187
+CC
mgl@1371
  1188
+AS
mgl@1371
  1189
+AR
mgl@1371
  1190
+RANLIB
mgl@1371
  1191
+MAINTAINER_MODE_TRUE
mgl@1371
  1192
+MAINTAINER_MODE_FALSE
mgl@1371
  1193
+MAINT
mgl@1371
  1194
+NEWLIB_CFLAGS
mgl@1371
  1195
+LDFLAGS
mgl@1371
  1196
+ELIX_LEVEL_0_TRUE
mgl@1371
  1197
+ELIX_LEVEL_0_FALSE
mgl@1371
  1198
+ELIX_LEVEL_1_TRUE
mgl@1371
  1199
+ELIX_LEVEL_1_FALSE
mgl@1371
  1200
+ELIX_LEVEL_2_TRUE
mgl@1371
  1201
+ELIX_LEVEL_2_FALSE
mgl@1371
  1202
+ELIX_LEVEL_3_TRUE
mgl@1371
  1203
+ELIX_LEVEL_3_FALSE
mgl@1371
  1204
+ELIX_LEVEL_4_TRUE
mgl@1371
  1205
+ELIX_LEVEL_4_FALSE
mgl@1371
  1206
+USE_LIBTOOL_TRUE
mgl@1371
  1207
+USE_LIBTOOL_FALSE
mgl@1371
  1208
+OBJEXT
mgl@1371
  1209
+oext
mgl@1371
  1210
+aext
mgl@1371
  1211
+libm_machine_dir
mgl@1371
  1212
+machine_dir
mgl@1371
  1213
+sys_dir
mgl@1371
  1214
+LIBOBJS
mgl@1371
  1215
+LTLIBOBJS'
mgl@1371
  1216
+ac_subst_files=''
mgl@1371
  1217
+      ac_precious_vars='build_alias
mgl@1371
  1218
+host_alias
mgl@1371
  1219
+target_alias'
mgl@1371
  1220
+
mgl@1371
  1221
+
mgl@1371
  1222
+# Initialize some variables set by options.
mgl@1371
  1223
+ac_init_help=
mgl@1371
  1224
+ac_init_version=false
mgl@1371
  1225
+# The variables have the same names as the options, with
mgl@1371
  1226
+# dashes changed to underlines.
mgl@1371
  1227
+cache_file=/dev/null
mgl@1371
  1228
+exec_prefix=NONE
mgl@1371
  1229
+no_create=
mgl@1371
  1230
+no_recursion=
mgl@1371
  1231
+prefix=NONE
mgl@1371
  1232
+program_prefix=NONE
mgl@1371
  1233
+program_suffix=NONE
mgl@1371
  1234
+program_transform_name=s,x,x,
mgl@1371
  1235
+silent=
mgl@1371
  1236
+site=
mgl@1371
  1237
+srcdir=
mgl@1371
  1238
+verbose=
mgl@1371
  1239
+x_includes=NONE
mgl@1371
  1240
+x_libraries=NONE
mgl@1371
  1241
+
mgl@1371
  1242
+# Installation directory options.
mgl@1371
  1243
+# These are left unexpanded so users can "make install exec_prefix=/foo"
mgl@1371
  1244
+# and all the variables that are supposed to be based on exec_prefix
mgl@1371
  1245
+# by default will actually change.
mgl@1371
  1246
+# Use braces instead of parens because sh, perl, etc. also accept them.
mgl@1371
  1247
+# (The list follows the same order as the GNU Coding Standards.)
mgl@1371
  1248
+bindir='${exec_prefix}/bin'
mgl@1371
  1249
+sbindir='${exec_prefix}/sbin'
mgl@1371
  1250
+libexecdir='${exec_prefix}/libexec'
mgl@1371
  1251
+datarootdir='${prefix}/share'
mgl@1371
  1252
+datadir='${datarootdir}'
mgl@1371
  1253
+sysconfdir='${prefix}/etc'
mgl@1371
  1254
+sharedstatedir='${prefix}/com'
mgl@1371
  1255
+localstatedir='${prefix}/var'
mgl@1371
  1256
+includedir='${prefix}/include'
mgl@1371
  1257
+oldincludedir='/usr/include'
mgl@1371
  1258
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
mgl@1371
  1259
+infodir='${datarootdir}/info'
mgl@1371
  1260
+htmldir='${docdir}'
mgl@1371
  1261
+dvidir='${docdir}'
mgl@1371
  1262
+pdfdir='${docdir}'
mgl@1371
  1263
+psdir='${docdir}'
mgl@1371
  1264
+libdir='${exec_prefix}/lib'
mgl@1371
  1265
+localedir='${datarootdir}/locale'
mgl@1371
  1266
+mandir='${datarootdir}/man'
mgl@1371
  1267
+
mgl@1371
  1268
+ac_prev=
mgl@1371
  1269
+ac_dashdash=
mgl@1371
  1270
+for ac_option
mgl@1371
  1271
+do
mgl@1371
  1272
+  # If the previous option needs an argument, assign it.
mgl@1371
  1273
+  if test -n "$ac_prev"; then
mgl@1371
  1274
+    eval $ac_prev=\$ac_option
mgl@1371
  1275
+    ac_prev=
mgl@1371
  1276
+    continue
mgl@1371
  1277
+  fi
mgl@1371
  1278
+
mgl@1371
  1279
+  case $ac_option in
mgl@1371
  1280
+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mgl@1371
  1281
+  *)	ac_optarg=yes ;;
mgl@1371
  1282
+  esac
mgl@1371
  1283
+
mgl@1371
  1284
+  # Accept the important Cygnus configure options, so we can diagnose typos.
mgl@1371
  1285
+
mgl@1371
  1286
+  case $ac_dashdash$ac_option in
mgl@1371
  1287
+  --)
mgl@1371
  1288
+    ac_dashdash=yes ;;
mgl@1371
  1289
+
mgl@1371
  1290
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
mgl@1371
  1291
+    ac_prev=bindir ;;
mgl@1371
  1292
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
mgl@1371
  1293
+    bindir=$ac_optarg ;;
mgl@1371
  1294
+
mgl@1371
  1295
+  -build | --build | --buil | --bui | --bu)
mgl@1371
  1296
+    ac_prev=build_alias ;;
mgl@1371
  1297
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
mgl@1371
  1298
+    build_alias=$ac_optarg ;;
mgl@1371
  1299
+
mgl@1371
  1300
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
mgl@1371
  1301
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
mgl@1371
  1302
+    ac_prev=cache_file ;;
mgl@1371
  1303
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
mgl@1371
  1304
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
mgl@1371
  1305
+    cache_file=$ac_optarg ;;
mgl@1371
  1306
+
mgl@1371
  1307
+  --config-cache | -C)
mgl@1371
  1308
+    cache_file=config.cache ;;
mgl@1371
  1309
+
mgl@1371
  1310
+  -datadir | --datadir | --datadi | --datad)
mgl@1371
  1311
+    ac_prev=datadir ;;
mgl@1371
  1312
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
mgl@1371
  1313
+    datadir=$ac_optarg ;;
mgl@1371
  1314
+
mgl@1371
  1315
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
mgl@1371
  1316
+  | --dataroo | --dataro | --datar)
mgl@1371
  1317
+    ac_prev=datarootdir ;;
mgl@1371
  1318
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
mgl@1371
  1319
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
mgl@1371
  1320
+    datarootdir=$ac_optarg ;;
mgl@1371
  1321
+
mgl@1371
  1322
+  -disable-* | --disable-*)
mgl@1371
  1323
+    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mgl@1371
  1324
+    # Reject names that are not valid shell variable names.
mgl@1371
  1325
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
  1326
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
mgl@1371
  1327
+   { (exit 1); exit 1; }; }
mgl@1371
  1328
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
mgl@1371
  1329
+    eval enable_$ac_feature=no ;;
mgl@1371
  1330
+
mgl@1371
  1331
+  -docdir | --docdir | --docdi | --doc | --do)
mgl@1371
  1332
+    ac_prev=docdir ;;
mgl@1371
  1333
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
mgl@1371
  1334
+    docdir=$ac_optarg ;;
mgl@1371
  1335
+
mgl@1371
  1336
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
mgl@1371
  1337
+    ac_prev=dvidir ;;
mgl@1371
  1338
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
mgl@1371
  1339
+    dvidir=$ac_optarg ;;
mgl@1371
  1340
+
mgl@1371
  1341
+  -enable-* | --enable-*)
mgl@1371
  1342
+    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mgl@1371
  1343
+    # Reject names that are not valid shell variable names.
mgl@1371
  1344
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
  1345
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
mgl@1371
  1346
+   { (exit 1); exit 1; }; }
mgl@1371
  1347
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
mgl@1371
  1348
+    eval enable_$ac_feature=\$ac_optarg ;;
mgl@1371
  1349
+
mgl@1371
  1350
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
mgl@1371
  1351
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
mgl@1371
  1352
+  | --exec | --exe | --ex)
mgl@1371
  1353
+    ac_prev=exec_prefix ;;
mgl@1371
  1354
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
mgl@1371
  1355
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
mgl@1371
  1356
+  | --exec=* | --exe=* | --ex=*)
mgl@1371
  1357
+    exec_prefix=$ac_optarg ;;
mgl@1371
  1358
+
mgl@1371
  1359
+  -gas | --gas | --ga | --g)
mgl@1371
  1360
+    # Obsolete; use --with-gas.
mgl@1371
  1361
+    with_gas=yes ;;
mgl@1371
  1362
+
mgl@1371
  1363
+  -help | --help | --hel | --he | -h)
mgl@1371
  1364
+    ac_init_help=long ;;
mgl@1371
  1365
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
mgl@1371
  1366
+    ac_init_help=recursive ;;
mgl@1371
  1367
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
mgl@1371
  1368
+    ac_init_help=short ;;
mgl@1371
  1369
+
mgl@1371
  1370
+  -host | --host | --hos | --ho)
mgl@1371
  1371
+    ac_prev=host_alias ;;
mgl@1371
  1372
+  -host=* | --host=* | --hos=* | --ho=*)
mgl@1371
  1373
+    host_alias=$ac_optarg ;;
mgl@1371
  1374
+
mgl@1371
  1375
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
mgl@1371
  1376
+    ac_prev=htmldir ;;
mgl@1371
  1377
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
mgl@1371
  1378
+  | --ht=*)
mgl@1371
  1379
+    htmldir=$ac_optarg ;;
mgl@1371
  1380
+
mgl@1371
  1381
+  -includedir | --includedir | --includedi | --included | --include \
mgl@1371
  1382
+  | --includ | --inclu | --incl | --inc)
mgl@1371
  1383
+    ac_prev=includedir ;;
mgl@1371
  1384
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
mgl@1371
  1385
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
mgl@1371
  1386
+    includedir=$ac_optarg ;;
mgl@1371
  1387
+
mgl@1371
  1388
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
mgl@1371
  1389
+    ac_prev=infodir ;;
mgl@1371
  1390
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
mgl@1371
  1391
+    infodir=$ac_optarg ;;
mgl@1371
  1392
+
mgl@1371
  1393
+  -libdir | --libdir | --libdi | --libd)
mgl@1371
  1394
+    ac_prev=libdir ;;
mgl@1371
  1395
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
mgl@1371
  1396
+    libdir=$ac_optarg ;;
mgl@1371
  1397
+
mgl@1371
  1398
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
mgl@1371
  1399
+  | --libexe | --libex | --libe)
mgl@1371
  1400
+    ac_prev=libexecdir ;;
mgl@1371
  1401
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
mgl@1371
  1402
+  | --libexe=* | --libex=* | --libe=*)
mgl@1371
  1403
+    libexecdir=$ac_optarg ;;
mgl@1371
  1404
+
mgl@1371
  1405
+  -localedir | --localedir | --localedi | --localed | --locale)
mgl@1371
  1406
+    ac_prev=localedir ;;
mgl@1371
  1407
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
mgl@1371
  1408
+    localedir=$ac_optarg ;;
mgl@1371
  1409
+
mgl@1371
  1410
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
mgl@1371
  1411
+  | --localstate | --localstat | --localsta | --localst | --locals)
mgl@1371
  1412
+    ac_prev=localstatedir ;;
mgl@1371
  1413
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
mgl@1371
  1414
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
mgl@1371
  1415
+    localstatedir=$ac_optarg ;;
mgl@1371
  1416
+
mgl@1371
  1417
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
mgl@1371
  1418
+    ac_prev=mandir ;;
mgl@1371
  1419
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
mgl@1371
  1420
+    mandir=$ac_optarg ;;
mgl@1371
  1421
+
mgl@1371
  1422
+  -nfp | --nfp | --nf)
mgl@1371
  1423
+    # Obsolete; use --without-fp.
mgl@1371
  1424
+    with_fp=no ;;
mgl@1371
  1425
+
mgl@1371
  1426
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
mgl@1371
  1427
+  | --no-cr | --no-c | -n)
mgl@1371
  1428
+    no_create=yes ;;
mgl@1371
  1429
+
mgl@1371
  1430
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
mgl@1371
  1431
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
mgl@1371
  1432
+    no_recursion=yes ;;
mgl@1371
  1433
+
mgl@1371
  1434
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
mgl@1371
  1435
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
mgl@1371
  1436
+  | --oldin | --oldi | --old | --ol | --o)
mgl@1371
  1437
+    ac_prev=oldincludedir ;;
mgl@1371
  1438
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
mgl@1371
  1439
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
mgl@1371
  1440
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
mgl@1371
  1441
+    oldincludedir=$ac_optarg ;;
mgl@1371
  1442
+
mgl@1371
  1443
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
mgl@1371
  1444
+    ac_prev=prefix ;;
mgl@1371
  1445
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
mgl@1371
  1446
+    prefix=$ac_optarg ;;
mgl@1371
  1447
+
mgl@1371
  1448
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
mgl@1371
  1449
+  | --program-pre | --program-pr | --program-p)
mgl@1371
  1450
+    ac_prev=program_prefix ;;
mgl@1371
  1451
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
mgl@1371
  1452
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
mgl@1371
  1453
+    program_prefix=$ac_optarg ;;
mgl@1371
  1454
+
mgl@1371
  1455
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
mgl@1371
  1456
+  | --program-suf | --program-su | --program-s)
mgl@1371
  1457
+    ac_prev=program_suffix ;;
mgl@1371
  1458
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
mgl@1371
  1459
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
mgl@1371
  1460
+    program_suffix=$ac_optarg ;;
mgl@1371
  1461
+
mgl@1371
  1462
+  -program-transform-name | --program-transform-name \
mgl@1371
  1463
+  | --program-transform-nam | --program-transform-na \
mgl@1371
  1464
+  | --program-transform-n | --program-transform- \
mgl@1371
  1465
+  | --program-transform | --program-transfor \
mgl@1371
  1466
+  | --program-transfo | --program-transf \
mgl@1371
  1467
+  | --program-trans | --program-tran \
mgl@1371
  1468
+  | --progr-tra | --program-tr | --program-t)
mgl@1371
  1469
+    ac_prev=program_transform_name ;;
mgl@1371
  1470
+  -program-transform-name=* | --program-transform-name=* \
mgl@1371
  1471
+  | --program-transform-nam=* | --program-transform-na=* \
mgl@1371
  1472
+  | --program-transform-n=* | --program-transform-=* \
mgl@1371
  1473
+  | --program-transform=* | --program-transfor=* \
mgl@1371
  1474
+  | --program-transfo=* | --program-transf=* \
mgl@1371
  1475
+  | --program-trans=* | --program-tran=* \
mgl@1371
  1476
+  | --progr-tra=* | --program-tr=* | --program-t=*)
mgl@1371
  1477
+    program_transform_name=$ac_optarg ;;
mgl@1371
  1478
+
mgl@1371
  1479
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
mgl@1371
  1480
+    ac_prev=pdfdir ;;
mgl@1371
  1481
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
mgl@1371
  1482
+    pdfdir=$ac_optarg ;;
mgl@1371
  1483
+
mgl@1371
  1484
+  -psdir | --psdir | --psdi | --psd | --ps)
mgl@1371
  1485
+    ac_prev=psdir ;;
mgl@1371
  1486
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
mgl@1371
  1487
+    psdir=$ac_optarg ;;
mgl@1371
  1488
+
mgl@1371
  1489
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
  1490
+  | -silent | --silent | --silen | --sile | --sil)
mgl@1371
  1491
+    silent=yes ;;
mgl@1371
  1492
+
mgl@1371
  1493
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
mgl@1371
  1494
+    ac_prev=sbindir ;;
mgl@1371
  1495
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
mgl@1371
  1496
+  | --sbi=* | --sb=*)
mgl@1371
  1497
+    sbindir=$ac_optarg ;;
mgl@1371
  1498
+
mgl@1371
  1499
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
mgl@1371
  1500
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
mgl@1371
  1501
+  | --sharedst | --shareds | --shared | --share | --shar \
mgl@1371
  1502
+  | --sha | --sh)
mgl@1371
  1503
+    ac_prev=sharedstatedir ;;
mgl@1371
  1504
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
mgl@1371
  1505
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
mgl@1371
  1506
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
mgl@1371
  1507
+  | --sha=* | --sh=*)
mgl@1371
  1508
+    sharedstatedir=$ac_optarg ;;
mgl@1371
  1509
+
mgl@1371
  1510
+  -site | --site | --sit)
mgl@1371
  1511
+    ac_prev=site ;;
mgl@1371
  1512
+  -site=* | --site=* | --sit=*)
mgl@1371
  1513
+    site=$ac_optarg ;;
mgl@1371
  1514
+
mgl@1371
  1515
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
mgl@1371
  1516
+    ac_prev=srcdir ;;
mgl@1371
  1517
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
mgl@1371
  1518
+    srcdir=$ac_optarg ;;
mgl@1371
  1519
+
mgl@1371
  1520
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
mgl@1371
  1521
+  | --syscon | --sysco | --sysc | --sys | --sy)
mgl@1371
  1522
+    ac_prev=sysconfdir ;;
mgl@1371
  1523
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
mgl@1371
  1524
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
mgl@1371
  1525
+    sysconfdir=$ac_optarg ;;
mgl@1371
  1526
+
mgl@1371
  1527
+  -target | --target | --targe | --targ | --tar | --ta | --t)
mgl@1371
  1528
+    ac_prev=target_alias ;;
mgl@1371
  1529
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
mgl@1371
  1530
+    target_alias=$ac_optarg ;;
mgl@1371
  1531
+
mgl@1371
  1532
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
mgl@1371
  1533
+    verbose=yes ;;
mgl@1371
  1534
+
mgl@1371
  1535
+  -version | --version | --versio | --versi | --vers | -V)
mgl@1371
  1536
+    ac_init_version=: ;;
mgl@1371
  1537
+
mgl@1371
  1538
+  -with-* | --with-*)
mgl@1371
  1539
+    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mgl@1371
  1540
+    # Reject names that are not valid shell variable names.
mgl@1371
  1541
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
  1542
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
mgl@1371
  1543
+   { (exit 1); exit 1; }; }
mgl@1371
  1544
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
mgl@1371
  1545
+    eval with_$ac_package=\$ac_optarg ;;
mgl@1371
  1546
+
mgl@1371
  1547
+  -without-* | --without-*)
mgl@1371
  1548
+    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mgl@1371
  1549
+    # Reject names that are not valid shell variable names.
mgl@1371
  1550
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
  1551
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
mgl@1371
  1552
+   { (exit 1); exit 1; }; }
mgl@1371
  1553
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
mgl@1371
  1554
+    eval with_$ac_package=no ;;
mgl@1371
  1555
+
mgl@1371
  1556
+  --x)
mgl@1371
  1557
+    # Obsolete; use --with-x.
mgl@1371
  1558
+    with_x=yes ;;
mgl@1371
  1559
+
mgl@1371
  1560
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
mgl@1371
  1561
+  | --x-incl | --x-inc | --x-in | --x-i)
mgl@1371
  1562
+    ac_prev=x_includes ;;
mgl@1371
  1563
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
mgl@1371
  1564
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
mgl@1371
  1565
+    x_includes=$ac_optarg ;;
mgl@1371
  1566
+
mgl@1371
  1567
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
mgl@1371
  1568
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
mgl@1371
  1569
+    ac_prev=x_libraries ;;
mgl@1371
  1570
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
mgl@1371
  1571
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
mgl@1371
  1572
+    x_libraries=$ac_optarg ;;
mgl@1371
  1573
+
mgl@1371
  1574
+  -*) { echo "$as_me: error: unrecognized option: $ac_option
mgl@1371
  1575
+Try \`$0 --help' for more information." >&2
mgl@1371
  1576
+   { (exit 1); exit 1; }; }
mgl@1371
  1577
+    ;;
mgl@1371
  1578
+
mgl@1371
  1579
+  *=*)
mgl@1371
  1580
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mgl@1371
  1581
+    # Reject names that are not valid shell variable names.
mgl@1371
  1582
+    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
mgl@1371
  1583
+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
mgl@1371
  1584
+   { (exit 1); exit 1; }; }
mgl@1371
  1585
+    eval $ac_envvar=\$ac_optarg
mgl@1371
  1586
+    export $ac_envvar ;;
mgl@1371
  1587
+
mgl@1371
  1588
+  *)
mgl@1371
  1589
+    # FIXME: should be removed in autoconf 3.0.
mgl@1371
  1590
+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
mgl@1371
  1591
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
  1592
+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
mgl@1371
  1593
+    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
mgl@1371
  1594
+    ;;
mgl@1371
  1595
+
mgl@1371
  1596
+  esac
mgl@1371
  1597
+done
mgl@1371
  1598
+
mgl@1371
  1599
+if test -n "$ac_prev"; then
mgl@1371
  1600
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mgl@1371
  1601
+  { echo "$as_me: error: missing argument to $ac_option" >&2
mgl@1371
  1602
+   { (exit 1); exit 1; }; }
mgl@1371
  1603
+fi
mgl@1371
  1604
+
mgl@1371
  1605
+# Be sure to have absolute directory names.
mgl@1371
  1606
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
mgl@1371
  1607
+		datadir sysconfdir sharedstatedir localstatedir includedir \
mgl@1371
  1608
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
mgl@1371
  1609
+		libdir localedir mandir
mgl@1371
  1610
+do
mgl@1371
  1611
+  eval ac_val=\$$ac_var
mgl@1371
  1612
+  case $ac_val in
mgl@1371
  1613
+    [\\/$]* | ?:[\\/]* )  continue;;
mgl@1371
  1614
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
mgl@1371
  1615
+  esac
mgl@1371
  1616
+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
mgl@1371
  1617
+   { (exit 1); exit 1; }; }
mgl@1371
  1618
+done
mgl@1371
  1619
+
mgl@1371
  1620
+# There might be people who depend on the old broken behavior: `$host'
mgl@1371
  1621
+# used to hold the argument of --host etc.
mgl@1371
  1622
+# FIXME: To remove some day.
mgl@1371
  1623
+build=$build_alias
mgl@1371
  1624
+host=$host_alias
mgl@1371
  1625
+target=$target_alias
mgl@1371
  1626
+
mgl@1371
  1627
+# FIXME: To remove some day.
mgl@1371
  1628
+if test "x$host_alias" != x; then
mgl@1371
  1629
+  if test "x$build_alias" = x; then
mgl@1371
  1630
+    cross_compiling=maybe
mgl@1371
  1631
+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
mgl@1371
  1632
+    If a cross compiler is detected then cross compile mode will be used." >&2
mgl@1371
  1633
+  elif test "x$build_alias" != "x$host_alias"; then
mgl@1371
  1634
+    cross_compiling=yes
mgl@1371
  1635
+  fi
mgl@1371
  1636
+fi
mgl@1371
  1637
+
mgl@1371
  1638
+ac_tool_prefix=
mgl@1371
  1639
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
mgl@1371
  1640
+
mgl@1371
  1641
+test "$silent" = yes && exec 6>/dev/null
mgl@1371
  1642
+
mgl@1371
  1643
+
mgl@1371
  1644
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
mgl@1371
  1645
+ac_ls_di=`ls -di .` &&
mgl@1371
  1646
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mgl@1371
  1647
+  { echo "$as_me: error: Working directory cannot be determined" >&2
mgl@1371
  1648
+   { (exit 1); exit 1; }; }
mgl@1371
  1649
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
mgl@1371
  1650
+  { echo "$as_me: error: pwd does not report name of working directory" >&2
mgl@1371
  1651
+   { (exit 1); exit 1; }; }
mgl@1371
  1652
+
mgl@1371
  1653
+
mgl@1371
  1654
+# Find the source files, if location was not specified.
mgl@1371
  1655
+if test -z "$srcdir"; then
mgl@1371
  1656
+  ac_srcdir_defaulted=yes
mgl@1371
  1657
+  # Try the directory containing this script, then the parent directory.
mgl@1371
  1658
+  ac_confdir=`$as_dirname -- "$0" ||
mgl@1371
  1659
+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
  1660
+	 X"$0" : 'X\(//\)[^/]' \| \
mgl@1371
  1661
+	 X"$0" : 'X\(//\)$' \| \
mgl@1371
  1662
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
  1663
+echo X"$0" |
mgl@1371
  1664
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
  1665
+	    s//\1/
mgl@1371
  1666
+	    q
mgl@1371
  1667
+	  }
mgl@1371
  1668
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
  1669
+	    s//\1/
mgl@1371
  1670
+	    q
mgl@1371
  1671
+	  }
mgl@1371
  1672
+	  /^X\(\/\/\)$/{
mgl@1371
  1673
+	    s//\1/
mgl@1371
  1674
+	    q
mgl@1371
  1675
+	  }
mgl@1371
  1676
+	  /^X\(\/\).*/{
mgl@1371
  1677
+	    s//\1/
mgl@1371
  1678
+	    q
mgl@1371
  1679
+	  }
mgl@1371
  1680
+	  s/.*/./; q'`
mgl@1371
  1681
+  srcdir=$ac_confdir
mgl@1371
  1682
+  if test ! -r "$srcdir/$ac_unique_file"; then
mgl@1371
  1683
+    srcdir=..
mgl@1371
  1684
+  fi
mgl@1371
  1685
+else
mgl@1371
  1686
+  ac_srcdir_defaulted=no
mgl@1371
  1687
+fi
mgl@1371
  1688
+if test ! -r "$srcdir/$ac_unique_file"; then
mgl@1371
  1689
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
mgl@1371
  1690
+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
mgl@1371
  1691
+   { (exit 1); exit 1; }; }
mgl@1371
  1692
+fi
mgl@1371
  1693
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
mgl@1371
  1694
+ac_abs_confdir=`(
mgl@1371
  1695
+	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
mgl@1371
  1696
+   { (exit 1); exit 1; }; }
mgl@1371
  1697
+	pwd)`
mgl@1371
  1698
+# When building in place, set srcdir=.
mgl@1371
  1699
+if test "$ac_abs_confdir" = "$ac_pwd"; then
mgl@1371
  1700
+  srcdir=.
mgl@1371
  1701
+fi
mgl@1371
  1702
+# Remove unnecessary trailing slashes from srcdir.
mgl@1371
  1703
+# Double slashes in file names in object file debugging info
mgl@1371
  1704
+# mess up M-x gdb in Emacs.
mgl@1371
  1705
+case $srcdir in
mgl@1371
  1706
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mgl@1371
  1707
+esac
mgl@1371
  1708
+for ac_var in $ac_precious_vars; do
mgl@1371
  1709
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
mgl@1371
  1710
+  eval ac_env_${ac_var}_value=\$${ac_var}
mgl@1371
  1711
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
mgl@1371
  1712
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
mgl@1371
  1713
+done
mgl@1371
  1714
+
mgl@1371
  1715
+#
mgl@1371
  1716
+# Report the --help message.
mgl@1371
  1717
+#
mgl@1371
  1718
+if test "$ac_init_help" = "long"; then
mgl@1371
  1719
+  # Omit some internal or obsolete options to make the list less imposing.
mgl@1371
  1720
+  # This message is too long to be a string in the A/UX 3.1 sh.
mgl@1371
  1721
+  cat <<_ACEOF
mgl@1371
  1722
+\`configure' configures newlib NEWLIB_VERSION to adapt to many kinds of systems.
mgl@1371
  1723
+
mgl@1371
  1724
+Usage: $0 [OPTION]... [VAR=VALUE]...
mgl@1371
  1725
+
mgl@1371
  1726
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
mgl@1371
  1727
+VAR=VALUE.  See below for descriptions of some of the useful variables.
mgl@1371
  1728
+
mgl@1371
  1729
+Defaults for the options are specified in brackets.
mgl@1371
  1730
+
mgl@1371
  1731
+Configuration:
mgl@1371
  1732
+  -h, --help              display this help and exit
mgl@1371
  1733
+      --help=short        display options specific to this package
mgl@1371
  1734
+      --help=recursive    display the short help of all the included packages
mgl@1371
  1735
+  -V, --version           display version information and exit
mgl@1371
  1736
+  -q, --quiet, --silent   do not print \`checking...' messages
mgl@1371
  1737
+      --cache-file=FILE   cache test results in FILE [disabled]
mgl@1371
  1738
+  -C, --config-cache      alias for \`--cache-file=config.cache'
mgl@1371
  1739
+  -n, --no-create         do not create output files
mgl@1371
  1740
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
mgl@1371
  1741
+
mgl@1371
  1742
+Installation directories:
mgl@1371
  1743
+  --prefix=PREFIX         install architecture-independent files in PREFIX
mgl@1371
  1744
+			  [$ac_default_prefix]
mgl@1371
  1745
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
mgl@1371
  1746
+			  [PREFIX]
mgl@1371
  1747
+
mgl@1371
  1748
+By default, \`make install' will install all the files in
mgl@1371
  1749
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mgl@1371
  1750
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mgl@1371
  1751
+for instance \`--prefix=\$HOME'.
mgl@1371
  1752
+
mgl@1371
  1753
+For better control, use the options below.
mgl@1371
  1754
+
mgl@1371
  1755
+Fine tuning of the installation directories:
mgl@1371
  1756
+  --bindir=DIR           user executables [EPREFIX/bin]
mgl@1371
  1757
+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
mgl@1371
  1758
+  --libexecdir=DIR       program executables [EPREFIX/libexec]
mgl@1371
  1759
+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
mgl@1371
  1760
+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
mgl@1371
  1761
+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
mgl@1371
  1762
+  --libdir=DIR           object code libraries [EPREFIX/lib]
mgl@1371
  1763
+  --includedir=DIR       C header files [PREFIX/include]
mgl@1371
  1764
+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
mgl@1371
  1765
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
mgl@1371
  1766
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
mgl@1371
  1767
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
mgl@1371
  1768
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
mgl@1371
  1769
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
mgl@1371
  1770
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
mgl@1371
  1771
+  --htmldir=DIR          html documentation [DOCDIR]
mgl@1371
  1772
+  --dvidir=DIR           dvi documentation [DOCDIR]
mgl@1371
  1773
+  --pdfdir=DIR           pdf documentation [DOCDIR]
mgl@1371
  1774
+  --psdir=DIR            ps documentation [DOCDIR]
mgl@1371
  1775
+_ACEOF
mgl@1371
  1776
+
mgl@1371
  1777
+  cat <<\_ACEOF
mgl@1371
  1778
+
mgl@1371
  1779
+Program names:
mgl@1371
  1780
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
mgl@1371
  1781
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
mgl@1371
  1782
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
mgl@1371
  1783
+
mgl@1371
  1784
+System types:
mgl@1371
  1785
+  --build=BUILD     configure for building on BUILD [guessed]
mgl@1371
  1786
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
mgl@1371
  1787
+  --target=TARGET   configure for building compilers for TARGET [HOST]
mgl@1371
  1788
+_ACEOF
mgl@1371
  1789
+fi
mgl@1371
  1790
+
mgl@1371
  1791
+if test -n "$ac_init_help"; then
mgl@1371
  1792
+  case $ac_init_help in
mgl@1371
  1793
+     short | recursive ) echo "Configuration of newlib NEWLIB_VERSION:";;
mgl@1371
  1794
+   esac
mgl@1371
  1795
+  cat <<\_ACEOF
mgl@1371
  1796
+
mgl@1371
  1797
+Optional Features:
mgl@1371
  1798
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
mgl@1371
  1799
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
mgl@1371
  1800
+  --enable-multilib         build many library versions (default)
mgl@1371
  1801
+  --enable-target-optspace  optimize for space
mgl@1371
  1802
+  --enable-malloc-debugging indicate malloc debugging requested
mgl@1371
  1803
+  --enable-newlib-mb        enable multibyte support
mgl@1371
  1804
+  --enable-newlib-iconv     enable iconv library support
mgl@1371
  1805
+  --enable-newlib-builtin-converters   enable specific comma-separated list of iconv converters to be built-in
mgl@1371
  1806
+  --enable-newlib-multithread        enable support for multiple threads
mgl@1371
  1807
+  --enable-newlib-elix-level         supply desired elix library level (1-4)
mgl@1371
  1808
+  --disable-newlib-io-float disable printf/scanf family float support
mgl@1371
  1809
+  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
mgl@1371
  1810
+  --enable-maintainer-mode enable make rules and dependencies not useful
mgl@1371
  1811
+                          (and sometimes confusing) to the casual installer
mgl@1371
  1812
+
mgl@1371
  1813
+_ACEOF
mgl@1371
  1814
+ac_status=$?
mgl@1371
  1815
+fi
mgl@1371
  1816
+
mgl@1371
  1817
+if test "$ac_init_help" = "recursive"; then
mgl@1371
  1818
+  # If there are subdirs, report their specific --help.
mgl@1371
  1819
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
mgl@1371
  1820
+    test -d "$ac_dir" || continue
mgl@1371
  1821
+    ac_builddir=.
mgl@1371
  1822
+
mgl@1371
  1823
+case "$ac_dir" in
mgl@1371
  1824
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
  1825
+*)
mgl@1371
  1826
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
  1827
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
  1828
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
  1829
+  case $ac_top_builddir_sub in
mgl@1371
  1830
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
  1831
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
  1832
+  esac ;;
mgl@1371
  1833
+esac
mgl@1371
  1834
+ac_abs_top_builddir=$ac_pwd
mgl@1371
  1835
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
  1836
+# for backward compatibility:
mgl@1371
  1837
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
  1838
+
mgl@1371
  1839
+case $srcdir in
mgl@1371
  1840
+  .)  # We are building in place.
mgl@1371
  1841
+    ac_srcdir=.
mgl@1371
  1842
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
  1843
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
  1844
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
  1845
+    ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
  1846
+    ac_top_srcdir=$srcdir
mgl@1371
  1847
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
  1848
+  *) # Relative name.
mgl@1371
  1849
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
  1850
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
  1851
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
  1852
+esac
mgl@1371
  1853
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
  1854
+
mgl@1371
  1855
+    cd "$ac_dir" || { ac_status=$?; continue; }
mgl@1371
  1856
+    # Check for guested configure.
mgl@1371
  1857
+    if test -f "$ac_srcdir/configure.gnu"; then
mgl@1371
  1858
+      echo &&
mgl@1371
  1859
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
mgl@1371
  1860
+    elif test -f "$ac_srcdir/configure"; then
mgl@1371
  1861
+      echo &&
mgl@1371
  1862
+      $SHELL "$ac_srcdir/configure" --help=recursive
mgl@1371
  1863
+    else
mgl@1371
  1864
+      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
mgl@1371
  1865
+    fi || ac_status=$?
mgl@1371
  1866
+    cd "$ac_pwd" || { ac_status=$?; break; }
mgl@1371
  1867
+  done
mgl@1371
  1868
+fi
mgl@1371
  1869
+
mgl@1371
  1870
+test -n "$ac_init_help" && exit $ac_status
mgl@1371
  1871
+if $ac_init_version; then
mgl@1371
  1872
+  cat <<\_ACEOF
mgl@1371
  1873
+newlib configure NEWLIB_VERSION
mgl@1371
  1874
+generated by GNU Autoconf 2.61
mgl@1371
  1875
+
mgl@1371
  1876
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
mgl@1371
  1877
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
mgl@1371
  1878
+This configure script is free software; the Free Software Foundation
mgl@1371
  1879
+gives unlimited permission to copy, distribute and modify it.
mgl@1371
  1880
+_ACEOF
mgl@1371
  1881
+  exit
mgl@1371
  1882
+fi
mgl@1371
  1883
+cat >config.log <<_ACEOF
mgl@1371
  1884
+This file contains any messages produced by compilers while
mgl@1371
  1885
+running configure, to aid debugging if configure makes a mistake.
mgl@1371
  1886
+
mgl@1371
  1887
+It was created by newlib $as_me NEWLIB_VERSION, which was
mgl@1371
  1888
+generated by GNU Autoconf 2.61.  Invocation command line was
mgl@1371
  1889
+
mgl@1371
  1890
+  $ $0 $@
mgl@1371
  1891
+
mgl@1371
  1892
+_ACEOF
mgl@1371
  1893
+exec 5>>config.log
mgl@1371
  1894
+{
mgl@1371
  1895
+cat <<_ASUNAME
mgl@1371
  1896
+## --------- ##
mgl@1371
  1897
+## Platform. ##
mgl@1371
  1898
+## --------- ##
mgl@1371
  1899
+
mgl@1371
  1900
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
  1901
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
mgl@1371
  1902
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
mgl@1371
  1903
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
mgl@1371
  1904
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
mgl@1371
  1905
+
mgl@1371
  1906
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
mgl@1371
  1907
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
mgl@1371
  1908
+
mgl@1371
  1909
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
mgl@1371
  1910
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
mgl@1371
  1911
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
mgl@1371
  1912
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
mgl@1371
  1913
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
mgl@1371
  1914
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
mgl@1371
  1915
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
mgl@1371
  1916
+
mgl@1371
  1917
+_ASUNAME
mgl@1371
  1918
+
mgl@1371
  1919
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  1920
+for as_dir in $PATH
mgl@1371
  1921
+do
mgl@1371
  1922
+  IFS=$as_save_IFS
mgl@1371
  1923
+  test -z "$as_dir" && as_dir=.
mgl@1371
  1924
+  echo "PATH: $as_dir"
mgl@1371
  1925
+done
mgl@1371
  1926
+IFS=$as_save_IFS
mgl@1371
  1927
+
mgl@1371
  1928
+} >&5
mgl@1371
  1929
+
mgl@1371
  1930
+cat >&5 <<_ACEOF
mgl@1371
  1931
+
mgl@1371
  1932
+
mgl@1371
  1933
+## ----------- ##
mgl@1371
  1934
+## Core tests. ##
mgl@1371
  1935
+## ----------- ##
mgl@1371
  1936
+
mgl@1371
  1937
+_ACEOF
mgl@1371
  1938
+
mgl@1371
  1939
+
mgl@1371
  1940
+# Keep a trace of the command line.
mgl@1371
  1941
+# Strip out --no-create and --no-recursion so they do not pile up.
mgl@1371
  1942
+# Strip out --silent because we don't want to record it for future runs.
mgl@1371
  1943
+# Also quote any args containing shell meta-characters.
mgl@1371
  1944
+# Make two passes to allow for proper duplicate-argument suppression.
mgl@1371
  1945
+ac_configure_args=
mgl@1371
  1946
+ac_configure_args0=
mgl@1371
  1947
+ac_configure_args1=
mgl@1371
  1948
+ac_must_keep_next=false
mgl@1371
  1949
+for ac_pass in 1 2
mgl@1371
  1950
+do
mgl@1371
  1951
+  for ac_arg
mgl@1371
  1952
+  do
mgl@1371
  1953
+    case $ac_arg in
mgl@1371
  1954
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
mgl@1371
  1955
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
  1956
+    | -silent | --silent | --silen | --sile | --sil)
mgl@1371
  1957
+      continue ;;
mgl@1371
  1958
+    *\'*)
mgl@1371
  1959
+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
  1960
+    esac
mgl@1371
  1961
+    case $ac_pass in
mgl@1371
  1962
+    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
mgl@1371
  1963
+    2)
mgl@1371
  1964
+      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
mgl@1371
  1965
+      if test $ac_must_keep_next = true; then
mgl@1371
  1966
+	ac_must_keep_next=false # Got value, back to normal.
mgl@1371
  1967
+      else
mgl@1371
  1968
+	case $ac_arg in
mgl@1371
  1969
+	  *=* | --config-cache | -C | -disable-* | --disable-* \
mgl@1371
  1970
+	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
mgl@1371
  1971
+	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
mgl@1371
  1972
+	  | -with-* | --with-* | -without-* | --without-* | --x)
mgl@1371
  1973
+	    case "$ac_configure_args0 " in
mgl@1371
  1974
+	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
mgl@1371
  1975
+	    esac
mgl@1371
  1976
+	    ;;
mgl@1371
  1977
+	  -* ) ac_must_keep_next=true ;;
mgl@1371
  1978
+	esac
mgl@1371
  1979
+      fi
mgl@1371
  1980
+      ac_configure_args="$ac_configure_args '$ac_arg'"
mgl@1371
  1981
+      ;;
mgl@1371
  1982
+    esac
mgl@1371
  1983
+  done
mgl@1371
  1984
+done
mgl@1371
  1985
+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
mgl@1371
  1986
+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
mgl@1371
  1987
+
mgl@1371
  1988
+# When interrupted or exit'd, cleanup temporary files, and complete
mgl@1371
  1989
+# config.log.  We remove comments because anyway the quotes in there
mgl@1371
  1990
+# would cause problems or look ugly.
mgl@1371
  1991
+# WARNING: Use '\'' to represent an apostrophe within the trap.
mgl@1371
  1992
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
mgl@1371
  1993
+trap 'exit_status=$?
mgl@1371
  1994
+  # Save into config.log some information that might help in debugging.
mgl@1371
  1995
+  {
mgl@1371
  1996
+    echo
mgl@1371
  1997
+
mgl@1371
  1998
+    cat <<\_ASBOX
mgl@1371
  1999
+## ---------------- ##
mgl@1371
  2000
+## Cache variables. ##
mgl@1371
  2001
+## ---------------- ##
mgl@1371
  2002
+_ASBOX
mgl@1371
  2003
+    echo
mgl@1371
  2004
+    # The following way of writing the cache mishandles newlines in values,
mgl@1371
  2005
+(
mgl@1371
  2006
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
mgl@1371
  2007
+    eval ac_val=\$$ac_var
mgl@1371
  2008
+    case $ac_val in #(
mgl@1371
  2009
+    *${as_nl}*)
mgl@1371
  2010
+      case $ac_var in #(
mgl@1371
  2011
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
mgl@1371
  2012
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
mgl@1371
  2013
+      esac
mgl@1371
  2014
+      case $ac_var in #(
mgl@1371
  2015
+      _ | IFS | as_nl) ;; #(
mgl@1371
  2016
+      *) $as_unset $ac_var ;;
mgl@1371
  2017
+      esac ;;
mgl@1371
  2018
+    esac
mgl@1371
  2019
+  done
mgl@1371
  2020
+  (set) 2>&1 |
mgl@1371
  2021
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
mgl@1371
  2022
+    *${as_nl}ac_space=\ *)
mgl@1371
  2023
+      sed -n \
mgl@1371
  2024
+	"s/'\''/'\''\\\\'\'''\''/g;
mgl@1371
  2025
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
mgl@1371
  2026
+      ;; #(
mgl@1371
  2027
+    *)
mgl@1371
  2028
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
mgl@1371
  2029
+      ;;
mgl@1371
  2030
+    esac |
mgl@1371
  2031
+    sort
mgl@1371
  2032
+)
mgl@1371
  2033
+    echo
mgl@1371
  2034
+
mgl@1371
  2035
+    cat <<\_ASBOX
mgl@1371
  2036
+## ----------------- ##
mgl@1371
  2037
+## Output variables. ##
mgl@1371
  2038
+## ----------------- ##
mgl@1371
  2039
+_ASBOX
mgl@1371
  2040
+    echo
mgl@1371
  2041
+    for ac_var in $ac_subst_vars
mgl@1371
  2042
+    do
mgl@1371
  2043
+      eval ac_val=\$$ac_var
mgl@1371
  2044
+      case $ac_val in
mgl@1371
  2045
+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mgl@1371
  2046
+      esac
mgl@1371
  2047
+      echo "$ac_var='\''$ac_val'\''"
mgl@1371
  2048
+    done | sort
mgl@1371
  2049
+    echo
mgl@1371
  2050
+
mgl@1371
  2051
+    if test -n "$ac_subst_files"; then
mgl@1371
  2052
+      cat <<\_ASBOX
mgl@1371
  2053
+## ------------------- ##
mgl@1371
  2054
+## File substitutions. ##
mgl@1371
  2055
+## ------------------- ##
mgl@1371
  2056
+_ASBOX
mgl@1371
  2057
+      echo
mgl@1371
  2058
+      for ac_var in $ac_subst_files
mgl@1371
  2059
+      do
mgl@1371
  2060
+	eval ac_val=\$$ac_var
mgl@1371
  2061
+	case $ac_val in
mgl@1371
  2062
+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mgl@1371
  2063
+	esac
mgl@1371
  2064
+	echo "$ac_var='\''$ac_val'\''"
mgl@1371
  2065
+      done | sort
mgl@1371
  2066
+      echo
mgl@1371
  2067
+    fi
mgl@1371
  2068
+
mgl@1371
  2069
+    if test -s confdefs.h; then
mgl@1371
  2070
+      cat <<\_ASBOX
mgl@1371
  2071
+## ----------- ##
mgl@1371
  2072
+## confdefs.h. ##
mgl@1371
  2073
+## ----------- ##
mgl@1371
  2074
+_ASBOX
mgl@1371
  2075
+      echo
mgl@1371
  2076
+      cat confdefs.h
mgl@1371
  2077
+      echo
mgl@1371
  2078
+    fi
mgl@1371
  2079
+    test "$ac_signal" != 0 &&
mgl@1371
  2080
+      echo "$as_me: caught signal $ac_signal"
mgl@1371
  2081
+    echo "$as_me: exit $exit_status"
mgl@1371
  2082
+  } >&5
mgl@1371
  2083
+  rm -f core *.core core.conftest.* &&
mgl@1371
  2084
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
mgl@1371
  2085
+    exit $exit_status
mgl@1371
  2086
+' 0
mgl@1371
  2087
+for ac_signal in 1 2 13 15; do
mgl@1371
  2088
+  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
mgl@1371
  2089
+done
mgl@1371
  2090
+ac_signal=0
mgl@1371
  2091
+
mgl@1371
  2092
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
mgl@1371
  2093
+rm -f -r conftest* confdefs.h
mgl@1371
  2094
+
mgl@1371
  2095
+# Predefined preprocessor variables.
mgl@1371
  2096
+
mgl@1371
  2097
+cat >>confdefs.h <<_ACEOF
mgl@1371
  2098
+#define PACKAGE_NAME "$PACKAGE_NAME"
mgl@1371
  2099
+_ACEOF
mgl@1371
  2100
+
mgl@1371
  2101
+
mgl@1371
  2102
+cat >>confdefs.h <<_ACEOF
mgl@1371
  2103
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
mgl@1371
  2104
+_ACEOF
mgl@1371
  2105
+
mgl@1371
  2106
+
mgl@1371
  2107
+cat >>confdefs.h <<_ACEOF
mgl@1371
  2108
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
mgl@1371
  2109
+_ACEOF
mgl@1371
  2110
+
mgl@1371
  2111
+
mgl@1371
  2112
+cat >>confdefs.h <<_ACEOF
mgl@1371
  2113
+#define PACKAGE_STRING "$PACKAGE_STRING"
mgl@1371
  2114
+_ACEOF
mgl@1371
  2115
+
mgl@1371
  2116
+
mgl@1371
  2117
+cat >>confdefs.h <<_ACEOF
mgl@1371
  2118
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
mgl@1371
  2119
+_ACEOF
mgl@1371
  2120
+
mgl@1371
  2121
+
mgl@1371
  2122
+# Let the site file select an alternate cache file if it wants to.
mgl@1371
  2123
+# Prefer explicitly selected file to automatically selected ones.
mgl@1371
  2124
+if test -n "$CONFIG_SITE"; then
mgl@1371
  2125
+  set x "$CONFIG_SITE"
mgl@1371
  2126
+elif test "x$prefix" != xNONE; then
mgl@1371
  2127
+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
mgl@1371
  2128
+else
mgl@1371
  2129
+  set x "$ac_default_prefix/share/config.site" \
mgl@1371
  2130
+	"$ac_default_prefix/etc/config.site"
mgl@1371
  2131
+fi
mgl@1371
  2132
+shift
mgl@1371
  2133
+for ac_site_file
mgl@1371
  2134
+do
mgl@1371
  2135
+  if test -r "$ac_site_file"; then
mgl@1371
  2136
+    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
mgl@1371
  2137
+echo "$as_me: loading site script $ac_site_file" >&6;}
mgl@1371
  2138
+    sed 's/^/| /' "$ac_site_file" >&5
mgl@1371
  2139
+    . "$ac_site_file"
mgl@1371
  2140
+  fi
mgl@1371
  2141
+done
mgl@1371
  2142
+
mgl@1371
  2143
+if test -r "$cache_file"; then
mgl@1371
  2144
+  # Some versions of bash will fail to source /dev/null (special
mgl@1371
  2145
+  # files actually), so we avoid doing that.
mgl@1371
  2146
+  if test -f "$cache_file"; then
mgl@1371
  2147
+    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
mgl@1371
  2148
+echo "$as_me: loading cache $cache_file" >&6;}
mgl@1371
  2149
+    case $cache_file in
mgl@1371
  2150
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
mgl@1371
  2151
+      *)                      . "./$cache_file";;
mgl@1371
  2152
+    esac
mgl@1371
  2153
+  fi
mgl@1371
  2154
+else
mgl@1371
  2155
+  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
mgl@1371
  2156
+echo "$as_me: creating cache $cache_file" >&6;}
mgl@1371
  2157
+  >$cache_file
mgl@1371
  2158
+fi
mgl@1371
  2159
+
mgl@1371
  2160
+# Check that the precious variables saved in the cache have kept the same
mgl@1371
  2161
+# value.
mgl@1371
  2162
+ac_cache_corrupted=false
mgl@1371
  2163
+for ac_var in $ac_precious_vars; do
mgl@1371
  2164
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
mgl@1371
  2165
+  eval ac_new_set=\$ac_env_${ac_var}_set
mgl@1371
  2166
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
mgl@1371
  2167
+  eval ac_new_val=\$ac_env_${ac_var}_value
mgl@1371
  2168
+  case $ac_old_set,$ac_new_set in
mgl@1371
  2169
+    set,)
mgl@1371
  2170
+      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mgl@1371
  2171
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mgl@1371
  2172
+      ac_cache_corrupted=: ;;
mgl@1371
  2173
+    ,set)
mgl@1371
  2174
+      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
mgl@1371
  2175
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
mgl@1371
  2176
+      ac_cache_corrupted=: ;;
mgl@1371
  2177
+    ,);;
mgl@1371
  2178
+    *)
mgl@1371
  2179
+      if test "x$ac_old_val" != "x$ac_new_val"; then
mgl@1371
  2180
+	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
mgl@1371
  2181
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
mgl@1371
  2182
+	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
mgl@1371
  2183
+echo "$as_me:   former value:  $ac_old_val" >&2;}
mgl@1371
  2184
+	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
mgl@1371
  2185
+echo "$as_me:   current value: $ac_new_val" >&2;}
mgl@1371
  2186
+	ac_cache_corrupted=:
mgl@1371
  2187
+      fi;;
mgl@1371
  2188
+  esac
mgl@1371
  2189
+  # Pass precious variables to config.status.
mgl@1371
  2190
+  if test "$ac_new_set" = set; then
mgl@1371
  2191
+    case $ac_new_val in
mgl@1371
  2192
+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
  2193
+    *) ac_arg=$ac_var=$ac_new_val ;;
mgl@1371
  2194
+    esac
mgl@1371
  2195
+    case " $ac_configure_args " in
mgl@1371
  2196
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
mgl@1371
  2197
+      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
mgl@1371
  2198
+    esac
mgl@1371
  2199
+  fi
mgl@1371
  2200
+done
mgl@1371
  2201
+if $ac_cache_corrupted; then
mgl@1371
  2202
+  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
mgl@1371
  2203
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
mgl@1371
  2204
+  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
mgl@1371
  2205
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
mgl@1371
  2206
+   { (exit 1); exit 1; }; }
mgl@1371
  2207
+fi
mgl@1371
  2208
+
mgl@1371
  2209
+
mgl@1371
  2210
+
mgl@1371
  2211
+
mgl@1371
  2212
+
mgl@1371
  2213
+
mgl@1371
  2214
+
mgl@1371
  2215
+
mgl@1371
  2216
+
mgl@1371
  2217
+
mgl@1371
  2218
+
mgl@1371
  2219
+
mgl@1371
  2220
+
mgl@1371
  2221
+
mgl@1371
  2222
+
mgl@1371
  2223
+
mgl@1371
  2224
+
mgl@1371
  2225
+
mgl@1371
  2226
+
mgl@1371
  2227
+
mgl@1371
  2228
+
mgl@1371
  2229
+
mgl@1371
  2230
+
mgl@1371
  2231
+
mgl@1371
  2232
+
mgl@1371
  2233
+ac_ext=c
mgl@1371
  2234
+ac_cpp='$CPP $CPPFLAGS'
mgl@1371
  2235
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
  2236
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
mgl@1371
  2237
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
  2238
+
mgl@1371
  2239
+
mgl@1371
  2240
+
mgl@1371
  2241
+
mgl@1371
  2242
+ac_aux_dir=
mgl@1371
  2243
+for ac_dir in ../../../.. "$srcdir"/../../../..; do
mgl@1371
  2244
+  if test -f "$ac_dir/install-sh"; then
mgl@1371
  2245
+    ac_aux_dir=$ac_dir
mgl@1371
  2246
+    ac_install_sh="$ac_aux_dir/install-sh -c"
mgl@1371
  2247
+    break
mgl@1371
  2248
+  elif test -f "$ac_dir/install.sh"; then
mgl@1371
  2249
+    ac_aux_dir=$ac_dir
mgl@1371
  2250
+    ac_install_sh="$ac_aux_dir/install.sh -c"
mgl@1371
  2251
+    break
mgl@1371
  2252
+  elif test -f "$ac_dir/shtool"; then
mgl@1371
  2253
+    ac_aux_dir=$ac_dir
mgl@1371
  2254
+    ac_install_sh="$ac_aux_dir/shtool install -c"
mgl@1371
  2255
+    break
mgl@1371
  2256
+  fi
mgl@1371
  2257
+done
mgl@1371
  2258
+if test -z "$ac_aux_dir"; then
mgl@1371
  2259
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&5
mgl@1371
  2260
+echo "$as_me: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&2;}
mgl@1371
  2261
+   { (exit 1); exit 1; }; }
mgl@1371
  2262
+fi
mgl@1371
  2263
+
mgl@1371
  2264
+# These three variables are undocumented and unsupported,
mgl@1371
  2265
+# and are intended to be withdrawn in a future Autoconf release.
mgl@1371
  2266
+# They can cause serious problems if a builder's source tree is in a directory
mgl@1371
  2267
+# whose full name contains unusual characters.
mgl@1371
  2268
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
mgl@1371
  2269
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
mgl@1371
  2270
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
mgl@1371
  2271
+
mgl@1371
  2272
+
mgl@1371
  2273
+
mgl@1371
  2274
+# Make sure we can run config.sub.
mgl@1371
  2275
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
mgl@1371
  2276
+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
mgl@1371
  2277
+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
mgl@1371
  2278
+   { (exit 1); exit 1; }; }
mgl@1371
  2279
+
mgl@1371
  2280
+{ echo "$as_me:$LINENO: checking build system type" >&5
mgl@1371
  2281
+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
mgl@1371
  2282
+if test "${ac_cv_build+set}" = set; then
mgl@1371
  2283
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  2284
+else
mgl@1371
  2285
+  ac_build_alias=$build_alias
mgl@1371
  2286
+test "x$ac_build_alias" = x &&
mgl@1371
  2287
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mgl@1371
  2288
+test "x$ac_build_alias" = x &&
mgl@1371
  2289
+  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
mgl@1371
  2290
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
mgl@1371
  2291
+   { (exit 1); exit 1; }; }
mgl@1371
  2292
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mgl@1371
  2293
+  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
mgl@1371
  2294
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
mgl@1371
  2295
+   { (exit 1); exit 1; }; }
mgl@1371
  2296
+
mgl@1371
  2297
+fi
mgl@1371
  2298
+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
mgl@1371
  2299
+echo "${ECHO_T}$ac_cv_build" >&6; }
mgl@1371
  2300
+case $ac_cv_build in
mgl@1371
  2301
+*-*-*) ;;
mgl@1371
  2302
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
mgl@1371
  2303
+echo "$as_me: error: invalid value of canonical build" >&2;}
mgl@1371
  2304
+   { (exit 1); exit 1; }; };;
mgl@1371
  2305
+esac
mgl@1371
  2306
+build=$ac_cv_build
mgl@1371
  2307
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
  2308
+set x $ac_cv_build
mgl@1371
  2309
+shift
mgl@1371
  2310
+build_cpu=$1
mgl@1371
  2311
+build_vendor=$2
mgl@1371
  2312
+shift; shift
mgl@1371
  2313
+# Remember, the first character of IFS is used to create $*,
mgl@1371
  2314
+# except with old shells:
mgl@1371
  2315
+build_os=$*
mgl@1371
  2316
+IFS=$ac_save_IFS
mgl@1371
  2317
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mgl@1371
  2318
+
mgl@1371
  2319
+
mgl@1371
  2320
+{ echo "$as_me:$LINENO: checking host system type" >&5
mgl@1371
  2321
+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
mgl@1371
  2322
+if test "${ac_cv_host+set}" = set; then
mgl@1371
  2323
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  2324
+else
mgl@1371
  2325
+  if test "x$host_alias" = x; then
mgl@1371
  2326
+  ac_cv_host=$ac_cv_build
mgl@1371
  2327
+else
mgl@1371
  2328
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mgl@1371
  2329
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
mgl@1371
  2330
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
mgl@1371
  2331
+   { (exit 1); exit 1; }; }
mgl@1371
  2332
+fi
mgl@1371
  2333
+
mgl@1371
  2334
+fi
mgl@1371
  2335
+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
mgl@1371
  2336
+echo "${ECHO_T}$ac_cv_host" >&6; }
mgl@1371
  2337
+case $ac_cv_host in
mgl@1371
  2338
+*-*-*) ;;
mgl@1371
  2339
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
mgl@1371
  2340
+echo "$as_me: error: invalid value of canonical host" >&2;}
mgl@1371
  2341
+   { (exit 1); exit 1; }; };;
mgl@1371
  2342
+esac
mgl@1371
  2343
+host=$ac_cv_host
mgl@1371
  2344
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
  2345
+set x $ac_cv_host
mgl@1371
  2346
+shift
mgl@1371
  2347
+host_cpu=$1
mgl@1371
  2348
+host_vendor=$2
mgl@1371
  2349
+shift; shift
mgl@1371
  2350
+# Remember, the first character of IFS is used to create $*,
mgl@1371
  2351
+# except with old shells:
mgl@1371
  2352
+host_os=$*
mgl@1371
  2353
+IFS=$ac_save_IFS
mgl@1371
  2354
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mgl@1371
  2355
+
mgl@1371
  2356
+
mgl@1371
  2357
+am__api_version="1.4"
mgl@1371
  2358
+# Find a good install program.  We prefer a C program (faster),
mgl@1371
  2359
+# so one script is as good as another.  But avoid the broken or
mgl@1371
  2360
+# incompatible versions:
mgl@1371
  2361
+# SysV /etc/install, /usr/sbin/install
mgl@1371
  2362
+# SunOS /usr/etc/install
mgl@1371
  2363
+# IRIX /sbin/install
mgl@1371
  2364
+# AIX /bin/install
mgl@1371
  2365
+# AmigaOS /C/install, which installs bootblocks on floppy discs
mgl@1371
  2366
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
mgl@1371
  2367
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
mgl@1371
  2368
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
mgl@1371
  2369
+# OS/2's system install, which has a completely different semantic
mgl@1371
  2370
+# ./install, which can be erroneously created by make from ./install.sh.
mgl@1371
  2371
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
  2372
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
mgl@1371
  2373
+if test -z "$INSTALL"; then
mgl@1371
  2374
+if test "${ac_cv_path_install+set}" = set; then
mgl@1371
  2375
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  2376
+else
mgl@1371
  2377
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  2378
+for as_dir in $PATH
mgl@1371
  2379
+do
mgl@1371
  2380
+  IFS=$as_save_IFS
mgl@1371
  2381
+  test -z "$as_dir" && as_dir=.
mgl@1371
  2382
+  # Account for people who put trailing slashes in PATH elements.
mgl@1371
  2383
+case $as_dir/ in
mgl@1371
  2384
+  ./ | .// | /cC/* | \
mgl@1371
  2385
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
mgl@1371
  2386
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
mgl@1371
  2387
+  /usr/ucb/* ) ;;
mgl@1371
  2388
+  *)
mgl@1371
  2389
+    # OSF1 and SCO ODT 3.0 have their own names for install.
mgl@1371
  2390
+    # Don't use installbsd from OSF since it installs stuff as root
mgl@1371
  2391
+    # by default.
mgl@1371
  2392
+    for ac_prog in ginstall scoinst install; do
mgl@1371
  2393
+      for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  2394
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
mgl@1371
  2395
+	  if test $ac_prog = install &&
mgl@1371
  2396
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
  2397
+	    # AIX install.  It has an incompatible calling convention.
mgl@1371
  2398
+	    :
mgl@1371
  2399
+	  elif test $ac_prog = install &&
mgl@1371
  2400
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
  2401
+	    # program-specific install script used by HP pwplus--don't use.
mgl@1371
  2402
+	    :
mgl@1371
  2403
+	  else
mgl@1371
  2404
+	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
mgl@1371
  2405
+	    break 3
mgl@1371
  2406
+	  fi
mgl@1371
  2407
+	fi
mgl@1371
  2408
+      done
mgl@1371
  2409
+    done
mgl@1371
  2410
+    ;;
mgl@1371
  2411
+esac
mgl@1371
  2412
+done
mgl@1371
  2413
+IFS=$as_save_IFS
mgl@1371
  2414
+
mgl@1371
  2415
+
mgl@1371
  2416
+fi
mgl@1371
  2417
+  if test "${ac_cv_path_install+set}" = set; then
mgl@1371
  2418
+    INSTALL=$ac_cv_path_install
mgl@1371
  2419
+  else
mgl@1371
  2420
+    # As a last resort, use the slow shell script.  Don't cache a
mgl@1371
  2421
+    # value for INSTALL within a source directory, because that will
mgl@1371
  2422
+    # break other packages using the cache if that directory is
mgl@1371
  2423
+    # removed, or if the value is a relative name.
mgl@1371
  2424
+    INSTALL=$ac_install_sh
mgl@1371
  2425
+  fi
mgl@1371
  2426
+fi
mgl@1371
  2427
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
  2428
+echo "${ECHO_T}$INSTALL" >&6; }
mgl@1371
  2429
+
mgl@1371
  2430
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
mgl@1371
  2431
+# It thinks the first close brace ends the variable substitution.
mgl@1371
  2432
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
mgl@1371
  2433
+
mgl@1371
  2434
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
mgl@1371
  2435
+
mgl@1371
  2436
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
mgl@1371
  2437
+
mgl@1371
  2438
+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
mgl@1371
  2439
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
mgl@1371
  2440
+# Just in case
mgl@1371
  2441
+sleep 1
mgl@1371
  2442
+echo timestamp > conftestfile
mgl@1371
  2443
+# Do `set' in a subshell so we don't clobber the current shell's
mgl@1371
  2444
+# arguments.  Must try -L first in case configure is actually a
mgl@1371
  2445
+# symlink; some systems play weird games with the mod time of symlinks
mgl@1371
  2446
+# (eg FreeBSD returns the mod time of the symlink's containing
mgl@1371
  2447
+# directory).
mgl@1371
  2448
+if (
mgl@1371
  2449
+   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
mgl@1371
  2450
+   if test "$*" = "X"; then
mgl@1371
  2451
+      # -L didn't work.
mgl@1371
  2452
+      set X `ls -t $srcdir/configure conftestfile`
mgl@1371
  2453
+   fi
mgl@1371
  2454
+   if test "$*" != "X $srcdir/configure conftestfile" \
mgl@1371
  2455
+      && test "$*" != "X conftestfile $srcdir/configure"; then
mgl@1371
  2456
+
mgl@1371
  2457
+      # If neither matched, then we have a broken ls.  This can happen
mgl@1371
  2458
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
mgl@1371
  2459
+      # broken ls alias from the environment.  This has actually
mgl@1371
  2460
+      # happened.  Such a system could not be considered "sane".
mgl@1371
  2461
+      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
mgl@1371
  2462
+alias in your environment" >&5
mgl@1371
  2463
+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
mgl@1371
  2464
+alias in your environment" >&2;}
mgl@1371
  2465
+   { (exit 1); exit 1; }; }
mgl@1371
  2466
+   fi
mgl@1371
  2467
+
mgl@1371
  2468
+   test "$2" = conftestfile
mgl@1371
  2469
+   )
mgl@1371
  2470
+then
mgl@1371
  2471
+   # Ok.
mgl@1371
  2472
+   :
mgl@1371
  2473
+else
mgl@1371
  2474
+   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
mgl@1371
  2475
+Check your system clock" >&5
mgl@1371
  2476
+echo "$as_me: error: newly created file is older than distributed files!
mgl@1371
  2477
+Check your system clock" >&2;}
mgl@1371
  2478
+   { (exit 1); exit 1; }; }
mgl@1371
  2479
+fi
mgl@1371
  2480
+rm -f conftest*
mgl@1371
  2481
+{ echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
  2482
+echo "${ECHO_T}yes" >&6; }
mgl@1371
  2483
+test "$program_prefix" != NONE &&
mgl@1371
  2484
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
mgl@1371
  2485
+# Use a double $ so make ignores it.
mgl@1371
  2486
+test "$program_suffix" != NONE &&
mgl@1371
  2487
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
mgl@1371
  2488
+# Double any \ or $.  echo might interpret backslashes.
mgl@1371
  2489
+# By default was `s,x,x', remove it if useless.
mgl@1371
  2490
+cat <<\_ACEOF >conftest.sed
mgl@1371
  2491
+s/[\\$]/&&/g;s/;s,x,x,$//
mgl@1371
  2492
+_ACEOF
mgl@1371
  2493
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
mgl@1371
  2494
+rm -f conftest.sed
mgl@1371
  2495
+
mgl@1371
  2496
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
mgl@1371
  2497
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
mgl@1371
  2498
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mgl@1371
  2499
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
mgl@1371
  2500
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  2501
+else
mgl@1371
  2502
+  cat >conftest.make <<\_ACEOF
mgl@1371
  2503
+SHELL = /bin/sh
mgl@1371
  2504
+all:
mgl@1371
  2505
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
mgl@1371
  2506
+_ACEOF
mgl@1371
  2507
+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
mgl@1371
  2508
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
mgl@1371
  2509
+  *@@@%%%=?*=@@@%%%*)
mgl@1371
  2510
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
mgl@1371
  2511
+  *)
mgl@1371
  2512
+    eval ac_cv_prog_make_${ac_make}_set=no;;
mgl@1371
  2513
+esac
mgl@1371
  2514
+rm -f conftest.make
mgl@1371
  2515
+fi
mgl@1371
  2516
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
mgl@1371
  2517
+  { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
  2518
+echo "${ECHO_T}yes" >&6; }
mgl@1371
  2519
+  SET_MAKE=
mgl@1371
  2520
+else
mgl@1371
  2521
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  2522
+echo "${ECHO_T}no" >&6; }
mgl@1371
  2523
+  SET_MAKE="MAKE=${MAKE-make}"
mgl@1371
  2524
+fi
mgl@1371
  2525
+
mgl@1371
  2526
+
mgl@1371
  2527
+# Check whether --enable-multilib was given.
mgl@1371
  2528
+if test "${enable_multilib+set}" = set; then
mgl@1371
  2529
+  enableval=$enable_multilib; case "${enableval}" in
mgl@1371
  2530
+  yes) multilib=yes ;;
mgl@1371
  2531
+  no)  multilib=no ;;
mgl@1371
  2532
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
mgl@1371
  2533
+echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
mgl@1371
  2534
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  2535
+ esac
mgl@1371
  2536
+else
mgl@1371
  2537
+  multilib=yes
mgl@1371
  2538
+fi
mgl@1371
  2539
+
mgl@1371
  2540
+# Check whether --enable-target-optspace was given.
mgl@1371
  2541
+if test "${enable_target_optspace+set}" = set; then
mgl@1371
  2542
+  enableval=$enable_target_optspace; case "${enableval}" in
mgl@1371
  2543
+  yes) target_optspace=yes ;;
mgl@1371
  2544
+  no)  target_optspace=no ;;
mgl@1371
  2545
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
mgl@1371
  2546
+echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}
mgl@1371
  2547
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  2548
+ esac
mgl@1371
  2549
+else
mgl@1371
  2550
+  target_optspace=
mgl@1371
  2551
+fi
mgl@1371
  2552
+
mgl@1371
  2553
+# Check whether --enable-malloc-debugging was given.
mgl@1371
  2554
+if test "${enable_malloc_debugging+set}" = set; then
mgl@1371
  2555
+  enableval=$enable_malloc_debugging; case "${enableval}" in
mgl@1371
  2556
+  yes) malloc_debugging=yes ;;
mgl@1371
  2557
+  no)  malloc_debugging=no ;;
mgl@1371
  2558
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
mgl@1371
  2559
+echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}
mgl@1371
  2560
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  2561
+ esac
mgl@1371
  2562
+else
mgl@1371
  2563
+  malloc_debugging=
mgl@1371
  2564
+fi
mgl@1371
  2565
+
mgl@1371
  2566
+# Check whether --enable-newlib-mb was given.
mgl@1371
  2567
+if test "${enable_newlib_mb+set}" = set; then
mgl@1371
  2568
+  enableval=$enable_newlib_mb; case "${enableval}" in
mgl@1371
  2569
+  yes) newlib_mb=yes ;;
mgl@1371
  2570
+  no)  newlib_mb=no ;;
mgl@1371
  2571
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-mb option" >&5
mgl@1371
  2572
+echo "$as_me: error: bad value ${enableval} for newlib-mb option" >&2;}
mgl@1371
  2573
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  2574
+ esac
mgl@1371
  2575
+else
mgl@1371
  2576
+  newlib_mb=
mgl@1371
  2577
+fi
mgl@1371
  2578
+
mgl@1371
  2579
+# Check whether --enable-newlib-iconv was given.
mgl@1371
  2580
+if test "${enable_newlib_iconv+set}" = set; then
mgl@1371
  2581
+  enableval=$enable_newlib_iconv; case "${enableval}" in
mgl@1371
  2582
+  yes) newlib_iconv=yes ;;
mgl@1371
  2583
+  no)  newlib_iconv=no ;;
mgl@1371
  2584
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5
mgl@1371
  2585
+echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}
mgl@1371
  2586
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  2587
+ esac
mgl@1371
  2588
+else
mgl@1371
  2589
+  newlib_iconv=
mgl@1371
  2590
+fi
mgl@1371
  2591
+
mgl@1371
  2592
+# Check whether --enable-newlib-builtin-converters was given.
mgl@1371
  2593
+if test "${enable_newlib_builtin_converters+set}" = set; then
mgl@1371
  2594
+  enableval=$enable_newlib_builtin_converters; if test x${enableval} = x; then
mgl@1371
  2595
+   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-builtin-converters option - use comma-separated list" >&5
mgl@1371
  2596
+echo "$as_me: error: bad value ${enableval} for newlib-builtin-converters option - use comma-separated list" >&2;}
mgl@1371
  2597
+   { (exit 1); exit 1; }; }
mgl@1371
  2598
+ fi
mgl@1371
  2599
+ builtin_converters=${enableval}
mgl@1371
  2600
+
mgl@1371
  2601
+else
mgl@1371
  2602
+  builtin_converters=
mgl@1371
  2603
+fi
mgl@1371
  2604
+
mgl@1371
  2605
+# Check whether --enable-newlib-multithread was given.
mgl@1371
  2606
+if test "${enable_newlib_multithread+set}" = set; then
mgl@1371
  2607
+  enableval=$enable_newlib_multithread; case "${enableval}" in
mgl@1371
  2608
+  yes) newlib_multithread=yes ;;
mgl@1371
  2609
+  no)  newlib_multithread=no ;;
mgl@1371
  2610
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
mgl@1371
  2611
+echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}
mgl@1371
  2612
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  2613
+ esac
mgl@1371
  2614
+else
mgl@1371
  2615
+  newlib_multithread=yes
mgl@1371
  2616
+fi
mgl@1371
  2617
+
mgl@1371
  2618
+# Check whether --enable-newlib-elix-level was given.
mgl@1371
  2619
+if test "${enable_newlib_elix_level+set}" = set; then
mgl@1371
  2620
+  enableval=$enable_newlib_elix_level; case "${enableval}" in
mgl@1371
  2621
+  0)   newlib_elix_level=0 ;;
mgl@1371
  2622
+  1)   newlib_elix_level=1 ;;
mgl@1371
  2623
+  2)   newlib_elix_level=2 ;;
mgl@1371
  2624
+  3)   newlib_elix_level=3 ;;
mgl@1371
  2625
+  4)   newlib_elix_level=4 ;;
mgl@1371
  2626
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5
mgl@1371
  2627
+echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}
mgl@1371
  2628
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  2629
+ esac
mgl@1371
  2630
+else
mgl@1371
  2631
+  newlib_elix_level=0
mgl@1371
  2632
+fi
mgl@1371
  2633
+
mgl@1371
  2634
+# Check whether --enable-newlib-io-float was given.
mgl@1371
  2635
+if test "${enable_newlib_io_float+set}" = set; then
mgl@1371
  2636
+  enableval=$enable_newlib_io_float; case "${enableval}" in
mgl@1371
  2637
+  yes) newlib_io_float=yes ;;
mgl@1371
  2638
+  no)  newlib_io_float=no ;;
mgl@1371
  2639
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
mgl@1371
  2640
+echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}
mgl@1371
  2641
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  2642
+ esac
mgl@1371
  2643
+else
mgl@1371
  2644
+  newlib_io_float=yes
mgl@1371
  2645
+fi
mgl@1371
  2646
+
mgl@1371
  2647
+# Check whether --enable-newlib-supplied-syscalls was given.
mgl@1371
  2648
+if test "${enable_newlib_supplied_syscalls+set}" = set; then
mgl@1371
  2649
+  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
mgl@1371
  2650
+  yes) newlib_may_supply_syscalls=yes ;;
mgl@1371
  2651
+  no)  newlib_may_supply_syscalls=no ;;
mgl@1371
  2652
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
mgl@1371
  2653
+echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}
mgl@1371
  2654
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  2655
+ esac
mgl@1371
  2656
+else
mgl@1371
  2657
+  newlib_may_supply_syscalls=yes
mgl@1371
  2658
+fi
mgl@1371
  2659
+
mgl@1371
  2660
+
mgl@1371
  2661
+
mgl@1371
  2662
+if test x${newlib_may_supply_syscalls} = xyes; then
mgl@1371
  2663
+  MAY_SUPPLY_SYSCALLS_TRUE=
mgl@1371
  2664
+  MAY_SUPPLY_SYSCALLS_FALSE='#'
mgl@1371
  2665
+else
mgl@1371
  2666
+  MAY_SUPPLY_SYSCALLS_TRUE='#'
mgl@1371
  2667
+  MAY_SUPPLY_SYSCALLS_FALSE=
mgl@1371
  2668
+fi
mgl@1371
  2669
+
mgl@1371
  2670
+
mgl@1371
  2671
+test -z "${with_target_subdir}" && with_target_subdir=.
mgl@1371
  2672
+
mgl@1371
  2673
+if test "${srcdir}" = "."; then
mgl@1371
  2674
+  if test "${with_target_subdir}" != "."; then
mgl@1371
  2675
+    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
mgl@1371
  2676
+  else
mgl@1371
  2677
+    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
mgl@1371
  2678
+  fi
mgl@1371
  2679
+else
mgl@1371
  2680
+  newlib_basedir="${srcdir}/../../.."
mgl@1371
  2681
+fi
mgl@1371
  2682
+
mgl@1371
  2683
+
mgl@1371
  2684
+{ echo "$as_me:$LINENO: checking target system type" >&5
mgl@1371
  2685
+echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
mgl@1371
  2686
+if test "${ac_cv_target+set}" = set; then
mgl@1371
  2687
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  2688
+else
mgl@1371
  2689
+  if test "x$target_alias" = x; then
mgl@1371
  2690
+  ac_cv_target=$ac_cv_host
mgl@1371
  2691
+else
mgl@1371
  2692
+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
mgl@1371
  2693
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
mgl@1371
  2694
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
mgl@1371
  2695
+   { (exit 1); exit 1; }; }
mgl@1371
  2696
+fi
mgl@1371
  2697
+
mgl@1371
  2698
+fi
mgl@1371
  2699
+{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
mgl@1371
  2700
+echo "${ECHO_T}$ac_cv_target" >&6; }
mgl@1371
  2701
+case $ac_cv_target in
mgl@1371
  2702
+*-*-*) ;;
mgl@1371
  2703
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
mgl@1371
  2704
+echo "$as_me: error: invalid value of canonical target" >&2;}
mgl@1371
  2705
+   { (exit 1); exit 1; }; };;
mgl@1371
  2706
+esac
mgl@1371
  2707
+target=$ac_cv_target
mgl@1371
  2708
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
  2709
+set x $ac_cv_target
mgl@1371
  2710
+shift
mgl@1371
  2711
+target_cpu=$1
mgl@1371
  2712
+target_vendor=$2
mgl@1371
  2713
+shift; shift
mgl@1371
  2714
+# Remember, the first character of IFS is used to create $*,
mgl@1371
  2715
+# except with old shells:
mgl@1371
  2716
+target_os=$*
mgl@1371
  2717
+IFS=$ac_save_IFS
mgl@1371
  2718
+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
mgl@1371
  2719
+
mgl@1371
  2720
+
mgl@1371
  2721
+# The aliases save the names the user supplied, while $host etc.
mgl@1371
  2722
+# will get canonicalized.
mgl@1371
  2723
+test -n "$target_alias" &&
mgl@1371
  2724
+  test "$program_prefix$program_suffix$program_transform_name" = \
mgl@1371
  2725
+    NONENONEs,x,x, &&
mgl@1371
  2726
+  program_prefix=${target_alias}-
mgl@1371
  2727
+
mgl@1371
  2728
+
mgl@1371
  2729
+PACKAGE=newlib
mgl@1371
  2730
+
mgl@1371
  2731
+VERSION=1.12.0
mgl@1371
  2732
+
mgl@1371
  2733
+if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
mgl@1371
  2734
+  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
mgl@1371
  2735
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
mgl@1371
  2736
+   { (exit 1); exit 1; }; }
mgl@1371
  2737
+fi
mgl@1371
  2738
+
mgl@1371
  2739
+cat >>confdefs.h <<_ACEOF
mgl@1371
  2740
+#define PACKAGE "$PACKAGE"
mgl@1371
  2741
+_ACEOF
mgl@1371
  2742
+
mgl@1371
  2743
+
mgl@1371
  2744
+cat >>confdefs.h <<_ACEOF
mgl@1371
  2745
+#define VERSION "$VERSION"
mgl@1371
  2746
+_ACEOF
mgl@1371
  2747
+
mgl@1371
  2748
+
mgl@1371
  2749
+
mgl@1371
  2750
+missing_dir=`cd $ac_aux_dir && pwd`
mgl@1371
  2751
+{ echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
mgl@1371
  2752
+echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6; }
mgl@1371
  2753
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
  2754
+# an executable is not found, even if stderr is redirected.
mgl@1371
  2755
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
  2756
+if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
  2757
+   ACLOCAL=aclocal-${am__api_version}
mgl@1371
  2758
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
  2759
+echo "${ECHO_T}found" >&6; }
mgl@1371
  2760
+else
mgl@1371
  2761
+   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
mgl@1371
  2762
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
  2763
+echo "${ECHO_T}missing" >&6; }
mgl@1371
  2764
+fi
mgl@1371
  2765
+
mgl@1371
  2766
+{ echo "$as_me:$LINENO: checking for working autoconf" >&5
mgl@1371
  2767
+echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6; }
mgl@1371
  2768
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
  2769
+# an executable is not found, even if stderr is redirected.
mgl@1371
  2770
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
  2771
+if (autoconf --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
  2772
+   AUTOCONF=autoconf
mgl@1371
  2773
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
  2774
+echo "${ECHO_T}found" >&6; }
mgl@1371
  2775
+else
mgl@1371
  2776
+   AUTOCONF="$missing_dir/missing autoconf"
mgl@1371
  2777
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
  2778
+echo "${ECHO_T}missing" >&6; }
mgl@1371
  2779
+fi
mgl@1371
  2780
+
mgl@1371
  2781
+{ echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
mgl@1371
  2782
+echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6; }
mgl@1371
  2783
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
  2784
+# an executable is not found, even if stderr is redirected.
mgl@1371
  2785
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
  2786
+if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
  2787
+   AUTOMAKE=automake-${am__api_version}
mgl@1371
  2788
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
  2789
+echo "${ECHO_T}found" >&6; }
mgl@1371
  2790
+else
mgl@1371
  2791
+   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
mgl@1371
  2792
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
  2793
+echo "${ECHO_T}missing" >&6; }
mgl@1371
  2794
+fi
mgl@1371
  2795
+
mgl@1371
  2796
+{ echo "$as_me:$LINENO: checking for working autoheader" >&5
mgl@1371
  2797
+echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6; }
mgl@1371
  2798
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
  2799
+# an executable is not found, even if stderr is redirected.
mgl@1371
  2800
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
  2801
+if (autoheader --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
  2802
+   AUTOHEADER=autoheader
mgl@1371
  2803
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
  2804
+echo "${ECHO_T}found" >&6; }
mgl@1371
  2805
+else
mgl@1371
  2806
+   AUTOHEADER="$missing_dir/missing autoheader"
mgl@1371
  2807
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
  2808
+echo "${ECHO_T}missing" >&6; }
mgl@1371
  2809
+fi
mgl@1371
  2810
+
mgl@1371
  2811
+{ echo "$as_me:$LINENO: checking for working makeinfo" >&5
mgl@1371
  2812
+echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6; }
mgl@1371
  2813
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
  2814
+# an executable is not found, even if stderr is redirected.
mgl@1371
  2815
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
  2816
+if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
  2817
+   MAKEINFO=makeinfo
mgl@1371
  2818
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
  2819
+echo "${ECHO_T}found" >&6; }
mgl@1371
  2820
+else
mgl@1371
  2821
+   MAKEINFO="$missing_dir/missing makeinfo"
mgl@1371
  2822
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
  2823
+echo "${ECHO_T}missing" >&6; }
mgl@1371
  2824
+fi
mgl@1371
  2825
+
mgl@1371
  2826
+
mgl@1371
  2827
+
mgl@1371
  2828
+# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
mgl@1371
  2829
+# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
mgl@1371
  2830
+# are probably using a cross compiler, which will not be able to fully
mgl@1371
  2831
+# link an executable.  This should really be fixed in autoconf
mgl@1371
  2832
+# itself.
mgl@1371
  2833
+
mgl@1371
  2834
+
mgl@1371
  2835
+
mgl@1371
  2836
+# Extract the first word of "gcc", so it can be a program name with args.
mgl@1371
  2837
+set dummy gcc; ac_word=$2
mgl@1371
  2838
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  2839
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  2840
+if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
  2841
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  2842
+else
mgl@1371
  2843
+  if test -n "$CC"; then
mgl@1371
  2844
+  ac_cv_prog_CC="$CC" # Let the user override the test.
mgl@1371
  2845
+else
mgl@1371
  2846
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  2847
+for as_dir in $PATH
mgl@1371
  2848
+do
mgl@1371
  2849
+  IFS=$as_save_IFS
mgl@1371
  2850
+  test -z "$as_dir" && as_dir=.
mgl@1371
  2851
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  2852
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  2853
+    ac_cv_prog_CC="gcc"
mgl@1371
  2854
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  2855
+    break 2
mgl@1371
  2856
+  fi
mgl@1371
  2857
+done
mgl@1371
  2858
+done
mgl@1371
  2859
+IFS=$as_save_IFS
mgl@1371
  2860
+
mgl@1371
  2861
+fi
mgl@1371
  2862
+fi
mgl@1371
  2863
+CC=$ac_cv_prog_CC
mgl@1371
  2864
+if test -n "$CC"; then
mgl@1371
  2865
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  2866
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
  2867
+else
mgl@1371
  2868
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  2869
+echo "${ECHO_T}no" >&6; }
mgl@1371
  2870
+fi
mgl@1371
  2871
+
mgl@1371
  2872
+
mgl@1371
  2873
+if test -z "$CC"; then
mgl@1371
  2874
+  # Extract the first word of "cc", so it can be a program name with args.
mgl@1371
  2875
+set dummy cc; ac_word=$2
mgl@1371
  2876
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  2877
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  2878
+if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
  2879
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  2880
+else
mgl@1371
  2881
+  if test -n "$CC"; then
mgl@1371
  2882
+  ac_cv_prog_CC="$CC" # Let the user override the test.
mgl@1371
  2883
+else
mgl@1371
  2884
+  ac_prog_rejected=no
mgl@1371
  2885
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  2886
+for as_dir in $PATH
mgl@1371
  2887
+do
mgl@1371
  2888
+  IFS=$as_save_IFS
mgl@1371
  2889
+  test -z "$as_dir" && as_dir=.
mgl@1371
  2890
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  2891
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  2892
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
mgl@1371
  2893
+       ac_prog_rejected=yes
mgl@1371
  2894
+       continue
mgl@1371
  2895
+     fi
mgl@1371
  2896
+    ac_cv_prog_CC="cc"
mgl@1371
  2897
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  2898
+    break 2
mgl@1371
  2899
+  fi
mgl@1371
  2900
+done
mgl@1371
  2901
+done
mgl@1371
  2902
+IFS=$as_save_IFS
mgl@1371
  2903
+
mgl@1371
  2904
+if test $ac_prog_rejected = yes; then
mgl@1371
  2905
+  # We found a bogon in the path, so make sure we never use it.
mgl@1371
  2906
+  set dummy $ac_cv_prog_CC
mgl@1371
  2907
+  shift
mgl@1371
  2908
+  if test $# != 0; then
mgl@1371
  2909
+    # We chose a different compiler from the bogus one.
mgl@1371
  2910
+    # However, it has the same basename, so the bogon will be chosen
mgl@1371
  2911
+    # first if we set CC to just the basename; use the full file name.
mgl@1371
  2912
+    shift
mgl@1371
  2913
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
mgl@1371
  2914
+  fi
mgl@1371
  2915
+fi
mgl@1371
  2916
+fi
mgl@1371
  2917
+fi
mgl@1371
  2918
+CC=$ac_cv_prog_CC
mgl@1371
  2919
+if test -n "$CC"; then
mgl@1371
  2920
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  2921
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
  2922
+else
mgl@1371
  2923
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  2924
+echo "${ECHO_T}no" >&6; }
mgl@1371
  2925
+fi
mgl@1371
  2926
+
mgl@1371
  2927
+
mgl@1371
  2928
+  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
mgl@1371
  2929
+echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
mgl@1371
  2930
+   { (exit 1); exit 1; }; }
mgl@1371
  2931
+fi
mgl@1371
  2932
+
mgl@1371
  2933
+#AC_PROG_CC_GNU
mgl@1371
  2934
+
mgl@1371
  2935
+if test $ac_cv_c_compiler_gnu = yes; then
mgl@1371
  2936
+  GCC=yes
mgl@1371
  2937
+  ac_test_CFLAGS="${CFLAGS+set}"
mgl@1371
  2938
+  ac_save_CFLAGS="$CFLAGS"
mgl@1371
  2939
+  CFLAGS=
mgl@1371
  2940
+#  AC_PROG_CC_G
mgl@1371
  2941
+  if test "$ac_test_CFLAGS" = set; then
mgl@1371
  2942
+    CFLAGS="$ac_save_CFLAGS"
mgl@1371
  2943
+  elif test $ac_cv_prog_cc_g = yes; then
mgl@1371
  2944
+    CFLAGS="-g -O2"
mgl@1371
  2945
+  else
mgl@1371
  2946
+    CFLAGS="-O2"
mgl@1371
  2947
+  fi
mgl@1371
  2948
+else
mgl@1371
  2949
+  GCC=
mgl@1371
  2950
+  test "${CFLAGS+set}" = set || CFLAGS="-g"
mgl@1371
  2951
+fi
mgl@1371
  2952
+
mgl@1371
  2953
+
mgl@1371
  2954
+if test -n "$ac_tool_prefix"; then
mgl@1371
  2955
+  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
mgl@1371
  2956
+set dummy ${ac_tool_prefix}as; ac_word=$2
mgl@1371
  2957
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  2958
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  2959
+if test "${ac_cv_prog_AS+set}" = set; then
mgl@1371
  2960
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  2961
+else
mgl@1371
  2962
+  if test -n "$AS"; then
mgl@1371
  2963
+  ac_cv_prog_AS="$AS" # Let the user override the test.
mgl@1371
  2964
+else
mgl@1371
  2965
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  2966
+for as_dir in $PATH
mgl@1371
  2967
+do
mgl@1371
  2968
+  IFS=$as_save_IFS
mgl@1371
  2969
+  test -z "$as_dir" && as_dir=.
mgl@1371
  2970
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  2971
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  2972
+    ac_cv_prog_AS="${ac_tool_prefix}as"
mgl@1371
  2973
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  2974
+    break 2
mgl@1371
  2975
+  fi
mgl@1371
  2976
+done
mgl@1371
  2977
+done
mgl@1371
  2978
+IFS=$as_save_IFS
mgl@1371
  2979
+
mgl@1371
  2980
+fi
mgl@1371
  2981
+fi
mgl@1371
  2982
+AS=$ac_cv_prog_AS
mgl@1371
  2983
+if test -n "$AS"; then
mgl@1371
  2984
+  { echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
  2985
+echo "${ECHO_T}$AS" >&6; }
mgl@1371
  2986
+else
mgl@1371
  2987
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  2988
+echo "${ECHO_T}no" >&6; }
mgl@1371
  2989
+fi
mgl@1371
  2990
+
mgl@1371
  2991
+
mgl@1371
  2992
+fi
mgl@1371
  2993
+if test -z "$ac_cv_prog_AS"; then
mgl@1371
  2994
+  ac_ct_AS=$AS
mgl@1371
  2995
+  # Extract the first word of "as", so it can be a program name with args.
mgl@1371
  2996
+set dummy as; ac_word=$2
mgl@1371
  2997
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  2998
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  2999
+if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
mgl@1371
  3000
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  3001
+else
mgl@1371
  3002
+  if test -n "$ac_ct_AS"; then
mgl@1371
  3003
+  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
mgl@1371
  3004
+else
mgl@1371
  3005
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  3006
+for as_dir in $PATH
mgl@1371
  3007
+do
mgl@1371
  3008
+  IFS=$as_save_IFS
mgl@1371
  3009
+  test -z "$as_dir" && as_dir=.
mgl@1371
  3010
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  3011
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  3012
+    ac_cv_prog_ac_ct_AS="as"
mgl@1371
  3013
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  3014
+    break 2
mgl@1371
  3015
+  fi
mgl@1371
  3016
+done
mgl@1371
  3017
+done
mgl@1371
  3018
+IFS=$as_save_IFS
mgl@1371
  3019
+
mgl@1371
  3020
+fi
mgl@1371
  3021
+fi
mgl@1371
  3022
+ac_ct_AS=$ac_cv_prog_ac_ct_AS
mgl@1371
  3023
+if test -n "$ac_ct_AS"; then
mgl@1371
  3024
+  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
  3025
+echo "${ECHO_T}$ac_ct_AS" >&6; }
mgl@1371
  3026
+else
mgl@1371
  3027
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  3028
+echo "${ECHO_T}no" >&6; }
mgl@1371
  3029
+fi
mgl@1371
  3030
+
mgl@1371
  3031
+  if test "x$ac_ct_AS" = x; then
mgl@1371
  3032
+    AS=""
mgl@1371
  3033
+  else
mgl@1371
  3034
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  3035
+yes:)
mgl@1371
  3036
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  3037
+whose name does not start with the host triplet.  If you think this
mgl@1371
  3038
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  3039
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  3040
+whose name does not start with the host triplet.  If you think this
mgl@1371
  3041
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  3042
+ac_tool_warned=yes ;;
mgl@1371
  3043
+esac
mgl@1371
  3044
+    AS=$ac_ct_AS
mgl@1371
  3045
+  fi
mgl@1371
  3046
+else
mgl@1371
  3047
+  AS="$ac_cv_prog_AS"
mgl@1371
  3048
+fi
mgl@1371
  3049
+
mgl@1371
  3050
+if test -n "$ac_tool_prefix"; then
mgl@1371
  3051
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
mgl@1371
  3052
+set dummy ${ac_tool_prefix}ar; ac_word=$2
mgl@1371
  3053
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  3054
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  3055
+if test "${ac_cv_prog_AR+set}" = set; then
mgl@1371
  3056
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  3057
+else
mgl@1371
  3058
+  if test -n "$AR"; then
mgl@1371
  3059
+  ac_cv_prog_AR="$AR" # Let the user override the test.
mgl@1371
  3060
+else
mgl@1371
  3061
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  3062
+for as_dir in $PATH
mgl@1371
  3063
+do
mgl@1371
  3064
+  IFS=$as_save_IFS
mgl@1371
  3065
+  test -z "$as_dir" && as_dir=.
mgl@1371
  3066
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  3067
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  3068
+    ac_cv_prog_AR="${ac_tool_prefix}ar"
mgl@1371
  3069
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  3070
+    break 2
mgl@1371
  3071
+  fi
mgl@1371
  3072
+done
mgl@1371
  3073
+done
mgl@1371
  3074
+IFS=$as_save_IFS
mgl@1371
  3075
+
mgl@1371
  3076
+fi
mgl@1371
  3077
+fi
mgl@1371
  3078
+AR=$ac_cv_prog_AR
mgl@1371
  3079
+if test -n "$AR"; then
mgl@1371
  3080
+  { echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
  3081
+echo "${ECHO_T}$AR" >&6; }
mgl@1371
  3082
+else
mgl@1371
  3083
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  3084
+echo "${ECHO_T}no" >&6; }
mgl@1371
  3085
+fi
mgl@1371
  3086
+
mgl@1371
  3087
+
mgl@1371
  3088
+fi
mgl@1371
  3089
+if test -z "$ac_cv_prog_AR"; then
mgl@1371
  3090
+  ac_ct_AR=$AR
mgl@1371
  3091
+  # Extract the first word of "ar", so it can be a program name with args.
mgl@1371
  3092
+set dummy ar; ac_word=$2
mgl@1371
  3093
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  3094
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  3095
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
mgl@1371
  3096
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  3097
+else
mgl@1371
  3098
+  if test -n "$ac_ct_AR"; then
mgl@1371
  3099
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
mgl@1371
  3100
+else
mgl@1371
  3101
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  3102
+for as_dir in $PATH
mgl@1371
  3103
+do
mgl@1371
  3104
+  IFS=$as_save_IFS
mgl@1371
  3105
+  test -z "$as_dir" && as_dir=.
mgl@1371
  3106
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  3107
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  3108
+    ac_cv_prog_ac_ct_AR="ar"
mgl@1371
  3109
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  3110
+    break 2
mgl@1371
  3111
+  fi
mgl@1371
  3112
+done
mgl@1371
  3113
+done
mgl@1371
  3114
+IFS=$as_save_IFS
mgl@1371
  3115
+
mgl@1371
  3116
+fi
mgl@1371
  3117
+fi
mgl@1371
  3118
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
mgl@1371
  3119
+if test -n "$ac_ct_AR"; then
mgl@1371
  3120
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
  3121
+echo "${ECHO_T}$ac_ct_AR" >&6; }
mgl@1371
  3122
+else
mgl@1371
  3123
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  3124
+echo "${ECHO_T}no" >&6; }
mgl@1371
  3125
+fi
mgl@1371
  3126
+
mgl@1371
  3127
+  if test "x$ac_ct_AR" = x; then
mgl@1371
  3128
+    AR=""
mgl@1371
  3129
+  else
mgl@1371
  3130
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  3131
+yes:)
mgl@1371
  3132
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  3133
+whose name does not start with the host triplet.  If you think this
mgl@1371
  3134
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  3135
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  3136
+whose name does not start with the host triplet.  If you think this
mgl@1371
  3137
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  3138
+ac_tool_warned=yes ;;
mgl@1371
  3139
+esac
mgl@1371
  3140
+    AR=$ac_ct_AR
mgl@1371
  3141
+  fi
mgl@1371
  3142
+else
mgl@1371
  3143
+  AR="$ac_cv_prog_AR"
mgl@1371
  3144
+fi
mgl@1371
  3145
+
mgl@1371
  3146
+if test -n "$ac_tool_prefix"; then
mgl@1371
  3147
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
mgl@1371
  3148
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
mgl@1371
  3149
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  3150
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  3151
+if test "${ac_cv_prog_RANLIB+set}" = set; then
mgl@1371
  3152
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  3153
+else
mgl@1371
  3154
+  if test -n "$RANLIB"; then
mgl@1371
  3155
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
mgl@1371
  3156
+else
mgl@1371
  3157
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  3158
+for as_dir in $PATH
mgl@1371
  3159
+do
mgl@1371
  3160
+  IFS=$as_save_IFS
mgl@1371
  3161
+  test -z "$as_dir" && as_dir=.
mgl@1371
  3162
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  3163
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  3164
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
mgl@1371
  3165
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  3166
+    break 2
mgl@1371
  3167
+  fi
mgl@1371
  3168
+done
mgl@1371
  3169
+done
mgl@1371
  3170
+IFS=$as_save_IFS
mgl@1371
  3171
+
mgl@1371
  3172
+fi
mgl@1371
  3173
+fi
mgl@1371
  3174
+RANLIB=$ac_cv_prog_RANLIB
mgl@1371
  3175
+if test -n "$RANLIB"; then
mgl@1371
  3176
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
  3177
+echo "${ECHO_T}$RANLIB" >&6; }
mgl@1371
  3178
+else
mgl@1371
  3179
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  3180
+echo "${ECHO_T}no" >&6; }
mgl@1371
  3181
+fi
mgl@1371
  3182
+
mgl@1371
  3183
+
mgl@1371
  3184
+fi
mgl@1371
  3185
+if test -z "$ac_cv_prog_RANLIB"; then
mgl@1371
  3186
+  ac_ct_RANLIB=$RANLIB
mgl@1371
  3187
+  # Extract the first word of "ranlib", so it can be a program name with args.
mgl@1371
  3188
+set dummy ranlib; ac_word=$2
mgl@1371
  3189
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  3190
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  3191
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
mgl@1371
  3192
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  3193
+else
mgl@1371
  3194
+  if test -n "$ac_ct_RANLIB"; then
mgl@1371
  3195
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
mgl@1371
  3196
+else
mgl@1371
  3197
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  3198
+for as_dir in $PATH
mgl@1371
  3199
+do
mgl@1371
  3200
+  IFS=$as_save_IFS
mgl@1371
  3201
+  test -z "$as_dir" && as_dir=.
mgl@1371
  3202
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  3203
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  3204
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
mgl@1371
  3205
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  3206
+    break 2
mgl@1371
  3207
+  fi
mgl@1371
  3208
+done
mgl@1371
  3209
+done
mgl@1371
  3210
+IFS=$as_save_IFS
mgl@1371
  3211
+
mgl@1371
  3212
+fi
mgl@1371
  3213
+fi
mgl@1371
  3214
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
mgl@1371
  3215
+if test -n "$ac_ct_RANLIB"; then
mgl@1371
  3216
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
  3217
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
mgl@1371
  3218
+else
mgl@1371
  3219
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  3220
+echo "${ECHO_T}no" >&6; }
mgl@1371
  3221
+fi
mgl@1371
  3222
+
mgl@1371
  3223
+  if test "x$ac_ct_RANLIB" = x; then
mgl@1371
  3224
+    RANLIB=":"
mgl@1371
  3225
+  else
mgl@1371
  3226
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  3227
+yes:)
mgl@1371
  3228
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  3229
+whose name does not start with the host triplet.  If you think this
mgl@1371
  3230
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  3231
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  3232
+whose name does not start with the host triplet.  If you think this
mgl@1371
  3233
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  3234
+ac_tool_warned=yes ;;
mgl@1371
  3235
+esac
mgl@1371
  3236
+    RANLIB=$ac_ct_RANLIB
mgl@1371
  3237
+  fi
mgl@1371
  3238
+else
mgl@1371
  3239
+  RANLIB="$ac_cv_prog_RANLIB"
mgl@1371
  3240
+fi
mgl@1371
  3241
+
mgl@1371
  3242
+
mgl@1371
  3243
+# Find a good install program.  We prefer a C program (faster),
mgl@1371
  3244
+# so one script is as good as another.  But avoid the broken or
mgl@1371
  3245
+# incompatible versions:
mgl@1371
  3246
+# SysV /etc/install, /usr/sbin/install
mgl@1371
  3247
+# SunOS /usr/etc/install
mgl@1371
  3248
+# IRIX /sbin/install
mgl@1371
  3249
+# AIX /bin/install
mgl@1371
  3250
+# AmigaOS /C/install, which installs bootblocks on floppy discs
mgl@1371
  3251
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
mgl@1371
  3252
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
mgl@1371
  3253
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
mgl@1371
  3254
+# OS/2's system install, which has a completely different semantic
mgl@1371
  3255
+# ./install, which can be erroneously created by make from ./install.sh.
mgl@1371
  3256
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
  3257
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
mgl@1371
  3258
+if test -z "$INSTALL"; then
mgl@1371
  3259
+if test "${ac_cv_path_install+set}" = set; then
mgl@1371
  3260
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  3261
+else
mgl@1371
  3262
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  3263
+for as_dir in $PATH
mgl@1371
  3264
+do
mgl@1371
  3265
+  IFS=$as_save_IFS
mgl@1371
  3266
+  test -z "$as_dir" && as_dir=.
mgl@1371
  3267
+  # Account for people who put trailing slashes in PATH elements.
mgl@1371
  3268
+case $as_dir/ in
mgl@1371
  3269
+  ./ | .// | /cC/* | \
mgl@1371
  3270
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
mgl@1371
  3271
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
mgl@1371
  3272
+  /usr/ucb/* ) ;;
mgl@1371
  3273
+  *)
mgl@1371
  3274
+    # OSF1 and SCO ODT 3.0 have their own names for install.
mgl@1371
  3275
+    # Don't use installbsd from OSF since it installs stuff as root
mgl@1371
  3276
+    # by default.
mgl@1371
  3277
+    for ac_prog in ginstall scoinst install; do
mgl@1371
  3278
+      for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  3279
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
mgl@1371
  3280
+	  if test $ac_prog = install &&
mgl@1371
  3281
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
  3282
+	    # AIX install.  It has an incompatible calling convention.
mgl@1371
  3283
+	    :
mgl@1371
  3284
+	  elif test $ac_prog = install &&
mgl@1371
  3285
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
  3286
+	    # program-specific install script used by HP pwplus--don't use.
mgl@1371
  3287
+	    :
mgl@1371
  3288
+	  else
mgl@1371
  3289
+	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
mgl@1371
  3290
+	    break 3
mgl@1371
  3291
+	  fi
mgl@1371
  3292
+	fi
mgl@1371
  3293
+      done
mgl@1371
  3294
+    done
mgl@1371
  3295
+    ;;
mgl@1371
  3296
+esac
mgl@1371
  3297
+done
mgl@1371
  3298
+IFS=$as_save_IFS
mgl@1371
  3299
+
mgl@1371
  3300
+
mgl@1371
  3301
+fi
mgl@1371
  3302
+  if test "${ac_cv_path_install+set}" = set; then
mgl@1371
  3303
+    INSTALL=$ac_cv_path_install
mgl@1371
  3304
+  else
mgl@1371
  3305
+    # As a last resort, use the slow shell script.  Don't cache a
mgl@1371
  3306
+    # value for INSTALL within a source directory, because that will
mgl@1371
  3307
+    # break other packages using the cache if that directory is
mgl@1371
  3308
+    # removed, or if the value is a relative name.
mgl@1371
  3309
+    INSTALL=$ac_install_sh
mgl@1371
  3310
+  fi
mgl@1371
  3311
+fi
mgl@1371
  3312
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
  3313
+echo "${ECHO_T}$INSTALL" >&6; }
mgl@1371
  3314
+
mgl@1371
  3315
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
mgl@1371
  3316
+# It thinks the first close brace ends the variable substitution.
mgl@1371
  3317
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
mgl@1371
  3318
+
mgl@1371
  3319
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
mgl@1371
  3320
+
mgl@1371
  3321
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
mgl@1371
  3322
+
mgl@1371
  3323
+
mgl@1371
  3324
+{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
mgl@1371
  3325
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
mgl@1371
  3326
+    # Check whether --enable-maintainer-mode was given.
mgl@1371
  3327
+if test "${enable_maintainer_mode+set}" = set; then
mgl@1371
  3328
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
mgl@1371
  3329
+else
mgl@1371
  3330
+  USE_MAINTAINER_MODE=no
mgl@1371
  3331
+fi
mgl@1371
  3332
+
mgl@1371
  3333
+  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
mgl@1371
  3334
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
mgl@1371
  3335
+
mgl@1371
  3336
+
mgl@1371
  3337
+if test $USE_MAINTAINER_MODE = yes; then
mgl@1371
  3338
+  MAINTAINER_MODE_TRUE=
mgl@1371
  3339
+  MAINTAINER_MODE_FALSE='#'
mgl@1371
  3340
+else
mgl@1371
  3341
+  MAINTAINER_MODE_TRUE='#'
mgl@1371
  3342
+  MAINTAINER_MODE_FALSE=
mgl@1371
  3343
+fi
mgl@1371
  3344
+  MAINT=$MAINTAINER_MODE_TRUE
mgl@1371
  3345
+
mgl@1371
  3346
+
mgl@1371
  3347
+
mgl@1371
  3348
+# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
mgl@1371
  3349
+# at least currently, we never actually build a program, so we never
mgl@1371
  3350
+# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
mgl@1371
  3351
+# fails, because we are probably configuring with a cross compiler
mgl@1371
  3352
+# which can't create executables.  So we include AC_EXEEXT to keep
mgl@1371
  3353
+# automake happy, but we don't execute it, since we don't care about
mgl@1371
  3354
+# the result.
mgl@1371
  3355
+#if false; then
mgl@1371
  3356
+#
mgl@1371
  3357
+#fi
mgl@1371
  3358
+
mgl@1371
  3359
+. ${newlib_basedir}/configure.host
mgl@1371
  3360
+
mgl@1371
  3361
+newlib_cflags="${newlib_cflags} -fno-builtin"
mgl@1371
  3362
+
mgl@1371
  3363
+NEWLIB_CFLAGS=${newlib_cflags}
mgl@1371
  3364
+
mgl@1371
  3365
+
mgl@1371
  3366
+LDFLAGS=${ldflags}
mgl@1371
  3367
+
mgl@1371
  3368
+
mgl@1371
  3369
+
mgl@1371
  3370
+
mgl@1371
  3371
+if test x${newlib_elix_level} = x0; then
mgl@1371
  3372
+  ELIX_LEVEL_0_TRUE=
mgl@1371
  3373
+  ELIX_LEVEL_0_FALSE='#'
mgl@1371
  3374
+else
mgl@1371
  3375
+  ELIX_LEVEL_0_TRUE='#'
mgl@1371
  3376
+  ELIX_LEVEL_0_FALSE=
mgl@1371
  3377
+fi
mgl@1371
  3378
+
mgl@1371
  3379
+
mgl@1371
  3380
+if test x${newlib_elix_level} = x1; then
mgl@1371
  3381
+  ELIX_LEVEL_1_TRUE=
mgl@1371
  3382
+  ELIX_LEVEL_1_FALSE='#'
mgl@1371
  3383
+else
mgl@1371
  3384
+  ELIX_LEVEL_1_TRUE='#'
mgl@1371
  3385
+  ELIX_LEVEL_1_FALSE=
mgl@1371
  3386
+fi
mgl@1371
  3387
+
mgl@1371
  3388
+
mgl@1371
  3389
+if test x${newlib_elix_level} = x2; then
mgl@1371
  3390
+  ELIX_LEVEL_2_TRUE=
mgl@1371
  3391
+  ELIX_LEVEL_2_FALSE='#'
mgl@1371
  3392
+else
mgl@1371
  3393
+  ELIX_LEVEL_2_TRUE='#'
mgl@1371
  3394
+  ELIX_LEVEL_2_FALSE=
mgl@1371
  3395
+fi
mgl@1371
  3396
+
mgl@1371
  3397
+
mgl@1371
  3398
+if test x${newlib_elix_level} = x3; then
mgl@1371
  3399
+  ELIX_LEVEL_3_TRUE=
mgl@1371
  3400
+  ELIX_LEVEL_3_FALSE='#'
mgl@1371
  3401
+else
mgl@1371
  3402
+  ELIX_LEVEL_3_TRUE='#'
mgl@1371
  3403
+  ELIX_LEVEL_3_FALSE=
mgl@1371
  3404
+fi
mgl@1371
  3405
+
mgl@1371
  3406
+
mgl@1371
  3407
+if test x${newlib_elix_level} = x4; then
mgl@1371
  3408
+  ELIX_LEVEL_4_TRUE=
mgl@1371
  3409
+  ELIX_LEVEL_4_FALSE='#'
mgl@1371
  3410
+else
mgl@1371
  3411
+  ELIX_LEVEL_4_TRUE='#'
mgl@1371
  3412
+  ELIX_LEVEL_4_FALSE=
mgl@1371
  3413
+fi
mgl@1371
  3414
+
mgl@1371
  3415
+
mgl@1371
  3416
+
mgl@1371
  3417
+if test x${use_libtool} = xyes; then
mgl@1371
  3418
+  USE_LIBTOOL_TRUE=
mgl@1371
  3419
+  USE_LIBTOOL_FALSE='#'
mgl@1371
  3420
+else
mgl@1371
  3421
+  USE_LIBTOOL_TRUE='#'
mgl@1371
  3422
+  USE_LIBTOOL_FALSE=
mgl@1371
  3423
+fi
mgl@1371
  3424
+
mgl@1371
  3425
+# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
mgl@1371
  3426
+# use oext, which is set in configure.host based on the target platform.
mgl@1371
  3427
+OBJEXT=${oext}
mgl@1371
  3428
+
mgl@1371
  3429
+
mgl@1371
  3430
+
mgl@1371
  3431
+
mgl@1371
  3432
+
mgl@1371
  3433
+
mgl@1371
  3434
+
mgl@1371
  3435
+
mgl@1371
  3436
+
mgl@1371
  3437
+
mgl@1371
  3438
+ac_config_files="$ac_config_files Makefile"
mgl@1371
  3439
+
mgl@1371
  3440
+cat >confcache <<\_ACEOF
mgl@1371
  3441
+# This file is a shell script that caches the results of configure
mgl@1371
  3442
+# tests run on this system so they can be shared between configure
mgl@1371
  3443
+# scripts and configure runs, see configure's option --config-cache.
mgl@1371
  3444
+# It is not useful on other systems.  If it contains results you don't
mgl@1371
  3445
+# want to keep, you may remove or edit it.
mgl@1371
  3446
+#
mgl@1371
  3447
+# config.status only pays attention to the cache file if you give it
mgl@1371
  3448
+# the --recheck option to rerun configure.
mgl@1371
  3449
+#
mgl@1371
  3450
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
mgl@1371
  3451
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
mgl@1371
  3452
+# following values.
mgl@1371
  3453
+
mgl@1371
  3454
+_ACEOF
mgl@1371
  3455
+
mgl@1371
  3456
+# The following way of writing the cache mishandles newlines in values,
mgl@1371
  3457
+# but we know of no workaround that is simple, portable, and efficient.
mgl@1371
  3458
+# So, we kill variables containing newlines.
mgl@1371
  3459
+# Ultrix sh set writes to stderr and can't be redirected directly,
mgl@1371
  3460
+# and sets the high bit in the cache file unless we assign to the vars.
mgl@1371
  3461
+(
mgl@1371
  3462
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
mgl@1371
  3463
+    eval ac_val=\$$ac_var
mgl@1371
  3464
+    case $ac_val in #(
mgl@1371
  3465
+    *${as_nl}*)
mgl@1371
  3466
+      case $ac_var in #(
mgl@1371
  3467
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
mgl@1371
  3468
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
mgl@1371
  3469
+      esac
mgl@1371
  3470
+      case $ac_var in #(
mgl@1371
  3471
+      _ | IFS | as_nl) ;; #(
mgl@1371
  3472
+      *) $as_unset $ac_var ;;
mgl@1371
  3473
+      esac ;;
mgl@1371
  3474
+    esac
mgl@1371
  3475
+  done
mgl@1371
  3476
+
mgl@1371
  3477
+  (set) 2>&1 |
mgl@1371
  3478
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
mgl@1371
  3479
+    *${as_nl}ac_space=\ *)
mgl@1371
  3480
+      # `set' does not quote correctly, so add quotes (double-quote
mgl@1371
  3481
+      # substitution turns \\\\ into \\, and sed turns \\ into \).
mgl@1371
  3482
+      sed -n \
mgl@1371
  3483
+	"s/'/'\\\\''/g;
mgl@1371
  3484
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
mgl@1371
  3485
+      ;; #(
mgl@1371
  3486
+    *)
mgl@1371
  3487
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
mgl@1371
  3488
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
mgl@1371
  3489
+      ;;
mgl@1371
  3490
+    esac |
mgl@1371
  3491
+    sort
mgl@1371
  3492
+) |
mgl@1371
  3493
+  sed '
mgl@1371
  3494
+     /^ac_cv_env_/b end
mgl@1371
  3495
+     t clear
mgl@1371
  3496
+     :clear
mgl@1371
  3497
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
mgl@1371
  3498
+     t end
mgl@1371
  3499
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
mgl@1371
  3500
+     :end' >>confcache
mgl@1371
  3501
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
mgl@1371
  3502
+  if test -w "$cache_file"; then
mgl@1371
  3503
+    test "x$cache_file" != "x/dev/null" &&
mgl@1371
  3504
+      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
mgl@1371
  3505
+echo "$as_me: updating cache $cache_file" >&6;}
mgl@1371
  3506
+    cat confcache >$cache_file
mgl@1371
  3507
+  else
mgl@1371
  3508
+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
mgl@1371
  3509
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
mgl@1371
  3510
+  fi
mgl@1371
  3511
+fi
mgl@1371
  3512
+rm -f confcache
mgl@1371
  3513
+
mgl@1371
  3514
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
mgl@1371
  3515
+# Let make expand exec_prefix.
mgl@1371
  3516
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
mgl@1371
  3517
+
mgl@1371
  3518
+# Transform confdefs.h into DEFS.
mgl@1371
  3519
+# Protect against shell expansion while executing Makefile rules.
mgl@1371
  3520
+# Protect against Makefile macro expansion.
mgl@1371
  3521
+#
mgl@1371
  3522
+# If the first sed substitution is executed (which looks for macros that
mgl@1371
  3523
+# take arguments), then branch to the quote section.  Otherwise,
mgl@1371
  3524
+# look for a macro that doesn't take arguments.
mgl@1371
  3525
+ac_script='
mgl@1371
  3526
+t clear
mgl@1371
  3527
+:clear
mgl@1371
  3528
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
mgl@1371
  3529
+t quote
mgl@1371
  3530
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
mgl@1371
  3531
+t quote
mgl@1371
  3532
+b any
mgl@1371
  3533
+:quote
mgl@1371
  3534
+s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
mgl@1371
  3535
+s/\[/\\&/g
mgl@1371
  3536
+s/\]/\\&/g
mgl@1371
  3537
+s/\$/$$/g
mgl@1371
  3538
+H
mgl@1371
  3539
+:any
mgl@1371
  3540
+${
mgl@1371
  3541
+	g
mgl@1371
  3542
+	s/^\n//
mgl@1371
  3543
+	s/\n/ /g
mgl@1371
  3544
+	p
mgl@1371
  3545
+}
mgl@1371
  3546
+'
mgl@1371
  3547
+DEFS=`sed -n "$ac_script" confdefs.h`
mgl@1371
  3548
+
mgl@1371
  3549
+
mgl@1371
  3550
+ac_libobjs=
mgl@1371
  3551
+ac_ltlibobjs=
mgl@1371
  3552
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
mgl@1371
  3553
+  # 1. Remove the extension, and $U if already installed.
mgl@1371
  3554
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mgl@1371
  3555
+  ac_i=`echo "$ac_i" | sed "$ac_script"`
mgl@1371
  3556
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
mgl@1371
  3557
+  #    will be set to the directory where LIBOBJS objects are built.
mgl@1371
  3558
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
mgl@1371
  3559
+  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
mgl@1371
  3560
+done
mgl@1371
  3561
+LIBOBJS=$ac_libobjs
mgl@1371
  3562
+
mgl@1371
  3563
+LTLIBOBJS=$ac_ltlibobjs
mgl@1371
  3564
+
mgl@1371
  3565
+
mgl@1371
  3566
+
mgl@1371
  3567
+: ${CONFIG_STATUS=./config.status}
mgl@1371
  3568
+ac_clean_files_save=$ac_clean_files
mgl@1371
  3569
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
mgl@1371
  3570
+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
mgl@1371
  3571
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
mgl@1371
  3572
+cat >$CONFIG_STATUS <<_ACEOF
mgl@1371
  3573
+#! $SHELL
mgl@1371
  3574
+# Generated by $as_me.
mgl@1371
  3575
+# Run this file to recreate the current configuration.
mgl@1371
  3576
+# Compiler output produced by configure, useful for debugging
mgl@1371
  3577
+# configure, is in config.log if it exists.
mgl@1371
  3578
+
mgl@1371
  3579
+debug=false
mgl@1371
  3580
+ac_cs_recheck=false
mgl@1371
  3581
+ac_cs_silent=false
mgl@1371
  3582
+SHELL=\${CONFIG_SHELL-$SHELL}
mgl@1371
  3583
+_ACEOF
mgl@1371
  3584
+
mgl@1371
  3585
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
  3586
+## --------------------- ##
mgl@1371
  3587
+## M4sh Initialization.  ##
mgl@1371
  3588
+## --------------------- ##
mgl@1371
  3589
+
mgl@1371
  3590
+# Be more Bourne compatible
mgl@1371
  3591
+DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
  3592
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
  3593
+  emulate sh
mgl@1371
  3594
+  NULLCMD=:
mgl@1371
  3595
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
  3596
+  # is contrary to our usage.  Disable this feature.
mgl@1371
  3597
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
  3598
+  setopt NO_GLOB_SUBST
mgl@1371
  3599
+else
mgl@1371
  3600
+  case `(set -o) 2>/dev/null` in
mgl@1371
  3601
+  *posix*) set -o posix ;;
mgl@1371
  3602
+esac
mgl@1371
  3603
+
mgl@1371
  3604
+fi
mgl@1371
  3605
+
mgl@1371
  3606
+
mgl@1371
  3607
+
mgl@1371
  3608
+
mgl@1371
  3609
+# PATH needs CR
mgl@1371
  3610
+# Avoid depending upon Character Ranges.
mgl@1371
  3611
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
  3612
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
  3613
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
  3614
+as_cr_digits='0123456789'
mgl@1371
  3615
+as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
  3616
+
mgl@1371
  3617
+# The user is always right.
mgl@1371
  3618
+if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
  3619
+  echo "#! /bin/sh" >conf$$.sh
mgl@1371
  3620
+  echo  "exit 0"   >>conf$$.sh
mgl@1371
  3621
+  chmod +x conf$$.sh
mgl@1371
  3622
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
  3623
+    PATH_SEPARATOR=';'
mgl@1371
  3624
+  else
mgl@1371
  3625
+    PATH_SEPARATOR=:
mgl@1371
  3626
+  fi
mgl@1371
  3627
+  rm -f conf$$.sh
mgl@1371
  3628
+fi
mgl@1371
  3629
+
mgl@1371
  3630
+# Support unset when possible.
mgl@1371
  3631
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
  3632
+  as_unset=unset
mgl@1371
  3633
+else
mgl@1371
  3634
+  as_unset=false
mgl@1371
  3635
+fi
mgl@1371
  3636
+
mgl@1371
  3637
+
mgl@1371
  3638
+# IFS
mgl@1371
  3639
+# We need space, tab and new line, in precisely that order.  Quoting is
mgl@1371
  3640
+# there to prevent editors from complaining about space-tab.
mgl@1371
  3641
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
mgl@1371
  3642
+# splitting by setting IFS to empty value.)
mgl@1371
  3643
+as_nl='
mgl@1371
  3644
+'
mgl@1371
  3645
+IFS=" ""	$as_nl"
mgl@1371
  3646
+
mgl@1371
  3647
+# Find who we are.  Look in the path if we contain no directory separator.
mgl@1371
  3648
+case $0 in
mgl@1371
  3649
+  *[\\/]* ) as_myself=$0 ;;
mgl@1371
  3650
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  3651
+for as_dir in $PATH
mgl@1371
  3652
+do
mgl@1371
  3653
+  IFS=$as_save_IFS
mgl@1371
  3654
+  test -z "$as_dir" && as_dir=.
mgl@1371
  3655
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
  3656
+done
mgl@1371
  3657
+IFS=$as_save_IFS
mgl@1371
  3658
+
mgl@1371
  3659
+     ;;
mgl@1371
  3660
+esac
mgl@1371
  3661
+# We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
  3662
+# in which case we are not to be found in the path.
mgl@1371
  3663
+if test "x$as_myself" = x; then
mgl@1371
  3664
+  as_myself=$0
mgl@1371
  3665
+fi
mgl@1371
  3666
+if test ! -f "$as_myself"; then
mgl@1371
  3667
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
mgl@1371
  3668
+  { (exit 1); exit 1; }
mgl@1371
  3669
+fi
mgl@1371
  3670
+
mgl@1371
  3671
+# Work around bugs in pre-3.0 UWIN ksh.
mgl@1371
  3672
+for as_var in ENV MAIL MAILPATH
mgl@1371
  3673
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
  3674
+done
mgl@1371
  3675
+PS1='$ '
mgl@1371
  3676
+PS2='> '
mgl@1371
  3677
+PS4='+ '
mgl@1371
  3678
+
mgl@1371
  3679
+# NLS nuisances.
mgl@1371
  3680
+for as_var in \
mgl@1371
  3681
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
mgl@1371
  3682
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
mgl@1371
  3683
+  LC_TELEPHONE LC_TIME
mgl@1371
  3684
+do
mgl@1371
  3685
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mgl@1371
  3686
+    eval $as_var=C; export $as_var
mgl@1371
  3687
+  else
mgl@1371
  3688
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
  3689
+  fi
mgl@1371
  3690
+done
mgl@1371
  3691
+
mgl@1371
  3692
+# Required to use basename.
mgl@1371
  3693
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
  3694
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
  3695
+  as_expr=expr
mgl@1371
  3696
+else
mgl@1371
  3697
+  as_expr=false
mgl@1371
  3698
+fi
mgl@1371
  3699
+
mgl@1371
  3700
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
mgl@1371
  3701
+  as_basename=basename
mgl@1371
  3702
+else
mgl@1371
  3703
+  as_basename=false
mgl@1371
  3704
+fi
mgl@1371
  3705
+
mgl@1371
  3706
+
mgl@1371
  3707
+# Name of the executable.
mgl@1371
  3708
+as_me=`$as_basename -- "$0" ||
mgl@1371
  3709
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
mgl@1371
  3710
+	 X"$0" : 'X\(//\)$' \| \
mgl@1371
  3711
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
  3712
+echo X/"$0" |
mgl@1371
  3713
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
mgl@1371
  3714
+	    s//\1/
mgl@1371
  3715
+	    q
mgl@1371
  3716
+	  }
mgl@1371
  3717
+	  /^X\/\(\/\/\)$/{
mgl@1371
  3718
+	    s//\1/
mgl@1371
  3719
+	    q
mgl@1371
  3720
+	  }
mgl@1371
  3721
+	  /^X\/\(\/\).*/{
mgl@1371
  3722
+	    s//\1/
mgl@1371
  3723
+	    q
mgl@1371
  3724
+	  }
mgl@1371
  3725
+	  s/.*/./; q'`
mgl@1371
  3726
+
mgl@1371
  3727
+# CDPATH.
mgl@1371
  3728
+$as_unset CDPATH
mgl@1371
  3729
+
mgl@1371
  3730
+
mgl@1371
  3731
+
mgl@1371
  3732
+  as_lineno_1=$LINENO
mgl@1371
  3733
+  as_lineno_2=$LINENO
mgl@1371
  3734
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
  3735
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
mgl@1371
  3736
+
mgl@1371
  3737
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
mgl@1371
  3738
+  # uniformly replaced by the line number.  The first 'sed' inserts a
mgl@1371
  3739
+  # line-number line after each line using $LINENO; the second 'sed'
mgl@1371
  3740
+  # does the real work.  The second script uses 'N' to pair each
mgl@1371
  3741
+  # line-number line with the line containing $LINENO, and appends
mgl@1371
  3742
+  # trailing '-' during substitution so that $LINENO is not a special
mgl@1371
  3743
+  # case at line end.
mgl@1371
  3744
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
mgl@1371
  3745
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
mgl@1371
  3746
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
mgl@1371
  3747
+  sed -n '
mgl@1371
  3748
+    p
mgl@1371
  3749
+    /[$]LINENO/=
mgl@1371
  3750
+  ' <$as_myself |
mgl@1371
  3751
+    sed '
mgl@1371
  3752
+      s/[$]LINENO.*/&-/
mgl@1371
  3753
+      t lineno
mgl@1371
  3754
+      b
mgl@1371
  3755
+      :lineno
mgl@1371
  3756
+      N
mgl@1371
  3757
+      :loop
mgl@1371
  3758
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
mgl@1371
  3759
+      t loop
mgl@1371
  3760
+      s/-\n.*//
mgl@1371
  3761
+    ' >$as_me.lineno &&
mgl@1371
  3762
+  chmod +x "$as_me.lineno" ||
mgl@1371
  3763
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
mgl@1371
  3764
+   { (exit 1); exit 1; }; }
mgl@1371
  3765
+
mgl@1371
  3766
+  # Don't try to exec as it changes $[0], causing all sort of problems
mgl@1371
  3767
+  # (the dirname of $[0] is not the place where we might find the
mgl@1371
  3768
+  # original and so on.  Autoconf is especially sensitive to this).
mgl@1371
  3769
+  . "./$as_me.lineno"
mgl@1371
  3770
+  # Exit status is that of the last command.
mgl@1371
  3771
+  exit
mgl@1371
  3772
+}
mgl@1371
  3773
+
mgl@1371
  3774
+
mgl@1371
  3775
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
mgl@1371
  3776
+  as_dirname=dirname
mgl@1371
  3777
+else
mgl@1371
  3778
+  as_dirname=false
mgl@1371
  3779
+fi
mgl@1371
  3780
+
mgl@1371
  3781
+ECHO_C= ECHO_N= ECHO_T=
mgl@1371
  3782
+case `echo -n x` in
mgl@1371
  3783
+-n*)
mgl@1371
  3784
+  case `echo 'x\c'` in
mgl@1371
  3785
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
mgl@1371
  3786
+  *)   ECHO_C='\c';;
mgl@1371
  3787
+  esac;;
mgl@1371
  3788
+*)
mgl@1371
  3789
+  ECHO_N='-n';;
mgl@1371
  3790
+esac
mgl@1371
  3791
+
mgl@1371
  3792
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
  3793
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
  3794
+  as_expr=expr
mgl@1371
  3795
+else
mgl@1371
  3796
+  as_expr=false
mgl@1371
  3797
+fi
mgl@1371
  3798
+
mgl@1371
  3799
+rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
  3800
+if test -d conf$$.dir; then
mgl@1371
  3801
+  rm -f conf$$.dir/conf$$.file
mgl@1371
  3802
+else
mgl@1371
  3803
+  rm -f conf$$.dir
mgl@1371
  3804
+  mkdir conf$$.dir
mgl@1371
  3805
+fi
mgl@1371
  3806
+echo >conf$$.file
mgl@1371
  3807
+if ln -s conf$$.file conf$$ 2>/dev/null; then
mgl@1371
  3808
+  as_ln_s='ln -s'
mgl@1371
  3809
+  # ... but there are two gotchas:
mgl@1371
  3810
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
mgl@1371
  3811
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
mgl@1371
  3812
+  # In both cases, we have to default to `cp -p'.
mgl@1371
  3813
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
mgl@1371
  3814
+    as_ln_s='cp -p'
mgl@1371
  3815
+elif ln conf$$.file conf$$ 2>/dev/null; then
mgl@1371
  3816
+  as_ln_s=ln
mgl@1371
  3817
+else
mgl@1371
  3818
+  as_ln_s='cp -p'
mgl@1371
  3819
+fi
mgl@1371
  3820
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
mgl@1371
  3821
+rmdir conf$$.dir 2>/dev/null
mgl@1371
  3822
+
mgl@1371
  3823
+if mkdir -p . 2>/dev/null; then
mgl@1371
  3824
+  as_mkdir_p=:
mgl@1371
  3825
+else
mgl@1371
  3826
+  test -d ./-p && rmdir ./-p
mgl@1371
  3827
+  as_mkdir_p=false
mgl@1371
  3828
+fi
mgl@1371
  3829
+
mgl@1371
  3830
+if test -x / >/dev/null 2>&1; then
mgl@1371
  3831
+  as_test_x='test -x'
mgl@1371
  3832
+else
mgl@1371
  3833
+  if ls -dL / >/dev/null 2>&1; then
mgl@1371
  3834
+    as_ls_L_option=L
mgl@1371
  3835
+  else
mgl@1371
  3836
+    as_ls_L_option=
mgl@1371
  3837
+  fi
mgl@1371
  3838
+  as_test_x='
mgl@1371
  3839
+    eval sh -c '\''
mgl@1371
  3840
+      if test -d "$1"; then
mgl@1371
  3841
+        test -d "$1/.";
mgl@1371
  3842
+      else
mgl@1371
  3843
+	case $1 in
mgl@1371
  3844
+        -*)set "./$1";;
mgl@1371
  3845
+	esac;
mgl@1371
  3846
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
mgl@1371
  3847
+	???[sx]*):;;*)false;;esac;fi
mgl@1371
  3848
+    '\'' sh
mgl@1371
  3849
+  '
mgl@1371
  3850
+fi
mgl@1371
  3851
+as_executable_p=$as_test_x
mgl@1371
  3852
+
mgl@1371
  3853
+# Sed expression to map a string onto a valid CPP name.
mgl@1371
  3854
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
  3855
+
mgl@1371
  3856
+# Sed expression to map a string onto a valid variable name.
mgl@1371
  3857
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
  3858
+
mgl@1371
  3859
+
mgl@1371
  3860
+exec 6>&1
mgl@1371
  3861
+
mgl@1371
  3862
+# Save the log message, to keep $[0] and so on meaningful, and to
mgl@1371
  3863
+# report actual input values of CONFIG_FILES etc. instead of their
mgl@1371
  3864
+# values after options handling.
mgl@1371
  3865
+ac_log="
mgl@1371
  3866
+This file was extended by newlib $as_me NEWLIB_VERSION, which was
mgl@1371
  3867
+generated by GNU Autoconf 2.61.  Invocation command line was
mgl@1371
  3868
+
mgl@1371
  3869
+  CONFIG_FILES    = $CONFIG_FILES
mgl@1371
  3870
+  CONFIG_HEADERS  = $CONFIG_HEADERS
mgl@1371
  3871
+  CONFIG_LINKS    = $CONFIG_LINKS
mgl@1371
  3872
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
mgl@1371
  3873
+  $ $0 $@
mgl@1371
  3874
+
mgl@1371
  3875
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
  3876
+"
mgl@1371
  3877
+
mgl@1371
  3878
+_ACEOF
mgl@1371
  3879
+
mgl@1371
  3880
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
  3881
+# Files that config.status was made for.
mgl@1371
  3882
+config_files="$ac_config_files"
mgl@1371
  3883
+
mgl@1371
  3884
+_ACEOF
mgl@1371
  3885
+
mgl@1371
  3886
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
  3887
+ac_cs_usage="\
mgl@1371
  3888
+\`$as_me' instantiates files from templates according to the
mgl@1371
  3889
+current configuration.
mgl@1371
  3890
+
mgl@1371
  3891
+Usage: $0 [OPTIONS] [FILE]...
mgl@1371
  3892
+
mgl@1371
  3893
+  -h, --help       print this help, then exit
mgl@1371
  3894
+  -V, --version    print version number and configuration settings, then exit
mgl@1371
  3895
+  -q, --quiet      do not print progress messages
mgl@1371
  3896
+  -d, --debug      don't remove temporary files
mgl@1371
  3897
+      --recheck    update $as_me by reconfiguring in the same conditions
mgl@1371
  3898
+  --file=FILE[:TEMPLATE]
mgl@1371
  3899
+		   instantiate the configuration file FILE
mgl@1371
  3900
+
mgl@1371
  3901
+Configuration files:
mgl@1371
  3902
+$config_files
mgl@1371
  3903
+
mgl@1371
  3904
+Report bugs to <bug-autoconf@gnu.org>."
mgl@1371
  3905
+
mgl@1371
  3906
+_ACEOF
mgl@1371
  3907
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
  3908
+ac_cs_version="\\
mgl@1371
  3909
+newlib config.status NEWLIB_VERSION
mgl@1371
  3910
+configured by $0, generated by GNU Autoconf 2.61,
mgl@1371
  3911
+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
mgl@1371
  3912
+
mgl@1371
  3913
+Copyright (C) 2006 Free Software Foundation, Inc.
mgl@1371
  3914
+This config.status script is free software; the Free Software Foundation
mgl@1371
  3915
+gives unlimited permission to copy, distribute and modify it."
mgl@1371
  3916
+
mgl@1371
  3917
+ac_pwd='$ac_pwd'
mgl@1371
  3918
+srcdir='$srcdir'
mgl@1371
  3919
+INSTALL='$INSTALL'
mgl@1371
  3920
+_ACEOF
mgl@1371
  3921
+
mgl@1371
  3922
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
  3923
+# If no file are specified by the user, then we need to provide default
mgl@1371
  3924
+# value.  By we need to know if files were specified by the user.
mgl@1371
  3925
+ac_need_defaults=:
mgl@1371
  3926
+while test $# != 0
mgl@1371
  3927
+do
mgl@1371
  3928
+  case $1 in
mgl@1371
  3929
+  --*=*)
mgl@1371
  3930
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mgl@1371
  3931
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mgl@1371
  3932
+    ac_shift=:
mgl@1371
  3933
+    ;;
mgl@1371
  3934
+  *)
mgl@1371
  3935
+    ac_option=$1
mgl@1371
  3936
+    ac_optarg=$2
mgl@1371
  3937
+    ac_shift=shift
mgl@1371
  3938
+    ;;
mgl@1371
  3939
+  esac
mgl@1371
  3940
+
mgl@1371
  3941
+  case $ac_option in
mgl@1371
  3942
+  # Handling of the options.
mgl@1371
  3943
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
mgl@1371
  3944
+    ac_cs_recheck=: ;;
mgl@1371
  3945
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
mgl@1371
  3946
+    echo "$ac_cs_version"; exit ;;
mgl@1371
  3947
+  --debug | --debu | --deb | --de | --d | -d )
mgl@1371
  3948
+    debug=: ;;
mgl@1371
  3949
+  --file | --fil | --fi | --f )
mgl@1371
  3950
+    $ac_shift
mgl@1371
  3951
+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
mgl@1371
  3952
+    ac_need_defaults=false;;
mgl@1371
  3953
+  --he | --h |  --help | --hel | -h )
mgl@1371
  3954
+    echo "$ac_cs_usage"; exit ;;
mgl@1371
  3955
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
  3956
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
mgl@1371
  3957
+    ac_cs_silent=: ;;
mgl@1371
  3958
+
mgl@1371
  3959
+  # This is an error.
mgl@1371
  3960
+  -*) { echo "$as_me: error: unrecognized option: $1
mgl@1371
  3961
+Try \`$0 --help' for more information." >&2
mgl@1371
  3962
+   { (exit 1); exit 1; }; } ;;
mgl@1371
  3963
+
mgl@1371
  3964
+  *) ac_config_targets="$ac_config_targets $1"
mgl@1371
  3965
+     ac_need_defaults=false ;;
mgl@1371
  3966
+
mgl@1371
  3967
+  esac
mgl@1371
  3968
+  shift
mgl@1371
  3969
+done
mgl@1371
  3970
+
mgl@1371
  3971
+ac_configure_extra_args=
mgl@1371
  3972
+
mgl@1371
  3973
+if $ac_cs_silent; then
mgl@1371
  3974
+  exec 6>/dev/null
mgl@1371
  3975
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
mgl@1371
  3976
+fi
mgl@1371
  3977
+
mgl@1371
  3978
+_ACEOF
mgl@1371
  3979
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
  3980
+if \$ac_cs_recheck; then
mgl@1371
  3981
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
mgl@1371
  3982
+  CONFIG_SHELL=$SHELL
mgl@1371
  3983
+  export CONFIG_SHELL
mgl@1371
  3984
+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
mgl@1371
  3985
+fi
mgl@1371
  3986
+
mgl@1371
  3987
+_ACEOF
mgl@1371
  3988
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
  3989
+exec 5>>config.log
mgl@1371
  3990
+{
mgl@1371
  3991
+  echo
mgl@1371
  3992
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
mgl@1371
  3993
+## Running $as_me. ##
mgl@1371
  3994
+_ASBOX
mgl@1371
  3995
+  echo "$ac_log"
mgl@1371
  3996
+} >&5
mgl@1371
  3997
+
mgl@1371
  3998
+_ACEOF
mgl@1371
  3999
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
  4000
+_ACEOF
mgl@1371
  4001
+
mgl@1371
  4002
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
  4003
+
mgl@1371
  4004
+# Handling of arguments.
mgl@1371
  4005
+for ac_config_target in $ac_config_targets
mgl@1371
  4006
+do
mgl@1371
  4007
+  case $ac_config_target in
mgl@1371
  4008
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
mgl@1371
  4009
+
mgl@1371
  4010
+  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
mgl@1371
  4011
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
mgl@1371
  4012
+   { (exit 1); exit 1; }; };;
mgl@1371
  4013
+  esac
mgl@1371
  4014
+done
mgl@1371
  4015
+
mgl@1371
  4016
+
mgl@1371
  4017
+# If the user did not use the arguments to specify the items to instantiate,
mgl@1371
  4018
+# then the envvar interface is used.  Set only those that are not.
mgl@1371
  4019
+# We use the long form for the default assignment because of an extremely
mgl@1371
  4020
+# bizarre bug on SunOS 4.1.3.
mgl@1371
  4021
+if $ac_need_defaults; then
mgl@1371
  4022
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
mgl@1371
  4023
+fi
mgl@1371
  4024
+
mgl@1371
  4025
+# Have a temporary directory for convenience.  Make it in the build tree
mgl@1371
  4026
+# simply because there is no reason against having it here, and in addition,
mgl@1371
  4027
+# creating and moving files from /tmp can sometimes cause problems.
mgl@1371
  4028
+# Hook for its removal unless debugging.
mgl@1371
  4029
+# Note that there is a small window in which the directory will not be cleaned:
mgl@1371
  4030
+# after its creation but before its name has been assigned to `$tmp'.
mgl@1371
  4031
+$debug ||
mgl@1371
  4032
+{
mgl@1371
  4033
+  tmp=
mgl@1371
  4034
+  trap 'exit_status=$?
mgl@1371
  4035
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
mgl@1371
  4036
+' 0
mgl@1371
  4037
+  trap '{ (exit 1); exit 1; }' 1 2 13 15
mgl@1371
  4038
+}
mgl@1371
  4039
+# Create a (secure) tmp directory for tmp files.
mgl@1371
  4040
+
mgl@1371
  4041
+{
mgl@1371
  4042
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
mgl@1371
  4043
+  test -n "$tmp" && test -d "$tmp"
mgl@1371
  4044
+}  ||
mgl@1371
  4045
+{
mgl@1371
  4046
+  tmp=./conf$$-$RANDOM
mgl@1371
  4047
+  (umask 077 && mkdir "$tmp")
mgl@1371
  4048
+} ||
mgl@1371
  4049
+{
mgl@1371
  4050
+   echo "$me: cannot create a temporary directory in ." >&2
mgl@1371
  4051
+   { (exit 1); exit 1; }
mgl@1371
  4052
+}
mgl@1371
  4053
+
mgl@1371
  4054
+#
mgl@1371
  4055
+# Set up the sed scripts for CONFIG_FILES section.
mgl@1371
  4056
+#
mgl@1371
  4057
+
mgl@1371
  4058
+# No need to generate the scripts if there are no CONFIG_FILES.
mgl@1371
  4059
+# This happens for instance when ./config.status config.h
mgl@1371
  4060
+if test -n "$CONFIG_FILES"; then
mgl@1371
  4061
+
mgl@1371
  4062
+_ACEOF
mgl@1371
  4063
+
mgl@1371
  4064
+
mgl@1371
  4065
+
mgl@1371
  4066
+ac_delim='%!_!# '
mgl@1371
  4067
+for ac_last_try in false false false false false :; do
mgl@1371
  4068
+  cat >conf$$subs.sed <<_ACEOF
mgl@1371
  4069
+SHELL!$SHELL$ac_delim
mgl@1371
  4070
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
mgl@1371
  4071
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
mgl@1371
  4072
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
mgl@1371
  4073
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
mgl@1371
  4074
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
mgl@1371
  4075
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
mgl@1371
  4076
+exec_prefix!$exec_prefix$ac_delim
mgl@1371
  4077
+prefix!$prefix$ac_delim
mgl@1371
  4078
+program_transform_name!$program_transform_name$ac_delim
mgl@1371
  4079
+bindir!$bindir$ac_delim
mgl@1371
  4080
+sbindir!$sbindir$ac_delim
mgl@1371
  4081
+libexecdir!$libexecdir$ac_delim
mgl@1371
  4082
+datarootdir!$datarootdir$ac_delim
mgl@1371
  4083
+datadir!$datadir$ac_delim
mgl@1371
  4084
+sysconfdir!$sysconfdir$ac_delim
mgl@1371
  4085
+sharedstatedir!$sharedstatedir$ac_delim
mgl@1371
  4086
+localstatedir!$localstatedir$ac_delim
mgl@1371
  4087
+includedir!$includedir$ac_delim
mgl@1371
  4088
+oldincludedir!$oldincludedir$ac_delim
mgl@1371
  4089
+docdir!$docdir$ac_delim
mgl@1371
  4090
+infodir!$infodir$ac_delim
mgl@1371
  4091
+htmldir!$htmldir$ac_delim
mgl@1371
  4092
+dvidir!$dvidir$ac_delim
mgl@1371
  4093
+pdfdir!$pdfdir$ac_delim
mgl@1371
  4094
+psdir!$psdir$ac_delim
mgl@1371
  4095
+libdir!$libdir$ac_delim
mgl@1371
  4096
+localedir!$localedir$ac_delim
mgl@1371
  4097
+mandir!$mandir$ac_delim
mgl@1371
  4098
+DEFS!$DEFS$ac_delim
mgl@1371
  4099
+ECHO_C!$ECHO_C$ac_delim
mgl@1371
  4100
+ECHO_N!$ECHO_N$ac_delim
mgl@1371
  4101
+ECHO_T!$ECHO_T$ac_delim
mgl@1371
  4102
+LIBS!$LIBS$ac_delim
mgl@1371
  4103
+build_alias!$build_alias$ac_delim
mgl@1371
  4104
+host_alias!$host_alias$ac_delim
mgl@1371
  4105
+target_alias!$target_alias$ac_delim
mgl@1371
  4106
+MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
mgl@1371
  4107
+MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
mgl@1371
  4108
+newlib_basedir!$newlib_basedir$ac_delim
mgl@1371
  4109
+build!$build$ac_delim
mgl@1371
  4110
+build_cpu!$build_cpu$ac_delim
mgl@1371
  4111
+build_vendor!$build_vendor$ac_delim
mgl@1371
  4112
+build_os!$build_os$ac_delim
mgl@1371
  4113
+host!$host$ac_delim
mgl@1371
  4114
+host_cpu!$host_cpu$ac_delim
mgl@1371
  4115
+host_vendor!$host_vendor$ac_delim
mgl@1371
  4116
+host_os!$host_os$ac_delim
mgl@1371
  4117
+target!$target$ac_delim
mgl@1371
  4118
+target_cpu!$target_cpu$ac_delim
mgl@1371
  4119
+target_vendor!$target_vendor$ac_delim
mgl@1371
  4120
+target_os!$target_os$ac_delim
mgl@1371
  4121
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
mgl@1371
  4122
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
mgl@1371
  4123
+INSTALL_DATA!$INSTALL_DATA$ac_delim
mgl@1371
  4124
+PACKAGE!$PACKAGE$ac_delim
mgl@1371
  4125
+VERSION!$VERSION$ac_delim
mgl@1371
  4126
+ACLOCAL!$ACLOCAL$ac_delim
mgl@1371
  4127
+AUTOCONF!$AUTOCONF$ac_delim
mgl@1371
  4128
+AUTOMAKE!$AUTOMAKE$ac_delim
mgl@1371
  4129
+AUTOHEADER!$AUTOHEADER$ac_delim
mgl@1371
  4130
+MAKEINFO!$MAKEINFO$ac_delim
mgl@1371
  4131
+SET_MAKE!$SET_MAKE$ac_delim
mgl@1371
  4132
+CC!$CC$ac_delim
mgl@1371
  4133
+AS!$AS$ac_delim
mgl@1371
  4134
+AR!$AR$ac_delim
mgl@1371
  4135
+RANLIB!$RANLIB$ac_delim
mgl@1371
  4136
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
mgl@1371
  4137
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
mgl@1371
  4138
+MAINT!$MAINT$ac_delim
mgl@1371
  4139
+NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
mgl@1371
  4140
+LDFLAGS!$LDFLAGS$ac_delim
mgl@1371
  4141
+ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
mgl@1371
  4142
+ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
mgl@1371
  4143
+ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
mgl@1371
  4144
+ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
mgl@1371
  4145
+ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
mgl@1371
  4146
+ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
mgl@1371
  4147
+ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
mgl@1371
  4148
+ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
mgl@1371
  4149
+ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
mgl@1371
  4150
+ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
mgl@1371
  4151
+USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
mgl@1371
  4152
+USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
mgl@1371
  4153
+OBJEXT!$OBJEXT$ac_delim
mgl@1371
  4154
+oext!$oext$ac_delim
mgl@1371
  4155
+aext!$aext$ac_delim
mgl@1371
  4156
+libm_machine_dir!$libm_machine_dir$ac_delim
mgl@1371
  4157
+machine_dir!$machine_dir$ac_delim
mgl@1371
  4158
+sys_dir!$sys_dir$ac_delim
mgl@1371
  4159
+LIBOBJS!$LIBOBJS$ac_delim
mgl@1371
  4160
+LTLIBOBJS!$LTLIBOBJS$ac_delim
mgl@1371
  4161
+_ACEOF
mgl@1371
  4162
+
mgl@1371
  4163
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
mgl@1371
  4164
+    break
mgl@1371
  4165
+  elif $ac_last_try; then
mgl@1371
  4166
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
mgl@1371
  4167
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
mgl@1371
  4168
+   { (exit 1); exit 1; }; }
mgl@1371
  4169
+  else
mgl@1371
  4170
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
mgl@1371
  4171
+  fi
mgl@1371
  4172
+done
mgl@1371
  4173
+
mgl@1371
  4174
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
mgl@1371
  4175
+if test -n "$ac_eof"; then
mgl@1371
  4176
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
mgl@1371
  4177
+  ac_eof=`expr $ac_eof + 1`
mgl@1371
  4178
+fi
mgl@1371
  4179
+
mgl@1371
  4180
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
  4181
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
mgl@1371
  4182
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
mgl@1371
  4183
+_ACEOF
mgl@1371
  4184
+sed '
mgl@1371
  4185
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
mgl@1371
  4186
+s/^/s,@/; s/!/@,|#_!!_#|/
mgl@1371
  4187
+:n
mgl@1371
  4188
+t n
mgl@1371
  4189
+s/'"$ac_delim"'$/,g/; t
mgl@1371
  4190
+s/$/\\/; p
mgl@1371
  4191
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
mgl@1371
  4192
+' >>$CONFIG_STATUS <conf$$subs.sed
mgl@1371
  4193
+rm -f conf$$subs.sed
mgl@1371
  4194
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
  4195
+:end
mgl@1371
  4196
+s/|#_!!_#|//g
mgl@1371
  4197
+CEOF$ac_eof
mgl@1371
  4198
+_ACEOF
mgl@1371
  4199
+
mgl@1371
  4200
+
mgl@1371
  4201
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
mgl@1371
  4202
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
mgl@1371
  4203
+# trailing colons and then remove the whole line if VPATH becomes empty
mgl@1371
  4204
+# (actually we leave an empty line to preserve line numbers).
mgl@1371
  4205
+if test "x$srcdir" = x.; then
mgl@1371
  4206
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
mgl@1371
  4207
+s/:*\$(srcdir):*/:/
mgl@1371
  4208
+s/:*\${srcdir}:*/:/
mgl@1371
  4209
+s/:*@srcdir@:*/:/
mgl@1371
  4210
+s/^\([^=]*=[	 ]*\):*/\1/
mgl@1371
  4211
+s/:*$//
mgl@1371
  4212
+s/^[^=]*=[	 ]*$//
mgl@1371
  4213
+}'
mgl@1371
  4214
+fi
mgl@1371
  4215
+
mgl@1371
  4216
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
  4217
+fi # test -n "$CONFIG_FILES"
mgl@1371
  4218
+
mgl@1371
  4219
+
mgl@1371
  4220
+for ac_tag in  :F $CONFIG_FILES
mgl@1371
  4221
+do
mgl@1371
  4222
+  case $ac_tag in
mgl@1371
  4223
+  :[FHLC]) ac_mode=$ac_tag; continue;;
mgl@1371
  4224
+  esac
mgl@1371
  4225
+  case $ac_mode$ac_tag in
mgl@1371
  4226
+  :[FHL]*:*);;
mgl@1371
  4227
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
mgl@1371
  4228
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
mgl@1371
  4229
+   { (exit 1); exit 1; }; };;
mgl@1371
  4230
+  :[FH]-) ac_tag=-:-;;
mgl@1371
  4231
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
mgl@1371
  4232
+  esac
mgl@1371
  4233
+  ac_save_IFS=$IFS
mgl@1371
  4234
+  IFS=:
mgl@1371
  4235
+  set x $ac_tag
mgl@1371
  4236
+  IFS=$ac_save_IFS
mgl@1371
  4237
+  shift
mgl@1371
  4238
+  ac_file=$1
mgl@1371
  4239
+  shift
mgl@1371
  4240
+
mgl@1371
  4241
+  case $ac_mode in
mgl@1371
  4242
+  :L) ac_source=$1;;
mgl@1371
  4243
+  :[FH])
mgl@1371
  4244
+    ac_file_inputs=
mgl@1371
  4245
+    for ac_f
mgl@1371
  4246
+    do
mgl@1371
  4247
+      case $ac_f in
mgl@1371
  4248
+      -) ac_f="$tmp/stdin";;
mgl@1371
  4249
+      *) # Look for the file first in the build tree, then in the source tree
mgl@1371
  4250
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
mgl@1371
  4251
+	 # because $ac_f cannot contain `:'.
mgl@1371
  4252
+	 test -f "$ac_f" ||
mgl@1371
  4253
+	   case $ac_f in
mgl@1371
  4254
+	   [\\/$]*) false;;
mgl@1371
  4255
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
mgl@1371
  4256
+	   esac ||
mgl@1371
  4257
+	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
mgl@1371
  4258
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
mgl@1371
  4259
+   { (exit 1); exit 1; }; };;
mgl@1371
  4260
+      esac
mgl@1371
  4261
+      ac_file_inputs="$ac_file_inputs $ac_f"
mgl@1371
  4262
+    done
mgl@1371
  4263
+
mgl@1371
  4264
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
mgl@1371
  4265
+    # use $as_me), people would be surprised to read:
mgl@1371
  4266
+    #    /* config.h.  Generated by config.status.  */
mgl@1371
  4267
+    configure_input="Generated from "`IFS=:
mgl@1371
  4268
+	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
mgl@1371
  4269
+    if test x"$ac_file" != x-; then
mgl@1371
  4270
+      configure_input="$ac_file.  $configure_input"
mgl@1371
  4271
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
mgl@1371
  4272
+echo "$as_me: creating $ac_file" >&6;}
mgl@1371
  4273
+    fi
mgl@1371
  4274
+
mgl@1371
  4275
+    case $ac_tag in
mgl@1371
  4276
+    *:-:* | *:-) cat >"$tmp/stdin";;
mgl@1371
  4277
+    esac
mgl@1371
  4278
+    ;;
mgl@1371
  4279
+  esac
mgl@1371
  4280
+
mgl@1371
  4281
+  ac_dir=`$as_dirname -- "$ac_file" ||
mgl@1371
  4282
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
  4283
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
mgl@1371
  4284
+	 X"$ac_file" : 'X\(//\)$' \| \
mgl@1371
  4285
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
  4286
+echo X"$ac_file" |
mgl@1371
  4287
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
  4288
+	    s//\1/
mgl@1371
  4289
+	    q
mgl@1371
  4290
+	  }
mgl@1371
  4291
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
  4292
+	    s//\1/
mgl@1371
  4293
+	    q
mgl@1371
  4294
+	  }
mgl@1371
  4295
+	  /^X\(\/\/\)$/{
mgl@1371
  4296
+	    s//\1/
mgl@1371
  4297
+	    q
mgl@1371
  4298
+	  }
mgl@1371
  4299
+	  /^X\(\/\).*/{
mgl@1371
  4300
+	    s//\1/
mgl@1371
  4301
+	    q
mgl@1371
  4302
+	  }
mgl@1371
  4303
+	  s/.*/./; q'`
mgl@1371
  4304
+  { as_dir="$ac_dir"
mgl@1371
  4305
+  case $as_dir in #(
mgl@1371
  4306
+  -*) as_dir=./$as_dir;;
mgl@1371
  4307
+  esac
mgl@1371
  4308
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
mgl@1371
  4309
+    as_dirs=
mgl@1371
  4310
+    while :; do
mgl@1371
  4311
+      case $as_dir in #(
mgl@1371
  4312
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
mgl@1371
  4313
+      *) as_qdir=$as_dir;;
mgl@1371
  4314
+      esac
mgl@1371
  4315
+      as_dirs="'$as_qdir' $as_dirs"
mgl@1371
  4316
+      as_dir=`$as_dirname -- "$as_dir" ||
mgl@1371
  4317
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
  4318
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
  4319
+	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
  4320
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
  4321
+echo X"$as_dir" |
mgl@1371
  4322
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
  4323
+	    s//\1/
mgl@1371
  4324
+	    q
mgl@1371
  4325
+	  }
mgl@1371
  4326
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
  4327
+	    s//\1/
mgl@1371
  4328
+	    q
mgl@1371
  4329
+	  }
mgl@1371
  4330
+	  /^X\(\/\/\)$/{
mgl@1371
  4331
+	    s//\1/
mgl@1371
  4332
+	    q
mgl@1371
  4333
+	  }
mgl@1371
  4334
+	  /^X\(\/\).*/{
mgl@1371
  4335
+	    s//\1/
mgl@1371
  4336
+	    q
mgl@1371
  4337
+	  }
mgl@1371
  4338
+	  s/.*/./; q'`
mgl@1371
  4339
+      test -d "$as_dir" && break
mgl@1371
  4340
+    done
mgl@1371
  4341
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
mgl@1371
  4342
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
mgl@1371
  4343
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
mgl@1371
  4344
+   { (exit 1); exit 1; }; }; }
mgl@1371
  4345
+  ac_builddir=.
mgl@1371
  4346
+
mgl@1371
  4347
+case "$ac_dir" in
mgl@1371
  4348
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
  4349
+*)
mgl@1371
  4350
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
  4351
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
  4352
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
  4353
+  case $ac_top_builddir_sub in
mgl@1371
  4354
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
  4355
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
  4356
+  esac ;;
mgl@1371
  4357
+esac
mgl@1371
  4358
+ac_abs_top_builddir=$ac_pwd
mgl@1371
  4359
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
  4360
+# for backward compatibility:
mgl@1371
  4361
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
  4362
+
mgl@1371
  4363
+case $srcdir in
mgl@1371
  4364
+  .)  # We are building in place.
mgl@1371
  4365
+    ac_srcdir=.
mgl@1371
  4366
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
  4367
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
  4368
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
  4369
+    ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
  4370
+    ac_top_srcdir=$srcdir
mgl@1371
  4371
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
  4372
+  *) # Relative name.
mgl@1371
  4373
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
  4374
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
  4375
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
  4376
+esac
mgl@1371
  4377
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
  4378
+
mgl@1371
  4379
+
mgl@1371
  4380
+  case $ac_mode in
mgl@1371
  4381
+  :F)
mgl@1371
  4382
+  #
mgl@1371
  4383
+  # CONFIG_FILE
mgl@1371
  4384
+  #
mgl@1371
  4385
+
mgl@1371
  4386
+  case $INSTALL in
mgl@1371
  4387
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
mgl@1371
  4388
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
mgl@1371
  4389
+  esac
mgl@1371
  4390
+_ACEOF
mgl@1371
  4391
+
mgl@1371
  4392
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
  4393
+# If the template does not know about datarootdir, expand it.
mgl@1371
  4394
+# FIXME: This hack should be removed a few years after 2.60.
mgl@1371
  4395
+ac_datarootdir_hack=; ac_datarootdir_seen=
mgl@1371
  4396
+
mgl@1371
  4397
+case `sed -n '/datarootdir/ {
mgl@1371
  4398
+  p
mgl@1371
  4399
+  q
mgl@1371
  4400
+}
mgl@1371
  4401
+/@datadir@/p
mgl@1371
  4402
+/@docdir@/p
mgl@1371
  4403
+/@infodir@/p
mgl@1371
  4404
+/@localedir@/p
mgl@1371
  4405
+/@mandir@/p
mgl@1371
  4406
+' $ac_file_inputs` in
mgl@1371
  4407
+*datarootdir*) ac_datarootdir_seen=yes;;
mgl@1371
  4408
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
mgl@1371
  4409
+  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
mgl@1371
  4410
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
mgl@1371
  4411
+_ACEOF
mgl@1371
  4412
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
  4413
+  ac_datarootdir_hack='
mgl@1371
  4414
+  s&@datadir@&$datadir&g
mgl@1371
  4415
+  s&@docdir@&$docdir&g
mgl@1371
  4416
+  s&@infodir@&$infodir&g
mgl@1371
  4417
+  s&@localedir@&$localedir&g
mgl@1371
  4418
+  s&@mandir@&$mandir&g
mgl@1371
  4419
+    s&\\\${datarootdir}&$datarootdir&g' ;;
mgl@1371
  4420
+esac
mgl@1371
  4421
+_ACEOF
mgl@1371
  4422
+
mgl@1371
  4423
+# Neutralize VPATH when `$srcdir' = `.'.
mgl@1371
  4424
+# Shell code in configure.ac might set extrasub.
mgl@1371
  4425
+# FIXME: do we really want to maintain this feature?
mgl@1371
  4426
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
  4427
+  sed "$ac_vpsub
mgl@1371
  4428
+$extrasub
mgl@1371
  4429
+_ACEOF
mgl@1371
  4430
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
  4431
+:t
mgl@1371
  4432
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
mgl@1371
  4433
+s&@configure_input@&$configure_input&;t t
mgl@1371
  4434
+s&@top_builddir@&$ac_top_builddir_sub&;t t
mgl@1371
  4435
+s&@srcdir@&$ac_srcdir&;t t
mgl@1371
  4436
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
mgl@1371
  4437
+s&@top_srcdir@&$ac_top_srcdir&;t t
mgl@1371
  4438
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
mgl@1371
  4439
+s&@builddir@&$ac_builddir&;t t
mgl@1371
  4440
+s&@abs_builddir@&$ac_abs_builddir&;t t
mgl@1371
  4441
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
mgl@1371
  4442
+s&@INSTALL@&$ac_INSTALL&;t t
mgl@1371
  4443
+$ac_datarootdir_hack
mgl@1371
  4444
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
mgl@1371
  4445
+
mgl@1371
  4446
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mgl@1371
  4447
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
mgl@1371
  4448
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
mgl@1371
  4449
+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
mgl@1371
  4450
+which seems to be undefined.  Please make sure it is defined." >&5
mgl@1371
  4451
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
mgl@1371
  4452
+which seems to be undefined.  Please make sure it is defined." >&2;}
mgl@1371
  4453
+
mgl@1371
  4454
+  rm -f "$tmp/stdin"
mgl@1371
  4455
+  case $ac_file in
mgl@1371
  4456
+  -) cat "$tmp/out"; rm -f "$tmp/out";;
mgl@1371
  4457
+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
mgl@1371
  4458
+  esac
mgl@1371
  4459
+ ;;
mgl@1371
  4460
+
mgl@1371
  4461
+
mgl@1371
  4462
+
mgl@1371
  4463
+  esac
mgl@1371
  4464
+
mgl@1371
  4465
+done # for ac_tag
mgl@1371
  4466
+
mgl@1371
  4467
+
mgl@1371
  4468
+{ (exit 0); exit 0; }
mgl@1371
  4469
+_ACEOF
mgl@1371
  4470
+chmod +x $CONFIG_STATUS
mgl@1371
  4471
+ac_clean_files=$ac_clean_files_save
mgl@1371
  4472
+
mgl@1371
  4473
+
mgl@1371
  4474
+# configure is writing to config.log, and then calls config.status.
mgl@1371
  4475
+# config.status does its own redirection, appending to config.log.
mgl@1371
  4476
+# Unfortunately, on DOS this fails, as config.log is still kept open
mgl@1371
  4477
+# by configure, so config.status won't be able to write to it; its
mgl@1371
  4478
+# output is simply discarded.  So we exec the FD to /dev/null,
mgl@1371
  4479
+# effectively closing config.log, so it can be properly (re)opened and
mgl@1371
  4480
+# appended to by config.status.  When coming back to configure, we
mgl@1371
  4481
+# need to make the FD available again.
mgl@1371
  4482
+if test "$no_create" != yes; then
mgl@1371
  4483
+  ac_cs_success=:
mgl@1371
  4484
+  ac_config_status_args=
mgl@1371
  4485
+  test "$silent" = yes &&
mgl@1371
  4486
+    ac_config_status_args="$ac_config_status_args --quiet"
mgl@1371
  4487
+  exec 5>/dev/null
mgl@1371
  4488
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
mgl@1371
  4489
+  exec 5>>config.log
mgl@1371
  4490
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
mgl@1371
  4491
+  # would make configure fail if this is the last instruction.
mgl@1371
  4492
+  $ac_cs_success || { (exit 1); exit 1; }
mgl@1371
  4493
+fi
mgl@1371
  4494
+
mgl@1371
  4495
diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/configure.in newlib-1.17.0-new/newlib/libc/machine/avr32/configure.in
mgl@1371
  4496
--- newlib-1.17.0/newlib/libc/machine/avr32/configure.in	1970-01-01 01:00:00.000000000 +0100
mgl@1371
  4497
+++ newlib-1.17.0-new/newlib/libc/machine/avr32/configure.in	2009-05-22 09:57:50.000000000 +0200
mgl@1371
  4498
@@ -0,0 +1,14 @@
mgl@1371
  4499
+dnl This is the newlib/libc/machine/arm configure.in file.
mgl@1371
  4500
+dnl Process this file with autoconf to produce a configure script.
mgl@1371
  4501
+
mgl@1371
  4502
+AC_PREREQ(2.59)
mgl@1371
  4503
+AC_INIT([newlib],[NEWLIB_VERSION])
mgl@1371
  4504
+AC_CONFIG_SRCDIR([Makefile.am])
mgl@1371
  4505
+
mgl@1371
  4506
+dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
mgl@1371
  4507
+AC_CONFIG_AUX_DIR(../../../..)
mgl@1371
  4508
+
mgl@1371
  4509
+NEWLIB_CONFIGURE(../../..)
mgl@1371
  4510
+
mgl@1371
  4511
+AC_CONFIG_FILES([Makefile])
mgl@1371
  4512
+AC_OUTPUT
mgl@1371
  4513
diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/Makefile.am newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.am
mgl@1371
  4514
--- newlib-1.17.0/newlib/libc/machine/avr32/Makefile.am	1970-01-01 01:00:00.000000000 +0100
mgl@1371
  4515
+++ newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.am	2009-05-22 09:57:50.000000000 +0200
mgl@1371
  4516
@@ -0,0 +1,16 @@
mgl@1371
  4517
+## Process this file with automake to generate Makefile.in
mgl@1371
  4518
+
mgl@1371
  4519
+AUTOMAKE_OPTIONS = cygnus
mgl@1371
  4520
+
mgl@1371
  4521
+INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
mgl@1371
  4522
+
mgl@1371
  4523
+AM_CCASFLAGS = $(INCLUDES)
mgl@1371
  4524
+
mgl@1371
  4525
+noinst_LIBRARIES = lib.a
mgl@1371
  4526
+
mgl@1371
  4527
+lib_a_SOURCES = strcmp.S strncpy.S memcpy.S
mgl@1371
  4528
+lib_a_CCASFLAGS=$(AM_CCASFLAGS)
mgl@1371
  4529
+lib_a_CFLAGS = $(AM_CFLAGS)
mgl@1371
  4530
+
mgl@1371
  4531
+ACLOCAL_AMFLAGS = -I ../../..
mgl@1371
  4532
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
mgl@1371
  4533
diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/Makefile.in newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.in
mgl@1371
  4534
--- newlib-1.17.0/newlib/libc/machine/avr32/Makefile.in	1970-01-01 01:00:00.000000000 +0100
mgl@1371
  4535
+++ newlib-1.17.0-new/newlib/libc/machine/avr32/Makefile.in	2009-05-22 09:57:50.000000000 +0200
mgl@1371
  4536
@@ -0,0 +1,327 @@
mgl@1371
  4537
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
mgl@1371
  4538
+
mgl@1371
  4539
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
mgl@1371
  4540
+# This Makefile.in is free software; the Free Software Foundation
mgl@1371
  4541
+# gives unlimited permission to copy and/or distribute it,
mgl@1371
  4542
+# with or without modifications, as long as this notice is preserved.
mgl@1371
  4543
+
mgl@1371
  4544
+# This program is distributed in the hope that it will be useful,
mgl@1371
  4545
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
mgl@1371
  4546
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
mgl@1371
  4547
+# PARTICULAR PURPOSE.
mgl@1371
  4548
+
mgl@1371
  4549
+
mgl@1371
  4550
+SHELL = @SHELL@
mgl@1371
  4551
+
mgl@1371
  4552
+srcdir = @srcdir@
mgl@1371
  4553
+top_srcdir = @top_srcdir@
mgl@1371
  4554
+VPATH = @srcdir@
mgl@1371
  4555
+prefix = @prefix@
mgl@1371
  4556
+exec_prefix = @exec_prefix@
mgl@1371
  4557
+
mgl@1371
  4558
+bindir = @bindir@
mgl@1371
  4559
+sbindir = @sbindir@
mgl@1371
  4560
+libexecdir = @libexecdir@
mgl@1371
  4561
+datadir = @datadir@
mgl@1371
  4562
+sysconfdir = @sysconfdir@
mgl@1371
  4563
+sharedstatedir = @sharedstatedir@
mgl@1371
  4564
+localstatedir = @localstatedir@
mgl@1371
  4565
+libdir = @libdir@
mgl@1371
  4566
+infodir = @infodir@
mgl@1371
  4567
+mandir = @mandir@
mgl@1371
  4568
+includedir = @includedir@
mgl@1371
  4569
+oldincludedir = /usr/include
mgl@1371
  4570
+
mgl@1371
  4571
+DESTDIR =
mgl@1371
  4572
+
mgl@1371
  4573
+pkgdatadir = $(datadir)/@PACKAGE@
mgl@1371
  4574
+pkglibdir = $(libdir)/@PACKAGE@
mgl@1371
  4575
+pkgincludedir = $(includedir)/@PACKAGE@
mgl@1371
  4576
+
mgl@1371
  4577
+top_builddir = .
mgl@1371
  4578
+
mgl@1371
  4579
+ACLOCAL = @ACLOCAL@
mgl@1371
  4580
+AUTOCONF = @AUTOCONF@
mgl@1371
  4581
+AUTOMAKE = @AUTOMAKE@
mgl@1371
  4582
+AUTOHEADER = @AUTOHEADER@
mgl@1371
  4583
+
mgl@1371
  4584
+INSTALL = @INSTALL@
mgl@1371
  4585
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
mgl@1371
  4586
+INSTALL_DATA = @INSTALL_DATA@
mgl@1371
  4587
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
mgl@1371
  4588
+transform = @program_transform_name@
mgl@1371
  4589
+
mgl@1371
  4590
+NORMAL_INSTALL = :
mgl@1371
  4591
+PRE_INSTALL = :
mgl@1371
  4592
+POST_INSTALL = :
mgl@1371
  4593
+NORMAL_UNINSTALL = :
mgl@1371
  4594
+PRE_UNINSTALL = :
mgl@1371
  4595
+POST_UNINSTALL = :
mgl@1371
  4596
+build_alias = @build_alias@
mgl@1371
  4597
+build_triplet = @build@
mgl@1371
  4598
+host_alias = @host_alias@
mgl@1371
  4599
+host_triplet = @host@
mgl@1371
  4600
+target_alias = @target_alias@
mgl@1371
  4601
+target_triplet = @target@
mgl@1371
  4602
+AR = @AR@
mgl@1371
  4603
+AS = @AS@
mgl@1371
  4604
+CC = @CC@
mgl@1371
  4605
+CPP = @CPP@
mgl@1371
  4606
+EXEEXT = @EXEEXT@
mgl@1371
  4607
+LDFLAGS = @LDFLAGS@
mgl@1371
  4608
+MAINT = @MAINT@
mgl@1371
  4609
+MAKEINFO = @MAKEINFO@
mgl@1371
  4610
+NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
mgl@1371
  4611
+OBJEXT = @OBJEXT@
mgl@1371
  4612
+PACKAGE = @PACKAGE@
mgl@1371
  4613
+RANLIB = @RANLIB@
mgl@1371
  4614
+VERSION = @VERSION@
mgl@1371
  4615
+aext = @aext@
mgl@1371
  4616
+libm_machine_dir = @libm_machine_dir@
mgl@1371
  4617
+machine_dir = @machine_dir@
mgl@1371
  4618
+newlib_basedir = @newlib_basedir@
mgl@1371
  4619
+oext = @oext@
mgl@1371
  4620
+sys_dir = @sys_dir@
mgl@1371
  4621
+
mgl@1371
  4622
+AUTOMAKE_OPTIONS = cygnus
mgl@1371
  4623
+
mgl@1371
  4624
+INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
mgl@1371
  4625
+
mgl@1371
  4626
+noinst_LIBRARIES = lib.a
mgl@1371
  4627
+
mgl@1371
  4628
+lib_a_SOURCES = strcmp.S strncpy.S memcpy.S
mgl@1371
  4629
+
mgl@1371
  4630
+ACLOCAL_AMFLAGS = -I ../../..
mgl@1371
  4631
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
mgl@1371
  4632
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mgl@1371
  4633
+mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
mgl@1371
  4634
+CONFIG_CLEAN_FILES = 
mgl@1371
  4635
+LIBRARIES =  $(noinst_LIBRARIES)
mgl@1371
  4636
+
mgl@1371
  4637
+
mgl@1371
  4638
+DEFS = @DEFS@ -I. -I$(srcdir) 
mgl@1371
  4639
+CPPFLAGS = 
mgl@1371
  4640
+LIBS = @LIBS@
mgl@1371
  4641
+lib_a_LIBADD = 
mgl@1371
  4642
+lib_a_OBJECTS =  strcmp.o strncpy.o memcpy.o
mgl@1371
  4643
+CFLAGS = @CFLAGS@
mgl@1371
  4644
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
mgl@1371
  4645
+CCLD = $(CC)
mgl@1371
  4646
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
mgl@1371
  4647
+DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
mgl@1371
  4648
+
mgl@1371
  4649
+
mgl@1371
  4650
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
mgl@1371
  4651
+
mgl@1371
  4652
+TAR = gtar
mgl@1371
  4653
+GZIP_ENV = --best
mgl@1371
  4654
+SOURCES = $(lib_a_SOURCES)
mgl@1371
  4655
+OBJECTS = $(lib_a_OBJECTS)
mgl@1371
  4656
+
mgl@1371
  4657
+all: all-redirect
mgl@1371
  4658
+.SUFFIXES:
mgl@1371
  4659
+.SUFFIXES: .S .c .o .s
mgl@1371
  4660
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
mgl@1371
  4661
+	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
mgl@1371
  4662
+
mgl@1371
  4663
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
mgl@1371
  4664
+	cd $(top_builddir) \
mgl@1371
  4665
+	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
mgl@1371
  4666
+
mgl@1371
  4667
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
mgl@1371
  4668
+		../../../acinclude.m4 ../../../aclocal.m4 \
mgl@1371
  4669
+		../../../libtool.m4
mgl@1371
  4670
+	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
mgl@1371
  4671
+
mgl@1371
  4672
+config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
mgl@1371
  4673
+	$(SHELL) ./config.status --recheck
mgl@1371
  4674
+$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
mgl@1371
  4675
+	cd $(srcdir) && $(AUTOCONF)
mgl@1371
  4676
+
mgl@1371
  4677
+mostlyclean-noinstLIBRARIES:
mgl@1371
  4678
+
mgl@1371
  4679
+clean-noinstLIBRARIES:
mgl@1371
  4680
+	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
mgl@1371
  4681
+
mgl@1371
  4682
+distclean-noinstLIBRARIES:
mgl@1371
  4683
+
mgl@1371
  4684
+maintainer-clean-noinstLIBRARIES:
mgl@1371
  4685
+
mgl@1371
  4686
+.c.o:
mgl@1371
  4687
+	$(COMPILE) -c $<
mgl@1371
  4688
+
mgl@1371
  4689
+.s.o:
mgl@1371
  4690
+	$(COMPILE) -c $<
mgl@1371
  4691
+
mgl@1371
  4692
+.S.o:
mgl@1371
  4693
+	$(COMPILE) -c $<
mgl@1371
  4694
+
mgl@1371
  4695
+mostlyclean-compile:
mgl@1371
  4696
+	-rm -f *.o core *.core
mgl@1371
  4697
+
mgl@1371
  4698
+clean-compile:
mgl@1371
  4699
+
mgl@1371
  4700
+distclean-compile:
mgl@1371
  4701
+	-rm -f *.tab.c
mgl@1371
  4702
+
mgl@1371
  4703
+maintainer-clean-compile:
mgl@1371
  4704
+
mgl@1371
  4705
+lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
mgl@1371
  4706
+	-rm -f lib.a
mgl@1371
  4707
+	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
mgl@1371
  4708
+	$(RANLIB) lib.a
mgl@1371
  4709
+
mgl@1371
  4710
+tags: TAGS
mgl@1371
  4711
+
mgl@1371
  4712
+ID: $(HEADERS) $(SOURCES) $(LISP)
mgl@1371
  4713
+	list='$(SOURCES) $(HEADERS)'; \
mgl@1371
  4714
+	unique=`for i in $$list; do echo $$i; done | \
mgl@1371
  4715
+	  awk '    { files[$$0] = 1; } \
mgl@1371
  4716
+	       END { for (i in files) print i; }'`; \
mgl@1371
  4717
+	here=`pwd` && cd $(srcdir) \
mgl@1371
  4718
+	  && mkid -f$$here/ID $$unique $(LISP)
mgl@1371
  4719
+
mgl@1371
  4720
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
mgl@1371
  4721
+	tags=; \
mgl@1371
  4722
+	here=`pwd`; \
mgl@1371
  4723
+	list='$(SOURCES) $(HEADERS)'; \
mgl@1371
  4724
+	unique=`for i in $$list; do echo $$i; done | \
mgl@1371
  4725
+	  awk '    { files[$$0] = 1; } \
mgl@1371
  4726
+	       END { for (i in files) print i; }'`; \
mgl@1371
  4727
+	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
mgl@1371
  4728
+	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
mgl@1371
  4729
+
mgl@1371
  4730
+mostlyclean-tags:
mgl@1371
  4731
+
mgl@1371
  4732
+clean-tags:
mgl@1371
  4733
+
mgl@1371
  4734
+distclean-tags:
mgl@1371
  4735
+	-rm -f TAGS ID
mgl@1371
  4736
+
mgl@1371
  4737
+maintainer-clean-tags:
mgl@1371
  4738
+
mgl@1371
  4739
+distdir = $(PACKAGE)-$(VERSION)
mgl@1371
  4740
+top_distdir = $(distdir)
mgl@1371
  4741
+
mgl@1371
  4742
+# This target untars the dist file and tries a VPATH configuration.  Then
mgl@1371
  4743
+# it guarantees that the distribution is self-contained by making another
mgl@1371
  4744
+# tarfile.
mgl@1371
  4745
+distcheck: dist
mgl@1371
  4746
+	-rm -rf $(distdir)
mgl@1371
  4747
+	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
mgl@1371
  4748
+	mkdir $(distdir)/=build
mgl@1371
  4749
+	mkdir $(distdir)/=inst
mgl@1371
  4750
+	dc_install_base=`cd $(distdir)/=inst && pwd`; \
mgl@1371
  4751
+	cd $(distdir)/=build \
mgl@1371
  4752
+	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
mgl@1371
  4753
+	  && $(MAKE) $(AM_MAKEFLAGS) \
mgl@1371
  4754
+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
mgl@1371
  4755
+	  && $(MAKE) $(AM_MAKEFLAGS) check \
mgl@1371
  4756
+	  && $(MAKE) $(AM_MAKEFLAGS) install \
mgl@1371
  4757
+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
mgl@1371
  4758
+	  && $(MAKE) $(AM_MAKEFLAGS) dist
mgl@1371
  4759
+	-rm -rf $(distdir)
mgl@1371
  4760
+	@banner="$(distdir).tar.gz is ready for distribution"; \
mgl@1371
  4761
+	dashes=`echo "$$banner" | sed s/./=/g`; \
mgl@1371
  4762
+	echo "$$dashes"; \
mgl@1371
  4763
+	echo "$$banner"; \
mgl@1371
  4764
+	echo "$$dashes"
mgl@1371
  4765
+dist: distdir
mgl@1371
  4766
+	-chmod -R a+r $(distdir)
mgl@1371
  4767
+	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
mgl@1371
  4768
+	-rm -rf $(distdir)
mgl@1371
  4769
+dist-all: distdir
mgl@1371
  4770
+	-chmod -R a+r $(distdir)
mgl@1371
  4771
+	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
mgl@1371
  4772
+	-rm -rf $(distdir)
mgl@1371
  4773
+distdir: $(DISTFILES)
mgl@1371
  4774
+	-rm -rf $(distdir)
mgl@1371
  4775
+	mkdir $(distdir)
mgl@1371
  4776
+	-chmod 777 $(distdir)
mgl@1371
  4777
+	@for file in $(DISTFILES); do \
mgl@1371
  4778
+	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
mgl@1371
  4779
+	  if test -d $$d/$$file; then \
mgl@1371
  4780
+	    cp -pr $$d/$$file $(distdir)/$$file; \
mgl@1371
  4781
+	  else \
mgl@1371
  4782
+	    test -f $(distdir)/$$file \
mgl@1371
  4783
+	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
mgl@1371
  4784
+	    || cp -p $$d/$$file $(distdir)/$$file || :; \
mgl@1371
  4785
+	  fi; \
mgl@1371
  4786
+	done
mgl@1371
  4787
+info-am:
mgl@1371
  4788
+info: info-am
mgl@1371
  4789
+dvi-am:
mgl@1371
  4790
+dvi: dvi-am
mgl@1371
  4791
+check-am:
mgl@1371
  4792
+check: check-am
mgl@1371
  4793
+installcheck-am:
mgl@1371
  4794
+installcheck: installcheck-am
mgl@1371
  4795
+install-info-am: 
mgl@1371
  4796
+install-info: install-info-am
mgl@1371
  4797
+install-exec-am:
mgl@1371
  4798
+install-exec: install-exec-am
mgl@1371
  4799
+
mgl@1371
  4800
+install-data-am:
mgl@1371
  4801
+install-data: install-data-am
mgl@1371
  4802
+
mgl@1371
  4803
+install-am: all-am
mgl@1371
  4804
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
mgl@1371
  4805
+install: install-am
mgl@1371
  4806
+uninstall-am:
mgl@1371
  4807
+uninstall: uninstall-am
mgl@1371
  4808
+all-am: Makefile $(LIBRARIES)
mgl@1371
  4809
+all-redirect: all-am
mgl@1371
  4810
+install-strip:
mgl@1371
  4811
+	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
mgl@1371
  4812
+installdirs:
mgl@1371
  4813
+
mgl@1371
  4814
+
mgl@1371
  4815
+mostlyclean-generic:
mgl@1371
  4816
+
mgl@1371
  4817
+clean-generic:
mgl@1371
  4818
+
mgl@1371
  4819
+distclean-generic:
mgl@1371
  4820
+	-rm -f Makefile $(CONFIG_CLEAN_FILES)
mgl@1371
  4821
+	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
mgl@1371
  4822
+
mgl@1371
  4823
+maintainer-clean-generic:
mgl@1371
  4824
+mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
mgl@1371
  4825
+		mostlyclean-tags mostlyclean-generic
mgl@1371
  4826
+
mgl@1371
  4827
+mostlyclean: mostlyclean-am
mgl@1371
  4828
+
mgl@1371
  4829
+clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
mgl@1371
  4830
+		mostlyclean-am
mgl@1371
  4831
+
mgl@1371
  4832
+clean: clean-am
mgl@1371
  4833
+
mgl@1371
  4834
+distclean-am:  distclean-noinstLIBRARIES distclean-compile \
mgl@1371
  4835
+		distclean-tags distclean-generic clean-am
mgl@1371
  4836
+
mgl@1371
  4837
+distclean: distclean-am
mgl@1371
  4838
+	-rm -f config.status
mgl@1371
  4839
+
mgl@1371
  4840
+maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
mgl@1371
  4841
+		maintainer-clean-compile maintainer-clean-tags \
mgl@1371
  4842
+		maintainer-clean-generic distclean-am
mgl@1371
  4843
+	@echo "This command is intended for maintainers to use;"
mgl@1371
  4844
+	@echo "it deletes files that may require special tools to rebuild."
mgl@1371
  4845
+
mgl@1371
  4846
+maintainer-clean: maintainer-clean-am
mgl@1371
  4847
+	-rm -f config.status
mgl@1371
  4848
+
mgl@1371
  4849
+.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
mgl@1371
  4850
+clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
mgl@1371
  4851
+mostlyclean-compile distclean-compile clean-compile \
mgl@1371
  4852
+maintainer-clean-compile tags mostlyclean-tags distclean-tags \
mgl@1371
  4853
+clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
mgl@1371
  4854
+check-am installcheck-am installcheck install-info-am install-info \
mgl@1371
  4855
+install-exec-am install-exec install-data-am install-data install-am \
mgl@1371
  4856
+install uninstall-am uninstall all-redirect all-am all installdirs \
mgl@1371
  4857
+mostlyclean-generic distclean-generic clean-generic \
mgl@1371
  4858
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
mgl@1371
  4859
+
mgl@1371
  4860
+
mgl@1371
  4861
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
mgl@1371
  4862
+# Otherwise a system limit (for SysV at least) may be exceeded.
mgl@1371
  4863
+.NOEXPORT:
mgl@1371
  4864
diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/memcpy.S newlib-1.17.0-new/newlib/libc/machine/avr32/memcpy.S
mgl@1371
  4865
--- newlib-1.17.0/newlib/libc/machine/avr32/memcpy.S	1970-01-01 01:00:00.000000000 +0100
mgl@1371
  4866
+++ newlib-1.17.0-new/newlib/libc/machine/avr32/memcpy.S	2009-05-22 09:57:50.000000000 +0200
mgl@1371
  4867
@@ -0,0 +1,269 @@
mgl@1371
  4868
+/*
mgl@1371
  4869
+ * Copyright (C) 2004 Atmel Norway
mgl@1371
  4870
+ */
mgl@1371
  4871
+
mgl@1371
  4872
+/* Don't use r12 as dst since we must return it unmodified */
mgl@1371
  4873
+
mgl@1371
  4874
+	.text
mgl@1371
  4875
+	.global	memcpy
mgl@1371
  4876
+	.type	memcpy, @function
mgl@1371
  4877
+#if  defined(__AVR32_HAS_UNALIGNED_WORD__)
mgl@1371
  4878
+memcpy:	
mgl@1371
  4879
+	/* Check if src and dst are aligned
mgl@1371
  4880
+	   if not do a word based copying. */
mgl@1371
  4881
+	or	r9, r12, r11
mgl@1371
  4882
+	andl	r9, 3, COH
mgl@1371
  4883
+	brne	.Lunaligned_copy	
mgl@1371
  4884
+
mgl@1371
  4885
+	pushm	r12, lr
mgl@1371
  4886
+	sub	r10, 8
mgl@1371
  4887
+	brmi	.Lword_copy
mgl@1371
  4888
+
mgl@1371
  4889
+0:	
mgl@1371
  4890
+	ld.d	r8, r11++
mgl@1371
  4891
+	sub	r10, 8	
mgl@1371
  4892
+	st.d	r12++, r8
mgl@1371
  4893
+	brpl	0b
mgl@1371
  4894
+	
mgl@1371
  4895
+.Lword_copy:	
mgl@1371
  4896
+	sub	r10, -4
mgl@1371
  4897
+	brmi	.Lbyte_copy
mgl@1371
  4898
+
mgl@1371
  4899
+0:	
mgl@1371
  4900
+	ld.w	r8, r11++
mgl@1371
  4901
+	sub	r10, 4	
mgl@1371
  4902
+	st.w	r12++, r8
mgl@1371
  4903
+	brpl	0b
mgl@1371
  4904
+
mgl@1371
  4905
+.Lbyte_copy:
mgl@1371
  4906
+	sub	r10, -4	
mgl@1371
  4907
+	breq	2f
mgl@1371
  4908
+1:	
mgl@1371
  4909
+	ld.ub	r8, r11++
mgl@1371
  4910
+	sub	r10, 1
mgl@1371
  4911
+	st.b	r12++, r8
mgl@1371
  4912
+	brne	1b
mgl@1371
  4913
+2:	
mgl@1371
  4914
+	popm	r12, pc
mgl@1371
  4915
+
mgl@1371
  4916
+.Lunaligned_copy:
mgl@1371
  4917
+	mov	r9, r12
mgl@1371
  4918
+	sub	r10, 4	
mgl@1371
  4919
+
mgl@1371
  4920
+	brmi	.Lbyte_copy2
mgl@1371
  4921
+
mgl@1371
  4922
+0:	
mgl@1371
  4923
+	ld.w	r8, r11++
mgl@1371
  4924
+	sub	r10, 4	
mgl@1371
  4925
+	st.w	r12++, r8
mgl@1371
  4926
+	brpl	0b
mgl@1371
  4927
+
mgl@1371
  4928
+.Lbyte_copy2:
mgl@1371
  4929
+	sub	r10, -4	
mgl@1371
  4930
+	reteq	r9
mgl@1371
  4931
+1:	
mgl@1371
  4932
+	ld.ub	r8, r11++
mgl@1371
  4933
+	sub	r10, 1
mgl@1371
  4934
+	st.b	r12++, r8
mgl@1371
  4935
+	brne	1b
mgl@1371
  4936
+
mgl@1371
  4937
+	ret	r9
mgl@1371
  4938
+
mgl@1371
  4939
+					
mgl@1371
  4940
+#else	
mgl@1371
  4941
+	
mgl@1371
  4942
+#define dst r9
mgl@1371
  4943
+#define src r11
mgl@1371
  4944
+#define len r10
mgl@1371
  4945
+	
mgl@1371
  4946
+#if  defined(__AVR32_UC__)	
mgl@1371
  4947
+memcpy:
mgl@1371
  4948
+	/* If we have less than 8 bytes, don't do anything fancy 
mgl@1371
  4949
+	   just an unrolled byte copy */
mgl@1371
  4950
+	cp.w	r10, 8
mgl@1371
  4951
+	brlt	.Lless_than_8
mgl@1371
  4952
+	/* Check if src and dst are aligned. */
mgl@1371
  4953
+	or	r9, r12, r11
mgl@1371
  4954
+	andl	r9, 3, COH
mgl@1371
  4955
+	brne	.Lunaligned_copy	
mgl@1371
  4956
+
mgl@1371
  4957
+	/* Check if larger than 31 */
mgl@1371
  4958
+	cp.w	r10, 32
mgl@1371
  4959
+	brge	.Lmore_than_31:
mgl@1371
  4960
+
mgl@1371
  4961
+	/* Less than 32. */
mgl@1371
  4962
+	asr	r8, r10, 2
mgl@1371
  4963
+	rsub	r9, r8, 8
mgl@1371
  4964
+	add	pc, pc, r9 << 2
mgl@1371
  4965
+	.irp	offset,0,1,2,3,4,5,6
mgl@1371
  4966
+	ld.w	r9, r11[(6-\offset)*4]
mgl@1371
  4967
+	st.w	r12[(6-\offset)*4], r9
mgl@1371
  4968
+	.endr
mgl@1371
  4969
+	
mgl@1371
  4970
+	add	r11, r11, r8 << 2 
mgl@1371
  4971
+	add	r8, r12, r8 << 2 
mgl@1371
  4972
+	andl	r10, 0x3 
mgl@1371
  4973
+	rsub	r10, r10, 4
mgl@1371
  4974
+	add	pc, pc, r10 << 2
mgl@1371
  4975
+	.irp	offset,0,1,2
mgl@1371
  4976
+	ld.ub	r9, r11[2-\offset]
mgl@1371
  4977
+	st.b	r8[2-\offset], r9
mgl@1371
  4978
+	.endr
mgl@1371
  4979
+	
mgl@1371
  4980
+	retal	r12
mgl@1371
  4981
+
mgl@1371
  4982
+.Lless_than_8:	
mgl@1371
  4983
+	rsub	r10, r10, 9
mgl@1371
  4984
+	add	pc, pc, r10 << 2
mgl@1371
  4985
+	.irp	offset,0,1,2,3,4,5,6,7
mgl@1371
  4986
+	ld.ub	r9, r11[7-\offset]
mgl@1371
  4987
+	st.b	r12[7-\offset], r9
mgl@1371
  4988
+	.endr
mgl@1371
  4989
+	
mgl@1371
  4990
+	retal	r12
mgl@1371
  4991
+
mgl@1371
  4992
+.Lmore_than_31:
mgl@1371
  4993
+	stm	--sp, r6-r7, lr
mgl@1371
  4994
+	mov	r9, r12
mgl@1371
  4995
+
mgl@1371
  4996
+.Laligned_copy:
mgl@1371
  4997
+	sub	r10, 32
mgl@1371
  4998
+
mgl@1371
  4999
+1:	/* Copy 32 bytes at a time */
mgl@1371
  5000
+	ld.d	r6, r11++
mgl@1371
  5001
+	st.d	r9++, r6
mgl@1371
  5002
+	ld.d	r6, r11++
mgl@1371
  5003
+	st.d	r9++, r6
mgl@1371
  5004
+	ld.d	r6, r11++
mgl@1371
  5005
+	st.d	r9++, r6
mgl@1371
  5006
+	ld.d	r6, r11++
mgl@1371
  5007
+	st.d	r9++, r6
mgl@1371
  5008
+	sub	r10, 32
mgl@1371
  5009
+	brge	1b
mgl@1371
  5010
+	
mgl@1371
  5011
+.Lless_than_32:
mgl@1371
  5012
+	/* Copy 16 more bytes if possible */
mgl@1371
  5013
+	sub	r10, -16
mgl@1371
  5014
+	brlt	.Lless_than_16
mgl@1371
  5015
+	ld.d	r6, r11++
mgl@1371
  5016
+	st.d	r9++, r6
mgl@1371
  5017
+	ld.d	r6, r11++
mgl@1371
  5018
+	st.d	r9++, r6
mgl@1371
  5019
+	sub	r10, 16
mgl@1371
  5020
+
mgl@1371
  5021
+.Lless_than_16:
mgl@1371
  5022
+
mgl@1371
  5023
+	/* Do the remaining as byte copies */
mgl@1371
  5024
+	neg	r10
mgl@1371
  5025
+	add	pc, pc, r10 << 3
mgl@1371
  5026
+	nop
mgl@1371
  5027
+	nop
mgl@1371
  5028
+	.irp	offset,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
mgl@1371
  5029
+	ld.ub	r6, r11[14-\offset],e
mgl@1371
  5030
+	st.b	r9[14-\offset], r6,e
mgl@1371
  5031
+	.endr
mgl@1371
  5032
+	
mgl@1371
  5033
+	ldm	sp++, r6-r7, pc
mgl@1371
  5034
+
mgl@1371
  5035
+.Lunaligned_copy:	
mgl@1371
  5036
+	/* src and dst are unaligned. */
mgl@1371
  5037
+0:	
mgl@1371
  5038
+	sub	r10, 1
mgl@1371
  5039
+	ld.ub	r9, r11[r10]
mgl@1371
  5040
+	st.b	r12[r10], r9
mgl@1371
  5041
+	brne	0b
mgl@1371
  5042
+	
mgl@1371
  5043
+	retal	r12	
mgl@1371
  5044
+	.size	memcpy, . - memcpy
mgl@1371
  5045
+
mgl@1371
  5046
+#else
mgl@1371
  5047
+memcpy:
mgl@1371
  5048
+	pref	src[0]
mgl@1371
  5049
+	mov	dst, r12
mgl@1371
  5050
+
mgl@1371
  5051
+	/* If we have less than 32 bytes, don't do anything fancy */
mgl@1371
  5052
+	cp.w	len, 32
mgl@1371
  5053
+	brge	.Lmore_than_31
mgl@1371
  5054
+
mgl@1371
  5055
+	sub	len, 1
mgl@1371
  5056
+	retlt	r12
mgl@1371
  5057
+1:	ld.ub	r8, src++
mgl@1371
  5058
+	st.b	r12, r8
mgl@1371
  5059
+	sub	len, 1
mgl@1371
  5060
+	brge	1b
mgl@1371
  5061
+	retal	r12
mgl@1371
  5062
+
mgl@1371
  5063
+.Lmore_than_31:
mgl@1371
  5064
+	pushm	r0-r7, lr
mgl@1371
  5065
+
mgl@1371
  5066
+	/* Check alignment */
mgl@1371
  5067
+	mov	r8, src
mgl@1371
  5068
+	andl	r8, 31, COH
mgl@1371
  5069
+	brne	.Lunaligned_src
mgl@1371
  5070
+	mov	r8, dst
mgl@1371
  5071
+	andl	r8, 3, COH
mgl@1371
  5072
+	brne	.Lunaligned_dst
mgl@1371
  5073
+
mgl@1371
  5074
+.Laligned_copy:
mgl@1371
  5075
+	sub	len, 32
mgl@1371
  5076
+	brlt	.Lless_than_32
mgl@1371
  5077
+
mgl@1371
  5078
+1:	/* Copy 32 bytes at a time */
mgl@1371
  5079
+	pref	src[32]
mgl@1371
  5080
+	ldm	src, r0-r7
mgl@1371
  5081
+	sub	src, -32
mgl@1371
  5082
+	stm	dst, r0-r7
mgl@1371
  5083
+	sub	dst, -32
mgl@1371
  5084
+	sub	len, 32
mgl@1371
  5085
+	brge	1b
mgl@1371
  5086
+	
mgl@1371
  5087
+.Lless_than_32:
mgl@1371
  5088
+	/* Copy 16 more bytes if possible */
mgl@1371
  5089
+	sub	len, -16
mgl@1371
  5090
+	brlt	.Lless_than_16
mgl@1371
  5091
+	ldm	src, r0-r3
mgl@1371
  5092
+	sub	src, -16
mgl@1371
  5093
+	sub	len, 16
mgl@1371
  5094
+	stm	dst, r0-r3
mgl@1371
  5095
+	sub	dst, -16
mgl@1371
  5096
+
mgl@1371
  5097
+.Lless_than_16:
mgl@1371
  5098
+	/* Do the remaining as byte copies */
mgl@1371
  5099
+	neg	len
mgl@1371
  5100
+	add	pc, pc, len << 2
mgl@1371
  5101
+	.rept	15
mgl@1371
  5102
+	ld.ub	r0, src++
mgl@1371
  5103
+	st.b	dst++, r0
mgl@1371
  5104
+	.endr
mgl@1371
  5105
+
mgl@1371
  5106
+	popm	r0-r7, pc
mgl@1371
  5107
+
mgl@1371
  5108
+.Lunaligned_src:
mgl@1371
  5109
+	/* Make src cacheline-aligned. r8 = (src & 31) */
mgl@1371
  5110
+	rsub	r8, r8, 32
mgl@1371
  5111
+	sub	len, r8
mgl@1371
  5112
+1:	ld.ub	r0, src++
mgl@1371
  5113
+	st.b	dst++, r0
mgl@1371
  5114
+	sub	r8, 1
mgl@1371
  5115
+	brne	1b
mgl@1371
  5116
+
mgl@1371
  5117
+	/* If dst is word-aligned, we're ready to go */
mgl@1371
  5118
+	pref	src[0]
mgl@1371
  5119
+	mov	r8, 3
mgl@1371
  5120
+	tst	dst, r8
mgl@1371
  5121
+	breq	.Laligned_copy
mgl@1371
  5122
+
mgl@1371
  5123
+.Lunaligned_dst:
mgl@1371
  5124
+	/* src is aligned, but dst is not. Expect bad performance */
mgl@1371
  5125
+0:	
mgl@1371
  5126
+	ld.ub	r0, src++
mgl@1371
  5127
+	st.b	dst++, r0
mgl@1371
  5128
+	sub	len, 1
mgl@1371
  5129
+	brne	0b
mgl@1371
  5130
+	
mgl@1371
  5131
+	popm	r0-r7, pc
mgl@1371
  5132
+	.size	memcpy, . - memcpy
mgl@1371
  5133
+
mgl@1371
  5134
+
mgl@1371
  5135
+#endif
mgl@1371
  5136
+#endif
mgl@1371
  5137
diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/strcmp.S newlib-1.17.0-new/newlib/libc/machine/avr32/strcmp.S
mgl@1371
  5138
--- newlib-1.17.0/newlib/libc/machine/avr32/strcmp.S	1970-01-01 01:00:00.000000000 +0100
mgl@1371
  5139
+++ newlib-1.17.0-new/newlib/libc/machine/avr32/strcmp.S	2009-05-22 09:57:50.000000000 +0200
mgl@1371
  5140
@@ -0,0 +1,133 @@
mgl@1371
  5141
+	.align	2
mgl@1371
  5142
+	.global strcmp
mgl@1371
  5143
+
mgl@1371
  5144
+strcmp:	
mgl@1371
  5145
+#if !defined(__AVR32_HAS_UNALIGNED_WORD__)
mgl@1371
  5146
+#ifdef __AVR32_UC__
mgl@1371
  5147
+	/* Check if both strings are aligned. */
mgl@1371
  5148
+	or	r10, r12, r11
mgl@1371
  5149
+	andl	r10, 3, COH
mgl@1371
  5150
+	brne	.Lbyte_strcmp	
mgl@1371
  5151
+0:		
mgl@1371
  5152
+	ld.w	r10, r12[0]
mgl@1371
  5153
+	ld.w	r9, r11[0]
mgl@1371
  5154
+	tnbz	r10
mgl@1371
  5155
+	breq	1f
mgl@1371
  5156
+	cp.w	r10, r9
mgl@1371
  5157
+	brne	1f
mgl@1371
  5158
+	ld.w	r10, r12[4]
mgl@1371
  5159
+	ld.w	r9, r11[4]
mgl@1371
  5160
+	tnbz	r10
mgl@1371
  5161
+	breq	1f
mgl@1371
  5162
+	cp.w	r10, r9
mgl@1371
  5163
+	brne	1f
mgl@1371
  5164
+	ld.w	r10, r12[8]
mgl@1371
  5165
+	ld.w	r9, r11[8]
mgl@1371
  5166
+	tnbz	r10
mgl@1371
  5167
+	breq	1f
mgl@1371
  5168
+	cp.w	r10, r9
mgl@1371
  5169
+	brne	1f
mgl@1371
  5170
+	ld.w	r10, r12[12]
mgl@1371
  5171
+	ld.w	r9, r11[12]
mgl@1371
  5172
+	tnbz	r10
mgl@1371
  5173
+	breq	1f
mgl@1371
  5174
+	sub	r12, -16
mgl@1371
  5175
+	sub	r11, -16
mgl@1371
  5176
+	cp.w	r10, r9
mgl@1371
  5177
+	breq	0b
mgl@1371
  5178
+1:
mgl@1371
  5179
+	bfextu	r12, r10, 24, 8
mgl@1371
  5180
+	bfextu	r11, r9, 24, 8
mgl@1371
  5181
+	reteq	r12
mgl@1371
  5182
+	sub	r12, r11
mgl@1371
  5183
+	retne	r12
mgl@1371
  5184
+		
mgl@1371
  5185
+	bfextu	r12, r10, 16, 8
mgl@1371
  5186
+	bfextu	r11, r9, 16, 8
mgl@1371
  5187
+	reteq	r12
mgl@1371
  5188
+	sub	r12, r11
mgl@1371
  5189
+	retne	r12
mgl@1371
  5190
+
mgl@1371
  5191
+	bfextu	r12, r10, 8, 8
mgl@1371
  5192
+	bfextu	r11, r9, 8, 8
mgl@1371
  5193
+	reteq	r12
mgl@1371
  5194
+	sub	r12, r11
mgl@1371
  5195
+	retne	r12
mgl@1371
  5196
+
mgl@1371
  5197
+	castu.b	r10
mgl@1371
  5198
+	castu.b	r9
mgl@1371
  5199
+	sub	r10, r9
mgl@1371
  5200
+	ret	r10	
mgl@1371
  5201
+
mgl@1371
  5202
+.Lbyte_strcmp:	
mgl@1371
  5203
+0:	
mgl@1371
  5204
+	ld.ub	r10, r11[0]
mgl@1371
  5205
+	ld.ub	r9, r12[0]
mgl@1371
  5206
+	cp.w	r10, 0
mgl@1371
  5207
+	reteq	r9
mgl@1371
  5208
+	sub	r9, r10
mgl@1371
  5209
+	retne	r9
mgl@1371
  5210
+	ld.ub	r10, r11[1]
mgl@1371
  5211
+	ld.ub	r9, r12[1]
mgl@1371
  5212
+	cp.w	r10, 0
mgl@1371
  5213
+	reteq	r9
mgl@1371
  5214
+	sub	r9, r10
mgl@1371
  5215
+	retne	r9
mgl@1371
  5216
+	ld.ub	r10, r11[2]
mgl@1371
  5217
+	ld.ub	r9, r12[2]
mgl@1371
  5218
+	cp.w	r10, 0
mgl@1371
  5219
+	reteq	r9
mgl@1371
  5220
+	sub	r9, r10
mgl@1371
  5221
+	retne	r9
mgl@1371
  5222
+	ld.ub	r10, r11[3]
mgl@1371
  5223
+	ld.ub	r9, r12[3]
mgl@1371
  5224
+	cp.w	r10, 0
mgl@1371
  5225
+	reteq	r9
mgl@1371
  5226
+	sub	r9, r10
mgl@1371
  5227
+	retne	r9
mgl@1371
  5228
+	sub	r11, -4
mgl@1371
  5229
+	sub	r12, -4
mgl@1371
  5230
+	rjmp	0b
mgl@1371
  5231
+#else
mgl@1371
  5232
+0:	
mgl@1371
  5233
+	ld.ub	r10, r11++
mgl@1371
  5234
+	ld.ub	r9, r12++
mgl@1371
  5235
+	cp.w	r10, 0
mgl@1371
  5236
+	reteq	r9
mgl@1371
  5237
+	sub	r9, r10
mgl@1371
  5238
+	breq	0b
mgl@1371
  5239
+	ret	r9
mgl@1371
  5240
+#endif
mgl@1371
  5241
+#else
mgl@1371
  5242
+0:	
mgl@1371
  5243
+	ld.w	r10, r12++
mgl@1371
  5244
+	ld.w	r9, r11++
mgl@1371
  5245
+	tnbz	r10
mgl@1371
  5246
+	breq	1f
mgl@1371
  5247
+	cp.w	r10, r9
mgl@1371
  5248
+	breq	0b
mgl@1371
  5249
+	
mgl@1371
  5250
+1:
mgl@1371
  5251
+	bfextu	r12, r10, 24, 8
mgl@1371
  5252
+	bfextu	r11, r9, 24, 8
mgl@1371
  5253
+	reteq	r12
mgl@1371
  5254
+	sub	r12, r11
mgl@1371
  5255
+	retne	r12
mgl@1371
  5256
+		
mgl@1371
  5257
+	bfextu	r12, r10, 16, 8
mgl@1371
  5258
+	bfextu	r11, r9, 16, 8
mgl@1371
  5259
+	reteq	r12
mgl@1371
  5260
+	sub	r12, r11
mgl@1371
  5261
+	retne	r12
mgl@1371
  5262
+
mgl@1371
  5263
+	bfextu	r12, r10, 8, 8
mgl@1371
  5264
+	bfextu	r11, r9, 8, 8
mgl@1371
  5265
+	reteq	r12
mgl@1371
  5266
+	sub	r12, r11
mgl@1371
  5267
+	retne	r12
mgl@1371
  5268
+
mgl@1371
  5269
+	castu.b	r10
mgl@1371
  5270
+	castu.b	r9
mgl@1371
  5271
+	sub	r10, r9
mgl@1371
  5272
+	ret	r10	
mgl@1371
  5273
+#endif	
mgl@1371
  5274
diff -Naur newlib-1.17.0/newlib/libc/machine/avr32/strncpy.S newlib-1.17.0-new/newlib/libc/machine/avr32/strncpy.S
mgl@1371
  5275
--- newlib-1.17.0/newlib/libc/machine/avr32/strncpy.S	1970-01-01 01:00:00.000000000 +0100
mgl@1371
  5276
+++ newlib-1.17.0-new/newlib/libc/machine/avr32/strncpy.S	2009-05-22 09:57:50.000000000 +0200
mgl@1371
  5277
@@ -0,0 +1,39 @@
mgl@1371
  5278
+	.align	2
mgl@1371
  5279
+	.global strncpy
mgl@1371
  5280
+
mgl@1371
  5281
+strncpy :	
mgl@1371
  5282
+#ifdef __AVR32_UC__	
mgl@1371
  5283
+	mov	r8, 0
mgl@1371
  5284
+0:	
mgl@1371
  5285
+	cp.w	r10, r8
mgl@1371
  5286
+	reteq	r12
mgl@1371
  5287
+	ld.ub	r9, r11[r8]
mgl@1371
  5288
+	st.b	r12[r8], r9
mgl@1371
  5289
+	sub	r8, -1
mgl@1371
  5290
+	cp.w	r9, 0
mgl@1371
  5291
+	brne	0b
mgl@1371
  5292
+
mgl@1371
  5293
+1:	
mgl@1371
  5294
+	cp.w	r10, r8
mgl@1371
  5295
+	reteq	r12
mgl@1371
  5296
+	st.b	r12[r8], r9
mgl@1371
  5297
+	sub	r8, -1
mgl@1371
  5298
+	rjmp	1b
mgl@1371
  5299
+#else
mgl@1371
  5300
+	mov	r8, r12
mgl@1371
  5301
+0:	
mgl@1371
  5302
+	sub	r10, 1
mgl@1371
  5303
+	ld.ub	r9, r11++
mgl@1371
  5304
+	retmi	r12
mgl@1371
  5305
+	st.b	r8++, r9
mgl@1371
  5306
+	cp.w	r9, 0
mgl@1371
  5307
+	brne	0b
mgl@1371
  5308
+
mgl@1371
  5309
+1:	
mgl@1371
  5310
+	sub	r10, 1
mgl@1371
  5311
+	retmi	r12
mgl@1371
  5312
+	st.b	r8++, r9
mgl@1371
  5313
+	rjmp	1b
mgl@1371
  5314
+	
mgl@1371
  5315
+	
mgl@1371
  5316
+#endif	
mgl@1371
  5317
diff -Naur newlib-1.17.0/newlib/libc/machine/configure newlib-1.17.0-new/newlib/libc/machine/configure
mgl@1371
  5318
--- newlib-1.17.0/newlib/libc/machine/configure	2008-12-22 20:45:41.000000000 +0100
mgl@1371
  5319
+++ newlib-1.17.0-new/newlib/libc/machine/configure	2009-05-22 09:57:50.000000000 +0200
mgl@1371
  5320
@@ -1,25 +1,54 @@
mgl@1371
  5321
 #! /bin/sh
mgl@1371
  5322
 # Guess values for system-dependent variables and create Makefiles.
mgl@1371
  5323
-# Generated by GNU Autoconf 2.59 for newlib 1.17.0.
mgl@1371
  5324
+# Generated by GNU Autoconf 2.61 for newlib 1.17.0.
mgl@1371
  5325
 #
mgl@1371
  5326
-# Copyright (C) 2003 Free Software Foundation, Inc.
mgl@1371
  5327
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
mgl@1371
  5328
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
mgl@1371
  5329
 # This configure script is free software; the Free Software Foundation
mgl@1371
  5330
 # gives unlimited permission to copy, distribute and modify it.
mgl@1371
  5331
 ## --------------------- ##
mgl@1371
  5332
 ## M4sh Initialization.  ##
mgl@1371
  5333
 ## --------------------- ##
mgl@1371
  5334
 
mgl@1371
  5335
-# Be Bourne compatible
mgl@1371
  5336
+# Be more Bourne compatible
mgl@1371
  5337
+DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
  5338
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
  5339
   emulate sh
mgl@1371
  5340
   NULLCMD=:
mgl@1371
  5341
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
  5342
   # is contrary to our usage.  Disable this feature.
mgl@1371
  5343
   alias -g '${1+"$@"}'='"$@"'
mgl@1371
  5344
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
mgl@1371
  5345
-  set -o posix
mgl@1371
  5346
+  setopt NO_GLOB_SUBST
mgl@1371
  5347
+else
mgl@1371
  5348
+  case `(set -o) 2>/dev/null` in
mgl@1371
  5349
+  *posix*) set -o posix ;;
mgl@1371
  5350
+esac
mgl@1371
  5351
+
mgl@1371
  5352
+fi
mgl@1371
  5353
+
mgl@1371
  5354
+
mgl@1371
  5355
+
mgl@1371
  5356
+
mgl@1371
  5357
+# PATH needs CR
mgl@1371
  5358
+# Avoid depending upon Character Ranges.
mgl@1371
  5359
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
  5360
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
  5361
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
  5362
+as_cr_digits='0123456789'
mgl@1371
  5363
+as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
  5364
+
mgl@1371
  5365
+# The user is always right.
mgl@1371
  5366
+if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
  5367
+  echo "#! /bin/sh" >conf$$.sh
mgl@1371
  5368
+  echo  "exit 0"   >>conf$$.sh
mgl@1371
  5369
+  chmod +x conf$$.sh
mgl@1371
  5370
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
  5371
+    PATH_SEPARATOR=';'
mgl@1371
  5372
+  else
mgl@1371
  5373
+    PATH_SEPARATOR=:
mgl@1371
  5374
+  fi
mgl@1371
  5375
+  rm -f conf$$.sh
mgl@1371
  5376
 fi
mgl@1371
  5377
-DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
  5378
 
mgl@1371
  5379
 # Support unset when possible.
mgl@1371
  5380
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
  5381
@@ -29,8 +58,43 @@
mgl@1371
  5382
 fi
mgl@1371
  5383
 
mgl@1371
  5384
 
mgl@1371
  5385
+# IFS
mgl@1371
  5386
+# We need space, tab and new line, in precisely that order.  Quoting is
mgl@1371
  5387
+# there to prevent editors from complaining about space-tab.
mgl@1371
  5388
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
mgl@1371
  5389
+# splitting by setting IFS to empty value.)
mgl@1371
  5390
+as_nl='
mgl@1371
  5391
+'
mgl@1371
  5392
+IFS=" ""	$as_nl"
mgl@1371
  5393
+
mgl@1371
  5394
+# Find who we are.  Look in the path if we contain no directory separator.
mgl@1371
  5395
+case $0 in
mgl@1371
  5396
+  *[\\/]* ) as_myself=$0 ;;
mgl@1371
  5397
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  5398
+for as_dir in $PATH
mgl@1371
  5399
+do
mgl@1371
  5400
+  IFS=$as_save_IFS
mgl@1371
  5401
+  test -z "$as_dir" && as_dir=.
mgl@1371
  5402
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
  5403
+done
mgl@1371
  5404
+IFS=$as_save_IFS
mgl@1371
  5405
+
mgl@1371
  5406
+     ;;
mgl@1371
  5407
+esac
mgl@1371
  5408
+# We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
  5409
+# in which case we are not to be found in the path.
mgl@1371
  5410
+if test "x$as_myself" = x; then
mgl@1371
  5411
+  as_myself=$0
mgl@1371
  5412
+fi
mgl@1371
  5413
+if test ! -f "$as_myself"; then
mgl@1371
  5414
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
mgl@1371
  5415
+  { (exit 1); exit 1; }
mgl@1371
  5416
+fi
mgl@1371
  5417
+
mgl@1371
  5418
 # Work around bugs in pre-3.0 UWIN ksh.
mgl@1371
  5419
-$as_unset ENV MAIL MAILPATH
mgl@1371
  5420
+for as_var in ENV MAIL MAILPATH
mgl@1371
  5421
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
  5422
+done
mgl@1371
  5423
 PS1='$ '
mgl@1371
  5424
 PS2='> '
mgl@1371
  5425
 PS4='+ '
mgl@1371
  5426
@@ -44,18 +108,19 @@
mgl@1371
  5427
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mgl@1371
  5428
     eval $as_var=C; export $as_var
mgl@1371
  5429
   else
mgl@1371
  5430
-    $as_unset $as_var
mgl@1371
  5431
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
  5432
   fi
mgl@1371
  5433
 done
mgl@1371
  5434
 
mgl@1371
  5435
 # Required to use basename.
mgl@1371
  5436
-if expr a : '\(a\)' >/dev/null 2>&1; then
mgl@1371
  5437
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
  5438
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
  5439
   as_expr=expr
mgl@1371
  5440
 else
mgl@1371
  5441
   as_expr=false
mgl@1371
  5442
 fi
mgl@1371
  5443
 
mgl@1371
  5444
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
mgl@1371
  5445
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
mgl@1371
  5446
   as_basename=basename
mgl@1371
  5447
 else
mgl@1371
  5448
   as_basename=false
mgl@1371
  5449
@@ -63,157 +128,388 @@
mgl@1371
  5450
 
mgl@1371
  5451
 
mgl@1371
  5452
 # Name of the executable.
mgl@1371
  5453
-as_me=`$as_basename "$0" ||
mgl@1371
  5454
+as_me=`$as_basename -- "$0" ||
mgl@1371
  5455
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
mgl@1371
  5456
 	 X"$0" : 'X\(//\)$' \| \
mgl@1371
  5457
-	 X"$0" : 'X\(/\)$' \| \
mgl@1371
  5458
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
  5459
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
  5460
 echo X/"$0" |
mgl@1371
  5461
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
mgl@1371
  5462
-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
mgl@1371
  5463
-  	  /^X\/\(\/\).*/{ s//\1/; q; }
mgl@1371
  5464
-  	  s/.*/./; q'`
mgl@1371
  5465
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
mgl@1371
  5466
+	    s//\1/
mgl@1371
  5467
+	    q
mgl@1371
  5468
+	  }
mgl@1371
  5469
+	  /^X\/\(\/\/\)$/{
mgl@1371
  5470
+	    s//\1/
mgl@1371
  5471
+	    q
mgl@1371
  5472
+	  }
mgl@1371
  5473
+	  /^X\/\(\/\).*/{
mgl@1371
  5474
+	    s//\1/
mgl@1371
  5475
+	    q
mgl@1371
  5476
+	  }
mgl@1371
  5477
+	  s/.*/./; q'`
mgl@1371
  5478
 
mgl@1371
  5479
+# CDPATH.
mgl@1371
  5480
+$as_unset CDPATH
mgl@1371
  5481
 
mgl@1371
  5482
-# PATH needs CR, and LINENO needs CR and PATH.
mgl@1371
  5483
-# Avoid depending upon Character Ranges.
mgl@1371
  5484
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
  5485
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
  5486
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
  5487
-as_cr_digits='0123456789'
mgl@1371
  5488
-as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
  5489
 
mgl@1371
  5490
-# The user is always right.
mgl@1371
  5491
-if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
  5492
-  echo "#! /bin/sh" >conf$$.sh
mgl@1371
  5493
-  echo  "exit 0"   >>conf$$.sh
mgl@1371
  5494
-  chmod +x conf$$.sh
mgl@1371
  5495
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
  5496
-    PATH_SEPARATOR=';'
mgl@1371
  5497
-  else
mgl@1371
  5498
-    PATH_SEPARATOR=:
mgl@1371
  5499
-  fi
mgl@1371
  5500
-  rm -f conf$$.sh
mgl@1371
  5501
+if test "x$CONFIG_SHELL" = x; then
mgl@1371
  5502
+  if (eval ":") 2>/dev/null; then
mgl@1371
  5503
+  as_have_required=yes
mgl@1371
  5504
+else
mgl@1371
  5505
+  as_have_required=no
mgl@1371
  5506
 fi
mgl@1371
  5507
 
mgl@1371
  5508
+  if test $as_have_required = yes && 	 (eval ":
mgl@1371
  5509
+(as_func_return () {
mgl@1371
  5510
+  (exit \$1)
mgl@1371
  5511
+}
mgl@1371
  5512
+as_func_success () {
mgl@1371
  5513
+  as_func_return 0
mgl@1371
  5514
+}
mgl@1371
  5515
+as_func_failure () {
mgl@1371
  5516
+  as_func_return 1
mgl@1371
  5517
+}
mgl@1371
  5518
+as_func_ret_success () {
mgl@1371
  5519
+  return 0
mgl@1371
  5520
+}
mgl@1371
  5521
+as_func_ret_failure () {
mgl@1371
  5522
+  return 1
mgl@1371
  5523
+}
mgl@1371
  5524
 
mgl@1371
  5525
-  as_lineno_1=$LINENO
mgl@1371
  5526
-  as_lineno_2=$LINENO
mgl@1371
  5527
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mgl@1371
  5528
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
  5529
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
mgl@1371
  5530
-  # Find who we are.  Look in the path if we contain no path at all
mgl@1371
  5531
-  # relative or not.
mgl@1371
  5532
-  case $0 in
mgl@1371
  5533
-    *[\\/]* ) as_myself=$0 ;;
mgl@1371
  5534
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  5535
-for as_dir in $PATH
mgl@1371
  5536
-do
mgl@1371
  5537
-  IFS=$as_save_IFS
mgl@1371
  5538
-  test -z "$as_dir" && as_dir=.
mgl@1371
  5539
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
  5540
-done
mgl@1371
  5541
+exitcode=0
mgl@1371
  5542
+if as_func_success; then
mgl@1371
  5543
+  :
mgl@1371
  5544
+else
mgl@1371
  5545
+  exitcode=1
mgl@1371
  5546
+  echo as_func_success failed.
mgl@1371
  5547
+fi
mgl@1371
  5548
 
mgl@1371
  5549
-       ;;
mgl@1371
  5550
-  esac
mgl@1371
  5551
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
  5552
-  # in which case we are not to be found in the path.
mgl@1371
  5553
-  if test "x$as_myself" = x; then
mgl@1371
  5554
-    as_myself=$0
mgl@1371
  5555
-  fi
mgl@1371
  5556
-  if test ! -f "$as_myself"; then
mgl@1371
  5557
-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
mgl@1371
  5558
-   { (exit 1); exit 1; }; }
mgl@1371
  5559
-  fi
mgl@1371
  5560
-  case $CONFIG_SHELL in
mgl@1371
  5561
-  '')
mgl@1371
  5562
+if as_func_failure; then
mgl@1371
  5563
+  exitcode=1
mgl@1371
  5564
+  echo as_func_failure succeeded.
mgl@1371
  5565
+fi
mgl@1371
  5566
+
mgl@1371
  5567
+if as_func_ret_success; then
mgl@1371
  5568
+  :
mgl@1371
  5569
+else
mgl@1371
  5570
+  exitcode=1
mgl@1371
  5571
+  echo as_func_ret_success failed.
mgl@1371
  5572
+fi
mgl@1371
  5573
+
mgl@1371
  5574
+if as_func_ret_failure; then
mgl@1371
  5575
+  exitcode=1
mgl@1371
  5576
+  echo as_func_ret_failure succeeded.
mgl@1371
  5577
+fi
mgl@1371
  5578
+
mgl@1371
  5579
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
mgl@1371
  5580
+  :
mgl@1371
  5581
+else
mgl@1371
  5582
+  exitcode=1
mgl@1371
  5583
+  echo positional parameters were not saved.
mgl@1371
  5584
+fi
mgl@1371
  5585
+
mgl@1371
  5586
+test \$exitcode = 0) || { (exit 1); exit 1; }
mgl@1371
  5587
+
mgl@1371
  5588
+(
mgl@1371
  5589
+  as_lineno_1=\$LINENO
mgl@1371
  5590
+  as_lineno_2=\$LINENO
mgl@1371
  5591
+  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
mgl@1371
  5592
+  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
mgl@1371
  5593
+") 2> /dev/null; then
mgl@1371
  5594
+  :
mgl@1371
  5595
+else
mgl@1371
  5596
+  as_candidate_shells=
mgl@1371
  5597
     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  5598
 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
mgl@1371
  5599
 do
mgl@1371
  5600
   IFS=$as_save_IFS
mgl@1371
  5601
   test -z "$as_dir" && as_dir=.
mgl@1371
  5602
-  for as_base in sh bash ksh sh5; do
mgl@1371
  5603
-	 case $as_dir in
mgl@1371
  5604
+  case $as_dir in
mgl@1371
  5605
 	 /*)
mgl@1371
  5606
-	   if ("$as_dir/$as_base" -c '
mgl@1371
  5607
+	   for as_base in sh bash ksh sh5; do
mgl@1371
  5608
+	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
mgl@1371
  5609
+	   done;;
mgl@1371
  5610
+       esac
mgl@1371
  5611
+done
mgl@1371
  5612
+IFS=$as_save_IFS
mgl@1371
  5613
+
mgl@1371
  5614
+
mgl@1371
  5615
+      for as_shell in $as_candidate_shells $SHELL; do
mgl@1371
  5616
+	 # Try only shells that exist, to save several forks.
mgl@1371
  5617
+	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
mgl@1371
  5618
+		{ ("$as_shell") 2> /dev/null <<\_ASEOF
mgl@1371
  5619
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
  5620
+  emulate sh
mgl@1371
  5621
+  NULLCMD=:
mgl@1371
  5622
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
  5623
+  # is contrary to our usage.  Disable this feature.
mgl@1371
  5624
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
  5625
+  setopt NO_GLOB_SUBST
mgl@1371
  5626
+else
mgl@1371
  5627
+  case `(set -o) 2>/dev/null` in
mgl@1371
  5628
+  *posix*) set -o posix ;;
mgl@1371
  5629
+esac
mgl@1371
  5630
+
mgl@1371
  5631
+fi
mgl@1371
  5632
+
mgl@1371
  5633
+
mgl@1371
  5634
+:
mgl@1371
  5635
+_ASEOF
mgl@1371
  5636
+}; then
mgl@1371
  5637
+  CONFIG_SHELL=$as_shell
mgl@1371
  5638
+	       as_have_required=yes
mgl@1371
  5639
+	       if { "$as_shell" 2> /dev/null <<\_ASEOF
mgl@1371
  5640
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
  5641
+  emulate sh
mgl@1371
  5642
+  NULLCMD=:
mgl@1371
  5643
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
  5644
+  # is contrary to our usage.  Disable this feature.
mgl@1371
  5645
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
  5646
+  setopt NO_GLOB_SUBST
mgl@1371
  5647
+else
mgl@1371
  5648
+  case `(set -o) 2>/dev/null` in
mgl@1371
  5649
+  *posix*) set -o posix ;;
mgl@1371
  5650
+esac
mgl@1371
  5651
+
mgl@1371
  5652
+fi
mgl@1371
  5653
+
mgl@1371
  5654
+
mgl@1371
  5655
+:
mgl@1371
  5656
+(as_func_return () {
mgl@1371
  5657
+  (exit $1)
mgl@1371
  5658
+}
mgl@1371
  5659
+as_func_success () {
mgl@1371
  5660
+  as_func_return 0
mgl@1371
  5661
+}
mgl@1371
  5662
+as_func_failure () {
mgl@1371
  5663
+  as_func_return 1
mgl@1371
  5664
+}
mgl@1371
  5665
+as_func_ret_success () {
mgl@1371
  5666
+  return 0
mgl@1371
  5667
+}
mgl@1371
  5668
+as_func_ret_failure () {
mgl@1371
  5669
+  return 1
mgl@1371
  5670
+}
mgl@1371
  5671
+
mgl@1371
  5672
+exitcode=0
mgl@1371
  5673
+if as_func_success; then
mgl@1371
  5674
+  :
mgl@1371
  5675
+else
mgl@1371
  5676
+  exitcode=1
mgl@1371
  5677
+  echo as_func_success failed.
mgl@1371
  5678
+fi
mgl@1371
  5679
+
mgl@1371
  5680
+if as_func_failure; then
mgl@1371
  5681
+  exitcode=1
mgl@1371
  5682
+  echo as_func_failure succeeded.
mgl@1371
  5683
+fi
mgl@1371
  5684
+
mgl@1371
  5685
+if as_func_ret_success; then
mgl@1371
  5686
+  :
mgl@1371
  5687
+else
mgl@1371
  5688
+  exitcode=1
mgl@1371
  5689
+  echo as_func_ret_success failed.
mgl@1371
  5690
+fi
mgl@1371
  5691
+
mgl@1371
  5692
+if as_func_ret_failure; then
mgl@1371
  5693
+  exitcode=1
mgl@1371
  5694
+  echo as_func_ret_failure succeeded.
mgl@1371
  5695
+fi
mgl@1371
  5696
+
mgl@1371
  5697
+if ( set x; as_func_ret_success y && test x = "$1" ); then
mgl@1371
  5698
+  :
mgl@1371
  5699
+else
mgl@1371
  5700
+  exitcode=1
mgl@1371
  5701
+  echo positional parameters were not saved.
mgl@1371
  5702
+fi
mgl@1371
  5703
+
mgl@1371
  5704
+test $exitcode = 0) || { (exit 1); exit 1; }
mgl@1371
  5705
+
mgl@1371
  5706
+(
mgl@1371
  5707
   as_lineno_1=$LINENO
mgl@1371
  5708
   as_lineno_2=$LINENO
mgl@1371
  5709
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mgl@1371
  5710
   test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
  5711
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
mgl@1371
  5712
-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
mgl@1371
  5713
-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
mgl@1371
  5714
-	     CONFIG_SHELL=$as_dir/$as_base
mgl@1371
  5715
-	     export CONFIG_SHELL
mgl@1371
  5716
-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
mgl@1371
  5717
-	   fi;;
mgl@1371
  5718
-	 esac
mgl@1371
  5719
-       done
mgl@1371
  5720
-done
mgl@1371
  5721
-;;
mgl@1371
  5722
-  esac
mgl@1371
  5723
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
mgl@1371
  5724
+
mgl@1371
  5725
+_ASEOF
mgl@1371
  5726
+}; then
mgl@1371
  5727
+  break
mgl@1371
  5728
+fi
mgl@1371
  5729
+
mgl@1371
  5730
+fi
mgl@1371
  5731
+
mgl@1371
  5732
+      done
mgl@1371
  5733
+
mgl@1371
  5734
+      if test "x$CONFIG_SHELL" != x; then
mgl@1371
  5735
+  for as_var in BASH_ENV ENV
mgl@1371
  5736
+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
  5737
+        done
mgl@1371
  5738
+        export CONFIG_SHELL
mgl@1371
  5739
+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
mgl@1371
  5740
+fi
mgl@1371
  5741
+
mgl@1371
  5742
+
mgl@1371
  5743
+    if test $as_have_required = no; then
mgl@1371
  5744
+  echo This script requires a shell more modern than all the
mgl@1371
  5745
+      echo shells that I found on your system.  Please install a
mgl@1371
  5746
+      echo modern shell, or manually run the script under such a
mgl@1371
  5747
+      echo shell if you do have one.
mgl@1371
  5748
+      { (exit 1); exit 1; }
mgl@1371
  5749
+fi
mgl@1371
  5750
+
mgl@1371
  5751
+
mgl@1371
  5752
+fi
mgl@1371
  5753
+
mgl@1371
  5754
+fi
mgl@1371
  5755
+
mgl@1371
  5756
+
mgl@1371
  5757
+
mgl@1371
  5758
+(eval "as_func_return () {
mgl@1371
  5759
+  (exit \$1)
mgl@1371
  5760
+}
mgl@1371
  5761
+as_func_success () {
mgl@1371
  5762
+  as_func_return 0
mgl@1371
  5763
+}
mgl@1371
  5764
+as_func_failure () {
mgl@1371
  5765
+  as_func_return 1
mgl@1371
  5766
+}
mgl@1371
  5767
+as_func_ret_success () {
mgl@1371
  5768
+  return 0
mgl@1371
  5769
+}
mgl@1371
  5770
+as_func_ret_failure () {
mgl@1371
  5771
+  return 1
mgl@1371
  5772
+}
mgl@1371
  5773
+
mgl@1371
  5774
+exitcode=0
mgl@1371
  5775
+if as_func_success; then
mgl@1371
  5776
+  :
mgl@1371
  5777
+else
mgl@1371
  5778
+  exitcode=1
mgl@1371
  5779
+  echo as_func_success failed.
mgl@1371
  5780
+fi
mgl@1371
  5781
+
mgl@1371
  5782
+if as_func_failure; then
mgl@1371
  5783
+  exitcode=1
mgl@1371
  5784
+  echo as_func_failure succeeded.
mgl@1371
  5785
+fi
mgl@1371
  5786
+
mgl@1371
  5787
+if as_func_ret_success; then
mgl@1371
  5788
+  :
mgl@1371
  5789
+else
mgl@1371
  5790
+  exitcode=1
mgl@1371
  5791
+  echo as_func_ret_success failed.
mgl@1371
  5792
+fi
mgl@1371
  5793
+
mgl@1371
  5794
+if as_func_ret_failure; then
mgl@1371
  5795
+  exitcode=1
mgl@1371
  5796
+  echo as_func_ret_failure succeeded.
mgl@1371
  5797
+fi
mgl@1371
  5798
+
mgl@1371
  5799
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
mgl@1371
  5800
+  :
mgl@1371
  5801
+else
mgl@1371
  5802
+  exitcode=1
mgl@1371
  5803
+  echo positional parameters were not saved.
mgl@1371
  5804
+fi
mgl@1371
  5805
+
mgl@1371
  5806
+test \$exitcode = 0") || {
mgl@1371
  5807
+  echo No shell found that supports shell functions.
mgl@1371
  5808
+  echo Please tell autoconf@gnu.org about your system,
mgl@1371
  5809
+  echo including any error possibly output before this
mgl@1371
  5810
+  echo message
mgl@1371
  5811
+}
mgl@1371
  5812
+
mgl@1371
  5813
+
mgl@1371
  5814
+
mgl@1371
  5815
+  as_lineno_1=$LINENO
mgl@1371
  5816
+  as_lineno_2=$LINENO
mgl@1371
  5817
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
  5818
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
mgl@1371
  5819
 
mgl@1371
  5820
   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
mgl@1371
  5821
   # uniformly replaced by the line number.  The first 'sed' inserts a
mgl@1371
  5822
-  # line-number line before each line; the second 'sed' does the real
mgl@1371
  5823
-  # work.  The second script uses 'N' to pair each line-number line
mgl@1371
  5824
-  # with the numbered line, and appends trailing '-' during
mgl@1371
  5825
-  # substitution so that $LINENO is not a special case at line end.
mgl@1371
  5826
+  # line-number line after each line using $LINENO; the second 'sed'
mgl@1371
  5827
+  # does the real work.  The second script uses 'N' to pair each
mgl@1371
  5828
+  # line-number line with the line containing $LINENO, and appends
mgl@1371
  5829
+  # trailing '-' during substitution so that $LINENO is not a special
mgl@1371
  5830
+  # case at line end.
mgl@1371
  5831
   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
mgl@1371
  5832
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
mgl@1371
  5833
-  sed '=' <$as_myself |
mgl@1371
  5834
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
mgl@1371
  5835
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
mgl@1371
  5836
+  sed -n '
mgl@1371
  5837
+    p
mgl@1371
  5838
+    /[$]LINENO/=
mgl@1371
  5839
+  ' <$as_myself |
mgl@1371
  5840
     sed '
mgl@1371
  5841
+      s/[$]LINENO.*/&-/
mgl@1371
  5842
+      t lineno
mgl@1371
  5843
+      b
mgl@1371
  5844
+      :lineno
mgl@1371
  5845
       N
mgl@1371
  5846
-      s,$,-,
mgl@1371
  5847
-      : loop
mgl@1371
  5848
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
mgl@1371
  5849
+      :loop
mgl@1371
  5850
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
mgl@1371
  5851
       t loop
mgl@1371
  5852
-      s,-$,,
mgl@1371
  5853
-      s,^['$as_cr_digits']*\n,,
mgl@1371
  5854
+      s/-\n.*//
mgl@1371
  5855
     ' >$as_me.lineno &&
mgl@1371
  5856
-  chmod +x $as_me.lineno ||
mgl@1371
  5857
+  chmod +x "$as_me.lineno" ||
mgl@1371
  5858
     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
mgl@1371
  5859
    { (exit 1); exit 1; }; }
mgl@1371
  5860
 
mgl@1371
  5861
   # Don't try to exec as it changes $[0], causing all sort of problems
mgl@1371
  5862
   # (the dirname of $[0] is not the place where we might find the
mgl@1371
  5863
-  # original and so on.  Autoconf is especially sensible to this).
mgl@1371
  5864
-  . ./$as_me.lineno
mgl@1371
  5865
+  # original and so on.  Autoconf is especially sensitive to this).
mgl@1371
  5866
+  . "./$as_me.lineno"
mgl@1371
  5867
   # Exit status is that of the last command.
mgl@1371
  5868
   exit
mgl@1371
  5869
 }
mgl@1371
  5870
 
mgl@1371
  5871
 
mgl@1371
  5872
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
mgl@1371
  5873
-  *c*,-n*) ECHO_N= ECHO_C='
mgl@1371
  5874
-' ECHO_T='	' ;;
mgl@1371
  5875
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
mgl@1371
  5876
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
mgl@1371
  5877
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
mgl@1371
  5878
+  as_dirname=dirname
mgl@1371
  5879
+else
mgl@1371
  5880
+  as_dirname=false
mgl@1371
  5881
+fi
mgl@1371
  5882
+
mgl@1371
  5883
+ECHO_C= ECHO_N= ECHO_T=
mgl@1371
  5884
+case `echo -n x` in
mgl@1371
  5885
+-n*)
mgl@1371
  5886
+  case `echo 'x\c'` in
mgl@1371
  5887
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
mgl@1371
  5888
+  *)   ECHO_C='\c';;
mgl@1371
  5889
+  esac;;
mgl@1371
  5890
+*)
mgl@1371
  5891
+  ECHO_N='-n';;
mgl@1371
  5892
 esac
mgl@1371
  5893
 
mgl@1371
  5894
-if expr a : '\(a\)' >/dev/null 2>&1; then
mgl@1371
  5895
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
  5896
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
  5897
   as_expr=expr
mgl@1371
  5898
 else
mgl@1371
  5899
   as_expr=false
mgl@1371
  5900
 fi
mgl@1371
  5901
 
mgl@1371
  5902
 rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
  5903
+if test -d conf$$.dir; then
mgl@1371
  5904
+  rm -f conf$$.dir/conf$$.file
mgl@1371
  5905
+else
mgl@1371
  5906
+  rm -f conf$$.dir
mgl@1371
  5907
+  mkdir conf$$.dir
mgl@1371
  5908
+fi
mgl@1371
  5909
 echo >conf$$.file
mgl@1371
  5910
 if ln -s conf$$.file conf$$ 2>/dev/null; then
mgl@1371
  5911
-  # We could just check for DJGPP; but this test a) works b) is more generic
mgl@1371
  5912
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
mgl@1371
  5913
-  if test -f conf$$.exe; then
mgl@1371
  5914
-    # Don't use ln at all; we don't have any links
mgl@1371
  5915
+  as_ln_s='ln -s'
mgl@1371
  5916
+  # ... but there are two gotchas:
mgl@1371
  5917
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
mgl@1371
  5918
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
mgl@1371
  5919
+  # In both cases, we have to default to `cp -p'.
mgl@1371
  5920
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
mgl@1371
  5921
     as_ln_s='cp -p'
mgl@1371
  5922
-  else
mgl@1371
  5923
-    as_ln_s='ln -s'
mgl@1371
  5924
-  fi
mgl@1371
  5925
 elif ln conf$$.file conf$$ 2>/dev/null; then
mgl@1371
  5926
   as_ln_s=ln
mgl@1371
  5927
 else
mgl@1371
  5928
   as_ln_s='cp -p'
mgl@1371
  5929
 fi
mgl@1371
  5930
-rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
  5931
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
mgl@1371
  5932
+rmdir conf$$.dir 2>/dev/null
mgl@1371
  5933
 
mgl@1371
  5934
 if mkdir -p . 2>/dev/null; then
mgl@1371
  5935
   as_mkdir_p=:
mgl@1371
  5936
@@ -222,7 +518,28 @@
mgl@1371
  5937
   as_mkdir_p=false
mgl@1371
  5938
 fi
mgl@1371
  5939
 
mgl@1371
  5940
-as_executable_p="test -f"
mgl@1371
  5941
+if test -x / >/dev/null 2>&1; then
mgl@1371
  5942
+  as_test_x='test -x'
mgl@1371
  5943
+else
mgl@1371
  5944
+  if ls -dL / >/dev/null 2>&1; then
mgl@1371
  5945
+    as_ls_L_option=L
mgl@1371
  5946
+  else
mgl@1371
  5947
+    as_ls_L_option=
mgl@1371
  5948
+  fi
mgl@1371
  5949
+  as_test_x='
mgl@1371
  5950
+    eval sh -c '\''
mgl@1371
  5951
+      if test -d "$1"; then
mgl@1371
  5952
+        test -d "$1/.";
mgl@1371
  5953
+      else
mgl@1371
  5954
+	case $1 in
mgl@1371
  5955
+        -*)set "./$1";;
mgl@1371
  5956
+	esac;
mgl@1371
  5957
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
mgl@1371
  5958
+	???[sx]*):;;*)false;;esac;fi
mgl@1371
  5959
+    '\'' sh
mgl@1371
  5960
+  '
mgl@1371
  5961
+fi
mgl@1371
  5962
+as_executable_p=$as_test_x
mgl@1371
  5963
 
mgl@1371
  5964
 # Sed expression to map a string onto a valid CPP name.
mgl@1371
  5965
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
  5966
@@ -231,15 +548,6 @@
mgl@1371
  5967
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
  5968
 
mgl@1371
  5969
 
mgl@1371
  5970
-# IFS
mgl@1371
  5971
-# We need space, tab and new line, in precisely that order.
mgl@1371
  5972
-as_nl='
mgl@1371
  5973
-'
mgl@1371
  5974
-IFS=" 	$as_nl"
mgl@1371
  5975
-
mgl@1371
  5976
-# CDPATH.
mgl@1371
  5977
-$as_unset CDPATH
mgl@1371
  5978
-
mgl@1371
  5979
 
mgl@1371
  5980
 
mgl@1371
  5981
 # Check that we are running under the correct shell.
mgl@1371
  5982
@@ -390,29 +698,26 @@
mgl@1371
  5983
 
mgl@1371
  5984
 
mgl@1371
  5985
 
mgl@1371
  5986
+exec 7<&0 </dev/null 6>&1
mgl@1371
  5987
+
mgl@1371
  5988
 # Name of the host.
mgl@1371
  5989
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
mgl@1371
  5990
 # so uname gets run too.
mgl@1371
  5991
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
  5992
 
mgl@1371
  5993
-exec 6>&1
mgl@1371
  5994
-
mgl@1371
  5995
 #
mgl@1371
  5996
 # Initializations.
mgl@1371
  5997
 #
mgl@1371
  5998
 ac_default_prefix=/usr/local
mgl@1371
  5999
+ac_clean_files=
mgl@1371
  6000
 ac_config_libobj_dir=.
mgl@1371
  6001
+LIBOBJS=
mgl@1371
  6002
 cross_compiling=no
mgl@1371
  6003
 subdirs=
mgl@1371
  6004
 MFLAGS=
mgl@1371
  6005
 MAKEFLAGS=
mgl@1371
  6006
 SHELL=${CONFIG_SHELL-/bin/sh}
mgl@1371
  6007
 
mgl@1371
  6008
-# Maximum number of lines to put in a shell here document.
mgl@1371
  6009
-# This variable seems obsolete.  It should probably be removed, and
mgl@1371
  6010
-# only ac_max_sed_lines should be used.
mgl@1371
  6011
-: ${ac_max_here_lines=38}
mgl@1371
  6012
-
mgl@1371
  6013
 # Identity of this package.
mgl@1371
  6014
 PACKAGE_NAME='newlib'
mgl@1371
  6015
 PACKAGE_TARNAME='newlib'
mgl@1371
  6016
@@ -424,81 +729,228 @@
mgl@1371
  6017
 # Factoring default headers for most tests.
mgl@1371
  6018
 ac_includes_default="\
mgl@1371
  6019
 #include <stdio.h>
mgl@1371
  6020
-#if HAVE_SYS_TYPES_H
mgl@1371
  6021
+#ifdef HAVE_SYS_TYPES_H
mgl@1371
  6022
 # include <sys/types.h>
mgl@1371
  6023
 #endif
mgl@1371
  6024
-#if HAVE_SYS_STAT_H
mgl@1371
  6025
+#ifdef HAVE_SYS_STAT_H
mgl@1371
  6026
 # include <sys/stat.h>
mgl@1371
  6027
 #endif
mgl@1371
  6028
-#if STDC_HEADERS
mgl@1371
  6029
+#ifdef STDC_HEADERS
mgl@1371
  6030
 # include <stdlib.h>
mgl@1371
  6031
 # include <stddef.h>
mgl@1371
  6032
 #else
mgl@1371
  6033
-# if HAVE_STDLIB_H
mgl@1371
  6034
+# ifdef HAVE_STDLIB_H
mgl@1371
  6035
 #  include <stdlib.h>
mgl@1371
  6036
 # endif
mgl@1371
  6037
 #endif
mgl@1371
  6038
-#if HAVE_STRING_H
mgl@1371
  6039
-# if !STDC_HEADERS && HAVE_MEMORY_H
mgl@1371
  6040
+#ifdef HAVE_STRING_H
mgl@1371
  6041
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
mgl@1371
  6042
 #  include <memory.h>
mgl@1371
  6043
 # endif
mgl@1371
  6044
 # include <string.h>
mgl@1371
  6045
 #endif
mgl@1371
  6046
-#if HAVE_STRINGS_H
mgl@1371
  6047
+#ifdef HAVE_STRINGS_H
mgl@1371
  6048
 # include <strings.h>
mgl@1371
  6049
 #endif
mgl@1371
  6050
-#if HAVE_INTTYPES_H
mgl@1371
  6051
+#ifdef HAVE_INTTYPES_H
mgl@1371
  6052
 # include <inttypes.h>
mgl@1371
  6053
-#else
mgl@1371
  6054
-# if HAVE_STDINT_H
mgl@1371
  6055
-#  include <stdint.h>
mgl@1371
  6056
-# endif
mgl@1371
  6057
 #endif
mgl@1371
  6058
-#if HAVE_UNISTD_H
mgl@1371
  6059
+#ifdef HAVE_STDINT_H
mgl@1371
  6060
+# include <stdint.h>
mgl@1371
  6061
+#endif
mgl@1371
  6062
+#ifdef HAVE_UNISTD_H
mgl@1371
  6063
 # include <unistd.h>
mgl@1371
  6064
 #endif"
mgl@1371
  6065
 
mgl@1371
  6066
-ac_subdirs_all="$ac_subdirs_all a29k"
mgl@1371
  6067
-ac_subdirs_all="$ac_subdirs_all arm"
mgl@1371
  6068
-ac_subdirs_all="$ac_subdirs_all bfin"
mgl@1371
  6069
-ac_subdirs_all="$ac_subdirs_all cris"
mgl@1371
  6070
-ac_subdirs_all="$ac_subdirs_all crx"
mgl@1371
  6071
-ac_subdirs_all="$ac_subdirs_all d10v"
mgl@1371
  6072
-ac_subdirs_all="$ac_subdirs_all d30v"
mgl@1371
  6073
-ac_subdirs_all="$ac_subdirs_all fr30"
mgl@1371
  6074
-ac_subdirs_all="$ac_subdirs_all frv"
mgl@1371
  6075
-ac_subdirs_all="$ac_subdirs_all h8300"
mgl@1371
  6076
-ac_subdirs_all="$ac_subdirs_all h8500"
mgl@1371
  6077
-ac_subdirs_all="$ac_subdirs_all hppa"
mgl@1371
  6078
-ac_subdirs_all="$ac_subdirs_all i386"
mgl@1371
  6079
-ac_subdirs_all="$ac_subdirs_all i960"
mgl@1371
  6080
-ac_subdirs_all="$ac_subdirs_all iq2000"
mgl@1371
  6081
-ac_subdirs_all="$ac_subdirs_all lm32"
mgl@1371
  6082
-ac_subdirs_all="$ac_subdirs_all m32c"
mgl@1371
  6083
-ac_subdirs_all="$ac_subdirs_all m32r"
mgl@1371
  6084
-ac_subdirs_all="$ac_subdirs_all m68hc11"
mgl@1371
  6085
-ac_subdirs_all="$ac_subdirs_all m68k"
mgl@1371
  6086
-ac_subdirs_all="$ac_subdirs_all m88k"
mgl@1371
  6087
-ac_subdirs_all="$ac_subdirs_all mep"
mgl@1371
  6088
-ac_subdirs_all="$ac_subdirs_all mips"
mgl@1371
  6089
-ac_subdirs_all="$ac_subdirs_all mn10200"
mgl@1371
  6090
-ac_subdirs_all="$ac_subdirs_all mn10300"
mgl@1371
  6091
-ac_subdirs_all="$ac_subdirs_all mt"
mgl@1371
  6092
-ac_subdirs_all="$ac_subdirs_all necv70"
mgl@1371
  6093
-ac_subdirs_all="$ac_subdirs_all powerpc"
mgl@1371
  6094
-ac_subdirs_all="$ac_subdirs_all sh"
mgl@1371
  6095
-ac_subdirs_all="$ac_subdirs_all sparc"
mgl@1371
  6096
-ac_subdirs_all="$ac_subdirs_all spu"
mgl@1371
  6097
-ac_subdirs_all="$ac_subdirs_all tic4x"
mgl@1371
  6098
-ac_subdirs_all="$ac_subdirs_all tic80"
mgl@1371
  6099
-ac_subdirs_all="$ac_subdirs_all v850"
mgl@1371
  6100
-ac_subdirs_all="$ac_subdirs_all w65"
mgl@1371
  6101
-ac_subdirs_all="$ac_subdirs_all x86_64"
mgl@1371
  6102
-ac_subdirs_all="$ac_subdirs_all xscale"
mgl@1371
  6103
-ac_subdirs_all="$ac_subdirs_all xstormy16"
mgl@1371
  6104
-ac_subdirs_all="$ac_subdirs_all z8k"
mgl@1371
  6105
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAY_SUPPLY_SYSCALLS_TRUE MAY_SUPPLY_SYSCALLS_FALSE newlib_basedir build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB READELF ac_ct_READELF MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CCAS CCASFLAGS NEWLIB_CFLAGS LDFLAGS ELIX_LEVEL_0_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_1_TRUE ELIX_LEVEL_1_FALSE ELIX_LEVEL_2_TRUE ELIX_LEVEL_2_FALSE ELIX_LEVEL_3_TRUE ELIX_LEVEL_3_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_4_FALSE USE_LIBTOOL_TRUE USE_LIBTOOL_FALSE OBJEXT oext aext lpfx libm_machine_dir machine_dir sys_dir SED DLLTOOL ac_ct_DLLTOOL OBJDUMP ac_ct_OBJDUMP LIBTOOL CFLAGS CPPFLAGS ac_ct_CC EXEEXT EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO DSYMUTIL ac_ct_DSYMUTIL NMEDIT ac_ct_NMEDIT LIPO ac_ct_LIPO OTOOL ac_ct_OTOOL OTOOL64 ac_ct_OTOOL64 CPP subdirs HAVE_MACHINE_DIR_TRUE HAVE_MACHINE_DIR_FALSE LIBOBJS LTLIBOBJS'
mgl@1371
  6106
+ac_subst_vars='SHELL
mgl@1371
  6107
+PATH_SEPARATOR
mgl@1371
  6108
+PACKAGE_NAME
mgl@1371
  6109
+PACKAGE_TARNAME
mgl@1371
  6110
+PACKAGE_VERSION
mgl@1371
  6111
+PACKAGE_STRING
mgl@1371
  6112
+PACKAGE_BUGREPORT
mgl@1371
  6113
+exec_prefix
mgl@1371
  6114
+prefix
mgl@1371
  6115
+program_transform_name
mgl@1371
  6116
+bindir
mgl@1371
  6117
+sbindir
mgl@1371
  6118
+libexecdir
mgl@1371
  6119
+datarootdir
mgl@1371
  6120
+datadir
mgl@1371
  6121
+sysconfdir
mgl@1371
  6122
+sharedstatedir
mgl@1371
  6123
+localstatedir
mgl@1371
  6124
+includedir
mgl@1371
  6125
+oldincludedir
mgl@1371
  6126
+docdir
mgl@1371
  6127
+infodir
mgl@1371
  6128
+htmldir
mgl@1371
  6129
+dvidir
mgl@1371
  6130
+pdfdir
mgl@1371
  6131
+psdir
mgl@1371
  6132
+libdir
mgl@1371
  6133
+localedir
mgl@1371
  6134
+mandir
mgl@1371
  6135
+DEFS
mgl@1371
  6136
+ECHO_C
mgl@1371
  6137
+ECHO_N
mgl@1371
  6138
+ECHO_T
mgl@1371
  6139
+LIBS
mgl@1371
  6140
+build_alias
mgl@1371
  6141
+host_alias
mgl@1371
  6142
+target_alias
mgl@1371
  6143
+MAY_SUPPLY_SYSCALLS_TRUE
mgl@1371
  6144
+MAY_SUPPLY_SYSCALLS_FALSE
mgl@1371
  6145
+newlib_basedir
mgl@1371
  6146
+build
mgl@1371
  6147
+build_cpu
mgl@1371
  6148
+build_vendor
mgl@1371
  6149
+build_os
mgl@1371
  6150
+host
mgl@1371
  6151
+host_cpu
mgl@1371
  6152
+host_vendor
mgl@1371
  6153
+host_os
mgl@1371
  6154
+INSTALL_PROGRAM
mgl@1371
  6155
+INSTALL_SCRIPT
mgl@1371
  6156
+INSTALL_DATA
mgl@1371
  6157
+CYGPATH_W
mgl@1371
  6158
+PACKAGE
mgl@1371
  6159
+VERSION
mgl@1371
  6160
+ACLOCAL
mgl@1371
  6161
+AUTOCONF
mgl@1371
  6162
+AUTOMAKE
mgl@1371
  6163
+AUTOHEADER
mgl@1371
  6164
+MAKEINFO
mgl@1371
  6165
+install_sh
mgl@1371
  6166
+STRIP
mgl@1371
  6167
+INSTALL_STRIP_PROGRAM
mgl@1371
  6168
+mkdir_p
mgl@1371
  6169
+AWK
mgl@1371
  6170
+SET_MAKE
mgl@1371
  6171
+am__leading_dot
mgl@1371
  6172
+AMTAR
mgl@1371
  6173
+am__tar
mgl@1371
  6174
+am__untar
mgl@1371
  6175
+CC
mgl@1371
  6176
+DEPDIR
mgl@1371
  6177
+am__include
mgl@1371
  6178
+am__quote
mgl@1371
  6179
+AMDEP_TRUE
mgl@1371
  6180
+AMDEP_FALSE
mgl@1371
  6181
+AMDEPBACKSLASH
mgl@1371
  6182
+CCDEPMODE
mgl@1371
  6183
+am__fastdepCC_TRUE
mgl@1371
  6184
+am__fastdepCC_FALSE
mgl@1371
  6185
+AS
mgl@1371
  6186
+AR
mgl@1371
  6187
+RANLIB
mgl@1371
  6188
+READELF
mgl@1371
  6189
+MAINTAINER_MODE_TRUE
mgl@1371
  6190
+MAINTAINER_MODE_FALSE
mgl@1371
  6191
+MAINT
mgl@1371
  6192
+CCAS
mgl@1371
  6193
+CCASFLAGS
mgl@1371
  6194
+NEWLIB_CFLAGS
mgl@1371
  6195
+LDFLAGS
mgl@1371
  6196
+ELIX_LEVEL_0_TRUE
mgl@1371
  6197
+ELIX_LEVEL_0_FALSE
mgl@1371
  6198
+ELIX_LEVEL_1_TRUE
mgl@1371
  6199
+ELIX_LEVEL_1_FALSE
mgl@1371
  6200
+ELIX_LEVEL_2_TRUE
mgl@1371
  6201
+ELIX_LEVEL_2_FALSE
mgl@1371
  6202
+ELIX_LEVEL_3_TRUE
mgl@1371
  6203
+ELIX_LEVEL_3_FALSE
mgl@1371
  6204
+ELIX_LEVEL_4_TRUE
mgl@1371
  6205
+ELIX_LEVEL_4_FALSE
mgl@1371
  6206
+USE_LIBTOOL_TRUE
mgl@1371
  6207
+USE_LIBTOOL_FALSE
mgl@1371
  6208
+OBJEXT
mgl@1371
  6209
+oext
mgl@1371
  6210
+aext
mgl@1371
  6211
+lpfx
mgl@1371
  6212
+libm_machine_dir
mgl@1371
  6213
+machine_dir
mgl@1371
  6214
+sys_dir
mgl@1371
  6215
+SED
mgl@1371
  6216
+DLLTOOL
mgl@1371
  6217
+OBJDUMP
mgl@1371
  6218
+LIBTOOL
mgl@1371
  6219
+CFLAGS
mgl@1371
  6220
+CPPFLAGS
mgl@1371
  6221
+ac_ct_CC
mgl@1371
  6222
+EXEEXT
mgl@1371
  6223
+GREP
mgl@1371
  6224
+EGREP
mgl@1371
  6225
+FGREP
mgl@1371
  6226
+LD
mgl@1371
  6227
+DUMPBIN
mgl@1371
  6228
+ac_ct_DUMPBIN
mgl@1371
  6229
+NM
mgl@1371
  6230
+LN_S
mgl@1371
  6231
+lt_ECHO
mgl@1371
  6232
+DSYMUTIL
mgl@1371
  6233
+NMEDIT
mgl@1371
  6234
+LIPO
mgl@1371
  6235
+OTOOL
mgl@1371
  6236
+OTOOL64
mgl@1371
  6237
+CPP
mgl@1371
  6238
+subdirs
mgl@1371
  6239
+HAVE_MACHINE_DIR_TRUE
mgl@1371
  6240
+HAVE_MACHINE_DIR_FALSE
mgl@1371
  6241
+LIBOBJS
mgl@1371
  6242
+LTLIBOBJS'
mgl@1371
  6243
 ac_subst_files=''
mgl@1371
  6244
+      ac_precious_vars='build_alias
mgl@1371
  6245
+host_alias
mgl@1371
  6246
+target_alias
mgl@1371
  6247
+CCAS
mgl@1371
  6248
+CCASFLAGS
mgl@1371
  6249
+CC
mgl@1371
  6250
+CFLAGS
mgl@1371
  6251
+LDFLAGS
mgl@1371
  6252
+LIBS
mgl@1371
  6253
+CPPFLAGS
mgl@1371
  6254
+CPP'
mgl@1371
  6255
+ac_subdirs_all='a29k
mgl@1371
  6256
+arm
mgl@1371
  6257
+avr32
mgl@1371
  6258
+bfin
mgl@1371
  6259
+cris
mgl@1371
  6260
+crx
mgl@1371
  6261
+d10v
mgl@1371
  6262
+d30v
mgl@1371
  6263
+fr30
mgl@1371
  6264
+frv
mgl@1371
  6265
+h8300
mgl@1371
  6266
+h8500
mgl@1371
  6267
+hppa
mgl@1371
  6268
+i386
mgl@1371
  6269
+i960
mgl@1371
  6270
+iq2000
mgl@1371
  6271
+lm32
mgl@1371
  6272
+m32c
mgl@1371
  6273
+m32r
mgl@1371
  6274
+m68hc11
mgl@1371
  6275
+m68k
mgl@1371
  6276
+m88k
mgl@1371
  6277
+mep
mgl@1371
  6278
+mips
mgl@1371
  6279
+mn10200
mgl@1371
  6280
+mn10300
mgl@1371
  6281
+mt
mgl@1371
  6282
+necv70
mgl@1371
  6283
+powerpc
mgl@1371
  6284
+sh
mgl@1371
  6285
+sparc
mgl@1371
  6286
+spu
mgl@1371
  6287
+tic4x
mgl@1371
  6288
+tic80
mgl@1371
  6289
+v850
mgl@1371
  6290
+w65
mgl@1371
  6291
+x86_64
mgl@1371
  6292
+xscale
mgl@1371
  6293
+xstormy16
mgl@1371
  6294
+z8k'
mgl@1371
  6295
 
mgl@1371
  6296
 # Initialize some variables set by options.
mgl@1371
  6297
 ac_init_help=
mgl@1371
  6298
@@ -525,34 +977,48 @@
mgl@1371
  6299
 # and all the variables that are supposed to be based on exec_prefix
mgl@1371
  6300
 # by default will actually change.
mgl@1371
  6301
 # Use braces instead of parens because sh, perl, etc. also accept them.
mgl@1371
  6302
+# (The list follows the same order as the GNU Coding Standards.)
mgl@1371
  6303
 bindir='${exec_prefix}/bin'
mgl@1371
  6304
 sbindir='${exec_prefix}/sbin'
mgl@1371
  6305
 libexecdir='${exec_prefix}/libexec'
mgl@1371
  6306
-datadir='${prefix}/share'
mgl@1371
  6307
+datarootdir='${prefix}/share'
mgl@1371
  6308
+datadir='${datarootdir}'
mgl@1371
  6309
 sysconfdir='${prefix}/etc'
mgl@1371
  6310
 sharedstatedir='${prefix}/com'
mgl@1371
  6311
 localstatedir='${prefix}/var'
mgl@1371
  6312
-libdir='${exec_prefix}/lib'
mgl@1371
  6313
 includedir='${prefix}/include'
mgl@1371
  6314
 oldincludedir='/usr/include'
mgl@1371
  6315
-infodir='${prefix}/info'
mgl@1371
  6316
-mandir='${prefix}/man'
mgl@1371
  6317
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
mgl@1371
  6318
+infodir='${datarootdir}/info'
mgl@1371
  6319
+htmldir='${docdir}'
mgl@1371
  6320
+dvidir='${docdir}'
mgl@1371
  6321
+pdfdir='${docdir}'
mgl@1371
  6322
+psdir='${docdir}'
mgl@1371
  6323
+libdir='${exec_prefix}/lib'
mgl@1371
  6324
+localedir='${datarootdir}/locale'
mgl@1371
  6325
+mandir='${datarootdir}/man'
mgl@1371
  6326
 
mgl@1371
  6327
 ac_prev=
mgl@1371
  6328
+ac_dashdash=
mgl@1371
  6329
 for ac_option
mgl@1371
  6330
 do
mgl@1371
  6331
   # If the previous option needs an argument, assign it.
mgl@1371
  6332
   if test -n "$ac_prev"; then
mgl@1371
  6333
-    eval "$ac_prev=\$ac_option"
mgl@1371
  6334
+    eval $ac_prev=\$ac_option
mgl@1371
  6335
     ac_prev=
mgl@1371
  6336
     continue
mgl@1371
  6337
   fi
mgl@1371
  6338
 
mgl@1371
  6339
-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
mgl@1371
  6340
+  case $ac_option in
mgl@1371
  6341
+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mgl@1371
  6342
+  *)	ac_optarg=yes ;;
mgl@1371
  6343
+  esac
mgl@1371
  6344
 
mgl@1371
  6345
   # Accept the important Cygnus configure options, so we can diagnose typos.
mgl@1371
  6346
 
mgl@1371
  6347
-  case $ac_option in
mgl@1371
  6348
+  case $ac_dashdash$ac_option in
mgl@1371
  6349
+  --)
mgl@1371
  6350
+    ac_dashdash=yes ;;
mgl@1371
  6351
 
mgl@1371
  6352
   -bindir | --bindir | --bindi | --bind | --bin | --bi)
mgl@1371
  6353
     ac_prev=bindir ;;
mgl@1371
  6354
@@ -574,33 +1040,45 @@
mgl@1371
  6355
   --config-cache | -C)
mgl@1371
  6356
     cache_file=config.cache ;;
mgl@1371
  6357
 
mgl@1371
  6358
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
mgl@1371
  6359
+  -datadir | --datadir | --datadi | --datad)
mgl@1371
  6360
     ac_prev=datadir ;;
mgl@1371
  6361
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
mgl@1371
  6362
-  | --da=*)
mgl@1371
  6363
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
mgl@1371
  6364
     datadir=$ac_optarg ;;
mgl@1371
  6365
 
mgl@1371
  6366
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
mgl@1371
  6367
+  | --dataroo | --dataro | --datar)
mgl@1371
  6368
+    ac_prev=datarootdir ;;
mgl@1371
  6369
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
mgl@1371
  6370
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
mgl@1371
  6371
+    datarootdir=$ac_optarg ;;
mgl@1371
  6372
+
mgl@1371
  6373
   -disable-* | --disable-*)
mgl@1371
  6374
     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mgl@1371
  6375
     # Reject names that are not valid shell variable names.
mgl@1371
  6376
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
mgl@1371
  6377
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
  6378
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
mgl@1371
  6379
    { (exit 1); exit 1; }; }
mgl@1371
  6380
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mgl@1371
  6381
-    eval "enable_$ac_feature=no" ;;
mgl@1371
  6382
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
mgl@1371
  6383
+    eval enable_$ac_feature=no ;;
mgl@1371
  6384
+
mgl@1371
  6385
+  -docdir | --docdir | --docdi | --doc | --do)
mgl@1371
  6386
+    ac_prev=docdir ;;
mgl@1371
  6387
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
mgl@1371
  6388
+    docdir=$ac_optarg ;;
mgl@1371
  6389
+
mgl@1371
  6390
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
mgl@1371
  6391
+    ac_prev=dvidir ;;
mgl@1371
  6392
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
mgl@1371
  6393
+    dvidir=$ac_optarg ;;
mgl@1371
  6394
 
mgl@1371
  6395
   -enable-* | --enable-*)
mgl@1371
  6396
     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mgl@1371
  6397
     # Reject names that are not valid shell variable names.
mgl@1371
  6398
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
mgl@1371
  6399
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
  6400
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
mgl@1371
  6401
    { (exit 1); exit 1; }; }
mgl@1371
  6402
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mgl@1371
  6403
-    case $ac_option in
mgl@1371
  6404
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mgl@1371
  6405
-      *) ac_optarg=yes ;;
mgl@1371
  6406
-    esac
mgl@1371
  6407
-    eval "enable_$ac_feature='$ac_optarg'" ;;
mgl@1371
  6408
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
mgl@1371
  6409
+    eval enable_$ac_feature=\$ac_optarg ;;
mgl@1371
  6410
 
mgl@1371
  6411
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
mgl@1371
  6412
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
mgl@1371
  6413
@@ -627,6 +1105,12 @@
mgl@1371
  6414
   -host=* | --host=* | --hos=* | --ho=*)
mgl@1371
  6415
     host_alias=$ac_optarg ;;
mgl@1371
  6416
 
mgl@1371
  6417
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
mgl@1371
  6418
+    ac_prev=htmldir ;;
mgl@1371
  6419
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
mgl@1371
  6420
+  | --ht=*)
mgl@1371
  6421
+    htmldir=$ac_optarg ;;
mgl@1371
  6422
+
mgl@1371
  6423
   -includedir | --includedir | --includedi | --included | --include \
mgl@1371
  6424
   | --includ | --inclu | --incl | --inc)
mgl@1371
  6425
     ac_prev=includedir ;;
mgl@1371
  6426
@@ -651,13 +1135,16 @@
mgl@1371
  6427
   | --libexe=* | --libex=* | --libe=*)
mgl@1371
  6428
     libexecdir=$ac_optarg ;;
mgl@1371
  6429
 
mgl@1371
  6430
+  -localedir | --localedir | --localedi | --localed | --locale)
mgl@1371
  6431
+    ac_prev=localedir ;;
mgl@1371
  6432
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
mgl@1371
  6433
+    localedir=$ac_optarg ;;
mgl@1371
  6434
+
mgl@1371
  6435
   -localstatedir | --localstatedir | --localstatedi | --localstated \
mgl@1371
  6436
-  | --localstate | --localstat | --localsta | --localst \
mgl@1371
  6437
-  | --locals | --local | --loca | --loc | --lo)
mgl@1371
  6438
+  | --localstate | --localstat | --localsta | --localst | --locals)
mgl@1371
  6439
     ac_prev=localstatedir ;;
mgl@1371
  6440
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
mgl@1371
  6441
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
mgl@1371
  6442
-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
mgl@1371
  6443
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
mgl@1371
  6444
     localstatedir=$ac_optarg ;;
mgl@1371
  6445
 
mgl@1371
  6446
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
mgl@1371
  6447
@@ -722,6 +1209,16 @@
mgl@1371
  6448
   | --progr-tra=* | --program-tr=* | --program-t=*)
mgl@1371
  6449
     program_transform_name=$ac_optarg ;;
mgl@1371
  6450
 
mgl@1371
  6451
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
mgl@1371
  6452
+    ac_prev=pdfdir ;;
mgl@1371
  6453
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
mgl@1371
  6454
+    pdfdir=$ac_optarg ;;
mgl@1371
  6455
+
mgl@1371
  6456
+  -psdir | --psdir | --psdi | --psd | --ps)
mgl@1371
  6457
+    ac_prev=psdir ;;
mgl@1371
  6458
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
mgl@1371
  6459
+    psdir=$ac_optarg ;;
mgl@1371
  6460
+
mgl@1371
  6461
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
  6462
   | -silent | --silent | --silen | --sile | --sil)
mgl@1371
  6463
     silent=yes ;;
mgl@1371
  6464
@@ -774,24 +1271,20 @@
mgl@1371
  6465
   -with-* | --with-*)
mgl@1371
  6466
     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mgl@1371
  6467
     # Reject names that are not valid shell variable names.
mgl@1371
  6468
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
mgl@1371
  6469
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
  6470
       { echo "$as_me: error: invalid package name: $ac_package" >&2
mgl@1371
  6471
    { (exit 1); exit 1; }; }
mgl@1371
  6472
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
mgl@1371
  6473
-    case $ac_option in
mgl@1371
  6474
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mgl@1371
  6475
-      *) ac_optarg=yes ;;
mgl@1371
  6476
-    esac
mgl@1371
  6477
-    eval "with_$ac_package='$ac_optarg'" ;;
mgl@1371
  6478
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
mgl@1371
  6479
+    eval with_$ac_package=\$ac_optarg ;;
mgl@1371
  6480
 
mgl@1371
  6481
   -without-* | --without-*)
mgl@1371
  6482
     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mgl@1371
  6483
     # Reject names that are not valid shell variable names.
mgl@1371
  6484
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
mgl@1371
  6485
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
  6486
       { echo "$as_me: error: invalid package name: $ac_package" >&2
mgl@1371
  6487
    { (exit 1); exit 1; }; }
mgl@1371
  6488
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
mgl@1371
  6489
-    eval "with_$ac_package=no" ;;
mgl@1371
  6490
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
mgl@1371
  6491
+    eval with_$ac_package=no ;;
mgl@1371
  6492
 
mgl@1371
  6493
   --x)
mgl@1371
  6494
     # Obsolete; use --with-x.
mgl@1371
  6495
@@ -822,8 +1315,7 @@
mgl@1371
  6496
     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
mgl@1371
  6497
       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
mgl@1371
  6498
    { (exit 1); exit 1; }; }
mgl@1371
  6499
-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
mgl@1371
  6500
-    eval "$ac_envvar='$ac_optarg'"
mgl@1371
  6501
+    eval $ac_envvar=\$ac_optarg
mgl@1371
  6502
     export $ac_envvar ;;
mgl@1371
  6503
 
mgl@1371
  6504
   *)
mgl@1371
  6505
@@ -843,27 +1335,19 @@
mgl@1371
  6506
    { (exit 1); exit 1; }; }
mgl@1371
  6507
 fi
mgl@1371
  6508
 
mgl@1371
  6509
-# Be sure to have absolute paths.
mgl@1371
  6510
-for ac_var in exec_prefix prefix
mgl@1371
  6511
-do
mgl@1371
  6512
-  eval ac_val=$`echo $ac_var`
mgl@1371
  6513
-  case $ac_val in
mgl@1371
  6514
-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
mgl@1371
  6515
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
mgl@1371
  6516
-   { (exit 1); exit 1; }; };;
mgl@1371
  6517
-  esac
mgl@1371
  6518
-done
mgl@1371
  6519
-
mgl@1371
  6520
-# Be sure to have absolute paths.
mgl@1371
  6521
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
mgl@1371
  6522
-	      localstatedir libdir includedir oldincludedir infodir mandir
mgl@1371
  6523
+# Be sure to have absolute directory names.
mgl@1371
  6524
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
mgl@1371
  6525
+		datadir sysconfdir sharedstatedir localstatedir includedir \
mgl@1371
  6526
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
mgl@1371
  6527
+		libdir localedir mandir
mgl@1371
  6528
 do
mgl@1371
  6529
-  eval ac_val=$`echo $ac_var`
mgl@1371
  6530
+  eval ac_val=\$$ac_var
mgl@1371
  6531
   case $ac_val in
mgl@1371
  6532
-    [\\/$]* | ?:[\\/]* ) ;;
mgl@1371
  6533
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
mgl@1371
  6534
-   { (exit 1); exit 1; }; };;
mgl@1371
  6535
+    [\\/$]* | ?:[\\/]* )  continue;;
mgl@1371
  6536
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
mgl@1371
  6537
   esac
mgl@1371
  6538
+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
mgl@1371
  6539
+   { (exit 1); exit 1; }; }
mgl@1371
  6540
 done
mgl@1371
  6541
 
mgl@1371
  6542
 # There might be people who depend on the old broken behavior: `$host'
mgl@1371
  6543
@@ -890,82 +1374,76 @@
mgl@1371
  6544
 test "$silent" = yes && exec 6>/dev/null
mgl@1371
  6545
 
mgl@1371
  6546
 
mgl@1371
  6547
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
mgl@1371
  6548
+ac_ls_di=`ls -di .` &&
mgl@1371
  6549
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mgl@1371
  6550
+  { echo "$as_me: error: Working directory cannot be determined" >&2
mgl@1371
  6551
+   { (exit 1); exit 1; }; }
mgl@1371
  6552
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
mgl@1371
  6553
+  { echo "$as_me: error: pwd does not report name of working directory" >&2
mgl@1371
  6554
+   { (exit 1); exit 1; }; }
mgl@1371
  6555
+
mgl@1371
  6556
+
mgl@1371
  6557
 # Find the source files, if location was not specified.
mgl@1371
  6558
 if test -z "$srcdir"; then
mgl@1371
  6559
   ac_srcdir_defaulted=yes
mgl@1371
  6560
-  # Try the directory containing this script, then its parent.
mgl@1371
  6561
-  ac_confdir=`(dirname "$0") 2>/dev/null ||
mgl@1371
  6562
+  # Try the directory containing this script, then the parent directory.
mgl@1371
  6563
+  ac_confdir=`$as_dirname -- "$0" ||
mgl@1371
  6564
 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
  6565
 	 X"$0" : 'X\(//\)[^/]' \| \
mgl@1371
  6566
 	 X"$0" : 'X\(//\)$' \| \
mgl@1371
  6567
-	 X"$0" : 'X\(/\)' \| \
mgl@1371
  6568
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
  6569
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
  6570
 echo X"$0" |
mgl@1371
  6571
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
  6572
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
  6573
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
  6574
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
  6575
-  	  s/.*/./; q'`
mgl@1371
  6576
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
  6577
+	    s//\1/
mgl@1371
  6578
+	    q
mgl@1371
  6579
+	  }
mgl@1371
  6580
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
  6581
+	    s//\1/
mgl@1371
  6582
+	    q
mgl@1371
  6583
+	  }
mgl@1371
  6584
+	  /^X\(\/\/\)$/{
mgl@1371
  6585
+	    s//\1/
mgl@1371
  6586
+	    q
mgl@1371
  6587
+	  }
mgl@1371
  6588
+	  /^X\(\/\).*/{
mgl@1371
  6589
+	    s//\1/
mgl@1371
  6590
+	    q
mgl@1371
  6591
+	  }
mgl@1371
  6592
+	  s/.*/./; q'`
mgl@1371
  6593
   srcdir=$ac_confdir
mgl@1371
  6594
-  if test ! -r $srcdir/$ac_unique_file; then
mgl@1371
  6595
+  if test ! -r "$srcdir/$ac_unique_file"; then
mgl@1371
  6596
     srcdir=..
mgl@1371
  6597
   fi
mgl@1371
  6598
 else
mgl@1371
  6599
   ac_srcdir_defaulted=no
mgl@1371
  6600
 fi
mgl@1371
  6601
-if test ! -r $srcdir/$ac_unique_file; then
mgl@1371
  6602
-  if test "$ac_srcdir_defaulted" = yes; then
mgl@1371
  6603
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
mgl@1371
  6604
-   { (exit 1); exit 1; }; }
mgl@1371
  6605
-  else
mgl@1371
  6606
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
mgl@1371
  6607
-   { (exit 1); exit 1; }; }
mgl@1371
  6608
-  fi
mgl@1371
  6609
-fi
mgl@1371
  6610
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
mgl@1371
  6611
-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
mgl@1371
  6612
-   { (exit 1); exit 1; }; }
mgl@1371
  6613
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
mgl@1371
  6614
-ac_env_build_alias_set=${build_alias+set}
mgl@1371
  6615
-ac_env_build_alias_value=$build_alias
mgl@1371
  6616
-ac_cv_env_build_alias_set=${build_alias+set}
mgl@1371
  6617
-ac_cv_env_build_alias_value=$build_alias
mgl@1371
  6618
-ac_env_host_alias_set=${host_alias+set}
mgl@1371
  6619
-ac_env_host_alias_value=$host_alias
mgl@1371
  6620
-ac_cv_env_host_alias_set=${host_alias+set}
mgl@1371
  6621
-ac_cv_env_host_alias_value=$host_alias
mgl@1371
  6622
-ac_env_target_alias_set=${target_alias+set}
mgl@1371
  6623
-ac_env_target_alias_value=$target_alias
mgl@1371
  6624
-ac_cv_env_target_alias_set=${target_alias+set}
mgl@1371
  6625
-ac_cv_env_target_alias_value=$target_alias
mgl@1371
  6626
-ac_env_CCAS_set=${CCAS+set}
mgl@1371
  6627
-ac_env_CCAS_value=$CCAS
mgl@1371
  6628
-ac_cv_env_CCAS_set=${CCAS+set}
mgl@1371
  6629
-ac_cv_env_CCAS_value=$CCAS
mgl@1371
  6630
-ac_env_CCASFLAGS_set=${CCASFLAGS+set}
mgl@1371
  6631
-ac_env_CCASFLAGS_value=$CCASFLAGS
mgl@1371
  6632
-ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
mgl@1371
  6633
-ac_cv_env_CCASFLAGS_value=$CCASFLAGS
mgl@1371
  6634
-ac_env_CC_set=${CC+set}
mgl@1371
  6635
-ac_env_CC_value=$CC
mgl@1371
  6636
-ac_cv_env_CC_set=${CC+set}
mgl@1371
  6637
-ac_cv_env_CC_value=$CC
mgl@1371
  6638
-ac_env_CFLAGS_set=${CFLAGS+set}
mgl@1371
  6639
-ac_env_CFLAGS_value=$CFLAGS
mgl@1371
  6640
-ac_cv_env_CFLAGS_set=${CFLAGS+set}
mgl@1371
  6641
-ac_cv_env_CFLAGS_value=$CFLAGS
mgl@1371
  6642
-ac_env_LDFLAGS_set=${LDFLAGS+set}
mgl@1371
  6643
-ac_env_LDFLAGS_value=$LDFLAGS
mgl@1371
  6644
-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
mgl@1371
  6645
-ac_cv_env_LDFLAGS_value=$LDFLAGS
mgl@1371
  6646
-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
mgl@1371
  6647
-ac_env_CPPFLAGS_value=$CPPFLAGS
mgl@1371
  6648
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
mgl@1371
  6649
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
mgl@1371
  6650
-ac_env_CPP_set=${CPP+set}
mgl@1371
  6651
-ac_env_CPP_value=$CPP
mgl@1371
  6652
-ac_cv_env_CPP_set=${CPP+set}
mgl@1371
  6653
-ac_cv_env_CPP_value=$CPP
mgl@1371
  6654
+if test ! -r "$srcdir/$ac_unique_file"; then
mgl@1371
  6655
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
mgl@1371
  6656
+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
mgl@1371
  6657
+   { (exit 1); exit 1; }; }
mgl@1371
  6658
+fi
mgl@1371
  6659
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
mgl@1371
  6660
+ac_abs_confdir=`(
mgl@1371
  6661
+	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
mgl@1371
  6662
+   { (exit 1); exit 1; }; }
mgl@1371
  6663
+	pwd)`
mgl@1371
  6664
+# When building in place, set srcdir=.
mgl@1371
  6665
+if test "$ac_abs_confdir" = "$ac_pwd"; then
mgl@1371
  6666
+  srcdir=.
mgl@1371
  6667
+fi
mgl@1371
  6668
+# Remove unnecessary trailing slashes from srcdir.
mgl@1371
  6669
+# Double slashes in file names in object file debugging info
mgl@1371
  6670
+# mess up M-x gdb in Emacs.
mgl@1371
  6671
+case $srcdir in
mgl@1371
  6672
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mgl@1371
  6673
+esac
mgl@1371
  6674
+for ac_var in $ac_precious_vars; do
mgl@1371
  6675
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
mgl@1371
  6676
+  eval ac_env_${ac_var}_value=\$${ac_var}
mgl@1371
  6677
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
mgl@1371
  6678
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
mgl@1371
  6679
+done
mgl@1371
  6680
 
mgl@1371
  6681
 #
mgl@1371
  6682
 # Report the --help message.
mgl@1371
  6683
@@ -994,9 +1472,6 @@
mgl@1371
  6684
   -n, --no-create         do not create output files
mgl@1371
  6685
       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
mgl@1371
  6686
 
mgl@1371
  6687
-_ACEOF
mgl@1371
  6688
-
mgl@1371
  6689
-  cat <<_ACEOF
mgl@1371
  6690
 Installation directories:
mgl@1371
  6691
   --prefix=PREFIX         install architecture-independent files in PREFIX
mgl@1371
  6692
 			  [$ac_default_prefix]
mgl@1371
  6693
@@ -1014,15 +1489,22 @@
mgl@1371
  6694
   --bindir=DIR           user executables [EPREFIX/bin]
mgl@1371
  6695
   --sbindir=DIR          system admin executables [EPREFIX/sbin]
mgl@1371
  6696
   --libexecdir=DIR       program executables [EPREFIX/libexec]
mgl@1371
  6697
-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
mgl@1371
  6698
   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
mgl@1371
  6699
   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
mgl@1371
  6700
   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
mgl@1371
  6701
   --libdir=DIR           object code libraries [EPREFIX/lib]
mgl@1371
  6702
   --includedir=DIR       C header files [PREFIX/include]
mgl@1371
  6703
   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
mgl@1371
  6704
-  --infodir=DIR          info documentation [PREFIX/info]
mgl@1371
  6705
-  --mandir=DIR           man documentation [PREFIX/man]
mgl@1371
  6706
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
mgl@1371
  6707
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
mgl@1371
  6708
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
mgl@1371
  6709
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
mgl@1371
  6710
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
mgl@1371
  6711
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
mgl@1371
  6712
+  --htmldir=DIR          html documentation [DOCDIR]
mgl@1371
  6713
+  --dvidir=DIR           dvi documentation [DOCDIR]
mgl@1371
  6714
+  --pdfdir=DIR           pdf documentation [DOCDIR]
mgl@1371
  6715
+  --psdir=DIR            ps documentation [DOCDIR]
mgl@1371
  6716
 _ACEOF
mgl@1371
  6717
 
mgl@1371
  6718
   cat <<\_ACEOF
mgl@1371
  6719
@@ -1059,10 +1541,8 @@
mgl@1371
  6720
   --enable-dependency-tracking   do not reject slow dependency extractors
mgl@1371
  6721
   --enable-maintainer-mode  enable make rules and dependencies not useful
mgl@1371
  6722
 			  (and sometimes confusing) to the casual installer
mgl@1371
  6723
-  --enable-shared[=PKGS]
mgl@1371
  6724
-                          build shared libraries [default=yes]
mgl@1371
  6725
-  --enable-static[=PKGS]
mgl@1371
  6726
-                          build static libraries [default=yes]
mgl@1371
  6727
+  --enable-shared[=PKGS]  build shared libraries [default=yes]
mgl@1371
  6728
+  --enable-static[=PKGS]  build static libraries [default=yes]
mgl@1371
  6729
   --enable-fast-install[=PKGS]
mgl@1371
  6730
                           optimize for fast installation [default=yes]
mgl@1371
  6731
   --disable-libtool-lock  avoid locking (might break parallel builds)
mgl@1371
  6732
@@ -1081,128 +1561,95 @@
mgl@1371
  6733
   CFLAGS      C compiler flags
mgl@1371
  6734
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
mgl@1371
  6735
               nonstandard directory <lib dir>
mgl@1371
  6736
-  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
mgl@1371
  6737
-              headers in a nonstandard directory <include dir>
mgl@1371
  6738
+  LIBS        libraries to pass to the linker, e.g. -l<library>
mgl@1371
  6739
+  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
mgl@1371
  6740
+              you have headers in a nonstandard directory <include dir>
mgl@1371
  6741
   CPP         C preprocessor
mgl@1371
  6742
 
mgl@1371
  6743
 Use these variables to override the choices made by `configure' or to help
mgl@1371
  6744
 it to find libraries and programs with nonstandard names/locations.
mgl@1371
  6745
 
mgl@1371
  6746
 _ACEOF
mgl@1371
  6747
+ac_status=$?
mgl@1371
  6748
 fi
mgl@1371
  6749
 
mgl@1371
  6750
 if test "$ac_init_help" = "recursive"; then
mgl@1371
  6751
   # If there are subdirs, report their specific --help.
mgl@1371
  6752
-  ac_popdir=`pwd`
mgl@1371
  6753
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
mgl@1371
  6754
-    test -d $ac_dir || continue
mgl@1371
  6755
+    test -d "$ac_dir" || continue
mgl@1371
  6756
     ac_builddir=.
mgl@1371
  6757
 
mgl@1371
  6758
-if test "$ac_dir" != .; then
mgl@1371
  6759
+case "$ac_dir" in
mgl@1371
  6760
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
  6761
+*)
mgl@1371
  6762
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
  6763
-  # A "../" for each directory in $ac_dir_suffix.
mgl@1371
  6764
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mgl@1371
  6765
-else
mgl@1371
  6766
-  ac_dir_suffix= ac_top_builddir=
mgl@1371
  6767
-fi
mgl@1371
  6768
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
  6769
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
  6770
+  case $ac_top_builddir_sub in
mgl@1371
  6771
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
  6772
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
  6773
+  esac ;;
mgl@1371
  6774
+esac
mgl@1371
  6775
+ac_abs_top_builddir=$ac_pwd
mgl@1371
  6776
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
  6777
+# for backward compatibility:
mgl@1371
  6778
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
  6779
 
mgl@1371
  6780
 case $srcdir in
mgl@1371
  6781
-  .)  # No --srcdir option.  We are building in place.
mgl@1371
  6782
+  .)  # We are building in place.
mgl@1371
  6783
     ac_srcdir=.
mgl@1371
  6784
-    if test -z "$ac_top_builddir"; then
mgl@1371
  6785
-       ac_top_srcdir=.
mgl@1371
  6786
-    else
mgl@1371
  6787
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mgl@1371
  6788
-    fi ;;
mgl@1371
  6789
-  [\\/]* | ?:[\\/]* )  # Absolute path.
mgl@1371
  6790
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
  6791
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
  6792
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
  6793
     ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
  6794
-    ac_top_srcdir=$srcdir ;;
mgl@1371
  6795
-  *) # Relative path.
mgl@1371
  6796
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
mgl@1371
  6797
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
mgl@1371
  6798
-esac
mgl@1371
  6799
-
mgl@1371
  6800
-# Do not use `cd foo && pwd` to compute absolute paths, because
mgl@1371
  6801
-# the directories may not exist.
mgl@1371
  6802
-case `pwd` in
mgl@1371
  6803
-.) ac_abs_builddir="$ac_dir";;
mgl@1371
  6804
-*)
mgl@1371
  6805
-  case "$ac_dir" in
mgl@1371
  6806
-  .) ac_abs_builddir=`pwd`;;
mgl@1371
  6807
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
mgl@1371
  6808
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
mgl@1371
  6809
-  esac;;
mgl@1371
  6810
-esac
mgl@1371
  6811
-case $ac_abs_builddir in
mgl@1371
  6812
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
  6813
-*)
mgl@1371
  6814
-  case ${ac_top_builddir}. in
mgl@1371
  6815
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
mgl@1371
  6816
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
  6817
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
mgl@1371
  6818
-  esac;;
mgl@1371
  6819
-esac
mgl@1371
  6820
-case $ac_abs_builddir in
mgl@1371
  6821
-.) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
  6822
-*)
mgl@1371
  6823
-  case $ac_srcdir in
mgl@1371
  6824
-  .) ac_abs_srcdir=$ac_abs_builddir;;
mgl@1371
  6825
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
  6826
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
mgl@1371
  6827
-  esac;;
mgl@1371
  6828
-esac
mgl@1371
  6829
-case $ac_abs_builddir in
mgl@1371
  6830
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
  6831
-*)
mgl@1371
  6832
-  case $ac_top_srcdir in
mgl@1371
  6833
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
mgl@1371
  6834
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
  6835
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
mgl@1371
  6836
-  esac;;
mgl@1371
  6837
+    ac_top_srcdir=$srcdir
mgl@1371
  6838
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
  6839
+  *) # Relative name.
mgl@1371
  6840
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
  6841
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
  6842
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
  6843
 esac
mgl@1371
  6844
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
  6845
 
mgl@1371
  6846
-    cd $ac_dir
mgl@1371
  6847
-    # Check for guested configure; otherwise get Cygnus style configure.
mgl@1371
  6848
-    if test -f $ac_srcdir/configure.gnu; then
mgl@1371
  6849
-      echo
mgl@1371
  6850
-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
mgl@1371
  6851
-    elif test -f $ac_srcdir/configure; then
mgl@1371
  6852
-      echo
mgl@1371
  6853
-      $SHELL $ac_srcdir/configure  --help=recursive
mgl@1371
  6854
-    elif test -f $ac_srcdir/configure.ac ||
mgl@1371
  6855
-	   test -f $ac_srcdir/configure.in; then
mgl@1371
  6856
-      echo
mgl@1371
  6857
-      $ac_configure --help
mgl@1371
  6858
+    cd "$ac_dir" || { ac_status=$?; continue; }
mgl@1371
  6859
+    # Check for guested configure.
mgl@1371
  6860
+    if test -f "$ac_srcdir/configure.gnu"; then
mgl@1371
  6861
+      echo &&
mgl@1371
  6862
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
mgl@1371
  6863
+    elif test -f "$ac_srcdir/configure"; then
mgl@1371
  6864
+      echo &&
mgl@1371
  6865
+      $SHELL "$ac_srcdir/configure" --help=recursive
mgl@1371
  6866
     else
mgl@1371
  6867
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
mgl@1371
  6868
-    fi
mgl@1371
  6869
-    cd $ac_popdir
mgl@1371
  6870
+    fi || ac_status=$?
mgl@1371
  6871
+    cd "$ac_pwd" || { ac_status=$?; break; }
mgl@1371
  6872
   done
mgl@1371
  6873
 fi
mgl@1371
  6874
 
mgl@1371
  6875
-test -n "$ac_init_help" && exit 0
mgl@1371
  6876
+test -n "$ac_init_help" && exit $ac_status
mgl@1371
  6877
 if $ac_init_version; then
mgl@1371
  6878
   cat <<\_ACEOF
mgl@1371
  6879
 newlib configure 1.17.0
mgl@1371
  6880
-generated by GNU Autoconf 2.59
mgl@1371
  6881
+generated by GNU Autoconf 2.61
mgl@1371
  6882
 
mgl@1371
  6883
-Copyright (C) 2003 Free Software Foundation, Inc.
mgl@1371
  6884
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
mgl@1371
  6885
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
mgl@1371
  6886
 This configure script is free software; the Free Software Foundation
mgl@1371
  6887
 gives unlimited permission to copy, distribute and modify it.
mgl@1371
  6888
 _ACEOF
mgl@1371
  6889
-  exit 0
mgl@1371
  6890
+  exit
mgl@1371
  6891
 fi
mgl@1371
  6892
-exec 5>config.log
mgl@1371
  6893
-cat >&5 <<_ACEOF
mgl@1371
  6894
+cat >config.log <<_ACEOF
mgl@1371
  6895
 This file contains any messages produced by compilers while
mgl@1371
  6896
 running configure, to aid debugging if configure makes a mistake.
mgl@1371
  6897
 
mgl@1371
  6898
 It was created by newlib $as_me 1.17.0, which was
mgl@1371
  6899
-generated by GNU Autoconf 2.59.  Invocation command line was
mgl@1371
  6900
+generated by GNU Autoconf 2.61.  Invocation command line was
mgl@1371
  6901
 
mgl@1371
  6902
   $ $0 $@
mgl@1371
  6903
 
mgl@1371
  6904
 _ACEOF
mgl@1371
  6905
+exec 5>>config.log
mgl@1371
  6906
 {
mgl@1371
  6907
 cat <<_ASUNAME
mgl@1371
  6908
 ## --------- ##
mgl@1371
  6909
@@ -1221,7 +1668,7 @@
mgl@1371
  6910
 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
mgl@1371
  6911
 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
mgl@1371
  6912
 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
mgl@1371
  6913
-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
mgl@1371
  6914
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
mgl@1371
  6915
 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
mgl@1371
  6916
 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
mgl@1371
  6917
 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
mgl@1371
  6918
@@ -1235,6 +1682,7 @@
mgl@1371
  6919
   test -z "$as_dir" && as_dir=.
mgl@1371
  6920
   echo "PATH: $as_dir"
mgl@1371
  6921
 done
mgl@1371
  6922
+IFS=$as_save_IFS
mgl@1371
  6923
 
mgl@1371
  6924
 } >&5
mgl@1371
  6925
 
mgl@1371
  6926
@@ -1256,7 +1704,6 @@
mgl@1371
  6927
 ac_configure_args=
mgl@1371
  6928
 ac_configure_args0=
mgl@1371
  6929
 ac_configure_args1=
mgl@1371
  6930
-ac_sep=
mgl@1371
  6931
 ac_must_keep_next=false
mgl@1371
  6932
 for ac_pass in 1 2
mgl@1371
  6933
 do
mgl@1371
  6934
@@ -1267,7 +1714,7 @@
mgl@1371
  6935
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
  6936
     | -silent | --silent | --silen | --sile | --sil)
mgl@1371
  6937
       continue ;;
mgl@1371
  6938
-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mgl@1371
  6939
+    *\'*)
mgl@1371
  6940
       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
  6941
     esac
mgl@1371
  6942
     case $ac_pass in
mgl@1371
  6943
@@ -1289,9 +1736,7 @@
mgl@1371
  6944
 	  -* ) ac_must_keep_next=true ;;
mgl@1371
  6945
 	esac
mgl@1371
  6946
       fi
mgl@1371
  6947
-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
mgl@1371
  6948
-      # Get rid of the leading space.
mgl@1371
  6949
-      ac_sep=" "
mgl@1371
  6950
+      ac_configure_args="$ac_configure_args '$ac_arg'"
mgl@1371
  6951
       ;;
mgl@1371
  6952
     esac
mgl@1371
  6953
   done
mgl@1371
  6954
@@ -1302,8 +1747,8 @@
mgl@1371
  6955
 # When interrupted or exit'd, cleanup temporary files, and complete
mgl@1371
  6956
 # config.log.  We remove comments because anyway the quotes in there
mgl@1371
  6957
 # would cause problems or look ugly.
mgl@1371
  6958
-# WARNING: Be sure not to use single quotes in there, as some shells,
mgl@1371
  6959
-# such as our DU 5.0 friend, will then `close' the trap.
mgl@1371
  6960
+# WARNING: Use '\'' to represent an apostrophe within the trap.
mgl@1371
  6961
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
mgl@1371
  6962
 trap 'exit_status=$?
mgl@1371
  6963
   # Save into config.log some information that might help in debugging.
mgl@1371
  6964
   {
mgl@1371
  6965
@@ -1316,20 +1761,34 @@
mgl@1371
  6966
 _ASBOX
mgl@1371
  6967
     echo
mgl@1371
  6968
     # The following way of writing the cache mishandles newlines in values,
mgl@1371
  6969
-{
mgl@1371
  6970
+(
mgl@1371
  6971
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
mgl@1371
  6972
+    eval ac_val=\$$ac_var
mgl@1371
  6973
+    case $ac_val in #(
mgl@1371
  6974
+    *${as_nl}*)
mgl@1371
  6975
+      case $ac_var in #(
mgl@1371
  6976
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
mgl@1371
  6977
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
mgl@1371
  6978
+      esac
mgl@1371
  6979
+      case $ac_var in #(
mgl@1371
  6980
+      _ | IFS | as_nl) ;; #(
mgl@1371
  6981
+      *) $as_unset $ac_var ;;
mgl@1371
  6982
+      esac ;;
mgl@1371
  6983
+    esac
mgl@1371
  6984
+  done
mgl@1371
  6985
   (set) 2>&1 |
mgl@1371
  6986
-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
mgl@1371
  6987
-    *ac_space=\ *)
mgl@1371
  6988
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
mgl@1371
  6989
+    *${as_nl}ac_space=\ *)
mgl@1371
  6990
       sed -n \
mgl@1371
  6991
-	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
mgl@1371
  6992
-	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
mgl@1371
  6993
-      ;;
mgl@1371
  6994
+	"s/'\''/'\''\\\\'\'''\''/g;
mgl@1371
  6995
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
mgl@1371
  6996
+      ;; #(
mgl@1371
  6997
     *)
mgl@1371
  6998
-      sed -n \
mgl@1371
  6999
-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
mgl@1371
  7000
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
mgl@1371
  7001
       ;;
mgl@1371
  7002
-    esac;
mgl@1371
  7003
-}
mgl@1371
  7004
+    esac |
mgl@1371
  7005
+    sort
mgl@1371
  7006
+)
mgl@1371
  7007
     echo
mgl@1371
  7008
 
mgl@1371
  7009
     cat <<\_ASBOX
mgl@1371
  7010
@@ -1340,22 +1799,28 @@
mgl@1371
  7011
     echo
mgl@1371
  7012
     for ac_var in $ac_subst_vars
mgl@1371
  7013
     do
mgl@1371
  7014
-      eval ac_val=$`echo $ac_var`
mgl@1371
  7015
-      echo "$ac_var='"'"'$ac_val'"'"'"
mgl@1371
  7016
+      eval ac_val=\$$ac_var
mgl@1371
  7017
+      case $ac_val in
mgl@1371
  7018
+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mgl@1371
  7019
+      esac
mgl@1371
  7020
+      echo "$ac_var='\''$ac_val'\''"
mgl@1371
  7021
     done | sort
mgl@1371
  7022
     echo
mgl@1371
  7023
 
mgl@1371
  7024
     if test -n "$ac_subst_files"; then
mgl@1371
  7025
       cat <<\_ASBOX
mgl@1371
  7026
-## ------------- ##
mgl@1371
  7027
-## Output files. ##
mgl@1371
  7028
-## ------------- ##
mgl@1371
  7029
+## ------------------- ##
mgl@1371
  7030
+## File substitutions. ##
mgl@1371
  7031
+## ------------------- ##
mgl@1371
  7032
 _ASBOX
mgl@1371
  7033
       echo
mgl@1371
  7034
       for ac_var in $ac_subst_files
mgl@1371
  7035
       do
mgl@1371
  7036
-	eval ac_val=$`echo $ac_var`
mgl@1371
  7037
-	echo "$ac_var='"'"'$ac_val'"'"'"
mgl@1371
  7038
+	eval ac_val=\$$ac_var
mgl@1371
  7039
+	case $ac_val in
mgl@1371
  7040
+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mgl@1371
  7041
+	esac
mgl@1371
  7042
+	echo "$ac_var='\''$ac_val'\''"
mgl@1371
  7043
       done | sort
mgl@1371
  7044
       echo
mgl@1371
  7045
     fi
mgl@1371
  7046
@@ -1367,26 +1832,24 @@
mgl@1371
  7047
 ## ----------- ##
mgl@1371
  7048
 _ASBOX
mgl@1371
  7049
       echo
mgl@1371
  7050
-      sed "/^$/d" confdefs.h | sort
mgl@1371
  7051
+      cat confdefs.h
mgl@1371
  7052
       echo
mgl@1371
  7053
     fi
mgl@1371
  7054
     test "$ac_signal" != 0 &&
mgl@1371
  7055
       echo "$as_me: caught signal $ac_signal"
mgl@1371
  7056
     echo "$as_me: exit $exit_status"
mgl@1371
  7057
   } >&5
mgl@1371
  7058
-  rm -f core *.core &&
mgl@1371
  7059
-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
mgl@1371
  7060
+  rm -f core *.core core.conftest.* &&
mgl@1371
  7061
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
mgl@1371
  7062
     exit $exit_status
mgl@1371
  7063
-     ' 0
mgl@1371
  7064
+' 0
mgl@1371
  7065
 for ac_signal in 1 2 13 15; do
mgl@1371
  7066
   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
mgl@1371
  7067
 done
mgl@1371
  7068
 ac_signal=0
mgl@1371
  7069
 
mgl@1371
  7070
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
mgl@1371
  7071
-rm -rf conftest* confdefs.h
mgl@1371
  7072
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
mgl@1371
  7073
-echo >confdefs.h
mgl@1371
  7074
+rm -f -r conftest* confdefs.h
mgl@1371
  7075
 
mgl@1371
  7076
 # Predefined preprocessor variables.
mgl@1371
  7077
 
mgl@1371
  7078
@@ -1417,14 +1880,17 @@
mgl@1371
  7079
 
mgl@1371
  7080
 # Let the site file select an alternate cache file if it wants to.
mgl@1371
  7081
 # Prefer explicitly selected file to automatically selected ones.
mgl@1371
  7082
-if test -z "$CONFIG_SITE"; then
mgl@1371
  7083
-  if test "x$prefix" != xNONE; then
mgl@1371
  7084
-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
mgl@1371
  7085
-  else
mgl@1371
  7086
-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
mgl@1371
  7087
-  fi
mgl@1371
  7088
+if test -n "$CONFIG_SITE"; then
mgl@1371
  7089
+  set x "$CONFIG_SITE"
mgl@1371
  7090
+elif test "x$prefix" != xNONE; then
mgl@1371
  7091
+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
mgl@1371
  7092
+else
mgl@1371
  7093
+  set x "$ac_default_prefix/share/config.site" \
mgl@1371
  7094
+	"$ac_default_prefix/etc/config.site"
mgl@1371
  7095
 fi
mgl@1371
  7096
-for ac_site_file in $CONFIG_SITE; do
mgl@1371
  7097
+shift
mgl@1371
  7098
+for ac_site_file
mgl@1371
  7099
+do
mgl@1371
  7100
   if test -r "$ac_site_file"; then
mgl@1371
  7101
     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
mgl@1371
  7102
 echo "$as_me: loading site script $ac_site_file" >&6;}
mgl@1371
  7103
@@ -1440,8 +1906,8 @@
mgl@1371
  7104
     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
mgl@1371
  7105
 echo "$as_me: loading cache $cache_file" >&6;}
mgl@1371
  7106
     case $cache_file in
mgl@1371
  7107
-      [\\/]* | ?:[\\/]* ) . $cache_file;;
mgl@1371
  7108
-      *)                      . ./$cache_file;;
mgl@1371
  7109
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
mgl@1371
  7110
+      *)                      . "./$cache_file";;
mgl@1371
  7111
     esac
mgl@1371
  7112
   fi
mgl@1371
  7113
 else
mgl@1371
  7114
@@ -1453,12 +1919,11 @@
mgl@1371
  7115
 # Check that the precious variables saved in the cache have kept the same
mgl@1371
  7116
 # value.
mgl@1371
  7117
 ac_cache_corrupted=false
mgl@1371
  7118
-for ac_var in `(set) 2>&1 |
mgl@1371
  7119
-	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
mgl@1371
  7120
+for ac_var in $ac_precious_vars; do
mgl@1371
  7121
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
mgl@1371
  7122
   eval ac_new_set=\$ac_env_${ac_var}_set
mgl@1371
  7123
-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
mgl@1371
  7124
-  eval ac_new_val="\$ac_env_${ac_var}_value"
mgl@1371
  7125
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
mgl@1371
  7126
+  eval ac_new_val=\$ac_env_${ac_var}_value
mgl@1371
  7127
   case $ac_old_set,$ac_new_set in
mgl@1371
  7128
     set,)
mgl@1371
  7129
       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mgl@1371
  7130
@@ -1483,8 +1948,7 @@
mgl@1371
  7131
   # Pass precious variables to config.status.
mgl@1371
  7132
   if test "$ac_new_set" = set; then
mgl@1371
  7133
     case $ac_new_val in
mgl@1371
  7134
-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mgl@1371
  7135
-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
  7136
+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
  7137
     *) ac_arg=$ac_var=$ac_new_val ;;
mgl@1371
  7138
     esac
mgl@1371
  7139
     case " $ac_configure_args " in
mgl@1371
  7140
@@ -1501,12 +1965,6 @@
mgl@1371
  7141
    { (exit 1); exit 1; }; }
mgl@1371
  7142
 fi
mgl@1371
  7143
 
mgl@1371
  7144
-ac_ext=c
mgl@1371
  7145
-ac_cpp='$CPP $CPPFLAGS'
mgl@1371
  7146
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
  7147
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
mgl@1371
  7148
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
  7149
-
mgl@1371
  7150
 
mgl@1371
  7151
 
mgl@1371
  7152
 
mgl@1371
  7153
@@ -1531,67 +1989,92 @@
mgl@1371
  7154
 
mgl@1371
  7155
 
mgl@1371
  7156
 
mgl@1371
  7157
+ac_ext=c
mgl@1371
  7158
+ac_cpp='$CPP $CPPFLAGS'
mgl@1371
  7159
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
  7160
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
mgl@1371
  7161
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
  7162
 
mgl@1371
  7163
 
mgl@1371
  7164
 
mgl@1371
  7165
 
mgl@1371
  7166
 ac_aux_dir=
mgl@1371
  7167
-for ac_dir in ../../.. $srcdir/../../..; do
mgl@1371
  7168
-  if test -f $ac_dir/install-sh; then
mgl@1371
  7169
+for ac_dir in ../../.. "$srcdir"/../../..; do
mgl@1371
  7170
+  if test -f "$ac_dir/install-sh"; then
mgl@1371
  7171
     ac_aux_dir=$ac_dir
mgl@1371
  7172
     ac_install_sh="$ac_aux_dir/install-sh -c"
mgl@1371
  7173
     break
mgl@1371
  7174
-  elif test -f $ac_dir/install.sh; then
mgl@1371
  7175
+  elif test -f "$ac_dir/install.sh"; then
mgl@1371
  7176
     ac_aux_dir=$ac_dir
mgl@1371
  7177
     ac_install_sh="$ac_aux_dir/install.sh -c"
mgl@1371
  7178
     break
mgl@1371
  7179
-  elif test -f $ac_dir/shtool; then
mgl@1371
  7180
+  elif test -f "$ac_dir/shtool"; then
mgl@1371
  7181
     ac_aux_dir=$ac_dir
mgl@1371
  7182
     ac_install_sh="$ac_aux_dir/shtool install -c"
mgl@1371
  7183
     break
mgl@1371
  7184
   fi
mgl@1371
  7185
 done
mgl@1371
  7186
 if test -z "$ac_aux_dir"; then
mgl@1371
  7187
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&5
mgl@1371
  7188
-echo "$as_me: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&2;}
mgl@1371
  7189
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&5
mgl@1371
  7190
+echo "$as_me: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&2;}
mgl@1371
  7191
    { (exit 1); exit 1; }; }
mgl@1371
  7192
 fi
mgl@1371
  7193
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
mgl@1371
  7194
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
mgl@1371
  7195
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
mgl@1371
  7196
+
mgl@1371
  7197
+# These three variables are undocumented and unsupported,
mgl@1371
  7198
+# and are intended to be withdrawn in a future Autoconf release.
mgl@1371
  7199
+# They can cause serious problems if a builder's source tree is in a directory
mgl@1371
  7200
+# whose full name contains unusual characters.
mgl@1371
  7201
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
mgl@1371
  7202
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
mgl@1371
  7203
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
mgl@1371
  7204
+
mgl@1371
  7205
 
mgl@1371
  7206
 
mgl@1371
  7207
 
mgl@1371
  7208
 # Make sure we can run config.sub.
mgl@1371
  7209
-$ac_config_sub sun4 >/dev/null 2>&1 ||
mgl@1371
  7210
-  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
mgl@1371
  7211
-echo "$as_me: error: cannot run $ac_config_sub" >&2;}
mgl@1371
  7212
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
mgl@1371
  7213
+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
mgl@1371
  7214
+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
mgl@1371
  7215
    { (exit 1); exit 1; }; }
mgl@1371
  7216
 
mgl@1371
  7217
-echo "$as_me:$LINENO: checking build system type" >&5
mgl@1371
  7218
-echo $ECHO_N "checking build system type... $ECHO_C" >&6
mgl@1371
  7219
+{ echo "$as_me:$LINENO: checking build system type" >&5
mgl@1371
  7220
+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
mgl@1371
  7221
 if test "${ac_cv_build+set}" = set; then
mgl@1371
  7222
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7223
 else
mgl@1371
  7224
-  ac_cv_build_alias=$build_alias
mgl@1371
  7225
-test -z "$ac_cv_build_alias" &&
mgl@1371
  7226
-  ac_cv_build_alias=`$ac_config_guess`
mgl@1371
  7227
-test -z "$ac_cv_build_alias" &&
mgl@1371
  7228
+  ac_build_alias=$build_alias
mgl@1371
  7229
+test "x$ac_build_alias" = x &&
mgl@1371
  7230
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mgl@1371
  7231
+test "x$ac_build_alias" = x &&
mgl@1371
  7232
   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
mgl@1371
  7233
 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
mgl@1371
  7234
    { (exit 1); exit 1; }; }
mgl@1371
  7235
-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
mgl@1371
  7236
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
mgl@1371
  7237
-echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
mgl@1371
  7238
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mgl@1371
  7239
+  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
mgl@1371
  7240
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
mgl@1371
  7241
    { (exit 1); exit 1; }; }
mgl@1371
  7242
 
mgl@1371
  7243
 fi
mgl@1371
  7244
-echo "$as_me:$LINENO: result: $ac_cv_build" >&5
mgl@1371
  7245
-echo "${ECHO_T}$ac_cv_build" >&6
mgl@1371
  7246
+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
mgl@1371
  7247
+echo "${ECHO_T}$ac_cv_build" >&6; }
mgl@1371
  7248
+case $ac_cv_build in
mgl@1371
  7249
+*-*-*) ;;
mgl@1371
  7250
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
mgl@1371
  7251
+echo "$as_me: error: invalid value of canonical build" >&2;}
mgl@1371
  7252
+   { (exit 1); exit 1; }; };;
mgl@1371
  7253
+esac
mgl@1371
  7254
 build=$ac_cv_build
mgl@1371
  7255
-build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mgl@1371
  7256
-build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mgl@1371
  7257
-build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mgl@1371
  7258
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
  7259
+set x $ac_cv_build
mgl@1371
  7260
+shift
mgl@1371
  7261
+build_cpu=$1
mgl@1371
  7262
+build_vendor=$2
mgl@1371
  7263
+shift; shift
mgl@1371
  7264
+# Remember, the first character of IFS is used to create $*,
mgl@1371
  7265
+# except with old shells:
mgl@1371
  7266
+build_os=$*
mgl@1371
  7267
+IFS=$ac_save_IFS
mgl@1371
  7268
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mgl@1371
  7269
 
mgl@1371
  7270
 
mgl@1371
  7271
 am__api_version="1.9"
mgl@1371
  7272
@@ -1608,8 +2091,8 @@
mgl@1371
  7273
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
mgl@1371
  7274
 # OS/2's system install, which has a completely different semantic
mgl@1371
  7275
 # ./install, which can be erroneously created by make from ./install.sh.
mgl@1371
  7276
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
  7277
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
mgl@1371
  7278
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
  7279
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
mgl@1371
  7280
 if test -z "$INSTALL"; then
mgl@1371
  7281
 if test "${ac_cv_path_install+set}" = set; then
mgl@1371
  7282
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7283
@@ -1631,7 +2114,7 @@
mgl@1371
  7284
     # by default.
mgl@1371
  7285
     for ac_prog in ginstall scoinst install; do
mgl@1371
  7286
       for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  7287
-	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
mgl@1371
  7288
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
mgl@1371
  7289
 	  if test $ac_prog = install &&
mgl@1371
  7290
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
  7291
 	    # AIX install.  It has an incompatible calling convention.
mgl@1371
  7292
@@ -1650,21 +2133,22 @@
mgl@1371
  7293
     ;;
mgl@1371
  7294
 esac
mgl@1371
  7295
 done
mgl@1371
  7296
+IFS=$as_save_IFS
mgl@1371
  7297
 
mgl@1371
  7298
 
mgl@1371
  7299
 fi
mgl@1371
  7300
   if test "${ac_cv_path_install+set}" = set; then
mgl@1371
  7301
     INSTALL=$ac_cv_path_install
mgl@1371
  7302
   else
mgl@1371
  7303
-    # As a last resort, use the slow shell script.  We don't cache a
mgl@1371
  7304
-    # path for INSTALL within a source directory, because that will
mgl@1371
  7305
+    # As a last resort, use the slow shell script.  Don't cache a
mgl@1371
  7306
+    # value for INSTALL within a source directory, because that will
mgl@1371
  7307
     # break other packages using the cache if that directory is
mgl@1371
  7308
-    # removed, or if the path is relative.
mgl@1371
  7309
+    # removed, or if the value is a relative name.
mgl@1371
  7310
     INSTALL=$ac_install_sh
mgl@1371
  7311
   fi
mgl@1371
  7312
 fi
mgl@1371
  7313
-echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
  7314
-echo "${ECHO_T}$INSTALL" >&6
mgl@1371
  7315
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
  7316
+echo "${ECHO_T}$INSTALL" >&6; }
mgl@1371
  7317
 
mgl@1371
  7318
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
mgl@1371
  7319
 # It thinks the first close brace ends the variable substitution.
mgl@1371
  7320
@@ -1674,8 +2158,8 @@
mgl@1371
  7321
 
mgl@1371
  7322
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
mgl@1371
  7323
 
mgl@1371
  7324
-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
mgl@1371
  7325
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
mgl@1371
  7326
+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
mgl@1371
  7327
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
mgl@1371
  7328
 # Just in case
mgl@1371
  7329
 sleep 1
mgl@1371
  7330
 echo timestamp > conftest.file
mgl@1371
  7331
@@ -1717,20 +2201,20 @@
mgl@1371
  7332
 Check your system clock" >&2;}
mgl@1371
  7333
    { (exit 1); exit 1; }; }
mgl@1371
  7334
 fi
mgl@1371
  7335
-echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
  7336
-echo "${ECHO_T}yes" >&6
mgl@1371
  7337
+{ echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
  7338
+echo "${ECHO_T}yes" >&6; }
mgl@1371
  7339
 test "$program_prefix" != NONE &&
mgl@1371
  7340
-  program_transform_name="s,^,$program_prefix,;$program_transform_name"
mgl@1371
  7341
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
mgl@1371
  7342
 # Use a double $ so make ignores it.
mgl@1371
  7343
 test "$program_suffix" != NONE &&
mgl@1371
  7344
-  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
mgl@1371
  7345
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
mgl@1371
  7346
 # Double any \ or $.  echo might interpret backslashes.
mgl@1371
  7347
 # By default was `s,x,x', remove it if useless.
mgl@1371
  7348
 cat <<\_ACEOF >conftest.sed
mgl@1371
  7349
 s/[\\$]/&&/g;s/;s,x,x,$//
mgl@1371
  7350
 _ACEOF
mgl@1371
  7351
 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
mgl@1371
  7352
-rm conftest.sed
mgl@1371
  7353
+rm -f conftest.sed
mgl@1371
  7354
 
mgl@1371
  7355
 # expand $ac_aux_dir to an absolute path
mgl@1371
  7356
 am_aux_dir=`cd $ac_aux_dir && pwd`
mgl@1371
  7357
@@ -1782,8 +2266,8 @@
mgl@1371
  7358
 do
mgl@1371
  7359
   # Extract the first word of "$ac_prog", so it can be a program name with args.
mgl@1371
  7360
 set dummy $ac_prog; ac_word=$2
mgl@1371
  7361
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7362
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  7363
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7364
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  7365
 if test "${ac_cv_prog_AWK+set}" = set; then
mgl@1371
  7366
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7367
 else
mgl@1371
  7368
@@ -1796,54 +2280,57 @@
mgl@1371
  7369
   IFS=$as_save_IFS
mgl@1371
  7370
   test -z "$as_dir" && as_dir=.
mgl@1371
  7371
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  7372
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  7373
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  7374
     ac_cv_prog_AWK="$ac_prog"
mgl@1371
  7375
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  7376
     break 2
mgl@1371
  7377
   fi
mgl@1371
  7378
 done
mgl@1371
  7379
 done
mgl@1371
  7380
+IFS=$as_save_IFS
mgl@1371
  7381
 
mgl@1371
  7382
 fi
mgl@1371
  7383
 fi
mgl@1371
  7384
 AWK=$ac_cv_prog_AWK
mgl@1371
  7385
 if test -n "$AWK"; then
mgl@1371
  7386
-  echo "$as_me:$LINENO: result: $AWK" >&5
mgl@1371
  7387
-echo "${ECHO_T}$AWK" >&6
mgl@1371
  7388
+  { echo "$as_me:$LINENO: result: $AWK" >&5
mgl@1371
  7389
+echo "${ECHO_T}$AWK" >&6; }
mgl@1371
  7390
 else
mgl@1371
  7391
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7392
-echo "${ECHO_T}no" >&6
mgl@1371
  7393
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7394
+echo "${ECHO_T}no" >&6; }
mgl@1371
  7395
 fi
mgl@1371
  7396
 
mgl@1371
  7397
+
mgl@1371
  7398
   test -n "$AWK" && break
mgl@1371
  7399
 done
mgl@1371
  7400
 
mgl@1371
  7401
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
mgl@1371
  7402
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
mgl@1371
  7403
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
mgl@1371
  7404
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
mgl@1371
  7405
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
mgl@1371
  7406
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
mgl@1371
  7407
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mgl@1371
  7408
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
mgl@1371
  7409
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7410
 else
mgl@1371
  7411
   cat >conftest.make <<\_ACEOF
mgl@1371
  7412
+SHELL = /bin/sh
mgl@1371
  7413
 all:
mgl@1371
  7414
-	@echo 'ac_maketemp="$(MAKE)"'
mgl@1371
  7415
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
mgl@1371
  7416
 _ACEOF
mgl@1371
  7417
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
mgl@1371
  7418
-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
mgl@1371
  7419
-if test -n "$ac_maketemp"; then
mgl@1371
  7420
-  eval ac_cv_prog_make_${ac_make}_set=yes
mgl@1371
  7421
-else
mgl@1371
  7422
-  eval ac_cv_prog_make_${ac_make}_set=no
mgl@1371
  7423
-fi
mgl@1371
  7424
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
mgl@1371
  7425
+  *@@@%%%=?*=@@@%%%*)
mgl@1371
  7426
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
mgl@1371
  7427
+  *)
mgl@1371
  7428
+    eval ac_cv_prog_make_${ac_make}_set=no;;
mgl@1371
  7429
+esac
mgl@1371
  7430
 rm -f conftest.make
mgl@1371
  7431
 fi
mgl@1371
  7432
-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
mgl@1371
  7433
-  echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
  7434
-echo "${ECHO_T}yes" >&6
mgl@1371
  7435
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
mgl@1371
  7436
+  { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
  7437
+echo "${ECHO_T}yes" >&6; }
mgl@1371
  7438
   SET_MAKE=
mgl@1371
  7439
 else
mgl@1371
  7440
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7441
-echo "${ECHO_T}no" >&6
mgl@1371
  7442
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7443
+echo "${ECHO_T}no" >&6; }
mgl@1371
  7444
   SET_MAKE="MAKE=${MAKE-make}"
mgl@1371
  7445
 fi
mgl@1371
  7446
 
mgl@1371
  7447
@@ -1858,7 +2345,7 @@
mgl@1371
  7448
 
mgl@1371
  7449
 DEPDIR="${am__leading_dot}deps"
mgl@1371
  7450
 
mgl@1371
  7451
-          ac_config_commands="$ac_config_commands depfiles"
mgl@1371
  7452
+ac_config_commands="$ac_config_commands depfiles"
mgl@1371
  7453
 
mgl@1371
  7454
 
mgl@1371
  7455
 am_make=${MAKE-make}
mgl@1371
  7456
@@ -1868,8 +2355,8 @@
mgl@1371
  7457
 .PHONY: am__doit
mgl@1371
  7458
 END
mgl@1371
  7459
 # If we don't find an include directive, just comment out the code.
mgl@1371
  7460
-echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
mgl@1371
  7461
-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
mgl@1371
  7462
+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
mgl@1371
  7463
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
mgl@1371
  7464
 am__include="#"
mgl@1371
  7465
 am__quote=
mgl@1371
  7466
 _am_result=none
mgl@1371
  7467
@@ -1896,15 +2383,15 @@
mgl@1371
  7468
 fi
mgl@1371
  7469
 
mgl@1371
  7470
 
mgl@1371
  7471
-echo "$as_me:$LINENO: result: $_am_result" >&5
mgl@1371
  7472
-echo "${ECHO_T}$_am_result" >&6
mgl@1371
  7473
+{ echo "$as_me:$LINENO: result: $_am_result" >&5
mgl@1371
  7474
+echo "${ECHO_T}$_am_result" >&6; }
mgl@1371
  7475
 rm -f confinc confmf
mgl@1371
  7476
 
mgl@1371
  7477
-# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
mgl@1371
  7478
+# Check whether --enable-dependency-tracking was given.
mgl@1371
  7479
 if test "${enable_dependency_tracking+set}" = set; then
mgl@1371
  7480
-  enableval="$enable_dependency_tracking"
mgl@1371
  7481
+  enableval=$enable_dependency_tracking;
mgl@1371
  7482
+fi
mgl@1371
  7483
 
mgl@1371
  7484
-fi;
mgl@1371
  7485
 if test "x$enable_dependency_tracking" != xno; then
mgl@1371
  7486
   am_depcomp="$ac_aux_dir/depcomp"
mgl@1371
  7487
   AMDEPBACKSLASH='\'
mgl@1371
  7488
@@ -1922,10 +2409,9 @@
mgl@1371
  7489
 
mgl@1371
  7490
 
mgl@1371
  7491
 
mgl@1371
  7492
-# Check whether --enable-multilib or --disable-multilib was given.
mgl@1371
  7493
+# Check whether --enable-multilib was given.
mgl@1371
  7494
 if test "${enable_multilib+set}" = set; then
mgl@1371
  7495
-  enableval="$enable_multilib"
mgl@1371
  7496
-  case "${enableval}" in
mgl@1371
  7497
+  enableval=$enable_multilib; case "${enableval}" in
mgl@1371
  7498
   yes) multilib=yes ;;
mgl@1371
  7499
   no)  multilib=no ;;
mgl@1371
  7500
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
mgl@1371
  7501
@@ -1934,11 +2420,11 @@
mgl@1371
  7502
  esac
mgl@1371
  7503
 else
mgl@1371
  7504
   multilib=yes
mgl@1371
  7505
-fi;
mgl@1371
  7506
-# Check whether --enable-target-optspace or --disable-target-optspace was given.
mgl@1371
  7507
+fi
mgl@1371
  7508
+
mgl@1371
  7509
+# Check whether --enable-target-optspace was given.
mgl@1371
  7510
 if test "${enable_target_optspace+set}" = set; then
mgl@1371
  7511
-  enableval="$enable_target_optspace"
mgl@1371
  7512
-  case "${enableval}" in
mgl@1371
  7513
+  enableval=$enable_target_optspace; case "${enableval}" in
mgl@1371
  7514
   yes) target_optspace=yes ;;
mgl@1371
  7515
   no)  target_optspace=no ;;
mgl@1371
  7516
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
mgl@1371
  7517
@@ -1947,11 +2433,11 @@
mgl@1371
  7518
  esac
mgl@1371
  7519
 else
mgl@1371
  7520
   target_optspace=
mgl@1371
  7521
-fi;
mgl@1371
  7522
-# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
mgl@1371
  7523
+fi
mgl@1371
  7524
+
mgl@1371
  7525
+# Check whether --enable-malloc-debugging was given.
mgl@1371
  7526
 if test "${enable_malloc_debugging+set}" = set; then
mgl@1371
  7527
-  enableval="$enable_malloc_debugging"
mgl@1371
  7528
-  case "${enableval}" in
mgl@1371
  7529
+  enableval=$enable_malloc_debugging; case "${enableval}" in
mgl@1371
  7530
   yes) malloc_debugging=yes ;;
mgl@1371
  7531
   no)  malloc_debugging=no ;;
mgl@1371
  7532
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
mgl@1371
  7533
@@ -1960,11 +2446,11 @@
mgl@1371
  7534
  esac
mgl@1371
  7535
 else
mgl@1371
  7536
   malloc_debugging=
mgl@1371
  7537
-fi;
mgl@1371
  7538
-# Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.
mgl@1371
  7539
+fi
mgl@1371
  7540
+
mgl@1371
  7541
+# Check whether --enable-newlib-multithread was given.
mgl@1371
  7542
 if test "${enable_newlib_multithread+set}" = set; then
mgl@1371
  7543
-  enableval="$enable_newlib_multithread"
mgl@1371
  7544
-  case "${enableval}" in
mgl@1371
  7545
+  enableval=$enable_newlib_multithread; case "${enableval}" in
mgl@1371
  7546
   yes) newlib_multithread=yes ;;
mgl@1371
  7547
   no)  newlib_multithread=no ;;
mgl@1371
  7548
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
mgl@1371
  7549
@@ -1973,11 +2459,11 @@
mgl@1371
  7550
  esac
mgl@1371
  7551
 else
mgl@1371
  7552
   newlib_multithread=yes
mgl@1371
  7553
-fi;
mgl@1371
  7554
-# Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.
mgl@1371
  7555
+fi
mgl@1371
  7556
+
mgl@1371
  7557
+# Check whether --enable-newlib-iconv was given.
mgl@1371
  7558
 if test "${enable_newlib_iconv+set}" = set; then
mgl@1371
  7559
-  enableval="$enable_newlib_iconv"
mgl@1371
  7560
-  if test "${newlib_iconv+set}" != set; then
mgl@1371
  7561
+  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
mgl@1371
  7562
    case "${enableval}" in
mgl@1371
  7563
      yes) newlib_iconv=yes ;;
mgl@1371
  7564
      no)  newlib_iconv=no ;;
mgl@1371
  7565
@@ -1988,11 +2474,11 @@
mgl@1371
  7566
  fi
mgl@1371
  7567
 else
mgl@1371
  7568
   newlib_iconv=${newlib_iconv}
mgl@1371
  7569
-fi;
mgl@1371
  7570
-# Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.
mgl@1371
  7571
+fi
mgl@1371
  7572
+
mgl@1371
  7573
+# Check whether --enable-newlib-elix-level was given.
mgl@1371
  7574
 if test "${enable_newlib_elix_level+set}" = set; then
mgl@1371
  7575
-  enableval="$enable_newlib_elix_level"
mgl@1371
  7576
-  case "${enableval}" in
mgl@1371
  7577
+  enableval=$enable_newlib_elix_level; case "${enableval}" in
mgl@1371
  7578
   0)   newlib_elix_level=0 ;;
mgl@1371
  7579
   1)   newlib_elix_level=1 ;;
mgl@1371
  7580
   2)   newlib_elix_level=2 ;;
mgl@1371
  7581
@@ -2004,11 +2490,11 @@
mgl@1371
  7582
  esac
mgl@1371
  7583
 else
mgl@1371
  7584
   newlib_elix_level=0
mgl@1371
  7585
-fi;
mgl@1371
  7586
-# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
mgl@1371
  7587
+fi
mgl@1371
  7588
+
mgl@1371
  7589
+# Check whether --enable-newlib-io-float was given.
mgl@1371
  7590
 if test "${enable_newlib_io_float+set}" = set; then
mgl@1371
  7591
-  enableval="$enable_newlib_io_float"
mgl@1371
  7592
-  case "${enableval}" in
mgl@1371
  7593
+  enableval=$enable_newlib_io_float; case "${enableval}" in
mgl@1371
  7594
   yes) newlib_io_float=yes ;;
mgl@1371
  7595
   no)  newlib_io_float=no ;;
mgl@1371
  7596
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
mgl@1371
  7597
@@ -2017,11 +2503,11 @@
mgl@1371
  7598
  esac
mgl@1371
  7599
 else
mgl@1371
  7600
   newlib_io_float=yes
mgl@1371
  7601
-fi;
mgl@1371
  7602
-# Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.
mgl@1371
  7603
+fi
mgl@1371
  7604
+
mgl@1371
  7605
+# Check whether --enable-newlib-supplied-syscalls was given.
mgl@1371
  7606
 if test "${enable_newlib_supplied_syscalls+set}" = set; then
mgl@1371
  7607
-  enableval="$enable_newlib_supplied_syscalls"
mgl@1371
  7608
-  case "${enableval}" in
mgl@1371
  7609
+  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
mgl@1371
  7610
   yes) newlib_may_supply_syscalls=yes ;;
mgl@1371
  7611
   no)  newlib_may_supply_syscalls=no ;;
mgl@1371
  7612
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
mgl@1371
  7613
@@ -2030,7 +2516,8 @@
mgl@1371
  7614
  esac
mgl@1371
  7615
 else
mgl@1371
  7616
   newlib_may_supply_syscalls=yes
mgl@1371
  7617
-fi;
mgl@1371
  7618
+fi
mgl@1371
  7619
+
mgl@1371
  7620
 
mgl@1371
  7621
 
mgl@1371
  7622
 if test x${newlib_may_supply_syscalls} = xyes; then
mgl@1371
  7623
@@ -2056,26 +2543,41 @@
mgl@1371
  7624
 fi
mgl@1371
  7625
 
mgl@1371
  7626
 
mgl@1371
  7627
-echo "$as_me:$LINENO: checking host system type" >&5
mgl@1371
  7628
-echo $ECHO_N "checking host system type... $ECHO_C" >&6
mgl@1371
  7629
+{ echo "$as_me:$LINENO: checking host system type" >&5
mgl@1371
  7630
+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
mgl@1371
  7631
 if test "${ac_cv_host+set}" = set; then
mgl@1371
  7632
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7633
 else
mgl@1371
  7634
-  ac_cv_host_alias=$host_alias
mgl@1371
  7635
-test -z "$ac_cv_host_alias" &&
mgl@1371
  7636
-  ac_cv_host_alias=$ac_cv_build_alias
mgl@1371
  7637
-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
mgl@1371
  7638
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
mgl@1371
  7639
-echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
mgl@1371
  7640
+  if test "x$host_alias" = x; then
mgl@1371
  7641
+  ac_cv_host=$ac_cv_build
mgl@1371
  7642
+else
mgl@1371
  7643
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mgl@1371
  7644
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
mgl@1371
  7645
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
mgl@1371
  7646
    { (exit 1); exit 1; }; }
mgl@1371
  7647
+fi
mgl@1371
  7648
 
mgl@1371
  7649
 fi
mgl@1371
  7650
-echo "$as_me:$LINENO: result: $ac_cv_host" >&5
mgl@1371
  7651
-echo "${ECHO_T}$ac_cv_host" >&6
mgl@1371
  7652
+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
mgl@1371
  7653
+echo "${ECHO_T}$ac_cv_host" >&6; }
mgl@1371
  7654
+case $ac_cv_host in
mgl@1371
  7655
+*-*-*) ;;
mgl@1371
  7656
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
mgl@1371
  7657
+echo "$as_me: error: invalid value of canonical host" >&2;}
mgl@1371
  7658
+   { (exit 1); exit 1; }; };;
mgl@1371
  7659
+esac
mgl@1371
  7660
 host=$ac_cv_host
mgl@1371
  7661
-host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mgl@1371
  7662
-host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mgl@1371
  7663
-host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mgl@1371
  7664
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
  7665
+set x $ac_cv_host
mgl@1371
  7666
+shift
mgl@1371
  7667
+host_cpu=$1
mgl@1371
  7668
+host_vendor=$2
mgl@1371
  7669
+shift; shift
mgl@1371
  7670
+# Remember, the first character of IFS is used to create $*,
mgl@1371
  7671
+# except with old shells:
mgl@1371
  7672
+host_os=$*
mgl@1371
  7673
+IFS=$ac_save_IFS
mgl@1371
  7674
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mgl@1371
  7675
 
mgl@1371
  7676
 
mgl@1371
  7677
 
mgl@1371
  7678
@@ -2128,8 +2630,8 @@
mgl@1371
  7679
   if test -n "$ac_tool_prefix"; then
mgl@1371
  7680
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
mgl@1371
  7681
 set dummy ${ac_tool_prefix}strip; ac_word=$2
mgl@1371
  7682
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7683
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  7684
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7685
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  7686
 if test "${ac_cv_prog_STRIP+set}" = set; then
mgl@1371
  7687
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7688
 else
mgl@1371
  7689
@@ -2142,32 +2644,34 @@
mgl@1371
  7690
   IFS=$as_save_IFS
mgl@1371
  7691
   test -z "$as_dir" && as_dir=.
mgl@1371
  7692
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  7693
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  7694
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  7695
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
mgl@1371
  7696
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  7697
     break 2
mgl@1371
  7698
   fi
mgl@1371
  7699
 done
mgl@1371
  7700
 done
mgl@1371
  7701
+IFS=$as_save_IFS
mgl@1371
  7702
 
mgl@1371
  7703
 fi
mgl@1371
  7704
 fi
mgl@1371
  7705
 STRIP=$ac_cv_prog_STRIP
mgl@1371
  7706
 if test -n "$STRIP"; then
mgl@1371
  7707
-  echo "$as_me:$LINENO: result: $STRIP" >&5
mgl@1371
  7708
-echo "${ECHO_T}$STRIP" >&6
mgl@1371
  7709
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
mgl@1371
  7710
+echo "${ECHO_T}$STRIP" >&6; }
mgl@1371
  7711
 else
mgl@1371
  7712
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7713
-echo "${ECHO_T}no" >&6
mgl@1371
  7714
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7715
+echo "${ECHO_T}no" >&6; }
mgl@1371
  7716
 fi
mgl@1371
  7717
 
mgl@1371
  7718
+
mgl@1371
  7719
 fi
mgl@1371
  7720
 if test -z "$ac_cv_prog_STRIP"; then
mgl@1371
  7721
   ac_ct_STRIP=$STRIP
mgl@1371
  7722
   # Extract the first word of "strip", so it can be a program name with args.
mgl@1371
  7723
 set dummy strip; ac_word=$2
mgl@1371
  7724
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7725
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  7726
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7727
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  7728
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
mgl@1371
  7729
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7730
 else
mgl@1371
  7731
@@ -2180,27 +2684,41 @@
mgl@1371
  7732
   IFS=$as_save_IFS
mgl@1371
  7733
   test -z "$as_dir" && as_dir=.
mgl@1371
  7734
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  7735
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  7736
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  7737
     ac_cv_prog_ac_ct_STRIP="strip"
mgl@1371
  7738
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  7739
     break 2
mgl@1371
  7740
   fi
mgl@1371
  7741
 done
mgl@1371
  7742
 done
mgl@1371
  7743
+IFS=$as_save_IFS
mgl@1371
  7744
 
mgl@1371
  7745
-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
mgl@1371
  7746
 fi
mgl@1371
  7747
 fi
mgl@1371
  7748
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
mgl@1371
  7749
 if test -n "$ac_ct_STRIP"; then
mgl@1371
  7750
-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
mgl@1371
  7751
-echo "${ECHO_T}$ac_ct_STRIP" >&6
mgl@1371
  7752
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
mgl@1371
  7753
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
mgl@1371
  7754
 else
mgl@1371
  7755
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7756
-echo "${ECHO_T}no" >&6
mgl@1371
  7757
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7758
+echo "${ECHO_T}no" >&6; }
mgl@1371
  7759
 fi
mgl@1371
  7760
 
mgl@1371
  7761
-  STRIP=$ac_ct_STRIP
mgl@1371
  7762
+  if test "x$ac_ct_STRIP" = x; then
mgl@1371
  7763
+    STRIP=":"
mgl@1371
  7764
+  else
mgl@1371
  7765
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  7766
+yes:)
mgl@1371
  7767
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  7768
+whose name does not start with the host triplet.  If you think this
mgl@1371
  7769
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  7770
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  7771
+whose name does not start with the host triplet.  If you think this
mgl@1371
  7772
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  7773
+ac_tool_warned=yes ;;
mgl@1371
  7774
+esac
mgl@1371
  7775
+    STRIP=$ac_ct_STRIP
mgl@1371
  7776
+  fi
mgl@1371
  7777
 else
mgl@1371
  7778
   STRIP="$ac_cv_prog_STRIP"
mgl@1371
  7779
 fi
mgl@1371
  7780
@@ -2235,8 +2753,8 @@
mgl@1371
  7781
 
mgl@1371
  7782
 # Extract the first word of "gcc", so it can be a program name with args.
mgl@1371
  7783
 set dummy gcc; ac_word=$2
mgl@1371
  7784
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7785
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  7786
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7787
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  7788
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
  7789
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7790
 else
mgl@1371
  7791
@@ -2249,30 +2767,32 @@
mgl@1371
  7792
   IFS=$as_save_IFS
mgl@1371
  7793
   test -z "$as_dir" && as_dir=.
mgl@1371
  7794
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  7795
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  7796
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  7797
     ac_cv_prog_CC="gcc"
mgl@1371
  7798
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  7799
     break 2
mgl@1371
  7800
   fi
mgl@1371
  7801
 done
mgl@1371
  7802
 done
mgl@1371
  7803
+IFS=$as_save_IFS
mgl@1371
  7804
 
mgl@1371
  7805
 fi
mgl@1371
  7806
 fi
mgl@1371
  7807
 CC=$ac_cv_prog_CC
mgl@1371
  7808
 if test -n "$CC"; then
mgl@1371
  7809
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  7810
-echo "${ECHO_T}$CC" >&6
mgl@1371
  7811
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  7812
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
  7813
 else
mgl@1371
  7814
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7815
-echo "${ECHO_T}no" >&6
mgl@1371
  7816
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7817
+echo "${ECHO_T}no" >&6; }
mgl@1371
  7818
 fi
mgl@1371
  7819
 
mgl@1371
  7820
 
mgl@1371
  7821
+
mgl@1371
  7822
 depcc="$CC"   am_compiler_list=
mgl@1371
  7823
 
mgl@1371
  7824
-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
mgl@1371
  7825
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
mgl@1371
  7826
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
mgl@1371
  7827
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
mgl@1371
  7828
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
mgl@1371
  7829
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7830
 else
mgl@1371
  7831
@@ -2361,8 +2881,8 @@
mgl@1371
  7832
 fi
mgl@1371
  7833
 
mgl@1371
  7834
 fi
mgl@1371
  7835
-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
mgl@1371
  7836
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
mgl@1371
  7837
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
mgl@1371
  7838
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
mgl@1371
  7839
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
mgl@1371
  7840
 
mgl@1371
  7841
 
mgl@1371
  7842
@@ -2381,8 +2901,8 @@
mgl@1371
  7843
 if test -z "$CC"; then
mgl@1371
  7844
   # Extract the first word of "cc", so it can be a program name with args.
mgl@1371
  7845
 set dummy cc; ac_word=$2
mgl@1371
  7846
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7847
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  7848
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  7849
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  7850
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
  7851
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7852
 else
mgl@1371
  7853
@@ -2396,7 +2916,7 @@
mgl@1371
  7854
   IFS=$as_save_IFS
mgl@1371
  7855
   test -z "$as_dir" && as_dir=.
mgl@1371
  7856
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  7857
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  7858
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  7859
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
mgl@1371
  7860
        ac_prog_rejected=yes
mgl@1371
  7861
        continue
mgl@1371
  7862
@@ -2407,6 +2927,7 @@
mgl@1371
  7863
   fi
mgl@1371
  7864
 done
mgl@1371
  7865
 done
mgl@1371
  7866
+IFS=$as_save_IFS
mgl@1371
  7867
 
mgl@1371
  7868
 if test $ac_prog_rejected = yes; then
mgl@1371
  7869
   # We found a bogon in the path, so make sure we never use it.
mgl@1371
  7870
@@ -2424,20 +2945,21 @@
mgl@1371
  7871
 fi
mgl@1371
  7872
 CC=$ac_cv_prog_CC
mgl@1371
  7873
 if test -n "$CC"; then
mgl@1371
  7874
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  7875
-echo "${ECHO_T}$CC" >&6
mgl@1371
  7876
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  7877
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
  7878
 else
mgl@1371
  7879
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7880
-echo "${ECHO_T}no" >&6
mgl@1371
  7881
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  7882
+echo "${ECHO_T}no" >&6; }
mgl@1371
  7883
 fi
mgl@1371
  7884
 
mgl@1371
  7885
+
mgl@1371
  7886
   test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
mgl@1371
  7887
 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
mgl@1371
  7888
    { (exit 1); exit 1; }; }
mgl@1371
  7889
 fi
mgl@1371
  7890
 
mgl@1371
  7891
-echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
mgl@1371
  7892
-echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
mgl@1371
  7893
+{ echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
mgl@1371
  7894
+echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6; }
mgl@1371
  7895
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
mgl@1371
  7896
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7897
 else
mgl@1371
  7898
@@ -2457,8 +2979,8 @@
mgl@1371
  7899
   ac_cv_c_compiler_gnu=no
mgl@1371
  7900
 fi
mgl@1371
  7901
 fi
mgl@1371
  7902
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
mgl@1371
  7903
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
mgl@1371
  7904
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
mgl@1371
  7905
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
mgl@1371
  7906
 
mgl@1371
  7907
 if test $ac_cv_c_compiler_gnu = yes; then
mgl@1371
  7908
   GCC=yes
mgl@1371
  7909
@@ -2467,13 +2989,16 @@
mgl@1371
  7910
   CFLAGS=
mgl@1371
  7911
   ac_test_CFLAGS=${CFLAGS+set}
mgl@1371
  7912
 ac_save_CFLAGS=$CFLAGS
mgl@1371
  7913
-CFLAGS="-g"
mgl@1371
  7914
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
mgl@1371
  7915
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
mgl@1371
  7916
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
mgl@1371
  7917
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
mgl@1371
  7918
 if test "${ac_cv_prog_cc_g+set}" = set; then
mgl@1371
  7919
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  7920
 else
mgl@1371
  7921
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  7922
+  ac_save_c_werror_flag=$ac_c_werror_flag
mgl@1371
  7923
+   ac_c_werror_flag=yes
mgl@1371
  7924
+   ac_cv_prog_cc_g=no
mgl@1371
  7925
+   CFLAGS="-g"
mgl@1371
  7926
+   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  7927
 /* confdefs.h.  */
mgl@1371
  7928
 _ACEOF
mgl@1371
  7929
 cat confdefs.h >>conftest.$ac_ext
mgl@1371
  7930
@@ -2489,38 +3014,118 @@
mgl@1371
  7931
 }
mgl@1371
  7932
 _ACEOF
mgl@1371
  7933
 rm -f conftest.$ac_objext
mgl@1371
  7934
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
  7935
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
  7936
+if { (ac_try="$ac_compile"
mgl@1371
  7937
+case "(($ac_try" in
mgl@1371
  7938
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  7939
+  *) ac_try_echo=$ac_try;;
mgl@1371
  7940
+esac
mgl@1371
  7941
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  7942
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
  7943
   ac_status=$?
mgl@1371
  7944
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
  7945
   rm -f conftest.er1
mgl@1371
  7946
   cat conftest.err >&5
mgl@1371
  7947
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  7948
-  (exit $ac_status); } &&
mgl@1371
  7949
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
  7950
-			 || test ! -s conftest.err'
mgl@1371
  7951
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  7952
-  (eval $ac_try) 2>&5
mgl@1371
  7953
+  (exit $ac_status); } && {
mgl@1371
  7954
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
  7955
+	 test ! -s conftest.err
mgl@1371
  7956
+       } && test -s conftest.$ac_objext; then
mgl@1371
  7957
+  ac_cv_prog_cc_g=yes
mgl@1371
  7958
+else
mgl@1371
  7959
+  echo "$as_me: failed program was:" >&5
mgl@1371
  7960
+sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
  7961
+
mgl@1371
  7962
+	CFLAGS=""
mgl@1371
  7963
+      cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  7964
+/* confdefs.h.  */
mgl@1371
  7965
+_ACEOF
mgl@1371
  7966
+cat confdefs.h >>conftest.$ac_ext
mgl@1371
  7967
+cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
  7968
+/* end confdefs.h.  */
mgl@1371
  7969
+
mgl@1371
  7970
+int
mgl@1371
  7971
+main ()
mgl@1371
  7972
+{
mgl@1371
  7973
+
mgl@1371
  7974
+  ;
mgl@1371
  7975
+  return 0;
mgl@1371
  7976
+}
mgl@1371
  7977
+_ACEOF
mgl@1371
  7978
+rm -f conftest.$ac_objext
mgl@1371
  7979
+if { (ac_try="$ac_compile"
mgl@1371
  7980
+case "(($ac_try" in
mgl@1371
  7981
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  7982
+  *) ac_try_echo=$ac_try;;
mgl@1371
  7983
+esac
mgl@1371
  7984
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  7985
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
  7986
   ac_status=$?
mgl@1371
  7987
+  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
  7988
+  rm -f conftest.er1
mgl@1371
  7989
+  cat conftest.err >&5
mgl@1371
  7990
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  7991
-  (exit $ac_status); }; } &&
mgl@1371
  7992
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
  7993
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  7994
-  (eval $ac_try) 2>&5
mgl@1371
  7995
+  (exit $ac_status); } && {
mgl@1371
  7996
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
  7997
+	 test ! -s conftest.err
mgl@1371
  7998
+       } && test -s conftest.$ac_objext; then
mgl@1371
  7999
+  :
mgl@1371
  8000
+else
mgl@1371
  8001
+  echo "$as_me: failed program was:" >&5
mgl@1371
  8002
+sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
  8003
+
mgl@1371
  8004
+	ac_c_werror_flag=$ac_save_c_werror_flag
mgl@1371
  8005
+	 CFLAGS="-g"
mgl@1371
  8006
+	 cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  8007
+/* confdefs.h.  */
mgl@1371
  8008
+_ACEOF
mgl@1371
  8009
+cat confdefs.h >>conftest.$ac_ext
mgl@1371
  8010
+cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
  8011
+/* end confdefs.h.  */
mgl@1371
  8012
+
mgl@1371
  8013
+int
mgl@1371
  8014
+main ()
mgl@1371
  8015
+{
mgl@1371
  8016
+
mgl@1371
  8017
+  ;
mgl@1371
  8018
+  return 0;
mgl@1371
  8019
+}
mgl@1371
  8020
+_ACEOF
mgl@1371
  8021
+rm -f conftest.$ac_objext
mgl@1371
  8022
+if { (ac_try="$ac_compile"
mgl@1371
  8023
+case "(($ac_try" in
mgl@1371
  8024
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  8025
+  *) ac_try_echo=$ac_try;;
mgl@1371
  8026
+esac
mgl@1371
  8027
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  8028
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
  8029
   ac_status=$?
mgl@1371
  8030
+  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
  8031
+  rm -f conftest.er1
mgl@1371
  8032
+  cat conftest.err >&5
mgl@1371
  8033
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  8034
-  (exit $ac_status); }; }; then
mgl@1371
  8035
+  (exit $ac_status); } && {
mgl@1371
  8036
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
  8037
+	 test ! -s conftest.err
mgl@1371
  8038
+       } && test -s conftest.$ac_objext; then
mgl@1371
  8039
   ac_cv_prog_cc_g=yes
mgl@1371
  8040
 else
mgl@1371
  8041
   echo "$as_me: failed program was:" >&5
mgl@1371
  8042
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
  8043
 
mgl@1371
  8044
-ac_cv_prog_cc_g=no
mgl@1371
  8045
+
mgl@1371
  8046
+fi
mgl@1371
  8047
+
mgl@1371
  8048
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  8049
+fi
mgl@1371
  8050
+
mgl@1371
  8051
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  8052
 fi
mgl@1371
  8053
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  8054
+
mgl@1371
  8055
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  8056
+   ac_c_werror_flag=$ac_save_c_werror_flag
mgl@1371
  8057
 fi
mgl@1371
  8058
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
mgl@1371
  8059
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
mgl@1371
  8060
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
mgl@1371
  8061
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
mgl@1371
  8062
 if test "$ac_test_CFLAGS" = set; then
mgl@1371
  8063
   CFLAGS=$ac_save_CFLAGS
mgl@1371
  8064
 elif test $ac_cv_prog_cc_g = yes; then
mgl@1371
  8065
@@ -2552,8 +3157,8 @@
mgl@1371
  8066
 if test -n "$ac_tool_prefix"; then
mgl@1371
  8067
   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
mgl@1371
  8068
 set dummy ${ac_tool_prefix}as; ac_word=$2
mgl@1371
  8069
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8070
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8071
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8072
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8073
 if test "${ac_cv_prog_AS+set}" = set; then
mgl@1371
  8074
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8075
 else
mgl@1371
  8076
@@ -2566,32 +3171,34 @@
mgl@1371
  8077
   IFS=$as_save_IFS
mgl@1371
  8078
   test -z "$as_dir" && as_dir=.
mgl@1371
  8079
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8080
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8081
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8082
     ac_cv_prog_AS="${ac_tool_prefix}as"
mgl@1371
  8083
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8084
     break 2
mgl@1371
  8085
   fi
mgl@1371
  8086
 done
mgl@1371
  8087
 done
mgl@1371
  8088
+IFS=$as_save_IFS
mgl@1371
  8089
 
mgl@1371
  8090
 fi
mgl@1371
  8091
 fi
mgl@1371
  8092
 AS=$ac_cv_prog_AS
mgl@1371
  8093
 if test -n "$AS"; then
mgl@1371
  8094
-  echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
  8095
-echo "${ECHO_T}$AS" >&6
mgl@1371
  8096
+  { echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
  8097
+echo "${ECHO_T}$AS" >&6; }
mgl@1371
  8098
 else
mgl@1371
  8099
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8100
-echo "${ECHO_T}no" >&6
mgl@1371
  8101
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8102
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8103
 fi
mgl@1371
  8104
 
mgl@1371
  8105
+
mgl@1371
  8106
 fi
mgl@1371
  8107
 if test -z "$ac_cv_prog_AS"; then
mgl@1371
  8108
   ac_ct_AS=$AS
mgl@1371
  8109
   # Extract the first word of "as", so it can be a program name with args.
mgl@1371
  8110
 set dummy as; ac_word=$2
mgl@1371
  8111
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8112
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8113
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8114
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8115
 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
mgl@1371
  8116
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8117
 else
mgl@1371
  8118
@@ -2604,26 +3211,41 @@
mgl@1371
  8119
   IFS=$as_save_IFS
mgl@1371
  8120
   test -z "$as_dir" && as_dir=.
mgl@1371
  8121
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8122
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8123
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8124
     ac_cv_prog_ac_ct_AS="as"
mgl@1371
  8125
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8126
     break 2
mgl@1371
  8127
   fi
mgl@1371
  8128
 done
mgl@1371
  8129
 done
mgl@1371
  8130
+IFS=$as_save_IFS
mgl@1371
  8131
 
mgl@1371
  8132
 fi
mgl@1371
  8133
 fi
mgl@1371
  8134
 ac_ct_AS=$ac_cv_prog_ac_ct_AS
mgl@1371
  8135
 if test -n "$ac_ct_AS"; then
mgl@1371
  8136
-  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
  8137
-echo "${ECHO_T}$ac_ct_AS" >&6
mgl@1371
  8138
+  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
  8139
+echo "${ECHO_T}$ac_ct_AS" >&6; }
mgl@1371
  8140
 else
mgl@1371
  8141
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8142
-echo "${ECHO_T}no" >&6
mgl@1371
  8143
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8144
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8145
 fi
mgl@1371
  8146
 
mgl@1371
  8147
-  AS=$ac_ct_AS
mgl@1371
  8148
+  if test "x$ac_ct_AS" = x; then
mgl@1371
  8149
+    AS=""
mgl@1371
  8150
+  else
mgl@1371
  8151
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  8152
+yes:)
mgl@1371
  8153
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8154
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8155
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  8156
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8157
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8158
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  8159
+ac_tool_warned=yes ;;
mgl@1371
  8160
+esac
mgl@1371
  8161
+    AS=$ac_ct_AS
mgl@1371
  8162
+  fi
mgl@1371
  8163
 else
mgl@1371
  8164
   AS="$ac_cv_prog_AS"
mgl@1371
  8165
 fi
mgl@1371
  8166
@@ -2631,8 +3253,8 @@
mgl@1371
  8167
 if test -n "$ac_tool_prefix"; then
mgl@1371
  8168
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
mgl@1371
  8169
 set dummy ${ac_tool_prefix}ar; ac_word=$2
mgl@1371
  8170
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8171
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8172
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8173
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8174
 if test "${ac_cv_prog_AR+set}" = set; then
mgl@1371
  8175
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8176
 else
mgl@1371
  8177
@@ -2645,32 +3267,34 @@
mgl@1371
  8178
   IFS=$as_save_IFS
mgl@1371
  8179
   test -z "$as_dir" && as_dir=.
mgl@1371
  8180
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8181
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8182
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8183
     ac_cv_prog_AR="${ac_tool_prefix}ar"
mgl@1371
  8184
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8185
     break 2
mgl@1371
  8186
   fi
mgl@1371
  8187
 done
mgl@1371
  8188
 done
mgl@1371
  8189
+IFS=$as_save_IFS
mgl@1371
  8190
 
mgl@1371
  8191
 fi
mgl@1371
  8192
 fi
mgl@1371
  8193
 AR=$ac_cv_prog_AR
mgl@1371
  8194
 if test -n "$AR"; then
mgl@1371
  8195
-  echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
  8196
-echo "${ECHO_T}$AR" >&6
mgl@1371
  8197
+  { echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
  8198
+echo "${ECHO_T}$AR" >&6; }
mgl@1371
  8199
 else
mgl@1371
  8200
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8201
-echo "${ECHO_T}no" >&6
mgl@1371
  8202
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8203
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8204
 fi
mgl@1371
  8205
 
mgl@1371
  8206
+
mgl@1371
  8207
 fi
mgl@1371
  8208
 if test -z "$ac_cv_prog_AR"; then
mgl@1371
  8209
   ac_ct_AR=$AR
mgl@1371
  8210
   # Extract the first word of "ar", so it can be a program name with args.
mgl@1371
  8211
 set dummy ar; ac_word=$2
mgl@1371
  8212
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8213
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8214
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8215
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8216
 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
mgl@1371
  8217
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8218
 else
mgl@1371
  8219
@@ -2683,26 +3307,41 @@
mgl@1371
  8220
   IFS=$as_save_IFS
mgl@1371
  8221
   test -z "$as_dir" && as_dir=.
mgl@1371
  8222
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8223
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8224
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8225
     ac_cv_prog_ac_ct_AR="ar"
mgl@1371
  8226
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8227
     break 2
mgl@1371
  8228
   fi
mgl@1371
  8229
 done
mgl@1371
  8230
 done
mgl@1371
  8231
+IFS=$as_save_IFS
mgl@1371
  8232
 
mgl@1371
  8233
 fi
mgl@1371
  8234
 fi
mgl@1371
  8235
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
mgl@1371
  8236
 if test -n "$ac_ct_AR"; then
mgl@1371
  8237
-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
  8238
-echo "${ECHO_T}$ac_ct_AR" >&6
mgl@1371
  8239
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
  8240
+echo "${ECHO_T}$ac_ct_AR" >&6; }
mgl@1371
  8241
 else
mgl@1371
  8242
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8243
-echo "${ECHO_T}no" >&6
mgl@1371
  8244
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8245
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8246
 fi
mgl@1371
  8247
 
mgl@1371
  8248
-  AR=$ac_ct_AR
mgl@1371
  8249
+  if test "x$ac_ct_AR" = x; then
mgl@1371
  8250
+    AR=""
mgl@1371
  8251
+  else
mgl@1371
  8252
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  8253
+yes:)
mgl@1371
  8254
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8255
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8256
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  8257
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8258
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8259
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  8260
+ac_tool_warned=yes ;;
mgl@1371
  8261
+esac
mgl@1371
  8262
+    AR=$ac_ct_AR
mgl@1371
  8263
+  fi
mgl@1371
  8264
 else
mgl@1371
  8265
   AR="$ac_cv_prog_AR"
mgl@1371
  8266
 fi
mgl@1371
  8267
@@ -2710,8 +3349,8 @@
mgl@1371
  8268
 if test -n "$ac_tool_prefix"; then
mgl@1371
  8269
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
mgl@1371
  8270
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
mgl@1371
  8271
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8272
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8273
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8274
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8275
 if test "${ac_cv_prog_RANLIB+set}" = set; then
mgl@1371
  8276
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8277
 else
mgl@1371
  8278
@@ -2724,32 +3363,34 @@
mgl@1371
  8279
   IFS=$as_save_IFS
mgl@1371
  8280
   test -z "$as_dir" && as_dir=.
mgl@1371
  8281
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8282
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8283
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8284
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
mgl@1371
  8285
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8286
     break 2
mgl@1371
  8287
   fi
mgl@1371
  8288
 done
mgl@1371
  8289
 done
mgl@1371
  8290
+IFS=$as_save_IFS
mgl@1371
  8291
 
mgl@1371
  8292
 fi
mgl@1371
  8293
 fi
mgl@1371
  8294
 RANLIB=$ac_cv_prog_RANLIB
mgl@1371
  8295
 if test -n "$RANLIB"; then
mgl@1371
  8296
-  echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
  8297
-echo "${ECHO_T}$RANLIB" >&6
mgl@1371
  8298
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
  8299
+echo "${ECHO_T}$RANLIB" >&6; }
mgl@1371
  8300
 else
mgl@1371
  8301
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8302
-echo "${ECHO_T}no" >&6
mgl@1371
  8303
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8304
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8305
 fi
mgl@1371
  8306
 
mgl@1371
  8307
+
mgl@1371
  8308
 fi
mgl@1371
  8309
 if test -z "$ac_cv_prog_RANLIB"; then
mgl@1371
  8310
   ac_ct_RANLIB=$RANLIB
mgl@1371
  8311
   # Extract the first word of "ranlib", so it can be a program name with args.
mgl@1371
  8312
 set dummy ranlib; ac_word=$2
mgl@1371
  8313
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8314
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8315
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8316
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8317
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
mgl@1371
  8318
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8319
 else
mgl@1371
  8320
@@ -2762,27 +3403,41 @@
mgl@1371
  8321
   IFS=$as_save_IFS
mgl@1371
  8322
   test -z "$as_dir" && as_dir=.
mgl@1371
  8323
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8324
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8325
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8326
     ac_cv_prog_ac_ct_RANLIB="ranlib"
mgl@1371
  8327
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8328
     break 2
mgl@1371
  8329
   fi
mgl@1371
  8330
 done
mgl@1371
  8331
 done
mgl@1371
  8332
+IFS=$as_save_IFS
mgl@1371
  8333
 
mgl@1371
  8334
-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
mgl@1371
  8335
 fi
mgl@1371
  8336
 fi
mgl@1371
  8337
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
mgl@1371
  8338
 if test -n "$ac_ct_RANLIB"; then
mgl@1371
  8339
-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
  8340
-echo "${ECHO_T}$ac_ct_RANLIB" >&6
mgl@1371
  8341
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
  8342
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
mgl@1371
  8343
 else
mgl@1371
  8344
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8345
-echo "${ECHO_T}no" >&6
mgl@1371
  8346
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8347
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8348
 fi
mgl@1371
  8349
 
mgl@1371
  8350
-  RANLIB=$ac_ct_RANLIB
mgl@1371
  8351
+  if test "x$ac_ct_RANLIB" = x; then
mgl@1371
  8352
+    RANLIB=":"
mgl@1371
  8353
+  else
mgl@1371
  8354
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  8355
+yes:)
mgl@1371
  8356
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8357
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8358
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  8359
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8360
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8361
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  8362
+ac_tool_warned=yes ;;
mgl@1371
  8363
+esac
mgl@1371
  8364
+    RANLIB=$ac_ct_RANLIB
mgl@1371
  8365
+  fi
mgl@1371
  8366
 else
mgl@1371
  8367
   RANLIB="$ac_cv_prog_RANLIB"
mgl@1371
  8368
 fi
mgl@1371
  8369
@@ -2790,8 +3445,8 @@
mgl@1371
  8370
 if test -n "$ac_tool_prefix"; then
mgl@1371
  8371
   # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
mgl@1371
  8372
 set dummy ${ac_tool_prefix}readelf; ac_word=$2
mgl@1371
  8373
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8374
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8375
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8376
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8377
 if test "${ac_cv_prog_READELF+set}" = set; then
mgl@1371
  8378
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8379
 else
mgl@1371
  8380
@@ -2804,32 +3459,34 @@
mgl@1371
  8381
   IFS=$as_save_IFS
mgl@1371
  8382
   test -z "$as_dir" && as_dir=.
mgl@1371
  8383
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8384
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8385
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8386
     ac_cv_prog_READELF="${ac_tool_prefix}readelf"
mgl@1371
  8387
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8388
     break 2
mgl@1371
  8389
   fi
mgl@1371
  8390
 done
mgl@1371
  8391
 done
mgl@1371
  8392
+IFS=$as_save_IFS
mgl@1371
  8393
 
mgl@1371
  8394
 fi
mgl@1371
  8395
 fi
mgl@1371
  8396
 READELF=$ac_cv_prog_READELF
mgl@1371
  8397
 if test -n "$READELF"; then
mgl@1371
  8398
-  echo "$as_me:$LINENO: result: $READELF" >&5
mgl@1371
  8399
-echo "${ECHO_T}$READELF" >&6
mgl@1371
  8400
+  { echo "$as_me:$LINENO: result: $READELF" >&5
mgl@1371
  8401
+echo "${ECHO_T}$READELF" >&6; }
mgl@1371
  8402
 else
mgl@1371
  8403
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8404
-echo "${ECHO_T}no" >&6
mgl@1371
  8405
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8406
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8407
 fi
mgl@1371
  8408
 
mgl@1371
  8409
+
mgl@1371
  8410
 fi
mgl@1371
  8411
 if test -z "$ac_cv_prog_READELF"; then
mgl@1371
  8412
   ac_ct_READELF=$READELF
mgl@1371
  8413
   # Extract the first word of "readelf", so it can be a program name with args.
mgl@1371
  8414
 set dummy readelf; ac_word=$2
mgl@1371
  8415
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8416
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8417
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8418
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8419
 if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then
mgl@1371
  8420
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8421
 else
mgl@1371
  8422
@@ -2842,27 +3499,41 @@
mgl@1371
  8423
   IFS=$as_save_IFS
mgl@1371
  8424
   test -z "$as_dir" && as_dir=.
mgl@1371
  8425
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8426
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8427
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8428
     ac_cv_prog_ac_ct_READELF="readelf"
mgl@1371
  8429
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8430
     break 2
mgl@1371
  8431
   fi
mgl@1371
  8432
 done
mgl@1371
  8433
 done
mgl@1371
  8434
+IFS=$as_save_IFS
mgl@1371
  8435
 
mgl@1371
  8436
-  test -z "$ac_cv_prog_ac_ct_READELF" && ac_cv_prog_ac_ct_READELF=":"
mgl@1371
  8437
 fi
mgl@1371
  8438
 fi
mgl@1371
  8439
 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
mgl@1371
  8440
 if test -n "$ac_ct_READELF"; then
mgl@1371
  8441
-  echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
mgl@1371
  8442
-echo "${ECHO_T}$ac_ct_READELF" >&6
mgl@1371
  8443
+  { echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
mgl@1371
  8444
+echo "${ECHO_T}$ac_ct_READELF" >&6; }
mgl@1371
  8445
 else
mgl@1371
  8446
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8447
-echo "${ECHO_T}no" >&6
mgl@1371
  8448
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8449
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8450
 fi
mgl@1371
  8451
 
mgl@1371
  8452
-  READELF=$ac_ct_READELF
mgl@1371
  8453
+  if test "x$ac_ct_READELF" = x; then
mgl@1371
  8454
+    READELF=":"
mgl@1371
  8455
+  else
mgl@1371
  8456
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  8457
+yes:)
mgl@1371
  8458
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8459
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8460
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  8461
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8462
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8463
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  8464
+ac_tool_warned=yes ;;
mgl@1371
  8465
+esac
mgl@1371
  8466
+    READELF=$ac_ct_READELF
mgl@1371
  8467
+  fi
mgl@1371
  8468
 else
mgl@1371
  8469
   READELF="$ac_cv_prog_READELF"
mgl@1371
  8470
 fi
mgl@1371
  8471
@@ -2881,8 +3552,8 @@
mgl@1371
  8472
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
mgl@1371
  8473
 # OS/2's system install, which has a completely different semantic
mgl@1371
  8474
 # ./install, which can be erroneously created by make from ./install.sh.
mgl@1371
  8475
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
  8476
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
mgl@1371
  8477
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
  8478
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
mgl@1371
  8479
 if test -z "$INSTALL"; then
mgl@1371
  8480
 if test "${ac_cv_path_install+set}" = set; then
mgl@1371
  8481
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8482
@@ -2904,7 +3575,7 @@
mgl@1371
  8483
     # by default.
mgl@1371
  8484
     for ac_prog in ginstall scoinst install; do
mgl@1371
  8485
       for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8486
-	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
mgl@1371
  8487
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
mgl@1371
  8488
 	  if test $ac_prog = install &&
mgl@1371
  8489
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
  8490
 	    # AIX install.  It has an incompatible calling convention.
mgl@1371
  8491
@@ -2923,21 +3594,22 @@
mgl@1371
  8492
     ;;
mgl@1371
  8493
 esac
mgl@1371
  8494
 done
mgl@1371
  8495
+IFS=$as_save_IFS
mgl@1371
  8496
 
mgl@1371
  8497
 
mgl@1371
  8498
 fi
mgl@1371
  8499
   if test "${ac_cv_path_install+set}" = set; then
mgl@1371
  8500
     INSTALL=$ac_cv_path_install
mgl@1371
  8501
   else
mgl@1371
  8502
-    # As a last resort, use the slow shell script.  We don't cache a
mgl@1371
  8503
-    # path for INSTALL within a source directory, because that will
mgl@1371
  8504
+    # As a last resort, use the slow shell script.  Don't cache a
mgl@1371
  8505
+    # value for INSTALL within a source directory, because that will
mgl@1371
  8506
     # break other packages using the cache if that directory is
mgl@1371
  8507
-    # removed, or if the path is relative.
mgl@1371
  8508
+    # removed, or if the value is a relative name.
mgl@1371
  8509
     INSTALL=$ac_install_sh
mgl@1371
  8510
   fi
mgl@1371
  8511
 fi
mgl@1371
  8512
-echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
  8513
-echo "${ECHO_T}$INSTALL" >&6
mgl@1371
  8514
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
  8515
+echo "${ECHO_T}$INSTALL" >&6; }
mgl@1371
  8516
 
mgl@1371
  8517
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
mgl@1371
  8518
 # It thinks the first close brace ends the variable substitution.
mgl@1371
  8519
@@ -2951,17 +3623,17 @@
mgl@1371
  8520
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
mgl@1371
  8521
 ac_given_INSTALL=$INSTALL
mgl@1371
  8522
 
mgl@1371
  8523
-echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
mgl@1371
  8524
-echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
mgl@1371
  8525
-    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
mgl@1371
  8526
+{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
mgl@1371
  8527
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
mgl@1371
  8528
+    # Check whether --enable-maintainer-mode was given.
mgl@1371
  8529
 if test "${enable_maintainer_mode+set}" = set; then
mgl@1371
  8530
-  enableval="$enable_maintainer_mode"
mgl@1371
  8531
-  USE_MAINTAINER_MODE=$enableval
mgl@1371
  8532
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
mgl@1371
  8533
 else
mgl@1371
  8534
   USE_MAINTAINER_MODE=no
mgl@1371
  8535
-fi;
mgl@1371
  8536
-  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
mgl@1371
  8537
-echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
mgl@1371
  8538
+fi
mgl@1371
  8539
+
mgl@1371
  8540
+  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
mgl@1371
  8541
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
mgl@1371
  8542
 
mgl@1371
  8543
 
mgl@1371
  8544
 if test $USE_MAINTAINER_MODE = yes; then
mgl@1371
  8545
@@ -3081,64 +3753,89 @@
mgl@1371
  8546
 
mgl@1371
  8547
 
mgl@1371
  8548
 
mgl@1371
  8549
-echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
mgl@1371
  8550
-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
mgl@1371
  8551
-if test "${lt_cv_path_SED+set}" = set; then
mgl@1371
  8552
+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
mgl@1371
  8553
+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
mgl@1371
  8554
+if test "${ac_cv_path_SED+set}" = set; then
mgl@1371
  8555
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8556
+else
mgl@1371
  8557
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
mgl@1371
  8558
+     for ac_i in 1 2 3 4 5 6 7; do
mgl@1371
  8559
+       ac_script="$ac_script$as_nl$ac_script"
mgl@1371
  8560
+     done
mgl@1371
  8561
+     echo "$ac_script" | sed 99q >conftest.sed
mgl@1371
  8562
+     $as_unset ac_script || ac_script=
mgl@1371
  8563
+     # Extract the first word of "sed gsed" to use in msg output
mgl@1371
  8564
+if test -z "$SED"; then
mgl@1371
  8565
+set dummy sed gsed; ac_prog_name=$2
mgl@1371
  8566
+if test "${ac_cv_path_SED+set}" = set; then
mgl@1371
  8567
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8568
 else
mgl@1371
  8569
-  # Loop through the user's path and test for sed and gsed.
mgl@1371
  8570
-# Then use that list of sed's as ones to test for truncation.
mgl@1371
  8571
+  ac_path_SED_found=false
mgl@1371
  8572
+# Loop through the user's path and test for each of PROGNAME-LIST
mgl@1371
  8573
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  8574
 for as_dir in $PATH
mgl@1371
  8575
 do
mgl@1371
  8576
   IFS=$as_save_IFS
mgl@1371
  8577
   test -z "$as_dir" && as_dir=.
mgl@1371
  8578
-  for lt_ac_prog in sed gsed; do
mgl@1371
  8579
-    for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8580
-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
mgl@1371
  8581
-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
mgl@1371
  8582
-      fi
mgl@1371
  8583
-    done
mgl@1371
  8584
-  done
mgl@1371
  8585
-done
mgl@1371
  8586
-IFS=$as_save_IFS
mgl@1371
  8587
-lt_ac_max=0
mgl@1371
  8588
-lt_ac_count=0
mgl@1371
  8589
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
mgl@1371
  8590
-# along with /bin/sed that truncates output.
mgl@1371
  8591
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
mgl@1371
  8592
-  test ! -f $lt_ac_sed && continue
mgl@1371
  8593
-  cat /dev/null > conftest.in
mgl@1371
  8594
-  lt_ac_count=0
mgl@1371
  8595
-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
mgl@1371
  8596
-  # Check for GNU sed and select it if it is found.
mgl@1371
  8597
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
mgl@1371
  8598
-    lt_cv_path_SED=$lt_ac_sed
mgl@1371
  8599
-    break
mgl@1371
  8600
-  fi
mgl@1371
  8601
-  while true; do
mgl@1371
  8602
-    cat conftest.in conftest.in >conftest.tmp
mgl@1371
  8603
-    mv conftest.tmp conftest.in
mgl@1371
  8604
-    cp conftest.in conftest.nl
mgl@1371
  8605
-    echo >>conftest.nl
mgl@1371
  8606
-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
mgl@1371
  8607
-    cmp -s conftest.out conftest.nl || break
mgl@1371
  8608
-    # 10000 chars as input seems more than enough
mgl@1371
  8609
-    test $lt_ac_count -gt 10 && break
mgl@1371
  8610
-    lt_ac_count=`expr $lt_ac_count + 1`
mgl@1371
  8611
-    if test $lt_ac_count -gt $lt_ac_max; then
mgl@1371
  8612
-      lt_ac_max=$lt_ac_count
mgl@1371
  8613
-      lt_cv_path_SED=$lt_ac_sed
mgl@1371
  8614
+  for ac_prog in sed gsed; do
mgl@1371
  8615
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8616
+    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
mgl@1371
  8617
+    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
mgl@1371
  8618
+    # Check for GNU ac_path_SED and select it if it is found.
mgl@1371
  8619
+  # Check for GNU $ac_path_SED
mgl@1371
  8620
+case `"$ac_path_SED" --version 2>&1` in
mgl@1371
  8621
+*GNU*)
mgl@1371
  8622
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
mgl@1371
  8623
+*)
mgl@1371
  8624
+  ac_count=0
mgl@1371
  8625
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
mgl@1371
  8626
+  while :
mgl@1371
  8627
+  do
mgl@1371
  8628
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
mgl@1371
  8629
+    mv "conftest.tmp" "conftest.in"
mgl@1371
  8630
+    cp "conftest.in" "conftest.nl"
mgl@1371
  8631
+    echo '' >> "conftest.nl"
mgl@1371
  8632
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
mgl@1371
  8633
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
mgl@1371
  8634
+    ac_count=`expr $ac_count + 1`
mgl@1371
  8635
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
mgl@1371
  8636
+      # Best one so far, save it but keep looking for a better one
mgl@1371
  8637
+      ac_cv_path_SED="$ac_path_SED"
mgl@1371
  8638
+      ac_path_SED_max=$ac_count
mgl@1371
  8639
     fi
mgl@1371
  8640
+    # 10*(2^10) chars as input seems more than enough
mgl@1371
  8641
+    test $ac_count -gt 10 && break
mgl@1371
  8642
+  done
mgl@1371
  8643
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
mgl@1371
  8644
+esac
mgl@1371
  8645
+
mgl@1371
  8646
+
mgl@1371
  8647
+    $ac_path_SED_found && break 3
mgl@1371
  8648
   done
mgl@1371
  8649
 done
mgl@1371
  8650
 
mgl@1371
  8651
+done
mgl@1371
  8652
+IFS=$as_save_IFS
mgl@1371
  8653
+
mgl@1371
  8654
+
mgl@1371
  8655
+fi
mgl@1371
  8656
+
mgl@1371
  8657
+SED="$ac_cv_path_SED"
mgl@1371
  8658
+if test -z "$SED"; then
mgl@1371
  8659
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
mgl@1371
  8660
+echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
mgl@1371
  8661
+   { (exit 1); exit 1; }; }
mgl@1371
  8662
 fi
mgl@1371
  8663
 
mgl@1371
  8664
-SED=$lt_cv_path_SED
mgl@1371
  8665
+else
mgl@1371
  8666
+  ac_cv_path_SED=$SED
mgl@1371
  8667
+fi
mgl@1371
  8668
 
mgl@1371
  8669
-echo "$as_me:$LINENO: result: $SED" >&5
mgl@1371
  8670
-echo "${ECHO_T}$SED" >&6
mgl@1371
  8671
+fi
mgl@1371
  8672
+{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
mgl@1371
  8673
+echo "${ECHO_T}$ac_cv_path_SED" >&6; }
mgl@1371
  8674
+ SED="$ac_cv_path_SED"
mgl@1371
  8675
+  rm -f conftest.sed
mgl@1371
  8676
 
mgl@1371
  8677
 test -z "$SED" && SED=sed
mgl@1371
  8678
 Xsed="$SED -e 1s/^X//"
mgl@1371
  8679
@@ -3161,8 +3858,8 @@
mgl@1371
  8680
   if test -n "$ac_tool_prefix"; then
mgl@1371
  8681
   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
mgl@1371
  8682
 set dummy ${ac_tool_prefix}as; ac_word=$2
mgl@1371
  8683
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8684
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8685
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8686
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8687
 if test "${ac_cv_prog_AS+set}" = set; then
mgl@1371
  8688
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8689
 else
mgl@1371
  8690
@@ -3175,32 +3872,34 @@
mgl@1371
  8691
   IFS=$as_save_IFS
mgl@1371
  8692
   test -z "$as_dir" && as_dir=.
mgl@1371
  8693
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8694
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8695
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8696
     ac_cv_prog_AS="${ac_tool_prefix}as"
mgl@1371
  8697
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8698
     break 2
mgl@1371
  8699
   fi
mgl@1371
  8700
 done
mgl@1371
  8701
 done
mgl@1371
  8702
+IFS=$as_save_IFS
mgl@1371
  8703
 
mgl@1371
  8704
 fi
mgl@1371
  8705
 fi
mgl@1371
  8706
 AS=$ac_cv_prog_AS
mgl@1371
  8707
 if test -n "$AS"; then
mgl@1371
  8708
-  echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
  8709
-echo "${ECHO_T}$AS" >&6
mgl@1371
  8710
+  { echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
  8711
+echo "${ECHO_T}$AS" >&6; }
mgl@1371
  8712
 else
mgl@1371
  8713
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8714
-echo "${ECHO_T}no" >&6
mgl@1371
  8715
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8716
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8717
 fi
mgl@1371
  8718
 
mgl@1371
  8719
+
mgl@1371
  8720
 fi
mgl@1371
  8721
 if test -z "$ac_cv_prog_AS"; then
mgl@1371
  8722
   ac_ct_AS=$AS
mgl@1371
  8723
   # Extract the first word of "as", so it can be a program name with args.
mgl@1371
  8724
 set dummy as; ac_word=$2
mgl@1371
  8725
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8726
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8727
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8728
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8729
 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
mgl@1371
  8730
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8731
 else
mgl@1371
  8732
@@ -3213,27 +3912,41 @@
mgl@1371
  8733
   IFS=$as_save_IFS
mgl@1371
  8734
   test -z "$as_dir" && as_dir=.
mgl@1371
  8735
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8736
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8737
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8738
     ac_cv_prog_ac_ct_AS="as"
mgl@1371
  8739
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8740
     break 2
mgl@1371
  8741
   fi
mgl@1371
  8742
 done
mgl@1371
  8743
 done
mgl@1371
  8744
+IFS=$as_save_IFS
mgl@1371
  8745
 
mgl@1371
  8746
-  test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="false"
mgl@1371
  8747
 fi
mgl@1371
  8748
 fi
mgl@1371
  8749
 ac_ct_AS=$ac_cv_prog_ac_ct_AS
mgl@1371
  8750
 if test -n "$ac_ct_AS"; then
mgl@1371
  8751
-  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
  8752
-echo "${ECHO_T}$ac_ct_AS" >&6
mgl@1371
  8753
+  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
  8754
+echo "${ECHO_T}$ac_ct_AS" >&6; }
mgl@1371
  8755
 else
mgl@1371
  8756
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8757
-echo "${ECHO_T}no" >&6
mgl@1371
  8758
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8759
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8760
 fi
mgl@1371
  8761
 
mgl@1371
  8762
-  AS=$ac_ct_AS
mgl@1371
  8763
+  if test "x$ac_ct_AS" = x; then
mgl@1371
  8764
+    AS="false"
mgl@1371
  8765
+  else
mgl@1371
  8766
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  8767
+yes:)
mgl@1371
  8768
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8769
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8770
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  8771
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8772
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8773
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  8774
+ac_tool_warned=yes ;;
mgl@1371
  8775
+esac
mgl@1371
  8776
+    AS=$ac_ct_AS
mgl@1371
  8777
+  fi
mgl@1371
  8778
 else
mgl@1371
  8779
   AS="$ac_cv_prog_AS"
mgl@1371
  8780
 fi
mgl@1371
  8781
@@ -3241,8 +3954,8 @@
mgl@1371
  8782
   if test -n "$ac_tool_prefix"; then
mgl@1371
  8783
   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
mgl@1371
  8784
 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
mgl@1371
  8785
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8786
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8787
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8788
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8789
 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
mgl@1371
  8790
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8791
 else
mgl@1371
  8792
@@ -3255,32 +3968,34 @@
mgl@1371
  8793
   IFS=$as_save_IFS
mgl@1371
  8794
   test -z "$as_dir" && as_dir=.
mgl@1371
  8795
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8796
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8797
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8798
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
mgl@1371
  8799
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8800
     break 2
mgl@1371
  8801
   fi
mgl@1371
  8802
 done
mgl@1371
  8803
 done
mgl@1371
  8804
+IFS=$as_save_IFS
mgl@1371
  8805
 
mgl@1371
  8806
 fi
mgl@1371
  8807
 fi
mgl@1371
  8808
 DLLTOOL=$ac_cv_prog_DLLTOOL
mgl@1371
  8809
 if test -n "$DLLTOOL"; then
mgl@1371
  8810
-  echo "$as_me:$LINENO: result: $DLLTOOL" >&5
mgl@1371
  8811
-echo "${ECHO_T}$DLLTOOL" >&6
mgl@1371
  8812
+  { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
mgl@1371
  8813
+echo "${ECHO_T}$DLLTOOL" >&6; }
mgl@1371
  8814
 else
mgl@1371
  8815
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8816
-echo "${ECHO_T}no" >&6
mgl@1371
  8817
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8818
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8819
 fi
mgl@1371
  8820
 
mgl@1371
  8821
+
mgl@1371
  8822
 fi
mgl@1371
  8823
 if test -z "$ac_cv_prog_DLLTOOL"; then
mgl@1371
  8824
   ac_ct_DLLTOOL=$DLLTOOL
mgl@1371
  8825
   # Extract the first word of "dlltool", so it can be a program name with args.
mgl@1371
  8826
 set dummy dlltool; ac_word=$2
mgl@1371
  8827
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8828
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8829
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8830
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8831
 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
mgl@1371
  8832
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8833
 else
mgl@1371
  8834
@@ -3293,27 +4008,41 @@
mgl@1371
  8835
   IFS=$as_save_IFS
mgl@1371
  8836
   test -z "$as_dir" && as_dir=.
mgl@1371
  8837
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8838
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8839
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8840
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
mgl@1371
  8841
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8842
     break 2
mgl@1371
  8843
   fi
mgl@1371
  8844
 done
mgl@1371
  8845
 done
mgl@1371
  8846
+IFS=$as_save_IFS
mgl@1371
  8847
 
mgl@1371
  8848
-  test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
mgl@1371
  8849
 fi
mgl@1371
  8850
 fi
mgl@1371
  8851
 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
mgl@1371
  8852
 if test -n "$ac_ct_DLLTOOL"; then
mgl@1371
  8853
-  echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
mgl@1371
  8854
-echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
mgl@1371
  8855
+  { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
mgl@1371
  8856
+echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
mgl@1371
  8857
 else
mgl@1371
  8858
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8859
-echo "${ECHO_T}no" >&6
mgl@1371
  8860
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8861
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8862
 fi
mgl@1371
  8863
 
mgl@1371
  8864
-  DLLTOOL=$ac_ct_DLLTOOL
mgl@1371
  8865
+  if test "x$ac_ct_DLLTOOL" = x; then
mgl@1371
  8866
+    DLLTOOL="false"
mgl@1371
  8867
+  else
mgl@1371
  8868
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  8869
+yes:)
mgl@1371
  8870
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8871
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8872
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  8873
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8874
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8875
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  8876
+ac_tool_warned=yes ;;
mgl@1371
  8877
+esac
mgl@1371
  8878
+    DLLTOOL=$ac_ct_DLLTOOL
mgl@1371
  8879
+  fi
mgl@1371
  8880
 else
mgl@1371
  8881
   DLLTOOL="$ac_cv_prog_DLLTOOL"
mgl@1371
  8882
 fi
mgl@1371
  8883
@@ -3321,8 +4050,8 @@
mgl@1371
  8884
   if test -n "$ac_tool_prefix"; then
mgl@1371
  8885
   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
mgl@1371
  8886
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
mgl@1371
  8887
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8888
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8889
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8890
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8891
 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
mgl@1371
  8892
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8893
 else
mgl@1371
  8894
@@ -3335,32 +4064,34 @@
mgl@1371
  8895
   IFS=$as_save_IFS
mgl@1371
  8896
   test -z "$as_dir" && as_dir=.
mgl@1371
  8897
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8898
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8899
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8900
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
mgl@1371
  8901
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8902
     break 2
mgl@1371
  8903
   fi
mgl@1371
  8904
 done
mgl@1371
  8905
 done
mgl@1371
  8906
+IFS=$as_save_IFS
mgl@1371
  8907
 
mgl@1371
  8908
 fi
mgl@1371
  8909
 fi
mgl@1371
  8910
 OBJDUMP=$ac_cv_prog_OBJDUMP
mgl@1371
  8911
 if test -n "$OBJDUMP"; then
mgl@1371
  8912
-  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
mgl@1371
  8913
-echo "${ECHO_T}$OBJDUMP" >&6
mgl@1371
  8914
+  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
mgl@1371
  8915
+echo "${ECHO_T}$OBJDUMP" >&6; }
mgl@1371
  8916
 else
mgl@1371
  8917
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8918
-echo "${ECHO_T}no" >&6
mgl@1371
  8919
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8920
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8921
 fi
mgl@1371
  8922
 
mgl@1371
  8923
+
mgl@1371
  8924
 fi
mgl@1371
  8925
 if test -z "$ac_cv_prog_OBJDUMP"; then
mgl@1371
  8926
   ac_ct_OBJDUMP=$OBJDUMP
mgl@1371
  8927
   # Extract the first word of "objdump", so it can be a program name with args.
mgl@1371
  8928
 set dummy objdump; ac_word=$2
mgl@1371
  8929
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8930
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8931
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8932
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8933
 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
mgl@1371
  8934
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8935
 else
mgl@1371
  8936
@@ -3373,27 +4104,41 @@
mgl@1371
  8937
   IFS=$as_save_IFS
mgl@1371
  8938
   test -z "$as_dir" && as_dir=.
mgl@1371
  8939
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  8940
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  8941
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  8942
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
mgl@1371
  8943
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  8944
     break 2
mgl@1371
  8945
   fi
mgl@1371
  8946
 done
mgl@1371
  8947
 done
mgl@1371
  8948
+IFS=$as_save_IFS
mgl@1371
  8949
 
mgl@1371
  8950
-  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
mgl@1371
  8951
 fi
mgl@1371
  8952
 fi
mgl@1371
  8953
 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
mgl@1371
  8954
 if test -n "$ac_ct_OBJDUMP"; then
mgl@1371
  8955
-  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
mgl@1371
  8956
-echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
mgl@1371
  8957
+  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
mgl@1371
  8958
+echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
mgl@1371
  8959
 else
mgl@1371
  8960
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8961
-echo "${ECHO_T}no" >&6
mgl@1371
  8962
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  8963
+echo "${ECHO_T}no" >&6; }
mgl@1371
  8964
 fi
mgl@1371
  8965
 
mgl@1371
  8966
-  OBJDUMP=$ac_ct_OBJDUMP
mgl@1371
  8967
+  if test "x$ac_ct_OBJDUMP" = x; then
mgl@1371
  8968
+    OBJDUMP="false"
mgl@1371
  8969
+  else
mgl@1371
  8970
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  8971
+yes:)
mgl@1371
  8972
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8973
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8974
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  8975
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  8976
+whose name does not start with the host triplet.  If you think this
mgl@1371
  8977
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  8978
+ac_tool_warned=yes ;;
mgl@1371
  8979
+esac
mgl@1371
  8980
+    OBJDUMP=$ac_ct_OBJDUMP
mgl@1371
  8981
+  fi
mgl@1371
  8982
 else
mgl@1371
  8983
   OBJDUMP="$ac_cv_prog_OBJDUMP"
mgl@1371
  8984
 fi
mgl@1371
  8985
@@ -3454,8 +4199,8 @@
mgl@1371
  8986
 if test -n "$ac_tool_prefix"; then
mgl@1371
  8987
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
mgl@1371
  8988
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
mgl@1371
  8989
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8990
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  8991
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  8992
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  8993
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
  8994
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  8995
 else
mgl@1371
  8996
@@ -3468,32 +4213,34 @@
mgl@1371
  8997
   IFS=$as_save_IFS
mgl@1371
  8998
   test -z "$as_dir" && as_dir=.
mgl@1371
  8999
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  9000
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  9001
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  9002
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
mgl@1371
  9003
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  9004
     break 2
mgl@1371
  9005
   fi
mgl@1371
  9006
 done
mgl@1371
  9007
 done
mgl@1371
  9008
+IFS=$as_save_IFS
mgl@1371
  9009
 
mgl@1371
  9010
 fi
mgl@1371
  9011
 fi
mgl@1371
  9012
 CC=$ac_cv_prog_CC
mgl@1371
  9013
 if test -n "$CC"; then
mgl@1371
  9014
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  9015
-echo "${ECHO_T}$CC" >&6
mgl@1371
  9016
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  9017
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
  9018
 else
mgl@1371
  9019
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9020
-echo "${ECHO_T}no" >&6
mgl@1371
  9021
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9022
+echo "${ECHO_T}no" >&6; }
mgl@1371
  9023
 fi
mgl@1371
  9024
 
mgl@1371
  9025
+
mgl@1371
  9026
 fi
mgl@1371
  9027
 if test -z "$ac_cv_prog_CC"; then
mgl@1371
  9028
   ac_ct_CC=$CC
mgl@1371
  9029
   # Extract the first word of "gcc", so it can be a program name with args.
mgl@1371
  9030
 set dummy gcc; ac_word=$2
mgl@1371
  9031
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9032
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  9033
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9034
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  9035
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
mgl@1371
  9036
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9037
 else
mgl@1371
  9038
@@ -3506,36 +4253,51 @@
mgl@1371
  9039
   IFS=$as_save_IFS
mgl@1371
  9040
   test -z "$as_dir" && as_dir=.
mgl@1371
  9041
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  9042
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  9043
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  9044
     ac_cv_prog_ac_ct_CC="gcc"
mgl@1371
  9045
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  9046
     break 2
mgl@1371
  9047
   fi
mgl@1371
  9048
 done
mgl@1371
  9049
 done
mgl@1371
  9050
+IFS=$as_save_IFS
mgl@1371
  9051
 
mgl@1371
  9052
 fi
mgl@1371
  9053
 fi
mgl@1371
  9054
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
mgl@1371
  9055
 if test -n "$ac_ct_CC"; then
mgl@1371
  9056
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
  9057
-echo "${ECHO_T}$ac_ct_CC" >&6
mgl@1371
  9058
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
  9059
+echo "${ECHO_T}$ac_ct_CC" >&6; }
mgl@1371
  9060
 else
mgl@1371
  9061
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9062
-echo "${ECHO_T}no" >&6
mgl@1371
  9063
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9064
+echo "${ECHO_T}no" >&6; }
mgl@1371
  9065
 fi
mgl@1371
  9066
 
mgl@1371
  9067
-  CC=$ac_ct_CC
mgl@1371
  9068
+  if test "x$ac_ct_CC" = x; then
mgl@1371
  9069
+    CC=""
mgl@1371
  9070
+  else
mgl@1371
  9071
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  9072
+yes:)
mgl@1371
  9073
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  9074
+whose name does not start with the host triplet.  If you think this
mgl@1371
  9075
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  9076
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  9077
+whose name does not start with the host triplet.  If you think this
mgl@1371
  9078
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  9079
+ac_tool_warned=yes ;;
mgl@1371
  9080
+esac
mgl@1371
  9081
+    CC=$ac_ct_CC
mgl@1371
  9082
+  fi
mgl@1371
  9083
 else
mgl@1371
  9084
   CC="$ac_cv_prog_CC"
mgl@1371
  9085
 fi
mgl@1371
  9086
 
mgl@1371
  9087
 if test -z "$CC"; then
mgl@1371
  9088
-  if test -n "$ac_tool_prefix"; then
mgl@1371
  9089
-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
mgl@1371
  9090
+          if test -n "$ac_tool_prefix"; then
mgl@1371
  9091
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
mgl@1371
  9092
 set dummy ${ac_tool_prefix}cc; ac_word=$2
mgl@1371
  9093
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9094
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  9095
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9096
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  9097
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
  9098
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9099
 else
mgl@1371
  9100
@@ -3548,98 +4310,59 @@
mgl@1371
  9101
   IFS=$as_save_IFS
mgl@1371
  9102
   test -z "$as_dir" && as_dir=.
mgl@1371
  9103
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  9104
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  9105
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  9106
     ac_cv_prog_CC="${ac_tool_prefix}cc"
mgl@1371
  9107
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  9108
     break 2
mgl@1371
  9109
   fi
mgl@1371
  9110
 done
mgl@1371
  9111
 done
mgl@1371
  9112
+IFS=$as_save_IFS
mgl@1371
  9113
 
mgl@1371
  9114
 fi
mgl@1371
  9115
 fi
mgl@1371
  9116
 CC=$ac_cv_prog_CC
mgl@1371
  9117
 if test -n "$CC"; then
mgl@1371
  9118
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  9119
-echo "${ECHO_T}$CC" >&6
mgl@1371
  9120
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  9121
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
  9122
 else
mgl@1371
  9123
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9124
-echo "${ECHO_T}no" >&6
mgl@1371
  9125
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9126
+echo "${ECHO_T}no" >&6; }
mgl@1371
  9127
 fi
mgl@1371
  9128
 
mgl@1371
  9129
+
mgl@1371
  9130
+  fi
mgl@1371
  9131
 fi
mgl@1371
  9132
-if test -z "$ac_cv_prog_CC"; then
mgl@1371
  9133
-  ac_ct_CC=$CC
mgl@1371
  9134
+if test -z "$CC"; then
mgl@1371
  9135
   # Extract the first word of "cc", so it can be a program name with args.
mgl@1371
  9136
 set dummy cc; ac_word=$2
mgl@1371
  9137
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9138
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  9139
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
mgl@1371
  9140
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9141
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  9142
+if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
  9143
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9144
 else
mgl@1371
  9145
-  if test -n "$ac_ct_CC"; then
mgl@1371
  9146
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
mgl@1371
  9147
+  if test -n "$CC"; then
mgl@1371
  9148
+  ac_cv_prog_CC="$CC" # Let the user override the test.
mgl@1371
  9149
 else
mgl@1371
  9150
+  ac_prog_rejected=no
mgl@1371
  9151
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  9152
 for as_dir in $PATH
mgl@1371
  9153
 do
mgl@1371
  9154
   IFS=$as_save_IFS
mgl@1371
  9155
   test -z "$as_dir" && as_dir=.
mgl@1371
  9156
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  9157
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  9158
-    ac_cv_prog_ac_ct_CC="cc"
mgl@1371
  9159
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  9160
-    break 2
mgl@1371
  9161
-  fi
mgl@1371
  9162
-done
mgl@1371
  9163
-done
mgl@1371
  9164
-
mgl@1371
  9165
-fi
mgl@1371
  9166
-fi
mgl@1371
  9167
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
mgl@1371
  9168
-if test -n "$ac_ct_CC"; then
mgl@1371
  9169
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
  9170
-echo "${ECHO_T}$ac_ct_CC" >&6
mgl@1371
  9171
-else
mgl@1371
  9172
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9173
-echo "${ECHO_T}no" >&6
mgl@1371
  9174
-fi
mgl@1371
  9175
-
mgl@1371
  9176
-  CC=$ac_ct_CC
mgl@1371
  9177
-else
mgl@1371
  9178
-  CC="$ac_cv_prog_CC"
mgl@1371
  9179
-fi
mgl@1371
  9180
-
mgl@1371
  9181
-fi
mgl@1371
  9182
-if test -z "$CC"; then
mgl@1371
  9183
-  # Extract the first word of "cc", so it can be a program name with args.
mgl@1371
  9184
-set dummy cc; ac_word=$2
mgl@1371
  9185
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9186
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  9187
-if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
  9188
-  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9189
-else
mgl@1371
  9190
-  if test -n "$CC"; then
mgl@1371
  9191
-  ac_cv_prog_CC="$CC" # Let the user override the test.
mgl@1371
  9192
-else
mgl@1371
  9193
-  ac_prog_rejected=no
mgl@1371
  9194
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
  9195
-for as_dir in $PATH
mgl@1371
  9196
-do
mgl@1371
  9197
-  IFS=$as_save_IFS
mgl@1371
  9198
-  test -z "$as_dir" && as_dir=.
mgl@1371
  9199
-  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  9200
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  9201
-    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
mgl@1371
  9202
-       ac_prog_rejected=yes
mgl@1371
  9203
-       continue
mgl@1371
  9204
-     fi
mgl@1371
  9205
-    ac_cv_prog_CC="cc"
mgl@1371
  9206
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  9207
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
mgl@1371
  9208
+       ac_prog_rejected=yes
mgl@1371
  9209
+       continue
mgl@1371
  9210
+     fi
mgl@1371
  9211
+    ac_cv_prog_CC="cc"
mgl@1371
  9212
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  9213
     break 2
mgl@1371
  9214
   fi
mgl@1371
  9215
 done
mgl@1371
  9216
 done
mgl@1371
  9217
+IFS=$as_save_IFS
mgl@1371
  9218
 
mgl@1371
  9219
 if test $ac_prog_rejected = yes; then
mgl@1371
  9220
   # We found a bogon in the path, so make sure we never use it.
mgl@1371
  9221
@@ -3657,22 +4380,23 @@
mgl@1371
  9222
 fi
mgl@1371
  9223
 CC=$ac_cv_prog_CC
mgl@1371
  9224
 if test -n "$CC"; then
mgl@1371
  9225
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  9226
-echo "${ECHO_T}$CC" >&6
mgl@1371
  9227
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  9228
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
  9229
 else
mgl@1371
  9230
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9231
-echo "${ECHO_T}no" >&6
mgl@1371
  9232
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9233
+echo "${ECHO_T}no" >&6; }
mgl@1371
  9234
 fi
mgl@1371
  9235
 
mgl@1371
  9236
+
mgl@1371
  9237
 fi
mgl@1371
  9238
 if test -z "$CC"; then
mgl@1371
  9239
   if test -n "$ac_tool_prefix"; then
mgl@1371
  9240
-  for ac_prog in cl
mgl@1371
  9241
+  for ac_prog in cl.exe
mgl@1371
  9242
   do
mgl@1371
  9243
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
mgl@1371
  9244
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
mgl@1371
  9245
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9246
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  9247
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9248
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  9249
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
  9250
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9251
 else
mgl@1371
  9252
@@ -3685,36 +4409,38 @@
mgl@1371
  9253
   IFS=$as_save_IFS
mgl@1371
  9254
   test -z "$as_dir" && as_dir=.
mgl@1371
  9255
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  9256
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  9257
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  9258
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
mgl@1371
  9259
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  9260
     break 2
mgl@1371
  9261
   fi
mgl@1371
  9262
 done
mgl@1371
  9263
 done
mgl@1371
  9264
+IFS=$as_save_IFS
mgl@1371
  9265
 
mgl@1371
  9266
 fi
mgl@1371
  9267
 fi
mgl@1371
  9268
 CC=$ac_cv_prog_CC
mgl@1371
  9269
 if test -n "$CC"; then
mgl@1371
  9270
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  9271
-echo "${ECHO_T}$CC" >&6
mgl@1371
  9272
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
  9273
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
  9274
 else
mgl@1371
  9275
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9276
-echo "${ECHO_T}no" >&6
mgl@1371
  9277
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9278
+echo "${ECHO_T}no" >&6; }
mgl@1371
  9279
 fi
mgl@1371
  9280
 
mgl@1371
  9281
+
mgl@1371
  9282
     test -n "$CC" && break
mgl@1371
  9283
   done
mgl@1371
  9284
 fi
mgl@1371
  9285
 if test -z "$CC"; then
mgl@1371
  9286
   ac_ct_CC=$CC
mgl@1371
  9287
-  for ac_prog in cl
mgl@1371
  9288
+  for ac_prog in cl.exe
mgl@1371
  9289
 do
mgl@1371
  9290
   # Extract the first word of "$ac_prog", so it can be a program name with args.
mgl@1371
  9291
 set dummy $ac_prog; ac_word=$2
mgl@1371
  9292
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9293
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
  9294
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
  9295
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
  9296
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
mgl@1371
  9297
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9298
 else
mgl@1371
  9299
@@ -3727,29 +4453,45 @@
mgl@1371
  9300
   IFS=$as_save_IFS
mgl@1371
  9301
   test -z "$as_dir" && as_dir=.
mgl@1371
  9302
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
  9303
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
  9304
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
  9305
     ac_cv_prog_ac_ct_CC="$ac_prog"
mgl@1371
  9306
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
  9307
     break 2
mgl@1371
  9308
   fi
mgl@1371
  9309
 done
mgl@1371
  9310
 done
mgl@1371
  9311
+IFS=$as_save_IFS
mgl@1371
  9312
 
mgl@1371
  9313
 fi
mgl@1371
  9314
 fi
mgl@1371
  9315
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
mgl@1371
  9316
 if test -n "$ac_ct_CC"; then
mgl@1371
  9317
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
  9318
-echo "${ECHO_T}$ac_ct_CC" >&6
mgl@1371
  9319
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
  9320
+echo "${ECHO_T}$ac_ct_CC" >&6; }
mgl@1371
  9321
 else
mgl@1371
  9322
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9323
-echo "${ECHO_T}no" >&6
mgl@1371
  9324
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
  9325
+echo "${ECHO_T}no" >&6; }
mgl@1371
  9326
 fi
mgl@1371
  9327
 
mgl@1371
  9328
+
mgl@1371
  9329
   test -n "$ac_ct_CC" && break
mgl@1371
  9330
 done
mgl@1371
  9331
 
mgl@1371
  9332
-  CC=$ac_ct_CC
mgl@1371
  9333
+  if test "x$ac_ct_CC" = x; then
mgl@1371
  9334
+    CC=""
mgl@1371
  9335
+  else
mgl@1371
  9336
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
  9337
+yes:)
mgl@1371
  9338
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  9339
+whose name does not start with the host triplet.  If you think this
mgl@1371
  9340
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
  9341
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
  9342
+whose name does not start with the host triplet.  If you think this
mgl@1371
  9343
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
  9344
+ac_tool_warned=yes ;;
mgl@1371
  9345
+esac
mgl@1371
  9346
+    CC=$ac_ct_CC
mgl@1371
  9347
+  fi
mgl@1371
  9348
 fi
mgl@1371
  9349
 
mgl@1371
  9350
 fi
mgl@1371
  9351
@@ -3762,21 +4504,35 @@
mgl@1371
  9352
    { (exit 1); exit 1; }; }
mgl@1371
  9353
 
mgl@1371
  9354
 # Provide some information about the compiler.
mgl@1371
  9355
-echo "$as_me:$LINENO:" \
mgl@1371
  9356
-     "checking for C compiler version" >&5
mgl@1371
  9357
+echo "$as_me:$LINENO: checking for C compiler version" >&5
mgl@1371
  9358
 ac_compiler=`set X $ac_compile; echo $2`
mgl@1371
  9359
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
mgl@1371
  9360
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
mgl@1371
  9361
+{ (ac_try="$ac_compiler --version >&5"
mgl@1371
  9362
+case "(($ac_try" in
mgl@1371
  9363
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9364
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9365
+esac
mgl@1371
  9366
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9367
+  (eval "$ac_compiler --version >&5") 2>&5
mgl@1371
  9368
   ac_status=$?
mgl@1371
  9369
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9370
   (exit $ac_status); }
mgl@1371
  9371
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
mgl@1371
  9372
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
mgl@1371
  9373
+{ (ac_try="$ac_compiler -v >&5"
mgl@1371
  9374
+case "(($ac_try" in
mgl@1371
  9375
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9376
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9377
+esac
mgl@1371
  9378
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9379
+  (eval "$ac_compiler -v >&5") 2>&5
mgl@1371
  9380
   ac_status=$?
mgl@1371
  9381
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9382
   (exit $ac_status); }
mgl@1371
  9383
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
mgl@1371
  9384
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
mgl@1371
  9385
+{ (ac_try="$ac_compiler -V >&5"
mgl@1371
  9386
+case "(($ac_try" in
mgl@1371
  9387
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9388
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9389
+esac
mgl@1371
  9390
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9391
+  (eval "$ac_compiler -V >&5") 2>&5
mgl@1371
  9392
   ac_status=$?
mgl@1371
  9393
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9394
   (exit $ac_status); }
mgl@1371
  9395
@@ -3801,47 +4557,77 @@
mgl@1371
  9396
 # Try to create an executable without -o first, disregard a.out.
mgl@1371
  9397
 # It will help us diagnose broken compilers, and finding out an intuition
mgl@1371
  9398
 # of exeext.
mgl@1371
  9399
-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
mgl@1371
  9400
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
mgl@1371
  9401
+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
mgl@1371
  9402
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
mgl@1371
  9403
 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mgl@1371
  9404
-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
mgl@1371
  9405
-  (eval $ac_link_default) 2>&5
mgl@1371
  9406
+#
mgl@1371
  9407
+# List of possible output files, starting from the most likely.
mgl@1371
  9408
+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
mgl@1371
  9409
+# only as a last resort.  b.out is created by i960 compilers.
mgl@1371
  9410
+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
mgl@1371
  9411
+#
mgl@1371
  9412
+# The IRIX 6 linker writes into existing files which may not be
mgl@1371
  9413
+# executable, retaining their permissions.  Remove them first so a
mgl@1371
  9414
+# subsequent execution test works.
mgl@1371
  9415
+ac_rmfiles=
mgl@1371
  9416
+for ac_file in $ac_files
mgl@1371
  9417
+do
mgl@1371
  9418
+  case $ac_file in
mgl@1371
  9419
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
mgl@1371
  9420
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
mgl@1371
  9421
+  esac
mgl@1371
  9422
+done
mgl@1371
  9423
+rm -f $ac_rmfiles
mgl@1371
  9424
+
mgl@1371
  9425
+if { (ac_try="$ac_link_default"
mgl@1371
  9426
+case "(($ac_try" in
mgl@1371
  9427
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9428
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9429
+esac
mgl@1371
  9430
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9431
+  (eval "$ac_link_default") 2>&5
mgl@1371
  9432
   ac_status=$?
mgl@1371
  9433
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9434
   (exit $ac_status); }; then
mgl@1371
  9435
-  # Find the output, starting from the most likely.  This scheme is
mgl@1371
  9436
-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
mgl@1371
  9437
-# resort.
mgl@1371
  9438
-
mgl@1371
  9439
-# Be careful to initialize this variable, since it used to be cached.
mgl@1371
  9440
-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
mgl@1371
  9441
-ac_cv_exeext=
mgl@1371
  9442
-# b.out is created by i960 compilers.
mgl@1371
  9443
-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
mgl@1371
  9444
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
mgl@1371
  9445
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
mgl@1371
  9446
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
mgl@1371
  9447
+# so that the user can short-circuit this test for compilers unknown to
mgl@1371
  9448
+# Autoconf.
mgl@1371
  9449
+for ac_file in $ac_files ''
mgl@1371
  9450
 do
mgl@1371
  9451
   test -f "$ac_file" || continue
mgl@1371
  9452
   case $ac_file in
mgl@1371
  9453
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
mgl@1371
  9454
-	;;
mgl@1371
  9455
-    conftest.$ac_ext )
mgl@1371
  9456
-	# This is the source file.
mgl@1371
  9457
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
mgl@1371
  9458
 	;;
mgl@1371
  9459
     [ab].out )
mgl@1371
  9460
 	# We found the default executable, but exeext='' is most
mgl@1371
  9461
 	# certainly right.
mgl@1371
  9462
 	break;;
mgl@1371
  9463
     *.* )
mgl@1371
  9464
-	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mgl@1371
  9465
-	# FIXME: I believe we export ac_cv_exeext for Libtool,
mgl@1371
  9466
-	# but it would be cool to find out if it's true.  Does anybody
mgl@1371
  9467
-	# maintain Libtool? --akim.
mgl@1371
  9468
-	export ac_cv_exeext
mgl@1371
  9469
+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
mgl@1371
  9470
+	then :; else
mgl@1371
  9471
+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mgl@1371
  9472
+	fi
mgl@1371
  9473
+	# We set ac_cv_exeext here because the later test for it is not
mgl@1371
  9474
+	# safe: cross compilers may not add the suffix if given an `-o'
mgl@1371
  9475
+	# argument, so we may need to know it at that point already.
mgl@1371
  9476
+	# Even if this section looks crufty: it has the advantage of
mgl@1371
  9477
+	# actually working.
mgl@1371
  9478
 	break;;
mgl@1371
  9479
     * )
mgl@1371
  9480
 	break;;
mgl@1371
  9481
   esac
mgl@1371
  9482
 done
mgl@1371
  9483
+test "$ac_cv_exeext" = no && ac_cv_exeext=
mgl@1371
  9484
+
mgl@1371
  9485
 else
mgl@1371
  9486
+  ac_file=''
mgl@1371
  9487
+fi
mgl@1371
  9488
+
mgl@1371
  9489
+{ echo "$as_me:$LINENO: result: $ac_file" >&5
mgl@1371
  9490
+echo "${ECHO_T}$ac_file" >&6; }
mgl@1371
  9491
+if test -z "$ac_file"; then
mgl@1371
  9492
   echo "$as_me: failed program was:" >&5
mgl@1371
  9493
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
  9494
 
mgl@1371
  9495
@@ -3853,19 +4639,21 @@
mgl@1371
  9496
 fi
mgl@1371
  9497
 
mgl@1371
  9498
 ac_exeext=$ac_cv_exeext
mgl@1371
  9499
-echo "$as_me:$LINENO: result: $ac_file" >&5
mgl@1371
  9500
-echo "${ECHO_T}$ac_file" >&6
mgl@1371
  9501
 
mgl@1371
  9502
-# Check the compiler produces executables we can run.  If not, either
mgl@1371
  9503
+# Check that the compiler produces executables we can run.  If not, either
mgl@1371
  9504
 # the compiler is broken, or we cross compile.
mgl@1371
  9505
-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
mgl@1371
  9506
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
mgl@1371
  9507
+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
mgl@1371
  9508
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
mgl@1371
  9509
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
mgl@1371
  9510
 # If not cross compiling, check that we can run a simple program.
mgl@1371
  9511
 if test "$cross_compiling" != yes; then
mgl@1371
  9512
   if { ac_try='./$ac_file'
mgl@1371
  9513
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  9514
-  (eval $ac_try) 2>&5
mgl@1371
  9515
+  { (case "(($ac_try" in
mgl@1371
  9516
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9517
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9518
+esac
mgl@1371
  9519
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9520
+  (eval "$ac_try") 2>&5
mgl@1371
  9521
   ac_status=$?
mgl@1371
  9522
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9523
   (exit $ac_status); }; }; then
mgl@1371
  9524
@@ -3884,22 +4672,27 @@
mgl@1371
  9525
     fi
mgl@1371
  9526
   fi
mgl@1371
  9527
 fi
mgl@1371
  9528
-echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
  9529
-echo "${ECHO_T}yes" >&6
mgl@1371
  9530
+{ echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
  9531
+echo "${ECHO_T}yes" >&6; }
mgl@1371
  9532
 
mgl@1371
  9533
 rm -f a.out a.exe conftest$ac_cv_exeext b.out
mgl@1371
  9534
 ac_clean_files=$ac_clean_files_save
mgl@1371
  9535
-# Check the compiler produces executables we can run.  If not, either
mgl@1371
  9536
+# Check that the compiler produces executables we can run.  If not, either
mgl@1371
  9537
 # the compiler is broken, or we cross compile.
mgl@1371
  9538
-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
mgl@1371
  9539
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
mgl@1371
  9540
-echo "$as_me:$LINENO: result: $cross_compiling" >&5
mgl@1371
  9541
-echo "${ECHO_T}$cross_compiling" >&6
mgl@1371
  9542
-
mgl@1371
  9543
-echo "$as_me:$LINENO: checking for suffix of executables" >&5
mgl@1371
  9544
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
mgl@1371
  9545
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
  9546
-  (eval $ac_link) 2>&5
mgl@1371
  9547
+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
mgl@1371
  9548
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
mgl@1371
  9549
+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
mgl@1371
  9550
+echo "${ECHO_T}$cross_compiling" >&6; }
mgl@1371
  9551
+
mgl@1371
  9552
+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
mgl@1371
  9553
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
mgl@1371
  9554
+if { (ac_try="$ac_link"
mgl@1371
  9555
+case "(($ac_try" in
mgl@1371
  9556
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9557
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9558
+esac
mgl@1371
  9559
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9560
+  (eval "$ac_link") 2>&5
mgl@1371
  9561
   ac_status=$?
mgl@1371
  9562
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9563
   (exit $ac_status); }; then
mgl@1371
  9564
@@ -3910,9 +4703,8 @@
mgl@1371
  9565
 for ac_file in conftest.exe conftest conftest.*; do
mgl@1371
  9566
   test -f "$ac_file" || continue
mgl@1371
  9567
   case $ac_file in
mgl@1371
  9568
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
mgl@1371
  9569
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
mgl@1371
  9570
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mgl@1371
  9571
-	  export ac_cv_exeext
mgl@1371
  9572
 	  break;;
mgl@1371
  9573
     * ) break;;
mgl@1371
  9574
   esac
mgl@1371
  9575
@@ -3926,14 +4718,14 @@
mgl@1371
  9576
 fi
mgl@1371
  9577
 
mgl@1371
  9578
 rm -f conftest$ac_cv_exeext
mgl@1371
  9579
-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
mgl@1371
  9580
-echo "${ECHO_T}$ac_cv_exeext" >&6
mgl@1371
  9581
+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
mgl@1371
  9582
+echo "${ECHO_T}$ac_cv_exeext" >&6; }
mgl@1371
  9583
 
mgl@1371
  9584
 rm -f conftest.$ac_ext
mgl@1371
  9585
 EXEEXT=$ac_cv_exeext
mgl@1371
  9586
 ac_exeext=$EXEEXT
mgl@1371
  9587
-echo "$as_me:$LINENO: checking for suffix of object files" >&5
mgl@1371
  9588
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
mgl@1371
  9589
+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
mgl@1371
  9590
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
mgl@1371
  9591
 if test "${ac_cv_objext+set}" = set; then
mgl@1371
  9592
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9593
 else
mgl@1371
  9594
@@ -3953,14 +4745,20 @@
mgl@1371
  9595
 }
mgl@1371
  9596
 _ACEOF
mgl@1371
  9597
 rm -f conftest.o conftest.obj
mgl@1371
  9598
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
  9599
-  (eval $ac_compile) 2>&5
mgl@1371
  9600
+if { (ac_try="$ac_compile"
mgl@1371
  9601
+case "(($ac_try" in
mgl@1371
  9602
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9603
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9604
+esac
mgl@1371
  9605
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9606
+  (eval "$ac_compile") 2>&5
mgl@1371
  9607
   ac_status=$?
mgl@1371
  9608
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9609
   (exit $ac_status); }; then
mgl@1371
  9610
-  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
mgl@1371
  9611
+  for ac_file in conftest.o conftest.obj conftest.*; do
mgl@1371
  9612
+  test -f "$ac_file" || continue;
mgl@1371
  9613
   case $ac_file in
mgl@1371
  9614
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
mgl@1371
  9615
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
mgl@1371
  9616
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mgl@1371
  9617
        break;;
mgl@1371
  9618
   esac
mgl@1371
  9619
@@ -3978,12 +4776,12 @@
mgl@1371
  9620
 
mgl@1371
  9621
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
mgl@1371
  9622
 fi
mgl@1371
  9623
-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
mgl@1371
  9624
-echo "${ECHO_T}$ac_cv_objext" >&6
mgl@1371
  9625
+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
mgl@1371
  9626
+echo "${ECHO_T}$ac_cv_objext" >&6; }
mgl@1371
  9627
 OBJEXT=$ac_cv_objext
mgl@1371
  9628
 ac_objext=$OBJEXT
mgl@1371
  9629
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
mgl@1371
  9630
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
mgl@1371
  9631
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
mgl@1371
  9632
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
mgl@1371
  9633
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
mgl@1371
  9634
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9635
 else
mgl@1371
  9636
@@ -4006,50 +4804,49 @@
mgl@1371
  9637
 }
mgl@1371
  9638
 _ACEOF
mgl@1371
  9639
 rm -f conftest.$ac_objext
mgl@1371
  9640
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
  9641
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
  9642
+if { (ac_try="$ac_compile"
mgl@1371
  9643
+case "(($ac_try" in
mgl@1371
  9644
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9645
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9646
+esac
mgl@1371
  9647
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9648
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
  9649
   ac_status=$?
mgl@1371
  9650
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
  9651
   rm -f conftest.er1
mgl@1371
  9652
   cat conftest.err >&5
mgl@1371
  9653
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9654
-  (exit $ac_status); } &&
mgl@1371
  9655
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
  9656
-			 || test ! -s conftest.err'
mgl@1371
  9657
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  9658
-  (eval $ac_try) 2>&5
mgl@1371
  9659
-  ac_status=$?
mgl@1371
  9660
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9661
-  (exit $ac_status); }; } &&
mgl@1371
  9662
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
  9663
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  9664
-  (eval $ac_try) 2>&5
mgl@1371
  9665
-  ac_status=$?
mgl@1371
  9666
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9667
-  (exit $ac_status); }; }; then
mgl@1371
  9668
+  (exit $ac_status); } && {
mgl@1371
  9669
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
  9670
+	 test ! -s conftest.err
mgl@1371
  9671
+       } && test -s conftest.$ac_objext; then
mgl@1371
  9672
   ac_compiler_gnu=yes
mgl@1371
  9673
 else
mgl@1371
  9674
   echo "$as_me: failed program was:" >&5
mgl@1371
  9675
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
  9676
 
mgl@1371
  9677
-ac_compiler_gnu=no
mgl@1371
  9678
+	ac_compiler_gnu=no
mgl@1371
  9679
 fi
mgl@1371
  9680
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  9681
+
mgl@1371
  9682
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  9683
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
mgl@1371
  9684
 
mgl@1371
  9685
 fi
mgl@1371
  9686
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
mgl@1371
  9687
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
mgl@1371
  9688
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
mgl@1371
  9689
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
mgl@1371
  9690
 GCC=`test $ac_compiler_gnu = yes && echo yes`
mgl@1371
  9691
 ac_test_CFLAGS=${CFLAGS+set}
mgl@1371
  9692
 ac_save_CFLAGS=$CFLAGS
mgl@1371
  9693
-CFLAGS="-g"
mgl@1371
  9694
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
mgl@1371
  9695
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
mgl@1371
  9696
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
mgl@1371
  9697
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
mgl@1371
  9698
 if test "${ac_cv_prog_cc_g+set}" = set; then
mgl@1371
  9699
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9700
 else
mgl@1371
  9701
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  9702
+  ac_save_c_werror_flag=$ac_c_werror_flag
mgl@1371
  9703
+   ac_c_werror_flag=yes
mgl@1371
  9704
+   ac_cv_prog_cc_g=no
mgl@1371
  9705
+   CFLAGS="-g"
mgl@1371
  9706
+   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  9707
 /* confdefs.h.  */
mgl@1371
  9708
 _ACEOF
mgl@1371
  9709
 cat confdefs.h >>conftest.$ac_ext
mgl@1371
  9710
@@ -4065,38 +4862,118 @@
mgl@1371
  9711
 }
mgl@1371
  9712
 _ACEOF
mgl@1371
  9713
 rm -f conftest.$ac_objext
mgl@1371
  9714
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
  9715
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
  9716
+if { (ac_try="$ac_compile"
mgl@1371
  9717
+case "(($ac_try" in
mgl@1371
  9718
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9719
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9720
+esac
mgl@1371
  9721
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9722
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
  9723
   ac_status=$?
mgl@1371
  9724
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
  9725
   rm -f conftest.er1
mgl@1371
  9726
   cat conftest.err >&5
mgl@1371
  9727
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9728
-  (exit $ac_status); } &&
mgl@1371
  9729
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
  9730
-			 || test ! -s conftest.err'
mgl@1371
  9731
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  9732
-  (eval $ac_try) 2>&5
mgl@1371
  9733
+  (exit $ac_status); } && {
mgl@1371
  9734
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
  9735
+	 test ! -s conftest.err
mgl@1371
  9736
+       } && test -s conftest.$ac_objext; then
mgl@1371
  9737
+  ac_cv_prog_cc_g=yes
mgl@1371
  9738
+else
mgl@1371
  9739
+  echo "$as_me: failed program was:" >&5
mgl@1371
  9740
+sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
  9741
+
mgl@1371
  9742
+	CFLAGS=""
mgl@1371
  9743
+      cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  9744
+/* confdefs.h.  */
mgl@1371
  9745
+_ACEOF
mgl@1371
  9746
+cat confdefs.h >>conftest.$ac_ext
mgl@1371
  9747
+cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
  9748
+/* end confdefs.h.  */
mgl@1371
  9749
+
mgl@1371
  9750
+int
mgl@1371
  9751
+main ()
mgl@1371
  9752
+{
mgl@1371
  9753
+
mgl@1371
  9754
+  ;
mgl@1371
  9755
+  return 0;
mgl@1371
  9756
+}
mgl@1371
  9757
+_ACEOF
mgl@1371
  9758
+rm -f conftest.$ac_objext
mgl@1371
  9759
+if { (ac_try="$ac_compile"
mgl@1371
  9760
+case "(($ac_try" in
mgl@1371
  9761
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9762
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9763
+esac
mgl@1371
  9764
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9765
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
  9766
   ac_status=$?
mgl@1371
  9767
+  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
  9768
+  rm -f conftest.er1
mgl@1371
  9769
+  cat conftest.err >&5
mgl@1371
  9770
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9771
-  (exit $ac_status); }; } &&
mgl@1371
  9772
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
  9773
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  9774
-  (eval $ac_try) 2>&5
mgl@1371
  9775
+  (exit $ac_status); } && {
mgl@1371
  9776
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
  9777
+	 test ! -s conftest.err
mgl@1371
  9778
+       } && test -s conftest.$ac_objext; then
mgl@1371
  9779
+  :
mgl@1371
  9780
+else
mgl@1371
  9781
+  echo "$as_me: failed program was:" >&5
mgl@1371
  9782
+sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
  9783
+
mgl@1371
  9784
+	ac_c_werror_flag=$ac_save_c_werror_flag
mgl@1371
  9785
+	 CFLAGS="-g"
mgl@1371
  9786
+	 cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  9787
+/* confdefs.h.  */
mgl@1371
  9788
+_ACEOF
mgl@1371
  9789
+cat confdefs.h >>conftest.$ac_ext
mgl@1371
  9790
+cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
  9791
+/* end confdefs.h.  */
mgl@1371
  9792
+
mgl@1371
  9793
+int
mgl@1371
  9794
+main ()
mgl@1371
  9795
+{
mgl@1371
  9796
+
mgl@1371
  9797
+  ;
mgl@1371
  9798
+  return 0;
mgl@1371
  9799
+}
mgl@1371
  9800
+_ACEOF
mgl@1371
  9801
+rm -f conftest.$ac_objext
mgl@1371
  9802
+if { (ac_try="$ac_compile"
mgl@1371
  9803
+case "(($ac_try" in
mgl@1371
  9804
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9805
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9806
+esac
mgl@1371
  9807
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9808
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
  9809
   ac_status=$?
mgl@1371
  9810
+  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
  9811
+  rm -f conftest.er1
mgl@1371
  9812
+  cat conftest.err >&5
mgl@1371
  9813
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9814
-  (exit $ac_status); }; }; then
mgl@1371
  9815
+  (exit $ac_status); } && {
mgl@1371
  9816
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
  9817
+	 test ! -s conftest.err
mgl@1371
  9818
+       } && test -s conftest.$ac_objext; then
mgl@1371
  9819
   ac_cv_prog_cc_g=yes
mgl@1371
  9820
 else
mgl@1371
  9821
   echo "$as_me: failed program was:" >&5
mgl@1371
  9822
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
  9823
 
mgl@1371
  9824
-ac_cv_prog_cc_g=no
mgl@1371
  9825
+
mgl@1371
  9826
 fi
mgl@1371
  9827
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  9828
+
mgl@1371
  9829
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  9830
+fi
mgl@1371
  9831
+
mgl@1371
  9832
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  9833
+fi
mgl@1371
  9834
+
mgl@1371
  9835
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
  9836
+   ac_c_werror_flag=$ac_save_c_werror_flag
mgl@1371
  9837
 fi
mgl@1371
  9838
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
mgl@1371
  9839
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
mgl@1371
  9840
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
mgl@1371
  9841
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
mgl@1371
  9842
 if test "$ac_test_CFLAGS" = set; then
mgl@1371
  9843
   CFLAGS=$ac_save_CFLAGS
mgl@1371
  9844
 elif test $ac_cv_prog_cc_g = yes; then
mgl@1371
  9845
@@ -4112,12 +4989,12 @@
mgl@1371
  9846
     CFLAGS=
mgl@1371
  9847
   fi
mgl@1371
  9848
 fi
mgl@1371
  9849
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
mgl@1371
  9850
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
mgl@1371
  9851
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
mgl@1371
  9852
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
mgl@1371
  9853
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
mgl@1371
  9854
+if test "${ac_cv_prog_cc_c89+set}" = set; then
mgl@1371
  9855
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
  9856
 else
mgl@1371
  9857
-  ac_cv_prog_cc_stdc=no
mgl@1371
  9858
+  ac_cv_prog_cc_c89=no
mgl@1371
  9859
 ac_save_CC=$CC
mgl@1371
  9860
 cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  9861
 /* confdefs.h.  */
mgl@1371
  9862
@@ -4151,12 +5028,17 @@
mgl@1371
  9863
 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
mgl@1371
  9864
    function prototypes and stuff, but not '\xHH' hex character constants.
mgl@1371
  9865
    These don't provoke an error unfortunately, instead are silently treated
mgl@1371
  9866
-   as 'x'.  The following induces an error, until -std1 is added to get
mgl@1371
  9867
+   as 'x'.  The following induces an error, until -std is added to get
mgl@1371
  9868
    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
mgl@1371
  9869
    array size at least.  It's necessary to write '\x00'==0 to get something
mgl@1371
  9870
-   that's true only with -std1.  */
mgl@1371
  9871
+   that's true only with -std.  */
mgl@1371
  9872
 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
mgl@1371
  9873
 
mgl@1371
  9874
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
mgl@1371
  9875
+   inside strings and character constants.  */
mgl@1371
  9876
+#define FOO(x) 'x'
mgl@1371
  9877
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
mgl@1371
  9878
+
mgl@1371
  9879
 int test (int i, double x);
mgl@1371
  9880
 struct s1 {int (*f) (int a);};
mgl@1371
  9881
 struct s2 {int (*f) (double a);};
mgl@1371
  9882
@@ -4171,205 +5053,57 @@
mgl@1371
  9883
   return 0;
mgl@1371
  9884
 }
mgl@1371
  9885
 _ACEOF
mgl@1371
  9886
-# Don't try gcc -ansi; that turns off useful extensions and
mgl@1371
  9887
-# breaks some systems' header files.
mgl@1371
  9888
-# AIX			-qlanglvl=ansi
mgl@1371
  9889
-# Ultrix and OSF/1	-std1
mgl@1371
  9890
-# HP-UX 10.20 and later	-Ae
mgl@1371
  9891
-# HP-UX older versions	-Aa -D_HPUX_SOURCE
mgl@1371
  9892
-# SVR4			-Xc -D__EXTENSIONS__
mgl@1371
  9893
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
mgl@1371
  9894
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
mgl@1371
  9895
+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
mgl@1371
  9896
 do
mgl@1371
  9897
   CC="$ac_save_CC $ac_arg"
mgl@1371
  9898
   rm -f conftest.$ac_objext
mgl@1371
  9899
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
  9900
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
  9901
+if { (ac_try="$ac_compile"
mgl@1371
  9902
+case "(($ac_try" in
mgl@1371
  9903
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
  9904
+  *) ac_try_echo=$ac_try;;
mgl@1371
  9905
+esac
mgl@1371
  9906
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
  9907
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
  9908
   ac_status=$?
mgl@1371
  9909
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
  9910
   rm -f conftest.er1
mgl@1371
  9911
   cat conftest.err >&5
mgl@1371
  9912
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9913
-  (exit $ac_status); } &&
mgl@1371
  9914
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
  9915
-			 || test ! -s conftest.err'
mgl@1371
  9916
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  9917
-  (eval $ac_try) 2>&5
mgl@1371
  9918
-  ac_status=$?
mgl@1371
  9919
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9920
-  (exit $ac_status); }; } &&
mgl@1371
  9921
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
  9922
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  9923
-  (eval $ac_try) 2>&5
mgl@1371
  9924
-  ac_status=$?
mgl@1371
  9925
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9926
-  (exit $ac_status); }; }; then
mgl@1371
  9927
-  ac_cv_prog_cc_stdc=$ac_arg
mgl@1371
  9928
-break
mgl@1371
  9929
+  (exit $ac_status); } && {
mgl@1371
  9930
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
  9931
+	 test ! -s conftest.err
mgl@1371
  9932
+       } && test -s conftest.$ac_objext; then
mgl@1371
  9933
+  ac_cv_prog_cc_c89=$ac_arg
mgl@1371
  9934
 else
mgl@1371
  9935
   echo "$as_me: failed program was:" >&5
mgl@1371
  9936
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
  9937
 
mgl@1371
  9938
+
mgl@1371
  9939
 fi
mgl@1371
  9940
-rm -f conftest.err conftest.$ac_objext
mgl@1371
  9941
+
mgl@1371
  9942
+rm -f core conftest.err conftest.$ac_objext
mgl@1371
  9943
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
mgl@1371
  9944
 done
mgl@1371
  9945
-rm -f conftest.$ac_ext conftest.$ac_objext
mgl@1371
  9946
+rm -f conftest.$ac_ext
mgl@1371
  9947
 CC=$ac_save_CC
mgl@1371
  9948
 
mgl@1371
  9949
 fi
mgl@1371
  9950
-
mgl@1371
  9951
-case "x$ac_cv_prog_cc_stdc" in
mgl@1371
  9952
-  x|xno)
mgl@1371
  9953
-    echo "$as_me:$LINENO: result: none needed" >&5
mgl@1371
  9954
-echo "${ECHO_T}none needed" >&6 ;;
mgl@1371
  9955
+# AC_CACHE_VAL
mgl@1371
  9956
+case "x$ac_cv_prog_cc_c89" in
mgl@1371
  9957
+  x)
mgl@1371
  9958
+    { echo "$as_me:$LINENO: result: none needed" >&5
mgl@1371
  9959
+echo "${ECHO_T}none needed" >&6; } ;;
mgl@1371
  9960
+  xno)
mgl@1371
  9961
+    { echo "$as_me:$LINENO: result: unsupported" >&5
mgl@1371
  9962
+echo "${ECHO_T}unsupported" >&6; } ;;
mgl@1371
  9963
   *)
mgl@1371
  9964
-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
mgl@1371
  9965
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
mgl@1371
  9966
-    CC="$CC $ac_cv_prog_cc_stdc" ;;
mgl@1371
  9967
+    CC="$CC $ac_cv_prog_cc_c89"
mgl@1371
  9968
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
mgl@1371
  9969
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
mgl@1371
  9970
 esac
mgl@1371
  9971
 
mgl@1371
  9972
-# Some people use a C++ compiler to compile C.  Since we use `exit',
mgl@1371
  9973
-# in C++ we need to declare it.  In case someone uses the same compiler
mgl@1371
  9974
-# for both compiling C and C++ we need to have the C++ compiler decide
mgl@1371
  9975
-# the declaration of exit, since it's the most demanding environment.
mgl@1371
  9976
-cat >conftest.$ac_ext <<_ACEOF
mgl@1371
  9977
-#ifndef __cplusplus
mgl@1371
  9978
-  choke me
mgl@1371
  9979
-#endif
mgl@1371
  9980
-_ACEOF
mgl@1371
  9981
-rm -f conftest.$ac_objext
mgl@1371
  9982
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
  9983
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
  9984
-  ac_status=$?
mgl@1371
  9985
-  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
  9986
-  rm -f conftest.er1
mgl@1371
  9987
-  cat conftest.err >&5
mgl@1371
  9988
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9989
-  (exit $ac_status); } &&
mgl@1371
  9990
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
  9991
-			 || test ! -s conftest.err'
mgl@1371
  9992
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  9993
-  (eval $ac_try) 2>&5
mgl@1371
  9994
-  ac_status=$?
mgl@1371
  9995
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
  9996
-  (exit $ac_status); }; } &&
mgl@1371
  9997
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
  9998
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
  9999
-  (eval $ac_try) 2>&5
mgl@1371
 10000
-  ac_status=$?
mgl@1371
 10001
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 10002
-  (exit $ac_status); }; }; then
mgl@1371
 10003
-  for ac_declaration in \
mgl@1371
 10004
-   '' \
mgl@1371
 10005
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
mgl@1371
 10006
-   'extern "C" void std::exit (int); using std::exit;' \
mgl@1371
 10007
-   'extern "C" void exit (int) throw ();' \
mgl@1371
 10008
-   'extern "C" void exit (int);' \
mgl@1371
 10009
-   'void exit (int);'
mgl@1371
 10010
-do
mgl@1371
 10011
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 10012
-/* confdefs.h.  */
mgl@1371
 10013
-_ACEOF
mgl@1371
 10014
-cat confdefs.h >>conftest.$ac_ext
mgl@1371
 10015
-cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 10016
-/* end confdefs.h.  */
mgl@1371
 10017
-$ac_declaration
mgl@1371
 10018
-#include <stdlib.h>
mgl@1371
 10019
-int
mgl@1371
 10020
-main ()
mgl@1371
 10021
-{
mgl@1371
 10022
-exit (42);
mgl@1371
 10023
-  ;
mgl@1371
 10024
-  return 0;
mgl@1371
 10025
-}
mgl@1371
 10026
-_ACEOF
mgl@1371
 10027
-rm -f conftest.$ac_objext
mgl@1371
 10028
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 10029
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 10030
-  ac_status=$?
mgl@1371
 10031
-  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 10032
-  rm -f conftest.er1
mgl@1371
 10033
-  cat conftest.err >&5
mgl@1371
 10034
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 10035
-  (exit $ac_status); } &&
mgl@1371
 10036
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 10037
-			 || test ! -s conftest.err'
mgl@1371
 10038
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 10039
-  (eval $ac_try) 2>&5
mgl@1371
 10040
-  ac_status=$?
mgl@1371
 10041
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 10042
-  (exit $ac_status); }; } &&
mgl@1371
 10043
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 10044
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 10045
-  (eval $ac_try) 2>&5
mgl@1371
 10046
-  ac_status=$?
mgl@1371
 10047
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 10048
-  (exit $ac_status); }; }; then
mgl@1371
 10049
-  :
mgl@1371
 10050
-else
mgl@1371
 10051
-  echo "$as_me: failed program was:" >&5
mgl@1371
 10052
-sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 10053
 
mgl@1371
 10054
-continue
mgl@1371
 10055
-fi
mgl@1371
 10056
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 10057
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 10058
-/* confdefs.h.  */
mgl@1371
 10059
-_ACEOF
mgl@1371
 10060
-cat confdefs.h >>conftest.$ac_ext
mgl@1371
 10061
-cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 10062
-/* end confdefs.h.  */
mgl@1371
 10063
-$ac_declaration
mgl@1371
 10064
-int
mgl@1371
 10065
-main ()
mgl@1371
 10066
-{
mgl@1371
 10067
-exit (42);
mgl@1371
 10068
-  ;
mgl@1371
 10069
-  return 0;
mgl@1371
 10070
-}
mgl@1371
 10071
-_ACEOF
mgl@1371
 10072
-rm -f conftest.$ac_objext
mgl@1371
 10073
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 10074
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 10075
-  ac_status=$?
mgl@1371
 10076
-  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 10077
-  rm -f conftest.er1
mgl@1371
 10078
-  cat conftest.err >&5
mgl@1371
 10079
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 10080
-  (exit $ac_status); } &&
mgl@1371
 10081
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 10082
-			 || test ! -s conftest.err'
mgl@1371
 10083
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 10084
-  (eval $ac_try) 2>&5
mgl@1371
 10085
-  ac_status=$?
mgl@1371
 10086
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 10087
-  (exit $ac_status); }; } &&
mgl@1371
 10088
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 10089
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 10090
-  (eval $ac_try) 2>&5
mgl@1371
 10091
-  ac_status=$?
mgl@1371
 10092
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 10093
-  (exit $ac_status); }; }; then
mgl@1371
 10094
-  break
mgl@1371
 10095
-else
mgl@1371
 10096
-  echo "$as_me: failed program was:" >&5
mgl@1371
 10097
-sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 10098
-
mgl@1371
 10099
-fi
mgl@1371
 10100
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 10101
-done
mgl@1371
 10102
-rm -f conftest*
mgl@1371
 10103
-if test -n "$ac_declaration"; then
mgl@1371
 10104
-  echo '#ifdef __cplusplus' >>confdefs.h
mgl@1371
 10105
-  echo $ac_declaration      >>confdefs.h
mgl@1371
 10106
-  echo '#endif'             >>confdefs.h
mgl@1371
 10107
-fi
mgl@1371
 10108
-
mgl@1371
 10109
-else
mgl@1371
 10110
-  echo "$as_me: failed program was:" >&5
mgl@1371
 10111
-sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 10112
-
mgl@1371
 10113
-fi
mgl@1371
 10114
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 10115
 ac_ext=c
mgl@1371
 10116
 ac_cpp='$CPP $CPPFLAGS'
mgl@1371
 10117
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
 10118
@@ -4378,8 +5112,8 @@
mgl@1371
 10119
 
mgl@1371
 10120
 depcc="$CC"   am_compiler_list=
mgl@1371
 10121
 
mgl@1371
 10122
-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
mgl@1371
 10123
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
mgl@1371
 10124
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
mgl@1371
 10125
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
mgl@1371
 10126
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
mgl@1371
 10127
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10128
 else
mgl@1371
 10129
@@ -4461,58 +5195,273 @@
mgl@1371
 10130
     fi
mgl@1371
 10131
   done
mgl@1371
 10132
 
mgl@1371
 10133
-  cd ..
mgl@1371
 10134
-  rm -rf conftest.dir
mgl@1371
 10135
-else
mgl@1371
 10136
-  am_cv_CC_dependencies_compiler_type=none
mgl@1371
 10137
-fi
mgl@1371
 10138
+  cd ..
mgl@1371
 10139
+  rm -rf conftest.dir
mgl@1371
 10140
+else
mgl@1371
 10141
+  am_cv_CC_dependencies_compiler_type=none
mgl@1371
 10142
+fi
mgl@1371
 10143
+
mgl@1371
 10144
+fi
mgl@1371
 10145
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
mgl@1371
 10146
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
mgl@1371
 10147
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
mgl@1371
 10148
+
mgl@1371
 10149
+
mgl@1371
 10150
+
mgl@1371
 10151
+if
mgl@1371
 10152
+  test "x$enable_dependency_tracking" != xno \
mgl@1371
 10153
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
mgl@1371
 10154
+  am__fastdepCC_TRUE=
mgl@1371
 10155
+  am__fastdepCC_FALSE='#'
mgl@1371
 10156
+else
mgl@1371
 10157
+  am__fastdepCC_TRUE='#'
mgl@1371
 10158
+  am__fastdepCC_FALSE=
mgl@1371
 10159
+fi
mgl@1371
 10160
+
mgl@1371
 10161
+
mgl@1371
 10162
+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
mgl@1371
 10163
+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
mgl@1371
 10164
+if test "${ac_cv_path_GREP+set}" = set; then
mgl@1371
 10165
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10166
+else
mgl@1371
 10167
+  # Extract the first word of "grep ggrep" to use in msg output
mgl@1371
 10168
+if test -z "$GREP"; then
mgl@1371
 10169
+set dummy grep ggrep; ac_prog_name=$2
mgl@1371
 10170
+if test "${ac_cv_path_GREP+set}" = set; then
mgl@1371
 10171
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10172
+else
mgl@1371
 10173
+  ac_path_GREP_found=false
mgl@1371
 10174
+# Loop through the user's path and test for each of PROGNAME-LIST
mgl@1371
 10175
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 10176
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
mgl@1371
 10177
+do
mgl@1371
 10178
+  IFS=$as_save_IFS
mgl@1371
 10179
+  test -z "$as_dir" && as_dir=.
mgl@1371
 10180
+  for ac_prog in grep ggrep; do
mgl@1371
 10181
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 10182
+    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
mgl@1371
 10183
+    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
mgl@1371
 10184
+    # Check for GNU ac_path_GREP and select it if it is found.
mgl@1371
 10185
+  # Check for GNU $ac_path_GREP
mgl@1371
 10186
+case `"$ac_path_GREP" --version 2>&1` in
mgl@1371
 10187
+*GNU*)
mgl@1371
 10188
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
mgl@1371
 10189
+*)
mgl@1371
 10190
+  ac_count=0
mgl@1371
 10191
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
mgl@1371
 10192
+  while :
mgl@1371
 10193
+  do
mgl@1371
 10194
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
mgl@1371
 10195
+    mv "conftest.tmp" "conftest.in"
mgl@1371
 10196
+    cp "conftest.in" "conftest.nl"
mgl@1371
 10197
+    echo 'GREP' >> "conftest.nl"
mgl@1371
 10198
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
mgl@1371
 10199
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
mgl@1371
 10200
+    ac_count=`expr $ac_count + 1`
mgl@1371
 10201
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
mgl@1371
 10202
+      # Best one so far, save it but keep looking for a better one
mgl@1371
 10203
+      ac_cv_path_GREP="$ac_path_GREP"
mgl@1371
 10204
+      ac_path_GREP_max=$ac_count
mgl@1371
 10205
+    fi
mgl@1371
 10206
+    # 10*(2^10) chars as input seems more than enough
mgl@1371
 10207
+    test $ac_count -gt 10 && break
mgl@1371
 10208
+  done
mgl@1371
 10209
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
mgl@1371
 10210
+esac
mgl@1371
 10211
+
mgl@1371
 10212
+
mgl@1371
 10213
+    $ac_path_GREP_found && break 3
mgl@1371
 10214
+  done
mgl@1371
 10215
+done
mgl@1371
 10216
+
mgl@1371
 10217
+done
mgl@1371
 10218
+IFS=$as_save_IFS
mgl@1371
 10219
+
mgl@1371
 10220
+
mgl@1371
 10221
+fi
mgl@1371
 10222
+
mgl@1371
 10223
+GREP="$ac_cv_path_GREP"
mgl@1371
 10224
+if test -z "$GREP"; then
mgl@1371
 10225
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
mgl@1371
 10226
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
mgl@1371
 10227
+   { (exit 1); exit 1; }; }
mgl@1371
 10228
+fi
mgl@1371
 10229
+
mgl@1371
 10230
+else
mgl@1371
 10231
+  ac_cv_path_GREP=$GREP
mgl@1371
 10232
+fi
mgl@1371
 10233
+
mgl@1371
 10234
+
mgl@1371
 10235
+fi
mgl@1371
 10236
+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
mgl@1371
 10237
+echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
mgl@1371
 10238
+ GREP="$ac_cv_path_GREP"
mgl@1371
 10239
+
mgl@1371
 10240
+
mgl@1371
 10241
+{ echo "$as_me:$LINENO: checking for egrep" >&5
mgl@1371
 10242
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
mgl@1371
 10243
+if test "${ac_cv_path_EGREP+set}" = set; then
mgl@1371
 10244
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10245
+else
mgl@1371
 10246
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
mgl@1371
 10247
+   then ac_cv_path_EGREP="$GREP -E"
mgl@1371
 10248
+   else
mgl@1371
 10249
+     # Extract the first word of "egrep" to use in msg output
mgl@1371
 10250
+if test -z "$EGREP"; then
mgl@1371
 10251
+set dummy egrep; ac_prog_name=$2
mgl@1371
 10252
+if test "${ac_cv_path_EGREP+set}" = set; then
mgl@1371
 10253
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10254
+else
mgl@1371
 10255
+  ac_path_EGREP_found=false
mgl@1371
 10256
+# Loop through the user's path and test for each of PROGNAME-LIST
mgl@1371
 10257
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 10258
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
mgl@1371
 10259
+do
mgl@1371
 10260
+  IFS=$as_save_IFS
mgl@1371
 10261
+  test -z "$as_dir" && as_dir=.
mgl@1371
 10262
+  for ac_prog in egrep; do
mgl@1371
 10263
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 10264
+    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
mgl@1371
 10265
+    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
mgl@1371
 10266
+    # Check for GNU ac_path_EGREP and select it if it is found.
mgl@1371
 10267
+  # Check for GNU $ac_path_EGREP
mgl@1371
 10268
+case `"$ac_path_EGREP" --version 2>&1` in
mgl@1371
 10269
+*GNU*)
mgl@1371
 10270
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
mgl@1371
 10271
+*)
mgl@1371
 10272
+  ac_count=0
mgl@1371
 10273
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
mgl@1371
 10274
+  while :
mgl@1371
 10275
+  do
mgl@1371
 10276
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
mgl@1371
 10277
+    mv "conftest.tmp" "conftest.in"
mgl@1371
 10278
+    cp "conftest.in" "conftest.nl"
mgl@1371
 10279
+    echo 'EGREP' >> "conftest.nl"
mgl@1371
 10280
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
mgl@1371
 10281
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
mgl@1371
 10282
+    ac_count=`expr $ac_count + 1`
mgl@1371
 10283
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
mgl@1371
 10284
+      # Best one so far, save it but keep looking for a better one
mgl@1371
 10285
+      ac_cv_path_EGREP="$ac_path_EGREP"
mgl@1371
 10286
+      ac_path_EGREP_max=$ac_count
mgl@1371
 10287
+    fi
mgl@1371
 10288
+    # 10*(2^10) chars as input seems more than enough
mgl@1371
 10289
+    test $ac_count -gt 10 && break
mgl@1371
 10290
+  done
mgl@1371
 10291
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
mgl@1371
 10292
+esac
mgl@1371
 10293
+
mgl@1371
 10294
+
mgl@1371
 10295
+    $ac_path_EGREP_found && break 3
mgl@1371
 10296
+  done
mgl@1371
 10297
+done
mgl@1371
 10298
+
mgl@1371
 10299
+done
mgl@1371
 10300
+IFS=$as_save_IFS
mgl@1371
 10301
+
mgl@1371
 10302
+
mgl@1371
 10303
+fi
mgl@1371
 10304
+
mgl@1371
 10305
+EGREP="$ac_cv_path_EGREP"
mgl@1371
 10306
+if test -z "$EGREP"; then
mgl@1371
 10307
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
mgl@1371
 10308
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
mgl@1371
 10309
+   { (exit 1); exit 1; }; }
mgl@1371
 10310
+fi
mgl@1371
 10311
+
mgl@1371
 10312
+else
mgl@1371
 10313
+  ac_cv_path_EGREP=$EGREP
mgl@1371
 10314
+fi
mgl@1371
 10315
+
mgl@1371
 10316
+
mgl@1371
 10317
+   fi
mgl@1371
 10318
+fi
mgl@1371
 10319
+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
mgl@1371
 10320
+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
mgl@1371
 10321
+ EGREP="$ac_cv_path_EGREP"
mgl@1371
 10322
+
mgl@1371
 10323
+
mgl@1371
 10324
+{ echo "$as_me:$LINENO: checking for fgrep" >&5
mgl@1371
 10325
+echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
mgl@1371
 10326
+if test "${ac_cv_path_FGREP+set}" = set; then
mgl@1371
 10327
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10328
+else
mgl@1371
 10329
+  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
mgl@1371
 10330
+   then ac_cv_path_FGREP="$GREP -F"
mgl@1371
 10331
+   else
mgl@1371
 10332
+     # Extract the first word of "fgrep" to use in msg output
mgl@1371
 10333
+if test -z "$FGREP"; then
mgl@1371
 10334
+set dummy fgrep; ac_prog_name=$2
mgl@1371
 10335
+if test "${ac_cv_path_FGREP+set}" = set; then
mgl@1371
 10336
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10337
+else
mgl@1371
 10338
+  ac_path_FGREP_found=false
mgl@1371
 10339
+# Loop through the user's path and test for each of PROGNAME-LIST
mgl@1371
 10340
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 10341
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
mgl@1371
 10342
+do
mgl@1371
 10343
+  IFS=$as_save_IFS
mgl@1371
 10344
+  test -z "$as_dir" && as_dir=.
mgl@1371
 10345
+  for ac_prog in fgrep; do
mgl@1371
 10346
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 10347
+    ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
mgl@1371
 10348
+    { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
mgl@1371
 10349
+    # Check for GNU ac_path_FGREP and select it if it is found.
mgl@1371
 10350
+  # Check for GNU $ac_path_FGREP
mgl@1371
 10351
+case `"$ac_path_FGREP" --version 2>&1` in
mgl@1371
 10352
+*GNU*)
mgl@1371
 10353
+  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
mgl@1371
 10354
+*)
mgl@1371
 10355
+  ac_count=0
mgl@1371
 10356
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
mgl@1371
 10357
+  while :
mgl@1371
 10358
+  do
mgl@1371
 10359
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
mgl@1371
 10360
+    mv "conftest.tmp" "conftest.in"
mgl@1371
 10361
+    cp "conftest.in" "conftest.nl"
mgl@1371
 10362
+    echo 'FGREP' >> "conftest.nl"
mgl@1371
 10363
+    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
mgl@1371
 10364
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
mgl@1371
 10365
+    ac_count=`expr $ac_count + 1`
mgl@1371
 10366
+    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
mgl@1371
 10367
+      # Best one so far, save it but keep looking for a better one
mgl@1371
 10368
+      ac_cv_path_FGREP="$ac_path_FGREP"
mgl@1371
 10369
+      ac_path_FGREP_max=$ac_count
mgl@1371
 10370
+    fi
mgl@1371
 10371
+    # 10*(2^10) chars as input seems more than enough
mgl@1371
 10372
+    test $ac_count -gt 10 && break
mgl@1371
 10373
+  done
mgl@1371
 10374
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
mgl@1371
 10375
+esac
mgl@1371
 10376
+
mgl@1371
 10377
 
mgl@1371
 10378
-fi
mgl@1371
 10379
-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
mgl@1371
 10380
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
mgl@1371
 10381
-CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
mgl@1371
 10382
+    $ac_path_FGREP_found && break 3
mgl@1371
 10383
+  done
mgl@1371
 10384
+done
mgl@1371
 10385
 
mgl@1371
 10386
+done
mgl@1371
 10387
+IFS=$as_save_IFS
mgl@1371
 10388
 
mgl@1371
 10389
 
mgl@1371
 10390
-if
mgl@1371
 10391
-  test "x$enable_dependency_tracking" != xno \
mgl@1371
 10392
-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
mgl@1371
 10393
-  am__fastdepCC_TRUE=
mgl@1371
 10394
-  am__fastdepCC_FALSE='#'
mgl@1371
 10395
-else
mgl@1371
 10396
-  am__fastdepCC_TRUE='#'
mgl@1371
 10397
-  am__fastdepCC_FALSE=
mgl@1371
 10398
 fi
mgl@1371
 10399
 
mgl@1371
 10400
+FGREP="$ac_cv_path_FGREP"
mgl@1371
 10401
+if test -z "$FGREP"; then
mgl@1371
 10402
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
mgl@1371
 10403
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
mgl@1371
 10404
+   { (exit 1); exit 1; }; }
mgl@1371
 10405
+fi
mgl@1371
 10406
 
mgl@1371
 10407
-echo "$as_me:$LINENO: checking for egrep" >&5
mgl@1371
 10408
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
mgl@1371
 10409
-if test "${ac_cv_prog_egrep+set}" = set; then
mgl@1371
 10410
-  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10411
 else
mgl@1371
 10412
-  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
mgl@1371
 10413
-    then ac_cv_prog_egrep='grep -E'
mgl@1371
 10414
-    else ac_cv_prog_egrep='egrep'
mgl@1371
 10415
-    fi
mgl@1371
 10416
+  ac_cv_path_FGREP=$FGREP
mgl@1371
 10417
 fi
mgl@1371
 10418
-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
mgl@1371
 10419
-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
mgl@1371
 10420
- EGREP=$ac_cv_prog_egrep
mgl@1371
 10421
 
mgl@1371
 10422
 
mgl@1371
 10423
-echo "$as_me:$LINENO: checking for fgrep" >&5
mgl@1371
 10424
-echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
mgl@1371
 10425
-if test "${ac_cv_prog_fgrep+set}" = set; then
mgl@1371
 10426
-  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10427
-else
mgl@1371
 10428
-  if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
mgl@1371
 10429
-    then ac_cv_prog_fgrep='grep -F'
mgl@1371
 10430
-    else ac_cv_prog_fgrep='fgrep'
mgl@1371
 10431
-    fi
mgl@1371
 10432
+   fi
mgl@1371
 10433
 fi
mgl@1371
 10434
-echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
mgl@1371
 10435
-echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
mgl@1371
 10436
- FGREP=$ac_cv_prog_fgrep
mgl@1371
 10437
+{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
mgl@1371
 10438
+echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
mgl@1371
 10439
+ FGREP="$ac_cv_path_FGREP"
mgl@1371
 10440
 
mgl@1371
 10441
 
mgl@1371
 10442
 test -z "$GREP" && GREP=grep
mgl@1371
 10443
@@ -4535,18 +5484,18 @@
mgl@1371
 10444
 
mgl@1371
 10445
 
mgl@1371
 10446
 
mgl@1371
 10447
-# Check whether --with-gnu-ld or --without-gnu-ld was given.
mgl@1371
 10448
+# Check whether --with-gnu-ld was given.
mgl@1371
 10449
 if test "${with_gnu_ld+set}" = set; then
mgl@1371
 10450
-  withval="$with_gnu_ld"
mgl@1371
 10451
-  test "$withval" = no || with_gnu_ld=yes
mgl@1371
 10452
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
mgl@1371
 10453
 else
mgl@1371
 10454
   with_gnu_ld=no
mgl@1371
 10455
-fi;
mgl@1371
 10456
+fi
mgl@1371
 10457
+
mgl@1371
 10458
 ac_prog=ld
mgl@1371
 10459
 if test "$GCC" = yes; then
mgl@1371
 10460
   # Check if gcc -print-prog-name=ld gives a path.
mgl@1371
 10461
-  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
mgl@1371
 10462
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
mgl@1371
 10463
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
mgl@1371
 10464
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
mgl@1371
 10465
   case $host in
mgl@1371
 10466
   *-*-mingw*)
mgl@1371
 10467
     # gcc leaves a trailing carriage return which upsets mingw
mgl@1371
 10468
@@ -4575,11 +5524,11 @@
mgl@1371
 10469
     ;;
mgl@1371
 10470
   esac
mgl@1371
 10471
 elif test "$with_gnu_ld" = yes; then
mgl@1371
 10472
-  echo "$as_me:$LINENO: checking for GNU ld" >&5
mgl@1371
 10473
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
mgl@1371
 10474
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
mgl@1371
 10475
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
mgl@1371
 10476
 else
mgl@1371
 10477
-  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
mgl@1371
 10478
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
mgl@1371
 10479
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
mgl@1371
 10480
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
mgl@1371
 10481
 fi
mgl@1371
 10482
 if test "${lt_cv_path_LD+set}" = set; then
mgl@1371
 10483
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10484
@@ -4612,17 +5561,17 @@
mgl@1371
 10485
 
mgl@1371
 10486
 LD="$lt_cv_path_LD"
mgl@1371
 10487
 if test -n "$LD"; then
mgl@1371
 10488
-  echo "$as_me:$LINENO: result: $LD" >&5
mgl@1371
 10489
-echo "${ECHO_T}$LD" >&6
mgl@1371
 10490
+  { echo "$as_me:$LINENO: result: $LD" >&5
mgl@1371
 10491
+echo "${ECHO_T}$LD" >&6; }
mgl@1371
 10492
 else
mgl@1371
 10493
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10494
-echo "${ECHO_T}no" >&6
mgl@1371
 10495
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10496
+echo "${ECHO_T}no" >&6; }
mgl@1371
 10497
 fi
mgl@1371
 10498
 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
mgl@1371
 10499
 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
mgl@1371
 10500
    { (exit 1); exit 1; }; }
mgl@1371
 10501
-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
mgl@1371
 10502
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
mgl@1371
 10503
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
mgl@1371
 10504
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
mgl@1371
 10505
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
mgl@1371
 10506
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10507
 else
mgl@1371
 10508
@@ -4636,8 +5585,8 @@
mgl@1371
 10509
   ;;
mgl@1371
 10510
 esac
mgl@1371
 10511
 fi
mgl@1371
 10512
-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
mgl@1371
 10513
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
mgl@1371
 10514
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
mgl@1371
 10515
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
mgl@1371
 10516
 with_gnu_ld=$lt_cv_prog_gnu_ld
mgl@1371
 10517
 
mgl@1371
 10518
 
mgl@1371
 10519
@@ -4648,8 +5597,8 @@
mgl@1371
 10520
 
mgl@1371
 10521
 
mgl@1371
 10522
 
mgl@1371
 10523
-echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
mgl@1371
 10524
-echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
mgl@1371
 10525
+{ echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
mgl@1371
 10526
+echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
mgl@1371
 10527
 if test "${lt_cv_path_NM+set}" = set; then
mgl@1371
 10528
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10529
 else
mgl@1371
 10530
@@ -4697,8 +5646,8 @@
mgl@1371
 10531
   : ${lt_cv_path_NM=no}
mgl@1371
 10532
 fi
mgl@1371
 10533
 fi
mgl@1371
 10534
-echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
mgl@1371
 10535
-echo "${ECHO_T}$lt_cv_path_NM" >&6
mgl@1371
 10536
+{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
mgl@1371
 10537
+echo "${ECHO_T}$lt_cv_path_NM" >&6; }
mgl@1371
 10538
 if test "$lt_cv_path_NM" != "no"; then
mgl@1371
 10539
   NM="$lt_cv_path_NM"
mgl@1371
 10540
 else
mgl@1371
 10541
@@ -4708,8 +5657,8 @@
mgl@1371
 10542
   do
mgl@1371
 10543
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
mgl@1371
 10544
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
mgl@1371
 10545
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10546
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 10547
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10548
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 10549
 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
mgl@1371
 10550
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10551
 else
mgl@1371
 10552
@@ -4722,25 +5671,27 @@
mgl@1371
 10553
   IFS=$as_save_IFS
mgl@1371
 10554
   test -z "$as_dir" && as_dir=.
mgl@1371
 10555
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 10556
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 10557
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 10558
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
mgl@1371
 10559
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 10560
     break 2
mgl@1371
 10561
   fi
mgl@1371
 10562
 done
mgl@1371
 10563
 done
mgl@1371
 10564
+IFS=$as_save_IFS
mgl@1371
 10565
 
mgl@1371
 10566
 fi
mgl@1371
 10567
 fi
mgl@1371
 10568
 DUMPBIN=$ac_cv_prog_DUMPBIN
mgl@1371
 10569
 if test -n "$DUMPBIN"; then
mgl@1371
 10570
-  echo "$as_me:$LINENO: result: $DUMPBIN" >&5
mgl@1371
 10571
-echo "${ECHO_T}$DUMPBIN" >&6
mgl@1371
 10572
+  { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
mgl@1371
 10573
+echo "${ECHO_T}$DUMPBIN" >&6; }
mgl@1371
 10574
 else
mgl@1371
 10575
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10576
-echo "${ECHO_T}no" >&6
mgl@1371
 10577
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10578
+echo "${ECHO_T}no" >&6; }
mgl@1371
 10579
 fi
mgl@1371
 10580
 
mgl@1371
 10581
+
mgl@1371
 10582
     test -n "$DUMPBIN" && break
mgl@1371
 10583
   done
mgl@1371
 10584
 fi
mgl@1371
 10585
@@ -4750,8 +5701,8 @@
mgl@1371
 10586
 do
mgl@1371
 10587
   # Extract the first word of "$ac_prog", so it can be a program name with args.
mgl@1371
 10588
 set dummy $ac_prog; ac_word=$2
mgl@1371
 10589
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10590
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 10591
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10592
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 10593
 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
mgl@1371
 10594
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10595
 else
mgl@1371
 10596
@@ -4764,30 +5715,45 @@
mgl@1371
 10597
   IFS=$as_save_IFS
mgl@1371
 10598
   test -z "$as_dir" && as_dir=.
mgl@1371
 10599
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 10600
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 10601
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 10602
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
mgl@1371
 10603
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 10604
     break 2
mgl@1371
 10605
   fi
mgl@1371
 10606
 done
mgl@1371
 10607
 done
mgl@1371
 10608
+IFS=$as_save_IFS
mgl@1371
 10609
 
mgl@1371
 10610
 fi
mgl@1371
 10611
 fi
mgl@1371
 10612
 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
mgl@1371
 10613
 if test -n "$ac_ct_DUMPBIN"; then
mgl@1371
 10614
-  echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
mgl@1371
 10615
-echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
mgl@1371
 10616
+  { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
mgl@1371
 10617
+echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
mgl@1371
 10618
 else
mgl@1371
 10619
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10620
-echo "${ECHO_T}no" >&6
mgl@1371
 10621
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10622
+echo "${ECHO_T}no" >&6; }
mgl@1371
 10623
 fi
mgl@1371
 10624
 
mgl@1371
 10625
+
mgl@1371
 10626
   test -n "$ac_ct_DUMPBIN" && break
mgl@1371
 10627
 done
mgl@1371
 10628
-test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
mgl@1371
 10629
 
mgl@1371
 10630
-  DUMPBIN=$ac_ct_DUMPBIN
mgl@1371
 10631
+  if test "x$ac_ct_DUMPBIN" = x; then
mgl@1371
 10632
+    DUMPBIN=":"
mgl@1371
 10633
+  else
mgl@1371
 10634
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 10635
+yes:)
mgl@1371
 10636
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 10637
+whose name does not start with the host triplet.  If you think this
mgl@1371
 10638
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 10639
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 10640
+whose name does not start with the host triplet.  If you think this
mgl@1371
 10641
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 10642
+ac_tool_warned=yes ;;
mgl@1371
 10643
+esac
mgl@1371
 10644
+    DUMPBIN=$ac_ct_DUMPBIN
mgl@1371
 10645
+  fi
mgl@1371
 10646
 fi
mgl@1371
 10647
 
mgl@1371
 10648
 
mgl@1371
 10649
@@ -4802,43 +5768,43 @@
mgl@1371
 10650
 
mgl@1371
 10651
 
mgl@1371
 10652
 
mgl@1371
 10653
-echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
mgl@1371
 10654
-echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
mgl@1371
 10655
+{ echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
mgl@1371
 10656
+echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
mgl@1371
 10657
 if test "${lt_cv_nm_interface+set}" = set; then
mgl@1371
 10658
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10659
 else
mgl@1371
 10660
   lt_cv_nm_interface="BSD nm"
mgl@1371
 10661
   echo "int some_variable = 0;" > conftest.$ac_ext
mgl@1371
 10662
-  (eval echo "\"\$as_me:4812: $ac_compile\"" >&5)
mgl@1371
 10663
+  (eval echo "\"\$as_me:5778: $ac_compile\"" >&5)
mgl@1371
 10664
   (eval "$ac_compile" 2>conftest.err)
mgl@1371
 10665
   cat conftest.err >&5
mgl@1371
 10666
-  (eval echo "\"\$as_me:4815: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
mgl@1371
 10667
+  (eval echo "\"\$as_me:5781: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
mgl@1371
 10668
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
mgl@1371
 10669
   cat conftest.err >&5
mgl@1371
 10670
-  (eval echo "\"\$as_me:4818: output\"" >&5)
mgl@1371
 10671
+  (eval echo "\"\$as_me:5784: output\"" >&5)
mgl@1371
 10672
   cat conftest.out >&5
mgl@1371
 10673
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
mgl@1371
 10674
     lt_cv_nm_interface="MS dumpbin"
mgl@1371
 10675
   fi
mgl@1371
 10676
   rm -f conftest*
mgl@1371
 10677
 fi
mgl@1371
 10678
-echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
mgl@1371
 10679
-echo "${ECHO_T}$lt_cv_nm_interface" >&6
mgl@1371
 10680
+{ echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
mgl@1371
 10681
+echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
mgl@1371
 10682
 
mgl@1371
 10683
-echo "$as_me:$LINENO: checking whether ln -s works" >&5
mgl@1371
 10684
-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
mgl@1371
 10685
+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
mgl@1371
 10686
+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
mgl@1371
 10687
 LN_S=$as_ln_s
mgl@1371
 10688
 if test "$LN_S" = "ln -s"; then
mgl@1371
 10689
-  echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 10690
-echo "${ECHO_T}yes" >&6
mgl@1371
 10691
+  { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 10692
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 10693
 else
mgl@1371
 10694
-  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
mgl@1371
 10695
-echo "${ECHO_T}no, using $LN_S" >&6
mgl@1371
 10696
+  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
mgl@1371
 10697
+echo "${ECHO_T}no, using $LN_S" >&6; }
mgl@1371
 10698
 fi
mgl@1371
 10699
 
mgl@1371
 10700
 # find the maximum length of command line arguments
mgl@1371
 10701
-echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
mgl@1371
 10702
-echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
mgl@1371
 10703
+{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
mgl@1371
 10704
+echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
mgl@1371
 10705
 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
mgl@1371
 10706
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10707
 else
mgl@1371
 10708
@@ -4957,11 +5923,11 @@
mgl@1371
 10709
 fi
mgl@1371
 10710
 
mgl@1371
 10711
 if test -n $lt_cv_sys_max_cmd_len ; then
mgl@1371
 10712
-  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
mgl@1371
 10713
-echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
mgl@1371
 10714
+  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
mgl@1371
 10715
+echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
mgl@1371
 10716
 else
mgl@1371
 10717
-  echo "$as_me:$LINENO: result: none" >&5
mgl@1371
 10718
-echo "${ECHO_T}none" >&6
mgl@1371
 10719
+  { echo "$as_me:$LINENO: result: none" >&5
mgl@1371
 10720
+echo "${ECHO_T}none" >&6; }
mgl@1371
 10721
 fi
mgl@1371
 10722
 max_cmd_len=$lt_cv_sys_max_cmd_len
mgl@1371
 10723
 
mgl@1371
 10724
@@ -4974,8 +5940,8 @@
mgl@1371
 10725
 : ${MV="mv -f"}
mgl@1371
 10726
 : ${RM="rm -f"}
mgl@1371
 10727
 
mgl@1371
 10728
-echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
mgl@1371
 10729
-echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
mgl@1371
 10730
+{ echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
mgl@1371
 10731
+echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
mgl@1371
 10732
 # Try some XSI features
mgl@1371
 10733
 xsi_shell=no
mgl@1371
 10734
 ( _lt_dummy="a/b/c"
mgl@1371
 10735
@@ -4984,18 +5950,18 @@
mgl@1371
 10736
     && eval 'test $(( 1 + 1 )) -eq 2 \
mgl@1371
 10737
     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
mgl@1371
 10738
   && xsi_shell=yes
mgl@1371
 10739
-echo "$as_me:$LINENO: result: $xsi_shell" >&5
mgl@1371
 10740
-echo "${ECHO_T}$xsi_shell" >&6
mgl@1371
 10741
+{ echo "$as_me:$LINENO: result: $xsi_shell" >&5
mgl@1371
 10742
+echo "${ECHO_T}$xsi_shell" >&6; }
mgl@1371
 10743
 
mgl@1371
 10744
 
mgl@1371
 10745
-echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
mgl@1371
 10746
-echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
mgl@1371
 10747
+{ echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
mgl@1371
 10748
+echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
mgl@1371
 10749
 lt_shell_append=no
mgl@1371
 10750
 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
mgl@1371
 10751
     >/dev/null 2>&1 \
mgl@1371
 10752
   && lt_shell_append=yes
mgl@1371
 10753
-echo "$as_me:$LINENO: result: $lt_shell_append" >&5
mgl@1371
 10754
-echo "${ECHO_T}$lt_shell_append" >&6
mgl@1371
 10755
+{ echo "$as_me:$LINENO: result: $lt_shell_append" >&5
mgl@1371
 10756
+echo "${ECHO_T}$lt_shell_append" >&6; }
mgl@1371
 10757
 
mgl@1371
 10758
 
mgl@1371
 10759
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
 10760
@@ -5029,15 +5995,15 @@
mgl@1371
 10761
 
mgl@1371
 10762
 
mgl@1371
 10763
 
mgl@1371
 10764
-echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
mgl@1371
 10765
-echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
mgl@1371
 10766
+{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
mgl@1371
 10767
+echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
mgl@1371
 10768
 if test "${lt_cv_ld_reload_flag+set}" = set; then
mgl@1371
 10769
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10770
 else
mgl@1371
 10771
   lt_cv_ld_reload_flag='-r'
mgl@1371
 10772
 fi
mgl@1371
 10773
-echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
mgl@1371
 10774
-echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
mgl@1371
 10775
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
mgl@1371
 10776
+echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
mgl@1371
 10777
 reload_flag=$lt_cv_ld_reload_flag
mgl@1371
 10778
 case $reload_flag in
mgl@1371
 10779
 "" | " "*) ;;
mgl@1371
 10780
@@ -5065,8 +6031,8 @@
mgl@1371
 10781
 if test -n "$ac_tool_prefix"; then
mgl@1371
 10782
   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
mgl@1371
 10783
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
mgl@1371
 10784
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10785
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 10786
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10787
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 10788
 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
mgl@1371
 10789
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10790
 else
mgl@1371
 10791
@@ -5079,32 +6045,34 @@
mgl@1371
 10792
   IFS=$as_save_IFS
mgl@1371
 10793
   test -z "$as_dir" && as_dir=.
mgl@1371
 10794
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 10795
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 10796
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 10797
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
mgl@1371
 10798
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 10799
     break 2
mgl@1371
 10800
   fi
mgl@1371
 10801
 done
mgl@1371
 10802
 done
mgl@1371
 10803
+IFS=$as_save_IFS
mgl@1371
 10804
 
mgl@1371
 10805
 fi
mgl@1371
 10806
 fi
mgl@1371
 10807
 OBJDUMP=$ac_cv_prog_OBJDUMP
mgl@1371
 10808
 if test -n "$OBJDUMP"; then
mgl@1371
 10809
-  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
mgl@1371
 10810
-echo "${ECHO_T}$OBJDUMP" >&6
mgl@1371
 10811
+  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
mgl@1371
 10812
+echo "${ECHO_T}$OBJDUMP" >&6; }
mgl@1371
 10813
 else
mgl@1371
 10814
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10815
-echo "${ECHO_T}no" >&6
mgl@1371
 10816
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10817
+echo "${ECHO_T}no" >&6; }
mgl@1371
 10818
 fi
mgl@1371
 10819
 
mgl@1371
 10820
+
mgl@1371
 10821
 fi
mgl@1371
 10822
 if test -z "$ac_cv_prog_OBJDUMP"; then
mgl@1371
 10823
   ac_ct_OBJDUMP=$OBJDUMP
mgl@1371
 10824
   # Extract the first word of "objdump", so it can be a program name with args.
mgl@1371
 10825
 set dummy objdump; ac_word=$2
mgl@1371
 10826
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10827
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 10828
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10829
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 10830
 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
mgl@1371
 10831
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10832
 else
mgl@1371
 10833
@@ -5117,27 +6085,41 @@
mgl@1371
 10834
   IFS=$as_save_IFS
mgl@1371
 10835
   test -z "$as_dir" && as_dir=.
mgl@1371
 10836
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 10837
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 10838
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 10839
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
mgl@1371
 10840
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 10841
     break 2
mgl@1371
 10842
   fi
mgl@1371
 10843
 done
mgl@1371
 10844
 done
mgl@1371
 10845
+IFS=$as_save_IFS
mgl@1371
 10846
 
mgl@1371
 10847
-  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
mgl@1371
 10848
 fi
mgl@1371
 10849
 fi
mgl@1371
 10850
 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
mgl@1371
 10851
 if test -n "$ac_ct_OBJDUMP"; then
mgl@1371
 10852
-  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
mgl@1371
 10853
-echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
mgl@1371
 10854
+  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
mgl@1371
 10855
+echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
mgl@1371
 10856
 else
mgl@1371
 10857
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10858
-echo "${ECHO_T}no" >&6
mgl@1371
 10859
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10860
+echo "${ECHO_T}no" >&6; }
mgl@1371
 10861
 fi
mgl@1371
 10862
 
mgl@1371
 10863
-  OBJDUMP=$ac_ct_OBJDUMP
mgl@1371
 10864
+  if test "x$ac_ct_OBJDUMP" = x; then
mgl@1371
 10865
+    OBJDUMP="false"
mgl@1371
 10866
+  else
mgl@1371
 10867
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 10868
+yes:)
mgl@1371
 10869
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 10870
+whose name does not start with the host triplet.  If you think this
mgl@1371
 10871
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 10872
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 10873
+whose name does not start with the host triplet.  If you think this
mgl@1371
 10874
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 10875
+ac_tool_warned=yes ;;
mgl@1371
 10876
+esac
mgl@1371
 10877
+    OBJDUMP=$ac_ct_OBJDUMP
mgl@1371
 10878
+  fi
mgl@1371
 10879
 else
mgl@1371
 10880
   OBJDUMP="$ac_cv_prog_OBJDUMP"
mgl@1371
 10881
 fi
mgl@1371
 10882
@@ -5149,8 +6131,8 @@
mgl@1371
 10883
 
mgl@1371
 10884
 
mgl@1371
 10885
 
mgl@1371
 10886
-echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
mgl@1371
 10887
-echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
mgl@1371
 10888
+{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
mgl@1371
 10889
+echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
mgl@1371
 10890
 if test "${lt_cv_deplibs_check_method+set}" = set; then
mgl@1371
 10891
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10892
 else
mgl@1371
 10893
@@ -5345,8 +6327,8 @@
mgl@1371
 10894
 esac
mgl@1371
 10895
 
mgl@1371
 10896
 fi
mgl@1371
 10897
-echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
mgl@1371
 10898
-echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
mgl@1371
 10899
+{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
mgl@1371
 10900
+echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
mgl@1371
 10901
 file_magic_cmd=$lt_cv_file_magic_cmd
mgl@1371
 10902
 deplibs_check_method=$lt_cv_deplibs_check_method
mgl@1371
 10903
 test -z "$deplibs_check_method" && deplibs_check_method=unknown
mgl@1371
 10904
@@ -5365,8 +6347,8 @@
mgl@1371
 10905
 if test -n "$ac_tool_prefix"; then
mgl@1371
 10906
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
mgl@1371
 10907
 set dummy ${ac_tool_prefix}ar; ac_word=$2
mgl@1371
 10908
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10909
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 10910
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10911
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 10912
 if test "${ac_cv_prog_AR+set}" = set; then
mgl@1371
 10913
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10914
 else
mgl@1371
 10915
@@ -5379,32 +6361,34 @@
mgl@1371
 10916
   IFS=$as_save_IFS
mgl@1371
 10917
   test -z "$as_dir" && as_dir=.
mgl@1371
 10918
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 10919
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 10920
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 10921
     ac_cv_prog_AR="${ac_tool_prefix}ar"
mgl@1371
 10922
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 10923
     break 2
mgl@1371
 10924
   fi
mgl@1371
 10925
 done
mgl@1371
 10926
 done
mgl@1371
 10927
+IFS=$as_save_IFS
mgl@1371
 10928
 
mgl@1371
 10929
 fi
mgl@1371
 10930
 fi
mgl@1371
 10931
 AR=$ac_cv_prog_AR
mgl@1371
 10932
 if test -n "$AR"; then
mgl@1371
 10933
-  echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
 10934
-echo "${ECHO_T}$AR" >&6
mgl@1371
 10935
+  { echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
 10936
+echo "${ECHO_T}$AR" >&6; }
mgl@1371
 10937
 else
mgl@1371
 10938
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10939
-echo "${ECHO_T}no" >&6
mgl@1371
 10940
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10941
+echo "${ECHO_T}no" >&6; }
mgl@1371
 10942
 fi
mgl@1371
 10943
 
mgl@1371
 10944
+
mgl@1371
 10945
 fi
mgl@1371
 10946
 if test -z "$ac_cv_prog_AR"; then
mgl@1371
 10947
   ac_ct_AR=$AR
mgl@1371
 10948
   # Extract the first word of "ar", so it can be a program name with args.
mgl@1371
 10949
 set dummy ar; ac_word=$2
mgl@1371
 10950
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10951
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 10952
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 10953
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 10954
 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
mgl@1371
 10955
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 10956
 else
mgl@1371
 10957
@@ -5417,27 +6401,41 @@
mgl@1371
 10958
   IFS=$as_save_IFS
mgl@1371
 10959
   test -z "$as_dir" && as_dir=.
mgl@1371
 10960
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 10961
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 10962
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 10963
     ac_cv_prog_ac_ct_AR="ar"
mgl@1371
 10964
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 10965
     break 2
mgl@1371
 10966
   fi
mgl@1371
 10967
 done
mgl@1371
 10968
 done
mgl@1371
 10969
+IFS=$as_save_IFS
mgl@1371
 10970
 
mgl@1371
 10971
-  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
mgl@1371
 10972
 fi
mgl@1371
 10973
 fi
mgl@1371
 10974
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
mgl@1371
 10975
 if test -n "$ac_ct_AR"; then
mgl@1371
 10976
-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
 10977
-echo "${ECHO_T}$ac_ct_AR" >&6
mgl@1371
 10978
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
 10979
+echo "${ECHO_T}$ac_ct_AR" >&6; }
mgl@1371
 10980
 else
mgl@1371
 10981
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10982
-echo "${ECHO_T}no" >&6
mgl@1371
 10983
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 10984
+echo "${ECHO_T}no" >&6; }
mgl@1371
 10985
 fi
mgl@1371
 10986
 
mgl@1371
 10987
-  AR=$ac_ct_AR
mgl@1371
 10988
+  if test "x$ac_ct_AR" = x; then
mgl@1371
 10989
+    AR="false"
mgl@1371
 10990
+  else
mgl@1371
 10991
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 10992
+yes:)
mgl@1371
 10993
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 10994
+whose name does not start with the host triplet.  If you think this
mgl@1371
 10995
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 10996
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 10997
+whose name does not start with the host triplet.  If you think this
mgl@1371
 10998
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 10999
+ac_tool_warned=yes ;;
mgl@1371
 11000
+esac
mgl@1371
 11001
+    AR=$ac_ct_AR
mgl@1371
 11002
+  fi
mgl@1371
 11003
 else
mgl@1371
 11004
   AR="$ac_cv_prog_AR"
mgl@1371
 11005
 fi
mgl@1371
 11006
@@ -5458,8 +6456,8 @@
mgl@1371
 11007
 if test -n "$ac_tool_prefix"; then
mgl@1371
 11008
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
mgl@1371
 11009
 set dummy ${ac_tool_prefix}strip; ac_word=$2
mgl@1371
 11010
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11011
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11012
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11013
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11014
 if test "${ac_cv_prog_STRIP+set}" = set; then
mgl@1371
 11015
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11016
 else
mgl@1371
 11017
@@ -5472,32 +6470,34 @@
mgl@1371
 11018
   IFS=$as_save_IFS
mgl@1371
 11019
   test -z "$as_dir" && as_dir=.
mgl@1371
 11020
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11021
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11022
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11023
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
mgl@1371
 11024
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11025
     break 2
mgl@1371
 11026
   fi
mgl@1371
 11027
 done
mgl@1371
 11028
 done
mgl@1371
 11029
+IFS=$as_save_IFS
mgl@1371
 11030
 
mgl@1371
 11031
 fi
mgl@1371
 11032
 fi
mgl@1371
 11033
 STRIP=$ac_cv_prog_STRIP
mgl@1371
 11034
 if test -n "$STRIP"; then
mgl@1371
 11035
-  echo "$as_me:$LINENO: result: $STRIP" >&5
mgl@1371
 11036
-echo "${ECHO_T}$STRIP" >&6
mgl@1371
 11037
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
mgl@1371
 11038
+echo "${ECHO_T}$STRIP" >&6; }
mgl@1371
 11039
 else
mgl@1371
 11040
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11041
-echo "${ECHO_T}no" >&6
mgl@1371
 11042
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11043
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11044
 fi
mgl@1371
 11045
 
mgl@1371
 11046
+
mgl@1371
 11047
 fi
mgl@1371
 11048
 if test -z "$ac_cv_prog_STRIP"; then
mgl@1371
 11049
   ac_ct_STRIP=$STRIP
mgl@1371
 11050
   # Extract the first word of "strip", so it can be a program name with args.
mgl@1371
 11051
 set dummy strip; ac_word=$2
mgl@1371
 11052
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11053
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11054
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11055
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11056
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
mgl@1371
 11057
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11058
 else
mgl@1371
 11059
@@ -5510,27 +6510,41 @@
mgl@1371
 11060
   IFS=$as_save_IFS
mgl@1371
 11061
   test -z "$as_dir" && as_dir=.
mgl@1371
 11062
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11063
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11064
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11065
     ac_cv_prog_ac_ct_STRIP="strip"
mgl@1371
 11066
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11067
     break 2
mgl@1371
 11068
   fi
mgl@1371
 11069
 done
mgl@1371
 11070
 done
mgl@1371
 11071
+IFS=$as_save_IFS
mgl@1371
 11072
 
mgl@1371
 11073
-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
mgl@1371
 11074
 fi
mgl@1371
 11075
 fi
mgl@1371
 11076
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
mgl@1371
 11077
 if test -n "$ac_ct_STRIP"; then
mgl@1371
 11078
-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
mgl@1371
 11079
-echo "${ECHO_T}$ac_ct_STRIP" >&6
mgl@1371
 11080
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
mgl@1371
 11081
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
mgl@1371
 11082
 else
mgl@1371
 11083
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11084
-echo "${ECHO_T}no" >&6
mgl@1371
 11085
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11086
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11087
 fi
mgl@1371
 11088
 
mgl@1371
 11089
-  STRIP=$ac_ct_STRIP
mgl@1371
 11090
+  if test "x$ac_ct_STRIP" = x; then
mgl@1371
 11091
+    STRIP=":"
mgl@1371
 11092
+  else
mgl@1371
 11093
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 11094
+yes:)
mgl@1371
 11095
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11096
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11097
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 11098
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11099
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11100
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 11101
+ac_tool_warned=yes ;;
mgl@1371
 11102
+esac
mgl@1371
 11103
+    STRIP=$ac_ct_STRIP
mgl@1371
 11104
+  fi
mgl@1371
 11105
 else
mgl@1371
 11106
   STRIP="$ac_cv_prog_STRIP"
mgl@1371
 11107
 fi
mgl@1371
 11108
@@ -5545,8 +6559,8 @@
mgl@1371
 11109
 if test -n "$ac_tool_prefix"; then
mgl@1371
 11110
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
mgl@1371
 11111
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
mgl@1371
 11112
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11113
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11114
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11115
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11116
 if test "${ac_cv_prog_RANLIB+set}" = set; then
mgl@1371
 11117
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11118
 else
mgl@1371
 11119
@@ -5559,32 +6573,34 @@
mgl@1371
 11120
   IFS=$as_save_IFS
mgl@1371
 11121
   test -z "$as_dir" && as_dir=.
mgl@1371
 11122
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11123
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11124
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11125
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
mgl@1371
 11126
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11127
     break 2
mgl@1371
 11128
   fi
mgl@1371
 11129
 done
mgl@1371
 11130
 done
mgl@1371
 11131
+IFS=$as_save_IFS
mgl@1371
 11132
 
mgl@1371
 11133
 fi
mgl@1371
 11134
 fi
mgl@1371
 11135
 RANLIB=$ac_cv_prog_RANLIB
mgl@1371
 11136
 if test -n "$RANLIB"; then
mgl@1371
 11137
-  echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
 11138
-echo "${ECHO_T}$RANLIB" >&6
mgl@1371
 11139
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
 11140
+echo "${ECHO_T}$RANLIB" >&6; }
mgl@1371
 11141
 else
mgl@1371
 11142
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11143
-echo "${ECHO_T}no" >&6
mgl@1371
 11144
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11145
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11146
 fi
mgl@1371
 11147
 
mgl@1371
 11148
+
mgl@1371
 11149
 fi
mgl@1371
 11150
 if test -z "$ac_cv_prog_RANLIB"; then
mgl@1371
 11151
   ac_ct_RANLIB=$RANLIB
mgl@1371
 11152
   # Extract the first word of "ranlib", so it can be a program name with args.
mgl@1371
 11153
 set dummy ranlib; ac_word=$2
mgl@1371
 11154
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11155
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11156
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11157
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11158
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
mgl@1371
 11159
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11160
 else
mgl@1371
 11161
@@ -5597,27 +6613,41 @@
mgl@1371
 11162
   IFS=$as_save_IFS
mgl@1371
 11163
   test -z "$as_dir" && as_dir=.
mgl@1371
 11164
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11165
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11166
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11167
     ac_cv_prog_ac_ct_RANLIB="ranlib"
mgl@1371
 11168
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11169
     break 2
mgl@1371
 11170
   fi
mgl@1371
 11171
 done
mgl@1371
 11172
 done
mgl@1371
 11173
+IFS=$as_save_IFS
mgl@1371
 11174
 
mgl@1371
 11175
-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
mgl@1371
 11176
 fi
mgl@1371
 11177
 fi
mgl@1371
 11178
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
mgl@1371
 11179
 if test -n "$ac_ct_RANLIB"; then
mgl@1371
 11180
-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
 11181
-echo "${ECHO_T}$ac_ct_RANLIB" >&6
mgl@1371
 11182
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
 11183
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
mgl@1371
 11184
 else
mgl@1371
 11185
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11186
-echo "${ECHO_T}no" >&6
mgl@1371
 11187
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11188
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11189
 fi
mgl@1371
 11190
 
mgl@1371
 11191
-  RANLIB=$ac_ct_RANLIB
mgl@1371
 11192
+  if test "x$ac_ct_RANLIB" = x; then
mgl@1371
 11193
+    RANLIB=":"
mgl@1371
 11194
+  else
mgl@1371
 11195
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 11196
+yes:)
mgl@1371
 11197
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11198
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11199
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 11200
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11201
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11202
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 11203
+ac_tool_warned=yes ;;
mgl@1371
 11204
+esac
mgl@1371
 11205
+    RANLIB=$ac_ct_RANLIB
mgl@1371
 11206
+  fi
mgl@1371
 11207
 else
mgl@1371
 11208
   RANLIB="$ac_cv_prog_RANLIB"
mgl@1371
 11209
 fi
mgl@1371
 11210
@@ -5690,8 +6720,8 @@
mgl@1371
 11211
 
mgl@1371
 11212
 
mgl@1371
 11213
 # Check for command to grab the raw symbol name followed by C symbol from nm.
mgl@1371
 11214
-echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
mgl@1371
 11215
-echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
mgl@1371
 11216
+{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
mgl@1371
 11217
+echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
mgl@1371
 11218
 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
mgl@1371
 11219
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11220
 else
mgl@1371
 11221
@@ -5910,11 +6940,11 @@
mgl@1371
 11222
   lt_cv_sys_global_symbol_to_cdecl=
mgl@1371
 11223
 fi
mgl@1371
 11224
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
mgl@1371
 11225
-  echo "$as_me:$LINENO: result: failed" >&5
mgl@1371
 11226
-echo "${ECHO_T}failed" >&6
mgl@1371
 11227
+  { echo "$as_me:$LINENO: result: failed" >&5
mgl@1371
 11228
+echo "${ECHO_T}failed" >&6; }
mgl@1371
 11229
 else
mgl@1371
 11230
-  echo "$as_me:$LINENO: result: ok" >&5
mgl@1371
 11231
-echo "${ECHO_T}ok" >&6
mgl@1371
 11232
+  { echo "$as_me:$LINENO: result: ok" >&5
mgl@1371
 11233
+echo "${ECHO_T}ok" >&6; }
mgl@1371
 11234
 fi
mgl@1371
 11235
 
mgl@1371
 11236
 
mgl@1371
 11237
@@ -5939,11 +6969,11 @@
mgl@1371
 11238
 
mgl@1371
 11239
 
mgl@1371
 11240
 
mgl@1371
 11241
-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
mgl@1371
 11242
+# Check whether --enable-libtool-lock was given.
mgl@1371
 11243
 if test "${enable_libtool_lock+set}" = set; then
mgl@1371
 11244
-  enableval="$enable_libtool_lock"
mgl@1371
 11245
+  enableval=$enable_libtool_lock;
mgl@1371
 11246
+fi
mgl@1371
 11247
 
mgl@1371
 11248
-fi;
mgl@1371
 11249
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
mgl@1371
 11250
 
mgl@1371
 11251
 # Some flags need to be propagated to the compiler or linker for good
mgl@1371
 11252
@@ -5970,7 +7000,7 @@
mgl@1371
 11253
   ;;
mgl@1371
 11254
 *-*-irix6*)
mgl@1371
 11255
   # Find out which ABI we are using.
mgl@1371
 11256
-  echo '#line 5973 "configure"' > conftest.$ac_ext
mgl@1371
 11257
+  echo '#line 7003 "configure"' > conftest.$ac_ext
mgl@1371
 11258
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 11259
   (eval $ac_compile) 2>&5
mgl@1371
 11260
   ac_status=$?
mgl@1371
 11261
@@ -6062,8 +7092,8 @@
mgl@1371
 11262
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
mgl@1371
 11263
   SAVE_CFLAGS="$CFLAGS"
mgl@1371
 11264
   CFLAGS="$CFLAGS -belf"
mgl@1371
 11265
-  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
mgl@1371
 11266
-echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
mgl@1371
 11267
+  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
mgl@1371
 11268
+echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
mgl@1371
 11269
 if test "${lt_cv_cc_needs_belf+set}" = set; then
mgl@1371
 11270
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11271
 else
mgl@1371
 11272
@@ -6089,35 +7119,32 @@
mgl@1371
 11273
 }
mgl@1371
 11274
 _ACEOF
mgl@1371
 11275
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 11276
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 11277
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 11278
+if { (ac_try="$ac_link"
mgl@1371
 11279
+case "(($ac_try" in
mgl@1371
 11280
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 11281
+  *) ac_try_echo=$ac_try;;
mgl@1371
 11282
+esac
mgl@1371
 11283
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 11284
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 11285
   ac_status=$?
mgl@1371
 11286
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 11287
   rm -f conftest.er1
mgl@1371
 11288
   cat conftest.err >&5
mgl@1371
 11289
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 11290
-  (exit $ac_status); } &&
mgl@1371
 11291
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 11292
-			 || test ! -s conftest.err'
mgl@1371
 11293
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 11294
-  (eval $ac_try) 2>&5
mgl@1371
 11295
-  ac_status=$?
mgl@1371
 11296
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 11297
-  (exit $ac_status); }; } &&
mgl@1371
 11298
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 11299
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 11300
-  (eval $ac_try) 2>&5
mgl@1371
 11301
-  ac_status=$?
mgl@1371
 11302
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 11303
-  (exit $ac_status); }; }; then
mgl@1371
 11304
+  (exit $ac_status); } && {
mgl@1371
 11305
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 11306
+	 test ! -s conftest.err
mgl@1371
 11307
+       } && test -s conftest$ac_exeext &&
mgl@1371
 11308
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 11309
   lt_cv_cc_needs_belf=yes
mgl@1371
 11310
 else
mgl@1371
 11311
   echo "$as_me: failed program was:" >&5
mgl@1371
 11312
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 11313
 
mgl@1371
 11314
-lt_cv_cc_needs_belf=no
mgl@1371
 11315
+	lt_cv_cc_needs_belf=no
mgl@1371
 11316
 fi
mgl@1371
 11317
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 11318
+
mgl@1371
 11319
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 11320
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 11321
      ac_ext=c
mgl@1371
 11322
 ac_cpp='$CPP $CPPFLAGS'
mgl@1371
 11323
@@ -6126,8 +7153,8 @@
mgl@1371
 11324
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
 11325
 
mgl@1371
 11326
 fi
mgl@1371
 11327
-echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
mgl@1371
 11328
-echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
mgl@1371
 11329
+{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
mgl@1371
 11330
+echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
mgl@1371
 11331
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
mgl@1371
 11332
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
mgl@1371
 11333
     CFLAGS="$SAVE_CFLAGS"
mgl@1371
 11334
@@ -6166,8 +7193,8 @@
mgl@1371
 11335
     if test -n "$ac_tool_prefix"; then
mgl@1371
 11336
   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
mgl@1371
 11337
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
mgl@1371
 11338
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11339
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11340
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11341
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11342
 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
mgl@1371
 11343
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11344
 else
mgl@1371
 11345
@@ -6180,32 +7207,34 @@
mgl@1371
 11346
   IFS=$as_save_IFS
mgl@1371
 11347
   test -z "$as_dir" && as_dir=.
mgl@1371
 11348
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11349
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11350
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11351
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
mgl@1371
 11352
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11353
     break 2
mgl@1371
 11354
   fi
mgl@1371
 11355
 done
mgl@1371
 11356
 done
mgl@1371
 11357
+IFS=$as_save_IFS
mgl@1371
 11358
 
mgl@1371
 11359
 fi
mgl@1371
 11360
 fi
mgl@1371
 11361
 DSYMUTIL=$ac_cv_prog_DSYMUTIL
mgl@1371
 11362
 if test -n "$DSYMUTIL"; then
mgl@1371
 11363
-  echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
mgl@1371
 11364
-echo "${ECHO_T}$DSYMUTIL" >&6
mgl@1371
 11365
+  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
mgl@1371
 11366
+echo "${ECHO_T}$DSYMUTIL" >&6; }
mgl@1371
 11367
 else
mgl@1371
 11368
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11369
-echo "${ECHO_T}no" >&6
mgl@1371
 11370
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11371
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11372
 fi
mgl@1371
 11373
 
mgl@1371
 11374
+
mgl@1371
 11375
 fi
mgl@1371
 11376
 if test -z "$ac_cv_prog_DSYMUTIL"; then
mgl@1371
 11377
   ac_ct_DSYMUTIL=$DSYMUTIL
mgl@1371
 11378
   # Extract the first word of "dsymutil", so it can be a program name with args.
mgl@1371
 11379
 set dummy dsymutil; ac_word=$2
mgl@1371
 11380
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11381
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11382
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11383
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11384
 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
mgl@1371
 11385
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11386
 else
mgl@1371
 11387
@@ -6218,27 +7247,41 @@
mgl@1371
 11388
   IFS=$as_save_IFS
mgl@1371
 11389
   test -z "$as_dir" && as_dir=.
mgl@1371
 11390
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11391
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11392
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11393
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
mgl@1371
 11394
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11395
     break 2
mgl@1371
 11396
   fi
mgl@1371
 11397
 done
mgl@1371
 11398
 done
mgl@1371
 11399
+IFS=$as_save_IFS
mgl@1371
 11400
 
mgl@1371
 11401
-  test -z "$ac_cv_prog_ac_ct_DSYMUTIL" && ac_cv_prog_ac_ct_DSYMUTIL=":"
mgl@1371
 11402
 fi
mgl@1371
 11403
 fi
mgl@1371
 11404
 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
mgl@1371
 11405
 if test -n "$ac_ct_DSYMUTIL"; then
mgl@1371
 11406
-  echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
mgl@1371
 11407
-echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6
mgl@1371
 11408
+  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
mgl@1371
 11409
+echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
mgl@1371
 11410
 else
mgl@1371
 11411
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11412
-echo "${ECHO_T}no" >&6
mgl@1371
 11413
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11414
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11415
 fi
mgl@1371
 11416
 
mgl@1371
 11417
-  DSYMUTIL=$ac_ct_DSYMUTIL
mgl@1371
 11418
+  if test "x$ac_ct_DSYMUTIL" = x; then
mgl@1371
 11419
+    DSYMUTIL=":"
mgl@1371
 11420
+  else
mgl@1371
 11421
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 11422
+yes:)
mgl@1371
 11423
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11424
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11425
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 11426
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11427
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11428
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 11429
+ac_tool_warned=yes ;;
mgl@1371
 11430
+esac
mgl@1371
 11431
+    DSYMUTIL=$ac_ct_DSYMUTIL
mgl@1371
 11432
+  fi
mgl@1371
 11433
 else
mgl@1371
 11434
   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
mgl@1371
 11435
 fi
mgl@1371
 11436
@@ -6246,8 +7289,8 @@
mgl@1371
 11437
     if test -n "$ac_tool_prefix"; then
mgl@1371
 11438
   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
mgl@1371
 11439
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
mgl@1371
 11440
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11441
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11442
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11443
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11444
 if test "${ac_cv_prog_NMEDIT+set}" = set; then
mgl@1371
 11445
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11446
 else
mgl@1371
 11447
@@ -6260,32 +7303,34 @@
mgl@1371
 11448
   IFS=$as_save_IFS
mgl@1371
 11449
   test -z "$as_dir" && as_dir=.
mgl@1371
 11450
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11451
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11452
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11453
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
mgl@1371
 11454
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11455
     break 2
mgl@1371
 11456
   fi
mgl@1371
 11457
 done
mgl@1371
 11458
 done
mgl@1371
 11459
+IFS=$as_save_IFS
mgl@1371
 11460
 
mgl@1371
 11461
 fi
mgl@1371
 11462
 fi
mgl@1371
 11463
 NMEDIT=$ac_cv_prog_NMEDIT
mgl@1371
 11464
 if test -n "$NMEDIT"; then
mgl@1371
 11465
-  echo "$as_me:$LINENO: result: $NMEDIT" >&5
mgl@1371
 11466
-echo "${ECHO_T}$NMEDIT" >&6
mgl@1371
 11467
+  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
mgl@1371
 11468
+echo "${ECHO_T}$NMEDIT" >&6; }
mgl@1371
 11469
 else
mgl@1371
 11470
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11471
-echo "${ECHO_T}no" >&6
mgl@1371
 11472
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11473
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11474
 fi
mgl@1371
 11475
 
mgl@1371
 11476
+
mgl@1371
 11477
 fi
mgl@1371
 11478
 if test -z "$ac_cv_prog_NMEDIT"; then
mgl@1371
 11479
   ac_ct_NMEDIT=$NMEDIT
mgl@1371
 11480
   # Extract the first word of "nmedit", so it can be a program name with args.
mgl@1371
 11481
 set dummy nmedit; ac_word=$2
mgl@1371
 11482
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11483
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11484
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11485
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11486
 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
mgl@1371
 11487
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11488
 else
mgl@1371
 11489
@@ -6298,27 +7343,41 @@
mgl@1371
 11490
   IFS=$as_save_IFS
mgl@1371
 11491
   test -z "$as_dir" && as_dir=.
mgl@1371
 11492
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11493
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11494
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11495
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
mgl@1371
 11496
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11497
     break 2
mgl@1371
 11498
   fi
mgl@1371
 11499
 done
mgl@1371
 11500
 done
mgl@1371
 11501
+IFS=$as_save_IFS
mgl@1371
 11502
 
mgl@1371
 11503
-  test -z "$ac_cv_prog_ac_ct_NMEDIT" && ac_cv_prog_ac_ct_NMEDIT=":"
mgl@1371
 11504
 fi
mgl@1371
 11505
 fi
mgl@1371
 11506
 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
mgl@1371
 11507
 if test -n "$ac_ct_NMEDIT"; then
mgl@1371
 11508
-  echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
mgl@1371
 11509
-echo "${ECHO_T}$ac_ct_NMEDIT" >&6
mgl@1371
 11510
+  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
mgl@1371
 11511
+echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
mgl@1371
 11512
 else
mgl@1371
 11513
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11514
-echo "${ECHO_T}no" >&6
mgl@1371
 11515
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11516
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11517
 fi
mgl@1371
 11518
 
mgl@1371
 11519
-  NMEDIT=$ac_ct_NMEDIT
mgl@1371
 11520
+  if test "x$ac_ct_NMEDIT" = x; then
mgl@1371
 11521
+    NMEDIT=":"
mgl@1371
 11522
+  else
mgl@1371
 11523
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 11524
+yes:)
mgl@1371
 11525
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11526
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11527
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 11528
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11529
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11530
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 11531
+ac_tool_warned=yes ;;
mgl@1371
 11532
+esac
mgl@1371
 11533
+    NMEDIT=$ac_ct_NMEDIT
mgl@1371
 11534
+  fi
mgl@1371
 11535
 else
mgl@1371
 11536
   NMEDIT="$ac_cv_prog_NMEDIT"
mgl@1371
 11537
 fi
mgl@1371
 11538
@@ -6326,8 +7385,8 @@
mgl@1371
 11539
     if test -n "$ac_tool_prefix"; then
mgl@1371
 11540
   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
mgl@1371
 11541
 set dummy ${ac_tool_prefix}lipo; ac_word=$2
mgl@1371
 11542
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11543
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11544
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11545
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11546
 if test "${ac_cv_prog_LIPO+set}" = set; then
mgl@1371
 11547
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11548
 else
mgl@1371
 11549
@@ -6340,32 +7399,34 @@
mgl@1371
 11550
   IFS=$as_save_IFS
mgl@1371
 11551
   test -z "$as_dir" && as_dir=.
mgl@1371
 11552
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11553
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11554
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11555
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
mgl@1371
 11556
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11557
     break 2
mgl@1371
 11558
   fi
mgl@1371
 11559
 done
mgl@1371
 11560
 done
mgl@1371
 11561
+IFS=$as_save_IFS
mgl@1371
 11562
 
mgl@1371
 11563
 fi
mgl@1371
 11564
 fi
mgl@1371
 11565
 LIPO=$ac_cv_prog_LIPO
mgl@1371
 11566
 if test -n "$LIPO"; then
mgl@1371
 11567
-  echo "$as_me:$LINENO: result: $LIPO" >&5
mgl@1371
 11568
-echo "${ECHO_T}$LIPO" >&6
mgl@1371
 11569
+  { echo "$as_me:$LINENO: result: $LIPO" >&5
mgl@1371
 11570
+echo "${ECHO_T}$LIPO" >&6; }
mgl@1371
 11571
 else
mgl@1371
 11572
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11573
-echo "${ECHO_T}no" >&6
mgl@1371
 11574
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11575
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11576
 fi
mgl@1371
 11577
 
mgl@1371
 11578
+
mgl@1371
 11579
 fi
mgl@1371
 11580
 if test -z "$ac_cv_prog_LIPO"; then
mgl@1371
 11581
   ac_ct_LIPO=$LIPO
mgl@1371
 11582
   # Extract the first word of "lipo", so it can be a program name with args.
mgl@1371
 11583
 set dummy lipo; ac_word=$2
mgl@1371
 11584
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11585
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11586
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11587
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11588
 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
mgl@1371
 11589
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11590
 else
mgl@1371
 11591
@@ -6378,27 +7439,41 @@
mgl@1371
 11592
   IFS=$as_save_IFS
mgl@1371
 11593
   test -z "$as_dir" && as_dir=.
mgl@1371
 11594
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11595
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11596
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11597
     ac_cv_prog_ac_ct_LIPO="lipo"
mgl@1371
 11598
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11599
     break 2
mgl@1371
 11600
   fi
mgl@1371
 11601
 done
mgl@1371
 11602
 done
mgl@1371
 11603
+IFS=$as_save_IFS
mgl@1371
 11604
 
mgl@1371
 11605
-  test -z "$ac_cv_prog_ac_ct_LIPO" && ac_cv_prog_ac_ct_LIPO=":"
mgl@1371
 11606
 fi
mgl@1371
 11607
 fi
mgl@1371
 11608
 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
mgl@1371
 11609
 if test -n "$ac_ct_LIPO"; then
mgl@1371
 11610
-  echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
mgl@1371
 11611
-echo "${ECHO_T}$ac_ct_LIPO" >&6
mgl@1371
 11612
+  { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
mgl@1371
 11613
+echo "${ECHO_T}$ac_ct_LIPO" >&6; }
mgl@1371
 11614
 else
mgl@1371
 11615
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11616
-echo "${ECHO_T}no" >&6
mgl@1371
 11617
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11618
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11619
 fi
mgl@1371
 11620
 
mgl@1371
 11621
-  LIPO=$ac_ct_LIPO
mgl@1371
 11622
+  if test "x$ac_ct_LIPO" = x; then
mgl@1371
 11623
+    LIPO=":"
mgl@1371
 11624
+  else
mgl@1371
 11625
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 11626
+yes:)
mgl@1371
 11627
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11628
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11629
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 11630
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11631
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11632
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 11633
+ac_tool_warned=yes ;;
mgl@1371
 11634
+esac
mgl@1371
 11635
+    LIPO=$ac_ct_LIPO
mgl@1371
 11636
+  fi
mgl@1371
 11637
 else
mgl@1371
 11638
   LIPO="$ac_cv_prog_LIPO"
mgl@1371
 11639
 fi
mgl@1371
 11640
@@ -6406,8 +7481,8 @@
mgl@1371
 11641
     if test -n "$ac_tool_prefix"; then
mgl@1371
 11642
   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
mgl@1371
 11643
 set dummy ${ac_tool_prefix}otool; ac_word=$2
mgl@1371
 11644
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11645
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11646
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11647
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11648
 if test "${ac_cv_prog_OTOOL+set}" = set; then
mgl@1371
 11649
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11650
 else
mgl@1371
 11651
@@ -6420,32 +7495,34 @@
mgl@1371
 11652
   IFS=$as_save_IFS
mgl@1371
 11653
   test -z "$as_dir" && as_dir=.
mgl@1371
 11654
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11655
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11656
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11657
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
mgl@1371
 11658
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11659
     break 2
mgl@1371
 11660
   fi
mgl@1371
 11661
 done
mgl@1371
 11662
 done
mgl@1371
 11663
+IFS=$as_save_IFS
mgl@1371
 11664
 
mgl@1371
 11665
 fi
mgl@1371
 11666
 fi
mgl@1371
 11667
 OTOOL=$ac_cv_prog_OTOOL
mgl@1371
 11668
 if test -n "$OTOOL"; then
mgl@1371
 11669
-  echo "$as_me:$LINENO: result: $OTOOL" >&5
mgl@1371
 11670
-echo "${ECHO_T}$OTOOL" >&6
mgl@1371
 11671
+  { echo "$as_me:$LINENO: result: $OTOOL" >&5
mgl@1371
 11672
+echo "${ECHO_T}$OTOOL" >&6; }
mgl@1371
 11673
 else
mgl@1371
 11674
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11675
-echo "${ECHO_T}no" >&6
mgl@1371
 11676
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11677
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11678
 fi
mgl@1371
 11679
 
mgl@1371
 11680
+
mgl@1371
 11681
 fi
mgl@1371
 11682
 if test -z "$ac_cv_prog_OTOOL"; then
mgl@1371
 11683
   ac_ct_OTOOL=$OTOOL
mgl@1371
 11684
   # Extract the first word of "otool", so it can be a program name with args.
mgl@1371
 11685
 set dummy otool; ac_word=$2
mgl@1371
 11686
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11687
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11688
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11689
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11690
 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
mgl@1371
 11691
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11692
 else
mgl@1371
 11693
@@ -6458,27 +7535,41 @@
mgl@1371
 11694
   IFS=$as_save_IFS
mgl@1371
 11695
   test -z "$as_dir" && as_dir=.
mgl@1371
 11696
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11697
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11698
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11699
     ac_cv_prog_ac_ct_OTOOL="otool"
mgl@1371
 11700
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11701
     break 2
mgl@1371
 11702
   fi
mgl@1371
 11703
 done
mgl@1371
 11704
 done
mgl@1371
 11705
+IFS=$as_save_IFS
mgl@1371
 11706
 
mgl@1371
 11707
-  test -z "$ac_cv_prog_ac_ct_OTOOL" && ac_cv_prog_ac_ct_OTOOL=":"
mgl@1371
 11708
 fi
mgl@1371
 11709
 fi
mgl@1371
 11710
 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
mgl@1371
 11711
 if test -n "$ac_ct_OTOOL"; then
mgl@1371
 11712
-  echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
mgl@1371
 11713
-echo "${ECHO_T}$ac_ct_OTOOL" >&6
mgl@1371
 11714
+  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
mgl@1371
 11715
+echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
mgl@1371
 11716
 else
mgl@1371
 11717
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11718
-echo "${ECHO_T}no" >&6
mgl@1371
 11719
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11720
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11721
 fi
mgl@1371
 11722
 
mgl@1371
 11723
-  OTOOL=$ac_ct_OTOOL
mgl@1371
 11724
+  if test "x$ac_ct_OTOOL" = x; then
mgl@1371
 11725
+    OTOOL=":"
mgl@1371
 11726
+  else
mgl@1371
 11727
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 11728
+yes:)
mgl@1371
 11729
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11730
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11731
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 11732
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11733
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11734
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 11735
+ac_tool_warned=yes ;;
mgl@1371
 11736
+esac
mgl@1371
 11737
+    OTOOL=$ac_ct_OTOOL
mgl@1371
 11738
+  fi
mgl@1371
 11739
 else
mgl@1371
 11740
   OTOOL="$ac_cv_prog_OTOOL"
mgl@1371
 11741
 fi
mgl@1371
 11742
@@ -6486,8 +7577,8 @@
mgl@1371
 11743
     if test -n "$ac_tool_prefix"; then
mgl@1371
 11744
   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
mgl@1371
 11745
 set dummy ${ac_tool_prefix}otool64; ac_word=$2
mgl@1371
 11746
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11747
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11748
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11749
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11750
 if test "${ac_cv_prog_OTOOL64+set}" = set; then
mgl@1371
 11751
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11752
 else
mgl@1371
 11753
@@ -6500,32 +7591,34 @@
mgl@1371
 11754
   IFS=$as_save_IFS
mgl@1371
 11755
   test -z "$as_dir" && as_dir=.
mgl@1371
 11756
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11757
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11758
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11759
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
mgl@1371
 11760
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11761
     break 2
mgl@1371
 11762
   fi
mgl@1371
 11763
 done
mgl@1371
 11764
 done
mgl@1371
 11765
+IFS=$as_save_IFS
mgl@1371
 11766
 
mgl@1371
 11767
 fi
mgl@1371
 11768
 fi
mgl@1371
 11769
 OTOOL64=$ac_cv_prog_OTOOL64
mgl@1371
 11770
 if test -n "$OTOOL64"; then
mgl@1371
 11771
-  echo "$as_me:$LINENO: result: $OTOOL64" >&5
mgl@1371
 11772
-echo "${ECHO_T}$OTOOL64" >&6
mgl@1371
 11773
+  { echo "$as_me:$LINENO: result: $OTOOL64" >&5
mgl@1371
 11774
+echo "${ECHO_T}$OTOOL64" >&6; }
mgl@1371
 11775
 else
mgl@1371
 11776
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11777
-echo "${ECHO_T}no" >&6
mgl@1371
 11778
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11779
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11780
 fi
mgl@1371
 11781
 
mgl@1371
 11782
+
mgl@1371
 11783
 fi
mgl@1371
 11784
 if test -z "$ac_cv_prog_OTOOL64"; then
mgl@1371
 11785
   ac_ct_OTOOL64=$OTOOL64
mgl@1371
 11786
   # Extract the first word of "otool64", so it can be a program name with args.
mgl@1371
 11787
 set dummy otool64; ac_word=$2
mgl@1371
 11788
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11789
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 11790
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 11791
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 11792
 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
mgl@1371
 11793
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11794
 else
mgl@1371
 11795
@@ -6538,27 +7631,41 @@
mgl@1371
 11796
   IFS=$as_save_IFS
mgl@1371
 11797
   test -z "$as_dir" && as_dir=.
mgl@1371
 11798
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 11799
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 11800
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 11801
     ac_cv_prog_ac_ct_OTOOL64="otool64"
mgl@1371
 11802
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 11803
     break 2
mgl@1371
 11804
   fi
mgl@1371
 11805
 done
mgl@1371
 11806
 done
mgl@1371
 11807
+IFS=$as_save_IFS
mgl@1371
 11808
 
mgl@1371
 11809
-  test -z "$ac_cv_prog_ac_ct_OTOOL64" && ac_cv_prog_ac_ct_OTOOL64=":"
mgl@1371
 11810
 fi
mgl@1371
 11811
 fi
mgl@1371
 11812
 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
mgl@1371
 11813
 if test -n "$ac_ct_OTOOL64"; then
mgl@1371
 11814
-  echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
mgl@1371
 11815
-echo "${ECHO_T}$ac_ct_OTOOL64" >&6
mgl@1371
 11816
+  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
mgl@1371
 11817
+echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
mgl@1371
 11818
 else
mgl@1371
 11819
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11820
-echo "${ECHO_T}no" >&6
mgl@1371
 11821
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 11822
+echo "${ECHO_T}no" >&6; }
mgl@1371
 11823
 fi
mgl@1371
 11824
 
mgl@1371
 11825
-  OTOOL64=$ac_ct_OTOOL64
mgl@1371
 11826
+  if test "x$ac_ct_OTOOL64" = x; then
mgl@1371
 11827
+    OTOOL64=":"
mgl@1371
 11828
+  else
mgl@1371
 11829
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 11830
+yes:)
mgl@1371
 11831
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11832
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11833
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 11834
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 11835
+whose name does not start with the host triplet.  If you think this
mgl@1371
 11836
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 11837
+ac_tool_warned=yes ;;
mgl@1371
 11838
+esac
mgl@1371
 11839
+    OTOOL64=$ac_ct_OTOOL64
mgl@1371
 11840
+  fi
mgl@1371
 11841
 else
mgl@1371
 11842
   OTOOL64="$ac_cv_prog_OTOOL64"
mgl@1371
 11843
 fi
mgl@1371
 11844
@@ -6589,8 +7696,8 @@
mgl@1371
 11845
 
mgl@1371
 11846
 
mgl@1371
 11847
 
mgl@1371
 11848
-    echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
mgl@1371
 11849
-echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6
mgl@1371
 11850
+    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
mgl@1371
 11851
+echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
mgl@1371
 11852
 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
mgl@1371
 11853
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11854
 else
mgl@1371
 11855
@@ -6616,10 +7723,10 @@
mgl@1371
 11856
 	rm -f conftest.*
mgl@1371
 11857
       fi
mgl@1371
 11858
 fi
mgl@1371
 11859
-echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
mgl@1371
 11860
-echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6
mgl@1371
 11861
-    echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
mgl@1371
 11862
-echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6
mgl@1371
 11863
+{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
mgl@1371
 11864
+echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
mgl@1371
 11865
+    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
mgl@1371
 11866
+echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
mgl@1371
 11867
 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
mgl@1371
 11868
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 11869
 else
mgl@1371
 11870
@@ -6643,41 +7750,38 @@
mgl@1371
 11871
 }
mgl@1371
 11872
 _ACEOF
mgl@1371
 11873
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 11874
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 11875
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 11876
+if { (ac_try="$ac_link"
mgl@1371
 11877
+case "(($ac_try" in
mgl@1371
 11878
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 11879
+  *) ac_try_echo=$ac_try;;
mgl@1371
 11880
+esac
mgl@1371
 11881
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 11882
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 11883
   ac_status=$?
mgl@1371
 11884
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 11885
   rm -f conftest.er1
mgl@1371
 11886
   cat conftest.err >&5
mgl@1371
 11887
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 11888
-  (exit $ac_status); } &&
mgl@1371
 11889
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 11890
-			 || test ! -s conftest.err'
mgl@1371
 11891
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 11892
-  (eval $ac_try) 2>&5
mgl@1371
 11893
-  ac_status=$?
mgl@1371
 11894
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 11895
-  (exit $ac_status); }; } &&
mgl@1371
 11896
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 11897
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 11898
-  (eval $ac_try) 2>&5
mgl@1371
 11899
-  ac_status=$?
mgl@1371
 11900
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 11901
-  (exit $ac_status); }; }; then
mgl@1371
 11902
+  (exit $ac_status); } && {
mgl@1371
 11903
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 11904
+	 test ! -s conftest.err
mgl@1371
 11905
+       } && test -s conftest$ac_exeext &&
mgl@1371
 11906
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 11907
   lt_cv_ld_exported_symbols_list=yes
mgl@1371
 11908
 else
mgl@1371
 11909
   echo "$as_me: failed program was:" >&5
mgl@1371
 11910
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 11911
 
mgl@1371
 11912
-lt_cv_ld_exported_symbols_list=no
mgl@1371
 11913
+	lt_cv_ld_exported_symbols_list=no
mgl@1371
 11914
 fi
mgl@1371
 11915
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 11916
+
mgl@1371
 11917
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 11918
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 11919
 	LDFLAGS="$save_LDFLAGS"
mgl@1371
 11920
 
mgl@1371
 11921
 fi
mgl@1371
 11922
-echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
mgl@1371
 11923
-echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6
mgl@1371
 11924
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
mgl@1371
 11925
+echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
mgl@1371
 11926
     case $host_os in
mgl@1371
 11927
     rhapsody* | darwin1.[012])
mgl@1371
 11928
       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
mgl@1371
 11929
@@ -6718,8 +7822,8 @@
mgl@1371
 11930
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
 11931
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
mgl@1371
 11932
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
 11933
-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
mgl@1371
 11934
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
mgl@1371
 11935
+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
mgl@1371
 11936
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
mgl@1371
 11937
 # On Suns, sometimes $CPP names a directory.
mgl@1371
 11938
 if test -n "$CPP" && test -d "$CPP"; then
mgl@1371
 11939
   CPP=
mgl@1371
 11940
@@ -6753,24 +7857,22 @@
mgl@1371
 11941
 #endif
mgl@1371
 11942
 		     Syntax error
mgl@1371
 11943
 _ACEOF
mgl@1371
 11944
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
mgl@1371
 11945
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
mgl@1371
 11946
+if { (ac_try="$ac_cpp conftest.$ac_ext"
mgl@1371
 11947
+case "(($ac_try" in
mgl@1371
 11948
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 11949
+  *) ac_try_echo=$ac_try;;
mgl@1371
 11950
+esac
mgl@1371
 11951
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 11952
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
mgl@1371
 11953
   ac_status=$?
mgl@1371
 11954
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 11955
   rm -f conftest.er1
mgl@1371
 11956
   cat conftest.err >&5
mgl@1371
 11957
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 11958
-  (exit $ac_status); } >/dev/null; then
mgl@1371
 11959
-  if test -s conftest.err; then
mgl@1371
 11960
-    ac_cpp_err=$ac_c_preproc_warn_flag
mgl@1371
 11961
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
mgl@1371
 11962
-  else
mgl@1371
 11963
-    ac_cpp_err=
mgl@1371
 11964
-  fi
mgl@1371
 11965
-else
mgl@1371
 11966
-  ac_cpp_err=yes
mgl@1371
 11967
-fi
mgl@1371
 11968
-if test -z "$ac_cpp_err"; then
mgl@1371
 11969
+  (exit $ac_status); } >/dev/null && {
mgl@1371
 11970
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
mgl@1371
 11971
+	 test ! -s conftest.err
mgl@1371
 11972
+       }; then
mgl@1371
 11973
   :
mgl@1371
 11974
 else
mgl@1371
 11975
   echo "$as_me: failed program was:" >&5
mgl@1371
 11976
@@ -6779,9 +7881,10 @@
mgl@1371
 11977
   # Broken: fails on valid input.
mgl@1371
 11978
 continue
mgl@1371
 11979
 fi
mgl@1371
 11980
+
mgl@1371
 11981
 rm -f conftest.err conftest.$ac_ext
mgl@1371
 11982
 
mgl@1371
 11983
-  # OK, works on sane cases.  Now check whether non-existent headers
mgl@1371
 11984
+  # OK, works on sane cases.  Now check whether nonexistent headers
mgl@1371
 11985
   # can be detected and how.
mgl@1371
 11986
   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 11987
 /* confdefs.h.  */
mgl@1371
 11988
@@ -6791,24 +7894,22 @@
mgl@1371
 11989
 /* end confdefs.h.  */
mgl@1371
 11990
 #include <ac_nonexistent.h>
mgl@1371
 11991
 _ACEOF
mgl@1371
 11992
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
mgl@1371
 11993
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
mgl@1371
 11994
+if { (ac_try="$ac_cpp conftest.$ac_ext"
mgl@1371
 11995
+case "(($ac_try" in
mgl@1371
 11996
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 11997
+  *) ac_try_echo=$ac_try;;
mgl@1371
 11998
+esac
mgl@1371
 11999
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12000
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
mgl@1371
 12001
   ac_status=$?
mgl@1371
 12002
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 12003
   rm -f conftest.er1
mgl@1371
 12004
   cat conftest.err >&5
mgl@1371
 12005
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12006
-  (exit $ac_status); } >/dev/null; then
mgl@1371
 12007
-  if test -s conftest.err; then
mgl@1371
 12008
-    ac_cpp_err=$ac_c_preproc_warn_flag
mgl@1371
 12009
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
mgl@1371
 12010
-  else
mgl@1371
 12011
-    ac_cpp_err=
mgl@1371
 12012
-  fi
mgl@1371
 12013
-else
mgl@1371
 12014
-  ac_cpp_err=yes
mgl@1371
 12015
-fi
mgl@1371
 12016
-if test -z "$ac_cpp_err"; then
mgl@1371
 12017
+  (exit $ac_status); } >/dev/null && {
mgl@1371
 12018
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
mgl@1371
 12019
+	 test ! -s conftest.err
mgl@1371
 12020
+       }; then
mgl@1371
 12021
   # Broken: success on invalid input.
mgl@1371
 12022
 continue
mgl@1371
 12023
 else
mgl@1371
 12024
@@ -6819,6 +7920,7 @@
mgl@1371
 12025
 ac_preproc_ok=:
mgl@1371
 12026
 break
mgl@1371
 12027
 fi
mgl@1371
 12028
+
mgl@1371
 12029
 rm -f conftest.err conftest.$ac_ext
mgl@1371
 12030
 
mgl@1371
 12031
 done
mgl@1371
 12032
@@ -6836,8 +7938,8 @@
mgl@1371
 12033
 else
mgl@1371
 12034
   ac_cv_prog_CPP=$CPP
mgl@1371
 12035
 fi
mgl@1371
 12036
-echo "$as_me:$LINENO: result: $CPP" >&5
mgl@1371
 12037
-echo "${ECHO_T}$CPP" >&6
mgl@1371
 12038
+{ echo "$as_me:$LINENO: result: $CPP" >&5
mgl@1371
 12039
+echo "${ECHO_T}$CPP" >&6; }
mgl@1371
 12040
 ac_preproc_ok=false
mgl@1371
 12041
 for ac_c_preproc_warn_flag in '' yes
mgl@1371
 12042
 do
mgl@1371
 12043
@@ -6860,24 +7962,22 @@
mgl@1371
 12044
 #endif
mgl@1371
 12045
 		     Syntax error
mgl@1371
 12046
 _ACEOF
mgl@1371
 12047
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
mgl@1371
 12048
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
mgl@1371
 12049
+if { (ac_try="$ac_cpp conftest.$ac_ext"
mgl@1371
 12050
+case "(($ac_try" in
mgl@1371
 12051
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12052
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12053
+esac
mgl@1371
 12054
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12055
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
mgl@1371
 12056
   ac_status=$?
mgl@1371
 12057
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 12058
   rm -f conftest.er1
mgl@1371
 12059
   cat conftest.err >&5
mgl@1371
 12060
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12061
-  (exit $ac_status); } >/dev/null; then
mgl@1371
 12062
-  if test -s conftest.err; then
mgl@1371
 12063
-    ac_cpp_err=$ac_c_preproc_warn_flag
mgl@1371
 12064
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
mgl@1371
 12065
-  else
mgl@1371
 12066
-    ac_cpp_err=
mgl@1371
 12067
-  fi
mgl@1371
 12068
-else
mgl@1371
 12069
-  ac_cpp_err=yes
mgl@1371
 12070
-fi
mgl@1371
 12071
-if test -z "$ac_cpp_err"; then
mgl@1371
 12072
+  (exit $ac_status); } >/dev/null && {
mgl@1371
 12073
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
mgl@1371
 12074
+	 test ! -s conftest.err
mgl@1371
 12075
+       }; then
mgl@1371
 12076
   :
mgl@1371
 12077
 else
mgl@1371
 12078
   echo "$as_me: failed program was:" >&5
mgl@1371
 12079
@@ -6886,9 +7986,10 @@
mgl@1371
 12080
   # Broken: fails on valid input.
mgl@1371
 12081
 continue
mgl@1371
 12082
 fi
mgl@1371
 12083
+
mgl@1371
 12084
 rm -f conftest.err conftest.$ac_ext
mgl@1371
 12085
 
mgl@1371
 12086
-  # OK, works on sane cases.  Now check whether non-existent headers
mgl@1371
 12087
+  # OK, works on sane cases.  Now check whether nonexistent headers
mgl@1371
 12088
   # can be detected and how.
mgl@1371
 12089
   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 12090
 /* confdefs.h.  */
mgl@1371
 12091
@@ -6898,24 +7999,22 @@
mgl@1371
 12092
 /* end confdefs.h.  */
mgl@1371
 12093
 #include <ac_nonexistent.h>
mgl@1371
 12094
 _ACEOF
mgl@1371
 12095
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
mgl@1371
 12096
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
mgl@1371
 12097
+if { (ac_try="$ac_cpp conftest.$ac_ext"
mgl@1371
 12098
+case "(($ac_try" in
mgl@1371
 12099
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12100
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12101
+esac
mgl@1371
 12102
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12103
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
mgl@1371
 12104
   ac_status=$?
mgl@1371
 12105
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 12106
   rm -f conftest.er1
mgl@1371
 12107
   cat conftest.err >&5
mgl@1371
 12108
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12109
-  (exit $ac_status); } >/dev/null; then
mgl@1371
 12110
-  if test -s conftest.err; then
mgl@1371
 12111
-    ac_cpp_err=$ac_c_preproc_warn_flag
mgl@1371
 12112
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
mgl@1371
 12113
-  else
mgl@1371
 12114
-    ac_cpp_err=
mgl@1371
 12115
-  fi
mgl@1371
 12116
-else
mgl@1371
 12117
-  ac_cpp_err=yes
mgl@1371
 12118
-fi
mgl@1371
 12119
-if test -z "$ac_cpp_err"; then
mgl@1371
 12120
+  (exit $ac_status); } >/dev/null && {
mgl@1371
 12121
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
mgl@1371
 12122
+	 test ! -s conftest.err
mgl@1371
 12123
+       }; then
mgl@1371
 12124
   # Broken: success on invalid input.
mgl@1371
 12125
 continue
mgl@1371
 12126
 else
mgl@1371
 12127
@@ -6926,6 +8025,7 @@
mgl@1371
 12128
 ac_preproc_ok=:
mgl@1371
 12129
 break
mgl@1371
 12130
 fi
mgl@1371
 12131
+
mgl@1371
 12132
 rm -f conftest.err conftest.$ac_ext
mgl@1371
 12133
 
mgl@1371
 12134
 done
mgl@1371
 12135
@@ -6948,8 +8048,8 @@
mgl@1371
 12136
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
 12137
 
mgl@1371
 12138
 
mgl@1371
 12139
-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
mgl@1371
 12140
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
mgl@1371
 12141
+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
mgl@1371
 12142
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
mgl@1371
 12143
 if test "${ac_cv_header_stdc+set}" = set; then
mgl@1371
 12144
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12145
 else
mgl@1371
 12146
@@ -6973,35 +8073,31 @@
mgl@1371
 12147
 }
mgl@1371
 12148
 _ACEOF
mgl@1371
 12149
 rm -f conftest.$ac_objext
mgl@1371
 12150
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 12151
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 12152
+if { (ac_try="$ac_compile"
mgl@1371
 12153
+case "(($ac_try" in
mgl@1371
 12154
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12155
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12156
+esac
mgl@1371
 12157
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12158
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 12159
   ac_status=$?
mgl@1371
 12160
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 12161
   rm -f conftest.er1
mgl@1371
 12162
   cat conftest.err >&5
mgl@1371
 12163
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12164
-  (exit $ac_status); } &&
mgl@1371
 12165
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 12166
-			 || test ! -s conftest.err'
mgl@1371
 12167
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12168
-  (eval $ac_try) 2>&5
mgl@1371
 12169
-  ac_status=$?
mgl@1371
 12170
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12171
-  (exit $ac_status); }; } &&
mgl@1371
 12172
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 12173
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12174
-  (eval $ac_try) 2>&5
mgl@1371
 12175
-  ac_status=$?
mgl@1371
 12176
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12177
-  (exit $ac_status); }; }; then
mgl@1371
 12178
+  (exit $ac_status); } && {
mgl@1371
 12179
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 12180
+	 test ! -s conftest.err
mgl@1371
 12181
+       } && test -s conftest.$ac_objext; then
mgl@1371
 12182
   ac_cv_header_stdc=yes
mgl@1371
 12183
 else
mgl@1371
 12184
   echo "$as_me: failed program was:" >&5
mgl@1371
 12185
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 12186
 
mgl@1371
 12187
-ac_cv_header_stdc=no
mgl@1371
 12188
+	ac_cv_header_stdc=no
mgl@1371
 12189
 fi
mgl@1371
 12190
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 12191
+
mgl@1371
 12192
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 12193
 
mgl@1371
 12194
 if test $ac_cv_header_stdc = yes; then
mgl@1371
 12195
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
mgl@1371
 12196
@@ -7057,6 +8153,7 @@
mgl@1371
 12197
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 12198
 /* end confdefs.h.  */
mgl@1371
 12199
 #include <ctype.h>
mgl@1371
 12200
+#include <stdlib.h>
mgl@1371
 12201
 #if ((' ' & 0x0FF) == 0x020)
mgl@1371
 12202
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
mgl@1371
 12203
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
mgl@1371
 12204
@@ -7076,18 +8173,27 @@
mgl@1371
 12205
   for (i = 0; i < 256; i++)
mgl@1371
 12206
     if (XOR (islower (i), ISLOWER (i))
mgl@1371
 12207
 	|| toupper (i) != TOUPPER (i))
mgl@1371
 12208
-      exit(2);
mgl@1371
 12209
-  exit (0);
mgl@1371
 12210
+      return 2;
mgl@1371
 12211
+  return 0;
mgl@1371
 12212
 }
mgl@1371
 12213
 _ACEOF
mgl@1371
 12214
 rm -f conftest$ac_exeext
mgl@1371
 12215
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 12216
-  (eval $ac_link) 2>&5
mgl@1371
 12217
+if { (ac_try="$ac_link"
mgl@1371
 12218
+case "(($ac_try" in
mgl@1371
 12219
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12220
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12221
+esac
mgl@1371
 12222
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12223
+  (eval "$ac_link") 2>&5
mgl@1371
 12224
   ac_status=$?
mgl@1371
 12225
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12226
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
mgl@1371
 12227
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12228
-  (eval $ac_try) 2>&5
mgl@1371
 12229
+  { (case "(($ac_try" in
mgl@1371
 12230
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12231
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12232
+esac
mgl@1371
 12233
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12234
+  (eval "$ac_try") 2>&5
mgl@1371
 12235
   ac_status=$?
mgl@1371
 12236
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12237
   (exit $ac_status); }; }; then
mgl@1371
 12238
@@ -7100,12 +8206,14 @@
mgl@1371
 12239
 ( exit $ac_status )
mgl@1371
 12240
 ac_cv_header_stdc=no
mgl@1371
 12241
 fi
mgl@1371
 12242
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
mgl@1371
 12243
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
mgl@1371
 12244
 fi
mgl@1371
 12245
+
mgl@1371
 12246
+
mgl@1371
 12247
 fi
mgl@1371
 12248
 fi
mgl@1371
 12249
-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
mgl@1371
 12250
-echo "${ECHO_T}$ac_cv_header_stdc" >&6
mgl@1371
 12251
+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
mgl@1371
 12252
+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
mgl@1371
 12253
 if test $ac_cv_header_stdc = yes; then
mgl@1371
 12254
 
mgl@1371
 12255
 cat >>confdefs.h <<\_ACEOF
mgl@1371
 12256
@@ -7128,9 +8236,9 @@
mgl@1371
 12257
 		  inttypes.h stdint.h unistd.h
mgl@1371
 12258
 do
mgl@1371
 12259
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
mgl@1371
 12260
-echo "$as_me:$LINENO: checking for $ac_header" >&5
mgl@1371
 12261
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
mgl@1371
 12262
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
mgl@1371
 12263
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
mgl@1371
 12264
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
mgl@1371
 12265
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
mgl@1371
 12266
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12267
 else
mgl@1371
 12268
   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 12269
@@ -7144,38 +8252,35 @@
mgl@1371
 12270
 #include <$ac_header>
mgl@1371
 12271
 _ACEOF
mgl@1371
 12272
 rm -f conftest.$ac_objext
mgl@1371
 12273
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 12274
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 12275
+if { (ac_try="$ac_compile"
mgl@1371
 12276
+case "(($ac_try" in
mgl@1371
 12277
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12278
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12279
+esac
mgl@1371
 12280
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12281
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 12282
   ac_status=$?
mgl@1371
 12283
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 12284
   rm -f conftest.er1
mgl@1371
 12285
   cat conftest.err >&5
mgl@1371
 12286
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12287
-  (exit $ac_status); } &&
mgl@1371
 12288
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 12289
-			 || test ! -s conftest.err'
mgl@1371
 12290
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12291
-  (eval $ac_try) 2>&5
mgl@1371
 12292
-  ac_status=$?
mgl@1371
 12293
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12294
-  (exit $ac_status); }; } &&
mgl@1371
 12295
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 12296
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12297
-  (eval $ac_try) 2>&5
mgl@1371
 12298
-  ac_status=$?
mgl@1371
 12299
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12300
-  (exit $ac_status); }; }; then
mgl@1371
 12301
+  (exit $ac_status); } && {
mgl@1371
 12302
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 12303
+	 test ! -s conftest.err
mgl@1371
 12304
+       } && test -s conftest.$ac_objext; then
mgl@1371
 12305
   eval "$as_ac_Header=yes"
mgl@1371
 12306
 else
mgl@1371
 12307
   echo "$as_me: failed program was:" >&5
mgl@1371
 12308
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 12309
 
mgl@1371
 12310
-eval "$as_ac_Header=no"
mgl@1371
 12311
+	eval "$as_ac_Header=no"
mgl@1371
 12312
 fi
mgl@1371
 12313
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 12314
+
mgl@1371
 12315
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 12316
 fi
mgl@1371
 12317
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
mgl@1371
 12318
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
mgl@1371
 12319
+ac_res=`eval echo '${'$as_ac_Header'}'`
mgl@1371
 12320
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
mgl@1371
 12321
+echo "${ECHO_T}$ac_res" >&6; }
mgl@1371
 12322
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
mgl@1371
 12323
   cat >>confdefs.h <<_ACEOF
mgl@1371
 12324
 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
mgl@1371
 12325
@@ -7190,9 +8295,9 @@
mgl@1371
 12326
 for ac_header in dlfcn.h
mgl@1371
 12327
 do
mgl@1371
 12328
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
mgl@1371
 12329
-echo "$as_me:$LINENO: checking for $ac_header" >&5
mgl@1371
 12330
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
mgl@1371
 12331
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
mgl@1371
 12332
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
mgl@1371
 12333
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
mgl@1371
 12334
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
mgl@1371
 12335
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12336
 else
mgl@1371
 12337
   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 12338
@@ -7206,38 +8311,35 @@
mgl@1371
 12339
 #include <$ac_header>
mgl@1371
 12340
 _ACEOF
mgl@1371
 12341
 rm -f conftest.$ac_objext
mgl@1371
 12342
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 12343
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 12344
+if { (ac_try="$ac_compile"
mgl@1371
 12345
+case "(($ac_try" in
mgl@1371
 12346
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12347
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12348
+esac
mgl@1371
 12349
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12350
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 12351
   ac_status=$?
mgl@1371
 12352
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 12353
   rm -f conftest.er1
mgl@1371
 12354
   cat conftest.err >&5
mgl@1371
 12355
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12356
-  (exit $ac_status); } &&
mgl@1371
 12357
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 12358
-			 || test ! -s conftest.err'
mgl@1371
 12359
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12360
-  (eval $ac_try) 2>&5
mgl@1371
 12361
-  ac_status=$?
mgl@1371
 12362
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12363
-  (exit $ac_status); }; } &&
mgl@1371
 12364
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 12365
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12366
-  (eval $ac_try) 2>&5
mgl@1371
 12367
-  ac_status=$?
mgl@1371
 12368
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12369
-  (exit $ac_status); }; }; then
mgl@1371
 12370
+  (exit $ac_status); } && {
mgl@1371
 12371
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 12372
+	 test ! -s conftest.err
mgl@1371
 12373
+       } && test -s conftest.$ac_objext; then
mgl@1371
 12374
   eval "$as_ac_Header=yes"
mgl@1371
 12375
 else
mgl@1371
 12376
   echo "$as_me: failed program was:" >&5
mgl@1371
 12377
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 12378
 
mgl@1371
 12379
-eval "$as_ac_Header=no"
mgl@1371
 12380
+	eval "$as_ac_Header=no"
mgl@1371
 12381
 fi
mgl@1371
 12382
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 12383
+
mgl@1371
 12384
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 12385
 fi
mgl@1371
 12386
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
mgl@1371
 12387
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
mgl@1371
 12388
+ac_res=`eval echo '${'$as_ac_Header'}'`
mgl@1371
 12389
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
mgl@1371
 12390
+echo "${ECHO_T}$ac_res" >&6; }
mgl@1371
 12391
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
mgl@1371
 12392
   cat >>confdefs.h <<_ACEOF
mgl@1371
 12393
 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
mgl@1371
 12394
@@ -7257,10 +8359,9 @@
mgl@1371
 12395
 
mgl@1371
 12396
 
mgl@1371
 12397
 
mgl@1371
 12398
-            # Check whether --enable-shared or --disable-shared was given.
mgl@1371
 12399
+            # Check whether --enable-shared was given.
mgl@1371
 12400
 if test "${enable_shared+set}" = set; then
mgl@1371
 12401
-  enableval="$enable_shared"
mgl@1371
 12402
-  p=${PACKAGE-default}
mgl@1371
 12403
+  enableval=$enable_shared; p=${PACKAGE-default}
mgl@1371
 12404
     case $enableval in
mgl@1371
 12405
     yes) enable_shared=yes ;;
mgl@1371
 12406
     no) enable_shared=no ;;
mgl@1371
 12407
@@ -7279,7 +8380,8 @@
mgl@1371
 12408
     esac
mgl@1371
 12409
 else
mgl@1371
 12410
   enable_shared=yes
mgl@1371
 12411
-fi;
mgl@1371
 12412
+fi
mgl@1371
 12413
+
mgl@1371
 12414
 
mgl@1371
 12415
 
mgl@1371
 12416
 
mgl@1371
 12417
@@ -7288,10 +8390,9 @@
mgl@1371
 12418
 
mgl@1371
 12419
 
mgl@1371
 12420
 
mgl@1371
 12421
-  # Check whether --enable-static or --disable-static was given.
mgl@1371
 12422
+  # Check whether --enable-static was given.
mgl@1371
 12423
 if test "${enable_static+set}" = set; then
mgl@1371
 12424
-  enableval="$enable_static"
mgl@1371
 12425
-  p=${PACKAGE-default}
mgl@1371
 12426
+  enableval=$enable_static; p=${PACKAGE-default}
mgl@1371
 12427
     case $enableval in
mgl@1371
 12428
     yes) enable_static=yes ;;
mgl@1371
 12429
     no) enable_static=no ;;
mgl@1371
 12430
@@ -7310,7 +8411,8 @@
mgl@1371
 12431
     esac
mgl@1371
 12432
 else
mgl@1371
 12433
   enable_static=yes
mgl@1371
 12434
-fi;
mgl@1371
 12435
+fi
mgl@1371
 12436
+
mgl@1371
 12437
 
mgl@1371
 12438
 
mgl@1371
 12439
 
mgl@1371
 12440
@@ -7320,13 +8422,13 @@
mgl@1371
 12441
 
mgl@1371
 12442
 
mgl@1371
 12443
 
mgl@1371
 12444
-# Check whether --with-pic or --without-pic was given.
mgl@1371
 12445
+# Check whether --with-pic was given.
mgl@1371
 12446
 if test "${with_pic+set}" = set; then
mgl@1371
 12447
-  withval="$with_pic"
mgl@1371
 12448
-  pic_mode="$withval"
mgl@1371
 12449
+  withval=$with_pic; pic_mode="$withval"
mgl@1371
 12450
 else
mgl@1371
 12451
   pic_mode=default
mgl@1371
 12452
-fi;
mgl@1371
 12453
+fi
mgl@1371
 12454
+
mgl@1371
 12455
 
mgl@1371
 12456
 test -z "$pic_mode" && pic_mode=default
mgl@1371
 12457
 
mgl@1371
 12458
@@ -7336,10 +8438,9 @@
mgl@1371
 12459
 
mgl@1371
 12460
 
mgl@1371
 12461
 
mgl@1371
 12462
-  # Check whether --enable-fast-install or --disable-fast-install was given.
mgl@1371
 12463
+  # Check whether --enable-fast-install was given.
mgl@1371
 12464
 if test "${enable_fast_install+set}" = set; then
mgl@1371
 12465
-  enableval="$enable_fast_install"
mgl@1371
 12466
-  p=${PACKAGE-default}
mgl@1371
 12467
+  enableval=$enable_fast_install; p=${PACKAGE-default}
mgl@1371
 12468
     case $enableval in
mgl@1371
 12469
     yes) enable_fast_install=yes ;;
mgl@1371
 12470
     no) enable_fast_install=no ;;
mgl@1371
 12471
@@ -7358,7 +8459,8 @@
mgl@1371
 12472
     esac
mgl@1371
 12473
 else
mgl@1371
 12474
   enable_fast_install=yes
mgl@1371
 12475
-fi;
mgl@1371
 12476
+fi
mgl@1371
 12477
+
mgl@1371
 12478
 
mgl@1371
 12479
 
mgl@1371
 12480
 
mgl@1371
 12481
@@ -7418,8 +8520,8 @@
mgl@1371
 12482
    setopt NO_GLOB_SUBST
mgl@1371
 12483
 fi
mgl@1371
 12484
 
mgl@1371
 12485
-echo "$as_me:$LINENO: checking for objdir" >&5
mgl@1371
 12486
-echo $ECHO_N "checking for objdir... $ECHO_C" >&6
mgl@1371
 12487
+{ echo "$as_me:$LINENO: checking for objdir" >&5
mgl@1371
 12488
+echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
mgl@1371
 12489
 if test "${lt_cv_objdir+set}" = set; then
mgl@1371
 12490
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12491
 else
mgl@1371
 12492
@@ -7433,8 +8535,8 @@
mgl@1371
 12493
 fi
mgl@1371
 12494
 rmdir .libs 2>/dev/null
mgl@1371
 12495
 fi
mgl@1371
 12496
-echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
mgl@1371
 12497
-echo "${ECHO_T}$lt_cv_objdir" >&6
mgl@1371
 12498
+{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
mgl@1371
 12499
+echo "${ECHO_T}$lt_cv_objdir" >&6; }
mgl@1371
 12500
 objdir=$lt_cv_objdir
mgl@1371
 12501
 
mgl@1371
 12502
 
mgl@1371
 12503
@@ -7526,8 +8628,8 @@
mgl@1371
 12504
 case $deplibs_check_method in
mgl@1371
 12505
 file_magic*)
mgl@1371
 12506
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
mgl@1371
 12507
-    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
mgl@1371
 12508
-echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
mgl@1371
 12509
+    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
mgl@1371
 12510
+echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
mgl@1371
 12511
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
mgl@1371
 12512
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12513
 else
mgl@1371
 12514
@@ -7579,11 +8681,11 @@
mgl@1371
 12515
 
mgl@1371
 12516
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
mgl@1371
 12517
 if test -n "$MAGIC_CMD"; then
mgl@1371
 12518
-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
mgl@1371
 12519
-echo "${ECHO_T}$MAGIC_CMD" >&6
mgl@1371
 12520
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
mgl@1371
 12521
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
mgl@1371
 12522
 else
mgl@1371
 12523
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 12524
-echo "${ECHO_T}no" >&6
mgl@1371
 12525
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 12526
+echo "${ECHO_T}no" >&6; }
mgl@1371
 12527
 fi
mgl@1371
 12528
 
mgl@1371
 12529
 
mgl@1371
 12530
@@ -7592,8 +8694,8 @@
mgl@1371
 12531
 
mgl@1371
 12532
 if test -z "$lt_cv_path_MAGIC_CMD"; then
mgl@1371
 12533
   if test -n "$ac_tool_prefix"; then
mgl@1371
 12534
-    echo "$as_me:$LINENO: checking for file" >&5
mgl@1371
 12535
-echo $ECHO_N "checking for file... $ECHO_C" >&6
mgl@1371
 12536
+    { echo "$as_me:$LINENO: checking for file" >&5
mgl@1371
 12537
+echo $ECHO_N "checking for file... $ECHO_C" >&6; }
mgl@1371
 12538
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
mgl@1371
 12539
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12540
 else
mgl@1371
 12541
@@ -7645,11 +8747,11 @@
mgl@1371
 12542
 
mgl@1371
 12543
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
mgl@1371
 12544
 if test -n "$MAGIC_CMD"; then
mgl@1371
 12545
-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
mgl@1371
 12546
-echo "${ECHO_T}$MAGIC_CMD" >&6
mgl@1371
 12547
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
mgl@1371
 12548
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
mgl@1371
 12549
 else
mgl@1371
 12550
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 12551
-echo "${ECHO_T}no" >&6
mgl@1371
 12552
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 12553
+echo "${ECHO_T}no" >&6; }
mgl@1371
 12554
 fi
mgl@1371
 12555
 
mgl@1371
 12556
 
mgl@1371
 12557
@@ -7729,8 +8831,8 @@
mgl@1371
 12558
 if test "$GCC" = yes; then
mgl@1371
 12559
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
mgl@1371
 12560
 
mgl@1371
 12561
-  echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
mgl@1371
 12562
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
mgl@1371
 12563
+  { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
mgl@1371
 12564
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
mgl@1371
 12565
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
mgl@1371
 12566
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12567
 else
mgl@1371
 12568
@@ -7747,11 +8849,11 @@
mgl@1371
 12569
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
mgl@1371
 12570
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
mgl@1371
 12571
    -e 's:$: $lt_compiler_flag:'`
mgl@1371
 12572
-   (eval echo "\"\$as_me:7750: $lt_compile\"" >&5)
mgl@1371
 12573
+   (eval echo "\"\$as_me:8852: $lt_compile\"" >&5)
mgl@1371
 12574
    (eval "$lt_compile" 2>conftest.err)
mgl@1371
 12575
    ac_status=$?
mgl@1371
 12576
    cat conftest.err >&5
mgl@1371
 12577
-   echo "$as_me:7754: \$? = $ac_status" >&5
mgl@1371
 12578
+   echo "$as_me:8856: \$? = $ac_status" >&5
mgl@1371
 12579
    if (exit $ac_status) && test -s "$ac_outfile"; then
mgl@1371
 12580
      # The compiler can only warn and ignore the option if not recognized
mgl@1371
 12581
      # So say no if there are warnings other than the usual output.
mgl@1371
 12582
@@ -7764,8 +8866,8 @@
mgl@1371
 12583
    $RM conftest*
mgl@1371
 12584
 
mgl@1371
 12585
 fi
mgl@1371
 12586
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
mgl@1371
 12587
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
mgl@1371
 12588
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
mgl@1371
 12589
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
mgl@1371
 12590
 
mgl@1371
 12591
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
mgl@1371
 12592
     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
mgl@1371
 12593
@@ -7784,8 +8886,8 @@
mgl@1371
 12594
 lt_prog_compiler_pic=
mgl@1371
 12595
 lt_prog_compiler_static=
mgl@1371
 12596
 
mgl@1371
 12597
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
mgl@1371
 12598
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
mgl@1371
 12599
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
mgl@1371
 12600
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
mgl@1371
 12601
 
mgl@1371
 12602
   if test "$GCC" = yes; then
mgl@1371
 12603
     lt_prog_compiler_wl='-Wl,'
mgl@1371
 12604
@@ -8056,8 +9158,8 @@
mgl@1371
 12605
     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
mgl@1371
 12606
     ;;
mgl@1371
 12607
 esac
mgl@1371
 12608
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
mgl@1371
 12609
-echo "${ECHO_T}$lt_prog_compiler_pic" >&6
mgl@1371
 12610
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
mgl@1371
 12611
+echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
mgl@1371
 12612
 
mgl@1371
 12613
 
mgl@1371
 12614
 
mgl@1371
 12615
@@ -8068,8 +9170,8 @@
mgl@1371
 12616
 # Check to make sure the PIC flag actually works.
mgl@1371
 12617
 #
mgl@1371
 12618
 if test -n "$lt_prog_compiler_pic"; then
mgl@1371
 12619
-  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
mgl@1371
 12620
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
mgl@1371
 12621
+  { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
mgl@1371
 12622
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
mgl@1371
 12623
 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
mgl@1371
 12624
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12625
 else
mgl@1371
 12626
@@ -8086,11 +9188,11 @@
mgl@1371
 12627
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
mgl@1371
 12628
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
mgl@1371
 12629
    -e 's:$: $lt_compiler_flag:'`
mgl@1371
 12630
-   (eval echo "\"\$as_me:8089: $lt_compile\"" >&5)
mgl@1371
 12631
+   (eval echo "\"\$as_me:9191: $lt_compile\"" >&5)
mgl@1371
 12632
    (eval "$lt_compile" 2>conftest.err)
mgl@1371
 12633
    ac_status=$?
mgl@1371
 12634
    cat conftest.err >&5
mgl@1371
 12635
-   echo "$as_me:8093: \$? = $ac_status" >&5
mgl@1371
 12636
+   echo "$as_me:9195: \$? = $ac_status" >&5
mgl@1371
 12637
    if (exit $ac_status) && test -s "$ac_outfile"; then
mgl@1371
 12638
      # The compiler can only warn and ignore the option if not recognized
mgl@1371
 12639
      # So say no if there are warnings other than the usual output.
mgl@1371
 12640
@@ -8103,8 +9205,8 @@
mgl@1371
 12641
    $RM conftest*
mgl@1371
 12642
 
mgl@1371
 12643
 fi
mgl@1371
 12644
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
mgl@1371
 12645
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6
mgl@1371
 12646
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
mgl@1371
 12647
+echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
mgl@1371
 12648
 
mgl@1371
 12649
 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
mgl@1371
 12650
     case $lt_prog_compiler_pic in
mgl@1371
 12651
@@ -8127,8 +9229,8 @@
mgl@1371
 12652
 # Check to make sure the static flag actually works.
mgl@1371
 12653
 #
mgl@1371
 12654
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
mgl@1371
 12655
-echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
mgl@1371
 12656
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
mgl@1371
 12657
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
mgl@1371
 12658
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
mgl@1371
 12659
 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
mgl@1371
 12660
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12661
 else
mgl@1371
 12662
@@ -8155,8 +9257,8 @@
mgl@1371
 12663
    LDFLAGS="$save_LDFLAGS"
mgl@1371
 12664
 
mgl@1371
 12665
 fi
mgl@1371
 12666
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
mgl@1371
 12667
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6
mgl@1371
 12668
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
mgl@1371
 12669
+echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
mgl@1371
 12670
 
mgl@1371
 12671
 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
mgl@1371
 12672
     :
mgl@1371
 12673
@@ -8170,8 +9272,8 @@
mgl@1371
 12674
 
mgl@1371
 12675
 
mgl@1371
 12676
 
mgl@1371
 12677
-  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
mgl@1371
 12678
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
mgl@1371
 12679
+  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
mgl@1371
 12680
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
mgl@1371
 12681
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
mgl@1371
 12682
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12683
 else
mgl@1371
 12684
@@ -8191,11 +9293,11 @@
mgl@1371
 12685
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
mgl@1371
 12686
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
mgl@1371
 12687
    -e 's:$: $lt_compiler_flag:'`
mgl@1371
 12688
-   (eval echo "\"\$as_me:8194: $lt_compile\"" >&5)
mgl@1371
 12689
+   (eval echo "\"\$as_me:9296: $lt_compile\"" >&5)
mgl@1371
 12690
    (eval "$lt_compile" 2>out/conftest.err)
mgl@1371
 12691
    ac_status=$?
mgl@1371
 12692
    cat out/conftest.err >&5
mgl@1371
 12693
-   echo "$as_me:8198: \$? = $ac_status" >&5
mgl@1371
 12694
+   echo "$as_me:9300: \$? = $ac_status" >&5
mgl@1371
 12695
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
mgl@1371
 12696
    then
mgl@1371
 12697
      # The compiler can only warn and ignore the option if not recognized
mgl@1371
 12698
@@ -8217,16 +9319,16 @@
mgl@1371
 12699
    $RM conftest*
mgl@1371
 12700
 
mgl@1371
 12701
 fi
mgl@1371
 12702
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
mgl@1371
 12703
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
mgl@1371
 12704
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
mgl@1371
 12705
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
mgl@1371
 12706
 
mgl@1371
 12707
 
mgl@1371
 12708
 
mgl@1371
 12709
 
mgl@1371
 12710
 
mgl@1371
 12711
 
mgl@1371
 12712
-  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
mgl@1371
 12713
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
mgl@1371
 12714
+  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
mgl@1371
 12715
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
mgl@1371
 12716
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
mgl@1371
 12717
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12718
 else
mgl@1371
 12719
@@ -8246,11 +9348,11 @@
mgl@1371
 12720
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
mgl@1371
 12721
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
mgl@1371
 12722
    -e 's:$: $lt_compiler_flag:'`
mgl@1371
 12723
-   (eval echo "\"\$as_me:8249: $lt_compile\"" >&5)
mgl@1371
 12724
+   (eval echo "\"\$as_me:9351: $lt_compile\"" >&5)
mgl@1371
 12725
    (eval "$lt_compile" 2>out/conftest.err)
mgl@1371
 12726
    ac_status=$?
mgl@1371
 12727
    cat out/conftest.err >&5
mgl@1371
 12728
-   echo "$as_me:8253: \$? = $ac_status" >&5
mgl@1371
 12729
+   echo "$as_me:9355: \$? = $ac_status" >&5
mgl@1371
 12730
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
mgl@1371
 12731
    then
mgl@1371
 12732
      # The compiler can only warn and ignore the option if not recognized
mgl@1371
 12733
@@ -8272,8 +9374,8 @@
mgl@1371
 12734
    $RM conftest*
mgl@1371
 12735
 
mgl@1371
 12736
 fi
mgl@1371
 12737
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
mgl@1371
 12738
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
mgl@1371
 12739
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
mgl@1371
 12740
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
mgl@1371
 12741
 
mgl@1371
 12742
 
mgl@1371
 12743
 
mgl@1371
 12744
@@ -8281,16 +9383,16 @@
mgl@1371
 12745
 hard_links="nottested"
mgl@1371
 12746
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
mgl@1371
 12747
   # do not overwrite the value of need_locks provided by the user
mgl@1371
 12748
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
mgl@1371
 12749
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
mgl@1371
 12750
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
mgl@1371
 12751
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
mgl@1371
 12752
   hard_links=yes
mgl@1371
 12753
   $RM conftest*
mgl@1371
 12754
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
mgl@1371
 12755
   touch conftest.a
mgl@1371
 12756
   ln conftest.a conftest.b 2>&5 || hard_links=no
mgl@1371
 12757
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
mgl@1371
 12758
-  echo "$as_me:$LINENO: result: $hard_links" >&5
mgl@1371
 12759
-echo "${ECHO_T}$hard_links" >&6
mgl@1371
 12760
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
mgl@1371
 12761
+echo "${ECHO_T}$hard_links" >&6; }
mgl@1371
 12762
   if test "$hard_links" = no; then
mgl@1371
 12763
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mgl@1371
 12764
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mgl@1371
 12765
@@ -8305,8 +9407,8 @@
mgl@1371
 12766
 
mgl@1371
 12767
 
mgl@1371
 12768
 
mgl@1371
 12769
-  echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
mgl@1371
 12770
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
mgl@1371
 12771
+  { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
mgl@1371
 12772
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
mgl@1371
 12773
 
mgl@1371
 12774
   runpath_var=
mgl@1371
 12775
   allow_undefined_flag=
mgl@1371
 12776
@@ -8763,27 +9865,23 @@
mgl@1371
 12777
 }
mgl@1371
 12778
 _ACEOF
mgl@1371
 12779
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 12780
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 12781
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 12782
+if { (ac_try="$ac_link"
mgl@1371
 12783
+case "(($ac_try" in
mgl@1371
 12784
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12785
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12786
+esac
mgl@1371
 12787
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12788
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 12789
   ac_status=$?
mgl@1371
 12790
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 12791
   rm -f conftest.er1
mgl@1371
 12792
   cat conftest.err >&5
mgl@1371
 12793
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12794
-  (exit $ac_status); } &&
mgl@1371
 12795
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 12796
-			 || test ! -s conftest.err'
mgl@1371
 12797
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12798
-  (eval $ac_try) 2>&5
mgl@1371
 12799
-  ac_status=$?
mgl@1371
 12800
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12801
-  (exit $ac_status); }; } &&
mgl@1371
 12802
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 12803
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12804
-  (eval $ac_try) 2>&5
mgl@1371
 12805
-  ac_status=$?
mgl@1371
 12806
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12807
-  (exit $ac_status); }; }; then
mgl@1371
 12808
+  (exit $ac_status); } && {
mgl@1371
 12809
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 12810
+	 test ! -s conftest.err
mgl@1371
 12811
+       } && test -s conftest$ac_exeext &&
mgl@1371
 12812
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 12813
 
mgl@1371
 12814
 lt_aix_libpath_sed='
mgl@1371
 12815
     /Import File Strings/,/^$/ {
mgl@1371
 12816
@@ -8801,8 +9899,10 @@
mgl@1371
 12817
   echo "$as_me: failed program was:" >&5
mgl@1371
 12818
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 12819
 
mgl@1371
 12820
+
mgl@1371
 12821
 fi
mgl@1371
 12822
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 12823
+
mgl@1371
 12824
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 12825
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 12826
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
mgl@1371
 12827
 
mgl@1371
 12828
@@ -8832,27 +9932,23 @@
mgl@1371
 12829
 }
mgl@1371
 12830
 _ACEOF
mgl@1371
 12831
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 12832
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 12833
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 12834
+if { (ac_try="$ac_link"
mgl@1371
 12835
+case "(($ac_try" in
mgl@1371
 12836
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12837
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12838
+esac
mgl@1371
 12839
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12840
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 12841
   ac_status=$?
mgl@1371
 12842
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 12843
   rm -f conftest.er1
mgl@1371
 12844
   cat conftest.err >&5
mgl@1371
 12845
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12846
-  (exit $ac_status); } &&
mgl@1371
 12847
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 12848
-			 || test ! -s conftest.err'
mgl@1371
 12849
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12850
-  (eval $ac_try) 2>&5
mgl@1371
 12851
-  ac_status=$?
mgl@1371
 12852
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12853
-  (exit $ac_status); }; } &&
mgl@1371
 12854
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 12855
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12856
-  (eval $ac_try) 2>&5
mgl@1371
 12857
-  ac_status=$?
mgl@1371
 12858
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12859
-  (exit $ac_status); }; }; then
mgl@1371
 12860
+  (exit $ac_status); } && {
mgl@1371
 12861
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 12862
+	 test ! -s conftest.err
mgl@1371
 12863
+       } && test -s conftest$ac_exeext &&
mgl@1371
 12864
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 12865
 
mgl@1371
 12866
 lt_aix_libpath_sed='
mgl@1371
 12867
     /Import File Strings/,/^$/ {
mgl@1371
 12868
@@ -8870,8 +9966,10 @@
mgl@1371
 12869
   echo "$as_me: failed program was:" >&5
mgl@1371
 12870
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 12871
 
mgl@1371
 12872
+
mgl@1371
 12873
 fi
mgl@1371
 12874
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 12875
+
mgl@1371
 12876
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 12877
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 12878
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
mgl@1371
 12879
 
mgl@1371
 12880
@@ -9088,35 +10186,33 @@
mgl@1371
 12881
 int foo(void) {}
mgl@1371
 12882
 _ACEOF
mgl@1371
 12883
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 12884
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 12885
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 12886
+if { (ac_try="$ac_link"
mgl@1371
 12887
+case "(($ac_try" in
mgl@1371
 12888
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 12889
+  *) ac_try_echo=$ac_try;;
mgl@1371
 12890
+esac
mgl@1371
 12891
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 12892
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 12893
   ac_status=$?
mgl@1371
 12894
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 12895
   rm -f conftest.er1
mgl@1371
 12896
   cat conftest.err >&5
mgl@1371
 12897
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12898
-  (exit $ac_status); } &&
mgl@1371
 12899
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 12900
-			 || test ! -s conftest.err'
mgl@1371
 12901
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12902
-  (eval $ac_try) 2>&5
mgl@1371
 12903
-  ac_status=$?
mgl@1371
 12904
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12905
-  (exit $ac_status); }; } &&
mgl@1371
 12906
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 12907
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 12908
-  (eval $ac_try) 2>&5
mgl@1371
 12909
-  ac_status=$?
mgl@1371
 12910
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12911
-  (exit $ac_status); }; }; then
mgl@1371
 12912
+  (exit $ac_status); } && {
mgl@1371
 12913
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 12914
+	 test ! -s conftest.err
mgl@1371
 12915
+       } && test -s conftest$ac_exeext &&
mgl@1371
 12916
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 12917
   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
mgl@1371
 12918
 
mgl@1371
 12919
 else
mgl@1371
 12920
   echo "$as_me: failed program was:" >&5
mgl@1371
 12921
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 12922
 
mgl@1371
 12923
+
mgl@1371
 12924
 fi
mgl@1371
 12925
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 12926
+
mgl@1371
 12927
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 12928
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 12929
         LDFLAGS="$save_LDFLAGS"
mgl@1371
 12930
       else
mgl@1371
 12931
@@ -9373,8 +10469,8 @@
mgl@1371
 12932
     fi
mgl@1371
 12933
   fi
mgl@1371
 12934
 
mgl@1371
 12935
-echo "$as_me:$LINENO: result: $ld_shlibs" >&5
mgl@1371
 12936
-echo "${ECHO_T}$ld_shlibs" >&6
mgl@1371
 12937
+{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
mgl@1371
 12938
+echo "${ECHO_T}$ld_shlibs" >&6; }
mgl@1371
 12939
 test "$ld_shlibs" = no && can_build_shared=no
mgl@1371
 12940
 
mgl@1371
 12941
 with_gnu_ld=$with_gnu_ld
mgl@1371
 12942
@@ -9410,46 +10506,52 @@
mgl@1371
 12943
       # Test whether the compiler implicitly links with -lc since on some
mgl@1371
 12944
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
mgl@1371
 12945
       # to ld, don't add -lc before -lgcc.
mgl@1371
 12946
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
mgl@1371
 12947
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
mgl@1371
 12948
-      $RM conftest*
mgl@1371
 12949
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
mgl@1371
 12950
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
mgl@1371
 12951
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
mgl@1371
 12952
+if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
mgl@1371
 12953
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 12954
+else
mgl@1371
 12955
+  $RM conftest*
mgl@1371
 12956
+	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
mgl@1371
 12957
 
mgl@1371
 12958
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 12959
+	if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 12960
   (eval $ac_compile) 2>&5
mgl@1371
 12961
   ac_status=$?
mgl@1371
 12962
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12963
   (exit $ac_status); } 2>conftest.err; then
mgl@1371
 12964
-        soname=conftest
mgl@1371
 12965
-        lib=conftest
mgl@1371
 12966
-        libobjs=conftest.$ac_objext
mgl@1371
 12967
-        deplibs=
mgl@1371
 12968
-        wl=$lt_prog_compiler_wl
mgl@1371
 12969
-	pic_flag=$lt_prog_compiler_pic
mgl@1371
 12970
-        compiler_flags=-v
mgl@1371
 12971
-        linker_flags=-v
mgl@1371
 12972
-        verstring=
mgl@1371
 12973
-        output_objdir=.
mgl@1371
 12974
-        libname=conftest
mgl@1371
 12975
-        lt_save_allow_undefined_flag=$allow_undefined_flag
mgl@1371
 12976
-        allow_undefined_flag=
mgl@1371
 12977
-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
mgl@1371
 12978
+	  soname=conftest
mgl@1371
 12979
+	  lib=conftest
mgl@1371
 12980
+	  libobjs=conftest.$ac_objext
mgl@1371
 12981
+	  deplibs=
mgl@1371
 12982
+	  wl=$lt_prog_compiler_wl
mgl@1371
 12983
+	  pic_flag=$lt_prog_compiler_pic
mgl@1371
 12984
+	  compiler_flags=-v
mgl@1371
 12985
+	  linker_flags=-v
mgl@1371
 12986
+	  verstring=
mgl@1371
 12987
+	  output_objdir=.
mgl@1371
 12988
+	  libname=conftest
mgl@1371
 12989
+	  lt_save_allow_undefined_flag=$allow_undefined_flag
mgl@1371
 12990
+	  allow_undefined_flag=
mgl@1371
 12991
+	  if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
mgl@1371
 12992
   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
mgl@1371
 12993
   ac_status=$?
mgl@1371
 12994
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 12995
   (exit $ac_status); }
mgl@1371
 12996
-        then
mgl@1371
 12997
-	  archive_cmds_need_lc=no
mgl@1371
 12998
-        else
mgl@1371
 12999
-	  archive_cmds_need_lc=yes
mgl@1371
 13000
-        fi
mgl@1371
 13001
-        allow_undefined_flag=$lt_save_allow_undefined_flag
mgl@1371
 13002
-      else
mgl@1371
 13003
-        cat conftest.err 1>&5
mgl@1371
 13004
-      fi
mgl@1371
 13005
-      $RM conftest*
mgl@1371
 13006
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
mgl@1371
 13007
-echo "${ECHO_T}$archive_cmds_need_lc" >&6
mgl@1371
 13008
+	  then
mgl@1371
 13009
+	    lt_cv_archive_cmds_need_lc=no
mgl@1371
 13010
+	  else
mgl@1371
 13011
+	    lt_cv_archive_cmds_need_lc=yes
mgl@1371
 13012
+	  fi
mgl@1371
 13013
+	  allow_undefined_flag=$lt_save_allow_undefined_flag
mgl@1371
 13014
+	else
mgl@1371
 13015
+	  cat conftest.err 1>&5
mgl@1371
 13016
+	fi
mgl@1371
 13017
+	$RM conftest*
mgl@1371
 13018
+
mgl@1371
 13019
+fi
mgl@1371
 13020
+{ echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
mgl@1371
 13021
+echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6; }
mgl@1371
 13022
+      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
mgl@1371
 13023
       ;;
mgl@1371
 13024
     esac
mgl@1371
 13025
   fi
mgl@1371
 13026
@@ -9612,8 +10714,8 @@
mgl@1371
 13027
 
mgl@1371
 13028
 
mgl@1371
 13029
 
mgl@1371
 13030
-  echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
mgl@1371
 13031
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
mgl@1371
 13032
+  { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
mgl@1371
 13033
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
mgl@1371
 13034
 
mgl@1371
 13035
 if test "$GCC" = yes; then
mgl@1371
 13036
   case $host_os in
mgl@1371
 13037
@@ -10029,12 +11131,17 @@
mgl@1371
 13038
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
mgl@1371
 13039
   shlibpath_var=LD_LIBRARY_PATH
mgl@1371
 13040
   shlibpath_overrides_runpath=no
mgl@1371
 13041
+
mgl@1371
 13042
   # Some binutils ld are patched to set DT_RUNPATH
mgl@1371
 13043
-  save_LDFLAGS=$LDFLAGS
mgl@1371
 13044
-  save_libdir=$libdir
mgl@1371
 13045
-  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
mgl@1371
 13046
-       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
mgl@1371
 13047
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 13048
+  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
mgl@1371
 13049
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13050
+else
mgl@1371
 13051
+  lt_cv_shlibpath_overrides_runpath=no
mgl@1371
 13052
+    save_LDFLAGS=$LDFLAGS
mgl@1371
 13053
+    save_libdir=$libdir
mgl@1371
 13054
+    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
mgl@1371
 13055
+	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
mgl@1371
 13056
+    cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 13057
 /* confdefs.h.  */
mgl@1371
 13058
 _ACEOF
mgl@1371
 13059
 cat confdefs.h >>conftest.$ac_ext
mgl@1371
 13060
@@ -10050,40 +11157,42 @@
mgl@1371
 13061
 }
mgl@1371
 13062
 _ACEOF
mgl@1371
 13063
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 13064
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 13065
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 13066
-  ac_status=$?
mgl@1371
 13067
-  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 13068
-  rm -f conftest.er1
mgl@1371
 13069
-  cat conftest.err >&5
mgl@1371
 13070
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13071
-  (exit $ac_status); } &&
mgl@1371
 13072
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 13073
-			 || test ! -s conftest.err'
mgl@1371
 13074
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13075
-  (eval $ac_try) 2>&5
mgl@1371
 13076
-  ac_status=$?
mgl@1371
 13077
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13078
-  (exit $ac_status); }; } &&
mgl@1371
 13079
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 13080
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13081
-  (eval $ac_try) 2>&5
mgl@1371
 13082
+if { (ac_try="$ac_link"
mgl@1371
 13083
+case "(($ac_try" in
mgl@1371
 13084
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 13085
+  *) ac_try_echo=$ac_try;;
mgl@1371
 13086
+esac
mgl@1371
 13087
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 13088
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 13089
   ac_status=$?
mgl@1371
 13090
+  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 13091
+  rm -f conftest.er1
mgl@1371
 13092
+  cat conftest.err >&5
mgl@1371
 13093
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13094
-  (exit $ac_status); }; }; then
mgl@1371
 13095
+  (exit $ac_status); } && {
mgl@1371
 13096
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 13097
+	 test ! -s conftest.err
mgl@1371
 13098
+       } && test -s conftest$ac_exeext &&
mgl@1371
 13099
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 13100
   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
mgl@1371
 13101
-  shlibpath_overrides_runpath=yes
mgl@1371
 13102
+  lt_cv_shlibpath_overrides_runpath=yes
mgl@1371
 13103
 fi
mgl@1371
 13104
 
mgl@1371
 13105
 else
mgl@1371
 13106
   echo "$as_me: failed program was:" >&5
mgl@1371
 13107
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 13108
 
mgl@1371
 13109
+
mgl@1371
 13110
 fi
mgl@1371
 13111
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 13112
+
mgl@1371
 13113
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 13114
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 13115
-  LDFLAGS=$save_LDFLAGS
mgl@1371
 13116
-  libdir=$save_libdir
mgl@1371
 13117
+    LDFLAGS=$save_LDFLAGS
mgl@1371
 13118
+    libdir=$save_libdir
mgl@1371
 13119
+
mgl@1371
 13120
+fi
mgl@1371
 13121
+
mgl@1371
 13122
+  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
mgl@1371
 13123
 
mgl@1371
 13124
   # This implies no fast_install, which is unacceptable.
mgl@1371
 13125
   # Some rework will be needed to allow for fast_install
mgl@1371
 13126
@@ -10293,8 +11402,8 @@
mgl@1371
 13127
   dynamic_linker=no
mgl@1371
 13128
   ;;
mgl@1371
 13129
 esac
mgl@1371
 13130
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
mgl@1371
 13131
-echo "${ECHO_T}$dynamic_linker" >&6
mgl@1371
 13132
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
mgl@1371
 13133
+echo "${ECHO_T}$dynamic_linker" >&6; }
mgl@1371
 13134
 test "$dynamic_linker" = no && can_build_shared=no
mgl@1371
 13135
 
mgl@1371
 13136
 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
mgl@1371
 13137
@@ -10395,8 +11504,8 @@
mgl@1371
 13138
 
mgl@1371
 13139
 
mgl@1371
 13140
 
mgl@1371
 13141
-  echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
mgl@1371
 13142
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
mgl@1371
 13143
+  { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
mgl@1371
 13144
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
mgl@1371
 13145
 hardcode_action=
mgl@1371
 13146
 if test -n "$hardcode_libdir_flag_spec" ||
mgl@1371
 13147
    test -n "$runpath_var" ||
mgl@1371
 13148
@@ -10420,8 +11529,8 @@
mgl@1371
 13149
   # directories.
mgl@1371
 13150
   hardcode_action=unsupported
mgl@1371
 13151
 fi
mgl@1371
 13152
-echo "$as_me:$LINENO: result: $hardcode_action" >&5
mgl@1371
 13153
-echo "${ECHO_T}$hardcode_action" >&6
mgl@1371
 13154
+{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
mgl@1371
 13155
+echo "${ECHO_T}$hardcode_action" >&6; }
mgl@1371
 13156
 
mgl@1371
 13157
 if test "$hardcode_action" = relink ||
mgl@1371
 13158
    test "$inherit_rpath" = yes; then
mgl@1371
 13159
@@ -10465,8 +11574,8 @@
mgl@1371
 13160
 
mgl@1371
 13161
   darwin*)
mgl@1371
 13162
   # if libdl is installed we need to link against it
mgl@1371
 13163
-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
mgl@1371
 13164
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
mgl@1371
 13165
+    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
mgl@1371
 13166
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
mgl@1371
 13167
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
mgl@1371
 13168
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13169
 else
mgl@1371
 13170
@@ -10479,56 +11588,53 @@
mgl@1371
 13171
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 13172
 /* end confdefs.h.  */
mgl@1371
 13173
 
mgl@1371
 13174
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 13175
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 13176
+   Use char because int might match the return type of a GCC
mgl@1371
 13177
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 13178
 #ifdef __cplusplus
mgl@1371
 13179
 extern "C"
mgl@1371
 13180
 #endif
mgl@1371
 13181
-/* We use char because int might match the return type of a gcc2
mgl@1371
 13182
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 13183
 char dlopen ();
mgl@1371
 13184
 int
mgl@1371
 13185
 main ()
mgl@1371
 13186
 {
mgl@1371
 13187
-dlopen ();
mgl@1371
 13188
+return dlopen ();
mgl@1371
 13189
   ;
mgl@1371
 13190
   return 0;
mgl@1371
 13191
 }
mgl@1371
 13192
 _ACEOF
mgl@1371
 13193
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 13194
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 13195
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 13196
+if { (ac_try="$ac_link"
mgl@1371
 13197
+case "(($ac_try" in
mgl@1371
 13198
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 13199
+  *) ac_try_echo=$ac_try;;
mgl@1371
 13200
+esac
mgl@1371
 13201
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 13202
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 13203
   ac_status=$?
mgl@1371
 13204
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 13205
   rm -f conftest.er1
mgl@1371
 13206
   cat conftest.err >&5
mgl@1371
 13207
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13208
-  (exit $ac_status); } &&
mgl@1371
 13209
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 13210
-			 || test ! -s conftest.err'
mgl@1371
 13211
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13212
-  (eval $ac_try) 2>&5
mgl@1371
 13213
-  ac_status=$?
mgl@1371
 13214
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13215
-  (exit $ac_status); }; } &&
mgl@1371
 13216
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 13217
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13218
-  (eval $ac_try) 2>&5
mgl@1371
 13219
-  ac_status=$?
mgl@1371
 13220
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13221
-  (exit $ac_status); }; }; then
mgl@1371
 13222
+  (exit $ac_status); } && {
mgl@1371
 13223
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 13224
+	 test ! -s conftest.err
mgl@1371
 13225
+       } && test -s conftest$ac_exeext &&
mgl@1371
 13226
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 13227
   ac_cv_lib_dl_dlopen=yes
mgl@1371
 13228
 else
mgl@1371
 13229
   echo "$as_me: failed program was:" >&5
mgl@1371
 13230
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 13231
 
mgl@1371
 13232
-ac_cv_lib_dl_dlopen=no
mgl@1371
 13233
+	ac_cv_lib_dl_dlopen=no
mgl@1371
 13234
 fi
mgl@1371
 13235
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 13236
+
mgl@1371
 13237
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 13238
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 13239
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 13240
 fi
mgl@1371
 13241
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
mgl@1371
 13242
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
mgl@1371
 13243
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
mgl@1371
 13244
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
mgl@1371
 13245
 if test $ac_cv_lib_dl_dlopen = yes; then
mgl@1371
 13246
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
mgl@1371
 13247
 else
mgl@1371
 13248
@@ -10542,8 +11648,8 @@
mgl@1371
 13249
     ;;
mgl@1371
 13250
 
mgl@1371
 13251
   *)
mgl@1371
 13252
-    echo "$as_me:$LINENO: checking for shl_load" >&5
mgl@1371
 13253
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
mgl@1371
 13254
+    { echo "$as_me:$LINENO: checking for shl_load" >&5
mgl@1371
 13255
+echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
mgl@1371
 13256
 if test "${ac_cv_func_shl_load+set}" = set; then
mgl@1371
 13257
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13258
 else
mgl@1371
 13259
@@ -10570,73 +11676,64 @@
mgl@1371
 13260
 
mgl@1371
 13261
 #undef shl_load
mgl@1371
 13262
 
mgl@1371
 13263
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 13264
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 13265
+   Use char because int might match the return type of a GCC
mgl@1371
 13266
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 13267
 #ifdef __cplusplus
mgl@1371
 13268
 extern "C"
mgl@1371
 13269
-{
mgl@1371
 13270
 #endif
mgl@1371
 13271
-/* We use char because int might match the return type of a gcc2
mgl@1371
 13272
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 13273
 char shl_load ();
mgl@1371
 13274
 /* The GNU C library defines this for functions which it implements
mgl@1371
 13275
     to always fail with ENOSYS.  Some functions are actually named
mgl@1371
 13276
     something starting with __ and the normal name is an alias.  */
mgl@1371
 13277
-#if defined (__stub_shl_load) || defined (__stub___shl_load)
mgl@1371
 13278
+#if defined __stub_shl_load || defined __stub___shl_load
mgl@1371
 13279
 choke me
mgl@1371
 13280
-#else
mgl@1371
 13281
-char (*f) () = shl_load;
mgl@1371
 13282
-#endif
mgl@1371
 13283
-#ifdef __cplusplus
mgl@1371
 13284
-}
mgl@1371
 13285
 #endif
mgl@1371
 13286
 
mgl@1371
 13287
 int
mgl@1371
 13288
 main ()
mgl@1371
 13289
 {
mgl@1371
 13290
-return f != shl_load;
mgl@1371
 13291
+return shl_load ();
mgl@1371
 13292
   ;
mgl@1371
 13293
   return 0;
mgl@1371
 13294
 }
mgl@1371
 13295
 _ACEOF
mgl@1371
 13296
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 13297
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 13298
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 13299
+if { (ac_try="$ac_link"
mgl@1371
 13300
+case "(($ac_try" in
mgl@1371
 13301
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 13302
+  *) ac_try_echo=$ac_try;;
mgl@1371
 13303
+esac
mgl@1371
 13304
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 13305
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 13306
   ac_status=$?
mgl@1371
 13307
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 13308
   rm -f conftest.er1
mgl@1371
 13309
   cat conftest.err >&5
mgl@1371
 13310
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13311
-  (exit $ac_status); } &&
mgl@1371
 13312
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 13313
-			 || test ! -s conftest.err'
mgl@1371
 13314
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13315
-  (eval $ac_try) 2>&5
mgl@1371
 13316
-  ac_status=$?
mgl@1371
 13317
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13318
-  (exit $ac_status); }; } &&
mgl@1371
 13319
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 13320
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13321
-  (eval $ac_try) 2>&5
mgl@1371
 13322
-  ac_status=$?
mgl@1371
 13323
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13324
-  (exit $ac_status); }; }; then
mgl@1371
 13325
+  (exit $ac_status); } && {
mgl@1371
 13326
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 13327
+	 test ! -s conftest.err
mgl@1371
 13328
+       } && test -s conftest$ac_exeext &&
mgl@1371
 13329
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 13330
   ac_cv_func_shl_load=yes
mgl@1371
 13331
 else
mgl@1371
 13332
   echo "$as_me: failed program was:" >&5
mgl@1371
 13333
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 13334
 
mgl@1371
 13335
-ac_cv_func_shl_load=no
mgl@1371
 13336
+	ac_cv_func_shl_load=no
mgl@1371
 13337
 fi
mgl@1371
 13338
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 13339
+
mgl@1371
 13340
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 13341
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 13342
 fi
mgl@1371
 13343
-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
mgl@1371
 13344
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
mgl@1371
 13345
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
mgl@1371
 13346
+echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
mgl@1371
 13347
 if test $ac_cv_func_shl_load = yes; then
mgl@1371
 13348
   lt_cv_dlopen="shl_load"
mgl@1371
 13349
 else
mgl@1371
 13350
-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
mgl@1371
 13351
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
mgl@1371
 13352
+  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
mgl@1371
 13353
+echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
mgl@1371
 13354
 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
mgl@1371
 13355
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13356
 else
mgl@1371
 13357
@@ -10649,61 +11746,58 @@
mgl@1371
 13358
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 13359
 /* end confdefs.h.  */
mgl@1371
 13360
 
mgl@1371
 13361
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 13362
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 13363
+   Use char because int might match the return type of a GCC
mgl@1371
 13364
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 13365
 #ifdef __cplusplus
mgl@1371
 13366
 extern "C"
mgl@1371
 13367
 #endif
mgl@1371
 13368
-/* We use char because int might match the return type of a gcc2
mgl@1371
 13369
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 13370
 char shl_load ();
mgl@1371
 13371
 int
mgl@1371
 13372
 main ()
mgl@1371
 13373
 {
mgl@1371
 13374
-shl_load ();
mgl@1371
 13375
+return shl_load ();
mgl@1371
 13376
   ;
mgl@1371
 13377
   return 0;
mgl@1371
 13378
 }
mgl@1371
 13379
 _ACEOF
mgl@1371
 13380
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 13381
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 13382
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 13383
+if { (ac_try="$ac_link"
mgl@1371
 13384
+case "(($ac_try" in
mgl@1371
 13385
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 13386
+  *) ac_try_echo=$ac_try;;
mgl@1371
 13387
+esac
mgl@1371
 13388
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 13389
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 13390
   ac_status=$?
mgl@1371
 13391
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 13392
   rm -f conftest.er1
mgl@1371
 13393
   cat conftest.err >&5
mgl@1371
 13394
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13395
-  (exit $ac_status); } &&
mgl@1371
 13396
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 13397
-			 || test ! -s conftest.err'
mgl@1371
 13398
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13399
-  (eval $ac_try) 2>&5
mgl@1371
 13400
-  ac_status=$?
mgl@1371
 13401
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13402
-  (exit $ac_status); }; } &&
mgl@1371
 13403
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 13404
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13405
-  (eval $ac_try) 2>&5
mgl@1371
 13406
-  ac_status=$?
mgl@1371
 13407
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13408
-  (exit $ac_status); }; }; then
mgl@1371
 13409
+  (exit $ac_status); } && {
mgl@1371
 13410
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 13411
+	 test ! -s conftest.err
mgl@1371
 13412
+       } && test -s conftest$ac_exeext &&
mgl@1371
 13413
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 13414
   ac_cv_lib_dld_shl_load=yes
mgl@1371
 13415
 else
mgl@1371
 13416
   echo "$as_me: failed program was:" >&5
mgl@1371
 13417
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 13418
 
mgl@1371
 13419
-ac_cv_lib_dld_shl_load=no
mgl@1371
 13420
+	ac_cv_lib_dld_shl_load=no
mgl@1371
 13421
 fi
mgl@1371
 13422
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 13423
+
mgl@1371
 13424
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 13425
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 13426
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 13427
 fi
mgl@1371
 13428
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
mgl@1371
 13429
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
mgl@1371
 13430
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
mgl@1371
 13431
+echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
mgl@1371
 13432
 if test $ac_cv_lib_dld_shl_load = yes; then
mgl@1371
 13433
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
mgl@1371
 13434
 else
mgl@1371
 13435
-  echo "$as_me:$LINENO: checking for dlopen" >&5
mgl@1371
 13436
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
mgl@1371
 13437
+  { echo "$as_me:$LINENO: checking for dlopen" >&5
mgl@1371
 13438
+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
mgl@1371
 13439
 if test "${ac_cv_func_dlopen+set}" = set; then
mgl@1371
 13440
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13441
 else
mgl@1371
 13442
@@ -10730,73 +11824,64 @@
mgl@1371
 13443
 
mgl@1371
 13444
 #undef dlopen
mgl@1371
 13445
 
mgl@1371
 13446
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 13447
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 13448
+   Use char because int might match the return type of a GCC
mgl@1371
 13449
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 13450
 #ifdef __cplusplus
mgl@1371
 13451
 extern "C"
mgl@1371
 13452
-{
mgl@1371
 13453
 #endif
mgl@1371
 13454
-/* We use char because int might match the return type of a gcc2
mgl@1371
 13455
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 13456
 char dlopen ();
mgl@1371
 13457
 /* The GNU C library defines this for functions which it implements
mgl@1371
 13458
     to always fail with ENOSYS.  Some functions are actually named
mgl@1371
 13459
     something starting with __ and the normal name is an alias.  */
mgl@1371
 13460
-#if defined (__stub_dlopen) || defined (__stub___dlopen)
mgl@1371
 13461
+#if defined __stub_dlopen || defined __stub___dlopen
mgl@1371
 13462
 choke me
mgl@1371
 13463
-#else
mgl@1371
 13464
-char (*f) () = dlopen;
mgl@1371
 13465
-#endif
mgl@1371
 13466
-#ifdef __cplusplus
mgl@1371
 13467
-}
mgl@1371
 13468
 #endif
mgl@1371
 13469
 
mgl@1371
 13470
 int
mgl@1371
 13471
 main ()
mgl@1371
 13472
 {
mgl@1371
 13473
-return f != dlopen;
mgl@1371
 13474
+return dlopen ();
mgl@1371
 13475
   ;
mgl@1371
 13476
   return 0;
mgl@1371
 13477
 }
mgl@1371
 13478
 _ACEOF
mgl@1371
 13479
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 13480
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 13481
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 13482
+if { (ac_try="$ac_link"
mgl@1371
 13483
+case "(($ac_try" in
mgl@1371
 13484
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 13485
+  *) ac_try_echo=$ac_try;;
mgl@1371
 13486
+esac
mgl@1371
 13487
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 13488
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 13489
   ac_status=$?
mgl@1371
 13490
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 13491
   rm -f conftest.er1
mgl@1371
 13492
   cat conftest.err >&5
mgl@1371
 13493
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13494
-  (exit $ac_status); } &&
mgl@1371
 13495
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 13496
-			 || test ! -s conftest.err'
mgl@1371
 13497
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13498
-  (eval $ac_try) 2>&5
mgl@1371
 13499
-  ac_status=$?
mgl@1371
 13500
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13501
-  (exit $ac_status); }; } &&
mgl@1371
 13502
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 13503
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13504
-  (eval $ac_try) 2>&5
mgl@1371
 13505
-  ac_status=$?
mgl@1371
 13506
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13507
-  (exit $ac_status); }; }; then
mgl@1371
 13508
+  (exit $ac_status); } && {
mgl@1371
 13509
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 13510
+	 test ! -s conftest.err
mgl@1371
 13511
+       } && test -s conftest$ac_exeext &&
mgl@1371
 13512
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 13513
   ac_cv_func_dlopen=yes
mgl@1371
 13514
 else
mgl@1371
 13515
   echo "$as_me: failed program was:" >&5
mgl@1371
 13516
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 13517
 
mgl@1371
 13518
-ac_cv_func_dlopen=no
mgl@1371
 13519
+	ac_cv_func_dlopen=no
mgl@1371
 13520
 fi
mgl@1371
 13521
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 13522
+
mgl@1371
 13523
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 13524
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 13525
 fi
mgl@1371
 13526
-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
mgl@1371
 13527
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
mgl@1371
 13528
+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
mgl@1371
 13529
+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
mgl@1371
 13530
 if test $ac_cv_func_dlopen = yes; then
mgl@1371
 13531
   lt_cv_dlopen="dlopen"
mgl@1371
 13532
 else
mgl@1371
 13533
-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
mgl@1371
 13534
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
mgl@1371
 13535
+  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
mgl@1371
 13536
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
mgl@1371
 13537
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
mgl@1371
 13538
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13539
 else
mgl@1371
 13540
@@ -10809,61 +11894,58 @@
mgl@1371
 13541
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 13542
 /* end confdefs.h.  */
mgl@1371
 13543
 
mgl@1371
 13544
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 13545
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 13546
+   Use char because int might match the return type of a GCC
mgl@1371
 13547
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 13548
 #ifdef __cplusplus
mgl@1371
 13549
 extern "C"
mgl@1371
 13550
 #endif
mgl@1371
 13551
-/* We use char because int might match the return type of a gcc2
mgl@1371
 13552
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 13553
 char dlopen ();
mgl@1371
 13554
 int
mgl@1371
 13555
 main ()
mgl@1371
 13556
 {
mgl@1371
 13557
-dlopen ();
mgl@1371
 13558
+return dlopen ();
mgl@1371
 13559
   ;
mgl@1371
 13560
   return 0;
mgl@1371
 13561
 }
mgl@1371
 13562
 _ACEOF
mgl@1371
 13563
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 13564
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 13565
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 13566
+if { (ac_try="$ac_link"
mgl@1371
 13567
+case "(($ac_try" in
mgl@1371
 13568
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 13569
+  *) ac_try_echo=$ac_try;;
mgl@1371
 13570
+esac
mgl@1371
 13571
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 13572
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 13573
   ac_status=$?
mgl@1371
 13574
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 13575
   rm -f conftest.er1
mgl@1371
 13576
   cat conftest.err >&5
mgl@1371
 13577
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13578
-  (exit $ac_status); } &&
mgl@1371
 13579
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 13580
-			 || test ! -s conftest.err'
mgl@1371
 13581
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13582
-  (eval $ac_try) 2>&5
mgl@1371
 13583
-  ac_status=$?
mgl@1371
 13584
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13585
-  (exit $ac_status); }; } &&
mgl@1371
 13586
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 13587
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13588
-  (eval $ac_try) 2>&5
mgl@1371
 13589
-  ac_status=$?
mgl@1371
 13590
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13591
-  (exit $ac_status); }; }; then
mgl@1371
 13592
+  (exit $ac_status); } && {
mgl@1371
 13593
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 13594
+	 test ! -s conftest.err
mgl@1371
 13595
+       } && test -s conftest$ac_exeext &&
mgl@1371
 13596
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 13597
   ac_cv_lib_dl_dlopen=yes
mgl@1371
 13598
 else
mgl@1371
 13599
   echo "$as_me: failed program was:" >&5
mgl@1371
 13600
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 13601
 
mgl@1371
 13602
-ac_cv_lib_dl_dlopen=no
mgl@1371
 13603
+	ac_cv_lib_dl_dlopen=no
mgl@1371
 13604
 fi
mgl@1371
 13605
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 13606
+
mgl@1371
 13607
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 13608
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 13609
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 13610
 fi
mgl@1371
 13611
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
mgl@1371
 13612
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
mgl@1371
 13613
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
mgl@1371
 13614
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
mgl@1371
 13615
 if test $ac_cv_lib_dl_dlopen = yes; then
mgl@1371
 13616
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
mgl@1371
 13617
 else
mgl@1371
 13618
-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
mgl@1371
 13619
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
mgl@1371
 13620
+  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
mgl@1371
 13621
+echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
mgl@1371
 13622
 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
mgl@1371
 13623
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13624
 else
mgl@1371
 13625
@@ -10876,61 +11958,58 @@
mgl@1371
 13626
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 13627
 /* end confdefs.h.  */
mgl@1371
 13628
 
mgl@1371
 13629
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 13630
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 13631
+   Use char because int might match the return type of a GCC
mgl@1371
 13632
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 13633
 #ifdef __cplusplus
mgl@1371
 13634
 extern "C"
mgl@1371
 13635
 #endif
mgl@1371
 13636
-/* We use char because int might match the return type of a gcc2
mgl@1371
 13637
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 13638
 char dlopen ();
mgl@1371
 13639
 int
mgl@1371
 13640
 main ()
mgl@1371
 13641
 {
mgl@1371
 13642
-dlopen ();
mgl@1371
 13643
+return dlopen ();
mgl@1371
 13644
   ;
mgl@1371
 13645
   return 0;
mgl@1371
 13646
 }
mgl@1371
 13647
 _ACEOF
mgl@1371
 13648
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 13649
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 13650
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 13651
+if { (ac_try="$ac_link"
mgl@1371
 13652
+case "(($ac_try" in
mgl@1371
 13653
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 13654
+  *) ac_try_echo=$ac_try;;
mgl@1371
 13655
+esac
mgl@1371
 13656
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 13657
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 13658
   ac_status=$?
mgl@1371
 13659
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 13660
   rm -f conftest.er1
mgl@1371
 13661
   cat conftest.err >&5
mgl@1371
 13662
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13663
-  (exit $ac_status); } &&
mgl@1371
 13664
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 13665
-			 || test ! -s conftest.err'
mgl@1371
 13666
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13667
-  (eval $ac_try) 2>&5
mgl@1371
 13668
-  ac_status=$?
mgl@1371
 13669
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13670
-  (exit $ac_status); }; } &&
mgl@1371
 13671
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 13672
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13673
-  (eval $ac_try) 2>&5
mgl@1371
 13674
-  ac_status=$?
mgl@1371
 13675
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13676
-  (exit $ac_status); }; }; then
mgl@1371
 13677
+  (exit $ac_status); } && {
mgl@1371
 13678
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 13679
+	 test ! -s conftest.err
mgl@1371
 13680
+       } && test -s conftest$ac_exeext &&
mgl@1371
 13681
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 13682
   ac_cv_lib_svld_dlopen=yes
mgl@1371
 13683
 else
mgl@1371
 13684
   echo "$as_me: failed program was:" >&5
mgl@1371
 13685
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 13686
 
mgl@1371
 13687
-ac_cv_lib_svld_dlopen=no
mgl@1371
 13688
+	ac_cv_lib_svld_dlopen=no
mgl@1371
 13689
 fi
mgl@1371
 13690
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 13691
+
mgl@1371
 13692
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 13693
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 13694
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 13695
 fi
mgl@1371
 13696
-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
mgl@1371
 13697
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
mgl@1371
 13698
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
mgl@1371
 13699
+echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
mgl@1371
 13700
 if test $ac_cv_lib_svld_dlopen = yes; then
mgl@1371
 13701
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
mgl@1371
 13702
 else
mgl@1371
 13703
-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
mgl@1371
 13704
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
mgl@1371
 13705
+  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
mgl@1371
 13706
+echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
mgl@1371
 13707
 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
mgl@1371
 13708
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13709
 else
mgl@1371
 13710
@@ -10943,56 +12022,53 @@
mgl@1371
 13711
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 13712
 /* end confdefs.h.  */
mgl@1371
 13713
 
mgl@1371
 13714
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 13715
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 13716
+   Use char because int might match the return type of a GCC
mgl@1371
 13717
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 13718
 #ifdef __cplusplus
mgl@1371
 13719
 extern "C"
mgl@1371
 13720
 #endif
mgl@1371
 13721
-/* We use char because int might match the return type of a gcc2
mgl@1371
 13722
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 13723
 char dld_link ();
mgl@1371
 13724
 int
mgl@1371
 13725
 main ()
mgl@1371
 13726
 {
mgl@1371
 13727
-dld_link ();
mgl@1371
 13728
+return dld_link ();
mgl@1371
 13729
   ;
mgl@1371
 13730
   return 0;
mgl@1371
 13731
 }
mgl@1371
 13732
 _ACEOF
mgl@1371
 13733
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 13734
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 13735
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 13736
+if { (ac_try="$ac_link"
mgl@1371
 13737
+case "(($ac_try" in
mgl@1371
 13738
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 13739
+  *) ac_try_echo=$ac_try;;
mgl@1371
 13740
+esac
mgl@1371
 13741
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 13742
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 13743
   ac_status=$?
mgl@1371
 13744
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 13745
   rm -f conftest.er1
mgl@1371
 13746
   cat conftest.err >&5
mgl@1371
 13747
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13748
-  (exit $ac_status); } &&
mgl@1371
 13749
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 13750
-			 || test ! -s conftest.err'
mgl@1371
 13751
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13752
-  (eval $ac_try) 2>&5
mgl@1371
 13753
-  ac_status=$?
mgl@1371
 13754
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13755
-  (exit $ac_status); }; } &&
mgl@1371
 13756
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 13757
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 13758
-  (eval $ac_try) 2>&5
mgl@1371
 13759
-  ac_status=$?
mgl@1371
 13760
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 13761
-  (exit $ac_status); }; }; then
mgl@1371
 13762
+  (exit $ac_status); } && {
mgl@1371
 13763
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 13764
+	 test ! -s conftest.err
mgl@1371
 13765
+       } && test -s conftest$ac_exeext &&
mgl@1371
 13766
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 13767
   ac_cv_lib_dld_dld_link=yes
mgl@1371
 13768
 else
mgl@1371
 13769
   echo "$as_me: failed program was:" >&5
mgl@1371
 13770
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 13771
 
mgl@1371
 13772
-ac_cv_lib_dld_dld_link=no
mgl@1371
 13773
+	ac_cv_lib_dld_dld_link=no
mgl@1371
 13774
 fi
mgl@1371
 13775
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 13776
+
mgl@1371
 13777
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 13778
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 13779
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 13780
 fi
mgl@1371
 13781
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
mgl@1371
 13782
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
mgl@1371
 13783
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
mgl@1371
 13784
+echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
mgl@1371
 13785
 if test $ac_cv_lib_dld_dld_link = yes; then
mgl@1371
 13786
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
mgl@1371
 13787
 fi
mgl@1371
 13788
@@ -11032,8 +12108,8 @@
mgl@1371
 13789
     save_LIBS="$LIBS"
mgl@1371
 13790
     LIBS="$lt_cv_dlopen_libs $LIBS"
mgl@1371
 13791
 
mgl@1371
 13792
-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
mgl@1371
 13793
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
mgl@1371
 13794
+    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
mgl@1371
 13795
+echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
mgl@1371
 13796
 if test "${lt_cv_dlopen_self+set}" = set; then
mgl@1371
 13797
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13798
 else
mgl@1371
 13799
@@ -11043,7 +12119,7 @@
mgl@1371
 13800
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
mgl@1371
 13801
   lt_status=$lt_dlunknown
mgl@1371
 13802
   cat > conftest.$ac_ext <<_LT_EOF
mgl@1371
 13803
-#line 11046 "configure"
mgl@1371
 13804
+#line 12122 "configure"
mgl@1371
 13805
 #include "confdefs.h"
mgl@1371
 13806
 
mgl@1371
 13807
 #if HAVE_DLFCN_H
mgl@1371
 13808
@@ -11123,13 +12199,13 @@
mgl@1371
 13809
 
mgl@1371
 13810
 
mgl@1371
 13811
 fi
mgl@1371
 13812
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
mgl@1371
 13813
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
mgl@1371
 13814
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
mgl@1371
 13815
+echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
mgl@1371
 13816
 
mgl@1371
 13817
     if test "x$lt_cv_dlopen_self" = xyes; then
mgl@1371
 13818
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
mgl@1371
 13819
-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
mgl@1371
 13820
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
mgl@1371
 13821
+      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
mgl@1371
 13822
+echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
mgl@1371
 13823
 if test "${lt_cv_dlopen_self_static+set}" = set; then
mgl@1371
 13824
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 13825
 else
mgl@1371
 13826
@@ -11139,7 +12215,7 @@
mgl@1371
 13827
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
mgl@1371
 13828
   lt_status=$lt_dlunknown
mgl@1371
 13829
   cat > conftest.$ac_ext <<_LT_EOF
mgl@1371
 13830
-#line 11142 "configure"
mgl@1371
 13831
+#line 12218 "configure"
mgl@1371
 13832
 #include "confdefs.h"
mgl@1371
 13833
 
mgl@1371
 13834
 #if HAVE_DLFCN_H
mgl@1371
 13835
@@ -11219,8 +12295,8 @@
mgl@1371
 13836
 
mgl@1371
 13837
 
mgl@1371
 13838
 fi
mgl@1371
 13839
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
mgl@1371
 13840
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
mgl@1371
 13841
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
mgl@1371
 13842
+echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
mgl@1371
 13843
     fi
mgl@1371
 13844
 
mgl@1371
 13845
     CPPFLAGS="$save_CPPFLAGS"
mgl@1371
 13846
@@ -11258,13 +12334,13 @@
mgl@1371
 13847
 
mgl@1371
 13848
 striplib=
mgl@1371
 13849
 old_striplib=
mgl@1371
 13850
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
mgl@1371
 13851
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
mgl@1371
 13852
+{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
mgl@1371
 13853
+echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
mgl@1371
 13854
 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
mgl@1371
 13855
   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
mgl@1371
 13856
   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
mgl@1371
 13857
-  echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 13858
-echo "${ECHO_T}yes" >&6
mgl@1371
 13859
+  { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 13860
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 13861
 else
mgl@1371
 13862
 # FIXME - insert some real tests, host_os isn't really good enough
mgl@1371
 13863
   case $host_os in
mgl@1371
 13864
@@ -11272,16 +12348,16 @@
mgl@1371
 13865
     if test -n "$STRIP" ; then
mgl@1371
 13866
       striplib="$STRIP -x"
mgl@1371
 13867
       old_striplib="$STRIP -S"
mgl@1371
 13868
-      echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 13869
-echo "${ECHO_T}yes" >&6
mgl@1371
 13870
+      { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 13871
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 13872
     else
mgl@1371
 13873
-      echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 13874
-echo "${ECHO_T}no" >&6
mgl@1371
 13875
+      { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 13876
+echo "${ECHO_T}no" >&6; }
mgl@1371
 13877
     fi
mgl@1371
 13878
     ;;
mgl@1371
 13879
   *)
mgl@1371
 13880
-    echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 13881
-echo "${ECHO_T}no" >&6
mgl@1371
 13882
+    { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 13883
+echo "${ECHO_T}no" >&6; }
mgl@1371
 13884
     ;;
mgl@1371
 13885
   esac
mgl@1371
 13886
 fi
mgl@1371
 13887
@@ -11298,13 +12374,13 @@
mgl@1371
 13888
 
mgl@1371
 13889
 
mgl@1371
 13890
   # Report which library types will actually be built
mgl@1371
 13891
-  echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
mgl@1371
 13892
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
mgl@1371
 13893
-  echo "$as_me:$LINENO: result: $can_build_shared" >&5
mgl@1371
 13894
-echo "${ECHO_T}$can_build_shared" >&6
mgl@1371
 13895
+  { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
mgl@1371
 13896
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
mgl@1371
 13897
+  { echo "$as_me:$LINENO: result: $can_build_shared" >&5
mgl@1371
 13898
+echo "${ECHO_T}$can_build_shared" >&6; }
mgl@1371
 13899
 
mgl@1371
 13900
-  echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
mgl@1371
 13901
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
mgl@1371
 13902
+  { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
mgl@1371
 13903
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
mgl@1371
 13904
   test "$can_build_shared" = "no" && enable_shared=no
mgl@1371
 13905
 
mgl@1371
 13906
   # On AIX, shared libraries and static libraries use the same namespace, and
mgl@1371
 13907
@@ -11324,15 +12400,15 @@
mgl@1371
 13908
     fi
mgl@1371
 13909
     ;;
mgl@1371
 13910
   esac
mgl@1371
 13911
-  echo "$as_me:$LINENO: result: $enable_shared" >&5
mgl@1371
 13912
-echo "${ECHO_T}$enable_shared" >&6
mgl@1371
 13913
+  { echo "$as_me:$LINENO: result: $enable_shared" >&5
mgl@1371
 13914
+echo "${ECHO_T}$enable_shared" >&6; }
mgl@1371
 13915
 
mgl@1371
 13916
-  echo "$as_me:$LINENO: checking whether to build static libraries" >&5
mgl@1371
 13917
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
mgl@1371
 13918
+  { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
mgl@1371
 13919
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
mgl@1371
 13920
   # Make sure either enable_shared or enable_static is yes.
mgl@1371
 13921
   test "$enable_shared" = yes || enable_static=yes
mgl@1371
 13922
-  echo "$as_me:$LINENO: result: $enable_static" >&5
mgl@1371
 13923
-echo "${ECHO_T}$enable_static" >&6
mgl@1371
 13924
+  { echo "$as_me:$LINENO: result: $enable_static" >&5
mgl@1371
 13925
+echo "${ECHO_T}$enable_static" >&6; }
mgl@1371
 13926
 
mgl@1371
 13927
 
mgl@1371
 13928
 
mgl@1371
 13929
@@ -11358,7 +12434,7 @@
mgl@1371
 13930
 
mgl@1371
 13931
 
mgl@1371
 13932
 
mgl@1371
 13933
-                  ac_config_commands="$ac_config_commands libtool"
mgl@1371
 13934
+        ac_config_commands="$ac_config_commands libtool"
mgl@1371
 13935
 
mgl@1371
 13936
 
mgl@1371
 13937
 
mgl@1371
 13938
@@ -11370,161 +12446,85 @@
mgl@1371
 13939
 
mgl@1371
 13940
 if test -n "${machine_dir}"; then
mgl@1371
 13941
   case ${machine_dir} in
mgl@1371
 13942
-	a29k)
mgl@1371
 13943
-
mgl@1371
 13944
-subdirs="$subdirs a29k"
mgl@1371
 13945
+	a29k) subdirs="$subdirs a29k"
mgl@1371
 13946
  ;;
mgl@1371
 13947
-	arm)
mgl@1371
 13948
-
mgl@1371
 13949
-subdirs="$subdirs arm"
mgl@1371
 13950
+	arm) subdirs="$subdirs arm"
mgl@1371
 13951
  ;;
mgl@1371
 13952
-	bfin)
mgl@1371
 13953
-
mgl@1371
 13954
-subdirs="$subdirs bfin"
mgl@1371
 13955
+	avr32) subdirs="$subdirs avr32"
mgl@1371
 13956
  ;;
mgl@1371
 13957
-	cris)
mgl@1371
 13958
-
mgl@1371
 13959
-subdirs="$subdirs cris"
mgl@1371
 13960
+	bfin) subdirs="$subdirs bfin"
mgl@1371
 13961
  ;;
mgl@1371
 13962
-	crx)
mgl@1371
 13963
-
mgl@1371
 13964
-subdirs="$subdirs crx"
mgl@1371
 13965
+	cris) subdirs="$subdirs cris"
mgl@1371
 13966
  ;;
mgl@1371
 13967
-	d10v)
mgl@1371
 13968
-
mgl@1371
 13969
-subdirs="$subdirs d10v"
mgl@1371
 13970
+	crx) subdirs="$subdirs crx"
mgl@1371
 13971
  ;;
mgl@1371
 13972
-	d30v)
mgl@1371
 13973
-
mgl@1371
 13974
-subdirs="$subdirs d30v"
mgl@1371
 13975
+	d10v) subdirs="$subdirs d10v"
mgl@1371
 13976
  ;;
mgl@1371
 13977
-	fr30)
mgl@1371
 13978
-
mgl@1371
 13979
-subdirs="$subdirs fr30"
mgl@1371
 13980
+	d30v) subdirs="$subdirs d30v"
mgl@1371
 13981
  ;;
mgl@1371
 13982
-	frv)
mgl@1371
 13983
-
mgl@1371
 13984
-subdirs="$subdirs frv"
mgl@1371
 13985
+	fr30) subdirs="$subdirs fr30"
mgl@1371
 13986
  ;;
mgl@1371
 13987
-	h8300)
mgl@1371
 13988
-
mgl@1371
 13989
-subdirs="$subdirs h8300"
mgl@1371
 13990
+	frv) subdirs="$subdirs frv"
mgl@1371
 13991
  ;;
mgl@1371
 13992
-	h8500)
mgl@1371
 13993
-
mgl@1371
 13994
-subdirs="$subdirs h8500"
mgl@1371
 13995
+	h8300) subdirs="$subdirs h8300"
mgl@1371
 13996
  ;;
mgl@1371
 13997
-	hppa)
mgl@1371
 13998
-
mgl@1371
 13999
-subdirs="$subdirs hppa"
mgl@1371
 14000
+	h8500) subdirs="$subdirs h8500"
mgl@1371
 14001
  ;;
mgl@1371
 14002
-	i386)
mgl@1371
 14003
-
mgl@1371
 14004
-subdirs="$subdirs i386"
mgl@1371
 14005
+	hppa) subdirs="$subdirs hppa"
mgl@1371
 14006
  ;;
mgl@1371
 14007
-	i960)
mgl@1371
 14008
-
mgl@1371
 14009
-subdirs="$subdirs i960"
mgl@1371
 14010
+	i386) subdirs="$subdirs i386"
mgl@1371
 14011
  ;;
mgl@1371
 14012
-	iq2000)
mgl@1371
 14013
-
mgl@1371
 14014
-subdirs="$subdirs iq2000"
mgl@1371
 14015
+	i960) subdirs="$subdirs i960"
mgl@1371
 14016
  ;;
mgl@1371
 14017
-	lm32)
mgl@1371
 14018
-
mgl@1371
 14019
-subdirs="$subdirs lm32"
mgl@1371
 14020
+	iq2000) subdirs="$subdirs iq2000"
mgl@1371
 14021
  ;;
mgl@1371
 14022
-	m32c)
mgl@1371
 14023
-
mgl@1371
 14024
-subdirs="$subdirs m32c"
mgl@1371
 14025
+	lm32) subdirs="$subdirs lm32"
mgl@1371
 14026
  ;;
mgl@1371
 14027
-	m32r)
mgl@1371
 14028
-
mgl@1371
 14029
-subdirs="$subdirs m32r"
mgl@1371
 14030
+	m32c) subdirs="$subdirs m32c"
mgl@1371
 14031
  ;;
mgl@1371
 14032
-	m68hc11)
mgl@1371
 14033
-
mgl@1371
 14034
-subdirs="$subdirs m68hc11"
mgl@1371
 14035
+	m32r) subdirs="$subdirs m32r"
mgl@1371
 14036
  ;;
mgl@1371
 14037
-	m68k)
mgl@1371
 14038
-
mgl@1371
 14039
-subdirs="$subdirs m68k"
mgl@1371
 14040
+	m68hc11) subdirs="$subdirs m68hc11"
mgl@1371
 14041
  ;;
mgl@1371
 14042
-	m88k)
mgl@1371
 14043
-
mgl@1371
 14044
-subdirs="$subdirs m88k"
mgl@1371
 14045
+	m68k) subdirs="$subdirs m68k"
mgl@1371
 14046
  ;;
mgl@1371
 14047
-	mep )
mgl@1371
 14048
-
mgl@1371
 14049
-subdirs="$subdirs mep"
mgl@1371
 14050
+	m88k) subdirs="$subdirs m88k"
mgl@1371
 14051
  ;;
mgl@1371
 14052
-	mips)
mgl@1371
 14053
-
mgl@1371
 14054
-subdirs="$subdirs mips"
mgl@1371
 14055
+	mep ) subdirs="$subdirs mep"
mgl@1371
 14056
  ;;
mgl@1371
 14057
-	mn10200)
mgl@1371
 14058
-
mgl@1371
 14059
-subdirs="$subdirs mn10200"
mgl@1371
 14060
+	mips) subdirs="$subdirs mips"
mgl@1371
 14061
  ;;
mgl@1371
 14062
-	mn10300)
mgl@1371
 14063
-
mgl@1371
 14064
-subdirs="$subdirs mn10300"
mgl@1371
 14065
+	mn10200) subdirs="$subdirs mn10200"
mgl@1371
 14066
  ;;
mgl@1371
 14067
-	mt)
mgl@1371
 14068
-
mgl@1371
 14069
-subdirs="$subdirs mt"
mgl@1371
 14070
+	mn10300) subdirs="$subdirs mn10300"
mgl@1371
 14071
  ;;
mgl@1371
 14072
-	necv70)
mgl@1371
 14073
-
mgl@1371
 14074
-subdirs="$subdirs necv70"
mgl@1371
 14075
+	mt) subdirs="$subdirs mt"
mgl@1371
 14076
  ;;
mgl@1371
 14077
-	powerpc)
mgl@1371
 14078
-
mgl@1371
 14079
-subdirs="$subdirs powerpc"
mgl@1371
 14080
+	necv70) subdirs="$subdirs necv70"
mgl@1371
 14081
  ;;
mgl@1371
 14082
-	sh)
mgl@1371
 14083
-
mgl@1371
 14084
-subdirs="$subdirs sh"
mgl@1371
 14085
+	powerpc) subdirs="$subdirs powerpc"
mgl@1371
 14086
  ;;
mgl@1371
 14087
-	sparc)
mgl@1371
 14088
-
mgl@1371
 14089
-subdirs="$subdirs sparc"
mgl@1371
 14090
+	sh) subdirs="$subdirs sh"
mgl@1371
 14091
  ;;
mgl@1371
 14092
-	spu)
mgl@1371
 14093
-
mgl@1371
 14094
-subdirs="$subdirs spu"
mgl@1371
 14095
+	sparc) subdirs="$subdirs sparc"
mgl@1371
 14096
  ;;
mgl@1371
 14097
-	tic4x)
mgl@1371
 14098
-
mgl@1371
 14099
-subdirs="$subdirs tic4x"
mgl@1371
 14100
+	spu) subdirs="$subdirs spu"
mgl@1371
 14101
  ;;
mgl@1371
 14102
-	tic80)
mgl@1371
 14103
-
mgl@1371
 14104
-subdirs="$subdirs tic80"
mgl@1371
 14105
+	tic4x) subdirs="$subdirs tic4x"
mgl@1371
 14106
  ;;
mgl@1371
 14107
-	v850)
mgl@1371
 14108
-
mgl@1371
 14109
-subdirs="$subdirs v850"
mgl@1371
 14110
+	tic80) subdirs="$subdirs tic80"
mgl@1371
 14111
  ;;
mgl@1371
 14112
-	w65)
mgl@1371
 14113
-
mgl@1371
 14114
-subdirs="$subdirs w65"
mgl@1371
 14115
+	v850) subdirs="$subdirs v850"
mgl@1371
 14116
  ;;
mgl@1371
 14117
-	x86_64)
mgl@1371
 14118
-
mgl@1371
 14119
-subdirs="$subdirs x86_64"
mgl@1371
 14120
+	w65) subdirs="$subdirs w65"
mgl@1371
 14121
  ;;
mgl@1371
 14122
-	xscale)
mgl@1371
 14123
-
mgl@1371
 14124
-subdirs="$subdirs xscale"
mgl@1371
 14125
+	x86_64) subdirs="$subdirs x86_64"
mgl@1371
 14126
  ;;
mgl@1371
 14127
-	xstormy16)
mgl@1371
 14128
-
mgl@1371
 14129
-subdirs="$subdirs xstormy16"
mgl@1371
 14130
+	xscale) subdirs="$subdirs xscale"
mgl@1371
 14131
  ;;
mgl@1371
 14132
-	z8k)
mgl@1371
 14133
-
mgl@1371
 14134
-subdirs="$subdirs z8k"
mgl@1371
 14135
+	xstormy16) subdirs="$subdirs xstormy16"
mgl@1371
 14136
+ ;;
mgl@1371
 14137
+	z8k) subdirs="$subdirs z8k"
mgl@1371
 14138
  ;;
mgl@1371
 14139
   esac;
mgl@1371
 14140
 fi
mgl@1371
 14141
@@ -11540,7 +12540,7 @@
mgl@1371
 14142
 fi
mgl@1371
 14143
 
mgl@1371
 14144
 
mgl@1371
 14145
-          ac_config_files="$ac_config_files Makefile"
mgl@1371
 14146
+ac_config_files="$ac_config_files Makefile"
mgl@1371
 14147
 
mgl@1371
 14148
 cat >confcache <<\_ACEOF
mgl@1371
 14149
 # This file is a shell script that caches the results of configure
mgl@1371
 14150
@@ -11560,39 +12560,58 @@
mgl@1371
 14151
 
mgl@1371
 14152
 # The following way of writing the cache mishandles newlines in values,
mgl@1371
 14153
 # but we know of no workaround that is simple, portable, and efficient.
mgl@1371
 14154
-# So, don't put newlines in cache variables' values.
mgl@1371
 14155
+# So, we kill variables containing newlines.
mgl@1371
 14156
 # Ultrix sh set writes to stderr and can't be redirected directly,
mgl@1371
 14157
 # and sets the high bit in the cache file unless we assign to the vars.
mgl@1371
 14158
-{
mgl@1371
 14159
+(
mgl@1371
 14160
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
mgl@1371
 14161
+    eval ac_val=\$$ac_var
mgl@1371
 14162
+    case $ac_val in #(
mgl@1371
 14163
+    *${as_nl}*)
mgl@1371
 14164
+      case $ac_var in #(
mgl@1371
 14165
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
mgl@1371
 14166
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
mgl@1371
 14167
+      esac
mgl@1371
 14168
+      case $ac_var in #(
mgl@1371
 14169
+      _ | IFS | as_nl) ;; #(
mgl@1371
 14170
+      *) $as_unset $ac_var ;;
mgl@1371
 14171
+      esac ;;
mgl@1371
 14172
+    esac
mgl@1371
 14173
+  done
mgl@1371
 14174
+
mgl@1371
 14175
   (set) 2>&1 |
mgl@1371
 14176
-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
mgl@1371
 14177
-    *ac_space=\ *)
mgl@1371
 14178
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
mgl@1371
 14179
+    *${as_nl}ac_space=\ *)
mgl@1371
 14180
       # `set' does not quote correctly, so add quotes (double-quote
mgl@1371
 14181
       # substitution turns \\\\ into \\, and sed turns \\ into \).
mgl@1371
 14182
       sed -n \
mgl@1371
 14183
 	"s/'/'\\\\''/g;
mgl@1371
 14184
 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
mgl@1371
 14185
-      ;;
mgl@1371
 14186
+      ;; #(
mgl@1371
 14187
     *)
mgl@1371
 14188
       # `set' quotes correctly as required by POSIX, so do not add quotes.
mgl@1371
 14189
-      sed -n \
mgl@1371
 14190
-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
mgl@1371
 14191
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
mgl@1371
 14192
       ;;
mgl@1371
 14193
-    esac;
mgl@1371
 14194
-} |
mgl@1371
 14195
+    esac |
mgl@1371
 14196
+    sort
mgl@1371
 14197
+) |
mgl@1371
 14198
   sed '
mgl@1371
 14199
+     /^ac_cv_env_/b end
mgl@1371
 14200
      t clear
mgl@1371
 14201
-     : clear
mgl@1371
 14202
+     :clear
mgl@1371
 14203
      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
mgl@1371
 14204
      t end
mgl@1371
 14205
-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
mgl@1371
 14206
-     : end' >>confcache
mgl@1371
 14207
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
mgl@1371
 14208
-  if test -w $cache_file; then
mgl@1371
 14209
-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
mgl@1371
 14210
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
mgl@1371
 14211
+     :end' >>confcache
mgl@1371
 14212
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
mgl@1371
 14213
+  if test -w "$cache_file"; then
mgl@1371
 14214
+    test "x$cache_file" != "x/dev/null" &&
mgl@1371
 14215
+      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
mgl@1371
 14216
+echo "$as_me: updating cache $cache_file" >&6;}
mgl@1371
 14217
     cat confcache >$cache_file
mgl@1371
 14218
   else
mgl@1371
 14219
-    echo "not updating unwritable cache $cache_file"
mgl@1371
 14220
+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
mgl@1371
 14221
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
mgl@1371
 14222
   fi
mgl@1371
 14223
 fi
mgl@1371
 14224
 rm -f confcache
mgl@1371
 14225
@@ -11601,63 +12620,48 @@
mgl@1371
 14226
 # Let make expand exec_prefix.
mgl@1371
 14227
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
mgl@1371
 14228
 
mgl@1371
 14229
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
mgl@1371
 14230
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
mgl@1371
 14231
-# trailing colons and then remove the whole line if VPATH becomes empty
mgl@1371
 14232
-# (actually we leave an empty line to preserve line numbers).
mgl@1371
 14233
-if test "x$srcdir" = x.; then
mgl@1371
 14234
-  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
mgl@1371
 14235
-s/:*\$(srcdir):*/:/;
mgl@1371
 14236
-s/:*\${srcdir}:*/:/;
mgl@1371
 14237
-s/:*@srcdir@:*/:/;
mgl@1371
 14238
-s/^\([^=]*=[	 ]*\):*/\1/;
mgl@1371
 14239
-s/:*$//;
mgl@1371
 14240
-s/^[^=]*=[	 ]*$//;
mgl@1371
 14241
-}'
mgl@1371
 14242
-fi
mgl@1371
 14243
-
mgl@1371
 14244
 # Transform confdefs.h into DEFS.
mgl@1371
 14245
 # Protect against shell expansion while executing Makefile rules.
mgl@1371
 14246
 # Protect against Makefile macro expansion.
mgl@1371
 14247
 #
mgl@1371
 14248
 # If the first sed substitution is executed (which looks for macros that
mgl@1371
 14249
-# take arguments), then we branch to the quote section.  Otherwise,
mgl@1371
 14250
+# take arguments), then branch to the quote section.  Otherwise,
mgl@1371
 14251
 # look for a macro that doesn't take arguments.
mgl@1371
 14252
-cat >confdef2opt.sed <<\_ACEOF
mgl@1371
 14253
+ac_script='
mgl@1371
 14254
 t clear
mgl@1371
 14255
-: clear
mgl@1371
 14256
-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
mgl@1371
 14257
+:clear
mgl@1371
 14258
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
mgl@1371
 14259
 t quote
mgl@1371
 14260
-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
mgl@1371
 14261
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
mgl@1371
 14262
 t quote
mgl@1371
 14263
-d
mgl@1371
 14264
-: quote
mgl@1371
 14265
-s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
mgl@1371
 14266
-s,\[,\\&,g
mgl@1371
 14267
-s,\],\\&,g
mgl@1371
 14268
-s,\$,$$,g
mgl@1371
 14269
-p
mgl@1371
 14270
-_ACEOF
mgl@1371
 14271
-# We use echo to avoid assuming a particular line-breaking character.
mgl@1371
 14272
-# The extra dot is to prevent the shell from consuming trailing
mgl@1371
 14273
-# line-breaks from the sub-command output.  A line-break within
mgl@1371
 14274
-# single-quotes doesn't work because, if this script is created in a
mgl@1371
 14275
-# platform that uses two characters for line-breaks (e.g., DOS), tr
mgl@1371
 14276
-# would break.
mgl@1371
 14277
-ac_LF_and_DOT=`echo; echo .`
mgl@1371
 14278
-DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
mgl@1371
 14279
-rm -f confdef2opt.sed
mgl@1371
 14280
+b any
mgl@1371
 14281
+:quote
mgl@1371
 14282
+s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
mgl@1371
 14283
+s/\[/\\&/g
mgl@1371
 14284
+s/\]/\\&/g
mgl@1371
 14285
+s/\$/$$/g
mgl@1371
 14286
+H
mgl@1371
 14287
+:any
mgl@1371
 14288
+${
mgl@1371
 14289
+	g
mgl@1371
 14290
+	s/^\n//
mgl@1371
 14291
+	s/\n/ /g
mgl@1371
 14292
+	p
mgl@1371
 14293
+}
mgl@1371
 14294
+'
mgl@1371
 14295
+DEFS=`sed -n "$ac_script" confdefs.h`
mgl@1371
 14296
 
mgl@1371
 14297
 
mgl@1371
 14298
 ac_libobjs=
mgl@1371
 14299
 ac_ltlibobjs=
mgl@1371
 14300
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
mgl@1371
 14301
   # 1. Remove the extension, and $U if already installed.
mgl@1371
 14302
-  ac_i=`echo "$ac_i" |
mgl@1371
 14303
-	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
mgl@1371
 14304
-  # 2. Add them.
mgl@1371
 14305
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
mgl@1371
 14306
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
mgl@1371
 14307
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mgl@1371
 14308
+  ac_i=`echo "$ac_i" | sed "$ac_script"`
mgl@1371
 14309
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
mgl@1371
 14310
+  #    will be set to the directory where LIBOBJS objects are built.
mgl@1371
 14311
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
mgl@1371
 14312
+  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
mgl@1371
 14313
 done
mgl@1371
 14314
 LIBOBJS=$ac_libobjs
mgl@1371
 14315
 
mgl@1371
 14316
@@ -11772,17 +12776,45 @@
mgl@1371
 14317
 ## M4sh Initialization.  ##
mgl@1371
 14318
 ## --------------------- ##
mgl@1371
 14319
 
mgl@1371
 14320
-# Be Bourne compatible
mgl@1371
 14321
+# Be more Bourne compatible
mgl@1371
 14322
+DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
 14323
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
 14324
   emulate sh
mgl@1371
 14325
   NULLCMD=:
mgl@1371
 14326
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
 14327
   # is contrary to our usage.  Disable this feature.
mgl@1371
 14328
   alias -g '${1+"$@"}'='"$@"'
mgl@1371
 14329
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
mgl@1371
 14330
-  set -o posix
mgl@1371
 14331
+  setopt NO_GLOB_SUBST
mgl@1371
 14332
+else
mgl@1371
 14333
+  case `(set -o) 2>/dev/null` in
mgl@1371
 14334
+  *posix*) set -o posix ;;
mgl@1371
 14335
+esac
mgl@1371
 14336
+
mgl@1371
 14337
+fi
mgl@1371
 14338
+
mgl@1371
 14339
+
mgl@1371
 14340
+
mgl@1371
 14341
+
mgl@1371
 14342
+# PATH needs CR
mgl@1371
 14343
+# Avoid depending upon Character Ranges.
mgl@1371
 14344
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
 14345
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
 14346
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
 14347
+as_cr_digits='0123456789'
mgl@1371
 14348
+as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
 14349
+
mgl@1371
 14350
+# The user is always right.
mgl@1371
 14351
+if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
 14352
+  echo "#! /bin/sh" >conf$$.sh
mgl@1371
 14353
+  echo  "exit 0"   >>conf$$.sh
mgl@1371
 14354
+  chmod +x conf$$.sh
mgl@1371
 14355
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
 14356
+    PATH_SEPARATOR=';'
mgl@1371
 14357
+  else
mgl@1371
 14358
+    PATH_SEPARATOR=:
mgl@1371
 14359
+  fi
mgl@1371
 14360
+  rm -f conf$$.sh
mgl@1371
 14361
 fi
mgl@1371
 14362
-DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
 14363
 
mgl@1371
 14364
 # Support unset when possible.
mgl@1371
 14365
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
 14366
@@ -11792,8 +12824,43 @@
mgl@1371
 14367
 fi
mgl@1371
 14368
 
mgl@1371
 14369
 
mgl@1371
 14370
+# IFS
mgl@1371
 14371
+# We need space, tab and new line, in precisely that order.  Quoting is
mgl@1371
 14372
+# there to prevent editors from complaining about space-tab.
mgl@1371
 14373
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
mgl@1371
 14374
+# splitting by setting IFS to empty value.)
mgl@1371
 14375
+as_nl='
mgl@1371
 14376
+'
mgl@1371
 14377
+IFS=" ""	$as_nl"
mgl@1371
 14378
+
mgl@1371
 14379
+# Find who we are.  Look in the path if we contain no directory separator.
mgl@1371
 14380
+case $0 in
mgl@1371
 14381
+  *[\\/]* ) as_myself=$0 ;;
mgl@1371
 14382
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 14383
+for as_dir in $PATH
mgl@1371
 14384
+do
mgl@1371
 14385
+  IFS=$as_save_IFS
mgl@1371
 14386
+  test -z "$as_dir" && as_dir=.
mgl@1371
 14387
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
 14388
+done
mgl@1371
 14389
+IFS=$as_save_IFS
mgl@1371
 14390
+
mgl@1371
 14391
+     ;;
mgl@1371
 14392
+esac
mgl@1371
 14393
+# We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
 14394
+# in which case we are not to be found in the path.
mgl@1371
 14395
+if test "x$as_myself" = x; then
mgl@1371
 14396
+  as_myself=$0
mgl@1371
 14397
+fi
mgl@1371
 14398
+if test ! -f "$as_myself"; then
mgl@1371
 14399
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
mgl@1371
 14400
+  { (exit 1); exit 1; }
mgl@1371
 14401
+fi
mgl@1371
 14402
+
mgl@1371
 14403
 # Work around bugs in pre-3.0 UWIN ksh.
mgl@1371
 14404
-$as_unset ENV MAIL MAILPATH
mgl@1371
 14405
+for as_var in ENV MAIL MAILPATH
mgl@1371
 14406
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 14407
+done
mgl@1371
 14408
 PS1='$ '
mgl@1371
 14409
 PS2='> '
mgl@1371
 14410
 PS4='+ '
mgl@1371
 14411
@@ -11807,18 +12874,19 @@
mgl@1371
 14412
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mgl@1371
 14413
     eval $as_var=C; export $as_var
mgl@1371
 14414
   else
mgl@1371
 14415
-    $as_unset $as_var
mgl@1371
 14416
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 14417
   fi
mgl@1371
 14418
 done
mgl@1371
 14419
 
mgl@1371
 14420
 # Required to use basename.
mgl@1371
 14421
-if expr a : '\(a\)' >/dev/null 2>&1; then
mgl@1371
 14422
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 14423
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 14424
   as_expr=expr
mgl@1371
 14425
 else
mgl@1371
 14426
   as_expr=false
mgl@1371
 14427
 fi
mgl@1371
 14428
 
mgl@1371
 14429
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
mgl@1371
 14430
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
mgl@1371
 14431
   as_basename=basename
mgl@1371
 14432
 else
mgl@1371
 14433
   as_basename=false
mgl@1371
 14434
@@ -11826,159 +12894,120 @@
mgl@1371
 14435
 
mgl@1371
 14436
 
mgl@1371
 14437
 # Name of the executable.
mgl@1371
 14438
-as_me=`$as_basename "$0" ||
mgl@1371
 14439
+as_me=`$as_basename -- "$0" ||
mgl@1371
 14440
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
mgl@1371
 14441
 	 X"$0" : 'X\(//\)$' \| \
mgl@1371
 14442
-	 X"$0" : 'X\(/\)$' \| \
mgl@1371
 14443
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 14444
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 14445
 echo X/"$0" |
mgl@1371
 14446
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
mgl@1371
 14447
-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 14448
-  	  /^X\/\(\/\).*/{ s//\1/; q; }
mgl@1371
 14449
-  	  s/.*/./; q'`
mgl@1371
 14450
-
mgl@1371
 14451
-
mgl@1371
 14452
-# PATH needs CR, and LINENO needs CR and PATH.
mgl@1371
 14453
-# Avoid depending upon Character Ranges.
mgl@1371
 14454
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
 14455
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
 14456
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
 14457
-as_cr_digits='0123456789'
mgl@1371
 14458
-as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
 14459
-
mgl@1371
 14460
-# The user is always right.
mgl@1371
 14461
-if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
 14462
-  echo "#! /bin/sh" >conf$$.sh
mgl@1371
 14463
-  echo  "exit 0"   >>conf$$.sh
mgl@1371
 14464
-  chmod +x conf$$.sh
mgl@1371
 14465
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
 14466
-    PATH_SEPARATOR=';'
mgl@1371
 14467
-  else
mgl@1371
 14468
-    PATH_SEPARATOR=:
mgl@1371
 14469
-  fi
mgl@1371
 14470
-  rm -f conf$$.sh
mgl@1371
 14471
-fi
mgl@1371
 14472
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
mgl@1371
 14473
+	    s//\1/
mgl@1371
 14474
+	    q
mgl@1371
 14475
+	  }
mgl@1371
 14476
+	  /^X\/\(\/\/\)$/{
mgl@1371
 14477
+	    s//\1/
mgl@1371
 14478
+	    q
mgl@1371
 14479
+	  }
mgl@1371
 14480
+	  /^X\/\(\/\).*/{
mgl@1371
 14481
+	    s//\1/
mgl@1371
 14482
+	    q
mgl@1371
 14483
+	  }
mgl@1371
 14484
+	  s/.*/./; q'`
mgl@1371
 14485
+
mgl@1371
 14486
+# CDPATH.
mgl@1371
 14487
+$as_unset CDPATH
mgl@1371
 14488
 
mgl@1371
 14489
 
mgl@1371
 14490
-  as_lineno_1=$LINENO
mgl@1371
 14491
-  as_lineno_2=$LINENO
mgl@1371
 14492
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mgl@1371
 14493
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 14494
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
mgl@1371
 14495
-  # Find who we are.  Look in the path if we contain no path at all
mgl@1371
 14496
-  # relative or not.
mgl@1371
 14497
-  case $0 in
mgl@1371
 14498
-    *[\\/]* ) as_myself=$0 ;;
mgl@1371
 14499
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 14500
-for as_dir in $PATH
mgl@1371
 14501
-do
mgl@1371
 14502
-  IFS=$as_save_IFS
mgl@1371
 14503
-  test -z "$as_dir" && as_dir=.
mgl@1371
 14504
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
 14505
-done
mgl@1371
 14506
 
mgl@1371
 14507
-       ;;
mgl@1371
 14508
-  esac
mgl@1371
 14509
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
 14510
-  # in which case we are not to be found in the path.
mgl@1371
 14511
-  if test "x$as_myself" = x; then
mgl@1371
 14512
-    as_myself=$0
mgl@1371
 14513
-  fi
mgl@1371
 14514
-  if test ! -f "$as_myself"; then
mgl@1371
 14515
-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
mgl@1371
 14516
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
mgl@1371
 14517
-   { (exit 1); exit 1; }; }
mgl@1371
 14518
-  fi
mgl@1371
 14519
-  case $CONFIG_SHELL in
mgl@1371
 14520
-  '')
mgl@1371
 14521
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 14522
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
mgl@1371
 14523
-do
mgl@1371
 14524
-  IFS=$as_save_IFS
mgl@1371
 14525
-  test -z "$as_dir" && as_dir=.
mgl@1371
 14526
-  for as_base in sh bash ksh sh5; do
mgl@1371
 14527
-	 case $as_dir in
mgl@1371
 14528
-	 /*)
mgl@1371
 14529
-	   if ("$as_dir/$as_base" -c '
mgl@1371
 14530
   as_lineno_1=$LINENO
mgl@1371
 14531
   as_lineno_2=$LINENO
mgl@1371
 14532
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mgl@1371
 14533
   test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 14534
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
mgl@1371
 14535
-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
mgl@1371
 14536
-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
mgl@1371
 14537
-	     CONFIG_SHELL=$as_dir/$as_base
mgl@1371
 14538
-	     export CONFIG_SHELL
mgl@1371
 14539
-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
mgl@1371
 14540
-	   fi;;
mgl@1371
 14541
-	 esac
mgl@1371
 14542
-       done
mgl@1371
 14543
-done
mgl@1371
 14544
-;;
mgl@1371
 14545
-  esac
mgl@1371
 14546
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
mgl@1371
 14547
 
mgl@1371
 14548
   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
mgl@1371
 14549
   # uniformly replaced by the line number.  The first 'sed' inserts a
mgl@1371
 14550
-  # line-number line before each line; the second 'sed' does the real
mgl@1371
 14551
-  # work.  The second script uses 'N' to pair each line-number line
mgl@1371
 14552
-  # with the numbered line, and appends trailing '-' during
mgl@1371
 14553
-  # substitution so that $LINENO is not a special case at line end.
mgl@1371
 14554
+  # line-number line after each line using $LINENO; the second 'sed'
mgl@1371
 14555
+  # does the real work.  The second script uses 'N' to pair each
mgl@1371
 14556
+  # line-number line with the line containing $LINENO, and appends
mgl@1371
 14557
+  # trailing '-' during substitution so that $LINENO is not a special
mgl@1371
 14558
+  # case at line end.
mgl@1371
 14559
   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
mgl@1371
 14560
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
mgl@1371
 14561
-  sed '=' <$as_myself |
mgl@1371
 14562
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
mgl@1371
 14563
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
mgl@1371
 14564
+  sed -n '
mgl@1371
 14565
+    p
mgl@1371
 14566
+    /[$]LINENO/=
mgl@1371
 14567
+  ' <$as_myself |
mgl@1371
 14568
     sed '
mgl@1371
 14569
+      s/[$]LINENO.*/&-/
mgl@1371
 14570
+      t lineno
mgl@1371
 14571
+      b
mgl@1371
 14572
+      :lineno
mgl@1371
 14573
       N
mgl@1371
 14574
-      s,$,-,
mgl@1371
 14575
-      : loop
mgl@1371
 14576
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
mgl@1371
 14577
+      :loop
mgl@1371
 14578
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
mgl@1371
 14579
       t loop
mgl@1371
 14580
-      s,-$,,
mgl@1371
 14581
-      s,^['$as_cr_digits']*\n,,
mgl@1371
 14582
+      s/-\n.*//
mgl@1371
 14583
     ' >$as_me.lineno &&
mgl@1371
 14584
-  chmod +x $as_me.lineno ||
mgl@1371
 14585
-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
mgl@1371
 14586
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
mgl@1371
 14587
+  chmod +x "$as_me.lineno" ||
mgl@1371
 14588
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
mgl@1371
 14589
    { (exit 1); exit 1; }; }
mgl@1371
 14590
 
mgl@1371
 14591
   # Don't try to exec as it changes $[0], causing all sort of problems
mgl@1371
 14592
   # (the dirname of $[0] is not the place where we might find the
mgl@1371
 14593
-  # original and so on.  Autoconf is especially sensible to this).
mgl@1371
 14594
-  . ./$as_me.lineno
mgl@1371
 14595
+  # original and so on.  Autoconf is especially sensitive to this).
mgl@1371
 14596
+  . "./$as_me.lineno"
mgl@1371
 14597
   # Exit status is that of the last command.
mgl@1371
 14598
   exit
mgl@1371
 14599
 }
mgl@1371
 14600
 
mgl@1371
 14601
 
mgl@1371
 14602
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
mgl@1371
 14603
-  *c*,-n*) ECHO_N= ECHO_C='
mgl@1371
 14604
-' ECHO_T='	' ;;
mgl@1371
 14605
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
mgl@1371
 14606
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
mgl@1371
 14607
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
mgl@1371
 14608
+  as_dirname=dirname
mgl@1371
 14609
+else
mgl@1371
 14610
+  as_dirname=false
mgl@1371
 14611
+fi
mgl@1371
 14612
+
mgl@1371
 14613
+ECHO_C= ECHO_N= ECHO_T=
mgl@1371
 14614
+case `echo -n x` in
mgl@1371
 14615
+-n*)
mgl@1371
 14616
+  case `echo 'x\c'` in
mgl@1371
 14617
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
mgl@1371
 14618
+  *)   ECHO_C='\c';;
mgl@1371
 14619
+  esac;;
mgl@1371
 14620
+*)
mgl@1371
 14621
+  ECHO_N='-n';;
mgl@1371
 14622
 esac
mgl@1371
 14623
 
mgl@1371
 14624
-if expr a : '\(a\)' >/dev/null 2>&1; then
mgl@1371
 14625
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 14626
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 14627
   as_expr=expr
mgl@1371
 14628
 else
mgl@1371
 14629
   as_expr=false
mgl@1371
 14630
 fi
mgl@1371
 14631
 
mgl@1371
 14632
 rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
 14633
+if test -d conf$$.dir; then
mgl@1371
 14634
+  rm -f conf$$.dir/conf$$.file
mgl@1371
 14635
+else
mgl@1371
 14636
+  rm -f conf$$.dir
mgl@1371
 14637
+  mkdir conf$$.dir
mgl@1371
 14638
+fi
mgl@1371
 14639
 echo >conf$$.file
mgl@1371
 14640
 if ln -s conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 14641
-  # We could just check for DJGPP; but this test a) works b) is more generic
mgl@1371
 14642
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
mgl@1371
 14643
-  if test -f conf$$.exe; then
mgl@1371
 14644
-    # Don't use ln at all; we don't have any links
mgl@1371
 14645
+  as_ln_s='ln -s'
mgl@1371
 14646
+  # ... but there are two gotchas:
mgl@1371
 14647
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
mgl@1371
 14648
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
mgl@1371
 14649
+  # In both cases, we have to default to `cp -p'.
mgl@1371
 14650
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
mgl@1371
 14651
     as_ln_s='cp -p'
mgl@1371
 14652
-  else
mgl@1371
 14653
-    as_ln_s='ln -s'
mgl@1371
 14654
-  fi
mgl@1371
 14655
 elif ln conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 14656
   as_ln_s=ln
mgl@1371
 14657
 else
mgl@1371
 14658
   as_ln_s='cp -p'
mgl@1371
 14659
 fi
mgl@1371
 14660
-rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
 14661
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
mgl@1371
 14662
+rmdir conf$$.dir 2>/dev/null
mgl@1371
 14663
 
mgl@1371
 14664
 if mkdir -p . 2>/dev/null; then
mgl@1371
 14665
   as_mkdir_p=:
mgl@1371
 14666
@@ -11987,7 +13016,28 @@
mgl@1371
 14667
   as_mkdir_p=false
mgl@1371
 14668
 fi
mgl@1371
 14669
 
mgl@1371
 14670
-as_executable_p="test -f"
mgl@1371
 14671
+if test -x / >/dev/null 2>&1; then
mgl@1371
 14672
+  as_test_x='test -x'
mgl@1371
 14673
+else
mgl@1371
 14674
+  if ls -dL / >/dev/null 2>&1; then
mgl@1371
 14675
+    as_ls_L_option=L
mgl@1371
 14676
+  else
mgl@1371
 14677
+    as_ls_L_option=
mgl@1371
 14678
+  fi
mgl@1371
 14679
+  as_test_x='
mgl@1371
 14680
+    eval sh -c '\''
mgl@1371
 14681
+      if test -d "$1"; then
mgl@1371
 14682
+        test -d "$1/.";
mgl@1371
 14683
+      else
mgl@1371
 14684
+	case $1 in
mgl@1371
 14685
+        -*)set "./$1";;
mgl@1371
 14686
+	esac;
mgl@1371
 14687
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
mgl@1371
 14688
+	???[sx]*):;;*)false;;esac;fi
mgl@1371
 14689
+    '\'' sh
mgl@1371
 14690
+  '
mgl@1371
 14691
+fi
mgl@1371
 14692
+as_executable_p=$as_test_x
mgl@1371
 14693
 
mgl@1371
 14694
 # Sed expression to map a string onto a valid CPP name.
mgl@1371
 14695
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 14696
@@ -11996,31 +13046,14 @@
mgl@1371
 14697
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 14698
 
mgl@1371
 14699
 
mgl@1371
 14700
-# IFS
mgl@1371
 14701
-# We need space, tab and new line, in precisely that order.
mgl@1371
 14702
-as_nl='
mgl@1371
 14703
-'
mgl@1371
 14704
-IFS=" 	$as_nl"
mgl@1371
 14705
-
mgl@1371
 14706
-# CDPATH.
mgl@1371
 14707
-$as_unset CDPATH
mgl@1371
 14708
-
mgl@1371
 14709
 exec 6>&1
mgl@1371
 14710
 
mgl@1371
 14711
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
mgl@1371
 14712
+# Save the log message, to keep $[0] and so on meaningful, and to
mgl@1371
 14713
 # report actual input values of CONFIG_FILES etc. instead of their
mgl@1371
 14714
-# values after options handling.  Logging --version etc. is OK.
mgl@1371
 14715
-exec 5>>config.log
mgl@1371
 14716
-{
mgl@1371
 14717
-  echo
mgl@1371
 14718
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
mgl@1371
 14719
-## Running $as_me. ##
mgl@1371
 14720
-_ASBOX
mgl@1371
 14721
-} >&5
mgl@1371
 14722
-cat >&5 <<_CSEOF
mgl@1371
 14723
-
mgl@1371
 14724
+# values after options handling.
mgl@1371
 14725
+ac_log="
mgl@1371
 14726
 This file was extended by newlib $as_me 1.17.0, which was
mgl@1371
 14727
-generated by GNU Autoconf 2.59.  Invocation command line was
mgl@1371
 14728
+generated by GNU Autoconf 2.61.  Invocation command line was
mgl@1371
 14729
 
mgl@1371
 14730
   CONFIG_FILES    = $CONFIG_FILES
mgl@1371
 14731
   CONFIG_HEADERS  = $CONFIG_HEADERS
mgl@1371
 14732
@@ -12028,30 +13061,19 @@
mgl@1371
 14733
   CONFIG_COMMANDS = $CONFIG_COMMANDS
mgl@1371
 14734
   $ $0 $@
mgl@1371
 14735
 
mgl@1371
 14736
-_CSEOF
mgl@1371
 14737
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
mgl@1371
 14738
-echo >&5
mgl@1371
 14739
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
 14740
+"
mgl@1371
 14741
+
mgl@1371
 14742
 _ACEOF
mgl@1371
 14743
 
mgl@1371
 14744
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 14745
 # Files that config.status was made for.
mgl@1371
 14746
-if test -n "$ac_config_files"; then
mgl@1371
 14747
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
mgl@1371
 14748
-fi
mgl@1371
 14749
-
mgl@1371
 14750
-if test -n "$ac_config_headers"; then
mgl@1371
 14751
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
mgl@1371
 14752
-fi
mgl@1371
 14753
-
mgl@1371
 14754
-if test -n "$ac_config_links"; then
mgl@1371
 14755
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
mgl@1371
 14756
-fi
mgl@1371
 14757
+config_files="$ac_config_files"
mgl@1371
 14758
+config_commands="$ac_config_commands"
mgl@1371
 14759
 
mgl@1371
 14760
-if test -n "$ac_config_commands"; then
mgl@1371
 14761
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
mgl@1371
 14762
-fi
mgl@1371
 14763
+_ACEOF
mgl@1371
 14764
 
mgl@1371
 14765
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 14766
-
mgl@1371
 14767
 ac_cs_usage="\
mgl@1371
 14768
 \`$as_me' instantiates files from templates according to the
mgl@1371
 14769
 current configuration.
mgl@1371
 14770
@@ -12059,7 +13081,7 @@
mgl@1371
 14771
 Usage: $0 [OPTIONS] [FILE]...
mgl@1371
 14772
 
mgl@1371
 14773
   -h, --help       print this help, then exit
mgl@1371
 14774
-  -V, --version    print version number, then exit
mgl@1371
 14775
+  -V, --version    print version number and configuration settings, then exit
mgl@1371
 14776
   -q, --quiet      do not print progress messages
mgl@1371
 14777
   -d, --debug      don't remove temporary files
mgl@1371
 14778
       --recheck    update $as_me by reconfiguring in the same conditions
mgl@1371
 14779
@@ -12073,19 +13095,21 @@
mgl@1371
 14780
 $config_commands
mgl@1371
 14781
 
mgl@1371
 14782
 Report bugs to <bug-autoconf@gnu.org>."
mgl@1371
 14783
-_ACEOF
mgl@1371
 14784
 
mgl@1371
 14785
+_ACEOF
mgl@1371
 14786
 cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 14787
 ac_cs_version="\\
mgl@1371
 14788
 newlib config.status 1.17.0
mgl@1371
 14789
-configured by $0, generated by GNU Autoconf 2.59,
mgl@1371
 14790
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
mgl@1371
 14791
+configured by $0, generated by GNU Autoconf 2.61,
mgl@1371
 14792
+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
mgl@1371
 14793
 
mgl@1371
 14794
-Copyright (C) 2003 Free Software Foundation, Inc.
mgl@1371
 14795
+Copyright (C) 2006 Free Software Foundation, Inc.
mgl@1371
 14796
 This config.status script is free software; the Free Software Foundation
mgl@1371
 14797
 gives unlimited permission to copy, distribute and modify it."
mgl@1371
 14798
-srcdir=$srcdir
mgl@1371
 14799
-INSTALL="$INSTALL"
mgl@1371
 14800
+
mgl@1371
 14801
+ac_pwd='$ac_pwd'
mgl@1371
 14802
+srcdir='$srcdir'
mgl@1371
 14803
+INSTALL='$INSTALL'
mgl@1371
 14804
 _ACEOF
mgl@1371
 14805
 
mgl@1371
 14806
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 14807
@@ -12096,60 +13120,42 @@
mgl@1371
 14808
 do
mgl@1371
 14809
   case $1 in
mgl@1371
 14810
   --*=*)
mgl@1371
 14811
-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
mgl@1371
 14812
-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
mgl@1371
 14813
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mgl@1371
 14814
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mgl@1371
 14815
     ac_shift=:
mgl@1371
 14816
     ;;
mgl@1371
 14817
-  -*)
mgl@1371
 14818
+  *)
mgl@1371
 14819
     ac_option=$1
mgl@1371
 14820
     ac_optarg=$2
mgl@1371
 14821
     ac_shift=shift
mgl@1371
 14822
     ;;
mgl@1371
 14823
-  *) # This is not an option, so the user has probably given explicit
mgl@1371
 14824
-     # arguments.
mgl@1371
 14825
-     ac_option=$1
mgl@1371
 14826
-     ac_need_defaults=false;;
mgl@1371
 14827
   esac
mgl@1371
 14828
 
mgl@1371
 14829
   case $ac_option in
mgl@1371
 14830
   # Handling of the options.
mgl@1371
 14831
-_ACEOF
mgl@1371
 14832
-cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 14833
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
mgl@1371
 14834
     ac_cs_recheck=: ;;
mgl@1371
 14835
-  --version | --vers* | -V )
mgl@1371
 14836
-    echo "$ac_cs_version"; exit 0 ;;
mgl@1371
 14837
-  --he | --h)
mgl@1371
 14838
-    # Conflict between --help and --header
mgl@1371
 14839
-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
mgl@1371
 14840
-Try \`$0 --help' for more information." >&5
mgl@1371
 14841
-echo "$as_me: error: ambiguous option: $1
mgl@1371
 14842
-Try \`$0 --help' for more information." >&2;}
mgl@1371
 14843
-   { (exit 1); exit 1; }; };;
mgl@1371
 14844
-  --help | --hel | -h )
mgl@1371
 14845
-    echo "$ac_cs_usage"; exit 0 ;;
mgl@1371
 14846
-  --debug | --d* | -d )
mgl@1371
 14847
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
mgl@1371
 14848
+    echo "$ac_cs_version"; exit ;;
mgl@1371
 14849
+  --debug | --debu | --deb | --de | --d | -d )
mgl@1371
 14850
     debug=: ;;
mgl@1371
 14851
   --file | --fil | --fi | --f )
mgl@1371
 14852
     $ac_shift
mgl@1371
 14853
     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
mgl@1371
 14854
     ac_need_defaults=false;;
mgl@1371
 14855
-  --header | --heade | --head | --hea )
mgl@1371
 14856
-    $ac_shift
mgl@1371
 14857
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
mgl@1371
 14858
-    ac_need_defaults=false;;
mgl@1371
 14859
+  --he | --h |  --help | --hel | -h )
mgl@1371
 14860
+    echo "$ac_cs_usage"; exit ;;
mgl@1371
 14861
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
 14862
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
mgl@1371
 14863
     ac_cs_silent=: ;;
mgl@1371
 14864
 
mgl@1371
 14865
   # This is an error.
mgl@1371
 14866
-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
mgl@1371
 14867
-Try \`$0 --help' for more information." >&5
mgl@1371
 14868
-echo "$as_me: error: unrecognized option: $1
mgl@1371
 14869
-Try \`$0 --help' for more information." >&2;}
mgl@1371
 14870
+  -*) { echo "$as_me: error: unrecognized option: $1
mgl@1371
 14871
+Try \`$0 --help' for more information." >&2
mgl@1371
 14872
    { (exit 1); exit 1; }; } ;;
mgl@1371
 14873
 
mgl@1371
 14874
-  *) ac_config_targets="$ac_config_targets $1" ;;
mgl@1371
 14875
+  *) ac_config_targets="$ac_config_targets $1"
mgl@1371
 14876
+     ac_need_defaults=false ;;
mgl@1371
 14877
 
mgl@1371
 14878
   esac
mgl@1371
 14879
   shift
mgl@1371
 14880
@@ -12165,17 +13171,28 @@
mgl@1371
 14881
 _ACEOF
mgl@1371
 14882
 cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 14883
 if \$ac_cs_recheck; then
mgl@1371
 14884
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
mgl@1371
 14885
-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
mgl@1371
 14886
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
mgl@1371
 14887
+  CONFIG_SHELL=$SHELL
mgl@1371
 14888
+  export CONFIG_SHELL
mgl@1371
 14889
+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
mgl@1371
 14890
 fi
mgl@1371
 14891
 
mgl@1371
 14892
 _ACEOF
mgl@1371
 14893
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 14894
+exec 5>>config.log
mgl@1371
 14895
+{
mgl@1371
 14896
+  echo
mgl@1371
 14897
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
mgl@1371
 14898
+## Running $as_me. ##
mgl@1371
 14899
+_ASBOX
mgl@1371
 14900
+  echo "$ac_log"
mgl@1371
 14901
+} >&5
mgl@1371
 14902
 
mgl@1371
 14903
+_ACEOF
mgl@1371
 14904
 cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 14905
 #
mgl@1371
 14906
-# INIT-COMMANDS section.
mgl@1371
 14907
+# INIT-COMMANDS
mgl@1371
 14908
 #
mgl@1371
 14909
-
mgl@1371
 14910
 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
mgl@1371
 14911
 
mgl@1371
 14912
 
mgl@1371
 14913
@@ -12436,22 +13453,23 @@
mgl@1371
 14914
 
mgl@1371
 14915
 _ACEOF
mgl@1371
 14916
 
mgl@1371
 14917
-
mgl@1371
 14918
-
mgl@1371
 14919
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 14920
+
mgl@1371
 14921
+# Handling of arguments.
mgl@1371
 14922
 for ac_config_target in $ac_config_targets
mgl@1371
 14923
 do
mgl@1371
 14924
-  case "$ac_config_target" in
mgl@1371
 14925
-  # Handling of arguments.
mgl@1371
 14926
-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
mgl@1371
 14927
-  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
mgl@1371
 14928
-  "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
mgl@1371
 14929
+  case $ac_config_target in
mgl@1371
 14930
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
mgl@1371
 14931
+    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
mgl@1371
 14932
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
mgl@1371
 14933
+
mgl@1371
 14934
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
mgl@1371
 14935
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
mgl@1371
 14936
    { (exit 1); exit 1; }; };;
mgl@1371
 14937
   esac
mgl@1371
 14938
 done
mgl@1371
 14939
 
mgl@1371
 14940
+
mgl@1371
 14941
 # If the user did not use the arguments to specify the items to instantiate,
mgl@1371
 14942
 # then the envvar interface is used.  Set only those that are not.
mgl@1371
 14943
 # We use the long form for the default assignment because of an extremely
mgl@1371
 14944
@@ -12462,396 +13480,492 @@
mgl@1371
 14945
 fi
mgl@1371
 14946
 
mgl@1371
 14947
 # Have a temporary directory for convenience.  Make it in the build tree
mgl@1371
 14948
-# simply because there is no reason to put it here, and in addition,
mgl@1371
 14949
+# simply because there is no reason against having it here, and in addition,
mgl@1371
 14950
 # creating and moving files from /tmp can sometimes cause problems.
mgl@1371
 14951
-# Create a temporary directory, and hook for its removal unless debugging.
mgl@1371
 14952
+# Hook for its removal unless debugging.
mgl@1371
 14953
+# Note that there is a small window in which the directory will not be cleaned:
mgl@1371
 14954
+# after its creation but before its name has been assigned to `$tmp'.
mgl@1371
 14955
 $debug ||
mgl@1371
 14956
 {
mgl@1371
 14957
-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
mgl@1371
 14958
+  tmp=
mgl@1371
 14959
+  trap 'exit_status=$?
mgl@1371
 14960
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
mgl@1371
 14961
+' 0
mgl@1371
 14962
   trap '{ (exit 1); exit 1; }' 1 2 13 15
mgl@1371
 14963
 }
mgl@1371
 14964
-
mgl@1371
 14965
 # Create a (secure) tmp directory for tmp files.
mgl@1371
 14966
 
mgl@1371
 14967
 {
mgl@1371
 14968
-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
mgl@1371
 14969
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
mgl@1371
 14970
   test -n "$tmp" && test -d "$tmp"
mgl@1371
 14971
 }  ||
mgl@1371
 14972
 {
mgl@1371
 14973
-  tmp=./confstat$$-$RANDOM
mgl@1371
 14974
-  (umask 077 && mkdir $tmp)
mgl@1371
 14975
+  tmp=./conf$$-$RANDOM
mgl@1371
 14976
+  (umask 077 && mkdir "$tmp")
mgl@1371
 14977
 } ||
mgl@1371
 14978
 {
mgl@1371
 14979
    echo "$me: cannot create a temporary directory in ." >&2
mgl@1371
 14980
    { (exit 1); exit 1; }
mgl@1371
 14981
 }
mgl@1371
 14982
 
mgl@1371
 14983
-_ACEOF
mgl@1371
 14984
-
mgl@1371
 14985
-cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 14986
-
mgl@1371
 14987
 #
mgl@1371
 14988
-# CONFIG_FILES section.
mgl@1371
 14989
+# Set up the sed scripts for CONFIG_FILES section.
mgl@1371
 14990
 #
mgl@1371
 14991
 
mgl@1371
 14992
 # No need to generate the scripts if there are no CONFIG_FILES.
mgl@1371
 14993
 # This happens for instance when ./config.status config.h
mgl@1371
 14994
-if test -n "\$CONFIG_FILES"; then
mgl@1371
 14995
-  # Protect against being on the right side of a sed subst in config.status.
mgl@1371
 14996
-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
mgl@1371
 14997
-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
mgl@1371
 14998
-s,@SHELL@,$SHELL,;t t
mgl@1371
 14999
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
mgl@1371
 15000
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
mgl@1371
 15001
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
mgl@1371
 15002
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
mgl@1371
 15003
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
mgl@1371
 15004
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
mgl@1371
 15005
-s,@exec_prefix@,$exec_prefix,;t t
mgl@1371
 15006
-s,@prefix@,$prefix,;t t
mgl@1371
 15007
-s,@program_transform_name@,$program_transform_name,;t t
mgl@1371
 15008
-s,@bindir@,$bindir,;t t
mgl@1371
 15009
-s,@sbindir@,$sbindir,;t t
mgl@1371
 15010
-s,@libexecdir@,$libexecdir,;t t
mgl@1371
 15011
-s,@datadir@,$datadir,;t t
mgl@1371
 15012
-s,@sysconfdir@,$sysconfdir,;t t
mgl@1371
 15013
-s,@sharedstatedir@,$sharedstatedir,;t t
mgl@1371
 15014
-s,@localstatedir@,$localstatedir,;t t
mgl@1371
 15015
-s,@libdir@,$libdir,;t t
mgl@1371
 15016
-s,@includedir@,$includedir,;t t
mgl@1371
 15017
-s,@oldincludedir@,$oldincludedir,;t t
mgl@1371
 15018
-s,@infodir@,$infodir,;t t
mgl@1371
 15019
-s,@mandir@,$mandir,;t t
mgl@1371
 15020
-s,@build_alias@,$build_alias,;t t
mgl@1371
 15021
-s,@host_alias@,$host_alias,;t t
mgl@1371
 15022
-s,@target_alias@,$target_alias,;t t
mgl@1371
 15023
-s,@DEFS@,$DEFS,;t t
mgl@1371
 15024
-s,@ECHO_C@,$ECHO_C,;t t
mgl@1371
 15025
-s,@ECHO_N@,$ECHO_N,;t t
mgl@1371
 15026
-s,@ECHO_T@,$ECHO_T,;t t
mgl@1371
 15027
-s,@LIBS@,$LIBS,;t t
mgl@1371
 15028
-s,@MAY_SUPPLY_SYSCALLS_TRUE@,$MAY_SUPPLY_SYSCALLS_TRUE,;t t
mgl@1371
 15029
-s,@MAY_SUPPLY_SYSCALLS_FALSE@,$MAY_SUPPLY_SYSCALLS_FALSE,;t t
mgl@1371
 15030
-s,@newlib_basedir@,$newlib_basedir,;t t
mgl@1371
 15031
-s,@build@,$build,;t t
mgl@1371
 15032
-s,@build_cpu@,$build_cpu,;t t
mgl@1371
 15033
-s,@build_vendor@,$build_vendor,;t t
mgl@1371
 15034
-s,@build_os@,$build_os,;t t
mgl@1371
 15035
-s,@host@,$host,;t t
mgl@1371
 15036
-s,@host_cpu@,$host_cpu,;t t
mgl@1371
 15037
-s,@host_vendor@,$host_vendor,;t t
mgl@1371
 15038
-s,@host_os@,$host_os,;t t
mgl@1371
 15039
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
mgl@1371
 15040
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
mgl@1371
 15041
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
mgl@1371
 15042
-s,@CYGPATH_W@,$CYGPATH_W,;t t
mgl@1371
 15043
-s,@PACKAGE@,$PACKAGE,;t t
mgl@1371
 15044
-s,@VERSION@,$VERSION,;t t
mgl@1371
 15045
-s,@ACLOCAL@,$ACLOCAL,;t t
mgl@1371
 15046
-s,@AUTOCONF@,$AUTOCONF,;t t
mgl@1371
 15047
-s,@AUTOMAKE@,$AUTOMAKE,;t t
mgl@1371
 15048
-s,@AUTOHEADER@,$AUTOHEADER,;t t
mgl@1371
 15049
-s,@MAKEINFO@,$MAKEINFO,;t t
mgl@1371
 15050
-s,@install_sh@,$install_sh,;t t
mgl@1371
 15051
-s,@STRIP@,$STRIP,;t t
mgl@1371
 15052
-s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
mgl@1371
 15053
-s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
mgl@1371
 15054
-s,@mkdir_p@,$mkdir_p,;t t
mgl@1371
 15055
-s,@AWK@,$AWK,;t t
mgl@1371
 15056
-s,@SET_MAKE@,$SET_MAKE,;t t
mgl@1371
 15057
-s,@am__leading_dot@,$am__leading_dot,;t t
mgl@1371
 15058
-s,@AMTAR@,$AMTAR,;t t
mgl@1371
 15059
-s,@am__tar@,$am__tar,;t t
mgl@1371
 15060
-s,@am__untar@,$am__untar,;t t
mgl@1371
 15061
-s,@CC@,$CC,;t t
mgl@1371
 15062
-s,@DEPDIR@,$DEPDIR,;t t
mgl@1371
 15063
-s,@am__include@,$am__include,;t t
mgl@1371
 15064
-s,@am__quote@,$am__quote,;t t
mgl@1371
 15065
-s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
mgl@1371
 15066
-s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
mgl@1371
 15067
-s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
mgl@1371
 15068
-s,@CCDEPMODE@,$CCDEPMODE,;t t
mgl@1371
 15069
-s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
mgl@1371
 15070
-s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
mgl@1371
 15071
-s,@AS@,$AS,;t t
mgl@1371
 15072
-s,@ac_ct_AS@,$ac_ct_AS,;t t
mgl@1371
 15073
-s,@AR@,$AR,;t t
mgl@1371
 15074
-s,@ac_ct_AR@,$ac_ct_AR,;t t
mgl@1371
 15075
-s,@RANLIB@,$RANLIB,;t t
mgl@1371
 15076
-s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
mgl@1371
 15077
-s,@READELF@,$READELF,;t t
mgl@1371
 15078
-s,@ac_ct_READELF@,$ac_ct_READELF,;t t
mgl@1371
 15079
-s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
mgl@1371
 15080
-s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
mgl@1371
 15081
-s,@MAINT@,$MAINT,;t t
mgl@1371
 15082
-s,@CCAS@,$CCAS,;t t
mgl@1371
 15083
-s,@CCASFLAGS@,$CCASFLAGS,;t t
mgl@1371
 15084
-s,@NEWLIB_CFLAGS@,$NEWLIB_CFLAGS,;t t
mgl@1371
 15085
-s,@LDFLAGS@,$LDFLAGS,;t t
mgl@1371
 15086
-s,@ELIX_LEVEL_0_TRUE@,$ELIX_LEVEL_0_TRUE,;t t
mgl@1371
 15087
-s,@ELIX_LEVEL_0_FALSE@,$ELIX_LEVEL_0_FALSE,;t t
mgl@1371
 15088
-s,@ELIX_LEVEL_1_TRUE@,$ELIX_LEVEL_1_TRUE,;t t
mgl@1371
 15089
-s,@ELIX_LEVEL_1_FALSE@,$ELIX_LEVEL_1_FALSE,;t t
mgl@1371
 15090
-s,@ELIX_LEVEL_2_TRUE@,$ELIX_LEVEL_2_TRUE,;t t
mgl@1371
 15091
-s,@ELIX_LEVEL_2_FALSE@,$ELIX_LEVEL_2_FALSE,;t t
mgl@1371
 15092
-s,@ELIX_LEVEL_3_TRUE@,$ELIX_LEVEL_3_TRUE,;t t
mgl@1371
 15093
-s,@ELIX_LEVEL_3_FALSE@,$ELIX_LEVEL_3_FALSE,;t t
mgl@1371
 15094
-s,@ELIX_LEVEL_4_TRUE@,$ELIX_LEVEL_4_TRUE,;t t
mgl@1371
 15095
-s,@ELIX_LEVEL_4_FALSE@,$ELIX_LEVEL_4_FALSE,;t t
mgl@1371
 15096
-s,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t t
mgl@1371
 15097
-s,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t t
mgl@1371
 15098
-s,@OBJEXT@,$OBJEXT,;t t
mgl@1371
 15099
-s,@oext@,$oext,;t t
mgl@1371
 15100
-s,@aext@,$aext,;t t
mgl@1371
 15101
-s,@lpfx@,$lpfx,;t t
mgl@1371
 15102
-s,@libm_machine_dir@,$libm_machine_dir,;t t
mgl@1371
 15103
-s,@machine_dir@,$machine_dir,;t t
mgl@1371
 15104
-s,@sys_dir@,$sys_dir,;t t
mgl@1371
 15105
-s,@SED@,$SED,;t t
mgl@1371
 15106
-s,@DLLTOOL@,$DLLTOOL,;t t
mgl@1371
 15107
-s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
mgl@1371
 15108
-s,@OBJDUMP@,$OBJDUMP,;t t
mgl@1371
 15109
-s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
mgl@1371
 15110
-s,@LIBTOOL@,$LIBTOOL,;t t
mgl@1371
 15111
-s,@CFLAGS@,$CFLAGS,;t t
mgl@1371
 15112
-s,@CPPFLAGS@,$CPPFLAGS,;t t
mgl@1371
 15113
-s,@ac_ct_CC@,$ac_ct_CC,;t t
mgl@1371
 15114
-s,@EXEEXT@,$EXEEXT,;t t
mgl@1371
 15115
-s,@EGREP@,$EGREP,;t t
mgl@1371
 15116
-s,@FGREP@,$FGREP,;t t
mgl@1371
 15117
-s,@GREP@,$GREP,;t t
mgl@1371
 15118
-s,@LD@,$LD,;t t
mgl@1371
 15119
-s,@DUMPBIN@,$DUMPBIN,;t t
mgl@1371
 15120
-s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
mgl@1371
 15121
-s,@NM@,$NM,;t t
mgl@1371
 15122
-s,@LN_S@,$LN_S,;t t
mgl@1371
 15123
-s,@lt_ECHO@,$lt_ECHO,;t t
mgl@1371
 15124
-s,@DSYMUTIL@,$DSYMUTIL,;t t
mgl@1371
 15125
-s,@ac_ct_DSYMUTIL@,$ac_ct_DSYMUTIL,;t t
mgl@1371
 15126
-s,@NMEDIT@,$NMEDIT,;t t
mgl@1371
 15127
-s,@ac_ct_NMEDIT@,$ac_ct_NMEDIT,;t t
mgl@1371
 15128
-s,@LIPO@,$LIPO,;t t
mgl@1371
 15129
-s,@ac_ct_LIPO@,$ac_ct_LIPO,;t t
mgl@1371
 15130
-s,@OTOOL@,$OTOOL,;t t
mgl@1371
 15131
-s,@ac_ct_OTOOL@,$ac_ct_OTOOL,;t t
mgl@1371
 15132
-s,@OTOOL64@,$OTOOL64,;t t
mgl@1371
 15133
-s,@ac_ct_OTOOL64@,$ac_ct_OTOOL64,;t t
mgl@1371
 15134
-s,@CPP@,$CPP,;t t
mgl@1371
 15135
-s,@subdirs@,$subdirs,;t t
mgl@1371
 15136
-s,@HAVE_MACHINE_DIR_TRUE@,$HAVE_MACHINE_DIR_TRUE,;t t
mgl@1371
 15137
-s,@HAVE_MACHINE_DIR_FALSE@,$HAVE_MACHINE_DIR_FALSE,;t t
mgl@1371
 15138
-s,@LIBOBJS@,$LIBOBJS,;t t
mgl@1371
 15139
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
mgl@1371
 15140
-CEOF
mgl@1371
 15141
-
mgl@1371
 15142
-_ACEOF
mgl@1371
 15143
-
mgl@1371
 15144
-  cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 15145
-  # Split the substitutions into bite-sized pieces for seds with
mgl@1371
 15146
-  # small command number limits, like on Digital OSF/1 and HP-UX.
mgl@1371
 15147
-  ac_max_sed_lines=48
mgl@1371
 15148
-  ac_sed_frag=1 # Number of current file.
mgl@1371
 15149
-  ac_beg=1 # First line for current file.
mgl@1371
 15150
-  ac_end=$ac_max_sed_lines # Line after last line for current file.
mgl@1371
 15151
-  ac_more_lines=:
mgl@1371
 15152
-  ac_sed_cmds=
mgl@1371
 15153
-  while $ac_more_lines; do
mgl@1371
 15154
-    if test $ac_beg -gt 1; then
mgl@1371
 15155
-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
mgl@1371
 15156
-    else
mgl@1371
 15157
-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
mgl@1371
 15158
-    fi
mgl@1371
 15159
-    if test ! -s $tmp/subs.frag; then
mgl@1371
 15160
-      ac_more_lines=false
mgl@1371
 15161
-    else
mgl@1371
 15162
-      # The purpose of the label and of the branching condition is to
mgl@1371
 15163
-      # speed up the sed processing (if there are no `@' at all, there
mgl@1371
 15164
-      # is no need to browse any of the substitutions).
mgl@1371
 15165
-      # These are the two extra sed commands mentioned above.
mgl@1371
 15166
-      (echo ':t
mgl@1371
 15167
-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
mgl@1371
 15168
-      if test -z "$ac_sed_cmds"; then
mgl@1371
 15169
-	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
mgl@1371
 15170
-      else
mgl@1371
 15171
-	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
mgl@1371
 15172
-      fi
mgl@1371
 15173
-      ac_sed_frag=`expr $ac_sed_frag + 1`
mgl@1371
 15174
-      ac_beg=$ac_end
mgl@1371
 15175
-      ac_end=`expr $ac_end + $ac_max_sed_lines`
mgl@1371
 15176
-    fi
mgl@1371
 15177
-  done
mgl@1371
 15178
-  if test -z "$ac_sed_cmds"; then
mgl@1371
 15179
-    ac_sed_cmds=cat
mgl@1371
 15180
+if test -n "$CONFIG_FILES"; then
mgl@1371
 15181
+
mgl@1371
 15182
+_ACEOF
mgl@1371
 15183
+
mgl@1371
 15184
+
mgl@1371
 15185
+
mgl@1371
 15186
+ac_delim='%!_!# '
mgl@1371
 15187
+for ac_last_try in false false false false false :; do
mgl@1371
 15188
+  cat >conf$$subs.sed <<_ACEOF
mgl@1371
 15189
+SHELL!$SHELL$ac_delim
mgl@1371
 15190
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
mgl@1371
 15191
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
mgl@1371
 15192
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
mgl@1371
 15193
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
mgl@1371
 15194
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
mgl@1371
 15195
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
mgl@1371
 15196
+exec_prefix!$exec_prefix$ac_delim
mgl@1371
 15197
+prefix!$prefix$ac_delim
mgl@1371
 15198
+program_transform_name!$program_transform_name$ac_delim
mgl@1371
 15199
+bindir!$bindir$ac_delim
mgl@1371
 15200
+sbindir!$sbindir$ac_delim
mgl@1371
 15201
+libexecdir!$libexecdir$ac_delim
mgl@1371
 15202
+datarootdir!$datarootdir$ac_delim
mgl@1371
 15203
+datadir!$datadir$ac_delim
mgl@1371
 15204
+sysconfdir!$sysconfdir$ac_delim
mgl@1371
 15205
+sharedstatedir!$sharedstatedir$ac_delim
mgl@1371
 15206
+localstatedir!$localstatedir$ac_delim
mgl@1371
 15207
+includedir!$includedir$ac_delim
mgl@1371
 15208
+oldincludedir!$oldincludedir$ac_delim
mgl@1371
 15209
+docdir!$docdir$ac_delim
mgl@1371
 15210
+infodir!$infodir$ac_delim
mgl@1371
 15211
+htmldir!$htmldir$ac_delim
mgl@1371
 15212
+dvidir!$dvidir$ac_delim
mgl@1371
 15213
+pdfdir!$pdfdir$ac_delim
mgl@1371
 15214
+psdir!$psdir$ac_delim
mgl@1371
 15215
+libdir!$libdir$ac_delim
mgl@1371
 15216
+localedir!$localedir$ac_delim
mgl@1371
 15217
+mandir!$mandir$ac_delim
mgl@1371
 15218
+DEFS!$DEFS$ac_delim
mgl@1371
 15219
+ECHO_C!$ECHO_C$ac_delim
mgl@1371
 15220
+ECHO_N!$ECHO_N$ac_delim
mgl@1371
 15221
+ECHO_T!$ECHO_T$ac_delim
mgl@1371
 15222
+LIBS!$LIBS$ac_delim
mgl@1371
 15223
+build_alias!$build_alias$ac_delim
mgl@1371
 15224
+host_alias!$host_alias$ac_delim
mgl@1371
 15225
+target_alias!$target_alias$ac_delim
mgl@1371
 15226
+MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
mgl@1371
 15227
+MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
mgl@1371
 15228
+newlib_basedir!$newlib_basedir$ac_delim
mgl@1371
 15229
+build!$build$ac_delim
mgl@1371
 15230
+build_cpu!$build_cpu$ac_delim
mgl@1371
 15231
+build_vendor!$build_vendor$ac_delim
mgl@1371
 15232
+build_os!$build_os$ac_delim
mgl@1371
 15233
+host!$host$ac_delim
mgl@1371
 15234
+host_cpu!$host_cpu$ac_delim
mgl@1371
 15235
+host_vendor!$host_vendor$ac_delim
mgl@1371
 15236
+host_os!$host_os$ac_delim
mgl@1371
 15237
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
mgl@1371
 15238
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
mgl@1371
 15239
+INSTALL_DATA!$INSTALL_DATA$ac_delim
mgl@1371
 15240
+CYGPATH_W!$CYGPATH_W$ac_delim
mgl@1371
 15241
+PACKAGE!$PACKAGE$ac_delim
mgl@1371
 15242
+VERSION!$VERSION$ac_delim
mgl@1371
 15243
+ACLOCAL!$ACLOCAL$ac_delim
mgl@1371
 15244
+AUTOCONF!$AUTOCONF$ac_delim
mgl@1371
 15245
+AUTOMAKE!$AUTOMAKE$ac_delim
mgl@1371
 15246
+AUTOHEADER!$AUTOHEADER$ac_delim
mgl@1371
 15247
+MAKEINFO!$MAKEINFO$ac_delim
mgl@1371
 15248
+install_sh!$install_sh$ac_delim
mgl@1371
 15249
+STRIP!$STRIP$ac_delim
mgl@1371
 15250
+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
mgl@1371
 15251
+mkdir_p!$mkdir_p$ac_delim
mgl@1371
 15252
+AWK!$AWK$ac_delim
mgl@1371
 15253
+SET_MAKE!$SET_MAKE$ac_delim
mgl@1371
 15254
+am__leading_dot!$am__leading_dot$ac_delim
mgl@1371
 15255
+AMTAR!$AMTAR$ac_delim
mgl@1371
 15256
+am__tar!$am__tar$ac_delim
mgl@1371
 15257
+am__untar!$am__untar$ac_delim
mgl@1371
 15258
+CC!$CC$ac_delim
mgl@1371
 15259
+DEPDIR!$DEPDIR$ac_delim
mgl@1371
 15260
+am__include!$am__include$ac_delim
mgl@1371
 15261
+am__quote!$am__quote$ac_delim
mgl@1371
 15262
+AMDEP_TRUE!$AMDEP_TRUE$ac_delim
mgl@1371
 15263
+AMDEP_FALSE!$AMDEP_FALSE$ac_delim
mgl@1371
 15264
+AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
mgl@1371
 15265
+CCDEPMODE!$CCDEPMODE$ac_delim
mgl@1371
 15266
+am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
mgl@1371
 15267
+am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
mgl@1371
 15268
+AS!$AS$ac_delim
mgl@1371
 15269
+AR!$AR$ac_delim
mgl@1371
 15270
+RANLIB!$RANLIB$ac_delim
mgl@1371
 15271
+READELF!$READELF$ac_delim
mgl@1371
 15272
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
mgl@1371
 15273
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
mgl@1371
 15274
+MAINT!$MAINT$ac_delim
mgl@1371
 15275
+CCAS!$CCAS$ac_delim
mgl@1371
 15276
+CCASFLAGS!$CCASFLAGS$ac_delim
mgl@1371
 15277
+NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
mgl@1371
 15278
+LDFLAGS!$LDFLAGS$ac_delim
mgl@1371
 15279
+ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
mgl@1371
 15280
+ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
mgl@1371
 15281
+ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
mgl@1371
 15282
+ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
mgl@1371
 15283
+ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
mgl@1371
 15284
+ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
mgl@1371
 15285
+ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
mgl@1371
 15286
+_ACEOF
mgl@1371
 15287
+
mgl@1371
 15288
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
mgl@1371
 15289
+    break
mgl@1371
 15290
+  elif $ac_last_try; then
mgl@1371
 15291
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
mgl@1371
 15292
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
mgl@1371
 15293
+   { (exit 1); exit 1; }; }
mgl@1371
 15294
+  else
mgl@1371
 15295
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
mgl@1371
 15296
   fi
mgl@1371
 15297
-fi # test -n "$CONFIG_FILES"
mgl@1371
 15298
+done
mgl@1371
 15299
+
mgl@1371
 15300
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
mgl@1371
 15301
+if test -n "$ac_eof"; then
mgl@1371
 15302
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
mgl@1371
 15303
+  ac_eof=`expr $ac_eof + 1`
mgl@1371
 15304
+fi
mgl@1371
 15305
+
mgl@1371
 15306
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 15307
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
mgl@1371
 15308
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
mgl@1371
 15309
+_ACEOF
mgl@1371
 15310
+sed '
mgl@1371
 15311
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
mgl@1371
 15312
+s/^/s,@/; s/!/@,|#_!!_#|/
mgl@1371
 15313
+:n
mgl@1371
 15314
+t n
mgl@1371
 15315
+s/'"$ac_delim"'$/,g/; t
mgl@1371
 15316
+s/$/\\/; p
mgl@1371
 15317
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
mgl@1371
 15318
+' >>$CONFIG_STATUS <conf$$subs.sed
mgl@1371
 15319
+rm -f conf$$subs.sed
mgl@1371
 15320
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 15321
+CEOF$ac_eof
mgl@1371
 15322
+_ACEOF
mgl@1371
 15323
+
mgl@1371
 15324
+
mgl@1371
 15325
+ac_delim='%!_!# '
mgl@1371
 15326
+for ac_last_try in false false false false false :; do
mgl@1371
 15327
+  cat >conf$$subs.sed <<_ACEOF
mgl@1371
 15328
+ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
mgl@1371
 15329
+ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
mgl@1371
 15330
+ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
mgl@1371
 15331
+USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
mgl@1371
 15332
+USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
mgl@1371
 15333
+OBJEXT!$OBJEXT$ac_delim
mgl@1371
 15334
+oext!$oext$ac_delim
mgl@1371
 15335
+aext!$aext$ac_delim
mgl@1371
 15336
+lpfx!$lpfx$ac_delim
mgl@1371
 15337
+libm_machine_dir!$libm_machine_dir$ac_delim
mgl@1371
 15338
+machine_dir!$machine_dir$ac_delim
mgl@1371
 15339
+sys_dir!$sys_dir$ac_delim
mgl@1371
 15340
+SED!$SED$ac_delim
mgl@1371
 15341
+DLLTOOL!$DLLTOOL$ac_delim
mgl@1371
 15342
+OBJDUMP!$OBJDUMP$ac_delim
mgl@1371
 15343
+LIBTOOL!$LIBTOOL$ac_delim
mgl@1371
 15344
+CFLAGS!$CFLAGS$ac_delim
mgl@1371
 15345
+CPPFLAGS!$CPPFLAGS$ac_delim
mgl@1371
 15346
+ac_ct_CC!$ac_ct_CC$ac_delim
mgl@1371
 15347
+EXEEXT!$EXEEXT$ac_delim
mgl@1371
 15348
+GREP!$GREP$ac_delim
mgl@1371
 15349
+EGREP!$EGREP$ac_delim
mgl@1371
 15350
+FGREP!$FGREP$ac_delim
mgl@1371
 15351
+LD!$LD$ac_delim
mgl@1371
 15352
+DUMPBIN!$DUMPBIN$ac_delim
mgl@1371
 15353
+ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
mgl@1371
 15354
+NM!$NM$ac_delim
mgl@1371
 15355
+LN_S!$LN_S$ac_delim
mgl@1371
 15356
+lt_ECHO!$lt_ECHO$ac_delim
mgl@1371
 15357
+DSYMUTIL!$DSYMUTIL$ac_delim
mgl@1371
 15358
+NMEDIT!$NMEDIT$ac_delim
mgl@1371
 15359
+LIPO!$LIPO$ac_delim
mgl@1371
 15360
+OTOOL!$OTOOL$ac_delim
mgl@1371
 15361
+OTOOL64!$OTOOL64$ac_delim
mgl@1371
 15362
+CPP!$CPP$ac_delim
mgl@1371
 15363
+subdirs!$subdirs$ac_delim
mgl@1371
 15364
+HAVE_MACHINE_DIR_TRUE!$HAVE_MACHINE_DIR_TRUE$ac_delim
mgl@1371
 15365
+HAVE_MACHINE_DIR_FALSE!$HAVE_MACHINE_DIR_FALSE$ac_delim
mgl@1371
 15366
+LIBOBJS!$LIBOBJS$ac_delim
mgl@1371
 15367
+LTLIBOBJS!$LTLIBOBJS$ac_delim
mgl@1371
 15368
+_ACEOF
mgl@1371
 15369
+
mgl@1371
 15370
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 40; then
mgl@1371
 15371
+    break
mgl@1371
 15372
+  elif $ac_last_try; then
mgl@1371
 15373
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
mgl@1371
 15374
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
mgl@1371
 15375
+   { (exit 1); exit 1; }; }
mgl@1371
 15376
+  else
mgl@1371
 15377
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
mgl@1371
 15378
+  fi
mgl@1371
 15379
+done
mgl@1371
 15380
+
mgl@1371
 15381
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
mgl@1371
 15382
+if test -n "$ac_eof"; then
mgl@1371
 15383
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
mgl@1371
 15384
+  ac_eof=`expr $ac_eof + 1`
mgl@1371
 15385
+fi
mgl@1371
 15386
 
mgl@1371
 15387
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 15388
+cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
mgl@1371
 15389
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
mgl@1371
 15390
+_ACEOF
mgl@1371
 15391
+sed '
mgl@1371
 15392
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
mgl@1371
 15393
+s/^/s,@/; s/!/@,|#_!!_#|/
mgl@1371
 15394
+:n
mgl@1371
 15395
+t n
mgl@1371
 15396
+s/'"$ac_delim"'$/,g/; t
mgl@1371
 15397
+s/$/\\/; p
mgl@1371
 15398
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
mgl@1371
 15399
+' >>$CONFIG_STATUS <conf$$subs.sed
mgl@1371
 15400
+rm -f conf$$subs.sed
mgl@1371
 15401
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 15402
+:end
mgl@1371
 15403
+s/|#_!!_#|//g
mgl@1371
 15404
+CEOF$ac_eof
mgl@1371
 15405
 _ACEOF
mgl@1371
 15406
+
mgl@1371
 15407
+
mgl@1371
 15408
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
mgl@1371
 15409
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
mgl@1371
 15410
+# trailing colons and then remove the whole line if VPATH becomes empty
mgl@1371
 15411
+# (actually we leave an empty line to preserve line numbers).
mgl@1371
 15412
+if test "x$srcdir" = x.; then
mgl@1371
 15413
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
mgl@1371
 15414
+s/:*\$(srcdir):*/:/
mgl@1371
 15415
+s/:*\${srcdir}:*/:/
mgl@1371
 15416
+s/:*@srcdir@:*/:/
mgl@1371
 15417
+s/^\([^=]*=[	 ]*\):*/\1/
mgl@1371
 15418
+s/:*$//
mgl@1371
 15419
+s/^[^=]*=[	 ]*$//
mgl@1371
 15420
+}'
mgl@1371
 15421
+fi
mgl@1371
 15422
+
mgl@1371
 15423
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 15424
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
mgl@1371
 15425
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
mgl@1371
 15426
-  case $ac_file in
mgl@1371
 15427
-  - | *:- | *:-:* ) # input from stdin
mgl@1371
 15428
-	cat >$tmp/stdin
mgl@1371
 15429
-	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mgl@1371
 15430
-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mgl@1371
 15431
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mgl@1371
 15432
-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mgl@1371
 15433
-  * )   ac_file_in=$ac_file.in ;;
mgl@1371
 15434
+fi # test -n "$CONFIG_FILES"
mgl@1371
 15435
+
mgl@1371
 15436
+
mgl@1371
 15437
+for ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS
mgl@1371
 15438
+do
mgl@1371
 15439
+  case $ac_tag in
mgl@1371
 15440
+  :[FHLC]) ac_mode=$ac_tag; continue;;
mgl@1371
 15441
+  esac
mgl@1371
 15442
+  case $ac_mode$ac_tag in
mgl@1371
 15443
+  :[FHL]*:*);;
mgl@1371
 15444
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
mgl@1371
 15445
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
mgl@1371
 15446
+   { (exit 1); exit 1; }; };;
mgl@1371
 15447
+  :[FH]-) ac_tag=-:-;;
mgl@1371
 15448
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
mgl@1371
 15449
+  esac
mgl@1371
 15450
+  ac_save_IFS=$IFS
mgl@1371
 15451
+  IFS=:
mgl@1371
 15452
+  set x $ac_tag
mgl@1371
 15453
+  IFS=$ac_save_IFS
mgl@1371
 15454
+  shift
mgl@1371
 15455
+  ac_file=$1
mgl@1371
 15456
+  shift
mgl@1371
 15457
+
mgl@1371
 15458
+  case $ac_mode in
mgl@1371
 15459
+  :L) ac_source=$1;;
mgl@1371
 15460
+  :[FH])
mgl@1371
 15461
+    ac_file_inputs=
mgl@1371
 15462
+    for ac_f
mgl@1371
 15463
+    do
mgl@1371
 15464
+      case $ac_f in
mgl@1371
 15465
+      -) ac_f="$tmp/stdin";;
mgl@1371
 15466
+      *) # Look for the file first in the build tree, then in the source tree
mgl@1371
 15467
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
mgl@1371
 15468
+	 # because $ac_f cannot contain `:'.
mgl@1371
 15469
+	 test -f "$ac_f" ||
mgl@1371
 15470
+	   case $ac_f in
mgl@1371
 15471
+	   [\\/$]*) false;;
mgl@1371
 15472
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
mgl@1371
 15473
+	   esac ||
mgl@1371
 15474
+	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
mgl@1371
 15475
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
mgl@1371
 15476
+   { (exit 1); exit 1; }; };;
mgl@1371
 15477
+      esac
mgl@1371
 15478
+      ac_file_inputs="$ac_file_inputs $ac_f"
mgl@1371
 15479
+    done
mgl@1371
 15480
+
mgl@1371
 15481
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
mgl@1371
 15482
+    # use $as_me), people would be surprised to read:
mgl@1371
 15483
+    #    /* config.h.  Generated by config.status.  */
mgl@1371
 15484
+    configure_input="Generated from "`IFS=:
mgl@1371
 15485
+	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
mgl@1371
 15486
+    if test x"$ac_file" != x-; then
mgl@1371
 15487
+      configure_input="$ac_file.  $configure_input"
mgl@1371
 15488
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
mgl@1371
 15489
+echo "$as_me: creating $ac_file" >&6;}
mgl@1371
 15490
+    fi
mgl@1371
 15491
+
mgl@1371
 15492
+    case $ac_tag in
mgl@1371
 15493
+    *:-:* | *:-) cat >"$tmp/stdin";;
mgl@1371
 15494
+    esac
mgl@1371
 15495
+    ;;
mgl@1371
 15496
   esac
mgl@1371
 15497
 
mgl@1371
 15498
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
mgl@1371
 15499
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
mgl@1371
 15500
+  ac_dir=`$as_dirname -- "$ac_file" ||
mgl@1371
 15501
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 15502
 	 X"$ac_file" : 'X\(//\)[^/]' \| \
mgl@1371
 15503
 	 X"$ac_file" : 'X\(//\)$' \| \
mgl@1371
 15504
-	 X"$ac_file" : 'X\(/\)' \| \
mgl@1371
 15505
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 15506
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 15507
 echo X"$ac_file" |
mgl@1371
 15508
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 15509
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 15510
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 15511
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 15512
-  	  s/.*/./; q'`
mgl@1371
 15513
-  { if $as_mkdir_p; then
mgl@1371
 15514
-    mkdir -p "$ac_dir"
mgl@1371
 15515
-  else
mgl@1371
 15516
-    as_dir="$ac_dir"
mgl@1371
 15517
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 15518
+	    s//\1/
mgl@1371
 15519
+	    q
mgl@1371
 15520
+	  }
mgl@1371
 15521
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 15522
+	    s//\1/
mgl@1371
 15523
+	    q
mgl@1371
 15524
+	  }
mgl@1371
 15525
+	  /^X\(\/\/\)$/{
mgl@1371
 15526
+	    s//\1/
mgl@1371
 15527
+	    q
mgl@1371
 15528
+	  }
mgl@1371
 15529
+	  /^X\(\/\).*/{
mgl@1371
 15530
+	    s//\1/
mgl@1371
 15531
+	    q
mgl@1371
 15532
+	  }
mgl@1371
 15533
+	  s/.*/./; q'`
mgl@1371
 15534
+  { as_dir="$ac_dir"
mgl@1371
 15535
+  case $as_dir in #(
mgl@1371
 15536
+  -*) as_dir=./$as_dir;;
mgl@1371
 15537
+  esac
mgl@1371
 15538
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
mgl@1371
 15539
     as_dirs=
mgl@1371
 15540
-    while test ! -d "$as_dir"; do
mgl@1371
 15541
-      as_dirs="$as_dir $as_dirs"
mgl@1371
 15542
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
mgl@1371
 15543
+    while :; do
mgl@1371
 15544
+      case $as_dir in #(
mgl@1371
 15545
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
mgl@1371
 15546
+      *) as_qdir=$as_dir;;
mgl@1371
 15547
+      esac
mgl@1371
 15548
+      as_dirs="'$as_qdir' $as_dirs"
mgl@1371
 15549
+      as_dir=`$as_dirname -- "$as_dir" ||
mgl@1371
 15550
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 15551
 	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
 15552
 	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
 15553
-	 X"$as_dir" : 'X\(/\)' \| \
mgl@1371
 15554
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 15555
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 15556
 echo X"$as_dir" |
mgl@1371
 15557
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 15558
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 15559
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 15560
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 15561
-  	  s/.*/./; q'`
mgl@1371
 15562
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 15563
+	    s//\1/
mgl@1371
 15564
+	    q
mgl@1371
 15565
+	  }
mgl@1371
 15566
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 15567
+	    s//\1/
mgl@1371
 15568
+	    q
mgl@1371
 15569
+	  }
mgl@1371
 15570
+	  /^X\(\/\/\)$/{
mgl@1371
 15571
+	    s//\1/
mgl@1371
 15572
+	    q
mgl@1371
 15573
+	  }
mgl@1371
 15574
+	  /^X\(\/\).*/{
mgl@1371
 15575
+	    s//\1/
mgl@1371
 15576
+	    q
mgl@1371
 15577
+	  }
mgl@1371
 15578
+	  s/.*/./; q'`
mgl@1371
 15579
+      test -d "$as_dir" && break
mgl@1371
 15580
     done
mgl@1371
 15581
-    test ! -n "$as_dirs" || mkdir $as_dirs
mgl@1371
 15582
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
mgl@1371
 15583
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
mgl@1371
 15584
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
mgl@1371
 15585
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
mgl@1371
 15586
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
mgl@1371
 15587
    { (exit 1); exit 1; }; }; }
mgl@1371
 15588
-
mgl@1371
 15589
   ac_builddir=.
mgl@1371
 15590
 
mgl@1371
 15591
-if test "$ac_dir" != .; then
mgl@1371
 15592
+case "$ac_dir" in
mgl@1371
 15593
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 15594
+*)
mgl@1371
 15595
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
 15596
-  # A "../" for each directory in $ac_dir_suffix.
mgl@1371
 15597
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mgl@1371
 15598
-else
mgl@1371
 15599
-  ac_dir_suffix= ac_top_builddir=
mgl@1371
 15600
-fi
mgl@1371
 15601
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
 15602
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
 15603
+  case $ac_top_builddir_sub in
mgl@1371
 15604
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 15605
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
 15606
+  esac ;;
mgl@1371
 15607
+esac
mgl@1371
 15608
+ac_abs_top_builddir=$ac_pwd
mgl@1371
 15609
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
 15610
+# for backward compatibility:
mgl@1371
 15611
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
 15612
 
mgl@1371
 15613
 case $srcdir in
mgl@1371
 15614
-  .)  # No --srcdir option.  We are building in place.
mgl@1371
 15615
+  .)  # We are building in place.
mgl@1371
 15616
     ac_srcdir=.
mgl@1371
 15617
-    if test -z "$ac_top_builddir"; then
mgl@1371
 15618
-       ac_top_srcdir=.
mgl@1371
 15619
-    else
mgl@1371
 15620
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mgl@1371
 15621
-    fi ;;
mgl@1371
 15622
-  [\\/]* | ?:[\\/]* )  # Absolute path.
mgl@1371
 15623
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
 15624
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
 15625
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
 15626
     ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
 15627
-    ac_top_srcdir=$srcdir ;;
mgl@1371
 15628
-  *) # Relative path.
mgl@1371
 15629
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
mgl@1371
 15630
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
mgl@1371
 15631
-esac
mgl@1371
 15632
+    ac_top_srcdir=$srcdir
mgl@1371
 15633
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
 15634
+  *) # Relative name.
mgl@1371
 15635
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
 15636
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
 15637
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
 15638
+esac
mgl@1371
 15639
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
 15640
 
mgl@1371
 15641
-# Do not use `cd foo && pwd` to compute absolute paths, because
mgl@1371
 15642
-# the directories may not exist.
mgl@1371
 15643
-case `pwd` in
mgl@1371
 15644
-.) ac_abs_builddir="$ac_dir";;
mgl@1371
 15645
-*)
mgl@1371
 15646
-  case "$ac_dir" in
mgl@1371
 15647
-  .) ac_abs_builddir=`pwd`;;
mgl@1371
 15648
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
mgl@1371
 15649
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
mgl@1371
 15650
-  esac;;
mgl@1371
 15651
-esac
mgl@1371
 15652
-case $ac_abs_builddir in
mgl@1371
 15653
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 15654
-*)
mgl@1371
 15655
-  case ${ac_top_builddir}. in
mgl@1371
 15656
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
mgl@1371
 15657
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 15658
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
mgl@1371
 15659
-  esac;;
mgl@1371
 15660
-esac
mgl@1371
 15661
-case $ac_abs_builddir in
mgl@1371
 15662
-.) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 15663
-*)
mgl@1371
 15664
-  case $ac_srcdir in
mgl@1371
 15665
-  .) ac_abs_srcdir=$ac_abs_builddir;;
mgl@1371
 15666
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 15667
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
mgl@1371
 15668
-  esac;;
mgl@1371
 15669
-esac
mgl@1371
 15670
-case $ac_abs_builddir in
mgl@1371
 15671
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 15672
-*)
mgl@1371
 15673
-  case $ac_top_srcdir in
mgl@1371
 15674
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
mgl@1371
 15675
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 15676
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
mgl@1371
 15677
-  esac;;
mgl@1371
 15678
-esac
mgl@1371
 15679
 
mgl@1371
 15680
+  case $ac_mode in
mgl@1371
 15681
+  :F)
mgl@1371
 15682
+  #
mgl@1371
 15683
+  # CONFIG_FILE
mgl@1371
 15684
+  #
mgl@1371
 15685
 
mgl@1371
 15686
   case $INSTALL in
mgl@1371
 15687
   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
mgl@1371
 15688
-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
mgl@1371
 15689
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
mgl@1371
 15690
   esac
mgl@1371
 15691
+_ACEOF
mgl@1371
 15692
 
mgl@1371
 15693
-  if test x"$ac_file" != x-; then
mgl@1371
 15694
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
mgl@1371
 15695
-echo "$as_me: creating $ac_file" >&6;}
mgl@1371
 15696
-    rm -f "$ac_file"
mgl@1371
 15697
-  fi
mgl@1371
 15698
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
mgl@1371
 15699
-  # use $as_me), people would be surprised to read:
mgl@1371
 15700
-  #    /* config.h.  Generated by config.status.  */
mgl@1371
 15701
-  if test x"$ac_file" = x-; then
mgl@1371
 15702
-    configure_input=
mgl@1371
 15703
-  else
mgl@1371
 15704
-    configure_input="$ac_file.  "
mgl@1371
 15705
-  fi
mgl@1371
 15706
-  configure_input=$configure_input"Generated from `echo $ac_file_in |
mgl@1371
 15707
-				     sed 's,.*/,,'` by configure."
mgl@1371
 15708
-
mgl@1371
 15709
-  # First look for the input files in the build tree, otherwise in the
mgl@1371
 15710
-  # src tree.
mgl@1371
 15711
-  ac_file_inputs=`IFS=:
mgl@1371
 15712
-    for f in $ac_file_in; do
mgl@1371
 15713
-      case $f in
mgl@1371
 15714
-      -) echo $tmp/stdin ;;
mgl@1371
 15715
-      [\\/$]*)
mgl@1371
 15716
-	 # Absolute (can't be DOS-style, as IFS=:)
mgl@1371
 15717
-	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
mgl@1371
 15718
-echo "$as_me: error: cannot find input file: $f" >&2;}
mgl@1371
 15719
-   { (exit 1); exit 1; }; }
mgl@1371
 15720
-	 echo "$f";;
mgl@1371
 15721
-      *) # Relative
mgl@1371
 15722
-	 if test -f "$f"; then
mgl@1371
 15723
-	   # Build tree
mgl@1371
 15724
-	   echo "$f"
mgl@1371
 15725
-	 elif test -f "$srcdir/$f"; then
mgl@1371
 15726
-	   # Source tree
mgl@1371
 15727
-	   echo "$srcdir/$f"
mgl@1371
 15728
-	 else
mgl@1371
 15729
-	   # /dev/null tree
mgl@1371
 15730
-	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
mgl@1371
 15731
-echo "$as_me: error: cannot find input file: $f" >&2;}
mgl@1371
 15732
-   { (exit 1); exit 1; }; }
mgl@1371
 15733
-	 fi;;
mgl@1371
 15734
-      esac
mgl@1371
 15735
-    done` || { (exit 1); exit 1; }
mgl@1371
 15736
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 15737
+# If the template does not know about datarootdir, expand it.
mgl@1371
 15738
+# FIXME: This hack should be removed a few years after 2.60.
mgl@1371
 15739
+ac_datarootdir_hack=; ac_datarootdir_seen=
mgl@1371
 15740
+
mgl@1371
 15741
+case `sed -n '/datarootdir/ {
mgl@1371
 15742
+  p
mgl@1371
 15743
+  q
mgl@1371
 15744
+}
mgl@1371
 15745
+/@datadir@/p
mgl@1371
 15746
+/@docdir@/p
mgl@1371
 15747
+/@infodir@/p
mgl@1371
 15748
+/@localedir@/p
mgl@1371
 15749
+/@mandir@/p
mgl@1371
 15750
+' $ac_file_inputs` in
mgl@1371
 15751
+*datarootdir*) ac_datarootdir_seen=yes;;
mgl@1371
 15752
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
mgl@1371
 15753
+  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
mgl@1371
 15754
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
mgl@1371
 15755
+_ACEOF
mgl@1371
 15756
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 15757
+  ac_datarootdir_hack='
mgl@1371
 15758
+  s&@datadir@&$datadir&g
mgl@1371
 15759
+  s&@docdir@&$docdir&g
mgl@1371
 15760
+  s&@infodir@&$infodir&g
mgl@1371
 15761
+  s&@localedir@&$localedir&g
mgl@1371
 15762
+  s&@mandir@&$mandir&g
mgl@1371
 15763
+    s&\\\${datarootdir}&$datarootdir&g' ;;
mgl@1371
 15764
+esac
mgl@1371
 15765
 _ACEOF
mgl@1371
 15766
+
mgl@1371
 15767
+# Neutralize VPATH when `$srcdir' = `.'.
mgl@1371
 15768
+# Shell code in configure.ac might set extrasub.
mgl@1371
 15769
+# FIXME: do we really want to maintain this feature?
mgl@1371
 15770
 cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 15771
   sed "$ac_vpsub
mgl@1371
 15772
 $extrasub
mgl@1371
 15773
@@ -12859,142 +13973,43 @@
mgl@1371
 15774
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 15775
 :t
mgl@1371
 15776
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
mgl@1371
 15777
-s,@configure_input@,$configure_input,;t t
mgl@1371
 15778
-s,@srcdir@,$ac_srcdir,;t t
mgl@1371
 15779
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
mgl@1371
 15780
-s,@top_srcdir@,$ac_top_srcdir,;t t
mgl@1371
 15781
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
mgl@1371
 15782
-s,@builddir@,$ac_builddir,;t t
mgl@1371
 15783
-s,@abs_builddir@,$ac_abs_builddir,;t t
mgl@1371
 15784
-s,@top_builddir@,$ac_top_builddir,;t t
mgl@1371
 15785
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
mgl@1371
 15786
-s,@INSTALL@,$ac_INSTALL,;t t
mgl@1371
 15787
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
mgl@1371
 15788
-  rm -f $tmp/stdin
mgl@1371
 15789
-  if test x"$ac_file" != x-; then
mgl@1371
 15790
-    mv $tmp/out $ac_file
mgl@1371
 15791
-  else
mgl@1371
 15792
-    cat $tmp/out
mgl@1371
 15793
-    rm -f $tmp/out
mgl@1371
 15794
-  fi
mgl@1371
 15795
-
mgl@1371
 15796
-done
mgl@1371
 15797
-_ACEOF
mgl@1371
 15798
-cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 15799
-
mgl@1371
 15800
-#
mgl@1371
 15801
-# CONFIG_COMMANDS section.
mgl@1371
 15802
-#
mgl@1371
 15803
-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
mgl@1371
 15804
-  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
mgl@1371
 15805
-  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
mgl@1371
 15806
-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
mgl@1371
 15807
-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 15808
-	 X"$ac_dest" : 'X\(//\)[^/]' \| \
mgl@1371
 15809
-	 X"$ac_dest" : 'X\(//\)$' \| \
mgl@1371
 15810
-	 X"$ac_dest" : 'X\(/\)' \| \
mgl@1371
 15811
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 15812
-echo X"$ac_dest" |
mgl@1371
 15813
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 15814
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 15815
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 15816
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 15817
-  	  s/.*/./; q'`
mgl@1371
 15818
-  { if $as_mkdir_p; then
mgl@1371
 15819
-    mkdir -p "$ac_dir"
mgl@1371
 15820
-  else
mgl@1371
 15821
-    as_dir="$ac_dir"
mgl@1371
 15822
-    as_dirs=
mgl@1371
 15823
-    while test ! -d "$as_dir"; do
mgl@1371
 15824
-      as_dirs="$as_dir $as_dirs"
mgl@1371
 15825
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
mgl@1371
 15826
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 15827
-	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
 15828
-	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
 15829
-	 X"$as_dir" : 'X\(/\)' \| \
mgl@1371
 15830
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 15831
-echo X"$as_dir" |
mgl@1371
 15832
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 15833
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 15834
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 15835
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 15836
-  	  s/.*/./; q'`
mgl@1371
 15837
-    done
mgl@1371
 15838
-    test ! -n "$as_dirs" || mkdir $as_dirs
mgl@1371
 15839
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
mgl@1371
 15840
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
mgl@1371
 15841
-   { (exit 1); exit 1; }; }; }
mgl@1371
 15842
+s&@configure_input@&$configure_input&;t t
mgl@1371
 15843
+s&@top_builddir@&$ac_top_builddir_sub&;t t
mgl@1371
 15844
+s&@srcdir@&$ac_srcdir&;t t
mgl@1371
 15845
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
mgl@1371
 15846
+s&@top_srcdir@&$ac_top_srcdir&;t t
mgl@1371
 15847
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
mgl@1371
 15848
+s&@builddir@&$ac_builddir&;t t
mgl@1371
 15849
+s&@abs_builddir@&$ac_abs_builddir&;t t
mgl@1371
 15850
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
mgl@1371
 15851
+s&@INSTALL@&$ac_INSTALL&;t t
mgl@1371
 15852
+$ac_datarootdir_hack
mgl@1371
 15853
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
mgl@1371
 15854
+
mgl@1371
 15855
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mgl@1371
 15856
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
mgl@1371
 15857
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
mgl@1371
 15858
+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
mgl@1371
 15859
+which seems to be undefined.  Please make sure it is defined." >&5
mgl@1371
 15860
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
mgl@1371
 15861
+which seems to be undefined.  Please make sure it is defined." >&2;}
mgl@1371
 15862
 
mgl@1371
 15863
-  ac_builddir=.
mgl@1371
 15864
-
mgl@1371
 15865
-if test "$ac_dir" != .; then
mgl@1371
 15866
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
 15867
-  # A "../" for each directory in $ac_dir_suffix.
mgl@1371
 15868
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mgl@1371
 15869
-else
mgl@1371
 15870
-  ac_dir_suffix= ac_top_builddir=
mgl@1371
 15871
-fi
mgl@1371
 15872
+  rm -f "$tmp/stdin"
mgl@1371
 15873
+  case $ac_file in
mgl@1371
 15874
+  -) cat "$tmp/out"; rm -f "$tmp/out";;
mgl@1371
 15875
+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
mgl@1371
 15876
+  esac
mgl@1371
 15877
+ ;;
mgl@1371
 15878
 
mgl@1371
 15879
-case $srcdir in
mgl@1371
 15880
-  .)  # No --srcdir option.  We are building in place.
mgl@1371
 15881
-    ac_srcdir=.
mgl@1371
 15882
-    if test -z "$ac_top_builddir"; then
mgl@1371
 15883
-       ac_top_srcdir=.
mgl@1371
 15884
-    else
mgl@1371
 15885
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mgl@1371
 15886
-    fi ;;
mgl@1371
 15887
-  [\\/]* | ?:[\\/]* )  # Absolute path.
mgl@1371
 15888
-    ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
 15889
-    ac_top_srcdir=$srcdir ;;
mgl@1371
 15890
-  *) # Relative path.
mgl@1371
 15891
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
mgl@1371
 15892
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
mgl@1371
 15893
-esac
mgl@1371
 15894
 
mgl@1371
 15895
-# Do not use `cd foo && pwd` to compute absolute paths, because
mgl@1371
 15896
-# the directories may not exist.
mgl@1371
 15897
-case `pwd` in
mgl@1371
 15898
-.) ac_abs_builddir="$ac_dir";;
mgl@1371
 15899
-*)
mgl@1371
 15900
-  case "$ac_dir" in
mgl@1371
 15901
-  .) ac_abs_builddir=`pwd`;;
mgl@1371
 15902
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
mgl@1371
 15903
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
mgl@1371
 15904
-  esac;;
mgl@1371
 15905
-esac
mgl@1371
 15906
-case $ac_abs_builddir in
mgl@1371
 15907
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 15908
-*)
mgl@1371
 15909
-  case ${ac_top_builddir}. in
mgl@1371
 15910
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
mgl@1371
 15911
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 15912
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
mgl@1371
 15913
-  esac;;
mgl@1371
 15914
-esac
mgl@1371
 15915
-case $ac_abs_builddir in
mgl@1371
 15916
-.) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 15917
-*)
mgl@1371
 15918
-  case $ac_srcdir in
mgl@1371
 15919
-  .) ac_abs_srcdir=$ac_abs_builddir;;
mgl@1371
 15920
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 15921
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
mgl@1371
 15922
-  esac;;
mgl@1371
 15923
-esac
mgl@1371
 15924
-case $ac_abs_builddir in
mgl@1371
 15925
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 15926
-*)
mgl@1371
 15927
-  case $ac_top_srcdir in
mgl@1371
 15928
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
mgl@1371
 15929
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 15930
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
mgl@1371
 15931
-  esac;;
mgl@1371
 15932
-esac
mgl@1371
 15933
+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
mgl@1371
 15934
+echo "$as_me: executing $ac_file commands" >&6;}
mgl@1371
 15935
+ ;;
mgl@1371
 15936
+  esac
mgl@1371
 15937
 
mgl@1371
 15938
 
mgl@1371
 15939
-  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
mgl@1371
 15940
-echo "$as_me: executing $ac_dest commands" >&6;}
mgl@1371
 15941
-  case $ac_dest in
mgl@1371
 15942
-    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
mgl@1371
 15943
+  case $ac_file$ac_mode in
mgl@1371
 15944
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
mgl@1371
 15945
   # Strip MF so we end up with the name of the file.
mgl@1371
 15946
   mf=`echo "$mf" | sed -e 's/:.*$//'`
mgl@1371
 15947
   # Check whether this is an Automake generated Makefile or not.
mgl@1371
 15948
@@ -13004,18 +14019,29 @@
mgl@1371
 15949
   # each Makefile.in and add a new line on top of each file to say so.
mgl@1371
 15950
   # So let's grep whole file.
mgl@1371
 15951
   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
mgl@1371
 15952
-    dirpart=`(dirname "$mf") 2>/dev/null ||
mgl@1371
 15953
+    dirpart=`$as_dirname -- "$mf" ||
mgl@1371
 15954
 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 15955
 	 X"$mf" : 'X\(//\)[^/]' \| \
mgl@1371
 15956
 	 X"$mf" : 'X\(//\)$' \| \
mgl@1371
 15957
-	 X"$mf" : 'X\(/\)' \| \
mgl@1371
 15958
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 15959
+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 15960
 echo X"$mf" |
mgl@1371
 15961
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 15962
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 15963
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 15964
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 15965
-  	  s/.*/./; q'`
mgl@1371
 15966
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 15967
+	    s//\1/
mgl@1371
 15968
+	    q
mgl@1371
 15969
+	  }
mgl@1371
 15970
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 15971
+	    s//\1/
mgl@1371
 15972
+	    q
mgl@1371
 15973
+	  }
mgl@1371
 15974
+	  /^X\(\/\/\)$/{
mgl@1371
 15975
+	    s//\1/
mgl@1371
 15976
+	    q
mgl@1371
 15977
+	  }
mgl@1371
 15978
+	  /^X\(\/\).*/{
mgl@1371
 15979
+	    s//\1/
mgl@1371
 15980
+	    q
mgl@1371
 15981
+	  }
mgl@1371
 15982
+	  s/.*/./; q'`
mgl@1371
 15983
   else
mgl@1371
 15984
     continue
mgl@1371
 15985
   fi
mgl@1371
 15986
@@ -13037,49 +14063,76 @@
mgl@1371
 15987
        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
mgl@1371
 15988
     # Make sure the directory exists.
mgl@1371
 15989
     test -f "$dirpart/$file" && continue
mgl@1371
 15990
-    fdir=`(dirname "$file") 2>/dev/null ||
mgl@1371
 15991
+    fdir=`$as_dirname -- "$file" ||
mgl@1371
 15992
 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 15993
 	 X"$file" : 'X\(//\)[^/]' \| \
mgl@1371
 15994
 	 X"$file" : 'X\(//\)$' \| \
mgl@1371
 15995
-	 X"$file" : 'X\(/\)' \| \
mgl@1371
 15996
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 15997
+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 15998
 echo X"$file" |
mgl@1371
 15999
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 16000
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 16001
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 16002
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 16003
-  	  s/.*/./; q'`
mgl@1371
 16004
-    { if $as_mkdir_p; then
mgl@1371
 16005
-    mkdir -p $dirpart/$fdir
mgl@1371
 16006
-  else
mgl@1371
 16007
-    as_dir=$dirpart/$fdir
mgl@1371
 16008
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 16009
+	    s//\1/
mgl@1371
 16010
+	    q
mgl@1371
 16011
+	  }
mgl@1371
 16012
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 16013
+	    s//\1/
mgl@1371
 16014
+	    q
mgl@1371
 16015
+	  }
mgl@1371
 16016
+	  /^X\(\/\/\)$/{
mgl@1371
 16017
+	    s//\1/
mgl@1371
 16018
+	    q
mgl@1371
 16019
+	  }
mgl@1371
 16020
+	  /^X\(\/\).*/{
mgl@1371
 16021
+	    s//\1/
mgl@1371
 16022
+	    q
mgl@1371
 16023
+	  }
mgl@1371
 16024
+	  s/.*/./; q'`
mgl@1371
 16025
+    { as_dir=$dirpart/$fdir
mgl@1371
 16026
+  case $as_dir in #(
mgl@1371
 16027
+  -*) as_dir=./$as_dir;;
mgl@1371
 16028
+  esac
mgl@1371
 16029
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
mgl@1371
 16030
     as_dirs=
mgl@1371
 16031
-    while test ! -d "$as_dir"; do
mgl@1371
 16032
-      as_dirs="$as_dir $as_dirs"
mgl@1371
 16033
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
mgl@1371
 16034
+    while :; do
mgl@1371
 16035
+      case $as_dir in #(
mgl@1371
 16036
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
mgl@1371
 16037
+      *) as_qdir=$as_dir;;
mgl@1371
 16038
+      esac
mgl@1371
 16039
+      as_dirs="'$as_qdir' $as_dirs"
mgl@1371
 16040
+      as_dir=`$as_dirname -- "$as_dir" ||
mgl@1371
 16041
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 16042
 	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
 16043
 	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
 16044
-	 X"$as_dir" : 'X\(/\)' \| \
mgl@1371
 16045
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 16046
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 16047
 echo X"$as_dir" |
mgl@1371
 16048
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 16049
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 16050
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 16051
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 16052
-  	  s/.*/./; q'`
mgl@1371
 16053
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 16054
+	    s//\1/
mgl@1371
 16055
+	    q
mgl@1371
 16056
+	  }
mgl@1371
 16057
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 16058
+	    s//\1/
mgl@1371
 16059
+	    q
mgl@1371
 16060
+	  }
mgl@1371
 16061
+	  /^X\(\/\/\)$/{
mgl@1371
 16062
+	    s//\1/
mgl@1371
 16063
+	    q
mgl@1371
 16064
+	  }
mgl@1371
 16065
+	  /^X\(\/\).*/{
mgl@1371
 16066
+	    s//\1/
mgl@1371
 16067
+	    q
mgl@1371
 16068
+	  }
mgl@1371
 16069
+	  s/.*/./; q'`
mgl@1371
 16070
+      test -d "$as_dir" && break
mgl@1371
 16071
     done
mgl@1371
 16072
-    test ! -n "$as_dirs" || mkdir $as_dirs
mgl@1371
 16073
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
mgl@1371
 16074
-echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
mgl@1371
 16075
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
mgl@1371
 16076
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
mgl@1371
 16077
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
mgl@1371
 16078
    { (exit 1); exit 1; }; }; }
mgl@1371
 16079
-
mgl@1371
 16080
     # echo "creating $dirpart/$file"
mgl@1371
 16081
     echo '# dummy' > "$dirpart/$file"
mgl@1371
 16082
   done
mgl@1371
 16083
 done
mgl@1371
 16084
  ;;
mgl@1371
 16085
-    libtool )
mgl@1371
 16086
+    "libtool":C)
mgl@1371
 16087
 
mgl@1371
 16088
     # See if we are running on zsh, and set the options which allow our
mgl@1371
 16089
     # commands through without removal of \ escapes.
mgl@1371
 16090
@@ -13720,11 +14773,10 @@
mgl@1371
 16091
   chmod +x "$ofile"
mgl@1371
 16092
 
mgl@1371
 16093
  ;;
mgl@1371
 16094
+
mgl@1371
 16095
   esac
mgl@1371
 16096
-done
mgl@1371
 16097
-_ACEOF
mgl@1371
 16098
+done # for ac_tag
mgl@1371
 16099
 
mgl@1371
 16100
-cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 16101
 
mgl@1371
 16102
 { (exit 0); exit 0; }
mgl@1371
 16103
 _ACEOF
mgl@1371
 16104
@@ -13754,7 +14806,7 @@
mgl@1371
 16105
 fi
mgl@1371
 16106
 
mgl@1371
 16107
 #
mgl@1371
 16108
-# CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
mgl@1371
 16109
+# CONFIG_SUBDIRS section.
mgl@1371
 16110
 #
mgl@1371
 16111
 if test "$no_recursion" != yes; then
mgl@1371
 16112
 
mgl@1371
 16113
@@ -13801,7 +14853,12 @@
mgl@1371
 16114
   case $ac_arg in
mgl@1371
 16115
   *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
 16116
   esac
mgl@1371
 16117
-  ac_sub_configure_args="$ac_arg $ac_sub_configure_args"
mgl@1371
 16118
+  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
mgl@1371
 16119
+
mgl@1371
 16120
+  # Pass --silent
mgl@1371
 16121
+  if test "$silent" = yes; then
mgl@1371
 16122
+    ac_sub_configure_args="--silent $ac_sub_configure_args"
mgl@1371
 16123
+  fi
mgl@1371
 16124
 
mgl@1371
 16125
   ac_popdir=`pwd`
mgl@1371
 16126
   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
mgl@1371
 16127
@@ -13810,97 +14867,83 @@
mgl@1371
 16128
     # parts of a large source tree are present.
mgl@1371
 16129
     test -d "$srcdir/$ac_dir" || continue
mgl@1371
 16130
 
mgl@1371
 16131
-    { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
mgl@1371
 16132
-echo "$as_me: configuring in $ac_dir" >&6;}
mgl@1371
 16133
-    { if $as_mkdir_p; then
mgl@1371
 16134
-    mkdir -p "$ac_dir"
mgl@1371
 16135
-  else
mgl@1371
 16136
-    as_dir="$ac_dir"
mgl@1371
 16137
+    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
mgl@1371
 16138
+    echo "$as_me:$LINENO: $ac_msg" >&5
mgl@1371
 16139
+    echo "$ac_msg" >&6
mgl@1371
 16140
+    { as_dir="$ac_dir"
mgl@1371
 16141
+  case $as_dir in #(
mgl@1371
 16142
+  -*) as_dir=./$as_dir;;
mgl@1371
 16143
+  esac
mgl@1371
 16144
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
mgl@1371
 16145
     as_dirs=
mgl@1371
 16146
-    while test ! -d "$as_dir"; do
mgl@1371
 16147
-      as_dirs="$as_dir $as_dirs"
mgl@1371
 16148
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
mgl@1371
 16149
+    while :; do
mgl@1371
 16150
+      case $as_dir in #(
mgl@1371
 16151
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
mgl@1371
 16152
+      *) as_qdir=$as_dir;;
mgl@1371
 16153
+      esac
mgl@1371
 16154
+      as_dirs="'$as_qdir' $as_dirs"
mgl@1371
 16155
+      as_dir=`$as_dirname -- "$as_dir" ||
mgl@1371
 16156
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 16157
 	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
 16158
 	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
 16159
-	 X"$as_dir" : 'X\(/\)' \| \
mgl@1371
 16160
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 16161
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 16162
 echo X"$as_dir" |
mgl@1371
 16163
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 16164
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 16165
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 16166
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 16167
-  	  s/.*/./; q'`
mgl@1371
 16168
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 16169
+	    s//\1/
mgl@1371
 16170
+	    q
mgl@1371
 16171
+	  }
mgl@1371
 16172
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 16173
+	    s//\1/
mgl@1371
 16174
+	    q
mgl@1371
 16175
+	  }
mgl@1371
 16176
+	  /^X\(\/\/\)$/{
mgl@1371
 16177
+	    s//\1/
mgl@1371
 16178
+	    q
mgl@1371
 16179
+	  }
mgl@1371
 16180
+	  /^X\(\/\).*/{
mgl@1371
 16181
+	    s//\1/
mgl@1371
 16182
+	    q
mgl@1371
 16183
+	  }
mgl@1371
 16184
+	  s/.*/./; q'`
mgl@1371
 16185
+      test -d "$as_dir" && break
mgl@1371
 16186
     done
mgl@1371
 16187
-    test ! -n "$as_dirs" || mkdir $as_dirs
mgl@1371
 16188
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
mgl@1371
 16189
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
mgl@1371
 16190
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
mgl@1371
 16191
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
mgl@1371
 16192
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
mgl@1371
 16193
    { (exit 1); exit 1; }; }; }
mgl@1371
 16194
-
mgl@1371
 16195
     ac_builddir=.
mgl@1371
 16196
 
mgl@1371
 16197
-if test "$ac_dir" != .; then
mgl@1371
 16198
+case "$ac_dir" in
mgl@1371
 16199
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 16200
+*)
mgl@1371
 16201
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
 16202
-  # A "../" for each directory in $ac_dir_suffix.
mgl@1371
 16203
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mgl@1371
 16204
-else
mgl@1371
 16205
-  ac_dir_suffix= ac_top_builddir=
mgl@1371
 16206
-fi
mgl@1371
 16207
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
 16208
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
 16209
+  case $ac_top_builddir_sub in
mgl@1371
 16210
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 16211
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
 16212
+  esac ;;
mgl@1371
 16213
+esac
mgl@1371
 16214
+ac_abs_top_builddir=$ac_pwd
mgl@1371
 16215
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
 16216
+# for backward compatibility:
mgl@1371
 16217
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
 16218
 
mgl@1371
 16219
 case $srcdir in
mgl@1371
 16220
-  .)  # No --srcdir option.  We are building in place.
mgl@1371
 16221
+  .)  # We are building in place.
mgl@1371
 16222
     ac_srcdir=.
mgl@1371
 16223
-    if test -z "$ac_top_builddir"; then
mgl@1371
 16224
-       ac_top_srcdir=.
mgl@1371
 16225
-    else
mgl@1371
 16226
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mgl@1371
 16227
-    fi ;;
mgl@1371
 16228
-  [\\/]* | ?:[\\/]* )  # Absolute path.
mgl@1371
 16229
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
 16230
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
 16231
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
 16232
     ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
 16233
-    ac_top_srcdir=$srcdir ;;
mgl@1371
 16234
-  *) # Relative path.
mgl@1371
 16235
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
mgl@1371
 16236
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
mgl@1371
 16237
-esac
mgl@1371
 16238
-
mgl@1371
 16239
-# Do not use `cd foo && pwd` to compute absolute paths, because
mgl@1371
 16240
-# the directories may not exist.
mgl@1371
 16241
-case `pwd` in
mgl@1371
 16242
-.) ac_abs_builddir="$ac_dir";;
mgl@1371
 16243
-*)
mgl@1371
 16244
-  case "$ac_dir" in
mgl@1371
 16245
-  .) ac_abs_builddir=`pwd`;;
mgl@1371
 16246
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
mgl@1371
 16247
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
mgl@1371
 16248
-  esac;;
mgl@1371
 16249
-esac
mgl@1371
 16250
-case $ac_abs_builddir in
mgl@1371
 16251
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 16252
-*)
mgl@1371
 16253
-  case ${ac_top_builddir}. in
mgl@1371
 16254
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
mgl@1371
 16255
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 16256
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
mgl@1371
 16257
-  esac;;
mgl@1371
 16258
-esac
mgl@1371
 16259
-case $ac_abs_builddir in
mgl@1371
 16260
-.) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 16261
-*)
mgl@1371
 16262
-  case $ac_srcdir in
mgl@1371
 16263
-  .) ac_abs_srcdir=$ac_abs_builddir;;
mgl@1371
 16264
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 16265
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
mgl@1371
 16266
-  esac;;
mgl@1371
 16267
-esac
mgl@1371
 16268
-case $ac_abs_builddir in
mgl@1371
 16269
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 16270
-*)
mgl@1371
 16271
-  case $ac_top_srcdir in
mgl@1371
 16272
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
mgl@1371
 16273
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 16274
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
mgl@1371
 16275
-  esac;;
mgl@1371
 16276
+    ac_top_srcdir=$srcdir
mgl@1371
 16277
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
 16278
+  *) # Relative name.
mgl@1371
 16279
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
 16280
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
 16281
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
 16282
 esac
mgl@1371
 16283
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
 16284
 
mgl@1371
 16285
 
mgl@1371
 16286
     cd "$ac_dir"
mgl@1371
 16287
@@ -13924,8 +14967,8 @@
mgl@1371
 16288
       # Make the cache file name correct relative to the subdirectory.
mgl@1371
 16289
       case $cache_file in
mgl@1371
 16290
       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
mgl@1371
 16291
-      *) # Relative path.
mgl@1371
 16292
-	ac_sub_cache_file=$ac_top_builddir$cache_file ;;
mgl@1371
 16293
+      *) # Relative name.
mgl@1371
 16294
+	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
mgl@1371
 16295
       esac
mgl@1371
 16296
 
mgl@1371
 16297
       { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
mgl@1371
 16298
diff -Naur newlib-1.17.0/newlib/libc/machine/configure.in newlib-1.17.0-new/newlib/libc/machine/configure.in
mgl@1371
 16299
--- newlib-1.17.0/newlib/libc/machine/configure.in	2008-12-11 21:05:38.000000000 +0100
mgl@1371
 16300
+++ newlib-1.17.0-new/newlib/libc/machine/configure.in	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 16301
@@ -24,6 +24,7 @@
mgl@1371
 16302
   case ${machine_dir} in
mgl@1371
 16303
 	a29k) AC_CONFIG_SUBDIRS(a29k) ;;
mgl@1371
 16304
 	arm) AC_CONFIG_SUBDIRS(arm) ;;
mgl@1371
 16305
+	avr32) AC_CONFIG_SUBDIRS(avr32) ;;
mgl@1371
 16306
 	bfin) AC_CONFIG_SUBDIRS(bfin) ;;
mgl@1371
 16307
 	cris) AC_CONFIG_SUBDIRS(cris) ;;
mgl@1371
 16308
 	crx) AC_CONFIG_SUBDIRS(crx) ;;
mgl@1371
 16309
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/aclocal.m4 newlib-1.17.0-new/newlib/libc/sys/avr32/aclocal.m4
mgl@1371
 16310
--- newlib-1.17.0/newlib/libc/sys/avr32/aclocal.m4	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 16311
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/aclocal.m4	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 16312
@@ -0,0 +1,366 @@
mgl@1371
 16313
+dnl aclocal.m4 generated automatically by aclocal 1.4-p6
mgl@1371
 16314
+
mgl@1371
 16315
+dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
mgl@1371
 16316
+dnl This file is free software; the Free Software Foundation
mgl@1371
 16317
+dnl gives unlimited permission to copy and/or distribute it,
mgl@1371
 16318
+dnl with or without modifications, as long as this notice is preserved.
mgl@1371
 16319
+
mgl@1371
 16320
+dnl This program is distributed in the hope that it will be useful,
mgl@1371
 16321
+dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
mgl@1371
 16322
+dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
mgl@1371
 16323
+dnl PARTICULAR PURPOSE.
mgl@1371
 16324
+
mgl@1371
 16325
+dnl This provides configure definitions used by all the newlib
mgl@1371
 16326
+dnl configure.in files.
mgl@1371
 16327
+
mgl@1371
 16328
+dnl Basic newlib configury.  This calls basic introductory stuff,
mgl@1371
 16329
+dnl including AM_INIT_AUTOMAKE and AC_CANONICAL_HOST.  It also runs
mgl@1371
 16330
+dnl configure.host.  The only argument is the relative path to the top
mgl@1371
 16331
+dnl newlib directory.
mgl@1371
 16332
+
mgl@1371
 16333
+AC_DEFUN(NEWLIB_CONFIGURE,
mgl@1371
 16334
+[
mgl@1371
 16335
+dnl Default to --enable-multilib
mgl@1371
 16336
+AC_ARG_ENABLE(multilib,
mgl@1371
 16337
+[  --enable-multilib         build many library versions (default)],
mgl@1371
 16338
+[case "${enableval}" in
mgl@1371
 16339
+  yes) multilib=yes ;;
mgl@1371
 16340
+  no)  multilib=no ;;
mgl@1371
 16341
+  *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
mgl@1371
 16342
+ esac], [multilib=yes])dnl
mgl@1371
 16343
+
mgl@1371
 16344
+dnl Support --enable-target-optspace
mgl@1371
 16345
+AC_ARG_ENABLE(target-optspace,
mgl@1371
 16346
+[  --enable-target-optspace  optimize for space],
mgl@1371
 16347
+[case "${enableval}" in
mgl@1371
 16348
+  yes) target_optspace=yes ;;
mgl@1371
 16349
+  no)  target_optspace=no ;;
mgl@1371
 16350
+  *)   AC_MSG_ERROR(bad value ${enableval} for target-optspace option) ;;
mgl@1371
 16351
+ esac], [target_optspace=])dnl
mgl@1371
 16352
+
mgl@1371
 16353
+dnl Support --enable-malloc-debugging - currently only supported for Cygwin
mgl@1371
 16354
+AC_ARG_ENABLE(malloc-debugging,
mgl@1371
 16355
+[  --enable-malloc-debugging indicate malloc debugging requested],
mgl@1371
 16356
+[case "${enableval}" in
mgl@1371
 16357
+  yes) malloc_debugging=yes ;;
mgl@1371
 16358
+  no)  malloc_debugging=no ;;
mgl@1371
 16359
+  *)   AC_MSG_ERROR(bad value ${enableval} for malloc-debugging option) ;;
mgl@1371
 16360
+ esac], [malloc_debugging=])dnl
mgl@1371
 16361
+
mgl@1371
 16362
+dnl Support --enable-newlib-multithread
mgl@1371
 16363
+AC_ARG_ENABLE(newlib-multithread,
mgl@1371
 16364
+[  --enable-newlib-multithread        enable support for multiple threads],
mgl@1371
 16365
+[case "${enableval}" in
mgl@1371
 16366
+  yes) newlib_multithread=yes ;;
mgl@1371
 16367
+  no)  newlib_multithread=no ;;
mgl@1371
 16368
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-multithread option) ;;
mgl@1371
 16369
+ esac], [newlib_multithread=yes])dnl
mgl@1371
 16370
+
mgl@1371
 16371
+dnl Support --enable-newlib-iconv
mgl@1371
 16372
+AC_ARG_ENABLE(newlib-iconv,
mgl@1371
 16373
+[  --enable-newlib-iconv     enable iconv library support],
mgl@1371
 16374
+[if test "${newlib_iconv+set}" != set; then
mgl@1371
 16375
+   case "${enableval}" in
mgl@1371
 16376
+     yes) newlib_iconv=yes ;;
mgl@1371
 16377
+     no)  newlib_iconv=no ;;
mgl@1371
 16378
+     *)   AC_MSG_ERROR(bad value ${enableval} for newlib-iconv option) ;;
mgl@1371
 16379
+   esac
mgl@1371
 16380
+ fi], [newlib_iconv=${newlib_iconv}])dnl
mgl@1371
 16381
+
mgl@1371
 16382
+dnl Support --enable-newlib-elix-level
mgl@1371
 16383
+AC_ARG_ENABLE(newlib-elix-level,
mgl@1371
 16384
+[  --enable-newlib-elix-level         supply desired elix library level (1-4)],
mgl@1371
 16385
+[case "${enableval}" in
mgl@1371
 16386
+  0)   newlib_elix_level=0 ;;
mgl@1371
 16387
+  1)   newlib_elix_level=1 ;;
mgl@1371
 16388
+  2)   newlib_elix_level=2 ;;
mgl@1371
 16389
+  3)   newlib_elix_level=3 ;;
mgl@1371
 16390
+  4)   newlib_elix_level=4 ;;
mgl@1371
 16391
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-elix-level option) ;;
mgl@1371
 16392
+ esac], [newlib_elix_level=0])dnl
mgl@1371
 16393
+
mgl@1371
 16394
+dnl Support --disable-newlib-io-float
mgl@1371
 16395
+AC_ARG_ENABLE(newlib-io-float,
mgl@1371
 16396
+[  --disable-newlib-io-float disable printf/scanf family float support],
mgl@1371
 16397
+[case "${enableval}" in
mgl@1371
 16398
+  yes) newlib_io_float=yes ;;
mgl@1371
 16399
+  no)  newlib_io_float=no ;;
mgl@1371
 16400
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-io-float option) ;;
mgl@1371
 16401
+ esac], [newlib_io_float=yes])dnl
mgl@1371
 16402
+
mgl@1371
 16403
+dnl Support --disable-newlib-supplied-syscalls
mgl@1371
 16404
+AC_ARG_ENABLE(newlib-supplied-syscalls,
mgl@1371
 16405
+[  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls],
mgl@1371
 16406
+[case "${enableval}" in
mgl@1371
 16407
+  yes) newlib_may_supply_syscalls=yes ;;
mgl@1371
 16408
+  no)  newlib_may_supply_syscalls=no ;;
mgl@1371
 16409
+  *)   AC_MSG_ERROR(bad value ${enableval} for newlib-supplied-syscalls option) ;;
mgl@1371
 16410
+ esac], [newlib_may_supply_syscalls=yes])dnl
mgl@1371
 16411
+
mgl@1371
 16412
+AM_CONDITIONAL(MAY_SUPPLY_SYSCALLS, test x[$]{newlib_may_supply_syscalls} = xyes)
mgl@1371
 16413
+
mgl@1371
 16414
+dnl We may get other options which we don't document:
mgl@1371
 16415
+dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
mgl@1371
 16416
+
mgl@1371
 16417
+test -z "[$]{with_target_subdir}" && with_target_subdir=.
mgl@1371
 16418
+
mgl@1371
 16419
+if test "[$]{srcdir}" = "."; then
mgl@1371
 16420
+  if test "[$]{with_target_subdir}" != "."; then
mgl@1371
 16421
+    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}../$1"
mgl@1371
 16422
+  else
mgl@1371
 16423
+    newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}$1"
mgl@1371
 16424
+  fi
mgl@1371
 16425
+else
mgl@1371
 16426
+  newlib_basedir="[$]{srcdir}/$1"
mgl@1371
 16427
+fi
mgl@1371
 16428
+AC_SUBST(newlib_basedir)
mgl@1371
 16429
+
mgl@1371
 16430
+AC_CANONICAL_SYSTEM
mgl@1371
 16431
+
mgl@1371
 16432
+AM_INIT_AUTOMAKE(newlib, 1.14.0.atmel.1.0.1)
mgl@1371
 16433
+
mgl@1371
 16434
+# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
mgl@1371
 16435
+# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
mgl@1371
 16436
+# are probably using a cross compiler, which will not be able to fully
mgl@1371
 16437
+# link an executable.  This should really be fixed in autoconf
mgl@1371
 16438
+# itself.
mgl@1371
 16439
+
mgl@1371
 16440
+AC_DEFUN(LIB_AC_PROG_CC,
mgl@1371
 16441
+[AC_BEFORE([$0], [AC_PROG_CPP])dnl
mgl@1371
 16442
+AC_CHECK_PROG(CC, gcc, gcc)
mgl@1371
 16443
+if test -z "$CC"; then
mgl@1371
 16444
+  AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
mgl@1371
 16445
+  test -z "$CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
mgl@1371
 16446
+fi
mgl@1371
 16447
+
mgl@1371
 16448
+AC_PROG_CC_GNU
mgl@1371
 16449
+
mgl@1371
 16450
+if test $ac_cv_prog_gcc = yes; then
mgl@1371
 16451
+  GCC=yes
mgl@1371
 16452
+dnl Check whether -g works, even if CFLAGS is set, in case the package
mgl@1371
 16453
+dnl plays around with CFLAGS (such as to build both debugging and
mgl@1371
 16454
+dnl normal versions of a library), tasteless as that idea is.
mgl@1371
 16455
+  ac_test_CFLAGS="${CFLAGS+set}"
mgl@1371
 16456
+  ac_save_CFLAGS="$CFLAGS"
mgl@1371
 16457
+  CFLAGS=
mgl@1371
 16458
+  AC_PROG_CC_G
mgl@1371
 16459
+  if test "$ac_test_CFLAGS" = set; then
mgl@1371
 16460
+    CFLAGS="$ac_save_CFLAGS"
mgl@1371
 16461
+  elif test $ac_cv_prog_cc_g = yes; then
mgl@1371
 16462
+    CFLAGS="-g -O2"
mgl@1371
 16463
+  else
mgl@1371
 16464
+    CFLAGS="-O2"
mgl@1371
 16465
+  fi
mgl@1371
 16466
+else
mgl@1371
 16467
+  GCC=
mgl@1371
 16468
+  test "${CFLAGS+set}" = set || CFLAGS="-g"
mgl@1371
 16469
+fi
mgl@1371
 16470
+])
mgl@1371
 16471
+
mgl@1371
 16472
+LIB_AC_PROG_CC
mgl@1371
 16473
+
mgl@1371
 16474
+AC_CHECK_TOOL(AS, as)
mgl@1371
 16475
+AC_CHECK_TOOL(AR, ar)
mgl@1371
 16476
+AC_CHECK_TOOL(RANLIB, ranlib, :)
mgl@1371
 16477
+
mgl@1371
 16478
+AC_PROG_INSTALL
mgl@1371
 16479
+
mgl@1371
 16480
+AM_MAINTAINER_MODE
mgl@1371
 16481
+
mgl@1371
 16482
+# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
mgl@1371
 16483
+# at least currently, we never actually build a program, so we never
mgl@1371
 16484
+# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
mgl@1371
 16485
+# fails, because we are probably configuring with a cross compiler
mgl@1371
 16486
+# which can't create executables.  So we include AC_EXEEXT to keep
mgl@1371
 16487
+# automake happy, but we don't execute it, since we don't care about
mgl@1371
 16488
+# the result.
mgl@1371
 16489
+if false; then
mgl@1371
 16490
+  AC_EXEEXT
mgl@1371
 16491
+fi
mgl@1371
 16492
+
mgl@1371
 16493
+. [$]{newlib_basedir}/configure.host
mgl@1371
 16494
+
mgl@1371
 16495
+newlib_cflags="[$]{newlib_cflags} -fno-builtin"
mgl@1371
 16496
+
mgl@1371
 16497
+NEWLIB_CFLAGS=${newlib_cflags}
mgl@1371
 16498
+AC_SUBST(NEWLIB_CFLAGS)
mgl@1371
 16499
+
mgl@1371
 16500
+LDFLAGS=${ldflags}
mgl@1371
 16501
+AC_SUBST(LDFLAGS)
mgl@1371
 16502
+
mgl@1371
 16503
+AM_CONDITIONAL(ELIX_LEVEL_0, test x[$]{newlib_elix_level} = x0)
mgl@1371
 16504
+AM_CONDITIONAL(ELIX_LEVEL_1, test x[$]{newlib_elix_level} = x1)
mgl@1371
 16505
+AM_CONDITIONAL(ELIX_LEVEL_2, test x[$]{newlib_elix_level} = x2)
mgl@1371
 16506
+AM_CONDITIONAL(ELIX_LEVEL_3, test x[$]{newlib_elix_level} = x3)
mgl@1371
 16507
+AM_CONDITIONAL(ELIX_LEVEL_4, test x[$]{newlib_elix_level} = x4)
mgl@1371
 16508
+
mgl@1371
 16509
+AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
mgl@1371
 16510
+
mgl@1371
 16511
+# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
mgl@1371
 16512
+# use oext, which is set in configure.host based on the target platform.
mgl@1371
 16513
+OBJEXT=${oext}
mgl@1371
 16514
+
mgl@1371
 16515
+AC_SUBST(OBJEXT)
mgl@1371
 16516
+AC_SUBST(oext)
mgl@1371
 16517
+AC_SUBST(aext)
mgl@1371
 16518
+
mgl@1371
 16519
+AC_SUBST(libm_machine_dir)
mgl@1371
 16520
+AC_SUBST(machine_dir)
mgl@1371
 16521
+AC_SUBST(sys_dir)
mgl@1371
 16522
+])
mgl@1371
 16523
+
mgl@1371
 16524
+# Do all the work for Automake.  This macro actually does too much --
mgl@1371
 16525
+# some checks are only needed if your package does certain things.
mgl@1371
 16526
+# But this isn't really a big deal.
mgl@1371
 16527
+
mgl@1371
 16528
+# serial 1
mgl@1371
 16529
+
mgl@1371
 16530
+dnl Usage:
mgl@1371
 16531
+dnl AM_INIT_AUTOMAKE(package,version, [no-define])
mgl@1371
 16532
+
mgl@1371
 16533
+AC_DEFUN([AM_INIT_AUTOMAKE],
mgl@1371
 16534
+[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
mgl@1371
 16535
+AC_REQUIRE([AC_PROG_INSTALL])
mgl@1371
 16536
+PACKAGE=[$1]
mgl@1371
 16537
+AC_SUBST(PACKAGE)
mgl@1371
 16538
+VERSION=[$2]
mgl@1371
 16539
+AC_SUBST(VERSION)
mgl@1371
 16540
+dnl test to see if srcdir already configured
mgl@1371
 16541
+if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
mgl@1371
 16542
+  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
mgl@1371
 16543
+fi
mgl@1371
 16544
+ifelse([$3],,
mgl@1371
 16545
+AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
mgl@1371
 16546
+AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
mgl@1371
 16547
+AC_REQUIRE([AM_SANITY_CHECK])
mgl@1371
 16548
+AC_REQUIRE([AC_ARG_PROGRAM])
mgl@1371
 16549
+dnl FIXME This is truly gross.
mgl@1371
 16550
+missing_dir=`cd $ac_aux_dir && pwd`
mgl@1371
 16551
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
mgl@1371
 16552
+AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
mgl@1371
 16553
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
mgl@1371
 16554
+AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
mgl@1371
 16555
+AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
mgl@1371
 16556
+AC_REQUIRE([AC_PROG_MAKE_SET])])
mgl@1371
 16557
+
mgl@1371
 16558
+# Copyright 2002  Free Software Foundation, Inc.
mgl@1371
 16559
+
mgl@1371
 16560
+# This program is free software; you can redistribute it and/or modify
mgl@1371
 16561
+# it under the terms of the GNU General Public License as published by
mgl@1371
 16562
+# the Free Software Foundation; either version 2, or (at your option)
mgl@1371
 16563
+# any later version.
mgl@1371
 16564
+
mgl@1371
 16565
+# This program is distributed in the hope that it will be useful,
mgl@1371
 16566
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
mgl@1371
 16567
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
mgl@1371
 16568
+# GNU General Public License for more details.
mgl@1371
 16569
+
mgl@1371
 16570
+# You should have received a copy of the GNU General Public License
mgl@1371
 16571
+# along with this program; if not, write to the Free Software
mgl@1371
 16572
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
mgl@1371
 16573
+
mgl@1371
 16574
+# AM_AUTOMAKE_VERSION(VERSION)
mgl@1371
 16575
+# ----------------------------
mgl@1371
 16576
+# Automake X.Y traces this macro to ensure aclocal.m4 has been
mgl@1371
 16577
+# generated from the m4 files accompanying Automake X.Y.
mgl@1371
 16578
+AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
mgl@1371
 16579
+
mgl@1371
 16580
+# AM_SET_CURRENT_AUTOMAKE_VERSION
mgl@1371
 16581
+# -------------------------------
mgl@1371
 16582
+# Call AM_AUTOMAKE_VERSION so it can be traced.
mgl@1371
 16583
+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
mgl@1371
 16584
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
mgl@1371
 16585
+	 [AM_AUTOMAKE_VERSION([1.4-p6])])
mgl@1371
 16586
+
mgl@1371
 16587
+#
mgl@1371
 16588
+# Check to make sure that the build environment is sane.
mgl@1371
 16589
+#
mgl@1371
 16590
+
mgl@1371
 16591
+AC_DEFUN([AM_SANITY_CHECK],
mgl@1371
 16592
+[AC_MSG_CHECKING([whether build environment is sane])
mgl@1371
 16593
+# Just in case
mgl@1371
 16594
+sleep 1
mgl@1371
 16595
+echo timestamp > conftestfile
mgl@1371
 16596
+# Do `set' in a subshell so we don't clobber the current shell's
mgl@1371
 16597
+# arguments.  Must try -L first in case configure is actually a
mgl@1371
 16598
+# symlink; some systems play weird games with the mod time of symlinks
mgl@1371
 16599
+# (eg FreeBSD returns the mod time of the symlink's containing
mgl@1371
 16600
+# directory).
mgl@1371
 16601
+if (
mgl@1371
 16602
+   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
mgl@1371
 16603
+   if test "[$]*" = "X"; then
mgl@1371
 16604
+      # -L didn't work.
mgl@1371
 16605
+      set X `ls -t $srcdir/configure conftestfile`
mgl@1371
 16606
+   fi
mgl@1371
 16607
+   if test "[$]*" != "X $srcdir/configure conftestfile" \
mgl@1371
 16608
+      && test "[$]*" != "X conftestfile $srcdir/configure"; then
mgl@1371
 16609
+
mgl@1371
 16610
+      # If neither matched, then we have a broken ls.  This can happen
mgl@1371
 16611
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
mgl@1371
 16612
+      # broken ls alias from the environment.  This has actually
mgl@1371
 16613
+      # happened.  Such a system could not be considered "sane".
mgl@1371
 16614
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
mgl@1371
 16615
+alias in your environment])
mgl@1371
 16616
+   fi
mgl@1371
 16617
+
mgl@1371
 16618
+   test "[$]2" = conftestfile
mgl@1371
 16619
+   )
mgl@1371
 16620
+then
mgl@1371
 16621
+   # Ok.
mgl@1371
 16622
+   :
mgl@1371
 16623
+else
mgl@1371
 16624
+   AC_MSG_ERROR([newly created file is older than distributed files!
mgl@1371
 16625
+Check your system clock])
mgl@1371
 16626
+fi
mgl@1371
 16627
+rm -f conftest*
mgl@1371
 16628
+AC_MSG_RESULT(yes)])
mgl@1371
 16629
+
mgl@1371
 16630
+dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
mgl@1371
 16631
+dnl The program must properly implement --version.
mgl@1371
 16632
+AC_DEFUN([AM_MISSING_PROG],
mgl@1371
 16633
+[AC_MSG_CHECKING(for working $2)
mgl@1371
 16634
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
 16635
+# an executable is not found, even if stderr is redirected.
mgl@1371
 16636
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
 16637
+if ($2 --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
 16638
+   $1=$2
mgl@1371
 16639
+   AC_MSG_RESULT(found)
mgl@1371
 16640
+else
mgl@1371
 16641
+   $1="$3/missing $2"
mgl@1371
 16642
+   AC_MSG_RESULT(missing)
mgl@1371
 16643
+fi
mgl@1371
 16644
+AC_SUBST($1)])
mgl@1371
 16645
+
mgl@1371
 16646
+# Define a conditional.
mgl@1371
 16647
+
mgl@1371
 16648
+AC_DEFUN([AM_CONDITIONAL],
mgl@1371
 16649
+[AC_SUBST($1_TRUE)
mgl@1371
 16650
+AC_SUBST($1_FALSE)
mgl@1371
 16651
+if $2; then
mgl@1371
 16652
+  $1_TRUE=
mgl@1371
 16653
+  $1_FALSE='#'
mgl@1371
 16654
+else
mgl@1371
 16655
+  $1_TRUE='#'
mgl@1371
 16656
+  $1_FALSE=
mgl@1371
 16657
+fi])
mgl@1371
 16658
+
mgl@1371
 16659
+# Add --enable-maintainer-mode option to configure.
mgl@1371
 16660
+# From Jim Meyering
mgl@1371
 16661
+
mgl@1371
 16662
+# serial 1
mgl@1371
 16663
+
mgl@1371
 16664
+AC_DEFUN([AM_MAINTAINER_MODE],
mgl@1371
 16665
+[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
mgl@1371
 16666
+  dnl maintainer-mode is disabled by default
mgl@1371
 16667
+  AC_ARG_ENABLE(maintainer-mode,
mgl@1371
 16668
+[  --enable-maintainer-mode enable make rules and dependencies not useful
mgl@1371
 16669
+                          (and sometimes confusing) to the casual installer],
mgl@1371
 16670
+      USE_MAINTAINER_MODE=$enableval,
mgl@1371
 16671
+      USE_MAINTAINER_MODE=no)
mgl@1371
 16672
+  AC_MSG_RESULT($USE_MAINTAINER_MODE)
mgl@1371
 16673
+  AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
mgl@1371
 16674
+  MAINT=$MAINTAINER_MODE_TRUE
mgl@1371
 16675
+  AC_SUBST(MAINT)dnl
mgl@1371
 16676
+]
mgl@1371
 16677
+)
mgl@1371
 16678
+
mgl@1371
 16679
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/confdefs.h newlib-1.17.0-new/newlib/libc/sys/avr32/confdefs.h
mgl@1371
 16680
--- newlib-1.17.0/newlib/libc/sys/avr32/confdefs.h	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 16681
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/confdefs.h	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 16682
@@ -0,0 +1 @@
mgl@1371
 16683
+
mgl@1371
 16684
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/configure newlib-1.17.0-new/newlib/libc/sys/avr32/configure
mgl@1371
 16685
--- newlib-1.17.0/newlib/libc/sys/avr32/configure	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 16686
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/configure	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 16687
@@ -0,0 +1,3922 @@
mgl@1371
 16688
+#! /bin/sh
mgl@1371
 16689
+# Guess values for system-dependent variables and create Makefiles.
mgl@1371
 16690
+# Generated by GNU Autoconf 2.61 for newlib NEWLIB_VERSION.
mgl@1371
 16691
+#
mgl@1371
 16692
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
mgl@1371
 16693
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
mgl@1371
 16694
+# This configure script is free software; the Free Software Foundation
mgl@1371
 16695
+# gives unlimited permission to copy, distribute and modify it.
mgl@1371
 16696
+## --------------------- ##
mgl@1371
 16697
+## M4sh Initialization.  ##
mgl@1371
 16698
+## --------------------- ##
mgl@1371
 16699
+
mgl@1371
 16700
+# Be more Bourne compatible
mgl@1371
 16701
+DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
 16702
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
 16703
+  emulate sh
mgl@1371
 16704
+  NULLCMD=:
mgl@1371
 16705
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
 16706
+  # is contrary to our usage.  Disable this feature.
mgl@1371
 16707
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
 16708
+  setopt NO_GLOB_SUBST
mgl@1371
 16709
+else
mgl@1371
 16710
+  case `(set -o) 2>/dev/null` in
mgl@1371
 16711
+  *posix*) set -o posix ;;
mgl@1371
 16712
+esac
mgl@1371
 16713
+
mgl@1371
 16714
+fi
mgl@1371
 16715
+
mgl@1371
 16716
+
mgl@1371
 16717
+
mgl@1371
 16718
+
mgl@1371
 16719
+# PATH needs CR
mgl@1371
 16720
+# Avoid depending upon Character Ranges.
mgl@1371
 16721
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
 16722
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
 16723
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
 16724
+as_cr_digits='0123456789'
mgl@1371
 16725
+as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
 16726
+
mgl@1371
 16727
+# The user is always right.
mgl@1371
 16728
+if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
 16729
+  echo "#! /bin/sh" >conf$$.sh
mgl@1371
 16730
+  echo  "exit 0"   >>conf$$.sh
mgl@1371
 16731
+  chmod +x conf$$.sh
mgl@1371
 16732
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
 16733
+    PATH_SEPARATOR=';'
mgl@1371
 16734
+  else
mgl@1371
 16735
+    PATH_SEPARATOR=:
mgl@1371
 16736
+  fi
mgl@1371
 16737
+  rm -f conf$$.sh
mgl@1371
 16738
+fi
mgl@1371
 16739
+
mgl@1371
 16740
+# Support unset when possible.
mgl@1371
 16741
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
 16742
+  as_unset=unset
mgl@1371
 16743
+else
mgl@1371
 16744
+  as_unset=false
mgl@1371
 16745
+fi
mgl@1371
 16746
+
mgl@1371
 16747
+
mgl@1371
 16748
+# IFS
mgl@1371
 16749
+# We need space, tab and new line, in precisely that order.  Quoting is
mgl@1371
 16750
+# there to prevent editors from complaining about space-tab.
mgl@1371
 16751
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
mgl@1371
 16752
+# splitting by setting IFS to empty value.)
mgl@1371
 16753
+as_nl='
mgl@1371
 16754
+'
mgl@1371
 16755
+IFS=" ""	$as_nl"
mgl@1371
 16756
+
mgl@1371
 16757
+# Find who we are.  Look in the path if we contain no directory separator.
mgl@1371
 16758
+case $0 in
mgl@1371
 16759
+  *[\\/]* ) as_myself=$0 ;;
mgl@1371
 16760
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 16761
+for as_dir in $PATH
mgl@1371
 16762
+do
mgl@1371
 16763
+  IFS=$as_save_IFS
mgl@1371
 16764
+  test -z "$as_dir" && as_dir=.
mgl@1371
 16765
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
 16766
+done
mgl@1371
 16767
+IFS=$as_save_IFS
mgl@1371
 16768
+
mgl@1371
 16769
+     ;;
mgl@1371
 16770
+esac
mgl@1371
 16771
+# We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
 16772
+# in which case we are not to be found in the path.
mgl@1371
 16773
+if test "x$as_myself" = x; then
mgl@1371
 16774
+  as_myself=$0
mgl@1371
 16775
+fi
mgl@1371
 16776
+if test ! -f "$as_myself"; then
mgl@1371
 16777
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
mgl@1371
 16778
+  { (exit 1); exit 1; }
mgl@1371
 16779
+fi
mgl@1371
 16780
+
mgl@1371
 16781
+# Work around bugs in pre-3.0 UWIN ksh.
mgl@1371
 16782
+for as_var in ENV MAIL MAILPATH
mgl@1371
 16783
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 16784
+done
mgl@1371
 16785
+PS1='$ '
mgl@1371
 16786
+PS2='> '
mgl@1371
 16787
+PS4='+ '
mgl@1371
 16788
+
mgl@1371
 16789
+# NLS nuisances.
mgl@1371
 16790
+for as_var in \
mgl@1371
 16791
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
mgl@1371
 16792
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
mgl@1371
 16793
+  LC_TELEPHONE LC_TIME
mgl@1371
 16794
+do
mgl@1371
 16795
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mgl@1371
 16796
+    eval $as_var=C; export $as_var
mgl@1371
 16797
+  else
mgl@1371
 16798
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 16799
+  fi
mgl@1371
 16800
+done
mgl@1371
 16801
+
mgl@1371
 16802
+# Required to use basename.
mgl@1371
 16803
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 16804
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 16805
+  as_expr=expr
mgl@1371
 16806
+else
mgl@1371
 16807
+  as_expr=false
mgl@1371
 16808
+fi
mgl@1371
 16809
+
mgl@1371
 16810
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
mgl@1371
 16811
+  as_basename=basename
mgl@1371
 16812
+else
mgl@1371
 16813
+  as_basename=false
mgl@1371
 16814
+fi
mgl@1371
 16815
+
mgl@1371
 16816
+
mgl@1371
 16817
+# Name of the executable.
mgl@1371
 16818
+as_me=`$as_basename -- "$0" ||
mgl@1371
 16819
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
mgl@1371
 16820
+	 X"$0" : 'X\(//\)$' \| \
mgl@1371
 16821
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 16822
+echo X/"$0" |
mgl@1371
 16823
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
mgl@1371
 16824
+	    s//\1/
mgl@1371
 16825
+	    q
mgl@1371
 16826
+	  }
mgl@1371
 16827
+	  /^X\/\(\/\/\)$/{
mgl@1371
 16828
+	    s//\1/
mgl@1371
 16829
+	    q
mgl@1371
 16830
+	  }
mgl@1371
 16831
+	  /^X\/\(\/\).*/{
mgl@1371
 16832
+	    s//\1/
mgl@1371
 16833
+	    q
mgl@1371
 16834
+	  }
mgl@1371
 16835
+	  s/.*/./; q'`
mgl@1371
 16836
+
mgl@1371
 16837
+# CDPATH.
mgl@1371
 16838
+$as_unset CDPATH
mgl@1371
 16839
+
mgl@1371
 16840
+
mgl@1371
 16841
+if test "x$CONFIG_SHELL" = x; then
mgl@1371
 16842
+  if (eval ":") 2>/dev/null; then
mgl@1371
 16843
+  as_have_required=yes
mgl@1371
 16844
+else
mgl@1371
 16845
+  as_have_required=no
mgl@1371
 16846
+fi
mgl@1371
 16847
+
mgl@1371
 16848
+  if test $as_have_required = yes && 	 (eval ":
mgl@1371
 16849
+(as_func_return () {
mgl@1371
 16850
+  (exit \$1)
mgl@1371
 16851
+}
mgl@1371
 16852
+as_func_success () {
mgl@1371
 16853
+  as_func_return 0
mgl@1371
 16854
+}
mgl@1371
 16855
+as_func_failure () {
mgl@1371
 16856
+  as_func_return 1
mgl@1371
 16857
+}
mgl@1371
 16858
+as_func_ret_success () {
mgl@1371
 16859
+  return 0
mgl@1371
 16860
+}
mgl@1371
 16861
+as_func_ret_failure () {
mgl@1371
 16862
+  return 1
mgl@1371
 16863
+}
mgl@1371
 16864
+
mgl@1371
 16865
+exitcode=0
mgl@1371
 16866
+if as_func_success; then
mgl@1371
 16867
+  :
mgl@1371
 16868
+else
mgl@1371
 16869
+  exitcode=1
mgl@1371
 16870
+  echo as_func_success failed.
mgl@1371
 16871
+fi
mgl@1371
 16872
+
mgl@1371
 16873
+if as_func_failure; then
mgl@1371
 16874
+  exitcode=1
mgl@1371
 16875
+  echo as_func_failure succeeded.
mgl@1371
 16876
+fi
mgl@1371
 16877
+
mgl@1371
 16878
+if as_func_ret_success; then
mgl@1371
 16879
+  :
mgl@1371
 16880
+else
mgl@1371
 16881
+  exitcode=1
mgl@1371
 16882
+  echo as_func_ret_success failed.
mgl@1371
 16883
+fi
mgl@1371
 16884
+
mgl@1371
 16885
+if as_func_ret_failure; then
mgl@1371
 16886
+  exitcode=1
mgl@1371
 16887
+  echo as_func_ret_failure succeeded.
mgl@1371
 16888
+fi
mgl@1371
 16889
+
mgl@1371
 16890
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
mgl@1371
 16891
+  :
mgl@1371
 16892
+else
mgl@1371
 16893
+  exitcode=1
mgl@1371
 16894
+  echo positional parameters were not saved.
mgl@1371
 16895
+fi
mgl@1371
 16896
+
mgl@1371
 16897
+test \$exitcode = 0) || { (exit 1); exit 1; }
mgl@1371
 16898
+
mgl@1371
 16899
+(
mgl@1371
 16900
+  as_lineno_1=\$LINENO
mgl@1371
 16901
+  as_lineno_2=\$LINENO
mgl@1371
 16902
+  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
mgl@1371
 16903
+  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
mgl@1371
 16904
+") 2> /dev/null; then
mgl@1371
 16905
+  :
mgl@1371
 16906
+else
mgl@1371
 16907
+  as_candidate_shells=
mgl@1371
 16908
+    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 16909
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
mgl@1371
 16910
+do
mgl@1371
 16911
+  IFS=$as_save_IFS
mgl@1371
 16912
+  test -z "$as_dir" && as_dir=.
mgl@1371
 16913
+  case $as_dir in
mgl@1371
 16914
+	 /*)
mgl@1371
 16915
+	   for as_base in sh bash ksh sh5; do
mgl@1371
 16916
+	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
mgl@1371
 16917
+	   done;;
mgl@1371
 16918
+       esac
mgl@1371
 16919
+done
mgl@1371
 16920
+IFS=$as_save_IFS
mgl@1371
 16921
+
mgl@1371
 16922
+
mgl@1371
 16923
+      for as_shell in $as_candidate_shells $SHELL; do
mgl@1371
 16924
+	 # Try only shells that exist, to save several forks.
mgl@1371
 16925
+	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
mgl@1371
 16926
+		{ ("$as_shell") 2> /dev/null <<\_ASEOF
mgl@1371
 16927
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
 16928
+  emulate sh
mgl@1371
 16929
+  NULLCMD=:
mgl@1371
 16930
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
 16931
+  # is contrary to our usage.  Disable this feature.
mgl@1371
 16932
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
 16933
+  setopt NO_GLOB_SUBST
mgl@1371
 16934
+else
mgl@1371
 16935
+  case `(set -o) 2>/dev/null` in
mgl@1371
 16936
+  *posix*) set -o posix ;;
mgl@1371
 16937
+esac
mgl@1371
 16938
+
mgl@1371
 16939
+fi
mgl@1371
 16940
+
mgl@1371
 16941
+
mgl@1371
 16942
+:
mgl@1371
 16943
+_ASEOF
mgl@1371
 16944
+}; then
mgl@1371
 16945
+  CONFIG_SHELL=$as_shell
mgl@1371
 16946
+	       as_have_required=yes
mgl@1371
 16947
+	       if { "$as_shell" 2> /dev/null <<\_ASEOF
mgl@1371
 16948
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
 16949
+  emulate sh
mgl@1371
 16950
+  NULLCMD=:
mgl@1371
 16951
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
 16952
+  # is contrary to our usage.  Disable this feature.
mgl@1371
 16953
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
 16954
+  setopt NO_GLOB_SUBST
mgl@1371
 16955
+else
mgl@1371
 16956
+  case `(set -o) 2>/dev/null` in
mgl@1371
 16957
+  *posix*) set -o posix ;;
mgl@1371
 16958
+esac
mgl@1371
 16959
+
mgl@1371
 16960
+fi
mgl@1371
 16961
+
mgl@1371
 16962
+
mgl@1371
 16963
+:
mgl@1371
 16964
+(as_func_return () {
mgl@1371
 16965
+  (exit $1)
mgl@1371
 16966
+}
mgl@1371
 16967
+as_func_success () {
mgl@1371
 16968
+  as_func_return 0
mgl@1371
 16969
+}
mgl@1371
 16970
+as_func_failure () {
mgl@1371
 16971
+  as_func_return 1
mgl@1371
 16972
+}
mgl@1371
 16973
+as_func_ret_success () {
mgl@1371
 16974
+  return 0
mgl@1371
 16975
+}
mgl@1371
 16976
+as_func_ret_failure () {
mgl@1371
 16977
+  return 1
mgl@1371
 16978
+}
mgl@1371
 16979
+
mgl@1371
 16980
+exitcode=0
mgl@1371
 16981
+if as_func_success; then
mgl@1371
 16982
+  :
mgl@1371
 16983
+else
mgl@1371
 16984
+  exitcode=1
mgl@1371
 16985
+  echo as_func_success failed.
mgl@1371
 16986
+fi
mgl@1371
 16987
+
mgl@1371
 16988
+if as_func_failure; then
mgl@1371
 16989
+  exitcode=1
mgl@1371
 16990
+  echo as_func_failure succeeded.
mgl@1371
 16991
+fi
mgl@1371
 16992
+
mgl@1371
 16993
+if as_func_ret_success; then
mgl@1371
 16994
+  :
mgl@1371
 16995
+else
mgl@1371
 16996
+  exitcode=1
mgl@1371
 16997
+  echo as_func_ret_success failed.
mgl@1371
 16998
+fi
mgl@1371
 16999
+
mgl@1371
 17000
+if as_func_ret_failure; then
mgl@1371
 17001
+  exitcode=1
mgl@1371
 17002
+  echo as_func_ret_failure succeeded.
mgl@1371
 17003
+fi
mgl@1371
 17004
+
mgl@1371
 17005
+if ( set x; as_func_ret_success y && test x = "$1" ); then
mgl@1371
 17006
+  :
mgl@1371
 17007
+else
mgl@1371
 17008
+  exitcode=1
mgl@1371
 17009
+  echo positional parameters were not saved.
mgl@1371
 17010
+fi
mgl@1371
 17011
+
mgl@1371
 17012
+test $exitcode = 0) || { (exit 1); exit 1; }
mgl@1371
 17013
+
mgl@1371
 17014
+(
mgl@1371
 17015
+  as_lineno_1=$LINENO
mgl@1371
 17016
+  as_lineno_2=$LINENO
mgl@1371
 17017
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 17018
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
mgl@1371
 17019
+
mgl@1371
 17020
+_ASEOF
mgl@1371
 17021
+}; then
mgl@1371
 17022
+  break
mgl@1371
 17023
+fi
mgl@1371
 17024
+
mgl@1371
 17025
+fi
mgl@1371
 17026
+
mgl@1371
 17027
+      done
mgl@1371
 17028
+
mgl@1371
 17029
+      if test "x$CONFIG_SHELL" != x; then
mgl@1371
 17030
+  for as_var in BASH_ENV ENV
mgl@1371
 17031
+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 17032
+        done
mgl@1371
 17033
+        export CONFIG_SHELL
mgl@1371
 17034
+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
mgl@1371
 17035
+fi
mgl@1371
 17036
+
mgl@1371
 17037
+
mgl@1371
 17038
+    if test $as_have_required = no; then
mgl@1371
 17039
+  echo This script requires a shell more modern than all the
mgl@1371
 17040
+      echo shells that I found on your system.  Please install a
mgl@1371
 17041
+      echo modern shell, or manually run the script under such a
mgl@1371
 17042
+      echo shell if you do have one.
mgl@1371
 17043
+      { (exit 1); exit 1; }
mgl@1371
 17044
+fi
mgl@1371
 17045
+
mgl@1371
 17046
+
mgl@1371
 17047
+fi
mgl@1371
 17048
+
mgl@1371
 17049
+fi
mgl@1371
 17050
+
mgl@1371
 17051
+
mgl@1371
 17052
+
mgl@1371
 17053
+(eval "as_func_return () {
mgl@1371
 17054
+  (exit \$1)
mgl@1371
 17055
+}
mgl@1371
 17056
+as_func_success () {
mgl@1371
 17057
+  as_func_return 0
mgl@1371
 17058
+}
mgl@1371
 17059
+as_func_failure () {
mgl@1371
 17060
+  as_func_return 1
mgl@1371
 17061
+}
mgl@1371
 17062
+as_func_ret_success () {
mgl@1371
 17063
+  return 0
mgl@1371
 17064
+}
mgl@1371
 17065
+as_func_ret_failure () {
mgl@1371
 17066
+  return 1
mgl@1371
 17067
+}
mgl@1371
 17068
+
mgl@1371
 17069
+exitcode=0
mgl@1371
 17070
+if as_func_success; then
mgl@1371
 17071
+  :
mgl@1371
 17072
+else
mgl@1371
 17073
+  exitcode=1
mgl@1371
 17074
+  echo as_func_success failed.
mgl@1371
 17075
+fi
mgl@1371
 17076
+
mgl@1371
 17077
+if as_func_failure; then
mgl@1371
 17078
+  exitcode=1
mgl@1371
 17079
+  echo as_func_failure succeeded.
mgl@1371
 17080
+fi
mgl@1371
 17081
+
mgl@1371
 17082
+if as_func_ret_success; then
mgl@1371
 17083
+  :
mgl@1371
 17084
+else
mgl@1371
 17085
+  exitcode=1
mgl@1371
 17086
+  echo as_func_ret_success failed.
mgl@1371
 17087
+fi
mgl@1371
 17088
+
mgl@1371
 17089
+if as_func_ret_failure; then
mgl@1371
 17090
+  exitcode=1
mgl@1371
 17091
+  echo as_func_ret_failure succeeded.
mgl@1371
 17092
+fi
mgl@1371
 17093
+
mgl@1371
 17094
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
mgl@1371
 17095
+  :
mgl@1371
 17096
+else
mgl@1371
 17097
+  exitcode=1
mgl@1371
 17098
+  echo positional parameters were not saved.
mgl@1371
 17099
+fi
mgl@1371
 17100
+
mgl@1371
 17101
+test \$exitcode = 0") || {
mgl@1371
 17102
+  echo No shell found that supports shell functions.
mgl@1371
 17103
+  echo Please tell autoconf@gnu.org about your system,
mgl@1371
 17104
+  echo including any error possibly output before this
mgl@1371
 17105
+  echo message
mgl@1371
 17106
+}
mgl@1371
 17107
+
mgl@1371
 17108
+
mgl@1371
 17109
+
mgl@1371
 17110
+  as_lineno_1=$LINENO
mgl@1371
 17111
+  as_lineno_2=$LINENO
mgl@1371
 17112
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 17113
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
mgl@1371
 17114
+
mgl@1371
 17115
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
mgl@1371
 17116
+  # uniformly replaced by the line number.  The first 'sed' inserts a
mgl@1371
 17117
+  # line-number line after each line using $LINENO; the second 'sed'
mgl@1371
 17118
+  # does the real work.  The second script uses 'N' to pair each
mgl@1371
 17119
+  # line-number line with the line containing $LINENO, and appends
mgl@1371
 17120
+  # trailing '-' during substitution so that $LINENO is not a special
mgl@1371
 17121
+  # case at line end.
mgl@1371
 17122
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
mgl@1371
 17123
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
mgl@1371
 17124
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
mgl@1371
 17125
+  sed -n '
mgl@1371
 17126
+    p
mgl@1371
 17127
+    /[$]LINENO/=
mgl@1371
 17128
+  ' <$as_myself |
mgl@1371
 17129
+    sed '
mgl@1371
 17130
+      s/[$]LINENO.*/&-/
mgl@1371
 17131
+      t lineno
mgl@1371
 17132
+      b
mgl@1371
 17133
+      :lineno
mgl@1371
 17134
+      N
mgl@1371
 17135
+      :loop
mgl@1371
 17136
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
mgl@1371
 17137
+      t loop
mgl@1371
 17138
+      s/-\n.*//
mgl@1371
 17139
+    ' >$as_me.lineno &&
mgl@1371
 17140
+  chmod +x "$as_me.lineno" ||
mgl@1371
 17141
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
mgl@1371
 17142
+   { (exit 1); exit 1; }; }
mgl@1371
 17143
+
mgl@1371
 17144
+  # Don't try to exec as it changes $[0], causing all sort of problems
mgl@1371
 17145
+  # (the dirname of $[0] is not the place where we might find the
mgl@1371
 17146
+  # original and so on.  Autoconf is especially sensitive to this).
mgl@1371
 17147
+  . "./$as_me.lineno"
mgl@1371
 17148
+  # Exit status is that of the last command.
mgl@1371
 17149
+  exit
mgl@1371
 17150
+}
mgl@1371
 17151
+
mgl@1371
 17152
+
mgl@1371
 17153
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
mgl@1371
 17154
+  as_dirname=dirname
mgl@1371
 17155
+else
mgl@1371
 17156
+  as_dirname=false
mgl@1371
 17157
+fi
mgl@1371
 17158
+
mgl@1371
 17159
+ECHO_C= ECHO_N= ECHO_T=
mgl@1371
 17160
+case `echo -n x` in
mgl@1371
 17161
+-n*)
mgl@1371
 17162
+  case `echo 'x\c'` in
mgl@1371
 17163
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
mgl@1371
 17164
+  *)   ECHO_C='\c';;
mgl@1371
 17165
+  esac;;
mgl@1371
 17166
+*)
mgl@1371
 17167
+  ECHO_N='-n';;
mgl@1371
 17168
+esac
mgl@1371
 17169
+
mgl@1371
 17170
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 17171
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 17172
+  as_expr=expr
mgl@1371
 17173
+else
mgl@1371
 17174
+  as_expr=false
mgl@1371
 17175
+fi
mgl@1371
 17176
+
mgl@1371
 17177
+rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
 17178
+if test -d conf$$.dir; then
mgl@1371
 17179
+  rm -f conf$$.dir/conf$$.file
mgl@1371
 17180
+else
mgl@1371
 17181
+  rm -f conf$$.dir
mgl@1371
 17182
+  mkdir conf$$.dir
mgl@1371
 17183
+fi
mgl@1371
 17184
+echo >conf$$.file
mgl@1371
 17185
+if ln -s conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 17186
+  as_ln_s='ln -s'
mgl@1371
 17187
+  # ... but there are two gotchas:
mgl@1371
 17188
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
mgl@1371
 17189
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
mgl@1371
 17190
+  # In both cases, we have to default to `cp -p'.
mgl@1371
 17191
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
mgl@1371
 17192
+    as_ln_s='cp -p'
mgl@1371
 17193
+elif ln conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 17194
+  as_ln_s=ln
mgl@1371
 17195
+else
mgl@1371
 17196
+  as_ln_s='cp -p'
mgl@1371
 17197
+fi
mgl@1371
 17198
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
mgl@1371
 17199
+rmdir conf$$.dir 2>/dev/null
mgl@1371
 17200
+
mgl@1371
 17201
+if mkdir -p . 2>/dev/null; then
mgl@1371
 17202
+  as_mkdir_p=:
mgl@1371
 17203
+else
mgl@1371
 17204
+  test -d ./-p && rmdir ./-p
mgl@1371
 17205
+  as_mkdir_p=false
mgl@1371
 17206
+fi
mgl@1371
 17207
+
mgl@1371
 17208
+if test -x / >/dev/null 2>&1; then
mgl@1371
 17209
+  as_test_x='test -x'
mgl@1371
 17210
+else
mgl@1371
 17211
+  if ls -dL / >/dev/null 2>&1; then
mgl@1371
 17212
+    as_ls_L_option=L
mgl@1371
 17213
+  else
mgl@1371
 17214
+    as_ls_L_option=
mgl@1371
 17215
+  fi
mgl@1371
 17216
+  as_test_x='
mgl@1371
 17217
+    eval sh -c '\''
mgl@1371
 17218
+      if test -d "$1"; then
mgl@1371
 17219
+        test -d "$1/.";
mgl@1371
 17220
+      else
mgl@1371
 17221
+	case $1 in
mgl@1371
 17222
+        -*)set "./$1";;
mgl@1371
 17223
+	esac;
mgl@1371
 17224
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
mgl@1371
 17225
+	???[sx]*):;;*)false;;esac;fi
mgl@1371
 17226
+    '\'' sh
mgl@1371
 17227
+  '
mgl@1371
 17228
+fi
mgl@1371
 17229
+as_executable_p=$as_test_x
mgl@1371
 17230
+
mgl@1371
 17231
+# Sed expression to map a string onto a valid CPP name.
mgl@1371
 17232
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 17233
+
mgl@1371
 17234
+# Sed expression to map a string onto a valid variable name.
mgl@1371
 17235
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 17236
+
mgl@1371
 17237
+
mgl@1371
 17238
+
mgl@1371
 17239
+exec 7<&0 </dev/null 6>&1
mgl@1371
 17240
+
mgl@1371
 17241
+# Name of the host.
mgl@1371
 17242
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
mgl@1371
 17243
+# so uname gets run too.
mgl@1371
 17244
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
 17245
+
mgl@1371
 17246
+#
mgl@1371
 17247
+# Initializations.
mgl@1371
 17248
+#
mgl@1371
 17249
+ac_default_prefix=/usr/local
mgl@1371
 17250
+ac_clean_files=
mgl@1371
 17251
+ac_config_libobj_dir=.
mgl@1371
 17252
+LIBOBJS=
mgl@1371
 17253
+cross_compiling=no
mgl@1371
 17254
+subdirs=
mgl@1371
 17255
+MFLAGS=
mgl@1371
 17256
+MAKEFLAGS=
mgl@1371
 17257
+SHELL=${CONFIG_SHELL-/bin/sh}
mgl@1371
 17258
+
mgl@1371
 17259
+# Identity of this package.
mgl@1371
 17260
+PACKAGE_NAME='newlib'
mgl@1371
 17261
+PACKAGE_TARNAME='newlib'
mgl@1371
 17262
+PACKAGE_VERSION='NEWLIB_VERSION'
mgl@1371
 17263
+PACKAGE_STRING='newlib NEWLIB_VERSION'
mgl@1371
 17264
+PACKAGE_BUGREPORT=''
mgl@1371
 17265
+
mgl@1371
 17266
+ac_subst_vars='SHELL
mgl@1371
 17267
+PATH_SEPARATOR
mgl@1371
 17268
+PACKAGE_NAME
mgl@1371
 17269
+PACKAGE_TARNAME
mgl@1371
 17270
+PACKAGE_VERSION
mgl@1371
 17271
+PACKAGE_STRING
mgl@1371
 17272
+PACKAGE_BUGREPORT
mgl@1371
 17273
+exec_prefix
mgl@1371
 17274
+prefix
mgl@1371
 17275
+program_transform_name
mgl@1371
 17276
+bindir
mgl@1371
 17277
+sbindir
mgl@1371
 17278
+libexecdir
mgl@1371
 17279
+datarootdir
mgl@1371
 17280
+datadir
mgl@1371
 17281
+sysconfdir
mgl@1371
 17282
+sharedstatedir
mgl@1371
 17283
+localstatedir
mgl@1371
 17284
+includedir
mgl@1371
 17285
+oldincludedir
mgl@1371
 17286
+docdir
mgl@1371
 17287
+infodir
mgl@1371
 17288
+htmldir
mgl@1371
 17289
+dvidir
mgl@1371
 17290
+pdfdir
mgl@1371
 17291
+psdir
mgl@1371
 17292
+libdir
mgl@1371
 17293
+localedir
mgl@1371
 17294
+mandir
mgl@1371
 17295
+DEFS
mgl@1371
 17296
+ECHO_C
mgl@1371
 17297
+ECHO_N
mgl@1371
 17298
+ECHO_T
mgl@1371
 17299
+LIBS
mgl@1371
 17300
+build_alias
mgl@1371
 17301
+host_alias
mgl@1371
 17302
+target_alias
mgl@1371
 17303
+MAY_SUPPLY_SYSCALLS_TRUE
mgl@1371
 17304
+MAY_SUPPLY_SYSCALLS_FALSE
mgl@1371
 17305
+newlib_basedir
mgl@1371
 17306
+build
mgl@1371
 17307
+build_cpu
mgl@1371
 17308
+build_vendor
mgl@1371
 17309
+build_os
mgl@1371
 17310
+host
mgl@1371
 17311
+host_cpu
mgl@1371
 17312
+host_vendor
mgl@1371
 17313
+host_os
mgl@1371
 17314
+target
mgl@1371
 17315
+target_cpu
mgl@1371
 17316
+target_vendor
mgl@1371
 17317
+target_os
mgl@1371
 17318
+INSTALL_PROGRAM
mgl@1371
 17319
+INSTALL_SCRIPT
mgl@1371
 17320
+INSTALL_DATA
mgl@1371
 17321
+PACKAGE
mgl@1371
 17322
+VERSION
mgl@1371
 17323
+ACLOCAL
mgl@1371
 17324
+AUTOCONF
mgl@1371
 17325
+AUTOMAKE
mgl@1371
 17326
+AUTOHEADER
mgl@1371
 17327
+MAKEINFO
mgl@1371
 17328
+SET_MAKE
mgl@1371
 17329
+CC
mgl@1371
 17330
+AS
mgl@1371
 17331
+AR
mgl@1371
 17332
+RANLIB
mgl@1371
 17333
+MAINTAINER_MODE_TRUE
mgl@1371
 17334
+MAINTAINER_MODE_FALSE
mgl@1371
 17335
+MAINT
mgl@1371
 17336
+NEWLIB_CFLAGS
mgl@1371
 17337
+LDFLAGS
mgl@1371
 17338
+ELIX_LEVEL_0_TRUE
mgl@1371
 17339
+ELIX_LEVEL_0_FALSE
mgl@1371
 17340
+ELIX_LEVEL_1_TRUE
mgl@1371
 17341
+ELIX_LEVEL_1_FALSE
mgl@1371
 17342
+ELIX_LEVEL_2_TRUE
mgl@1371
 17343
+ELIX_LEVEL_2_FALSE
mgl@1371
 17344
+ELIX_LEVEL_3_TRUE
mgl@1371
 17345
+ELIX_LEVEL_3_FALSE
mgl@1371
 17346
+ELIX_LEVEL_4_TRUE
mgl@1371
 17347
+ELIX_LEVEL_4_FALSE
mgl@1371
 17348
+USE_LIBTOOL_TRUE
mgl@1371
 17349
+USE_LIBTOOL_FALSE
mgl@1371
 17350
+OBJEXT
mgl@1371
 17351
+oext
mgl@1371
 17352
+aext
mgl@1371
 17353
+libm_machine_dir
mgl@1371
 17354
+machine_dir
mgl@1371
 17355
+sys_dir
mgl@1371
 17356
+LIBOBJS
mgl@1371
 17357
+LTLIBOBJS'
mgl@1371
 17358
+ac_subst_files=''
mgl@1371
 17359
+      ac_precious_vars='build_alias
mgl@1371
 17360
+host_alias
mgl@1371
 17361
+target_alias'
mgl@1371
 17362
+
mgl@1371
 17363
+
mgl@1371
 17364
+# Initialize some variables set by options.
mgl@1371
 17365
+ac_init_help=
mgl@1371
 17366
+ac_init_version=false
mgl@1371
 17367
+# The variables have the same names as the options, with
mgl@1371
 17368
+# dashes changed to underlines.
mgl@1371
 17369
+cache_file=/dev/null
mgl@1371
 17370
+exec_prefix=NONE
mgl@1371
 17371
+no_create=
mgl@1371
 17372
+no_recursion=
mgl@1371
 17373
+prefix=NONE
mgl@1371
 17374
+program_prefix=NONE
mgl@1371
 17375
+program_suffix=NONE
mgl@1371
 17376
+program_transform_name=s,x,x,
mgl@1371
 17377
+silent=
mgl@1371
 17378
+site=
mgl@1371
 17379
+srcdir=
mgl@1371
 17380
+verbose=
mgl@1371
 17381
+x_includes=NONE
mgl@1371
 17382
+x_libraries=NONE
mgl@1371
 17383
+
mgl@1371
 17384
+# Installation directory options.
mgl@1371
 17385
+# These are left unexpanded so users can "make install exec_prefix=/foo"
mgl@1371
 17386
+# and all the variables that are supposed to be based on exec_prefix
mgl@1371
 17387
+# by default will actually change.
mgl@1371
 17388
+# Use braces instead of parens because sh, perl, etc. also accept them.
mgl@1371
 17389
+# (The list follows the same order as the GNU Coding Standards.)
mgl@1371
 17390
+bindir='${exec_prefix}/bin'
mgl@1371
 17391
+sbindir='${exec_prefix}/sbin'
mgl@1371
 17392
+libexecdir='${exec_prefix}/libexec'
mgl@1371
 17393
+datarootdir='${prefix}/share'
mgl@1371
 17394
+datadir='${datarootdir}'
mgl@1371
 17395
+sysconfdir='${prefix}/etc'
mgl@1371
 17396
+sharedstatedir='${prefix}/com'
mgl@1371
 17397
+localstatedir='${prefix}/var'
mgl@1371
 17398
+includedir='${prefix}/include'
mgl@1371
 17399
+oldincludedir='/usr/include'
mgl@1371
 17400
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
mgl@1371
 17401
+infodir='${datarootdir}/info'
mgl@1371
 17402
+htmldir='${docdir}'
mgl@1371
 17403
+dvidir='${docdir}'
mgl@1371
 17404
+pdfdir='${docdir}'
mgl@1371
 17405
+psdir='${docdir}'
mgl@1371
 17406
+libdir='${exec_prefix}/lib'
mgl@1371
 17407
+localedir='${datarootdir}/locale'
mgl@1371
 17408
+mandir='${datarootdir}/man'
mgl@1371
 17409
+
mgl@1371
 17410
+ac_prev=
mgl@1371
 17411
+ac_dashdash=
mgl@1371
 17412
+for ac_option
mgl@1371
 17413
+do
mgl@1371
 17414
+  # If the previous option needs an argument, assign it.
mgl@1371
 17415
+  if test -n "$ac_prev"; then
mgl@1371
 17416
+    eval $ac_prev=\$ac_option
mgl@1371
 17417
+    ac_prev=
mgl@1371
 17418
+    continue
mgl@1371
 17419
+  fi
mgl@1371
 17420
+
mgl@1371
 17421
+  case $ac_option in
mgl@1371
 17422
+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mgl@1371
 17423
+  *)	ac_optarg=yes ;;
mgl@1371
 17424
+  esac
mgl@1371
 17425
+
mgl@1371
 17426
+  # Accept the important Cygnus configure options, so we can diagnose typos.
mgl@1371
 17427
+
mgl@1371
 17428
+  case $ac_dashdash$ac_option in
mgl@1371
 17429
+  --)
mgl@1371
 17430
+    ac_dashdash=yes ;;
mgl@1371
 17431
+
mgl@1371
 17432
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
mgl@1371
 17433
+    ac_prev=bindir ;;
mgl@1371
 17434
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
mgl@1371
 17435
+    bindir=$ac_optarg ;;
mgl@1371
 17436
+
mgl@1371
 17437
+  -build | --build | --buil | --bui | --bu)
mgl@1371
 17438
+    ac_prev=build_alias ;;
mgl@1371
 17439
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
mgl@1371
 17440
+    build_alias=$ac_optarg ;;
mgl@1371
 17441
+
mgl@1371
 17442
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
mgl@1371
 17443
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
mgl@1371
 17444
+    ac_prev=cache_file ;;
mgl@1371
 17445
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
mgl@1371
 17446
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
mgl@1371
 17447
+    cache_file=$ac_optarg ;;
mgl@1371
 17448
+
mgl@1371
 17449
+  --config-cache | -C)
mgl@1371
 17450
+    cache_file=config.cache ;;
mgl@1371
 17451
+
mgl@1371
 17452
+  -datadir | --datadir | --datadi | --datad)
mgl@1371
 17453
+    ac_prev=datadir ;;
mgl@1371
 17454
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
mgl@1371
 17455
+    datadir=$ac_optarg ;;
mgl@1371
 17456
+
mgl@1371
 17457
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
mgl@1371
 17458
+  | --dataroo | --dataro | --datar)
mgl@1371
 17459
+    ac_prev=datarootdir ;;
mgl@1371
 17460
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
mgl@1371
 17461
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
mgl@1371
 17462
+    datarootdir=$ac_optarg ;;
mgl@1371
 17463
+
mgl@1371
 17464
+  -disable-* | --disable-*)
mgl@1371
 17465
+    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mgl@1371
 17466
+    # Reject names that are not valid shell variable names.
mgl@1371
 17467
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
 17468
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
mgl@1371
 17469
+   { (exit 1); exit 1; }; }
mgl@1371
 17470
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
mgl@1371
 17471
+    eval enable_$ac_feature=no ;;
mgl@1371
 17472
+
mgl@1371
 17473
+  -docdir | --docdir | --docdi | --doc | --do)
mgl@1371
 17474
+    ac_prev=docdir ;;
mgl@1371
 17475
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
mgl@1371
 17476
+    docdir=$ac_optarg ;;
mgl@1371
 17477
+
mgl@1371
 17478
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
mgl@1371
 17479
+    ac_prev=dvidir ;;
mgl@1371
 17480
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
mgl@1371
 17481
+    dvidir=$ac_optarg ;;
mgl@1371
 17482
+
mgl@1371
 17483
+  -enable-* | --enable-*)
mgl@1371
 17484
+    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mgl@1371
 17485
+    # Reject names that are not valid shell variable names.
mgl@1371
 17486
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
 17487
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
mgl@1371
 17488
+   { (exit 1); exit 1; }; }
mgl@1371
 17489
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
mgl@1371
 17490
+    eval enable_$ac_feature=\$ac_optarg ;;
mgl@1371
 17491
+
mgl@1371
 17492
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
mgl@1371
 17493
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
mgl@1371
 17494
+  | --exec | --exe | --ex)
mgl@1371
 17495
+    ac_prev=exec_prefix ;;
mgl@1371
 17496
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
mgl@1371
 17497
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
mgl@1371
 17498
+  | --exec=* | --exe=* | --ex=*)
mgl@1371
 17499
+    exec_prefix=$ac_optarg ;;
mgl@1371
 17500
+
mgl@1371
 17501
+  -gas | --gas | --ga | --g)
mgl@1371
 17502
+    # Obsolete; use --with-gas.
mgl@1371
 17503
+    with_gas=yes ;;
mgl@1371
 17504
+
mgl@1371
 17505
+  -help | --help | --hel | --he | -h)
mgl@1371
 17506
+    ac_init_help=long ;;
mgl@1371
 17507
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
mgl@1371
 17508
+    ac_init_help=recursive ;;
mgl@1371
 17509
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
mgl@1371
 17510
+    ac_init_help=short ;;
mgl@1371
 17511
+
mgl@1371
 17512
+  -host | --host | --hos | --ho)
mgl@1371
 17513
+    ac_prev=host_alias ;;
mgl@1371
 17514
+  -host=* | --host=* | --hos=* | --ho=*)
mgl@1371
 17515
+    host_alias=$ac_optarg ;;
mgl@1371
 17516
+
mgl@1371
 17517
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
mgl@1371
 17518
+    ac_prev=htmldir ;;
mgl@1371
 17519
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
mgl@1371
 17520
+  | --ht=*)
mgl@1371
 17521
+    htmldir=$ac_optarg ;;
mgl@1371
 17522
+
mgl@1371
 17523
+  -includedir | --includedir | --includedi | --included | --include \
mgl@1371
 17524
+  | --includ | --inclu | --incl | --inc)
mgl@1371
 17525
+    ac_prev=includedir ;;
mgl@1371
 17526
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
mgl@1371
 17527
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
mgl@1371
 17528
+    includedir=$ac_optarg ;;
mgl@1371
 17529
+
mgl@1371
 17530
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
mgl@1371
 17531
+    ac_prev=infodir ;;
mgl@1371
 17532
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
mgl@1371
 17533
+    infodir=$ac_optarg ;;
mgl@1371
 17534
+
mgl@1371
 17535
+  -libdir | --libdir | --libdi | --libd)
mgl@1371
 17536
+    ac_prev=libdir ;;
mgl@1371
 17537
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
mgl@1371
 17538
+    libdir=$ac_optarg ;;
mgl@1371
 17539
+
mgl@1371
 17540
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
mgl@1371
 17541
+  | --libexe | --libex | --libe)
mgl@1371
 17542
+    ac_prev=libexecdir ;;
mgl@1371
 17543
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
mgl@1371
 17544
+  | --libexe=* | --libex=* | --libe=*)
mgl@1371
 17545
+    libexecdir=$ac_optarg ;;
mgl@1371
 17546
+
mgl@1371
 17547
+  -localedir | --localedir | --localedi | --localed | --locale)
mgl@1371
 17548
+    ac_prev=localedir ;;
mgl@1371
 17549
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
mgl@1371
 17550
+    localedir=$ac_optarg ;;
mgl@1371
 17551
+
mgl@1371
 17552
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
mgl@1371
 17553
+  | --localstate | --localstat | --localsta | --localst | --locals)
mgl@1371
 17554
+    ac_prev=localstatedir ;;
mgl@1371
 17555
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
mgl@1371
 17556
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
mgl@1371
 17557
+    localstatedir=$ac_optarg ;;
mgl@1371
 17558
+
mgl@1371
 17559
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
mgl@1371
 17560
+    ac_prev=mandir ;;
mgl@1371
 17561
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
mgl@1371
 17562
+    mandir=$ac_optarg ;;
mgl@1371
 17563
+
mgl@1371
 17564
+  -nfp | --nfp | --nf)
mgl@1371
 17565
+    # Obsolete; use --without-fp.
mgl@1371
 17566
+    with_fp=no ;;
mgl@1371
 17567
+
mgl@1371
 17568
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
mgl@1371
 17569
+  | --no-cr | --no-c | -n)
mgl@1371
 17570
+    no_create=yes ;;
mgl@1371
 17571
+
mgl@1371
 17572
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
mgl@1371
 17573
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
mgl@1371
 17574
+    no_recursion=yes ;;
mgl@1371
 17575
+
mgl@1371
 17576
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
mgl@1371
 17577
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
mgl@1371
 17578
+  | --oldin | --oldi | --old | --ol | --o)
mgl@1371
 17579
+    ac_prev=oldincludedir ;;
mgl@1371
 17580
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
mgl@1371
 17581
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
mgl@1371
 17582
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
mgl@1371
 17583
+    oldincludedir=$ac_optarg ;;
mgl@1371
 17584
+
mgl@1371
 17585
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
mgl@1371
 17586
+    ac_prev=prefix ;;
mgl@1371
 17587
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
mgl@1371
 17588
+    prefix=$ac_optarg ;;
mgl@1371
 17589
+
mgl@1371
 17590
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
mgl@1371
 17591
+  | --program-pre | --program-pr | --program-p)
mgl@1371
 17592
+    ac_prev=program_prefix ;;
mgl@1371
 17593
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
mgl@1371
 17594
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
mgl@1371
 17595
+    program_prefix=$ac_optarg ;;
mgl@1371
 17596
+
mgl@1371
 17597
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
mgl@1371
 17598
+  | --program-suf | --program-su | --program-s)
mgl@1371
 17599
+    ac_prev=program_suffix ;;
mgl@1371
 17600
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
mgl@1371
 17601
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
mgl@1371
 17602
+    program_suffix=$ac_optarg ;;
mgl@1371
 17603
+
mgl@1371
 17604
+  -program-transform-name | --program-transform-name \
mgl@1371
 17605
+  | --program-transform-nam | --program-transform-na \
mgl@1371
 17606
+  | --program-transform-n | --program-transform- \
mgl@1371
 17607
+  | --program-transform | --program-transfor \
mgl@1371
 17608
+  | --program-transfo | --program-transf \
mgl@1371
 17609
+  | --program-trans | --program-tran \
mgl@1371
 17610
+  | --progr-tra | --program-tr | --program-t)
mgl@1371
 17611
+    ac_prev=program_transform_name ;;
mgl@1371
 17612
+  -program-transform-name=* | --program-transform-name=* \
mgl@1371
 17613
+  | --program-transform-nam=* | --program-transform-na=* \
mgl@1371
 17614
+  | --program-transform-n=* | --program-transform-=* \
mgl@1371
 17615
+  | --program-transform=* | --program-transfor=* \
mgl@1371
 17616
+  | --program-transfo=* | --program-transf=* \
mgl@1371
 17617
+  | --program-trans=* | --program-tran=* \
mgl@1371
 17618
+  | --progr-tra=* | --program-tr=* | --program-t=*)
mgl@1371
 17619
+    program_transform_name=$ac_optarg ;;
mgl@1371
 17620
+
mgl@1371
 17621
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
mgl@1371
 17622
+    ac_prev=pdfdir ;;
mgl@1371
 17623
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
mgl@1371
 17624
+    pdfdir=$ac_optarg ;;
mgl@1371
 17625
+
mgl@1371
 17626
+  -psdir | --psdir | --psdi | --psd | --ps)
mgl@1371
 17627
+    ac_prev=psdir ;;
mgl@1371
 17628
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
mgl@1371
 17629
+    psdir=$ac_optarg ;;
mgl@1371
 17630
+
mgl@1371
 17631
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
 17632
+  | -silent | --silent | --silen | --sile | --sil)
mgl@1371
 17633
+    silent=yes ;;
mgl@1371
 17634
+
mgl@1371
 17635
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
mgl@1371
 17636
+    ac_prev=sbindir ;;
mgl@1371
 17637
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
mgl@1371
 17638
+  | --sbi=* | --sb=*)
mgl@1371
 17639
+    sbindir=$ac_optarg ;;
mgl@1371
 17640
+
mgl@1371
 17641
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
mgl@1371
 17642
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
mgl@1371
 17643
+  | --sharedst | --shareds | --shared | --share | --shar \
mgl@1371
 17644
+  | --sha | --sh)
mgl@1371
 17645
+    ac_prev=sharedstatedir ;;
mgl@1371
 17646
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
mgl@1371
 17647
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
mgl@1371
 17648
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
mgl@1371
 17649
+  | --sha=* | --sh=*)
mgl@1371
 17650
+    sharedstatedir=$ac_optarg ;;
mgl@1371
 17651
+
mgl@1371
 17652
+  -site | --site | --sit)
mgl@1371
 17653
+    ac_prev=site ;;
mgl@1371
 17654
+  -site=* | --site=* | --sit=*)
mgl@1371
 17655
+    site=$ac_optarg ;;
mgl@1371
 17656
+
mgl@1371
 17657
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
mgl@1371
 17658
+    ac_prev=srcdir ;;
mgl@1371
 17659
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
mgl@1371
 17660
+    srcdir=$ac_optarg ;;
mgl@1371
 17661
+
mgl@1371
 17662
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
mgl@1371
 17663
+  | --syscon | --sysco | --sysc | --sys | --sy)
mgl@1371
 17664
+    ac_prev=sysconfdir ;;
mgl@1371
 17665
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
mgl@1371
 17666
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
mgl@1371
 17667
+    sysconfdir=$ac_optarg ;;
mgl@1371
 17668
+
mgl@1371
 17669
+  -target | --target | --targe | --targ | --tar | --ta | --t)
mgl@1371
 17670
+    ac_prev=target_alias ;;
mgl@1371
 17671
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
mgl@1371
 17672
+    target_alias=$ac_optarg ;;
mgl@1371
 17673
+
mgl@1371
 17674
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
mgl@1371
 17675
+    verbose=yes ;;
mgl@1371
 17676
+
mgl@1371
 17677
+  -version | --version | --versio | --versi | --vers | -V)
mgl@1371
 17678
+    ac_init_version=: ;;
mgl@1371
 17679
+
mgl@1371
 17680
+  -with-* | --with-*)
mgl@1371
 17681
+    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mgl@1371
 17682
+    # Reject names that are not valid shell variable names.
mgl@1371
 17683
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
 17684
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
mgl@1371
 17685
+   { (exit 1); exit 1; }; }
mgl@1371
 17686
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
mgl@1371
 17687
+    eval with_$ac_package=\$ac_optarg ;;
mgl@1371
 17688
+
mgl@1371
 17689
+  -without-* | --without-*)
mgl@1371
 17690
+    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mgl@1371
 17691
+    # Reject names that are not valid shell variable names.
mgl@1371
 17692
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
 17693
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
mgl@1371
 17694
+   { (exit 1); exit 1; }; }
mgl@1371
 17695
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
mgl@1371
 17696
+    eval with_$ac_package=no ;;
mgl@1371
 17697
+
mgl@1371
 17698
+  --x)
mgl@1371
 17699
+    # Obsolete; use --with-x.
mgl@1371
 17700
+    with_x=yes ;;
mgl@1371
 17701
+
mgl@1371
 17702
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
mgl@1371
 17703
+  | --x-incl | --x-inc | --x-in | --x-i)
mgl@1371
 17704
+    ac_prev=x_includes ;;
mgl@1371
 17705
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
mgl@1371
 17706
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
mgl@1371
 17707
+    x_includes=$ac_optarg ;;
mgl@1371
 17708
+
mgl@1371
 17709
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
mgl@1371
 17710
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
mgl@1371
 17711
+    ac_prev=x_libraries ;;
mgl@1371
 17712
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
mgl@1371
 17713
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
mgl@1371
 17714
+    x_libraries=$ac_optarg ;;
mgl@1371
 17715
+
mgl@1371
 17716
+  -*) { echo "$as_me: error: unrecognized option: $ac_option
mgl@1371
 17717
+Try \`$0 --help' for more information." >&2
mgl@1371
 17718
+   { (exit 1); exit 1; }; }
mgl@1371
 17719
+    ;;
mgl@1371
 17720
+
mgl@1371
 17721
+  *=*)
mgl@1371
 17722
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mgl@1371
 17723
+    # Reject names that are not valid shell variable names.
mgl@1371
 17724
+    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
mgl@1371
 17725
+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
mgl@1371
 17726
+   { (exit 1); exit 1; }; }
mgl@1371
 17727
+    eval $ac_envvar=\$ac_optarg
mgl@1371
 17728
+    export $ac_envvar ;;
mgl@1371
 17729
+
mgl@1371
 17730
+  *)
mgl@1371
 17731
+    # FIXME: should be removed in autoconf 3.0.
mgl@1371
 17732
+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
mgl@1371
 17733
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
 17734
+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
mgl@1371
 17735
+    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
mgl@1371
 17736
+    ;;
mgl@1371
 17737
+
mgl@1371
 17738
+  esac
mgl@1371
 17739
+done
mgl@1371
 17740
+
mgl@1371
 17741
+if test -n "$ac_prev"; then
mgl@1371
 17742
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mgl@1371
 17743
+  { echo "$as_me: error: missing argument to $ac_option" >&2
mgl@1371
 17744
+   { (exit 1); exit 1; }; }
mgl@1371
 17745
+fi
mgl@1371
 17746
+
mgl@1371
 17747
+# Be sure to have absolute directory names.
mgl@1371
 17748
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
mgl@1371
 17749
+		datadir sysconfdir sharedstatedir localstatedir includedir \
mgl@1371
 17750
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
mgl@1371
 17751
+		libdir localedir mandir
mgl@1371
 17752
+do
mgl@1371
 17753
+  eval ac_val=\$$ac_var
mgl@1371
 17754
+  case $ac_val in
mgl@1371
 17755
+    [\\/$]* | ?:[\\/]* )  continue;;
mgl@1371
 17756
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
mgl@1371
 17757
+  esac
mgl@1371
 17758
+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
mgl@1371
 17759
+   { (exit 1); exit 1; }; }
mgl@1371
 17760
+done
mgl@1371
 17761
+
mgl@1371
 17762
+# There might be people who depend on the old broken behavior: `$host'
mgl@1371
 17763
+# used to hold the argument of --host etc.
mgl@1371
 17764
+# FIXME: To remove some day.
mgl@1371
 17765
+build=$build_alias
mgl@1371
 17766
+host=$host_alias
mgl@1371
 17767
+target=$target_alias
mgl@1371
 17768
+
mgl@1371
 17769
+# FIXME: To remove some day.
mgl@1371
 17770
+if test "x$host_alias" != x; then
mgl@1371
 17771
+  if test "x$build_alias" = x; then
mgl@1371
 17772
+    cross_compiling=maybe
mgl@1371
 17773
+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
mgl@1371
 17774
+    If a cross compiler is detected then cross compile mode will be used." >&2
mgl@1371
 17775
+  elif test "x$build_alias" != "x$host_alias"; then
mgl@1371
 17776
+    cross_compiling=yes
mgl@1371
 17777
+  fi
mgl@1371
 17778
+fi
mgl@1371
 17779
+
mgl@1371
 17780
+ac_tool_prefix=
mgl@1371
 17781
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
mgl@1371
 17782
+
mgl@1371
 17783
+test "$silent" = yes && exec 6>/dev/null
mgl@1371
 17784
+
mgl@1371
 17785
+
mgl@1371
 17786
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
mgl@1371
 17787
+ac_ls_di=`ls -di .` &&
mgl@1371
 17788
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mgl@1371
 17789
+  { echo "$as_me: error: Working directory cannot be determined" >&2
mgl@1371
 17790
+   { (exit 1); exit 1; }; }
mgl@1371
 17791
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
mgl@1371
 17792
+  { echo "$as_me: error: pwd does not report name of working directory" >&2
mgl@1371
 17793
+   { (exit 1); exit 1; }; }
mgl@1371
 17794
+
mgl@1371
 17795
+
mgl@1371
 17796
+# Find the source files, if location was not specified.
mgl@1371
 17797
+if test -z "$srcdir"; then
mgl@1371
 17798
+  ac_srcdir_defaulted=yes
mgl@1371
 17799
+  # Try the directory containing this script, then the parent directory.
mgl@1371
 17800
+  ac_confdir=`$as_dirname -- "$0" ||
mgl@1371
 17801
+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 17802
+	 X"$0" : 'X\(//\)[^/]' \| \
mgl@1371
 17803
+	 X"$0" : 'X\(//\)$' \| \
mgl@1371
 17804
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 17805
+echo X"$0" |
mgl@1371
 17806
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 17807
+	    s//\1/
mgl@1371
 17808
+	    q
mgl@1371
 17809
+	  }
mgl@1371
 17810
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 17811
+	    s//\1/
mgl@1371
 17812
+	    q
mgl@1371
 17813
+	  }
mgl@1371
 17814
+	  /^X\(\/\/\)$/{
mgl@1371
 17815
+	    s//\1/
mgl@1371
 17816
+	    q
mgl@1371
 17817
+	  }
mgl@1371
 17818
+	  /^X\(\/\).*/{
mgl@1371
 17819
+	    s//\1/
mgl@1371
 17820
+	    q
mgl@1371
 17821
+	  }
mgl@1371
 17822
+	  s/.*/./; q'`
mgl@1371
 17823
+  srcdir=$ac_confdir
mgl@1371
 17824
+  if test ! -r "$srcdir/$ac_unique_file"; then
mgl@1371
 17825
+    srcdir=..
mgl@1371
 17826
+  fi
mgl@1371
 17827
+else
mgl@1371
 17828
+  ac_srcdir_defaulted=no
mgl@1371
 17829
+fi
mgl@1371
 17830
+if test ! -r "$srcdir/$ac_unique_file"; then
mgl@1371
 17831
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
mgl@1371
 17832
+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
mgl@1371
 17833
+   { (exit 1); exit 1; }; }
mgl@1371
 17834
+fi
mgl@1371
 17835
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
mgl@1371
 17836
+ac_abs_confdir=`(
mgl@1371
 17837
+	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
mgl@1371
 17838
+   { (exit 1); exit 1; }; }
mgl@1371
 17839
+	pwd)`
mgl@1371
 17840
+# When building in place, set srcdir=.
mgl@1371
 17841
+if test "$ac_abs_confdir" = "$ac_pwd"; then
mgl@1371
 17842
+  srcdir=.
mgl@1371
 17843
+fi
mgl@1371
 17844
+# Remove unnecessary trailing slashes from srcdir.
mgl@1371
 17845
+# Double slashes in file names in object file debugging info
mgl@1371
 17846
+# mess up M-x gdb in Emacs.
mgl@1371
 17847
+case $srcdir in
mgl@1371
 17848
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mgl@1371
 17849
+esac
mgl@1371
 17850
+for ac_var in $ac_precious_vars; do
mgl@1371
 17851
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
mgl@1371
 17852
+  eval ac_env_${ac_var}_value=\$${ac_var}
mgl@1371
 17853
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
mgl@1371
 17854
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
mgl@1371
 17855
+done
mgl@1371
 17856
+
mgl@1371
 17857
+#
mgl@1371
 17858
+# Report the --help message.
mgl@1371
 17859
+#
mgl@1371
 17860
+if test "$ac_init_help" = "long"; then
mgl@1371
 17861
+  # Omit some internal or obsolete options to make the list less imposing.
mgl@1371
 17862
+  # This message is too long to be a string in the A/UX 3.1 sh.
mgl@1371
 17863
+  cat <<_ACEOF
mgl@1371
 17864
+\`configure' configures newlib NEWLIB_VERSION to adapt to many kinds of systems.
mgl@1371
 17865
+
mgl@1371
 17866
+Usage: $0 [OPTION]... [VAR=VALUE]...
mgl@1371
 17867
+
mgl@1371
 17868
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
mgl@1371
 17869
+VAR=VALUE.  See below for descriptions of some of the useful variables.
mgl@1371
 17870
+
mgl@1371
 17871
+Defaults for the options are specified in brackets.
mgl@1371
 17872
+
mgl@1371
 17873
+Configuration:
mgl@1371
 17874
+  -h, --help              display this help and exit
mgl@1371
 17875
+      --help=short        display options specific to this package
mgl@1371
 17876
+      --help=recursive    display the short help of all the included packages
mgl@1371
 17877
+  -V, --version           display version information and exit
mgl@1371
 17878
+  -q, --quiet, --silent   do not print \`checking...' messages
mgl@1371
 17879
+      --cache-file=FILE   cache test results in FILE [disabled]
mgl@1371
 17880
+  -C, --config-cache      alias for \`--cache-file=config.cache'
mgl@1371
 17881
+  -n, --no-create         do not create output files
mgl@1371
 17882
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
mgl@1371
 17883
+
mgl@1371
 17884
+Installation directories:
mgl@1371
 17885
+  --prefix=PREFIX         install architecture-independent files in PREFIX
mgl@1371
 17886
+			  [$ac_default_prefix]
mgl@1371
 17887
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
mgl@1371
 17888
+			  [PREFIX]
mgl@1371
 17889
+
mgl@1371
 17890
+By default, \`make install' will install all the files in
mgl@1371
 17891
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mgl@1371
 17892
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mgl@1371
 17893
+for instance \`--prefix=\$HOME'.
mgl@1371
 17894
+
mgl@1371
 17895
+For better control, use the options below.
mgl@1371
 17896
+
mgl@1371
 17897
+Fine tuning of the installation directories:
mgl@1371
 17898
+  --bindir=DIR           user executables [EPREFIX/bin]
mgl@1371
 17899
+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
mgl@1371
 17900
+  --libexecdir=DIR       program executables [EPREFIX/libexec]
mgl@1371
 17901
+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
mgl@1371
 17902
+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
mgl@1371
 17903
+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
mgl@1371
 17904
+  --libdir=DIR           object code libraries [EPREFIX/lib]
mgl@1371
 17905
+  --includedir=DIR       C header files [PREFIX/include]
mgl@1371
 17906
+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
mgl@1371
 17907
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
mgl@1371
 17908
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
mgl@1371
 17909
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
mgl@1371
 17910
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
mgl@1371
 17911
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
mgl@1371
 17912
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
mgl@1371
 17913
+  --htmldir=DIR          html documentation [DOCDIR]
mgl@1371
 17914
+  --dvidir=DIR           dvi documentation [DOCDIR]
mgl@1371
 17915
+  --pdfdir=DIR           pdf documentation [DOCDIR]
mgl@1371
 17916
+  --psdir=DIR            ps documentation [DOCDIR]
mgl@1371
 17917
+_ACEOF
mgl@1371
 17918
+
mgl@1371
 17919
+  cat <<\_ACEOF
mgl@1371
 17920
+
mgl@1371
 17921
+Program names:
mgl@1371
 17922
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
mgl@1371
 17923
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
mgl@1371
 17924
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
mgl@1371
 17925
+
mgl@1371
 17926
+System types:
mgl@1371
 17927
+  --build=BUILD     configure for building on BUILD [guessed]
mgl@1371
 17928
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
mgl@1371
 17929
+  --target=TARGET   configure for building compilers for TARGET [HOST]
mgl@1371
 17930
+_ACEOF
mgl@1371
 17931
+fi
mgl@1371
 17932
+
mgl@1371
 17933
+if test -n "$ac_init_help"; then
mgl@1371
 17934
+  case $ac_init_help in
mgl@1371
 17935
+     short | recursive ) echo "Configuration of newlib NEWLIB_VERSION:";;
mgl@1371
 17936
+   esac
mgl@1371
 17937
+  cat <<\_ACEOF
mgl@1371
 17938
+
mgl@1371
 17939
+Optional Features:
mgl@1371
 17940
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
mgl@1371
 17941
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
mgl@1371
 17942
+  --enable-multilib         build many library versions (default)
mgl@1371
 17943
+  --enable-target-optspace  optimize for space
mgl@1371
 17944
+  --enable-malloc-debugging indicate malloc debugging requested
mgl@1371
 17945
+  --enable-newlib-multithread        enable support for multiple threads
mgl@1371
 17946
+  --enable-newlib-iconv     enable iconv library support
mgl@1371
 17947
+  --enable-newlib-elix-level         supply desired elix library level (1-4)
mgl@1371
 17948
+  --disable-newlib-io-float disable printf/scanf family float support
mgl@1371
 17949
+  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
mgl@1371
 17950
+  --enable-maintainer-mode enable make rules and dependencies not useful
mgl@1371
 17951
+                          (and sometimes confusing) to the casual installer
mgl@1371
 17952
+
mgl@1371
 17953
+_ACEOF
mgl@1371
 17954
+ac_status=$?
mgl@1371
 17955
+fi
mgl@1371
 17956
+
mgl@1371
 17957
+if test "$ac_init_help" = "recursive"; then
mgl@1371
 17958
+  # If there are subdirs, report their specific --help.
mgl@1371
 17959
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
mgl@1371
 17960
+    test -d "$ac_dir" || continue
mgl@1371
 17961
+    ac_builddir=.
mgl@1371
 17962
+
mgl@1371
 17963
+case "$ac_dir" in
mgl@1371
 17964
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 17965
+*)
mgl@1371
 17966
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
 17967
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
 17968
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
 17969
+  case $ac_top_builddir_sub in
mgl@1371
 17970
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 17971
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
 17972
+  esac ;;
mgl@1371
 17973
+esac
mgl@1371
 17974
+ac_abs_top_builddir=$ac_pwd
mgl@1371
 17975
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
 17976
+# for backward compatibility:
mgl@1371
 17977
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
 17978
+
mgl@1371
 17979
+case $srcdir in
mgl@1371
 17980
+  .)  # We are building in place.
mgl@1371
 17981
+    ac_srcdir=.
mgl@1371
 17982
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
 17983
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
 17984
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
 17985
+    ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
 17986
+    ac_top_srcdir=$srcdir
mgl@1371
 17987
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
 17988
+  *) # Relative name.
mgl@1371
 17989
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
 17990
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
 17991
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
 17992
+esac
mgl@1371
 17993
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
 17994
+
mgl@1371
 17995
+    cd "$ac_dir" || { ac_status=$?; continue; }
mgl@1371
 17996
+    # Check for guested configure.
mgl@1371
 17997
+    if test -f "$ac_srcdir/configure.gnu"; then
mgl@1371
 17998
+      echo &&
mgl@1371
 17999
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
mgl@1371
 18000
+    elif test -f "$ac_srcdir/configure"; then
mgl@1371
 18001
+      echo &&
mgl@1371
 18002
+      $SHELL "$ac_srcdir/configure" --help=recursive
mgl@1371
 18003
+    else
mgl@1371
 18004
+      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
mgl@1371
 18005
+    fi || ac_status=$?
mgl@1371
 18006
+    cd "$ac_pwd" || { ac_status=$?; break; }
mgl@1371
 18007
+  done
mgl@1371
 18008
+fi
mgl@1371
 18009
+
mgl@1371
 18010
+test -n "$ac_init_help" && exit $ac_status
mgl@1371
 18011
+if $ac_init_version; then
mgl@1371
 18012
+  cat <<\_ACEOF
mgl@1371
 18013
+newlib configure NEWLIB_VERSION
mgl@1371
 18014
+generated by GNU Autoconf 2.61
mgl@1371
 18015
+
mgl@1371
 18016
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
mgl@1371
 18017
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
mgl@1371
 18018
+This configure script is free software; the Free Software Foundation
mgl@1371
 18019
+gives unlimited permission to copy, distribute and modify it.
mgl@1371
 18020
+_ACEOF
mgl@1371
 18021
+  exit
mgl@1371
 18022
+fi
mgl@1371
 18023
+cat >config.log <<_ACEOF
mgl@1371
 18024
+This file contains any messages produced by compilers while
mgl@1371
 18025
+running configure, to aid debugging if configure makes a mistake.
mgl@1371
 18026
+
mgl@1371
 18027
+It was created by newlib $as_me NEWLIB_VERSION, which was
mgl@1371
 18028
+generated by GNU Autoconf 2.61.  Invocation command line was
mgl@1371
 18029
+
mgl@1371
 18030
+  $ $0 $@
mgl@1371
 18031
+
mgl@1371
 18032
+_ACEOF
mgl@1371
 18033
+exec 5>>config.log
mgl@1371
 18034
+{
mgl@1371
 18035
+cat <<_ASUNAME
mgl@1371
 18036
+## --------- ##
mgl@1371
 18037
+## Platform. ##
mgl@1371
 18038
+## --------- ##
mgl@1371
 18039
+
mgl@1371
 18040
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
 18041
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
mgl@1371
 18042
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
mgl@1371
 18043
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
mgl@1371
 18044
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
mgl@1371
 18045
+
mgl@1371
 18046
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
mgl@1371
 18047
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
mgl@1371
 18048
+
mgl@1371
 18049
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
mgl@1371
 18050
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
mgl@1371
 18051
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
mgl@1371
 18052
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
mgl@1371
 18053
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
mgl@1371
 18054
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
mgl@1371
 18055
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
mgl@1371
 18056
+
mgl@1371
 18057
+_ASUNAME
mgl@1371
 18058
+
mgl@1371
 18059
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 18060
+for as_dir in $PATH
mgl@1371
 18061
+do
mgl@1371
 18062
+  IFS=$as_save_IFS
mgl@1371
 18063
+  test -z "$as_dir" && as_dir=.
mgl@1371
 18064
+  echo "PATH: $as_dir"
mgl@1371
 18065
+done
mgl@1371
 18066
+IFS=$as_save_IFS
mgl@1371
 18067
+
mgl@1371
 18068
+} >&5
mgl@1371
 18069
+
mgl@1371
 18070
+cat >&5 <<_ACEOF
mgl@1371
 18071
+
mgl@1371
 18072
+
mgl@1371
 18073
+## ----------- ##
mgl@1371
 18074
+## Core tests. ##
mgl@1371
 18075
+## ----------- ##
mgl@1371
 18076
+
mgl@1371
 18077
+_ACEOF
mgl@1371
 18078
+
mgl@1371
 18079
+
mgl@1371
 18080
+# Keep a trace of the command line.
mgl@1371
 18081
+# Strip out --no-create and --no-recursion so they do not pile up.
mgl@1371
 18082
+# Strip out --silent because we don't want to record it for future runs.
mgl@1371
 18083
+# Also quote any args containing shell meta-characters.
mgl@1371
 18084
+# Make two passes to allow for proper duplicate-argument suppression.
mgl@1371
 18085
+ac_configure_args=
mgl@1371
 18086
+ac_configure_args0=
mgl@1371
 18087
+ac_configure_args1=
mgl@1371
 18088
+ac_must_keep_next=false
mgl@1371
 18089
+for ac_pass in 1 2
mgl@1371
 18090
+do
mgl@1371
 18091
+  for ac_arg
mgl@1371
 18092
+  do
mgl@1371
 18093
+    case $ac_arg in
mgl@1371
 18094
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
mgl@1371
 18095
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
 18096
+    | -silent | --silent | --silen | --sile | --sil)
mgl@1371
 18097
+      continue ;;
mgl@1371
 18098
+    *\'*)
mgl@1371
 18099
+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
 18100
+    esac
mgl@1371
 18101
+    case $ac_pass in
mgl@1371
 18102
+    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
mgl@1371
 18103
+    2)
mgl@1371
 18104
+      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
mgl@1371
 18105
+      if test $ac_must_keep_next = true; then
mgl@1371
 18106
+	ac_must_keep_next=false # Got value, back to normal.
mgl@1371
 18107
+      else
mgl@1371
 18108
+	case $ac_arg in
mgl@1371
 18109
+	  *=* | --config-cache | -C | -disable-* | --disable-* \
mgl@1371
 18110
+	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
mgl@1371
 18111
+	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
mgl@1371
 18112
+	  | -with-* | --with-* | -without-* | --without-* | --x)
mgl@1371
 18113
+	    case "$ac_configure_args0 " in
mgl@1371
 18114
+	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
mgl@1371
 18115
+	    esac
mgl@1371
 18116
+	    ;;
mgl@1371
 18117
+	  -* ) ac_must_keep_next=true ;;
mgl@1371
 18118
+	esac
mgl@1371
 18119
+      fi
mgl@1371
 18120
+      ac_configure_args="$ac_configure_args '$ac_arg'"
mgl@1371
 18121
+      ;;
mgl@1371
 18122
+    esac
mgl@1371
 18123
+  done
mgl@1371
 18124
+done
mgl@1371
 18125
+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
mgl@1371
 18126
+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
mgl@1371
 18127
+
mgl@1371
 18128
+# When interrupted or exit'd, cleanup temporary files, and complete
mgl@1371
 18129
+# config.log.  We remove comments because anyway the quotes in there
mgl@1371
 18130
+# would cause problems or look ugly.
mgl@1371
 18131
+# WARNING: Use '\'' to represent an apostrophe within the trap.
mgl@1371
 18132
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
mgl@1371
 18133
+trap 'exit_status=$?
mgl@1371
 18134
+  # Save into config.log some information that might help in debugging.
mgl@1371
 18135
+  {
mgl@1371
 18136
+    echo
mgl@1371
 18137
+
mgl@1371
 18138
+    cat <<\_ASBOX
mgl@1371
 18139
+## ---------------- ##
mgl@1371
 18140
+## Cache variables. ##
mgl@1371
 18141
+## ---------------- ##
mgl@1371
 18142
+_ASBOX
mgl@1371
 18143
+    echo
mgl@1371
 18144
+    # The following way of writing the cache mishandles newlines in values,
mgl@1371
 18145
+(
mgl@1371
 18146
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
mgl@1371
 18147
+    eval ac_val=\$$ac_var
mgl@1371
 18148
+    case $ac_val in #(
mgl@1371
 18149
+    *${as_nl}*)
mgl@1371
 18150
+      case $ac_var in #(
mgl@1371
 18151
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
mgl@1371
 18152
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
mgl@1371
 18153
+      esac
mgl@1371
 18154
+      case $ac_var in #(
mgl@1371
 18155
+      _ | IFS | as_nl) ;; #(
mgl@1371
 18156
+      *) $as_unset $ac_var ;;
mgl@1371
 18157
+      esac ;;
mgl@1371
 18158
+    esac
mgl@1371
 18159
+  done
mgl@1371
 18160
+  (set) 2>&1 |
mgl@1371
 18161
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
mgl@1371
 18162
+    *${as_nl}ac_space=\ *)
mgl@1371
 18163
+      sed -n \
mgl@1371
 18164
+	"s/'\''/'\''\\\\'\'''\''/g;
mgl@1371
 18165
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
mgl@1371
 18166
+      ;; #(
mgl@1371
 18167
+    *)
mgl@1371
 18168
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
mgl@1371
 18169
+      ;;
mgl@1371
 18170
+    esac |
mgl@1371
 18171
+    sort
mgl@1371
 18172
+)
mgl@1371
 18173
+    echo
mgl@1371
 18174
+
mgl@1371
 18175
+    cat <<\_ASBOX
mgl@1371
 18176
+## ----------------- ##
mgl@1371
 18177
+## Output variables. ##
mgl@1371
 18178
+## ----------------- ##
mgl@1371
 18179
+_ASBOX
mgl@1371
 18180
+    echo
mgl@1371
 18181
+    for ac_var in $ac_subst_vars
mgl@1371
 18182
+    do
mgl@1371
 18183
+      eval ac_val=\$$ac_var
mgl@1371
 18184
+      case $ac_val in
mgl@1371
 18185
+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mgl@1371
 18186
+      esac
mgl@1371
 18187
+      echo "$ac_var='\''$ac_val'\''"
mgl@1371
 18188
+    done | sort
mgl@1371
 18189
+    echo
mgl@1371
 18190
+
mgl@1371
 18191
+    if test -n "$ac_subst_files"; then
mgl@1371
 18192
+      cat <<\_ASBOX
mgl@1371
 18193
+## ------------------- ##
mgl@1371
 18194
+## File substitutions. ##
mgl@1371
 18195
+## ------------------- ##
mgl@1371
 18196
+_ASBOX
mgl@1371
 18197
+      echo
mgl@1371
 18198
+      for ac_var in $ac_subst_files
mgl@1371
 18199
+      do
mgl@1371
 18200
+	eval ac_val=\$$ac_var
mgl@1371
 18201
+	case $ac_val in
mgl@1371
 18202
+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mgl@1371
 18203
+	esac
mgl@1371
 18204
+	echo "$ac_var='\''$ac_val'\''"
mgl@1371
 18205
+      done | sort
mgl@1371
 18206
+      echo
mgl@1371
 18207
+    fi
mgl@1371
 18208
+
mgl@1371
 18209
+    if test -s confdefs.h; then
mgl@1371
 18210
+      cat <<\_ASBOX
mgl@1371
 18211
+## ----------- ##
mgl@1371
 18212
+## confdefs.h. ##
mgl@1371
 18213
+## ----------- ##
mgl@1371
 18214
+_ASBOX
mgl@1371
 18215
+      echo
mgl@1371
 18216
+      cat confdefs.h
mgl@1371
 18217
+      echo
mgl@1371
 18218
+    fi
mgl@1371
 18219
+    test "$ac_signal" != 0 &&
mgl@1371
 18220
+      echo "$as_me: caught signal $ac_signal"
mgl@1371
 18221
+    echo "$as_me: exit $exit_status"
mgl@1371
 18222
+  } >&5
mgl@1371
 18223
+  rm -f core *.core core.conftest.* &&
mgl@1371
 18224
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
mgl@1371
 18225
+    exit $exit_status
mgl@1371
 18226
+' 0
mgl@1371
 18227
+for ac_signal in 1 2 13 15; do
mgl@1371
 18228
+  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
mgl@1371
 18229
+done
mgl@1371
 18230
+ac_signal=0
mgl@1371
 18231
+
mgl@1371
 18232
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
mgl@1371
 18233
+rm -f -r conftest* confdefs.h
mgl@1371
 18234
+
mgl@1371
 18235
+# Predefined preprocessor variables.
mgl@1371
 18236
+
mgl@1371
 18237
+cat >>confdefs.h <<_ACEOF
mgl@1371
 18238
+#define PACKAGE_NAME "$PACKAGE_NAME"
mgl@1371
 18239
+_ACEOF
mgl@1371
 18240
+
mgl@1371
 18241
+
mgl@1371
 18242
+cat >>confdefs.h <<_ACEOF
mgl@1371
 18243
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
mgl@1371
 18244
+_ACEOF
mgl@1371
 18245
+
mgl@1371
 18246
+
mgl@1371
 18247
+cat >>confdefs.h <<_ACEOF
mgl@1371
 18248
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
mgl@1371
 18249
+_ACEOF
mgl@1371
 18250
+
mgl@1371
 18251
+
mgl@1371
 18252
+cat >>confdefs.h <<_ACEOF
mgl@1371
 18253
+#define PACKAGE_STRING "$PACKAGE_STRING"
mgl@1371
 18254
+_ACEOF
mgl@1371
 18255
+
mgl@1371
 18256
+
mgl@1371
 18257
+cat >>confdefs.h <<_ACEOF
mgl@1371
 18258
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
mgl@1371
 18259
+_ACEOF
mgl@1371
 18260
+
mgl@1371
 18261
+
mgl@1371
 18262
+# Let the site file select an alternate cache file if it wants to.
mgl@1371
 18263
+# Prefer explicitly selected file to automatically selected ones.
mgl@1371
 18264
+if test -n "$CONFIG_SITE"; then
mgl@1371
 18265
+  set x "$CONFIG_SITE"
mgl@1371
 18266
+elif test "x$prefix" != xNONE; then
mgl@1371
 18267
+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
mgl@1371
 18268
+else
mgl@1371
 18269
+  set x "$ac_default_prefix/share/config.site" \
mgl@1371
 18270
+	"$ac_default_prefix/etc/config.site"
mgl@1371
 18271
+fi
mgl@1371
 18272
+shift
mgl@1371
 18273
+for ac_site_file
mgl@1371
 18274
+do
mgl@1371
 18275
+  if test -r "$ac_site_file"; then
mgl@1371
 18276
+    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
mgl@1371
 18277
+echo "$as_me: loading site script $ac_site_file" >&6;}
mgl@1371
 18278
+    sed 's/^/| /' "$ac_site_file" >&5
mgl@1371
 18279
+    . "$ac_site_file"
mgl@1371
 18280
+  fi
mgl@1371
 18281
+done
mgl@1371
 18282
+
mgl@1371
 18283
+if test -r "$cache_file"; then
mgl@1371
 18284
+  # Some versions of bash will fail to source /dev/null (special
mgl@1371
 18285
+  # files actually), so we avoid doing that.
mgl@1371
 18286
+  if test -f "$cache_file"; then
mgl@1371
 18287
+    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
mgl@1371
 18288
+echo "$as_me: loading cache $cache_file" >&6;}
mgl@1371
 18289
+    case $cache_file in
mgl@1371
 18290
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
mgl@1371
 18291
+      *)                      . "./$cache_file";;
mgl@1371
 18292
+    esac
mgl@1371
 18293
+  fi
mgl@1371
 18294
+else
mgl@1371
 18295
+  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
mgl@1371
 18296
+echo "$as_me: creating cache $cache_file" >&6;}
mgl@1371
 18297
+  >$cache_file
mgl@1371
 18298
+fi
mgl@1371
 18299
+
mgl@1371
 18300
+# Check that the precious variables saved in the cache have kept the same
mgl@1371
 18301
+# value.
mgl@1371
 18302
+ac_cache_corrupted=false
mgl@1371
 18303
+for ac_var in $ac_precious_vars; do
mgl@1371
 18304
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
mgl@1371
 18305
+  eval ac_new_set=\$ac_env_${ac_var}_set
mgl@1371
 18306
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
mgl@1371
 18307
+  eval ac_new_val=\$ac_env_${ac_var}_value
mgl@1371
 18308
+  case $ac_old_set,$ac_new_set in
mgl@1371
 18309
+    set,)
mgl@1371
 18310
+      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mgl@1371
 18311
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mgl@1371
 18312
+      ac_cache_corrupted=: ;;
mgl@1371
 18313
+    ,set)
mgl@1371
 18314
+      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
mgl@1371
 18315
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
mgl@1371
 18316
+      ac_cache_corrupted=: ;;
mgl@1371
 18317
+    ,);;
mgl@1371
 18318
+    *)
mgl@1371
 18319
+      if test "x$ac_old_val" != "x$ac_new_val"; then
mgl@1371
 18320
+	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
mgl@1371
 18321
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
mgl@1371
 18322
+	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
mgl@1371
 18323
+echo "$as_me:   former value:  $ac_old_val" >&2;}
mgl@1371
 18324
+	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
mgl@1371
 18325
+echo "$as_me:   current value: $ac_new_val" >&2;}
mgl@1371
 18326
+	ac_cache_corrupted=:
mgl@1371
 18327
+      fi;;
mgl@1371
 18328
+  esac
mgl@1371
 18329
+  # Pass precious variables to config.status.
mgl@1371
 18330
+  if test "$ac_new_set" = set; then
mgl@1371
 18331
+    case $ac_new_val in
mgl@1371
 18332
+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
 18333
+    *) ac_arg=$ac_var=$ac_new_val ;;
mgl@1371
 18334
+    esac
mgl@1371
 18335
+    case " $ac_configure_args " in
mgl@1371
 18336
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
mgl@1371
 18337
+      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
mgl@1371
 18338
+    esac
mgl@1371
 18339
+  fi
mgl@1371
 18340
+done
mgl@1371
 18341
+if $ac_cache_corrupted; then
mgl@1371
 18342
+  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
mgl@1371
 18343
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
mgl@1371
 18344
+  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
mgl@1371
 18345
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
mgl@1371
 18346
+   { (exit 1); exit 1; }; }
mgl@1371
 18347
+fi
mgl@1371
 18348
+
mgl@1371
 18349
+
mgl@1371
 18350
+
mgl@1371
 18351
+
mgl@1371
 18352
+
mgl@1371
 18353
+
mgl@1371
 18354
+
mgl@1371
 18355
+
mgl@1371
 18356
+
mgl@1371
 18357
+
mgl@1371
 18358
+
mgl@1371
 18359
+
mgl@1371
 18360
+
mgl@1371
 18361
+
mgl@1371
 18362
+
mgl@1371
 18363
+
mgl@1371
 18364
+
mgl@1371
 18365
+
mgl@1371
 18366
+
mgl@1371
 18367
+
mgl@1371
 18368
+
mgl@1371
 18369
+
mgl@1371
 18370
+
mgl@1371
 18371
+
mgl@1371
 18372
+
mgl@1371
 18373
+ac_ext=c
mgl@1371
 18374
+ac_cpp='$CPP $CPPFLAGS'
mgl@1371
 18375
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
 18376
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
mgl@1371
 18377
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
 18378
+
mgl@1371
 18379
+
mgl@1371
 18380
+
mgl@1371
 18381
+ac_aux_dir=
mgl@1371
 18382
+for ac_dir in ../../../.. "$srcdir"/../../../..; do
mgl@1371
 18383
+  if test -f "$ac_dir/install-sh"; then
mgl@1371
 18384
+    ac_aux_dir=$ac_dir
mgl@1371
 18385
+    ac_install_sh="$ac_aux_dir/install-sh -c"
mgl@1371
 18386
+    break
mgl@1371
 18387
+  elif test -f "$ac_dir/install.sh"; then
mgl@1371
 18388
+    ac_aux_dir=$ac_dir
mgl@1371
 18389
+    ac_install_sh="$ac_aux_dir/install.sh -c"
mgl@1371
 18390
+    break
mgl@1371
 18391
+  elif test -f "$ac_dir/shtool"; then
mgl@1371
 18392
+    ac_aux_dir=$ac_dir
mgl@1371
 18393
+    ac_install_sh="$ac_aux_dir/shtool install -c"
mgl@1371
 18394
+    break
mgl@1371
 18395
+  fi
mgl@1371
 18396
+done
mgl@1371
 18397
+if test -z "$ac_aux_dir"; then
mgl@1371
 18398
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&5
mgl@1371
 18399
+echo "$as_me: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&2;}
mgl@1371
 18400
+   { (exit 1); exit 1; }; }
mgl@1371
 18401
+fi
mgl@1371
 18402
+
mgl@1371
 18403
+# These three variables are undocumented and unsupported,
mgl@1371
 18404
+# and are intended to be withdrawn in a future Autoconf release.
mgl@1371
 18405
+# They can cause serious problems if a builder's source tree is in a directory
mgl@1371
 18406
+# whose full name contains unusual characters.
mgl@1371
 18407
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
mgl@1371
 18408
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
mgl@1371
 18409
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
mgl@1371
 18410
+
mgl@1371
 18411
+
mgl@1371
 18412
+
mgl@1371
 18413
+# Make sure we can run config.sub.
mgl@1371
 18414
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
mgl@1371
 18415
+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
mgl@1371
 18416
+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
mgl@1371
 18417
+   { (exit 1); exit 1; }; }
mgl@1371
 18418
+
mgl@1371
 18419
+{ echo "$as_me:$LINENO: checking build system type" >&5
mgl@1371
 18420
+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
mgl@1371
 18421
+if test "${ac_cv_build+set}" = set; then
mgl@1371
 18422
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 18423
+else
mgl@1371
 18424
+  ac_build_alias=$build_alias
mgl@1371
 18425
+test "x$ac_build_alias" = x &&
mgl@1371
 18426
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mgl@1371
 18427
+test "x$ac_build_alias" = x &&
mgl@1371
 18428
+  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
mgl@1371
 18429
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
mgl@1371
 18430
+   { (exit 1); exit 1; }; }
mgl@1371
 18431
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mgl@1371
 18432
+  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
mgl@1371
 18433
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
mgl@1371
 18434
+   { (exit 1); exit 1; }; }
mgl@1371
 18435
+
mgl@1371
 18436
+fi
mgl@1371
 18437
+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
mgl@1371
 18438
+echo "${ECHO_T}$ac_cv_build" >&6; }
mgl@1371
 18439
+case $ac_cv_build in
mgl@1371
 18440
+*-*-*) ;;
mgl@1371
 18441
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
mgl@1371
 18442
+echo "$as_me: error: invalid value of canonical build" >&2;}
mgl@1371
 18443
+   { (exit 1); exit 1; }; };;
mgl@1371
 18444
+esac
mgl@1371
 18445
+build=$ac_cv_build
mgl@1371
 18446
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
 18447
+set x $ac_cv_build
mgl@1371
 18448
+shift
mgl@1371
 18449
+build_cpu=$1
mgl@1371
 18450
+build_vendor=$2
mgl@1371
 18451
+shift; shift
mgl@1371
 18452
+# Remember, the first character of IFS is used to create $*,
mgl@1371
 18453
+# except with old shells:
mgl@1371
 18454
+build_os=$*
mgl@1371
 18455
+IFS=$ac_save_IFS
mgl@1371
 18456
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mgl@1371
 18457
+
mgl@1371
 18458
+
mgl@1371
 18459
+{ echo "$as_me:$LINENO: checking host system type" >&5
mgl@1371
 18460
+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
mgl@1371
 18461
+if test "${ac_cv_host+set}" = set; then
mgl@1371
 18462
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 18463
+else
mgl@1371
 18464
+  if test "x$host_alias" = x; then
mgl@1371
 18465
+  ac_cv_host=$ac_cv_build
mgl@1371
 18466
+else
mgl@1371
 18467
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mgl@1371
 18468
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
mgl@1371
 18469
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
mgl@1371
 18470
+   { (exit 1); exit 1; }; }
mgl@1371
 18471
+fi
mgl@1371
 18472
+
mgl@1371
 18473
+fi
mgl@1371
 18474
+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
mgl@1371
 18475
+echo "${ECHO_T}$ac_cv_host" >&6; }
mgl@1371
 18476
+case $ac_cv_host in
mgl@1371
 18477
+*-*-*) ;;
mgl@1371
 18478
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
mgl@1371
 18479
+echo "$as_me: error: invalid value of canonical host" >&2;}
mgl@1371
 18480
+   { (exit 1); exit 1; }; };;
mgl@1371
 18481
+esac
mgl@1371
 18482
+host=$ac_cv_host
mgl@1371
 18483
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
 18484
+set x $ac_cv_host
mgl@1371
 18485
+shift
mgl@1371
 18486
+host_cpu=$1
mgl@1371
 18487
+host_vendor=$2
mgl@1371
 18488
+shift; shift
mgl@1371
 18489
+# Remember, the first character of IFS is used to create $*,
mgl@1371
 18490
+# except with old shells:
mgl@1371
 18491
+host_os=$*
mgl@1371
 18492
+IFS=$ac_save_IFS
mgl@1371
 18493
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mgl@1371
 18494
+
mgl@1371
 18495
+
mgl@1371
 18496
+am__api_version="1.4"
mgl@1371
 18497
+# Find a good install program.  We prefer a C program (faster),
mgl@1371
 18498
+# so one script is as good as another.  But avoid the broken or
mgl@1371
 18499
+# incompatible versions:
mgl@1371
 18500
+# SysV /etc/install, /usr/sbin/install
mgl@1371
 18501
+# SunOS /usr/etc/install
mgl@1371
 18502
+# IRIX /sbin/install
mgl@1371
 18503
+# AIX /bin/install
mgl@1371
 18504
+# AmigaOS /C/install, which installs bootblocks on floppy discs
mgl@1371
 18505
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
mgl@1371
 18506
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
mgl@1371
 18507
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
mgl@1371
 18508
+# OS/2's system install, which has a completely different semantic
mgl@1371
 18509
+# ./install, which can be erroneously created by make from ./install.sh.
mgl@1371
 18510
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
 18511
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
mgl@1371
 18512
+if test -z "$INSTALL"; then
mgl@1371
 18513
+if test "${ac_cv_path_install+set}" = set; then
mgl@1371
 18514
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 18515
+else
mgl@1371
 18516
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 18517
+for as_dir in $PATH
mgl@1371
 18518
+do
mgl@1371
 18519
+  IFS=$as_save_IFS
mgl@1371
 18520
+  test -z "$as_dir" && as_dir=.
mgl@1371
 18521
+  # Account for people who put trailing slashes in PATH elements.
mgl@1371
 18522
+case $as_dir/ in
mgl@1371
 18523
+  ./ | .// | /cC/* | \
mgl@1371
 18524
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
mgl@1371
 18525
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
mgl@1371
 18526
+  /usr/ucb/* ) ;;
mgl@1371
 18527
+  *)
mgl@1371
 18528
+    # OSF1 and SCO ODT 3.0 have their own names for install.
mgl@1371
 18529
+    # Don't use installbsd from OSF since it installs stuff as root
mgl@1371
 18530
+    # by default.
mgl@1371
 18531
+    for ac_prog in ginstall scoinst install; do
mgl@1371
 18532
+      for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 18533
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
mgl@1371
 18534
+	  if test $ac_prog = install &&
mgl@1371
 18535
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
 18536
+	    # AIX install.  It has an incompatible calling convention.
mgl@1371
 18537
+	    :
mgl@1371
 18538
+	  elif test $ac_prog = install &&
mgl@1371
 18539
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
 18540
+	    # program-specific install script used by HP pwplus--don't use.
mgl@1371
 18541
+	    :
mgl@1371
 18542
+	  else
mgl@1371
 18543
+	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
mgl@1371
 18544
+	    break 3
mgl@1371
 18545
+	  fi
mgl@1371
 18546
+	fi
mgl@1371
 18547
+      done
mgl@1371
 18548
+    done
mgl@1371
 18549
+    ;;
mgl@1371
 18550
+esac
mgl@1371
 18551
+done
mgl@1371
 18552
+IFS=$as_save_IFS
mgl@1371
 18553
+
mgl@1371
 18554
+
mgl@1371
 18555
+fi
mgl@1371
 18556
+  if test "${ac_cv_path_install+set}" = set; then
mgl@1371
 18557
+    INSTALL=$ac_cv_path_install
mgl@1371
 18558
+  else
mgl@1371
 18559
+    # As a last resort, use the slow shell script.  Don't cache a
mgl@1371
 18560
+    # value for INSTALL within a source directory, because that will
mgl@1371
 18561
+    # break other packages using the cache if that directory is
mgl@1371
 18562
+    # removed, or if the value is a relative name.
mgl@1371
 18563
+    INSTALL=$ac_install_sh
mgl@1371
 18564
+  fi
mgl@1371
 18565
+fi
mgl@1371
 18566
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
 18567
+echo "${ECHO_T}$INSTALL" >&6; }
mgl@1371
 18568
+
mgl@1371
 18569
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
mgl@1371
 18570
+# It thinks the first close brace ends the variable substitution.
mgl@1371
 18571
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
mgl@1371
 18572
+
mgl@1371
 18573
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
mgl@1371
 18574
+
mgl@1371
 18575
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
mgl@1371
 18576
+
mgl@1371
 18577
+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
mgl@1371
 18578
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
mgl@1371
 18579
+# Just in case
mgl@1371
 18580
+sleep 1
mgl@1371
 18581
+echo timestamp > conftestfile
mgl@1371
 18582
+# Do `set' in a subshell so we don't clobber the current shell's
mgl@1371
 18583
+# arguments.  Must try -L first in case configure is actually a
mgl@1371
 18584
+# symlink; some systems play weird games with the mod time of symlinks
mgl@1371
 18585
+# (eg FreeBSD returns the mod time of the symlink's containing
mgl@1371
 18586
+# directory).
mgl@1371
 18587
+if (
mgl@1371
 18588
+   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
mgl@1371
 18589
+   if test "$*" = "X"; then
mgl@1371
 18590
+      # -L didn't work.
mgl@1371
 18591
+      set X `ls -t $srcdir/configure conftestfile`
mgl@1371
 18592
+   fi
mgl@1371
 18593
+   if test "$*" != "X $srcdir/configure conftestfile" \
mgl@1371
 18594
+      && test "$*" != "X conftestfile $srcdir/configure"; then
mgl@1371
 18595
+
mgl@1371
 18596
+      # If neither matched, then we have a broken ls.  This can happen
mgl@1371
 18597
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
mgl@1371
 18598
+      # broken ls alias from the environment.  This has actually
mgl@1371
 18599
+      # happened.  Such a system could not be considered "sane".
mgl@1371
 18600
+      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
mgl@1371
 18601
+alias in your environment" >&5
mgl@1371
 18602
+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
mgl@1371
 18603
+alias in your environment" >&2;}
mgl@1371
 18604
+   { (exit 1); exit 1; }; }
mgl@1371
 18605
+   fi
mgl@1371
 18606
+
mgl@1371
 18607
+   test "$2" = conftestfile
mgl@1371
 18608
+   )
mgl@1371
 18609
+then
mgl@1371
 18610
+   # Ok.
mgl@1371
 18611
+   :
mgl@1371
 18612
+else
mgl@1371
 18613
+   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
mgl@1371
 18614
+Check your system clock" >&5
mgl@1371
 18615
+echo "$as_me: error: newly created file is older than distributed files!
mgl@1371
 18616
+Check your system clock" >&2;}
mgl@1371
 18617
+   { (exit 1); exit 1; }; }
mgl@1371
 18618
+fi
mgl@1371
 18619
+rm -f conftest*
mgl@1371
 18620
+{ echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 18621
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 18622
+test "$program_prefix" != NONE &&
mgl@1371
 18623
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
mgl@1371
 18624
+# Use a double $ so make ignores it.
mgl@1371
 18625
+test "$program_suffix" != NONE &&
mgl@1371
 18626
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
mgl@1371
 18627
+# Double any \ or $.  echo might interpret backslashes.
mgl@1371
 18628
+# By default was `s,x,x', remove it if useless.
mgl@1371
 18629
+cat <<\_ACEOF >conftest.sed
mgl@1371
 18630
+s/[\\$]/&&/g;s/;s,x,x,$//
mgl@1371
 18631
+_ACEOF
mgl@1371
 18632
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
mgl@1371
 18633
+rm -f conftest.sed
mgl@1371
 18634
+
mgl@1371
 18635
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
mgl@1371
 18636
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
mgl@1371
 18637
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mgl@1371
 18638
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
mgl@1371
 18639
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 18640
+else
mgl@1371
 18641
+  cat >conftest.make <<\_ACEOF
mgl@1371
 18642
+SHELL = /bin/sh
mgl@1371
 18643
+all:
mgl@1371
 18644
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
mgl@1371
 18645
+_ACEOF
mgl@1371
 18646
+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
mgl@1371
 18647
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
mgl@1371
 18648
+  *@@@%%%=?*=@@@%%%*)
mgl@1371
 18649
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
mgl@1371
 18650
+  *)
mgl@1371
 18651
+    eval ac_cv_prog_make_${ac_make}_set=no;;
mgl@1371
 18652
+esac
mgl@1371
 18653
+rm -f conftest.make
mgl@1371
 18654
+fi
mgl@1371
 18655
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
mgl@1371
 18656
+  { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 18657
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 18658
+  SET_MAKE=
mgl@1371
 18659
+else
mgl@1371
 18660
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 18661
+echo "${ECHO_T}no" >&6; }
mgl@1371
 18662
+  SET_MAKE="MAKE=${MAKE-make}"
mgl@1371
 18663
+fi
mgl@1371
 18664
+
mgl@1371
 18665
+
mgl@1371
 18666
+# Check whether --enable-multilib was given.
mgl@1371
 18667
+if test "${enable_multilib+set}" = set; then
mgl@1371
 18668
+  enableval=$enable_multilib; case "${enableval}" in
mgl@1371
 18669
+  yes) multilib=yes ;;
mgl@1371
 18670
+  no)  multilib=no ;;
mgl@1371
 18671
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
mgl@1371
 18672
+echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
mgl@1371
 18673
+   { (exit 1); exit 1; }; } ;;
mgl@1371
 18674
+ esac
mgl@1371
 18675
+else
mgl@1371
 18676
+  multilib=yes
mgl@1371
 18677
+fi
mgl@1371
 18678
+
mgl@1371
 18679
+# Check whether --enable-target-optspace was given.
mgl@1371
 18680
+if test "${enable_target_optspace+set}" = set; then
mgl@1371
 18681
+  enableval=$enable_target_optspace; case "${enableval}" in
mgl@1371
 18682
+  yes) target_optspace=yes ;;
mgl@1371
 18683
+  no)  target_optspace=no ;;
mgl@1371
 18684
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
mgl@1371
 18685
+echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}
mgl@1371
 18686
+   { (exit 1); exit 1; }; } ;;
mgl@1371
 18687
+ esac
mgl@1371
 18688
+else
mgl@1371
 18689
+  target_optspace=
mgl@1371
 18690
+fi
mgl@1371
 18691
+
mgl@1371
 18692
+# Check whether --enable-malloc-debugging was given.
mgl@1371
 18693
+if test "${enable_malloc_debugging+set}" = set; then
mgl@1371
 18694
+  enableval=$enable_malloc_debugging; case "${enableval}" in
mgl@1371
 18695
+  yes) malloc_debugging=yes ;;
mgl@1371
 18696
+  no)  malloc_debugging=no ;;
mgl@1371
 18697
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
mgl@1371
 18698
+echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}
mgl@1371
 18699
+   { (exit 1); exit 1; }; } ;;
mgl@1371
 18700
+ esac
mgl@1371
 18701
+else
mgl@1371
 18702
+  malloc_debugging=
mgl@1371
 18703
+fi
mgl@1371
 18704
+
mgl@1371
 18705
+# Check whether --enable-newlib-multithread was given.
mgl@1371
 18706
+if test "${enable_newlib_multithread+set}" = set; then
mgl@1371
 18707
+  enableval=$enable_newlib_multithread; case "${enableval}" in
mgl@1371
 18708
+  yes) newlib_multithread=yes ;;
mgl@1371
 18709
+  no)  newlib_multithread=no ;;
mgl@1371
 18710
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
mgl@1371
 18711
+echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}
mgl@1371
 18712
+   { (exit 1); exit 1; }; } ;;
mgl@1371
 18713
+ esac
mgl@1371
 18714
+else
mgl@1371
 18715
+  newlib_multithread=yes
mgl@1371
 18716
+fi
mgl@1371
 18717
+
mgl@1371
 18718
+# Check whether --enable-newlib-iconv was given.
mgl@1371
 18719
+if test "${enable_newlib_iconv+set}" = set; then
mgl@1371
 18720
+  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
mgl@1371
 18721
+   case "${enableval}" in
mgl@1371
 18722
+     yes) newlib_iconv=yes ;;
mgl@1371
 18723
+     no)  newlib_iconv=no ;;
mgl@1371
 18724
+     *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5
mgl@1371
 18725
+echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}
mgl@1371
 18726
+   { (exit 1); exit 1; }; } ;;
mgl@1371
 18727
+   esac
mgl@1371
 18728
+ fi
mgl@1371
 18729
+else
mgl@1371
 18730
+  newlib_iconv=${newlib_iconv}
mgl@1371
 18731
+fi
mgl@1371
 18732
+
mgl@1371
 18733
+# Check whether --enable-newlib-elix-level was given.
mgl@1371
 18734
+if test "${enable_newlib_elix_level+set}" = set; then
mgl@1371
 18735
+  enableval=$enable_newlib_elix_level; case "${enableval}" in
mgl@1371
 18736
+  0)   newlib_elix_level=0 ;;
mgl@1371
 18737
+  1)   newlib_elix_level=1 ;;
mgl@1371
 18738
+  2)   newlib_elix_level=2 ;;
mgl@1371
 18739
+  3)   newlib_elix_level=3 ;;
mgl@1371
 18740
+  4)   newlib_elix_level=4 ;;
mgl@1371
 18741
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5
mgl@1371
 18742
+echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}
mgl@1371
 18743
+   { (exit 1); exit 1; }; } ;;
mgl@1371
 18744
+ esac
mgl@1371
 18745
+else
mgl@1371
 18746
+  newlib_elix_level=0
mgl@1371
 18747
+fi
mgl@1371
 18748
+
mgl@1371
 18749
+# Check whether --enable-newlib-io-float was given.
mgl@1371
 18750
+if test "${enable_newlib_io_float+set}" = set; then
mgl@1371
 18751
+  enableval=$enable_newlib_io_float; case "${enableval}" in
mgl@1371
 18752
+  yes) newlib_io_float=yes ;;
mgl@1371
 18753
+  no)  newlib_io_float=no ;;
mgl@1371
 18754
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
mgl@1371
 18755
+echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}
mgl@1371
 18756
+   { (exit 1); exit 1; }; } ;;
mgl@1371
 18757
+ esac
mgl@1371
 18758
+else
mgl@1371
 18759
+  newlib_io_float=yes
mgl@1371
 18760
+fi
mgl@1371
 18761
+
mgl@1371
 18762
+# Check whether --enable-newlib-supplied-syscalls was given.
mgl@1371
 18763
+if test "${enable_newlib_supplied_syscalls+set}" = set; then
mgl@1371
 18764
+  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
mgl@1371
 18765
+  yes) newlib_may_supply_syscalls=yes ;;
mgl@1371
 18766
+  no)  newlib_may_supply_syscalls=no ;;
mgl@1371
 18767
+  *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
mgl@1371
 18768
+echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}
mgl@1371
 18769
+   { (exit 1); exit 1; }; } ;;
mgl@1371
 18770
+ esac
mgl@1371
 18771
+else
mgl@1371
 18772
+  newlib_may_supply_syscalls=yes
mgl@1371
 18773
+fi
mgl@1371
 18774
+
mgl@1371
 18775
+
mgl@1371
 18776
+
mgl@1371
 18777
+if test x${newlib_may_supply_syscalls} = xyes; then
mgl@1371
 18778
+  MAY_SUPPLY_SYSCALLS_TRUE=
mgl@1371
 18779
+  MAY_SUPPLY_SYSCALLS_FALSE='#'
mgl@1371
 18780
+else
mgl@1371
 18781
+  MAY_SUPPLY_SYSCALLS_TRUE='#'
mgl@1371
 18782
+  MAY_SUPPLY_SYSCALLS_FALSE=
mgl@1371
 18783
+fi
mgl@1371
 18784
+
mgl@1371
 18785
+
mgl@1371
 18786
+test -z "${with_target_subdir}" && with_target_subdir=.
mgl@1371
 18787
+
mgl@1371
 18788
+if test "${srcdir}" = "."; then
mgl@1371
 18789
+  if test "${with_target_subdir}" != "."; then
mgl@1371
 18790
+    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
mgl@1371
 18791
+  else
mgl@1371
 18792
+    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
mgl@1371
 18793
+  fi
mgl@1371
 18794
+else
mgl@1371
 18795
+  newlib_basedir="${srcdir}/../../.."
mgl@1371
 18796
+fi
mgl@1371
 18797
+
mgl@1371
 18798
+
mgl@1371
 18799
+{ echo "$as_me:$LINENO: checking target system type" >&5
mgl@1371
 18800
+echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
mgl@1371
 18801
+if test "${ac_cv_target+set}" = set; then
mgl@1371
 18802
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 18803
+else
mgl@1371
 18804
+  if test "x$target_alias" = x; then
mgl@1371
 18805
+  ac_cv_target=$ac_cv_host
mgl@1371
 18806
+else
mgl@1371
 18807
+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
mgl@1371
 18808
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
mgl@1371
 18809
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
mgl@1371
 18810
+   { (exit 1); exit 1; }; }
mgl@1371
 18811
+fi
mgl@1371
 18812
+
mgl@1371
 18813
+fi
mgl@1371
 18814
+{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
mgl@1371
 18815
+echo "${ECHO_T}$ac_cv_target" >&6; }
mgl@1371
 18816
+case $ac_cv_target in
mgl@1371
 18817
+*-*-*) ;;
mgl@1371
 18818
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
mgl@1371
 18819
+echo "$as_me: error: invalid value of canonical target" >&2;}
mgl@1371
 18820
+   { (exit 1); exit 1; }; };;
mgl@1371
 18821
+esac
mgl@1371
 18822
+target=$ac_cv_target
mgl@1371
 18823
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
 18824
+set x $ac_cv_target
mgl@1371
 18825
+shift
mgl@1371
 18826
+target_cpu=$1
mgl@1371
 18827
+target_vendor=$2
mgl@1371
 18828
+shift; shift
mgl@1371
 18829
+# Remember, the first character of IFS is used to create $*,
mgl@1371
 18830
+# except with old shells:
mgl@1371
 18831
+target_os=$*
mgl@1371
 18832
+IFS=$ac_save_IFS
mgl@1371
 18833
+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
mgl@1371
 18834
+
mgl@1371
 18835
+
mgl@1371
 18836
+# The aliases save the names the user supplied, while $host etc.
mgl@1371
 18837
+# will get canonicalized.
mgl@1371
 18838
+test -n "$target_alias" &&
mgl@1371
 18839
+  test "$program_prefix$program_suffix$program_transform_name" = \
mgl@1371
 18840
+    NONENONEs,x,x, &&
mgl@1371
 18841
+  program_prefix=${target_alias}-
mgl@1371
 18842
+
mgl@1371
 18843
+
mgl@1371
 18844
+PACKAGE=newlib
mgl@1371
 18845
+
mgl@1371
 18846
+VERSION=1.14.0.atmel.1.0.1
mgl@1371
 18847
+
mgl@1371
 18848
+if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
mgl@1371
 18849
+  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
mgl@1371
 18850
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
mgl@1371
 18851
+   { (exit 1); exit 1; }; }
mgl@1371
 18852
+fi
mgl@1371
 18853
+
mgl@1371
 18854
+cat >>confdefs.h <<_ACEOF
mgl@1371
 18855
+#define PACKAGE "$PACKAGE"
mgl@1371
 18856
+_ACEOF
mgl@1371
 18857
+
mgl@1371
 18858
+
mgl@1371
 18859
+cat >>confdefs.h <<_ACEOF
mgl@1371
 18860
+#define VERSION "$VERSION"
mgl@1371
 18861
+_ACEOF
mgl@1371
 18862
+
mgl@1371
 18863
+
mgl@1371
 18864
+
mgl@1371
 18865
+missing_dir=`cd $ac_aux_dir && pwd`
mgl@1371
 18866
+{ echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
mgl@1371
 18867
+echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6; }
mgl@1371
 18868
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
 18869
+# an executable is not found, even if stderr is redirected.
mgl@1371
 18870
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
 18871
+if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
 18872
+   ACLOCAL=aclocal-${am__api_version}
mgl@1371
 18873
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
 18874
+echo "${ECHO_T}found" >&6; }
mgl@1371
 18875
+else
mgl@1371
 18876
+   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
mgl@1371
 18877
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
 18878
+echo "${ECHO_T}missing" >&6; }
mgl@1371
 18879
+fi
mgl@1371
 18880
+
mgl@1371
 18881
+{ echo "$as_me:$LINENO: checking for working autoconf" >&5
mgl@1371
 18882
+echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6; }
mgl@1371
 18883
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
 18884
+# an executable is not found, even if stderr is redirected.
mgl@1371
 18885
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
 18886
+if (autoconf --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
 18887
+   AUTOCONF=autoconf
mgl@1371
 18888
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
 18889
+echo "${ECHO_T}found" >&6; }
mgl@1371
 18890
+else
mgl@1371
 18891
+   AUTOCONF="$missing_dir/missing autoconf"
mgl@1371
 18892
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
 18893
+echo "${ECHO_T}missing" >&6; }
mgl@1371
 18894
+fi
mgl@1371
 18895
+
mgl@1371
 18896
+{ echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
mgl@1371
 18897
+echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6; }
mgl@1371
 18898
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
 18899
+# an executable is not found, even if stderr is redirected.
mgl@1371
 18900
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
 18901
+if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
 18902
+   AUTOMAKE=automake-${am__api_version}
mgl@1371
 18903
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
 18904
+echo "${ECHO_T}found" >&6; }
mgl@1371
 18905
+else
mgl@1371
 18906
+   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
mgl@1371
 18907
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
 18908
+echo "${ECHO_T}missing" >&6; }
mgl@1371
 18909
+fi
mgl@1371
 18910
+
mgl@1371
 18911
+{ echo "$as_me:$LINENO: checking for working autoheader" >&5
mgl@1371
 18912
+echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6; }
mgl@1371
 18913
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
 18914
+# an executable is not found, even if stderr is redirected.
mgl@1371
 18915
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
 18916
+if (autoheader --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
 18917
+   AUTOHEADER=autoheader
mgl@1371
 18918
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
 18919
+echo "${ECHO_T}found" >&6; }
mgl@1371
 18920
+else
mgl@1371
 18921
+   AUTOHEADER="$missing_dir/missing autoheader"
mgl@1371
 18922
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
 18923
+echo "${ECHO_T}missing" >&6; }
mgl@1371
 18924
+fi
mgl@1371
 18925
+
mgl@1371
 18926
+{ echo "$as_me:$LINENO: checking for working makeinfo" >&5
mgl@1371
 18927
+echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6; }
mgl@1371
 18928
+# Run test in a subshell; some versions of sh will print an error if
mgl@1371
 18929
+# an executable is not found, even if stderr is redirected.
mgl@1371
 18930
+# Redirect stdin to placate older versions of autoconf.  Sigh.
mgl@1371
 18931
+if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
mgl@1371
 18932
+   MAKEINFO=makeinfo
mgl@1371
 18933
+   { echo "$as_me:$LINENO: result: found" >&5
mgl@1371
 18934
+echo "${ECHO_T}found" >&6; }
mgl@1371
 18935
+else
mgl@1371
 18936
+   MAKEINFO="$missing_dir/missing makeinfo"
mgl@1371
 18937
+   { echo "$as_me:$LINENO: result: missing" >&5
mgl@1371
 18938
+echo "${ECHO_T}missing" >&6; }
mgl@1371
 18939
+fi
mgl@1371
 18940
+
mgl@1371
 18941
+
mgl@1371
 18942
+
mgl@1371
 18943
+# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
mgl@1371
 18944
+# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
mgl@1371
 18945
+# are probably using a cross compiler, which will not be able to fully
mgl@1371
 18946
+# link an executable.  This should really be fixed in autoconf
mgl@1371
 18947
+# itself.
mgl@1371
 18948
+
mgl@1371
 18949
+
mgl@1371
 18950
+
mgl@1371
 18951
+# Extract the first word of "gcc", so it can be a program name with args.
mgl@1371
 18952
+set dummy gcc; ac_word=$2
mgl@1371
 18953
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 18954
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 18955
+if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
 18956
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 18957
+else
mgl@1371
 18958
+  if test -n "$CC"; then
mgl@1371
 18959
+  ac_cv_prog_CC="$CC" # Let the user override the test.
mgl@1371
 18960
+else
mgl@1371
 18961
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 18962
+for as_dir in $PATH
mgl@1371
 18963
+do
mgl@1371
 18964
+  IFS=$as_save_IFS
mgl@1371
 18965
+  test -z "$as_dir" && as_dir=.
mgl@1371
 18966
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 18967
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 18968
+    ac_cv_prog_CC="gcc"
mgl@1371
 18969
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 18970
+    break 2
mgl@1371
 18971
+  fi
mgl@1371
 18972
+done
mgl@1371
 18973
+done
mgl@1371
 18974
+IFS=$as_save_IFS
mgl@1371
 18975
+
mgl@1371
 18976
+fi
mgl@1371
 18977
+fi
mgl@1371
 18978
+CC=$ac_cv_prog_CC
mgl@1371
 18979
+if test -n "$CC"; then
mgl@1371
 18980
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 18981
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
 18982
+else
mgl@1371
 18983
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 18984
+echo "${ECHO_T}no" >&6; }
mgl@1371
 18985
+fi
mgl@1371
 18986
+
mgl@1371
 18987
+
mgl@1371
 18988
+if test -z "$CC"; then
mgl@1371
 18989
+  # Extract the first word of "cc", so it can be a program name with args.
mgl@1371
 18990
+set dummy cc; ac_word=$2
mgl@1371
 18991
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 18992
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 18993
+if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
 18994
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 18995
+else
mgl@1371
 18996
+  if test -n "$CC"; then
mgl@1371
 18997
+  ac_cv_prog_CC="$CC" # Let the user override the test.
mgl@1371
 18998
+else
mgl@1371
 18999
+  ac_prog_rejected=no
mgl@1371
 19000
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 19001
+for as_dir in $PATH
mgl@1371
 19002
+do
mgl@1371
 19003
+  IFS=$as_save_IFS
mgl@1371
 19004
+  test -z "$as_dir" && as_dir=.
mgl@1371
 19005
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 19006
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 19007
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
mgl@1371
 19008
+       ac_prog_rejected=yes
mgl@1371
 19009
+       continue
mgl@1371
 19010
+     fi
mgl@1371
 19011
+    ac_cv_prog_CC="cc"
mgl@1371
 19012
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 19013
+    break 2
mgl@1371
 19014
+  fi
mgl@1371
 19015
+done
mgl@1371
 19016
+done
mgl@1371
 19017
+IFS=$as_save_IFS
mgl@1371
 19018
+
mgl@1371
 19019
+if test $ac_prog_rejected = yes; then
mgl@1371
 19020
+  # We found a bogon in the path, so make sure we never use it.
mgl@1371
 19021
+  set dummy $ac_cv_prog_CC
mgl@1371
 19022
+  shift
mgl@1371
 19023
+  if test $# != 0; then
mgl@1371
 19024
+    # We chose a different compiler from the bogus one.
mgl@1371
 19025
+    # However, it has the same basename, so the bogon will be chosen
mgl@1371
 19026
+    # first if we set CC to just the basename; use the full file name.
mgl@1371
 19027
+    shift
mgl@1371
 19028
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
mgl@1371
 19029
+  fi
mgl@1371
 19030
+fi
mgl@1371
 19031
+fi
mgl@1371
 19032
+fi
mgl@1371
 19033
+CC=$ac_cv_prog_CC
mgl@1371
 19034
+if test -n "$CC"; then
mgl@1371
 19035
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 19036
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
 19037
+else
mgl@1371
 19038
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 19039
+echo "${ECHO_T}no" >&6; }
mgl@1371
 19040
+fi
mgl@1371
 19041
+
mgl@1371
 19042
+
mgl@1371
 19043
+  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
mgl@1371
 19044
+echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
mgl@1371
 19045
+   { (exit 1); exit 1; }; }
mgl@1371
 19046
+fi
mgl@1371
 19047
+
mgl@1371
 19048
+#AC_PROG_CC_GNU
mgl@1371
 19049
+
mgl@1371
 19050
+if test $ac_cv_c_compiler_gnu = yes; then
mgl@1371
 19051
+  GCC=yes
mgl@1371
 19052
+  ac_test_CFLAGS="${CFLAGS+set}"
mgl@1371
 19053
+  ac_save_CFLAGS="$CFLAGS"
mgl@1371
 19054
+  CFLAGS=
mgl@1371
 19055
+#  AC_PROG_CC_G
mgl@1371
 19056
+  if test "$ac_test_CFLAGS" = set; then
mgl@1371
 19057
+    CFLAGS="$ac_save_CFLAGS"
mgl@1371
 19058
+  elif test $ac_cv_prog_cc_g = yes; then
mgl@1371
 19059
+    CFLAGS="-g -O2"
mgl@1371
 19060
+  else
mgl@1371
 19061
+    CFLAGS="-O2"
mgl@1371
 19062
+  fi
mgl@1371
 19063
+else
mgl@1371
 19064
+  GCC=
mgl@1371
 19065
+  test "${CFLAGS+set}" = set || CFLAGS="-g"
mgl@1371
 19066
+fi
mgl@1371
 19067
+
mgl@1371
 19068
+
mgl@1371
 19069
+if test -n "$ac_tool_prefix"; then
mgl@1371
 19070
+  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
mgl@1371
 19071
+set dummy ${ac_tool_prefix}as; ac_word=$2
mgl@1371
 19072
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 19073
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 19074
+if test "${ac_cv_prog_AS+set}" = set; then
mgl@1371
 19075
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 19076
+else
mgl@1371
 19077
+  if test -n "$AS"; then
mgl@1371
 19078
+  ac_cv_prog_AS="$AS" # Let the user override the test.
mgl@1371
 19079
+else
mgl@1371
 19080
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 19081
+for as_dir in $PATH
mgl@1371
 19082
+do
mgl@1371
 19083
+  IFS=$as_save_IFS
mgl@1371
 19084
+  test -z "$as_dir" && as_dir=.
mgl@1371
 19085
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 19086
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 19087
+    ac_cv_prog_AS="${ac_tool_prefix}as"
mgl@1371
 19088
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 19089
+    break 2
mgl@1371
 19090
+  fi
mgl@1371
 19091
+done
mgl@1371
 19092
+done
mgl@1371
 19093
+IFS=$as_save_IFS
mgl@1371
 19094
+
mgl@1371
 19095
+fi
mgl@1371
 19096
+fi
mgl@1371
 19097
+AS=$ac_cv_prog_AS
mgl@1371
 19098
+if test -n "$AS"; then
mgl@1371
 19099
+  { echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
 19100
+echo "${ECHO_T}$AS" >&6; }
mgl@1371
 19101
+else
mgl@1371
 19102
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 19103
+echo "${ECHO_T}no" >&6; }
mgl@1371
 19104
+fi
mgl@1371
 19105
+
mgl@1371
 19106
+
mgl@1371
 19107
+fi
mgl@1371
 19108
+if test -z "$ac_cv_prog_AS"; then
mgl@1371
 19109
+  ac_ct_AS=$AS
mgl@1371
 19110
+  # Extract the first word of "as", so it can be a program name with args.
mgl@1371
 19111
+set dummy as; ac_word=$2
mgl@1371
 19112
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 19113
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 19114
+if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
mgl@1371
 19115
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 19116
+else
mgl@1371
 19117
+  if test -n "$ac_ct_AS"; then
mgl@1371
 19118
+  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
mgl@1371
 19119
+else
mgl@1371
 19120
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 19121
+for as_dir in $PATH
mgl@1371
 19122
+do
mgl@1371
 19123
+  IFS=$as_save_IFS
mgl@1371
 19124
+  test -z "$as_dir" && as_dir=.
mgl@1371
 19125
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 19126
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 19127
+    ac_cv_prog_ac_ct_AS="as"
mgl@1371
 19128
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 19129
+    break 2
mgl@1371
 19130
+  fi
mgl@1371
 19131
+done
mgl@1371
 19132
+done
mgl@1371
 19133
+IFS=$as_save_IFS
mgl@1371
 19134
+
mgl@1371
 19135
+fi
mgl@1371
 19136
+fi
mgl@1371
 19137
+ac_ct_AS=$ac_cv_prog_ac_ct_AS
mgl@1371
 19138
+if test -n "$ac_ct_AS"; then
mgl@1371
 19139
+  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
 19140
+echo "${ECHO_T}$ac_ct_AS" >&6; }
mgl@1371
 19141
+else
mgl@1371
 19142
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 19143
+echo "${ECHO_T}no" >&6; }
mgl@1371
 19144
+fi
mgl@1371
 19145
+
mgl@1371
 19146
+  if test "x$ac_ct_AS" = x; then
mgl@1371
 19147
+    AS=""
mgl@1371
 19148
+  else
mgl@1371
 19149
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 19150
+yes:)
mgl@1371
 19151
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 19152
+whose name does not start with the host triplet.  If you think this
mgl@1371
 19153
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 19154
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 19155
+whose name does not start with the host triplet.  If you think this
mgl@1371
 19156
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 19157
+ac_tool_warned=yes ;;
mgl@1371
 19158
+esac
mgl@1371
 19159
+    AS=$ac_ct_AS
mgl@1371
 19160
+  fi
mgl@1371
 19161
+else
mgl@1371
 19162
+  AS="$ac_cv_prog_AS"
mgl@1371
 19163
+fi
mgl@1371
 19164
+
mgl@1371
 19165
+if test -n "$ac_tool_prefix"; then
mgl@1371
 19166
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
mgl@1371
 19167
+set dummy ${ac_tool_prefix}ar; ac_word=$2
mgl@1371
 19168
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 19169
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 19170
+if test "${ac_cv_prog_AR+set}" = set; then
mgl@1371
 19171
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 19172
+else
mgl@1371
 19173
+  if test -n "$AR"; then
mgl@1371
 19174
+  ac_cv_prog_AR="$AR" # Let the user override the test.
mgl@1371
 19175
+else
mgl@1371
 19176
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 19177
+for as_dir in $PATH
mgl@1371
 19178
+do
mgl@1371
 19179
+  IFS=$as_save_IFS
mgl@1371
 19180
+  test -z "$as_dir" && as_dir=.
mgl@1371
 19181
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 19182
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 19183
+    ac_cv_prog_AR="${ac_tool_prefix}ar"
mgl@1371
 19184
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 19185
+    break 2
mgl@1371
 19186
+  fi
mgl@1371
 19187
+done
mgl@1371
 19188
+done
mgl@1371
 19189
+IFS=$as_save_IFS
mgl@1371
 19190
+
mgl@1371
 19191
+fi
mgl@1371
 19192
+fi
mgl@1371
 19193
+AR=$ac_cv_prog_AR
mgl@1371
 19194
+if test -n "$AR"; then
mgl@1371
 19195
+  { echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
 19196
+echo "${ECHO_T}$AR" >&6; }
mgl@1371
 19197
+else
mgl@1371
 19198
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 19199
+echo "${ECHO_T}no" >&6; }
mgl@1371
 19200
+fi
mgl@1371
 19201
+
mgl@1371
 19202
+
mgl@1371
 19203
+fi
mgl@1371
 19204
+if test -z "$ac_cv_prog_AR"; then
mgl@1371
 19205
+  ac_ct_AR=$AR
mgl@1371
 19206
+  # Extract the first word of "ar", so it can be a program name with args.
mgl@1371
 19207
+set dummy ar; ac_word=$2
mgl@1371
 19208
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 19209
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 19210
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
mgl@1371
 19211
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 19212
+else
mgl@1371
 19213
+  if test -n "$ac_ct_AR"; then
mgl@1371
 19214
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
mgl@1371
 19215
+else
mgl@1371
 19216
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 19217
+for as_dir in $PATH
mgl@1371
 19218
+do
mgl@1371
 19219
+  IFS=$as_save_IFS
mgl@1371
 19220
+  test -z "$as_dir" && as_dir=.
mgl@1371
 19221
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 19222
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 19223
+    ac_cv_prog_ac_ct_AR="ar"
mgl@1371
 19224
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 19225
+    break 2
mgl@1371
 19226
+  fi
mgl@1371
 19227
+done
mgl@1371
 19228
+done
mgl@1371
 19229
+IFS=$as_save_IFS
mgl@1371
 19230
+
mgl@1371
 19231
+fi
mgl@1371
 19232
+fi
mgl@1371
 19233
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
mgl@1371
 19234
+if test -n "$ac_ct_AR"; then
mgl@1371
 19235
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
 19236
+echo "${ECHO_T}$ac_ct_AR" >&6; }
mgl@1371
 19237
+else
mgl@1371
 19238
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 19239
+echo "${ECHO_T}no" >&6; }
mgl@1371
 19240
+fi
mgl@1371
 19241
+
mgl@1371
 19242
+  if test "x$ac_ct_AR" = x; then
mgl@1371
 19243
+    AR=""
mgl@1371
 19244
+  else
mgl@1371
 19245
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 19246
+yes:)
mgl@1371
 19247
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 19248
+whose name does not start with the host triplet.  If you think this
mgl@1371
 19249
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 19250
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 19251
+whose name does not start with the host triplet.  If you think this
mgl@1371
 19252
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 19253
+ac_tool_warned=yes ;;
mgl@1371
 19254
+esac
mgl@1371
 19255
+    AR=$ac_ct_AR
mgl@1371
 19256
+  fi
mgl@1371
 19257
+else
mgl@1371
 19258
+  AR="$ac_cv_prog_AR"
mgl@1371
 19259
+fi
mgl@1371
 19260
+
mgl@1371
 19261
+if test -n "$ac_tool_prefix"; then
mgl@1371
 19262
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
mgl@1371
 19263
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
mgl@1371
 19264
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 19265
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 19266
+if test "${ac_cv_prog_RANLIB+set}" = set; then
mgl@1371
 19267
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 19268
+else
mgl@1371
 19269
+  if test -n "$RANLIB"; then
mgl@1371
 19270
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
mgl@1371
 19271
+else
mgl@1371
 19272
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 19273
+for as_dir in $PATH
mgl@1371
 19274
+do
mgl@1371
 19275
+  IFS=$as_save_IFS
mgl@1371
 19276
+  test -z "$as_dir" && as_dir=.
mgl@1371
 19277
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 19278
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 19279
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
mgl@1371
 19280
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 19281
+    break 2
mgl@1371
 19282
+  fi
mgl@1371
 19283
+done
mgl@1371
 19284
+done
mgl@1371
 19285
+IFS=$as_save_IFS
mgl@1371
 19286
+
mgl@1371
 19287
+fi
mgl@1371
 19288
+fi
mgl@1371
 19289
+RANLIB=$ac_cv_prog_RANLIB
mgl@1371
 19290
+if test -n "$RANLIB"; then
mgl@1371
 19291
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
 19292
+echo "${ECHO_T}$RANLIB" >&6; }
mgl@1371
 19293
+else
mgl@1371
 19294
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 19295
+echo "${ECHO_T}no" >&6; }
mgl@1371
 19296
+fi
mgl@1371
 19297
+
mgl@1371
 19298
+
mgl@1371
 19299
+fi
mgl@1371
 19300
+if test -z "$ac_cv_prog_RANLIB"; then
mgl@1371
 19301
+  ac_ct_RANLIB=$RANLIB
mgl@1371
 19302
+  # Extract the first word of "ranlib", so it can be a program name with args.
mgl@1371
 19303
+set dummy ranlib; ac_word=$2
mgl@1371
 19304
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 19305
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 19306
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
mgl@1371
 19307
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 19308
+else
mgl@1371
 19309
+  if test -n "$ac_ct_RANLIB"; then
mgl@1371
 19310
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
mgl@1371
 19311
+else
mgl@1371
 19312
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 19313
+for as_dir in $PATH
mgl@1371
 19314
+do
mgl@1371
 19315
+  IFS=$as_save_IFS
mgl@1371
 19316
+  test -z "$as_dir" && as_dir=.
mgl@1371
 19317
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 19318
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 19319
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
mgl@1371
 19320
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 19321
+    break 2
mgl@1371
 19322
+  fi
mgl@1371
 19323
+done
mgl@1371
 19324
+done
mgl@1371
 19325
+IFS=$as_save_IFS
mgl@1371
 19326
+
mgl@1371
 19327
+fi
mgl@1371
 19328
+fi
mgl@1371
 19329
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
mgl@1371
 19330
+if test -n "$ac_ct_RANLIB"; then
mgl@1371
 19331
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
 19332
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
mgl@1371
 19333
+else
mgl@1371
 19334
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 19335
+echo "${ECHO_T}no" >&6; }
mgl@1371
 19336
+fi
mgl@1371
 19337
+
mgl@1371
 19338
+  if test "x$ac_ct_RANLIB" = x; then
mgl@1371
 19339
+    RANLIB=":"
mgl@1371
 19340
+  else
mgl@1371
 19341
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 19342
+yes:)
mgl@1371
 19343
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 19344
+whose name does not start with the host triplet.  If you think this
mgl@1371
 19345
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 19346
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 19347
+whose name does not start with the host triplet.  If you think this
mgl@1371
 19348
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 19349
+ac_tool_warned=yes ;;
mgl@1371
 19350
+esac
mgl@1371
 19351
+    RANLIB=$ac_ct_RANLIB
mgl@1371
 19352
+  fi
mgl@1371
 19353
+else
mgl@1371
 19354
+  RANLIB="$ac_cv_prog_RANLIB"
mgl@1371
 19355
+fi
mgl@1371
 19356
+
mgl@1371
 19357
+
mgl@1371
 19358
+# Find a good install program.  We prefer a C program (faster),
mgl@1371
 19359
+# so one script is as good as another.  But avoid the broken or
mgl@1371
 19360
+# incompatible versions:
mgl@1371
 19361
+# SysV /etc/install, /usr/sbin/install
mgl@1371
 19362
+# SunOS /usr/etc/install
mgl@1371
 19363
+# IRIX /sbin/install
mgl@1371
 19364
+# AIX /bin/install
mgl@1371
 19365
+# AmigaOS /C/install, which installs bootblocks on floppy discs
mgl@1371
 19366
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
mgl@1371
 19367
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
mgl@1371
 19368
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
mgl@1371
 19369
+# OS/2's system install, which has a completely different semantic
mgl@1371
 19370
+# ./install, which can be erroneously created by make from ./install.sh.
mgl@1371
 19371
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
 19372
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
mgl@1371
 19373
+if test -z "$INSTALL"; then
mgl@1371
 19374
+if test "${ac_cv_path_install+set}" = set; then
mgl@1371
 19375
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 19376
+else
mgl@1371
 19377
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 19378
+for as_dir in $PATH
mgl@1371
 19379
+do
mgl@1371
 19380
+  IFS=$as_save_IFS
mgl@1371
 19381
+  test -z "$as_dir" && as_dir=.
mgl@1371
 19382
+  # Account for people who put trailing slashes in PATH elements.
mgl@1371
 19383
+case $as_dir/ in
mgl@1371
 19384
+  ./ | .// | /cC/* | \
mgl@1371
 19385
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
mgl@1371
 19386
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
mgl@1371
 19387
+  /usr/ucb/* ) ;;
mgl@1371
 19388
+  *)
mgl@1371
 19389
+    # OSF1 and SCO ODT 3.0 have their own names for install.
mgl@1371
 19390
+    # Don't use installbsd from OSF since it installs stuff as root
mgl@1371
 19391
+    # by default.
mgl@1371
 19392
+    for ac_prog in ginstall scoinst install; do
mgl@1371
 19393
+      for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 19394
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
mgl@1371
 19395
+	  if test $ac_prog = install &&
mgl@1371
 19396
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
 19397
+	    # AIX install.  It has an incompatible calling convention.
mgl@1371
 19398
+	    :
mgl@1371
 19399
+	  elif test $ac_prog = install &&
mgl@1371
 19400
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
 19401
+	    # program-specific install script used by HP pwplus--don't use.
mgl@1371
 19402
+	    :
mgl@1371
 19403
+	  else
mgl@1371
 19404
+	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
mgl@1371
 19405
+	    break 3
mgl@1371
 19406
+	  fi
mgl@1371
 19407
+	fi
mgl@1371
 19408
+      done
mgl@1371
 19409
+    done
mgl@1371
 19410
+    ;;
mgl@1371
 19411
+esac
mgl@1371
 19412
+done
mgl@1371
 19413
+IFS=$as_save_IFS
mgl@1371
 19414
+
mgl@1371
 19415
+
mgl@1371
 19416
+fi
mgl@1371
 19417
+  if test "${ac_cv_path_install+set}" = set; then
mgl@1371
 19418
+    INSTALL=$ac_cv_path_install
mgl@1371
 19419
+  else
mgl@1371
 19420
+    # As a last resort, use the slow shell script.  Don't cache a
mgl@1371
 19421
+    # value for INSTALL within a source directory, because that will
mgl@1371
 19422
+    # break other packages using the cache if that directory is
mgl@1371
 19423
+    # removed, or if the value is a relative name.
mgl@1371
 19424
+    INSTALL=$ac_install_sh
mgl@1371
 19425
+  fi
mgl@1371
 19426
+fi
mgl@1371
 19427
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
 19428
+echo "${ECHO_T}$INSTALL" >&6; }
mgl@1371
 19429
+
mgl@1371
 19430
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
mgl@1371
 19431
+# It thinks the first close brace ends the variable substitution.
mgl@1371
 19432
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
mgl@1371
 19433
+
mgl@1371
 19434
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
mgl@1371
 19435
+
mgl@1371
 19436
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
mgl@1371
 19437
+
mgl@1371
 19438
+
mgl@1371
 19439
+{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
mgl@1371
 19440
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
mgl@1371
 19441
+    # Check whether --enable-maintainer-mode was given.
mgl@1371
 19442
+if test "${enable_maintainer_mode+set}" = set; then
mgl@1371
 19443
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
mgl@1371
 19444
+else
mgl@1371
 19445
+  USE_MAINTAINER_MODE=no
mgl@1371
 19446
+fi
mgl@1371
 19447
+
mgl@1371
 19448
+  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
mgl@1371
 19449
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
mgl@1371
 19450
+
mgl@1371
 19451
+
mgl@1371
 19452
+if test $USE_MAINTAINER_MODE = yes; then
mgl@1371
 19453
+  MAINTAINER_MODE_TRUE=
mgl@1371
 19454
+  MAINTAINER_MODE_FALSE='#'
mgl@1371
 19455
+else
mgl@1371
 19456
+  MAINTAINER_MODE_TRUE='#'
mgl@1371
 19457
+  MAINTAINER_MODE_FALSE=
mgl@1371
 19458
+fi
mgl@1371
 19459
+  MAINT=$MAINTAINER_MODE_TRUE
mgl@1371
 19460
+
mgl@1371
 19461
+
mgl@1371
 19462
+
mgl@1371
 19463
+# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
mgl@1371
 19464
+# at least currently, we never actually build a program, so we never
mgl@1371
 19465
+# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
mgl@1371
 19466
+# fails, because we are probably configuring with a cross compiler
mgl@1371
 19467
+# which can't create executables.  So we include AC_EXEEXT to keep
mgl@1371
 19468
+# automake happy, but we don't execute it, since we don't care about
mgl@1371
 19469
+# the result.
mgl@1371
 19470
+#if false; then
mgl@1371
 19471
+#
mgl@1371
 19472
+#fi
mgl@1371
 19473
+
mgl@1371
 19474
+. ${newlib_basedir}/configure.host
mgl@1371
 19475
+
mgl@1371
 19476
+newlib_cflags="${newlib_cflags} -fno-builtin"
mgl@1371
 19477
+
mgl@1371
 19478
+NEWLIB_CFLAGS=${newlib_cflags}
mgl@1371
 19479
+
mgl@1371
 19480
+
mgl@1371
 19481
+LDFLAGS=${ldflags}
mgl@1371
 19482
+
mgl@1371
 19483
+
mgl@1371
 19484
+
mgl@1371
 19485
+
mgl@1371
 19486
+if test x${newlib_elix_level} = x0; then
mgl@1371
 19487
+  ELIX_LEVEL_0_TRUE=
mgl@1371
 19488
+  ELIX_LEVEL_0_FALSE='#'
mgl@1371
 19489
+else
mgl@1371
 19490
+  ELIX_LEVEL_0_TRUE='#'
mgl@1371
 19491
+  ELIX_LEVEL_0_FALSE=
mgl@1371
 19492
+fi
mgl@1371
 19493
+
mgl@1371
 19494
+
mgl@1371
 19495
+if test x${newlib_elix_level} = x1; then
mgl@1371
 19496
+  ELIX_LEVEL_1_TRUE=
mgl@1371
 19497
+  ELIX_LEVEL_1_FALSE='#'
mgl@1371
 19498
+else
mgl@1371
 19499
+  ELIX_LEVEL_1_TRUE='#'
mgl@1371
 19500
+  ELIX_LEVEL_1_FALSE=
mgl@1371
 19501
+fi
mgl@1371
 19502
+
mgl@1371
 19503
+
mgl@1371
 19504
+if test x${newlib_elix_level} = x2; then
mgl@1371
 19505
+  ELIX_LEVEL_2_TRUE=
mgl@1371
 19506
+  ELIX_LEVEL_2_FALSE='#'
mgl@1371
 19507
+else
mgl@1371
 19508
+  ELIX_LEVEL_2_TRUE='#'
mgl@1371
 19509
+  ELIX_LEVEL_2_FALSE=
mgl@1371
 19510
+fi
mgl@1371
 19511
+
mgl@1371
 19512
+
mgl@1371
 19513
+if test x${newlib_elix_level} = x3; then
mgl@1371
 19514
+  ELIX_LEVEL_3_TRUE=
mgl@1371
 19515
+  ELIX_LEVEL_3_FALSE='#'
mgl@1371
 19516
+else
mgl@1371
 19517
+  ELIX_LEVEL_3_TRUE='#'
mgl@1371
 19518
+  ELIX_LEVEL_3_FALSE=
mgl@1371
 19519
+fi
mgl@1371
 19520
+
mgl@1371
 19521
+
mgl@1371
 19522
+if test x${newlib_elix_level} = x4; then
mgl@1371
 19523
+  ELIX_LEVEL_4_TRUE=
mgl@1371
 19524
+  ELIX_LEVEL_4_FALSE='#'
mgl@1371
 19525
+else
mgl@1371
 19526
+  ELIX_LEVEL_4_TRUE='#'
mgl@1371
 19527
+  ELIX_LEVEL_4_FALSE=
mgl@1371
 19528
+fi
mgl@1371
 19529
+
mgl@1371
 19530
+
mgl@1371
 19531
+
mgl@1371
 19532
+if test x${use_libtool} = xyes; then
mgl@1371
 19533
+  USE_LIBTOOL_TRUE=
mgl@1371
 19534
+  USE_LIBTOOL_FALSE='#'
mgl@1371
 19535
+else
mgl@1371
 19536
+  USE_LIBTOOL_TRUE='#'
mgl@1371
 19537
+  USE_LIBTOOL_FALSE=
mgl@1371
 19538
+fi
mgl@1371
 19539
+
mgl@1371
 19540
+# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
mgl@1371
 19541
+# use oext, which is set in configure.host based on the target platform.
mgl@1371
 19542
+OBJEXT=${oext}
mgl@1371
 19543
+
mgl@1371
 19544
+
mgl@1371
 19545
+
mgl@1371
 19546
+
mgl@1371
 19547
+
mgl@1371
 19548
+
mgl@1371
 19549
+
mgl@1371
 19550
+
mgl@1371
 19551
+
mgl@1371
 19552
+
mgl@1371
 19553
+ac_config_files="$ac_config_files Makefile"
mgl@1371
 19554
+
mgl@1371
 19555
+cat >confcache <<\_ACEOF
mgl@1371
 19556
+# This file is a shell script that caches the results of configure
mgl@1371
 19557
+# tests run on this system so they can be shared between configure
mgl@1371
 19558
+# scripts and configure runs, see configure's option --config-cache.
mgl@1371
 19559
+# It is not useful on other systems.  If it contains results you don't
mgl@1371
 19560
+# want to keep, you may remove or edit it.
mgl@1371
 19561
+#
mgl@1371
 19562
+# config.status only pays attention to the cache file if you give it
mgl@1371
 19563
+# the --recheck option to rerun configure.
mgl@1371
 19564
+#
mgl@1371
 19565
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
mgl@1371
 19566
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
mgl@1371
 19567
+# following values.
mgl@1371
 19568
+
mgl@1371
 19569
+_ACEOF
mgl@1371
 19570
+
mgl@1371
 19571
+# The following way of writing the cache mishandles newlines in values,
mgl@1371
 19572
+# but we know of no workaround that is simple, portable, and efficient.
mgl@1371
 19573
+# So, we kill variables containing newlines.
mgl@1371
 19574
+# Ultrix sh set writes to stderr and can't be redirected directly,
mgl@1371
 19575
+# and sets the high bit in the cache file unless we assign to the vars.
mgl@1371
 19576
+(
mgl@1371
 19577
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
mgl@1371
 19578
+    eval ac_val=\$$ac_var
mgl@1371
 19579
+    case $ac_val in #(
mgl@1371
 19580
+    *${as_nl}*)
mgl@1371
 19581
+      case $ac_var in #(
mgl@1371
 19582
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
mgl@1371
 19583
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
mgl@1371
 19584
+      esac
mgl@1371
 19585
+      case $ac_var in #(
mgl@1371
 19586
+      _ | IFS | as_nl) ;; #(
mgl@1371
 19587
+      *) $as_unset $ac_var ;;
mgl@1371
 19588
+      esac ;;
mgl@1371
 19589
+    esac
mgl@1371
 19590
+  done
mgl@1371
 19591
+
mgl@1371
 19592
+  (set) 2>&1 |
mgl@1371
 19593
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
mgl@1371
 19594
+    *${as_nl}ac_space=\ *)
mgl@1371
 19595
+      # `set' does not quote correctly, so add quotes (double-quote
mgl@1371
 19596
+      # substitution turns \\\\ into \\, and sed turns \\ into \).
mgl@1371
 19597
+      sed -n \
mgl@1371
 19598
+	"s/'/'\\\\''/g;
mgl@1371
 19599
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
mgl@1371
 19600
+      ;; #(
mgl@1371
 19601
+    *)
mgl@1371
 19602
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
mgl@1371
 19603
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
mgl@1371
 19604
+      ;;
mgl@1371
 19605
+    esac |
mgl@1371
 19606
+    sort
mgl@1371
 19607
+) |
mgl@1371
 19608
+  sed '
mgl@1371
 19609
+     /^ac_cv_env_/b end
mgl@1371
 19610
+     t clear
mgl@1371
 19611
+     :clear
mgl@1371
 19612
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
mgl@1371
 19613
+     t end
mgl@1371
 19614
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
mgl@1371
 19615
+     :end' >>confcache
mgl@1371
 19616
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
mgl@1371
 19617
+  if test -w "$cache_file"; then
mgl@1371
 19618
+    test "x$cache_file" != "x/dev/null" &&
mgl@1371
 19619
+      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
mgl@1371
 19620
+echo "$as_me: updating cache $cache_file" >&6;}
mgl@1371
 19621
+    cat confcache >$cache_file
mgl@1371
 19622
+  else
mgl@1371
 19623
+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
mgl@1371
 19624
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
mgl@1371
 19625
+  fi
mgl@1371
 19626
+fi
mgl@1371
 19627
+rm -f confcache
mgl@1371
 19628
+
mgl@1371
 19629
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
mgl@1371
 19630
+# Let make expand exec_prefix.
mgl@1371
 19631
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
mgl@1371
 19632
+
mgl@1371
 19633
+# Transform confdefs.h into DEFS.
mgl@1371
 19634
+# Protect against shell expansion while executing Makefile rules.
mgl@1371
 19635
+# Protect against Makefile macro expansion.
mgl@1371
 19636
+#
mgl@1371
 19637
+# If the first sed substitution is executed (which looks for macros that
mgl@1371
 19638
+# take arguments), then branch to the quote section.  Otherwise,
mgl@1371
 19639
+# look for a macro that doesn't take arguments.
mgl@1371
 19640
+ac_script='
mgl@1371
 19641
+t clear
mgl@1371
 19642
+:clear
mgl@1371
 19643
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
mgl@1371
 19644
+t quote
mgl@1371
 19645
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
mgl@1371
 19646
+t quote
mgl@1371
 19647
+b any
mgl@1371
 19648
+:quote
mgl@1371
 19649
+s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
mgl@1371
 19650
+s/\[/\\&/g
mgl@1371
 19651
+s/\]/\\&/g
mgl@1371
 19652
+s/\$/$$/g
mgl@1371
 19653
+H
mgl@1371
 19654
+:any
mgl@1371
 19655
+${
mgl@1371
 19656
+	g
mgl@1371
 19657
+	s/^\n//
mgl@1371
 19658
+	s/\n/ /g
mgl@1371
 19659
+	p
mgl@1371
 19660
+}
mgl@1371
 19661
+'
mgl@1371
 19662
+DEFS=`sed -n "$ac_script" confdefs.h`
mgl@1371
 19663
+
mgl@1371
 19664
+
mgl@1371
 19665
+ac_libobjs=
mgl@1371
 19666
+ac_ltlibobjs=
mgl@1371
 19667
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
mgl@1371
 19668
+  # 1. Remove the extension, and $U if already installed.
mgl@1371
 19669
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mgl@1371
 19670
+  ac_i=`echo "$ac_i" | sed "$ac_script"`
mgl@1371
 19671
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
mgl@1371
 19672
+  #    will be set to the directory where LIBOBJS objects are built.
mgl@1371
 19673
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
mgl@1371
 19674
+  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
mgl@1371
 19675
+done
mgl@1371
 19676
+LIBOBJS=$ac_libobjs
mgl@1371
 19677
+
mgl@1371
 19678
+LTLIBOBJS=$ac_ltlibobjs
mgl@1371
 19679
+
mgl@1371
 19680
+
mgl@1371
 19681
+
mgl@1371
 19682
+: ${CONFIG_STATUS=./config.status}
mgl@1371
 19683
+ac_clean_files_save=$ac_clean_files
mgl@1371
 19684
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
mgl@1371
 19685
+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
mgl@1371
 19686
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
mgl@1371
 19687
+cat >$CONFIG_STATUS <<_ACEOF
mgl@1371
 19688
+#! $SHELL
mgl@1371
 19689
+# Generated by $as_me.
mgl@1371
 19690
+# Run this file to recreate the current configuration.
mgl@1371
 19691
+# Compiler output produced by configure, useful for debugging
mgl@1371
 19692
+# configure, is in config.log if it exists.
mgl@1371
 19693
+
mgl@1371
 19694
+debug=false
mgl@1371
 19695
+ac_cs_recheck=false
mgl@1371
 19696
+ac_cs_silent=false
mgl@1371
 19697
+SHELL=\${CONFIG_SHELL-$SHELL}
mgl@1371
 19698
+_ACEOF
mgl@1371
 19699
+
mgl@1371
 19700
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 19701
+## --------------------- ##
mgl@1371
 19702
+## M4sh Initialization.  ##
mgl@1371
 19703
+## --------------------- ##
mgl@1371
 19704
+
mgl@1371
 19705
+# Be more Bourne compatible
mgl@1371
 19706
+DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
 19707
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
 19708
+  emulate sh
mgl@1371
 19709
+  NULLCMD=:
mgl@1371
 19710
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
 19711
+  # is contrary to our usage.  Disable this feature.
mgl@1371
 19712
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
 19713
+  setopt NO_GLOB_SUBST
mgl@1371
 19714
+else
mgl@1371
 19715
+  case `(set -o) 2>/dev/null` in
mgl@1371
 19716
+  *posix*) set -o posix ;;
mgl@1371
 19717
+esac
mgl@1371
 19718
+
mgl@1371
 19719
+fi
mgl@1371
 19720
+
mgl@1371
 19721
+
mgl@1371
 19722
+
mgl@1371
 19723
+
mgl@1371
 19724
+# PATH needs CR
mgl@1371
 19725
+# Avoid depending upon Character Ranges.
mgl@1371
 19726
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
 19727
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
 19728
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
 19729
+as_cr_digits='0123456789'
mgl@1371
 19730
+as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
 19731
+
mgl@1371
 19732
+# The user is always right.
mgl@1371
 19733
+if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
 19734
+  echo "#! /bin/sh" >conf$$.sh
mgl@1371
 19735
+  echo  "exit 0"   >>conf$$.sh
mgl@1371
 19736
+  chmod +x conf$$.sh
mgl@1371
 19737
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
 19738
+    PATH_SEPARATOR=';'
mgl@1371
 19739
+  else
mgl@1371
 19740
+    PATH_SEPARATOR=:
mgl@1371
 19741
+  fi
mgl@1371
 19742
+  rm -f conf$$.sh
mgl@1371
 19743
+fi
mgl@1371
 19744
+
mgl@1371
 19745
+# Support unset when possible.
mgl@1371
 19746
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
 19747
+  as_unset=unset
mgl@1371
 19748
+else
mgl@1371
 19749
+  as_unset=false
mgl@1371
 19750
+fi
mgl@1371
 19751
+
mgl@1371
 19752
+
mgl@1371
 19753
+# IFS
mgl@1371
 19754
+# We need space, tab and new line, in precisely that order.  Quoting is
mgl@1371
 19755
+# there to prevent editors from complaining about space-tab.
mgl@1371
 19756
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
mgl@1371
 19757
+# splitting by setting IFS to empty value.)
mgl@1371
 19758
+as_nl='
mgl@1371
 19759
+'
mgl@1371
 19760
+IFS=" ""	$as_nl"
mgl@1371
 19761
+
mgl@1371
 19762
+# Find who we are.  Look in the path if we contain no directory separator.
mgl@1371
 19763
+case $0 in
mgl@1371
 19764
+  *[\\/]* ) as_myself=$0 ;;
mgl@1371
 19765
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 19766
+for as_dir in $PATH
mgl@1371
 19767
+do
mgl@1371
 19768
+  IFS=$as_save_IFS
mgl@1371
 19769
+  test -z "$as_dir" && as_dir=.
mgl@1371
 19770
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
 19771
+done
mgl@1371
 19772
+IFS=$as_save_IFS
mgl@1371
 19773
+
mgl@1371
 19774
+     ;;
mgl@1371
 19775
+esac
mgl@1371
 19776
+# We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
 19777
+# in which case we are not to be found in the path.
mgl@1371
 19778
+if test "x$as_myself" = x; then
mgl@1371
 19779
+  as_myself=$0
mgl@1371
 19780
+fi
mgl@1371
 19781
+if test ! -f "$as_myself"; then
mgl@1371
 19782
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
mgl@1371
 19783
+  { (exit 1); exit 1; }
mgl@1371
 19784
+fi
mgl@1371
 19785
+
mgl@1371
 19786
+# Work around bugs in pre-3.0 UWIN ksh.
mgl@1371
 19787
+for as_var in ENV MAIL MAILPATH
mgl@1371
 19788
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 19789
+done
mgl@1371
 19790
+PS1='$ '
mgl@1371
 19791
+PS2='> '
mgl@1371
 19792
+PS4='+ '
mgl@1371
 19793
+
mgl@1371
 19794
+# NLS nuisances.
mgl@1371
 19795
+for as_var in \
mgl@1371
 19796
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
mgl@1371
 19797
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
mgl@1371
 19798
+  LC_TELEPHONE LC_TIME
mgl@1371
 19799
+do
mgl@1371
 19800
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mgl@1371
 19801
+    eval $as_var=C; export $as_var
mgl@1371
 19802
+  else
mgl@1371
 19803
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 19804
+  fi
mgl@1371
 19805
+done
mgl@1371
 19806
+
mgl@1371
 19807
+# Required to use basename.
mgl@1371
 19808
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 19809
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 19810
+  as_expr=expr
mgl@1371
 19811
+else
mgl@1371
 19812
+  as_expr=false
mgl@1371
 19813
+fi
mgl@1371
 19814
+
mgl@1371
 19815
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
mgl@1371
 19816
+  as_basename=basename
mgl@1371
 19817
+else
mgl@1371
 19818
+  as_basename=false
mgl@1371
 19819
+fi
mgl@1371
 19820
+
mgl@1371
 19821
+
mgl@1371
 19822
+# Name of the executable.
mgl@1371
 19823
+as_me=`$as_basename -- "$0" ||
mgl@1371
 19824
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
mgl@1371
 19825
+	 X"$0" : 'X\(//\)$' \| \
mgl@1371
 19826
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 19827
+echo X/"$0" |
mgl@1371
 19828
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
mgl@1371
 19829
+	    s//\1/
mgl@1371
 19830
+	    q
mgl@1371
 19831
+	  }
mgl@1371
 19832
+	  /^X\/\(\/\/\)$/{
mgl@1371
 19833
+	    s//\1/
mgl@1371
 19834
+	    q
mgl@1371
 19835
+	  }
mgl@1371
 19836
+	  /^X\/\(\/\).*/{
mgl@1371
 19837
+	    s//\1/
mgl@1371
 19838
+	    q
mgl@1371
 19839
+	  }
mgl@1371
 19840
+	  s/.*/./; q'`
mgl@1371
 19841
+
mgl@1371
 19842
+# CDPATH.
mgl@1371
 19843
+$as_unset CDPATH
mgl@1371
 19844
+
mgl@1371
 19845
+
mgl@1371
 19846
+
mgl@1371
 19847
+  as_lineno_1=$LINENO
mgl@1371
 19848
+  as_lineno_2=$LINENO
mgl@1371
 19849
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 19850
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
mgl@1371
 19851
+
mgl@1371
 19852
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
mgl@1371
 19853
+  # uniformly replaced by the line number.  The first 'sed' inserts a
mgl@1371
 19854
+  # line-number line after each line using $LINENO; the second 'sed'
mgl@1371
 19855
+  # does the real work.  The second script uses 'N' to pair each
mgl@1371
 19856
+  # line-number line with the line containing $LINENO, and appends
mgl@1371
 19857
+  # trailing '-' during substitution so that $LINENO is not a special
mgl@1371
 19858
+  # case at line end.
mgl@1371
 19859
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
mgl@1371
 19860
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
mgl@1371
 19861
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
mgl@1371
 19862
+  sed -n '
mgl@1371
 19863
+    p
mgl@1371
 19864
+    /[$]LINENO/=
mgl@1371
 19865
+  ' <$as_myself |
mgl@1371
 19866
+    sed '
mgl@1371
 19867
+      s/[$]LINENO.*/&-/
mgl@1371
 19868
+      t lineno
mgl@1371
 19869
+      b
mgl@1371
 19870
+      :lineno
mgl@1371
 19871
+      N
mgl@1371
 19872
+      :loop
mgl@1371
 19873
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
mgl@1371
 19874
+      t loop
mgl@1371
 19875
+      s/-\n.*//
mgl@1371
 19876
+    ' >$as_me.lineno &&
mgl@1371
 19877
+  chmod +x "$as_me.lineno" ||
mgl@1371
 19878
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
mgl@1371
 19879
+   { (exit 1); exit 1; }; }
mgl@1371
 19880
+
mgl@1371
 19881
+  # Don't try to exec as it changes $[0], causing all sort of problems
mgl@1371
 19882
+  # (the dirname of $[0] is not the place where we might find the
mgl@1371
 19883
+  # original and so on.  Autoconf is especially sensitive to this).
mgl@1371
 19884
+  . "./$as_me.lineno"
mgl@1371
 19885
+  # Exit status is that of the last command.
mgl@1371
 19886
+  exit
mgl@1371
 19887
+}
mgl@1371
 19888
+
mgl@1371
 19889
+
mgl@1371
 19890
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
mgl@1371
 19891
+  as_dirname=dirname
mgl@1371
 19892
+else
mgl@1371
 19893
+  as_dirname=false
mgl@1371
 19894
+fi
mgl@1371
 19895
+
mgl@1371
 19896
+ECHO_C= ECHO_N= ECHO_T=
mgl@1371
 19897
+case `echo -n x` in
mgl@1371
 19898
+-n*)
mgl@1371
 19899
+  case `echo 'x\c'` in
mgl@1371
 19900
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
mgl@1371
 19901
+  *)   ECHO_C='\c';;
mgl@1371
 19902
+  esac;;
mgl@1371
 19903
+*)
mgl@1371
 19904
+  ECHO_N='-n';;
mgl@1371
 19905
+esac
mgl@1371
 19906
+
mgl@1371
 19907
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 19908
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 19909
+  as_expr=expr
mgl@1371
 19910
+else
mgl@1371
 19911
+  as_expr=false
mgl@1371
 19912
+fi
mgl@1371
 19913
+
mgl@1371
 19914
+rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
 19915
+if test -d conf$$.dir; then
mgl@1371
 19916
+  rm -f conf$$.dir/conf$$.file
mgl@1371
 19917
+else
mgl@1371
 19918
+  rm -f conf$$.dir
mgl@1371
 19919
+  mkdir conf$$.dir
mgl@1371
 19920
+fi
mgl@1371
 19921
+echo >conf$$.file
mgl@1371
 19922
+if ln -s conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 19923
+  as_ln_s='ln -s'
mgl@1371
 19924
+  # ... but there are two gotchas:
mgl@1371
 19925
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
mgl@1371
 19926
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
mgl@1371
 19927
+  # In both cases, we have to default to `cp -p'.
mgl@1371
 19928
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
mgl@1371
 19929
+    as_ln_s='cp -p'
mgl@1371
 19930
+elif ln conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 19931
+  as_ln_s=ln
mgl@1371
 19932
+else
mgl@1371
 19933
+  as_ln_s='cp -p'
mgl@1371
 19934
+fi
mgl@1371
 19935
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
mgl@1371
 19936
+rmdir conf$$.dir 2>/dev/null
mgl@1371
 19937
+
mgl@1371
 19938
+if mkdir -p . 2>/dev/null; then
mgl@1371
 19939
+  as_mkdir_p=:
mgl@1371
 19940
+else
mgl@1371
 19941
+  test -d ./-p && rmdir ./-p
mgl@1371
 19942
+  as_mkdir_p=false
mgl@1371
 19943
+fi
mgl@1371
 19944
+
mgl@1371
 19945
+if test -x / >/dev/null 2>&1; then
mgl@1371
 19946
+  as_test_x='test -x'
mgl@1371
 19947
+else
mgl@1371
 19948
+  if ls -dL / >/dev/null 2>&1; then
mgl@1371
 19949
+    as_ls_L_option=L
mgl@1371
 19950
+  else
mgl@1371
 19951
+    as_ls_L_option=
mgl@1371
 19952
+  fi
mgl@1371
 19953
+  as_test_x='
mgl@1371
 19954
+    eval sh -c '\''
mgl@1371
 19955
+      if test -d "$1"; then
mgl@1371
 19956
+        test -d "$1/.";
mgl@1371
 19957
+      else
mgl@1371
 19958
+	case $1 in
mgl@1371
 19959
+        -*)set "./$1";;
mgl@1371
 19960
+	esac;
mgl@1371
 19961
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
mgl@1371
 19962
+	???[sx]*):;;*)false;;esac;fi
mgl@1371
 19963
+    '\'' sh
mgl@1371
 19964
+  '
mgl@1371
 19965
+fi
mgl@1371
 19966
+as_executable_p=$as_test_x
mgl@1371
 19967
+
mgl@1371
 19968
+# Sed expression to map a string onto a valid CPP name.
mgl@1371
 19969
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 19970
+
mgl@1371
 19971
+# Sed expression to map a string onto a valid variable name.
mgl@1371
 19972
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 19973
+
mgl@1371
 19974
+
mgl@1371
 19975
+exec 6>&1
mgl@1371
 19976
+
mgl@1371
 19977
+# Save the log message, to keep $[0] and so on meaningful, and to
mgl@1371
 19978
+# report actual input values of CONFIG_FILES etc. instead of their
mgl@1371
 19979
+# values after options handling.
mgl@1371
 19980
+ac_log="
mgl@1371
 19981
+This file was extended by newlib $as_me NEWLIB_VERSION, which was
mgl@1371
 19982
+generated by GNU Autoconf 2.61.  Invocation command line was
mgl@1371
 19983
+
mgl@1371
 19984
+  CONFIG_FILES    = $CONFIG_FILES
mgl@1371
 19985
+  CONFIG_HEADERS  = $CONFIG_HEADERS
mgl@1371
 19986
+  CONFIG_LINKS    = $CONFIG_LINKS
mgl@1371
 19987
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
mgl@1371
 19988
+  $ $0 $@
mgl@1371
 19989
+
mgl@1371
 19990
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
 19991
+"
mgl@1371
 19992
+
mgl@1371
 19993
+_ACEOF
mgl@1371
 19994
+
mgl@1371
 19995
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 19996
+# Files that config.status was made for.
mgl@1371
 19997
+config_files="$ac_config_files"
mgl@1371
 19998
+
mgl@1371
 19999
+_ACEOF
mgl@1371
 20000
+
mgl@1371
 20001
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 20002
+ac_cs_usage="\
mgl@1371
 20003
+\`$as_me' instantiates files from templates according to the
mgl@1371
 20004
+current configuration.
mgl@1371
 20005
+
mgl@1371
 20006
+Usage: $0 [OPTIONS] [FILE]...
mgl@1371
 20007
+
mgl@1371
 20008
+  -h, --help       print this help, then exit
mgl@1371
 20009
+  -V, --version    print version number and configuration settings, then exit
mgl@1371
 20010
+  -q, --quiet      do not print progress messages
mgl@1371
 20011
+  -d, --debug      don't remove temporary files
mgl@1371
 20012
+      --recheck    update $as_me by reconfiguring in the same conditions
mgl@1371
 20013
+  --file=FILE[:TEMPLATE]
mgl@1371
 20014
+		   instantiate the configuration file FILE
mgl@1371
 20015
+
mgl@1371
 20016
+Configuration files:
mgl@1371
 20017
+$config_files
mgl@1371
 20018
+
mgl@1371
 20019
+Report bugs to <bug-autoconf@gnu.org>."
mgl@1371
 20020
+
mgl@1371
 20021
+_ACEOF
mgl@1371
 20022
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 20023
+ac_cs_version="\\
mgl@1371
 20024
+newlib config.status NEWLIB_VERSION
mgl@1371
 20025
+configured by $0, generated by GNU Autoconf 2.61,
mgl@1371
 20026
+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
mgl@1371
 20027
+
mgl@1371
 20028
+Copyright (C) 2006 Free Software Foundation, Inc.
mgl@1371
 20029
+This config.status script is free software; the Free Software Foundation
mgl@1371
 20030
+gives unlimited permission to copy, distribute and modify it."
mgl@1371
 20031
+
mgl@1371
 20032
+ac_pwd='$ac_pwd'
mgl@1371
 20033
+srcdir='$srcdir'
mgl@1371
 20034
+INSTALL='$INSTALL'
mgl@1371
 20035
+_ACEOF
mgl@1371
 20036
+
mgl@1371
 20037
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 20038
+# If no file are specified by the user, then we need to provide default
mgl@1371
 20039
+# value.  By we need to know if files were specified by the user.
mgl@1371
 20040
+ac_need_defaults=:
mgl@1371
 20041
+while test $# != 0
mgl@1371
 20042
+do
mgl@1371
 20043
+  case $1 in
mgl@1371
 20044
+  --*=*)
mgl@1371
 20045
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mgl@1371
 20046
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mgl@1371
 20047
+    ac_shift=:
mgl@1371
 20048
+    ;;
mgl@1371
 20049
+  *)
mgl@1371
 20050
+    ac_option=$1
mgl@1371
 20051
+    ac_optarg=$2
mgl@1371
 20052
+    ac_shift=shift
mgl@1371
 20053
+    ;;
mgl@1371
 20054
+  esac
mgl@1371
 20055
+
mgl@1371
 20056
+  case $ac_option in
mgl@1371
 20057
+  # Handling of the options.
mgl@1371
 20058
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
mgl@1371
 20059
+    ac_cs_recheck=: ;;
mgl@1371
 20060
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
mgl@1371
 20061
+    echo "$ac_cs_version"; exit ;;
mgl@1371
 20062
+  --debug | --debu | --deb | --de | --d | -d )
mgl@1371
 20063
+    debug=: ;;
mgl@1371
 20064
+  --file | --fil | --fi | --f )
mgl@1371
 20065
+    $ac_shift
mgl@1371
 20066
+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
mgl@1371
 20067
+    ac_need_defaults=false;;
mgl@1371
 20068
+  --he | --h |  --help | --hel | -h )
mgl@1371
 20069
+    echo "$ac_cs_usage"; exit ;;
mgl@1371
 20070
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
 20071
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
mgl@1371
 20072
+    ac_cs_silent=: ;;
mgl@1371
 20073
+
mgl@1371
 20074
+  # This is an error.
mgl@1371
 20075
+  -*) { echo "$as_me: error: unrecognized option: $1
mgl@1371
 20076
+Try \`$0 --help' for more information." >&2
mgl@1371
 20077
+   { (exit 1); exit 1; }; } ;;
mgl@1371
 20078
+
mgl@1371
 20079
+  *) ac_config_targets="$ac_config_targets $1"
mgl@1371
 20080
+     ac_need_defaults=false ;;
mgl@1371
 20081
+
mgl@1371
 20082
+  esac
mgl@1371
 20083
+  shift
mgl@1371
 20084
+done
mgl@1371
 20085
+
mgl@1371
 20086
+ac_configure_extra_args=
mgl@1371
 20087
+
mgl@1371
 20088
+if $ac_cs_silent; then
mgl@1371
 20089
+  exec 6>/dev/null
mgl@1371
 20090
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
mgl@1371
 20091
+fi
mgl@1371
 20092
+
mgl@1371
 20093
+_ACEOF
mgl@1371
 20094
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 20095
+if \$ac_cs_recheck; then
mgl@1371
 20096
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
mgl@1371
 20097
+  CONFIG_SHELL=$SHELL
mgl@1371
 20098
+  export CONFIG_SHELL
mgl@1371
 20099
+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
mgl@1371
 20100
+fi
mgl@1371
 20101
+
mgl@1371
 20102
+_ACEOF
mgl@1371
 20103
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 20104
+exec 5>>config.log
mgl@1371
 20105
+{
mgl@1371
 20106
+  echo
mgl@1371
 20107
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
mgl@1371
 20108
+## Running $as_me. ##
mgl@1371
 20109
+_ASBOX
mgl@1371
 20110
+  echo "$ac_log"
mgl@1371
 20111
+} >&5
mgl@1371
 20112
+
mgl@1371
 20113
+_ACEOF
mgl@1371
 20114
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 20115
+_ACEOF
mgl@1371
 20116
+
mgl@1371
 20117
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 20118
+
mgl@1371
 20119
+# Handling of arguments.
mgl@1371
 20120
+for ac_config_target in $ac_config_targets
mgl@1371
 20121
+do
mgl@1371
 20122
+  case $ac_config_target in
mgl@1371
 20123
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
mgl@1371
 20124
+
mgl@1371
 20125
+  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
mgl@1371
 20126
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
mgl@1371
 20127
+   { (exit 1); exit 1; }; };;
mgl@1371
 20128
+  esac
mgl@1371
 20129
+done
mgl@1371
 20130
+
mgl@1371
 20131
+
mgl@1371
 20132
+# If the user did not use the arguments to specify the items to instantiate,
mgl@1371
 20133
+# then the envvar interface is used.  Set only those that are not.
mgl@1371
 20134
+# We use the long form for the default assignment because of an extremely
mgl@1371
 20135
+# bizarre bug on SunOS 4.1.3.
mgl@1371
 20136
+if $ac_need_defaults; then
mgl@1371
 20137
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
mgl@1371
 20138
+fi
mgl@1371
 20139
+
mgl@1371
 20140
+# Have a temporary directory for convenience.  Make it in the build tree
mgl@1371
 20141
+# simply because there is no reason against having it here, and in addition,
mgl@1371
 20142
+# creating and moving files from /tmp can sometimes cause problems.
mgl@1371
 20143
+# Hook for its removal unless debugging.
mgl@1371
 20144
+# Note that there is a small window in which the directory will not be cleaned:
mgl@1371
 20145
+# after its creation but before its name has been assigned to `$tmp'.
mgl@1371
 20146
+$debug ||
mgl@1371
 20147
+{
mgl@1371
 20148
+  tmp=
mgl@1371
 20149
+  trap 'exit_status=$?
mgl@1371
 20150
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
mgl@1371
 20151
+' 0
mgl@1371
 20152
+  trap '{ (exit 1); exit 1; }' 1 2 13 15
mgl@1371
 20153
+}
mgl@1371
 20154
+# Create a (secure) tmp directory for tmp files.
mgl@1371
 20155
+
mgl@1371
 20156
+{
mgl@1371
 20157
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
mgl@1371
 20158
+  test -n "$tmp" && test -d "$tmp"
mgl@1371
 20159
+}  ||
mgl@1371
 20160
+{
mgl@1371
 20161
+  tmp=./conf$$-$RANDOM
mgl@1371
 20162
+  (umask 077 && mkdir "$tmp")
mgl@1371
 20163
+} ||
mgl@1371
 20164
+{
mgl@1371
 20165
+   echo "$me: cannot create a temporary directory in ." >&2
mgl@1371
 20166
+   { (exit 1); exit 1; }
mgl@1371
 20167
+}
mgl@1371
 20168
+
mgl@1371
 20169
+#
mgl@1371
 20170
+# Set up the sed scripts for CONFIG_FILES section.
mgl@1371
 20171
+#
mgl@1371
 20172
+
mgl@1371
 20173
+# No need to generate the scripts if there are no CONFIG_FILES.
mgl@1371
 20174
+# This happens for instance when ./config.status config.h
mgl@1371
 20175
+if test -n "$CONFIG_FILES"; then
mgl@1371
 20176
+
mgl@1371
 20177
+_ACEOF
mgl@1371
 20178
+
mgl@1371
 20179
+
mgl@1371
 20180
+
mgl@1371
 20181
+ac_delim='%!_!# '
mgl@1371
 20182
+for ac_last_try in false false false false false :; do
mgl@1371
 20183
+  cat >conf$$subs.sed <<_ACEOF
mgl@1371
 20184
+SHELL!$SHELL$ac_delim
mgl@1371
 20185
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
mgl@1371
 20186
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
mgl@1371
 20187
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
mgl@1371
 20188
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
mgl@1371
 20189
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
mgl@1371
 20190
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
mgl@1371
 20191
+exec_prefix!$exec_prefix$ac_delim
mgl@1371
 20192
+prefix!$prefix$ac_delim
mgl@1371
 20193
+program_transform_name!$program_transform_name$ac_delim
mgl@1371
 20194
+bindir!$bindir$ac_delim
mgl@1371
 20195
+sbindir!$sbindir$ac_delim
mgl@1371
 20196
+libexecdir!$libexecdir$ac_delim
mgl@1371
 20197
+datarootdir!$datarootdir$ac_delim
mgl@1371
 20198
+datadir!$datadir$ac_delim
mgl@1371
 20199
+sysconfdir!$sysconfdir$ac_delim
mgl@1371
 20200
+sharedstatedir!$sharedstatedir$ac_delim
mgl@1371
 20201
+localstatedir!$localstatedir$ac_delim
mgl@1371
 20202
+includedir!$includedir$ac_delim
mgl@1371
 20203
+oldincludedir!$oldincludedir$ac_delim
mgl@1371
 20204
+docdir!$docdir$ac_delim
mgl@1371
 20205
+infodir!$infodir$ac_delim
mgl@1371
 20206
+htmldir!$htmldir$ac_delim
mgl@1371
 20207
+dvidir!$dvidir$ac_delim
mgl@1371
 20208
+pdfdir!$pdfdir$ac_delim
mgl@1371
 20209
+psdir!$psdir$ac_delim
mgl@1371
 20210
+libdir!$libdir$ac_delim
mgl@1371
 20211
+localedir!$localedir$ac_delim
mgl@1371
 20212
+mandir!$mandir$ac_delim
mgl@1371
 20213
+DEFS!$DEFS$ac_delim
mgl@1371
 20214
+ECHO_C!$ECHO_C$ac_delim
mgl@1371
 20215
+ECHO_N!$ECHO_N$ac_delim
mgl@1371
 20216
+ECHO_T!$ECHO_T$ac_delim
mgl@1371
 20217
+LIBS!$LIBS$ac_delim
mgl@1371
 20218
+build_alias!$build_alias$ac_delim
mgl@1371
 20219
+host_alias!$host_alias$ac_delim
mgl@1371
 20220
+target_alias!$target_alias$ac_delim
mgl@1371
 20221
+MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
mgl@1371
 20222
+MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
mgl@1371
 20223
+newlib_basedir!$newlib_basedir$ac_delim
mgl@1371
 20224
+build!$build$ac_delim
mgl@1371
 20225
+build_cpu!$build_cpu$ac_delim
mgl@1371
 20226
+build_vendor!$build_vendor$ac_delim
mgl@1371
 20227
+build_os!$build_os$ac_delim
mgl@1371
 20228
+host!$host$ac_delim
mgl@1371
 20229
+host_cpu!$host_cpu$ac_delim
mgl@1371
 20230
+host_vendor!$host_vendor$ac_delim
mgl@1371
 20231
+host_os!$host_os$ac_delim
mgl@1371
 20232
+target!$target$ac_delim
mgl@1371
 20233
+target_cpu!$target_cpu$ac_delim
mgl@1371
 20234
+target_vendor!$target_vendor$ac_delim
mgl@1371
 20235
+target_os!$target_os$ac_delim
mgl@1371
 20236
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
mgl@1371
 20237
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
mgl@1371
 20238
+INSTALL_DATA!$INSTALL_DATA$ac_delim
mgl@1371
 20239
+PACKAGE!$PACKAGE$ac_delim
mgl@1371
 20240
+VERSION!$VERSION$ac_delim
mgl@1371
 20241
+ACLOCAL!$ACLOCAL$ac_delim
mgl@1371
 20242
+AUTOCONF!$AUTOCONF$ac_delim
mgl@1371
 20243
+AUTOMAKE!$AUTOMAKE$ac_delim
mgl@1371
 20244
+AUTOHEADER!$AUTOHEADER$ac_delim
mgl@1371
 20245
+MAKEINFO!$MAKEINFO$ac_delim
mgl@1371
 20246
+SET_MAKE!$SET_MAKE$ac_delim
mgl@1371
 20247
+CC!$CC$ac_delim
mgl@1371
 20248
+AS!$AS$ac_delim
mgl@1371
 20249
+AR!$AR$ac_delim
mgl@1371
 20250
+RANLIB!$RANLIB$ac_delim
mgl@1371
 20251
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
mgl@1371
 20252
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
mgl@1371
 20253
+MAINT!$MAINT$ac_delim
mgl@1371
 20254
+NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
mgl@1371
 20255
+LDFLAGS!$LDFLAGS$ac_delim
mgl@1371
 20256
+ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
mgl@1371
 20257
+ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
mgl@1371
 20258
+ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
mgl@1371
 20259
+ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
mgl@1371
 20260
+ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
mgl@1371
 20261
+ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
mgl@1371
 20262
+ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
mgl@1371
 20263
+ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
mgl@1371
 20264
+ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
mgl@1371
 20265
+ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
mgl@1371
 20266
+USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
mgl@1371
 20267
+USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
mgl@1371
 20268
+OBJEXT!$OBJEXT$ac_delim
mgl@1371
 20269
+oext!$oext$ac_delim
mgl@1371
 20270
+aext!$aext$ac_delim
mgl@1371
 20271
+libm_machine_dir!$libm_machine_dir$ac_delim
mgl@1371
 20272
+machine_dir!$machine_dir$ac_delim
mgl@1371
 20273
+sys_dir!$sys_dir$ac_delim
mgl@1371
 20274
+LIBOBJS!$LIBOBJS$ac_delim
mgl@1371
 20275
+LTLIBOBJS!$LTLIBOBJS$ac_delim
mgl@1371
 20276
+_ACEOF
mgl@1371
 20277
+
mgl@1371
 20278
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
mgl@1371
 20279
+    break
mgl@1371
 20280
+  elif $ac_last_try; then
mgl@1371
 20281
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
mgl@1371
 20282
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
mgl@1371
 20283
+   { (exit 1); exit 1; }; }
mgl@1371
 20284
+  else
mgl@1371
 20285
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
mgl@1371
 20286
+  fi
mgl@1371
 20287
+done
mgl@1371
 20288
+
mgl@1371
 20289
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
mgl@1371
 20290
+if test -n "$ac_eof"; then
mgl@1371
 20291
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
mgl@1371
 20292
+  ac_eof=`expr $ac_eof + 1`
mgl@1371
 20293
+fi
mgl@1371
 20294
+
mgl@1371
 20295
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 20296
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
mgl@1371
 20297
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
mgl@1371
 20298
+_ACEOF
mgl@1371
 20299
+sed '
mgl@1371
 20300
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
mgl@1371
 20301
+s/^/s,@/; s/!/@,|#_!!_#|/
mgl@1371
 20302
+:n
mgl@1371
 20303
+t n
mgl@1371
 20304
+s/'"$ac_delim"'$/,g/; t
mgl@1371
 20305
+s/$/\\/; p
mgl@1371
 20306
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
mgl@1371
 20307
+' >>$CONFIG_STATUS <conf$$subs.sed
mgl@1371
 20308
+rm -f conf$$subs.sed
mgl@1371
 20309
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 20310
+:end
mgl@1371
 20311
+s/|#_!!_#|//g
mgl@1371
 20312
+CEOF$ac_eof
mgl@1371
 20313
+_ACEOF
mgl@1371
 20314
+
mgl@1371
 20315
+
mgl@1371
 20316
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
mgl@1371
 20317
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
mgl@1371
 20318
+# trailing colons and then remove the whole line if VPATH becomes empty
mgl@1371
 20319
+# (actually we leave an empty line to preserve line numbers).
mgl@1371
 20320
+if test "x$srcdir" = x.; then
mgl@1371
 20321
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
mgl@1371
 20322
+s/:*\$(srcdir):*/:/
mgl@1371
 20323
+s/:*\${srcdir}:*/:/
mgl@1371
 20324
+s/:*@srcdir@:*/:/
mgl@1371
 20325
+s/^\([^=]*=[	 ]*\):*/\1/
mgl@1371
 20326
+s/:*$//
mgl@1371
 20327
+s/^[^=]*=[	 ]*$//
mgl@1371
 20328
+}'
mgl@1371
 20329
+fi
mgl@1371
 20330
+
mgl@1371
 20331
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 20332
+fi # test -n "$CONFIG_FILES"
mgl@1371
 20333
+
mgl@1371
 20334
+
mgl@1371
 20335
+for ac_tag in  :F $CONFIG_FILES
mgl@1371
 20336
+do
mgl@1371
 20337
+  case $ac_tag in
mgl@1371
 20338
+  :[FHLC]) ac_mode=$ac_tag; continue;;
mgl@1371
 20339
+  esac
mgl@1371
 20340
+  case $ac_mode$ac_tag in
mgl@1371
 20341
+  :[FHL]*:*);;
mgl@1371
 20342
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
mgl@1371
 20343
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
mgl@1371
 20344
+   { (exit 1); exit 1; }; };;
mgl@1371
 20345
+  :[FH]-) ac_tag=-:-;;
mgl@1371
 20346
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
mgl@1371
 20347
+  esac
mgl@1371
 20348
+  ac_save_IFS=$IFS
mgl@1371
 20349
+  IFS=:
mgl@1371
 20350
+  set x $ac_tag
mgl@1371
 20351
+  IFS=$ac_save_IFS
mgl@1371
 20352
+  shift
mgl@1371
 20353
+  ac_file=$1
mgl@1371
 20354
+  shift
mgl@1371
 20355
+
mgl@1371
 20356
+  case $ac_mode in
mgl@1371
 20357
+  :L) ac_source=$1;;
mgl@1371
 20358
+  :[FH])
mgl@1371
 20359
+    ac_file_inputs=
mgl@1371
 20360
+    for ac_f
mgl@1371
 20361
+    do
mgl@1371
 20362
+      case $ac_f in
mgl@1371
 20363
+      -) ac_f="$tmp/stdin";;
mgl@1371
 20364
+      *) # Look for the file first in the build tree, then in the source tree
mgl@1371
 20365
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
mgl@1371
 20366
+	 # because $ac_f cannot contain `:'.
mgl@1371
 20367
+	 test -f "$ac_f" ||
mgl@1371
 20368
+	   case $ac_f in
mgl@1371
 20369
+	   [\\/$]*) false;;
mgl@1371
 20370
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
mgl@1371
 20371
+	   esac ||
mgl@1371
 20372
+	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
mgl@1371
 20373
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
mgl@1371
 20374
+   { (exit 1); exit 1; }; };;
mgl@1371
 20375
+      esac
mgl@1371
 20376
+      ac_file_inputs="$ac_file_inputs $ac_f"
mgl@1371
 20377
+    done
mgl@1371
 20378
+
mgl@1371
 20379
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
mgl@1371
 20380
+    # use $as_me), people would be surprised to read:
mgl@1371
 20381
+    #    /* config.h.  Generated by config.status.  */
mgl@1371
 20382
+    configure_input="Generated from "`IFS=:
mgl@1371
 20383
+	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
mgl@1371
 20384
+    if test x"$ac_file" != x-; then
mgl@1371
 20385
+      configure_input="$ac_file.  $configure_input"
mgl@1371
 20386
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
mgl@1371
 20387
+echo "$as_me: creating $ac_file" >&6;}
mgl@1371
 20388
+    fi
mgl@1371
 20389
+
mgl@1371
 20390
+    case $ac_tag in
mgl@1371
 20391
+    *:-:* | *:-) cat >"$tmp/stdin";;
mgl@1371
 20392
+    esac
mgl@1371
 20393
+    ;;
mgl@1371
 20394
+  esac
mgl@1371
 20395
+
mgl@1371
 20396
+  ac_dir=`$as_dirname -- "$ac_file" ||
mgl@1371
 20397
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 20398
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
mgl@1371
 20399
+	 X"$ac_file" : 'X\(//\)$' \| \
mgl@1371
 20400
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 20401
+echo X"$ac_file" |
mgl@1371
 20402
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 20403
+	    s//\1/
mgl@1371
 20404
+	    q
mgl@1371
 20405
+	  }
mgl@1371
 20406
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 20407
+	    s//\1/
mgl@1371
 20408
+	    q
mgl@1371
 20409
+	  }
mgl@1371
 20410
+	  /^X\(\/\/\)$/{
mgl@1371
 20411
+	    s//\1/
mgl@1371
 20412
+	    q
mgl@1371
 20413
+	  }
mgl@1371
 20414
+	  /^X\(\/\).*/{
mgl@1371
 20415
+	    s//\1/
mgl@1371
 20416
+	    q
mgl@1371
 20417
+	  }
mgl@1371
 20418
+	  s/.*/./; q'`
mgl@1371
 20419
+  { as_dir="$ac_dir"
mgl@1371
 20420
+  case $as_dir in #(
mgl@1371
 20421
+  -*) as_dir=./$as_dir;;
mgl@1371
 20422
+  esac
mgl@1371
 20423
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
mgl@1371
 20424
+    as_dirs=
mgl@1371
 20425
+    while :; do
mgl@1371
 20426
+      case $as_dir in #(
mgl@1371
 20427
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
mgl@1371
 20428
+      *) as_qdir=$as_dir;;
mgl@1371
 20429
+      esac
mgl@1371
 20430
+      as_dirs="'$as_qdir' $as_dirs"
mgl@1371
 20431
+      as_dir=`$as_dirname -- "$as_dir" ||
mgl@1371
 20432
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 20433
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
 20434
+	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
 20435
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 20436
+echo X"$as_dir" |
mgl@1371
 20437
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 20438
+	    s//\1/
mgl@1371
 20439
+	    q
mgl@1371
 20440
+	  }
mgl@1371
 20441
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 20442
+	    s//\1/
mgl@1371
 20443
+	    q
mgl@1371
 20444
+	  }
mgl@1371
 20445
+	  /^X\(\/\/\)$/{
mgl@1371
 20446
+	    s//\1/
mgl@1371
 20447
+	    q
mgl@1371
 20448
+	  }
mgl@1371
 20449
+	  /^X\(\/\).*/{
mgl@1371
 20450
+	    s//\1/
mgl@1371
 20451
+	    q
mgl@1371
 20452
+	  }
mgl@1371
 20453
+	  s/.*/./; q'`
mgl@1371
 20454
+      test -d "$as_dir" && break
mgl@1371
 20455
+    done
mgl@1371
 20456
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
mgl@1371
 20457
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
mgl@1371
 20458
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
mgl@1371
 20459
+   { (exit 1); exit 1; }; }; }
mgl@1371
 20460
+  ac_builddir=.
mgl@1371
 20461
+
mgl@1371
 20462
+case "$ac_dir" in
mgl@1371
 20463
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 20464
+*)
mgl@1371
 20465
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
 20466
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
 20467
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
 20468
+  case $ac_top_builddir_sub in
mgl@1371
 20469
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 20470
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
 20471
+  esac ;;
mgl@1371
 20472
+esac
mgl@1371
 20473
+ac_abs_top_builddir=$ac_pwd
mgl@1371
 20474
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
 20475
+# for backward compatibility:
mgl@1371
 20476
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
 20477
+
mgl@1371
 20478
+case $srcdir in
mgl@1371
 20479
+  .)  # We are building in place.
mgl@1371
 20480
+    ac_srcdir=.
mgl@1371
 20481
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
 20482
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
 20483
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
 20484
+    ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
 20485
+    ac_top_srcdir=$srcdir
mgl@1371
 20486
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
 20487
+  *) # Relative name.
mgl@1371
 20488
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
 20489
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
 20490
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
 20491
+esac
mgl@1371
 20492
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
 20493
+
mgl@1371
 20494
+
mgl@1371
 20495
+  case $ac_mode in
mgl@1371
 20496
+  :F)
mgl@1371
 20497
+  #
mgl@1371
 20498
+  # CONFIG_FILE
mgl@1371
 20499
+  #
mgl@1371
 20500
+
mgl@1371
 20501
+  case $INSTALL in
mgl@1371
 20502
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
mgl@1371
 20503
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
mgl@1371
 20504
+  esac
mgl@1371
 20505
+_ACEOF
mgl@1371
 20506
+
mgl@1371
 20507
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 20508
+# If the template does not know about datarootdir, expand it.
mgl@1371
 20509
+# FIXME: This hack should be removed a few years after 2.60.
mgl@1371
 20510
+ac_datarootdir_hack=; ac_datarootdir_seen=
mgl@1371
 20511
+
mgl@1371
 20512
+case `sed -n '/datarootdir/ {
mgl@1371
 20513
+  p
mgl@1371
 20514
+  q
mgl@1371
 20515
+}
mgl@1371
 20516
+/@datadir@/p
mgl@1371
 20517
+/@docdir@/p
mgl@1371
 20518
+/@infodir@/p
mgl@1371
 20519
+/@localedir@/p
mgl@1371
 20520
+/@mandir@/p
mgl@1371
 20521
+' $ac_file_inputs` in
mgl@1371
 20522
+*datarootdir*) ac_datarootdir_seen=yes;;
mgl@1371
 20523
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
mgl@1371
 20524
+  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
mgl@1371
 20525
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
mgl@1371
 20526
+_ACEOF
mgl@1371
 20527
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 20528
+  ac_datarootdir_hack='
mgl@1371
 20529
+  s&@datadir@&$datadir&g
mgl@1371
 20530
+  s&@docdir@&$docdir&g
mgl@1371
 20531
+  s&@infodir@&$infodir&g
mgl@1371
 20532
+  s&@localedir@&$localedir&g
mgl@1371
 20533
+  s&@mandir@&$mandir&g
mgl@1371
 20534
+    s&\\\${datarootdir}&$datarootdir&g' ;;
mgl@1371
 20535
+esac
mgl@1371
 20536
+_ACEOF
mgl@1371
 20537
+
mgl@1371
 20538
+# Neutralize VPATH when `$srcdir' = `.'.
mgl@1371
 20539
+# Shell code in configure.ac might set extrasub.
mgl@1371
 20540
+# FIXME: do we really want to maintain this feature?
mgl@1371
 20541
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 20542
+  sed "$ac_vpsub
mgl@1371
 20543
+$extrasub
mgl@1371
 20544
+_ACEOF
mgl@1371
 20545
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 20546
+:t
mgl@1371
 20547
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
mgl@1371
 20548
+s&@configure_input@&$configure_input&;t t
mgl@1371
 20549
+s&@top_builddir@&$ac_top_builddir_sub&;t t
mgl@1371
 20550
+s&@srcdir@&$ac_srcdir&;t t
mgl@1371
 20551
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
mgl@1371
 20552
+s&@top_srcdir@&$ac_top_srcdir&;t t
mgl@1371
 20553
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
mgl@1371
 20554
+s&@builddir@&$ac_builddir&;t t
mgl@1371
 20555
+s&@abs_builddir@&$ac_abs_builddir&;t t
mgl@1371
 20556
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
mgl@1371
 20557
+s&@INSTALL@&$ac_INSTALL&;t t
mgl@1371
 20558
+$ac_datarootdir_hack
mgl@1371
 20559
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
mgl@1371
 20560
+
mgl@1371
 20561
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mgl@1371
 20562
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
mgl@1371
 20563
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
mgl@1371
 20564
+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
mgl@1371
 20565
+which seems to be undefined.  Please make sure it is defined." >&5
mgl@1371
 20566
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
mgl@1371
 20567
+which seems to be undefined.  Please make sure it is defined." >&2;}
mgl@1371
 20568
+
mgl@1371
 20569
+  rm -f "$tmp/stdin"
mgl@1371
 20570
+  case $ac_file in
mgl@1371
 20571
+  -) cat "$tmp/out"; rm -f "$tmp/out";;
mgl@1371
 20572
+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
mgl@1371
 20573
+  esac
mgl@1371
 20574
+ ;;
mgl@1371
 20575
+
mgl@1371
 20576
+
mgl@1371
 20577
+
mgl@1371
 20578
+  esac
mgl@1371
 20579
+
mgl@1371
 20580
+done # for ac_tag
mgl@1371
 20581
+
mgl@1371
 20582
+
mgl@1371
 20583
+{ (exit 0); exit 0; }
mgl@1371
 20584
+_ACEOF
mgl@1371
 20585
+chmod +x $CONFIG_STATUS
mgl@1371
 20586
+ac_clean_files=$ac_clean_files_save
mgl@1371
 20587
+
mgl@1371
 20588
+
mgl@1371
 20589
+# configure is writing to config.log, and then calls config.status.
mgl@1371
 20590
+# config.status does its own redirection, appending to config.log.
mgl@1371
 20591
+# Unfortunately, on DOS this fails, as config.log is still kept open
mgl@1371
 20592
+# by configure, so config.status won't be able to write to it; its
mgl@1371
 20593
+# output is simply discarded.  So we exec the FD to /dev/null,
mgl@1371
 20594
+# effectively closing config.log, so it can be properly (re)opened and
mgl@1371
 20595
+# appended to by config.status.  When coming back to configure, we
mgl@1371
 20596
+# need to make the FD available again.
mgl@1371
 20597
+if test "$no_create" != yes; then
mgl@1371
 20598
+  ac_cs_success=:
mgl@1371
 20599
+  ac_config_status_args=
mgl@1371
 20600
+  test "$silent" = yes &&
mgl@1371
 20601
+    ac_config_status_args="$ac_config_status_args --quiet"
mgl@1371
 20602
+  exec 5>/dev/null
mgl@1371
 20603
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
mgl@1371
 20604
+  exec 5>>config.log
mgl@1371
 20605
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
mgl@1371
 20606
+  # would make configure fail if this is the last instruction.
mgl@1371
 20607
+  $ac_cs_success || { (exit 1); exit 1; }
mgl@1371
 20608
+fi
mgl@1371
 20609
+
mgl@1371
 20610
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/configure.in newlib-1.17.0-new/newlib/libc/sys/avr32/configure.in
mgl@1371
 20611
--- newlib-1.17.0/newlib/libc/sys/avr32/configure.in	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 20612
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/configure.in	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 20613
@@ -0,0 +1,13 @@
mgl@1371
 20614
+dnl This is the newlib/libc/sys/avr32 configure.in file.
mgl@1371
 20615
+dnl Process this file with autoconf to produce a configure script.
mgl@1371
 20616
+
mgl@1371
 20617
+AC_PREREQ(2.59)
mgl@1371
 20618
+AC_INIT([newlib],[NEWLIB_VERSION])
mgl@1371
 20619
+
mgl@1371
 20620
+dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
mgl@1371
 20621
+AC_CONFIG_AUX_DIR(../../../..)
mgl@1371
 20622
+
mgl@1371
 20623
+NEWLIB_CONFIGURE(../../..)
mgl@1371
 20624
+
mgl@1371
 20625
+AC_CONFIG_FILES([Makefile])
mgl@1371
 20626
+AC_OUTPUT
mgl@1371
 20627
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/crt0.S newlib-1.17.0-new/newlib/libc/sys/avr32/crt0.S
mgl@1371
 20628
--- newlib-1.17.0/newlib/libc/sys/avr32/crt0.S	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 20629
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/crt0.S	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 20630
@@ -0,0 +1,83 @@
mgl@1371
 20631
+
mgl@1371
 20632
+	.section	.reset,"ax"
mgl@1371
 20633
+	
mgl@1371
 20634
+	.global _start
mgl@1371
 20635
+	.type	_start,@function
mgl@1371
 20636
+_start:
mgl@1371
 20637
+	/* Jump to wherever the linker thinks we are... */
mgl@1371
 20638
+	lddpc	pc, .Ltext_vaddr
mgl@1371
 20639
+
mgl@1371
 20640
+	.align	2
mgl@1371
 20641
+.Ltext_vaddr:
mgl@1371
 20642
+	.word	_stext
mgl@1371
 20643
+
mgl@1371
 20644
+	.text
mgl@1371
 20645
+	.global	_stext
mgl@1371
 20646
+_stext:
mgl@1371
 20647
+	/* Zero marks the end of the outermost frame.  */
mgl@1371
 20648
+	mov	r7, 0
mgl@1371
 20649
+
mgl@1371
 20650
+	/*  Set up the stack pointer to a fixed value */
mgl@1371
 20651
+	lda.w	r10, _estack
mgl@1371
 20652
+
mgl@1371
 20653
+	/*  If _stack is -1 don't set sp, the stack is then probably
mgl@1371
 20654
+	    set by some other means i.e. by a bootloader. */
mgl@1371
 20655
+	cp	r10, -1
mgl@1371
 20656
+	movne	sp, r10
mgl@1371
 20657
+
mgl@1371
 20658
+	/* Copy the data segment into RAM if necessary. If data_lma
mgl@1371
 20659
+	   is equal to data then VMA==LMA and no copying is necessary.
mgl@1371
 20660
+	   The linker script must make sure that the data segment is at
mgl@1371
 20661
+	   least dword-aligned.  */
mgl@1371
 20662
+	lda.w	r11, _data_lma
mgl@1371
 20663
+	lda.w	r12, _data
mgl@1371
 20664
+	cp.w	r11, r12
mgl@1371
 20665
+	breq	1f
mgl@1371
 20666
+	lda.w	r10, _edata
mgl@1371
 20667
+2:	ld.d	r8, r11++
mgl@1371
 20668
+	st.d	r12++, r8
mgl@1371
 20669
+	cp.w	r12, r10
mgl@1371
 20670
+	brlt	2b
mgl@1371
 20671
+	
mgl@1371
 20672
+	/* Zero the memory in the .bss section.  */
mgl@1371
 20673
+1:	lda.w	r10, _end
mgl@1371
 20674
+	lda.w	r12, _edata
mgl@1371
 20675
+
mgl@1371
 20676
+	mov	r8, 0
mgl@1371
 20677
+	mov	r9, 0
mgl@1371
 20678
+2:	st.d	r12++, r8
mgl@1371
 20679
+	cp.w	r12, r10
mgl@1371
 20680
+	brlt	2b
mgl@1371
 20681
+
mgl@1371
 20682
+	/* User dependent initialization */
mgl@1371
 20683
+	call	_init_startup
mgl@1371
 20684
+
mgl@1371
 20685
+	/* Register _fini function with atexit 
mgl@1371
 20686
+	   The _fini function is responsible for calling destructiors */
mgl@1371
 20687
+	lda.w	r12, _fini
mgl@1371
 20688
+	call	atexit
mgl@1371
 20689
+
mgl@1371
 20690
+	/* Call _init in order to initialize constructors etc */
mgl@1371
 20691
+	call	_init
mgl@1371
 20692
+		
mgl@1371
 20693
+	/*Initialize argv, use stack for keeping arguments. 
mgl@1371
 20694
+          _init_argv() returns argc in r12 and argv in r11
mgl@1371
 20695
+	 and the total size used for the arguments in r10.*/
mgl@1371
 20696
+	mov	r12, sp	
mgl@1371
 20697
+	/* Signal that we are storing the arguments in a stackwise
mgl@1371
 20698
+	   top down approach. */	
mgl@1371
 20699
+	mov	r11, 0	
mgl@1371
 20700
+	call	_init_argv
mgl@1371
 20701
+	/* If initialization if argv is not handled then _init_argv
mgl@1371
 20702
+           returns -1 so set argc to 0 and make sure no space is 
mgl@1371
 20703
+	   allocated on the stack. */
mgl@1371
 20704
+	cp.w	r12, -1
mgl@1371
 20705
+	moveq	r12, 0
mgl@1371
 20706
+	moveq	r10, 0
mgl@1371
 20707
+	sub	sp, r10
mgl@1371
 20708
+
mgl@1371
 20709
+	/* Call main and call exit when it returns */
mgl@1371
 20710
+	call	main
mgl@1371
 20711
+	call	exit
mgl@1371
 20712
+
mgl@1371
 20713
+	.weak	_data_lma
mgl@1371
 20714
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/Makefile.am newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.am
mgl@1371
 20715
--- newlib-1.17.0/newlib/libc/sys/avr32/Makefile.am	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 20716
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.am	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 20717
@@ -0,0 +1,18 @@
mgl@1371
 20718
+## Process this file with automake to generate Makefile.in
mgl@1371
 20719
+
mgl@1371
 20720
+AUTOMAKE_OPTIONS = cygnus
mgl@1371
 20721
+
mgl@1371
 20722
+INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
mgl@1371
 20723
+
mgl@1371
 20724
+AM_CCASFLAGS = $(INCLUDES)
mgl@1371
 20725
+
mgl@1371
 20726
+noinst_LIBRARIES = lib.a
mgl@1371
 20727
+
mgl@1371
 20728
+lib_a_SOURCES = syscalls.c setjmp.S
mgl@1371
 20729
+lib_a_CCASFLAGS = $(AM_CCASFLAGS)
mgl@1371
 20730
+lib_a_CFLAGS = $(AM_CFLAGS)
mgl@1371
 20731
+
mgl@1371
 20732
+all: crt0.o
mgl@1371
 20733
+
mgl@1371
 20734
+ACLOCAL_AMFLAGS = -I ../../..
mgl@1371
 20735
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
mgl@1371
 20736
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/Makefile.in newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.in
mgl@1371
 20737
--- newlib-1.17.0/newlib/libc/sys/avr32/Makefile.in	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 20738
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/Makefile.in	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 20739
@@ -0,0 +1,329 @@
mgl@1371
 20740
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
mgl@1371
 20741
+
mgl@1371
 20742
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
mgl@1371
 20743
+# This Makefile.in is free software; the Free Software Foundation
mgl@1371
 20744
+# gives unlimited permission to copy and/or distribute it,
mgl@1371
 20745
+# with or without modifications, as long as this notice is preserved.
mgl@1371
 20746
+
mgl@1371
 20747
+# This program is distributed in the hope that it will be useful,
mgl@1371
 20748
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
mgl@1371
 20749
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
mgl@1371
 20750
+# PARTICULAR PURPOSE.
mgl@1371
 20751
+
mgl@1371
 20752
+
mgl@1371
 20753
+SHELL = @SHELL@
mgl@1371
 20754
+
mgl@1371
 20755
+srcdir = @srcdir@
mgl@1371
 20756
+top_srcdir = @top_srcdir@
mgl@1371
 20757
+VPATH = @srcdir@
mgl@1371
 20758
+prefix = @prefix@
mgl@1371
 20759
+exec_prefix = @exec_prefix@
mgl@1371
 20760
+
mgl@1371
 20761
+bindir = @bindir@
mgl@1371
 20762
+sbindir = @sbindir@
mgl@1371
 20763
+libexecdir = @libexecdir@
mgl@1371
 20764
+datadir = @datadir@
mgl@1371
 20765
+sysconfdir = @sysconfdir@
mgl@1371
 20766
+sharedstatedir = @sharedstatedir@
mgl@1371
 20767
+localstatedir = @localstatedir@
mgl@1371
 20768
+libdir = @libdir@
mgl@1371
 20769
+infodir = @infodir@
mgl@1371
 20770
+mandir = @mandir@
mgl@1371
 20771
+includedir = @includedir@
mgl@1371
 20772
+oldincludedir = /usr/include
mgl@1371
 20773
+
mgl@1371
 20774
+DESTDIR =
mgl@1371
 20775
+
mgl@1371
 20776
+pkgdatadir = $(datadir)/@PACKAGE@
mgl@1371
 20777
+pkglibdir = $(libdir)/@PACKAGE@
mgl@1371
 20778
+pkgincludedir = $(includedir)/@PACKAGE@
mgl@1371
 20779
+
mgl@1371
 20780
+top_builddir = .
mgl@1371
 20781
+
mgl@1371
 20782
+ACLOCAL = @ACLOCAL@
mgl@1371
 20783
+AUTOCONF = @AUTOCONF@
mgl@1371
 20784
+AUTOMAKE = @AUTOMAKE@
mgl@1371
 20785
+AUTOHEADER = @AUTOHEADER@
mgl@1371
 20786
+
mgl@1371
 20787
+INSTALL = @INSTALL@
mgl@1371
 20788
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
mgl@1371
 20789
+INSTALL_DATA = @INSTALL_DATA@
mgl@1371
 20790
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
mgl@1371
 20791
+transform = @program_transform_name@
mgl@1371
 20792
+
mgl@1371
 20793
+NORMAL_INSTALL = :
mgl@1371
 20794
+PRE_INSTALL = :
mgl@1371
 20795
+POST_INSTALL = :
mgl@1371
 20796
+NORMAL_UNINSTALL = :
mgl@1371
 20797
+PRE_UNINSTALL = :
mgl@1371
 20798
+POST_UNINSTALL = :
mgl@1371
 20799
+build_alias = @build_alias@
mgl@1371
 20800
+build_triplet = @build@
mgl@1371
 20801
+host_alias = @host_alias@
mgl@1371
 20802
+host_triplet = @host@
mgl@1371
 20803
+target_alias = @target_alias@
mgl@1371
 20804
+target_triplet = @target@
mgl@1371
 20805
+AR = @AR@
mgl@1371
 20806
+AS = @AS@
mgl@1371
 20807
+CC = @CC@
mgl@1371
 20808
+CPP = @CPP@
mgl@1371
 20809
+EXEEXT = @EXEEXT@
mgl@1371
 20810
+LDFLAGS = @LDFLAGS@
mgl@1371
 20811
+MAINT = @MAINT@
mgl@1371
 20812
+MAKEINFO = @MAKEINFO@
mgl@1371
 20813
+NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
mgl@1371
 20814
+OBJEXT = @OBJEXT@
mgl@1371
 20815
+PACKAGE = @PACKAGE@
mgl@1371
 20816
+RANLIB = @RANLIB@
mgl@1371
 20817
+VERSION = @VERSION@
mgl@1371
 20818
+aext = @aext@
mgl@1371
 20819
+libm_machine_dir = @libm_machine_dir@
mgl@1371
 20820
+machine_dir = @machine_dir@
mgl@1371
 20821
+newlib_basedir = @newlib_basedir@
mgl@1371
 20822
+oext = @oext@
mgl@1371
 20823
+sys_dir = @sys_dir@
mgl@1371
 20824
+
mgl@1371
 20825
+AUTOMAKE_OPTIONS = cygnus
mgl@1371
 20826
+
mgl@1371
 20827
+INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
mgl@1371
 20828
+
mgl@1371
 20829
+noinst_LIBRARIES = lib.a
mgl@1371
 20830
+
mgl@1371
 20831
+lib_a_SOURCES = syscalls.c setjmp.S
mgl@1371
 20832
+
mgl@1371
 20833
+ACLOCAL_AMFLAGS = -I ../../..
mgl@1371
 20834
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
mgl@1371
 20835
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mgl@1371
 20836
+mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
mgl@1371
 20837
+CONFIG_CLEAN_FILES = 
mgl@1371
 20838
+LIBRARIES =  $(noinst_LIBRARIES)
mgl@1371
 20839
+
mgl@1371
 20840
+
mgl@1371
 20841
+DEFS = @DEFS@ -I. -I$(srcdir) 
mgl@1371
 20842
+CPPFLAGS =
mgl@1371
 20843
+LIBS = @LIBS@
mgl@1371
 20844
+lib_a_LIBADD = 
mgl@1371
 20845
+lib_a_OBJECTS =  syscalls.o setjmp.o
mgl@1371
 20846
+CFLAGS = @CFLAGS@
mgl@1371
 20847
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
mgl@1371
 20848
+CCLD = $(CC)
mgl@1371
 20849
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
mgl@1371
 20850
+DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
mgl@1371
 20851
+
mgl@1371
 20852
+
mgl@1371
 20853
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
mgl@1371
 20854
+
mgl@1371
 20855
+TAR = gtar
mgl@1371
 20856
+GZIP_ENV = --best
mgl@1371
 20857
+SOURCES = $(lib_a_SOURCES)
mgl@1371
 20858
+OBJECTS = $(lib_a_OBJECTS)
mgl@1371
 20859
+
mgl@1371
 20860
+all: all-redirect
mgl@1371
 20861
+.SUFFIXES:
mgl@1371
 20862
+.SUFFIXES: .S .c .o .s
mgl@1371
 20863
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
mgl@1371
 20864
+	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
mgl@1371
 20865
+
mgl@1371
 20866
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
mgl@1371
 20867
+	cd $(top_builddir) \
mgl@1371
 20868
+	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
mgl@1371
 20869
+
mgl@1371
 20870
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
mgl@1371
 20871
+		../../../acinclude.m4 ../../../aclocal.m4 \
mgl@1371
 20872
+		../../../libtool.m4
mgl@1371
 20873
+	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
mgl@1371
 20874
+
mgl@1371
 20875
+config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
mgl@1371
 20876
+	$(SHELL) ./config.status --recheck
mgl@1371
 20877
+$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
mgl@1371
 20878
+	cd $(srcdir) && $(AUTOCONF)
mgl@1371
 20879
+
mgl@1371
 20880
+mostlyclean-noinstLIBRARIES:
mgl@1371
 20881
+
mgl@1371
 20882
+clean-noinstLIBRARIES:
mgl@1371
 20883
+	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
mgl@1371
 20884
+
mgl@1371
 20885
+distclean-noinstLIBRARIES:
mgl@1371
 20886
+
mgl@1371
 20887
+maintainer-clean-noinstLIBRARIES:
mgl@1371
 20888
+
mgl@1371
 20889
+.c.o:
mgl@1371
 20890
+	$(COMPILE) -c $<
mgl@1371
 20891
+
mgl@1371
 20892
+.s.o:
mgl@1371
 20893
+	$(COMPILE) -c $<
mgl@1371
 20894
+
mgl@1371
 20895
+.S.o:
mgl@1371
 20896
+	$(COMPILE) -c $<
mgl@1371
 20897
+
mgl@1371
 20898
+mostlyclean-compile:
mgl@1371
 20899
+	-rm -f *.o core *.core
mgl@1371
 20900
+
mgl@1371
 20901
+clean-compile:
mgl@1371
 20902
+
mgl@1371
 20903
+distclean-compile:
mgl@1371
 20904
+	-rm -f *.tab.c
mgl@1371
 20905
+
mgl@1371
 20906
+maintainer-clean-compile:
mgl@1371
 20907
+
mgl@1371
 20908
+lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
mgl@1371
 20909
+	-rm -f lib.a
mgl@1371
 20910
+	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
mgl@1371
 20911
+	$(RANLIB) lib.a
mgl@1371
 20912
+
mgl@1371
 20913
+tags: TAGS
mgl@1371
 20914
+
mgl@1371
 20915
+ID: $(HEADERS) $(SOURCES) $(LISP)
mgl@1371
 20916
+	list='$(SOURCES) $(HEADERS)'; \
mgl@1371
 20917
+	unique=`for i in $$list; do echo $$i; done | \
mgl@1371
 20918
+	  awk '    { files[$$0] = 1; } \
mgl@1371
 20919
+	       END { for (i in files) print i; }'`; \
mgl@1371
 20920
+	here=`pwd` && cd $(srcdir) \
mgl@1371
 20921
+	  && mkid -f$$here/ID $$unique $(LISP)
mgl@1371
 20922
+
mgl@1371
 20923
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
mgl@1371
 20924
+	tags=; \
mgl@1371
 20925
+	here=`pwd`; \
mgl@1371
 20926
+	list='$(SOURCES) $(HEADERS)'; \
mgl@1371
 20927
+	unique=`for i in $$list; do echo $$i; done | \
mgl@1371
 20928
+	  awk '    { files[$$0] = 1; } \
mgl@1371
 20929
+	       END { for (i in files) print i; }'`; \
mgl@1371
 20930
+	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
mgl@1371
 20931
+	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
mgl@1371
 20932
+
mgl@1371
 20933
+mostlyclean-tags:
mgl@1371
 20934
+
mgl@1371
 20935
+clean-tags:
mgl@1371
 20936
+
mgl@1371
 20937
+distclean-tags:
mgl@1371
 20938
+	-rm -f TAGS ID
mgl@1371
 20939
+
mgl@1371
 20940
+maintainer-clean-tags:
mgl@1371
 20941
+
mgl@1371
 20942
+distdir = $(PACKAGE)-$(VERSION)
mgl@1371
 20943
+top_distdir = $(distdir)
mgl@1371
 20944
+
mgl@1371
 20945
+# This target untars the dist file and tries a VPATH configuration.  Then
mgl@1371
 20946
+# it guarantees that the distribution is self-contained by making another
mgl@1371
 20947
+# tarfile.
mgl@1371
 20948
+distcheck: dist
mgl@1371
 20949
+	-rm -rf $(distdir)
mgl@1371
 20950
+	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
mgl@1371
 20951
+	mkdir $(distdir)/=build
mgl@1371
 20952
+	mkdir $(distdir)/=inst
mgl@1371
 20953
+	dc_install_base=`cd $(distdir)/=inst && pwd`; \
mgl@1371
 20954
+	cd $(distdir)/=build \
mgl@1371
 20955
+	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
mgl@1371
 20956
+	  && $(MAKE) $(AM_MAKEFLAGS) \
mgl@1371
 20957
+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
mgl@1371
 20958
+	  && $(MAKE) $(AM_MAKEFLAGS) check \
mgl@1371
 20959
+	  && $(MAKE) $(AM_MAKEFLAGS) install \
mgl@1371
 20960
+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
mgl@1371
 20961
+	  && $(MAKE) $(AM_MAKEFLAGS) dist
mgl@1371
 20962
+	-rm -rf $(distdir)
mgl@1371
 20963
+	@banner="$(distdir).tar.gz is ready for distribution"; \
mgl@1371
 20964
+	dashes=`echo "$$banner" | sed s/./=/g`; \
mgl@1371
 20965
+	echo "$$dashes"; \
mgl@1371
 20966
+	echo "$$banner"; \
mgl@1371
 20967
+	echo "$$dashes"
mgl@1371
 20968
+dist: distdir
mgl@1371
 20969
+	-chmod -R a+r $(distdir)
mgl@1371
 20970
+	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
mgl@1371
 20971
+	-rm -rf $(distdir)
mgl@1371
 20972
+dist-all: distdir
mgl@1371
 20973
+	-chmod -R a+r $(distdir)
mgl@1371
 20974
+	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
mgl@1371
 20975
+	-rm -rf $(distdir)
mgl@1371
 20976
+distdir: $(DISTFILES)
mgl@1371
 20977
+	-rm -rf $(distdir)
mgl@1371
 20978
+	mkdir $(distdir)
mgl@1371
 20979
+	-chmod 777 $(distdir)
mgl@1371
 20980
+	@for file in $(DISTFILES); do \
mgl@1371
 20981
+	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
mgl@1371
 20982
+	  if test -d $$d/$$file; then \
mgl@1371
 20983
+	    cp -pr $$d/$$file $(distdir)/$$file; \
mgl@1371
 20984
+	  else \
mgl@1371
 20985
+	    test -f $(distdir)/$$file \
mgl@1371
 20986
+	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
mgl@1371
 20987
+	    || cp -p $$d/$$file $(distdir)/$$file || :; \
mgl@1371
 20988
+	  fi; \
mgl@1371
 20989
+	done
mgl@1371
 20990
+info-am:
mgl@1371
 20991
+info: info-am
mgl@1371
 20992
+dvi-am:
mgl@1371
 20993
+dvi: dvi-am
mgl@1371
 20994
+check-am:
mgl@1371
 20995
+check: check-am
mgl@1371
 20996
+installcheck-am:
mgl@1371
 20997
+installcheck: installcheck-am
mgl@1371
 20998
+install-info-am: 
mgl@1371
 20999
+install-info: install-info-am
mgl@1371
 21000
+install-exec-am:
mgl@1371
 21001
+install-exec: install-exec-am
mgl@1371
 21002
+
mgl@1371
 21003
+install-data-am:
mgl@1371
 21004
+install-data: install-data-am
mgl@1371
 21005
+
mgl@1371
 21006
+install-am: all-am
mgl@1371
 21007
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
mgl@1371
 21008
+install: install-am
mgl@1371
 21009
+uninstall-am:
mgl@1371
 21010
+uninstall: uninstall-am
mgl@1371
 21011
+all-am: Makefile $(LIBRARIES)
mgl@1371
 21012
+all-redirect: all-am
mgl@1371
 21013
+install-strip:
mgl@1371
 21014
+	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
mgl@1371
 21015
+installdirs:
mgl@1371
 21016
+
mgl@1371
 21017
+
mgl@1371
 21018
+mostlyclean-generic:
mgl@1371
 21019
+
mgl@1371
 21020
+clean-generic:
mgl@1371
 21021
+
mgl@1371
 21022
+distclean-generic:
mgl@1371
 21023
+	-rm -f Makefile $(CONFIG_CLEAN_FILES)
mgl@1371
 21024
+	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
mgl@1371
 21025
+
mgl@1371
 21026
+maintainer-clean-generic:
mgl@1371
 21027
+mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
mgl@1371
 21028
+		mostlyclean-tags mostlyclean-generic
mgl@1371
 21029
+
mgl@1371
 21030
+mostlyclean: mostlyclean-am
mgl@1371
 21031
+
mgl@1371
 21032
+clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
mgl@1371
 21033
+		mostlyclean-am
mgl@1371
 21034
+
mgl@1371
 21035
+clean: clean-am
mgl@1371
 21036
+
mgl@1371
 21037
+distclean-am:  distclean-noinstLIBRARIES distclean-compile \
mgl@1371
 21038
+		distclean-tags distclean-generic clean-am
mgl@1371
 21039
+
mgl@1371
 21040
+distclean: distclean-am
mgl@1371
 21041
+	-rm -f config.status
mgl@1371
 21042
+
mgl@1371
 21043
+maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
mgl@1371
 21044
+		maintainer-clean-compile maintainer-clean-tags \
mgl@1371
 21045
+		maintainer-clean-generic distclean-am
mgl@1371
 21046
+	@echo "This command is intended for maintainers to use;"
mgl@1371
 21047
+	@echo "it deletes files that may require special tools to rebuild."
mgl@1371
 21048
+
mgl@1371
 21049
+maintainer-clean: maintainer-clean-am
mgl@1371
 21050
+	-rm -f config.status
mgl@1371
 21051
+
mgl@1371
 21052
+.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
mgl@1371
 21053
+clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
mgl@1371
 21054
+mostlyclean-compile distclean-compile clean-compile \
mgl@1371
 21055
+maintainer-clean-compile tags mostlyclean-tags distclean-tags \
mgl@1371
 21056
+clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
mgl@1371
 21057
+check-am installcheck-am installcheck install-info-am install-info \
mgl@1371
 21058
+install-exec-am install-exec install-data-am install-data install-am \
mgl@1371
 21059
+install uninstall-am uninstall all-redirect all-am all installdirs \
mgl@1371
 21060
+mostlyclean-generic distclean-generic clean-generic \
mgl@1371
 21061
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
mgl@1371
 21062
+
mgl@1371
 21063
+
mgl@1371
 21064
+all: crt0.o
mgl@1371
 21065
+
mgl@1371
 21066
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
mgl@1371
 21067
+# Otherwise a system limit (for SysV at least) may be exceeded.
mgl@1371
 21068
+.NOEXPORT:
mgl@1371
 21069
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/setjmp.S newlib-1.17.0-new/newlib/libc/sys/avr32/setjmp.S
mgl@1371
 21070
--- newlib-1.17.0/newlib/libc/sys/avr32/setjmp.S	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 21071
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/setjmp.S	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 21072
@@ -0,0 +1,20 @@
mgl@1371
 21073
+	.text
mgl@1371
 21074
+	.globl setjmp
mgl@1371
 21075
+setjmp:
mgl@1371
 21076
+	stm	r12, r0, r1, r2, r3, r4, r5, r6, r7, sp, lr
mgl@1371
 21077
+	retal	0
mgl@1371
 21078
+
mgl@1371
 21079
+	.globl longjmp
mgl@1371
 21080
+longjmp:	
mgl@1371
 21081
+	ldm	r12, r0, r1, r2, r3, r4, r5, r6, r7, sp, lr
mgl@1371
 21082
+	/* Put the return value into the integer result register.
mgl@1371
 21083
+	   But if it is zero then return 1 instead.  */	
mgl@1371
 21084
+	cp	r11, 0
mgl@1371
 21085
+	reteq	1
mgl@1371
 21086
+	retal	r11
mgl@1371
 21087
+
mgl@1371
 21088
+
mgl@1371
 21089
+	
mgl@1371
 21090
+
mgl@1371
 21091
+	
mgl@1371
 21092
+	
mgl@1371
 21093
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/sys/sysregs.h newlib-1.17.0-new/newlib/libc/sys/avr32/sys/sysregs.h
mgl@1371
 21094
--- newlib-1.17.0/newlib/libc/sys/avr32/sys/sysregs.h	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 21095
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/sys/sysregs.h	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 21096
@@ -0,0 +1,158 @@
mgl@1371
 21097
+#ifndef __ASM_AVR32_SYSREGS_H
mgl@1371
 21098
+#define __ASM_AVR32_SYSREGS_H
mgl@1371
 21099
+
mgl@1371
 21100
+#define SYSREG_SR	  0
mgl@1371
 21101
+#define SYSREG_EVBA	  4
mgl@1371
 21102
+#define SYSREG_ACBA	  8
mgl@1371
 21103
+#define SYSREG_CPUCR	 12
mgl@1371
 21104
+#define SYSREG_ECR       16
mgl@1371
 21105
+#define SYSREG_RSR_SUP	 20
mgl@1371
 21106
+#define SYSREG_RSR_INT0	 24
mgl@1371
 21107
+#define SYSREG_RSR_INT1	 28
mgl@1371
 21108
+#define SYSREG_RSR_INT2	 32
mgl@1371
 21109
+#define SYSREG_RSR_INT3	 36
mgl@1371
 21110
+#define SYSREG_RSR_EX	 40
mgl@1371
 21111
+#define SYSREG_RSR_NMI	 44
mgl@1371
 21112
+#define SYSREG_RSR_DBG	 48
mgl@1371
 21113
+#define SYSREG_RAR_SUP	 52
mgl@1371
 21114
+#define SYSREG_RAR_INT0	 56
mgl@1371
 21115
+#define SYSREG_RAR_INT1	 60
mgl@1371
 21116
+#define SYSREG_RAR_INT2	 64
mgl@1371
 21117
+#define SYSREG_RAR_INT3	 68
mgl@1371
 21118
+#define SYSREG_RAR_EX	 72
mgl@1371
 21119
+#define SYSREG_RAR_NMI	 76
mgl@1371
 21120
+#define SYSREG_RAR_DBG	 80
mgl@1371
 21121
+#define SYSREG_JECR       84
mgl@1371
 21122
+#define SYSREG_JOSP       88
mgl@1371
 21123
+#define SYSREG_JAVA_LV0   92
mgl@1371
 21124
+#define SYSREG_JAVA_LV1   96
mgl@1371
 21125
+#define SYSREG_JAVA_LV2   100
mgl@1371
 21126
+#define SYSREG_JAVA_LV3   104
mgl@1371
 21127
+#define SYSREG_JAVA_LV4   108
mgl@1371
 21128
+#define SYSREG_JAVA_LV5   112
mgl@1371
 21129
+#define SYSREG_JAVA_LV6   116
mgl@1371
 21130
+#define SYSREG_JAVA_LV7   120
mgl@1371
 21131
+#define SYSREG_JTBA       124
mgl@1371
 21132
+#define SYSREG_JBCR       128
mgl@1371
 21133
+
mgl@1371
 21134
+#define SYSREG_CONFIG0	256
mgl@1371
 21135
+#define SYSREG_CONFIG1	260
mgl@1371
 21136
+#define SYSREG_COUNT	264
mgl@1371
 21137
+#define SYSREG_COMPARE	268
mgl@1371
 21138
+
mgl@1371
 21139
+#define SYSREG_BEAR 316
mgl@1371
 21140
+
mgl@1371
 21141
+/* MMU interface registers */
mgl@1371
 21142
+#define SYSREG_TLBEHI	272
mgl@1371
 21143
+#define SYSREG_TLBELO	276
mgl@1371
 21144
+#define SYSREG_PTBR	280
mgl@1371
 21145
+#define SYSREG_TLBEAR	284
mgl@1371
 21146
+#define SYSREG_MMUCR	288
mgl@1371
 21147
+#define SYSREG_TLBARLO	292
mgl@1371
 21148
+#define SYSREG_TLBDRLO	296
mgl@1371
 21149
+#define SYSREG_TLBARHI	300
mgl@1371
 21150
+#define SYSREG_TLBDRHI	304
mgl@1371
 21151
+
mgl@1371
 21152
+/* Performance counter */
mgl@1371
 21153
+#define SYSREG_PCCR	320
mgl@1371
 21154
+
mgl@1371
 21155
+ // Status register bits
mgl@1371
 21156
+#define SR_C_OFFSET    0
mgl@1371
 21157
+#define SR_Z_OFFSET    1
mgl@1371
 21158
+#define SR_N_OFFSET    2
mgl@1371
 21159
+#define SR_V_OFFSET    3
mgl@1371
 21160
+#define SR_Q_OFFSET    4
mgl@1371
 21161
+#define SR_T_OFFSET    14
mgl@1371
 21162
+#define SR_R_OFFSET    15
mgl@1371
 21163
+#define SR_GM_OFFSET   16
mgl@1371
 21164
+#define SR_I0M_OFFSET  17
mgl@1371
 21165
+#define SR_I1M_OFFSET  18
mgl@1371
 21166
+#define SR_I2M_OFFSET  19
mgl@1371
 21167
+#define SR_I3M_OFFSET  20
mgl@1371
 21168
+#define SR_EM_OFFSET   21
mgl@1371
 21169
+#define SR_M0_OFFSET   22
mgl@1371
 21170
+#define SR_M1_OFFSET   23
mgl@1371
 21171
+#define SR_M2_OFFSET   24
mgl@1371
 21172
+#define SR_D_OFFSET    26
mgl@1371
 21173
+#define SR_DM_OFFSET   27
mgl@1371
 21174
+#define SR_J_OFFSET    28
mgl@1371
 21175
+
mgl@1371
 21176
+#define SR_C    (1 << 0)
mgl@1371
 21177
+#define SR_Z    (1 << 1)
mgl@1371
 21178
+#define SR_N    (1 << 2)
mgl@1371
 21179
+#define SR_V    (1 << 3)
mgl@1371
 21180
+#define SR_Q    (1 << 4)
mgl@1371
 21181
+#define SR_T    (1 << 14)
mgl@1371
 21182
+#define SR_R    (1 << 15)
mgl@1371
 21183
+#define SR_GM   (1 << 16)
mgl@1371
 21184
+#define SR_I0M  (1 << 17)
mgl@1371
 21185
+#define SR_I1M  (1 << 18)
mgl@1371
 21186
+#define SR_I2M  (1 << 19)
mgl@1371
 21187
+#define SR_I3M  (1 << 20)
mgl@1371
 21188
+#define SR_EM   (1 << 21)
mgl@1371
 21189
+#define SR_M0   (1 << 22)
mgl@1371
 21190
+#define SR_M1   (1 << 23)
mgl@1371
 21191
+#define SR_M2   (1 << 24)
mgl@1371
 21192
+#define SR_D    (1 << 26)
mgl@1371
 21193
+#define SR_DM   (1 << 27)
mgl@1371
 21194
+#define SR_J    (1 << 28)
mgl@1371
 21195
+
mgl@1371
 21196
+//PCCR bits
mgl@1371
 21197
+#define PCCRS  (1<<3)
mgl@1371
 21198
+#define PCCRC  (1<<2)
mgl@1371
 21199
+#define PCCRR  (1<<1)
mgl@1371
 21200
+#define PCCRE  (1<<0)
mgl@1371
 21201
+#define PCCNT_PRESCALE 64
mgl@1371
 21202
+
mgl@1371
 21203
+//TLBEHI bits
mgl@1371
 21204
+#define TLBEHIVPN  (1<<10)
mgl@1371
 21205
+#define TLBEHIV  (1<<9)
mgl@1371
 21206
+#define TLBEHII  (1<<0)
mgl@1371
 21207
+ 
mgl@1371
 21208
+//TLBELO = bits
mgl@1371
 21209
+#define TLBELOPFN  (1<<10)
mgl@1371
 21210
+#define TLBELOC  (1<<9)
mgl@1371
 21211
+#define TLBELOG  (1<<8)
mgl@1371
 21212
+#define TLBELOB  (1<<7)
mgl@1371
 21213
+#define TLBELOAP  (1<<5)
mgl@1371
 21214
+#define TLBELOSZ  (1<<2)
mgl@1371
 21215
+#define TLBELOD  (1<<1)
mgl@1371
 21216
+#define TLBELOW  (1<<0)
mgl@1371
 21217
+ 
mgl@1371
 21218
+//MMUCR bits
mgl@1371
 21219
+#define MMUIRP  (1<<26)
mgl@1371
 21220
+#define MMUILA  (1<<20)
mgl@1371
 21221
+#define MMUDRP  (1<<14)
mgl@1371
 21222
+#define MMUDLA  (1<<8)
mgl@1371
 21223
+#define MMUS  (1<<4)
mgl@1371
 21224
+#define MMUN  (1<<3)
mgl@1371
 21225
+#define MMUI  (1<<2)
mgl@1371
 21226
+#define MMUM  (1<<1)
mgl@1371
 21227
+#define MMUE  (1<<0)
mgl@1371
 21228
+ 
mgl@1371
 21229
+// Relative offsets to EVBA
mgl@1371
 21230
+#define H_UNREC_EX  0x000
mgl@1371
 21231
+#define H_TLB_MH    0x004
mgl@1371
 21232
+#define H_BUS_ERR_D 0x008
mgl@1371
 21233
+#define H_BUS_ERR_I 0x00C
mgl@1371
 21234
+#define H_NMI       0x010
mgl@1371
 21235
+#define H_INST_ADDR 0x014
mgl@1371
 21236
+#define H_ITLB_MISS 0x050
mgl@1371
 21237
+#define H_ITLB_PROT 0x018
mgl@1371
 21238
+#define H_DEBUG     0x01C
mgl@1371
 21239
+#define H_ILL_OPC   0x020
mgl@1371
 21240
+#define H_UNIMPL_INST 0x024
mgl@1371
 21241
+#define H_PRIV_VIOL 0x028
mgl@1371
 21242
+#define H_FLOAT_PT  0x02C
mgl@1371
 21243
+#define H_COPROC_ABS 0x030
mgl@1371
 21244
+#define H_SCALL  0x100
mgl@1371
 21245
+#define H_DATA_ADDR_R  0x034
mgl@1371
 21246
+#define H_DATA_ADDR_W  0x038
mgl@1371
 21247
+#define H_DTLB_MISS_R  0x060
mgl@1371
 21248
+#define H_DTLB_MISS_W  0x070
mgl@1371
 21249
+#define H_DTLB_PROT_R  0x03C
mgl@1371
 21250
+#define H_DTLB_PROT_W  0x040
mgl@1371
 21251
+#define H_DTLB_MOD  0x044
mgl@1371
 21252
+
mgl@1371
 21253
+
mgl@1371
 21254
+#endif /* __ASM_AVR32_SYSREGS_H */
mgl@1371
 21255
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/syscalls.c newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.c
mgl@1371
 21256
--- newlib-1.17.0/newlib/libc/sys/avr32/syscalls.c	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 21257
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.c	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 21258
@@ -0,0 +1,234 @@
mgl@1371
 21259
+#include "syscalls.h"
mgl@1371
 21260
+#include "sys/sysregs.h"
mgl@1371
 21261
+#include <sys/times.h>
mgl@1371
 21262
+#include <sys/time.h>
mgl@1371
 21263
+#include <stdio.h>
mgl@1371
 21264
+#include <errno.h>
mgl@1371
 21265
+
mgl@1371
 21266
+int  __attribute__((weak))
mgl@1371
 21267
+     _init_startup ()
mgl@1371
 21268
+{
mgl@1371
 21269
+  return 0;
mgl@1371
 21270
+}
mgl@1371
 21271
+
mgl@1371
 21272
+
mgl@1371
 21273
+clock_t __attribute__((weak))
mgl@1371
 21274
+     _times( struct tms *tms )
mgl@1371
 21275
+{
mgl@1371
 21276
+  int tick;
mgl@1371
 21277
+  tick = __builtin_mfsr(SYSREG_COUNT);
mgl@1371
 21278
+  tms->tms_utime = 0;
mgl@1371
 21279
+  tms->tms_stime = tick;
mgl@1371
 21280
+  tms->tms_cutime = 0;
mgl@1371
 21281
+  tms->tms_cstime = 0;
mgl@1371
 21282
+  return tick;
mgl@1371
 21283
+}
mgl@1371
 21284
+ 
mgl@1371
 21285
+extern void __heap_start__, __heap_end__;
mgl@1371
 21286
+
mgl@1371
 21287
+void * __attribute__((weak))
mgl@1371
 21288
+     _sbrk(int increment)
mgl@1371
 21289
+{
mgl@1371
 21290
+  static void *cur_heap_pos = 0;
mgl@1371
 21291
+
mgl@1371
 21292
+  //Initialize cur_heap_pos
mgl@1371
 21293
+  if ( cur_heap_pos == 0 )
mgl@1371
 21294
+    cur_heap_pos = &__heap_start__;
mgl@1371
 21295
+  
mgl@1371
 21296
+  if ( (cur_heap_pos + increment) <= &__heap_end__ ){
mgl@1371
 21297
+    void *heap_pos = cur_heap_pos;
mgl@1371
 21298
+    cur_heap_pos += increment;
mgl@1371
 21299
+    return heap_pos;
mgl@1371
 21300
+  } else {
mgl@1371
 21301
+#ifdef DEBUG_MSG_ON
mgl@1371
 21302
+    fprintf(stderr, "Warning: Heap is running full trying to allocate %i bytes!!!!\n", increment);
mgl@1371
 21303
+    fprintf(stderr, "\tHeap start address\t= 0x%x\n", &__heap_start__);
mgl@1371
 21304
+    fprintf(stderr, "\tHeap end address\t= 0x%x\n", &__heap_end__);
mgl@1371
 21305
+    fprintf(stderr, "\tCurrent heap address\t= 0x%x\n", cur_heap_pos);
mgl@1371
 21306
+    fflush(stderr);
mgl@1371
 21307
+#endif
mgl@1371
 21308
+    errno = ENOMEM;
mgl@1371
 21309
+    return (void *)-1;
mgl@1371
 21310
+  }  
mgl@1371
 21311
+  return (void *)-1;
mgl@1371
 21312
+}
mgl@1371
 21313
+  
mgl@1371
 21314
+void __attribute__((weak,naked))
mgl@1371
 21315
+     _init_argv (void *arg_mem_top)
mgl@1371
 21316
+{
mgl@1371
 21317
+  T2H_SYSCALL(T2H_SYSCALL_INIT_ARGV);
mgl@1371
 21318
+  T2H_SYSCALL_RETURN();
mgl@1371
 21319
+}
mgl@1371
 21320
+
mgl@1371
 21321
+void __attribute__((weak,naked))
mgl@1371
 21322
+     _exit( int code )
mgl@1371
 21323
+{
mgl@1371
 21324
+  T2H_SYSCALL(T2H_SYSCALL_EXIT);
mgl@1371
 21325
+  while (1);
mgl@1371
 21326
+}
mgl@1371
 21327
+
mgl@1371
 21328
+int __attribute__((weak,naked))
mgl@1371
 21329
+     _open (char *pathname, int flags, int mode)
mgl@1371
 21330
+{
mgl@1371
 21331
+  T2H_SYSCALL(T2H_SYSCALL_OPEN);
mgl@1371
 21332
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21333
+}
mgl@1371
 21334
+
mgl@1371
 21335
+int __attribute__((weak,naked))
mgl@1371
 21336
+     _close (int file)
mgl@1371
 21337
+{
mgl@1371
 21338
+  T2H_SYSCALL(T2H_SYSCALL_CLOSE);
mgl@1371
 21339
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21340
+}
mgl@1371
 21341
+
mgl@1371
 21342
+int __attribute__((weak,naked))
mgl@1371
 21343
+     _lseek( int filedes, int offset, int whence )
mgl@1371
 21344
+{
mgl@1371
 21345
+  T2H_SYSCALL(T2H_SYSCALL_LSEEK);
mgl@1371
 21346
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21347
+}
mgl@1371
 21348
+
mgl@1371
 21349
+
mgl@1371
 21350
+int __attribute__((weak,naked))
mgl@1371
 21351
+     _read (int file,
mgl@1371
 21352
+            char * ptr,
mgl@1371
 21353
+            int len){
mgl@1371
 21354
+  T2H_SYSCALL(T2H_SYSCALL_READ);
mgl@1371
 21355
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21356
+}
mgl@1371
 21357
+
mgl@1371
 21358
+int __attribute__((weak,naked))
mgl@1371
 21359
+     _write (int file,
mgl@1371
 21360
+             char * ptr,
mgl@1371
 21361
+             int len){
mgl@1371
 21362
+  T2H_SYSCALL(T2H_SYSCALL_WRITE);
mgl@1371
 21363
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21364
+}
mgl@1371
 21365
+
mgl@1371
 21366
+int __attribute__((weak,naked))
mgl@1371
 21367
+     isatty (int desc){ 
mgl@1371
 21368
+  T2H_SYSCALL(T2H_SYSCALL_ISATTY);
mgl@1371
 21369
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21370
+}
mgl@1371
 21371
+
mgl@1371
 21372
+static void _convert_host2target_stat(struct stat *target_stat, struct host_stat *host_stat)
mgl@1371
 21373
+{
mgl@1371
 21374
+  target_stat->st_dev = (dev_t)host_stat->st_dev;
mgl@1371
 21375
+  target_stat->st_ino = (ino_t)host_stat->st_ino;
mgl@1371
 21376
+  target_stat->st_mode = (mode_t)host_stat->st_mode;
mgl@1371
 21377
+  target_stat->st_nlink = (nlink_t)host_stat->st_nlink;
mgl@1371
 21378
+  target_stat->st_uid = (uid_t)host_stat->st_uid;
mgl@1371
 21379
+  target_stat->st_gid = (gid_t)host_stat->st_gid;
mgl@1371
 21380
+  target_stat->st_rdev = (dev_t)host_stat->st_rdev;
mgl@1371
 21381
+  target_stat->st_size = (off_t)host_stat->st_size;
mgl@1371
 21382
+  target_stat->st_blksize = (long)host_stat->st_blksize;
mgl@1371
 21383
+  target_stat->st_blocks = (long)host_stat->st_blocks;
mgl@1371
 21384
+  target_stat->st_atime = (time_t)host_stat->st_atime; 
mgl@1371
 21385
+  target_stat->st_mtime = (time_t)host_stat->st_mtime;
mgl@1371
 21386
+  target_stat->st_ctime = (time_t)host_stat->st_ctime;
mgl@1371
 21387
+}
mgl@1371
 21388
+
mgl@1371
 21389
+int __attribute__((naked))
mgl@1371
 21390
+     _fstat_host (int filedes, struct host_stat *ptr){ 
mgl@1371
 21391
+  T2H_SYSCALL(T2H_SYSCALL_FSTAT);
mgl@1371
 21392
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21393
+}
mgl@1371
 21394
+
mgl@1371
 21395
+int __attribute__((naked))
mgl@1371
 21396
+     _stat_host (const char *filename, struct host_stat *ptr){ 
mgl@1371
 21397
+  T2H_SYSCALL(T2H_SYSCALL_STAT);
mgl@1371
 21398
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21399
+}
mgl@1371
 21400
+
mgl@1371
 21401
+int __attribute__((weak))
mgl@1371
 21402
+     _fstat (int filedes, struct stat *stat){ 
mgl@1371
 21403
+  struct host_stat host_stat;
mgl@1371
 21404
+  if ( _fstat_host (filedes, &host_stat) < 0 )
mgl@1371
 21405
+    return -1;
mgl@1371
 21406
+  _convert_host2target_stat (stat, &host_stat);
mgl@1371
 21407
+  return 0;
mgl@1371
 21408
+}
mgl@1371
 21409
+
mgl@1371
 21410
+int __attribute__((weak))
mgl@1371
 21411
+     _stat (const char *filename, struct stat *stat){ 
mgl@1371
 21412
+  struct host_stat host_stat;
mgl@1371
 21413
+  if ( _stat_host (filename, &host_stat) < 0)
mgl@1371
 21414
+    return -1;
mgl@1371
 21415
+  _convert_host2target_stat (stat, &host_stat);
mgl@1371
 21416
+  return 0;
mgl@1371
 21417
+}
mgl@1371
 21418
+
mgl@1371
 21419
+
mgl@1371
 21420
+int __attribute__((naked))
mgl@1371
 21421
+     _gettimeofday_host (struct host_timeval *tv, struct timezone *tz){ 
mgl@1371
 21422
+  T2H_SYSCALL(T2H_SYSCALL_GETTIMEOFDAY);
mgl@1371
 21423
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21424
+}
mgl@1371
 21425
+
mgl@1371
 21426
+int __attribute__((weak))
mgl@1371
 21427
+     _gettimeofday (struct timeval *tv, struct timezone *tz){ 
mgl@1371
 21428
+  struct host_timeval host_tv;
mgl@1371
 21429
+  if ( _gettimeofday_host (&host_tv, tz)  < 0 )
mgl@1371
 21430
+    return -1;
mgl@1371
 21431
+  tv->tv_sec = (long)host_tv.tv_sec;
mgl@1371
 21432
+  tv->tv_usec = (long)host_tv.tv_usec;
mgl@1371
 21433
+  return 0;
mgl@1371
 21434
+}
mgl@1371
 21435
+
mgl@1371
 21436
+int __attribute__((weak,naked))
mgl@1371
 21437
+     _unlink (const char *path){ 
mgl@1371
 21438
+  T2H_SYSCALL(T2H_SYSCALL_UNLINK);
mgl@1371
 21439
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21440
+}
mgl@1371
 21441
+
mgl@1371
 21442
+int __attribute__((weak,naked))
mgl@1371
 21443
+     _system (const char *command){ 
mgl@1371
 21444
+  T2H_SYSCALL(T2H_SYSCALL_SYSTEM);
mgl@1371
 21445
+  T2H_SYSCALL_CHECK_ERROR_AND_RETURN();
mgl@1371
 21446
+}
mgl@1371
 21447
+
mgl@1371
 21448
+int __attribute__((weak))
mgl@1371
 21449
+     _execve (){
mgl@1371
 21450
+  return -1;
mgl@1371
 21451
+}
mgl@1371
 21452
+
mgl@1371
 21453
+
mgl@1371
 21454
+int __attribute__((weak))
mgl@1371
 21455
+     _fork (){ 
mgl@1371
 21456
+  return -1;
mgl@1371
 21457
+}
mgl@1371
 21458
+
mgl@1371
 21459
+int __attribute__((weak))
mgl@1371
 21460
+     _wait (){ 
mgl@1371
 21461
+  return -1; 
mgl@1371
 21462
+}
mgl@1371
 21463
+
mgl@1371
 21464
+int __attribute__((weak))
mgl@1371
 21465
+     sigfillset (){ 
mgl@1371
 21466
+  return -1;
mgl@1371
 21467
+}
mgl@1371
 21468
+
mgl@1371
 21469
+int __attribute__((weak))
mgl@1371
 21470
+     sigprocmask (){ 
mgl@1371
 21471
+  return -1;
mgl@1371
 21472
+}
mgl@1371
 21473
+
mgl@1371
 21474
+int __attribute__((weak))
mgl@1371
 21475
+     _fcntl (){ 
mgl@1371
 21476
+  return -1;
mgl@1371
 21477
+}
mgl@1371
 21478
+
mgl@1371
 21479
+int __attribute__((weak))
mgl@1371
 21480
+     _link (){ 
mgl@1371
 21481
+  return -1;
mgl@1371
 21482
+}
mgl@1371
 21483
+
mgl@1371
 21484
+int __attribute__((weak))
mgl@1371
 21485
+     _kill (){ 
mgl@1371
 21486
+  return -1;
mgl@1371
 21487
+}
mgl@1371
 21488
+
mgl@1371
 21489
+int __attribute__((weak))
mgl@1371
 21490
+     _getpid (){
mgl@1371
 21491
+  return -1;
mgl@1371
 21492
+}
mgl@1371
 21493
diff -Naur newlib-1.17.0/newlib/libc/sys/avr32/syscalls.h newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.h
mgl@1371
 21494
--- newlib-1.17.0/newlib/libc/sys/avr32/syscalls.h	1970-01-01 01:00:00.000000000 +0100
mgl@1371
 21495
+++ newlib-1.17.0-new/newlib/libc/sys/avr32/syscalls.h	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 21496
@@ -0,0 +1,72 @@
mgl@1371
 21497
+#ifndef __SYSCALLS_H__
mgl@1371
 21498
+#define __SYSCALLS_H__
mgl@1371
 21499
+
mgl@1371
 21500
+#include <sys/stat.h>
mgl@1371
 21501
+#include <errno.h>
mgl@1371
 21502
+
mgl@1371
 21503
+struct host_stat {
mgl@1371
 21504
+  unsigned int       st_dev;      /* device */
mgl@1371
 21505
+  unsigned int       st_ino;      /* inode */
mgl@1371
 21506
+  mode_t             st_mode;     /* protection */
mgl@1371
 21507
+  unsigned int       st_nlink;    /* number of hard links */
mgl@1371
 21508
+  unsigned int       st_uid;      /* user ID of owner */
mgl@1371
 21509
+  unsigned int       st_gid;      /* group ID of owner */
mgl@1371
 21510
+  unsigned int       st_rdev;     /* device type (if inode device) */
mgl@1371
 21511
+  unsigned long long st_size;     /* total size, in bytes */
mgl@1371
 21512
+  unsigned long long st_blksize;  /* blocksize for filesystem I/O */
mgl@1371
 21513
+  unsigned long long st_blocks;   /* number of blocks allocated */
mgl@1371
 21514
+  time_t             st_atime;    /* time of last access */
mgl@1371
 21515
+  time_t             st_mtime;    /* time of last modification */
mgl@1371
 21516
+  time_t             st_ctime;    /* time of last change */
mgl@1371
 21517
+};
mgl@1371
 21518
+
mgl@1371
 21519
+struct host_timeval {
mgl@1371
 21520
+  time_t tv_sec;
mgl@1371
 21521
+  long long tv_usec;
mgl@1371
 21522
+};
mgl@1371
 21523
+
mgl@1371
 21524
+
mgl@1371
 21525
+#define T2H_SYSCALL_OPEN                1
mgl@1371
 21526
+#define T2H_SYSCALL_CLOSE               2
mgl@1371
 21527
+#define T2H_SYSCALL_READ                3
mgl@1371
 21528
+#define T2H_SYSCALL_WRITE               4
mgl@1371
 21529
+#define T2H_SYSCALL_LSEEK               5
mgl@1371
 21530
+#define T2H_SYSCALL_RENAME              6
mgl@1371
 21531
+#define T2H_SYSCALL_UNLINK              7
mgl@1371
 21532
+#define T2H_SYSCALL_STAT                8
mgl@1371
 21533
+#define T2H_SYSCALL_FSTAT               9
mgl@1371
 21534
+#define T2H_SYSCALL_GETTIMEOFDAY        10
mgl@1371
 21535
+#define T2H_SYSCALL_ISATTY              11
mgl@1371
 21536
+#define T2H_SYSCALL_SYSTEM              12
mgl@1371
 21537
+#define T2H_SYSCALL_EXIT                13
mgl@1371
 21538
+#define T2H_SYSCALL_INIT_ARGV           14
mgl@1371
 21539
+
mgl@1371
 21540
+
mgl@1371
 21541
+/* The breakpoint/mov r12,-1/mov r11,... pattern causes
mgl@1371
 21542
+   the debugger to be able to recognize the system call. 
mgl@1371
 21543
+   If the debug system is not enabled then the breakpoint 
mgl@1371
 21544
+   is executed as a nop and r12 set to -1 and errno to 
mgl@1371
 21545
+   ENOSYS. The debugger is responsible for setting r12
mgl@1371
 21546
+   and r11 and skipping the instructions after the breakpoint
mgl@1371
 21547
+   which would otherwise set these registers.
mgl@1371
 21548
+*/    
mgl@1371
 21549
+#define T2H_SYSCALL(syscall_code)                 \
mgl@1371
 21550
+  asm ("mov   r8, %0\n"                           \
mgl@1371
 21551
+       "breakpoint\n"                             \
mgl@1371
 21552
+       "mov   r12, -1\n"                          \
mgl@1371
 21553
+       "mov   r11, %1\n"                          \
mgl@1371
 21554
+       :: "i" (syscall_code), "i" (ENOSYS) );
mgl@1371
 21555
+
mgl@1371
 21556
+#define T2H_SYSCALL_CHECK_ERROR_AND_RETURN()                            \
mgl@1371
 21557
+  asm ("cp.w  r12, 0\n"                                                 \
mgl@1371
 21558
+       "retge r12\n"                                                    \
mgl@1371
 21559
+       "lda.w r10, errno\n"                                             \
mgl@1371
 21560
+       "st.w  r10[0], r11\n"                                            \
mgl@1371
 21561
+       "ret   r12\n"                                                    \
mgl@1371
 21562
+       ".align 2\n"                                                     \
mgl@1371
 21563
+       ".cpool\n");
mgl@1371
 21564
+
mgl@1371
 21565
+#define T2H_SYSCALL_RETURN()                                       \
mgl@1371
 21566
+  asm ("ret  r12\n");                                            
mgl@1371
 21567
+
mgl@1371
 21568
+#endif
mgl@1371
 21569
diff -Naur newlib-1.17.0/newlib/libc/sys/configure newlib-1.17.0-new/newlib/libc/sys/configure
mgl@1371
 21570
--- newlib-1.17.0/newlib/libc/sys/configure	2008-12-22 20:45:49.000000000 +0100
mgl@1371
 21571
+++ newlib-1.17.0-new/newlib/libc/sys/configure	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 21572
@@ -1,25 +1,54 @@
mgl@1371
 21573
 #! /bin/sh
mgl@1371
 21574
 # Guess values for system-dependent variables and create Makefiles.
mgl@1371
 21575
-# Generated by GNU Autoconf 2.59 for newlib 1.17.0.
mgl@1371
 21576
+# Generated by GNU Autoconf 2.61 for newlib 1.17.0.
mgl@1371
 21577
 #
mgl@1371
 21578
-# Copyright (C) 2003 Free Software Foundation, Inc.
mgl@1371
 21579
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
mgl@1371
 21580
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
mgl@1371
 21581
 # This configure script is free software; the Free Software Foundation
mgl@1371
 21582
 # gives unlimited permission to copy, distribute and modify it.
mgl@1371
 21583
 ## --------------------- ##
mgl@1371
 21584
 ## M4sh Initialization.  ##
mgl@1371
 21585
 ## --------------------- ##
mgl@1371
 21586
 
mgl@1371
 21587
-# Be Bourne compatible
mgl@1371
 21588
+# Be more Bourne compatible
mgl@1371
 21589
+DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
 21590
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
 21591
   emulate sh
mgl@1371
 21592
   NULLCMD=:
mgl@1371
 21593
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
 21594
   # is contrary to our usage.  Disable this feature.
mgl@1371
 21595
   alias -g '${1+"$@"}'='"$@"'
mgl@1371
 21596
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
mgl@1371
 21597
-  set -o posix
mgl@1371
 21598
+  setopt NO_GLOB_SUBST
mgl@1371
 21599
+else
mgl@1371
 21600
+  case `(set -o) 2>/dev/null` in
mgl@1371
 21601
+  *posix*) set -o posix ;;
mgl@1371
 21602
+esac
mgl@1371
 21603
+
mgl@1371
 21604
+fi
mgl@1371
 21605
+
mgl@1371
 21606
+
mgl@1371
 21607
+
mgl@1371
 21608
+
mgl@1371
 21609
+# PATH needs CR
mgl@1371
 21610
+# Avoid depending upon Character Ranges.
mgl@1371
 21611
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
 21612
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
 21613
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
 21614
+as_cr_digits='0123456789'
mgl@1371
 21615
+as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
 21616
+
mgl@1371
 21617
+# The user is always right.
mgl@1371
 21618
+if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
 21619
+  echo "#! /bin/sh" >conf$$.sh
mgl@1371
 21620
+  echo  "exit 0"   >>conf$$.sh
mgl@1371
 21621
+  chmod +x conf$$.sh
mgl@1371
 21622
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
 21623
+    PATH_SEPARATOR=';'
mgl@1371
 21624
+  else
mgl@1371
 21625
+    PATH_SEPARATOR=:
mgl@1371
 21626
+  fi
mgl@1371
 21627
+  rm -f conf$$.sh
mgl@1371
 21628
 fi
mgl@1371
 21629
-DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
 21630
 
mgl@1371
 21631
 # Support unset when possible.
mgl@1371
 21632
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
 21633
@@ -29,8 +58,43 @@
mgl@1371
 21634
 fi
mgl@1371
 21635
 
mgl@1371
 21636
 
mgl@1371
 21637
+# IFS
mgl@1371
 21638
+# We need space, tab and new line, in precisely that order.  Quoting is
mgl@1371
 21639
+# there to prevent editors from complaining about space-tab.
mgl@1371
 21640
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
mgl@1371
 21641
+# splitting by setting IFS to empty value.)
mgl@1371
 21642
+as_nl='
mgl@1371
 21643
+'
mgl@1371
 21644
+IFS=" ""	$as_nl"
mgl@1371
 21645
+
mgl@1371
 21646
+# Find who we are.  Look in the path if we contain no directory separator.
mgl@1371
 21647
+case $0 in
mgl@1371
 21648
+  *[\\/]* ) as_myself=$0 ;;
mgl@1371
 21649
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 21650
+for as_dir in $PATH
mgl@1371
 21651
+do
mgl@1371
 21652
+  IFS=$as_save_IFS
mgl@1371
 21653
+  test -z "$as_dir" && as_dir=.
mgl@1371
 21654
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
 21655
+done
mgl@1371
 21656
+IFS=$as_save_IFS
mgl@1371
 21657
+
mgl@1371
 21658
+     ;;
mgl@1371
 21659
+esac
mgl@1371
 21660
+# We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
 21661
+# in which case we are not to be found in the path.
mgl@1371
 21662
+if test "x$as_myself" = x; then
mgl@1371
 21663
+  as_myself=$0
mgl@1371
 21664
+fi
mgl@1371
 21665
+if test ! -f "$as_myself"; then
mgl@1371
 21666
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
mgl@1371
 21667
+  { (exit 1); exit 1; }
mgl@1371
 21668
+fi
mgl@1371
 21669
+
mgl@1371
 21670
 # Work around bugs in pre-3.0 UWIN ksh.
mgl@1371
 21671
-$as_unset ENV MAIL MAILPATH
mgl@1371
 21672
+for as_var in ENV MAIL MAILPATH
mgl@1371
 21673
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 21674
+done
mgl@1371
 21675
 PS1='$ '
mgl@1371
 21676
 PS2='> '
mgl@1371
 21677
 PS4='+ '
mgl@1371
 21678
@@ -44,18 +108,19 @@
mgl@1371
 21679
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mgl@1371
 21680
     eval $as_var=C; export $as_var
mgl@1371
 21681
   else
mgl@1371
 21682
-    $as_unset $as_var
mgl@1371
 21683
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 21684
   fi
mgl@1371
 21685
 done
mgl@1371
 21686
 
mgl@1371
 21687
 # Required to use basename.
mgl@1371
 21688
-if expr a : '\(a\)' >/dev/null 2>&1; then
mgl@1371
 21689
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 21690
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 21691
   as_expr=expr
mgl@1371
 21692
 else
mgl@1371
 21693
   as_expr=false
mgl@1371
 21694
 fi
mgl@1371
 21695
 
mgl@1371
 21696
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
mgl@1371
 21697
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
mgl@1371
 21698
   as_basename=basename
mgl@1371
 21699
 else
mgl@1371
 21700
   as_basename=false
mgl@1371
 21701
@@ -63,157 +128,388 @@
mgl@1371
 21702
 
mgl@1371
 21703
 
mgl@1371
 21704
 # Name of the executable.
mgl@1371
 21705
-as_me=`$as_basename "$0" ||
mgl@1371
 21706
+as_me=`$as_basename -- "$0" ||
mgl@1371
 21707
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
mgl@1371
 21708
 	 X"$0" : 'X\(//\)$' \| \
mgl@1371
 21709
-	 X"$0" : 'X\(/\)$' \| \
mgl@1371
 21710
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 21711
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 21712
 echo X/"$0" |
mgl@1371
 21713
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
mgl@1371
 21714
-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 21715
-  	  /^X\/\(\/\).*/{ s//\1/; q; }
mgl@1371
 21716
-  	  s/.*/./; q'`
mgl@1371
 21717
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
mgl@1371
 21718
+	    s//\1/
mgl@1371
 21719
+	    q
mgl@1371
 21720
+	  }
mgl@1371
 21721
+	  /^X\/\(\/\/\)$/{
mgl@1371
 21722
+	    s//\1/
mgl@1371
 21723
+	    q
mgl@1371
 21724
+	  }
mgl@1371
 21725
+	  /^X\/\(\/\).*/{
mgl@1371
 21726
+	    s//\1/
mgl@1371
 21727
+	    q
mgl@1371
 21728
+	  }
mgl@1371
 21729
+	  s/.*/./; q'`
mgl@1371
 21730
 
mgl@1371
 21731
+# CDPATH.
mgl@1371
 21732
+$as_unset CDPATH
mgl@1371
 21733
 
mgl@1371
 21734
-# PATH needs CR, and LINENO needs CR and PATH.
mgl@1371
 21735
-# Avoid depending upon Character Ranges.
mgl@1371
 21736
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
 21737
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
 21738
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
 21739
-as_cr_digits='0123456789'
mgl@1371
 21740
-as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
 21741
 
mgl@1371
 21742
-# The user is always right.
mgl@1371
 21743
-if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
 21744
-  echo "#! /bin/sh" >conf$$.sh
mgl@1371
 21745
-  echo  "exit 0"   >>conf$$.sh
mgl@1371
 21746
-  chmod +x conf$$.sh
mgl@1371
 21747
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
 21748
-    PATH_SEPARATOR=';'
mgl@1371
 21749
-  else
mgl@1371
 21750
-    PATH_SEPARATOR=:
mgl@1371
 21751
-  fi
mgl@1371
 21752
-  rm -f conf$$.sh
mgl@1371
 21753
+if test "x$CONFIG_SHELL" = x; then
mgl@1371
 21754
+  if (eval ":") 2>/dev/null; then
mgl@1371
 21755
+  as_have_required=yes
mgl@1371
 21756
+else
mgl@1371
 21757
+  as_have_required=no
mgl@1371
 21758
 fi
mgl@1371
 21759
 
mgl@1371
 21760
+  if test $as_have_required = yes && 	 (eval ":
mgl@1371
 21761
+(as_func_return () {
mgl@1371
 21762
+  (exit \$1)
mgl@1371
 21763
+}
mgl@1371
 21764
+as_func_success () {
mgl@1371
 21765
+  as_func_return 0
mgl@1371
 21766
+}
mgl@1371
 21767
+as_func_failure () {
mgl@1371
 21768
+  as_func_return 1
mgl@1371
 21769
+}
mgl@1371
 21770
+as_func_ret_success () {
mgl@1371
 21771
+  return 0
mgl@1371
 21772
+}
mgl@1371
 21773
+as_func_ret_failure () {
mgl@1371
 21774
+  return 1
mgl@1371
 21775
+}
mgl@1371
 21776
 
mgl@1371
 21777
-  as_lineno_1=$LINENO
mgl@1371
 21778
-  as_lineno_2=$LINENO
mgl@1371
 21779
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mgl@1371
 21780
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 21781
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
mgl@1371
 21782
-  # Find who we are.  Look in the path if we contain no path at all
mgl@1371
 21783
-  # relative or not.
mgl@1371
 21784
-  case $0 in
mgl@1371
 21785
-    *[\\/]* ) as_myself=$0 ;;
mgl@1371
 21786
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 21787
-for as_dir in $PATH
mgl@1371
 21788
-do
mgl@1371
 21789
-  IFS=$as_save_IFS
mgl@1371
 21790
-  test -z "$as_dir" && as_dir=.
mgl@1371
 21791
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
 21792
-done
mgl@1371
 21793
+exitcode=0
mgl@1371
 21794
+if as_func_success; then
mgl@1371
 21795
+  :
mgl@1371
 21796
+else
mgl@1371
 21797
+  exitcode=1
mgl@1371
 21798
+  echo as_func_success failed.
mgl@1371
 21799
+fi
mgl@1371
 21800
 
mgl@1371
 21801
-       ;;
mgl@1371
 21802
-  esac
mgl@1371
 21803
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
 21804
-  # in which case we are not to be found in the path.
mgl@1371
 21805
-  if test "x$as_myself" = x; then
mgl@1371
 21806
-    as_myself=$0
mgl@1371
 21807
-  fi
mgl@1371
 21808
-  if test ! -f "$as_myself"; then
mgl@1371
 21809
-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
mgl@1371
 21810
-   { (exit 1); exit 1; }; }
mgl@1371
 21811
-  fi
mgl@1371
 21812
-  case $CONFIG_SHELL in
mgl@1371
 21813
-  '')
mgl@1371
 21814
+if as_func_failure; then
mgl@1371
 21815
+  exitcode=1
mgl@1371
 21816
+  echo as_func_failure succeeded.
mgl@1371
 21817
+fi
mgl@1371
 21818
+
mgl@1371
 21819
+if as_func_ret_success; then
mgl@1371
 21820
+  :
mgl@1371
 21821
+else
mgl@1371
 21822
+  exitcode=1
mgl@1371
 21823
+  echo as_func_ret_success failed.
mgl@1371
 21824
+fi
mgl@1371
 21825
+
mgl@1371
 21826
+if as_func_ret_failure; then
mgl@1371
 21827
+  exitcode=1
mgl@1371
 21828
+  echo as_func_ret_failure succeeded.
mgl@1371
 21829
+fi
mgl@1371
 21830
+
mgl@1371
 21831
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
mgl@1371
 21832
+  :
mgl@1371
 21833
+else
mgl@1371
 21834
+  exitcode=1
mgl@1371
 21835
+  echo positional parameters were not saved.
mgl@1371
 21836
+fi
mgl@1371
 21837
+
mgl@1371
 21838
+test \$exitcode = 0) || { (exit 1); exit 1; }
mgl@1371
 21839
+
mgl@1371
 21840
+(
mgl@1371
 21841
+  as_lineno_1=\$LINENO
mgl@1371
 21842
+  as_lineno_2=\$LINENO
mgl@1371
 21843
+  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
mgl@1371
 21844
+  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
mgl@1371
 21845
+") 2> /dev/null; then
mgl@1371
 21846
+  :
mgl@1371
 21847
+else
mgl@1371
 21848
+  as_candidate_shells=
mgl@1371
 21849
     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 21850
 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
mgl@1371
 21851
 do
mgl@1371
 21852
   IFS=$as_save_IFS
mgl@1371
 21853
   test -z "$as_dir" && as_dir=.
mgl@1371
 21854
-  for as_base in sh bash ksh sh5; do
mgl@1371
 21855
-	 case $as_dir in
mgl@1371
 21856
+  case $as_dir in
mgl@1371
 21857
 	 /*)
mgl@1371
 21858
-	   if ("$as_dir/$as_base" -c '
mgl@1371
 21859
+	   for as_base in sh bash ksh sh5; do
mgl@1371
 21860
+	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
mgl@1371
 21861
+	   done;;
mgl@1371
 21862
+       esac
mgl@1371
 21863
+done
mgl@1371
 21864
+IFS=$as_save_IFS
mgl@1371
 21865
+
mgl@1371
 21866
+
mgl@1371
 21867
+      for as_shell in $as_candidate_shells $SHELL; do
mgl@1371
 21868
+	 # Try only shells that exist, to save several forks.
mgl@1371
 21869
+	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
mgl@1371
 21870
+		{ ("$as_shell") 2> /dev/null <<\_ASEOF
mgl@1371
 21871
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
 21872
+  emulate sh
mgl@1371
 21873
+  NULLCMD=:
mgl@1371
 21874
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
 21875
+  # is contrary to our usage.  Disable this feature.
mgl@1371
 21876
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
 21877
+  setopt NO_GLOB_SUBST
mgl@1371
 21878
+else
mgl@1371
 21879
+  case `(set -o) 2>/dev/null` in
mgl@1371
 21880
+  *posix*) set -o posix ;;
mgl@1371
 21881
+esac
mgl@1371
 21882
+
mgl@1371
 21883
+fi
mgl@1371
 21884
+
mgl@1371
 21885
+
mgl@1371
 21886
+:
mgl@1371
 21887
+_ASEOF
mgl@1371
 21888
+}; then
mgl@1371
 21889
+  CONFIG_SHELL=$as_shell
mgl@1371
 21890
+	       as_have_required=yes
mgl@1371
 21891
+	       if { "$as_shell" 2> /dev/null <<\_ASEOF
mgl@1371
 21892
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
 21893
+  emulate sh
mgl@1371
 21894
+  NULLCMD=:
mgl@1371
 21895
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
 21896
+  # is contrary to our usage.  Disable this feature.
mgl@1371
 21897
+  alias -g '${1+"$@"}'='"$@"'
mgl@1371
 21898
+  setopt NO_GLOB_SUBST
mgl@1371
 21899
+else
mgl@1371
 21900
+  case `(set -o) 2>/dev/null` in
mgl@1371
 21901
+  *posix*) set -o posix ;;
mgl@1371
 21902
+esac
mgl@1371
 21903
+
mgl@1371
 21904
+fi
mgl@1371
 21905
+
mgl@1371
 21906
+
mgl@1371
 21907
+:
mgl@1371
 21908
+(as_func_return () {
mgl@1371
 21909
+  (exit $1)
mgl@1371
 21910
+}
mgl@1371
 21911
+as_func_success () {
mgl@1371
 21912
+  as_func_return 0
mgl@1371
 21913
+}
mgl@1371
 21914
+as_func_failure () {
mgl@1371
 21915
+  as_func_return 1
mgl@1371
 21916
+}
mgl@1371
 21917
+as_func_ret_success () {
mgl@1371
 21918
+  return 0
mgl@1371
 21919
+}
mgl@1371
 21920
+as_func_ret_failure () {
mgl@1371
 21921
+  return 1
mgl@1371
 21922
+}
mgl@1371
 21923
+
mgl@1371
 21924
+exitcode=0
mgl@1371
 21925
+if as_func_success; then
mgl@1371
 21926
+  :
mgl@1371
 21927
+else
mgl@1371
 21928
+  exitcode=1
mgl@1371
 21929
+  echo as_func_success failed.
mgl@1371
 21930
+fi
mgl@1371
 21931
+
mgl@1371
 21932
+if as_func_failure; then
mgl@1371
 21933
+  exitcode=1
mgl@1371
 21934
+  echo as_func_failure succeeded.
mgl@1371
 21935
+fi
mgl@1371
 21936
+
mgl@1371
 21937
+if as_func_ret_success; then
mgl@1371
 21938
+  :
mgl@1371
 21939
+else
mgl@1371
 21940
+  exitcode=1
mgl@1371
 21941
+  echo as_func_ret_success failed.
mgl@1371
 21942
+fi
mgl@1371
 21943
+
mgl@1371
 21944
+if as_func_ret_failure; then
mgl@1371
 21945
+  exitcode=1
mgl@1371
 21946
+  echo as_func_ret_failure succeeded.
mgl@1371
 21947
+fi
mgl@1371
 21948
+
mgl@1371
 21949
+if ( set x; as_func_ret_success y && test x = "$1" ); then
mgl@1371
 21950
+  :
mgl@1371
 21951
+else
mgl@1371
 21952
+  exitcode=1
mgl@1371
 21953
+  echo positional parameters were not saved.
mgl@1371
 21954
+fi
mgl@1371
 21955
+
mgl@1371
 21956
+test $exitcode = 0) || { (exit 1); exit 1; }
mgl@1371
 21957
+
mgl@1371
 21958
+(
mgl@1371
 21959
   as_lineno_1=$LINENO
mgl@1371
 21960
   as_lineno_2=$LINENO
mgl@1371
 21961
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mgl@1371
 21962
   test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 21963
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
mgl@1371
 21964
-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
mgl@1371
 21965
-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
mgl@1371
 21966
-	     CONFIG_SHELL=$as_dir/$as_base
mgl@1371
 21967
-	     export CONFIG_SHELL
mgl@1371
 21968
-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
mgl@1371
 21969
-	   fi;;
mgl@1371
 21970
-	 esac
mgl@1371
 21971
-       done
mgl@1371
 21972
-done
mgl@1371
 21973
-;;
mgl@1371
 21974
-  esac
mgl@1371
 21975
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
mgl@1371
 21976
+
mgl@1371
 21977
+_ASEOF
mgl@1371
 21978
+}; then
mgl@1371
 21979
+  break
mgl@1371
 21980
+fi
mgl@1371
 21981
+
mgl@1371
 21982
+fi
mgl@1371
 21983
+
mgl@1371
 21984
+      done
mgl@1371
 21985
+
mgl@1371
 21986
+      if test "x$CONFIG_SHELL" != x; then
mgl@1371
 21987
+  for as_var in BASH_ENV ENV
mgl@1371
 21988
+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 21989
+        done
mgl@1371
 21990
+        export CONFIG_SHELL
mgl@1371
 21991
+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
mgl@1371
 21992
+fi
mgl@1371
 21993
+
mgl@1371
 21994
+
mgl@1371
 21995
+    if test $as_have_required = no; then
mgl@1371
 21996
+  echo This script requires a shell more modern than all the
mgl@1371
 21997
+      echo shells that I found on your system.  Please install a
mgl@1371
 21998
+      echo modern shell, or manually run the script under such a
mgl@1371
 21999
+      echo shell if you do have one.
mgl@1371
 22000
+      { (exit 1); exit 1; }
mgl@1371
 22001
+fi
mgl@1371
 22002
+
mgl@1371
 22003
+
mgl@1371
 22004
+fi
mgl@1371
 22005
+
mgl@1371
 22006
+fi
mgl@1371
 22007
+
mgl@1371
 22008
+
mgl@1371
 22009
+
mgl@1371
 22010
+(eval "as_func_return () {
mgl@1371
 22011
+  (exit \$1)
mgl@1371
 22012
+}
mgl@1371
 22013
+as_func_success () {
mgl@1371
 22014
+  as_func_return 0
mgl@1371
 22015
+}
mgl@1371
 22016
+as_func_failure () {
mgl@1371
 22017
+  as_func_return 1
mgl@1371
 22018
+}
mgl@1371
 22019
+as_func_ret_success () {
mgl@1371
 22020
+  return 0
mgl@1371
 22021
+}
mgl@1371
 22022
+as_func_ret_failure () {
mgl@1371
 22023
+  return 1
mgl@1371
 22024
+}
mgl@1371
 22025
+
mgl@1371
 22026
+exitcode=0
mgl@1371
 22027
+if as_func_success; then
mgl@1371
 22028
+  :
mgl@1371
 22029
+else
mgl@1371
 22030
+  exitcode=1
mgl@1371
 22031
+  echo as_func_success failed.
mgl@1371
 22032
+fi
mgl@1371
 22033
+
mgl@1371
 22034
+if as_func_failure; then
mgl@1371
 22035
+  exitcode=1
mgl@1371
 22036
+  echo as_func_failure succeeded.
mgl@1371
 22037
+fi
mgl@1371
 22038
+
mgl@1371
 22039
+if as_func_ret_success; then
mgl@1371
 22040
+  :
mgl@1371
 22041
+else
mgl@1371
 22042
+  exitcode=1
mgl@1371
 22043
+  echo as_func_ret_success failed.
mgl@1371
 22044
+fi
mgl@1371
 22045
+
mgl@1371
 22046
+if as_func_ret_failure; then
mgl@1371
 22047
+  exitcode=1
mgl@1371
 22048
+  echo as_func_ret_failure succeeded.
mgl@1371
 22049
+fi
mgl@1371
 22050
+
mgl@1371
 22051
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
mgl@1371
 22052
+  :
mgl@1371
 22053
+else
mgl@1371
 22054
+  exitcode=1
mgl@1371
 22055
+  echo positional parameters were not saved.
mgl@1371
 22056
+fi
mgl@1371
 22057
+
mgl@1371
 22058
+test \$exitcode = 0") || {
mgl@1371
 22059
+  echo No shell found that supports shell functions.
mgl@1371
 22060
+  echo Please tell autoconf@gnu.org about your system,
mgl@1371
 22061
+  echo including any error possibly output before this
mgl@1371
 22062
+  echo message
mgl@1371
 22063
+}
mgl@1371
 22064
+
mgl@1371
 22065
+
mgl@1371
 22066
+
mgl@1371
 22067
+  as_lineno_1=$LINENO
mgl@1371
 22068
+  as_lineno_2=$LINENO
mgl@1371
 22069
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 22070
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
mgl@1371
 22071
 
mgl@1371
 22072
   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
mgl@1371
 22073
   # uniformly replaced by the line number.  The first 'sed' inserts a
mgl@1371
 22074
-  # line-number line before each line; the second 'sed' does the real
mgl@1371
 22075
-  # work.  The second script uses 'N' to pair each line-number line
mgl@1371
 22076
-  # with the numbered line, and appends trailing '-' during
mgl@1371
 22077
-  # substitution so that $LINENO is not a special case at line end.
mgl@1371
 22078
+  # line-number line after each line using $LINENO; the second 'sed'
mgl@1371
 22079
+  # does the real work.  The second script uses 'N' to pair each
mgl@1371
 22080
+  # line-number line with the line containing $LINENO, and appends
mgl@1371
 22081
+  # trailing '-' during substitution so that $LINENO is not a special
mgl@1371
 22082
+  # case at line end.
mgl@1371
 22083
   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
mgl@1371
 22084
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
mgl@1371
 22085
-  sed '=' <$as_myself |
mgl@1371
 22086
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
mgl@1371
 22087
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
mgl@1371
 22088
+  sed -n '
mgl@1371
 22089
+    p
mgl@1371
 22090
+    /[$]LINENO/=
mgl@1371
 22091
+  ' <$as_myself |
mgl@1371
 22092
     sed '
mgl@1371
 22093
+      s/[$]LINENO.*/&-/
mgl@1371
 22094
+      t lineno
mgl@1371
 22095
+      b
mgl@1371
 22096
+      :lineno
mgl@1371
 22097
       N
mgl@1371
 22098
-      s,$,-,
mgl@1371
 22099
-      : loop
mgl@1371
 22100
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
mgl@1371
 22101
+      :loop
mgl@1371
 22102
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
mgl@1371
 22103
       t loop
mgl@1371
 22104
-      s,-$,,
mgl@1371
 22105
-      s,^['$as_cr_digits']*\n,,
mgl@1371
 22106
+      s/-\n.*//
mgl@1371
 22107
     ' >$as_me.lineno &&
mgl@1371
 22108
-  chmod +x $as_me.lineno ||
mgl@1371
 22109
+  chmod +x "$as_me.lineno" ||
mgl@1371
 22110
     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
mgl@1371
 22111
    { (exit 1); exit 1; }; }
mgl@1371
 22112
 
mgl@1371
 22113
   # Don't try to exec as it changes $[0], causing all sort of problems
mgl@1371
 22114
   # (the dirname of $[0] is not the place where we might find the
mgl@1371
 22115
-  # original and so on.  Autoconf is especially sensible to this).
mgl@1371
 22116
-  . ./$as_me.lineno
mgl@1371
 22117
+  # original and so on.  Autoconf is especially sensitive to this).
mgl@1371
 22118
+  . "./$as_me.lineno"
mgl@1371
 22119
   # Exit status is that of the last command.
mgl@1371
 22120
   exit
mgl@1371
 22121
 }
mgl@1371
 22122
 
mgl@1371
 22123
 
mgl@1371
 22124
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
mgl@1371
 22125
-  *c*,-n*) ECHO_N= ECHO_C='
mgl@1371
 22126
-' ECHO_T='	' ;;
mgl@1371
 22127
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
mgl@1371
 22128
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
mgl@1371
 22129
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
mgl@1371
 22130
+  as_dirname=dirname
mgl@1371
 22131
+else
mgl@1371
 22132
+  as_dirname=false
mgl@1371
 22133
+fi
mgl@1371
 22134
+
mgl@1371
 22135
+ECHO_C= ECHO_N= ECHO_T=
mgl@1371
 22136
+case `echo -n x` in
mgl@1371
 22137
+-n*)
mgl@1371
 22138
+  case `echo 'x\c'` in
mgl@1371
 22139
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
mgl@1371
 22140
+  *)   ECHO_C='\c';;
mgl@1371
 22141
+  esac;;
mgl@1371
 22142
+*)
mgl@1371
 22143
+  ECHO_N='-n';;
mgl@1371
 22144
 esac
mgl@1371
 22145
 
mgl@1371
 22146
-if expr a : '\(a\)' >/dev/null 2>&1; then
mgl@1371
 22147
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 22148
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 22149
   as_expr=expr
mgl@1371
 22150
 else
mgl@1371
 22151
   as_expr=false
mgl@1371
 22152
 fi
mgl@1371
 22153
 
mgl@1371
 22154
 rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
 22155
+if test -d conf$$.dir; then
mgl@1371
 22156
+  rm -f conf$$.dir/conf$$.file
mgl@1371
 22157
+else
mgl@1371
 22158
+  rm -f conf$$.dir
mgl@1371
 22159
+  mkdir conf$$.dir
mgl@1371
 22160
+fi
mgl@1371
 22161
 echo >conf$$.file
mgl@1371
 22162
 if ln -s conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 22163
-  # We could just check for DJGPP; but this test a) works b) is more generic
mgl@1371
 22164
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
mgl@1371
 22165
-  if test -f conf$$.exe; then
mgl@1371
 22166
-    # Don't use ln at all; we don't have any links
mgl@1371
 22167
+  as_ln_s='ln -s'
mgl@1371
 22168
+  # ... but there are two gotchas:
mgl@1371
 22169
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
mgl@1371
 22170
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
mgl@1371
 22171
+  # In both cases, we have to default to `cp -p'.
mgl@1371
 22172
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
mgl@1371
 22173
     as_ln_s='cp -p'
mgl@1371
 22174
-  else
mgl@1371
 22175
-    as_ln_s='ln -s'
mgl@1371
 22176
-  fi
mgl@1371
 22177
 elif ln conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 22178
   as_ln_s=ln
mgl@1371
 22179
 else
mgl@1371
 22180
   as_ln_s='cp -p'
mgl@1371
 22181
 fi
mgl@1371
 22182
-rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
 22183
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
mgl@1371
 22184
+rmdir conf$$.dir 2>/dev/null
mgl@1371
 22185
 
mgl@1371
 22186
 if mkdir -p . 2>/dev/null; then
mgl@1371
 22187
   as_mkdir_p=:
mgl@1371
 22188
@@ -222,7 +518,28 @@
mgl@1371
 22189
   as_mkdir_p=false
mgl@1371
 22190
 fi
mgl@1371
 22191
 
mgl@1371
 22192
-as_executable_p="test -f"
mgl@1371
 22193
+if test -x / >/dev/null 2>&1; then
mgl@1371
 22194
+  as_test_x='test -x'
mgl@1371
 22195
+else
mgl@1371
 22196
+  if ls -dL / >/dev/null 2>&1; then
mgl@1371
 22197
+    as_ls_L_option=L
mgl@1371
 22198
+  else
mgl@1371
 22199
+    as_ls_L_option=
mgl@1371
 22200
+  fi
mgl@1371
 22201
+  as_test_x='
mgl@1371
 22202
+    eval sh -c '\''
mgl@1371
 22203
+      if test -d "$1"; then
mgl@1371
 22204
+        test -d "$1/.";
mgl@1371
 22205
+      else
mgl@1371
 22206
+	case $1 in
mgl@1371
 22207
+        -*)set "./$1";;
mgl@1371
 22208
+	esac;
mgl@1371
 22209
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
mgl@1371
 22210
+	???[sx]*):;;*)false;;esac;fi
mgl@1371
 22211
+    '\'' sh
mgl@1371
 22212
+  '
mgl@1371
 22213
+fi
mgl@1371
 22214
+as_executable_p=$as_test_x
mgl@1371
 22215
 
mgl@1371
 22216
 # Sed expression to map a string onto a valid CPP name.
mgl@1371
 22217
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 22218
@@ -231,15 +548,6 @@
mgl@1371
 22219
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 22220
 
mgl@1371
 22221
 
mgl@1371
 22222
-# IFS
mgl@1371
 22223
-# We need space, tab and new line, in precisely that order.
mgl@1371
 22224
-as_nl='
mgl@1371
 22225
-'
mgl@1371
 22226
-IFS=" 	$as_nl"
mgl@1371
 22227
-
mgl@1371
 22228
-# CDPATH.
mgl@1371
 22229
-$as_unset CDPATH
mgl@1371
 22230
-
mgl@1371
 22231
 
mgl@1371
 22232
 
mgl@1371
 22233
 # Check that we are running under the correct shell.
mgl@1371
 22234
@@ -390,29 +698,26 @@
mgl@1371
 22235
 
mgl@1371
 22236
 
mgl@1371
 22237
 
mgl@1371
 22238
+exec 7<&0 </dev/null 6>&1
mgl@1371
 22239
+
mgl@1371
 22240
 # Name of the host.
mgl@1371
 22241
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
mgl@1371
 22242
 # so uname gets run too.
mgl@1371
 22243
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
 22244
 
mgl@1371
 22245
-exec 6>&1
mgl@1371
 22246
-
mgl@1371
 22247
 #
mgl@1371
 22248
 # Initializations.
mgl@1371
 22249
 #
mgl@1371
 22250
 ac_default_prefix=/usr/local
mgl@1371
 22251
+ac_clean_files=
mgl@1371
 22252
 ac_config_libobj_dir=.
mgl@1371
 22253
+LIBOBJS=
mgl@1371
 22254
 cross_compiling=no
mgl@1371
 22255
 subdirs=
mgl@1371
 22256
 MFLAGS=
mgl@1371
 22257
 MAKEFLAGS=
mgl@1371
 22258
 SHELL=${CONFIG_SHELL-/bin/sh}
mgl@1371
 22259
 
mgl@1371
 22260
-# Maximum number of lines to put in a shell here document.
mgl@1371
 22261
-# This variable seems obsolete.  It should probably be removed, and
mgl@1371
 22262
-# only ac_max_sed_lines should be used.
mgl@1371
 22263
-: ${ac_max_here_lines=38}
mgl@1371
 22264
-
mgl@1371
 22265
 # Identity of this package.
mgl@1371
 22266
 PACKAGE_NAME='newlib'
mgl@1371
 22267
 PACKAGE_TARNAME='newlib'
mgl@1371
 22268
@@ -424,66 +729,214 @@
mgl@1371
 22269
 # Factoring default headers for most tests.
mgl@1371
 22270
 ac_includes_default="\
mgl@1371
 22271
 #include <stdio.h>
mgl@1371
 22272
-#if HAVE_SYS_TYPES_H
mgl@1371
 22273
+#ifdef HAVE_SYS_TYPES_H
mgl@1371
 22274
 # include <sys/types.h>
mgl@1371
 22275
 #endif
mgl@1371
 22276
-#if HAVE_SYS_STAT_H
mgl@1371
 22277
+#ifdef HAVE_SYS_STAT_H
mgl@1371
 22278
 # include <sys/stat.h>
mgl@1371
 22279
 #endif
mgl@1371
 22280
-#if STDC_HEADERS
mgl@1371
 22281
+#ifdef STDC_HEADERS
mgl@1371
 22282
 # include <stdlib.h>
mgl@1371
 22283
 # include <stddef.h>
mgl@1371
 22284
 #else
mgl@1371
 22285
-# if HAVE_STDLIB_H
mgl@1371
 22286
+# ifdef HAVE_STDLIB_H
mgl@1371
 22287
 #  include <stdlib.h>
mgl@1371
 22288
 # endif
mgl@1371
 22289
 #endif
mgl@1371
 22290
-#if HAVE_STRING_H
mgl@1371
 22291
-# if !STDC_HEADERS && HAVE_MEMORY_H
mgl@1371
 22292
+#ifdef HAVE_STRING_H
mgl@1371
 22293
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
mgl@1371
 22294
 #  include <memory.h>
mgl@1371
 22295
 # endif
mgl@1371
 22296
 # include <string.h>
mgl@1371
 22297
 #endif
mgl@1371
 22298
-#if HAVE_STRINGS_H
mgl@1371
 22299
+#ifdef HAVE_STRINGS_H
mgl@1371
 22300
 # include <strings.h>
mgl@1371
 22301
 #endif
mgl@1371
 22302
-#if HAVE_INTTYPES_H
mgl@1371
 22303
+#ifdef HAVE_INTTYPES_H
mgl@1371
 22304
 # include <inttypes.h>
mgl@1371
 22305
-#else
mgl@1371
 22306
-# if HAVE_STDINT_H
mgl@1371
 22307
-#  include <stdint.h>
mgl@1371
 22308
-# endif
mgl@1371
 22309
 #endif
mgl@1371
 22310
-#if HAVE_UNISTD_H
mgl@1371
 22311
+#ifdef HAVE_STDINT_H
mgl@1371
 22312
+# include <stdint.h>
mgl@1371
 22313
+#endif
mgl@1371
 22314
+#ifdef HAVE_UNISTD_H
mgl@1371
 22315
 # include <unistd.h>
mgl@1371
 22316
 #endif"
mgl@1371
 22317
 
mgl@1371
 22318
-ac_subdirs_all="$ac_subdirs_all a29khif"
mgl@1371
 22319
-ac_subdirs_all="$ac_subdirs_all arc"
mgl@1371
 22320
-ac_subdirs_all="$ac_subdirs_all arm"
mgl@1371
 22321
-ac_subdirs_all="$ac_subdirs_all d10v"
mgl@1371
 22322
-ac_subdirs_all="$ac_subdirs_all decstation"
mgl@1371
 22323
-ac_subdirs_all="$ac_subdirs_all h8300hms"
mgl@1371
 22324
-ac_subdirs_all="$ac_subdirs_all h8500hms"
mgl@1371
 22325
-ac_subdirs_all="$ac_subdirs_all linux"
mgl@1371
 22326
-ac_subdirs_all="$ac_subdirs_all m88kbug"
mgl@1371
 22327
-ac_subdirs_all="$ac_subdirs_all mmixware"
mgl@1371
 22328
-ac_subdirs_all="$ac_subdirs_all netware"
mgl@1371
 22329
-ac_subdirs_all="$ac_subdirs_all rdos"
mgl@1371
 22330
-ac_subdirs_all="$ac_subdirs_all rtems"
mgl@1371
 22331
-ac_subdirs_all="$ac_subdirs_all sh"
mgl@1371
 22332
-ac_subdirs_all="$ac_subdirs_all sparc64"
mgl@1371
 22333
-ac_subdirs_all="$ac_subdirs_all sun4"
mgl@1371
 22334
-ac_subdirs_all="$ac_subdirs_all sysmec"
mgl@1371
 22335
-ac_subdirs_all="$ac_subdirs_all sysnec810"
mgl@1371
 22336
-ac_subdirs_all="$ac_subdirs_all sysnecv850"
mgl@1371
 22337
-ac_subdirs_all="$ac_subdirs_all sysvi386"
mgl@1371
 22338
-ac_subdirs_all="$ac_subdirs_all sysvnecv70"
mgl@1371
 22339
-ac_subdirs_all="$ac_subdirs_all tic80"
mgl@1371
 22340
-ac_subdirs_all="$ac_subdirs_all w65"
mgl@1371
 22341
-ac_subdirs_all="$ac_subdirs_all z8ksim"
mgl@1371
 22342
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAY_SUPPLY_SYSCALLS_TRUE MAY_SUPPLY_SYSCALLS_FALSE newlib_basedir build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB READELF ac_ct_READELF MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CCAS CCASFLAGS NEWLIB_CFLAGS LDFLAGS ELIX_LEVEL_0_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_1_TRUE ELIX_LEVEL_1_FALSE ELIX_LEVEL_2_TRUE ELIX_LEVEL_2_FALSE ELIX_LEVEL_3_TRUE ELIX_LEVEL_3_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_4_FALSE USE_LIBTOOL_TRUE USE_LIBTOOL_FALSE OBJEXT oext aext lpfx libm_machine_dir machine_dir sys_dir SED DLLTOOL ac_ct_DLLTOOL OBJDUMP ac_ct_OBJDUMP LIBTOOL CFLAGS CPPFLAGS ac_ct_CC EXEEXT EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO DSYMUTIL ac_ct_DSYMUTIL NMEDIT ac_ct_NMEDIT LIPO ac_ct_LIPO OTOOL ac_ct_OTOOL OTOOL64 ac_ct_OTOOL64 CPP subdirs CRT0 HAVE_SYS_DIR_TRUE HAVE_SYS_DIR_FALSE LIBOBJS LTLIBOBJS'
mgl@1371
 22343
+ac_subst_vars='SHELL
mgl@1371
 22344
+PATH_SEPARATOR
mgl@1371
 22345
+PACKAGE_NAME
mgl@1371
 22346
+PACKAGE_TARNAME
mgl@1371
 22347
+PACKAGE_VERSION
mgl@1371
 22348
+PACKAGE_STRING
mgl@1371
 22349
+PACKAGE_BUGREPORT
mgl@1371
 22350
+exec_prefix
mgl@1371
 22351
+prefix
mgl@1371
 22352
+program_transform_name
mgl@1371
 22353
+bindir
mgl@1371
 22354
+sbindir
mgl@1371
 22355
+libexecdir
mgl@1371
 22356
+datarootdir
mgl@1371
 22357
+datadir
mgl@1371
 22358
+sysconfdir
mgl@1371
 22359
+sharedstatedir
mgl@1371
 22360
+localstatedir
mgl@1371
 22361
+includedir
mgl@1371
 22362
+oldincludedir
mgl@1371
 22363
+docdir
mgl@1371
 22364
+infodir
mgl@1371
 22365
+htmldir
mgl@1371
 22366
+dvidir
mgl@1371
 22367
+pdfdir
mgl@1371
 22368
+psdir
mgl@1371
 22369
+libdir
mgl@1371
 22370
+localedir
mgl@1371
 22371
+mandir
mgl@1371
 22372
+DEFS
mgl@1371
 22373
+ECHO_C
mgl@1371
 22374
+ECHO_N
mgl@1371
 22375
+ECHO_T
mgl@1371
 22376
+LIBS
mgl@1371
 22377
+build_alias
mgl@1371
 22378
+host_alias
mgl@1371
 22379
+target_alias
mgl@1371
 22380
+MAY_SUPPLY_SYSCALLS_TRUE
mgl@1371
 22381
+MAY_SUPPLY_SYSCALLS_FALSE
mgl@1371
 22382
+newlib_basedir
mgl@1371
 22383
+build
mgl@1371
 22384
+build_cpu
mgl@1371
 22385
+build_vendor
mgl@1371
 22386
+build_os
mgl@1371
 22387
+host
mgl@1371
 22388
+host_cpu
mgl@1371
 22389
+host_vendor
mgl@1371
 22390
+host_os
mgl@1371
 22391
+INSTALL_PROGRAM
mgl@1371
 22392
+INSTALL_SCRIPT
mgl@1371
 22393
+INSTALL_DATA
mgl@1371
 22394
+CYGPATH_W
mgl@1371
 22395
+PACKAGE
mgl@1371
 22396
+VERSION
mgl@1371
 22397
+ACLOCAL
mgl@1371
 22398
+AUTOCONF
mgl@1371
 22399
+AUTOMAKE
mgl@1371
 22400
+AUTOHEADER
mgl@1371
 22401
+MAKEINFO
mgl@1371
 22402
+install_sh
mgl@1371
 22403
+STRIP
mgl@1371
 22404
+INSTALL_STRIP_PROGRAM
mgl@1371
 22405
+mkdir_p
mgl@1371
 22406
+AWK
mgl@1371
 22407
+SET_MAKE
mgl@1371
 22408
+am__leading_dot
mgl@1371
 22409
+AMTAR
mgl@1371
 22410
+am__tar
mgl@1371
 22411
+am__untar
mgl@1371
 22412
+CC
mgl@1371
 22413
+DEPDIR
mgl@1371
 22414
+am__include
mgl@1371
 22415
+am__quote
mgl@1371
 22416
+AMDEP_TRUE
mgl@1371
 22417
+AMDEP_FALSE
mgl@1371
 22418
+AMDEPBACKSLASH
mgl@1371
 22419
+CCDEPMODE
mgl@1371
 22420
+am__fastdepCC_TRUE
mgl@1371
 22421
+am__fastdepCC_FALSE
mgl@1371
 22422
+AS
mgl@1371
 22423
+AR
mgl@1371
 22424
+RANLIB
mgl@1371
 22425
+READELF
mgl@1371
 22426
+MAINTAINER_MODE_TRUE
mgl@1371
 22427
+MAINTAINER_MODE_FALSE
mgl@1371
 22428
+MAINT
mgl@1371
 22429
+CCAS
mgl@1371
 22430
+CCASFLAGS
mgl@1371
 22431
+NEWLIB_CFLAGS
mgl@1371
 22432
+LDFLAGS
mgl@1371
 22433
+ELIX_LEVEL_0_TRUE
mgl@1371
 22434
+ELIX_LEVEL_0_FALSE
mgl@1371
 22435
+ELIX_LEVEL_1_TRUE
mgl@1371
 22436
+ELIX_LEVEL_1_FALSE
mgl@1371
 22437
+ELIX_LEVEL_2_TRUE
mgl@1371
 22438
+ELIX_LEVEL_2_FALSE
mgl@1371
 22439
+ELIX_LEVEL_3_TRUE
mgl@1371
 22440
+ELIX_LEVEL_3_FALSE
mgl@1371
 22441
+ELIX_LEVEL_4_TRUE
mgl@1371
 22442
+ELIX_LEVEL_4_FALSE
mgl@1371
 22443
+USE_LIBTOOL_TRUE
mgl@1371
 22444
+USE_LIBTOOL_FALSE
mgl@1371
 22445
+OBJEXT
mgl@1371
 22446
+oext
mgl@1371
 22447
+aext
mgl@1371
 22448
+lpfx
mgl@1371
 22449
+libm_machine_dir
mgl@1371
 22450
+machine_dir
mgl@1371
 22451
+sys_dir
mgl@1371
 22452
+SED
mgl@1371
 22453
+DLLTOOL
mgl@1371
 22454
+OBJDUMP
mgl@1371
 22455
+LIBTOOL
mgl@1371
 22456
+CFLAGS
mgl@1371
 22457
+CPPFLAGS
mgl@1371
 22458
+ac_ct_CC
mgl@1371
 22459
+EXEEXT
mgl@1371
 22460
+GREP
mgl@1371
 22461
+EGREP
mgl@1371
 22462
+FGREP
mgl@1371
 22463
+LD
mgl@1371
 22464
+DUMPBIN
mgl@1371
 22465
+ac_ct_DUMPBIN
mgl@1371
 22466
+NM
mgl@1371
 22467
+LN_S
mgl@1371
 22468
+lt_ECHO
mgl@1371
 22469
+DSYMUTIL
mgl@1371
 22470
+NMEDIT
mgl@1371
 22471
+LIPO
mgl@1371
 22472
+OTOOL
mgl@1371
 22473
+OTOOL64
mgl@1371
 22474
+CPP
mgl@1371
 22475
+subdirs
mgl@1371
 22476
+CRT0
mgl@1371
 22477
+HAVE_SYS_DIR_TRUE
mgl@1371
 22478
+HAVE_SYS_DIR_FALSE
mgl@1371
 22479
+LIBOBJS
mgl@1371
 22480
+LTLIBOBJS'
mgl@1371
 22481
 ac_subst_files=''
mgl@1371
 22482
+      ac_precious_vars='build_alias
mgl@1371
 22483
+host_alias
mgl@1371
 22484
+target_alias
mgl@1371
 22485
+CCAS
mgl@1371
 22486
+CCASFLAGS
mgl@1371
 22487
+CC
mgl@1371
 22488
+CFLAGS
mgl@1371
 22489
+LDFLAGS
mgl@1371
 22490
+LIBS
mgl@1371
 22491
+CPPFLAGS
mgl@1371
 22492
+CPP'
mgl@1371
 22493
+ac_subdirs_all='a29khif
mgl@1371
 22494
+arc
mgl@1371
 22495
+arm
mgl@1371
 22496
+avr32
mgl@1371
 22497
+d10v
mgl@1371
 22498
+decstation
mgl@1371
 22499
+h8300hms
mgl@1371
 22500
+h8500hms
mgl@1371
 22501
+linux
mgl@1371
 22502
+m88kbug
mgl@1371
 22503
+mmixware
mgl@1371
 22504
+netware
mgl@1371
 22505
+rdos
mgl@1371
 22506
+rtems
mgl@1371
 22507
+sh
mgl@1371
 22508
+sparc64
mgl@1371
 22509
+sun4
mgl@1371
 22510
+sysmec
mgl@1371
 22511
+sysnec810
mgl@1371
 22512
+sysnecv850
mgl@1371
 22513
+sysvi386
mgl@1371
 22514
+sysvnecv70
mgl@1371
 22515
+tic80
mgl@1371
 22516
+w65
mgl@1371
 22517
+z8ksim'
mgl@1371
 22518
 
mgl@1371
 22519
 # Initialize some variables set by options.
mgl@1371
 22520
 ac_init_help=
mgl@1371
 22521
@@ -510,34 +963,48 @@
mgl@1371
 22522
 # and all the variables that are supposed to be based on exec_prefix
mgl@1371
 22523
 # by default will actually change.
mgl@1371
 22524
 # Use braces instead of parens because sh, perl, etc. also accept them.
mgl@1371
 22525
+# (The list follows the same order as the GNU Coding Standards.)
mgl@1371
 22526
 bindir='${exec_prefix}/bin'
mgl@1371
 22527
 sbindir='${exec_prefix}/sbin'
mgl@1371
 22528
 libexecdir='${exec_prefix}/libexec'
mgl@1371
 22529
-datadir='${prefix}/share'
mgl@1371
 22530
+datarootdir='${prefix}/share'
mgl@1371
 22531
+datadir='${datarootdir}'
mgl@1371
 22532
 sysconfdir='${prefix}/etc'
mgl@1371
 22533
 sharedstatedir='${prefix}/com'
mgl@1371
 22534
 localstatedir='${prefix}/var'
mgl@1371
 22535
-libdir='${exec_prefix}/lib'
mgl@1371
 22536
 includedir='${prefix}/include'
mgl@1371
 22537
 oldincludedir='/usr/include'
mgl@1371
 22538
-infodir='${prefix}/info'
mgl@1371
 22539
-mandir='${prefix}/man'
mgl@1371
 22540
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
mgl@1371
 22541
+infodir='${datarootdir}/info'
mgl@1371
 22542
+htmldir='${docdir}'
mgl@1371
 22543
+dvidir='${docdir}'
mgl@1371
 22544
+pdfdir='${docdir}'
mgl@1371
 22545
+psdir='${docdir}'
mgl@1371
 22546
+libdir='${exec_prefix}/lib'
mgl@1371
 22547
+localedir='${datarootdir}/locale'
mgl@1371
 22548
+mandir='${datarootdir}/man'
mgl@1371
 22549
 
mgl@1371
 22550
 ac_prev=
mgl@1371
 22551
+ac_dashdash=
mgl@1371
 22552
 for ac_option
mgl@1371
 22553
 do
mgl@1371
 22554
   # If the previous option needs an argument, assign it.
mgl@1371
 22555
   if test -n "$ac_prev"; then
mgl@1371
 22556
-    eval "$ac_prev=\$ac_option"
mgl@1371
 22557
+    eval $ac_prev=\$ac_option
mgl@1371
 22558
     ac_prev=
mgl@1371
 22559
     continue
mgl@1371
 22560
   fi
mgl@1371
 22561
 
mgl@1371
 22562
-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
mgl@1371
 22563
+  case $ac_option in
mgl@1371
 22564
+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mgl@1371
 22565
+  *)	ac_optarg=yes ;;
mgl@1371
 22566
+  esac
mgl@1371
 22567
 
mgl@1371
 22568
   # Accept the important Cygnus configure options, so we can diagnose typos.
mgl@1371
 22569
 
mgl@1371
 22570
-  case $ac_option in
mgl@1371
 22571
+  case $ac_dashdash$ac_option in
mgl@1371
 22572
+  --)
mgl@1371
 22573
+    ac_dashdash=yes ;;
mgl@1371
 22574
 
mgl@1371
 22575
   -bindir | --bindir | --bindi | --bind | --bin | --bi)
mgl@1371
 22576
     ac_prev=bindir ;;
mgl@1371
 22577
@@ -559,33 +1026,45 @@
mgl@1371
 22578
   --config-cache | -C)
mgl@1371
 22579
     cache_file=config.cache ;;
mgl@1371
 22580
 
mgl@1371
 22581
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
mgl@1371
 22582
+  -datadir | --datadir | --datadi | --datad)
mgl@1371
 22583
     ac_prev=datadir ;;
mgl@1371
 22584
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
mgl@1371
 22585
-  | --da=*)
mgl@1371
 22586
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
mgl@1371
 22587
     datadir=$ac_optarg ;;
mgl@1371
 22588
 
mgl@1371
 22589
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
mgl@1371
 22590
+  | --dataroo | --dataro | --datar)
mgl@1371
 22591
+    ac_prev=datarootdir ;;
mgl@1371
 22592
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
mgl@1371
 22593
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
mgl@1371
 22594
+    datarootdir=$ac_optarg ;;
mgl@1371
 22595
+
mgl@1371
 22596
   -disable-* | --disable-*)
mgl@1371
 22597
     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mgl@1371
 22598
     # Reject names that are not valid shell variable names.
mgl@1371
 22599
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
mgl@1371
 22600
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
 22601
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
mgl@1371
 22602
    { (exit 1); exit 1; }; }
mgl@1371
 22603
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mgl@1371
 22604
-    eval "enable_$ac_feature=no" ;;
mgl@1371
 22605
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
mgl@1371
 22606
+    eval enable_$ac_feature=no ;;
mgl@1371
 22607
+
mgl@1371
 22608
+  -docdir | --docdir | --docdi | --doc | --do)
mgl@1371
 22609
+    ac_prev=docdir ;;
mgl@1371
 22610
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
mgl@1371
 22611
+    docdir=$ac_optarg ;;
mgl@1371
 22612
+
mgl@1371
 22613
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
mgl@1371
 22614
+    ac_prev=dvidir ;;
mgl@1371
 22615
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
mgl@1371
 22616
+    dvidir=$ac_optarg ;;
mgl@1371
 22617
 
mgl@1371
 22618
   -enable-* | --enable-*)
mgl@1371
 22619
     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mgl@1371
 22620
     # Reject names that are not valid shell variable names.
mgl@1371
 22621
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
mgl@1371
 22622
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
 22623
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
mgl@1371
 22624
    { (exit 1); exit 1; }; }
mgl@1371
 22625
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mgl@1371
 22626
-    case $ac_option in
mgl@1371
 22627
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mgl@1371
 22628
-      *) ac_optarg=yes ;;
mgl@1371
 22629
-    esac
mgl@1371
 22630
-    eval "enable_$ac_feature='$ac_optarg'" ;;
mgl@1371
 22631
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
mgl@1371
 22632
+    eval enable_$ac_feature=\$ac_optarg ;;
mgl@1371
 22633
 
mgl@1371
 22634
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
mgl@1371
 22635
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
mgl@1371
 22636
@@ -612,6 +1091,12 @@
mgl@1371
 22637
   -host=* | --host=* | --hos=* | --ho=*)
mgl@1371
 22638
     host_alias=$ac_optarg ;;
mgl@1371
 22639
 
mgl@1371
 22640
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
mgl@1371
 22641
+    ac_prev=htmldir ;;
mgl@1371
 22642
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
mgl@1371
 22643
+  | --ht=*)
mgl@1371
 22644
+    htmldir=$ac_optarg ;;
mgl@1371
 22645
+
mgl@1371
 22646
   -includedir | --includedir | --includedi | --included | --include \
mgl@1371
 22647
   | --includ | --inclu | --incl | --inc)
mgl@1371
 22648
     ac_prev=includedir ;;
mgl@1371
 22649
@@ -636,13 +1121,16 @@
mgl@1371
 22650
   | --libexe=* | --libex=* | --libe=*)
mgl@1371
 22651
     libexecdir=$ac_optarg ;;
mgl@1371
 22652
 
mgl@1371
 22653
+  -localedir | --localedir | --localedi | --localed | --locale)
mgl@1371
 22654
+    ac_prev=localedir ;;
mgl@1371
 22655
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
mgl@1371
 22656
+    localedir=$ac_optarg ;;
mgl@1371
 22657
+
mgl@1371
 22658
   -localstatedir | --localstatedir | --localstatedi | --localstated \
mgl@1371
 22659
-  | --localstate | --localstat | --localsta | --localst \
mgl@1371
 22660
-  | --locals | --local | --loca | --loc | --lo)
mgl@1371
 22661
+  | --localstate | --localstat | --localsta | --localst | --locals)
mgl@1371
 22662
     ac_prev=localstatedir ;;
mgl@1371
 22663
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
mgl@1371
 22664
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
mgl@1371
 22665
-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
mgl@1371
 22666
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
mgl@1371
 22667
     localstatedir=$ac_optarg ;;
mgl@1371
 22668
 
mgl@1371
 22669
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
mgl@1371
 22670
@@ -707,6 +1195,16 @@
mgl@1371
 22671
   | --progr-tra=* | --program-tr=* | --program-t=*)
mgl@1371
 22672
     program_transform_name=$ac_optarg ;;
mgl@1371
 22673
 
mgl@1371
 22674
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
mgl@1371
 22675
+    ac_prev=pdfdir ;;
mgl@1371
 22676
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
mgl@1371
 22677
+    pdfdir=$ac_optarg ;;
mgl@1371
 22678
+
mgl@1371
 22679
+  -psdir | --psdir | --psdi | --psd | --ps)
mgl@1371
 22680
+    ac_prev=psdir ;;
mgl@1371
 22681
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
mgl@1371
 22682
+    psdir=$ac_optarg ;;
mgl@1371
 22683
+
mgl@1371
 22684
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
 22685
   | -silent | --silent | --silen | --sile | --sil)
mgl@1371
 22686
     silent=yes ;;
mgl@1371
 22687
@@ -759,24 +1257,20 @@
mgl@1371
 22688
   -with-* | --with-*)
mgl@1371
 22689
     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mgl@1371
 22690
     # Reject names that are not valid shell variable names.
mgl@1371
 22691
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
mgl@1371
 22692
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
 22693
       { echo "$as_me: error: invalid package name: $ac_package" >&2
mgl@1371
 22694
    { (exit 1); exit 1; }; }
mgl@1371
 22695
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
mgl@1371
 22696
-    case $ac_option in
mgl@1371
 22697
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mgl@1371
 22698
-      *) ac_optarg=yes ;;
mgl@1371
 22699
-    esac
mgl@1371
 22700
-    eval "with_$ac_package='$ac_optarg'" ;;
mgl@1371
 22701
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
mgl@1371
 22702
+    eval with_$ac_package=\$ac_optarg ;;
mgl@1371
 22703
 
mgl@1371
 22704
   -without-* | --without-*)
mgl@1371
 22705
     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mgl@1371
 22706
     # Reject names that are not valid shell variable names.
mgl@1371
 22707
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
mgl@1371
 22708
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
mgl@1371
 22709
       { echo "$as_me: error: invalid package name: $ac_package" >&2
mgl@1371
 22710
    { (exit 1); exit 1; }; }
mgl@1371
 22711
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
mgl@1371
 22712
-    eval "with_$ac_package=no" ;;
mgl@1371
 22713
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
mgl@1371
 22714
+    eval with_$ac_package=no ;;
mgl@1371
 22715
 
mgl@1371
 22716
   --x)
mgl@1371
 22717
     # Obsolete; use --with-x.
mgl@1371
 22718
@@ -807,8 +1301,7 @@
mgl@1371
 22719
     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
mgl@1371
 22720
       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
mgl@1371
 22721
    { (exit 1); exit 1; }; }
mgl@1371
 22722
-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
mgl@1371
 22723
-    eval "$ac_envvar='$ac_optarg'"
mgl@1371
 22724
+    eval $ac_envvar=\$ac_optarg
mgl@1371
 22725
     export $ac_envvar ;;
mgl@1371
 22726
 
mgl@1371
 22727
   *)
mgl@1371
 22728
@@ -828,27 +1321,19 @@
mgl@1371
 22729
    { (exit 1); exit 1; }; }
mgl@1371
 22730
 fi
mgl@1371
 22731
 
mgl@1371
 22732
-# Be sure to have absolute paths.
mgl@1371
 22733
-for ac_var in exec_prefix prefix
mgl@1371
 22734
-do
mgl@1371
 22735
-  eval ac_val=$`echo $ac_var`
mgl@1371
 22736
-  case $ac_val in
mgl@1371
 22737
-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
mgl@1371
 22738
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
mgl@1371
 22739
-   { (exit 1); exit 1; }; };;
mgl@1371
 22740
-  esac
mgl@1371
 22741
-done
mgl@1371
 22742
-
mgl@1371
 22743
-# Be sure to have absolute paths.
mgl@1371
 22744
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
mgl@1371
 22745
-	      localstatedir libdir includedir oldincludedir infodir mandir
mgl@1371
 22746
+# Be sure to have absolute directory names.
mgl@1371
 22747
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
mgl@1371
 22748
+		datadir sysconfdir sharedstatedir localstatedir includedir \
mgl@1371
 22749
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
mgl@1371
 22750
+		libdir localedir mandir
mgl@1371
 22751
 do
mgl@1371
 22752
-  eval ac_val=$`echo $ac_var`
mgl@1371
 22753
+  eval ac_val=\$$ac_var
mgl@1371
 22754
   case $ac_val in
mgl@1371
 22755
-    [\\/$]* | ?:[\\/]* ) ;;
mgl@1371
 22756
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
mgl@1371
 22757
-   { (exit 1); exit 1; }; };;
mgl@1371
 22758
+    [\\/$]* | ?:[\\/]* )  continue;;
mgl@1371
 22759
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
mgl@1371
 22760
   esac
mgl@1371
 22761
+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
mgl@1371
 22762
+   { (exit 1); exit 1; }; }
mgl@1371
 22763
 done
mgl@1371
 22764
 
mgl@1371
 22765
 # There might be people who depend on the old broken behavior: `$host'
mgl@1371
 22766
@@ -875,82 +1360,76 @@
mgl@1371
 22767
 test "$silent" = yes && exec 6>/dev/null
mgl@1371
 22768
 
mgl@1371
 22769
 
mgl@1371
 22770
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
mgl@1371
 22771
+ac_ls_di=`ls -di .` &&
mgl@1371
 22772
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mgl@1371
 22773
+  { echo "$as_me: error: Working directory cannot be determined" >&2
mgl@1371
 22774
+   { (exit 1); exit 1; }; }
mgl@1371
 22775
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
mgl@1371
 22776
+  { echo "$as_me: error: pwd does not report name of working directory" >&2
mgl@1371
 22777
+   { (exit 1); exit 1; }; }
mgl@1371
 22778
+
mgl@1371
 22779
+
mgl@1371
 22780
 # Find the source files, if location was not specified.
mgl@1371
 22781
 if test -z "$srcdir"; then
mgl@1371
 22782
   ac_srcdir_defaulted=yes
mgl@1371
 22783
-  # Try the directory containing this script, then its parent.
mgl@1371
 22784
-  ac_confdir=`(dirname "$0") 2>/dev/null ||
mgl@1371
 22785
+  # Try the directory containing this script, then the parent directory.
mgl@1371
 22786
+  ac_confdir=`$as_dirname -- "$0" ||
mgl@1371
 22787
 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 22788
 	 X"$0" : 'X\(//\)[^/]' \| \
mgl@1371
 22789
 	 X"$0" : 'X\(//\)$' \| \
mgl@1371
 22790
-	 X"$0" : 'X\(/\)' \| \
mgl@1371
 22791
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 22792
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 22793
 echo X"$0" |
mgl@1371
 22794
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 22795
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 22796
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 22797
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 22798
-  	  s/.*/./; q'`
mgl@1371
 22799
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 22800
+	    s//\1/
mgl@1371
 22801
+	    q
mgl@1371
 22802
+	  }
mgl@1371
 22803
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 22804
+	    s//\1/
mgl@1371
 22805
+	    q
mgl@1371
 22806
+	  }
mgl@1371
 22807
+	  /^X\(\/\/\)$/{
mgl@1371
 22808
+	    s//\1/
mgl@1371
 22809
+	    q
mgl@1371
 22810
+	  }
mgl@1371
 22811
+	  /^X\(\/\).*/{
mgl@1371
 22812
+	    s//\1/
mgl@1371
 22813
+	    q
mgl@1371
 22814
+	  }
mgl@1371
 22815
+	  s/.*/./; q'`
mgl@1371
 22816
   srcdir=$ac_confdir
mgl@1371
 22817
-  if test ! -r $srcdir/$ac_unique_file; then
mgl@1371
 22818
+  if test ! -r "$srcdir/$ac_unique_file"; then
mgl@1371
 22819
     srcdir=..
mgl@1371
 22820
   fi
mgl@1371
 22821
 else
mgl@1371
 22822
   ac_srcdir_defaulted=no
mgl@1371
 22823
 fi
mgl@1371
 22824
-if test ! -r $srcdir/$ac_unique_file; then
mgl@1371
 22825
-  if test "$ac_srcdir_defaulted" = yes; then
mgl@1371
 22826
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
mgl@1371
 22827
-   { (exit 1); exit 1; }; }
mgl@1371
 22828
-  else
mgl@1371
 22829
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
mgl@1371
 22830
-   { (exit 1); exit 1; }; }
mgl@1371
 22831
-  fi
mgl@1371
 22832
-fi
mgl@1371
 22833
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
mgl@1371
 22834
-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
mgl@1371
 22835
-   { (exit 1); exit 1; }; }
mgl@1371
 22836
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
mgl@1371
 22837
-ac_env_build_alias_set=${build_alias+set}
mgl@1371
 22838
-ac_env_build_alias_value=$build_alias
mgl@1371
 22839
-ac_cv_env_build_alias_set=${build_alias+set}
mgl@1371
 22840
-ac_cv_env_build_alias_value=$build_alias
mgl@1371
 22841
-ac_env_host_alias_set=${host_alias+set}
mgl@1371
 22842
-ac_env_host_alias_value=$host_alias
mgl@1371
 22843
-ac_cv_env_host_alias_set=${host_alias+set}
mgl@1371
 22844
-ac_cv_env_host_alias_value=$host_alias
mgl@1371
 22845
-ac_env_target_alias_set=${target_alias+set}
mgl@1371
 22846
-ac_env_target_alias_value=$target_alias
mgl@1371
 22847
-ac_cv_env_target_alias_set=${target_alias+set}
mgl@1371
 22848
-ac_cv_env_target_alias_value=$target_alias
mgl@1371
 22849
-ac_env_CCAS_set=${CCAS+set}
mgl@1371
 22850
-ac_env_CCAS_value=$CCAS
mgl@1371
 22851
-ac_cv_env_CCAS_set=${CCAS+set}
mgl@1371
 22852
-ac_cv_env_CCAS_value=$CCAS
mgl@1371
 22853
-ac_env_CCASFLAGS_set=${CCASFLAGS+set}
mgl@1371
 22854
-ac_env_CCASFLAGS_value=$CCASFLAGS
mgl@1371
 22855
-ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
mgl@1371
 22856
-ac_cv_env_CCASFLAGS_value=$CCASFLAGS
mgl@1371
 22857
-ac_env_CC_set=${CC+set}
mgl@1371
 22858
-ac_env_CC_value=$CC
mgl@1371
 22859
-ac_cv_env_CC_set=${CC+set}
mgl@1371
 22860
-ac_cv_env_CC_value=$CC
mgl@1371
 22861
-ac_env_CFLAGS_set=${CFLAGS+set}
mgl@1371
 22862
-ac_env_CFLAGS_value=$CFLAGS
mgl@1371
 22863
-ac_cv_env_CFLAGS_set=${CFLAGS+set}
mgl@1371
 22864
-ac_cv_env_CFLAGS_value=$CFLAGS
mgl@1371
 22865
-ac_env_LDFLAGS_set=${LDFLAGS+set}
mgl@1371
 22866
-ac_env_LDFLAGS_value=$LDFLAGS
mgl@1371
 22867
-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
mgl@1371
 22868
-ac_cv_env_LDFLAGS_value=$LDFLAGS
mgl@1371
 22869
-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
mgl@1371
 22870
-ac_env_CPPFLAGS_value=$CPPFLAGS
mgl@1371
 22871
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
mgl@1371
 22872
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
mgl@1371
 22873
-ac_env_CPP_set=${CPP+set}
mgl@1371
 22874
-ac_env_CPP_value=$CPP
mgl@1371
 22875
-ac_cv_env_CPP_set=${CPP+set}
mgl@1371
 22876
-ac_cv_env_CPP_value=$CPP
mgl@1371
 22877
+if test ! -r "$srcdir/$ac_unique_file"; then
mgl@1371
 22878
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
mgl@1371
 22879
+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
mgl@1371
 22880
+   { (exit 1); exit 1; }; }
mgl@1371
 22881
+fi
mgl@1371
 22882
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
mgl@1371
 22883
+ac_abs_confdir=`(
mgl@1371
 22884
+	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
mgl@1371
 22885
+   { (exit 1); exit 1; }; }
mgl@1371
 22886
+	pwd)`
mgl@1371
 22887
+# When building in place, set srcdir=.
mgl@1371
 22888
+if test "$ac_abs_confdir" = "$ac_pwd"; then
mgl@1371
 22889
+  srcdir=.
mgl@1371
 22890
+fi
mgl@1371
 22891
+# Remove unnecessary trailing slashes from srcdir.
mgl@1371
 22892
+# Double slashes in file names in object file debugging info
mgl@1371
 22893
+# mess up M-x gdb in Emacs.
mgl@1371
 22894
+case $srcdir in
mgl@1371
 22895
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mgl@1371
 22896
+esac
mgl@1371
 22897
+for ac_var in $ac_precious_vars; do
mgl@1371
 22898
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
mgl@1371
 22899
+  eval ac_env_${ac_var}_value=\$${ac_var}
mgl@1371
 22900
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
mgl@1371
 22901
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
mgl@1371
 22902
+done
mgl@1371
 22903
 
mgl@1371
 22904
 #
mgl@1371
 22905
 # Report the --help message.
mgl@1371
 22906
@@ -979,9 +1458,6 @@
mgl@1371
 22907
   -n, --no-create         do not create output files
mgl@1371
 22908
       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
mgl@1371
 22909
 
mgl@1371
 22910
-_ACEOF
mgl@1371
 22911
-
mgl@1371
 22912
-  cat <<_ACEOF
mgl@1371
 22913
 Installation directories:
mgl@1371
 22914
   --prefix=PREFIX         install architecture-independent files in PREFIX
mgl@1371
 22915
 			  [$ac_default_prefix]
mgl@1371
 22916
@@ -999,15 +1475,22 @@
mgl@1371
 22917
   --bindir=DIR           user executables [EPREFIX/bin]
mgl@1371
 22918
   --sbindir=DIR          system admin executables [EPREFIX/sbin]
mgl@1371
 22919
   --libexecdir=DIR       program executables [EPREFIX/libexec]
mgl@1371
 22920
-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
mgl@1371
 22921
   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
mgl@1371
 22922
   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
mgl@1371
 22923
   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
mgl@1371
 22924
   --libdir=DIR           object code libraries [EPREFIX/lib]
mgl@1371
 22925
   --includedir=DIR       C header files [PREFIX/include]
mgl@1371
 22926
   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
mgl@1371
 22927
-  --infodir=DIR          info documentation [PREFIX/info]
mgl@1371
 22928
-  --mandir=DIR           man documentation [PREFIX/man]
mgl@1371
 22929
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
mgl@1371
 22930
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
mgl@1371
 22931
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
mgl@1371
 22932
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
mgl@1371
 22933
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
mgl@1371
 22934
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/newlib]
mgl@1371
 22935
+  --htmldir=DIR          html documentation [DOCDIR]
mgl@1371
 22936
+  --dvidir=DIR           dvi documentation [DOCDIR]
mgl@1371
 22937
+  --pdfdir=DIR           pdf documentation [DOCDIR]
mgl@1371
 22938
+  --psdir=DIR            ps documentation [DOCDIR]
mgl@1371
 22939
 _ACEOF
mgl@1371
 22940
 
mgl@1371
 22941
   cat <<\_ACEOF
mgl@1371
 22942
@@ -1044,10 +1527,8 @@
mgl@1371
 22943
   --enable-dependency-tracking   do not reject slow dependency extractors
mgl@1371
 22944
   --enable-maintainer-mode  enable make rules and dependencies not useful
mgl@1371
 22945
 			  (and sometimes confusing) to the casual installer
mgl@1371
 22946
-  --enable-shared[=PKGS]
mgl@1371
 22947
-                          build shared libraries [default=yes]
mgl@1371
 22948
-  --enable-static[=PKGS]
mgl@1371
 22949
-                          build static libraries [default=yes]
mgl@1371
 22950
+  --enable-shared[=PKGS]  build shared libraries [default=yes]
mgl@1371
 22951
+  --enable-static[=PKGS]  build static libraries [default=yes]
mgl@1371
 22952
   --enable-fast-install[=PKGS]
mgl@1371
 22953
                           optimize for fast installation [default=yes]
mgl@1371
 22954
   --disable-libtool-lock  avoid locking (might break parallel builds)
mgl@1371
 22955
@@ -1066,128 +1547,95 @@
mgl@1371
 22956
   CFLAGS      C compiler flags
mgl@1371
 22957
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
mgl@1371
 22958
               nonstandard directory <lib dir>
mgl@1371
 22959
-  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
mgl@1371
 22960
-              headers in a nonstandard directory <include dir>
mgl@1371
 22961
+  LIBS        libraries to pass to the linker, e.g. -l<library>
mgl@1371
 22962
+  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
mgl@1371
 22963
+              you have headers in a nonstandard directory <include dir>
mgl@1371
 22964
   CPP         C preprocessor
mgl@1371
 22965
 
mgl@1371
 22966
 Use these variables to override the choices made by `configure' or to help
mgl@1371
 22967
 it to find libraries and programs with nonstandard names/locations.
mgl@1371
 22968
 
mgl@1371
 22969
 _ACEOF
mgl@1371
 22970
+ac_status=$?
mgl@1371
 22971
 fi
mgl@1371
 22972
 
mgl@1371
 22973
 if test "$ac_init_help" = "recursive"; then
mgl@1371
 22974
   # If there are subdirs, report their specific --help.
mgl@1371
 22975
-  ac_popdir=`pwd`
mgl@1371
 22976
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
mgl@1371
 22977
-    test -d $ac_dir || continue
mgl@1371
 22978
+    test -d "$ac_dir" || continue
mgl@1371
 22979
     ac_builddir=.
mgl@1371
 22980
 
mgl@1371
 22981
-if test "$ac_dir" != .; then
mgl@1371
 22982
+case "$ac_dir" in
mgl@1371
 22983
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 22984
+*)
mgl@1371
 22985
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
 22986
-  # A "../" for each directory in $ac_dir_suffix.
mgl@1371
 22987
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mgl@1371
 22988
-else
mgl@1371
 22989
-  ac_dir_suffix= ac_top_builddir=
mgl@1371
 22990
-fi
mgl@1371
 22991
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
 22992
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
 22993
+  case $ac_top_builddir_sub in
mgl@1371
 22994
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 22995
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
 22996
+  esac ;;
mgl@1371
 22997
+esac
mgl@1371
 22998
+ac_abs_top_builddir=$ac_pwd
mgl@1371
 22999
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
 23000
+# for backward compatibility:
mgl@1371
 23001
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
 23002
 
mgl@1371
 23003
 case $srcdir in
mgl@1371
 23004
-  .)  # No --srcdir option.  We are building in place.
mgl@1371
 23005
+  .)  # We are building in place.
mgl@1371
 23006
     ac_srcdir=.
mgl@1371
 23007
-    if test -z "$ac_top_builddir"; then
mgl@1371
 23008
-       ac_top_srcdir=.
mgl@1371
 23009
-    else
mgl@1371
 23010
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mgl@1371
 23011
-    fi ;;
mgl@1371
 23012
-  [\\/]* | ?:[\\/]* )  # Absolute path.
mgl@1371
 23013
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
 23014
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
 23015
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
 23016
     ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
 23017
-    ac_top_srcdir=$srcdir ;;
mgl@1371
 23018
-  *) # Relative path.
mgl@1371
 23019
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
mgl@1371
 23020
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
mgl@1371
 23021
-esac
mgl@1371
 23022
-
mgl@1371
 23023
-# Do not use `cd foo && pwd` to compute absolute paths, because
mgl@1371
 23024
-# the directories may not exist.
mgl@1371
 23025
-case `pwd` in
mgl@1371
 23026
-.) ac_abs_builddir="$ac_dir";;
mgl@1371
 23027
-*)
mgl@1371
 23028
-  case "$ac_dir" in
mgl@1371
 23029
-  .) ac_abs_builddir=`pwd`;;
mgl@1371
 23030
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
mgl@1371
 23031
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
mgl@1371
 23032
-  esac;;
mgl@1371
 23033
-esac
mgl@1371
 23034
-case $ac_abs_builddir in
mgl@1371
 23035
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 23036
-*)
mgl@1371
 23037
-  case ${ac_top_builddir}. in
mgl@1371
 23038
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
mgl@1371
 23039
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 23040
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
mgl@1371
 23041
-  esac;;
mgl@1371
 23042
-esac
mgl@1371
 23043
-case $ac_abs_builddir in
mgl@1371
 23044
-.) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 23045
-*)
mgl@1371
 23046
-  case $ac_srcdir in
mgl@1371
 23047
-  .) ac_abs_srcdir=$ac_abs_builddir;;
mgl@1371
 23048
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 23049
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
mgl@1371
 23050
-  esac;;
mgl@1371
 23051
-esac
mgl@1371
 23052
-case $ac_abs_builddir in
mgl@1371
 23053
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 23054
-*)
mgl@1371
 23055
-  case $ac_top_srcdir in
mgl@1371
 23056
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
mgl@1371
 23057
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 23058
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
mgl@1371
 23059
-  esac;;
mgl@1371
 23060
+    ac_top_srcdir=$srcdir
mgl@1371
 23061
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
 23062
+  *) # Relative name.
mgl@1371
 23063
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
 23064
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
 23065
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
 23066
 esac
mgl@1371
 23067
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
 23068
 
mgl@1371
 23069
-    cd $ac_dir
mgl@1371
 23070
-    # Check for guested configure; otherwise get Cygnus style configure.
mgl@1371
 23071
-    if test -f $ac_srcdir/configure.gnu; then
mgl@1371
 23072
-      echo
mgl@1371
 23073
-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
mgl@1371
 23074
-    elif test -f $ac_srcdir/configure; then
mgl@1371
 23075
-      echo
mgl@1371
 23076
-      $SHELL $ac_srcdir/configure  --help=recursive
mgl@1371
 23077
-    elif test -f $ac_srcdir/configure.ac ||
mgl@1371
 23078
-	   test -f $ac_srcdir/configure.in; then
mgl@1371
 23079
-      echo
mgl@1371
 23080
-      $ac_configure --help
mgl@1371
 23081
+    cd "$ac_dir" || { ac_status=$?; continue; }
mgl@1371
 23082
+    # Check for guested configure.
mgl@1371
 23083
+    if test -f "$ac_srcdir/configure.gnu"; then
mgl@1371
 23084
+      echo &&
mgl@1371
 23085
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
mgl@1371
 23086
+    elif test -f "$ac_srcdir/configure"; then
mgl@1371
 23087
+      echo &&
mgl@1371
 23088
+      $SHELL "$ac_srcdir/configure" --help=recursive
mgl@1371
 23089
     else
mgl@1371
 23090
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
mgl@1371
 23091
-    fi
mgl@1371
 23092
-    cd $ac_popdir
mgl@1371
 23093
+    fi || ac_status=$?
mgl@1371
 23094
+    cd "$ac_pwd" || { ac_status=$?; break; }
mgl@1371
 23095
   done
mgl@1371
 23096
 fi
mgl@1371
 23097
 
mgl@1371
 23098
-test -n "$ac_init_help" && exit 0
mgl@1371
 23099
+test -n "$ac_init_help" && exit $ac_status
mgl@1371
 23100
 if $ac_init_version; then
mgl@1371
 23101
   cat <<\_ACEOF
mgl@1371
 23102
 newlib configure 1.17.0
mgl@1371
 23103
-generated by GNU Autoconf 2.59
mgl@1371
 23104
+generated by GNU Autoconf 2.61
mgl@1371
 23105
 
mgl@1371
 23106
-Copyright (C) 2003 Free Software Foundation, Inc.
mgl@1371
 23107
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
mgl@1371
 23108
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
mgl@1371
 23109
 This configure script is free software; the Free Software Foundation
mgl@1371
 23110
 gives unlimited permission to copy, distribute and modify it.
mgl@1371
 23111
 _ACEOF
mgl@1371
 23112
-  exit 0
mgl@1371
 23113
+  exit
mgl@1371
 23114
 fi
mgl@1371
 23115
-exec 5>config.log
mgl@1371
 23116
-cat >&5 <<_ACEOF
mgl@1371
 23117
+cat >config.log <<_ACEOF
mgl@1371
 23118
 This file contains any messages produced by compilers while
mgl@1371
 23119
 running configure, to aid debugging if configure makes a mistake.
mgl@1371
 23120
 
mgl@1371
 23121
 It was created by newlib $as_me 1.17.0, which was
mgl@1371
 23122
-generated by GNU Autoconf 2.59.  Invocation command line was
mgl@1371
 23123
+generated by GNU Autoconf 2.61.  Invocation command line was
mgl@1371
 23124
 
mgl@1371
 23125
   $ $0 $@
mgl@1371
 23126
 
mgl@1371
 23127
 _ACEOF
mgl@1371
 23128
+exec 5>>config.log
mgl@1371
 23129
 {
mgl@1371
 23130
 cat <<_ASUNAME
mgl@1371
 23131
 ## --------- ##
mgl@1371
 23132
@@ -1206,7 +1654,7 @@
mgl@1371
 23133
 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
mgl@1371
 23134
 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
mgl@1371
 23135
 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
mgl@1371
 23136
-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
mgl@1371
 23137
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
mgl@1371
 23138
 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
mgl@1371
 23139
 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
mgl@1371
 23140
 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
mgl@1371
 23141
@@ -1220,6 +1668,7 @@
mgl@1371
 23142
   test -z "$as_dir" && as_dir=.
mgl@1371
 23143
   echo "PATH: $as_dir"
mgl@1371
 23144
 done
mgl@1371
 23145
+IFS=$as_save_IFS
mgl@1371
 23146
 
mgl@1371
 23147
 } >&5
mgl@1371
 23148
 
mgl@1371
 23149
@@ -1241,7 +1690,6 @@
mgl@1371
 23150
 ac_configure_args=
mgl@1371
 23151
 ac_configure_args0=
mgl@1371
 23152
 ac_configure_args1=
mgl@1371
 23153
-ac_sep=
mgl@1371
 23154
 ac_must_keep_next=false
mgl@1371
 23155
 for ac_pass in 1 2
mgl@1371
 23156
 do
mgl@1371
 23157
@@ -1252,7 +1700,7 @@
mgl@1371
 23158
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
 23159
     | -silent | --silent | --silen | --sile | --sil)
mgl@1371
 23160
       continue ;;
mgl@1371
 23161
-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mgl@1371
 23162
+    *\'*)
mgl@1371
 23163
       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
 23164
     esac
mgl@1371
 23165
     case $ac_pass in
mgl@1371
 23166
@@ -1274,9 +1722,7 @@
mgl@1371
 23167
 	  -* ) ac_must_keep_next=true ;;
mgl@1371
 23168
 	esac
mgl@1371
 23169
       fi
mgl@1371
 23170
-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
mgl@1371
 23171
-      # Get rid of the leading space.
mgl@1371
 23172
-      ac_sep=" "
mgl@1371
 23173
+      ac_configure_args="$ac_configure_args '$ac_arg'"
mgl@1371
 23174
       ;;
mgl@1371
 23175
     esac
mgl@1371
 23176
   done
mgl@1371
 23177
@@ -1287,8 +1733,8 @@
mgl@1371
 23178
 # When interrupted or exit'd, cleanup temporary files, and complete
mgl@1371
 23179
 # config.log.  We remove comments because anyway the quotes in there
mgl@1371
 23180
 # would cause problems or look ugly.
mgl@1371
 23181
-# WARNING: Be sure not to use single quotes in there, as some shells,
mgl@1371
 23182
-# such as our DU 5.0 friend, will then `close' the trap.
mgl@1371
 23183
+# WARNING: Use '\'' to represent an apostrophe within the trap.
mgl@1371
 23184
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
mgl@1371
 23185
 trap 'exit_status=$?
mgl@1371
 23186
   # Save into config.log some information that might help in debugging.
mgl@1371
 23187
   {
mgl@1371
 23188
@@ -1301,20 +1747,34 @@
mgl@1371
 23189
 _ASBOX
mgl@1371
 23190
     echo
mgl@1371
 23191
     # The following way of writing the cache mishandles newlines in values,
mgl@1371
 23192
-{
mgl@1371
 23193
+(
mgl@1371
 23194
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
mgl@1371
 23195
+    eval ac_val=\$$ac_var
mgl@1371
 23196
+    case $ac_val in #(
mgl@1371
 23197
+    *${as_nl}*)
mgl@1371
 23198
+      case $ac_var in #(
mgl@1371
 23199
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
mgl@1371
 23200
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
mgl@1371
 23201
+      esac
mgl@1371
 23202
+      case $ac_var in #(
mgl@1371
 23203
+      _ | IFS | as_nl) ;; #(
mgl@1371
 23204
+      *) $as_unset $ac_var ;;
mgl@1371
 23205
+      esac ;;
mgl@1371
 23206
+    esac
mgl@1371
 23207
+  done
mgl@1371
 23208
   (set) 2>&1 |
mgl@1371
 23209
-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
mgl@1371
 23210
-    *ac_space=\ *)
mgl@1371
 23211
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
mgl@1371
 23212
+    *${as_nl}ac_space=\ *)
mgl@1371
 23213
       sed -n \
mgl@1371
 23214
-	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
mgl@1371
 23215
-	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
mgl@1371
 23216
-      ;;
mgl@1371
 23217
+	"s/'\''/'\''\\\\'\'''\''/g;
mgl@1371
 23218
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
mgl@1371
 23219
+      ;; #(
mgl@1371
 23220
     *)
mgl@1371
 23221
-      sed -n \
mgl@1371
 23222
-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
mgl@1371
 23223
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
mgl@1371
 23224
       ;;
mgl@1371
 23225
-    esac;
mgl@1371
 23226
-}
mgl@1371
 23227
+    esac |
mgl@1371
 23228
+    sort
mgl@1371
 23229
+)
mgl@1371
 23230
     echo
mgl@1371
 23231
 
mgl@1371
 23232
     cat <<\_ASBOX
mgl@1371
 23233
@@ -1325,22 +1785,28 @@
mgl@1371
 23234
     echo
mgl@1371
 23235
     for ac_var in $ac_subst_vars
mgl@1371
 23236
     do
mgl@1371
 23237
-      eval ac_val=$`echo $ac_var`
mgl@1371
 23238
-      echo "$ac_var='"'"'$ac_val'"'"'"
mgl@1371
 23239
+      eval ac_val=\$$ac_var
mgl@1371
 23240
+      case $ac_val in
mgl@1371
 23241
+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mgl@1371
 23242
+      esac
mgl@1371
 23243
+      echo "$ac_var='\''$ac_val'\''"
mgl@1371
 23244
     done | sort
mgl@1371
 23245
     echo
mgl@1371
 23246
 
mgl@1371
 23247
     if test -n "$ac_subst_files"; then
mgl@1371
 23248
       cat <<\_ASBOX
mgl@1371
 23249
-## ------------- ##
mgl@1371
 23250
-## Output files. ##
mgl@1371
 23251
-## ------------- ##
mgl@1371
 23252
+## ------------------- ##
mgl@1371
 23253
+## File substitutions. ##
mgl@1371
 23254
+## ------------------- ##
mgl@1371
 23255
 _ASBOX
mgl@1371
 23256
       echo
mgl@1371
 23257
       for ac_var in $ac_subst_files
mgl@1371
 23258
       do
mgl@1371
 23259
-	eval ac_val=$`echo $ac_var`
mgl@1371
 23260
-	echo "$ac_var='"'"'$ac_val'"'"'"
mgl@1371
 23261
+	eval ac_val=\$$ac_var
mgl@1371
 23262
+	case $ac_val in
mgl@1371
 23263
+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mgl@1371
 23264
+	esac
mgl@1371
 23265
+	echo "$ac_var='\''$ac_val'\''"
mgl@1371
 23266
       done | sort
mgl@1371
 23267
       echo
mgl@1371
 23268
     fi
mgl@1371
 23269
@@ -1352,26 +1818,24 @@
mgl@1371
 23270
 ## ----------- ##
mgl@1371
 23271
 _ASBOX
mgl@1371
 23272
       echo
mgl@1371
 23273
-      sed "/^$/d" confdefs.h | sort
mgl@1371
 23274
+      cat confdefs.h
mgl@1371
 23275
       echo
mgl@1371
 23276
     fi
mgl@1371
 23277
     test "$ac_signal" != 0 &&
mgl@1371
 23278
       echo "$as_me: caught signal $ac_signal"
mgl@1371
 23279
     echo "$as_me: exit $exit_status"
mgl@1371
 23280
   } >&5
mgl@1371
 23281
-  rm -f core *.core &&
mgl@1371
 23282
-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
mgl@1371
 23283
+  rm -f core *.core core.conftest.* &&
mgl@1371
 23284
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
mgl@1371
 23285
     exit $exit_status
mgl@1371
 23286
-     ' 0
mgl@1371
 23287
+' 0
mgl@1371
 23288
 for ac_signal in 1 2 13 15; do
mgl@1371
 23289
   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
mgl@1371
 23290
 done
mgl@1371
 23291
 ac_signal=0
mgl@1371
 23292
 
mgl@1371
 23293
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
mgl@1371
 23294
-rm -rf conftest* confdefs.h
mgl@1371
 23295
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
mgl@1371
 23296
-echo >confdefs.h
mgl@1371
 23297
+rm -f -r conftest* confdefs.h
mgl@1371
 23298
 
mgl@1371
 23299
 # Predefined preprocessor variables.
mgl@1371
 23300
 
mgl@1371
 23301
@@ -1402,14 +1866,17 @@
mgl@1371
 23302
 
mgl@1371
 23303
 # Let the site file select an alternate cache file if it wants to.
mgl@1371
 23304
 # Prefer explicitly selected file to automatically selected ones.
mgl@1371
 23305
-if test -z "$CONFIG_SITE"; then
mgl@1371
 23306
-  if test "x$prefix" != xNONE; then
mgl@1371
 23307
-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
mgl@1371
 23308
-  else
mgl@1371
 23309
-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
mgl@1371
 23310
-  fi
mgl@1371
 23311
+if test -n "$CONFIG_SITE"; then
mgl@1371
 23312
+  set x "$CONFIG_SITE"
mgl@1371
 23313
+elif test "x$prefix" != xNONE; then
mgl@1371
 23314
+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
mgl@1371
 23315
+else
mgl@1371
 23316
+  set x "$ac_default_prefix/share/config.site" \
mgl@1371
 23317
+	"$ac_default_prefix/etc/config.site"
mgl@1371
 23318
 fi
mgl@1371
 23319
-for ac_site_file in $CONFIG_SITE; do
mgl@1371
 23320
+shift
mgl@1371
 23321
+for ac_site_file
mgl@1371
 23322
+do
mgl@1371
 23323
   if test -r "$ac_site_file"; then
mgl@1371
 23324
     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
mgl@1371
 23325
 echo "$as_me: loading site script $ac_site_file" >&6;}
mgl@1371
 23326
@@ -1425,8 +1892,8 @@
mgl@1371
 23327
     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
mgl@1371
 23328
 echo "$as_me: loading cache $cache_file" >&6;}
mgl@1371
 23329
     case $cache_file in
mgl@1371
 23330
-      [\\/]* | ?:[\\/]* ) . $cache_file;;
mgl@1371
 23331
-      *)                      . ./$cache_file;;
mgl@1371
 23332
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
mgl@1371
 23333
+      *)                      . "./$cache_file";;
mgl@1371
 23334
     esac
mgl@1371
 23335
   fi
mgl@1371
 23336
 else
mgl@1371
 23337
@@ -1438,12 +1905,11 @@
mgl@1371
 23338
 # Check that the precious variables saved in the cache have kept the same
mgl@1371
 23339
 # value.
mgl@1371
 23340
 ac_cache_corrupted=false
mgl@1371
 23341
-for ac_var in `(set) 2>&1 |
mgl@1371
 23342
-	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
mgl@1371
 23343
+for ac_var in $ac_precious_vars; do
mgl@1371
 23344
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
mgl@1371
 23345
   eval ac_new_set=\$ac_env_${ac_var}_set
mgl@1371
 23346
-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
mgl@1371
 23347
-  eval ac_new_val="\$ac_env_${ac_var}_value"
mgl@1371
 23348
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
mgl@1371
 23349
+  eval ac_new_val=\$ac_env_${ac_var}_value
mgl@1371
 23350
   case $ac_old_set,$ac_new_set in
mgl@1371
 23351
     set,)
mgl@1371
 23352
       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mgl@1371
 23353
@@ -1468,8 +1934,7 @@
mgl@1371
 23354
   # Pass precious variables to config.status.
mgl@1371
 23355
   if test "$ac_new_set" = set; then
mgl@1371
 23356
     case $ac_new_val in
mgl@1371
 23357
-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mgl@1371
 23358
-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
 23359
+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
 23360
     *) ac_arg=$ac_var=$ac_new_val ;;
mgl@1371
 23361
     esac
mgl@1371
 23362
     case " $ac_configure_args " in
mgl@1371
 23363
@@ -1486,12 +1951,6 @@
mgl@1371
 23364
    { (exit 1); exit 1; }; }
mgl@1371
 23365
 fi
mgl@1371
 23366
 
mgl@1371
 23367
-ac_ext=c
mgl@1371
 23368
-ac_cpp='$CPP $CPPFLAGS'
mgl@1371
 23369
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
 23370
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
mgl@1371
 23371
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
 23372
-
mgl@1371
 23373
 
mgl@1371
 23374
 
mgl@1371
 23375
 
mgl@1371
 23376
@@ -1516,67 +1975,92 @@
mgl@1371
 23377
 
mgl@1371
 23378
 
mgl@1371
 23379
 
mgl@1371
 23380
+ac_ext=c
mgl@1371
 23381
+ac_cpp='$CPP $CPPFLAGS'
mgl@1371
 23382
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
 23383
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
mgl@1371
 23384
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
 23385
 
mgl@1371
 23386
 
mgl@1371
 23387
 
mgl@1371
 23388
 
mgl@1371
 23389
 ac_aux_dir=
mgl@1371
 23390
-for ac_dir in ../../.. $srcdir/../../..; do
mgl@1371
 23391
-  if test -f $ac_dir/install-sh; then
mgl@1371
 23392
+for ac_dir in ../../.. "$srcdir"/../../..; do
mgl@1371
 23393
+  if test -f "$ac_dir/install-sh"; then
mgl@1371
 23394
     ac_aux_dir=$ac_dir
mgl@1371
 23395
     ac_install_sh="$ac_aux_dir/install-sh -c"
mgl@1371
 23396
     break
mgl@1371
 23397
-  elif test -f $ac_dir/install.sh; then
mgl@1371
 23398
+  elif test -f "$ac_dir/install.sh"; then
mgl@1371
 23399
     ac_aux_dir=$ac_dir
mgl@1371
 23400
     ac_install_sh="$ac_aux_dir/install.sh -c"
mgl@1371
 23401
     break
mgl@1371
 23402
-  elif test -f $ac_dir/shtool; then
mgl@1371
 23403
+  elif test -f "$ac_dir/shtool"; then
mgl@1371
 23404
     ac_aux_dir=$ac_dir
mgl@1371
 23405
     ac_install_sh="$ac_aux_dir/shtool install -c"
mgl@1371
 23406
     break
mgl@1371
 23407
   fi
mgl@1371
 23408
 done
mgl@1371
 23409
 if test -z "$ac_aux_dir"; then
mgl@1371
 23410
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&5
mgl@1371
 23411
-echo "$as_me: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&2;}
mgl@1371
 23412
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&5
mgl@1371
 23413
+echo "$as_me: error: cannot find install-sh or install.sh in ../../.. \"$srcdir\"/../../.." >&2;}
mgl@1371
 23414
    { (exit 1); exit 1; }; }
mgl@1371
 23415
 fi
mgl@1371
 23416
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
mgl@1371
 23417
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
mgl@1371
 23418
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
mgl@1371
 23419
+
mgl@1371
 23420
+# These three variables are undocumented and unsupported,
mgl@1371
 23421
+# and are intended to be withdrawn in a future Autoconf release.
mgl@1371
 23422
+# They can cause serious problems if a builder's source tree is in a directory
mgl@1371
 23423
+# whose full name contains unusual characters.
mgl@1371
 23424
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
mgl@1371
 23425
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
mgl@1371
 23426
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
mgl@1371
 23427
+
mgl@1371
 23428
 
mgl@1371
 23429
 
mgl@1371
 23430
 
mgl@1371
 23431
 # Make sure we can run config.sub.
mgl@1371
 23432
-$ac_config_sub sun4 >/dev/null 2>&1 ||
mgl@1371
 23433
-  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
mgl@1371
 23434
-echo "$as_me: error: cannot run $ac_config_sub" >&2;}
mgl@1371
 23435
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
mgl@1371
 23436
+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
mgl@1371
 23437
+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
mgl@1371
 23438
    { (exit 1); exit 1; }; }
mgl@1371
 23439
 
mgl@1371
 23440
-echo "$as_me:$LINENO: checking build system type" >&5
mgl@1371
 23441
-echo $ECHO_N "checking build system type... $ECHO_C" >&6
mgl@1371
 23442
+{ echo "$as_me:$LINENO: checking build system type" >&5
mgl@1371
 23443
+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
mgl@1371
 23444
 if test "${ac_cv_build+set}" = set; then
mgl@1371
 23445
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 23446
 else
mgl@1371
 23447
-  ac_cv_build_alias=$build_alias
mgl@1371
 23448
-test -z "$ac_cv_build_alias" &&
mgl@1371
 23449
-  ac_cv_build_alias=`$ac_config_guess`
mgl@1371
 23450
-test -z "$ac_cv_build_alias" &&
mgl@1371
 23451
+  ac_build_alias=$build_alias
mgl@1371
 23452
+test "x$ac_build_alias" = x &&
mgl@1371
 23453
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mgl@1371
 23454
+test "x$ac_build_alias" = x &&
mgl@1371
 23455
   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
mgl@1371
 23456
 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
mgl@1371
 23457
    { (exit 1); exit 1; }; }
mgl@1371
 23458
-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
mgl@1371
 23459
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
mgl@1371
 23460
-echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
mgl@1371
 23461
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mgl@1371
 23462
+  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
mgl@1371
 23463
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
mgl@1371
 23464
    { (exit 1); exit 1; }; }
mgl@1371
 23465
 
mgl@1371
 23466
 fi
mgl@1371
 23467
-echo "$as_me:$LINENO: result: $ac_cv_build" >&5
mgl@1371
 23468
-echo "${ECHO_T}$ac_cv_build" >&6
mgl@1371
 23469
+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
mgl@1371
 23470
+echo "${ECHO_T}$ac_cv_build" >&6; }
mgl@1371
 23471
+case $ac_cv_build in
mgl@1371
 23472
+*-*-*) ;;
mgl@1371
 23473
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
mgl@1371
 23474
+echo "$as_me: error: invalid value of canonical build" >&2;}
mgl@1371
 23475
+   { (exit 1); exit 1; }; };;
mgl@1371
 23476
+esac
mgl@1371
 23477
 build=$ac_cv_build
mgl@1371
 23478
-build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mgl@1371
 23479
-build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mgl@1371
 23480
-build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mgl@1371
 23481
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
 23482
+set x $ac_cv_build
mgl@1371
 23483
+shift
mgl@1371
 23484
+build_cpu=$1
mgl@1371
 23485
+build_vendor=$2
mgl@1371
 23486
+shift; shift
mgl@1371
 23487
+# Remember, the first character of IFS is used to create $*,
mgl@1371
 23488
+# except with old shells:
mgl@1371
 23489
+build_os=$*
mgl@1371
 23490
+IFS=$ac_save_IFS
mgl@1371
 23491
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mgl@1371
 23492
 
mgl@1371
 23493
 
mgl@1371
 23494
 am__api_version="1.9"
mgl@1371
 23495
@@ -1593,8 +2077,8 @@
mgl@1371
 23496
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
mgl@1371
 23497
 # OS/2's system install, which has a completely different semantic
mgl@1371
 23498
 # ./install, which can be erroneously created by make from ./install.sh.
mgl@1371
 23499
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
 23500
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
mgl@1371
 23501
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
 23502
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
mgl@1371
 23503
 if test -z "$INSTALL"; then
mgl@1371
 23504
 if test "${ac_cv_path_install+set}" = set; then
mgl@1371
 23505
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 23506
@@ -1616,7 +2100,7 @@
mgl@1371
 23507
     # by default.
mgl@1371
 23508
     for ac_prog in ginstall scoinst install; do
mgl@1371
 23509
       for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 23510
-	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
mgl@1371
 23511
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
mgl@1371
 23512
 	  if test $ac_prog = install &&
mgl@1371
 23513
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
 23514
 	    # AIX install.  It has an incompatible calling convention.
mgl@1371
 23515
@@ -1635,21 +2119,22 @@
mgl@1371
 23516
     ;;
mgl@1371
 23517
 esac
mgl@1371
 23518
 done
mgl@1371
 23519
+IFS=$as_save_IFS
mgl@1371
 23520
 
mgl@1371
 23521
 
mgl@1371
 23522
 fi
mgl@1371
 23523
   if test "${ac_cv_path_install+set}" = set; then
mgl@1371
 23524
     INSTALL=$ac_cv_path_install
mgl@1371
 23525
   else
mgl@1371
 23526
-    # As a last resort, use the slow shell script.  We don't cache a
mgl@1371
 23527
-    # path for INSTALL within a source directory, because that will
mgl@1371
 23528
+    # As a last resort, use the slow shell script.  Don't cache a
mgl@1371
 23529
+    # value for INSTALL within a source directory, because that will
mgl@1371
 23530
     # break other packages using the cache if that directory is
mgl@1371
 23531
-    # removed, or if the path is relative.
mgl@1371
 23532
+    # removed, or if the value is a relative name.
mgl@1371
 23533
     INSTALL=$ac_install_sh
mgl@1371
 23534
   fi
mgl@1371
 23535
 fi
mgl@1371
 23536
-echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
 23537
-echo "${ECHO_T}$INSTALL" >&6
mgl@1371
 23538
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
 23539
+echo "${ECHO_T}$INSTALL" >&6; }
mgl@1371
 23540
 
mgl@1371
 23541
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
mgl@1371
 23542
 # It thinks the first close brace ends the variable substitution.
mgl@1371
 23543
@@ -1659,8 +2144,8 @@
mgl@1371
 23544
 
mgl@1371
 23545
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
mgl@1371
 23546
 
mgl@1371
 23547
-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
mgl@1371
 23548
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
mgl@1371
 23549
+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
mgl@1371
 23550
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
mgl@1371
 23551
 # Just in case
mgl@1371
 23552
 sleep 1
mgl@1371
 23553
 echo timestamp > conftest.file
mgl@1371
 23554
@@ -1702,20 +2187,20 @@
mgl@1371
 23555
 Check your system clock" >&2;}
mgl@1371
 23556
    { (exit 1); exit 1; }; }
mgl@1371
 23557
 fi
mgl@1371
 23558
-echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 23559
-echo "${ECHO_T}yes" >&6
mgl@1371
 23560
+{ echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 23561
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 23562
 test "$program_prefix" != NONE &&
mgl@1371
 23563
-  program_transform_name="s,^,$program_prefix,;$program_transform_name"
mgl@1371
 23564
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
mgl@1371
 23565
 # Use a double $ so make ignores it.
mgl@1371
 23566
 test "$program_suffix" != NONE &&
mgl@1371
 23567
-  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
mgl@1371
 23568
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
mgl@1371
 23569
 # Double any \ or $.  echo might interpret backslashes.
mgl@1371
 23570
 # By default was `s,x,x', remove it if useless.
mgl@1371
 23571
 cat <<\_ACEOF >conftest.sed
mgl@1371
 23572
 s/[\\$]/&&/g;s/;s,x,x,$//
mgl@1371
 23573
 _ACEOF
mgl@1371
 23574
 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
mgl@1371
 23575
-rm conftest.sed
mgl@1371
 23576
+rm -f conftest.sed
mgl@1371
 23577
 
mgl@1371
 23578
 # expand $ac_aux_dir to an absolute path
mgl@1371
 23579
 am_aux_dir=`cd $ac_aux_dir && pwd`
mgl@1371
 23580
@@ -1767,8 +2252,8 @@
mgl@1371
 23581
 do
mgl@1371
 23582
   # Extract the first word of "$ac_prog", so it can be a program name with args.
mgl@1371
 23583
 set dummy $ac_prog; ac_word=$2
mgl@1371
 23584
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 23585
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 23586
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 23587
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 23588
 if test "${ac_cv_prog_AWK+set}" = set; then
mgl@1371
 23589
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 23590
 else
mgl@1371
 23591
@@ -1781,54 +2266,57 @@
mgl@1371
 23592
   IFS=$as_save_IFS
mgl@1371
 23593
   test -z "$as_dir" && as_dir=.
mgl@1371
 23594
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 23595
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 23596
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 23597
     ac_cv_prog_AWK="$ac_prog"
mgl@1371
 23598
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 23599
     break 2
mgl@1371
 23600
   fi
mgl@1371
 23601
 done
mgl@1371
 23602
 done
mgl@1371
 23603
+IFS=$as_save_IFS
mgl@1371
 23604
 
mgl@1371
 23605
 fi
mgl@1371
 23606
 fi
mgl@1371
 23607
 AWK=$ac_cv_prog_AWK
mgl@1371
 23608
 if test -n "$AWK"; then
mgl@1371
 23609
-  echo "$as_me:$LINENO: result: $AWK" >&5
mgl@1371
 23610
-echo "${ECHO_T}$AWK" >&6
mgl@1371
 23611
+  { echo "$as_me:$LINENO: result: $AWK" >&5
mgl@1371
 23612
+echo "${ECHO_T}$AWK" >&6; }
mgl@1371
 23613
 else
mgl@1371
 23614
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 23615
-echo "${ECHO_T}no" >&6
mgl@1371
 23616
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 23617
+echo "${ECHO_T}no" >&6; }
mgl@1371
 23618
 fi
mgl@1371
 23619
 
mgl@1371
 23620
+
mgl@1371
 23621
   test -n "$AWK" && break
mgl@1371
 23622
 done
mgl@1371
 23623
 
mgl@1371
 23624
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
mgl@1371
 23625
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
mgl@1371
 23626
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
mgl@1371
 23627
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
mgl@1371
 23628
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
mgl@1371
 23629
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
mgl@1371
 23630
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mgl@1371
 23631
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
mgl@1371
 23632
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 23633
 else
mgl@1371
 23634
   cat >conftest.make <<\_ACEOF
mgl@1371
 23635
+SHELL = /bin/sh
mgl@1371
 23636
 all:
mgl@1371
 23637
-	@echo 'ac_maketemp="$(MAKE)"'
mgl@1371
 23638
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
mgl@1371
 23639
 _ACEOF
mgl@1371
 23640
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
mgl@1371
 23641
-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
mgl@1371
 23642
-if test -n "$ac_maketemp"; then
mgl@1371
 23643
-  eval ac_cv_prog_make_${ac_make}_set=yes
mgl@1371
 23644
-else
mgl@1371
 23645
-  eval ac_cv_prog_make_${ac_make}_set=no
mgl@1371
 23646
-fi
mgl@1371
 23647
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
mgl@1371
 23648
+  *@@@%%%=?*=@@@%%%*)
mgl@1371
 23649
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
mgl@1371
 23650
+  *)
mgl@1371
 23651
+    eval ac_cv_prog_make_${ac_make}_set=no;;
mgl@1371
 23652
+esac
mgl@1371
 23653
 rm -f conftest.make
mgl@1371
 23654
 fi
mgl@1371
 23655
-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
mgl@1371
 23656
-  echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 23657
-echo "${ECHO_T}yes" >&6
mgl@1371
 23658
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
mgl@1371
 23659
+  { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 23660
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 23661
   SET_MAKE=
mgl@1371
 23662
 else
mgl@1371
 23663
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 23664
-echo "${ECHO_T}no" >&6
mgl@1371
 23665
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 23666
+echo "${ECHO_T}no" >&6; }
mgl@1371
 23667
   SET_MAKE="MAKE=${MAKE-make}"
mgl@1371
 23668
 fi
mgl@1371
 23669
 
mgl@1371
 23670
@@ -1843,7 +2331,7 @@
mgl@1371
 23671
 
mgl@1371
 23672
 DEPDIR="${am__leading_dot}deps"
mgl@1371
 23673
 
mgl@1371
 23674
-          ac_config_commands="$ac_config_commands depfiles"
mgl@1371
 23675
+ac_config_commands="$ac_config_commands depfiles"
mgl@1371
 23676
 
mgl@1371
 23677
 
mgl@1371
 23678
 am_make=${MAKE-make}
mgl@1371
 23679
@@ -1853,8 +2341,8 @@
mgl@1371
 23680
 .PHONY: am__doit
mgl@1371
 23681
 END
mgl@1371
 23682
 # If we don't find an include directive, just comment out the code.
mgl@1371
 23683
-echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
mgl@1371
 23684
-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
mgl@1371
 23685
+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
mgl@1371
 23686
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
mgl@1371
 23687
 am__include="#"
mgl@1371
 23688
 am__quote=
mgl@1371
 23689
 _am_result=none
mgl@1371
 23690
@@ -1881,15 +2369,15 @@
mgl@1371
 23691
 fi
mgl@1371
 23692
 
mgl@1371
 23693
 
mgl@1371
 23694
-echo "$as_me:$LINENO: result: $_am_result" >&5
mgl@1371
 23695
-echo "${ECHO_T}$_am_result" >&6
mgl@1371
 23696
+{ echo "$as_me:$LINENO: result: $_am_result" >&5
mgl@1371
 23697
+echo "${ECHO_T}$_am_result" >&6; }
mgl@1371
 23698
 rm -f confinc confmf
mgl@1371
 23699
 
mgl@1371
 23700
-# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
mgl@1371
 23701
+# Check whether --enable-dependency-tracking was given.
mgl@1371
 23702
 if test "${enable_dependency_tracking+set}" = set; then
mgl@1371
 23703
-  enableval="$enable_dependency_tracking"
mgl@1371
 23704
+  enableval=$enable_dependency_tracking;
mgl@1371
 23705
+fi
mgl@1371
 23706
 
mgl@1371
 23707
-fi;
mgl@1371
 23708
 if test "x$enable_dependency_tracking" != xno; then
mgl@1371
 23709
   am_depcomp="$ac_aux_dir/depcomp"
mgl@1371
 23710
   AMDEPBACKSLASH='\'
mgl@1371
 23711
@@ -1907,10 +2395,9 @@
mgl@1371
 23712
 
mgl@1371
 23713
 
mgl@1371
 23714
 
mgl@1371
 23715
-# Check whether --enable-multilib or --disable-multilib was given.
mgl@1371
 23716
+# Check whether --enable-multilib was given.
mgl@1371
 23717
 if test "${enable_multilib+set}" = set; then
mgl@1371
 23718
-  enableval="$enable_multilib"
mgl@1371
 23719
-  case "${enableval}" in
mgl@1371
 23720
+  enableval=$enable_multilib; case "${enableval}" in
mgl@1371
 23721
   yes) multilib=yes ;;
mgl@1371
 23722
   no)  multilib=no ;;
mgl@1371
 23723
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
mgl@1371
 23724
@@ -1919,11 +2406,11 @@
mgl@1371
 23725
  esac
mgl@1371
 23726
 else
mgl@1371
 23727
   multilib=yes
mgl@1371
 23728
-fi;
mgl@1371
 23729
-# Check whether --enable-target-optspace or --disable-target-optspace was given.
mgl@1371
 23730
+fi
mgl@1371
 23731
+
mgl@1371
 23732
+# Check whether --enable-target-optspace was given.
mgl@1371
 23733
 if test "${enable_target_optspace+set}" = set; then
mgl@1371
 23734
-  enableval="$enable_target_optspace"
mgl@1371
 23735
-  case "${enableval}" in
mgl@1371
 23736
+  enableval=$enable_target_optspace; case "${enableval}" in
mgl@1371
 23737
   yes) target_optspace=yes ;;
mgl@1371
 23738
   no)  target_optspace=no ;;
mgl@1371
 23739
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
mgl@1371
 23740
@@ -1932,11 +2419,11 @@
mgl@1371
 23741
  esac
mgl@1371
 23742
 else
mgl@1371
 23743
   target_optspace=
mgl@1371
 23744
-fi;
mgl@1371
 23745
-# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
mgl@1371
 23746
+fi
mgl@1371
 23747
+
mgl@1371
 23748
+# Check whether --enable-malloc-debugging was given.
mgl@1371
 23749
 if test "${enable_malloc_debugging+set}" = set; then
mgl@1371
 23750
-  enableval="$enable_malloc_debugging"
mgl@1371
 23751
-  case "${enableval}" in
mgl@1371
 23752
+  enableval=$enable_malloc_debugging; case "${enableval}" in
mgl@1371
 23753
   yes) malloc_debugging=yes ;;
mgl@1371
 23754
   no)  malloc_debugging=no ;;
mgl@1371
 23755
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
mgl@1371
 23756
@@ -1945,11 +2432,11 @@
mgl@1371
 23757
  esac
mgl@1371
 23758
 else
mgl@1371
 23759
   malloc_debugging=
mgl@1371
 23760
-fi;
mgl@1371
 23761
-# Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.
mgl@1371
 23762
+fi
mgl@1371
 23763
+
mgl@1371
 23764
+# Check whether --enable-newlib-multithread was given.
mgl@1371
 23765
 if test "${enable_newlib_multithread+set}" = set; then
mgl@1371
 23766
-  enableval="$enable_newlib_multithread"
mgl@1371
 23767
-  case "${enableval}" in
mgl@1371
 23768
+  enableval=$enable_newlib_multithread; case "${enableval}" in
mgl@1371
 23769
   yes) newlib_multithread=yes ;;
mgl@1371
 23770
   no)  newlib_multithread=no ;;
mgl@1371
 23771
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
mgl@1371
 23772
@@ -1958,11 +2445,11 @@
mgl@1371
 23773
  esac
mgl@1371
 23774
 else
mgl@1371
 23775
   newlib_multithread=yes
mgl@1371
 23776
-fi;
mgl@1371
 23777
-# Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.
mgl@1371
 23778
+fi
mgl@1371
 23779
+
mgl@1371
 23780
+# Check whether --enable-newlib-iconv was given.
mgl@1371
 23781
 if test "${enable_newlib_iconv+set}" = set; then
mgl@1371
 23782
-  enableval="$enable_newlib_iconv"
mgl@1371
 23783
-  if test "${newlib_iconv+set}" != set; then
mgl@1371
 23784
+  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
mgl@1371
 23785
    case "${enableval}" in
mgl@1371
 23786
      yes) newlib_iconv=yes ;;
mgl@1371
 23787
      no)  newlib_iconv=no ;;
mgl@1371
 23788
@@ -1973,11 +2460,11 @@
mgl@1371
 23789
  fi
mgl@1371
 23790
 else
mgl@1371
 23791
   newlib_iconv=${newlib_iconv}
mgl@1371
 23792
-fi;
mgl@1371
 23793
-# Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.
mgl@1371
 23794
+fi
mgl@1371
 23795
+
mgl@1371
 23796
+# Check whether --enable-newlib-elix-level was given.
mgl@1371
 23797
 if test "${enable_newlib_elix_level+set}" = set; then
mgl@1371
 23798
-  enableval="$enable_newlib_elix_level"
mgl@1371
 23799
-  case "${enableval}" in
mgl@1371
 23800
+  enableval=$enable_newlib_elix_level; case "${enableval}" in
mgl@1371
 23801
   0)   newlib_elix_level=0 ;;
mgl@1371
 23802
   1)   newlib_elix_level=1 ;;
mgl@1371
 23803
   2)   newlib_elix_level=2 ;;
mgl@1371
 23804
@@ -1989,11 +2476,11 @@
mgl@1371
 23805
  esac
mgl@1371
 23806
 else
mgl@1371
 23807
   newlib_elix_level=0
mgl@1371
 23808
-fi;
mgl@1371
 23809
-# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
mgl@1371
 23810
+fi
mgl@1371
 23811
+
mgl@1371
 23812
+# Check whether --enable-newlib-io-float was given.
mgl@1371
 23813
 if test "${enable_newlib_io_float+set}" = set; then
mgl@1371
 23814
-  enableval="$enable_newlib_io_float"
mgl@1371
 23815
-  case "${enableval}" in
mgl@1371
 23816
+  enableval=$enable_newlib_io_float; case "${enableval}" in
mgl@1371
 23817
   yes) newlib_io_float=yes ;;
mgl@1371
 23818
   no)  newlib_io_float=no ;;
mgl@1371
 23819
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
mgl@1371
 23820
@@ -2002,11 +2489,11 @@
mgl@1371
 23821
  esac
mgl@1371
 23822
 else
mgl@1371
 23823
   newlib_io_float=yes
mgl@1371
 23824
-fi;
mgl@1371
 23825
-# Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.
mgl@1371
 23826
+fi
mgl@1371
 23827
+
mgl@1371
 23828
+# Check whether --enable-newlib-supplied-syscalls was given.
mgl@1371
 23829
 if test "${enable_newlib_supplied_syscalls+set}" = set; then
mgl@1371
 23830
-  enableval="$enable_newlib_supplied_syscalls"
mgl@1371
 23831
-  case "${enableval}" in
mgl@1371
 23832
+  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
mgl@1371
 23833
   yes) newlib_may_supply_syscalls=yes ;;
mgl@1371
 23834
   no)  newlib_may_supply_syscalls=no ;;
mgl@1371
 23835
   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
mgl@1371
 23836
@@ -2015,7 +2502,8 @@
mgl@1371
 23837
  esac
mgl@1371
 23838
 else
mgl@1371
 23839
   newlib_may_supply_syscalls=yes
mgl@1371
 23840
-fi;
mgl@1371
 23841
+fi
mgl@1371
 23842
+
mgl@1371
 23843
 
mgl@1371
 23844
 
mgl@1371
 23845
 if test x${newlib_may_supply_syscalls} = xyes; then
mgl@1371
 23846
@@ -2041,26 +2529,41 @@
mgl@1371
 23847
 fi
mgl@1371
 23848
 
mgl@1371
 23849
 
mgl@1371
 23850
-echo "$as_me:$LINENO: checking host system type" >&5
mgl@1371
 23851
-echo $ECHO_N "checking host system type... $ECHO_C" >&6
mgl@1371
 23852
+{ echo "$as_me:$LINENO: checking host system type" >&5
mgl@1371
 23853
+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
mgl@1371
 23854
 if test "${ac_cv_host+set}" = set; then
mgl@1371
 23855
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 23856
 else
mgl@1371
 23857
-  ac_cv_host_alias=$host_alias
mgl@1371
 23858
-test -z "$ac_cv_host_alias" &&
mgl@1371
 23859
-  ac_cv_host_alias=$ac_cv_build_alias
mgl@1371
 23860
-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
mgl@1371
 23861
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
mgl@1371
 23862
-echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
mgl@1371
 23863
+  if test "x$host_alias" = x; then
mgl@1371
 23864
+  ac_cv_host=$ac_cv_build
mgl@1371
 23865
+else
mgl@1371
 23866
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mgl@1371
 23867
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
mgl@1371
 23868
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
mgl@1371
 23869
    { (exit 1); exit 1; }; }
mgl@1371
 23870
+fi
mgl@1371
 23871
 
mgl@1371
 23872
 fi
mgl@1371
 23873
-echo "$as_me:$LINENO: result: $ac_cv_host" >&5
mgl@1371
 23874
-echo "${ECHO_T}$ac_cv_host" >&6
mgl@1371
 23875
+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
mgl@1371
 23876
+echo "${ECHO_T}$ac_cv_host" >&6; }
mgl@1371
 23877
+case $ac_cv_host in
mgl@1371
 23878
+*-*-*) ;;
mgl@1371
 23879
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
mgl@1371
 23880
+echo "$as_me: error: invalid value of canonical host" >&2;}
mgl@1371
 23881
+   { (exit 1); exit 1; }; };;
mgl@1371
 23882
+esac
mgl@1371
 23883
 host=$ac_cv_host
mgl@1371
 23884
-host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mgl@1371
 23885
-host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mgl@1371
 23886
-host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mgl@1371
 23887
+ac_save_IFS=$IFS; IFS='-'
mgl@1371
 23888
+set x $ac_cv_host
mgl@1371
 23889
+shift
mgl@1371
 23890
+host_cpu=$1
mgl@1371
 23891
+host_vendor=$2
mgl@1371
 23892
+shift; shift
mgl@1371
 23893
+# Remember, the first character of IFS is used to create $*,
mgl@1371
 23894
+# except with old shells:
mgl@1371
 23895
+host_os=$*
mgl@1371
 23896
+IFS=$ac_save_IFS
mgl@1371
 23897
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mgl@1371
 23898
 
mgl@1371
 23899
 
mgl@1371
 23900
 
mgl@1371
 23901
@@ -2113,8 +2616,8 @@
mgl@1371
 23902
   if test -n "$ac_tool_prefix"; then
mgl@1371
 23903
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
mgl@1371
 23904
 set dummy ${ac_tool_prefix}strip; ac_word=$2
mgl@1371
 23905
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 23906
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 23907
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 23908
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 23909
 if test "${ac_cv_prog_STRIP+set}" = set; then
mgl@1371
 23910
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 23911
 else
mgl@1371
 23912
@@ -2127,32 +2630,34 @@
mgl@1371
 23913
   IFS=$as_save_IFS
mgl@1371
 23914
   test -z "$as_dir" && as_dir=.
mgl@1371
 23915
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 23916
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 23917
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 23918
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
mgl@1371
 23919
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 23920
     break 2
mgl@1371
 23921
   fi
mgl@1371
 23922
 done
mgl@1371
 23923
 done
mgl@1371
 23924
+IFS=$as_save_IFS
mgl@1371
 23925
 
mgl@1371
 23926
 fi
mgl@1371
 23927
 fi
mgl@1371
 23928
 STRIP=$ac_cv_prog_STRIP
mgl@1371
 23929
 if test -n "$STRIP"; then
mgl@1371
 23930
-  echo "$as_me:$LINENO: result: $STRIP" >&5
mgl@1371
 23931
-echo "${ECHO_T}$STRIP" >&6
mgl@1371
 23932
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
mgl@1371
 23933
+echo "${ECHO_T}$STRIP" >&6; }
mgl@1371
 23934
 else
mgl@1371
 23935
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 23936
-echo "${ECHO_T}no" >&6
mgl@1371
 23937
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 23938
+echo "${ECHO_T}no" >&6; }
mgl@1371
 23939
 fi
mgl@1371
 23940
 
mgl@1371
 23941
+
mgl@1371
 23942
 fi
mgl@1371
 23943
 if test -z "$ac_cv_prog_STRIP"; then
mgl@1371
 23944
   ac_ct_STRIP=$STRIP
mgl@1371
 23945
   # Extract the first word of "strip", so it can be a program name with args.
mgl@1371
 23946
 set dummy strip; ac_word=$2
mgl@1371
 23947
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 23948
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 23949
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 23950
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 23951
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
mgl@1371
 23952
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 23953
 else
mgl@1371
 23954
@@ -2165,27 +2670,41 @@
mgl@1371
 23955
   IFS=$as_save_IFS
mgl@1371
 23956
   test -z "$as_dir" && as_dir=.
mgl@1371
 23957
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 23958
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 23959
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 23960
     ac_cv_prog_ac_ct_STRIP="strip"
mgl@1371
 23961
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 23962
     break 2
mgl@1371
 23963
   fi
mgl@1371
 23964
 done
mgl@1371
 23965
 done
mgl@1371
 23966
+IFS=$as_save_IFS
mgl@1371
 23967
 
mgl@1371
 23968
-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
mgl@1371
 23969
 fi
mgl@1371
 23970
 fi
mgl@1371
 23971
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
mgl@1371
 23972
 if test -n "$ac_ct_STRIP"; then
mgl@1371
 23973
-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
mgl@1371
 23974
-echo "${ECHO_T}$ac_ct_STRIP" >&6
mgl@1371
 23975
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
mgl@1371
 23976
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
mgl@1371
 23977
 else
mgl@1371
 23978
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 23979
-echo "${ECHO_T}no" >&6
mgl@1371
 23980
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 23981
+echo "${ECHO_T}no" >&6; }
mgl@1371
 23982
 fi
mgl@1371
 23983
 
mgl@1371
 23984
-  STRIP=$ac_ct_STRIP
mgl@1371
 23985
+  if test "x$ac_ct_STRIP" = x; then
mgl@1371
 23986
+    STRIP=":"
mgl@1371
 23987
+  else
mgl@1371
 23988
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 23989
+yes:)
mgl@1371
 23990
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 23991
+whose name does not start with the host triplet.  If you think this
mgl@1371
 23992
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 23993
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 23994
+whose name does not start with the host triplet.  If you think this
mgl@1371
 23995
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 23996
+ac_tool_warned=yes ;;
mgl@1371
 23997
+esac
mgl@1371
 23998
+    STRIP=$ac_ct_STRIP
mgl@1371
 23999
+  fi
mgl@1371
 24000
 else
mgl@1371
 24001
   STRIP="$ac_cv_prog_STRIP"
mgl@1371
 24002
 fi
mgl@1371
 24003
@@ -2220,8 +2739,8 @@
mgl@1371
 24004
 
mgl@1371
 24005
 # Extract the first word of "gcc", so it can be a program name with args.
mgl@1371
 24006
 set dummy gcc; ac_word=$2
mgl@1371
 24007
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24008
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24009
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24010
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24011
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
 24012
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24013
 else
mgl@1371
 24014
@@ -2234,30 +2753,32 @@
mgl@1371
 24015
   IFS=$as_save_IFS
mgl@1371
 24016
   test -z "$as_dir" && as_dir=.
mgl@1371
 24017
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24018
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24019
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24020
     ac_cv_prog_CC="gcc"
mgl@1371
 24021
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24022
     break 2
mgl@1371
 24023
   fi
mgl@1371
 24024
 done
mgl@1371
 24025
 done
mgl@1371
 24026
+IFS=$as_save_IFS
mgl@1371
 24027
 
mgl@1371
 24028
 fi
mgl@1371
 24029
 fi
mgl@1371
 24030
 CC=$ac_cv_prog_CC
mgl@1371
 24031
 if test -n "$CC"; then
mgl@1371
 24032
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 24033
-echo "${ECHO_T}$CC" >&6
mgl@1371
 24034
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 24035
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
 24036
 else
mgl@1371
 24037
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24038
-echo "${ECHO_T}no" >&6
mgl@1371
 24039
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24040
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24041
 fi
mgl@1371
 24042
 
mgl@1371
 24043
 
mgl@1371
 24044
+
mgl@1371
 24045
 depcc="$CC"   am_compiler_list=
mgl@1371
 24046
 
mgl@1371
 24047
-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
mgl@1371
 24048
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
mgl@1371
 24049
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
mgl@1371
 24050
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
mgl@1371
 24051
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
mgl@1371
 24052
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24053
 else
mgl@1371
 24054
@@ -2346,8 +2867,8 @@
mgl@1371
 24055
 fi
mgl@1371
 24056
 
mgl@1371
 24057
 fi
mgl@1371
 24058
-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
mgl@1371
 24059
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
mgl@1371
 24060
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
mgl@1371
 24061
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
mgl@1371
 24062
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
mgl@1371
 24063
 
mgl@1371
 24064
 
mgl@1371
 24065
@@ -2366,8 +2887,8 @@
mgl@1371
 24066
 if test -z "$CC"; then
mgl@1371
 24067
   # Extract the first word of "cc", so it can be a program name with args.
mgl@1371
 24068
 set dummy cc; ac_word=$2
mgl@1371
 24069
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24070
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24071
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24072
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24073
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
 24074
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24075
 else
mgl@1371
 24076
@@ -2381,7 +2902,7 @@
mgl@1371
 24077
   IFS=$as_save_IFS
mgl@1371
 24078
   test -z "$as_dir" && as_dir=.
mgl@1371
 24079
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24080
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24081
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24082
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
mgl@1371
 24083
        ac_prog_rejected=yes
mgl@1371
 24084
        continue
mgl@1371
 24085
@@ -2392,6 +2913,7 @@
mgl@1371
 24086
   fi
mgl@1371
 24087
 done
mgl@1371
 24088
 done
mgl@1371
 24089
+IFS=$as_save_IFS
mgl@1371
 24090
 
mgl@1371
 24091
 if test $ac_prog_rejected = yes; then
mgl@1371
 24092
   # We found a bogon in the path, so make sure we never use it.
mgl@1371
 24093
@@ -2409,20 +2931,21 @@
mgl@1371
 24094
 fi
mgl@1371
 24095
 CC=$ac_cv_prog_CC
mgl@1371
 24096
 if test -n "$CC"; then
mgl@1371
 24097
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 24098
-echo "${ECHO_T}$CC" >&6
mgl@1371
 24099
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 24100
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
 24101
 else
mgl@1371
 24102
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24103
-echo "${ECHO_T}no" >&6
mgl@1371
 24104
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24105
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24106
 fi
mgl@1371
 24107
 
mgl@1371
 24108
+
mgl@1371
 24109
   test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
mgl@1371
 24110
 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
mgl@1371
 24111
    { (exit 1); exit 1; }; }
mgl@1371
 24112
 fi
mgl@1371
 24113
 
mgl@1371
 24114
-echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
mgl@1371
 24115
-echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
mgl@1371
 24116
+{ echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
mgl@1371
 24117
+echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6; }
mgl@1371
 24118
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
mgl@1371
 24119
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24120
 else
mgl@1371
 24121
@@ -2442,8 +2965,8 @@
mgl@1371
 24122
   ac_cv_c_compiler_gnu=no
mgl@1371
 24123
 fi
mgl@1371
 24124
 fi
mgl@1371
 24125
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
mgl@1371
 24126
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
mgl@1371
 24127
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
mgl@1371
 24128
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
mgl@1371
 24129
 
mgl@1371
 24130
 if test $ac_cv_c_compiler_gnu = yes; then
mgl@1371
 24131
   GCC=yes
mgl@1371
 24132
@@ -2452,13 +2975,16 @@
mgl@1371
 24133
   CFLAGS=
mgl@1371
 24134
   ac_test_CFLAGS=${CFLAGS+set}
mgl@1371
 24135
 ac_save_CFLAGS=$CFLAGS
mgl@1371
 24136
-CFLAGS="-g"
mgl@1371
 24137
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
mgl@1371
 24138
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
mgl@1371
 24139
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
mgl@1371
 24140
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
mgl@1371
 24141
 if test "${ac_cv_prog_cc_g+set}" = set; then
mgl@1371
 24142
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24143
 else
mgl@1371
 24144
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 24145
+  ac_save_c_werror_flag=$ac_c_werror_flag
mgl@1371
 24146
+   ac_c_werror_flag=yes
mgl@1371
 24147
+   ac_cv_prog_cc_g=no
mgl@1371
 24148
+   CFLAGS="-g"
mgl@1371
 24149
+   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 24150
 /* confdefs.h.  */
mgl@1371
 24151
 _ACEOF
mgl@1371
 24152
 cat confdefs.h >>conftest.$ac_ext
mgl@1371
 24153
@@ -2474,38 +3000,118 @@
mgl@1371
 24154
 }
mgl@1371
 24155
 _ACEOF
mgl@1371
 24156
 rm -f conftest.$ac_objext
mgl@1371
 24157
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 24158
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 24159
+if { (ac_try="$ac_compile"
mgl@1371
 24160
+case "(($ac_try" in
mgl@1371
 24161
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 24162
+  *) ac_try_echo=$ac_try;;
mgl@1371
 24163
+esac
mgl@1371
 24164
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 24165
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 24166
   ac_status=$?
mgl@1371
 24167
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 24168
   rm -f conftest.er1
mgl@1371
 24169
   cat conftest.err >&5
mgl@1371
 24170
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 24171
-  (exit $ac_status); } &&
mgl@1371
 24172
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 24173
-			 || test ! -s conftest.err'
mgl@1371
 24174
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 24175
-  (eval $ac_try) 2>&5
mgl@1371
 24176
+  (exit $ac_status); } && {
mgl@1371
 24177
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 24178
+	 test ! -s conftest.err
mgl@1371
 24179
+       } && test -s conftest.$ac_objext; then
mgl@1371
 24180
+  ac_cv_prog_cc_g=yes
mgl@1371
 24181
+else
mgl@1371
 24182
+  echo "$as_me: failed program was:" >&5
mgl@1371
 24183
+sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 24184
+
mgl@1371
 24185
+	CFLAGS=""
mgl@1371
 24186
+      cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 24187
+/* confdefs.h.  */
mgl@1371
 24188
+_ACEOF
mgl@1371
 24189
+cat confdefs.h >>conftest.$ac_ext
mgl@1371
 24190
+cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 24191
+/* end confdefs.h.  */
mgl@1371
 24192
+
mgl@1371
 24193
+int
mgl@1371
 24194
+main ()
mgl@1371
 24195
+{
mgl@1371
 24196
+
mgl@1371
 24197
+  ;
mgl@1371
 24198
+  return 0;
mgl@1371
 24199
+}
mgl@1371
 24200
+_ACEOF
mgl@1371
 24201
+rm -f conftest.$ac_objext
mgl@1371
 24202
+if { (ac_try="$ac_compile"
mgl@1371
 24203
+case "(($ac_try" in
mgl@1371
 24204
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 24205
+  *) ac_try_echo=$ac_try;;
mgl@1371
 24206
+esac
mgl@1371
 24207
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 24208
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 24209
   ac_status=$?
mgl@1371
 24210
+  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 24211
+  rm -f conftest.er1
mgl@1371
 24212
+  cat conftest.err >&5
mgl@1371
 24213
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 24214
-  (exit $ac_status); }; } &&
mgl@1371
 24215
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 24216
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 24217
-  (eval $ac_try) 2>&5
mgl@1371
 24218
+  (exit $ac_status); } && {
mgl@1371
 24219
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 24220
+	 test ! -s conftest.err
mgl@1371
 24221
+       } && test -s conftest.$ac_objext; then
mgl@1371
 24222
+  :
mgl@1371
 24223
+else
mgl@1371
 24224
+  echo "$as_me: failed program was:" >&5
mgl@1371
 24225
+sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 24226
+
mgl@1371
 24227
+	ac_c_werror_flag=$ac_save_c_werror_flag
mgl@1371
 24228
+	 CFLAGS="-g"
mgl@1371
 24229
+	 cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 24230
+/* confdefs.h.  */
mgl@1371
 24231
+_ACEOF
mgl@1371
 24232
+cat confdefs.h >>conftest.$ac_ext
mgl@1371
 24233
+cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 24234
+/* end confdefs.h.  */
mgl@1371
 24235
+
mgl@1371
 24236
+int
mgl@1371
 24237
+main ()
mgl@1371
 24238
+{
mgl@1371
 24239
+
mgl@1371
 24240
+  ;
mgl@1371
 24241
+  return 0;
mgl@1371
 24242
+}
mgl@1371
 24243
+_ACEOF
mgl@1371
 24244
+rm -f conftest.$ac_objext
mgl@1371
 24245
+if { (ac_try="$ac_compile"
mgl@1371
 24246
+case "(($ac_try" in
mgl@1371
 24247
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 24248
+  *) ac_try_echo=$ac_try;;
mgl@1371
 24249
+esac
mgl@1371
 24250
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 24251
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 24252
   ac_status=$?
mgl@1371
 24253
+  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 24254
+  rm -f conftest.er1
mgl@1371
 24255
+  cat conftest.err >&5
mgl@1371
 24256
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 24257
-  (exit $ac_status); }; }; then
mgl@1371
 24258
+  (exit $ac_status); } && {
mgl@1371
 24259
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 24260
+	 test ! -s conftest.err
mgl@1371
 24261
+       } && test -s conftest.$ac_objext; then
mgl@1371
 24262
   ac_cv_prog_cc_g=yes
mgl@1371
 24263
 else
mgl@1371
 24264
   echo "$as_me: failed program was:" >&5
mgl@1371
 24265
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 24266
 
mgl@1371
 24267
-ac_cv_prog_cc_g=no
mgl@1371
 24268
+
mgl@1371
 24269
+fi
mgl@1371
 24270
+
mgl@1371
 24271
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 24272
+fi
mgl@1371
 24273
+
mgl@1371
 24274
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 24275
 fi
mgl@1371
 24276
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 24277
+
mgl@1371
 24278
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 24279
+   ac_c_werror_flag=$ac_save_c_werror_flag
mgl@1371
 24280
 fi
mgl@1371
 24281
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
mgl@1371
 24282
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
mgl@1371
 24283
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
mgl@1371
 24284
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
mgl@1371
 24285
 if test "$ac_test_CFLAGS" = set; then
mgl@1371
 24286
   CFLAGS=$ac_save_CFLAGS
mgl@1371
 24287
 elif test $ac_cv_prog_cc_g = yes; then
mgl@1371
 24288
@@ -2537,8 +3143,8 @@
mgl@1371
 24289
 if test -n "$ac_tool_prefix"; then
mgl@1371
 24290
   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
mgl@1371
 24291
 set dummy ${ac_tool_prefix}as; ac_word=$2
mgl@1371
 24292
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24293
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24294
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24295
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24296
 if test "${ac_cv_prog_AS+set}" = set; then
mgl@1371
 24297
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24298
 else
mgl@1371
 24299
@@ -2551,32 +3157,34 @@
mgl@1371
 24300
   IFS=$as_save_IFS
mgl@1371
 24301
   test -z "$as_dir" && as_dir=.
mgl@1371
 24302
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24303
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24304
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24305
     ac_cv_prog_AS="${ac_tool_prefix}as"
mgl@1371
 24306
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24307
     break 2
mgl@1371
 24308
   fi
mgl@1371
 24309
 done
mgl@1371
 24310
 done
mgl@1371
 24311
+IFS=$as_save_IFS
mgl@1371
 24312
 
mgl@1371
 24313
 fi
mgl@1371
 24314
 fi
mgl@1371
 24315
 AS=$ac_cv_prog_AS
mgl@1371
 24316
 if test -n "$AS"; then
mgl@1371
 24317
-  echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
 24318
-echo "${ECHO_T}$AS" >&6
mgl@1371
 24319
+  { echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
 24320
+echo "${ECHO_T}$AS" >&6; }
mgl@1371
 24321
 else
mgl@1371
 24322
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24323
-echo "${ECHO_T}no" >&6
mgl@1371
 24324
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24325
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24326
 fi
mgl@1371
 24327
 
mgl@1371
 24328
+
mgl@1371
 24329
 fi
mgl@1371
 24330
 if test -z "$ac_cv_prog_AS"; then
mgl@1371
 24331
   ac_ct_AS=$AS
mgl@1371
 24332
   # Extract the first word of "as", so it can be a program name with args.
mgl@1371
 24333
 set dummy as; ac_word=$2
mgl@1371
 24334
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24335
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24336
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24337
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24338
 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
mgl@1371
 24339
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24340
 else
mgl@1371
 24341
@@ -2589,26 +3197,41 @@
mgl@1371
 24342
   IFS=$as_save_IFS
mgl@1371
 24343
   test -z "$as_dir" && as_dir=.
mgl@1371
 24344
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24345
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24346
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24347
     ac_cv_prog_ac_ct_AS="as"
mgl@1371
 24348
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24349
     break 2
mgl@1371
 24350
   fi
mgl@1371
 24351
 done
mgl@1371
 24352
 done
mgl@1371
 24353
+IFS=$as_save_IFS
mgl@1371
 24354
 
mgl@1371
 24355
 fi
mgl@1371
 24356
 fi
mgl@1371
 24357
 ac_ct_AS=$ac_cv_prog_ac_ct_AS
mgl@1371
 24358
 if test -n "$ac_ct_AS"; then
mgl@1371
 24359
-  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
 24360
-echo "${ECHO_T}$ac_ct_AS" >&6
mgl@1371
 24361
+  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
 24362
+echo "${ECHO_T}$ac_ct_AS" >&6; }
mgl@1371
 24363
 else
mgl@1371
 24364
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24365
-echo "${ECHO_T}no" >&6
mgl@1371
 24366
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24367
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24368
 fi
mgl@1371
 24369
 
mgl@1371
 24370
-  AS=$ac_ct_AS
mgl@1371
 24371
+  if test "x$ac_ct_AS" = x; then
mgl@1371
 24372
+    AS=""
mgl@1371
 24373
+  else
mgl@1371
 24374
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 24375
+yes:)
mgl@1371
 24376
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24377
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24378
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 24379
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24380
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24381
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 24382
+ac_tool_warned=yes ;;
mgl@1371
 24383
+esac
mgl@1371
 24384
+    AS=$ac_ct_AS
mgl@1371
 24385
+  fi
mgl@1371
 24386
 else
mgl@1371
 24387
   AS="$ac_cv_prog_AS"
mgl@1371
 24388
 fi
mgl@1371
 24389
@@ -2616,8 +3239,8 @@
mgl@1371
 24390
 if test -n "$ac_tool_prefix"; then
mgl@1371
 24391
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
mgl@1371
 24392
 set dummy ${ac_tool_prefix}ar; ac_word=$2
mgl@1371
 24393
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24394
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24395
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24396
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24397
 if test "${ac_cv_prog_AR+set}" = set; then
mgl@1371
 24398
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24399
 else
mgl@1371
 24400
@@ -2630,32 +3253,34 @@
mgl@1371
 24401
   IFS=$as_save_IFS
mgl@1371
 24402
   test -z "$as_dir" && as_dir=.
mgl@1371
 24403
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24404
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24405
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24406
     ac_cv_prog_AR="${ac_tool_prefix}ar"
mgl@1371
 24407
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24408
     break 2
mgl@1371
 24409
   fi
mgl@1371
 24410
 done
mgl@1371
 24411
 done
mgl@1371
 24412
+IFS=$as_save_IFS
mgl@1371
 24413
 
mgl@1371
 24414
 fi
mgl@1371
 24415
 fi
mgl@1371
 24416
 AR=$ac_cv_prog_AR
mgl@1371
 24417
 if test -n "$AR"; then
mgl@1371
 24418
-  echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
 24419
-echo "${ECHO_T}$AR" >&6
mgl@1371
 24420
+  { echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
 24421
+echo "${ECHO_T}$AR" >&6; }
mgl@1371
 24422
 else
mgl@1371
 24423
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24424
-echo "${ECHO_T}no" >&6
mgl@1371
 24425
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24426
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24427
 fi
mgl@1371
 24428
 
mgl@1371
 24429
+
mgl@1371
 24430
 fi
mgl@1371
 24431
 if test -z "$ac_cv_prog_AR"; then
mgl@1371
 24432
   ac_ct_AR=$AR
mgl@1371
 24433
   # Extract the first word of "ar", so it can be a program name with args.
mgl@1371
 24434
 set dummy ar; ac_word=$2
mgl@1371
 24435
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24436
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24437
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24438
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24439
 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
mgl@1371
 24440
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24441
 else
mgl@1371
 24442
@@ -2668,26 +3293,41 @@
mgl@1371
 24443
   IFS=$as_save_IFS
mgl@1371
 24444
   test -z "$as_dir" && as_dir=.
mgl@1371
 24445
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24446
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24447
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24448
     ac_cv_prog_ac_ct_AR="ar"
mgl@1371
 24449
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24450
     break 2
mgl@1371
 24451
   fi
mgl@1371
 24452
 done
mgl@1371
 24453
 done
mgl@1371
 24454
+IFS=$as_save_IFS
mgl@1371
 24455
 
mgl@1371
 24456
 fi
mgl@1371
 24457
 fi
mgl@1371
 24458
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
mgl@1371
 24459
 if test -n "$ac_ct_AR"; then
mgl@1371
 24460
-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
 24461
-echo "${ECHO_T}$ac_ct_AR" >&6
mgl@1371
 24462
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
 24463
+echo "${ECHO_T}$ac_ct_AR" >&6; }
mgl@1371
 24464
 else
mgl@1371
 24465
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24466
-echo "${ECHO_T}no" >&6
mgl@1371
 24467
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24468
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24469
 fi
mgl@1371
 24470
 
mgl@1371
 24471
-  AR=$ac_ct_AR
mgl@1371
 24472
+  if test "x$ac_ct_AR" = x; then
mgl@1371
 24473
+    AR=""
mgl@1371
 24474
+  else
mgl@1371
 24475
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 24476
+yes:)
mgl@1371
 24477
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24478
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24479
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 24480
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24481
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24482
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 24483
+ac_tool_warned=yes ;;
mgl@1371
 24484
+esac
mgl@1371
 24485
+    AR=$ac_ct_AR
mgl@1371
 24486
+  fi
mgl@1371
 24487
 else
mgl@1371
 24488
   AR="$ac_cv_prog_AR"
mgl@1371
 24489
 fi
mgl@1371
 24490
@@ -2695,8 +3335,8 @@
mgl@1371
 24491
 if test -n "$ac_tool_prefix"; then
mgl@1371
 24492
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
mgl@1371
 24493
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
mgl@1371
 24494
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24495
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24496
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24497
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24498
 if test "${ac_cv_prog_RANLIB+set}" = set; then
mgl@1371
 24499
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24500
 else
mgl@1371
 24501
@@ -2709,32 +3349,34 @@
mgl@1371
 24502
   IFS=$as_save_IFS
mgl@1371
 24503
   test -z "$as_dir" && as_dir=.
mgl@1371
 24504
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24505
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24506
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24507
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
mgl@1371
 24508
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24509
     break 2
mgl@1371
 24510
   fi
mgl@1371
 24511
 done
mgl@1371
 24512
 done
mgl@1371
 24513
+IFS=$as_save_IFS
mgl@1371
 24514
 
mgl@1371
 24515
 fi
mgl@1371
 24516
 fi
mgl@1371
 24517
 RANLIB=$ac_cv_prog_RANLIB
mgl@1371
 24518
 if test -n "$RANLIB"; then
mgl@1371
 24519
-  echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
 24520
-echo "${ECHO_T}$RANLIB" >&6
mgl@1371
 24521
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
 24522
+echo "${ECHO_T}$RANLIB" >&6; }
mgl@1371
 24523
 else
mgl@1371
 24524
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24525
-echo "${ECHO_T}no" >&6
mgl@1371
 24526
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24527
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24528
 fi
mgl@1371
 24529
 
mgl@1371
 24530
+
mgl@1371
 24531
 fi
mgl@1371
 24532
 if test -z "$ac_cv_prog_RANLIB"; then
mgl@1371
 24533
   ac_ct_RANLIB=$RANLIB
mgl@1371
 24534
   # Extract the first word of "ranlib", so it can be a program name with args.
mgl@1371
 24535
 set dummy ranlib; ac_word=$2
mgl@1371
 24536
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24537
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24538
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24539
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24540
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
mgl@1371
 24541
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24542
 else
mgl@1371
 24543
@@ -2747,27 +3389,41 @@
mgl@1371
 24544
   IFS=$as_save_IFS
mgl@1371
 24545
   test -z "$as_dir" && as_dir=.
mgl@1371
 24546
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24547
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24548
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24549
     ac_cv_prog_ac_ct_RANLIB="ranlib"
mgl@1371
 24550
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24551
     break 2
mgl@1371
 24552
   fi
mgl@1371
 24553
 done
mgl@1371
 24554
 done
mgl@1371
 24555
+IFS=$as_save_IFS
mgl@1371
 24556
 
mgl@1371
 24557
-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
mgl@1371
 24558
 fi
mgl@1371
 24559
 fi
mgl@1371
 24560
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
mgl@1371
 24561
 if test -n "$ac_ct_RANLIB"; then
mgl@1371
 24562
-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
 24563
-echo "${ECHO_T}$ac_ct_RANLIB" >&6
mgl@1371
 24564
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
 24565
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
mgl@1371
 24566
 else
mgl@1371
 24567
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24568
-echo "${ECHO_T}no" >&6
mgl@1371
 24569
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24570
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24571
 fi
mgl@1371
 24572
 
mgl@1371
 24573
-  RANLIB=$ac_ct_RANLIB
mgl@1371
 24574
+  if test "x$ac_ct_RANLIB" = x; then
mgl@1371
 24575
+    RANLIB=":"
mgl@1371
 24576
+  else
mgl@1371
 24577
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 24578
+yes:)
mgl@1371
 24579
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24580
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24581
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 24582
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24583
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24584
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 24585
+ac_tool_warned=yes ;;
mgl@1371
 24586
+esac
mgl@1371
 24587
+    RANLIB=$ac_ct_RANLIB
mgl@1371
 24588
+  fi
mgl@1371
 24589
 else
mgl@1371
 24590
   RANLIB="$ac_cv_prog_RANLIB"
mgl@1371
 24591
 fi
mgl@1371
 24592
@@ -2775,8 +3431,8 @@
mgl@1371
 24593
 if test -n "$ac_tool_prefix"; then
mgl@1371
 24594
   # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
mgl@1371
 24595
 set dummy ${ac_tool_prefix}readelf; ac_word=$2
mgl@1371
 24596
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24597
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24598
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24599
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24600
 if test "${ac_cv_prog_READELF+set}" = set; then
mgl@1371
 24601
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24602
 else
mgl@1371
 24603
@@ -2789,32 +3445,34 @@
mgl@1371
 24604
   IFS=$as_save_IFS
mgl@1371
 24605
   test -z "$as_dir" && as_dir=.
mgl@1371
 24606
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24607
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24608
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24609
     ac_cv_prog_READELF="${ac_tool_prefix}readelf"
mgl@1371
 24610
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24611
     break 2
mgl@1371
 24612
   fi
mgl@1371
 24613
 done
mgl@1371
 24614
 done
mgl@1371
 24615
+IFS=$as_save_IFS
mgl@1371
 24616
 
mgl@1371
 24617
 fi
mgl@1371
 24618
 fi
mgl@1371
 24619
 READELF=$ac_cv_prog_READELF
mgl@1371
 24620
 if test -n "$READELF"; then
mgl@1371
 24621
-  echo "$as_me:$LINENO: result: $READELF" >&5
mgl@1371
 24622
-echo "${ECHO_T}$READELF" >&6
mgl@1371
 24623
+  { echo "$as_me:$LINENO: result: $READELF" >&5
mgl@1371
 24624
+echo "${ECHO_T}$READELF" >&6; }
mgl@1371
 24625
 else
mgl@1371
 24626
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24627
-echo "${ECHO_T}no" >&6
mgl@1371
 24628
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24629
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24630
 fi
mgl@1371
 24631
 
mgl@1371
 24632
+
mgl@1371
 24633
 fi
mgl@1371
 24634
 if test -z "$ac_cv_prog_READELF"; then
mgl@1371
 24635
   ac_ct_READELF=$READELF
mgl@1371
 24636
   # Extract the first word of "readelf", so it can be a program name with args.
mgl@1371
 24637
 set dummy readelf; ac_word=$2
mgl@1371
 24638
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24639
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24640
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24641
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24642
 if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then
mgl@1371
 24643
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24644
 else
mgl@1371
 24645
@@ -2827,27 +3485,41 @@
mgl@1371
 24646
   IFS=$as_save_IFS
mgl@1371
 24647
   test -z "$as_dir" && as_dir=.
mgl@1371
 24648
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24649
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24650
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24651
     ac_cv_prog_ac_ct_READELF="readelf"
mgl@1371
 24652
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24653
     break 2
mgl@1371
 24654
   fi
mgl@1371
 24655
 done
mgl@1371
 24656
 done
mgl@1371
 24657
+IFS=$as_save_IFS
mgl@1371
 24658
 
mgl@1371
 24659
-  test -z "$ac_cv_prog_ac_ct_READELF" && ac_cv_prog_ac_ct_READELF=":"
mgl@1371
 24660
 fi
mgl@1371
 24661
 fi
mgl@1371
 24662
 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
mgl@1371
 24663
 if test -n "$ac_ct_READELF"; then
mgl@1371
 24664
-  echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
mgl@1371
 24665
-echo "${ECHO_T}$ac_ct_READELF" >&6
mgl@1371
 24666
+  { echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
mgl@1371
 24667
+echo "${ECHO_T}$ac_ct_READELF" >&6; }
mgl@1371
 24668
 else
mgl@1371
 24669
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24670
-echo "${ECHO_T}no" >&6
mgl@1371
 24671
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24672
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24673
 fi
mgl@1371
 24674
 
mgl@1371
 24675
-  READELF=$ac_ct_READELF
mgl@1371
 24676
+  if test "x$ac_ct_READELF" = x; then
mgl@1371
 24677
+    READELF=":"
mgl@1371
 24678
+  else
mgl@1371
 24679
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 24680
+yes:)
mgl@1371
 24681
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24682
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24683
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 24684
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24685
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24686
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 24687
+ac_tool_warned=yes ;;
mgl@1371
 24688
+esac
mgl@1371
 24689
+    READELF=$ac_ct_READELF
mgl@1371
 24690
+  fi
mgl@1371
 24691
 else
mgl@1371
 24692
   READELF="$ac_cv_prog_READELF"
mgl@1371
 24693
 fi
mgl@1371
 24694
@@ -2866,8 +3538,8 @@
mgl@1371
 24695
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
mgl@1371
 24696
 # OS/2's system install, which has a completely different semantic
mgl@1371
 24697
 # ./install, which can be erroneously created by make from ./install.sh.
mgl@1371
 24698
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
 24699
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
mgl@1371
 24700
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
mgl@1371
 24701
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
mgl@1371
 24702
 if test -z "$INSTALL"; then
mgl@1371
 24703
 if test "${ac_cv_path_install+set}" = set; then
mgl@1371
 24704
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24705
@@ -2889,7 +3561,7 @@
mgl@1371
 24706
     # by default.
mgl@1371
 24707
     for ac_prog in ginstall scoinst install; do
mgl@1371
 24708
       for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24709
-	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
mgl@1371
 24710
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
mgl@1371
 24711
 	  if test $ac_prog = install &&
mgl@1371
 24712
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
mgl@1371
 24713
 	    # AIX install.  It has an incompatible calling convention.
mgl@1371
 24714
@@ -2908,21 +3580,22 @@
mgl@1371
 24715
     ;;
mgl@1371
 24716
 esac
mgl@1371
 24717
 done
mgl@1371
 24718
+IFS=$as_save_IFS
mgl@1371
 24719
 
mgl@1371
 24720
 
mgl@1371
 24721
 fi
mgl@1371
 24722
   if test "${ac_cv_path_install+set}" = set; then
mgl@1371
 24723
     INSTALL=$ac_cv_path_install
mgl@1371
 24724
   else
mgl@1371
 24725
-    # As a last resort, use the slow shell script.  We don't cache a
mgl@1371
 24726
-    # path for INSTALL within a source directory, because that will
mgl@1371
 24727
+    # As a last resort, use the slow shell script.  Don't cache a
mgl@1371
 24728
+    # value for INSTALL within a source directory, because that will
mgl@1371
 24729
     # break other packages using the cache if that directory is
mgl@1371
 24730
-    # removed, or if the path is relative.
mgl@1371
 24731
+    # removed, or if the value is a relative name.
mgl@1371
 24732
     INSTALL=$ac_install_sh
mgl@1371
 24733
   fi
mgl@1371
 24734
 fi
mgl@1371
 24735
-echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
 24736
-echo "${ECHO_T}$INSTALL" >&6
mgl@1371
 24737
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
mgl@1371
 24738
+echo "${ECHO_T}$INSTALL" >&6; }
mgl@1371
 24739
 
mgl@1371
 24740
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
mgl@1371
 24741
 # It thinks the first close brace ends the variable substitution.
mgl@1371
 24742
@@ -2936,17 +3609,17 @@
mgl@1371
 24743
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
mgl@1371
 24744
 ac_given_INSTALL=$INSTALL
mgl@1371
 24745
 
mgl@1371
 24746
-echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
mgl@1371
 24747
-echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
mgl@1371
 24748
-    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
mgl@1371
 24749
+{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
mgl@1371
 24750
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
mgl@1371
 24751
+    # Check whether --enable-maintainer-mode was given.
mgl@1371
 24752
 if test "${enable_maintainer_mode+set}" = set; then
mgl@1371
 24753
-  enableval="$enable_maintainer_mode"
mgl@1371
 24754
-  USE_MAINTAINER_MODE=$enableval
mgl@1371
 24755
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
mgl@1371
 24756
 else
mgl@1371
 24757
   USE_MAINTAINER_MODE=no
mgl@1371
 24758
-fi;
mgl@1371
 24759
-  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
mgl@1371
 24760
-echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
mgl@1371
 24761
+fi
mgl@1371
 24762
+
mgl@1371
 24763
+  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
mgl@1371
 24764
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
mgl@1371
 24765
 
mgl@1371
 24766
 
mgl@1371
 24767
 if test $USE_MAINTAINER_MODE = yes; then
mgl@1371
 24768
@@ -3066,64 +3739,89 @@
mgl@1371
 24769
 
mgl@1371
 24770
 
mgl@1371
 24771
 
mgl@1371
 24772
-echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
mgl@1371
 24773
-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
mgl@1371
 24774
-if test "${lt_cv_path_SED+set}" = set; then
mgl@1371
 24775
+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
mgl@1371
 24776
+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
mgl@1371
 24777
+if test "${ac_cv_path_SED+set}" = set; then
mgl@1371
 24778
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24779
+else
mgl@1371
 24780
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
mgl@1371
 24781
+     for ac_i in 1 2 3 4 5 6 7; do
mgl@1371
 24782
+       ac_script="$ac_script$as_nl$ac_script"
mgl@1371
 24783
+     done
mgl@1371
 24784
+     echo "$ac_script" | sed 99q >conftest.sed
mgl@1371
 24785
+     $as_unset ac_script || ac_script=
mgl@1371
 24786
+     # Extract the first word of "sed gsed" to use in msg output
mgl@1371
 24787
+if test -z "$SED"; then
mgl@1371
 24788
+set dummy sed gsed; ac_prog_name=$2
mgl@1371
 24789
+if test "${ac_cv_path_SED+set}" = set; then
mgl@1371
 24790
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24791
 else
mgl@1371
 24792
-  # Loop through the user's path and test for sed and gsed.
mgl@1371
 24793
-# Then use that list of sed's as ones to test for truncation.
mgl@1371
 24794
+  ac_path_SED_found=false
mgl@1371
 24795
+# Loop through the user's path and test for each of PROGNAME-LIST
mgl@1371
 24796
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 24797
 for as_dir in $PATH
mgl@1371
 24798
 do
mgl@1371
 24799
   IFS=$as_save_IFS
mgl@1371
 24800
   test -z "$as_dir" && as_dir=.
mgl@1371
 24801
-  for lt_ac_prog in sed gsed; do
mgl@1371
 24802
-    for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24803
-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
mgl@1371
 24804
-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
mgl@1371
 24805
-      fi
mgl@1371
 24806
-    done
mgl@1371
 24807
-  done
mgl@1371
 24808
-done
mgl@1371
 24809
-IFS=$as_save_IFS
mgl@1371
 24810
-lt_ac_max=0
mgl@1371
 24811
-lt_ac_count=0
mgl@1371
 24812
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
mgl@1371
 24813
-# along with /bin/sed that truncates output.
mgl@1371
 24814
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
mgl@1371
 24815
-  test ! -f $lt_ac_sed && continue
mgl@1371
 24816
-  cat /dev/null > conftest.in
mgl@1371
 24817
-  lt_ac_count=0
mgl@1371
 24818
-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
mgl@1371
 24819
-  # Check for GNU sed and select it if it is found.
mgl@1371
 24820
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
mgl@1371
 24821
-    lt_cv_path_SED=$lt_ac_sed
mgl@1371
 24822
-    break
mgl@1371
 24823
-  fi
mgl@1371
 24824
-  while true; do
mgl@1371
 24825
-    cat conftest.in conftest.in >conftest.tmp
mgl@1371
 24826
-    mv conftest.tmp conftest.in
mgl@1371
 24827
-    cp conftest.in conftest.nl
mgl@1371
 24828
-    echo >>conftest.nl
mgl@1371
 24829
-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
mgl@1371
 24830
-    cmp -s conftest.out conftest.nl || break
mgl@1371
 24831
-    # 10000 chars as input seems more than enough
mgl@1371
 24832
-    test $lt_ac_count -gt 10 && break
mgl@1371
 24833
-    lt_ac_count=`expr $lt_ac_count + 1`
mgl@1371
 24834
-    if test $lt_ac_count -gt $lt_ac_max; then
mgl@1371
 24835
-      lt_ac_max=$lt_ac_count
mgl@1371
 24836
-      lt_cv_path_SED=$lt_ac_sed
mgl@1371
 24837
+  for ac_prog in sed gsed; do
mgl@1371
 24838
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24839
+    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
mgl@1371
 24840
+    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
mgl@1371
 24841
+    # Check for GNU ac_path_SED and select it if it is found.
mgl@1371
 24842
+  # Check for GNU $ac_path_SED
mgl@1371
 24843
+case `"$ac_path_SED" --version 2>&1` in
mgl@1371
 24844
+*GNU*)
mgl@1371
 24845
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
mgl@1371
 24846
+*)
mgl@1371
 24847
+  ac_count=0
mgl@1371
 24848
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
mgl@1371
 24849
+  while :
mgl@1371
 24850
+  do
mgl@1371
 24851
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
mgl@1371
 24852
+    mv "conftest.tmp" "conftest.in"
mgl@1371
 24853
+    cp "conftest.in" "conftest.nl"
mgl@1371
 24854
+    echo '' >> "conftest.nl"
mgl@1371
 24855
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
mgl@1371
 24856
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
mgl@1371
 24857
+    ac_count=`expr $ac_count + 1`
mgl@1371
 24858
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
mgl@1371
 24859
+      # Best one so far, save it but keep looking for a better one
mgl@1371
 24860
+      ac_cv_path_SED="$ac_path_SED"
mgl@1371
 24861
+      ac_path_SED_max=$ac_count
mgl@1371
 24862
     fi
mgl@1371
 24863
+    # 10*(2^10) chars as input seems more than enough
mgl@1371
 24864
+    test $ac_count -gt 10 && break
mgl@1371
 24865
+  done
mgl@1371
 24866
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
mgl@1371
 24867
+esac
mgl@1371
 24868
+
mgl@1371
 24869
+
mgl@1371
 24870
+    $ac_path_SED_found && break 3
mgl@1371
 24871
   done
mgl@1371
 24872
 done
mgl@1371
 24873
 
mgl@1371
 24874
+done
mgl@1371
 24875
+IFS=$as_save_IFS
mgl@1371
 24876
+
mgl@1371
 24877
+
mgl@1371
 24878
+fi
mgl@1371
 24879
+
mgl@1371
 24880
+SED="$ac_cv_path_SED"
mgl@1371
 24881
+if test -z "$SED"; then
mgl@1371
 24882
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
mgl@1371
 24883
+echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
mgl@1371
 24884
+   { (exit 1); exit 1; }; }
mgl@1371
 24885
 fi
mgl@1371
 24886
 
mgl@1371
 24887
-SED=$lt_cv_path_SED
mgl@1371
 24888
+else
mgl@1371
 24889
+  ac_cv_path_SED=$SED
mgl@1371
 24890
+fi
mgl@1371
 24891
 
mgl@1371
 24892
-echo "$as_me:$LINENO: result: $SED" >&5
mgl@1371
 24893
-echo "${ECHO_T}$SED" >&6
mgl@1371
 24894
+fi
mgl@1371
 24895
+{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
mgl@1371
 24896
+echo "${ECHO_T}$ac_cv_path_SED" >&6; }
mgl@1371
 24897
+ SED="$ac_cv_path_SED"
mgl@1371
 24898
+  rm -f conftest.sed
mgl@1371
 24899
 
mgl@1371
 24900
 test -z "$SED" && SED=sed
mgl@1371
 24901
 Xsed="$SED -e 1s/^X//"
mgl@1371
 24902
@@ -3146,8 +3844,8 @@
mgl@1371
 24903
   if test -n "$ac_tool_prefix"; then
mgl@1371
 24904
   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
mgl@1371
 24905
 set dummy ${ac_tool_prefix}as; ac_word=$2
mgl@1371
 24906
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24907
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24908
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24909
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24910
 if test "${ac_cv_prog_AS+set}" = set; then
mgl@1371
 24911
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24912
 else
mgl@1371
 24913
@@ -3160,32 +3858,34 @@
mgl@1371
 24914
   IFS=$as_save_IFS
mgl@1371
 24915
   test -z "$as_dir" && as_dir=.
mgl@1371
 24916
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24917
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24918
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24919
     ac_cv_prog_AS="${ac_tool_prefix}as"
mgl@1371
 24920
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24921
     break 2
mgl@1371
 24922
   fi
mgl@1371
 24923
 done
mgl@1371
 24924
 done
mgl@1371
 24925
+IFS=$as_save_IFS
mgl@1371
 24926
 
mgl@1371
 24927
 fi
mgl@1371
 24928
 fi
mgl@1371
 24929
 AS=$ac_cv_prog_AS
mgl@1371
 24930
 if test -n "$AS"; then
mgl@1371
 24931
-  echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
 24932
-echo "${ECHO_T}$AS" >&6
mgl@1371
 24933
+  { echo "$as_me:$LINENO: result: $AS" >&5
mgl@1371
 24934
+echo "${ECHO_T}$AS" >&6; }
mgl@1371
 24935
 else
mgl@1371
 24936
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24937
-echo "${ECHO_T}no" >&6
mgl@1371
 24938
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24939
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24940
 fi
mgl@1371
 24941
 
mgl@1371
 24942
+
mgl@1371
 24943
 fi
mgl@1371
 24944
 if test -z "$ac_cv_prog_AS"; then
mgl@1371
 24945
   ac_ct_AS=$AS
mgl@1371
 24946
   # Extract the first word of "as", so it can be a program name with args.
mgl@1371
 24947
 set dummy as; ac_word=$2
mgl@1371
 24948
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24949
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 24950
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 24951
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 24952
 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
mgl@1371
 24953
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 24954
 else
mgl@1371
 24955
@@ -3198,27 +3898,41 @@
mgl@1371
 24956
   IFS=$as_save_IFS
mgl@1371
 24957
   test -z "$as_dir" && as_dir=.
mgl@1371
 24958
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 24959
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 24960
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 24961
     ac_cv_prog_ac_ct_AS="as"
mgl@1371
 24962
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 24963
     break 2
mgl@1371
 24964
   fi
mgl@1371
 24965
 done
mgl@1371
 24966
 done
mgl@1371
 24967
+IFS=$as_save_IFS
mgl@1371
 24968
 
mgl@1371
 24969
-  test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="false"
mgl@1371
 24970
 fi
mgl@1371
 24971
 fi
mgl@1371
 24972
 ac_ct_AS=$ac_cv_prog_ac_ct_AS
mgl@1371
 24973
 if test -n "$ac_ct_AS"; then
mgl@1371
 24974
-  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
 24975
-echo "${ECHO_T}$ac_ct_AS" >&6
mgl@1371
 24976
+  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
mgl@1371
 24977
+echo "${ECHO_T}$ac_ct_AS" >&6; }
mgl@1371
 24978
 else
mgl@1371
 24979
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24980
-echo "${ECHO_T}no" >&6
mgl@1371
 24981
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 24982
+echo "${ECHO_T}no" >&6; }
mgl@1371
 24983
 fi
mgl@1371
 24984
 
mgl@1371
 24985
-  AS=$ac_ct_AS
mgl@1371
 24986
+  if test "x$ac_ct_AS" = x; then
mgl@1371
 24987
+    AS="false"
mgl@1371
 24988
+  else
mgl@1371
 24989
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 24990
+yes:)
mgl@1371
 24991
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24992
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24993
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 24994
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 24995
+whose name does not start with the host triplet.  If you think this
mgl@1371
 24996
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 24997
+ac_tool_warned=yes ;;
mgl@1371
 24998
+esac
mgl@1371
 24999
+    AS=$ac_ct_AS
mgl@1371
 25000
+  fi
mgl@1371
 25001
 else
mgl@1371
 25002
   AS="$ac_cv_prog_AS"
mgl@1371
 25003
 fi
mgl@1371
 25004
@@ -3226,8 +3940,8 @@
mgl@1371
 25005
   if test -n "$ac_tool_prefix"; then
mgl@1371
 25006
   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
mgl@1371
 25007
 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
mgl@1371
 25008
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25009
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25010
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25011
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25012
 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
mgl@1371
 25013
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25014
 else
mgl@1371
 25015
@@ -3240,32 +3954,34 @@
mgl@1371
 25016
   IFS=$as_save_IFS
mgl@1371
 25017
   test -z "$as_dir" && as_dir=.
mgl@1371
 25018
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25019
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25020
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25021
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
mgl@1371
 25022
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25023
     break 2
mgl@1371
 25024
   fi
mgl@1371
 25025
 done
mgl@1371
 25026
 done
mgl@1371
 25027
+IFS=$as_save_IFS
mgl@1371
 25028
 
mgl@1371
 25029
 fi
mgl@1371
 25030
 fi
mgl@1371
 25031
 DLLTOOL=$ac_cv_prog_DLLTOOL
mgl@1371
 25032
 if test -n "$DLLTOOL"; then
mgl@1371
 25033
-  echo "$as_me:$LINENO: result: $DLLTOOL" >&5
mgl@1371
 25034
-echo "${ECHO_T}$DLLTOOL" >&6
mgl@1371
 25035
+  { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
mgl@1371
 25036
+echo "${ECHO_T}$DLLTOOL" >&6; }
mgl@1371
 25037
 else
mgl@1371
 25038
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25039
-echo "${ECHO_T}no" >&6
mgl@1371
 25040
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25041
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25042
 fi
mgl@1371
 25043
 
mgl@1371
 25044
+
mgl@1371
 25045
 fi
mgl@1371
 25046
 if test -z "$ac_cv_prog_DLLTOOL"; then
mgl@1371
 25047
   ac_ct_DLLTOOL=$DLLTOOL
mgl@1371
 25048
   # Extract the first word of "dlltool", so it can be a program name with args.
mgl@1371
 25049
 set dummy dlltool; ac_word=$2
mgl@1371
 25050
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25051
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25052
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25053
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25054
 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
mgl@1371
 25055
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25056
 else
mgl@1371
 25057
@@ -3278,27 +3994,41 @@
mgl@1371
 25058
   IFS=$as_save_IFS
mgl@1371
 25059
   test -z "$as_dir" && as_dir=.
mgl@1371
 25060
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25061
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25062
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25063
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
mgl@1371
 25064
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25065
     break 2
mgl@1371
 25066
   fi
mgl@1371
 25067
 done
mgl@1371
 25068
 done
mgl@1371
 25069
+IFS=$as_save_IFS
mgl@1371
 25070
 
mgl@1371
 25071
-  test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
mgl@1371
 25072
 fi
mgl@1371
 25073
 fi
mgl@1371
 25074
 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
mgl@1371
 25075
 if test -n "$ac_ct_DLLTOOL"; then
mgl@1371
 25076
-  echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
mgl@1371
 25077
-echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
mgl@1371
 25078
+  { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
mgl@1371
 25079
+echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
mgl@1371
 25080
 else
mgl@1371
 25081
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25082
-echo "${ECHO_T}no" >&6
mgl@1371
 25083
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25084
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25085
 fi
mgl@1371
 25086
 
mgl@1371
 25087
-  DLLTOOL=$ac_ct_DLLTOOL
mgl@1371
 25088
+  if test "x$ac_ct_DLLTOOL" = x; then
mgl@1371
 25089
+    DLLTOOL="false"
mgl@1371
 25090
+  else
mgl@1371
 25091
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 25092
+yes:)
mgl@1371
 25093
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 25094
+whose name does not start with the host triplet.  If you think this
mgl@1371
 25095
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 25096
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 25097
+whose name does not start with the host triplet.  If you think this
mgl@1371
 25098
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 25099
+ac_tool_warned=yes ;;
mgl@1371
 25100
+esac
mgl@1371
 25101
+    DLLTOOL=$ac_ct_DLLTOOL
mgl@1371
 25102
+  fi
mgl@1371
 25103
 else
mgl@1371
 25104
   DLLTOOL="$ac_cv_prog_DLLTOOL"
mgl@1371
 25105
 fi
mgl@1371
 25106
@@ -3306,8 +4036,8 @@
mgl@1371
 25107
   if test -n "$ac_tool_prefix"; then
mgl@1371
 25108
   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
mgl@1371
 25109
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
mgl@1371
 25110
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25111
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25112
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25113
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25114
 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
mgl@1371
 25115
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25116
 else
mgl@1371
 25117
@@ -3320,32 +4050,34 @@
mgl@1371
 25118
   IFS=$as_save_IFS
mgl@1371
 25119
   test -z "$as_dir" && as_dir=.
mgl@1371
 25120
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25121
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25122
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25123
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
mgl@1371
 25124
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25125
     break 2
mgl@1371
 25126
   fi
mgl@1371
 25127
 done
mgl@1371
 25128
 done
mgl@1371
 25129
+IFS=$as_save_IFS
mgl@1371
 25130
 
mgl@1371
 25131
 fi
mgl@1371
 25132
 fi
mgl@1371
 25133
 OBJDUMP=$ac_cv_prog_OBJDUMP
mgl@1371
 25134
 if test -n "$OBJDUMP"; then
mgl@1371
 25135
-  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
mgl@1371
 25136
-echo "${ECHO_T}$OBJDUMP" >&6
mgl@1371
 25137
+  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
mgl@1371
 25138
+echo "${ECHO_T}$OBJDUMP" >&6; }
mgl@1371
 25139
 else
mgl@1371
 25140
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25141
-echo "${ECHO_T}no" >&6
mgl@1371
 25142
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25143
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25144
 fi
mgl@1371
 25145
 
mgl@1371
 25146
+
mgl@1371
 25147
 fi
mgl@1371
 25148
 if test -z "$ac_cv_prog_OBJDUMP"; then
mgl@1371
 25149
   ac_ct_OBJDUMP=$OBJDUMP
mgl@1371
 25150
   # Extract the first word of "objdump", so it can be a program name with args.
mgl@1371
 25151
 set dummy objdump; ac_word=$2
mgl@1371
 25152
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25153
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25154
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25155
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25156
 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
mgl@1371
 25157
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25158
 else
mgl@1371
 25159
@@ -3358,27 +4090,41 @@
mgl@1371
 25160
   IFS=$as_save_IFS
mgl@1371
 25161
   test -z "$as_dir" && as_dir=.
mgl@1371
 25162
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25163
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25164
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25165
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
mgl@1371
 25166
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25167
     break 2
mgl@1371
 25168
   fi
mgl@1371
 25169
 done
mgl@1371
 25170
 done
mgl@1371
 25171
+IFS=$as_save_IFS
mgl@1371
 25172
 
mgl@1371
 25173
-  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
mgl@1371
 25174
 fi
mgl@1371
 25175
 fi
mgl@1371
 25176
 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
mgl@1371
 25177
 if test -n "$ac_ct_OBJDUMP"; then
mgl@1371
 25178
-  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
mgl@1371
 25179
-echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
mgl@1371
 25180
+  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
mgl@1371
 25181
+echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
mgl@1371
 25182
 else
mgl@1371
 25183
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25184
-echo "${ECHO_T}no" >&6
mgl@1371
 25185
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25186
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25187
 fi
mgl@1371
 25188
 
mgl@1371
 25189
-  OBJDUMP=$ac_ct_OBJDUMP
mgl@1371
 25190
+  if test "x$ac_ct_OBJDUMP" = x; then
mgl@1371
 25191
+    OBJDUMP="false"
mgl@1371
 25192
+  else
mgl@1371
 25193
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 25194
+yes:)
mgl@1371
 25195
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 25196
+whose name does not start with the host triplet.  If you think this
mgl@1371
 25197
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 25198
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 25199
+whose name does not start with the host triplet.  If you think this
mgl@1371
 25200
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 25201
+ac_tool_warned=yes ;;
mgl@1371
 25202
+esac
mgl@1371
 25203
+    OBJDUMP=$ac_ct_OBJDUMP
mgl@1371
 25204
+  fi
mgl@1371
 25205
 else
mgl@1371
 25206
   OBJDUMP="$ac_cv_prog_OBJDUMP"
mgl@1371
 25207
 fi
mgl@1371
 25208
@@ -3439,8 +4185,8 @@
mgl@1371
 25209
 if test -n "$ac_tool_prefix"; then
mgl@1371
 25210
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
mgl@1371
 25211
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
mgl@1371
 25212
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25213
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25214
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25215
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25216
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
 25217
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25218
 else
mgl@1371
 25219
@@ -3453,32 +4199,34 @@
mgl@1371
 25220
   IFS=$as_save_IFS
mgl@1371
 25221
   test -z "$as_dir" && as_dir=.
mgl@1371
 25222
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25223
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25224
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25225
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
mgl@1371
 25226
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25227
     break 2
mgl@1371
 25228
   fi
mgl@1371
 25229
 done
mgl@1371
 25230
 done
mgl@1371
 25231
+IFS=$as_save_IFS
mgl@1371
 25232
 
mgl@1371
 25233
 fi
mgl@1371
 25234
 fi
mgl@1371
 25235
 CC=$ac_cv_prog_CC
mgl@1371
 25236
 if test -n "$CC"; then
mgl@1371
 25237
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 25238
-echo "${ECHO_T}$CC" >&6
mgl@1371
 25239
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 25240
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
 25241
 else
mgl@1371
 25242
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25243
-echo "${ECHO_T}no" >&6
mgl@1371
 25244
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25245
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25246
 fi
mgl@1371
 25247
 
mgl@1371
 25248
+
mgl@1371
 25249
 fi
mgl@1371
 25250
 if test -z "$ac_cv_prog_CC"; then
mgl@1371
 25251
   ac_ct_CC=$CC
mgl@1371
 25252
   # Extract the first word of "gcc", so it can be a program name with args.
mgl@1371
 25253
 set dummy gcc; ac_word=$2
mgl@1371
 25254
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25255
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25256
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25257
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25258
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
mgl@1371
 25259
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25260
 else
mgl@1371
 25261
@@ -3491,36 +4239,51 @@
mgl@1371
 25262
   IFS=$as_save_IFS
mgl@1371
 25263
   test -z "$as_dir" && as_dir=.
mgl@1371
 25264
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25265
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25266
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25267
     ac_cv_prog_ac_ct_CC="gcc"
mgl@1371
 25268
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25269
     break 2
mgl@1371
 25270
   fi
mgl@1371
 25271
 done
mgl@1371
 25272
 done
mgl@1371
 25273
+IFS=$as_save_IFS
mgl@1371
 25274
 
mgl@1371
 25275
 fi
mgl@1371
 25276
 fi
mgl@1371
 25277
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
mgl@1371
 25278
 if test -n "$ac_ct_CC"; then
mgl@1371
 25279
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
 25280
-echo "${ECHO_T}$ac_ct_CC" >&6
mgl@1371
 25281
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
 25282
+echo "${ECHO_T}$ac_ct_CC" >&6; }
mgl@1371
 25283
 else
mgl@1371
 25284
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25285
-echo "${ECHO_T}no" >&6
mgl@1371
 25286
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25287
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25288
 fi
mgl@1371
 25289
 
mgl@1371
 25290
-  CC=$ac_ct_CC
mgl@1371
 25291
+  if test "x$ac_ct_CC" = x; then
mgl@1371
 25292
+    CC=""
mgl@1371
 25293
+  else
mgl@1371
 25294
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 25295
+yes:)
mgl@1371
 25296
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 25297
+whose name does not start with the host triplet.  If you think this
mgl@1371
 25298
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 25299
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 25300
+whose name does not start with the host triplet.  If you think this
mgl@1371
 25301
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 25302
+ac_tool_warned=yes ;;
mgl@1371
 25303
+esac
mgl@1371
 25304
+    CC=$ac_ct_CC
mgl@1371
 25305
+  fi
mgl@1371
 25306
 else
mgl@1371
 25307
   CC="$ac_cv_prog_CC"
mgl@1371
 25308
 fi
mgl@1371
 25309
 
mgl@1371
 25310
 if test -z "$CC"; then
mgl@1371
 25311
-  if test -n "$ac_tool_prefix"; then
mgl@1371
 25312
-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
mgl@1371
 25313
+          if test -n "$ac_tool_prefix"; then
mgl@1371
 25314
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
mgl@1371
 25315
 set dummy ${ac_tool_prefix}cc; ac_word=$2
mgl@1371
 25316
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25317
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25318
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25319
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25320
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
 25321
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25322
 else
mgl@1371
 25323
@@ -3533,98 +4296,59 @@
mgl@1371
 25324
   IFS=$as_save_IFS
mgl@1371
 25325
   test -z "$as_dir" && as_dir=.
mgl@1371
 25326
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25327
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25328
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25329
     ac_cv_prog_CC="${ac_tool_prefix}cc"
mgl@1371
 25330
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25331
     break 2
mgl@1371
 25332
   fi
mgl@1371
 25333
 done
mgl@1371
 25334
 done
mgl@1371
 25335
+IFS=$as_save_IFS
mgl@1371
 25336
 
mgl@1371
 25337
 fi
mgl@1371
 25338
 fi
mgl@1371
 25339
 CC=$ac_cv_prog_CC
mgl@1371
 25340
 if test -n "$CC"; then
mgl@1371
 25341
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 25342
-echo "${ECHO_T}$CC" >&6
mgl@1371
 25343
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 25344
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
 25345
 else
mgl@1371
 25346
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25347
-echo "${ECHO_T}no" >&6
mgl@1371
 25348
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25349
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25350
 fi
mgl@1371
 25351
 
mgl@1371
 25352
+
mgl@1371
 25353
+  fi
mgl@1371
 25354
 fi
mgl@1371
 25355
-if test -z "$ac_cv_prog_CC"; then
mgl@1371
 25356
-  ac_ct_CC=$CC
mgl@1371
 25357
+if test -z "$CC"; then
mgl@1371
 25358
   # Extract the first word of "cc", so it can be a program name with args.
mgl@1371
 25359
 set dummy cc; ac_word=$2
mgl@1371
 25360
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25361
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25362
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
mgl@1371
 25363
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25364
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25365
+if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
 25366
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25367
 else
mgl@1371
 25368
-  if test -n "$ac_ct_CC"; then
mgl@1371
 25369
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
mgl@1371
 25370
+  if test -n "$CC"; then
mgl@1371
 25371
+  ac_cv_prog_CC="$CC" # Let the user override the test.
mgl@1371
 25372
 else
mgl@1371
 25373
+  ac_prog_rejected=no
mgl@1371
 25374
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 25375
 for as_dir in $PATH
mgl@1371
 25376
 do
mgl@1371
 25377
   IFS=$as_save_IFS
mgl@1371
 25378
   test -z "$as_dir" && as_dir=.
mgl@1371
 25379
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25380
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25381
-    ac_cv_prog_ac_ct_CC="cc"
mgl@1371
 25382
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25383
-    break 2
mgl@1371
 25384
-  fi
mgl@1371
 25385
-done
mgl@1371
 25386
-done
mgl@1371
 25387
-
mgl@1371
 25388
-fi
mgl@1371
 25389
-fi
mgl@1371
 25390
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
mgl@1371
 25391
-if test -n "$ac_ct_CC"; then
mgl@1371
 25392
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
 25393
-echo "${ECHO_T}$ac_ct_CC" >&6
mgl@1371
 25394
-else
mgl@1371
 25395
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25396
-echo "${ECHO_T}no" >&6
mgl@1371
 25397
-fi
mgl@1371
 25398
-
mgl@1371
 25399
-  CC=$ac_ct_CC
mgl@1371
 25400
-else
mgl@1371
 25401
-  CC="$ac_cv_prog_CC"
mgl@1371
 25402
-fi
mgl@1371
 25403
-
mgl@1371
 25404
-fi
mgl@1371
 25405
-if test -z "$CC"; then
mgl@1371
 25406
-  # Extract the first word of "cc", so it can be a program name with args.
mgl@1371
 25407
-set dummy cc; ac_word=$2
mgl@1371
 25408
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25409
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25410
-if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
 25411
-  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25412
-else
mgl@1371
 25413
-  if test -n "$CC"; then
mgl@1371
 25414
-  ac_cv_prog_CC="$CC" # Let the user override the test.
mgl@1371
 25415
-else
mgl@1371
 25416
-  ac_prog_rejected=no
mgl@1371
 25417
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 25418
-for as_dir in $PATH
mgl@1371
 25419
-do
mgl@1371
 25420
-  IFS=$as_save_IFS
mgl@1371
 25421
-  test -z "$as_dir" && as_dir=.
mgl@1371
 25422
-  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25423
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25424
-    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
mgl@1371
 25425
-       ac_prog_rejected=yes
mgl@1371
 25426
-       continue
mgl@1371
 25427
-     fi
mgl@1371
 25428
-    ac_cv_prog_CC="cc"
mgl@1371
 25429
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25430
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
mgl@1371
 25431
+       ac_prog_rejected=yes
mgl@1371
 25432
+       continue
mgl@1371
 25433
+     fi
mgl@1371
 25434
+    ac_cv_prog_CC="cc"
mgl@1371
 25435
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25436
     break 2
mgl@1371
 25437
   fi
mgl@1371
 25438
 done
mgl@1371
 25439
 done
mgl@1371
 25440
+IFS=$as_save_IFS
mgl@1371
 25441
 
mgl@1371
 25442
 if test $ac_prog_rejected = yes; then
mgl@1371
 25443
   # We found a bogon in the path, so make sure we never use it.
mgl@1371
 25444
@@ -3642,22 +4366,23 @@
mgl@1371
 25445
 fi
mgl@1371
 25446
 CC=$ac_cv_prog_CC
mgl@1371
 25447
 if test -n "$CC"; then
mgl@1371
 25448
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 25449
-echo "${ECHO_T}$CC" >&6
mgl@1371
 25450
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 25451
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
 25452
 else
mgl@1371
 25453
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25454
-echo "${ECHO_T}no" >&6
mgl@1371
 25455
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25456
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25457
 fi
mgl@1371
 25458
 
mgl@1371
 25459
+
mgl@1371
 25460
 fi
mgl@1371
 25461
 if test -z "$CC"; then
mgl@1371
 25462
   if test -n "$ac_tool_prefix"; then
mgl@1371
 25463
-  for ac_prog in cl
mgl@1371
 25464
+  for ac_prog in cl.exe
mgl@1371
 25465
   do
mgl@1371
 25466
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
mgl@1371
 25467
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
mgl@1371
 25468
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25469
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25470
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25471
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25472
 if test "${ac_cv_prog_CC+set}" = set; then
mgl@1371
 25473
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25474
 else
mgl@1371
 25475
@@ -3670,36 +4395,38 @@
mgl@1371
 25476
   IFS=$as_save_IFS
mgl@1371
 25477
   test -z "$as_dir" && as_dir=.
mgl@1371
 25478
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25479
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25480
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25481
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
mgl@1371
 25482
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25483
     break 2
mgl@1371
 25484
   fi
mgl@1371
 25485
 done
mgl@1371
 25486
 done
mgl@1371
 25487
+IFS=$as_save_IFS
mgl@1371
 25488
 
mgl@1371
 25489
 fi
mgl@1371
 25490
 fi
mgl@1371
 25491
 CC=$ac_cv_prog_CC
mgl@1371
 25492
 if test -n "$CC"; then
mgl@1371
 25493
-  echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 25494
-echo "${ECHO_T}$CC" >&6
mgl@1371
 25495
+  { echo "$as_me:$LINENO: result: $CC" >&5
mgl@1371
 25496
+echo "${ECHO_T}$CC" >&6; }
mgl@1371
 25497
 else
mgl@1371
 25498
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25499
-echo "${ECHO_T}no" >&6
mgl@1371
 25500
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25501
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25502
 fi
mgl@1371
 25503
 
mgl@1371
 25504
+
mgl@1371
 25505
     test -n "$CC" && break
mgl@1371
 25506
   done
mgl@1371
 25507
 fi
mgl@1371
 25508
 if test -z "$CC"; then
mgl@1371
 25509
   ac_ct_CC=$CC
mgl@1371
 25510
-  for ac_prog in cl
mgl@1371
 25511
+  for ac_prog in cl.exe
mgl@1371
 25512
 do
mgl@1371
 25513
   # Extract the first word of "$ac_prog", so it can be a program name with args.
mgl@1371
 25514
 set dummy $ac_prog; ac_word=$2
mgl@1371
 25515
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25516
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 25517
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 25518
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 25519
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
mgl@1371
 25520
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25521
 else
mgl@1371
 25522
@@ -3712,29 +4439,45 @@
mgl@1371
 25523
   IFS=$as_save_IFS
mgl@1371
 25524
   test -z "$as_dir" && as_dir=.
mgl@1371
 25525
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 25526
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 25527
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 25528
     ac_cv_prog_ac_ct_CC="$ac_prog"
mgl@1371
 25529
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 25530
     break 2
mgl@1371
 25531
   fi
mgl@1371
 25532
 done
mgl@1371
 25533
 done
mgl@1371
 25534
+IFS=$as_save_IFS
mgl@1371
 25535
 
mgl@1371
 25536
 fi
mgl@1371
 25537
 fi
mgl@1371
 25538
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
mgl@1371
 25539
 if test -n "$ac_ct_CC"; then
mgl@1371
 25540
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
 25541
-echo "${ECHO_T}$ac_ct_CC" >&6
mgl@1371
 25542
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
mgl@1371
 25543
+echo "${ECHO_T}$ac_ct_CC" >&6; }
mgl@1371
 25544
 else
mgl@1371
 25545
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25546
-echo "${ECHO_T}no" >&6
mgl@1371
 25547
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 25548
+echo "${ECHO_T}no" >&6; }
mgl@1371
 25549
 fi
mgl@1371
 25550
 
mgl@1371
 25551
+
mgl@1371
 25552
   test -n "$ac_ct_CC" && break
mgl@1371
 25553
 done
mgl@1371
 25554
 
mgl@1371
 25555
-  CC=$ac_ct_CC
mgl@1371
 25556
+  if test "x$ac_ct_CC" = x; then
mgl@1371
 25557
+    CC=""
mgl@1371
 25558
+  else
mgl@1371
 25559
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 25560
+yes:)
mgl@1371
 25561
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 25562
+whose name does not start with the host triplet.  If you think this
mgl@1371
 25563
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 25564
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 25565
+whose name does not start with the host triplet.  If you think this
mgl@1371
 25566
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 25567
+ac_tool_warned=yes ;;
mgl@1371
 25568
+esac
mgl@1371
 25569
+    CC=$ac_ct_CC
mgl@1371
 25570
+  fi
mgl@1371
 25571
 fi
mgl@1371
 25572
 
mgl@1371
 25573
 fi
mgl@1371
 25574
@@ -3747,21 +4490,35 @@
mgl@1371
 25575
    { (exit 1); exit 1; }; }
mgl@1371
 25576
 
mgl@1371
 25577
 # Provide some information about the compiler.
mgl@1371
 25578
-echo "$as_me:$LINENO:" \
mgl@1371
 25579
-     "checking for C compiler version" >&5
mgl@1371
 25580
+echo "$as_me:$LINENO: checking for C compiler version" >&5
mgl@1371
 25581
 ac_compiler=`set X $ac_compile; echo $2`
mgl@1371
 25582
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
mgl@1371
 25583
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
mgl@1371
 25584
+{ (ac_try="$ac_compiler --version >&5"
mgl@1371
 25585
+case "(($ac_try" in
mgl@1371
 25586
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25587
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25588
+esac
mgl@1371
 25589
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25590
+  (eval "$ac_compiler --version >&5") 2>&5
mgl@1371
 25591
   ac_status=$?
mgl@1371
 25592
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25593
   (exit $ac_status); }
mgl@1371
 25594
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
mgl@1371
 25595
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
mgl@1371
 25596
+{ (ac_try="$ac_compiler -v >&5"
mgl@1371
 25597
+case "(($ac_try" in
mgl@1371
 25598
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25599
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25600
+esac
mgl@1371
 25601
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25602
+  (eval "$ac_compiler -v >&5") 2>&5
mgl@1371
 25603
   ac_status=$?
mgl@1371
 25604
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25605
   (exit $ac_status); }
mgl@1371
 25606
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
mgl@1371
 25607
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
mgl@1371
 25608
+{ (ac_try="$ac_compiler -V >&5"
mgl@1371
 25609
+case "(($ac_try" in
mgl@1371
 25610
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25611
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25612
+esac
mgl@1371
 25613
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25614
+  (eval "$ac_compiler -V >&5") 2>&5
mgl@1371
 25615
   ac_status=$?
mgl@1371
 25616
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25617
   (exit $ac_status); }
mgl@1371
 25618
@@ -3786,47 +4543,77 @@
mgl@1371
 25619
 # Try to create an executable without -o first, disregard a.out.
mgl@1371
 25620
 # It will help us diagnose broken compilers, and finding out an intuition
mgl@1371
 25621
 # of exeext.
mgl@1371
 25622
-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
mgl@1371
 25623
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
mgl@1371
 25624
+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
mgl@1371
 25625
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
mgl@1371
 25626
 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mgl@1371
 25627
-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
mgl@1371
 25628
-  (eval $ac_link_default) 2>&5
mgl@1371
 25629
+#
mgl@1371
 25630
+# List of possible output files, starting from the most likely.
mgl@1371
 25631
+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
mgl@1371
 25632
+# only as a last resort.  b.out is created by i960 compilers.
mgl@1371
 25633
+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
mgl@1371
 25634
+#
mgl@1371
 25635
+# The IRIX 6 linker writes into existing files which may not be
mgl@1371
 25636
+# executable, retaining their permissions.  Remove them first so a
mgl@1371
 25637
+# subsequent execution test works.
mgl@1371
 25638
+ac_rmfiles=
mgl@1371
 25639
+for ac_file in $ac_files
mgl@1371
 25640
+do
mgl@1371
 25641
+  case $ac_file in
mgl@1371
 25642
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
mgl@1371
 25643
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
mgl@1371
 25644
+  esac
mgl@1371
 25645
+done
mgl@1371
 25646
+rm -f $ac_rmfiles
mgl@1371
 25647
+
mgl@1371
 25648
+if { (ac_try="$ac_link_default"
mgl@1371
 25649
+case "(($ac_try" in
mgl@1371
 25650
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25651
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25652
+esac
mgl@1371
 25653
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25654
+  (eval "$ac_link_default") 2>&5
mgl@1371
 25655
   ac_status=$?
mgl@1371
 25656
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25657
   (exit $ac_status); }; then
mgl@1371
 25658
-  # Find the output, starting from the most likely.  This scheme is
mgl@1371
 25659
-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
mgl@1371
 25660
-# resort.
mgl@1371
 25661
-
mgl@1371
 25662
-# Be careful to initialize this variable, since it used to be cached.
mgl@1371
 25663
-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
mgl@1371
 25664
-ac_cv_exeext=
mgl@1371
 25665
-# b.out is created by i960 compilers.
mgl@1371
 25666
-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
mgl@1371
 25667
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
mgl@1371
 25668
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
mgl@1371
 25669
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
mgl@1371
 25670
+# so that the user can short-circuit this test for compilers unknown to
mgl@1371
 25671
+# Autoconf.
mgl@1371
 25672
+for ac_file in $ac_files ''
mgl@1371
 25673
 do
mgl@1371
 25674
   test -f "$ac_file" || continue
mgl@1371
 25675
   case $ac_file in
mgl@1371
 25676
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
mgl@1371
 25677
-	;;
mgl@1371
 25678
-    conftest.$ac_ext )
mgl@1371
 25679
-	# This is the source file.
mgl@1371
 25680
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
mgl@1371
 25681
 	;;
mgl@1371
 25682
     [ab].out )
mgl@1371
 25683
 	# We found the default executable, but exeext='' is most
mgl@1371
 25684
 	# certainly right.
mgl@1371
 25685
 	break;;
mgl@1371
 25686
     *.* )
mgl@1371
 25687
-	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mgl@1371
 25688
-	# FIXME: I believe we export ac_cv_exeext for Libtool,
mgl@1371
 25689
-	# but it would be cool to find out if it's true.  Does anybody
mgl@1371
 25690
-	# maintain Libtool? --akim.
mgl@1371
 25691
-	export ac_cv_exeext
mgl@1371
 25692
+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
mgl@1371
 25693
+	then :; else
mgl@1371
 25694
+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mgl@1371
 25695
+	fi
mgl@1371
 25696
+	# We set ac_cv_exeext here because the later test for it is not
mgl@1371
 25697
+	# safe: cross compilers may not add the suffix if given an `-o'
mgl@1371
 25698
+	# argument, so we may need to know it at that point already.
mgl@1371
 25699
+	# Even if this section looks crufty: it has the advantage of
mgl@1371
 25700
+	# actually working.
mgl@1371
 25701
 	break;;
mgl@1371
 25702
     * )
mgl@1371
 25703
 	break;;
mgl@1371
 25704
   esac
mgl@1371
 25705
 done
mgl@1371
 25706
+test "$ac_cv_exeext" = no && ac_cv_exeext=
mgl@1371
 25707
+
mgl@1371
 25708
 else
mgl@1371
 25709
+  ac_file=''
mgl@1371
 25710
+fi
mgl@1371
 25711
+
mgl@1371
 25712
+{ echo "$as_me:$LINENO: result: $ac_file" >&5
mgl@1371
 25713
+echo "${ECHO_T}$ac_file" >&6; }
mgl@1371
 25714
+if test -z "$ac_file"; then
mgl@1371
 25715
   echo "$as_me: failed program was:" >&5
mgl@1371
 25716
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 25717
 
mgl@1371
 25718
@@ -3838,19 +4625,21 @@
mgl@1371
 25719
 fi
mgl@1371
 25720
 
mgl@1371
 25721
 ac_exeext=$ac_cv_exeext
mgl@1371
 25722
-echo "$as_me:$LINENO: result: $ac_file" >&5
mgl@1371
 25723
-echo "${ECHO_T}$ac_file" >&6
mgl@1371
 25724
 
mgl@1371
 25725
-# Check the compiler produces executables we can run.  If not, either
mgl@1371
 25726
+# Check that the compiler produces executables we can run.  If not, either
mgl@1371
 25727
 # the compiler is broken, or we cross compile.
mgl@1371
 25728
-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
mgl@1371
 25729
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
mgl@1371
 25730
+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
mgl@1371
 25731
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
mgl@1371
 25732
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
mgl@1371
 25733
 # If not cross compiling, check that we can run a simple program.
mgl@1371
 25734
 if test "$cross_compiling" != yes; then
mgl@1371
 25735
   if { ac_try='./$ac_file'
mgl@1371
 25736
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 25737
-  (eval $ac_try) 2>&5
mgl@1371
 25738
+  { (case "(($ac_try" in
mgl@1371
 25739
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25740
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25741
+esac
mgl@1371
 25742
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25743
+  (eval "$ac_try") 2>&5
mgl@1371
 25744
   ac_status=$?
mgl@1371
 25745
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25746
   (exit $ac_status); }; }; then
mgl@1371
 25747
@@ -3869,22 +4658,27 @@
mgl@1371
 25748
     fi
mgl@1371
 25749
   fi
mgl@1371
 25750
 fi
mgl@1371
 25751
-echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 25752
-echo "${ECHO_T}yes" >&6
mgl@1371
 25753
+{ echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 25754
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 25755
 
mgl@1371
 25756
 rm -f a.out a.exe conftest$ac_cv_exeext b.out
mgl@1371
 25757
 ac_clean_files=$ac_clean_files_save
mgl@1371
 25758
-# Check the compiler produces executables we can run.  If not, either
mgl@1371
 25759
+# Check that the compiler produces executables we can run.  If not, either
mgl@1371
 25760
 # the compiler is broken, or we cross compile.
mgl@1371
 25761
-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
mgl@1371
 25762
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
mgl@1371
 25763
-echo "$as_me:$LINENO: result: $cross_compiling" >&5
mgl@1371
 25764
-echo "${ECHO_T}$cross_compiling" >&6
mgl@1371
 25765
-
mgl@1371
 25766
-echo "$as_me:$LINENO: checking for suffix of executables" >&5
mgl@1371
 25767
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
mgl@1371
 25768
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 25769
-  (eval $ac_link) 2>&5
mgl@1371
 25770
+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
mgl@1371
 25771
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
mgl@1371
 25772
+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
mgl@1371
 25773
+echo "${ECHO_T}$cross_compiling" >&6; }
mgl@1371
 25774
+
mgl@1371
 25775
+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
mgl@1371
 25776
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
mgl@1371
 25777
+if { (ac_try="$ac_link"
mgl@1371
 25778
+case "(($ac_try" in
mgl@1371
 25779
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25780
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25781
+esac
mgl@1371
 25782
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25783
+  (eval "$ac_link") 2>&5
mgl@1371
 25784
   ac_status=$?
mgl@1371
 25785
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25786
   (exit $ac_status); }; then
mgl@1371
 25787
@@ -3895,9 +4689,8 @@
mgl@1371
 25788
 for ac_file in conftest.exe conftest conftest.*; do
mgl@1371
 25789
   test -f "$ac_file" || continue
mgl@1371
 25790
   case $ac_file in
mgl@1371
 25791
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
mgl@1371
 25792
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
mgl@1371
 25793
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mgl@1371
 25794
-	  export ac_cv_exeext
mgl@1371
 25795
 	  break;;
mgl@1371
 25796
     * ) break;;
mgl@1371
 25797
   esac
mgl@1371
 25798
@@ -3911,14 +4704,14 @@
mgl@1371
 25799
 fi
mgl@1371
 25800
 
mgl@1371
 25801
 rm -f conftest$ac_cv_exeext
mgl@1371
 25802
-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
mgl@1371
 25803
-echo "${ECHO_T}$ac_cv_exeext" >&6
mgl@1371
 25804
+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
mgl@1371
 25805
+echo "${ECHO_T}$ac_cv_exeext" >&6; }
mgl@1371
 25806
 
mgl@1371
 25807
 rm -f conftest.$ac_ext
mgl@1371
 25808
 EXEEXT=$ac_cv_exeext
mgl@1371
 25809
 ac_exeext=$EXEEXT
mgl@1371
 25810
-echo "$as_me:$LINENO: checking for suffix of object files" >&5
mgl@1371
 25811
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
mgl@1371
 25812
+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
mgl@1371
 25813
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
mgl@1371
 25814
 if test "${ac_cv_objext+set}" = set; then
mgl@1371
 25815
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25816
 else
mgl@1371
 25817
@@ -3938,14 +4731,20 @@
mgl@1371
 25818
 }
mgl@1371
 25819
 _ACEOF
mgl@1371
 25820
 rm -f conftest.o conftest.obj
mgl@1371
 25821
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 25822
-  (eval $ac_compile) 2>&5
mgl@1371
 25823
+if { (ac_try="$ac_compile"
mgl@1371
 25824
+case "(($ac_try" in
mgl@1371
 25825
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25826
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25827
+esac
mgl@1371
 25828
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25829
+  (eval "$ac_compile") 2>&5
mgl@1371
 25830
   ac_status=$?
mgl@1371
 25831
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25832
   (exit $ac_status); }; then
mgl@1371
 25833
-  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
mgl@1371
 25834
+  for ac_file in conftest.o conftest.obj conftest.*; do
mgl@1371
 25835
+  test -f "$ac_file" || continue;
mgl@1371
 25836
   case $ac_file in
mgl@1371
 25837
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
mgl@1371
 25838
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
mgl@1371
 25839
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mgl@1371
 25840
        break;;
mgl@1371
 25841
   esac
mgl@1371
 25842
@@ -3963,12 +4762,12 @@
mgl@1371
 25843
 
mgl@1371
 25844
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
mgl@1371
 25845
 fi
mgl@1371
 25846
-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
mgl@1371
 25847
-echo "${ECHO_T}$ac_cv_objext" >&6
mgl@1371
 25848
+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
mgl@1371
 25849
+echo "${ECHO_T}$ac_cv_objext" >&6; }
mgl@1371
 25850
 OBJEXT=$ac_cv_objext
mgl@1371
 25851
 ac_objext=$OBJEXT
mgl@1371
 25852
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
mgl@1371
 25853
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
mgl@1371
 25854
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
mgl@1371
 25855
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
mgl@1371
 25856
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
mgl@1371
 25857
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25858
 else
mgl@1371
 25859
@@ -3991,50 +4790,49 @@
mgl@1371
 25860
 }
mgl@1371
 25861
 _ACEOF
mgl@1371
 25862
 rm -f conftest.$ac_objext
mgl@1371
 25863
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 25864
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 25865
+if { (ac_try="$ac_compile"
mgl@1371
 25866
+case "(($ac_try" in
mgl@1371
 25867
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25868
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25869
+esac
mgl@1371
 25870
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25871
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 25872
   ac_status=$?
mgl@1371
 25873
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 25874
   rm -f conftest.er1
mgl@1371
 25875
   cat conftest.err >&5
mgl@1371
 25876
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25877
-  (exit $ac_status); } &&
mgl@1371
 25878
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 25879
-			 || test ! -s conftest.err'
mgl@1371
 25880
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 25881
-  (eval $ac_try) 2>&5
mgl@1371
 25882
-  ac_status=$?
mgl@1371
 25883
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25884
-  (exit $ac_status); }; } &&
mgl@1371
 25885
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 25886
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 25887
-  (eval $ac_try) 2>&5
mgl@1371
 25888
-  ac_status=$?
mgl@1371
 25889
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25890
-  (exit $ac_status); }; }; then
mgl@1371
 25891
+  (exit $ac_status); } && {
mgl@1371
 25892
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 25893
+	 test ! -s conftest.err
mgl@1371
 25894
+       } && test -s conftest.$ac_objext; then
mgl@1371
 25895
   ac_compiler_gnu=yes
mgl@1371
 25896
 else
mgl@1371
 25897
   echo "$as_me: failed program was:" >&5
mgl@1371
 25898
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 25899
 
mgl@1371
 25900
-ac_compiler_gnu=no
mgl@1371
 25901
+	ac_compiler_gnu=no
mgl@1371
 25902
 fi
mgl@1371
 25903
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 25904
+
mgl@1371
 25905
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 25906
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
mgl@1371
 25907
 
mgl@1371
 25908
 fi
mgl@1371
 25909
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
mgl@1371
 25910
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
mgl@1371
 25911
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
mgl@1371
 25912
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
mgl@1371
 25913
 GCC=`test $ac_compiler_gnu = yes && echo yes`
mgl@1371
 25914
 ac_test_CFLAGS=${CFLAGS+set}
mgl@1371
 25915
 ac_save_CFLAGS=$CFLAGS
mgl@1371
 25916
-CFLAGS="-g"
mgl@1371
 25917
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
mgl@1371
 25918
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
mgl@1371
 25919
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
mgl@1371
 25920
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
mgl@1371
 25921
 if test "${ac_cv_prog_cc_g+set}" = set; then
mgl@1371
 25922
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 25923
 else
mgl@1371
 25924
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 25925
+  ac_save_c_werror_flag=$ac_c_werror_flag
mgl@1371
 25926
+   ac_c_werror_flag=yes
mgl@1371
 25927
+   ac_cv_prog_cc_g=no
mgl@1371
 25928
+   CFLAGS="-g"
mgl@1371
 25929
+   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 25930
 /* confdefs.h.  */
mgl@1371
 25931
 _ACEOF
mgl@1371
 25932
 cat confdefs.h >>conftest.$ac_ext
mgl@1371
 25933
@@ -4050,38 +4848,118 @@
mgl@1371
 25934
 }
mgl@1371
 25935
 _ACEOF
mgl@1371
 25936
 rm -f conftest.$ac_objext
mgl@1371
 25937
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 25938
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 25939
+if { (ac_try="$ac_compile"
mgl@1371
 25940
+case "(($ac_try" in
mgl@1371
 25941
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25942
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25943
+esac
mgl@1371
 25944
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25945
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 25946
   ac_status=$?
mgl@1371
 25947
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 25948
   rm -f conftest.er1
mgl@1371
 25949
   cat conftest.err >&5
mgl@1371
 25950
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25951
-  (exit $ac_status); } &&
mgl@1371
 25952
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 25953
-			 || test ! -s conftest.err'
mgl@1371
 25954
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 25955
-  (eval $ac_try) 2>&5
mgl@1371
 25956
+  (exit $ac_status); } && {
mgl@1371
 25957
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 25958
+	 test ! -s conftest.err
mgl@1371
 25959
+       } && test -s conftest.$ac_objext; then
mgl@1371
 25960
+  ac_cv_prog_cc_g=yes
mgl@1371
 25961
+else
mgl@1371
 25962
+  echo "$as_me: failed program was:" >&5
mgl@1371
 25963
+sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 25964
+
mgl@1371
 25965
+	CFLAGS=""
mgl@1371
 25966
+      cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 25967
+/* confdefs.h.  */
mgl@1371
 25968
+_ACEOF
mgl@1371
 25969
+cat confdefs.h >>conftest.$ac_ext
mgl@1371
 25970
+cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 25971
+/* end confdefs.h.  */
mgl@1371
 25972
+
mgl@1371
 25973
+int
mgl@1371
 25974
+main ()
mgl@1371
 25975
+{
mgl@1371
 25976
+
mgl@1371
 25977
+  ;
mgl@1371
 25978
+  return 0;
mgl@1371
 25979
+}
mgl@1371
 25980
+_ACEOF
mgl@1371
 25981
+rm -f conftest.$ac_objext
mgl@1371
 25982
+if { (ac_try="$ac_compile"
mgl@1371
 25983
+case "(($ac_try" in
mgl@1371
 25984
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 25985
+  *) ac_try_echo=$ac_try;;
mgl@1371
 25986
+esac
mgl@1371
 25987
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 25988
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 25989
   ac_status=$?
mgl@1371
 25990
+  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 25991
+  rm -f conftest.er1
mgl@1371
 25992
+  cat conftest.err >&5
mgl@1371
 25993
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 25994
-  (exit $ac_status); }; } &&
mgl@1371
 25995
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 25996
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 25997
-  (eval $ac_try) 2>&5
mgl@1371
 25998
+  (exit $ac_status); } && {
mgl@1371
 25999
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 26000
+	 test ! -s conftest.err
mgl@1371
 26001
+       } && test -s conftest.$ac_objext; then
mgl@1371
 26002
+  :
mgl@1371
 26003
+else
mgl@1371
 26004
+  echo "$as_me: failed program was:" >&5
mgl@1371
 26005
+sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 26006
+
mgl@1371
 26007
+	ac_c_werror_flag=$ac_save_c_werror_flag
mgl@1371
 26008
+	 CFLAGS="-g"
mgl@1371
 26009
+	 cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 26010
+/* confdefs.h.  */
mgl@1371
 26011
+_ACEOF
mgl@1371
 26012
+cat confdefs.h >>conftest.$ac_ext
mgl@1371
 26013
+cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 26014
+/* end confdefs.h.  */
mgl@1371
 26015
+
mgl@1371
 26016
+int
mgl@1371
 26017
+main ()
mgl@1371
 26018
+{
mgl@1371
 26019
+
mgl@1371
 26020
+  ;
mgl@1371
 26021
+  return 0;
mgl@1371
 26022
+}
mgl@1371
 26023
+_ACEOF
mgl@1371
 26024
+rm -f conftest.$ac_objext
mgl@1371
 26025
+if { (ac_try="$ac_compile"
mgl@1371
 26026
+case "(($ac_try" in
mgl@1371
 26027
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 26028
+  *) ac_try_echo=$ac_try;;
mgl@1371
 26029
+esac
mgl@1371
 26030
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 26031
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 26032
   ac_status=$?
mgl@1371
 26033
+  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 26034
+  rm -f conftest.er1
mgl@1371
 26035
+  cat conftest.err >&5
mgl@1371
 26036
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26037
-  (exit $ac_status); }; }; then
mgl@1371
 26038
+  (exit $ac_status); } && {
mgl@1371
 26039
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 26040
+	 test ! -s conftest.err
mgl@1371
 26041
+       } && test -s conftest.$ac_objext; then
mgl@1371
 26042
   ac_cv_prog_cc_g=yes
mgl@1371
 26043
 else
mgl@1371
 26044
   echo "$as_me: failed program was:" >&5
mgl@1371
 26045
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 26046
 
mgl@1371
 26047
-ac_cv_prog_cc_g=no
mgl@1371
 26048
+
mgl@1371
 26049
+fi
mgl@1371
 26050
+
mgl@1371
 26051
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 26052
 fi
mgl@1371
 26053
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 26054
+
mgl@1371
 26055
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 26056
+fi
mgl@1371
 26057
+
mgl@1371
 26058
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 26059
+   ac_c_werror_flag=$ac_save_c_werror_flag
mgl@1371
 26060
 fi
mgl@1371
 26061
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
mgl@1371
 26062
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
mgl@1371
 26063
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
mgl@1371
 26064
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
mgl@1371
 26065
 if test "$ac_test_CFLAGS" = set; then
mgl@1371
 26066
   CFLAGS=$ac_save_CFLAGS
mgl@1371
 26067
 elif test $ac_cv_prog_cc_g = yes; then
mgl@1371
 26068
@@ -4097,12 +4975,12 @@
mgl@1371
 26069
     CFLAGS=
mgl@1371
 26070
   fi
mgl@1371
 26071
 fi
mgl@1371
 26072
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
mgl@1371
 26073
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
mgl@1371
 26074
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
mgl@1371
 26075
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
mgl@1371
 26076
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
mgl@1371
 26077
+if test "${ac_cv_prog_cc_c89+set}" = set; then
mgl@1371
 26078
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26079
 else
mgl@1371
 26080
-  ac_cv_prog_cc_stdc=no
mgl@1371
 26081
+  ac_cv_prog_cc_c89=no
mgl@1371
 26082
 ac_save_CC=$CC
mgl@1371
 26083
 cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 26084
 /* confdefs.h.  */
mgl@1371
 26085
@@ -4136,12 +5014,17 @@
mgl@1371
 26086
 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
mgl@1371
 26087
    function prototypes and stuff, but not '\xHH' hex character constants.
mgl@1371
 26088
    These don't provoke an error unfortunately, instead are silently treated
mgl@1371
 26089
-   as 'x'.  The following induces an error, until -std1 is added to get
mgl@1371
 26090
+   as 'x'.  The following induces an error, until -std is added to get
mgl@1371
 26091
    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
mgl@1371
 26092
    array size at least.  It's necessary to write '\x00'==0 to get something
mgl@1371
 26093
-   that's true only with -std1.  */
mgl@1371
 26094
+   that's true only with -std.  */
mgl@1371
 26095
 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
mgl@1371
 26096
 
mgl@1371
 26097
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
mgl@1371
 26098
+   inside strings and character constants.  */
mgl@1371
 26099
+#define FOO(x) 'x'
mgl@1371
 26100
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
mgl@1371
 26101
+
mgl@1371
 26102
 int test (int i, double x);
mgl@1371
 26103
 struct s1 {int (*f) (int a);};
mgl@1371
 26104
 struct s2 {int (*f) (double a);};
mgl@1371
 26105
@@ -4156,205 +5039,57 @@
mgl@1371
 26106
   return 0;
mgl@1371
 26107
 }
mgl@1371
 26108
 _ACEOF
mgl@1371
 26109
-# Don't try gcc -ansi; that turns off useful extensions and
mgl@1371
 26110
-# breaks some systems' header files.
mgl@1371
 26111
-# AIX			-qlanglvl=ansi
mgl@1371
 26112
-# Ultrix and OSF/1	-std1
mgl@1371
 26113
-# HP-UX 10.20 and later	-Ae
mgl@1371
 26114
-# HP-UX older versions	-Aa -D_HPUX_SOURCE
mgl@1371
 26115
-# SVR4			-Xc -D__EXTENSIONS__
mgl@1371
 26116
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
mgl@1371
 26117
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
mgl@1371
 26118
+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
mgl@1371
 26119
 do
mgl@1371
 26120
   CC="$ac_save_CC $ac_arg"
mgl@1371
 26121
   rm -f conftest.$ac_objext
mgl@1371
 26122
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 26123
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 26124
+if { (ac_try="$ac_compile"
mgl@1371
 26125
+case "(($ac_try" in
mgl@1371
 26126
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 26127
+  *) ac_try_echo=$ac_try;;
mgl@1371
 26128
+esac
mgl@1371
 26129
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 26130
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 26131
   ac_status=$?
mgl@1371
 26132
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 26133
   rm -f conftest.er1
mgl@1371
 26134
   cat conftest.err >&5
mgl@1371
 26135
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26136
-  (exit $ac_status); } &&
mgl@1371
 26137
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 26138
-			 || test ! -s conftest.err'
mgl@1371
 26139
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 26140
-  (eval $ac_try) 2>&5
mgl@1371
 26141
-  ac_status=$?
mgl@1371
 26142
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26143
-  (exit $ac_status); }; } &&
mgl@1371
 26144
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 26145
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 26146
-  (eval $ac_try) 2>&5
mgl@1371
 26147
-  ac_status=$?
mgl@1371
 26148
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26149
-  (exit $ac_status); }; }; then
mgl@1371
 26150
-  ac_cv_prog_cc_stdc=$ac_arg
mgl@1371
 26151
-break
mgl@1371
 26152
+  (exit $ac_status); } && {
mgl@1371
 26153
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 26154
+	 test ! -s conftest.err
mgl@1371
 26155
+       } && test -s conftest.$ac_objext; then
mgl@1371
 26156
+  ac_cv_prog_cc_c89=$ac_arg
mgl@1371
 26157
 else
mgl@1371
 26158
   echo "$as_me: failed program was:" >&5
mgl@1371
 26159
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 26160
 
mgl@1371
 26161
+
mgl@1371
 26162
 fi
mgl@1371
 26163
-rm -f conftest.err conftest.$ac_objext
mgl@1371
 26164
+
mgl@1371
 26165
+rm -f core conftest.err conftest.$ac_objext
mgl@1371
 26166
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
mgl@1371
 26167
 done
mgl@1371
 26168
-rm -f conftest.$ac_ext conftest.$ac_objext
mgl@1371
 26169
+rm -f conftest.$ac_ext
mgl@1371
 26170
 CC=$ac_save_CC
mgl@1371
 26171
 
mgl@1371
 26172
 fi
mgl@1371
 26173
-
mgl@1371
 26174
-case "x$ac_cv_prog_cc_stdc" in
mgl@1371
 26175
-  x|xno)
mgl@1371
 26176
-    echo "$as_me:$LINENO: result: none needed" >&5
mgl@1371
 26177
-echo "${ECHO_T}none needed" >&6 ;;
mgl@1371
 26178
+# AC_CACHE_VAL
mgl@1371
 26179
+case "x$ac_cv_prog_cc_c89" in
mgl@1371
 26180
+  x)
mgl@1371
 26181
+    { echo "$as_me:$LINENO: result: none needed" >&5
mgl@1371
 26182
+echo "${ECHO_T}none needed" >&6; } ;;
mgl@1371
 26183
+  xno)
mgl@1371
 26184
+    { echo "$as_me:$LINENO: result: unsupported" >&5
mgl@1371
 26185
+echo "${ECHO_T}unsupported" >&6; } ;;
mgl@1371
 26186
   *)
mgl@1371
 26187
-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
mgl@1371
 26188
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
mgl@1371
 26189
-    CC="$CC $ac_cv_prog_cc_stdc" ;;
mgl@1371
 26190
+    CC="$CC $ac_cv_prog_cc_c89"
mgl@1371
 26191
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
mgl@1371
 26192
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
mgl@1371
 26193
 esac
mgl@1371
 26194
 
mgl@1371
 26195
-# Some people use a C++ compiler to compile C.  Since we use `exit',
mgl@1371
 26196
-# in C++ we need to declare it.  In case someone uses the same compiler
mgl@1371
 26197
-# for both compiling C and C++ we need to have the C++ compiler decide
mgl@1371
 26198
-# the declaration of exit, since it's the most demanding environment.
mgl@1371
 26199
-cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 26200
-#ifndef __cplusplus
mgl@1371
 26201
-  choke me
mgl@1371
 26202
-#endif
mgl@1371
 26203
-_ACEOF
mgl@1371
 26204
-rm -f conftest.$ac_objext
mgl@1371
 26205
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 26206
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 26207
-  ac_status=$?
mgl@1371
 26208
-  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 26209
-  rm -f conftest.er1
mgl@1371
 26210
-  cat conftest.err >&5
mgl@1371
 26211
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26212
-  (exit $ac_status); } &&
mgl@1371
 26213
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 26214
-			 || test ! -s conftest.err'
mgl@1371
 26215
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 26216
-  (eval $ac_try) 2>&5
mgl@1371
 26217
-  ac_status=$?
mgl@1371
 26218
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26219
-  (exit $ac_status); }; } &&
mgl@1371
 26220
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 26221
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 26222
-  (eval $ac_try) 2>&5
mgl@1371
 26223
-  ac_status=$?
mgl@1371
 26224
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26225
-  (exit $ac_status); }; }; then
mgl@1371
 26226
-  for ac_declaration in \
mgl@1371
 26227
-   '' \
mgl@1371
 26228
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
mgl@1371
 26229
-   'extern "C" void std::exit (int); using std::exit;' \
mgl@1371
 26230
-   'extern "C" void exit (int) throw ();' \
mgl@1371
 26231
-   'extern "C" void exit (int);' \
mgl@1371
 26232
-   'void exit (int);'
mgl@1371
 26233
-do
mgl@1371
 26234
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 26235
-/* confdefs.h.  */
mgl@1371
 26236
-_ACEOF
mgl@1371
 26237
-cat confdefs.h >>conftest.$ac_ext
mgl@1371
 26238
-cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 26239
-/* end confdefs.h.  */
mgl@1371
 26240
-$ac_declaration
mgl@1371
 26241
-#include <stdlib.h>
mgl@1371
 26242
-int
mgl@1371
 26243
-main ()
mgl@1371
 26244
-{
mgl@1371
 26245
-exit (42);
mgl@1371
 26246
-  ;
mgl@1371
 26247
-  return 0;
mgl@1371
 26248
-}
mgl@1371
 26249
-_ACEOF
mgl@1371
 26250
-rm -f conftest.$ac_objext
mgl@1371
 26251
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 26252
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 26253
-  ac_status=$?
mgl@1371
 26254
-  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 26255
-  rm -f conftest.er1
mgl@1371
 26256
-  cat conftest.err >&5
mgl@1371
 26257
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26258
-  (exit $ac_status); } &&
mgl@1371
 26259
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 26260
-			 || test ! -s conftest.err'
mgl@1371
 26261
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 26262
-  (eval $ac_try) 2>&5
mgl@1371
 26263
-  ac_status=$?
mgl@1371
 26264
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26265
-  (exit $ac_status); }; } &&
mgl@1371
 26266
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 26267
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 26268
-  (eval $ac_try) 2>&5
mgl@1371
 26269
-  ac_status=$?
mgl@1371
 26270
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26271
-  (exit $ac_status); }; }; then
mgl@1371
 26272
-  :
mgl@1371
 26273
-else
mgl@1371
 26274
-  echo "$as_me: failed program was:" >&5
mgl@1371
 26275
-sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 26276
-
mgl@1371
 26277
-continue
mgl@1371
 26278
-fi
mgl@1371
 26279
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 26280
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 26281
-/* confdefs.h.  */
mgl@1371
 26282
-_ACEOF
mgl@1371
 26283
-cat confdefs.h >>conftest.$ac_ext
mgl@1371
 26284
-cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 26285
-/* end confdefs.h.  */
mgl@1371
 26286
-$ac_declaration
mgl@1371
 26287
-int
mgl@1371
 26288
-main ()
mgl@1371
 26289
-{
mgl@1371
 26290
-exit (42);
mgl@1371
 26291
-  ;
mgl@1371
 26292
-  return 0;
mgl@1371
 26293
-}
mgl@1371
 26294
-_ACEOF
mgl@1371
 26295
-rm -f conftest.$ac_objext
mgl@1371
 26296
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 26297
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 26298
-  ac_status=$?
mgl@1371
 26299
-  grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 26300
-  rm -f conftest.er1
mgl@1371
 26301
-  cat conftest.err >&5
mgl@1371
 26302
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26303
-  (exit $ac_status); } &&
mgl@1371
 26304
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 26305
-			 || test ! -s conftest.err'
mgl@1371
 26306
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 26307
-  (eval $ac_try) 2>&5
mgl@1371
 26308
-  ac_status=$?
mgl@1371
 26309
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26310
-  (exit $ac_status); }; } &&
mgl@1371
 26311
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 26312
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 26313
-  (eval $ac_try) 2>&5
mgl@1371
 26314
-  ac_status=$?
mgl@1371
 26315
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 26316
-  (exit $ac_status); }; }; then
mgl@1371
 26317
-  break
mgl@1371
 26318
-else
mgl@1371
 26319
-  echo "$as_me: failed program was:" >&5
mgl@1371
 26320
-sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 26321
-
mgl@1371
 26322
-fi
mgl@1371
 26323
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 26324
-done
mgl@1371
 26325
-rm -f conftest*
mgl@1371
 26326
-if test -n "$ac_declaration"; then
mgl@1371
 26327
-  echo '#ifdef __cplusplus' >>confdefs.h
mgl@1371
 26328
-  echo $ac_declaration      >>confdefs.h
mgl@1371
 26329
-  echo '#endif'             >>confdefs.h
mgl@1371
 26330
-fi
mgl@1371
 26331
 
mgl@1371
 26332
-else
mgl@1371
 26333
-  echo "$as_me: failed program was:" >&5
mgl@1371
 26334
-sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 26335
-
mgl@1371
 26336
-fi
mgl@1371
 26337
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 26338
 ac_ext=c
mgl@1371
 26339
 ac_cpp='$CPP $CPPFLAGS'
mgl@1371
 26340
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
 26341
@@ -4363,8 +5098,8 @@
mgl@1371
 26342
 
mgl@1371
 26343
 depcc="$CC"   am_compiler_list=
mgl@1371
 26344
 
mgl@1371
 26345
-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
mgl@1371
 26346
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
mgl@1371
 26347
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
mgl@1371
 26348
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
mgl@1371
 26349
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
mgl@1371
 26350
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26351
 else
mgl@1371
 26352
@@ -4446,58 +5181,273 @@
mgl@1371
 26353
     fi
mgl@1371
 26354
   done
mgl@1371
 26355
 
mgl@1371
 26356
-  cd ..
mgl@1371
 26357
-  rm -rf conftest.dir
mgl@1371
 26358
-else
mgl@1371
 26359
-  am_cv_CC_dependencies_compiler_type=none
mgl@1371
 26360
+  cd ..
mgl@1371
 26361
+  rm -rf conftest.dir
mgl@1371
 26362
+else
mgl@1371
 26363
+  am_cv_CC_dependencies_compiler_type=none
mgl@1371
 26364
+fi
mgl@1371
 26365
+
mgl@1371
 26366
+fi
mgl@1371
 26367
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
mgl@1371
 26368
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
mgl@1371
 26369
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
mgl@1371
 26370
+
mgl@1371
 26371
+
mgl@1371
 26372
+
mgl@1371
 26373
+if
mgl@1371
 26374
+  test "x$enable_dependency_tracking" != xno \
mgl@1371
 26375
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
mgl@1371
 26376
+  am__fastdepCC_TRUE=
mgl@1371
 26377
+  am__fastdepCC_FALSE='#'
mgl@1371
 26378
+else
mgl@1371
 26379
+  am__fastdepCC_TRUE='#'
mgl@1371
 26380
+  am__fastdepCC_FALSE=
mgl@1371
 26381
+fi
mgl@1371
 26382
+
mgl@1371
 26383
+
mgl@1371
 26384
+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
mgl@1371
 26385
+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
mgl@1371
 26386
+if test "${ac_cv_path_GREP+set}" = set; then
mgl@1371
 26387
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26388
+else
mgl@1371
 26389
+  # Extract the first word of "grep ggrep" to use in msg output
mgl@1371
 26390
+if test -z "$GREP"; then
mgl@1371
 26391
+set dummy grep ggrep; ac_prog_name=$2
mgl@1371
 26392
+if test "${ac_cv_path_GREP+set}" = set; then
mgl@1371
 26393
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26394
+else
mgl@1371
 26395
+  ac_path_GREP_found=false
mgl@1371
 26396
+# Loop through the user's path and test for each of PROGNAME-LIST
mgl@1371
 26397
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 26398
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
mgl@1371
 26399
+do
mgl@1371
 26400
+  IFS=$as_save_IFS
mgl@1371
 26401
+  test -z "$as_dir" && as_dir=.
mgl@1371
 26402
+  for ac_prog in grep ggrep; do
mgl@1371
 26403
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 26404
+    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
mgl@1371
 26405
+    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
mgl@1371
 26406
+    # Check for GNU ac_path_GREP and select it if it is found.
mgl@1371
 26407
+  # Check for GNU $ac_path_GREP
mgl@1371
 26408
+case `"$ac_path_GREP" --version 2>&1` in
mgl@1371
 26409
+*GNU*)
mgl@1371
 26410
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
mgl@1371
 26411
+*)
mgl@1371
 26412
+  ac_count=0
mgl@1371
 26413
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
mgl@1371
 26414
+  while :
mgl@1371
 26415
+  do
mgl@1371
 26416
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
mgl@1371
 26417
+    mv "conftest.tmp" "conftest.in"
mgl@1371
 26418
+    cp "conftest.in" "conftest.nl"
mgl@1371
 26419
+    echo 'GREP' >> "conftest.nl"
mgl@1371
 26420
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
mgl@1371
 26421
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
mgl@1371
 26422
+    ac_count=`expr $ac_count + 1`
mgl@1371
 26423
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
mgl@1371
 26424
+      # Best one so far, save it but keep looking for a better one
mgl@1371
 26425
+      ac_cv_path_GREP="$ac_path_GREP"
mgl@1371
 26426
+      ac_path_GREP_max=$ac_count
mgl@1371
 26427
+    fi
mgl@1371
 26428
+    # 10*(2^10) chars as input seems more than enough
mgl@1371
 26429
+    test $ac_count -gt 10 && break
mgl@1371
 26430
+  done
mgl@1371
 26431
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
mgl@1371
 26432
+esac
mgl@1371
 26433
+
mgl@1371
 26434
+
mgl@1371
 26435
+    $ac_path_GREP_found && break 3
mgl@1371
 26436
+  done
mgl@1371
 26437
+done
mgl@1371
 26438
+
mgl@1371
 26439
+done
mgl@1371
 26440
+IFS=$as_save_IFS
mgl@1371
 26441
+
mgl@1371
 26442
+
mgl@1371
 26443
+fi
mgl@1371
 26444
+
mgl@1371
 26445
+GREP="$ac_cv_path_GREP"
mgl@1371
 26446
+if test -z "$GREP"; then
mgl@1371
 26447
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
mgl@1371
 26448
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
mgl@1371
 26449
+   { (exit 1); exit 1; }; }
mgl@1371
 26450
+fi
mgl@1371
 26451
+
mgl@1371
 26452
+else
mgl@1371
 26453
+  ac_cv_path_GREP=$GREP
mgl@1371
 26454
+fi
mgl@1371
 26455
+
mgl@1371
 26456
+
mgl@1371
 26457
+fi
mgl@1371
 26458
+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
mgl@1371
 26459
+echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
mgl@1371
 26460
+ GREP="$ac_cv_path_GREP"
mgl@1371
 26461
+
mgl@1371
 26462
+
mgl@1371
 26463
+{ echo "$as_me:$LINENO: checking for egrep" >&5
mgl@1371
 26464
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
mgl@1371
 26465
+if test "${ac_cv_path_EGREP+set}" = set; then
mgl@1371
 26466
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26467
+else
mgl@1371
 26468
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
mgl@1371
 26469
+   then ac_cv_path_EGREP="$GREP -E"
mgl@1371
 26470
+   else
mgl@1371
 26471
+     # Extract the first word of "egrep" to use in msg output
mgl@1371
 26472
+if test -z "$EGREP"; then
mgl@1371
 26473
+set dummy egrep; ac_prog_name=$2
mgl@1371
 26474
+if test "${ac_cv_path_EGREP+set}" = set; then
mgl@1371
 26475
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26476
+else
mgl@1371
 26477
+  ac_path_EGREP_found=false
mgl@1371
 26478
+# Loop through the user's path and test for each of PROGNAME-LIST
mgl@1371
 26479
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 26480
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
mgl@1371
 26481
+do
mgl@1371
 26482
+  IFS=$as_save_IFS
mgl@1371
 26483
+  test -z "$as_dir" && as_dir=.
mgl@1371
 26484
+  for ac_prog in egrep; do
mgl@1371
 26485
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 26486
+    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
mgl@1371
 26487
+    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
mgl@1371
 26488
+    # Check for GNU ac_path_EGREP and select it if it is found.
mgl@1371
 26489
+  # Check for GNU $ac_path_EGREP
mgl@1371
 26490
+case `"$ac_path_EGREP" --version 2>&1` in
mgl@1371
 26491
+*GNU*)
mgl@1371
 26492
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
mgl@1371
 26493
+*)
mgl@1371
 26494
+  ac_count=0
mgl@1371
 26495
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
mgl@1371
 26496
+  while :
mgl@1371
 26497
+  do
mgl@1371
 26498
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
mgl@1371
 26499
+    mv "conftest.tmp" "conftest.in"
mgl@1371
 26500
+    cp "conftest.in" "conftest.nl"
mgl@1371
 26501
+    echo 'EGREP' >> "conftest.nl"
mgl@1371
 26502
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
mgl@1371
 26503
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
mgl@1371
 26504
+    ac_count=`expr $ac_count + 1`
mgl@1371
 26505
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
mgl@1371
 26506
+      # Best one so far, save it but keep looking for a better one
mgl@1371
 26507
+      ac_cv_path_EGREP="$ac_path_EGREP"
mgl@1371
 26508
+      ac_path_EGREP_max=$ac_count
mgl@1371
 26509
+    fi
mgl@1371
 26510
+    # 10*(2^10) chars as input seems more than enough
mgl@1371
 26511
+    test $ac_count -gt 10 && break
mgl@1371
 26512
+  done
mgl@1371
 26513
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
mgl@1371
 26514
+esac
mgl@1371
 26515
+
mgl@1371
 26516
+
mgl@1371
 26517
+    $ac_path_EGREP_found && break 3
mgl@1371
 26518
+  done
mgl@1371
 26519
+done
mgl@1371
 26520
+
mgl@1371
 26521
+done
mgl@1371
 26522
+IFS=$as_save_IFS
mgl@1371
 26523
+
mgl@1371
 26524
+
mgl@1371
 26525
 fi
mgl@1371
 26526
 
mgl@1371
 26527
+EGREP="$ac_cv_path_EGREP"
mgl@1371
 26528
+if test -z "$EGREP"; then
mgl@1371
 26529
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
mgl@1371
 26530
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
mgl@1371
 26531
+   { (exit 1); exit 1; }; }
mgl@1371
 26532
 fi
mgl@1371
 26533
-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
mgl@1371
 26534
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
mgl@1371
 26535
-CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
mgl@1371
 26536
 
mgl@1371
 26537
+else
mgl@1371
 26538
+  ac_cv_path_EGREP=$EGREP
mgl@1371
 26539
+fi
mgl@1371
 26540
 
mgl@1371
 26541
 
mgl@1371
 26542
-if
mgl@1371
 26543
-  test "x$enable_dependency_tracking" != xno \
mgl@1371
 26544
-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
mgl@1371
 26545
-  am__fastdepCC_TRUE=
mgl@1371
 26546
-  am__fastdepCC_FALSE='#'
mgl@1371
 26547
-else
mgl@1371
 26548
-  am__fastdepCC_TRUE='#'
mgl@1371
 26549
-  am__fastdepCC_FALSE=
mgl@1371
 26550
+   fi
mgl@1371
 26551
 fi
mgl@1371
 26552
+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
mgl@1371
 26553
+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
mgl@1371
 26554
+ EGREP="$ac_cv_path_EGREP"
mgl@1371
 26555
 
mgl@1371
 26556
 
mgl@1371
 26557
-echo "$as_me:$LINENO: checking for egrep" >&5
mgl@1371
 26558
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
mgl@1371
 26559
-if test "${ac_cv_prog_egrep+set}" = set; then
mgl@1371
 26560
+{ echo "$as_me:$LINENO: checking for fgrep" >&5
mgl@1371
 26561
+echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
mgl@1371
 26562
+if test "${ac_cv_path_FGREP+set}" = set; then
mgl@1371
 26563
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26564
+else
mgl@1371
 26565
+  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
mgl@1371
 26566
+   then ac_cv_path_FGREP="$GREP -F"
mgl@1371
 26567
+   else
mgl@1371
 26568
+     # Extract the first word of "fgrep" to use in msg output
mgl@1371
 26569
+if test -z "$FGREP"; then
mgl@1371
 26570
+set dummy fgrep; ac_prog_name=$2
mgl@1371
 26571
+if test "${ac_cv_path_FGREP+set}" = set; then
mgl@1371
 26572
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26573
 else
mgl@1371
 26574
-  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
mgl@1371
 26575
-    then ac_cv_prog_egrep='grep -E'
mgl@1371
 26576
-    else ac_cv_prog_egrep='egrep'
mgl@1371
 26577
+  ac_path_FGREP_found=false
mgl@1371
 26578
+# Loop through the user's path and test for each of PROGNAME-LIST
mgl@1371
 26579
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 26580
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
mgl@1371
 26581
+do
mgl@1371
 26582
+  IFS=$as_save_IFS
mgl@1371
 26583
+  test -z "$as_dir" && as_dir=.
mgl@1371
 26584
+  for ac_prog in fgrep; do
mgl@1371
 26585
+  for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 26586
+    ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
mgl@1371
 26587
+    { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
mgl@1371
 26588
+    # Check for GNU ac_path_FGREP and select it if it is found.
mgl@1371
 26589
+  # Check for GNU $ac_path_FGREP
mgl@1371
 26590
+case `"$ac_path_FGREP" --version 2>&1` in
mgl@1371
 26591
+*GNU*)
mgl@1371
 26592
+  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
mgl@1371
 26593
+*)
mgl@1371
 26594
+  ac_count=0
mgl@1371
 26595
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
mgl@1371
 26596
+  while :
mgl@1371
 26597
+  do
mgl@1371
 26598
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
mgl@1371
 26599
+    mv "conftest.tmp" "conftest.in"
mgl@1371
 26600
+    cp "conftest.in" "conftest.nl"
mgl@1371
 26601
+    echo 'FGREP' >> "conftest.nl"
mgl@1371
 26602
+    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
mgl@1371
 26603
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
mgl@1371
 26604
+    ac_count=`expr $ac_count + 1`
mgl@1371
 26605
+    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
mgl@1371
 26606
+      # Best one so far, save it but keep looking for a better one
mgl@1371
 26607
+      ac_cv_path_FGREP="$ac_path_FGREP"
mgl@1371
 26608
+      ac_path_FGREP_max=$ac_count
mgl@1371
 26609
     fi
mgl@1371
 26610
+    # 10*(2^10) chars as input seems more than enough
mgl@1371
 26611
+    test $ac_count -gt 10 && break
mgl@1371
 26612
+  done
mgl@1371
 26613
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
mgl@1371
 26614
+esac
mgl@1371
 26615
+
mgl@1371
 26616
+
mgl@1371
 26617
+    $ac_path_FGREP_found && break 3
mgl@1371
 26618
+  done
mgl@1371
 26619
+done
mgl@1371
 26620
+
mgl@1371
 26621
+done
mgl@1371
 26622
+IFS=$as_save_IFS
mgl@1371
 26623
+
mgl@1371
 26624
+
mgl@1371
 26625
 fi
mgl@1371
 26626
-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
mgl@1371
 26627
-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
mgl@1371
 26628
- EGREP=$ac_cv_prog_egrep
mgl@1371
 26629
 
mgl@1371
 26630
+FGREP="$ac_cv_path_FGREP"
mgl@1371
 26631
+if test -z "$FGREP"; then
mgl@1371
 26632
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
mgl@1371
 26633
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
mgl@1371
 26634
+   { (exit 1); exit 1; }; }
mgl@1371
 26635
+fi
mgl@1371
 26636
 
mgl@1371
 26637
-echo "$as_me:$LINENO: checking for fgrep" >&5
mgl@1371
 26638
-echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
mgl@1371
 26639
-if test "${ac_cv_prog_fgrep+set}" = set; then
mgl@1371
 26640
-  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26641
 else
mgl@1371
 26642
-  if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
mgl@1371
 26643
-    then ac_cv_prog_fgrep='grep -F'
mgl@1371
 26644
-    else ac_cv_prog_fgrep='fgrep'
mgl@1371
 26645
-    fi
mgl@1371
 26646
+  ac_cv_path_FGREP=$FGREP
mgl@1371
 26647
+fi
mgl@1371
 26648
+
mgl@1371
 26649
+
mgl@1371
 26650
+   fi
mgl@1371
 26651
 fi
mgl@1371
 26652
-echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
mgl@1371
 26653
-echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
mgl@1371
 26654
- FGREP=$ac_cv_prog_fgrep
mgl@1371
 26655
+{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
mgl@1371
 26656
+echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
mgl@1371
 26657
+ FGREP="$ac_cv_path_FGREP"
mgl@1371
 26658
 
mgl@1371
 26659
 
mgl@1371
 26660
 test -z "$GREP" && GREP=grep
mgl@1371
 26661
@@ -4520,18 +5470,18 @@
mgl@1371
 26662
 
mgl@1371
 26663
 
mgl@1371
 26664
 
mgl@1371
 26665
-# Check whether --with-gnu-ld or --without-gnu-ld was given.
mgl@1371
 26666
+# Check whether --with-gnu-ld was given.
mgl@1371
 26667
 if test "${with_gnu_ld+set}" = set; then
mgl@1371
 26668
-  withval="$with_gnu_ld"
mgl@1371
 26669
-  test "$withval" = no || with_gnu_ld=yes
mgl@1371
 26670
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
mgl@1371
 26671
 else
mgl@1371
 26672
   with_gnu_ld=no
mgl@1371
 26673
-fi;
mgl@1371
 26674
+fi
mgl@1371
 26675
+
mgl@1371
 26676
 ac_prog=ld
mgl@1371
 26677
 if test "$GCC" = yes; then
mgl@1371
 26678
   # Check if gcc -print-prog-name=ld gives a path.
mgl@1371
 26679
-  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
mgl@1371
 26680
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
mgl@1371
 26681
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
mgl@1371
 26682
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
mgl@1371
 26683
   case $host in
mgl@1371
 26684
   *-*-mingw*)
mgl@1371
 26685
     # gcc leaves a trailing carriage return which upsets mingw
mgl@1371
 26686
@@ -4560,11 +5510,11 @@
mgl@1371
 26687
     ;;
mgl@1371
 26688
   esac
mgl@1371
 26689
 elif test "$with_gnu_ld" = yes; then
mgl@1371
 26690
-  echo "$as_me:$LINENO: checking for GNU ld" >&5
mgl@1371
 26691
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
mgl@1371
 26692
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
mgl@1371
 26693
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
mgl@1371
 26694
 else
mgl@1371
 26695
-  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
mgl@1371
 26696
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
mgl@1371
 26697
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
mgl@1371
 26698
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
mgl@1371
 26699
 fi
mgl@1371
 26700
 if test "${lt_cv_path_LD+set}" = set; then
mgl@1371
 26701
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26702
@@ -4597,17 +5547,17 @@
mgl@1371
 26703
 
mgl@1371
 26704
 LD="$lt_cv_path_LD"
mgl@1371
 26705
 if test -n "$LD"; then
mgl@1371
 26706
-  echo "$as_me:$LINENO: result: $LD" >&5
mgl@1371
 26707
-echo "${ECHO_T}$LD" >&6
mgl@1371
 26708
+  { echo "$as_me:$LINENO: result: $LD" >&5
mgl@1371
 26709
+echo "${ECHO_T}$LD" >&6; }
mgl@1371
 26710
 else
mgl@1371
 26711
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 26712
-echo "${ECHO_T}no" >&6
mgl@1371
 26713
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 26714
+echo "${ECHO_T}no" >&6; }
mgl@1371
 26715
 fi
mgl@1371
 26716
 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
mgl@1371
 26717
 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
mgl@1371
 26718
    { (exit 1); exit 1; }; }
mgl@1371
 26719
-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
mgl@1371
 26720
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
mgl@1371
 26721
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
mgl@1371
 26722
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
mgl@1371
 26723
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
mgl@1371
 26724
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26725
 else
mgl@1371
 26726
@@ -4621,8 +5571,8 @@
mgl@1371
 26727
   ;;
mgl@1371
 26728
 esac
mgl@1371
 26729
 fi
mgl@1371
 26730
-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
mgl@1371
 26731
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
mgl@1371
 26732
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
mgl@1371
 26733
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
mgl@1371
 26734
 with_gnu_ld=$lt_cv_prog_gnu_ld
mgl@1371
 26735
 
mgl@1371
 26736
 
mgl@1371
 26737
@@ -4633,8 +5583,8 @@
mgl@1371
 26738
 
mgl@1371
 26739
 
mgl@1371
 26740
 
mgl@1371
 26741
-echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
mgl@1371
 26742
-echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
mgl@1371
 26743
+{ echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
mgl@1371
 26744
+echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
mgl@1371
 26745
 if test "${lt_cv_path_NM+set}" = set; then
mgl@1371
 26746
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26747
 else
mgl@1371
 26748
@@ -4682,8 +5632,8 @@
mgl@1371
 26749
   : ${lt_cv_path_NM=no}
mgl@1371
 26750
 fi
mgl@1371
 26751
 fi
mgl@1371
 26752
-echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
mgl@1371
 26753
-echo "${ECHO_T}$lt_cv_path_NM" >&6
mgl@1371
 26754
+{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
mgl@1371
 26755
+echo "${ECHO_T}$lt_cv_path_NM" >&6; }
mgl@1371
 26756
 if test "$lt_cv_path_NM" != "no"; then
mgl@1371
 26757
   NM="$lt_cv_path_NM"
mgl@1371
 26758
 else
mgl@1371
 26759
@@ -4693,8 +5643,8 @@
mgl@1371
 26760
   do
mgl@1371
 26761
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
mgl@1371
 26762
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
mgl@1371
 26763
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 26764
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 26765
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 26766
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 26767
 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
mgl@1371
 26768
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26769
 else
mgl@1371
 26770
@@ -4707,25 +5657,27 @@
mgl@1371
 26771
   IFS=$as_save_IFS
mgl@1371
 26772
   test -z "$as_dir" && as_dir=.
mgl@1371
 26773
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 26774
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 26775
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 26776
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
mgl@1371
 26777
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 26778
     break 2
mgl@1371
 26779
   fi
mgl@1371
 26780
 done
mgl@1371
 26781
 done
mgl@1371
 26782
+IFS=$as_save_IFS
mgl@1371
 26783
 
mgl@1371
 26784
 fi
mgl@1371
 26785
 fi
mgl@1371
 26786
 DUMPBIN=$ac_cv_prog_DUMPBIN
mgl@1371
 26787
 if test -n "$DUMPBIN"; then
mgl@1371
 26788
-  echo "$as_me:$LINENO: result: $DUMPBIN" >&5
mgl@1371
 26789
-echo "${ECHO_T}$DUMPBIN" >&6
mgl@1371
 26790
+  { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
mgl@1371
 26791
+echo "${ECHO_T}$DUMPBIN" >&6; }
mgl@1371
 26792
 else
mgl@1371
 26793
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 26794
-echo "${ECHO_T}no" >&6
mgl@1371
 26795
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 26796
+echo "${ECHO_T}no" >&6; }
mgl@1371
 26797
 fi
mgl@1371
 26798
 
mgl@1371
 26799
+
mgl@1371
 26800
     test -n "$DUMPBIN" && break
mgl@1371
 26801
   done
mgl@1371
 26802
 fi
mgl@1371
 26803
@@ -4735,8 +5687,8 @@
mgl@1371
 26804
 do
mgl@1371
 26805
   # Extract the first word of "$ac_prog", so it can be a program name with args.
mgl@1371
 26806
 set dummy $ac_prog; ac_word=$2
mgl@1371
 26807
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 26808
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 26809
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 26810
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 26811
 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
mgl@1371
 26812
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26813
 else
mgl@1371
 26814
@@ -4749,30 +5701,45 @@
mgl@1371
 26815
   IFS=$as_save_IFS
mgl@1371
 26816
   test -z "$as_dir" && as_dir=.
mgl@1371
 26817
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 26818
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 26819
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 26820
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
mgl@1371
 26821
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 26822
     break 2
mgl@1371
 26823
   fi
mgl@1371
 26824
 done
mgl@1371
 26825
 done
mgl@1371
 26826
+IFS=$as_save_IFS
mgl@1371
 26827
 
mgl@1371
 26828
 fi
mgl@1371
 26829
 fi
mgl@1371
 26830
 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
mgl@1371
 26831
 if test -n "$ac_ct_DUMPBIN"; then
mgl@1371
 26832
-  echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
mgl@1371
 26833
-echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
mgl@1371
 26834
+  { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
mgl@1371
 26835
+echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
mgl@1371
 26836
 else
mgl@1371
 26837
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 26838
-echo "${ECHO_T}no" >&6
mgl@1371
 26839
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 26840
+echo "${ECHO_T}no" >&6; }
mgl@1371
 26841
 fi
mgl@1371
 26842
 
mgl@1371
 26843
+
mgl@1371
 26844
   test -n "$ac_ct_DUMPBIN" && break
mgl@1371
 26845
 done
mgl@1371
 26846
-test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
mgl@1371
 26847
 
mgl@1371
 26848
-  DUMPBIN=$ac_ct_DUMPBIN
mgl@1371
 26849
+  if test "x$ac_ct_DUMPBIN" = x; then
mgl@1371
 26850
+    DUMPBIN=":"
mgl@1371
 26851
+  else
mgl@1371
 26852
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 26853
+yes:)
mgl@1371
 26854
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 26855
+whose name does not start with the host triplet.  If you think this
mgl@1371
 26856
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 26857
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 26858
+whose name does not start with the host triplet.  If you think this
mgl@1371
 26859
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 26860
+ac_tool_warned=yes ;;
mgl@1371
 26861
+esac
mgl@1371
 26862
+    DUMPBIN=$ac_ct_DUMPBIN
mgl@1371
 26863
+  fi
mgl@1371
 26864
 fi
mgl@1371
 26865
 
mgl@1371
 26866
 
mgl@1371
 26867
@@ -4787,43 +5754,43 @@
mgl@1371
 26868
 
mgl@1371
 26869
 
mgl@1371
 26870
 
mgl@1371
 26871
-echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
mgl@1371
 26872
-echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
mgl@1371
 26873
+{ echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
mgl@1371
 26874
+echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
mgl@1371
 26875
 if test "${lt_cv_nm_interface+set}" = set; then
mgl@1371
 26876
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26877
 else
mgl@1371
 26878
   lt_cv_nm_interface="BSD nm"
mgl@1371
 26879
   echo "int some_variable = 0;" > conftest.$ac_ext
mgl@1371
 26880
-  (eval echo "\"\$as_me:4797: $ac_compile\"" >&5)
mgl@1371
 26881
+  (eval echo "\"\$as_me:5764: $ac_compile\"" >&5)
mgl@1371
 26882
   (eval "$ac_compile" 2>conftest.err)
mgl@1371
 26883
   cat conftest.err >&5
mgl@1371
 26884
-  (eval echo "\"\$as_me:4800: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
mgl@1371
 26885
+  (eval echo "\"\$as_me:5767: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
mgl@1371
 26886
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
mgl@1371
 26887
   cat conftest.err >&5
mgl@1371
 26888
-  (eval echo "\"\$as_me:4803: output\"" >&5)
mgl@1371
 26889
+  (eval echo "\"\$as_me:5770: output\"" >&5)
mgl@1371
 26890
   cat conftest.out >&5
mgl@1371
 26891
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
mgl@1371
 26892
     lt_cv_nm_interface="MS dumpbin"
mgl@1371
 26893
   fi
mgl@1371
 26894
   rm -f conftest*
mgl@1371
 26895
 fi
mgl@1371
 26896
-echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
mgl@1371
 26897
-echo "${ECHO_T}$lt_cv_nm_interface" >&6
mgl@1371
 26898
+{ echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
mgl@1371
 26899
+echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
mgl@1371
 26900
 
mgl@1371
 26901
-echo "$as_me:$LINENO: checking whether ln -s works" >&5
mgl@1371
 26902
-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
mgl@1371
 26903
+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
mgl@1371
 26904
+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
mgl@1371
 26905
 LN_S=$as_ln_s
mgl@1371
 26906
 if test "$LN_S" = "ln -s"; then
mgl@1371
 26907
-  echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 26908
-echo "${ECHO_T}yes" >&6
mgl@1371
 26909
+  { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 26910
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 26911
 else
mgl@1371
 26912
-  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
mgl@1371
 26913
-echo "${ECHO_T}no, using $LN_S" >&6
mgl@1371
 26914
+  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
mgl@1371
 26915
+echo "${ECHO_T}no, using $LN_S" >&6; }
mgl@1371
 26916
 fi
mgl@1371
 26917
 
mgl@1371
 26918
 # find the maximum length of command line arguments
mgl@1371
 26919
-echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
mgl@1371
 26920
-echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
mgl@1371
 26921
+{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
mgl@1371
 26922
+echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
mgl@1371
 26923
 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
mgl@1371
 26924
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26925
 else
mgl@1371
 26926
@@ -4942,11 +5909,11 @@
mgl@1371
 26927
 fi
mgl@1371
 26928
 
mgl@1371
 26929
 if test -n $lt_cv_sys_max_cmd_len ; then
mgl@1371
 26930
-  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
mgl@1371
 26931
-echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
mgl@1371
 26932
+  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
mgl@1371
 26933
+echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
mgl@1371
 26934
 else
mgl@1371
 26935
-  echo "$as_me:$LINENO: result: none" >&5
mgl@1371
 26936
-echo "${ECHO_T}none" >&6
mgl@1371
 26937
+  { echo "$as_me:$LINENO: result: none" >&5
mgl@1371
 26938
+echo "${ECHO_T}none" >&6; }
mgl@1371
 26939
 fi
mgl@1371
 26940
 max_cmd_len=$lt_cv_sys_max_cmd_len
mgl@1371
 26941
 
mgl@1371
 26942
@@ -4959,8 +5926,8 @@
mgl@1371
 26943
 : ${MV="mv -f"}
mgl@1371
 26944
 : ${RM="rm -f"}
mgl@1371
 26945
 
mgl@1371
 26946
-echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
mgl@1371
 26947
-echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
mgl@1371
 26948
+{ echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
mgl@1371
 26949
+echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
mgl@1371
 26950
 # Try some XSI features
mgl@1371
 26951
 xsi_shell=no
mgl@1371
 26952
 ( _lt_dummy="a/b/c"
mgl@1371
 26953
@@ -4969,18 +5936,18 @@
mgl@1371
 26954
     && eval 'test $(( 1 + 1 )) -eq 2 \
mgl@1371
 26955
     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
mgl@1371
 26956
   && xsi_shell=yes
mgl@1371
 26957
-echo "$as_me:$LINENO: result: $xsi_shell" >&5
mgl@1371
 26958
-echo "${ECHO_T}$xsi_shell" >&6
mgl@1371
 26959
+{ echo "$as_me:$LINENO: result: $xsi_shell" >&5
mgl@1371
 26960
+echo "${ECHO_T}$xsi_shell" >&6; }
mgl@1371
 26961
 
mgl@1371
 26962
 
mgl@1371
 26963
-echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
mgl@1371
 26964
-echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
mgl@1371
 26965
+{ echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
mgl@1371
 26966
+echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
mgl@1371
 26967
 lt_shell_append=no
mgl@1371
 26968
 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
mgl@1371
 26969
     >/dev/null 2>&1 \
mgl@1371
 26970
   && lt_shell_append=yes
mgl@1371
 26971
-echo "$as_me:$LINENO: result: $lt_shell_append" >&5
mgl@1371
 26972
-echo "${ECHO_T}$lt_shell_append" >&6
mgl@1371
 26973
+{ echo "$as_me:$LINENO: result: $lt_shell_append" >&5
mgl@1371
 26974
+echo "${ECHO_T}$lt_shell_append" >&6; }
mgl@1371
 26975
 
mgl@1371
 26976
 
mgl@1371
 26977
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
 26978
@@ -5014,15 +5981,15 @@
mgl@1371
 26979
 
mgl@1371
 26980
 
mgl@1371
 26981
 
mgl@1371
 26982
-echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
mgl@1371
 26983
-echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
mgl@1371
 26984
+{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
mgl@1371
 26985
+echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
mgl@1371
 26986
 if test "${lt_cv_ld_reload_flag+set}" = set; then
mgl@1371
 26987
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 26988
 else
mgl@1371
 26989
   lt_cv_ld_reload_flag='-r'
mgl@1371
 26990
 fi
mgl@1371
 26991
-echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
mgl@1371
 26992
-echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
mgl@1371
 26993
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
mgl@1371
 26994
+echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
mgl@1371
 26995
 reload_flag=$lt_cv_ld_reload_flag
mgl@1371
 26996
 case $reload_flag in
mgl@1371
 26997
 "" | " "*) ;;
mgl@1371
 26998
@@ -5050,8 +6017,8 @@
mgl@1371
 26999
 if test -n "$ac_tool_prefix"; then
mgl@1371
 27000
   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
mgl@1371
 27001
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
mgl@1371
 27002
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27003
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27004
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27005
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27006
 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
mgl@1371
 27007
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27008
 else
mgl@1371
 27009
@@ -5064,32 +6031,34 @@
mgl@1371
 27010
   IFS=$as_save_IFS
mgl@1371
 27011
   test -z "$as_dir" && as_dir=.
mgl@1371
 27012
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27013
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27014
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27015
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
mgl@1371
 27016
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27017
     break 2
mgl@1371
 27018
   fi
mgl@1371
 27019
 done
mgl@1371
 27020
 done
mgl@1371
 27021
+IFS=$as_save_IFS
mgl@1371
 27022
 
mgl@1371
 27023
 fi
mgl@1371
 27024
 fi
mgl@1371
 27025
 OBJDUMP=$ac_cv_prog_OBJDUMP
mgl@1371
 27026
 if test -n "$OBJDUMP"; then
mgl@1371
 27027
-  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
mgl@1371
 27028
-echo "${ECHO_T}$OBJDUMP" >&6
mgl@1371
 27029
+  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
mgl@1371
 27030
+echo "${ECHO_T}$OBJDUMP" >&6; }
mgl@1371
 27031
 else
mgl@1371
 27032
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27033
-echo "${ECHO_T}no" >&6
mgl@1371
 27034
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27035
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27036
 fi
mgl@1371
 27037
 
mgl@1371
 27038
+
mgl@1371
 27039
 fi
mgl@1371
 27040
 if test -z "$ac_cv_prog_OBJDUMP"; then
mgl@1371
 27041
   ac_ct_OBJDUMP=$OBJDUMP
mgl@1371
 27042
   # Extract the first word of "objdump", so it can be a program name with args.
mgl@1371
 27043
 set dummy objdump; ac_word=$2
mgl@1371
 27044
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27045
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27046
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27047
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27048
 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
mgl@1371
 27049
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27050
 else
mgl@1371
 27051
@@ -5102,27 +6071,41 @@
mgl@1371
 27052
   IFS=$as_save_IFS
mgl@1371
 27053
   test -z "$as_dir" && as_dir=.
mgl@1371
 27054
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27055
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27056
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27057
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
mgl@1371
 27058
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27059
     break 2
mgl@1371
 27060
   fi
mgl@1371
 27061
 done
mgl@1371
 27062
 done
mgl@1371
 27063
+IFS=$as_save_IFS
mgl@1371
 27064
 
mgl@1371
 27065
-  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
mgl@1371
 27066
 fi
mgl@1371
 27067
 fi
mgl@1371
 27068
 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
mgl@1371
 27069
 if test -n "$ac_ct_OBJDUMP"; then
mgl@1371
 27070
-  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
mgl@1371
 27071
-echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
mgl@1371
 27072
+  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
mgl@1371
 27073
+echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
mgl@1371
 27074
 else
mgl@1371
 27075
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27076
-echo "${ECHO_T}no" >&6
mgl@1371
 27077
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27078
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27079
 fi
mgl@1371
 27080
 
mgl@1371
 27081
-  OBJDUMP=$ac_ct_OBJDUMP
mgl@1371
 27082
+  if test "x$ac_ct_OBJDUMP" = x; then
mgl@1371
 27083
+    OBJDUMP="false"
mgl@1371
 27084
+  else
mgl@1371
 27085
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 27086
+yes:)
mgl@1371
 27087
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27088
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27089
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 27090
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27091
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27092
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 27093
+ac_tool_warned=yes ;;
mgl@1371
 27094
+esac
mgl@1371
 27095
+    OBJDUMP=$ac_ct_OBJDUMP
mgl@1371
 27096
+  fi
mgl@1371
 27097
 else
mgl@1371
 27098
   OBJDUMP="$ac_cv_prog_OBJDUMP"
mgl@1371
 27099
 fi
mgl@1371
 27100
@@ -5134,8 +6117,8 @@
mgl@1371
 27101
 
mgl@1371
 27102
 
mgl@1371
 27103
 
mgl@1371
 27104
-echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
mgl@1371
 27105
-echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
mgl@1371
 27106
+{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
mgl@1371
 27107
+echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
mgl@1371
 27108
 if test "${lt_cv_deplibs_check_method+set}" = set; then
mgl@1371
 27109
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27110
 else
mgl@1371
 27111
@@ -5330,8 +6313,8 @@
mgl@1371
 27112
 esac
mgl@1371
 27113
 
mgl@1371
 27114
 fi
mgl@1371
 27115
-echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
mgl@1371
 27116
-echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
mgl@1371
 27117
+{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
mgl@1371
 27118
+echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
mgl@1371
 27119
 file_magic_cmd=$lt_cv_file_magic_cmd
mgl@1371
 27120
 deplibs_check_method=$lt_cv_deplibs_check_method
mgl@1371
 27121
 test -z "$deplibs_check_method" && deplibs_check_method=unknown
mgl@1371
 27122
@@ -5350,8 +6333,8 @@
mgl@1371
 27123
 if test -n "$ac_tool_prefix"; then
mgl@1371
 27124
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
mgl@1371
 27125
 set dummy ${ac_tool_prefix}ar; ac_word=$2
mgl@1371
 27126
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27127
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27128
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27129
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27130
 if test "${ac_cv_prog_AR+set}" = set; then
mgl@1371
 27131
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27132
 else
mgl@1371
 27133
@@ -5364,32 +6347,34 @@
mgl@1371
 27134
   IFS=$as_save_IFS
mgl@1371
 27135
   test -z "$as_dir" && as_dir=.
mgl@1371
 27136
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27137
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27138
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27139
     ac_cv_prog_AR="${ac_tool_prefix}ar"
mgl@1371
 27140
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27141
     break 2
mgl@1371
 27142
   fi
mgl@1371
 27143
 done
mgl@1371
 27144
 done
mgl@1371
 27145
+IFS=$as_save_IFS
mgl@1371
 27146
 
mgl@1371
 27147
 fi
mgl@1371
 27148
 fi
mgl@1371
 27149
 AR=$ac_cv_prog_AR
mgl@1371
 27150
 if test -n "$AR"; then
mgl@1371
 27151
-  echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
 27152
-echo "${ECHO_T}$AR" >&6
mgl@1371
 27153
+  { echo "$as_me:$LINENO: result: $AR" >&5
mgl@1371
 27154
+echo "${ECHO_T}$AR" >&6; }
mgl@1371
 27155
 else
mgl@1371
 27156
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27157
-echo "${ECHO_T}no" >&6
mgl@1371
 27158
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27159
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27160
 fi
mgl@1371
 27161
 
mgl@1371
 27162
+
mgl@1371
 27163
 fi
mgl@1371
 27164
 if test -z "$ac_cv_prog_AR"; then
mgl@1371
 27165
   ac_ct_AR=$AR
mgl@1371
 27166
   # Extract the first word of "ar", so it can be a program name with args.
mgl@1371
 27167
 set dummy ar; ac_word=$2
mgl@1371
 27168
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27169
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27170
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27171
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27172
 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
mgl@1371
 27173
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27174
 else
mgl@1371
 27175
@@ -5402,27 +6387,41 @@
mgl@1371
 27176
   IFS=$as_save_IFS
mgl@1371
 27177
   test -z "$as_dir" && as_dir=.
mgl@1371
 27178
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27179
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27180
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27181
     ac_cv_prog_ac_ct_AR="ar"
mgl@1371
 27182
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27183
     break 2
mgl@1371
 27184
   fi
mgl@1371
 27185
 done
mgl@1371
 27186
 done
mgl@1371
 27187
+IFS=$as_save_IFS
mgl@1371
 27188
 
mgl@1371
 27189
-  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
mgl@1371
 27190
 fi
mgl@1371
 27191
 fi
mgl@1371
 27192
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
mgl@1371
 27193
 if test -n "$ac_ct_AR"; then
mgl@1371
 27194
-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
 27195
-echo "${ECHO_T}$ac_ct_AR" >&6
mgl@1371
 27196
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
mgl@1371
 27197
+echo "${ECHO_T}$ac_ct_AR" >&6; }
mgl@1371
 27198
 else
mgl@1371
 27199
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27200
-echo "${ECHO_T}no" >&6
mgl@1371
 27201
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27202
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27203
 fi
mgl@1371
 27204
 
mgl@1371
 27205
-  AR=$ac_ct_AR
mgl@1371
 27206
+  if test "x$ac_ct_AR" = x; then
mgl@1371
 27207
+    AR="false"
mgl@1371
 27208
+  else
mgl@1371
 27209
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 27210
+yes:)
mgl@1371
 27211
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27212
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27213
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 27214
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27215
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27216
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 27217
+ac_tool_warned=yes ;;
mgl@1371
 27218
+esac
mgl@1371
 27219
+    AR=$ac_ct_AR
mgl@1371
 27220
+  fi
mgl@1371
 27221
 else
mgl@1371
 27222
   AR="$ac_cv_prog_AR"
mgl@1371
 27223
 fi
mgl@1371
 27224
@@ -5443,8 +6442,8 @@
mgl@1371
 27225
 if test -n "$ac_tool_prefix"; then
mgl@1371
 27226
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
mgl@1371
 27227
 set dummy ${ac_tool_prefix}strip; ac_word=$2
mgl@1371
 27228
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27229
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27230
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27231
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27232
 if test "${ac_cv_prog_STRIP+set}" = set; then
mgl@1371
 27233
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27234
 else
mgl@1371
 27235
@@ -5457,32 +6456,34 @@
mgl@1371
 27236
   IFS=$as_save_IFS
mgl@1371
 27237
   test -z "$as_dir" && as_dir=.
mgl@1371
 27238
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27239
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27240
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27241
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
mgl@1371
 27242
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27243
     break 2
mgl@1371
 27244
   fi
mgl@1371
 27245
 done
mgl@1371
 27246
 done
mgl@1371
 27247
+IFS=$as_save_IFS
mgl@1371
 27248
 
mgl@1371
 27249
 fi
mgl@1371
 27250
 fi
mgl@1371
 27251
 STRIP=$ac_cv_prog_STRIP
mgl@1371
 27252
 if test -n "$STRIP"; then
mgl@1371
 27253
-  echo "$as_me:$LINENO: result: $STRIP" >&5
mgl@1371
 27254
-echo "${ECHO_T}$STRIP" >&6
mgl@1371
 27255
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
mgl@1371
 27256
+echo "${ECHO_T}$STRIP" >&6; }
mgl@1371
 27257
 else
mgl@1371
 27258
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27259
-echo "${ECHO_T}no" >&6
mgl@1371
 27260
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27261
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27262
 fi
mgl@1371
 27263
 
mgl@1371
 27264
+
mgl@1371
 27265
 fi
mgl@1371
 27266
 if test -z "$ac_cv_prog_STRIP"; then
mgl@1371
 27267
   ac_ct_STRIP=$STRIP
mgl@1371
 27268
   # Extract the first word of "strip", so it can be a program name with args.
mgl@1371
 27269
 set dummy strip; ac_word=$2
mgl@1371
 27270
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27271
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27272
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27273
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27274
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
mgl@1371
 27275
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27276
 else
mgl@1371
 27277
@@ -5495,27 +6496,41 @@
mgl@1371
 27278
   IFS=$as_save_IFS
mgl@1371
 27279
   test -z "$as_dir" && as_dir=.
mgl@1371
 27280
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27281
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27282
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27283
     ac_cv_prog_ac_ct_STRIP="strip"
mgl@1371
 27284
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27285
     break 2
mgl@1371
 27286
   fi
mgl@1371
 27287
 done
mgl@1371
 27288
 done
mgl@1371
 27289
+IFS=$as_save_IFS
mgl@1371
 27290
 
mgl@1371
 27291
-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
mgl@1371
 27292
 fi
mgl@1371
 27293
 fi
mgl@1371
 27294
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
mgl@1371
 27295
 if test -n "$ac_ct_STRIP"; then
mgl@1371
 27296
-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
mgl@1371
 27297
-echo "${ECHO_T}$ac_ct_STRIP" >&6
mgl@1371
 27298
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
mgl@1371
 27299
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
mgl@1371
 27300
 else
mgl@1371
 27301
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27302
-echo "${ECHO_T}no" >&6
mgl@1371
 27303
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27304
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27305
 fi
mgl@1371
 27306
 
mgl@1371
 27307
-  STRIP=$ac_ct_STRIP
mgl@1371
 27308
+  if test "x$ac_ct_STRIP" = x; then
mgl@1371
 27309
+    STRIP=":"
mgl@1371
 27310
+  else
mgl@1371
 27311
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 27312
+yes:)
mgl@1371
 27313
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27314
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27315
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 27316
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27317
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27318
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 27319
+ac_tool_warned=yes ;;
mgl@1371
 27320
+esac
mgl@1371
 27321
+    STRIP=$ac_ct_STRIP
mgl@1371
 27322
+  fi
mgl@1371
 27323
 else
mgl@1371
 27324
   STRIP="$ac_cv_prog_STRIP"
mgl@1371
 27325
 fi
mgl@1371
 27326
@@ -5530,8 +6545,8 @@
mgl@1371
 27327
 if test -n "$ac_tool_prefix"; then
mgl@1371
 27328
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
mgl@1371
 27329
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
mgl@1371
 27330
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27331
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27332
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27333
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27334
 if test "${ac_cv_prog_RANLIB+set}" = set; then
mgl@1371
 27335
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27336
 else
mgl@1371
 27337
@@ -5544,32 +6559,34 @@
mgl@1371
 27338
   IFS=$as_save_IFS
mgl@1371
 27339
   test -z "$as_dir" && as_dir=.
mgl@1371
 27340
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27341
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27342
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27343
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
mgl@1371
 27344
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27345
     break 2
mgl@1371
 27346
   fi
mgl@1371
 27347
 done
mgl@1371
 27348
 done
mgl@1371
 27349
+IFS=$as_save_IFS
mgl@1371
 27350
 
mgl@1371
 27351
 fi
mgl@1371
 27352
 fi
mgl@1371
 27353
 RANLIB=$ac_cv_prog_RANLIB
mgl@1371
 27354
 if test -n "$RANLIB"; then
mgl@1371
 27355
-  echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
 27356
-echo "${ECHO_T}$RANLIB" >&6
mgl@1371
 27357
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
mgl@1371
 27358
+echo "${ECHO_T}$RANLIB" >&6; }
mgl@1371
 27359
 else
mgl@1371
 27360
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27361
-echo "${ECHO_T}no" >&6
mgl@1371
 27362
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27363
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27364
 fi
mgl@1371
 27365
 
mgl@1371
 27366
+
mgl@1371
 27367
 fi
mgl@1371
 27368
 if test -z "$ac_cv_prog_RANLIB"; then
mgl@1371
 27369
   ac_ct_RANLIB=$RANLIB
mgl@1371
 27370
   # Extract the first word of "ranlib", so it can be a program name with args.
mgl@1371
 27371
 set dummy ranlib; ac_word=$2
mgl@1371
 27372
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27373
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27374
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27375
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27376
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
mgl@1371
 27377
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27378
 else
mgl@1371
 27379
@@ -5582,27 +6599,41 @@
mgl@1371
 27380
   IFS=$as_save_IFS
mgl@1371
 27381
   test -z "$as_dir" && as_dir=.
mgl@1371
 27382
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27383
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27384
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27385
     ac_cv_prog_ac_ct_RANLIB="ranlib"
mgl@1371
 27386
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27387
     break 2
mgl@1371
 27388
   fi
mgl@1371
 27389
 done
mgl@1371
 27390
 done
mgl@1371
 27391
+IFS=$as_save_IFS
mgl@1371
 27392
 
mgl@1371
 27393
-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
mgl@1371
 27394
 fi
mgl@1371
 27395
 fi
mgl@1371
 27396
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
mgl@1371
 27397
 if test -n "$ac_ct_RANLIB"; then
mgl@1371
 27398
-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
 27399
-echo "${ECHO_T}$ac_ct_RANLIB" >&6
mgl@1371
 27400
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
mgl@1371
 27401
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
mgl@1371
 27402
 else
mgl@1371
 27403
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27404
-echo "${ECHO_T}no" >&6
mgl@1371
 27405
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27406
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27407
 fi
mgl@1371
 27408
 
mgl@1371
 27409
-  RANLIB=$ac_ct_RANLIB
mgl@1371
 27410
+  if test "x$ac_ct_RANLIB" = x; then
mgl@1371
 27411
+    RANLIB=":"
mgl@1371
 27412
+  else
mgl@1371
 27413
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 27414
+yes:)
mgl@1371
 27415
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27416
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27417
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 27418
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27419
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27420
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 27421
+ac_tool_warned=yes ;;
mgl@1371
 27422
+esac
mgl@1371
 27423
+    RANLIB=$ac_ct_RANLIB
mgl@1371
 27424
+  fi
mgl@1371
 27425
 else
mgl@1371
 27426
   RANLIB="$ac_cv_prog_RANLIB"
mgl@1371
 27427
 fi
mgl@1371
 27428
@@ -5675,8 +6706,8 @@
mgl@1371
 27429
 
mgl@1371
 27430
 
mgl@1371
 27431
 # Check for command to grab the raw symbol name followed by C symbol from nm.
mgl@1371
 27432
-echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
mgl@1371
 27433
-echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
mgl@1371
 27434
+{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
mgl@1371
 27435
+echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
mgl@1371
 27436
 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
mgl@1371
 27437
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27438
 else
mgl@1371
 27439
@@ -5895,11 +6926,11 @@
mgl@1371
 27440
   lt_cv_sys_global_symbol_to_cdecl=
mgl@1371
 27441
 fi
mgl@1371
 27442
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
mgl@1371
 27443
-  echo "$as_me:$LINENO: result: failed" >&5
mgl@1371
 27444
-echo "${ECHO_T}failed" >&6
mgl@1371
 27445
+  { echo "$as_me:$LINENO: result: failed" >&5
mgl@1371
 27446
+echo "${ECHO_T}failed" >&6; }
mgl@1371
 27447
 else
mgl@1371
 27448
-  echo "$as_me:$LINENO: result: ok" >&5
mgl@1371
 27449
-echo "${ECHO_T}ok" >&6
mgl@1371
 27450
+  { echo "$as_me:$LINENO: result: ok" >&5
mgl@1371
 27451
+echo "${ECHO_T}ok" >&6; }
mgl@1371
 27452
 fi
mgl@1371
 27453
 
mgl@1371
 27454
 
mgl@1371
 27455
@@ -5924,11 +6955,11 @@
mgl@1371
 27456
 
mgl@1371
 27457
 
mgl@1371
 27458
 
mgl@1371
 27459
-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
mgl@1371
 27460
+# Check whether --enable-libtool-lock was given.
mgl@1371
 27461
 if test "${enable_libtool_lock+set}" = set; then
mgl@1371
 27462
-  enableval="$enable_libtool_lock"
mgl@1371
 27463
+  enableval=$enable_libtool_lock;
mgl@1371
 27464
+fi
mgl@1371
 27465
 
mgl@1371
 27466
-fi;
mgl@1371
 27467
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
mgl@1371
 27468
 
mgl@1371
 27469
 # Some flags need to be propagated to the compiler or linker for good
mgl@1371
 27470
@@ -5955,7 +6986,7 @@
mgl@1371
 27471
   ;;
mgl@1371
 27472
 *-*-irix6*)
mgl@1371
 27473
   # Find out which ABI we are using.
mgl@1371
 27474
-  echo '#line 5958 "configure"' > conftest.$ac_ext
mgl@1371
 27475
+  echo '#line 6989 "configure"' > conftest.$ac_ext
mgl@1371
 27476
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 27477
   (eval $ac_compile) 2>&5
mgl@1371
 27478
   ac_status=$?
mgl@1371
 27479
@@ -6047,8 +7078,8 @@
mgl@1371
 27480
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
mgl@1371
 27481
   SAVE_CFLAGS="$CFLAGS"
mgl@1371
 27482
   CFLAGS="$CFLAGS -belf"
mgl@1371
 27483
-  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
mgl@1371
 27484
-echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
mgl@1371
 27485
+  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
mgl@1371
 27486
+echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
mgl@1371
 27487
 if test "${lt_cv_cc_needs_belf+set}" = set; then
mgl@1371
 27488
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27489
 else
mgl@1371
 27490
@@ -6074,35 +7105,32 @@
mgl@1371
 27491
 }
mgl@1371
 27492
 _ACEOF
mgl@1371
 27493
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 27494
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 27495
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 27496
+if { (ac_try="$ac_link"
mgl@1371
 27497
+case "(($ac_try" in
mgl@1371
 27498
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 27499
+  *) ac_try_echo=$ac_try;;
mgl@1371
 27500
+esac
mgl@1371
 27501
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 27502
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 27503
   ac_status=$?
mgl@1371
 27504
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 27505
   rm -f conftest.er1
mgl@1371
 27506
   cat conftest.err >&5
mgl@1371
 27507
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 27508
-  (exit $ac_status); } &&
mgl@1371
 27509
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 27510
-			 || test ! -s conftest.err'
mgl@1371
 27511
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 27512
-  (eval $ac_try) 2>&5
mgl@1371
 27513
-  ac_status=$?
mgl@1371
 27514
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 27515
-  (exit $ac_status); }; } &&
mgl@1371
 27516
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 27517
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 27518
-  (eval $ac_try) 2>&5
mgl@1371
 27519
-  ac_status=$?
mgl@1371
 27520
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 27521
-  (exit $ac_status); }; }; then
mgl@1371
 27522
+  (exit $ac_status); } && {
mgl@1371
 27523
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 27524
+	 test ! -s conftest.err
mgl@1371
 27525
+       } && test -s conftest$ac_exeext &&
mgl@1371
 27526
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 27527
   lt_cv_cc_needs_belf=yes
mgl@1371
 27528
 else
mgl@1371
 27529
   echo "$as_me: failed program was:" >&5
mgl@1371
 27530
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 27531
 
mgl@1371
 27532
-lt_cv_cc_needs_belf=no
mgl@1371
 27533
+	lt_cv_cc_needs_belf=no
mgl@1371
 27534
 fi
mgl@1371
 27535
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 27536
+
mgl@1371
 27537
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 27538
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 27539
      ac_ext=c
mgl@1371
 27540
 ac_cpp='$CPP $CPPFLAGS'
mgl@1371
 27541
@@ -6111,8 +7139,8 @@
mgl@1371
 27542
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
 27543
 
mgl@1371
 27544
 fi
mgl@1371
 27545
-echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
mgl@1371
 27546
-echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
mgl@1371
 27547
+{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
mgl@1371
 27548
+echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
mgl@1371
 27549
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
mgl@1371
 27550
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
mgl@1371
 27551
     CFLAGS="$SAVE_CFLAGS"
mgl@1371
 27552
@@ -6151,8 +7179,8 @@
mgl@1371
 27553
     if test -n "$ac_tool_prefix"; then
mgl@1371
 27554
   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
mgl@1371
 27555
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
mgl@1371
 27556
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27557
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27558
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27559
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27560
 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
mgl@1371
 27561
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27562
 else
mgl@1371
 27563
@@ -6165,32 +7193,34 @@
mgl@1371
 27564
   IFS=$as_save_IFS
mgl@1371
 27565
   test -z "$as_dir" && as_dir=.
mgl@1371
 27566
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27567
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27568
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27569
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
mgl@1371
 27570
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27571
     break 2
mgl@1371
 27572
   fi
mgl@1371
 27573
 done
mgl@1371
 27574
 done
mgl@1371
 27575
+IFS=$as_save_IFS
mgl@1371
 27576
 
mgl@1371
 27577
 fi
mgl@1371
 27578
 fi
mgl@1371
 27579
 DSYMUTIL=$ac_cv_prog_DSYMUTIL
mgl@1371
 27580
 if test -n "$DSYMUTIL"; then
mgl@1371
 27581
-  echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
mgl@1371
 27582
-echo "${ECHO_T}$DSYMUTIL" >&6
mgl@1371
 27583
+  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
mgl@1371
 27584
+echo "${ECHO_T}$DSYMUTIL" >&6; }
mgl@1371
 27585
 else
mgl@1371
 27586
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27587
-echo "${ECHO_T}no" >&6
mgl@1371
 27588
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27589
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27590
 fi
mgl@1371
 27591
 
mgl@1371
 27592
+
mgl@1371
 27593
 fi
mgl@1371
 27594
 if test -z "$ac_cv_prog_DSYMUTIL"; then
mgl@1371
 27595
   ac_ct_DSYMUTIL=$DSYMUTIL
mgl@1371
 27596
   # Extract the first word of "dsymutil", so it can be a program name with args.
mgl@1371
 27597
 set dummy dsymutil; ac_word=$2
mgl@1371
 27598
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27599
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27600
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27601
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27602
 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
mgl@1371
 27603
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27604
 else
mgl@1371
 27605
@@ -6203,27 +7233,41 @@
mgl@1371
 27606
   IFS=$as_save_IFS
mgl@1371
 27607
   test -z "$as_dir" && as_dir=.
mgl@1371
 27608
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27609
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27610
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27611
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
mgl@1371
 27612
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27613
     break 2
mgl@1371
 27614
   fi
mgl@1371
 27615
 done
mgl@1371
 27616
 done
mgl@1371
 27617
+IFS=$as_save_IFS
mgl@1371
 27618
 
mgl@1371
 27619
-  test -z "$ac_cv_prog_ac_ct_DSYMUTIL" && ac_cv_prog_ac_ct_DSYMUTIL=":"
mgl@1371
 27620
 fi
mgl@1371
 27621
 fi
mgl@1371
 27622
 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
mgl@1371
 27623
 if test -n "$ac_ct_DSYMUTIL"; then
mgl@1371
 27624
-  echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
mgl@1371
 27625
-echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6
mgl@1371
 27626
+  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
mgl@1371
 27627
+echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
mgl@1371
 27628
 else
mgl@1371
 27629
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27630
-echo "${ECHO_T}no" >&6
mgl@1371
 27631
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27632
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27633
 fi
mgl@1371
 27634
 
mgl@1371
 27635
-  DSYMUTIL=$ac_ct_DSYMUTIL
mgl@1371
 27636
+  if test "x$ac_ct_DSYMUTIL" = x; then
mgl@1371
 27637
+    DSYMUTIL=":"
mgl@1371
 27638
+  else
mgl@1371
 27639
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 27640
+yes:)
mgl@1371
 27641
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27642
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27643
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 27644
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27645
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27646
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 27647
+ac_tool_warned=yes ;;
mgl@1371
 27648
+esac
mgl@1371
 27649
+    DSYMUTIL=$ac_ct_DSYMUTIL
mgl@1371
 27650
+  fi
mgl@1371
 27651
 else
mgl@1371
 27652
   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
mgl@1371
 27653
 fi
mgl@1371
 27654
@@ -6231,8 +7275,8 @@
mgl@1371
 27655
     if test -n "$ac_tool_prefix"; then
mgl@1371
 27656
   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
mgl@1371
 27657
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
mgl@1371
 27658
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27659
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27660
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27661
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27662
 if test "${ac_cv_prog_NMEDIT+set}" = set; then
mgl@1371
 27663
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27664
 else
mgl@1371
 27665
@@ -6245,32 +7289,34 @@
mgl@1371
 27666
   IFS=$as_save_IFS
mgl@1371
 27667
   test -z "$as_dir" && as_dir=.
mgl@1371
 27668
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27669
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27670
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27671
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
mgl@1371
 27672
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27673
     break 2
mgl@1371
 27674
   fi
mgl@1371
 27675
 done
mgl@1371
 27676
 done
mgl@1371
 27677
+IFS=$as_save_IFS
mgl@1371
 27678
 
mgl@1371
 27679
 fi
mgl@1371
 27680
 fi
mgl@1371
 27681
 NMEDIT=$ac_cv_prog_NMEDIT
mgl@1371
 27682
 if test -n "$NMEDIT"; then
mgl@1371
 27683
-  echo "$as_me:$LINENO: result: $NMEDIT" >&5
mgl@1371
 27684
-echo "${ECHO_T}$NMEDIT" >&6
mgl@1371
 27685
+  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
mgl@1371
 27686
+echo "${ECHO_T}$NMEDIT" >&6; }
mgl@1371
 27687
 else
mgl@1371
 27688
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27689
-echo "${ECHO_T}no" >&6
mgl@1371
 27690
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27691
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27692
 fi
mgl@1371
 27693
 
mgl@1371
 27694
+
mgl@1371
 27695
 fi
mgl@1371
 27696
 if test -z "$ac_cv_prog_NMEDIT"; then
mgl@1371
 27697
   ac_ct_NMEDIT=$NMEDIT
mgl@1371
 27698
   # Extract the first word of "nmedit", so it can be a program name with args.
mgl@1371
 27699
 set dummy nmedit; ac_word=$2
mgl@1371
 27700
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27701
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27702
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27703
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27704
 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
mgl@1371
 27705
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27706
 else
mgl@1371
 27707
@@ -6283,27 +7329,41 @@
mgl@1371
 27708
   IFS=$as_save_IFS
mgl@1371
 27709
   test -z "$as_dir" && as_dir=.
mgl@1371
 27710
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27711
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27712
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27713
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
mgl@1371
 27714
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27715
     break 2
mgl@1371
 27716
   fi
mgl@1371
 27717
 done
mgl@1371
 27718
 done
mgl@1371
 27719
+IFS=$as_save_IFS
mgl@1371
 27720
 
mgl@1371
 27721
-  test -z "$ac_cv_prog_ac_ct_NMEDIT" && ac_cv_prog_ac_ct_NMEDIT=":"
mgl@1371
 27722
 fi
mgl@1371
 27723
 fi
mgl@1371
 27724
 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
mgl@1371
 27725
 if test -n "$ac_ct_NMEDIT"; then
mgl@1371
 27726
-  echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
mgl@1371
 27727
-echo "${ECHO_T}$ac_ct_NMEDIT" >&6
mgl@1371
 27728
+  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
mgl@1371
 27729
+echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
mgl@1371
 27730
 else
mgl@1371
 27731
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27732
-echo "${ECHO_T}no" >&6
mgl@1371
 27733
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27734
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27735
 fi
mgl@1371
 27736
 
mgl@1371
 27737
-  NMEDIT=$ac_ct_NMEDIT
mgl@1371
 27738
+  if test "x$ac_ct_NMEDIT" = x; then
mgl@1371
 27739
+    NMEDIT=":"
mgl@1371
 27740
+  else
mgl@1371
 27741
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 27742
+yes:)
mgl@1371
 27743
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27744
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27745
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 27746
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27747
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27748
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 27749
+ac_tool_warned=yes ;;
mgl@1371
 27750
+esac
mgl@1371
 27751
+    NMEDIT=$ac_ct_NMEDIT
mgl@1371
 27752
+  fi
mgl@1371
 27753
 else
mgl@1371
 27754
   NMEDIT="$ac_cv_prog_NMEDIT"
mgl@1371
 27755
 fi
mgl@1371
 27756
@@ -6311,8 +7371,8 @@
mgl@1371
 27757
     if test -n "$ac_tool_prefix"; then
mgl@1371
 27758
   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
mgl@1371
 27759
 set dummy ${ac_tool_prefix}lipo; ac_word=$2
mgl@1371
 27760
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27761
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27762
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27763
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27764
 if test "${ac_cv_prog_LIPO+set}" = set; then
mgl@1371
 27765
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27766
 else
mgl@1371
 27767
@@ -6325,32 +7385,34 @@
mgl@1371
 27768
   IFS=$as_save_IFS
mgl@1371
 27769
   test -z "$as_dir" && as_dir=.
mgl@1371
 27770
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27771
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27772
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27773
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
mgl@1371
 27774
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27775
     break 2
mgl@1371
 27776
   fi
mgl@1371
 27777
 done
mgl@1371
 27778
 done
mgl@1371
 27779
+IFS=$as_save_IFS
mgl@1371
 27780
 
mgl@1371
 27781
 fi
mgl@1371
 27782
 fi
mgl@1371
 27783
 LIPO=$ac_cv_prog_LIPO
mgl@1371
 27784
 if test -n "$LIPO"; then
mgl@1371
 27785
-  echo "$as_me:$LINENO: result: $LIPO" >&5
mgl@1371
 27786
-echo "${ECHO_T}$LIPO" >&6
mgl@1371
 27787
+  { echo "$as_me:$LINENO: result: $LIPO" >&5
mgl@1371
 27788
+echo "${ECHO_T}$LIPO" >&6; }
mgl@1371
 27789
 else
mgl@1371
 27790
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27791
-echo "${ECHO_T}no" >&6
mgl@1371
 27792
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27793
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27794
 fi
mgl@1371
 27795
 
mgl@1371
 27796
+
mgl@1371
 27797
 fi
mgl@1371
 27798
 if test -z "$ac_cv_prog_LIPO"; then
mgl@1371
 27799
   ac_ct_LIPO=$LIPO
mgl@1371
 27800
   # Extract the first word of "lipo", so it can be a program name with args.
mgl@1371
 27801
 set dummy lipo; ac_word=$2
mgl@1371
 27802
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27803
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27804
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27805
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27806
 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
mgl@1371
 27807
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27808
 else
mgl@1371
 27809
@@ -6363,27 +7425,41 @@
mgl@1371
 27810
   IFS=$as_save_IFS
mgl@1371
 27811
   test -z "$as_dir" && as_dir=.
mgl@1371
 27812
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27813
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27814
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27815
     ac_cv_prog_ac_ct_LIPO="lipo"
mgl@1371
 27816
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27817
     break 2
mgl@1371
 27818
   fi
mgl@1371
 27819
 done
mgl@1371
 27820
 done
mgl@1371
 27821
+IFS=$as_save_IFS
mgl@1371
 27822
 
mgl@1371
 27823
-  test -z "$ac_cv_prog_ac_ct_LIPO" && ac_cv_prog_ac_ct_LIPO=":"
mgl@1371
 27824
 fi
mgl@1371
 27825
 fi
mgl@1371
 27826
 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
mgl@1371
 27827
 if test -n "$ac_ct_LIPO"; then
mgl@1371
 27828
-  echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
mgl@1371
 27829
-echo "${ECHO_T}$ac_ct_LIPO" >&6
mgl@1371
 27830
+  { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
mgl@1371
 27831
+echo "${ECHO_T}$ac_ct_LIPO" >&6; }
mgl@1371
 27832
 else
mgl@1371
 27833
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27834
-echo "${ECHO_T}no" >&6
mgl@1371
 27835
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27836
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27837
 fi
mgl@1371
 27838
 
mgl@1371
 27839
-  LIPO=$ac_ct_LIPO
mgl@1371
 27840
+  if test "x$ac_ct_LIPO" = x; then
mgl@1371
 27841
+    LIPO=":"
mgl@1371
 27842
+  else
mgl@1371
 27843
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 27844
+yes:)
mgl@1371
 27845
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27846
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27847
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 27848
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27849
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27850
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 27851
+ac_tool_warned=yes ;;
mgl@1371
 27852
+esac
mgl@1371
 27853
+    LIPO=$ac_ct_LIPO
mgl@1371
 27854
+  fi
mgl@1371
 27855
 else
mgl@1371
 27856
   LIPO="$ac_cv_prog_LIPO"
mgl@1371
 27857
 fi
mgl@1371
 27858
@@ -6391,8 +7467,8 @@
mgl@1371
 27859
     if test -n "$ac_tool_prefix"; then
mgl@1371
 27860
   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
mgl@1371
 27861
 set dummy ${ac_tool_prefix}otool; ac_word=$2
mgl@1371
 27862
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27863
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27864
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27865
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27866
 if test "${ac_cv_prog_OTOOL+set}" = set; then
mgl@1371
 27867
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27868
 else
mgl@1371
 27869
@@ -6405,32 +7481,34 @@
mgl@1371
 27870
   IFS=$as_save_IFS
mgl@1371
 27871
   test -z "$as_dir" && as_dir=.
mgl@1371
 27872
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27873
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27874
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27875
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
mgl@1371
 27876
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27877
     break 2
mgl@1371
 27878
   fi
mgl@1371
 27879
 done
mgl@1371
 27880
 done
mgl@1371
 27881
+IFS=$as_save_IFS
mgl@1371
 27882
 
mgl@1371
 27883
 fi
mgl@1371
 27884
 fi
mgl@1371
 27885
 OTOOL=$ac_cv_prog_OTOOL
mgl@1371
 27886
 if test -n "$OTOOL"; then
mgl@1371
 27887
-  echo "$as_me:$LINENO: result: $OTOOL" >&5
mgl@1371
 27888
-echo "${ECHO_T}$OTOOL" >&6
mgl@1371
 27889
+  { echo "$as_me:$LINENO: result: $OTOOL" >&5
mgl@1371
 27890
+echo "${ECHO_T}$OTOOL" >&6; }
mgl@1371
 27891
 else
mgl@1371
 27892
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27893
-echo "${ECHO_T}no" >&6
mgl@1371
 27894
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27895
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27896
 fi
mgl@1371
 27897
 
mgl@1371
 27898
+
mgl@1371
 27899
 fi
mgl@1371
 27900
 if test -z "$ac_cv_prog_OTOOL"; then
mgl@1371
 27901
   ac_ct_OTOOL=$OTOOL
mgl@1371
 27902
   # Extract the first word of "otool", so it can be a program name with args.
mgl@1371
 27903
 set dummy otool; ac_word=$2
mgl@1371
 27904
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27905
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27906
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27907
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27908
 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
mgl@1371
 27909
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27910
 else
mgl@1371
 27911
@@ -6443,27 +7521,41 @@
mgl@1371
 27912
   IFS=$as_save_IFS
mgl@1371
 27913
   test -z "$as_dir" && as_dir=.
mgl@1371
 27914
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27915
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27916
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27917
     ac_cv_prog_ac_ct_OTOOL="otool"
mgl@1371
 27918
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27919
     break 2
mgl@1371
 27920
   fi
mgl@1371
 27921
 done
mgl@1371
 27922
 done
mgl@1371
 27923
+IFS=$as_save_IFS
mgl@1371
 27924
 
mgl@1371
 27925
-  test -z "$ac_cv_prog_ac_ct_OTOOL" && ac_cv_prog_ac_ct_OTOOL=":"
mgl@1371
 27926
 fi
mgl@1371
 27927
 fi
mgl@1371
 27928
 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
mgl@1371
 27929
 if test -n "$ac_ct_OTOOL"; then
mgl@1371
 27930
-  echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
mgl@1371
 27931
-echo "${ECHO_T}$ac_ct_OTOOL" >&6
mgl@1371
 27932
+  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
mgl@1371
 27933
+echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
mgl@1371
 27934
 else
mgl@1371
 27935
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27936
-echo "${ECHO_T}no" >&6
mgl@1371
 27937
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27938
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27939
 fi
mgl@1371
 27940
 
mgl@1371
 27941
-  OTOOL=$ac_ct_OTOOL
mgl@1371
 27942
+  if test "x$ac_ct_OTOOL" = x; then
mgl@1371
 27943
+    OTOOL=":"
mgl@1371
 27944
+  else
mgl@1371
 27945
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 27946
+yes:)
mgl@1371
 27947
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27948
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27949
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 27950
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 27951
+whose name does not start with the host triplet.  If you think this
mgl@1371
 27952
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 27953
+ac_tool_warned=yes ;;
mgl@1371
 27954
+esac
mgl@1371
 27955
+    OTOOL=$ac_ct_OTOOL
mgl@1371
 27956
+  fi
mgl@1371
 27957
 else
mgl@1371
 27958
   OTOOL="$ac_cv_prog_OTOOL"
mgl@1371
 27959
 fi
mgl@1371
 27960
@@ -6471,8 +7563,8 @@
mgl@1371
 27961
     if test -n "$ac_tool_prefix"; then
mgl@1371
 27962
   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
mgl@1371
 27963
 set dummy ${ac_tool_prefix}otool64; ac_word=$2
mgl@1371
 27964
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27965
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 27966
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 27967
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 27968
 if test "${ac_cv_prog_OTOOL64+set}" = set; then
mgl@1371
 27969
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 27970
 else
mgl@1371
 27971
@@ -6485,32 +7577,34 @@
mgl@1371
 27972
   IFS=$as_save_IFS
mgl@1371
 27973
   test -z "$as_dir" && as_dir=.
mgl@1371
 27974
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 27975
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 27976
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 27977
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
mgl@1371
 27978
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 27979
     break 2
mgl@1371
 27980
   fi
mgl@1371
 27981
 done
mgl@1371
 27982
 done
mgl@1371
 27983
+IFS=$as_save_IFS
mgl@1371
 27984
 
mgl@1371
 27985
 fi
mgl@1371
 27986
 fi
mgl@1371
 27987
 OTOOL64=$ac_cv_prog_OTOOL64
mgl@1371
 27988
 if test -n "$OTOOL64"; then
mgl@1371
 27989
-  echo "$as_me:$LINENO: result: $OTOOL64" >&5
mgl@1371
 27990
-echo "${ECHO_T}$OTOOL64" >&6
mgl@1371
 27991
+  { echo "$as_me:$LINENO: result: $OTOOL64" >&5
mgl@1371
 27992
+echo "${ECHO_T}$OTOOL64" >&6; }
mgl@1371
 27993
 else
mgl@1371
 27994
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27995
-echo "${ECHO_T}no" >&6
mgl@1371
 27996
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 27997
+echo "${ECHO_T}no" >&6; }
mgl@1371
 27998
 fi
mgl@1371
 27999
 
mgl@1371
 28000
+
mgl@1371
 28001
 fi
mgl@1371
 28002
 if test -z "$ac_cv_prog_OTOOL64"; then
mgl@1371
 28003
   ac_ct_OTOOL64=$OTOOL64
mgl@1371
 28004
   # Extract the first word of "otool64", so it can be a program name with args.
mgl@1371
 28005
 set dummy otool64; ac_word=$2
mgl@1371
 28006
-echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 28007
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
mgl@1371
 28008
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
mgl@1371
 28009
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
mgl@1371
 28010
 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
mgl@1371
 28011
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28012
 else
mgl@1371
 28013
@@ -6523,27 +7617,41 @@
mgl@1371
 28014
   IFS=$as_save_IFS
mgl@1371
 28015
   test -z "$as_dir" && as_dir=.
mgl@1371
 28016
   for ac_exec_ext in '' $ac_executable_extensions; do
mgl@1371
 28017
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
mgl@1371
 28018
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
mgl@1371
 28019
     ac_cv_prog_ac_ct_OTOOL64="otool64"
mgl@1371
 28020
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
mgl@1371
 28021
     break 2
mgl@1371
 28022
   fi
mgl@1371
 28023
 done
mgl@1371
 28024
 done
mgl@1371
 28025
+IFS=$as_save_IFS
mgl@1371
 28026
 
mgl@1371
 28027
-  test -z "$ac_cv_prog_ac_ct_OTOOL64" && ac_cv_prog_ac_ct_OTOOL64=":"
mgl@1371
 28028
 fi
mgl@1371
 28029
 fi
mgl@1371
 28030
 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
mgl@1371
 28031
 if test -n "$ac_ct_OTOOL64"; then
mgl@1371
 28032
-  echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
mgl@1371
 28033
-echo "${ECHO_T}$ac_ct_OTOOL64" >&6
mgl@1371
 28034
+  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
mgl@1371
 28035
+echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
mgl@1371
 28036
 else
mgl@1371
 28037
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 28038
-echo "${ECHO_T}no" >&6
mgl@1371
 28039
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 28040
+echo "${ECHO_T}no" >&6; }
mgl@1371
 28041
 fi
mgl@1371
 28042
 
mgl@1371
 28043
-  OTOOL64=$ac_ct_OTOOL64
mgl@1371
 28044
+  if test "x$ac_ct_OTOOL64" = x; then
mgl@1371
 28045
+    OTOOL64=":"
mgl@1371
 28046
+  else
mgl@1371
 28047
+    case $cross_compiling:$ac_tool_warned in
mgl@1371
 28048
+yes:)
mgl@1371
 28049
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 28050
+whose name does not start with the host triplet.  If you think this
mgl@1371
 28051
+configuration is useful to you, please write to autoconf@gnu.org." >&5
mgl@1371
 28052
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
mgl@1371
 28053
+whose name does not start with the host triplet.  If you think this
mgl@1371
 28054
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
mgl@1371
 28055
+ac_tool_warned=yes ;;
mgl@1371
 28056
+esac
mgl@1371
 28057
+    OTOOL64=$ac_ct_OTOOL64
mgl@1371
 28058
+  fi
mgl@1371
 28059
 else
mgl@1371
 28060
   OTOOL64="$ac_cv_prog_OTOOL64"
mgl@1371
 28061
 fi
mgl@1371
 28062
@@ -6574,8 +7682,8 @@
mgl@1371
 28063
 
mgl@1371
 28064
 
mgl@1371
 28065
 
mgl@1371
 28066
-    echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
mgl@1371
 28067
-echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6
mgl@1371
 28068
+    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
mgl@1371
 28069
+echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
mgl@1371
 28070
 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
mgl@1371
 28071
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28072
 else
mgl@1371
 28073
@@ -6601,10 +7709,10 @@
mgl@1371
 28074
 	rm -f conftest.*
mgl@1371
 28075
       fi
mgl@1371
 28076
 fi
mgl@1371
 28077
-echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
mgl@1371
 28078
-echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6
mgl@1371
 28079
-    echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
mgl@1371
 28080
-echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6
mgl@1371
 28081
+{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
mgl@1371
 28082
+echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
mgl@1371
 28083
+    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
mgl@1371
 28084
+echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
mgl@1371
 28085
 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
mgl@1371
 28086
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28087
 else
mgl@1371
 28088
@@ -6628,41 +7736,38 @@
mgl@1371
 28089
 }
mgl@1371
 28090
 _ACEOF
mgl@1371
 28091
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 28092
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 28093
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 28094
+if { (ac_try="$ac_link"
mgl@1371
 28095
+case "(($ac_try" in
mgl@1371
 28096
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28097
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28098
+esac
mgl@1371
 28099
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28100
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 28101
   ac_status=$?
mgl@1371
 28102
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 28103
   rm -f conftest.er1
mgl@1371
 28104
   cat conftest.err >&5
mgl@1371
 28105
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28106
-  (exit $ac_status); } &&
mgl@1371
 28107
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 28108
-			 || test ! -s conftest.err'
mgl@1371
 28109
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 28110
-  (eval $ac_try) 2>&5
mgl@1371
 28111
-  ac_status=$?
mgl@1371
 28112
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28113
-  (exit $ac_status); }; } &&
mgl@1371
 28114
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 28115
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 28116
-  (eval $ac_try) 2>&5
mgl@1371
 28117
-  ac_status=$?
mgl@1371
 28118
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28119
-  (exit $ac_status); }; }; then
mgl@1371
 28120
+  (exit $ac_status); } && {
mgl@1371
 28121
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 28122
+	 test ! -s conftest.err
mgl@1371
 28123
+       } && test -s conftest$ac_exeext &&
mgl@1371
 28124
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 28125
   lt_cv_ld_exported_symbols_list=yes
mgl@1371
 28126
 else
mgl@1371
 28127
   echo "$as_me: failed program was:" >&5
mgl@1371
 28128
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 28129
 
mgl@1371
 28130
-lt_cv_ld_exported_symbols_list=no
mgl@1371
 28131
+	lt_cv_ld_exported_symbols_list=no
mgl@1371
 28132
 fi
mgl@1371
 28133
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 28134
+
mgl@1371
 28135
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 28136
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 28137
 	LDFLAGS="$save_LDFLAGS"
mgl@1371
 28138
 
mgl@1371
 28139
 fi
mgl@1371
 28140
-echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
mgl@1371
 28141
-echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6
mgl@1371
 28142
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
mgl@1371
 28143
+echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
mgl@1371
 28144
     case $host_os in
mgl@1371
 28145
     rhapsody* | darwin1.[012])
mgl@1371
 28146
       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
mgl@1371
 28147
@@ -6703,8 +7808,8 @@
mgl@1371
 28148
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
mgl@1371
 28149
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
mgl@1371
 28150
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
 28151
-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
mgl@1371
 28152
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
mgl@1371
 28153
+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
mgl@1371
 28154
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
mgl@1371
 28155
 # On Suns, sometimes $CPP names a directory.
mgl@1371
 28156
 if test -n "$CPP" && test -d "$CPP"; then
mgl@1371
 28157
   CPP=
mgl@1371
 28158
@@ -6738,24 +7843,22 @@
mgl@1371
 28159
 #endif
mgl@1371
 28160
 		     Syntax error
mgl@1371
 28161
 _ACEOF
mgl@1371
 28162
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
mgl@1371
 28163
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
mgl@1371
 28164
+if { (ac_try="$ac_cpp conftest.$ac_ext"
mgl@1371
 28165
+case "(($ac_try" in
mgl@1371
 28166
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28167
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28168
+esac
mgl@1371
 28169
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28170
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
mgl@1371
 28171
   ac_status=$?
mgl@1371
 28172
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 28173
   rm -f conftest.er1
mgl@1371
 28174
   cat conftest.err >&5
mgl@1371
 28175
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28176
-  (exit $ac_status); } >/dev/null; then
mgl@1371
 28177
-  if test -s conftest.err; then
mgl@1371
 28178
-    ac_cpp_err=$ac_c_preproc_warn_flag
mgl@1371
 28179
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
mgl@1371
 28180
-  else
mgl@1371
 28181
-    ac_cpp_err=
mgl@1371
 28182
-  fi
mgl@1371
 28183
-else
mgl@1371
 28184
-  ac_cpp_err=yes
mgl@1371
 28185
-fi
mgl@1371
 28186
-if test -z "$ac_cpp_err"; then
mgl@1371
 28187
+  (exit $ac_status); } >/dev/null && {
mgl@1371
 28188
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
mgl@1371
 28189
+	 test ! -s conftest.err
mgl@1371
 28190
+       }; then
mgl@1371
 28191
   :
mgl@1371
 28192
 else
mgl@1371
 28193
   echo "$as_me: failed program was:" >&5
mgl@1371
 28194
@@ -6764,9 +7867,10 @@
mgl@1371
 28195
   # Broken: fails on valid input.
mgl@1371
 28196
 continue
mgl@1371
 28197
 fi
mgl@1371
 28198
+
mgl@1371
 28199
 rm -f conftest.err conftest.$ac_ext
mgl@1371
 28200
 
mgl@1371
 28201
-  # OK, works on sane cases.  Now check whether non-existent headers
mgl@1371
 28202
+  # OK, works on sane cases.  Now check whether nonexistent headers
mgl@1371
 28203
   # can be detected and how.
mgl@1371
 28204
   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 28205
 /* confdefs.h.  */
mgl@1371
 28206
@@ -6776,24 +7880,22 @@
mgl@1371
 28207
 /* end confdefs.h.  */
mgl@1371
 28208
 #include <ac_nonexistent.h>
mgl@1371
 28209
 _ACEOF
mgl@1371
 28210
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
mgl@1371
 28211
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
mgl@1371
 28212
+if { (ac_try="$ac_cpp conftest.$ac_ext"
mgl@1371
 28213
+case "(($ac_try" in
mgl@1371
 28214
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28215
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28216
+esac
mgl@1371
 28217
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28218
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
mgl@1371
 28219
   ac_status=$?
mgl@1371
 28220
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 28221
   rm -f conftest.er1
mgl@1371
 28222
   cat conftest.err >&5
mgl@1371
 28223
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28224
-  (exit $ac_status); } >/dev/null; then
mgl@1371
 28225
-  if test -s conftest.err; then
mgl@1371
 28226
-    ac_cpp_err=$ac_c_preproc_warn_flag
mgl@1371
 28227
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
mgl@1371
 28228
-  else
mgl@1371
 28229
-    ac_cpp_err=
mgl@1371
 28230
-  fi
mgl@1371
 28231
-else
mgl@1371
 28232
-  ac_cpp_err=yes
mgl@1371
 28233
-fi
mgl@1371
 28234
-if test -z "$ac_cpp_err"; then
mgl@1371
 28235
+  (exit $ac_status); } >/dev/null && {
mgl@1371
 28236
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
mgl@1371
 28237
+	 test ! -s conftest.err
mgl@1371
 28238
+       }; then
mgl@1371
 28239
   # Broken: success on invalid input.
mgl@1371
 28240
 continue
mgl@1371
 28241
 else
mgl@1371
 28242
@@ -6804,6 +7906,7 @@
mgl@1371
 28243
 ac_preproc_ok=:
mgl@1371
 28244
 break
mgl@1371
 28245
 fi
mgl@1371
 28246
+
mgl@1371
 28247
 rm -f conftest.err conftest.$ac_ext
mgl@1371
 28248
 
mgl@1371
 28249
 done
mgl@1371
 28250
@@ -6821,8 +7924,8 @@
mgl@1371
 28251
 else
mgl@1371
 28252
   ac_cv_prog_CPP=$CPP
mgl@1371
 28253
 fi
mgl@1371
 28254
-echo "$as_me:$LINENO: result: $CPP" >&5
mgl@1371
 28255
-echo "${ECHO_T}$CPP" >&6
mgl@1371
 28256
+{ echo "$as_me:$LINENO: result: $CPP" >&5
mgl@1371
 28257
+echo "${ECHO_T}$CPP" >&6; }
mgl@1371
 28258
 ac_preproc_ok=false
mgl@1371
 28259
 for ac_c_preproc_warn_flag in '' yes
mgl@1371
 28260
 do
mgl@1371
 28261
@@ -6845,24 +7948,22 @@
mgl@1371
 28262
 #endif
mgl@1371
 28263
 		     Syntax error
mgl@1371
 28264
 _ACEOF
mgl@1371
 28265
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
mgl@1371
 28266
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
mgl@1371
 28267
+if { (ac_try="$ac_cpp conftest.$ac_ext"
mgl@1371
 28268
+case "(($ac_try" in
mgl@1371
 28269
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28270
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28271
+esac
mgl@1371
 28272
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28273
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
mgl@1371
 28274
   ac_status=$?
mgl@1371
 28275
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 28276
   rm -f conftest.er1
mgl@1371
 28277
   cat conftest.err >&5
mgl@1371
 28278
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28279
-  (exit $ac_status); } >/dev/null; then
mgl@1371
 28280
-  if test -s conftest.err; then
mgl@1371
 28281
-    ac_cpp_err=$ac_c_preproc_warn_flag
mgl@1371
 28282
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
mgl@1371
 28283
-  else
mgl@1371
 28284
-    ac_cpp_err=
mgl@1371
 28285
-  fi
mgl@1371
 28286
-else
mgl@1371
 28287
-  ac_cpp_err=yes
mgl@1371
 28288
-fi
mgl@1371
 28289
-if test -z "$ac_cpp_err"; then
mgl@1371
 28290
+  (exit $ac_status); } >/dev/null && {
mgl@1371
 28291
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
mgl@1371
 28292
+	 test ! -s conftest.err
mgl@1371
 28293
+       }; then
mgl@1371
 28294
   :
mgl@1371
 28295
 else
mgl@1371
 28296
   echo "$as_me: failed program was:" >&5
mgl@1371
 28297
@@ -6871,9 +7972,10 @@
mgl@1371
 28298
   # Broken: fails on valid input.
mgl@1371
 28299
 continue
mgl@1371
 28300
 fi
mgl@1371
 28301
+
mgl@1371
 28302
 rm -f conftest.err conftest.$ac_ext
mgl@1371
 28303
 
mgl@1371
 28304
-  # OK, works on sane cases.  Now check whether non-existent headers
mgl@1371
 28305
+  # OK, works on sane cases.  Now check whether nonexistent headers
mgl@1371
 28306
   # can be detected and how.
mgl@1371
 28307
   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 28308
 /* confdefs.h.  */
mgl@1371
 28309
@@ -6883,24 +7985,22 @@
mgl@1371
 28310
 /* end confdefs.h.  */
mgl@1371
 28311
 #include <ac_nonexistent.h>
mgl@1371
 28312
 _ACEOF
mgl@1371
 28313
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
mgl@1371
 28314
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
mgl@1371
 28315
+if { (ac_try="$ac_cpp conftest.$ac_ext"
mgl@1371
 28316
+case "(($ac_try" in
mgl@1371
 28317
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28318
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28319
+esac
mgl@1371
 28320
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28321
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
mgl@1371
 28322
   ac_status=$?
mgl@1371
 28323
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 28324
   rm -f conftest.er1
mgl@1371
 28325
   cat conftest.err >&5
mgl@1371
 28326
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28327
-  (exit $ac_status); } >/dev/null; then
mgl@1371
 28328
-  if test -s conftest.err; then
mgl@1371
 28329
-    ac_cpp_err=$ac_c_preproc_warn_flag
mgl@1371
 28330
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
mgl@1371
 28331
-  else
mgl@1371
 28332
-    ac_cpp_err=
mgl@1371
 28333
-  fi
mgl@1371
 28334
-else
mgl@1371
 28335
-  ac_cpp_err=yes
mgl@1371
 28336
-fi
mgl@1371
 28337
-if test -z "$ac_cpp_err"; then
mgl@1371
 28338
+  (exit $ac_status); } >/dev/null && {
mgl@1371
 28339
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
mgl@1371
 28340
+	 test ! -s conftest.err
mgl@1371
 28341
+       }; then
mgl@1371
 28342
   # Broken: success on invalid input.
mgl@1371
 28343
 continue
mgl@1371
 28344
 else
mgl@1371
 28345
@@ -6911,6 +8011,7 @@
mgl@1371
 28346
 ac_preproc_ok=:
mgl@1371
 28347
 break
mgl@1371
 28348
 fi
mgl@1371
 28349
+
mgl@1371
 28350
 rm -f conftest.err conftest.$ac_ext
mgl@1371
 28351
 
mgl@1371
 28352
 done
mgl@1371
 28353
@@ -6933,8 +8034,8 @@
mgl@1371
 28354
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
mgl@1371
 28355
 
mgl@1371
 28356
 
mgl@1371
 28357
-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
mgl@1371
 28358
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
mgl@1371
 28359
+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
mgl@1371
 28360
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
mgl@1371
 28361
 if test "${ac_cv_header_stdc+set}" = set; then
mgl@1371
 28362
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28363
 else
mgl@1371
 28364
@@ -6958,35 +8059,31 @@
mgl@1371
 28365
 }
mgl@1371
 28366
 _ACEOF
mgl@1371
 28367
 rm -f conftest.$ac_objext
mgl@1371
 28368
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 28369
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 28370
+if { (ac_try="$ac_compile"
mgl@1371
 28371
+case "(($ac_try" in
mgl@1371
 28372
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28373
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28374
+esac
mgl@1371
 28375
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28376
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 28377
   ac_status=$?
mgl@1371
 28378
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 28379
   rm -f conftest.er1
mgl@1371
 28380
   cat conftest.err >&5
mgl@1371
 28381
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28382
-  (exit $ac_status); } &&
mgl@1371
 28383
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 28384
-			 || test ! -s conftest.err'
mgl@1371
 28385
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 28386
-  (eval $ac_try) 2>&5
mgl@1371
 28387
-  ac_status=$?
mgl@1371
 28388
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28389
-  (exit $ac_status); }; } &&
mgl@1371
 28390
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 28391
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 28392
-  (eval $ac_try) 2>&5
mgl@1371
 28393
-  ac_status=$?
mgl@1371
 28394
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28395
-  (exit $ac_status); }; }; then
mgl@1371
 28396
+  (exit $ac_status); } && {
mgl@1371
 28397
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 28398
+	 test ! -s conftest.err
mgl@1371
 28399
+       } && test -s conftest.$ac_objext; then
mgl@1371
 28400
   ac_cv_header_stdc=yes
mgl@1371
 28401
 else
mgl@1371
 28402
   echo "$as_me: failed program was:" >&5
mgl@1371
 28403
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 28404
 
mgl@1371
 28405
-ac_cv_header_stdc=no
mgl@1371
 28406
+	ac_cv_header_stdc=no
mgl@1371
 28407
 fi
mgl@1371
 28408
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 28409
+
mgl@1371
 28410
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 28411
 
mgl@1371
 28412
 if test $ac_cv_header_stdc = yes; then
mgl@1371
 28413
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
mgl@1371
 28414
@@ -7042,6 +8139,7 @@
mgl@1371
 28415
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 28416
 /* end confdefs.h.  */
mgl@1371
 28417
 #include <ctype.h>
mgl@1371
 28418
+#include <stdlib.h>
mgl@1371
 28419
 #if ((' ' & 0x0FF) == 0x020)
mgl@1371
 28420
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
mgl@1371
 28421
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
mgl@1371
 28422
@@ -7061,18 +8159,27 @@
mgl@1371
 28423
   for (i = 0; i < 256; i++)
mgl@1371
 28424
     if (XOR (islower (i), ISLOWER (i))
mgl@1371
 28425
 	|| toupper (i) != TOUPPER (i))
mgl@1371
 28426
-      exit(2);
mgl@1371
 28427
-  exit (0);
mgl@1371
 28428
+      return 2;
mgl@1371
 28429
+  return 0;
mgl@1371
 28430
 }
mgl@1371
 28431
 _ACEOF
mgl@1371
 28432
 rm -f conftest$ac_exeext
mgl@1371
 28433
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 28434
-  (eval $ac_link) 2>&5
mgl@1371
 28435
+if { (ac_try="$ac_link"
mgl@1371
 28436
+case "(($ac_try" in
mgl@1371
 28437
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28438
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28439
+esac
mgl@1371
 28440
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28441
+  (eval "$ac_link") 2>&5
mgl@1371
 28442
   ac_status=$?
mgl@1371
 28443
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28444
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
mgl@1371
 28445
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 28446
-  (eval $ac_try) 2>&5
mgl@1371
 28447
+  { (case "(($ac_try" in
mgl@1371
 28448
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28449
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28450
+esac
mgl@1371
 28451
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28452
+  (eval "$ac_try") 2>&5
mgl@1371
 28453
   ac_status=$?
mgl@1371
 28454
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28455
   (exit $ac_status); }; }; then
mgl@1371
 28456
@@ -7085,12 +8192,14 @@
mgl@1371
 28457
 ( exit $ac_status )
mgl@1371
 28458
 ac_cv_header_stdc=no
mgl@1371
 28459
 fi
mgl@1371
 28460
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
mgl@1371
 28461
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
mgl@1371
 28462
 fi
mgl@1371
 28463
+
mgl@1371
 28464
+
mgl@1371
 28465
 fi
mgl@1371
 28466
 fi
mgl@1371
 28467
-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
mgl@1371
 28468
-echo "${ECHO_T}$ac_cv_header_stdc" >&6
mgl@1371
 28469
+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
mgl@1371
 28470
+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
mgl@1371
 28471
 if test $ac_cv_header_stdc = yes; then
mgl@1371
 28472
 
mgl@1371
 28473
 cat >>confdefs.h <<\_ACEOF
mgl@1371
 28474
@@ -7113,9 +8222,9 @@
mgl@1371
 28475
 		  inttypes.h stdint.h unistd.h
mgl@1371
 28476
 do
mgl@1371
 28477
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
mgl@1371
 28478
-echo "$as_me:$LINENO: checking for $ac_header" >&5
mgl@1371
 28479
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
mgl@1371
 28480
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
mgl@1371
 28481
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
mgl@1371
 28482
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
mgl@1371
 28483
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
mgl@1371
 28484
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28485
 else
mgl@1371
 28486
   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 28487
@@ -7129,38 +8238,35 @@
mgl@1371
 28488
 #include <$ac_header>
mgl@1371
 28489
 _ACEOF
mgl@1371
 28490
 rm -f conftest.$ac_objext
mgl@1371
 28491
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 28492
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 28493
+if { (ac_try="$ac_compile"
mgl@1371
 28494
+case "(($ac_try" in
mgl@1371
 28495
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28496
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28497
+esac
mgl@1371
 28498
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28499
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 28500
   ac_status=$?
mgl@1371
 28501
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 28502
   rm -f conftest.er1
mgl@1371
 28503
   cat conftest.err >&5
mgl@1371
 28504
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28505
-  (exit $ac_status); } &&
mgl@1371
 28506
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 28507
-			 || test ! -s conftest.err'
mgl@1371
 28508
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 28509
-  (eval $ac_try) 2>&5
mgl@1371
 28510
-  ac_status=$?
mgl@1371
 28511
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28512
-  (exit $ac_status); }; } &&
mgl@1371
 28513
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 28514
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 28515
-  (eval $ac_try) 2>&5
mgl@1371
 28516
-  ac_status=$?
mgl@1371
 28517
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28518
-  (exit $ac_status); }; }; then
mgl@1371
 28519
+  (exit $ac_status); } && {
mgl@1371
 28520
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 28521
+	 test ! -s conftest.err
mgl@1371
 28522
+       } && test -s conftest.$ac_objext; then
mgl@1371
 28523
   eval "$as_ac_Header=yes"
mgl@1371
 28524
 else
mgl@1371
 28525
   echo "$as_me: failed program was:" >&5
mgl@1371
 28526
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 28527
 
mgl@1371
 28528
-eval "$as_ac_Header=no"
mgl@1371
 28529
+	eval "$as_ac_Header=no"
mgl@1371
 28530
 fi
mgl@1371
 28531
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 28532
+
mgl@1371
 28533
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 28534
 fi
mgl@1371
 28535
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
mgl@1371
 28536
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
mgl@1371
 28537
+ac_res=`eval echo '${'$as_ac_Header'}'`
mgl@1371
 28538
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
mgl@1371
 28539
+echo "${ECHO_T}$ac_res" >&6; }
mgl@1371
 28540
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
mgl@1371
 28541
   cat >>confdefs.h <<_ACEOF
mgl@1371
 28542
 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
mgl@1371
 28543
@@ -7175,9 +8281,9 @@
mgl@1371
 28544
 for ac_header in dlfcn.h
mgl@1371
 28545
 do
mgl@1371
 28546
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
mgl@1371
 28547
-echo "$as_me:$LINENO: checking for $ac_header" >&5
mgl@1371
 28548
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
mgl@1371
 28549
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
mgl@1371
 28550
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
mgl@1371
 28551
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
mgl@1371
 28552
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
mgl@1371
 28553
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28554
 else
mgl@1371
 28555
   cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 28556
@@ -7191,38 +8297,35 @@
mgl@1371
 28557
 #include <$ac_header>
mgl@1371
 28558
 _ACEOF
mgl@1371
 28559
 rm -f conftest.$ac_objext
mgl@1371
 28560
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 28561
-  (eval $ac_compile) 2>conftest.er1
mgl@1371
 28562
+if { (ac_try="$ac_compile"
mgl@1371
 28563
+case "(($ac_try" in
mgl@1371
 28564
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 28565
+  *) ac_try_echo=$ac_try;;
mgl@1371
 28566
+esac
mgl@1371
 28567
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 28568
+  (eval "$ac_compile") 2>conftest.er1
mgl@1371
 28569
   ac_status=$?
mgl@1371
 28570
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 28571
   rm -f conftest.er1
mgl@1371
 28572
   cat conftest.err >&5
mgl@1371
 28573
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28574
-  (exit $ac_status); } &&
mgl@1371
 28575
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 28576
-			 || test ! -s conftest.err'
mgl@1371
 28577
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 28578
-  (eval $ac_try) 2>&5
mgl@1371
 28579
-  ac_status=$?
mgl@1371
 28580
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28581
-  (exit $ac_status); }; } &&
mgl@1371
 28582
-	 { ac_try='test -s conftest.$ac_objext'
mgl@1371
 28583
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 28584
-  (eval $ac_try) 2>&5
mgl@1371
 28585
-  ac_status=$?
mgl@1371
 28586
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 28587
-  (exit $ac_status); }; }; then
mgl@1371
 28588
+  (exit $ac_status); } && {
mgl@1371
 28589
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 28590
+	 test ! -s conftest.err
mgl@1371
 28591
+       } && test -s conftest.$ac_objext; then
mgl@1371
 28592
   eval "$as_ac_Header=yes"
mgl@1371
 28593
 else
mgl@1371
 28594
   echo "$as_me: failed program was:" >&5
mgl@1371
 28595
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 28596
 
mgl@1371
 28597
-eval "$as_ac_Header=no"
mgl@1371
 28598
+	eval "$as_ac_Header=no"
mgl@1371
 28599
 fi
mgl@1371
 28600
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 28601
+
mgl@1371
 28602
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
mgl@1371
 28603
 fi
mgl@1371
 28604
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
mgl@1371
 28605
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
mgl@1371
 28606
+ac_res=`eval echo '${'$as_ac_Header'}'`
mgl@1371
 28607
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
mgl@1371
 28608
+echo "${ECHO_T}$ac_res" >&6; }
mgl@1371
 28609
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
mgl@1371
 28610
   cat >>confdefs.h <<_ACEOF
mgl@1371
 28611
 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
mgl@1371
 28612
@@ -7242,10 +8345,9 @@
mgl@1371
 28613
 
mgl@1371
 28614
 
mgl@1371
 28615
 
mgl@1371
 28616
-            # Check whether --enable-shared or --disable-shared was given.
mgl@1371
 28617
+            # Check whether --enable-shared was given.
mgl@1371
 28618
 if test "${enable_shared+set}" = set; then
mgl@1371
 28619
-  enableval="$enable_shared"
mgl@1371
 28620
-  p=${PACKAGE-default}
mgl@1371
 28621
+  enableval=$enable_shared; p=${PACKAGE-default}
mgl@1371
 28622
     case $enableval in
mgl@1371
 28623
     yes) enable_shared=yes ;;
mgl@1371
 28624
     no) enable_shared=no ;;
mgl@1371
 28625
@@ -7264,7 +8366,7 @@
mgl@1371
 28626
     esac
mgl@1371
 28627
 else
mgl@1371
 28628
   enable_shared=yes
mgl@1371
 28629
-fi;
mgl@1371
 28630
+fi
mgl@1371
 28631
 
mgl@1371
 28632
 
mgl@1371
 28633
 
mgl@1371
 28634
@@ -7273,10 +8375,10 @@
mgl@1371
 28635
 
mgl@1371
 28636
 
mgl@1371
 28637
 
mgl@1371
 28638
-  # Check whether --enable-static or --disable-static was given.
mgl@1371
 28639
+
mgl@1371
 28640
+  # Check whether --enable-static was given.
mgl@1371
 28641
 if test "${enable_static+set}" = set; then
mgl@1371
 28642
-  enableval="$enable_static"
mgl@1371
 28643
-  p=${PACKAGE-default}
mgl@1371
 28644
+  enableval=$enable_static; p=${PACKAGE-default}
mgl@1371
 28645
     case $enableval in
mgl@1371
 28646
     yes) enable_static=yes ;;
mgl@1371
 28647
     no) enable_static=no ;;
mgl@1371
 28648
@@ -7295,7 +8397,7 @@
mgl@1371
 28649
     esac
mgl@1371
 28650
 else
mgl@1371
 28651
   enable_static=yes
mgl@1371
 28652
-fi;
mgl@1371
 28653
+fi
mgl@1371
 28654
 
mgl@1371
 28655
 
mgl@1371
 28656
 
mgl@1371
 28657
@@ -7305,13 +8407,14 @@
mgl@1371
 28658
 
mgl@1371
 28659
 
mgl@1371
 28660
 
mgl@1371
 28661
-# Check whether --with-pic or --without-pic was given.
mgl@1371
 28662
+
mgl@1371
 28663
+# Check whether --with-pic was given.
mgl@1371
 28664
 if test "${with_pic+set}" = set; then
mgl@1371
 28665
-  withval="$with_pic"
mgl@1371
 28666
-  pic_mode="$withval"
mgl@1371
 28667
+  withval=$with_pic; pic_mode="$withval"
mgl@1371
 28668
 else
mgl@1371
 28669
   pic_mode=default
mgl@1371
 28670
-fi;
mgl@1371
 28671
+fi
mgl@1371
 28672
+
mgl@1371
 28673
 
mgl@1371
 28674
 test -z "$pic_mode" && pic_mode=default
mgl@1371
 28675
 
mgl@1371
 28676
@@ -7321,10 +8424,9 @@
mgl@1371
 28677
 
mgl@1371
 28678
 
mgl@1371
 28679
 
mgl@1371
 28680
-  # Check whether --enable-fast-install or --disable-fast-install was given.
mgl@1371
 28681
+  # Check whether --enable-fast-install was given.
mgl@1371
 28682
 if test "${enable_fast_install+set}" = set; then
mgl@1371
 28683
-  enableval="$enable_fast_install"
mgl@1371
 28684
-  p=${PACKAGE-default}
mgl@1371
 28685
+  enableval=$enable_fast_install; p=${PACKAGE-default}
mgl@1371
 28686
     case $enableval in
mgl@1371
 28687
     yes) enable_fast_install=yes ;;
mgl@1371
 28688
     no) enable_fast_install=no ;;
mgl@1371
 28689
@@ -7343,7 +8445,8 @@
mgl@1371
 28690
     esac
mgl@1371
 28691
 else
mgl@1371
 28692
   enable_fast_install=yes
mgl@1371
 28693
-fi;
mgl@1371
 28694
+fi
mgl@1371
 28695
+
mgl@1371
 28696
 
mgl@1371
 28697
 
mgl@1371
 28698
 
mgl@1371
 28699
@@ -7403,8 +8506,8 @@
mgl@1371
 28700
    setopt NO_GLOB_SUBST
mgl@1371
 28701
 fi
mgl@1371
 28702
 
mgl@1371
 28703
-echo "$as_me:$LINENO: checking for objdir" >&5
mgl@1371
 28704
-echo $ECHO_N "checking for objdir... $ECHO_C" >&6
mgl@1371
 28705
+{ echo "$as_me:$LINENO: checking for objdir" >&5
mgl@1371
 28706
+echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
mgl@1371
 28707
 if test "${lt_cv_objdir+set}" = set; then
mgl@1371
 28708
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28709
 else
mgl@1371
 28710
@@ -7418,8 +8521,8 @@
mgl@1371
 28711
 fi
mgl@1371
 28712
 rmdir .libs 2>/dev/null
mgl@1371
 28713
 fi
mgl@1371
 28714
-echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
mgl@1371
 28715
-echo "${ECHO_T}$lt_cv_objdir" >&6
mgl@1371
 28716
+{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
mgl@1371
 28717
+echo "${ECHO_T}$lt_cv_objdir" >&6; }
mgl@1371
 28718
 objdir=$lt_cv_objdir
mgl@1371
 28719
 
mgl@1371
 28720
 
mgl@1371
 28721
@@ -7511,8 +8614,8 @@
mgl@1371
 28722
 case $deplibs_check_method in
mgl@1371
 28723
 file_magic*)
mgl@1371
 28724
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
mgl@1371
 28725
-    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
mgl@1371
 28726
-echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
mgl@1371
 28727
+    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
mgl@1371
 28728
+echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
mgl@1371
 28729
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
mgl@1371
 28730
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28731
 else
mgl@1371
 28732
@@ -7564,11 +8667,11 @@
mgl@1371
 28733
 
mgl@1371
 28734
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
mgl@1371
 28735
 if test -n "$MAGIC_CMD"; then
mgl@1371
 28736
-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
mgl@1371
 28737
-echo "${ECHO_T}$MAGIC_CMD" >&6
mgl@1371
 28738
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
mgl@1371
 28739
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
mgl@1371
 28740
 else
mgl@1371
 28741
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 28742
-echo "${ECHO_T}no" >&6
mgl@1371
 28743
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 28744
+echo "${ECHO_T}no" >&6; }
mgl@1371
 28745
 fi
mgl@1371
 28746
 
mgl@1371
 28747
 
mgl@1371
 28748
@@ -7577,8 +8680,8 @@
mgl@1371
 28749
 
mgl@1371
 28750
 if test -z "$lt_cv_path_MAGIC_CMD"; then
mgl@1371
 28751
   if test -n "$ac_tool_prefix"; then
mgl@1371
 28752
-    echo "$as_me:$LINENO: checking for file" >&5
mgl@1371
 28753
-echo $ECHO_N "checking for file... $ECHO_C" >&6
mgl@1371
 28754
+    { echo "$as_me:$LINENO: checking for file" >&5
mgl@1371
 28755
+echo $ECHO_N "checking for file... $ECHO_C" >&6; }
mgl@1371
 28756
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
mgl@1371
 28757
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28758
 else
mgl@1371
 28759
@@ -7630,11 +8733,11 @@
mgl@1371
 28760
 
mgl@1371
 28761
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
mgl@1371
 28762
 if test -n "$MAGIC_CMD"; then
mgl@1371
 28763
-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
mgl@1371
 28764
-echo "${ECHO_T}$MAGIC_CMD" >&6
mgl@1371
 28765
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
mgl@1371
 28766
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
mgl@1371
 28767
 else
mgl@1371
 28768
-  echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 28769
-echo "${ECHO_T}no" >&6
mgl@1371
 28770
+  { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 28771
+echo "${ECHO_T}no" >&6; }
mgl@1371
 28772
 fi
mgl@1371
 28773
 
mgl@1371
 28774
 
mgl@1371
 28775
@@ -7714,8 +8817,8 @@
mgl@1371
 28776
 if test "$GCC" = yes; then
mgl@1371
 28777
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
mgl@1371
 28778
 
mgl@1371
 28779
-  echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
mgl@1371
 28780
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
mgl@1371
 28781
+  { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
mgl@1371
 28782
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
mgl@1371
 28783
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
mgl@1371
 28784
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28785
 else
mgl@1371
 28786
@@ -7732,11 +8835,11 @@
mgl@1371
 28787
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
mgl@1371
 28788
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
mgl@1371
 28789
    -e 's:$: $lt_compiler_flag:'`
mgl@1371
 28790
-   (eval echo "\"\$as_me:7735: $lt_compile\"" >&5)
mgl@1371
 28791
+   (eval echo "\"\$as_me:8838: $lt_compile\"" >&5)
mgl@1371
 28792
    (eval "$lt_compile" 2>conftest.err)
mgl@1371
 28793
    ac_status=$?
mgl@1371
 28794
    cat conftest.err >&5
mgl@1371
 28795
-   echo "$as_me:7739: \$? = $ac_status" >&5
mgl@1371
 28796
+   echo "$as_me:8842: \$? = $ac_status" >&5
mgl@1371
 28797
    if (exit $ac_status) && test -s "$ac_outfile"; then
mgl@1371
 28798
      # The compiler can only warn and ignore the option if not recognized
mgl@1371
 28799
      # So say no if there are warnings other than the usual output.
mgl@1371
 28800
@@ -7749,8 +8852,8 @@
mgl@1371
 28801
    $RM conftest*
mgl@1371
 28802
 
mgl@1371
 28803
 fi
mgl@1371
 28804
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
mgl@1371
 28805
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
mgl@1371
 28806
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
mgl@1371
 28807
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
mgl@1371
 28808
 
mgl@1371
 28809
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
mgl@1371
 28810
     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
mgl@1371
 28811
@@ -7769,8 +8872,8 @@
mgl@1371
 28812
 lt_prog_compiler_pic=
mgl@1371
 28813
 lt_prog_compiler_static=
mgl@1371
 28814
 
mgl@1371
 28815
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
mgl@1371
 28816
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
mgl@1371
 28817
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
mgl@1371
 28818
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
mgl@1371
 28819
 
mgl@1371
 28820
   if test "$GCC" = yes; then
mgl@1371
 28821
     lt_prog_compiler_wl='-Wl,'
mgl@1371
 28822
@@ -8041,8 +9144,8 @@
mgl@1371
 28823
     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
mgl@1371
 28824
     ;;
mgl@1371
 28825
 esac
mgl@1371
 28826
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
mgl@1371
 28827
-echo "${ECHO_T}$lt_prog_compiler_pic" >&6
mgl@1371
 28828
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
mgl@1371
 28829
+echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
mgl@1371
 28830
 
mgl@1371
 28831
 
mgl@1371
 28832
 
mgl@1371
 28833
@@ -8053,8 +9156,8 @@
mgl@1371
 28834
 # Check to make sure the PIC flag actually works.
mgl@1371
 28835
 #
mgl@1371
 28836
 if test -n "$lt_prog_compiler_pic"; then
mgl@1371
 28837
-  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
mgl@1371
 28838
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
mgl@1371
 28839
+  { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
mgl@1371
 28840
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
mgl@1371
 28841
 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
mgl@1371
 28842
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28843
 else
mgl@1371
 28844
@@ -8071,11 +9174,11 @@
mgl@1371
 28845
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
mgl@1371
 28846
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
mgl@1371
 28847
    -e 's:$: $lt_compiler_flag:'`
mgl@1371
 28848
-   (eval echo "\"\$as_me:8074: $lt_compile\"" >&5)
mgl@1371
 28849
+   (eval echo "\"\$as_me:9177: $lt_compile\"" >&5)
mgl@1371
 28850
    (eval "$lt_compile" 2>conftest.err)
mgl@1371
 28851
    ac_status=$?
mgl@1371
 28852
    cat conftest.err >&5
mgl@1371
 28853
-   echo "$as_me:8078: \$? = $ac_status" >&5
mgl@1371
 28854
+   echo "$as_me:9181: \$? = $ac_status" >&5
mgl@1371
 28855
    if (exit $ac_status) && test -s "$ac_outfile"; then
mgl@1371
 28856
      # The compiler can only warn and ignore the option if not recognized
mgl@1371
 28857
      # So say no if there are warnings other than the usual output.
mgl@1371
 28858
@@ -8088,8 +9191,8 @@
mgl@1371
 28859
    $RM conftest*
mgl@1371
 28860
 
mgl@1371
 28861
 fi
mgl@1371
 28862
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
mgl@1371
 28863
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6
mgl@1371
 28864
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
mgl@1371
 28865
+echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
mgl@1371
 28866
 
mgl@1371
 28867
 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
mgl@1371
 28868
     case $lt_prog_compiler_pic in
mgl@1371
 28869
@@ -8112,8 +9215,8 @@
mgl@1371
 28870
 # Check to make sure the static flag actually works.
mgl@1371
 28871
 #
mgl@1371
 28872
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
mgl@1371
 28873
-echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
mgl@1371
 28874
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
mgl@1371
 28875
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
mgl@1371
 28876
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
mgl@1371
 28877
 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
mgl@1371
 28878
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28879
 else
mgl@1371
 28880
@@ -8140,8 +9243,8 @@
mgl@1371
 28881
    LDFLAGS="$save_LDFLAGS"
mgl@1371
 28882
 
mgl@1371
 28883
 fi
mgl@1371
 28884
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
mgl@1371
 28885
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6
mgl@1371
 28886
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
mgl@1371
 28887
+echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
mgl@1371
 28888
 
mgl@1371
 28889
 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
mgl@1371
 28890
     :
mgl@1371
 28891
@@ -8155,8 +9258,8 @@
mgl@1371
 28892
 
mgl@1371
 28893
 
mgl@1371
 28894
 
mgl@1371
 28895
-  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
mgl@1371
 28896
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
mgl@1371
 28897
+  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
mgl@1371
 28898
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
mgl@1371
 28899
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
mgl@1371
 28900
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28901
 else
mgl@1371
 28902
@@ -8176,11 +9279,11 @@
mgl@1371
 28903
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
mgl@1371
 28904
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
mgl@1371
 28905
    -e 's:$: $lt_compiler_flag:'`
mgl@1371
 28906
-   (eval echo "\"\$as_me:8179: $lt_compile\"" >&5)
mgl@1371
 28907
+   (eval echo "\"\$as_me:9282: $lt_compile\"" >&5)
mgl@1371
 28908
    (eval "$lt_compile" 2>out/conftest.err)
mgl@1371
 28909
    ac_status=$?
mgl@1371
 28910
    cat out/conftest.err >&5
mgl@1371
 28911
-   echo "$as_me:8183: \$? = $ac_status" >&5
mgl@1371
 28912
+   echo "$as_me:9286: \$? = $ac_status" >&5
mgl@1371
 28913
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
mgl@1371
 28914
    then
mgl@1371
 28915
      # The compiler can only warn and ignore the option if not recognized
mgl@1371
 28916
@@ -8202,16 +9305,16 @@
mgl@1371
 28917
    $RM conftest*
mgl@1371
 28918
 
mgl@1371
 28919
 fi
mgl@1371
 28920
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
mgl@1371
 28921
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
mgl@1371
 28922
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
mgl@1371
 28923
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
mgl@1371
 28924
 
mgl@1371
 28925
 
mgl@1371
 28926
 
mgl@1371
 28927
 
mgl@1371
 28928
 
mgl@1371
 28929
 
mgl@1371
 28930
-  echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
mgl@1371
 28931
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
mgl@1371
 28932
+  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
mgl@1371
 28933
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
mgl@1371
 28934
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
mgl@1371
 28935
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 28936
 else
mgl@1371
 28937
@@ -8231,11 +9334,11 @@
mgl@1371
 28938
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
mgl@1371
 28939
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
mgl@1371
 28940
    -e 's:$: $lt_compiler_flag:'`
mgl@1371
 28941
-   (eval echo "\"\$as_me:8234: $lt_compile\"" >&5)
mgl@1371
 28942
+   (eval echo "\"\$as_me:9337: $lt_compile\"" >&5)
mgl@1371
 28943
    (eval "$lt_compile" 2>out/conftest.err)
mgl@1371
 28944
    ac_status=$?
mgl@1371
 28945
    cat out/conftest.err >&5
mgl@1371
 28946
-   echo "$as_me:8238: \$? = $ac_status" >&5
mgl@1371
 28947
+   echo "$as_me:9341: \$? = $ac_status" >&5
mgl@1371
 28948
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
mgl@1371
 28949
    then
mgl@1371
 28950
      # The compiler can only warn and ignore the option if not recognized
mgl@1371
 28951
@@ -8257,8 +9360,8 @@
mgl@1371
 28952
    $RM conftest*
mgl@1371
 28953
 
mgl@1371
 28954
 fi
mgl@1371
 28955
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
mgl@1371
 28956
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
mgl@1371
 28957
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
mgl@1371
 28958
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
mgl@1371
 28959
 
mgl@1371
 28960
 
mgl@1371
 28961
 
mgl@1371
 28962
@@ -8266,16 +9369,16 @@
mgl@1371
 28963
 hard_links="nottested"
mgl@1371
 28964
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
mgl@1371
 28965
   # do not overwrite the value of need_locks provided by the user
mgl@1371
 28966
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
mgl@1371
 28967
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
mgl@1371
 28968
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
mgl@1371
 28969
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
mgl@1371
 28970
   hard_links=yes
mgl@1371
 28971
   $RM conftest*
mgl@1371
 28972
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
mgl@1371
 28973
   touch conftest.a
mgl@1371
 28974
   ln conftest.a conftest.b 2>&5 || hard_links=no
mgl@1371
 28975
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
mgl@1371
 28976
-  echo "$as_me:$LINENO: result: $hard_links" >&5
mgl@1371
 28977
-echo "${ECHO_T}$hard_links" >&6
mgl@1371
 28978
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
mgl@1371
 28979
+echo "${ECHO_T}$hard_links" >&6; }
mgl@1371
 28980
   if test "$hard_links" = no; then
mgl@1371
 28981
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mgl@1371
 28982
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mgl@1371
 28983
@@ -8290,8 +9393,8 @@
mgl@1371
 28984
 
mgl@1371
 28985
 
mgl@1371
 28986
 
mgl@1371
 28987
-  echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
mgl@1371
 28988
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
mgl@1371
 28989
+  { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
mgl@1371
 28990
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
mgl@1371
 28991
 
mgl@1371
 28992
   runpath_var=
mgl@1371
 28993
   allow_undefined_flag=
mgl@1371
 28994
@@ -8748,27 +9851,23 @@
mgl@1371
 28995
 }
mgl@1371
 28996
 _ACEOF
mgl@1371
 28997
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 28998
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 28999
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29000
+if { (ac_try="$ac_link"
mgl@1371
 29001
+case "(($ac_try" in
mgl@1371
 29002
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29003
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29004
+esac
mgl@1371
 29005
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29006
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29007
   ac_status=$?
mgl@1371
 29008
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29009
   rm -f conftest.er1
mgl@1371
 29010
   cat conftest.err >&5
mgl@1371
 29011
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29012
-  (exit $ac_status); } &&
mgl@1371
 29013
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29014
-			 || test ! -s conftest.err'
mgl@1371
 29015
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29016
-  (eval $ac_try) 2>&5
mgl@1371
 29017
-  ac_status=$?
mgl@1371
 29018
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29019
-  (exit $ac_status); }; } &&
mgl@1371
 29020
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29021
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29022
-  (eval $ac_try) 2>&5
mgl@1371
 29023
-  ac_status=$?
mgl@1371
 29024
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29025
-  (exit $ac_status); }; }; then
mgl@1371
 29026
+  (exit $ac_status); } && {
mgl@1371
 29027
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29028
+	 test ! -s conftest.err
mgl@1371
 29029
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29030
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29031
 
mgl@1371
 29032
 lt_aix_libpath_sed='
mgl@1371
 29033
     /Import File Strings/,/^$/ {
mgl@1371
 29034
@@ -8786,8 +9885,10 @@
mgl@1371
 29035
   echo "$as_me: failed program was:" >&5
mgl@1371
 29036
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29037
 
mgl@1371
 29038
+
mgl@1371
 29039
 fi
mgl@1371
 29040
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29041
+
mgl@1371
 29042
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29043
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29044
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
mgl@1371
 29045
 
mgl@1371
 29046
@@ -8817,27 +9918,23 @@
mgl@1371
 29047
 }
mgl@1371
 29048
 _ACEOF
mgl@1371
 29049
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29050
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29051
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29052
+if { (ac_try="$ac_link"
mgl@1371
 29053
+case "(($ac_try" in
mgl@1371
 29054
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29055
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29056
+esac
mgl@1371
 29057
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29058
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29059
   ac_status=$?
mgl@1371
 29060
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29061
   rm -f conftest.er1
mgl@1371
 29062
   cat conftest.err >&5
mgl@1371
 29063
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29064
-  (exit $ac_status); } &&
mgl@1371
 29065
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29066
-			 || test ! -s conftest.err'
mgl@1371
 29067
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29068
-  (eval $ac_try) 2>&5
mgl@1371
 29069
-  ac_status=$?
mgl@1371
 29070
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29071
-  (exit $ac_status); }; } &&
mgl@1371
 29072
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29073
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29074
-  (eval $ac_try) 2>&5
mgl@1371
 29075
-  ac_status=$?
mgl@1371
 29076
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29077
-  (exit $ac_status); }; }; then
mgl@1371
 29078
+  (exit $ac_status); } && {
mgl@1371
 29079
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29080
+	 test ! -s conftest.err
mgl@1371
 29081
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29082
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29083
 
mgl@1371
 29084
 lt_aix_libpath_sed='
mgl@1371
 29085
     /Import File Strings/,/^$/ {
mgl@1371
 29086
@@ -8855,8 +9952,10 @@
mgl@1371
 29087
   echo "$as_me: failed program was:" >&5
mgl@1371
 29088
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29089
 
mgl@1371
 29090
+
mgl@1371
 29091
 fi
mgl@1371
 29092
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29093
+
mgl@1371
 29094
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29095
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29096
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
mgl@1371
 29097
 
mgl@1371
 29098
@@ -9073,35 +10172,33 @@
mgl@1371
 29099
 int foo(void) {}
mgl@1371
 29100
 _ACEOF
mgl@1371
 29101
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29102
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29103
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29104
+if { (ac_try="$ac_link"
mgl@1371
 29105
+case "(($ac_try" in
mgl@1371
 29106
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29107
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29108
+esac
mgl@1371
 29109
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29110
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29111
   ac_status=$?
mgl@1371
 29112
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29113
   rm -f conftest.er1
mgl@1371
 29114
   cat conftest.err >&5
mgl@1371
 29115
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29116
-  (exit $ac_status); } &&
mgl@1371
 29117
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29118
-			 || test ! -s conftest.err'
mgl@1371
 29119
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29120
-  (eval $ac_try) 2>&5
mgl@1371
 29121
-  ac_status=$?
mgl@1371
 29122
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29123
-  (exit $ac_status); }; } &&
mgl@1371
 29124
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29125
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29126
-  (eval $ac_try) 2>&5
mgl@1371
 29127
-  ac_status=$?
mgl@1371
 29128
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29129
-  (exit $ac_status); }; }; then
mgl@1371
 29130
+  (exit $ac_status); } && {
mgl@1371
 29131
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29132
+	 test ! -s conftest.err
mgl@1371
 29133
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29134
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29135
   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
mgl@1371
 29136
 
mgl@1371
 29137
 else
mgl@1371
 29138
   echo "$as_me: failed program was:" >&5
mgl@1371
 29139
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29140
 
mgl@1371
 29141
+
mgl@1371
 29142
 fi
mgl@1371
 29143
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29144
+
mgl@1371
 29145
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29146
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29147
         LDFLAGS="$save_LDFLAGS"
mgl@1371
 29148
       else
mgl@1371
 29149
@@ -9358,8 +10455,8 @@
mgl@1371
 29150
     fi
mgl@1371
 29151
   fi
mgl@1371
 29152
 
mgl@1371
 29153
-echo "$as_me:$LINENO: result: $ld_shlibs" >&5
mgl@1371
 29154
-echo "${ECHO_T}$ld_shlibs" >&6
mgl@1371
 29155
+{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
mgl@1371
 29156
+echo "${ECHO_T}$ld_shlibs" >&6; }
mgl@1371
 29157
 test "$ld_shlibs" = no && can_build_shared=no
mgl@1371
 29158
 
mgl@1371
 29159
 with_gnu_ld=$with_gnu_ld
mgl@1371
 29160
@@ -9395,46 +10492,52 @@
mgl@1371
 29161
       # Test whether the compiler implicitly links with -lc since on some
mgl@1371
 29162
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
mgl@1371
 29163
       # to ld, don't add -lc before -lgcc.
mgl@1371
 29164
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
mgl@1371
 29165
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
mgl@1371
 29166
-      $RM conftest*
mgl@1371
 29167
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
mgl@1371
 29168
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
mgl@1371
 29169
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
mgl@1371
 29170
+if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
mgl@1371
 29171
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 29172
+else
mgl@1371
 29173
+  $RM conftest*
mgl@1371
 29174
+	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
mgl@1371
 29175
 
mgl@1371
 29176
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 29177
+	if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
mgl@1371
 29178
   (eval $ac_compile) 2>&5
mgl@1371
 29179
   ac_status=$?
mgl@1371
 29180
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29181
   (exit $ac_status); } 2>conftest.err; then
mgl@1371
 29182
-        soname=conftest
mgl@1371
 29183
-        lib=conftest
mgl@1371
 29184
-        libobjs=conftest.$ac_objext
mgl@1371
 29185
-        deplibs=
mgl@1371
 29186
-        wl=$lt_prog_compiler_wl
mgl@1371
 29187
-	pic_flag=$lt_prog_compiler_pic
mgl@1371
 29188
-        compiler_flags=-v
mgl@1371
 29189
-        linker_flags=-v
mgl@1371
 29190
-        verstring=
mgl@1371
 29191
-        output_objdir=.
mgl@1371
 29192
-        libname=conftest
mgl@1371
 29193
-        lt_save_allow_undefined_flag=$allow_undefined_flag
mgl@1371
 29194
-        allow_undefined_flag=
mgl@1371
 29195
-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
mgl@1371
 29196
+	  soname=conftest
mgl@1371
 29197
+	  lib=conftest
mgl@1371
 29198
+	  libobjs=conftest.$ac_objext
mgl@1371
 29199
+	  deplibs=
mgl@1371
 29200
+	  wl=$lt_prog_compiler_wl
mgl@1371
 29201
+	  pic_flag=$lt_prog_compiler_pic
mgl@1371
 29202
+	  compiler_flags=-v
mgl@1371
 29203
+	  linker_flags=-v
mgl@1371
 29204
+	  verstring=
mgl@1371
 29205
+	  output_objdir=.
mgl@1371
 29206
+	  libname=conftest
mgl@1371
 29207
+	  lt_save_allow_undefined_flag=$allow_undefined_flag
mgl@1371
 29208
+	  allow_undefined_flag=
mgl@1371
 29209
+	  if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
mgl@1371
 29210
   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
mgl@1371
 29211
   ac_status=$?
mgl@1371
 29212
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29213
   (exit $ac_status); }
mgl@1371
 29214
-        then
mgl@1371
 29215
-	  archive_cmds_need_lc=no
mgl@1371
 29216
-        else
mgl@1371
 29217
-	  archive_cmds_need_lc=yes
mgl@1371
 29218
-        fi
mgl@1371
 29219
-        allow_undefined_flag=$lt_save_allow_undefined_flag
mgl@1371
 29220
-      else
mgl@1371
 29221
-        cat conftest.err 1>&5
mgl@1371
 29222
-      fi
mgl@1371
 29223
-      $RM conftest*
mgl@1371
 29224
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
mgl@1371
 29225
-echo "${ECHO_T}$archive_cmds_need_lc" >&6
mgl@1371
 29226
+	  then
mgl@1371
 29227
+	    lt_cv_archive_cmds_need_lc=no
mgl@1371
 29228
+	  else
mgl@1371
 29229
+	    lt_cv_archive_cmds_need_lc=yes
mgl@1371
 29230
+	  fi
mgl@1371
 29231
+	  allow_undefined_flag=$lt_save_allow_undefined_flag
mgl@1371
 29232
+	else
mgl@1371
 29233
+	  cat conftest.err 1>&5
mgl@1371
 29234
+	fi
mgl@1371
 29235
+	$RM conftest*
mgl@1371
 29236
+
mgl@1371
 29237
+fi
mgl@1371
 29238
+{ echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
mgl@1371
 29239
+echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6; }
mgl@1371
 29240
+      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
mgl@1371
 29241
       ;;
mgl@1371
 29242
     esac
mgl@1371
 29243
   fi
mgl@1371
 29244
@@ -9597,8 +10700,8 @@
mgl@1371
 29245
 
mgl@1371
 29246
 
mgl@1371
 29247
 
mgl@1371
 29248
-  echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
mgl@1371
 29249
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
mgl@1371
 29250
+  { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
mgl@1371
 29251
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
mgl@1371
 29252
 
mgl@1371
 29253
 if test "$GCC" = yes; then
mgl@1371
 29254
   case $host_os in
mgl@1371
 29255
@@ -10014,12 +11117,17 @@
mgl@1371
 29256
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
mgl@1371
 29257
   shlibpath_var=LD_LIBRARY_PATH
mgl@1371
 29258
   shlibpath_overrides_runpath=no
mgl@1371
 29259
+
mgl@1371
 29260
   # Some binutils ld are patched to set DT_RUNPATH
mgl@1371
 29261
-  save_LDFLAGS=$LDFLAGS
mgl@1371
 29262
-  save_libdir=$libdir
mgl@1371
 29263
-  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
mgl@1371
 29264
-       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
mgl@1371
 29265
-  cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 29266
+  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
mgl@1371
 29267
+  echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 29268
+else
mgl@1371
 29269
+  lt_cv_shlibpath_overrides_runpath=no
mgl@1371
 29270
+    save_LDFLAGS=$LDFLAGS
mgl@1371
 29271
+    save_libdir=$libdir
mgl@1371
 29272
+    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
mgl@1371
 29273
+	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
mgl@1371
 29274
+    cat >conftest.$ac_ext <<_ACEOF
mgl@1371
 29275
 /* confdefs.h.  */
mgl@1371
 29276
 _ACEOF
mgl@1371
 29277
 cat confdefs.h >>conftest.$ac_ext
mgl@1371
 29278
@@ -10035,40 +11143,42 @@
mgl@1371
 29279
 }
mgl@1371
 29280
 _ACEOF
mgl@1371
 29281
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29282
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29283
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29284
+if { (ac_try="$ac_link"
mgl@1371
 29285
+case "(($ac_try" in
mgl@1371
 29286
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29287
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29288
+esac
mgl@1371
 29289
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29290
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29291
   ac_status=$?
mgl@1371
 29292
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29293
   rm -f conftest.er1
mgl@1371
 29294
   cat conftest.err >&5
mgl@1371
 29295
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29296
-  (exit $ac_status); } &&
mgl@1371
 29297
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29298
-			 || test ! -s conftest.err'
mgl@1371
 29299
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29300
-  (eval $ac_try) 2>&5
mgl@1371
 29301
-  ac_status=$?
mgl@1371
 29302
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29303
-  (exit $ac_status); }; } &&
mgl@1371
 29304
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29305
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29306
-  (eval $ac_try) 2>&5
mgl@1371
 29307
-  ac_status=$?
mgl@1371
 29308
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29309
-  (exit $ac_status); }; }; then
mgl@1371
 29310
+  (exit $ac_status); } && {
mgl@1371
 29311
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29312
+	 test ! -s conftest.err
mgl@1371
 29313
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29314
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29315
   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
mgl@1371
 29316
-  shlibpath_overrides_runpath=yes
mgl@1371
 29317
+  lt_cv_shlibpath_overrides_runpath=yes
mgl@1371
 29318
 fi
mgl@1371
 29319
 
mgl@1371
 29320
 else
mgl@1371
 29321
   echo "$as_me: failed program was:" >&5
mgl@1371
 29322
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29323
 
mgl@1371
 29324
+
mgl@1371
 29325
 fi
mgl@1371
 29326
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29327
+
mgl@1371
 29328
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29329
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29330
-  LDFLAGS=$save_LDFLAGS
mgl@1371
 29331
-  libdir=$save_libdir
mgl@1371
 29332
+    LDFLAGS=$save_LDFLAGS
mgl@1371
 29333
+    libdir=$save_libdir
mgl@1371
 29334
+
mgl@1371
 29335
+fi
mgl@1371
 29336
+
mgl@1371
 29337
+  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
mgl@1371
 29338
 
mgl@1371
 29339
   # This implies no fast_install, which is unacceptable.
mgl@1371
 29340
   # Some rework will be needed to allow for fast_install
mgl@1371
 29341
@@ -10278,8 +11388,8 @@
mgl@1371
 29342
   dynamic_linker=no
mgl@1371
 29343
   ;;
mgl@1371
 29344
 esac
mgl@1371
 29345
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
mgl@1371
 29346
-echo "${ECHO_T}$dynamic_linker" >&6
mgl@1371
 29347
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
mgl@1371
 29348
+echo "${ECHO_T}$dynamic_linker" >&6; }
mgl@1371
 29349
 test "$dynamic_linker" = no && can_build_shared=no
mgl@1371
 29350
 
mgl@1371
 29351
 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
mgl@1371
 29352
@@ -10380,8 +11490,8 @@
mgl@1371
 29353
 
mgl@1371
 29354
 
mgl@1371
 29355
 
mgl@1371
 29356
-  echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
mgl@1371
 29357
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
mgl@1371
 29358
+  { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
mgl@1371
 29359
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
mgl@1371
 29360
 hardcode_action=
mgl@1371
 29361
 if test -n "$hardcode_libdir_flag_spec" ||
mgl@1371
 29362
    test -n "$runpath_var" ||
mgl@1371
 29363
@@ -10405,8 +11515,8 @@
mgl@1371
 29364
   # directories.
mgl@1371
 29365
   hardcode_action=unsupported
mgl@1371
 29366
 fi
mgl@1371
 29367
-echo "$as_me:$LINENO: result: $hardcode_action" >&5
mgl@1371
 29368
-echo "${ECHO_T}$hardcode_action" >&6
mgl@1371
 29369
+{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
mgl@1371
 29370
+echo "${ECHO_T}$hardcode_action" >&6; }
mgl@1371
 29371
 
mgl@1371
 29372
 if test "$hardcode_action" = relink ||
mgl@1371
 29373
    test "$inherit_rpath" = yes; then
mgl@1371
 29374
@@ -10450,8 +11560,8 @@
mgl@1371
 29375
 
mgl@1371
 29376
   darwin*)
mgl@1371
 29377
   # if libdl is installed we need to link against it
mgl@1371
 29378
-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
mgl@1371
 29379
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
mgl@1371
 29380
+    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
mgl@1371
 29381
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
mgl@1371
 29382
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
mgl@1371
 29383
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 29384
 else
mgl@1371
 29385
@@ -10464,56 +11574,53 @@
mgl@1371
 29386
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 29387
 /* end confdefs.h.  */
mgl@1371
 29388
 
mgl@1371
 29389
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 29390
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 29391
+   Use char because int might match the return type of a GCC
mgl@1371
 29392
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 29393
 #ifdef __cplusplus
mgl@1371
 29394
 extern "C"
mgl@1371
 29395
 #endif
mgl@1371
 29396
-/* We use char because int might match the return type of a gcc2
mgl@1371
 29397
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 29398
 char dlopen ();
mgl@1371
 29399
 int
mgl@1371
 29400
 main ()
mgl@1371
 29401
 {
mgl@1371
 29402
-dlopen ();
mgl@1371
 29403
+return dlopen ();
mgl@1371
 29404
   ;
mgl@1371
 29405
   return 0;
mgl@1371
 29406
 }
mgl@1371
 29407
 _ACEOF
mgl@1371
 29408
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29409
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29410
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29411
+if { (ac_try="$ac_link"
mgl@1371
 29412
+case "(($ac_try" in
mgl@1371
 29413
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29414
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29415
+esac
mgl@1371
 29416
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29417
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29418
   ac_status=$?
mgl@1371
 29419
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29420
   rm -f conftest.er1
mgl@1371
 29421
   cat conftest.err >&5
mgl@1371
 29422
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29423
-  (exit $ac_status); } &&
mgl@1371
 29424
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29425
-			 || test ! -s conftest.err'
mgl@1371
 29426
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29427
-  (eval $ac_try) 2>&5
mgl@1371
 29428
-  ac_status=$?
mgl@1371
 29429
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29430
-  (exit $ac_status); }; } &&
mgl@1371
 29431
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29432
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29433
-  (eval $ac_try) 2>&5
mgl@1371
 29434
-  ac_status=$?
mgl@1371
 29435
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29436
-  (exit $ac_status); }; }; then
mgl@1371
 29437
+  (exit $ac_status); } && {
mgl@1371
 29438
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29439
+	 test ! -s conftest.err
mgl@1371
 29440
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29441
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29442
   ac_cv_lib_dl_dlopen=yes
mgl@1371
 29443
 else
mgl@1371
 29444
   echo "$as_me: failed program was:" >&5
mgl@1371
 29445
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29446
 
mgl@1371
 29447
-ac_cv_lib_dl_dlopen=no
mgl@1371
 29448
+	ac_cv_lib_dl_dlopen=no
mgl@1371
 29449
 fi
mgl@1371
 29450
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29451
+
mgl@1371
 29452
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29453
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29454
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 29455
 fi
mgl@1371
 29456
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
mgl@1371
 29457
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
mgl@1371
 29458
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
mgl@1371
 29459
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
mgl@1371
 29460
 if test $ac_cv_lib_dl_dlopen = yes; then
mgl@1371
 29461
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
mgl@1371
 29462
 else
mgl@1371
 29463
@@ -10527,8 +11634,8 @@
mgl@1371
 29464
     ;;
mgl@1371
 29465
 
mgl@1371
 29466
   *)
mgl@1371
 29467
-    echo "$as_me:$LINENO: checking for shl_load" >&5
mgl@1371
 29468
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
mgl@1371
 29469
+    { echo "$as_me:$LINENO: checking for shl_load" >&5
mgl@1371
 29470
+echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
mgl@1371
 29471
 if test "${ac_cv_func_shl_load+set}" = set; then
mgl@1371
 29472
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 29473
 else
mgl@1371
 29474
@@ -10555,73 +11662,64 @@
mgl@1371
 29475
 
mgl@1371
 29476
 #undef shl_load
mgl@1371
 29477
 
mgl@1371
 29478
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 29479
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 29480
+   Use char because int might match the return type of a GCC
mgl@1371
 29481
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 29482
 #ifdef __cplusplus
mgl@1371
 29483
 extern "C"
mgl@1371
 29484
-{
mgl@1371
 29485
 #endif
mgl@1371
 29486
-/* We use char because int might match the return type of a gcc2
mgl@1371
 29487
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 29488
 char shl_load ();
mgl@1371
 29489
 /* The GNU C library defines this for functions which it implements
mgl@1371
 29490
     to always fail with ENOSYS.  Some functions are actually named
mgl@1371
 29491
     something starting with __ and the normal name is an alias.  */
mgl@1371
 29492
-#if defined (__stub_shl_load) || defined (__stub___shl_load)
mgl@1371
 29493
+#if defined __stub_shl_load || defined __stub___shl_load
mgl@1371
 29494
 choke me
mgl@1371
 29495
-#else
mgl@1371
 29496
-char (*f) () = shl_load;
mgl@1371
 29497
-#endif
mgl@1371
 29498
-#ifdef __cplusplus
mgl@1371
 29499
-}
mgl@1371
 29500
 #endif
mgl@1371
 29501
 
mgl@1371
 29502
 int
mgl@1371
 29503
 main ()
mgl@1371
 29504
 {
mgl@1371
 29505
-return f != shl_load;
mgl@1371
 29506
+return shl_load ();
mgl@1371
 29507
   ;
mgl@1371
 29508
   return 0;
mgl@1371
 29509
 }
mgl@1371
 29510
 _ACEOF
mgl@1371
 29511
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29512
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29513
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29514
+if { (ac_try="$ac_link"
mgl@1371
 29515
+case "(($ac_try" in
mgl@1371
 29516
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29517
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29518
+esac
mgl@1371
 29519
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29520
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29521
   ac_status=$?
mgl@1371
 29522
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29523
   rm -f conftest.er1
mgl@1371
 29524
   cat conftest.err >&5
mgl@1371
 29525
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29526
-  (exit $ac_status); } &&
mgl@1371
 29527
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29528
-			 || test ! -s conftest.err'
mgl@1371
 29529
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29530
-  (eval $ac_try) 2>&5
mgl@1371
 29531
-  ac_status=$?
mgl@1371
 29532
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29533
-  (exit $ac_status); }; } &&
mgl@1371
 29534
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29535
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29536
-  (eval $ac_try) 2>&5
mgl@1371
 29537
-  ac_status=$?
mgl@1371
 29538
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29539
-  (exit $ac_status); }; }; then
mgl@1371
 29540
+  (exit $ac_status); } && {
mgl@1371
 29541
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29542
+	 test ! -s conftest.err
mgl@1371
 29543
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29544
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29545
   ac_cv_func_shl_load=yes
mgl@1371
 29546
 else
mgl@1371
 29547
   echo "$as_me: failed program was:" >&5
mgl@1371
 29548
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29549
 
mgl@1371
 29550
-ac_cv_func_shl_load=no
mgl@1371
 29551
+	ac_cv_func_shl_load=no
mgl@1371
 29552
 fi
mgl@1371
 29553
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29554
+
mgl@1371
 29555
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29556
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29557
 fi
mgl@1371
 29558
-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
mgl@1371
 29559
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
mgl@1371
 29560
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
mgl@1371
 29561
+echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
mgl@1371
 29562
 if test $ac_cv_func_shl_load = yes; then
mgl@1371
 29563
   lt_cv_dlopen="shl_load"
mgl@1371
 29564
 else
mgl@1371
 29565
-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
mgl@1371
 29566
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
mgl@1371
 29567
+  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
mgl@1371
 29568
+echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
mgl@1371
 29569
 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
mgl@1371
 29570
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 29571
 else
mgl@1371
 29572
@@ -10634,61 +11732,58 @@
mgl@1371
 29573
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 29574
 /* end confdefs.h.  */
mgl@1371
 29575
 
mgl@1371
 29576
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 29577
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 29578
+   Use char because int might match the return type of a GCC
mgl@1371
 29579
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 29580
 #ifdef __cplusplus
mgl@1371
 29581
 extern "C"
mgl@1371
 29582
 #endif
mgl@1371
 29583
-/* We use char because int might match the return type of a gcc2
mgl@1371
 29584
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 29585
 char shl_load ();
mgl@1371
 29586
 int
mgl@1371
 29587
 main ()
mgl@1371
 29588
 {
mgl@1371
 29589
-shl_load ();
mgl@1371
 29590
+return shl_load ();
mgl@1371
 29591
   ;
mgl@1371
 29592
   return 0;
mgl@1371
 29593
 }
mgl@1371
 29594
 _ACEOF
mgl@1371
 29595
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29596
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29597
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29598
+if { (ac_try="$ac_link"
mgl@1371
 29599
+case "(($ac_try" in
mgl@1371
 29600
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29601
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29602
+esac
mgl@1371
 29603
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29604
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29605
   ac_status=$?
mgl@1371
 29606
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29607
   rm -f conftest.er1
mgl@1371
 29608
   cat conftest.err >&5
mgl@1371
 29609
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29610
-  (exit $ac_status); } &&
mgl@1371
 29611
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29612
-			 || test ! -s conftest.err'
mgl@1371
 29613
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29614
-  (eval $ac_try) 2>&5
mgl@1371
 29615
-  ac_status=$?
mgl@1371
 29616
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29617
-  (exit $ac_status); }; } &&
mgl@1371
 29618
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29619
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29620
-  (eval $ac_try) 2>&5
mgl@1371
 29621
-  ac_status=$?
mgl@1371
 29622
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29623
-  (exit $ac_status); }; }; then
mgl@1371
 29624
+  (exit $ac_status); } && {
mgl@1371
 29625
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29626
+	 test ! -s conftest.err
mgl@1371
 29627
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29628
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29629
   ac_cv_lib_dld_shl_load=yes
mgl@1371
 29630
 else
mgl@1371
 29631
   echo "$as_me: failed program was:" >&5
mgl@1371
 29632
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29633
 
mgl@1371
 29634
-ac_cv_lib_dld_shl_load=no
mgl@1371
 29635
+	ac_cv_lib_dld_shl_load=no
mgl@1371
 29636
 fi
mgl@1371
 29637
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29638
+
mgl@1371
 29639
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29640
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29641
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 29642
 fi
mgl@1371
 29643
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
mgl@1371
 29644
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
mgl@1371
 29645
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
mgl@1371
 29646
+echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
mgl@1371
 29647
 if test $ac_cv_lib_dld_shl_load = yes; then
mgl@1371
 29648
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
mgl@1371
 29649
 else
mgl@1371
 29650
-  echo "$as_me:$LINENO: checking for dlopen" >&5
mgl@1371
 29651
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
mgl@1371
 29652
+  { echo "$as_me:$LINENO: checking for dlopen" >&5
mgl@1371
 29653
+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
mgl@1371
 29654
 if test "${ac_cv_func_dlopen+set}" = set; then
mgl@1371
 29655
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 29656
 else
mgl@1371
 29657
@@ -10715,73 +11810,64 @@
mgl@1371
 29658
 
mgl@1371
 29659
 #undef dlopen
mgl@1371
 29660
 
mgl@1371
 29661
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 29662
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 29663
+   Use char because int might match the return type of a GCC
mgl@1371
 29664
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 29665
 #ifdef __cplusplus
mgl@1371
 29666
 extern "C"
mgl@1371
 29667
-{
mgl@1371
 29668
 #endif
mgl@1371
 29669
-/* We use char because int might match the return type of a gcc2
mgl@1371
 29670
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 29671
 char dlopen ();
mgl@1371
 29672
 /* The GNU C library defines this for functions which it implements
mgl@1371
 29673
     to always fail with ENOSYS.  Some functions are actually named
mgl@1371
 29674
     something starting with __ and the normal name is an alias.  */
mgl@1371
 29675
-#if defined (__stub_dlopen) || defined (__stub___dlopen)
mgl@1371
 29676
+#if defined __stub_dlopen || defined __stub___dlopen
mgl@1371
 29677
 choke me
mgl@1371
 29678
-#else
mgl@1371
 29679
-char (*f) () = dlopen;
mgl@1371
 29680
-#endif
mgl@1371
 29681
-#ifdef __cplusplus
mgl@1371
 29682
-}
mgl@1371
 29683
 #endif
mgl@1371
 29684
 
mgl@1371
 29685
 int
mgl@1371
 29686
 main ()
mgl@1371
 29687
 {
mgl@1371
 29688
-return f != dlopen;
mgl@1371
 29689
+return dlopen ();
mgl@1371
 29690
   ;
mgl@1371
 29691
   return 0;
mgl@1371
 29692
 }
mgl@1371
 29693
 _ACEOF
mgl@1371
 29694
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29695
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29696
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29697
+if { (ac_try="$ac_link"
mgl@1371
 29698
+case "(($ac_try" in
mgl@1371
 29699
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29700
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29701
+esac
mgl@1371
 29702
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29703
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29704
   ac_status=$?
mgl@1371
 29705
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29706
   rm -f conftest.er1
mgl@1371
 29707
   cat conftest.err >&5
mgl@1371
 29708
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29709
-  (exit $ac_status); } &&
mgl@1371
 29710
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29711
-			 || test ! -s conftest.err'
mgl@1371
 29712
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29713
-  (eval $ac_try) 2>&5
mgl@1371
 29714
-  ac_status=$?
mgl@1371
 29715
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29716
-  (exit $ac_status); }; } &&
mgl@1371
 29717
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29718
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29719
-  (eval $ac_try) 2>&5
mgl@1371
 29720
-  ac_status=$?
mgl@1371
 29721
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29722
-  (exit $ac_status); }; }; then
mgl@1371
 29723
+  (exit $ac_status); } && {
mgl@1371
 29724
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29725
+	 test ! -s conftest.err
mgl@1371
 29726
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29727
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29728
   ac_cv_func_dlopen=yes
mgl@1371
 29729
 else
mgl@1371
 29730
   echo "$as_me: failed program was:" >&5
mgl@1371
 29731
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29732
 
mgl@1371
 29733
-ac_cv_func_dlopen=no
mgl@1371
 29734
+	ac_cv_func_dlopen=no
mgl@1371
 29735
 fi
mgl@1371
 29736
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29737
+
mgl@1371
 29738
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29739
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29740
 fi
mgl@1371
 29741
-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
mgl@1371
 29742
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
mgl@1371
 29743
+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
mgl@1371
 29744
+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
mgl@1371
 29745
 if test $ac_cv_func_dlopen = yes; then
mgl@1371
 29746
   lt_cv_dlopen="dlopen"
mgl@1371
 29747
 else
mgl@1371
 29748
-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
mgl@1371
 29749
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
mgl@1371
 29750
+  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
mgl@1371
 29751
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
mgl@1371
 29752
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
mgl@1371
 29753
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 29754
 else
mgl@1371
 29755
@@ -10794,61 +11880,58 @@
mgl@1371
 29756
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 29757
 /* end confdefs.h.  */
mgl@1371
 29758
 
mgl@1371
 29759
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 29760
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 29761
+   Use char because int might match the return type of a GCC
mgl@1371
 29762
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 29763
 #ifdef __cplusplus
mgl@1371
 29764
 extern "C"
mgl@1371
 29765
 #endif
mgl@1371
 29766
-/* We use char because int might match the return type of a gcc2
mgl@1371
 29767
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 29768
 char dlopen ();
mgl@1371
 29769
 int
mgl@1371
 29770
 main ()
mgl@1371
 29771
 {
mgl@1371
 29772
-dlopen ();
mgl@1371
 29773
+return dlopen ();
mgl@1371
 29774
   ;
mgl@1371
 29775
   return 0;
mgl@1371
 29776
 }
mgl@1371
 29777
 _ACEOF
mgl@1371
 29778
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29779
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29780
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29781
+if { (ac_try="$ac_link"
mgl@1371
 29782
+case "(($ac_try" in
mgl@1371
 29783
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29784
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29785
+esac
mgl@1371
 29786
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29787
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29788
   ac_status=$?
mgl@1371
 29789
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29790
   rm -f conftest.er1
mgl@1371
 29791
   cat conftest.err >&5
mgl@1371
 29792
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29793
-  (exit $ac_status); } &&
mgl@1371
 29794
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29795
-			 || test ! -s conftest.err'
mgl@1371
 29796
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29797
-  (eval $ac_try) 2>&5
mgl@1371
 29798
-  ac_status=$?
mgl@1371
 29799
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29800
-  (exit $ac_status); }; } &&
mgl@1371
 29801
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29802
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29803
-  (eval $ac_try) 2>&5
mgl@1371
 29804
-  ac_status=$?
mgl@1371
 29805
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29806
-  (exit $ac_status); }; }; then
mgl@1371
 29807
+  (exit $ac_status); } && {
mgl@1371
 29808
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29809
+	 test ! -s conftest.err
mgl@1371
 29810
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29811
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29812
   ac_cv_lib_dl_dlopen=yes
mgl@1371
 29813
 else
mgl@1371
 29814
   echo "$as_me: failed program was:" >&5
mgl@1371
 29815
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29816
 
mgl@1371
 29817
-ac_cv_lib_dl_dlopen=no
mgl@1371
 29818
+	ac_cv_lib_dl_dlopen=no
mgl@1371
 29819
 fi
mgl@1371
 29820
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29821
+
mgl@1371
 29822
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29823
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29824
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 29825
 fi
mgl@1371
 29826
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
mgl@1371
 29827
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
mgl@1371
 29828
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
mgl@1371
 29829
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
mgl@1371
 29830
 if test $ac_cv_lib_dl_dlopen = yes; then
mgl@1371
 29831
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
mgl@1371
 29832
 else
mgl@1371
 29833
-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
mgl@1371
 29834
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
mgl@1371
 29835
+  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
mgl@1371
 29836
+echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
mgl@1371
 29837
 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
mgl@1371
 29838
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 29839
 else
mgl@1371
 29840
@@ -10861,61 +11944,58 @@
mgl@1371
 29841
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 29842
 /* end confdefs.h.  */
mgl@1371
 29843
 
mgl@1371
 29844
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 29845
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 29846
+   Use char because int might match the return type of a GCC
mgl@1371
 29847
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 29848
 #ifdef __cplusplus
mgl@1371
 29849
 extern "C"
mgl@1371
 29850
 #endif
mgl@1371
 29851
-/* We use char because int might match the return type of a gcc2
mgl@1371
 29852
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 29853
 char dlopen ();
mgl@1371
 29854
 int
mgl@1371
 29855
 main ()
mgl@1371
 29856
 {
mgl@1371
 29857
-dlopen ();
mgl@1371
 29858
+return dlopen ();
mgl@1371
 29859
   ;
mgl@1371
 29860
   return 0;
mgl@1371
 29861
 }
mgl@1371
 29862
 _ACEOF
mgl@1371
 29863
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29864
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29865
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29866
+if { (ac_try="$ac_link"
mgl@1371
 29867
+case "(($ac_try" in
mgl@1371
 29868
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29869
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29870
+esac
mgl@1371
 29871
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29872
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29873
   ac_status=$?
mgl@1371
 29874
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29875
   rm -f conftest.er1
mgl@1371
 29876
   cat conftest.err >&5
mgl@1371
 29877
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29878
-  (exit $ac_status); } &&
mgl@1371
 29879
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29880
-			 || test ! -s conftest.err'
mgl@1371
 29881
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29882
-  (eval $ac_try) 2>&5
mgl@1371
 29883
-  ac_status=$?
mgl@1371
 29884
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29885
-  (exit $ac_status); }; } &&
mgl@1371
 29886
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29887
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29888
-  (eval $ac_try) 2>&5
mgl@1371
 29889
-  ac_status=$?
mgl@1371
 29890
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29891
-  (exit $ac_status); }; }; then
mgl@1371
 29892
+  (exit $ac_status); } && {
mgl@1371
 29893
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29894
+	 test ! -s conftest.err
mgl@1371
 29895
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29896
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29897
   ac_cv_lib_svld_dlopen=yes
mgl@1371
 29898
 else
mgl@1371
 29899
   echo "$as_me: failed program was:" >&5
mgl@1371
 29900
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29901
 
mgl@1371
 29902
-ac_cv_lib_svld_dlopen=no
mgl@1371
 29903
+	ac_cv_lib_svld_dlopen=no
mgl@1371
 29904
 fi
mgl@1371
 29905
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29906
+
mgl@1371
 29907
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29908
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29909
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 29910
 fi
mgl@1371
 29911
-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
mgl@1371
 29912
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
mgl@1371
 29913
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
mgl@1371
 29914
+echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
mgl@1371
 29915
 if test $ac_cv_lib_svld_dlopen = yes; then
mgl@1371
 29916
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
mgl@1371
 29917
 else
mgl@1371
 29918
-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
mgl@1371
 29919
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
mgl@1371
 29920
+  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
mgl@1371
 29921
+echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
mgl@1371
 29922
 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
mgl@1371
 29923
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 29924
 else
mgl@1371
 29925
@@ -10928,56 +12008,53 @@
mgl@1371
 29926
 cat >>conftest.$ac_ext <<_ACEOF
mgl@1371
 29927
 /* end confdefs.h.  */
mgl@1371
 29928
 
mgl@1371
 29929
-/* Override any gcc2 internal prototype to avoid an error.  */
mgl@1371
 29930
+/* Override any GCC internal prototype to avoid an error.
mgl@1371
 29931
+   Use char because int might match the return type of a GCC
mgl@1371
 29932
+   builtin and then its argument prototype would still apply.  */
mgl@1371
 29933
 #ifdef __cplusplus
mgl@1371
 29934
 extern "C"
mgl@1371
 29935
 #endif
mgl@1371
 29936
-/* We use char because int might match the return type of a gcc2
mgl@1371
 29937
-   builtin and then its argument prototype would still apply.  */
mgl@1371
 29938
 char dld_link ();
mgl@1371
 29939
 int
mgl@1371
 29940
 main ()
mgl@1371
 29941
 {
mgl@1371
 29942
-dld_link ();
mgl@1371
 29943
+return dld_link ();
mgl@1371
 29944
   ;
mgl@1371
 29945
   return 0;
mgl@1371
 29946
 }
mgl@1371
 29947
 _ACEOF
mgl@1371
 29948
 rm -f conftest.$ac_objext conftest$ac_exeext
mgl@1371
 29949
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
mgl@1371
 29950
-  (eval $ac_link) 2>conftest.er1
mgl@1371
 29951
+if { (ac_try="$ac_link"
mgl@1371
 29952
+case "(($ac_try" in
mgl@1371
 29953
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
mgl@1371
 29954
+  *) ac_try_echo=$ac_try;;
mgl@1371
 29955
+esac
mgl@1371
 29956
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
mgl@1371
 29957
+  (eval "$ac_link") 2>conftest.er1
mgl@1371
 29958
   ac_status=$?
mgl@1371
 29959
   grep -v '^ *+' conftest.er1 >conftest.err
mgl@1371
 29960
   rm -f conftest.er1
mgl@1371
 29961
   cat conftest.err >&5
mgl@1371
 29962
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29963
-  (exit $ac_status); } &&
mgl@1371
 29964
-	 { ac_try='test -z "$ac_c_werror_flag"
mgl@1371
 29965
-			 || test ! -s conftest.err'
mgl@1371
 29966
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29967
-  (eval $ac_try) 2>&5
mgl@1371
 29968
-  ac_status=$?
mgl@1371
 29969
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29970
-  (exit $ac_status); }; } &&
mgl@1371
 29971
-	 { ac_try='test -s conftest$ac_exeext'
mgl@1371
 29972
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
mgl@1371
 29973
-  (eval $ac_try) 2>&5
mgl@1371
 29974
-  ac_status=$?
mgl@1371
 29975
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
mgl@1371
 29976
-  (exit $ac_status); }; }; then
mgl@1371
 29977
+  (exit $ac_status); } && {
mgl@1371
 29978
+	 test -z "$ac_c_werror_flag" ||
mgl@1371
 29979
+	 test ! -s conftest.err
mgl@1371
 29980
+       } && test -s conftest$ac_exeext &&
mgl@1371
 29981
+       $as_test_x conftest$ac_exeext; then
mgl@1371
 29982
   ac_cv_lib_dld_dld_link=yes
mgl@1371
 29983
 else
mgl@1371
 29984
   echo "$as_me: failed program was:" >&5
mgl@1371
 29985
 sed 's/^/| /' conftest.$ac_ext >&5
mgl@1371
 29986
 
mgl@1371
 29987
-ac_cv_lib_dld_dld_link=no
mgl@1371
 29988
+	ac_cv_lib_dld_dld_link=no
mgl@1371
 29989
 fi
mgl@1371
 29990
-rm -f conftest.err conftest.$ac_objext \
mgl@1371
 29991
+
mgl@1371
 29992
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
mgl@1371
 29993
       conftest$ac_exeext conftest.$ac_ext
mgl@1371
 29994
 LIBS=$ac_check_lib_save_LIBS
mgl@1371
 29995
 fi
mgl@1371
 29996
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
mgl@1371
 29997
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
mgl@1371
 29998
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
mgl@1371
 29999
+echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
mgl@1371
 30000
 if test $ac_cv_lib_dld_dld_link = yes; then
mgl@1371
 30001
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
mgl@1371
 30002
 fi
mgl@1371
 30003
@@ -11017,8 +12094,8 @@
mgl@1371
 30004
     save_LIBS="$LIBS"
mgl@1371
 30005
     LIBS="$lt_cv_dlopen_libs $LIBS"
mgl@1371
 30006
 
mgl@1371
 30007
-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
mgl@1371
 30008
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
mgl@1371
 30009
+    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
mgl@1371
 30010
+echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
mgl@1371
 30011
 if test "${lt_cv_dlopen_self+set}" = set; then
mgl@1371
 30012
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 30013
 else
mgl@1371
 30014
@@ -11028,7 +12105,7 @@
mgl@1371
 30015
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
mgl@1371
 30016
   lt_status=$lt_dlunknown
mgl@1371
 30017
   cat > conftest.$ac_ext <<_LT_EOF
mgl@1371
 30018
-#line 11031 "configure"
mgl@1371
 30019
+#line 12108 "configure"
mgl@1371
 30020
 #include "confdefs.h"
mgl@1371
 30021
 
mgl@1371
 30022
 #if HAVE_DLFCN_H
mgl@1371
 30023
@@ -11108,13 +12185,13 @@
mgl@1371
 30024
 
mgl@1371
 30025
 
mgl@1371
 30026
 fi
mgl@1371
 30027
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
mgl@1371
 30028
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
mgl@1371
 30029
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
mgl@1371
 30030
+echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
mgl@1371
 30031
 
mgl@1371
 30032
     if test "x$lt_cv_dlopen_self" = xyes; then
mgl@1371
 30033
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
mgl@1371
 30034
-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
mgl@1371
 30035
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
mgl@1371
 30036
+      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
mgl@1371
 30037
+echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
mgl@1371
 30038
 if test "${lt_cv_dlopen_self_static+set}" = set; then
mgl@1371
 30039
   echo $ECHO_N "(cached) $ECHO_C" >&6
mgl@1371
 30040
 else
mgl@1371
 30041
@@ -11124,7 +12201,7 @@
mgl@1371
 30042
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
mgl@1371
 30043
   lt_status=$lt_dlunknown
mgl@1371
 30044
   cat > conftest.$ac_ext <<_LT_EOF
mgl@1371
 30045
-#line 11127 "configure"
mgl@1371
 30046
+#line 12204 "configure"
mgl@1371
 30047
 #include "confdefs.h"
mgl@1371
 30048
 
mgl@1371
 30049
 #if HAVE_DLFCN_H
mgl@1371
 30050
@@ -11204,8 +12281,8 @@
mgl@1371
 30051
 
mgl@1371
 30052
 
mgl@1371
 30053
 fi
mgl@1371
 30054
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
mgl@1371
 30055
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
mgl@1371
 30056
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
mgl@1371
 30057
+echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
mgl@1371
 30058
     fi
mgl@1371
 30059
 
mgl@1371
 30060
     CPPFLAGS="$save_CPPFLAGS"
mgl@1371
 30061
@@ -11243,13 +12320,13 @@
mgl@1371
 30062
 
mgl@1371
 30063
 striplib=
mgl@1371
 30064
 old_striplib=
mgl@1371
 30065
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
mgl@1371
 30066
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
mgl@1371
 30067
+{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
mgl@1371
 30068
+echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
mgl@1371
 30069
 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
mgl@1371
 30070
   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
mgl@1371
 30071
   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
mgl@1371
 30072
-  echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 30073
-echo "${ECHO_T}yes" >&6
mgl@1371
 30074
+  { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 30075
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 30076
 else
mgl@1371
 30077
 # FIXME - insert some real tests, host_os isn't really good enough
mgl@1371
 30078
   case $host_os in
mgl@1371
 30079
@@ -11257,16 +12334,16 @@
mgl@1371
 30080
     if test -n "$STRIP" ; then
mgl@1371
 30081
       striplib="$STRIP -x"
mgl@1371
 30082
       old_striplib="$STRIP -S"
mgl@1371
 30083
-      echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 30084
-echo "${ECHO_T}yes" >&6
mgl@1371
 30085
+      { echo "$as_me:$LINENO: result: yes" >&5
mgl@1371
 30086
+echo "${ECHO_T}yes" >&6; }
mgl@1371
 30087
     else
mgl@1371
 30088
-      echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 30089
-echo "${ECHO_T}no" >&6
mgl@1371
 30090
+      { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 30091
+echo "${ECHO_T}no" >&6; }
mgl@1371
 30092
     fi
mgl@1371
 30093
     ;;
mgl@1371
 30094
   *)
mgl@1371
 30095
-    echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 30096
-echo "${ECHO_T}no" >&6
mgl@1371
 30097
+    { echo "$as_me:$LINENO: result: no" >&5
mgl@1371
 30098
+echo "${ECHO_T}no" >&6; }
mgl@1371
 30099
     ;;
mgl@1371
 30100
   esac
mgl@1371
 30101
 fi
mgl@1371
 30102
@@ -11283,13 +12360,13 @@
mgl@1371
 30103
 
mgl@1371
 30104
 
mgl@1371
 30105
   # Report which library types will actually be built
mgl@1371
 30106
-  echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
mgl@1371
 30107
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
mgl@1371
 30108
-  echo "$as_me:$LINENO: result: $can_build_shared" >&5
mgl@1371
 30109
-echo "${ECHO_T}$can_build_shared" >&6
mgl@1371
 30110
+  { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
mgl@1371
 30111
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
mgl@1371
 30112
+  { echo "$as_me:$LINENO: result: $can_build_shared" >&5
mgl@1371
 30113
+echo "${ECHO_T}$can_build_shared" >&6; }
mgl@1371
 30114
 
mgl@1371
 30115
-  echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
mgl@1371
 30116
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
mgl@1371
 30117
+  { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
mgl@1371
 30118
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
mgl@1371
 30119
   test "$can_build_shared" = "no" && enable_shared=no
mgl@1371
 30120
 
mgl@1371
 30121
   # On AIX, shared libraries and static libraries use the same namespace, and
mgl@1371
 30122
@@ -11309,15 +12386,15 @@
mgl@1371
 30123
     fi
mgl@1371
 30124
     ;;
mgl@1371
 30125
   esac
mgl@1371
 30126
-  echo "$as_me:$LINENO: result: $enable_shared" >&5
mgl@1371
 30127
-echo "${ECHO_T}$enable_shared" >&6
mgl@1371
 30128
+  { echo "$as_me:$LINENO: result: $enable_shared" >&5
mgl@1371
 30129
+echo "${ECHO_T}$enable_shared" >&6; }
mgl@1371
 30130
 
mgl@1371
 30131
-  echo "$as_me:$LINENO: checking whether to build static libraries" >&5
mgl@1371
 30132
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
mgl@1371
 30133
+  { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
mgl@1371
 30134
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
mgl@1371
 30135
   # Make sure either enable_shared or enable_static is yes.
mgl@1371
 30136
   test "$enable_shared" = yes || enable_static=yes
mgl@1371
 30137
-  echo "$as_me:$LINENO: result: $enable_static" >&5
mgl@1371
 30138
-echo "${ECHO_T}$enable_static" >&6
mgl@1371
 30139
+  { echo "$as_me:$LINENO: result: $enable_static" >&5
mgl@1371
 30140
+echo "${ECHO_T}$enable_static" >&6; }
mgl@1371
 30141
 
mgl@1371
 30142
 
mgl@1371
 30143
 
mgl@1371
 30144
@@ -11343,7 +12420,7 @@
mgl@1371
 30145
 
mgl@1371
 30146
 
mgl@1371
 30147
 
mgl@1371
 30148
-                  ac_config_commands="$ac_config_commands libtool"
mgl@1371
 30149
+        ac_config_commands="$ac_config_commands libtool"
mgl@1371
 30150
 
mgl@1371
 30151
 
mgl@1371
 30152
 
mgl@1371
 30153
@@ -11355,101 +12432,55 @@
mgl@1371
 30154
 
mgl@1371
 30155
 if test -n "${sys_dir}"; then
mgl@1371
 30156
   case ${sys_dir} in
mgl@1371
 30157
-	a29khif)
mgl@1371
 30158
-
mgl@1371
 30159
-subdirs="$subdirs a29khif"
mgl@1371
 30160
+	a29khif) subdirs="$subdirs a29khif"
mgl@1371
 30161
  ;;
mgl@1371
 30162
-	arc)
mgl@1371
 30163
-
mgl@1371
 30164
-subdirs="$subdirs arc"
mgl@1371
 30165
+	arc) subdirs="$subdirs arc"
mgl@1371
 30166
  ;;
mgl@1371
 30167
-	arm)
mgl@1371
 30168
-
mgl@1371
 30169
-subdirs="$subdirs arm"
mgl@1371
 30170
+	arm) subdirs="$subdirs arm"
mgl@1371
 30171
  ;;
mgl@1371
 30172
-	d10v)
mgl@1371
 30173
-
mgl@1371
 30174
-subdirs="$subdirs d10v"
mgl@1371
 30175
+	avr32) subdirs="$subdirs avr32"
mgl@1371
 30176
  ;;
mgl@1371
 30177
-	decstation)
mgl@1371
 30178
-
mgl@1371
 30179
-subdirs="$subdirs decstation"
mgl@1371
 30180
+	d10v) subdirs="$subdirs d10v"
mgl@1371
 30181
  ;;
mgl@1371
 30182
-	h8300hms)
mgl@1371
 30183
-
mgl@1371
 30184
-subdirs="$subdirs h8300hms"
mgl@1371
 30185
+	decstation) subdirs="$subdirs decstation"
mgl@1371
 30186
  ;;
mgl@1371
 30187
-	h8500hms)
mgl@1371
 30188
-
mgl@1371
 30189
-subdirs="$subdirs h8500hms"
mgl@1371
 30190
+	h8300hms) subdirs="$subdirs h8300hms"
mgl@1371
 30191
  ;;
mgl@1371
 30192
-	linux)
mgl@1371
 30193
-
mgl@1371
 30194
-subdirs="$subdirs linux"
mgl@1371
 30195
+	h8500hms) subdirs="$subdirs h8500hms"
mgl@1371
 30196
  ;;
mgl@1371
 30197
-	m88kbug)
mgl@1371
 30198
-
mgl@1371
 30199
-subdirs="$subdirs m88kbug"
mgl@1371
 30200
+	linux) subdirs="$subdirs linux"
mgl@1371
 30201
  ;;
mgl@1371
 30202
-	mmixware)
mgl@1371
 30203
-
mgl@1371
 30204
-subdirs="$subdirs mmixware"
mgl@1371
 30205
+	m88kbug) subdirs="$subdirs m88kbug"
mgl@1371
 30206
  ;;
mgl@1371
 30207
-	netware)
mgl@1371
 30208
-
mgl@1371
 30209
-subdirs="$subdirs netware"
mgl@1371
 30210
+	mmixware) subdirs="$subdirs mmixware"
mgl@1371
 30211
  ;;
mgl@1371
 30212
-	rdos)
mgl@1371
 30213
-
mgl@1371
 30214
-subdirs="$subdirs rdos"
mgl@1371
 30215
+	netware) subdirs="$subdirs netware"
mgl@1371
 30216
  ;;
mgl@1371
 30217
-	rtems)
mgl@1371
 30218
-
mgl@1371
 30219
-subdirs="$subdirs rtems"
mgl@1371
 30220
+	rdos) subdirs="$subdirs rdos"
mgl@1371
 30221
  ;;
mgl@1371
 30222
-	sh)
mgl@1371
 30223
-
mgl@1371
 30224
-subdirs="$subdirs sh"
mgl@1371
 30225
+	rtems) subdirs="$subdirs rtems"
mgl@1371
 30226
  ;;
mgl@1371
 30227
-	sparc64)
mgl@1371
 30228
-
mgl@1371
 30229
-subdirs="$subdirs sparc64"
mgl@1371
 30230
+	sh) subdirs="$subdirs sh"
mgl@1371
 30231
  ;;
mgl@1371
 30232
-	sun4)
mgl@1371
 30233
-
mgl@1371
 30234
-subdirs="$subdirs sun4"
mgl@1371
 30235
+	sparc64) subdirs="$subdirs sparc64"
mgl@1371
 30236
  ;;
mgl@1371
 30237
-	sysmec)
mgl@1371
 30238
-
mgl@1371
 30239
-subdirs="$subdirs sysmec"
mgl@1371
 30240
+	sun4) subdirs="$subdirs sun4"
mgl@1371
 30241
  ;;
mgl@1371
 30242
-	sysnec810)
mgl@1371
 30243
-
mgl@1371
 30244
-subdirs="$subdirs sysnec810"
mgl@1371
 30245
+	sysmec) subdirs="$subdirs sysmec"
mgl@1371
 30246
  ;;
mgl@1371
 30247
-	sysnecv850)
mgl@1371
 30248
-
mgl@1371
 30249
-subdirs="$subdirs sysnecv850"
mgl@1371
 30250
+	sysnec810) subdirs="$subdirs sysnec810"
mgl@1371
 30251
  ;;
mgl@1371
 30252
-	sysvi386)
mgl@1371
 30253
-
mgl@1371
 30254
-subdirs="$subdirs sysvi386"
mgl@1371
 30255
+	sysnecv850) subdirs="$subdirs sysnecv850"
mgl@1371
 30256
  ;;
mgl@1371
 30257
-	sysvnecv70)
mgl@1371
 30258
-
mgl@1371
 30259
-subdirs="$subdirs sysvnecv70"
mgl@1371
 30260
+	sysvi386) subdirs="$subdirs sysvi386"
mgl@1371
 30261
  ;;
mgl@1371
 30262
-	tic80)
mgl@1371
 30263
-
mgl@1371
 30264
-subdirs="$subdirs tic80"
mgl@1371
 30265
+	sysvnecv70) subdirs="$subdirs sysvnecv70"
mgl@1371
 30266
  ;;
mgl@1371
 30267
-	w65)
mgl@1371
 30268
-
mgl@1371
 30269
-subdirs="$subdirs w65"
mgl@1371
 30270
+	tic80) subdirs="$subdirs tic80"
mgl@1371
 30271
  ;;
mgl@1371
 30272
-	z8ksim)
mgl@1371
 30273
-
mgl@1371
 30274
-subdirs="$subdirs z8ksim"
mgl@1371
 30275
+	w65) subdirs="$subdirs w65"
mgl@1371
 30276
+ ;;
mgl@1371
 30277
+	z8ksim) subdirs="$subdirs z8ksim"
mgl@1371
 30278
  ;;
mgl@1371
 30279
   esac;
mgl@1371
 30280
 fi
mgl@1371
 30281
@@ -11471,7 +12502,7 @@
mgl@1371
 30282
 fi
mgl@1371
 30283
 
mgl@1371
 30284
 
mgl@1371
 30285
-          ac_config_files="$ac_config_files Makefile"
mgl@1371
 30286
+ac_config_files="$ac_config_files Makefile"
mgl@1371
 30287
 
mgl@1371
 30288
 cat >confcache <<\_ACEOF
mgl@1371
 30289
 # This file is a shell script that caches the results of configure
mgl@1371
 30290
@@ -11491,39 +12522,58 @@
mgl@1371
 30291
 
mgl@1371
 30292
 # The following way of writing the cache mishandles newlines in values,
mgl@1371
 30293
 # but we know of no workaround that is simple, portable, and efficient.
mgl@1371
 30294
-# So, don't put newlines in cache variables' values.
mgl@1371
 30295
+# So, we kill variables containing newlines.
mgl@1371
 30296
 # Ultrix sh set writes to stderr and can't be redirected directly,
mgl@1371
 30297
 # and sets the high bit in the cache file unless we assign to the vars.
mgl@1371
 30298
-{
mgl@1371
 30299
+(
mgl@1371
 30300
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
mgl@1371
 30301
+    eval ac_val=\$$ac_var
mgl@1371
 30302
+    case $ac_val in #(
mgl@1371
 30303
+    *${as_nl}*)
mgl@1371
 30304
+      case $ac_var in #(
mgl@1371
 30305
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
mgl@1371
 30306
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
mgl@1371
 30307
+      esac
mgl@1371
 30308
+      case $ac_var in #(
mgl@1371
 30309
+      _ | IFS | as_nl) ;; #(
mgl@1371
 30310
+      *) $as_unset $ac_var ;;
mgl@1371
 30311
+      esac ;;
mgl@1371
 30312
+    esac
mgl@1371
 30313
+  done
mgl@1371
 30314
+
mgl@1371
 30315
   (set) 2>&1 |
mgl@1371
 30316
-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
mgl@1371
 30317
-    *ac_space=\ *)
mgl@1371
 30318
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
mgl@1371
 30319
+    *${as_nl}ac_space=\ *)
mgl@1371
 30320
       # `set' does not quote correctly, so add quotes (double-quote
mgl@1371
 30321
       # substitution turns \\\\ into \\, and sed turns \\ into \).
mgl@1371
 30322
       sed -n \
mgl@1371
 30323
 	"s/'/'\\\\''/g;
mgl@1371
 30324
 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
mgl@1371
 30325
-      ;;
mgl@1371
 30326
+      ;; #(
mgl@1371
 30327
     *)
mgl@1371
 30328
       # `set' quotes correctly as required by POSIX, so do not add quotes.
mgl@1371
 30329
-      sed -n \
mgl@1371
 30330
-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
mgl@1371
 30331
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
mgl@1371
 30332
       ;;
mgl@1371
 30333
-    esac;
mgl@1371
 30334
-} |
mgl@1371
 30335
+    esac |
mgl@1371
 30336
+    sort
mgl@1371
 30337
+) |
mgl@1371
 30338
   sed '
mgl@1371
 30339
+     /^ac_cv_env_/b end
mgl@1371
 30340
      t clear
mgl@1371
 30341
-     : clear
mgl@1371
 30342
+     :clear
mgl@1371
 30343
      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
mgl@1371
 30344
      t end
mgl@1371
 30345
-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
mgl@1371
 30346
-     : end' >>confcache
mgl@1371
 30347
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
mgl@1371
 30348
-  if test -w $cache_file; then
mgl@1371
 30349
-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
mgl@1371
 30350
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
mgl@1371
 30351
+     :end' >>confcache
mgl@1371
 30352
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
mgl@1371
 30353
+  if test -w "$cache_file"; then
mgl@1371
 30354
+    test "x$cache_file" != "x/dev/null" &&
mgl@1371
 30355
+      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
mgl@1371
 30356
+echo "$as_me: updating cache $cache_file" >&6;}
mgl@1371
 30357
     cat confcache >$cache_file
mgl@1371
 30358
   else
mgl@1371
 30359
-    echo "not updating unwritable cache $cache_file"
mgl@1371
 30360
+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
mgl@1371
 30361
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
mgl@1371
 30362
   fi
mgl@1371
 30363
 fi
mgl@1371
 30364
 rm -f confcache
mgl@1371
 30365
@@ -11532,63 +12582,48 @@
mgl@1371
 30366
 # Let make expand exec_prefix.
mgl@1371
 30367
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
mgl@1371
 30368
 
mgl@1371
 30369
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
mgl@1371
 30370
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
mgl@1371
 30371
-# trailing colons and then remove the whole line if VPATH becomes empty
mgl@1371
 30372
-# (actually we leave an empty line to preserve line numbers).
mgl@1371
 30373
-if test "x$srcdir" = x.; then
mgl@1371
 30374
-  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
mgl@1371
 30375
-s/:*\$(srcdir):*/:/;
mgl@1371
 30376
-s/:*\${srcdir}:*/:/;
mgl@1371
 30377
-s/:*@srcdir@:*/:/;
mgl@1371
 30378
-s/^\([^=]*=[	 ]*\):*/\1/;
mgl@1371
 30379
-s/:*$//;
mgl@1371
 30380
-s/^[^=]*=[	 ]*$//;
mgl@1371
 30381
-}'
mgl@1371
 30382
-fi
mgl@1371
 30383
-
mgl@1371
 30384
 # Transform confdefs.h into DEFS.
mgl@1371
 30385
 # Protect against shell expansion while executing Makefile rules.
mgl@1371
 30386
 # Protect against Makefile macro expansion.
mgl@1371
 30387
 #
mgl@1371
 30388
 # If the first sed substitution is executed (which looks for macros that
mgl@1371
 30389
-# take arguments), then we branch to the quote section.  Otherwise,
mgl@1371
 30390
+# take arguments), then branch to the quote section.  Otherwise,
mgl@1371
 30391
 # look for a macro that doesn't take arguments.
mgl@1371
 30392
-cat >confdef2opt.sed <<\_ACEOF
mgl@1371
 30393
+ac_script='
mgl@1371
 30394
 t clear
mgl@1371
 30395
-: clear
mgl@1371
 30396
-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
mgl@1371
 30397
+:clear
mgl@1371
 30398
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
mgl@1371
 30399
 t quote
mgl@1371
 30400
-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
mgl@1371
 30401
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
mgl@1371
 30402
 t quote
mgl@1371
 30403
-d
mgl@1371
 30404
-: quote
mgl@1371
 30405
-s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
mgl@1371
 30406
-s,\[,\\&,g
mgl@1371
 30407
-s,\],\\&,g
mgl@1371
 30408
-s,\$,$$,g
mgl@1371
 30409
-p
mgl@1371
 30410
-_ACEOF
mgl@1371
 30411
-# We use echo to avoid assuming a particular line-breaking character.
mgl@1371
 30412
-# The extra dot is to prevent the shell from consuming trailing
mgl@1371
 30413
-# line-breaks from the sub-command output.  A line-break within
mgl@1371
 30414
-# single-quotes doesn't work because, if this script is created in a
mgl@1371
 30415
-# platform that uses two characters for line-breaks (e.g., DOS), tr
mgl@1371
 30416
-# would break.
mgl@1371
 30417
-ac_LF_and_DOT=`echo; echo .`
mgl@1371
 30418
-DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
mgl@1371
 30419
-rm -f confdef2opt.sed
mgl@1371
 30420
+b any
mgl@1371
 30421
+:quote
mgl@1371
 30422
+s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
mgl@1371
 30423
+s/\[/\\&/g
mgl@1371
 30424
+s/\]/\\&/g
mgl@1371
 30425
+s/\$/$$/g
mgl@1371
 30426
+H
mgl@1371
 30427
+:any
mgl@1371
 30428
+${
mgl@1371
 30429
+	g
mgl@1371
 30430
+	s/^\n//
mgl@1371
 30431
+	s/\n/ /g
mgl@1371
 30432
+	p
mgl@1371
 30433
+}
mgl@1371
 30434
+'
mgl@1371
 30435
+DEFS=`sed -n "$ac_script" confdefs.h`
mgl@1371
 30436
 
mgl@1371
 30437
 
mgl@1371
 30438
 ac_libobjs=
mgl@1371
 30439
 ac_ltlibobjs=
mgl@1371
 30440
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
mgl@1371
 30441
   # 1. Remove the extension, and $U if already installed.
mgl@1371
 30442
-  ac_i=`echo "$ac_i" |
mgl@1371
 30443
-	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
mgl@1371
 30444
-  # 2. Add them.
mgl@1371
 30445
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
mgl@1371
 30446
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
mgl@1371
 30447
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mgl@1371
 30448
+  ac_i=`echo "$ac_i" | sed "$ac_script"`
mgl@1371
 30449
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
mgl@1371
 30450
+  #    will be set to the directory where LIBOBJS objects are built.
mgl@1371
 30451
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
mgl@1371
 30452
+  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
mgl@1371
 30453
 done
mgl@1371
 30454
 LIBOBJS=$ac_libobjs
mgl@1371
 30455
 
mgl@1371
 30456
@@ -11703,17 +12738,45 @@
mgl@1371
 30457
 ## M4sh Initialization.  ##
mgl@1371
 30458
 ## --------------------- ##
mgl@1371
 30459
 
mgl@1371
 30460
-# Be Bourne compatible
mgl@1371
 30461
+# Be more Bourne compatible
mgl@1371
 30462
+DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
 30463
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
mgl@1371
 30464
   emulate sh
mgl@1371
 30465
   NULLCMD=:
mgl@1371
 30466
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
mgl@1371
 30467
   # is contrary to our usage.  Disable this feature.
mgl@1371
 30468
   alias -g '${1+"$@"}'='"$@"'
mgl@1371
 30469
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
mgl@1371
 30470
-  set -o posix
mgl@1371
 30471
+  setopt NO_GLOB_SUBST
mgl@1371
 30472
+else
mgl@1371
 30473
+  case `(set -o) 2>/dev/null` in
mgl@1371
 30474
+  *posix*) set -o posix ;;
mgl@1371
 30475
+esac
mgl@1371
 30476
+
mgl@1371
 30477
+fi
mgl@1371
 30478
+
mgl@1371
 30479
+
mgl@1371
 30480
+
mgl@1371
 30481
+
mgl@1371
 30482
+# PATH needs CR
mgl@1371
 30483
+# Avoid depending upon Character Ranges.
mgl@1371
 30484
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
 30485
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
 30486
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
 30487
+as_cr_digits='0123456789'
mgl@1371
 30488
+as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
 30489
+
mgl@1371
 30490
+# The user is always right.
mgl@1371
 30491
+if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
 30492
+  echo "#! /bin/sh" >conf$$.sh
mgl@1371
 30493
+  echo  "exit 0"   >>conf$$.sh
mgl@1371
 30494
+  chmod +x conf$$.sh
mgl@1371
 30495
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
 30496
+    PATH_SEPARATOR=';'
mgl@1371
 30497
+  else
mgl@1371
 30498
+    PATH_SEPARATOR=:
mgl@1371
 30499
+  fi
mgl@1371
 30500
+  rm -f conf$$.sh
mgl@1371
 30501
 fi
mgl@1371
 30502
-DUALCASE=1; export DUALCASE # for MKS sh
mgl@1371
 30503
 
mgl@1371
 30504
 # Support unset when possible.
mgl@1371
 30505
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
mgl@1371
 30506
@@ -11723,8 +12786,43 @@
mgl@1371
 30507
 fi
mgl@1371
 30508
 
mgl@1371
 30509
 
mgl@1371
 30510
+# IFS
mgl@1371
 30511
+# We need space, tab and new line, in precisely that order.  Quoting is
mgl@1371
 30512
+# there to prevent editors from complaining about space-tab.
mgl@1371
 30513
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
mgl@1371
 30514
+# splitting by setting IFS to empty value.)
mgl@1371
 30515
+as_nl='
mgl@1371
 30516
+'
mgl@1371
 30517
+IFS=" ""	$as_nl"
mgl@1371
 30518
+
mgl@1371
 30519
+# Find who we are.  Look in the path if we contain no directory separator.
mgl@1371
 30520
+case $0 in
mgl@1371
 30521
+  *[\\/]* ) as_myself=$0 ;;
mgl@1371
 30522
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 30523
+for as_dir in $PATH
mgl@1371
 30524
+do
mgl@1371
 30525
+  IFS=$as_save_IFS
mgl@1371
 30526
+  test -z "$as_dir" && as_dir=.
mgl@1371
 30527
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
 30528
+done
mgl@1371
 30529
+IFS=$as_save_IFS
mgl@1371
 30530
+
mgl@1371
 30531
+     ;;
mgl@1371
 30532
+esac
mgl@1371
 30533
+# We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
 30534
+# in which case we are not to be found in the path.
mgl@1371
 30535
+if test "x$as_myself" = x; then
mgl@1371
 30536
+  as_myself=$0
mgl@1371
 30537
+fi
mgl@1371
 30538
+if test ! -f "$as_myself"; then
mgl@1371
 30539
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
mgl@1371
 30540
+  { (exit 1); exit 1; }
mgl@1371
 30541
+fi
mgl@1371
 30542
+
mgl@1371
 30543
 # Work around bugs in pre-3.0 UWIN ksh.
mgl@1371
 30544
-$as_unset ENV MAIL MAILPATH
mgl@1371
 30545
+for as_var in ENV MAIL MAILPATH
mgl@1371
 30546
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 30547
+done
mgl@1371
 30548
 PS1='$ '
mgl@1371
 30549
 PS2='> '
mgl@1371
 30550
 PS4='+ '
mgl@1371
 30551
@@ -11738,18 +12836,19 @@
mgl@1371
 30552
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mgl@1371
 30553
     eval $as_var=C; export $as_var
mgl@1371
 30554
   else
mgl@1371
 30555
-    $as_unset $as_var
mgl@1371
 30556
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
mgl@1371
 30557
   fi
mgl@1371
 30558
 done
mgl@1371
 30559
 
mgl@1371
 30560
 # Required to use basename.
mgl@1371
 30561
-if expr a : '\(a\)' >/dev/null 2>&1; then
mgl@1371
 30562
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 30563
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 30564
   as_expr=expr
mgl@1371
 30565
 else
mgl@1371
 30566
   as_expr=false
mgl@1371
 30567
 fi
mgl@1371
 30568
 
mgl@1371
 30569
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
mgl@1371
 30570
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
mgl@1371
 30571
   as_basename=basename
mgl@1371
 30572
 else
mgl@1371
 30573
   as_basename=false
mgl@1371
 30574
@@ -11757,159 +12856,120 @@
mgl@1371
 30575
 
mgl@1371
 30576
 
mgl@1371
 30577
 # Name of the executable.
mgl@1371
 30578
-as_me=`$as_basename "$0" ||
mgl@1371
 30579
+as_me=`$as_basename -- "$0" ||
mgl@1371
 30580
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
mgl@1371
 30581
 	 X"$0" : 'X\(//\)$' \| \
mgl@1371
 30582
-	 X"$0" : 'X\(/\)$' \| \
mgl@1371
 30583
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 30584
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 30585
 echo X/"$0" |
mgl@1371
 30586
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
mgl@1371
 30587
-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 30588
-  	  /^X\/\(\/\).*/{ s//\1/; q; }
mgl@1371
 30589
-  	  s/.*/./; q'`
mgl@1371
 30590
-
mgl@1371
 30591
-
mgl@1371
 30592
-# PATH needs CR, and LINENO needs CR and PATH.
mgl@1371
 30593
-# Avoid depending upon Character Ranges.
mgl@1371
 30594
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
mgl@1371
 30595
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
mgl@1371
 30596
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
mgl@1371
 30597
-as_cr_digits='0123456789'
mgl@1371
 30598
-as_cr_alnum=$as_cr_Letters$as_cr_digits
mgl@1371
 30599
-
mgl@1371
 30600
-# The user is always right.
mgl@1371
 30601
-if test "${PATH_SEPARATOR+set}" != set; then
mgl@1371
 30602
-  echo "#! /bin/sh" >conf$$.sh
mgl@1371
 30603
-  echo  "exit 0"   >>conf$$.sh
mgl@1371
 30604
-  chmod +x conf$$.sh
mgl@1371
 30605
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
mgl@1371
 30606
-    PATH_SEPARATOR=';'
mgl@1371
 30607
-  else
mgl@1371
 30608
-    PATH_SEPARATOR=:
mgl@1371
 30609
-  fi
mgl@1371
 30610
-  rm -f conf$$.sh
mgl@1371
 30611
-fi
mgl@1371
 30612
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
mgl@1371
 30613
+	    s//\1/
mgl@1371
 30614
+	    q
mgl@1371
 30615
+	  }
mgl@1371
 30616
+	  /^X\/\(\/\/\)$/{
mgl@1371
 30617
+	    s//\1/
mgl@1371
 30618
+	    q
mgl@1371
 30619
+	  }
mgl@1371
 30620
+	  /^X\/\(\/\).*/{
mgl@1371
 30621
+	    s//\1/
mgl@1371
 30622
+	    q
mgl@1371
 30623
+	  }
mgl@1371
 30624
+	  s/.*/./; q'`
mgl@1371
 30625
+
mgl@1371
 30626
+# CDPATH.
mgl@1371
 30627
+$as_unset CDPATH
mgl@1371
 30628
 
mgl@1371
 30629
 
mgl@1371
 30630
-  as_lineno_1=$LINENO
mgl@1371
 30631
-  as_lineno_2=$LINENO
mgl@1371
 30632
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mgl@1371
 30633
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 30634
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
mgl@1371
 30635
-  # Find who we are.  Look in the path if we contain no path at all
mgl@1371
 30636
-  # relative or not.
mgl@1371
 30637
-  case $0 in
mgl@1371
 30638
-    *[\\/]* ) as_myself=$0 ;;
mgl@1371
 30639
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 30640
-for as_dir in $PATH
mgl@1371
 30641
-do
mgl@1371
 30642
-  IFS=$as_save_IFS
mgl@1371
 30643
-  test -z "$as_dir" && as_dir=.
mgl@1371
 30644
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
mgl@1371
 30645
-done
mgl@1371
 30646
 
mgl@1371
 30647
-       ;;
mgl@1371
 30648
-  esac
mgl@1371
 30649
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
mgl@1371
 30650
-  # in which case we are not to be found in the path.
mgl@1371
 30651
-  if test "x$as_myself" = x; then
mgl@1371
 30652
-    as_myself=$0
mgl@1371
 30653
-  fi
mgl@1371
 30654
-  if test ! -f "$as_myself"; then
mgl@1371
 30655
-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
mgl@1371
 30656
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
mgl@1371
 30657
-   { (exit 1); exit 1; }; }
mgl@1371
 30658
-  fi
mgl@1371
 30659
-  case $CONFIG_SHELL in
mgl@1371
 30660
-  '')
mgl@1371
 30661
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
mgl@1371
 30662
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
mgl@1371
 30663
-do
mgl@1371
 30664
-  IFS=$as_save_IFS
mgl@1371
 30665
-  test -z "$as_dir" && as_dir=.
mgl@1371
 30666
-  for as_base in sh bash ksh sh5; do
mgl@1371
 30667
-	 case $as_dir in
mgl@1371
 30668
-	 /*)
mgl@1371
 30669
-	   if ("$as_dir/$as_base" -c '
mgl@1371
 30670
   as_lineno_1=$LINENO
mgl@1371
 30671
   as_lineno_2=$LINENO
mgl@1371
 30672
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mgl@1371
 30673
   test "x$as_lineno_1" != "x$as_lineno_2" &&
mgl@1371
 30674
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
mgl@1371
 30675
-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
mgl@1371
 30676
-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
mgl@1371
 30677
-	     CONFIG_SHELL=$as_dir/$as_base
mgl@1371
 30678
-	     export CONFIG_SHELL
mgl@1371
 30679
-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
mgl@1371
 30680
-	   fi;;
mgl@1371
 30681
-	 esac
mgl@1371
 30682
-       done
mgl@1371
 30683
-done
mgl@1371
 30684
-;;
mgl@1371
 30685
-  esac
mgl@1371
 30686
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
mgl@1371
 30687
 
mgl@1371
 30688
   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
mgl@1371
 30689
   # uniformly replaced by the line number.  The first 'sed' inserts a
mgl@1371
 30690
-  # line-number line before each line; the second 'sed' does the real
mgl@1371
 30691
-  # work.  The second script uses 'N' to pair each line-number line
mgl@1371
 30692
-  # with the numbered line, and appends trailing '-' during
mgl@1371
 30693
-  # substitution so that $LINENO is not a special case at line end.
mgl@1371
 30694
+  # line-number line after each line using $LINENO; the second 'sed'
mgl@1371
 30695
+  # does the real work.  The second script uses 'N' to pair each
mgl@1371
 30696
+  # line-number line with the line containing $LINENO, and appends
mgl@1371
 30697
+  # trailing '-' during substitution so that $LINENO is not a special
mgl@1371
 30698
+  # case at line end.
mgl@1371
 30699
   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
mgl@1371
 30700
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
mgl@1371
 30701
-  sed '=' <$as_myself |
mgl@1371
 30702
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
mgl@1371
 30703
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
mgl@1371
 30704
+  sed -n '
mgl@1371
 30705
+    p
mgl@1371
 30706
+    /[$]LINENO/=
mgl@1371
 30707
+  ' <$as_myself |
mgl@1371
 30708
     sed '
mgl@1371
 30709
+      s/[$]LINENO.*/&-/
mgl@1371
 30710
+      t lineno
mgl@1371
 30711
+      b
mgl@1371
 30712
+      :lineno
mgl@1371
 30713
       N
mgl@1371
 30714
-      s,$,-,
mgl@1371
 30715
-      : loop
mgl@1371
 30716
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
mgl@1371
 30717
+      :loop
mgl@1371
 30718
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
mgl@1371
 30719
       t loop
mgl@1371
 30720
-      s,-$,,
mgl@1371
 30721
-      s,^['$as_cr_digits']*\n,,
mgl@1371
 30722
+      s/-\n.*//
mgl@1371
 30723
     ' >$as_me.lineno &&
mgl@1371
 30724
-  chmod +x $as_me.lineno ||
mgl@1371
 30725
-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
mgl@1371
 30726
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
mgl@1371
 30727
+  chmod +x "$as_me.lineno" ||
mgl@1371
 30728
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
mgl@1371
 30729
    { (exit 1); exit 1; }; }
mgl@1371
 30730
 
mgl@1371
 30731
   # Don't try to exec as it changes $[0], causing all sort of problems
mgl@1371
 30732
   # (the dirname of $[0] is not the place where we might find the
mgl@1371
 30733
-  # original and so on.  Autoconf is especially sensible to this).
mgl@1371
 30734
-  . ./$as_me.lineno
mgl@1371
 30735
+  # original and so on.  Autoconf is especially sensitive to this).
mgl@1371
 30736
+  . "./$as_me.lineno"
mgl@1371
 30737
   # Exit status is that of the last command.
mgl@1371
 30738
   exit
mgl@1371
 30739
 }
mgl@1371
 30740
 
mgl@1371
 30741
 
mgl@1371
 30742
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
mgl@1371
 30743
-  *c*,-n*) ECHO_N= ECHO_C='
mgl@1371
 30744
-' ECHO_T='	' ;;
mgl@1371
 30745
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
mgl@1371
 30746
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
mgl@1371
 30747
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
mgl@1371
 30748
+  as_dirname=dirname
mgl@1371
 30749
+else
mgl@1371
 30750
+  as_dirname=false
mgl@1371
 30751
+fi
mgl@1371
 30752
+
mgl@1371
 30753
+ECHO_C= ECHO_N= ECHO_T=
mgl@1371
 30754
+case `echo -n x` in
mgl@1371
 30755
+-n*)
mgl@1371
 30756
+  case `echo 'x\c'` in
mgl@1371
 30757
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
mgl@1371
 30758
+  *)   ECHO_C='\c';;
mgl@1371
 30759
+  esac;;
mgl@1371
 30760
+*)
mgl@1371
 30761
+  ECHO_N='-n';;
mgl@1371
 30762
 esac
mgl@1371
 30763
 
mgl@1371
 30764
-if expr a : '\(a\)' >/dev/null 2>&1; then
mgl@1371
 30765
+if expr a : '\(a\)' >/dev/null 2>&1 &&
mgl@1371
 30766
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
mgl@1371
 30767
   as_expr=expr
mgl@1371
 30768
 else
mgl@1371
 30769
   as_expr=false
mgl@1371
 30770
 fi
mgl@1371
 30771
 
mgl@1371
 30772
 rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
 30773
+if test -d conf$$.dir; then
mgl@1371
 30774
+  rm -f conf$$.dir/conf$$.file
mgl@1371
 30775
+else
mgl@1371
 30776
+  rm -f conf$$.dir
mgl@1371
 30777
+  mkdir conf$$.dir
mgl@1371
 30778
+fi
mgl@1371
 30779
 echo >conf$$.file
mgl@1371
 30780
 if ln -s conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 30781
-  # We could just check for DJGPP; but this test a) works b) is more generic
mgl@1371
 30782
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
mgl@1371
 30783
-  if test -f conf$$.exe; then
mgl@1371
 30784
-    # Don't use ln at all; we don't have any links
mgl@1371
 30785
+  as_ln_s='ln -s'
mgl@1371
 30786
+  # ... but there are two gotchas:
mgl@1371
 30787
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
mgl@1371
 30788
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
mgl@1371
 30789
+  # In both cases, we have to default to `cp -p'.
mgl@1371
 30790
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
mgl@1371
 30791
     as_ln_s='cp -p'
mgl@1371
 30792
-  else
mgl@1371
 30793
-    as_ln_s='ln -s'
mgl@1371
 30794
-  fi
mgl@1371
 30795
 elif ln conf$$.file conf$$ 2>/dev/null; then
mgl@1371
 30796
   as_ln_s=ln
mgl@1371
 30797
 else
mgl@1371
 30798
   as_ln_s='cp -p'
mgl@1371
 30799
 fi
mgl@1371
 30800
-rm -f conf$$ conf$$.exe conf$$.file
mgl@1371
 30801
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
mgl@1371
 30802
+rmdir conf$$.dir 2>/dev/null
mgl@1371
 30803
 
mgl@1371
 30804
 if mkdir -p . 2>/dev/null; then
mgl@1371
 30805
   as_mkdir_p=:
mgl@1371
 30806
@@ -11918,7 +12978,28 @@
mgl@1371
 30807
   as_mkdir_p=false
mgl@1371
 30808
 fi
mgl@1371
 30809
 
mgl@1371
 30810
-as_executable_p="test -f"
mgl@1371
 30811
+if test -x / >/dev/null 2>&1; then
mgl@1371
 30812
+  as_test_x='test -x'
mgl@1371
 30813
+else
mgl@1371
 30814
+  if ls -dL / >/dev/null 2>&1; then
mgl@1371
 30815
+    as_ls_L_option=L
mgl@1371
 30816
+  else
mgl@1371
 30817
+    as_ls_L_option=
mgl@1371
 30818
+  fi
mgl@1371
 30819
+  as_test_x='
mgl@1371
 30820
+    eval sh -c '\''
mgl@1371
 30821
+      if test -d "$1"; then
mgl@1371
 30822
+        test -d "$1/.";
mgl@1371
 30823
+      else
mgl@1371
 30824
+	case $1 in
mgl@1371
 30825
+        -*)set "./$1";;
mgl@1371
 30826
+	esac;
mgl@1371
 30827
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
mgl@1371
 30828
+	???[sx]*):;;*)false;;esac;fi
mgl@1371
 30829
+    '\'' sh
mgl@1371
 30830
+  '
mgl@1371
 30831
+fi
mgl@1371
 30832
+as_executable_p=$as_test_x
mgl@1371
 30833
 
mgl@1371
 30834
 # Sed expression to map a string onto a valid CPP name.
mgl@1371
 30835
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 30836
@@ -11927,31 +13008,14 @@
mgl@1371
 30837
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
mgl@1371
 30838
 
mgl@1371
 30839
 
mgl@1371
 30840
-# IFS
mgl@1371
 30841
-# We need space, tab and new line, in precisely that order.
mgl@1371
 30842
-as_nl='
mgl@1371
 30843
-'
mgl@1371
 30844
-IFS=" 	$as_nl"
mgl@1371
 30845
-
mgl@1371
 30846
-# CDPATH.
mgl@1371
 30847
-$as_unset CDPATH
mgl@1371
 30848
-
mgl@1371
 30849
 exec 6>&1
mgl@1371
 30850
 
mgl@1371
 30851
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
mgl@1371
 30852
+# Save the log message, to keep $[0] and so on meaningful, and to
mgl@1371
 30853
 # report actual input values of CONFIG_FILES etc. instead of their
mgl@1371
 30854
-# values after options handling.  Logging --version etc. is OK.
mgl@1371
 30855
-exec 5>>config.log
mgl@1371
 30856
-{
mgl@1371
 30857
-  echo
mgl@1371
 30858
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
mgl@1371
 30859
-## Running $as_me. ##
mgl@1371
 30860
-_ASBOX
mgl@1371
 30861
-} >&5
mgl@1371
 30862
-cat >&5 <<_CSEOF
mgl@1371
 30863
-
mgl@1371
 30864
+# values after options handling.
mgl@1371
 30865
+ac_log="
mgl@1371
 30866
 This file was extended by newlib $as_me 1.17.0, which was
mgl@1371
 30867
-generated by GNU Autoconf 2.59.  Invocation command line was
mgl@1371
 30868
+generated by GNU Autoconf 2.61.  Invocation command line was
mgl@1371
 30869
 
mgl@1371
 30870
   CONFIG_FILES    = $CONFIG_FILES
mgl@1371
 30871
   CONFIG_HEADERS  = $CONFIG_HEADERS
mgl@1371
 30872
@@ -11959,30 +13023,19 @@
mgl@1371
 30873
   CONFIG_COMMANDS = $CONFIG_COMMANDS
mgl@1371
 30874
   $ $0 $@
mgl@1371
 30875
 
mgl@1371
 30876
-_CSEOF
mgl@1371
 30877
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
mgl@1371
 30878
-echo >&5
mgl@1371
 30879
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
mgl@1371
 30880
+"
mgl@1371
 30881
+
mgl@1371
 30882
 _ACEOF
mgl@1371
 30883
 
mgl@1371
 30884
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 30885
 # Files that config.status was made for.
mgl@1371
 30886
-if test -n "$ac_config_files"; then
mgl@1371
 30887
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
mgl@1371
 30888
-fi
mgl@1371
 30889
-
mgl@1371
 30890
-if test -n "$ac_config_headers"; then
mgl@1371
 30891
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
mgl@1371
 30892
-fi
mgl@1371
 30893
-
mgl@1371
 30894
-if test -n "$ac_config_links"; then
mgl@1371
 30895
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
mgl@1371
 30896
-fi
mgl@1371
 30897
+config_files="$ac_config_files"
mgl@1371
 30898
+config_commands="$ac_config_commands"
mgl@1371
 30899
 
mgl@1371
 30900
-if test -n "$ac_config_commands"; then
mgl@1371
 30901
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
mgl@1371
 30902
-fi
mgl@1371
 30903
+_ACEOF
mgl@1371
 30904
 
mgl@1371
 30905
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 30906
-
mgl@1371
 30907
 ac_cs_usage="\
mgl@1371
 30908
 \`$as_me' instantiates files from templates according to the
mgl@1371
 30909
 current configuration.
mgl@1371
 30910
@@ -11990,7 +13043,7 @@
mgl@1371
 30911
 Usage: $0 [OPTIONS] [FILE]...
mgl@1371
 30912
 
mgl@1371
 30913
   -h, --help       print this help, then exit
mgl@1371
 30914
-  -V, --version    print version number, then exit
mgl@1371
 30915
+  -V, --version    print version number and configuration settings, then exit
mgl@1371
 30916
   -q, --quiet      do not print progress messages
mgl@1371
 30917
   -d, --debug      don't remove temporary files
mgl@1371
 30918
       --recheck    update $as_me by reconfiguring in the same conditions
mgl@1371
 30919
@@ -12004,19 +13057,21 @@
mgl@1371
 30920
 $config_commands
mgl@1371
 30921
 
mgl@1371
 30922
 Report bugs to <bug-autoconf@gnu.org>."
mgl@1371
 30923
-_ACEOF
mgl@1371
 30924
 
mgl@1371
 30925
+_ACEOF
mgl@1371
 30926
 cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 30927
 ac_cs_version="\\
mgl@1371
 30928
 newlib config.status 1.17.0
mgl@1371
 30929
-configured by $0, generated by GNU Autoconf 2.59,
mgl@1371
 30930
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
mgl@1371
 30931
+configured by $0, generated by GNU Autoconf 2.61,
mgl@1371
 30932
+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
mgl@1371
 30933
 
mgl@1371
 30934
-Copyright (C) 2003 Free Software Foundation, Inc.
mgl@1371
 30935
+Copyright (C) 2006 Free Software Foundation, Inc.
mgl@1371
 30936
 This config.status script is free software; the Free Software Foundation
mgl@1371
 30937
 gives unlimited permission to copy, distribute and modify it."
mgl@1371
 30938
-srcdir=$srcdir
mgl@1371
 30939
-INSTALL="$INSTALL"
mgl@1371
 30940
+
mgl@1371
 30941
+ac_pwd='$ac_pwd'
mgl@1371
 30942
+srcdir='$srcdir'
mgl@1371
 30943
+INSTALL='$INSTALL'
mgl@1371
 30944
 _ACEOF
mgl@1371
 30945
 
mgl@1371
 30946
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 30947
@@ -12027,60 +13082,42 @@
mgl@1371
 30948
 do
mgl@1371
 30949
   case $1 in
mgl@1371
 30950
   --*=*)
mgl@1371
 30951
-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
mgl@1371
 30952
-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
mgl@1371
 30953
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mgl@1371
 30954
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mgl@1371
 30955
     ac_shift=:
mgl@1371
 30956
     ;;
mgl@1371
 30957
-  -*)
mgl@1371
 30958
+  *)
mgl@1371
 30959
     ac_option=$1
mgl@1371
 30960
     ac_optarg=$2
mgl@1371
 30961
     ac_shift=shift
mgl@1371
 30962
     ;;
mgl@1371
 30963
-  *) # This is not an option, so the user has probably given explicit
mgl@1371
 30964
-     # arguments.
mgl@1371
 30965
-     ac_option=$1
mgl@1371
 30966
-     ac_need_defaults=false;;
mgl@1371
 30967
   esac
mgl@1371
 30968
 
mgl@1371
 30969
   case $ac_option in
mgl@1371
 30970
   # Handling of the options.
mgl@1371
 30971
-_ACEOF
mgl@1371
 30972
-cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 30973
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
mgl@1371
 30974
     ac_cs_recheck=: ;;
mgl@1371
 30975
-  --version | --vers* | -V )
mgl@1371
 30976
-    echo "$ac_cs_version"; exit 0 ;;
mgl@1371
 30977
-  --he | --h)
mgl@1371
 30978
-    # Conflict between --help and --header
mgl@1371
 30979
-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
mgl@1371
 30980
-Try \`$0 --help' for more information." >&5
mgl@1371
 30981
-echo "$as_me: error: ambiguous option: $1
mgl@1371
 30982
-Try \`$0 --help' for more information." >&2;}
mgl@1371
 30983
-   { (exit 1); exit 1; }; };;
mgl@1371
 30984
-  --help | --hel | -h )
mgl@1371
 30985
-    echo "$ac_cs_usage"; exit 0 ;;
mgl@1371
 30986
-  --debug | --d* | -d )
mgl@1371
 30987
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
mgl@1371
 30988
+    echo "$ac_cs_version"; exit ;;
mgl@1371
 30989
+  --debug | --debu | --deb | --de | --d | -d )
mgl@1371
 30990
     debug=: ;;
mgl@1371
 30991
   --file | --fil | --fi | --f )
mgl@1371
 30992
     $ac_shift
mgl@1371
 30993
     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
mgl@1371
 30994
     ac_need_defaults=false;;
mgl@1371
 30995
-  --header | --heade | --head | --hea )
mgl@1371
 30996
-    $ac_shift
mgl@1371
 30997
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
mgl@1371
 30998
-    ac_need_defaults=false;;
mgl@1371
 30999
+  --he | --h |  --help | --hel | -h )
mgl@1371
 31000
+    echo "$ac_cs_usage"; exit ;;
mgl@1371
 31001
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
mgl@1371
 31002
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
mgl@1371
 31003
     ac_cs_silent=: ;;
mgl@1371
 31004
 
mgl@1371
 31005
   # This is an error.
mgl@1371
 31006
-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
mgl@1371
 31007
-Try \`$0 --help' for more information." >&5
mgl@1371
 31008
-echo "$as_me: error: unrecognized option: $1
mgl@1371
 31009
-Try \`$0 --help' for more information." >&2;}
mgl@1371
 31010
+  -*) { echo "$as_me: error: unrecognized option: $1
mgl@1371
 31011
+Try \`$0 --help' for more information." >&2
mgl@1371
 31012
    { (exit 1); exit 1; }; } ;;
mgl@1371
 31013
 
mgl@1371
 31014
-  *) ac_config_targets="$ac_config_targets $1" ;;
mgl@1371
 31015
+  *) ac_config_targets="$ac_config_targets $1"
mgl@1371
 31016
+     ac_need_defaults=false ;;
mgl@1371
 31017
 
mgl@1371
 31018
   esac
mgl@1371
 31019
   shift
mgl@1371
 31020
@@ -12096,17 +13133,28 @@
mgl@1371
 31021
 _ACEOF
mgl@1371
 31022
 cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 31023
 if \$ac_cs_recheck; then
mgl@1371
 31024
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
mgl@1371
 31025
-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
mgl@1371
 31026
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
mgl@1371
 31027
+  CONFIG_SHELL=$SHELL
mgl@1371
 31028
+  export CONFIG_SHELL
mgl@1371
 31029
+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
mgl@1371
 31030
 fi
mgl@1371
 31031
 
mgl@1371
 31032
 _ACEOF
mgl@1371
 31033
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 31034
+exec 5>>config.log
mgl@1371
 31035
+{
mgl@1371
 31036
+  echo
mgl@1371
 31037
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
mgl@1371
 31038
+## Running $as_me. ##
mgl@1371
 31039
+_ASBOX
mgl@1371
 31040
+  echo "$ac_log"
mgl@1371
 31041
+} >&5
mgl@1371
 31042
 
mgl@1371
 31043
+_ACEOF
mgl@1371
 31044
 cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 31045
 #
mgl@1371
 31046
-# INIT-COMMANDS section.
mgl@1371
 31047
+# INIT-COMMANDS
mgl@1371
 31048
 #
mgl@1371
 31049
-
mgl@1371
 31050
 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
mgl@1371
 31051
 
mgl@1371
 31052
 
mgl@1371
 31053
@@ -12367,22 +13415,23 @@
mgl@1371
 31054
 
mgl@1371
 31055
 _ACEOF
mgl@1371
 31056
 
mgl@1371
 31057
-
mgl@1371
 31058
-
mgl@1371
 31059
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 31060
+
mgl@1371
 31061
+# Handling of arguments.
mgl@1371
 31062
 for ac_config_target in $ac_config_targets
mgl@1371
 31063
 do
mgl@1371
 31064
-  case "$ac_config_target" in
mgl@1371
 31065
-  # Handling of arguments.
mgl@1371
 31066
-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
mgl@1371
 31067
-  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
mgl@1371
 31068
-  "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
mgl@1371
 31069
+  case $ac_config_target in
mgl@1371
 31070
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
mgl@1371
 31071
+    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
mgl@1371
 31072
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
mgl@1371
 31073
+
mgl@1371
 31074
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
mgl@1371
 31075
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
mgl@1371
 31076
    { (exit 1); exit 1; }; };;
mgl@1371
 31077
   esac
mgl@1371
 31078
 done
mgl@1371
 31079
 
mgl@1371
 31080
+
mgl@1371
 31081
 # If the user did not use the arguments to specify the items to instantiate,
mgl@1371
 31082
 # then the envvar interface is used.  Set only those that are not.
mgl@1371
 31083
 # We use the long form for the default assignment because of an extremely
mgl@1371
 31084
@@ -12393,397 +13442,493 @@
mgl@1371
 31085
 fi
mgl@1371
 31086
 
mgl@1371
 31087
 # Have a temporary directory for convenience.  Make it in the build tree
mgl@1371
 31088
-# simply because there is no reason to put it here, and in addition,
mgl@1371
 31089
+# simply because there is no reason against having it here, and in addition,
mgl@1371
 31090
 # creating and moving files from /tmp can sometimes cause problems.
mgl@1371
 31091
-# Create a temporary directory, and hook for its removal unless debugging.
mgl@1371
 31092
+# Hook for its removal unless debugging.
mgl@1371
 31093
+# Note that there is a small window in which the directory will not be cleaned:
mgl@1371
 31094
+# after its creation but before its name has been assigned to `$tmp'.
mgl@1371
 31095
 $debug ||
mgl@1371
 31096
 {
mgl@1371
 31097
-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
mgl@1371
 31098
+  tmp=
mgl@1371
 31099
+  trap 'exit_status=$?
mgl@1371
 31100
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
mgl@1371
 31101
+' 0
mgl@1371
 31102
   trap '{ (exit 1); exit 1; }' 1 2 13 15
mgl@1371
 31103
 }
mgl@1371
 31104
-
mgl@1371
 31105
 # Create a (secure) tmp directory for tmp files.
mgl@1371
 31106
 
mgl@1371
 31107
 {
mgl@1371
 31108
-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
mgl@1371
 31109
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
mgl@1371
 31110
   test -n "$tmp" && test -d "$tmp"
mgl@1371
 31111
 }  ||
mgl@1371
 31112
 {
mgl@1371
 31113
-  tmp=./confstat$$-$RANDOM
mgl@1371
 31114
-  (umask 077 && mkdir $tmp)
mgl@1371
 31115
+  tmp=./conf$$-$RANDOM
mgl@1371
 31116
+  (umask 077 && mkdir "$tmp")
mgl@1371
 31117
 } ||
mgl@1371
 31118
 {
mgl@1371
 31119
    echo "$me: cannot create a temporary directory in ." >&2
mgl@1371
 31120
    { (exit 1); exit 1; }
mgl@1371
 31121
 }
mgl@1371
 31122
 
mgl@1371
 31123
-_ACEOF
mgl@1371
 31124
-
mgl@1371
 31125
-cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 31126
-
mgl@1371
 31127
 #
mgl@1371
 31128
-# CONFIG_FILES section.
mgl@1371
 31129
+# Set up the sed scripts for CONFIG_FILES section.
mgl@1371
 31130
 #
mgl@1371
 31131
 
mgl@1371
 31132
 # No need to generate the scripts if there are no CONFIG_FILES.
mgl@1371
 31133
 # This happens for instance when ./config.status config.h
mgl@1371
 31134
-if test -n "\$CONFIG_FILES"; then
mgl@1371
 31135
-  # Protect against being on the right side of a sed subst in config.status.
mgl@1371
 31136
-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
mgl@1371
 31137
-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
mgl@1371
 31138
-s,@SHELL@,$SHELL,;t t
mgl@1371
 31139
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
mgl@1371
 31140
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
mgl@1371
 31141
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
mgl@1371
 31142
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
mgl@1371
 31143
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
mgl@1371
 31144
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
mgl@1371
 31145
-s,@exec_prefix@,$exec_prefix,;t t
mgl@1371
 31146
-s,@prefix@,$prefix,;t t
mgl@1371
 31147
-s,@program_transform_name@,$program_transform_name,;t t
mgl@1371
 31148
-s,@bindir@,$bindir,;t t
mgl@1371
 31149
-s,@sbindir@,$sbindir,;t t
mgl@1371
 31150
-s,@libexecdir@,$libexecdir,;t t
mgl@1371
 31151
-s,@datadir@,$datadir,;t t
mgl@1371
 31152
-s,@sysconfdir@,$sysconfdir,;t t
mgl@1371
 31153
-s,@sharedstatedir@,$sharedstatedir,;t t
mgl@1371
 31154
-s,@localstatedir@,$localstatedir,;t t
mgl@1371
 31155
-s,@libdir@,$libdir,;t t
mgl@1371
 31156
-s,@includedir@,$includedir,;t t
mgl@1371
 31157
-s,@oldincludedir@,$oldincludedir,;t t
mgl@1371
 31158
-s,@infodir@,$infodir,;t t
mgl@1371
 31159
-s,@mandir@,$mandir,;t t
mgl@1371
 31160
-s,@build_alias@,$build_alias,;t t
mgl@1371
 31161
-s,@host_alias@,$host_alias,;t t
mgl@1371
 31162
-s,@target_alias@,$target_alias,;t t
mgl@1371
 31163
-s,@DEFS@,$DEFS,;t t
mgl@1371
 31164
-s,@ECHO_C@,$ECHO_C,;t t
mgl@1371
 31165
-s,@ECHO_N@,$ECHO_N,;t t
mgl@1371
 31166
-s,@ECHO_T@,$ECHO_T,;t t
mgl@1371
 31167
-s,@LIBS@,$LIBS,;t t
mgl@1371
 31168
-s,@MAY_SUPPLY_SYSCALLS_TRUE@,$MAY_SUPPLY_SYSCALLS_TRUE,;t t
mgl@1371
 31169
-s,@MAY_SUPPLY_SYSCALLS_FALSE@,$MAY_SUPPLY_SYSCALLS_FALSE,;t t
mgl@1371
 31170
-s,@newlib_basedir@,$newlib_basedir,;t t
mgl@1371
 31171
-s,@build@,$build,;t t
mgl@1371
 31172
-s,@build_cpu@,$build_cpu,;t t
mgl@1371
 31173
-s,@build_vendor@,$build_vendor,;t t
mgl@1371
 31174
-s,@build_os@,$build_os,;t t
mgl@1371
 31175
-s,@host@,$host,;t t
mgl@1371
 31176
-s,@host_cpu@,$host_cpu,;t t
mgl@1371
 31177
-s,@host_vendor@,$host_vendor,;t t
mgl@1371
 31178
-s,@host_os@,$host_os,;t t
mgl@1371
 31179
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
mgl@1371
 31180
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
mgl@1371
 31181
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
mgl@1371
 31182
-s,@CYGPATH_W@,$CYGPATH_W,;t t
mgl@1371
 31183
-s,@PACKAGE@,$PACKAGE,;t t
mgl@1371
 31184
-s,@VERSION@,$VERSION,;t t
mgl@1371
 31185
-s,@ACLOCAL@,$ACLOCAL,;t t
mgl@1371
 31186
-s,@AUTOCONF@,$AUTOCONF,;t t
mgl@1371
 31187
-s,@AUTOMAKE@,$AUTOMAKE,;t t
mgl@1371
 31188
-s,@AUTOHEADER@,$AUTOHEADER,;t t
mgl@1371
 31189
-s,@MAKEINFO@,$MAKEINFO,;t t
mgl@1371
 31190
-s,@install_sh@,$install_sh,;t t
mgl@1371
 31191
-s,@STRIP@,$STRIP,;t t
mgl@1371
 31192
-s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
mgl@1371
 31193
-s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
mgl@1371
 31194
-s,@mkdir_p@,$mkdir_p,;t t
mgl@1371
 31195
-s,@AWK@,$AWK,;t t
mgl@1371
 31196
-s,@SET_MAKE@,$SET_MAKE,;t t
mgl@1371
 31197
-s,@am__leading_dot@,$am__leading_dot,;t t
mgl@1371
 31198
-s,@AMTAR@,$AMTAR,;t t
mgl@1371
 31199
-s,@am__tar@,$am__tar,;t t
mgl@1371
 31200
-s,@am__untar@,$am__untar,;t t
mgl@1371
 31201
-s,@CC@,$CC,;t t
mgl@1371
 31202
-s,@DEPDIR@,$DEPDIR,;t t
mgl@1371
 31203
-s,@am__include@,$am__include,;t t
mgl@1371
 31204
-s,@am__quote@,$am__quote,;t t
mgl@1371
 31205
-s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
mgl@1371
 31206
-s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
mgl@1371
 31207
-s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
mgl@1371
 31208
-s,@CCDEPMODE@,$CCDEPMODE,;t t
mgl@1371
 31209
-s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
mgl@1371
 31210
-s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
mgl@1371
 31211
-s,@AS@,$AS,;t t
mgl@1371
 31212
-s,@ac_ct_AS@,$ac_ct_AS,;t t
mgl@1371
 31213
-s,@AR@,$AR,;t t
mgl@1371
 31214
-s,@ac_ct_AR@,$ac_ct_AR,;t t
mgl@1371
 31215
-s,@RANLIB@,$RANLIB,;t t
mgl@1371
 31216
-s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
mgl@1371
 31217
-s,@READELF@,$READELF,;t t
mgl@1371
 31218
-s,@ac_ct_READELF@,$ac_ct_READELF,;t t
mgl@1371
 31219
-s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
mgl@1371
 31220
-s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
mgl@1371
 31221
-s,@MAINT@,$MAINT,;t t
mgl@1371
 31222
-s,@CCAS@,$CCAS,;t t
mgl@1371
 31223
-s,@CCASFLAGS@,$CCASFLAGS,;t t
mgl@1371
 31224
-s,@NEWLIB_CFLAGS@,$NEWLIB_CFLAGS,;t t
mgl@1371
 31225
-s,@LDFLAGS@,$LDFLAGS,;t t
mgl@1371
 31226
-s,@ELIX_LEVEL_0_TRUE@,$ELIX_LEVEL_0_TRUE,;t t
mgl@1371
 31227
-s,@ELIX_LEVEL_0_FALSE@,$ELIX_LEVEL_0_FALSE,;t t
mgl@1371
 31228
-s,@ELIX_LEVEL_1_TRUE@,$ELIX_LEVEL_1_TRUE,;t t
mgl@1371
 31229
-s,@ELIX_LEVEL_1_FALSE@,$ELIX_LEVEL_1_FALSE,;t t
mgl@1371
 31230
-s,@ELIX_LEVEL_2_TRUE@,$ELIX_LEVEL_2_TRUE,;t t
mgl@1371
 31231
-s,@ELIX_LEVEL_2_FALSE@,$ELIX_LEVEL_2_FALSE,;t t
mgl@1371
 31232
-s,@ELIX_LEVEL_3_TRUE@,$ELIX_LEVEL_3_TRUE,;t t
mgl@1371
 31233
-s,@ELIX_LEVEL_3_FALSE@,$ELIX_LEVEL_3_FALSE,;t t
mgl@1371
 31234
-s,@ELIX_LEVEL_4_TRUE@,$ELIX_LEVEL_4_TRUE,;t t
mgl@1371
 31235
-s,@ELIX_LEVEL_4_FALSE@,$ELIX_LEVEL_4_FALSE,;t t
mgl@1371
 31236
-s,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t t
mgl@1371
 31237
-s,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t t
mgl@1371
 31238
-s,@OBJEXT@,$OBJEXT,;t t
mgl@1371
 31239
-s,@oext@,$oext,;t t
mgl@1371
 31240
-s,@aext@,$aext,;t t
mgl@1371
 31241
-s,@lpfx@,$lpfx,;t t
mgl@1371
 31242
-s,@libm_machine_dir@,$libm_machine_dir,;t t
mgl@1371
 31243
-s,@machine_dir@,$machine_dir,;t t
mgl@1371
 31244
-s,@sys_dir@,$sys_dir,;t t
mgl@1371
 31245
-s,@SED@,$SED,;t t
mgl@1371
 31246
-s,@DLLTOOL@,$DLLTOOL,;t t
mgl@1371
 31247
-s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
mgl@1371
 31248
-s,@OBJDUMP@,$OBJDUMP,;t t
mgl@1371
 31249
-s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
mgl@1371
 31250
-s,@LIBTOOL@,$LIBTOOL,;t t
mgl@1371
 31251
-s,@CFLAGS@,$CFLAGS,;t t
mgl@1371
 31252
-s,@CPPFLAGS@,$CPPFLAGS,;t t
mgl@1371
 31253
-s,@ac_ct_CC@,$ac_ct_CC,;t t
mgl@1371
 31254
-s,@EXEEXT@,$EXEEXT,;t t
mgl@1371
 31255
-s,@EGREP@,$EGREP,;t t
mgl@1371
 31256
-s,@FGREP@,$FGREP,;t t
mgl@1371
 31257
-s,@GREP@,$GREP,;t t
mgl@1371
 31258
-s,@LD@,$LD,;t t
mgl@1371
 31259
-s,@DUMPBIN@,$DUMPBIN,;t t
mgl@1371
 31260
-s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
mgl@1371
 31261
-s,@NM@,$NM,;t t
mgl@1371
 31262
-s,@LN_S@,$LN_S,;t t
mgl@1371
 31263
-s,@lt_ECHO@,$lt_ECHO,;t t
mgl@1371
 31264
-s,@DSYMUTIL@,$DSYMUTIL,;t t
mgl@1371
 31265
-s,@ac_ct_DSYMUTIL@,$ac_ct_DSYMUTIL,;t t
mgl@1371
 31266
-s,@NMEDIT@,$NMEDIT,;t t
mgl@1371
 31267
-s,@ac_ct_NMEDIT@,$ac_ct_NMEDIT,;t t
mgl@1371
 31268
-s,@LIPO@,$LIPO,;t t
mgl@1371
 31269
-s,@ac_ct_LIPO@,$ac_ct_LIPO,;t t
mgl@1371
 31270
-s,@OTOOL@,$OTOOL,;t t
mgl@1371
 31271
-s,@ac_ct_OTOOL@,$ac_ct_OTOOL,;t t
mgl@1371
 31272
-s,@OTOOL64@,$OTOOL64,;t t
mgl@1371
 31273
-s,@ac_ct_OTOOL64@,$ac_ct_OTOOL64,;t t
mgl@1371
 31274
-s,@CPP@,$CPP,;t t
mgl@1371
 31275
-s,@subdirs@,$subdirs,;t t
mgl@1371
 31276
-s,@CRT0@,$CRT0,;t t
mgl@1371
 31277
-s,@HAVE_SYS_DIR_TRUE@,$HAVE_SYS_DIR_TRUE,;t t
mgl@1371
 31278
-s,@HAVE_SYS_DIR_FALSE@,$HAVE_SYS_DIR_FALSE,;t t
mgl@1371
 31279
-s,@LIBOBJS@,$LIBOBJS,;t t
mgl@1371
 31280
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
mgl@1371
 31281
-CEOF
mgl@1371
 31282
-
mgl@1371
 31283
-_ACEOF
mgl@1371
 31284
-
mgl@1371
 31285
-  cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 31286
-  # Split the substitutions into bite-sized pieces for seds with
mgl@1371
 31287
-  # small command number limits, like on Digital OSF/1 and HP-UX.
mgl@1371
 31288
-  ac_max_sed_lines=48
mgl@1371
 31289
-  ac_sed_frag=1 # Number of current file.
mgl@1371
 31290
-  ac_beg=1 # First line for current file.
mgl@1371
 31291
-  ac_end=$ac_max_sed_lines # Line after last line for current file.
mgl@1371
 31292
-  ac_more_lines=:
mgl@1371
 31293
-  ac_sed_cmds=
mgl@1371
 31294
-  while $ac_more_lines; do
mgl@1371
 31295
-    if test $ac_beg -gt 1; then
mgl@1371
 31296
-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
mgl@1371
 31297
-    else
mgl@1371
 31298
-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
mgl@1371
 31299
-    fi
mgl@1371
 31300
-    if test ! -s $tmp/subs.frag; then
mgl@1371
 31301
-      ac_more_lines=false
mgl@1371
 31302
-    else
mgl@1371
 31303
-      # The purpose of the label and of the branching condition is to
mgl@1371
 31304
-      # speed up the sed processing (if there are no `@' at all, there
mgl@1371
 31305
-      # is no need to browse any of the substitutions).
mgl@1371
 31306
-      # These are the two extra sed commands mentioned above.
mgl@1371
 31307
-      (echo ':t
mgl@1371
 31308
-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
mgl@1371
 31309
-      if test -z "$ac_sed_cmds"; then
mgl@1371
 31310
-	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
mgl@1371
 31311
-      else
mgl@1371
 31312
-	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
mgl@1371
 31313
-      fi
mgl@1371
 31314
-      ac_sed_frag=`expr $ac_sed_frag + 1`
mgl@1371
 31315
-      ac_beg=$ac_end
mgl@1371
 31316
-      ac_end=`expr $ac_end + $ac_max_sed_lines`
mgl@1371
 31317
-    fi
mgl@1371
 31318
-  done
mgl@1371
 31319
-  if test -z "$ac_sed_cmds"; then
mgl@1371
 31320
-    ac_sed_cmds=cat
mgl@1371
 31321
+if test -n "$CONFIG_FILES"; then
mgl@1371
 31322
+
mgl@1371
 31323
+_ACEOF
mgl@1371
 31324
+
mgl@1371
 31325
+
mgl@1371
 31326
+
mgl@1371
 31327
+ac_delim='%!_!# '
mgl@1371
 31328
+for ac_last_try in false false false false false :; do
mgl@1371
 31329
+  cat >conf$$subs.sed <<_ACEOF
mgl@1371
 31330
+SHELL!$SHELL$ac_delim
mgl@1371
 31331
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
mgl@1371
 31332
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
mgl@1371
 31333
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
mgl@1371
 31334
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
mgl@1371
 31335
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
mgl@1371
 31336
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
mgl@1371
 31337
+exec_prefix!$exec_prefix$ac_delim
mgl@1371
 31338
+prefix!$prefix$ac_delim
mgl@1371
 31339
+program_transform_name!$program_transform_name$ac_delim
mgl@1371
 31340
+bindir!$bindir$ac_delim
mgl@1371
 31341
+sbindir!$sbindir$ac_delim
mgl@1371
 31342
+libexecdir!$libexecdir$ac_delim
mgl@1371
 31343
+datarootdir!$datarootdir$ac_delim
mgl@1371
 31344
+datadir!$datadir$ac_delim
mgl@1371
 31345
+sysconfdir!$sysconfdir$ac_delim
mgl@1371
 31346
+sharedstatedir!$sharedstatedir$ac_delim
mgl@1371
 31347
+localstatedir!$localstatedir$ac_delim
mgl@1371
 31348
+includedir!$includedir$ac_delim
mgl@1371
 31349
+oldincludedir!$oldincludedir$ac_delim
mgl@1371
 31350
+docdir!$docdir$ac_delim
mgl@1371
 31351
+infodir!$infodir$ac_delim
mgl@1371
 31352
+htmldir!$htmldir$ac_delim
mgl@1371
 31353
+dvidir!$dvidir$ac_delim
mgl@1371
 31354
+pdfdir!$pdfdir$ac_delim
mgl@1371
 31355
+psdir!$psdir$ac_delim
mgl@1371
 31356
+libdir!$libdir$ac_delim
mgl@1371
 31357
+localedir!$localedir$ac_delim
mgl@1371
 31358
+mandir!$mandir$ac_delim
mgl@1371
 31359
+DEFS!$DEFS$ac_delim
mgl@1371
 31360
+ECHO_C!$ECHO_C$ac_delim
mgl@1371
 31361
+ECHO_N!$ECHO_N$ac_delim
mgl@1371
 31362
+ECHO_T!$ECHO_T$ac_delim
mgl@1371
 31363
+LIBS!$LIBS$ac_delim
mgl@1371
 31364
+build_alias!$build_alias$ac_delim
mgl@1371
 31365
+host_alias!$host_alias$ac_delim
mgl@1371
 31366
+target_alias!$target_alias$ac_delim
mgl@1371
 31367
+MAY_SUPPLY_SYSCALLS_TRUE!$MAY_SUPPLY_SYSCALLS_TRUE$ac_delim
mgl@1371
 31368
+MAY_SUPPLY_SYSCALLS_FALSE!$MAY_SUPPLY_SYSCALLS_FALSE$ac_delim
mgl@1371
 31369
+newlib_basedir!$newlib_basedir$ac_delim
mgl@1371
 31370
+build!$build$ac_delim
mgl@1371
 31371
+build_cpu!$build_cpu$ac_delim
mgl@1371
 31372
+build_vendor!$build_vendor$ac_delim
mgl@1371
 31373
+build_os!$build_os$ac_delim
mgl@1371
 31374
+host!$host$ac_delim
mgl@1371
 31375
+host_cpu!$host_cpu$ac_delim
mgl@1371
 31376
+host_vendor!$host_vendor$ac_delim
mgl@1371
 31377
+host_os!$host_os$ac_delim
mgl@1371
 31378
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
mgl@1371
 31379
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
mgl@1371
 31380
+INSTALL_DATA!$INSTALL_DATA$ac_delim
mgl@1371
 31381
+CYGPATH_W!$CYGPATH_W$ac_delim
mgl@1371
 31382
+PACKAGE!$PACKAGE$ac_delim
mgl@1371
 31383
+VERSION!$VERSION$ac_delim
mgl@1371
 31384
+ACLOCAL!$ACLOCAL$ac_delim
mgl@1371
 31385
+AUTOCONF!$AUTOCONF$ac_delim
mgl@1371
 31386
+AUTOMAKE!$AUTOMAKE$ac_delim
mgl@1371
 31387
+AUTOHEADER!$AUTOHEADER$ac_delim
mgl@1371
 31388
+MAKEINFO!$MAKEINFO$ac_delim
mgl@1371
 31389
+install_sh!$install_sh$ac_delim
mgl@1371
 31390
+STRIP!$STRIP$ac_delim
mgl@1371
 31391
+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
mgl@1371
 31392
+mkdir_p!$mkdir_p$ac_delim
mgl@1371
 31393
+AWK!$AWK$ac_delim
mgl@1371
 31394
+SET_MAKE!$SET_MAKE$ac_delim
mgl@1371
 31395
+am__leading_dot!$am__leading_dot$ac_delim
mgl@1371
 31396
+AMTAR!$AMTAR$ac_delim
mgl@1371
 31397
+am__tar!$am__tar$ac_delim
mgl@1371
 31398
+am__untar!$am__untar$ac_delim
mgl@1371
 31399
+CC!$CC$ac_delim
mgl@1371
 31400
+DEPDIR!$DEPDIR$ac_delim
mgl@1371
 31401
+am__include!$am__include$ac_delim
mgl@1371
 31402
+am__quote!$am__quote$ac_delim
mgl@1371
 31403
+AMDEP_TRUE!$AMDEP_TRUE$ac_delim
mgl@1371
 31404
+AMDEP_FALSE!$AMDEP_FALSE$ac_delim
mgl@1371
 31405
+AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
mgl@1371
 31406
+CCDEPMODE!$CCDEPMODE$ac_delim
mgl@1371
 31407
+am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
mgl@1371
 31408
+am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
mgl@1371
 31409
+AS!$AS$ac_delim
mgl@1371
 31410
+AR!$AR$ac_delim
mgl@1371
 31411
+RANLIB!$RANLIB$ac_delim
mgl@1371
 31412
+READELF!$READELF$ac_delim
mgl@1371
 31413
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
mgl@1371
 31414
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
mgl@1371
 31415
+MAINT!$MAINT$ac_delim
mgl@1371
 31416
+CCAS!$CCAS$ac_delim
mgl@1371
 31417
+CCASFLAGS!$CCASFLAGS$ac_delim
mgl@1371
 31418
+NEWLIB_CFLAGS!$NEWLIB_CFLAGS$ac_delim
mgl@1371
 31419
+LDFLAGS!$LDFLAGS$ac_delim
mgl@1371
 31420
+ELIX_LEVEL_0_TRUE!$ELIX_LEVEL_0_TRUE$ac_delim
mgl@1371
 31421
+ELIX_LEVEL_0_FALSE!$ELIX_LEVEL_0_FALSE$ac_delim
mgl@1371
 31422
+ELIX_LEVEL_1_TRUE!$ELIX_LEVEL_1_TRUE$ac_delim
mgl@1371
 31423
+ELIX_LEVEL_1_FALSE!$ELIX_LEVEL_1_FALSE$ac_delim
mgl@1371
 31424
+ELIX_LEVEL_2_TRUE!$ELIX_LEVEL_2_TRUE$ac_delim
mgl@1371
 31425
+ELIX_LEVEL_2_FALSE!$ELIX_LEVEL_2_FALSE$ac_delim
mgl@1371
 31426
+ELIX_LEVEL_3_TRUE!$ELIX_LEVEL_3_TRUE$ac_delim
mgl@1371
 31427
+_ACEOF
mgl@1371
 31428
+
mgl@1371
 31429
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
mgl@1371
 31430
+    break
mgl@1371
 31431
+  elif $ac_last_try; then
mgl@1371
 31432
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
mgl@1371
 31433
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
mgl@1371
 31434
+   { (exit 1); exit 1; }; }
mgl@1371
 31435
+  else
mgl@1371
 31436
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
mgl@1371
 31437
   fi
mgl@1371
 31438
-fi # test -n "$CONFIG_FILES"
mgl@1371
 31439
+done
mgl@1371
 31440
+
mgl@1371
 31441
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
mgl@1371
 31442
+if test -n "$ac_eof"; then
mgl@1371
 31443
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
mgl@1371
 31444
+  ac_eof=`expr $ac_eof + 1`
mgl@1371
 31445
+fi
mgl@1371
 31446
+
mgl@1371
 31447
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 31448
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
mgl@1371
 31449
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
mgl@1371
 31450
+_ACEOF
mgl@1371
 31451
+sed '
mgl@1371
 31452
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
mgl@1371
 31453
+s/^/s,@/; s/!/@,|#_!!_#|/
mgl@1371
 31454
+:n
mgl@1371
 31455
+t n
mgl@1371
 31456
+s/'"$ac_delim"'$/,g/; t
mgl@1371
 31457
+s/$/\\/; p
mgl@1371
 31458
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
mgl@1371
 31459
+' >>$CONFIG_STATUS <conf$$subs.sed
mgl@1371
 31460
+rm -f conf$$subs.sed
mgl@1371
 31461
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 31462
+CEOF$ac_eof
mgl@1371
 31463
+_ACEOF
mgl@1371
 31464
+
mgl@1371
 31465
+
mgl@1371
 31466
+ac_delim='%!_!# '
mgl@1371
 31467
+for ac_last_try in false false false false false :; do
mgl@1371
 31468
+  cat >conf$$subs.sed <<_ACEOF
mgl@1371
 31469
+ELIX_LEVEL_3_FALSE!$ELIX_LEVEL_3_FALSE$ac_delim
mgl@1371
 31470
+ELIX_LEVEL_4_TRUE!$ELIX_LEVEL_4_TRUE$ac_delim
mgl@1371
 31471
+ELIX_LEVEL_4_FALSE!$ELIX_LEVEL_4_FALSE$ac_delim
mgl@1371
 31472
+USE_LIBTOOL_TRUE!$USE_LIBTOOL_TRUE$ac_delim
mgl@1371
 31473
+USE_LIBTOOL_FALSE!$USE_LIBTOOL_FALSE$ac_delim
mgl@1371
 31474
+OBJEXT!$OBJEXT$ac_delim
mgl@1371
 31475
+oext!$oext$ac_delim
mgl@1371
 31476
+aext!$aext$ac_delim
mgl@1371
 31477
+lpfx!$lpfx$ac_delim
mgl@1371
 31478
+libm_machine_dir!$libm_machine_dir$ac_delim
mgl@1371
 31479
+machine_dir!$machine_dir$ac_delim
mgl@1371
 31480
+sys_dir!$sys_dir$ac_delim
mgl@1371
 31481
+SED!$SED$ac_delim
mgl@1371
 31482
+DLLTOOL!$DLLTOOL$ac_delim
mgl@1371
 31483
+OBJDUMP!$OBJDUMP$ac_delim
mgl@1371
 31484
+LIBTOOL!$LIBTOOL$ac_delim
mgl@1371
 31485
+CFLAGS!$CFLAGS$ac_delim
mgl@1371
 31486
+CPPFLAGS!$CPPFLAGS$ac_delim
mgl@1371
 31487
+ac_ct_CC!$ac_ct_CC$ac_delim
mgl@1371
 31488
+EXEEXT!$EXEEXT$ac_delim
mgl@1371
 31489
+GREP!$GREP$ac_delim
mgl@1371
 31490
+EGREP!$EGREP$ac_delim
mgl@1371
 31491
+FGREP!$FGREP$ac_delim
mgl@1371
 31492
+LD!$LD$ac_delim
mgl@1371
 31493
+DUMPBIN!$DUMPBIN$ac_delim
mgl@1371
 31494
+ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
mgl@1371
 31495
+NM!$NM$ac_delim
mgl@1371
 31496
+LN_S!$LN_S$ac_delim
mgl@1371
 31497
+lt_ECHO!$lt_ECHO$ac_delim
mgl@1371
 31498
+DSYMUTIL!$DSYMUTIL$ac_delim
mgl@1371
 31499
+NMEDIT!$NMEDIT$ac_delim
mgl@1371
 31500
+LIPO!$LIPO$ac_delim
mgl@1371
 31501
+OTOOL!$OTOOL$ac_delim
mgl@1371
 31502
+OTOOL64!$OTOOL64$ac_delim
mgl@1371
 31503
+CPP!$CPP$ac_delim
mgl@1371
 31504
+subdirs!$subdirs$ac_delim
mgl@1371
 31505
+CRT0!$CRT0$ac_delim
mgl@1371
 31506
+HAVE_SYS_DIR_TRUE!$HAVE_SYS_DIR_TRUE$ac_delim
mgl@1371
 31507
+HAVE_SYS_DIR_FALSE!$HAVE_SYS_DIR_FALSE$ac_delim
mgl@1371
 31508
+LIBOBJS!$LIBOBJS$ac_delim
mgl@1371
 31509
+LTLIBOBJS!$LTLIBOBJS$ac_delim
mgl@1371
 31510
+_ACEOF
mgl@1371
 31511
+
mgl@1371
 31512
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then
mgl@1371
 31513
+    break
mgl@1371
 31514
+  elif $ac_last_try; then
mgl@1371
 31515
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
mgl@1371
 31516
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
mgl@1371
 31517
+   { (exit 1); exit 1; }; }
mgl@1371
 31518
+  else
mgl@1371
 31519
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
mgl@1371
 31520
+  fi
mgl@1371
 31521
+done
mgl@1371
 31522
+
mgl@1371
 31523
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
mgl@1371
 31524
+if test -n "$ac_eof"; then
mgl@1371
 31525
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
mgl@1371
 31526
+  ac_eof=`expr $ac_eof + 1`
mgl@1371
 31527
+fi
mgl@1371
 31528
 
mgl@1371
 31529
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 31530
+cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
mgl@1371
 31531
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
mgl@1371
 31532
+_ACEOF
mgl@1371
 31533
+sed '
mgl@1371
 31534
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
mgl@1371
 31535
+s/^/s,@/; s/!/@,|#_!!_#|/
mgl@1371
 31536
+:n
mgl@1371
 31537
+t n
mgl@1371
 31538
+s/'"$ac_delim"'$/,g/; t
mgl@1371
 31539
+s/$/\\/; p
mgl@1371
 31540
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
mgl@1371
 31541
+' >>$CONFIG_STATUS <conf$$subs.sed
mgl@1371
 31542
+rm -f conf$$subs.sed
mgl@1371
 31543
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 31544
+:end
mgl@1371
 31545
+s/|#_!!_#|//g
mgl@1371
 31546
+CEOF$ac_eof
mgl@1371
 31547
 _ACEOF
mgl@1371
 31548
+
mgl@1371
 31549
+
mgl@1371
 31550
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
mgl@1371
 31551
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
mgl@1371
 31552
+# trailing colons and then remove the whole line if VPATH becomes empty
mgl@1371
 31553
+# (actually we leave an empty line to preserve line numbers).
mgl@1371
 31554
+if test "x$srcdir" = x.; then
mgl@1371
 31555
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
mgl@1371
 31556
+s/:*\$(srcdir):*/:/
mgl@1371
 31557
+s/:*\${srcdir}:*/:/
mgl@1371
 31558
+s/:*@srcdir@:*/:/
mgl@1371
 31559
+s/^\([^=]*=[	 ]*\):*/\1/
mgl@1371
 31560
+s/:*$//
mgl@1371
 31561
+s/^[^=]*=[	 ]*$//
mgl@1371
 31562
+}'
mgl@1371
 31563
+fi
mgl@1371
 31564
+
mgl@1371
 31565
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 31566
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
mgl@1371
 31567
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
mgl@1371
 31568
-  case $ac_file in
mgl@1371
 31569
-  - | *:- | *:-:* ) # input from stdin
mgl@1371
 31570
-	cat >$tmp/stdin
mgl@1371
 31571
-	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mgl@1371
 31572
-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mgl@1371
 31573
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mgl@1371
 31574
-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mgl@1371
 31575
-  * )   ac_file_in=$ac_file.in ;;
mgl@1371
 31576
+fi # test -n "$CONFIG_FILES"
mgl@1371
 31577
+
mgl@1371
 31578
+
mgl@1371
 31579
+for ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS
mgl@1371
 31580
+do
mgl@1371
 31581
+  case $ac_tag in
mgl@1371
 31582
+  :[FHLC]) ac_mode=$ac_tag; continue;;
mgl@1371
 31583
+  esac
mgl@1371
 31584
+  case $ac_mode$ac_tag in
mgl@1371
 31585
+  :[FHL]*:*);;
mgl@1371
 31586
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
mgl@1371
 31587
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
mgl@1371
 31588
+   { (exit 1); exit 1; }; };;
mgl@1371
 31589
+  :[FH]-) ac_tag=-:-;;
mgl@1371
 31590
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
mgl@1371
 31591
+  esac
mgl@1371
 31592
+  ac_save_IFS=$IFS
mgl@1371
 31593
+  IFS=:
mgl@1371
 31594
+  set x $ac_tag
mgl@1371
 31595
+  IFS=$ac_save_IFS
mgl@1371
 31596
+  shift
mgl@1371
 31597
+  ac_file=$1
mgl@1371
 31598
+  shift
mgl@1371
 31599
+
mgl@1371
 31600
+  case $ac_mode in
mgl@1371
 31601
+  :L) ac_source=$1;;
mgl@1371
 31602
+  :[FH])
mgl@1371
 31603
+    ac_file_inputs=
mgl@1371
 31604
+    for ac_f
mgl@1371
 31605
+    do
mgl@1371
 31606
+      case $ac_f in
mgl@1371
 31607
+      -) ac_f="$tmp/stdin";;
mgl@1371
 31608
+      *) # Look for the file first in the build tree, then in the source tree
mgl@1371
 31609
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
mgl@1371
 31610
+	 # because $ac_f cannot contain `:'.
mgl@1371
 31611
+	 test -f "$ac_f" ||
mgl@1371
 31612
+	   case $ac_f in
mgl@1371
 31613
+	   [\\/$]*) false;;
mgl@1371
 31614
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
mgl@1371
 31615
+	   esac ||
mgl@1371
 31616
+	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
mgl@1371
 31617
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
mgl@1371
 31618
+   { (exit 1); exit 1; }; };;
mgl@1371
 31619
+      esac
mgl@1371
 31620
+      ac_file_inputs="$ac_file_inputs $ac_f"
mgl@1371
 31621
+    done
mgl@1371
 31622
+
mgl@1371
 31623
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
mgl@1371
 31624
+    # use $as_me), people would be surprised to read:
mgl@1371
 31625
+    #    /* config.h.  Generated by config.status.  */
mgl@1371
 31626
+    configure_input="Generated from "`IFS=:
mgl@1371
 31627
+	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
mgl@1371
 31628
+    if test x"$ac_file" != x-; then
mgl@1371
 31629
+      configure_input="$ac_file.  $configure_input"
mgl@1371
 31630
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
mgl@1371
 31631
+echo "$as_me: creating $ac_file" >&6;}
mgl@1371
 31632
+    fi
mgl@1371
 31633
+
mgl@1371
 31634
+    case $ac_tag in
mgl@1371
 31635
+    *:-:* | *:-) cat >"$tmp/stdin";;
mgl@1371
 31636
+    esac
mgl@1371
 31637
+    ;;
mgl@1371
 31638
   esac
mgl@1371
 31639
 
mgl@1371
 31640
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
mgl@1371
 31641
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
mgl@1371
 31642
+  ac_dir=`$as_dirname -- "$ac_file" ||
mgl@1371
 31643
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 31644
 	 X"$ac_file" : 'X\(//\)[^/]' \| \
mgl@1371
 31645
 	 X"$ac_file" : 'X\(//\)$' \| \
mgl@1371
 31646
-	 X"$ac_file" : 'X\(/\)' \| \
mgl@1371
 31647
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 31648
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 31649
 echo X"$ac_file" |
mgl@1371
 31650
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 31651
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 31652
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 31653
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 31654
-  	  s/.*/./; q'`
mgl@1371
 31655
-  { if $as_mkdir_p; then
mgl@1371
 31656
-    mkdir -p "$ac_dir"
mgl@1371
 31657
-  else
mgl@1371
 31658
-    as_dir="$ac_dir"
mgl@1371
 31659
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 31660
+	    s//\1/
mgl@1371
 31661
+	    q
mgl@1371
 31662
+	  }
mgl@1371
 31663
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 31664
+	    s//\1/
mgl@1371
 31665
+	    q
mgl@1371
 31666
+	  }
mgl@1371
 31667
+	  /^X\(\/\/\)$/{
mgl@1371
 31668
+	    s//\1/
mgl@1371
 31669
+	    q
mgl@1371
 31670
+	  }
mgl@1371
 31671
+	  /^X\(\/\).*/{
mgl@1371
 31672
+	    s//\1/
mgl@1371
 31673
+	    q
mgl@1371
 31674
+	  }
mgl@1371
 31675
+	  s/.*/./; q'`
mgl@1371
 31676
+  { as_dir="$ac_dir"
mgl@1371
 31677
+  case $as_dir in #(
mgl@1371
 31678
+  -*) as_dir=./$as_dir;;
mgl@1371
 31679
+  esac
mgl@1371
 31680
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
mgl@1371
 31681
     as_dirs=
mgl@1371
 31682
-    while test ! -d "$as_dir"; do
mgl@1371
 31683
-      as_dirs="$as_dir $as_dirs"
mgl@1371
 31684
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
mgl@1371
 31685
+    while :; do
mgl@1371
 31686
+      case $as_dir in #(
mgl@1371
 31687
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
mgl@1371
 31688
+      *) as_qdir=$as_dir;;
mgl@1371
 31689
+      esac
mgl@1371
 31690
+      as_dirs="'$as_qdir' $as_dirs"
mgl@1371
 31691
+      as_dir=`$as_dirname -- "$as_dir" ||
mgl@1371
 31692
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 31693
 	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
 31694
 	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
 31695
-	 X"$as_dir" : 'X\(/\)' \| \
mgl@1371
 31696
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 31697
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 31698
 echo X"$as_dir" |
mgl@1371
 31699
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 31700
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 31701
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 31702
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 31703
-  	  s/.*/./; q'`
mgl@1371
 31704
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 31705
+	    s//\1/
mgl@1371
 31706
+	    q
mgl@1371
 31707
+	  }
mgl@1371
 31708
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 31709
+	    s//\1/
mgl@1371
 31710
+	    q
mgl@1371
 31711
+	  }
mgl@1371
 31712
+	  /^X\(\/\/\)$/{
mgl@1371
 31713
+	    s//\1/
mgl@1371
 31714
+	    q
mgl@1371
 31715
+	  }
mgl@1371
 31716
+	  /^X\(\/\).*/{
mgl@1371
 31717
+	    s//\1/
mgl@1371
 31718
+	    q
mgl@1371
 31719
+	  }
mgl@1371
 31720
+	  s/.*/./; q'`
mgl@1371
 31721
+      test -d "$as_dir" && break
mgl@1371
 31722
     done
mgl@1371
 31723
-    test ! -n "$as_dirs" || mkdir $as_dirs
mgl@1371
 31724
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
mgl@1371
 31725
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
mgl@1371
 31726
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
mgl@1371
 31727
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
mgl@1371
 31728
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
mgl@1371
 31729
    { (exit 1); exit 1; }; }; }
mgl@1371
 31730
-
mgl@1371
 31731
   ac_builddir=.
mgl@1371
 31732
 
mgl@1371
 31733
-if test "$ac_dir" != .; then
mgl@1371
 31734
+case "$ac_dir" in
mgl@1371
 31735
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 31736
+*)
mgl@1371
 31737
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
 31738
-  # A "../" for each directory in $ac_dir_suffix.
mgl@1371
 31739
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mgl@1371
 31740
-else
mgl@1371
 31741
-  ac_dir_suffix= ac_top_builddir=
mgl@1371
 31742
-fi
mgl@1371
 31743
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
 31744
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
 31745
+  case $ac_top_builddir_sub in
mgl@1371
 31746
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 31747
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
 31748
+  esac ;;
mgl@1371
 31749
+esac
mgl@1371
 31750
+ac_abs_top_builddir=$ac_pwd
mgl@1371
 31751
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
 31752
+# for backward compatibility:
mgl@1371
 31753
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
 31754
 
mgl@1371
 31755
 case $srcdir in
mgl@1371
 31756
-  .)  # No --srcdir option.  We are building in place.
mgl@1371
 31757
+  .)  # We are building in place.
mgl@1371
 31758
     ac_srcdir=.
mgl@1371
 31759
-    if test -z "$ac_top_builddir"; then
mgl@1371
 31760
-       ac_top_srcdir=.
mgl@1371
 31761
-    else
mgl@1371
 31762
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mgl@1371
 31763
-    fi ;;
mgl@1371
 31764
-  [\\/]* | ?:[\\/]* )  # Absolute path.
mgl@1371
 31765
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
 31766
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
 31767
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
 31768
     ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
 31769
-    ac_top_srcdir=$srcdir ;;
mgl@1371
 31770
-  *) # Relative path.
mgl@1371
 31771
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
mgl@1371
 31772
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
mgl@1371
 31773
-esac
mgl@1371
 31774
+    ac_top_srcdir=$srcdir
mgl@1371
 31775
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
 31776
+  *) # Relative name.
mgl@1371
 31777
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
 31778
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
 31779
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
 31780
+esac
mgl@1371
 31781
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
 31782
 
mgl@1371
 31783
-# Do not use `cd foo && pwd` to compute absolute paths, because
mgl@1371
 31784
-# the directories may not exist.
mgl@1371
 31785
-case `pwd` in
mgl@1371
 31786
-.) ac_abs_builddir="$ac_dir";;
mgl@1371
 31787
-*)
mgl@1371
 31788
-  case "$ac_dir" in
mgl@1371
 31789
-  .) ac_abs_builddir=`pwd`;;
mgl@1371
 31790
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
mgl@1371
 31791
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
mgl@1371
 31792
-  esac;;
mgl@1371
 31793
-esac
mgl@1371
 31794
-case $ac_abs_builddir in
mgl@1371
 31795
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 31796
-*)
mgl@1371
 31797
-  case ${ac_top_builddir}. in
mgl@1371
 31798
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
mgl@1371
 31799
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 31800
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
mgl@1371
 31801
-  esac;;
mgl@1371
 31802
-esac
mgl@1371
 31803
-case $ac_abs_builddir in
mgl@1371
 31804
-.) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 31805
-*)
mgl@1371
 31806
-  case $ac_srcdir in
mgl@1371
 31807
-  .) ac_abs_srcdir=$ac_abs_builddir;;
mgl@1371
 31808
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 31809
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
mgl@1371
 31810
-  esac;;
mgl@1371
 31811
-esac
mgl@1371
 31812
-case $ac_abs_builddir in
mgl@1371
 31813
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 31814
-*)
mgl@1371
 31815
-  case $ac_top_srcdir in
mgl@1371
 31816
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
mgl@1371
 31817
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 31818
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
mgl@1371
 31819
-  esac;;
mgl@1371
 31820
-esac
mgl@1371
 31821
 
mgl@1371
 31822
+  case $ac_mode in
mgl@1371
 31823
+  :F)
mgl@1371
 31824
+  #
mgl@1371
 31825
+  # CONFIG_FILE
mgl@1371
 31826
+  #
mgl@1371
 31827
 
mgl@1371
 31828
   case $INSTALL in
mgl@1371
 31829
   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
mgl@1371
 31830
-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
mgl@1371
 31831
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
mgl@1371
 31832
   esac
mgl@1371
 31833
+_ACEOF
mgl@1371
 31834
 
mgl@1371
 31835
-  if test x"$ac_file" != x-; then
mgl@1371
 31836
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
mgl@1371
 31837
-echo "$as_me: creating $ac_file" >&6;}
mgl@1371
 31838
-    rm -f "$ac_file"
mgl@1371
 31839
-  fi
mgl@1371
 31840
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
mgl@1371
 31841
-  # use $as_me), people would be surprised to read:
mgl@1371
 31842
-  #    /* config.h.  Generated by config.status.  */
mgl@1371
 31843
-  if test x"$ac_file" = x-; then
mgl@1371
 31844
-    configure_input=
mgl@1371
 31845
-  else
mgl@1371
 31846
-    configure_input="$ac_file.  "
mgl@1371
 31847
-  fi
mgl@1371
 31848
-  configure_input=$configure_input"Generated from `echo $ac_file_in |
mgl@1371
 31849
-				     sed 's,.*/,,'` by configure."
mgl@1371
 31850
-
mgl@1371
 31851
-  # First look for the input files in the build tree, otherwise in the
mgl@1371
 31852
-  # src tree.
mgl@1371
 31853
-  ac_file_inputs=`IFS=:
mgl@1371
 31854
-    for f in $ac_file_in; do
mgl@1371
 31855
-      case $f in
mgl@1371
 31856
-      -) echo $tmp/stdin ;;
mgl@1371
 31857
-      [\\/$]*)
mgl@1371
 31858
-	 # Absolute (can't be DOS-style, as IFS=:)
mgl@1371
 31859
-	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
mgl@1371
 31860
-echo "$as_me: error: cannot find input file: $f" >&2;}
mgl@1371
 31861
-   { (exit 1); exit 1; }; }
mgl@1371
 31862
-	 echo "$f";;
mgl@1371
 31863
-      *) # Relative
mgl@1371
 31864
-	 if test -f "$f"; then
mgl@1371
 31865
-	   # Build tree
mgl@1371
 31866
-	   echo "$f"
mgl@1371
 31867
-	 elif test -f "$srcdir/$f"; then
mgl@1371
 31868
-	   # Source tree
mgl@1371
 31869
-	   echo "$srcdir/$f"
mgl@1371
 31870
-	 else
mgl@1371
 31871
-	   # /dev/null tree
mgl@1371
 31872
-	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
mgl@1371
 31873
-echo "$as_me: error: cannot find input file: $f" >&2;}
mgl@1371
 31874
-   { (exit 1); exit 1; }; }
mgl@1371
 31875
-	 fi;;
mgl@1371
 31876
-      esac
mgl@1371
 31877
-    done` || { (exit 1); exit 1; }
mgl@1371
 31878
+cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 31879
+# If the template does not know about datarootdir, expand it.
mgl@1371
 31880
+# FIXME: This hack should be removed a few years after 2.60.
mgl@1371
 31881
+ac_datarootdir_hack=; ac_datarootdir_seen=
mgl@1371
 31882
+
mgl@1371
 31883
+case `sed -n '/datarootdir/ {
mgl@1371
 31884
+  p
mgl@1371
 31885
+  q
mgl@1371
 31886
+}
mgl@1371
 31887
+/@datadir@/p
mgl@1371
 31888
+/@docdir@/p
mgl@1371
 31889
+/@infodir@/p
mgl@1371
 31890
+/@localedir@/p
mgl@1371
 31891
+/@mandir@/p
mgl@1371
 31892
+' $ac_file_inputs` in
mgl@1371
 31893
+*datarootdir*) ac_datarootdir_seen=yes;;
mgl@1371
 31894
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
mgl@1371
 31895
+  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
mgl@1371
 31896
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
mgl@1371
 31897
+_ACEOF
mgl@1371
 31898
+cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 31899
+  ac_datarootdir_hack='
mgl@1371
 31900
+  s&@datadir@&$datadir&g
mgl@1371
 31901
+  s&@docdir@&$docdir&g
mgl@1371
 31902
+  s&@infodir@&$infodir&g
mgl@1371
 31903
+  s&@localedir@&$localedir&g
mgl@1371
 31904
+  s&@mandir@&$mandir&g
mgl@1371
 31905
+    s&\\\${datarootdir}&$datarootdir&g' ;;
mgl@1371
 31906
+esac
mgl@1371
 31907
 _ACEOF
mgl@1371
 31908
+
mgl@1371
 31909
+# Neutralize VPATH when `$srcdir' = `.'.
mgl@1371
 31910
+# Shell code in configure.ac might set extrasub.
mgl@1371
 31911
+# FIXME: do we really want to maintain this feature?
mgl@1371
 31912
 cat >>$CONFIG_STATUS <<_ACEOF
mgl@1371
 31913
   sed "$ac_vpsub
mgl@1371
 31914
 $extrasub
mgl@1371
 31915
@@ -12791,142 +13936,43 @@
mgl@1371
 31916
 cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 31917
 :t
mgl@1371
 31918
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
mgl@1371
 31919
-s,@configure_input@,$configure_input,;t t
mgl@1371
 31920
-s,@srcdir@,$ac_srcdir,;t t
mgl@1371
 31921
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
mgl@1371
 31922
-s,@top_srcdir@,$ac_top_srcdir,;t t
mgl@1371
 31923
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
mgl@1371
 31924
-s,@builddir@,$ac_builddir,;t t
mgl@1371
 31925
-s,@abs_builddir@,$ac_abs_builddir,;t t
mgl@1371
 31926
-s,@top_builddir@,$ac_top_builddir,;t t
mgl@1371
 31927
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
mgl@1371
 31928
-s,@INSTALL@,$ac_INSTALL,;t t
mgl@1371
 31929
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
mgl@1371
 31930
-  rm -f $tmp/stdin
mgl@1371
 31931
-  if test x"$ac_file" != x-; then
mgl@1371
 31932
-    mv $tmp/out $ac_file
mgl@1371
 31933
-  else
mgl@1371
 31934
-    cat $tmp/out
mgl@1371
 31935
-    rm -f $tmp/out
mgl@1371
 31936
-  fi
mgl@1371
 31937
-
mgl@1371
 31938
-done
mgl@1371
 31939
-_ACEOF
mgl@1371
 31940
-cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 31941
-
mgl@1371
 31942
-#
mgl@1371
 31943
-# CONFIG_COMMANDS section.
mgl@1371
 31944
-#
mgl@1371
 31945
-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
mgl@1371
 31946
-  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
mgl@1371
 31947
-  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
mgl@1371
 31948
-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
mgl@1371
 31949
-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 31950
-	 X"$ac_dest" : 'X\(//\)[^/]' \| \
mgl@1371
 31951
-	 X"$ac_dest" : 'X\(//\)$' \| \
mgl@1371
 31952
-	 X"$ac_dest" : 'X\(/\)' \| \
mgl@1371
 31953
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 31954
-echo X"$ac_dest" |
mgl@1371
 31955
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 31956
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 31957
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 31958
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 31959
-  	  s/.*/./; q'`
mgl@1371
 31960
-  { if $as_mkdir_p; then
mgl@1371
 31961
-    mkdir -p "$ac_dir"
mgl@1371
 31962
-  else
mgl@1371
 31963
-    as_dir="$ac_dir"
mgl@1371
 31964
-    as_dirs=
mgl@1371
 31965
-    while test ! -d "$as_dir"; do
mgl@1371
 31966
-      as_dirs="$as_dir $as_dirs"
mgl@1371
 31967
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
mgl@1371
 31968
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 31969
-	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
 31970
-	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
 31971
-	 X"$as_dir" : 'X\(/\)' \| \
mgl@1371
 31972
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 31973
-echo X"$as_dir" |
mgl@1371
 31974
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 31975
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 31976
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 31977
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 31978
-  	  s/.*/./; q'`
mgl@1371
 31979
-    done
mgl@1371
 31980
-    test ! -n "$as_dirs" || mkdir $as_dirs
mgl@1371
 31981
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
mgl@1371
 31982
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
mgl@1371
 31983
-   { (exit 1); exit 1; }; }; }
mgl@1371
 31984
+s&@configure_input@&$configure_input&;t t
mgl@1371
 31985
+s&@top_builddir@&$ac_top_builddir_sub&;t t
mgl@1371
 31986
+s&@srcdir@&$ac_srcdir&;t t
mgl@1371
 31987
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
mgl@1371
 31988
+s&@top_srcdir@&$ac_top_srcdir&;t t
mgl@1371
 31989
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
mgl@1371
 31990
+s&@builddir@&$ac_builddir&;t t
mgl@1371
 31991
+s&@abs_builddir@&$ac_abs_builddir&;t t
mgl@1371
 31992
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
mgl@1371
 31993
+s&@INSTALL@&$ac_INSTALL&;t t
mgl@1371
 31994
+$ac_datarootdir_hack
mgl@1371
 31995
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
mgl@1371
 31996
+
mgl@1371
 31997
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mgl@1371
 31998
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
mgl@1371
 31999
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
mgl@1371
 32000
+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
mgl@1371
 32001
+which seems to be undefined.  Please make sure it is defined." >&5
mgl@1371
 32002
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
mgl@1371
 32003
+which seems to be undefined.  Please make sure it is defined." >&2;}
mgl@1371
 32004
 
mgl@1371
 32005
-  ac_builddir=.
mgl@1371
 32006
-
mgl@1371
 32007
-if test "$ac_dir" != .; then
mgl@1371
 32008
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
 32009
-  # A "../" for each directory in $ac_dir_suffix.
mgl@1371
 32010
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mgl@1371
 32011
-else
mgl@1371
 32012
-  ac_dir_suffix= ac_top_builddir=
mgl@1371
 32013
-fi
mgl@1371
 32014
+  rm -f "$tmp/stdin"
mgl@1371
 32015
+  case $ac_file in
mgl@1371
 32016
+  -) cat "$tmp/out"; rm -f "$tmp/out";;
mgl@1371
 32017
+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
mgl@1371
 32018
+  esac
mgl@1371
 32019
+ ;;
mgl@1371
 32020
 
mgl@1371
 32021
-case $srcdir in
mgl@1371
 32022
-  .)  # No --srcdir option.  We are building in place.
mgl@1371
 32023
-    ac_srcdir=.
mgl@1371
 32024
-    if test -z "$ac_top_builddir"; then
mgl@1371
 32025
-       ac_top_srcdir=.
mgl@1371
 32026
-    else
mgl@1371
 32027
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mgl@1371
 32028
-    fi ;;
mgl@1371
 32029
-  [\\/]* | ?:[\\/]* )  # Absolute path.
mgl@1371
 32030
-    ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
 32031
-    ac_top_srcdir=$srcdir ;;
mgl@1371
 32032
-  *) # Relative path.
mgl@1371
 32033
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
mgl@1371
 32034
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
mgl@1371
 32035
-esac
mgl@1371
 32036
 
mgl@1371
 32037
-# Do not use `cd foo && pwd` to compute absolute paths, because
mgl@1371
 32038
-# the directories may not exist.
mgl@1371
 32039
-case `pwd` in
mgl@1371
 32040
-.) ac_abs_builddir="$ac_dir";;
mgl@1371
 32041
-*)
mgl@1371
 32042
-  case "$ac_dir" in
mgl@1371
 32043
-  .) ac_abs_builddir=`pwd`;;
mgl@1371
 32044
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
mgl@1371
 32045
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
mgl@1371
 32046
-  esac;;
mgl@1371
 32047
-esac
mgl@1371
 32048
-case $ac_abs_builddir in
mgl@1371
 32049
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 32050
-*)
mgl@1371
 32051
-  case ${ac_top_builddir}. in
mgl@1371
 32052
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
mgl@1371
 32053
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 32054
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
mgl@1371
 32055
-  esac;;
mgl@1371
 32056
-esac
mgl@1371
 32057
-case $ac_abs_builddir in
mgl@1371
 32058
-.) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 32059
-*)
mgl@1371
 32060
-  case $ac_srcdir in
mgl@1371
 32061
-  .) ac_abs_srcdir=$ac_abs_builddir;;
mgl@1371
 32062
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 32063
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
mgl@1371
 32064
-  esac;;
mgl@1371
 32065
-esac
mgl@1371
 32066
-case $ac_abs_builddir in
mgl@1371
 32067
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 32068
-*)
mgl@1371
 32069
-  case $ac_top_srcdir in
mgl@1371
 32070
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
mgl@1371
 32071
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 32072
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
mgl@1371
 32073
-  esac;;
mgl@1371
 32074
-esac
mgl@1371
 32075
+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
mgl@1371
 32076
+echo "$as_me: executing $ac_file commands" >&6;}
mgl@1371
 32077
+ ;;
mgl@1371
 32078
+  esac
mgl@1371
 32079
 
mgl@1371
 32080
 
mgl@1371
 32081
-  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
mgl@1371
 32082
-echo "$as_me: executing $ac_dest commands" >&6;}
mgl@1371
 32083
-  case $ac_dest in
mgl@1371
 32084
-    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
mgl@1371
 32085
+  case $ac_file$ac_mode in
mgl@1371
 32086
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
mgl@1371
 32087
   # Strip MF so we end up with the name of the file.
mgl@1371
 32088
   mf=`echo "$mf" | sed -e 's/:.*$//'`
mgl@1371
 32089
   # Check whether this is an Automake generated Makefile or not.
mgl@1371
 32090
@@ -12936,18 +13982,29 @@
mgl@1371
 32091
   # each Makefile.in and add a new line on top of each file to say so.
mgl@1371
 32092
   # So let's grep whole file.
mgl@1371
 32093
   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
mgl@1371
 32094
-    dirpart=`(dirname "$mf") 2>/dev/null ||
mgl@1371
 32095
+    dirpart=`$as_dirname -- "$mf" ||
mgl@1371
 32096
 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 32097
 	 X"$mf" : 'X\(//\)[^/]' \| \
mgl@1371
 32098
 	 X"$mf" : 'X\(//\)$' \| \
mgl@1371
 32099
-	 X"$mf" : 'X\(/\)' \| \
mgl@1371
 32100
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 32101
+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 32102
 echo X"$mf" |
mgl@1371
 32103
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 32104
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 32105
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 32106
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 32107
-  	  s/.*/./; q'`
mgl@1371
 32108
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 32109
+	    s//\1/
mgl@1371
 32110
+	    q
mgl@1371
 32111
+	  }
mgl@1371
 32112
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 32113
+	    s//\1/
mgl@1371
 32114
+	    q
mgl@1371
 32115
+	  }
mgl@1371
 32116
+	  /^X\(\/\/\)$/{
mgl@1371
 32117
+	    s//\1/
mgl@1371
 32118
+	    q
mgl@1371
 32119
+	  }
mgl@1371
 32120
+	  /^X\(\/\).*/{
mgl@1371
 32121
+	    s//\1/
mgl@1371
 32122
+	    q
mgl@1371
 32123
+	  }
mgl@1371
 32124
+	  s/.*/./; q'`
mgl@1371
 32125
   else
mgl@1371
 32126
     continue
mgl@1371
 32127
   fi
mgl@1371
 32128
@@ -12969,49 +14026,76 @@
mgl@1371
 32129
        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
mgl@1371
 32130
     # Make sure the directory exists.
mgl@1371
 32131
     test -f "$dirpart/$file" && continue
mgl@1371
 32132
-    fdir=`(dirname "$file") 2>/dev/null ||
mgl@1371
 32133
+    fdir=`$as_dirname -- "$file" ||
mgl@1371
 32134
 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 32135
 	 X"$file" : 'X\(//\)[^/]' \| \
mgl@1371
 32136
 	 X"$file" : 'X\(//\)$' \| \
mgl@1371
 32137
-	 X"$file" : 'X\(/\)' \| \
mgl@1371
 32138
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 32139
+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 32140
 echo X"$file" |
mgl@1371
 32141
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 32142
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 32143
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 32144
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 32145
-  	  s/.*/./; q'`
mgl@1371
 32146
-    { if $as_mkdir_p; then
mgl@1371
 32147
-    mkdir -p $dirpart/$fdir
mgl@1371
 32148
-  else
mgl@1371
 32149
-    as_dir=$dirpart/$fdir
mgl@1371
 32150
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 32151
+	    s//\1/
mgl@1371
 32152
+	    q
mgl@1371
 32153
+	  }
mgl@1371
 32154
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 32155
+	    s//\1/
mgl@1371
 32156
+	    q
mgl@1371
 32157
+	  }
mgl@1371
 32158
+	  /^X\(\/\/\)$/{
mgl@1371
 32159
+	    s//\1/
mgl@1371
 32160
+	    q
mgl@1371
 32161
+	  }
mgl@1371
 32162
+	  /^X\(\/\).*/{
mgl@1371
 32163
+	    s//\1/
mgl@1371
 32164
+	    q
mgl@1371
 32165
+	  }
mgl@1371
 32166
+	  s/.*/./; q'`
mgl@1371
 32167
+    { as_dir=$dirpart/$fdir
mgl@1371
 32168
+  case $as_dir in #(
mgl@1371
 32169
+  -*) as_dir=./$as_dir;;
mgl@1371
 32170
+  esac
mgl@1371
 32171
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
mgl@1371
 32172
     as_dirs=
mgl@1371
 32173
-    while test ! -d "$as_dir"; do
mgl@1371
 32174
-      as_dirs="$as_dir $as_dirs"
mgl@1371
 32175
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
mgl@1371
 32176
+    while :; do
mgl@1371
 32177
+      case $as_dir in #(
mgl@1371
 32178
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
mgl@1371
 32179
+      *) as_qdir=$as_dir;;
mgl@1371
 32180
+      esac
mgl@1371
 32181
+      as_dirs="'$as_qdir' $as_dirs"
mgl@1371
 32182
+      as_dir=`$as_dirname -- "$as_dir" ||
mgl@1371
 32183
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 32184
 	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
 32185
 	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
 32186
-	 X"$as_dir" : 'X\(/\)' \| \
mgl@1371
 32187
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 32188
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 32189
 echo X"$as_dir" |
mgl@1371
 32190
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 32191
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 32192
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 32193
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 32194
-  	  s/.*/./; q'`
mgl@1371
 32195
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 32196
+	    s//\1/
mgl@1371
 32197
+	    q
mgl@1371
 32198
+	  }
mgl@1371
 32199
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 32200
+	    s//\1/
mgl@1371
 32201
+	    q
mgl@1371
 32202
+	  }
mgl@1371
 32203
+	  /^X\(\/\/\)$/{
mgl@1371
 32204
+	    s//\1/
mgl@1371
 32205
+	    q
mgl@1371
 32206
+	  }
mgl@1371
 32207
+	  /^X\(\/\).*/{
mgl@1371
 32208
+	    s//\1/
mgl@1371
 32209
+	    q
mgl@1371
 32210
+	  }
mgl@1371
 32211
+	  s/.*/./; q'`
mgl@1371
 32212
+      test -d "$as_dir" && break
mgl@1371
 32213
     done
mgl@1371
 32214
-    test ! -n "$as_dirs" || mkdir $as_dirs
mgl@1371
 32215
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
mgl@1371
 32216
-echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
mgl@1371
 32217
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
mgl@1371
 32218
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
mgl@1371
 32219
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
mgl@1371
 32220
    { (exit 1); exit 1; }; }; }
mgl@1371
 32221
-
mgl@1371
 32222
     # echo "creating $dirpart/$file"
mgl@1371
 32223
     echo '# dummy' > "$dirpart/$file"
mgl@1371
 32224
   done
mgl@1371
 32225
 done
mgl@1371
 32226
  ;;
mgl@1371
 32227
-    libtool )
mgl@1371
 32228
+    "libtool":C)
mgl@1371
 32229
 
mgl@1371
 32230
     # See if we are running on zsh, and set the options which allow our
mgl@1371
 32231
     # commands through without removal of \ escapes.
mgl@1371
 32232
@@ -13652,11 +14736,10 @@
mgl@1371
 32233
   chmod +x "$ofile"
mgl@1371
 32234
 
mgl@1371
 32235
  ;;
mgl@1371
 32236
+
mgl@1371
 32237
   esac
mgl@1371
 32238
-done
mgl@1371
 32239
-_ACEOF
mgl@1371
 32240
+done # for ac_tag
mgl@1371
 32241
 
mgl@1371
 32242
-cat >>$CONFIG_STATUS <<\_ACEOF
mgl@1371
 32243
 
mgl@1371
 32244
 { (exit 0); exit 0; }
mgl@1371
 32245
 _ACEOF
mgl@1371
 32246
@@ -13686,7 +14769,7 @@
mgl@1371
 32247
 fi
mgl@1371
 32248
 
mgl@1371
 32249
 #
mgl@1371
 32250
-# CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
mgl@1371
 32251
+# CONFIG_SUBDIRS section.
mgl@1371
 32252
 #
mgl@1371
 32253
 if test "$no_recursion" != yes; then
mgl@1371
 32254
 
mgl@1371
 32255
@@ -13733,7 +14816,12 @@
mgl@1371
 32256
   case $ac_arg in
mgl@1371
 32257
   *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mgl@1371
 32258
   esac
mgl@1371
 32259
-  ac_sub_configure_args="$ac_arg $ac_sub_configure_args"
mgl@1371
 32260
+  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
mgl@1371
 32261
+
mgl@1371
 32262
+  # Pass --silent
mgl@1371
 32263
+  if test "$silent" = yes; then
mgl@1371
 32264
+    ac_sub_configure_args="--silent $ac_sub_configure_args"
mgl@1371
 32265
+  fi
mgl@1371
 32266
 
mgl@1371
 32267
   ac_popdir=`pwd`
mgl@1371
 32268
   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
mgl@1371
 32269
@@ -13742,97 +14830,83 @@
mgl@1371
 32270
     # parts of a large source tree are present.
mgl@1371
 32271
     test -d "$srcdir/$ac_dir" || continue
mgl@1371
 32272
 
mgl@1371
 32273
-    { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
mgl@1371
 32274
-echo "$as_me: configuring in $ac_dir" >&6;}
mgl@1371
 32275
-    { if $as_mkdir_p; then
mgl@1371
 32276
-    mkdir -p "$ac_dir"
mgl@1371
 32277
-  else
mgl@1371
 32278
-    as_dir="$ac_dir"
mgl@1371
 32279
+    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
mgl@1371
 32280
+    echo "$as_me:$LINENO: $ac_msg" >&5
mgl@1371
 32281
+    echo "$ac_msg" >&6
mgl@1371
 32282
+    { as_dir="$ac_dir"
mgl@1371
 32283
+  case $as_dir in #(
mgl@1371
 32284
+  -*) as_dir=./$as_dir;;
mgl@1371
 32285
+  esac
mgl@1371
 32286
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
mgl@1371
 32287
     as_dirs=
mgl@1371
 32288
-    while test ! -d "$as_dir"; do
mgl@1371
 32289
-      as_dirs="$as_dir $as_dirs"
mgl@1371
 32290
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
mgl@1371
 32291
+    while :; do
mgl@1371
 32292
+      case $as_dir in #(
mgl@1371
 32293
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
mgl@1371
 32294
+      *) as_qdir=$as_dir;;
mgl@1371
 32295
+      esac
mgl@1371
 32296
+      as_dirs="'$as_qdir' $as_dirs"
mgl@1371
 32297
+      as_dir=`$as_dirname -- "$as_dir" ||
mgl@1371
 32298
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
mgl@1371
 32299
 	 X"$as_dir" : 'X\(//\)[^/]' \| \
mgl@1371
 32300
 	 X"$as_dir" : 'X\(//\)$' \| \
mgl@1371
 32301
-	 X"$as_dir" : 'X\(/\)' \| \
mgl@1371
 32302
-	 .     : '\(.\)' 2>/dev/null ||
mgl@1371
 32303
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
mgl@1371
 32304
 echo X"$as_dir" |
mgl@1371
 32305
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
mgl@1371
 32306
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
mgl@1371
 32307
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
mgl@1371
 32308
-  	  /^X\(\/\).*/{ s//\1/; q; }
mgl@1371
 32309
-  	  s/.*/./; q'`
mgl@1371
 32310
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
mgl@1371
 32311
+	    s//\1/
mgl@1371
 32312
+	    q
mgl@1371
 32313
+	  }
mgl@1371
 32314
+	  /^X\(\/\/\)[^/].*/{
mgl@1371
 32315
+	    s//\1/
mgl@1371
 32316
+	    q
mgl@1371
 32317
+	  }
mgl@1371
 32318
+	  /^X\(\/\/\)$/{
mgl@1371
 32319
+	    s//\1/
mgl@1371
 32320
+	    q
mgl@1371
 32321
+	  }
mgl@1371
 32322
+	  /^X\(\/\).*/{
mgl@1371
 32323
+	    s//\1/
mgl@1371
 32324
+	    q
mgl@1371
 32325
+	  }
mgl@1371
 32326
+	  s/.*/./; q'`
mgl@1371
 32327
+      test -d "$as_dir" && break
mgl@1371
 32328
     done
mgl@1371
 32329
-    test ! -n "$as_dirs" || mkdir $as_dirs
mgl@1371
 32330
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
mgl@1371
 32331
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
mgl@1371
 32332
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
mgl@1371
 32333
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
mgl@1371
 32334
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
mgl@1371
 32335
    { (exit 1); exit 1; }; }; }
mgl@1371
 32336
-
mgl@1371
 32337
     ac_builddir=.
mgl@1371
 32338
 
mgl@1371
 32339
-if test "$ac_dir" != .; then
mgl@1371
 32340
+case "$ac_dir" in
mgl@1371
 32341
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 32342
+*)
mgl@1371
 32343
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mgl@1371
 32344
-  # A "../" for each directory in $ac_dir_suffix.
mgl@1371
 32345
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mgl@1371
 32346
-else
mgl@1371
 32347
-  ac_dir_suffix= ac_top_builddir=
mgl@1371
 32348
-fi
mgl@1371
 32349
+  # A ".." for each directory in $ac_dir_suffix.
mgl@1371
 32350
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
mgl@1371
 32351
+  case $ac_top_builddir_sub in
mgl@1371
 32352
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
mgl@1371
 32353
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
mgl@1371
 32354
+  esac ;;
mgl@1371
 32355
+esac
mgl@1371
 32356
+ac_abs_top_builddir=$ac_pwd
mgl@1371
 32357
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
mgl@1371
 32358
+# for backward compatibility:
mgl@1371
 32359
+ac_top_builddir=$ac_top_build_prefix
mgl@1371
 32360
 
mgl@1371
 32361
 case $srcdir in
mgl@1371
 32362
-  .)  # No --srcdir option.  We are building in place.
mgl@1371
 32363
+  .)  # We are building in place.
mgl@1371
 32364
     ac_srcdir=.
mgl@1371
 32365
-    if test -z "$ac_top_builddir"; then
mgl@1371
 32366
-       ac_top_srcdir=.
mgl@1371
 32367
-    else
mgl@1371
 32368
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mgl@1371
 32369
-    fi ;;
mgl@1371
 32370
-  [\\/]* | ?:[\\/]* )  # Absolute path.
mgl@1371
 32371
+    ac_top_srcdir=$ac_top_builddir_sub
mgl@1371
 32372
+    ac_abs_top_srcdir=$ac_pwd ;;
mgl@1371
 32373
+  [\\/]* | ?:[\\/]* )  # Absolute name.
mgl@1371
 32374
     ac_srcdir=$srcdir$ac_dir_suffix;
mgl@1371
 32375
-    ac_top_srcdir=$srcdir ;;
mgl@1371
 32376
-  *) # Relative path.
mgl@1371
 32377
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
mgl@1371
 32378
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
mgl@1371
 32379
-esac
mgl@1371
 32380
-
mgl@1371
 32381
-# Do not use `cd foo && pwd` to compute absolute paths, because
mgl@1371
 32382
-# the directories may not exist.
mgl@1371
 32383
-case `pwd` in
mgl@1371
 32384
-.) ac_abs_builddir="$ac_dir";;
mgl@1371
 32385
-*)
mgl@1371
 32386
-  case "$ac_dir" in
mgl@1371
 32387
-  .) ac_abs_builddir=`pwd`;;
mgl@1371
 32388
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
mgl@1371
 32389
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
mgl@1371
 32390
-  esac;;
mgl@1371
 32391
-esac
mgl@1371
 32392
-case $ac_abs_builddir in
mgl@1371
 32393
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 32394
-*)
mgl@1371
 32395
-  case ${ac_top_builddir}. in
mgl@1371
 32396
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
mgl@1371
 32397
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
mgl@1371
 32398
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
mgl@1371
 32399
-  esac;;
mgl@1371
 32400
-esac
mgl@1371
 32401
-case $ac_abs_builddir in
mgl@1371
 32402
-.) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 32403
-*)
mgl@1371
 32404
-  case $ac_srcdir in
mgl@1371
 32405
-  .) ac_abs_srcdir=$ac_abs_builddir;;
mgl@1371
 32406
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
mgl@1371
 32407
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
mgl@1371
 32408
-  esac;;
mgl@1371
 32409
-esac
mgl@1371
 32410
-case $ac_abs_builddir in
mgl@1371
 32411
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 32412
-*)
mgl@1371
 32413
-  case $ac_top_srcdir in
mgl@1371
 32414
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
mgl@1371
 32415
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
mgl@1371
 32416
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
mgl@1371
 32417
-  esac;;
mgl@1371
 32418
+    ac_top_srcdir=$srcdir
mgl@1371
 32419
+    ac_abs_top_srcdir=$srcdir ;;
mgl@1371
 32420
+  *) # Relative name.
mgl@1371
 32421
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
mgl@1371
 32422
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
mgl@1371
 32423
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
mgl@1371
 32424
 esac
mgl@1371
 32425
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
mgl@1371
 32426
 
mgl@1371
 32427
 
mgl@1371
 32428
     cd "$ac_dir"
mgl@1371
 32429
@@ -13856,8 +14930,8 @@
mgl@1371
 32430
       # Make the cache file name correct relative to the subdirectory.
mgl@1371
 32431
       case $cache_file in
mgl@1371
 32432
       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
mgl@1371
 32433
-      *) # Relative path.
mgl@1371
 32434
-	ac_sub_cache_file=$ac_top_builddir$cache_file ;;
mgl@1371
 32435
+      *) # Relative name.
mgl@1371
 32436
+	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
mgl@1371
 32437
       esac
mgl@1371
 32438
 
mgl@1371
 32439
       { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
mgl@1371
 32440
diff -Naur newlib-1.17.0/newlib/libc/sys/configure.in newlib-1.17.0-new/newlib/libc/sys/configure.in
mgl@1371
 32441
--- newlib-1.17.0/newlib/libc/sys/configure.in	2007-05-24 19:33:37.000000000 +0200
mgl@1371
 32442
+++ newlib-1.17.0-new/newlib/libc/sys/configure.in	2009-05-22 09:57:50.000000000 +0200
mgl@1371
 32443
@@ -24,6 +24,7 @@
mgl@1371
 32444
 	a29khif) AC_CONFIG_SUBDIRS(a29khif) ;;
mgl@1371
 32445
 	arc) AC_CONFIG_SUBDIRS(arc) ;;
mgl@1371
 32446
 	arm) AC_CONFIG_SUBDIRS(arm) ;;
mgl@1371
 32447
+	avr32) AC_CONFIG_SUBDIRS(avr32) ;;
mgl@1371
 32448
 	d10v) AC_CONFIG_SUBDIRS(d10v) ;;
mgl@1371
 32449
 	decstation) AC_CONFIG_SUBDIRS(decstation) ;;
mgl@1371
 32450
 	h8300hms) AC_CONFIG_SUBDIRS(h8300hms) ;;