Removed v850 sanitization.
[deliverable/binutils-gdb.git] / gas / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12.1
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
16 ac_help="$ac_help
17 --enable-shared build shared libraries [default=yes]"
18 ac_help="$ac_help
19 --enable-static build static libraries [default=yes]"
20 ac_help="$ac_help
21 --enable-bfd-assembler use BFD back end for writing object files"
22 ac_help="$ac_help
23 targets alternative target configurations besides the primary"
24 ac_help="$ac_help
25 --enable-commonbfdlib build shared BFD/opcodes/libiberty library"
26 ac_help="$ac_help
27 --enable-maintainer-mode enable make rules and dependencies not useful
28 (and sometimes confusing) to the casual installer"
29
30 # Initialize some variables set by options.
31 # The variables have the same names as the options, with
32 # dashes changed to underlines.
33 build=NONE
34 cache_file=./config.cache
35 exec_prefix=NONE
36 host=NONE
37 no_create=
38 nonopt=NONE
39 no_recursion=
40 prefix=NONE
41 program_prefix=NONE
42 program_suffix=NONE
43 program_transform_name=s,x,x,
44 silent=
45 site=
46 srcdir=
47 target=NONE
48 verbose=
49 x_includes=NONE
50 x_libraries=NONE
51 bindir='${exec_prefix}/bin'
52 sbindir='${exec_prefix}/sbin'
53 libexecdir='${exec_prefix}/libexec'
54 datadir='${prefix}/share'
55 sysconfdir='${prefix}/etc'
56 sharedstatedir='${prefix}/com'
57 localstatedir='${prefix}/var'
58 libdir='${exec_prefix}/lib'
59 includedir='${prefix}/include'
60 oldincludedir='/usr/include'
61 infodir='${prefix}/info'
62 mandir='${prefix}/man'
63
64 # Initialize some other variables.
65 subdirs=
66 MFLAGS= MAKEFLAGS=
67 # Maximum number of lines to put in a shell here document.
68 ac_max_here_lines=12
69
70 ac_prev=
71 for ac_option
72 do
73
74 # If the previous option needs an argument, assign it.
75 if test -n "$ac_prev"; then
76 eval "$ac_prev=\$ac_option"
77 ac_prev=
78 continue
79 fi
80
81 case "$ac_option" in
82 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
83 *) ac_optarg= ;;
84 esac
85
86 # Accept the important Cygnus configure options, so we can diagnose typos.
87
88 case "$ac_option" in
89
90 -bindir | --bindir | --bindi | --bind | --bin | --bi)
91 ac_prev=bindir ;;
92 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
93 bindir="$ac_optarg" ;;
94
95 -build | --build | --buil | --bui | --bu)
96 ac_prev=build ;;
97 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
98 build="$ac_optarg" ;;
99
100 -cache-file | --cache-file | --cache-fil | --cache-fi \
101 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
102 ac_prev=cache_file ;;
103 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
104 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
105 cache_file="$ac_optarg" ;;
106
107 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
108 ac_prev=datadir ;;
109 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
110 | --da=*)
111 datadir="$ac_optarg" ;;
112
113 -disable-* | --disable-*)
114 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
115 # Reject names that are not valid shell variable names.
116 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
117 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
118 fi
119 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
120 eval "enable_${ac_feature}=no" ;;
121
122 -enable-* | --enable-*)
123 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
124 # Reject names that are not valid shell variable names.
125 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
126 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
127 fi
128 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
129 case "$ac_option" in
130 *=*) ;;
131 *) ac_optarg=yes ;;
132 esac
133 eval "enable_${ac_feature}='$ac_optarg'" ;;
134
135 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
136 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
137 | --exec | --exe | --ex)
138 ac_prev=exec_prefix ;;
139 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
140 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
141 | --exec=* | --exe=* | --ex=*)
142 exec_prefix="$ac_optarg" ;;
143
144 -gas | --gas | --ga | --g)
145 # Obsolete; use --with-gas.
146 with_gas=yes ;;
147
148 -help | --help | --hel | --he)
149 # Omit some internal or obsolete options to make the list less imposing.
150 # This message is too long to be a string in the A/UX 3.1 sh.
151 cat << EOF
152 Usage: configure [options] [host]
153 Options: [defaults in brackets after descriptions]
154 Configuration:
155 --cache-file=FILE cache test results in FILE
156 --help print this message
157 --no-create do not create output files
158 --quiet, --silent do not print \`checking...' messages
159 --version print the version of autoconf that created configure
160 Directory and file names:
161 --prefix=PREFIX install architecture-independent files in PREFIX
162 [$ac_default_prefix]
163 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
164 [same as prefix]
165 --bindir=DIR user executables in DIR [EPREFIX/bin]
166 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
167 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
168 --datadir=DIR read-only architecture-independent data in DIR
169 [PREFIX/share]
170 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
171 --sharedstatedir=DIR modifiable architecture-independent data in DIR
172 [PREFIX/com]
173 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
174 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
175 --includedir=DIR C header files in DIR [PREFIX/include]
176 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
177 --infodir=DIR info documentation in DIR [PREFIX/info]
178 --mandir=DIR man documentation in DIR [PREFIX/man]
179 --srcdir=DIR find the sources in DIR [configure dir or ..]
180 --program-prefix=PREFIX prepend PREFIX to installed program names
181 --program-suffix=SUFFIX append SUFFIX to installed program names
182 --program-transform-name=PROGRAM
183 run sed PROGRAM on installed program names
184 EOF
185 cat << EOF
186 Host type:
187 --build=BUILD configure for building on BUILD [BUILD=HOST]
188 --host=HOST configure for HOST [guessed]
189 --target=TARGET configure for TARGET [TARGET=HOST]
190 Features and packages:
191 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
192 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
193 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
194 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
195 --x-includes=DIR X include files are in DIR
196 --x-libraries=DIR X library files are in DIR
197 EOF
198 if test -n "$ac_help"; then
199 echo "--enable and --with options recognized:$ac_help"
200 fi
201 exit 0 ;;
202
203 -host | --host | --hos | --ho)
204 ac_prev=host ;;
205 -host=* | --host=* | --hos=* | --ho=*)
206 host="$ac_optarg" ;;
207
208 -includedir | --includedir | --includedi | --included | --include \
209 | --includ | --inclu | --incl | --inc)
210 ac_prev=includedir ;;
211 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
212 | --includ=* | --inclu=* | --incl=* | --inc=*)
213 includedir="$ac_optarg" ;;
214
215 -infodir | --infodir | --infodi | --infod | --info | --inf)
216 ac_prev=infodir ;;
217 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
218 infodir="$ac_optarg" ;;
219
220 -libdir | --libdir | --libdi | --libd)
221 ac_prev=libdir ;;
222 -libdir=* | --libdir=* | --libdi=* | --libd=*)
223 libdir="$ac_optarg" ;;
224
225 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
226 | --libexe | --libex | --libe)
227 ac_prev=libexecdir ;;
228 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
229 | --libexe=* | --libex=* | --libe=*)
230 libexecdir="$ac_optarg" ;;
231
232 -localstatedir | --localstatedir | --localstatedi | --localstated \
233 | --localstate | --localstat | --localsta | --localst \
234 | --locals | --local | --loca | --loc | --lo)
235 ac_prev=localstatedir ;;
236 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
237 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
238 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
239 localstatedir="$ac_optarg" ;;
240
241 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
242 ac_prev=mandir ;;
243 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
244 mandir="$ac_optarg" ;;
245
246 -nfp | --nfp | --nf)
247 # Obsolete; use --without-fp.
248 with_fp=no ;;
249
250 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
251 | --no-cr | --no-c)
252 no_create=yes ;;
253
254 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
255 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
256 no_recursion=yes ;;
257
258 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
259 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
260 | --oldin | --oldi | --old | --ol | --o)
261 ac_prev=oldincludedir ;;
262 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
263 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
264 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
265 oldincludedir="$ac_optarg" ;;
266
267 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
268 ac_prev=prefix ;;
269 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
270 prefix="$ac_optarg" ;;
271
272 -program-prefix | --program-prefix | --program-prefi | --program-pref \
273 | --program-pre | --program-pr | --program-p)
274 ac_prev=program_prefix ;;
275 -program-prefix=* | --program-prefix=* | --program-prefi=* \
276 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
277 program_prefix="$ac_optarg" ;;
278
279 -program-suffix | --program-suffix | --program-suffi | --program-suff \
280 | --program-suf | --program-su | --program-s)
281 ac_prev=program_suffix ;;
282 -program-suffix=* | --program-suffix=* | --program-suffi=* \
283 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
284 program_suffix="$ac_optarg" ;;
285
286 -program-transform-name | --program-transform-name \
287 | --program-transform-nam | --program-transform-na \
288 | --program-transform-n | --program-transform- \
289 | --program-transform | --program-transfor \
290 | --program-transfo | --program-transf \
291 | --program-trans | --program-tran \
292 | --progr-tra | --program-tr | --program-t)
293 ac_prev=program_transform_name ;;
294 -program-transform-name=* | --program-transform-name=* \
295 | --program-transform-nam=* | --program-transform-na=* \
296 | --program-transform-n=* | --program-transform-=* \
297 | --program-transform=* | --program-transfor=* \
298 | --program-transfo=* | --program-transf=* \
299 | --program-trans=* | --program-tran=* \
300 | --progr-tra=* | --program-tr=* | --program-t=*)
301 program_transform_name="$ac_optarg" ;;
302
303 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
304 | -silent | --silent | --silen | --sile | --sil)
305 silent=yes ;;
306
307 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
308 ac_prev=sbindir ;;
309 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
310 | --sbi=* | --sb=*)
311 sbindir="$ac_optarg" ;;
312
313 -sharedstatedir | --sharedstatedir | --sharedstatedi \
314 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
315 | --sharedst | --shareds | --shared | --share | --shar \
316 | --sha | --sh)
317 ac_prev=sharedstatedir ;;
318 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
319 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
320 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
321 | --sha=* | --sh=*)
322 sharedstatedir="$ac_optarg" ;;
323
324 -site | --site | --sit)
325 ac_prev=site ;;
326 -site=* | --site=* | --sit=*)
327 site="$ac_optarg" ;;
328
329 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
330 ac_prev=srcdir ;;
331 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
332 srcdir="$ac_optarg" ;;
333
334 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
335 | --syscon | --sysco | --sysc | --sys | --sy)
336 ac_prev=sysconfdir ;;
337 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
338 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
339 sysconfdir="$ac_optarg" ;;
340
341 -target | --target | --targe | --targ | --tar | --ta | --t)
342 ac_prev=target ;;
343 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
344 target="$ac_optarg" ;;
345
346 -v | -verbose | --verbose | --verbos | --verbo | --verb)
347 verbose=yes ;;
348
349 -version | --version | --versio | --versi | --vers)
350 echo "configure generated by autoconf version 2.12.1"
351 exit 0 ;;
352
353 -with-* | --with-*)
354 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
355 # Reject names that are not valid shell variable names.
356 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
357 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
358 fi
359 ac_package=`echo $ac_package| sed 's/-/_/g'`
360 case "$ac_option" in
361 *=*) ;;
362 *) ac_optarg=yes ;;
363 esac
364 eval "with_${ac_package}='$ac_optarg'" ;;
365
366 -without-* | --without-*)
367 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
368 # Reject names that are not valid shell variable names.
369 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
370 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
371 fi
372 ac_package=`echo $ac_package| sed 's/-/_/g'`
373 eval "with_${ac_package}=no" ;;
374
375 --x)
376 # Obsolete; use --with-x.
377 with_x=yes ;;
378
379 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
380 | --x-incl | --x-inc | --x-in | --x-i)
381 ac_prev=x_includes ;;
382 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
383 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
384 x_includes="$ac_optarg" ;;
385
386 -x-libraries | --x-libraries | --x-librarie | --x-librari \
387 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
388 ac_prev=x_libraries ;;
389 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
390 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
391 x_libraries="$ac_optarg" ;;
392
393 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
394 ;;
395
396 *)
397 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
398 echo "configure: warning: $ac_option: invalid host type" 1>&2
399 fi
400 if test "x$nonopt" != xNONE; then
401 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
402 fi
403 nonopt="$ac_option"
404 ;;
405
406 esac
407 done
408
409 if test -n "$ac_prev"; then
410 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
411 fi
412
413 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
414
415 # File descriptor usage:
416 # 0 standard input
417 # 1 file creation
418 # 2 errors and warnings
419 # 3 some systems may open it to /dev/tty
420 # 4 used on the Kubota Titan
421 # 6 checking for... messages and results
422 # 5 compiler messages saved in config.log
423 if test "$silent" = yes; then
424 exec 6>/dev/null
425 else
426 exec 6>&1
427 fi
428 exec 5>./config.log
429
430 echo "\
431 This file contains any messages produced by compilers while
432 running configure, to aid debugging if configure makes a mistake.
433 " 1>&5
434
435 # Strip out --no-create and --no-recursion so they do not pile up.
436 # Also quote any args containing shell metacharacters.
437 ac_configure_args=
438 for ac_arg
439 do
440 case "$ac_arg" in
441 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
442 | --no-cr | --no-c) ;;
443 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
444 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
445 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
446 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
447 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
448 esac
449 done
450
451 # NLS nuisances.
452 # Only set these to C if already set. These must not be set unconditionally
453 # because not all systems understand e.g. LANG=C (notably SCO).
454 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
455 # Non-C LC_CTYPE values break the ctype check.
456 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
457 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
458 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
459 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
460
461 # confdefs.h avoids OS command line length limits that DEFS can exceed.
462 rm -rf conftest* confdefs.h
463 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
464 echo > confdefs.h
465
466 # A filename unique to this package, relative to the directory that
467 # configure is in, which we can look for to find out if srcdir is correct.
468 ac_unique_file=as.h
469
470 # Find the source files, if location was not specified.
471 if test -z "$srcdir"; then
472 ac_srcdir_defaulted=yes
473 # Try the directory containing this script, then its parent.
474 ac_prog=$0
475 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
476 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
477 srcdir=$ac_confdir
478 if test ! -r $srcdir/$ac_unique_file; then
479 srcdir=..
480 fi
481 else
482 ac_srcdir_defaulted=no
483 fi
484 if test ! -r $srcdir/$ac_unique_file; then
485 if test "$ac_srcdir_defaulted" = yes; then
486 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
487 else
488 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
489 fi
490 fi
491 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
492
493 # Prefer explicitly selected file to automatically selected ones.
494 if test -z "$CONFIG_SITE"; then
495 if test "x$prefix" != xNONE; then
496 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
497 else
498 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
499 fi
500 fi
501 for ac_site_file in $CONFIG_SITE; do
502 if test -r "$ac_site_file"; then
503 echo "loading site script $ac_site_file"
504 . "$ac_site_file"
505 fi
506 done
507
508 if test -r "$cache_file"; then
509 echo "loading cache $cache_file"
510 . $cache_file
511 else
512 echo "creating cache $cache_file"
513 > $cache_file
514 fi
515
516 ac_ext=c
517 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
518 ac_cpp='$CPP $CPPFLAGS'
519 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
520 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
521 cross_compiling=$ac_cv_prog_cc_cross
522
523 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
524 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
525 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
526 ac_n= ac_c='
527 ' ac_t=' '
528 else
529 ac_n=-n ac_c= ac_t=
530 fi
531 else
532 ac_n= ac_c='\c' ac_t=
533 fi
534
535
536
537 ac_aux_dir=
538 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
539 if test -f $ac_dir/install-sh; then
540 ac_aux_dir=$ac_dir
541 ac_install_sh="$ac_aux_dir/install-sh -c"
542 break
543 elif test -f $ac_dir/install.sh; then
544 ac_aux_dir=$ac_dir
545 ac_install_sh="$ac_aux_dir/install.sh -c"
546 break
547 fi
548 done
549 if test -z "$ac_aux_dir"; then
550 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
551 fi
552 ac_config_guess=$ac_aux_dir/config.guess
553 ac_config_sub=$ac_aux_dir/config.sub
554 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
555
556
557 # Do some error checking and defaulting for the host and target type.
558 # The inputs are:
559 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
560 #
561 # The rules are:
562 # 1. You are not allowed to specify --host, --target, and nonopt at the
563 # same time.
564 # 2. Host defaults to nonopt.
565 # 3. If nonopt is not specified, then host defaults to the current host,
566 # as determined by config.guess.
567 # 4. Target and build default to nonopt.
568 # 5. If nonopt is not specified, then target and build default to host.
569
570 # The aliases save the names the user supplied, while $host etc.
571 # will get canonicalized.
572 case $host---$target---$nonopt in
573 NONE---*---* | *---NONE---* | *---*---NONE) ;;
574 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
575 esac
576
577
578 # Make sure we can run config.sub.
579 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
580 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
581 fi
582
583 echo $ac_n "checking host system type""... $ac_c" 1>&6
584 echo "configure:585: checking host system type" >&5
585
586 host_alias=$host
587 case "$host_alias" in
588 NONE)
589 case $nonopt in
590 NONE)
591 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
592 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
593 fi ;;
594 *) host_alias=$nonopt ;;
595 esac ;;
596 esac
597
598 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
599 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
600 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
601 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
602 echo "$ac_t""$host" 1>&6
603
604 echo $ac_n "checking target system type""... $ac_c" 1>&6
605 echo "configure:606: checking target system type" >&5
606
607 target_alias=$target
608 case "$target_alias" in
609 NONE)
610 case $nonopt in
611 NONE) target_alias=$host_alias ;;
612 *) target_alias=$nonopt ;;
613 esac ;;
614 esac
615
616 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
617 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
618 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
619 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
620 echo "$ac_t""$target" 1>&6
621
622 echo $ac_n "checking build system type""... $ac_c" 1>&6
623 echo "configure:624: checking build system type" >&5
624
625 build_alias=$build
626 case "$build_alias" in
627 NONE)
628 case $nonopt in
629 NONE) build_alias=$host_alias ;;
630 *) build_alias=$nonopt ;;
631 esac ;;
632 esac
633
634 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
635 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
636 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
637 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
638 echo "$ac_t""$build" 1>&6
639
640 test "$host_alias" != "$target_alias" &&
641 test "$program_prefix$program_suffix$program_transform_name" = \
642 NONENONEs,x,x, &&
643 program_prefix=${target_alias}-
644
645
646 # Find a good install program. We prefer a C program (faster),
647 # so one script is as good as another. But avoid the broken or
648 # incompatible versions:
649 # SysV /etc/install, /usr/sbin/install
650 # SunOS /usr/etc/install
651 # IRIX /sbin/install
652 # AIX /bin/install
653 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
654 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
655 # ./install, which can be erroneously created by make from ./install.sh.
656 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
657 echo "configure:658: checking for a BSD compatible install" >&5
658 if test -z "$INSTALL"; then
659 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
660 echo $ac_n "(cached) $ac_c" 1>&6
661 else
662 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
663 for ac_dir in $PATH; do
664 # Account for people who put trailing slashes in PATH elements.
665 case "$ac_dir/" in
666 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
667 *)
668 # OSF1 and SCO ODT 3.0 have their own names for install.
669 for ac_prog in ginstall installbsd scoinst install; do
670 if test -f $ac_dir/$ac_prog; then
671 if test $ac_prog = install &&
672 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
673 # AIX install. It has an incompatible calling convention.
674 # OSF/1 installbsd also uses dspmsg, but is usable.
675 :
676 else
677 ac_cv_path_install="$ac_dir/$ac_prog -c"
678 break 2
679 fi
680 fi
681 done
682 ;;
683 esac
684 done
685 IFS="$ac_save_IFS"
686
687 fi
688 if test "${ac_cv_path_install+set}" = set; then
689 INSTALL="$ac_cv_path_install"
690 else
691 # As a last resort, use the slow shell script. We don't cache a
692 # path for INSTALL within a source directory, because that will
693 # break other packages using the cache if that directory is
694 # removed, or if the path is relative.
695 INSTALL="$ac_install_sh"
696 fi
697 fi
698 echo "$ac_t""$INSTALL" 1>&6
699
700 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
701 # It thinks the first close brace ends the variable substitution.
702 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
703
704 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
705
706
707 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
708
709
710 PACKAGE=gas
711
712 VERSION=2.8.2
713
714 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
715 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
716 fi
717 cat >> confdefs.h <<EOF
718 #define PACKAGE "$PACKAGE"
719 EOF
720
721 cat >> confdefs.h <<EOF
722 #define VERSION "$VERSION"
723 EOF
724
725 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
726 echo "configure:727: checking whether build environment is sane" >&5
727 # Just in case
728 sleep 1
729 echo timestamp > conftestfile
730 # Do `set' in a subshell so we don't clobber the current shell's
731 # arguments. Must try -L first in case configure is actually a
732 # symlink; some systems play weird games with the mod time of symlinks
733 # (eg FreeBSD returns the mod time of the symlink's containing
734 # directory).
735 if (
736 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
737 if test "" = "X"; then
738 # -L didn't work.
739 set X `ls -t $srcdir/configure conftestfile`
740 fi
741 test "$2" = conftestfile
742 )
743 then
744 # Ok.
745 :
746 else
747 { echo "configure: error: newly created file is older than distributed files!
748 Check your system clock" 1>&2; exit 1; }
749 fi
750 rm -f conftest*
751 echo "$ac_t""yes" 1>&6
752 if test "$program_transform_name" = s,x,x,; then
753 program_transform_name=
754 else
755 # Double any \ or $. echo might interpret backslashes.
756 cat <<\EOF_SED > conftestsed
757 s,\\,\\\\,g; s,\$,$$,g
758 EOF_SED
759 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
760 rm -f conftestsed
761 fi
762 test "$program_prefix" != NONE &&
763 program_transform_name="s,^,${program_prefix},; $program_transform_name"
764 # Use a double $ so make ignores it.
765 test "$program_suffix" != NONE &&
766 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
767
768 # sed with no file args requires a program.
769 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
770
771 missing_dir=`cd $ac_aux_dir && pwd`
772 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
773 echo "configure:774: checking for working aclocal" >&5
774 # Run test in a subshell; some versions of sh will print an error if
775 # an executable is not found, even if stderr is redirected.
776 # Redirect stdin to placate older versions of autoconf. Sigh.
777 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
778 ACLOCAL=aclocal
779 echo "$ac_t""found" 1>&6
780 else
781 ACLOCAL="$missing_dir/missing aclocal"
782 echo "$ac_t""missing" 1>&6
783 fi
784
785 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
786 echo "configure:787: checking for working autoconf" >&5
787 # Run test in a subshell; some versions of sh will print an error if
788 # an executable is not found, even if stderr is redirected.
789 # Redirect stdin to placate older versions of autoconf. Sigh.
790 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
791 AUTOCONF=autoconf
792 echo "$ac_t""found" 1>&6
793 else
794 AUTOCONF="$missing_dir/missing autoconf"
795 echo "$ac_t""missing" 1>&6
796 fi
797
798 echo $ac_n "checking for working automake""... $ac_c" 1>&6
799 echo "configure:800: checking for working automake" >&5
800 # Run test in a subshell; some versions of sh will print an error if
801 # an executable is not found, even if stderr is redirected.
802 # Redirect stdin to placate older versions of autoconf. Sigh.
803 if (automake --version) < /dev/null > /dev/null 2>&1; then
804 AUTOMAKE=automake
805 echo "$ac_t""found" 1>&6
806 else
807 AUTOMAKE="$missing_dir/missing automake"
808 echo "$ac_t""missing" 1>&6
809 fi
810
811 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
812 echo "configure:813: checking for working autoheader" >&5
813 # Run test in a subshell; some versions of sh will print an error if
814 # an executable is not found, even if stderr is redirected.
815 # Redirect stdin to placate older versions of autoconf. Sigh.
816 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
817 AUTOHEADER=autoheader
818 echo "$ac_t""found" 1>&6
819 else
820 AUTOHEADER="$missing_dir/missing autoheader"
821 echo "$ac_t""missing" 1>&6
822 fi
823
824 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
825 echo "configure:826: checking for working makeinfo" >&5
826 # Run test in a subshell; some versions of sh will print an error if
827 # an executable is not found, even if stderr is redirected.
828 # Redirect stdin to placate older versions of autoconf. Sigh.
829 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
830 MAKEINFO=makeinfo
831 echo "$ac_t""found" 1>&6
832 else
833 MAKEINFO="$missing_dir/missing makeinfo"
834 echo "$ac_t""missing" 1>&6
835 fi
836
837 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
838 echo "configure:839: checking whether ${MAKE-make} sets \${MAKE}" >&5
839 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
840 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
841 echo $ac_n "(cached) $ac_c" 1>&6
842 else
843 cat > conftestmake <<\EOF
844 all:
845 @echo 'ac_maketemp="${MAKE}"'
846 EOF
847 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
848 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
849 if test -n "$ac_maketemp"; then
850 eval ac_cv_prog_make_${ac_make}_set=yes
851 else
852 eval ac_cv_prog_make_${ac_make}_set=no
853 fi
854 rm -f conftestmake
855 fi
856 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
857 echo "$ac_t""yes" 1>&6
858 SET_MAKE=
859 else
860 echo "$ac_t""no" 1>&6
861 SET_MAKE="MAKE=${MAKE-make}"
862 fi
863
864
865 # Extract the first word of "gcc", so it can be a program name with args.
866 set dummy gcc; ac_word=$2
867 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
868 echo "configure:869: checking for $ac_word" >&5
869 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
870 echo $ac_n "(cached) $ac_c" 1>&6
871 else
872 if test -n "$CC"; then
873 ac_cv_prog_CC="$CC" # Let the user override the test.
874 else
875 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
876 for ac_dir in $PATH; do
877 test -z "$ac_dir" && ac_dir=.
878 if test -f $ac_dir/$ac_word; then
879 ac_cv_prog_CC="gcc"
880 break
881 fi
882 done
883 IFS="$ac_save_ifs"
884 fi
885 fi
886 CC="$ac_cv_prog_CC"
887 if test -n "$CC"; then
888 echo "$ac_t""$CC" 1>&6
889 else
890 echo "$ac_t""no" 1>&6
891 fi
892
893 if test -z "$CC"; then
894 # Extract the first word of "cc", so it can be a program name with args.
895 set dummy cc; ac_word=$2
896 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
897 echo "configure:898: checking for $ac_word" >&5
898 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
899 echo $ac_n "(cached) $ac_c" 1>&6
900 else
901 if test -n "$CC"; then
902 ac_cv_prog_CC="$CC" # Let the user override the test.
903 else
904 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
905 ac_prog_rejected=no
906 for ac_dir in $PATH; do
907 test -z "$ac_dir" && ac_dir=.
908 if test -f $ac_dir/$ac_word; then
909 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
910 ac_prog_rejected=yes
911 continue
912 fi
913 ac_cv_prog_CC="cc"
914 break
915 fi
916 done
917 IFS="$ac_save_ifs"
918 if test $ac_prog_rejected = yes; then
919 # We found a bogon in the path, so make sure we never use it.
920 set dummy $ac_cv_prog_CC
921 shift
922 if test $# -gt 0; then
923 # We chose a different compiler from the bogus one.
924 # However, it has the same basename, so the bogon will be chosen
925 # first if we set CC to just the basename; use the full file name.
926 shift
927 set dummy "$ac_dir/$ac_word" "$@"
928 shift
929 ac_cv_prog_CC="$@"
930 fi
931 fi
932 fi
933 fi
934 CC="$ac_cv_prog_CC"
935 if test -n "$CC"; then
936 echo "$ac_t""$CC" 1>&6
937 else
938 echo "$ac_t""no" 1>&6
939 fi
940
941 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
942 fi
943
944 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
945 echo "configure:946: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
946
947 ac_ext=c
948 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
949 ac_cpp='$CPP $CPPFLAGS'
950 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
951 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
952 cross_compiling=$ac_cv_prog_cc_cross
953
954 cat > conftest.$ac_ext <<EOF
955 #line 956 "configure"
956 #include "confdefs.h"
957 main(){return(0);}
958 EOF
959 if { (eval echo configure:960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
960 ac_cv_prog_cc_works=yes
961 # If we can't run a trivial program, we are probably using a cross compiler.
962 if (./conftest; exit) 2>/dev/null; then
963 ac_cv_prog_cc_cross=no
964 else
965 ac_cv_prog_cc_cross=yes
966 fi
967 else
968 echo "configure: failed program was:" >&5
969 cat conftest.$ac_ext >&5
970 ac_cv_prog_cc_works=no
971 fi
972 rm -fr conftest*
973
974 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
975 if test $ac_cv_prog_cc_works = no; then
976 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
977 fi
978 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
979 echo "configure:980: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
980 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
981 cross_compiling=$ac_cv_prog_cc_cross
982
983 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
984 echo "configure:985: checking whether we are using GNU C" >&5
985 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
986 echo $ac_n "(cached) $ac_c" 1>&6
987 else
988 cat > conftest.c <<EOF
989 #ifdef __GNUC__
990 yes;
991 #endif
992 EOF
993 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:994: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
994 ac_cv_prog_gcc=yes
995 else
996 ac_cv_prog_gcc=no
997 fi
998 fi
999
1000 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1001
1002 if test $ac_cv_prog_gcc = yes; then
1003 GCC=yes
1004 ac_test_CFLAGS="${CFLAGS+set}"
1005 ac_save_CFLAGS="$CFLAGS"
1006 CFLAGS=
1007 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1008 echo "configure:1009: checking whether ${CC-cc} accepts -g" >&5
1009 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1010 echo $ac_n "(cached) $ac_c" 1>&6
1011 else
1012 echo 'void f(){}' > conftest.c
1013 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1014 ac_cv_prog_cc_g=yes
1015 else
1016 ac_cv_prog_cc_g=no
1017 fi
1018 rm -f conftest*
1019
1020 fi
1021
1022 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1023 if test "$ac_test_CFLAGS" = set; then
1024 CFLAGS="$ac_save_CFLAGS"
1025 elif test $ac_cv_prog_cc_g = yes; then
1026 CFLAGS="-g -O2"
1027 else
1028 CFLAGS="-O2"
1029 fi
1030 else
1031 GCC=
1032 test "${CFLAGS+set}" = set || CFLAGS="-g"
1033 fi
1034
1035 # Extract the first word of "ranlib", so it can be a program name with args.
1036 set dummy ranlib; ac_word=$2
1037 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1038 echo "configure:1039: checking for $ac_word" >&5
1039 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1040 echo $ac_n "(cached) $ac_c" 1>&6
1041 else
1042 if test -n "$RANLIB"; then
1043 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1044 else
1045 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1046 for ac_dir in $PATH; do
1047 test -z "$ac_dir" && ac_dir=.
1048 if test -f $ac_dir/$ac_word; then
1049 ac_cv_prog_RANLIB="ranlib"
1050 break
1051 fi
1052 done
1053 IFS="$ac_save_ifs"
1054 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1055 fi
1056 fi
1057 RANLIB="$ac_cv_prog_RANLIB"
1058 if test -n "$RANLIB"; then
1059 echo "$ac_t""$RANLIB" 1>&6
1060 else
1061 echo "$ac_t""no" 1>&6
1062 fi
1063
1064 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1065 if test "${with_gnu_ld+set}" = set; then
1066 withval="$with_gnu_ld"
1067 test "$withval" = no || with_gnu_ld=yes
1068 else
1069 with_gnu_ld=no
1070 fi
1071
1072 if test "$with_gnu_ld" = yes; then
1073 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1074 echo "configure:1075: checking for GNU ld" >&5
1075 else
1076 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1077 echo "configure:1078: checking for non-GNU ld" >&5
1078 fi
1079 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1080 echo $ac_n "(cached) $ac_c" 1>&6
1081 else
1082 case "$LD" in
1083 /*)
1084 ac_cv_path_LD="$LD" # Let the user override the test with a path.
1085 ;;
1086 *)
1087 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1088 for ac_dir in $PATH; do
1089 test -z "$ac_dir" && ac_dir=.
1090 if test -f "$ac_dir/ld"; then
1091 ac_cv_path_LD="$ac_dir/ld"
1092 # Check to see if the program is GNU ld. I'd rather use --version,
1093 # but apparently some GNU ld's only accept -v.
1094 # Break only if it was the GNU/non-GNU ld that we prefer.
1095 if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU ld|with BFD)' > /dev/null; then
1096 test "$with_gnu_ld" = yes && break
1097 else
1098 test "$with_gnu_ld" != yes && break
1099 fi
1100 fi
1101 done
1102 IFS="$ac_save_ifs"
1103 ;;
1104 esac
1105 fi
1106
1107 LD="$ac_cv_path_LD"
1108 if test -n "$LD"; then
1109 echo "$ac_t""$LD" 1>&6
1110 else
1111 echo "$ac_t""no" 1>&6
1112 fi
1113 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1114
1115 echo $ac_n "checking whether we are using GNU ld""... $ac_c" 1>&6
1116 echo "configure:1117: checking whether we are using GNU ld" >&5
1117 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1118 echo $ac_n "(cached) $ac_c" 1>&6
1119 else
1120 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1121 if $LD -v 2>&1 </dev/null | egrep '(GNU ld|with BFD)' > /dev/null; then
1122 ac_cv_prog_gnu_ld=yes
1123 else
1124 ac_cv_prog_gnu_ld=no
1125 fi
1126 fi
1127
1128 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1129
1130
1131 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1132 echo "configure:1133: checking whether ln -s works" >&5
1133 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1134 echo $ac_n "(cached) $ac_c" 1>&6
1135 else
1136 rm -f conftestdata
1137 if ln -s X conftestdata 2>/dev/null
1138 then
1139 rm -f conftestdata
1140 ac_cv_prog_LN_S="ln -s"
1141 else
1142 ac_cv_prog_LN_S=ln
1143 fi
1144 fi
1145 LN_S="$ac_cv_prog_LN_S"
1146 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1147 echo "$ac_t""yes" 1>&6
1148 else
1149 echo "$ac_t""no" 1>&6
1150 fi
1151
1152
1153
1154
1155
1156
1157
1158 # Always use our own libtool.
1159 LIBTOOL='$(top_builddir)/libtool'
1160
1161
1162 # Check whether --enable-shared or --disable-shared was given.
1163 if test "${enable_shared+set}" = set; then
1164 enableval="$enable_shared"
1165 if test "$enableval" = no; then
1166 enable_shared=no
1167 else
1168 enable_shared=yes
1169 fi
1170 fi
1171
1172 libtool_shared=
1173 test "$enable_shared" = no && libtool_shared=" --disable-shared"
1174
1175 # Check whether --enable-static or --disable-static was given.
1176 if test "${enable_static+set}" = set; then
1177 enableval="$enable_static"
1178 if test "$enableval" = no; then
1179 enable_static=no
1180 else
1181 enable_static=yes
1182 fi
1183 fi
1184
1185 libtool_static=
1186 test "$enable_static" = no && libtool_static=" --disable-static"
1187
1188 libtool_flags="$libtool_shared$libtool_static"
1189 test "$silent" = yes && libtool_flags="$libtool_flags --silent"
1190 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1191 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1192
1193 # Some flags need to be propagated to the compiler or linker for good
1194 # libtool support.
1195 case "$host" in
1196 *-*-irix6*)
1197 ac_save_CFLAGS="$CFLAGS"
1198 # -n32 always needs to be added to the linker when using GCC.
1199 test "$ac_cv_prog_gcc" = yes && CFLAGS="$CFLAGS -n32"
1200 for f in '-32' '-64' '-cckr' '-n32' '-mips1' '-mips2' '-mips3' '-mips4'; do
1201 if echo " $CC $CFLAGS " | egrep -e "[ ]$f[ ]" > /dev/null; then
1202 LD="${LD-ld} $f"
1203 fi
1204 done
1205 CFLAGS="$ac_save_CFLAGS"
1206 ;;
1207
1208 *-*-sco3.2v5*)
1209 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1210 CFLAGS="$CFLAGS -belf"
1211 ;;
1212 esac
1213
1214 # Actually configure libtool. ac_aux_dir is where install-sh is found.
1215 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
1216 LD="$LD" RANLIB="$RANLIB" LN_S="$LN_S" \
1217 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
1218 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
1219 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
1220
1221
1222 user_bfd_gas=
1223 # Check whether --enable-bfd-assembler or --disable-bfd-assembler was given.
1224 if test "${enable_bfd_assembler+set}" = set; then
1225 enableval="$enable_bfd_assembler"
1226 case "${enableval}" in
1227 yes) need_bfd=yes user_bfd_gas=yes ;;
1228 no) user_bfd_gas=no ;;
1229 *) { echo "configure: error: bad value ${enableval} given for bfd-assembler option" 1>&2; exit 1; } ;;
1230 esac
1231 fi
1232 # Check whether --enable-targets or --disable-targets was given.
1233 if test "${enable_targets+set}" = set; then
1234 enableval="$enable_targets"
1235 case "${enableval}" in
1236 yes | "") { echo "configure: error: enable-targets option must specify target names or 'all'" 1>&2; exit 1; }
1237 ;;
1238 no) enable_targets= ;;
1239 *) enable_targets=$enableval ;;
1240 esac
1241 fi
1242 # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
1243 if test "${enable_commonbfdlib+set}" = set; then
1244 enableval="$enable_commonbfdlib"
1245 case "${enableval}" in
1246 yes) commonbfdlib=true ;;
1247 no) commonbfdlib=false ;;
1248 *) { echo "configure: error: bad value ${enableval} for BFD commonbfdlib option" 1>&2; exit 1; } ;;
1249 esac
1250 fi
1251
1252 # Generate a header file
1253
1254
1255
1256
1257 te_file=generic
1258
1259 canon_targets=""
1260 if test -n "$enable_targets" ; then
1261 for t in `echo $enable_targets | sed 's/,/ /g'`; do
1262 result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $t 2>/dev/null`
1263 if test -n "$result" ; then
1264 canon_targets="$canon_targets $result"
1265 # else
1266 # # Permit "all", etc. We don't support it yet though.
1267 # canon_targets="$canon_targets $t"
1268 fi
1269 done
1270 _gas_uniq_list="$canon_targets"
1271 _gas_uniq_newlist=""
1272 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1273 case $_gas_uniq_i in
1274 _gas_uniq_dummy) ;;
1275 *) case " $_gas_uniq_newlist " in
1276 *" $_gas_uniq_i "*) ;;
1277 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1278 esac ;;
1279 esac
1280 done
1281 canon_targets=$_gas_uniq_newlist
1282
1283 fi
1284
1285 emulations=""
1286
1287 for this_target in $target $canon_targets ; do
1288
1289 eval `echo $this_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
1290
1291 # check for architecture variants
1292 endian=
1293 case ${cpu} in
1294 armeb) cpu_type=arm endian=big ;;
1295 arm*) cpu_type=arm endian=little ;;
1296 thumb*) cpu_type=arm endian=little ;;
1297 hppa*) cpu_type=hppa ;;
1298 i[456]86) cpu_type=i386 ;;
1299 m680[012346]0) cpu_type=m68k ;;
1300 m68008) cpu_type=m68k ;;
1301 m683??) cpu_type=m68k ;;
1302 m8*) cpu_type=m88k ;;
1303 mips*el) cpu_type=mips endian=little ;;
1304 mips*5900*) cpu_type=mips endian=little ;;
1305 mips*) cpu_type=mips endian=big ;;
1306 powerpcle*) cpu_type=ppc endian=little ;;
1307 powerpc*) cpu_type=ppc endian=big ;;
1308 rs6000*) cpu_type=ppc ;;
1309 sparc64) cpu_type=sparc want_sparc_v9=true ;;
1310 sparc*) cpu_type=sparc ;;
1311 *) cpu_type=${cpu} ;;
1312 esac
1313
1314 if test ${this_target} = $target ; then
1315 target_cpu_type=${cpu_type}
1316 if test x${endian} = xbig; then
1317 cat >> confdefs.h <<\EOF
1318 #define TARGET_BYTES_BIG_ENDIAN 1
1319 EOF
1320
1321 elif test x${endian} = xlittle; then
1322 cat >> confdefs.h <<\EOF
1323 #define TARGET_BYTES_BIG_ENDIAN 0
1324 EOF
1325
1326 fi
1327 elif test ${target_cpu_type} != ${cpu_type} ; then
1328 continue
1329 fi
1330
1331 generic_target=${cpu_type}-$vendor-$os
1332 dev=no
1333 bfd_gas=no
1334 em=generic
1335
1336 # assign object format
1337 case ${generic_target} in
1338 a29k-*-coff) fmt=coff ;;
1339 a29k-amd-udi) fmt=coff ;;
1340 a29k-amd-ebmon) fmt=coff ;;
1341 a29k-nyu-sym1) fmt=coff ;;
1342 a29k-*-vxworks*) fmt=coff ;;
1343
1344 alpha-*-*vms*) fmt=evax ;;
1345 alpha-*-netware*) fmt=ecoff ;;
1346 alpha-*-openbsd*) fmt=ecoff ;;
1347 alpha-*-osf*) fmt=ecoff ;;
1348 alpha-*-linuxecoff*) fmt=ecoff ;;
1349 alpha-*-linux*) fmt=elf em=linux ;;
1350
1351 # start-sanitize-arc
1352 arc-*-elf*) fmt=elf bfd_gas=yes ;;
1353 # end-sanitize-arc
1354
1355 arm-*-riscix*) fmt=aout em=riscix ;;
1356 arm-*-aout) fmt=aout ;;
1357 arm-*-coff | thumb-*-coff) fmt=coff ;;
1358 arm-*-riscix*) fmt=aout ;;
1359 arm-*-pe) fmt=coff em=pe ;;
1360
1361 d10v-*-*) fmt=elf bfd_gas=yes ;;
1362 # start-sanitize-d30v
1363 d30v-*-*) fmt=elf bfd_gas=yes ;;
1364 # end-sanitize-d30v
1365
1366 hppa-*-*elf*) fmt=elf em=hppa ;;
1367 hppa-*-lites*) fmt=elf em=hppa ;;
1368 hppa-*-osf*) fmt=som em=hppa ;;
1369 hppa-*-rtems*) fmt=elf em=hppa ;;
1370 hppa-*-hpux*) fmt=som em=hppa ;;
1371 hppa-*-bsd*) fmt=som em=hppa ;;
1372 hppa-*-hiux*) fmt=som em=hppa ;;
1373
1374 h8300-*-coff) fmt=coff ;;
1375
1376 i386-ibm-aix*) fmt=coff em=i386aix ;;
1377 i386-sequent-bsd*) fmt=aout em=dynix bfd_gas=yes ;;
1378 i386-*-bsd*) fmt=aout em=386bsd ;;
1379 i386-*-netbsd0.8) fmt=aout em=386bsd ;;
1380 i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
1381 i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes;;
1382 i386-*-linux*aout* | i386-*-linuxoldld) fmt=aout em=linux ;;
1383 i386-*-linux*coff*) fmt=coff em=linux ;;
1384 i386-*-linux*) fmt=elf em=linux ;;
1385 i386-*-lynxos*) fmt=coff em=lynx ;;
1386 i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*)
1387 fmt=elf ;;
1388 i386-*-sco*elf*) fmt=elf
1389 if test ${this_target} = $target; then
1390 cat >> confdefs.h <<\EOF
1391 #define SCO_ELF 1
1392 EOF
1393
1394 fi
1395 ;;
1396 i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)
1397 fmt=coff ;;
1398 i386-*-vsta) fmt=aout ;;
1399 i386-*-msdosdjgpp* | i386-*-go32*)
1400 fmt=coff em=go32;;
1401 i386-*-rtems*) fmt=coff ;;
1402 i386-*-gnu*) fmt=elf ;;
1403 i386-*-mach*)
1404 fmt=aout em=mach bfd_gas=yes ;;
1405 i386-*-msdos*) fmt=aout ;;
1406 i386-*-moss*) fmt=elf ;;
1407 i386-*-pe) fmt=coff em=pe ;;
1408 i386-*-cygwin32) fmt=coff em=pe bfd_gas=yes ;;
1409 i386-*-*nt) fmt=coff em=pe ;;
1410 i960-*-bout) fmt=bout ;;
1411 i960-*-coff) fmt=coff em=ic960 ;;
1412 i960-*-rtems*) fmt=coff em=ic960 ;;
1413 i960-*-nindy*) fmt=bout ;;
1414 i960-*-vxworks4*) fmt=bout ;;
1415 i960-*-vxworks5.0) fmt=bout ;;
1416 i960-*-vxworks5.*) fmt=coff em=ic960 ;;
1417 i960-*-vxworks*) fmt=bout ;;
1418
1419 m32r-*-*) fmt=elf bfd_gas=yes ;;
1420
1421 m68k-*-vxworks* | m68k-ericsson-ose | m68k-*-sunos*)
1422 fmt=aout em=sun3 ;;
1423 m68k-motorola-sysv*) fmt=coff em=delta ;;
1424 m68k-bull-sysv3*) fmt=coff em=dpx2 ;;
1425 m68k-apollo-*) fmt=coff em=apollo ;;
1426 m68k-*-sysv4*) # must be before -sysv*
1427 fmt=elf em=svr4 ;;
1428 m68k-*-elf*) fmt=elf ;;
1429 m68k-*-coff | m68k-*-sysv* | m68k-*-rtems*)
1430 fmt=coff ;;
1431 m68k-*-hpux*) fmt=hp300 em=hp300 ;;
1432 m68k-*-linux*aout*) fmt=aout em=linux ;;
1433 m68k-*-linux*) fmt=elf em=linux ;;
1434 m68k-*-lynxos*) fmt=coff em=lynx ;;
1435 m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
1436 m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
1437 m68k-apple-aux*) fmt=coff em=aux ;;
1438 m68k-*-psos*) fmt=elf em=psos;;
1439
1440 m88k-motorola-sysv3*) fmt=coff em=delt88 ;;
1441 m88k-*-coff*) fmt=coff ;;
1442
1443 # don't change em like *-*-bsd does
1444 mips-dec-netbsd*) fmt=elf endian=little ;;
1445 mips-dec-openbsd*) fmt=elf endian=little ;;
1446 mips-dec-bsd*) fmt=aout ;;
1447 mips-sony-bsd*) fmt=ecoff ;;
1448 mips-*-bsd*) { echo "configure: error: Unknown vendor for mips-bsd configuration." 1>&2; exit 1; } ;;
1449 mips-*-ultrix*) fmt=ecoff endian=little ;;
1450 mips-*-osf*) fmt=ecoff endian=little ;;
1451 mips-*-ecoff*) fmt=ecoff ;;
1452 mips-*-ecoff*) fmt=ecoff ;;
1453 mips-*-irix6*) fmt=elf ;;
1454 mips-*-irix5*) fmt=elf ;;
1455 mips-*-irix*) fmt=ecoff ;;
1456 mips-*-lnews*) fmt=ecoff em=lnews ;;
1457 mips-*-riscos*) fmt=ecoff ;;
1458 mips-*-sysv*) fmt=ecoff ;;
1459 mips-*-elf* | mips-*-rtems* | mips-*-linux* | mips-*-gnu* | mips-*-openbsd*)
1460 fmt=elf ;;
1461 mn10200-*-*) fmt=elf bfd_gas=yes ;;
1462 mn10300-*-*) fmt=elf bfd_gas=yes ;;
1463 ppc-*-pe | ppc-*-cygwin32 | ppc-*-winnt*)
1464 fmt=coff em=pe ;;
1465 ppc-*-aix*) fmt=coff ;;
1466 ppc-*-beos*) fmt=coff ;;
1467 ppc-*-*bsd* | ppc-*-elf* | ppc-*-eabi* | ppc-*-sysv4*)
1468 fmt=elf ;;
1469 ppc-*-linux*) fmt=elf
1470 case "$endian" in
1471 big) ;;
1472 *) { echo "configure: error: Linux must be configured big endian" 1>&2; exit 1; } ;;
1473 esac
1474 ;;
1475 ppc-*-solaris*) fmt=elf
1476 if test ${this_target} = $target; then
1477 cat >> confdefs.h <<\EOF
1478 #define TARGET_SOLARIS_COMMENT 1
1479 EOF
1480
1481 fi
1482 if test x${endian} = xbig; then
1483 { echo "configure: error: Solaris must be configured little endian" 1>&2; exit 1; }
1484 fi
1485 ;;
1486 ppc-*-rtems*) fmt=elf ;;
1487 ppc-*-macos* | ppc-*-mpw*)
1488 fmt=coff em=macos ;;
1489 ppc-*-netware*) fmt=elf em=ppcnw ;;
1490
1491 sh-*-elf*) fmt=elf ;;
1492 sh-*-coff*) fmt=coff ;;
1493
1494 ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
1495 ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
1496 ns32k-pc532-openbsd*) fmt=aout em=nbsd532 ;;
1497
1498 sparc-*-rtems*) fmt=aout ;;
1499 sparc-*-sunos4*) fmt=aout em=sun3 ;;
1500 sparc-*-aout | sparc*-*-vxworks*)
1501 fmt=aout em=sparcaout ;;
1502 sparc-*-coff) fmt=coff ;;
1503 sparc-*-linux*aout*) fmt=aout em=linux ;;
1504 sparc-*-linux*) fmt=elf em=linux ;;
1505 sparc-*-lynxos*) fmt=coff em=lynx ;;
1506 sparc-fujitsu-none) fmt=aout ;;
1507 sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*)
1508 fmt=elf ;;
1509 sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
1510 sparc-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
1511
1512 # start-sanitize-tic80
1513 tic80-*-*) fmt=coff ;;
1514 # end-sanitize-tic80
1515 v850-*-*) fmt=elf bfd_gas=yes ;;
1516 # start-sanitize-v850e
1517 v850e-*-*) fmt=elf bfd_gas=yes
1518 target_cpu_type=v850 ;;
1519 # end-sanitize-v850e
1520 # start-sanitize-v850eq
1521 v850eq-*-*) fmt=elf bfd_gas=yes
1522 target_cpu_type=v850 ;;
1523 # end-sanitize-v850eq
1524 vax-*-bsd* | vax-*-ultrix*)
1525 fmt=aout ;;
1526 vax-*-vms) fmt=vms ;;
1527
1528 z8k-*-coff | z8k-*-sim)
1529 fmt=coff ;;
1530
1531 w65-*-*) fmt=coff ;;
1532
1533 *-*-aout | *-*-scout)
1534 fmt=aout ;;
1535 *-*-nindy*)
1536 fmt=bout ;;
1537 *-*-bsd*)
1538 fmt=aout em=sun3 ;;
1539 *-*-generic) fmt=generic ;;
1540 *-*-xray | *-*-hms) fmt=coff ;;
1541 *-*-sim) fmt=coff ;;
1542 *-*-elf | *-*-sysv4* | *-*-solaris*)
1543 echo "configure: warning: GAS support for ${generic_target} is incomplete." 1>&2
1544 fmt=elf dev=yes ;;
1545 *-*-vxworks) fmt=aout ;;
1546 *-*-netware) fmt=elf ;;
1547 esac
1548
1549 case ${cpu_type}-${fmt} in
1550 alpha-*) bfd_gas=yes ;;
1551 arm-*) bfd_gas=yes ;;
1552 # not yet
1553 # i386-aout) bfd_gas=preferred ;;
1554 mips-*) bfd_gas=yes ;;
1555 ns32k-*) bfd_gas=yes ;;
1556 ppc-*) bfd_gas=yes ;;
1557 sparc-*) bfd_gas=yes ;;
1558 *-elf) bfd_gas=yes ;;
1559 *-ecoff) bfd_gas=yes ;;
1560 *-som) bfd_gas=yes ;;
1561 *) ;;
1562 esac
1563
1564 # Other random stuff.
1565
1566 # do we need the opcodes library?
1567 case ${cpu_type} in
1568 vax | i386)
1569 ;;
1570 *)
1571 need_opcodes=yes
1572 if test "${shared_opcodes}" = "true"; then
1573 # A shared libopcodes must be linked against libbfd.
1574 need_bfd=yes
1575 fi
1576 ;;
1577 esac
1578
1579 test -n "$want_sparc_v9" && cat >> confdefs.h <<\EOF
1580 #define SPARC_V9 1
1581 EOF
1582
1583
1584 case ${cpu}-${vendor}-${os} in
1585 sparc64-*-elf*) cat >> confdefs.h <<\EOF
1586 #define SPARC_ARCH64 1
1587 EOF
1588 ;;
1589 esac
1590
1591 case ${cpu_type} in
1592 m32r)
1593 case ${extra_objects} in
1594 *cgen.o*) ;;
1595 *) extra_objects="$extra_objects cgen.o"
1596 cat >> confdefs.h <<\EOF
1597 #define USING_CGEN 1
1598 EOF
1599
1600 ;;
1601 esac
1602 ;;
1603
1604 m68k)
1605 case ${extra_objects} in
1606 *m68k-parse.o*) ;;
1607 *) extra_objects="$extra_objects m68k-parse.o" ;;
1608 esac
1609 ;;
1610
1611 mips)
1612 echo ${extra_objects} | grep -s "itbl-parse.o"
1613 if test $? -ne 0 ; then
1614 extra_objects="$extra_objects itbl-parse.o"
1615 fi
1616
1617 echo ${extra_objects} | grep -s "itbl-lex.o"
1618 if test $? -ne 0 ; then
1619 extra_objects="$extra_objects itbl-lex.o"
1620 fi
1621
1622 echo ${extra_objects} | grep -s "itbl-ops.o"
1623 if test $? -ne 0 ; then
1624 extra_objects="$extra_objects itbl-ops.o"
1625 fi
1626 ;;
1627
1628 *)
1629 ;;
1630 esac
1631
1632 # See if we really can support this configuration with the emulation code.
1633
1634 if test $this_target = $target ; then
1635 primary_bfd_gas=$bfd_gas
1636 obj_format=$fmt
1637 te_file=$em
1638
1639 if test $bfd_gas = no ; then
1640 # Can't support other configurations this way.
1641 break
1642 fi
1643 elif test $bfd_gas = no ; then
1644 # Can't support this configuration.
1645 break
1646 fi
1647
1648 # From target name and format, produce a list of supported emulations.
1649
1650 case ${generic_target}-${fmt} in
1651 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
1652 mips-*-linux*-*) case "$endian" in
1653 big) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
1654 *) emulation="mipslelf mipsbelf mipself mipslecoff mipsbecoff mipsecoff" ;;
1655 esac ;;
1656 mips-*-lnews*-ecoff) ;;
1657 mips-*-*-ecoff) case "$endian" in
1658 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
1659 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
1660 esac ;;
1661 mips-*-*-elf) case "$endian" in
1662 big) emulation="mipsbelf mipslelf mipself" ;;
1663 *) emulation="mipslelf mipsbelf mipself" ;;
1664 # Uncommenting the next line will turn on support for i386 COFF
1665 # in any i386 ELF configuration. This probably doesn't work
1666 # correctly.
1667 # i386-*-*-elf) emulation="i386coff i386elf" ;;
1668 esac ;;
1669 esac
1670
1671 emulations="$emulations $emulation"
1672
1673 done
1674
1675 # Assign floating point type. Most processors with FP support
1676 # IEEE FP. On those that don't support FP at all, usually IEEE
1677 # is emulated.
1678 case ${target_cpu} in
1679 vax | tahoe ) atof=${target_cpu} ;;
1680 *) atof=ieee ;;
1681 esac
1682
1683 case "${obj_format}" in
1684 "") { echo "configure: error: GAS does not know what format to use for target ${target}" 1>&2; exit 1; } ;;
1685 esac
1686
1687
1688 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
1689 { echo "configure: error: GAS does not support target CPU ${target_cpu_type}" 1>&2; exit 1; }
1690 fi
1691
1692 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
1693 { echo "configure: error: GAS does not have support for object file format ${obj_format}" 1>&2; exit 1; }
1694 fi
1695
1696 case ${user_bfd_gas}-${primary_bfd_gas} in
1697 yes-yes | no-no)
1698 # We didn't override user's choice.
1699 ;;
1700 no-yes)
1701 echo "configure: warning: Use of BFD is required for ${target}; overriding config options." 1>&2
1702 ;;
1703 no-preferred)
1704 primary_bfd_gas=no
1705 ;;
1706 *-preferred)
1707 primary_bfd_gas=yes
1708 ;;
1709 yes-*)
1710 primary_bfd_gas=yes
1711 ;;
1712 -*)
1713 # User specified nothing.
1714 ;;
1715 esac
1716
1717 # Some COFF configurations want these random other flags set.
1718 case ${obj_format} in
1719 coff)
1720 case ${target_cpu_type} in
1721 i386) cat >> confdefs.h <<\EOF
1722 #define I386COFF 1
1723 EOF
1724 ;;
1725 m68k) cat >> confdefs.h <<\EOF
1726 #define M68KCOFF 1
1727 EOF
1728 ;;
1729 m88k) cat >> confdefs.h <<\EOF
1730 #define M88KCOFF 1
1731 EOF
1732 ;;
1733 esac
1734 ;;
1735 esac
1736
1737 # Getting this done right is going to be a bitch. Each configuration specified
1738 # with --enable-targets=... should be checked for environment, format, cpu, and
1739 # bfd_gas setting.
1740 #
1741 # For each configuration, the necessary object file support code must be linked
1742 # in. This might be only one, it might be up to four. The necessary emulation
1743 # code needs to be provided, too.
1744 #
1745 # And then there's "--enable-targets=all"....
1746 #
1747 # For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
1748
1749 formats="${obj_format}"
1750 emfiles=""
1751 EMULATIONS=""
1752 _gas_uniq_list="$emulations"
1753 _gas_uniq_newlist=""
1754 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1755 case $_gas_uniq_i in
1756 _gas_uniq_dummy) ;;
1757 *) case " $_gas_uniq_newlist " in
1758 *" $_gas_uniq_i "*) ;;
1759 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1760 esac ;;
1761 esac
1762 done
1763 emulations=$_gas_uniq_newlist
1764
1765 for em in . $emulations ; do
1766 case $em in
1767 .) continue ;;
1768 mipsbelf | mipslelf)
1769 fmt=elf file=mipself ;;
1770 mipsbecoff | mipslecoff)
1771 fmt=ecoff file=mipsecoff ;;
1772 i386coff)
1773 fmt=coff file=i386coff ;;
1774 i386elf)
1775 fmt=elf file=i386elf ;;
1776 esac
1777 formats="$formats $fmt"
1778 emfiles="$emfiles e-$file.o"
1779 EMULATIONS="$EMULATIONS &$em,"
1780 done
1781 _gas_uniq_list="$formats"
1782 _gas_uniq_newlist=""
1783 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1784 case $_gas_uniq_i in
1785 _gas_uniq_dummy) ;;
1786 *) case " $_gas_uniq_newlist " in
1787 *" $_gas_uniq_i "*) ;;
1788 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1789 esac ;;
1790 esac
1791 done
1792 formats=$_gas_uniq_newlist
1793
1794 _gas_uniq_list="$emfiles"
1795 _gas_uniq_newlist=""
1796 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1797 case $_gas_uniq_i in
1798 _gas_uniq_dummy) ;;
1799 *) case " $_gas_uniq_newlist " in
1800 *" $_gas_uniq_i "*) ;;
1801 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1802 esac ;;
1803 esac
1804 done
1805 emfiles=$_gas_uniq_newlist
1806
1807 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
1808 for fmt in $formats ; do
1809 case $fmt in
1810 aout) cat >> confdefs.h <<\EOF
1811 #define OBJ_MAYBE_AOUT 1
1812 EOF
1813 ;;
1814 bout) cat >> confdefs.h <<\EOF
1815 #define OBJ_MAYBE_BOUT 1
1816 EOF
1817 ;;
1818 coff) cat >> confdefs.h <<\EOF
1819 #define OBJ_MAYBE_COFF 1
1820 EOF
1821 ;;
1822 ecoff) cat >> confdefs.h <<\EOF
1823 #define OBJ_MAYBE_ECOFF 1
1824 EOF
1825 ;;
1826 elf) cat >> confdefs.h <<\EOF
1827 #define OBJ_MAYBE_ELF 1
1828 EOF
1829 ;;
1830 generic) cat >> confdefs.h <<\EOF
1831 #define OBJ_MAYBE_GENERIC 1
1832 EOF
1833 ;;
1834 hp300) cat >> confdefs.h <<\EOF
1835 #define OBJ_MAYBE_HP300 1
1836 EOF
1837 ;;
1838 ieee) cat >> confdefs.h <<\EOF
1839 #define OBJ_MAYBE_IEEE 1
1840 EOF
1841 ;;
1842 som) cat >> confdefs.h <<\EOF
1843 #define OBJ_MAYBE_SOM 1
1844 EOF
1845 ;;
1846 vms) cat >> confdefs.h <<\EOF
1847 #define OBJ_MAYBE_VMS 1
1848 EOF
1849 ;;
1850 esac
1851 extra_objects="$extra_objects obj-$fmt.o"
1852 done
1853 obj_format=multi
1854 fi
1855 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
1856 te_file=multi
1857 extra_objects="$extra_objects $emfiles"
1858 DEFAULT_EMULATION=`set . $emulations ; echo $2`
1859 cat >> confdefs.h <<\EOF
1860 #define USE_EMULATIONS 1
1861 EOF
1862
1863 fi
1864
1865 cat >> confdefs.h <<EOF
1866 #define EMULATIONS $EMULATIONS
1867 EOF
1868
1869 cat >> confdefs.h <<EOF
1870 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
1871 EOF
1872
1873
1874 case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
1875 yes-*-coff) need_bfd=yes ;;
1876 no-*-coff) need_bfd=yes
1877 cat >> confdefs.h <<\EOF
1878 #define MANY_SEGMENTS 1
1879 EOF
1880 ;;
1881 esac
1882
1883 reject_dev_configs=yes
1884
1885 case ${reject_dev_configs}-${dev} in
1886 yes-yes) # Oops.
1887 { echo "configure: error: GAS does not support the ${generic_target} configuration." 1>&2; exit 1; }
1888 ;;
1889 esac
1890
1891
1892
1893
1894
1895
1896 case "${primary_bfd_gas}" in
1897 yes) cat >> confdefs.h <<\EOF
1898 #define BFD_ASSEMBLER 1
1899 EOF
1900
1901 need_bfd=yes ;;
1902 esac
1903
1904 # do we need the opcodes library?
1905 case "${need_opcodes}" in
1906 yes)
1907 OPCODES_LIB=../opcodes/libopcodes.la
1908 ;;
1909 esac
1910
1911 case "${need_bfd}" in
1912 yes)
1913 BFDLIB=../bfd/libbfd.la
1914 ALL_OBJ_DEPS="$ALL_OBJ_DEPS ../bfd/bfd.h"
1915 ;;
1916 esac
1917
1918
1919
1920
1921
1922
1923 cat >> confdefs.h <<EOF
1924 #define TARGET_ALIAS "${target_alias}"
1925 EOF
1926
1927 cat >> confdefs.h <<EOF
1928 #define TARGET_CANONICAL "${target}"
1929 EOF
1930
1931 cat >> confdefs.h <<EOF
1932 #define TARGET_CPU "${target_cpu}"
1933 EOF
1934
1935 cat >> confdefs.h <<EOF
1936 #define TARGET_VENDOR "${target_vendor}"
1937 EOF
1938
1939 cat >> confdefs.h <<EOF
1940 #define TARGET_OS "${target_os}"
1941 EOF
1942
1943
1944 # Extract the first word of "gcc", so it can be a program name with args.
1945 set dummy gcc; ac_word=$2
1946 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1947 echo "configure:1943: checking for $ac_word" >&5
1948 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1949 echo $ac_n "(cached) $ac_c" 1>&6
1950 else
1951 if test -n "$CC"; then
1952 ac_cv_prog_CC="$CC" # Let the user override the test.
1953 else
1954 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1955 for ac_dir in $PATH; do
1956 test -z "$ac_dir" && ac_dir=.
1957 if test -f $ac_dir/$ac_word; then
1958 ac_cv_prog_CC="gcc"
1959 break
1960 fi
1961 done
1962 IFS="$ac_save_ifs"
1963 fi
1964 fi
1965 CC="$ac_cv_prog_CC"
1966 if test -n "$CC"; then
1967 echo "$ac_t""$CC" 1>&6
1968 else
1969 echo "$ac_t""no" 1>&6
1970 fi
1971
1972 if test -z "$CC"; then
1973 # Extract the first word of "cc", so it can be a program name with args.
1974 set dummy cc; ac_word=$2
1975 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1976 echo "configure:1972: checking for $ac_word" >&5
1977 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1978 echo $ac_n "(cached) $ac_c" 1>&6
1979 else
1980 if test -n "$CC"; then
1981 ac_cv_prog_CC="$CC" # Let the user override the test.
1982 else
1983 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1984 ac_prog_rejected=no
1985 for ac_dir in $PATH; do
1986 test -z "$ac_dir" && ac_dir=.
1987 if test -f $ac_dir/$ac_word; then
1988 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1989 ac_prog_rejected=yes
1990 continue
1991 fi
1992 ac_cv_prog_CC="cc"
1993 break
1994 fi
1995 done
1996 IFS="$ac_save_ifs"
1997 if test $ac_prog_rejected = yes; then
1998 # We found a bogon in the path, so make sure we never use it.
1999 set dummy $ac_cv_prog_CC
2000 shift
2001 if test $# -gt 0; then
2002 # We chose a different compiler from the bogus one.
2003 # However, it has the same basename, so the bogon will be chosen
2004 # first if we set CC to just the basename; use the full file name.
2005 shift
2006 set dummy "$ac_dir/$ac_word" "$@"
2007 shift
2008 ac_cv_prog_CC="$@"
2009 fi
2010 fi
2011 fi
2012 fi
2013 CC="$ac_cv_prog_CC"
2014 if test -n "$CC"; then
2015 echo "$ac_t""$CC" 1>&6
2016 else
2017 echo "$ac_t""no" 1>&6
2018 fi
2019
2020 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
2021 fi
2022
2023 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2024 echo "configure:2020: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
2025
2026 ac_ext=c
2027 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2028 ac_cpp='$CPP $CPPFLAGS'
2029 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2030 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2031 cross_compiling=$ac_cv_prog_cc_cross
2032
2033 cat > conftest.$ac_ext <<EOF
2034 #line 2030 "configure"
2035 #include "confdefs.h"
2036 main(){return(0);}
2037 EOF
2038 if { (eval echo configure:2034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2039 ac_cv_prog_cc_works=yes
2040 # If we can't run a trivial program, we are probably using a cross compiler.
2041 if (./conftest; exit) 2>/dev/null; then
2042 ac_cv_prog_cc_cross=no
2043 else
2044 ac_cv_prog_cc_cross=yes
2045 fi
2046 else
2047 echo "configure: failed program was:" >&5
2048 cat conftest.$ac_ext >&5
2049 ac_cv_prog_cc_works=no
2050 fi
2051 rm -fr conftest*
2052
2053 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
2054 if test $ac_cv_prog_cc_works = no; then
2055 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
2056 fi
2057 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2058 echo "configure:2054: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
2059 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2060 cross_compiling=$ac_cv_prog_cc_cross
2061
2062 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2063 echo "configure:2059: checking whether we are using GNU C" >&5
2064 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2065 echo $ac_n "(cached) $ac_c" 1>&6
2066 else
2067 cat > conftest.c <<EOF
2068 #ifdef __GNUC__
2069 yes;
2070 #endif
2071 EOF
2072 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2068: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
2073 ac_cv_prog_gcc=yes
2074 else
2075 ac_cv_prog_gcc=no
2076 fi
2077 fi
2078
2079 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
2080
2081 if test $ac_cv_prog_gcc = yes; then
2082 GCC=yes
2083 ac_test_CFLAGS="${CFLAGS+set}"
2084 ac_save_CFLAGS="$CFLAGS"
2085 CFLAGS=
2086 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2087 echo "configure:2083: checking whether ${CC-cc} accepts -g" >&5
2088 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
2089 echo $ac_n "(cached) $ac_c" 1>&6
2090 else
2091 echo 'void f(){}' > conftest.c
2092 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
2093 ac_cv_prog_cc_g=yes
2094 else
2095 ac_cv_prog_cc_g=no
2096 fi
2097 rm -f conftest*
2098
2099 fi
2100
2101 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
2102 if test "$ac_test_CFLAGS" = set; then
2103 CFLAGS="$ac_save_CFLAGS"
2104 elif test $ac_cv_prog_cc_g = yes; then
2105 CFLAGS="-g -O2"
2106 else
2107 CFLAGS="-O2"
2108 fi
2109 else
2110 GCC=
2111 test "${CFLAGS+set}" = set || CFLAGS="-g"
2112 fi
2113
2114 # Find a good install program. We prefer a C program (faster),
2115 # so one script is as good as another. But avoid the broken or
2116 # incompatible versions:
2117 # SysV /etc/install, /usr/sbin/install
2118 # SunOS /usr/etc/install
2119 # IRIX /sbin/install
2120 # AIX /bin/install
2121 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2122 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2123 # ./install, which can be erroneously created by make from ./install.sh.
2124 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2125 echo "configure:2121: checking for a BSD compatible install" >&5
2126 if test -z "$INSTALL"; then
2127 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2128 echo $ac_n "(cached) $ac_c" 1>&6
2129 else
2130 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
2131 for ac_dir in $PATH; do
2132 # Account for people who put trailing slashes in PATH elements.
2133 case "$ac_dir/" in
2134 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
2135 *)
2136 # OSF1 and SCO ODT 3.0 have their own names for install.
2137 for ac_prog in ginstall installbsd scoinst install; do
2138 if test -f $ac_dir/$ac_prog; then
2139 if test $ac_prog = install &&
2140 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
2141 # AIX install. It has an incompatible calling convention.
2142 # OSF/1 installbsd also uses dspmsg, but is usable.
2143 :
2144 else
2145 ac_cv_path_install="$ac_dir/$ac_prog -c"
2146 break 2
2147 fi
2148 fi
2149 done
2150 ;;
2151 esac
2152 done
2153 IFS="$ac_save_IFS"
2154
2155 fi
2156 if test "${ac_cv_path_install+set}" = set; then
2157 INSTALL="$ac_cv_path_install"
2158 else
2159 # As a last resort, use the slow shell script. We don't cache a
2160 # path for INSTALL within a source directory, because that will
2161 # break other packages using the cache if that directory is
2162 # removed, or if the path is relative.
2163 INSTALL="$ac_install_sh"
2164 fi
2165 fi
2166 echo "$ac_t""$INSTALL" 1>&6
2167
2168 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2169 # It thinks the first close brace ends the variable substitution.
2170 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2171
2172 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2173
2174
2175 for ac_prog in 'bison -y' byacc
2176 do
2177 # Extract the first word of "$ac_prog", so it can be a program name with args.
2178 set dummy $ac_prog; ac_word=$2
2179 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2180 echo "configure:2176: checking for $ac_word" >&5
2181 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2182 echo $ac_n "(cached) $ac_c" 1>&6
2183 else
2184 if test -n "$YACC"; then
2185 ac_cv_prog_YACC="$YACC" # Let the user override the test.
2186 else
2187 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2188 for ac_dir in $PATH; do
2189 test -z "$ac_dir" && ac_dir=.
2190 if test -f $ac_dir/$ac_word; then
2191 ac_cv_prog_YACC="$ac_prog"
2192 break
2193 fi
2194 done
2195 IFS="$ac_save_ifs"
2196 fi
2197 fi
2198 YACC="$ac_cv_prog_YACC"
2199 if test -n "$YACC"; then
2200 echo "$ac_t""$YACC" 1>&6
2201 else
2202 echo "$ac_t""no" 1>&6
2203 fi
2204
2205 test -n "$YACC" && break
2206 done
2207 test -n "$YACC" || YACC="yacc"
2208
2209 # Extract the first word of "flex", so it can be a program name with args.
2210 set dummy flex; ac_word=$2
2211 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2212 echo "configure:2208: checking for $ac_word" >&5
2213 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
2214 echo $ac_n "(cached) $ac_c" 1>&6
2215 else
2216 if test -n "$LEX"; then
2217 ac_cv_prog_LEX="$LEX" # Let the user override the test.
2218 else
2219 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2220 for ac_dir in $PATH; do
2221 test -z "$ac_dir" && ac_dir=.
2222 if test -f $ac_dir/$ac_word; then
2223 ac_cv_prog_LEX="flex"
2224 break
2225 fi
2226 done
2227 IFS="$ac_save_ifs"
2228 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
2229 fi
2230 fi
2231 LEX="$ac_cv_prog_LEX"
2232 if test -n "$LEX"; then
2233 echo "$ac_t""$LEX" 1>&6
2234 else
2235 echo "$ac_t""no" 1>&6
2236 fi
2237
2238 if test -z "$LEXLIB"
2239 then
2240 case "$LEX" in
2241 flex*) ac_lib=fl ;;
2242 *) ac_lib=l ;;
2243 esac
2244 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
2245 echo "configure:2241: checking for yywrap in -l$ac_lib" >&5
2246 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
2247 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2248 echo $ac_n "(cached) $ac_c" 1>&6
2249 else
2250 ac_save_LIBS="$LIBS"
2251 LIBS="-l$ac_lib $LIBS"
2252 cat > conftest.$ac_ext <<EOF
2253 #line 2249 "configure"
2254 #include "confdefs.h"
2255 /* Override any gcc2 internal prototype to avoid an error. */
2256 /* We use char because int might match the return type of a gcc2
2257 builtin and then its argument prototype would still apply. */
2258 char yywrap();
2259
2260 int main() {
2261 yywrap()
2262 ; return 0; }
2263 EOF
2264 if { (eval echo configure:2260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2265 rm -rf conftest*
2266 eval "ac_cv_lib_$ac_lib_var=yes"
2267 else
2268 echo "configure: failed program was:" >&5
2269 cat conftest.$ac_ext >&5
2270 rm -rf conftest*
2271 eval "ac_cv_lib_$ac_lib_var=no"
2272 fi
2273 rm -f conftest*
2274 LIBS="$ac_save_LIBS"
2275
2276 fi
2277 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2278 echo "$ac_t""yes" 1>&6
2279 LEXLIB="-l$ac_lib"
2280 else
2281 echo "$ac_t""no" 1>&6
2282 fi
2283
2284 fi
2285
2286 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2287 echo "configure:2283: checking how to run the C preprocessor" >&5
2288 # On Suns, sometimes $CPP names a directory.
2289 if test -n "$CPP" && test -d "$CPP"; then
2290 CPP=
2291 fi
2292 if test -z "$CPP"; then
2293 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2294 echo $ac_n "(cached) $ac_c" 1>&6
2295 else
2296 # This must be in double quotes, not single quotes, because CPP may get
2297 # substituted into the Makefile and "${CC-cc}" will confuse make.
2298 CPP="${CC-cc} -E"
2299 # On the NeXT, cc -E runs the code through the compiler's parser,
2300 # not just through cpp.
2301 cat > conftest.$ac_ext <<EOF
2302 #line 2298 "configure"
2303 #include "confdefs.h"
2304 #include <assert.h>
2305 Syntax Error
2306 EOF
2307 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2308 { (eval echo configure:2304: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2309 ac_err=`grep -v '^ *+' conftest.out`
2310 if test -z "$ac_err"; then
2311 :
2312 else
2313 echo "$ac_err" >&5
2314 echo "configure: failed program was:" >&5
2315 cat conftest.$ac_ext >&5
2316 rm -rf conftest*
2317 CPP="${CC-cc} -E -traditional-cpp"
2318 cat > conftest.$ac_ext <<EOF
2319 #line 2315 "configure"
2320 #include "confdefs.h"
2321 #include <assert.h>
2322 Syntax Error
2323 EOF
2324 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2325 { (eval echo configure:2321: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2326 ac_err=`grep -v '^ *+' conftest.out`
2327 if test -z "$ac_err"; then
2328 :
2329 else
2330 echo "$ac_err" >&5
2331 echo "configure: failed program was:" >&5
2332 cat conftest.$ac_ext >&5
2333 rm -rf conftest*
2334 CPP=/lib/cpp
2335 fi
2336 rm -f conftest*
2337 fi
2338 rm -f conftest*
2339 ac_cv_prog_CPP="$CPP"
2340 fi
2341 CPP="$ac_cv_prog_CPP"
2342 else
2343 ac_cv_prog_CPP="$CPP"
2344 fi
2345 echo "$ac_t""$CPP" 1>&6
2346
2347 echo $ac_n "checking lex output file root""... $ac_c" 1>&6
2348 echo "configure:2344: checking lex output file root" >&5
2349 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
2350 echo $ac_n "(cached) $ac_c" 1>&6
2351 else
2352 # The minimal lex program is just a single line: %%. But some broken lexes
2353 # (Solaris, I think it was) want two %% lines, so accommodate them.
2354 echo '%%
2355 %%' | $LEX
2356 if test -f lex.yy.c; then
2357 ac_cv_prog_lex_root=lex.yy
2358 elif test -f lexyy.c; then
2359 ac_cv_prog_lex_root=lexyy
2360 else
2361 { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
2362 fi
2363 fi
2364
2365 echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
2366 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
2367
2368 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
2369 echo "configure:2365: checking whether yytext is a pointer" >&5
2370 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
2371 echo $ac_n "(cached) $ac_c" 1>&6
2372 else
2373 # POSIX says lex can declare yytext either as a pointer or an array; the
2374 # default is implementation-dependent. Figure out which it is, since
2375 # not all implementations provide the %pointer and %array declarations.
2376 ac_cv_prog_lex_yytext_pointer=no
2377 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
2378 ac_save_LIBS="$LIBS"
2379 LIBS="$LIBS $LEXLIB"
2380 cat > conftest.$ac_ext <<EOF
2381 #line 2377 "configure"
2382 #include "confdefs.h"
2383 `cat $LEX_OUTPUT_ROOT.c`
2384 int main() {
2385
2386 ; return 0; }
2387 EOF
2388 if { (eval echo configure:2384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2389 rm -rf conftest*
2390 ac_cv_prog_lex_yytext_pointer=yes
2391 else
2392 echo "configure: failed program was:" >&5
2393 cat conftest.$ac_ext >&5
2394 fi
2395 rm -f conftest*
2396 LIBS="$ac_save_LIBS"
2397 rm -f "${LEX_OUTPUT_ROOT}.c"
2398
2399 fi
2400
2401 echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
2402 if test $ac_cv_prog_lex_yytext_pointer = yes; then
2403 cat >> confdefs.h <<\EOF
2404 #define YYTEXT_POINTER 1
2405 EOF
2406
2407 fi
2408
2409
2410 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
2411 echo "configure:2407: checking whether to enable maintainer-specific portions of Makefiles" >&5
2412 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2413 if test "${enable_maintainer_mode+set}" = set; then
2414 enableval="$enable_maintainer_mode"
2415 USE_MAINTAINER_MODE=$enableval
2416 else
2417 USE_MAINTAINER_MODE=no
2418 fi
2419
2420 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
2421 if test $USE_MAINTAINER_MODE = yes; then
2422 MAINT=
2423 else
2424 MAINT='#M#'
2425 fi
2426
2427
2428 echo $ac_n "checking for Cygwin32 environment""... $ac_c" 1>&6
2429 echo "configure:2425: checking for Cygwin32 environment" >&5
2430 if eval "test \"`echo '$''{'am_cv_cygwin32'+set}'`\" = set"; then
2431 echo $ac_n "(cached) $ac_c" 1>&6
2432 else
2433 cat > conftest.$ac_ext <<EOF
2434 #line 2430 "configure"
2435 #include "confdefs.h"
2436
2437 int main() {
2438 int main () { return __CYGWIN32__; }
2439 ; return 0; }
2440 EOF
2441 if { (eval echo configure:2437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2442 rm -rf conftest*
2443 am_cv_cygwin32=yes
2444 else
2445 echo "configure: failed program was:" >&5
2446 cat conftest.$ac_ext >&5
2447 rm -rf conftest*
2448 am_cv_cygwin32=no
2449 fi
2450 rm -f conftest*
2451 rm -f conftest*
2452 fi
2453
2454 echo "$ac_t""$am_cv_cygwin32" 1>&6
2455 CYGWIN32=
2456 test "$am_cv_cygwin32" = yes && CYGWIN32=yes
2457
2458 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
2459 echo "configure:2455: checking for executable suffix" >&5
2460 if eval "test \"`echo '$''{'am_cv_exeext'+set}'`\" = set"; then
2461 echo $ac_n "(cached) $ac_c" 1>&6
2462 else
2463 if test "$CYGWIN32" = yes; then
2464 am_cv_exeext=.exe
2465 else
2466 cat > am_c_test.c << 'EOF'
2467 int main() {
2468 /* Nothing needed here */
2469 }
2470 EOF
2471 ${CC-cc} -o am_c_test $CFLAGS $CPPFLAGS $LDFLAGS am_c_test.c $LIBS 1>&5
2472 am_cv_exeext=`echo am_c_test.* | grep -v am_c_test.c | sed -e s/am_c_test//`
2473 rm -f am_c_test*
2474 fi
2475
2476 test x"${am_cv_exeext}" = x && am_cv_exeext=no
2477 fi
2478 EXEEXT=""
2479 test x"${am_cv_exeext}" != xno && EXEEXT=${am_cv_exeext}
2480 echo "$ac_t""${am_cv_exeext}" 1>&6
2481
2482
2483 for ac_hdr in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h
2484 do
2485 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2486 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2487 echo "configure:2483: checking for $ac_hdr" >&5
2488 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2489 echo $ac_n "(cached) $ac_c" 1>&6
2490 else
2491 cat > conftest.$ac_ext <<EOF
2492 #line 2488 "configure"
2493 #include "confdefs.h"
2494 #include <$ac_hdr>
2495 EOF
2496 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2497 { (eval echo configure:2493: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2498 ac_err=`grep -v '^ *+' conftest.out`
2499 if test -z "$ac_err"; then
2500 rm -rf conftest*
2501 eval "ac_cv_header_$ac_safe=yes"
2502 else
2503 echo "$ac_err" >&5
2504 echo "configure: failed program was:" >&5
2505 cat conftest.$ac_ext >&5
2506 rm -rf conftest*
2507 eval "ac_cv_header_$ac_safe=no"
2508 fi
2509 rm -f conftest*
2510 fi
2511 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2512 echo "$ac_t""yes" 1>&6
2513 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2514 cat >> confdefs.h <<EOF
2515 #define $ac_tr_hdr 1
2516 EOF
2517
2518 else
2519 echo "$ac_t""no" 1>&6
2520 fi
2521 done
2522
2523
2524 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
2525 # people who are not cross-compiling but are compiling cross-assemblers.
2526 echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
2527 echo "configure:2523: checking whether compiling a cross-assembler" >&5
2528 if test "${host}" = "${target}"; then
2529 cross_gas=no
2530 else
2531 cross_gas=yes
2532 cat >> confdefs.h <<\EOF
2533 #define CROSS_COMPILE 1
2534 EOF
2535
2536 fi
2537 echo "$ac_t""$cross_gas" 1>&6
2538
2539 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
2540 # for constant arguments. Useless!
2541 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
2542 echo "configure:2538: checking for working alloca.h" >&5
2543 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
2544 echo $ac_n "(cached) $ac_c" 1>&6
2545 else
2546 cat > conftest.$ac_ext <<EOF
2547 #line 2543 "configure"
2548 #include "confdefs.h"
2549 #include <alloca.h>
2550 int main() {
2551 char *p = alloca(2 * sizeof(int));
2552 ; return 0; }
2553 EOF
2554 if { (eval echo configure:2550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2555 rm -rf conftest*
2556 ac_cv_header_alloca_h=yes
2557 else
2558 echo "configure: failed program was:" >&5
2559 cat conftest.$ac_ext >&5
2560 rm -rf conftest*
2561 ac_cv_header_alloca_h=no
2562 fi
2563 rm -f conftest*
2564 fi
2565
2566 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
2567 if test $ac_cv_header_alloca_h = yes; then
2568 cat >> confdefs.h <<\EOF
2569 #define HAVE_ALLOCA_H 1
2570 EOF
2571
2572 fi
2573
2574 echo $ac_n "checking for alloca""... $ac_c" 1>&6
2575 echo "configure:2571: checking for alloca" >&5
2576 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
2577 echo $ac_n "(cached) $ac_c" 1>&6
2578 else
2579 cat > conftest.$ac_ext <<EOF
2580 #line 2576 "configure"
2581 #include "confdefs.h"
2582
2583 #ifdef __GNUC__
2584 # define alloca __builtin_alloca
2585 #else
2586 # if HAVE_ALLOCA_H
2587 # include <alloca.h>
2588 # else
2589 # ifdef _AIX
2590 #pragma alloca
2591 # else
2592 # ifndef alloca /* predefined by HP cc +Olibcalls */
2593 char *alloca ();
2594 # endif
2595 # endif
2596 # endif
2597 #endif
2598
2599 int main() {
2600 char *p = (char *) alloca(1);
2601 ; return 0; }
2602 EOF
2603 if { (eval echo configure:2599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2604 rm -rf conftest*
2605 ac_cv_func_alloca_works=yes
2606 else
2607 echo "configure: failed program was:" >&5
2608 cat conftest.$ac_ext >&5
2609 rm -rf conftest*
2610 ac_cv_func_alloca_works=no
2611 fi
2612 rm -f conftest*
2613 fi
2614
2615 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
2616 if test $ac_cv_func_alloca_works = yes; then
2617 cat >> confdefs.h <<\EOF
2618 #define HAVE_ALLOCA 1
2619 EOF
2620
2621 fi
2622
2623 if test $ac_cv_func_alloca_works = no; then
2624 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
2625 # that cause trouble. Some versions do not even contain alloca or
2626 # contain a buggy version. If you still want to use their alloca,
2627 # use ar to extract alloca.o from them instead of compiling alloca.c.
2628 ALLOCA=alloca.o
2629 cat >> confdefs.h <<\EOF
2630 #define C_ALLOCA 1
2631 EOF
2632
2633
2634 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
2635 echo "configure:2631: checking whether alloca needs Cray hooks" >&5
2636 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
2637 echo $ac_n "(cached) $ac_c" 1>&6
2638 else
2639 cat > conftest.$ac_ext <<EOF
2640 #line 2636 "configure"
2641 #include "confdefs.h"
2642 #if defined(CRAY) && ! defined(CRAY2)
2643 webecray
2644 #else
2645 wenotbecray
2646 #endif
2647
2648 EOF
2649 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2650 egrep "webecray" >/dev/null 2>&1; then
2651 rm -rf conftest*
2652 ac_cv_os_cray=yes
2653 else
2654 rm -rf conftest*
2655 ac_cv_os_cray=no
2656 fi
2657 rm -f conftest*
2658
2659 fi
2660
2661 echo "$ac_t""$ac_cv_os_cray" 1>&6
2662 if test $ac_cv_os_cray = yes; then
2663 for ac_func in _getb67 GETB67 getb67; do
2664 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2665 echo "configure:2661: checking for $ac_func" >&5
2666 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2667 echo $ac_n "(cached) $ac_c" 1>&6
2668 else
2669 cat > conftest.$ac_ext <<EOF
2670 #line 2666 "configure"
2671 #include "confdefs.h"
2672 /* System header to define __stub macros and hopefully few prototypes,
2673 which can conflict with char $ac_func(); below. */
2674 #include <assert.h>
2675 /* Override any gcc2 internal prototype to avoid an error. */
2676 /* We use char because int might match the return type of a gcc2
2677 builtin and then its argument prototype would still apply. */
2678 char $ac_func();
2679
2680 int main() {
2681
2682 /* The GNU C library defines this for functions which it implements
2683 to always fail with ENOSYS. Some functions are actually named
2684 something starting with __ and the normal name is an alias. */
2685 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2686 choke me
2687 #else
2688 $ac_func();
2689 #endif
2690
2691 ; return 0; }
2692 EOF
2693 if { (eval echo configure:2689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2694 rm -rf conftest*
2695 eval "ac_cv_func_$ac_func=yes"
2696 else
2697 echo "configure: failed program was:" >&5
2698 cat conftest.$ac_ext >&5
2699 rm -rf conftest*
2700 eval "ac_cv_func_$ac_func=no"
2701 fi
2702 rm -f conftest*
2703 fi
2704
2705 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2706 echo "$ac_t""yes" 1>&6
2707 cat >> confdefs.h <<EOF
2708 #define CRAY_STACKSEG_END $ac_func
2709 EOF
2710
2711 break
2712 else
2713 echo "$ac_t""no" 1>&6
2714 fi
2715
2716 done
2717 fi
2718
2719 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
2720 echo "configure:2716: checking stack direction for C alloca" >&5
2721 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
2722 echo $ac_n "(cached) $ac_c" 1>&6
2723 else
2724 if test "$cross_compiling" = yes; then
2725 ac_cv_c_stack_direction=0
2726 else
2727 cat > conftest.$ac_ext <<EOF
2728 #line 2724 "configure"
2729 #include "confdefs.h"
2730 find_stack_direction ()
2731 {
2732 static char *addr = 0;
2733 auto char dummy;
2734 if (addr == 0)
2735 {
2736 addr = &dummy;
2737 return find_stack_direction ();
2738 }
2739 else
2740 return (&dummy > addr) ? 1 : -1;
2741 }
2742 main ()
2743 {
2744 exit (find_stack_direction() < 0);
2745 }
2746 EOF
2747 if { (eval echo configure:2743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
2748 then
2749 ac_cv_c_stack_direction=1
2750 else
2751 echo "configure: failed program was:" >&5
2752 cat conftest.$ac_ext >&5
2753 rm -fr conftest*
2754 ac_cv_c_stack_direction=-1
2755 fi
2756 rm -fr conftest*
2757 fi
2758
2759 fi
2760
2761 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
2762 cat >> confdefs.h <<EOF
2763 #define STACK_DIRECTION $ac_cv_c_stack_direction
2764 EOF
2765
2766 fi
2767
2768 echo $ac_n "checking for inline""... $ac_c" 1>&6
2769 echo "configure:2765: checking for inline" >&5
2770 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
2771 echo $ac_n "(cached) $ac_c" 1>&6
2772 else
2773 ac_cv_c_inline=no
2774 for ac_kw in inline __inline__ __inline; do
2775 cat > conftest.$ac_ext <<EOF
2776 #line 2772 "configure"
2777 #include "confdefs.h"
2778
2779 int main() {
2780 } $ac_kw foo() {
2781 ; return 0; }
2782 EOF
2783 if { (eval echo configure:2779: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2784 rm -rf conftest*
2785 ac_cv_c_inline=$ac_kw; break
2786 else
2787 echo "configure: failed program was:" >&5
2788 cat conftest.$ac_ext >&5
2789 fi
2790 rm -f conftest*
2791 done
2792
2793 fi
2794
2795 echo "$ac_t""$ac_cv_c_inline" 1>&6
2796 case "$ac_cv_c_inline" in
2797 inline | yes) ;;
2798 no) cat >> confdefs.h <<\EOF
2799 #define inline
2800 EOF
2801 ;;
2802 *) cat >> confdefs.h <<EOF
2803 #define inline $ac_cv_c_inline
2804 EOF
2805 ;;
2806 esac
2807
2808
2809 # VMS doesn't have unlink.
2810 for ac_func in unlink remove
2811 do
2812 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2813 echo "configure:2809: checking for $ac_func" >&5
2814 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2815 echo $ac_n "(cached) $ac_c" 1>&6
2816 else
2817 cat > conftest.$ac_ext <<EOF
2818 #line 2814 "configure"
2819 #include "confdefs.h"
2820 /* System header to define __stub macros and hopefully few prototypes,
2821 which can conflict with char $ac_func(); below. */
2822 #include <assert.h>
2823 /* Override any gcc2 internal prototype to avoid an error. */
2824 /* We use char because int might match the return type of a gcc2
2825 builtin and then its argument prototype would still apply. */
2826 char $ac_func();
2827
2828 int main() {
2829
2830 /* The GNU C library defines this for functions which it implements
2831 to always fail with ENOSYS. Some functions are actually named
2832 something starting with __ and the normal name is an alias. */
2833 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2834 choke me
2835 #else
2836 $ac_func();
2837 #endif
2838
2839 ; return 0; }
2840 EOF
2841 if { (eval echo configure:2837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2842 rm -rf conftest*
2843 eval "ac_cv_func_$ac_func=yes"
2844 else
2845 echo "configure: failed program was:" >&5
2846 cat conftest.$ac_ext >&5
2847 rm -rf conftest*
2848 eval "ac_cv_func_$ac_func=no"
2849 fi
2850 rm -f conftest*
2851 fi
2852
2853 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2854 echo "$ac_t""yes" 1>&6
2855 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2856 cat >> confdefs.h <<EOF
2857 #define $ac_tr_func 1
2858 EOF
2859 break
2860 else
2861 echo "$ac_t""no" 1>&6
2862 fi
2863 done
2864
2865
2866 # Some systems don't have sbrk().
2867 for ac_func in sbrk
2868 do
2869 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2870 echo "configure:2866: checking for $ac_func" >&5
2871 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2872 echo $ac_n "(cached) $ac_c" 1>&6
2873 else
2874 cat > conftest.$ac_ext <<EOF
2875 #line 2871 "configure"
2876 #include "confdefs.h"
2877 /* System header to define __stub macros and hopefully few prototypes,
2878 which can conflict with char $ac_func(); below. */
2879 #include <assert.h>
2880 /* Override any gcc2 internal prototype to avoid an error. */
2881 /* We use char because int might match the return type of a gcc2
2882 builtin and then its argument prototype would still apply. */
2883 char $ac_func();
2884
2885 int main() {
2886
2887 /* The GNU C library defines this for functions which it implements
2888 to always fail with ENOSYS. Some functions are actually named
2889 something starting with __ and the normal name is an alias. */
2890 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2891 choke me
2892 #else
2893 $ac_func();
2894 #endif
2895
2896 ; return 0; }
2897 EOF
2898 if { (eval echo configure:2894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2899 rm -rf conftest*
2900 eval "ac_cv_func_$ac_func=yes"
2901 else
2902 echo "configure: failed program was:" >&5
2903 cat conftest.$ac_ext >&5
2904 rm -rf conftest*
2905 eval "ac_cv_func_$ac_func=no"
2906 fi
2907 rm -f conftest*
2908 fi
2909
2910 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2911 echo "$ac_t""yes" 1>&6
2912 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2913 cat >> confdefs.h <<EOF
2914 #define $ac_tr_func 1
2915 EOF
2916
2917 else
2918 echo "$ac_t""no" 1>&6
2919 fi
2920 done
2921
2922
2923 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
2924 # enough, but on some of those systems, the assert macro relies on requoting
2925 # working properly!
2926 echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
2927 echo "configure:2923: checking for working assert macro" >&5
2928 if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
2929 echo $ac_n "(cached) $ac_c" 1>&6
2930 else
2931 cat > conftest.$ac_ext <<EOF
2932 #line 2928 "configure"
2933 #include "confdefs.h"
2934 #include <assert.h>
2935 #include <stdio.h>
2936 int main() {
2937
2938 /* check for requoting problems */
2939 static int a, b, c, d;
2940 static char *s;
2941 assert (!strcmp(s, "foo bar baz quux"));
2942 /* check for newline handling */
2943 assert (a == b
2944 || c == d);
2945
2946 ; return 0; }
2947 EOF
2948 if { (eval echo configure:2944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2949 rm -rf conftest*
2950 gas_cv_assert_ok=yes
2951 else
2952 echo "configure: failed program was:" >&5
2953 cat conftest.$ac_ext >&5
2954 rm -rf conftest*
2955 gas_cv_assert_ok=no
2956 fi
2957 rm -f conftest*
2958 fi
2959 echo "$ac_t""$gas_cv_assert_ok" 1>&6
2960 test $gas_cv_assert_ok = yes || cat >> confdefs.h <<\EOF
2961 #define BROKEN_ASSERT 1
2962 EOF
2963
2964
2965
2966 # On some systems, the system header files may not declare malloc, realloc,
2967 # and free. There are places where gas needs these functions to have been
2968 # declared -- such as when taking their addresses.
2969 gas_test_headers="
2970 #ifdef HAVE_MEMORY_H
2971 #include <memory.h>
2972 #endif
2973 #ifdef HAVE_STRING_H
2974 #include <string.h>
2975 #else
2976 #ifdef HAVE_STRINGS_H
2977 #include <strings.h>
2978 #endif
2979 #endif
2980 #ifdef HAVE_STDLIB_H
2981 #include <stdlib.h>
2982 #endif
2983 #ifdef HAVE_UNISTD_H
2984 #include <unistd.h>
2985 #endif
2986 "
2987
2988 echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
2989 echo "configure:2985: checking whether declaration is required for strstr" >&5
2990 if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
2991 echo $ac_n "(cached) $ac_c" 1>&6
2992 else
2993 cat > conftest.$ac_ext <<EOF
2994 #line 2990 "configure"
2995 #include "confdefs.h"
2996 $gas_test_headers
2997 int main() {
2998
2999 typedef char *(*f)();
3000 f x;
3001 x = (f) strstr;
3002
3003 ; return 0; }
3004 EOF
3005 if { (eval echo configure:3001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3006 rm -rf conftest*
3007 gas_cv_decl_needed_strstr=no
3008 else
3009 echo "configure: failed program was:" >&5
3010 cat conftest.$ac_ext >&5
3011 rm -rf conftest*
3012 gas_cv_decl_needed_strstr=yes
3013 fi
3014 rm -f conftest*
3015 fi
3016 echo "$ac_t""$gas_cv_decl_needed_strstr" 1>&6
3017 test $gas_cv_decl_needed_strstr = no || {
3018 cat >> confdefs.h <<\EOF
3019 #define NEED_DECLARATION_STRSTR 1
3020 EOF
3021
3022 }
3023
3024
3025 echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
3026 echo "configure:3022: checking whether declaration is required for malloc" >&5
3027 if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
3028 echo $ac_n "(cached) $ac_c" 1>&6
3029 else
3030 cat > conftest.$ac_ext <<EOF
3031 #line 3027 "configure"
3032 #include "confdefs.h"
3033 $gas_test_headers
3034 int main() {
3035
3036 typedef char *(*f)();
3037 f x;
3038 x = (f) malloc;
3039
3040 ; return 0; }
3041 EOF
3042 if { (eval echo configure:3038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3043 rm -rf conftest*
3044 gas_cv_decl_needed_malloc=no
3045 else
3046 echo "configure: failed program was:" >&5
3047 cat conftest.$ac_ext >&5
3048 rm -rf conftest*
3049 gas_cv_decl_needed_malloc=yes
3050 fi
3051 rm -f conftest*
3052 fi
3053 echo "$ac_t""$gas_cv_decl_needed_malloc" 1>&6
3054 test $gas_cv_decl_needed_malloc = no || {
3055 cat >> confdefs.h <<\EOF
3056 #define NEED_DECLARATION_MALLOC 1
3057 EOF
3058
3059 }
3060
3061
3062 echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
3063 echo "configure:3059: checking whether declaration is required for free" >&5
3064 if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
3065 echo $ac_n "(cached) $ac_c" 1>&6
3066 else
3067 cat > conftest.$ac_ext <<EOF
3068 #line 3064 "configure"
3069 #include "confdefs.h"
3070 $gas_test_headers
3071 int main() {
3072
3073 typedef void (*f)();
3074 f x;
3075 x = (f) free;
3076
3077 ; return 0; }
3078 EOF
3079 if { (eval echo configure:3075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3080 rm -rf conftest*
3081 gas_cv_decl_needed_free=no
3082 else
3083 echo "configure: failed program was:" >&5
3084 cat conftest.$ac_ext >&5
3085 rm -rf conftest*
3086 gas_cv_decl_needed_free=yes
3087 fi
3088 rm -f conftest*
3089 fi
3090 echo "$ac_t""$gas_cv_decl_needed_free" 1>&6
3091 test $gas_cv_decl_needed_free = no || {
3092 cat >> confdefs.h <<\EOF
3093 #define NEED_DECLARATION_FREE 1
3094 EOF
3095
3096 }
3097
3098
3099 echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
3100 echo "configure:3096: checking whether declaration is required for sbrk" >&5
3101 if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
3102 echo $ac_n "(cached) $ac_c" 1>&6
3103 else
3104 cat > conftest.$ac_ext <<EOF
3105 #line 3101 "configure"
3106 #include "confdefs.h"
3107 $gas_test_headers
3108 int main() {
3109
3110 typedef char *(*f)();
3111 f x;
3112 x = (f) sbrk;
3113
3114 ; return 0; }
3115 EOF
3116 if { (eval echo configure:3112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3117 rm -rf conftest*
3118 gas_cv_decl_needed_sbrk=no
3119 else
3120 echo "configure: failed program was:" >&5
3121 cat conftest.$ac_ext >&5
3122 rm -rf conftest*
3123 gas_cv_decl_needed_sbrk=yes
3124 fi
3125 rm -f conftest*
3126 fi
3127 echo "$ac_t""$gas_cv_decl_needed_sbrk" 1>&6
3128 test $gas_cv_decl_needed_sbrk = no || {
3129 cat >> confdefs.h <<\EOF
3130 #define NEED_DECLARATION_SBRK 1
3131 EOF
3132
3133 }
3134
3135
3136 # Does errno.h declare errno, or do we have to add a separate declaration
3137 # for it?
3138
3139 echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
3140 echo "configure:3136: checking whether declaration is required for errno" >&5
3141 if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
3142 echo $ac_n "(cached) $ac_c" 1>&6
3143 else
3144 cat > conftest.$ac_ext <<EOF
3145 #line 3141 "configure"
3146 #include "confdefs.h"
3147
3148 #ifdef HAVE_ERRNO_H
3149 #include <errno.h>
3150 #endif
3151
3152 int main() {
3153
3154 typedef int f;
3155 f x;
3156 x = (f) errno;
3157
3158 ; return 0; }
3159 EOF
3160 if { (eval echo configure:3156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3161 rm -rf conftest*
3162 gas_cv_decl_needed_errno=no
3163 else
3164 echo "configure: failed program was:" >&5
3165 cat conftest.$ac_ext >&5
3166 rm -rf conftest*
3167 gas_cv_decl_needed_errno=yes
3168 fi
3169 rm -f conftest*
3170 fi
3171 echo "$ac_t""$gas_cv_decl_needed_errno" 1>&6
3172 test $gas_cv_decl_needed_errno = no || {
3173 cat >> confdefs.h <<\EOF
3174 #define NEED_DECLARATION_ERRNO 1
3175 EOF
3176
3177 }
3178
3179
3180
3181
3182 trap '' 1 2 15
3183 cat > confcache <<\EOF
3184 # This file is a shell script that caches the results of configure
3185 # tests run on this system so they can be shared between configure
3186 # scripts and configure runs. It is not useful on other systems.
3187 # If it contains results you don't want to keep, you may remove or edit it.
3188 #
3189 # By default, configure uses ./config.cache as the cache file,
3190 # creating it if it does not exist already. You can give configure
3191 # the --cache-file=FILE option to use a different cache file; that is
3192 # what configure does when it calls configure scripts in
3193 # subdirectories, so they share the cache.
3194 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3195 # config.status only pays attention to the cache file if you give it the
3196 # --recheck option to rerun configure.
3197 #
3198 EOF
3199 # The following way of writing the cache mishandles newlines in values,
3200 # but we know of no workaround that is simple, portable, and efficient.
3201 # So, don't put newlines in cache variables' values.
3202 # Ultrix sh set writes to stderr and can't be redirected directly,
3203 # and sets the high bit in the cache file unless we assign to the vars.
3204 (set) 2>&1 |
3205 case `(ac_space=' '; set) 2>&1` in
3206 *ac_space=\ *)
3207 # `set' does not quote correctly, so add quotes (double-quote substitution
3208 # turns \\\\ into \\, and sed turns \\ into \).
3209 sed -n \
3210 -e "s/'/'\\\\''/g" \
3211 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3212 ;;
3213 *)
3214 # `set' quotes correctly as required by POSIX, so do not add quotes.
3215 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3216 ;;
3217 esac >> confcache
3218 if cmp -s $cache_file confcache; then
3219 :
3220 else
3221 if test -w $cache_file; then
3222 echo "updating cache $cache_file"
3223 cat confcache > $cache_file
3224 else
3225 echo "not updating unwritable cache $cache_file"
3226 fi
3227 fi
3228 rm -f confcache
3229
3230 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3231
3232 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3233 # Let make expand exec_prefix.
3234 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3235
3236 # Any assignment to VPATH causes Sun make to only execute
3237 # the first set of double-colon rules, so remove it if not needed.
3238 # If there is a colon in the path, we need to keep it.
3239 if test "x$srcdir" = x.; then
3240 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
3241 fi
3242
3243 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3244
3245 DEFS=-DHAVE_CONFIG_H
3246
3247 # Without the "./", some shells look in PATH for config.status.
3248 : ${CONFIG_STATUS=./config.status}
3249
3250 echo creating $CONFIG_STATUS
3251 rm -f $CONFIG_STATUS
3252 cat > $CONFIG_STATUS <<EOF
3253 #! /bin/sh
3254 # Generated automatically by configure.
3255 # Run this file to recreate the current configuration.
3256 # This directory was configured as follows,
3257 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3258 #
3259 # $0 $ac_configure_args
3260 #
3261 # Compiler output produced by configure, useful for debugging
3262 # configure, is in ./config.log if it exists.
3263
3264 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3265 for ac_option
3266 do
3267 case "\$ac_option" in
3268 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3269 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3270 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3271 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3272 echo "$CONFIG_STATUS generated by autoconf version 2.12.1"
3273 exit 0 ;;
3274 -help | --help | --hel | --he | --h)
3275 echo "\$ac_cs_usage"; exit 0 ;;
3276 *) echo "\$ac_cs_usage"; exit 1 ;;
3277 esac
3278 done
3279
3280 ac_given_srcdir=$srcdir
3281 ac_given_INSTALL="$INSTALL"
3282
3283 trap 'rm -fr `echo "Makefile doc/Makefile .gdbinit:gdbinit.in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3284 EOF
3285 cat >> $CONFIG_STATUS <<EOF
3286
3287 # Protect against being on the right side of a sed subst in config.status.
3288 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3289 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3290 $ac_vpsub
3291 $extrasub
3292 s%@CFLAGS@%$CFLAGS%g
3293 s%@CPPFLAGS@%$CPPFLAGS%g
3294 s%@CXXFLAGS@%$CXXFLAGS%g
3295 s%@DEFS@%$DEFS%g
3296 s%@LDFLAGS@%$LDFLAGS%g
3297 s%@LIBS@%$LIBS%g
3298 s%@exec_prefix@%$exec_prefix%g
3299 s%@prefix@%$prefix%g
3300 s%@program_transform_name@%$program_transform_name%g
3301 s%@bindir@%$bindir%g
3302 s%@sbindir@%$sbindir%g
3303 s%@libexecdir@%$libexecdir%g
3304 s%@datadir@%$datadir%g
3305 s%@sysconfdir@%$sysconfdir%g
3306 s%@sharedstatedir@%$sharedstatedir%g
3307 s%@localstatedir@%$localstatedir%g
3308 s%@libdir@%$libdir%g
3309 s%@includedir@%$includedir%g
3310 s%@oldincludedir@%$oldincludedir%g
3311 s%@infodir@%$infodir%g
3312 s%@mandir@%$mandir%g
3313 s%@host@%$host%g
3314 s%@host_alias@%$host_alias%g
3315 s%@host_cpu@%$host_cpu%g
3316 s%@host_vendor@%$host_vendor%g
3317 s%@host_os@%$host_os%g
3318 s%@target@%$target%g
3319 s%@target_alias@%$target_alias%g
3320 s%@target_cpu@%$target_cpu%g
3321 s%@target_vendor@%$target_vendor%g
3322 s%@target_os@%$target_os%g
3323 s%@build@%$build%g
3324 s%@build_alias@%$build_alias%g
3325 s%@build_cpu@%$build_cpu%g
3326 s%@build_vendor@%$build_vendor%g
3327 s%@build_os@%$build_os%g
3328 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
3329 s%@INSTALL_DATA@%$INSTALL_DATA%g
3330 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
3331 s%@PACKAGE@%$PACKAGE%g
3332 s%@VERSION@%$VERSION%g
3333 s%@ACLOCAL@%$ACLOCAL%g
3334 s%@AUTOCONF@%$AUTOCONF%g
3335 s%@AUTOMAKE@%$AUTOMAKE%g
3336 s%@AUTOHEADER@%$AUTOHEADER%g
3337 s%@MAKEINFO@%$MAKEINFO%g
3338 s%@SET_MAKE@%$SET_MAKE%g
3339 s%@CC@%$CC%g
3340 s%@RANLIB@%$RANLIB%g
3341 s%@LD@%$LD%g
3342 s%@LN_S@%$LN_S%g
3343 s%@LIBTOOL@%$LIBTOOL%g
3344 s%@extra_objects@%$extra_objects%g
3345 s%@target_cpu_type@%$target_cpu_type%g
3346 s%@obj_format@%$obj_format%g
3347 s%@te_file@%$te_file%g
3348 s%@atof@%$atof%g
3349 s%@BFDLIB@%$BFDLIB%g
3350 s%@OPCODES_LIB@%$OPCODES_LIB%g
3351 s%@ALL_OBJ_DEPS@%$ALL_OBJ_DEPS%g
3352 s%@YACC@%$YACC%g
3353 s%@LEX@%$LEX%g
3354 s%@LEXLIB@%$LEXLIB%g
3355 s%@CPP@%$CPP%g
3356 s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
3357 s%@MAINT@%$MAINT%g
3358 s%@EXEEXT@%$EXEEXT%g
3359 s%@ALLOCA@%$ALLOCA%g
3360
3361 CEOF
3362 EOF
3363
3364 cat >> $CONFIG_STATUS <<\EOF
3365
3366 # Split the substitutions into bite-sized pieces for seds with
3367 # small command number limits, like on Digital OSF/1 and HP-UX.
3368 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3369 ac_file=1 # Number of current file.
3370 ac_beg=1 # First line for current file.
3371 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3372 ac_more_lines=:
3373 ac_sed_cmds=""
3374 while $ac_more_lines; do
3375 if test $ac_beg -gt 1; then
3376 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3377 else
3378 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3379 fi
3380 if test ! -s conftest.s$ac_file; then
3381 ac_more_lines=false
3382 rm -f conftest.s$ac_file
3383 else
3384 if test -z "$ac_sed_cmds"; then
3385 ac_sed_cmds="sed -f conftest.s$ac_file"
3386 else
3387 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3388 fi
3389 ac_file=`expr $ac_file + 1`
3390 ac_beg=$ac_end
3391 ac_end=`expr $ac_end + $ac_max_sed_cmds`
3392 fi
3393 done
3394 if test -z "$ac_sed_cmds"; then
3395 ac_sed_cmds=cat
3396 fi
3397 EOF
3398
3399 cat >> $CONFIG_STATUS <<EOF
3400
3401 CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile .gdbinit:gdbinit.in"}
3402 EOF
3403 cat >> $CONFIG_STATUS <<\EOF
3404 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3405 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3406 case "$ac_file" in
3407 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3408 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3409 *) ac_file_in="${ac_file}.in" ;;
3410 esac
3411
3412 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3413
3414 # Remove last slash and all that follows it. Not all systems have dirname.
3415 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3416 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3417 # The file is in a subdirectory.
3418 test ! -d "$ac_dir" && mkdir "$ac_dir"
3419 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3420 # A "../" for each directory in $ac_dir_suffix.
3421 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3422 else
3423 ac_dir_suffix= ac_dots=
3424 fi
3425
3426 case "$ac_given_srcdir" in
3427 .) srcdir=.
3428 if test -z "$ac_dots"; then top_srcdir=.
3429 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3430 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3431 *) # Relative path.
3432 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3433 top_srcdir="$ac_dots$ac_given_srcdir" ;;
3434 esac
3435
3436 case "$ac_given_INSTALL" in
3437 [/$]*) INSTALL="$ac_given_INSTALL" ;;
3438 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3439 esac
3440
3441 echo creating "$ac_file"
3442 rm -f "$ac_file"
3443 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3444 case "$ac_file" in
3445 *Makefile*) ac_comsub="1i\\
3446 # $configure_input" ;;
3447 *) ac_comsub= ;;
3448 esac
3449
3450 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3451 sed -e "$ac_comsub
3452 s%@configure_input@%$configure_input%g
3453 s%@srcdir@%$srcdir%g
3454 s%@top_srcdir@%$top_srcdir%g
3455 s%@INSTALL@%$INSTALL%g
3456 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3457 fi; done
3458 rm -f conftest.s*
3459
3460 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3461 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3462 #
3463 # ac_d sets the value in "#define NAME VALUE" lines.
3464 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
3465 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
3466 ac_dC='\3'
3467 ac_dD='%g'
3468 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3469 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3470 ac_uB='\([ ]\)%\1#\2define\3'
3471 ac_uC=' '
3472 ac_uD='\4%g'
3473 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3474 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3475 ac_eB='$%\1#\2define\3'
3476 ac_eC=' '
3477 ac_eD='%g'
3478
3479 if test "${CONFIG_HEADERS+set}" != set; then
3480 EOF
3481 cat >> $CONFIG_STATUS <<EOF
3482 CONFIG_HEADERS="config.h:config.in"
3483 EOF
3484 cat >> $CONFIG_STATUS <<\EOF
3485 fi
3486 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3487 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3488 case "$ac_file" in
3489 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3490 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3491 *) ac_file_in="${ac_file}.in" ;;
3492 esac
3493
3494 echo creating $ac_file
3495
3496 rm -f conftest.frag conftest.in conftest.out
3497 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3498 cat $ac_file_inputs > conftest.in
3499
3500 EOF
3501
3502 # Transform confdefs.h into a sed script conftest.vals that substitutes
3503 # the proper values into config.h.in to produce config.h. And first:
3504 # Protect against being on the right side of a sed subst in config.status.
3505 # Protect against being in an unquoted here document in config.status.
3506 rm -f conftest.vals
3507 cat > conftest.hdr <<\EOF
3508 s/[\\&%]/\\&/g
3509 s%[\\$`]%\\&%g
3510 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3511 s%ac_d%ac_u%gp
3512 s%ac_u%ac_e%gp
3513 EOF
3514 sed -n -f conftest.hdr confdefs.h > conftest.vals
3515 rm -f conftest.hdr
3516
3517 # This sed command replaces #undef with comments. This is necessary, for
3518 # example, in the case of _POSIX_SOURCE, which is predefined and required
3519 # on some systems where configure will not decide to define it.
3520 cat >> conftest.vals <<\EOF
3521 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3522 EOF
3523
3524 # Break up conftest.vals because some shells have a limit on
3525 # the size of here documents, and old seds have small limits too.
3526
3527 rm -f conftest.tail
3528 while :
3529 do
3530 ac_lines=`grep -c . conftest.vals`
3531 # grep -c gives empty output for an empty file on some AIX systems.
3532 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3533 # Write a limited-size here document to conftest.frag.
3534 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3535 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3536 echo 'CEOF
3537 sed -f conftest.frag conftest.in > conftest.out
3538 rm -f conftest.in
3539 mv conftest.out conftest.in
3540 ' >> $CONFIG_STATUS
3541 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3542 rm -f conftest.vals
3543 mv conftest.tail conftest.vals
3544 done
3545 rm -f conftest.vals
3546
3547 cat >> $CONFIG_STATUS <<\EOF
3548 rm -f conftest.frag conftest.h
3549 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
3550 cat conftest.in >> conftest.h
3551 rm -f conftest.in
3552 if cmp -s $ac_file conftest.h 2>/dev/null; then
3553 echo "$ac_file is unchanged"
3554 rm -f conftest.h
3555 else
3556 # Remove last slash and all that follows it. Not all systems have dirname.
3557 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3558 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3559 # The file is in a subdirectory.
3560 test ! -d "$ac_dir" && mkdir "$ac_dir"
3561 fi
3562 rm -f $ac_file
3563 mv conftest.h $ac_file
3564 fi
3565 fi; done
3566
3567 EOF
3568 cat >> $CONFIG_STATUS <<EOF
3569
3570 target_cpu_type=${target_cpu_type}
3571 obj_format=${obj_format}
3572 te_file=${te_file}
3573 EOF
3574 cat >> $CONFIG_STATUS <<\EOF
3575 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
3576 rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
3577 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
3578 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
3579 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
3580 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
3581 case ${target_cpu_type} in
3582 m32r) echo '#include "opcodes/'"${target_cpu_type}"'-opc.h"' > cgen-opc.h ;;
3583 esac
3584 exit 0
3585 EOF
3586 chmod +x $CONFIG_STATUS
3587 rm -fr confdefs* $ac_clean_files
3588 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3589
This page took 0.112786 seconds and 4 git commands to generate.