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