]> sourceware.org Git - newlib-cygwin.git/blame - newlib/libc/sys/z8ksim/configure
2002-02-27 Jeff Johnston <jjohnstn@redhat.com>
[newlib-cygwin.git] / newlib / libc / sys / z8ksim / configure
CommitLineData
8a0efa53
CF
1#! /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:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14ac_help="$ac_help
15 --enable-multilib build many library versions (default)"
16ac_help="$ac_help
17 --enable-target-optspace optimize for space"
3ac6f3a7
JJ
18ac_help="$ac_help
19 --enable-malloc-debugging indicate malloc debugging requested"
8a0efa53
CF
20ac_help="$ac_help
21 --enable-newlib-mb enable multibyte support"
afecf2fa
JJ
22ac_help="$ac_help
23 --disable-newlib-io-float disable printf/scanf family float support"
8a0efa53
CF
24ac_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.
31build=NONE
32cache_file=./config.cache
33exec_prefix=NONE
34host=NONE
35no_create=
36nonopt=NONE
37no_recursion=
38prefix=NONE
39program_prefix=NONE
40program_suffix=NONE
41program_transform_name=s,x,x,
42silent=
43site=
44sitefile=
45srcdir=
46target=NONE
47verbose=
48x_includes=NONE
49x_libraries=NONE
50bindir='${exec_prefix}/bin'
51sbindir='${exec_prefix}/sbin'
52libexecdir='${exec_prefix}/libexec'
53datadir='${prefix}/share'
54sysconfdir='${prefix}/etc'
55sharedstatedir='${prefix}/com'
56localstatedir='${prefix}/var'
57libdir='${exec_prefix}/lib'
58includedir='${prefix}/include'
59oldincludedir='/usr/include'
60infodir='${prefix}/info'
61mandir='${prefix}/man'
62
63# Initialize some other variables.
64subdirs=
65MFLAGS= MAKEFLAGS=
66SHELL=${CONFIG_SHELL-/bin/sh}
67# Maximum number of lines to put in a shell here document.
68ac_max_here_lines=12
69
70ac_prev=
71for ac_option
72do
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
152Usage: configure [options] [host]
153Options: [defaults in brackets after descriptions]
154Configuration:
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
161Directory 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
185EOF
186 cat << EOF
187Host 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]
191Features 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
198EOF
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
413done
414
415if test -n "$ac_prev"; then
416 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
417fi
418
419trap '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
429if test "$silent" = yes; then
430 exec 6>/dev/null
431else
432 exec 6>&1
433fi
434exec 5>./config.log
435
436echo "\
437This file contains any messages produced by compilers while
438running 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.
443ac_configure_args=
444for ac_arg
445do
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
455done
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.
462if test "${LANG+set}" = set; then LANG=C; export LANG; fi
463if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
464if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
465if 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.
468rm -rf conftest* confdefs.h
469# AIX cpp loses on an empty file, so make sure it contains at least a newline.
470echo > 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.
474ac_unique_file=glue.c
475
476# Find the source files, if location was not specified.
477if 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
487else
488 ac_srcdir_defaulted=no
489fi
490if 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
496fi
497srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
498
499# Prefer explicitly selected file to automatically selected ones.
500if 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
508else
509 CONFIG_SITE="$sitefile"
510fi
511for 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
516done
517
518if test -r "$cache_file"; then
519 echo "loading cache $cache_file"
520 . $cache_file
521else
522 echo "creating cache $cache_file"
523 > $cache_file
524fi
525
526ac_ext=c
527# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
528ac_cpp='$CPP $CPPFLAGS'
529ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
530ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
531cross_compiling=$ac_cv_prog_cc_cross
532
533ac_exeext=
534ac_objext=o
535if (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
543else
544 ac_n= ac_c='\c' ac_t=
545fi
546
547
548
549ac_aux_dir=
550for 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
560done
561if test -z "$ac_aux_dir"; then
562 { echo "configure: error: can not find install-sh or install.sh in ../../../.. $srcdir/../../../.." 1>&2; exit 1; }
563fi
564ac_config_guess=$ac_aux_dir/config.guess
565ac_config_sub=$ac_aux_dir/config.sub
566ac_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.
580echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
afecf2fa 581echo "configure:582: checking for a BSD compatible install" >&5
8a0efa53
CF
582if test -z "$INSTALL"; then
583if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
584 echo $ac_n "(cached) $ac_c" 1>&6
585else
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
612fi
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
622fi
623echo "$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.
627test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
628
629test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
630
631test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
632
633echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
afecf2fa 634echo "configure:635: checking whether build environment is sane" >&5
8a0efa53
CF
635# Just in case
636sleep 1
637echo 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).
643if (
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
657alias in your environment" 1>&2; exit 1; }
658 fi
659
660 test "$2" = conftestfile
661 )
662then
663 # Ok.
664 :
665else
666 { echo "configure: error: newly created file is older than distributed files!
667Check your system clock" 1>&2; exit 1; }
668fi
669rm -f conftest*
670echo "$ac_t""yes" 1>&6
671if test "$program_transform_name" = s,x,x,; then
672 program_transform_name=
673else
674 # Double any \ or $. echo might interpret backslashes.
675 cat <<\EOF_SED > conftestsed
676s,\\,\\\\,g; s,\$,$$,g
677EOF_SED
678 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
679 rm -f conftestsed
680fi
681test "$program_prefix" != NONE &&
682 program_transform_name="s,^,${program_prefix},; $program_transform_name"
683# Use a double $ so make ignores it.
684test "$program_suffix" != NONE &&
685 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
686
687# sed with no file args requires a program.
688test "$program_transform_name" = "" && program_transform_name="s,x,x,"
689
690echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
afecf2fa 691echo "configure:692: checking whether ${MAKE-make} sets \${MAKE}" >&5
8a0efa53
CF
692set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
693if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
694 echo $ac_n "(cached) $ac_c" 1>&6
695else
696 cat > conftestmake <<\EOF
697all:
698 @echo 'ac_maketemp="${MAKE}"'
699EOF
700# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
701eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
702if test -n "$ac_maketemp"; then
703 eval ac_cv_prog_make_${ac_make}_set=yes
704else
705 eval ac_cv_prog_make_${ac_make}_set=no
706fi
707rm -f conftestmake
708fi
709if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
710 echo "$ac_t""yes" 1>&6
711 SET_MAKE=
712else
713 echo "$ac_t""no" 1>&6
714 SET_MAKE="MAKE=${MAKE-make}"
715fi
716
717if test $host != $build; then
718 ac_tool_prefix=${host_alias}-
719else
720 ac_tool_prefix=
721fi
722
723echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
afecf2fa 724echo "configure:725: checking for Cygwin environment" >&5
8a0efa53
CF
725if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
726 echo $ac_n "(cached) $ac_c" 1>&6
727else
728 cat > conftest.$ac_ext <<EOF
afecf2fa 729#line 730 "configure"
8a0efa53
CF
730#include "confdefs.h"
731
732int main() {
733
734#ifndef __CYGWIN__
735#define __CYGWIN__ __CYGWIN32__
736#endif
737return __CYGWIN__;
738; return 0; }
739EOF
afecf2fa 740if { (eval echo configure:741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8a0efa53
CF
741 rm -rf conftest*
742 ac_cv_cygwin=yes
743else
744 echo "configure: failed program was:" >&5
745 cat conftest.$ac_ext >&5
746 rm -rf conftest*
747 ac_cv_cygwin=no
748fi
749rm -f conftest*
750rm -f conftest*
751fi
752
753echo "$ac_t""$ac_cv_cygwin" 1>&6
754CYGWIN=
755test "$ac_cv_cygwin" = yes && CYGWIN=yes
756echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
afecf2fa 757echo "configure:758: checking for mingw32 environment" >&5
8a0efa53
CF
758if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
759 echo $ac_n "(cached) $ac_c" 1>&6
760else
761 cat > conftest.$ac_ext <<EOF
afecf2fa 762#line 763 "configure"
8a0efa53
CF
763#include "confdefs.h"
764
765int main() {
766return __MINGW32__;
767; return 0; }
768EOF
afecf2fa 769if { (eval echo configure:770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8a0efa53
CF
770 rm -rf conftest*
771 ac_cv_mingw32=yes
772else
773 echo "configure: failed program was:" >&5
774 cat conftest.$ac_ext >&5
775 rm -rf conftest*
776 ac_cv_mingw32=no
777fi
778rm -f conftest*
779rm -f conftest*
780fi
781
782echo "$ac_t""$ac_cv_mingw32" 1>&6
783MINGW32=
784test "$ac_cv_mingw32" = yes && MINGW32=yes
785
786# Check whether --enable-multilib or --disable-multilib was given.
787if 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
794else
795 multilib=yes
796fi
797
798# Check whether --enable-target-optspace or --disable-target-optspace was given.
799if 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
806else
807 target_optspace=
808fi
809
3ac6f3a7
JJ
810# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
811if 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
818else
819 malloc_debugging=
820fi
821
8a0efa53
CF
822# Check whether --enable-newlib-mb or --disable-newlib-mb was given.
823if 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
830else
831 newlib_mb=no
832fi
833
afecf2fa
JJ
834# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
835if 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
842else
843 newlib_io_float=yes
844fi
845
846
8a0efa53
CF
847
848test -z "${with_target_subdir}" && with_target_subdir=.
849
850if 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
856else
857 newlib_basedir="${srcdir}/../../.."
858fi
859
860
861
862# Make sure we can run config.sub.
863if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
864else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
865fi
866
867echo $ac_n "checking host system type""... $ac_c" 1>&6
afecf2fa 868echo "configure:869: checking host system type" >&5
8a0efa53
CF
869
870host_alias=$host
871case "$host_alias" in
872NONE)
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 ;;
880esac
881
882host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
883host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
884host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
885host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
886echo "$ac_t""$host" 1>&6
887
888
889
890PACKAGE=newlib
891
2e1a7175 892VERSION=1.10.0
8a0efa53
CF
893
894if 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; }
896fi
897cat >> confdefs.h <<EOF
898#define PACKAGE "$PACKAGE"
899EOF
900
901cat >> confdefs.h <<EOF
902#define VERSION "$VERSION"
903EOF
904
905
906
907missing_dir=`cd $ac_aux_dir && pwd`
908echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
afecf2fa 909echo "configure:910: checking for working aclocal" >&5
8a0efa53
CF
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.
913if (aclocal --version) < /dev/null > /dev/null 2>&1; then
914 ACLOCAL=aclocal
915 echo "$ac_t""found" 1>&6
916else
917 ACLOCAL="$missing_dir/missing aclocal"
918 echo "$ac_t""missing" 1>&6
919fi
920
921echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
afecf2fa 922echo "configure:923: checking for working autoconf" >&5
8a0efa53
CF
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.
926if (autoconf --version) < /dev/null > /dev/null 2>&1; then
927 AUTOCONF=autoconf
928 echo "$ac_t""found" 1>&6
929else
930 AUTOCONF="$missing_dir/missing autoconf"
931 echo "$ac_t""missing" 1>&6
932fi
933
934echo $ac_n "checking for working automake""... $ac_c" 1>&6
afecf2fa 935echo "configure:936: checking for working automake" >&5
8a0efa53
CF
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.
939if (automake --version) < /dev/null > /dev/null 2>&1; then
940 AUTOMAKE=automake
941 echo "$ac_t""found" 1>&6
942else
943 AUTOMAKE="$missing_dir/missing automake"
944 echo "$ac_t""missing" 1>&6
945fi
946
947echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
afecf2fa 948echo "configure:949: checking for working autoheader" >&5
8a0efa53
CF
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.
952if (autoheader --version) < /dev/null > /dev/null 2>&1; then
953 AUTOHEADER=autoheader
954 echo "$ac_t""found" 1>&6
955else
956 AUTOHEADER="$missing_dir/missing autoheader"
957 echo "$ac_t""missing" 1>&6
958fi
959
960echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
afecf2fa 961echo "configure:962: checking for working makeinfo" >&5
8a0efa53
CF
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.
965if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
966 MAKEINFO=makeinfo
967 echo "$ac_t""found" 1>&6
968else
969 MAKEINFO="$missing_dir/missing makeinfo"
970 echo "$ac_t""missing" 1>&6
971fi
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.
984set dummy gcc; ac_word=$2
985echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
afecf2fa 986echo "configure:987: checking for $ac_word" >&5
8a0efa53
CF
987if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
988 echo $ac_n "(cached) $ac_c" 1>&6
989else
990 if test -n "$CC"; then
991 ac_cv_prog_CC="$CC" # Let the user override the test.
992else
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"
1003fi
1004fi
1005CC="$ac_cv_prog_CC"
1006if test -n "$CC"; then
1007 echo "$ac_t""$CC" 1>&6
1008else
1009 echo "$ac_t""no" 1>&6
1010fi
1011
1012if test -z "$CC"; then
1013 # Extract the first word of "cc", so it can be a program name with args.
1014set dummy cc; ac_word=$2
1015echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
afecf2fa 1016echo "configure:1017: checking for $ac_word" >&5
8a0efa53
CF
1017if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1018 echo $ac_n "(cached) $ac_c" 1>&6
1019else
1020 if test -n "$CC"; then
1021 ac_cv_prog_CC="$CC" # Let the user override the test.
1022else
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"
1038if 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
1051fi
1052fi
1053fi
1054CC="$ac_cv_prog_CC"
1055if test -n "$CC"; then
1056 echo "$ac_t""$CC" 1>&6
1057else
1058 echo "$ac_t""no" 1>&6
1059fi
1060
1061 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1062fi
1063
1064echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
afecf2fa 1065echo "configure:1066: checking whether we are using GNU C" >&5
8a0efa53
CF
1066if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1067 echo $ac_n "(cached) $ac_c" 1>&6
1068else
1069 cat > conftest.c <<EOF
1070#ifdef __GNUC__
1071 yes;
1072#endif
1073EOF
afecf2fa 1074if { 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
8a0efa53
CF
1075 ac_cv_prog_gcc=yes
1076else
1077 ac_cv_prog_gcc=no
1078fi
1079fi
1080
1081echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1082
1083if 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
afecf2fa 1089echo "configure:1090: checking whether ${CC-cc} accepts -g" >&5
8a0efa53
CF
1090if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1091 echo $ac_n "(cached) $ac_c" 1>&6
1092else
1093 echo 'void f(){}' > conftest.c
1094if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1095 ac_cv_prog_cc_g=yes
1096else
1097 ac_cv_prog_cc_g=no
1098fi
1099rm -f conftest*
1100
1101fi
1102
1103echo "$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
1111else
1112 GCC=
1113 test "${CFLAGS+set}" = set || CFLAGS="-g"
1114fi
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.
1121echo $ac_n "checking build system type""... $ac_c" 1>&6
afecf2fa 1122echo "configure:1123: checking build system type" >&5
8a0efa53
CF
1123
1124build_alias=$build
1125case "$build_alias" in
1126NONE)
1127 case $nonopt in
1128 NONE) build_alias=$host_alias ;;
1129 *) build_alias=$nonopt ;;
1130 esac ;;
1131esac
1132
1133build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1134build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1135build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1136build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1137echo "$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.
1141set dummy ${ac_tool_prefix}as; ac_word=$2
1142echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
afecf2fa 1143echo "configure:1144: checking for $ac_word" >&5
8a0efa53
CF
1144if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1145 echo $ac_n "(cached) $ac_c" 1>&6
1146else
1147 if test -n "$AS"; then
1148 ac_cv_prog_AS="$AS" # Let the user override the test.
1149else
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"
1161fi
1162fi
1163AS="$ac_cv_prog_AS"
1164if test -n "$AS"; then
1165 echo "$ac_t""$AS" 1>&6
1166else
1167 echo "$ac_t""no" 1>&6
1168fi
1169
1170
1171
1172# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1173set dummy ${ac_tool_prefix}ar; ac_word=$2
1174echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
afecf2fa 1175echo "configure:1176: checking for $ac_word" >&5
8a0efa53
CF
1176if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1177 echo $ac_n "(cached) $ac_c" 1>&6
1178else
1179 if test -n "$AR"; then
1180 ac_cv_prog_AR="$AR" # Let the user override the test.
1181else
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"
1193fi
1194fi
1195AR="$ac_cv_prog_AR"
1196if test -n "$AR"; then
1197 echo "$ac_t""$AR" 1>&6
1198else
1199 echo "$ac_t""no" 1>&6
1200fi
1201
1202
1203
1204# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1205set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1206echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
afecf2fa 1207echo "configure:1208: checking for $ac_word" >&5
8a0efa53
CF
1208if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1209 echo $ac_n "(cached) $ac_c" 1>&6
1210else
1211 if test -n "$RANLIB"; then
1212 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1213else
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"
1224fi
1225fi
1226RANLIB="$ac_cv_prog_RANLIB"
1227if test -n "$RANLIB"; then
1228 echo "$ac_t""$RANLIB" 1>&6
1229else
1230 echo "$ac_t""no" 1>&6
1231fi
1232
1233
1234if test -z "$ac_cv_prog_RANLIB"; then
1235if test -n "$ac_tool_prefix"; then
1236 # Extract the first word of "ranlib", so it can be a program name with args.
1237set dummy ranlib; ac_word=$2
1238echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
afecf2fa 1239echo "configure:1240: checking for $ac_word" >&5
8a0efa53
CF
1240if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1241 echo $ac_n "(cached) $ac_c" 1>&6
1242else
1243 if test -n "$RANLIB"; then
1244 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1245else
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=":"
1257fi
1258fi
1259RANLIB="$ac_cv_prog_RANLIB"
1260if test -n "$RANLIB"; then
1261 echo "$ac_t""$RANLIB" 1>&6
1262else
1263 echo "$ac_t""no" 1>&6
1264fi
1265
1266else
1267 RANLIB=":"
1268fi
1269fi
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.
1283echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
afecf2fa 1284echo "configure:1285: checking for a BSD compatible install" >&5
8a0efa53
CF
1285if test -z "$INSTALL"; then
1286if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1287 echo $ac_n "(cached) $ac_c" 1>&6
1288else
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
1315fi
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
1325fi
1326echo "$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.
1330test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1331
1332test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1333
1334test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1335
1336
1337echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
afecf2fa 1338echo "configure:1339: checking whether to enable maintainer-specific portions of Makefiles" >&5
8a0efa53
CF
1339 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1340if test "${enable_maintainer_mode+set}" = set; then
1341 enableval="$enable_maintainer_mode"
1342 USE_MAINTAINER_MODE=$enableval
1343else
1344 USE_MAINTAINER_MODE=no
1345fi
1346
1347 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1348
1349
1350if test $USE_MAINTAINER_MODE = yes; then
1351 MAINTAINER_MODE_TRUE=
1352 MAINTAINER_MODE_FALSE='#'
1353else
1354 MAINTAINER_MODE_TRUE='#'
1355 MAINTAINER_MODE_FALSE=
1356fi
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.
1368if false; then
1369
1370
1371echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
afecf2fa 1372echo "configure:1373: checking for executable suffix" >&5
8a0efa53
CF
1373if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1374 echo $ac_n "(cached) $ac_c" 1>&6
1375else
1376 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1377 ac_cv_exeext=.exe
1378else
1379 rm -f conftest*
1380 echo 'int main () { return 0; }' > conftest.$ac_ext
1381 ac_cv_exeext=
afecf2fa 1382 if { (eval echo configure:1383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
8a0efa53
CF
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
1394fi
1395fi
1396
1397EXEEXT=""
1398test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1399echo "$ac_t""${ac_cv_exeext}" 1>&6
1400ac_exeext=$EXEEXT
1401
1402fi
1403
1404. ${newlib_basedir}/configure.host
1405
1406case ${newlib_basedir} in
1407/* | A-Za-z:/\\*) newlib_flagbasedir=${newlib_basedir} ;;
1408*) newlib_flagbasedir='$(top_builddir)/'${newlib_basedir} ;;
1409esac
1410
1411newlib_cflags="${newlib_cflags} -I"'$(top_builddir)'"/../../../targ-include -I${newlib_flagbasedir}/libc/include"
1412case "${host}" in
1413 *-*-cygwin*)
1414 newlib_cflags="${newlib_cflags} -I${newlib_flagbasedir}/../winsup/cygwin/include -I${newlib_flagbasedir}/../winsup/w32api/include"
1415 ;;
1416esac
1417
1418newlib_cflags="${newlib_cflags} -fno-builtin"
1419
1420NEWLIB_CFLAGS=${newlib_cflags}
1421
1422
2e1a7175
TF
1423LDFLAGS=${ldflags}
1424
1425
1426
1427
1428if test x${use_libtool} = xyes; then
1429 USE_LIBTOOL_TRUE=
1430 USE_LIBTOOL_FALSE='#'
1431else
1432 USE_LIBTOOL_TRUE='#'
1433 USE_LIBTOOL_FALSE=
1434fi
1435
1436
1437
1438
8a0efa53
CF
1439
1440
1441
1442
1443trap '' 1 2 15
1444cat > 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#
1459EOF
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
1479if cmp -s $cache_file confcache; then
1480 :
1481else
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
1488fi
1489rm -f confcache
1490
1491trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1492
1493test "x$prefix" = xNONE && prefix=$ac_default_prefix
1494# Let make expand exec_prefix.
1495test "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.
1500if test "x$srcdir" = x.; then
1501 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
1502fi
1503
1504trap '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.
1509cat > conftest.defs <<\EOF
1510s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1511s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
1512s%\[%\\&%g
1513s%\]%\\&%g
1514s%\$%$$%g
1515EOF
1516DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1517rm -f conftest.defs
1518
1519
1520# Without the "./", some shells look in PATH for config.status.
1521: ${CONFIG_STATUS=./config.status}
1522
1523echo creating $CONFIG_STATUS
1524rm -f $CONFIG_STATUS
1525cat > $CONFIG_STATUS <<EOF
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
1537ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1538for ac_option
1539do
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
1551done
1552
1553ac_given_srcdir=$srcdir
1554ac_given_INSTALL="$INSTALL"
1555
1556trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1557EOF
1558cat >> $CONFIG_STATUS <<EOF
1559
1560# Protect against being on the right side of a sed subst in config.status.
1561sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1562 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1563$ac_vpsub
1564$extrasub
1565s%@SHELL@%$SHELL%g
1566s%@CFLAGS@%$CFLAGS%g
1567s%@CPPFLAGS@%$CPPFLAGS%g
1568s%@CXXFLAGS@%$CXXFLAGS%g
1569s%@FFLAGS@%$FFLAGS%g
1570s%@DEFS@%$DEFS%g
1571s%@LDFLAGS@%$LDFLAGS%g
1572s%@LIBS@%$LIBS%g
1573s%@exec_prefix@%$exec_prefix%g
1574s%@prefix@%$prefix%g
1575s%@program_transform_name@%$program_transform_name%g
1576s%@bindir@%$bindir%g
1577s%@sbindir@%$sbindir%g
1578s%@libexecdir@%$libexecdir%g
1579s%@datadir@%$datadir%g
1580s%@sysconfdir@%$sysconfdir%g
1581s%@sharedstatedir@%$sharedstatedir%g
1582s%@localstatedir@%$localstatedir%g
1583s%@libdir@%$libdir%g
1584s%@includedir@%$includedir%g
1585s%@oldincludedir@%$oldincludedir%g
1586s%@infodir@%$infodir%g
1587s%@mandir@%$mandir%g
1588s%@newlib_basedir@%$newlib_basedir%g
1589s%@host@%$host%g
1590s%@host_alias@%$host_alias%g
1591s%@host_cpu@%$host_cpu%g
1592s%@host_vendor@%$host_vendor%g
1593s%@host_os@%$host_os%g
1594s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1595s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
1596s%@INSTALL_DATA@%$INSTALL_DATA%g
1597s%@PACKAGE@%$PACKAGE%g
1598s%@VERSION@%$VERSION%g
1599s%@ACLOCAL@%$ACLOCAL%g
1600s%@AUTOCONF@%$AUTOCONF%g
1601s%@AUTOMAKE@%$AUTOMAKE%g
1602s%@AUTOHEADER@%$AUTOHEADER%g
1603s%@MAKEINFO@%$MAKEINFO%g
1604s%@SET_MAKE@%$SET_MAKE%g
1605s%@CC@%$CC%g
1606s%@build@%$build%g
1607s%@build_alias@%$build_alias%g
1608s%@build_cpu@%$build_cpu%g
1609s%@build_vendor@%$build_vendor%g
1610s%@build_os@%$build_os%g
1611s%@AS@%$AS%g
1612s%@AR@%$AR%g
1613s%@RANLIB@%$RANLIB%g
1614s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
1615s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
1616s%@MAINT@%$MAINT%g
1617s%@EXEEXT@%$EXEEXT%g
1618s%@NEWLIB_CFLAGS@%$NEWLIB_CFLAGS%g
2e1a7175
TF
1619s%@USE_LIBTOOL_TRUE@%$USE_LIBTOOL_TRUE%g
1620s%@USE_LIBTOOL_FALSE@%$USE_LIBTOOL_FALSE%g
1621s%@oext@%$oext%g
1622s%@aext@%$aext%g
1623s%@libm_machine_dir@%$libm_machine_dir%g
8a0efa53
CF
1624s%@machine_dir@%$machine_dir%g
1625s%@sys_dir@%$sys_dir%g
1626
1627CEOF
1628EOF
1629
1630cat >> $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.
2e1a7175 1634ac_max_sed_cmds=60 # Maximum number of lines to put in a sed script.
8a0efa53
CF
1635ac_file=1 # Number of current file.
1636ac_beg=1 # First line for current file.
1637ac_end=$ac_max_sed_cmds # Line after last line for current file.
1638ac_more_lines=:
1639ac_sed_cmds=""
1640while $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
1659done
1660if test -z "$ac_sed_cmds"; then
1661 ac_sed_cmds=cat
1662fi
1663EOF
1664
1665cat >> $CONFIG_STATUS <<EOF
1666
1667CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1668EOF
1669cat >> $CONFIG_STATUS <<\EOF
1670for 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
1718s%@configure_input@%$configure_input%g
1719s%@srcdir@%$srcdir%g
1720s%@top_srcdir@%$top_srcdir%g
1721s%@INSTALL@%$INSTALL%g
1722" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1723fi; done
1724rm -f conftest.s*
1725
1726EOF
1727cat >> $CONFIG_STATUS <<EOF
1728
1729EOF
1730cat >> $CONFIG_STATUS <<\EOF
1731
1732exit 0
1733EOF
1734chmod +x $CONFIG_STATUS
1735rm -fr confdefs* $ac_clean_files
1736test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1737
This page took 0.232345 seconds and 5 git commands to generate.