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