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