* version.h: New file.
[deliverable/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.13
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-shared[=PKGS] build shared libraries [default=no]"
16 ac_help="$ac_help
17 --enable-static[=PKGS] build static libraries [default=yes]"
18 ac_help="$ac_help
19 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
20 ac_help="$ac_help
21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
22 ac_help="$ac_help
23 --disable-libtool-lock avoid locking (might break parallel builds)"
24 ac_help="$ac_help
25 --with-pic try to use only PIC/non-PIC objects [default=use both]"
26 ac_help="$ac_help
27 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)"
28 ac_help="$ac_help
29 --enable-targets alternative target configurations"
30 ac_help="$ac_help
31 --enable-commonbfdlib build shared BFD/opcodes/libiberty library"
32 ac_help="$ac_help
33 --with-mmap try using mmap for BFD input files if available"
34 ac_help="$ac_help
35 --enable-build-warnings Enable build-time compiler warnings if gcc is used"
36 ac_help="$ac_help
37 --enable-maintainer-mode enable make rules and dependencies not useful
38 (and sometimes confusing) to the casual installer"
39 ac_help="$ac_help
40 --disable-nls do not use Native Language Support"
41 ac_help="$ac_help
42 --with-included-gettext use the GNU gettext library included here"
43
44 # Initialize some variables set by options.
45 # The variables have the same names as the options, with
46 # dashes changed to underlines.
47 build=NONE
48 cache_file=./config.cache
49 exec_prefix=NONE
50 host=NONE
51 no_create=
52 nonopt=NONE
53 no_recursion=
54 prefix=NONE
55 program_prefix=NONE
56 program_suffix=NONE
57 program_transform_name=s,x,x,
58 silent=
59 site=
60 sitefile=
61 srcdir=
62 target=NONE
63 verbose=
64 x_includes=NONE
65 x_libraries=NONE
66 bindir='${exec_prefix}/bin'
67 sbindir='${exec_prefix}/sbin'
68 libexecdir='${exec_prefix}/libexec'
69 datadir='${prefix}/share'
70 sysconfdir='${prefix}/etc'
71 sharedstatedir='${prefix}/com'
72 localstatedir='${prefix}/var'
73 libdir='${exec_prefix}/lib'
74 includedir='${prefix}/include'
75 oldincludedir='/usr/include'
76 infodir='${prefix}/info'
77 mandir='${prefix}/man'
78
79 # Initialize some other variables.
80 subdirs=
81 MFLAGS= MAKEFLAGS=
82 SHELL=${CONFIG_SHELL-/bin/sh}
83 # Maximum number of lines to put in a shell here document.
84 ac_max_here_lines=12
85
86 ac_prev=
87 for ac_option
88 do
89
90 # If the previous option needs an argument, assign it.
91 if test -n "$ac_prev"; then
92 eval "$ac_prev=\$ac_option"
93 ac_prev=
94 continue
95 fi
96
97 case "$ac_option" in
98 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
99 *) ac_optarg= ;;
100 esac
101
102 # Accept the important Cygnus configure options, so we can diagnose typos.
103
104 case "$ac_option" in
105
106 -bindir | --bindir | --bindi | --bind | --bin | --bi)
107 ac_prev=bindir ;;
108 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
109 bindir="$ac_optarg" ;;
110
111 -build | --build | --buil | --bui | --bu)
112 ac_prev=build ;;
113 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
114 build="$ac_optarg" ;;
115
116 -cache-file | --cache-file | --cache-fil | --cache-fi \
117 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
118 ac_prev=cache_file ;;
119 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
120 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
121 cache_file="$ac_optarg" ;;
122
123 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
124 ac_prev=datadir ;;
125 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
126 | --da=*)
127 datadir="$ac_optarg" ;;
128
129 -disable-* | --disable-*)
130 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
131 # Reject names that are not valid shell variable names.
132 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
133 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
134 fi
135 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
136 eval "enable_${ac_feature}=no" ;;
137
138 -enable-* | --enable-*)
139 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
140 # Reject names that are not valid shell variable names.
141 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
142 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
143 fi
144 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
145 case "$ac_option" in
146 *=*) ;;
147 *) ac_optarg=yes ;;
148 esac
149 eval "enable_${ac_feature}='$ac_optarg'" ;;
150
151 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
152 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
153 | --exec | --exe | --ex)
154 ac_prev=exec_prefix ;;
155 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
156 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
157 | --exec=* | --exe=* | --ex=*)
158 exec_prefix="$ac_optarg" ;;
159
160 -gas | --gas | --ga | --g)
161 # Obsolete; use --with-gas.
162 with_gas=yes ;;
163
164 -help | --help | --hel | --he)
165 # Omit some internal or obsolete options to make the list less imposing.
166 # This message is too long to be a string in the A/UX 3.1 sh.
167 cat << EOF
168 Usage: configure [options] [host]
169 Options: [defaults in brackets after descriptions]
170 Configuration:
171 --cache-file=FILE cache test results in FILE
172 --help print this message
173 --no-create do not create output files
174 --quiet, --silent do not print \`checking...' messages
175 --site-file=FILE use FILE as the site file
176 --version print the version of autoconf that created configure
177 Directory and file names:
178 --prefix=PREFIX install architecture-independent files in PREFIX
179 [$ac_default_prefix]
180 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
181 [same as prefix]
182 --bindir=DIR user executables in DIR [EPREFIX/bin]
183 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
184 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
185 --datadir=DIR read-only architecture-independent data in DIR
186 [PREFIX/share]
187 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
188 --sharedstatedir=DIR modifiable architecture-independent data in DIR
189 [PREFIX/com]
190 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
191 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
192 --includedir=DIR C header files in DIR [PREFIX/include]
193 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
194 --infodir=DIR info documentation in DIR [PREFIX/info]
195 --mandir=DIR man documentation in DIR [PREFIX/man]
196 --srcdir=DIR find the sources in DIR [configure dir or ..]
197 --program-prefix=PREFIX prepend PREFIX to installed program names
198 --program-suffix=SUFFIX append SUFFIX to installed program names
199 --program-transform-name=PROGRAM
200 run sed PROGRAM on installed program names
201 EOF
202 cat << EOF
203 Host type:
204 --build=BUILD configure for building on BUILD [BUILD=HOST]
205 --host=HOST configure for HOST [guessed]
206 --target=TARGET configure for TARGET [TARGET=HOST]
207 Features and packages:
208 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
209 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
210 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
211 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
212 --x-includes=DIR X include files are in DIR
213 --x-libraries=DIR X library files are in DIR
214 EOF
215 if test -n "$ac_help"; then
216 echo "--enable and --with options recognized:$ac_help"
217 fi
218 exit 0 ;;
219
220 -host | --host | --hos | --ho)
221 ac_prev=host ;;
222 -host=* | --host=* | --hos=* | --ho=*)
223 host="$ac_optarg" ;;
224
225 -includedir | --includedir | --includedi | --included | --include \
226 | --includ | --inclu | --incl | --inc)
227 ac_prev=includedir ;;
228 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
229 | --includ=* | --inclu=* | --incl=* | --inc=*)
230 includedir="$ac_optarg" ;;
231
232 -infodir | --infodir | --infodi | --infod | --info | --inf)
233 ac_prev=infodir ;;
234 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
235 infodir="$ac_optarg" ;;
236
237 -libdir | --libdir | --libdi | --libd)
238 ac_prev=libdir ;;
239 -libdir=* | --libdir=* | --libdi=* | --libd=*)
240 libdir="$ac_optarg" ;;
241
242 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
243 | --libexe | --libex | --libe)
244 ac_prev=libexecdir ;;
245 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
246 | --libexe=* | --libex=* | --libe=*)
247 libexecdir="$ac_optarg" ;;
248
249 -localstatedir | --localstatedir | --localstatedi | --localstated \
250 | --localstate | --localstat | --localsta | --localst \
251 | --locals | --local | --loca | --loc | --lo)
252 ac_prev=localstatedir ;;
253 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
254 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
255 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
256 localstatedir="$ac_optarg" ;;
257
258 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
259 ac_prev=mandir ;;
260 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
261 mandir="$ac_optarg" ;;
262
263 -nfp | --nfp | --nf)
264 # Obsolete; use --without-fp.
265 with_fp=no ;;
266
267 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
268 | --no-cr | --no-c)
269 no_create=yes ;;
270
271 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
272 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
273 no_recursion=yes ;;
274
275 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
276 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
277 | --oldin | --oldi | --old | --ol | --o)
278 ac_prev=oldincludedir ;;
279 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
280 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
281 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
282 oldincludedir="$ac_optarg" ;;
283
284 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
285 ac_prev=prefix ;;
286 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
287 prefix="$ac_optarg" ;;
288
289 -program-prefix | --program-prefix | --program-prefi | --program-pref \
290 | --program-pre | --program-pr | --program-p)
291 ac_prev=program_prefix ;;
292 -program-prefix=* | --program-prefix=* | --program-prefi=* \
293 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
294 program_prefix="$ac_optarg" ;;
295
296 -program-suffix | --program-suffix | --program-suffi | --program-suff \
297 | --program-suf | --program-su | --program-s)
298 ac_prev=program_suffix ;;
299 -program-suffix=* | --program-suffix=* | --program-suffi=* \
300 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
301 program_suffix="$ac_optarg" ;;
302
303 -program-transform-name | --program-transform-name \
304 | --program-transform-nam | --program-transform-na \
305 | --program-transform-n | --program-transform- \
306 | --program-transform | --program-transfor \
307 | --program-transfo | --program-transf \
308 | --program-trans | --program-tran \
309 | --progr-tra | --program-tr | --program-t)
310 ac_prev=program_transform_name ;;
311 -program-transform-name=* | --program-transform-name=* \
312 | --program-transform-nam=* | --program-transform-na=* \
313 | --program-transform-n=* | --program-transform-=* \
314 | --program-transform=* | --program-transfor=* \
315 | --program-transfo=* | --program-transf=* \
316 | --program-trans=* | --program-tran=* \
317 | --progr-tra=* | --program-tr=* | --program-t=*)
318 program_transform_name="$ac_optarg" ;;
319
320 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
321 | -silent | --silent | --silen | --sile | --sil)
322 silent=yes ;;
323
324 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
325 ac_prev=sbindir ;;
326 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
327 | --sbi=* | --sb=*)
328 sbindir="$ac_optarg" ;;
329
330 -sharedstatedir | --sharedstatedir | --sharedstatedi \
331 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
332 | --sharedst | --shareds | --shared | --share | --shar \
333 | --sha | --sh)
334 ac_prev=sharedstatedir ;;
335 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
336 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
337 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
338 | --sha=* | --sh=*)
339 sharedstatedir="$ac_optarg" ;;
340
341 -site | --site | --sit)
342 ac_prev=site ;;
343 -site=* | --site=* | --sit=*)
344 site="$ac_optarg" ;;
345
346 -site-file | --site-file | --site-fil | --site-fi | --site-f)
347 ac_prev=sitefile ;;
348 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
349 sitefile="$ac_optarg" ;;
350
351 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
352 ac_prev=srcdir ;;
353 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
354 srcdir="$ac_optarg" ;;
355
356 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
357 | --syscon | --sysco | --sysc | --sys | --sy)
358 ac_prev=sysconfdir ;;
359 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
360 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
361 sysconfdir="$ac_optarg" ;;
362
363 -target | --target | --targe | --targ | --tar | --ta | --t)
364 ac_prev=target ;;
365 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
366 target="$ac_optarg" ;;
367
368 -v | -verbose | --verbose | --verbos | --verbo | --verb)
369 verbose=yes ;;
370
371 -version | --version | --versio | --versi | --vers)
372 echo "configure generated by autoconf version 2.13"
373 exit 0 ;;
374
375 -with-* | --with-*)
376 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
377 # Reject names that are not valid shell variable names.
378 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
379 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
380 fi
381 ac_package=`echo $ac_package| sed 's/-/_/g'`
382 case "$ac_option" in
383 *=*) ;;
384 *) ac_optarg=yes ;;
385 esac
386 eval "with_${ac_package}='$ac_optarg'" ;;
387
388 -without-* | --without-*)
389 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
390 # Reject names that are not valid shell variable names.
391 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
392 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
393 fi
394 ac_package=`echo $ac_package| sed 's/-/_/g'`
395 eval "with_${ac_package}=no" ;;
396
397 --x)
398 # Obsolete; use --with-x.
399 with_x=yes ;;
400
401 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
402 | --x-incl | --x-inc | --x-in | --x-i)
403 ac_prev=x_includes ;;
404 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
405 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
406 x_includes="$ac_optarg" ;;
407
408 -x-libraries | --x-libraries | --x-librarie | --x-librari \
409 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
410 ac_prev=x_libraries ;;
411 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
412 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
413 x_libraries="$ac_optarg" ;;
414
415 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
416 ;;
417
418 *)
419 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
420 echo "configure: warning: $ac_option: invalid host type" 1>&2
421 fi
422 if test "x$nonopt" != xNONE; then
423 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
424 fi
425 nonopt="$ac_option"
426 ;;
427
428 esac
429 done
430
431 if test -n "$ac_prev"; then
432 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
433 fi
434
435 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
436
437 # File descriptor usage:
438 # 0 standard input
439 # 1 file creation
440 # 2 errors and warnings
441 # 3 some systems may open it to /dev/tty
442 # 4 used on the Kubota Titan
443 # 6 checking for... messages and results
444 # 5 compiler messages saved in config.log
445 if test "$silent" = yes; then
446 exec 6>/dev/null
447 else
448 exec 6>&1
449 fi
450 exec 5>./config.log
451
452 echo "\
453 This file contains any messages produced by compilers while
454 running configure, to aid debugging if configure makes a mistake.
455 " 1>&5
456
457 # Strip out --no-create and --no-recursion so they do not pile up.
458 # Also quote any args containing shell metacharacters.
459 ac_configure_args=
460 for ac_arg
461 do
462 case "$ac_arg" in
463 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
464 | --no-cr | --no-c) ;;
465 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
466 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
467 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
468 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
469 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
470 esac
471 done
472
473 # NLS nuisances.
474 # Only set these to C if already set. These must not be set unconditionally
475 # because not all systems understand e.g. LANG=C (notably SCO).
476 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
477 # Non-C LC_CTYPE values break the ctype check.
478 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
479 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
480 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
481 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
482
483 # confdefs.h avoids OS command line length limits that DEFS can exceed.
484 rm -rf conftest* confdefs.h
485 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
486 echo > confdefs.h
487
488 # A filename unique to this package, relative to the directory that
489 # configure is in, which we can look for to find out if srcdir is correct.
490 ac_unique_file=libbfd.c
491
492 # Find the source files, if location was not specified.
493 if test -z "$srcdir"; then
494 ac_srcdir_defaulted=yes
495 # Try the directory containing this script, then its parent.
496 ac_prog=$0
497 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
498 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
499 srcdir=$ac_confdir
500 if test ! -r $srcdir/$ac_unique_file; then
501 srcdir=..
502 fi
503 else
504 ac_srcdir_defaulted=no
505 fi
506 if test ! -r $srcdir/$ac_unique_file; then
507 if test "$ac_srcdir_defaulted" = yes; then
508 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
509 else
510 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
511 fi
512 fi
513 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
514
515 # Prefer explicitly selected file to automatically selected ones.
516 if test -z "$sitefile"; then
517 if test -z "$CONFIG_SITE"; then
518 if test "x$prefix" != xNONE; then
519 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
520 else
521 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
522 fi
523 fi
524 else
525 CONFIG_SITE="$sitefile"
526 fi
527 for ac_site_file in $CONFIG_SITE; do
528 if test -r "$ac_site_file"; then
529 echo "loading site script $ac_site_file"
530 . "$ac_site_file"
531 fi
532 done
533
534 if test -r "$cache_file"; then
535 echo "loading cache $cache_file"
536 . $cache_file
537 else
538 echo "creating cache $cache_file"
539 > $cache_file
540 fi
541
542 ac_ext=c
543 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
544 ac_cpp='$CPP $CPPFLAGS'
545 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
546 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
547 cross_compiling=$ac_cv_prog_cc_cross
548
549 ac_exeext=
550 ac_objext=o
551 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
552 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
553 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
554 ac_n= ac_c='
555 ' ac_t=' '
556 else
557 ac_n=-n ac_c= ac_t=
558 fi
559 else
560 ac_n= ac_c='\c' ac_t=
561 fi
562
563 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
564 echo "configure:565: checking for Cygwin environment" >&5
565 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
566 echo $ac_n "(cached) $ac_c" 1>&6
567 else
568 cat > conftest.$ac_ext <<EOF
569 #line 570 "configure"
570 #include "confdefs.h"
571
572 int main() {
573
574 #ifndef __CYGWIN__
575 #define __CYGWIN__ __CYGWIN32__
576 #endif
577 return __CYGWIN__;
578 ; return 0; }
579 EOF
580 if { (eval echo configure:581: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
581 rm -rf conftest*
582 ac_cv_cygwin=yes
583 else
584 echo "configure: failed program was:" >&5
585 cat conftest.$ac_ext >&5
586 rm -rf conftest*
587 ac_cv_cygwin=no
588 fi
589 rm -f conftest*
590 rm -f conftest*
591 fi
592
593 echo "$ac_t""$ac_cv_cygwin" 1>&6
594 CYGWIN=
595 test "$ac_cv_cygwin" = yes && CYGWIN=yes
596 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
597 echo "configure:598: checking for mingw32 environment" >&5
598 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
599 echo $ac_n "(cached) $ac_c" 1>&6
600 else
601 cat > conftest.$ac_ext <<EOF
602 #line 603 "configure"
603 #include "confdefs.h"
604
605 int main() {
606 return __MINGW32__;
607 ; return 0; }
608 EOF
609 if { (eval echo configure:610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
610 rm -rf conftest*
611 ac_cv_mingw32=yes
612 else
613 echo "configure: failed program was:" >&5
614 cat conftest.$ac_ext >&5
615 rm -rf conftest*
616 ac_cv_mingw32=no
617 fi
618 rm -f conftest*
619 rm -f conftest*
620 fi
621
622 echo "$ac_t""$ac_cv_mingw32" 1>&6
623 MINGW32=
624 test "$ac_cv_mingw32" = yes && MINGW32=yes
625
626
627 ac_aux_dir=
628 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
629 if test -f $ac_dir/install-sh; then
630 ac_aux_dir=$ac_dir
631 ac_install_sh="$ac_aux_dir/install-sh -c"
632 break
633 elif test -f $ac_dir/install.sh; then
634 ac_aux_dir=$ac_dir
635 ac_install_sh="$ac_aux_dir/install.sh -c"
636 break
637 fi
638 done
639 if test -z "$ac_aux_dir"; then
640 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
641 fi
642 ac_config_guess=$ac_aux_dir/config.guess
643 ac_config_sub=$ac_aux_dir/config.sub
644 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
645
646
647 # Do some error checking and defaulting for the host and target type.
648 # The inputs are:
649 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
650 #
651 # The rules are:
652 # 1. You are not allowed to specify --host, --target, and nonopt at the
653 # same time.
654 # 2. Host defaults to nonopt.
655 # 3. If nonopt is not specified, then host defaults to the current host,
656 # as determined by config.guess.
657 # 4. Target and build default to nonopt.
658 # 5. If nonopt is not specified, then target and build default to host.
659
660 # The aliases save the names the user supplied, while $host etc.
661 # will get canonicalized.
662 case $host---$target---$nonopt in
663 NONE---*---* | *---NONE---* | *---*---NONE) ;;
664 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
665 esac
666
667
668 # Make sure we can run config.sub.
669 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
670 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
671 fi
672
673 echo $ac_n "checking host system type""... $ac_c" 1>&6
674 echo "configure:675: checking host system type" >&5
675
676 host_alias=$host
677 case "$host_alias" in
678 NONE)
679 case $nonopt in
680 NONE)
681 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
682 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
683 fi ;;
684 *) host_alias=$nonopt ;;
685 esac ;;
686 esac
687
688 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
689 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
690 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
691 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
692 echo "$ac_t""$host" 1>&6
693
694 echo $ac_n "checking target system type""... $ac_c" 1>&6
695 echo "configure:696: checking target system type" >&5
696
697 target_alias=$target
698 case "$target_alias" in
699 NONE)
700 case $nonopt in
701 NONE) target_alias=$host_alias ;;
702 *) target_alias=$nonopt ;;
703 esac ;;
704 esac
705
706 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
707 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
708 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
709 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
710 echo "$ac_t""$target" 1>&6
711
712 echo $ac_n "checking build system type""... $ac_c" 1>&6
713 echo "configure:714: checking build system type" >&5
714
715 build_alias=$build
716 case "$build_alias" in
717 NONE)
718 case $nonopt in
719 NONE) build_alias=$host_alias ;;
720 *) build_alias=$nonopt ;;
721 esac ;;
722 esac
723
724 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
725 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
726 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
727 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
728 echo "$ac_t""$build" 1>&6
729
730 test "$host_alias" != "$target_alias" &&
731 test "$program_prefix$program_suffix$program_transform_name" = \
732 NONENONEs,x,x, &&
733 program_prefix=${target_alias}-
734
735 # Extract the first word of "gcc", so it can be a program name with args.
736 set dummy gcc; ac_word=$2
737 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
738 echo "configure:739: checking for $ac_word" >&5
739 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
740 echo $ac_n "(cached) $ac_c" 1>&6
741 else
742 if test -n "$CC"; then
743 ac_cv_prog_CC="$CC" # Let the user override the test.
744 else
745 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
746 ac_dummy="$PATH"
747 for ac_dir in $ac_dummy; do
748 test -z "$ac_dir" && ac_dir=.
749 if test -f $ac_dir/$ac_word; then
750 ac_cv_prog_CC="gcc"
751 break
752 fi
753 done
754 IFS="$ac_save_ifs"
755 fi
756 fi
757 CC="$ac_cv_prog_CC"
758 if test -n "$CC"; then
759 echo "$ac_t""$CC" 1>&6
760 else
761 echo "$ac_t""no" 1>&6
762 fi
763
764 if test -z "$CC"; then
765 # Extract the first word of "cc", so it can be a program name with args.
766 set dummy cc; ac_word=$2
767 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
768 echo "configure:769: checking for $ac_word" >&5
769 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
770 echo $ac_n "(cached) $ac_c" 1>&6
771 else
772 if test -n "$CC"; then
773 ac_cv_prog_CC="$CC" # Let the user override the test.
774 else
775 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
776 ac_prog_rejected=no
777 ac_dummy="$PATH"
778 for ac_dir in $ac_dummy; 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 if test -z "$CC"; then
814 case "`uname -s`" in
815 *win32* | *WIN32*)
816 # Extract the first word of "cl", so it can be a program name with args.
817 set dummy cl; ac_word=$2
818 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
819 echo "configure:820: checking for $ac_word" >&5
820 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
821 echo $ac_n "(cached) $ac_c" 1>&6
822 else
823 if test -n "$CC"; then
824 ac_cv_prog_CC="$CC" # Let the user override the test.
825 else
826 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
827 ac_dummy="$PATH"
828 for ac_dir in $ac_dummy; do
829 test -z "$ac_dir" && ac_dir=.
830 if test -f $ac_dir/$ac_word; then
831 ac_cv_prog_CC="cl"
832 break
833 fi
834 done
835 IFS="$ac_save_ifs"
836 fi
837 fi
838 CC="$ac_cv_prog_CC"
839 if test -n "$CC"; then
840 echo "$ac_t""$CC" 1>&6
841 else
842 echo "$ac_t""no" 1>&6
843 fi
844 ;;
845 esac
846 fi
847 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
848 fi
849
850 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
851 echo "configure:852: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
852
853 ac_ext=c
854 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
855 ac_cpp='$CPP $CPPFLAGS'
856 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
857 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
858 cross_compiling=$ac_cv_prog_cc_cross
859
860 cat > conftest.$ac_ext << EOF
861
862 #line 863 "configure"
863 #include "confdefs.h"
864
865 main(){return(0);}
866 EOF
867 if { (eval echo configure:868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
868 ac_cv_prog_cc_works=yes
869 # If we can't run a trivial program, we are probably using a cross compiler.
870 if (./conftest; exit) 2>/dev/null; then
871 ac_cv_prog_cc_cross=no
872 else
873 ac_cv_prog_cc_cross=yes
874 fi
875 else
876 echo "configure: failed program was:" >&5
877 cat conftest.$ac_ext >&5
878 ac_cv_prog_cc_works=no
879 fi
880 rm -fr conftest*
881 ac_ext=c
882 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
883 ac_cpp='$CPP $CPPFLAGS'
884 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
885 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
886 cross_compiling=$ac_cv_prog_cc_cross
887
888 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
889 if test $ac_cv_prog_cc_works = no; then
890 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
891 fi
892 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
893 echo "configure:894: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
894 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
895 cross_compiling=$ac_cv_prog_cc_cross
896
897 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
898 echo "configure:899: checking whether we are using GNU C" >&5
899 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
900 echo $ac_n "(cached) $ac_c" 1>&6
901 else
902 cat > conftest.c <<EOF
903 #ifdef __GNUC__
904 yes;
905 #endif
906 EOF
907 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
908 ac_cv_prog_gcc=yes
909 else
910 ac_cv_prog_gcc=no
911 fi
912 fi
913
914 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
915
916 if test $ac_cv_prog_gcc = yes; then
917 GCC=yes
918 else
919 GCC=
920 fi
921
922 ac_test_CFLAGS="${CFLAGS+set}"
923 ac_save_CFLAGS="$CFLAGS"
924 CFLAGS=
925 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
926 echo "configure:927: checking whether ${CC-cc} accepts -g" >&5
927 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
928 echo $ac_n "(cached) $ac_c" 1>&6
929 else
930 echo 'void f(){}' > conftest.c
931 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
932 ac_cv_prog_cc_g=yes
933 else
934 ac_cv_prog_cc_g=no
935 fi
936 rm -f conftest*
937
938 fi
939
940 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
941 if test "$ac_test_CFLAGS" = set; then
942 CFLAGS="$ac_save_CFLAGS"
943 elif test $ac_cv_prog_cc_g = yes; then
944 if test "$GCC" = yes; then
945 CFLAGS="-g -O2"
946 else
947 CFLAGS="-g"
948 fi
949 else
950 if test "$GCC" = yes; then
951 CFLAGS="-O2"
952 else
953 CFLAGS=
954 fi
955 fi
956
957 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
958 echo "configure:959: checking for POSIXized ISC" >&5
959 if test -d /etc/conf/kconfig.d &&
960 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
961 then
962 echo "$ac_t""yes" 1>&6
963 ISC=yes # If later tests want to check for ISC.
964 cat >> confdefs.h <<\EOF
965 #define _POSIX_SOURCE 1
966 EOF
967
968 if test "$GCC" = yes; then
969 CC="$CC -posix"
970 else
971 CC="$CC -Xp"
972 fi
973 else
974 echo "$ac_t""no" 1>&6
975 ISC=
976 fi
977
978
979 # Find a good install program. We prefer a C program (faster),
980 # so one script is as good as another. But avoid the broken or
981 # incompatible versions:
982 # SysV /etc/install, /usr/sbin/install
983 # SunOS /usr/etc/install
984 # IRIX /sbin/install
985 # AIX /bin/install
986 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
987 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
988 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
989 # ./install, which can be erroneously created by make from ./install.sh.
990 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
991 echo "configure:992: checking for a BSD compatible install" >&5
992 if test -z "$INSTALL"; then
993 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
994 echo $ac_n "(cached) $ac_c" 1>&6
995 else
996 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
997 for ac_dir in $PATH; do
998 # Account for people who put trailing slashes in PATH elements.
999 case "$ac_dir/" in
1000 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1001 *)
1002 # OSF1 and SCO ODT 3.0 have their own names for install.
1003 # Don't use installbsd from OSF since it installs stuff as root
1004 # by default.
1005 for ac_prog in ginstall scoinst install; do
1006 if test -f $ac_dir/$ac_prog; then
1007 if test $ac_prog = install &&
1008 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1009 # AIX install. It has an incompatible calling convention.
1010 :
1011 else
1012 ac_cv_path_install="$ac_dir/$ac_prog -c"
1013 break 2
1014 fi
1015 fi
1016 done
1017 ;;
1018 esac
1019 done
1020 IFS="$ac_save_IFS"
1021
1022 fi
1023 if test "${ac_cv_path_install+set}" = set; then
1024 INSTALL="$ac_cv_path_install"
1025 else
1026 # As a last resort, use the slow shell script. We don't cache a
1027 # path for INSTALL within a source directory, because that will
1028 # break other packages using the cache if that directory is
1029 # removed, or if the path is relative.
1030 INSTALL="$ac_install_sh"
1031 fi
1032 fi
1033 echo "$ac_t""$INSTALL" 1>&6
1034
1035 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1036 # It thinks the first close brace ends the variable substitution.
1037 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1038
1039 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1040
1041 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1042
1043 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
1044 echo "configure:1045: checking whether build environment is sane" >&5
1045 # Just in case
1046 sleep 1
1047 echo timestamp > conftestfile
1048 # Do `set' in a subshell so we don't clobber the current shell's
1049 # arguments. Must try -L first in case configure is actually a
1050 # symlink; some systems play weird games with the mod time of symlinks
1051 # (eg FreeBSD returns the mod time of the symlink's containing
1052 # directory).
1053 if (
1054 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
1055 if test "$*" = "X"; then
1056 # -L didn't work.
1057 set X `ls -t $srcdir/configure conftestfile`
1058 fi
1059 if test "$*" != "X $srcdir/configure conftestfile" \
1060 && test "$*" != "X conftestfile $srcdir/configure"; then
1061
1062 # If neither matched, then we have a broken ls. This can happen
1063 # if, for instance, CONFIG_SHELL is bash and it inherits a
1064 # broken ls alias from the environment. This has actually
1065 # happened. Such a system could not be considered "sane".
1066 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
1067 alias in your environment" 1>&2; exit 1; }
1068 fi
1069
1070 test "$2" = conftestfile
1071 )
1072 then
1073 # Ok.
1074 :
1075 else
1076 { echo "configure: error: newly created file is older than distributed files!
1077 Check your system clock" 1>&2; exit 1; }
1078 fi
1079 rm -f conftest*
1080 echo "$ac_t""yes" 1>&6
1081 if test "$program_transform_name" = s,x,x,; then
1082 program_transform_name=
1083 else
1084 # Double any \ or $. echo might interpret backslashes.
1085 cat <<\EOF_SED > conftestsed
1086 s,\\,\\\\,g; s,\$,$$,g
1087 EOF_SED
1088 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
1089 rm -f conftestsed
1090 fi
1091 test "$program_prefix" != NONE &&
1092 program_transform_name="s,^,${program_prefix},; $program_transform_name"
1093 # Use a double $ so make ignores it.
1094 test "$program_suffix" != NONE &&
1095 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
1096
1097 # sed with no file args requires a program.
1098 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
1099
1100 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1101 echo "configure:1102: checking whether ${MAKE-make} sets \${MAKE}" >&5
1102 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
1103 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
1104 echo $ac_n "(cached) $ac_c" 1>&6
1105 else
1106 cat > conftestmake <<\EOF
1107 all:
1108 @echo 'ac_maketemp="${MAKE}"'
1109 EOF
1110 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1111 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1112 if test -n "$ac_maketemp"; then
1113 eval ac_cv_prog_make_${ac_make}_set=yes
1114 else
1115 eval ac_cv_prog_make_${ac_make}_set=no
1116 fi
1117 rm -f conftestmake
1118 fi
1119 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1120 echo "$ac_t""yes" 1>&6
1121 SET_MAKE=
1122 else
1123 echo "$ac_t""no" 1>&6
1124 SET_MAKE="MAKE=${MAKE-make}"
1125 fi
1126
1127
1128 PACKAGE=bfd
1129
1130 VERSION=2.11.92
1131
1132 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1133 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
1134 fi
1135 cat >> confdefs.h <<EOF
1136 #define PACKAGE "$PACKAGE"
1137 EOF
1138
1139 cat >> confdefs.h <<EOF
1140 #define VERSION "$VERSION"
1141 EOF
1142
1143
1144
1145 missing_dir=`cd $ac_aux_dir && pwd`
1146 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
1147 echo "configure:1148: checking for working aclocal" >&5
1148 # Run test in a subshell; some versions of sh will print an error if
1149 # an executable is not found, even if stderr is redirected.
1150 # Redirect stdin to placate older versions of autoconf. Sigh.
1151 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
1152 ACLOCAL=aclocal
1153 echo "$ac_t""found" 1>&6
1154 else
1155 ACLOCAL="$missing_dir/missing aclocal"
1156 echo "$ac_t""missing" 1>&6
1157 fi
1158
1159 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
1160 echo "configure:1161: checking for working autoconf" >&5
1161 # Run test in a subshell; some versions of sh will print an error if
1162 # an executable is not found, even if stderr is redirected.
1163 # Redirect stdin to placate older versions of autoconf. Sigh.
1164 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1165 AUTOCONF=autoconf
1166 echo "$ac_t""found" 1>&6
1167 else
1168 AUTOCONF="$missing_dir/missing autoconf"
1169 echo "$ac_t""missing" 1>&6
1170 fi
1171
1172 echo $ac_n "checking for working automake""... $ac_c" 1>&6
1173 echo "configure:1174: checking for working automake" >&5
1174 # Run test in a subshell; some versions of sh will print an error if
1175 # an executable is not found, even if stderr is redirected.
1176 # Redirect stdin to placate older versions of autoconf. Sigh.
1177 if (automake --version) < /dev/null > /dev/null 2>&1; then
1178 AUTOMAKE=automake
1179 echo "$ac_t""found" 1>&6
1180 else
1181 AUTOMAKE="$missing_dir/missing automake"
1182 echo "$ac_t""missing" 1>&6
1183 fi
1184
1185 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
1186 echo "configure:1187: checking for working autoheader" >&5
1187 # Run test in a subshell; some versions of sh will print an error if
1188 # an executable is not found, even if stderr is redirected.
1189 # Redirect stdin to placate older versions of autoconf. Sigh.
1190 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1191 AUTOHEADER=autoheader
1192 echo "$ac_t""found" 1>&6
1193 else
1194 AUTOHEADER="$missing_dir/missing autoheader"
1195 echo "$ac_t""missing" 1>&6
1196 fi
1197
1198 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
1199 echo "configure:1200: checking for working makeinfo" >&5
1200 # Run test in a subshell; some versions of sh will print an error if
1201 # an executable is not found, even if stderr is redirected.
1202 # Redirect stdin to placate older versions of autoconf. Sigh.
1203 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1204 MAKEINFO=makeinfo
1205 echo "$ac_t""found" 1>&6
1206 else
1207 MAKEINFO="$missing_dir/missing makeinfo"
1208 echo "$ac_t""missing" 1>&6
1209 fi
1210
1211
1212 # Uncomment the next line to remove the date from the reported bfd version
1213 #is_release=y
1214
1215 bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'`
1216
1217 bfd_version_string="\"${VERSION}\""
1218 bfd_version_date=`sed -e 's/.*DATE //' < ${srcdir}/version.h`
1219 if test x${is_release} = x; then
1220 bfd_version_string="\"${VERSION} ${bfd_version_date}\""
1221 fi
1222
1223
1224
1225
1226 if test $host != $build; then
1227 ac_tool_prefix=${host_alias}-
1228 else
1229 ac_tool_prefix=
1230 fi
1231
1232 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1233 set dummy ${ac_tool_prefix}ar; ac_word=$2
1234 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1235 echo "configure:1236: checking for $ac_word" >&5
1236 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1237 echo $ac_n "(cached) $ac_c" 1>&6
1238 else
1239 if test -n "$AR"; then
1240 ac_cv_prog_AR="$AR" # Let the user override the test.
1241 else
1242 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1243 ac_dummy="$PATH"
1244 for ac_dir in $ac_dummy; do
1245 test -z "$ac_dir" && ac_dir=.
1246 if test -f $ac_dir/$ac_word; then
1247 ac_cv_prog_AR="${ac_tool_prefix}ar"
1248 break
1249 fi
1250 done
1251 IFS="$ac_save_ifs"
1252 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1253 fi
1254 fi
1255 AR="$ac_cv_prog_AR"
1256 if test -n "$AR"; then
1257 echo "$ac_t""$AR" 1>&6
1258 else
1259 echo "$ac_t""no" 1>&6
1260 fi
1261
1262
1263
1264 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1265 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1266 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1267 echo "configure:1268: checking for $ac_word" >&5
1268 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1269 echo $ac_n "(cached) $ac_c" 1>&6
1270 else
1271 if test -n "$RANLIB"; then
1272 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1273 else
1274 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1275 ac_dummy="$PATH"
1276 for ac_dir in $ac_dummy; do
1277 test -z "$ac_dir" && ac_dir=.
1278 if test -f $ac_dir/$ac_word; then
1279 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1280 break
1281 fi
1282 done
1283 IFS="$ac_save_ifs"
1284 fi
1285 fi
1286 RANLIB="$ac_cv_prog_RANLIB"
1287 if test -n "$RANLIB"; then
1288 echo "$ac_t""$RANLIB" 1>&6
1289 else
1290 echo "$ac_t""no" 1>&6
1291 fi
1292
1293
1294 if test -z "$ac_cv_prog_RANLIB"; then
1295 if test -n "$ac_tool_prefix"; then
1296 # Extract the first word of "ranlib", so it can be a program name with args.
1297 set dummy ranlib; ac_word=$2
1298 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1299 echo "configure:1300: checking for $ac_word" >&5
1300 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1301 echo $ac_n "(cached) $ac_c" 1>&6
1302 else
1303 if test -n "$RANLIB"; then
1304 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1305 else
1306 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1307 ac_dummy="$PATH"
1308 for ac_dir in $ac_dummy; do
1309 test -z "$ac_dir" && ac_dir=.
1310 if test -f $ac_dir/$ac_word; then
1311 ac_cv_prog_RANLIB="ranlib"
1312 break
1313 fi
1314 done
1315 IFS="$ac_save_ifs"
1316 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1317 fi
1318 fi
1319 RANLIB="$ac_cv_prog_RANLIB"
1320 if test -n "$RANLIB"; then
1321 echo "$ac_t""$RANLIB" 1>&6
1322 else
1323 echo "$ac_t""no" 1>&6
1324 fi
1325
1326 else
1327 RANLIB=":"
1328 fi
1329 fi
1330
1331
1332 # Check whether --enable-shared or --disable-shared was given.
1333 if test "${enable_shared+set}" = set; then
1334 enableval="$enable_shared"
1335 p=${PACKAGE-default}
1336 case $enableval in
1337 yes) enable_shared=yes ;;
1338 no) enable_shared=no ;;
1339 *)
1340 enable_shared=no
1341 # Look at the argument we got. We use all the common list separators.
1342 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1343 for pkg in $enableval; do
1344 if test "X$pkg" = "X$p"; then
1345 enable_shared=yes
1346 fi
1347 done
1348 IFS="$ac_save_ifs"
1349 ;;
1350 esac
1351 else
1352 enable_shared=no
1353 fi
1354
1355
1356 # Check whether --enable-static or --disable-static was given.
1357 if test "${enable_static+set}" = set; then
1358 enableval="$enable_static"
1359 p=${PACKAGE-default}
1360 case $enableval in
1361 yes) enable_static=yes ;;
1362 no) enable_static=no ;;
1363 *)
1364 enable_static=no
1365 # Look at the argument we got. We use all the common list separators.
1366 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1367 for pkg in $enableval; do
1368 if test "X$pkg" = "X$p"; then
1369 enable_static=yes
1370 fi
1371 done
1372 IFS="$ac_save_ifs"
1373 ;;
1374 esac
1375 else
1376 enable_static=yes
1377 fi
1378
1379 # Check whether --enable-fast-install or --disable-fast-install was given.
1380 if test "${enable_fast_install+set}" = set; then
1381 enableval="$enable_fast_install"
1382 p=${PACKAGE-default}
1383 case $enableval in
1384 yes) enable_fast_install=yes ;;
1385 no) enable_fast_install=no ;;
1386 *)
1387 enable_fast_install=no
1388 # Look at the argument we got. We use all the common list separators.
1389 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1390 for pkg in $enableval; do
1391 if test "X$pkg" = "X$p"; then
1392 enable_fast_install=yes
1393 fi
1394 done
1395 IFS="$ac_save_ifs"
1396 ;;
1397 esac
1398 else
1399 enable_fast_install=yes
1400 fi
1401
1402 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1403 if test "${with_gnu_ld+set}" = set; then
1404 withval="$with_gnu_ld"
1405 test "$withval" = no || with_gnu_ld=yes
1406 else
1407 with_gnu_ld=no
1408 fi
1409
1410 ac_prog=ld
1411 if test "$GCC" = yes; then
1412 # Check if gcc -print-prog-name=ld gives a path.
1413 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1414 echo "configure:1415: checking for ld used by GCC" >&5
1415 case $host in
1416 *-*-mingw*)
1417 # gcc leaves a trailing carriage return which upsets mingw
1418 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1419 *)
1420 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1421 esac
1422 case $ac_prog in
1423 # Accept absolute paths.
1424 [\\/]* | [A-Za-z]:[\\/]*)
1425 re_direlt='/[^/][^/]*/\.\./'
1426 # Canonicalize the path of ld
1427 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1428 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1429 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1430 done
1431 test -z "$LD" && LD="$ac_prog"
1432 ;;
1433 "")
1434 # If it fails, then pretend we aren't using GCC.
1435 ac_prog=ld
1436 ;;
1437 *)
1438 # If it is relative, then search for the first ld in PATH.
1439 with_gnu_ld=unknown
1440 ;;
1441 esac
1442 elif test "$with_gnu_ld" = yes; then
1443 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1444 echo "configure:1445: checking for GNU ld" >&5
1445 else
1446 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1447 echo "configure:1448: checking for non-GNU ld" >&5
1448 fi
1449 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
1450 echo $ac_n "(cached) $ac_c" 1>&6
1451 else
1452 if test -z "$LD"; then
1453 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1454 for ac_dir in $PATH; do
1455 test -z "$ac_dir" && ac_dir=.
1456 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1457 lt_cv_path_LD="$ac_dir/$ac_prog"
1458 # Check to see if the program is GNU ld. I'd rather use --version,
1459 # but apparently some GNU ld's only accept -v.
1460 # Break only if it was the GNU/non-GNU ld that we prefer.
1461 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1462 test "$with_gnu_ld" != no && break
1463 else
1464 test "$with_gnu_ld" != yes && break
1465 fi
1466 fi
1467 done
1468 IFS="$ac_save_ifs"
1469 else
1470 lt_cv_path_LD="$LD" # Let the user override the test with a path.
1471 fi
1472 fi
1473
1474 LD="$lt_cv_path_LD"
1475 if test -n "$LD"; then
1476 echo "$ac_t""$LD" 1>&6
1477 else
1478 echo "$ac_t""no" 1>&6
1479 fi
1480 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1481 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1482 echo "configure:1483: checking if the linker ($LD) is GNU ld" >&5
1483 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
1484 echo $ac_n "(cached) $ac_c" 1>&6
1485 else
1486 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1487 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1488 lt_cv_prog_gnu_ld=yes
1489 else
1490 lt_cv_prog_gnu_ld=no
1491 fi
1492 fi
1493
1494 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
1495 with_gnu_ld=$lt_cv_prog_gnu_ld
1496
1497
1498 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
1499 echo "configure:1500: checking for $LD option to reload object files" >&5
1500 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1501 echo $ac_n "(cached) $ac_c" 1>&6
1502 else
1503 lt_cv_ld_reload_flag='-r'
1504 fi
1505
1506 echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1507 reload_flag=$lt_cv_ld_reload_flag
1508 test -n "$reload_flag" && reload_flag=" $reload_flag"
1509
1510 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1511 echo "configure:1512: checking for BSD-compatible nm" >&5
1512 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
1513 echo $ac_n "(cached) $ac_c" 1>&6
1514 else
1515 if test -n "$NM"; then
1516 # Let the user override the test.
1517 lt_cv_path_NM="$NM"
1518 else
1519 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1520 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1521 test -z "$ac_dir" && ac_dir=.
1522 tmp_nm=$ac_dir/${ac_tool_prefix}nm
1523 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
1524 # Check to see if the nm accepts a BSD-compat flag.
1525 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1526 # nm: unknown option "B" ignored
1527 # Tru64's nm complains that /dev/null is an invalid object file
1528 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
1529 lt_cv_path_NM="$tmp_nm -B"
1530 break
1531 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1532 lt_cv_path_NM="$tmp_nm -p"
1533 break
1534 else
1535 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1536 continue # so that we can try to find one that supports BSD flags
1537 fi
1538 fi
1539 done
1540 IFS="$ac_save_ifs"
1541 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1542 fi
1543 fi
1544
1545 NM="$lt_cv_path_NM"
1546 echo "$ac_t""$NM" 1>&6
1547
1548 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1549 echo "configure:1550: checking whether ln -s works" >&5
1550 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1551 echo $ac_n "(cached) $ac_c" 1>&6
1552 else
1553 rm -f conftestdata
1554 if ln -s X conftestdata 2>/dev/null
1555 then
1556 rm -f conftestdata
1557 ac_cv_prog_LN_S="ln -s"
1558 else
1559 ac_cv_prog_LN_S=ln
1560 fi
1561 fi
1562 LN_S="$ac_cv_prog_LN_S"
1563 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1564 echo "$ac_t""yes" 1>&6
1565 else
1566 echo "$ac_t""no" 1>&6
1567 fi
1568
1569 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
1570 echo "configure:1571: checking how to recognise dependant libraries" >&5
1571 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1572 echo $ac_n "(cached) $ac_c" 1>&6
1573 else
1574 lt_cv_file_magic_cmd='$MAGIC_CMD'
1575 lt_cv_file_magic_test_file=
1576 lt_cv_deplibs_check_method='unknown'
1577 # Need to set the preceding variable on all platforms that support
1578 # interlibrary dependencies.
1579 # 'none' -- dependencies not supported.
1580 # `unknown' -- same as none, but documents that we really don't know.
1581 # 'pass_all' -- all dependencies passed with no checks.
1582 # 'test_compile' -- check by making test program.
1583 # 'file_magic [regex]' -- check by looking for files in library path
1584 # which responds to the $file_magic_cmd with a given egrep regex.
1585 # If you have `file' or equivalent on your system and you're not sure
1586 # whether `pass_all' will *always* work, you probably want this one.
1587
1588 case $host_os in
1589 aix*)
1590 lt_cv_deplibs_check_method=pass_all
1591 ;;
1592
1593 beos*)
1594 lt_cv_deplibs_check_method=pass_all
1595 ;;
1596
1597 bsdi4*)
1598 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1599 lt_cv_file_magic_cmd='/usr/bin/file -L'
1600 lt_cv_file_magic_test_file=/shlib/libc.so
1601 ;;
1602
1603 cygwin* | mingw* |pw32*)
1604 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1605 lt_cv_file_magic_cmd='$OBJDUMP -f'
1606 ;;
1607
1608 darwin* | rhapsody*)
1609 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
1610 lt_cv_file_magic_cmd='/usr/bin/file -L'
1611 case "$host_os" in
1612 rhapsody* | darwin1.012)
1613 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
1614 ;;
1615 *) # Darwin 1.3 on
1616 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
1617 ;;
1618 esac
1619 ;;
1620
1621 freebsd* )
1622 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1623 case $host_cpu in
1624 i*86 )
1625 # Not sure whether the presence of OpenBSD here was a mistake.
1626 # Let's accept both of them until this is cleared up.
1627 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
1628 lt_cv_file_magic_cmd=/usr/bin/file
1629 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1630 ;;
1631 esac
1632 else
1633 lt_cv_deplibs_check_method=pass_all
1634 fi
1635 ;;
1636
1637 gnu*)
1638 lt_cv_deplibs_check_method=pass_all
1639 ;;
1640
1641 hpux10.20*|hpux11*)
1642 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
1643 lt_cv_file_magic_cmd=/usr/bin/file
1644 lt_cv_file_magic_test_file=/usr/lib/libc.sl
1645 ;;
1646
1647 irix5* | irix6*)
1648 case $host_os in
1649 irix5*)
1650 # this will be overridden with pass_all, but let us keep it just in case
1651 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
1652 ;;
1653 *)
1654 case $LD in
1655 *-32|*"-32 ") libmagic=32-bit;;
1656 *-n32|*"-n32 ") libmagic=N32;;
1657 *-64|*"-64 ") libmagic=64-bit;;
1658 *) libmagic=never-match;;
1659 esac
1660 # this will be overridden with pass_all, but let us keep it just in case
1661 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
1662 ;;
1663 esac
1664 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
1665 lt_cv_deplibs_check_method=pass_all
1666 ;;
1667
1668 # This must be Linux ELF.
1669 linux-gnu*)
1670 case $host_cpu in
1671 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
1672 lt_cv_deplibs_check_method=pass_all ;;
1673 *)
1674 # glibc up to 2.1.1 does not perform some relocations on ARM
1675 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
1676 esac
1677 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
1678 ;;
1679
1680 netbsd*)
1681 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1682 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
1683 else
1684 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
1685 fi
1686 ;;
1687
1688 newsos6)
1689 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
1690 lt_cv_file_magic_cmd=/usr/bin/file
1691 lt_cv_file_magic_test_file=/usr/lib/libnls.so
1692 ;;
1693
1694 osf3* | osf4* | osf5*)
1695 # this will be overridden with pass_all, but let us keep it just in case
1696 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
1697 lt_cv_file_magic_test_file=/shlib/libc.so
1698 lt_cv_deplibs_check_method=pass_all
1699 ;;
1700
1701 sco3.2v5*)
1702 lt_cv_deplibs_check_method=pass_all
1703 ;;
1704
1705 solaris*)
1706 lt_cv_deplibs_check_method=pass_all
1707 lt_cv_file_magic_test_file=/lib/libc.so
1708 ;;
1709
1710 sysv5uw[78]* | sysv4*uw2*)
1711 lt_cv_deplibs_check_method=pass_all
1712 ;;
1713
1714 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1715 case $host_vendor in
1716 ncr)
1717 lt_cv_deplibs_check_method=pass_all
1718 ;;
1719 motorola)
1720 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
1721 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1722 ;;
1723 esac
1724 ;;
1725 esac
1726
1727 fi
1728
1729 echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
1730 file_magic_cmd=$lt_cv_file_magic_cmd
1731 deplibs_check_method=$lt_cv_deplibs_check_method
1732
1733 echo $ac_n "checking for object suffix""... $ac_c" 1>&6
1734 echo "configure:1735: checking for object suffix" >&5
1735 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1736 echo $ac_n "(cached) $ac_c" 1>&6
1737 else
1738 rm -f conftest*
1739 echo 'int i = 1;' > conftest.$ac_ext
1740 if { (eval echo configure:1741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1741 for ac_file in conftest.*; do
1742 case $ac_file in
1743 *.c) ;;
1744 *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
1745 esac
1746 done
1747 else
1748 { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
1749 fi
1750 rm -f conftest*
1751 fi
1752
1753 echo "$ac_t""$ac_cv_objext" 1>&6
1754 OBJEXT=$ac_cv_objext
1755 ac_objext=$ac_cv_objext
1756
1757
1758
1759 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1760 echo "configure:1761: checking for executable suffix" >&5
1761 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1762 echo $ac_n "(cached) $ac_c" 1>&6
1763 else
1764 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1765 ac_cv_exeext=.exe
1766 else
1767 rm -f conftest*
1768 echo 'int main () { return 0; }' > conftest.$ac_ext
1769 ac_cv_exeext=
1770 if { (eval echo configure:1771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1771 for file in conftest.*; do
1772 case $file in
1773 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
1774 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1775 esac
1776 done
1777 else
1778 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1779 fi
1780 rm -f conftest*
1781 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1782 fi
1783 fi
1784
1785 EXEEXT=""
1786 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1787 echo "$ac_t""${ac_cv_exeext}" 1>&6
1788 ac_exeext=$EXEEXT
1789
1790 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
1791
1792 # Only perform the check for file, if the check method requires it
1793 case $deplibs_check_method in
1794 file_magic*)
1795 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
1796 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
1797 echo "configure:1798: checking for ${ac_tool_prefix}file" >&5
1798 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
1799 echo $ac_n "(cached) $ac_c" 1>&6
1800 else
1801 case $MAGIC_CMD in
1802 /*)
1803 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1804 ;;
1805 ?:/*)
1806 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
1807 ;;
1808 *)
1809 ac_save_MAGIC_CMD="$MAGIC_CMD"
1810 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1811 ac_dummy="/usr/bin:$PATH"
1812 for ac_dir in $ac_dummy; do
1813 test -z "$ac_dir" && ac_dir=.
1814 if test -f $ac_dir/${ac_tool_prefix}file; then
1815 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
1816 if test -n "$file_magic_test_file"; then
1817 case $deplibs_check_method in
1818 "file_magic "*)
1819 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1820 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1821 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1822 egrep "$file_magic_regex" > /dev/null; then
1823 :
1824 else
1825 cat <<EOF 1>&2
1826
1827 *** Warning: the command libtool uses to detect shared libraries,
1828 *** $file_magic_cmd, produces output that libtool cannot recognize.
1829 *** The result is that libtool may fail to recognize shared libraries
1830 *** as such. This will affect the creation of libtool libraries that
1831 *** depend on shared libraries, but programs linked with such libtool
1832 *** libraries will work regardless of this problem. Nevertheless, you
1833 *** may want to report the problem to your system manager and/or to
1834 *** bug-libtool@gnu.org
1835
1836 EOF
1837 fi ;;
1838 esac
1839 fi
1840 break
1841 fi
1842 done
1843 IFS="$ac_save_ifs"
1844 MAGIC_CMD="$ac_save_MAGIC_CMD"
1845 ;;
1846 esac
1847 fi
1848
1849 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1850 if test -n "$MAGIC_CMD"; then
1851 echo "$ac_t""$MAGIC_CMD" 1>&6
1852 else
1853 echo "$ac_t""no" 1>&6
1854 fi
1855
1856 if test -z "$lt_cv_path_MAGIC_CMD"; then
1857 if test -n "$ac_tool_prefix"; then
1858 echo $ac_n "checking for file""... $ac_c" 1>&6
1859 echo "configure:1860: checking for file" >&5
1860 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
1861 echo $ac_n "(cached) $ac_c" 1>&6
1862 else
1863 case $MAGIC_CMD in
1864 /*)
1865 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1866 ;;
1867 ?:/*)
1868 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
1869 ;;
1870 *)
1871 ac_save_MAGIC_CMD="$MAGIC_CMD"
1872 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1873 ac_dummy="/usr/bin:$PATH"
1874 for ac_dir in $ac_dummy; do
1875 test -z "$ac_dir" && ac_dir=.
1876 if test -f $ac_dir/file; then
1877 lt_cv_path_MAGIC_CMD="$ac_dir/file"
1878 if test -n "$file_magic_test_file"; then
1879 case $deplibs_check_method in
1880 "file_magic "*)
1881 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1882 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1883 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1884 egrep "$file_magic_regex" > /dev/null; then
1885 :
1886 else
1887 cat <<EOF 1>&2
1888
1889 *** Warning: the command libtool uses to detect shared libraries,
1890 *** $file_magic_cmd, produces output that libtool cannot recognize.
1891 *** The result is that libtool may fail to recognize shared libraries
1892 *** as such. This will affect the creation of libtool libraries that
1893 *** depend on shared libraries, but programs linked with such libtool
1894 *** libraries will work regardless of this problem. Nevertheless, you
1895 *** may want to report the problem to your system manager and/or to
1896 *** bug-libtool@gnu.org
1897
1898 EOF
1899 fi ;;
1900 esac
1901 fi
1902 break
1903 fi
1904 done
1905 IFS="$ac_save_ifs"
1906 MAGIC_CMD="$ac_save_MAGIC_CMD"
1907 ;;
1908 esac
1909 fi
1910
1911 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1912 if test -n "$MAGIC_CMD"; then
1913 echo "$ac_t""$MAGIC_CMD" 1>&6
1914 else
1915 echo "$ac_t""no" 1>&6
1916 fi
1917
1918 else
1919 MAGIC_CMD=:
1920 fi
1921 fi
1922
1923 fi
1924 ;;
1925 esac
1926
1927 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1928 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1930 echo "configure:1931: checking for $ac_word" >&5
1931 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1932 echo $ac_n "(cached) $ac_c" 1>&6
1933 else
1934 if test -n "$RANLIB"; then
1935 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1936 else
1937 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1938 ac_dummy="$PATH"
1939 for ac_dir in $ac_dummy; do
1940 test -z "$ac_dir" && ac_dir=.
1941 if test -f $ac_dir/$ac_word; then
1942 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1943 break
1944 fi
1945 done
1946 IFS="$ac_save_ifs"
1947 fi
1948 fi
1949 RANLIB="$ac_cv_prog_RANLIB"
1950 if test -n "$RANLIB"; then
1951 echo "$ac_t""$RANLIB" 1>&6
1952 else
1953 echo "$ac_t""no" 1>&6
1954 fi
1955
1956
1957 if test -z "$ac_cv_prog_RANLIB"; then
1958 if test -n "$ac_tool_prefix"; then
1959 # Extract the first word of "ranlib", so it can be a program name with args.
1960 set dummy ranlib; ac_word=$2
1961 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1962 echo "configure:1963: checking for $ac_word" >&5
1963 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1964 echo $ac_n "(cached) $ac_c" 1>&6
1965 else
1966 if test -n "$RANLIB"; then
1967 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1968 else
1969 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1970 ac_dummy="$PATH"
1971 for ac_dir in $ac_dummy; do
1972 test -z "$ac_dir" && ac_dir=.
1973 if test -f $ac_dir/$ac_word; then
1974 ac_cv_prog_RANLIB="ranlib"
1975 break
1976 fi
1977 done
1978 IFS="$ac_save_ifs"
1979 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1980 fi
1981 fi
1982 RANLIB="$ac_cv_prog_RANLIB"
1983 if test -n "$RANLIB"; then
1984 echo "$ac_t""$RANLIB" 1>&6
1985 else
1986 echo "$ac_t""no" 1>&6
1987 fi
1988
1989 else
1990 RANLIB=":"
1991 fi
1992 fi
1993
1994 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1995 set dummy ${ac_tool_prefix}strip; ac_word=$2
1996 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1997 echo "configure:1998: checking for $ac_word" >&5
1998 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
1999 echo $ac_n "(cached) $ac_c" 1>&6
2000 else
2001 if test -n "$STRIP"; then
2002 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2003 else
2004 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2005 ac_dummy="$PATH"
2006 for ac_dir in $ac_dummy; do
2007 test -z "$ac_dir" && ac_dir=.
2008 if test -f $ac_dir/$ac_word; then
2009 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2010 break
2011 fi
2012 done
2013 IFS="$ac_save_ifs"
2014 fi
2015 fi
2016 STRIP="$ac_cv_prog_STRIP"
2017 if test -n "$STRIP"; then
2018 echo "$ac_t""$STRIP" 1>&6
2019 else
2020 echo "$ac_t""no" 1>&6
2021 fi
2022
2023
2024 if test -z "$ac_cv_prog_STRIP"; then
2025 if test -n "$ac_tool_prefix"; then
2026 # Extract the first word of "strip", so it can be a program name with args.
2027 set dummy strip; ac_word=$2
2028 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2029 echo "configure:2030: checking for $ac_word" >&5
2030 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2031 echo $ac_n "(cached) $ac_c" 1>&6
2032 else
2033 if test -n "$STRIP"; then
2034 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2035 else
2036 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2037 ac_dummy="$PATH"
2038 for ac_dir in $ac_dummy; do
2039 test -z "$ac_dir" && ac_dir=.
2040 if test -f $ac_dir/$ac_word; then
2041 ac_cv_prog_STRIP="strip"
2042 break
2043 fi
2044 done
2045 IFS="$ac_save_ifs"
2046 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":"
2047 fi
2048 fi
2049 STRIP="$ac_cv_prog_STRIP"
2050 if test -n "$STRIP"; then
2051 echo "$ac_t""$STRIP" 1>&6
2052 else
2053 echo "$ac_t""no" 1>&6
2054 fi
2055
2056 else
2057 STRIP=":"
2058 fi
2059 fi
2060
2061
2062 # Check for any special flags to pass to ltconfig.
2063 libtool_flags="--cache-file=$cache_file"
2064 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
2065 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
2066 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
2067 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
2068 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
2069
2070
2071 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2072 if test "${enable_libtool_lock+set}" = set; then
2073 enableval="$enable_libtool_lock"
2074 :
2075 fi
2076
2077 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
2078 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
2079
2080 # Check whether --with-pic or --without-pic was given.
2081 if test "${with_pic+set}" = set; then
2082 withval="$with_pic"
2083 pic_mode="$withval"
2084 else
2085 pic_mode=default
2086 fi
2087
2088 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
2089 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
2090
2091 # Some flags need to be propagated to the compiler or linker for good
2092 # libtool support.
2093 case $host in
2094 *-*-irix6*)
2095 # Find out which ABI we are using.
2096 echo '#line 2097 "configure"' > conftest.$ac_ext
2097 if { (eval echo configure:2098: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2098 case `/usr/bin/file conftest.$ac_objext` in
2099 *32-bit*)
2100 LD="${LD-ld} -32"
2101 ;;
2102 *N32*)
2103 LD="${LD-ld} -n32"
2104 ;;
2105 *64-bit*)
2106 LD="${LD-ld} -64"
2107 ;;
2108 esac
2109 fi
2110 rm -rf conftest*
2111 ;;
2112
2113 *-*-sco3.2v5*)
2114 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2115 SAVE_CFLAGS="$CFLAGS"
2116 CFLAGS="$CFLAGS -belf"
2117 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
2118 echo "configure:2119: checking whether the C compiler needs -belf" >&5
2119 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2120 echo $ac_n "(cached) $ac_c" 1>&6
2121 else
2122
2123 ac_ext=c
2124 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2125 ac_cpp='$CPP $CPPFLAGS'
2126 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2127 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2128 cross_compiling=$ac_cv_prog_cc_cross
2129
2130 cat > conftest.$ac_ext <<EOF
2131 #line 2132 "configure"
2132 #include "confdefs.h"
2133
2134 int main() {
2135
2136 ; return 0; }
2137 EOF
2138 if { (eval echo configure:2139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2139 rm -rf conftest*
2140 lt_cv_cc_needs_belf=yes
2141 else
2142 echo "configure: failed program was:" >&5
2143 cat conftest.$ac_ext >&5
2144 rm -rf conftest*
2145 lt_cv_cc_needs_belf=no
2146 fi
2147 rm -f conftest*
2148 ac_ext=c
2149 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2150 ac_cpp='$CPP $CPPFLAGS'
2151 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2152 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2153 cross_compiling=$ac_cv_prog_cc_cross
2154
2155 fi
2156
2157 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2158 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2159 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2160 CFLAGS="$SAVE_CFLAGS"
2161 fi
2162 ;;
2163
2164
2165 esac
2166
2167
2168 # Save cache, so that ltconfig can load it
2169 cat > confcache <<\EOF
2170 # This file is a shell script that caches the results of configure
2171 # tests run on this system so they can be shared between configure
2172 # scripts and configure runs. It is not useful on other systems.
2173 # If it contains results you don't want to keep, you may remove or edit it.
2174 #
2175 # By default, configure uses ./config.cache as the cache file,
2176 # creating it if it does not exist already. You can give configure
2177 # the --cache-file=FILE option to use a different cache file; that is
2178 # what configure does when it calls configure scripts in
2179 # subdirectories, so they share the cache.
2180 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2181 # config.status only pays attention to the cache file if you give it the
2182 # --recheck option to rerun configure.
2183 #
2184 EOF
2185 # The following way of writing the cache mishandles newlines in values,
2186 # but we know of no workaround that is simple, portable, and efficient.
2187 # So, don't put newlines in cache variables' values.
2188 # Ultrix sh set writes to stderr and can't be redirected directly,
2189 # and sets the high bit in the cache file unless we assign to the vars.
2190 (set) 2>&1 |
2191 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2192 *ac_space=\ *)
2193 # `set' does not quote correctly, so add quotes (double-quote substitution
2194 # turns \\\\ into \\, and sed turns \\ into \).
2195 sed -n \
2196 -e "s/'/'\\\\''/g" \
2197 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2198 ;;
2199 *)
2200 # `set' quotes correctly as required by POSIX, so do not add quotes.
2201 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2202 ;;
2203 esac >> confcache
2204 if cmp -s $cache_file confcache; then
2205 :
2206 else
2207 if test -w $cache_file; then
2208 echo "updating cache $cache_file"
2209 cat confcache > $cache_file
2210 else
2211 echo "not updating unwritable cache $cache_file"
2212 fi
2213 fi
2214 rm -f confcache
2215
2216
2217 # Actually configure libtool. ac_aux_dir is where install-sh is found.
2218 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2219 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2220 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2221 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2222 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2223 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
2224 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
2225 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
2226 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2227
2228 # Reload cache, that may have been modified by ltconfig
2229 if test -r "$cache_file"; then
2230 echo "loading cache $cache_file"
2231 . $cache_file
2232 else
2233 echo "creating cache $cache_file"
2234 > $cache_file
2235 fi
2236
2237
2238 # This can be used to rebuild libtool when needed
2239 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
2240
2241 # Always use our own libtool.
2242 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2243
2244 # Redirect the config.log output again, so that the ltconfig log is not
2245 # clobbered by the next message.
2246 exec 5>>./config.log
2247
2248
2249
2250
2251
2252
2253
2254 # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
2255 if test "${enable_64_bit_bfd+set}" = set; then
2256 enableval="$enable_64_bit_bfd"
2257 case "${enableval}" in
2258 yes) want64=true ;;
2259 no) want64=false ;;
2260 *) { echo "configure: error: bad value ${enableval} for 64-bit-bfd option" 1>&2; exit 1; } ;;
2261 esac
2262 else
2263 want64=false
2264 fi
2265 # Check whether --enable-targets or --disable-targets was given.
2266 if test "${enable_targets+set}" = set; then
2267 enableval="$enable_targets"
2268 case "${enableval}" in
2269 yes | "") { echo "configure: error: enable-targets option must specify target names or 'all'" 1>&2; exit 1; }
2270 ;;
2271 no) enable_targets= ;;
2272 *) enable_targets=$enableval ;;
2273 esac
2274 fi
2275 # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
2276 if test "${enable_commonbfdlib+set}" = set; then
2277 enableval="$enable_commonbfdlib"
2278 case "${enableval}" in
2279 yes) commonbfdlib=true ;;
2280 no) commonbfdlib=false ;;
2281 *) { echo "configure: error: bad value ${enableval} for BFD commonbfdlib option" 1>&2; exit 1; } ;;
2282 esac
2283 fi
2284 # Check whether --with-mmap or --without-mmap was given.
2285 if test "${with_mmap+set}" = set; then
2286 withval="$with_mmap"
2287 case "${withval}" in
2288 yes) want_mmap=true ;;
2289 no) want_mmap=false ;;
2290 *) { echo "configure: error: bad value ${withval} for BFD with-mmap option" 1>&2; exit 1; } ;;
2291 esac
2292 else
2293 want_mmap=false
2294 fi
2295
2296 build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
2297 # Check whether --enable-build-warnings or --disable-build-warnings was given.
2298 if test "${enable_build_warnings+set}" = set; then
2299 enableval="$enable_build_warnings"
2300 case "${enableval}" in
2301 yes) ;;
2302 no) build_warnings="-w";;
2303 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
2304 build_warnings="${build_warnings} ${t}";;
2305 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
2306 build_warnings="${t} ${build_warnings}";;
2307 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
2308 esac
2309 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
2310 echo "Setting warning flags = $build_warnings" 6>&1
2311 fi
2312 fi
2313 WARN_CFLAGS=""
2314 if test "x${build_warnings}" != x -a "x$GCC" = xyes ; then
2315 WARN_CFLAGS="${build_warnings}"
2316 fi
2317
2318
2319
2320
2321
2322
2323 if test -z "$target" ; then
2324 { echo "configure: error: Unrecognized target system type; please check config.sub." 1>&2; exit 1; }
2325 fi
2326
2327 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
2328 echo "configure:2329: checking whether to enable maintainer-specific portions of Makefiles" >&5
2329 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2330 if test "${enable_maintainer_mode+set}" = set; then
2331 enableval="$enable_maintainer_mode"
2332 USE_MAINTAINER_MODE=$enableval
2333 else
2334 USE_MAINTAINER_MODE=no
2335 fi
2336
2337 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
2338
2339
2340 if test $USE_MAINTAINER_MODE = yes; then
2341 MAINTAINER_MODE_TRUE=
2342 MAINTAINER_MODE_FALSE='#'
2343 else
2344 MAINTAINER_MODE_TRUE='#'
2345 MAINTAINER_MODE_FALSE=
2346 fi
2347 MAINT=$MAINTAINER_MODE_TRUE
2348
2349
2350
2351
2352 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
2353 echo "configure:2354: checking for executable suffix" >&5
2354 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
2355 echo $ac_n "(cached) $ac_c" 1>&6
2356 else
2357 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
2358 ac_cv_exeext=.exe
2359 else
2360 rm -f conftest*
2361 echo 'int main () { return 0; }' > conftest.$ac_ext
2362 ac_cv_exeext=
2363 if { (eval echo configure:2364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
2364 for file in conftest.*; do
2365 case $file in
2366 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
2367 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
2368 esac
2369 done
2370 else
2371 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
2372 fi
2373 rm -f conftest*
2374 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
2375 fi
2376 fi
2377
2378 EXEEXT=""
2379 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
2380 echo "$ac_t""${ac_cv_exeext}" 1>&6
2381 ac_exeext=$EXEEXT
2382
2383
2384 host64=false
2385 target64=false
2386 bfd_default_target_size=32
2387
2388 # host stuff:
2389
2390 # Extract the first word of "gcc", so it can be a program name with args.
2391 set dummy gcc; ac_word=$2
2392 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2393 echo "configure:2394: checking for $ac_word" >&5
2394 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
2395 echo $ac_n "(cached) $ac_c" 1>&6
2396 else
2397 if test -n "$CC"; then
2398 ac_cv_prog_CC="$CC" # Let the user override the test.
2399 else
2400 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2401 ac_dummy="$PATH"
2402 for ac_dir in $ac_dummy; do
2403 test -z "$ac_dir" && ac_dir=.
2404 if test -f $ac_dir/$ac_word; then
2405 ac_cv_prog_CC="gcc"
2406 break
2407 fi
2408 done
2409 IFS="$ac_save_ifs"
2410 fi
2411 fi
2412 CC="$ac_cv_prog_CC"
2413 if test -n "$CC"; then
2414 echo "$ac_t""$CC" 1>&6
2415 else
2416 echo "$ac_t""no" 1>&6
2417 fi
2418
2419 if test -z "$CC"; then
2420 # Extract the first word of "cc", so it can be a program name with args.
2421 set dummy cc; ac_word=$2
2422 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2423 echo "configure:2424: checking for $ac_word" >&5
2424 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
2425 echo $ac_n "(cached) $ac_c" 1>&6
2426 else
2427 if test -n "$CC"; then
2428 ac_cv_prog_CC="$CC" # Let the user override the test.
2429 else
2430 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2431 ac_prog_rejected=no
2432 ac_dummy="$PATH"
2433 for ac_dir in $ac_dummy; do
2434 test -z "$ac_dir" && ac_dir=.
2435 if test -f $ac_dir/$ac_word; then
2436 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
2437 ac_prog_rejected=yes
2438 continue
2439 fi
2440 ac_cv_prog_CC="cc"
2441 break
2442 fi
2443 done
2444 IFS="$ac_save_ifs"
2445 if test $ac_prog_rejected = yes; then
2446 # We found a bogon in the path, so make sure we never use it.
2447 set dummy $ac_cv_prog_CC
2448 shift
2449 if test $# -gt 0; then
2450 # We chose a different compiler from the bogus one.
2451 # However, it has the same basename, so the bogon will be chosen
2452 # first if we set CC to just the basename; use the full file name.
2453 shift
2454 set dummy "$ac_dir/$ac_word" "$@"
2455 shift
2456 ac_cv_prog_CC="$@"
2457 fi
2458 fi
2459 fi
2460 fi
2461 CC="$ac_cv_prog_CC"
2462 if test -n "$CC"; then
2463 echo "$ac_t""$CC" 1>&6
2464 else
2465 echo "$ac_t""no" 1>&6
2466 fi
2467
2468 if test -z "$CC"; then
2469 case "`uname -s`" in
2470 *win32* | *WIN32*)
2471 # Extract the first word of "cl", so it can be a program name with args.
2472 set dummy cl; ac_word=$2
2473 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2474 echo "configure:2475: checking for $ac_word" >&5
2475 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
2476 echo $ac_n "(cached) $ac_c" 1>&6
2477 else
2478 if test -n "$CC"; then
2479 ac_cv_prog_CC="$CC" # Let the user override the test.
2480 else
2481 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2482 ac_dummy="$PATH"
2483 for ac_dir in $ac_dummy; do
2484 test -z "$ac_dir" && ac_dir=.
2485 if test -f $ac_dir/$ac_word; then
2486 ac_cv_prog_CC="cl"
2487 break
2488 fi
2489 done
2490 IFS="$ac_save_ifs"
2491 fi
2492 fi
2493 CC="$ac_cv_prog_CC"
2494 if test -n "$CC"; then
2495 echo "$ac_t""$CC" 1>&6
2496 else
2497 echo "$ac_t""no" 1>&6
2498 fi
2499 ;;
2500 esac
2501 fi
2502 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
2503 fi
2504
2505 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2506 echo "configure:2507: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
2507
2508 ac_ext=c
2509 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2510 ac_cpp='$CPP $CPPFLAGS'
2511 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2512 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2513 cross_compiling=$ac_cv_prog_cc_cross
2514
2515 cat > conftest.$ac_ext << EOF
2516
2517 #line 2518 "configure"
2518 #include "confdefs.h"
2519
2520 main(){return(0);}
2521 EOF
2522 if { (eval echo configure:2523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2523 ac_cv_prog_cc_works=yes
2524 # If we can't run a trivial program, we are probably using a cross compiler.
2525 if (./conftest; exit) 2>/dev/null; then
2526 ac_cv_prog_cc_cross=no
2527 else
2528 ac_cv_prog_cc_cross=yes
2529 fi
2530 else
2531 echo "configure: failed program was:" >&5
2532 cat conftest.$ac_ext >&5
2533 ac_cv_prog_cc_works=no
2534 fi
2535 rm -fr conftest*
2536 ac_ext=c
2537 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2538 ac_cpp='$CPP $CPPFLAGS'
2539 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2540 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2541 cross_compiling=$ac_cv_prog_cc_cross
2542
2543 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
2544 if test $ac_cv_prog_cc_works = no; then
2545 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
2546 fi
2547 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2548 echo "configure:2549: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
2549 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2550 cross_compiling=$ac_cv_prog_cc_cross
2551
2552 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2553 echo "configure:2554: checking whether we are using GNU C" >&5
2554 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2555 echo $ac_n "(cached) $ac_c" 1>&6
2556 else
2557 cat > conftest.c <<EOF
2558 #ifdef __GNUC__
2559 yes;
2560 #endif
2561 EOF
2562 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2563: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
2563 ac_cv_prog_gcc=yes
2564 else
2565 ac_cv_prog_gcc=no
2566 fi
2567 fi
2568
2569 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
2570
2571 if test $ac_cv_prog_gcc = yes; then
2572 GCC=yes
2573 else
2574 GCC=
2575 fi
2576
2577 ac_test_CFLAGS="${CFLAGS+set}"
2578 ac_save_CFLAGS="$CFLAGS"
2579 CFLAGS=
2580 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2581 echo "configure:2582: checking whether ${CC-cc} accepts -g" >&5
2582 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
2583 echo $ac_n "(cached) $ac_c" 1>&6
2584 else
2585 echo 'void f(){}' > conftest.c
2586 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
2587 ac_cv_prog_cc_g=yes
2588 else
2589 ac_cv_prog_cc_g=no
2590 fi
2591 rm -f conftest*
2592
2593 fi
2594
2595 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
2596 if test "$ac_test_CFLAGS" = set; then
2597 CFLAGS="$ac_save_CFLAGS"
2598 elif test $ac_cv_prog_cc_g = yes; then
2599 if test "$GCC" = yes; then
2600 CFLAGS="-g -O2"
2601 else
2602 CFLAGS="-g"
2603 fi
2604 else
2605 if test "$GCC" = yes; then
2606 CFLAGS="-O2"
2607 else
2608 CFLAGS=
2609 fi
2610 fi
2611
2612
2613 ALL_LINGUAS=
2614 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2615 echo "configure:2616: checking how to run the C preprocessor" >&5
2616 # On Suns, sometimes $CPP names a directory.
2617 if test -n "$CPP" && test -d "$CPP"; then
2618 CPP=
2619 fi
2620 if test -z "$CPP"; then
2621 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2622 echo $ac_n "(cached) $ac_c" 1>&6
2623 else
2624 # This must be in double quotes, not single quotes, because CPP may get
2625 # substituted into the Makefile and "${CC-cc}" will confuse make.
2626 CPP="${CC-cc} -E"
2627 # On the NeXT, cc -E runs the code through the compiler's parser,
2628 # not just through cpp.
2629 cat > conftest.$ac_ext <<EOF
2630 #line 2631 "configure"
2631 #include "confdefs.h"
2632 #include <assert.h>
2633 Syntax Error
2634 EOF
2635 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2636 { (eval echo configure:2637: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2637 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2638 if test -z "$ac_err"; then
2639 :
2640 else
2641 echo "$ac_err" >&5
2642 echo "configure: failed program was:" >&5
2643 cat conftest.$ac_ext >&5
2644 rm -rf conftest*
2645 CPP="${CC-cc} -E -traditional-cpp"
2646 cat > conftest.$ac_ext <<EOF
2647 #line 2648 "configure"
2648 #include "confdefs.h"
2649 #include <assert.h>
2650 Syntax Error
2651 EOF
2652 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2653 { (eval echo configure:2654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2654 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2655 if test -z "$ac_err"; then
2656 :
2657 else
2658 echo "$ac_err" >&5
2659 echo "configure: failed program was:" >&5
2660 cat conftest.$ac_ext >&5
2661 rm -rf conftest*
2662 CPP="${CC-cc} -nologo -E"
2663 cat > conftest.$ac_ext <<EOF
2664 #line 2665 "configure"
2665 #include "confdefs.h"
2666 #include <assert.h>
2667 Syntax Error
2668 EOF
2669 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2670 { (eval echo configure:2671: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2671 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2672 if test -z "$ac_err"; then
2673 :
2674 else
2675 echo "$ac_err" >&5
2676 echo "configure: failed program was:" >&5
2677 cat conftest.$ac_ext >&5
2678 rm -rf conftest*
2679 CPP=/lib/cpp
2680 fi
2681 rm -f conftest*
2682 fi
2683 rm -f conftest*
2684 fi
2685 rm -f conftest*
2686 ac_cv_prog_CPP="$CPP"
2687 fi
2688 CPP="$ac_cv_prog_CPP"
2689 else
2690 ac_cv_prog_CPP="$CPP"
2691 fi
2692 echo "$ac_t""$CPP" 1>&6
2693
2694 # Extract the first word of "ranlib", so it can be a program name with args.
2695 set dummy ranlib; ac_word=$2
2696 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2697 echo "configure:2698: checking for $ac_word" >&5
2698 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2699 echo $ac_n "(cached) $ac_c" 1>&6
2700 else
2701 if test -n "$RANLIB"; then
2702 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2703 else
2704 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2705 ac_dummy="$PATH"
2706 for ac_dir in $ac_dummy; do
2707 test -z "$ac_dir" && ac_dir=.
2708 if test -f $ac_dir/$ac_word; then
2709 ac_cv_prog_RANLIB="ranlib"
2710 break
2711 fi
2712 done
2713 IFS="$ac_save_ifs"
2714 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2715 fi
2716 fi
2717 RANLIB="$ac_cv_prog_RANLIB"
2718 if test -n "$RANLIB"; then
2719 echo "$ac_t""$RANLIB" 1>&6
2720 else
2721 echo "$ac_t""no" 1>&6
2722 fi
2723
2724 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2725 echo "configure:2726: checking for ANSI C header files" >&5
2726 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2727 echo $ac_n "(cached) $ac_c" 1>&6
2728 else
2729 cat > conftest.$ac_ext <<EOF
2730 #line 2731 "configure"
2731 #include "confdefs.h"
2732 #include <stdlib.h>
2733 #include <stdarg.h>
2734 #include <string.h>
2735 #include <float.h>
2736 EOF
2737 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2738 { (eval echo configure:2739: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2739 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2740 if test -z "$ac_err"; then
2741 rm -rf conftest*
2742 ac_cv_header_stdc=yes
2743 else
2744 echo "$ac_err" >&5
2745 echo "configure: failed program was:" >&5
2746 cat conftest.$ac_ext >&5
2747 rm -rf conftest*
2748 ac_cv_header_stdc=no
2749 fi
2750 rm -f conftest*
2751
2752 if test $ac_cv_header_stdc = yes; then
2753 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2754 cat > conftest.$ac_ext <<EOF
2755 #line 2756 "configure"
2756 #include "confdefs.h"
2757 #include <string.h>
2758 EOF
2759 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2760 egrep "memchr" >/dev/null 2>&1; then
2761 :
2762 else
2763 rm -rf conftest*
2764 ac_cv_header_stdc=no
2765 fi
2766 rm -f conftest*
2767
2768 fi
2769
2770 if test $ac_cv_header_stdc = yes; then
2771 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2772 cat > conftest.$ac_ext <<EOF
2773 #line 2774 "configure"
2774 #include "confdefs.h"
2775 #include <stdlib.h>
2776 EOF
2777 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2778 egrep "free" >/dev/null 2>&1; then
2779 :
2780 else
2781 rm -rf conftest*
2782 ac_cv_header_stdc=no
2783 fi
2784 rm -f conftest*
2785
2786 fi
2787
2788 if test $ac_cv_header_stdc = yes; then
2789 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2790 if test "$cross_compiling" = yes; then
2791 :
2792 else
2793 cat > conftest.$ac_ext <<EOF
2794 #line 2795 "configure"
2795 #include "confdefs.h"
2796 #include <ctype.h>
2797 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2798 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2799 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2800 int main () { int i; for (i = 0; i < 256; i++)
2801 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2802 exit (0); }
2803
2804 EOF
2805 if { (eval echo configure:2806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2806 then
2807 :
2808 else
2809 echo "configure: failed program was:" >&5
2810 cat conftest.$ac_ext >&5
2811 rm -fr conftest*
2812 ac_cv_header_stdc=no
2813 fi
2814 rm -fr conftest*
2815 fi
2816
2817 fi
2818 fi
2819
2820 echo "$ac_t""$ac_cv_header_stdc" 1>&6
2821 if test $ac_cv_header_stdc = yes; then
2822 cat >> confdefs.h <<\EOF
2823 #define STDC_HEADERS 1
2824 EOF
2825
2826 fi
2827
2828 echo $ac_n "checking for working const""... $ac_c" 1>&6
2829 echo "configure:2830: checking for working const" >&5
2830 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2831 echo $ac_n "(cached) $ac_c" 1>&6
2832 else
2833 cat > conftest.$ac_ext <<EOF
2834 #line 2835 "configure"
2835 #include "confdefs.h"
2836
2837 int main() {
2838
2839 /* Ultrix mips cc rejects this. */
2840 typedef int charset[2]; const charset x;
2841 /* SunOS 4.1.1 cc rejects this. */
2842 char const *const *ccp;
2843 char **p;
2844 /* NEC SVR4.0.2 mips cc rejects this. */
2845 struct point {int x, y;};
2846 static struct point const zero = {0,0};
2847 /* AIX XL C 1.02.0.0 rejects this.
2848 It does not let you subtract one const X* pointer from another in an arm
2849 of an if-expression whose if-part is not a constant expression */
2850 const char *g = "string";
2851 ccp = &g + (g ? g-g : 0);
2852 /* HPUX 7.0 cc rejects these. */
2853 ++ccp;
2854 p = (char**) ccp;
2855 ccp = (char const *const *) p;
2856 { /* SCO 3.2v4 cc rejects this. */
2857 char *t;
2858 char const *s = 0 ? (char *) 0 : (char const *) 0;
2859
2860 *t++ = 0;
2861 }
2862 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
2863 int x[] = {25, 17};
2864 const int *foo = &x[0];
2865 ++foo;
2866 }
2867 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2868 typedef const int *iptr;
2869 iptr p = 0;
2870 ++p;
2871 }
2872 { /* AIX XL C 1.02.0.0 rejects this saying
2873 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2874 struct s { int j; const int *ap[3]; };
2875 struct s *b; b->j = 5;
2876 }
2877 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2878 const int foo = 10;
2879 }
2880
2881 ; return 0; }
2882 EOF
2883 if { (eval echo configure:2884: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2884 rm -rf conftest*
2885 ac_cv_c_const=yes
2886 else
2887 echo "configure: failed program was:" >&5
2888 cat conftest.$ac_ext >&5
2889 rm -rf conftest*
2890 ac_cv_c_const=no
2891 fi
2892 rm -f conftest*
2893 fi
2894
2895 echo "$ac_t""$ac_cv_c_const" 1>&6
2896 if test $ac_cv_c_const = no; then
2897 cat >> confdefs.h <<\EOF
2898 #define const
2899 EOF
2900
2901 fi
2902
2903 echo $ac_n "checking for inline""... $ac_c" 1>&6
2904 echo "configure:2905: checking for inline" >&5
2905 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
2906 echo $ac_n "(cached) $ac_c" 1>&6
2907 else
2908 ac_cv_c_inline=no
2909 for ac_kw in inline __inline__ __inline; do
2910 cat > conftest.$ac_ext <<EOF
2911 #line 2912 "configure"
2912 #include "confdefs.h"
2913
2914 int main() {
2915 } $ac_kw foo() {
2916 ; return 0; }
2917 EOF
2918 if { (eval echo configure:2919: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2919 rm -rf conftest*
2920 ac_cv_c_inline=$ac_kw; break
2921 else
2922 echo "configure: failed program was:" >&5
2923 cat conftest.$ac_ext >&5
2924 fi
2925 rm -f conftest*
2926 done
2927
2928 fi
2929
2930 echo "$ac_t""$ac_cv_c_inline" 1>&6
2931 case "$ac_cv_c_inline" in
2932 inline | yes) ;;
2933 no) cat >> confdefs.h <<\EOF
2934 #define inline
2935 EOF
2936 ;;
2937 *) cat >> confdefs.h <<EOF
2938 #define inline $ac_cv_c_inline
2939 EOF
2940 ;;
2941 esac
2942
2943 echo $ac_n "checking for off_t""... $ac_c" 1>&6
2944 echo "configure:2945: checking for off_t" >&5
2945 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2946 echo $ac_n "(cached) $ac_c" 1>&6
2947 else
2948 cat > conftest.$ac_ext <<EOF
2949 #line 2950 "configure"
2950 #include "confdefs.h"
2951 #include <sys/types.h>
2952 #if STDC_HEADERS
2953 #include <stdlib.h>
2954 #include <stddef.h>
2955 #endif
2956 EOF
2957 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2958 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2959 rm -rf conftest*
2960 ac_cv_type_off_t=yes
2961 else
2962 rm -rf conftest*
2963 ac_cv_type_off_t=no
2964 fi
2965 rm -f conftest*
2966
2967 fi
2968 echo "$ac_t""$ac_cv_type_off_t" 1>&6
2969 if test $ac_cv_type_off_t = no; then
2970 cat >> confdefs.h <<\EOF
2971 #define off_t long
2972 EOF
2973
2974 fi
2975
2976 echo $ac_n "checking for size_t""... $ac_c" 1>&6
2977 echo "configure:2978: checking for size_t" >&5
2978 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2979 echo $ac_n "(cached) $ac_c" 1>&6
2980 else
2981 cat > conftest.$ac_ext <<EOF
2982 #line 2983 "configure"
2983 #include "confdefs.h"
2984 #include <sys/types.h>
2985 #if STDC_HEADERS
2986 #include <stdlib.h>
2987 #include <stddef.h>
2988 #endif
2989 EOF
2990 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2991 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2992 rm -rf conftest*
2993 ac_cv_type_size_t=yes
2994 else
2995 rm -rf conftest*
2996 ac_cv_type_size_t=no
2997 fi
2998 rm -f conftest*
2999
3000 fi
3001 echo "$ac_t""$ac_cv_type_size_t" 1>&6
3002 if test $ac_cv_type_size_t = no; then
3003 cat >> confdefs.h <<\EOF
3004 #define size_t unsigned
3005 EOF
3006
3007 fi
3008
3009 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
3010 # for constant arguments. Useless!
3011 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
3012 echo "configure:3013: checking for working alloca.h" >&5
3013 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
3014 echo $ac_n "(cached) $ac_c" 1>&6
3015 else
3016 cat > conftest.$ac_ext <<EOF
3017 #line 3018 "configure"
3018 #include "confdefs.h"
3019 #include <alloca.h>
3020 int main() {
3021 char *p = alloca(2 * sizeof(int));
3022 ; return 0; }
3023 EOF
3024 if { (eval echo configure:3025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3025 rm -rf conftest*
3026 ac_cv_header_alloca_h=yes
3027 else
3028 echo "configure: failed program was:" >&5
3029 cat conftest.$ac_ext >&5
3030 rm -rf conftest*
3031 ac_cv_header_alloca_h=no
3032 fi
3033 rm -f conftest*
3034 fi
3035
3036 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
3037 if test $ac_cv_header_alloca_h = yes; then
3038 cat >> confdefs.h <<\EOF
3039 #define HAVE_ALLOCA_H 1
3040 EOF
3041
3042 fi
3043
3044 echo $ac_n "checking for alloca""... $ac_c" 1>&6
3045 echo "configure:3046: checking for alloca" >&5
3046 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
3047 echo $ac_n "(cached) $ac_c" 1>&6
3048 else
3049 cat > conftest.$ac_ext <<EOF
3050 #line 3051 "configure"
3051 #include "confdefs.h"
3052
3053 #ifdef __GNUC__
3054 # define alloca __builtin_alloca
3055 #else
3056 # ifdef _MSC_VER
3057 # include <malloc.h>
3058 # define alloca _alloca
3059 # else
3060 # if HAVE_ALLOCA_H
3061 # include <alloca.h>
3062 # else
3063 # ifdef _AIX
3064 #pragma alloca
3065 # else
3066 # ifndef alloca /* predefined by HP cc +Olibcalls */
3067 char *alloca ();
3068 # endif
3069 # endif
3070 # endif
3071 # endif
3072 #endif
3073
3074 int main() {
3075 char *p = (char *) alloca(1);
3076 ; return 0; }
3077 EOF
3078 if { (eval echo configure:3079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3079 rm -rf conftest*
3080 ac_cv_func_alloca_works=yes
3081 else
3082 echo "configure: failed program was:" >&5
3083 cat conftest.$ac_ext >&5
3084 rm -rf conftest*
3085 ac_cv_func_alloca_works=no
3086 fi
3087 rm -f conftest*
3088 fi
3089
3090 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
3091 if test $ac_cv_func_alloca_works = yes; then
3092 cat >> confdefs.h <<\EOF
3093 #define HAVE_ALLOCA 1
3094 EOF
3095
3096 fi
3097
3098 if test $ac_cv_func_alloca_works = no; then
3099 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
3100 # that cause trouble. Some versions do not even contain alloca or
3101 # contain a buggy version. If you still want to use their alloca,
3102 # use ar to extract alloca.o from them instead of compiling alloca.c.
3103 ALLOCA=alloca.${ac_objext}
3104 cat >> confdefs.h <<\EOF
3105 #define C_ALLOCA 1
3106 EOF
3107
3108
3109 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
3110 echo "configure:3111: checking whether alloca needs Cray hooks" >&5
3111 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
3112 echo $ac_n "(cached) $ac_c" 1>&6
3113 else
3114 cat > conftest.$ac_ext <<EOF
3115 #line 3116 "configure"
3116 #include "confdefs.h"
3117 #if defined(CRAY) && ! defined(CRAY2)
3118 webecray
3119 #else
3120 wenotbecray
3121 #endif
3122
3123 EOF
3124 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3125 egrep "webecray" >/dev/null 2>&1; then
3126 rm -rf conftest*
3127 ac_cv_os_cray=yes
3128 else
3129 rm -rf conftest*
3130 ac_cv_os_cray=no
3131 fi
3132 rm -f conftest*
3133
3134 fi
3135
3136 echo "$ac_t""$ac_cv_os_cray" 1>&6
3137 if test $ac_cv_os_cray = yes; then
3138 for ac_func in _getb67 GETB67 getb67; do
3139 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3140 echo "configure:3141: checking for $ac_func" >&5
3141 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3142 echo $ac_n "(cached) $ac_c" 1>&6
3143 else
3144 cat > conftest.$ac_ext <<EOF
3145 #line 3146 "configure"
3146 #include "confdefs.h"
3147 /* System header to define __stub macros and hopefully few prototypes,
3148 which can conflict with char $ac_func(); below. */
3149 #include <assert.h>
3150 /* Override any gcc2 internal prototype to avoid an error. */
3151 /* We use char because int might match the return type of a gcc2
3152 builtin and then its argument prototype would still apply. */
3153 char $ac_func();
3154
3155 int main() {
3156
3157 /* The GNU C library defines this for functions which it implements
3158 to always fail with ENOSYS. Some functions are actually named
3159 something starting with __ and the normal name is an alias. */
3160 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3161 choke me
3162 #else
3163 $ac_func();
3164 #endif
3165
3166 ; return 0; }
3167 EOF
3168 if { (eval echo configure:3169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3169 rm -rf conftest*
3170 eval "ac_cv_func_$ac_func=yes"
3171 else
3172 echo "configure: failed program was:" >&5
3173 cat conftest.$ac_ext >&5
3174 rm -rf conftest*
3175 eval "ac_cv_func_$ac_func=no"
3176 fi
3177 rm -f conftest*
3178 fi
3179
3180 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3181 echo "$ac_t""yes" 1>&6
3182 cat >> confdefs.h <<EOF
3183 #define CRAY_STACKSEG_END $ac_func
3184 EOF
3185
3186 break
3187 else
3188 echo "$ac_t""no" 1>&6
3189 fi
3190
3191 done
3192 fi
3193
3194 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
3195 echo "configure:3196: checking stack direction for C alloca" >&5
3196 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
3197 echo $ac_n "(cached) $ac_c" 1>&6
3198 else
3199 if test "$cross_compiling" = yes; then
3200 ac_cv_c_stack_direction=0
3201 else
3202 cat > conftest.$ac_ext <<EOF
3203 #line 3204 "configure"
3204 #include "confdefs.h"
3205 find_stack_direction ()
3206 {
3207 static char *addr = 0;
3208 auto char dummy;
3209 if (addr == 0)
3210 {
3211 addr = &dummy;
3212 return find_stack_direction ();
3213 }
3214 else
3215 return (&dummy > addr) ? 1 : -1;
3216 }
3217 main ()
3218 {
3219 exit (find_stack_direction() < 0);
3220 }
3221 EOF
3222 if { (eval echo configure:3223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3223 then
3224 ac_cv_c_stack_direction=1
3225 else
3226 echo "configure: failed program was:" >&5
3227 cat conftest.$ac_ext >&5
3228 rm -fr conftest*
3229 ac_cv_c_stack_direction=-1
3230 fi
3231 rm -fr conftest*
3232 fi
3233
3234 fi
3235
3236 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
3237 cat >> confdefs.h <<EOF
3238 #define STACK_DIRECTION $ac_cv_c_stack_direction
3239 EOF
3240
3241 fi
3242
3243 for ac_hdr in unistd.h
3244 do
3245 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3246 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3247 echo "configure:3248: checking for $ac_hdr" >&5
3248 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3249 echo $ac_n "(cached) $ac_c" 1>&6
3250 else
3251 cat > conftest.$ac_ext <<EOF
3252 #line 3253 "configure"
3253 #include "confdefs.h"
3254 #include <$ac_hdr>
3255 EOF
3256 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3257 { (eval echo configure:3258: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3258 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3259 if test -z "$ac_err"; then
3260 rm -rf conftest*
3261 eval "ac_cv_header_$ac_safe=yes"
3262 else
3263 echo "$ac_err" >&5
3264 echo "configure: failed program was:" >&5
3265 cat conftest.$ac_ext >&5
3266 rm -rf conftest*
3267 eval "ac_cv_header_$ac_safe=no"
3268 fi
3269 rm -f conftest*
3270 fi
3271 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3272 echo "$ac_t""yes" 1>&6
3273 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3274 cat >> confdefs.h <<EOF
3275 #define $ac_tr_hdr 1
3276 EOF
3277
3278 else
3279 echo "$ac_t""no" 1>&6
3280 fi
3281 done
3282
3283 for ac_func in getpagesize
3284 do
3285 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3286 echo "configure:3287: checking for $ac_func" >&5
3287 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3288 echo $ac_n "(cached) $ac_c" 1>&6
3289 else
3290 cat > conftest.$ac_ext <<EOF
3291 #line 3292 "configure"
3292 #include "confdefs.h"
3293 /* System header to define __stub macros and hopefully few prototypes,
3294 which can conflict with char $ac_func(); below. */
3295 #include <assert.h>
3296 /* Override any gcc2 internal prototype to avoid an error. */
3297 /* We use char because int might match the return type of a gcc2
3298 builtin and then its argument prototype would still apply. */
3299 char $ac_func();
3300
3301 int main() {
3302
3303 /* The GNU C library defines this for functions which it implements
3304 to always fail with ENOSYS. Some functions are actually named
3305 something starting with __ and the normal name is an alias. */
3306 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3307 choke me
3308 #else
3309 $ac_func();
3310 #endif
3311
3312 ; return 0; }
3313 EOF
3314 if { (eval echo configure:3315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3315 rm -rf conftest*
3316 eval "ac_cv_func_$ac_func=yes"
3317 else
3318 echo "configure: failed program was:" >&5
3319 cat conftest.$ac_ext >&5
3320 rm -rf conftest*
3321 eval "ac_cv_func_$ac_func=no"
3322 fi
3323 rm -f conftest*
3324 fi
3325
3326 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3327 echo "$ac_t""yes" 1>&6
3328 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3329 cat >> confdefs.h <<EOF
3330 #define $ac_tr_func 1
3331 EOF
3332
3333 else
3334 echo "$ac_t""no" 1>&6
3335 fi
3336 done
3337
3338 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
3339 echo "configure:3340: checking for working mmap" >&5
3340 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
3341 echo $ac_n "(cached) $ac_c" 1>&6
3342 else
3343 if test "$cross_compiling" = yes; then
3344 ac_cv_func_mmap_fixed_mapped=no
3345 else
3346 cat > conftest.$ac_ext <<EOF
3347 #line 3348 "configure"
3348 #include "confdefs.h"
3349
3350 /* Thanks to Mike Haertel and Jim Avera for this test.
3351 Here is a matrix of mmap possibilities:
3352 mmap private not fixed
3353 mmap private fixed at somewhere currently unmapped
3354 mmap private fixed at somewhere already mapped
3355 mmap shared not fixed
3356 mmap shared fixed at somewhere currently unmapped
3357 mmap shared fixed at somewhere already mapped
3358 For private mappings, we should verify that changes cannot be read()
3359 back from the file, nor mmap's back from the file at a different
3360 address. (There have been systems where private was not correctly
3361 implemented like the infamous i386 svr4.0, and systems where the
3362 VM page cache was not coherent with the filesystem buffer cache
3363 like early versions of FreeBSD and possibly contemporary NetBSD.)
3364 For shared mappings, we should conversely verify that changes get
3365 propogated back to all the places they're supposed to be.
3366
3367 Grep wants private fixed already mapped.
3368 The main things grep needs to know about mmap are:
3369 * does it exist and is it safe to write into the mmap'd area
3370 * how to use it (BSD variants) */
3371 #include <sys/types.h>
3372 #include <fcntl.h>
3373 #include <sys/mman.h>
3374
3375 /* This mess was copied from the GNU getpagesize.h. */
3376 #ifndef HAVE_GETPAGESIZE
3377 # ifdef HAVE_UNISTD_H
3378 # include <unistd.h>
3379 # endif
3380
3381 /* Assume that all systems that can run configure have sys/param.h. */
3382 # ifndef HAVE_SYS_PARAM_H
3383 # define HAVE_SYS_PARAM_H 1
3384 # endif
3385
3386 # ifdef _SC_PAGESIZE
3387 # define getpagesize() sysconf(_SC_PAGESIZE)
3388 # else /* no _SC_PAGESIZE */
3389 # ifdef HAVE_SYS_PARAM_H
3390 # include <sys/param.h>
3391 # ifdef EXEC_PAGESIZE
3392 # define getpagesize() EXEC_PAGESIZE
3393 # else /* no EXEC_PAGESIZE */
3394 # ifdef NBPG
3395 # define getpagesize() NBPG * CLSIZE
3396 # ifndef CLSIZE
3397 # define CLSIZE 1
3398 # endif /* no CLSIZE */
3399 # else /* no NBPG */
3400 # ifdef NBPC
3401 # define getpagesize() NBPC
3402 # else /* no NBPC */
3403 # ifdef PAGESIZE
3404 # define getpagesize() PAGESIZE
3405 # endif /* PAGESIZE */
3406 # endif /* no NBPC */
3407 # endif /* no NBPG */
3408 # endif /* no EXEC_PAGESIZE */
3409 # else /* no HAVE_SYS_PARAM_H */
3410 # define getpagesize() 8192 /* punt totally */
3411 # endif /* no HAVE_SYS_PARAM_H */
3412 # endif /* no _SC_PAGESIZE */
3413
3414 #endif /* no HAVE_GETPAGESIZE */
3415
3416 #ifdef __cplusplus
3417 extern "C" { void *malloc(unsigned); }
3418 #else
3419 char *malloc();
3420 #endif
3421
3422 int
3423 main()
3424 {
3425 char *data, *data2, *data3;
3426 int i, pagesize;
3427 int fd;
3428
3429 pagesize = getpagesize();
3430
3431 /*
3432 * First, make a file with some known garbage in it.
3433 */
3434 data = malloc(pagesize);
3435 if (!data)
3436 exit(1);
3437 for (i = 0; i < pagesize; ++i)
3438 *(data + i) = rand();
3439 umask(0);
3440 fd = creat("conftestmmap", 0600);
3441 if (fd < 0)
3442 exit(1);
3443 if (write(fd, data, pagesize) != pagesize)
3444 exit(1);
3445 close(fd);
3446
3447 /*
3448 * Next, try to mmap the file at a fixed address which
3449 * already has something else allocated at it. If we can,
3450 * also make sure that we see the same garbage.
3451 */
3452 fd = open("conftestmmap", O_RDWR);
3453 if (fd < 0)
3454 exit(1);
3455 data2 = malloc(2 * pagesize);
3456 if (!data2)
3457 exit(1);
3458 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
3459 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
3460 MAP_PRIVATE | MAP_FIXED, fd, 0L))
3461 exit(1);
3462 for (i = 0; i < pagesize; ++i)
3463 if (*(data + i) != *(data2 + i))
3464 exit(1);
3465
3466 /*
3467 * Finally, make sure that changes to the mapped area
3468 * do not percolate back to the file as seen by read().
3469 * (This is a bug on some variants of i386 svr4.0.)
3470 */
3471 for (i = 0; i < pagesize; ++i)
3472 *(data2 + i) = *(data2 + i) + 1;
3473 data3 = malloc(pagesize);
3474 if (!data3)
3475 exit(1);
3476 if (read(fd, data3, pagesize) != pagesize)
3477 exit(1);
3478 for (i = 0; i < pagesize; ++i)
3479 if (*(data + i) != *(data3 + i))
3480 exit(1);
3481 close(fd);
3482 unlink("conftestmmap");
3483 exit(0);
3484 }
3485
3486 EOF
3487 if { (eval echo configure:3488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3488 then
3489 ac_cv_func_mmap_fixed_mapped=yes
3490 else
3491 echo "configure: failed program was:" >&5
3492 cat conftest.$ac_ext >&5
3493 rm -fr conftest*
3494 ac_cv_func_mmap_fixed_mapped=no
3495 fi
3496 rm -fr conftest*
3497 fi
3498
3499 fi
3500
3501 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
3502 if test $ac_cv_func_mmap_fixed_mapped = yes; then
3503 cat >> confdefs.h <<\EOF
3504 #define HAVE_MMAP 1
3505 EOF
3506
3507 fi
3508
3509
3510 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
3511 unistd.h values.h sys/param.h
3512 do
3513 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3514 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3515 echo "configure:3516: checking for $ac_hdr" >&5
3516 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3517 echo $ac_n "(cached) $ac_c" 1>&6
3518 else
3519 cat > conftest.$ac_ext <<EOF
3520 #line 3521 "configure"
3521 #include "confdefs.h"
3522 #include <$ac_hdr>
3523 EOF
3524 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3525 { (eval echo configure:3526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3526 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3527 if test -z "$ac_err"; then
3528 rm -rf conftest*
3529 eval "ac_cv_header_$ac_safe=yes"
3530 else
3531 echo "$ac_err" >&5
3532 echo "configure: failed program was:" >&5
3533 cat conftest.$ac_ext >&5
3534 rm -rf conftest*
3535 eval "ac_cv_header_$ac_safe=no"
3536 fi
3537 rm -f conftest*
3538 fi
3539 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3540 echo "$ac_t""yes" 1>&6
3541 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3542 cat >> confdefs.h <<EOF
3543 #define $ac_tr_hdr 1
3544 EOF
3545
3546 else
3547 echo "$ac_t""no" 1>&6
3548 fi
3549 done
3550
3551 for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
3552 __argz_count __argz_stringify __argz_next
3553 do
3554 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3555 echo "configure:3556: checking for $ac_func" >&5
3556 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3557 echo $ac_n "(cached) $ac_c" 1>&6
3558 else
3559 cat > conftest.$ac_ext <<EOF
3560 #line 3561 "configure"
3561 #include "confdefs.h"
3562 /* System header to define __stub macros and hopefully few prototypes,
3563 which can conflict with char $ac_func(); below. */
3564 #include <assert.h>
3565 /* Override any gcc2 internal prototype to avoid an error. */
3566 /* We use char because int might match the return type of a gcc2
3567 builtin and then its argument prototype would still apply. */
3568 char $ac_func();
3569
3570 int main() {
3571
3572 /* The GNU C library defines this for functions which it implements
3573 to always fail with ENOSYS. Some functions are actually named
3574 something starting with __ and the normal name is an alias. */
3575 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3576 choke me
3577 #else
3578 $ac_func();
3579 #endif
3580
3581 ; return 0; }
3582 EOF
3583 if { (eval echo configure:3584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3584 rm -rf conftest*
3585 eval "ac_cv_func_$ac_func=yes"
3586 else
3587 echo "configure: failed program was:" >&5
3588 cat conftest.$ac_ext >&5
3589 rm -rf conftest*
3590 eval "ac_cv_func_$ac_func=no"
3591 fi
3592 rm -f conftest*
3593 fi
3594
3595 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3596 echo "$ac_t""yes" 1>&6
3597 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3598 cat >> confdefs.h <<EOF
3599 #define $ac_tr_func 1
3600 EOF
3601
3602 else
3603 echo "$ac_t""no" 1>&6
3604 fi
3605 done
3606
3607
3608 if test "${ac_cv_func_stpcpy+set}" != "set"; then
3609 for ac_func in stpcpy
3610 do
3611 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3612 echo "configure:3613: checking for $ac_func" >&5
3613 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3614 echo $ac_n "(cached) $ac_c" 1>&6
3615 else
3616 cat > conftest.$ac_ext <<EOF
3617 #line 3618 "configure"
3618 #include "confdefs.h"
3619 /* System header to define __stub macros and hopefully few prototypes,
3620 which can conflict with char $ac_func(); below. */
3621 #include <assert.h>
3622 /* Override any gcc2 internal prototype to avoid an error. */
3623 /* We use char because int might match the return type of a gcc2
3624 builtin and then its argument prototype would still apply. */
3625 char $ac_func();
3626
3627 int main() {
3628
3629 /* The GNU C library defines this for functions which it implements
3630 to always fail with ENOSYS. Some functions are actually named
3631 something starting with __ and the normal name is an alias. */
3632 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3633 choke me
3634 #else
3635 $ac_func();
3636 #endif
3637
3638 ; return 0; }
3639 EOF
3640 if { (eval echo configure:3641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3641 rm -rf conftest*
3642 eval "ac_cv_func_$ac_func=yes"
3643 else
3644 echo "configure: failed program was:" >&5
3645 cat conftest.$ac_ext >&5
3646 rm -rf conftest*
3647 eval "ac_cv_func_$ac_func=no"
3648 fi
3649 rm -f conftest*
3650 fi
3651
3652 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3653 echo "$ac_t""yes" 1>&6
3654 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3655 cat >> confdefs.h <<EOF
3656 #define $ac_tr_func 1
3657 EOF
3658
3659 else
3660 echo "$ac_t""no" 1>&6
3661 fi
3662 done
3663
3664 fi
3665 if test "${ac_cv_func_stpcpy}" = "yes"; then
3666 cat >> confdefs.h <<\EOF
3667 #define HAVE_STPCPY 1
3668 EOF
3669
3670 fi
3671
3672 if test $ac_cv_header_locale_h = yes; then
3673 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
3674 echo "configure:3675: checking for LC_MESSAGES" >&5
3675 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
3676 echo $ac_n "(cached) $ac_c" 1>&6
3677 else
3678 cat > conftest.$ac_ext <<EOF
3679 #line 3680 "configure"
3680 #include "confdefs.h"
3681 #include <locale.h>
3682 int main() {
3683 return LC_MESSAGES
3684 ; return 0; }
3685 EOF
3686 if { (eval echo configure:3687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3687 rm -rf conftest*
3688 am_cv_val_LC_MESSAGES=yes
3689 else
3690 echo "configure: failed program was:" >&5
3691 cat conftest.$ac_ext >&5
3692 rm -rf conftest*
3693 am_cv_val_LC_MESSAGES=no
3694 fi
3695 rm -f conftest*
3696 fi
3697
3698 echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
3699 if test $am_cv_val_LC_MESSAGES = yes; then
3700 cat >> confdefs.h <<\EOF
3701 #define HAVE_LC_MESSAGES 1
3702 EOF
3703
3704 fi
3705 fi
3706 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
3707 echo "configure:3708: checking whether NLS is requested" >&5
3708 # Check whether --enable-nls or --disable-nls was given.
3709 if test "${enable_nls+set}" = set; then
3710 enableval="$enable_nls"
3711 USE_NLS=$enableval
3712 else
3713 USE_NLS=yes
3714 fi
3715
3716 echo "$ac_t""$USE_NLS" 1>&6
3717
3718
3719 USE_INCLUDED_LIBINTL=no
3720
3721 if test "$USE_NLS" = "yes"; then
3722 cat >> confdefs.h <<\EOF
3723 #define ENABLE_NLS 1
3724 EOF
3725
3726 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
3727 echo "configure:3728: checking whether included gettext is requested" >&5
3728 # Check whether --with-included-gettext or --without-included-gettext was given.
3729 if test "${with_included_gettext+set}" = set; then
3730 withval="$with_included_gettext"
3731 nls_cv_force_use_gnu_gettext=$withval
3732 else
3733 nls_cv_force_use_gnu_gettext=no
3734 fi
3735
3736 echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6
3737
3738 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
3739 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
3740 nls_cv_header_intl=
3741 nls_cv_header_libgt=
3742 CATOBJEXT=NONE
3743
3744 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
3745 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
3746 echo "configure:3747: checking for libintl.h" >&5
3747 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3748 echo $ac_n "(cached) $ac_c" 1>&6
3749 else
3750 cat > conftest.$ac_ext <<EOF
3751 #line 3752 "configure"
3752 #include "confdefs.h"
3753 #include <libintl.h>
3754 EOF
3755 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3756 { (eval echo configure:3757: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3757 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3758 if test -z "$ac_err"; then
3759 rm -rf conftest*
3760 eval "ac_cv_header_$ac_safe=yes"
3761 else
3762 echo "$ac_err" >&5
3763 echo "configure: failed program was:" >&5
3764 cat conftest.$ac_ext >&5
3765 rm -rf conftest*
3766 eval "ac_cv_header_$ac_safe=no"
3767 fi
3768 rm -f conftest*
3769 fi
3770 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3771 echo "$ac_t""yes" 1>&6
3772 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
3773 echo "configure:3774: checking for gettext in libc" >&5
3774 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
3775 echo $ac_n "(cached) $ac_c" 1>&6
3776 else
3777 cat > conftest.$ac_ext <<EOF
3778 #line 3779 "configure"
3779 #include "confdefs.h"
3780 #include <libintl.h>
3781 int main() {
3782 return (int) gettext ("")
3783 ; return 0; }
3784 EOF
3785 if { (eval echo configure:3786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3786 rm -rf conftest*
3787 gt_cv_func_gettext_libc=yes
3788 else
3789 echo "configure: failed program was:" >&5
3790 cat conftest.$ac_ext >&5
3791 rm -rf conftest*
3792 gt_cv_func_gettext_libc=no
3793 fi
3794 rm -f conftest*
3795 fi
3796
3797 echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
3798
3799 if test "$gt_cv_func_gettext_libc" != "yes"; then
3800 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
3801 echo "configure:3802: checking for bindtextdomain in -lintl" >&5
3802 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
3803 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3804 echo $ac_n "(cached) $ac_c" 1>&6
3805 else
3806 ac_save_LIBS="$LIBS"
3807 LIBS="-lintl $LIBS"
3808 cat > conftest.$ac_ext <<EOF
3809 #line 3810 "configure"
3810 #include "confdefs.h"
3811 /* Override any gcc2 internal prototype to avoid an error. */
3812 /* We use char because int might match the return type of a gcc2
3813 builtin and then its argument prototype would still apply. */
3814 char bindtextdomain();
3815
3816 int main() {
3817 bindtextdomain()
3818 ; return 0; }
3819 EOF
3820 if { (eval echo configure:3821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3821 rm -rf conftest*
3822 eval "ac_cv_lib_$ac_lib_var=yes"
3823 else
3824 echo "configure: failed program was:" >&5
3825 cat conftest.$ac_ext >&5
3826 rm -rf conftest*
3827 eval "ac_cv_lib_$ac_lib_var=no"
3828 fi
3829 rm -f conftest*
3830 LIBS="$ac_save_LIBS"
3831
3832 fi
3833 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3834 echo "$ac_t""yes" 1>&6
3835 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
3836 echo "configure:3837: checking for gettext in libintl" >&5
3837 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
3838 echo $ac_n "(cached) $ac_c" 1>&6
3839 else
3840 cat > conftest.$ac_ext <<EOF
3841 #line 3842 "configure"
3842 #include "confdefs.h"
3843
3844 int main() {
3845 return (int) gettext ("")
3846 ; return 0; }
3847 EOF
3848 if { (eval echo configure:3849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3849 rm -rf conftest*
3850 gt_cv_func_gettext_libintl=yes
3851 else
3852 echo "configure: failed program was:" >&5
3853 cat conftest.$ac_ext >&5
3854 rm -rf conftest*
3855 gt_cv_func_gettext_libintl=no
3856 fi
3857 rm -f conftest*
3858 fi
3859
3860 echo "$ac_t""$gt_cv_func_gettext_libintl" 1>&6
3861 else
3862 echo "$ac_t""no" 1>&6
3863 fi
3864
3865 fi
3866
3867 if test "$gt_cv_func_gettext_libc" = "yes" \
3868 || test "$gt_cv_func_gettext_libintl" = "yes"; then
3869 cat >> confdefs.h <<\EOF
3870 #define HAVE_GETTEXT 1
3871 EOF
3872
3873 # Extract the first word of "msgfmt", so it can be a program name with args.
3874 set dummy msgfmt; ac_word=$2
3875 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3876 echo "configure:3877: checking for $ac_word" >&5
3877 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
3878 echo $ac_n "(cached) $ac_c" 1>&6
3879 else
3880 case "$MSGFMT" in
3881 /*)
3882 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
3883 ;;
3884 *)
3885 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
3886 for ac_dir in $PATH; do
3887 test -z "$ac_dir" && ac_dir=.
3888 if test -f $ac_dir/$ac_word; then
3889 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
3890 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
3891 break
3892 fi
3893 fi
3894 done
3895 IFS="$ac_save_ifs"
3896 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
3897 ;;
3898 esac
3899 fi
3900 MSGFMT="$ac_cv_path_MSGFMT"
3901 if test -n "$MSGFMT"; then
3902 echo "$ac_t""$MSGFMT" 1>&6
3903 else
3904 echo "$ac_t""no" 1>&6
3905 fi
3906 if test "$MSGFMT" != "no"; then
3907 for ac_func in dcgettext
3908 do
3909 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3910 echo "configure:3911: checking for $ac_func" >&5
3911 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3912 echo $ac_n "(cached) $ac_c" 1>&6
3913 else
3914 cat > conftest.$ac_ext <<EOF
3915 #line 3916 "configure"
3916 #include "confdefs.h"
3917 /* System header to define __stub macros and hopefully few prototypes,
3918 which can conflict with char $ac_func(); below. */
3919 #include <assert.h>
3920 /* Override any gcc2 internal prototype to avoid an error. */
3921 /* We use char because int might match the return type of a gcc2
3922 builtin and then its argument prototype would still apply. */
3923 char $ac_func();
3924
3925 int main() {
3926
3927 /* The GNU C library defines this for functions which it implements
3928 to always fail with ENOSYS. Some functions are actually named
3929 something starting with __ and the normal name is an alias. */
3930 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3931 choke me
3932 #else
3933 $ac_func();
3934 #endif
3935
3936 ; return 0; }
3937 EOF
3938 if { (eval echo configure:3939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3939 rm -rf conftest*
3940 eval "ac_cv_func_$ac_func=yes"
3941 else
3942 echo "configure: failed program was:" >&5
3943 cat conftest.$ac_ext >&5
3944 rm -rf conftest*
3945 eval "ac_cv_func_$ac_func=no"
3946 fi
3947 rm -f conftest*
3948 fi
3949
3950 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3951 echo "$ac_t""yes" 1>&6
3952 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3953 cat >> confdefs.h <<EOF
3954 #define $ac_tr_func 1
3955 EOF
3956
3957 else
3958 echo "$ac_t""no" 1>&6
3959 fi
3960 done
3961
3962 # Extract the first word of "gmsgfmt", so it can be a program name with args.
3963 set dummy gmsgfmt; ac_word=$2
3964 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3965 echo "configure:3966: checking for $ac_word" >&5
3966 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
3967 echo $ac_n "(cached) $ac_c" 1>&6
3968 else
3969 case "$GMSGFMT" in
3970 /*)
3971 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
3972 ;;
3973 ?:/*)
3974 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
3975 ;;
3976 *)
3977 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3978 ac_dummy="$PATH"
3979 for ac_dir in $ac_dummy; do
3980 test -z "$ac_dir" && ac_dir=.
3981 if test -f $ac_dir/$ac_word; then
3982 ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
3983 break
3984 fi
3985 done
3986 IFS="$ac_save_ifs"
3987 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
3988 ;;
3989 esac
3990 fi
3991 GMSGFMT="$ac_cv_path_GMSGFMT"
3992 if test -n "$GMSGFMT"; then
3993 echo "$ac_t""$GMSGFMT" 1>&6
3994 else
3995 echo "$ac_t""no" 1>&6
3996 fi
3997
3998 # Extract the first word of "xgettext", so it can be a program name with args.
3999 set dummy xgettext; ac_word=$2
4000 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4001 echo "configure:4002: checking for $ac_word" >&5
4002 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
4003 echo $ac_n "(cached) $ac_c" 1>&6
4004 else
4005 case "$XGETTEXT" in
4006 /*)
4007 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
4008 ;;
4009 *)
4010 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4011 for ac_dir in $PATH; do
4012 test -z "$ac_dir" && ac_dir=.
4013 if test -f $ac_dir/$ac_word; then
4014 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
4015 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
4016 break
4017 fi
4018 fi
4019 done
4020 IFS="$ac_save_ifs"
4021 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
4022 ;;
4023 esac
4024 fi
4025 XGETTEXT="$ac_cv_path_XGETTEXT"
4026 if test -n "$XGETTEXT"; then
4027 echo "$ac_t""$XGETTEXT" 1>&6
4028 else
4029 echo "$ac_t""no" 1>&6
4030 fi
4031
4032 cat > conftest.$ac_ext <<EOF
4033 #line 4034 "configure"
4034 #include "confdefs.h"
4035
4036 int main() {
4037 extern int _nl_msg_cat_cntr;
4038 return _nl_msg_cat_cntr
4039 ; return 0; }
4040 EOF
4041 if { (eval echo configure:4042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4042 rm -rf conftest*
4043 CATOBJEXT=.gmo
4044 DATADIRNAME=share
4045 else
4046 echo "configure: failed program was:" >&5
4047 cat conftest.$ac_ext >&5
4048 rm -rf conftest*
4049 CATOBJEXT=.mo
4050 DATADIRNAME=lib
4051 fi
4052 rm -f conftest*
4053 INSTOBJEXT=.mo
4054 fi
4055 fi
4056
4057 else
4058 echo "$ac_t""no" 1>&6
4059 fi
4060
4061
4062
4063 if test "$CATOBJEXT" = "NONE"; then
4064 nls_cv_use_gnu_gettext=yes
4065 fi
4066 fi
4067
4068 if test "$nls_cv_use_gnu_gettext" = "yes"; then
4069 INTLOBJS="\$(GETTOBJS)"
4070 # Extract the first word of "msgfmt", so it can be a program name with args.
4071 set dummy msgfmt; ac_word=$2
4072 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4073 echo "configure:4074: checking for $ac_word" >&5
4074 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
4075 echo $ac_n "(cached) $ac_c" 1>&6
4076 else
4077 case "$MSGFMT" in
4078 /*)
4079 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
4080 ;;
4081 *)
4082 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4083 for ac_dir in $PATH; do
4084 test -z "$ac_dir" && ac_dir=.
4085 if test -f $ac_dir/$ac_word; then
4086 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
4087 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
4088 break
4089 fi
4090 fi
4091 done
4092 IFS="$ac_save_ifs"
4093 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
4094 ;;
4095 esac
4096 fi
4097 MSGFMT="$ac_cv_path_MSGFMT"
4098 if test -n "$MSGFMT"; then
4099 echo "$ac_t""$MSGFMT" 1>&6
4100 else
4101 echo "$ac_t""no" 1>&6
4102 fi
4103
4104 # Extract the first word of "gmsgfmt", so it can be a program name with args.
4105 set dummy gmsgfmt; ac_word=$2
4106 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4107 echo "configure:4108: checking for $ac_word" >&5
4108 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
4109 echo $ac_n "(cached) $ac_c" 1>&6
4110 else
4111 case "$GMSGFMT" in
4112 /*)
4113 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
4114 ;;
4115 ?:/*)
4116 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
4117 ;;
4118 *)
4119 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4120 ac_dummy="$PATH"
4121 for ac_dir in $ac_dummy; do
4122 test -z "$ac_dir" && ac_dir=.
4123 if test -f $ac_dir/$ac_word; then
4124 ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
4125 break
4126 fi
4127 done
4128 IFS="$ac_save_ifs"
4129 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
4130 ;;
4131 esac
4132 fi
4133 GMSGFMT="$ac_cv_path_GMSGFMT"
4134 if test -n "$GMSGFMT"; then
4135 echo "$ac_t""$GMSGFMT" 1>&6
4136 else
4137 echo "$ac_t""no" 1>&6
4138 fi
4139
4140 # Extract the first word of "xgettext", so it can be a program name with args.
4141 set dummy xgettext; ac_word=$2
4142 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4143 echo "configure:4144: checking for $ac_word" >&5
4144 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
4145 echo $ac_n "(cached) $ac_c" 1>&6
4146 else
4147 case "$XGETTEXT" in
4148 /*)
4149 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
4150 ;;
4151 *)
4152 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4153 for ac_dir in $PATH; do
4154 test -z "$ac_dir" && ac_dir=.
4155 if test -f $ac_dir/$ac_word; then
4156 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
4157 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
4158 break
4159 fi
4160 fi
4161 done
4162 IFS="$ac_save_ifs"
4163 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
4164 ;;
4165 esac
4166 fi
4167 XGETTEXT="$ac_cv_path_XGETTEXT"
4168 if test -n "$XGETTEXT"; then
4169 echo "$ac_t""$XGETTEXT" 1>&6
4170 else
4171 echo "$ac_t""no" 1>&6
4172 fi
4173
4174
4175 USE_INCLUDED_LIBINTL=yes
4176 CATOBJEXT=.gmo
4177 INSTOBJEXT=.mo
4178 DATADIRNAME=share
4179 INTLDEPS='$(top_builddir)/../intl/libintl.a'
4180 INTLLIBS=$INTLDEPS
4181 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
4182 nls_cv_header_intl=libintl.h
4183 nls_cv_header_libgt=libgettext.h
4184 fi
4185
4186 if test "$XGETTEXT" != ":"; then
4187 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
4188 : ;
4189 else
4190 echo "$ac_t""found xgettext programs is not GNU xgettext; ignore it" 1>&6
4191 XGETTEXT=":"
4192 fi
4193 fi
4194
4195 # We need to process the po/ directory.
4196 POSUB=po
4197 else
4198 DATADIRNAME=share
4199 nls_cv_header_intl=libintl.h
4200 nls_cv_header_libgt=libgettext.h
4201 fi
4202
4203 # If this is used in GNU gettext we have to set USE_NLS to `yes'
4204 # because some of the sources are only built for this goal.
4205 if test "$PACKAGE" = gettext; then
4206 USE_NLS=yes
4207 USE_INCLUDED_LIBINTL=yes
4208 fi
4209
4210 for lang in $ALL_LINGUAS; do
4211 GMOFILES="$GMOFILES $lang.gmo"
4212 POFILES="$POFILES $lang.po"
4213 done
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228 if test "x$CATOBJEXT" != "x"; then
4229 if test "x$ALL_LINGUAS" = "x"; then
4230 LINGUAS=
4231 else
4232 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
4233 echo "configure:4234: checking for catalogs to be installed" >&5
4234 NEW_LINGUAS=
4235 for lang in ${LINGUAS=$ALL_LINGUAS}; do
4236 case "$ALL_LINGUAS" in
4237 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
4238 esac
4239 done
4240 LINGUAS=$NEW_LINGUAS
4241 echo "$ac_t""$LINGUAS" 1>&6
4242 fi
4243
4244 if test -n "$LINGUAS"; then
4245 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
4246 fi
4247 fi
4248
4249 if test $ac_cv_header_locale_h = yes; then
4250 INCLUDE_LOCALE_H="#include <locale.h>"
4251 else
4252 INCLUDE_LOCALE_H="\
4253 /* The system does not provide the header <locale.h>. Take care yourself. */"
4254 fi
4255
4256
4257 if test -f $srcdir/po2tbl.sed.in; then
4258 if test "$CATOBJEXT" = ".cat"; then
4259 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
4260 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
4261 echo "configure:4262: checking for linux/version.h" >&5
4262 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4263 echo $ac_n "(cached) $ac_c" 1>&6
4264 else
4265 cat > conftest.$ac_ext <<EOF
4266 #line 4267 "configure"
4267 #include "confdefs.h"
4268 #include <linux/version.h>
4269 EOF
4270 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4271 { (eval echo configure:4272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4272 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4273 if test -z "$ac_err"; then
4274 rm -rf conftest*
4275 eval "ac_cv_header_$ac_safe=yes"
4276 else
4277 echo "$ac_err" >&5
4278 echo "configure: failed program was:" >&5
4279 cat conftest.$ac_ext >&5
4280 rm -rf conftest*
4281 eval "ac_cv_header_$ac_safe=no"
4282 fi
4283 rm -f conftest*
4284 fi
4285 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4286 echo "$ac_t""yes" 1>&6
4287 msgformat=linux
4288 else
4289 echo "$ac_t""no" 1>&6
4290 msgformat=xopen
4291 fi
4292
4293
4294 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
4295 fi
4296 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
4297 $srcdir/po2tbl.sed.in > po2tbl.sed
4298 fi
4299
4300 if test "$PACKAGE" = "gettext"; then
4301 GT_NO="#NO#"
4302 GT_YES=
4303 else
4304 GT_NO=
4305 GT_YES="#YES#"
4306 fi
4307
4308
4309
4310 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
4311
4312
4313 l=
4314
4315
4316 if test -d $srcdir/po; then
4317 test -d po || mkdir po
4318 if test "x$srcdir" != "x."; then
4319 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
4320 posrcprefix="$srcdir/"
4321 else
4322 posrcprefix="../$srcdir/"
4323 fi
4324 else
4325 posrcprefix="../"
4326 fi
4327 rm -f po/POTFILES
4328 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
4329 < $srcdir/po/POTFILES.in > po/POTFILES
4330 fi
4331
4332
4333 # Permit host specific settings.
4334 . ${srcdir}/configure.host
4335
4336
4337 # Find a good install program. We prefer a C program (faster),
4338 # so one script is as good as another. But avoid the broken or
4339 # incompatible versions:
4340 # SysV /etc/install, /usr/sbin/install
4341 # SunOS /usr/etc/install
4342 # IRIX /sbin/install
4343 # AIX /bin/install
4344 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4345 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4346 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4347 # ./install, which can be erroneously created by make from ./install.sh.
4348 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
4349 echo "configure:4350: checking for a BSD compatible install" >&5
4350 if test -z "$INSTALL"; then
4351 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
4352 echo $ac_n "(cached) $ac_c" 1>&6
4353 else
4354 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
4355 for ac_dir in $PATH; do
4356 # Account for people who put trailing slashes in PATH elements.
4357 case "$ac_dir/" in
4358 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
4359 *)
4360 # OSF1 and SCO ODT 3.0 have their own names for install.
4361 # Don't use installbsd from OSF since it installs stuff as root
4362 # by default.
4363 for ac_prog in ginstall scoinst install; do
4364 if test -f $ac_dir/$ac_prog; then
4365 if test $ac_prog = install &&
4366 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
4367 # AIX install. It has an incompatible calling convention.
4368 :
4369 else
4370 ac_cv_path_install="$ac_dir/$ac_prog -c"
4371 break 2
4372 fi
4373 fi
4374 done
4375 ;;
4376 esac
4377 done
4378 IFS="$ac_save_IFS"
4379
4380 fi
4381 if test "${ac_cv_path_install+set}" = set; then
4382 INSTALL="$ac_cv_path_install"
4383 else
4384 # As a last resort, use the slow shell script. We don't cache a
4385 # path for INSTALL within a source directory, because that will
4386 # break other packages using the cache if that directory is
4387 # removed, or if the path is relative.
4388 INSTALL="$ac_install_sh"
4389 fi
4390 fi
4391 echo "$ac_t""$INSTALL" 1>&6
4392
4393 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4394 # It thinks the first close brace ends the variable substitution.
4395 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4396
4397 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
4398
4399 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4400
4401
4402 BFD_HOST_64BIT_LONG=0
4403 BFD_HOST_64_BIT_DEFINED=0
4404 BFD_HOST_64_BIT=
4405 BFD_HOST_U_64_BIT=
4406 if test "x${HOST_64BIT_TYPE}" = "xlong"; then
4407 BFD_HOST_64BIT_LONG=1
4408 elif test "x${HOST_64BIT_TYPE}" != "x"; then
4409 BFD_HOST_64_BIT_DEFINED=1
4410 BFD_HOST_64_BIT=${HOST_64BIT_TYPE}
4411 BFD_HOST_U_64_BIT=${HOST_U_64BIT_TYPE}
4412 fi
4413
4414
4415
4416
4417
4418 # Put a plausible default for CC_FOR_BUILD in Makefile.
4419 if test -z "$CC_FOR_BUILD"; then
4420 if test "x$cross_compiling" = "xno"; then
4421 CC_FOR_BUILD='$(CC)'
4422 else
4423 CC_FOR_BUILD=gcc
4424 fi
4425 fi
4426
4427 # Also set EXEEXT_FOR_BUILD.
4428 if test "x$cross_compiling" = "xno"; then
4429 EXEEXT_FOR_BUILD='$(EXEEXT)'
4430 else
4431 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6
4432 echo "configure:4433: checking for build system executable suffix" >&5
4433 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then
4434 echo $ac_n "(cached) $ac_c" 1>&6
4435 else
4436 rm -f conftest*
4437 echo 'int main () { return 0; }' > conftest.c
4438 bfd_cv_build_exeext=
4439 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
4440 for file in conftest.*; do
4441 case $file in
4442 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
4443 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
4444 esac
4445 done
4446 rm -f conftest*
4447 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
4448 fi
4449
4450 echo "$ac_t""$bfd_cv_build_exeext" 1>&6
4451 EXEEXT_FOR_BUILD=""
4452 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
4453 fi
4454
4455
4456 for ac_hdr in stddef.h string.h strings.h stdlib.h time.h unistd.h
4457 do
4458 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4459 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4460 echo "configure:4461: checking for $ac_hdr" >&5
4461 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4462 echo $ac_n "(cached) $ac_c" 1>&6
4463 else
4464 cat > conftest.$ac_ext <<EOF
4465 #line 4466 "configure"
4466 #include "confdefs.h"
4467 #include <$ac_hdr>
4468 EOF
4469 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4470 { (eval echo configure:4471: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4471 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4472 if test -z "$ac_err"; then
4473 rm -rf conftest*
4474 eval "ac_cv_header_$ac_safe=yes"
4475 else
4476 echo "$ac_err" >&5
4477 echo "configure: failed program was:" >&5
4478 cat conftest.$ac_ext >&5
4479 rm -rf conftest*
4480 eval "ac_cv_header_$ac_safe=no"
4481 fi
4482 rm -f conftest*
4483 fi
4484 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4485 echo "$ac_t""yes" 1>&6
4486 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4487 cat >> confdefs.h <<EOF
4488 #define $ac_tr_hdr 1
4489 EOF
4490
4491 else
4492 echo "$ac_t""no" 1>&6
4493 fi
4494 done
4495
4496 for ac_hdr in fcntl.h sys/file.h sys/time.h
4497 do
4498 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4499 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4500 echo "configure:4501: checking for $ac_hdr" >&5
4501 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4502 echo $ac_n "(cached) $ac_c" 1>&6
4503 else
4504 cat > conftest.$ac_ext <<EOF
4505 #line 4506 "configure"
4506 #include "confdefs.h"
4507 #include <$ac_hdr>
4508 EOF
4509 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4510 { (eval echo configure:4511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4511 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4512 if test -z "$ac_err"; then
4513 rm -rf conftest*
4514 eval "ac_cv_header_$ac_safe=yes"
4515 else
4516 echo "$ac_err" >&5
4517 echo "configure: failed program was:" >&5
4518 cat conftest.$ac_ext >&5
4519 rm -rf conftest*
4520 eval "ac_cv_header_$ac_safe=no"
4521 fi
4522 rm -f conftest*
4523 fi
4524 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4525 echo "$ac_t""yes" 1>&6
4526 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4527 cat >> confdefs.h <<EOF
4528 #define $ac_tr_hdr 1
4529 EOF
4530
4531 else
4532 echo "$ac_t""no" 1>&6
4533 fi
4534 done
4535
4536 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
4537 echo "configure:4538: checking whether time.h and sys/time.h may both be included" >&5
4538 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
4539 echo $ac_n "(cached) $ac_c" 1>&6
4540 else
4541 cat > conftest.$ac_ext <<EOF
4542 #line 4543 "configure"
4543 #include "confdefs.h"
4544 #include <sys/types.h>
4545 #include <sys/time.h>
4546 #include <time.h>
4547 int main() {
4548 struct tm *tp;
4549 ; return 0; }
4550 EOF
4551 if { (eval echo configure:4552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4552 rm -rf conftest*
4553 ac_cv_header_time=yes
4554 else
4555 echo "configure: failed program was:" >&5
4556 cat conftest.$ac_ext >&5
4557 rm -rf conftest*
4558 ac_cv_header_time=no
4559 fi
4560 rm -f conftest*
4561 fi
4562
4563 echo "$ac_t""$ac_cv_header_time" 1>&6
4564 if test $ac_cv_header_time = yes; then
4565 cat >> confdefs.h <<\EOF
4566 #define TIME_WITH_SYS_TIME 1
4567 EOF
4568
4569 fi
4570
4571 ac_header_dirent=no
4572 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
4573 do
4574 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4575 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
4576 echo "configure:4577: checking for $ac_hdr that defines DIR" >&5
4577 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
4578 echo $ac_n "(cached) $ac_c" 1>&6
4579 else
4580 cat > conftest.$ac_ext <<EOF
4581 #line 4582 "configure"
4582 #include "confdefs.h"
4583 #include <sys/types.h>
4584 #include <$ac_hdr>
4585 int main() {
4586 DIR *dirp = 0;
4587 ; return 0; }
4588 EOF
4589 if { (eval echo configure:4590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4590 rm -rf conftest*
4591 eval "ac_cv_header_dirent_$ac_safe=yes"
4592 else
4593 echo "configure: failed program was:" >&5
4594 cat conftest.$ac_ext >&5
4595 rm -rf conftest*
4596 eval "ac_cv_header_dirent_$ac_safe=no"
4597 fi
4598 rm -f conftest*
4599 fi
4600 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
4601 echo "$ac_t""yes" 1>&6
4602 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4603 cat >> confdefs.h <<EOF
4604 #define $ac_tr_hdr 1
4605 EOF
4606 ac_header_dirent=$ac_hdr; break
4607 else
4608 echo "$ac_t""no" 1>&6
4609 fi
4610 done
4611 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
4612 if test $ac_header_dirent = dirent.h; then
4613 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
4614 echo "configure:4615: checking for opendir in -ldir" >&5
4615 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
4616 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4617 echo $ac_n "(cached) $ac_c" 1>&6
4618 else
4619 ac_save_LIBS="$LIBS"
4620 LIBS="-ldir $LIBS"
4621 cat > conftest.$ac_ext <<EOF
4622 #line 4623 "configure"
4623 #include "confdefs.h"
4624 /* Override any gcc2 internal prototype to avoid an error. */
4625 /* We use char because int might match the return type of a gcc2
4626 builtin and then its argument prototype would still apply. */
4627 char opendir();
4628
4629 int main() {
4630 opendir()
4631 ; return 0; }
4632 EOF
4633 if { (eval echo configure:4634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4634 rm -rf conftest*
4635 eval "ac_cv_lib_$ac_lib_var=yes"
4636 else
4637 echo "configure: failed program was:" >&5
4638 cat conftest.$ac_ext >&5
4639 rm -rf conftest*
4640 eval "ac_cv_lib_$ac_lib_var=no"
4641 fi
4642 rm -f conftest*
4643 LIBS="$ac_save_LIBS"
4644
4645 fi
4646 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4647 echo "$ac_t""yes" 1>&6
4648 LIBS="$LIBS -ldir"
4649 else
4650 echo "$ac_t""no" 1>&6
4651 fi
4652
4653 else
4654 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
4655 echo "configure:4656: checking for opendir in -lx" >&5
4656 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
4657 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4658 echo $ac_n "(cached) $ac_c" 1>&6
4659 else
4660 ac_save_LIBS="$LIBS"
4661 LIBS="-lx $LIBS"
4662 cat > conftest.$ac_ext <<EOF
4663 #line 4664 "configure"
4664 #include "confdefs.h"
4665 /* Override any gcc2 internal prototype to avoid an error. */
4666 /* We use char because int might match the return type of a gcc2
4667 builtin and then its argument prototype would still apply. */
4668 char opendir();
4669
4670 int main() {
4671 opendir()
4672 ; return 0; }
4673 EOF
4674 if { (eval echo configure:4675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4675 rm -rf conftest*
4676 eval "ac_cv_lib_$ac_lib_var=yes"
4677 else
4678 echo "configure: failed program was:" >&5
4679 cat conftest.$ac_ext >&5
4680 rm -rf conftest*
4681 eval "ac_cv_lib_$ac_lib_var=no"
4682 fi
4683 rm -f conftest*
4684 LIBS="$ac_save_LIBS"
4685
4686 fi
4687 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4688 echo "$ac_t""yes" 1>&6
4689 LIBS="$LIBS -lx"
4690 else
4691 echo "$ac_t""no" 1>&6
4692 fi
4693
4694 fi
4695
4696 for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid
4697 do
4698 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4699 echo "configure:4700: checking for $ac_func" >&5
4700 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4701 echo $ac_n "(cached) $ac_c" 1>&6
4702 else
4703 cat > conftest.$ac_ext <<EOF
4704 #line 4705 "configure"
4705 #include "confdefs.h"
4706 /* System header to define __stub macros and hopefully few prototypes,
4707 which can conflict with char $ac_func(); below. */
4708 #include <assert.h>
4709 /* Override any gcc2 internal prototype to avoid an error. */
4710 /* We use char because int might match the return type of a gcc2
4711 builtin and then its argument prototype would still apply. */
4712 char $ac_func();
4713
4714 int main() {
4715
4716 /* The GNU C library defines this for functions which it implements
4717 to always fail with ENOSYS. Some functions are actually named
4718 something starting with __ and the normal name is an alias. */
4719 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4720 choke me
4721 #else
4722 $ac_func();
4723 #endif
4724
4725 ; return 0; }
4726 EOF
4727 if { (eval echo configure:4728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4728 rm -rf conftest*
4729 eval "ac_cv_func_$ac_func=yes"
4730 else
4731 echo "configure: failed program was:" >&5
4732 cat conftest.$ac_ext >&5
4733 rm -rf conftest*
4734 eval "ac_cv_func_$ac_func=no"
4735 fi
4736 rm -f conftest*
4737 fi
4738
4739 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4740 echo "$ac_t""yes" 1>&6
4741 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4742 cat >> confdefs.h <<EOF
4743 #define $ac_tr_func 1
4744 EOF
4745
4746 else
4747 echo "$ac_t""no" 1>&6
4748 fi
4749 done
4750
4751
4752
4753 case "${host}" in
4754 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
4755 cat >> confdefs.h <<\EOF
4756 #define USE_BINARY_FOPEN 1
4757 EOF
4758 ;;
4759 esac
4760
4761 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
4762 echo "configure:4763: checking whether strstr must be declared" >&5
4763 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
4764 echo $ac_n "(cached) $ac_c" 1>&6
4765 else
4766 cat > conftest.$ac_ext <<EOF
4767 #line 4768 "configure"
4768 #include "confdefs.h"
4769
4770 #include <stdio.h>
4771 #ifdef HAVE_STRING_H
4772 #include <string.h>
4773 #else
4774 #ifdef HAVE_STRINGS_H
4775 #include <strings.h>
4776 #endif
4777 #endif
4778 #ifdef HAVE_STDLIB_H
4779 #include <stdlib.h>
4780 #endif
4781 #ifdef HAVE_UNISTD_H
4782 #include <unistd.h>
4783 #endif
4784 int main() {
4785 char *(*pfn) = (char *(*)) strstr
4786 ; return 0; }
4787 EOF
4788 if { (eval echo configure:4789: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4789 rm -rf conftest*
4790 bfd_cv_decl_needed_strstr=no
4791 else
4792 echo "configure: failed program was:" >&5
4793 cat conftest.$ac_ext >&5
4794 rm -rf conftest*
4795 bfd_cv_decl_needed_strstr=yes
4796 fi
4797 rm -f conftest*
4798 fi
4799
4800 echo "$ac_t""$bfd_cv_decl_needed_strstr" 1>&6
4801 if test $bfd_cv_decl_needed_strstr = yes; then
4802 cat >> confdefs.h <<\EOF
4803 #define NEED_DECLARATION_STRSTR 1
4804 EOF
4805
4806 fi
4807
4808 echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6
4809 echo "configure:4810: checking whether malloc must be declared" >&5
4810 if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then
4811 echo $ac_n "(cached) $ac_c" 1>&6
4812 else
4813 cat > conftest.$ac_ext <<EOF
4814 #line 4815 "configure"
4815 #include "confdefs.h"
4816
4817 #include <stdio.h>
4818 #ifdef HAVE_STRING_H
4819 #include <string.h>
4820 #else
4821 #ifdef HAVE_STRINGS_H
4822 #include <strings.h>
4823 #endif
4824 #endif
4825 #ifdef HAVE_STDLIB_H
4826 #include <stdlib.h>
4827 #endif
4828 #ifdef HAVE_UNISTD_H
4829 #include <unistd.h>
4830 #endif
4831 int main() {
4832 char *(*pfn) = (char *(*)) malloc
4833 ; return 0; }
4834 EOF
4835 if { (eval echo configure:4836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4836 rm -rf conftest*
4837 bfd_cv_decl_needed_malloc=no
4838 else
4839 echo "configure: failed program was:" >&5
4840 cat conftest.$ac_ext >&5
4841 rm -rf conftest*
4842 bfd_cv_decl_needed_malloc=yes
4843 fi
4844 rm -f conftest*
4845 fi
4846
4847 echo "$ac_t""$bfd_cv_decl_needed_malloc" 1>&6
4848 if test $bfd_cv_decl_needed_malloc = yes; then
4849 cat >> confdefs.h <<\EOF
4850 #define NEED_DECLARATION_MALLOC 1
4851 EOF
4852
4853 fi
4854
4855 echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6
4856 echo "configure:4857: checking whether realloc must be declared" >&5
4857 if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then
4858 echo $ac_n "(cached) $ac_c" 1>&6
4859 else
4860 cat > conftest.$ac_ext <<EOF
4861 #line 4862 "configure"
4862 #include "confdefs.h"
4863
4864 #include <stdio.h>
4865 #ifdef HAVE_STRING_H
4866 #include <string.h>
4867 #else
4868 #ifdef HAVE_STRINGS_H
4869 #include <strings.h>
4870 #endif
4871 #endif
4872 #ifdef HAVE_STDLIB_H
4873 #include <stdlib.h>
4874 #endif
4875 #ifdef HAVE_UNISTD_H
4876 #include <unistd.h>
4877 #endif
4878 int main() {
4879 char *(*pfn) = (char *(*)) realloc
4880 ; return 0; }
4881 EOF
4882 if { (eval echo configure:4883: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4883 rm -rf conftest*
4884 bfd_cv_decl_needed_realloc=no
4885 else
4886 echo "configure: failed program was:" >&5
4887 cat conftest.$ac_ext >&5
4888 rm -rf conftest*
4889 bfd_cv_decl_needed_realloc=yes
4890 fi
4891 rm -f conftest*
4892 fi
4893
4894 echo "$ac_t""$bfd_cv_decl_needed_realloc" 1>&6
4895 if test $bfd_cv_decl_needed_realloc = yes; then
4896 cat >> confdefs.h <<\EOF
4897 #define NEED_DECLARATION_REALLOC 1
4898 EOF
4899
4900 fi
4901
4902 echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
4903 echo "configure:4904: checking whether free must be declared" >&5
4904 if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
4905 echo $ac_n "(cached) $ac_c" 1>&6
4906 else
4907 cat > conftest.$ac_ext <<EOF
4908 #line 4909 "configure"
4909 #include "confdefs.h"
4910
4911 #include <stdio.h>
4912 #ifdef HAVE_STRING_H
4913 #include <string.h>
4914 #else
4915 #ifdef HAVE_STRINGS_H
4916 #include <strings.h>
4917 #endif
4918 #endif
4919 #ifdef HAVE_STDLIB_H
4920 #include <stdlib.h>
4921 #endif
4922 #ifdef HAVE_UNISTD_H
4923 #include <unistd.h>
4924 #endif
4925 int main() {
4926 char *(*pfn) = (char *(*)) free
4927 ; return 0; }
4928 EOF
4929 if { (eval echo configure:4930: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4930 rm -rf conftest*
4931 bfd_cv_decl_needed_free=no
4932 else
4933 echo "configure: failed program was:" >&5
4934 cat conftest.$ac_ext >&5
4935 rm -rf conftest*
4936 bfd_cv_decl_needed_free=yes
4937 fi
4938 rm -f conftest*
4939 fi
4940
4941 echo "$ac_t""$bfd_cv_decl_needed_free" 1>&6
4942 if test $bfd_cv_decl_needed_free = yes; then
4943 cat >> confdefs.h <<\EOF
4944 #define NEED_DECLARATION_FREE 1
4945 EOF
4946
4947 fi
4948
4949 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
4950 echo "configure:4951: checking whether getenv must be declared" >&5
4951 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
4952 echo $ac_n "(cached) $ac_c" 1>&6
4953 else
4954 cat > conftest.$ac_ext <<EOF
4955 #line 4956 "configure"
4956 #include "confdefs.h"
4957
4958 #include <stdio.h>
4959 #ifdef HAVE_STRING_H
4960 #include <string.h>
4961 #else
4962 #ifdef HAVE_STRINGS_H
4963 #include <strings.h>
4964 #endif
4965 #endif
4966 #ifdef HAVE_STDLIB_H
4967 #include <stdlib.h>
4968 #endif
4969 #ifdef HAVE_UNISTD_H
4970 #include <unistd.h>
4971 #endif
4972 int main() {
4973 char *(*pfn) = (char *(*)) getenv
4974 ; return 0; }
4975 EOF
4976 if { (eval echo configure:4977: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4977 rm -rf conftest*
4978 bfd_cv_decl_needed_getenv=no
4979 else
4980 echo "configure: failed program was:" >&5
4981 cat conftest.$ac_ext >&5
4982 rm -rf conftest*
4983 bfd_cv_decl_needed_getenv=yes
4984 fi
4985 rm -f conftest*
4986 fi
4987
4988 echo "$ac_t""$bfd_cv_decl_needed_getenv" 1>&6
4989 if test $bfd_cv_decl_needed_getenv = yes; then
4990 cat >> confdefs.h <<\EOF
4991 #define NEED_DECLARATION_GETENV 1
4992 EOF
4993
4994 fi
4995
4996
4997 # If we are configured native, pick a core file support file.
4998 COREFILE=
4999 COREFLAG=
5000 TRAD_HEADER=
5001 if test "${target}" = "${host}"; then
5002 case "${host}" in
5003 alpha*-*-freebsd*)
5004 COREFILE=''
5005 ;;
5006 alpha*-*-linux-gnu*)
5007 COREFILE=trad-core.lo
5008 TRAD_HEADER='"hosts/alphalinux.h"'
5009 ;;
5010 alpha*-*-netbsd*) COREFILE=netbsd-core.lo ;;
5011 alpha*-*-*) COREFILE=osf-core.lo ;;
5012 arm-*-freebsd*) COREFILE='' ;;
5013 arm-*-riscix) COREFILE=trad-core.lo ;;
5014 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
5015 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
5016 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
5017 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
5018 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
5019 i370-*-*)
5020 COREFILE=trad-core.lo
5021 TRAD_HEADER='"hosts/i370linux.h"'
5022 ;;
5023
5024 i[3456]86-sequent-bsd*)
5025 COREFILE=trad-core.lo
5026 TRAD_HEADER='"hosts/symmetry.h"'
5027 ;;
5028 i[3456]86-sequent-sysv4*) ;;
5029 i[3456]86-sequent-sysv*)
5030 COREFILE=trad-core.lo
5031 TRAD_HEADER='"hosts/symmetry.h"'
5032 ;;
5033 i[3456]86-*-bsdi)
5034 COREFILE=
5035 ;;
5036 i[3456]86-*-bsd* | i[34567]86-*-freebsd[1234] | i[34567]86-*-freebsd[1234]\.* | i[34567]86-*-freebsd*aout*)
5037 COREFILE=trad-core.lo
5038 TRAD_HEADER='"hosts/i386bsd.h"'
5039 ;;
5040 i[3456]86-*-freebsd*)
5041 COREFILE=''
5042 TRAD_HEADER='"hosts/i386bsd.h"'
5043 ;;
5044 i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
5045 COREFILE=netbsd-core.lo
5046 ;;
5047 i[3456]86-esix-sysv3*)
5048 COREFILE=trad-core.lo
5049 TRAD_HEADER='"hosts/esix.h"'
5050 ;;
5051 i[3456]86-*-sco3.2v5*)
5052 COREFILE=sco5-core.lo
5053 ;;
5054 i[3456]86-*-sco* | i[3456]86-*-isc*)
5055 COREFILE=trad-core.lo
5056 TRAD_HEADER='"hosts/i386sco.h"'
5057 ;;
5058 i[3456]86-*-mach3*)
5059 COREFILE=trad-core.lo
5060 TRAD_HEADER='"hosts/i386mach3.h"'
5061 ;;
5062 i[3456]86-*-linux-gnu*)
5063 COREFILE=trad-core.lo
5064 TRAD_HEADER='"hosts/i386linux.h"'
5065 ;;
5066 i[3456]86-*-isc*) COREFILE=trad-core.lo ;;
5067 i[3456]86-*-aix*) COREFILE=aix386-core.lo ;;
5068 i860-*-mach3* | i860-*-osf1*)
5069 COREFILE=trad-core.lo
5070 TRAD_HEADER='"hosts/i860mach3.h"'
5071 ;;
5072 mips-dec-bsd*)
5073 COREFILE=trad-core.lo
5074 TRAD_HEADER='"hosts/mipsbsd.h"'
5075 ;;
5076 mips-dec-mach3*)
5077 COREFILE=trad-core.lo
5078 TRAD_HEADER='"hosts/mipsmach3.h"'
5079 ;;
5080 mips-*-netbsd* | mips*-*-openbsd*)
5081 COREFILE=netbsd-core.lo
5082 ;;
5083 mips-dec-*)
5084 COREFILE=trad-core.lo
5085 TRAD_HEADER='"hosts/decstation.h"'
5086 ;;
5087 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
5088 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
5089 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
5090 mips-*-mach3*)
5091 COREFILE=trad-core.lo
5092 TRAD_HEADER='"hosts/mipsmach3.h"'
5093 ;;
5094 mips-*-sysv4*) ;;
5095 mips-*-sysv* | mips-*-riscos*)
5096 COREFILE=trad-core.lo
5097 TRAD_HEADER='"hosts/riscos.h"'
5098 ;;
5099 mips-sony-bsd*)
5100 COREFILE=trad-core.lo
5101 TRAD_HEADER='"hosts/news-mips.h"'
5102 ;;
5103 m68*-bull*-sysv*)
5104 COREFILE=trad-core.lo
5105 TRAD_HEADER='"hosts/dpx2.h"'
5106 ;;
5107 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
5108 m68*-hp-bsd*)
5109 COREFILE=trad-core.lo
5110 TRAD_HEADER='"hosts/hp300bsd.h"'
5111 ;;
5112 m68*-*-linux-gnu*)
5113 COREFILE=trad-core.lo
5114 TRAD_HEADER='"hosts/m68klinux.h"'
5115 ;;
5116 m68*-motorola-sysv*)
5117 COREFILE=trad-core.lo
5118 TRAD_HEADER='"hosts/delta68.h"'
5119 ;;
5120 m68*-sony-*)
5121 COREFILE=trad-core.lo
5122 TRAD_HEADER='"hosts/news.h"'
5123 ;;
5124 m68*-*-netbsd* | m68*-*-openbsd*)
5125 COREFILE=netbsd-core.lo
5126 ;;
5127 m68*-apple-aux*)
5128 COREFILE=trad-core.lo
5129 TRAD_HEADER='"hosts/m68kaux.h"'
5130 ;;
5131 m88*-*-sysv4*) ;;
5132 m88*-motorola-sysv*) COREFILE=ptrace-core.lo ;;
5133 m88*-*-mach3*)
5134 COREFILE=trad-core.lo
5135 TRAD_HEADER='"hosts/m88kmach3.h"'
5136 ;;
5137 ns32k-pc532-mach)
5138 COREFILE=trad-core.lo
5139 TRAD_HEADER='"hosts/pc532mach.h"'
5140 ;;
5141 ns32k-*-netbsd* | ns32k-*-openbsd*)
5142 COREFILE=netbsd-core.lo
5143 ;;
5144 rs6000-*-lynx*) COREFILE=lynx-core.lo ;;
5145 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
5146 COREFILE=rs6000-core.lo
5147 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
5148 ;;
5149 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
5150 rs6000-*-*) COREFILE=rs6000-core.lo ;;
5151 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
5152 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
5153 powerpc-*-beos*) ;;
5154 powerpc-*-freebsd*) COREFILE='' ;;
5155 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
5156 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
5157 s390*-*-*) COREFILE=trad-core.lo ;;
5158 sparc-*-netbsd* | sparc-*-openbsd*)
5159 COREFILE=netbsd-core.lo
5160 ;;
5161 tahoe-*-*)
5162 COREFILE=trad-core.lo
5163 TRAD_HEADER='"hosts/tahoe.h"'
5164 ;;
5165 vax-*-ultrix2*)
5166 COREFILE=trad-core.lo
5167 TRAD_HEADER='"hosts/vaxult2.h"'
5168 ;;
5169 vax-*-ultrix*)
5170 COREFILE=trad-core.lo
5171 TRAD_HEADER='"hosts/vaxult2.h"'
5172 ;;
5173 vax-*-*)
5174 COREFILE=trad-core.lo
5175 TRAD_HEADER='"hosts/vaxbsd.h"'
5176 ;;
5177 esac
5178
5179 case "$COREFILE" in
5180 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
5181 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
5182 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
5183 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
5184 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
5185 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
5186 osf-core.lo) COREFLAG=-DOSF_CORE ;;
5187 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
5188 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
5189 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
5190 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
5191 esac
5192
5193 # ELF corefile support has several flavors, but all of
5194 # them use something called <sys/procfs.h>
5195 for ac_hdr in sys/procfs.h
5196 do
5197 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5198 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5199 echo "configure:5200: checking for $ac_hdr" >&5
5200 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5201 echo $ac_n "(cached) $ac_c" 1>&6
5202 else
5203 cat > conftest.$ac_ext <<EOF
5204 #line 5205 "configure"
5205 #include "confdefs.h"
5206 #include <$ac_hdr>
5207 EOF
5208 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5209 { (eval echo configure:5210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5210 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5211 if test -z "$ac_err"; then
5212 rm -rf conftest*
5213 eval "ac_cv_header_$ac_safe=yes"
5214 else
5215 echo "$ac_err" >&5
5216 echo "configure: failed program was:" >&5
5217 cat conftest.$ac_ext >&5
5218 rm -rf conftest*
5219 eval "ac_cv_header_$ac_safe=no"
5220 fi
5221 rm -f conftest*
5222 fi
5223 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5224 echo "$ac_t""yes" 1>&6
5225 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5226 cat >> confdefs.h <<EOF
5227 #define $ac_tr_hdr 1
5228 EOF
5229
5230 else
5231 echo "$ac_t""no" 1>&6
5232 fi
5233 done
5234
5235 if test "$ac_cv_header_sys_procfs_h" = yes; then
5236 echo $ac_n "checking for prstatus_t in sys/procfs.h""... $ac_c" 1>&6
5237 echo "configure:5238: checking for prstatus_t in sys/procfs.h" >&5
5238 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus_t'+set}'`\" = set"; then
5239 echo $ac_n "(cached) $ac_c" 1>&6
5240 else
5241 cat > conftest.$ac_ext <<EOF
5242 #line 5243 "configure"
5243 #include "confdefs.h"
5244
5245 #define _SYSCALL32
5246 #include <sys/procfs.h>
5247 int main() {
5248 prstatus_t avar
5249 ; return 0; }
5250 EOF
5251 if { (eval echo configure:5252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5252 rm -rf conftest*
5253 bfd_cv_have_sys_procfs_type_prstatus_t=yes
5254 else
5255 echo "configure: failed program was:" >&5
5256 cat conftest.$ac_ext >&5
5257 rm -rf conftest*
5258 bfd_cv_have_sys_procfs_type_prstatus_t=no
5259
5260 fi
5261 rm -f conftest*
5262 fi
5263
5264 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
5265 cat >> confdefs.h <<\EOF
5266 #define HAVE_PRSTATUS_T 1
5267 EOF
5268
5269 fi
5270 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prstatus_t" 1>&6
5271
5272 echo $ac_n "checking for prstatus32_t in sys/procfs.h""... $ac_c" 1>&6
5273 echo "configure:5274: checking for prstatus32_t in sys/procfs.h" >&5
5274 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus32_t'+set}'`\" = set"; then
5275 echo $ac_n "(cached) $ac_c" 1>&6
5276 else
5277 cat > conftest.$ac_ext <<EOF
5278 #line 5279 "configure"
5279 #include "confdefs.h"
5280
5281 #define _SYSCALL32
5282 #include <sys/procfs.h>
5283 int main() {
5284 prstatus32_t avar
5285 ; return 0; }
5286 EOF
5287 if { (eval echo configure:5288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5288 rm -rf conftest*
5289 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
5290 else
5291 echo "configure: failed program was:" >&5
5292 cat conftest.$ac_ext >&5
5293 rm -rf conftest*
5294 bfd_cv_have_sys_procfs_type_prstatus32_t=no
5295
5296 fi
5297 rm -f conftest*
5298 fi
5299
5300 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
5301 cat >> confdefs.h <<\EOF
5302 #define HAVE_PRSTATUS32_T 1
5303 EOF
5304
5305 fi
5306 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prstatus32_t" 1>&6
5307
5308 echo $ac_n "checking for prstatus_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
5309 echo "configure:5310: checking for prstatus_t.pr_who in sys/procfs.h" >&5
5310 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who'+set}'`\" = set"; then
5311 echo $ac_n "(cached) $ac_c" 1>&6
5312 else
5313 cat > conftest.$ac_ext <<EOF
5314 #line 5315 "configure"
5315 #include "confdefs.h"
5316
5317 #define _SYSCALL32
5318 #include <sys/procfs.h>
5319 int main() {
5320 prstatus_t avar; void* aref = (void*) &avar.pr_who
5321 ; return 0; }
5322 EOF
5323 if { (eval echo configure:5324: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5324 rm -rf conftest*
5325 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
5326 else
5327 echo "configure: failed program was:" >&5
5328 cat conftest.$ac_ext >&5
5329 rm -rf conftest*
5330 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
5331
5332 fi
5333 rm -f conftest*
5334 fi
5335
5336 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
5337 cat >> confdefs.h <<\EOF
5338 #define HAVE_PRSTATUS_T_PR_WHO 1
5339 EOF
5340
5341 fi
5342 echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" 1>&6
5343
5344 echo $ac_n "checking for prstatus32_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
5345 echo "configure:5346: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
5346 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who'+set}'`\" = set"; then
5347 echo $ac_n "(cached) $ac_c" 1>&6
5348 else
5349 cat > conftest.$ac_ext <<EOF
5350 #line 5351 "configure"
5351 #include "confdefs.h"
5352
5353 #define _SYSCALL32
5354 #include <sys/procfs.h>
5355 int main() {
5356 prstatus32_t avar; void* aref = (void*) &avar.pr_who
5357 ; return 0; }
5358 EOF
5359 if { (eval echo configure:5360: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5360 rm -rf conftest*
5361 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
5362 else
5363 echo "configure: failed program was:" >&5
5364 cat conftest.$ac_ext >&5
5365 rm -rf conftest*
5366 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
5367
5368 fi
5369 rm -f conftest*
5370 fi
5371
5372 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
5373 cat >> confdefs.h <<\EOF
5374 #define HAVE_PRSTATUS32_T_PR_WHO 1
5375 EOF
5376
5377 fi
5378 echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" 1>&6
5379
5380 echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6
5381 echo "configure:5382: checking for pstatus_t in sys/procfs.h" >&5
5382 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then
5383 echo $ac_n "(cached) $ac_c" 1>&6
5384 else
5385 cat > conftest.$ac_ext <<EOF
5386 #line 5387 "configure"
5387 #include "confdefs.h"
5388
5389 #define _SYSCALL32
5390 #include <sys/procfs.h>
5391 int main() {
5392 pstatus_t avar
5393 ; return 0; }
5394 EOF
5395 if { (eval echo configure:5396: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5396 rm -rf conftest*
5397 bfd_cv_have_sys_procfs_type_pstatus_t=yes
5398 else
5399 echo "configure: failed program was:" >&5
5400 cat conftest.$ac_ext >&5
5401 rm -rf conftest*
5402 bfd_cv_have_sys_procfs_type_pstatus_t=no
5403
5404 fi
5405 rm -f conftest*
5406 fi
5407
5408 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
5409 cat >> confdefs.h <<\EOF
5410 #define HAVE_PSTATUS_T 1
5411 EOF
5412
5413 fi
5414 echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus_t" 1>&6
5415
5416 echo $ac_n "checking for pxstatus_t in sys/procfs.h""... $ac_c" 1>&6
5417 echo "configure:5418: checking for pxstatus_t in sys/procfs.h" >&5
5418 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pxstatus_t'+set}'`\" = set"; then
5419 echo $ac_n "(cached) $ac_c" 1>&6
5420 else
5421 cat > conftest.$ac_ext <<EOF
5422 #line 5423 "configure"
5423 #include "confdefs.h"
5424
5425 #define _SYSCALL32
5426 #include <sys/procfs.h>
5427 int main() {
5428 pxstatus_t avar
5429 ; return 0; }
5430 EOF
5431 if { (eval echo configure:5432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5432 rm -rf conftest*
5433 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
5434 else
5435 echo "configure: failed program was:" >&5
5436 cat conftest.$ac_ext >&5
5437 rm -rf conftest*
5438 bfd_cv_have_sys_procfs_type_pxstatus_t=no
5439
5440 fi
5441 rm -f conftest*
5442 fi
5443
5444 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
5445 cat >> confdefs.h <<\EOF
5446 #define HAVE_PXSTATUS_T 1
5447 EOF
5448
5449 fi
5450 echo "$ac_t""$bfd_cv_have_sys_procfs_type_pxstatus_t" 1>&6
5451
5452 echo $ac_n "checking for pstatus32_t in sys/procfs.h""... $ac_c" 1>&6
5453 echo "configure:5454: checking for pstatus32_t in sys/procfs.h" >&5
5454 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus32_t'+set}'`\" = set"; then
5455 echo $ac_n "(cached) $ac_c" 1>&6
5456 else
5457 cat > conftest.$ac_ext <<EOF
5458 #line 5459 "configure"
5459 #include "confdefs.h"
5460
5461 #define _SYSCALL32
5462 #include <sys/procfs.h>
5463 int main() {
5464 pstatus32_t avar
5465 ; return 0; }
5466 EOF
5467 if { (eval echo configure:5468: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5468 rm -rf conftest*
5469 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
5470 else
5471 echo "configure: failed program was:" >&5
5472 cat conftest.$ac_ext >&5
5473 rm -rf conftest*
5474 bfd_cv_have_sys_procfs_type_pstatus32_t=no
5475
5476 fi
5477 rm -f conftest*
5478 fi
5479
5480 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
5481 cat >> confdefs.h <<\EOF
5482 #define HAVE_PSTATUS32_T 1
5483 EOF
5484
5485 fi
5486 echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus32_t" 1>&6
5487
5488 echo $ac_n "checking for prpsinfo_t in sys/procfs.h""... $ac_c" 1>&6
5489 echo "configure:5490: checking for prpsinfo_t in sys/procfs.h" >&5
5490 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo_t'+set}'`\" = set"; then
5491 echo $ac_n "(cached) $ac_c" 1>&6
5492 else
5493 cat > conftest.$ac_ext <<EOF
5494 #line 5495 "configure"
5495 #include "confdefs.h"
5496
5497 #define _SYSCALL32
5498 #include <sys/procfs.h>
5499 int main() {
5500 prpsinfo_t avar
5501 ; return 0; }
5502 EOF
5503 if { (eval echo configure:5504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5504 rm -rf conftest*
5505 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
5506 else
5507 echo "configure: failed program was:" >&5
5508 cat conftest.$ac_ext >&5
5509 rm -rf conftest*
5510 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
5511
5512 fi
5513 rm -f conftest*
5514 fi
5515
5516 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
5517 cat >> confdefs.h <<\EOF
5518 #define HAVE_PRPSINFO_T 1
5519 EOF
5520
5521 fi
5522 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prpsinfo_t" 1>&6
5523
5524 echo $ac_n "checking for prpsinfo32_t in sys/procfs.h""... $ac_c" 1>&6
5525 echo "configure:5526: checking for prpsinfo32_t in sys/procfs.h" >&5
5526 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo32_t'+set}'`\" = set"; then
5527 echo $ac_n "(cached) $ac_c" 1>&6
5528 else
5529 cat > conftest.$ac_ext <<EOF
5530 #line 5531 "configure"
5531 #include "confdefs.h"
5532
5533 #define _SYSCALL32
5534 #include <sys/procfs.h>
5535 int main() {
5536 prpsinfo32_t avar
5537 ; return 0; }
5538 EOF
5539 if { (eval echo configure:5540: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5540 rm -rf conftest*
5541 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
5542 else
5543 echo "configure: failed program was:" >&5
5544 cat conftest.$ac_ext >&5
5545 rm -rf conftest*
5546 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
5547
5548 fi
5549 rm -f conftest*
5550 fi
5551
5552 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
5553 cat >> confdefs.h <<\EOF
5554 #define HAVE_PRPSINFO32_T 1
5555 EOF
5556
5557 fi
5558 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prpsinfo32_t" 1>&6
5559
5560 echo $ac_n "checking for psinfo_t in sys/procfs.h""... $ac_c" 1>&6
5561 echo "configure:5562: checking for psinfo_t in sys/procfs.h" >&5
5562 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo_t'+set}'`\" = set"; then
5563 echo $ac_n "(cached) $ac_c" 1>&6
5564 else
5565 cat > conftest.$ac_ext <<EOF
5566 #line 5567 "configure"
5567 #include "confdefs.h"
5568
5569 #define _SYSCALL32
5570 #include <sys/procfs.h>
5571 int main() {
5572 psinfo_t avar
5573 ; return 0; }
5574 EOF
5575 if { (eval echo configure:5576: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5576 rm -rf conftest*
5577 bfd_cv_have_sys_procfs_type_psinfo_t=yes
5578 else
5579 echo "configure: failed program was:" >&5
5580 cat conftest.$ac_ext >&5
5581 rm -rf conftest*
5582 bfd_cv_have_sys_procfs_type_psinfo_t=no
5583
5584 fi
5585 rm -f conftest*
5586 fi
5587
5588 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
5589 cat >> confdefs.h <<\EOF
5590 #define HAVE_PSINFO_T 1
5591 EOF
5592
5593 fi
5594 echo "$ac_t""$bfd_cv_have_sys_procfs_type_psinfo_t" 1>&6
5595
5596 echo $ac_n "checking for psinfo32_t in sys/procfs.h""... $ac_c" 1>&6
5597 echo "configure:5598: checking for psinfo32_t in sys/procfs.h" >&5
5598 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo32_t'+set}'`\" = set"; then
5599 echo $ac_n "(cached) $ac_c" 1>&6
5600 else
5601 cat > conftest.$ac_ext <<EOF
5602 #line 5603 "configure"
5603 #include "confdefs.h"
5604
5605 #define _SYSCALL32
5606 #include <sys/procfs.h>
5607 int main() {
5608 psinfo32_t avar
5609 ; return 0; }
5610 EOF
5611 if { (eval echo configure:5612: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5612 rm -rf conftest*
5613 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
5614 else
5615 echo "configure: failed program was:" >&5
5616 cat conftest.$ac_ext >&5
5617 rm -rf conftest*
5618 bfd_cv_have_sys_procfs_type_psinfo32_t=no
5619
5620 fi
5621 rm -f conftest*
5622 fi
5623
5624 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
5625 cat >> confdefs.h <<\EOF
5626 #define HAVE_PSINFO32_T 1
5627 EOF
5628
5629 fi
5630 echo "$ac_t""$bfd_cv_have_sys_procfs_type_psinfo32_t" 1>&6
5631
5632 echo $ac_n "checking for lwpstatus_t in sys/procfs.h""... $ac_c" 1>&6
5633 echo "configure:5634: checking for lwpstatus_t in sys/procfs.h" >&5
5634 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpstatus_t'+set}'`\" = set"; then
5635 echo $ac_n "(cached) $ac_c" 1>&6
5636 else
5637 cat > conftest.$ac_ext <<EOF
5638 #line 5639 "configure"
5639 #include "confdefs.h"
5640
5641 #define _SYSCALL32
5642 #include <sys/procfs.h>
5643 int main() {
5644 lwpstatus_t avar
5645 ; return 0; }
5646 EOF
5647 if { (eval echo configure:5648: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5648 rm -rf conftest*
5649 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
5650 else
5651 echo "configure: failed program was:" >&5
5652 cat conftest.$ac_ext >&5
5653 rm -rf conftest*
5654 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
5655
5656 fi
5657 rm -f conftest*
5658 fi
5659
5660 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
5661 cat >> confdefs.h <<\EOF
5662 #define HAVE_LWPSTATUS_T 1
5663 EOF
5664
5665 fi
5666 echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpstatus_t" 1>&6
5667
5668 echo $ac_n "checking for lwpxstatus_t in sys/procfs.h""... $ac_c" 1>&6
5669 echo "configure:5670: checking for lwpxstatus_t in sys/procfs.h" >&5
5670 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpxstatus_t'+set}'`\" = set"; then
5671 echo $ac_n "(cached) $ac_c" 1>&6
5672 else
5673 cat > conftest.$ac_ext <<EOF
5674 #line 5675 "configure"
5675 #include "confdefs.h"
5676
5677 #define _SYSCALL32
5678 #include <sys/procfs.h>
5679 int main() {
5680 lwpxstatus_t avar
5681 ; return 0; }
5682 EOF
5683 if { (eval echo configure:5684: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5684 rm -rf conftest*
5685 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
5686 else
5687 echo "configure: failed program was:" >&5
5688 cat conftest.$ac_ext >&5
5689 rm -rf conftest*
5690 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
5691
5692 fi
5693 rm -f conftest*
5694 fi
5695
5696 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
5697 cat >> confdefs.h <<\EOF
5698 #define HAVE_LWPXSTATUS_T 1
5699 EOF
5700
5701 fi
5702 echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpxstatus_t" 1>&6
5703
5704 echo $ac_n "checking for lwpstatus_t.pr_context in sys/procfs.h""... $ac_c" 1>&6
5705 echo "configure:5706: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
5706 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context'+set}'`\" = set"; then
5707 echo $ac_n "(cached) $ac_c" 1>&6
5708 else
5709 cat > conftest.$ac_ext <<EOF
5710 #line 5711 "configure"
5711 #include "confdefs.h"
5712
5713 #define _SYSCALL32
5714 #include <sys/procfs.h>
5715 int main() {
5716 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
5717 ; return 0; }
5718 EOF
5719 if { (eval echo configure:5720: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5720 rm -rf conftest*
5721 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
5722 else
5723 echo "configure: failed program was:" >&5
5724 cat conftest.$ac_ext >&5
5725 rm -rf conftest*
5726 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
5727
5728 fi
5729 rm -f conftest*
5730 fi
5731
5732 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
5733 cat >> confdefs.h <<\EOF
5734 #define HAVE_LWPSTATUS_T_PR_CONTEXT 1
5735 EOF
5736
5737 fi
5738 echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" 1>&6
5739
5740 echo $ac_n "checking for lwpstatus_t.pr_reg in sys/procfs.h""... $ac_c" 1>&6
5741 echo "configure:5742: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
5742 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg'+set}'`\" = set"; then
5743 echo $ac_n "(cached) $ac_c" 1>&6
5744 else
5745 cat > conftest.$ac_ext <<EOF
5746 #line 5747 "configure"
5747 #include "confdefs.h"
5748
5749 #define _SYSCALL32
5750 #include <sys/procfs.h>
5751 int main() {
5752 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
5753 ; return 0; }
5754 EOF
5755 if { (eval echo configure:5756: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5756 rm -rf conftest*
5757 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
5758 else
5759 echo "configure: failed program was:" >&5
5760 cat conftest.$ac_ext >&5
5761 rm -rf conftest*
5762 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
5763
5764 fi
5765 rm -f conftest*
5766 fi
5767
5768 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
5769 cat >> confdefs.h <<\EOF
5770 #define HAVE_LWPSTATUS_T_PR_REG 1
5771 EOF
5772
5773 fi
5774 echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" 1>&6
5775
5776 echo $ac_n "checking for win32_pstatus_t in sys/procfs.h""... $ac_c" 1>&6
5777 echo "configure:5778: checking for win32_pstatus_t in sys/procfs.h" >&5
5778 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_win32_pstatus_t'+set}'`\" = set"; then
5779 echo $ac_n "(cached) $ac_c" 1>&6
5780 else
5781 cat > conftest.$ac_ext <<EOF
5782 #line 5783 "configure"
5783 #include "confdefs.h"
5784
5785 #define _SYSCALL32
5786 #include <sys/procfs.h>
5787 int main() {
5788 win32_pstatus_t avar
5789 ; return 0; }
5790 EOF
5791 if { (eval echo configure:5792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5792 rm -rf conftest*
5793 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
5794 else
5795 echo "configure: failed program was:" >&5
5796 cat conftest.$ac_ext >&5
5797 rm -rf conftest*
5798 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
5799
5800 fi
5801 rm -f conftest*
5802 fi
5803
5804 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
5805 cat >> confdefs.h <<\EOF
5806 #define HAVE_WIN32_PSTATUS_T 1
5807 EOF
5808
5809 fi
5810 echo "$ac_t""$bfd_cv_have_sys_procfs_type_win32_pstatus_t" 1>&6
5811
5812 fi
5813 fi
5814
5815
5816 if test -n "$TRAD_HEADER"; then
5817 cat >> confdefs.h <<EOF
5818 #define TRAD_HEADER $TRAD_HEADER
5819 EOF
5820
5821 fi
5822
5823 # Horrible hacks to build DLLs on Windows.
5824 WIN32LDFLAGS=
5825 WIN32LIBADD=
5826 case "${host}" in
5827 *-*-cygwin*)
5828 if test "$enable_shared" = "yes"; then
5829 WIN32LDFLAGS="-no-undefined"
5830 WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
5831 fi
5832 ;;
5833 esac
5834
5835
5836
5837 # target stuff:
5838
5839 # Canonicalize the secondary target names.
5840 if test -n "$enable_targets" ; then
5841 for targ in `echo $enable_targets | sed 's/,/ /g'`
5842 do
5843 result=`$ac_config_sub $targ 2>/dev/null`
5844 if test -n "$result" ; then
5845 canon_targets="$canon_targets $result"
5846 else
5847 # Allow targets that config.sub doesn't recognize, like "all".
5848 canon_targets="$canon_targets $targ"
5849 fi
5850 done
5851 fi
5852
5853 all_targets=false
5854 defvec=
5855 selvecs=
5856 selarchs=
5857 TDEFINES=
5858 for targ in $target $canon_targets
5859 do
5860 if test "x$targ" = "xall"; then
5861 all_targets=true
5862 else
5863 . $srcdir/config.bfd
5864 if test "x$targ" = "x$target"; then
5865 defvec=$targ_defvec
5866 fi
5867 selvecs="$selvecs $targ_defvec $targ_selvecs"
5868 selarchs="$selarchs $targ_archs"
5869 TDEFINES="$TDEFINES $targ_cflags"
5870 fi
5871 done
5872
5873
5874 # This processing still needs to be done if we're to decide properly whether
5875 # 64-bit support needs to be compiled in. Currently, it will be included if
5876 # the default or any other explicitly requested target requires it; it
5877 # will not be included on a 32-bit host if no 64-bit target is requested, and
5878 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
5879 # used.
5880
5881 # uniq the default and selected vectors in all the configured targets.
5882 f=""
5883 for i in $selvecs ; do
5884 case " $f " in
5885 *" $i "*) ;;
5886 *) f="$f $i" ;;
5887 esac
5888 done
5889 selvecs="$f"
5890
5891
5892 # uniq the architectures in all the configured targets.
5893 f=""
5894 for i in $selarchs ; do
5895 case " $f " in
5896 *" $i "*) ;;
5897 *) f="$f $i" ;;
5898 esac
5899 done
5900 selarchs="$f"
5901
5902 # Target backend .o files.
5903 tb=
5904
5905 elf="elf.lo elflink.lo dwarf1.lo"
5906
5907 for vec in $selvecs
5908 do
5909 target_size=32
5910 case "$vec" in
5911 # This list is alphabetized to make it easy to compare
5912 # with the two vector lists in targets.c. For the same reason,
5913 # use one entry per line, even though this leads to long lines.
5914 a29kcoff_big_vec) tb="$tb coff-a29k.lo cofflink.lo" ;;
5915 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
5916 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
5917 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
5918 aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;;
5919 aout_mips_big_vec) tb="$tb mipsbsd.lo aout32.lo" ;;
5920 aout_mips_little_vec) tb="$tb mipsbsd.lo aout32.lo" ;;
5921 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
5922 arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
5923 arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
5924 arm_epoc_pei_big_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
5925 arm_epoc_pei_little_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
5926 armcoff_big_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
5927 armcoff_little_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
5928 armnetbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
5929 armpe_big_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
5930 armpe_little_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
5931 armpei_big_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
5932 armpei_little_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
5933 b_out_vec_big_host) tb="$tb bout.lo aout32.lo" ;;
5934 b_out_vec_little_host) tb="$tb bout.lo aout32.lo" ;;
5935 bfd_efi_app_ia32_vec) tb="$tb efi-app-ia32.lo peigen.lo cofflink.lo" ;;
5936 bfd_efi_app_ia64_vec) tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
5937 bfd_elf32_avr_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
5938 bfd_elf32_big_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
5939 bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
5940 bfd_elf32_bigarm_oabi_vec) tb="$tb elfarm-oabi.lo elf32.lo $elf" ;;
5941 bfd_elf32_bigarm_vec) tb="$tb elfarm-nabi.lo elf32.lo $elf" ;;
5942 bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;;
5943 bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
5944 bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
5945 bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
5946 bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
5947 bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
5948 bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
5949 bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
5950 bfd_elf32_i370_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
5951 bfd_elf32_i386_vec) tb="$tb elf32-i386.lo elf32.lo $elf" ;;
5952 bfd_elf32_i860_little_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
5953 bfd_elf32_i860_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
5954 bfd_elf32_i960_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
5955 bfd_elf32_ia64_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf" ;;
5956 bfd_elf32_little_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
5957 bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
5958 bfd_elf32_littlearm_oabi_vec) tb="$tb elfarm-oabi.lo elf32.lo $elf" ;;
5959 bfd_elf32_littlearm_vec) tb="$tb elfarm-nabi.lo elf32.lo $elf" ;;
5960 bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;;
5961 bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
5962 bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32.lo $elf" ;;
5963 bfd_elf32_m68hc12_vec) tb="$tb elf32-m68hc12.lo elf32.lo $elf" ;;
5964 bfd_elf32_m68k_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
5965 bfd_elf32_m88k_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
5966 bfd_elf32_mcore_big_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
5967 bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
5968 bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
5969 bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
5970 bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;;
5971 bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
5972 bfd_elf32_pjl_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
5973 bfd_elf32_powerpc_vec) tb="$tb elf32-ppc.lo elf32.lo $elf" ;;
5974 bfd_elf32_powerpcle_vec) tb="$tb elf32-ppc.lo elf32.lo $elf" ;;
5975 bfd_elf32_s390_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
5976 bfd_elf32_sh_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
5977 bfd_elf32_shblin_vec) tb="$tb elf32-sh-lin.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
5978 bfd_elf32_shl_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
5979 bfd_elf32_shlin_vec) tb="$tb elf32-sh-lin.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
5980 bfd_elf32_sparc_vec) tb="$tb elf32-sparc.lo elf32.lo $elf" ;;
5981 bfd_elf32_tradbigmips_vec) tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;;
5982 bfd_elf32_tradlittlemips_vec) tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;;
5983 bfd_elf32_us_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
5984 bfd_elf32_v850_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
5985 bfd_elf64_alpha_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
5986 bfd_elf64_big_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
5987 bfd_elf64_bigmips_vec) tb="$tb elf64-mips.lo elf64.lo elf32-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
5988 bfd_elf64_hppa_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
5989 bfd_elf64_hppa_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
5990 bfd_elf64_ia64_aix_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
5991 bfd_elf64_ia64_aix_little_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
5992 bfd_elf64_ia64_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
5993 bfd_elf64_ia64_little_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
5994 bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
5995 bfd_elf64_littlemips_vec) tb="$tb elf64-mips.lo elf64.lo elf32-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
5996 bfd_elf64_powerpc_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
5997 bfd_elf64_powerpcle_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
5998 bfd_elf64_s390_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
5999 bfd_elf64_sparc_vec) tb="$tb elf64-sparc.lo elf64.lo $elf"; target_size=64 ;;
6000 bfd_elf64_tradbigmips_vec) tb="$tb elf64-mips.lo elf64.lo $elf ecofflink.lo"; target_size=64 ;;
6001 bfd_elf64_tradlittlemips_vec) tb="$tb elf64-mips.lo elf64.lo $elf ecofflink.lo"; target_size=64 ;;
6002 bfd_elf64_x86_64_vec) tb="$tb elf64-x86-64.lo elf64.lo $elf"; target_size=64 ;;
6003 bfd_powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
6004 bfd_powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
6005 bfd_powerpcle_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
6006 bfd_powerpcle_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
6007 cisco_core_big_vec) tb="$tb cisco-core.lo" ;;
6008 cisco_core_little_vec) tb="$tb cisco-core.lo" ;;
6009 cris_aout_vec) tb="$tb aout-cris.lo" ;;
6010 demo_64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
6011 ecoff_big_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
6012 ecoff_biglittle_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
6013 ecoff_little_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
6014 ecoffalpha_little_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
6015 go32coff_vec) tb="$tb coff-go32.lo cofflink.lo" ;;
6016 go32stubbedcoff_vec) tb="$tb coff-stgo32.lo cofflink.lo" ;;
6017 h8300coff_vec) tb="$tb coff-h8300.lo reloc16.lo" ;;
6018 h8500coff_vec) tb="$tb coff-h8500.lo reloc16.lo" ;;
6019 host_aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
6020 hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
6021 hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
6022 i386aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
6023 i386bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
6024 i386coff_vec) tb="$tb coff-i386.lo cofflink.lo" ;;
6025 i386dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
6026 i386freebsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
6027 i386linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
6028 i386lynx_aout_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
6029 i386lynx_coff_vec) tb="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
6030 i386mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
6031 i386msdos_vec) tb="$tb i386msdos.lo" ;;
6032 i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
6033 i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
6034 i386pe_vec) tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
6035 i386pei_vec) tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
6036 i860coff_vec) tb="$tb coff-i860.lo cofflink.lo" ;;
6037 icoff_big_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
6038 icoff_little_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
6039 ieee_vec) tb="$tb ieee.lo" ;;
6040 m68k4knetbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
6041 m68kaux_coff_vec) tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
6042 m68kcoff_vec) tb="$tb coff-m68k.lo cofflink.lo" ;;
6043 m68kcoffun_vec) tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
6044 m68klinux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
6045 m68klynx_aout_vec) tb="$tb m68klynx.lo lynx-core.lo aout32.lo" ;;
6046 m68klynx_coff_vec) tb="$tb cf-m68klynx.lo coff-m68k.lo cofflink.lo lynx-core.lo" ;;
6047 m68knetbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
6048 m68ksysvcoff_vec) tb="$tb coff-svm68k.lo cofflink.lo" ;;
6049 m88kbcs_vec) tb="$tb coff-m88k.lo" ;;
6050 mcore_pe_big_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
6051 mcore_pe_little_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
6052 mcore_pei_big_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
6053 mcore_pei_little_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
6054 mipslpe_vec) tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
6055 mipslpei_vec) tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
6056 newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
6057 nlm32_alpha_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
6058 nlm32_i386_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
6059 nlm32_powerpc_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
6060 nlm32_sparc_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
6061 pc532machaout_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
6062 pc532netbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
6063 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
6064 pmac_xcoff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
6065 ppcboot_vec) tb="$tb ppcboot.lo" ;;
6066 riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
6067 rs6000coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo"; target_size=64 ;;
6068 rs6000coff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
6069 shcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
6070 shcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
6071 shlcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
6072 shlcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
6073 shlpe_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
6074 shlpei_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
6075 som_vec) tb="$tb som.lo" ;;
6076 sparccoff_vec) tb="$tb coff-sparc.lo" ;;
6077 sparcle_aout_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
6078 sparclinux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
6079 sparclynx_aout_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
6080 sparclynx_coff_vec) tb="$tb cf-sparclynx.lo lynx-core.lo" ;;
6081 sparcnetbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
6082 srec_vec) tb="$tb srec.lo" ;;
6083 sunos_big_vec) tb="$tb sunos.lo aout32.lo" ;;
6084 symbolsrec_vec) tb="$tb srec.lo" ;;
6085 tekhex_vec) tb="$tb tekhex.lo" ;;
6086 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
6087 tic30_coff_vec) tb="$tb coff-tic30.lo" ;;
6088 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo" ;;
6089 tic54x_coff0_vec) tb="$tb coff-tic54x.lo" ;;
6090 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo" ;;
6091 tic54x_coff1_vec) tb="$tb coff-tic54x.lo" ;;
6092 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo" ;;
6093 tic54x_coff2_vec) tb="$tb coff-tic54x.lo" ;;
6094 tic80coff_vec) tb="$tb coff-tic80.lo cofflink.lo" ;;
6095 versados_vec) tb="$tb versados.lo" ;;
6096 vms_alpha_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo"; target_size=64 ;;
6097 vms_vax_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo" ;;
6098 w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;;
6099 we32kcoff_vec) tb="$tb coff-we32k.lo" ;;
6100 z8kcoff_vec) tb="$tb coff-z8k.lo reloc16.lo" ;;
6101
6102 "") ;;
6103 *) { echo "configure: error: *** unknown target vector $vec" 1>&2; exit 1; } ;;
6104 esac
6105
6106 if test ${target_size} = 64; then
6107 target64=true
6108 fi
6109 if test x"${vec}" = x"${defvec}"; then
6110 bfd_default_target_size=${target_size}
6111 fi
6112 done
6113
6114 # Target architecture .o files.
6115 # A couple of CPUs use shorter file names to avoid problems on DOS
6116 # filesystems.
6117 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
6118
6119 # Weed out duplicate .o files.
6120 f=""
6121 for i in $tb ; do
6122 case " $f " in
6123 *" $i "*) ;;
6124 *) f="$f $i" ;;
6125 esac
6126 done
6127 tb="$f"
6128
6129 f=""
6130 for i in $ta ; do
6131 case " $f " in
6132 *" $i "*) ;;
6133 *) f="$f $i" ;;
6134 esac
6135 done
6136 ta="$f"
6137
6138 bfd_backends="$tb"
6139 bfd_machines="$ta"
6140
6141 if test x${all_targets} = xtrue ; then
6142 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
6143 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
6144 selvecs=
6145 havevecs=
6146 selarchs=
6147 else # all_targets is true
6148 # Only set these if they will be nonempty, for the clever echo.
6149 havevecs=
6150 test -n "$selvecs" &&
6151 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
6152 test -n "$selvecs" &&
6153 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
6154 test -n "$selarchs" &&
6155 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
6156 fi # all_targets is true
6157
6158 case ${host64}-${target64}-${want64} in
6159 *true*)
6160 wordsize=64
6161 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
6162 if test -z "$GCC" && test "$BFD_HOST_64BIT_LONG" = "0" && test "$BFD_HOST_64_BIT_DEFINED" = "0"; then
6163 echo "configure: warning: You have requested a 64 bit BFD configuration, but" 1>&2
6164 echo "configure: warning: your compiler may not have a 64 bit integral type" 1>&2
6165 fi
6166 ;;
6167 false-false-false)
6168 wordsize=32
6169 all_backends='$(BFD32_BACKENDS)'
6170 ;;
6171 esac
6172
6173
6174
6175
6176
6177
6178
6179 tdefaults=""
6180 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
6181 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
6182 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
6183 test -n "${havevecs}" && tdefaults="${tdefaults} ${havevecs}"
6184
6185
6186 for ac_hdr in unistd.h
6187 do
6188 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6189 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6190 echo "configure:6191: checking for $ac_hdr" >&5
6191 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6192 echo $ac_n "(cached) $ac_c" 1>&6
6193 else
6194 cat > conftest.$ac_ext <<EOF
6195 #line 6196 "configure"
6196 #include "confdefs.h"
6197 #include <$ac_hdr>
6198 EOF
6199 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6200 { (eval echo configure:6201: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6201 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6202 if test -z "$ac_err"; then
6203 rm -rf conftest*
6204 eval "ac_cv_header_$ac_safe=yes"
6205 else
6206 echo "$ac_err" >&5
6207 echo "configure: failed program was:" >&5
6208 cat conftest.$ac_ext >&5
6209 rm -rf conftest*
6210 eval "ac_cv_header_$ac_safe=no"
6211 fi
6212 rm -f conftest*
6213 fi
6214 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6215 echo "$ac_t""yes" 1>&6
6216 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6217 cat >> confdefs.h <<EOF
6218 #define $ac_tr_hdr 1
6219 EOF
6220
6221 else
6222 echo "$ac_t""no" 1>&6
6223 fi
6224 done
6225
6226 for ac_func in getpagesize
6227 do
6228 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6229 echo "configure:6230: checking for $ac_func" >&5
6230 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6231 echo $ac_n "(cached) $ac_c" 1>&6
6232 else
6233 cat > conftest.$ac_ext <<EOF
6234 #line 6235 "configure"
6235 #include "confdefs.h"
6236 /* System header to define __stub macros and hopefully few prototypes,
6237 which can conflict with char $ac_func(); below. */
6238 #include <assert.h>
6239 /* Override any gcc2 internal prototype to avoid an error. */
6240 /* We use char because int might match the return type of a gcc2
6241 builtin and then its argument prototype would still apply. */
6242 char $ac_func();
6243
6244 int main() {
6245
6246 /* The GNU C library defines this for functions which it implements
6247 to always fail with ENOSYS. Some functions are actually named
6248 something starting with __ and the normal name is an alias. */
6249 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6250 choke me
6251 #else
6252 $ac_func();
6253 #endif
6254
6255 ; return 0; }
6256 EOF
6257 if { (eval echo configure:6258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6258 rm -rf conftest*
6259 eval "ac_cv_func_$ac_func=yes"
6260 else
6261 echo "configure: failed program was:" >&5
6262 cat conftest.$ac_ext >&5
6263 rm -rf conftest*
6264 eval "ac_cv_func_$ac_func=no"
6265 fi
6266 rm -f conftest*
6267 fi
6268
6269 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6270 echo "$ac_t""yes" 1>&6
6271 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6272 cat >> confdefs.h <<EOF
6273 #define $ac_tr_func 1
6274 EOF
6275
6276 else
6277 echo "$ac_t""no" 1>&6
6278 fi
6279 done
6280
6281 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
6282 echo "configure:6283: checking for working mmap" >&5
6283 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
6284 echo $ac_n "(cached) $ac_c" 1>&6
6285 else
6286 if test "$cross_compiling" = yes; then
6287 ac_cv_func_mmap_fixed_mapped=no
6288 else
6289 cat > conftest.$ac_ext <<EOF
6290 #line 6291 "configure"
6291 #include "confdefs.h"
6292
6293 /* Thanks to Mike Haertel and Jim Avera for this test.
6294 Here is a matrix of mmap possibilities:
6295 mmap private not fixed
6296 mmap private fixed at somewhere currently unmapped
6297 mmap private fixed at somewhere already mapped
6298 mmap shared not fixed
6299 mmap shared fixed at somewhere currently unmapped
6300 mmap shared fixed at somewhere already mapped
6301 For private mappings, we should verify that changes cannot be read()
6302 back from the file, nor mmap's back from the file at a different
6303 address. (There have been systems where private was not correctly
6304 implemented like the infamous i386 svr4.0, and systems where the
6305 VM page cache was not coherent with the filesystem buffer cache
6306 like early versions of FreeBSD and possibly contemporary NetBSD.)
6307 For shared mappings, we should conversely verify that changes get
6308 propogated back to all the places they're supposed to be.
6309
6310 Grep wants private fixed already mapped.
6311 The main things grep needs to know about mmap are:
6312 * does it exist and is it safe to write into the mmap'd area
6313 * how to use it (BSD variants) */
6314 #include <sys/types.h>
6315 #include <fcntl.h>
6316 #include <sys/mman.h>
6317
6318 /* This mess was copied from the GNU getpagesize.h. */
6319 #ifndef HAVE_GETPAGESIZE
6320 # ifdef HAVE_UNISTD_H
6321 # include <unistd.h>
6322 # endif
6323
6324 /* Assume that all systems that can run configure have sys/param.h. */
6325 # ifndef HAVE_SYS_PARAM_H
6326 # define HAVE_SYS_PARAM_H 1
6327 # endif
6328
6329 # ifdef _SC_PAGESIZE
6330 # define getpagesize() sysconf(_SC_PAGESIZE)
6331 # else /* no _SC_PAGESIZE */
6332 # ifdef HAVE_SYS_PARAM_H
6333 # include <sys/param.h>
6334 # ifdef EXEC_PAGESIZE
6335 # define getpagesize() EXEC_PAGESIZE
6336 # else /* no EXEC_PAGESIZE */
6337 # ifdef NBPG
6338 # define getpagesize() NBPG * CLSIZE
6339 # ifndef CLSIZE
6340 # define CLSIZE 1
6341 # endif /* no CLSIZE */
6342 # else /* no NBPG */
6343 # ifdef NBPC
6344 # define getpagesize() NBPC
6345 # else /* no NBPC */
6346 # ifdef PAGESIZE
6347 # define getpagesize() PAGESIZE
6348 # endif /* PAGESIZE */
6349 # endif /* no NBPC */
6350 # endif /* no NBPG */
6351 # endif /* no EXEC_PAGESIZE */
6352 # else /* no HAVE_SYS_PARAM_H */
6353 # define getpagesize() 8192 /* punt totally */
6354 # endif /* no HAVE_SYS_PARAM_H */
6355 # endif /* no _SC_PAGESIZE */
6356
6357 #endif /* no HAVE_GETPAGESIZE */
6358
6359 #ifdef __cplusplus
6360 extern "C" { void *malloc(unsigned); }
6361 #else
6362 char *malloc();
6363 #endif
6364
6365 int
6366 main()
6367 {
6368 char *data, *data2, *data3;
6369 int i, pagesize;
6370 int fd;
6371
6372 pagesize = getpagesize();
6373
6374 /*
6375 * First, make a file with some known garbage in it.
6376 */
6377 data = malloc(pagesize);
6378 if (!data)
6379 exit(1);
6380 for (i = 0; i < pagesize; ++i)
6381 *(data + i) = rand();
6382 umask(0);
6383 fd = creat("conftestmmap", 0600);
6384 if (fd < 0)
6385 exit(1);
6386 if (write(fd, data, pagesize) != pagesize)
6387 exit(1);
6388 close(fd);
6389
6390 /*
6391 * Next, try to mmap the file at a fixed address which
6392 * already has something else allocated at it. If we can,
6393 * also make sure that we see the same garbage.
6394 */
6395 fd = open("conftestmmap", O_RDWR);
6396 if (fd < 0)
6397 exit(1);
6398 data2 = malloc(2 * pagesize);
6399 if (!data2)
6400 exit(1);
6401 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
6402 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
6403 MAP_PRIVATE | MAP_FIXED, fd, 0L))
6404 exit(1);
6405 for (i = 0; i < pagesize; ++i)
6406 if (*(data + i) != *(data2 + i))
6407 exit(1);
6408
6409 /*
6410 * Finally, make sure that changes to the mapped area
6411 * do not percolate back to the file as seen by read().
6412 * (This is a bug on some variants of i386 svr4.0.)
6413 */
6414 for (i = 0; i < pagesize; ++i)
6415 *(data2 + i) = *(data2 + i) + 1;
6416 data3 = malloc(pagesize);
6417 if (!data3)
6418 exit(1);
6419 if (read(fd, data3, pagesize) != pagesize)
6420 exit(1);
6421 for (i = 0; i < pagesize; ++i)
6422 if (*(data + i) != *(data3 + i))
6423 exit(1);
6424 close(fd);
6425 unlink("conftestmmap");
6426 exit(0);
6427 }
6428
6429 EOF
6430 if { (eval echo configure:6431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6431 then
6432 ac_cv_func_mmap_fixed_mapped=yes
6433 else
6434 echo "configure: failed program was:" >&5
6435 cat conftest.$ac_ext >&5
6436 rm -fr conftest*
6437 ac_cv_func_mmap_fixed_mapped=no
6438 fi
6439 rm -fr conftest*
6440 fi
6441
6442 fi
6443
6444 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
6445 if test $ac_cv_func_mmap_fixed_mapped = yes; then
6446 cat >> confdefs.h <<\EOF
6447 #define HAVE_MMAP 1
6448 EOF
6449
6450 fi
6451
6452 for ac_func in madvise mprotect
6453 do
6454 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6455 echo "configure:6456: checking for $ac_func" >&5
6456 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6457 echo $ac_n "(cached) $ac_c" 1>&6
6458 else
6459 cat > conftest.$ac_ext <<EOF
6460 #line 6461 "configure"
6461 #include "confdefs.h"
6462 /* System header to define __stub macros and hopefully few prototypes,
6463 which can conflict with char $ac_func(); below. */
6464 #include <assert.h>
6465 /* Override any gcc2 internal prototype to avoid an error. */
6466 /* We use char because int might match the return type of a gcc2
6467 builtin and then its argument prototype would still apply. */
6468 char $ac_func();
6469
6470 int main() {
6471
6472 /* The GNU C library defines this for functions which it implements
6473 to always fail with ENOSYS. Some functions are actually named
6474 something starting with __ and the normal name is an alias. */
6475 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6476 choke me
6477 #else
6478 $ac_func();
6479 #endif
6480
6481 ; return 0; }
6482 EOF
6483 if { (eval echo configure:6484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6484 rm -rf conftest*
6485 eval "ac_cv_func_$ac_func=yes"
6486 else
6487 echo "configure: failed program was:" >&5
6488 cat conftest.$ac_ext >&5
6489 rm -rf conftest*
6490 eval "ac_cv_func_$ac_func=no"
6491 fi
6492 rm -f conftest*
6493 fi
6494
6495 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6496 echo "$ac_t""yes" 1>&6
6497 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6498 cat >> confdefs.h <<EOF
6499 #define $ac_tr_func 1
6500 EOF
6501
6502 else
6503 echo "$ac_t""no" 1>&6
6504 fi
6505 done
6506
6507 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
6508 true+yes ) cat >> confdefs.h <<\EOF
6509 #define USE_MMAP 1
6510 EOF
6511 ;;
6512 esac
6513
6514 rm -f doc/config.status
6515 trap '' 1 2 15
6516 cat > confcache <<\EOF
6517 # This file is a shell script that caches the results of configure
6518 # tests run on this system so they can be shared between configure
6519 # scripts and configure runs. It is not useful on other systems.
6520 # If it contains results you don't want to keep, you may remove or edit it.
6521 #
6522 # By default, configure uses ./config.cache as the cache file,
6523 # creating it if it does not exist already. You can give configure
6524 # the --cache-file=FILE option to use a different cache file; that is
6525 # what configure does when it calls configure scripts in
6526 # subdirectories, so they share the cache.
6527 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6528 # config.status only pays attention to the cache file if you give it the
6529 # --recheck option to rerun configure.
6530 #
6531 EOF
6532 # The following way of writing the cache mishandles newlines in values,
6533 # but we know of no workaround that is simple, portable, and efficient.
6534 # So, don't put newlines in cache variables' values.
6535 # Ultrix sh set writes to stderr and can't be redirected directly,
6536 # and sets the high bit in the cache file unless we assign to the vars.
6537 (set) 2>&1 |
6538 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6539 *ac_space=\ *)
6540 # `set' does not quote correctly, so add quotes (double-quote substitution
6541 # turns \\\\ into \\, and sed turns \\ into \).
6542 sed -n \
6543 -e "s/'/'\\\\''/g" \
6544 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6545 ;;
6546 *)
6547 # `set' quotes correctly as required by POSIX, so do not add quotes.
6548 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6549 ;;
6550 esac >> confcache
6551 if cmp -s $cache_file confcache; then
6552 :
6553 else
6554 if test -w $cache_file; then
6555 echo "updating cache $cache_file"
6556 cat confcache > $cache_file
6557 else
6558 echo "not updating unwritable cache $cache_file"
6559 fi
6560 fi
6561 rm -f confcache
6562
6563 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
6564
6565 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6566 # Let make expand exec_prefix.
6567 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6568
6569 # Any assignment to VPATH causes Sun make to only execute
6570 # the first set of double-colon rules, so remove it if not needed.
6571 # If there is a colon in the path, we need to keep it.
6572 if test "x$srcdir" = x.; then
6573 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
6574 fi
6575
6576 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
6577
6578 DEFS=-DHAVE_CONFIG_H
6579
6580 # Without the "./", some shells look in PATH for config.status.
6581 : ${CONFIG_STATUS=./config.status}
6582
6583 echo creating $CONFIG_STATUS
6584 rm -f $CONFIG_STATUS
6585 cat > $CONFIG_STATUS <<EOF
6586 #! /bin/sh
6587 # Generated automatically by configure.
6588 # Run this file to recreate the current configuration.
6589 # This directory was configured as follows,
6590 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
6591 #
6592 # $0 $ac_configure_args
6593 #
6594 # Compiler output produced by configure, useful for debugging
6595 # configure, is in ./config.log if it exists.
6596
6597 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
6598 for ac_option
6599 do
6600 case "\$ac_option" in
6601 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6602 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6603 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6604 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6605 echo "$CONFIG_STATUS generated by autoconf version 2.13"
6606 exit 0 ;;
6607 -help | --help | --hel | --he | --h)
6608 echo "\$ac_cs_usage"; exit 0 ;;
6609 *) echo "\$ac_cs_usage"; exit 1 ;;
6610 esac
6611 done
6612
6613 ac_given_srcdir=$srcdir
6614 ac_given_INSTALL="$INSTALL"
6615
6616 trap 'rm -fr `echo "Makefile doc/Makefile bfd-in3.h:bfd-in2.h:version.h po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6617 EOF
6618 cat >> $CONFIG_STATUS <<EOF
6619
6620 # Protect against being on the right side of a sed subst in config.status.
6621 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6622 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6623 $ac_vpsub
6624 $extrasub
6625 s%@SHELL@%$SHELL%g
6626 s%@CFLAGS@%$CFLAGS%g
6627 s%@CPPFLAGS@%$CPPFLAGS%g
6628 s%@CXXFLAGS@%$CXXFLAGS%g
6629 s%@FFLAGS@%$FFLAGS%g
6630 s%@DEFS@%$DEFS%g
6631 s%@LDFLAGS@%$LDFLAGS%g
6632 s%@LIBS@%$LIBS%g
6633 s%@exec_prefix@%$exec_prefix%g
6634 s%@prefix@%$prefix%g
6635 s%@program_transform_name@%$program_transform_name%g
6636 s%@bindir@%$bindir%g
6637 s%@sbindir@%$sbindir%g
6638 s%@libexecdir@%$libexecdir%g
6639 s%@datadir@%$datadir%g
6640 s%@sysconfdir@%$sysconfdir%g
6641 s%@sharedstatedir@%$sharedstatedir%g
6642 s%@localstatedir@%$localstatedir%g
6643 s%@libdir@%$libdir%g
6644 s%@includedir@%$includedir%g
6645 s%@oldincludedir@%$oldincludedir%g
6646 s%@infodir@%$infodir%g
6647 s%@mandir@%$mandir%g
6648 s%@host@%$host%g
6649 s%@host_alias@%$host_alias%g
6650 s%@host_cpu@%$host_cpu%g
6651 s%@host_vendor@%$host_vendor%g
6652 s%@host_os@%$host_os%g
6653 s%@target@%$target%g
6654 s%@target_alias@%$target_alias%g
6655 s%@target_cpu@%$target_cpu%g
6656 s%@target_vendor@%$target_vendor%g
6657 s%@target_os@%$target_os%g
6658 s%@build@%$build%g
6659 s%@build_alias@%$build_alias%g
6660 s%@build_cpu@%$build_cpu%g
6661 s%@build_vendor@%$build_vendor%g
6662 s%@build_os@%$build_os%g
6663 s%@CC@%$CC%g
6664 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
6665 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
6666 s%@INSTALL_DATA@%$INSTALL_DATA%g
6667 s%@PACKAGE@%$PACKAGE%g
6668 s%@VERSION@%$VERSION%g
6669 s%@ACLOCAL@%$ACLOCAL%g
6670 s%@AUTOCONF@%$AUTOCONF%g
6671 s%@AUTOMAKE@%$AUTOMAKE%g
6672 s%@AUTOHEADER@%$AUTOHEADER%g
6673 s%@MAKEINFO@%$MAKEINFO%g
6674 s%@SET_MAKE@%$SET_MAKE%g
6675 s%@bfd_version@%$bfd_version%g
6676 s%@bfd_version_date@%$bfd_version_date%g
6677 s%@bfd_version_string@%$bfd_version_string%g
6678 s%@AR@%$AR%g
6679 s%@RANLIB@%$RANLIB%g
6680 s%@LN_S@%$LN_S%g
6681 s%@OBJEXT@%$OBJEXT%g
6682 s%@EXEEXT@%$EXEEXT%g
6683 s%@STRIP@%$STRIP%g
6684 s%@LIBTOOL@%$LIBTOOL%g
6685 s%@WARN_CFLAGS@%$WARN_CFLAGS%g
6686 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
6687 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
6688 s%@MAINT@%$MAINT%g
6689 s%@CPP@%$CPP%g
6690 s%@ALLOCA@%$ALLOCA%g
6691 s%@USE_NLS@%$USE_NLS%g
6692 s%@MSGFMT@%$MSGFMT%g
6693 s%@GMSGFMT@%$GMSGFMT%g
6694 s%@XGETTEXT@%$XGETTEXT%g
6695 s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g
6696 s%@CATALOGS@%$CATALOGS%g
6697 s%@CATOBJEXT@%$CATOBJEXT%g
6698 s%@DATADIRNAME@%$DATADIRNAME%g
6699 s%@GMOFILES@%$GMOFILES%g
6700 s%@INSTOBJEXT@%$INSTOBJEXT%g
6701 s%@INTLDEPS@%$INTLDEPS%g
6702 s%@INTLLIBS@%$INTLLIBS%g
6703 s%@INTLOBJS@%$INTLOBJS%g
6704 s%@POFILES@%$POFILES%g
6705 s%@POSUB@%$POSUB%g
6706 s%@INCLUDE_LOCALE_H@%$INCLUDE_LOCALE_H%g
6707 s%@GT_NO@%$GT_NO%g
6708 s%@GT_YES@%$GT_YES%g
6709 s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g
6710 s%@l@%$l%g
6711 s%@HDEFINES@%$HDEFINES%g
6712 s%@BFD_HOST_64BIT_LONG@%$BFD_HOST_64BIT_LONG%g
6713 s%@BFD_HOST_64_BIT_DEFINED@%$BFD_HOST_64_BIT_DEFINED%g
6714 s%@BFD_HOST_64_BIT@%$BFD_HOST_64_BIT%g
6715 s%@BFD_HOST_U_64_BIT@%$BFD_HOST_U_64_BIT%g
6716 s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
6717 s%@EXEEXT_FOR_BUILD@%$EXEEXT_FOR_BUILD%g
6718 s%@COREFILE@%$COREFILE%g
6719 s%@COREFLAG@%$COREFLAG%g
6720 s%@WIN32LDFLAGS@%$WIN32LDFLAGS%g
6721 s%@WIN32LIBADD@%$WIN32LIBADD%g
6722 s%@TDEFINES@%$TDEFINES%g
6723 s%@wordsize@%$wordsize%g
6724 s%@all_backends@%$all_backends%g
6725 s%@bfd_backends@%$bfd_backends%g
6726 s%@bfd_machines@%$bfd_machines%g
6727 s%@bfd_default_target_size@%$bfd_default_target_size%g
6728 s%@tdefaults@%$tdefaults%g
6729
6730 CEOF
6731 EOF
6732
6733 cat >> $CONFIG_STATUS <<\EOF
6734
6735 # Split the substitutions into bite-sized pieces for seds with
6736 # small command number limits, like on Digital OSF/1 and HP-UX.
6737 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
6738 ac_file=1 # Number of current file.
6739 ac_beg=1 # First line for current file.
6740 ac_end=$ac_max_sed_cmds # Line after last line for current file.
6741 ac_more_lines=:
6742 ac_sed_cmds=""
6743 while $ac_more_lines; do
6744 if test $ac_beg -gt 1; then
6745 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
6746 else
6747 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
6748 fi
6749 if test ! -s conftest.s$ac_file; then
6750 ac_more_lines=false
6751 rm -f conftest.s$ac_file
6752 else
6753 if test -z "$ac_sed_cmds"; then
6754 ac_sed_cmds="sed -f conftest.s$ac_file"
6755 else
6756 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
6757 fi
6758 ac_file=`expr $ac_file + 1`
6759 ac_beg=$ac_end
6760 ac_end=`expr $ac_end + $ac_max_sed_cmds`
6761 fi
6762 done
6763 if test -z "$ac_sed_cmds"; then
6764 ac_sed_cmds=cat
6765 fi
6766 EOF
6767
6768 cat >> $CONFIG_STATUS <<EOF
6769
6770 CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile bfd-in3.h:bfd-in2.h:version.h po/Makefile.in:po/Make-in"}
6771 EOF
6772 cat >> $CONFIG_STATUS <<\EOF
6773 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
6774 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6775 case "$ac_file" in
6776 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6777 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6778 *) ac_file_in="${ac_file}.in" ;;
6779 esac
6780
6781 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
6782
6783 # Remove last slash and all that follows it. Not all systems have dirname.
6784 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6785 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6786 # The file is in a subdirectory.
6787 test ! -d "$ac_dir" && mkdir "$ac_dir"
6788 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
6789 # A "../" for each directory in $ac_dir_suffix.
6790 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
6791 else
6792 ac_dir_suffix= ac_dots=
6793 fi
6794
6795 case "$ac_given_srcdir" in
6796 .) srcdir=.
6797 if test -z "$ac_dots"; then top_srcdir=.
6798 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
6799 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
6800 *) # Relative path.
6801 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
6802 top_srcdir="$ac_dots$ac_given_srcdir" ;;
6803 esac
6804
6805 case "$ac_given_INSTALL" in
6806 [/$]*) INSTALL="$ac_given_INSTALL" ;;
6807 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
6808 esac
6809
6810 echo creating "$ac_file"
6811 rm -f "$ac_file"
6812 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
6813 case "$ac_file" in
6814 *Makefile*) ac_comsub="1i\\
6815 # $configure_input" ;;
6816 *) ac_comsub= ;;
6817 esac
6818
6819 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6820 sed -e "$ac_comsub
6821 s%@configure_input@%$configure_input%g
6822 s%@srcdir@%$srcdir%g
6823 s%@top_srcdir@%$top_srcdir%g
6824 s%@INSTALL@%$INSTALL%g
6825 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
6826 fi; done
6827 rm -f conftest.s*
6828
6829 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6830 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6831 #
6832 # ac_d sets the value in "#define NAME VALUE" lines.
6833 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6834 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
6835 ac_dC='\3'
6836 ac_dD='%g'
6837 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
6838 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6839 ac_uB='\([ ]\)%\1#\2define\3'
6840 ac_uC=' '
6841 ac_uD='\4%g'
6842 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6843 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6844 ac_eB='$%\1#\2define\3'
6845 ac_eC=' '
6846 ac_eD='%g'
6847
6848 if test "${CONFIG_HEADERS+set}" != set; then
6849 EOF
6850 cat >> $CONFIG_STATUS <<EOF
6851 CONFIG_HEADERS="config.h:config.in"
6852 EOF
6853 cat >> $CONFIG_STATUS <<\EOF
6854 fi
6855 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
6856 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6857 case "$ac_file" in
6858 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6859 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6860 *) ac_file_in="${ac_file}.in" ;;
6861 esac
6862
6863 echo creating $ac_file
6864
6865 rm -f conftest.frag conftest.in conftest.out
6866 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6867 cat $ac_file_inputs > conftest.in
6868
6869 EOF
6870
6871 # Transform confdefs.h into a sed script conftest.vals that substitutes
6872 # the proper values into config.h.in to produce config.h. And first:
6873 # Protect against being on the right side of a sed subst in config.status.
6874 # Protect against being in an unquoted here document in config.status.
6875 rm -f conftest.vals
6876 cat > conftest.hdr <<\EOF
6877 s/[\\&%]/\\&/g
6878 s%[\\$`]%\\&%g
6879 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
6880 s%ac_d%ac_u%gp
6881 s%ac_u%ac_e%gp
6882 EOF
6883 sed -n -f conftest.hdr confdefs.h > conftest.vals
6884 rm -f conftest.hdr
6885
6886 # This sed command replaces #undef with comments. This is necessary, for
6887 # example, in the case of _POSIX_SOURCE, which is predefined and required
6888 # on some systems where configure will not decide to define it.
6889 cat >> conftest.vals <<\EOF
6890 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
6891 EOF
6892
6893 # Break up conftest.vals because some shells have a limit on
6894 # the size of here documents, and old seds have small limits too.
6895
6896 rm -f conftest.tail
6897 while :
6898 do
6899 ac_lines=`grep -c . conftest.vals`
6900 # grep -c gives empty output for an empty file on some AIX systems.
6901 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
6902 # Write a limited-size here document to conftest.frag.
6903 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
6904 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
6905 echo 'CEOF
6906 sed -f conftest.frag conftest.in > conftest.out
6907 rm -f conftest.in
6908 mv conftest.out conftest.in
6909 ' >> $CONFIG_STATUS
6910 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
6911 rm -f conftest.vals
6912 mv conftest.tail conftest.vals
6913 done
6914 rm -f conftest.vals
6915
6916 cat >> $CONFIG_STATUS <<\EOF
6917 rm -f conftest.frag conftest.h
6918 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
6919 cat conftest.in >> conftest.h
6920 rm -f conftest.in
6921 if cmp -s $ac_file conftest.h 2>/dev/null; then
6922 echo "$ac_file is unchanged"
6923 rm -f conftest.h
6924 else
6925 # Remove last slash and all that follows it. Not all systems have dirname.
6926 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6927 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6928 # The file is in a subdirectory.
6929 test ! -d "$ac_dir" && mkdir "$ac_dir"
6930 fi
6931 rm -f $ac_file
6932 mv conftest.h $ac_file
6933 fi
6934 fi; done
6935
6936 EOF
6937 cat >> $CONFIG_STATUS <<EOF
6938
6939
6940 EOF
6941 cat >> $CONFIG_STATUS <<\EOF
6942 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
6943 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' -e '/BLD-POTFILES =/r po/BLD-POTFILES' po/Makefile.in > po/Makefile
6944 exit 0
6945 EOF
6946 chmod +x $CONFIG_STATUS
6947 rm -fr confdefs* $ac_clean_files
6948 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
6949
6950
This page took 0.237211 seconds and 4 git commands to generate.