* elf32-hppa.c (elf32_hppa_size_dynamic_sections): Use info->executable
[deliverable/binutils-gdb.git] / bfd / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
5464f5a1 3# Generated by GNU Autoconf 2.59.
252b5132 4#
5464f5a1 5# Copyright (C) 2003 Free Software Foundation, Inc.
252b5132
RH
6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
5464f5a1
NN
8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
11
12# Be Bourne compatible
13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21fi
22DUALCASE=1; export DUALCASE # for MKS sh
23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
243
244# Name of the host.
245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246# so uname gets run too.
247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 248
5464f5a1
NN
249exec 6>&1
250
251#
252# Initializations.
253#
252b5132 254ac_default_prefix=/usr/local
5464f5a1
NN
255ac_config_libobj_dir=.
256cross_compiling=no
257subdirs=
258MFLAGS=
259MAKEFLAGS=
260SHELL=${CONFIG_SHELL-/bin/sh}
261
262# Maximum number of lines to put in a shell here document.
263# This variable seems obsolete. It should probably be removed, and
264# only ac_max_sed_lines should be used.
265: ${ac_max_here_lines=38}
266
267# Identity of this package.
268PACKAGE_NAME=
269PACKAGE_TARNAME=
270PACKAGE_VERSION=
271PACKAGE_STRING=
272PACKAGE_BUGREPORT=
273
274ac_unique_file="libbfd.c"
275# Factoring default headers for most tests.
276ac_includes_default="\
277#include <stdio.h>
278#if HAVE_SYS_TYPES_H
279# include <sys/types.h>
280#endif
281#if HAVE_SYS_STAT_H
282# include <sys/stat.h>
283#endif
284#if STDC_HEADERS
285# include <stdlib.h>
286# include <stddef.h>
287#else
288# if HAVE_STDLIB_H
289# include <stdlib.h>
290# endif
291#endif
292#if HAVE_STRING_H
293# if !STDC_HEADERS && HAVE_MEMORY_H
294# include <memory.h>
295# endif
296# include <string.h>
297#endif
298#if HAVE_STRINGS_H
299# include <strings.h>
300#endif
301#if HAVE_INTTYPES_H
302# include <inttypes.h>
303#else
304# if HAVE_STDINT_H
305# include <stdint.h>
306# endif
307#endif
308#if HAVE_UNISTD_H
309# include <unistd.h>
310#endif"
311
9e9b66a9 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AR ac_ct_AR RANLIB ac_ct_RANLIB LN_S LIBTOOL WARN_CFLAGS NO_WERROR MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT INSTALL_LIBBFD_TRUE INSTALL_LIBBFD_FALSE host_noncanonical target_noncanonical bfdlibdir bfdincludedir CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l HDEFINES BFD_HOST_64BIT_LONG BFD_HOST_LONG_LONG BFD_HOST_64_BIT_DEFINED BFD_HOST_64_BIT BFD_HOST_U_64_BIT CC_FOR_BUILD EXEEXT_FOR_BUILD COREFILE COREFLAG WIN32LDFLAGS WIN32LIBADD TDEFINES wordsize bfd_libs all_backends bfd_backends bfd_machines bfd_default_target_size bfd_file_ptr bfd_ufile_ptr tdefaults LIBOBJS LTLIBOBJS'
5464f5a1 313ac_subst_files=''
252b5132
RH
314
315# Initialize some variables set by options.
5464f5a1
NN
316ac_init_help=
317ac_init_version=false
252b5132
RH
318# The variables have the same names as the options, with
319# dashes changed to underlines.
5464f5a1 320cache_file=/dev/null
252b5132 321exec_prefix=NONE
252b5132 322no_create=
252b5132
RH
323no_recursion=
324prefix=NONE
325program_prefix=NONE
326program_suffix=NONE
327program_transform_name=s,x,x,
328silent=
329site=
330srcdir=
252b5132
RH
331verbose=
332x_includes=NONE
333x_libraries=NONE
5464f5a1
NN
334
335# Installation directory options.
336# These are left unexpanded so users can "make install exec_prefix=/foo"
337# and all the variables that are supposed to be based on exec_prefix
338# by default will actually change.
339# Use braces instead of parens because sh, perl, etc. also accept them.
252b5132
RH
340bindir='${exec_prefix}/bin'
341sbindir='${exec_prefix}/sbin'
342libexecdir='${exec_prefix}/libexec'
343datadir='${prefix}/share'
344sysconfdir='${prefix}/etc'
345sharedstatedir='${prefix}/com'
346localstatedir='${prefix}/var'
347libdir='${exec_prefix}/lib'
348includedir='${prefix}/include'
349oldincludedir='/usr/include'
350infodir='${prefix}/info'
351mandir='${prefix}/man'
352
252b5132
RH
353ac_prev=
354for ac_option
355do
252b5132
RH
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
361 fi
362
5464f5a1 363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
252b5132
RH
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
5464f5a1 367 case $ac_option in
252b5132
RH
368
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
5464f5a1 372 bindir=$ac_optarg ;;
252b5132
RH
373
374 -build | --build | --buil | --bui | --bu)
5464f5a1 375 ac_prev=build_alias ;;
252b5132 376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
5464f5a1 377 build_alias=$ac_optarg ;;
252b5132
RH
378
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5464f5a1
NN
384 cache_file=$ac_optarg ;;
385
386 --config-cache | -C)
387 cache_file=config.cache ;;
252b5132
RH
388
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
5464f5a1 393 datadir=$ac_optarg ;;
252b5132
RH
394
395 -disable-* | --disable-*)
5464f5a1 396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 397 # Reject names that are not valid shell variable names.
5464f5a1
NN
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
252b5132
RH
403
404 -enable-* | --enable-*)
5464f5a1 405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 406 # Reject names that are not valid shell variable names.
5464f5a1
NN
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
413 *) ac_optarg=yes ;;
414 esac
5464f5a1 415 eval "enable_$ac_feature='$ac_optarg'" ;;
252b5132
RH
416
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
5464f5a1 424 exec_prefix=$ac_optarg ;;
252b5132
RH
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
5464f5a1
NN
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
252b5132
RH
436
437 -host | --host | --hos | --ho)
5464f5a1 438 ac_prev=host_alias ;;
252b5132 439 -host=* | --host=* | --hos=* | --ho=*)
5464f5a1 440 host_alias=$ac_optarg ;;
252b5132
RH
441
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
5464f5a1 447 includedir=$ac_optarg ;;
252b5132
RH
448
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
5464f5a1 452 infodir=$ac_optarg ;;
252b5132
RH
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
5464f5a1 457 libdir=$ac_optarg ;;
252b5132
RH
458
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
5464f5a1 464 libexecdir=$ac_optarg ;;
252b5132
RH
465
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
5464f5a1 473 localstatedir=$ac_optarg ;;
252b5132
RH
474
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
5464f5a1 478 mandir=$ac_optarg ;;
252b5132
RH
479
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
483
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
5464f5a1 485 | --no-cr | --no-c | -n)
252b5132
RH
486 no_create=yes ;;
487
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
491
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
5464f5a1 499 oldincludedir=$ac_optarg ;;
252b5132
RH
500
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5464f5a1 504 prefix=$ac_optarg ;;
252b5132
RH
505
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
5464f5a1 511 program_prefix=$ac_optarg ;;
252b5132
RH
512
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
5464f5a1 518 program_suffix=$ac_optarg ;;
252b5132
RH
519
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
5464f5a1 535 program_transform_name=$ac_optarg ;;
252b5132
RH
536
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
540
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
5464f5a1 545 sbindir=$ac_optarg ;;
252b5132
RH
546
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
5464f5a1 556 sharedstatedir=$ac_optarg ;;
252b5132
RH
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
5464f5a1 561 site=$ac_optarg ;;
6be7c12c 562
252b5132
RH
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5464f5a1 566 srcdir=$ac_optarg ;;
252b5132
RH
567
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
5464f5a1 573 sysconfdir=$ac_optarg ;;
252b5132
RH
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
5464f5a1 576 ac_prev=target_alias ;;
252b5132 577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
5464f5a1 578 target_alias=$ac_optarg ;;
252b5132
RH
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
5464f5a1
NN
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
252b5132
RH
585
586 -with-* | --with-*)
5464f5a1 587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 588 # Reject names that are not valid shell variable names.
5464f5a1
NN
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
252b5132 592 ac_package=`echo $ac_package| sed 's/-/_/g'`
5464f5a1
NN
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
595 *) ac_optarg=yes ;;
596 esac
5464f5a1 597 eval "with_$ac_package='$ac_optarg'" ;;
252b5132
RH
598
599 -without-* | --without-*)
5464f5a1 600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 601 # Reject names that are not valid shell variable names.
5464f5a1
NN
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
252b5132
RH
607
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
611
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
5464f5a1 617 x_includes=$ac_optarg ;;
252b5132
RH
618
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
5464f5a1 624 x_libraries=$ac_optarg ;;
252b5132 625
5464f5a1
NN
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
252b5132
RH
629 ;;
630
5464f5a1
NN
631 *=*)
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
639 export $ac_envvar ;;
640
252b5132 641 *)
5464f5a1
NN
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
647 ;;
648
649 esac
650done
651
652if test -n "$ac_prev"; then
5464f5a1
NN
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
252b5132 656fi
252b5132 657
5464f5a1
NN
658# Be sure to have absolute paths.
659for ac_var in exec_prefix prefix
660do
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667done
6be7c12c 668
5464f5a1
NN
669# Be sure to have absolute paths.
670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
252b5132 672do
5464f5a1
NN
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
252b5132
RH
678 esac
679done
680
5464f5a1
NN
681# There might be people who depend on the old broken behavior: `$host'
682# used to hold the argument of --host etc.
683# FIXME: To remove some day.
684build=$build_alias
685host=$host_alias
686target=$target_alias
687
688# FIXME: To remove some day.
689if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
695 cross_compiling=yes
696 fi
697fi
252b5132 698
5464f5a1
NN
699ac_tool_prefix=
700test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702test "$silent" = yes && exec 6>/dev/null
252b5132 703
252b5132
RH
704
705# Find the source files, if location was not specified.
706if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
5464f5a1
NN
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
715echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
252b5132
RH
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
724 fi
725else
726 ac_srcdir_defaulted=no
727fi
728if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
5464f5a1
NN
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
252b5132 732 else
5464f5a1
NN
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
252b5132
RH
735 fi
736fi
5464f5a1
NN
737(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741ac_env_build_alias_set=${build_alias+set}
742ac_env_build_alias_value=$build_alias
743ac_cv_env_build_alias_set=${build_alias+set}
744ac_cv_env_build_alias_value=$build_alias
745ac_env_host_alias_set=${host_alias+set}
746ac_env_host_alias_value=$host_alias
747ac_cv_env_host_alias_set=${host_alias+set}
748ac_cv_env_host_alias_value=$host_alias
749ac_env_target_alias_set=${target_alias+set}
750ac_env_target_alias_value=$target_alias
751ac_cv_env_target_alias_set=${target_alias+set}
752ac_cv_env_target_alias_value=$target_alias
753ac_env_CC_set=${CC+set}
754ac_env_CC_value=$CC
755ac_cv_env_CC_set=${CC+set}
756ac_cv_env_CC_value=$CC
757ac_env_CFLAGS_set=${CFLAGS+set}
758ac_env_CFLAGS_value=$CFLAGS
759ac_cv_env_CFLAGS_set=${CFLAGS+set}
760ac_cv_env_CFLAGS_value=$CFLAGS
761ac_env_LDFLAGS_set=${LDFLAGS+set}
762ac_env_LDFLAGS_value=$LDFLAGS
763ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764ac_cv_env_LDFLAGS_value=$LDFLAGS
765ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766ac_env_CPPFLAGS_value=$CPPFLAGS
767ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769ac_env_CPP_set=${CPP+set}
770ac_env_CPP_value=$CPP
771ac_cv_env_CPP_set=${CPP+set}
772ac_cv_env_CPP_value=$CPP
b3baf5d0 773
5464f5a1
NN
774#
775# Report the --help message.
776#
777if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
780 cat <<_ACEOF
781\`configure' configures this package to adapt to many kinds of systems.
252b5132 782
5464f5a1 783Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 784
5464f5a1
NN
785To assign environment variables (e.g., CC, CFLAGS...), specify them as
786VAR=VALUE. See below for descriptions of some of the useful variables.
6be7c12c 787
5464f5a1 788Defaults for the options are specified in brackets.
6be7c12c 789
5464f5a1
NN
790Configuration:
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
800
801_ACEOF
802
803 cat <<_ACEOF
804Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
806 [$ac_default_prefix]
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
808 [PREFIX]
6be7c12c 809
5464f5a1
NN
810By default, \`make install' will install all the files in
811\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813for instance \`--prefix=\$HOME'.
6be7c12c 814
5464f5a1 815For better control, use the options below.
6be7c12c 816
5464f5a1
NN
817Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
830_ACEOF
6be7c12c 831
5464f5a1 832 cat <<\_ACEOF
6be7c12c 833
5464f5a1
NN
834Program names:
835 --program-prefix=PREFIX prepend PREFIX to installed program names
836 --program-suffix=SUFFIX append SUFFIX to installed program names
837 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 838
5464f5a1
NN
839System types:
840 --build=BUILD configure for building on BUILD [guessed]
841 --host=HOST cross-compile to build programs to run on HOST [BUILD]
842 --target=TARGET configure for building compilers for TARGET [HOST]
843_ACEOF
252b5132 844fi
252b5132 845
5464f5a1 846if test -n "$ac_init_help"; then
6be7c12c 847
5464f5a1 848 cat <<\_ACEOF
252b5132 849
5464f5a1
NN
850Optional Features:
851 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
852 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
f5385ebf
AM
853 --disable-dependency-tracking speeds up one-time build
854 --enable-dependency-tracking do not reject slow dependency extractors
5464f5a1
NN
855 --enable-shared=PKGS build shared libraries default=no
856 --enable-static=PKGS build static libraries default=yes
857 --enable-fast-install=PKGS optimize for fast installation default=yes
858 --disable-libtool-lock avoid locking (might break parallel builds)
859 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
860 --enable-targets alternative target configurations
861 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
6ec7057a 862 --enable-secureplt Default to creating read-only plt entries
569acd2c 863 --enable-werror treat compile warnings as errors
9e9b66a9 864 --enable-build-warnings Enable build-time compiler warnings
f5385ebf
AM
865 --enable-maintainer-mode enable make rules and dependencies not useful
866 (and sometimes confusing) to the casual installer
5464f5a1
NN
867 --enable-install-libbfd controls installation of libbfd and related headers
868 --disable-nls do not use Native Language Support
869
870Optional Packages:
871 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
872 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
873 --with-gnu-ld assume the C compiler uses GNU ld default=no
874 --with-pic try to use only PIC/non-PIC objects default=use both
875 --with-mmap try using mmap for BFD input files if available
876 --with-included-gettext use the GNU gettext library included here
877
878Some influential environment variables:
879 CC C compiler command
880 CFLAGS C compiler flags
881 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
882 nonstandard directory <lib dir>
883 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
884 headers in a nonstandard directory <include dir>
885 CPP C preprocessor
886
887Use these variables to override the choices made by `configure' or to help
888it to find libraries and programs with nonstandard names/locations.
889
890_ACEOF
891fi
892
893if test "$ac_init_help" = "recursive"; then
894 # If there are subdirs, report their specific --help.
895 ac_popdir=`pwd`
896 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
897 test -d $ac_dir || continue
898 ac_builddir=.
899
900if test "$ac_dir" != .; then
901 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
902 # A "../" for each directory in $ac_dir_suffix.
903 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
904else
905 ac_dir_suffix= ac_top_builddir=
906fi
907
908case $srcdir in
909 .) # No --srcdir option. We are building in place.
910 ac_srcdir=.
911 if test -z "$ac_top_builddir"; then
912 ac_top_srcdir=.
913 else
914 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
915 fi ;;
916 [\\/]* | ?:[\\/]* ) # Absolute path.
917 ac_srcdir=$srcdir$ac_dir_suffix;
918 ac_top_srcdir=$srcdir ;;
919 *) # Relative path.
920 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
921 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6be7c12c
AO
922esac
923
5464f5a1
NN
924# Do not use `cd foo && pwd` to compute absolute paths, because
925# the directories may not exist.
926case `pwd` in
927.) ac_abs_builddir="$ac_dir";;
928*)
929 case "$ac_dir" in
930 .) ac_abs_builddir=`pwd`;;
931 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
932 *) ac_abs_builddir=`pwd`/"$ac_dir";;
933 esac;;
934esac
935case $ac_abs_builddir in
936.) ac_abs_top_builddir=${ac_top_builddir}.;;
937*)
938 case ${ac_top_builddir}. in
939 .) ac_abs_top_builddir=$ac_abs_builddir;;
940 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
941 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
942 esac;;
943esac
944case $ac_abs_builddir in
945.) ac_abs_srcdir=$ac_srcdir;;
946*)
947 case $ac_srcdir in
948 .) ac_abs_srcdir=$ac_abs_builddir;;
949 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
950 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
951 esac;;
952esac
953case $ac_abs_builddir in
954.) ac_abs_top_srcdir=$ac_top_srcdir;;
955*)
956 case $ac_top_srcdir in
957 .) ac_abs_top_srcdir=$ac_abs_builddir;;
958 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
959 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
960 esac;;
961esac
6be7c12c 962
5464f5a1
NN
963 cd $ac_dir
964 # Check for guested configure; otherwise get Cygnus style configure.
965 if test -f $ac_srcdir/configure.gnu; then
966 echo
967 $SHELL $ac_srcdir/configure.gnu --help=recursive
968 elif test -f $ac_srcdir/configure; then
969 echo
970 $SHELL $ac_srcdir/configure --help=recursive
971 elif test -f $ac_srcdir/configure.ac ||
972 test -f $ac_srcdir/configure.in; then
973 echo
974 $ac_configure --help
975 else
976 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
977 fi
49c96104 978 cd $ac_popdir
5464f5a1 979 done
6be7c12c
AO
980fi
981
5464f5a1
NN
982test -n "$ac_init_help" && exit 0
983if $ac_init_version; then
984 cat <<\_ACEOF
6be7c12c 985
5464f5a1
NN
986Copyright (C) 2003 Free Software Foundation, Inc.
987This configure script is free software; the Free Software Foundation
988gives unlimited permission to copy, distribute and modify it.
989_ACEOF
990 exit 0
991fi
992exec 5>config.log
993cat >&5 <<_ACEOF
994This file contains any messages produced by compilers while
995running configure, to aid debugging if configure makes a mistake.
6be7c12c 996
5464f5a1
NN
997It was created by $as_me, which was
998generated by GNU Autoconf 2.59. Invocation command line was
6be7c12c 999
5464f5a1 1000 $ $0 $@
6be7c12c 1001
5464f5a1
NN
1002_ACEOF
1003{
1004cat <<_ASUNAME
1005## --------- ##
1006## Platform. ##
1007## --------- ##
1008
1009hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1010uname -m = `(uname -m) 2>/dev/null || echo unknown`
1011uname -r = `(uname -r) 2>/dev/null || echo unknown`
1012uname -s = `(uname -s) 2>/dev/null || echo unknown`
1013uname -v = `(uname -v) 2>/dev/null || echo unknown`
1014
1015/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1016/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1017
1018/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1019/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1020/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1021hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1022/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1023/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1024/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1025
1026_ASUNAME
1027
1028as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1029for as_dir in $PATH
1030do
1031 IFS=$as_save_IFS
1032 test -z "$as_dir" && as_dir=.
1033 echo "PATH: $as_dir"
1034done
6be7c12c 1035
5464f5a1 1036} >&5
66e25bab 1037
5464f5a1 1038cat >&5 <<_ACEOF
b3baf5d0 1039
6be7c12c 1040
5464f5a1
NN
1041## ----------- ##
1042## Core tests. ##
1043## ----------- ##
252b5132 1044
5464f5a1 1045_ACEOF
c5d1701e 1046
6be7c12c 1047
5464f5a1
NN
1048# Keep a trace of the command line.
1049# Strip out --no-create and --no-recursion so they do not pile up.
1050# Strip out --silent because we don't want to record it for future runs.
1051# Also quote any args containing shell meta-characters.
1052# Make two passes to allow for proper duplicate-argument suppression.
1053ac_configure_args=
1054ac_configure_args0=
1055ac_configure_args1=
1056ac_sep=
1057ac_must_keep_next=false
1058for ac_pass in 1 2
1059do
1060 for ac_arg
1061 do
1062 case $ac_arg in
1063 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1064 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1065 | -silent | --silent | --silen | --sile | --sil)
1066 continue ;;
1067 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1068 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1069 esac
1070 case $ac_pass in
1071 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1072 2)
1073 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1074 if test $ac_must_keep_next = true; then
1075 ac_must_keep_next=false # Got value, back to normal.
1076 else
1077 case $ac_arg in
1078 *=* | --config-cache | -C | -disable-* | --disable-* \
1079 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1080 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1081 | -with-* | --with-* | -without-* | --without-* | --x)
1082 case "$ac_configure_args0 " in
1083 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1084 esac
1085 ;;
1086 -* ) ac_must_keep_next=true ;;
1087 esac
1088 fi
1089 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1090 # Get rid of the leading space.
1091 ac_sep=" "
1092 ;;
1093 esac
1094 done
1095done
1096$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1097$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1098
1099# When interrupted or exit'd, cleanup temporary files, and complete
1100# config.log. We remove comments because anyway the quotes in there
1101# would cause problems or look ugly.
1102# WARNING: Be sure not to use single quotes in there, as some shells,
1103# such as our DU 5.0 friend, will then `close' the trap.
1104trap 'exit_status=$?
1105 # Save into config.log some information that might help in debugging.
1106 {
1107 echo
1108
1109 cat <<\_ASBOX
1110## ---------------- ##
1111## Cache variables. ##
1112## ---------------- ##
1113_ASBOX
1114 echo
1115 # The following way of writing the cache mishandles newlines in values,
1116{
1117 (set) 2>&1 |
1118 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1119 *ac_space=\ *)
1120 sed -n \
1121 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1122 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1123 ;;
1124 *)
1125 sed -n \
1126 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1127 ;;
1128 esac;
1129}
1130 echo
1131
1132 cat <<\_ASBOX
1133## ----------------- ##
1134## Output variables. ##
1135## ----------------- ##
1136_ASBOX
1137 echo
1138 for ac_var in $ac_subst_vars
1139 do
1140 eval ac_val=$`echo $ac_var`
1141 echo "$ac_var='"'"'$ac_val'"'"'"
1142 done | sort
1143 echo
1144
1145 if test -n "$ac_subst_files"; then
1146 cat <<\_ASBOX
1147## ------------- ##
1148## Output files. ##
1149## ------------- ##
1150_ASBOX
1151 echo
1152 for ac_var in $ac_subst_files
1153 do
1154 eval ac_val=$`echo $ac_var`
1155 echo "$ac_var='"'"'$ac_val'"'"'"
1156 done | sort
1157 echo
1158 fi
1159
1160 if test -s confdefs.h; then
1161 cat <<\_ASBOX
1162## ----------- ##
1163## confdefs.h. ##
1164## ----------- ##
1165_ASBOX
1166 echo
1167 sed "/^$/d" confdefs.h | sort
1168 echo
1169 fi
1170 test "$ac_signal" != 0 &&
1171 echo "$as_me: caught signal $ac_signal"
1172 echo "$as_me: exit $exit_status"
1173 } >&5
1174 rm -f core *.core &&
1175 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1176 exit $exit_status
1177 ' 0
1178for ac_signal in 1 2 13 15; do
1179 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1180done
1181ac_signal=0
1182
1183# confdefs.h avoids OS command line length limits that DEFS can exceed.
1184rm -rf conftest* confdefs.h
1185# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1186echo >confdefs.h
1187
1188# Predefined preprocessor variables.
1189
1190cat >>confdefs.h <<_ACEOF
1191#define PACKAGE_NAME "$PACKAGE_NAME"
1192_ACEOF
1193
1194
1195cat >>confdefs.h <<_ACEOF
1196#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1197_ACEOF
1198
1199
1200cat >>confdefs.h <<_ACEOF
1201#define PACKAGE_VERSION "$PACKAGE_VERSION"
1202_ACEOF
1203
1204
1205cat >>confdefs.h <<_ACEOF
1206#define PACKAGE_STRING "$PACKAGE_STRING"
1207_ACEOF
1208
1209
1210cat >>confdefs.h <<_ACEOF
1211#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1212_ACEOF
1213
1214
1215# Let the site file select an alternate cache file if it wants to.
1216# Prefer explicitly selected file to automatically selected ones.
1217if test -z "$CONFIG_SITE"; then
1218 if test "x$prefix" != xNONE; then
1219 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1220 else
1221 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1222 fi
1223fi
1224for ac_site_file in $CONFIG_SITE; do
1225 if test -r "$ac_site_file"; then
1226 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1227echo "$as_me: loading site script $ac_site_file" >&6;}
1228 sed 's/^/| /' "$ac_site_file" >&5
1229 . "$ac_site_file"
1230 fi
1231done
1232
1233if test -r "$cache_file"; then
1234 # Some versions of bash will fail to source /dev/null (special
1235 # files actually), so we avoid doing that.
1236 if test -f "$cache_file"; then
1237 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1238echo "$as_me: loading cache $cache_file" >&6;}
1239 case $cache_file in
1240 [\\/]* | ?:[\\/]* ) . $cache_file;;
1241 *) . ./$cache_file;;
1242 esac
1243 fi
1244else
1245 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1246echo "$as_me: creating cache $cache_file" >&6;}
1247 >$cache_file
1248fi
1249
1250# Check that the precious variables saved in the cache have kept the same
1251# value.
1252ac_cache_corrupted=false
1253for ac_var in `(set) 2>&1 |
1254 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1255 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1256 eval ac_new_set=\$ac_env_${ac_var}_set
1257 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1258 eval ac_new_val="\$ac_env_${ac_var}_value"
1259 case $ac_old_set,$ac_new_set in
1260 set,)
1261 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1262echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1263 ac_cache_corrupted=: ;;
1264 ,set)
1265 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1266echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1267 ac_cache_corrupted=: ;;
1268 ,);;
1269 *)
1270 if test "x$ac_old_val" != "x$ac_new_val"; then
1271 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1272echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1273 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1274echo "$as_me: former value: $ac_old_val" >&2;}
1275 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1276echo "$as_me: current value: $ac_new_val" >&2;}
1277 ac_cache_corrupted=:
1278 fi;;
1279 esac
1280 # Pass precious variables to config.status.
1281 if test "$ac_new_set" = set; then
1282 case $ac_new_val in
1283 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1284 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1285 *) ac_arg=$ac_var=$ac_new_val ;;
1286 esac
1287 case " $ac_configure_args " in
1288 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1289 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1290 esac
1291 fi
1292done
1293if $ac_cache_corrupted; then
1294 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1295echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1296 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1297echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1298 { (exit 1); exit 1; }; }
1299fi
1300
1301ac_ext=c
1302ac_cpp='$CPP $CPPFLAGS'
1303ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1304ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1305ac_compiler_gnu=$ac_cv_c_compiler_gnu
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327ac_aux_dir=
1328for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1329 if test -f $ac_dir/install-sh; then
1330 ac_aux_dir=$ac_dir
1331 ac_install_sh="$ac_aux_dir/install-sh -c"
1332 break
1333 elif test -f $ac_dir/install.sh; then
1334 ac_aux_dir=$ac_dir
1335 ac_install_sh="$ac_aux_dir/install.sh -c"
1336 break
1337 elif test -f $ac_dir/shtool; then
1338 ac_aux_dir=$ac_dir
1339 ac_install_sh="$ac_aux_dir/shtool install -c"
1340 break
1341 fi
1342done
1343if test -z "$ac_aux_dir"; then
1344 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1345echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1346 { (exit 1); exit 1; }; }
1347fi
1348ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1349ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1350ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1351
1352# Make sure we can run config.sub.
1353$ac_config_sub sun4 >/dev/null 2>&1 ||
1354 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1355echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1356 { (exit 1); exit 1; }; }
1357
1358echo "$as_me:$LINENO: checking build system type" >&5
1359echo $ECHO_N "checking build system type... $ECHO_C" >&6
1360if test "${ac_cv_build+set}" = set; then
1361 echo $ECHO_N "(cached) $ECHO_C" >&6
1362else
1363 ac_cv_build_alias=$build_alias
1364test -z "$ac_cv_build_alias" &&
1365 ac_cv_build_alias=`$ac_config_guess`
1366test -z "$ac_cv_build_alias" &&
1367 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1368echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1369 { (exit 1); exit 1; }; }
1370ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1371 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1372echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1373 { (exit 1); exit 1; }; }
1374
1375fi
1376echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1377echo "${ECHO_T}$ac_cv_build" >&6
1378build=$ac_cv_build
1379build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1380build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1381build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1382
1383
1384echo "$as_me:$LINENO: checking host system type" >&5
1385echo $ECHO_N "checking host system type... $ECHO_C" >&6
1386if test "${ac_cv_host+set}" = set; then
1387 echo $ECHO_N "(cached) $ECHO_C" >&6
1388else
1389 ac_cv_host_alias=$host_alias
1390test -z "$ac_cv_host_alias" &&
1391 ac_cv_host_alias=$ac_cv_build_alias
1392ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1393 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1394echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1395 { (exit 1); exit 1; }; }
1396
1397fi
1398echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1399echo "${ECHO_T}$ac_cv_host" >&6
1400host=$ac_cv_host
1401host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1402host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1403host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1404
1405
1406echo "$as_me:$LINENO: checking target system type" >&5
1407echo $ECHO_N "checking target system type... $ECHO_C" >&6
1408if test "${ac_cv_target+set}" = set; then
1409 echo $ECHO_N "(cached) $ECHO_C" >&6
1410else
1411 ac_cv_target_alias=$target_alias
1412test "x$ac_cv_target_alias" = "x" &&
1413 ac_cv_target_alias=$ac_cv_host_alias
1414ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1415 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1416echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1417 { (exit 1); exit 1; }; }
1418
1419fi
1420echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1421echo "${ECHO_T}$ac_cv_target" >&6
1422target=$ac_cv_target
1423target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1424target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1425target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1426
1427
1428# The aliases save the names the user supplied, while $host etc.
1429# will get canonicalized.
1430test -n "$target_alias" &&
1431 test "$program_prefix$program_suffix$program_transform_name" = \
1432 NONENONEs,x,x, &&
1433 program_prefix=${target_alias}-
1434ac_ext=c
1435ac_cpp='$CPP $CPPFLAGS'
1436ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1437ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1438ac_compiler_gnu=$ac_cv_c_compiler_gnu
1439if test -n "$ac_tool_prefix"; then
1440 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1441set dummy ${ac_tool_prefix}gcc; ac_word=$2
1442echo "$as_me:$LINENO: checking for $ac_word" >&5
1443echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1444if test "${ac_cv_prog_CC+set}" = set; then
1445 echo $ECHO_N "(cached) $ECHO_C" >&6
1446else
1447 if test -n "$CC"; then
1448 ac_cv_prog_CC="$CC" # Let the user override the test.
1449else
1450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1451for as_dir in $PATH
1452do
1453 IFS=$as_save_IFS
1454 test -z "$as_dir" && as_dir=.
1455 for ac_exec_ext in '' $ac_executable_extensions; do
1456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1457 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1459 break 2
1460 fi
1461done
1462done
1463
1464fi
1465fi
1466CC=$ac_cv_prog_CC
1467if test -n "$CC"; then
1468 echo "$as_me:$LINENO: result: $CC" >&5
1469echo "${ECHO_T}$CC" >&6
1470else
1471 echo "$as_me:$LINENO: result: no" >&5
1472echo "${ECHO_T}no" >&6
1473fi
1474
1475fi
1476if test -z "$ac_cv_prog_CC"; then
1477 ac_ct_CC=$CC
1478 # Extract the first word of "gcc", so it can be a program name with args.
1479set dummy gcc; ac_word=$2
1480echo "$as_me:$LINENO: checking for $ac_word" >&5
1481echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1482if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1483 echo $ECHO_N "(cached) $ECHO_C" >&6
1484else
1485 if test -n "$ac_ct_CC"; then
1486 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1487else
1488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1489for as_dir in $PATH
1490do
1491 IFS=$as_save_IFS
1492 test -z "$as_dir" && as_dir=.
1493 for ac_exec_ext in '' $ac_executable_extensions; do
1494 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1495 ac_cv_prog_ac_ct_CC="gcc"
1496 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1497 break 2
1498 fi
1499done
1500done
1501
1502fi
1503fi
1504ac_ct_CC=$ac_cv_prog_ac_ct_CC
1505if test -n "$ac_ct_CC"; then
1506 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1507echo "${ECHO_T}$ac_ct_CC" >&6
1508else
1509 echo "$as_me:$LINENO: result: no" >&5
1510echo "${ECHO_T}no" >&6
1511fi
1512
1513 CC=$ac_ct_CC
1514else
1515 CC="$ac_cv_prog_CC"
1516fi
1517
1518if test -z "$CC"; then
1519 if test -n "$ac_tool_prefix"; then
1520 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1521set dummy ${ac_tool_prefix}cc; ac_word=$2
1522echo "$as_me:$LINENO: checking for $ac_word" >&5
1523echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1524if test "${ac_cv_prog_CC+set}" = set; then
1525 echo $ECHO_N "(cached) $ECHO_C" >&6
1526else
1527 if test -n "$CC"; then
1528 ac_cv_prog_CC="$CC" # Let the user override the test.
1529else
1530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1531for as_dir in $PATH
1532do
1533 IFS=$as_save_IFS
1534 test -z "$as_dir" && as_dir=.
1535 for ac_exec_ext in '' $ac_executable_extensions; do
1536 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1537 ac_cv_prog_CC="${ac_tool_prefix}cc"
1538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1539 break 2
1540 fi
1541done
1542done
1543
1544fi
1545fi
1546CC=$ac_cv_prog_CC
1547if test -n "$CC"; then
1548 echo "$as_me:$LINENO: result: $CC" >&5
1549echo "${ECHO_T}$CC" >&6
1550else
1551 echo "$as_me:$LINENO: result: no" >&5
1552echo "${ECHO_T}no" >&6
1553fi
1554
1555fi
1556if test -z "$ac_cv_prog_CC"; then
1557 ac_ct_CC=$CC
1558 # Extract the first word of "cc", so it can be a program name with args.
1559set dummy cc; ac_word=$2
1560echo "$as_me:$LINENO: checking for $ac_word" >&5
1561echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1562if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1563 echo $ECHO_N "(cached) $ECHO_C" >&6
1564else
1565 if test -n "$ac_ct_CC"; then
1566 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1567else
1568as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1569for as_dir in $PATH
1570do
1571 IFS=$as_save_IFS
1572 test -z "$as_dir" && as_dir=.
1573 for ac_exec_ext in '' $ac_executable_extensions; do
1574 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1575 ac_cv_prog_ac_ct_CC="cc"
1576 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1577 break 2
1578 fi
1579done
1580done
1581
1582fi
1583fi
1584ac_ct_CC=$ac_cv_prog_ac_ct_CC
1585if test -n "$ac_ct_CC"; then
1586 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1587echo "${ECHO_T}$ac_ct_CC" >&6
1588else
1589 echo "$as_me:$LINENO: result: no" >&5
1590echo "${ECHO_T}no" >&6
1591fi
1592
1593 CC=$ac_ct_CC
1594else
1595 CC="$ac_cv_prog_CC"
1596fi
1597
1598fi
1599if test -z "$CC"; then
1600 # Extract the first word of "cc", so it can be a program name with args.
1601set dummy cc; ac_word=$2
1602echo "$as_me:$LINENO: checking for $ac_word" >&5
1603echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1604if test "${ac_cv_prog_CC+set}" = set; then
1605 echo $ECHO_N "(cached) $ECHO_C" >&6
1606else
1607 if test -n "$CC"; then
1608 ac_cv_prog_CC="$CC" # Let the user override the test.
1609else
1610 ac_prog_rejected=no
1611as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1612for as_dir in $PATH
1613do
1614 IFS=$as_save_IFS
1615 test -z "$as_dir" && as_dir=.
1616 for ac_exec_ext in '' $ac_executable_extensions; do
1617 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1618 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1619 ac_prog_rejected=yes
1620 continue
1621 fi
1622 ac_cv_prog_CC="cc"
1623 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1624 break 2
1625 fi
1626done
1627done
1628
1629if test $ac_prog_rejected = yes; then
1630 # We found a bogon in the path, so make sure we never use it.
1631 set dummy $ac_cv_prog_CC
1632 shift
1633 if test $# != 0; then
1634 # We chose a different compiler from the bogus one.
1635 # However, it has the same basename, so the bogon will be chosen
1636 # first if we set CC to just the basename; use the full file name.
1637 shift
1638 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1639 fi
1640fi
1641fi
1642fi
1643CC=$ac_cv_prog_CC
1644if test -n "$CC"; then
1645 echo "$as_me:$LINENO: result: $CC" >&5
1646echo "${ECHO_T}$CC" >&6
1647else
1648 echo "$as_me:$LINENO: result: no" >&5
1649echo "${ECHO_T}no" >&6
1650fi
1651
1652fi
1653if test -z "$CC"; then
1654 if test -n "$ac_tool_prefix"; then
1655 for ac_prog in cl
1656 do
1657 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1658set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1659echo "$as_me:$LINENO: checking for $ac_word" >&5
1660echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1661if test "${ac_cv_prog_CC+set}" = set; then
1662 echo $ECHO_N "(cached) $ECHO_C" >&6
1663else
1664 if test -n "$CC"; then
1665 ac_cv_prog_CC="$CC" # Let the user override the test.
1666else
1667as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1668for as_dir in $PATH
1669do
1670 IFS=$as_save_IFS
1671 test -z "$as_dir" && as_dir=.
1672 for ac_exec_ext in '' $ac_executable_extensions; do
1673 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1674 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1675 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1676 break 2
1677 fi
1678done
1679done
1680
1681fi
1682fi
1683CC=$ac_cv_prog_CC
1684if test -n "$CC"; then
1685 echo "$as_me:$LINENO: result: $CC" >&5
1686echo "${ECHO_T}$CC" >&6
1687else
1688 echo "$as_me:$LINENO: result: no" >&5
1689echo "${ECHO_T}no" >&6
1690fi
1691
1692 test -n "$CC" && break
1693 done
1694fi
1695if test -z "$CC"; then
1696 ac_ct_CC=$CC
1697 for ac_prog in cl
1698do
1699 # Extract the first word of "$ac_prog", so it can be a program name with args.
1700set dummy $ac_prog; ac_word=$2
1701echo "$as_me:$LINENO: checking for $ac_word" >&5
1702echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1703if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1704 echo $ECHO_N "(cached) $ECHO_C" >&6
1705else
1706 if test -n "$ac_ct_CC"; then
1707 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1708else
1709as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1710for as_dir in $PATH
1711do
1712 IFS=$as_save_IFS
1713 test -z "$as_dir" && as_dir=.
1714 for ac_exec_ext in '' $ac_executable_extensions; do
1715 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1716 ac_cv_prog_ac_ct_CC="$ac_prog"
1717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1718 break 2
1719 fi
1720done
1721done
1722
1723fi
1724fi
1725ac_ct_CC=$ac_cv_prog_ac_ct_CC
1726if test -n "$ac_ct_CC"; then
1727 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1728echo "${ECHO_T}$ac_ct_CC" >&6
1729else
1730 echo "$as_me:$LINENO: result: no" >&5
1731echo "${ECHO_T}no" >&6
1732fi
1733
1734 test -n "$ac_ct_CC" && break
1735done
1736
1737 CC=$ac_ct_CC
1738fi
1739
1740fi
1741
1742
1743test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1744See \`config.log' for more details." >&5
1745echo "$as_me: error: no acceptable C compiler found in \$PATH
1746See \`config.log' for more details." >&2;}
1747 { (exit 1); exit 1; }; }
1748
1749# Provide some information about the compiler.
1750echo "$as_me:$LINENO:" \
1751 "checking for C compiler version" >&5
1752ac_compiler=`set X $ac_compile; echo $2`
1753{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1754 (eval $ac_compiler --version </dev/null >&5) 2>&5
1755 ac_status=$?
1756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1757 (exit $ac_status); }
1758{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1759 (eval $ac_compiler -v </dev/null >&5) 2>&5
1760 ac_status=$?
1761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1762 (exit $ac_status); }
1763{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1764 (eval $ac_compiler -V </dev/null >&5) 2>&5
1765 ac_status=$?
1766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1767 (exit $ac_status); }
1768
1769cat >conftest.$ac_ext <<_ACEOF
1770/* confdefs.h. */
1771_ACEOF
1772cat confdefs.h >>conftest.$ac_ext
1773cat >>conftest.$ac_ext <<_ACEOF
1774/* end confdefs.h. */
1775
1776int
1777main ()
1778{
1779
1780 ;
1781 return 0;
1782}
1783_ACEOF
1784ac_clean_files_save=$ac_clean_files
1785ac_clean_files="$ac_clean_files a.out a.exe b.out"
1786# Try to create an executable without -o first, disregard a.out.
1787# It will help us diagnose broken compilers, and finding out an intuition
1788# of exeext.
1789echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1790echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1791ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1792if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1793 (eval $ac_link_default) 2>&5
1794 ac_status=$?
1795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1796 (exit $ac_status); }; then
1797 # Find the output, starting from the most likely. This scheme is
1798# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1799# resort.
1800
1801# Be careful to initialize this variable, since it used to be cached.
1802# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1803ac_cv_exeext=
1804# b.out is created by i960 compilers.
1805for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1806do
1807 test -f "$ac_file" || continue
1808 case $ac_file in
1809 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1810 ;;
1811 conftest.$ac_ext )
1812 # This is the source file.
1813 ;;
1814 [ab].out )
1815 # We found the default executable, but exeext='' is most
1816 # certainly right.
1817 break;;
1818 *.* )
1819 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1820 # FIXME: I believe we export ac_cv_exeext for Libtool,
1821 # but it would be cool to find out if it's true. Does anybody
1822 # maintain Libtool? --akim.
1823 export ac_cv_exeext
1824 break;;
1825 * )
1826 break;;
1827 esac
1828done
1829else
1830 echo "$as_me: failed program was:" >&5
1831sed 's/^/| /' conftest.$ac_ext >&5
1832
1833{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1834See \`config.log' for more details." >&5
1835echo "$as_me: error: C compiler cannot create executables
1836See \`config.log' for more details." >&2;}
1837 { (exit 77); exit 77; }; }
1838fi
1839
1840ac_exeext=$ac_cv_exeext
1841echo "$as_me:$LINENO: result: $ac_file" >&5
1842echo "${ECHO_T}$ac_file" >&6
1843
1844# Check the compiler produces executables we can run. If not, either
1845# the compiler is broken, or we cross compile.
1846echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1847echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1848# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1849# If not cross compiling, check that we can run a simple program.
1850if test "$cross_compiling" != yes; then
1851 if { ac_try='./$ac_file'
1852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1853 (eval $ac_try) 2>&5
1854 ac_status=$?
1855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1856 (exit $ac_status); }; }; then
1857 cross_compiling=no
1858 else
1859 if test "$cross_compiling" = maybe; then
1860 cross_compiling=yes
1861 else
1862 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1863If you meant to cross compile, use \`--host'.
1864See \`config.log' for more details." >&5
1865echo "$as_me: error: cannot run C compiled programs.
1866If you meant to cross compile, use \`--host'.
1867See \`config.log' for more details." >&2;}
1868 { (exit 1); exit 1; }; }
1869 fi
1870 fi
1871fi
1872echo "$as_me:$LINENO: result: yes" >&5
1873echo "${ECHO_T}yes" >&6
1874
1875rm -f a.out a.exe conftest$ac_cv_exeext b.out
1876ac_clean_files=$ac_clean_files_save
1877# Check the compiler produces executables we can run. If not, either
1878# the compiler is broken, or we cross compile.
1879echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1880echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1881echo "$as_me:$LINENO: result: $cross_compiling" >&5
1882echo "${ECHO_T}$cross_compiling" >&6
1883
1884echo "$as_me:$LINENO: checking for suffix of executables" >&5
1885echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1886if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1887 (eval $ac_link) 2>&5
1888 ac_status=$?
1889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1890 (exit $ac_status); }; then
1891 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1892# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1893# work properly (i.e., refer to `conftest.exe'), while it won't with
1894# `rm'.
1895for ac_file in conftest.exe conftest conftest.*; do
1896 test -f "$ac_file" || continue
1897 case $ac_file in
1898 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1899 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1900 export ac_cv_exeext
1901 break;;
1902 * ) break;;
1903 esac
1904done
1905else
1906 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1907See \`config.log' for more details." >&5
1908echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1909See \`config.log' for more details." >&2;}
1910 { (exit 1); exit 1; }; }
1911fi
1912
1913rm -f conftest$ac_cv_exeext
1914echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1915echo "${ECHO_T}$ac_cv_exeext" >&6
1916
1917rm -f conftest.$ac_ext
1918EXEEXT=$ac_cv_exeext
1919ac_exeext=$EXEEXT
1920echo "$as_me:$LINENO: checking for suffix of object files" >&5
1921echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1922if test "${ac_cv_objext+set}" = set; then
1923 echo $ECHO_N "(cached) $ECHO_C" >&6
1924else
1925 cat >conftest.$ac_ext <<_ACEOF
1926/* confdefs.h. */
1927_ACEOF
1928cat confdefs.h >>conftest.$ac_ext
1929cat >>conftest.$ac_ext <<_ACEOF
1930/* end confdefs.h. */
1931
1932int
1933main ()
1934{
1935
1936 ;
1937 return 0;
1938}
1939_ACEOF
1940rm -f conftest.o conftest.obj
1941if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1942 (eval $ac_compile) 2>&5
1943 ac_status=$?
1944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1945 (exit $ac_status); }; then
1946 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1947 case $ac_file in
1948 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1949 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1950 break;;
1951 esac
1952done
1953else
1954 echo "$as_me: failed program was:" >&5
1955sed 's/^/| /' conftest.$ac_ext >&5
1956
1957{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1958See \`config.log' for more details." >&5
1959echo "$as_me: error: cannot compute suffix of object files: cannot compile
1960See \`config.log' for more details." >&2;}
1961 { (exit 1); exit 1; }; }
1962fi
1963
1964rm -f conftest.$ac_cv_objext conftest.$ac_ext
1965fi
1966echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1967echo "${ECHO_T}$ac_cv_objext" >&6
1968OBJEXT=$ac_cv_objext
1969ac_objext=$OBJEXT
1970echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1971echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1972if test "${ac_cv_c_compiler_gnu+set}" = set; then
1973 echo $ECHO_N "(cached) $ECHO_C" >&6
1974else
1975 cat >conftest.$ac_ext <<_ACEOF
1976/* confdefs.h. */
1977_ACEOF
1978cat confdefs.h >>conftest.$ac_ext
1979cat >>conftest.$ac_ext <<_ACEOF
1980/* end confdefs.h. */
1981
1982int
1983main ()
1984{
1985#ifndef __GNUC__
1986 choke me
1987#endif
1988
1989 ;
1990 return 0;
1991}
1992_ACEOF
1993rm -f conftest.$ac_objext
1994if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1995 (eval $ac_compile) 2>conftest.er1
1996 ac_status=$?
1997 grep -v '^ *+' conftest.er1 >conftest.err
1998 rm -f conftest.er1
1999 cat conftest.err >&5
2000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2001 (exit $ac_status); } &&
49c96104
SE
2002 { ac_try='test -z "$ac_c_werror_flag"
2003 || test ! -s conftest.err'
5464f5a1
NN
2004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2005 (eval $ac_try) 2>&5
2006 ac_status=$?
2007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2008 (exit $ac_status); }; } &&
2009 { ac_try='test -s conftest.$ac_objext'
2010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2011 (eval $ac_try) 2>&5
2012 ac_status=$?
2013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2014 (exit $ac_status); }; }; then
2015 ac_compiler_gnu=yes
2016else
2017 echo "$as_me: failed program was:" >&5
2018sed 's/^/| /' conftest.$ac_ext >&5
2019
2020ac_compiler_gnu=no
2021fi
2022rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2023ac_cv_c_compiler_gnu=$ac_compiler_gnu
2024
2025fi
2026echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2027echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2028GCC=`test $ac_compiler_gnu = yes && echo yes`
2029ac_test_CFLAGS=${CFLAGS+set}
2030ac_save_CFLAGS=$CFLAGS
2031CFLAGS="-g"
2032echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2033echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2034if test "${ac_cv_prog_cc_g+set}" = set; then
2035 echo $ECHO_N "(cached) $ECHO_C" >&6
2036else
2037 cat >conftest.$ac_ext <<_ACEOF
2038/* confdefs.h. */
2039_ACEOF
2040cat confdefs.h >>conftest.$ac_ext
2041cat >>conftest.$ac_ext <<_ACEOF
2042/* end confdefs.h. */
2043
2044int
2045main ()
2046{
2047
2048 ;
2049 return 0;
2050}
2051_ACEOF
2052rm -f conftest.$ac_objext
2053if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2054 (eval $ac_compile) 2>conftest.er1
2055 ac_status=$?
2056 grep -v '^ *+' conftest.er1 >conftest.err
2057 rm -f conftest.er1
2058 cat conftest.err >&5
2059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2060 (exit $ac_status); } &&
49c96104
SE
2061 { ac_try='test -z "$ac_c_werror_flag"
2062 || test ! -s conftest.err'
5464f5a1
NN
2063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2064 (eval $ac_try) 2>&5
2065 ac_status=$?
2066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2067 (exit $ac_status); }; } &&
2068 { ac_try='test -s conftest.$ac_objext'
2069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2070 (eval $ac_try) 2>&5
2071 ac_status=$?
2072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2073 (exit $ac_status); }; }; then
2074 ac_cv_prog_cc_g=yes
2075else
2076 echo "$as_me: failed program was:" >&5
2077sed 's/^/| /' conftest.$ac_ext >&5
2078
2079ac_cv_prog_cc_g=no
2080fi
2081rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2082fi
2083echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2084echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2085if test "$ac_test_CFLAGS" = set; then
2086 CFLAGS=$ac_save_CFLAGS
2087elif test $ac_cv_prog_cc_g = yes; then
2088 if test "$GCC" = yes; then
2089 CFLAGS="-g -O2"
2090 else
2091 CFLAGS="-g"
2092 fi
2093else
2094 if test "$GCC" = yes; then
2095 CFLAGS="-O2"
2096 else
2097 CFLAGS=
2098 fi
2099fi
2100echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2101echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2102if test "${ac_cv_prog_cc_stdc+set}" = set; then
2103 echo $ECHO_N "(cached) $ECHO_C" >&6
2104else
2105 ac_cv_prog_cc_stdc=no
2106ac_save_CC=$CC
2107cat >conftest.$ac_ext <<_ACEOF
2108/* confdefs.h. */
2109_ACEOF
2110cat confdefs.h >>conftest.$ac_ext
2111cat >>conftest.$ac_ext <<_ACEOF
2112/* end confdefs.h. */
2113#include <stdarg.h>
2114#include <stdio.h>
2115#include <sys/types.h>
2116#include <sys/stat.h>
2117/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2118struct buf { int x; };
2119FILE * (*rcsopen) (struct buf *, struct stat *, int);
2120static char *e (p, i)
2121 char **p;
2122 int i;
2123{
2124 return p[i];
2125}
2126static char *f (char * (*g) (char **, int), char **p, ...)
2127{
2128 char *s;
2129 va_list v;
2130 va_start (v,p);
2131 s = g (p, va_arg (v,int));
2132 va_end (v);
2133 return s;
2134}
2135
2136/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2137 function prototypes and stuff, but not '\xHH' hex character constants.
2138 These don't provoke an error unfortunately, instead are silently treated
2139 as 'x'. The following induces an error, until -std1 is added to get
2140 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2141 array size at least. It's necessary to write '\x00'==0 to get something
2142 that's true only with -std1. */
2143int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2144
2145int test (int i, double x);
2146struct s1 {int (*f) (int a);};
2147struct s2 {int (*f) (double a);};
2148int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2149int argc;
2150char **argv;
2151int
2152main ()
2153{
2154return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2155 ;
2156 return 0;
2157}
2158_ACEOF
2159# Don't try gcc -ansi; that turns off useful extensions and
2160# breaks some systems' header files.
2161# AIX -qlanglvl=ansi
2162# Ultrix and OSF/1 -std1
2163# HP-UX 10.20 and later -Ae
2164# HP-UX older versions -Aa -D_HPUX_SOURCE
2165# SVR4 -Xc -D__EXTENSIONS__
2166for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2167do
2168 CC="$ac_save_CC $ac_arg"
2169 rm -f conftest.$ac_objext
2170if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171 (eval $ac_compile) 2>conftest.er1
2172 ac_status=$?
2173 grep -v '^ *+' conftest.er1 >conftest.err
2174 rm -f conftest.er1
2175 cat conftest.err >&5
2176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2177 (exit $ac_status); } &&
49c96104
SE
2178 { ac_try='test -z "$ac_c_werror_flag"
2179 || test ! -s conftest.err'
5464f5a1
NN
2180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2181 (eval $ac_try) 2>&5
2182 ac_status=$?
2183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2184 (exit $ac_status); }; } &&
2185 { ac_try='test -s conftest.$ac_objext'
2186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2187 (eval $ac_try) 2>&5
2188 ac_status=$?
2189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2190 (exit $ac_status); }; }; then
2191 ac_cv_prog_cc_stdc=$ac_arg
2192break
2193else
2194 echo "$as_me: failed program was:" >&5
2195sed 's/^/| /' conftest.$ac_ext >&5
2196
2197fi
2198rm -f conftest.err conftest.$ac_objext
2199done
2200rm -f conftest.$ac_ext conftest.$ac_objext
2201CC=$ac_save_CC
2202
2203fi
2204
2205case "x$ac_cv_prog_cc_stdc" in
2206 x|xno)
2207 echo "$as_me:$LINENO: result: none needed" >&5
2208echo "${ECHO_T}none needed" >&6 ;;
2209 *)
2210 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2211echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2212 CC="$CC $ac_cv_prog_cc_stdc" ;;
2213esac
2214
2215# Some people use a C++ compiler to compile C. Since we use `exit',
2216# in C++ we need to declare it. In case someone uses the same compiler
2217# for both compiling C and C++ we need to have the C++ compiler decide
2218# the declaration of exit, since it's the most demanding environment.
2219cat >conftest.$ac_ext <<_ACEOF
2220#ifndef __cplusplus
2221 choke me
2222#endif
2223_ACEOF
2224rm -f conftest.$ac_objext
2225if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2226 (eval $ac_compile) 2>conftest.er1
2227 ac_status=$?
2228 grep -v '^ *+' conftest.er1 >conftest.err
2229 rm -f conftest.er1
2230 cat conftest.err >&5
2231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2232 (exit $ac_status); } &&
49c96104
SE
2233 { ac_try='test -z "$ac_c_werror_flag"
2234 || test ! -s conftest.err'
5464f5a1
NN
2235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2236 (eval $ac_try) 2>&5
2237 ac_status=$?
2238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2239 (exit $ac_status); }; } &&
2240 { ac_try='test -s conftest.$ac_objext'
2241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2242 (eval $ac_try) 2>&5
2243 ac_status=$?
2244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2245 (exit $ac_status); }; }; then
2246 for ac_declaration in \
2247 '' \
2248 'extern "C" void std::exit (int) throw (); using std::exit;' \
2249 'extern "C" void std::exit (int); using std::exit;' \
2250 'extern "C" void exit (int) throw ();' \
2251 'extern "C" void exit (int);' \
2252 'void exit (int);'
2253do
2254 cat >conftest.$ac_ext <<_ACEOF
2255/* confdefs.h. */
2256_ACEOF
2257cat confdefs.h >>conftest.$ac_ext
2258cat >>conftest.$ac_ext <<_ACEOF
2259/* end confdefs.h. */
2260$ac_declaration
2261#include <stdlib.h>
2262int
2263main ()
2264{
2265exit (42);
2266 ;
2267 return 0;
2268}
2269_ACEOF
2270rm -f conftest.$ac_objext
2271if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2272 (eval $ac_compile) 2>conftest.er1
2273 ac_status=$?
2274 grep -v '^ *+' conftest.er1 >conftest.err
2275 rm -f conftest.er1
2276 cat conftest.err >&5
2277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2278 (exit $ac_status); } &&
49c96104
SE
2279 { ac_try='test -z "$ac_c_werror_flag"
2280 || test ! -s conftest.err'
5464f5a1
NN
2281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2282 (eval $ac_try) 2>&5
2283 ac_status=$?
2284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2285 (exit $ac_status); }; } &&
2286 { ac_try='test -s conftest.$ac_objext'
2287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2288 (eval $ac_try) 2>&5
2289 ac_status=$?
2290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2291 (exit $ac_status); }; }; then
2292 :
2293else
2294 echo "$as_me: failed program was:" >&5
2295sed 's/^/| /' conftest.$ac_ext >&5
2296
2297continue
2298fi
2299rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2300 cat >conftest.$ac_ext <<_ACEOF
2301/* confdefs.h. */
2302_ACEOF
2303cat confdefs.h >>conftest.$ac_ext
2304cat >>conftest.$ac_ext <<_ACEOF
2305/* end confdefs.h. */
2306$ac_declaration
2307int
2308main ()
2309{
2310exit (42);
2311 ;
2312 return 0;
2313}
2314_ACEOF
2315rm -f conftest.$ac_objext
2316if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2317 (eval $ac_compile) 2>conftest.er1
2318 ac_status=$?
2319 grep -v '^ *+' conftest.er1 >conftest.err
2320 rm -f conftest.er1
2321 cat conftest.err >&5
2322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2323 (exit $ac_status); } &&
49c96104
SE
2324 { ac_try='test -z "$ac_c_werror_flag"
2325 || test ! -s conftest.err'
5464f5a1
NN
2326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2327 (eval $ac_try) 2>&5
2328 ac_status=$?
2329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2330 (exit $ac_status); }; } &&
2331 { ac_try='test -s conftest.$ac_objext'
2332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2333 (eval $ac_try) 2>&5
2334 ac_status=$?
2335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2336 (exit $ac_status); }; }; then
2337 break
2338else
2339 echo "$as_me: failed program was:" >&5
2340sed 's/^/| /' conftest.$ac_ext >&5
2341
2342fi
2343rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2344done
2345rm -f conftest*
2346if test -n "$ac_declaration"; then
2347 echo '#ifdef __cplusplus' >>confdefs.h
2348 echo $ac_declaration >>confdefs.h
2349 echo '#endif' >>confdefs.h
2350fi
2351
2352else
2353 echo "$as_me: failed program was:" >&5
2354sed 's/^/| /' conftest.$ac_ext >&5
2355
2356fi
2357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2358ac_ext=c
2359ac_cpp='$CPP $CPPFLAGS'
2360ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2361ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2362ac_compiler_gnu=$ac_cv_c_compiler_gnu
2363
2364
f5385ebf
AM
2365echo "$as_me:$LINENO: checking for library containing strerror" >&5
2366echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2367if test "${ac_cv_search_strerror+set}" = set; then
5464f5a1
NN
2368 echo $ECHO_N "(cached) $ECHO_C" >&6
2369else
f5385ebf
AM
2370 ac_func_search_save_LIBS=$LIBS
2371ac_cv_search_strerror=no
5464f5a1
NN
2372cat >conftest.$ac_ext <<_ACEOF
2373/* confdefs.h. */
2374_ACEOF
2375cat confdefs.h >>conftest.$ac_ext
2376cat >>conftest.$ac_ext <<_ACEOF
2377/* end confdefs.h. */
2378
2379/* Override any gcc2 internal prototype to avoid an error. */
2380#ifdef __cplusplus
2381extern "C"
2382#endif
2383/* We use char because int might match the return type of a gcc2
2384 builtin and then its argument prototype would still apply. */
2385char strerror ();
2386int
2387main ()
2388{
2389strerror ();
2390 ;
2391 return 0;
2392}
2393_ACEOF
2394rm -f conftest.$ac_objext conftest$ac_exeext
2395if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2396 (eval $ac_link) 2>conftest.er1
2397 ac_status=$?
2398 grep -v '^ *+' conftest.er1 >conftest.err
2399 rm -f conftest.er1
2400 cat conftest.err >&5
2401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2402 (exit $ac_status); } &&
49c96104
SE
2403 { ac_try='test -z "$ac_c_werror_flag"
2404 || test ! -s conftest.err'
5464f5a1
NN
2405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2406 (eval $ac_try) 2>&5
2407 ac_status=$?
2408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2409 (exit $ac_status); }; } &&
2410 { ac_try='test -s conftest$ac_exeext'
2411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2412 (eval $ac_try) 2>&5
2413 ac_status=$?
2414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2415 (exit $ac_status); }; }; then
f5385ebf 2416 ac_cv_search_strerror="none required"
5464f5a1
NN
2417else
2418 echo "$as_me: failed program was:" >&5
2419sed 's/^/| /' conftest.$ac_ext >&5
2420
5464f5a1
NN
2421fi
2422rm -f conftest.err conftest.$ac_objext \
2423 conftest$ac_exeext conftest.$ac_ext
f5385ebf
AM
2424if test "$ac_cv_search_strerror" = no; then
2425 for ac_lib in cposix; do
2426 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2427 cat >conftest.$ac_ext <<_ACEOF
2428/* confdefs.h. */
2429_ACEOF
2430cat confdefs.h >>conftest.$ac_ext
2431cat >>conftest.$ac_ext <<_ACEOF
2432/* end confdefs.h. */
2433
2434/* Override any gcc2 internal prototype to avoid an error. */
2435#ifdef __cplusplus
2436extern "C"
2437#endif
2438/* We use char because int might match the return type of a gcc2
2439 builtin and then its argument prototype would still apply. */
2440char strerror ();
2441int
2442main ()
2443{
2444strerror ();
2445 ;
2446 return 0;
2447}
2448_ACEOF
2449rm -f conftest.$ac_objext conftest$ac_exeext
2450if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2451 (eval $ac_link) 2>conftest.er1
2452 ac_status=$?
2453 grep -v '^ *+' conftest.er1 >conftest.err
2454 rm -f conftest.er1
2455 cat conftest.err >&5
2456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2457 (exit $ac_status); } &&
49c96104
SE
2458 { ac_try='test -z "$ac_c_werror_flag"
2459 || test ! -s conftest.err'
f5385ebf
AM
2460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2461 (eval $ac_try) 2>&5
2462 ac_status=$?
2463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2464 (exit $ac_status); }; } &&
2465 { ac_try='test -s conftest$ac_exeext'
2466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2467 (eval $ac_try) 2>&5
2468 ac_status=$?
2469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2470 (exit $ac_status); }; }; then
2471 ac_cv_search_strerror="-l$ac_lib"
2472break
2473else
2474 echo "$as_me: failed program was:" >&5
2475sed 's/^/| /' conftest.$ac_ext >&5
2476
5464f5a1 2477fi
f5385ebf
AM
2478rm -f conftest.err conftest.$ac_objext \
2479 conftest$ac_exeext conftest.$ac_ext
2480 done
5464f5a1 2481fi
f5385ebf
AM
2482LIBS=$ac_func_search_save_LIBS
2483fi
2484echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2485echo "${ECHO_T}$ac_cv_search_strerror" >&6
2486if test "$ac_cv_search_strerror" != no; then
2487 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
5464f5a1 2488
f5385ebf 2489fi
5464f5a1
NN
2490
2491
f5385ebf 2492am__api_version="1.9"
5464f5a1
NN
2493# Find a good install program. We prefer a C program (faster),
2494# so one script is as good as another. But avoid the broken or
2495# incompatible versions:
2496# SysV /etc/install, /usr/sbin/install
2497# SunOS /usr/etc/install
2498# IRIX /sbin/install
2499# AIX /bin/install
2500# AmigaOS /C/install, which installs bootblocks on floppy discs
252b5132
RH
2501# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2502# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2503# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5464f5a1 2504# OS/2's system install, which has a completely different semantic
252b5132 2505# ./install, which can be erroneously created by make from ./install.sh.
5464f5a1
NN
2506echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2507echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
252b5132 2508if test -z "$INSTALL"; then
5464f5a1
NN
2509if test "${ac_cv_path_install+set}" = set; then
2510 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2511else
5464f5a1
NN
2512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2513for as_dir in $PATH
2514do
2515 IFS=$as_save_IFS
2516 test -z "$as_dir" && as_dir=.
2517 # Account for people who put trailing slashes in PATH elements.
2518case $as_dir/ in
2519 ./ | .// | /cC/* | \
2520 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2521 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2522 /usr/ucb/* ) ;;
2523 *)
2524 # OSF1 and SCO ODT 3.0 have their own names for install.
2525 # Don't use installbsd from OSF since it installs stuff as root
2526 # by default.
2527 for ac_prog in ginstall scoinst install; do
2528 for ac_exec_ext in '' $ac_executable_extensions; do
2529 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 2530 if test $ac_prog = install &&
5464f5a1 2531 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
2532 # AIX install. It has an incompatible calling convention.
2533 :
5464f5a1
NN
2534 elif test $ac_prog = install &&
2535 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2536 # program-specific install script used by HP pwplus--don't use.
2537 :
252b5132 2538 else
5464f5a1
NN
2539 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2540 break 3
252b5132
RH
2541 fi
2542 fi
2543 done
5464f5a1
NN
2544 done
2545 ;;
2546esac
2547done
2548
252b5132
RH
2549
2550fi
2551 if test "${ac_cv_path_install+set}" = set; then
5464f5a1 2552 INSTALL=$ac_cv_path_install
252b5132
RH
2553 else
2554 # As a last resort, use the slow shell script. We don't cache a
2555 # path for INSTALL within a source directory, because that will
2556 # break other packages using the cache if that directory is
2557 # removed, or if the path is relative.
5464f5a1 2558 INSTALL=$ac_install_sh
252b5132
RH
2559 fi
2560fi
5464f5a1
NN
2561echo "$as_me:$LINENO: result: $INSTALL" >&5
2562echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
2563
2564# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2565# It thinks the first close brace ends the variable substitution.
2566test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2567
5464f5a1 2568test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2569
2570test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2571
5464f5a1
NN
2572echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2573echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
252b5132
RH
2574# Just in case
2575sleep 1
f5385ebf 2576echo timestamp > conftest.file
252b5132
RH
2577# Do `set' in a subshell so we don't clobber the current shell's
2578# arguments. Must try -L first in case configure is actually a
2579# symlink; some systems play weird games with the mod time of symlinks
2580# (eg FreeBSD returns the mod time of the symlink's containing
2581# directory).
2582if (
f5385ebf 2583 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
252b5132
RH
2584 if test "$*" = "X"; then
2585 # -L didn't work.
f5385ebf 2586 set X `ls -t $srcdir/configure conftest.file`
252b5132 2587 fi
f5385ebf
AM
2588 rm -f conftest.file
2589 if test "$*" != "X $srcdir/configure conftest.file" \
2590 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
2591
2592 # If neither matched, then we have a broken ls. This can happen
2593 # if, for instance, CONFIG_SHELL is bash and it inherits a
2594 # broken ls alias from the environment. This has actually
2595 # happened. Such a system could not be considered "sane".
5464f5a1
NN
2596 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2597alias in your environment" >&5
2598echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2599alias in your environment" >&2;}
2600 { (exit 1); exit 1; }; }
252b5132
RH
2601 fi
2602
f5385ebf 2603 test "$2" = conftest.file
252b5132
RH
2604 )
2605then
2606 # Ok.
2607 :
2608else
5464f5a1
NN
2609 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2610Check your system clock" >&5
2611echo "$as_me: error: newly created file is older than distributed files!
2612Check your system clock" >&2;}
2613 { (exit 1); exit 1; }; }
252b5132 2614fi
5464f5a1
NN
2615echo "$as_me:$LINENO: result: yes" >&5
2616echo "${ECHO_T}yes" >&6
252b5132 2617test "$program_prefix" != NONE &&
5464f5a1 2618 program_transform_name="s,^,$program_prefix,;$program_transform_name"
252b5132
RH
2619# Use a double $ so make ignores it.
2620test "$program_suffix" != NONE &&
5464f5a1
NN
2621 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2622# Double any \ or $. echo might interpret backslashes.
2623# By default was `s,x,x', remove it if useless.
2624cat <<\_ACEOF >conftest.sed
2625s/[\\$]/&&/g;s/;s,x,x,$//
2626_ACEOF
2627program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2628rm conftest.sed
2629
f5385ebf
AM
2630# expand $ac_aux_dir to an absolute path
2631am_aux_dir=`cd $ac_aux_dir && pwd`
2632
2633test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2634# Use eval to expand $SHELL
2635if eval "$MISSING --run true"; then
2636 am_missing_run="$MISSING --run "
2637else
2638 am_missing_run=
2639 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2640echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2641fi
2642
2643if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2644 # We used to keeping the `.' as first argument, in order to
2645 # allow $(mkdir_p) to be used without argument. As in
2646 # $(mkdir_p) $(somedir)
2647 # where $(somedir) is conditionally defined. However this is wrong
2648 # for two reasons:
2649 # 1. if the package is installed by a user who cannot write `.'
2650 # make install will fail,
2651 # 2. the above comment should most certainly read
2652 # $(mkdir_p) $(DESTDIR)$(somedir)
2653 # so it does not work when $(somedir) is undefined and
2654 # $(DESTDIR) is not.
2655 # To support the latter case, we have to write
2656 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2657 # so the `.' trick is pointless.
2658 mkdir_p='mkdir -p --'
2659else
2660 # On NextStep and OpenStep, the `mkdir' command does not
2661 # recognize any option. It will interpret all options as
2662 # directories to create, and then abort because `.' already
2663 # exists.
2664 for d in ./-p ./--version;
2665 do
2666 test -d $d && rmdir $d
2667 done
2668 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2669 if test -f "$ac_aux_dir/mkinstalldirs"; then
2670 mkdir_p='$(mkinstalldirs)'
2671 else
2672 mkdir_p='$(install_sh) -d'
2673 fi
2674fi
2675
2676for ac_prog in gawk mawk nawk awk
2677do
2678 # Extract the first word of "$ac_prog", so it can be a program name with args.
2679set dummy $ac_prog; ac_word=$2
2680echo "$as_me:$LINENO: checking for $ac_word" >&5
2681echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2682if test "${ac_cv_prog_AWK+set}" = set; then
2683 echo $ECHO_N "(cached) $ECHO_C" >&6
2684else
2685 if test -n "$AWK"; then
2686 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2687else
2688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689for as_dir in $PATH
2690do
2691 IFS=$as_save_IFS
2692 test -z "$as_dir" && as_dir=.
2693 for ac_exec_ext in '' $ac_executable_extensions; do
2694 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2695 ac_cv_prog_AWK="$ac_prog"
2696 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2697 break 2
2698 fi
2699done
2700done
2701
2702fi
2703fi
2704AWK=$ac_cv_prog_AWK
2705if test -n "$AWK"; then
2706 echo "$as_me:$LINENO: result: $AWK" >&5
2707echo "${ECHO_T}$AWK" >&6
2708else
2709 echo "$as_me:$LINENO: result: no" >&5
2710echo "${ECHO_T}no" >&6
2711fi
2712
2713 test -n "$AWK" && break
2714done
2715
5464f5a1
NN
2716echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2717echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2718set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2719if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2720 echo $ECHO_N "(cached) $ECHO_C" >&6
2721else
2722 cat >conftest.make <<\_ACEOF
252b5132 2723all:
5464f5a1
NN
2724 @echo 'ac_maketemp="$(MAKE)"'
2725_ACEOF
252b5132 2726# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5464f5a1 2727eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
252b5132
RH
2728if test -n "$ac_maketemp"; then
2729 eval ac_cv_prog_make_${ac_make}_set=yes
2730else
2731 eval ac_cv_prog_make_${ac_make}_set=no
2732fi
5464f5a1 2733rm -f conftest.make
252b5132
RH
2734fi
2735if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
5464f5a1
NN
2736 echo "$as_me:$LINENO: result: yes" >&5
2737echo "${ECHO_T}yes" >&6
252b5132
RH
2738 SET_MAKE=
2739else
5464f5a1
NN
2740 echo "$as_me:$LINENO: result: no" >&5
2741echo "${ECHO_T}no" >&6
252b5132
RH
2742 SET_MAKE="MAKE=${MAKE-make}"
2743fi
2744
f5385ebf
AM
2745rm -rf .tst 2>/dev/null
2746mkdir .tst 2>/dev/null
2747if test -d .tst; then
2748 am__leading_dot=.
2749else
2750 am__leading_dot=_
2751fi
2752rmdir .tst 2>/dev/null
2753
2754DEPDIR="${am__leading_dot}deps"
2755
2756 ac_config_commands="$ac_config_commands depfiles"
2757
2758
2759am_make=${MAKE-make}
2760cat > confinc << 'END'
2761am__doit:
2762 @echo done
2763.PHONY: am__doit
2764END
2765# If we don't find an include directive, just comment out the code.
2766echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2767echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2768am__include="#"
2769am__quote=
2770_am_result=none
2771# First try GNU make style include.
2772echo "include confinc" > confmf
2773# We grep out `Entering directory' and `Leaving directory'
2774# messages which can occur if `w' ends up in MAKEFLAGS.
2775# In particular we don't look at `^make:' because GNU make might
2776# be invoked under some other name (usually "gmake"), in which
2777# case it prints its new name instead of `make'.
2778if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2779 am__include=include
2780 am__quote=
2781 _am_result=GNU
2782fi
2783# Now try BSD make style include.
2784if test "$am__include" = "#"; then
2785 echo '.include "confinc"' > confmf
2786 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2787 am__include=.include
2788 am__quote="\""
2789 _am_result=BSD
2790 fi
2791fi
2792
2793
2794echo "$as_me:$LINENO: result: $_am_result" >&5
2795echo "${ECHO_T}$_am_result" >&6
2796rm -f confinc confmf
2797
2798# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2799if test "${enable_dependency_tracking+set}" = set; then
2800 enableval="$enable_dependency_tracking"
2801
2802fi;
2803if test "x$enable_dependency_tracking" != xno; then
2804 am_depcomp="$ac_aux_dir/depcomp"
2805 AMDEPBACKSLASH='\'
2806fi
2807
2808
2809if test "x$enable_dependency_tracking" != xno; then
2810 AMDEP_TRUE=
2811 AMDEP_FALSE='#'
2812else
2813 AMDEP_TRUE='#'
2814 AMDEP_FALSE=
2815fi
6be7c12c 2816
252b5132 2817
252b5132 2818
f5385ebf
AM
2819# test to see if srcdir already configured
2820if test "`cd $srcdir && pwd`" != "`pwd`" &&
2821 test -f $srcdir/config.status; then
5464f5a1
NN
2822 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2823echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2824 { (exit 1); exit 1; }; }
252b5132 2825fi
5464f5a1 2826
f5385ebf
AM
2827# test whether we have cygpath
2828if test -z "$CYGPATH_W"; then
2829 if (cygpath --version) >/dev/null 2>/dev/null; then
2830 CYGPATH_W='cygpath -w'
2831 else
2832 CYGPATH_W=echo
2833 fi
2834fi
2835
2836
2837# Define the identity of the package.
2838 PACKAGE=bfd
e1fffbe6 2839 VERSION=2.16.91
f5385ebf
AM
2840
2841
5464f5a1 2842cat >>confdefs.h <<_ACEOF
252b5132 2843#define PACKAGE "$PACKAGE"
5464f5a1 2844_ACEOF
252b5132 2845
5464f5a1
NN
2846
2847cat >>confdefs.h <<_ACEOF
252b5132 2848#define VERSION "$VERSION"
5464f5a1 2849_ACEOF
252b5132 2850
f5385ebf
AM
2851# Some tools Automake needs.
2852
2853ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2854
2855
2856AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2857
2858
2859AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2860
2861
2862AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2863
2864
2865MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
6be7c12c 2866
f5385ebf 2867install_sh=${install_sh-"$am_aux_dir/install-sh"}
6be7c12c 2868
f5385ebf
AM
2869# Installed binaries are usually stripped using `strip' when the user
2870# run `make install-strip'. However `strip' might not be the right
2871# tool to use in cross-compilation environments, therefore Automake
2872# will honor the `STRIP' environment variable to overrule this program.
2873if test "$cross_compiling" != no; then
2874 if test -n "$ac_tool_prefix"; then
2875 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2876set dummy ${ac_tool_prefix}strip; ac_word=$2
2877echo "$as_me:$LINENO: checking for $ac_word" >&5
2878echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2879if test "${ac_cv_prog_STRIP+set}" = set; then
2880 echo $ECHO_N "(cached) $ECHO_C" >&6
2881else
2882 if test -n "$STRIP"; then
2883 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
252b5132 2884else
f5385ebf
AM
2885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2886for as_dir in $PATH
2887do
2888 IFS=$as_save_IFS
2889 test -z "$as_dir" && as_dir=.
2890 for ac_exec_ext in '' $ac_executable_extensions; do
2891 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2892 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2893 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2894 break 2
2895 fi
2896done
2897done
2898
2899fi
2900fi
2901STRIP=$ac_cv_prog_STRIP
2902if test -n "$STRIP"; then
2903 echo "$as_me:$LINENO: result: $STRIP" >&5
2904echo "${ECHO_T}$STRIP" >&6
2905else
2906 echo "$as_me:$LINENO: result: no" >&5
2907echo "${ECHO_T}no" >&6
2908fi
2909
252b5132 2910fi
f5385ebf
AM
2911if test -z "$ac_cv_prog_STRIP"; then
2912 ac_ct_STRIP=$STRIP
2913 # Extract the first word of "strip", so it can be a program name with args.
2914set dummy strip; ac_word=$2
2915echo "$as_me:$LINENO: checking for $ac_word" >&5
2916echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2917if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2918 echo $ECHO_N "(cached) $ECHO_C" >&6
2919else
2920 if test -n "$ac_ct_STRIP"; then
2921 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2922else
2923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2924for as_dir in $PATH
2925do
2926 IFS=$as_save_IFS
2927 test -z "$as_dir" && as_dir=.
2928 for ac_exec_ext in '' $ac_executable_extensions; do
2929 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2930 ac_cv_prog_ac_ct_STRIP="strip"
2931 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2932 break 2
2933 fi
2934done
2935done
252b5132 2936
f5385ebf
AM
2937 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2938fi
2939fi
2940ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2941if test -n "$ac_ct_STRIP"; then
2942 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2943echo "${ECHO_T}$ac_ct_STRIP" >&6
252b5132 2944else
f5385ebf
AM
2945 echo "$as_me:$LINENO: result: no" >&5
2946echo "${ECHO_T}no" >&6
252b5132
RH
2947fi
2948
f5385ebf 2949 STRIP=$ac_ct_STRIP
252b5132 2950else
f5385ebf
AM
2951 STRIP="$ac_cv_prog_STRIP"
2952fi
2953
252b5132 2954fi
f5385ebf
AM
2955INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2956
2957# We need awk for the "check" target. The system "awk" is bad on
2958# some platforms.
2959# Always define AMTAR for backward compatibility.
2960
2961AMTAR=${AMTAR-"${am_missing_run}tar"}
2962
2963am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2964
252b5132 2965
f5385ebf
AM
2966
2967
2968depcc="$CC" am_compiler_list=
2969
2970echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2971echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2972if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2973 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2974else
f5385ebf
AM
2975 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2976 # We make a subdir and do the tests there. Otherwise we can end up
2977 # making bogus files that we don't know about and never remove. For
2978 # instance it was reported that on HP-UX the gcc test will end up
2979 # making a dummy file named `D' -- because `-MD' means `put the output
2980 # in D'.
2981 mkdir conftest.dir
2982 # Copy depcomp to subdir because otherwise we won't find it if we're
2983 # using a relative directory.
2984 cp "$am_depcomp" conftest.dir
2985 cd conftest.dir
2986 # We will build objects and dependencies in a subdirectory because
2987 # it helps to detect inapplicable dependency modes. For instance
2988 # both Tru64's cc and ICC support -MD to output dependencies as a
2989 # side effect of compilation, but ICC will put the dependencies in
2990 # the current directory while Tru64 will put them in the object
2991 # directory.
2992 mkdir sub
2993
2994 am_cv_CC_dependencies_compiler_type=none
2995 if test "$am_compiler_list" = ""; then
2996 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2997 fi
2998 for depmode in $am_compiler_list; do
2999 # Setup a source with many dependencies, because some compilers
3000 # like to wrap large dependency lists on column 80 (with \), and
3001 # we should not choose a depcomp mode which is confused by this.
3002 #
3003 # We need to recreate these files for each test, as the compiler may
3004 # overwrite some of them when testing with obscure command lines.
3005 # This happens at least with the AIX C compiler.
3006 : > sub/conftest.c
3007 for i in 1 2 3 4 5 6; do
3008 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3009 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3010 # Solaris 8's {/usr,}/bin/sh.
3011 touch sub/conftst$i.h
3012 done
3013 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3014
3015 case $depmode in
3016 nosideeffect)
3017 # after this tag, mechanisms are not by side-effect, so they'll
3018 # only be used when explicitly requested
3019 if test "x$enable_dependency_tracking" = xyes; then
3020 continue
3021 else
3022 break
3023 fi
3024 ;;
3025 none) break ;;
3026 esac
3027 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3028 # mode. It turns out that the SunPro C++ compiler does not properly
3029 # handle `-M -o', and we need to detect this.
3030 if depmode=$depmode \
3031 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3032 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3033 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3034 >/dev/null 2>conftest.err &&
3035 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3036 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3037 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3038 # icc doesn't choke on unknown options, it will just issue warnings
3039 # or remarks (even with -Werror). So we grep stderr for any message
3040 # that says an option was ignored or not supported.
3041 # When given -MP, icc 7.0 and 7.1 complain thusly:
3042 # icc: Command line warning: ignoring option '-M'; no argument required
3043 # The diagnosis changed in icc 8.0:
3044 # icc: Command line remark: option '-MP' not supported
3045 if (grep 'ignoring option' conftest.err ||
3046 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3047 am_cv_CC_dependencies_compiler_type=$depmode
3048 break
3049 fi
3050 fi
3051 done
3052
3053 cd ..
3054 rm -rf conftest.dir
3055else
3056 am_cv_CC_dependencies_compiler_type=none
3057fi
3058
252b5132 3059fi
f5385ebf
AM
3060echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3061echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3062CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 3063
f5385ebf
AM
3064
3065
3066if
3067 test "x$enable_dependency_tracking" != xno \
3068 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3069 am__fastdepCC_TRUE=
3070 am__fastdepCC_FALSE='#'
252b5132 3071else
f5385ebf
AM
3072 am__fastdepCC_TRUE='#'
3073 am__fastdepCC_FALSE=
252b5132
RH
3074fi
3075
6be7c12c 3076
e43d48cc 3077
f5385ebf 3078
5464f5a1
NN
3079if test -n "$ac_tool_prefix"; then
3080 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
252b5132 3081set dummy ${ac_tool_prefix}ar; ac_word=$2
5464f5a1
NN
3082echo "$as_me:$LINENO: checking for $ac_word" >&5
3083echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3084if test "${ac_cv_prog_AR+set}" = set; then
3085 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3086else
3087 if test -n "$AR"; then
3088 ac_cv_prog_AR="$AR" # Let the user override the test.
3089else
5464f5a1
NN
3090as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3091for as_dir in $PATH
3092do
3093 IFS=$as_save_IFS
3094 test -z "$as_dir" && as_dir=.
3095 for ac_exec_ext in '' $ac_executable_extensions; do
3096 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3097 ac_cv_prog_AR="${ac_tool_prefix}ar"
3098 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3099 break 2
3100 fi
3101done
3102done
3103
252b5132
RH
3104fi
3105fi
5464f5a1 3106AR=$ac_cv_prog_AR
252b5132 3107if test -n "$AR"; then
5464f5a1
NN
3108 echo "$as_me:$LINENO: result: $AR" >&5
3109echo "${ECHO_T}$AR" >&6
252b5132 3110else
5464f5a1
NN
3111 echo "$as_me:$LINENO: result: no" >&5
3112echo "${ECHO_T}no" >&6
3113fi
3114
252b5132 3115fi
5464f5a1
NN
3116if test -z "$ac_cv_prog_AR"; then
3117 ac_ct_AR=$AR
3118 # Extract the first word of "ar", so it can be a program name with args.
3119set dummy ar; ac_word=$2
3120echo "$as_me:$LINENO: checking for $ac_word" >&5
3121echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3122if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3123 echo $ECHO_N "(cached) $ECHO_C" >&6
3124else
3125 if test -n "$ac_ct_AR"; then
3126 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3127else
3128as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3129for as_dir in $PATH
3130do
3131 IFS=$as_save_IFS
3132 test -z "$as_dir" && as_dir=.
3133 for ac_exec_ext in '' $ac_executable_extensions; do
3134 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3135 ac_cv_prog_ac_ct_AR="ar"
3136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3137 break 2
3138 fi
3139done
3140done
252b5132 3141
5464f5a1
NN
3142fi
3143fi
3144ac_ct_AR=$ac_cv_prog_ac_ct_AR
3145if test -n "$ac_ct_AR"; then
3146 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3147echo "${ECHO_T}$ac_ct_AR" >&6
3148else
3149 echo "$as_me:$LINENO: result: no" >&5
3150echo "${ECHO_T}no" >&6
3151fi
252b5132 3152
5464f5a1
NN
3153 AR=$ac_ct_AR
3154else
3155 AR="$ac_cv_prog_AR"
3156fi
6be7c12c 3157
5464f5a1
NN
3158if test -n "$ac_tool_prefix"; then
3159 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
252b5132 3160set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5464f5a1
NN
3161echo "$as_me:$LINENO: checking for $ac_word" >&5
3162echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3163if test "${ac_cv_prog_RANLIB+set}" = set; then
3164 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3165else
3166 if test -n "$RANLIB"; then
3167 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3168else
5464f5a1
NN
3169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3170for as_dir in $PATH
3171do
3172 IFS=$as_save_IFS
3173 test -z "$as_dir" && as_dir=.
3174 for ac_exec_ext in '' $ac_executable_extensions; do
3175 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3176 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3177 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3178 break 2
3179 fi
3180done
3181done
3182
252b5132
RH
3183fi
3184fi
5464f5a1 3185RANLIB=$ac_cv_prog_RANLIB
252b5132 3186if test -n "$RANLIB"; then
5464f5a1
NN
3187 echo "$as_me:$LINENO: result: $RANLIB" >&5
3188echo "${ECHO_T}$RANLIB" >&6
252b5132 3189else
5464f5a1
NN
3190 echo "$as_me:$LINENO: result: no" >&5
3191echo "${ECHO_T}no" >&6
252b5132
RH
3192fi
3193
5464f5a1 3194fi
252b5132 3195if test -z "$ac_cv_prog_RANLIB"; then
5464f5a1 3196 ac_ct_RANLIB=$RANLIB
252b5132
RH
3197 # Extract the first word of "ranlib", so it can be a program name with args.
3198set dummy ranlib; ac_word=$2
5464f5a1
NN
3199echo "$as_me:$LINENO: checking for $ac_word" >&5
3200echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3201if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3202 echo $ECHO_N "(cached) $ECHO_C" >&6
6be7c12c 3203else
5464f5a1
NN
3204 if test -n "$ac_ct_RANLIB"; then
3205 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6be7c12c 3206else
5464f5a1
NN
3207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3208for as_dir in $PATH
3209do
3210 IFS=$as_save_IFS
3211 test -z "$as_dir" && as_dir=.
3212 for ac_exec_ext in '' $ac_executable_extensions; do
3213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3214 ac_cv_prog_ac_ct_RANLIB="ranlib"
3215 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3216 break 2
3217 fi
3218done
3219done
3220
3221 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
252b5132
RH
3222fi
3223fi
5464f5a1
NN
3224ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3225if test -n "$ac_ct_RANLIB"; then
3226 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3227echo "${ECHO_T}$ac_ct_RANLIB" >&6
252b5132 3228else
5464f5a1
NN
3229 echo "$as_me:$LINENO: result: no" >&5
3230echo "${ECHO_T}no" >&6
252b5132
RH
3231fi
3232
5464f5a1 3233 RANLIB=$ac_ct_RANLIB
252b5132 3234else
5464f5a1 3235 RANLIB="$ac_cv_prog_RANLIB"
6be7c12c
AO
3236fi
3237
252b5132
RH
3238
3239# Check whether --enable-shared or --disable-shared was given.
3240if test "${enable_shared+set}" = set; then
3241 enableval="$enable_shared"
3242 p=${PACKAGE-default}
55c80943 3243case $enableval in
252b5132
RH
3244yes) enable_shared=yes ;;
3245no) enable_shared=no ;;
3246*)
3247 enable_shared=no
3248 # Look at the argument we got. We use all the common list separators.
3249 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3250 for pkg in $enableval; do
3251 if test "X$pkg" = "X$p"; then
3252 enable_shared=yes
3253 fi
3254 done
3255 IFS="$ac_save_ifs"
3256 ;;
3257esac
3258else
3259 enable_shared=no
5464f5a1 3260fi;
252b5132
RH
3261
3262# Check whether --enable-static or --disable-static was given.
3263if test "${enable_static+set}" = set; then
3264 enableval="$enable_static"
3265 p=${PACKAGE-default}
55c80943 3266case $enableval in
252b5132
RH
3267yes) enable_static=yes ;;
3268no) enable_static=no ;;
3269*)
3270 enable_static=no
3271 # Look at the argument we got. We use all the common list separators.
3272 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3273 for pkg in $enableval; do
3274 if test "X$pkg" = "X$p"; then
3275 enable_static=yes
3276 fi
3277 done
3278 IFS="$ac_save_ifs"
3279 ;;
3280esac
3281else
3282 enable_static=yes
5464f5a1 3283fi;
b2ef150d
ILT
3284# Check whether --enable-fast-install or --disable-fast-install was given.
3285if test "${enable_fast_install+set}" = set; then
3286 enableval="$enable_fast_install"
3287 p=${PACKAGE-default}
55c80943 3288case $enableval in
b2ef150d
ILT
3289yes) enable_fast_install=yes ;;
3290no) enable_fast_install=no ;;
3291*)
3292 enable_fast_install=no
3293 # Look at the argument we got. We use all the common list separators.
3294 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3295 for pkg in $enableval; do
3296 if test "X$pkg" = "X$p"; then
3297 enable_fast_install=yes
3298 fi
3299 done
3300 IFS="$ac_save_ifs"
3301 ;;
3302esac
3303else
3304 enable_fast_install=yes
5464f5a1 3305fi;
c5d1701e 3306
252b5132
RH
3307# Check whether --with-gnu-ld or --without-gnu-ld was given.
3308if test "${with_gnu_ld+set}" = set; then
3309 withval="$with_gnu_ld"
3310 test "$withval" = no || with_gnu_ld=yes
3311else
3312 with_gnu_ld=no
5464f5a1 3313fi;
252b5132 3314ac_prog=ld
55c80943 3315if test "$GCC" = yes; then
252b5132 3316 # Check if gcc -print-prog-name=ld gives a path.
5464f5a1
NN
3317 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3318echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
ac48eca1
AO
3319 case $host in
3320 *-*-mingw*)
3321 # gcc leaves a trailing carriage return which upsets mingw
3322 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3323 *)
3324 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3325 esac
55c80943 3326 case $ac_prog in
b2ef150d 3327 # Accept absolute paths.
a74801ba 3328 [\\/]* | [A-Za-z]:[\\/]*)
b2ef150d
ILT
3329 re_direlt='/[^/][^/]*/\.\./'
3330 # Canonicalize the path of ld
3331 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3332 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3333 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3334 done
3335 test -z "$LD" && LD="$ac_prog"
3336 ;;
252b5132
RH
3337 "")
3338 # If it fails, then pretend we aren't using GCC.
3339 ac_prog=ld
3340 ;;
3341 *)
3342 # If it is relative, then search for the first ld in PATH.
3343 with_gnu_ld=unknown
3344 ;;
3345 esac
3346elif test "$with_gnu_ld" = yes; then
5464f5a1
NN
3347 echo "$as_me:$LINENO: checking for GNU ld" >&5
3348echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
252b5132 3349else
5464f5a1
NN
3350 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3351echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
252b5132 3352fi
5464f5a1
NN
3353if test "${lt_cv_path_LD+set}" = set; then
3354 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3355else
3356 if test -z "$LD"; then
a74801ba 3357 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
252b5132
RH
3358 for ac_dir in $PATH; do
3359 test -z "$ac_dir" && ac_dir=.
a74801ba 3360 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
55c80943 3361 lt_cv_path_LD="$ac_dir/$ac_prog"
252b5132
RH
3362 # Check to see if the program is GNU ld. I'd rather use --version,
3363 # but apparently some GNU ld's only accept -v.
3364 # Break only if it was the GNU/non-GNU ld that we prefer.
55c80943 3365 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
252b5132
RH
3366 test "$with_gnu_ld" != no && break
3367 else
b2ef150d 3368 test "$with_gnu_ld" != yes && break
252b5132
RH
3369 fi
3370 fi
3371 done
3372 IFS="$ac_save_ifs"
3373else
55c80943 3374 lt_cv_path_LD="$LD" # Let the user override the test with a path.
252b5132
RH
3375fi
3376fi
3377
55c80943 3378LD="$lt_cv_path_LD"
252b5132 3379if test -n "$LD"; then
5464f5a1
NN
3380 echo "$as_me:$LINENO: result: $LD" >&5
3381echo "${ECHO_T}$LD" >&6
252b5132 3382else
5464f5a1
NN
3383 echo "$as_me:$LINENO: result: no" >&5
3384echo "${ECHO_T}no" >&6
252b5132 3385fi
5464f5a1
NN
3386test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3387echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3388 { (exit 1); exit 1; }; }
3389echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3390echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3391if test "${lt_cv_prog_gnu_ld+set}" = set; then
3392 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3393else
3394 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3395if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
55c80943 3396 lt_cv_prog_gnu_ld=yes
252b5132 3397else
55c80943 3398 lt_cv_prog_gnu_ld=no
252b5132
RH
3399fi
3400fi
5464f5a1
NN
3401echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3402echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
55c80943 3403with_gnu_ld=$lt_cv_prog_gnu_ld
252b5132 3404
6be7c12c 3405
5464f5a1
NN
3406echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3407echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3408if test "${lt_cv_ld_reload_flag+set}" = set; then
3409 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3410else
3411 lt_cv_ld_reload_flag='-r'
3412fi
5464f5a1
NN
3413echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3414echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
ac48eca1
AO
3415reload_flag=$lt_cv_ld_reload_flag
3416test -n "$reload_flag" && reload_flag=" $reload_flag"
3417
5464f5a1
NN
3418echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3419echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3420if test "${lt_cv_path_NM+set}" = set; then
3421 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3422else
3423 if test -n "$NM"; then
3424 # Let the user override the test.
55c80943 3425 lt_cv_path_NM="$NM"
252b5132 3426else
a74801ba 3427 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
b2ef150d 3428 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
252b5132 3429 test -z "$ac_dir" && ac_dir=.
ac48eca1
AO
3430 tmp_nm=$ac_dir/${ac_tool_prefix}nm
3431 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
252b5132
RH
3432 # Check to see if the nm accepts a BSD-compat flag.
3433 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3434 # nm: unknown option "B" ignored
90f2472a
AO
3435 # Tru64's nm complains that /dev/null is an invalid object file
3436 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
55c80943 3437 lt_cv_path_NM="$tmp_nm -B"
b2ef150d 3438 break
ac48eca1 3439 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
55c80943 3440 lt_cv_path_NM="$tmp_nm -p"
b2ef150d 3441 break
252b5132 3442 else
55c80943 3443 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
b2ef150d 3444 continue # so that we can try to find one that supports BSD flags
252b5132 3445 fi
252b5132
RH
3446 fi
3447 done
3448 IFS="$ac_save_ifs"
55c80943 3449 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
252b5132
RH
3450fi
3451fi
3452
55c80943 3453NM="$lt_cv_path_NM"
5464f5a1
NN
3454echo "$as_me:$LINENO: result: $NM" >&5
3455echo "${ECHO_T}$NM" >&6
252b5132 3456
5464f5a1
NN
3457echo "$as_me:$LINENO: checking whether ln -s works" >&5
3458echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3459LN_S=$as_ln_s
3460if test "$LN_S" = "ln -s"; then
3461 echo "$as_me:$LINENO: result: yes" >&5
3462echo "${ECHO_T}yes" >&6
6be7c12c 3463else
5464f5a1
NN
3464 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3465echo "${ECHO_T}no, using $LN_S" >&6
252b5132
RH
3466fi
3467
5464f5a1
NN
3468echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3469echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3470if test "${lt_cv_deplibs_check_method+set}" = set; then
3471 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3472else
d64552c5 3473 lt_cv_file_magic_cmd='$MAGIC_CMD'
ac48eca1
AO
3474lt_cv_file_magic_test_file=
3475lt_cv_deplibs_check_method='unknown'
3476# Need to set the preceding variable on all platforms that support
3477# interlibrary dependencies.
3478# 'none' -- dependencies not supported.
3479# `unknown' -- same as none, but documents that we really don't know.
3480# 'pass_all' -- all dependencies passed with no checks.
3481# 'test_compile' -- check by making test program.
3482# 'file_magic [regex]' -- check by looking for files in library path
3483# which responds to the $file_magic_cmd with a given egrep regex.
3484# If you have `file' or equivalent on your system and you're not sure
3485# whether `pass_all' will *always* work, you probably want this one.
3486
55c80943
NC
3487case $host_os in
3488aix*)
ac48eca1
AO
3489 lt_cv_deplibs_check_method=pass_all
3490 ;;
3491
3492beos*)
3493 lt_cv_deplibs_check_method=pass_all
3494 ;;
3495
3496bsdi4*)
55c80943
NC
3497 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3498 lt_cv_file_magic_cmd='/usr/bin/file -L'
ac48eca1
AO
3499 lt_cv_file_magic_test_file=/shlib/libc.so
3500 ;;
3501
d64552c5 3502cygwin* | mingw* |pw32*)
ac48eca1 3503 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d64552c5 3504 lt_cv_file_magic_cmd='$OBJDUMP -f'
ac48eca1
AO
3505 ;;
3506
55c80943
NC
3507darwin* | rhapsody*)
3508 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
b3baf5d0
NC
3509 lt_cv_file_magic_cmd='/usr/bin/file -L'
3510 case "$host_os" in
3511 rhapsody* | darwin1.012)
3512 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
3513 ;;
3514 *) # Darwin 1.3 on
3515 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
3516 ;;
3517 esac
55c80943
NC
3518 ;;
3519
5464f5a1 3520freebsd* | kfreebsd*-gnu)
ac48eca1 3521 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
55c80943 3522 case $host_cpu in
ac48eca1 3523 i*86 )
90f2472a
AO
3524 # Not sure whether the presence of OpenBSD here was a mistake.
3525 # Let's accept both of them until this is cleared up.
55c80943
NC
3526 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3527 lt_cv_file_magic_cmd=/usr/bin/file
ac48eca1
AO
3528 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3529 ;;
3530 esac
3531 else
3532 lt_cv_deplibs_check_method=pass_all
3533 fi
3534 ;;
3535
3536gnu*)
3537 lt_cv_deplibs_check_method=pass_all
3538 ;;
3539
55c80943 3540hpux10.20*|hpux11*)
4867be41
DJ
3541 case $host_cpu in
3542 hppa*)
3543 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3544 lt_cv_file_magic_cmd=/usr/bin/file
3545 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3546 ;;
3547 ia64*)
3548 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3549 lt_cv_file_magic_cmd=/usr/bin/file
3550 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3551 ;;
3552 esac
ac48eca1
AO
3553 ;;
3554
3555irix5* | irix6*)
55c80943 3556 case $host_os in
ac48eca1
AO
3557 irix5*)
3558 # this will be overridden with pass_all, but let us keep it just in case
3559 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3560 ;;
3561 *)
55c80943 3562 case $LD in
ac48eca1
AO
3563 *-32|*"-32 ") libmagic=32-bit;;
3564 *-n32|*"-n32 ") libmagic=N32;;
3565 *-64|*"-64 ") libmagic=64-bit;;
3566 *) libmagic=never-match;;
3567 esac
3568 # this will be overridden with pass_all, but let us keep it just in case
55c80943
NC
3569 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3570 ;;
ac48eca1
AO
3571 esac
3572 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3573 lt_cv_deplibs_check_method=pass_all
3574 ;;
3575
3576# This must be Linux ELF.
90f2472a 3577linux-gnu*)
55c80943 3578 case $host_cpu in
c5d1701e 3579 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
ac48eca1
AO
3580 lt_cv_deplibs_check_method=pass_all ;;
3581 *)
3582 # glibc up to 2.1.1 does not perform some relocations on ARM
55c80943
NC
3583 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3584 esac
ac48eca1
AO
3585 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
3586 ;;
3587
5464f5a1 3588netbsd* | knetbsd*-gnu)
55c80943 3589 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
b3baf5d0 3590 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
ac48eca1 3591 else
b3baf5d0 3592 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
ac48eca1 3593 fi
55c80943
NC
3594 ;;
3595
3596newsos6)
3597 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3598 lt_cv_file_magic_cmd=/usr/bin/file
3599 lt_cv_file_magic_test_file=/usr/lib/libnls.so
ac48eca1
AO
3600 ;;
3601
3602osf3* | osf4* | osf5*)
3603 # this will be overridden with pass_all, but let us keep it just in case
3604 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3605 lt_cv_file_magic_test_file=/shlib/libc.so
3606 lt_cv_deplibs_check_method=pass_all
3607 ;;
3608
3609sco3.2v5*)
3610 lt_cv_deplibs_check_method=pass_all
3611 ;;
3612
3613solaris*)
3614 lt_cv_deplibs_check_method=pass_all
3615 lt_cv_file_magic_test_file=/lib/libc.so
3616 ;;
3617
6be7c12c
AO
3618sysv5uw[78]* | sysv4*uw2*)
3619 lt_cv_deplibs_check_method=pass_all
3620 ;;
3621
ac48eca1 3622sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
55c80943 3623 case $host_vendor in
ac48eca1
AO
3624 ncr)
3625 lt_cv_deplibs_check_method=pass_all
3626 ;;
3627 motorola)
55c80943
NC
3628 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
3629 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
ac48eca1
AO
3630 ;;
3631 esac
3632 ;;
3633esac
3634
3635fi
5464f5a1
NN
3636echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3637echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
ac48eca1
AO
3638file_magic_cmd=$lt_cv_file_magic_cmd
3639deplibs_check_method=$lt_cv_deplibs_check_method
3640
6be7c12c
AO
3641
3642
6be7c12c
AO
3643
3644# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3645
3646# Only perform the check for file, if the check method requires it
3647case $deplibs_check_method in
3648file_magic*)
3649 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
5464f5a1
NN
3650 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3651echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3652if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3653 echo $ECHO_N "(cached) $ECHO_C" >&6
6be7c12c
AO
3654else
3655 case $MAGIC_CMD in
3656 /*)
3657 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
3658 ;;
3659 ?:/*)
3660 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
3661 ;;
3662 *)
d64552c5 3663 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3664 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3665 ac_dummy="/usr/bin:$PATH"
3666 for ac_dir in $ac_dummy; do
3667 test -z "$ac_dir" && ac_dir=.
3668 if test -f $ac_dir/${ac_tool_prefix}file; then
d64552c5 3669 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
ac48eca1 3670 if test -n "$file_magic_test_file"; then
55c80943 3671 case $deplibs_check_method in
ac48eca1
AO
3672 "file_magic "*)
3673 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3674 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3675 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3676 egrep "$file_magic_regex" > /dev/null; then
3677 :
3678 else
3679 cat <<EOF 1>&2
3680
3681*** Warning: the command libtool uses to detect shared libraries,
3682*** $file_magic_cmd, produces output that libtool cannot recognize.
3683*** The result is that libtool may fail to recognize shared libraries
3684*** as such. This will affect the creation of libtool libraries that
3685*** depend on shared libraries, but programs linked with such libtool
3686*** libraries will work regardless of this problem. Nevertheless, you
3687*** may want to report the problem to your system manager and/or to
3688*** bug-libtool@gnu.org
3689
3690EOF
3691 fi ;;
3692 esac
3693 fi
3694 break
3695 fi
3696 done
3697 IFS="$ac_save_ifs"
d64552c5 3698 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3699 ;;
3700esac
3701fi
3702
d64552c5
AO
3703MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3704if test -n "$MAGIC_CMD"; then
5464f5a1
NN
3705 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3706echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3707else
5464f5a1
NN
3708 echo "$as_me:$LINENO: result: no" >&5
3709echo "${ECHO_T}no" >&6
ac48eca1
AO
3710fi
3711
d64552c5 3712if test -z "$lt_cv_path_MAGIC_CMD"; then
ac48eca1 3713 if test -n "$ac_tool_prefix"; then
5464f5a1
NN
3714 echo "$as_me:$LINENO: checking for file" >&5
3715echo $ECHO_N "checking for file... $ECHO_C" >&6
3716if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3717 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3718else
55c80943 3719 case $MAGIC_CMD in
ac48eca1 3720 /*)
d64552c5 3721 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3722 ;;
3723 ?:/*)
d64552c5 3724 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3725 ;;
3726 *)
d64552c5 3727 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3728 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3729 ac_dummy="/usr/bin:$PATH"
3730 for ac_dir in $ac_dummy; do
3731 test -z "$ac_dir" && ac_dir=.
3732 if test -f $ac_dir/file; then
d64552c5 3733 lt_cv_path_MAGIC_CMD="$ac_dir/file"
ac48eca1 3734 if test -n "$file_magic_test_file"; then
55c80943 3735 case $deplibs_check_method in
ac48eca1
AO
3736 "file_magic "*)
3737 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3738 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3739 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3740 egrep "$file_magic_regex" > /dev/null; then
3741 :
3742 else
3743 cat <<EOF 1>&2
3744
3745*** Warning: the command libtool uses to detect shared libraries,
3746*** $file_magic_cmd, produces output that libtool cannot recognize.
3747*** The result is that libtool may fail to recognize shared libraries
3748*** as such. This will affect the creation of libtool libraries that
3749*** depend on shared libraries, but programs linked with such libtool
3750*** libraries will work regardless of this problem. Nevertheless, you
3751*** may want to report the problem to your system manager and/or to
3752*** bug-libtool@gnu.org
3753
3754EOF
3755 fi ;;
3756 esac
3757 fi
3758 break
3759 fi
3760 done
3761 IFS="$ac_save_ifs"
d64552c5 3762 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3763 ;;
3764esac
3765fi
3766
d64552c5
AO
3767MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3768if test -n "$MAGIC_CMD"; then
5464f5a1
NN
3769 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3770echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3771else
5464f5a1
NN
3772 echo "$as_me:$LINENO: result: no" >&5
3773echo "${ECHO_T}no" >&6
ac48eca1
AO
3774fi
3775
3776 else
d64552c5 3777 MAGIC_CMD=:
ac48eca1
AO
3778 fi
3779fi
3780
3781 fi
3782 ;;
3783esac
3784
5464f5a1
NN
3785if test -n "$ac_tool_prefix"; then
3786 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
ac48eca1 3787set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5464f5a1
NN
3788echo "$as_me:$LINENO: checking for $ac_word" >&5
3789echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3790if test "${ac_cv_prog_RANLIB+set}" = set; then
3791 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3792else
3793 if test -n "$RANLIB"; then
3794 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3795else
5464f5a1
NN
3796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3797for as_dir in $PATH
3798do
3799 IFS=$as_save_IFS
3800 test -z "$as_dir" && as_dir=.
3801 for ac_exec_ext in '' $ac_executable_extensions; do
3802 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3803 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3804 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3805 break 2
3806 fi
3807done
3808done
3809
ac48eca1
AO
3810fi
3811fi
5464f5a1 3812RANLIB=$ac_cv_prog_RANLIB
ac48eca1 3813if test -n "$RANLIB"; then
5464f5a1
NN
3814 echo "$as_me:$LINENO: result: $RANLIB" >&5
3815echo "${ECHO_T}$RANLIB" >&6
ac48eca1 3816else
5464f5a1
NN
3817 echo "$as_me:$LINENO: result: no" >&5
3818echo "${ECHO_T}no" >&6
ac48eca1
AO
3819fi
3820
5464f5a1 3821fi
ac48eca1 3822if test -z "$ac_cv_prog_RANLIB"; then
5464f5a1 3823 ac_ct_RANLIB=$RANLIB
ac48eca1
AO
3824 # Extract the first word of "ranlib", so it can be a program name with args.
3825set dummy ranlib; ac_word=$2
5464f5a1
NN
3826echo "$as_me:$LINENO: checking for $ac_word" >&5
3827echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3828if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3829 echo $ECHO_N "(cached) $ECHO_C" >&6
6be7c12c 3830else
5464f5a1
NN
3831 if test -n "$ac_ct_RANLIB"; then
3832 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6be7c12c 3833else
5464f5a1
NN
3834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3835for as_dir in $PATH
3836do
3837 IFS=$as_save_IFS
3838 test -z "$as_dir" && as_dir=.
3839 for ac_exec_ext in '' $ac_executable_extensions; do
3840 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3841 ac_cv_prog_ac_ct_RANLIB="ranlib"
3842 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3843 break 2
3844 fi
3845done
3846done
3847
3848 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
ac48eca1
AO
3849fi
3850fi
5464f5a1
NN
3851ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3852if test -n "$ac_ct_RANLIB"; then
3853 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3854echo "${ECHO_T}$ac_ct_RANLIB" >&6
ac48eca1 3855else
5464f5a1
NN
3856 echo "$as_me:$LINENO: result: no" >&5
3857echo "${ECHO_T}no" >&6
ac48eca1
AO
3858fi
3859
5464f5a1 3860 RANLIB=$ac_ct_RANLIB
ac48eca1 3861else
5464f5a1 3862 RANLIB="$ac_cv_prog_RANLIB"
ac48eca1
AO
3863fi
3864
5464f5a1
NN
3865if test -n "$ac_tool_prefix"; then
3866 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
ac48eca1 3867set dummy ${ac_tool_prefix}strip; ac_word=$2
5464f5a1
NN
3868echo "$as_me:$LINENO: checking for $ac_word" >&5
3869echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3870if test "${ac_cv_prog_STRIP+set}" = set; then
3871 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3872else
3873 if test -n "$STRIP"; then
3874 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3875else
5464f5a1
NN
3876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877for as_dir in $PATH
3878do
3879 IFS=$as_save_IFS
3880 test -z "$as_dir" && as_dir=.
3881 for ac_exec_ext in '' $ac_executable_extensions; do
3882 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3883 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3885 break 2
3886 fi
3887done
3888done
3889
ac48eca1
AO
3890fi
3891fi
5464f5a1 3892STRIP=$ac_cv_prog_STRIP
ac48eca1 3893if test -n "$STRIP"; then
5464f5a1
NN
3894 echo "$as_me:$LINENO: result: $STRIP" >&5
3895echo "${ECHO_T}$STRIP" >&6
ac48eca1 3896else
5464f5a1
NN
3897 echo "$as_me:$LINENO: result: no" >&5
3898echo "${ECHO_T}no" >&6
ac48eca1
AO
3899fi
3900
5464f5a1 3901fi
ac48eca1 3902if test -z "$ac_cv_prog_STRIP"; then
5464f5a1 3903 ac_ct_STRIP=$STRIP
ac48eca1
AO
3904 # Extract the first word of "strip", so it can be a program name with args.
3905set dummy strip; ac_word=$2
5464f5a1
NN
3906echo "$as_me:$LINENO: checking for $ac_word" >&5
3907echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3908if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3909 echo $ECHO_N "(cached) $ECHO_C" >&6
6be7c12c 3910else
5464f5a1
NN
3911 if test -n "$ac_ct_STRIP"; then
3912 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6be7c12c 3913else
5464f5a1
NN
3914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3915for as_dir in $PATH
3916do
3917 IFS=$as_save_IFS
3918 test -z "$as_dir" && as_dir=.
3919 for ac_exec_ext in '' $ac_executable_extensions; do
3920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3921 ac_cv_prog_ac_ct_STRIP="strip"
3922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3923 break 2
3924 fi
3925done
3926done
3927
3928 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
ac48eca1
AO
3929fi
3930fi
5464f5a1
NN
3931ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3932if test -n "$ac_ct_STRIP"; then
3933 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3934echo "${ECHO_T}$ac_ct_STRIP" >&6
ac48eca1 3935else
5464f5a1
NN
3936 echo "$as_me:$LINENO: result: no" >&5
3937echo "${ECHO_T}no" >&6
ac48eca1
AO
3938fi
3939
5464f5a1 3940 STRIP=$ac_ct_STRIP
ac48eca1 3941else
5464f5a1 3942 STRIP="$ac_cv_prog_STRIP"
ac48eca1 3943fi
252b5132 3944
6be7c12c 3945
252b5132 3946# Check for any special flags to pass to ltconfig.
b2ef150d 3947libtool_flags="--cache-file=$cache_file"
252b5132
RH
3948test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
3949test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
b2ef150d 3950test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
55c80943
NC
3951test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
3952test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
252b5132 3953
6be7c12c 3954
a74801ba
ILT
3955# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3956if test "${enable_libtool_lock+set}" = set; then
3957 enableval="$enable_libtool_lock"
a74801ba 3958
5464f5a1 3959fi;
a74801ba
ILT
3960test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
3961test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
3962
5464f5a1 3963
ac48eca1
AO
3964# Check whether --with-pic or --without-pic was given.
3965if test "${with_pic+set}" = set; then
3966 withval="$with_pic"
3967 pic_mode="$withval"
3968else
5464f5a1
NN
3969 pic_mode=default
3970fi;
ac48eca1
AO
3971test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
3972test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
3973
252b5132
RH
3974# Some flags need to be propagated to the compiler or linker for good
3975# libtool support.
55c80943 3976case $host in
252b5132
RH
3977*-*-irix6*)
3978 # Find out which ABI we are using.
49c96104 3979 echo '#line 3979 "configure"' > conftest.$ac_ext
5464f5a1
NN
3980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3981 (eval $ac_compile) 2>&5
3982 ac_status=$?
3983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3984 (exit $ac_status); }; then
6a457e5c
NC
3985 if test "$lt_cv_prog_gnu_ld" = yes; then
3986 case `/usr/bin/file conftest.$ac_objext` in
3987 *32-bit*)
3988 LD="${LD-ld} -melf32bsmip"
3989 ;;
3990 *N32*)
3991 LD="${LD-ld} -melf32bmipn32"
3992 ;;
3993 *64-bit*)
3994 LD="${LD-ld} -melf64bmip"
3995 ;;
3996 esac
3997 else
55c80943 3998 case `/usr/bin/file conftest.$ac_objext` in
252b5132
RH
3999 *32-bit*)
4000 LD="${LD-ld} -32"
4001 ;;
4002 *N32*)
4003 LD="${LD-ld} -n32"
4004 ;;
4005 *64-bit*)
4006 LD="${LD-ld} -64"
4007 ;;
4008 esac
6a457e5c 4009 fi
252b5132
RH
4010 fi
4011 rm -rf conftest*
4012 ;;
4013
4867be41
DJ
4014ia64-*-hpux*)
4015 # Find out which ABI we are using.
4016 echo 'int i;' > conftest.$ac_ext
5464f5a1
NN
4017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4018 (eval $ac_compile) 2>&5
4019 ac_status=$?
4020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4021 (exit $ac_status); }; then
4867be41
DJ
4022 case "`/usr/bin/file conftest.o`" in
4023 *ELF-32*)
4024 HPUX_IA64_MODE="32"
4025 ;;
4026 *ELF-64*)
4027 HPUX_IA64_MODE="64"
4028 ;;
4029 esac
4030 fi
4031 rm -rf conftest*
4032 ;;
4033
252b5132
RH
4034*-*-sco3.2v5*)
4035 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
b2ef150d 4036 SAVE_CFLAGS="$CFLAGS"
252b5132 4037 CFLAGS="$CFLAGS -belf"
5464f5a1
NN
4038 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4039echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4040if test "${lt_cv_cc_needs_belf+set}" = set; then
4041 echo $ECHO_N "(cached) $ECHO_C" >&6
b2ef150d 4042else
5464f5a1
NN
4043
4044
ac48eca1 4045 ac_ext=c
ac48eca1 4046ac_cpp='$CPP $CPPFLAGS'
5464f5a1
NN
4047ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4048ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4049ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4050
5464f5a1
NN
4051 cat >conftest.$ac_ext <<_ACEOF
4052/* confdefs.h. */
4053_ACEOF
4054cat confdefs.h >>conftest.$ac_ext
4055cat >>conftest.$ac_ext <<_ACEOF
4056/* end confdefs.h. */
b2ef150d 4057
5464f5a1
NN
4058int
4059main ()
4060{
b2ef150d 4061
5464f5a1
NN
4062 ;
4063 return 0;
4064}
4065_ACEOF
4066rm -f conftest.$ac_objext conftest$ac_exeext
4067if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4068 (eval $ac_link) 2>conftest.er1
4069 ac_status=$?
4070 grep -v '^ *+' conftest.er1 >conftest.err
4071 rm -f conftest.er1
4072 cat conftest.err >&5
4073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4074 (exit $ac_status); } &&
49c96104
SE
4075 { ac_try='test -z "$ac_c_werror_flag"
4076 || test ! -s conftest.err'
5464f5a1
NN
4077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4078 (eval $ac_try) 2>&5
4079 ac_status=$?
4080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4081 (exit $ac_status); }; } &&
4082 { ac_try='test -s conftest$ac_exeext'
4083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4084 (eval $ac_try) 2>&5
4085 ac_status=$?
4086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4087 (exit $ac_status); }; }; then
b2ef150d
ILT
4088 lt_cv_cc_needs_belf=yes
4089else
5464f5a1
NN
4090 echo "$as_me: failed program was:" >&5
4091sed 's/^/| /' conftest.$ac_ext >&5
4092
4093lt_cv_cc_needs_belf=no
b2ef150d 4094fi
5464f5a1
NN
4095rm -f conftest.err conftest.$ac_objext \
4096 conftest$ac_exeext conftest.$ac_ext
ac48eca1 4097 ac_ext=c
ac48eca1 4098ac_cpp='$CPP $CPPFLAGS'
5464f5a1
NN
4099ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4100ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4101ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4102
b2ef150d 4103fi
5464f5a1
NN
4104echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4105echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
b2ef150d
ILT
4106 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4107 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4108 CFLAGS="$SAVE_CFLAGS"
4109 fi
252b5132
RH
4110 ;;
4111
6be7c12c 4112
252b5132
RH
4113esac
4114
6be7c12c 4115
b2ef150d 4116# Save cache, so that ltconfig can load it
5464f5a1 4117cat >confcache <<\_ACEOF
b2ef150d
ILT
4118# This file is a shell script that caches the results of configure
4119# tests run on this system so they can be shared between configure
5464f5a1
NN
4120# scripts and configure runs, see configure's option --config-cache.
4121# It is not useful on other systems. If it contains results you don't
4122# want to keep, you may remove or edit it.
b2ef150d 4123#
5464f5a1
NN
4124# config.status only pays attention to the cache file if you give it
4125# the --recheck option to rerun configure.
b2ef150d 4126#
5464f5a1
NN
4127# `ac_cv_env_foo' variables (set or unset) will be overridden when
4128# loading this file, other *unset* `ac_cv_foo' will be assigned the
4129# following values.
4130
4131_ACEOF
4132
b2ef150d
ILT
4133# The following way of writing the cache mishandles newlines in values,
4134# but we know of no workaround that is simple, portable, and efficient.
4135# So, don't put newlines in cache variables' values.
4136# Ultrix sh set writes to stderr and can't be redirected directly,
4137# and sets the high bit in the cache file unless we assign to the vars.
5464f5a1
NN
4138{
4139 (set) 2>&1 |
4140 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4141 *ac_space=\ *)
4142 # `set' does not quote correctly, so add quotes (double-quote
4143 # substitution turns \\\\ into \\, and sed turns \\ into \).
4144 sed -n \
4145 "s/'/'\\\\''/g;
4146 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4147 ;;
4148 *)
4149 # `set' quotes correctly as required by POSIX, so do not add quotes.
4150 sed -n \
4151 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4152 ;;
4153 esac;
4154} |
4155 sed '
4156 t clear
4157 : clear
4158 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4159 t end
4160 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4161 : end' >>confcache
4162if diff $cache_file confcache >/dev/null 2>&1; then :; else
b2ef150d 4163 if test -w $cache_file; then
5464f5a1
NN
4164 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4165 cat confcache >$cache_file
b2ef150d
ILT
4166 else
4167 echo "not updating unwritable cache $cache_file"
4168 fi
4169fi
4170rm -f confcache
4171
252b5132 4172# Actually configure libtool. ac_aux_dir is where install-sh is found.
ac48eca1 4173AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
d64552c5 4174MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
ac48eca1
AO
4175LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
4176AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
4177objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
4178deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
252b5132 4179${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
ac48eca1 4180$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
5464f5a1
NN
4181|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4182echo "$as_me: error: libtool configure failed" >&2;}
4183 { (exit 1); exit 1; }; }
252b5132 4184
b2ef150d
ILT
4185# Reload cache, that may have been modified by ltconfig
4186if test -r "$cache_file"; then
5464f5a1
NN
4187 # Some versions of bash will fail to source /dev/null (special
4188 # files actually), so we avoid doing that.
4189 if test -f "$cache_file"; then
4190 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4191echo "$as_me: loading cache $cache_file" >&6;}
4192 case $cache_file in
4193 [\\/]* | ?:[\\/]* ) . $cache_file;;
4194 *) . ./$cache_file;;
4195 esac
4196 fi
b2ef150d 4197else
5464f5a1
NN
4198 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4199echo "$as_me: creating cache $cache_file" >&6;}
4200 >$cache_file
b2ef150d
ILT
4201fi
4202
6be7c12c 4203
b2ef150d 4204# This can be used to rebuild libtool when needed
ac48eca1 4205LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
b2ef150d
ILT
4206
4207# Always use our own libtool.
4208LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4209
252b5132
RH
4210# Redirect the config.log output again, so that the ltconfig log is not
4211# clobbered by the next message.
4212exec 5>>./config.log
4213
6be7c12c 4214
5464f5a1
NN
4215
4216
4217
4218
6be7c12c 4219
252b5132
RH
4220# Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
4221if test "${enable_64_bit_bfd+set}" = set; then
4222 enableval="$enable_64_bit_bfd"
4223 case "${enableval}" in
4224 yes) want64=true ;;
4225 no) want64=false ;;
5464f5a1
NN
4226 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
4227echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
4228 { (exit 1); exit 1; }; } ;;
252b5132
RH
4229esac
4230else
4231 want64=false
5464f5a1 4232fi; # Check whether --enable-targets or --disable-targets was given.
252b5132
RH
4233if test "${enable_targets+set}" = set; then
4234 enableval="$enable_targets"
4235 case "${enableval}" in
5464f5a1
NN
4236 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4237echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4238 { (exit 1); exit 1; }; }
252b5132
RH
4239 ;;
4240 no) enable_targets= ;;
4241 *) enable_targets=$enableval ;;
4242esac
5464f5a1 4243fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
252b5132
RH
4244if test "${enable_commonbfdlib+set}" = set; then
4245 enableval="$enable_commonbfdlib"
4246 case "${enableval}" in
4247 yes) commonbfdlib=true ;;
4248 no) commonbfdlib=false ;;
5464f5a1
NN
4249 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
4250echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
4251 { (exit 1); exit 1; }; } ;;
252b5132 4252esac
5464f5a1 4253fi;
252b5132
RH
4254# Check whether --with-mmap or --without-mmap was given.
4255if test "${with_mmap+set}" = set; then
4256 withval="$with_mmap"
4257 case "${withval}" in
4258 yes) want_mmap=true ;;
4259 no) want_mmap=false ;;
5464f5a1
NN
4260 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for BFD with-mmap option" >&5
4261echo "$as_me: error: bad value ${withval} for BFD with-mmap option" >&2;}
4262 { (exit 1); exit 1; }; } ;;
252b5132
RH
4263esac
4264else
4265 want_mmap=false
5464f5a1 4266fi;
6ec7057a
RH
4267# Check whether --enable-secureplt or --disable-secureplt was given.
4268if test "${enable_secureplt+set}" = set; then
4269 enableval="$enable_secureplt"
4270 case "${enableval}" in
4271 yes) use_secureplt=true ;;
4272 no) use_secureplt=false ;;
4273 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for secureplt option" >&5
4274echo "$as_me: error: bad value ${enableval} for secureplt option" >&2;}
4275 { (exit 1); exit 1; }; } ;;
4276esac
4277else
4278 use_secureplt=false
4279fi; if test $use_secureplt = true; then
4280
4281cat >>confdefs.h <<\_ACEOF
4282#define USE_SECUREPLT 1
4283_ACEOF
4284
4285fi
4286
9e9b66a9 4287
49c96104 4288GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
1ad12f97 4289
569acd2c
NC
4290# Check whether --enable-werror or --disable-werror was given.
4291if test "${enable_werror+set}" = set; then
4292 enableval="$enable_werror"
1ad12f97
NC
4293 case "${enableval}" in
4294 yes | y) ERROR_ON_WARNING="yes" ;;
4295 no | n) ERROR_ON_WARNING="no" ;;
569acd2c
NC
4296 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4297echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
1ad12f97
NC
4298 { (exit 1); exit 1; }; } ;;
4299 esac
4300fi;
4301
9e9b66a9
AM
4302# Enable -Werror by default when using gcc
4303if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4304 ERROR_ON_WARNING=yes
4305fi
4306
4307NO_WERROR=
4308if test "${ERROR_ON_WARNING}" = yes ; then
49c96104 4309 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
9e9b66a9 4310 NO_WERROR="-Wno-error"
1ad12f97
NC
4311fi
4312
49c96104
SE
4313if test "${GCC}" = yes ; then
4314 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
4315fi
4316
a2d91340
AC
4317# Check whether --enable-build-warnings or --disable-build-warnings was given.
4318if test "${enable_build_warnings+set}" = set; then
4319 enableval="$enable_build_warnings"
4320 case "${enableval}" in
49c96104
SE
4321 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
4322 no) if test "${GCC}" = yes ; then
4323 WARN_CFLAGS="-w"
4324 fi;;
a2d91340 4325 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
49c96104 4326 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
a2d91340 4327 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
49c96104 4328 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
9e9b66a9 4329 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
a2d91340 4330esac
9e9b66a9
AM
4331fi;
4332
4333if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
4334 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
a2d91340
AC
4335fi
4336
4337
9e9b66a9
AM
4338
4339
4340
5464f5a1 4341 ac_config_headers="$ac_config_headers config.h:config.in"
6be7c12c 4342
252b5132
RH
4343
4344if test -z "$target" ; then
5464f5a1
NN
4345 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
4346echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
4347 { (exit 1); exit 1; }; }
252b5132 4348fi
252b5132 4349
5464f5a1
NN
4350echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
4351echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
252b5132
RH
4352 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4353if test "${enable_maintainer_mode+set}" = set; then
4354 enableval="$enable_maintainer_mode"
4355 USE_MAINTAINER_MODE=$enableval
4356else
4357 USE_MAINTAINER_MODE=no
5464f5a1
NN
4358fi;
4359 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
4360echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
6be7c12c 4361
252b5132
RH
4362
4363if test $USE_MAINTAINER_MODE = yes; then
4364 MAINTAINER_MODE_TRUE=
4365 MAINTAINER_MODE_FALSE='#'
4366else
4367 MAINTAINER_MODE_TRUE='#'
4368 MAINTAINER_MODE_FALSE=
4369fi
f5385ebf 4370
252b5132 4371 MAINT=$MAINTAINER_MODE_TRUE
252b5132 4372
5464f5a1 4373
24443139
AS
4374 case ${build_alias} in
4375 "") build_noncanonical=${build} ;;
4376 *) build_noncanonical=${build_alias} ;;
4377esac
4378
4379 case ${host_alias} in
4380 "") host_noncanonical=${build_noncanonical} ;;
4381 *) host_noncanonical=${host_alias} ;;
4382esac
4383
4384 case ${target_alias} in
4385 "") target_noncanonical=${host_noncanonical} ;;
4386 *) target_noncanonical=${target_alias} ;;
4387esac
4388
5464f5a1
NN
4389echo "$as_me:$LINENO: checking whether to install libbfd" >&5
4390echo $ECHO_N "checking whether to install libbfd... $ECHO_C" >&6
a703a6ea
AM
4391 # Check whether --enable-install-libbfd or --disable-install-libbfd was given.
4392if test "${enable_install_libbfd+set}" = set; then
4393 enableval="$enable_install_libbfd"
4394 install_libbfd_p=$enableval
4395else
66e25bab 4396 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
a703a6ea
AM
4397 install_libbfd_p=yes
4398 else
4399 install_libbfd_p=no
4400 fi
5464f5a1
NN
4401fi;
4402 echo "$as_me:$LINENO: result: $install_libbfd_p" >&5
4403echo "${ECHO_T}$install_libbfd_p" >&6
a703a6ea 4404
a703a6ea
AM
4405
4406if test $install_libbfd_p = yes; then
4407 INSTALL_LIBBFD_TRUE=
4408 INSTALL_LIBBFD_FALSE='#'
4409else
4410 INSTALL_LIBBFD_TRUE='#'
4411 INSTALL_LIBBFD_FALSE=
4412fi
f5385ebf 4413
5464f5a1 4414 # Need _noncanonical variables for this.
24443139
AS
4415
4416
4417
4418
a703a6ea
AM
4419 # libbfd.a is a host library containing target dependent code
4420 bfdlibdir='$(libdir)'
4421 bfdincludedir='$(includedir)'
4422 if test "${host}" != "${target}"; then
5464f5a1
NN
4423 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
4424 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
a703a6ea 4425 fi
a703a6ea
AM
4426
4427
252b5132
RH
4428
4429
5464f5a1
NN
4430
4431
4432host64=false
4433target64=false
4434bfd_default_target_size=32
4435
4436# host stuff:
4437
4438ac_ext=c
4439ac_cpp='$CPP $CPPFLAGS'
4440ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4441ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4442ac_compiler_gnu=$ac_cv_c_compiler_gnu
4443if test -n "$ac_tool_prefix"; then
4444 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4445set dummy ${ac_tool_prefix}gcc; ac_word=$2
4446echo "$as_me:$LINENO: checking for $ac_word" >&5
4447echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4448if test "${ac_cv_prog_CC+set}" = set; then
4449 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 4450else
5464f5a1
NN
4451 if test -n "$CC"; then
4452 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4453else
5464f5a1
NN
4454as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4455for as_dir in $PATH
4456do
4457 IFS=$as_save_IFS
4458 test -z "$as_dir" && as_dir=.
4459 for ac_exec_ext in '' $ac_executable_extensions; do
4460 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4461 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4462 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4463 break 2
6be7c12c 4464 fi
5464f5a1
NN
4465done
4466done
4467
252b5132 4468fi
b3baf5d0 4469fi
5464f5a1
NN
4470CC=$ac_cv_prog_CC
4471if test -n "$CC"; then
4472 echo "$as_me:$LINENO: result: $CC" >&5
4473echo "${ECHO_T}$CC" >&6
4474else
4475 echo "$as_me:$LINENO: result: no" >&5
4476echo "${ECHO_T}no" >&6
4477fi
252b5132 4478
5464f5a1
NN
4479fi
4480if test -z "$ac_cv_prog_CC"; then
4481 ac_ct_CC=$CC
4482 # Extract the first word of "gcc", so it can be a program name with args.
4483set dummy gcc; ac_word=$2
4484echo "$as_me:$LINENO: checking for $ac_word" >&5
4485echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4486if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4487 echo $ECHO_N "(cached) $ECHO_C" >&6
4488else
4489 if test -n "$ac_ct_CC"; then
4490 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4491else
4492as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4493for as_dir in $PATH
4494do
4495 IFS=$as_save_IFS
4496 test -z "$as_dir" && as_dir=.
4497 for ac_exec_ext in '' $ac_executable_extensions; do
4498 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4499 ac_cv_prog_ac_ct_CC="gcc"
4500 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4501 break 2
4502 fi
4503done
4504done
252b5132 4505
5464f5a1
NN
4506fi
4507fi
4508ac_ct_CC=$ac_cv_prog_ac_ct_CC
4509if test -n "$ac_ct_CC"; then
4510 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4511echo "${ECHO_T}$ac_ct_CC" >&6
4512else
4513 echo "$as_me:$LINENO: result: no" >&5
4514echo "${ECHO_T}no" >&6
4515fi
252b5132 4516
5464f5a1
NN
4517 CC=$ac_ct_CC
4518else
4519 CC="$ac_cv_prog_CC"
4520fi
252b5132 4521
5464f5a1
NN
4522if test -z "$CC"; then
4523 if test -n "$ac_tool_prefix"; then
4524 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4525set dummy ${ac_tool_prefix}cc; ac_word=$2
4526echo "$as_me:$LINENO: checking for $ac_word" >&5
4527echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4528if test "${ac_cv_prog_CC+set}" = set; then
4529 echo $ECHO_N "(cached) $ECHO_C" >&6
4530else
4531 if test -n "$CC"; then
4532 ac_cv_prog_CC="$CC" # Let the user override the test.
4533else
4534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4535for as_dir in $PATH
4536do
4537 IFS=$as_save_IFS
4538 test -z "$as_dir" && as_dir=.
4539 for ac_exec_ext in '' $ac_executable_extensions; do
4540 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4541 ac_cv_prog_CC="${ac_tool_prefix}cc"
4542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4543 break 2
4544 fi
4545done
4546done
6be7c12c 4547
5464f5a1
NN
4548fi
4549fi
4550CC=$ac_cv_prog_CC
4551if test -n "$CC"; then
4552 echo "$as_me:$LINENO: result: $CC" >&5
4553echo "${ECHO_T}$CC" >&6
4554else
4555 echo "$as_me:$LINENO: result: no" >&5
4556echo "${ECHO_T}no" >&6
4557fi
4558
4559fi
4560if test -z "$ac_cv_prog_CC"; then
4561 ac_ct_CC=$CC
4562 # Extract the first word of "cc", so it can be a program name with args.
4563set dummy cc; ac_word=$2
4564echo "$as_me:$LINENO: checking for $ac_word" >&5
4565echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4566if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4567 echo $ECHO_N "(cached) $ECHO_C" >&6
4568else
4569 if test -n "$ac_ct_CC"; then
4570 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4571else
4572as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4573for as_dir in $PATH
4574do
4575 IFS=$as_save_IFS
4576 test -z "$as_dir" && as_dir=.
4577 for ac_exec_ext in '' $ac_executable_extensions; do
4578 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4579 ac_cv_prog_ac_ct_CC="cc"
4580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4581 break 2
4582 fi
4583done
4584done
4585
4586fi
4587fi
4588ac_ct_CC=$ac_cv_prog_ac_ct_CC
4589if test -n "$ac_ct_CC"; then
4590 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4591echo "${ECHO_T}$ac_ct_CC" >&6
4592else
4593 echo "$as_me:$LINENO: result: no" >&5
4594echo "${ECHO_T}no" >&6
4595fi
4596
4597 CC=$ac_ct_CC
4598else
4599 CC="$ac_cv_prog_CC"
4600fi
4601
4602fi
4603if test -z "$CC"; then
4604 # Extract the first word of "cc", so it can be a program name with args.
4605set dummy cc; ac_word=$2
4606echo "$as_me:$LINENO: checking for $ac_word" >&5
4607echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4608if test "${ac_cv_prog_CC+set}" = set; then
4609 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
4610else
4611 if test -n "$CC"; then
4612 ac_cv_prog_CC="$CC" # Let the user override the test.
4613else
5464f5a1
NN
4614 ac_prog_rejected=no
4615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4616for as_dir in $PATH
4617do
4618 IFS=$as_save_IFS
4619 test -z "$as_dir" && as_dir=.
4620 for ac_exec_ext in '' $ac_executable_extensions; do
4621 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4622 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4623 ac_prog_rejected=yes
4624 continue
4625 fi
4626 ac_cv_prog_CC="cc"
4627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4628 break 2
4629 fi
4630done
4631done
4632
4633if test $ac_prog_rejected = yes; then
4634 # We found a bogon in the path, so make sure we never use it.
4635 set dummy $ac_cv_prog_CC
4636 shift
4637 if test $# != 0; then
4638 # We chose a different compiler from the bogus one.
4639 # However, it has the same basename, so the bogon will be chosen
4640 # first if we set CC to just the basename; use the full file name.
4641 shift
4642 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4643 fi
4644fi
4645fi
4646fi
4647CC=$ac_cv_prog_CC
4648if test -n "$CC"; then
4649 echo "$as_me:$LINENO: result: $CC" >&5
4650echo "${ECHO_T}$CC" >&6
4651else
4652 echo "$as_me:$LINENO: result: no" >&5
4653echo "${ECHO_T}no" >&6
4654fi
4655
4656fi
4657if test -z "$CC"; then
4658 if test -n "$ac_tool_prefix"; then
4659 for ac_prog in cl
4660 do
4661 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4662set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4663echo "$as_me:$LINENO: checking for $ac_word" >&5
4664echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4665if test "${ac_cv_prog_CC+set}" = set; then
4666 echo $ECHO_N "(cached) $ECHO_C" >&6
4667else
4668 if test -n "$CC"; then
4669 ac_cv_prog_CC="$CC" # Let the user override the test.
4670else
4671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4672for as_dir in $PATH
4673do
4674 IFS=$as_save_IFS
4675 test -z "$as_dir" && as_dir=.
4676 for ac_exec_ext in '' $ac_executable_extensions; do
4677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4678 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4680 break 2
4681 fi
4682done
4683done
4684
4685fi
4686fi
4687CC=$ac_cv_prog_CC
4688if test -n "$CC"; then
4689 echo "$as_me:$LINENO: result: $CC" >&5
4690echo "${ECHO_T}$CC" >&6
4691else
4692 echo "$as_me:$LINENO: result: no" >&5
4693echo "${ECHO_T}no" >&6
4694fi
4695
4696 test -n "$CC" && break
6be7c12c 4697 done
252b5132 4698fi
5464f5a1
NN
4699if test -z "$CC"; then
4700 ac_ct_CC=$CC
4701 for ac_prog in cl
4702do
4703 # Extract the first word of "$ac_prog", so it can be a program name with args.
4704set dummy $ac_prog; ac_word=$2
4705echo "$as_me:$LINENO: checking for $ac_word" >&5
4706echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4707if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4708 echo $ECHO_N "(cached) $ECHO_C" >&6
4709else
4710 if test -n "$ac_ct_CC"; then
4711 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4712else
4713as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4714for as_dir in $PATH
4715do
4716 IFS=$as_save_IFS
4717 test -z "$as_dir" && as_dir=.
4718 for ac_exec_ext in '' $ac_executable_extensions; do
4719 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4720 ac_cv_prog_ac_ct_CC="$ac_prog"
4721 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4722 break 2
4723 fi
4724done
4725done
4726
4727fi
4728fi
4729ac_ct_CC=$ac_cv_prog_ac_ct_CC
4730if test -n "$ac_ct_CC"; then
4731 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4732echo "${ECHO_T}$ac_ct_CC" >&6
4733else
4734 echo "$as_me:$LINENO: result: no" >&5
4735echo "${ECHO_T}no" >&6
4736fi
4737
4738 test -n "$ac_ct_CC" && break
4739done
4740
4741 CC=$ac_ct_CC
4742fi
4743
4744fi
4745
4746
4747test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4748See \`config.log' for more details." >&5
4749echo "$as_me: error: no acceptable C compiler found in \$PATH
4750See \`config.log' for more details." >&2;}
4751 { (exit 1); exit 1; }; }
4752
4753# Provide some information about the compiler.
4754echo "$as_me:$LINENO:" \
4755 "checking for C compiler version" >&5
4756ac_compiler=`set X $ac_compile; echo $2`
4757{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4758 (eval $ac_compiler --version </dev/null >&5) 2>&5
4759 ac_status=$?
4760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4761 (exit $ac_status); }
4762{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4763 (eval $ac_compiler -v </dev/null >&5) 2>&5
4764 ac_status=$?
4765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4766 (exit $ac_status); }
4767{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4768 (eval $ac_compiler -V </dev/null >&5) 2>&5
4769 ac_status=$?
4770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4771 (exit $ac_status); }
4772
4773echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4774echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4775if test "${ac_cv_c_compiler_gnu+set}" = set; then
4776 echo $ECHO_N "(cached) $ECHO_C" >&6
4777else
4778 cat >conftest.$ac_ext <<_ACEOF
4779/* confdefs.h. */
4780_ACEOF
4781cat confdefs.h >>conftest.$ac_ext
4782cat >>conftest.$ac_ext <<_ACEOF
4783/* end confdefs.h. */
4784
4785int
4786main ()
4787{
4788#ifndef __GNUC__
4789 choke me
4790#endif
4791
4792 ;
4793 return 0;
4794}
4795_ACEOF
4796rm -f conftest.$ac_objext
4797if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4798 (eval $ac_compile) 2>conftest.er1
4799 ac_status=$?
4800 grep -v '^ *+' conftest.er1 >conftest.err
4801 rm -f conftest.er1
4802 cat conftest.err >&5
4803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4804 (exit $ac_status); } &&
49c96104
SE
4805 { ac_try='test -z "$ac_c_werror_flag"
4806 || test ! -s conftest.err'
5464f5a1
NN
4807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4808 (eval $ac_try) 2>&5
4809 ac_status=$?
4810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4811 (exit $ac_status); }; } &&
4812 { ac_try='test -s conftest.$ac_objext'
4813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4814 (eval $ac_try) 2>&5
4815 ac_status=$?
4816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4817 (exit $ac_status); }; }; then
4818 ac_compiler_gnu=yes
4819else
4820 echo "$as_me: failed program was:" >&5
4821sed 's/^/| /' conftest.$ac_ext >&5
4822
4823ac_compiler_gnu=no
4824fi
4825rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4826ac_cv_c_compiler_gnu=$ac_compiler_gnu
4827
4828fi
4829echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4830echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4831GCC=`test $ac_compiler_gnu = yes && echo yes`
4832ac_test_CFLAGS=${CFLAGS+set}
4833ac_save_CFLAGS=$CFLAGS
4834CFLAGS="-g"
4835echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4836echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4837if test "${ac_cv_prog_cc_g+set}" = set; then
4838 echo $ECHO_N "(cached) $ECHO_C" >&6
4839else
4840 cat >conftest.$ac_ext <<_ACEOF
4841/* confdefs.h. */
4842_ACEOF
4843cat confdefs.h >>conftest.$ac_ext
4844cat >>conftest.$ac_ext <<_ACEOF
4845/* end confdefs.h. */
4846
4847int
4848main ()
4849{
4850
4851 ;
4852 return 0;
4853}
4854_ACEOF
4855rm -f conftest.$ac_objext
4856if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4857 (eval $ac_compile) 2>conftest.er1
4858 ac_status=$?
4859 grep -v '^ *+' conftest.er1 >conftest.err
4860 rm -f conftest.er1
4861 cat conftest.err >&5
4862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4863 (exit $ac_status); } &&
49c96104
SE
4864 { ac_try='test -z "$ac_c_werror_flag"
4865 || test ! -s conftest.err'
5464f5a1
NN
4866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4867 (eval $ac_try) 2>&5
4868 ac_status=$?
4869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4870 (exit $ac_status); }; } &&
4871 { ac_try='test -s conftest.$ac_objext'
4872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4873 (eval $ac_try) 2>&5
4874 ac_status=$?
4875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4876 (exit $ac_status); }; }; then
4877 ac_cv_prog_cc_g=yes
4878else
4879 echo "$as_me: failed program was:" >&5
4880sed 's/^/| /' conftest.$ac_ext >&5
4881
4882ac_cv_prog_cc_g=no
4883fi
4884rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4885fi
4886echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4887echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4888if test "$ac_test_CFLAGS" = set; then
4889 CFLAGS=$ac_save_CFLAGS
4890elif test $ac_cv_prog_cc_g = yes; then
4891 if test "$GCC" = yes; then
4892 CFLAGS="-g -O2"
4893 else
4894 CFLAGS="-g"
4895 fi
4896else
4897 if test "$GCC" = yes; then
4898 CFLAGS="-O2"
4899 else
4900 CFLAGS=
4901 fi
4902fi
4903echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4904echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4905if test "${ac_cv_prog_cc_stdc+set}" = set; then
4906 echo $ECHO_N "(cached) $ECHO_C" >&6
4907else
4908 ac_cv_prog_cc_stdc=no
4909ac_save_CC=$CC
4910cat >conftest.$ac_ext <<_ACEOF
4911/* confdefs.h. */
4912_ACEOF
4913cat confdefs.h >>conftest.$ac_ext
4914cat >>conftest.$ac_ext <<_ACEOF
4915/* end confdefs.h. */
4916#include <stdarg.h>
4917#include <stdio.h>
4918#include <sys/types.h>
4919#include <sys/stat.h>
4920/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4921struct buf { int x; };
4922FILE * (*rcsopen) (struct buf *, struct stat *, int);
4923static char *e (p, i)
4924 char **p;
4925 int i;
4926{
4927 return p[i];
4928}
4929static char *f (char * (*g) (char **, int), char **p, ...)
4930{
4931 char *s;
4932 va_list v;
4933 va_start (v,p);
4934 s = g (p, va_arg (v,int));
4935 va_end (v);
4936 return s;
4937}
4938
4939/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4940 function prototypes and stuff, but not '\xHH' hex character constants.
4941 These don't provoke an error unfortunately, instead are silently treated
4942 as 'x'. The following induces an error, until -std1 is added to get
4943 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4944 array size at least. It's necessary to write '\x00'==0 to get something
4945 that's true only with -std1. */
4946int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4947
4948int test (int i, double x);
4949struct s1 {int (*f) (int a);};
4950struct s2 {int (*f) (double a);};
4951int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4952int argc;
4953char **argv;
4954int
4955main ()
4956{
4957return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4958 ;
4959 return 0;
4960}
4961_ACEOF
4962# Don't try gcc -ansi; that turns off useful extensions and
4963# breaks some systems' header files.
4964# AIX -qlanglvl=ansi
4965# Ultrix and OSF/1 -std1
4966# HP-UX 10.20 and later -Ae
4967# HP-UX older versions -Aa -D_HPUX_SOURCE
4968# SVR4 -Xc -D__EXTENSIONS__
4969for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4970do
4971 CC="$ac_save_CC $ac_arg"
4972 rm -f conftest.$ac_objext
4973if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4974 (eval $ac_compile) 2>conftest.er1
4975 ac_status=$?
4976 grep -v '^ *+' conftest.er1 >conftest.err
4977 rm -f conftest.er1
4978 cat conftest.err >&5
4979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4980 (exit $ac_status); } &&
49c96104
SE
4981 { ac_try='test -z "$ac_c_werror_flag"
4982 || test ! -s conftest.err'
5464f5a1
NN
4983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4984 (eval $ac_try) 2>&5
4985 ac_status=$?
4986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4987 (exit $ac_status); }; } &&
4988 { ac_try='test -s conftest.$ac_objext'
4989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4990 (eval $ac_try) 2>&5
4991 ac_status=$?
4992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4993 (exit $ac_status); }; }; then
4994 ac_cv_prog_cc_stdc=$ac_arg
4995break
4996else
4997 echo "$as_me: failed program was:" >&5
4998sed 's/^/| /' conftest.$ac_ext >&5
4999
5000fi
5001rm -f conftest.err conftest.$ac_objext
5002done
5003rm -f conftest.$ac_ext conftest.$ac_objext
5004CC=$ac_save_CC
5005
5006fi
5007
5008case "x$ac_cv_prog_cc_stdc" in
5009 x|xno)
5010 echo "$as_me:$LINENO: result: none needed" >&5
5011echo "${ECHO_T}none needed" >&6 ;;
5012 *)
5013 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5014echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5015 CC="$CC $ac_cv_prog_cc_stdc" ;;
5016esac
5017
5018# Some people use a C++ compiler to compile C. Since we use `exit',
5019# in C++ we need to declare it. In case someone uses the same compiler
5020# for both compiling C and C++ we need to have the C++ compiler decide
5021# the declaration of exit, since it's the most demanding environment.
5022cat >conftest.$ac_ext <<_ACEOF
5023#ifndef __cplusplus
5024 choke me
5025#endif
5026_ACEOF
5027rm -f conftest.$ac_objext
5028if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5029 (eval $ac_compile) 2>conftest.er1
5030 ac_status=$?
5031 grep -v '^ *+' conftest.er1 >conftest.err
5032 rm -f conftest.er1
5033 cat conftest.err >&5
5034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5035 (exit $ac_status); } &&
49c96104
SE
5036 { ac_try='test -z "$ac_c_werror_flag"
5037 || test ! -s conftest.err'
5464f5a1
NN
5038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5039 (eval $ac_try) 2>&5
5040 ac_status=$?
5041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5042 (exit $ac_status); }; } &&
5043 { ac_try='test -s conftest.$ac_objext'
5044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5045 (eval $ac_try) 2>&5
5046 ac_status=$?
5047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5048 (exit $ac_status); }; }; then
5049 for ac_declaration in \
5050 '' \
5051 'extern "C" void std::exit (int) throw (); using std::exit;' \
5052 'extern "C" void std::exit (int); using std::exit;' \
5053 'extern "C" void exit (int) throw ();' \
5054 'extern "C" void exit (int);' \
5055 'void exit (int);'
5056do
5057 cat >conftest.$ac_ext <<_ACEOF
5058/* confdefs.h. */
5059_ACEOF
5060cat confdefs.h >>conftest.$ac_ext
5061cat >>conftest.$ac_ext <<_ACEOF
5062/* end confdefs.h. */
5063$ac_declaration
5064#include <stdlib.h>
5065int
5066main ()
5067{
5068exit (42);
5069 ;
5070 return 0;
5071}
5072_ACEOF
5073rm -f conftest.$ac_objext
5074if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5075 (eval $ac_compile) 2>conftest.er1
5076 ac_status=$?
5077 grep -v '^ *+' conftest.er1 >conftest.err
5078 rm -f conftest.er1
5079 cat conftest.err >&5
5080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5081 (exit $ac_status); } &&
49c96104
SE
5082 { ac_try='test -z "$ac_c_werror_flag"
5083 || test ! -s conftest.err'
5464f5a1
NN
5084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5085 (eval $ac_try) 2>&5
5086 ac_status=$?
5087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5088 (exit $ac_status); }; } &&
5089 { ac_try='test -s conftest.$ac_objext'
5090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5091 (eval $ac_try) 2>&5
5092 ac_status=$?
5093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5094 (exit $ac_status); }; }; then
5095 :
5096else
5097 echo "$as_me: failed program was:" >&5
5098sed 's/^/| /' conftest.$ac_ext >&5
5099
5100continue
5101fi
5102rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5103 cat >conftest.$ac_ext <<_ACEOF
5104/* confdefs.h. */
5105_ACEOF
5106cat confdefs.h >>conftest.$ac_ext
5107cat >>conftest.$ac_ext <<_ACEOF
5108/* end confdefs.h. */
5109$ac_declaration
5110int
5111main ()
5112{
5113exit (42);
5114 ;
5115 return 0;
5116}
5117_ACEOF
5118rm -f conftest.$ac_objext
5119if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5120 (eval $ac_compile) 2>conftest.er1
5121 ac_status=$?
5122 grep -v '^ *+' conftest.er1 >conftest.err
5123 rm -f conftest.er1
5124 cat conftest.err >&5
5125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5126 (exit $ac_status); } &&
49c96104
SE
5127 { ac_try='test -z "$ac_c_werror_flag"
5128 || test ! -s conftest.err'
5464f5a1
NN
5129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5130 (eval $ac_try) 2>&5
5131 ac_status=$?
5132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5133 (exit $ac_status); }; } &&
5134 { ac_try='test -s conftest.$ac_objext'
5135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5136 (eval $ac_try) 2>&5
5137 ac_status=$?
5138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5139 (exit $ac_status); }; }; then
5140 break
5141else
5142 echo "$as_me: failed program was:" >&5
5143sed 's/^/| /' conftest.$ac_ext >&5
5144
5145fi
5146rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5147done
5148rm -f conftest*
5149if test -n "$ac_declaration"; then
5150 echo '#ifdef __cplusplus' >>confdefs.h
5151 echo $ac_declaration >>confdefs.h
5152 echo '#endif' >>confdefs.h
252b5132 5153fi
5464f5a1 5154
b3baf5d0 5155else
5464f5a1
NN
5156 echo "$as_me: failed program was:" >&5
5157sed 's/^/| /' conftest.$ac_ext >&5
5158
b3baf5d0 5159fi
5464f5a1
NN
5160rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5161ac_ext=c
5162ac_cpp='$CPP $CPPFLAGS'
5163ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5164ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5165ac_compiler_gnu=$ac_cv_c_compiler_gnu
b3baf5d0 5166
5464f5a1 5167
4a2a2686
HPN
5168cat >>confdefs.h <<\_ACEOF
5169#define _GNU_SOURCE 1
5170_ACEOF
5171
5172
5173
dcd4b381 5174ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi"
5464f5a1
NN
5175if test -n "$ac_tool_prefix"; then
5176 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5177set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5178echo "$as_me:$LINENO: checking for $ac_word" >&5
5179echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5180if test "${ac_cv_prog_RANLIB+set}" = set; then
5181 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5182else
5464f5a1
NN
5183 if test -n "$RANLIB"; then
5184 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
252b5132 5185else
5464f5a1
NN
5186as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5187for as_dir in $PATH
5188do
5189 IFS=$as_save_IFS
5190 test -z "$as_dir" && as_dir=.
5191 for ac_exec_ext in '' $ac_executable_extensions; do
5192 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5193 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5194 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5195 break 2
252b5132 5196 fi
5464f5a1
NN
5197done
5198done
5199
252b5132
RH
5200fi
5201fi
5464f5a1
NN
5202RANLIB=$ac_cv_prog_RANLIB
5203if test -n "$RANLIB"; then
5204 echo "$as_me:$LINENO: result: $RANLIB" >&5
5205echo "${ECHO_T}$RANLIB" >&6
252b5132 5206else
5464f5a1
NN
5207 echo "$as_me:$LINENO: result: no" >&5
5208echo "${ECHO_T}no" >&6
252b5132
RH
5209fi
5210
5464f5a1
NN
5211fi
5212if test -z "$ac_cv_prog_RANLIB"; then
5213 ac_ct_RANLIB=$RANLIB
5214 # Extract the first word of "ranlib", so it can be a program name with args.
5215set dummy ranlib; ac_word=$2
5216echo "$as_me:$LINENO: checking for $ac_word" >&5
5217echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5218if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5219 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5220else
5464f5a1
NN
5221 if test -n "$ac_ct_RANLIB"; then
5222 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
252b5132 5223else
5464f5a1
NN
5224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5225for as_dir in $PATH
5226do
5227 IFS=$as_save_IFS
5228 test -z "$as_dir" && as_dir=.
5229 for ac_exec_ext in '' $ac_executable_extensions; do
5230 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5231 ac_cv_prog_ac_ct_RANLIB="ranlib"
5232 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5233 break 2
5234 fi
5235done
5236done
5237
5238 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
252b5132
RH
5239fi
5240fi
5464f5a1
NN
5241ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5242if test -n "$ac_ct_RANLIB"; then
5243 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5244echo "${ECHO_T}$ac_ct_RANLIB" >&6
252b5132 5245else
5464f5a1
NN
5246 echo "$as_me:$LINENO: result: no" >&5
5247echo "${ECHO_T}no" >&6
b3baf5d0 5248fi
252b5132 5249
5464f5a1 5250 RANLIB=$ac_ct_RANLIB
6be7c12c 5251else
5464f5a1 5252 RANLIB="$ac_cv_prog_RANLIB"
252b5132 5253fi
5464f5a1 5254
6be7c12c 5255ac_ext=c
6be7c12c 5256ac_cpp='$CPP $CPPFLAGS'
5464f5a1
NN
5257ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5258ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5259ac_compiler_gnu=$ac_cv_c_compiler_gnu
5260echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5261echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5262# On Suns, sometimes $CPP names a directory.
5263if test -n "$CPP" && test -d "$CPP"; then
5264 CPP=
6be7c12c 5265fi
5464f5a1
NN
5266if test -z "$CPP"; then
5267 if test "${ac_cv_prog_CPP+set}" = set; then
5268 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5269else
5464f5a1
NN
5270 # Double quotes because CPP needs to be expanded
5271 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5272 do
5273 ac_preproc_ok=false
5274for ac_c_preproc_warn_flag in '' yes
5275do
5276 # Use a header file that comes with gcc, so configuring glibc
5277 # with a fresh cross-compiler works.
5278 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5279 # <limits.h> exists even on freestanding compilers.
5280 # On the NeXT, cc -E runs the code through the compiler's parser,
5281 # not just through cpp. "Syntax error" is here to catch this case.
5282 cat >conftest.$ac_ext <<_ACEOF
5283/* confdefs.h. */
5284_ACEOF
5285cat confdefs.h >>conftest.$ac_ext
5286cat >>conftest.$ac_ext <<_ACEOF
5287/* end confdefs.h. */
5288#ifdef __STDC__
5289# include <limits.h>
5290#else
5291# include <assert.h>
252b5132 5292#endif
5464f5a1
NN
5293 Syntax error
5294_ACEOF
5295if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5296 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5297 ac_status=$?
5298 grep -v '^ *+' conftest.er1 >conftest.err
5299 rm -f conftest.er1
5300 cat conftest.err >&5
5301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5302 (exit $ac_status); } >/dev/null; then
5303 if test -s conftest.err; then
5304 ac_cpp_err=$ac_c_preproc_warn_flag
5305 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5306 else
5307 ac_cpp_err=
5308 fi
6be7c12c 5309else
5464f5a1 5310 ac_cpp_err=yes
6be7c12c 5311fi
5464f5a1
NN
5312if test -z "$ac_cpp_err"; then
5313 :
6be7c12c 5314else
5464f5a1
NN
5315 echo "$as_me: failed program was:" >&5
5316sed 's/^/| /' conftest.$ac_ext >&5
5317
5318 # Broken: fails on valid input.
5319continue
5320fi
5321rm -f conftest.err conftest.$ac_ext
5322
5323 # OK, works on sane cases. Now check whether non-existent headers
5324 # can be detected and how.
5325 cat >conftest.$ac_ext <<_ACEOF
5326/* confdefs.h. */
5327_ACEOF
5328cat confdefs.h >>conftest.$ac_ext
5329cat >>conftest.$ac_ext <<_ACEOF
5330/* end confdefs.h. */
5331#include <ac_nonexistent.h>
5332_ACEOF
5333if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5334 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5335 ac_status=$?
5336 grep -v '^ *+' conftest.er1 >conftest.err
5337 rm -f conftest.er1
5338 cat conftest.err >&5
5339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5340 (exit $ac_status); } >/dev/null; then
5341 if test -s conftest.err; then
5342 ac_cpp_err=$ac_c_preproc_warn_flag
5343 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5344 else
5345 ac_cpp_err=
5346 fi
252b5132 5347else
5464f5a1 5348 ac_cpp_err=yes
252b5132 5349fi
5464f5a1
NN
5350if test -z "$ac_cpp_err"; then
5351 # Broken: success on invalid input.
5352continue
5353else
5354 echo "$as_me: failed program was:" >&5
5355sed 's/^/| /' conftest.$ac_ext >&5
6be7c12c 5356
5464f5a1
NN
5357 # Passes both tests.
5358ac_preproc_ok=:
5359break
252b5132 5360fi
5464f5a1 5361rm -f conftest.err conftest.$ac_ext
6be7c12c 5362
5464f5a1
NN
5363done
5364# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5365rm -f conftest.err conftest.$ac_ext
5366if $ac_preproc_ok; then
5367 break
252b5132
RH
5368fi
5369
5464f5a1
NN
5370 done
5371 ac_cv_prog_CPP=$CPP
252b5132 5372
252b5132 5373fi
5464f5a1 5374 CPP=$ac_cv_prog_CPP
6be7c12c 5375else
5464f5a1
NN
5376 ac_cv_prog_CPP=$CPP
5377fi
5378echo "$as_me:$LINENO: result: $CPP" >&5
5379echo "${ECHO_T}$CPP" >&6
5380ac_preproc_ok=false
5381for ac_c_preproc_warn_flag in '' yes
5382do
5383 # Use a header file that comes with gcc, so configuring glibc
5384 # with a fresh cross-compiler works.
5385 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5386 # <limits.h> exists even on freestanding compilers.
6be7c12c 5387 # On the NeXT, cc -E runs the code through the compiler's parser,
5464f5a1
NN
5388 # not just through cpp. "Syntax error" is here to catch this case.
5389 cat >conftest.$ac_ext <<_ACEOF
5390/* confdefs.h. */
5391_ACEOF
5392cat confdefs.h >>conftest.$ac_ext
5393cat >>conftest.$ac_ext <<_ACEOF
5394/* end confdefs.h. */
5395#ifdef __STDC__
5396# include <limits.h>
5397#else
5398# include <assert.h>
5399#endif
5400 Syntax error
5401_ACEOF
5402if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5403 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5404 ac_status=$?
5405 grep -v '^ *+' conftest.er1 >conftest.err
5406 rm -f conftest.er1
5407 cat conftest.err >&5
5408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5409 (exit $ac_status); } >/dev/null; then
5410 if test -s conftest.err; then
5411 ac_cpp_err=$ac_c_preproc_warn_flag
5412 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5413 else
5414 ac_cpp_err=
5415 fi
252b5132 5416else
5464f5a1
NN
5417 ac_cpp_err=yes
5418fi
5419if test -z "$ac_cpp_err"; then
6be7c12c 5420 :
252b5132 5421else
5464f5a1
NN
5422 echo "$as_me: failed program was:" >&5
5423sed 's/^/| /' conftest.$ac_ext >&5
5424
5425 # Broken: fails on valid input.
5426continue
5427fi
5428rm -f conftest.err conftest.$ac_ext
5429
5430 # OK, works on sane cases. Now check whether non-existent headers
5431 # can be detected and how.
5432 cat >conftest.$ac_ext <<_ACEOF
5433/* confdefs.h. */
5434_ACEOF
5435cat confdefs.h >>conftest.$ac_ext
5436cat >>conftest.$ac_ext <<_ACEOF
5437/* end confdefs.h. */
5438#include <ac_nonexistent.h>
5439_ACEOF
5440if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5441 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5442 ac_status=$?
5443 grep -v '^ *+' conftest.er1 >conftest.err
5444 rm -f conftest.er1
5445 cat conftest.err >&5
5446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5447 (exit $ac_status); } >/dev/null; then
5448 if test -s conftest.err; then
5449 ac_cpp_err=$ac_c_preproc_warn_flag
5450 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5451 else
5452 ac_cpp_err=
5453 fi
b3baf5d0 5454else
5464f5a1 5455 ac_cpp_err=yes
6be7c12c 5456fi
5464f5a1
NN
5457if test -z "$ac_cpp_err"; then
5458 # Broken: success on invalid input.
5459continue
ac48eca1 5460else
5464f5a1
NN
5461 echo "$as_me: failed program was:" >&5
5462sed 's/^/| /' conftest.$ac_ext >&5
5463
5464 # Passes both tests.
5465ac_preproc_ok=:
5466break
b3baf5d0 5467fi
5464f5a1 5468rm -f conftest.err conftest.$ac_ext
6be7c12c 5469
5464f5a1
NN
5470done
5471# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5472rm -f conftest.err conftest.$ac_ext
5473if $ac_preproc_ok; then
5474 :
6be7c12c 5475else
5464f5a1
NN
5476 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5477See \`config.log' for more details." >&5
5478echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5479See \`config.log' for more details." >&2;}
5480 { (exit 1); exit 1; }; }
ac48eca1 5481fi
5464f5a1
NN
5482
5483ac_ext=c
5484ac_cpp='$CPP $CPPFLAGS'
5485ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5486ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5487ac_compiler_gnu=$ac_cv_c_compiler_gnu
5488
5489
5490echo "$as_me:$LINENO: checking for egrep" >&5
5491echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5492if test "${ac_cv_prog_egrep+set}" = set; then
5493 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 5494else
5464f5a1
NN
5495 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5496 then ac_cv_prog_egrep='grep -E'
5497 else ac_cv_prog_egrep='egrep'
5498 fi
b3baf5d0 5499fi
5464f5a1
NN
5500echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5501echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5502 EGREP=$ac_cv_prog_egrep
5503
ac48eca1 5504
5464f5a1
NN
5505echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5506echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5507if test "${ac_cv_header_stdc+set}" = set; then
5508 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5509else
5464f5a1
NN
5510 cat >conftest.$ac_ext <<_ACEOF
5511/* confdefs.h. */
5512_ACEOF
5513cat confdefs.h >>conftest.$ac_ext
5514cat >>conftest.$ac_ext <<_ACEOF
5515/* end confdefs.h. */
252b5132
RH
5516#include <stdlib.h>
5517#include <stdarg.h>
5518#include <string.h>
5519#include <float.h>
5464f5a1
NN
5520
5521int
5522main ()
5523{
5524
5525 ;
5526 return 0;
5527}
5528_ACEOF
5529rm -f conftest.$ac_objext
5530if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5531 (eval $ac_compile) 2>conftest.er1
5532 ac_status=$?
5533 grep -v '^ *+' conftest.er1 >conftest.err
5534 rm -f conftest.er1
5535 cat conftest.err >&5
5536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5537 (exit $ac_status); } &&
49c96104
SE
5538 { ac_try='test -z "$ac_c_werror_flag"
5539 || test ! -s conftest.err'
5464f5a1
NN
5540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5541 (eval $ac_try) 2>&5
5542 ac_status=$?
5543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5544 (exit $ac_status); }; } &&
5545 { ac_try='test -s conftest.$ac_objext'
5546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5547 (eval $ac_try) 2>&5
5548 ac_status=$?
5549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5550 (exit $ac_status); }; }; then
252b5132
RH
5551 ac_cv_header_stdc=yes
5552else
5464f5a1
NN
5553 echo "$as_me: failed program was:" >&5
5554sed 's/^/| /' conftest.$ac_ext >&5
5555
5556ac_cv_header_stdc=no
252b5132 5557fi
5464f5a1 5558rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
5559
5560if test $ac_cv_header_stdc = yes; then
5561 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5464f5a1
NN
5562 cat >conftest.$ac_ext <<_ACEOF
5563/* confdefs.h. */
5564_ACEOF
5565cat confdefs.h >>conftest.$ac_ext
5566cat >>conftest.$ac_ext <<_ACEOF
5567/* end confdefs.h. */
252b5132 5568#include <string.h>
5464f5a1
NN
5569
5570_ACEOF
252b5132 5571if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5464f5a1 5572 $EGREP "memchr" >/dev/null 2>&1; then
252b5132
RH
5573 :
5574else
252b5132
RH
5575 ac_cv_header_stdc=no
5576fi
5577rm -f conftest*
5578
5579fi
5580
5581if test $ac_cv_header_stdc = yes; then
5582 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5464f5a1
NN
5583 cat >conftest.$ac_ext <<_ACEOF
5584/* confdefs.h. */
5585_ACEOF
5586cat confdefs.h >>conftest.$ac_ext
5587cat >>conftest.$ac_ext <<_ACEOF
5588/* end confdefs.h. */
252b5132 5589#include <stdlib.h>
5464f5a1
NN
5590
5591_ACEOF
252b5132 5592if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5464f5a1 5593 $EGREP "free" >/dev/null 2>&1; then
252b5132
RH
5594 :
5595else
252b5132
RH
5596 ac_cv_header_stdc=no
5597fi
5598rm -f conftest*
5599
5600fi
5601
5602if test $ac_cv_header_stdc = yes; then
5603 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5464f5a1 5604 if test "$cross_compiling" = yes; then
252b5132
RH
5605 :
5606else
5464f5a1
NN
5607 cat >conftest.$ac_ext <<_ACEOF
5608/* confdefs.h. */
5609_ACEOF
5610cat confdefs.h >>conftest.$ac_ext
5611cat >>conftest.$ac_ext <<_ACEOF
5612/* end confdefs.h. */
252b5132 5613#include <ctype.h>
5464f5a1
NN
5614#if ((' ' & 0x0FF) == 0x020)
5615# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5616# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5617#else
5618# define ISLOWER(c) \
5619 (('a' <= (c) && (c) <= 'i') \
5620 || ('j' <= (c) && (c) <= 'r') \
5621 || ('s' <= (c) && (c) <= 'z'))
5622# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5623#endif
6be7c12c 5624
5464f5a1
NN
5625#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5626int
5627main ()
5628{
5629 int i;
5630 for (i = 0; i < 256; i++)
5631 if (XOR (islower (i), ISLOWER (i))
5632 || toupper (i) != TOUPPER (i))
5633 exit(2);
5634 exit (0);
5635}
5636_ACEOF
5637rm -f conftest$ac_exeext
5638if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5639 (eval $ac_link) 2>&5
5640 ac_status=$?
5641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5642 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5644 (eval $ac_try) 2>&5
5645 ac_status=$?
5646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5647 (exit $ac_status); }; }; then
252b5132
RH
5648 :
5649else
5464f5a1
NN
5650 echo "$as_me: program exited with status $ac_status" >&5
5651echo "$as_me: failed program was:" >&5
5652sed 's/^/| /' conftest.$ac_ext >&5
5653
5654( exit $ac_status )
5655ac_cv_header_stdc=no
252b5132 5656fi
5464f5a1 5657rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 5658fi
252b5132
RH
5659fi
5660fi
5464f5a1
NN
5661echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5662echo "${ECHO_T}$ac_cv_header_stdc" >&6
6be7c12c 5663if test $ac_cv_header_stdc = yes; then
5464f5a1
NN
5664
5665cat >>confdefs.h <<\_ACEOF
252b5132 5666#define STDC_HEADERS 1
5464f5a1 5667_ACEOF
252b5132
RH
5668
5669fi
5670
5464f5a1
NN
5671echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
5672echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
5673if test "${ac_cv_c_const+set}" = set; then
5674 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5675else
5464f5a1
NN
5676 cat >conftest.$ac_ext <<_ACEOF
5677/* confdefs.h. */
5678_ACEOF
5679cat confdefs.h >>conftest.$ac_ext
5680cat >>conftest.$ac_ext <<_ACEOF
5681/* end confdefs.h. */
6be7c12c 5682
5464f5a1
NN
5683int
5684main ()
5685{
5686/* FIXME: Include the comments suggested by Paul. */
5687#ifndef __cplusplus
5688 /* Ultrix mips cc rejects this. */
5689 typedef int charset[2];
5690 const charset x;
5691 /* SunOS 4.1.1 cc rejects this. */
5692 char const *const *ccp;
5693 char **p;
5694 /* NEC SVR4.0.2 mips cc rejects this. */
5695 struct point {int x, y;};
5696 static struct point const zero = {0,0};
5697 /* AIX XL C 1.02.0.0 rejects this.
5698 It does not let you subtract one const X* pointer from another in
5699 an arm of an if-expression whose if-part is not a constant
5700 expression */
5701 const char *g = "string";
5702 ccp = &g + (g ? g-g : 0);
5703 /* HPUX 7.0 cc rejects these. */
5704 ++ccp;
5705 p = (char**) ccp;
5706 ccp = (char const *const *) p;
5707 { /* SCO 3.2v4 cc rejects this. */
5708 char *t;
5709 char const *s = 0 ? (char *) 0 : (char const *) 0;
5710
5711 *t++ = 0;
5712 }
5713 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5714 int x[] = {25, 17};
5715 const int *foo = &x[0];
5716 ++foo;
5717 }
5718 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5719 typedef const int *iptr;
5720 iptr p = 0;
5721 ++p;
5722 }
5723 { /* AIX XL C 1.02.0.0 rejects this saying
5724 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5725 struct s { int j; const int *ap[3]; };
5726 struct s *b; b->j = 5;
5727 }
5728 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5729 const int foo = 10;
5730 }
5731#endif
6be7c12c 5732
5464f5a1
NN
5733 ;
5734 return 0;
5735}
5736_ACEOF
5737rm -f conftest.$ac_objext
5738if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5739 (eval $ac_compile) 2>conftest.er1
5740 ac_status=$?
5741 grep -v '^ *+' conftest.er1 >conftest.err
5742 rm -f conftest.er1
5743 cat conftest.err >&5
5744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5745 (exit $ac_status); } &&
49c96104
SE
5746 { ac_try='test -z "$ac_c_werror_flag"
5747 || test ! -s conftest.err'
5464f5a1
NN
5748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5749 (eval $ac_try) 2>&5
5750 ac_status=$?
5751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5752 (exit $ac_status); }; } &&
5753 { ac_try='test -s conftest.$ac_objext'
5754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5755 (eval $ac_try) 2>&5
5756 ac_status=$?
5757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5758 (exit $ac_status); }; }; then
252b5132
RH
5759 ac_cv_c_const=yes
5760else
5464f5a1
NN
5761 echo "$as_me: failed program was:" >&5
5762sed 's/^/| /' conftest.$ac_ext >&5
5763
5764ac_cv_c_const=no
252b5132 5765fi
5464f5a1 5766rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 5767fi
5464f5a1
NN
5768echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
5769echo "${ECHO_T}$ac_cv_c_const" >&6
6be7c12c 5770if test $ac_cv_c_const = no; then
5464f5a1
NN
5771
5772cat >>confdefs.h <<\_ACEOF
5773#define const
5774_ACEOF
252b5132
RH
5775
5776fi
5777
5464f5a1
NN
5778echo "$as_me:$LINENO: checking for inline" >&5
5779echo $ECHO_N "checking for inline... $ECHO_C" >&6
5780if test "${ac_cv_c_inline+set}" = set; then
5781 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5782else
5783 ac_cv_c_inline=no
5784for ac_kw in inline __inline__ __inline; do
5464f5a1
NN
5785 cat >conftest.$ac_ext <<_ACEOF
5786/* confdefs.h. */
5787_ACEOF
5788cat confdefs.h >>conftest.$ac_ext
5789cat >>conftest.$ac_ext <<_ACEOF
5790/* end confdefs.h. */
5791#ifndef __cplusplus
5792typedef int foo_t;
5793static $ac_kw foo_t static_foo () {return 0; }
5794$ac_kw foo_t foo () {return 0; }
5795#endif
252b5132 5796
5464f5a1
NN
5797_ACEOF
5798rm -f conftest.$ac_objext
5799if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5800 (eval $ac_compile) 2>conftest.er1
5801 ac_status=$?
5802 grep -v '^ *+' conftest.er1 >conftest.err
5803 rm -f conftest.er1
5804 cat conftest.err >&5
5805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5806 (exit $ac_status); } &&
49c96104
SE
5807 { ac_try='test -z "$ac_c_werror_flag"
5808 || test ! -s conftest.err'
5464f5a1
NN
5809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5810 (eval $ac_try) 2>&5
5811 ac_status=$?
5812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5813 (exit $ac_status); }; } &&
5814 { ac_try='test -s conftest.$ac_objext'
5815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5816 (eval $ac_try) 2>&5
5817 ac_status=$?
5818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5819 (exit $ac_status); }; }; then
252b5132
RH
5820 ac_cv_c_inline=$ac_kw; break
5821else
5464f5a1
NN
5822 echo "$as_me: failed program was:" >&5
5823sed 's/^/| /' conftest.$ac_ext >&5
5824
252b5132 5825fi
5464f5a1 5826rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
5827done
5828
5464f5a1
NN
5829fi
5830echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
5831echo "${ECHO_T}$ac_cv_c_inline" >&6
5832
5833
5834case $ac_cv_c_inline in
5835 inline | yes) ;;
5836 *)
5837 case $ac_cv_c_inline in
5838 no) ac_val=;;
5839 *) ac_val=$ac_cv_c_inline;;
5840 esac
5841 cat >>confdefs.h <<_ACEOF
5842#ifndef __cplusplus
5843#define inline $ac_val
5844#endif
5845_ACEOF
5846 ;;
5847esac
5848
5849# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5860 inttypes.h stdint.h unistd.h
5861do
5862as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5863echo "$as_me:$LINENO: checking for $ac_header" >&5
5864echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5865if eval "test \"\${$as_ac_Header+set}\" = set"; then
5866 echo $ECHO_N "(cached) $ECHO_C" >&6
5867else
5868 cat >conftest.$ac_ext <<_ACEOF
5869/* confdefs.h. */
5870_ACEOF
5871cat confdefs.h >>conftest.$ac_ext
5872cat >>conftest.$ac_ext <<_ACEOF
5873/* end confdefs.h. */
5874$ac_includes_default
5875
5876#include <$ac_header>
5877_ACEOF
5878rm -f conftest.$ac_objext
5879if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5880 (eval $ac_compile) 2>conftest.er1
5881 ac_status=$?
5882 grep -v '^ *+' conftest.er1 >conftest.err
5883 rm -f conftest.er1
5884 cat conftest.err >&5
5885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5886 (exit $ac_status); } &&
49c96104
SE
5887 { ac_try='test -z "$ac_c_werror_flag"
5888 || test ! -s conftest.err'
5464f5a1
NN
5889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5890 (eval $ac_try) 2>&5
5891 ac_status=$?
5892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5893 (exit $ac_status); }; } &&
5894 { ac_try='test -s conftest.$ac_objext'
5895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5896 (eval $ac_try) 2>&5
5897 ac_status=$?
5898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5899 (exit $ac_status); }; }; then
5900 eval "$as_ac_Header=yes"
5901else
5902 echo "$as_me: failed program was:" >&5
5903sed 's/^/| /' conftest.$ac_ext >&5
5904
5905eval "$as_ac_Header=no"
5906fi
5907rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5908fi
5909echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5910echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5911if test `eval echo '${'$as_ac_Header'}'` = yes; then
5912 cat >>confdefs.h <<_ACEOF
5913#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5914_ACEOF
5915
252b5132 5916fi
6be7c12c 5917
5464f5a1 5918done
252b5132 5919
5464f5a1
NN
5920
5921echo "$as_me:$LINENO: checking for off_t" >&5
5922echo $ECHO_N "checking for off_t... $ECHO_C" >&6
5923if test "${ac_cv_type_off_t+set}" = set; then
5924 echo $ECHO_N "(cached) $ECHO_C" >&6
b3baf5d0 5925else
5464f5a1
NN
5926 cat >conftest.$ac_ext <<_ACEOF
5927/* confdefs.h. */
5928_ACEOF
5929cat confdefs.h >>conftest.$ac_ext
5930cat >>conftest.$ac_ext <<_ACEOF
5931/* end confdefs.h. */
5932$ac_includes_default
5933int
5934main ()
5935{
5936if ((off_t *) 0)
5937 return 0;
5938if (sizeof (off_t))
5939 return 0;
5940 ;
5941 return 0;
5942}
5943_ACEOF
5944rm -f conftest.$ac_objext
5945if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5946 (eval $ac_compile) 2>conftest.er1
5947 ac_status=$?
5948 grep -v '^ *+' conftest.er1 >conftest.err
5949 rm -f conftest.er1
5950 cat conftest.err >&5
5951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5952 (exit $ac_status); } &&
49c96104
SE
5953 { ac_try='test -z "$ac_c_werror_flag"
5954 || test ! -s conftest.err'
5464f5a1
NN
5955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5956 (eval $ac_try) 2>&5
5957 ac_status=$?
5958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5959 (exit $ac_status); }; } &&
5960 { ac_try='test -s conftest.$ac_objext'
5961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5962 (eval $ac_try) 2>&5
5963 ac_status=$?
5964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5965 (exit $ac_status); }; }; then
653f71ca 5966 ac_cv_type_off_t=yes
252b5132 5967else
5464f5a1
NN
5968 echo "$as_me: failed program was:" >&5
5969sed 's/^/| /' conftest.$ac_ext >&5
b3baf5d0 5970
5464f5a1 5971ac_cv_type_off_t=no
6be7c12c 5972fi
5464f5a1
NN
5973rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5974fi
5975echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
5976echo "${ECHO_T}$ac_cv_type_off_t" >&6
5977if test $ac_cv_type_off_t = yes; then
5978 :
5979else
5980
5981cat >>confdefs.h <<_ACEOF
252b5132 5982#define off_t long
5464f5a1 5983_ACEOF
252b5132
RH
5984
5985fi
5986
5464f5a1
NN
5987echo "$as_me:$LINENO: checking for size_t" >&5
5988echo $ECHO_N "checking for size_t... $ECHO_C" >&6
5989if test "${ac_cv_type_size_t+set}" = set; then
5990 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5991else
5464f5a1
NN
5992 cat >conftest.$ac_ext <<_ACEOF
5993/* confdefs.h. */
5994_ACEOF
5995cat confdefs.h >>conftest.$ac_ext
5996cat >>conftest.$ac_ext <<_ACEOF
5997/* end confdefs.h. */
5998$ac_includes_default
5999int
6000main ()
6001{
6002if ((size_t *) 0)
6003 return 0;
6004if (sizeof (size_t))
6005 return 0;
6006 ;
6007 return 0;
6008}
6009_ACEOF
6010rm -f conftest.$ac_objext
6011if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6012 (eval $ac_compile) 2>conftest.er1
6013 ac_status=$?
6014 grep -v '^ *+' conftest.er1 >conftest.err
6015 rm -f conftest.er1
6016 cat conftest.err >&5
6017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6018 (exit $ac_status); } &&
49c96104
SE
6019 { ac_try='test -z "$ac_c_werror_flag"
6020 || test ! -s conftest.err'
5464f5a1
NN
6021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6022 (eval $ac_try) 2>&5
6023 ac_status=$?
6024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6025 (exit $ac_status); }; } &&
6026 { ac_try='test -s conftest.$ac_objext'
6027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6028 (eval $ac_try) 2>&5
6029 ac_status=$?
6030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6031 (exit $ac_status); }; }; then
653f71ca 6032 ac_cv_type_size_t=yes
252b5132 6033else
5464f5a1
NN
6034 echo "$as_me: failed program was:" >&5
6035sed 's/^/| /' conftest.$ac_ext >&5
b3baf5d0 6036
5464f5a1 6037ac_cv_type_size_t=no
6be7c12c 6038fi
5464f5a1
NN
6039rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6040fi
6041echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
6042echo "${ECHO_T}$ac_cv_type_size_t" >&6
6043if test $ac_cv_type_size_t = yes; then
6044 :
6045else
6046
6047cat >>confdefs.h <<_ACEOF
252b5132 6048#define size_t unsigned
5464f5a1 6049_ACEOF
252b5132
RH
6050
6051fi
6052
6053# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6054# for constant arguments. Useless!
5464f5a1
NN
6055echo "$as_me:$LINENO: checking for working alloca.h" >&5
6056echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
6057if test "${ac_cv_working_alloca_h+set}" = set; then
6058 echo $ECHO_N "(cached) $ECHO_C" >&6
6059else
6060 cat >conftest.$ac_ext <<_ACEOF
6061/* confdefs.h. */
6062_ACEOF
6063cat confdefs.h >>conftest.$ac_ext
6064cat >>conftest.$ac_ext <<_ACEOF
6065/* end confdefs.h. */
252b5132 6066#include <alloca.h>
5464f5a1
NN
6067int
6068main ()
6069{
6070char *p = (char *) alloca (2 * sizeof (int));
6071 ;
6072 return 0;
6073}
6074_ACEOF
6075rm -f conftest.$ac_objext conftest$ac_exeext
6076if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6077 (eval $ac_link) 2>conftest.er1
6078 ac_status=$?
6079 grep -v '^ *+' conftest.er1 >conftest.err
6080 rm -f conftest.er1
6081 cat conftest.err >&5
6082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6083 (exit $ac_status); } &&
49c96104
SE
6084 { ac_try='test -z "$ac_c_werror_flag"
6085 || test ! -s conftest.err'
5464f5a1
NN
6086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6087 (eval $ac_try) 2>&5
6088 ac_status=$?
6089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6090 (exit $ac_status); }; } &&
6091 { ac_try='test -s conftest$ac_exeext'
6092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6093 (eval $ac_try) 2>&5
6094 ac_status=$?
6095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6096 (exit $ac_status); }; }; then
6097 ac_cv_working_alloca_h=yes
6098else
6099 echo "$as_me: failed program was:" >&5
6100sed 's/^/| /' conftest.$ac_ext >&5
6101
6102ac_cv_working_alloca_h=no
6103fi
6104rm -f conftest.err conftest.$ac_objext \
6105 conftest$ac_exeext conftest.$ac_ext
6106fi
6107echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
6108echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
6109if test $ac_cv_working_alloca_h = yes; then
6110
6111cat >>confdefs.h <<\_ACEOF
252b5132 6112#define HAVE_ALLOCA_H 1
5464f5a1 6113_ACEOF
252b5132
RH
6114
6115fi
6116
5464f5a1
NN
6117echo "$as_me:$LINENO: checking for alloca" >&5
6118echo $ECHO_N "checking for alloca... $ECHO_C" >&6
6119if test "${ac_cv_func_alloca_works+set}" = set; then
6120 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6121else
5464f5a1
NN
6122 cat >conftest.$ac_ext <<_ACEOF
6123/* confdefs.h. */
6124_ACEOF
6125cat confdefs.h >>conftest.$ac_ext
6126cat >>conftest.$ac_ext <<_ACEOF
6127/* end confdefs.h. */
252b5132
RH
6128#ifdef __GNUC__
6129# define alloca __builtin_alloca
6130#else
6131# ifdef _MSC_VER
6132# include <malloc.h>
6133# define alloca _alloca
6134# else
6135# if HAVE_ALLOCA_H
6136# include <alloca.h>
6137# else
6138# ifdef _AIX
6139 #pragma alloca
6140# else
6141# ifndef alloca /* predefined by HP cc +Olibcalls */
6142char *alloca ();
6143# endif
6144# endif
6145# endif
6146# endif
6147#endif
6148
5464f5a1
NN
6149int
6150main ()
6151{
6152char *p = (char *) alloca (1);
6153 ;
6154 return 0;
6155}
6156_ACEOF
6157rm -f conftest.$ac_objext conftest$ac_exeext
6158if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6159 (eval $ac_link) 2>conftest.er1
6160 ac_status=$?
6161 grep -v '^ *+' conftest.er1 >conftest.err
6162 rm -f conftest.er1
6163 cat conftest.err >&5
6164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6165 (exit $ac_status); } &&
49c96104
SE
6166 { ac_try='test -z "$ac_c_werror_flag"
6167 || test ! -s conftest.err'
5464f5a1
NN
6168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6169 (eval $ac_try) 2>&5
6170 ac_status=$?
6171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6172 (exit $ac_status); }; } &&
6173 { ac_try='test -s conftest$ac_exeext'
6174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6175 (eval $ac_try) 2>&5
6176 ac_status=$?
6177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6178 (exit $ac_status); }; }; then
252b5132
RH
6179 ac_cv_func_alloca_works=yes
6180else
5464f5a1
NN
6181 echo "$as_me: failed program was:" >&5
6182sed 's/^/| /' conftest.$ac_ext >&5
6183
6184ac_cv_func_alloca_works=no
252b5132 6185fi
5464f5a1
NN
6186rm -f conftest.err conftest.$ac_objext \
6187 conftest$ac_exeext conftest.$ac_ext
252b5132 6188fi
5464f5a1
NN
6189echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
6190echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 6191
252b5132 6192if test $ac_cv_func_alloca_works = yes; then
252b5132 6193
5464f5a1
NN
6194cat >>confdefs.h <<\_ACEOF
6195#define HAVE_ALLOCA 1
6196_ACEOF
b3baf5d0 6197
5464f5a1 6198else
6be7c12c 6199 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
5464f5a1
NN
6200# that cause trouble. Some versions do not even contain alloca or
6201# contain a buggy version. If you still want to use their alloca,
6202# use ar to extract alloca.o from them instead of compiling alloca.c.
6203
6204ALLOCA=alloca.$ac_objext
6205
6206cat >>confdefs.h <<\_ACEOF
252b5132 6207#define C_ALLOCA 1
5464f5a1 6208_ACEOF
252b5132 6209
6be7c12c 6210
5464f5a1
NN
6211echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
6212echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
6213if test "${ac_cv_os_cray+set}" = set; then
6214 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6215else
5464f5a1
NN
6216 cat >conftest.$ac_ext <<_ACEOF
6217/* confdefs.h. */
6218_ACEOF
6219cat confdefs.h >>conftest.$ac_ext
6220cat >>conftest.$ac_ext <<_ACEOF
6221/* end confdefs.h. */
252b5132
RH
6222#if defined(CRAY) && ! defined(CRAY2)
6223webecray
6224#else
6225wenotbecray
6226#endif
6227
5464f5a1 6228_ACEOF
252b5132 6229if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5464f5a1 6230 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
6231 ac_cv_os_cray=yes
6232else
252b5132
RH
6233 ac_cv_os_cray=no
6234fi
6235rm -f conftest*
6236
6237fi
5464f5a1
NN
6238echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
6239echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 6240if test $ac_cv_os_cray = yes; then
5464f5a1
NN
6241 for ac_func in _getb67 GETB67 getb67; do
6242 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6243echo "$as_me:$LINENO: checking for $ac_func" >&5
6244echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6245if eval "test \"\${$as_ac_var+set}\" = set"; then
6246 echo $ECHO_N "(cached) $ECHO_C" >&6
6247else
6248 cat >conftest.$ac_ext <<_ACEOF
6249/* confdefs.h. */
6250_ACEOF
6251cat confdefs.h >>conftest.$ac_ext
6252cat >>conftest.$ac_ext <<_ACEOF
6253/* end confdefs.h. */
6254/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6255 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6256#define $ac_func innocuous_$ac_func
6257
252b5132 6258/* System header to define __stub macros and hopefully few prototypes,
5464f5a1
NN
6259 which can conflict with char $ac_func (); below.
6260 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6261 <limits.h> exists even on freestanding compilers. */
6262
6263#ifdef __STDC__
6264# include <limits.h>
6265#else
6266# include <assert.h>
6267#endif
6be7c12c 6268
5464f5a1 6269#undef $ac_func
252b5132 6270
5464f5a1
NN
6271/* Override any gcc2 internal prototype to avoid an error. */
6272#ifdef __cplusplus
6273extern "C"
6274{
6275#endif
6276/* We use char because int might match the return type of a gcc2
6277 builtin and then its argument prototype would still apply. */
6278char $ac_func ();
252b5132
RH
6279/* The GNU C library defines this for functions which it implements
6280 to always fail with ENOSYS. Some functions are actually named
6281 something starting with __ and the normal name is an alias. */
6282#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6283choke me
6284#else
5464f5a1
NN
6285char (*f) () = $ac_func;
6286#endif
6287#ifdef __cplusplus
6288}
252b5132
RH
6289#endif
6290
5464f5a1
NN
6291int
6292main ()
6293{
6294return f != $ac_func;
6295 ;
6296 return 0;
6297}
6298_ACEOF
6299rm -f conftest.$ac_objext conftest$ac_exeext
6300if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6301 (eval $ac_link) 2>conftest.er1
6302 ac_status=$?
6303 grep -v '^ *+' conftest.er1 >conftest.err
6304 rm -f conftest.er1
6305 cat conftest.err >&5
6306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6307 (exit $ac_status); } &&
49c96104
SE
6308 { ac_try='test -z "$ac_c_werror_flag"
6309 || test ! -s conftest.err'
5464f5a1
NN
6310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6311 (eval $ac_try) 2>&5
6312 ac_status=$?
6313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6314 (exit $ac_status); }; } &&
6315 { ac_try='test -s conftest$ac_exeext'
6316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6317 (eval $ac_try) 2>&5
6318 ac_status=$?
6319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6320 (exit $ac_status); }; }; then
6321 eval "$as_ac_var=yes"
6322else
6323 echo "$as_me: failed program was:" >&5
6324sed 's/^/| /' conftest.$ac_ext >&5
6325
6326eval "$as_ac_var=no"
6327fi
6328rm -f conftest.err conftest.$ac_objext \
6329 conftest$ac_exeext conftest.$ac_ext
6330fi
6331echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6332echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6333if test `eval echo '${'$as_ac_var'}'` = yes; then
6334
6335cat >>confdefs.h <<_ACEOF
252b5132 6336#define CRAY_STACKSEG_END $ac_func
5464f5a1 6337_ACEOF
252b5132 6338
5464f5a1 6339 break
252b5132
RH
6340fi
6341
5464f5a1 6342 done
252b5132
RH
6343fi
6344
5464f5a1
NN
6345echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
6346echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
6347if test "${ac_cv_c_stack_direction+set}" = set; then
6348 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
6349else
6350 if test "$cross_compiling" = yes; then
6351 ac_cv_c_stack_direction=0
6352else
5464f5a1
NN
6353 cat >conftest.$ac_ext <<_ACEOF
6354/* confdefs.h. */
6355_ACEOF
6356cat confdefs.h >>conftest.$ac_ext
6357cat >>conftest.$ac_ext <<_ACEOF
6358/* end confdefs.h. */
6359int
252b5132
RH
6360find_stack_direction ()
6361{
6362 static char *addr = 0;
6363 auto char dummy;
6364 if (addr == 0)
6365 {
6366 addr = &dummy;
6367 return find_stack_direction ();
6368 }
6369 else
6370 return (&dummy > addr) ? 1 : -1;
6371}
5464f5a1
NN
6372
6373int
252b5132
RH
6374main ()
6375{
5464f5a1 6376 exit (find_stack_direction () < 0);
252b5132 6377}
5464f5a1
NN
6378_ACEOF
6379rm -f conftest$ac_exeext
6380if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6381 (eval $ac_link) 2>&5
6382 ac_status=$?
6383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6384 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6386 (eval $ac_try) 2>&5
6387 ac_status=$?
6388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6389 (exit $ac_status); }; }; then
252b5132
RH
6390 ac_cv_c_stack_direction=1
6391else
5464f5a1
NN
6392 echo "$as_me: program exited with status $ac_status" >&5
6393echo "$as_me: failed program was:" >&5
6394sed 's/^/| /' conftest.$ac_ext >&5
6395
6396( exit $ac_status )
6397ac_cv_c_stack_direction=-1
252b5132 6398fi
5464f5a1 6399rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 6400fi
252b5132 6401fi
5464f5a1
NN
6402echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
6403echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 6404
5464f5a1 6405cat >>confdefs.h <<_ACEOF
252b5132 6406#define STACK_DIRECTION $ac_cv_c_stack_direction
5464f5a1
NN
6407_ACEOF
6408
252b5132
RH
6409
6410fi
6411
5464f5a1
NN
6412
6413
6414for ac_header in stdlib.h unistd.h
252b5132 6415do
5464f5a1
NN
6416as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6417if eval "test \"\${$as_ac_Header+set}\" = set"; then
6418 echo "$as_me:$LINENO: checking for $ac_header" >&5
6419echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6420if eval "test \"\${$as_ac_Header+set}\" = set"; then
6421 echo $ECHO_N "(cached) $ECHO_C" >&6
6422fi
6423echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6424echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6425else
6426 # Is the header compilable?
6427echo "$as_me:$LINENO: checking $ac_header usability" >&5
6428echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6429cat >conftest.$ac_ext <<_ACEOF
6430/* confdefs.h. */
6431_ACEOF
6432cat confdefs.h >>conftest.$ac_ext
6433cat >>conftest.$ac_ext <<_ACEOF
6434/* end confdefs.h. */
6435$ac_includes_default
6436#include <$ac_header>
6437_ACEOF
6438rm -f conftest.$ac_objext
6439if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6440 (eval $ac_compile) 2>conftest.er1
6441 ac_status=$?
6442 grep -v '^ *+' conftest.er1 >conftest.err
6443 rm -f conftest.er1
6444 cat conftest.err >&5
6445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6446 (exit $ac_status); } &&
49c96104
SE
6447 { ac_try='test -z "$ac_c_werror_flag"
6448 || test ! -s conftest.err'
5464f5a1
NN
6449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6450 (eval $ac_try) 2>&5
6451 ac_status=$?
6452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6453 (exit $ac_status); }; } &&
6454 { ac_try='test -s conftest.$ac_objext'
6455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6456 (eval $ac_try) 2>&5
6457 ac_status=$?
6458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6459 (exit $ac_status); }; }; then
6460 ac_header_compiler=yes
6461else
6462 echo "$as_me: failed program was:" >&5
6463sed 's/^/| /' conftest.$ac_ext >&5
6464
6465ac_header_compiler=no
6466fi
6467rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6468echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6469echo "${ECHO_T}$ac_header_compiler" >&6
6470
6471# Is the header present?
6472echo "$as_me:$LINENO: checking $ac_header presence" >&5
6473echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6474cat >conftest.$ac_ext <<_ACEOF
6475/* confdefs.h. */
6476_ACEOF
6477cat confdefs.h >>conftest.$ac_ext
6478cat >>conftest.$ac_ext <<_ACEOF
6479/* end confdefs.h. */
6480#include <$ac_header>
6481_ACEOF
6482if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6483 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6484 ac_status=$?
6485 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1
6487 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } >/dev/null; then
6490 if test -s conftest.err; then
6491 ac_cpp_err=$ac_c_preproc_warn_flag
6492 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6493 else
6494 ac_cpp_err=
6495 fi
252b5132 6496else
5464f5a1 6497 ac_cpp_err=yes
252b5132 6498fi
5464f5a1
NN
6499if test -z "$ac_cpp_err"; then
6500 ac_header_preproc=yes
6501else
6502 echo "$as_me: failed program was:" >&5
6503sed 's/^/| /' conftest.$ac_ext >&5
6504
6505 ac_header_preproc=no
252b5132 6506fi
5464f5a1
NN
6507rm -f conftest.err conftest.$ac_ext
6508echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6509echo "${ECHO_T}$ac_header_preproc" >&6
6510
6511# So? What about this header?
6512case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6513 yes:no: )
6514 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6515echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6516 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6517echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6518 ac_header_preproc=yes
6519 ;;
6520 no:yes:* )
6521 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6522echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6523 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6524echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6525 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6526echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6527 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6528echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6529 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6530echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6531 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6532echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6533 (
6534 cat <<\_ASBOX
6535## ------------------------------------------ ##
6536## Report this to the AC_PACKAGE_NAME lists. ##
6537## ------------------------------------------ ##
6538_ASBOX
6539 ) |
6540 sed "s/^/$as_me: WARNING: /" >&2
6541 ;;
6542esac
6543echo "$as_me:$LINENO: checking for $ac_header" >&5
6544echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6545if eval "test \"\${$as_ac_Header+set}\" = set"; then
6546 echo $ECHO_N "(cached) $ECHO_C" >&6
6be7c12c 6547else
5464f5a1
NN
6548 eval "$as_ac_Header=\$ac_header_preproc"
6549fi
6550echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6551echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6552
252b5132 6553fi
5464f5a1
NN
6554if test `eval echo '${'$as_ac_Header'}'` = yes; then
6555 cat >>confdefs.h <<_ACEOF
6556#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6557_ACEOF
6558
6559fi
6560
252b5132
RH
6561done
6562
5464f5a1 6563
252b5132
RH
6564for ac_func in getpagesize
6565do
5464f5a1
NN
6566as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6567echo "$as_me:$LINENO: checking for $ac_func" >&5
6568echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6569if eval "test \"\${$as_ac_var+set}\" = set"; then
6570 echo $ECHO_N "(cached) $ECHO_C" >&6
6571else
6572 cat >conftest.$ac_ext <<_ACEOF
6573/* confdefs.h. */
6574_ACEOF
6575cat confdefs.h >>conftest.$ac_ext
6576cat >>conftest.$ac_ext <<_ACEOF
6577/* end confdefs.h. */
6578/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6579 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6580#define $ac_func innocuous_$ac_func
6581
252b5132 6582/* System header to define __stub macros and hopefully few prototypes,
5464f5a1
NN
6583 which can conflict with char $ac_func (); below.
6584 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6585 <limits.h> exists even on freestanding compilers. */
6586
6587#ifdef __STDC__
6588# include <limits.h>
6589#else
6590# include <assert.h>
6591#endif
6be7c12c 6592
5464f5a1 6593#undef $ac_func
252b5132 6594
5464f5a1
NN
6595/* Override any gcc2 internal prototype to avoid an error. */
6596#ifdef __cplusplus
6597extern "C"
6598{
6599#endif
6600/* We use char because int might match the return type of a gcc2
6601 builtin and then its argument prototype would still apply. */
6602char $ac_func ();
252b5132
RH
6603/* The GNU C library defines this for functions which it implements
6604 to always fail with ENOSYS. Some functions are actually named
6605 something starting with __ and the normal name is an alias. */
6606#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6607choke me
6608#else
5464f5a1
NN
6609char (*f) () = $ac_func;
6610#endif
6611#ifdef __cplusplus
6612}
252b5132
RH
6613#endif
6614
5464f5a1
NN
6615int
6616main ()
6617{
6618return f != $ac_func;
6619 ;
6620 return 0;
6621}
6622_ACEOF
6623rm -f conftest.$ac_objext conftest$ac_exeext
6624if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6625 (eval $ac_link) 2>conftest.er1
6626 ac_status=$?
6627 grep -v '^ *+' conftest.er1 >conftest.err
6628 rm -f conftest.er1
6629 cat conftest.err >&5
6630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6631 (exit $ac_status); } &&
49c96104
SE
6632 { ac_try='test -z "$ac_c_werror_flag"
6633 || test ! -s conftest.err'
5464f5a1
NN
6634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6635 (eval $ac_try) 2>&5
6636 ac_status=$?
6637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6638 (exit $ac_status); }; } &&
6639 { ac_try='test -s conftest$ac_exeext'
6640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6641 (eval $ac_try) 2>&5
6642 ac_status=$?
6643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6644 (exit $ac_status); }; }; then
6645 eval "$as_ac_var=yes"
6646else
6647 echo "$as_me: failed program was:" >&5
6648sed 's/^/| /' conftest.$ac_ext >&5
6649
6650eval "$as_ac_var=no"
6651fi
6652rm -f conftest.err conftest.$ac_objext \
6653 conftest$ac_exeext conftest.$ac_ext
6654fi
6655echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6656echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6657if test `eval echo '${'$as_ac_var'}'` = yes; then
6658 cat >>confdefs.h <<_ACEOF
6659#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6660_ACEOF
252b5132 6661
252b5132
RH
6662fi
6663done
6664
5464f5a1
NN
6665echo "$as_me:$LINENO: checking for working mmap" >&5
6666echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
6667if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
6668 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
6669else
6670 if test "$cross_compiling" = yes; then
6671 ac_cv_func_mmap_fixed_mapped=no
6672else
5464f5a1
NN
6673 cat >conftest.$ac_ext <<_ACEOF
6674/* confdefs.h. */
6675_ACEOF
6676cat confdefs.h >>conftest.$ac_ext
6677cat >>conftest.$ac_ext <<_ACEOF
6678/* end confdefs.h. */
6679$ac_includes_default
6680/* malloc might have been renamed as rpl_malloc. */
6681#undef malloc
6be7c12c 6682
252b5132
RH
6683/* Thanks to Mike Haertel and Jim Avera for this test.
6684 Here is a matrix of mmap possibilities:
6685 mmap private not fixed
6686 mmap private fixed at somewhere currently unmapped
6687 mmap private fixed at somewhere already mapped
6688 mmap shared not fixed
6689 mmap shared fixed at somewhere currently unmapped
6690 mmap shared fixed at somewhere already mapped
6691 For private mappings, we should verify that changes cannot be read()
6692 back from the file, nor mmap's back from the file at a different
6693 address. (There have been systems where private was not correctly
6694 implemented like the infamous i386 svr4.0, and systems where the
5464f5a1 6695 VM page cache was not coherent with the file system buffer cache
252b5132
RH
6696 like early versions of FreeBSD and possibly contemporary NetBSD.)
6697 For shared mappings, we should conversely verify that changes get
5464f5a1 6698 propagated back to all the places they're supposed to be.
252b5132
RH
6699
6700 Grep wants private fixed already mapped.
6701 The main things grep needs to know about mmap are:
6702 * does it exist and is it safe to write into the mmap'd area
6703 * how to use it (BSD variants) */
5464f5a1 6704
252b5132
RH
6705#include <fcntl.h>
6706#include <sys/mman.h>
6707
5464f5a1
NN
6708#if !STDC_HEADERS && !HAVE_STDLIB_H
6709char *malloc ();
6710#endif
6be7c12c 6711
5464f5a1
NN
6712/* This mess was copied from the GNU getpagesize.h. */
6713#if !HAVE_GETPAGESIZE
252b5132 6714/* Assume that all systems that can run configure have sys/param.h. */
5464f5a1 6715# if !HAVE_SYS_PARAM_H
252b5132
RH
6716# define HAVE_SYS_PARAM_H 1
6717# endif
6718
6719# ifdef _SC_PAGESIZE
6720# define getpagesize() sysconf(_SC_PAGESIZE)
6721# else /* no _SC_PAGESIZE */
5464f5a1 6722# if HAVE_SYS_PARAM_H
252b5132
RH
6723# include <sys/param.h>
6724# ifdef EXEC_PAGESIZE
6725# define getpagesize() EXEC_PAGESIZE
6726# else /* no EXEC_PAGESIZE */
6727# ifdef NBPG
6728# define getpagesize() NBPG * CLSIZE
6729# ifndef CLSIZE
6730# define CLSIZE 1
6731# endif /* no CLSIZE */
6732# else /* no NBPG */
6733# ifdef NBPC
6734# define getpagesize() NBPC
6735# else /* no NBPC */
6736# ifdef PAGESIZE
6737# define getpagesize() PAGESIZE
6738# endif /* PAGESIZE */
6739# endif /* no NBPC */
6740# endif /* no NBPG */
6741# endif /* no EXEC_PAGESIZE */
6742# else /* no HAVE_SYS_PARAM_H */
6743# define getpagesize() 8192 /* punt totally */
6744# endif /* no HAVE_SYS_PARAM_H */
6745# endif /* no _SC_PAGESIZE */
6746
6747#endif /* no HAVE_GETPAGESIZE */
6748
252b5132 6749int
5464f5a1 6750main ()
252b5132 6751{
5464f5a1
NN
6752 char *data, *data2, *data3;
6753 int i, pagesize;
6754 int fd;
6755
6756 pagesize = getpagesize ();
6757
6758 /* First, make a file with some known garbage in it. */
6759 data = (char *) malloc (pagesize);
6760 if (!data)
6761 exit (1);
6762 for (i = 0; i < pagesize; ++i)
6763 *(data + i) = rand ();
6764 umask (0);
6765 fd = creat ("conftest.mmap", 0600);
6766 if (fd < 0)
6767 exit (1);
6768 if (write (fd, data, pagesize) != pagesize)
6769 exit (1);
6770 close (fd);
6771
6772 /* Next, try to mmap the file at a fixed address which already has
6773 something else allocated at it. If we can, also make sure that
6774 we see the same garbage. */
6775 fd = open ("conftest.mmap", O_RDWR);
6776 if (fd < 0)
6777 exit (1);
6778 data2 = (char *) malloc (2 * pagesize);
6779 if (!data2)
6780 exit (1);
6781 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
6782 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
6783 MAP_PRIVATE | MAP_FIXED, fd, 0L))
6784 exit (1);
6785 for (i = 0; i < pagesize; ++i)
6786 if (*(data + i) != *(data2 + i))
6787 exit (1);
6788
6789 /* Finally, make sure that changes to the mapped area do not
6790 percolate back to the file as seen by read(). (This is a bug on
6791 some variants of i386 svr4.0.) */
6792 for (i = 0; i < pagesize; ++i)
6793 *(data2 + i) = *(data2 + i) + 1;
6794 data3 = (char *) malloc (pagesize);
6795 if (!data3)
6796 exit (1);
6797 if (read (fd, data3, pagesize) != pagesize)
6798 exit (1);
6799 for (i = 0; i < pagesize; ++i)
6800 if (*(data + i) != *(data3 + i))
6801 exit (1);
6802 close (fd);
6803 exit (0);
252b5132 6804}
5464f5a1
NN
6805_ACEOF
6806rm -f conftest$ac_exeext
6807if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6808 (eval $ac_link) 2>&5
6809 ac_status=$?
6810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6813 (eval $ac_try) 2>&5
6814 ac_status=$?
6815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6816 (exit $ac_status); }; }; then
252b5132
RH
6817 ac_cv_func_mmap_fixed_mapped=yes
6818else
5464f5a1
NN
6819 echo "$as_me: program exited with status $ac_status" >&5
6820echo "$as_me: failed program was:" >&5
6821sed 's/^/| /' conftest.$ac_ext >&5
6822
6823( exit $ac_status )
6824ac_cv_func_mmap_fixed_mapped=no
252b5132 6825fi
5464f5a1 6826rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 6827fi
252b5132 6828fi
5464f5a1
NN
6829echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
6830echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
6be7c12c 6831if test $ac_cv_func_mmap_fixed_mapped = yes; then
5464f5a1
NN
6832
6833cat >>confdefs.h <<\_ACEOF
252b5132 6834#define HAVE_MMAP 1
5464f5a1 6835_ACEOF
252b5132
RH
6836
6837fi
5464f5a1
NN
6838rm -f conftest.mmap
6839
6840
252b5132 6841
5464f5a1
NN
6842
6843
6844
6845
6846
6847
6848
6849
6850for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
252b5132
RH
6851unistd.h values.h sys/param.h
6852do
5464f5a1
NN
6853as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6854if eval "test \"\${$as_ac_Header+set}\" = set"; then
6855 echo "$as_me:$LINENO: checking for $ac_header" >&5
6856echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6857if eval "test \"\${$as_ac_Header+set}\" = set"; then
6858 echo $ECHO_N "(cached) $ECHO_C" >&6
6859fi
6860echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6861echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6862else
6863 # Is the header compilable?
6864echo "$as_me:$LINENO: checking $ac_header usability" >&5
6865echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6866cat >conftest.$ac_ext <<_ACEOF
6867/* confdefs.h. */
6868_ACEOF
6869cat confdefs.h >>conftest.$ac_ext
6870cat >>conftest.$ac_ext <<_ACEOF
6871/* end confdefs.h. */
6872$ac_includes_default
6873#include <$ac_header>
6874_ACEOF
6875rm -f conftest.$ac_objext
6876if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6877 (eval $ac_compile) 2>conftest.er1
6878 ac_status=$?
6879 grep -v '^ *+' conftest.er1 >conftest.err
6880 rm -f conftest.er1
6881 cat conftest.err >&5
6882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6883 (exit $ac_status); } &&
49c96104
SE
6884 { ac_try='test -z "$ac_c_werror_flag"
6885 || test ! -s conftest.err'
5464f5a1
NN
6886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6887 (eval $ac_try) 2>&5
6888 ac_status=$?
6889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6890 (exit $ac_status); }; } &&
6891 { ac_try='test -s conftest.$ac_objext'
6892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6893 (eval $ac_try) 2>&5
6894 ac_status=$?
6895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6896 (exit $ac_status); }; }; then
6897 ac_header_compiler=yes
6898else
6899 echo "$as_me: failed program was:" >&5
6900sed 's/^/| /' conftest.$ac_ext >&5
6901
6902ac_header_compiler=no
6903fi
6904rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6905echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6906echo "${ECHO_T}$ac_header_compiler" >&6
6907
6908# Is the header present?
6909echo "$as_me:$LINENO: checking $ac_header presence" >&5
6910echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6911cat >conftest.$ac_ext <<_ACEOF
6912/* confdefs.h. */
6913_ACEOF
6914cat confdefs.h >>conftest.$ac_ext
6915cat >>conftest.$ac_ext <<_ACEOF
6916/* end confdefs.h. */
6917#include <$ac_header>
6918_ACEOF
6919if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6920 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6921 ac_status=$?
6922 grep -v '^ *+' conftest.er1 >conftest.err
6923 rm -f conftest.er1
6924 cat conftest.err >&5
6925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6926 (exit $ac_status); } >/dev/null; then
6927 if test -s conftest.err; then
6928 ac_cpp_err=$ac_c_preproc_warn_flag
6929 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6930 else
6931 ac_cpp_err=
6932 fi
252b5132 6933else
5464f5a1 6934 ac_cpp_err=yes
252b5132 6935fi
5464f5a1
NN
6936if test -z "$ac_cpp_err"; then
6937 ac_header_preproc=yes
6938else
6939 echo "$as_me: failed program was:" >&5
6940sed 's/^/| /' conftest.$ac_ext >&5
6941
6942 ac_header_preproc=no
252b5132 6943fi
5464f5a1
NN
6944rm -f conftest.err conftest.$ac_ext
6945echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6946echo "${ECHO_T}$ac_header_preproc" >&6
6947
6948# So? What about this header?
6949case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6950 yes:no: )
6951 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6952echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6953 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6954echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6955 ac_header_preproc=yes
6956 ;;
6957 no:yes:* )
6958 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6959echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6960 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6961echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6962 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6963echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6964 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6965echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6966 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6967echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6968 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6969echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6970 (
6971 cat <<\_ASBOX
6972## ------------------------------------------ ##
6973## Report this to the AC_PACKAGE_NAME lists. ##
6974## ------------------------------------------ ##
6975_ASBOX
6976 ) |
6977 sed "s/^/$as_me: WARNING: /" >&2
6978 ;;
6979esac
6980echo "$as_me:$LINENO: checking for $ac_header" >&5
6981echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6982if eval "test \"\${$as_ac_Header+set}\" = set"; then
6983 echo $ECHO_N "(cached) $ECHO_C" >&6
6be7c12c 6984else
5464f5a1
NN
6985 eval "$as_ac_Header=\$ac_header_preproc"
6986fi
6987echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6988echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6989
6990fi
6991if test `eval echo '${'$as_ac_Header'}'` = yes; then
6992 cat >>confdefs.h <<_ACEOF
6993#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6994_ACEOF
6995
252b5132 6996fi
5464f5a1 6997
252b5132
RH
6998done
6999
5464f5a1
NN
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
252b5132
RH
7011__argz_count __argz_stringify __argz_next
7012do
5464f5a1
NN
7013as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7014echo "$as_me:$LINENO: checking for $ac_func" >&5
7015echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7016if eval "test \"\${$as_ac_var+set}\" = set"; then
7017 echo $ECHO_N "(cached) $ECHO_C" >&6
7018else
7019 cat >conftest.$ac_ext <<_ACEOF
7020/* confdefs.h. */
7021_ACEOF
7022cat confdefs.h >>conftest.$ac_ext
7023cat >>conftest.$ac_ext <<_ACEOF
7024/* end confdefs.h. */
7025/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7026 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7027#define $ac_func innocuous_$ac_func
7028
252b5132 7029/* System header to define __stub macros and hopefully few prototypes,
5464f5a1
NN
7030 which can conflict with char $ac_func (); below.
7031 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7032 <limits.h> exists even on freestanding compilers. */
7033
7034#ifdef __STDC__
7035# include <limits.h>
7036#else
7037# include <assert.h>
7038#endif
7039
7040#undef $ac_func
7041
252b5132 7042/* Override any gcc2 internal prototype to avoid an error. */
5464f5a1
NN
7043#ifdef __cplusplus
7044extern "C"
7045{
7046#endif
252b5132 7047/* We use char because int might match the return type of a gcc2
5464f5a1
NN
7048 builtin and then its argument prototype would still apply. */
7049char $ac_func ();
252b5132
RH
7050/* The GNU C library defines this for functions which it implements
7051 to always fail with ENOSYS. Some functions are actually named
7052 something starting with __ and the normal name is an alias. */
7053#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7054choke me
7055#else
5464f5a1
NN
7056char (*f) () = $ac_func;
7057#endif
7058#ifdef __cplusplus
7059}
252b5132
RH
7060#endif
7061
5464f5a1
NN
7062int
7063main ()
7064{
7065return f != $ac_func;
7066 ;
7067 return 0;
7068}
7069_ACEOF
7070rm -f conftest.$ac_objext conftest$ac_exeext
7071if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7072 (eval $ac_link) 2>conftest.er1
7073 ac_status=$?
7074 grep -v '^ *+' conftest.er1 >conftest.err
7075 rm -f conftest.er1
7076 cat conftest.err >&5
7077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7078 (exit $ac_status); } &&
49c96104
SE
7079 { ac_try='test -z "$ac_c_werror_flag"
7080 || test ! -s conftest.err'
5464f5a1
NN
7081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7082 (eval $ac_try) 2>&5
7083 ac_status=$?
7084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7085 (exit $ac_status); }; } &&
7086 { ac_try='test -s conftest$ac_exeext'
7087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7088 (eval $ac_try) 2>&5
7089 ac_status=$?
7090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7091 (exit $ac_status); }; }; then
7092 eval "$as_ac_var=yes"
7093else
7094 echo "$as_me: failed program was:" >&5
7095sed 's/^/| /' conftest.$ac_ext >&5
7096
7097eval "$as_ac_var=no"
7098fi
7099rm -f conftest.err conftest.$ac_objext \
7100 conftest$ac_exeext conftest.$ac_ext
7101fi
7102echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7103echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7104if test `eval echo '${'$as_ac_var'}'` = yes; then
7105 cat >>confdefs.h <<_ACEOF
7106#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7107_ACEOF
252b5132 7108
252b5132
RH
7109fi
7110done
7111
b3baf5d0 7112
6be7c12c 7113 if test "${ac_cv_func_stpcpy+set}" != "set"; then
5464f5a1
NN
7114
7115for ac_func in stpcpy
252b5132 7116do
5464f5a1
NN
7117as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7118echo "$as_me:$LINENO: checking for $ac_func" >&5
7119echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7120if eval "test \"\${$as_ac_var+set}\" = set"; then
7121 echo $ECHO_N "(cached) $ECHO_C" >&6
7122else
7123 cat >conftest.$ac_ext <<_ACEOF
7124/* confdefs.h. */
7125_ACEOF
7126cat confdefs.h >>conftest.$ac_ext
7127cat >>conftest.$ac_ext <<_ACEOF
7128/* end confdefs.h. */
7129/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7130 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7131#define $ac_func innocuous_$ac_func
7132
252b5132 7133/* System header to define __stub macros and hopefully few prototypes,
5464f5a1
NN
7134 which can conflict with char $ac_func (); below.
7135 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7136 <limits.h> exists even on freestanding compilers. */
7137
7138#ifdef __STDC__
7139# include <limits.h>
7140#else
7141# include <assert.h>
7142#endif
6be7c12c 7143
5464f5a1 7144#undef $ac_func
252b5132 7145
5464f5a1
NN
7146/* Override any gcc2 internal prototype to avoid an error. */
7147#ifdef __cplusplus
7148extern "C"
7149{
7150#endif
7151/* We use char because int might match the return type of a gcc2
7152 builtin and then its argument prototype would still apply. */
7153char $ac_func ();
252b5132
RH
7154/* The GNU C library defines this for functions which it implements
7155 to always fail with ENOSYS. Some functions are actually named
7156 something starting with __ and the normal name is an alias. */
7157#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7158choke me
7159#else
5464f5a1
NN
7160char (*f) () = $ac_func;
7161#endif
7162#ifdef __cplusplus
7163}
252b5132
RH
7164#endif
7165
5464f5a1
NN
7166int
7167main ()
7168{
7169return f != $ac_func;
7170 ;
7171 return 0;
7172}
7173_ACEOF
7174rm -f conftest.$ac_objext conftest$ac_exeext
7175if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7176 (eval $ac_link) 2>conftest.er1
7177 ac_status=$?
7178 grep -v '^ *+' conftest.er1 >conftest.err
7179 rm -f conftest.er1
7180 cat conftest.err >&5
7181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7182 (exit $ac_status); } &&
49c96104
SE
7183 { ac_try='test -z "$ac_c_werror_flag"
7184 || test ! -s conftest.err'
5464f5a1
NN
7185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7186 (eval $ac_try) 2>&5
7187 ac_status=$?
7188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7189 (exit $ac_status); }; } &&
7190 { ac_try='test -s conftest$ac_exeext'
7191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7192 (eval $ac_try) 2>&5
7193 ac_status=$?
7194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7195 (exit $ac_status); }; }; then
7196 eval "$as_ac_var=yes"
7197else
7198 echo "$as_me: failed program was:" >&5
7199sed 's/^/| /' conftest.$ac_ext >&5
7200
7201eval "$as_ac_var=no"
7202fi
7203rm -f conftest.err conftest.$ac_objext \
7204 conftest$ac_exeext conftest.$ac_ext
7205fi
7206echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7207echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7208if test `eval echo '${'$as_ac_var'}'` = yes; then
7209 cat >>confdefs.h <<_ACEOF
7210#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7211_ACEOF
252b5132 7212
252b5132
RH
7213fi
7214done
7215
7216 fi
7217 if test "${ac_cv_func_stpcpy}" = "yes"; then
5464f5a1
NN
7218
7219cat >>confdefs.h <<\_ACEOF
252b5132 7220#define HAVE_STPCPY 1
5464f5a1 7221_ACEOF
252b5132
RH
7222
7223 fi
7224
7225 if test $ac_cv_header_locale_h = yes; then
5464f5a1
NN
7226 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
7227echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
7228if test "${am_cv_val_LC_MESSAGES+set}" = set; then
7229 echo $ECHO_N "(cached) $ECHO_C" >&6
7230else
7231 cat >conftest.$ac_ext <<_ACEOF
7232/* confdefs.h. */
7233_ACEOF
7234cat confdefs.h >>conftest.$ac_ext
7235cat >>conftest.$ac_ext <<_ACEOF
7236/* end confdefs.h. */
252b5132 7237#include <locale.h>
5464f5a1
NN
7238int
7239main ()
7240{
252b5132 7241return LC_MESSAGES
5464f5a1
NN
7242 ;
7243 return 0;
7244}
7245_ACEOF
7246rm -f conftest.$ac_objext conftest$ac_exeext
7247if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7248 (eval $ac_link) 2>conftest.er1
7249 ac_status=$?
7250 grep -v '^ *+' conftest.er1 >conftest.err
7251 rm -f conftest.er1
7252 cat conftest.err >&5
7253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7254 (exit $ac_status); } &&
49c96104
SE
7255 { ac_try='test -z "$ac_c_werror_flag"
7256 || test ! -s conftest.err'
5464f5a1
NN
7257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7258 (eval $ac_try) 2>&5
7259 ac_status=$?
7260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7261 (exit $ac_status); }; } &&
7262 { ac_try='test -s conftest$ac_exeext'
7263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7264 (eval $ac_try) 2>&5
7265 ac_status=$?
7266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7267 (exit $ac_status); }; }; then
252b5132
RH
7268 am_cv_val_LC_MESSAGES=yes
7269else
5464f5a1
NN
7270 echo "$as_me: failed program was:" >&5
7271sed 's/^/| /' conftest.$ac_ext >&5
7272
7273am_cv_val_LC_MESSAGES=no
252b5132 7274fi
5464f5a1
NN
7275rm -f conftest.err conftest.$ac_objext \
7276 conftest$ac_exeext conftest.$ac_ext
252b5132 7277fi
5464f5a1
NN
7278echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
7279echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
6be7c12c 7280 if test $am_cv_val_LC_MESSAGES = yes; then
5464f5a1
NN
7281
7282cat >>confdefs.h <<\_ACEOF
252b5132 7283#define HAVE_LC_MESSAGES 1
5464f5a1 7284_ACEOF
252b5132
RH
7285
7286 fi
7287 fi
5464f5a1
NN
7288 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
7289echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
252b5132
RH
7290 # Check whether --enable-nls or --disable-nls was given.
7291if test "${enable_nls+set}" = set; then
7292 enableval="$enable_nls"
7293 USE_NLS=$enableval
7294else
7295 USE_NLS=yes
5464f5a1
NN
7296fi;
7297 echo "$as_me:$LINENO: result: $USE_NLS" >&5
7298echo "${ECHO_T}$USE_NLS" >&6
6be7c12c 7299
252b5132
RH
7300
7301 USE_INCLUDED_LIBINTL=no
7302
7303 if test "$USE_NLS" = "yes"; then
5464f5a1
NN
7304 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
7305echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
7306
7307# Check whether --with-included-gettext or --without-included-gettext was given.
252b5132
RH
7308if test "${with_included_gettext+set}" = set; then
7309 withval="$with_included_gettext"
7310 nls_cv_force_use_gnu_gettext=$withval
7311else
7312 nls_cv_force_use_gnu_gettext=no
5464f5a1
NN
7313fi;
7314 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
7315echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
252b5132
RH
7316
7317 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
7318 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
7319 nls_cv_header_intl=
7320 nls_cv_header_libgt=
a53bf506 7321 CATOBJEXT=
252b5132 7322
5464f5a1
NN
7323 if test "${ac_cv_header_libintl_h+set}" = set; then
7324 echo "$as_me:$LINENO: checking for libintl.h" >&5
7325echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7326if test "${ac_cv_header_libintl_h+set}" = set; then
7327 echo $ECHO_N "(cached) $ECHO_C" >&6
7328fi
7329echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7330echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7331else
7332 # Is the header compilable?
7333echo "$as_me:$LINENO: checking libintl.h usability" >&5
7334echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
7335cat >conftest.$ac_ext <<_ACEOF
7336/* confdefs.h. */
7337_ACEOF
7338cat confdefs.h >>conftest.$ac_ext
7339cat >>conftest.$ac_ext <<_ACEOF
7340/* end confdefs.h. */
7341$ac_includes_default
252b5132 7342#include <libintl.h>
5464f5a1
NN
7343_ACEOF
7344rm -f conftest.$ac_objext
7345if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7346 (eval $ac_compile) 2>conftest.er1
7347 ac_status=$?
7348 grep -v '^ *+' conftest.er1 >conftest.err
7349 rm -f conftest.er1
7350 cat conftest.err >&5
7351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7352 (exit $ac_status); } &&
49c96104
SE
7353 { ac_try='test -z "$ac_c_werror_flag"
7354 || test ! -s conftest.err'
5464f5a1
NN
7355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7356 (eval $ac_try) 2>&5
7357 ac_status=$?
7358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7359 (exit $ac_status); }; } &&
7360 { ac_try='test -s conftest.$ac_objext'
7361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7362 (eval $ac_try) 2>&5
7363 ac_status=$?
7364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7365 (exit $ac_status); }; }; then
7366 ac_header_compiler=yes
7367else
7368 echo "$as_me: failed program was:" >&5
7369sed 's/^/| /' conftest.$ac_ext >&5
7370
7371ac_header_compiler=no
7372fi
7373rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7374echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7375echo "${ECHO_T}$ac_header_compiler" >&6
7376
7377# Is the header present?
7378echo "$as_me:$LINENO: checking libintl.h presence" >&5
7379echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
7380cat >conftest.$ac_ext <<_ACEOF
7381/* confdefs.h. */
7382_ACEOF
7383cat confdefs.h >>conftest.$ac_ext
7384cat >>conftest.$ac_ext <<_ACEOF
7385/* end confdefs.h. */
7386#include <libintl.h>
7387_ACEOF
7388if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7389 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7390 ac_status=$?
7391 grep -v '^ *+' conftest.er1 >conftest.err
7392 rm -f conftest.er1
7393 cat conftest.err >&5
7394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7395 (exit $ac_status); } >/dev/null; then
7396 if test -s conftest.err; then
7397 ac_cpp_err=$ac_c_preproc_warn_flag
7398 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7399 else
7400 ac_cpp_err=
7401 fi
252b5132 7402else
5464f5a1 7403 ac_cpp_err=yes
252b5132 7404fi
5464f5a1
NN
7405if test -z "$ac_cpp_err"; then
7406 ac_header_preproc=yes
7407else
7408 echo "$as_me: failed program was:" >&5
7409sed 's/^/| /' conftest.$ac_ext >&5
7410
7411 ac_header_preproc=no
252b5132 7412fi
5464f5a1
NN
7413rm -f conftest.err conftest.$ac_ext
7414echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7415echo "${ECHO_T}$ac_header_preproc" >&6
7416
7417# So? What about this header?
7418case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7419 yes:no: )
7420 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
7421echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7422 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
7423echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
7424 ac_header_preproc=yes
7425 ;;
7426 no:yes:* )
7427 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
7428echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
7429 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
7430echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
7431 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
7432echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
7433 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
7434echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
7435 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
7436echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
7438echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
7439 (
7440 cat <<\_ASBOX
7441## ------------------------------------------ ##
7442## Report this to the AC_PACKAGE_NAME lists. ##
7443## ------------------------------------------ ##
7444_ASBOX
7445 ) |
7446 sed "s/^/$as_me: WARNING: /" >&2
7447 ;;
7448esac
7449echo "$as_me:$LINENO: checking for libintl.h" >&5
7450echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7451if test "${ac_cv_header_libintl_h+set}" = set; then
7452 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7453else
5464f5a1
NN
7454 ac_cv_header_libintl_h=$ac_header_preproc
7455fi
7456echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7457echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7458
7459fi
7460if test $ac_cv_header_libintl_h = yes; then
7461 echo "$as_me:$LINENO: checking for gettext in libc" >&5
7462echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
7463if test "${gt_cv_func_gettext_libc+set}" = set; then
7464 echo $ECHO_N "(cached) $ECHO_C" >&6
7465else
7466 cat >conftest.$ac_ext <<_ACEOF
7467/* confdefs.h. */
7468_ACEOF
7469cat confdefs.h >>conftest.$ac_ext
7470cat >>conftest.$ac_ext <<_ACEOF
7471/* end confdefs.h. */
252b5132 7472#include <libintl.h>
5464f5a1
NN
7473int
7474main ()
7475{
252b5132 7476return (int) gettext ("")
5464f5a1
NN
7477 ;
7478 return 0;
7479}
7480_ACEOF
7481rm -f conftest.$ac_objext conftest$ac_exeext
7482if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7483 (eval $ac_link) 2>conftest.er1
7484 ac_status=$?
7485 grep -v '^ *+' conftest.er1 >conftest.err
7486 rm -f conftest.er1
7487 cat conftest.err >&5
7488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7489 (exit $ac_status); } &&
49c96104
SE
7490 { ac_try='test -z "$ac_c_werror_flag"
7491 || test ! -s conftest.err'
5464f5a1
NN
7492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7493 (eval $ac_try) 2>&5
7494 ac_status=$?
7495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7496 (exit $ac_status); }; } &&
7497 { ac_try='test -s conftest$ac_exeext'
7498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7499 (eval $ac_try) 2>&5
7500 ac_status=$?
7501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7502 (exit $ac_status); }; }; then
252b5132
RH
7503 gt_cv_func_gettext_libc=yes
7504else
5464f5a1
NN
7505 echo "$as_me: failed program was:" >&5
7506sed 's/^/| /' conftest.$ac_ext >&5
7507
7508gt_cv_func_gettext_libc=no
252b5132 7509fi
5464f5a1
NN
7510rm -f conftest.err conftest.$ac_objext \
7511 conftest$ac_exeext conftest.$ac_ext
252b5132 7512fi
5464f5a1
NN
7513echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
7514echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
252b5132
RH
7515
7516 if test "$gt_cv_func_gettext_libc" != "yes"; then
5464f5a1
NN
7517 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
7518echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
7519if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
7520 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7521else
5464f5a1 7522 ac_check_lib_save_LIBS=$LIBS
252b5132 7523LIBS="-lintl $LIBS"
5464f5a1
NN
7524cat >conftest.$ac_ext <<_ACEOF
7525/* confdefs.h. */
7526_ACEOF
7527cat confdefs.h >>conftest.$ac_ext
7528cat >>conftest.$ac_ext <<_ACEOF
7529/* end confdefs.h. */
7530
252b5132 7531/* Override any gcc2 internal prototype to avoid an error. */
5464f5a1
NN
7532#ifdef __cplusplus
7533extern "C"
7534#endif
252b5132 7535/* We use char because int might match the return type of a gcc2
5464f5a1
NN
7536 builtin and then its argument prototype would still apply. */
7537char bindtextdomain ();
7538int
7539main ()
7540{
7541bindtextdomain ();
7542 ;
7543 return 0;
7544}
7545_ACEOF
7546rm -f conftest.$ac_objext conftest$ac_exeext
7547if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7548 (eval $ac_link) 2>conftest.er1
7549 ac_status=$?
7550 grep -v '^ *+' conftest.er1 >conftest.err
7551 rm -f conftest.er1
7552 cat conftest.err >&5
7553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7554 (exit $ac_status); } &&
49c96104
SE
7555 { ac_try='test -z "$ac_c_werror_flag"
7556 || test ! -s conftest.err'
5464f5a1
NN
7557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7558 (eval $ac_try) 2>&5
7559 ac_status=$?
7560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7561 (exit $ac_status); }; } &&
7562 { ac_try='test -s conftest$ac_exeext'
7563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7564 (eval $ac_try) 2>&5
7565 ac_status=$?
7566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7567 (exit $ac_status); }; }; then
7568 ac_cv_lib_intl_bindtextdomain=yes
7569else
7570 echo "$as_me: failed program was:" >&5
7571sed 's/^/| /' conftest.$ac_ext >&5
7572
7573ac_cv_lib_intl_bindtextdomain=no
7574fi
7575rm -f conftest.err conftest.$ac_objext \
7576 conftest$ac_exeext conftest.$ac_ext
7577LIBS=$ac_check_lib_save_LIBS
7578fi
7579echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
7580echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
7581if test $ac_cv_lib_intl_bindtextdomain = yes; then
7582 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
7583echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
7584if test "${gt_cv_func_gettext_libintl+set}" = set; then
7585 echo $ECHO_N "(cached) $ECHO_C" >&6
7586else
7587 cat >conftest.$ac_ext <<_ACEOF
7588/* confdefs.h. */
7589_ACEOF
7590cat confdefs.h >>conftest.$ac_ext
7591cat >>conftest.$ac_ext <<_ACEOF
7592/* end confdefs.h. */
252b5132 7593
5464f5a1
NN
7594int
7595main ()
7596{
252b5132 7597return (int) gettext ("")
5464f5a1
NN
7598 ;
7599 return 0;
7600}
7601_ACEOF
7602rm -f conftest.$ac_objext conftest$ac_exeext
7603if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7604 (eval $ac_link) 2>conftest.er1
7605 ac_status=$?
7606 grep -v '^ *+' conftest.er1 >conftest.err
7607 rm -f conftest.er1
7608 cat conftest.err >&5
7609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7610 (exit $ac_status); } &&
49c96104
SE
7611 { ac_try='test -z "$ac_c_werror_flag"
7612 || test ! -s conftest.err'
5464f5a1
NN
7613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7614 (eval $ac_try) 2>&5
7615 ac_status=$?
7616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7617 (exit $ac_status); }; } &&
7618 { ac_try='test -s conftest$ac_exeext'
7619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7620 (eval $ac_try) 2>&5
7621 ac_status=$?
7622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7623 (exit $ac_status); }; }; then
252b5132
RH
7624 gt_cv_func_gettext_libintl=yes
7625else
5464f5a1
NN
7626 echo "$as_me: failed program was:" >&5
7627sed 's/^/| /' conftest.$ac_ext >&5
7628
7629gt_cv_func_gettext_libintl=no
252b5132 7630fi
5464f5a1
NN
7631rm -f conftest.err conftest.$ac_objext \
7632 conftest$ac_exeext conftest.$ac_ext
252b5132 7633fi
5464f5a1
NN
7634echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
7635echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
252b5132
RH
7636fi
7637
7638 fi
7639
7640 if test "$gt_cv_func_gettext_libc" = "yes" \
7641 || test "$gt_cv_func_gettext_libintl" = "yes"; then
5464f5a1
NN
7642
7643cat >>confdefs.h <<\_ACEOF
252b5132 7644#define HAVE_GETTEXT 1
5464f5a1 7645_ACEOF
252b5132
RH
7646
7647 # Extract the first word of "msgfmt", so it can be a program name with args.
7648set dummy msgfmt; ac_word=$2
5464f5a1
NN
7649echo "$as_me:$LINENO: checking for $ac_word" >&5
7650echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7651if test "${ac_cv_path_MSGFMT+set}" = set; then
7652 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7653else
7654 case "$MSGFMT" in
7655 /*)
7656 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
7657 ;;
7658 *)
7659 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7660 for ac_dir in $PATH; do
7661 test -z "$ac_dir" && ac_dir=.
7662 if test -f $ac_dir/$ac_word; then
7663 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7664 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
7665 break
7666 fi
7667 fi
7668 done
7669 IFS="$ac_save_ifs"
7670 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
7671 ;;
7672esac
7673fi
7674MSGFMT="$ac_cv_path_MSGFMT"
7675if test -n "$MSGFMT"; then
5464f5a1
NN
7676 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7677echo "${ECHO_T}$MSGFMT" >&6
252b5132 7678else
5464f5a1
NN
7679 echo "$as_me:$LINENO: result: no" >&5
7680echo "${ECHO_T}no" >&6
252b5132
RH
7681fi
7682 if test "$MSGFMT" != "no"; then
5464f5a1
NN
7683
7684for ac_func in dcgettext
252b5132 7685do
5464f5a1
NN
7686as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7687echo "$as_me:$LINENO: checking for $ac_func" >&5
7688echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7689if eval "test \"\${$as_ac_var+set}\" = set"; then
7690 echo $ECHO_N "(cached) $ECHO_C" >&6
7691else
7692 cat >conftest.$ac_ext <<_ACEOF
7693/* confdefs.h. */
7694_ACEOF
7695cat confdefs.h >>conftest.$ac_ext
7696cat >>conftest.$ac_ext <<_ACEOF
7697/* end confdefs.h. */
7698/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7699 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7700#define $ac_func innocuous_$ac_func
7701
252b5132 7702/* System header to define __stub macros and hopefully few prototypes,
5464f5a1
NN
7703 which can conflict with char $ac_func (); below.
7704 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7705 <limits.h> exists even on freestanding compilers. */
7706
7707#ifdef __STDC__
7708# include <limits.h>
7709#else
7710# include <assert.h>
7711#endif
6be7c12c 7712
5464f5a1 7713#undef $ac_func
252b5132 7714
5464f5a1
NN
7715/* Override any gcc2 internal prototype to avoid an error. */
7716#ifdef __cplusplus
7717extern "C"
7718{
7719#endif
7720/* We use char because int might match the return type of a gcc2
7721 builtin and then its argument prototype would still apply. */
7722char $ac_func ();
252b5132
RH
7723/* The GNU C library defines this for functions which it implements
7724 to always fail with ENOSYS. Some functions are actually named
7725 something starting with __ and the normal name is an alias. */
7726#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7727choke me
7728#else
5464f5a1
NN
7729char (*f) () = $ac_func;
7730#endif
7731#ifdef __cplusplus
7732}
252b5132
RH
7733#endif
7734
5464f5a1
NN
7735int
7736main ()
7737{
7738return f != $ac_func;
7739 ;
7740 return 0;
7741}
7742_ACEOF
7743rm -f conftest.$ac_objext conftest$ac_exeext
7744if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7745 (eval $ac_link) 2>conftest.er1
7746 ac_status=$?
7747 grep -v '^ *+' conftest.er1 >conftest.err
7748 rm -f conftest.er1
7749 cat conftest.err >&5
7750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7751 (exit $ac_status); } &&
49c96104
SE
7752 { ac_try='test -z "$ac_c_werror_flag"
7753 || test ! -s conftest.err'
5464f5a1
NN
7754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7755 (eval $ac_try) 2>&5
7756 ac_status=$?
7757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7758 (exit $ac_status); }; } &&
7759 { ac_try='test -s conftest$ac_exeext'
7760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7761 (eval $ac_try) 2>&5
7762 ac_status=$?
7763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7764 (exit $ac_status); }; }; then
7765 eval "$as_ac_var=yes"
7766else
7767 echo "$as_me: failed program was:" >&5
7768sed 's/^/| /' conftest.$ac_ext >&5
7769
7770eval "$as_ac_var=no"
7771fi
7772rm -f conftest.err conftest.$ac_objext \
7773 conftest$ac_exeext conftest.$ac_ext
7774fi
7775echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7776echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7777if test `eval echo '${'$as_ac_var'}'` = yes; then
7778 cat >>confdefs.h <<_ACEOF
7779#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7780_ACEOF
252b5132 7781
252b5132
RH
7782fi
7783done
7784
7785 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7786set dummy gmsgfmt; ac_word=$2
5464f5a1
NN
7787echo "$as_me:$LINENO: checking for $ac_word" >&5
7788echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7789if test "${ac_cv_path_GMSGFMT+set}" = set; then
7790 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7791else
5464f5a1
NN
7792 case $GMSGFMT in
7793 [\\/]* | ?:[\\/]*)
252b5132
RH
7794 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
7795 ;;
252b5132 7796 *)
5464f5a1
NN
7797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7798for as_dir in $PATH
7799do
7800 IFS=$as_save_IFS
7801 test -z "$as_dir" && as_dir=.
7802 for ac_exec_ext in '' $ac_executable_extensions; do
7803 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7804 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
7805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7806 break 2
7807 fi
7808done
7809done
7810
252b5132
RH
7811 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
7812 ;;
7813esac
7814fi
5464f5a1
NN
7815GMSGFMT=$ac_cv_path_GMSGFMT
7816
252b5132 7817if test -n "$GMSGFMT"; then
5464f5a1
NN
7818 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
7819echo "${ECHO_T}$GMSGFMT" >&6
252b5132 7820else
5464f5a1
NN
7821 echo "$as_me:$LINENO: result: no" >&5
7822echo "${ECHO_T}no" >&6
252b5132
RH
7823fi
7824
7825 # Extract the first word of "xgettext", so it can be a program name with args.
7826set dummy xgettext; ac_word=$2
5464f5a1
NN
7827echo "$as_me:$LINENO: checking for $ac_word" >&5
7828echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7829if test "${ac_cv_path_XGETTEXT+set}" = set; then
7830 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7831else
7832 case "$XGETTEXT" in
7833 /*)
7834 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
7835 ;;
7836 *)
7837 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7838 for ac_dir in $PATH; do
7839 test -z "$ac_dir" && ac_dir=.
7840 if test -f $ac_dir/$ac_word; then
7841 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
7842 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
7843 break
7844 fi
7845 fi
7846 done
7847 IFS="$ac_save_ifs"
7848 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
7849 ;;
7850esac
7851fi
7852XGETTEXT="$ac_cv_path_XGETTEXT"
7853if test -n "$XGETTEXT"; then
5464f5a1
NN
7854 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
7855echo "${ECHO_T}$XGETTEXT" >&6
252b5132 7856else
5464f5a1
NN
7857 echo "$as_me:$LINENO: result: no" >&5
7858echo "${ECHO_T}no" >&6
252b5132
RH
7859fi
7860
5464f5a1
NN
7861 cat >conftest.$ac_ext <<_ACEOF
7862/* confdefs.h. */
7863_ACEOF
7864cat confdefs.h >>conftest.$ac_ext
7865cat >>conftest.$ac_ext <<_ACEOF
7866/* end confdefs.h. */
252b5132 7867
5464f5a1
NN
7868int
7869main ()
7870{
252b5132
RH
7871extern int _nl_msg_cat_cntr;
7872 return _nl_msg_cat_cntr
5464f5a1
NN
7873 ;
7874 return 0;
7875}
7876_ACEOF
7877rm -f conftest.$ac_objext conftest$ac_exeext
7878if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7879 (eval $ac_link) 2>conftest.er1
7880 ac_status=$?
7881 grep -v '^ *+' conftest.er1 >conftest.err
7882 rm -f conftest.er1
7883 cat conftest.err >&5
7884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7885 (exit $ac_status); } &&
49c96104
SE
7886 { ac_try='test -z "$ac_c_werror_flag"
7887 || test ! -s conftest.err'
5464f5a1
NN
7888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7889 (eval $ac_try) 2>&5
7890 ac_status=$?
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); }; } &&
7893 { ac_try='test -s conftest$ac_exeext'
7894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7895 (eval $ac_try) 2>&5
7896 ac_status=$?
7897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7898 (exit $ac_status); }; }; then
252b5132
RH
7899 CATOBJEXT=.gmo
7900 DATADIRNAME=share
7901else
5464f5a1
NN
7902 echo "$as_me: failed program was:" >&5
7903sed 's/^/| /' conftest.$ac_ext >&5
7904
7905CATOBJEXT=.mo
252b5132
RH
7906 DATADIRNAME=lib
7907fi
5464f5a1
NN
7908rm -f conftest.err conftest.$ac_objext \
7909 conftest$ac_exeext conftest.$ac_ext
252b5132
RH
7910 INSTOBJEXT=.mo
7911 fi
7912 fi
5464f5a1 7913
b3baf5d0 7914fi
252b5132 7915
6be7c12c 7916
5464f5a1
NN
7917
7918
a53bf506 7919 if test x"$CATOBJEXT" = x && test -d $srcdir/../intl; then
45181ed1
AC
7920 # Neither gettext nor catgets in included in the C library.
7921 # Fall back on GNU gettext library (assuming it is present).
7922 nls_cv_use_gnu_gettext=yes
252b5132
RH
7923 fi
7924 fi
7925
7926 if test "$nls_cv_use_gnu_gettext" = "yes"; then
7927 INTLOBJS="\$(GETTOBJS)"
7928 # Extract the first word of "msgfmt", so it can be a program name with args.
7929set dummy msgfmt; ac_word=$2
5464f5a1
NN
7930echo "$as_me:$LINENO: checking for $ac_word" >&5
7931echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7932if test "${ac_cv_path_MSGFMT+set}" = set; then
7933 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7934else
7935 case "$MSGFMT" in
7936 /*)
7937 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
7938 ;;
7939 *)
7940 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7941 for ac_dir in $PATH; do
7942 test -z "$ac_dir" && ac_dir=.
7943 if test -f $ac_dir/$ac_word; then
7944 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7945 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
7946 break
7947 fi
7948 fi
7949 done
7950 IFS="$ac_save_ifs"
7951 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
7952 ;;
7953esac
7954fi
7955MSGFMT="$ac_cv_path_MSGFMT"
7956if test -n "$MSGFMT"; then
5464f5a1
NN
7957 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7958echo "${ECHO_T}$MSGFMT" >&6
252b5132 7959else
5464f5a1
NN
7960 echo "$as_me:$LINENO: result: no" >&5
7961echo "${ECHO_T}no" >&6
252b5132
RH
7962fi
7963
7964 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7965set dummy gmsgfmt; ac_word=$2
5464f5a1
NN
7966echo "$as_me:$LINENO: checking for $ac_word" >&5
7967echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7968if test "${ac_cv_path_GMSGFMT+set}" = set; then
7969 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7970else
5464f5a1
NN
7971 case $GMSGFMT in
7972 [\\/]* | ?:[\\/]*)
252b5132
RH
7973 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
7974 ;;
252b5132 7975 *)
5464f5a1
NN
7976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7977for as_dir in $PATH
7978do
7979 IFS=$as_save_IFS
7980 test -z "$as_dir" && as_dir=.
7981 for ac_exec_ext in '' $ac_executable_extensions; do
7982 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7983 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
7984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7985 break 2
7986 fi
7987done
7988done
7989
252b5132
RH
7990 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
7991 ;;
7992esac
7993fi
5464f5a1
NN
7994GMSGFMT=$ac_cv_path_GMSGFMT
7995
252b5132 7996if test -n "$GMSGFMT"; then
5464f5a1
NN
7997 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
7998echo "${ECHO_T}$GMSGFMT" >&6
252b5132 7999else
5464f5a1
NN
8000 echo "$as_me:$LINENO: result: no" >&5
8001echo "${ECHO_T}no" >&6
252b5132
RH
8002fi
8003
8004 # Extract the first word of "xgettext", so it can be a program name with args.
8005set dummy xgettext; ac_word=$2
5464f5a1
NN
8006echo "$as_me:$LINENO: checking for $ac_word" >&5
8007echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8008if test "${ac_cv_path_XGETTEXT+set}" = set; then
8009 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8010else
8011 case "$XGETTEXT" in
8012 /*)
8013 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
8014 ;;
8015 *)
8016 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8017 for ac_dir in $PATH; do
8018 test -z "$ac_dir" && ac_dir=.
8019 if test -f $ac_dir/$ac_word; then
8020 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8021 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
8022 break
8023 fi
8024 fi
8025 done
8026 IFS="$ac_save_ifs"
8027 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
8028 ;;
8029esac
8030fi
8031XGETTEXT="$ac_cv_path_XGETTEXT"
8032if test -n "$XGETTEXT"; then
5464f5a1
NN
8033 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8034echo "${ECHO_T}$XGETTEXT" >&6
252b5132 8035else
5464f5a1
NN
8036 echo "$as_me:$LINENO: result: no" >&5
8037echo "${ECHO_T}no" >&6
252b5132
RH
8038fi
8039
5464f5a1 8040
252b5132
RH
8041 USE_INCLUDED_LIBINTL=yes
8042 CATOBJEXT=.gmo
8043 INSTOBJEXT=.mo
8044 DATADIRNAME=share
8045 INTLDEPS='$(top_builddir)/../intl/libintl.a'
8046 INTLLIBS=$INTLDEPS
8047 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
8048 nls_cv_header_intl=libintl.h
8049 nls_cv_header_libgt=libgettext.h
8050 fi
8051
8052 if test "$XGETTEXT" != ":"; then
8053 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
8054 : ;
8055 else
5464f5a1
NN
8056 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
8057echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
252b5132
RH
8058 XGETTEXT=":"
8059 fi
8060 fi
8061
8062 # We need to process the po/ directory.
8063 POSUB=po
8064 else
8065 DATADIRNAME=share
8066 nls_cv_header_intl=libintl.h
8067 nls_cv_header_libgt=libgettext.h
8068 fi
8069
8070 # If this is used in GNU gettext we have to set USE_NLS to `yes'
8071 # because some of the sources are only built for this goal.
8072 if test "$PACKAGE" = gettext; then
8073 USE_NLS=yes
8074 USE_INCLUDED_LIBINTL=yes
8075 fi
8076
8077 for lang in $ALL_LINGUAS; do
8078 GMOFILES="$GMOFILES $lang.gmo"
8079 POFILES="$POFILES $lang.po"
8080 done
8081
5464f5a1
NN
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
c46f8c51
AC
8093 if test "x$CATOBJEXT" != "x"; then
8094
8095cat >>confdefs.h <<\_ACEOF
8096#define ENABLE_NLS 1
8097_ACEOF
8098
8099 fi
5464f5a1 8100
6be7c12c 8101
252b5132
RH
8102 if test "x$CATOBJEXT" != "x"; then
8103 if test "x$ALL_LINGUAS" = "x"; then
8104 LINGUAS=
8105 else
5464f5a1
NN
8106 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
8107echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
252b5132
RH
8108 NEW_LINGUAS=
8109 for lang in ${LINGUAS=$ALL_LINGUAS}; do
8110 case "$ALL_LINGUAS" in
8111 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
8112 esac
8113 done
8114 LINGUAS=$NEW_LINGUAS
5464f5a1
NN
8115 echo "$as_me:$LINENO: result: $LINGUAS" >&5
8116echo "${ECHO_T}$LINGUAS" >&6
252b5132
RH
8117 fi
8118
8119 if test -n "$LINGUAS"; then
8120 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
8121 fi
8122 fi
8123
8124 if test $ac_cv_header_locale_h = yes; then
8125 INCLUDE_LOCALE_H="#include <locale.h>"
8126 else
8127 INCLUDE_LOCALE_H="\
8128/* The system does not provide the header <locale.h>. Take care yourself. */"
8129 fi
5464f5a1 8130
252b5132
RH
8131
8132 if test -f $srcdir/po2tbl.sed.in; then
8133 if test "$CATOBJEXT" = ".cat"; then
5464f5a1
NN
8134 if test "${ac_cv_header_linux_version_h+set}" = set; then
8135 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8136echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8137if test "${ac_cv_header_linux_version_h+set}" = set; then
8138 echo $ECHO_N "(cached) $ECHO_C" >&6
8139fi
8140echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8141echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8142else
8143 # Is the header compilable?
8144echo "$as_me:$LINENO: checking linux/version.h usability" >&5
8145echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
8146cat >conftest.$ac_ext <<_ACEOF
8147/* confdefs.h. */
8148_ACEOF
8149cat confdefs.h >>conftest.$ac_ext
8150cat >>conftest.$ac_ext <<_ACEOF
8151/* end confdefs.h. */
8152$ac_includes_default
252b5132 8153#include <linux/version.h>
5464f5a1
NN
8154_ACEOF
8155rm -f conftest.$ac_objext
8156if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8157 (eval $ac_compile) 2>conftest.er1
8158 ac_status=$?
8159 grep -v '^ *+' conftest.er1 >conftest.err
8160 rm -f conftest.er1
8161 cat conftest.err >&5
8162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8163 (exit $ac_status); } &&
49c96104
SE
8164 { ac_try='test -z "$ac_c_werror_flag"
8165 || test ! -s conftest.err'
5464f5a1
NN
8166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8167 (eval $ac_try) 2>&5
8168 ac_status=$?
8169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8170 (exit $ac_status); }; } &&
8171 { ac_try='test -s conftest.$ac_objext'
8172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8173 (eval $ac_try) 2>&5
8174 ac_status=$?
8175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8176 (exit $ac_status); }; }; then
8177 ac_header_compiler=yes
8178else
8179 echo "$as_me: failed program was:" >&5
8180sed 's/^/| /' conftest.$ac_ext >&5
8181
8182ac_header_compiler=no
8183fi
8184rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8185echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8186echo "${ECHO_T}$ac_header_compiler" >&6
8187
8188# Is the header present?
8189echo "$as_me:$LINENO: checking linux/version.h presence" >&5
8190echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
8191cat >conftest.$ac_ext <<_ACEOF
8192/* confdefs.h. */
8193_ACEOF
8194cat confdefs.h >>conftest.$ac_ext
8195cat >>conftest.$ac_ext <<_ACEOF
8196/* end confdefs.h. */
8197#include <linux/version.h>
8198_ACEOF
8199if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8200 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8201 ac_status=$?
8202 grep -v '^ *+' conftest.er1 >conftest.err
8203 rm -f conftest.er1
8204 cat conftest.err >&5
8205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8206 (exit $ac_status); } >/dev/null; then
8207 if test -s conftest.err; then
8208 ac_cpp_err=$ac_c_preproc_warn_flag
8209 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8210 else
8211 ac_cpp_err=
8212 fi
252b5132 8213else
5464f5a1 8214 ac_cpp_err=yes
252b5132 8215fi
5464f5a1
NN
8216if test -z "$ac_cpp_err"; then
8217 ac_header_preproc=yes
8218else
8219 echo "$as_me: failed program was:" >&5
8220sed 's/^/| /' conftest.$ac_ext >&5
8221
8222 ac_header_preproc=no
8223fi
8224rm -f conftest.err conftest.$ac_ext
8225echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8226echo "${ECHO_T}$ac_header_preproc" >&6
8227
8228# So? What about this header?
8229case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8230 yes:no: )
8231 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
8232echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8233 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
8234echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
8235 ac_header_preproc=yes
8236 ;;
8237 no:yes:* )
8238 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
8239echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
8240 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
8241echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
8242 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
8243echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
8244 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
8245echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
8246 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
8247echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
8248 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
8249echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
8250 (
8251 cat <<\_ASBOX
8252## ------------------------------------------ ##
8253## Report this to the AC_PACKAGE_NAME lists. ##
8254## ------------------------------------------ ##
8255_ASBOX
8256 ) |
8257 sed "s/^/$as_me: WARNING: /" >&2
8258 ;;
8259esac
8260echo "$as_me:$LINENO: checking for linux/version.h" >&5
8261echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8262if test "${ac_cv_header_linux_version_h+set}" = set; then
8263 echo $ECHO_N "(cached) $ECHO_C" >&6
8264else
8265 ac_cv_header_linux_version_h=$ac_header_preproc
8266fi
8267echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8268echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8269
252b5132 8270fi
5464f5a1 8271if test $ac_cv_header_linux_version_h = yes; then
252b5132
RH
8272 msgformat=linux
8273else
5464f5a1 8274 msgformat=xopen
252b5132
RH
8275fi
8276
6be7c12c 8277
5464f5a1 8278
252b5132
RH
8279 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
8280 fi
8281 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
8282 $srcdir/po2tbl.sed.in > po2tbl.sed
8283 fi
8284
8285 if test "$PACKAGE" = "gettext"; then
8286 GT_NO="#NO#"
8287 GT_YES=
8288 else
8289 GT_NO=
8290 GT_YES="#YES#"
8291 fi
5464f5a1
NN
8292
8293
252b5132
RH
8294
8295 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
5464f5a1 8296
252b5132
RH
8297
8298 l=
5464f5a1 8299
252b5132 8300
3c3bdf30 8301 if test -f $srcdir/po/POTFILES.in; then
252b5132
RH
8302 test -d po || mkdir po
8303 if test "x$srcdir" != "x."; then
8304 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
8305 posrcprefix="$srcdir/"
8306 else
8307 posrcprefix="../$srcdir/"
8308 fi
8309 else
8310 posrcprefix="../"
8311 fi
8312 rm -f po/POTFILES
8313 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
8314 < $srcdir/po/POTFILES.in > po/POTFILES
8315 fi
5464f5a1 8316
252b5132
RH
8317
8318# Permit host specific settings.
8319. ${srcdir}/configure.host
8320
6be7c12c 8321
252b5132
RH
8322# Find a good install program. We prefer a C program (faster),
8323# so one script is as good as another. But avoid the broken or
8324# incompatible versions:
8325# SysV /etc/install, /usr/sbin/install
8326# SunOS /usr/etc/install
8327# IRIX /sbin/install
8328# AIX /bin/install
5464f5a1 8329# AmigaOS /C/install, which installs bootblocks on floppy discs
252b5132
RH
8330# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8331# AFS /usr/afsws/bin/install, which mishandles nonexistent args
8332# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5464f5a1 8333# OS/2's system install, which has a completely different semantic
252b5132 8334# ./install, which can be erroneously created by make from ./install.sh.
5464f5a1
NN
8335echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
8336echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
252b5132 8337if test -z "$INSTALL"; then
5464f5a1
NN
8338if test "${ac_cv_path_install+set}" = set; then
8339 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8340else
5464f5a1
NN
8341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8342for as_dir in $PATH
8343do
8344 IFS=$as_save_IFS
8345 test -z "$as_dir" && as_dir=.
8346 # Account for people who put trailing slashes in PATH elements.
8347case $as_dir/ in
8348 ./ | .// | /cC/* | \
8349 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
8350 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
8351 /usr/ucb/* ) ;;
8352 *)
8353 # OSF1 and SCO ODT 3.0 have their own names for install.
8354 # Don't use installbsd from OSF since it installs stuff as root
8355 # by default.
8356 for ac_prog in ginstall scoinst install; do
8357 for ac_exec_ext in '' $ac_executable_extensions; do
8358 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 8359 if test $ac_prog = install &&
5464f5a1 8360 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
8361 # AIX install. It has an incompatible calling convention.
8362 :
5464f5a1
NN
8363 elif test $ac_prog = install &&
8364 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
8365 # program-specific install script used by HP pwplus--don't use.
8366 :
252b5132 8367 else
5464f5a1
NN
8368 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
8369 break 3
252b5132
RH
8370 fi
8371 fi
8372 done
5464f5a1
NN
8373 done
8374 ;;
8375esac
8376done
8377
252b5132
RH
8378
8379fi
8380 if test "${ac_cv_path_install+set}" = set; then
5464f5a1 8381 INSTALL=$ac_cv_path_install
252b5132
RH
8382 else
8383 # As a last resort, use the slow shell script. We don't cache a
8384 # path for INSTALL within a source directory, because that will
8385 # break other packages using the cache if that directory is
8386 # removed, or if the path is relative.
5464f5a1 8387 INSTALL=$ac_install_sh
252b5132
RH
8388 fi
8389fi
5464f5a1
NN
8390echo "$as_me:$LINENO: result: $INSTALL" >&5
8391echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
8392
8393# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8394# It thinks the first close brace ends the variable substitution.
8395test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8396
5464f5a1 8397test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
8398
8399test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8400
6be7c12c 8401
252b5132 8402BFD_HOST_64BIT_LONG=0
ec317fb1 8403BFD_HOST_LONG_LONG=0
252b5132
RH
8404BFD_HOST_64_BIT_DEFINED=0
8405BFD_HOST_64_BIT=
8406BFD_HOST_U_64_BIT=
252b5132 8407
5464f5a1
NN
8408echo "$as_me:$LINENO: checking for long long" >&5
8409echo $ECHO_N "checking for long long... $ECHO_C" >&6
8410if test "${bfd_cv_has_long_long+set}" = set; then
8411 echo $ECHO_N "(cached) $ECHO_C" >&6
ec317fb1 8412else
5464f5a1
NN
8413 cat >conftest.$ac_ext <<_ACEOF
8414/* confdefs.h. */
8415_ACEOF
8416cat confdefs.h >>conftest.$ac_ext
8417cat >>conftest.$ac_ext <<_ACEOF
8418/* end confdefs.h. */
ec317fb1 8419
5464f5a1
NN
8420int
8421main ()
8422{
ec317fb1 8423unsigned long long ll = 18446744073709551615ULL;
5464f5a1
NN
8424 ;
8425 return 0;
8426}
8427_ACEOF
8428rm -f conftest.$ac_objext
8429if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8430 (eval $ac_compile) 2>conftest.er1
8431 ac_status=$?
8432 grep -v '^ *+' conftest.er1 >conftest.err
8433 rm -f conftest.er1
8434 cat conftest.err >&5
8435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8436 (exit $ac_status); } &&
49c96104
SE
8437 { ac_try='test -z "$ac_c_werror_flag"
8438 || test ! -s conftest.err'
5464f5a1
NN
8439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8440 (eval $ac_try) 2>&5
8441 ac_status=$?
8442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8443 (exit $ac_status); }; } &&
8444 { ac_try='test -s conftest.$ac_objext'
8445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8446 (eval $ac_try) 2>&5
8447 ac_status=$?
8448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8449 (exit $ac_status); }; }; then
ec317fb1
ILT
8450 bfd_cv_has_long_long=yes
8451else
5464f5a1
NN
8452 echo "$as_me: failed program was:" >&5
8453sed 's/^/| /' conftest.$ac_ext >&5
8454
8455bfd_cv_has_long_long=no
ec317fb1 8456fi
5464f5a1 8457rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
ec317fb1
ILT
8458fi
8459
5464f5a1
NN
8460echo "$as_me:$LINENO: result: $bfd_cv_has_long_long" >&5
8461echo "${ECHO_T}$bfd_cv_has_long_long" >&6
ec317fb1
ILT
8462if test $bfd_cv_has_long_long = yes; then
8463 BFD_HOST_LONG_LONG=1
2ba49b59
KC
8464 echo "$as_me:$LINENO: checking for long long" >&5
8465echo $ECHO_N "checking for long long... $ECHO_C" >&6
8466if test "${ac_cv_type_long_long+set}" = set; then
5464f5a1 8467 echo $ECHO_N "(cached) $ECHO_C" >&6
6726e1ea 8468else
5464f5a1
NN
8469 cat >conftest.$ac_ext <<_ACEOF
8470/* confdefs.h. */
8471_ACEOF
8472cat confdefs.h >>conftest.$ac_ext
8473cat >>conftest.$ac_ext <<_ACEOF
8474/* end confdefs.h. */
2ba49b59 8475$ac_includes_default
5464f5a1
NN
8476int
8477main ()
8478{
2ba49b59
KC
8479if ((long long *) 0)
8480 return 0;
8481if (sizeof (long long))
8482 return 0;
5464f5a1
NN
8483 ;
8484 return 0;
8485}
8486_ACEOF
8487rm -f conftest.$ac_objext
8488if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8489 (eval $ac_compile) 2>conftest.er1
8490 ac_status=$?
8491 grep -v '^ *+' conftest.er1 >conftest.err
8492 rm -f conftest.er1
8493 cat conftest.err >&5
8494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8495 (exit $ac_status); } &&
49c96104
SE
8496 { ac_try='test -z "$ac_c_werror_flag"
8497 || test ! -s conftest.err'
5464f5a1
NN
8498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8499 (eval $ac_try) 2>&5
8500 ac_status=$?
8501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8502 (exit $ac_status); }; } &&
8503 { ac_try='test -s conftest.$ac_objext'
8504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8505 (eval $ac_try) 2>&5
8506 ac_status=$?
8507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8508 (exit $ac_status); }; }; then
2ba49b59 8509 ac_cv_type_long_long=yes
6726e1ea 8510else
5464f5a1
NN
8511 echo "$as_me: failed program was:" >&5
8512sed 's/^/| /' conftest.$ac_ext >&5
8513
2ba49b59 8514ac_cv_type_long_long=no
6726e1ea 8515fi
5464f5a1 8516rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6726e1ea 8517fi
2ba49b59
KC
8518echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8519echo "${ECHO_T}$ac_cv_type_long_long" >&6
6726e1ea 8520
2ba49b59
KC
8521echo "$as_me:$LINENO: checking size of long long" >&5
8522echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8523if test "${ac_cv_sizeof_long_long+set}" = set; then
5464f5a1 8524 echo $ECHO_N "(cached) $ECHO_C" >&6
6726e1ea 8525else
2ba49b59
KC
8526 if test "$ac_cv_type_long_long" = yes; then
8527 # The cast to unsigned long works around a bug in the HP C Compiler
8528 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8529 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8530 # This bug is HP SR number 8606223364.
8531 if test "$cross_compiling" = yes; then
8532 # Depending upon the size, compute the lo and hi bounds.
8533cat >conftest.$ac_ext <<_ACEOF
5464f5a1
NN
8534/* confdefs.h. */
8535_ACEOF
8536cat confdefs.h >>conftest.$ac_ext
8537cat >>conftest.$ac_ext <<_ACEOF
8538/* end confdefs.h. */
2ba49b59
KC
8539$ac_includes_default
8540int
8541main ()
8542{
8543static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
8544test_array [0] = 0
6726e1ea 8545
2ba49b59
KC
8546 ;
8547 return 0;
8548}
8549_ACEOF
8550rm -f conftest.$ac_objext
8551if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8552 (eval $ac_compile) 2>conftest.er1
8553 ac_status=$?
8554 grep -v '^ *+' conftest.er1 >conftest.err
8555 rm -f conftest.er1
8556 cat conftest.err >&5
8557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8558 (exit $ac_status); } &&
49c96104
SE
8559 { ac_try='test -z "$ac_c_werror_flag"
8560 || test ! -s conftest.err'
2ba49b59
KC
8561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8562 (eval $ac_try) 2>&5
8563 ac_status=$?
8564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8565 (exit $ac_status); }; } &&
8566 { ac_try='test -s conftest.$ac_objext'
8567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8568 (eval $ac_try) 2>&5
8569 ac_status=$?
8570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571 (exit $ac_status); }; }; then
8572 ac_lo=0 ac_mid=0
8573 while :; do
8574 cat >conftest.$ac_ext <<_ACEOF
8575/* confdefs.h. */
8576_ACEOF
8577cat confdefs.h >>conftest.$ac_ext
8578cat >>conftest.$ac_ext <<_ACEOF
8579/* end confdefs.h. */
8580$ac_includes_default
5464f5a1
NN
8581int
8582main ()
8583{
2ba49b59
KC
8584static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
8585test_array [0] = 0
8586
5464f5a1
NN
8587 ;
8588 return 0;
8589}
8590_ACEOF
8591rm -f conftest.$ac_objext
8592if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8593 (eval $ac_compile) 2>conftest.er1
8594 ac_status=$?
8595 grep -v '^ *+' conftest.er1 >conftest.err
8596 rm -f conftest.er1
8597 cat conftest.err >&5
8598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8599 (exit $ac_status); } &&
49c96104
SE
8600 { ac_try='test -z "$ac_c_werror_flag"
8601 || test ! -s conftest.err'
5464f5a1
NN
8602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8603 (eval $ac_try) 2>&5
8604 ac_status=$?
8605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8606 (exit $ac_status); }; } &&
8607 { ac_try='test -s conftest.$ac_objext'
8608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8609 (eval $ac_try) 2>&5
8610 ac_status=$?
8611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8612 (exit $ac_status); }; }; then
2ba49b59 8613 ac_hi=$ac_mid; break
6726e1ea 8614else
5464f5a1
NN
8615 echo "$as_me: failed program was:" >&5
8616sed 's/^/| /' conftest.$ac_ext >&5
8617
2ba49b59
KC
8618ac_lo=`expr $ac_mid + 1`
8619 if test $ac_lo -le $ac_mid; then
8620 ac_lo= ac_hi=
8621 break
8622 fi
8623 ac_mid=`expr 2 '*' $ac_mid + 1`
6726e1ea 8624fi
5464f5a1 8625rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 8626 done
252b5132 8627else
2ba49b59
KC
8628 echo "$as_me: failed program was:" >&5
8629sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 8630
5464f5a1
NN
8631cat >conftest.$ac_ext <<_ACEOF
8632/* confdefs.h. */
8633_ACEOF
8634cat confdefs.h >>conftest.$ac_ext
8635cat >>conftest.$ac_ext <<_ACEOF
8636/* end confdefs.h. */
8637$ac_includes_default
2ba49b59
KC
8638int
8639main ()
8640{
8641static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
8642test_array [0] = 0
8643
8644 ;
8645 return 0;
8646}
5464f5a1
NN
8647_ACEOF
8648rm -f conftest.$ac_objext
8649if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8650 (eval $ac_compile) 2>conftest.er1
8651 ac_status=$?
8652 grep -v '^ *+' conftest.er1 >conftest.err
8653 rm -f conftest.er1
8654 cat conftest.err >&5
8655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8656 (exit $ac_status); } &&
49c96104
SE
8657 { ac_try='test -z "$ac_c_werror_flag"
8658 || test ! -s conftest.err'
5464f5a1
NN
8659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8660 (eval $ac_try) 2>&5
8661 ac_status=$?
8662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8663 (exit $ac_status); }; } &&
8664 { ac_try='test -s conftest.$ac_objext'
8665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8666 (eval $ac_try) 2>&5
8667 ac_status=$?
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); }; }; then
2ba49b59
KC
8670 ac_hi=-1 ac_mid=-1
8671 while :; do
8672 cat >conftest.$ac_ext <<_ACEOF
5464f5a1
NN
8673/* confdefs.h. */
8674_ACEOF
8675cat confdefs.h >>conftest.$ac_ext
8676cat >>conftest.$ac_ext <<_ACEOF
8677/* end confdefs.h. */
2ba49b59
KC
8678$ac_includes_default
8679int
8680main ()
8681{
8682static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
8683test_array [0] = 0
8684
8685 ;
8686 return 0;
8687}
5464f5a1 8688_ACEOF
2ba49b59
KC
8689rm -f conftest.$ac_objext
8690if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8691 (eval $ac_compile) 2>conftest.er1
5464f5a1
NN
8692 ac_status=$?
8693 grep -v '^ *+' conftest.er1 >conftest.err
8694 rm -f conftest.er1
8695 cat conftest.err >&5
8696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2ba49b59 8697 (exit $ac_status); } &&
49c96104
SE
8698 { ac_try='test -z "$ac_c_werror_flag"
8699 || test ! -s conftest.err'
2ba49b59
KC
8700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8701 (eval $ac_try) 2>&5
8702 ac_status=$?
8703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8704 (exit $ac_status); }; } &&
8705 { ac_try='test -s conftest.$ac_objext'
8706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8707 (eval $ac_try) 2>&5
8708 ac_status=$?
8709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8710 (exit $ac_status); }; }; then
8711 ac_lo=$ac_mid; break
252b5132 8712else
2ba49b59
KC
8713 echo "$as_me: failed program was:" >&5
8714sed 's/^/| /' conftest.$ac_ext >&5
8715
8716ac_hi=`expr '(' $ac_mid ')' - 1`
8717 if test $ac_mid -le $ac_hi; then
8718 ac_lo= ac_hi=
8719 break
8720 fi
8721 ac_mid=`expr 2 '*' $ac_mid`
252b5132 8722fi
2ba49b59
KC
8723rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8724 done
5464f5a1
NN
8725else
8726 echo "$as_me: failed program was:" >&5
8727sed 's/^/| /' conftest.$ac_ext >&5
8728
2ba49b59 8729ac_lo= ac_hi=
252b5132 8730fi
2ba49b59
KC
8731rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8732fi
8733rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8734# Binary search between lo and hi bounds.
8735while test "x$ac_lo" != "x$ac_hi"; do
8736 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8737 cat >conftest.$ac_ext <<_ACEOF
8738/* confdefs.h. */
8739_ACEOF
8740cat confdefs.h >>conftest.$ac_ext
8741cat >>conftest.$ac_ext <<_ACEOF
8742/* end confdefs.h. */
8743$ac_includes_default
8744int
8745main ()
8746{
8747static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
8748test_array [0] = 0
5464f5a1 8749
2ba49b59
KC
8750 ;
8751 return 0;
8752}
5464f5a1
NN
8753_ACEOF
8754rm -f conftest.$ac_objext
8755if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8756 (eval $ac_compile) 2>conftest.er1
8757 ac_status=$?
8758 grep -v '^ *+' conftest.er1 >conftest.err
8759 rm -f conftest.er1
8760 cat conftest.err >&5
8761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8762 (exit $ac_status); } &&
49c96104
SE
8763 { ac_try='test -z "$ac_c_werror_flag"
8764 || test ! -s conftest.err'
5464f5a1
NN
8765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8766 (eval $ac_try) 2>&5
8767 ac_status=$?
8768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8769 (exit $ac_status); }; } &&
8770 { ac_try='test -s conftest.$ac_objext'
8771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8772 (eval $ac_try) 2>&5
8773 ac_status=$?
8774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8775 (exit $ac_status); }; }; then
2ba49b59 8776 ac_hi=$ac_mid
5464f5a1
NN
8777else
8778 echo "$as_me: failed program was:" >&5
8779sed 's/^/| /' conftest.$ac_ext >&5
8780
2ba49b59 8781ac_lo=`expr '(' $ac_mid ')' + 1`
5464f5a1
NN
8782fi
8783rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59
KC
8784done
8785case $ac_lo in
8786?*) ac_cv_sizeof_long_long=$ac_lo;;
8787'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
8788See \`config.log' for more details." >&5
8789echo "$as_me: error: cannot compute sizeof (long long), 77
8790See \`config.log' for more details." >&2;}
8791 { (exit 1); exit 1; }; } ;;
8792esac
8793else
8794 if test "$cross_compiling" = yes; then
49c96104
SE
8795 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8796See \`config.log' for more details." >&5
8797echo "$as_me: error: cannot run test program while cross compiling
8798See \`config.log' for more details." >&2;}
2ba49b59
KC
8799 { (exit 1); exit 1; }; }
8800else
8801 cat >conftest.$ac_ext <<_ACEOF
5464f5a1
NN
8802/* confdefs.h. */
8803_ACEOF
8804cat confdefs.h >>conftest.$ac_ext
8805cat >>conftest.$ac_ext <<_ACEOF
8806/* end confdefs.h. */
2ba49b59
KC
8807$ac_includes_default
8808long longval () { return (long) (sizeof (long long)); }
8809unsigned long ulongval () { return (long) (sizeof (long long)); }
8810#include <stdio.h>
8811#include <stdlib.h>
8812int
8813main ()
8814{
8815
8816 FILE *f = fopen ("conftest.val", "w");
8817 if (! f)
8818 exit (1);
8819 if (((long) (sizeof (long long))) < 0)
8820 {
8821 long i = longval ();
8822 if (i != ((long) (sizeof (long long))))
8823 exit (1);
8824 fprintf (f, "%ld\n", i);
8825 }
8826 else
8827 {
8828 unsigned long i = ulongval ();
8829 if (i != ((long) (sizeof (long long))))
8830 exit (1);
8831 fprintf (f, "%lu\n", i);
8832 }
8833 exit (ferror (f) || fclose (f) != 0);
8834
8835 ;
8836 return 0;
8837}
5464f5a1 8838_ACEOF
2ba49b59
KC
8839rm -f conftest$ac_exeext
8840if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8841 (eval $ac_link) 2>&5
5464f5a1 8842 ac_status=$?
5464f5a1 8843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2ba49b59
KC
8844 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8846 (eval $ac_try) 2>&5
8847 ac_status=$?
8848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8849 (exit $ac_status); }; }; then
8850 ac_cv_sizeof_long_long=`cat conftest.val`
5464f5a1 8851else
2ba49b59
KC
8852 echo "$as_me: program exited with status $ac_status" >&5
8853echo "$as_me: failed program was:" >&5
5464f5a1
NN
8854sed 's/^/| /' conftest.$ac_ext >&5
8855
2ba49b59
KC
8856( exit $ac_status )
8857{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
8858See \`config.log' for more details." >&5
8859echo "$as_me: error: cannot compute sizeof (long long), 77
8860See \`config.log' for more details." >&2;}
8861 { (exit 1); exit 1; }; }
252b5132 8862fi
2ba49b59
KC
8863rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8864fi
8865fi
8866rm -f conftest.val
6be7c12c 8867else
2ba49b59 8868 ac_cv_sizeof_long_long=0
5464f5a1 8869fi
5464f5a1 8870fi
2ba49b59
KC
8871echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
8872echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
8873cat >>confdefs.h <<_ACEOF
8874#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5464f5a1
NN
8875_ACEOF
8876
5464f5a1 8877
2ba49b59 8878fi
252b5132 8879
2ba49b59
KC
8880echo "$as_me:$LINENO: checking for long" >&5
8881echo $ECHO_N "checking for long... $ECHO_C" >&6
8882if test "${ac_cv_type_long+set}" = set; then
5464f5a1
NN
8883 echo $ECHO_N "(cached) $ECHO_C" >&6
8884else
8885 cat >conftest.$ac_ext <<_ACEOF
8886/* confdefs.h. */
8887_ACEOF
8888cat confdefs.h >>conftest.$ac_ext
8889cat >>conftest.$ac_ext <<_ACEOF
8890/* end confdefs.h. */
2ba49b59 8891$ac_includes_default
5464f5a1
NN
8892int
8893main ()
8894{
2ba49b59
KC
8895if ((long *) 0)
8896 return 0;
8897if (sizeof (long))
8898 return 0;
5464f5a1
NN
8899 ;
8900 return 0;
8901}
8902_ACEOF
8903rm -f conftest.$ac_objext
8904if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8905 (eval $ac_compile) 2>conftest.er1
8906 ac_status=$?
8907 grep -v '^ *+' conftest.er1 >conftest.err
8908 rm -f conftest.er1
8909 cat conftest.err >&5
8910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8911 (exit $ac_status); } &&
49c96104
SE
8912 { ac_try='test -z "$ac_c_werror_flag"
8913 || test ! -s conftest.err'
5464f5a1
NN
8914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8915 (eval $ac_try) 2>&5
8916 ac_status=$?
8917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8918 (exit $ac_status); }; } &&
8919 { ac_try='test -s conftest.$ac_objext'
8920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8921 (eval $ac_try) 2>&5
8922 ac_status=$?
8923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8924 (exit $ac_status); }; }; then
2ba49b59 8925 ac_cv_type_long=yes
252b5132 8926else
5464f5a1
NN
8927 echo "$as_me: failed program was:" >&5
8928sed 's/^/| /' conftest.$ac_ext >&5
8929
2ba49b59 8930ac_cv_type_long=no
252b5132 8931fi
5464f5a1 8932rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 8933fi
2ba49b59
KC
8934echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
8935echo "${ECHO_T}$ac_cv_type_long" >&6
5464f5a1 8936
2ba49b59
KC
8937echo "$as_me:$LINENO: checking size of long" >&5
8938echo $ECHO_N "checking size of long... $ECHO_C" >&6
8939if test "${ac_cv_sizeof_long+set}" = set; then
5464f5a1
NN
8940 echo $ECHO_N "(cached) $ECHO_C" >&6
8941else
2ba49b59
KC
8942 if test "$ac_cv_type_long" = yes; then
8943 # The cast to unsigned long works around a bug in the HP C Compiler
8944 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8945 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8946 # This bug is HP SR number 8606223364.
8947 if test "$cross_compiling" = yes; then
8948 # Depending upon the size, compute the lo and hi bounds.
8949cat >conftest.$ac_ext <<_ACEOF
5464f5a1
NN
8950/* confdefs.h. */
8951_ACEOF
8952cat confdefs.h >>conftest.$ac_ext
8953cat >>conftest.$ac_ext <<_ACEOF
8954/* end confdefs.h. */
2ba49b59 8955$ac_includes_default
5464f5a1
NN
8956int
8957main ()
8958{
2ba49b59
KC
8959static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
8960test_array [0] = 0
8961
5464f5a1
NN
8962 ;
8963 return 0;
8964}
8965_ACEOF
8966rm -f conftest.$ac_objext
8967if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8968 (eval $ac_compile) 2>conftest.er1
8969 ac_status=$?
8970 grep -v '^ *+' conftest.er1 >conftest.err
8971 rm -f conftest.er1
8972 cat conftest.err >&5
8973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8974 (exit $ac_status); } &&
49c96104
SE
8975 { ac_try='test -z "$ac_c_werror_flag"
8976 || test ! -s conftest.err'
5464f5a1
NN
8977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8978 (eval $ac_try) 2>&5
8979 ac_status=$?
8980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8981 (exit $ac_status); }; } &&
8982 { ac_try='test -s conftest.$ac_objext'
8983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8984 (eval $ac_try) 2>&5
8985 ac_status=$?
8986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8987 (exit $ac_status); }; }; then
2ba49b59
KC
8988 ac_lo=0 ac_mid=0
8989 while :; do
8990 cat >conftest.$ac_ext <<_ACEOF
5464f5a1
NN
8991/* confdefs.h. */
8992_ACEOF
8993cat confdefs.h >>conftest.$ac_ext
8994cat >>conftest.$ac_ext <<_ACEOF
8995/* end confdefs.h. */
2ba49b59 8996$ac_includes_default
5464f5a1
NN
8997int
8998main ()
8999{
2ba49b59
KC
9000static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
9001test_array [0] = 0
9002
5464f5a1
NN
9003 ;
9004 return 0;
9005}
9006_ACEOF
2ba49b59
KC
9007rm -f conftest.$ac_objext
9008if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9009 (eval $ac_compile) 2>conftest.er1
5464f5a1
NN
9010 ac_status=$?
9011 grep -v '^ *+' conftest.er1 >conftest.err
9012 rm -f conftest.er1
9013 cat conftest.err >&5
9014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9015 (exit $ac_status); } &&
49c96104
SE
9016 { ac_try='test -z "$ac_c_werror_flag"
9017 || test ! -s conftest.err'
5464f5a1
NN
9018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9019 (eval $ac_try) 2>&5
9020 ac_status=$?
9021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022 (exit $ac_status); }; } &&
2ba49b59 9023 { ac_try='test -s conftest.$ac_objext'
5464f5a1
NN
9024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9025 (eval $ac_try) 2>&5
9026 ac_status=$?
9027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9028 (exit $ac_status); }; }; then
2ba49b59 9029 ac_hi=$ac_mid; break
5464f5a1
NN
9030else
9031 echo "$as_me: failed program was:" >&5
9032sed 's/^/| /' conftest.$ac_ext >&5
9033
2ba49b59
KC
9034ac_lo=`expr $ac_mid + 1`
9035 if test $ac_lo -le $ac_mid; then
9036 ac_lo= ac_hi=
9037 break
9038 fi
9039 ac_mid=`expr 2 '*' $ac_mid + 1`
5464f5a1 9040fi
2ba49b59
KC
9041rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9042 done
9043else
9044 echo "$as_me: failed program was:" >&5
9045sed 's/^/| /' conftest.$ac_ext >&5
9046
9047cat >conftest.$ac_ext <<_ACEOF
5464f5a1
NN
9048/* confdefs.h. */
9049_ACEOF
9050cat confdefs.h >>conftest.$ac_ext
9051cat >>conftest.$ac_ext <<_ACEOF
9052/* end confdefs.h. */
2ba49b59 9053$ac_includes_default
5464f5a1
NN
9054int
9055main ()
9056{
2ba49b59
KC
9057static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
9058test_array [0] = 0
9059
5464f5a1
NN
9060 ;
9061 return 0;
9062}
9063_ACEOF
2ba49b59
KC
9064rm -f conftest.$ac_objext
9065if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9066 (eval $ac_compile) 2>conftest.er1
5464f5a1
NN
9067 ac_status=$?
9068 grep -v '^ *+' conftest.er1 >conftest.err
9069 rm -f conftest.er1
9070 cat conftest.err >&5
9071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9072 (exit $ac_status); } &&
49c96104
SE
9073 { ac_try='test -z "$ac_c_werror_flag"
9074 || test ! -s conftest.err'
5464f5a1
NN
9075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9076 (eval $ac_try) 2>&5
9077 ac_status=$?
9078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9079 (exit $ac_status); }; } &&
2ba49b59 9080 { ac_try='test -s conftest.$ac_objext'
5464f5a1
NN
9081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9082 (eval $ac_try) 2>&5
9083 ac_status=$?
9084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9085 (exit $ac_status); }; }; then
2ba49b59
KC
9086 ac_hi=-1 ac_mid=-1
9087 while :; do
9088 cat >conftest.$ac_ext <<_ACEOF
5464f5a1
NN
9089/* confdefs.h. */
9090_ACEOF
9091cat confdefs.h >>conftest.$ac_ext
9092cat >>conftest.$ac_ext <<_ACEOF
9093/* end confdefs.h. */
2ba49b59 9094$ac_includes_default
5464f5a1
NN
9095int
9096main ()
9097{
2ba49b59
KC
9098static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
9099test_array [0] = 0
9100
5464f5a1
NN
9101 ;
9102 return 0;
9103}
9104_ACEOF
2ba49b59
KC
9105rm -f conftest.$ac_objext
9106if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9107 (eval $ac_compile) 2>conftest.er1
5464f5a1
NN
9108 ac_status=$?
9109 grep -v '^ *+' conftest.er1 >conftest.err
9110 rm -f conftest.er1
9111 cat conftest.err >&5
9112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9113 (exit $ac_status); } &&
49c96104
SE
9114 { ac_try='test -z "$ac_c_werror_flag"
9115 || test ! -s conftest.err'
5464f5a1
NN
9116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9117 (eval $ac_try) 2>&5
9118 ac_status=$?
9119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9120 (exit $ac_status); }; } &&
2ba49b59 9121 { ac_try='test -s conftest.$ac_objext'
5464f5a1
NN
9122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9123 (eval $ac_try) 2>&5
9124 ac_status=$?
9125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9126 (exit $ac_status); }; }; then
2ba49b59 9127 ac_lo=$ac_mid; break
5464f5a1
NN
9128else
9129 echo "$as_me: failed program was:" >&5
9130sed 's/^/| /' conftest.$ac_ext >&5
9131
2ba49b59
KC
9132ac_hi=`expr '(' $ac_mid ')' - 1`
9133 if test $ac_mid -le $ac_hi; then
9134 ac_lo= ac_hi=
9135 break
9136 fi
9137 ac_mid=`expr 2 '*' $ac_mid`
5464f5a1 9138fi
2ba49b59
KC
9139rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9140 done
9141else
9142 echo "$as_me: failed program was:" >&5
9143sed 's/^/| /' conftest.$ac_ext >&5
9144
9145ac_lo= ac_hi=
9146fi
9147rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9148fi
9149rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9150# Binary search between lo and hi bounds.
9151while test "x$ac_lo" != "x$ac_hi"; do
9152 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9153 cat >conftest.$ac_ext <<_ACEOF
5464f5a1
NN
9154/* confdefs.h. */
9155_ACEOF
9156cat confdefs.h >>conftest.$ac_ext
9157cat >>conftest.$ac_ext <<_ACEOF
9158/* end confdefs.h. */
2ba49b59 9159$ac_includes_default
5464f5a1
NN
9160int
9161main ()
9162{
2ba49b59
KC
9163static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
9164test_array [0] = 0
9165
5464f5a1
NN
9166 ;
9167 return 0;
9168}
9169_ACEOF
2ba49b59
KC
9170rm -f conftest.$ac_objext
9171if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9172 (eval $ac_compile) 2>conftest.er1
5464f5a1
NN
9173 ac_status=$?
9174 grep -v '^ *+' conftest.er1 >conftest.err
9175 rm -f conftest.er1
9176 cat conftest.err >&5
9177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9178 (exit $ac_status); } &&
49c96104
SE
9179 { ac_try='test -z "$ac_c_werror_flag"
9180 || test ! -s conftest.err'
5464f5a1
NN
9181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9182 (eval $ac_try) 2>&5
9183 ac_status=$?
9184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9185 (exit $ac_status); }; } &&
2ba49b59 9186 { ac_try='test -s conftest.$ac_objext'
5464f5a1
NN
9187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9188 (eval $ac_try) 2>&5
9189 ac_status=$?
9190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9191 (exit $ac_status); }; }; then
2ba49b59 9192 ac_hi=$ac_mid
5464f5a1
NN
9193else
9194 echo "$as_me: failed program was:" >&5
9195sed 's/^/| /' conftest.$ac_ext >&5
9196
2ba49b59 9197ac_lo=`expr '(' $ac_mid ')' + 1`
5464f5a1 9198fi
2ba49b59
KC
9199rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9200done
9201case $ac_lo in
9202?*) ac_cv_sizeof_long=$ac_lo;;
9203'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
9204See \`config.log' for more details." >&5
9205echo "$as_me: error: cannot compute sizeof (long), 77
9206See \`config.log' for more details." >&2;}
9207 { (exit 1); exit 1; }; } ;;
9208esac
9209else
9210 if test "$cross_compiling" = yes; then
49c96104
SE
9211 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9212See \`config.log' for more details." >&5
9213echo "$as_me: error: cannot run test program while cross compiling
9214See \`config.log' for more details." >&2;}
2ba49b59 9215 { (exit 1); exit 1; }; }
2e0fbf77
JW
9216else
9217 cat >conftest.$ac_ext <<_ACEOF
9218/* confdefs.h. */
9219_ACEOF
9220cat confdefs.h >>conftest.$ac_ext
9221cat >>conftest.$ac_ext <<_ACEOF
9222/* end confdefs.h. */
2ba49b59
KC
9223$ac_includes_default
9224long longval () { return (long) (sizeof (long)); }
9225unsigned long ulongval () { return (long) (sizeof (long)); }
9226#include <stdio.h>
9227#include <stdlib.h>
2e0fbf77
JW
9228int
9229main ()
9230{
9231
2ba49b59
KC
9232 FILE *f = fopen ("conftest.val", "w");
9233 if (! f)
9234 exit (1);
9235 if (((long) (sizeof (long))) < 0)
9236 {
9237 long i = longval ();
9238 if (i != ((long) (sizeof (long))))
9239 exit (1);
9240 fprintf (f, "%ld\n", i);
9241 }
9242 else
9243 {
9244 unsigned long i = ulongval ();
9245 if (i != ((long) (sizeof (long))))
9246 exit (1);
9247 fprintf (f, "%lu\n", i);
9248 }
9249 exit (ferror (f) || fclose (f) != 0);
9250
2e0fbf77
JW
9251 ;
9252 return 0;
9253}
9254_ACEOF
2ba49b59
KC
9255rm -f conftest$ac_exeext
9256if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9257 (eval $ac_link) 2>&5
2e0fbf77
JW
9258 ac_status=$?
9259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2ba49b59 9260 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2e0fbf77
JW
9261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9262 (eval $ac_try) 2>&5
9263 ac_status=$?
9264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9265 (exit $ac_status); }; }; then
2ba49b59 9266 ac_cv_sizeof_long=`cat conftest.val`
2e0fbf77 9267else
2ba49b59
KC
9268 echo "$as_me: program exited with status $ac_status" >&5
9269echo "$as_me: failed program was:" >&5
2e0fbf77
JW
9270sed 's/^/| /' conftest.$ac_ext >&5
9271
2ba49b59
KC
9272( exit $ac_status )
9273{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
9274See \`config.log' for more details." >&5
9275echo "$as_me: error: cannot compute sizeof (long), 77
9276See \`config.log' for more details." >&2;}
9277 { (exit 1); exit 1; }; }
2e0fbf77 9278fi
2ba49b59 9279rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2e0fbf77 9280fi
2ba49b59
KC
9281fi
9282rm -f conftest.val
9283else
9284 ac_cv_sizeof_long=0
9285fi
9286fi
9287echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
9288echo "${ECHO_T}$ac_cv_sizeof_long" >&6
9289cat >>confdefs.h <<_ACEOF
9290#define SIZEOF_LONG $ac_cv_sizeof_long
9291_ACEOF
9292
9293
9294if test "x${ac_cv_sizeof_long}" = "x8"; then
9295 host64=true
9296 BFD_HOST_64BIT_LONG=1
9297 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
9298 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
9299elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
9300 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
9301 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
9302fi
9303
9304if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
9305 BFD_HOST_64_BIT_DEFINED=1
9306 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
9307 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
9308fi
9309
9310
9311
9312
9313
9314
9315
9316# Put a plausible default for CC_FOR_BUILD in Makefile.
9317if test -z "$CC_FOR_BUILD"; then
9318 if test "x$cross_compiling" = "xno"; then
9319 CC_FOR_BUILD='$(CC)'
9320 else
9321 CC_FOR_BUILD=gcc
9322 fi
9323fi
9324
9325# Also set EXEEXT_FOR_BUILD.
9326if test "x$cross_compiling" = "xno"; then
9327 EXEEXT_FOR_BUILD='$(EXEEXT)'
9328else
9329 echo "$as_me:$LINENO: checking for build system executable suffix" >&5
9330echo $ECHO_N "checking for build system executable suffix... $ECHO_C" >&6
9331if test "${bfd_cv_build_exeext+set}" = set; then
9332 echo $ECHO_N "(cached) $ECHO_C" >&6
9333else
9334 rm -f conftest*
9335 echo 'int main () { return 0; }' > conftest.c
9336 bfd_cv_build_exeext=
9337 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
9338 for file in conftest.*; do
9339 case $file in
9340 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
9341 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
9342 esac
9343 done
9344 rm -f conftest*
9345 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
9346fi
9347echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5
9348echo "${ECHO_T}$bfd_cv_build_exeext" >&6
9349 EXEEXT_FOR_BUILD=""
9350 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
9351fi
9352
9353
9354
9355
9356
9357
9358
9359
9360for ac_header in stddef.h string.h strings.h stdlib.h time.h unistd.h
9361do
9362as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9363if eval "test \"\${$as_ac_Header+set}\" = set"; then
9364 echo "$as_me:$LINENO: checking for $ac_header" >&5
9365echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9366if eval "test \"\${$as_ac_Header+set}\" = set"; then
9367 echo $ECHO_N "(cached) $ECHO_C" >&6
9368fi
9369echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9370echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9371else
9372 # Is the header compilable?
9373echo "$as_me:$LINENO: checking $ac_header usability" >&5
9374echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9375cat >conftest.$ac_ext <<_ACEOF
9376/* confdefs.h. */
9377_ACEOF
9378cat confdefs.h >>conftest.$ac_ext
9379cat >>conftest.$ac_ext <<_ACEOF
9380/* end confdefs.h. */
9381$ac_includes_default
9382#include <$ac_header>
9383_ACEOF
9384rm -f conftest.$ac_objext
9385if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9386 (eval $ac_compile) 2>conftest.er1
9387 ac_status=$?
9388 grep -v '^ *+' conftest.er1 >conftest.err
9389 rm -f conftest.er1
9390 cat conftest.err >&5
9391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9392 (exit $ac_status); } &&
49c96104
SE
9393 { ac_try='test -z "$ac_c_werror_flag"
9394 || test ! -s conftest.err'
2ba49b59
KC
9395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9396 (eval $ac_try) 2>&5
9397 ac_status=$?
9398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9399 (exit $ac_status); }; } &&
9400 { ac_try='test -s conftest.$ac_objext'
9401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9402 (eval $ac_try) 2>&5
9403 ac_status=$?
9404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9405 (exit $ac_status); }; }; then
9406 ac_header_compiler=yes
9407else
9408 echo "$as_me: failed program was:" >&5
9409sed 's/^/| /' conftest.$ac_ext >&5
9410
9411ac_header_compiler=no
9412fi
9413rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9414echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9415echo "${ECHO_T}$ac_header_compiler" >&6
9416
9417# Is the header present?
9418echo "$as_me:$LINENO: checking $ac_header presence" >&5
9419echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9420cat >conftest.$ac_ext <<_ACEOF
9421/* confdefs.h. */
9422_ACEOF
9423cat confdefs.h >>conftest.$ac_ext
9424cat >>conftest.$ac_ext <<_ACEOF
9425/* end confdefs.h. */
9426#include <$ac_header>
9427_ACEOF
9428if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9429 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9430 ac_status=$?
9431 grep -v '^ *+' conftest.er1 >conftest.err
9432 rm -f conftest.er1
9433 cat conftest.err >&5
9434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9435 (exit $ac_status); } >/dev/null; then
9436 if test -s conftest.err; then
9437 ac_cpp_err=$ac_c_preproc_warn_flag
9438 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9439 else
9440 ac_cpp_err=
9441 fi
9442else
9443 ac_cpp_err=yes
9444fi
9445if test -z "$ac_cpp_err"; then
9446 ac_header_preproc=yes
9447else
9448 echo "$as_me: failed program was:" >&5
9449sed 's/^/| /' conftest.$ac_ext >&5
9450
9451 ac_header_preproc=no
9452fi
9453rm -f conftest.err conftest.$ac_ext
9454echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9455echo "${ECHO_T}$ac_header_preproc" >&6
9456
9457# So? What about this header?
9458case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9459 yes:no: )
9460 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9461echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9462 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9463echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9464 ac_header_preproc=yes
9465 ;;
9466 no:yes:* )
9467 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9468echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9469 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9470echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9471 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9472echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9473 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9474echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9475 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9476echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9477 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9478echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9479 (
9480 cat <<\_ASBOX
9481## ------------------------------------------ ##
9482## Report this to the AC_PACKAGE_NAME lists. ##
9483## ------------------------------------------ ##
9484_ASBOX
9485 ) |
9486 sed "s/^/$as_me: WARNING: /" >&2
9487 ;;
9488esac
9489echo "$as_me:$LINENO: checking for $ac_header" >&5
9490echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9491if eval "test \"\${$as_ac_Header+set}\" = set"; then
9492 echo $ECHO_N "(cached) $ECHO_C" >&6
9493else
9494 eval "$as_ac_Header=\$ac_header_preproc"
9495fi
9496echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9497echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9498
9499fi
9500if test `eval echo '${'$as_ac_Header'}'` = yes; then
9501 cat >>confdefs.h <<_ACEOF
9502#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9503_ACEOF
9504
9505fi
9506
9507done
9508
9509
9510
9511
9512for ac_header in fcntl.h sys/file.h sys/time.h
9513do
9514as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9515if eval "test \"\${$as_ac_Header+set}\" = set"; then
9516 echo "$as_me:$LINENO: checking for $ac_header" >&5
9517echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9518if eval "test \"\${$as_ac_Header+set}\" = set"; then
9519 echo $ECHO_N "(cached) $ECHO_C" >&6
9520fi
9521echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9522echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9523else
9524 # Is the header compilable?
9525echo "$as_me:$LINENO: checking $ac_header usability" >&5
9526echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9527cat >conftest.$ac_ext <<_ACEOF
9528/* confdefs.h. */
9529_ACEOF
9530cat confdefs.h >>conftest.$ac_ext
9531cat >>conftest.$ac_ext <<_ACEOF
9532/* end confdefs.h. */
9533$ac_includes_default
9534#include <$ac_header>
9535_ACEOF
9536rm -f conftest.$ac_objext
9537if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9538 (eval $ac_compile) 2>conftest.er1
9539 ac_status=$?
9540 grep -v '^ *+' conftest.er1 >conftest.err
9541 rm -f conftest.er1
9542 cat conftest.err >&5
9543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9544 (exit $ac_status); } &&
49c96104
SE
9545 { ac_try='test -z "$ac_c_werror_flag"
9546 || test ! -s conftest.err'
2ba49b59
KC
9547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9548 (eval $ac_try) 2>&5
9549 ac_status=$?
9550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9551 (exit $ac_status); }; } &&
9552 { ac_try='test -s conftest.$ac_objext'
9553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9554 (eval $ac_try) 2>&5
9555 ac_status=$?
9556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9557 (exit $ac_status); }; }; then
9558 ac_header_compiler=yes
9559else
9560 echo "$as_me: failed program was:" >&5
9561sed 's/^/| /' conftest.$ac_ext >&5
9562
9563ac_header_compiler=no
9564fi
9565rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9566echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9567echo "${ECHO_T}$ac_header_compiler" >&6
9568
9569# Is the header present?
9570echo "$as_me:$LINENO: checking $ac_header presence" >&5
9571echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9572cat >conftest.$ac_ext <<_ACEOF
9573/* confdefs.h. */
9574_ACEOF
9575cat confdefs.h >>conftest.$ac_ext
9576cat >>conftest.$ac_ext <<_ACEOF
9577/* end confdefs.h. */
9578#include <$ac_header>
9579_ACEOF
9580if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9581 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9582 ac_status=$?
9583 grep -v '^ *+' conftest.er1 >conftest.err
9584 rm -f conftest.er1
9585 cat conftest.err >&5
9586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9587 (exit $ac_status); } >/dev/null; then
9588 if test -s conftest.err; then
9589 ac_cpp_err=$ac_c_preproc_warn_flag
9590 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9591 else
9592 ac_cpp_err=
9593 fi
9594else
9595 ac_cpp_err=yes
9596fi
9597if test -z "$ac_cpp_err"; then
9598 ac_header_preproc=yes
9599else
9600 echo "$as_me: failed program was:" >&5
9601sed 's/^/| /' conftest.$ac_ext >&5
9602
9603 ac_header_preproc=no
9604fi
9605rm -f conftest.err conftest.$ac_ext
9606echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9607echo "${ECHO_T}$ac_header_preproc" >&6
9608
9609# So? What about this header?
9610case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9611 yes:no: )
9612 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9613echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9614 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9615echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9616 ac_header_preproc=yes
9617 ;;
9618 no:yes:* )
9619 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9620echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9621 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9622echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9623 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9624echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9625 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9626echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9627 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9628echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9629 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9630echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9631 (
9632 cat <<\_ASBOX
9633## ------------------------------------------ ##
9634## Report this to the AC_PACKAGE_NAME lists. ##
9635## ------------------------------------------ ##
9636_ASBOX
9637 ) |
9638 sed "s/^/$as_me: WARNING: /" >&2
9639 ;;
9640esac
9641echo "$as_me:$LINENO: checking for $ac_header" >&5
9642echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9643if eval "test \"\${$as_ac_Header+set}\" = set"; then
9644 echo $ECHO_N "(cached) $ECHO_C" >&6
9645else
9646 eval "$as_ac_Header=\$ac_header_preproc"
9647fi
9648echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9649echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9650
9651fi
9652if test `eval echo '${'$as_ac_Header'}'` = yes; then
9653 cat >>confdefs.h <<_ACEOF
9654#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9655_ACEOF
9656
9657fi
9658
9659done
9660
9661echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
9662echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
9663if test "${ac_cv_header_time+set}" = set; then
9664 echo $ECHO_N "(cached) $ECHO_C" >&6
9665else
9666 cat >conftest.$ac_ext <<_ACEOF
9667/* confdefs.h. */
9668_ACEOF
9669cat confdefs.h >>conftest.$ac_ext
9670cat >>conftest.$ac_ext <<_ACEOF
9671/* end confdefs.h. */
9672#include <sys/types.h>
9673#include <sys/time.h>
9674#include <time.h>
9675
9676int
9677main ()
9678{
9679if ((struct tm *) 0)
9680return 0;
9681 ;
9682 return 0;
9683}
9684_ACEOF
9685rm -f conftest.$ac_objext
9686if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9687 (eval $ac_compile) 2>conftest.er1
9688 ac_status=$?
9689 grep -v '^ *+' conftest.er1 >conftest.err
9690 rm -f conftest.er1
9691 cat conftest.err >&5
9692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9693 (exit $ac_status); } &&
49c96104
SE
9694 { ac_try='test -z "$ac_c_werror_flag"
9695 || test ! -s conftest.err'
2ba49b59
KC
9696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9697 (eval $ac_try) 2>&5
9698 ac_status=$?
9699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9700 (exit $ac_status); }; } &&
9701 { ac_try='test -s conftest.$ac_objext'
9702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9703 (eval $ac_try) 2>&5
9704 ac_status=$?
9705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9706 (exit $ac_status); }; }; then
9707 ac_cv_header_time=yes
9708else
9709 echo "$as_me: failed program was:" >&5
9710sed 's/^/| /' conftest.$ac_ext >&5
9711
9712ac_cv_header_time=no
9713fi
9714rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9715fi
9716echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
9717echo "${ECHO_T}$ac_cv_header_time" >&6
9718if test $ac_cv_header_time = yes; then
9719
9720cat >>confdefs.h <<\_ACEOF
9721#define TIME_WITH_SYS_TIME 1
9722_ACEOF
9723
9724fi
9725
9726
9727
9728
9729
9730
9731ac_header_dirent=no
9732for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
9733 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
9734echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
9735echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
9736if eval "test \"\${$as_ac_Header+set}\" = set"; then
9737 echo $ECHO_N "(cached) $ECHO_C" >&6
9738else
9739 cat >conftest.$ac_ext <<_ACEOF
9740/* confdefs.h. */
9741_ACEOF
9742cat confdefs.h >>conftest.$ac_ext
9743cat >>conftest.$ac_ext <<_ACEOF
9744/* end confdefs.h. */
9745#include <sys/types.h>
9746#include <$ac_hdr>
9747
9748int
9749main ()
9750{
9751if ((DIR *) 0)
9752return 0;
9753 ;
9754 return 0;
9755}
9756_ACEOF
9757rm -f conftest.$ac_objext
9758if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9759 (eval $ac_compile) 2>conftest.er1
9760 ac_status=$?
9761 grep -v '^ *+' conftest.er1 >conftest.err
9762 rm -f conftest.er1
9763 cat conftest.err >&5
9764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9765 (exit $ac_status); } &&
49c96104
SE
9766 { ac_try='test -z "$ac_c_werror_flag"
9767 || test ! -s conftest.err'
2ba49b59
KC
9768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9769 (eval $ac_try) 2>&5
9770 ac_status=$?
9771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9772 (exit $ac_status); }; } &&
9773 { ac_try='test -s conftest.$ac_objext'
9774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9775 (eval $ac_try) 2>&5
9776 ac_status=$?
9777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9778 (exit $ac_status); }; }; then
9779 eval "$as_ac_Header=yes"
9780else
9781 echo "$as_me: failed program was:" >&5
9782sed 's/^/| /' conftest.$ac_ext >&5
9783
9784eval "$as_ac_Header=no"
9785fi
9786rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9787fi
9788echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9789echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9790if test `eval echo '${'$as_ac_Header'}'` = yes; then
9791 cat >>confdefs.h <<_ACEOF
9792#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
9793_ACEOF
9794
9795ac_header_dirent=$ac_hdr; break
9796fi
9797
9798done
9799# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
9800if test $ac_header_dirent = dirent.h; then
9801 echo "$as_me:$LINENO: checking for library containing opendir" >&5
9802echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
9803if test "${ac_cv_search_opendir+set}" = set; then
9804 echo $ECHO_N "(cached) $ECHO_C" >&6
9805else
9806 ac_func_search_save_LIBS=$LIBS
9807ac_cv_search_opendir=no
9808cat >conftest.$ac_ext <<_ACEOF
9809/* confdefs.h. */
9810_ACEOF
9811cat confdefs.h >>conftest.$ac_ext
9812cat >>conftest.$ac_ext <<_ACEOF
9813/* end confdefs.h. */
9814
9815/* Override any gcc2 internal prototype to avoid an error. */
9816#ifdef __cplusplus
9817extern "C"
9818#endif
9819/* We use char because int might match the return type of a gcc2
9820 builtin and then its argument prototype would still apply. */
9821char opendir ();
9822int
9823main ()
9824{
9825opendir ();
9826 ;
9827 return 0;
9828}
9829_ACEOF
9830rm -f conftest.$ac_objext conftest$ac_exeext
9831if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9832 (eval $ac_link) 2>conftest.er1
9833 ac_status=$?
9834 grep -v '^ *+' conftest.er1 >conftest.err
9835 rm -f conftest.er1
9836 cat conftest.err >&5
9837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9838 (exit $ac_status); } &&
49c96104
SE
9839 { ac_try='test -z "$ac_c_werror_flag"
9840 || test ! -s conftest.err'
2ba49b59
KC
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 (eval $ac_try) 2>&5
9843 ac_status=$?
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; } &&
9846 { ac_try='test -s conftest$ac_exeext'
9847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9848 (eval $ac_try) 2>&5
9849 ac_status=$?
9850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9851 (exit $ac_status); }; }; then
9852 ac_cv_search_opendir="none required"
9853else
9854 echo "$as_me: failed program was:" >&5
9855sed 's/^/| /' conftest.$ac_ext >&5
9856
9857fi
9858rm -f conftest.err conftest.$ac_objext \
9859 conftest$ac_exeext conftest.$ac_ext
9860if test "$ac_cv_search_opendir" = no; then
9861 for ac_lib in dir; do
9862 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9863 cat >conftest.$ac_ext <<_ACEOF
9864/* confdefs.h. */
9865_ACEOF
9866cat confdefs.h >>conftest.$ac_ext
9867cat >>conftest.$ac_ext <<_ACEOF
9868/* end confdefs.h. */
9869
9870/* Override any gcc2 internal prototype to avoid an error. */
9871#ifdef __cplusplus
9872extern "C"
9873#endif
9874/* We use char because int might match the return type of a gcc2
9875 builtin and then its argument prototype would still apply. */
9876char opendir ();
9877int
9878main ()
9879{
9880opendir ();
9881 ;
9882 return 0;
9883}
9884_ACEOF
9885rm -f conftest.$ac_objext conftest$ac_exeext
9886if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9887 (eval $ac_link) 2>conftest.er1
9888 ac_status=$?
9889 grep -v '^ *+' conftest.er1 >conftest.err
9890 rm -f conftest.er1
9891 cat conftest.err >&5
9892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9893 (exit $ac_status); } &&
49c96104
SE
9894 { ac_try='test -z "$ac_c_werror_flag"
9895 || test ! -s conftest.err'
2ba49b59
KC
9896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9897 (eval $ac_try) 2>&5
9898 ac_status=$?
9899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9900 (exit $ac_status); }; } &&
9901 { ac_try='test -s conftest$ac_exeext'
9902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9903 (eval $ac_try) 2>&5
9904 ac_status=$?
9905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9906 (exit $ac_status); }; }; then
9907 ac_cv_search_opendir="-l$ac_lib"
9908break
9909else
9910 echo "$as_me: failed program was:" >&5
9911sed 's/^/| /' conftest.$ac_ext >&5
9912
9913fi
9914rm -f conftest.err conftest.$ac_objext \
9915 conftest$ac_exeext conftest.$ac_ext
9916 done
9917fi
9918LIBS=$ac_func_search_save_LIBS
9919fi
9920echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
9921echo "${ECHO_T}$ac_cv_search_opendir" >&6
9922if test "$ac_cv_search_opendir" != no; then
9923 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
9924
9925fi
9926
9927else
9928 echo "$as_me:$LINENO: checking for library containing opendir" >&5
9929echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
9930if test "${ac_cv_search_opendir+set}" = set; then
9931 echo $ECHO_N "(cached) $ECHO_C" >&6
9932else
9933 ac_func_search_save_LIBS=$LIBS
9934ac_cv_search_opendir=no
9935cat >conftest.$ac_ext <<_ACEOF
9936/* confdefs.h. */
9937_ACEOF
9938cat confdefs.h >>conftest.$ac_ext
9939cat >>conftest.$ac_ext <<_ACEOF
9940/* end confdefs.h. */
9941
9942/* Override any gcc2 internal prototype to avoid an error. */
9943#ifdef __cplusplus
9944extern "C"
9945#endif
9946/* We use char because int might match the return type of a gcc2
9947 builtin and then its argument prototype would still apply. */
9948char opendir ();
9949int
9950main ()
9951{
9952opendir ();
9953 ;
9954 return 0;
9955}
9956_ACEOF
9957rm -f conftest.$ac_objext conftest$ac_exeext
9958if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9959 (eval $ac_link) 2>conftest.er1
9960 ac_status=$?
9961 grep -v '^ *+' conftest.er1 >conftest.err
9962 rm -f conftest.er1
9963 cat conftest.err >&5
9964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9965 (exit $ac_status); } &&
49c96104
SE
9966 { ac_try='test -z "$ac_c_werror_flag"
9967 || test ! -s conftest.err'
2ba49b59
KC
9968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9969 (eval $ac_try) 2>&5
9970 ac_status=$?
9971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9972 (exit $ac_status); }; } &&
9973 { ac_try='test -s conftest$ac_exeext'
9974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9975 (eval $ac_try) 2>&5
9976 ac_status=$?
9977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9978 (exit $ac_status); }; }; then
9979 ac_cv_search_opendir="none required"
9980else
9981 echo "$as_me: failed program was:" >&5
9982sed 's/^/| /' conftest.$ac_ext >&5
9983
9984fi
9985rm -f conftest.err conftest.$ac_objext \
9986 conftest$ac_exeext conftest.$ac_ext
9987if test "$ac_cv_search_opendir" = no; then
9988 for ac_lib in x; do
9989 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9990 cat >conftest.$ac_ext <<_ACEOF
9991/* confdefs.h. */
9992_ACEOF
9993cat confdefs.h >>conftest.$ac_ext
9994cat >>conftest.$ac_ext <<_ACEOF
9995/* end confdefs.h. */
9996
9997/* Override any gcc2 internal prototype to avoid an error. */
9998#ifdef __cplusplus
9999extern "C"
10000#endif
10001/* We use char because int might match the return type of a gcc2
10002 builtin and then its argument prototype would still apply. */
10003char opendir ();
10004int
10005main ()
10006{
10007opendir ();
10008 ;
10009 return 0;
10010}
10011_ACEOF
10012rm -f conftest.$ac_objext conftest$ac_exeext
10013if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10014 (eval $ac_link) 2>conftest.er1
10015 ac_status=$?
10016 grep -v '^ *+' conftest.er1 >conftest.err
10017 rm -f conftest.er1
10018 cat conftest.err >&5
10019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10020 (exit $ac_status); } &&
49c96104
SE
10021 { ac_try='test -z "$ac_c_werror_flag"
10022 || test ! -s conftest.err'
2ba49b59
KC
10023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10024 (eval $ac_try) 2>&5
10025 ac_status=$?
10026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10027 (exit $ac_status); }; } &&
10028 { ac_try='test -s conftest$ac_exeext'
10029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10030 (eval $ac_try) 2>&5
10031 ac_status=$?
10032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033 (exit $ac_status); }; }; then
10034 ac_cv_search_opendir="-l$ac_lib"
10035break
10036else
10037 echo "$as_me: failed program was:" >&5
10038sed 's/^/| /' conftest.$ac_ext >&5
10039
10040fi
10041rm -f conftest.err conftest.$ac_objext \
10042 conftest$ac_exeext conftest.$ac_ext
10043 done
10044fi
10045LIBS=$ac_func_search_save_LIBS
10046fi
10047echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
10048echo "${ECHO_T}$ac_cv_search_opendir" >&6
10049if test "$ac_cv_search_opendir" != no; then
10050 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
10051
10052fi
10053
10054fi
10055
10056echo "$as_me:$LINENO: checking whether string.h and strings.h may both be included" >&5
10057echo $ECHO_N "checking whether string.h and strings.h may both be included... $ECHO_C" >&6
10058if test "${gcc_cv_header_string+set}" = set; then
10059 echo $ECHO_N "(cached) $ECHO_C" >&6
10060else
10061 cat >conftest.$ac_ext <<_ACEOF
10062/* confdefs.h. */
10063_ACEOF
10064cat confdefs.h >>conftest.$ac_ext
10065cat >>conftest.$ac_ext <<_ACEOF
10066/* end confdefs.h. */
10067#include <string.h>
10068#include <strings.h>
10069int
10070main ()
10071{
10072
10073 ;
10074 return 0;
10075}
10076_ACEOF
10077rm -f conftest.$ac_objext
10078if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10079 (eval $ac_compile) 2>conftest.er1
10080 ac_status=$?
10081 grep -v '^ *+' conftest.er1 >conftest.err
10082 rm -f conftest.er1
10083 cat conftest.err >&5
10084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10085 (exit $ac_status); } &&
49c96104
SE
10086 { ac_try='test -z "$ac_c_werror_flag"
10087 || test ! -s conftest.err'
2ba49b59
KC
10088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10089 (eval $ac_try) 2>&5
10090 ac_status=$?
10091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10092 (exit $ac_status); }; } &&
10093 { ac_try='test -s conftest.$ac_objext'
10094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10095 (eval $ac_try) 2>&5
10096 ac_status=$?
10097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10098 (exit $ac_status); }; }; then
10099 gcc_cv_header_string=yes
10100else
10101 echo "$as_me: failed program was:" >&5
10102sed 's/^/| /' conftest.$ac_ext >&5
10103
10104gcc_cv_header_string=no
10105fi
10106rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10107fi
10108echo "$as_me:$LINENO: result: $gcc_cv_header_string" >&5
10109echo "${ECHO_T}$gcc_cv_header_string" >&6
10110if test $gcc_cv_header_string = yes; then
10111
10112cat >>confdefs.h <<\_ACEOF
10113#define STRING_WITH_STRINGS 1
10114_ACEOF
10115
2e0fbf77
JW
10116fi
10117
5464f5a1
NN
10118
10119
10120
10121
10122
10123
10124
633fd09f 10125for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid
252b5132 10126do
5464f5a1
NN
10127as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10128echo "$as_me:$LINENO: checking for $ac_func" >&5
10129echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10130if eval "test \"\${$as_ac_var+set}\" = set"; then
10131 echo $ECHO_N "(cached) $ECHO_C" >&6
10132else
10133 cat >conftest.$ac_ext <<_ACEOF
10134/* confdefs.h. */
10135_ACEOF
10136cat confdefs.h >>conftest.$ac_ext
10137cat >>conftest.$ac_ext <<_ACEOF
10138/* end confdefs.h. */
10139/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10140 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10141#define $ac_func innocuous_$ac_func
10142
252b5132 10143/* System header to define __stub macros and hopefully few prototypes,
5464f5a1
NN
10144 which can conflict with char $ac_func (); below.
10145 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10146 <limits.h> exists even on freestanding compilers. */
10147
10148#ifdef __STDC__
10149# include <limits.h>
10150#else
10151# include <assert.h>
10152#endif
6be7c12c 10153
5464f5a1 10154#undef $ac_func
252b5132 10155
5464f5a1
NN
10156/* Override any gcc2 internal prototype to avoid an error. */
10157#ifdef __cplusplus
10158extern "C"
10159{
10160#endif
10161/* We use char because int might match the return type of a gcc2
10162 builtin and then its argument prototype would still apply. */
10163char $ac_func ();
252b5132
RH
10164/* The GNU C library defines this for functions which it implements
10165 to always fail with ENOSYS. Some functions are actually named
10166 something starting with __ and the normal name is an alias. */
10167#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10168choke me
10169#else
5464f5a1
NN
10170char (*f) () = $ac_func;
10171#endif
10172#ifdef __cplusplus
10173}
252b5132
RH
10174#endif
10175
5464f5a1
NN
10176int
10177main ()
10178{
10179return f != $ac_func;
10180 ;
10181 return 0;
10182}
10183_ACEOF
10184rm -f conftest.$ac_objext conftest$ac_exeext
10185if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10186 (eval $ac_link) 2>conftest.er1
10187 ac_status=$?
10188 grep -v '^ *+' conftest.er1 >conftest.err
10189 rm -f conftest.er1
10190 cat conftest.err >&5
10191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10192 (exit $ac_status); } &&
49c96104
SE
10193 { ac_try='test -z "$ac_c_werror_flag"
10194 || test ! -s conftest.err'
5464f5a1
NN
10195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10196 (eval $ac_try) 2>&5
10197 ac_status=$?
10198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10199 (exit $ac_status); }; } &&
10200 { ac_try='test -s conftest$ac_exeext'
10201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10202 (eval $ac_try) 2>&5
10203 ac_status=$?
10204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10205 (exit $ac_status); }; }; then
10206 eval "$as_ac_var=yes"
10207else
10208 echo "$as_me: failed program was:" >&5
10209sed 's/^/| /' conftest.$ac_ext >&5
10210
10211eval "$as_ac_var=no"
10212fi
10213rm -f conftest.err conftest.$ac_objext \
10214 conftest$ac_exeext conftest.$ac_ext
10215fi
10216echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10217echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10218if test `eval echo '${'$as_ac_var'}'` = yes; then
10219 cat >>confdefs.h <<_ACEOF
10220#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10221_ACEOF
252b5132 10222
252b5132
RH
10223fi
10224done
10225
5464f5a1 10226
49c97a80
ILT
10227for ac_func in strtoull
10228do
5464f5a1
NN
10229as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10230echo "$as_me:$LINENO: checking for $ac_func" >&5
10231echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10232if eval "test \"\${$as_ac_var+set}\" = set"; then
10233 echo $ECHO_N "(cached) $ECHO_C" >&6
10234else
10235 cat >conftest.$ac_ext <<_ACEOF
10236/* confdefs.h. */
10237_ACEOF
10238cat confdefs.h >>conftest.$ac_ext
10239cat >>conftest.$ac_ext <<_ACEOF
10240/* end confdefs.h. */
10241/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10242 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10243#define $ac_func innocuous_$ac_func
10244
49c97a80 10245/* System header to define __stub macros and hopefully few prototypes,
5464f5a1
NN
10246 which can conflict with char $ac_func (); below.
10247 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10248 <limits.h> exists even on freestanding compilers. */
10249
10250#ifdef __STDC__
10251# include <limits.h>
10252#else
10253# include <assert.h>
10254#endif
49c97a80 10255
5464f5a1 10256#undef $ac_func
49c97a80 10257
5464f5a1
NN
10258/* Override any gcc2 internal prototype to avoid an error. */
10259#ifdef __cplusplus
10260extern "C"
10261{
10262#endif
10263/* We use char because int might match the return type of a gcc2
10264 builtin and then its argument prototype would still apply. */
10265char $ac_func ();
49c97a80
ILT
10266/* The GNU C library defines this for functions which it implements
10267 to always fail with ENOSYS. Some functions are actually named
10268 something starting with __ and the normal name is an alias. */
10269#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10270choke me
10271#else
5464f5a1
NN
10272char (*f) () = $ac_func;
10273#endif
10274#ifdef __cplusplus
10275}
49c97a80
ILT
10276#endif
10277
5464f5a1
NN
10278int
10279main ()
10280{
10281return f != $ac_func;
10282 ;
10283 return 0;
10284}
10285_ACEOF
10286rm -f conftest.$ac_objext conftest$ac_exeext
10287if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10288 (eval $ac_link) 2>conftest.er1
10289 ac_status=$?
10290 grep -v '^ *+' conftest.er1 >conftest.err
10291 rm -f conftest.er1
10292 cat conftest.err >&5
10293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10294 (exit $ac_status); } &&
49c96104
SE
10295 { ac_try='test -z "$ac_c_werror_flag"
10296 || test ! -s conftest.err'
5464f5a1
NN
10297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10298 (eval $ac_try) 2>&5
10299 ac_status=$?
10300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10301 (exit $ac_status); }; } &&
10302 { ac_try='test -s conftest$ac_exeext'
10303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10304 (eval $ac_try) 2>&5
10305 ac_status=$?
10306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10307 (exit $ac_status); }; }; then
10308 eval "$as_ac_var=yes"
10309else
10310 echo "$as_me: failed program was:" >&5
10311sed 's/^/| /' conftest.$ac_ext >&5
10312
10313eval "$as_ac_var=no"
10314fi
10315rm -f conftest.err conftest.$ac_objext \
10316 conftest$ac_exeext conftest.$ac_ext
10317fi
10318echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10319echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10320if test `eval echo '${'$as_ac_var'}'` = yes; then
10321 cat >>confdefs.h <<_ACEOF
10322#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10323_ACEOF
49c97a80 10324
49c97a80
ILT
10325fi
10326done
10327
6be7c12c 10328
2e9ebff5
JG
10329echo "$as_me:$LINENO: checking whether basename is declared" >&5
10330echo $ECHO_N "checking whether basename is declared... $ECHO_C" >&6
10331if test "${ac_cv_have_decl_basename+set}" = set; then
10332 echo $ECHO_N "(cached) $ECHO_C" >&6
10333else
10334 cat >conftest.$ac_ext <<_ACEOF
10335/* confdefs.h. */
10336_ACEOF
10337cat confdefs.h >>conftest.$ac_ext
10338cat >>conftest.$ac_ext <<_ACEOF
10339/* end confdefs.h. */
ec7b76fe 10340$ac_includes_default
2e9ebff5
JG
10341int
10342main ()
10343{
10344#ifndef basename
10345 char *p = (char *) basename;
10346#endif
10347
10348 ;
10349 return 0;
10350}
10351_ACEOF
10352rm -f conftest.$ac_objext
10353if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10354 (eval $ac_compile) 2>conftest.er1
10355 ac_status=$?
10356 grep -v '^ *+' conftest.er1 >conftest.err
10357 rm -f conftest.er1
10358 cat conftest.err >&5
10359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10360 (exit $ac_status); } &&
49c96104
SE
10361 { ac_try='test -z "$ac_c_werror_flag"
10362 || test ! -s conftest.err'
2e9ebff5
JG
10363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10364 (eval $ac_try) 2>&5
10365 ac_status=$?
10366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367 (exit $ac_status); }; } &&
10368 { ac_try='test -s conftest.$ac_objext'
10369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10370 (eval $ac_try) 2>&5
10371 ac_status=$?
10372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10373 (exit $ac_status); }; }; then
10374 ac_cv_have_decl_basename=yes
10375else
10376 echo "$as_me: failed program was:" >&5
10377sed 's/^/| /' conftest.$ac_ext >&5
10378
10379ac_cv_have_decl_basename=no
10380fi
10381rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10382fi
10383echo "$as_me:$LINENO: result: $ac_cv_have_decl_basename" >&5
10384echo "${ECHO_T}$ac_cv_have_decl_basename" >&6
10385if test $ac_cv_have_decl_basename = yes; then
10386
10387cat >>confdefs.h <<_ACEOF
10388#define HAVE_DECL_BASENAME 1
10389_ACEOF
10390
10391
10392else
10393 cat >>confdefs.h <<_ACEOF
10394#define HAVE_DECL_BASENAME 0
10395_ACEOF
10396
10397
10398fi
10399
10400
ec7b76fe
JG
10401echo "$as_me:$LINENO: checking whether ftello is declared" >&5
10402echo $ECHO_N "checking whether ftello is declared... $ECHO_C" >&6
10403if test "${ac_cv_have_decl_ftello+set}" = set; then
10404 echo $ECHO_N "(cached) $ECHO_C" >&6
10405else
10406 cat >conftest.$ac_ext <<_ACEOF
10407/* confdefs.h. */
10408_ACEOF
10409cat confdefs.h >>conftest.$ac_ext
10410cat >>conftest.$ac_ext <<_ACEOF
10411/* end confdefs.h. */
10412$ac_includes_default
10413int
10414main ()
10415{
10416#ifndef ftello
10417 char *p = (char *) ftello;
10418#endif
10419
10420 ;
10421 return 0;
10422}
10423_ACEOF
10424rm -f conftest.$ac_objext
10425if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10426 (eval $ac_compile) 2>conftest.er1
10427 ac_status=$?
10428 grep -v '^ *+' conftest.er1 >conftest.err
10429 rm -f conftest.er1
10430 cat conftest.err >&5
10431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10432 (exit $ac_status); } &&
49c96104
SE
10433 { ac_try='test -z "$ac_c_werror_flag"
10434 || test ! -s conftest.err'
ec7b76fe
JG
10435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10436 (eval $ac_try) 2>&5
10437 ac_status=$?
10438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10439 (exit $ac_status); }; } &&
10440 { ac_try='test -s conftest.$ac_objext'
10441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10442 (eval $ac_try) 2>&5
10443 ac_status=$?
10444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10445 (exit $ac_status); }; }; then
10446 ac_cv_have_decl_ftello=yes
10447else
10448 echo "$as_me: failed program was:" >&5
10449sed 's/^/| /' conftest.$ac_ext >&5
10450
10451ac_cv_have_decl_ftello=no
10452fi
10453rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10454fi
10455echo "$as_me:$LINENO: result: $ac_cv_have_decl_ftello" >&5
10456echo "${ECHO_T}$ac_cv_have_decl_ftello" >&6
10457if test $ac_cv_have_decl_ftello = yes; then
10458
10459cat >>confdefs.h <<_ACEOF
10460#define HAVE_DECL_FTELLO 1
10461_ACEOF
10462
10463
10464else
10465 cat >>confdefs.h <<_ACEOF
10466#define HAVE_DECL_FTELLO 0
10467_ACEOF
10468
10469
10470fi
10471
10472
10473echo "$as_me:$LINENO: checking whether ftello64 is declared" >&5
10474echo $ECHO_N "checking whether ftello64 is declared... $ECHO_C" >&6
10475if test "${ac_cv_have_decl_ftello64+set}" = set; then
10476 echo $ECHO_N "(cached) $ECHO_C" >&6
10477else
10478 cat >conftest.$ac_ext <<_ACEOF
10479/* confdefs.h. */
10480_ACEOF
10481cat confdefs.h >>conftest.$ac_ext
10482cat >>conftest.$ac_ext <<_ACEOF
10483/* end confdefs.h. */
10484$ac_includes_default
10485int
10486main ()
10487{
10488#ifndef ftello64
10489 char *p = (char *) ftello64;
10490#endif
10491
10492 ;
10493 return 0;
10494}
10495_ACEOF
10496rm -f conftest.$ac_objext
10497if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10498 (eval $ac_compile) 2>conftest.er1
10499 ac_status=$?
10500 grep -v '^ *+' conftest.er1 >conftest.err
10501 rm -f conftest.er1
10502 cat conftest.err >&5
10503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10504 (exit $ac_status); } &&
49c96104
SE
10505 { ac_try='test -z "$ac_c_werror_flag"
10506 || test ! -s conftest.err'
ec7b76fe
JG
10507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10508 (eval $ac_try) 2>&5
10509 ac_status=$?
10510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10511 (exit $ac_status); }; } &&
10512 { ac_try='test -s conftest.$ac_objext'
10513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10514 (eval $ac_try) 2>&5
10515 ac_status=$?
10516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10517 (exit $ac_status); }; }; then
10518 ac_cv_have_decl_ftello64=yes
10519else
10520 echo "$as_me: failed program was:" >&5
10521sed 's/^/| /' conftest.$ac_ext >&5
10522
10523ac_cv_have_decl_ftello64=no
10524fi
10525rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10526fi
10527echo "$as_me:$LINENO: result: $ac_cv_have_decl_ftello64" >&5
10528echo "${ECHO_T}$ac_cv_have_decl_ftello64" >&6
10529if test $ac_cv_have_decl_ftello64 = yes; then
10530
10531cat >>confdefs.h <<_ACEOF
10532#define HAVE_DECL_FTELLO64 1
10533_ACEOF
10534
10535
10536else
10537 cat >>confdefs.h <<_ACEOF
10538#define HAVE_DECL_FTELLO64 0
10539_ACEOF
10540
10541
10542fi
10543
10544
10545echo "$as_me:$LINENO: checking whether fseeko is declared" >&5
10546echo $ECHO_N "checking whether fseeko is declared... $ECHO_C" >&6
10547if test "${ac_cv_have_decl_fseeko+set}" = set; then
10548 echo $ECHO_N "(cached) $ECHO_C" >&6
10549else
10550 cat >conftest.$ac_ext <<_ACEOF
10551/* confdefs.h. */
10552_ACEOF
10553cat confdefs.h >>conftest.$ac_ext
10554cat >>conftest.$ac_ext <<_ACEOF
10555/* end confdefs.h. */
10556$ac_includes_default
10557int
10558main ()
10559{
10560#ifndef fseeko
10561 char *p = (char *) fseeko;
10562#endif
10563
10564 ;
10565 return 0;
10566}
10567_ACEOF
10568rm -f conftest.$ac_objext
10569if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10570 (eval $ac_compile) 2>conftest.er1
10571 ac_status=$?
10572 grep -v '^ *+' conftest.er1 >conftest.err
10573 rm -f conftest.er1
10574 cat conftest.err >&5
10575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10576 (exit $ac_status); } &&
49c96104
SE
10577 { ac_try='test -z "$ac_c_werror_flag"
10578 || test ! -s conftest.err'
ec7b76fe
JG
10579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10580 (eval $ac_try) 2>&5
10581 ac_status=$?
10582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10583 (exit $ac_status); }; } &&
10584 { ac_try='test -s conftest.$ac_objext'
10585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10586 (eval $ac_try) 2>&5
10587 ac_status=$?
10588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10589 (exit $ac_status); }; }; then
10590 ac_cv_have_decl_fseeko=yes
10591else
10592 echo "$as_me: failed program was:" >&5
10593sed 's/^/| /' conftest.$ac_ext >&5
10594
10595ac_cv_have_decl_fseeko=no
10596fi
10597rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10598fi
10599echo "$as_me:$LINENO: result: $ac_cv_have_decl_fseeko" >&5
10600echo "${ECHO_T}$ac_cv_have_decl_fseeko" >&6
10601if test $ac_cv_have_decl_fseeko = yes; then
10602
10603cat >>confdefs.h <<_ACEOF
10604#define HAVE_DECL_FSEEKO 1
10605_ACEOF
10606
10607
10608else
10609 cat >>confdefs.h <<_ACEOF
10610#define HAVE_DECL_FSEEKO 0
10611_ACEOF
10612
10613
10614fi
10615
10616
10617echo "$as_me:$LINENO: checking whether fseeko64 is declared" >&5
10618echo $ECHO_N "checking whether fseeko64 is declared... $ECHO_C" >&6
10619if test "${ac_cv_have_decl_fseeko64+set}" = set; then
10620 echo $ECHO_N "(cached) $ECHO_C" >&6
10621else
10622 cat >conftest.$ac_ext <<_ACEOF
10623/* confdefs.h. */
10624_ACEOF
10625cat confdefs.h >>conftest.$ac_ext
10626cat >>conftest.$ac_ext <<_ACEOF
10627/* end confdefs.h. */
10628$ac_includes_default
10629int
10630main ()
10631{
10632#ifndef fseeko64
10633 char *p = (char *) fseeko64;
10634#endif
10635
10636 ;
10637 return 0;
10638}
10639_ACEOF
10640rm -f conftest.$ac_objext
10641if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10642 (eval $ac_compile) 2>conftest.er1
10643 ac_status=$?
10644 grep -v '^ *+' conftest.er1 >conftest.err
10645 rm -f conftest.er1
10646 cat conftest.err >&5
10647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10648 (exit $ac_status); } &&
49c96104
SE
10649 { ac_try='test -z "$ac_c_werror_flag"
10650 || test ! -s conftest.err'
ec7b76fe
JG
10651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10652 (eval $ac_try) 2>&5
10653 ac_status=$?
10654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10655 (exit $ac_status); }; } &&
10656 { ac_try='test -s conftest.$ac_objext'
10657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10658 (eval $ac_try) 2>&5
10659 ac_status=$?
10660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10661 (exit $ac_status); }; }; then
10662 ac_cv_have_decl_fseeko64=yes
10663else
10664 echo "$as_me: failed program was:" >&5
10665sed 's/^/| /' conftest.$ac_ext >&5
10666
10667ac_cv_have_decl_fseeko64=no
10668fi
10669rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10670fi
10671echo "$as_me:$LINENO: result: $ac_cv_have_decl_fseeko64" >&5
10672echo "${ECHO_T}$ac_cv_have_decl_fseeko64" >&6
10673if test $ac_cv_have_decl_fseeko64 = yes; then
10674
10675cat >>confdefs.h <<_ACEOF
10676#define HAVE_DECL_FSEEKO64 1
10677_ACEOF
10678
10679
10680else
10681 cat >>confdefs.h <<_ACEOF
10682#define HAVE_DECL_FSEEKO64 0
10683_ACEOF
10684
10685
10686fi
10687
10688
2e9ebff5 10689
6be7c12c 10690
252b5132 10691case "${host}" in
855b0be7 10692*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
5464f5a1
NN
10693
10694cat >>confdefs.h <<\_ACEOF
252b5132 10695#define USE_BINARY_FOPEN 1
5464f5a1 10696_ACEOF
252b5132
RH
10697 ;;
10698esac
10699
d34a2b1d
JG
10700echo "$as_me:$LINENO: checking whether ffs is declared" >&5
10701echo $ECHO_N "checking whether ffs is declared... $ECHO_C" >&6
10702if test "${ac_cv_have_decl_ffs+set}" = set; then
5464f5a1 10703 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10704else
5464f5a1
NN
10705 cat >conftest.$ac_ext <<_ACEOF
10706/* confdefs.h. */
10707_ACEOF
10708cat confdefs.h >>conftest.$ac_ext
10709cat >>conftest.$ac_ext <<_ACEOF
10710/* end confdefs.h. */
d34a2b1d 10711$ac_includes_default
5464f5a1
NN
10712int
10713main ()
10714{
d34a2b1d
JG
10715#ifndef ffs
10716 char *p = (char *) ffs;
10717#endif
10718
5464f5a1
NN
10719 ;
10720 return 0;
10721}
10722_ACEOF
10723rm -f conftest.$ac_objext
10724if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10725 (eval $ac_compile) 2>conftest.er1
10726 ac_status=$?
10727 grep -v '^ *+' conftest.er1 >conftest.err
10728 rm -f conftest.er1
10729 cat conftest.err >&5
10730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10731 (exit $ac_status); } &&
49c96104
SE
10732 { ac_try='test -z "$ac_c_werror_flag"
10733 || test ! -s conftest.err'
5464f5a1
NN
10734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10735 (eval $ac_try) 2>&5
10736 ac_status=$?
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); }; } &&
10739 { ac_try='test -s conftest.$ac_objext'
10740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10741 (eval $ac_try) 2>&5
10742 ac_status=$?
10743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10744 (exit $ac_status); }; }; then
d34a2b1d 10745 ac_cv_have_decl_ffs=yes
252b5132 10746else
5464f5a1
NN
10747 echo "$as_me: failed program was:" >&5
10748sed 's/^/| /' conftest.$ac_ext >&5
10749
d34a2b1d 10750ac_cv_have_decl_ffs=no
252b5132 10751fi
5464f5a1 10752rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 10753fi
d34a2b1d
JG
10754echo "$as_me:$LINENO: result: $ac_cv_have_decl_ffs" >&5
10755echo "${ECHO_T}$ac_cv_have_decl_ffs" >&6
10756if test $ac_cv_have_decl_ffs = yes; then
252b5132 10757
d34a2b1d
JG
10758cat >>confdefs.h <<_ACEOF
10759#define HAVE_DECL_FFS 1
10760_ACEOF
5464f5a1 10761
d34a2b1d
JG
10762
10763else
10764 cat >>confdefs.h <<_ACEOF
10765#define HAVE_DECL_FFS 0
5464f5a1 10766_ACEOF
252b5132 10767
d34a2b1d 10768
252b5132
RH
10769fi
10770
d34a2b1d
JG
10771
10772echo "$as_me:$LINENO: checking whether free is declared" >&5
10773echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
10774if test "${ac_cv_have_decl_free+set}" = set; then
5464f5a1 10775 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10776else
5464f5a1
NN
10777 cat >conftest.$ac_ext <<_ACEOF
10778/* confdefs.h. */
10779_ACEOF
10780cat confdefs.h >>conftest.$ac_ext
10781cat >>conftest.$ac_ext <<_ACEOF
10782/* end confdefs.h. */
d34a2b1d 10783$ac_includes_default
5464f5a1
NN
10784int
10785main ()
10786{
d34a2b1d
JG
10787#ifndef free
10788 char *p = (char *) free;
10789#endif
10790
5464f5a1
NN
10791 ;
10792 return 0;
10793}
10794_ACEOF
10795rm -f conftest.$ac_objext
10796if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10797 (eval $ac_compile) 2>conftest.er1
10798 ac_status=$?
10799 grep -v '^ *+' conftest.er1 >conftest.err
10800 rm -f conftest.er1
10801 cat conftest.err >&5
10802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10803 (exit $ac_status); } &&
49c96104
SE
10804 { ac_try='test -z "$ac_c_werror_flag"
10805 || test ! -s conftest.err'
5464f5a1
NN
10806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10807 (eval $ac_try) 2>&5
10808 ac_status=$?
10809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10810 (exit $ac_status); }; } &&
10811 { ac_try='test -s conftest.$ac_objext'
10812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10813 (eval $ac_try) 2>&5
10814 ac_status=$?
10815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10816 (exit $ac_status); }; }; then
d34a2b1d 10817 ac_cv_have_decl_free=yes
252b5132 10818else
5464f5a1
NN
10819 echo "$as_me: failed program was:" >&5
10820sed 's/^/| /' conftest.$ac_ext >&5
10821
d34a2b1d 10822ac_cv_have_decl_free=no
252b5132 10823fi
5464f5a1 10824rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 10825fi
d34a2b1d
JG
10826echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
10827echo "${ECHO_T}$ac_cv_have_decl_free" >&6
10828if test $ac_cv_have_decl_free = yes; then
10829
10830cat >>confdefs.h <<_ACEOF
10831#define HAVE_DECL_FREE 1
10832_ACEOF
252b5132 10833
5464f5a1 10834
d34a2b1d
JG
10835else
10836 cat >>confdefs.h <<_ACEOF
10837#define HAVE_DECL_FREE 0
5464f5a1 10838_ACEOF
252b5132 10839
d34a2b1d 10840
252b5132
RH
10841fi
10842
d34a2b1d
JG
10843
10844echo "$as_me:$LINENO: checking whether getenv is declared" >&5
10845echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
10846if test "${ac_cv_have_decl_getenv+set}" = set; then
5464f5a1 10847 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10848else
5464f5a1
NN
10849 cat >conftest.$ac_ext <<_ACEOF
10850/* confdefs.h. */
10851_ACEOF
10852cat confdefs.h >>conftest.$ac_ext
10853cat >>conftest.$ac_ext <<_ACEOF
10854/* end confdefs.h. */
d34a2b1d 10855$ac_includes_default
5464f5a1
NN
10856int
10857main ()
10858{
d34a2b1d
JG
10859#ifndef getenv
10860 char *p = (char *) getenv;
10861#endif
10862
5464f5a1
NN
10863 ;
10864 return 0;
10865}
10866_ACEOF
10867rm -f conftest.$ac_objext
10868if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10869 (eval $ac_compile) 2>conftest.er1
10870 ac_status=$?
10871 grep -v '^ *+' conftest.er1 >conftest.err
10872 rm -f conftest.er1
10873 cat conftest.err >&5
10874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10875 (exit $ac_status); } &&
49c96104
SE
10876 { ac_try='test -z "$ac_c_werror_flag"
10877 || test ! -s conftest.err'
5464f5a1
NN
10878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10879 (eval $ac_try) 2>&5
10880 ac_status=$?
10881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10882 (exit $ac_status); }; } &&
10883 { ac_try='test -s conftest.$ac_objext'
10884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10885 (eval $ac_try) 2>&5
10886 ac_status=$?
10887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10888 (exit $ac_status); }; }; then
d34a2b1d 10889 ac_cv_have_decl_getenv=yes
252b5132 10890else
5464f5a1
NN
10891 echo "$as_me: failed program was:" >&5
10892sed 's/^/| /' conftest.$ac_ext >&5
10893
d34a2b1d 10894ac_cv_have_decl_getenv=no
252b5132 10895fi
5464f5a1 10896rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 10897fi
d34a2b1d
JG
10898echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
10899echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
10900if test $ac_cv_have_decl_getenv = yes; then
252b5132 10901
d34a2b1d
JG
10902cat >>confdefs.h <<_ACEOF
10903#define HAVE_DECL_GETENV 1
10904_ACEOF
5464f5a1 10905
d34a2b1d
JG
10906
10907else
10908 cat >>confdefs.h <<_ACEOF
10909#define HAVE_DECL_GETENV 0
5464f5a1 10910_ACEOF
252b5132 10911
d34a2b1d 10912
252b5132
RH
10913fi
10914
d34a2b1d
JG
10915
10916echo "$as_me:$LINENO: checking whether malloc is declared" >&5
10917echo $ECHO_N "checking whether malloc is declared... $ECHO_C" >&6
10918if test "${ac_cv_have_decl_malloc+set}" = set; then
5464f5a1 10919 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10920else
5464f5a1
NN
10921 cat >conftest.$ac_ext <<_ACEOF
10922/* confdefs.h. */
10923_ACEOF
10924cat confdefs.h >>conftest.$ac_ext
10925cat >>conftest.$ac_ext <<_ACEOF
10926/* end confdefs.h. */
d34a2b1d 10927$ac_includes_default
5464f5a1
NN
10928int
10929main ()
10930{
d34a2b1d
JG
10931#ifndef malloc
10932 char *p = (char *) malloc;
10933#endif
10934
5464f5a1
NN
10935 ;
10936 return 0;
10937}
10938_ACEOF
10939rm -f conftest.$ac_objext
10940if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10941 (eval $ac_compile) 2>conftest.er1
10942 ac_status=$?
10943 grep -v '^ *+' conftest.er1 >conftest.err
10944 rm -f conftest.er1
10945 cat conftest.err >&5
10946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10947 (exit $ac_status); } &&
49c96104
SE
10948 { ac_try='test -z "$ac_c_werror_flag"
10949 || test ! -s conftest.err'
5464f5a1
NN
10950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10951 (eval $ac_try) 2>&5
10952 ac_status=$?
10953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 (exit $ac_status); }; } &&
10955 { ac_try='test -s conftest.$ac_objext'
10956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10957 (eval $ac_try) 2>&5
10958 ac_status=$?
10959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10960 (exit $ac_status); }; }; then
d34a2b1d 10961 ac_cv_have_decl_malloc=yes
252b5132 10962else
5464f5a1
NN
10963 echo "$as_me: failed program was:" >&5
10964sed 's/^/| /' conftest.$ac_ext >&5
10965
d34a2b1d 10966ac_cv_have_decl_malloc=no
252b5132 10967fi
5464f5a1 10968rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 10969fi
d34a2b1d
JG
10970echo "$as_me:$LINENO: result: $ac_cv_have_decl_malloc" >&5
10971echo "${ECHO_T}$ac_cv_have_decl_malloc" >&6
10972if test $ac_cv_have_decl_malloc = yes; then
252b5132 10973
d34a2b1d
JG
10974cat >>confdefs.h <<_ACEOF
10975#define HAVE_DECL_MALLOC 1
10976_ACEOF
5464f5a1 10977
d34a2b1d
JG
10978
10979else
10980 cat >>confdefs.h <<_ACEOF
10981#define HAVE_DECL_MALLOC 0
5464f5a1 10982_ACEOF
252b5132 10983
d34a2b1d 10984
252b5132
RH
10985fi
10986
d34a2b1d
JG
10987
10988echo "$as_me:$LINENO: checking whether realloc is declared" >&5
10989echo $ECHO_N "checking whether realloc is declared... $ECHO_C" >&6
10990if test "${ac_cv_have_decl_realloc+set}" = set; then
5464f5a1 10991 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10992else
5464f5a1
NN
10993 cat >conftest.$ac_ext <<_ACEOF
10994/* confdefs.h. */
10995_ACEOF
10996cat confdefs.h >>conftest.$ac_ext
10997cat >>conftest.$ac_ext <<_ACEOF
10998/* end confdefs.h. */
d34a2b1d 10999$ac_includes_default
5464f5a1
NN
11000int
11001main ()
11002{
d34a2b1d
JG
11003#ifndef realloc
11004 char *p = (char *) realloc;
11005#endif
11006
5464f5a1
NN
11007 ;
11008 return 0;
11009}
11010_ACEOF
11011rm -f conftest.$ac_objext
11012if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11013 (eval $ac_compile) 2>conftest.er1
11014 ac_status=$?
11015 grep -v '^ *+' conftest.er1 >conftest.err
11016 rm -f conftest.er1
11017 cat conftest.err >&5
11018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019 (exit $ac_status); } &&
49c96104
SE
11020 { ac_try='test -z "$ac_c_werror_flag"
11021 || test ! -s conftest.err'
5464f5a1
NN
11022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11023 (eval $ac_try) 2>&5
11024 ac_status=$?
11025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11026 (exit $ac_status); }; } &&
11027 { ac_try='test -s conftest.$ac_objext'
11028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11029 (eval $ac_try) 2>&5
11030 ac_status=$?
11031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11032 (exit $ac_status); }; }; then
d34a2b1d 11033 ac_cv_have_decl_realloc=yes
252b5132 11034else
5464f5a1
NN
11035 echo "$as_me: failed program was:" >&5
11036sed 's/^/| /' conftest.$ac_ext >&5
11037
d34a2b1d 11038ac_cv_have_decl_realloc=no
252b5132 11039fi
5464f5a1 11040rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 11041fi
d34a2b1d
JG
11042echo "$as_me:$LINENO: result: $ac_cv_have_decl_realloc" >&5
11043echo "${ECHO_T}$ac_cv_have_decl_realloc" >&6
11044if test $ac_cv_have_decl_realloc = yes; then
11045
11046cat >>confdefs.h <<_ACEOF
11047#define HAVE_DECL_REALLOC 1
11048_ACEOF
252b5132 11049
5464f5a1 11050
d34a2b1d
JG
11051else
11052 cat >>confdefs.h <<_ACEOF
11053#define HAVE_DECL_REALLOC 0
efa9bda4
AL
11054_ACEOF
11055
d34a2b1d 11056
efa9bda4
AL
11057fi
11058
d34a2b1d 11059
be5cacdb
L
11060echo "$as_me:$LINENO: checking whether stpcpy is declared" >&5
11061echo $ECHO_N "checking whether stpcpy is declared... $ECHO_C" >&6
11062if test "${ac_cv_have_decl_stpcpy+set}" = set; then
11063 echo $ECHO_N "(cached) $ECHO_C" >&6
11064else
11065 cat >conftest.$ac_ext <<_ACEOF
11066/* confdefs.h. */
11067_ACEOF
11068cat confdefs.h >>conftest.$ac_ext
11069cat >>conftest.$ac_ext <<_ACEOF
11070/* end confdefs.h. */
11071$ac_includes_default
11072int
11073main ()
11074{
11075#ifndef stpcpy
11076 char *p = (char *) stpcpy;
11077#endif
11078
11079 ;
11080 return 0;
11081}
11082_ACEOF
11083rm -f conftest.$ac_objext
11084if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11085 (eval $ac_compile) 2>conftest.er1
11086 ac_status=$?
11087 grep -v '^ *+' conftest.er1 >conftest.err
11088 rm -f conftest.er1
11089 cat conftest.err >&5
11090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11091 (exit $ac_status); } &&
49c96104
SE
11092 { ac_try='test -z "$ac_c_werror_flag"
11093 || test ! -s conftest.err'
be5cacdb
L
11094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11095 (eval $ac_try) 2>&5
11096 ac_status=$?
11097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11098 (exit $ac_status); }; } &&
11099 { ac_try='test -s conftest.$ac_objext'
11100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11101 (eval $ac_try) 2>&5
11102 ac_status=$?
11103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11104 (exit $ac_status); }; }; then
11105 ac_cv_have_decl_stpcpy=yes
11106else
11107 echo "$as_me: failed program was:" >&5
11108sed 's/^/| /' conftest.$ac_ext >&5
11109
11110ac_cv_have_decl_stpcpy=no
11111fi
11112rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11113fi
11114echo "$as_me:$LINENO: result: $ac_cv_have_decl_stpcpy" >&5
11115echo "${ECHO_T}$ac_cv_have_decl_stpcpy" >&6
11116if test $ac_cv_have_decl_stpcpy = yes; then
11117
11118cat >>confdefs.h <<_ACEOF
11119#define HAVE_DECL_STPCPY 1
11120_ACEOF
11121
11122
11123else
11124 cat >>confdefs.h <<_ACEOF
11125#define HAVE_DECL_STPCPY 0
11126_ACEOF
11127
11128
11129fi
11130
11131
d34a2b1d
JG
11132echo "$as_me:$LINENO: checking whether strstr is declared" >&5
11133echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
11134if test "${ac_cv_have_decl_strstr+set}" = set; then
efa9bda4
AL
11135 echo $ECHO_N "(cached) $ECHO_C" >&6
11136else
11137 cat >conftest.$ac_ext <<_ACEOF
11138/* confdefs.h. */
11139_ACEOF
11140cat confdefs.h >>conftest.$ac_ext
11141cat >>conftest.$ac_ext <<_ACEOF
11142/* end confdefs.h. */
d34a2b1d 11143$ac_includes_default
efa9bda4
AL
11144int
11145main ()
11146{
d34a2b1d
JG
11147#ifndef strstr
11148 char *p = (char *) strstr;
11149#endif
11150
efa9bda4
AL
11151 ;
11152 return 0;
11153}
11154_ACEOF
11155rm -f conftest.$ac_objext
11156if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11157 (eval $ac_compile) 2>conftest.er1
11158 ac_status=$?
11159 grep -v '^ *+' conftest.er1 >conftest.err
11160 rm -f conftest.er1
11161 cat conftest.err >&5
11162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11163 (exit $ac_status); } &&
49c96104
SE
11164 { ac_try='test -z "$ac_c_werror_flag"
11165 || test ! -s conftest.err'
efa9bda4
AL
11166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11167 (eval $ac_try) 2>&5
11168 ac_status=$?
11169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11170 (exit $ac_status); }; } &&
11171 { ac_try='test -s conftest.$ac_objext'
11172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11173 (eval $ac_try) 2>&5
11174 ac_status=$?
11175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11176 (exit $ac_status); }; }; then
d34a2b1d 11177 ac_cv_have_decl_strstr=yes
efa9bda4
AL
11178else
11179 echo "$as_me: failed program was:" >&5
11180sed 's/^/| /' conftest.$ac_ext >&5
11181
d34a2b1d 11182ac_cv_have_decl_strstr=no
efa9bda4
AL
11183fi
11184rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11185fi
d34a2b1d
JG
11186echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
11187echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
11188if test $ac_cv_have_decl_strstr = yes; then
efa9bda4 11189
d34a2b1d
JG
11190cat >>confdefs.h <<_ACEOF
11191#define HAVE_DECL_STRSTR 1
11192_ACEOF
efa9bda4 11193
d34a2b1d
JG
11194
11195else
11196 cat >>confdefs.h <<_ACEOF
11197#define HAVE_DECL_STRSTR 0
5464f5a1 11198_ACEOF
252b5132 11199
d34a2b1d 11200
252b5132
RH
11201fi
11202
6be7c12c 11203
36527912
AJ
11204echo "$as_me:$LINENO: checking whether snprintf is declared" >&5
11205echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
11206if test "${ac_cv_have_decl_snprintf+set}" = set; then
11207 echo $ECHO_N "(cached) $ECHO_C" >&6
11208else
11209 cat >conftest.$ac_ext <<_ACEOF
11210/* confdefs.h. */
11211_ACEOF
11212cat confdefs.h >>conftest.$ac_ext
11213cat >>conftest.$ac_ext <<_ACEOF
11214/* end confdefs.h. */
11215$ac_includes_default
11216int
11217main ()
11218{
11219#ifndef snprintf
11220 char *p = (char *) snprintf;
11221#endif
11222
11223 ;
11224 return 0;
11225}
11226_ACEOF
11227rm -f conftest.$ac_objext
11228if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11229 (eval $ac_compile) 2>conftest.er1
11230 ac_status=$?
11231 grep -v '^ *+' conftest.er1 >conftest.err
11232 rm -f conftest.er1
11233 cat conftest.err >&5
11234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11235 (exit $ac_status); } &&
49c96104
SE
11236 { ac_try='test -z "$ac_c_werror_flag"
11237 || test ! -s conftest.err'
36527912
AJ
11238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11239 (eval $ac_try) 2>&5
11240 ac_status=$?
11241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11242 (exit $ac_status); }; } &&
11243 { ac_try='test -s conftest.$ac_objext'
11244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11245 (eval $ac_try) 2>&5
11246 ac_status=$?
11247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11248 (exit $ac_status); }; }; then
11249 ac_cv_have_decl_snprintf=yes
11250else
11251 echo "$as_me: failed program was:" >&5
11252sed 's/^/| /' conftest.$ac_ext >&5
11253
11254ac_cv_have_decl_snprintf=no
11255fi
11256rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11257fi
11258echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
11259echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
11260if test $ac_cv_have_decl_snprintf = yes; then
11261
11262cat >>confdefs.h <<_ACEOF
11263#define HAVE_DECL_SNPRINTF 1
11264_ACEOF
11265
11266
11267else
11268 cat >>confdefs.h <<_ACEOF
11269#define HAVE_DECL_SNPRINTF 0
11270_ACEOF
11271
11272
11273fi
11274
11275
11276echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
11277echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
11278if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
11279 echo $ECHO_N "(cached) $ECHO_C" >&6
11280else
11281 cat >conftest.$ac_ext <<_ACEOF
11282/* confdefs.h. */
11283_ACEOF
11284cat confdefs.h >>conftest.$ac_ext
11285cat >>conftest.$ac_ext <<_ACEOF
11286/* end confdefs.h. */
11287$ac_includes_default
11288int
11289main ()
11290{
11291#ifndef vsnprintf
11292 char *p = (char *) vsnprintf;
11293#endif
11294
11295 ;
11296 return 0;
11297}
11298_ACEOF
11299rm -f conftest.$ac_objext
11300if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11301 (eval $ac_compile) 2>conftest.er1
11302 ac_status=$?
11303 grep -v '^ *+' conftest.er1 >conftest.err
11304 rm -f conftest.er1
11305 cat conftest.err >&5
11306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11307 (exit $ac_status); } &&
49c96104
SE
11308 { ac_try='test -z "$ac_c_werror_flag"
11309 || test ! -s conftest.err'
36527912
AJ
11310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11311 (eval $ac_try) 2>&5
11312 ac_status=$?
11313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11314 (exit $ac_status); }; } &&
11315 { ac_try='test -s conftest.$ac_objext'
11316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11317 (eval $ac_try) 2>&5
11318 ac_status=$?
11319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11320 (exit $ac_status); }; }; then
11321 ac_cv_have_decl_vsnprintf=yes
11322else
11323 echo "$as_me: failed program was:" >&5
11324sed 's/^/| /' conftest.$ac_ext >&5
11325
11326ac_cv_have_decl_vsnprintf=no
11327fi
11328rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11329fi
11330echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
11331echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
11332if test $ac_cv_have_decl_vsnprintf = yes; then
11333
11334cat >>confdefs.h <<_ACEOF
11335#define HAVE_DECL_VSNPRINTF 1
11336_ACEOF
11337
11338
11339else
11340 cat >>confdefs.h <<_ACEOF
11341#define HAVE_DECL_VSNPRINTF 0
11342_ACEOF
11343
11344
11345fi
11346
11347
d34a2b1d 11348
252b5132
RH
11349# If we are configured native, pick a core file support file.
11350COREFILE=
11351COREFLAG=
11352TRAD_HEADER=
11353if test "${target}" = "${host}"; then
11354 case "${host}" in
13dfd2d0 11355 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
46d59bfa
DB
11356 COREFILE=''
11357 ;;
ed84e695 11358 alpha*-*-linux-*)
252b5132
RH
11359 COREFILE=trad-core.lo
11360 TRAD_HEADER='"hosts/alphalinux.h"'
11361 ;;
690cc98b
NC
11362 alpha*-*-netbsd* | alpha*-*-openbsd*)
11363 COREFILE=netbsd-core.lo
11364 ;;
252b5132 11365 alpha*-*-*) COREFILE=osf-core.lo ;;
13dfd2d0
NC
11366 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
11367 COREFILE='' ;;
61d0bc33 11368 arm-*-netbsd*) COREFILE=netbsd-core.lo ;;
252b5132
RH
11369 arm-*-riscix) COREFILE=trad-core.lo ;;
11370 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
11371 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
11372 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
11373 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
11374 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
eef0f186
MK
11375 hppa*-*-netbsd* | hppa*-*-openbsd*)
11376 COREFILE=netbsd-core.lo
11377 ;;
11378
dc810e39 11379 i370-*-*)
5b93d8bb
AM
11380 COREFILE=trad-core.lo
11381 TRAD_HEADER='"hosts/i370linux.h"'
11382 ;;
11383
80c7c40a 11384 i[3-7]86-sequent-bsd*)
5b93d8bb 11385 COREFILE=trad-core.lo
252b5132
RH
11386 TRAD_HEADER='"hosts/symmetry.h"'
11387 ;;
80c7c40a
NC
11388 i[3-7]86-sequent-sysv4*) ;;
11389 i[3-7]86-sequent-sysv*)
252b5132
RH
11390 COREFILE=trad-core.lo
11391 TRAD_HEADER='"hosts/symmetry.h"'
11392 ;;
80c7c40a 11393 i[3-7]86-*-bsdi)
7e3b3466
NC
11394 COREFILE=
11395 ;;
d2bef492 11396 i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
252b5132
RH
11397 COREFILE=trad-core.lo
11398 TRAD_HEADER='"hosts/i386bsd.h"'
11399 ;;
13dfd2d0 11400 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
d4af9775
DB
11401 COREFILE=''
11402 TRAD_HEADER='"hosts/i386bsd.h"'
11403 ;;
4615568e 11404 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
252b5132
RH
11405 COREFILE=netbsd-core.lo
11406 ;;
80c7c40a 11407 i[3-7]86-esix-sysv3*)
252b5132
RH
11408 COREFILE=trad-core.lo
11409 TRAD_HEADER='"hosts/esix.h"'
11410 ;;
80c7c40a 11411 i[3-7]86-*-sco3.2v5*)
252b5132
RH
11412 COREFILE=sco5-core.lo
11413 ;;
80c7c40a 11414 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
252b5132
RH
11415 COREFILE=trad-core.lo
11416 TRAD_HEADER='"hosts/i386sco.h"'
11417 ;;
80c7c40a 11418 i[3-7]86-*-mach3*)
252b5132
RH
11419 COREFILE=trad-core.lo
11420 TRAD_HEADER='"hosts/i386mach3.h"'
11421 ;;
ed84e695 11422 i[3-7]86-*-linux-*)
252b5132
RH
11423 COREFILE=trad-core.lo
11424 TRAD_HEADER='"hosts/i386linux.h"'
11425 ;;
80c7c40a
NC
11426 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
11427 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
252b5132
RH
11428 i860-*-mach3* | i860-*-osf1*)
11429 COREFILE=trad-core.lo
11430 TRAD_HEADER='"hosts/i860mach3.h"'
11431 ;;
252b5132
RH
11432 mips-*-netbsd* | mips*-*-openbsd*)
11433 COREFILE=netbsd-core.lo
11434 ;;
11435 mips-dec-*)
11436 COREFILE=trad-core.lo
11437 TRAD_HEADER='"hosts/decstation.h"'
11438 ;;
11439 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
11440 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
11441 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
252b5132
RH
11442 mips-*-sysv4*) ;;
11443 mips-*-sysv* | mips-*-riscos*)
11444 COREFILE=trad-core.lo
11445 TRAD_HEADER='"hosts/riscos.h"'
11446 ;;
11447 mips-sony-bsd*)
11448 COREFILE=trad-core.lo
11449 TRAD_HEADER='"hosts/news-mips.h"'
11450 ;;
11451 m68*-bull*-sysv*)
11452 COREFILE=trad-core.lo
11453 TRAD_HEADER='"hosts/dpx2.h"'
11454 ;;
11455 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
11456 m68*-hp-bsd*)
11457 COREFILE=trad-core.lo
11458 TRAD_HEADER='"hosts/hp300bsd.h"'
11459 ;;
ed84e695 11460 m68*-*-linux-*)
252b5132
RH
11461 COREFILE=trad-core.lo
11462 TRAD_HEADER='"hosts/m68klinux.h"'
11463 ;;
11464 m68*-motorola-sysv*)
11465 COREFILE=trad-core.lo
11466 TRAD_HEADER='"hosts/delta68.h"'
11467 ;;
11468 m68*-sony-*)
11469 COREFILE=trad-core.lo
11470 TRAD_HEADER='"hosts/news.h"'
11471 ;;
11472 m68*-*-netbsd* | m68*-*-openbsd*)
11473 COREFILE=netbsd-core.lo
11474 ;;
11475 m68*-apple-aux*)
11476 COREFILE=trad-core.lo
11477 TRAD_HEADER='"hosts/m68kaux.h"'
11478 ;;
eb1e0e80
NC
11479 m88*-*-sysv4*)
11480 ;;
11481 m88*-motorola-sysv*)
11482 COREFILE=ptrace-core.lo
11483 ;;
252b5132
RH
11484 m88*-*-mach3*)
11485 COREFILE=trad-core.lo
11486 TRAD_HEADER='"hosts/m88kmach3.h"'
11487 ;;
c6f8758f
NC
11488 m88*-*-openbsd*)
11489 COREFILE=netbsd-core.lo
11490 ;;
252b5132
RH
11491 ns32k-pc532-mach)
11492 COREFILE=trad-core.lo
11493 TRAD_HEADER='"hosts/pc532mach.h"'
11494 ;;
11495 ns32k-*-netbsd* | ns32k-*-openbsd*)
11496 COREFILE=netbsd-core.lo
11497 ;;
eb1e0e80
NC
11498 rs6000-*-lynx*)
11499 COREFILE=lynx-core.lo
11500 ;;
11501 rs6000-*-aix5.* | powerpc-*-aix5.*)
11502 COREFILE=rs6000-core.lo
11503 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
11504 ;;
83954261 11505 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
653f71ca
KB
11506 COREFILE=rs6000-core.lo
11507 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
83954261
AM
11508 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
11509 # have c_impl as a member of struct core_dumpx
5464f5a1
NN
11510 echo "$as_me:$LINENO: checking for c_impl in struct core_dumpx" >&5
11511echo $ECHO_N "checking for c_impl in struct core_dumpx... $ECHO_C" >&6
11512 cat >conftest.$ac_ext <<_ACEOF
11513/* confdefs.h. */
11514_ACEOF
11515cat confdefs.h >>conftest.$ac_ext
11516cat >>conftest.$ac_ext <<_ACEOF
11517/* end confdefs.h. */
83954261 11518#include <core.h>
5464f5a1
NN
11519int
11520main ()
11521{
83954261 11522struct core_dumpx c; c.c_impl = 0;
5464f5a1
NN
11523 ;
11524 return 0;
11525}
11526_ACEOF
11527rm -f conftest.$ac_objext
11528if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11529 (eval $ac_compile) 2>conftest.er1
11530 ac_status=$?
11531 grep -v '^ *+' conftest.er1 >conftest.err
11532 rm -f conftest.er1
11533 cat conftest.err >&5
11534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11535 (exit $ac_status); } &&
49c96104
SE
11536 { ac_try='test -z "$ac_c_werror_flag"
11537 || test ! -s conftest.err'
5464f5a1
NN
11538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11539 (eval $ac_try) 2>&5
11540 ac_status=$?
11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); }; } &&
11543 { ac_try='test -s conftest.$ac_objext'
11544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11545 (eval $ac_try) 2>&5
11546 ac_status=$?
11547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11548 (exit $ac_status); }; }; then
11549
11550cat >>confdefs.h <<\_ACEOF
83954261 11551#define HAVE_ST_C_IMPL 1
5464f5a1 11552_ACEOF
83954261 11553
5464f5a1
NN
11554 echo "$as_me:$LINENO: result: yes" >&5
11555echo "${ECHO_T}yes" >&6
83954261 11556else
5464f5a1
NN
11557 echo "$as_me: failed program was:" >&5
11558sed 's/^/| /' conftest.$ac_ext >&5
11559
11560echo "$as_me:$LINENO: result: no" >&5
11561echo "${ECHO_T}no" >&6
83954261 11562fi
5464f5a1 11563rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
653f71ca 11564 ;;
252b5132
RH
11565 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
11566 rs6000-*-*) COREFILE=rs6000-core.lo ;;
252b5132
RH
11567 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
11568 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
11569 powerpc-*-beos*) ;;
13dfd2d0
NC
11570 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
11571 COREFILE='' ;;
252b5132 11572 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
d4af9775 11573 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
dc810e39 11574 s390*-*-*) COREFILE=trad-core.lo ;;
8d05742f 11575 sh*-*-netbsd*) COREFILE=netbsd-core.lo ;;
a9bf1154 11576 sparc-*-netbsd* | sparc*-*-openbsd*)
252b5132
RH
11577 COREFILE=netbsd-core.lo
11578 ;;
11579 tahoe-*-*)
11580 COREFILE=trad-core.lo
11581 TRAD_HEADER='"hosts/tahoe.h"'
11582 ;;
de6e5e1a
NC
11583 vax-*-netbsd* | vax-*-openbsd*)
11584 COREFILE=netbsd-core.lo
11585 ;;
252b5132
RH
11586 vax-*-ultrix2*)
11587 COREFILE=trad-core.lo
11588 TRAD_HEADER='"hosts/vaxult2.h"'
11589 ;;
11590 vax-*-ultrix*)
11591 COREFILE=trad-core.lo
11592 TRAD_HEADER='"hosts/vaxult2.h"'
11593 ;;
ed84e695 11594 vax-*-linux-*)
f8fc3443
NC
11595 COREFILE=trad-core.lo
11596 TRAD_HEADER='"hosts/vaxlinux.h"'
11597 ;;
252b5132
RH
11598 vax-*-*)
11599 COREFILE=trad-core.lo
11600 TRAD_HEADER='"hosts/vaxbsd.h"'
11601 ;;
85cfd8d3
MK
11602 x86_64-*-netbsd* | x86_64-*-openbsd*)
11603 COREFILE=netbsd-core.lo
11604 ;;
252b5132
RH
11605 esac
11606
11607 case "$COREFILE" in
11608 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
11609 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
11610 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
11611 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
11612 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
11613 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
11614 osf-core.lo) COREFLAG=-DOSF_CORE ;;
11615 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
11616 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
11617 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
11618 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
11619 esac
11620
11621 # ELF corefile support has several flavors, but all of
11622 # them use something called <sys/procfs.h>
5464f5a1
NN
11623
11624for ac_header in sys/procfs.h
252b5132 11625do
5464f5a1
NN
11626as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11627if eval "test \"\${$as_ac_Header+set}\" = set"; then
11628 echo "$as_me:$LINENO: checking for $ac_header" >&5
11629echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11630if eval "test \"\${$as_ac_Header+set}\" = set"; then
11631 echo $ECHO_N "(cached) $ECHO_C" >&6
11632fi
11633echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11634echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11635else
11636 # Is the header compilable?
11637echo "$as_me:$LINENO: checking $ac_header usability" >&5
11638echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11639cat >conftest.$ac_ext <<_ACEOF
11640/* confdefs.h. */
11641_ACEOF
11642cat confdefs.h >>conftest.$ac_ext
11643cat >>conftest.$ac_ext <<_ACEOF
11644/* end confdefs.h. */
11645$ac_includes_default
11646#include <$ac_header>
11647_ACEOF
11648rm -f conftest.$ac_objext
11649if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11650 (eval $ac_compile) 2>conftest.er1
11651 ac_status=$?
11652 grep -v '^ *+' conftest.er1 >conftest.err
11653 rm -f conftest.er1
11654 cat conftest.err >&5
11655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11656 (exit $ac_status); } &&
49c96104
SE
11657 { ac_try='test -z "$ac_c_werror_flag"
11658 || test ! -s conftest.err'
5464f5a1
NN
11659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11660 (eval $ac_try) 2>&5
11661 ac_status=$?
11662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663 (exit $ac_status); }; } &&
11664 { ac_try='test -s conftest.$ac_objext'
11665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11666 (eval $ac_try) 2>&5
11667 ac_status=$?
11668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11669 (exit $ac_status); }; }; then
11670 ac_header_compiler=yes
11671else
11672 echo "$as_me: failed program was:" >&5
11673sed 's/^/| /' conftest.$ac_ext >&5
11674
11675ac_header_compiler=no
11676fi
11677rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11678echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11679echo "${ECHO_T}$ac_header_compiler" >&6
11680
11681# Is the header present?
11682echo "$as_me:$LINENO: checking $ac_header presence" >&5
11683echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11684cat >conftest.$ac_ext <<_ACEOF
11685/* confdefs.h. */
11686_ACEOF
11687cat confdefs.h >>conftest.$ac_ext
11688cat >>conftest.$ac_ext <<_ACEOF
11689/* end confdefs.h. */
11690#include <$ac_header>
11691_ACEOF
11692if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11693 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11694 ac_status=$?
11695 grep -v '^ *+' conftest.er1 >conftest.err
11696 rm -f conftest.er1
11697 cat conftest.err >&5
11698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11699 (exit $ac_status); } >/dev/null; then
11700 if test -s conftest.err; then
11701 ac_cpp_err=$ac_c_preproc_warn_flag
11702 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11703 else
11704 ac_cpp_err=
11705 fi
252b5132 11706else
5464f5a1 11707 ac_cpp_err=yes
252b5132 11708fi
5464f5a1
NN
11709if test -z "$ac_cpp_err"; then
11710 ac_header_preproc=yes
11711else
11712 echo "$as_me: failed program was:" >&5
11713sed 's/^/| /' conftest.$ac_ext >&5
11714
11715 ac_header_preproc=no
252b5132 11716fi
5464f5a1
NN
11717rm -f conftest.err conftest.$ac_ext
11718echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11719echo "${ECHO_T}$ac_header_preproc" >&6
11720
11721# So? What about this header?
11722case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11723 yes:no: )
11724 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11725echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11726 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11727echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11728 ac_header_preproc=yes
11729 ;;
11730 no:yes:* )
11731 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11732echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11733 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11734echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11735 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11736echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11737 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11738echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11739 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11740echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11741 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11742echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11743 (
11744 cat <<\_ASBOX
11745## ------------------------------------------ ##
11746## Report this to the AC_PACKAGE_NAME lists. ##
11747## ------------------------------------------ ##
11748_ASBOX
11749 ) |
11750 sed "s/^/$as_me: WARNING: /" >&2
11751 ;;
11752esac
11753echo "$as_me:$LINENO: checking for $ac_header" >&5
11754echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11755if eval "test \"\${$as_ac_Header+set}\" = set"; then
11756 echo $ECHO_N "(cached) $ECHO_C" >&6
6be7c12c 11757else
5464f5a1
NN
11758 eval "$as_ac_Header=\$ac_header_preproc"
11759fi
11760echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11761echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11762
252b5132 11763fi
5464f5a1
NN
11764if test `eval echo '${'$as_ac_Header'}'` = yes; then
11765 cat >>confdefs.h <<_ACEOF
11766#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11767_ACEOF
11768
11769fi
11770
252b5132
RH
11771done
11772
11773 if test "$ac_cv_header_sys_procfs_h" = yes; then
5464f5a1
NN
11774 echo "$as_me:$LINENO: checking for prstatus_t in sys/procfs.h" >&5
11775echo $ECHO_N "checking for prstatus_t in sys/procfs.h... $ECHO_C" >&6
11776 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then
11777 echo $ECHO_N "(cached) $ECHO_C" >&6
11778else
11779 cat >conftest.$ac_ext <<_ACEOF
11780/* confdefs.h. */
11781_ACEOF
11782cat confdefs.h >>conftest.$ac_ext
11783cat >>conftest.$ac_ext <<_ACEOF
11784/* end confdefs.h. */
7ee38065
MS
11785
11786#define _SYSCALL32
252b5132 11787#include <sys/procfs.h>
5464f5a1
NN
11788int
11789main ()
11790{
252b5132 11791prstatus_t avar
5464f5a1
NN
11792 ;
11793 return 0;
11794}
11795_ACEOF
11796rm -f conftest.$ac_objext
11797if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11798 (eval $ac_compile) 2>conftest.er1
11799 ac_status=$?
11800 grep -v '^ *+' conftest.er1 >conftest.err
11801 rm -f conftest.er1
11802 cat conftest.err >&5
11803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11804 (exit $ac_status); } &&
49c96104
SE
11805 { ac_try='test -z "$ac_c_werror_flag"
11806 || test ! -s conftest.err'
5464f5a1
NN
11807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11808 (eval $ac_try) 2>&5
11809 ac_status=$?
11810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11811 (exit $ac_status); }; } &&
11812 { ac_try='test -s conftest.$ac_objext'
11813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11814 (eval $ac_try) 2>&5
11815 ac_status=$?
11816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11817 (exit $ac_status); }; }; then
252b5132
RH
11818 bfd_cv_have_sys_procfs_type_prstatus_t=yes
11819else
5464f5a1
NN
11820 echo "$as_me: failed program was:" >&5
11821sed 's/^/| /' conftest.$ac_ext >&5
11822
11823bfd_cv_have_sys_procfs_type_prstatus_t=no
11824
252b5132 11825fi
5464f5a1 11826rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
11827fi
11828
11829 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
5464f5a1
NN
11830
11831cat >>confdefs.h <<\_ACEOF
252b5132 11832#define HAVE_PRSTATUS_T 1
5464f5a1 11833_ACEOF
252b5132
RH
11834
11835 fi
5464f5a1
NN
11836 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
11837echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prstatus_t" >&6
252b5132 11838
5464f5a1
NN
11839 echo "$as_me:$LINENO: checking for prstatus32_t in sys/procfs.h" >&5
11840echo $ECHO_N "checking for prstatus32_t in sys/procfs.h... $ECHO_C" >&6
11841 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then
11842 echo $ECHO_N "(cached) $ECHO_C" >&6
7ee38065 11843else
5464f5a1
NN
11844 cat >conftest.$ac_ext <<_ACEOF
11845/* confdefs.h. */
11846_ACEOF
11847cat confdefs.h >>conftest.$ac_ext
11848cat >>conftest.$ac_ext <<_ACEOF
11849/* end confdefs.h. */
7ee38065
MS
11850
11851#define _SYSCALL32
11852#include <sys/procfs.h>
5464f5a1
NN
11853int
11854main ()
11855{
7ee38065 11856prstatus32_t avar
5464f5a1
NN
11857 ;
11858 return 0;
11859}
11860_ACEOF
11861rm -f conftest.$ac_objext
11862if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11863 (eval $ac_compile) 2>conftest.er1
11864 ac_status=$?
11865 grep -v '^ *+' conftest.er1 >conftest.err
11866 rm -f conftest.er1
11867 cat conftest.err >&5
11868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11869 (exit $ac_status); } &&
49c96104
SE
11870 { ac_try='test -z "$ac_c_werror_flag"
11871 || test ! -s conftest.err'
5464f5a1
NN
11872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11873 (eval $ac_try) 2>&5
11874 ac_status=$?
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); }; } &&
11877 { ac_try='test -s conftest.$ac_objext'
11878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11879 (eval $ac_try) 2>&5
11880 ac_status=$?
11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 (exit $ac_status); }; }; then
7ee38065
MS
11883 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
11884else
5464f5a1
NN
11885 echo "$as_me: failed program was:" >&5
11886sed 's/^/| /' conftest.$ac_ext >&5
11887
11888bfd_cv_have_sys_procfs_type_prstatus32_t=no
11889
7ee38065 11890fi
5464f5a1 11891rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7ee38065
MS
11892fi
11893
11894 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
5464f5a1
NN
11895
11896cat >>confdefs.h <<\_ACEOF
7ee38065 11897#define HAVE_PRSTATUS32_T 1
5464f5a1 11898_ACEOF
7ee38065
MS
11899
11900 fi
5464f5a1
NN
11901 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
11902echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6
7ee38065 11903
5464f5a1
NN
11904 echo "$as_me:$LINENO: checking for prstatus_t.pr_who in sys/procfs.h" >&5
11905echo $ECHO_N "checking for prstatus_t.pr_who in sys/procfs.h... $ECHO_C" >&6
11906 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then
11907 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11908else
5464f5a1
NN
11909 cat >conftest.$ac_ext <<_ACEOF
11910/* confdefs.h. */
11911_ACEOF
11912cat confdefs.h >>conftest.$ac_ext
11913cat >>conftest.$ac_ext <<_ACEOF
11914/* end confdefs.h. */
7ee38065
MS
11915
11916#define _SYSCALL32
252b5132 11917#include <sys/procfs.h>
5464f5a1
NN
11918int
11919main ()
11920{
252b5132 11921prstatus_t avar; void* aref = (void*) &avar.pr_who
5464f5a1
NN
11922 ;
11923 return 0;
11924}
11925_ACEOF
11926rm -f conftest.$ac_objext
11927if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11928 (eval $ac_compile) 2>conftest.er1
11929 ac_status=$?
11930 grep -v '^ *+' conftest.er1 >conftest.err
11931 rm -f conftest.er1
11932 cat conftest.err >&5
11933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11934 (exit $ac_status); } &&
49c96104
SE
11935 { ac_try='test -z "$ac_c_werror_flag"
11936 || test ! -s conftest.err'
5464f5a1
NN
11937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11938 (eval $ac_try) 2>&5
11939 ac_status=$?
11940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11941 (exit $ac_status); }; } &&
11942 { ac_try='test -s conftest.$ac_objext'
11943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11944 (eval $ac_try) 2>&5
11945 ac_status=$?
11946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); }; }; then
252b5132
RH
11948 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
11949else
5464f5a1
NN
11950 echo "$as_me: failed program was:" >&5
11951sed 's/^/| /' conftest.$ac_ext >&5
11952
11953bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
11954
252b5132 11955fi
5464f5a1 11956rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
11957fi
11958
11959 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
5464f5a1
NN
11960
11961cat >>confdefs.h <<\_ACEOF
252b5132 11962#define HAVE_PRSTATUS_T_PR_WHO 1
5464f5a1 11963_ACEOF
252b5132
RH
11964
11965 fi
5464f5a1
NN
11966 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
11967echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6
252b5132 11968
5464f5a1
NN
11969 echo "$as_me:$LINENO: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
11970echo $ECHO_N "checking for prstatus32_t.pr_who in sys/procfs.h... $ECHO_C" >&6
11971 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then
11972 echo $ECHO_N "(cached) $ECHO_C" >&6
7ee38065 11973else
5464f5a1
NN
11974 cat >conftest.$ac_ext <<_ACEOF
11975/* confdefs.h. */
11976_ACEOF
11977cat confdefs.h >>conftest.$ac_ext
11978cat >>conftest.$ac_ext <<_ACEOF
11979/* end confdefs.h. */
7ee38065
MS
11980
11981#define _SYSCALL32
11982#include <sys/procfs.h>
5464f5a1
NN
11983int
11984main ()
11985{
7ee38065 11986prstatus32_t avar; void* aref = (void*) &avar.pr_who
5464f5a1
NN
11987 ;
11988 return 0;
11989}
11990_ACEOF
11991rm -f conftest.$ac_objext
11992if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11993 (eval $ac_compile) 2>conftest.er1
11994 ac_status=$?
11995 grep -v '^ *+' conftest.er1 >conftest.err
11996 rm -f conftest.er1
11997 cat conftest.err >&5
11998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11999 (exit $ac_status); } &&
49c96104
SE
12000 { ac_try='test -z "$ac_c_werror_flag"
12001 || test ! -s conftest.err'
5464f5a1
NN
12002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12003 (eval $ac_try) 2>&5
12004 ac_status=$?
12005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12006 (exit $ac_status); }; } &&
12007 { ac_try='test -s conftest.$ac_objext'
12008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12009 (eval $ac_try) 2>&5
12010 ac_status=$?
12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12012 (exit $ac_status); }; }; then
7ee38065
MS
12013 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
12014else
5464f5a1
NN
12015 echo "$as_me: failed program was:" >&5
12016sed 's/^/| /' conftest.$ac_ext >&5
12017
12018bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
12019
7ee38065 12020fi
5464f5a1 12021rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7ee38065
MS
12022fi
12023
12024 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
5464f5a1
NN
12025
12026cat >>confdefs.h <<\_ACEOF
7ee38065 12027#define HAVE_PRSTATUS32_T_PR_WHO 1
5464f5a1 12028_ACEOF
7ee38065
MS
12029
12030 fi
5464f5a1
NN
12031 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
12032echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6
7ee38065 12033
5464f5a1
NN
12034 echo "$as_me:$LINENO: checking for pstatus_t in sys/procfs.h" >&5
12035echo $ECHO_N "checking for pstatus_t in sys/procfs.h... $ECHO_C" >&6
12036 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then
12037 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12038else
5464f5a1
NN
12039 cat >conftest.$ac_ext <<_ACEOF
12040/* confdefs.h. */
12041_ACEOF
12042cat confdefs.h >>conftest.$ac_ext
12043cat >>conftest.$ac_ext <<_ACEOF
12044/* end confdefs.h. */
7ee38065
MS
12045
12046#define _SYSCALL32
252b5132 12047#include <sys/procfs.h>
5464f5a1
NN
12048int
12049main ()
12050{
252b5132 12051pstatus_t avar
5464f5a1
NN
12052 ;
12053 return 0;
12054}
12055_ACEOF
12056rm -f conftest.$ac_objext
12057if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12058 (eval $ac_compile) 2>conftest.er1
12059 ac_status=$?
12060 grep -v '^ *+' conftest.er1 >conftest.err
12061 rm -f conftest.er1
12062 cat conftest.err >&5
12063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12064 (exit $ac_status); } &&
49c96104
SE
12065 { ac_try='test -z "$ac_c_werror_flag"
12066 || test ! -s conftest.err'
5464f5a1
NN
12067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12068 (eval $ac_try) 2>&5
12069 ac_status=$?
12070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12071 (exit $ac_status); }; } &&
12072 { ac_try='test -s conftest.$ac_objext'
12073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12074 (eval $ac_try) 2>&5
12075 ac_status=$?
12076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12077 (exit $ac_status); }; }; then
252b5132
RH
12078 bfd_cv_have_sys_procfs_type_pstatus_t=yes
12079else
5464f5a1
NN
12080 echo "$as_me: failed program was:" >&5
12081sed 's/^/| /' conftest.$ac_ext >&5
12082
12083bfd_cv_have_sys_procfs_type_pstatus_t=no
12084
252b5132 12085fi
5464f5a1 12086rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12087fi
12088
12089 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
5464f5a1
NN
12090
12091cat >>confdefs.h <<\_ACEOF
252b5132 12092#define HAVE_PSTATUS_T 1
5464f5a1 12093_ACEOF
252b5132
RH
12094
12095 fi
5464f5a1
NN
12096 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
12097echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus_t" >&6
252b5132 12098
5464f5a1
NN
12099 echo "$as_me:$LINENO: checking for pxstatus_t in sys/procfs.h" >&5
12100echo $ECHO_N "checking for pxstatus_t in sys/procfs.h... $ECHO_C" >&6
12101 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then
12102 echo $ECHO_N "(cached) $ECHO_C" >&6
f572a39d 12103else
5464f5a1
NN
12104 cat >conftest.$ac_ext <<_ACEOF
12105/* confdefs.h. */
12106_ACEOF
12107cat confdefs.h >>conftest.$ac_ext
12108cat >>conftest.$ac_ext <<_ACEOF
12109/* end confdefs.h. */
f572a39d
AM
12110
12111#define _SYSCALL32
12112#include <sys/procfs.h>
5464f5a1
NN
12113int
12114main ()
12115{
f572a39d 12116pxstatus_t avar
5464f5a1
NN
12117 ;
12118 return 0;
12119}
12120_ACEOF
12121rm -f conftest.$ac_objext
12122if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12123 (eval $ac_compile) 2>conftest.er1
12124 ac_status=$?
12125 grep -v '^ *+' conftest.er1 >conftest.err
12126 rm -f conftest.er1
12127 cat conftest.err >&5
12128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12129 (exit $ac_status); } &&
49c96104
SE
12130 { ac_try='test -z "$ac_c_werror_flag"
12131 || test ! -s conftest.err'
5464f5a1
NN
12132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12133 (eval $ac_try) 2>&5
12134 ac_status=$?
12135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12136 (exit $ac_status); }; } &&
12137 { ac_try='test -s conftest.$ac_objext'
12138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12139 (eval $ac_try) 2>&5
12140 ac_status=$?
12141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12142 (exit $ac_status); }; }; then
f572a39d
AM
12143 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
12144else
5464f5a1
NN
12145 echo "$as_me: failed program was:" >&5
12146sed 's/^/| /' conftest.$ac_ext >&5
12147
12148bfd_cv_have_sys_procfs_type_pxstatus_t=no
12149
f572a39d 12150fi
5464f5a1 12151rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
f572a39d
AM
12152fi
12153
12154 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
5464f5a1
NN
12155
12156cat >>confdefs.h <<\_ACEOF
f572a39d 12157#define HAVE_PXSTATUS_T 1
5464f5a1 12158_ACEOF
f572a39d
AM
12159
12160 fi
5464f5a1
NN
12161 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
12162echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6
f572a39d 12163
5464f5a1
NN
12164 echo "$as_me:$LINENO: checking for pstatus32_t in sys/procfs.h" >&5
12165echo $ECHO_N "checking for pstatus32_t in sys/procfs.h... $ECHO_C" >&6
12166 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then
12167 echo $ECHO_N "(cached) $ECHO_C" >&6
7ee38065 12168else
5464f5a1
NN
12169 cat >conftest.$ac_ext <<_ACEOF
12170/* confdefs.h. */
12171_ACEOF
12172cat confdefs.h >>conftest.$ac_ext
12173cat >>conftest.$ac_ext <<_ACEOF
12174/* end confdefs.h. */
7ee38065
MS
12175
12176#define _SYSCALL32
12177#include <sys/procfs.h>
5464f5a1
NN
12178int
12179main ()
12180{
7ee38065 12181pstatus32_t avar
5464f5a1
NN
12182 ;
12183 return 0;
12184}
12185_ACEOF
12186rm -f conftest.$ac_objext
12187if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12188 (eval $ac_compile) 2>conftest.er1
12189 ac_status=$?
12190 grep -v '^ *+' conftest.er1 >conftest.err
12191 rm -f conftest.er1
12192 cat conftest.err >&5
12193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12194 (exit $ac_status); } &&
49c96104
SE
12195 { ac_try='test -z "$ac_c_werror_flag"
12196 || test ! -s conftest.err'
5464f5a1
NN
12197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12198 (eval $ac_try) 2>&5
12199 ac_status=$?
12200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201 (exit $ac_status); }; } &&
12202 { ac_try='test -s conftest.$ac_objext'
12203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12204 (eval $ac_try) 2>&5
12205 ac_status=$?
12206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12207 (exit $ac_status); }; }; then
7ee38065
MS
12208 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
12209else
5464f5a1
NN
12210 echo "$as_me: failed program was:" >&5
12211sed 's/^/| /' conftest.$ac_ext >&5
12212
12213bfd_cv_have_sys_procfs_type_pstatus32_t=no
12214
7ee38065 12215fi
5464f5a1 12216rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7ee38065
MS
12217fi
12218
12219 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
5464f5a1
NN
12220
12221cat >>confdefs.h <<\_ACEOF
7ee38065 12222#define HAVE_PSTATUS32_T 1
5464f5a1 12223_ACEOF
7ee38065
MS
12224
12225 fi
5464f5a1
NN
12226 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
12227echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6
7ee38065 12228
5464f5a1
NN
12229 echo "$as_me:$LINENO: checking for prpsinfo_t in sys/procfs.h" >&5
12230echo $ECHO_N "checking for prpsinfo_t in sys/procfs.h... $ECHO_C" >&6
12231 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then
12232 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12233else
5464f5a1
NN
12234 cat >conftest.$ac_ext <<_ACEOF
12235/* confdefs.h. */
12236_ACEOF
12237cat confdefs.h >>conftest.$ac_ext
12238cat >>conftest.$ac_ext <<_ACEOF
12239/* end confdefs.h. */
7ee38065
MS
12240
12241#define _SYSCALL32
252b5132 12242#include <sys/procfs.h>
5464f5a1
NN
12243int
12244main ()
12245{
252b5132 12246prpsinfo_t avar
5464f5a1
NN
12247 ;
12248 return 0;
12249}
12250_ACEOF
12251rm -f conftest.$ac_objext
12252if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12253 (eval $ac_compile) 2>conftest.er1
12254 ac_status=$?
12255 grep -v '^ *+' conftest.er1 >conftest.err
12256 rm -f conftest.er1
12257 cat conftest.err >&5
12258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12259 (exit $ac_status); } &&
49c96104
SE
12260 { ac_try='test -z "$ac_c_werror_flag"
12261 || test ! -s conftest.err'
5464f5a1
NN
12262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12263 (eval $ac_try) 2>&5
12264 ac_status=$?
12265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12266 (exit $ac_status); }; } &&
12267 { ac_try='test -s conftest.$ac_objext'
12268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12269 (eval $ac_try) 2>&5
12270 ac_status=$?
12271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12272 (exit $ac_status); }; }; then
252b5132
RH
12273 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
12274else
5464f5a1
NN
12275 echo "$as_me: failed program was:" >&5
12276sed 's/^/| /' conftest.$ac_ext >&5
12277
12278bfd_cv_have_sys_procfs_type_prpsinfo_t=no
12279
252b5132 12280fi
5464f5a1 12281rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12282fi
12283
12284 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
5464f5a1
NN
12285
12286cat >>confdefs.h <<\_ACEOF
252b5132 12287#define HAVE_PRPSINFO_T 1
5464f5a1 12288_ACEOF
252b5132
RH
12289
12290 fi
5464f5a1
NN
12291 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
12292echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6
252b5132 12293
5464f5a1
NN
12294 echo "$as_me:$LINENO: checking for prpsinfo32_t in sys/procfs.h" >&5
12295echo $ECHO_N "checking for prpsinfo32_t in sys/procfs.h... $ECHO_C" >&6
12296 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then
12297 echo $ECHO_N "(cached) $ECHO_C" >&6
7ee38065 12298else
5464f5a1
NN
12299 cat >conftest.$ac_ext <<_ACEOF
12300/* confdefs.h. */
12301_ACEOF
12302cat confdefs.h >>conftest.$ac_ext
12303cat >>conftest.$ac_ext <<_ACEOF
12304/* end confdefs.h. */
7ee38065
MS
12305
12306#define _SYSCALL32
12307#include <sys/procfs.h>
5464f5a1
NN
12308int
12309main ()
12310{
7ee38065 12311prpsinfo32_t avar
5464f5a1
NN
12312 ;
12313 return 0;
12314}
12315_ACEOF
12316rm -f conftest.$ac_objext
12317if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12318 (eval $ac_compile) 2>conftest.er1
12319 ac_status=$?
12320 grep -v '^ *+' conftest.er1 >conftest.err
12321 rm -f conftest.er1
12322 cat conftest.err >&5
12323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12324 (exit $ac_status); } &&
49c96104
SE
12325 { ac_try='test -z "$ac_c_werror_flag"
12326 || test ! -s conftest.err'
5464f5a1
NN
12327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12328 (eval $ac_try) 2>&5
12329 ac_status=$?
12330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12331 (exit $ac_status); }; } &&
12332 { ac_try='test -s conftest.$ac_objext'
12333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12334 (eval $ac_try) 2>&5
12335 ac_status=$?
12336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12337 (exit $ac_status); }; }; then
7ee38065
MS
12338 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
12339else
5464f5a1
NN
12340 echo "$as_me: failed program was:" >&5
12341sed 's/^/| /' conftest.$ac_ext >&5
12342
12343bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
12344
7ee38065 12345fi
5464f5a1 12346rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7ee38065
MS
12347fi
12348
12349 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
5464f5a1
NN
12350
12351cat >>confdefs.h <<\_ACEOF
7ee38065 12352#define HAVE_PRPSINFO32_T 1
5464f5a1 12353_ACEOF
7ee38065
MS
12354
12355 fi
5464f5a1
NN
12356 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
12357echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6
7ee38065 12358
5464f5a1
NN
12359 echo "$as_me:$LINENO: checking for psinfo_t in sys/procfs.h" >&5
12360echo $ECHO_N "checking for psinfo_t in sys/procfs.h... $ECHO_C" >&6
12361 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then
12362 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12363else
5464f5a1
NN
12364 cat >conftest.$ac_ext <<_ACEOF
12365/* confdefs.h. */
12366_ACEOF
12367cat confdefs.h >>conftest.$ac_ext
12368cat >>conftest.$ac_ext <<_ACEOF
12369/* end confdefs.h. */
7ee38065
MS
12370
12371#define _SYSCALL32
252b5132 12372#include <sys/procfs.h>
5464f5a1
NN
12373int
12374main ()
12375{
252b5132 12376psinfo_t avar
5464f5a1
NN
12377 ;
12378 return 0;
12379}
12380_ACEOF
12381rm -f conftest.$ac_objext
12382if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12383 (eval $ac_compile) 2>conftest.er1
12384 ac_status=$?
12385 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1
12387 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } &&
49c96104
SE
12390 { ac_try='test -z "$ac_c_werror_flag"
12391 || test ! -s conftest.err'
5464f5a1
NN
12392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12393 (eval $ac_try) 2>&5
12394 ac_status=$?
12395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12396 (exit $ac_status); }; } &&
12397 { ac_try='test -s conftest.$ac_objext'
12398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12399 (eval $ac_try) 2>&5
12400 ac_status=$?
12401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12402 (exit $ac_status); }; }; then
252b5132
RH
12403 bfd_cv_have_sys_procfs_type_psinfo_t=yes
12404else
5464f5a1
NN
12405 echo "$as_me: failed program was:" >&5
12406sed 's/^/| /' conftest.$ac_ext >&5
12407
12408bfd_cv_have_sys_procfs_type_psinfo_t=no
12409
252b5132 12410fi
5464f5a1 12411rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12412fi
12413
12414 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
5464f5a1
NN
12415
12416cat >>confdefs.h <<\_ACEOF
252b5132 12417#define HAVE_PSINFO_T 1
5464f5a1 12418_ACEOF
252b5132
RH
12419
12420 fi
5464f5a1
NN
12421 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
12422echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psinfo_t" >&6
252b5132 12423
5464f5a1
NN
12424 echo "$as_me:$LINENO: checking for psinfo32_t in sys/procfs.h" >&5
12425echo $ECHO_N "checking for psinfo32_t in sys/procfs.h... $ECHO_C" >&6
12426 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then
12427 echo $ECHO_N "(cached) $ECHO_C" >&6
7ee38065 12428else
5464f5a1
NN
12429 cat >conftest.$ac_ext <<_ACEOF
12430/* confdefs.h. */
12431_ACEOF
12432cat confdefs.h >>conftest.$ac_ext
12433cat >>conftest.$ac_ext <<_ACEOF
12434/* end confdefs.h. */
7ee38065
MS
12435
12436#define _SYSCALL32
12437#include <sys/procfs.h>
5464f5a1
NN
12438int
12439main ()
12440{
7ee38065 12441psinfo32_t avar
5464f5a1
NN
12442 ;
12443 return 0;
12444}
12445_ACEOF
12446rm -f conftest.$ac_objext
12447if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12448 (eval $ac_compile) 2>conftest.er1
12449 ac_status=$?
12450 grep -v '^ *+' conftest.er1 >conftest.err
12451 rm -f conftest.er1
12452 cat conftest.err >&5
12453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12454 (exit $ac_status); } &&
49c96104
SE
12455 { ac_try='test -z "$ac_c_werror_flag"
12456 || test ! -s conftest.err'
5464f5a1
NN
12457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12458 (eval $ac_try) 2>&5
12459 ac_status=$?
12460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12461 (exit $ac_status); }; } &&
12462 { ac_try='test -s conftest.$ac_objext'
12463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12464 (eval $ac_try) 2>&5
12465 ac_status=$?
12466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12467 (exit $ac_status); }; }; then
7ee38065
MS
12468 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
12469else
5464f5a1
NN
12470 echo "$as_me: failed program was:" >&5
12471sed 's/^/| /' conftest.$ac_ext >&5
12472
12473bfd_cv_have_sys_procfs_type_psinfo32_t=no
12474
7ee38065 12475fi
5464f5a1 12476rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7ee38065
MS
12477fi
12478
12479 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
5464f5a1
NN
12480
12481cat >>confdefs.h <<\_ACEOF
7ee38065 12482#define HAVE_PSINFO32_T 1
5464f5a1 12483_ACEOF
7ee38065
MS
12484
12485 fi
5464f5a1
NN
12486 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
12487echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6
7ee38065 12488
5464f5a1
NN
12489 echo "$as_me:$LINENO: checking for lwpstatus_t in sys/procfs.h" >&5
12490echo $ECHO_N "checking for lwpstatus_t in sys/procfs.h... $ECHO_C" >&6
12491 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then
12492 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12493else
5464f5a1
NN
12494 cat >conftest.$ac_ext <<_ACEOF
12495/* confdefs.h. */
12496_ACEOF
12497cat confdefs.h >>conftest.$ac_ext
12498cat >>conftest.$ac_ext <<_ACEOF
12499/* end confdefs.h. */
7ee38065
MS
12500
12501#define _SYSCALL32
252b5132 12502#include <sys/procfs.h>
5464f5a1
NN
12503int
12504main ()
12505{
252b5132 12506lwpstatus_t avar
5464f5a1
NN
12507 ;
12508 return 0;
12509}
12510_ACEOF
12511rm -f conftest.$ac_objext
12512if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12513 (eval $ac_compile) 2>conftest.er1
12514 ac_status=$?
12515 grep -v '^ *+' conftest.er1 >conftest.err
12516 rm -f conftest.er1
12517 cat conftest.err >&5
12518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12519 (exit $ac_status); } &&
49c96104
SE
12520 { ac_try='test -z "$ac_c_werror_flag"
12521 || test ! -s conftest.err'
5464f5a1
NN
12522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12523 (eval $ac_try) 2>&5
12524 ac_status=$?
12525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12526 (exit $ac_status); }; } &&
12527 { ac_try='test -s conftest.$ac_objext'
12528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12529 (eval $ac_try) 2>&5
12530 ac_status=$?
12531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12532 (exit $ac_status); }; }; then
252b5132
RH
12533 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
12534else
5464f5a1
NN
12535 echo "$as_me: failed program was:" >&5
12536sed 's/^/| /' conftest.$ac_ext >&5
12537
12538bfd_cv_have_sys_procfs_type_lwpstatus_t=no
12539
252b5132 12540fi
5464f5a1 12541rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12542fi
12543
12544 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
5464f5a1
NN
12545
12546cat >>confdefs.h <<\_ACEOF
252b5132 12547#define HAVE_LWPSTATUS_T 1
5464f5a1 12548_ACEOF
252b5132
RH
12549
12550 fi
5464f5a1
NN
12551 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
12552echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6
252b5132 12553
5464f5a1
NN
12554 echo "$as_me:$LINENO: checking for lwpxstatus_t in sys/procfs.h" >&5
12555echo $ECHO_N "checking for lwpxstatus_t in sys/procfs.h... $ECHO_C" >&6
12556 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then
12557 echo $ECHO_N "(cached) $ECHO_C" >&6
f572a39d 12558else
5464f5a1
NN
12559 cat >conftest.$ac_ext <<_ACEOF
12560/* confdefs.h. */
12561_ACEOF
12562cat confdefs.h >>conftest.$ac_ext
12563cat >>conftest.$ac_ext <<_ACEOF
12564/* end confdefs.h. */
f572a39d
AM
12565
12566#define _SYSCALL32
12567#include <sys/procfs.h>
5464f5a1
NN
12568int
12569main ()
12570{
f572a39d 12571lwpxstatus_t avar
5464f5a1
NN
12572 ;
12573 return 0;
12574}
12575_ACEOF
12576rm -f conftest.$ac_objext
12577if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12578 (eval $ac_compile) 2>conftest.er1
12579 ac_status=$?
12580 grep -v '^ *+' conftest.er1 >conftest.err
12581 rm -f conftest.er1
12582 cat conftest.err >&5
12583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12584 (exit $ac_status); } &&
49c96104
SE
12585 { ac_try='test -z "$ac_c_werror_flag"
12586 || test ! -s conftest.err'
5464f5a1
NN
12587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12588 (eval $ac_try) 2>&5
12589 ac_status=$?
12590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12591 (exit $ac_status); }; } &&
12592 { ac_try='test -s conftest.$ac_objext'
12593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12594 (eval $ac_try) 2>&5
12595 ac_status=$?
12596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12597 (exit $ac_status); }; }; then
f572a39d
AM
12598 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
12599else
5464f5a1
NN
12600 echo "$as_me: failed program was:" >&5
12601sed 's/^/| /' conftest.$ac_ext >&5
12602
12603bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
12604
f572a39d 12605fi
5464f5a1 12606rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
f572a39d
AM
12607fi
12608
12609 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
5464f5a1
NN
12610
12611cat >>confdefs.h <<\_ACEOF
f572a39d 12612#define HAVE_LWPXSTATUS_T 1
5464f5a1 12613_ACEOF
f572a39d
AM
12614
12615 fi
5464f5a1
NN
12616 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
12617echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6
f572a39d 12618
5464f5a1
NN
12619 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
12620echo $ECHO_N "checking for lwpstatus_t.pr_context in sys/procfs.h... $ECHO_C" >&6
12621 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then
12622 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12623else
5464f5a1
NN
12624 cat >conftest.$ac_ext <<_ACEOF
12625/* confdefs.h. */
12626_ACEOF
12627cat confdefs.h >>conftest.$ac_ext
12628cat >>conftest.$ac_ext <<_ACEOF
12629/* end confdefs.h. */
7ee38065
MS
12630
12631#define _SYSCALL32
252b5132 12632#include <sys/procfs.h>
5464f5a1
NN
12633int
12634main ()
12635{
252b5132 12636lwpstatus_t avar; void* aref = (void*) &avar.pr_context
5464f5a1
NN
12637 ;
12638 return 0;
12639}
12640_ACEOF
12641rm -f conftest.$ac_objext
12642if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12643 (eval $ac_compile) 2>conftest.er1
12644 ac_status=$?
12645 grep -v '^ *+' conftest.er1 >conftest.err
12646 rm -f conftest.er1
12647 cat conftest.err >&5
12648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12649 (exit $ac_status); } &&
49c96104
SE
12650 { ac_try='test -z "$ac_c_werror_flag"
12651 || test ! -s conftest.err'
5464f5a1
NN
12652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12653 (eval $ac_try) 2>&5
12654 ac_status=$?
12655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12656 (exit $ac_status); }; } &&
12657 { ac_try='test -s conftest.$ac_objext'
12658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12659 (eval $ac_try) 2>&5
12660 ac_status=$?
12661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12662 (exit $ac_status); }; }; then
252b5132
RH
12663 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
12664else
5464f5a1
NN
12665 echo "$as_me: failed program was:" >&5
12666sed 's/^/| /' conftest.$ac_ext >&5
12667
12668bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
12669
252b5132 12670fi
5464f5a1 12671rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12672fi
12673
12674 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
5464f5a1
NN
12675
12676cat >>confdefs.h <<\_ACEOF
252b5132 12677#define HAVE_LWPSTATUS_T_PR_CONTEXT 1
5464f5a1 12678_ACEOF
252b5132
RH
12679
12680 fi
5464f5a1
NN
12681 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
12682echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6
252b5132 12683
5464f5a1
NN
12684 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
12685echo $ECHO_N "checking for lwpstatus_t.pr_reg in sys/procfs.h... $ECHO_C" >&6
12686 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then
12687 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12688else
5464f5a1
NN
12689 cat >conftest.$ac_ext <<_ACEOF
12690/* confdefs.h. */
12691_ACEOF
12692cat confdefs.h >>conftest.$ac_ext
12693cat >>conftest.$ac_ext <<_ACEOF
12694/* end confdefs.h. */
7ee38065
MS
12695
12696#define _SYSCALL32
252b5132 12697#include <sys/procfs.h>
5464f5a1
NN
12698int
12699main ()
12700{
252b5132 12701lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
5464f5a1
NN
12702 ;
12703 return 0;
12704}
12705_ACEOF
12706rm -f conftest.$ac_objext
12707if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12708 (eval $ac_compile) 2>conftest.er1
12709 ac_status=$?
12710 grep -v '^ *+' conftest.er1 >conftest.err
12711 rm -f conftest.er1
12712 cat conftest.err >&5
12713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12714 (exit $ac_status); } &&
49c96104
SE
12715 { ac_try='test -z "$ac_c_werror_flag"
12716 || test ! -s conftest.err'
5464f5a1
NN
12717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12718 (eval $ac_try) 2>&5
12719 ac_status=$?
12720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12721 (exit $ac_status); }; } &&
12722 { ac_try='test -s conftest.$ac_objext'
12723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12724 (eval $ac_try) 2>&5
12725 ac_status=$?
12726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12727 (exit $ac_status); }; }; then
252b5132
RH
12728 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
12729else
5464f5a1
NN
12730 echo "$as_me: failed program was:" >&5
12731sed 's/^/| /' conftest.$ac_ext >&5
12732
12733bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
12734
252b5132 12735fi
5464f5a1 12736rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12737fi
12738
12739 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
5464f5a1
NN
12740
12741cat >>confdefs.h <<\_ACEOF
252b5132 12742#define HAVE_LWPSTATUS_T_PR_REG 1
5464f5a1 12743_ACEOF
252b5132
RH
12744
12745 fi
5464f5a1
NN
12746 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
12747echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6
252b5132 12748
5464f5a1
NN
12749 echo "$as_me:$LINENO: checking for win32_pstatus_t in sys/procfs.h" >&5
12750echo $ECHO_N "checking for win32_pstatus_t in sys/procfs.h... $ECHO_C" >&6
12751 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then
12752 echo $ECHO_N "(cached) $ECHO_C" >&6
e3c976c4 12753else
5464f5a1
NN
12754 cat >conftest.$ac_ext <<_ACEOF
12755/* confdefs.h. */
12756_ACEOF
12757cat confdefs.h >>conftest.$ac_ext
12758cat >>conftest.$ac_ext <<_ACEOF
12759/* end confdefs.h. */
7ee38065
MS
12760
12761#define _SYSCALL32
e3c976c4 12762#include <sys/procfs.h>
5464f5a1
NN
12763int
12764main ()
12765{
e3c976c4 12766win32_pstatus_t avar
5464f5a1
NN
12767 ;
12768 return 0;
12769}
12770_ACEOF
12771rm -f conftest.$ac_objext
12772if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12773 (eval $ac_compile) 2>conftest.er1
12774 ac_status=$?
12775 grep -v '^ *+' conftest.er1 >conftest.err
12776 rm -f conftest.er1
12777 cat conftest.err >&5
12778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12779 (exit $ac_status); } &&
49c96104
SE
12780 { ac_try='test -z "$ac_c_werror_flag"
12781 || test ! -s conftest.err'
5464f5a1
NN
12782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12783 (eval $ac_try) 2>&5
12784 ac_status=$?
12785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12786 (exit $ac_status); }; } &&
12787 { ac_try='test -s conftest.$ac_objext'
12788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12789 (eval $ac_try) 2>&5
12790 ac_status=$?
12791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12792 (exit $ac_status); }; }; then
e3c976c4
ILT
12793 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
12794else
5464f5a1
NN
12795 echo "$as_me: failed program was:" >&5
12796sed 's/^/| /' conftest.$ac_ext >&5
12797
12798bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
12799
e3c976c4 12800fi
5464f5a1 12801rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12802fi
12803
e3c976c4 12804 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
5464f5a1
NN
12805
12806cat >>confdefs.h <<\_ACEOF
e3c976c4 12807#define HAVE_WIN32_PSTATUS_T 1
5464f5a1 12808_ACEOF
16e9c715
NC
12809
12810 fi
5464f5a1
NN
12811 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
12812echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6
e3c976c4
ILT
12813
12814 fi
12815fi
16e9c715 12816
b3baf5d0 12817
6be7c12c 12818if test -n "$TRAD_HEADER"; then
5464f5a1
NN
12819
12820cat >>confdefs.h <<_ACEOF
252b5132 12821#define TRAD_HEADER $TRAD_HEADER
5464f5a1 12822_ACEOF
252b5132 12823
3f9b03b5 12824fi
252b5132
RH
12825
12826# Horrible hacks to build DLLs on Windows.
12827WIN32LDFLAGS=
12828WIN32LIBADD=
12829case "${host}" in
12830*-*-cygwin*)
12831 if test "$enable_shared" = "yes"; then
12832 WIN32LDFLAGS="-no-undefined"
12833 WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
12834 fi
12835 ;;
78be1d6e 12836*-*-linux*)
39691762
L
12837 # We borrow WIN32LIBADD so that the shared libbfd won't depend on
12838 # libiberty.a.
ca51bfff
L
12839 case "${host}" in
12840 mips*-*-linux*)
12841 # Linux/MIPS uses PIC by default.
12842 if test "$enable_shared" = "yes"; then
12843 WIN32LIBADD="-L../libiberty -liberty"
12844 fi
12845 ;;
12846 *)
66e25bab 12847 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
bb2a49f2 12848 if test -n "$x"; then
ca51bfff
L
12849 WIN32LIBADD="-L../libiberty/pic -liberty"
12850 fi
12851 ;;
12852 esac
39691762 12853 ;;
252b5132
RH
12854esac
12855
6be7c12c
AO
12856
12857
252b5132
RH
12858# target stuff:
12859
12860# Canonicalize the secondary target names.
12861if test -n "$enable_targets" ; then
12862 for targ in `echo $enable_targets | sed 's/,/ /g'`
12863 do
6d83c84b 12864 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
12865 if test -n "$result" ; then
12866 canon_targets="$canon_targets $result"
12867 else
12868 # Allow targets that config.sub doesn't recognize, like "all".
12869 canon_targets="$canon_targets $targ"
12870 fi
12871 done
12872fi
12873
12874all_targets=false
12875defvec=
12876selvecs=
08f74004 12877assocvecs=
252b5132
RH
12878selarchs=
12879TDEFINES=
12880for targ in $target $canon_targets
12881do
12882 if test "x$targ" = "xall"; then
12883 all_targets=true
08f74004 12884 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
252b5132
RH
12885 else
12886 . $srcdir/config.bfd
12887 if test "x$targ" = "x$target"; then
12888 defvec=$targ_defvec
12889 fi
12890 selvecs="$selvecs $targ_defvec $targ_selvecs"
12891 selarchs="$selarchs $targ_archs"
12892 TDEFINES="$TDEFINES $targ_cflags"
12893 fi
12894done
12895
6be7c12c 12896
252b5132
RH
12897# This processing still needs to be done if we're to decide properly whether
12898# 64-bit support needs to be compiled in. Currently, it will be included if
12899# the default or any other explicitly requested target requires it; it
12900# will not be included on a 32-bit host if no 64-bit target is requested, and
9eb7245e 12901# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
252b5132
RH
12902# used.
12903
12904# uniq the default and selected vectors in all the configured targets.
12905f=""
12906for i in $selvecs ; do
12907 case " $f " in
12908 *" $i "*) ;;
12909 *) f="$f $i" ;;
12910 esac
12911done
12912selvecs="$f"
12913
6be7c12c 12914
08f74004
AM
12915# uniq the associated vectors in all the configured targets.
12916f=""
12917for i in $assocvecs ; do
12918 case " $f " in
12919 *" $i "*) ;;
12920 *) f="$f $i" ;;
12921 esac
12922done
12923assocvecs="$f"
12924
12925
252b5132
RH
12926# uniq the architectures in all the configured targets.
12927f=""
12928for i in $selarchs ; do
12929 case " $f " in
12930 *" $i "*) ;;
12931 *) f="$f $i" ;;
12932 esac
12933done
12934selarchs="$f"
12935
12936# Target backend .o files.
12937tb=
12938
65765700 12939elf="elf.lo elflink.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo"
252b5132
RH
12940
12941for vec in $selvecs
12942do
69263e90 12943 target_size=32
252b5132
RH
12944 case "$vec" in
12945 # This list is alphabetized to make it easy to compare
dc810e39
AM
12946 # with the two vector lists in targets.c. For the same reason,
12947 # use one entry per line, even though this leads to long lines.
252b5132 12948 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
341ca622 12949 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
252b5132
RH
12950 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
12951 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
12952 aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;;
252b5132 12953 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
dc810e39
AM
12954 arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
12955 arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
12956 arm_epoc_pei_big_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
12957 arm_epoc_pei_little_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
12958 armcoff_big_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
12959 armcoff_little_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
12960 armnetbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
12961 armpe_big_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
12962 armpe_little_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
12963 armpei_big_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
12964 armpei_little_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
252b5132
RH
12965 b_out_vec_big_host) tb="$tb bout.lo aout32.lo" ;;
12966 b_out_vec_little_host) tb="$tb bout.lo aout32.lo" ;;
fac41780 12967 bfd_efi_app_ia32_vec) tb="$tb efi-app-ia32.lo peigen.lo cofflink.lo" ;;
dc810e39 12968 bfd_efi_app_ia64_vec) tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
73c3cd1c 12969 bfd_elf32_am33lin_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
adde6300 12970 bfd_elf32_avr_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
0f64bb02 12971 bfd_elf32_bfin_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
dc810e39 12972 bfd_elf32_big_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
252b5132 12973 bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
7f266840 12974 bfd_elf32_bigarm_vec) tb="$tb elf32-arm.lo elf32.lo $elf" ;;
e5a52504 12975 bfd_elf32_bigarm_symbian_vec)
7f266840 12976 tb="$tb elf32-arm.lo elf32.lo $elf" ;;
4e7fd91e
PB
12977 bfd_elf32_bigarm_vxworks_vec)
12978 tb="$tb elf32-arm.lo elf32.lo $elf" ;;
c6e90b02 12979 bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
0949843d 12980 bfd_elf32_cr16c_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
06c15ad7 12981 bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
5464f5a1 12982 bfd_elf32_crx_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
252b5132
RH
12983 bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
12984 bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
d172d4ba 12985 bfd_elf32_dlx_big_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
252b5132 12986 bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
4e5ba5b7 12987 bfd_elf32_frv_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
43850d5b 12988 bfd_elf32_frvfdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
e01b0e69 12989 bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
dc810e39 12990 bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
225247f0 12991 bfd_elf32_hppa_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
dc810e39 12992 bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
5b93d8bb 12993 bfd_elf32_i370_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
eac338cf
PB
12994 bfd_elf32_i386_freebsd_vec) tb="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
12995 bfd_elf32_i386_vxworks_vec) tb="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
12996 bfd_elf32_i386_vec) tb="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
9d751335 12997 bfd_elf32_i860_little_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
dc810e39 12998 bfd_elf32_i860_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
b2ef150d 12999 bfd_elf32_i960_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
dc810e39 13000 bfd_elf32_ia64_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf" ;;
fcf12726 13001 bfd_elf32_ia64_hpux_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf";;
cf88bb9f 13002 bfd_elf32_ip2k_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
a75473eb 13003 bfd_elf32_iq2000_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
252b5132 13004 bfd_elf32_little_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
dc810e39 13005 bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
e5a52504 13006 bfd_elf32_littlearm_symbian_vec)
7f266840 13007 tb="$tb elf32-arm.lo elf32.lo $elf" ;;
4e7fd91e
PB
13008 bfd_elf32_littlearm_vxworks_vec)
13009 tb="$tb elf32-arm.lo elf32.lo $elf" ;;
7f266840 13010 bfd_elf32_littlearm_vec) tb="$tb elf32-arm.lo elf32.lo $elf" ;;
c6e90b02 13011 bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
e729279b 13012 bfd_elf32_m32c_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
252b5132 13013 bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
6edf0760
NC
13014 bfd_elf32_m32rle_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13015 bfd_elf32_m32rlin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13016 bfd_elf32_m32rlelin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
f5a6f915
SC
13017 bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13018 bfd_elf32_m68hc12_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
252b5132
RH
13019 bfd_elf32_m68k_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
13020 bfd_elf32_m88k_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
13021 bfd_elf32_mcore_big_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13022 bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13023 bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
13024 bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
d031aafb 13025 bfd_elf32_mt_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
2469cfa2 13026 bfd_elf32_msp430_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
8a397dad
TS
13027 bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
13028 bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
13029 bfd_elf32_ntradbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
13030 bfd_elf32_ntradlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
b3baf5d0 13031 bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;;
3b16e843 13032 bfd_elf32_or32_big_vec) tb="$tb elf32-or32.lo elf32.lo $elf" ;;
0bcb993b
ILT
13033 bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
13034 bfd_elf32_pjl_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
9d8504b1
PB
13035 bfd_elf32_powerpc_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13036 bfd_elf32_powerpcle_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13037 bfd_elf32_powerpc_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
a85d7ed0 13038 bfd_elf32_s390_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
eb1e0e80
NC
13039 # FIXME: We include cofflink.lo not because it's needed for
13040 # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec
13041 # which needs it but does not list it. Should be fixed in right place.
9cba27b2
JT
13042 bfd_elf32_sh64_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
13043 bfd_elf32_sh64l_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
2bc3c89a
AM
13044 bfd_elf32_sh64lin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
13045 bfd_elf32_sh64blin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
13046 bfd_elf32_sh64lnbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" ;;
13047 bfd_elf32_sh64nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" ;;
b6821651
AM
13048 bfd_elf32_sh_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
13049 bfd_elf32_shblin_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
13050 bfd_elf32_shl_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
85fbca6a 13051 bfd_elf32_shl_symbian_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf32.lo $elf coff-sh.lo" ;;
b6821651
AM
13052 bfd_elf32_shlin_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
13053 bfd_elf32_shlnbsd_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
13054 bfd_elf32_shnbsd_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
22b75d0a 13055 bfd_elf32_sparc_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf32.lo $elf" ;;
c6e90b02
TS
13056 bfd_elf32_tradbigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
13057 bfd_elf32_tradlittlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
dc810e39 13058 bfd_elf32_us_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
252b5132 13059 bfd_elf32_v850_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
90ace9e9 13060 bfd_elf32_vax_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
93fbbb04 13061 bfd_elf32_xstormy16_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
e0001a05
NC
13062 bfd_elf32_xtensa_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13063 bfd_elf32_xtensa_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
2238051f 13064 bfd_elf64_alpha_freebsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
dc810e39
AM
13065 bfd_elf64_alpha_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13066 bfd_elf64_big_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
c6e90b02 13067 bfd_elf64_bigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
dc810e39
AM
13068 bfd_elf64_hppa_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13069 bfd_elf64_hppa_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
dc810e39 13070 bfd_elf64_ia64_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
fcf12726 13071 bfd_elf64_ia64_hpux_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
dc810e39
AM
13072 bfd_elf64_ia64_little_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
13073 bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
c6e90b02 13074 bfd_elf64_littlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
3c3bdf30 13075 bfd_elf64_mmix_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
dc810e39
AM
13076 bfd_elf64_powerpc_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13077 bfd_elf64_powerpcle_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13078 bfd_elf64_s390_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
341ca622
AM
13079 bfd_elf64_sh64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
13080 bfd_elf64_sh64l_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
2bc3c89a
AM
13081 bfd_elf64_sh64lin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
13082 bfd_elf64_sh64blin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
13083 bfd_elf64_sh64lnbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
13084 bfd_elf64_sh64nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
22b75d0a 13085 bfd_elf64_sparc_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf64.lo $elf"; target_size=64 ;;
c6e90b02
TS
13086 bfd_elf64_tradbigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
13087 bfd_elf64_tradlittlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
dc810e39 13088 bfd_elf64_x86_64_vec) tb="$tb elf64-x86-64.lo elf64.lo $elf"; target_size=64 ;;
3c3bdf30 13089 bfd_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
dc810e39
AM
13090 bfd_powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
13091 bfd_powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
13092 bfd_powerpcle_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
13093 bfd_powerpcle_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
06c15ad7 13094 cris_aout_vec) tb="$tb aout-cris.lo" ;;
dc810e39 13095 demo_64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
252b5132 13096 ecoff_big_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
252b5132 13097 ecoff_biglittle_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
dc810e39
AM
13098 ecoff_little_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
13099 ecoffalpha_little_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
252b5132
RH
13100 go32coff_vec) tb="$tb coff-go32.lo cofflink.lo" ;;
13101 go32stubbedcoff_vec) tb="$tb coff-stgo32.lo cofflink.lo" ;;
13102 h8300coff_vec) tb="$tb coff-h8300.lo reloc16.lo" ;;
13103 h8500coff_vec) tb="$tb coff-h8500.lo reloc16.lo" ;;
13104 host_aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
13105 hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
13106 hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
13107 i386aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13108 i386bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
13109 i386coff_vec) tb="$tb coff-i386.lo cofflink.lo" ;;
13110 i386dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
13111 i386freebsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
252b5132
RH
13112 i386linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
13113 i386lynx_aout_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13114 i386lynx_coff_vec) tb="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
13115 i386mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
dc810e39 13116 i386msdos_vec) tb="$tb i386msdos.lo" ;;
252b5132
RH
13117 i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
13118 i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
dc810e39
AM
13119 i386pe_vec) tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
13120 i386pei_vec) tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
252b5132
RH
13121 i860coff_vec) tb="$tb coff-i860.lo cofflink.lo" ;;
13122 icoff_big_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
13123 icoff_little_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
13124 ieee_vec) tb="$tb ieee.lo" ;;
dc810e39
AM
13125 m68k4knetbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
13126 m68kaux_coff_vec) tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
252b5132
RH
13127 m68kcoff_vec) tb="$tb coff-m68k.lo cofflink.lo" ;;
13128 m68kcoffun_vec) tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
13129 m68klinux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
252b5132 13130 m68knetbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
252b5132
RH
13131 m68ksysvcoff_vec) tb="$tb coff-svm68k.lo cofflink.lo" ;;
13132 m88kbcs_vec) tb="$tb coff-m88k.lo" ;;
341ca622 13133 m88kmach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
c6f8758f 13134 m88kopenbsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
7499d566 13135 maxqcoff_vec) tb="$tb coff-maxq.lo" ;;
93509525
KD
13136 mach_o_be_vec) tb="$tb mach-o.lo" ;;
13137 mach_o_le_vec) tb="$tb mach-o.lo" ;;
13138 mach_o_fat_vec) tb="$tb mach-o.lo" ;;
277d1b5e
ILT
13139 mcore_pe_big_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
13140 mcore_pe_little_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
13141 mcore_pei_big_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
13142 mcore_pei_little_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
dc810e39
AM
13143 mipslpe_vec) tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
13144 mipslpei_vec) tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
252b5132 13145 newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
dc810e39 13146 nlm32_alpha_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
252b5132 13147 nlm32_i386_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
252b5132 13148 nlm32_powerpc_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
dc810e39 13149 nlm32_sparc_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
3b16e843 13150 or32coff_big_vec) tb="$tb coff-or32.lo cofflink.lo" ;;
252b5132 13151 pc532machaout_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
dc810e39 13152 pc532netbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
93509525
KD
13153 pef_vec) tb="$tb pef.lo" ;;
13154 pef_xlib_vec) tb="$tb pef.lo" ;;
e135f41b 13155 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
6768c14a 13156 pmac_xcoff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
252b5132 13157 ppcboot_vec) tb="$tb ppcboot.lo" ;;
dc810e39 13158 riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
eb1e0e80 13159 rs6000coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
dc810e39 13160 rs6000coff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
252b5132 13161 shcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
dc810e39 13162 shcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
252b5132 13163 shlcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
dc810e39 13164 shlcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
60bcf0fa
NC
13165 shlpe_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
13166 shlpei_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
252b5132 13167 som_vec) tb="$tb som.lo" ;;
dc810e39 13168 sparccoff_vec) tb="$tb coff-sparc.lo" ;;
252b5132
RH
13169 sparcle_aout_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
13170 sparclinux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
13171 sparclynx_aout_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
13172 sparclynx_coff_vec) tb="$tb cf-sparclynx.lo lynx-core.lo" ;;
13173 sparcnetbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
252b5132 13174 sunos_big_vec) tb="$tb sunos.lo aout32.lo" ;;
93509525 13175 sym_vec) tb="$tb xsym.lo" ;;
252b5132
RH
13176 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
13177 tic30_coff_vec) tb="$tb coff-tic30.lo" ;;
026df7c5
NC
13178 tic4x_coff0_vec) tb="$tb coff-tic4x.lo" ;;
13179 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo" ;;
13180 tic4x_coff1_vec) tb="$tb coff-tic4x.lo" ;;
13181 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo" ;;
13182 tic4x_coff2_vec) tb="$tb coff-tic4x.lo" ;;
13183 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo" ;;
81635ce4 13184 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo" ;;
dc810e39 13185 tic54x_coff0_vec) tb="$tb coff-tic54x.lo" ;;
81635ce4 13186 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo" ;;
dc810e39 13187 tic54x_coff1_vec) tb="$tb coff-tic54x.lo" ;;
81635ce4 13188 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo" ;;
dc810e39 13189 tic54x_coff2_vec) tb="$tb coff-tic54x.lo" ;;
252b5132 13190 tic80coff_vec) tb="$tb coff-tic80.lo cofflink.lo" ;;
90ace9e9 13191 vaxnetbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
3c2bfad6 13192 vax1knetbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
ba26fd96 13193 vaxbsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
252b5132 13194 versados_vec) tb="$tb versados.lo" ;;
dc810e39 13195 vms_alpha_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo"; target_size=64 ;;
252b5132
RH
13196 vms_vax_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo" ;;
13197 w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;;
13198 we32kcoff_vec) tb="$tb coff-we32k.lo" ;;
3c9b82ba 13199 z80coff_vec) tb="$tb coff-z80.lo reloc16.lo" ;;
c0524131 13200 z8kcoff_vec) tb="$tb coff-z8k.lo reloc16.lo cofflink.lo" ;;
252b5132 13201
341ca622
AM
13202 # These appear out of order in targets.c
13203 srec_vec) tb="$tb srec.lo" ;;
13204 symbolsrec_vec) tb="$tb srec.lo" ;;
13205 tekhex_vec) tb="$tb tekhex.lo" ;;
13206 cisco_core_big_vec) tb="$tb cisco-core.lo" ;;
13207 cisco_core_little_vec) tb="$tb cisco-core.lo" ;;
13208
252b5132 13209 "") ;;
5464f5a1
NN
13210 *) { { echo "$as_me:$LINENO: error: *** unknown target vector $vec" >&5
13211echo "$as_me: error: *** unknown target vector $vec" >&2;}
13212 { (exit 1); exit 1; }; } ;;
252b5132 13213 esac
69263e90
AM
13214
13215 if test ${target_size} = 64; then
13216 target64=true
13217 fi
13218 if test x"${vec}" = x"${defvec}"; then
13219 bfd_default_target_size=${target_size}
13220 fi
252b5132
RH
13221done
13222
13223# Target architecture .o files.
13224# A couple of CPUs use shorter file names to avoid problems on DOS
13225# filesystems.
d031aafb 13226ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
252b5132
RH
13227
13228# Weed out duplicate .o files.
13229f=""
13230for i in $tb ; do
13231 case " $f " in
13232 *" $i "*) ;;
13233 *) f="$f $i" ;;
13234 esac
13235done
13236tb="$f"
13237
13238f=""
13239for i in $ta ; do
13240 case " $f " in
13241 *" $i "*) ;;
13242 *) f="$f $i" ;;
13243 esac
13244done
13245ta="$f"
13246
13247bfd_backends="$tb"
13248bfd_machines="$ta"
13249
13250if test x${all_targets} = xtrue ; then
13251 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
13252 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
13253 selvecs=
13254 havevecs=
13255 selarchs=
08f74004
AM
13256 test -n "$assocvecs" &&
13257 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
252b5132
RH
13258else # all_targets is true
13259 # Only set these if they will be nonempty, for the clever echo.
13260 havevecs=
08f74004 13261 assocvecs=
252b5132
RH
13262 test -n "$selvecs" &&
13263 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13264 test -n "$selvecs" &&
13265 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13266 test -n "$selarchs" &&
13267 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13268fi # all_targets is true
13269
13270case ${host64}-${target64}-${want64} in
13271 *true*)
13272 wordsize=64
2858ef35 13273 bfd_libs='$(BFD64_LIBS) $(BFD32_LIBS)'
252b5132 13274 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
ccba357f 13275 if test $BFD_HOST_64_BIT_DEFINED = 0; then
5464f5a1
NN
13276 { echo "$as_me:$LINENO: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13277echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13278 { echo "$as_me:$LINENO: WARNING: your compiler may not have a 64 bit integral type" >&5
13279echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
252b5132 13280 fi
966abd70
HPN
13281 if test -n "$GCC" ; then
13282 bad_64bit_gcc=no;
5464f5a1
NN
13283 echo "$as_me:$LINENO: checking for gcc version with buggy 64-bit support" >&5
13284echo $ECHO_N "checking for gcc version with buggy 64-bit support... $ECHO_C" >&6
966abd70 13285 # Add more tests for gcc versions with non-working 64-bit support here.
5464f5a1
NN
13286 cat >conftest.$ac_ext <<_ACEOF
13287/* confdefs.h. */
13288_ACEOF
13289cat confdefs.h >>conftest.$ac_ext
13290cat >>conftest.$ac_ext <<_ACEOF
13291/* end confdefs.h. */
966abd70 13292:__GNUC__:__GNUC_MINOR__:__i386__:
5464f5a1 13293_ACEOF
966abd70 13294if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5464f5a1 13295 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then
966abd70 13296 bad_64bit_gcc=yes;
5464f5a1
NN
13297 echo "$as_me:$LINENO: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13298echo "${ECHO_T}yes: egcs-1.1.2 on ix86 spotted" >&6
966abd70 13299else
5464f5a1
NN
13300 echo "$as_me:$LINENO: result: no" >&5
13301echo "${ECHO_T}no" >&6
966abd70
HPN
13302fi
13303rm -f conftest*
13304
13305 if test $bad_64bit_gcc = yes ; then
5464f5a1
NN
13306 { { echo "$as_me:$LINENO: error: A newer version of gcc is needed for the requested 64-bit BFD configuration" >&5
13307echo "$as_me: error: A newer version of gcc is needed for the requested 64-bit BFD configuration" >&2;}
13308 { (exit 1); exit 1; }; }
966abd70
HPN
13309 fi
13310 fi
252b5132
RH
13311 ;;
13312 false-false-false)
13313 wordsize=32
2858ef35 13314 bfd_libs='$(BFD32_LIBS)'
252b5132
RH
13315 all_backends='$(BFD32_BACKENDS)'
13316 ;;
13317esac
13318
6be7c12c
AO
13319
13320
13321
13322
13323
69263e90 13324
2858ef35 13325
1012372a
AC
13326# Determine the host dependant file_ptr a.k.a. off_t type. In order
13327# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
13328# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
13329# Hopefully a reasonable assumption since fseeko et.al. should be
13330# upward compatible.
5464f5a1
NN
13331
13332
13333
13334
2e6f4fae
DJ
13335
13336for ac_func in ftello ftello64 fseeko fseeko64 fopen64
1012372a 13337do
5464f5a1
NN
13338as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13339echo "$as_me:$LINENO: checking for $ac_func" >&5
13340echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13341if eval "test \"\${$as_ac_var+set}\" = set"; then
13342 echo $ECHO_N "(cached) $ECHO_C" >&6
13343else
2ba49b59
KC
13344 cat >conftest.$ac_ext <<_ACEOF
13345/* confdefs.h. */
13346_ACEOF
13347cat confdefs.h >>conftest.$ac_ext
13348cat >>conftest.$ac_ext <<_ACEOF
13349/* end confdefs.h. */
13350/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13351 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13352#define $ac_func innocuous_$ac_func
13353
13354/* System header to define __stub macros and hopefully few prototypes,
13355 which can conflict with char $ac_func (); below.
13356 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13357 <limits.h> exists even on freestanding compilers. */
13358
13359#ifdef __STDC__
13360# include <limits.h>
13361#else
13362# include <assert.h>
13363#endif
13364
13365#undef $ac_func
13366
13367/* Override any gcc2 internal prototype to avoid an error. */
13368#ifdef __cplusplus
13369extern "C"
13370{
13371#endif
13372/* We use char because int might match the return type of a gcc2
13373 builtin and then its argument prototype would still apply. */
13374char $ac_func ();
13375/* The GNU C library defines this for functions which it implements
13376 to always fail with ENOSYS. Some functions are actually named
13377 something starting with __ and the normal name is an alias. */
13378#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13379choke me
13380#else
13381char (*f) () = $ac_func;
13382#endif
13383#ifdef __cplusplus
13384}
13385#endif
13386
13387int
13388main ()
13389{
13390return f != $ac_func;
13391 ;
13392 return 0;
13393}
13394_ACEOF
13395rm -f conftest.$ac_objext conftest$ac_exeext
13396if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13397 (eval $ac_link) 2>conftest.er1
13398 ac_status=$?
13399 grep -v '^ *+' conftest.er1 >conftest.err
13400 rm -f conftest.er1
13401 cat conftest.err >&5
13402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403 (exit $ac_status); } &&
49c96104
SE
13404 { ac_try='test -z "$ac_c_werror_flag"
13405 || test ! -s conftest.err'
2ba49b59
KC
13406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13407 (eval $ac_try) 2>&5
13408 ac_status=$?
13409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13410 (exit $ac_status); }; } &&
13411 { ac_try='test -s conftest$ac_exeext'
13412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13413 (eval $ac_try) 2>&5
13414 ac_status=$?
13415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13416 (exit $ac_status); }; }; then
13417 eval "$as_ac_var=yes"
13418else
13419 echo "$as_me: failed program was:" >&5
13420sed 's/^/| /' conftest.$ac_ext >&5
13421
13422eval "$as_ac_var=no"
13423fi
13424rm -f conftest.err conftest.$ac_objext \
13425 conftest$ac_exeext conftest.$ac_ext
13426fi
13427echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13428echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13429if test `eval echo '${'$as_ac_var'}'` = yes; then
13430 cat >>confdefs.h <<_ACEOF
13431#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13432_ACEOF
13433
13434fi
13435done
13436
13437if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
13438 echo "$as_me:$LINENO: checking for off_t" >&5
13439echo $ECHO_N "checking for off_t... $ECHO_C" >&6
13440if test "${ac_cv_type_off_t+set}" = set; then
13441 echo $ECHO_N "(cached) $ECHO_C" >&6
13442else
13443 cat >conftest.$ac_ext <<_ACEOF
13444/* confdefs.h. */
13445_ACEOF
13446cat confdefs.h >>conftest.$ac_ext
13447cat >>conftest.$ac_ext <<_ACEOF
13448/* end confdefs.h. */
13449$ac_includes_default
13450int
13451main ()
13452{
13453if ((off_t *) 0)
13454 return 0;
13455if (sizeof (off_t))
13456 return 0;
13457 ;
13458 return 0;
13459}
13460_ACEOF
13461rm -f conftest.$ac_objext
13462if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13463 (eval $ac_compile) 2>conftest.er1
13464 ac_status=$?
13465 grep -v '^ *+' conftest.er1 >conftest.err
13466 rm -f conftest.er1
13467 cat conftest.err >&5
13468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13469 (exit $ac_status); } &&
49c96104
SE
13470 { ac_try='test -z "$ac_c_werror_flag"
13471 || test ! -s conftest.err'
2ba49b59
KC
13472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13473 (eval $ac_try) 2>&5
13474 ac_status=$?
13475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13476 (exit $ac_status); }; } &&
13477 { ac_try='test -s conftest.$ac_objext'
13478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13479 (eval $ac_try) 2>&5
13480 ac_status=$?
13481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13482 (exit $ac_status); }; }; then
13483 ac_cv_type_off_t=yes
13484else
13485 echo "$as_me: failed program was:" >&5
13486sed 's/^/| /' conftest.$ac_ext >&5
13487
13488ac_cv_type_off_t=no
13489fi
13490rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13491fi
13492echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
13493echo "${ECHO_T}$ac_cv_type_off_t" >&6
13494
13495echo "$as_me:$LINENO: checking size of off_t" >&5
13496echo $ECHO_N "checking size of off_t... $ECHO_C" >&6
13497if test "${ac_cv_sizeof_off_t+set}" = set; then
13498 echo $ECHO_N "(cached) $ECHO_C" >&6
13499else
13500 if test "$ac_cv_type_off_t" = yes; then
13501 # The cast to unsigned long works around a bug in the HP C Compiler
13502 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13503 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13504 # This bug is HP SR number 8606223364.
13505 if test "$cross_compiling" = yes; then
13506 # Depending upon the size, compute the lo and hi bounds.
13507cat >conftest.$ac_ext <<_ACEOF
5464f5a1
NN
13508/* confdefs.h. */
13509_ACEOF
13510cat confdefs.h >>conftest.$ac_ext
13511cat >>conftest.$ac_ext <<_ACEOF
13512/* end confdefs.h. */
2ba49b59
KC
13513$ac_includes_default
13514int
13515main ()
13516{
13517static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= 0)];
13518test_array [0] = 0
5464f5a1 13519
2ba49b59
KC
13520 ;
13521 return 0;
13522}
13523_ACEOF
13524rm -f conftest.$ac_objext
13525if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13526 (eval $ac_compile) 2>conftest.er1
13527 ac_status=$?
13528 grep -v '^ *+' conftest.er1 >conftest.err
13529 rm -f conftest.er1
13530 cat conftest.err >&5
13531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13532 (exit $ac_status); } &&
49c96104
SE
13533 { ac_try='test -z "$ac_c_werror_flag"
13534 || test ! -s conftest.err'
2ba49b59
KC
13535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13536 (eval $ac_try) 2>&5
13537 ac_status=$?
13538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13539 (exit $ac_status); }; } &&
13540 { ac_try='test -s conftest.$ac_objext'
13541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13542 (eval $ac_try) 2>&5
13543 ac_status=$?
13544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13545 (exit $ac_status); }; }; then
13546 ac_lo=0 ac_mid=0
13547 while :; do
13548 cat >conftest.$ac_ext <<_ACEOF
13549/* confdefs.h. */
13550_ACEOF
13551cat confdefs.h >>conftest.$ac_ext
13552cat >>conftest.$ac_ext <<_ACEOF
13553/* end confdefs.h. */
13554$ac_includes_default
13555int
13556main ()
13557{
13558static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
13559test_array [0] = 0
5464f5a1 13560
2ba49b59
KC
13561 ;
13562 return 0;
13563}
13564_ACEOF
13565rm -f conftest.$ac_objext
13566if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13567 (eval $ac_compile) 2>conftest.er1
13568 ac_status=$?
13569 grep -v '^ *+' conftest.er1 >conftest.err
13570 rm -f conftest.er1
13571 cat conftest.err >&5
13572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13573 (exit $ac_status); } &&
49c96104
SE
13574 { ac_try='test -z "$ac_c_werror_flag"
13575 || test ! -s conftest.err'
2ba49b59
KC
13576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13577 (eval $ac_try) 2>&5
13578 ac_status=$?
13579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13580 (exit $ac_status); }; } &&
13581 { ac_try='test -s conftest.$ac_objext'
13582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13583 (eval $ac_try) 2>&5
13584 ac_status=$?
13585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13586 (exit $ac_status); }; }; then
13587 ac_hi=$ac_mid; break
13588else
13589 echo "$as_me: failed program was:" >&5
13590sed 's/^/| /' conftest.$ac_ext >&5
1012372a 13591
2ba49b59
KC
13592ac_lo=`expr $ac_mid + 1`
13593 if test $ac_lo -le $ac_mid; then
13594 ac_lo= ac_hi=
13595 break
13596 fi
13597 ac_mid=`expr 2 '*' $ac_mid + 1`
13598fi
13599rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13600 done
13601else
13602 echo "$as_me: failed program was:" >&5
13603sed 's/^/| /' conftest.$ac_ext >&5
1012372a 13604
2ba49b59
KC
13605cat >conftest.$ac_ext <<_ACEOF
13606/* confdefs.h. */
13607_ACEOF
13608cat confdefs.h >>conftest.$ac_ext
13609cat >>conftest.$ac_ext <<_ACEOF
13610/* end confdefs.h. */
13611$ac_includes_default
13612int
13613main ()
5464f5a1 13614{
2ba49b59
KC
13615static int test_array [1 - 2 * !(((long) (sizeof (off_t))) < 0)];
13616test_array [0] = 0
1012372a 13617
2ba49b59
KC
13618 ;
13619 return 0;
13620}
13621_ACEOF
13622rm -f conftest.$ac_objext
13623if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13624 (eval $ac_compile) 2>conftest.er1
13625 ac_status=$?
13626 grep -v '^ *+' conftest.er1 >conftest.err
13627 rm -f conftest.er1
13628 cat conftest.err >&5
13629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13630 (exit $ac_status); } &&
49c96104
SE
13631 { ac_try='test -z "$ac_c_werror_flag"
13632 || test ! -s conftest.err'
2ba49b59
KC
13633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13634 (eval $ac_try) 2>&5
13635 ac_status=$?
13636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13637 (exit $ac_status); }; } &&
13638 { ac_try='test -s conftest.$ac_objext'
13639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13640 (eval $ac_try) 2>&5
13641 ac_status=$?
13642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643 (exit $ac_status); }; }; then
13644 ac_hi=-1 ac_mid=-1
13645 while :; do
13646 cat >conftest.$ac_ext <<_ACEOF
13647/* confdefs.h. */
13648_ACEOF
13649cat confdefs.h >>conftest.$ac_ext
13650cat >>conftest.$ac_ext <<_ACEOF
13651/* end confdefs.h. */
13652$ac_includes_default
5464f5a1
NN
13653int
13654main ()
13655{
2ba49b59
KC
13656static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= $ac_mid)];
13657test_array [0] = 0
13658
5464f5a1
NN
13659 ;
13660 return 0;
13661}
13662_ACEOF
2ba49b59
KC
13663rm -f conftest.$ac_objext
13664if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13665 (eval $ac_compile) 2>conftest.er1
5464f5a1
NN
13666 ac_status=$?
13667 grep -v '^ *+' conftest.er1 >conftest.err
13668 rm -f conftest.er1
13669 cat conftest.err >&5
13670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13671 (exit $ac_status); } &&
49c96104
SE
13672 { ac_try='test -z "$ac_c_werror_flag"
13673 || test ! -s conftest.err'
5464f5a1
NN
13674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13675 (eval $ac_try) 2>&5
13676 ac_status=$?
13677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13678 (exit $ac_status); }; } &&
2ba49b59 13679 { ac_try='test -s conftest.$ac_objext'
5464f5a1
NN
13680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13681 (eval $ac_try) 2>&5
13682 ac_status=$?
13683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13684 (exit $ac_status); }; }; then
2ba49b59 13685 ac_lo=$ac_mid; break
5464f5a1
NN
13686else
13687 echo "$as_me: failed program was:" >&5
13688sed 's/^/| /' conftest.$ac_ext >&5
13689
2ba49b59
KC
13690ac_hi=`expr '(' $ac_mid ')' - 1`
13691 if test $ac_mid -le $ac_hi; then
13692 ac_lo= ac_hi=
13693 break
13694 fi
13695 ac_mid=`expr 2 '*' $ac_mid`
5464f5a1 13696fi
2ba49b59
KC
13697rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13698 done
13699else
13700 echo "$as_me: failed program was:" >&5
13701sed 's/^/| /' conftest.$ac_ext >&5
1012372a 13702
2ba49b59 13703ac_lo= ac_hi=
1012372a 13704fi
2ba49b59
KC
13705rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13706fi
13707rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13708# Binary search between lo and hi bounds.
13709while test "x$ac_lo" != "x$ac_hi"; do
13710 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
5464f5a1
NN
13711 cat >conftest.$ac_ext <<_ACEOF
13712/* confdefs.h. */
13713_ACEOF
13714cat confdefs.h >>conftest.$ac_ext
13715cat >>conftest.$ac_ext <<_ACEOF
13716/* end confdefs.h. */
2ba49b59 13717$ac_includes_default
5464f5a1
NN
13718int
13719main ()
13720{
2ba49b59
KC
13721static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
13722test_array [0] = 0
13723
5464f5a1
NN
13724 ;
13725 return 0;
13726}
13727_ACEOF
13728rm -f conftest.$ac_objext
13729if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13730 (eval $ac_compile) 2>conftest.er1
13731 ac_status=$?
13732 grep -v '^ *+' conftest.er1 >conftest.err
13733 rm -f conftest.er1
13734 cat conftest.err >&5
13735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13736 (exit $ac_status); } &&
49c96104
SE
13737 { ac_try='test -z "$ac_c_werror_flag"
13738 || test ! -s conftest.err'
5464f5a1
NN
13739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13740 (eval $ac_try) 2>&5
13741 ac_status=$?
13742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13743 (exit $ac_status); }; } &&
13744 { ac_try='test -s conftest.$ac_objext'
13745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13746 (eval $ac_try) 2>&5
13747 ac_status=$?
13748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13749 (exit $ac_status); }; }; then
2ba49b59 13750 ac_hi=$ac_mid
1012372a 13751else
5464f5a1
NN
13752 echo "$as_me: failed program was:" >&5
13753sed 's/^/| /' conftest.$ac_ext >&5
13754
2ba49b59 13755ac_lo=`expr '(' $ac_mid ')' + 1`
1012372a 13756fi
5464f5a1 13757rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1012372a 13758done
2ba49b59
KC
13759case $ac_lo in
13760?*) ac_cv_sizeof_off_t=$ac_lo;;
13761'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
13762See \`config.log' for more details." >&5
13763echo "$as_me: error: cannot compute sizeof (off_t), 77
13764See \`config.log' for more details." >&2;}
13765 { (exit 1); exit 1; }; } ;;
13766esac
13767else
13768 if test "$cross_compiling" = yes; then
49c96104
SE
13769 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13770See \`config.log' for more details." >&5
13771echo "$as_me: error: cannot run test program while cross compiling
13772See \`config.log' for more details." >&2;}
2ba49b59
KC
13773 { (exit 1); exit 1; }; }
13774else
13775 cat >conftest.$ac_ext <<_ACEOF
13776/* confdefs.h. */
13777_ACEOF
13778cat confdefs.h >>conftest.$ac_ext
13779cat >>conftest.$ac_ext <<_ACEOF
13780/* end confdefs.h. */
13781$ac_includes_default
13782long longval () { return (long) (sizeof (off_t)); }
13783unsigned long ulongval () { return (long) (sizeof (off_t)); }
13784#include <stdio.h>
13785#include <stdlib.h>
13786int
13787main ()
13788{
1012372a 13789
2ba49b59
KC
13790 FILE *f = fopen ("conftest.val", "w");
13791 if (! f)
13792 exit (1);
13793 if (((long) (sizeof (off_t))) < 0)
13794 {
13795 long i = longval ();
13796 if (i != ((long) (sizeof (off_t))))
13797 exit (1);
13798 fprintf (f, "%ld\n", i);
13799 }
13800 else
13801 {
13802 unsigned long i = ulongval ();
13803 if (i != ((long) (sizeof (off_t))))
13804 exit (1);
13805 fprintf (f, "%lu\n", i);
13806 }
13807 exit (ferror (f) || fclose (f) != 0);
13808
13809 ;
13810 return 0;
13811}
13812_ACEOF
13813rm -f conftest$ac_exeext
13814if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13815 (eval $ac_link) 2>&5
13816 ac_status=$?
13817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13818 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13820 (eval $ac_try) 2>&5
13821 ac_status=$?
13822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13823 (exit $ac_status); }; }; then
13824 ac_cv_sizeof_off_t=`cat conftest.val`
13825else
13826 echo "$as_me: program exited with status $ac_status" >&5
13827echo "$as_me: failed program was:" >&5
13828sed 's/^/| /' conftest.$ac_ext >&5
1012372a 13829
2ba49b59
KC
13830( exit $ac_status )
13831{ { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
13832See \`config.log' for more details." >&5
13833echo "$as_me: error: cannot compute sizeof (off_t), 77
13834See \`config.log' for more details." >&2;}
5464f5a1 13835 { (exit 1); exit 1; }; }
1012372a 13836fi
2ba49b59
KC
13837rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13838fi
13839fi
13840rm -f conftest.val
13841else
13842 ac_cv_sizeof_off_t=0
13843fi
13844fi
5464f5a1
NN
13845echo "$as_me:$LINENO: result: $ac_cv_sizeof_off_t" >&5
13846echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6
5464f5a1 13847cat >>confdefs.h <<_ACEOF
1012372a 13848#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
5464f5a1 13849_ACEOF
1012372a
AC
13850
13851
1012372a 13852fi
5464f5a1
NN
13853echo "$as_me:$LINENO: checking file_ptr type" >&5
13854echo $ECHO_N "checking file_ptr type... $ECHO_C" >&6
ccba357f
AM
13855bfd_file_ptr="long"
13856bfd_ufile_ptr="unsigned long"
13857if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
13858 -o x"${ac_cv_sizeof_off_t}" = x8; then
1012372a
AC
13859 bfd_file_ptr=BFD_HOST_64_BIT
13860 bfd_ufile_ptr=BFD_HOST_U_64_BIT
13861fi
5464f5a1
NN
13862echo "$as_me:$LINENO: result: $bfd_file_ptr" >&5
13863echo "${ECHO_T}$bfd_file_ptr" >&6
1012372a
AC
13864
13865
13866
13867
252b5132
RH
13868tdefaults=""
13869test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13870test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
08f74004 13871test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
252b5132
RH
13872test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13873test -n "${havevecs}" && tdefaults="${tdefaults} ${havevecs}"
13874
6be7c12c 13875
5464f5a1
NN
13876
13877
13878for ac_header in stdlib.h unistd.h
252b5132 13879do
5464f5a1
NN
13880as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13881if eval "test \"\${$as_ac_Header+set}\" = set"; then
13882 echo "$as_me:$LINENO: checking for $ac_header" >&5
13883echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13884if eval "test \"\${$as_ac_Header+set}\" = set"; then
13885 echo $ECHO_N "(cached) $ECHO_C" >&6
13886fi
13887echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13888echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13889else
13890 # Is the header compilable?
13891echo "$as_me:$LINENO: checking $ac_header usability" >&5
13892echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13893cat >conftest.$ac_ext <<_ACEOF
13894/* confdefs.h. */
13895_ACEOF
13896cat confdefs.h >>conftest.$ac_ext
13897cat >>conftest.$ac_ext <<_ACEOF
13898/* end confdefs.h. */
13899$ac_includes_default
13900#include <$ac_header>
13901_ACEOF
13902rm -f conftest.$ac_objext
13903if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13904 (eval $ac_compile) 2>conftest.er1
13905 ac_status=$?
13906 grep -v '^ *+' conftest.er1 >conftest.err
13907 rm -f conftest.er1
13908 cat conftest.err >&5
13909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13910 (exit $ac_status); } &&
49c96104
SE
13911 { ac_try='test -z "$ac_c_werror_flag"
13912 || test ! -s conftest.err'
5464f5a1
NN
13913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13914 (eval $ac_try) 2>&5
13915 ac_status=$?
13916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13917 (exit $ac_status); }; } &&
13918 { ac_try='test -s conftest.$ac_objext'
13919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13920 (eval $ac_try) 2>&5
13921 ac_status=$?
13922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13923 (exit $ac_status); }; }; then
13924 ac_header_compiler=yes
13925else
13926 echo "$as_me: failed program was:" >&5
13927sed 's/^/| /' conftest.$ac_ext >&5
13928
13929ac_header_compiler=no
13930fi
13931rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13932echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13933echo "${ECHO_T}$ac_header_compiler" >&6
13934
13935# Is the header present?
13936echo "$as_me:$LINENO: checking $ac_header presence" >&5
13937echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13938cat >conftest.$ac_ext <<_ACEOF
13939/* confdefs.h. */
13940_ACEOF
13941cat confdefs.h >>conftest.$ac_ext
13942cat >>conftest.$ac_ext <<_ACEOF
13943/* end confdefs.h. */
13944#include <$ac_header>
13945_ACEOF
13946if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13947 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13948 ac_status=$?
13949 grep -v '^ *+' conftest.er1 >conftest.err
13950 rm -f conftest.er1
13951 cat conftest.err >&5
13952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13953 (exit $ac_status); } >/dev/null; then
13954 if test -s conftest.err; then
13955 ac_cpp_err=$ac_c_preproc_warn_flag
13956 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13957 else
13958 ac_cpp_err=
13959 fi
252b5132 13960else
5464f5a1 13961 ac_cpp_err=yes
252b5132 13962fi
5464f5a1
NN
13963if test -z "$ac_cpp_err"; then
13964 ac_header_preproc=yes
13965else
13966 echo "$as_me: failed program was:" >&5
13967sed 's/^/| /' conftest.$ac_ext >&5
13968
13969 ac_header_preproc=no
252b5132 13970fi
5464f5a1
NN
13971rm -f conftest.err conftest.$ac_ext
13972echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13973echo "${ECHO_T}$ac_header_preproc" >&6
13974
13975# So? What about this header?
13976case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13977 yes:no: )
13978 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13979echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13980 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13981echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13982 ac_header_preproc=yes
13983 ;;
13984 no:yes:* )
13985 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13986echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13987 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13988echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13989 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13990echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13991 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13992echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13993 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13994echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13995 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13996echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13997 (
13998 cat <<\_ASBOX
13999## ------------------------------------------ ##
14000## Report this to the AC_PACKAGE_NAME lists. ##
14001## ------------------------------------------ ##
14002_ASBOX
14003 ) |
14004 sed "s/^/$as_me: WARNING: /" >&2
14005 ;;
14006esac
14007echo "$as_me:$LINENO: checking for $ac_header" >&5
14008echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14009if eval "test \"\${$as_ac_Header+set}\" = set"; then
14010 echo $ECHO_N "(cached) $ECHO_C" >&6
6be7c12c 14011else
5464f5a1
NN
14012 eval "$as_ac_Header=\$ac_header_preproc"
14013fi
14014echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14015echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14016
14017fi
14018if test `eval echo '${'$as_ac_Header'}'` = yes; then
14019 cat >>confdefs.h <<_ACEOF
14020#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14021_ACEOF
14022
252b5132 14023fi
5464f5a1 14024
252b5132
RH
14025done
14026
5464f5a1 14027
252b5132
RH
14028for ac_func in getpagesize
14029do
5464f5a1
NN
14030as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14031echo "$as_me:$LINENO: checking for $ac_func" >&5
14032echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14033if eval "test \"\${$as_ac_var+set}\" = set"; then
14034 echo $ECHO_N "(cached) $ECHO_C" >&6
14035else
14036 cat >conftest.$ac_ext <<_ACEOF
14037/* confdefs.h. */
14038_ACEOF
14039cat confdefs.h >>conftest.$ac_ext
14040cat >>conftest.$ac_ext <<_ACEOF
14041/* end confdefs.h. */
14042/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14043 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14044#define $ac_func innocuous_$ac_func
14045
252b5132 14046/* System header to define __stub macros and hopefully few prototypes,
5464f5a1
NN
14047 which can conflict with char $ac_func (); below.
14048 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14049 <limits.h> exists even on freestanding compilers. */
14050
14051#ifdef __STDC__
14052# include <limits.h>
14053#else
14054# include <assert.h>
14055#endif
6be7c12c 14056
5464f5a1 14057#undef $ac_func
252b5132 14058
5464f5a1
NN
14059/* Override any gcc2 internal prototype to avoid an error. */
14060#ifdef __cplusplus
14061extern "C"
14062{
14063#endif
14064/* We use char because int might match the return type of a gcc2
14065 builtin and then its argument prototype would still apply. */
14066char $ac_func ();
252b5132
RH
14067/* The GNU C library defines this for functions which it implements
14068 to always fail with ENOSYS. Some functions are actually named
14069 something starting with __ and the normal name is an alias. */
14070#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14071choke me
14072#else
5464f5a1
NN
14073char (*f) () = $ac_func;
14074#endif
14075#ifdef __cplusplus
14076}
252b5132
RH
14077#endif
14078
5464f5a1
NN
14079int
14080main ()
14081{
14082return f != $ac_func;
14083 ;
14084 return 0;
14085}
14086_ACEOF
14087rm -f conftest.$ac_objext conftest$ac_exeext
14088if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14089 (eval $ac_link) 2>conftest.er1
14090 ac_status=$?
14091 grep -v '^ *+' conftest.er1 >conftest.err
14092 rm -f conftest.er1
14093 cat conftest.err >&5
14094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14095 (exit $ac_status); } &&
49c96104
SE
14096 { ac_try='test -z "$ac_c_werror_flag"
14097 || test ! -s conftest.err'
5464f5a1
NN
14098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14099 (eval $ac_try) 2>&5
14100 ac_status=$?
14101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14102 (exit $ac_status); }; } &&
14103 { ac_try='test -s conftest$ac_exeext'
14104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14105 (eval $ac_try) 2>&5
14106 ac_status=$?
14107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14108 (exit $ac_status); }; }; then
14109 eval "$as_ac_var=yes"
14110else
14111 echo "$as_me: failed program was:" >&5
14112sed 's/^/| /' conftest.$ac_ext >&5
14113
14114eval "$as_ac_var=no"
14115fi
14116rm -f conftest.err conftest.$ac_objext \
14117 conftest$ac_exeext conftest.$ac_ext
14118fi
14119echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14120echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14121if test `eval echo '${'$as_ac_var'}'` = yes; then
14122 cat >>confdefs.h <<_ACEOF
14123#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14124_ACEOF
252b5132 14125
252b5132
RH
14126fi
14127done
14128
5464f5a1
NN
14129echo "$as_me:$LINENO: checking for working mmap" >&5
14130echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
14131if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
14132 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
14133else
14134 if test "$cross_compiling" = yes; then
14135 ac_cv_func_mmap_fixed_mapped=no
14136else
5464f5a1
NN
14137 cat >conftest.$ac_ext <<_ACEOF
14138/* confdefs.h. */
14139_ACEOF
14140cat confdefs.h >>conftest.$ac_ext
14141cat >>conftest.$ac_ext <<_ACEOF
14142/* end confdefs.h. */
14143$ac_includes_default
14144/* malloc might have been renamed as rpl_malloc. */
14145#undef malloc
6be7c12c 14146
252b5132
RH
14147/* Thanks to Mike Haertel and Jim Avera for this test.
14148 Here is a matrix of mmap possibilities:
14149 mmap private not fixed
14150 mmap private fixed at somewhere currently unmapped
14151 mmap private fixed at somewhere already mapped
14152 mmap shared not fixed
14153 mmap shared fixed at somewhere currently unmapped
14154 mmap shared fixed at somewhere already mapped
14155 For private mappings, we should verify that changes cannot be read()
14156 back from the file, nor mmap's back from the file at a different
14157 address. (There have been systems where private was not correctly
14158 implemented like the infamous i386 svr4.0, and systems where the
5464f5a1 14159 VM page cache was not coherent with the file system buffer cache
252b5132
RH
14160 like early versions of FreeBSD and possibly contemporary NetBSD.)
14161 For shared mappings, we should conversely verify that changes get
5464f5a1 14162 propagated back to all the places they're supposed to be.
252b5132
RH
14163
14164 Grep wants private fixed already mapped.
14165 The main things grep needs to know about mmap are:
14166 * does it exist and is it safe to write into the mmap'd area
14167 * how to use it (BSD variants) */
5464f5a1 14168
252b5132
RH
14169#include <fcntl.h>
14170#include <sys/mman.h>
14171
5464f5a1
NN
14172#if !STDC_HEADERS && !HAVE_STDLIB_H
14173char *malloc ();
14174#endif
6be7c12c 14175
5464f5a1
NN
14176/* This mess was copied from the GNU getpagesize.h. */
14177#if !HAVE_GETPAGESIZE
252b5132 14178/* Assume that all systems that can run configure have sys/param.h. */
5464f5a1 14179# if !HAVE_SYS_PARAM_H
252b5132
RH
14180# define HAVE_SYS_PARAM_H 1
14181# endif
14182
14183# ifdef _SC_PAGESIZE
14184# define getpagesize() sysconf(_SC_PAGESIZE)
14185# else /* no _SC_PAGESIZE */
5464f5a1 14186# if HAVE_SYS_PARAM_H
252b5132
RH
14187# include <sys/param.h>
14188# ifdef EXEC_PAGESIZE
14189# define getpagesize() EXEC_PAGESIZE
14190# else /* no EXEC_PAGESIZE */
14191# ifdef NBPG
14192# define getpagesize() NBPG * CLSIZE
14193# ifndef CLSIZE
14194# define CLSIZE 1
14195# endif /* no CLSIZE */
14196# else /* no NBPG */
14197# ifdef NBPC
14198# define getpagesize() NBPC
14199# else /* no NBPC */
14200# ifdef PAGESIZE
14201# define getpagesize() PAGESIZE
14202# endif /* PAGESIZE */
14203# endif /* no NBPC */
14204# endif /* no NBPG */
14205# endif /* no EXEC_PAGESIZE */
14206# else /* no HAVE_SYS_PARAM_H */
14207# define getpagesize() 8192 /* punt totally */
14208# endif /* no HAVE_SYS_PARAM_H */
14209# endif /* no _SC_PAGESIZE */
14210
5464f5a1
NN
14211#endif /* no HAVE_GETPAGESIZE */
14212
14213int
14214main ()
14215{
14216 char *data, *data2, *data3;
14217 int i, pagesize;
14218 int fd;
14219
14220 pagesize = getpagesize ();
14221
14222 /* First, make a file with some known garbage in it. */
14223 data = (char *) malloc (pagesize);
14224 if (!data)
14225 exit (1);
14226 for (i = 0; i < pagesize; ++i)
14227 *(data + i) = rand ();
14228 umask (0);
14229 fd = creat ("conftest.mmap", 0600);
14230 if (fd < 0)
14231 exit (1);
14232 if (write (fd, data, pagesize) != pagesize)
14233 exit (1);
14234 close (fd);
14235
14236 /* Next, try to mmap the file at a fixed address which already has
14237 something else allocated at it. If we can, also make sure that
14238 we see the same garbage. */
14239 fd = open ("conftest.mmap", O_RDWR);
14240 if (fd < 0)
14241 exit (1);
14242 data2 = (char *) malloc (2 * pagesize);
14243 if (!data2)
14244 exit (1);
14245 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
14246 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14247 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14248 exit (1);
14249 for (i = 0; i < pagesize; ++i)
14250 if (*(data + i) != *(data2 + i))
14251 exit (1);
14252
14253 /* Finally, make sure that changes to the mapped area do not
14254 percolate back to the file as seen by read(). (This is a bug on
14255 some variants of i386 svr4.0.) */
14256 for (i = 0; i < pagesize; ++i)
14257 *(data2 + i) = *(data2 + i) + 1;
14258 data3 = (char *) malloc (pagesize);
14259 if (!data3)
14260 exit (1);
14261 if (read (fd, data3, pagesize) != pagesize)
14262 exit (1);
14263 for (i = 0; i < pagesize; ++i)
14264 if (*(data + i) != *(data3 + i))
14265 exit (1);
14266 close (fd);
14267 exit (0);
14268}
14269_ACEOF
14270rm -f conftest$ac_exeext
14271if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14272 (eval $ac_link) 2>&5
14273 ac_status=$?
14274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14275 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14277 (eval $ac_try) 2>&5
14278 ac_status=$?
14279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14280 (exit $ac_status); }; }; then
14281 ac_cv_func_mmap_fixed_mapped=yes
14282else
14283 echo "$as_me: program exited with status $ac_status" >&5
14284echo "$as_me: failed program was:" >&5
14285sed 's/^/| /' conftest.$ac_ext >&5
14286
14287( exit $ac_status )
14288ac_cv_func_mmap_fixed_mapped=no
14289fi
14290rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14291fi
14292fi
14293echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
14294echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
14295if test $ac_cv_func_mmap_fixed_mapped = yes; then
14296
14297cat >>confdefs.h <<\_ACEOF
14298#define HAVE_MMAP 1
14299_ACEOF
14300
14301fi
14302rm -f conftest.mmap
14303
14304
14305
14306for ac_func in madvise mprotect
14307do
14308as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14309echo "$as_me:$LINENO: checking for $ac_func" >&5
14310echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14311if eval "test \"\${$as_ac_var+set}\" = set"; then
14312 echo $ECHO_N "(cached) $ECHO_C" >&6
14313else
14314 cat >conftest.$ac_ext <<_ACEOF
14315/* confdefs.h. */
14316_ACEOF
14317cat confdefs.h >>conftest.$ac_ext
14318cat >>conftest.$ac_ext <<_ACEOF
14319/* end confdefs.h. */
14320/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14321 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14322#define $ac_func innocuous_$ac_func
14323
14324/* System header to define __stub macros and hopefully few prototypes,
14325 which can conflict with char $ac_func (); below.
14326 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14327 <limits.h> exists even on freestanding compilers. */
14328
14329#ifdef __STDC__
14330# include <limits.h>
14331#else
14332# include <assert.h>
14333#endif
14334
14335#undef $ac_func
14336
14337/* Override any gcc2 internal prototype to avoid an error. */
14338#ifdef __cplusplus
14339extern "C"
14340{
14341#endif
14342/* We use char because int might match the return type of a gcc2
14343 builtin and then its argument prototype would still apply. */
14344char $ac_func ();
14345/* The GNU C library defines this for functions which it implements
14346 to always fail with ENOSYS. Some functions are actually named
14347 something starting with __ and the normal name is an alias. */
14348#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14349choke me
14350#else
14351char (*f) () = $ac_func;
14352#endif
14353#ifdef __cplusplus
14354}
14355#endif
14356
14357int
14358main ()
14359{
14360return f != $ac_func;
14361 ;
14362 return 0;
14363}
14364_ACEOF
14365rm -f conftest.$ac_objext conftest$ac_exeext
14366if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14367 (eval $ac_link) 2>conftest.er1
14368 ac_status=$?
14369 grep -v '^ *+' conftest.er1 >conftest.err
14370 rm -f conftest.er1
14371 cat conftest.err >&5
14372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14373 (exit $ac_status); } &&
49c96104
SE
14374 { ac_try='test -z "$ac_c_werror_flag"
14375 || test ! -s conftest.err'
5464f5a1
NN
14376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14377 (eval $ac_try) 2>&5
14378 ac_status=$?
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); }; } &&
14381 { ac_try='test -s conftest$ac_exeext'
14382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14383 (eval $ac_try) 2>&5
14384 ac_status=$?
14385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14386 (exit $ac_status); }; }; then
14387 eval "$as_ac_var=yes"
14388else
14389 echo "$as_me: failed program was:" >&5
14390sed 's/^/| /' conftest.$ac_ext >&5
14391
14392eval "$as_ac_var=no"
14393fi
14394rm -f conftest.err conftest.$ac_objext \
14395 conftest$ac_exeext conftest.$ac_ext
14396fi
14397echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14398echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14399if test `eval echo '${'$as_ac_var'}'` = yes; then
14400 cat >>confdefs.h <<_ACEOF
14401#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14402_ACEOF
14403
14404fi
14405done
14406
14407case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
14408 true+yes )
14409cat >>confdefs.h <<\_ACEOF
14410#define USE_MMAP 1
14411_ACEOF
14412 ;;
14413esac
14414
14415rm -f doc/config.status
14416 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
14417
14418 ac_config_commands="$ac_config_commands default"
14419
14420cat >confcache <<\_ACEOF
14421# This file is a shell script that caches the results of configure
14422# tests run on this system so they can be shared between configure
14423# scripts and configure runs, see configure's option --config-cache.
14424# It is not useful on other systems. If it contains results you don't
14425# want to keep, you may remove or edit it.
14426#
14427# config.status only pays attention to the cache file if you give it
14428# the --recheck option to rerun configure.
14429#
14430# `ac_cv_env_foo' variables (set or unset) will be overridden when
14431# loading this file, other *unset* `ac_cv_foo' will be assigned the
14432# following values.
14433
14434_ACEOF
14435
14436# The following way of writing the cache mishandles newlines in values,
14437# but we know of no workaround that is simple, portable, and efficient.
14438# So, don't put newlines in cache variables' values.
14439# Ultrix sh set writes to stderr and can't be redirected directly,
14440# and sets the high bit in the cache file unless we assign to the vars.
14441{
14442 (set) 2>&1 |
14443 case `(ac_space=' '; set | grep ac_space) 2>&1` in
14444 *ac_space=\ *)
14445 # `set' does not quote correctly, so add quotes (double-quote
14446 # substitution turns \\\\ into \\, and sed turns \\ into \).
14447 sed -n \
14448 "s/'/'\\\\''/g;
14449 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14450 ;;
14451 *)
14452 # `set' quotes correctly as required by POSIX, so do not add quotes.
14453 sed -n \
14454 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
14455 ;;
14456 esac;
14457} |
14458 sed '
14459 t clear
14460 : clear
14461 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14462 t end
14463 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14464 : end' >>confcache
14465if diff $cache_file confcache >/dev/null 2>&1; then :; else
14466 if test -w $cache_file; then
14467 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
14468 cat confcache >$cache_file
14469 else
14470 echo "not updating unwritable cache $cache_file"
14471 fi
14472fi
14473rm -f confcache
14474
14475test "x$prefix" = xNONE && prefix=$ac_default_prefix
14476# Let make expand exec_prefix.
14477test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14478
14479# VPATH may cause trouble with some makes, so we remove $(srcdir),
14480# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14481# trailing colons and then remove the whole line if VPATH becomes empty
14482# (actually we leave an empty line to preserve line numbers).
14483if test "x$srcdir" = x.; then
14484 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14485s/:*\$(srcdir):*/:/;
14486s/:*\${srcdir}:*/:/;
14487s/:*@srcdir@:*/:/;
14488s/^\([^=]*=[ ]*\):*/\1/;
14489s/:*$//;
14490s/^[^=]*=[ ]*$//;
14491}'
14492fi
14493
14494DEFS=-DHAVE_CONFIG_H
14495
14496ac_libobjs=
14497ac_ltlibobjs=
14498for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14499 # 1. Remove the extension, and $U if already installed.
14500 ac_i=`echo "$ac_i" |
14501 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
14502 # 2. Add them.
14503 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
14504 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
14505done
14506LIBOBJS=$ac_libobjs
14507
14508LTLIBOBJS=$ac_ltlibobjs
14509
14510
f5385ebf
AM
14511if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14512 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
14513Usually this means the macro was only invoked conditionally." >&5
14514echo "$as_me: error: conditional \"AMDEP\" was never defined.
14515Usually this means the macro was only invoked conditionally." >&2;}
14516 { (exit 1); exit 1; }; }
14517fi
14518if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14519 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
14520Usually this means the macro was only invoked conditionally." >&5
14521echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
14522Usually this means the macro was only invoked conditionally." >&2;}
14523 { (exit 1); exit 1; }; }
14524fi
14525if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14526 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
14527Usually this means the macro was only invoked conditionally." >&5
14528echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
14529Usually this means the macro was only invoked conditionally." >&2;}
14530 { (exit 1); exit 1; }; }
14531fi
14532if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
14533 { { echo "$as_me:$LINENO: error: conditional \"INSTALL_LIBBFD\" was never defined.
14534Usually this means the macro was only invoked conditionally." >&5
14535echo "$as_me: error: conditional \"INSTALL_LIBBFD\" was never defined.
14536Usually this means the macro was only invoked conditionally." >&2;}
14537 { (exit 1); exit 1; }; }
14538fi
5464f5a1
NN
14539
14540: ${CONFIG_STATUS=./config.status}
14541ac_clean_files_save=$ac_clean_files
14542ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14543{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
14544echo "$as_me: creating $CONFIG_STATUS" >&6;}
14545cat >$CONFIG_STATUS <<_ACEOF
14546#! $SHELL
14547# Generated by $as_me.
14548# Run this file to recreate the current configuration.
14549# Compiler output produced by configure, useful for debugging
14550# configure, is in config.log if it exists.
14551
14552debug=false
14553ac_cs_recheck=false
14554ac_cs_silent=false
14555SHELL=\${CONFIG_SHELL-$SHELL}
14556_ACEOF
14557
14558cat >>$CONFIG_STATUS <<\_ACEOF
14559## --------------------- ##
14560## M4sh Initialization. ##
14561## --------------------- ##
14562
14563# Be Bourne compatible
14564if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14565 emulate sh
14566 NULLCMD=:
14567 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
14568 # is contrary to our usage. Disable this feature.
14569 alias -g '${1+"$@"}'='"$@"'
14570elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
14571 set -o posix
14572fi
14573DUALCASE=1; export DUALCASE # for MKS sh
14574
14575# Support unset when possible.
14576if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
14577 as_unset=unset
14578else
14579 as_unset=false
14580fi
14581
14582
14583# Work around bugs in pre-3.0 UWIN ksh.
14584$as_unset ENV MAIL MAILPATH
14585PS1='$ '
14586PS2='> '
14587PS4='+ '
14588
14589# NLS nuisances.
14590for as_var in \
14591 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
14592 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
14593 LC_TELEPHONE LC_TIME
14594do
14595 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
14596 eval $as_var=C; export $as_var
14597 else
14598 $as_unset $as_var
14599 fi
14600done
14601
14602# Required to use basename.
14603if expr a : '\(a\)' >/dev/null 2>&1; then
14604 as_expr=expr
14605else
14606 as_expr=false
14607fi
14608
14609if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
14610 as_basename=basename
14611else
14612 as_basename=false
14613fi
252b5132 14614
6be7c12c 14615
5464f5a1
NN
14616# Name of the executable.
14617as_me=`$as_basename "$0" ||
14618$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14619 X"$0" : 'X\(//\)$' \| \
14620 X"$0" : 'X\(/\)$' \| \
14621 . : '\(.\)' 2>/dev/null ||
14622echo X/"$0" |
14623 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
14624 /^X\/\(\/\/\)$/{ s//\1/; q; }
14625 /^X\/\(\/\).*/{ s//\1/; q; }
14626 s/.*/./; q'`
14627
14628
14629# PATH needs CR, and LINENO needs CR and PATH.
14630# Avoid depending upon Character Ranges.
14631as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14632as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14633as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14634as_cr_digits='0123456789'
14635as_cr_alnum=$as_cr_Letters$as_cr_digits
14636
14637# The user is always right.
14638if test "${PATH_SEPARATOR+set}" != set; then
14639 echo "#! /bin/sh" >conf$$.sh
14640 echo "exit 0" >>conf$$.sh
14641 chmod +x conf$$.sh
14642 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14643 PATH_SEPARATOR=';'
14644 else
14645 PATH_SEPARATOR=:
14646 fi
14647 rm -f conf$$.sh
14648fi
14649
14650
14651 as_lineno_1=$LINENO
14652 as_lineno_2=$LINENO
14653 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
14654 test "x$as_lineno_1" != "x$as_lineno_2" &&
14655 test "x$as_lineno_3" = "x$as_lineno_2" || {
14656 # Find who we are. Look in the path if we contain no path at all
14657 # relative or not.
14658 case $0 in
14659 *[\\/]* ) as_myself=$0 ;;
14660 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14661for as_dir in $PATH
14662do
14663 IFS=$as_save_IFS
14664 test -z "$as_dir" && as_dir=.
14665 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14666done
14667
14668 ;;
14669 esac
14670 # We did not find ourselves, most probably we were run as `sh COMMAND'
14671 # in which case we are not to be found in the path.
14672 if test "x$as_myself" = x; then
14673 as_myself=$0
14674 fi
14675 if test ! -f "$as_myself"; then
14676 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
14677echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
14678 { (exit 1); exit 1; }; }
14679 fi
14680 case $CONFIG_SHELL in
14681 '')
14682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14683for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
14684do
14685 IFS=$as_save_IFS
14686 test -z "$as_dir" && as_dir=.
14687 for as_base in sh bash ksh sh5; do
14688 case $as_dir in
14689 /*)
14690 if ("$as_dir/$as_base" -c '
14691 as_lineno_1=$LINENO
14692 as_lineno_2=$LINENO
14693 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
14694 test "x$as_lineno_1" != "x$as_lineno_2" &&
14695 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
14696 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
14697 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
14698 CONFIG_SHELL=$as_dir/$as_base
14699 export CONFIG_SHELL
14700 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
14701 fi;;
14702 esac
14703 done
14704done
14705;;
14706 esac
14707
14708 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
14709 # uniformly replaced by the line number. The first 'sed' inserts a
14710 # line-number line before each line; the second 'sed' does the real
14711 # work. The second script uses 'N' to pair each line-number line
14712 # with the numbered line, and appends trailing '-' during
14713 # substitution so that $LINENO is not a special case at line end.
14714 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
14715 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
14716 sed '=' <$as_myself |
14717 sed '
14718 N
14719 s,$,-,
14720 : loop
14721 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
14722 t loop
14723 s,-$,,
14724 s,^['$as_cr_digits']*\n,,
14725 ' >$as_me.lineno &&
14726 chmod +x $as_me.lineno ||
14727 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
14728echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
14729 { (exit 1); exit 1; }; }
14730
14731 # Don't try to exec as it changes $[0], causing all sort of problems
14732 # (the dirname of $[0] is not the place where we might find the
14733 # original and so on. Autoconf is especially sensible to this).
14734 . ./$as_me.lineno
14735 # Exit status is that of the last command.
14736 exit
252b5132 14737}
6be7c12c 14738
5464f5a1
NN
14739
14740case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
14741 *c*,-n*) ECHO_N= ECHO_C='
14742' ECHO_T=' ' ;;
14743 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
14744 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
14745esac
14746
14747if expr a : '\(a\)' >/dev/null 2>&1; then
14748 as_expr=expr
252b5132 14749else
5464f5a1 14750 as_expr=false
252b5132 14751fi
5464f5a1
NN
14752
14753rm -f conf$$ conf$$.exe conf$$.file
14754echo >conf$$.file
14755if ln -s conf$$.file conf$$ 2>/dev/null; then
14756 # We could just check for DJGPP; but this test a) works b) is more generic
14757 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
14758 if test -f conf$$.exe; then
14759 # Don't use ln at all; we don't have any links
14760 as_ln_s='cp -p'
14761 else
14762 as_ln_s='ln -s'
14763 fi
14764elif ln conf$$.file conf$$ 2>/dev/null; then
14765 as_ln_s=ln
14766else
14767 as_ln_s='cp -p'
252b5132 14768fi
5464f5a1 14769rm -f conf$$ conf$$.exe conf$$.file
6be7c12c 14770
5464f5a1
NN
14771if mkdir -p . 2>/dev/null; then
14772 as_mkdir_p=:
14773else
14774 test -d ./-p && rmdir ./-p
14775 as_mkdir_p=false
252b5132 14776fi
b3baf5d0 14777
5464f5a1 14778as_executable_p="test -f"
252b5132 14779
5464f5a1
NN
14780# Sed expression to map a string onto a valid CPP name.
14781as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 14782
5464f5a1
NN
14783# Sed expression to map a string onto a valid variable name.
14784as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6be7c12c 14785
252b5132 14786
5464f5a1
NN
14787# IFS
14788# We need space, tab and new line, in precisely that order.
14789as_nl='
14790'
14791IFS=" $as_nl"
252b5132 14792
5464f5a1
NN
14793# CDPATH.
14794$as_unset CDPATH
14795
14796exec 6>&1
14797
14798# Open the log real soon, to keep \$[0] and so on meaningful, and to
14799# report actual input values of CONFIG_FILES etc. instead of their
14800# values after options handling. Logging --version etc. is OK.
14801exec 5>>config.log
14802{
14803 echo
14804 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14805## Running $as_me. ##
14806_ASBOX
14807} >&5
14808cat >&5 <<_CSEOF
14809
14810This file was extended by $as_me, which was
14811generated by GNU Autoconf 2.59. Invocation command line was
14812
14813 CONFIG_FILES = $CONFIG_FILES
14814 CONFIG_HEADERS = $CONFIG_HEADERS
14815 CONFIG_LINKS = $CONFIG_LINKS
14816 CONFIG_COMMANDS = $CONFIG_COMMANDS
14817 $ $0 $@
14818
14819_CSEOF
14820echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
14821echo >&5
14822_ACEOF
14823
14824# Files that config.status was made for.
14825if test -n "$ac_config_files"; then
14826 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
6be7c12c 14827fi
5464f5a1
NN
14828
14829if test -n "$ac_config_headers"; then
14830 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
6be7c12c 14831fi
252b5132 14832
5464f5a1
NN
14833if test -n "$ac_config_links"; then
14834 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
252b5132 14835fi
252b5132 14836
5464f5a1
NN
14837if test -n "$ac_config_commands"; then
14838 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
14839fi
252b5132 14840
5464f5a1
NN
14841cat >>$CONFIG_STATUS <<\_ACEOF
14842
14843ac_cs_usage="\
14844\`$as_me' instantiates files from templates according to the
14845current configuration.
14846
14847Usage: $0 [OPTIONS] [FILE]...
14848
14849 -h, --help print this help, then exit
14850 -V, --version print version number, then exit
14851 -q, --quiet do not print progress messages
14852 -d, --debug don't remove temporary files
14853 --recheck update $as_me by reconfiguring in the same conditions
14854 --file=FILE[:TEMPLATE]
14855 instantiate the configuration file FILE
14856 --header=FILE[:TEMPLATE]
14857 instantiate the configuration header FILE
14858
14859Configuration files:
14860$config_files
14861
14862Configuration headers:
14863$config_headers
14864
14865Configuration commands:
14866$config_commands
14867
14868Report bugs to <bug-autoconf@gnu.org>."
14869_ACEOF
14870
14871cat >>$CONFIG_STATUS <<_ACEOF
14872ac_cs_version="\\
14873config.status
14874configured by $0, generated by GNU Autoconf 2.59,
14875 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
14876
14877Copyright (C) 2003 Free Software Foundation, Inc.
14878This config.status script is free software; the Free Software Foundation
14879gives unlimited permission to copy, distribute and modify it."
14880srcdir=$srcdir
14881INSTALL="$INSTALL"
14882_ACEOF
14883
14884cat >>$CONFIG_STATUS <<\_ACEOF
14885# If no file are specified by the user, then we need to provide default
14886# value. By we need to know if files were specified by the user.
14887ac_need_defaults=:
14888while test $# != 0
14889do
14890 case $1 in
14891 --*=*)
14892 ac_option=`expr "x$1" : 'x\([^=]*\)='`
14893 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
14894 ac_shift=:
6be7c12c 14895 ;;
5464f5a1
NN
14896 -*)
14897 ac_option=$1
14898 ac_optarg=$2
14899 ac_shift=shift
6be7c12c 14900 ;;
5464f5a1
NN
14901 *) # This is not an option, so the user has probably given explicit
14902 # arguments.
14903 ac_option=$1
14904 ac_need_defaults=false;;
14905 esac
252b5132 14906
5464f5a1
NN
14907 case $ac_option in
14908 # Handling of the options.
14909_ACEOF
14910cat >>$CONFIG_STATUS <<\_ACEOF
14911 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14912 ac_cs_recheck=: ;;
14913 --version | --vers* | -V )
14914 echo "$ac_cs_version"; exit 0 ;;
14915 --he | --h)
14916 # Conflict between --help and --header
14917 { { echo "$as_me:$LINENO: error: ambiguous option: $1
14918Try \`$0 --help' for more information." >&5
14919echo "$as_me: error: ambiguous option: $1
14920Try \`$0 --help' for more information." >&2;}
14921 { (exit 1); exit 1; }; };;
14922 --help | --hel | -h )
14923 echo "$ac_cs_usage"; exit 0 ;;
14924 --debug | --d* | -d )
14925 debug=: ;;
14926 --file | --fil | --fi | --f )
14927 $ac_shift
14928 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
14929 ac_need_defaults=false;;
14930 --header | --heade | --head | --hea )
14931 $ac_shift
14932 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
14933 ac_need_defaults=false;;
14934 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14935 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14936 ac_cs_silent=: ;;
6be7c12c 14937
5464f5a1
NN
14938 # This is an error.
14939 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
14940Try \`$0 --help' for more information." >&5
14941echo "$as_me: error: unrecognized option: $1
14942Try \`$0 --help' for more information." >&2;}
14943 { (exit 1); exit 1; }; } ;;
252b5132 14944
5464f5a1 14945 *) ac_config_targets="$ac_config_targets $1" ;;
252b5132 14946
5464f5a1
NN
14947 esac
14948 shift
14949done
6be7c12c 14950
5464f5a1 14951ac_configure_extra_args=
252b5132 14952
5464f5a1
NN
14953if $ac_cs_silent; then
14954 exec 6>/dev/null
14955 ac_configure_extra_args="$ac_configure_extra_args --silent"
14956fi
6be7c12c 14957
5464f5a1
NN
14958_ACEOF
14959cat >>$CONFIG_STATUS <<_ACEOF
14960if \$ac_cs_recheck; then
14961 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
14962 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14963fi
14964
14965_ACEOF
14966
14967cat >>$CONFIG_STATUS <<_ACEOF
6be7c12c 14968#
5464f5a1 14969# INIT-COMMANDS section.
6be7c12c 14970#
b3baf5d0 14971
f5385ebf 14972AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
5464f5a1
NN
14973
14974
14975_ACEOF
14976
14977
14978
14979cat >>$CONFIG_STATUS <<\_ACEOF
14980for ac_config_target in $ac_config_targets
252b5132 14981do
5464f5a1
NN
14982 case "$ac_config_target" in
14983 # Handling of arguments.
14984 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14985 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14986 "bfd-in3.h" ) CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
14987 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
f5385ebf 14988 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
5464f5a1
NN
14989 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
14990 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14991 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14992echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
14993 { (exit 1); exit 1; }; };;
252b5132
RH
14994 esac
14995done
14996
5464f5a1
NN
14997# If the user did not use the arguments to specify the items to instantiate,
14998# then the envvar interface is used. Set only those that are not.
14999# We use the long form for the default assignment because of an extremely
15000# bizarre bug on SunOS 4.1.3.
15001if $ac_need_defaults; then
15002 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15003 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15004 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15005fi
15006
15007# Have a temporary directory for convenience. Make it in the build tree
15008# simply because there is no reason to put it here, and in addition,
15009# creating and moving files from /tmp can sometimes cause problems.
15010# Create a temporary directory, and hook for its removal unless debugging.
15011$debug ||
15012{
15013 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
15014 trap '{ (exit 1); exit 1; }' 1 2 13 15
15015}
b3baf5d0 15016
5464f5a1 15017# Create a (secure) tmp directory for tmp files.
b3baf5d0 15018
5464f5a1
NN
15019{
15020 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
15021 test -n "$tmp" && test -d "$tmp"
15022} ||
15023{
15024 tmp=./confstat$$-$RANDOM
15025 (umask 077 && mkdir $tmp)
15026} ||
15027{
15028 echo "$me: cannot create a temporary directory in ." >&2
15029 { (exit 1); exit 1; }
15030}
15031
15032_ACEOF
15033
15034cat >>$CONFIG_STATUS <<_ACEOF
15035
15036#
15037# CONFIG_FILES section.
15038#
b3baf5d0 15039
5464f5a1
NN
15040# No need to generate the scripts if there are no CONFIG_FILES.
15041# This happens for instance when ./config.status config.h
15042if test -n "\$CONFIG_FILES"; then
15043 # Protect against being on the right side of a sed subst in config.status.
15044 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
15045 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
15046s,@SHELL@,$SHELL,;t t
15047s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
15048s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
15049s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
15050s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
15051s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
15052s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
15053s,@exec_prefix@,$exec_prefix,;t t
15054s,@prefix@,$prefix,;t t
15055s,@program_transform_name@,$program_transform_name,;t t
15056s,@bindir@,$bindir,;t t
15057s,@sbindir@,$sbindir,;t t
15058s,@libexecdir@,$libexecdir,;t t
15059s,@datadir@,$datadir,;t t
15060s,@sysconfdir@,$sysconfdir,;t t
15061s,@sharedstatedir@,$sharedstatedir,;t t
15062s,@localstatedir@,$localstatedir,;t t
15063s,@libdir@,$libdir,;t t
15064s,@includedir@,$includedir,;t t
15065s,@oldincludedir@,$oldincludedir,;t t
15066s,@infodir@,$infodir,;t t
15067s,@mandir@,$mandir,;t t
15068s,@build_alias@,$build_alias,;t t
15069s,@host_alias@,$host_alias,;t t
15070s,@target_alias@,$target_alias,;t t
15071s,@DEFS@,$DEFS,;t t
15072s,@ECHO_C@,$ECHO_C,;t t
15073s,@ECHO_N@,$ECHO_N,;t t
15074s,@ECHO_T@,$ECHO_T,;t t
15075s,@LIBS@,$LIBS,;t t
15076s,@build@,$build,;t t
15077s,@build_cpu@,$build_cpu,;t t
15078s,@build_vendor@,$build_vendor,;t t
15079s,@build_os@,$build_os,;t t
15080s,@host@,$host,;t t
15081s,@host_cpu@,$host_cpu,;t t
15082s,@host_vendor@,$host_vendor,;t t
15083s,@host_os@,$host_os,;t t
15084s,@target@,$target,;t t
15085s,@target_cpu@,$target_cpu,;t t
15086s,@target_vendor@,$target_vendor,;t t
15087s,@target_os@,$target_os,;t t
15088s,@CC@,$CC,;t t
15089s,@CFLAGS@,$CFLAGS,;t t
15090s,@LDFLAGS@,$LDFLAGS,;t t
15091s,@CPPFLAGS@,$CPPFLAGS,;t t
15092s,@ac_ct_CC@,$ac_ct_CC,;t t
15093s,@EXEEXT@,$EXEEXT,;t t
15094s,@OBJEXT@,$OBJEXT,;t t
15095s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
15096s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
15097s,@INSTALL_DATA@,$INSTALL_DATA,;t t
f5385ebf 15098s,@CYGPATH_W@,$CYGPATH_W,;t t
5464f5a1
NN
15099s,@PACKAGE@,$PACKAGE,;t t
15100s,@VERSION@,$VERSION,;t t
15101s,@ACLOCAL@,$ACLOCAL,;t t
15102s,@AUTOCONF@,$AUTOCONF,;t t
15103s,@AUTOMAKE@,$AUTOMAKE,;t t
15104s,@AUTOHEADER@,$AUTOHEADER,;t t
15105s,@MAKEINFO@,$MAKEINFO,;t t
f5385ebf
AM
15106s,@install_sh@,$install_sh,;t t
15107s,@STRIP@,$STRIP,;t t
15108s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
15109s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
15110s,@mkdir_p@,$mkdir_p,;t t
15111s,@AWK@,$AWK,;t t
5464f5a1 15112s,@SET_MAKE@,$SET_MAKE,;t t
f5385ebf
AM
15113s,@am__leading_dot@,$am__leading_dot,;t t
15114s,@AMTAR@,$AMTAR,;t t
15115s,@am__tar@,$am__tar,;t t
15116s,@am__untar@,$am__untar,;t t
15117s,@DEPDIR@,$DEPDIR,;t t
15118s,@am__include@,$am__include,;t t
15119s,@am__quote@,$am__quote,;t t
15120s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
15121s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
15122s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
15123s,@CCDEPMODE@,$CCDEPMODE,;t t
15124s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
15125s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
5464f5a1
NN
15126s,@AR@,$AR,;t t
15127s,@ac_ct_AR@,$ac_ct_AR,;t t
15128s,@RANLIB@,$RANLIB,;t t
15129s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
15130s,@LN_S@,$LN_S,;t t
5464f5a1
NN
15131s,@LIBTOOL@,$LIBTOOL,;t t
15132s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
9e9b66a9 15133s,@NO_WERROR@,$NO_WERROR,;t t
5464f5a1
NN
15134s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
15135s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
15136s,@MAINT@,$MAINT,;t t
15137s,@INSTALL_LIBBFD_TRUE@,$INSTALL_LIBBFD_TRUE,;t t
15138s,@INSTALL_LIBBFD_FALSE@,$INSTALL_LIBBFD_FALSE,;t t
24443139
AS
15139s,@host_noncanonical@,$host_noncanonical,;t t
15140s,@target_noncanonical@,$target_noncanonical,;t t
5464f5a1
NN
15141s,@bfdlibdir@,$bfdlibdir,;t t
15142s,@bfdincludedir@,$bfdincludedir,;t t
15143s,@CPP@,$CPP,;t t
15144s,@EGREP@,$EGREP,;t t
15145s,@ALLOCA@,$ALLOCA,;t t
15146s,@USE_NLS@,$USE_NLS,;t t
15147s,@MSGFMT@,$MSGFMT,;t t
15148s,@GMSGFMT@,$GMSGFMT,;t t
15149s,@XGETTEXT@,$XGETTEXT,;t t
15150s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
15151s,@CATALOGS@,$CATALOGS,;t t
15152s,@CATOBJEXT@,$CATOBJEXT,;t t
15153s,@DATADIRNAME@,$DATADIRNAME,;t t
15154s,@GMOFILES@,$GMOFILES,;t t
15155s,@INSTOBJEXT@,$INSTOBJEXT,;t t
15156s,@INTLDEPS@,$INTLDEPS,;t t
15157s,@INTLLIBS@,$INTLLIBS,;t t
15158s,@INTLOBJS@,$INTLOBJS,;t t
15159s,@POFILES@,$POFILES,;t t
15160s,@POSUB@,$POSUB,;t t
15161s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
15162s,@GT_NO@,$GT_NO,;t t
15163s,@GT_YES@,$GT_YES,;t t
15164s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
15165s,@l@,$l,;t t
15166s,@HDEFINES@,$HDEFINES,;t t
15167s,@BFD_HOST_64BIT_LONG@,$BFD_HOST_64BIT_LONG,;t t
15168s,@BFD_HOST_LONG_LONG@,$BFD_HOST_LONG_LONG,;t t
15169s,@BFD_HOST_64_BIT_DEFINED@,$BFD_HOST_64_BIT_DEFINED,;t t
15170s,@BFD_HOST_64_BIT@,$BFD_HOST_64_BIT,;t t
15171s,@BFD_HOST_U_64_BIT@,$BFD_HOST_U_64_BIT,;t t
15172s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
15173s,@EXEEXT_FOR_BUILD@,$EXEEXT_FOR_BUILD,;t t
15174s,@COREFILE@,$COREFILE,;t t
15175s,@COREFLAG@,$COREFLAG,;t t
15176s,@WIN32LDFLAGS@,$WIN32LDFLAGS,;t t
15177s,@WIN32LIBADD@,$WIN32LIBADD,;t t
15178s,@TDEFINES@,$TDEFINES,;t t
15179s,@wordsize@,$wordsize,;t t
15180s,@bfd_libs@,$bfd_libs,;t t
15181s,@all_backends@,$all_backends,;t t
15182s,@bfd_backends@,$bfd_backends,;t t
15183s,@bfd_machines@,$bfd_machines,;t t
15184s,@bfd_default_target_size@,$bfd_default_target_size,;t t
15185s,@bfd_file_ptr@,$bfd_file_ptr,;t t
15186s,@bfd_ufile_ptr@,$bfd_ufile_ptr,;t t
15187s,@tdefaults@,$tdefaults,;t t
15188s,@LIBOBJS@,$LIBOBJS,;t t
15189s,@LTLIBOBJS@,$LTLIBOBJS,;t t
252b5132 15190CEOF
252b5132 15191
5464f5a1
NN
15192_ACEOF
15193
15194 cat >>$CONFIG_STATUS <<\_ACEOF
15195 # Split the substitutions into bite-sized pieces for seds with
15196 # small command number limits, like on Digital OSF/1 and HP-UX.
15197 ac_max_sed_lines=48
15198 ac_sed_frag=1 # Number of current file.
15199 ac_beg=1 # First line for current file.
15200 ac_end=$ac_max_sed_lines # Line after last line for current file.
15201 ac_more_lines=:
15202 ac_sed_cmds=
15203 while $ac_more_lines; do
15204 if test $ac_beg -gt 1; then
15205 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
252b5132 15206 else
5464f5a1
NN
15207 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
15208 fi
15209 if test ! -s $tmp/subs.frag; then
15210 ac_more_lines=false
15211 else
15212 # The purpose of the label and of the branching condition is to
15213 # speed up the sed processing (if there are no `@' at all, there
15214 # is no need to browse any of the substitutions).
15215 # These are the two extra sed commands mentioned above.
15216 (echo ':t
15217 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
15218 if test -z "$ac_sed_cmds"; then
15219 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
15220 else
15221 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
15222 fi
15223 ac_sed_frag=`expr $ac_sed_frag + 1`
15224 ac_beg=$ac_end
15225 ac_end=`expr $ac_end + $ac_max_sed_lines`
252b5132 15226 fi
5464f5a1
NN
15227 done
15228 if test -z "$ac_sed_cmds"; then
15229 ac_sed_cmds=cat
252b5132 15230 fi
5464f5a1 15231fi # test -n "$CONFIG_FILES"
6be7c12c 15232
5464f5a1
NN
15233_ACEOF
15234cat >>$CONFIG_STATUS <<\_ACEOF
15235for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
252b5132 15236 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5464f5a1
NN
15237 case $ac_file in
15238 - | *:- | *:-:* ) # input from stdin
15239 cat >$tmp/stdin
15240 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15241 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15242 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15243 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15244 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
15245 esac
15246
5464f5a1
NN
15247 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
15248 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
15249$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15250 X"$ac_file" : 'X\(//\)[^/]' \| \
15251 X"$ac_file" : 'X\(//\)$' \| \
15252 X"$ac_file" : 'X\(/\)' \| \
15253 . : '\(.\)' 2>/dev/null ||
15254echo X"$ac_file" |
15255 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15256 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15257 /^X\(\/\/\)$/{ s//\1/; q; }
15258 /^X\(\/\).*/{ s//\1/; q; }
15259 s/.*/./; q'`
15260 { if $as_mkdir_p; then
15261 mkdir -p "$ac_dir"
252b5132 15262 else
5464f5a1
NN
15263 as_dir="$ac_dir"
15264 as_dirs=
15265 while test ! -d "$as_dir"; do
15266 as_dirs="$as_dir $as_dirs"
15267 as_dir=`(dirname "$as_dir") 2>/dev/null ||
15268$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15269 X"$as_dir" : 'X\(//\)[^/]' \| \
15270 X"$as_dir" : 'X\(//\)$' \| \
15271 X"$as_dir" : 'X\(/\)' \| \
15272 . : '\(.\)' 2>/dev/null ||
15273echo X"$as_dir" |
15274 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15275 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15276 /^X\(\/\/\)$/{ s//\1/; q; }
15277 /^X\(\/\).*/{ s//\1/; q; }
15278 s/.*/./; q'`
15279 done
15280 test ! -n "$as_dirs" || mkdir $as_dirs
15281 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
15282echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
15283 { (exit 1); exit 1; }; }; }
15284
15285 ac_builddir=.
15286
15287if test "$ac_dir" != .; then
15288 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
15289 # A "../" for each directory in $ac_dir_suffix.
15290 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
15291else
15292 ac_dir_suffix= ac_top_builddir=
15293fi
252b5132 15294
5464f5a1
NN
15295case $srcdir in
15296 .) # No --srcdir option. We are building in place.
15297 ac_srcdir=.
15298 if test -z "$ac_top_builddir"; then
15299 ac_top_srcdir=.
15300 else
15301 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
15302 fi ;;
15303 [\\/]* | ?:[\\/]* ) # Absolute path.
15304 ac_srcdir=$srcdir$ac_dir_suffix;
15305 ac_top_srcdir=$srcdir ;;
252b5132 15306 *) # Relative path.
5464f5a1
NN
15307 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
15308 ac_top_srcdir=$ac_top_builddir$srcdir ;;
15309esac
252b5132 15310
5464f5a1
NN
15311# Do not use `cd foo && pwd` to compute absolute paths, because
15312# the directories may not exist.
15313case `pwd` in
15314.) ac_abs_builddir="$ac_dir";;
15315*)
15316 case "$ac_dir" in
15317 .) ac_abs_builddir=`pwd`;;
15318 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
15319 *) ac_abs_builddir=`pwd`/"$ac_dir";;
15320 esac;;
15321esac
15322case $ac_abs_builddir in
15323.) ac_abs_top_builddir=${ac_top_builddir}.;;
15324*)
15325 case ${ac_top_builddir}. in
15326 .) ac_abs_top_builddir=$ac_abs_builddir;;
15327 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
15328 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
15329 esac;;
15330esac
15331case $ac_abs_builddir in
15332.) ac_abs_srcdir=$ac_srcdir;;
15333*)
15334 case $ac_srcdir in
15335 .) ac_abs_srcdir=$ac_abs_builddir;;
15336 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
15337 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
15338 esac;;
15339esac
15340case $ac_abs_builddir in
15341.) ac_abs_top_srcdir=$ac_top_srcdir;;
15342*)
15343 case $ac_top_srcdir in
15344 .) ac_abs_top_srcdir=$ac_abs_builddir;;
15345 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
15346 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
15347 esac;;
15348esac
252b5132 15349
5464f5a1
NN
15350
15351 case $INSTALL in
15352 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15353 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
6be7c12c 15354 esac
252b5132 15355
49c96104
SE
15356 if test x"$ac_file" != x-; then
15357 { echo "$as_me:$LINENO: creating $ac_file" >&5
15358echo "$as_me: creating $ac_file" >&6;}
15359 rm -f "$ac_file"
15360 fi
5464f5a1
NN
15361 # Let's still pretend it is `configure' which instantiates (i.e., don't
15362 # use $as_me), people would be surprised to read:
15363 # /* config.h. Generated by config.status. */
15364 if test x"$ac_file" = x-; then
15365 configure_input=
15366 else
15367 configure_input="$ac_file. "
15368 fi
15369 configure_input=$configure_input"Generated from `echo $ac_file_in |
15370 sed 's,.*/,,'` by configure."
15371
15372 # First look for the input files in the build tree, otherwise in the
15373 # src tree.
15374 ac_file_inputs=`IFS=:
15375 for f in $ac_file_in; do
15376 case $f in
15377 -) echo $tmp/stdin ;;
15378 [\\/$]*)
15379 # Absolute (can't be DOS-style, as IFS=:)
15380 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15381echo "$as_me: error: cannot find input file: $f" >&2;}
15382 { (exit 1); exit 1; }; }
15383 echo "$f";;
15384 *) # Relative
15385 if test -f "$f"; then
15386 # Build tree
15387 echo "$f"
15388 elif test -f "$srcdir/$f"; then
15389 # Source tree
15390 echo "$srcdir/$f"
15391 else
15392 # /dev/null tree
15393 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15394echo "$as_me: error: cannot find input file: $f" >&2;}
15395 { (exit 1); exit 1; }; }
15396 fi;;
15397 esac
15398 done` || { (exit 1); exit 1; }
5464f5a1
NN
15399_ACEOF
15400cat >>$CONFIG_STATUS <<_ACEOF
15401 sed "$ac_vpsub
15402$extrasub
15403_ACEOF
15404cat >>$CONFIG_STATUS <<\_ACEOF
15405:t
15406/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15407s,@configure_input@,$configure_input,;t t
15408s,@srcdir@,$ac_srcdir,;t t
15409s,@abs_srcdir@,$ac_abs_srcdir,;t t
15410s,@top_srcdir@,$ac_top_srcdir,;t t
15411s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
15412s,@builddir@,$ac_builddir,;t t
15413s,@abs_builddir@,$ac_abs_builddir,;t t
15414s,@top_builddir@,$ac_top_builddir,;t t
15415s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
15416s,@INSTALL@,$ac_INSTALL,;t t
15417" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
15418 rm -f $tmp/stdin
15419 if test x"$ac_file" != x-; then
15420 mv $tmp/out $ac_file
15421 else
15422 cat $tmp/out
15423 rm -f $tmp/out
15424 fi
15425
15426done
15427_ACEOF
15428cat >>$CONFIG_STATUS <<\_ACEOF
15429
15430#
15431# CONFIG_HEADER section.
15432#
252b5132
RH
15433
15434# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
15435# NAME is the cpp macro being defined and VALUE is the value it is being given.
15436#
15437# ac_d sets the value in "#define NAME VALUE" lines.
5464f5a1
NN
15438ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
15439ac_dB='[ ].*$,\1#\2'
15440ac_dC=' '
15441ac_dD=',;t'
15442# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
15443ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
15444ac_uB='$,\1#\2define\3'
252b5132 15445ac_uC=' '
5464f5a1
NN
15446ac_uD=',;t'
15447
15448for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 15449 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5464f5a1
NN
15450 case $ac_file in
15451 - | *:- | *:-:* ) # input from stdin
15452 cat >$tmp/stdin
15453 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15454 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15455 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15456 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15457 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
15458 esac
15459
5464f5a1
NN
15460 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
15461echo "$as_me: creating $ac_file" >&6;}
15462
15463 # First look for the input files in the build tree, otherwise in the
15464 # src tree.
15465 ac_file_inputs=`IFS=:
15466 for f in $ac_file_in; do
15467 case $f in
15468 -) echo $tmp/stdin ;;
15469 [\\/$]*)
15470 # Absolute (can't be DOS-style, as IFS=:)
15471 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15472echo "$as_me: error: cannot find input file: $f" >&2;}
15473 { (exit 1); exit 1; }; }
15474 # Do quote $f, to prevent DOS paths from being IFS'd.
15475 echo "$f";;
15476 *) # Relative
15477 if test -f "$f"; then
15478 # Build tree
15479 echo "$f"
15480 elif test -f "$srcdir/$f"; then
15481 # Source tree
15482 echo "$srcdir/$f"
15483 else
15484 # /dev/null tree
15485 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15486echo "$as_me: error: cannot find input file: $f" >&2;}
15487 { (exit 1); exit 1; }; }
15488 fi;;
15489 esac
15490 done` || { (exit 1); exit 1; }
15491 # Remove the trailing spaces.
15492 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
15493
15494_ACEOF
15495
15496# Transform confdefs.h into two sed scripts, `conftest.defines' and
15497# `conftest.undefs', that substitutes the proper values into
15498# config.h.in to produce config.h. The first handles `#define'
15499# templates, and the second `#undef' templates.
15500# And first: Protect against being on the right side of a sed subst in
15501# config.status. Protect against being in an unquoted here document
15502# in config.status.
15503rm -f conftest.defines conftest.undefs
15504# Using a here document instead of a string reduces the quoting nightmare.
15505# Putting comments in sed scripts is not portable.
15506#
15507# `end' is used to avoid that the second main sed command (meant for
15508# 0-ary CPP macros) applies to n-ary macro definitions.
15509# See the Autoconf documentation for `clear'.
15510cat >confdef2sed.sed <<\_ACEOF
15511s/[\\&,]/\\&/g
15512s,[\\$`],\\&,g
15513t clear
15514: clear
15515s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
15516t end
15517s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
15518: end
15519_ACEOF
15520# If some macros were called several times there might be several times
15521# the same #defines, which is useless. Nevertheless, we may not want to
15522# sort them, since we want the *last* AC-DEFINE to be honored.
15523uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
15524sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
15525rm -f confdef2sed.sed
252b5132
RH
15526
15527# This sed command replaces #undef with comments. This is necessary, for
15528# example, in the case of _POSIX_SOURCE, which is predefined and required
15529# on some systems where configure will not decide to define it.
5464f5a1
NN
15530cat >>conftest.undefs <<\_ACEOF
15531s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
15532_ACEOF
15533
15534# Break up conftest.defines because some shells have a limit on the size
15535# of here documents, and old seds have small limits too (100 cmds).
15536echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
15537echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
15538echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
15539echo ' :' >>$CONFIG_STATUS
15540rm -f conftest.tail
15541while grep . conftest.defines >/dev/null
15542do
15543 # Write a limited-size here document to $tmp/defines.sed.
15544 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
15545 # Speed up: don't consider the non `#define' lines.
15546 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
15547 # Work around the forget-to-reset-the-flag bug.
15548 echo 't clr' >>$CONFIG_STATUS
15549 echo ': clr' >>$CONFIG_STATUS
15550 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
15551 echo 'CEOF
15552 sed -f $tmp/defines.sed $tmp/in >$tmp/out
15553 rm -f $tmp/in
15554 mv $tmp/out $tmp/in
15555' >>$CONFIG_STATUS
15556 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
15557 rm -f conftest.defines
15558 mv conftest.tail conftest.defines
15559done
15560rm -f conftest.defines
15561echo ' fi # grep' >>$CONFIG_STATUS
15562echo >>$CONFIG_STATUS
252b5132 15563
5464f5a1
NN
15564# Break up conftest.undefs because some shells have a limit on the size
15565# of here documents, and old seds have small limits too (100 cmds).
15566echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 15567rm -f conftest.tail
5464f5a1 15568while grep . conftest.undefs >/dev/null
252b5132 15569do
5464f5a1
NN
15570 # Write a limited-size here document to $tmp/undefs.sed.
15571 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
15572 # Speed up: don't consider the non `#undef'
15573 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
15574 # Work around the forget-to-reset-the-flag bug.
15575 echo 't clr' >>$CONFIG_STATUS
15576 echo ': clr' >>$CONFIG_STATUS
15577 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 15578 echo 'CEOF
5464f5a1
NN
15579 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
15580 rm -f $tmp/in
15581 mv $tmp/out $tmp/in
15582' >>$CONFIG_STATUS
15583 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
15584 rm -f conftest.undefs
15585 mv conftest.tail conftest.undefs
252b5132 15586done
5464f5a1
NN
15587rm -f conftest.undefs
15588
15589cat >>$CONFIG_STATUS <<\_ACEOF
15590 # Let's still pretend it is `configure' which instantiates (i.e., don't
15591 # use $as_me), people would be surprised to read:
15592 # /* config.h. Generated by config.status. */
15593 if test x"$ac_file" = x-; then
15594 echo "/* Generated by configure. */" >$tmp/config.h
15595 else
15596 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
15597 fi
15598 cat $tmp/in >>$tmp/config.h
15599 rm -f $tmp/in
15600 if test x"$ac_file" != x-; then
15601 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
15602 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
15603echo "$as_me: $ac_file is unchanged" >&6;}
15604 else
15605 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
15606$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15607 X"$ac_file" : 'X\(//\)[^/]' \| \
15608 X"$ac_file" : 'X\(//\)$' \| \
15609 X"$ac_file" : 'X\(/\)' \| \
15610 . : '\(.\)' 2>/dev/null ||
15611echo X"$ac_file" |
15612 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15613 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15614 /^X\(\/\/\)$/{ s//\1/; q; }
15615 /^X\(\/\).*/{ s//\1/; q; }
15616 s/.*/./; q'`
15617 { if $as_mkdir_p; then
15618 mkdir -p "$ac_dir"
252b5132 15619 else
5464f5a1
NN
15620 as_dir="$ac_dir"
15621 as_dirs=
15622 while test ! -d "$as_dir"; do
15623 as_dirs="$as_dir $as_dirs"
15624 as_dir=`(dirname "$as_dir") 2>/dev/null ||
15625$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15626 X"$as_dir" : 'X\(//\)[^/]' \| \
15627 X"$as_dir" : 'X\(//\)$' \| \
15628 X"$as_dir" : 'X\(/\)' \| \
15629 . : '\(.\)' 2>/dev/null ||
15630echo X"$as_dir" |
15631 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15632 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15633 /^X\(\/\/\)$/{ s//\1/; q; }
15634 /^X\(\/\).*/{ s//\1/; q; }
15635 s/.*/./; q'`
15636 done
15637 test ! -n "$as_dirs" || mkdir $as_dirs
15638 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
15639echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
15640 { (exit 1); exit 1; }; }; }
15641
15642 rm -f $ac_file
15643 mv $tmp/config.h $ac_file
252b5132 15644 fi
5464f5a1
NN
15645 else
15646 cat $tmp/config.h
15647 rm -f $tmp/config.h
252b5132 15648 fi
f5385ebf
AM
15649# Compute $ac_file's index in $config_headers.
15650_am_stamp_count=1
15651for _am_header in $config_headers :; do
15652 case $_am_header in
15653 $ac_file | $ac_file:* )
15654 break ;;
15655 * )
15656 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15657 esac
15658done
15659echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
15660$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15661 X$ac_file : 'X\(//\)[^/]' \| \
15662 X$ac_file : 'X\(//\)$' \| \
15663 X$ac_file : 'X\(/\)' \| \
15664 . : '\(.\)' 2>/dev/null ||
15665echo X$ac_file |
15666 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15667 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15668 /^X\(\/\/\)$/{ s//\1/; q; }
15669 /^X\(\/\).*/{ s//\1/; q; }
15670 s/.*/./; q'`/stamp-h$_am_stamp_count
5464f5a1
NN
15671done
15672_ACEOF
15673cat >>$CONFIG_STATUS <<\_ACEOF
252b5132 15674
5464f5a1
NN
15675#
15676# CONFIG_COMMANDS section.
15677#
15678for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
15679 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
15680 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
15681 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
15682$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15683 X"$ac_dest" : 'X\(//\)[^/]' \| \
15684 X"$ac_dest" : 'X\(//\)$' \| \
15685 X"$ac_dest" : 'X\(/\)' \| \
15686 . : '\(.\)' 2>/dev/null ||
15687echo X"$ac_dest" |
15688 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15689 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15690 /^X\(\/\/\)$/{ s//\1/; q; }
15691 /^X\(\/\).*/{ s//\1/; q; }
15692 s/.*/./; q'`
15693 { if $as_mkdir_p; then
15694 mkdir -p "$ac_dir"
15695 else
15696 as_dir="$ac_dir"
15697 as_dirs=
15698 while test ! -d "$as_dir"; do
15699 as_dirs="$as_dir $as_dirs"
15700 as_dir=`(dirname "$as_dir") 2>/dev/null ||
15701$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15702 X"$as_dir" : 'X\(//\)[^/]' \| \
15703 X"$as_dir" : 'X\(//\)$' \| \
15704 X"$as_dir" : 'X\(/\)' \| \
15705 . : '\(.\)' 2>/dev/null ||
15706echo X"$as_dir" |
15707 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15708 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15709 /^X\(\/\/\)$/{ s//\1/; q; }
15710 /^X\(\/\).*/{ s//\1/; q; }
15711 s/.*/./; q'`
15712 done
15713 test ! -n "$as_dirs" || mkdir $as_dirs
15714 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
15715echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
15716 { (exit 1); exit 1; }; }; }
b3baf5d0 15717
5464f5a1 15718 ac_builddir=.
b3baf5d0 15719
5464f5a1
NN
15720if test "$ac_dir" != .; then
15721 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
15722 # A "../" for each directory in $ac_dir_suffix.
15723 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
15724else
15725 ac_dir_suffix= ac_top_builddir=
15726fi
15727
15728case $srcdir in
15729 .) # No --srcdir option. We are building in place.
15730 ac_srcdir=.
15731 if test -z "$ac_top_builddir"; then
15732 ac_top_srcdir=.
15733 else
15734 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
15735 fi ;;
15736 [\\/]* | ?:[\\/]* ) # Absolute path.
15737 ac_srcdir=$srcdir$ac_dir_suffix;
15738 ac_top_srcdir=$srcdir ;;
15739 *) # Relative path.
15740 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
15741 ac_top_srcdir=$ac_top_builddir$srcdir ;;
15742esac
15743
15744# Do not use `cd foo && pwd` to compute absolute paths, because
15745# the directories may not exist.
15746case `pwd` in
15747.) ac_abs_builddir="$ac_dir";;
15748*)
15749 case "$ac_dir" in
15750 .) ac_abs_builddir=`pwd`;;
15751 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
15752 *) ac_abs_builddir=`pwd`/"$ac_dir";;
15753 esac;;
15754esac
15755case $ac_abs_builddir in
15756.) ac_abs_top_builddir=${ac_top_builddir}.;;
15757*)
15758 case ${ac_top_builddir}. in
15759 .) ac_abs_top_builddir=$ac_abs_builddir;;
15760 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
15761 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
15762 esac;;
15763esac
15764case $ac_abs_builddir in
15765.) ac_abs_srcdir=$ac_srcdir;;
15766*)
15767 case $ac_srcdir in
15768 .) ac_abs_srcdir=$ac_abs_builddir;;
15769 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
15770 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
15771 esac;;
15772esac
15773case $ac_abs_builddir in
15774.) ac_abs_top_srcdir=$ac_top_srcdir;;
15775*)
15776 case $ac_top_srcdir in
15777 .) ac_abs_top_srcdir=$ac_abs_builddir;;
15778 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
15779 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
15780 esac;;
15781esac
15782
15783
15784 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
15785echo "$as_me: executing $ac_dest commands" >&6;}
15786 case $ac_dest in
f5385ebf
AM
15787 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
15788 # Strip MF so we end up with the name of the file.
15789 mf=`echo "$mf" | sed -e 's/:.*$//'`
15790 # Check whether this is an Automake generated Makefile or not.
15791 # We used to match only the files named `Makefile.in', but
15792 # some people rename them; so instead we look at the file content.
15793 # Grep'ing the first line is not enough: some people post-process
15794 # each Makefile.in and add a new line on top of each file to say so.
15795 # So let's grep whole file.
15796 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
15797 dirpart=`(dirname "$mf") 2>/dev/null ||
15798$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15799 X"$mf" : 'X\(//\)[^/]' \| \
15800 X"$mf" : 'X\(//\)$' \| \
15801 X"$mf" : 'X\(/\)' \| \
15802 . : '\(.\)' 2>/dev/null ||
15803echo X"$mf" |
15804 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15805 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15806 /^X\(\/\/\)$/{ s//\1/; q; }
15807 /^X\(\/\).*/{ s//\1/; q; }
15808 s/.*/./; q'`
15809 else
15810 continue
15811 fi
15812 # Extract the definition of DEPDIR, am__include, and am__quote
15813 # from the Makefile without running `make'.
15814 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15815 test -z "$DEPDIR" && continue
15816 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15817 test -z "am__include" && continue
15818 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15819 # When using ansi2knr, U may be empty or an underscore; expand it
15820 U=`sed -n 's/^U = //p' < "$mf"`
15821 # Find all dependency output files, they are included files with
15822 # $(DEPDIR) in their names. We invoke sed twice because it is the
15823 # simplest approach to changing $(DEPDIR) to its actual value in the
15824 # expansion.
15825 for file in `sed -n "
15826 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15827 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15828 # Make sure the directory exists.
15829 test -f "$dirpart/$file" && continue
15830 fdir=`(dirname "$file") 2>/dev/null ||
15831$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15832 X"$file" : 'X\(//\)[^/]' \| \
15833 X"$file" : 'X\(//\)$' \| \
15834 X"$file" : 'X\(/\)' \| \
15835 . : '\(.\)' 2>/dev/null ||
15836echo X"$file" |
15837 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15838 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15839 /^X\(\/\/\)$/{ s//\1/; q; }
15840 /^X\(\/\).*/{ s//\1/; q; }
15841 s/.*/./; q'`
15842 { if $as_mkdir_p; then
15843 mkdir -p $dirpart/$fdir
15844 else
15845 as_dir=$dirpart/$fdir
15846 as_dirs=
15847 while test ! -d "$as_dir"; do
15848 as_dirs="$as_dir $as_dirs"
15849 as_dir=`(dirname "$as_dir") 2>/dev/null ||
15850$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15851 X"$as_dir" : 'X\(//\)[^/]' \| \
15852 X"$as_dir" : 'X\(//\)$' \| \
15853 X"$as_dir" : 'X\(/\)' \| \
15854 . : '\(.\)' 2>/dev/null ||
15855echo X"$as_dir" |
15856 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15857 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15858 /^X\(\/\/\)$/{ s//\1/; q; }
15859 /^X\(\/\).*/{ s//\1/; q; }
15860 s/.*/./; q'`
15861 done
15862 test ! -n "$as_dirs" || mkdir $as_dirs
15863 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
15864echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
15865 { (exit 1); exit 1; }; }; }
15866
15867 # echo "creating $dirpart/$file"
15868 echo '# dummy' > "$dirpart/$file"
15869 done
15870done
15871 ;;
5464f5a1
NN
15872 default ) sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' -e '/BLD-POTFILES =/r po/BLD-POTFILES' po/Makefile.in > po/Makefile ;;
15873 esac
15874done
15875_ACEOF
15876
15877cat >>$CONFIG_STATUS <<\_ACEOF
15878
15879{ (exit 0); exit 0; }
15880_ACEOF
252b5132 15881chmod +x $CONFIG_STATUS
5464f5a1
NN
15882ac_clean_files=$ac_clean_files_save
15883
15884
15885# configure is writing to config.log, and then calls config.status.
15886# config.status does its own redirection, appending to config.log.
15887# Unfortunately, on DOS this fails, as config.log is still kept open
15888# by configure, so config.status won't be able to write to it; its
15889# output is simply discarded. So we exec the FD to /dev/null,
15890# effectively closing config.log, so it can be properly (re)opened and
15891# appended to by config.status. When coming back to configure, we
15892# need to make the FD available again.
15893if test "$no_create" != yes; then
15894 ac_cs_success=:
15895 ac_config_status_args=
15896 test "$silent" = yes &&
15897 ac_config_status_args="$ac_config_status_args --quiet"
15898 exec 5>/dev/null
15899 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15900 exec 5>>config.log
15901 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15902 # would make configure fail if this is the last instruction.
15903 $ac_cs_success || { (exit 1); exit 1; }
15904fi
252b5132 15905
55c80943 15906
This page took 1.681701 seconds and 4 git commands to generate.