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