source: trunk/libs/newlib/src/newlib/libc/sys/sysvnecv70/configure @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 134.3 KB
Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.65 for newlib 3.0.0.
4#
5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8# Inc.
9#
10#
11# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20  emulate sh
21  NULLCMD=:
22  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23  # is contrary to our usage.  Disable this feature.
24  alias -g '${1+"$@"}'='"$@"'
25  setopt NO_GLOB_SUBST
26else
27  case `(set -o) 2>/dev/null` in #(
28  *posix*) :
29    set -o posix ;; #(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47  as_echo='print -r --'
48  as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50  as_echo='printf %s\n'
51  as_echo_n='printf %s'
52else
53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55    as_echo_n='/usr/ucb/echo -n'
56  else
57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58    as_echo_n_body='eval
59      arg=$1;
60      case $arg in #(
61      *"$as_nl"*)
62        expr "X$arg" : "X\\(.*\\)$as_nl";
63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64      esac;
65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66    '
67    export as_echo_n_body
68    as_echo_n='sh -c $as_echo_n_body as_echo'
69  fi
70  export as_echo_body
71  as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76  PATH_SEPARATOR=:
77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79      PATH_SEPARATOR=';'
80  }
81fi
82
83
84# IFS
85# We need space, tab and new line, in precisely that order.  Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" ""        $as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92case $0 in #((
93  *[\\/]* ) as_myself=$0 ;;
94  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95for as_dir in $PATH
96do
97  IFS=$as_save_IFS
98  test -z "$as_dir" && as_dir=.
99    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100  done
101IFS=$as_save_IFS
102
103     ;;
104esac
105# We did not find ourselves, most probably we were run as `sh COMMAND'
106# in which case we are not to be found in the path.
107if test "x$as_myself" = x; then
108  as_myself=$0
109fi
110if test ! -f "$as_myself"; then
111  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112  exit 1
113fi
114
115# Unset variables that we do not need and which cause bugs (e.g. in
116# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117# suppresses any "Segmentation fault" message there.  '((' could
118# trigger a bug in pdksh 5.2.14.
119for as_var in BASH_ENV ENV MAIL MAILPATH
120do eval test x\${$as_var+set} = xset \
121  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122done
123PS1='$ '
124PS2='> '
125PS4='+ '
126
127# NLS nuisances.
128LC_ALL=C
129export LC_ALL
130LANGUAGE=C
131export LANGUAGE
132
133# CDPATH.
134(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136if test "x$CONFIG_SHELL" = x; then
137  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138  emulate sh
139  NULLCMD=:
140  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141  # is contrary to our usage.  Disable this feature.
142  alias -g '\${1+\"\$@\"}'='\"\$@\"'
143  setopt NO_GLOB_SUBST
144else
145  case \`(set -o) 2>/dev/null\` in #(
146  *posix*) :
147    set -o posix ;; #(
148  *) :
149     ;;
150esac
151fi
152"
153  as_required="as_fn_return () { (exit \$1); }
154as_fn_success () { as_fn_return 0; }
155as_fn_failure () { as_fn_return 1; }
156as_fn_ret_success () { return 0; }
157as_fn_ret_failure () { return 1; }
158
159exitcode=0
160as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166else
167  exitcode=1; echo positional parameters were not saved.
168fi
169test x\$exitcode = x0 || exit 1"
170  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
174  if (eval "$as_required") 2>/dev/null; then :
175  as_have_required=yes
176else
177  as_have_required=no
178fi
179  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
180
181else
182  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
183as_found=false
184for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
185do
186  IFS=$as_save_IFS
187  test -z "$as_dir" && as_dir=.
188  as_found=:
189  case $as_dir in #(
190         /*)
191           for as_base in sh bash ksh sh5; do
192             # Try only shells that exist, to save several forks.
193             as_shell=$as_dir/$as_base
194             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
195                    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
196  CONFIG_SHELL=$as_shell as_have_required=yes
197                   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
198  break 2
199fi
200fi
201           done;;
202       esac
203  as_found=false
204done
205$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
206              { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
207  CONFIG_SHELL=$SHELL as_have_required=yes
208fi; }
209IFS=$as_save_IFS
210
211
212      if test "x$CONFIG_SHELL" != x; then :
213  # We cannot yet assume a decent shell, so we have to provide a
214        # neutralization value for shells without unset; and this also
215        # works around shells that cannot unset nonexistent variables.
216        BASH_ENV=/dev/null
217        ENV=/dev/null
218        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
219        export CONFIG_SHELL
220        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
221fi
222
223    if test x$as_have_required = xno; then :
224  $as_echo "$0: This script requires a shell more modern than all"
225  $as_echo "$0: the shells that I found on your system."
226  if test x${ZSH_VERSION+set} = xset ; then
227    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
228    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229  else
230    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
231$0: including any error possibly output before this
232$0: message. Then install a modern shell, or manually run
233$0: the script under such a shell if you do have one."
234  fi
235  exit 1
236fi
237fi
238fi
239SHELL=${CONFIG_SHELL-/bin/sh}
240export SHELL
241# Unset more variables known to interfere with behavior of common tools.
242CLICOLOR_FORCE= GREP_OPTIONS=
243unset CLICOLOR_FORCE GREP_OPTIONS
244
245## --------------------- ##
246## M4sh Shell Functions. ##
247## --------------------- ##
248# as_fn_unset VAR
249# ---------------
250# Portably unset VAR.
251as_fn_unset ()
252{
253  { eval $1=; unset $1;}
254}
255as_unset=as_fn_unset
256
257# as_fn_set_status STATUS
258# -----------------------
259# Set $? to STATUS, without forking.
260as_fn_set_status ()
261{
262  return $1
263} # as_fn_set_status
264
265# as_fn_exit STATUS
266# -----------------
267# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
268as_fn_exit ()
269{
270  set +e
271  as_fn_set_status $1
272  exit $1
273} # as_fn_exit
274
275# as_fn_mkdir_p
276# -------------
277# Create "$as_dir" as a directory, including parents if necessary.
278as_fn_mkdir_p ()
279{
280
281  case $as_dir in #(
282  -*) as_dir=./$as_dir;;
283  esac
284  test -d "$as_dir" || eval $as_mkdir_p || {
285    as_dirs=
286    while :; do
287      case $as_dir in #(
288      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
289      *) as_qdir=$as_dir;;
290      esac
291      as_dirs="'$as_qdir' $as_dirs"
292      as_dir=`$as_dirname -- "$as_dir" ||
293$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
294         X"$as_dir" : 'X\(//\)[^/]' \| \
295         X"$as_dir" : 'X\(//\)$' \| \
296         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
297$as_echo X"$as_dir" |
298    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
299            s//\1/
300            q
301          }
302          /^X\(\/\/\)[^/].*/{
303            s//\1/
304            q
305          }
306          /^X\(\/\/\)$/{
307            s//\1/
308            q
309          }
310          /^X\(\/\).*/{
311            s//\1/
312            q
313          }
314          s/.*/./; q'`
315      test -d "$as_dir" && break
316    done
317    test -z "$as_dirs" || eval "mkdir $as_dirs"
318  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
319
320
321} # as_fn_mkdir_p
322# as_fn_append VAR VALUE
323# ----------------------
324# Append the text in VALUE to the end of the definition contained in VAR. Take
325# advantage of any shell optimizations that allow amortized linear growth over
326# repeated appends, instead of the typical quadratic growth present in naive
327# implementations.
328if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
329  eval 'as_fn_append ()
330  {
331    eval $1+=\$2
332  }'
333else
334  as_fn_append ()
335  {
336    eval $1=\$$1\$2
337  }
338fi # as_fn_append
339
340# as_fn_arith ARG...
341# ------------------
342# Perform arithmetic evaluation on the ARGs, and store the result in the
343# global $as_val. Take advantage of shells that can avoid forks. The arguments
344# must be portable across $(()) and expr.
345if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
346  eval 'as_fn_arith ()
347  {
348    as_val=$(( $* ))
349  }'
350else
351  as_fn_arith ()
352  {
353    as_val=`expr "$@" || test $? -eq 1`
354  }
355fi # as_fn_arith
356
357
358# as_fn_error ERROR [LINENO LOG_FD]
359# ---------------------------------
360# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
361# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
362# script with status $?, using 1 if that was 0.
363as_fn_error ()
364{
365  as_status=$?; test $as_status -eq 0 && as_status=1
366  if test "$3"; then
367    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
368    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369  fi
370  $as_echo "$as_me: error: $1" >&2
371  as_fn_exit $as_status
372} # as_fn_error
373
374if expr a : '\(a\)' >/dev/null 2>&1 &&
375   test "X`expr 00001 : '.*\(...\)'`" = X001; then
376  as_expr=expr
377else
378  as_expr=false
379fi
380
381if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
382  as_basename=basename
383else
384  as_basename=false
385fi
386
387if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
388  as_dirname=dirname
389else
390  as_dirname=false
391fi
392
393as_me=`$as_basename -- "$0" ||
394$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
395         X"$0" : 'X\(//\)$' \| \
396         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397$as_echo X/"$0" |
398    sed '/^.*\/\([^/][^/]*\)\/*$/{
399            s//\1/
400            q
401          }
402          /^X\/\(\/\/\)$/{
403            s//\1/
404            q
405          }
406          /^X\/\(\/\).*/{
407            s//\1/
408            q
409          }
410          s/.*/./; q'`
411
412# Avoid depending upon Character Ranges.
413as_cr_letters='abcdefghijklmnopqrstuvwxyz'
414as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
415as_cr_Letters=$as_cr_letters$as_cr_LETTERS
416as_cr_digits='0123456789'
417as_cr_alnum=$as_cr_Letters$as_cr_digits
418
419
420  as_lineno_1=$LINENO as_lineno_1a=$LINENO
421  as_lineno_2=$LINENO as_lineno_2a=$LINENO
422  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
423  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
424  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
425  sed -n '
426    p
427    /[$]LINENO/=
428  ' <$as_myself |
429    sed '
430      s/[$]LINENO.*/&-/
431      t lineno
432      b
433      :lineno
434      N
435      :loop
436      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
437      t loop
438      s/-\n.*//
439    ' >$as_me.lineno &&
440  chmod +x "$as_me.lineno" ||
441    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
442
443  # Don't try to exec as it changes $[0], causing all sort of problems
444  # (the dirname of $[0] is not the place where we might find the
445  # original and so on.  Autoconf is especially sensitive to this).
446  . "./$as_me.lineno"
447  # Exit status is that of the last command.
448  exit
449}
450
451ECHO_C= ECHO_N= ECHO_T=
452case `echo -n x` in #(((((
453-n*)
454  case `echo 'xy\c'` in
455  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
456  xy)  ECHO_C='\c';;
457  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
458       ECHO_T=' ';;
459  esac;;
460*)
461  ECHO_N='-n';;
462esac
463
464rm -f conf$$ conf$$.exe conf$$.file
465if test -d conf$$.dir; then
466  rm -f conf$$.dir/conf$$.file
467else
468  rm -f conf$$.dir
469  mkdir conf$$.dir 2>/dev/null
470fi
471if (echo >conf$$.file) 2>/dev/null; then
472  if ln -s conf$$.file conf$$ 2>/dev/null; then
473    as_ln_s='ln -s'
474    # ... but there are two gotchas:
475    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
476    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
477    # In both cases, we have to default to `cp -p'.
478    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
479      as_ln_s='cp -p'
480  elif ln conf$$.file conf$$ 2>/dev/null; then
481    as_ln_s=ln
482  else
483    as_ln_s='cp -p'
484  fi
485else
486  as_ln_s='cp -p'
487fi
488rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
489rmdir conf$$.dir 2>/dev/null
490
491if mkdir -p . 2>/dev/null; then
492  as_mkdir_p='mkdir -p "$as_dir"'
493else
494  test -d ./-p && rmdir ./-p
495  as_mkdir_p=false
496fi
497
498if test -x / >/dev/null 2>&1; then
499  as_test_x='test -x'
500else
501  if ls -dL / >/dev/null 2>&1; then
502    as_ls_L_option=L
503  else
504    as_ls_L_option=
505  fi
506  as_test_x='
507    eval sh -c '\''
508      if test -d "$1"; then
509        test -d "$1/.";
510      else
511        case $1 in #(
512        -*)set "./$1";;
513        esac;
514        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
515        ???[sx]*):;;*)false;;esac;fi
516    '\'' sh
517  '
518fi
519as_executable_p=$as_test_x
520
521# Sed expression to map a string onto a valid CPP name.
522as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523
524# Sed expression to map a string onto a valid variable name.
525as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
526
527
528test -n "$DJDIR" || exec 7<&0 </dev/null
529exec 6>&1
530
531# Name of the host.
532# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
533# so uname gets run too.
534ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
535
536#
537# Initializations.
538#
539ac_default_prefix=/usr/local
540ac_clean_files=
541ac_config_libobj_dir=.
542LIBOBJS=
543cross_compiling=no
544subdirs=
545MFLAGS=
546MAKEFLAGS=
547
548# Identity of this package.
549PACKAGE_NAME='newlib'
550PACKAGE_TARNAME='newlib'
551PACKAGE_VERSION='3.0.0'
552PACKAGE_STRING='newlib 3.0.0'
553PACKAGE_BUGREPORT=''
554PACKAGE_URL=''
555
556ac_unique_file="sysv60.s"
557ac_subst_vars='LTLIBOBJS
558LIBOBJS
559sys_dir
560machine_dir
561libm_machine_dir
562lpfx
563aext
564oext
565OBJEXT
566USE_LIBTOOL_FALSE
567USE_LIBTOOL_TRUE
568ELIX_LEVEL_4_FALSE
569ELIX_LEVEL_4_TRUE
570ELIX_LEVEL_3_FALSE
571ELIX_LEVEL_3_TRUE
572ELIX_LEVEL_2_FALSE
573ELIX_LEVEL_2_TRUE
574ELIX_LEVEL_1_FALSE
575ELIX_LEVEL_1_TRUE
576ELIX_LEVEL_0_FALSE
577ELIX_LEVEL_0_TRUE
578LDFLAGS
579NO_INCLUDE_LIST
580NEWLIB_CFLAGS
581CCASFLAGS
582CCAS
583MAINT
584MAINTAINER_MODE_FALSE
585MAINTAINER_MODE_TRUE
586READELF
587RANLIB
588AR
589AS
590am__fastdepCC_FALSE
591am__fastdepCC_TRUE
592CCDEPMODE
593AMDEPBACKSLASH
594AMDEP_FALSE
595AMDEP_TRUE
596am__quote
597am__include
598DEPDIR
599CC
600am__untar
601am__tar
602AMTAR
603am__leading_dot
604SET_MAKE
605AWK
606mkdir_p
607MKDIR_P
608INSTALL_STRIP_PROGRAM
609STRIP
610install_sh
611MAKEINFO
612AUTOHEADER
613AUTOMAKE
614AUTOCONF
615ACLOCAL
616VERSION
617PACKAGE
618CYGPATH_W
619am__isrc
620INSTALL_DATA
621INSTALL_SCRIPT
622INSTALL_PROGRAM
623host_os
624host_vendor
625host_cpu
626host
627build_os
628build_vendor
629build_cpu
630build
631newlib_basedir
632MAY_SUPPLY_SYSCALLS_FALSE
633MAY_SUPPLY_SYSCALLS_TRUE
634target_alias
635host_alias
636build_alias
637LIBS
638ECHO_T
639ECHO_N
640ECHO_C
641DEFS
642mandir
643localedir
644libdir
645psdir
646pdfdir
647dvidir
648htmldir
649infodir
650docdir
651oldincludedir
652includedir
653localstatedir
654sharedstatedir
655sysconfdir
656datadir
657datarootdir
658libexecdir
659sbindir
660bindir
661program_transform_name
662prefix
663exec_prefix
664PACKAGE_URL
665PACKAGE_BUGREPORT
666PACKAGE_STRING
667PACKAGE_VERSION
668PACKAGE_TARNAME
669PACKAGE_NAME
670PATH_SEPARATOR
671SHELL'
672ac_subst_files=''
673ac_user_opts='
674enable_option_checking
675enable_multilib
676enable_target_optspace
677enable_malloc_debugging
678enable_newlib_multithread
679enable_newlib_iconv
680enable_newlib_elix_level
681enable_newlib_io_float
682enable_newlib_supplied_syscalls
683enable_dependency_tracking
684enable_maintainer_mode
685'
686      ac_precious_vars='build_alias
687host_alias
688target_alias
689CCAS
690CCASFLAGS'
691
692
693# Initialize some variables set by options.
694ac_init_help=
695ac_init_version=false
696ac_unrecognized_opts=
697ac_unrecognized_sep=
698# The variables have the same names as the options, with
699# dashes changed to underlines.
700cache_file=/dev/null
701exec_prefix=NONE
702no_create=
703no_recursion=
704prefix=NONE
705program_prefix=NONE
706program_suffix=NONE
707program_transform_name=s,x,x,
708silent=
709site=
710srcdir=
711verbose=
712x_includes=NONE
713x_libraries=NONE
714
715# Installation directory options.
716# These are left unexpanded so users can "make install exec_prefix=/foo"
717# and all the variables that are supposed to be based on exec_prefix
718# by default will actually change.
719# Use braces instead of parens because sh, perl, etc. also accept them.
720# (The list follows the same order as the GNU Coding Standards.)
721bindir='${exec_prefix}/bin'
722sbindir='${exec_prefix}/sbin'
723libexecdir='${exec_prefix}/libexec'
724datarootdir='${prefix}/share'
725datadir='${datarootdir}'
726sysconfdir='${prefix}/etc'
727sharedstatedir='${prefix}/com'
728localstatedir='${prefix}/var'
729includedir='${prefix}/include'
730oldincludedir='/usr/include'
731docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
732infodir='${datarootdir}/info'
733htmldir='${docdir}'
734dvidir='${docdir}'
735pdfdir='${docdir}'
736psdir='${docdir}'
737libdir='${exec_prefix}/lib'
738localedir='${datarootdir}/locale'
739mandir='${datarootdir}/man'
740
741ac_prev=
742ac_dashdash=
743for ac_option
744do
745  # If the previous option needs an argument, assign it.
746  if test -n "$ac_prev"; then
747    eval $ac_prev=\$ac_option
748    ac_prev=
749    continue
750  fi
751
752  case $ac_option in
753  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
754  *)    ac_optarg=yes ;;
755  esac
756
757  # Accept the important Cygnus configure options, so we can diagnose typos.
758
759  case $ac_dashdash$ac_option in
760  --)
761    ac_dashdash=yes ;;
762
763  -bindir | --bindir | --bindi | --bind | --bin | --bi)
764    ac_prev=bindir ;;
765  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
766    bindir=$ac_optarg ;;
767
768  -build | --build | --buil | --bui | --bu)
769    ac_prev=build_alias ;;
770  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
771    build_alias=$ac_optarg ;;
772
773  -cache-file | --cache-file | --cache-fil | --cache-fi \
774  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
775    ac_prev=cache_file ;;
776  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
777  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
778    cache_file=$ac_optarg ;;
779
780  --config-cache | -C)
781    cache_file=config.cache ;;
782
783  -datadir | --datadir | --datadi | --datad)
784    ac_prev=datadir ;;
785  -datadir=* | --datadir=* | --datadi=* | --datad=*)
786    datadir=$ac_optarg ;;
787
788  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
789  | --dataroo | --dataro | --datar)
790    ac_prev=datarootdir ;;
791  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
792  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
793    datarootdir=$ac_optarg ;;
794
795  -disable-* | --disable-*)
796    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
797    # Reject names that are not valid shell variable names.
798    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
799      as_fn_error "invalid feature name: $ac_useropt"
800    ac_useropt_orig=$ac_useropt
801    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
802    case $ac_user_opts in
803      *"
804"enable_$ac_useropt"
805"*) ;;
806      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
807         ac_unrecognized_sep=', ';;
808    esac
809    eval enable_$ac_useropt=no ;;
810
811  -docdir | --docdir | --docdi | --doc | --do)
812    ac_prev=docdir ;;
813  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
814    docdir=$ac_optarg ;;
815
816  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
817    ac_prev=dvidir ;;
818  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
819    dvidir=$ac_optarg ;;
820
821  -enable-* | --enable-*)
822    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
823    # Reject names that are not valid shell variable names.
824    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
825      as_fn_error "invalid feature name: $ac_useropt"
826    ac_useropt_orig=$ac_useropt
827    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
828    case $ac_user_opts in
829      *"
830"enable_$ac_useropt"
831"*) ;;
832      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
833         ac_unrecognized_sep=', ';;
834    esac
835    eval enable_$ac_useropt=\$ac_optarg ;;
836
837  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
838  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
839  | --exec | --exe | --ex)
840    ac_prev=exec_prefix ;;
841  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
842  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
843  | --exec=* | --exe=* | --ex=*)
844    exec_prefix=$ac_optarg ;;
845
846  -gas | --gas | --ga | --g)
847    # Obsolete; use --with-gas.
848    with_gas=yes ;;
849
850  -help | --help | --hel | --he | -h)
851    ac_init_help=long ;;
852  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
853    ac_init_help=recursive ;;
854  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
855    ac_init_help=short ;;
856
857  -host | --host | --hos | --ho)
858    ac_prev=host_alias ;;
859  -host=* | --host=* | --hos=* | --ho=*)
860    host_alias=$ac_optarg ;;
861
862  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
863    ac_prev=htmldir ;;
864  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
865  | --ht=*)
866    htmldir=$ac_optarg ;;
867
868  -includedir | --includedir | --includedi | --included | --include \
869  | --includ | --inclu | --incl | --inc)
870    ac_prev=includedir ;;
871  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
872  | --includ=* | --inclu=* | --incl=* | --inc=*)
873    includedir=$ac_optarg ;;
874
875  -infodir | --infodir | --infodi | --infod | --info | --inf)
876    ac_prev=infodir ;;
877  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
878    infodir=$ac_optarg ;;
879
880  -libdir | --libdir | --libdi | --libd)
881    ac_prev=libdir ;;
882  -libdir=* | --libdir=* | --libdi=* | --libd=*)
883    libdir=$ac_optarg ;;
884
885  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
886  | --libexe | --libex | --libe)
887    ac_prev=libexecdir ;;
888  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
889  | --libexe=* | --libex=* | --libe=*)
890    libexecdir=$ac_optarg ;;
891
892  -localedir | --localedir | --localedi | --localed | --locale)
893    ac_prev=localedir ;;
894  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
895    localedir=$ac_optarg ;;
896
897  -localstatedir | --localstatedir | --localstatedi | --localstated \
898  | --localstate | --localstat | --localsta | --localst | --locals)
899    ac_prev=localstatedir ;;
900  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
901  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
902    localstatedir=$ac_optarg ;;
903
904  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
905    ac_prev=mandir ;;
906  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
907    mandir=$ac_optarg ;;
908
909  -nfp | --nfp | --nf)
910    # Obsolete; use --without-fp.
911    with_fp=no ;;
912
913  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
914  | --no-cr | --no-c | -n)
915    no_create=yes ;;
916
917  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
918  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
919    no_recursion=yes ;;
920
921  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
922  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
923  | --oldin | --oldi | --old | --ol | --o)
924    ac_prev=oldincludedir ;;
925  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
926  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
927  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
928    oldincludedir=$ac_optarg ;;
929
930  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
931    ac_prev=prefix ;;
932  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
933    prefix=$ac_optarg ;;
934
935  -program-prefix | --program-prefix | --program-prefi | --program-pref \
936  | --program-pre | --program-pr | --program-p)
937    ac_prev=program_prefix ;;
938  -program-prefix=* | --program-prefix=* | --program-prefi=* \
939  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
940    program_prefix=$ac_optarg ;;
941
942  -program-suffix | --program-suffix | --program-suffi | --program-suff \
943  | --program-suf | --program-su | --program-s)
944    ac_prev=program_suffix ;;
945  -program-suffix=* | --program-suffix=* | --program-suffi=* \
946  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
947    program_suffix=$ac_optarg ;;
948
949  -program-transform-name | --program-transform-name \
950  | --program-transform-nam | --program-transform-na \
951  | --program-transform-n | --program-transform- \
952  | --program-transform | --program-transfor \
953  | --program-transfo | --program-transf \
954  | --program-trans | --program-tran \
955  | --progr-tra | --program-tr | --program-t)
956    ac_prev=program_transform_name ;;
957  -program-transform-name=* | --program-transform-name=* \
958  | --program-transform-nam=* | --program-transform-na=* \
959  | --program-transform-n=* | --program-transform-=* \
960  | --program-transform=* | --program-transfor=* \
961  | --program-transfo=* | --program-transf=* \
962  | --program-trans=* | --program-tran=* \
963  | --progr-tra=* | --program-tr=* | --program-t=*)
964    program_transform_name=$ac_optarg ;;
965
966  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
967    ac_prev=pdfdir ;;
968  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
969    pdfdir=$ac_optarg ;;
970
971  -psdir | --psdir | --psdi | --psd | --ps)
972    ac_prev=psdir ;;
973  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
974    psdir=$ac_optarg ;;
975
976  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
977  | -silent | --silent | --silen | --sile | --sil)
978    silent=yes ;;
979
980  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
981    ac_prev=sbindir ;;
982  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
983  | --sbi=* | --sb=*)
984    sbindir=$ac_optarg ;;
985
986  -sharedstatedir | --sharedstatedir | --sharedstatedi \
987  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
988  | --sharedst | --shareds | --shared | --share | --shar \
989  | --sha | --sh)
990    ac_prev=sharedstatedir ;;
991  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
992  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
993  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
994  | --sha=* | --sh=*)
995    sharedstatedir=$ac_optarg ;;
996
997  -site | --site | --sit)
998    ac_prev=site ;;
999  -site=* | --site=* | --sit=*)
1000    site=$ac_optarg ;;
1001
1002  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1003    ac_prev=srcdir ;;
1004  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1005    srcdir=$ac_optarg ;;
1006
1007  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1008  | --syscon | --sysco | --sysc | --sys | --sy)
1009    ac_prev=sysconfdir ;;
1010  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1011  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1012    sysconfdir=$ac_optarg ;;
1013
1014  -target | --target | --targe | --targ | --tar | --ta | --t)
1015    ac_prev=target_alias ;;
1016  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1017    target_alias=$ac_optarg ;;
1018
1019  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1020    verbose=yes ;;
1021
1022  -version | --version | --versio | --versi | --vers | -V)
1023    ac_init_version=: ;;
1024
1025  -with-* | --with-*)
1026    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1027    # Reject names that are not valid shell variable names.
1028    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1029      as_fn_error "invalid package name: $ac_useropt"
1030    ac_useropt_orig=$ac_useropt
1031    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1032    case $ac_user_opts in
1033      *"
1034"with_$ac_useropt"
1035"*) ;;
1036      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1037         ac_unrecognized_sep=', ';;
1038    esac
1039    eval with_$ac_useropt=\$ac_optarg ;;
1040
1041  -without-* | --without-*)
1042    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1043    # Reject names that are not valid shell variable names.
1044    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1045      as_fn_error "invalid package name: $ac_useropt"
1046    ac_useropt_orig=$ac_useropt
1047    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1048    case $ac_user_opts in
1049      *"
1050"with_$ac_useropt"
1051"*) ;;
1052      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1053         ac_unrecognized_sep=', ';;
1054    esac
1055    eval with_$ac_useropt=no ;;
1056
1057  --x)
1058    # Obsolete; use --with-x.
1059    with_x=yes ;;
1060
1061  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1062  | --x-incl | --x-inc | --x-in | --x-i)
1063    ac_prev=x_includes ;;
1064  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1065  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1066    x_includes=$ac_optarg ;;
1067
1068  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1069  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1070    ac_prev=x_libraries ;;
1071  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1072  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1073    x_libraries=$ac_optarg ;;
1074
1075  -*) as_fn_error "unrecognized option: \`$ac_option'
1076Try \`$0 --help' for more information."
1077    ;;
1078
1079  *=*)
1080    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1081    # Reject names that are not valid shell variable names.
1082    case $ac_envvar in #(
1083      '' | [0-9]* | *[!_$as_cr_alnum]* )
1084      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1085    esac
1086    eval $ac_envvar=\$ac_optarg
1087    export $ac_envvar ;;
1088
1089  *)
1090    # FIXME: should be removed in autoconf 3.0.
1091    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1092    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1093      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1094    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1095    ;;
1096
1097  esac
1098done
1099
1100if test -n "$ac_prev"; then
1101  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1102  as_fn_error "missing argument to $ac_option"
1103fi
1104
1105if test -n "$ac_unrecognized_opts"; then
1106  case $enable_option_checking in
1107    no) ;;
1108    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1109    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1110  esac
1111fi
1112
1113# Check all directory arguments for consistency.
1114for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1115                datadir sysconfdir sharedstatedir localstatedir includedir \
1116                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1117                libdir localedir mandir
1118do
1119  eval ac_val=\$$ac_var
1120  # Remove trailing slashes.
1121  case $ac_val in
1122    */ )
1123      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1124      eval $ac_var=\$ac_val;;
1125  esac
1126  # Be sure to have absolute directory names.
1127  case $ac_val in
1128    [\\/$]* | ?:[\\/]* )  continue;;
1129    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1130  esac
1131  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1132done
1133
1134# There might be people who depend on the old broken behavior: `$host'
1135# used to hold the argument of --host etc.
1136# FIXME: To remove some day.
1137build=$build_alias
1138host=$host_alias
1139target=$target_alias
1140
1141# FIXME: To remove some day.
1142if test "x$host_alias" != x; then
1143  if test "x$build_alias" = x; then
1144    cross_compiling=maybe
1145    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1146    If a cross compiler is detected then cross compile mode will be used." >&2
1147  elif test "x$build_alias" != "x$host_alias"; then
1148    cross_compiling=yes
1149  fi
1150fi
1151
1152ac_tool_prefix=
1153test -n "$host_alias" && ac_tool_prefix=$host_alias-
1154
1155test "$silent" = yes && exec 6>/dev/null
1156
1157
1158ac_pwd=`pwd` && test -n "$ac_pwd" &&
1159ac_ls_di=`ls -di .` &&
1160ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1161  as_fn_error "working directory cannot be determined"
1162test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1163  as_fn_error "pwd does not report name of working directory"
1164
1165
1166# Find the source files, if location was not specified.
1167if test -z "$srcdir"; then
1168  ac_srcdir_defaulted=yes
1169  # Try the directory containing this script, then the parent directory.
1170  ac_confdir=`$as_dirname -- "$as_myself" ||
1171$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1172         X"$as_myself" : 'X\(//\)[^/]' \| \
1173         X"$as_myself" : 'X\(//\)$' \| \
1174         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1175$as_echo X"$as_myself" |
1176    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1177            s//\1/
1178            q
1179          }
1180          /^X\(\/\/\)[^/].*/{
1181            s//\1/
1182            q
1183          }
1184          /^X\(\/\/\)$/{
1185            s//\1/
1186            q
1187          }
1188          /^X\(\/\).*/{
1189            s//\1/
1190            q
1191          }
1192          s/.*/./; q'`
1193  srcdir=$ac_confdir
1194  if test ! -r "$srcdir/$ac_unique_file"; then
1195    srcdir=..
1196  fi
1197else
1198  ac_srcdir_defaulted=no
1199fi
1200if test ! -r "$srcdir/$ac_unique_file"; then
1201  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1202  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1203fi
1204ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1205ac_abs_confdir=`(
1206        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1207        pwd)`
1208# When building in place, set srcdir=.
1209if test "$ac_abs_confdir" = "$ac_pwd"; then
1210  srcdir=.
1211fi
1212# Remove unnecessary trailing slashes from srcdir.
1213# Double slashes in file names in object file debugging info
1214# mess up M-x gdb in Emacs.
1215case $srcdir in
1216*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1217esac
1218for ac_var in $ac_precious_vars; do
1219  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1220  eval ac_env_${ac_var}_value=\$${ac_var}
1221  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1222  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1223done
1224
1225#
1226# Report the --help message.
1227#
1228if test "$ac_init_help" = "long"; then
1229  # Omit some internal or obsolete options to make the list less imposing.
1230  # This message is too long to be a string in the A/UX 3.1 sh.
1231  cat <<_ACEOF
1232\`configure' configures newlib 3.0.0 to adapt to many kinds of systems.
1233
1234Usage: $0 [OPTION]... [VAR=VALUE]...
1235
1236To assign environment variables (e.g., CC, CFLAGS...), specify them as
1237VAR=VALUE.  See below for descriptions of some of the useful variables.
1238
1239Defaults for the options are specified in brackets.
1240
1241Configuration:
1242  -h, --help              display this help and exit
1243      --help=short        display options specific to this package
1244      --help=recursive    display the short help of all the included packages
1245  -V, --version           display version information and exit
1246  -q, --quiet, --silent   do not print \`checking...' messages
1247      --cache-file=FILE   cache test results in FILE [disabled]
1248  -C, --config-cache      alias for \`--cache-file=config.cache'
1249  -n, --no-create         do not create output files
1250      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1251
1252Installation directories:
1253  --prefix=PREFIX         install architecture-independent files in PREFIX
1254                          [$ac_default_prefix]
1255  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1256                          [PREFIX]
1257
1258By default, \`make install' will install all the files in
1259\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1260an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1261for instance \`--prefix=\$HOME'.
1262
1263For better control, use the options below.
1264
1265Fine tuning of the installation directories:
1266  --bindir=DIR            user executables [EPREFIX/bin]
1267  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1268  --libexecdir=DIR        program executables [EPREFIX/libexec]
1269  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1270  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1271  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1272  --libdir=DIR            object code libraries [EPREFIX/lib]
1273  --includedir=DIR        C header files [PREFIX/include]
1274  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1275  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1276  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1277  --infodir=DIR           info documentation [DATAROOTDIR/info]
1278  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1279  --mandir=DIR            man documentation [DATAROOTDIR/man]
1280  --docdir=DIR            documentation root [DATAROOTDIR/doc/newlib]
1281  --htmldir=DIR           html documentation [DOCDIR]
1282  --dvidir=DIR            dvi documentation [DOCDIR]
1283  --pdfdir=DIR            pdf documentation [DOCDIR]
1284  --psdir=DIR             ps documentation [DOCDIR]
1285_ACEOF
1286
1287  cat <<\_ACEOF
1288
1289Program names:
1290  --program-prefix=PREFIX            prepend PREFIX to installed program names
1291  --program-suffix=SUFFIX            append SUFFIX to installed program names
1292  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1293
1294System types:
1295  --build=BUILD     configure for building on BUILD [guessed]
1296  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1297_ACEOF
1298fi
1299
1300if test -n "$ac_init_help"; then
1301  case $ac_init_help in
1302     short | recursive ) echo "Configuration of newlib 3.0.0:";;
1303   esac
1304  cat <<\_ACEOF
1305
1306Optional Features:
1307  --disable-option-checking  ignore unrecognized --enable/--with options
1308  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1309  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1310  --enable-multilib         build many library versions (default)
1311  --enable-target-optspace  optimize for space
1312  --enable-malloc-debugging indicate malloc debugging requested
1313  --enable-newlib-multithread        enable support for multiple threads
1314  --enable-newlib-iconv     enable iconv library support
1315  --enable-newlib-elix-level         supply desired elix library level (1-4)
1316  --disable-newlib-io-float disable printf/scanf family float support
1317  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
1318  --disable-dependency-tracking  speeds up one-time build
1319  --enable-dependency-tracking   do not reject slow dependency extractors
1320  --enable-maintainer-mode  enable make rules and dependencies not useful
1321                          (and sometimes confusing) to the casual installer
1322
1323Some influential environment variables:
1324  CCAS        assembler compiler command (defaults to CC)
1325  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
1326
1327Use these variables to override the choices made by `configure' or to help
1328it to find libraries and programs with nonstandard names/locations.
1329
1330Report bugs to the package provider.
1331_ACEOF
1332ac_status=$?
1333fi
1334
1335if test "$ac_init_help" = "recursive"; then
1336  # If there are subdirs, report their specific --help.
1337  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1338    test -d "$ac_dir" ||
1339      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1340      continue
1341    ac_builddir=.
1342
1343case "$ac_dir" in
1344.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1345*)
1346  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1347  # A ".." for each directory in $ac_dir_suffix.
1348  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1349  case $ac_top_builddir_sub in
1350  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1351  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1352  esac ;;
1353esac
1354ac_abs_top_builddir=$ac_pwd
1355ac_abs_builddir=$ac_pwd$ac_dir_suffix
1356# for backward compatibility:
1357ac_top_builddir=$ac_top_build_prefix
1358
1359case $srcdir in
1360  .)  # We are building in place.
1361    ac_srcdir=.
1362    ac_top_srcdir=$ac_top_builddir_sub
1363    ac_abs_top_srcdir=$ac_pwd ;;
1364  [\\/]* | ?:[\\/]* )  # Absolute name.
1365    ac_srcdir=$srcdir$ac_dir_suffix;
1366    ac_top_srcdir=$srcdir
1367    ac_abs_top_srcdir=$srcdir ;;
1368  *) # Relative name.
1369    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1370    ac_top_srcdir=$ac_top_build_prefix$srcdir
1371    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1372esac
1373ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1374
1375    cd "$ac_dir" || { ac_status=$?; continue; }
1376    # Check for guested configure.
1377    if test -f "$ac_srcdir/configure.gnu"; then
1378      echo &&
1379      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1380    elif test -f "$ac_srcdir/configure"; then
1381      echo &&
1382      $SHELL "$ac_srcdir/configure" --help=recursive
1383    else
1384      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1385    fi || ac_status=$?
1386    cd "$ac_pwd" || { ac_status=$?; break; }
1387  done
1388fi
1389
1390test -n "$ac_init_help" && exit $ac_status
1391if $ac_init_version; then
1392  cat <<\_ACEOF
1393newlib configure 3.0.0
1394generated by GNU Autoconf 2.65
1395
1396Copyright (C) 2009 Free Software Foundation, Inc.
1397This configure script is free software; the Free Software Foundation
1398gives unlimited permission to copy, distribute and modify it.
1399_ACEOF
1400  exit
1401fi
1402
1403## ------------------------ ##
1404## Autoconf initialization. ##
1405## ------------------------ ##
1406
1407# ac_fn_c_try_compile LINENO
1408# --------------------------
1409# Try to compile conftest.$ac_ext, and return whether this succeeded.
1410ac_fn_c_try_compile ()
1411{
1412  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1413  rm -f conftest.$ac_objext
1414  if { { ac_try="$ac_compile"
1415case "(($ac_try" in
1416  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1417  *) ac_try_echo=$ac_try;;
1418esac
1419eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1420$as_echo "$ac_try_echo"; } >&5
1421  (eval "$ac_compile") 2>conftest.err
1422  ac_status=$?
1423  if test -s conftest.err; then
1424    grep -v '^ *+' conftest.err >conftest.er1
1425    cat conftest.er1 >&5
1426    mv -f conftest.er1 conftest.err
1427  fi
1428  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1429  test $ac_status = 0; } && {
1430         test -z "$ac_c_werror_flag" ||
1431         test ! -s conftest.err
1432       } && test -s conftest.$ac_objext; then :
1433  ac_retval=0
1434else
1435  $as_echo "$as_me: failed program was:" >&5
1436sed 's/^/| /' conftest.$ac_ext >&5
1437
1438        ac_retval=1
1439fi
1440  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1441  as_fn_set_status $ac_retval
1442
1443} # ac_fn_c_try_compile
1444cat >config.log <<_ACEOF
1445This file contains any messages produced by compilers while
1446running configure, to aid debugging if configure makes a mistake.
1447
1448It was created by newlib $as_me 3.0.0, which was
1449generated by GNU Autoconf 2.65.  Invocation command line was
1450
1451  $ $0 $@
1452
1453_ACEOF
1454exec 5>>config.log
1455{
1456cat <<_ASUNAME
1457## --------- ##
1458## Platform. ##
1459## --------- ##
1460
1461hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1462uname -m = `(uname -m) 2>/dev/null || echo unknown`
1463uname -r = `(uname -r) 2>/dev/null || echo unknown`
1464uname -s = `(uname -s) 2>/dev/null || echo unknown`
1465uname -v = `(uname -v) 2>/dev/null || echo unknown`
1466
1467/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1468/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1469
1470/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1471/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1472/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1473/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1474/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1475/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1476/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1477
1478_ASUNAME
1479
1480as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1481for as_dir in $PATH
1482do
1483  IFS=$as_save_IFS
1484  test -z "$as_dir" && as_dir=.
1485    $as_echo "PATH: $as_dir"
1486  done
1487IFS=$as_save_IFS
1488
1489} >&5
1490
1491cat >&5 <<_ACEOF
1492
1493
1494## ----------- ##
1495## Core tests. ##
1496## ----------- ##
1497
1498_ACEOF
1499
1500
1501# Keep a trace of the command line.
1502# Strip out --no-create and --no-recursion so they do not pile up.
1503# Strip out --silent because we don't want to record it for future runs.
1504# Also quote any args containing shell meta-characters.
1505# Make two passes to allow for proper duplicate-argument suppression.
1506ac_configure_args=
1507ac_configure_args0=
1508ac_configure_args1=
1509ac_must_keep_next=false
1510for ac_pass in 1 2
1511do
1512  for ac_arg
1513  do
1514    case $ac_arg in
1515    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1516    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1517    | -silent | --silent | --silen | --sile | --sil)
1518      continue ;;
1519    *\'*)
1520      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1521    esac
1522    case $ac_pass in
1523    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1524    2)
1525      as_fn_append ac_configure_args1 " '$ac_arg'"
1526      if test $ac_must_keep_next = true; then
1527        ac_must_keep_next=false # Got value, back to normal.
1528      else
1529        case $ac_arg in
1530          *=* | --config-cache | -C | -disable-* | --disable-* \
1531          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1532          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1533          | -with-* | --with-* | -without-* | --without-* | --x)
1534            case "$ac_configure_args0 " in
1535              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1536            esac
1537            ;;
1538          -* ) ac_must_keep_next=true ;;
1539        esac
1540      fi
1541      as_fn_append ac_configure_args " '$ac_arg'"
1542      ;;
1543    esac
1544  done
1545done
1546{ ac_configure_args0=; unset ac_configure_args0;}
1547{ ac_configure_args1=; unset ac_configure_args1;}
1548
1549# When interrupted or exit'd, cleanup temporary files, and complete
1550# config.log.  We remove comments because anyway the quotes in there
1551# would cause problems or look ugly.
1552# WARNING: Use '\'' to represent an apostrophe within the trap.
1553# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1554trap 'exit_status=$?
1555  # Save into config.log some information that might help in debugging.
1556  {
1557    echo
1558
1559    cat <<\_ASBOX
1560## ---------------- ##
1561## Cache variables. ##
1562## ---------------- ##
1563_ASBOX
1564    echo
1565    # The following way of writing the cache mishandles newlines in values,
1566(
1567  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1568    eval ac_val=\$$ac_var
1569    case $ac_val in #(
1570    *${as_nl}*)
1571      case $ac_var in #(
1572      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1573$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1574      esac
1575      case $ac_var in #(
1576      _ | IFS | as_nl) ;; #(
1577      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1578      *) { eval $ac_var=; unset $ac_var;} ;;
1579      esac ;;
1580    esac
1581  done
1582  (set) 2>&1 |
1583    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1584    *${as_nl}ac_space=\ *)
1585      sed -n \
1586        "s/'\''/'\''\\\\'\'''\''/g;
1587          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1588      ;; #(
1589    *)
1590      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1591      ;;
1592    esac |
1593    sort
1594)
1595    echo
1596
1597    cat <<\_ASBOX
1598## ----------------- ##
1599## Output variables. ##
1600## ----------------- ##
1601_ASBOX
1602    echo
1603    for ac_var in $ac_subst_vars
1604    do
1605      eval ac_val=\$$ac_var
1606      case $ac_val in
1607      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1608      esac
1609      $as_echo "$ac_var='\''$ac_val'\''"
1610    done | sort
1611    echo
1612
1613    if test -n "$ac_subst_files"; then
1614      cat <<\_ASBOX
1615## ------------------- ##
1616## File substitutions. ##
1617## ------------------- ##
1618_ASBOX
1619      echo
1620      for ac_var in $ac_subst_files
1621      do
1622        eval ac_val=\$$ac_var
1623        case $ac_val in
1624        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1625        esac
1626        $as_echo "$ac_var='\''$ac_val'\''"
1627      done | sort
1628      echo
1629    fi
1630
1631    if test -s confdefs.h; then
1632      cat <<\_ASBOX
1633## ----------- ##
1634## confdefs.h. ##
1635## ----------- ##
1636_ASBOX
1637      echo
1638      cat confdefs.h
1639      echo
1640    fi
1641    test "$ac_signal" != 0 &&
1642      $as_echo "$as_me: caught signal $ac_signal"
1643    $as_echo "$as_me: exit $exit_status"
1644  } >&5
1645  rm -f core *.core core.conftest.* &&
1646    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1647    exit $exit_status
1648' 0
1649for ac_signal in 1 2 13 15; do
1650  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1651done
1652ac_signal=0
1653
1654# confdefs.h avoids OS command line length limits that DEFS can exceed.
1655rm -f -r conftest* confdefs.h
1656
1657$as_echo "/* confdefs.h */" > confdefs.h
1658
1659# Predefined preprocessor variables.
1660
1661cat >>confdefs.h <<_ACEOF
1662#define PACKAGE_NAME "$PACKAGE_NAME"
1663_ACEOF
1664
1665cat >>confdefs.h <<_ACEOF
1666#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1667_ACEOF
1668
1669cat >>confdefs.h <<_ACEOF
1670#define PACKAGE_VERSION "$PACKAGE_VERSION"
1671_ACEOF
1672
1673cat >>confdefs.h <<_ACEOF
1674#define PACKAGE_STRING "$PACKAGE_STRING"
1675_ACEOF
1676
1677cat >>confdefs.h <<_ACEOF
1678#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1679_ACEOF
1680
1681cat >>confdefs.h <<_ACEOF
1682#define PACKAGE_URL "$PACKAGE_URL"
1683_ACEOF
1684
1685
1686# Let the site file select an alternate cache file if it wants to.
1687# Prefer an explicitly selected file to automatically selected ones.
1688ac_site_file1=NONE
1689ac_site_file2=NONE
1690if test -n "$CONFIG_SITE"; then
1691  ac_site_file1=$CONFIG_SITE
1692elif test "x$prefix" != xNONE; then
1693  ac_site_file1=$prefix/share/config.site
1694  ac_site_file2=$prefix/etc/config.site
1695else
1696  ac_site_file1=$ac_default_prefix/share/config.site
1697  ac_site_file2=$ac_default_prefix/etc/config.site
1698fi
1699for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1700do
1701  test "x$ac_site_file" = xNONE && continue
1702  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1703    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1704$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1705    sed 's/^/| /' "$ac_site_file" >&5
1706    . "$ac_site_file"
1707  fi
1708done
1709
1710if test -r "$cache_file"; then
1711  # Some versions of bash will fail to source /dev/null (special files
1712  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1713  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1714    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1715$as_echo "$as_me: loading cache $cache_file" >&6;}
1716    case $cache_file in
1717      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1718      *)                      . "./$cache_file";;
1719    esac
1720  fi
1721else
1722  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1723$as_echo "$as_me: creating cache $cache_file" >&6;}
1724  >$cache_file
1725fi
1726
1727# Check that the precious variables saved in the cache have kept the same
1728# value.
1729ac_cache_corrupted=false
1730for ac_var in $ac_precious_vars; do
1731  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1732  eval ac_new_set=\$ac_env_${ac_var}_set
1733  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1734  eval ac_new_val=\$ac_env_${ac_var}_value
1735  case $ac_old_set,$ac_new_set in
1736    set,)
1737      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1738$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1739      ac_cache_corrupted=: ;;
1740    ,set)
1741      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1742$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1743      ac_cache_corrupted=: ;;
1744    ,);;
1745    *)
1746      if test "x$ac_old_val" != "x$ac_new_val"; then
1747        # differences in whitespace do not lead to failure.
1748        ac_old_val_w=`echo x $ac_old_val`
1749        ac_new_val_w=`echo x $ac_new_val`
1750        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1751          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1752$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1753          ac_cache_corrupted=:
1754        else
1755          { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1756$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1757          eval $ac_var=\$ac_old_val
1758        fi
1759        { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1760$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1761        { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1762$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1763      fi;;
1764  esac
1765  # Pass precious variables to config.status.
1766  if test "$ac_new_set" = set; then
1767    case $ac_new_val in
1768    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1769    *) ac_arg=$ac_var=$ac_new_val ;;
1770    esac
1771    case " $ac_configure_args " in
1772      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1773      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1774    esac
1775  fi
1776done
1777if $ac_cache_corrupted; then
1778  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1779$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1780  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1781$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1782  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1783fi
1784## -------------------- ##
1785## Main body of script. ##
1786## -------------------- ##
1787
1788ac_ext=c
1789ac_cpp='$CPP $CPPFLAGS'
1790ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1791ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1792ac_compiler_gnu=$ac_cv_c_compiler_gnu
1793
1794
1795
1796
1797ac_aux_dir=
1798for ac_dir in ../../../.. "$srcdir"/../../../..; do
1799  for ac_t in install-sh install.sh shtool; do
1800    if test -f "$ac_dir/$ac_t"; then
1801      ac_aux_dir=$ac_dir
1802      ac_install_sh="$ac_aux_dir/$ac_t -c"
1803      break 2
1804    fi
1805  done
1806done
1807if test -z "$ac_aux_dir"; then
1808  as_fn_error "cannot find install-sh, install.sh, or shtool in ../../../.. \"$srcdir\"/../../../.." "$LINENO" 5
1809fi
1810
1811# These three variables are undocumented and unsupported,
1812# and are intended to be withdrawn in a future Autoconf release.
1813# They can cause serious problems if a builder's source tree is in a directory
1814# whose full name contains unusual characters.
1815ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1816ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1817ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1818
1819
1820
1821
1822# Make sure we can run config.sub.
1823$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1824  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1825
1826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
1827$as_echo_n "checking build system type... " >&6; }
1828if test "${ac_cv_build+set}" = set; then :
1829  $as_echo_n "(cached) " >&6
1830else
1831  ac_build_alias=$build_alias
1832test "x$ac_build_alias" = x &&
1833  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1834test "x$ac_build_alias" = x &&
1835  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
1836ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1837  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1838
1839fi
1840{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1841$as_echo "$ac_cv_build" >&6; }
1842case $ac_cv_build in
1843*-*-*) ;;
1844*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
1845esac
1846build=$ac_cv_build
1847ac_save_IFS=$IFS; IFS='-'
1848set x $ac_cv_build
1849shift
1850build_cpu=$1
1851build_vendor=$2
1852shift; shift
1853# Remember, the first character of IFS is used to create $*,
1854# except with old shells:
1855build_os=$*
1856IFS=$ac_save_IFS
1857case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1858
1859
1860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
1861$as_echo_n "checking host system type... " >&6; }
1862if test "${ac_cv_host+set}" = set; then :
1863  $as_echo_n "(cached) " >&6
1864else
1865  if test "x$host_alias" = x; then
1866  ac_cv_host=$ac_cv_build
1867else
1868  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1869    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1870fi
1871
1872fi
1873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
1874$as_echo "$ac_cv_host" >&6; }
1875case $ac_cv_host in
1876*-*-*) ;;
1877*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
1878esac
1879host=$ac_cv_host
1880ac_save_IFS=$IFS; IFS='-'
1881set x $ac_cv_host
1882shift
1883host_cpu=$1
1884host_vendor=$2
1885shift; shift
1886# Remember, the first character of IFS is used to create $*,
1887# except with old shells:
1888host_os=$*
1889IFS=$ac_save_IFS
1890case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1891
1892
1893am__api_version='1.11'
1894
1895# Find a good install program.  We prefer a C program (faster),
1896# so one script is as good as another.  But avoid the broken or
1897# incompatible versions:
1898# SysV /etc/install, /usr/sbin/install
1899# SunOS /usr/etc/install
1900# IRIX /sbin/install
1901# AIX /bin/install
1902# AmigaOS /C/install, which installs bootblocks on floppy discs
1903# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1904# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1905# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1906# OS/2's system install, which has a completely different semantic
1907# ./install, which can be erroneously created by make from ./install.sh.
1908# Reject install programs that cannot install multiple files.
1909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1910$as_echo_n "checking for a BSD-compatible install... " >&6; }
1911if test -z "$INSTALL"; then
1912if test "${ac_cv_path_install+set}" = set; then :
1913  $as_echo_n "(cached) " >&6
1914else
1915  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1916for as_dir in $PATH
1917do
1918  IFS=$as_save_IFS
1919  test -z "$as_dir" && as_dir=.
1920    # Account for people who put trailing slashes in PATH elements.
1921case $as_dir/ in #((
1922  ./ | .// | /[cC]/* | \
1923  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1924  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1925  /usr/ucb/* ) ;;
1926  *)
1927    # OSF1 and SCO ODT 3.0 have their own names for install.
1928    # Don't use installbsd from OSF since it installs stuff as root
1929    # by default.
1930    for ac_prog in ginstall scoinst install; do
1931      for ac_exec_ext in '' $ac_executable_extensions; do
1932        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1933          if test $ac_prog = install &&
1934            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1935            # AIX install.  It has an incompatible calling convention.
1936            :
1937          elif test $ac_prog = install &&
1938            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1939            # program-specific install script used by HP pwplus--don't use.
1940            :
1941          else
1942            rm -rf conftest.one conftest.two conftest.dir
1943            echo one > conftest.one
1944            echo two > conftest.two
1945            mkdir conftest.dir
1946            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1947              test -s conftest.one && test -s conftest.two &&
1948              test -s conftest.dir/conftest.one &&
1949              test -s conftest.dir/conftest.two
1950            then
1951              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1952              break 3
1953            fi
1954          fi
1955        fi
1956      done
1957    done
1958    ;;
1959esac
1960
1961  done
1962IFS=$as_save_IFS
1963
1964rm -rf conftest.one conftest.two conftest.dir
1965
1966fi
1967  if test "${ac_cv_path_install+set}" = set; then
1968    INSTALL=$ac_cv_path_install
1969  else
1970    # As a last resort, use the slow shell script.  Don't cache a
1971    # value for INSTALL within a source directory, because that will
1972    # break other packages using the cache if that directory is
1973    # removed, or if the value is a relative name.
1974    INSTALL=$ac_install_sh
1975  fi
1976fi
1977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1978$as_echo "$INSTALL" >&6; }
1979
1980# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1981# It thinks the first close brace ends the variable substitution.
1982test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1983
1984test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1985
1986test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1987
1988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1989$as_echo_n "checking whether build environment is sane... " >&6; }
1990# Just in case
1991sleep 1
1992echo timestamp > conftest.file
1993# Reject unsafe characters in $srcdir or the absolute working directory
1994# name.  Accept space and tab only in the latter.
1995am_lf='
1996'
1997case `pwd` in
1998  *[\\\"\#\$\&\'\`$am_lf]*)
1999    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2000esac
2001case $srcdir in
2002  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2003    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2004esac
2005
2006# Do `set' in a subshell so we don't clobber the current shell's
2007# arguments.  Must try -L first in case configure is actually a
2008# symlink; some systems play weird games with the mod time of symlinks
2009# (eg FreeBSD returns the mod time of the symlink's containing
2010# directory).
2011if (
2012   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2013   if test "$*" = "X"; then
2014      # -L didn't work.
2015      set X `ls -t "$srcdir/configure" conftest.file`
2016   fi
2017   rm -f conftest.file
2018   if test "$*" != "X $srcdir/configure conftest.file" \
2019      && test "$*" != "X conftest.file $srcdir/configure"; then
2020
2021      # If neither matched, then we have a broken ls.  This can happen
2022      # if, for instance, CONFIG_SHELL is bash and it inherits a
2023      # broken ls alias from the environment.  This has actually
2024      # happened.  Such a system could not be considered "sane".
2025      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2026alias in your environment" "$LINENO" 5
2027   fi
2028
2029   test "$2" = conftest.file
2030   )
2031then
2032   # Ok.
2033   :
2034else
2035   as_fn_error "newly created file is older than distributed files!
2036Check your system clock" "$LINENO" 5
2037fi
2038{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2039$as_echo "yes" >&6; }
2040test "$program_prefix" != NONE &&
2041  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2042# Use a double $ so make ignores it.
2043test "$program_suffix" != NONE &&
2044  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2045# Double any \ or $.
2046# By default was `s,x,x', remove it if useless.
2047ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2048program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2049
2050# expand $ac_aux_dir to an absolute path
2051am_aux_dir=`cd $ac_aux_dir && pwd`
2052
2053if test x"${MISSING+set}" != xset; then
2054  case $am_aux_dir in
2055  *\ * | *\     *)
2056    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2057  *)
2058    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2059  esac
2060fi
2061# Use eval to expand $SHELL
2062if eval "$MISSING --run true"; then
2063  am_missing_run="$MISSING --run "
2064else
2065  am_missing_run=
2066  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2067$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2068fi
2069
2070if test x"${install_sh}" != xset; then
2071  case $am_aux_dir in
2072  *\ * | *\     *)
2073    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2074  *)
2075    install_sh="\${SHELL} $am_aux_dir/install-sh"
2076  esac
2077fi
2078
2079# Installed binaries are usually stripped using `strip' when the user
2080# run `make install-strip'.  However `strip' might not be the right
2081# tool to use in cross-compilation environments, therefore Automake
2082# will honor the `STRIP' environment variable to overrule this program.
2083if test "$cross_compiling" != no; then
2084  if test -n "$ac_tool_prefix"; then
2085  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2086set dummy ${ac_tool_prefix}strip; ac_word=$2
2087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2088$as_echo_n "checking for $ac_word... " >&6; }
2089if test "${ac_cv_prog_STRIP+set}" = set; then :
2090  $as_echo_n "(cached) " >&6
2091else
2092  if test -n "$STRIP"; then
2093  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2094else
2095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2096for as_dir in $PATH
2097do
2098  IFS=$as_save_IFS
2099  test -z "$as_dir" && as_dir=.
2100    for ac_exec_ext in '' $ac_executable_extensions; do
2101  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2102    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2103    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2104    break 2
2105  fi
2106done
2107  done
2108IFS=$as_save_IFS
2109
2110fi
2111fi
2112STRIP=$ac_cv_prog_STRIP
2113if test -n "$STRIP"; then
2114  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2115$as_echo "$STRIP" >&6; }
2116else
2117  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2118$as_echo "no" >&6; }
2119fi
2120
2121
2122fi
2123if test -z "$ac_cv_prog_STRIP"; then
2124  ac_ct_STRIP=$STRIP
2125  # Extract the first word of "strip", so it can be a program name with args.
2126set dummy strip; ac_word=$2
2127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2128$as_echo_n "checking for $ac_word... " >&6; }
2129if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2130  $as_echo_n "(cached) " >&6
2131else
2132  if test -n "$ac_ct_STRIP"; then
2133  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2134else
2135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136for as_dir in $PATH
2137do
2138  IFS=$as_save_IFS
2139  test -z "$as_dir" && as_dir=.
2140    for ac_exec_ext in '' $ac_executable_extensions; do
2141  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2142    ac_cv_prog_ac_ct_STRIP="strip"
2143    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2144    break 2
2145  fi
2146done
2147  done
2148IFS=$as_save_IFS
2149
2150fi
2151fi
2152ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2153if test -n "$ac_ct_STRIP"; then
2154  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2155$as_echo "$ac_ct_STRIP" >&6; }
2156else
2157  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2158$as_echo "no" >&6; }
2159fi
2160
2161  if test "x$ac_ct_STRIP" = x; then
2162    STRIP=":"
2163  else
2164    case $cross_compiling:$ac_tool_warned in
2165yes:)
2166{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2167$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2168ac_tool_warned=yes ;;
2169esac
2170    STRIP=$ac_ct_STRIP
2171  fi
2172else
2173  STRIP="$ac_cv_prog_STRIP"
2174fi
2175
2176fi
2177INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2178
2179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2180$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2181if test -z "$MKDIR_P"; then
2182  if test "${ac_cv_path_mkdir+set}" = set; then :
2183  $as_echo_n "(cached) " >&6
2184else
2185  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2186for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2187do
2188  IFS=$as_save_IFS
2189  test -z "$as_dir" && as_dir=.
2190    for ac_prog in mkdir gmkdir; do
2191         for ac_exec_ext in '' $ac_executable_extensions; do
2192           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2193           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2194             'mkdir (GNU coreutils) '* | \
2195             'mkdir (coreutils) '* | \
2196             'mkdir (fileutils) '4.1*)
2197               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2198               break 3;;
2199           esac
2200         done
2201       done
2202  done
2203IFS=$as_save_IFS
2204
2205fi
2206
2207  test -d ./--version && rmdir ./--version
2208  if test "${ac_cv_path_mkdir+set}" = set; then
2209    MKDIR_P="$ac_cv_path_mkdir -p"
2210  else
2211    # As a last resort, use the slow shell script.  Don't cache a
2212    # value for MKDIR_P within a source directory, because that will
2213    # break other packages using the cache if that directory is
2214    # removed, or if the value is a relative name.
2215    MKDIR_P="$ac_install_sh -d"
2216  fi
2217fi
2218{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2219$as_echo "$MKDIR_P" >&6; }
2220
2221mkdir_p="$MKDIR_P"
2222case $mkdir_p in
2223  [\\/$]* | ?:[\\/]*) ;;
2224  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2225esac
2226
2227for ac_prog in gawk mawk nawk awk
2228do
2229  # Extract the first word of "$ac_prog", so it can be a program name with args.
2230set dummy $ac_prog; ac_word=$2
2231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2232$as_echo_n "checking for $ac_word... " >&6; }
2233if test "${ac_cv_prog_AWK+set}" = set; then :
2234  $as_echo_n "(cached) " >&6
2235else
2236  if test -n "$AWK"; then
2237  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2238else
2239as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2240for as_dir in $PATH
2241do
2242  IFS=$as_save_IFS
2243  test -z "$as_dir" && as_dir=.
2244    for ac_exec_ext in '' $ac_executable_extensions; do
2245  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2246    ac_cv_prog_AWK="$ac_prog"
2247    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2248    break 2
2249  fi
2250done
2251  done
2252IFS=$as_save_IFS
2253
2254fi
2255fi
2256AWK=$ac_cv_prog_AWK
2257if test -n "$AWK"; then
2258  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2259$as_echo "$AWK" >&6; }
2260else
2261  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2262$as_echo "no" >&6; }
2263fi
2264
2265
2266  test -n "$AWK" && break
2267done
2268
2269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2270$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2271set x ${MAKE-make}
2272ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2273if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2274  $as_echo_n "(cached) " >&6
2275else
2276  cat >conftest.make <<\_ACEOF
2277SHELL = /bin/sh
2278all:
2279        @echo '@@@%%%=$(MAKE)=@@@%%%'
2280_ACEOF
2281# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2282case `${MAKE-make} -f conftest.make 2>/dev/null` in
2283  *@@@%%%=?*=@@@%%%*)
2284    eval ac_cv_prog_make_${ac_make}_set=yes;;
2285  *)
2286    eval ac_cv_prog_make_${ac_make}_set=no;;
2287esac
2288rm -f conftest.make
2289fi
2290if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2291  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2292$as_echo "yes" >&6; }
2293  SET_MAKE=
2294else
2295  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2296$as_echo "no" >&6; }
2297  SET_MAKE="MAKE=${MAKE-make}"
2298fi
2299
2300rm -rf .tst 2>/dev/null
2301mkdir .tst 2>/dev/null
2302if test -d .tst; then
2303  am__leading_dot=.
2304else
2305  am__leading_dot=_
2306fi
2307rmdir .tst 2>/dev/null
2308
2309DEPDIR="${am__leading_dot}deps"
2310
2311ac_config_commands="$ac_config_commands depfiles"
2312
2313
2314am_make=${MAKE-make}
2315cat > confinc << 'END'
2316am__doit:
2317        @echo this is the am__doit target
2318.PHONY: am__doit
2319END
2320# If we don't find an include directive, just comment out the code.
2321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2322$as_echo_n "checking for style of include used by $am_make... " >&6; }
2323am__include="#"
2324am__quote=
2325_am_result=none
2326# First try GNU make style include.
2327echo "include confinc" > confmf
2328# Ignore all kinds of additional output from `make'.
2329case `$am_make -s -f confmf 2> /dev/null` in #(
2330*the\ am__doit\ target*)
2331  am__include=include
2332  am__quote=
2333  _am_result=GNU
2334  ;;
2335esac
2336# Now try BSD make style include.
2337if test "$am__include" = "#"; then
2338   echo '.include "confinc"' > confmf
2339   case `$am_make -s -f confmf 2> /dev/null` in #(
2340   *the\ am__doit\ target*)
2341     am__include=.include
2342     am__quote="\""
2343     _am_result=BSD
2344     ;;
2345   esac
2346fi
2347
2348
2349{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2350$as_echo "$_am_result" >&6; }
2351rm -f confinc confmf
2352
2353# Check whether --enable-dependency-tracking was given.
2354if test "${enable_dependency_tracking+set}" = set; then :
2355  enableval=$enable_dependency_tracking;
2356fi
2357
2358if test "x$enable_dependency_tracking" != xno; then
2359  am_depcomp="$ac_aux_dir/depcomp"
2360  AMDEPBACKSLASH='\'
2361fi
2362 if test "x$enable_dependency_tracking" != xno; then
2363  AMDEP_TRUE=
2364  AMDEP_FALSE='#'
2365else
2366  AMDEP_TRUE='#'
2367  AMDEP_FALSE=
2368fi
2369
2370
2371
2372# Check whether --enable-multilib was given.
2373if test "${enable_multilib+set}" = set; then :
2374  enableval=$enable_multilib; case "${enableval}" in
2375  yes) multilib=yes ;;
2376  no)  multilib=no ;;
2377  *)   as_fn_error "bad value ${enableval} for multilib option" "$LINENO" 5 ;;
2378 esac
2379else
2380  multilib=yes
2381fi
2382
2383# Check whether --enable-target-optspace was given.
2384if test "${enable_target_optspace+set}" = set; then :
2385  enableval=$enable_target_optspace; case "${enableval}" in
2386  yes) target_optspace=yes ;;
2387  no)  target_optspace=no ;;
2388  *)   as_fn_error "bad value ${enableval} for target-optspace option" "$LINENO" 5 ;;
2389 esac
2390else
2391  target_optspace=
2392fi
2393
2394# Check whether --enable-malloc-debugging was given.
2395if test "${enable_malloc_debugging+set}" = set; then :
2396  enableval=$enable_malloc_debugging; case "${enableval}" in
2397  yes) malloc_debugging=yes ;;
2398  no)  malloc_debugging=no ;;
2399  *)   as_fn_error "bad value ${enableval} for malloc-debugging option" "$LINENO" 5 ;;
2400 esac
2401else
2402  malloc_debugging=
2403fi
2404
2405# Check whether --enable-newlib-multithread was given.
2406if test "${enable_newlib_multithread+set}" = set; then :
2407  enableval=$enable_newlib_multithread; case "${enableval}" in
2408  yes) newlib_multithread=yes ;;
2409  no)  newlib_multithread=no ;;
2410  *)   as_fn_error "bad value ${enableval} for newlib-multithread option" "$LINENO" 5 ;;
2411 esac
2412else
2413  newlib_multithread=yes
2414fi
2415
2416# Check whether --enable-newlib-iconv was given.
2417if test "${enable_newlib_iconv+set}" = set; then :
2418  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
2419   case "${enableval}" in
2420     yes) newlib_iconv=yes ;;
2421     no)  newlib_iconv=no ;;
2422     *)   as_fn_error "bad value ${enableval} for newlib-iconv option" "$LINENO" 5 ;;
2423   esac
2424 fi
2425else
2426  newlib_iconv=${newlib_iconv}
2427fi
2428
2429# Check whether --enable-newlib-elix-level was given.
2430if test "${enable_newlib_elix_level+set}" = set; then :
2431  enableval=$enable_newlib_elix_level; case "${enableval}" in
2432  0)   newlib_elix_level=0 ;;
2433  1)   newlib_elix_level=1 ;;
2434  2)   newlib_elix_level=2 ;;
2435  3)   newlib_elix_level=3 ;;
2436  4)   newlib_elix_level=4 ;;
2437  *)   as_fn_error "bad value ${enableval} for newlib-elix-level option" "$LINENO" 5 ;;
2438 esac
2439else
2440  newlib_elix_level=0
2441fi
2442
2443# Check whether --enable-newlib-io-float was given.
2444if test "${enable_newlib_io_float+set}" = set; then :
2445  enableval=$enable_newlib_io_float; case "${enableval}" in
2446  yes) newlib_io_float=yes ;;
2447  no)  newlib_io_float=no ;;
2448  *)   as_fn_error "bad value ${enableval} for newlib-io-float option" "$LINENO" 5 ;;
2449 esac
2450else
2451  newlib_io_float=yes
2452fi
2453
2454# Check whether --enable-newlib-supplied-syscalls was given.
2455if test "${enable_newlib_supplied_syscalls+set}" = set; then :
2456  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
2457  yes) newlib_may_supply_syscalls=yes ;;
2458  no)  newlib_may_supply_syscalls=no ;;
2459  *)   as_fn_error "bad value ${enableval} for newlib-supplied-syscalls option" "$LINENO" 5 ;;
2460 esac
2461else
2462  newlib_may_supply_syscalls=yes
2463fi
2464
2465 if test x${newlib_may_supply_syscalls} = xyes; then
2466  MAY_SUPPLY_SYSCALLS_TRUE=
2467  MAY_SUPPLY_SYSCALLS_FALSE='#'
2468else
2469  MAY_SUPPLY_SYSCALLS_TRUE='#'
2470  MAY_SUPPLY_SYSCALLS_FALSE=
2471fi
2472
2473
2474
2475test -z "${with_target_subdir}" && with_target_subdir=.
2476
2477if test "${srcdir}" = "."; then
2478  if test "${with_target_subdir}" != "."; then
2479    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
2480  else
2481    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
2482  fi
2483else
2484  newlib_basedir="${srcdir}/../../.."
2485fi
2486
2487
2488
2489
2490if test "`cd $srcdir && pwd`" != "`pwd`"; then
2491  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2492  # is not polluted with repeated "-I."
2493  am__isrc=' -I$(srcdir)'
2494  # test to see if srcdir already configured
2495  if test -f $srcdir/config.status; then
2496    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2497  fi
2498fi
2499
2500# test whether we have cygpath
2501if test -z "$CYGPATH_W"; then
2502  if (cygpath --version) >/dev/null 2>/dev/null; then
2503    CYGPATH_W='cygpath -w'
2504  else
2505    CYGPATH_W=echo
2506  fi
2507fi
2508
2509
2510# Define the identity of the package.
2511 PACKAGE='newlib'
2512 VERSION='3.0.0'
2513
2514
2515# Some tools Automake needs.
2516
2517ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2518
2519
2520AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2521
2522
2523AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2524
2525
2526AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2527
2528
2529MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2530
2531# We need awk for the "check" target.  The system "awk" is bad on
2532# some platforms.
2533# Always define AMTAR for backward compatibility.
2534
2535AMTAR=${AMTAR-"${am_missing_run}tar"}
2536
2537am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2538
2539
2540
2541
2542
2543
2544# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
2545# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
2546# are probably using a cross compiler, which will not be able to fully
2547# link an executable.  This should really be fixed in autoconf
2548# itself.
2549
2550
2551
2552
2553
2554
2555
2556# Extract the first word of "gcc", so it can be a program name with args.
2557set dummy gcc; ac_word=$2
2558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2559$as_echo_n "checking for $ac_word... " >&6; }
2560if test "${ac_cv_prog_CC+set}" = set; then :
2561  $as_echo_n "(cached) " >&6
2562else
2563  if test -n "$CC"; then
2564  ac_cv_prog_CC="$CC" # Let the user override the test.
2565else
2566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2567for as_dir in $PATH
2568do
2569  IFS=$as_save_IFS
2570  test -z "$as_dir" && as_dir=.
2571    for ac_exec_ext in '' $ac_executable_extensions; do
2572  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2573    ac_cv_prog_CC="gcc"
2574    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2575    break 2
2576  fi
2577done
2578  done
2579IFS=$as_save_IFS
2580
2581fi
2582fi
2583CC=$ac_cv_prog_CC
2584if test -n "$CC"; then
2585  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2586$as_echo "$CC" >&6; }
2587else
2588  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2589$as_echo "no" >&6; }
2590fi
2591
2592
2593
2594depcc="$CC"   am_compiler_list=
2595
2596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
2597$as_echo_n "checking dependency style of $depcc... " >&6; }
2598if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
2599  $as_echo_n "(cached) " >&6
2600else
2601  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2602  # We make a subdir and do the tests there.  Otherwise we can end up
2603  # making bogus files that we don't know about and never remove.  For
2604  # instance it was reported that on HP-UX the gcc test will end up
2605  # making a dummy file named `D' -- because `-MD' means `put the output
2606  # in D'.
2607  mkdir conftest.dir
2608  # Copy depcomp to subdir because otherwise we won't find it if we're
2609  # using a relative directory.
2610  cp "$am_depcomp" conftest.dir
2611  cd conftest.dir
2612  # We will build objects and dependencies in a subdirectory because
2613  # it helps to detect inapplicable dependency modes.  For instance
2614  # both Tru64's cc and ICC support -MD to output dependencies as a
2615  # side effect of compilation, but ICC will put the dependencies in
2616  # the current directory while Tru64 will put them in the object
2617  # directory.
2618  mkdir sub
2619
2620  am_cv_CC_dependencies_compiler_type=none
2621  if test "$am_compiler_list" = ""; then
2622     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2623  fi
2624  am__universal=false
2625  case " $depcc " in #(
2626     *\ -arch\ *\ -arch\ *) am__universal=true ;;
2627     esac
2628
2629  for depmode in $am_compiler_list; do
2630    # Setup a source with many dependencies, because some compilers
2631    # like to wrap large dependency lists on column 80 (with \), and
2632    # we should not choose a depcomp mode which is confused by this.
2633    #
2634    # We need to recreate these files for each test, as the compiler may
2635    # overwrite some of them when testing with obscure command lines.
2636    # This happens at least with the AIX C compiler.
2637    : > sub/conftest.c
2638    for i in 1 2 3 4 5 6; do
2639      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2640      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2641      # Solaris 8's {/usr,}/bin/sh.
2642      touch sub/conftst$i.h
2643    done
2644    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2645
2646    # We check with `-c' and `-o' for the sake of the "dashmstdout"
2647    # mode.  It turns out that the SunPro C++ compiler does not properly
2648    # handle `-M -o', and we need to detect this.  Also, some Intel
2649    # versions had trouble with output in subdirs
2650    am__obj=sub/conftest.${OBJEXT-o}
2651    am__minus_obj="-o $am__obj"
2652    case $depmode in
2653    gcc)
2654      # This depmode causes a compiler race in universal mode.
2655      test "$am__universal" = false || continue
2656      ;;
2657    nosideeffect)
2658      # after this tag, mechanisms are not by side-effect, so they'll
2659      # only be used when explicitly requested
2660      if test "x$enable_dependency_tracking" = xyes; then
2661        continue
2662      else
2663        break
2664      fi
2665      ;;
2666    msvisualcpp | msvcmsys)
2667      # This compiler won't grok `-c -o', but also, the minuso test has
2668      # not run yet.  These depmodes are late enough in the game, and
2669      # so weak that their functioning should not be impacted.
2670      am__obj=conftest.${OBJEXT-o}
2671      am__minus_obj=
2672      ;;
2673    none) break ;;
2674    esac
2675    if depmode=$depmode \
2676       source=sub/conftest.c object=$am__obj \
2677       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2678       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
2679         >/dev/null 2>conftest.err &&
2680       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2681       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2682       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
2683       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2684      # icc doesn't choke on unknown options, it will just issue warnings
2685      # or remarks (even with -Werror).  So we grep stderr for any message
2686      # that says an option was ignored or not supported.
2687      # When given -MP, icc 7.0 and 7.1 complain thusly:
2688      #   icc: Command line warning: ignoring option '-M'; no argument required
2689      # The diagnosis changed in icc 8.0:
2690      #   icc: Command line remark: option '-MP' not supported
2691      if (grep 'ignoring option' conftest.err ||
2692          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2693        am_cv_CC_dependencies_compiler_type=$depmode
2694        break
2695      fi
2696    fi
2697  done
2698
2699  cd ..
2700  rm -rf conftest.dir
2701else
2702  am_cv_CC_dependencies_compiler_type=none
2703fi
2704
2705fi
2706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
2707$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
2708CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2709
2710 if
2711  test "x$enable_dependency_tracking" != xno \
2712  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2713  am__fastdepCC_TRUE=
2714  am__fastdepCC_FALSE='#'
2715else
2716  am__fastdepCC_TRUE='#'
2717  am__fastdepCC_FALSE=
2718fi
2719
2720
2721if test -z "$CC"; then
2722  # Extract the first word of "cc", so it can be a program name with args.
2723set dummy cc; ac_word=$2
2724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2725$as_echo_n "checking for $ac_word... " >&6; }
2726if test "${ac_cv_prog_CC+set}" = set; then :
2727  $as_echo_n "(cached) " >&6
2728else
2729  if test -n "$CC"; then
2730  ac_cv_prog_CC="$CC" # Let the user override the test.
2731else
2732  ac_prog_rejected=no
2733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2734for as_dir in $PATH
2735do
2736  IFS=$as_save_IFS
2737  test -z "$as_dir" && as_dir=.
2738    for ac_exec_ext in '' $ac_executable_extensions; do
2739  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2740    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2741       ac_prog_rejected=yes
2742       continue
2743     fi
2744    ac_cv_prog_CC="cc"
2745    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2746    break 2
2747  fi
2748done
2749  done
2750IFS=$as_save_IFS
2751
2752if test $ac_prog_rejected = yes; then
2753  # We found a bogon in the path, so make sure we never use it.
2754  set dummy $ac_cv_prog_CC
2755  shift
2756  if test $# != 0; then
2757    # We chose a different compiler from the bogus one.
2758    # However, it has the same basename, so the bogon will be chosen
2759    # first if we set CC to just the basename; use the full file name.
2760    shift
2761    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2762  fi
2763fi
2764fi
2765fi
2766CC=$ac_cv_prog_CC
2767if test -n "$CC"; then
2768  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2769$as_echo "$CC" >&6; }
2770else
2771  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2772$as_echo "no" >&6; }
2773fi
2774
2775
2776  test -z "$CC" && as_fn_error "no acceptable cc found in \$PATH" "$LINENO" 5
2777fi
2778
2779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU C" >&5
2780$as_echo_n "checking whether we are using GNU C... " >&6; }
2781if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2782  $as_echo_n "(cached) " >&6
2783else
2784  cat > conftest.c <<EOF
2785#ifdef __GNUC__
2786  yes;
2787#endif
2788EOF
2789if { ac_try='${CC-cc} -E conftest.c'
2790  { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
2791  (eval $ac_try) 2>&5
2792  ac_status=$?
2793  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2794  test $ac_status = 0; }; } | egrep yes >/dev/null 2>&1; then
2795  ac_cv_c_compiler_gnu=yes
2796else
2797  ac_cv_c_compiler_gnu=no
2798fi
2799fi
2800{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2801$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2802
2803if test $ac_cv_c_compiler_gnu = yes; then
2804  GCC=yes
2805  ac_test_CFLAGS="${CFLAGS+set}"
2806  ac_save_CFLAGS="$CFLAGS"
2807  ac_test_CFLAGS=${CFLAGS+set}
2808ac_save_CFLAGS=$CFLAGS
2809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2810$as_echo_n "checking whether $CC accepts -g... " >&6; }
2811if test "${ac_cv_prog_cc_g+set}" = set; then :
2812  $as_echo_n "(cached) " >&6
2813else
2814  ac_save_c_werror_flag=$ac_c_werror_flag
2815   ac_c_werror_flag=yes
2816   ac_cv_prog_cc_g=no
2817   CFLAGS="-g"
2818   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2819/* end confdefs.h.  */
2820
2821int
2822main ()
2823{
2824
2825  ;
2826  return 0;
2827}
2828_ACEOF
2829if ac_fn_c_try_compile "$LINENO"; then :
2830  ac_cv_prog_cc_g=yes
2831else
2832  CFLAGS=""
2833      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2834/* end confdefs.h.  */
2835
2836int
2837main ()
2838{
2839
2840  ;
2841  return 0;
2842}
2843_ACEOF
2844if ac_fn_c_try_compile "$LINENO"; then :
2845
2846else
2847  ac_c_werror_flag=$ac_save_c_werror_flag
2848         CFLAGS="-g"
2849         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2850/* end confdefs.h.  */
2851
2852int
2853main ()
2854{
2855
2856  ;
2857  return 0;
2858}
2859_ACEOF
2860if ac_fn_c_try_compile "$LINENO"; then :
2861  ac_cv_prog_cc_g=yes
2862fi
2863rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2864fi
2865rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2866fi
2867rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2868   ac_c_werror_flag=$ac_save_c_werror_flag
2869fi
2870{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2871$as_echo "$ac_cv_prog_cc_g" >&6; }
2872if test "$ac_test_CFLAGS" = set; then
2873  CFLAGS=$ac_save_CFLAGS
2874elif test $ac_cv_prog_cc_g = yes; then
2875  if test "$GCC" = yes; then
2876    CFLAGS="-g -O2"
2877  else
2878    CFLAGS="-g"
2879  fi
2880else
2881  if test "$GCC" = yes; then
2882    CFLAGS="-O2"
2883  else
2884    CFLAGS=
2885  fi
2886fi
2887  if test "$ac_test_CFLAGS" = set; then
2888    CFLAGS="$ac_save_CFLAGS"
2889  elif test $ac_cv_prog_cc_g = yes; then
2890    CFLAGS="-g -O2"
2891  else
2892    CFLAGS="-O2"
2893  fi
2894else
2895  GCC=
2896  test "${CFLAGS+set}" = set || CFLAGS="-g"
2897fi
2898
2899
2900if test -n "$ac_tool_prefix"; then
2901  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
2902set dummy ${ac_tool_prefix}as; ac_word=$2
2903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2904$as_echo_n "checking for $ac_word... " >&6; }
2905if test "${ac_cv_prog_AS+set}" = set; then :
2906  $as_echo_n "(cached) " >&6
2907else
2908  if test -n "$AS"; then
2909  ac_cv_prog_AS="$AS" # Let the user override the test.
2910else
2911as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2912for as_dir in $PATH
2913do
2914  IFS=$as_save_IFS
2915  test -z "$as_dir" && as_dir=.
2916    for ac_exec_ext in '' $ac_executable_extensions; do
2917  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2918    ac_cv_prog_AS="${ac_tool_prefix}as"
2919    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2920    break 2
2921  fi
2922done
2923  done
2924IFS=$as_save_IFS
2925
2926fi
2927fi
2928AS=$ac_cv_prog_AS
2929if test -n "$AS"; then
2930  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
2931$as_echo "$AS" >&6; }
2932else
2933  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2934$as_echo "no" >&6; }
2935fi
2936
2937
2938fi
2939if test -z "$ac_cv_prog_AS"; then
2940  ac_ct_AS=$AS
2941  # Extract the first word of "as", so it can be a program name with args.
2942set dummy as; ac_word=$2
2943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2944$as_echo_n "checking for $ac_word... " >&6; }
2945if test "${ac_cv_prog_ac_ct_AS+set}" = set; then :
2946  $as_echo_n "(cached) " >&6
2947else
2948  if test -n "$ac_ct_AS"; then
2949  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
2950else
2951as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2952for as_dir in $PATH
2953do
2954  IFS=$as_save_IFS
2955  test -z "$as_dir" && as_dir=.
2956    for ac_exec_ext in '' $ac_executable_extensions; do
2957  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2958    ac_cv_prog_ac_ct_AS="as"
2959    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2960    break 2
2961  fi
2962done
2963  done
2964IFS=$as_save_IFS
2965
2966fi
2967fi
2968ac_ct_AS=$ac_cv_prog_ac_ct_AS
2969if test -n "$ac_ct_AS"; then
2970  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
2971$as_echo "$ac_ct_AS" >&6; }
2972else
2973  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2974$as_echo "no" >&6; }
2975fi
2976
2977  if test "x$ac_ct_AS" = x; then
2978    AS=""
2979  else
2980    case $cross_compiling:$ac_tool_warned in
2981yes:)
2982{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2983$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2984ac_tool_warned=yes ;;
2985esac
2986    AS=$ac_ct_AS
2987  fi
2988else
2989  AS="$ac_cv_prog_AS"
2990fi
2991
2992if test -n "$ac_tool_prefix"; then
2993  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
2994set dummy ${ac_tool_prefix}ar; ac_word=$2
2995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2996$as_echo_n "checking for $ac_word... " >&6; }
2997if test "${ac_cv_prog_AR+set}" = set; then :
2998  $as_echo_n "(cached) " >&6
2999else
3000  if test -n "$AR"; then
3001  ac_cv_prog_AR="$AR" # Let the user override the test.
3002else
3003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3004for as_dir in $PATH
3005do
3006  IFS=$as_save_IFS
3007  test -z "$as_dir" && as_dir=.
3008    for ac_exec_ext in '' $ac_executable_extensions; do
3009  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3010    ac_cv_prog_AR="${ac_tool_prefix}ar"
3011    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3012    break 2
3013  fi
3014done
3015  done
3016IFS=$as_save_IFS
3017
3018fi
3019fi
3020AR=$ac_cv_prog_AR
3021if test -n "$AR"; then
3022  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3023$as_echo "$AR" >&6; }
3024else
3025  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3026$as_echo "no" >&6; }
3027fi
3028
3029
3030fi
3031if test -z "$ac_cv_prog_AR"; then
3032  ac_ct_AR=$AR
3033  # Extract the first word of "ar", so it can be a program name with args.
3034set dummy ar; ac_word=$2
3035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3036$as_echo_n "checking for $ac_word... " >&6; }
3037if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
3038  $as_echo_n "(cached) " >&6
3039else
3040  if test -n "$ac_ct_AR"; then
3041  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3042else
3043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3044for as_dir in $PATH
3045do
3046  IFS=$as_save_IFS
3047  test -z "$as_dir" && as_dir=.
3048    for ac_exec_ext in '' $ac_executable_extensions; do
3049  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3050    ac_cv_prog_ac_ct_AR="ar"
3051    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3052    break 2
3053  fi
3054done
3055  done
3056IFS=$as_save_IFS
3057
3058fi
3059fi
3060ac_ct_AR=$ac_cv_prog_ac_ct_AR
3061if test -n "$ac_ct_AR"; then
3062  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3063$as_echo "$ac_ct_AR" >&6; }
3064else
3065  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3066$as_echo "no" >&6; }
3067fi
3068
3069  if test "x$ac_ct_AR" = x; then
3070    AR=""
3071  else
3072    case $cross_compiling:$ac_tool_warned in
3073yes:)
3074{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3075$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3076ac_tool_warned=yes ;;
3077esac
3078    AR=$ac_ct_AR
3079  fi
3080else
3081  AR="$ac_cv_prog_AR"
3082fi
3083
3084if test -n "$ac_tool_prefix"; then
3085  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3086set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3088$as_echo_n "checking for $ac_word... " >&6; }
3089if test "${ac_cv_prog_RANLIB+set}" = set; then :
3090  $as_echo_n "(cached) " >&6
3091else
3092  if test -n "$RANLIB"; then
3093  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3094else
3095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3096for as_dir in $PATH
3097do
3098  IFS=$as_save_IFS
3099  test -z "$as_dir" && as_dir=.
3100    for ac_exec_ext in '' $ac_executable_extensions; do
3101  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3102    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3103    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3104    break 2
3105  fi
3106done
3107  done
3108IFS=$as_save_IFS
3109
3110fi
3111fi
3112RANLIB=$ac_cv_prog_RANLIB
3113if test -n "$RANLIB"; then
3114  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3115$as_echo "$RANLIB" >&6; }
3116else
3117  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3118$as_echo "no" >&6; }
3119fi
3120
3121
3122fi
3123if test -z "$ac_cv_prog_RANLIB"; then
3124  ac_ct_RANLIB=$RANLIB
3125  # Extract the first word of "ranlib", so it can be a program name with args.
3126set dummy ranlib; ac_word=$2
3127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3128$as_echo_n "checking for $ac_word... " >&6; }
3129if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
3130  $as_echo_n "(cached) " >&6
3131else
3132  if test -n "$ac_ct_RANLIB"; then
3133  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3134else
3135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3136for as_dir in $PATH
3137do
3138  IFS=$as_save_IFS
3139  test -z "$as_dir" && as_dir=.
3140    for ac_exec_ext in '' $ac_executable_extensions; do
3141  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3142    ac_cv_prog_ac_ct_RANLIB="ranlib"
3143    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3144    break 2
3145  fi
3146done
3147  done
3148IFS=$as_save_IFS
3149
3150fi
3151fi
3152ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3153if test -n "$ac_ct_RANLIB"; then
3154  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3155$as_echo "$ac_ct_RANLIB" >&6; }
3156else
3157  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3158$as_echo "no" >&6; }
3159fi
3160
3161  if test "x$ac_ct_RANLIB" = x; then
3162    RANLIB=":"
3163  else
3164    case $cross_compiling:$ac_tool_warned in
3165yes:)
3166{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3167$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3168ac_tool_warned=yes ;;
3169esac
3170    RANLIB=$ac_ct_RANLIB
3171  fi
3172else
3173  RANLIB="$ac_cv_prog_RANLIB"
3174fi
3175
3176if test -n "$ac_tool_prefix"; then
3177  # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
3178set dummy ${ac_tool_prefix}readelf; ac_word=$2
3179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3180$as_echo_n "checking for $ac_word... " >&6; }
3181if test "${ac_cv_prog_READELF+set}" = set; then :
3182  $as_echo_n "(cached) " >&6
3183else
3184  if test -n "$READELF"; then
3185  ac_cv_prog_READELF="$READELF" # Let the user override the test.
3186else
3187as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3188for as_dir in $PATH
3189do
3190  IFS=$as_save_IFS
3191  test -z "$as_dir" && as_dir=.
3192    for ac_exec_ext in '' $ac_executable_extensions; do
3193  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3194    ac_cv_prog_READELF="${ac_tool_prefix}readelf"
3195    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3196    break 2
3197  fi
3198done
3199  done
3200IFS=$as_save_IFS
3201
3202fi
3203fi
3204READELF=$ac_cv_prog_READELF
3205if test -n "$READELF"; then
3206  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
3207$as_echo "$READELF" >&6; }
3208else
3209  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3210$as_echo "no" >&6; }
3211fi
3212
3213
3214fi
3215if test -z "$ac_cv_prog_READELF"; then
3216  ac_ct_READELF=$READELF
3217  # Extract the first word of "readelf", so it can be a program name with args.
3218set dummy readelf; ac_word=$2
3219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3220$as_echo_n "checking for $ac_word... " >&6; }
3221if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then :
3222  $as_echo_n "(cached) " >&6
3223else
3224  if test -n "$ac_ct_READELF"; then
3225  ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
3226else
3227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3228for as_dir in $PATH
3229do
3230  IFS=$as_save_IFS
3231  test -z "$as_dir" && as_dir=.
3232    for ac_exec_ext in '' $ac_executable_extensions; do
3233  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3234    ac_cv_prog_ac_ct_READELF="readelf"
3235    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3236    break 2
3237  fi
3238done
3239  done
3240IFS=$as_save_IFS
3241
3242fi
3243fi
3244ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
3245if test -n "$ac_ct_READELF"; then
3246  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
3247$as_echo "$ac_ct_READELF" >&6; }
3248else
3249  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3250$as_echo "no" >&6; }
3251fi
3252
3253  if test "x$ac_ct_READELF" = x; then
3254    READELF=":"
3255  else
3256    case $cross_compiling:$ac_tool_warned in
3257yes:)
3258{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3259$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3260ac_tool_warned=yes ;;
3261esac
3262    READELF=$ac_ct_READELF
3263  fi
3264else
3265  READELF="$ac_cv_prog_READELF"
3266fi
3267
3268
3269
3270
3271# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
3272ac_given_INSTALL=$INSTALL
3273
3274
3275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3276$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3277    # Check whether --enable-maintainer-mode was given.
3278if test "${enable_maintainer_mode+set}" = set; then :
3279  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3280else
3281  USE_MAINTAINER_MODE=no
3282fi
3283
3284  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3285$as_echo "$USE_MAINTAINER_MODE" >&6; }
3286   if test $USE_MAINTAINER_MODE = yes; then
3287  MAINTAINER_MODE_TRUE=
3288  MAINTAINER_MODE_FALSE='#'
3289else
3290  MAINTAINER_MODE_TRUE='#'
3291  MAINTAINER_MODE_FALSE=
3292fi
3293
3294  MAINT=$MAINTAINER_MODE_TRUE
3295
3296
3297# By default we simply use the C compiler to build assembly code.
3298
3299test "${CCAS+set}" = set || CCAS=$CC
3300test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
3301
3302
3303
3304
3305# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
3306# at least currently, we never actually build a program, so we never
3307# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
3308# fails, because we are probably configuring with a cross compiler
3309# which can't create executables.  So we include AC_EXEEXT to keep
3310# automake happy, but we don't execute it, since we don't care about
3311# the result.
3312if false; then
3313
3314  dummy_var=1
3315fi
3316
3317. ${newlib_basedir}/configure.host
3318
3319newlib_cflags="${newlib_cflags} -fno-builtin"
3320
3321NEWLIB_CFLAGS=${newlib_cflags}
3322
3323
3324NO_INCLUDE_LIST=${noinclude}
3325
3326
3327LDFLAGS=${ldflags}
3328
3329
3330 if test x${newlib_elix_level} = x0; then
3331  ELIX_LEVEL_0_TRUE=
3332  ELIX_LEVEL_0_FALSE='#'
3333else
3334  ELIX_LEVEL_0_TRUE='#'
3335  ELIX_LEVEL_0_FALSE=
3336fi
3337
3338 if test x${newlib_elix_level} = x1; then
3339  ELIX_LEVEL_1_TRUE=
3340  ELIX_LEVEL_1_FALSE='#'
3341else
3342  ELIX_LEVEL_1_TRUE='#'
3343  ELIX_LEVEL_1_FALSE=
3344fi
3345
3346 if test x${newlib_elix_level} = x2; then
3347  ELIX_LEVEL_2_TRUE=
3348  ELIX_LEVEL_2_FALSE='#'
3349else
3350  ELIX_LEVEL_2_TRUE='#'
3351  ELIX_LEVEL_2_FALSE=
3352fi
3353
3354 if test x${newlib_elix_level} = x3; then
3355  ELIX_LEVEL_3_TRUE=
3356  ELIX_LEVEL_3_FALSE='#'
3357else
3358  ELIX_LEVEL_3_TRUE='#'
3359  ELIX_LEVEL_3_FALSE=
3360fi
3361
3362 if test x${newlib_elix_level} = x4; then
3363  ELIX_LEVEL_4_TRUE=
3364  ELIX_LEVEL_4_FALSE='#'
3365else
3366  ELIX_LEVEL_4_TRUE='#'
3367  ELIX_LEVEL_4_FALSE=
3368fi
3369
3370
3371 if test x${use_libtool} = xyes; then
3372  USE_LIBTOOL_TRUE=
3373  USE_LIBTOOL_FALSE='#'
3374else
3375  USE_LIBTOOL_TRUE='#'
3376  USE_LIBTOOL_FALSE=
3377fi
3378
3379
3380# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
3381# use oext, which is set in configure.host based on the target platform.
3382OBJEXT=${oext}
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394ac_config_files="$ac_config_files Makefile"
3395
3396cat >confcache <<\_ACEOF
3397# This file is a shell script that caches the results of configure
3398# tests run on this system so they can be shared between configure
3399# scripts and configure runs, see configure's option --config-cache.
3400# It is not useful on other systems.  If it contains results you don't
3401# want to keep, you may remove or edit it.
3402#
3403# config.status only pays attention to the cache file if you give it
3404# the --recheck option to rerun configure.
3405#
3406# `ac_cv_env_foo' variables (set or unset) will be overridden when
3407# loading this file, other *unset* `ac_cv_foo' will be assigned the
3408# following values.
3409
3410_ACEOF
3411
3412# The following way of writing the cache mishandles newlines in values,
3413# but we know of no workaround that is simple, portable, and efficient.
3414# So, we kill variables containing newlines.
3415# Ultrix sh set writes to stderr and can't be redirected directly,
3416# and sets the high bit in the cache file unless we assign to the vars.
3417(
3418  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3419    eval ac_val=\$$ac_var
3420    case $ac_val in #(
3421    *${as_nl}*)
3422      case $ac_var in #(
3423      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3424$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3425      esac
3426      case $ac_var in #(
3427      _ | IFS | as_nl) ;; #(
3428      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3429      *) { eval $ac_var=; unset $ac_var;} ;;
3430      esac ;;
3431    esac
3432  done
3433
3434  (set) 2>&1 |
3435    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3436    *${as_nl}ac_space=\ *)
3437      # `set' does not quote correctly, so add quotes: double-quote
3438      # substitution turns \\\\ into \\, and sed turns \\ into \.
3439      sed -n \
3440        "s/'/'\\\\''/g;
3441          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3442      ;; #(
3443    *)
3444      # `set' quotes correctly as required by POSIX, so do not add quotes.
3445      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3446      ;;
3447    esac |
3448    sort
3449) |
3450  sed '
3451     /^ac_cv_env_/b end
3452     t clear
3453     :clear
3454     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3455     t end
3456     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3457     :end' >>confcache
3458if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3459  if test -w "$cache_file"; then
3460    test "x$cache_file" != "x/dev/null" &&
3461      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3462$as_echo "$as_me: updating cache $cache_file" >&6;}
3463    cat confcache >$cache_file
3464  else
3465    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3466$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3467  fi
3468fi
3469rm -f confcache
3470
3471test "x$prefix" = xNONE && prefix=$ac_default_prefix
3472# Let make expand exec_prefix.
3473test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3474
3475# Transform confdefs.h into DEFS.
3476# Protect against shell expansion while executing Makefile rules.
3477# Protect against Makefile macro expansion.
3478#
3479# If the first sed substitution is executed (which looks for macros that
3480# take arguments), then branch to the quote section.  Otherwise,
3481# look for a macro that doesn't take arguments.
3482ac_script='
3483:mline
3484/\\$/{
3485 N
3486 s,\\\n,,
3487 b mline
3488}
3489t clear
3490:clear
3491s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
3492t quote
3493s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
3494t quote
3495b any
3496:quote
3497s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3498s/\[/\\&/g
3499s/\]/\\&/g
3500s/\$/$$/g
3501H
3502:any
3503${
3504        g
3505        s/^\n//
3506        s/\n/ /g
3507        p
3508}
3509'
3510DEFS=`sed -n "$ac_script" confdefs.h`
3511
3512
3513ac_libobjs=
3514ac_ltlibobjs=
3515for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3516  # 1. Remove the extension, and $U if already installed.
3517  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3518  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3519  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3520  #    will be set to the directory where LIBOBJS objects are built.
3521  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3522  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3523done
3524LIBOBJS=$ac_libobjs
3525
3526LTLIBOBJS=$ac_ltlibobjs
3527
3528
3529if test -z "${MAY_SUPPLY_SYSCALLS_TRUE}" && test -z "${MAY_SUPPLY_SYSCALLS_FALSE}"; then
3530  as_fn_error "conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
3531Usually this means the macro was only invoked conditionally." "$LINENO" 5
3532fi
3533
3534if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3535  as_fn_error "conditional \"AMDEP\" was never defined.
3536Usually this means the macro was only invoked conditionally." "$LINENO" 5
3537fi
3538if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3539  as_fn_error "conditional \"am__fastdepCC\" was never defined.
3540Usually this means the macro was only invoked conditionally." "$LINENO" 5
3541fi
3542if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
3543  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
3544Usually this means the macro was only invoked conditionally." "$LINENO" 5
3545fi
3546if test -z "${ELIX_LEVEL_0_TRUE}" && test -z "${ELIX_LEVEL_0_FALSE}"; then
3547  as_fn_error "conditional \"ELIX_LEVEL_0\" was never defined.
3548Usually this means the macro was only invoked conditionally." "$LINENO" 5
3549fi
3550if test -z "${ELIX_LEVEL_1_TRUE}" && test -z "${ELIX_LEVEL_1_FALSE}"; then
3551  as_fn_error "conditional \"ELIX_LEVEL_1\" was never defined.
3552Usually this means the macro was only invoked conditionally." "$LINENO" 5
3553fi
3554if test -z "${ELIX_LEVEL_2_TRUE}" && test -z "${ELIX_LEVEL_2_FALSE}"; then
3555  as_fn_error "conditional \"ELIX_LEVEL_2\" was never defined.
3556Usually this means the macro was only invoked conditionally." "$LINENO" 5
3557fi
3558if test -z "${ELIX_LEVEL_3_TRUE}" && test -z "${ELIX_LEVEL_3_FALSE}"; then
3559  as_fn_error "conditional \"ELIX_LEVEL_3\" was never defined.
3560Usually this means the macro was only invoked conditionally." "$LINENO" 5
3561fi
3562if test -z "${ELIX_LEVEL_4_TRUE}" && test -z "${ELIX_LEVEL_4_FALSE}"; then
3563  as_fn_error "conditional \"ELIX_LEVEL_4\" was never defined.
3564Usually this means the macro was only invoked conditionally." "$LINENO" 5
3565fi
3566if test -z "${USE_LIBTOOL_TRUE}" && test -z "${USE_LIBTOOL_FALSE}"; then
3567  as_fn_error "conditional \"USE_LIBTOOL\" was never defined.
3568Usually this means the macro was only invoked conditionally." "$LINENO" 5
3569fi
3570
3571: ${CONFIG_STATUS=./config.status}
3572ac_write_fail=0
3573ac_clean_files_save=$ac_clean_files
3574ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3575{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3576$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3577as_write_fail=0
3578cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3579#! $SHELL
3580# Generated by $as_me.
3581# Run this file to recreate the current configuration.
3582# Compiler output produced by configure, useful for debugging
3583# configure, is in config.log if it exists.
3584
3585debug=false
3586ac_cs_recheck=false
3587ac_cs_silent=false
3588
3589SHELL=\${CONFIG_SHELL-$SHELL}
3590export SHELL
3591_ASEOF
3592cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3593## -------------------- ##
3594## M4sh Initialization. ##
3595## -------------------- ##
3596
3597# Be more Bourne compatible
3598DUALCASE=1; export DUALCASE # for MKS sh
3599if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3600  emulate sh
3601  NULLCMD=:
3602  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3603  # is contrary to our usage.  Disable this feature.
3604  alias -g '${1+"$@"}'='"$@"'
3605  setopt NO_GLOB_SUBST
3606else
3607  case `(set -o) 2>/dev/null` in #(
3608  *posix*) :
3609    set -o posix ;; #(
3610  *) :
3611     ;;
3612esac
3613fi
3614
3615
3616as_nl='
3617'
3618export as_nl
3619# Printing a long string crashes Solaris 7 /usr/bin/printf.
3620as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3621as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3622as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3623# Prefer a ksh shell builtin over an external printf program on Solaris,
3624# but without wasting forks for bash or zsh.
3625if test -z "$BASH_VERSION$ZSH_VERSION" \
3626    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3627  as_echo='print -r --'
3628  as_echo_n='print -rn --'
3629elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3630  as_echo='printf %s\n'
3631  as_echo_n='printf %s'
3632else
3633  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3634    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3635    as_echo_n='/usr/ucb/echo -n'
3636  else
3637    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3638    as_echo_n_body='eval
3639      arg=$1;
3640      case $arg in #(
3641      *"$as_nl"*)
3642        expr "X$arg" : "X\\(.*\\)$as_nl";
3643        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3644      esac;
3645      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3646    '
3647    export as_echo_n_body
3648    as_echo_n='sh -c $as_echo_n_body as_echo'
3649  fi
3650  export as_echo_body
3651  as_echo='sh -c $as_echo_body as_echo'
3652fi
3653
3654# The user is always right.
3655if test "${PATH_SEPARATOR+set}" != set; then
3656  PATH_SEPARATOR=:
3657  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3658    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3659      PATH_SEPARATOR=';'
3660  }
3661fi
3662
3663
3664# IFS
3665# We need space, tab and new line, in precisely that order.  Quoting is
3666# there to prevent editors from complaining about space-tab.
3667# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3668# splitting by setting IFS to empty value.)
3669IFS=" ""        $as_nl"
3670
3671# Find who we are.  Look in the path if we contain no directory separator.
3672case $0 in #((
3673  *[\\/]* ) as_myself=$0 ;;
3674  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3675for as_dir in $PATH
3676do
3677  IFS=$as_save_IFS
3678  test -z "$as_dir" && as_dir=.
3679    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3680  done
3681IFS=$as_save_IFS
3682
3683     ;;
3684esac
3685# We did not find ourselves, most probably we were run as `sh COMMAND'
3686# in which case we are not to be found in the path.
3687if test "x$as_myself" = x; then
3688  as_myself=$0
3689fi
3690if test ! -f "$as_myself"; then
3691  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3692  exit 1
3693fi
3694
3695# Unset variables that we do not need and which cause bugs (e.g. in
3696# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
3697# suppresses any "Segmentation fault" message there.  '((' could
3698# trigger a bug in pdksh 5.2.14.
3699for as_var in BASH_ENV ENV MAIL MAILPATH
3700do eval test x\${$as_var+set} = xset \
3701  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3702done
3703PS1='$ '
3704PS2='> '
3705PS4='+ '
3706
3707# NLS nuisances.
3708LC_ALL=C
3709export LC_ALL
3710LANGUAGE=C
3711export LANGUAGE
3712
3713# CDPATH.
3714(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3715
3716
3717# as_fn_error ERROR [LINENO LOG_FD]
3718# ---------------------------------
3719# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3720# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3721# script with status $?, using 1 if that was 0.
3722as_fn_error ()
3723{
3724  as_status=$?; test $as_status -eq 0 && as_status=1
3725  if test "$3"; then
3726    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3727    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
3728  fi
3729  $as_echo "$as_me: error: $1" >&2
3730  as_fn_exit $as_status
3731} # as_fn_error
3732
3733
3734# as_fn_set_status STATUS
3735# -----------------------
3736# Set $? to STATUS, without forking.
3737as_fn_set_status ()
3738{
3739  return $1
3740} # as_fn_set_status
3741
3742# as_fn_exit STATUS
3743# -----------------
3744# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3745as_fn_exit ()
3746{
3747  set +e
3748  as_fn_set_status $1
3749  exit $1
3750} # as_fn_exit
3751
3752# as_fn_unset VAR
3753# ---------------
3754# Portably unset VAR.
3755as_fn_unset ()
3756{
3757  { eval $1=; unset $1;}
3758}
3759as_unset=as_fn_unset
3760# as_fn_append VAR VALUE
3761# ----------------------
3762# Append the text in VALUE to the end of the definition contained in VAR. Take
3763# advantage of any shell optimizations that allow amortized linear growth over
3764# repeated appends, instead of the typical quadratic growth present in naive
3765# implementations.
3766if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3767  eval 'as_fn_append ()
3768  {
3769    eval $1+=\$2
3770  }'
3771else
3772  as_fn_append ()
3773  {
3774    eval $1=\$$1\$2
3775  }
3776fi # as_fn_append
3777
3778# as_fn_arith ARG...
3779# ------------------
3780# Perform arithmetic evaluation on the ARGs, and store the result in the
3781# global $as_val. Take advantage of shells that can avoid forks. The arguments
3782# must be portable across $(()) and expr.
3783if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3784  eval 'as_fn_arith ()
3785  {
3786    as_val=$(( $* ))
3787  }'
3788else
3789  as_fn_arith ()
3790  {
3791    as_val=`expr "$@" || test $? -eq 1`
3792  }
3793fi # as_fn_arith
3794
3795
3796if expr a : '\(a\)' >/dev/null 2>&1 &&
3797   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3798  as_expr=expr
3799else
3800  as_expr=false
3801fi
3802
3803if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3804  as_basename=basename
3805else
3806  as_basename=false
3807fi
3808
3809if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3810  as_dirname=dirname
3811else
3812  as_dirname=false
3813fi
3814
3815as_me=`$as_basename -- "$0" ||
3816$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3817         X"$0" : 'X\(//\)$' \| \
3818         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3819$as_echo X/"$0" |
3820    sed '/^.*\/\([^/][^/]*\)\/*$/{
3821            s//\1/
3822            q
3823          }
3824          /^X\/\(\/\/\)$/{
3825            s//\1/
3826            q
3827          }
3828          /^X\/\(\/\).*/{
3829            s//\1/
3830            q
3831          }
3832          s/.*/./; q'`
3833
3834# Avoid depending upon Character Ranges.
3835as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3836as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3837as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3838as_cr_digits='0123456789'
3839as_cr_alnum=$as_cr_Letters$as_cr_digits
3840
3841ECHO_C= ECHO_N= ECHO_T=
3842case `echo -n x` in #(((((
3843-n*)
3844  case `echo 'xy\c'` in
3845  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
3846  xy)  ECHO_C='\c';;
3847  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3848       ECHO_T=' ';;
3849  esac;;
3850*)
3851  ECHO_N='-n';;
3852esac
3853
3854rm -f conf$$ conf$$.exe conf$$.file
3855if test -d conf$$.dir; then
3856  rm -f conf$$.dir/conf$$.file
3857else
3858  rm -f conf$$.dir
3859  mkdir conf$$.dir 2>/dev/null
3860fi
3861if (echo >conf$$.file) 2>/dev/null; then
3862  if ln -s conf$$.file conf$$ 2>/dev/null; then
3863    as_ln_s='ln -s'
3864    # ... but there are two gotchas:
3865    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3866    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3867    # In both cases, we have to default to `cp -p'.
3868    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3869      as_ln_s='cp -p'
3870  elif ln conf$$.file conf$$ 2>/dev/null; then
3871    as_ln_s=ln
3872  else
3873    as_ln_s='cp -p'
3874  fi
3875else
3876  as_ln_s='cp -p'
3877fi
3878rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3879rmdir conf$$.dir 2>/dev/null
3880
3881
3882# as_fn_mkdir_p
3883# -------------
3884# Create "$as_dir" as a directory, including parents if necessary.
3885as_fn_mkdir_p ()
3886{
3887
3888  case $as_dir in #(
3889  -*) as_dir=./$as_dir;;
3890  esac
3891  test -d "$as_dir" || eval $as_mkdir_p || {
3892    as_dirs=
3893    while :; do
3894      case $as_dir in #(
3895      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3896      *) as_qdir=$as_dir;;
3897      esac
3898      as_dirs="'$as_qdir' $as_dirs"
3899      as_dir=`$as_dirname -- "$as_dir" ||
3900$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3901         X"$as_dir" : 'X\(//\)[^/]' \| \
3902         X"$as_dir" : 'X\(//\)$' \| \
3903         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3904$as_echo X"$as_dir" |
3905    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3906            s//\1/
3907            q
3908          }
3909          /^X\(\/\/\)[^/].*/{
3910            s//\1/
3911            q
3912          }
3913          /^X\(\/\/\)$/{
3914            s//\1/
3915            q
3916          }
3917          /^X\(\/\).*/{
3918            s//\1/
3919            q
3920          }
3921          s/.*/./; q'`
3922      test -d "$as_dir" && break
3923    done
3924    test -z "$as_dirs" || eval "mkdir $as_dirs"
3925  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
3926
3927
3928} # as_fn_mkdir_p
3929if mkdir -p . 2>/dev/null; then
3930  as_mkdir_p='mkdir -p "$as_dir"'
3931else
3932  test -d ./-p && rmdir ./-p
3933  as_mkdir_p=false
3934fi
3935
3936if test -x / >/dev/null 2>&1; then
3937  as_test_x='test -x'
3938else
3939  if ls -dL / >/dev/null 2>&1; then
3940    as_ls_L_option=L
3941  else
3942    as_ls_L_option=
3943  fi
3944  as_test_x='
3945    eval sh -c '\''
3946      if test -d "$1"; then
3947        test -d "$1/.";
3948      else
3949        case $1 in #(
3950        -*)set "./$1";;
3951        esac;
3952        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
3953        ???[sx]*):;;*)false;;esac;fi
3954    '\'' sh
3955  '
3956fi
3957as_executable_p=$as_test_x
3958
3959# Sed expression to map a string onto a valid CPP name.
3960as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3961
3962# Sed expression to map a string onto a valid variable name.
3963as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3964
3965
3966exec 6>&1
3967## ----------------------------------- ##
3968## Main body of $CONFIG_STATUS script. ##
3969## ----------------------------------- ##
3970_ASEOF
3971test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3972
3973cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3974# Save the log message, to keep $0 and so on meaningful, and to
3975# report actual input values of CONFIG_FILES etc. instead of their
3976# values after options handling.
3977ac_log="
3978This file was extended by newlib $as_me 3.0.0, which was
3979generated by GNU Autoconf 2.65.  Invocation command line was
3980
3981  CONFIG_FILES    = $CONFIG_FILES
3982  CONFIG_HEADERS  = $CONFIG_HEADERS
3983  CONFIG_LINKS    = $CONFIG_LINKS
3984  CONFIG_COMMANDS = $CONFIG_COMMANDS
3985  $ $0 $@
3986
3987on `(hostname || uname -n) 2>/dev/null | sed 1q`
3988"
3989
3990_ACEOF
3991
3992case $ac_config_files in *"
3993"*) set x $ac_config_files; shift; ac_config_files=$*;;
3994esac
3995
3996
3997
3998cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3999# Files that config.status was made for.
4000config_files="$ac_config_files"
4001config_commands="$ac_config_commands"
4002
4003_ACEOF
4004
4005cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4006ac_cs_usage="\
4007\`$as_me' instantiates files and other configuration actions
4008from templates according to the current configuration.  Unless the files
4009and actions are specified as TAGs, all are instantiated by default.
4010
4011Usage: $0 [OPTION]... [TAG]...
4012
4013  -h, --help       print this help, then exit
4014  -V, --version    print version number and configuration settings, then exit
4015      --config     print configuration, then exit
4016  -q, --quiet, --silent
4017                   do not print progress messages
4018  -d, --debug      don't remove temporary files
4019      --recheck    update $as_me by reconfiguring in the same conditions
4020      --file=FILE[:TEMPLATE]
4021                   instantiate the configuration file FILE
4022
4023Configuration files:
4024$config_files
4025
4026Configuration commands:
4027$config_commands
4028
4029Report bugs to the package provider."
4030
4031_ACEOF
4032cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4033ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4034ac_cs_version="\\
4035newlib config.status 3.0.0
4036configured by $0, generated by GNU Autoconf 2.65,
4037  with options \\"\$ac_cs_config\\"
4038
4039Copyright (C) 2009 Free Software Foundation, Inc.
4040This config.status script is free software; the Free Software Foundation
4041gives unlimited permission to copy, distribute and modify it."
4042
4043ac_pwd='$ac_pwd'
4044srcdir='$srcdir'
4045INSTALL='$INSTALL'
4046MKDIR_P='$MKDIR_P'
4047AWK='$AWK'
4048test -n "\$AWK" || AWK=awk
4049_ACEOF
4050
4051cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4052# The default lists apply if the user does not specify any file.
4053ac_need_defaults=:
4054while test $# != 0
4055do
4056  case $1 in
4057  --*=*)
4058    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4059    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4060    ac_shift=:
4061    ;;
4062  *)
4063    ac_option=$1
4064    ac_optarg=$2
4065    ac_shift=shift
4066    ;;
4067  esac
4068
4069  case $ac_option in
4070  # Handling of the options.
4071  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4072    ac_cs_recheck=: ;;
4073  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4074    $as_echo "$ac_cs_version"; exit ;;
4075  --config | --confi | --conf | --con | --co | --c )
4076    $as_echo "$ac_cs_config"; exit ;;
4077  --debug | --debu | --deb | --de | --d | -d )
4078    debug=: ;;
4079  --file | --fil | --fi | --f )
4080    $ac_shift
4081    case $ac_optarg in
4082    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4083    esac
4084    as_fn_append CONFIG_FILES " '$ac_optarg'"
4085    ac_need_defaults=false;;
4086  --he | --h |  --help | --hel | -h )
4087    $as_echo "$ac_cs_usage"; exit ;;
4088  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4089  | -silent | --silent | --silen | --sile | --sil | --si | --s)
4090    ac_cs_silent=: ;;
4091
4092  # This is an error.
4093  -*) as_fn_error "unrecognized option: \`$1'
4094Try \`$0 --help' for more information." ;;
4095
4096  *) as_fn_append ac_config_targets " $1"
4097     ac_need_defaults=false ;;
4098
4099  esac
4100  shift
4101done
4102
4103ac_configure_extra_args=
4104
4105if $ac_cs_silent; then
4106  exec 6>/dev/null
4107  ac_configure_extra_args="$ac_configure_extra_args --silent"
4108fi
4109
4110_ACEOF
4111cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4112if \$ac_cs_recheck; then
4113  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4114  shift
4115  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4116  CONFIG_SHELL='$SHELL'
4117  export CONFIG_SHELL
4118  exec "\$@"
4119fi
4120
4121_ACEOF
4122cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4123exec 5>>config.log
4124{
4125  echo
4126  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4127## Running $as_me. ##
4128_ASBOX
4129  $as_echo "$ac_log"
4130} >&5
4131
4132_ACEOF
4133cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4134#
4135# INIT-COMMANDS
4136#
4137AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4138
4139_ACEOF
4140
4141cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4142
4143# Handling of arguments.
4144for ac_config_target in $ac_config_targets
4145do
4146  case $ac_config_target in
4147    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
4148    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4149
4150  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4151  esac
4152done
4153
4154
4155# If the user did not use the arguments to specify the items to instantiate,
4156# then the envvar interface is used.  Set only those that are not.
4157# We use the long form for the default assignment because of an extremely
4158# bizarre bug on SunOS 4.1.3.
4159if $ac_need_defaults; then
4160  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4161  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
4162fi
4163
4164# Have a temporary directory for convenience.  Make it in the build tree
4165# simply because there is no reason against having it here, and in addition,
4166# creating and moving files from /tmp can sometimes cause problems.
4167# Hook for its removal unless debugging.
4168# Note that there is a small window in which the directory will not be cleaned:
4169# after its creation but before its name has been assigned to `$tmp'.
4170$debug ||
4171{
4172  tmp=
4173  trap 'exit_status=$?
4174  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
4175' 0
4176  trap 'as_fn_exit 1' 1 2 13 15
4177}
4178# Create a (secure) tmp directory for tmp files.
4179
4180{
4181  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4182  test -n "$tmp" && test -d "$tmp"
4183}  ||
4184{
4185  tmp=./conf$$-$RANDOM
4186  (umask 077 && mkdir "$tmp")
4187} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
4188
4189# Set up the scripts for CONFIG_FILES section.
4190# No need to generate them if there are no CONFIG_FILES.
4191# This happens for instance with `./config.status config.h'.
4192if test -n "$CONFIG_FILES"; then
4193
4194
4195ac_cr=`echo X | tr X '\015'`
4196# On cygwin, bash can eat \r inside `` if the user requested igncr.
4197# But we know of no other shell where ac_cr would be empty at this
4198# point, so we can use a bashism as a fallback.
4199if test "x$ac_cr" = x; then
4200  eval ac_cr=\$\'\\r\'
4201fi
4202ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4203if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4204  ac_cs_awk_cr='\r'
4205else
4206  ac_cs_awk_cr=$ac_cr
4207fi
4208
4209echo 'BEGIN {' >"$tmp/subs1.awk" &&
4210_ACEOF
4211
4212
4213{
4214  echo "cat >conf$$subs.awk <<_ACEOF" &&
4215  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4216  echo "_ACEOF"
4217} >conf$$subs.sh ||
4218  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4219ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
4220ac_delim='%!_!# '
4221for ac_last_try in false false false false false :; do
4222  . ./conf$$subs.sh ||
4223    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4224
4225  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4226  if test $ac_delim_n = $ac_delim_num; then
4227    break
4228  elif $ac_last_try; then
4229    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4230  else
4231    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4232  fi
4233done
4234rm -f conf$$subs.sh
4235
4236cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4237cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
4238_ACEOF
4239sed -n '
4240h
4241s/^/S["/; s/!.*/"]=/
4242p
4243g
4244s/^[^!]*!//
4245:repl
4246t repl
4247s/'"$ac_delim"'$//
4248t delim
4249:nl
4250h
4251s/\(.\{148\}\)..*/\1/
4252t more1
4253s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4254p
4255n
4256b repl
4257:more1
4258s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4259p
4260g
4261s/.\{148\}//
4262t nl
4263:delim
4264h
4265s/\(.\{148\}\)..*/\1/
4266t more2
4267s/["\\]/\\&/g; s/^/"/; s/$/"/
4268p
4269b
4270:more2
4271s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4272p
4273g
4274s/.\{148\}//
4275t delim
4276' <conf$$subs.awk | sed '
4277/^[^""]/{
4278  N
4279  s/\n//
4280}
4281' >>$CONFIG_STATUS || ac_write_fail=1
4282rm -f conf$$subs.awk
4283cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4284_ACAWK
4285cat >>"\$tmp/subs1.awk" <<_ACAWK &&
4286  for (key in S) S_is_set[key] = 1
4287  FS = ""
4288
4289}
4290{
4291  line = $ 0
4292  nfields = split(line, field, "@")
4293  substed = 0
4294  len = length(field[1])
4295  for (i = 2; i < nfields; i++) {
4296    key = field[i]
4297    keylen = length(key)
4298    if (S_is_set[key]) {
4299      value = S[key]
4300      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4301      len += length(value) + length(field[++i])
4302      substed = 1
4303    } else
4304      len += 1 + keylen
4305  }
4306
4307  print line
4308}
4309
4310_ACAWK
4311_ACEOF
4312cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4313if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4314  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4315else
4316  cat
4317fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
4318  || as_fn_error "could not setup config files machinery" "$LINENO" 5
4319_ACEOF
4320
4321# VPATH may cause trouble with some makes, so we remove $(srcdir),
4322# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4323# trailing colons and then remove the whole line if VPATH becomes empty
4324# (actually we leave an empty line to preserve line numbers).
4325if test "x$srcdir" = x.; then
4326  ac_vpsub='/^[  ]*VPATH[        ]*=/{
4327s/:*\$(srcdir):*/:/
4328s/:*\${srcdir}:*/:/
4329s/:*@srcdir@:*/:/
4330s/^\([^=]*=[     ]*\):*/\1/
4331s/:*$//
4332s/^[^=]*=[       ]*$//
4333}'
4334fi
4335
4336cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4337fi # test -n "$CONFIG_FILES"
4338
4339
4340eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
4341shift
4342for ac_tag
4343do
4344  case $ac_tag in
4345  :[FHLC]) ac_mode=$ac_tag; continue;;
4346  esac
4347  case $ac_mode$ac_tag in
4348  :[FHL]*:*);;
4349  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
4350  :[FH]-) ac_tag=-:-;;
4351  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4352  esac
4353  ac_save_IFS=$IFS
4354  IFS=:
4355  set x $ac_tag
4356  IFS=$ac_save_IFS
4357  shift
4358  ac_file=$1
4359  shift
4360
4361  case $ac_mode in
4362  :L) ac_source=$1;;
4363  :[FH])
4364    ac_file_inputs=
4365    for ac_f
4366    do
4367      case $ac_f in
4368      -) ac_f="$tmp/stdin";;
4369      *) # Look for the file first in the build tree, then in the source tree
4370         # (if the path is not absolute).  The absolute path cannot be DOS-style,
4371         # because $ac_f cannot contain `:'.
4372         test -f "$ac_f" ||
4373           case $ac_f in
4374           [\\/$]*) false;;
4375           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4376           esac ||
4377           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4378      esac
4379      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4380      as_fn_append ac_file_inputs " '$ac_f'"
4381    done
4382
4383    # Let's still pretend it is `configure' which instantiates (i.e., don't
4384    # use $as_me), people would be surprised to read:
4385    #    /* config.h.  Generated by config.status.  */
4386    configure_input='Generated from '`
4387          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4388        `' by configure.'
4389    if test x"$ac_file" != x-; then
4390      configure_input="$ac_file.  $configure_input"
4391      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4392$as_echo "$as_me: creating $ac_file" >&6;}
4393    fi
4394    # Neutralize special characters interpreted by sed in replacement strings.
4395    case $configure_input in #(
4396    *\&* | *\|* | *\\* )
4397       ac_sed_conf_input=`$as_echo "$configure_input" |
4398       sed 's/[\\\\&|]/\\\\&/g'`;; #(
4399    *) ac_sed_conf_input=$configure_input;;
4400    esac
4401
4402    case $ac_tag in
4403    *:-:* | *:-) cat >"$tmp/stdin" \
4404      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
4405    esac
4406    ;;
4407  esac
4408
4409  ac_dir=`$as_dirname -- "$ac_file" ||
4410$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4411         X"$ac_file" : 'X\(//\)[^/]' \| \
4412         X"$ac_file" : 'X\(//\)$' \| \
4413         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4414$as_echo X"$ac_file" |
4415    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4416            s//\1/
4417            q
4418          }
4419          /^X\(\/\/\)[^/].*/{
4420            s//\1/
4421            q
4422          }
4423          /^X\(\/\/\)$/{
4424            s//\1/
4425            q
4426          }
4427          /^X\(\/\).*/{
4428            s//\1/
4429            q
4430          }
4431          s/.*/./; q'`
4432  as_dir="$ac_dir"; as_fn_mkdir_p
4433  ac_builddir=.
4434
4435case "$ac_dir" in
4436.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4437*)
4438  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4439  # A ".." for each directory in $ac_dir_suffix.
4440  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4441  case $ac_top_builddir_sub in
4442  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4443  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4444  esac ;;
4445esac
4446ac_abs_top_builddir=$ac_pwd
4447ac_abs_builddir=$ac_pwd$ac_dir_suffix
4448# for backward compatibility:
4449ac_top_builddir=$ac_top_build_prefix
4450
4451case $srcdir in
4452  .)  # We are building in place.
4453    ac_srcdir=.
4454    ac_top_srcdir=$ac_top_builddir_sub
4455    ac_abs_top_srcdir=$ac_pwd ;;
4456  [\\/]* | ?:[\\/]* )  # Absolute name.
4457    ac_srcdir=$srcdir$ac_dir_suffix;
4458    ac_top_srcdir=$srcdir
4459    ac_abs_top_srcdir=$srcdir ;;
4460  *) # Relative name.
4461    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4462    ac_top_srcdir=$ac_top_build_prefix$srcdir
4463    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4464esac
4465ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4466
4467
4468  case $ac_mode in
4469  :F)
4470  #
4471  # CONFIG_FILE
4472  #
4473
4474  case $INSTALL in
4475  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4476  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4477  esac
4478  ac_MKDIR_P=$MKDIR_P
4479  case $MKDIR_P in
4480  [\\/$]* | ?:[\\/]* ) ;;
4481  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4482  esac
4483_ACEOF
4484
4485cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4486# If the template does not know about datarootdir, expand it.
4487# FIXME: This hack should be removed a few years after 2.60.
4488ac_datarootdir_hack=; ac_datarootdir_seen=
4489ac_sed_dataroot='
4490/datarootdir/ {
4491  p
4492  q
4493}
4494/@datadir@/p
4495/@docdir@/p
4496/@infodir@/p
4497/@localedir@/p
4498/@mandir@/p'
4499case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4500*datarootdir*) ac_datarootdir_seen=yes;;
4501*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4502  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4503$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4504_ACEOF
4505cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4506  ac_datarootdir_hack='
4507  s&@datadir@&$datadir&g
4508  s&@docdir@&$docdir&g
4509  s&@infodir@&$infodir&g
4510  s&@localedir@&$localedir&g
4511  s&@mandir@&$mandir&g
4512  s&\\\${datarootdir}&$datarootdir&g' ;;
4513esac
4514_ACEOF
4515
4516# Neutralize VPATH when `$srcdir' = `.'.
4517# Shell code in configure.ac might set extrasub.
4518# FIXME: do we really want to maintain this feature?
4519cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4520ac_sed_extra="$ac_vpsub
4521$extrasub
4522_ACEOF
4523cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4524:t
4525/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4526s|@configure_input@|$ac_sed_conf_input|;t t
4527s&@top_builddir@&$ac_top_builddir_sub&;t t
4528s&@top_build_prefix@&$ac_top_build_prefix&;t t
4529s&@srcdir@&$ac_srcdir&;t t
4530s&@abs_srcdir@&$ac_abs_srcdir&;t t
4531s&@top_srcdir@&$ac_top_srcdir&;t t
4532s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4533s&@builddir@&$ac_builddir&;t t
4534s&@abs_builddir@&$ac_abs_builddir&;t t
4535s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4536s&@INSTALL@&$ac_INSTALL&;t t
4537s&@MKDIR_P@&$ac_MKDIR_P&;t t
4538$ac_datarootdir_hack
4539"
4540eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
4541  || as_fn_error "could not create $ac_file" "$LINENO" 5
4542
4543test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4544  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4545  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4546  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4547which seems to be undefined.  Please make sure it is defined." >&5
4548$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4549which seems to be undefined.  Please make sure it is defined." >&2;}
4550
4551  rm -f "$tmp/stdin"
4552  case $ac_file in
4553  -) cat "$tmp/out" && rm -f "$tmp/out";;
4554  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
4555  esac \
4556  || as_fn_error "could not create $ac_file" "$LINENO" 5
4557 ;;
4558
4559
4560  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
4561$as_echo "$as_me: executing $ac_file commands" >&6;}
4562 ;;
4563  esac
4564
4565
4566  case $ac_file$ac_mode in
4567    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
4568  # Autoconf 2.62 quotes --file arguments for eval, but not when files
4569  # are listed without --file.  Let's play safe and only enable the eval
4570  # if we detect the quoting.
4571  case $CONFIG_FILES in
4572  *\'*) eval set x "$CONFIG_FILES" ;;
4573  *)   set x $CONFIG_FILES ;;
4574  esac
4575  shift
4576  for mf
4577  do
4578    # Strip MF so we end up with the name of the file.
4579    mf=`echo "$mf" | sed -e 's/:.*$//'`
4580    # Check whether this is an Automake generated Makefile or not.
4581    # We used to match only the files named `Makefile.in', but
4582    # some people rename them; so instead we look at the file content.
4583    # Grep'ing the first line is not enough: some people post-process
4584    # each Makefile.in and add a new line on top of each file to say so.
4585    # Grep'ing the whole file is not good either: AIX grep has a line
4586    # limit of 2048, but all sed's we know have understand at least 4000.
4587    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
4588      dirpart=`$as_dirname -- "$mf" ||
4589$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4590         X"$mf" : 'X\(//\)[^/]' \| \
4591         X"$mf" : 'X\(//\)$' \| \
4592         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
4593$as_echo X"$mf" |
4594    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4595            s//\1/
4596            q
4597          }
4598          /^X\(\/\/\)[^/].*/{
4599            s//\1/
4600            q
4601          }
4602          /^X\(\/\/\)$/{
4603            s//\1/
4604            q
4605          }
4606          /^X\(\/\).*/{
4607            s//\1/
4608            q
4609          }
4610          s/.*/./; q'`
4611    else
4612      continue
4613    fi
4614    # Extract the definition of DEPDIR, am__include, and am__quote
4615    # from the Makefile without running `make'.
4616    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4617    test -z "$DEPDIR" && continue
4618    am__include=`sed -n 's/^am__include = //p' < "$mf"`
4619    test -z "am__include" && continue
4620    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
4621    # When using ansi2knr, U may be empty or an underscore; expand it
4622    U=`sed -n 's/^U = //p' < "$mf"`
4623    # Find all dependency output files, they are included files with
4624    # $(DEPDIR) in their names.  We invoke sed twice because it is the
4625    # simplest approach to changing $(DEPDIR) to its actual value in the
4626    # expansion.
4627    for file in `sed -n "
4628      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
4629         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4630      # Make sure the directory exists.
4631      test -f "$dirpart/$file" && continue
4632      fdir=`$as_dirname -- "$file" ||
4633$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4634         X"$file" : 'X\(//\)[^/]' \| \
4635         X"$file" : 'X\(//\)$' \| \
4636         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
4637$as_echo X"$file" |
4638    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4639            s//\1/
4640            q
4641          }
4642          /^X\(\/\/\)[^/].*/{
4643            s//\1/
4644            q
4645          }
4646          /^X\(\/\/\)$/{
4647            s//\1/
4648            q
4649          }
4650          /^X\(\/\).*/{
4651            s//\1/
4652            q
4653          }
4654          s/.*/./; q'`
4655      as_dir=$dirpart/$fdir; as_fn_mkdir_p
4656      # echo "creating $dirpart/$file"
4657      echo '# dummy' > "$dirpart/$file"
4658    done
4659  done
4660}
4661 ;;
4662
4663  esac
4664done # for ac_tag
4665
4666
4667as_fn_exit 0
4668_ACEOF
4669ac_clean_files=$ac_clean_files_save
4670
4671test $ac_write_fail = 0 ||
4672  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
4673
4674
4675# configure is writing to config.log, and then calls config.status.
4676# config.status does its own redirection, appending to config.log.
4677# Unfortunately, on DOS this fails, as config.log is still kept open
4678# by configure, so config.status won't be able to write to it; its
4679# output is simply discarded.  So we exec the FD to /dev/null,
4680# effectively closing config.log, so it can be properly (re)opened and
4681# appended to by config.status.  When coming back to configure, we
4682# need to make the FD available again.
4683if test "$no_create" != yes; then
4684  ac_cs_success=:
4685  ac_config_status_args=
4686  test "$silent" = yes &&
4687    ac_config_status_args="$ac_config_status_args --quiet"
4688  exec 5>/dev/null
4689  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4690  exec 5>>config.log
4691  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4692  # would make configure fail if this is the last instruction.
4693  $ac_cs_success || as_fn_exit $?
4694fi
4695if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4696  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4697$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4698fi
4699
Note: See TracBrowser for help on using the repository browser.