* configure.host: Set SHLIB_LIBS.
[binutils-gdb.git] / bfd / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12
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 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)"
16 ac_help="$ac_help
17 --enable-targets alternative target configurations"
18 ac_help="$ac_help
19 --enable-shared build shared BFD library"
20 ac_help="$ac_help
21 --enable-commonbfdlib build shared BFD/opcodes/libiberty library"
22 ac_help="$ac_help
23 --with-mmap try using mmap for BFD input files if available"
24
25 # Initialize some variables set by options.
26 # The variables have the same names as the options, with
27 # dashes changed to underlines.
28 build=NONE
29 cache_file=./config.cache
30 exec_prefix=NONE
31 host=NONE
32 no_create=
33 nonopt=NONE
34 no_recursion=
35 prefix=NONE
36 program_prefix=NONE
37 program_suffix=NONE
38 program_transform_name=s,x,x,
39 silent=
40 site=
41 srcdir=
42 target=NONE
43 verbose=
44 x_includes=NONE
45 x_libraries=NONE
46 bindir='${exec_prefix}/bin'
47 sbindir='${exec_prefix}/sbin'
48 libexecdir='${exec_prefix}/libexec'
49 datadir='${prefix}/share'
50 sysconfdir='${prefix}/etc'
51 sharedstatedir='${prefix}/com'
52 localstatedir='${prefix}/var'
53 libdir='${exec_prefix}/lib'
54 includedir='${prefix}/include'
55 oldincludedir='/usr/include'
56 infodir='${prefix}/info'
57 mandir='${prefix}/man'
58
59 # Initialize some other variables.
60 subdirs=
61 MFLAGS= MAKEFLAGS=
62 # Maximum number of lines to put in a shell here document.
63 ac_max_here_lines=12
64
65 ac_prev=
66 for ac_option
67 do
68
69 # If the previous option needs an argument, assign it.
70 if test -n "$ac_prev"; then
71 eval "$ac_prev=\$ac_option"
72 ac_prev=
73 continue
74 fi
75
76 case "$ac_option" in
77 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
78 *) ac_optarg= ;;
79 esac
80
81 # Accept the important Cygnus configure options, so we can diagnose typos.
82
83 case "$ac_option" in
84
85 -bindir | --bindir | --bindi | --bind | --bin | --bi)
86 ac_prev=bindir ;;
87 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
88 bindir="$ac_optarg" ;;
89
90 -build | --build | --buil | --bui | --bu)
91 ac_prev=build ;;
92 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
93 build="$ac_optarg" ;;
94
95 -cache-file | --cache-file | --cache-fil | --cache-fi \
96 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
97 ac_prev=cache_file ;;
98 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
99 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
100 cache_file="$ac_optarg" ;;
101
102 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
103 ac_prev=datadir ;;
104 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
105 | --da=*)
106 datadir="$ac_optarg" ;;
107
108 -disable-* | --disable-*)
109 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
110 # Reject names that are not valid shell variable names.
111 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
112 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
113 fi
114 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
115 eval "enable_${ac_feature}=no" ;;
116
117 -enable-* | --enable-*)
118 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
119 # Reject names that are not valid shell variable names.
120 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
121 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
122 fi
123 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
124 case "$ac_option" in
125 *=*) ;;
126 *) ac_optarg=yes ;;
127 esac
128 eval "enable_${ac_feature}='$ac_optarg'" ;;
129
130 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
131 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
132 | --exec | --exe | --ex)
133 ac_prev=exec_prefix ;;
134 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
135 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
136 | --exec=* | --exe=* | --ex=*)
137 exec_prefix="$ac_optarg" ;;
138
139 -gas | --gas | --ga | --g)
140 # Obsolete; use --with-gas.
141 with_gas=yes ;;
142
143 -help | --help | --hel | --he)
144 # Omit some internal or obsolete options to make the list less imposing.
145 # This message is too long to be a string in the A/UX 3.1 sh.
146 cat << EOF
147 Usage: configure [options] [host]
148 Options: [defaults in brackets after descriptions]
149 Configuration:
150 --cache-file=FILE cache test results in FILE
151 --help print this message
152 --no-create do not create output files
153 --quiet, --silent do not print \`checking...' messages
154 --version print the version of autoconf that created configure
155 Directory and file names:
156 --prefix=PREFIX install architecture-independent files in PREFIX
157 [$ac_default_prefix]
158 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
159 [same as prefix]
160 --bindir=DIR user executables in DIR [EPREFIX/bin]
161 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
162 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
163 --datadir=DIR read-only architecture-independent data in DIR
164 [PREFIX/share]
165 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
166 --sharedstatedir=DIR modifiable architecture-independent data in DIR
167 [PREFIX/com]
168 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
169 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
170 --includedir=DIR C header files in DIR [PREFIX/include]
171 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
172 --infodir=DIR info documentation in DIR [PREFIX/info]
173 --mandir=DIR man documentation in DIR [PREFIX/man]
174 --srcdir=DIR find the sources in DIR [configure dir or ..]
175 --program-prefix=PREFIX prepend PREFIX to installed program names
176 --program-suffix=SUFFIX append SUFFIX to installed program names
177 --program-transform-name=PROGRAM
178 run sed PROGRAM on installed program names
179 EOF
180 cat << EOF
181 Host type:
182 --build=BUILD configure for building on BUILD [BUILD=HOST]
183 --host=HOST configure for HOST [guessed]
184 --target=TARGET configure for TARGET [TARGET=HOST]
185 Features and packages:
186 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
187 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
188 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
189 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
190 --x-includes=DIR X include files are in DIR
191 --x-libraries=DIR X library files are in DIR
192 EOF
193 if test -n "$ac_help"; then
194 echo "--enable and --with options recognized:$ac_help"
195 fi
196 exit 0 ;;
197
198 -host | --host | --hos | --ho)
199 ac_prev=host ;;
200 -host=* | --host=* | --hos=* | --ho=*)
201 host="$ac_optarg" ;;
202
203 -includedir | --includedir | --includedi | --included | --include \
204 | --includ | --inclu | --incl | --inc)
205 ac_prev=includedir ;;
206 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
207 | --includ=* | --inclu=* | --incl=* | --inc=*)
208 includedir="$ac_optarg" ;;
209
210 -infodir | --infodir | --infodi | --infod | --info | --inf)
211 ac_prev=infodir ;;
212 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
213 infodir="$ac_optarg" ;;
214
215 -libdir | --libdir | --libdi | --libd)
216 ac_prev=libdir ;;
217 -libdir=* | --libdir=* | --libdi=* | --libd=*)
218 libdir="$ac_optarg" ;;
219
220 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
221 | --libexe | --libex | --libe)
222 ac_prev=libexecdir ;;
223 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
224 | --libexe=* | --libex=* | --libe=*)
225 libexecdir="$ac_optarg" ;;
226
227 -localstatedir | --localstatedir | --localstatedi | --localstated \
228 | --localstate | --localstat | --localsta | --localst \
229 | --locals | --local | --loca | --loc | --lo)
230 ac_prev=localstatedir ;;
231 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
232 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
233 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
234 localstatedir="$ac_optarg" ;;
235
236 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
237 ac_prev=mandir ;;
238 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
239 mandir="$ac_optarg" ;;
240
241 -nfp | --nfp | --nf)
242 # Obsolete; use --without-fp.
243 with_fp=no ;;
244
245 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
246 | --no-cr | --no-c)
247 no_create=yes ;;
248
249 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
250 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
251 no_recursion=yes ;;
252
253 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
254 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
255 | --oldin | --oldi | --old | --ol | --o)
256 ac_prev=oldincludedir ;;
257 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
258 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
259 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
260 oldincludedir="$ac_optarg" ;;
261
262 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
263 ac_prev=prefix ;;
264 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
265 prefix="$ac_optarg" ;;
266
267 -program-prefix | --program-prefix | --program-prefi | --program-pref \
268 | --program-pre | --program-pr | --program-p)
269 ac_prev=program_prefix ;;
270 -program-prefix=* | --program-prefix=* | --program-prefi=* \
271 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
272 program_prefix="$ac_optarg" ;;
273
274 -program-suffix | --program-suffix | --program-suffi | --program-suff \
275 | --program-suf | --program-su | --program-s)
276 ac_prev=program_suffix ;;
277 -program-suffix=* | --program-suffix=* | --program-suffi=* \
278 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
279 program_suffix="$ac_optarg" ;;
280
281 -program-transform-name | --program-transform-name \
282 | --program-transform-nam | --program-transform-na \
283 | --program-transform-n | --program-transform- \
284 | --program-transform | --program-transfor \
285 | --program-transfo | --program-transf \
286 | --program-trans | --program-tran \
287 | --progr-tra | --program-tr | --program-t)
288 ac_prev=program_transform_name ;;
289 -program-transform-name=* | --program-transform-name=* \
290 | --program-transform-nam=* | --program-transform-na=* \
291 | --program-transform-n=* | --program-transform-=* \
292 | --program-transform=* | --program-transfor=* \
293 | --program-transfo=* | --program-transf=* \
294 | --program-trans=* | --program-tran=* \
295 | --progr-tra=* | --program-tr=* | --program-t=*)
296 program_transform_name="$ac_optarg" ;;
297
298 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
299 | -silent | --silent | --silen | --sile | --sil)
300 silent=yes ;;
301
302 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
303 ac_prev=sbindir ;;
304 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
305 | --sbi=* | --sb=*)
306 sbindir="$ac_optarg" ;;
307
308 -sharedstatedir | --sharedstatedir | --sharedstatedi \
309 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
310 | --sharedst | --shareds | --shared | --share | --shar \
311 | --sha | --sh)
312 ac_prev=sharedstatedir ;;
313 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
314 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
315 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
316 | --sha=* | --sh=*)
317 sharedstatedir="$ac_optarg" ;;
318
319 -site | --site | --sit)
320 ac_prev=site ;;
321 -site=* | --site=* | --sit=*)
322 site="$ac_optarg" ;;
323
324 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
325 ac_prev=srcdir ;;
326 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
327 srcdir="$ac_optarg" ;;
328
329 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
330 | --syscon | --sysco | --sysc | --sys | --sy)
331 ac_prev=sysconfdir ;;
332 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
333 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
334 sysconfdir="$ac_optarg" ;;
335
336 -target | --target | --targe | --targ | --tar | --ta | --t)
337 ac_prev=target ;;
338 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
339 target="$ac_optarg" ;;
340
341 -v | -verbose | --verbose | --verbos | --verbo | --verb)
342 verbose=yes ;;
343
344 -version | --version | --versio | --versi | --vers)
345 echo "configure generated by autoconf version 2.12"
346 exit 0 ;;
347
348 -with-* | --with-*)
349 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
350 # Reject names that are not valid shell variable names.
351 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
352 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
353 fi
354 ac_package=`echo $ac_package| sed 's/-/_/g'`
355 case "$ac_option" in
356 *=*) ;;
357 *) ac_optarg=yes ;;
358 esac
359 eval "with_${ac_package}='$ac_optarg'" ;;
360
361 -without-* | --without-*)
362 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
363 # Reject names that are not valid shell variable names.
364 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
365 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
366 fi
367 ac_package=`echo $ac_package| sed 's/-/_/g'`
368 eval "with_${ac_package}=no" ;;
369
370 --x)
371 # Obsolete; use --with-x.
372 with_x=yes ;;
373
374 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
375 | --x-incl | --x-inc | --x-in | --x-i)
376 ac_prev=x_includes ;;
377 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
378 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
379 x_includes="$ac_optarg" ;;
380
381 -x-libraries | --x-libraries | --x-librarie | --x-librari \
382 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
383 ac_prev=x_libraries ;;
384 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
385 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
386 x_libraries="$ac_optarg" ;;
387
388 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
389 ;;
390
391 *)
392 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
393 echo "configure: warning: $ac_option: invalid host type" 1>&2
394 fi
395 if test "x$nonopt" != xNONE; then
396 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
397 fi
398 nonopt="$ac_option"
399 ;;
400
401 esac
402 done
403
404 if test -n "$ac_prev"; then
405 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
406 fi
407
408 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
409
410 # File descriptor usage:
411 # 0 standard input
412 # 1 file creation
413 # 2 errors and warnings
414 # 3 some systems may open it to /dev/tty
415 # 4 used on the Kubota Titan
416 # 6 checking for... messages and results
417 # 5 compiler messages saved in config.log
418 if test "$silent" = yes; then
419 exec 6>/dev/null
420 else
421 exec 6>&1
422 fi
423 exec 5>./config.log
424
425 echo "\
426 This file contains any messages produced by compilers while
427 running configure, to aid debugging if configure makes a mistake.
428 " 1>&5
429
430 # Strip out --no-create and --no-recursion so they do not pile up.
431 # Also quote any args containing shell metacharacters.
432 ac_configure_args=
433 for ac_arg
434 do
435 case "$ac_arg" in
436 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
437 | --no-cr | --no-c) ;;
438 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
439 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
440 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
441 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
442 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
443 esac
444 done
445
446 # NLS nuisances.
447 # Only set these to C if already set. These must not be set unconditionally
448 # because not all systems understand e.g. LANG=C (notably SCO).
449 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
450 # Non-C LC_CTYPE values break the ctype check.
451 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
452 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
453 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
454 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
455
456 # confdefs.h avoids OS command line length limits that DEFS can exceed.
457 rm -rf conftest* confdefs.h
458 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
459 echo > confdefs.h
460
461 # A filename unique to this package, relative to the directory that
462 # configure is in, which we can look for to find out if srcdir is correct.
463 ac_unique_file=libbfd.c
464
465 # Find the source files, if location was not specified.
466 if test -z "$srcdir"; then
467 ac_srcdir_defaulted=yes
468 # Try the directory containing this script, then its parent.
469 ac_prog=$0
470 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
471 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
472 srcdir=$ac_confdir
473 if test ! -r $srcdir/$ac_unique_file; then
474 srcdir=..
475 fi
476 else
477 ac_srcdir_defaulted=no
478 fi
479 if test ! -r $srcdir/$ac_unique_file; then
480 if test "$ac_srcdir_defaulted" = yes; then
481 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
482 else
483 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
484 fi
485 fi
486 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
487
488 # Prefer explicitly selected file to automatically selected ones.
489 if test -z "$CONFIG_SITE"; then
490 if test "x$prefix" != xNONE; then
491 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
492 else
493 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
494 fi
495 fi
496 for ac_site_file in $CONFIG_SITE; do
497 if test -r "$ac_site_file"; then
498 echo "loading site script $ac_site_file"
499 . "$ac_site_file"
500 fi
501 done
502
503 if test -r "$cache_file"; then
504 echo "loading cache $cache_file"
505 . $cache_file
506 else
507 echo "creating cache $cache_file"
508 > $cache_file
509 fi
510
511 ac_ext=c
512 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
513 ac_cpp='$CPP $CPPFLAGS'
514 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
515 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
516 cross_compiling=$ac_cv_prog_cc_cross
517
518 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
519 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
520 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
521 ac_n= ac_c='
522 ' ac_t=' '
523 else
524 ac_n=-n ac_c= ac_t=
525 fi
526 else
527 ac_n= ac_c='\c' ac_t=
528 fi
529
530
531
532 # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
533 if test "${enable_64_bit_bfd+set}" = set; then
534 enableval="$enable_64_bit_bfd"
535 case "${enableval}" in
536 yes) want64=true ;;
537 no) want64=false ;;
538 *) { echo "configure: error: bad value ${enableval} for 64-bit-bfd option" 1>&2; exit 1; } ;;
539 esac
540 else
541 want64=false
542 fi
543 # Check whether --enable-targets or --disable-targets was given.
544 if test "${enable_targets+set}" = set; then
545 enableval="$enable_targets"
546 case "${enableval}" in
547 yes | "") { echo "configure: error: enable-targets option must specify target names or 'all'" 1>&2; exit 1; }
548 ;;
549 no) enable_targets= ;;
550 *) enable_targets=$enableval ;;
551 esac
552 fi
553 # Check whether --enable-shared or --disable-shared was given.
554 if test "${enable_shared+set}" = set; then
555 enableval="$enable_shared"
556 case "${enableval}" in
557 yes) shared=true ;;
558 no) shared=false ;;
559 *bfd*) shared=true ;;
560 *) shared=false ;;
561 esac
562 fi
563 # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
564 if test "${enable_commonbfdlib+set}" = set; then
565 enableval="$enable_commonbfdlib"
566 case "${enableval}" in
567 yes) commonbfdlib=true ;;
568 no) commonbfdlib=false ;;
569 *) { echo "configure: error: bad value ${enableval} for BFD commonbfdlib option" 1>&2; exit 1; } ;;
570 esac
571 fi
572 # Check whether --with-mmap or --without-mmap was given.
573 if test "${with_mmap+set}" = set; then
574 withval="$with_mmap"
575 case "${withval}" in
576 yes) want_mmap=true ;;
577 no) want_mmap=false ;;
578 *) { echo "configure: error: bad value ${withval} for BFD with-mmap option" 1>&2; exit 1; } ;;
579 esac
580 else
581 want_mmap=false
582 fi
583
584
585
586 ac_aux_dir=
587 for ac_dir in `cd $srcdir/..;pwd` $srcdir/`cd $srcdir/..;pwd`; do
588 if test -f $ac_dir/install-sh; then
589 ac_aux_dir=$ac_dir
590 ac_install_sh="$ac_aux_dir/install-sh -c"
591 break
592 elif test -f $ac_dir/install.sh; then
593 ac_aux_dir=$ac_dir
594 ac_install_sh="$ac_aux_dir/install.sh -c"
595 break
596 fi
597 done
598 if test -z "$ac_aux_dir"; then
599 { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir/..;pwd` $srcdir/`cd $srcdir/..;pwd`" 1>&2; exit 1; }
600 fi
601 ac_config_guess=$ac_aux_dir/config.guess
602 ac_config_sub=$ac_aux_dir/config.sub
603 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
604
605
606 # Do some error checking and defaulting for the host and target type.
607 # The inputs are:
608 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
609 #
610 # The rules are:
611 # 1. You are not allowed to specify --host, --target, and nonopt at the
612 # same time.
613 # 2. Host defaults to nonopt.
614 # 3. If nonopt is not specified, then host defaults to the current host,
615 # as determined by config.guess.
616 # 4. Target and build default to nonopt.
617 # 5. If nonopt is not specified, then target and build default to host.
618
619 # The aliases save the names the user supplied, while $host etc.
620 # will get canonicalized.
621 case $host---$target---$nonopt in
622 NONE---*---* | *---NONE---* | *---*---NONE) ;;
623 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
624 esac
625
626
627 # Make sure we can run config.sub.
628 if $ac_config_sub sun4 >/dev/null 2>&1; then :
629 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
630 fi
631
632 echo $ac_n "checking host system type""... $ac_c" 1>&6
633 echo "configure:634: checking host system type" >&5
634
635 host_alias=$host
636 case "$host_alias" in
637 NONE)
638 case $nonopt in
639 NONE)
640 if host_alias=`$ac_config_guess`; then :
641 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
642 fi ;;
643 *) host_alias=$nonopt ;;
644 esac ;;
645 esac
646
647 host=`$ac_config_sub $host_alias`
648 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
649 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
650 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
651 echo "$ac_t""$host" 1>&6
652
653 echo $ac_n "checking target system type""... $ac_c" 1>&6
654 echo "configure:655: checking target system type" >&5
655
656 target_alias=$target
657 case "$target_alias" in
658 NONE)
659 case $nonopt in
660 NONE) target_alias=$host_alias ;;
661 *) target_alias=$nonopt ;;
662 esac ;;
663 esac
664
665 target=`$ac_config_sub $target_alias`
666 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
667 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
668 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
669 echo "$ac_t""$target" 1>&6
670
671 echo $ac_n "checking build system type""... $ac_c" 1>&6
672 echo "configure:673: checking build system type" >&5
673
674 build_alias=$build
675 case "$build_alias" in
676 NONE)
677 case $nonopt in
678 NONE) build_alias=$host_alias ;;
679 *) build_alias=$nonopt ;;
680 esac ;;
681 esac
682
683 build=`$ac_config_sub $build_alias`
684 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
685 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
686 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
687 echo "$ac_t""$build" 1>&6
688
689 test "$host_alias" != "$target_alias" &&
690 test "$program_prefix$program_suffix$program_transform_name" = \
691 NONENONEs,x,x, &&
692 program_prefix=${target_alias}-
693
694 if test -z "$target" ; then
695 { echo "configure: error: Unrecognized target system type; please check config.sub." 1>&2; exit 1; }
696 fi
697 if test "$program_transform_name" = s,x,x,; then
698 program_transform_name=
699 else
700 # Double any \ or $. echo might interpret backslashes.
701 cat <<\EOF_SED > conftestsed
702 s,\\,\\\\,g; s,\$,$$,g
703 EOF_SED
704 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
705 rm -f conftestsed
706 fi
707 test "$program_prefix" != NONE &&
708 program_transform_name="s,^,${program_prefix},; $program_transform_name"
709 # Use a double $ so make ignores it.
710 test "$program_suffix" != NONE &&
711 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
712
713 # sed with no file args requires a program.
714 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
715
716
717 host64=false
718 target64=false
719
720 # host stuff:
721
722 ALLLIBS='$(TARGETLIB)'
723 PICFLAG=
724 SHLIB=unused-shlib
725 SHLINK=unused-shlink
726 if test "${shared}" = "true"; then
727 PICFLAG=-fpic
728 if test "${commonbfdlib}" = "true"; then
729 ALLLIBS='$(TARGETLIB)'
730 else
731 ALLLIBS='$(TARGETLIB) $(SHLIB) $(SHLINK)'
732 SHLIB=libbfd.so.`sed -e 's/[^0-9]*\([0-9.]*\).*/\1/' ${srcdir}/VERSION`
733 SHLINK=libbfd.so
734 fi
735 fi
736
737 # Extract the first word of "gcc", so it can be a program name with args.
738 set dummy gcc; ac_word=$2
739 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
740 echo "configure:741: checking for $ac_word" >&5
741 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
742 echo $ac_n "(cached) $ac_c" 1>&6
743 else
744 if test -n "$CC"; then
745 ac_cv_prog_CC="$CC" # Let the user override the test.
746 else
747 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
748 for ac_dir in $PATH; do
749 test -z "$ac_dir" && ac_dir=.
750 if test -f $ac_dir/$ac_word; then
751 ac_cv_prog_CC="gcc"
752 break
753 fi
754 done
755 IFS="$ac_save_ifs"
756 fi
757 fi
758 CC="$ac_cv_prog_CC"
759 if test -n "$CC"; then
760 echo "$ac_t""$CC" 1>&6
761 else
762 echo "$ac_t""no" 1>&6
763 fi
764
765 if test -z "$CC"; then
766 # Extract the first word of "cc", so it can be a program name with args.
767 set dummy cc; ac_word=$2
768 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
769 echo "configure:770: checking for $ac_word" >&5
770 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
771 echo $ac_n "(cached) $ac_c" 1>&6
772 else
773 if test -n "$CC"; then
774 ac_cv_prog_CC="$CC" # Let the user override the test.
775 else
776 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
777 ac_prog_rejected=no
778 for ac_dir in $PATH; do
779 test -z "$ac_dir" && ac_dir=.
780 if test -f $ac_dir/$ac_word; then
781 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
782 ac_prog_rejected=yes
783 continue
784 fi
785 ac_cv_prog_CC="cc"
786 break
787 fi
788 done
789 IFS="$ac_save_ifs"
790 if test $ac_prog_rejected = yes; then
791 # We found a bogon in the path, so make sure we never use it.
792 set dummy $ac_cv_prog_CC
793 shift
794 if test $# -gt 0; then
795 # We chose a different compiler from the bogus one.
796 # However, it has the same basename, so the bogon will be chosen
797 # first if we set CC to just the basename; use the full file name.
798 shift
799 set dummy "$ac_dir/$ac_word" "$@"
800 shift
801 ac_cv_prog_CC="$@"
802 fi
803 fi
804 fi
805 fi
806 CC="$ac_cv_prog_CC"
807 if test -n "$CC"; then
808 echo "$ac_t""$CC" 1>&6
809 else
810 echo "$ac_t""no" 1>&6
811 fi
812
813 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
814 fi
815
816 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
817 echo "configure:818: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
818
819 ac_ext=c
820 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
821 ac_cpp='$CPP $CPPFLAGS'
822 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
823 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
824 cross_compiling=$ac_cv_prog_cc_cross
825
826 cat > conftest.$ac_ext <<EOF
827 #line 828 "configure"
828 #include "confdefs.h"
829 main(){return(0);}
830 EOF
831 if { (eval echo configure:832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
832 ac_cv_prog_cc_works=yes
833 # If we can't run a trivial program, we are probably using a cross compiler.
834 if (./conftest; exit) 2>/dev/null; then
835 ac_cv_prog_cc_cross=no
836 else
837 ac_cv_prog_cc_cross=yes
838 fi
839 else
840 echo "configure: failed program was:" >&5
841 cat conftest.$ac_ext >&5
842 ac_cv_prog_cc_works=no
843 fi
844 rm -fr conftest*
845
846 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
847 if test $ac_cv_prog_cc_works = no; then
848 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
849 fi
850 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
851 echo "configure:852: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
852 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
853 cross_compiling=$ac_cv_prog_cc_cross
854
855 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
856 echo "configure:857: checking whether we are using GNU C" >&5
857 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
858 echo $ac_n "(cached) $ac_c" 1>&6
859 else
860 cat > conftest.c <<EOF
861 #ifdef __GNUC__
862 yes;
863 #endif
864 EOF
865 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:866: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
866 ac_cv_prog_gcc=yes
867 else
868 ac_cv_prog_gcc=no
869 fi
870 fi
871
872 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
873
874 if test $ac_cv_prog_gcc = yes; then
875 GCC=yes
876 ac_test_CFLAGS="${CFLAGS+set}"
877 ac_save_CFLAGS="$CFLAGS"
878 CFLAGS=
879 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
880 echo "configure:881: checking whether ${CC-cc} accepts -g" >&5
881 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
882 echo $ac_n "(cached) $ac_c" 1>&6
883 else
884 echo 'void f(){}' > conftest.c
885 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
886 ac_cv_prog_cc_g=yes
887 else
888 ac_cv_prog_cc_g=no
889 fi
890 rm -f conftest*
891
892 fi
893
894 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
895 if test "$ac_test_CFLAGS" = set; then
896 CFLAGS="$ac_save_CFLAGS"
897 elif test $ac_cv_prog_cc_g = yes; then
898 CFLAGS="-g -O2"
899 else
900 CFLAGS="-O2"
901 fi
902 else
903 GCC=
904 test "${CFLAGS+set}" = set || CFLAGS="-g"
905 fi
906
907
908 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
909 echo "configure:910: checking for POSIXized ISC" >&5
910 if test -d /etc/conf/kconfig.d &&
911 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
912 then
913 echo "$ac_t""yes" 1>&6
914 ISC=yes # If later tests want to check for ISC.
915 cat >> confdefs.h <<\EOF
916 #define _POSIX_SOURCE 1
917 EOF
918
919 if test "$GCC" = yes; then
920 CC="$CC -posix"
921 else
922 CC="$CC -Xp"
923 fi
924 else
925 echo "$ac_t""no" 1>&6
926 ISC=
927 fi
928
929
930 # Permit host specific settings.
931 . ${srcdir}/configure.host
932
933
934 if test $host != $build; then
935 ac_tool_prefix=${host_alias}-
936 else
937 ac_tool_prefix=
938 fi
939
940 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
941 set dummy ${ac_tool_prefix}ar; ac_word=$2
942 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
943 echo "configure:944: checking for $ac_word" >&5
944 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
945 echo $ac_n "(cached) $ac_c" 1>&6
946 else
947 if test -n "$AR"; then
948 ac_cv_prog_AR="$AR" # Let the user override the test.
949 else
950 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
951 for ac_dir in $PATH; do
952 test -z "$ac_dir" && ac_dir=.
953 if test -f $ac_dir/$ac_word; then
954 ac_cv_prog_AR="${ac_tool_prefix}ar"
955 break
956 fi
957 done
958 IFS="$ac_save_ifs"
959 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
960 fi
961 fi
962 AR="$ac_cv_prog_AR"
963 if test -n "$AR"; then
964 echo "$ac_t""$AR" 1>&6
965 else
966 echo "$ac_t""no" 1>&6
967 fi
968
969
970
971 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
972 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
973 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
974 echo "configure:975: checking for $ac_word" >&5
975 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
976 echo $ac_n "(cached) $ac_c" 1>&6
977 else
978 if test -n "$RANLIB"; then
979 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
980 else
981 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
982 for ac_dir in $PATH; do
983 test -z "$ac_dir" && ac_dir=.
984 if test -f $ac_dir/$ac_word; then
985 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
986 break
987 fi
988 done
989 IFS="$ac_save_ifs"
990 fi
991 fi
992 RANLIB="$ac_cv_prog_RANLIB"
993 if test -n "$RANLIB"; then
994 echo "$ac_t""$RANLIB" 1>&6
995 else
996 echo "$ac_t""no" 1>&6
997 fi
998
999
1000 if test -z "$ac_cv_prog_RANLIB"; then
1001 if test -n "$ac_tool_prefix"; then
1002 # Extract the first word of "ranlib", so it can be a program name with args.
1003 set dummy ranlib; ac_word=$2
1004 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1005 echo "configure:1006: checking for $ac_word" >&5
1006 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1007 echo $ac_n "(cached) $ac_c" 1>&6
1008 else
1009 if test -n "$RANLIB"; then
1010 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1011 else
1012 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1013 for ac_dir in $PATH; do
1014 test -z "$ac_dir" && ac_dir=.
1015 if test -f $ac_dir/$ac_word; then
1016 ac_cv_prog_RANLIB="ranlib"
1017 break
1018 fi
1019 done
1020 IFS="$ac_save_ifs"
1021 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1022 fi
1023 fi
1024 RANLIB="$ac_cv_prog_RANLIB"
1025 if test -n "$RANLIB"; then
1026 echo "$ac_t""$RANLIB" 1>&6
1027 else
1028 echo "$ac_t""no" 1>&6
1029 fi
1030
1031 else
1032 RANLIB=":"
1033 fi
1034 fi
1035
1036 # Find a good install program. We prefer a C program (faster),
1037 # so one script is as good as another. But avoid the broken or
1038 # incompatible versions:
1039 # SysV /etc/install, /usr/sbin/install
1040 # SunOS /usr/etc/install
1041 # IRIX /sbin/install
1042 # AIX /bin/install
1043 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1044 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1045 # ./install, which can be erroneously created by make from ./install.sh.
1046 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1047 echo "configure:1048: checking for a BSD compatible install" >&5
1048 if test -z "$INSTALL"; then
1049 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1050 echo $ac_n "(cached) $ac_c" 1>&6
1051 else
1052 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
1053 for ac_dir in $PATH; do
1054 # Account for people who put trailing slashes in PATH elements.
1055 case "$ac_dir/" in
1056 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1057 *)
1058 # OSF1 and SCO ODT 3.0 have their own names for install.
1059 for ac_prog in ginstall installbsd scoinst install; do
1060 if test -f $ac_dir/$ac_prog; then
1061 if test $ac_prog = install &&
1062 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1063 # AIX install. It has an incompatible calling convention.
1064 # OSF/1 installbsd also uses dspmsg, but is usable.
1065 :
1066 else
1067 ac_cv_path_install="$ac_dir/$ac_prog -c"
1068 break 2
1069 fi
1070 fi
1071 done
1072 ;;
1073 esac
1074 done
1075 IFS="$ac_save_IFS"
1076
1077 fi
1078 if test "${ac_cv_path_install+set}" = set; then
1079 INSTALL="$ac_cv_path_install"
1080 else
1081 # As a last resort, use the slow shell script. We don't cache a
1082 # path for INSTALL within a source directory, because that will
1083 # break other packages using the cache if that directory is
1084 # removed, or if the path is relative.
1085 INSTALL="$ac_install_sh"
1086 fi
1087 fi
1088 echo "$ac_t""$INSTALL" 1>&6
1089
1090 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1091 # It thinks the first close brace ends the variable substitution.
1092 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1093
1094 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1095
1096
1097 if test "${shared}" = "true"; then
1098 if test "${GCC}" != "yes" && test "${shared_non_gcc}" != "yes"; then
1099 echo "configure: warning: BFD --enable-shared only supported when using gcc" 1>&2
1100 shared=false
1101 ALLLIBS='$(TARGETLIB)'
1102 PICFLAG=
1103 SHLIB=unused-shlib
1104 fi
1105 fi
1106
1107
1108
1109
1110
1111
1112
1113 if test "${commonbfdlib}" = "true"; then
1114 COMMON_SHLIB=yes
1115 PICLIST=piclist
1116 else
1117 COMMON_SHLIB=
1118 PICLIST=
1119 fi
1120
1121
1122
1123
1124
1125 VERSION=`cat ${srcdir}/VERSION`
1126
1127
1128 BFD_HOST_64BIT_LONG=0
1129 BFD_HOST_64_BIT_DEFINED=0
1130 BFD_HOST_64_BIT=
1131 BFD_HOST_U_64_BIT=
1132 if test "x${HOST_64BIT_TYPE}" = "xlong"; then
1133 BFD_HOST_64BIT_LONG=1
1134 elif test "x${HOST_64BIT_TYPE}" != "x"; then
1135 BFD_HOST_64_BIT_DEFINED=1
1136 BFD_HOST_64_BIT=${HOST_64BIT_TYPE}
1137 BFD_HOST_U_64_BIT=${HOST_U_64BIT_TYPE}
1138 fi
1139
1140
1141
1142
1143
1144 # Put a plausible default for CC_FOR_BUILD in Makefile.
1145 if test -z "$CC_FOR_BUILD"; then
1146 if test "x$cross_compiling" = "xno"; then
1147 CC_FOR_BUILD='$(CC)'
1148 else
1149 CC_FOR_BUILD=gcc
1150 fi
1151 fi
1152
1153
1154 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1155 echo "configure:1156: checking how to run the C preprocessor" >&5
1156 # On Suns, sometimes $CPP names a directory.
1157 if test -n "$CPP" && test -d "$CPP"; then
1158 CPP=
1159 fi
1160 if test -z "$CPP"; then
1161 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1162 echo $ac_n "(cached) $ac_c" 1>&6
1163 else
1164 # This must be in double quotes, not single quotes, because CPP may get
1165 # substituted into the Makefile and "${CC-cc}" will confuse make.
1166 CPP="${CC-cc} -E"
1167 # On the NeXT, cc -E runs the code through the compiler's parser,
1168 # not just through cpp.
1169 cat > conftest.$ac_ext <<EOF
1170 #line 1171 "configure"
1171 #include "confdefs.h"
1172 #include <assert.h>
1173 Syntax Error
1174 EOF
1175 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1176 { (eval echo configure:1177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1177 ac_err=`grep -v '^ *+' conftest.out`
1178 if test -z "$ac_err"; then
1179 :
1180 else
1181 echo "$ac_err" >&5
1182 echo "configure: failed program was:" >&5
1183 cat conftest.$ac_ext >&5
1184 rm -rf conftest*
1185 CPP="${CC-cc} -E -traditional-cpp"
1186 cat > conftest.$ac_ext <<EOF
1187 #line 1188 "configure"
1188 #include "confdefs.h"
1189 #include <assert.h>
1190 Syntax Error
1191 EOF
1192 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1193 { (eval echo configure:1194: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1194 ac_err=`grep -v '^ *+' conftest.out`
1195 if test -z "$ac_err"; then
1196 :
1197 else
1198 echo "$ac_err" >&5
1199 echo "configure: failed program was:" >&5
1200 cat conftest.$ac_ext >&5
1201 rm -rf conftest*
1202 CPP=/lib/cpp
1203 fi
1204 rm -f conftest*
1205 fi
1206 rm -f conftest*
1207 ac_cv_prog_CPP="$CPP"
1208 fi
1209 CPP="$ac_cv_prog_CPP"
1210 else
1211 ac_cv_prog_CPP="$CPP"
1212 fi
1213 echo "$ac_t""$CPP" 1>&6
1214
1215 for ac_hdr in stddef.h string.h strings.h stdlib.h time.h unistd.h
1216 do
1217 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1218 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1219 echo "configure:1220: checking for $ac_hdr" >&5
1220 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1221 echo $ac_n "(cached) $ac_c" 1>&6
1222 else
1223 cat > conftest.$ac_ext <<EOF
1224 #line 1225 "configure"
1225 #include "confdefs.h"
1226 #include <$ac_hdr>
1227 EOF
1228 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1229 { (eval echo configure:1230: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1230 ac_err=`grep -v '^ *+' conftest.out`
1231 if test -z "$ac_err"; then
1232 rm -rf conftest*
1233 eval "ac_cv_header_$ac_safe=yes"
1234 else
1235 echo "$ac_err" >&5
1236 echo "configure: failed program was:" >&5
1237 cat conftest.$ac_ext >&5
1238 rm -rf conftest*
1239 eval "ac_cv_header_$ac_safe=no"
1240 fi
1241 rm -f conftest*
1242 fi
1243 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1244 echo "$ac_t""yes" 1>&6
1245 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1246 cat >> confdefs.h <<EOF
1247 #define $ac_tr_hdr 1
1248 EOF
1249
1250 else
1251 echo "$ac_t""no" 1>&6
1252 fi
1253 done
1254
1255 for ac_hdr in fcntl.h sys/file.h sys/time.h
1256 do
1257 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1258 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1259 echo "configure:1260: checking for $ac_hdr" >&5
1260 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1261 echo $ac_n "(cached) $ac_c" 1>&6
1262 else
1263 cat > conftest.$ac_ext <<EOF
1264 #line 1265 "configure"
1265 #include "confdefs.h"
1266 #include <$ac_hdr>
1267 EOF
1268 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1269 { (eval echo configure:1270: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1270 ac_err=`grep -v '^ *+' conftest.out`
1271 if test -z "$ac_err"; then
1272 rm -rf conftest*
1273 eval "ac_cv_header_$ac_safe=yes"
1274 else
1275 echo "$ac_err" >&5
1276 echo "configure: failed program was:" >&5
1277 cat conftest.$ac_ext >&5
1278 rm -rf conftest*
1279 eval "ac_cv_header_$ac_safe=no"
1280 fi
1281 rm -f conftest*
1282 fi
1283 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1284 echo "$ac_t""yes" 1>&6
1285 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1286 cat >> confdefs.h <<EOF
1287 #define $ac_tr_hdr 1
1288 EOF
1289
1290 else
1291 echo "$ac_t""no" 1>&6
1292 fi
1293 done
1294
1295 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
1296 echo "configure:1297: checking whether time.h and sys/time.h may both be included" >&5
1297 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
1298 echo $ac_n "(cached) $ac_c" 1>&6
1299 else
1300 cat > conftest.$ac_ext <<EOF
1301 #line 1302 "configure"
1302 #include "confdefs.h"
1303 #include <sys/types.h>
1304 #include <sys/time.h>
1305 #include <time.h>
1306 int main() {
1307 struct tm *tp;
1308 ; return 0; }
1309 EOF
1310 if { (eval echo configure:1311: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1311 rm -rf conftest*
1312 ac_cv_header_time=yes
1313 else
1314 echo "configure: failed program was:" >&5
1315 cat conftest.$ac_ext >&5
1316 rm -rf conftest*
1317 ac_cv_header_time=no
1318 fi
1319 rm -f conftest*
1320 fi
1321
1322 echo "$ac_t""$ac_cv_header_time" 1>&6
1323 if test $ac_cv_header_time = yes; then
1324 cat >> confdefs.h <<\EOF
1325 #define TIME_WITH_SYS_TIME 1
1326 EOF
1327
1328 fi
1329
1330 for ac_func in fcntl getpagesize setitimer sysconf
1331 do
1332 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1333 echo "configure:1334: checking for $ac_func" >&5
1334 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1335 echo $ac_n "(cached) $ac_c" 1>&6
1336 else
1337 cat > conftest.$ac_ext <<EOF
1338 #line 1339 "configure"
1339 #include "confdefs.h"
1340 /* System header to define __stub macros and hopefully few prototypes,
1341 which can conflict with char $ac_func(); below. */
1342 #include <assert.h>
1343 /* Override any gcc2 internal prototype to avoid an error. */
1344 /* We use char because int might match the return type of a gcc2
1345 builtin and then its argument prototype would still apply. */
1346 char $ac_func();
1347
1348 int main() {
1349
1350 /* The GNU C library defines this for functions which it implements
1351 to always fail with ENOSYS. Some functions are actually named
1352 something starting with __ and the normal name is an alias. */
1353 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1354 choke me
1355 #else
1356 $ac_func();
1357 #endif
1358
1359 ; return 0; }
1360 EOF
1361 if { (eval echo configure:1362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1362 rm -rf conftest*
1363 eval "ac_cv_func_$ac_func=yes"
1364 else
1365 echo "configure: failed program was:" >&5
1366 cat conftest.$ac_ext >&5
1367 rm -rf conftest*
1368 eval "ac_cv_func_$ac_func=no"
1369 fi
1370 rm -f conftest*
1371 fi
1372
1373 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1374 echo "$ac_t""yes" 1>&6
1375 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1376 cat >> confdefs.h <<EOF
1377 #define $ac_tr_func 1
1378 EOF
1379
1380 else
1381 echo "$ac_t""no" 1>&6
1382 fi
1383 done
1384
1385
1386
1387 case "${host}" in
1388 i[345]86-*-msdos* | i[345]86-*-go32* | *-*-cygwin32 | *-*-windows)
1389 cat >> confdefs.h <<\EOF
1390 #define USE_BINARY_FOPEN 1
1391 EOF
1392 ;;
1393 esac
1394
1395 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
1396 echo "configure:1397: checking whether strstr must be declared" >&5
1397 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
1398 echo $ac_n "(cached) $ac_c" 1>&6
1399 else
1400 cat > conftest.$ac_ext <<EOF
1401 #line 1402 "configure"
1402 #include "confdefs.h"
1403
1404 #include <stdio.h>
1405 #ifdef HAVE_STRING_H
1406 #include <string.h>
1407 #else
1408 #ifdef HAVE_STRINGS_H
1409 #include <strings.h>
1410 #endif
1411 #endif
1412 #ifdef HAVE_STDLIB_H
1413 #include <stdlib.h>
1414 #endif
1415 #ifdef HAVE_UNISTD_H
1416 #include <unistd.h>
1417 #endif
1418 int main() {
1419 char *(*pfn) = (char *(*)) strstr
1420 ; return 0; }
1421 EOF
1422 if { (eval echo configure:1423: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1423 rm -rf conftest*
1424 bfd_cv_decl_needed_strstr=no
1425 else
1426 echo "configure: failed program was:" >&5
1427 cat conftest.$ac_ext >&5
1428 rm -rf conftest*
1429 bfd_cv_decl_needed_strstr=yes
1430 fi
1431 rm -f conftest*
1432 fi
1433
1434 echo "$ac_t""$bfd_cv_decl_needed_strstr" 1>&6
1435 if test $bfd_cv_decl_needed_strstr = yes; then
1436 bfd_tr_decl=NEED_DECLARATION_`echo strstr | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1437 cat >> confdefs.h <<EOF
1438 #define $bfd_tr_decl 1
1439 EOF
1440
1441 fi
1442
1443 echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6
1444 echo "configure:1445: checking whether malloc must be declared" >&5
1445 if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then
1446 echo $ac_n "(cached) $ac_c" 1>&6
1447 else
1448 cat > conftest.$ac_ext <<EOF
1449 #line 1450 "configure"
1450 #include "confdefs.h"
1451
1452 #include <stdio.h>
1453 #ifdef HAVE_STRING_H
1454 #include <string.h>
1455 #else
1456 #ifdef HAVE_STRINGS_H
1457 #include <strings.h>
1458 #endif
1459 #endif
1460 #ifdef HAVE_STDLIB_H
1461 #include <stdlib.h>
1462 #endif
1463 #ifdef HAVE_UNISTD_H
1464 #include <unistd.h>
1465 #endif
1466 int main() {
1467 char *(*pfn) = (char *(*)) malloc
1468 ; return 0; }
1469 EOF
1470 if { (eval echo configure:1471: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1471 rm -rf conftest*
1472 bfd_cv_decl_needed_malloc=no
1473 else
1474 echo "configure: failed program was:" >&5
1475 cat conftest.$ac_ext >&5
1476 rm -rf conftest*
1477 bfd_cv_decl_needed_malloc=yes
1478 fi
1479 rm -f conftest*
1480 fi
1481
1482 echo "$ac_t""$bfd_cv_decl_needed_malloc" 1>&6
1483 if test $bfd_cv_decl_needed_malloc = yes; then
1484 bfd_tr_decl=NEED_DECLARATION_`echo malloc | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1485 cat >> confdefs.h <<EOF
1486 #define $bfd_tr_decl 1
1487 EOF
1488
1489 fi
1490
1491 echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6
1492 echo "configure:1493: checking whether realloc must be declared" >&5
1493 if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then
1494 echo $ac_n "(cached) $ac_c" 1>&6
1495 else
1496 cat > conftest.$ac_ext <<EOF
1497 #line 1498 "configure"
1498 #include "confdefs.h"
1499
1500 #include <stdio.h>
1501 #ifdef HAVE_STRING_H
1502 #include <string.h>
1503 #else
1504 #ifdef HAVE_STRINGS_H
1505 #include <strings.h>
1506 #endif
1507 #endif
1508 #ifdef HAVE_STDLIB_H
1509 #include <stdlib.h>
1510 #endif
1511 #ifdef HAVE_UNISTD_H
1512 #include <unistd.h>
1513 #endif
1514 int main() {
1515 char *(*pfn) = (char *(*)) realloc
1516 ; return 0; }
1517 EOF
1518 if { (eval echo configure:1519: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1519 rm -rf conftest*
1520 bfd_cv_decl_needed_realloc=no
1521 else
1522 echo "configure: failed program was:" >&5
1523 cat conftest.$ac_ext >&5
1524 rm -rf conftest*
1525 bfd_cv_decl_needed_realloc=yes
1526 fi
1527 rm -f conftest*
1528 fi
1529
1530 echo "$ac_t""$bfd_cv_decl_needed_realloc" 1>&6
1531 if test $bfd_cv_decl_needed_realloc = yes; then
1532 bfd_tr_decl=NEED_DECLARATION_`echo realloc | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1533 cat >> confdefs.h <<EOF
1534 #define $bfd_tr_decl 1
1535 EOF
1536
1537 fi
1538
1539 echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
1540 echo "configure:1541: checking whether free must be declared" >&5
1541 if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
1542 echo $ac_n "(cached) $ac_c" 1>&6
1543 else
1544 cat > conftest.$ac_ext <<EOF
1545 #line 1546 "configure"
1546 #include "confdefs.h"
1547
1548 #include <stdio.h>
1549 #ifdef HAVE_STRING_H
1550 #include <string.h>
1551 #else
1552 #ifdef HAVE_STRINGS_H
1553 #include <strings.h>
1554 #endif
1555 #endif
1556 #ifdef HAVE_STDLIB_H
1557 #include <stdlib.h>
1558 #endif
1559 #ifdef HAVE_UNISTD_H
1560 #include <unistd.h>
1561 #endif
1562 int main() {
1563 char *(*pfn) = (char *(*)) free
1564 ; return 0; }
1565 EOF
1566 if { (eval echo configure:1567: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1567 rm -rf conftest*
1568 bfd_cv_decl_needed_free=no
1569 else
1570 echo "configure: failed program was:" >&5
1571 cat conftest.$ac_ext >&5
1572 rm -rf conftest*
1573 bfd_cv_decl_needed_free=yes
1574 fi
1575 rm -f conftest*
1576 fi
1577
1578 echo "$ac_t""$bfd_cv_decl_needed_free" 1>&6
1579 if test $bfd_cv_decl_needed_free = yes; then
1580 bfd_tr_decl=NEED_DECLARATION_`echo free | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1581 cat >> confdefs.h <<EOF
1582 #define $bfd_tr_decl 1
1583 EOF
1584
1585 fi
1586
1587 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
1588 echo "configure:1589: checking whether getenv must be declared" >&5
1589 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
1590 echo $ac_n "(cached) $ac_c" 1>&6
1591 else
1592 cat > conftest.$ac_ext <<EOF
1593 #line 1594 "configure"
1594 #include "confdefs.h"
1595
1596 #include <stdio.h>
1597 #ifdef HAVE_STRING_H
1598 #include <string.h>
1599 #else
1600 #ifdef HAVE_STRINGS_H
1601 #include <strings.h>
1602 #endif
1603 #endif
1604 #ifdef HAVE_STDLIB_H
1605 #include <stdlib.h>
1606 #endif
1607 #ifdef HAVE_UNISTD_H
1608 #include <unistd.h>
1609 #endif
1610 int main() {
1611 char *(*pfn) = (char *(*)) getenv
1612 ; return 0; }
1613 EOF
1614 if { (eval echo configure:1615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1615 rm -rf conftest*
1616 bfd_cv_decl_needed_getenv=no
1617 else
1618 echo "configure: failed program was:" >&5
1619 cat conftest.$ac_ext >&5
1620 rm -rf conftest*
1621 bfd_cv_decl_needed_getenv=yes
1622 fi
1623 rm -f conftest*
1624 fi
1625
1626 echo "$ac_t""$bfd_cv_decl_needed_getenv" 1>&6
1627 if test $bfd_cv_decl_needed_getenv = yes; then
1628 bfd_tr_decl=NEED_DECLARATION_`echo getenv | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1629 cat >> confdefs.h <<EOF
1630 #define $bfd_tr_decl 1
1631 EOF
1632
1633 fi
1634
1635
1636 # If we are configured native, pick a core file support file.
1637 COREFILE=
1638 COREFLAG=
1639 if test "${target}" = "${host}"; then
1640 case "${host}" in
1641 alpha*-*-linux*)
1642 COREFILE=trad-core.o
1643 cat >> confdefs.h <<\EOF
1644 #define TRAD_HEADER "hosts/alphalinux.h"
1645 EOF
1646
1647 ;;
1648 alpha*-*-*) COREFILE=osf-core.o ;;
1649 arm-*-riscix) COREFILE=trad-core.o ;;
1650 hppa*-*-hpux*) COREFILE=hpux-core.o ;;
1651 hppa*-*-hiux*) COREFILE=hpux-core.o ;;
1652 hppa*-*-bsd*) COREFILE="hpux-core.o hppabsd-core.o"
1653 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
1654 i[3456]86-sequent-bsd*)
1655 COREFILE=trad-core.o;
1656 cat >> confdefs.h <<\EOF
1657 #define TRAD_HEADER "hosts/symmetry.h"
1658 EOF
1659
1660 ;;
1661 i[3456]86-sequent-sysv4*) ;;
1662 i[3456]86-sequent-sysv*)
1663 COREFILE=trad-core.o
1664 cat >> confdefs.h <<\EOF
1665 #define TRAD_HEADER "hosts/symmetry.h"
1666 EOF
1667
1668 ;;
1669 i[3456]86-*-bsd* | i[3456]86-*-freebsd*)
1670 COREFILE=trad-core.o
1671 cat >> confdefs.h <<\EOF
1672 #define TRAD_HEADER "hosts/i386bsd.h"
1673 EOF
1674
1675 ;;
1676 i[3456]86-*-netbsd*)
1677 COREFILE=netbsd-core.o
1678 ;;
1679 i[3456]86-esix-sysv3*)
1680 COREFILE=trad-core.o
1681 cat >> confdefs.h <<\EOF
1682 #define TRAD_HEADER "hosts/esix.h"
1683 EOF
1684
1685 ;;
1686 i[3456]86-*-sco* | i[3456]86-*-isc*)
1687 COREFILE=trad-core.o
1688 cat >> confdefs.h <<\EOF
1689 #define TRAD_HEADER "hosts/i386sco.h"
1690 EOF
1691
1692 ;;
1693 i[3456]86-*-mach3*)
1694 COREFILE=trad-core.o
1695 cat >> confdefs.h <<\EOF
1696 #define TRAD_HEADER "hosts/i386mach3.h"
1697 EOF
1698
1699 ;;
1700 i[3456]86-*-linux*)
1701 COREFILE=trad-core.o
1702 cat >> confdefs.h <<\EOF
1703 #define TRAD_HEADER "hosts/i386linux.h"
1704 EOF
1705
1706 ;;
1707 i[3456]86-*-isc*) COREFILE=trad-core.o ;;
1708 i[3456]86-*-aix*) COREFILE=aix386-core.o ;;
1709 i860-*-mach3* | i860-*-osf1*)
1710 COREFILE=trad-core.o
1711 cat >> confdefs.h <<\EOF
1712 #define TRAD_HEADER "hosts/i860mach3.h"
1713 EOF
1714
1715 ;;
1716 mips-dec-bsd*)
1717 COREFILE=trad-core.o
1718 cat >> confdefs.h <<\EOF
1719 #define TRAD_HEADER "hosts/mipsbsd.h"
1720 EOF
1721
1722 ;;
1723 mips-dec-mach3*)
1724 COREFILE=trad-core.o
1725 cat >> confdefs.h <<\EOF
1726 #define TRAD_HEADER "hosts/mipsmach3.h"
1727 EOF
1728
1729 ;;
1730 mips-*-netbsd*)
1731 COREFILE=netbsd-core.o
1732 ;;
1733 mips-dec-*)
1734 COREFILE=trad-core.o
1735 cat >> confdefs.h <<\EOF
1736 #define TRAD_HEADER "hosts/decstation.h"
1737 EOF
1738
1739 ;;
1740 mips-sgi-irix4*) COREFILE=irix-core.o ;;
1741 mips-sgi-irix5*) COREFILE=irix-core.o ;;
1742 mips-sgi-irix6*) COREFILE=irix-core.o ;;
1743 mips-*-mach3*)
1744 COREFILE=trad-core.o
1745 cat >> confdefs.h <<\EOF
1746 #define TRAD_HEADER "hosts/mipsmach3.h"
1747 EOF
1748
1749 ;;
1750 mips-*-sysv4*) ;;
1751 mips-*-sysv* | mips-*-riscos*)
1752 COREFILE=trad-core.o
1753 cat >> confdefs.h <<\EOF
1754 #define TRAD_HEADER "hosts/riscos.h"
1755 EOF
1756
1757 ;;
1758 mips-sony-bsd*)
1759 COREFILE=trad-core.o
1760 cat >> confdefs.h <<\EOF
1761 #define TRAD_HEADER "hosts/news-mips.h"
1762 EOF
1763
1764 ;;
1765 m68*-bull*-sysv*)
1766 COREFILE=trad-core.o
1767 cat >> confdefs.h <<\EOF
1768 #define TRAD_HEADER "hosts/dpx2.h"
1769 EOF
1770
1771 ;;
1772 m68*-hp-hpux*) COREFILE=hpux-core.o ;;
1773 m68*-hp-bsd*)
1774 COREFILE=trad-core.o
1775 cat >> confdefs.h <<\EOF
1776 #define TRAD_HEADER "hosts/hp300bsd.h"
1777 EOF
1778
1779 ;;
1780 m68*-*-linux*)
1781 COREFILE=trad-core.o
1782 cat >> confdefs.h <<\EOF
1783 #define TRAD_HEADER "hosts/m68klinux.h"
1784 EOF
1785
1786 ;;
1787 m68*-motorola-sysv*)
1788 COREFILE=trad-core.o
1789 cat >> confdefs.h <<\EOF
1790 #define TRAD_HEADER "hosts/delta68.h"
1791 EOF
1792
1793 ;;
1794 m68*-sony-*)
1795 COREFILE=trad-core.o
1796 cat >> confdefs.h <<\EOF
1797 #define TRAD_HEADER "hosts/news.h"
1798 EOF
1799
1800 ;;
1801 m68*-*-netbsd*)
1802 COREFILE=netbsd-core.o
1803 ;;
1804 m68*-apple-aux*)
1805 COREFILE=trad-core.o
1806 cat >> confdefs.h <<\EOF
1807 #define TRAD_HEADER "hosts/m68kaux.h"
1808 EOF
1809
1810 ;;
1811 m88*-*-sysv4*) ;;
1812 m88*-motorola-sysv*) COREFILE=ptrace-core.o ;;
1813 m88*-*-mach3*)
1814 COREFILE=trad-core.o
1815 cat >> confdefs.h <<\EOF
1816 #define TRAD_HEADER "hosts/m88kmach3.h"
1817 EOF
1818
1819 ;;
1820 ns32k-pc532-mach)
1821 COREFILE=trad-core.o
1822 cat >> confdefs.h <<\EOF
1823 #define TRAD_HEADER "hosts/pc532mach.h"
1824 EOF
1825
1826 ;;
1827 ns32k-*-netbsd*)
1828 COREFILE=netbsd-core.o
1829 ;;
1830 rs6000-*-lynx*) COREFILE=lynx-core.o ;;
1831 rs6000-*-aix4*) COREFILE=rs6000-core.o ;;
1832 rs6000-*-*) COREFILE=rs6000-core.o ;;
1833 powerpc-*-aix4*) COREFILE=rs6000-core.o ;;
1834 powerpc-*-aix*) COREFILE=rs6000-core.o ;;
1835 powerpc-*-beos*) ;;
1836 sparc-*-netbsd*)
1837 COREFILE=netbsd-core.o
1838 ;;
1839 tahoe-*-*)
1840 COREFILE=trad-core.o
1841 cat >> confdefs.h <<\EOF
1842 #define TRAD_HEADER "hosts/tahoe.h"
1843 EOF
1844
1845 ;;
1846 vax-*-ultrix2*)
1847 COREFILE=trad-core.o
1848 cat >> confdefs.h <<\EOF
1849 #define TRAD_HEADER "hosts/vaxult2.h"
1850 EOF
1851
1852 ;;
1853 vax-*-ultrix*)
1854 COREFILE=trad-core.o
1855 cat >> confdefs.h <<\EOF
1856 #define TRAD_HEADER "hosts/vaxult2.h"
1857 EOF
1858
1859 ;;
1860 vax-*-*)
1861 COREFILE=trad-core.o
1862 cat >> confdefs.h <<\EOF
1863 #define TRAD_HEADER "hosts/vaxbsd.h"
1864 EOF
1865
1866 ;;
1867 esac
1868
1869 case "$COREFILE" in
1870 aix386-core.o) COREFLAG=-DAIX386_CORE ;;
1871 hppabsd-core.o) COREFLAG=-DHPPABSD_CORE ;;
1872 hpux-core.o) COREFLAG=-DHPUX_CORE ;;
1873 irix-core.o) COREFLAG=-DIRIX_CORE ;;
1874 lynx-core.o) COREFLAG=-DLYNX_CORE ;;
1875 osf-core.o) COREFLAG=-DOSF_CORE ;;
1876 ptrace-core.o) COREFLAG=-DPTRACE_CORE ;;
1877 rs6000-core.o) COREFLAG="$COREFLAG -DAIX_CORE" ;;
1878 trad-core.o) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
1879 esac
1880
1881 # The ELF code uses the native <sys/procfs.h> to handle core files.
1882 # Define HAVE_SYS_PROCFS_H if the file exists and defines
1883 # prstatus_t.
1884 echo $ac_n "checking for sys/procfs.h""... $ac_c" 1>&6
1885 echo "configure:1886: checking for sys/procfs.h" >&5
1886 if eval "test \"`echo '$''{'bfd_cv_header_sys_procfs_h'+set}'`\" = set"; then
1887 echo $ac_n "(cached) $ac_c" 1>&6
1888 else
1889 cat > conftest.$ac_ext <<EOF
1890 #line 1891 "configure"
1891 #include "confdefs.h"
1892 #include <sys/procfs.h>
1893 int main() {
1894 prstatus_t t;
1895 ; return 0; }
1896 EOF
1897 if { (eval echo configure:1898: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1898 rm -rf conftest*
1899 bfd_cv_header_sys_procfs_h=yes
1900 else
1901 echo "configure: failed program was:" >&5
1902 cat conftest.$ac_ext >&5
1903 rm -rf conftest*
1904 bfd_cv_header_sys_procfs_h=no
1905 fi
1906 rm -f conftest*
1907 fi
1908
1909 echo "$ac_t""$bfd_cv_header_sys_procfs_h" 1>&6
1910 if test $bfd_cv_header_sys_procfs_h = yes; then
1911 cat >> confdefs.h <<\EOF
1912 #define HAVE_SYS_PROCFS_H 1
1913 EOF
1914
1915 fi
1916
1917 fi
1918
1919
1920
1921 # target stuff:
1922
1923 # Canonicalize the secondary target names.
1924 if test -n "$enable_targets" ; then
1925 for targ in `echo $enable_targets | sed 's/,/ /g'`
1926 do
1927 result=`$ac_config_sub $targ 2>/dev/null`
1928 if test -n "$result" ; then
1929 canon_targets="$canon_targets $result"
1930 else
1931 # Allow targets that config.sub doesn't recognize, like "all".
1932 canon_targets="$canon_targets $targ"
1933 fi
1934 done
1935 fi
1936
1937 all_targets=false
1938 defvec=
1939 selvecs=
1940 selarchs=
1941 TDEFINES=
1942 for targ in $target $canon_targets
1943 do
1944 if test "x$targ" = "xall"; then
1945 all_targets=true
1946 else
1947 . $srcdir/config.bfd
1948 if test "x$targ" = "x$target"; then
1949 defvec=$targ_defvec
1950 fi
1951 selvecs="$selvecs $targ_defvec $targ_selvecs"
1952 selarchs="$selarchs $targ_archs"
1953 TDEFINES="$TDEFINES $targ_cflags"
1954 fi
1955 done
1956
1957
1958 # This processing still needs to be done if we're to decide properly whether
1959 # 64-bit support needs to be compiled in. Currently, it will be included if
1960 # the default or any other explicitly requested target requires it; it
1961 # will not be included on a 32-bit host if no 64-bit target is requested, and
1962 # no "--with-64-bit-bfd" option is given, even if "--with-targets=all" is
1963 # used.
1964
1965 # uniq the default and selected vectors in all the configured targets.
1966 f=""
1967 for i in $selvecs ; do
1968 case " $f " in
1969 *" $i "*) ;;
1970 *) f="$f $i" ;;
1971 esac
1972 done
1973 selvecs="$f"
1974
1975 # uniq the architectures in all the configured targets.
1976 f=""
1977 for i in $selarchs ; do
1978 case " $f " in
1979 *" $i "*) ;;
1980 *) f="$f $i" ;;
1981 esac
1982 done
1983 selarchs="$f"
1984
1985 # Target backend .o files.
1986 tb=
1987
1988 elf="elf.o elflink.o"
1989
1990 for vec in $selvecs
1991 do
1992 case "$vec" in
1993 # This list is alphabetized to make it easy to compare
1994 # with the two vector lists in targets.c.
1995 a29kcoff_big_vec) tb="$tb coff-a29k.o cofflink.o" ;;
1996 a_out_adobe_vec) tb="$tb aout-adobe.o aout32.o" ;;
1997 armcoff_little_vec) tb="$tb coff-arm.o cofflink.o " ;;
1998 armcoff_big_vec) tb="$tb coff-arm.o cofflink.o " ;;
1999 armpe_little_vec) tb="$tb pe-arm.o cofflink.o " ;;
2000 armpe_big_vec) tb="$tb pe-arm.o cofflink.o " ;;
2001 armpei_little_vec) tb="$tb pei-arm.o cofflink.o " ;;
2002 armpei_big_vec) tb="$tb pei-arm.o cofflink.o " ;;
2003 aout0_big_vec) tb="$tb aout0.o aout32.o" ;;
2004 aout_arm_big_vec) tb="$tb aout-arm.o aout32.o" ;;
2005 aout_arm_little_vec) tb="$tb aout-arm.o aout32.o" ;;
2006 aout_mips_big_vec) tb="$tb mipsbsd.o aout32.o" ;;
2007 aout_mips_little_vec) tb="$tb mipsbsd.o aout32.o" ;;
2008 apollocoff_vec) tb="$tb coff-apollo.o" ;;
2009 b_out_vec_big_host) tb="$tb bout.o aout32.o" ;;
2010 b_out_vec_little_host) tb="$tb bout.o aout32.o" ;;
2011 bfd_elf64_alpha_vec) tb="$tb elf64-alpha.o elf64.o $elf"
2012 target64=true ;;
2013 # start-sanitize-arc
2014 bfd_elf32_littlearc_vec) tb="$tb elf32-arc.o elf32.o $elf" ;;
2015 bfd_elf32_bigarc_vec) tb="$tb elf32-arc.o elf32.o $elf" ;;
2016 # end-sanitize-arc
2017 bfd_elf32_big_generic_vec) tb="$tb elf32-gen.o elf32.o $elf" ;;
2018 bfd_elf32_bigmips_vec) tb="$tb elf32-mips.o elf32.o $elf ecofflink.o" ;;
2019 bfd_elf64_bigmips_vec) tb="$tb elf64-mips.o elf64.o elf32-mips.o elf32.o $elf ecofflink.o"
2020 target64=true ;;
2021 bfd_elf32_d10v_vec) tb="$tb elf32-d10v.o elf32.o $elf" ;;
2022 # start-sanitize-d30v
2023 bfd_elf32_d30v_vec) tb="$tb elf32-d30v.o elf32.o $elf" ;;
2024 # end-sanitize-d30v
2025 bfd_elf32_hppa_vec) tb="$tb elf32-hppa.o elf32.o $elf" ;;
2026 bfd_elf32_i386_vec) tb="$tb elf32-i386.o elf32.o $elf" ;;
2027 bfd_elf32_i860_vec) tb="$tb elf32-i860.o elf32.o $elf" ;;
2028 bfd_elf32_little_generic_vec) tb="$tb elf32-gen.o elf32.o $elf" ;;
2029 bfd_elf32_littlemips_vec) tb="$tb elf32-mips.o elf32.o $elf ecofflink.o" ;;
2030 bfd_elf64_littlemips_vec) tb="$tb elf64-mips.o elf64.o elf32-mips.o elf32.o $elf ecofflink.o"
2031 target64=true ;;
2032 bfd_elf32_m32r_vec) tb="$tb elf32-m32r.o elf32.o $elf" ;;
2033 bfd_elf32_m68k_vec) tb="$tb elf32-m68k.o elf32.o $elf" ;;
2034 bfd_elf32_m88k_vec) tb="$tb elf32-m88k.o elf32.o $elf" ;;
2035 bfd_elf32_mn10200_vec) tb="$tb elf-m10200.o elf32.o $elf" ;;
2036 bfd_elf32_mn10300_vec) tb="$tb elf-m10300.o elf32.o $elf" ;;
2037 bfd_elf32_powerpc_vec) tb="$tb elf32-ppc.o elf32.o $elf" ;;
2038 bfd_elf32_powerpcle_vec) tb="$tb elf32-ppc.o elf32.o $elf" ;;
2039 bfd_elf32_sh_vec) tb="$tb elf32-sh.o elf32.o $elf coff-sh.o" ;;
2040 bfd_elf32_shl_vec) tb="$tb elf32-sh.o elf32.o $elf coff-sh.o" ;;
2041 bfd_elf32_sparc_vec) tb="$tb elf32-sparc.o elf32.o $elf" ;;
2042 # start-sanitize-v850
2043 bfd_elf32_v850_vec) tb="$tb elf32-v850.o elf32.o $elf" ;;
2044 # end-sanitize-v850
2045 bfd_elf64_big_generic_vec) tb="$tb elf64-gen.o elf64.o $elf"
2046 target64=true ;;
2047 bfd_elf64_little_generic_vec) tb="$tb elf64-gen.o elf64.o $elf"
2048 target64=true ;;
2049 bfd_elf64_sparc_vec) tb="$tb elf64-sparc.o elf64.o $elf"
2050 target64=true ;;
2051 cisco_core_vec) tb="$tb cisco-core.o" ;;
2052 demo_64_vec) tb="$tb demo64.o aout64.o"
2053 target64=true ;;
2054 ecoff_big_vec) tb="$tb coff-mips.o ecoff.o ecofflink.o" ;;
2055 ecoff_little_vec) tb="$tb coff-mips.o ecoff.o ecofflink.o" ;;
2056 ecoff_biglittle_vec) tb="$tb coff-mips.o ecoff.o ecofflink.o" ;;
2057 ecoffalpha_little_vec) tb="$tb coff-alpha.o ecoff.o ecofflink.o"
2058 target64=true ;;
2059 evax_alpha_vec) tb="$tb evax-alpha.o evax-emh.o evax-egsd.o evax-etir.o evax-misc.o"
2060 target64=true ;;
2061 h8300coff_vec) tb="$tb coff-h8300.o reloc16.o" ;;
2062 h8500coff_vec) tb="$tb coff-h8500.o reloc16.o" ;;
2063 host_aout_vec) tb="$tb host-aout.o aout32.o" ;;
2064 hp300bsd_vec) tb="$tb hp300bsd.o aout32.o" ;;
2065 hp300hpux_vec) tb="$tb hp300hpux.o aout32.o" ;;
2066 i386aout_vec) tb="$tb i386aout.o aout32.o" ;;
2067 i386bsd_vec) tb="$tb i386bsd.o aout32.o" ;;
2068 i386coff_vec) tb="$tb coff-i386.o cofflink.o" ;;
2069 i386dynix_vec) tb="$tb i386dynix.o aout32.o" ;;
2070 i386freebsd_vec) tb="$tb i386freebsd.o aout32.o" ;;
2071 i386msdos_vec) tb="$tb i386msdos.o" ;;
2072 i386pe_vec) tb="$tb pe-i386.o cofflink.o " ;;
2073 i386pei_vec) tb="$tb pei-i386.o cofflink.o" ;;
2074 i386linux_vec) tb="$tb i386linux.o aout32.o" ;;
2075 i386lynx_aout_vec) tb="$tb i386lynx.o lynx-core.o aout32.o" ;;
2076 i386lynx_coff_vec) tb="$tb cf-i386lynx.o cofflink.o lynx-core.o" ;;
2077 i386mach3_vec) tb="$tb i386mach3.o aout32.o" ;;
2078 i386netbsd_vec) tb="$tb i386netbsd.o aout32.o" ;;
2079 i386os9k_vec) tb="$tb i386os9k.o aout32.o" ;;
2080 i860coff_vec) tb="$tb coff-i860.o cofflink.o" ;;
2081 icoff_big_vec) tb="$tb coff-i960.o cofflink.o" ;;
2082 icoff_little_vec) tb="$tb coff-i960.o cofflink.o" ;;
2083 ieee_vec) tb="$tb ieee.o" ;;
2084 m68kcoff_vec) tb="$tb coff-m68k.o cofflink.o" ;;
2085 m68kcoffun_vec) tb="$tb coff-u68k.o coff-m68k.o cofflink.o" ;;
2086 m68klinux_vec) tb="$tb m68klinux.o aout32.o" ;;
2087 m68klynx_aout_vec) tb="$tb m68klynx.o lynx-core.o aout32.o" ;;
2088 m68klynx_coff_vec) tb="$tb cf-m68klynx.o coff-m68k.o cofflink.o lynx-core.o" ;;
2089 m68knetbsd_vec) tb="$tb m68knetbsd.o aout32.o" ;;
2090 m68k4knetbsd_vec) tb="$tb m68k4knetbsd.o aout32.o" ;;
2091 m68kaux_coff_vec) tb="$tb coff-aux.o coff-m68k.o cofflink.o" ;;
2092 m68ksysvcoff_vec) tb="$tb coff-svm68k.o cofflink.o" ;;
2093 m88kbcs_vec) tb="$tb coff-m88k.o" ;;
2094 newsos3_vec) tb="$tb newsos3.o aout32.o" ;;
2095 nlm32_i386_vec) tb="$tb nlm32-i386.o nlm32.o nlm.o" ;;
2096 nlm32_sparc_vec) tb="$tb nlm32-sparc.o nlm32.o nlm.o" ;;
2097 nlm32_alpha_vec) tb="$tb nlm32-alpha.o nlm32.o nlm.o"
2098 target64=true ;;
2099 riscix_vec) tb="$tb aout32.o riscix.o" ;;
2100 nlm32_powerpc_vec) tb="$tb nlm32-ppc.o nlm32.o nlm.o" ;;
2101 pc532netbsd_vec) tb="$tb ns32knetbsd.o aout-ns32k.o" ;;
2102 pc532machaout_vec) tb="$tb pc532-mach.o aout-ns32k.o" ;;
2103 pmac_xcoff_vec) tb="$tb coff-pmac.o xcofflink.o" ;;
2104 rs6000coff_vec) tb="$tb coff-rs6000.o xcofflink.o" ;;
2105 bfd_powerpc_pe_vec) tb="$tb pe-ppc.o cofflink.o" ;;
2106 bfd_powerpcle_pe_vec) tb="$tb pe-ppc.o cofflink.o" ;;
2107 bfd_powerpc_pei_vec) tb="$tb pei-ppc.o cofflink.o" ;;
2108 bfd_powerpcle_pei_vec) tb="$tb pei-ppc.o cofflink.o" ;;
2109 ppcboot_vec) tb="$tb ppcboot.o" ;;
2110 shcoff_vec) tb="$tb coff-sh.o cofflink.o" ;;
2111 shlcoff_vec) tb="$tb coff-sh.o cofflink.o" ;;
2112 som_vec) tb="$tb som.o" ;;
2113 sparcle_aout_vec) tb="$tb aout-sparcle.o aout32.o" ;;
2114 sparclinux_vec) tb="$tb sparclinux.o aout32.o stab-syms.o" ;;
2115 sparclynx_aout_vec) tb="$tb sparclynx.o lynx-core.o aout32.o" ;;
2116 sparclynx_coff_vec) tb="$tb cf-sparclynx.o lynx-core.o" ;;
2117 sparcnetbsd_vec) tb="$tb sparcnetbsd.o aout32.o" ;;
2118 sparccoff_vec) tb="$tb coff-sparc.o" ;;
2119 srec_vec) tb="$tb srec.o" ;;
2120 sunos_big_vec) tb="$tb sunos.o aout32.o" ;;
2121 symbolsrec_vec) tb="$tb srec.o" ;;
2122 tekhex_vec) tb="$tb tekhex.o" ;;
2123 # start-sanitize-tic80
2124 tic80coff_vec) tb="$tb coff-tic80.o cofflink.o" ;;
2125 # end-sanitize-tic80
2126 we32kcoff_vec) tb="$tb coff-we32k.o" ;;
2127 z8kcoff_vec) tb="$tb coff-z8k.o reloc16.o" ;;
2128 w65_vec) tb="$tb coff-w65.o reloc16.o" ;;
2129 versados_vec) tb="$tb versados.o" ;;
2130
2131 "") ;;
2132 *) { echo "configure: error: *** unknown target vector $vec" 1>&2; exit 1; } ;;
2133 esac
2134 done
2135
2136 # Target architecture .o files.
2137 # A couple of CPUs use shorter file names to avoid problems on DOS
2138 # filesystems.
2139 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.o/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
2140
2141 # Weed out duplicate .o files.
2142 f=""
2143 for i in $tb ; do
2144 case " $f " in
2145 *" $i "*) ;;
2146 *) f="$f $i" ;;
2147 esac
2148 done
2149 tb="$f"
2150
2151 f=""
2152 for i in $ta ; do
2153 case " $f " in
2154 *" $i "*) ;;
2155 *) f="$f $i" ;;
2156 esac
2157 done
2158 ta="$f"
2159
2160 bfd_backends="$tb"
2161 bfd_machines="$ta"
2162
2163 if test x${all_targets} = xtrue ; then
2164 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
2165 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
2166 selvecs=
2167 havevecs=
2168 selarchs=
2169 else # all_targets is true
2170 # Only set these if they will be nonempty, for the clever echo.
2171 havevecs=
2172 test -n "$selvecs" &&
2173 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
2174 test -n "$selvecs" &&
2175 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
2176 test -n "$selarchs" &&
2177 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
2178 fi # all_targets is true
2179
2180 case ${host64}-${target64}-${want64} in
2181 *true*)
2182 wordsize=64
2183 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
2184 if test -z "$GCC" && test "$BFD_HOST_64BIT_LONG" = "0" && test "$BFD_HOST_64_BIT_DEFINED" = "0"; then
2185 echo "configure: warning: You have requested a 64 bit BFD configuration, but" 1>&2
2186 echo "configure: warning: your compiler may not have a 64 bit integral type" 1>&2
2187 fi
2188 ;;
2189 false-false-false)
2190 wordsize=32
2191 all_backends='$(BFD32_BACKENDS)'
2192 ;;
2193 esac
2194
2195
2196
2197
2198
2199
2200 tdefaults=""
2201 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
2202 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
2203 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
2204 test -n "${havevecs}" && tdefaults="${tdefaults} ${havevecs}"
2205
2206
2207 for ac_hdr in unistd.h
2208 do
2209 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2210 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2211 echo "configure:2212: checking for $ac_hdr" >&5
2212 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2213 echo $ac_n "(cached) $ac_c" 1>&6
2214 else
2215 cat > conftest.$ac_ext <<EOF
2216 #line 2217 "configure"
2217 #include "confdefs.h"
2218 #include <$ac_hdr>
2219 EOF
2220 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2221 { (eval echo configure:2222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2222 ac_err=`grep -v '^ *+' conftest.out`
2223 if test -z "$ac_err"; then
2224 rm -rf conftest*
2225 eval "ac_cv_header_$ac_safe=yes"
2226 else
2227 echo "$ac_err" >&5
2228 echo "configure: failed program was:" >&5
2229 cat conftest.$ac_ext >&5
2230 rm -rf conftest*
2231 eval "ac_cv_header_$ac_safe=no"
2232 fi
2233 rm -f conftest*
2234 fi
2235 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2236 echo "$ac_t""yes" 1>&6
2237 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2238 cat >> confdefs.h <<EOF
2239 #define $ac_tr_hdr 1
2240 EOF
2241
2242 else
2243 echo "$ac_t""no" 1>&6
2244 fi
2245 done
2246
2247 for ac_func in getpagesize
2248 do
2249 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2250 echo "configure:2251: checking for $ac_func" >&5
2251 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2252 echo $ac_n "(cached) $ac_c" 1>&6
2253 else
2254 cat > conftest.$ac_ext <<EOF
2255 #line 2256 "configure"
2256 #include "confdefs.h"
2257 /* System header to define __stub macros and hopefully few prototypes,
2258 which can conflict with char $ac_func(); below. */
2259 #include <assert.h>
2260 /* Override any gcc2 internal prototype to avoid an error. */
2261 /* We use char because int might match the return type of a gcc2
2262 builtin and then its argument prototype would still apply. */
2263 char $ac_func();
2264
2265 int main() {
2266
2267 /* The GNU C library defines this for functions which it implements
2268 to always fail with ENOSYS. Some functions are actually named
2269 something starting with __ and the normal name is an alias. */
2270 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2271 choke me
2272 #else
2273 $ac_func();
2274 #endif
2275
2276 ; return 0; }
2277 EOF
2278 if { (eval echo configure:2279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2279 rm -rf conftest*
2280 eval "ac_cv_func_$ac_func=yes"
2281 else
2282 echo "configure: failed program was:" >&5
2283 cat conftest.$ac_ext >&5
2284 rm -rf conftest*
2285 eval "ac_cv_func_$ac_func=no"
2286 fi
2287 rm -f conftest*
2288 fi
2289
2290 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2291 echo "$ac_t""yes" 1>&6
2292 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2293 cat >> confdefs.h <<EOF
2294 #define $ac_tr_func 1
2295 EOF
2296
2297 else
2298 echo "$ac_t""no" 1>&6
2299 fi
2300 done
2301
2302 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
2303 echo "configure:2304: checking for working mmap" >&5
2304 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
2305 echo $ac_n "(cached) $ac_c" 1>&6
2306 else
2307 if test "$cross_compiling" = yes; then
2308 ac_cv_func_mmap_fixed_mapped=no
2309 else
2310 cat > conftest.$ac_ext <<EOF
2311 #line 2312 "configure"
2312 #include "confdefs.h"
2313
2314 /* Thanks to Mike Haertel and Jim Avera for this test.
2315 Here is a matrix of mmap possibilities:
2316 mmap private not fixed
2317 mmap private fixed at somewhere currently unmapped
2318 mmap private fixed at somewhere already mapped
2319 mmap shared not fixed
2320 mmap shared fixed at somewhere currently unmapped
2321 mmap shared fixed at somewhere already mapped
2322 For private mappings, we should verify that changes cannot be read()
2323 back from the file, nor mmap's back from the file at a different
2324 address. (There have been systems where private was not correctly
2325 implemented like the infamous i386 svr4.0, and systems where the
2326 VM page cache was not coherent with the filesystem buffer cache
2327 like early versions of FreeBSD and possibly contemporary NetBSD.)
2328 For shared mappings, we should conversely verify that changes get
2329 propogated back to all the places they're supposed to be.
2330
2331 Grep wants private fixed already mapped.
2332 The main things grep needs to know about mmap are:
2333 * does it exist and is it safe to write into the mmap'd area
2334 * how to use it (BSD variants) */
2335 #include <sys/types.h>
2336 #include <fcntl.h>
2337 #include <sys/mman.h>
2338
2339 /* This mess was copied from the GNU getpagesize.h. */
2340 #ifndef HAVE_GETPAGESIZE
2341 # ifdef HAVE_UNISTD_H
2342 # include <unistd.h>
2343 # endif
2344
2345 /* Assume that all systems that can run configure have sys/param.h. */
2346 # ifndef HAVE_SYS_PARAM_H
2347 # define HAVE_SYS_PARAM_H 1
2348 # endif
2349
2350 # ifdef _SC_PAGESIZE
2351 # define getpagesize() sysconf(_SC_PAGESIZE)
2352 # else /* no _SC_PAGESIZE */
2353 # ifdef HAVE_SYS_PARAM_H
2354 # include <sys/param.h>
2355 # ifdef EXEC_PAGESIZE
2356 # define getpagesize() EXEC_PAGESIZE
2357 # else /* no EXEC_PAGESIZE */
2358 # ifdef NBPG
2359 # define getpagesize() NBPG * CLSIZE
2360 # ifndef CLSIZE
2361 # define CLSIZE 1
2362 # endif /* no CLSIZE */
2363 # else /* no NBPG */
2364 # ifdef NBPC
2365 # define getpagesize() NBPC
2366 # else /* no NBPC */
2367 # ifdef PAGESIZE
2368 # define getpagesize() PAGESIZE
2369 # endif /* PAGESIZE */
2370 # endif /* no NBPC */
2371 # endif /* no NBPG */
2372 # endif /* no EXEC_PAGESIZE */
2373 # else /* no HAVE_SYS_PARAM_H */
2374 # define getpagesize() 8192 /* punt totally */
2375 # endif /* no HAVE_SYS_PARAM_H */
2376 # endif /* no _SC_PAGESIZE */
2377
2378 #endif /* no HAVE_GETPAGESIZE */
2379
2380 #ifdef __cplusplus
2381 extern "C" { void *malloc(unsigned); }
2382 #else
2383 char *malloc();
2384 #endif
2385
2386 int
2387 main()
2388 {
2389 char *data, *data2, *data3;
2390 int i, pagesize;
2391 int fd;
2392
2393 pagesize = getpagesize();
2394
2395 /*
2396 * First, make a file with some known garbage in it.
2397 */
2398 data = malloc(pagesize);
2399 if (!data)
2400 exit(1);
2401 for (i = 0; i < pagesize; ++i)
2402 *(data + i) = rand();
2403 umask(0);
2404 fd = creat("conftestmmap", 0600);
2405 if (fd < 0)
2406 exit(1);
2407 if (write(fd, data, pagesize) != pagesize)
2408 exit(1);
2409 close(fd);
2410
2411 /*
2412 * Next, try to mmap the file at a fixed address which
2413 * already has something else allocated at it. If we can,
2414 * also make sure that we see the same garbage.
2415 */
2416 fd = open("conftestmmap", O_RDWR);
2417 if (fd < 0)
2418 exit(1);
2419 data2 = malloc(2 * pagesize);
2420 if (!data2)
2421 exit(1);
2422 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
2423 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
2424 MAP_PRIVATE | MAP_FIXED, fd, 0L))
2425 exit(1);
2426 for (i = 0; i < pagesize; ++i)
2427 if (*(data + i) != *(data2 + i))
2428 exit(1);
2429
2430 /*
2431 * Finally, make sure that changes to the mapped area
2432 * do not percolate back to the file as seen by read().
2433 * (This is a bug on some variants of i386 svr4.0.)
2434 */
2435 for (i = 0; i < pagesize; ++i)
2436 *(data2 + i) = *(data2 + i) + 1;
2437 data3 = malloc(pagesize);
2438 if (!data3)
2439 exit(1);
2440 if (read(fd, data3, pagesize) != pagesize)
2441 exit(1);
2442 for (i = 0; i < pagesize; ++i)
2443 if (*(data + i) != *(data3 + i))
2444 exit(1);
2445 close(fd);
2446 unlink("conftestmmap");
2447 exit(0);
2448 }
2449
2450 EOF
2451 if { (eval echo configure:2452: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
2452 then
2453 ac_cv_func_mmap_fixed_mapped=yes
2454 else
2455 echo "configure: failed program was:" >&5
2456 cat conftest.$ac_ext >&5
2457 rm -fr conftest*
2458 ac_cv_func_mmap_fixed_mapped=no
2459 fi
2460 rm -fr conftest*
2461 fi
2462
2463 fi
2464
2465 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
2466 if test $ac_cv_func_mmap_fixed_mapped = yes; then
2467 cat >> confdefs.h <<\EOF
2468 #define HAVE_MMAP 1
2469 EOF
2470
2471 fi
2472
2473 for ac_func in madvise mprotect
2474 do
2475 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2476 echo "configure:2477: checking for $ac_func" >&5
2477 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2478 echo $ac_n "(cached) $ac_c" 1>&6
2479 else
2480 cat > conftest.$ac_ext <<EOF
2481 #line 2482 "configure"
2482 #include "confdefs.h"
2483 /* System header to define __stub macros and hopefully few prototypes,
2484 which can conflict with char $ac_func(); below. */
2485 #include <assert.h>
2486 /* Override any gcc2 internal prototype to avoid an error. */
2487 /* We use char because int might match the return type of a gcc2
2488 builtin and then its argument prototype would still apply. */
2489 char $ac_func();
2490
2491 int main() {
2492
2493 /* The GNU C library defines this for functions which it implements
2494 to always fail with ENOSYS. Some functions are actually named
2495 something starting with __ and the normal name is an alias. */
2496 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2497 choke me
2498 #else
2499 $ac_func();
2500 #endif
2501
2502 ; return 0; }
2503 EOF
2504 if { (eval echo configure:2505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2505 rm -rf conftest*
2506 eval "ac_cv_func_$ac_func=yes"
2507 else
2508 echo "configure: failed program was:" >&5
2509 cat conftest.$ac_ext >&5
2510 rm -rf conftest*
2511 eval "ac_cv_func_$ac_func=no"
2512 fi
2513 rm -f conftest*
2514 fi
2515
2516 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2517 echo "$ac_t""yes" 1>&6
2518 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2519 cat >> confdefs.h <<EOF
2520 #define $ac_tr_func 1
2521 EOF
2522
2523 else
2524 echo "$ac_t""no" 1>&6
2525 fi
2526 done
2527
2528 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
2529 true+yes ) cat >> confdefs.h <<\EOF
2530 #define USE_MMAP 1
2531 EOF
2532 ;;
2533 esac
2534
2535 rm -f doc/config.status
2536 trap '' 1 2 15
2537 cat > confcache <<\EOF
2538 # This file is a shell script that caches the results of configure
2539 # tests run on this system so they can be shared between configure
2540 # scripts and configure runs. It is not useful on other systems.
2541 # If it contains results you don't want to keep, you may remove or edit it.
2542 #
2543 # By default, configure uses ./config.cache as the cache file,
2544 # creating it if it does not exist already. You can give configure
2545 # the --cache-file=FILE option to use a different cache file; that is
2546 # what configure does when it calls configure scripts in
2547 # subdirectories, so they share the cache.
2548 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2549 # config.status only pays attention to the cache file if you give it the
2550 # --recheck option to rerun configure.
2551 #
2552 EOF
2553 # The following way of writing the cache mishandles newlines in values,
2554 # but we know of no workaround that is simple, portable, and efficient.
2555 # So, don't put newlines in cache variables' values.
2556 # Ultrix sh set writes to stderr and can't be redirected directly,
2557 # and sets the high bit in the cache file unless we assign to the vars.
2558 (set) 2>&1 |
2559 case `(ac_space=' '; set) 2>&1` in
2560 *ac_space=\ *)
2561 # `set' does not quote correctly, so add quotes (double-quote substitution
2562 # turns \\\\ into \\, and sed turns \\ into \).
2563 sed -n \
2564 -e "s/'/'\\\\''/g" \
2565 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2566 ;;
2567 *)
2568 # `set' quotes correctly as required by POSIX, so do not add quotes.
2569 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2570 ;;
2571 esac >> confcache
2572 if cmp -s $cache_file confcache; then
2573 :
2574 else
2575 if test -w $cache_file; then
2576 echo "updating cache $cache_file"
2577 cat confcache > $cache_file
2578 else
2579 echo "not updating unwritable cache $cache_file"
2580 fi
2581 fi
2582 rm -f confcache
2583
2584 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2585
2586 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2587 # Let make expand exec_prefix.
2588 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2589
2590 # Any assignment to VPATH causes Sun make to only execute
2591 # the first set of double-colon rules, so remove it if not needed.
2592 # If there is a colon in the path, we need to keep it.
2593 if test "x$srcdir" = x.; then
2594 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2595 fi
2596
2597 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2598
2599 DEFS=-DHAVE_CONFIG_H
2600
2601 # Without the "./", some shells look in PATH for config.status.
2602 : ${CONFIG_STATUS=./config.status}
2603
2604 echo creating $CONFIG_STATUS
2605 rm -f $CONFIG_STATUS
2606 cat > $CONFIG_STATUS <<EOF
2607 #! /bin/sh
2608 # Generated automatically by configure.
2609 # Run this file to recreate the current configuration.
2610 # This directory was configured as follows,
2611 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2612 #
2613 # $0 $ac_configure_args
2614 #
2615 # Compiler output produced by configure, useful for debugging
2616 # configure, is in ./config.log if it exists.
2617
2618 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2619 for ac_option
2620 do
2621 case "\$ac_option" in
2622 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2623 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2624 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2625 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2626 echo "$CONFIG_STATUS generated by autoconf version 2.12"
2627 exit 0 ;;
2628 -help | --help | --hel | --he | --h)
2629 echo "\$ac_cs_usage"; exit 0 ;;
2630 *) echo "\$ac_cs_usage"; exit 1 ;;
2631 esac
2632 done
2633
2634 ac_given_srcdir=$srcdir
2635 ac_given_INSTALL="$INSTALL"
2636
2637 trap 'rm -fr `echo "Makefile doc/Makefile bfd-in3.h:bfd-in2.h config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2638 EOF
2639 cat >> $CONFIG_STATUS <<EOF
2640
2641 # Protect against being on the right side of a sed subst in config.status.
2642 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2643 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2644 $ac_vpsub
2645 $extrasub
2646 s%@CFLAGS@%$CFLAGS%g
2647 s%@CPPFLAGS@%$CPPFLAGS%g
2648 s%@CXXFLAGS@%$CXXFLAGS%g
2649 s%@DEFS@%$DEFS%g
2650 s%@LDFLAGS@%$LDFLAGS%g
2651 s%@LIBS@%$LIBS%g
2652 s%@exec_prefix@%$exec_prefix%g
2653 s%@prefix@%$prefix%g
2654 s%@program_transform_name@%$program_transform_name%g
2655 s%@bindir@%$bindir%g
2656 s%@sbindir@%$sbindir%g
2657 s%@libexecdir@%$libexecdir%g
2658 s%@datadir@%$datadir%g
2659 s%@sysconfdir@%$sysconfdir%g
2660 s%@sharedstatedir@%$sharedstatedir%g
2661 s%@localstatedir@%$localstatedir%g
2662 s%@libdir@%$libdir%g
2663 s%@includedir@%$includedir%g
2664 s%@oldincludedir@%$oldincludedir%g
2665 s%@infodir@%$infodir%g
2666 s%@mandir@%$mandir%g
2667 s%@host@%$host%g
2668 s%@host_alias@%$host_alias%g
2669 s%@host_cpu@%$host_cpu%g
2670 s%@host_vendor@%$host_vendor%g
2671 s%@host_os@%$host_os%g
2672 s%@target@%$target%g
2673 s%@target_alias@%$target_alias%g
2674 s%@target_cpu@%$target_cpu%g
2675 s%@target_vendor@%$target_vendor%g
2676 s%@target_os@%$target_os%g
2677 s%@build@%$build%g
2678 s%@build_alias@%$build_alias%g
2679 s%@build_cpu@%$build_cpu%g
2680 s%@build_vendor@%$build_vendor%g
2681 s%@build_os@%$build_os%g
2682 s%@CC@%$CC%g
2683 s%@HDEFINES@%$HDEFINES%g
2684 s%@AR@%$AR%g
2685 s%@RANLIB@%$RANLIB%g
2686 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2687 s%@INSTALL_DATA@%$INSTALL_DATA%g
2688 s%@ALLLIBS@%$ALLLIBS%g
2689 s%@PICFLAG@%$PICFLAG%g
2690 s%@SHLIB@%$SHLIB%g
2691 s%@SHLIB_CC@%$SHLIB_CC%g
2692 s%@SHLIB_CFLAGS@%$SHLIB_CFLAGS%g
2693 s%@SHLIB_LIBS@%$SHLIB_LIBS%g
2694 s%@COMMON_SHLIB@%$COMMON_SHLIB%g
2695 s%@PICLIST@%$PICLIST%g
2696 s%@SHLINK@%$SHLINK%g
2697 s%@INSTALL_SHLIB@%$INSTALL_SHLIB%g
2698 s%@VERSION@%$VERSION%g
2699 s%@BFD_HOST_64BIT_LONG@%$BFD_HOST_64BIT_LONG%g
2700 s%@BFD_HOST_64_BIT_DEFINED@%$BFD_HOST_64_BIT_DEFINED%g
2701 s%@BFD_HOST_64_BIT@%$BFD_HOST_64_BIT%g
2702 s%@BFD_HOST_U_64_BIT@%$BFD_HOST_U_64_BIT%g
2703 s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
2704 s%@CPP@%$CPP%g
2705 s%@COREFILE@%$COREFILE%g
2706 s%@COREFLAG@%$COREFLAG%g
2707 s%@TDEFINES@%$TDEFINES%g
2708 s%@wordsize@%$wordsize%g
2709 s%@all_backends@%$all_backends%g
2710 s%@bfd_backends@%$bfd_backends%g
2711 s%@bfd_machines@%$bfd_machines%g
2712 s%@tdefaults@%$tdefaults%g
2713
2714 CEOF
2715 EOF
2716
2717 cat >> $CONFIG_STATUS <<\EOF
2718
2719 # Split the substitutions into bite-sized pieces for seds with
2720 # small command number limits, like on Digital OSF/1 and HP-UX.
2721 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2722 ac_file=1 # Number of current file.
2723 ac_beg=1 # First line for current file.
2724 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2725 ac_more_lines=:
2726 ac_sed_cmds=""
2727 while $ac_more_lines; do
2728 if test $ac_beg -gt 1; then
2729 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2730 else
2731 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2732 fi
2733 if test ! -s conftest.s$ac_file; then
2734 ac_more_lines=false
2735 rm -f conftest.s$ac_file
2736 else
2737 if test -z "$ac_sed_cmds"; then
2738 ac_sed_cmds="sed -f conftest.s$ac_file"
2739 else
2740 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2741 fi
2742 ac_file=`expr $ac_file + 1`
2743 ac_beg=$ac_end
2744 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2745 fi
2746 done
2747 if test -z "$ac_sed_cmds"; then
2748 ac_sed_cmds=cat
2749 fi
2750 EOF
2751
2752 cat >> $CONFIG_STATUS <<EOF
2753
2754 CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile bfd-in3.h:bfd-in2.h"}
2755 EOF
2756 cat >> $CONFIG_STATUS <<\EOF
2757 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2758 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2759 case "$ac_file" in
2760 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2761 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2762 *) ac_file_in="${ac_file}.in" ;;
2763 esac
2764
2765 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2766
2767 # Remove last slash and all that follows it. Not all systems have dirname.
2768 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2769 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2770 # The file is in a subdirectory.
2771 test ! -d "$ac_dir" && mkdir "$ac_dir"
2772 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2773 # A "../" for each directory in $ac_dir_suffix.
2774 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2775 else
2776 ac_dir_suffix= ac_dots=
2777 fi
2778
2779 case "$ac_given_srcdir" in
2780 .) srcdir=.
2781 if test -z "$ac_dots"; then top_srcdir=.
2782 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2783 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2784 *) # Relative path.
2785 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2786 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2787 esac
2788
2789 case "$ac_given_INSTALL" in
2790 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2791 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2792 esac
2793
2794 echo creating "$ac_file"
2795 rm -f "$ac_file"
2796 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2797 case "$ac_file" in
2798 *Makefile*) ac_comsub="1i\\
2799 # $configure_input" ;;
2800 *) ac_comsub= ;;
2801 esac
2802
2803 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2804 sed -e "$ac_comsub
2805 s%@configure_input@%$configure_input%g
2806 s%@srcdir@%$srcdir%g
2807 s%@top_srcdir@%$top_srcdir%g
2808 s%@INSTALL@%$INSTALL%g
2809 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2810 fi; done
2811 rm -f conftest.s*
2812
2813 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2814 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2815 #
2816 # ac_d sets the value in "#define NAME VALUE" lines.
2817 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2818 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2819 ac_dC='\3'
2820 ac_dD='%g'
2821 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2822 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2823 ac_uB='\([ ]\)%\1#\2define\3'
2824 ac_uC=' '
2825 ac_uD='\4%g'
2826 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2827 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2828 ac_eB='$%\1#\2define\3'
2829 ac_eC=' '
2830 ac_eD='%g'
2831
2832 if test "${CONFIG_HEADERS+set}" != set; then
2833 EOF
2834 cat >> $CONFIG_STATUS <<EOF
2835 CONFIG_HEADERS="config.h:config.in"
2836 EOF
2837 cat >> $CONFIG_STATUS <<\EOF
2838 fi
2839 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2840 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2841 case "$ac_file" in
2842 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2843 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2844 *) ac_file_in="${ac_file}.in" ;;
2845 esac
2846
2847 echo creating $ac_file
2848
2849 rm -f conftest.frag conftest.in conftest.out
2850 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2851 cat $ac_file_inputs > conftest.in
2852
2853 EOF
2854
2855 # Transform confdefs.h into a sed script conftest.vals that substitutes
2856 # the proper values into config.h.in to produce config.h. And first:
2857 # Protect against being on the right side of a sed subst in config.status.
2858 # Protect against being in an unquoted here document in config.status.
2859 rm -f conftest.vals
2860 cat > conftest.hdr <<\EOF
2861 s/[\\&%]/\\&/g
2862 s%[\\$`]%\\&%g
2863 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2864 s%ac_d%ac_u%gp
2865 s%ac_u%ac_e%gp
2866 EOF
2867 sed -n -f conftest.hdr confdefs.h > conftest.vals
2868 rm -f conftest.hdr
2869
2870 # This sed command replaces #undef with comments. This is necessary, for
2871 # example, in the case of _POSIX_SOURCE, which is predefined and required
2872 # on some systems where configure will not decide to define it.
2873 cat >> conftest.vals <<\EOF
2874 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2875 EOF
2876
2877 # Break up conftest.vals because some shells have a limit on
2878 # the size of here documents, and old seds have small limits too.
2879
2880 rm -f conftest.tail
2881 while :
2882 do
2883 ac_lines=`grep -c . conftest.vals`
2884 # grep -c gives empty output for an empty file on some AIX systems.
2885 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2886 # Write a limited-size here document to conftest.frag.
2887 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2888 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2889 echo 'CEOF
2890 sed -f conftest.frag conftest.in > conftest.out
2891 rm -f conftest.in
2892 mv conftest.out conftest.in
2893 ' >> $CONFIG_STATUS
2894 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2895 rm -f conftest.vals
2896 mv conftest.tail conftest.vals
2897 done
2898 rm -f conftest.vals
2899
2900 cat >> $CONFIG_STATUS <<\EOF
2901 rm -f conftest.frag conftest.h
2902 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2903 cat conftest.in >> conftest.h
2904 rm -f conftest.in
2905 if cmp -s $ac_file conftest.h 2>/dev/null; then
2906 echo "$ac_file is unchanged"
2907 rm -f conftest.h
2908 else
2909 # Remove last slash and all that follows it. Not all systems have dirname.
2910 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2911 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2912 # The file is in a subdirectory.
2913 test ! -d "$ac_dir" && mkdir "$ac_dir"
2914 fi
2915 rm -f $ac_file
2916 mv conftest.h $ac_file
2917 fi
2918 fi; done
2919
2920 EOF
2921 cat >> $CONFIG_STATUS <<EOF
2922
2923 EOF
2924 cat >> $CONFIG_STATUS <<\EOF
2925 case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac
2926 exit 0
2927 EOF
2928 chmod +x $CONFIG_STATUS
2929 rm -fr confdefs* $ac_clean_files
2930 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2931