]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mn10300/configure
* Makefile.in (autoconf-install): New target.
[thirdparty/binutils-gdb.git] / sim / mn10300 / configure
CommitLineData
295dbbe4
SG
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
a77aa7ec 4# Generated automatically using autoconf version 2.10
295dbbe4
SG
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:
601fb8ae
MM
14ac_help="$ac_help
15 --enable-sim-bswap Use Host specific BSWAP instruction."
295dbbe4
SG
16ac_help="$ac_help
17 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator"
18ac_help="$ac_help
19 --enable-sim-debug=opts Enable debugging flags"
a35e91c3
AC
20ac_help="$ac_help
21 --enable-sim-stdio Specify whether to use stdio for console input/output."
295dbbe4
SG
22ac_help="$ac_help
23 --enable-sim-trace=opts Enable tracing flags"
295dbbe4
SG
24
25# Initialize some variables set by options.
26# The variables have the same names as the options, with
27# dashes changed to underlines.
28build=NONE
29cache_file=./config.cache
30exec_prefix=NONE
31host=NONE
32no_create=
33nonopt=NONE
34no_recursion=
35prefix=NONE
36program_prefix=NONE
37program_suffix=NONE
38program_transform_name=s,x,x,
39silent=
40site=
41srcdir=
42target=NONE
43verbose=
44x_includes=NONE
45x_libraries=NONE
46bindir='${exec_prefix}/bin'
47sbindir='${exec_prefix}/sbin'
48libexecdir='${exec_prefix}/libexec'
49datadir='${prefix}/share'
50sysconfdir='${prefix}/etc'
51sharedstatedir='${prefix}/com'
52localstatedir='${prefix}/var'
53libdir='${exec_prefix}/lib'
54includedir='${prefix}/include'
55oldincludedir='/usr/include'
56infodir='${prefix}/info'
57mandir='${prefix}/man'
58
59# Initialize some other variables.
60subdirs=
61MFLAGS= MAKEFLAGS=
295dbbe4
SG
62
63ac_prev=
64for ac_option
65do
66
67 # If the previous option needs an argument, assign it.
68 if test -n "$ac_prev"; then
69 eval "$ac_prev=\$ac_option"
70 ac_prev=
71 continue
72 fi
73
74 case "$ac_option" in
75 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
76 *) ac_optarg= ;;
77 esac
78
79 # Accept the important Cygnus configure options, so we can diagnose typos.
80
81 case "$ac_option" in
82
83 -bindir | --bindir | --bindi | --bind | --bin | --bi)
84 ac_prev=bindir ;;
85 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
86 bindir="$ac_optarg" ;;
87
88 -build | --build | --buil | --bui | --bu)
89 ac_prev=build ;;
90 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
91 build="$ac_optarg" ;;
92
93 -cache-file | --cache-file | --cache-fil | --cache-fi \
94 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
95 ac_prev=cache_file ;;
96 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
97 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
98 cache_file="$ac_optarg" ;;
99
100 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
101 ac_prev=datadir ;;
102 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
103 | --da=*)
104 datadir="$ac_optarg" ;;
105
106 -disable-* | --disable-*)
107 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
108 # Reject names that are not valid shell variable names.
109 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
110 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
111 fi
112 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
113 eval "enable_${ac_feature}=no" ;;
114
115 -enable-* | --enable-*)
116 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
117 # Reject names that are not valid shell variable names.
118 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
119 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
120 fi
121 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
122 case "$ac_option" in
123 *=*) ;;
124 *) ac_optarg=yes ;;
125 esac
126 eval "enable_${ac_feature}='$ac_optarg'" ;;
127
128 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
129 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
130 | --exec | --exe | --ex)
131 ac_prev=exec_prefix ;;
132 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
133 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
134 | --exec=* | --exe=* | --ex=*)
135 exec_prefix="$ac_optarg" ;;
136
137 -gas | --gas | --ga | --g)
138 # Obsolete; use --with-gas.
139 with_gas=yes ;;
140
141 -help | --help | --hel | --he)
142 # Omit some internal or obsolete options to make the list less imposing.
143 # This message is too long to be a string in the A/UX 3.1 sh.
144 cat << EOF
145Usage: configure [options] [host]
146Options: [defaults in brackets after descriptions]
147Configuration:
148 --cache-file=FILE cache test results in FILE
149 --help print this message
150 --no-create do not create output files
151 --quiet, --silent do not print \`checking...' messages
152 --version print the version of autoconf that created configure
153Directory and file names:
154 --prefix=PREFIX install architecture-independent files in PREFIX
155 [$ac_default_prefix]
156 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
157 [same as prefix]
158 --bindir=DIR user executables in DIR [EPREFIX/bin]
159 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
160 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
161 --datadir=DIR read-only architecture-independent data in DIR
162 [PREFIX/share]
163 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
164 --sharedstatedir=DIR modifiable architecture-independent data in DIR
165 [PREFIX/com]
166 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
167 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
168 --includedir=DIR C header files in DIR [PREFIX/include]
169 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
170 --infodir=DIR info documentation in DIR [PREFIX/info]
171 --mandir=DIR man documentation in DIR [PREFIX/man]
172 --srcdir=DIR find the sources in DIR [configure dir or ..]
173 --program-prefix=PREFIX prepend PREFIX to installed program names
174 --program-suffix=SUFFIX append SUFFIX to installed program names
175 --program-transform-name=PROGRAM
176 run sed PROGRAM on installed program names
177EOF
178 cat << EOF
179Host type:
180 --build=BUILD configure for building on BUILD [BUILD=HOST]
181 --host=HOST configure for HOST [guessed]
182 --target=TARGET configure for TARGET [TARGET=HOST]
183Features and packages:
184 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
185 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
186 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
187 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
188 --x-includes=DIR X include files are in DIR
189 --x-libraries=DIR X library files are in DIR
190EOF
191 if test -n "$ac_help"; then
192 echo "--enable and --with options recognized:$ac_help"
193 fi
194 exit 0 ;;
195
196 -host | --host | --hos | --ho)
197 ac_prev=host ;;
198 -host=* | --host=* | --hos=* | --ho=*)
199 host="$ac_optarg" ;;
200
201 -includedir | --includedir | --includedi | --included | --include \
202 | --includ | --inclu | --incl | --inc)
203 ac_prev=includedir ;;
204 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
205 | --includ=* | --inclu=* | --incl=* | --inc=*)
206 includedir="$ac_optarg" ;;
207
208 -infodir | --infodir | --infodi | --infod | --info | --inf)
209 ac_prev=infodir ;;
210 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
211 infodir="$ac_optarg" ;;
212
213 -libdir | --libdir | --libdi | --libd)
214 ac_prev=libdir ;;
215 -libdir=* | --libdir=* | --libdi=* | --libd=*)
216 libdir="$ac_optarg" ;;
217
218 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
219 | --libexe | --libex | --libe)
220 ac_prev=libexecdir ;;
221 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
222 | --libexe=* | --libex=* | --libe=*)
223 libexecdir="$ac_optarg" ;;
224
225 -localstatedir | --localstatedir | --localstatedi | --localstated \
226 | --localstate | --localstat | --localsta | --localst \
227 | --locals | --local | --loca | --loc | --lo)
228 ac_prev=localstatedir ;;
229 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
230 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
231 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
232 localstatedir="$ac_optarg" ;;
233
234 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
235 ac_prev=mandir ;;
236 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
237 mandir="$ac_optarg" ;;
238
239 -nfp | --nfp | --nf)
240 # Obsolete; use --without-fp.
241 with_fp=no ;;
242
243 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
244 | --no-cr | --no-c)
245 no_create=yes ;;
246
247 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
248 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
249 no_recursion=yes ;;
250
251 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
252 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
253 | --oldin | --oldi | --old | --ol | --o)
254 ac_prev=oldincludedir ;;
255 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
256 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
257 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
258 oldincludedir="$ac_optarg" ;;
259
260 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
261 ac_prev=prefix ;;
262 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
263 prefix="$ac_optarg" ;;
264
265 -program-prefix | --program-prefix | --program-prefi | --program-pref \
266 | --program-pre | --program-pr | --program-p)
267 ac_prev=program_prefix ;;
268 -program-prefix=* | --program-prefix=* | --program-prefi=* \
269 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
270 program_prefix="$ac_optarg" ;;
271
272 -program-suffix | --program-suffix | --program-suffi | --program-suff \
273 | --program-suf | --program-su | --program-s)
274 ac_prev=program_suffix ;;
275 -program-suffix=* | --program-suffix=* | --program-suffi=* \
276 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
277 program_suffix="$ac_optarg" ;;
278
279 -program-transform-name | --program-transform-name \
280 | --program-transform-nam | --program-transform-na \
281 | --program-transform-n | --program-transform- \
282 | --program-transform | --program-transfor \
283 | --program-transfo | --program-transf \
284 | --program-trans | --program-tran \
285 | --progr-tra | --program-tr | --program-t)
286 ac_prev=program_transform_name ;;
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 program_transform_name="$ac_optarg" ;;
295
296 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
297 | -silent | --silent | --silen | --sile | --sil)
298 silent=yes ;;
299
300 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
301 ac_prev=sbindir ;;
302 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
303 | --sbi=* | --sb=*)
304 sbindir="$ac_optarg" ;;
305
306 -sharedstatedir | --sharedstatedir | --sharedstatedi \
307 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
308 | --sharedst | --shareds | --shared | --share | --shar \
309 | --sha | --sh)
310 ac_prev=sharedstatedir ;;
311 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
312 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
313 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
314 | --sha=* | --sh=*)
315 sharedstatedir="$ac_optarg" ;;
316
317 -site | --site | --sit)
318 ac_prev=site ;;
319 -site=* | --site=* | --sit=*)
320 site="$ac_optarg" ;;
321
322 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
323 ac_prev=srcdir ;;
324 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
325 srcdir="$ac_optarg" ;;
326
327 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
328 | --syscon | --sysco | --sysc | --sys | --sy)
329 ac_prev=sysconfdir ;;
330 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
331 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
332 sysconfdir="$ac_optarg" ;;
333
334 -target | --target | --targe | --targ | --tar | --ta | --t)
335 ac_prev=target ;;
336 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
337 target="$ac_optarg" ;;
338
339 -v | -verbose | --verbose | --verbos | --verbo | --verb)
340 verbose=yes ;;
341
342 -version | --version | --versio | --versi | --vers)
a77aa7ec 343 echo "configure generated by autoconf version 2.10"
295dbbe4
SG
344 exit 0 ;;
345
346 -with-* | --with-*)
347 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
348 # Reject names that are not valid shell variable names.
349 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
350 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
351 fi
352 ac_package=`echo $ac_package| sed 's/-/_/g'`
353 case "$ac_option" in
354 *=*) ;;
355 *) ac_optarg=yes ;;
356 esac
357 eval "with_${ac_package}='$ac_optarg'" ;;
358
359 -without-* | --without-*)
360 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
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 eval "with_${ac_package}=no" ;;
367
368 --x)
369 # Obsolete; use --with-x.
370 with_x=yes ;;
371
372 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
373 | --x-incl | --x-inc | --x-in | --x-i)
374 ac_prev=x_includes ;;
375 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
376 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
377 x_includes="$ac_optarg" ;;
378
379 -x-libraries | --x-libraries | --x-librarie | --x-librari \
380 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
381 ac_prev=x_libraries ;;
382 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
383 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
384 x_libraries="$ac_optarg" ;;
385
386 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
387 ;;
388
389 *)
390 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
391 echo "configure: warning: $ac_option: invalid host type" 1>&2
392 fi
393 if test "x$nonopt" != xNONE; then
394 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
395 fi
396 nonopt="$ac_option"
397 ;;
398
399 esac
400done
401
402if test -n "$ac_prev"; then
403 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
404fi
405
406trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
407
408# File descriptor usage:
409# 0 standard input
410# 1 file creation
411# 2 errors and warnings
412# 3 some systems may open it to /dev/tty
413# 4 used on the Kubota Titan
414# 6 checking for... messages and results
415# 5 compiler messages saved in config.log
416if test "$silent" = yes; then
417 exec 6>/dev/null
418else
419 exec 6>&1
420fi
421exec 5>./config.log
422
423echo "\
424This file contains any messages produced by compilers while
425running configure, to aid debugging if configure makes a mistake.
426" 1>&5
427
428# Strip out --no-create and --no-recursion so they do not pile up.
429# Also quote any args containing shell metacharacters.
430ac_configure_args=
431for ac_arg
432do
433 case "$ac_arg" in
434 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
435 | --no-cr | --no-c) ;;
436 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
437 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
438 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
439 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
440 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
441 esac
442done
443
444# NLS nuisances.
a77aa7ec
AC
445# Only set LANG and LC_ALL to C if already set.
446# These must not be set unconditionally because not all systems understand
447# e.g. LANG=C (notably SCO).
295dbbe4 448if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
a77aa7ec 449if test "${LANG+set}" = set; then LANG=C; export LANG; fi
295dbbe4
SG
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 $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
295dbbe4
SG
511
512if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
513 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
514 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
515 ac_n= ac_c='
516' ac_t=' '
517 else
518 ac_n=-n ac_c= ac_t=
519 fi
520else
521 ac_n= ac_c='\c' ac_t=
522fi
523
524
525
526
527# autoconf.info says this should be called right after AC_INIT.
528
529
530ac_aux_dir=
531for ac_dir in `cd $srcdir;pwd`/../.. $srcdir/`cd $srcdir;pwd`/../..; do
532 if test -f $ac_dir/install-sh; then
533 ac_aux_dir=$ac_dir
534 ac_install_sh="$ac_aux_dir/install-sh -c"
535 break
536 elif test -f $ac_dir/install.sh; then
537 ac_aux_dir=$ac_dir
538 ac_install_sh="$ac_aux_dir/install.sh -c"
539 break
540 fi
541done
542if test -z "$ac_aux_dir"; then
543 { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir;pwd`/../.. $srcdir/`cd $srcdir;pwd`/../.." 1>&2; exit 1; }
544fi
545ac_config_guess=$ac_aux_dir/config.guess
546ac_config_sub=$ac_aux_dir/config.sub
547ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
548
549
550# Do some error checking and defaulting for the host and target type.
551# The inputs are:
552# configure --host=HOST --target=TARGET --build=BUILD NONOPT
553#
554# The rules are:
555# 1. You are not allowed to specify --host, --target, and nonopt at the
556# same time.
557# 2. Host defaults to nonopt.
558# 3. If nonopt is not specified, then host defaults to the current host,
559# as determined by config.guess.
560# 4. Target and build default to nonopt.
561# 5. If nonopt is not specified, then target and build default to host.
562
563# The aliases save the names the user supplied, while $host etc.
564# will get canonicalized.
565case $host---$target---$nonopt in
566NONE---*---* | *---NONE---* | *---*---NONE) ;;
567*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
568esac
569
570
571# Make sure we can run config.sub.
572if $ac_config_sub sun4 >/dev/null 2>&1; then :
573else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
574fi
575
576echo $ac_n "checking host system type""... $ac_c" 1>&6
295dbbe4
SG
577
578host_alias=$host
579case "$host_alias" in
580NONE)
581 case $nonopt in
582 NONE)
583 if host_alias=`$ac_config_guess`; then :
584 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
585 fi ;;
586 *) host_alias=$nonopt ;;
587 esac ;;
588esac
589
590host=`$ac_config_sub $host_alias`
a77aa7ec
AC
591host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
592host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
593host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
295dbbe4
SG
594echo "$ac_t""$host" 1>&6
595
596echo $ac_n "checking target system type""... $ac_c" 1>&6
295dbbe4
SG
597
598target_alias=$target
599case "$target_alias" in
600NONE)
601 case $nonopt in
602 NONE) target_alias=$host_alias ;;
603 *) target_alias=$nonopt ;;
604 esac ;;
605esac
606
607target=`$ac_config_sub $target_alias`
a77aa7ec
AC
608target_cpu=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
609target_vendor=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
610target_os=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
295dbbe4
SG
611echo "$ac_t""$target" 1>&6
612
613echo $ac_n "checking build system type""... $ac_c" 1>&6
295dbbe4
SG
614
615build_alias=$build
616case "$build_alias" in
617NONE)
618 case $nonopt in
619 NONE) build_alias=$host_alias ;;
620 *) build_alias=$nonopt ;;
621 esac ;;
622esac
623
624build=`$ac_config_sub $build_alias`
a77aa7ec
AC
625build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
626build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
627build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
295dbbe4
SG
628echo "$ac_t""$build" 1>&6
629
630test "$host_alias" != "$target_alias" &&
631 test "$program_prefix$program_suffix$program_transform_name" = \
632 NONENONEs,x,x, &&
633 program_prefix=${target_alias}-
634
635if test "$program_transform_name" = s,x,x,; then
636 program_transform_name=
637else
638 # Double any \ or $. echo might interpret backslashes.
639 cat <<\EOF_SED > conftestsed
640s,\\,\\\\,g; s,\$,$$,g
641EOF_SED
642 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
643 rm -f conftestsed
644fi
645test "$program_prefix" != NONE &&
646 program_transform_name="s,^,${program_prefix},; $program_transform_name"
647# Use a double $ so make ignores it.
648test "$program_suffix" != NONE &&
649 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
650
651# sed with no file args requires a program.
652test "$program_transform_name" = "" && program_transform_name="s,x,x,"
653
654# Extract the first word of "gcc", so it can be a program name with args.
655set dummy gcc; ac_word=$2
656echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
295dbbe4
SG
657if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
658 echo $ac_n "(cached) $ac_c" 1>&6
659else
660 if test -n "$CC"; then
661 ac_cv_prog_CC="$CC" # Let the user override the test.
662else
663 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
664 for ac_dir in $PATH; do
665 test -z "$ac_dir" && ac_dir=.
666 if test -f $ac_dir/$ac_word; then
667 ac_cv_prog_CC="gcc"
668 break
669 fi
670 done
671 IFS="$ac_save_ifs"
672fi
673fi
674CC="$ac_cv_prog_CC"
675if test -n "$CC"; then
676 echo "$ac_t""$CC" 1>&6
677else
678 echo "$ac_t""no" 1>&6
679fi
680
681if test -z "$CC"; then
682 # Extract the first word of "cc", so it can be a program name with args.
683set dummy cc; ac_word=$2
684echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
295dbbe4
SG
685if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
686 echo $ac_n "(cached) $ac_c" 1>&6
687else
688 if test -n "$CC"; then
689 ac_cv_prog_CC="$CC" # Let the user override the test.
690else
691 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
692 ac_prog_rejected=no
693 for ac_dir in $PATH; do
694 test -z "$ac_dir" && ac_dir=.
695 if test -f $ac_dir/$ac_word; then
696 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
697 ac_prog_rejected=yes
698 continue
699 fi
700 ac_cv_prog_CC="cc"
701 break
702 fi
703 done
704 IFS="$ac_save_ifs"
705if test $ac_prog_rejected = yes; then
706 # We found a bogon in the path, so make sure we never use it.
707 set dummy $ac_cv_prog_CC
708 shift
709 if test $# -gt 0; then
710 # We chose a different compiler from the bogus one.
711 # However, it has the same basename, so the bogon will be chosen
712 # first if we set CC to just the basename; use the full file name.
713 shift
714 set dummy "$ac_dir/$ac_word" "$@"
715 shift
716 ac_cv_prog_CC="$@"
717 fi
718fi
719fi
720fi
721CC="$ac_cv_prog_CC"
722if test -n "$CC"; then
723 echo "$ac_t""$CC" 1>&6
724else
725 echo "$ac_t""no" 1>&6
726fi
727
728 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
729fi
730
295dbbe4 731echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
295dbbe4
SG
732if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
733 echo $ac_n "(cached) $ac_c" 1>&6
734else
735 cat > conftest.c <<EOF
736#ifdef __GNUC__
737 yes;
738#endif
739EOF
a35e91c3 740if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:741: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
295dbbe4
SG
741 ac_cv_prog_gcc=yes
742else
743 ac_cv_prog_gcc=no
744fi
745fi
746
747echo "$ac_t""$ac_cv_prog_gcc" 1>&6
295dbbe4
SG
748if test $ac_cv_prog_gcc = yes; then
749 GCC=yes
a77aa7ec
AC
750 if test "${CFLAGS+set}" != set; then
751 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
752if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
295dbbe4
SG
753 echo $ac_n "(cached) $ac_c" 1>&6
754else
755 echo 'void f(){}' > conftest.c
756if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
a77aa7ec 757 ac_cv_prog_gcc_g=yes
295dbbe4 758else
a77aa7ec 759 ac_cv_prog_gcc_g=no
295dbbe4
SG
760fi
761rm -f conftest*
762
763fi
764
a77aa7ec
AC
765echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
766 if test $ac_cv_prog_gcc_g = yes; then
767 CFLAGS="-g -O"
768 else
769 CFLAGS="-O"
770 fi
295dbbe4
SG
771 fi
772else
773 GCC=
774 test "${CFLAGS+set}" = set || CFLAGS="-g"
775fi
776
777# Find a good install program. We prefer a C program (faster),
778# so one script is as good as another. But avoid the broken or
779# incompatible versions:
780# SysV /etc/install, /usr/sbin/install
781# SunOS /usr/etc/install
782# IRIX /sbin/install
783# AIX /bin/install
784# AFS /usr/afsws/bin/install, which mishandles nonexistent args
785# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
786# ./install, which can be erroneously created by make from ./install.sh.
787echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
295dbbe4
SG
788if test -z "$INSTALL"; then
789if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
790 echo $ac_n "(cached) $ac_c" 1>&6
791else
a77aa7ec 792 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
295dbbe4
SG
793 for ac_dir in $PATH; do
794 # Account for people who put trailing slashes in PATH elements.
795 case "$ac_dir/" in
796 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
797 *)
798 # OSF1 and SCO ODT 3.0 have their own names for install.
799 for ac_prog in ginstall installbsd scoinst install; do
800 if test -f $ac_dir/$ac_prog; then
801 if test $ac_prog = install &&
802 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
803 # AIX install. It has an incompatible calling convention.
804 # OSF/1 installbsd also uses dspmsg, but is usable.
805 :
806 else
807 ac_cv_path_install="$ac_dir/$ac_prog -c"
808 break 2
809 fi
810 fi
811 done
812 ;;
813 esac
814 done
a77aa7ec 815 IFS="$ac_save_ifs"
295dbbe4
SG
816
817fi
818 if test "${ac_cv_path_install+set}" = set; then
819 INSTALL="$ac_cv_path_install"
820 else
821 # As a last resort, use the slow shell script. We don't cache a
822 # path for INSTALL within a source directory, because that will
823 # break other packages using the cache if that directory is
824 # removed, or if the path is relative.
825 INSTALL="$ac_install_sh"
826 fi
827fi
828echo "$ac_t""$INSTALL" 1>&6
829
830# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
831# It thinks the first close brace ends the variable substitution.
832test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
833
834test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
835
295dbbe4
SG
836
837# Put a plausible default for CC_FOR_BUILD in Makefile.
a77aa7ec
AC
838# If we cannot run a trivial program, we must be cross compiling.
839echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
840if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
841 echo $ac_n "(cached) $ac_c" 1>&6
842else
843 if test "$cross_compiling" = yes; then
844 ac_cv_c_cross=yes
845else
846cat > conftest.$ac_ext <<EOF
a35e91c3 847#line 848 "configure"
a77aa7ec
AC
848#include "confdefs.h"
849main(){return(0);}
850EOF
a35e91c3 851{ (eval echo configure:852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
a77aa7ec
AC
852if test -s conftest && (./conftest; exit) 2>/dev/null; then
853 ac_cv_c_cross=no
854else
855 ac_cv_c_cross=yes
856fi
857fi
858rm -fr conftest*
859fi
860
861echo "$ac_t""$ac_cv_c_cross" 1>&6
862cross_compiling=$ac_cv_c_cross
295dbbe4
SG
863
864if test "x$cross_compiling" = "xno"; then
865 CC_FOR_BUILD='$(CC)'
866else
867 CC_FOR_BUILD=gcc
868fi
869
870
871
872
873AR=${AR-ar}
874
875# Extract the first word of "ranlib", so it can be a program name with args.
876set dummy ranlib; ac_word=$2
877echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
295dbbe4
SG
878if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
879 echo $ac_n "(cached) $ac_c" 1>&6
880else
881 if test -n "$RANLIB"; then
882 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
883else
884 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
885 for ac_dir in $PATH; do
886 test -z "$ac_dir" && ac_dir=.
887 if test -f $ac_dir/$ac_word; then
888 ac_cv_prog_RANLIB="ranlib"
889 break
890 fi
891 done
892 IFS="$ac_save_ifs"
893 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
894fi
895fi
896RANLIB="$ac_cv_prog_RANLIB"
897if test -n "$RANLIB"; then
898 echo "$ac_t""$RANLIB" 1>&6
899else
900 echo "$ac_t""no" 1>&6
901fi
902
903
904. ${srcdir}/../../bfd/configure.host
905
906
601fb8ae
MM
907
908# Check whether --enable-sim-bswap or --disable-sim-bswap was given.
909if test "${enable_sim_bswap+set}" = set; then
910 enableval="$enable_sim_bswap"
911 case "${enableval}" in
a77aa7ec 912 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
601fb8ae
MM
913 no) sim_bswap="-DWITH_BSWAP=0";;
914 *) { echo "configure: error: "--enable-sim-bswap does not take a value"" 1>&2; exit 1; }; sim_bswap="";;
915esac
916if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
917 echo "Setting bswap flags = $sim_bswap" 6>&1
918fi
919else
920 sim_bswap=""
921fi
922
923
924
295dbbe4
SG
925# Check whether --enable-sim-cflags or --disable-sim-cflags was given.
926if test "${enable_sim_cflags+set}" = set; then
927 enableval="$enable_sim_cflags"
928 case "${enableval}" in
929 yes) sim_cflags="-O2";;
930 trace) { echo "configure: error: "Please use --enable-sim-debug instead."" 1>&2; exit 1; }; sim_cflags="";;
931 no) sim_cflags="";;
932 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
933esac
934if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
935 echo "Setting sim cflags = $sim_cflags" 6>&1
936fi
937else
938 sim_cflags=""
939fi
940
941
601fb8ae 942
295dbbe4
SG
943# Check whether --enable-sim-debug or --disable-sim-debug was given.
944if test "${enable_sim_debug+set}" = set; then
945 enableval="$enable_sim_debug"
946 case "${enableval}" in
947 yes) sim_debug="-DDEBUG=7";;
948 no) sim_debug="-DDEBUG=0";;
949 *) sim_debug="-DDEBUG='(${enableval})'";;
950esac
951if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
952 echo "Setting sim debug = $sim_debug" 6>&1
953fi
954else
955 sim_debug=""
956fi
957
958
601fb8ae 959
a35e91c3
AC
960# Check whether --enable-sim-stdio or --disable-sim-stdio was given.
961if test "${enable_sim_stdio+set}" = set; then
962 enableval="$enable_sim_stdio"
963 case "${enableval}" in
964 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
965 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
966 *) { echo "configure: error: "Unknown value $enableval passed to --enable-sim-stdio"" 1>&2; exit 1; }; sim_stdio="";;
967esac
968if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
969 echo "Setting stdio flags = $sim_stdio" 6>&1
970fi
971else
972 sim_stdio=""
973fi
a77aa7ec
AC
974
975
976
295dbbe4
SG
977# Check whether --enable-sim-trace or --disable-sim-trace was given.
978if test "${enable_sim_trace+set}" = set; then
979 enableval="$enable_sim_trace"
980 case "${enableval}" in
a77aa7ec
AC
981 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=1";;
982 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
983 *) sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
295dbbe4
SG
984esac
985if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
986 echo "Setting sim trace = $sim_trace" 6>&1
987fi
988else
989 sim_trace=""
990fi
991
992
295dbbe4
SG
993
994sim_link_files=
995sim_link_links=
996
997sim_link_links=tconfig.h
998if test -f ${srcdir}/tconfig.in
999then
1000 sim_link_files=tconfig.in
1001else
1002 sim_link_files=../common/tconfig.in
1003fi
1004
601fb8ae 1005# targ-vals.def points to the libc macro description file.
295dbbe4 1006case "${target}" in
601fb8ae 1007*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
295dbbe4 1008esac
601fb8ae
MM
1009sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
1010sim_link_links="${sim_link_links} targ-vals.def"
295dbbe4
SG
1011
1012
1013
1014echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
295dbbe4
SG
1015# On Suns, sometimes $CPP names a directory.
1016if test -n "$CPP" && test -d "$CPP"; then
1017 CPP=
1018fi
1019if test -z "$CPP"; then
1020if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1021 echo $ac_n "(cached) $ac_c" 1>&6
1022else
1023 # This must be in double quotes, not single quotes, because CPP may get
1024 # substituted into the Makefile and "${CC-cc}" will confuse make.
1025 CPP="${CC-cc} -E"
1026 # On the NeXT, cc -E runs the code through the compiler's parser,
1027 # not just through cpp.
1028 cat > conftest.$ac_ext <<EOF
a35e91c3 1029#line 1030 "configure"
295dbbe4
SG
1030#include "confdefs.h"
1031#include <assert.h>
1032Syntax Error
1033EOF
1034ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a35e91c3 1035{ (eval echo configure:1036: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
295dbbe4
SG
1036ac_err=`grep -v '^ *+' conftest.out`
1037if test -z "$ac_err"; then
1038 :
1039else
1040 echo "$ac_err" >&5
295dbbe4
SG
1041 rm -rf conftest*
1042 CPP="${CC-cc} -E -traditional-cpp"
1043 cat > conftest.$ac_ext <<EOF
a35e91c3 1044#line 1045 "configure"
295dbbe4
SG
1045#include "confdefs.h"
1046#include <assert.h>
1047Syntax Error
1048EOF
1049ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a35e91c3 1050{ (eval echo configure:1051: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
295dbbe4
SG
1051ac_err=`grep -v '^ *+' conftest.out`
1052if test -z "$ac_err"; then
1053 :
1054else
1055 echo "$ac_err" >&5
295dbbe4
SG
1056 rm -rf conftest*
1057 CPP=/lib/cpp
1058fi
1059rm -f conftest*
1060fi
1061rm -f conftest*
1062 ac_cv_prog_CPP="$CPP"
1063fi
1064 CPP="$ac_cv_prog_CPP"
1065else
1066 ac_cv_prog_CPP="$CPP"
1067fi
1068echo "$ac_t""$CPP" 1>&6
1069
1070for ac_hdr in unistd.h
1071do
a77aa7ec 1072ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
295dbbe4 1073echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
295dbbe4
SG
1074if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1075 echo $ac_n "(cached) $ac_c" 1>&6
1076else
1077 cat > conftest.$ac_ext <<EOF
a35e91c3 1078#line 1079 "configure"
295dbbe4
SG
1079#include "confdefs.h"
1080#include <$ac_hdr>
1081EOF
1082ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a35e91c3 1083{ (eval echo configure:1084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
295dbbe4
SG
1084ac_err=`grep -v '^ *+' conftest.out`
1085if test -z "$ac_err"; then
1086 rm -rf conftest*
1087 eval "ac_cv_header_$ac_safe=yes"
1088else
1089 echo "$ac_err" >&5
295dbbe4
SG
1090 rm -rf conftest*
1091 eval "ac_cv_header_$ac_safe=no"
1092fi
1093rm -f conftest*
1094fi
1095if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1096 echo "$ac_t""yes" 1>&6
a77aa7ec 1097 ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
295dbbe4
SG
1098 cat >> confdefs.h <<EOF
1099#define $ac_tr_hdr 1
1100EOF
1101
1102else
1103 echo "$ac_t""no" 1>&6
1104fi
1105done
1106
1107
1108
1109
601fb8ae 1110trap '' 1 2 15
295dbbe4
SG
1111cat > confcache <<\EOF
1112# This file is a shell script that caches the results of configure
1113# tests run on this system so they can be shared between configure
1114# scripts and configure runs. It is not useful on other systems.
1115# If it contains results you don't want to keep, you may remove or edit it.
1116#
1117# By default, configure uses ./config.cache as the cache file,
1118# creating it if it does not exist already. You can give configure
1119# the --cache-file=FILE option to use a different cache file; that is
1120# what configure does when it calls configure scripts in
1121# subdirectories, so they share the cache.
1122# Giving --cache-file=/dev/null disables caching, for debugging configure.
1123# config.status only pays attention to the cache file if you give it the
1124# --recheck option to rerun configure.
1125#
1126EOF
295dbbe4
SG
1127# Ultrix sh set writes to stderr and can't be redirected directly,
1128# and sets the high bit in the cache file unless we assign to the vars.
1129(set) 2>&1 |
a77aa7ec
AC
1130 sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
1131 >> confcache
295dbbe4
SG
1132if cmp -s $cache_file confcache; then
1133 :
1134else
1135 if test -w $cache_file; then
1136 echo "updating cache $cache_file"
1137 cat confcache > $cache_file
1138 else
1139 echo "not updating unwritable cache $cache_file"
1140 fi
1141fi
1142rm -f confcache
1143
1144trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1145
1146test "x$prefix" = xNONE && prefix=$ac_default_prefix
1147# Let make expand exec_prefix.
1148test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1149
1150# Any assignment to VPATH causes Sun make to only execute
1151# the first set of double-colon rules, so remove it if not needed.
1152# If there is a colon in the path, we need to keep it.
1153if test "x$srcdir" = x.; then
1154 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
1155fi
1156
1157trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1158
1159DEFS=-DHAVE_CONFIG_H
1160
1161# Without the "./", some shells look in PATH for config.status.
1162: ${CONFIG_STATUS=./config.status}
1163
1164echo creating $CONFIG_STATUS
1165rm -f $CONFIG_STATUS
1166cat > $CONFIG_STATUS <<EOF
1167#! /bin/sh
1168# Generated automatically by configure.
1169# Run this file to recreate the current configuration.
1170# This directory was configured as follows,
1171# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1172#
1173# $0 $ac_configure_args
1174#
1175# Compiler output produced by configure, useful for debugging
1176# configure, is in ./config.log if it exists.
1177
1178ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1179for ac_option
1180do
1181 case "\$ac_option" in
1182 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1183 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1184 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1185 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
a77aa7ec 1186 echo "$CONFIG_STATUS generated by autoconf version 2.10"
295dbbe4
SG
1187 exit 0 ;;
1188 -help | --help | --hel | --he | --h)
1189 echo "\$ac_cs_usage"; exit 0 ;;
1190 *) echo "\$ac_cs_usage"; exit 1 ;;
1191 esac
1192done
1193
1194ac_given_srcdir=$srcdir
1195ac_given_INSTALL="$INSTALL"
1196
601fb8ae 1197trap 'rm -fr `echo "Makefile.sim:Makefile.in Make-common.sim:../common/Make-common.in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
295dbbe4
SG
1198EOF
1199cat >> $CONFIG_STATUS <<EOF
1200
1201# Protect against being on the right side of a sed subst in config.status.
1202sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1203 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1204$ac_vpsub
1205$extrasub
1206s%@CFLAGS@%$CFLAGS%g
1207s%@CPPFLAGS@%$CPPFLAGS%g
1208s%@CXXFLAGS@%$CXXFLAGS%g
1209s%@DEFS@%$DEFS%g
1210s%@LDFLAGS@%$LDFLAGS%g
1211s%@LIBS@%$LIBS%g
1212s%@exec_prefix@%$exec_prefix%g
1213s%@prefix@%$prefix%g
1214s%@program_transform_name@%$program_transform_name%g
1215s%@bindir@%$bindir%g
1216s%@sbindir@%$sbindir%g
1217s%@libexecdir@%$libexecdir%g
1218s%@datadir@%$datadir%g
1219s%@sysconfdir@%$sysconfdir%g
1220s%@sharedstatedir@%$sharedstatedir%g
1221s%@localstatedir@%$localstatedir%g
1222s%@libdir@%$libdir%g
1223s%@includedir@%$includedir%g
1224s%@oldincludedir@%$oldincludedir%g
1225s%@infodir@%$infodir%g
1226s%@mandir@%$mandir%g
1227s%@host@%$host%g
1228s%@host_alias@%$host_alias%g
1229s%@host_cpu@%$host_cpu%g
1230s%@host_vendor@%$host_vendor%g
1231s%@host_os@%$host_os%g
1232s%@target@%$target%g
1233s%@target_alias@%$target_alias%g
1234s%@target_cpu@%$target_cpu%g
1235s%@target_vendor@%$target_vendor%g
1236s%@target_os@%$target_os%g
1237s%@build@%$build%g
1238s%@build_alias@%$build_alias%g
1239s%@build_cpu@%$build_cpu%g
1240s%@build_vendor@%$build_vendor%g
1241s%@build_os@%$build_os%g
1242s%@CC@%$CC%g
1243s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1244s%@INSTALL_DATA@%$INSTALL_DATA%g
1245s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
1246s%@HDEFINES@%$HDEFINES%g
1247s%@AR@%$AR%g
1248s%@RANLIB@%$RANLIB%g
601fb8ae 1249s%@sim_bswap@%$sim_bswap%g
295dbbe4
SG
1250s%@sim_cflags@%$sim_cflags%g
1251s%@sim_debug@%$sim_debug%g
a35e91c3 1252s%@sim_stdio@%$sim_stdio%g
295dbbe4 1253s%@sim_trace@%$sim_trace%g
295dbbe4
SG
1254s%@CPP@%$CPP%g
1255
1256CEOF
1257EOF
295dbbe4
SG
1258cat >> $CONFIG_STATUS <<EOF
1259
601fb8ae 1260CONFIG_FILES=\${CONFIG_FILES-"Makefile.sim:Makefile.in Make-common.sim:../common/Make-common.in"}
295dbbe4
SG
1261EOF
1262cat >> $CONFIG_STATUS <<\EOF
1263for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
a77aa7ec 1264 # Support "outfile[:infile]", defaulting infile="outfile.in".
295dbbe4 1265 case "$ac_file" in
a77aa7ec 1266 *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
295dbbe4
SG
1267 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1268 *) ac_file_in="${ac_file}.in" ;;
1269 esac
1270
a77aa7ec 1271 # Adjust relative srcdir, etc. for subdirectories.
295dbbe4
SG
1272
1273 # Remove last slash and all that follows it. Not all systems have dirname.
1274 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1275 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1276 # The file is in a subdirectory.
1277 test ! -d "$ac_dir" && mkdir "$ac_dir"
1278 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1279 # A "../" for each directory in $ac_dir_suffix.
1280 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1281 else
1282 ac_dir_suffix= ac_dots=
1283 fi
1284
1285 case "$ac_given_srcdir" in
1286 .) srcdir=.
1287 if test -z "$ac_dots"; then top_srcdir=.
1288 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1289 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1290 *) # Relative path.
1291 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1292 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1293 esac
1294
1295 case "$ac_given_INSTALL" in
1296 [/$]*) INSTALL="$ac_given_INSTALL" ;;
1297 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1298 esac
295dbbe4
SG
1299 echo creating "$ac_file"
1300 rm -f "$ac_file"
1301 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1302 case "$ac_file" in
1303 *Makefile*) ac_comsub="1i\\
1304# $configure_input" ;;
1305 *) ac_comsub= ;;
1306 esac
295dbbe4
SG
1307 sed -e "$ac_comsub
1308s%@configure_input@%$configure_input%g
1309s%@srcdir@%$srcdir%g
1310s%@top_srcdir@%$top_srcdir%g
1311s%@INSTALL@%$INSTALL%g
a77aa7ec 1312" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
295dbbe4 1313fi; done
a77aa7ec 1314rm -f conftest.subs
295dbbe4
SG
1315
1316# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1317# NAME is the cpp macro being defined and VALUE is the value it is being given.
1318#
1319# ac_d sets the value in "#define NAME VALUE" lines.
1320ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
1321ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
1322ac_dC='\3'
1323ac_dD='%g'
1324# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1325ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
1326ac_uB='\([ ]\)%\1#\2define\3'
1327ac_uC=' '
1328ac_uD='\4%g'
1329# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1330ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
1331ac_eB='$%\1#\2define\3'
1332ac_eC=' '
1333ac_eD='%g'
1334
a77aa7ec 1335CONFIG_HEADERS=${CONFIG_HEADERS-"config.h:config.in"}
295dbbe4 1336for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
a77aa7ec 1337 # Support "outfile[:infile]", defaulting infile="outfile.in".
295dbbe4 1338 case "$ac_file" in
a77aa7ec 1339 *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
295dbbe4
SG
1340 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1341 *) ac_file_in="${ac_file}.in" ;;
1342 esac
1343
1344 echo creating $ac_file
1345
1346 rm -f conftest.frag conftest.in conftest.out
a77aa7ec 1347 cp $ac_given_srcdir/$ac_file_in conftest.in
295dbbe4
SG
1348
1349EOF
1350
1351# Transform confdefs.h into a sed script conftest.vals that substitutes
1352# the proper values into config.h.in to produce config.h. And first:
1353# Protect against being on the right side of a sed subst in config.status.
1354# Protect against being in an unquoted here document in config.status.
1355rm -f conftest.vals
1356cat > conftest.hdr <<\EOF
1357s/[\\&%]/\\&/g
1358s%[\\$`]%\\&%g
1359s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1360s%ac_d%ac_u%gp
1361s%ac_u%ac_e%gp
1362EOF
1363sed -n -f conftest.hdr confdefs.h > conftest.vals
1364rm -f conftest.hdr
1365
1366# This sed command replaces #undef with comments. This is necessary, for
1367# example, in the case of _POSIX_SOURCE, which is predefined and required
1368# on some systems where configure will not decide to define it.
1369cat >> conftest.vals <<\EOF
1370s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
1371EOF
1372
1373# Break up conftest.vals because some shells have a limit on
1374# the size of here documents, and old seds have small limits too.
a77aa7ec
AC
1375# Maximum number of lines to put in a single here document.
1376ac_max_here_lines=12
295dbbe4
SG
1377
1378rm -f conftest.tail
1379while :
1380do
1381 ac_lines=`grep -c . conftest.vals`
1382 # grep -c gives empty output for an empty file on some AIX systems.
1383 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1384 # Write a limited-size here document to conftest.frag.
1385 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
1386 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1387 echo 'CEOF
1388 sed -f conftest.frag conftest.in > conftest.out
1389 rm -f conftest.in
1390 mv conftest.out conftest.in
1391' >> $CONFIG_STATUS
1392 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1393 rm -f conftest.vals
1394 mv conftest.tail conftest.vals
1395done
1396rm -f conftest.vals
1397
1398cat >> $CONFIG_STATUS <<\EOF
1399 rm -f conftest.frag conftest.h
1400 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
1401 cat conftest.in >> conftest.h
1402 rm -f conftest.in
1403 if cmp -s $ac_file conftest.h 2>/dev/null; then
1404 echo "$ac_file is unchanged"
1405 rm -f conftest.h
1406 else
1407 # Remove last slash and all that follows it. Not all systems have dirname.
1408 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1409 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1410 # The file is in a subdirectory.
1411 test ! -d "$ac_dir" && mkdir "$ac_dir"
1412 fi
1413 rm -f $ac_file
1414 mv conftest.h $ac_file
1415 fi
1416fi; done
1417
1418EOF
1419
1420cat >> $CONFIG_STATUS <<EOF
1421ac_sources="$sim_link_files"
1422ac_dests="$sim_link_links"
1423EOF
1424
1425cat >> $CONFIG_STATUS <<\EOF
1426srcdir=$ac_given_srcdir
1427while test -n "$ac_sources"; do
1428 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
1429 set $ac_sources; ac_source=$1; shift; ac_sources=$*
1430
1431 echo "linking $srcdir/$ac_source to $ac_dest"
1432
1433 if test ! -r $srcdir/$ac_source; then
1434 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
1435 fi
1436 rm -f $ac_dest
1437
1438 # Make relative symlinks.
1439 # Remove last slash and all that follows it. Not all systems have dirname.
1440 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
1441 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
1442 # The dest file is in a subdirectory.
1443 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
1444 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
1445 # A "../" for each directory in $ac_dest_dir_suffix.
1446 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
1447 else
1448 ac_dest_dir_suffix= ac_dots=
1449 fi
1450
1451 case "$srcdir" in
1452 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
1453 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
1454 esac
1455
1456 # Make a symlink if possible; otherwise try a hard link.
1457 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
1458 ln $srcdir/$ac_source $ac_dest; then :
1459 else
1460 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
1461 fi
1462done
295dbbe4 1463
601fb8ae
MM
1464case "x$CONFIG_FILES" in xMakefile*)
1465 echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
1466 rm -f Makesim1.tmp Makesim2.tmp Makefile
1467 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
1468 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
1469 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
1470 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
1471 <Makefile.sim >Makefile
1472 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
1473 ;;
1474 esac
295dbbe4 1475 case "x$CONFIG_HEADERS" in xconfig.h:config.in) echo > stamp-h ;; esac
601fb8ae 1476
295dbbe4
SG
1477exit 0
1478EOF
1479chmod +x $CONFIG_STATUS
1480rm -fr confdefs* $ac_clean_files
1481test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1482
1483