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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [doc/] [configure] - Blame information for rev 9

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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