* config/v850/tm-v850.h (BREAKPOINT): Use 1 word DIVH insn with
[deliverable/binutils-gdb.git] / sim / tic80 / configure
CommitLineData
15c16493
AC
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
59
60
61
62
63
64
65
66
67
68
15c16493 69# Guess values for system-dependent variables and create Makefiles.
a2ab5e65 70# Generated automatically using autoconf version 2.12
15c16493
AC
71# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
72#
73# This configure script is free software; the Free Software Foundation
74# gives unlimited permission to copy, distribute and modify it.
75
76# Defaults:
77ac_help=
78ac_default_prefix=/usr/local
79# Any additions from configure.in:
80ac_help="$ac_help
81 --enable-sim-bswap Use Host specific BSWAP instruction."
82ac_help="$ac_help
83 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator"
84ac_help="$ac_help
85 --enable-sim-debug=opts Enable debugging flags"
86ac_help="$ac_help
87 --enable-sim-stdio Specify whether to use stdio for console input/output."
88ac_help="$ac_help
89 --enable-sim-trace=opts Enable tracing flags"
dd442a44
DE
90ac_help="$ac_help
91 --enable-sim-profile=opts Enable profiling flags"
15c16493
AC
92ac_help="$ac_help
93 --enable-sim-inline=inlines Specify which functions should be inlined."
94ac_help="$ac_help
95 --enable-sim-endian=endian Specify target byte endian orientation."
8c5b6ead 96ac_help="$ac_help
b45caf05 97 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses."
15c16493
AC
98ac_help="$ac_help
99 --enable-sim-hostendain=end Specify host byte endian orientation."
100ac_help="$ac_help
88117054 101 --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings"
15c16493
AC
102ac_help="$ac_help
103 --enable-sim-reserved-bits Specify whether to check reserved bits in instruction."
104
105# Initialize some variables set by options.
106# The variables have the same names as the options, with
107# dashes changed to underlines.
108build=NONE
109cache_file=./config.cache
110exec_prefix=NONE
111host=NONE
112no_create=
113nonopt=NONE
114no_recursion=
115prefix=NONE
116program_prefix=NONE
117program_suffix=NONE
118program_transform_name=s,x,x,
119silent=
120site=
121srcdir=
122target=NONE
123verbose=
124x_includes=NONE
125x_libraries=NONE
126bindir='${exec_prefix}/bin'
127sbindir='${exec_prefix}/sbin'
128libexecdir='${exec_prefix}/libexec'
129datadir='${prefix}/share'
130sysconfdir='${prefix}/etc'
131sharedstatedir='${prefix}/com'
132localstatedir='${prefix}/var'
133libdir='${exec_prefix}/lib'
134includedir='${prefix}/include'
135oldincludedir='/usr/include'
136infodir='${prefix}/info'
137mandir='${prefix}/man'
138
139# Initialize some other variables.
140subdirs=
141MFLAGS= MAKEFLAGS=
11c49a46
DE
142# Maximum number of lines to put in a shell here document.
143ac_max_here_lines=12
15c16493
AC
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)
a2ab5e65 425 echo "configure generated by autoconf version 2.12"
15c16493
AC
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.
11c49a46
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.
dd442a44 531if test "${LANG+set}" = set; then LANG=C; export LANG; fi
11c49a46
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
15c16493
AC
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'
11c49a46 596cross_compiling=$ac_cv_prog_cc_cross
15c16493
AC
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
612echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
92f91d1f 613echo "configure:614: checking how to run the C preprocessor" >&5
15c16493
AC
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
92f91d1f 628#line 629 "configure"
15c16493
AC
629#include "confdefs.h"
630#include <assert.h>
631Syntax Error
632EOF
633ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
92f91d1f 634{ (eval echo configure:635: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15c16493
AC
635ac_err=`grep -v '^ *+' conftest.out`
636if test -z "$ac_err"; then
637 :
638else
639 echo "$ac_err" >&5
11c49a46
DE
640 echo "configure: failed program was:" >&5
641 cat conftest.$ac_ext >&5
15c16493
AC
642 rm -rf conftest*
643 CPP="${CC-cc} -E -traditional-cpp"
644 cat > conftest.$ac_ext <<EOF
92f91d1f 645#line 646 "configure"
15c16493
AC
646#include "confdefs.h"
647#include <assert.h>
648Syntax Error
649EOF
650ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
92f91d1f 651{ (eval echo configure:652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15c16493
AC
652ac_err=`grep -v '^ *+' conftest.out`
653if test -z "$ac_err"; then
654 :
655else
656 echo "$ac_err" >&5
11c49a46
DE
657 echo "configure: failed program was:" >&5
658 cat conftest.$ac_ext >&5
15c16493
AC
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
673
674# autoconf.info says this should be called right after AC_INIT.
675
676
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.
a2ab5e65 719if $ac_config_sub sun4 >/dev/null 2>&1; then :
15c16493
AC
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
92f91d1f 724echo "configure:725: checking host system type" >&5
15c16493
AC
725
726host_alias=$host
727case "$host_alias" in
728NONE)
729 case $nonopt in
730 NONE)
a2ab5e65 731 if host_alias=`$ac_config_guess`; then :
15c16493
AC
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
a2ab5e65 738host=`$ac_config_sub $host_alias`
11c49a46
DE
739host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
740host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
741host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
15c16493
AC
742echo "$ac_t""$host" 1>&6
743
744echo $ac_n "checking target system type""... $ac_c" 1>&6
92f91d1f 745echo "configure:746: checking target system type" >&5
15c16493
AC
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
a2ab5e65 756target=`$ac_config_sub $target_alias`
11c49a46
DE
757target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
758target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
759target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
15c16493
AC
760echo "$ac_t""$target" 1>&6
761
762echo $ac_n "checking build system type""... $ac_c" 1>&6
92f91d1f 763echo "configure:764: checking build system type" >&5
15c16493
AC
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
a2ab5e65 774build=`$ac_config_sub $build_alias`
11c49a46
DE
775build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
776build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
777build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
15c16493
AC
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
92f91d1f 807echo "configure:808: checking for $ac_word" >&5
15c16493
AC
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
92f91d1f 836echo "configure:837: checking for $ac_word" >&5
15c16493
AC
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
11c49a46 883echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
92f91d1f 884echo "configure:885: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
11c49a46
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
92f91d1f 894#line 895 "configure"
11c49a46
DE
895#include "confdefs.h"
896main(){return(0);}
897EOF
92f91d1f 898if { (eval echo configure:899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
11c49a46
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
92f91d1f 918echo "configure:919: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
11c49a46
DE
919echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
920cross_compiling=$ac_cv_prog_cc_cross
921
15c16493 922echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
92f91d1f 923echo "configure:924: checking whether we are using GNU C" >&5
15c16493
AC
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
92f91d1f 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
15c16493
AC
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
11c49a46 940
15c16493
AC
941if test $ac_cv_prog_gcc = yes; then
942 GCC=yes
11c49a46
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
92f91d1f 947echo "configure:948: checking whether ${CC-cc} accepts -g" >&5
11c49a46 948if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
15c16493
AC
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
11c49a46 953 ac_cv_prog_cc_g=yes
15c16493 954else
11c49a46 955 ac_cv_prog_cc_g=no
15c16493
AC
956fi
957rm -f conftest*
958
959fi
960
11c49a46
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"
15c16493
AC
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
981# AFS /usr/afsws/bin/install, which mishandles nonexistent args
982# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
983# ./install, which can be erroneously created by make from ./install.sh.
984echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
92f91d1f 985echo "configure:986: checking for a BSD compatible install" >&5
15c16493
AC
986if test -z "$INSTALL"; then
987if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
988 echo $ac_n "(cached) $ac_c" 1>&6
989else
11c49a46 990 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
15c16493
AC
991 for ac_dir in $PATH; do
992 # Account for people who put trailing slashes in PATH elements.
993 case "$ac_dir/" in
994 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
995 *)
996 # OSF1 and SCO ODT 3.0 have their own names for install.
997 for ac_prog in ginstall installbsd scoinst install; do
998 if test -f $ac_dir/$ac_prog; then
999 if test $ac_prog = install &&
1000 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1001 # AIX install. It has an incompatible calling convention.
1002 # OSF/1 installbsd also uses dspmsg, but is usable.
1003 :
1004 else
1005 ac_cv_path_install="$ac_dir/$ac_prog -c"
1006 break 2
1007 fi
1008 fi
1009 done
1010 ;;
1011 esac
1012 done
11c49a46 1013 IFS="$ac_save_IFS"
15c16493
AC
1014
1015fi
1016 if test "${ac_cv_path_install+set}" = set; then
1017 INSTALL="$ac_cv_path_install"
1018 else
1019 # As a last resort, use the slow shell script. We don't cache a
1020 # path for INSTALL within a source directory, because that will
1021 # break other packages using the cache if that directory is
1022 # removed, or if the path is relative.
1023 INSTALL="$ac_install_sh"
1024 fi
1025fi
1026echo "$ac_t""$INSTALL" 1>&6
1027
1028# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1029# It thinks the first close brace ends the variable substitution.
1030test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1031
1032test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1033
1034
1035# Put a plausible default for CC_FOR_BUILD in Makefile.
1036if test "x$cross_compiling" = "xno"; then
1037 CC_FOR_BUILD='$(CC)'
1038else
1039 CC_FOR_BUILD=gcc
1040fi
1041
1042
1043
1044
1045AR=${AR-ar}
1046
1047# Extract the first word of "ranlib", so it can be a program name with args.
1048set dummy ranlib; ac_word=$2
1049echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
92f91d1f 1050echo "configure:1051: checking for $ac_word" >&5
15c16493
AC
1051if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1052 echo $ac_n "(cached) $ac_c" 1>&6
1053else
1054 if test -n "$RANLIB"; then
1055 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1056else
1057 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1058 for ac_dir in $PATH; do
1059 test -z "$ac_dir" && ac_dir=.
1060 if test -f $ac_dir/$ac_word; then
1061 ac_cv_prog_RANLIB="ranlib"
1062 break
1063 fi
1064 done
1065 IFS="$ac_save_ifs"
1066 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1067fi
1068fi
1069RANLIB="$ac_cv_prog_RANLIB"
1070if test -n "$RANLIB"; then
1071 echo "$ac_t""$RANLIB" 1>&6
1072else
1073 echo "$ac_t""no" 1>&6
1074fi
1075
1076
1077# Check for common headers.
1078# FIXME: Seems to me this can cause problems for i386-windows hosts.
1079# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
1080for ac_hdr in stdlib.h string.h strings.h unistd.h time.h sys/time.h sys/resource.h
1081do
11c49a46 1082ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15c16493 1083echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
92f91d1f 1084echo "configure:1085: checking for $ac_hdr" >&5
15c16493
AC
1085if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1086 echo $ac_n "(cached) $ac_c" 1>&6
1087else
1088 cat > conftest.$ac_ext <<EOF
92f91d1f 1089#line 1090 "configure"
15c16493
AC
1090#include "confdefs.h"
1091#include <$ac_hdr>
1092EOF
1093ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
92f91d1f 1094{ (eval echo configure:1095: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15c16493
AC
1095ac_err=`grep -v '^ *+' conftest.out`
1096if test -z "$ac_err"; then
1097 rm -rf conftest*
1098 eval "ac_cv_header_$ac_safe=yes"
1099else
1100 echo "$ac_err" >&5
11c49a46
DE
1101 echo "configure: failed program was:" >&5
1102 cat conftest.$ac_ext >&5
15c16493
AC
1103 rm -rf conftest*
1104 eval "ac_cv_header_$ac_safe=no"
1105fi
1106rm -f conftest*
1107fi
1108if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1109 echo "$ac_t""yes" 1>&6
11c49a46 1110 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15c16493
AC
1111 cat >> confdefs.h <<EOF
1112#define $ac_tr_hdr 1
1113EOF
1114
1115else
1116 echo "$ac_t""no" 1>&6
1117fi
1118done
1119
1120for ac_func in getrusage time
1121do
1122echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
92f91d1f 1123echo "configure:1124: checking for $ac_func" >&5
15c16493
AC
1124if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1125 echo $ac_n "(cached) $ac_c" 1>&6
1126else
1127 cat > conftest.$ac_ext <<EOF
92f91d1f 1128#line 1129 "configure"
15c16493
AC
1129#include "confdefs.h"
1130/* System header to define __stub macros and hopefully few prototypes,
1131 which can conflict with char $ac_func(); below. */
1132#include <assert.h>
1133/* Override any gcc2 internal prototype to avoid an error. */
1134/* We use char because int might match the return type of a gcc2
1135 builtin and then its argument prototype would still apply. */
1136char $ac_func();
1137
11c49a46 1138int main() {
15c16493
AC
1139
1140/* The GNU C library defines this for functions which it implements
1141 to always fail with ENOSYS. Some functions are actually named
1142 something starting with __ and the normal name is an alias. */
1143#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1144choke me
1145#else
1146$ac_func();
1147#endif
1148
1149; return 0; }
1150EOF
92f91d1f 1151if { (eval echo configure:1152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
15c16493
AC
1152 rm -rf conftest*
1153 eval "ac_cv_func_$ac_func=yes"
1154else
11c49a46
DE
1155 echo "configure: failed program was:" >&5
1156 cat conftest.$ac_ext >&5
15c16493
AC
1157 rm -rf conftest*
1158 eval "ac_cv_func_$ac_func=no"
1159fi
1160rm -f conftest*
dd442a44 1161fi
11c49a46 1162
15c16493
AC
1163if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1164 echo "$ac_t""yes" 1>&6
1165 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1166 cat >> confdefs.h <<EOF
1167#define $ac_tr_func 1
1168EOF
1169
1170else
1171 echo "$ac_t""no" 1>&6
1172fi
1173done
1174
1175
1176. ${srcdir}/../../bfd/configure.host
1177
1178
1179
1180# Check whether --enable-sim-bswap or --disable-sim-bswap was given.
1181if test "${enable_sim_bswap+set}" = set; then
1182 enableval="$enable_sim_bswap"
1183 case "${enableval}" in
1184 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
1185 no) sim_bswap="-DWITH_BSWAP=0";;
1186 *) { echo "configure: error: "--enable-sim-bswap does not take a value"" 1>&2; exit 1; }; sim_bswap="";;
1187esac
1188if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
1189 echo "Setting bswap flags = $sim_bswap" 6>&1
1190fi
1191else
1192 sim_bswap=""
1193fi
1194
1195
1196
1197# Check whether --enable-sim-cflags or --disable-sim-cflags was given.
1198if test "${enable_sim_cflags+set}" = set; then
1199 enableval="$enable_sim_cflags"
1200 case "${enableval}" in
1201 yes) sim_cflags="-O2";;
1202 trace) { echo "configure: error: "Please use --enable-sim-debug instead."" 1>&2; exit 1; }; sim_cflags="";;
1203 no) sim_cflags="";;
1204 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
1205esac
1206if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
1207 echo "Setting sim cflags = $sim_cflags" 6>&1
1208fi
1209else
1210 sim_cflags=""
1211fi
1212
1213
1214
1215# Check whether --enable-sim-debug or --disable-sim-debug was given.
1216if test "${enable_sim_debug+set}" = set; then
1217 enableval="$enable_sim_debug"
1218 case "${enableval}" in
1219 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
1220 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
1221 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
1222esac
1223if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
1224 echo "Setting sim debug = $sim_debug" 6>&1
1225fi
1226else
1227 sim_debug=""
1228fi
1229
1230
1231
1232# Check whether --enable-sim-stdio or --disable-sim-stdio was given.
1233if test "${enable_sim_stdio+set}" = set; then
1234 enableval="$enable_sim_stdio"
1235 case "${enableval}" in
1236 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
1237 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
1238 *) { echo "configure: error: "Unknown value $enableval passed to --enable-sim-stdio"" 1>&2; exit 1; }; sim_stdio="";;
1239esac
1240if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
1241 echo "Setting stdio flags = $sim_stdio" 6>&1
1242fi
1243else
1244 sim_stdio=""
1245fi
1246
1247
1248
1249# Check whether --enable-sim-trace or --disable-sim-trace was given.
1250if test "${enable_sim_trace+set}" = set; then
1251 enableval="$enable_sim_trace"
1252 case "${enableval}" in
dd442a44 1253 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
15c16493 1254 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
dd442a44
DE
1255 [-0-9]*)
1256 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
1257 [a-z]*)
1258 sim_trace=""
1259 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
1260 if test x"$sim_trace" = x; then
1261 sim_trace="-DWITH_TRACE='(TRACE_$x"
1262 else
1263 sim_trace="${sim_trace}|TRACE_$x"
1264 fi
1265 done
1266 sim_trace="$sim_trace)'" ;;
15c16493
AC
1267esac
1268if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
1269 echo "Setting sim trace = $sim_trace" 6>&1
1270fi
1271else
1272 sim_trace=""
1273fi
1274
1275
1276
dd442a44
DE
1277# Check whether --enable-sim-profile or --disable-sim-profile was given.
1278if test "${enable_sim_profile+set}" = set; then
1279 enableval="$enable_sim_profile"
1280 case "${enableval}" in
1281 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
1282 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
1283 [-0-9]*)
1284 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
1285 [a-z]*)
1286 sim_profile=""
1287 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
1288 if test x"$sim_profile" = x; then
1289 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
1290 else
1291 sim_profile="${sim_profile}|PROFILE_$x"
1292 fi
1293 done
1294 sim_profile="$sim_profile)'" ;;
1295esac
1296if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
1297 echo "Setting sim profile = $sim_profile" 6>&1
1298fi
1299else
1300 sim_profile=""
1301fi
1302
1303
1304
15c16493 1305echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
92f91d1f 1306echo "configure:1307: checking return type of signal handlers" >&5
15c16493
AC
1307if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
1308 echo $ac_n "(cached) $ac_c" 1>&6
1309else
1310 cat > conftest.$ac_ext <<EOF
92f91d1f 1311#line 1312 "configure"
15c16493
AC
1312#include "confdefs.h"
1313#include <sys/types.h>
1314#include <signal.h>
1315#ifdef signal
1316#undef signal
1317#endif
1318#ifdef __cplusplus
1319extern "C" void (*signal (int, void (*)(int)))(int);
1320#else
1321void (*signal ()) ();
1322#endif
1323
11c49a46 1324int main() {
15c16493
AC
1325int i;
1326; return 0; }
1327EOF
92f91d1f 1328if { (eval echo configure:1329: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15c16493
AC
1329 rm -rf conftest*
1330 ac_cv_type_signal=void
1331else
11c49a46
DE
1332 echo "configure: failed program was:" >&5
1333 cat conftest.$ac_ext >&5
15c16493
AC
1334 rm -rf conftest*
1335 ac_cv_type_signal=int
1336fi
1337rm -f conftest*
1338fi
1339
1340echo "$ac_t""$ac_cv_type_signal" 1>&6
1341cat >> confdefs.h <<EOF
1342#define RETSIGTYPE $ac_cv_type_signal
1343EOF
1344
1345
1346
1347
1348sim_link_files=
1349sim_link_links=
1350
1351sim_link_links=tconfig.h
1352if test -f ${srcdir}/tconfig.in
1353then
1354 sim_link_files=tconfig.in
1355else
1356 sim_link_files=../common/tconfig.in
1357fi
1358
1359# targ-vals.def points to the libc macro description file.
1360case "${target}" in
1361*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
1362esac
1363sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
1364sim_link_links="${sim_link_links} targ-vals.def"
1365
1366
1367
1368
1369default_sim_inline="-DDEFAULT_INLINE=0"
1370# Check whether --enable-sim-inline or --disable-sim-inline was given.
1371if test "${enable_sim_inline+set}" = set; then
1372 enableval="$enable_sim_inline"
1373 sim_inline=""
1374case "$enableval" in
1375 no) sim_inline="-DDEFAULT_INLINE=0";;
1376 0) sim_inline="-DDEFAULT_INLINE=0";;
1377 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_INLINE";;
1378 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
1379 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
1380 new_flag=""
1381 case "$x" in
1382 *_INLINE=*) new_flag="-D$x";;
1383 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
1384 *_INLINE) new_flag="-D$x=ALL_INLINE";;
1385 *) new_flag="-D$x""_INLINE=ALL_INLINE";;
1386 esac
1387 if test x"$sim_inline" = x""; then
1388 sim_inline="$new_flag"
1389 else
1390 sim_inline="$sim_inline $new_flag"
1391 fi
1392 done;;
1393esac
1394if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
1395 echo "Setting inline flags = $sim_inline" 6>&1
1396fi
1397else
1398 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
1399 sim_inline="${default_sim_inline}"
1400 if test x"$silent" != x"yes"; then
1401 echo "Setting inline flags = $sim_inline" 6>&1
1402 fi
1403else
1404 sim_inline=""
1405fi
1406fi
1407
1408
247fccde 1409wire_endian="LITTLE_ENDIAN"
92f91d1f 1410default_endian=""
15c16493
AC
1411# Check whether --enable-sim-endian or --disable-sim-endian was given.
1412if test "${enable_sim_endian+set}" = set; then
1413 enableval="$enable_sim_endian"
1414 case "${enableval}" in
15c16493
AC
1415 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
1416 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
247fccde
AC
1417 yes) if test x"$wire_endian" != x; then
1418 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
1419 else
92f91d1f
AC
1420 if test x"$default_endian" != x; then
1421 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
1422 else
1423 echo "No hard-wired endian for target $target" 1>&6
1424 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
1425 fi
247fccde
AC
1426 fi;;
1427 no) if test x"$default_endian" != x; then
1428 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
1429 else
92f91d1f
AC
1430 if test x"$wire_endian" != x; then
1431 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
1432 else
1433 echo "No default endian for target $target" 1>&6
1434 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
1435 fi
247fccde 1436 fi;;
15c16493
AC
1437 *) { echo "configure: error: "Unknown value $enableval for --enable-sim-endian"" 1>&2; exit 1; }; sim_endian="";;
1438esac
1439if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
1440 echo "Setting endian flags = $sim_endian" 6>&1
1441fi
1442else
92f91d1f
AC
1443 if test x"$default_endian" != x; then
1444 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
1445else
1446 if test x"$wire_endian" != x; then
1447 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
1448 else
1449 sim_endian=
1450 fi
1451fi
15c16493 1452fi
15c16493 1453
794e9ac9 1454wire_alignment="FORCED_ALIGNMENT"
b45caf05 1455default_alignment=""
15c16493 1456
8c5b6ead
MM
1457# Check whether --enable-sim-alignment or --disable-sim-alignment was given.
1458if test "${enable_sim_alignment+set}" = set; then
1459 enableval="$enable_sim_alignment"
1460 case "${enableval}" in
b45caf05
AC
1461 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
1462 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
1463 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
1464 yes) if test x"$wire_alignment" != x; then
1465 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
1466 else
794e9ac9
AC
1467 if test x"$default_alignment" != x; then
1468 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
1469 else
1470 echo "No hard-wired alignment for target $target" 1>&6
1471 sim_alignment="-DWITH_ALIGNMENT=0"
1472 fi
b45caf05
AC
1473 fi;;
1474 no) if test x"$default_alignment" != x; then
1475 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
1476 else
794e9ac9
AC
1477 if test x"$wire_alignment" != x; then
1478 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
1479 else
1480 echo "No default alignment for target $target" 1>&6
1481 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
1482 fi
b45caf05
AC
1483 fi;;
1484 *) { echo "configure: error: "Unknown value $enableval passed to --enable-sim-alignment"" 1>&2; exit 1; }; sim_alignment="";;
8c5b6ead
MM
1485esac
1486if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
1487 echo "Setting alignment flags = $sim_alignment" 6>&1
1488fi
1489else
794e9ac9
AC
1490 if test x"$default_alignment" != x; then
1491 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
1492else
1493 if test x"$wire_alignment" != x; then
1494 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
1495 else
1496 sim_alignment=
1497 fi
1498fi
8c5b6ead
MM
1499fi
1500
1501
15c16493
AC
1502# Check whether --enable-sim-hostendian or --disable-sim-hostendian was given.
1503if test "${enable_sim_hostendian+set}" = set; then
1504 enableval="$enable_sim_hostendian"
1505 case "${enableval}" in
1506 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
1507 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
1508 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
1509 *) { echo "configure: error: "Unknown value $enableval for --enable-sim-hostendian"" 1>&2; exit 1; }; sim_hostendian="";;
1510esac
1511if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
1512 echo "Setting hostendian flags = $sim_hostendian" 6>&1
1513fi
1514else
1515
1516if test "x$cross_compiling" = "xno"; then
1517 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
92f91d1f 1518echo "configure:1519: checking whether byte ordering is bigendian" >&5
15c16493
AC
1519if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
1520 echo $ac_n "(cached) $ac_c" 1>&6
1521else
1522 ac_cv_c_bigendian=unknown
1523# See if sys/param.h defines the BYTE_ORDER macro.
1524cat > conftest.$ac_ext <<EOF
92f91d1f 1525#line 1526 "configure"
15c16493
AC
1526#include "confdefs.h"
1527#include <sys/types.h>
1528#include <sys/param.h>
11c49a46 1529int main() {
15c16493
AC
1530
1531#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
1532 bogus endian macros
1533#endif
1534; return 0; }
1535EOF
92f91d1f 1536if { (eval echo configure:1537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15c16493
AC
1537 rm -rf conftest*
1538 # It does; now see whether it defined to BIG_ENDIAN or not.
1539cat > conftest.$ac_ext <<EOF
92f91d1f 1540#line 1541 "configure"
15c16493
AC
1541#include "confdefs.h"
1542#include <sys/types.h>
1543#include <sys/param.h>
11c49a46 1544int main() {
15c16493
AC
1545
1546#if BYTE_ORDER != BIG_ENDIAN
1547 not big endian
1548#endif
1549; return 0; }
1550EOF
92f91d1f 1551if { (eval echo configure:1552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15c16493
AC
1552 rm -rf conftest*
1553 ac_cv_c_bigendian=yes
1554else
11c49a46
DE
1555 echo "configure: failed program was:" >&5
1556 cat conftest.$ac_ext >&5
15c16493
AC
1557 rm -rf conftest*
1558 ac_cv_c_bigendian=no
1559fi
1560rm -f conftest*
11c49a46
DE
1561else
1562 echo "configure: failed program was:" >&5
1563 cat conftest.$ac_ext >&5
15c16493
AC
1564fi
1565rm -f conftest*
1566if test $ac_cv_c_bigendian = unknown; then
1567if test "$cross_compiling" = yes; then
1568 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
1569else
11c49a46 1570 cat > conftest.$ac_ext <<EOF
92f91d1f 1571#line 1572 "configure"
15c16493
AC
1572#include "confdefs.h"
1573main () {
1574 /* Are we little or big endian? From Harbison&Steele. */
1575 union
1576 {
1577 long l;
1578 char c[sizeof (long)];
1579 } u;
1580 u.l = 1;
1581 exit (u.c[sizeof (long) - 1] == 1);
1582}
1583EOF
92f91d1f 1584if { (eval echo configure:1585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
11c49a46 1585then
15c16493
AC
1586 ac_cv_c_bigendian=no
1587else
11c49a46
DE
1588 echo "configure: failed program was:" >&5
1589 cat conftest.$ac_ext >&5
1590 rm -fr conftest*
15c16493
AC
1591 ac_cv_c_bigendian=yes
1592fi
dd442a44 1593rm -fr conftest*
11c49a46
DE
1594fi
1595
15c16493
AC
1596fi
1597fi
1598
1599echo "$ac_t""$ac_cv_c_bigendian" 1>&6
1600if test $ac_cv_c_bigendian = yes; then
1601 cat >> confdefs.h <<\EOF
1602#define WORDS_BIGENDIAN 1
1603EOF
1604
1605fi
1606
1607 if test $ac_cv_c_bigendian = yes; then
1608 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
1609 else
1610 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
1611 fi
1612else
1613 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
1614fi
1615fi
1616
1617
15c16493
AC
1618# Check whether --enable-sim-warnings or --disable-sim-warnings was given.
1619if test "${enable_sim_warnings+set}" = set; then
1620 enableval="$enable_sim_warnings"
1621 case "${enableval}" in
1622 yes) sim_warnings="-Werror -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations ";;
1623 no) sim_warnings="-w";;
1624 *) sim_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
1625esac
1626if test x"$silent" != x"yes" && test x"$sim_warnings" != x""; then
1627 echo "Setting warning flags = $sim_warnings" 6>&1
1628fi
1629else
1630 sim_warnings=""
1631fi
1632
1633
15c16493
AC
1634default_sim_reserved_bits="1"
1635# Check whether --enable-sim-reserved-bits or --disable-sim-reserved-bits was given.
1636if test "${enable_sim_reserved_bits+set}" = set; then
1637 enableval="$enable_sim_reserved_bits"
1638 case "${enableval}" in
1639 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
1640 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
1641 *) { echo "configure: error: "--enable-sim-reserved-bits does not take a value"" 1>&2; exit 1; }; sim_reserved_bits="";;
1642esac
1643if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
1644 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
1645fi
1646else
1647 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
1648fi
1649
1650
15c16493
AC
1651for ac_hdr in stdlib.h unistd.h string.h strings.h
1652do
11c49a46 1653ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15c16493 1654echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
92f91d1f 1655echo "configure:1656: checking for $ac_hdr" >&5
15c16493
AC
1656if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1657 echo $ac_n "(cached) $ac_c" 1>&6
1658else
1659 cat > conftest.$ac_ext <<EOF
92f91d1f 1660#line 1661 "configure"
15c16493
AC
1661#include "confdefs.h"
1662#include <$ac_hdr>
1663EOF
1664ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
92f91d1f 1665{ (eval echo configure:1666: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15c16493
AC
1666ac_err=`grep -v '^ *+' conftest.out`
1667if test -z "$ac_err"; then
1668 rm -rf conftest*
1669 eval "ac_cv_header_$ac_safe=yes"
1670else
1671 echo "$ac_err" >&5
11c49a46
DE
1672 echo "configure: failed program was:" >&5
1673 cat conftest.$ac_ext >&5
15c16493
AC
1674 rm -rf conftest*
1675 eval "ac_cv_header_$ac_safe=no"
1676fi
1677rm -f conftest*
1678fi
1679if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1680 echo "$ac_t""yes" 1>&6
11c49a46 1681 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15c16493
AC
1682 cat >> confdefs.h <<EOF
1683#define $ac_tr_hdr 1
1684EOF
1685
1686else
1687 echo "$ac_t""no" 1>&6
1688fi
1689done
1690
8c5b6ead
MM
1691for ac_func in getpid kill
1692do
1693echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
92f91d1f 1694echo "configure:1695: checking for $ac_func" >&5
8c5b6ead
MM
1695if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1696 echo $ac_n "(cached) $ac_c" 1>&6
1697else
1698 cat > conftest.$ac_ext <<EOF
92f91d1f 1699#line 1700 "configure"
8c5b6ead
MM
1700#include "confdefs.h"
1701/* System header to define __stub macros and hopefully few prototypes,
1702 which can conflict with char $ac_func(); below. */
1703#include <assert.h>
1704/* Override any gcc2 internal prototype to avoid an error. */
1705/* We use char because int might match the return type of a gcc2
1706 builtin and then its argument prototype would still apply. */
1707char $ac_func();
1708
1709int main() {
1710
1711/* The GNU C library defines this for functions which it implements
1712 to always fail with ENOSYS. Some functions are actually named
1713 something starting with __ and the normal name is an alias. */
1714#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1715choke me
1716#else
1717$ac_func();
1718#endif
1719
1720; return 0; }
1721EOF
92f91d1f 1722if { (eval echo configure:1723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8c5b6ead
MM
1723 rm -rf conftest*
1724 eval "ac_cv_func_$ac_func=yes"
1725else
1726 echo "configure: failed program was:" >&5
1727 cat conftest.$ac_ext >&5
1728 rm -rf conftest*
1729 eval "ac_cv_func_$ac_func=no"
1730fi
1731rm -f conftest*
1732fi
1733
1734if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1735 echo "$ac_t""yes" 1>&6
1736 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1737 cat >> confdefs.h <<EOF
1738#define $ac_tr_func 1
1739EOF
1740
1741else
1742 echo "$ac_t""no" 1>&6
1743fi
1744done
15c16493
AC
1745
1746
1747
1748
1749trap '' 1 2 15
1750cat > confcache <<\EOF
1751# This file is a shell script that caches the results of configure
1752# tests run on this system so they can be shared between configure
1753# scripts and configure runs. It is not useful on other systems.
1754# If it contains results you don't want to keep, you may remove or edit it.
1755#
1756# By default, configure uses ./config.cache as the cache file,
1757# creating it if it does not exist already. You can give configure
1758# the --cache-file=FILE option to use a different cache file; that is
1759# what configure does when it calls configure scripts in
1760# subdirectories, so they share the cache.
1761# Giving --cache-file=/dev/null disables caching, for debugging configure.
1762# config.status only pays attention to the cache file if you give it the
1763# --recheck option to rerun configure.
1764#
1765EOF
11c49a46
DE
1766# The following way of writing the cache mishandles newlines in values,
1767# but we know of no workaround that is simple, portable, and efficient.
1768# So, don't put newlines in cache variables' values.
15c16493
AC
1769# Ultrix sh set writes to stderr and can't be redirected directly,
1770# and sets the high bit in the cache file unless we assign to the vars.
1771(set) 2>&1 |
11c49a46
DE
1772 case `(ac_space=' '; set) 2>&1` in
1773 *ac_space=\ *)
1774 # `set' does not quote correctly, so add quotes (double-quote substitution
1775 # turns \\\\ into \\, and sed turns \\ into \).
1776 sed -n \
1777 -e "s/'/'\\\\''/g" \
1778 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1779 ;;
1780 *)
1781 # `set' quotes correctly as required by POSIX, so do not add quotes.
1782 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1783 ;;
1784 esac >> confcache
15c16493
AC
1785if cmp -s $cache_file confcache; then
1786 :
1787else
1788 if test -w $cache_file; then
1789 echo "updating cache $cache_file"
1790 cat confcache > $cache_file
1791 else
1792 echo "not updating unwritable cache $cache_file"
1793 fi
1794fi
1795rm -f confcache
1796
1797trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1798
1799test "x$prefix" = xNONE && prefix=$ac_default_prefix
1800# Let make expand exec_prefix.
1801test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1802
1803# Any assignment to VPATH causes Sun make to only execute
1804# the first set of double-colon rules, so remove it if not needed.
1805# If there is a colon in the path, we need to keep it.
1806if test "x$srcdir" = x.; then
1807 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
1808fi
1809
1810trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1811
1812DEFS=-DHAVE_CONFIG_H
1813
1814# Without the "./", some shells look in PATH for config.status.
1815: ${CONFIG_STATUS=./config.status}
1816
1817echo creating $CONFIG_STATUS
1818rm -f $CONFIG_STATUS
1819cat > $CONFIG_STATUS <<EOF
1820#! /bin/sh
1821# Generated automatically by configure.
1822# Run this file to recreate the current configuration.
1823# This directory was configured as follows,
1824# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1825#
1826# $0 $ac_configure_args
1827#
1828# Compiler output produced by configure, useful for debugging
1829# configure, is in ./config.log if it exists.
1830
1831ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1832for ac_option
1833do
1834 case "\$ac_option" in
1835 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1836 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1837 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1838 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
a2ab5e65 1839 echo "$CONFIG_STATUS generated by autoconf version 2.12"
15c16493
AC
1840 exit 0 ;;
1841 -help | --help | --hel | --he | --h)
1842 echo "\$ac_cs_usage"; exit 0 ;;
1843 *) echo "\$ac_cs_usage"; exit 1 ;;
1844 esac
1845done
1846
1847ac_given_srcdir=$srcdir
1848ac_given_INSTALL="$INSTALL"
1849
6fea4763 1850trap '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
15c16493
AC
1851EOF
1852cat >> $CONFIG_STATUS <<EOF
1853
1854# Protect against being on the right side of a sed subst in config.status.
1855sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1856 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1857$ac_vpsub
1858$extrasub
92f91d1f
AC
1859s%@sim_alignment@%$sim_alignment%g
1860s%@sim_assert@%$sim_assert%g
1861s%@sim_endian@%$sim_endian%g
1862s%@sim_hostendian@%$sim_hostendian%g
1863s%@sim_float@%$sim_float%g
1864s%@sim_scache@%$sim_scache%g
1865s%@sim_default_model@%$sim_default_model%g
1866s%@sim_hardware@%$sim_hardware%g
1867s%@sim_inline@%$sim_inline%g
1868s%@sim_packages@%$sim_packages%g
1869s%@sim_regparm@%$sim_regparm%g
1870s%@sim_reserved_bits@%$sim_reserved_bits%g
1871s%@sim_smp@%$sim_smp%g
1872s%@sim_stdcall@%$sim_stdcall%g
1873s%@sim_xor_endian@%$sim_xor_endian%g
1874s%@sim_warnings@%$sim_warnings%g
15c16493
AC
1875s%@CFLAGS@%$CFLAGS%g
1876s%@CPPFLAGS@%$CPPFLAGS%g
1877s%@CXXFLAGS@%$CXXFLAGS%g
1878s%@DEFS@%$DEFS%g
1879s%@LDFLAGS@%$LDFLAGS%g
1880s%@LIBS@%$LIBS%g
1881s%@exec_prefix@%$exec_prefix%g
1882s%@prefix@%$prefix%g
1883s%@program_transform_name@%$program_transform_name%g
1884s%@bindir@%$bindir%g
1885s%@sbindir@%$sbindir%g
1886s%@libexecdir@%$libexecdir%g
1887s%@datadir@%$datadir%g
1888s%@sysconfdir@%$sysconfdir%g
1889s%@sharedstatedir@%$sharedstatedir%g
1890s%@localstatedir@%$localstatedir%g
1891s%@libdir@%$libdir%g
1892s%@includedir@%$includedir%g
1893s%@oldincludedir@%$oldincludedir%g
1894s%@infodir@%$infodir%g
1895s%@mandir@%$mandir%g
1896s%@host@%$host%g
1897s%@host_alias@%$host_alias%g
1898s%@host_cpu@%$host_cpu%g
1899s%@host_vendor@%$host_vendor%g
1900s%@host_os@%$host_os%g
1901s%@target@%$target%g
1902s%@target_alias@%$target_alias%g
1903s%@target_cpu@%$target_cpu%g
1904s%@target_vendor@%$target_vendor%g
1905s%@target_os@%$target_os%g
1906s%@build@%$build%g
1907s%@build_alias@%$build_alias%g
1908s%@build_cpu@%$build_cpu%g
1909s%@build_vendor@%$build_vendor%g
1910s%@build_os@%$build_os%g
1911s%@CC@%$CC%g
1912s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1913s%@INSTALL_DATA@%$INSTALL_DATA%g
1914s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
1915s%@HDEFINES@%$HDEFINES%g
1916s%@AR@%$AR%g
1917s%@RANLIB@%$RANLIB%g
1918s%@CPP@%$CPP%g
1919s%@sim_bswap@%$sim_bswap%g
1920s%@sim_cflags@%$sim_cflags%g
1921s%@sim_debug@%$sim_debug%g
1922s%@sim_stdio@%$sim_stdio%g
1923s%@sim_trace@%$sim_trace%g
dd442a44 1924s%@sim_profile@%$sim_profile%g
15c16493
AC
1925
1926CEOF
1927EOF
11c49a46
DE
1928
1929cat >> $CONFIG_STATUS <<\EOF
1930
1931# Split the substitutions into bite-sized pieces for seds with
1932# small command number limits, like on Digital OSF/1 and HP-UX.
1933ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1934ac_file=1 # Number of current file.
1935ac_beg=1 # First line for current file.
1936ac_end=$ac_max_sed_cmds # Line after last line for current file.
1937ac_more_lines=:
1938ac_sed_cmds=""
1939while $ac_more_lines; do
1940 if test $ac_beg -gt 1; then
1941 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1942 else
1943 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1944 fi
1945 if test ! -s conftest.s$ac_file; then
1946 ac_more_lines=false
1947 rm -f conftest.s$ac_file
1948 else
1949 if test -z "$ac_sed_cmds"; then
1950 ac_sed_cmds="sed -f conftest.s$ac_file"
1951 else
1952 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1953 fi
1954 ac_file=`expr $ac_file + 1`
1955 ac_beg=$ac_end
1956 ac_end=`expr $ac_end + $ac_max_sed_cmds`
1957 fi
1958done
1959if test -z "$ac_sed_cmds"; then
1960 ac_sed_cmds=cat
1961fi
1962EOF
1963
15c16493
AC
1964cat >> $CONFIG_STATUS <<EOF
1965
6fea4763 1966CONFIG_FILES=\${CONFIG_FILES-"Makefile.sim:Makefile.in Make-common.sim:../common/Make-common.in .gdbinit:../common/gdbinit.in"}
15c16493
AC
1967EOF
1968cat >> $CONFIG_STATUS <<\EOF
1969for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
11c49a46 1970 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15c16493 1971 case "$ac_file" in
11c49a46 1972 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
15c16493
AC
1973 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1974 *) ac_file_in="${ac_file}.in" ;;
1975 esac
1976
11c49a46 1977 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
15c16493
AC
1978
1979 # Remove last slash and all that follows it. Not all systems have dirname.
1980 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1981 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1982 # The file is in a subdirectory.
1983 test ! -d "$ac_dir" && mkdir "$ac_dir"
1984 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1985 # A "../" for each directory in $ac_dir_suffix.
1986 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1987 else
1988 ac_dir_suffix= ac_dots=
1989 fi
1990
1991 case "$ac_given_srcdir" in
1992 .) srcdir=.
1993 if test -z "$ac_dots"; then top_srcdir=.
1994 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1995 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1996 *) # Relative path.
1997 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1998 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1999 esac
2000
2001 case "$ac_given_INSTALL" in
2002 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2003 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2004 esac
11c49a46 2005
15c16493
AC
2006 echo creating "$ac_file"
2007 rm -f "$ac_file"
2008 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2009 case "$ac_file" in
2010 *Makefile*) ac_comsub="1i\\
2011# $configure_input" ;;
2012 *) ac_comsub= ;;
2013 esac
11c49a46
DE
2014
2015 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
15c16493
AC
2016 sed -e "$ac_comsub
2017s%@configure_input@%$configure_input%g
2018s%@srcdir@%$srcdir%g
2019s%@top_srcdir@%$top_srcdir%g
2020s%@INSTALL@%$INSTALL%g
11c49a46 2021" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
15c16493 2022fi; done
11c49a46 2023rm -f conftest.s*
15c16493
AC
2024
2025# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2026# NAME is the cpp macro being defined and VALUE is the value it is being given.
2027#
2028# ac_d sets the value in "#define NAME VALUE" lines.
2029ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2030ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2031ac_dC='\3'
2032ac_dD='%g'
2033# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2034ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2035ac_uB='\([ ]\)%\1#\2define\3'
2036ac_uC=' '
2037ac_uD='\4%g'
2038# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2039ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2040ac_eB='$%\1#\2define\3'
2041ac_eC=' '
2042ac_eD='%g'
2043
11c49a46
DE
2044if test "${CONFIG_HEADERS+set}" != set; then
2045EOF
2046cat >> $CONFIG_STATUS <<EOF
2047 CONFIG_HEADERS="config.h:config.in"
2048EOF
2049cat >> $CONFIG_STATUS <<\EOF
2050fi
15c16493 2051for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
11c49a46 2052 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15c16493 2053 case "$ac_file" in
11c49a46 2054 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
15c16493
AC
2055 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2056 *) ac_file_in="${ac_file}.in" ;;
2057 esac
2058
2059 echo creating $ac_file
2060
2061 rm -f conftest.frag conftest.in conftest.out
11c49a46
DE
2062 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2063 cat $ac_file_inputs > conftest.in
15c16493
AC
2064
2065EOF
2066
2067# Transform confdefs.h into a sed script conftest.vals that substitutes
2068# the proper values into config.h.in to produce config.h. And first:
2069# Protect against being on the right side of a sed subst in config.status.
2070# Protect against being in an unquoted here document in config.status.
2071rm -f conftest.vals
2072cat > conftest.hdr <<\EOF
2073s/[\\&%]/\\&/g
2074s%[\\$`]%\\&%g
2075s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2076s%ac_d%ac_u%gp
2077s%ac_u%ac_e%gp
2078EOF
2079sed -n -f conftest.hdr confdefs.h > conftest.vals
2080rm -f conftest.hdr
2081
2082# This sed command replaces #undef with comments. This is necessary, for
2083# example, in the case of _POSIX_SOURCE, which is predefined and required
2084# on some systems where configure will not decide to define it.
2085cat >> conftest.vals <<\EOF
2086s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2087EOF
2088
2089# Break up conftest.vals because some shells have a limit on
2090# the size of here documents, and old seds have small limits too.
2091
2092rm -f conftest.tail
2093while :
2094do
2095 ac_lines=`grep -c . conftest.vals`
2096 # grep -c gives empty output for an empty file on some AIX systems.
2097 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2098 # Write a limited-size here document to conftest.frag.
2099 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2100 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2101 echo 'CEOF
2102 sed -f conftest.frag conftest.in > conftest.out
2103 rm -f conftest.in
2104 mv conftest.out conftest.in
2105' >> $CONFIG_STATUS
2106 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2107 rm -f conftest.vals
2108 mv conftest.tail conftest.vals
2109done
2110rm -f conftest.vals
2111
2112cat >> $CONFIG_STATUS <<\EOF
2113 rm -f conftest.frag conftest.h
2114 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2115 cat conftest.in >> conftest.h
2116 rm -f conftest.in
2117 if cmp -s $ac_file conftest.h 2>/dev/null; then
2118 echo "$ac_file is unchanged"
2119 rm -f conftest.h
2120 else
2121 # Remove last slash and all that follows it. Not all systems have dirname.
2122 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2123 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2124 # The file is in a subdirectory.
2125 test ! -d "$ac_dir" && mkdir "$ac_dir"
2126 fi
2127 rm -f $ac_file
2128 mv conftest.h $ac_file
2129 fi
2130fi; done
2131
2132EOF
2133
2134cat >> $CONFIG_STATUS <<EOF
2135ac_sources="$sim_link_files"
2136ac_dests="$sim_link_links"
2137EOF
2138
2139cat >> $CONFIG_STATUS <<\EOF
2140srcdir=$ac_given_srcdir
2141while test -n "$ac_sources"; do
2142 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
2143 set $ac_sources; ac_source=$1; shift; ac_sources=$*
2144
2145 echo "linking $srcdir/$ac_source to $ac_dest"
2146
2147 if test ! -r $srcdir/$ac_source; then
2148 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
2149 fi
2150 rm -f $ac_dest
2151
2152 # Make relative symlinks.
2153 # Remove last slash and all that follows it. Not all systems have dirname.
2154 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
2155 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
2156 # The dest file is in a subdirectory.
2157 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
2158 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
2159 # A "../" for each directory in $ac_dest_dir_suffix.
2160 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
2161 else
2162 ac_dest_dir_suffix= ac_dots=
2163 fi
2164
2165 case "$srcdir" in
2166 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
2167 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
2168 esac
2169
2170 # Make a symlink if possible; otherwise try a hard link.
2171 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
2172 ln $srcdir/$ac_source $ac_dest; then :
2173 else
2174 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
2175 fi
2176done
11c49a46
DE
2177EOF
2178cat >> $CONFIG_STATUS <<EOF
15c16493 2179
11c49a46
DE
2180EOF
2181cat >> $CONFIG_STATUS <<\EOF
6fea4763
DE
2182case "x$CONFIG_FILES" in
2183 xMakefile*)
15c16493
AC
2184 echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
2185 rm -f Makesim1.tmp Makesim2.tmp Makefile
2186 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
2187 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
2188 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
2189 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
2190 <Makefile.sim >Makefile
2191 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
2192 ;;
2193 esac
2194 case "x$CONFIG_HEADERS" in xconfig.h:config.in) echo > stamp-h ;; esac
2195
2196exit 0
2197EOF
2198chmod +x $CONFIG_STATUS
2199rm -fr confdefs* $ac_clean_files
2200test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2201
2202
This page took 0.120739 seconds and 4 git commands to generate.