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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [machine/] [hppa/] [configure] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1008 ivang
#! /bin/sh
2
 
3
# Guess values for system-dependent variables and create Makefiles.
4
# Generated automatically using autoconf version 2.13
5
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6
#
7
# This configure script is free software; the Free Software Foundation
8
# gives unlimited permission to copy, distribute and modify it.
9
 
10
# Defaults:
11
ac_help=
12
ac_default_prefix=/usr/local
13
# Any additions from configure.in:
14
ac_help="$ac_help
15
  --enable-multilib         build many library versions (default)"
16
ac_help="$ac_help
17
  --enable-target-optspace  optimize for space"
18
ac_help="$ac_help
19
  --enable-malloc-debugging indicate malloc debugging requested"
20
ac_help="$ac_help
21
  --enable-newlib-mb        enable multibyte support"
22
ac_help="$ac_help
23
  --disable-newlib-io-float disable printf/scanf family float support"
24
ac_help="$ac_help
25
  --enable-maintainer-mode enable make rules and dependencies not useful
26
                          (and sometimes confusing) to the casual installer"
27
 
28
# Initialize some variables set by options.
29
# The variables have the same names as the options, with
30
# dashes changed to underlines.
31
build=NONE
32
cache_file=./config.cache
33
exec_prefix=NONE
34
host=NONE
35
no_create=
36
nonopt=NONE
37
no_recursion=
38
prefix=NONE
39
program_prefix=NONE
40
program_suffix=NONE
41
program_transform_name=s,x,x,
42
silent=
43
site=
44
sitefile=
45
srcdir=
46
target=NONE
47
verbose=
48
x_includes=NONE
49
x_libraries=NONE
50
bindir='${exec_prefix}/bin'
51
sbindir='${exec_prefix}/sbin'
52
libexecdir='${exec_prefix}/libexec'
53
datadir='${prefix}/share'
54
sysconfdir='${prefix}/etc'
55
sharedstatedir='${prefix}/com'
56
localstatedir='${prefix}/var'
57
libdir='${exec_prefix}/lib'
58
includedir='${prefix}/include'
59
oldincludedir='/usr/include'
60
infodir='${prefix}/info'
61
mandir='${prefix}/man'
62
 
63
# Initialize some other variables.
64
subdirs=
65
MFLAGS= MAKEFLAGS=
66
SHELL=${CONFIG_SHELL-/bin/sh}
67
# Maximum number of lines to put in a shell here document.
68
ac_max_here_lines=12
69
 
70
ac_prev=
71
for ac_option
72
do
73
 
74
  # If the previous option needs an argument, assign it.
75
  if test -n "$ac_prev"; then
76
    eval "$ac_prev=\$ac_option"
77
    ac_prev=
78
    continue
79
  fi
80
 
81
  case "$ac_option" in
82
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
83
  *) ac_optarg= ;;
84
  esac
85
 
86
  # Accept the important Cygnus configure options, so we can diagnose typos.
87
 
88
  case "$ac_option" in
89
 
90
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
91
    ac_prev=bindir ;;
92
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
93
    bindir="$ac_optarg" ;;
94
 
95
  -build | --build | --buil | --bui | --bu)
96
    ac_prev=build ;;
97
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
98
    build="$ac_optarg" ;;
99
 
100
  -cache-file | --cache-file | --cache-fil | --cache-fi \
101
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
102
    ac_prev=cache_file ;;
103
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
104
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
105
    cache_file="$ac_optarg" ;;
106
 
107
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
108
    ac_prev=datadir ;;
109
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
110
  | --da=*)
111
    datadir="$ac_optarg" ;;
112
 
113
  -disable-* | --disable-*)
114
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
115
    # Reject names that are not valid shell variable names.
116
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
117
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
118
    fi
119
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
120
    eval "enable_${ac_feature}=no" ;;
121
 
122
  -enable-* | --enable-*)
123
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
124
    # Reject names that are not valid shell variable names.
125
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
126
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
127
    fi
128
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
129
    case "$ac_option" in
130
      *=*) ;;
131
      *) ac_optarg=yes ;;
132
    esac
133
    eval "enable_${ac_feature}='$ac_optarg'" ;;
134
 
135
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
136
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
137
  | --exec | --exe | --ex)
138
    ac_prev=exec_prefix ;;
139
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
140
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
141
  | --exec=* | --exe=* | --ex=*)
142
    exec_prefix="$ac_optarg" ;;
143
 
144
  -gas | --gas | --ga | --g)
145
    # Obsolete; use --with-gas.
146
    with_gas=yes ;;
147
 
148
  -help | --help | --hel | --he)
149
    # Omit some internal or obsolete options to make the list less imposing.
150
    # This message is too long to be a string in the A/UX 3.1 sh.
151
    cat << EOF
152
Usage: configure [options] [host]
153
Options: [defaults in brackets after descriptions]
154
Configuration:
155
  --cache-file=FILE       cache test results in FILE
156
  --help                  print this message
157
  --no-create             do not create output files
158
  --quiet, --silent       do not print \`checking...' messages
159
  --site-file=FILE        use FILE as the site file
160
  --version               print the version of autoconf that created configure
161
Directory and file names:
162
  --prefix=PREFIX         install architecture-independent files in PREFIX
163
                          [$ac_default_prefix]
164
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
165
                          [same as prefix]
166
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
167
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
168
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
169
  --datadir=DIR           read-only architecture-independent data in DIR
170
                          [PREFIX/share]
171
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
172
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
173
                          [PREFIX/com]
174
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
175
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
176
  --includedir=DIR        C header files in DIR [PREFIX/include]
177
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
178
  --infodir=DIR           info documentation in DIR [PREFIX/info]
179
  --mandir=DIR            man documentation in DIR [PREFIX/man]
180
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
181
  --program-prefix=PREFIX prepend PREFIX to installed program names
182
  --program-suffix=SUFFIX append SUFFIX to installed program names
183
  --program-transform-name=PROGRAM
184
                          run sed PROGRAM on installed program names
185
EOF
186
    cat << EOF
187
Host type:
188
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
189
  --host=HOST             configure for HOST [guessed]
190
  --target=TARGET         configure for TARGET [TARGET=HOST]
191
Features and packages:
192
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
193
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
194
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
195
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
196
  --x-includes=DIR        X include files are in DIR
197
  --x-libraries=DIR       X library files are in DIR
198
EOF
199
    if test -n "$ac_help"; then
200
      echo "--enable and --with options recognized:$ac_help"
201
    fi
202
    exit 0 ;;
203
 
204
  -host | --host | --hos | --ho)
205
    ac_prev=host ;;
206
  -host=* | --host=* | --hos=* | --ho=*)
207
    host="$ac_optarg" ;;
208
 
209
  -includedir | --includedir | --includedi | --included | --include \
210
  | --includ | --inclu | --incl | --inc)
211
    ac_prev=includedir ;;
212
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
213
  | --includ=* | --inclu=* | --incl=* | --inc=*)
214
    includedir="$ac_optarg" ;;
215
 
216
  -infodir | --infodir | --infodi | --infod | --info | --inf)
217
    ac_prev=infodir ;;
218
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
219
    infodir="$ac_optarg" ;;
220
 
221
  -libdir | --libdir | --libdi | --libd)
222
    ac_prev=libdir ;;
223
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
224
    libdir="$ac_optarg" ;;
225
 
226
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
227
  | --libexe | --libex | --libe)
228
    ac_prev=libexecdir ;;
229
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
230
  | --libexe=* | --libex=* | --libe=*)
231
    libexecdir="$ac_optarg" ;;
232
 
233
  -localstatedir | --localstatedir | --localstatedi | --localstated \
234
  | --localstate | --localstat | --localsta | --localst \
235
  | --locals | --local | --loca | --loc | --lo)
236
    ac_prev=localstatedir ;;
237
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
238
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
239
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
240
    localstatedir="$ac_optarg" ;;
241
 
242
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
243
    ac_prev=mandir ;;
244
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
245
    mandir="$ac_optarg" ;;
246
 
247
  -nfp | --nfp | --nf)
248
    # Obsolete; use --without-fp.
249
    with_fp=no ;;
250
 
251
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
252
  | --no-cr | --no-c)
253
    no_create=yes ;;
254
 
255
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
256
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
257
    no_recursion=yes ;;
258
 
259
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
260
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
261
  | --oldin | --oldi | --old | --ol | --o)
262
    ac_prev=oldincludedir ;;
263
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
264
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
265
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
266
    oldincludedir="$ac_optarg" ;;
267
 
268
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
269
    ac_prev=prefix ;;
270
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
271
    prefix="$ac_optarg" ;;
272
 
273
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
274
  | --program-pre | --program-pr | --program-p)
275
    ac_prev=program_prefix ;;
276
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
277
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
278
    program_prefix="$ac_optarg" ;;
279
 
280
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
281
  | --program-suf | --program-su | --program-s)
282
    ac_prev=program_suffix ;;
283
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
284
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
285
    program_suffix="$ac_optarg" ;;
286
 
287
  -program-transform-name | --program-transform-name \
288
  | --program-transform-nam | --program-transform-na \
289
  | --program-transform-n | --program-transform- \
290
  | --program-transform | --program-transfor \
291
  | --program-transfo | --program-transf \
292
  | --program-trans | --program-tran \
293
  | --progr-tra | --program-tr | --program-t)
294
    ac_prev=program_transform_name ;;
295
  -program-transform-name=* | --program-transform-name=* \
296
  | --program-transform-nam=* | --program-transform-na=* \
297
  | --program-transform-n=* | --program-transform-=* \
298
  | --program-transform=* | --program-transfor=* \
299
  | --program-transfo=* | --program-transf=* \
300
  | --program-trans=* | --program-tran=* \
301
  | --progr-tra=* | --program-tr=* | --program-t=*)
302
    program_transform_name="$ac_optarg" ;;
303
 
304
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
305
  | -silent | --silent | --silen | --sile | --sil)
306
    silent=yes ;;
307
 
308
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
309
    ac_prev=sbindir ;;
310
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
311
  | --sbi=* | --sb=*)
312
    sbindir="$ac_optarg" ;;
313
 
314
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
315
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
316
  | --sharedst | --shareds | --shared | --share | --shar \
317
  | --sha | --sh)
318
    ac_prev=sharedstatedir ;;
319
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
320
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
321
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
322
  | --sha=* | --sh=*)
323
    sharedstatedir="$ac_optarg" ;;
324
 
325
  -site | --site | --sit)
326
    ac_prev=site ;;
327
  -site=* | --site=* | --sit=*)
328
    site="$ac_optarg" ;;
329
 
330
  -site-file | --site-file | --site-fil | --site-fi | --site-f)
331
    ac_prev=sitefile ;;
332
  -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
333
    sitefile="$ac_optarg" ;;
334
 
335
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
336
    ac_prev=srcdir ;;
337
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
338
    srcdir="$ac_optarg" ;;
339
 
340
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
341
  | --syscon | --sysco | --sysc | --sys | --sy)
342
    ac_prev=sysconfdir ;;
343
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
344
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
345
    sysconfdir="$ac_optarg" ;;
346
 
347
  -target | --target | --targe | --targ | --tar | --ta | --t)
348
    ac_prev=target ;;
349
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
350
    target="$ac_optarg" ;;
351
 
352
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
353
    verbose=yes ;;
354
 
355
  -version | --version | --versio | --versi | --vers)
356
    echo "configure generated by autoconf version 2.13"
357
    exit 0 ;;
358
 
359
  -with-* | --with-*)
360
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
361
    # Reject names that are not valid shell variable names.
362
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
363
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
364
    fi
365
    ac_package=`echo $ac_package| sed 's/-/_/g'`
366
    case "$ac_option" in
367
      *=*) ;;
368
      *) ac_optarg=yes ;;
369
    esac
370
    eval "with_${ac_package}='$ac_optarg'" ;;
371
 
372
  -without-* | --without-*)
373
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
374
    # Reject names that are not valid shell variable names.
375
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
376
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
377
    fi
378
    ac_package=`echo $ac_package| sed 's/-/_/g'`
379
    eval "with_${ac_package}=no" ;;
380
 
381
  --x)
382
    # Obsolete; use --with-x.
383
    with_x=yes ;;
384
 
385
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
386
  | --x-incl | --x-inc | --x-in | --x-i)
387
    ac_prev=x_includes ;;
388
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
389
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
390
    x_includes="$ac_optarg" ;;
391
 
392
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
393
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
394
    ac_prev=x_libraries ;;
395
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
396
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
397
    x_libraries="$ac_optarg" ;;
398
 
399
  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
400
    ;;
401
 
402
  *)
403
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
404
      echo "configure: warning: $ac_option: invalid host type" 1>&2
405
    fi
406
    if test "x$nonopt" != xNONE; then
407
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
408
    fi
409
    nonopt="$ac_option"
410
    ;;
411
 
412
  esac
413
done
414
 
415
if test -n "$ac_prev"; then
416
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
417
fi
418
 
419
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
420
 
421
# File descriptor usage:
422
# 0 standard input
423
# 1 file creation
424
# 2 errors and warnings
425
# 3 some systems may open it to /dev/tty
426
# 4 used on the Kubota Titan
427
# 6 checking for... messages and results
428
# 5 compiler messages saved in config.log
429
if test "$silent" = yes; then
430
  exec 6>/dev/null
431
else
432
  exec 6>&1
433
fi
434
exec 5>./config.log
435
 
436
echo "\
437
This file contains any messages produced by compilers while
438
running configure, to aid debugging if configure makes a mistake.
439
" 1>&5
440
 
441
# Strip out --no-create and --no-recursion so they do not pile up.
442
# Also quote any args containing shell metacharacters.
443
ac_configure_args=
444
for ac_arg
445
do
446
  case "$ac_arg" in
447
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448
  | --no-cr | --no-c) ;;
449
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
450
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
451
  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
452
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
453
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
454
  esac
455
done
456
 
457
# NLS nuisances.
458
# Only set these to C if already set.  These must not be set unconditionally
459
# because not all systems understand e.g. LANG=C (notably SCO).
460
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
461
# Non-C LC_CTYPE values break the ctype check.
462
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
463
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
464
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
465
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
466
 
467
# confdefs.h avoids OS command line length limits that DEFS can exceed.
468
rm -rf conftest* confdefs.h
469
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
470
echo > confdefs.h
471
 
472
# A filename unique to this package, relative to the directory that
473
# configure is in, which we can look for to find out if srcdir is correct.
474
ac_unique_file=memchr.S
475
 
476
# Find the source files, if location was not specified.
477
if test -z "$srcdir"; then
478
  ac_srcdir_defaulted=yes
479
  # Try the directory containing this script, then its parent.
480
  ac_prog=$0
481
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
482
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
483
  srcdir=$ac_confdir
484
  if test ! -r $srcdir/$ac_unique_file; then
485
    srcdir=..
486
  fi
487
else
488
  ac_srcdir_defaulted=no
489
fi
490
if test ! -r $srcdir/$ac_unique_file; then
491
  if test "$ac_srcdir_defaulted" = yes; then
492
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
493
  else
494
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
495
  fi
496
fi
497
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
498
 
499
# Prefer explicitly selected file to automatically selected ones.
500
if test -z "$sitefile"; then
501
  if test -z "$CONFIG_SITE"; then
502
    if test "x$prefix" != xNONE; then
503
      CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
504
    else
505
      CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
506
    fi
507
  fi
508
else
509
  CONFIG_SITE="$sitefile"
510
fi
511
for ac_site_file in $CONFIG_SITE; do
512
  if test -r "$ac_site_file"; then
513
    echo "loading site script $ac_site_file"
514
    . "$ac_site_file"
515
  fi
516
done
517
 
518
if test -r "$cache_file"; then
519
  echo "loading cache $cache_file"
520
  . $cache_file
521
else
522
  echo "creating cache $cache_file"
523
  > $cache_file
524
fi
525
 
526
ac_ext=c
527
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
528
ac_cpp='$CPP $CPPFLAGS'
529
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
530
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
531
cross_compiling=$ac_cv_prog_cc_cross
532
 
533
ac_exeext=
534
ac_objext=o
535
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
536
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
537
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
538
    ac_n= ac_c='
539
' ac_t='        '
540
  else
541
    ac_n=-n ac_c= ac_t=
542
  fi
543
else
544
  ac_n= ac_c='\c' ac_t=
545
fi
546
 
547
 
548
 
549
ac_aux_dir=
550
for ac_dir in ../../../.. $srcdir/../../../..; do
551
  if test -f $ac_dir/install-sh; then
552
    ac_aux_dir=$ac_dir
553
    ac_install_sh="$ac_aux_dir/install-sh -c"
554
    break
555
  elif test -f $ac_dir/install.sh; then
556
    ac_aux_dir=$ac_dir
557
    ac_install_sh="$ac_aux_dir/install.sh -c"
558
    break
559
  fi
560
done
561
if test -z "$ac_aux_dir"; then
562
  { echo "configure: error: can not find install-sh or install.sh in ../../../.. $srcdir/../../../.." 1>&2; exit 1; }
563
fi
564
ac_config_guess=$ac_aux_dir/config.guess
565
ac_config_sub=$ac_aux_dir/config.sub
566
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
567
 
568
 
569
# Find a good install program.  We prefer a C program (faster),
570
# so one script is as good as another.  But avoid the broken or
571
# incompatible versions:
572
# SysV /etc/install, /usr/sbin/install
573
# SunOS /usr/etc/install
574
# IRIX /sbin/install
575
# AIX /bin/install
576
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
577
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
578
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
579
# ./install, which can be erroneously created by make from ./install.sh.
580
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
581
echo "configure:582: checking for a BSD compatible install" >&5
582
if test -z "$INSTALL"; then
583
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
584
  echo $ac_n "(cached) $ac_c" 1>&6
585
else
586
    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
587
  for ac_dir in $PATH; do
588
    # Account for people who put trailing slashes in PATH elements.
589
    case "$ac_dir/" in
590
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
591
    *)
592
      # OSF1 and SCO ODT 3.0 have their own names for install.
593
      # Don't use installbsd from OSF since it installs stuff as root
594
      # by default.
595
      for ac_prog in ginstall scoinst install; do
596
        if test -f $ac_dir/$ac_prog; then
597
          if test $ac_prog = install &&
598
            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
599
            # AIX install.  It has an incompatible calling convention.
600
            :
601
          else
602
            ac_cv_path_install="$ac_dir/$ac_prog -c"
603
            break 2
604
          fi
605
        fi
606
      done
607
      ;;
608
    esac
609
  done
610
  IFS="$ac_save_IFS"
611
 
612
fi
613
  if test "${ac_cv_path_install+set}" = set; then
614
    INSTALL="$ac_cv_path_install"
615
  else
616
    # As a last resort, use the slow shell script.  We don't cache a
617
    # path for INSTALL within a source directory, because that will
618
    # break other packages using the cache if that directory is
619
    # removed, or if the path is relative.
620
    INSTALL="$ac_install_sh"
621
  fi
622
fi
623
echo "$ac_t""$INSTALL" 1>&6
624
 
625
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
626
# It thinks the first close brace ends the variable substitution.
627
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
628
 
629
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
630
 
631
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
632
 
633
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
634
echo "configure:635: checking whether build environment is sane" >&5
635
# Just in case
636
sleep 1
637
echo timestamp > conftestfile
638
# Do `set' in a subshell so we don't clobber the current shell's
639
# arguments.  Must try -L first in case configure is actually a
640
# symlink; some systems play weird games with the mod time of symlinks
641
# (eg FreeBSD returns the mod time of the symlink's containing
642
# directory).
643
if (
644
   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
645
   if test "$*" = "X"; then
646
      # -L didn't work.
647
      set X `ls -t $srcdir/configure conftestfile`
648
   fi
649
   if test "$*" != "X $srcdir/configure conftestfile" \
650
      && test "$*" != "X conftestfile $srcdir/configure"; then
651
 
652
      # If neither matched, then we have a broken ls.  This can happen
653
      # if, for instance, CONFIG_SHELL is bash and it inherits a
654
      # broken ls alias from the environment.  This has actually
655
      # happened.  Such a system could not be considered "sane".
656
      { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
657
alias in your environment" 1>&2; exit 1; }
658
   fi
659
 
660
   test "$2" = conftestfile
661
   )
662
then
663
   # Ok.
664
   :
665
else
666
   { echo "configure: error: newly created file is older than distributed files!
667
Check your system clock" 1>&2; exit 1; }
668
fi
669
rm -f conftest*
670
echo "$ac_t""yes" 1>&6
671
if test "$program_transform_name" = s,x,x,; then
672
  program_transform_name=
673
else
674
  # Double any \ or $.  echo might interpret backslashes.
675
  cat <<\EOF_SED > conftestsed
676
s,\\,\\\\,g; s,\$,$$,g
677
EOF_SED
678
  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
679
  rm -f conftestsed
680
fi
681
test "$program_prefix" != NONE &&
682
  program_transform_name="s,^,${program_prefix},; $program_transform_name"
683
# Use a double $ so make ignores it.
684
test "$program_suffix" != NONE &&
685
  program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
686
 
687
# sed with no file args requires a program.
688
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
689
 
690
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
691
echo "configure:692: checking whether ${MAKE-make} sets \${MAKE}" >&5
692
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
693
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
694
  echo $ac_n "(cached) $ac_c" 1>&6
695
else
696
  cat > conftestmake <<\EOF
697
all:
698
        @echo 'ac_maketemp="${MAKE}"'
699
EOF
700
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
701
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
702
if test -n "$ac_maketemp"; then
703
  eval ac_cv_prog_make_${ac_make}_set=yes
704
else
705
  eval ac_cv_prog_make_${ac_make}_set=no
706
fi
707
rm -f conftestmake
708
fi
709
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
710
  echo "$ac_t""yes" 1>&6
711
  SET_MAKE=
712
else
713
  echo "$ac_t""no" 1>&6
714
  SET_MAKE="MAKE=${MAKE-make}"
715
fi
716
 
717
if test $host != $build; then
718
  ac_tool_prefix=${host_alias}-
719
else
720
  ac_tool_prefix=
721
fi
722
 
723
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
724
echo "configure:725: checking for Cygwin environment" >&5
725
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
726
  echo $ac_n "(cached) $ac_c" 1>&6
727
else
728
  cat > conftest.$ac_ext <
729
#line 730 "configure"
730
#include "confdefs.h"
731
 
732
int main() {
733
 
734
#ifndef __CYGWIN__
735
#define __CYGWIN__ __CYGWIN32__
736
#endif
737
return __CYGWIN__;
738
; return 0; }
739
EOF
740
if { (eval echo configure:741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
741
  rm -rf conftest*
742
  ac_cv_cygwin=yes
743
else
744
  echo "configure: failed program was:" >&5
745
  cat conftest.$ac_ext >&5
746
  rm -rf conftest*
747
  ac_cv_cygwin=no
748
fi
749
rm -f conftest*
750
rm -f conftest*
751
fi
752
 
753
echo "$ac_t""$ac_cv_cygwin" 1>&6
754
CYGWIN=
755
test "$ac_cv_cygwin" = yes && CYGWIN=yes
756
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
757
echo "configure:758: checking for mingw32 environment" >&5
758
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
759
  echo $ac_n "(cached) $ac_c" 1>&6
760
else
761
  cat > conftest.$ac_ext <
762
#line 763 "configure"
763
#include "confdefs.h"
764
 
765
int main() {
766
return __MINGW32__;
767
; return 0; }
768
EOF
769
if { (eval echo configure:770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
770
  rm -rf conftest*
771
  ac_cv_mingw32=yes
772
else
773
  echo "configure: failed program was:" >&5
774
  cat conftest.$ac_ext >&5
775
  rm -rf conftest*
776
  ac_cv_mingw32=no
777
fi
778
rm -f conftest*
779
rm -f conftest*
780
fi
781
 
782
echo "$ac_t""$ac_cv_mingw32" 1>&6
783
MINGW32=
784
test "$ac_cv_mingw32" = yes && MINGW32=yes
785
 
786
# Check whether --enable-multilib or --disable-multilib was given.
787
if test "${enable_multilib+set}" = set; then
788
  enableval="$enable_multilib"
789
  case "${enableval}" in
790
  yes) multilib=yes ;;
791
  no)  multilib=no ;;
792
  *)   { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
793
 esac
794
else
795
  multilib=yes
796
fi
797
 
798
# Check whether --enable-target-optspace or --disable-target-optspace was given.
799
if test "${enable_target_optspace+set}" = set; then
800
  enableval="$enable_target_optspace"
801
  case "${enableval}" in
802
  yes) target_optspace=yes ;;
803
  no)  target_optspace=no ;;
804
  *)   { echo "configure: error: bad value ${enableval} for target-optspace option" 1>&2; exit 1; } ;;
805
 esac
806
else
807
  target_optspace=
808
fi
809
 
810
# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
811
if test "${enable_malloc_debugging+set}" = set; then
812
  enableval="$enable_malloc_debugging"
813
  case "${enableval}" in
814
  yes) malloc_debugging=yes ;;
815
  no)  malloc_debugging=no ;;
816
  *)   { echo "configure: error: bad value ${enableval} for malloc-debugging option" 1>&2; exit 1; } ;;
817
 esac
818
else
819
  malloc_debugging=
820
fi
821
 
822
# Check whether --enable-newlib-mb or --disable-newlib-mb was given.
823
if test "${enable_newlib_mb+set}" = set; then
824
  enableval="$enable_newlib_mb"
825
  case "${enableval}" in
826
  yes) newlib_mb=yes ;;
827
  no)  newlib_mb=no ;;
828
  *)   { echo "configure: error: bad value ${enableval} for newlib-mb option" 1>&2; exit 1; } ;;
829
 esac
830
else
831
  newlib_mb=no
832
fi
833
 
834
# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
835
if test "${enable_newlib_io_float+set}" = set; then
836
  enableval="$enable_newlib_io_float"
837
  case "${enableval}" in
838
  yes) newlib_io_float=yes ;;
839
  no)  newlib_io_float=no ;;
840
  *)   { echo "configure: error: bad value ${enableval} for newlib-io-float option" 1>&2; exit 1; } ;;
841
 esac
842
else
843
  newlib_io_float=yes
844
fi
845
 
846
 
847
 
848
test -z "${with_target_subdir}" && with_target_subdir=.
849
 
850
if test "${srcdir}" = "."; then
851
  if test "${with_target_subdir}" != "."; then
852
    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
853
  else
854
    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
855
  fi
856
else
857
  newlib_basedir="${srcdir}/../../.."
858
fi
859
 
860
 
861
 
862
# Make sure we can run config.sub.
863
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
864
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
865
fi
866
 
867
echo $ac_n "checking host system type""... $ac_c" 1>&6
868
echo "configure:869: checking host system type" >&5
869
 
870
host_alias=$host
871
case "$host_alias" in
872
NONE)
873
  case $nonopt in
874
  NONE)
875
    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
876
    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
877
    fi ;;
878
  *) host_alias=$nonopt ;;
879
  esac ;;
880
esac
881
 
882
host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
883
host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
884
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
885
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
886
echo "$ac_t""$host" 1>&6
887
 
888
 
889
 
890
PACKAGE=newlib
891
 
892
VERSION=1.10.0
893
 
894
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
895
  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
896
fi
897
cat >> confdefs.h <
898
#define PACKAGE "$PACKAGE"
899
EOF
900
 
901
cat >> confdefs.h <
902
#define VERSION "$VERSION"
903
EOF
904
 
905
 
906
 
907
missing_dir=`cd $ac_aux_dir && pwd`
908
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
909
echo "configure:910: checking for working aclocal" >&5
910
# Run test in a subshell; some versions of sh will print an error if
911
# an executable is not found, even if stderr is redirected.
912
# Redirect stdin to placate older versions of autoconf.  Sigh.
913
if (aclocal --version) < /dev/null > /dev/null 2>&1; then
914
   ACLOCAL=aclocal
915
   echo "$ac_t""found" 1>&6
916
else
917
   ACLOCAL="$missing_dir/missing aclocal"
918
   echo "$ac_t""missing" 1>&6
919
fi
920
 
921
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
922
echo "configure:923: checking for working autoconf" >&5
923
# Run test in a subshell; some versions of sh will print an error if
924
# an executable is not found, even if stderr is redirected.
925
# Redirect stdin to placate older versions of autoconf.  Sigh.
926
if (autoconf --version) < /dev/null > /dev/null 2>&1; then
927
   AUTOCONF=autoconf
928
   echo "$ac_t""found" 1>&6
929
else
930
   AUTOCONF="$missing_dir/missing autoconf"
931
   echo "$ac_t""missing" 1>&6
932
fi
933
 
934
echo $ac_n "checking for working automake""... $ac_c" 1>&6
935
echo "configure:936: checking for working automake" >&5
936
# Run test in a subshell; some versions of sh will print an error if
937
# an executable is not found, even if stderr is redirected.
938
# Redirect stdin to placate older versions of autoconf.  Sigh.
939
if (automake --version) < /dev/null > /dev/null 2>&1; then
940
   AUTOMAKE=automake
941
   echo "$ac_t""found" 1>&6
942
else
943
   AUTOMAKE="$missing_dir/missing automake"
944
   echo "$ac_t""missing" 1>&6
945
fi
946
 
947
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
948
echo "configure:949: checking for working autoheader" >&5
949
# Run test in a subshell; some versions of sh will print an error if
950
# an executable is not found, even if stderr is redirected.
951
# Redirect stdin to placate older versions of autoconf.  Sigh.
952
if (autoheader --version) < /dev/null > /dev/null 2>&1; then
953
   AUTOHEADER=autoheader
954
   echo "$ac_t""found" 1>&6
955
else
956
   AUTOHEADER="$missing_dir/missing autoheader"
957
   echo "$ac_t""missing" 1>&6
958
fi
959
 
960
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
961
echo "configure:962: checking for working makeinfo" >&5
962
# Run test in a subshell; some versions of sh will print an error if
963
# an executable is not found, even if stderr is redirected.
964
# Redirect stdin to placate older versions of autoconf.  Sigh.
965
if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
966
   MAKEINFO=makeinfo
967
   echo "$ac_t""found" 1>&6
968
else
969
   MAKEINFO="$missing_dir/missing makeinfo"
970
   echo "$ac_t""missing" 1>&6
971
fi
972
 
973
 
974
 
975
# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
976
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
977
# are probably using a cross compiler, which will not be able to fully
978
# link an executable.  This should really be fixed in autoconf
979
# itself.
980
 
981
 
982
 
983
# Extract the first word of "gcc", so it can be a program name with args.
984
set dummy gcc; ac_word=$2
985
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
986
echo "configure:987: checking for $ac_word" >&5
987
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
988
  echo $ac_n "(cached) $ac_c" 1>&6
989
else
990
  if test -n "$CC"; then
991
  ac_cv_prog_CC="$CC" # Let the user override the test.
992
else
993
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
994
  ac_dummy="$PATH"
995
  for ac_dir in $ac_dummy; do
996
    test -z "$ac_dir" && ac_dir=.
997
    if test -f $ac_dir/$ac_word; then
998
      ac_cv_prog_CC="gcc"
999
      break
1000
    fi
1001
  done
1002
  IFS="$ac_save_ifs"
1003
fi
1004
fi
1005
CC="$ac_cv_prog_CC"
1006
if test -n "$CC"; then
1007
  echo "$ac_t""$CC" 1>&6
1008
else
1009
  echo "$ac_t""no" 1>&6
1010
fi
1011
 
1012
if test -z "$CC"; then
1013
  # Extract the first word of "cc", so it can be a program name with args.
1014
set dummy cc; ac_word=$2
1015
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1016
echo "configure:1017: checking for $ac_word" >&5
1017
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1018
  echo $ac_n "(cached) $ac_c" 1>&6
1019
else
1020
  if test -n "$CC"; then
1021
  ac_cv_prog_CC="$CC" # Let the user override the test.
1022
else
1023
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1024
  ac_prog_rejected=no
1025
  ac_dummy="$PATH"
1026
  for ac_dir in $ac_dummy; do
1027
    test -z "$ac_dir" && ac_dir=.
1028
    if test -f $ac_dir/$ac_word; then
1029
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1030
        ac_prog_rejected=yes
1031
        continue
1032
      fi
1033
      ac_cv_prog_CC="cc"
1034
      break
1035
    fi
1036
  done
1037
  IFS="$ac_save_ifs"
1038
if test $ac_prog_rejected = yes; then
1039
  # We found a bogon in the path, so make sure we never use it.
1040
  set dummy $ac_cv_prog_CC
1041
  shift
1042
  if test $# -gt 0; then
1043
    # We chose a different compiler from the bogus one.
1044
    # However, it has the same basename, so the bogon will be chosen
1045
    # first if we set CC to just the basename; use the full file name.
1046
    shift
1047
    set dummy "$ac_dir/$ac_word" "$@"
1048
    shift
1049
    ac_cv_prog_CC="$@"
1050
  fi
1051
fi
1052
fi
1053
fi
1054
CC="$ac_cv_prog_CC"
1055
if test -n "$CC"; then
1056
  echo "$ac_t""$CC" 1>&6
1057
else
1058
  echo "$ac_t""no" 1>&6
1059
fi
1060
 
1061
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1062
fi
1063
 
1064
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1065
echo "configure:1066: checking whether we are using GNU C" >&5
1066
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1067
  echo $ac_n "(cached) $ac_c" 1>&6
1068
else
1069
  cat > conftest.c <
1070
#ifdef __GNUC__
1071
  yes;
1072
#endif
1073
EOF
1074
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1075: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1075
  ac_cv_prog_gcc=yes
1076
else
1077
  ac_cv_prog_gcc=no
1078
fi
1079
fi
1080
 
1081
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1082
 
1083
if test $ac_cv_prog_gcc = yes; then
1084
  GCC=yes
1085
  ac_test_CFLAGS="${CFLAGS+set}"
1086
  ac_save_CFLAGS="$CFLAGS"
1087
  CFLAGS=
1088
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1089
echo "configure:1090: checking whether ${CC-cc} accepts -g" >&5
1090
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1091
  echo $ac_n "(cached) $ac_c" 1>&6
1092
else
1093
  echo 'void f(){}' > conftest.c
1094
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1095
  ac_cv_prog_cc_g=yes
1096
else
1097
  ac_cv_prog_cc_g=no
1098
fi
1099
rm -f conftest*
1100
 
1101
fi
1102
 
1103
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1104
  if test "$ac_test_CFLAGS" = set; then
1105
    CFLAGS="$ac_save_CFLAGS"
1106
  elif test $ac_cv_prog_cc_g = yes; then
1107
    CFLAGS="-g -O2"
1108
  else
1109
    CFLAGS="-O2"
1110
  fi
1111
else
1112
  GCC=
1113
  test "${CFLAGS+set}" = set || CFLAGS="-g"
1114
fi
1115
 
1116
 
1117
# AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD).  If we don't
1118
# run it explicitly here, it will be run implicitly before
1119
# NEWLIB_CONFIGURE, which doesn't work because that means that it will
1120
# be run before AC_CANONICAL_HOST.
1121
echo $ac_n "checking build system type""... $ac_c" 1>&6
1122
echo "configure:1123: checking build system type" >&5
1123
 
1124
build_alias=$build
1125
case "$build_alias" in
1126
NONE)
1127
  case $nonopt in
1128
  NONE) build_alias=$host_alias ;;
1129
  *) build_alias=$nonopt ;;
1130
  esac ;;
1131
esac
1132
 
1133
build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1134
build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1135
build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1136
build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1137
echo "$ac_t""$build" 1>&6
1138
 
1139
 
1140
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1141
set dummy ${ac_tool_prefix}as; ac_word=$2
1142
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1143
echo "configure:1144: checking for $ac_word" >&5
1144
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1145
  echo $ac_n "(cached) $ac_c" 1>&6
1146
else
1147
  if test -n "$AS"; then
1148
  ac_cv_prog_AS="$AS" # Let the user override the test.
1149
else
1150
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1151
  ac_dummy="$PATH"
1152
  for ac_dir in $ac_dummy; do
1153
    test -z "$ac_dir" && ac_dir=.
1154
    if test -f $ac_dir/$ac_word; then
1155
      ac_cv_prog_AS="${ac_tool_prefix}as"
1156
      break
1157
    fi
1158
  done
1159
  IFS="$ac_save_ifs"
1160
  test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"
1161
fi
1162
fi
1163
AS="$ac_cv_prog_AS"
1164
if test -n "$AS"; then
1165
  echo "$ac_t""$AS" 1>&6
1166
else
1167
  echo "$ac_t""no" 1>&6
1168
fi
1169
 
1170
 
1171
 
1172
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1173
set dummy ${ac_tool_prefix}ar; ac_word=$2
1174
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1175
echo "configure:1176: checking for $ac_word" >&5
1176
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1177
  echo $ac_n "(cached) $ac_c" 1>&6
1178
else
1179
  if test -n "$AR"; then
1180
  ac_cv_prog_AR="$AR" # Let the user override the test.
1181
else
1182
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1183
  ac_dummy="$PATH"
1184
  for ac_dir in $ac_dummy; do
1185
    test -z "$ac_dir" && ac_dir=.
1186
    if test -f $ac_dir/$ac_word; then
1187
      ac_cv_prog_AR="${ac_tool_prefix}ar"
1188
      break
1189
    fi
1190
  done
1191
  IFS="$ac_save_ifs"
1192
  test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1193
fi
1194
fi
1195
AR="$ac_cv_prog_AR"
1196
if test -n "$AR"; then
1197
  echo "$ac_t""$AR" 1>&6
1198
else
1199
  echo "$ac_t""no" 1>&6
1200
fi
1201
 
1202
 
1203
 
1204
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1205
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1206
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1207
echo "configure:1208: checking for $ac_word" >&5
1208
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1209
  echo $ac_n "(cached) $ac_c" 1>&6
1210
else
1211
  if test -n "$RANLIB"; then
1212
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1213
else
1214
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1215
  ac_dummy="$PATH"
1216
  for ac_dir in $ac_dummy; do
1217
    test -z "$ac_dir" && ac_dir=.
1218
    if test -f $ac_dir/$ac_word; then
1219
      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1220
      break
1221
    fi
1222
  done
1223
  IFS="$ac_save_ifs"
1224
fi
1225
fi
1226
RANLIB="$ac_cv_prog_RANLIB"
1227
if test -n "$RANLIB"; then
1228
  echo "$ac_t""$RANLIB" 1>&6
1229
else
1230
  echo "$ac_t""no" 1>&6
1231
fi
1232
 
1233
 
1234
if test -z "$ac_cv_prog_RANLIB"; then
1235
if test -n "$ac_tool_prefix"; then
1236
  # Extract the first word of "ranlib", so it can be a program name with args.
1237
set dummy ranlib; ac_word=$2
1238
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1239
echo "configure:1240: checking for $ac_word" >&5
1240
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1241
  echo $ac_n "(cached) $ac_c" 1>&6
1242
else
1243
  if test -n "$RANLIB"; then
1244
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1245
else
1246
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1247
  ac_dummy="$PATH"
1248
  for ac_dir in $ac_dummy; do
1249
    test -z "$ac_dir" && ac_dir=.
1250
    if test -f $ac_dir/$ac_word; then
1251
      ac_cv_prog_RANLIB="ranlib"
1252
      break
1253
    fi
1254
  done
1255
  IFS="$ac_save_ifs"
1256
  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1257
fi
1258
fi
1259
RANLIB="$ac_cv_prog_RANLIB"
1260
if test -n "$RANLIB"; then
1261
  echo "$ac_t""$RANLIB" 1>&6
1262
else
1263
  echo "$ac_t""no" 1>&6
1264
fi
1265
 
1266
else
1267
  RANLIB=":"
1268
fi
1269
fi
1270
 
1271
 
1272
# Find a good install program.  We prefer a C program (faster),
1273
# so one script is as good as another.  But avoid the broken or
1274
# incompatible versions:
1275
# SysV /etc/install, /usr/sbin/install
1276
# SunOS /usr/etc/install
1277
# IRIX /sbin/install
1278
# AIX /bin/install
1279
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1280
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1281
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1282
# ./install, which can be erroneously created by make from ./install.sh.
1283
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1284
echo "configure:1285: checking for a BSD compatible install" >&5
1285
if test -z "$INSTALL"; then
1286
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1287
  echo $ac_n "(cached) $ac_c" 1>&6
1288
else
1289
    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
1290
  for ac_dir in $PATH; do
1291
    # Account for people who put trailing slashes in PATH elements.
1292
    case "$ac_dir/" in
1293
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1294
    *)
1295
      # OSF1 and SCO ODT 3.0 have their own names for install.
1296
      # Don't use installbsd from OSF since it installs stuff as root
1297
      # by default.
1298
      for ac_prog in ginstall scoinst install; do
1299
        if test -f $ac_dir/$ac_prog; then
1300
          if test $ac_prog = install &&
1301
            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1302
            # AIX install.  It has an incompatible calling convention.
1303
            :
1304
          else
1305
            ac_cv_path_install="$ac_dir/$ac_prog -c"
1306
            break 2
1307
          fi
1308
        fi
1309
      done
1310
      ;;
1311
    esac
1312
  done
1313
  IFS="$ac_save_IFS"
1314
 
1315
fi
1316
  if test "${ac_cv_path_install+set}" = set; then
1317
    INSTALL="$ac_cv_path_install"
1318
  else
1319
    # As a last resort, use the slow shell script.  We don't cache a
1320
    # path for INSTALL within a source directory, because that will
1321
    # break other packages using the cache if that directory is
1322
    # removed, or if the path is relative.
1323
    INSTALL="$ac_install_sh"
1324
  fi
1325
fi
1326
echo "$ac_t""$INSTALL" 1>&6
1327
 
1328
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1329
# It thinks the first close brace ends the variable substitution.
1330
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1331
 
1332
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1333
 
1334
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1335
 
1336
 
1337
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1338
echo "configure:1339: checking whether to enable maintainer-specific portions of Makefiles" >&5
1339
    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1340
if test "${enable_maintainer_mode+set}" = set; then
1341
  enableval="$enable_maintainer_mode"
1342
  USE_MAINTAINER_MODE=$enableval
1343
else
1344
  USE_MAINTAINER_MODE=no
1345
fi
1346
 
1347
  echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1348
 
1349
 
1350
if test $USE_MAINTAINER_MODE = yes; then
1351
  MAINTAINER_MODE_TRUE=
1352
  MAINTAINER_MODE_FALSE='#'
1353
else
1354
  MAINTAINER_MODE_TRUE='#'
1355
  MAINTAINER_MODE_FALSE=
1356
fi
1357
  MAINT=$MAINTAINER_MODE_TRUE
1358
 
1359
 
1360
 
1361
# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
1362
# at least currently, we never actually build a program, so we never
1363
# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
1364
# fails, because we are probably configuring with a cross compiler
1365
# which can't create executables.  So we include AC_EXEEXT to keep
1366
# automake happy, but we don't execute it, since we don't care about
1367
# the result.
1368
if false; then
1369
 
1370
 
1371
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1372
echo "configure:1373: checking for executable suffix" >&5
1373
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1374
  echo $ac_n "(cached) $ac_c" 1>&6
1375
else
1376
  if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1377
  ac_cv_exeext=.exe
1378
else
1379
  rm -f conftest*
1380
  echo 'int main () { return 0; }' > conftest.$ac_ext
1381
  ac_cv_exeext=
1382
  if { (eval echo configure:1383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1383
    for file in conftest.*; do
1384
      case $file in
1385
      *.c | *.o | *.obj | *.ilk | *.pdb) ;;
1386
      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1387
      esac
1388
    done
1389
  else
1390
    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1391
  fi
1392
  rm -f conftest*
1393
  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1394
fi
1395
fi
1396
 
1397
EXEEXT=""
1398
test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1399
echo "$ac_t""${ac_cv_exeext}" 1>&6
1400
ac_exeext=$EXEEXT
1401
 
1402
fi
1403
 
1404
. ${newlib_basedir}/configure.host
1405
 
1406
case ${newlib_basedir} in
1407
/* | A-Za-z:/\\*) newlib_flagbasedir=${newlib_basedir} ;;
1408
*) newlib_flagbasedir='$(top_builddir)/'${newlib_basedir} ;;
1409
esac
1410
 
1411
newlib_cflags="${newlib_cflags} -I"'$(top_builddir)'"/../../../targ-include -I${newlib_flagbasedir}/libc/include"
1412
case "${host}" in
1413
  *-*-cygwin*)
1414
    newlib_cflags="${newlib_cflags} -I${newlib_flagbasedir}/../winsup/cygwin/include  -I${newlib_flagbasedir}/../winsup/w32api/include"
1415
    ;;
1416
esac
1417
 
1418
newlib_cflags="${newlib_cflags} -fno-builtin"
1419
 
1420
NEWLIB_CFLAGS=${newlib_cflags}
1421
 
1422
 
1423
LDFLAGS=${ldflags}
1424
 
1425
 
1426
 
1427
 
1428
if test x${use_libtool} = xyes; then
1429
  USE_LIBTOOL_TRUE=
1430
  USE_LIBTOOL_FALSE='#'
1431
else
1432
  USE_LIBTOOL_TRUE='#'
1433
  USE_LIBTOOL_FALSE=
1434
fi
1435
 
1436
 
1437
 
1438
 
1439
 
1440
 
1441
 
1442
 
1443
trap '' 1 2 15
1444
cat > confcache <<\EOF
1445
# This file is a shell script that caches the results of configure
1446
# tests run on this system so they can be shared between configure
1447
# scripts and configure runs.  It is not useful on other systems.
1448
# If it contains results you don't want to keep, you may remove or edit it.
1449
#
1450
# By default, configure uses ./config.cache as the cache file,
1451
# creating it if it does not exist already.  You can give configure
1452
# the --cache-file=FILE option to use a different cache file; that is
1453
# what configure does when it calls configure scripts in
1454
# subdirectories, so they share the cache.
1455
# Giving --cache-file=/dev/null disables caching, for debugging configure.
1456
# config.status only pays attention to the cache file if you give it the
1457
# --recheck option to rerun configure.
1458
#
1459
EOF
1460
# The following way of writing the cache mishandles newlines in values,
1461
# but we know of no workaround that is simple, portable, and efficient.
1462
# So, don't put newlines in cache variables' values.
1463
# Ultrix sh set writes to stderr and can't be redirected directly,
1464
# and sets the high bit in the cache file unless we assign to the vars.
1465
(set) 2>&1 |
1466
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
1467
  *ac_space=\ *)
1468
    # `set' does not quote correctly, so add quotes (double-quote substitution
1469
    # turns \\\\ into \\, and sed turns \\ into \).
1470
    sed -n \
1471
      -e "s/'/'\\\\''/g" \
1472
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1473
    ;;
1474
  *)
1475
    # `set' quotes correctly as required by POSIX, so do not add quotes.
1476
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1477
    ;;
1478
  esac >> confcache
1479
if cmp -s $cache_file confcache; then
1480
  :
1481
else
1482
  if test -w $cache_file; then
1483
    echo "updating cache $cache_file"
1484
    cat confcache > $cache_file
1485
  else
1486
    echo "not updating unwritable cache $cache_file"
1487
  fi
1488
fi
1489
rm -f confcache
1490
 
1491
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1492
 
1493
test "x$prefix" = xNONE && prefix=$ac_default_prefix
1494
# Let make expand exec_prefix.
1495
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1496
 
1497
# Any assignment to VPATH causes Sun make to only execute
1498
# the first set of double-colon rules, so remove it if not needed.
1499
# If there is a colon in the path, we need to keep it.
1500
if test "x$srcdir" = x.; then
1501
  ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1502
fi
1503
 
1504
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1505
 
1506
# Transform confdefs.h into DEFS.
1507
# Protect against shell expansion while executing Makefile rules.
1508
# Protect against Makefile macro expansion.
1509
cat > conftest.defs <<\EOF
1510
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1511
s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1512
s%\[%\\&%g
1513
s%\]%\\&%g
1514
s%\$%$$%g
1515
EOF
1516
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1517
rm -f conftest.defs
1518
 
1519
 
1520
# Without the "./", some shells look in PATH for config.status.
1521
: ${CONFIG_STATUS=./config.status}
1522
 
1523
echo creating $CONFIG_STATUS
1524
rm -f $CONFIG_STATUS
1525
cat > $CONFIG_STATUS <
1526
#! /bin/sh
1527
# Generated automatically by configure.
1528
# Run this file to recreate the current configuration.
1529
# This directory was configured as follows,
1530
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1531
#
1532
# $0 $ac_configure_args
1533
#
1534
# Compiler output produced by configure, useful for debugging
1535
# configure, is in ./config.log if it exists.
1536
 
1537
ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1538
for ac_option
1539
do
1540
  case "\$ac_option" in
1541
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1542
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1543
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1544
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1545
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
1546
    exit 0 ;;
1547
  -help | --help | --hel | --he | --h)
1548
    echo "\$ac_cs_usage"; exit 0 ;;
1549
  *) echo "\$ac_cs_usage"; exit 1 ;;
1550
  esac
1551
done
1552
 
1553
ac_given_srcdir=$srcdir
1554
ac_given_INSTALL="$INSTALL"
1555
 
1556
trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1557
EOF
1558
cat >> $CONFIG_STATUS <
1559
 
1560
# Protect against being on the right side of a sed subst in config.status.
1561
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1562
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1563
$ac_vpsub
1564
$extrasub
1565
s%@SHELL@%$SHELL%g
1566
s%@CFLAGS@%$CFLAGS%g
1567
s%@CPPFLAGS@%$CPPFLAGS%g
1568
s%@CXXFLAGS@%$CXXFLAGS%g
1569
s%@FFLAGS@%$FFLAGS%g
1570
s%@DEFS@%$DEFS%g
1571
s%@LDFLAGS@%$LDFLAGS%g
1572
s%@LIBS@%$LIBS%g
1573
s%@exec_prefix@%$exec_prefix%g
1574
s%@prefix@%$prefix%g
1575
s%@program_transform_name@%$program_transform_name%g
1576
s%@bindir@%$bindir%g
1577
s%@sbindir@%$sbindir%g
1578
s%@libexecdir@%$libexecdir%g
1579
s%@datadir@%$datadir%g
1580
s%@sysconfdir@%$sysconfdir%g
1581
s%@sharedstatedir@%$sharedstatedir%g
1582
s%@localstatedir@%$localstatedir%g
1583
s%@libdir@%$libdir%g
1584
s%@includedir@%$includedir%g
1585
s%@oldincludedir@%$oldincludedir%g
1586
s%@infodir@%$infodir%g
1587
s%@mandir@%$mandir%g
1588
s%@newlib_basedir@%$newlib_basedir%g
1589
s%@host@%$host%g
1590
s%@host_alias@%$host_alias%g
1591
s%@host_cpu@%$host_cpu%g
1592
s%@host_vendor@%$host_vendor%g
1593
s%@host_os@%$host_os%g
1594
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1595
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
1596
s%@INSTALL_DATA@%$INSTALL_DATA%g
1597
s%@PACKAGE@%$PACKAGE%g
1598
s%@VERSION@%$VERSION%g
1599
s%@ACLOCAL@%$ACLOCAL%g
1600
s%@AUTOCONF@%$AUTOCONF%g
1601
s%@AUTOMAKE@%$AUTOMAKE%g
1602
s%@AUTOHEADER@%$AUTOHEADER%g
1603
s%@MAKEINFO@%$MAKEINFO%g
1604
s%@SET_MAKE@%$SET_MAKE%g
1605
s%@CC@%$CC%g
1606
s%@build@%$build%g
1607
s%@build_alias@%$build_alias%g
1608
s%@build_cpu@%$build_cpu%g
1609
s%@build_vendor@%$build_vendor%g
1610
s%@build_os@%$build_os%g
1611
s%@AS@%$AS%g
1612
s%@AR@%$AR%g
1613
s%@RANLIB@%$RANLIB%g
1614
s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
1615
s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
1616
s%@MAINT@%$MAINT%g
1617
s%@EXEEXT@%$EXEEXT%g
1618
s%@NEWLIB_CFLAGS@%$NEWLIB_CFLAGS%g
1619
s%@USE_LIBTOOL_TRUE@%$USE_LIBTOOL_TRUE%g
1620
s%@USE_LIBTOOL_FALSE@%$USE_LIBTOOL_FALSE%g
1621
s%@oext@%$oext%g
1622
s%@aext@%$aext%g
1623
s%@libm_machine_dir@%$libm_machine_dir%g
1624
s%@machine_dir@%$machine_dir%g
1625
s%@sys_dir@%$sys_dir%g
1626
 
1627
CEOF
1628
EOF
1629
 
1630
cat >> $CONFIG_STATUS <<\EOF
1631
 
1632
# Split the substitutions into bite-sized pieces for seds with
1633
# small command number limits, like on Digital OSF/1 and HP-UX.
1634
ac_max_sed_cmds=60 # Maximum number of lines to put in a sed script.
1635
ac_file=1 # Number of current file.
1636
ac_beg=1 # First line for current file.
1637
ac_end=$ac_max_sed_cmds # Line after last line for current file.
1638
ac_more_lines=:
1639
ac_sed_cmds=""
1640
while $ac_more_lines; do
1641
  if test $ac_beg -gt 1; then
1642
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1643
  else
1644
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1645
  fi
1646
  if test ! -s conftest.s$ac_file; then
1647
    ac_more_lines=false
1648
    rm -f conftest.s$ac_file
1649
  else
1650
    if test -z "$ac_sed_cmds"; then
1651
      ac_sed_cmds="sed -f conftest.s$ac_file"
1652
    else
1653
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1654
    fi
1655
    ac_file=`expr $ac_file + 1`
1656
    ac_beg=$ac_end
1657
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
1658
  fi
1659
done
1660
if test -z "$ac_sed_cmds"; then
1661
  ac_sed_cmds=cat
1662
fi
1663
EOF
1664
 
1665
cat >> $CONFIG_STATUS <
1666
 
1667
CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1668
EOF
1669
cat >> $CONFIG_STATUS <<\EOF
1670
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1671
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1672
  case "$ac_file" in
1673
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1674
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1675
  *) ac_file_in="${ac_file}.in" ;;
1676
  esac
1677
 
1678
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1679
 
1680
  # Remove last slash and all that follows it.  Not all systems have dirname.
1681
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1682
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1683
    # The file is in a subdirectory.
1684
    test ! -d "$ac_dir" && mkdir "$ac_dir"
1685
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1686
    # A "../" for each directory in $ac_dir_suffix.
1687
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1688
  else
1689
    ac_dir_suffix= ac_dots=
1690
  fi
1691
 
1692
  case "$ac_given_srcdir" in
1693
  .)  srcdir=.
1694
      if test -z "$ac_dots"; then top_srcdir=.
1695
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1696
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1697
  *) # Relative path.
1698
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1699
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
1700
  esac
1701
 
1702
  case "$ac_given_INSTALL" in
1703
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
1704
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1705
  esac
1706
 
1707
  echo creating "$ac_file"
1708
  rm -f "$ac_file"
1709
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1710
  case "$ac_file" in
1711
  *Makefile*) ac_comsub="1i\\
1712
# $configure_input" ;;
1713
  *) ac_comsub= ;;
1714
  esac
1715
 
1716
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1717
  sed -e "$ac_comsub
1718
s%@configure_input@%$configure_input%g
1719
s%@srcdir@%$srcdir%g
1720
s%@top_srcdir@%$top_srcdir%g
1721
s%@INSTALL@%$INSTALL%g
1722
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1723
fi; done
1724
rm -f conftest.s*
1725
 
1726
EOF
1727
cat >> $CONFIG_STATUS <
1728
 
1729
EOF
1730
cat >> $CONFIG_STATUS <<\EOF
1731
 
1732
exit 0
1733
EOF
1734
chmod +x $CONFIG_STATUS
1735
rm -fr confdefs* $ac_clean_files
1736
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1737
 

powered by: WebSVN 2.1.0

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