* configure.in (AM_BINUTILS_WARNINGS): Add.
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
42ecbf5e 3# Generated by GNU Autoconf 2.59.
252b5132 4#
42ecbf5e 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.
42ecbf5e
DJ
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
42ecbf5e
DJ
249exec 6>&1
250
251#
252# Initializations.
253#
252b5132 254ac_default_prefix=/usr/local
42ecbf5e
DJ
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="ar.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
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 LN_S RANLIB ac_ct_RANLIB LIBTOOL WARN_CFLAGS NO_WERROR YACC LEX LEXLIB LEX_OUTPUT_ROOT 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 MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT HDEFINES AR CC_FOR_BUILD EXEEXT_FOR_BUILD DEMANGLER_NAME NLMCONV_DEFS BUILD_NLMCONV BUILD_SRCONV BUILD_DLLTOOL DLLTOOL_DEFS BUILD_WINDRES BUILD_DLLWRAP BUILD_MISC OBJDUMP_DEFS EMULATION EMULATION_VECTOR LIBOBJS LTLIBOBJS'
313ac_subst_files=''
252b5132
RH
314
315# Initialize some variables set by options.
42ecbf5e
DJ
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.
42ecbf5e 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
42ecbf5e
DJ
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
42ecbf5e 363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
252b5132
RH
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
42ecbf5e 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=*)
42ecbf5e 372 bindir=$ac_optarg ;;
252b5132
RH
373
374 -build | --build | --buil | --bui | --bu)
42ecbf5e 375 ac_prev=build_alias ;;
252b5132 376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 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=*)
42ecbf5e
DJ
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=*)
42ecbf5e 393 datadir=$ac_optarg ;;
252b5132
RH
394
395 -disable-* | --disable-*)
42ecbf5e 396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 397 # Reject names that are not valid shell variable names.
42ecbf5e
DJ
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-*)
42ecbf5e 405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 406 # Reject names that are not valid shell variable names.
42ecbf5e
DJ
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
42ecbf5e 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=*)
42ecbf5e 424 exec_prefix=$ac_optarg ;;
252b5132
RH
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
42ecbf5e
DJ
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)
42ecbf5e 438 ac_prev=host_alias ;;
252b5132 439 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 452 infodir=$ac_optarg ;;
252b5132
RH
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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 \
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 556 sharedstatedir=$ac_optarg ;;
252b5132
RH
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
42ecbf5e 561 site=$ac_optarg ;;
252b5132
RH
562
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 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=*)
42ecbf5e 573 sysconfdir=$ac_optarg ;;
252b5132
RH
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 576 ac_prev=target_alias ;;
252b5132 577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 578 target_alias=$ac_optarg ;;
252b5132
RH
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
42ecbf5e
DJ
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
252b5132
RH
585
586 -with-* | --with-*)
42ecbf5e 587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 588 # Reject names that are not valid shell variable names.
42ecbf5e
DJ
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'`
42ecbf5e
DJ
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
595 *) ac_optarg=yes ;;
596 esac
42ecbf5e 597 eval "with_$ac_package='$ac_optarg'" ;;
252b5132
RH
598
599 -without-* | --without-*)
42ecbf5e 600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 601 # Reject names that are not valid shell variable names.
42ecbf5e
DJ
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=*)
42ecbf5e 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=*)
42ecbf5e 624 x_libraries=$ac_optarg ;;
252b5132 625
42ecbf5e
DJ
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
42ecbf5e
DJ
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 *)
42ecbf5e
DJ
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
42ecbf5e
DJ
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
RH
656fi
657
42ecbf5e
DJ
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
252b5132 668
42ecbf5e
DJ
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
42ecbf5e
DJ
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
42ecbf5e
DJ
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
e5a52504 698
42ecbf5e
DJ
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.
42ecbf5e
DJ
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
42ecbf5e
DJ
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
252b5132 732 else
42ecbf5e
DJ
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
252b5132
RH
735 fi
736fi
42ecbf5e
DJ
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
252b5132 773
42ecbf5e
DJ
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
42ecbf5e 783Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 784
42ecbf5e
DJ
785To assign environment variables (e.g., CC, CFLAGS...), specify them as
786VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 787
42ecbf5e 788Defaults for the options are specified in brackets.
ac48eca1 789
42ecbf5e
DJ
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]
ac48eca1 809
42ecbf5e
DJ
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'.
ac48eca1 814
42ecbf5e 815For better control, use the options below.
ac48eca1 816
42ecbf5e
DJ
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
ac48eca1 831
42ecbf5e 832 cat <<\_ACEOF
252b5132 833
42ecbf5e
DJ
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
42ecbf5e
DJ
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
42ecbf5e 846if test -n "$ac_init_help"; then
252b5132 847
42ecbf5e 848 cat <<\_ACEOF
252b5132 849
42ecbf5e
DJ
850Optional Features:
851 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
852 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
853 --disable-dependency-tracking speeds up one-time build
854 --enable-dependency-tracking do not reject slow dependency extractors
855 --enable-shared=PKGS build shared libraries default=yes
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-targets alternative target configurations
860 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
861 --enable-werror treat compile warnings as errors
862 --enable-build-warnings Enable build-time compiler warnings
863 --disable-nls do not use Native Language Support
864 --enable-maintainer-mode enable make rules and dependencies not useful
865 (and sometimes confusing) to the casual installer
866
867Optional Packages:
868 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
869 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
870 --with-gnu-ld assume the C compiler uses GNU ld default=no
871 --with-pic try to use only PIC/non-PIC objects default=use both
872 --with-included-gettext use the GNU gettext library included here
252b5132 873
42ecbf5e
DJ
874Some influential environment variables:
875 CC C compiler command
876 CFLAGS C compiler flags
877 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
878 nonstandard directory <lib dir>
879 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
880 headers in a nonstandard directory <include dir>
881 CPP C preprocessor
e5a52504 882
42ecbf5e
DJ
883Use these variables to override the choices made by `configure' or to help
884it to find libraries and programs with nonstandard names/locations.
885
886_ACEOF
252b5132
RH
887fi
888
42ecbf5e
DJ
889if test "$ac_init_help" = "recursive"; then
890 # If there are subdirs, report their specific --help.
891 ac_popdir=`pwd`
892 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
893 test -d $ac_dir || continue
894 ac_builddir=.
895
896if test "$ac_dir" != .; then
897 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
898 # A "../" for each directory in $ac_dir_suffix.
899 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
900else
901 ac_dir_suffix= ac_top_builddir=
902fi
252b5132 903
42ecbf5e
DJ
904case $srcdir in
905 .) # No --srcdir option. We are building in place.
906 ac_srcdir=.
907 if test -z "$ac_top_builddir"; then
908 ac_top_srcdir=.
909 else
910 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
252b5132 911 fi ;;
42ecbf5e
DJ
912 [\\/]* | ?:[\\/]* ) # Absolute path.
913 ac_srcdir=$srcdir$ac_dir_suffix;
914 ac_top_srcdir=$srcdir ;;
915 *) # Relative path.
916 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
917 ac_top_srcdir=$ac_top_builddir$srcdir ;;
252b5132
RH
918esac
919
42ecbf5e
DJ
920# Do not use `cd foo && pwd` to compute absolute paths, because
921# the directories may not exist.
922case `pwd` in
923.) ac_abs_builddir="$ac_dir";;
924*)
925 case "$ac_dir" in
926 .) ac_abs_builddir=`pwd`;;
927 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
928 *) ac_abs_builddir=`pwd`/"$ac_dir";;
929 esac;;
252b5132 930esac
42ecbf5e
DJ
931case $ac_abs_builddir in
932.) ac_abs_top_builddir=${ac_top_builddir}.;;
933*)
934 case ${ac_top_builddir}. in
935 .) ac_abs_top_builddir=$ac_abs_builddir;;
936 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
937 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
938 esac;;
939esac
940case $ac_abs_builddir in
941.) ac_abs_srcdir=$ac_srcdir;;
942*)
943 case $ac_srcdir in
944 .) ac_abs_srcdir=$ac_abs_builddir;;
945 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
946 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
947 esac;;
948esac
949case $ac_abs_builddir in
950.) ac_abs_top_srcdir=$ac_top_srcdir;;
951*)
952 case $ac_top_srcdir in
953 .) ac_abs_top_srcdir=$ac_abs_builddir;;
954 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
955 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
956 esac;;
d15b04bd 957esac
5d64ca4e 958
42ecbf5e
DJ
959 cd $ac_dir
960 # Check for guested configure; otherwise get Cygnus style configure.
961 if test -f $ac_srcdir/configure.gnu; then
962 echo
963 $SHELL $ac_srcdir/configure.gnu --help=recursive
964 elif test -f $ac_srcdir/configure; then
965 echo
966 $SHELL $ac_srcdir/configure --help=recursive
967 elif test -f $ac_srcdir/configure.ac ||
968 test -f $ac_srcdir/configure.in; then
969 echo
970 $ac_configure --help
971 else
972 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
973 fi
b7d4af3a 974 cd $ac_popdir
42ecbf5e
DJ
975 done
976fi
5d64ca4e 977
42ecbf5e
DJ
978test -n "$ac_init_help" && exit 0
979if $ac_init_version; then
980 cat <<\_ACEOF
5d64ca4e 981
42ecbf5e
DJ
982Copyright (C) 2003 Free Software Foundation, Inc.
983This configure script is free software; the Free Software Foundation
984gives unlimited permission to copy, distribute and modify it.
985_ACEOF
986 exit 0
987fi
988exec 5>config.log
989cat >&5 <<_ACEOF
990This file contains any messages produced by compilers while
991running configure, to aid debugging if configure makes a mistake.
429cc0ae 992
42ecbf5e
DJ
993It was created by $as_me, which was
994generated by GNU Autoconf 2.59. Invocation command line was
252b5132 995
42ecbf5e 996 $ $0 $@
e5a52504 997
42ecbf5e
DJ
998_ACEOF
999{
1000cat <<_ASUNAME
1001## --------- ##
1002## Platform. ##
1003## --------- ##
1004
1005hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1006uname -m = `(uname -m) 2>/dev/null || echo unknown`
1007uname -r = `(uname -r) 2>/dev/null || echo unknown`
1008uname -s = `(uname -s) 2>/dev/null || echo unknown`
1009uname -v = `(uname -v) 2>/dev/null || echo unknown`
1010
1011/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1012/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1013
1014/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1015/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1016/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1017hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1018/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1019/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1020/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1021
1022_ASUNAME
1023
1024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1025for as_dir in $PATH
1026do
1027 IFS=$as_save_IFS
1028 test -z "$as_dir" && as_dir=.
1029 echo "PATH: $as_dir"
1030done
e5a52504 1031
42ecbf5e 1032} >&5
ceae3e33 1033
42ecbf5e 1034cat >&5 <<_ACEOF
e5a52504 1035
42ecbf5e
DJ
1036
1037## ----------- ##
1038## Core tests. ##
1039## ----------- ##
1040
1041_ACEOF
1042
1043
1044# Keep a trace of the command line.
1045# Strip out --no-create and --no-recursion so they do not pile up.
1046# Strip out --silent because we don't want to record it for future runs.
1047# Also quote any args containing shell meta-characters.
1048# Make two passes to allow for proper duplicate-argument suppression.
1049ac_configure_args=
1050ac_configure_args0=
1051ac_configure_args1=
1052ac_sep=
1053ac_must_keep_next=false
1054for ac_pass in 1 2
1055do
1056 for ac_arg
1057 do
1058 case $ac_arg in
1059 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1061 | -silent | --silent | --silen | --sile | --sil)
1062 continue ;;
1063 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1064 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1065 esac
1066 case $ac_pass in
1067 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1068 2)
1069 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1070 if test $ac_must_keep_next = true; then
1071 ac_must_keep_next=false # Got value, back to normal.
1072 else
1073 case $ac_arg in
1074 *=* | --config-cache | -C | -disable-* | --disable-* \
1075 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1076 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1077 | -with-* | --with-* | -without-* | --without-* | --x)
1078 case "$ac_configure_args0 " in
1079 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1080 esac
1081 ;;
1082 -* ) ac_must_keep_next=true ;;
1083 esac
1084 fi
1085 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1086 # Get rid of the leading space.
1087 ac_sep=" "
1088 ;;
1089 esac
1090 done
1091done
1092$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1093$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1094
1095# When interrupted or exit'd, cleanup temporary files, and complete
1096# config.log. We remove comments because anyway the quotes in there
1097# would cause problems or look ugly.
1098# WARNING: Be sure not to use single quotes in there, as some shells,
1099# such as our DU 5.0 friend, will then `close' the trap.
1100trap 'exit_status=$?
1101 # Save into config.log some information that might help in debugging.
1102 {
1103 echo
1104
1105 cat <<\_ASBOX
1106## ---------------- ##
1107## Cache variables. ##
1108## ---------------- ##
1109_ASBOX
1110 echo
1111 # The following way of writing the cache mishandles newlines in values,
1112{
1113 (set) 2>&1 |
1114 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1115 *ac_space=\ *)
1116 sed -n \
1117 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1119 ;;
1120 *)
1121 sed -n \
1122 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1123 ;;
1124 esac;
1125}
1126 echo
1127
1128 cat <<\_ASBOX
1129## ----------------- ##
1130## Output variables. ##
1131## ----------------- ##
1132_ASBOX
1133 echo
1134 for ac_var in $ac_subst_vars
1135 do
1136 eval ac_val=$`echo $ac_var`
1137 echo "$ac_var='"'"'$ac_val'"'"'"
1138 done | sort
1139 echo
1140
1141 if test -n "$ac_subst_files"; then
1142 cat <<\_ASBOX
1143## ------------- ##
1144## Output files. ##
1145## ------------- ##
1146_ASBOX
1147 echo
1148 for ac_var in $ac_subst_files
1149 do
1150 eval ac_val=$`echo $ac_var`
1151 echo "$ac_var='"'"'$ac_val'"'"'"
1152 done | sort
1153 echo
1154 fi
1155
1156 if test -s confdefs.h; then
1157 cat <<\_ASBOX
1158## ----------- ##
1159## confdefs.h. ##
1160## ----------- ##
1161_ASBOX
1162 echo
1163 sed "/^$/d" confdefs.h | sort
1164 echo
1165 fi
1166 test "$ac_signal" != 0 &&
1167 echo "$as_me: caught signal $ac_signal"
1168 echo "$as_me: exit $exit_status"
1169 } >&5
1170 rm -f core *.core &&
1171 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1172 exit $exit_status
1173 ' 0
1174for ac_signal in 1 2 13 15; do
1175 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1176done
1177ac_signal=0
1178
1179# confdefs.h avoids OS command line length limits that DEFS can exceed.
1180rm -rf conftest* confdefs.h
1181# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1182echo >confdefs.h
1183
1184# Predefined preprocessor variables.
1185
1186cat >>confdefs.h <<_ACEOF
1187#define PACKAGE_NAME "$PACKAGE_NAME"
1188_ACEOF
1189
1190
1191cat >>confdefs.h <<_ACEOF
1192#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1193_ACEOF
1194
1195
1196cat >>confdefs.h <<_ACEOF
1197#define PACKAGE_VERSION "$PACKAGE_VERSION"
1198_ACEOF
1199
1200
1201cat >>confdefs.h <<_ACEOF
1202#define PACKAGE_STRING "$PACKAGE_STRING"
1203_ACEOF
1204
1205
1206cat >>confdefs.h <<_ACEOF
1207#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1208_ACEOF
1209
1210
1211# Let the site file select an alternate cache file if it wants to.
1212# Prefer explicitly selected file to automatically selected ones.
1213if test -z "$CONFIG_SITE"; then
1214 if test "x$prefix" != xNONE; then
1215 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1216 else
1217 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1218 fi
1219fi
1220for ac_site_file in $CONFIG_SITE; do
1221 if test -r "$ac_site_file"; then
1222 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1223echo "$as_me: loading site script $ac_site_file" >&6;}
1224 sed 's/^/| /' "$ac_site_file" >&5
1225 . "$ac_site_file"
1226 fi
1227done
1228
1229if test -r "$cache_file"; then
1230 # Some versions of bash will fail to source /dev/null (special
1231 # files actually), so we avoid doing that.
1232 if test -f "$cache_file"; then
1233 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1234echo "$as_me: loading cache $cache_file" >&6;}
1235 case $cache_file in
1236 [\\/]* | ?:[\\/]* ) . $cache_file;;
1237 *) . ./$cache_file;;
1238 esac
1239 fi
1240else
1241 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1242echo "$as_me: creating cache $cache_file" >&6;}
1243 >$cache_file
1244fi
1245
1246# Check that the precious variables saved in the cache have kept the same
1247# value.
1248ac_cache_corrupted=false
1249for ac_var in `(set) 2>&1 |
1250 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1251 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1252 eval ac_new_set=\$ac_env_${ac_var}_set
1253 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1254 eval ac_new_val="\$ac_env_${ac_var}_value"
1255 case $ac_old_set,$ac_new_set in
1256 set,)
1257 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1258echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1259 ac_cache_corrupted=: ;;
1260 ,set)
1261 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1262echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1263 ac_cache_corrupted=: ;;
1264 ,);;
1265 *)
1266 if test "x$ac_old_val" != "x$ac_new_val"; then
1267 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1268echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1269 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1270echo "$as_me: former value: $ac_old_val" >&2;}
1271 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1272echo "$as_me: current value: $ac_new_val" >&2;}
1273 ac_cache_corrupted=:
1274 fi;;
1275 esac
1276 # Pass precious variables to config.status.
1277 if test "$ac_new_set" = set; then
1278 case $ac_new_val in
1279 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1280 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1281 *) ac_arg=$ac_var=$ac_new_val ;;
1282 esac
1283 case " $ac_configure_args " in
1284 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1285 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1286 esac
1287 fi
1288done
1289if $ac_cache_corrupted; then
1290 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1291echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1292 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1293echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1294 { (exit 1); exit 1; }; }
1295fi
1296
1297ac_ext=c
1298ac_cpp='$CPP $CPPFLAGS'
1299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1301ac_compiler_gnu=$ac_cv_c_compiler_gnu
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322ac_aux_dir=
1323for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1324 if test -f $ac_dir/install-sh; then
1325 ac_aux_dir=$ac_dir
1326 ac_install_sh="$ac_aux_dir/install-sh -c"
1327 break
1328 elif test -f $ac_dir/install.sh; then
1329 ac_aux_dir=$ac_dir
1330 ac_install_sh="$ac_aux_dir/install.sh -c"
1331 break
1332 elif test -f $ac_dir/shtool; then
1333 ac_aux_dir=$ac_dir
1334 ac_install_sh="$ac_aux_dir/shtool install -c"
1335 break
1336 fi
1337done
1338if test -z "$ac_aux_dir"; then
1339 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1340echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1341 { (exit 1); exit 1; }; }
1342fi
1343ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1344ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1345ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1346
1347# Make sure we can run config.sub.
1348$ac_config_sub sun4 >/dev/null 2>&1 ||
1349 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1350echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1351 { (exit 1); exit 1; }; }
1352
1353echo "$as_me:$LINENO: checking build system type" >&5
1354echo $ECHO_N "checking build system type... $ECHO_C" >&6
1355if test "${ac_cv_build+set}" = set; then
1356 echo $ECHO_N "(cached) $ECHO_C" >&6
1357else
1358 ac_cv_build_alias=$build_alias
1359test -z "$ac_cv_build_alias" &&
1360 ac_cv_build_alias=`$ac_config_guess`
1361test -z "$ac_cv_build_alias" &&
1362 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1363echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1364 { (exit 1); exit 1; }; }
1365ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1366 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1367echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1368 { (exit 1); exit 1; }; }
1369
1370fi
1371echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1372echo "${ECHO_T}$ac_cv_build" >&6
1373build=$ac_cv_build
1374build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1375build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1376build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1377
1378
1379echo "$as_me:$LINENO: checking host system type" >&5
1380echo $ECHO_N "checking host system type... $ECHO_C" >&6
1381if test "${ac_cv_host+set}" = set; then
1382 echo $ECHO_N "(cached) $ECHO_C" >&6
1383else
1384 ac_cv_host_alias=$host_alias
1385test -z "$ac_cv_host_alias" &&
1386 ac_cv_host_alias=$ac_cv_build_alias
1387ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1388 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1389echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1390 { (exit 1); exit 1; }; }
1391
1392fi
1393echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1394echo "${ECHO_T}$ac_cv_host" >&6
1395host=$ac_cv_host
1396host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1397host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1398host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1399
1400
1401echo "$as_me:$LINENO: checking target system type" >&5
1402echo $ECHO_N "checking target system type... $ECHO_C" >&6
1403if test "${ac_cv_target+set}" = set; then
1404 echo $ECHO_N "(cached) $ECHO_C" >&6
1405else
1406 ac_cv_target_alias=$target_alias
1407test "x$ac_cv_target_alias" = "x" &&
1408 ac_cv_target_alias=$ac_cv_host_alias
1409ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1410 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1411echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1412 { (exit 1); exit 1; }; }
1413
1414fi
1415echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1416echo "${ECHO_T}$ac_cv_target" >&6
1417target=$ac_cv_target
1418target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1419target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1420target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1421
1422
1423# The aliases save the names the user supplied, while $host etc.
1424# will get canonicalized.
1425test -n "$target_alias" &&
1426 test "$program_prefix$program_suffix$program_transform_name" = \
1427 NONENONEs,x,x, &&
1428 program_prefix=${target_alias}-
1429ac_ext=c
1430ac_cpp='$CPP $CPPFLAGS'
1431ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1432ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1433ac_compiler_gnu=$ac_cv_c_compiler_gnu
1434if test -n "$ac_tool_prefix"; then
1435 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1436set dummy ${ac_tool_prefix}gcc; ac_word=$2
1437echo "$as_me:$LINENO: checking for $ac_word" >&5
1438echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1439if test "${ac_cv_prog_CC+set}" = set; then
1440 echo $ECHO_N "(cached) $ECHO_C" >&6
1441else
1442 if test -n "$CC"; then
1443 ac_cv_prog_CC="$CC" # Let the user override the test.
1444else
1445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1446for as_dir in $PATH
1447do
1448 IFS=$as_save_IFS
1449 test -z "$as_dir" && as_dir=.
1450 for ac_exec_ext in '' $ac_executable_extensions; do
1451 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1452 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1453 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1454 break 2
1455 fi
1456done
1457done
1458
1459fi
1460fi
1461CC=$ac_cv_prog_CC
1462if test -n "$CC"; then
1463 echo "$as_me:$LINENO: result: $CC" >&5
1464echo "${ECHO_T}$CC" >&6
1465else
1466 echo "$as_me:$LINENO: result: no" >&5
1467echo "${ECHO_T}no" >&6
1468fi
1469
1470fi
1471if test -z "$ac_cv_prog_CC"; then
1472 ac_ct_CC=$CC
1473 # Extract the first word of "gcc", so it can be a program name with args.
1474set dummy gcc; ac_word=$2
1475echo "$as_me:$LINENO: checking for $ac_word" >&5
1476echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1477if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1478 echo $ECHO_N "(cached) $ECHO_C" >&6
1479else
1480 if test -n "$ac_ct_CC"; then
1481 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1482else
1483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1484for as_dir in $PATH
1485do
1486 IFS=$as_save_IFS
1487 test -z "$as_dir" && as_dir=.
1488 for ac_exec_ext in '' $ac_executable_extensions; do
1489 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1490 ac_cv_prog_ac_ct_CC="gcc"
1491 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1492 break 2
1493 fi
1494done
1495done
1496
1497fi
1498fi
1499ac_ct_CC=$ac_cv_prog_ac_ct_CC
1500if test -n "$ac_ct_CC"; then
1501 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1502echo "${ECHO_T}$ac_ct_CC" >&6
1503else
1504 echo "$as_me:$LINENO: result: no" >&5
1505echo "${ECHO_T}no" >&6
1506fi
1507
1508 CC=$ac_ct_CC
1509else
1510 CC="$ac_cv_prog_CC"
1511fi
1512
1513if test -z "$CC"; then
1514 if test -n "$ac_tool_prefix"; then
1515 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1516set dummy ${ac_tool_prefix}cc; ac_word=$2
1517echo "$as_me:$LINENO: checking for $ac_word" >&5
1518echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1519if test "${ac_cv_prog_CC+set}" = set; then
1520 echo $ECHO_N "(cached) $ECHO_C" >&6
1521else
1522 if test -n "$CC"; then
1523 ac_cv_prog_CC="$CC" # Let the user override the test.
1524else
1525as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1526for as_dir in $PATH
1527do
1528 IFS=$as_save_IFS
1529 test -z "$as_dir" && as_dir=.
1530 for ac_exec_ext in '' $ac_executable_extensions; do
1531 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1532 ac_cv_prog_CC="${ac_tool_prefix}cc"
1533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1534 break 2
1535 fi
1536done
1537done
1538
1539fi
1540fi
1541CC=$ac_cv_prog_CC
1542if test -n "$CC"; then
1543 echo "$as_me:$LINENO: result: $CC" >&5
1544echo "${ECHO_T}$CC" >&6
1545else
1546 echo "$as_me:$LINENO: result: no" >&5
1547echo "${ECHO_T}no" >&6
1548fi
1549
1550fi
1551if test -z "$ac_cv_prog_CC"; then
1552 ac_ct_CC=$CC
1553 # Extract the first word of "cc", so it can be a program name with args.
1554set dummy cc; ac_word=$2
1555echo "$as_me:$LINENO: checking for $ac_word" >&5
1556echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1557if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1558 echo $ECHO_N "(cached) $ECHO_C" >&6
1559else
1560 if test -n "$ac_ct_CC"; then
1561 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1562else
1563as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1564for as_dir in $PATH
1565do
1566 IFS=$as_save_IFS
1567 test -z "$as_dir" && as_dir=.
1568 for ac_exec_ext in '' $ac_executable_extensions; do
1569 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1570 ac_cv_prog_ac_ct_CC="cc"
1571 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1572 break 2
1573 fi
1574done
1575done
1576
1577fi
1578fi
1579ac_ct_CC=$ac_cv_prog_ac_ct_CC
1580if test -n "$ac_ct_CC"; then
1581 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1582echo "${ECHO_T}$ac_ct_CC" >&6
1583else
1584 echo "$as_me:$LINENO: result: no" >&5
1585echo "${ECHO_T}no" >&6
1586fi
1587
1588 CC=$ac_ct_CC
1589else
1590 CC="$ac_cv_prog_CC"
1591fi
1592
1593fi
1594if test -z "$CC"; then
1595 # Extract the first word of "cc", so it can be a program name with args.
1596set dummy cc; ac_word=$2
1597echo "$as_me:$LINENO: checking for $ac_word" >&5
1598echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1599if test "${ac_cv_prog_CC+set}" = set; then
1600 echo $ECHO_N "(cached) $ECHO_C" >&6
1601else
1602 if test -n "$CC"; then
1603 ac_cv_prog_CC="$CC" # Let the user override the test.
1604else
1605 ac_prog_rejected=no
1606as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1607for as_dir in $PATH
1608do
1609 IFS=$as_save_IFS
1610 test -z "$as_dir" && as_dir=.
1611 for ac_exec_ext in '' $ac_executable_extensions; do
1612 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1613 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1614 ac_prog_rejected=yes
1615 continue
1616 fi
1617 ac_cv_prog_CC="cc"
1618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1619 break 2
1620 fi
1621done
1622done
1623
1624if test $ac_prog_rejected = yes; then
1625 # We found a bogon in the path, so make sure we never use it.
1626 set dummy $ac_cv_prog_CC
1627 shift
1628 if test $# != 0; then
1629 # We chose a different compiler from the bogus one.
1630 # However, it has the same basename, so the bogon will be chosen
1631 # first if we set CC to just the basename; use the full file name.
1632 shift
1633 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1634 fi
1635fi
1636fi
1637fi
1638CC=$ac_cv_prog_CC
1639if test -n "$CC"; then
1640 echo "$as_me:$LINENO: result: $CC" >&5
1641echo "${ECHO_T}$CC" >&6
1642else
1643 echo "$as_me:$LINENO: result: no" >&5
1644echo "${ECHO_T}no" >&6
1645fi
1646
1647fi
1648if test -z "$CC"; then
1649 if test -n "$ac_tool_prefix"; then
1650 for ac_prog in cl
1651 do
1652 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1653set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1654echo "$as_me:$LINENO: checking for $ac_word" >&5
1655echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1656if test "${ac_cv_prog_CC+set}" = set; then
1657 echo $ECHO_N "(cached) $ECHO_C" >&6
1658else
1659 if test -n "$CC"; then
1660 ac_cv_prog_CC="$CC" # Let the user override the test.
1661else
1662as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1663for as_dir in $PATH
1664do
1665 IFS=$as_save_IFS
1666 test -z "$as_dir" && as_dir=.
1667 for ac_exec_ext in '' $ac_executable_extensions; do
1668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1669 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1671 break 2
1672 fi
1673done
1674done
1675
1676fi
1677fi
1678CC=$ac_cv_prog_CC
1679if test -n "$CC"; then
1680 echo "$as_me:$LINENO: result: $CC" >&5
1681echo "${ECHO_T}$CC" >&6
1682else
1683 echo "$as_me:$LINENO: result: no" >&5
1684echo "${ECHO_T}no" >&6
1685fi
1686
1687 test -n "$CC" && break
1688 done
1689fi
1690if test -z "$CC"; then
1691 ac_ct_CC=$CC
1692 for ac_prog in cl
1693do
1694 # Extract the first word of "$ac_prog", so it can be a program name with args.
1695set dummy $ac_prog; ac_word=$2
1696echo "$as_me:$LINENO: checking for $ac_word" >&5
1697echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1698if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1699 echo $ECHO_N "(cached) $ECHO_C" >&6
1700else
1701 if test -n "$ac_ct_CC"; then
1702 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1703else
1704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1705for as_dir in $PATH
1706do
1707 IFS=$as_save_IFS
1708 test -z "$as_dir" && as_dir=.
1709 for ac_exec_ext in '' $ac_executable_extensions; do
1710 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1711 ac_cv_prog_ac_ct_CC="$ac_prog"
1712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1713 break 2
1714 fi
1715done
1716done
1717
1718fi
1719fi
1720ac_ct_CC=$ac_cv_prog_ac_ct_CC
1721if test -n "$ac_ct_CC"; then
1722 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1723echo "${ECHO_T}$ac_ct_CC" >&6
1724else
1725 echo "$as_me:$LINENO: result: no" >&5
1726echo "${ECHO_T}no" >&6
1727fi
1728
1729 test -n "$ac_ct_CC" && break
1730done
1731
1732 CC=$ac_ct_CC
1733fi
1734
1735fi
1736
1737
1738test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1739See \`config.log' for more details." >&5
1740echo "$as_me: error: no acceptable C compiler found in \$PATH
1741See \`config.log' for more details." >&2;}
1742 { (exit 1); exit 1; }; }
1743
1744# Provide some information about the compiler.
1745echo "$as_me:$LINENO:" \
1746 "checking for C compiler version" >&5
1747ac_compiler=`set X $ac_compile; echo $2`
1748{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1749 (eval $ac_compiler --version </dev/null >&5) 2>&5
1750 ac_status=$?
1751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1752 (exit $ac_status); }
1753{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1754 (eval $ac_compiler -v </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
1764cat >conftest.$ac_ext <<_ACEOF
1765/* confdefs.h. */
1766_ACEOF
1767cat confdefs.h >>conftest.$ac_ext
1768cat >>conftest.$ac_ext <<_ACEOF
1769/* end confdefs.h. */
1770
1771int
1772main ()
1773{
1774
1775 ;
1776 return 0;
1777}
1778_ACEOF
1779ac_clean_files_save=$ac_clean_files
1780ac_clean_files="$ac_clean_files a.out a.exe b.out"
1781# Try to create an executable without -o first, disregard a.out.
1782# It will help us diagnose broken compilers, and finding out an intuition
1783# of exeext.
1784echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1785echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1786ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1787if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1788 (eval $ac_link_default) 2>&5
1789 ac_status=$?
1790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1791 (exit $ac_status); }; then
1792 # Find the output, starting from the most likely. This scheme is
1793# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1794# resort.
1795
1796# Be careful to initialize this variable, since it used to be cached.
1797# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1798ac_cv_exeext=
1799# b.out is created by i960 compilers.
1800for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1801do
1802 test -f "$ac_file" || continue
1803 case $ac_file in
1804 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1805 ;;
1806 conftest.$ac_ext )
1807 # This is the source file.
1808 ;;
1809 [ab].out )
1810 # We found the default executable, but exeext='' is most
1811 # certainly right.
1812 break;;
1813 *.* )
1814 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1815 # FIXME: I believe we export ac_cv_exeext for Libtool,
1816 # but it would be cool to find out if it's true. Does anybody
1817 # maintain Libtool? --akim.
1818 export ac_cv_exeext
1819 break;;
1820 * )
1821 break;;
1822 esac
1823done
1824else
1825 echo "$as_me: failed program was:" >&5
1826sed 's/^/| /' conftest.$ac_ext >&5
1827
1828{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1829See \`config.log' for more details." >&5
1830echo "$as_me: error: C compiler cannot create executables
1831See \`config.log' for more details." >&2;}
1832 { (exit 77); exit 77; }; }
1833fi
1834
1835ac_exeext=$ac_cv_exeext
1836echo "$as_me:$LINENO: result: $ac_file" >&5
1837echo "${ECHO_T}$ac_file" >&6
1838
1839# Check the compiler produces executables we can run. If not, either
1840# the compiler is broken, or we cross compile.
1841echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1842echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1843# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1844# If not cross compiling, check that we can run a simple program.
1845if test "$cross_compiling" != yes; then
1846 if { ac_try='./$ac_file'
1847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1848 (eval $ac_try) 2>&5
1849 ac_status=$?
1850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1851 (exit $ac_status); }; }; then
1852 cross_compiling=no
1853 else
1854 if test "$cross_compiling" = maybe; then
1855 cross_compiling=yes
1856 else
1857 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1858If you meant to cross compile, use \`--host'.
1859See \`config.log' for more details." >&5
1860echo "$as_me: error: cannot run C compiled programs.
1861If you meant to cross compile, use \`--host'.
1862See \`config.log' for more details." >&2;}
1863 { (exit 1); exit 1; }; }
1864 fi
1865 fi
1866fi
1867echo "$as_me:$LINENO: result: yes" >&5
1868echo "${ECHO_T}yes" >&6
1869
1870rm -f a.out a.exe conftest$ac_cv_exeext b.out
1871ac_clean_files=$ac_clean_files_save
1872# Check the compiler produces executables we can run. If not, either
1873# the compiler is broken, or we cross compile.
1874echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1875echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1876echo "$as_me:$LINENO: result: $cross_compiling" >&5
1877echo "${ECHO_T}$cross_compiling" >&6
1878
1879echo "$as_me:$LINENO: checking for suffix of executables" >&5
1880echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1881if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1882 (eval $ac_link) 2>&5
1883 ac_status=$?
1884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1885 (exit $ac_status); }; then
1886 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1887# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1888# work properly (i.e., refer to `conftest.exe'), while it won't with
1889# `rm'.
1890for ac_file in conftest.exe conftest conftest.*; do
1891 test -f "$ac_file" || continue
1892 case $ac_file in
1893 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1894 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1895 export ac_cv_exeext
1896 break;;
1897 * ) break;;
1898 esac
1899done
1900else
1901 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1902See \`config.log' for more details." >&5
1903echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1904See \`config.log' for more details." >&2;}
1905 { (exit 1); exit 1; }; }
1906fi
1907
1908rm -f conftest$ac_cv_exeext
1909echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1910echo "${ECHO_T}$ac_cv_exeext" >&6
1911
1912rm -f conftest.$ac_ext
1913EXEEXT=$ac_cv_exeext
1914ac_exeext=$EXEEXT
1915echo "$as_me:$LINENO: checking for suffix of object files" >&5
1916echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1917if test "${ac_cv_objext+set}" = set; then
1918 echo $ECHO_N "(cached) $ECHO_C" >&6
1919else
1920 cat >conftest.$ac_ext <<_ACEOF
1921/* confdefs.h. */
1922_ACEOF
1923cat confdefs.h >>conftest.$ac_ext
1924cat >>conftest.$ac_ext <<_ACEOF
1925/* end confdefs.h. */
1926
1927int
1928main ()
1929{
1930
1931 ;
1932 return 0;
1933}
1934_ACEOF
1935rm -f conftest.o conftest.obj
1936if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1937 (eval $ac_compile) 2>&5
1938 ac_status=$?
1939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1940 (exit $ac_status); }; then
1941 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1942 case $ac_file in
1943 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1944 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1945 break;;
1946 esac
1947done
1948else
1949 echo "$as_me: failed program was:" >&5
1950sed 's/^/| /' conftest.$ac_ext >&5
1951
1952{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1953See \`config.log' for more details." >&5
1954echo "$as_me: error: cannot compute suffix of object files: cannot compile
1955See \`config.log' for more details." >&2;}
1956 { (exit 1); exit 1; }; }
1957fi
1958
1959rm -f conftest.$ac_cv_objext conftest.$ac_ext
1960fi
1961echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1962echo "${ECHO_T}$ac_cv_objext" >&6
1963OBJEXT=$ac_cv_objext
1964ac_objext=$OBJEXT
1965echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1966echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1967if test "${ac_cv_c_compiler_gnu+set}" = set; then
1968 echo $ECHO_N "(cached) $ECHO_C" >&6
1969else
1970 cat >conftest.$ac_ext <<_ACEOF
1971/* confdefs.h. */
1972_ACEOF
1973cat confdefs.h >>conftest.$ac_ext
1974cat >>conftest.$ac_ext <<_ACEOF
1975/* end confdefs.h. */
1976
1977int
1978main ()
1979{
1980#ifndef __GNUC__
1981 choke me
1982#endif
1983
1984 ;
1985 return 0;
1986}
1987_ACEOF
1988rm -f conftest.$ac_objext
1989if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1990 (eval $ac_compile) 2>conftest.er1
1991 ac_status=$?
1992 grep -v '^ *+' conftest.er1 >conftest.err
1993 rm -f conftest.er1
1994 cat conftest.err >&5
1995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1996 (exit $ac_status); } &&
b7d4af3a
JW
1997 { ac_try='test -z "$ac_c_werror_flag"
1998 || test ! -s conftest.err'
42ecbf5e
DJ
1999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2000 (eval $ac_try) 2>&5
2001 ac_status=$?
2002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2003 (exit $ac_status); }; } &&
2004 { ac_try='test -s conftest.$ac_objext'
2005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2006 (eval $ac_try) 2>&5
2007 ac_status=$?
2008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2009 (exit $ac_status); }; }; then
2010 ac_compiler_gnu=yes
2011else
2012 echo "$as_me: failed program was:" >&5
2013sed 's/^/| /' conftest.$ac_ext >&5
2014
2015ac_compiler_gnu=no
2016fi
2017rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2018ac_cv_c_compiler_gnu=$ac_compiler_gnu
2019
2020fi
2021echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2022echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2023GCC=`test $ac_compiler_gnu = yes && echo yes`
2024ac_test_CFLAGS=${CFLAGS+set}
2025ac_save_CFLAGS=$CFLAGS
2026CFLAGS="-g"
2027echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2028echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2029if test "${ac_cv_prog_cc_g+set}" = set; then
2030 echo $ECHO_N "(cached) $ECHO_C" >&6
2031else
2032 cat >conftest.$ac_ext <<_ACEOF
2033/* confdefs.h. */
2034_ACEOF
2035cat confdefs.h >>conftest.$ac_ext
2036cat >>conftest.$ac_ext <<_ACEOF
2037/* end confdefs.h. */
2038
2039int
2040main ()
2041{
2042
2043 ;
2044 return 0;
2045}
2046_ACEOF
2047rm -f conftest.$ac_objext
2048if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2049 (eval $ac_compile) 2>conftest.er1
2050 ac_status=$?
2051 grep -v '^ *+' conftest.er1 >conftest.err
2052 rm -f conftest.er1
2053 cat conftest.err >&5
2054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2055 (exit $ac_status); } &&
b7d4af3a
JW
2056 { ac_try='test -z "$ac_c_werror_flag"
2057 || test ! -s conftest.err'
42ecbf5e
DJ
2058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2059 (eval $ac_try) 2>&5
2060 ac_status=$?
2061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2062 (exit $ac_status); }; } &&
2063 { ac_try='test -s conftest.$ac_objext'
2064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2065 (eval $ac_try) 2>&5
2066 ac_status=$?
2067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2068 (exit $ac_status); }; }; then
2069 ac_cv_prog_cc_g=yes
2070else
2071 echo "$as_me: failed program was:" >&5
2072sed 's/^/| /' conftest.$ac_ext >&5
2073
2074ac_cv_prog_cc_g=no
2075fi
2076rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2077fi
2078echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2079echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2080if test "$ac_test_CFLAGS" = set; then
2081 CFLAGS=$ac_save_CFLAGS
2082elif test $ac_cv_prog_cc_g = yes; then
2083 if test "$GCC" = yes; then
2084 CFLAGS="-g -O2"
2085 else
2086 CFLAGS="-g"
2087 fi
2088else
2089 if test "$GCC" = yes; then
2090 CFLAGS="-O2"
2091 else
2092 CFLAGS=
2093 fi
2094fi
2095echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2096echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2097if test "${ac_cv_prog_cc_stdc+set}" = set; then
2098 echo $ECHO_N "(cached) $ECHO_C" >&6
2099else
2100 ac_cv_prog_cc_stdc=no
2101ac_save_CC=$CC
2102cat >conftest.$ac_ext <<_ACEOF
2103/* confdefs.h. */
2104_ACEOF
2105cat confdefs.h >>conftest.$ac_ext
2106cat >>conftest.$ac_ext <<_ACEOF
2107/* end confdefs.h. */
2108#include <stdarg.h>
2109#include <stdio.h>
2110#include <sys/types.h>
2111#include <sys/stat.h>
2112/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2113struct buf { int x; };
2114FILE * (*rcsopen) (struct buf *, struct stat *, int);
2115static char *e (p, i)
2116 char **p;
2117 int i;
2118{
2119 return p[i];
2120}
2121static char *f (char * (*g) (char **, int), char **p, ...)
2122{
2123 char *s;
2124 va_list v;
2125 va_start (v,p);
2126 s = g (p, va_arg (v,int));
2127 va_end (v);
2128 return s;
2129}
2130
2131/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2132 function prototypes and stuff, but not '\xHH' hex character constants.
2133 These don't provoke an error unfortunately, instead are silently treated
2134 as 'x'. The following induces an error, until -std1 is added to get
2135 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2136 array size at least. It's necessary to write '\x00'==0 to get something
2137 that's true only with -std1. */
2138int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2139
2140int test (int i, double x);
2141struct s1 {int (*f) (int a);};
2142struct s2 {int (*f) (double a);};
2143int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2144int argc;
2145char **argv;
2146int
2147main ()
2148{
2149return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2150 ;
2151 return 0;
2152}
2153_ACEOF
2154# Don't try gcc -ansi; that turns off useful extensions and
2155# breaks some systems' header files.
2156# AIX -qlanglvl=ansi
2157# Ultrix and OSF/1 -std1
2158# HP-UX 10.20 and later -Ae
2159# HP-UX older versions -Aa -D_HPUX_SOURCE
2160# SVR4 -Xc -D__EXTENSIONS__
2161for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2162do
2163 CC="$ac_save_CC $ac_arg"
2164 rm -f conftest.$ac_objext
2165if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2166 (eval $ac_compile) 2>conftest.er1
2167 ac_status=$?
2168 grep -v '^ *+' conftest.er1 >conftest.err
2169 rm -f conftest.er1
2170 cat conftest.err >&5
2171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2172 (exit $ac_status); } &&
b7d4af3a
JW
2173 { ac_try='test -z "$ac_c_werror_flag"
2174 || test ! -s conftest.err'
42ecbf5e
DJ
2175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2176 (eval $ac_try) 2>&5
2177 ac_status=$?
2178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2179 (exit $ac_status); }; } &&
2180 { ac_try='test -s conftest.$ac_objext'
2181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2182 (eval $ac_try) 2>&5
2183 ac_status=$?
2184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2185 (exit $ac_status); }; }; then
2186 ac_cv_prog_cc_stdc=$ac_arg
2187break
2188else
2189 echo "$as_me: failed program was:" >&5
2190sed 's/^/| /' conftest.$ac_ext >&5
2191
2192fi
2193rm -f conftest.err conftest.$ac_objext
2194done
2195rm -f conftest.$ac_ext conftest.$ac_objext
2196CC=$ac_save_CC
2197
2198fi
2199
2200case "x$ac_cv_prog_cc_stdc" in
2201 x|xno)
2202 echo "$as_me:$LINENO: result: none needed" >&5
2203echo "${ECHO_T}none needed" >&6 ;;
2204 *)
2205 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2206echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2207 CC="$CC $ac_cv_prog_cc_stdc" ;;
2208esac
2209
2210# Some people use a C++ compiler to compile C. Since we use `exit',
2211# in C++ we need to declare it. In case someone uses the same compiler
2212# for both compiling C and C++ we need to have the C++ compiler decide
2213# the declaration of exit, since it's the most demanding environment.
2214cat >conftest.$ac_ext <<_ACEOF
2215#ifndef __cplusplus
2216 choke me
2217#endif
2218_ACEOF
2219rm -f conftest.$ac_objext
2220if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2221 (eval $ac_compile) 2>conftest.er1
2222 ac_status=$?
2223 grep -v '^ *+' conftest.er1 >conftest.err
2224 rm -f conftest.er1
2225 cat conftest.err >&5
2226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2227 (exit $ac_status); } &&
b7d4af3a
JW
2228 { ac_try='test -z "$ac_c_werror_flag"
2229 || test ! -s conftest.err'
42ecbf5e
DJ
2230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2231 (eval $ac_try) 2>&5
2232 ac_status=$?
2233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2234 (exit $ac_status); }; } &&
2235 { ac_try='test -s conftest.$ac_objext'
2236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2237 (eval $ac_try) 2>&5
2238 ac_status=$?
2239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2240 (exit $ac_status); }; }; then
2241 for ac_declaration in \
2242 '' \
2243 'extern "C" void std::exit (int) throw (); using std::exit;' \
2244 'extern "C" void std::exit (int); using std::exit;' \
2245 'extern "C" void exit (int) throw ();' \
2246 'extern "C" void exit (int);' \
2247 'void exit (int);'
2248do
2249 cat >conftest.$ac_ext <<_ACEOF
2250/* confdefs.h. */
2251_ACEOF
2252cat confdefs.h >>conftest.$ac_ext
2253cat >>conftest.$ac_ext <<_ACEOF
2254/* end confdefs.h. */
2255$ac_declaration
2256#include <stdlib.h>
2257int
2258main ()
2259{
2260exit (42);
2261 ;
2262 return 0;
2263}
2264_ACEOF
2265rm -f conftest.$ac_objext
2266if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2267 (eval $ac_compile) 2>conftest.er1
2268 ac_status=$?
2269 grep -v '^ *+' conftest.er1 >conftest.err
2270 rm -f conftest.er1
2271 cat conftest.err >&5
2272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2273 (exit $ac_status); } &&
b7d4af3a
JW
2274 { ac_try='test -z "$ac_c_werror_flag"
2275 || test ! -s conftest.err'
42ecbf5e
DJ
2276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2277 (eval $ac_try) 2>&5
2278 ac_status=$?
2279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2280 (exit $ac_status); }; } &&
2281 { ac_try='test -s conftest.$ac_objext'
2282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2283 (eval $ac_try) 2>&5
2284 ac_status=$?
2285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2286 (exit $ac_status); }; }; then
2287 :
2288else
2289 echo "$as_me: failed program was:" >&5
2290sed 's/^/| /' conftest.$ac_ext >&5
2291
2292continue
2293fi
2294rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2295 cat >conftest.$ac_ext <<_ACEOF
2296/* confdefs.h. */
2297_ACEOF
2298cat confdefs.h >>conftest.$ac_ext
2299cat >>conftest.$ac_ext <<_ACEOF
2300/* end confdefs.h. */
2301$ac_declaration
2302int
2303main ()
2304{
2305exit (42);
2306 ;
2307 return 0;
2308}
2309_ACEOF
2310rm -f conftest.$ac_objext
2311if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2312 (eval $ac_compile) 2>conftest.er1
2313 ac_status=$?
2314 grep -v '^ *+' conftest.er1 >conftest.err
2315 rm -f conftest.er1
2316 cat conftest.err >&5
2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2318 (exit $ac_status); } &&
b7d4af3a
JW
2319 { ac_try='test -z "$ac_c_werror_flag"
2320 || test ! -s conftest.err'
42ecbf5e
DJ
2321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2322 (eval $ac_try) 2>&5
2323 ac_status=$?
2324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2325 (exit $ac_status); }; } &&
2326 { ac_try='test -s conftest.$ac_objext'
2327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2328 (eval $ac_try) 2>&5
2329 ac_status=$?
2330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2331 (exit $ac_status); }; }; then
2332 break
2333else
2334 echo "$as_me: failed program was:" >&5
2335sed 's/^/| /' conftest.$ac_ext >&5
2336
2337fi
2338rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2339done
2340rm -f conftest*
2341if test -n "$ac_declaration"; then
2342 echo '#ifdef __cplusplus' >>confdefs.h
2343 echo $ac_declaration >>confdefs.h
2344 echo '#endif' >>confdefs.h
2345fi
2346
2347else
2348 echo "$as_me: failed program was:" >&5
2349sed 's/^/| /' conftest.$ac_ext >&5
2350
2351fi
2352rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2353ac_ext=c
2354ac_cpp='$CPP $CPPFLAGS'
2355ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2356ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2357ac_compiler_gnu=$ac_cv_c_compiler_gnu
2358
2359
2360echo "$as_me:$LINENO: checking for library containing strerror" >&5
2361echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2362if test "${ac_cv_search_strerror+set}" = set; then
2363 echo $ECHO_N "(cached) $ECHO_C" >&6
2364else
2365 ac_func_search_save_LIBS=$LIBS
2366ac_cv_search_strerror=no
2367cat >conftest.$ac_ext <<_ACEOF
2368/* confdefs.h. */
2369_ACEOF
2370cat confdefs.h >>conftest.$ac_ext
2371cat >>conftest.$ac_ext <<_ACEOF
2372/* end confdefs.h. */
2373
2374/* Override any gcc2 internal prototype to avoid an error. */
2375#ifdef __cplusplus
2376extern "C"
2377#endif
2378/* We use char because int might match the return type of a gcc2
2379 builtin and then its argument prototype would still apply. */
2380char strerror ();
2381int
2382main ()
2383{
2384strerror ();
2385 ;
2386 return 0;
2387}
2388_ACEOF
2389rm -f conftest.$ac_objext conftest$ac_exeext
2390if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2391 (eval $ac_link) 2>conftest.er1
2392 ac_status=$?
2393 grep -v '^ *+' conftest.er1 >conftest.err
2394 rm -f conftest.er1
2395 cat conftest.err >&5
2396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2397 (exit $ac_status); } &&
b7d4af3a
JW
2398 { ac_try='test -z "$ac_c_werror_flag"
2399 || test ! -s conftest.err'
42ecbf5e
DJ
2400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2401 (eval $ac_try) 2>&5
2402 ac_status=$?
2403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2404 (exit $ac_status); }; } &&
2405 { ac_try='test -s conftest$ac_exeext'
2406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2407 (eval $ac_try) 2>&5
2408 ac_status=$?
2409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2410 (exit $ac_status); }; }; then
2411 ac_cv_search_strerror="none required"
2412else
2413 echo "$as_me: failed program was:" >&5
2414sed 's/^/| /' conftest.$ac_ext >&5
2415
2416fi
2417rm -f conftest.err conftest.$ac_objext \
2418 conftest$ac_exeext conftest.$ac_ext
2419if test "$ac_cv_search_strerror" = no; then
2420 for ac_lib in cposix; do
2421 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2422 cat >conftest.$ac_ext <<_ACEOF
2423/* confdefs.h. */
2424_ACEOF
2425cat confdefs.h >>conftest.$ac_ext
2426cat >>conftest.$ac_ext <<_ACEOF
2427/* end confdefs.h. */
2428
2429/* Override any gcc2 internal prototype to avoid an error. */
2430#ifdef __cplusplus
2431extern "C"
2432#endif
2433/* We use char because int might match the return type of a gcc2
2434 builtin and then its argument prototype would still apply. */
2435char strerror ();
2436int
2437main ()
2438{
2439strerror ();
2440 ;
2441 return 0;
2442}
2443_ACEOF
2444rm -f conftest.$ac_objext conftest$ac_exeext
2445if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2446 (eval $ac_link) 2>conftest.er1
2447 ac_status=$?
2448 grep -v '^ *+' conftest.er1 >conftest.err
2449 rm -f conftest.er1
2450 cat conftest.err >&5
2451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2452 (exit $ac_status); } &&
b7d4af3a
JW
2453 { ac_try='test -z "$ac_c_werror_flag"
2454 || test ! -s conftest.err'
42ecbf5e
DJ
2455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2456 (eval $ac_try) 2>&5
2457 ac_status=$?
2458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2459 (exit $ac_status); }; } &&
2460 { ac_try='test -s conftest$ac_exeext'
2461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2462 (eval $ac_try) 2>&5
2463 ac_status=$?
2464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2465 (exit $ac_status); }; }; then
2466 ac_cv_search_strerror="-l$ac_lib"
2467break
2468else
2469 echo "$as_me: failed program was:" >&5
2470sed 's/^/| /' conftest.$ac_ext >&5
2471
2472fi
2473rm -f conftest.err conftest.$ac_objext \
2474 conftest$ac_exeext conftest.$ac_ext
2475 done
2476fi
2477LIBS=$ac_func_search_save_LIBS
2478fi
2479echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2480echo "${ECHO_T}$ac_cv_search_strerror" >&6
2481if test "$ac_cv_search_strerror" != no; then
2482 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
2483
2484fi
2485
2486
2487BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2488am__api_version="1.9"
2489# Find a good install program. We prefer a C program (faster),
2490# so one script is as good as another. But avoid the broken or
2491# incompatible versions:
2492# SysV /etc/install, /usr/sbin/install
2493# SunOS /usr/etc/install
2494# IRIX /sbin/install
2495# AIX /bin/install
2496# AmigaOS /C/install, which installs bootblocks on floppy discs
2497# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2498# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2499# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2500# OS/2's system install, which has a completely different semantic
2501# ./install, which can be erroneously created by make from ./install.sh.
2502echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2503echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2504if test -z "$INSTALL"; then
2505if test "${ac_cv_path_install+set}" = set; then
2506 echo $ECHO_N "(cached) $ECHO_C" >&6
2507else
2508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509for as_dir in $PATH
2510do
2511 IFS=$as_save_IFS
2512 test -z "$as_dir" && as_dir=.
2513 # Account for people who put trailing slashes in PATH elements.
2514case $as_dir/ in
2515 ./ | .// | /cC/* | \
2516 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2517 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2518 /usr/ucb/* ) ;;
2519 *)
2520 # OSF1 and SCO ODT 3.0 have their own names for install.
2521 # Don't use installbsd from OSF since it installs stuff as root
2522 # by default.
2523 for ac_prog in ginstall scoinst install; do
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2526 if test $ac_prog = install &&
2527 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
2528 # AIX install. It has an incompatible calling convention.
2529 :
42ecbf5e
DJ
2530 elif test $ac_prog = install &&
2531 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2532 # program-specific install script used by HP pwplus--don't use.
2533 :
252b5132 2534 else
42ecbf5e
DJ
2535 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2536 break 3
252b5132
RH
2537 fi
2538 fi
d15b04bd 2539 done
42ecbf5e
DJ
2540 done
2541 ;;
2542esac
2543done
2544
252b5132
RH
2545
2546fi
2547 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 2548 INSTALL=$ac_cv_path_install
252b5132
RH
2549 else
2550 # As a last resort, use the slow shell script. We don't cache a
2551 # path for INSTALL within a source directory, because that will
2552 # break other packages using the cache if that directory is
2553 # removed, or if the path is relative.
42ecbf5e 2554 INSTALL=$ac_install_sh
252b5132
RH
2555 fi
2556fi
42ecbf5e
DJ
2557echo "$as_me:$LINENO: result: $INSTALL" >&5
2558echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
2559
2560# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2561# It thinks the first close brace ends the variable substitution.
2562test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2563
42ecbf5e 2564test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2565
2566test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2567
42ecbf5e
DJ
2568echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2569echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
252b5132
RH
2570# Just in case
2571sleep 1
42ecbf5e 2572echo timestamp > conftest.file
252b5132
RH
2573# Do `set' in a subshell so we don't clobber the current shell's
2574# arguments. Must try -L first in case configure is actually a
2575# symlink; some systems play weird games with the mod time of symlinks
2576# (eg FreeBSD returns the mod time of the symlink's containing
2577# directory).
2578if (
42ecbf5e 2579 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
252b5132
RH
2580 if test "$*" = "X"; then
2581 # -L didn't work.
42ecbf5e 2582 set X `ls -t $srcdir/configure conftest.file`
252b5132 2583 fi
42ecbf5e
DJ
2584 rm -f conftest.file
2585 if test "$*" != "X $srcdir/configure conftest.file" \
2586 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
2587
2588 # If neither matched, then we have a broken ls. This can happen
2589 # if, for instance, CONFIG_SHELL is bash and it inherits a
2590 # broken ls alias from the environment. This has actually
2591 # happened. Such a system could not be considered "sane".
42ecbf5e
DJ
2592 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2593alias in your environment" >&5
2594echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2595alias in your environment" >&2;}
2596 { (exit 1); exit 1; }; }
252b5132
RH
2597 fi
2598
42ecbf5e 2599 test "$2" = conftest.file
252b5132
RH
2600 )
2601then
2602 # Ok.
2603 :
2604else
42ecbf5e
DJ
2605 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2606Check your system clock" >&5
2607echo "$as_me: error: newly created file is older than distributed files!
2608Check your system clock" >&2;}
2609 { (exit 1); exit 1; }; }
2610fi
2611echo "$as_me:$LINENO: result: yes" >&5
2612echo "${ECHO_T}yes" >&6
2613test "$program_prefix" != NONE &&
2614 program_transform_name="s,^,$program_prefix,;$program_transform_name"
2615# Use a double $ so make ignores it.
2616test "$program_suffix" != NONE &&
2617 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2618# Double any \ or $. echo might interpret backslashes.
2619# By default was `s,x,x', remove it if useless.
2620cat <<\_ACEOF >conftest.sed
2621s/[\\$]/&&/g;s/;s,x,x,$//
2622_ACEOF
2623program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2624rm conftest.sed
2625
2626# expand $ac_aux_dir to an absolute path
2627am_aux_dir=`cd $ac_aux_dir && pwd`
2628
2629test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2630# Use eval to expand $SHELL
2631if eval "$MISSING --run true"; then
2632 am_missing_run="$MISSING --run "
2633else
2634 am_missing_run=
2635 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2636echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2637fi
2638
2639if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2640 # We used to keeping the `.' as first argument, in order to
2641 # allow $(mkdir_p) to be used without argument. As in
2642 # $(mkdir_p) $(somedir)
2643 # where $(somedir) is conditionally defined. However this is wrong
2644 # for two reasons:
2645 # 1. if the package is installed by a user who cannot write `.'
2646 # make install will fail,
2647 # 2. the above comment should most certainly read
2648 # $(mkdir_p) $(DESTDIR)$(somedir)
2649 # so it does not work when $(somedir) is undefined and
2650 # $(DESTDIR) is not.
2651 # To support the latter case, we have to write
2652 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2653 # so the `.' trick is pointless.
2654 mkdir_p='mkdir -p --'
2655else
2656 # On NextStep and OpenStep, the `mkdir' command does not
2657 # recognize any option. It will interpret all options as
2658 # directories to create, and then abort because `.' already
2659 # exists.
2660 for d in ./-p ./--version;
2661 do
2662 test -d $d && rmdir $d
2663 done
2664 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2665 if test -f "$ac_aux_dir/mkinstalldirs"; then
2666 mkdir_p='$(mkinstalldirs)'
2667 else
2668 mkdir_p='$(install_sh) -d'
2669 fi
2670fi
2671
2672for ac_prog in gawk mawk nawk awk
2673do
2674 # Extract the first word of "$ac_prog", so it can be a program name with args.
2675set dummy $ac_prog; ac_word=$2
2676echo "$as_me:$LINENO: checking for $ac_word" >&5
2677echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2678if test "${ac_cv_prog_AWK+set}" = set; then
2679 echo $ECHO_N "(cached) $ECHO_C" >&6
2680else
2681 if test -n "$AWK"; then
2682 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2683else
2684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2685for as_dir in $PATH
2686do
2687 IFS=$as_save_IFS
2688 test -z "$as_dir" && as_dir=.
2689 for ac_exec_ext in '' $ac_executable_extensions; do
2690 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2691 ac_cv_prog_AWK="$ac_prog"
2692 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2693 break 2
2694 fi
2695done
2696done
2697
2698fi
2699fi
2700AWK=$ac_cv_prog_AWK
2701if test -n "$AWK"; then
2702 echo "$as_me:$LINENO: result: $AWK" >&5
2703echo "${ECHO_T}$AWK" >&6
2704else
2705 echo "$as_me:$LINENO: result: no" >&5
2706echo "${ECHO_T}no" >&6
2707fi
2708
2709 test -n "$AWK" && break
2710done
2711
2712echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2713echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2714set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2715if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2716 echo $ECHO_N "(cached) $ECHO_C" >&6
2717else
2718 cat >conftest.make <<\_ACEOF
2719all:
2720 @echo 'ac_maketemp="$(MAKE)"'
2721_ACEOF
2722# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2723eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2724if test -n "$ac_maketemp"; then
2725 eval ac_cv_prog_make_${ac_make}_set=yes
2726else
2727 eval ac_cv_prog_make_${ac_make}_set=no
2728fi
2729rm -f conftest.make
2730fi
2731if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2732 echo "$as_me:$LINENO: result: yes" >&5
2733echo "${ECHO_T}yes" >&6
2734 SET_MAKE=
2735else
2736 echo "$as_me:$LINENO: result: no" >&5
2737echo "${ECHO_T}no" >&6
2738 SET_MAKE="MAKE=${MAKE-make}"
2739fi
2740
2741rm -rf .tst 2>/dev/null
2742mkdir .tst 2>/dev/null
2743if test -d .tst; then
2744 am__leading_dot=.
2745else
2746 am__leading_dot=_
2747fi
2748rmdir .tst 2>/dev/null
2749
2750DEPDIR="${am__leading_dot}deps"
2751
2752 ac_config_commands="$ac_config_commands depfiles"
2753
2754
2755am_make=${MAKE-make}
2756cat > confinc << 'END'
2757am__doit:
2758 @echo done
2759.PHONY: am__doit
2760END
2761# If we don't find an include directive, just comment out the code.
2762echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2763echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2764am__include="#"
2765am__quote=
2766_am_result=none
2767# First try GNU make style include.
2768echo "include confinc" > confmf
2769# We grep out `Entering directory' and `Leaving directory'
2770# messages which can occur if `w' ends up in MAKEFLAGS.
2771# In particular we don't look at `^make:' because GNU make might
2772# be invoked under some other name (usually "gmake"), in which
2773# case it prints its new name instead of `make'.
2774if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2775 am__include=include
2776 am__quote=
2777 _am_result=GNU
2778fi
2779# Now try BSD make style include.
2780if test "$am__include" = "#"; then
2781 echo '.include "confinc"' > confmf
2782 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2783 am__include=.include
2784 am__quote="\""
2785 _am_result=BSD
2786 fi
2787fi
2788
2789
2790echo "$as_me:$LINENO: result: $_am_result" >&5
2791echo "${ECHO_T}$_am_result" >&6
2792rm -f confinc confmf
2793
2794# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2795if test "${enable_dependency_tracking+set}" = set; then
2796 enableval="$enable_dependency_tracking"
2797
2798fi;
2799if test "x$enable_dependency_tracking" != xno; then
2800 am_depcomp="$ac_aux_dir/depcomp"
2801 AMDEPBACKSLASH='\'
2802fi
2803
2804
2805if test "x$enable_dependency_tracking" != xno; then
2806 AMDEP_TRUE=
2807 AMDEP_FALSE='#'
2808else
2809 AMDEP_TRUE='#'
2810 AMDEP_FALSE=
2811fi
2812
2813
2814
2815# test to see if srcdir already configured
2816if test "`cd $srcdir && pwd`" != "`pwd`" &&
2817 test -f $srcdir/config.status; then
2818 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2819echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2820 { (exit 1); exit 1; }; }
2821fi
2822
2823# test whether we have cygpath
2824if test -z "$CYGPATH_W"; then
2825 if (cygpath --version) >/dev/null 2>/dev/null; then
2826 CYGPATH_W='cygpath -w'
2827 else
2828 CYGPATH_W=echo
2829 fi
2830fi
2831
2832
2833# Define the identity of the package.
2834 PACKAGE=binutils
2835 VERSION=${BFD_VERSION}
2836
2837
2838cat >>confdefs.h <<_ACEOF
2839#define PACKAGE "$PACKAGE"
2840_ACEOF
2841
2842
2843cat >>confdefs.h <<_ACEOF
2844#define VERSION "$VERSION"
2845_ACEOF
2846
2847# Some tools Automake needs.
2848
2849ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2850
2851
2852AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2853
2854
2855AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2856
2857
2858AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2859
2860
2861MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2862
2863install_sh=${install_sh-"$am_aux_dir/install-sh"}
2864
2865# Installed binaries are usually stripped using `strip' when the user
2866# run `make install-strip'. However `strip' might not be the right
2867# tool to use in cross-compilation environments, therefore Automake
2868# will honor the `STRIP' environment variable to overrule this program.
2869if test "$cross_compiling" != no; then
2870 if test -n "$ac_tool_prefix"; then
2871 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2872set dummy ${ac_tool_prefix}strip; ac_word=$2
2873echo "$as_me:$LINENO: checking for $ac_word" >&5
2874echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2875if test "${ac_cv_prog_STRIP+set}" = set; then
2876 echo $ECHO_N "(cached) $ECHO_C" >&6
2877else
2878 if test -n "$STRIP"; then
2879 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2880else
2881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882for as_dir in $PATH
2883do
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
2886 for ac_exec_ext in '' $ac_executable_extensions; do
2887 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2888 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2889 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2890 break 2
2891 fi
2892done
2893done
2894
252b5132 2895fi
42ecbf5e
DJ
2896fi
2897STRIP=$ac_cv_prog_STRIP
2898if test -n "$STRIP"; then
2899 echo "$as_me:$LINENO: result: $STRIP" >&5
2900echo "${ECHO_T}$STRIP" >&6
d15b04bd 2901else
42ecbf5e
DJ
2902 echo "$as_me:$LINENO: result: no" >&5
2903echo "${ECHO_T}no" >&6
d15b04bd 2904fi
d15b04bd 2905
42ecbf5e
DJ
2906fi
2907if test -z "$ac_cv_prog_STRIP"; then
2908 ac_ct_STRIP=$STRIP
2909 # Extract the first word of "strip", so it can be a program name with args.
2910set dummy strip; ac_word=$2
2911echo "$as_me:$LINENO: checking for $ac_word" >&5
2912echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2913if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2914 echo $ECHO_N "(cached) $ECHO_C" >&6
d15b04bd 2915else
42ecbf5e
DJ
2916 if test -n "$ac_ct_STRIP"; then
2917 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
252b5132 2918else
42ecbf5e
DJ
2919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2920for as_dir in $PATH
2921do
2922 IFS=$as_save_IFS
2923 test -z "$as_dir" && as_dir=.
2924 for ac_exec_ext in '' $ac_executable_extensions; do
2925 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2926 ac_cv_prog_ac_ct_STRIP="strip"
2927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2928 break 2
2929 fi
2930done
2931done
2932
2933 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
252b5132 2934fi
252b5132 2935fi
42ecbf5e
DJ
2936ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2937if test -n "$ac_ct_STRIP"; then
2938 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2939echo "${ECHO_T}$ac_ct_STRIP" >&6
252b5132 2940else
42ecbf5e
DJ
2941 echo "$as_me:$LINENO: result: no" >&5
2942echo "${ECHO_T}no" >&6
252b5132
RH
2943fi
2944
42ecbf5e
DJ
2945 STRIP=$ac_ct_STRIP
2946else
2947 STRIP="$ac_cv_prog_STRIP"
2948fi
252b5132 2949
42ecbf5e
DJ
2950fi
2951INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
252b5132 2952
42ecbf5e
DJ
2953# We need awk for the "check" target. The system "awk" is bad on
2954# some platforms.
2955# Always define AMTAR for backward compatibility.
252b5132 2956
42ecbf5e 2957AMTAR=${AMTAR-"${am_missing_run}tar"}
252b5132 2958
42ecbf5e 2959am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
252b5132
RH
2960
2961
2962
252b5132 2963
42ecbf5e
DJ
2964depcc="$CC" am_compiler_list=
2965
2966echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2967echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2968if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2969 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2970else
42ecbf5e
DJ
2971 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2972 # We make a subdir and do the tests there. Otherwise we can end up
2973 # making bogus files that we don't know about and never remove. For
2974 # instance it was reported that on HP-UX the gcc test will end up
2975 # making a dummy file named `D' -- because `-MD' means `put the output
2976 # in D'.
2977 mkdir conftest.dir
2978 # Copy depcomp to subdir because otherwise we won't find it if we're
2979 # using a relative directory.
2980 cp "$am_depcomp" conftest.dir
2981 cd conftest.dir
2982 # We will build objects and dependencies in a subdirectory because
2983 # it helps to detect inapplicable dependency modes. For instance
2984 # both Tru64's cc and ICC support -MD to output dependencies as a
2985 # side effect of compilation, but ICC will put the dependencies in
2986 # the current directory while Tru64 will put them in the object
2987 # directory.
2988 mkdir sub
252b5132 2989
42ecbf5e
DJ
2990 am_cv_CC_dependencies_compiler_type=none
2991 if test "$am_compiler_list" = ""; then
2992 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2993 fi
2994 for depmode in $am_compiler_list; do
2995 # Setup a source with many dependencies, because some compilers
2996 # like to wrap large dependency lists on column 80 (with \), and
2997 # we should not choose a depcomp mode which is confused by this.
2998 #
2999 # We need to recreate these files for each test, as the compiler may
3000 # overwrite some of them when testing with obscure command lines.
3001 # This happens at least with the AIX C compiler.
3002 : > sub/conftest.c
3003 for i in 1 2 3 4 5 6; do
3004 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3005 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3006 # Solaris 8's {/usr,}/bin/sh.
3007 touch sub/conftst$i.h
3008 done
3009 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3010
3011 case $depmode in
3012 nosideeffect)
3013 # after this tag, mechanisms are not by side-effect, so they'll
3014 # only be used when explicitly requested
3015 if test "x$enable_dependency_tracking" = xyes; then
3016 continue
3017 else
3018 break
3019 fi
3020 ;;
3021 none) break ;;
3022 esac
3023 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3024 # mode. It turns out that the SunPro C++ compiler does not properly
3025 # handle `-M -o', and we need to detect this.
3026 if depmode=$depmode \
3027 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3028 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3029 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3030 >/dev/null 2>conftest.err &&
3031 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3032 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3033 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3034 # icc doesn't choke on unknown options, it will just issue warnings
3035 # or remarks (even with -Werror). So we grep stderr for any message
3036 # that says an option was ignored or not supported.
3037 # When given -MP, icc 7.0 and 7.1 complain thusly:
3038 # icc: Command line warning: ignoring option '-M'; no argument required
3039 # The diagnosis changed in icc 8.0:
3040 # icc: Command line remark: option '-MP' not supported
3041 if (grep 'ignoring option' conftest.err ||
3042 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3043 am_cv_CC_dependencies_compiler_type=$depmode
3044 break
3045 fi
3046 fi
3047 done
3048
3049 cd ..
3050 rm -rf conftest.dir
252b5132 3051else
42ecbf5e 3052 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3053fi
3054
252b5132 3055fi
42ecbf5e
DJ
3056echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3057echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3058CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3059
3060
252b5132 3061
42ecbf5e
DJ
3062if
3063 test "x$enable_dependency_tracking" != xno \
3064 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3065 am__fastdepCC_TRUE=
3066 am__fastdepCC_FALSE='#'
252b5132 3067else
42ecbf5e
DJ
3068 am__fastdepCC_TRUE='#'
3069 am__fastdepCC_FALSE=
252b5132
RH
3070fi
3071
3072
3073
42ecbf5e 3074
252b5132
RH
3075# Check whether --enable-shared or --disable-shared was given.
3076if test "${enable_shared+set}" = set; then
3077 enableval="$enable_shared"
3078 p=${PACKAGE-default}
6be7c12c 3079case $enableval in
252b5132
RH
3080yes) enable_shared=yes ;;
3081no) enable_shared=no ;;
3082*)
3083 enable_shared=no
3084 # Look at the argument we got. We use all the common list separators.
3085 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3086 for pkg in $enableval; do
3087 if test "X$pkg" = "X$p"; then
3088 enable_shared=yes
3089 fi
3090 done
3091 IFS="$ac_save_ifs"
3092 ;;
3093esac
3094else
3095 enable_shared=yes
42ecbf5e 3096fi;
252b5132
RH
3097# Check whether --enable-static or --disable-static was given.
3098if test "${enable_static+set}" = set; then
3099 enableval="$enable_static"
3100 p=${PACKAGE-default}
6be7c12c 3101case $enableval in
252b5132
RH
3102yes) enable_static=yes ;;
3103no) enable_static=no ;;
3104*)
3105 enable_static=no
3106 # Look at the argument we got. We use all the common list separators.
3107 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3108 for pkg in $enableval; do
3109 if test "X$pkg" = "X$p"; then
3110 enable_static=yes
3111 fi
3112 done
3113 IFS="$ac_save_ifs"
3114 ;;
3115esac
3116else
3117 enable_static=yes
42ecbf5e 3118fi;
252b5132
RH
3119# Check whether --enable-fast-install or --disable-fast-install was given.
3120if test "${enable_fast_install+set}" = set; then
3121 enableval="$enable_fast_install"
3122 p=${PACKAGE-default}
6be7c12c 3123case $enableval in
252b5132
RH
3124yes) enable_fast_install=yes ;;
3125no) enable_fast_install=no ;;
3126*)
3127 enable_fast_install=no
3128 # Look at the argument we got. We use all the common list separators.
e5a52504
MM
3129 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3130 for pkg in $enableval; do
3131 if test "X$pkg" = "X$p"; then
3132 enable_fast_install=yes
1a09a22c
NC
3133 fi
3134 done
3135 IFS="$ac_save_ifs"
e5a52504
MM
3136 ;;
3137esac
1a09a22c 3138else
e5a52504 3139 enable_fast_install=yes
42ecbf5e 3140fi;
ceae3e33 3141
252b5132
RH
3142# Check whether --with-gnu-ld or --without-gnu-ld was given.
3143if test "${with_gnu_ld+set}" = set; then
3144 withval="$with_gnu_ld"
3145 test "$withval" = no || with_gnu_ld=yes
3146else
3147 with_gnu_ld=no
42ecbf5e 3148fi;
252b5132 3149ac_prog=ld
6be7c12c 3150if test "$GCC" = yes; then
252b5132 3151 # Check if gcc -print-prog-name=ld gives a path.
42ecbf5e
DJ
3152 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3153echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
ac48eca1
AO
3154 case $host in
3155 *-*-mingw*)
3156 # gcc leaves a trailing carriage return which upsets mingw
3157 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3158 *)
3159 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3160 esac
6be7c12c 3161 case $ac_prog in
252b5132 3162 # Accept absolute paths.
a74801ba 3163 [\\/]* | [A-Za-z]:[\\/]*)
252b5132
RH
3164 re_direlt='/[^/][^/]*/\.\./'
3165 # Canonicalize the path of ld
3166 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3167 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3168 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3169 done
3170 test -z "$LD" && LD="$ac_prog"
3171 ;;
3172 "")
3173 # If it fails, then pretend we aren't using GCC.
3174 ac_prog=ld
3175 ;;
3176 *)
3177 # If it is relative, then search for the first ld in PATH.
3178 with_gnu_ld=unknown
3179 ;;
3180 esac
3181elif test "$with_gnu_ld" = yes; then
42ecbf5e
DJ
3182 echo "$as_me:$LINENO: checking for GNU ld" >&5
3183echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
252b5132 3184else
42ecbf5e
DJ
3185 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3186echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
252b5132 3187fi
42ecbf5e
DJ
3188if test "${lt_cv_path_LD+set}" = set; then
3189 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3190else
3191 if test -z "$LD"; then
a74801ba 3192 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
252b5132
RH
3193 for ac_dir in $PATH; do
3194 test -z "$ac_dir" && ac_dir=.
a74801ba 3195 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6be7c12c 3196 lt_cv_path_LD="$ac_dir/$ac_prog"
252b5132
RH
3197 # Check to see if the program is GNU ld. I'd rather use --version,
3198 # but apparently some GNU ld's only accept -v.
3199 # Break only if it was the GNU/non-GNU ld that we prefer.
6be7c12c 3200 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
252b5132
RH
3201 test "$with_gnu_ld" != no && break
3202 else
3203 test "$with_gnu_ld" != yes && break
3204 fi
3205 fi
3206 done
3207 IFS="$ac_save_ifs"
3208else
6be7c12c 3209 lt_cv_path_LD="$LD" # Let the user override the test with a path.
252b5132
RH
3210fi
3211fi
3212
6be7c12c 3213LD="$lt_cv_path_LD"
252b5132 3214if test -n "$LD"; then
42ecbf5e
DJ
3215 echo "$as_me:$LINENO: result: $LD" >&5
3216echo "${ECHO_T}$LD" >&6
252b5132 3217else
42ecbf5e
DJ
3218 echo "$as_me:$LINENO: result: no" >&5
3219echo "${ECHO_T}no" >&6
252b5132 3220fi
42ecbf5e
DJ
3221test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3222echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3223 { (exit 1); exit 1; }; }
3224echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3225echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3226if test "${lt_cv_prog_gnu_ld+set}" = set; then
3227 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3228else
3229 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3230if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
6be7c12c 3231 lt_cv_prog_gnu_ld=yes
252b5132 3232else
6be7c12c 3233 lt_cv_prog_gnu_ld=no
252b5132
RH
3234fi
3235fi
42ecbf5e
DJ
3236echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3237echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
6be7c12c 3238with_gnu_ld=$lt_cv_prog_gnu_ld
252b5132
RH
3239
3240
42ecbf5e
DJ
3241echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3242echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3243if test "${lt_cv_ld_reload_flag+set}" = set; then
3244 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3245else
3246 lt_cv_ld_reload_flag='-r'
3247fi
42ecbf5e
DJ
3248echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3249echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
ac48eca1
AO
3250reload_flag=$lt_cv_ld_reload_flag
3251test -n "$reload_flag" && reload_flag=" $reload_flag"
3252
42ecbf5e
DJ
3253echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3254echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3255if test "${lt_cv_path_NM+set}" = set; then
3256 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3257else
3258 if test -n "$NM"; then
3259 # Let the user override the test.
6be7c12c 3260 lt_cv_path_NM="$NM"
252b5132 3261else
a74801ba 3262 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
252b5132
RH
3263 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
3264 test -z "$ac_dir" && ac_dir=.
ac48eca1
AO
3265 tmp_nm=$ac_dir/${ac_tool_prefix}nm
3266 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
252b5132
RH
3267 # Check to see if the nm accepts a BSD-compat flag.
3268 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3269 # nm: unknown option "B" ignored
58cccadb
AO
3270 # Tru64's nm complains that /dev/null is an invalid object file
3271 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
6be7c12c 3272 lt_cv_path_NM="$tmp_nm -B"
252b5132 3273 break
ac48eca1 3274 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
6be7c12c 3275 lt_cv_path_NM="$tmp_nm -p"
252b5132
RH
3276 break
3277 else
6be7c12c 3278 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
252b5132
RH
3279 continue # so that we can try to find one that supports BSD flags
3280 fi
3281 fi
3282 done
3283 IFS="$ac_save_ifs"
6be7c12c 3284 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
252b5132
RH
3285fi
3286fi
3287
6be7c12c 3288NM="$lt_cv_path_NM"
42ecbf5e
DJ
3289echo "$as_me:$LINENO: result: $NM" >&5
3290echo "${ECHO_T}$NM" >&6
252b5132 3291
42ecbf5e
DJ
3292echo "$as_me:$LINENO: checking whether ln -s works" >&5
3293echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3294LN_S=$as_ln_s
3295if test "$LN_S" = "ln -s"; then
3296 echo "$as_me:$LINENO: result: yes" >&5
3297echo "${ECHO_T}yes" >&6
252b5132 3298else
42ecbf5e
DJ
3299 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3300echo "${ECHO_T}no, using $LN_S" >&6
252b5132
RH
3301fi
3302
42ecbf5e
DJ
3303echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3304echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3305if test "${lt_cv_deplibs_check_method+set}" = set; then
3306 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3307else
d64552c5 3308 lt_cv_file_magic_cmd='$MAGIC_CMD'
ac48eca1
AO
3309lt_cv_file_magic_test_file=
3310lt_cv_deplibs_check_method='unknown'
3311# Need to set the preceding variable on all platforms that support
3312# interlibrary dependencies.
3313# 'none' -- dependencies not supported.
3314# `unknown' -- same as none, but documents that we really don't know.
3315# 'pass_all' -- all dependencies passed with no checks.
3316# 'test_compile' -- check by making test program.
3317# 'file_magic [regex]' -- check by looking for files in library path
3318# which responds to the $file_magic_cmd with a given egrep regex.
3319# If you have `file' or equivalent on your system and you're not sure
3320# whether `pass_all' will *always* work, you probably want this one.
3321
6be7c12c
AO
3322case $host_os in
3323aix*)
ac48eca1
AO
3324 lt_cv_deplibs_check_method=pass_all
3325 ;;
3326
3327beos*)
3328 lt_cv_deplibs_check_method=pass_all
3329 ;;
3330
3331bsdi4*)
6be7c12c
AO
3332 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3333 lt_cv_file_magic_cmd='/usr/bin/file -L'
ac48eca1
AO
3334 lt_cv_file_magic_test_file=/shlib/libc.so
3335 ;;
3336
d64552c5 3337cygwin* | mingw* |pw32*)
ac48eca1 3338 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d64552c5 3339 lt_cv_file_magic_cmd='$OBJDUMP -f'
ac48eca1
AO
3340 ;;
3341
6be7c12c
AO
3342darwin* | rhapsody*)
3343 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
3344 lt_cv_file_magic_cmd='/usr/bin/file -L'
3345 case "$host_os" in
3346 rhapsody* | darwin1.012)
3347 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
3348 ;;
3349 *) # Darwin 1.3 on
3350 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
3351 ;;
3352 esac
3353 ;;
3354
d15b04bd 3355freebsd* | kfreebsd*-gnu)
ac48eca1 3356 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
6be7c12c 3357 case $host_cpu in
ac48eca1 3358 i*86 )
58cccadb
AO
3359 # Not sure whether the presence of OpenBSD here was a mistake.
3360 # Let's accept both of them until this is cleared up.
6be7c12c
AO
3361 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3362 lt_cv_file_magic_cmd=/usr/bin/file
ac48eca1
AO
3363 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3364 ;;
3365 esac
3366 else
3367 lt_cv_deplibs_check_method=pass_all
3368 fi
3369 ;;
3370
3371gnu*)
3372 lt_cv_deplibs_check_method=pass_all
3373 ;;
3374
6be7c12c 3375hpux10.20*|hpux11*)
4867be41
DJ
3376 case $host_cpu in
3377 hppa*)
3378 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3379 lt_cv_file_magic_cmd=/usr/bin/file
3380 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3381 ;;
3382 ia64*)
3383 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3384 lt_cv_file_magic_cmd=/usr/bin/file
3385 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3386 ;;
3387 esac
ac48eca1
AO
3388 ;;
3389
3390irix5* | irix6*)
6be7c12c 3391 case $host_os in
ac48eca1
AO
3392 irix5*)
3393 # this will be overridden with pass_all, but let us keep it just in case
3394 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3395 ;;
3396 *)
6be7c12c 3397 case $LD in
ac48eca1
AO
3398 *-32|*"-32 ") libmagic=32-bit;;
3399 *-n32|*"-n32 ") libmagic=N32;;
3400 *-64|*"-64 ") libmagic=64-bit;;
3401 *) libmagic=never-match;;
3402 esac
3403 # this will be overridden with pass_all, but let us keep it just in case
6be7c12c
AO
3404 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3405 ;;
ac48eca1
AO
3406 esac
3407 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3408 lt_cv_deplibs_check_method=pass_all
3409 ;;
3410
3411# This must be Linux ELF.
58cccadb 3412linux-gnu*)
6be7c12c 3413 case $host_cpu in
3c92310f 3414 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
ac48eca1
AO
3415 lt_cv_deplibs_check_method=pass_all ;;
3416 *)
3417 # glibc up to 2.1.1 does not perform some relocations on ARM
6be7c12c
AO
3418 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3419 esac
ac48eca1
AO
3420 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
3421 ;;
3422
d15b04bd 3423netbsd* | knetbsd*-gnu)
6be7c12c
AO
3424 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3425 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
ac48eca1 3426 else
6be7c12c 3427 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
ac48eca1
AO
3428 fi
3429 ;;
3430
6be7c12c
AO
3431newsos6)
3432 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3433 lt_cv_file_magic_cmd=/usr/bin/file
3434 lt_cv_file_magic_test_file=/usr/lib/libnls.so
3435 ;;
3436
ac48eca1
AO
3437osf3* | osf4* | osf5*)
3438 # this will be overridden with pass_all, but let us keep it just in case
3439 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3440 lt_cv_file_magic_test_file=/shlib/libc.so
3441 lt_cv_deplibs_check_method=pass_all
3442 ;;
3443
3444sco3.2v5*)
3445 lt_cv_deplibs_check_method=pass_all
3446 ;;
3447
3448solaris*)
3449 lt_cv_deplibs_check_method=pass_all
3450 lt_cv_file_magic_test_file=/lib/libc.so
3451 ;;
3452
6be7c12c
AO
3453sysv5uw[78]* | sysv4*uw2*)
3454 lt_cv_deplibs_check_method=pass_all
3455 ;;
3456
ac48eca1 3457sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
6be7c12c 3458 case $host_vendor in
ac48eca1
AO
3459 ncr)
3460 lt_cv_deplibs_check_method=pass_all
3461 ;;
3462 motorola)
6be7c12c
AO
3463 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]'
3464 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
ac48eca1
AO
3465 ;;
3466 esac
3467 ;;
3468esac
3469
3470fi
42ecbf5e
DJ
3471echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3472echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
ac48eca1
AO
3473file_magic_cmd=$lt_cv_file_magic_cmd
3474deplibs_check_method=$lt_cv_deplibs_check_method
3475
ac48eca1 3476
ac48eca1 3477
ac48eca1
AO
3478
3479# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3480
3481# Only perform the check for file, if the check method requires it
6be7c12c 3482case $deplibs_check_method in
ac48eca1 3483file_magic*)
d64552c5 3484 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
42ecbf5e
DJ
3485 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3486echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3487if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3488 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3489else
6be7c12c 3490 case $MAGIC_CMD in
ac48eca1 3491 /*)
d64552c5 3492 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3493 ;;
3494 ?:/*)
d64552c5 3495 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3496 ;;
3497 *)
d64552c5 3498 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3499 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3500 ac_dummy="/usr/bin:$PATH"
3501 for ac_dir in $ac_dummy; do
3502 test -z "$ac_dir" && ac_dir=.
3503 if test -f $ac_dir/${ac_tool_prefix}file; then
d64552c5 3504 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
ac48eca1 3505 if test -n "$file_magic_test_file"; then
6be7c12c 3506 case $deplibs_check_method in
ac48eca1
AO
3507 "file_magic "*)
3508 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3509 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3510 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3511 egrep "$file_magic_regex" > /dev/null; then
3512 :
3513 else
3514 cat <<EOF 1>&2
3515
3516*** Warning: the command libtool uses to detect shared libraries,
3517*** $file_magic_cmd, produces output that libtool cannot recognize.
3518*** The result is that libtool may fail to recognize shared libraries
3519*** as such. This will affect the creation of libtool libraries that
3520*** depend on shared libraries, but programs linked with such libtool
3521*** libraries will work regardless of this problem. Nevertheless, you
3522*** may want to report the problem to your system manager and/or to
3523*** bug-libtool@gnu.org
3524
3525EOF
3526 fi ;;
3527 esac
3528 fi
3529 break
3530 fi
3531 done
3532 IFS="$ac_save_ifs"
d64552c5 3533 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3534 ;;
3535esac
3536fi
3537
d64552c5
AO
3538MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3539if test -n "$MAGIC_CMD"; then
42ecbf5e
DJ
3540 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3541echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3542else
42ecbf5e
DJ
3543 echo "$as_me:$LINENO: result: no" >&5
3544echo "${ECHO_T}no" >&6
ac48eca1
AO
3545fi
3546
d64552c5 3547if test -z "$lt_cv_path_MAGIC_CMD"; then
ac48eca1 3548 if test -n "$ac_tool_prefix"; then
42ecbf5e
DJ
3549 echo "$as_me:$LINENO: checking for file" >&5
3550echo $ECHO_N "checking for file... $ECHO_C" >&6
3551if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3552 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3553else
6be7c12c 3554 case $MAGIC_CMD in
ac48eca1 3555 /*)
d64552c5 3556 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3557 ;;
3558 ?:/*)
d64552c5 3559 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3560 ;;
3561 *)
d64552c5 3562 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3563 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3564 ac_dummy="/usr/bin:$PATH"
3565 for ac_dir in $ac_dummy; do
3566 test -z "$ac_dir" && ac_dir=.
3567 if test -f $ac_dir/file; then
d64552c5 3568 lt_cv_path_MAGIC_CMD="$ac_dir/file"
ac48eca1 3569 if test -n "$file_magic_test_file"; then
6be7c12c 3570 case $deplibs_check_method in
ac48eca1
AO
3571 "file_magic "*)
3572 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3573 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3574 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3575 egrep "$file_magic_regex" > /dev/null; then
3576 :
3577 else
3578 cat <<EOF 1>&2
3579
3580*** Warning: the command libtool uses to detect shared libraries,
3581*** $file_magic_cmd, produces output that libtool cannot recognize.
3582*** The result is that libtool may fail to recognize shared libraries
3583*** as such. This will affect the creation of libtool libraries that
3584*** depend on shared libraries, but programs linked with such libtool
3585*** libraries will work regardless of this problem. Nevertheless, you
3586*** may want to report the problem to your system manager and/or to
3587*** bug-libtool@gnu.org
3588
3589EOF
3590 fi ;;
3591 esac
3592 fi
3593 break
3594 fi
3595 done
3596 IFS="$ac_save_ifs"
d64552c5 3597 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3598 ;;
3599esac
3600fi
3601
d64552c5
AO
3602MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3603if test -n "$MAGIC_CMD"; then
42ecbf5e
DJ
3604 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3605echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3606else
42ecbf5e
DJ
3607 echo "$as_me:$LINENO: result: no" >&5
3608echo "${ECHO_T}no" >&6
ac48eca1
AO
3609fi
3610
3611 else
d64552c5 3612 MAGIC_CMD=:
ac48eca1
AO
3613 fi
3614fi
252b5132 3615
ac48eca1
AO
3616 fi
3617 ;;
a74801ba 3618esac
252b5132 3619
42ecbf5e
DJ
3620if test -n "$ac_tool_prefix"; then
3621 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
ac48eca1 3622set dummy ${ac_tool_prefix}ranlib; ac_word=$2
42ecbf5e
DJ
3623echo "$as_me:$LINENO: checking for $ac_word" >&5
3624echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3625if test "${ac_cv_prog_RANLIB+set}" = set; then
3626 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3627else
3628 if test -n "$RANLIB"; then
3629 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3630else
42ecbf5e
DJ
3631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3632for as_dir in $PATH
3633do
3634 IFS=$as_save_IFS
3635 test -z "$as_dir" && as_dir=.
3636 for ac_exec_ext in '' $ac_executable_extensions; do
3637 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3638 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3640 break 2
3641 fi
3642done
3643done
3644
ac48eca1
AO
3645fi
3646fi
42ecbf5e 3647RANLIB=$ac_cv_prog_RANLIB
ac48eca1 3648if test -n "$RANLIB"; then
42ecbf5e
DJ
3649 echo "$as_me:$LINENO: result: $RANLIB" >&5
3650echo "${ECHO_T}$RANLIB" >&6
ac48eca1 3651else
42ecbf5e
DJ
3652 echo "$as_me:$LINENO: result: no" >&5
3653echo "${ECHO_T}no" >&6
ac48eca1
AO
3654fi
3655
42ecbf5e 3656fi
ac48eca1 3657if test -z "$ac_cv_prog_RANLIB"; then
42ecbf5e 3658 ac_ct_RANLIB=$RANLIB
ac48eca1
AO
3659 # Extract the first word of "ranlib", so it can be a program name with args.
3660set dummy ranlib; ac_word=$2
42ecbf5e
DJ
3661echo "$as_me:$LINENO: checking for $ac_word" >&5
3662echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3663if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3664 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3665else
42ecbf5e
DJ
3666 if test -n "$ac_ct_RANLIB"; then
3667 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3668else
3669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3670for as_dir in $PATH
3671do
3672 IFS=$as_save_IFS
3673 test -z "$as_dir" && as_dir=.
3674 for ac_exec_ext in '' $ac_executable_extensions; do
3675 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3676 ac_cv_prog_ac_ct_RANLIB="ranlib"
3677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3678 break 2
3679 fi
3680done
3681done
3682
3683 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
ac48eca1
AO
3684fi
3685fi
42ecbf5e
DJ
3686ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3687if test -n "$ac_ct_RANLIB"; then
3688 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3689echo "${ECHO_T}$ac_ct_RANLIB" >&6
ac48eca1 3690else
42ecbf5e
DJ
3691 echo "$as_me:$LINENO: result: no" >&5
3692echo "${ECHO_T}no" >&6
ac48eca1
AO
3693fi
3694
42ecbf5e 3695 RANLIB=$ac_ct_RANLIB
ac48eca1 3696else
42ecbf5e 3697 RANLIB="$ac_cv_prog_RANLIB"
ac48eca1
AO
3698fi
3699
42ecbf5e
DJ
3700if test -n "$ac_tool_prefix"; then
3701 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
ac48eca1 3702set dummy ${ac_tool_prefix}strip; ac_word=$2
42ecbf5e
DJ
3703echo "$as_me:$LINENO: checking for $ac_word" >&5
3704echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3705if test "${ac_cv_prog_STRIP+set}" = set; then
3706 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3707else
3708 if test -n "$STRIP"; then
3709 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3710else
42ecbf5e
DJ
3711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3712for as_dir in $PATH
3713do
3714 IFS=$as_save_IFS
3715 test -z "$as_dir" && as_dir=.
3716 for ac_exec_ext in '' $ac_executable_extensions; do
3717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3718 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3720 break 2
3721 fi
3722done
3723done
3724
ac48eca1
AO
3725fi
3726fi
42ecbf5e 3727STRIP=$ac_cv_prog_STRIP
ac48eca1 3728if test -n "$STRIP"; then
42ecbf5e
DJ
3729 echo "$as_me:$LINENO: result: $STRIP" >&5
3730echo "${ECHO_T}$STRIP" >&6
ac48eca1 3731else
42ecbf5e
DJ
3732 echo "$as_me:$LINENO: result: no" >&5
3733echo "${ECHO_T}no" >&6
ac48eca1
AO
3734fi
3735
42ecbf5e 3736fi
ac48eca1 3737if test -z "$ac_cv_prog_STRIP"; then
42ecbf5e 3738 ac_ct_STRIP=$STRIP
ac48eca1
AO
3739 # Extract the first word of "strip", so it can be a program name with args.
3740set dummy strip; ac_word=$2
42ecbf5e
DJ
3741echo "$as_me:$LINENO: checking for $ac_word" >&5
3742echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3743if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3744 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3745else
42ecbf5e
DJ
3746 if test -n "$ac_ct_STRIP"; then
3747 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
ac48eca1 3748else
42ecbf5e
DJ
3749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3750for as_dir in $PATH
3751do
3752 IFS=$as_save_IFS
3753 test -z "$as_dir" && as_dir=.
3754 for ac_exec_ext in '' $ac_executable_extensions; do
3755 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3756 ac_cv_prog_ac_ct_STRIP="strip"
3757 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3758 break 2
3759 fi
3760done
3761done
3762
3763 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
ac48eca1
AO
3764fi
3765fi
42ecbf5e
DJ
3766ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3767if test -n "$ac_ct_STRIP"; then
3768 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3769echo "${ECHO_T}$ac_ct_STRIP" >&6
ac48eca1 3770else
42ecbf5e
DJ
3771 echo "$as_me:$LINENO: result: no" >&5
3772echo "${ECHO_T}no" >&6
ac48eca1
AO
3773fi
3774
42ecbf5e 3775 STRIP=$ac_ct_STRIP
ac48eca1 3776else
42ecbf5e 3777 STRIP="$ac_cv_prog_STRIP"
ac48eca1
AO
3778fi
3779
3780
252b5132
RH
3781# Check for any special flags to pass to ltconfig.
3782libtool_flags="--cache-file=$cache_file"
3783test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
3784test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
3785test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
6be7c12c
AO
3786test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
3787test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
252b5132 3788
a74801ba
ILT
3789
3790# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3791if test "${enable_libtool_lock+set}" = set; then
3792 enableval="$enable_libtool_lock"
a74801ba 3793
42ecbf5e 3794fi;
a74801ba
ILT
3795test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
3796test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
3797
42ecbf5e 3798
ac48eca1
AO
3799# Check whether --with-pic or --without-pic was given.
3800if test "${with_pic+set}" = set; then
3801 withval="$with_pic"
3802 pic_mode="$withval"
3803else
3804 pic_mode=default
42ecbf5e 3805fi;
ac48eca1
AO
3806test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
3807test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
3808
252b5132
RH
3809# Some flags need to be propagated to the compiler or linker for good
3810# libtool support.
6be7c12c 3811case $host in
252b5132
RH
3812*-*-irix6*)
3813 # Find out which ABI we are using.
b7d4af3a 3814 echo '#line 3814 "configure"' > conftest.$ac_ext
42ecbf5e
DJ
3815 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3816 (eval $ac_compile) 2>&5
3817 ac_status=$?
3818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3819 (exit $ac_status); }; then
27a710e5
NC
3820 if test "$lt_cv_prog_gnu_ld" = yes; then
3821 case `/usr/bin/file conftest.$ac_objext` in
3822 *32-bit*)
3823 LD="${LD-ld} -melf32bsmip"
3824 ;;
3825 *N32*)
3826 LD="${LD-ld} -melf32bmipn32"
3827 ;;
3828 *64-bit*)
3829 LD="${LD-ld} -melf64bmip"
3830 ;;
3831 esac
3832 else
6be7c12c 3833 case `/usr/bin/file conftest.$ac_objext` in
252b5132
RH
3834 *32-bit*)
3835 LD="${LD-ld} -32"
3836 ;;
3837 *N32*)
3838 LD="${LD-ld} -n32"
3839 ;;
3840 *64-bit*)
3841 LD="${LD-ld} -64"
3842 ;;
3843 esac
27a710e5 3844 fi
252b5132
RH
3845 fi
3846 rm -rf conftest*
3847 ;;
3848
4867be41
DJ
3849ia64-*-hpux*)
3850 # Find out which ABI we are using.
3851 echo 'int i;' > conftest.$ac_ext
42ecbf5e
DJ
3852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3853 (eval $ac_compile) 2>&5
3854 ac_status=$?
3855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856 (exit $ac_status); }; then
4867be41
DJ
3857 case "`/usr/bin/file conftest.o`" in
3858 *ELF-32*)
3859 HPUX_IA64_MODE="32"
3860 ;;
3861 *ELF-64*)
3862 HPUX_IA64_MODE="64"
3863 ;;
3864 esac
3865 fi
3866 rm -rf conftest*
3867 ;;
3868
252b5132
RH
3869*-*-sco3.2v5*)
3870 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
3871 SAVE_CFLAGS="$CFLAGS"
3872 CFLAGS="$CFLAGS -belf"
42ecbf5e
DJ
3873 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3874echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3875if test "${lt_cv_cc_needs_belf+set}" = set; then
3876 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3877else
42ecbf5e
DJ
3878
3879
ac48eca1 3880 ac_ext=c
ac48eca1 3881ac_cpp='$CPP $CPPFLAGS'
42ecbf5e
DJ
3882ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3883ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3884ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 3885
42ecbf5e
DJ
3886 cat >conftest.$ac_ext <<_ACEOF
3887/* confdefs.h. */
3888_ACEOF
3889cat confdefs.h >>conftest.$ac_ext
3890cat >>conftest.$ac_ext <<_ACEOF
3891/* end confdefs.h. */
252b5132 3892
42ecbf5e
DJ
3893int
3894main ()
3895{
252b5132 3896
42ecbf5e
DJ
3897 ;
3898 return 0;
3899}
3900_ACEOF
3901rm -f conftest.$ac_objext conftest$ac_exeext
3902if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3903 (eval $ac_link) 2>conftest.er1
3904 ac_status=$?
3905 grep -v '^ *+' conftest.er1 >conftest.err
3906 rm -f conftest.er1
3907 cat conftest.err >&5
3908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3909 (exit $ac_status); } &&
b7d4af3a
JW
3910 { ac_try='test -z "$ac_c_werror_flag"
3911 || test ! -s conftest.err'
42ecbf5e
DJ
3912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3913 (eval $ac_try) 2>&5
3914 ac_status=$?
3915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3916 (exit $ac_status); }; } &&
3917 { ac_try='test -s conftest$ac_exeext'
3918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3919 (eval $ac_try) 2>&5
3920 ac_status=$?
3921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922 (exit $ac_status); }; }; then
252b5132
RH
3923 lt_cv_cc_needs_belf=yes
3924else
42ecbf5e
DJ
3925 echo "$as_me: failed program was:" >&5
3926sed 's/^/| /' conftest.$ac_ext >&5
3927
3928lt_cv_cc_needs_belf=no
252b5132 3929fi
42ecbf5e
DJ
3930rm -f conftest.err conftest.$ac_objext \
3931 conftest$ac_exeext conftest.$ac_ext
ac48eca1 3932 ac_ext=c
ac48eca1 3933ac_cpp='$CPP $CPPFLAGS'
42ecbf5e
DJ
3934ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3935ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3936ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 3937
252b5132 3938fi
42ecbf5e
DJ
3939echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
3940echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
252b5132
RH
3941 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
3942 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
3943 CFLAGS="$SAVE_CFLAGS"
3944 fi
3945 ;;
3946
252b5132
RH
3947
3948esac
3949
252b5132
RH
3950
3951# Save cache, so that ltconfig can load it
42ecbf5e 3952cat >confcache <<\_ACEOF
252b5132
RH
3953# This file is a shell script that caches the results of configure
3954# tests run on this system so they can be shared between configure
42ecbf5e
DJ
3955# scripts and configure runs, see configure's option --config-cache.
3956# It is not useful on other systems. If it contains results you don't
3957# want to keep, you may remove or edit it.
252b5132 3958#
42ecbf5e
DJ
3959# config.status only pays attention to the cache file if you give it
3960# the --recheck option to rerun configure.
252b5132 3961#
42ecbf5e
DJ
3962# `ac_cv_env_foo' variables (set or unset) will be overridden when
3963# loading this file, other *unset* `ac_cv_foo' will be assigned the
3964# following values.
3965
3966_ACEOF
3967
252b5132
RH
3968# The following way of writing the cache mishandles newlines in values,
3969# but we know of no workaround that is simple, portable, and efficient.
3970# So, don't put newlines in cache variables' values.
3971# Ultrix sh set writes to stderr and can't be redirected directly,
3972# and sets the high bit in the cache file unless we assign to the vars.
42ecbf5e
DJ
3973{
3974 (set) 2>&1 |
3975 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3976 *ac_space=\ *)
3977 # `set' does not quote correctly, so add quotes (double-quote
3978 # substitution turns \\\\ into \\, and sed turns \\ into \).
3979 sed -n \
3980 "s/'/'\\\\''/g;
3981 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3982 ;;
3983 *)
3984 # `set' quotes correctly as required by POSIX, so do not add quotes.
3985 sed -n \
3986 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3987 ;;
3988 esac;
3989} |
3990 sed '
3991 t clear
3992 : clear
3993 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3994 t end
3995 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3996 : end' >>confcache
3997if diff $cache_file confcache >/dev/null 2>&1; then :; else
252b5132 3998 if test -w $cache_file; then
42ecbf5e
DJ
3999 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4000 cat confcache >$cache_file
252b5132
RH
4001 else
4002 echo "not updating unwritable cache $cache_file"
4003 fi
4004fi
4005rm -f confcache
4006
252b5132 4007# Actually configure libtool. ac_aux_dir is where install-sh is found.
ac48eca1 4008AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
d64552c5 4009MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
ac48eca1
AO
4010LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
4011AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
4012objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
4013deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
252b5132 4014${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
ac48eca1 4015$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
42ecbf5e
DJ
4016|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4017echo "$as_me: error: libtool configure failed" >&2;}
4018 { (exit 1); exit 1; }; }
252b5132
RH
4019
4020# Reload cache, that may have been modified by ltconfig
4021if test -r "$cache_file"; then
42ecbf5e
DJ
4022 # Some versions of bash will fail to source /dev/null (special
4023 # files actually), so we avoid doing that.
4024 if test -f "$cache_file"; then
4025 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4026echo "$as_me: loading cache $cache_file" >&6;}
4027 case $cache_file in
4028 [\\/]* | ?:[\\/]* ) . $cache_file;;
4029 *) . ./$cache_file;;
4030 esac
4031 fi
252b5132 4032else
42ecbf5e
DJ
4033 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4034echo "$as_me: creating cache $cache_file" >&6;}
4035 >$cache_file
252b5132
RH
4036fi
4037
4038
4039# This can be used to rebuild libtool when needed
ac48eca1 4040LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
252b5132
RH
4041
4042# Always use our own libtool.
4043LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4044
4045# Redirect the config.log output again, so that the ltconfig log is not
4046# clobbered by the next message.
4047exec 5>>./config.log
4048
ac48eca1 4049
42ecbf5e
DJ
4050
4051
4052
4053
ac48eca1 4054
252b5132
RH
4055# Check whether --enable-targets or --disable-targets was given.
4056if test "${enable_targets+set}" = set; then
4057 enableval="$enable_targets"
4058 case "${enableval}" in
42ecbf5e
DJ
4059 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4060echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4061 { (exit 1); exit 1; }; }
252b5132
RH
4062 ;;
4063 no) enable_targets= ;;
4064 *) enable_targets=$enableval ;;
4065esac
42ecbf5e 4066fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
252b5132
RH
4067if test "${enable_commonbfdlib+set}" = set; then
4068 enableval="$enable_commonbfdlib"
4069 case "${enableval}" in
4070 yes) commonbfdlib=true ;;
4071 no) commonbfdlib=false ;;
42ecbf5e
DJ
4072 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
4073echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
4074 { (exit 1); exit 1; }; } ;;
252b5132 4075esac
42ecbf5e 4076fi;
398ee8f1 4077
9e9b66a9 4078WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
1ad12f97 4079
569acd2c
NC
4080# Check whether --enable-werror or --disable-werror was given.
4081if test "${enable_werror+set}" = set; then
4082 enableval="$enable_werror"
1ad12f97
NC
4083 case "${enableval}" in
4084 yes | y) ERROR_ON_WARNING="yes" ;;
4085 no | n) ERROR_ON_WARNING="no" ;;
42ecbf5e
DJ
4086 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4087echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
4088 { (exit 1); exit 1; }; } ;;
1ad12f97 4089 esac
42ecbf5e 4090fi;
1ad12f97 4091
9e9b66a9
AM
4092# Enable -Werror by default when using gcc
4093if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4094 ERROR_ON_WARNING=yes
1ad12f97 4095fi
569acd2c 4096
9e9b66a9
AM
4097NO_WERROR=
4098if test "${ERROR_ON_WARNING}" = yes ; then
4099 WARN_CFLAGS="$WARN_CFLAGS -Werror"
4100 NO_WERROR="-Wno-error"
4101fi
42ecbf5e 4102
a2d91340
AC
4103# Check whether --enable-build-warnings or --disable-build-warnings was given.
4104if test "${enable_build_warnings+set}" = set; then
4105 enableval="$enable_build_warnings"
4106 case "${enableval}" in
4107 yes) ;;
9e9b66a9 4108 no) WARN_CFLAGS="-w";;
a2d91340 4109 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
9e9b66a9 4110 WARN_CFLAGS="${WARN_CFLAGS} ${t}";;
a2d91340 4111 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
9e9b66a9
AM
4112 WARN_CFLAGS="${t} ${WARN_CFLAGS}";;
4113 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
d15b04bd 4114esac
42ecbf5e 4115fi;
9e9b66a9
AM
4116
4117if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
4118 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
d15b04bd 4119fi
9e9b66a9
AM
4120
4121
e5a52504 4122
e5a52504 4123
398ee8f1 4124
42ecbf5e 4125 ac_config_headers="$ac_config_headers config.h:config.in"
d15b04bd
L
4126
4127
4128if test -z "$target" ; then
42ecbf5e
DJ
4129 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
4130echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
4131 { (exit 1); exit 1; }; }
d15b04bd
L
4132fi
4133if test -z "$host" ; then
42ecbf5e
DJ
4134 { { echo "$as_me:$LINENO: error: Unrecognized host system type; please check config.sub." >&5
4135echo "$as_me: error: Unrecognized host system type; please check config.sub." >&2;}
4136 { (exit 1); exit 1; }; }
4137fi
4138
4139ac_ext=c
4140ac_cpp='$CPP $CPPFLAGS'
4141ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4142ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4143ac_compiler_gnu=$ac_cv_c_compiler_gnu
4144if test -n "$ac_tool_prefix"; then
4145 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4146set dummy ${ac_tool_prefix}gcc; ac_word=$2
4147echo "$as_me:$LINENO: checking for $ac_word" >&5
4148echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4149if test "${ac_cv_prog_CC+set}" = set; then
4150 echo $ECHO_N "(cached) $ECHO_C" >&6
4151else
4152 if test -n "$CC"; then
4153 ac_cv_prog_CC="$CC" # Let the user override the test.
4154else
4155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4156for as_dir in $PATH
4157do
4158 IFS=$as_save_IFS
4159 test -z "$as_dir" && as_dir=.
4160 for ac_exec_ext in '' $ac_executable_extensions; do
4161 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4162 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4163 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4164 break 2
4165 fi
4166done
4167done
4168
4169fi
4170fi
4171CC=$ac_cv_prog_CC
4172if test -n "$CC"; then
4173 echo "$as_me:$LINENO: result: $CC" >&5
4174echo "${ECHO_T}$CC" >&6
4175else
4176 echo "$as_me:$LINENO: result: no" >&5
4177echo "${ECHO_T}no" >&6
d15b04bd
L
4178fi
4179
42ecbf5e
DJ
4180fi
4181if test -z "$ac_cv_prog_CC"; then
4182 ac_ct_CC=$CC
4183 # Extract the first word of "gcc", so it can be a program name with args.
d15b04bd 4184set dummy gcc; ac_word=$2
42ecbf5e
DJ
4185echo "$as_me:$LINENO: checking for $ac_word" >&5
4186echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4187if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4188 echo $ECHO_N "(cached) $ECHO_C" >&6
4189else
4190 if test -n "$ac_ct_CC"; then
4191 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4192else
4193as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4194for as_dir in $PATH
4195do
4196 IFS=$as_save_IFS
4197 test -z "$as_dir" && as_dir=.
4198 for ac_exec_ext in '' $ac_executable_extensions; do
4199 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4200 ac_cv_prog_ac_ct_CC="gcc"
4201 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4202 break 2
4203 fi
4204done
4205done
4206
4207fi
4208fi
4209ac_ct_CC=$ac_cv_prog_ac_ct_CC
4210if test -n "$ac_ct_CC"; then
4211 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4212echo "${ECHO_T}$ac_ct_CC" >&6
4213else
4214 echo "$as_me:$LINENO: result: no" >&5
4215echo "${ECHO_T}no" >&6
4216fi
4217
4218 CC=$ac_ct_CC
4219else
4220 CC="$ac_cv_prog_CC"
4221fi
4222
4223if test -z "$CC"; then
4224 if test -n "$ac_tool_prefix"; then
4225 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4226set dummy ${ac_tool_prefix}cc; ac_word=$2
4227echo "$as_me:$LINENO: checking for $ac_word" >&5
4228echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4229if test "${ac_cv_prog_CC+set}" = set; then
4230 echo $ECHO_N "(cached) $ECHO_C" >&6
e5a52504 4231else
d15b04bd
L
4232 if test -n "$CC"; then
4233 ac_cv_prog_CC="$CC" # Let the user override the test.
e5a52504 4234else
42ecbf5e
DJ
4235as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4236for as_dir in $PATH
4237do
4238 IFS=$as_save_IFS
4239 test -z "$as_dir" && as_dir=.
4240 for ac_exec_ext in '' $ac_executable_extensions; do
4241 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4242 ac_cv_prog_CC="${ac_tool_prefix}cc"
4243 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4244 break 2
4245 fi
4246done
4247done
4248
252b5132 4249fi
e5a52504 4250fi
42ecbf5e 4251CC=$ac_cv_prog_CC
d15b04bd 4252if test -n "$CC"; then
42ecbf5e
DJ
4253 echo "$as_me:$LINENO: result: $CC" >&5
4254echo "${ECHO_T}$CC" >&6
4255else
4256 echo "$as_me:$LINENO: result: no" >&5
4257echo "${ECHO_T}no" >&6
4258fi
4259
4260fi
4261if test -z "$ac_cv_prog_CC"; then
4262 ac_ct_CC=$CC
4263 # Extract the first word of "cc", so it can be a program name with args.
4264set dummy cc; ac_word=$2
4265echo "$as_me:$LINENO: checking for $ac_word" >&5
4266echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4267if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4268 echo $ECHO_N "(cached) $ECHO_C" >&6
4269else
4270 if test -n "$ac_ct_CC"; then
4271 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4272else
4273as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4274for as_dir in $PATH
4275do
4276 IFS=$as_save_IFS
4277 test -z "$as_dir" && as_dir=.
4278 for ac_exec_ext in '' $ac_executable_extensions; do
4279 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4280 ac_cv_prog_ac_ct_CC="cc"
4281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4282 break 2
4283 fi
4284done
4285done
4286
4287fi
4288fi
4289ac_ct_CC=$ac_cv_prog_ac_ct_CC
4290if test -n "$ac_ct_CC"; then
4291 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4292echo "${ECHO_T}$ac_ct_CC" >&6
4293else
4294 echo "$as_me:$LINENO: result: no" >&5
4295echo "${ECHO_T}no" >&6
4296fi
4297
4298 CC=$ac_ct_CC
252b5132 4299else
42ecbf5e 4300 CC="$ac_cv_prog_CC"
252b5132 4301fi
e5a52504 4302
42ecbf5e 4303fi
d15b04bd
L
4304if test -z "$CC"; then
4305 # Extract the first word of "cc", so it can be a program name with args.
4306set dummy cc; ac_word=$2
42ecbf5e
DJ
4307echo "$as_me:$LINENO: checking for $ac_word" >&5
4308echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4309if test "${ac_cv_prog_CC+set}" = set; then
4310 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 4311else
d15b04bd
L
4312 if test -n "$CC"; then
4313 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4314else
d15b04bd 4315 ac_prog_rejected=no
42ecbf5e
DJ
4316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4317for as_dir in $PATH
4318do
4319 IFS=$as_save_IFS
4320 test -z "$as_dir" && as_dir=.
4321 for ac_exec_ext in '' $ac_executable_extensions; do
4322 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4323 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4324 ac_prog_rejected=yes
4325 continue
4326 fi
4327 ac_cv_prog_CC="cc"
4328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4329 break 2
4330 fi
4331done
4332done
4333
d15b04bd
L
4334if test $ac_prog_rejected = yes; then
4335 # We found a bogon in the path, so make sure we never use it.
4336 set dummy $ac_cv_prog_CC
4337 shift
42ecbf5e 4338 if test $# != 0; then
d15b04bd
L
4339 # We chose a different compiler from the bogus one.
4340 # However, it has the same basename, so the bogon will be chosen
4341 # first if we set CC to just the basename; use the full file name.
4342 shift
42ecbf5e 4343 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
e5a52504 4344 fi
252b5132
RH
4345fi
4346fi
d15b04bd 4347fi
42ecbf5e 4348CC=$ac_cv_prog_CC
d15b04bd 4349if test -n "$CC"; then
42ecbf5e
DJ
4350 echo "$as_me:$LINENO: result: $CC" >&5
4351echo "${ECHO_T}$CC" >&6
252b5132 4352else
42ecbf5e
DJ
4353 echo "$as_me:$LINENO: result: no" >&5
4354echo "${ECHO_T}no" >&6
252b5132
RH
4355fi
4356
42ecbf5e
DJ
4357fi
4358if test -z "$CC"; then
4359 if test -n "$ac_tool_prefix"; then
4360 for ac_prog in cl
4361 do
4362 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4363set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4364echo "$as_me:$LINENO: checking for $ac_word" >&5
4365echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4366if test "${ac_cv_prog_CC+set}" = set; then
4367 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 4368else
d15b04bd
L
4369 if test -n "$CC"; then
4370 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4371else
42ecbf5e
DJ
4372as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4373for as_dir in $PATH
4374do
4375 IFS=$as_save_IFS
4376 test -z "$as_dir" && as_dir=.
4377 for ac_exec_ext in '' $ac_executable_extensions; do
4378 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4379 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4380 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4381 break 2
4382 fi
4383done
4384done
4385
252b5132
RH
4386fi
4387fi
42ecbf5e 4388CC=$ac_cv_prog_CC
d15b04bd 4389if test -n "$CC"; then
42ecbf5e
DJ
4390 echo "$as_me:$LINENO: result: $CC" >&5
4391echo "${ECHO_T}$CC" >&6
252b5132 4392else
42ecbf5e
DJ
4393 echo "$as_me:$LINENO: result: no" >&5
4394echo "${ECHO_T}no" >&6
d15b04bd 4395fi
42ecbf5e
DJ
4396
4397 test -n "$CC" && break
4398 done
4399fi
4400if test -z "$CC"; then
4401 ac_ct_CC=$CC
4402 for ac_prog in cl
4403do
4404 # Extract the first word of "$ac_prog", so it can be a program name with args.
4405set dummy $ac_prog; ac_word=$2
4406echo "$as_me:$LINENO: checking for $ac_word" >&5
4407echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4408if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4409 echo $ECHO_N "(cached) $ECHO_C" >&6
4410else
4411 if test -n "$ac_ct_CC"; then
4412 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4413else
4414as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4415for as_dir in $PATH
4416do
4417 IFS=$as_save_IFS
4418 test -z "$as_dir" && as_dir=.
4419 for ac_exec_ext in '' $ac_executable_extensions; do
4420 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4421 ac_cv_prog_ac_ct_CC="$ac_prog"
4422 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4423 break 2
d15b04bd 4424 fi
42ecbf5e
DJ
4425done
4426done
4427
4428fi
4429fi
4430ac_ct_CC=$ac_cv_prog_ac_ct_CC
4431if test -n "$ac_ct_CC"; then
4432 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4433echo "${ECHO_T}$ac_ct_CC" >&6
4434else
4435 echo "$as_me:$LINENO: result: no" >&5
4436echo "${ECHO_T}no" >&6
252b5132
RH
4437fi
4438
42ecbf5e
DJ
4439 test -n "$ac_ct_CC" && break
4440done
e5a52504 4441
42ecbf5e
DJ
4442 CC=$ac_ct_CC
4443fi
4444
4445fi
4446
4447
4448test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4449See \`config.log' for more details." >&5
4450echo "$as_me: error: no acceptable C compiler found in \$PATH
4451See \`config.log' for more details." >&2;}
4452 { (exit 1); exit 1; }; }
4453
4454# Provide some information about the compiler.
4455echo "$as_me:$LINENO:" \
4456 "checking for C compiler version" >&5
4457ac_compiler=`set X $ac_compile; echo $2`
4458{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4459 (eval $ac_compiler --version </dev/null >&5) 2>&5
4460 ac_status=$?
4461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4462 (exit $ac_status); }
4463{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4464 (eval $ac_compiler -v </dev/null >&5) 2>&5
4465 ac_status=$?
4466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4467 (exit $ac_status); }
4468{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4469 (eval $ac_compiler -V </dev/null >&5) 2>&5
4470 ac_status=$?
4471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); }
4473
4474echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4475echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4476if test "${ac_cv_c_compiler_gnu+set}" = set; then
4477 echo $ECHO_N "(cached) $ECHO_C" >&6
4478else
4479 cat >conftest.$ac_ext <<_ACEOF
4480/* confdefs.h. */
4481_ACEOF
4482cat confdefs.h >>conftest.$ac_ext
4483cat >>conftest.$ac_ext <<_ACEOF
4484/* end confdefs.h. */
4485
4486int
4487main ()
4488{
4489#ifndef __GNUC__
4490 choke me
4491#endif
e5a52504 4492
42ecbf5e
DJ
4493 ;
4494 return 0;
4495}
4496_ACEOF
4497rm -f conftest.$ac_objext
4498if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4499 (eval $ac_compile) 2>conftest.er1
4500 ac_status=$?
4501 grep -v '^ *+' conftest.er1 >conftest.err
4502 rm -f conftest.er1
4503 cat conftest.err >&5
4504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4505 (exit $ac_status); } &&
b7d4af3a
JW
4506 { ac_try='test -z "$ac_c_werror_flag"
4507 || test ! -s conftest.err'
42ecbf5e
DJ
4508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4509 (eval $ac_try) 2>&5
4510 ac_status=$?
4511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4512 (exit $ac_status); }; } &&
4513 { ac_try='test -s conftest.$ac_objext'
4514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4515 (eval $ac_try) 2>&5
4516 ac_status=$?
4517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4518 (exit $ac_status); }; }; then
4519 ac_compiler_gnu=yes
4520else
4521 echo "$as_me: failed program was:" >&5
4522sed 's/^/| /' conftest.$ac_ext >&5
4523
4524ac_compiler_gnu=no
4525fi
4526rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4527ac_cv_c_compiler_gnu=$ac_compiler_gnu
4528
4529fi
4530echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4531echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4532GCC=`test $ac_compiler_gnu = yes && echo yes`
4533ac_test_CFLAGS=${CFLAGS+set}
4534ac_save_CFLAGS=$CFLAGS
4535CFLAGS="-g"
4536echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4537echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4538if test "${ac_cv_prog_cc_g+set}" = set; then
4539 echo $ECHO_N "(cached) $ECHO_C" >&6
4540else
4541 cat >conftest.$ac_ext <<_ACEOF
4542/* confdefs.h. */
4543_ACEOF
4544cat confdefs.h >>conftest.$ac_ext
4545cat >>conftest.$ac_ext <<_ACEOF
4546/* end confdefs.h. */
252b5132 4547
42ecbf5e
DJ
4548int
4549main ()
4550{
d15b04bd 4551
42ecbf5e
DJ
4552 ;
4553 return 0;
4554}
4555_ACEOF
4556rm -f conftest.$ac_objext
4557if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4558 (eval $ac_compile) 2>conftest.er1
4559 ac_status=$?
4560 grep -v '^ *+' conftest.er1 >conftest.err
4561 rm -f conftest.er1
4562 cat conftest.err >&5
4563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4564 (exit $ac_status); } &&
b7d4af3a
JW
4565 { ac_try='test -z "$ac_c_werror_flag"
4566 || test ! -s conftest.err'
42ecbf5e
DJ
4567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4568 (eval $ac_try) 2>&5
4569 ac_status=$?
4570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4571 (exit $ac_status); }; } &&
4572 { ac_try='test -s conftest.$ac_objext'
4573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4574 (eval $ac_try) 2>&5
4575 ac_status=$?
4576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4577 (exit $ac_status); }; }; then
4578 ac_cv_prog_cc_g=yes
4579else
4580 echo "$as_me: failed program was:" >&5
4581sed 's/^/| /' conftest.$ac_ext >&5
4582
4583ac_cv_prog_cc_g=no
4584fi
4585rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4586fi
4587echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4588echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4589if test "$ac_test_CFLAGS" = set; then
4590 CFLAGS=$ac_save_CFLAGS
4591elif test $ac_cv_prog_cc_g = yes; then
4592 if test "$GCC" = yes; then
4593 CFLAGS="-g -O2"
d15b04bd 4594 else
42ecbf5e 4595 CFLAGS="-g"
d15b04bd 4596 fi
252b5132 4597else
42ecbf5e
DJ
4598 if test "$GCC" = yes; then
4599 CFLAGS="-O2"
4600 else
4601 CFLAGS=
4602 fi
252b5132 4603fi
42ecbf5e
DJ
4604echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4605echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4606if test "${ac_cv_prog_cc_stdc+set}" = set; then
4607 echo $ECHO_N "(cached) $ECHO_C" >&6
4608else
4609 ac_cv_prog_cc_stdc=no
4610ac_save_CC=$CC
4611cat >conftest.$ac_ext <<_ACEOF
4612/* confdefs.h. */
4613_ACEOF
4614cat confdefs.h >>conftest.$ac_ext
4615cat >>conftest.$ac_ext <<_ACEOF
4616/* end confdefs.h. */
4617#include <stdarg.h>
4618#include <stdio.h>
4619#include <sys/types.h>
4620#include <sys/stat.h>
4621/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4622struct buf { int x; };
4623FILE * (*rcsopen) (struct buf *, struct stat *, int);
4624static char *e (p, i)
4625 char **p;
4626 int i;
4627{
4628 return p[i];
4629}
4630static char *f (char * (*g) (char **, int), char **p, ...)
4631{
4632 char *s;
4633 va_list v;
4634 va_start (v,p);
4635 s = g (p, va_arg (v,int));
4636 va_end (v);
4637 return s;
4638}
252b5132 4639
42ecbf5e
DJ
4640/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4641 function prototypes and stuff, but not '\xHH' hex character constants.
4642 These don't provoke an error unfortunately, instead are silently treated
4643 as 'x'. The following induces an error, until -std1 is added to get
4644 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4645 array size at least. It's necessary to write '\x00'==0 to get something
4646 that's true only with -std1. */
4647int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4648
4649int test (int i, double x);
4650struct s1 {int (*f) (int a);};
4651struct s2 {int (*f) (double a);};
4652int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4653int argc;
4654char **argv;
4655int
4656main ()
4657{
4658return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4659 ;
4660 return 0;
4661}
4662_ACEOF
4663# Don't try gcc -ansi; that turns off useful extensions and
4664# breaks some systems' header files.
4665# AIX -qlanglvl=ansi
4666# Ultrix and OSF/1 -std1
4667# HP-UX 10.20 and later -Ae
4668# HP-UX older versions -Aa -D_HPUX_SOURCE
4669# SVR4 -Xc -D__EXTENSIONS__
4670for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4671do
4672 CC="$ac_save_CC $ac_arg"
4673 rm -f conftest.$ac_objext
4674if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4675 (eval $ac_compile) 2>conftest.er1
4676 ac_status=$?
4677 grep -v '^ *+' conftest.er1 >conftest.err
4678 rm -f conftest.er1
4679 cat conftest.err >&5
4680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4681 (exit $ac_status); } &&
b7d4af3a
JW
4682 { ac_try='test -z "$ac_c_werror_flag"
4683 || test ! -s conftest.err'
42ecbf5e
DJ
4684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4685 (eval $ac_try) 2>&5
4686 ac_status=$?
4687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4688 (exit $ac_status); }; } &&
4689 { ac_try='test -s conftest.$ac_objext'
4690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4691 (eval $ac_try) 2>&5
4692 ac_status=$?
4693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4694 (exit $ac_status); }; }; then
4695 ac_cv_prog_cc_stdc=$ac_arg
4696break
252b5132 4697else
42ecbf5e
DJ
4698 echo "$as_me: failed program was:" >&5
4699sed 's/^/| /' conftest.$ac_ext >&5
4700
252b5132 4701fi
42ecbf5e
DJ
4702rm -f conftest.err conftest.$ac_objext
4703done
4704rm -f conftest.$ac_ext conftest.$ac_objext
4705CC=$ac_save_CC
4706
252b5132 4707fi
e5a52504 4708
42ecbf5e
DJ
4709case "x$ac_cv_prog_cc_stdc" in
4710 x|xno)
4711 echo "$as_me:$LINENO: result: none needed" >&5
4712echo "${ECHO_T}none needed" >&6 ;;
4713 *)
4714 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4715echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4716 CC="$CC $ac_cv_prog_cc_stdc" ;;
4717esac
e5a52504 4718
42ecbf5e
DJ
4719# Some people use a C++ compiler to compile C. Since we use `exit',
4720# in C++ we need to declare it. In case someone uses the same compiler
4721# for both compiling C and C++ we need to have the C++ compiler decide
4722# the declaration of exit, since it's the most demanding environment.
4723cat >conftest.$ac_ext <<_ACEOF
4724#ifndef __cplusplus
4725 choke me
4726#endif
4727_ACEOF
4728rm -f conftest.$ac_objext
4729if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4730 (eval $ac_compile) 2>conftest.er1
4731 ac_status=$?
4732 grep -v '^ *+' conftest.er1 >conftest.err
4733 rm -f conftest.er1
4734 cat conftest.err >&5
4735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4736 (exit $ac_status); } &&
b7d4af3a
JW
4737 { ac_try='test -z "$ac_c_werror_flag"
4738 || test ! -s conftest.err'
42ecbf5e
DJ
4739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4740 (eval $ac_try) 2>&5
4741 ac_status=$?
4742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4743 (exit $ac_status); }; } &&
4744 { ac_try='test -s conftest.$ac_objext'
4745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4746 (eval $ac_try) 2>&5
4747 ac_status=$?
4748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4749 (exit $ac_status); }; }; then
4750 for ac_declaration in \
4751 '' \
4752 'extern "C" void std::exit (int) throw (); using std::exit;' \
4753 'extern "C" void std::exit (int); using std::exit;' \
4754 'extern "C" void exit (int) throw ();' \
4755 'extern "C" void exit (int);' \
4756 'void exit (int);'
4757do
4758 cat >conftest.$ac_ext <<_ACEOF
4759/* confdefs.h. */
4760_ACEOF
4761cat confdefs.h >>conftest.$ac_ext
4762cat >>conftest.$ac_ext <<_ACEOF
4763/* end confdefs.h. */
4764$ac_declaration
4765#include <stdlib.h>
4766int
4767main ()
4768{
4769exit (42);
4770 ;
4771 return 0;
4772}
4773_ACEOF
4774rm -f conftest.$ac_objext
4775if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4776 (eval $ac_compile) 2>conftest.er1
4777 ac_status=$?
4778 grep -v '^ *+' conftest.er1 >conftest.err
4779 rm -f conftest.er1
4780 cat conftest.err >&5
4781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4782 (exit $ac_status); } &&
b7d4af3a
JW
4783 { ac_try='test -z "$ac_c_werror_flag"
4784 || test ! -s conftest.err'
42ecbf5e
DJ
4785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4786 (eval $ac_try) 2>&5
4787 ac_status=$?
4788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4789 (exit $ac_status); }; } &&
4790 { ac_try='test -s conftest.$ac_objext'
4791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4792 (eval $ac_try) 2>&5
4793 ac_status=$?
4794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4795 (exit $ac_status); }; }; then
4796 :
d15b04bd 4797else
42ecbf5e
DJ
4798 echo "$as_me: failed program was:" >&5
4799sed 's/^/| /' conftest.$ac_ext >&5
252b5132 4800
42ecbf5e
DJ
4801continue
4802fi
4803rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4804 cat >conftest.$ac_ext <<_ACEOF
4805/* confdefs.h. */
4806_ACEOF
4807cat confdefs.h >>conftest.$ac_ext
4808cat >>conftest.$ac_ext <<_ACEOF
4809/* end confdefs.h. */
4810$ac_declaration
4811int
4812main ()
4813{
4814exit (42);
4815 ;
4816 return 0;
4817}
4818_ACEOF
4819rm -f conftest.$ac_objext
4820if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4821 (eval $ac_compile) 2>conftest.er1
4822 ac_status=$?
4823 grep -v '^ *+' conftest.er1 >conftest.err
4824 rm -f conftest.er1
4825 cat conftest.err >&5
4826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4827 (exit $ac_status); } &&
b7d4af3a
JW
4828 { ac_try='test -z "$ac_c_werror_flag"
4829 || test ! -s conftest.err'
42ecbf5e
DJ
4830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4831 (eval $ac_try) 2>&5
4832 ac_status=$?
4833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4834 (exit $ac_status); }; } &&
4835 { ac_try='test -s conftest.$ac_objext'
4836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4837 (eval $ac_try) 2>&5
4838 ac_status=$?
4839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4840 (exit $ac_status); }; }; then
4841 break
d15b04bd 4842else
42ecbf5e
DJ
4843 echo "$as_me: failed program was:" >&5
4844sed 's/^/| /' conftest.$ac_ext >&5
4845
252b5132 4846fi
42ecbf5e
DJ
4847rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4848done
d15b04bd 4849rm -f conftest*
42ecbf5e
DJ
4850if test -n "$ac_declaration"; then
4851 echo '#ifdef __cplusplus' >>confdefs.h
4852 echo $ac_declaration >>confdefs.h
4853 echo '#endif' >>confdefs.h
d15b04bd 4854fi
252b5132 4855
ac48eca1 4856else
42ecbf5e
DJ
4857 echo "$as_me: failed program was:" >&5
4858sed 's/^/| /' conftest.$ac_ext >&5
4859
d15b04bd 4860fi
42ecbf5e
DJ
4861rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4862ac_ext=c
4863ac_cpp='$CPP $CPPFLAGS'
4864ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4865ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4866ac_compiler_gnu=$ac_cv_c_compiler_gnu
e5a52504 4867
d15b04bd
L
4868
4869for ac_prog in 'bison -y' byacc
4870do
42ecbf5e 4871 # Extract the first word of "$ac_prog", so it can be a program name with args.
d15b04bd 4872set dummy $ac_prog; ac_word=$2
42ecbf5e
DJ
4873echo "$as_me:$LINENO: checking for $ac_word" >&5
4874echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4875if test "${ac_cv_prog_YACC+set}" = set; then
4876 echo $ECHO_N "(cached) $ECHO_C" >&6
d15b04bd
L
4877else
4878 if test -n "$YACC"; then
4879 ac_cv_prog_YACC="$YACC" # Let the user override the test.
4880else
42ecbf5e
DJ
4881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4882for as_dir in $PATH
4883do
4884 IFS=$as_save_IFS
4885 test -z "$as_dir" && as_dir=.
4886 for ac_exec_ext in '' $ac_executable_extensions; do
4887 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4888 ac_cv_prog_YACC="$ac_prog"
4889 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4890 break 2
4891 fi
4892done
4893done
4894
ac48eca1
AO
4895fi
4896fi
42ecbf5e 4897YACC=$ac_cv_prog_YACC
d15b04bd 4898if test -n "$YACC"; then
42ecbf5e
DJ
4899 echo "$as_me:$LINENO: result: $YACC" >&5
4900echo "${ECHO_T}$YACC" >&6
e5a52504 4901else
42ecbf5e
DJ
4902 echo "$as_me:$LINENO: result: no" >&5
4903echo "${ECHO_T}no" >&6
e5a52504
MM
4904fi
4905
42ecbf5e 4906 test -n "$YACC" && break
d15b04bd
L
4907done
4908test -n "$YACC" || YACC="yacc"
4909
d15b04bd
L
4910for ac_prog in flex lex
4911do
42ecbf5e 4912 # Extract the first word of "$ac_prog", so it can be a program name with args.
d15b04bd 4913set dummy $ac_prog; ac_word=$2
42ecbf5e
DJ
4914echo "$as_me:$LINENO: checking for $ac_word" >&5
4915echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4916if test "${ac_cv_prog_LEX+set}" = set; then
4917 echo $ECHO_N "(cached) $ECHO_C" >&6
d15b04bd
L
4918else
4919 if test -n "$LEX"; then
4920 ac_cv_prog_LEX="$LEX" # Let the user override the test.
4921else
42ecbf5e
DJ
4922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4923for as_dir in $PATH
4924do
4925 IFS=$as_save_IFS
4926 test -z "$as_dir" && as_dir=.
4927 for ac_exec_ext in '' $ac_executable_extensions; do
4928 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4929 ac_cv_prog_LEX="$ac_prog"
4930 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4931 break 2
4932 fi
4933done
d15b04bd 4934done
d15b04bd 4935
d15b04bd 4936fi
e5a52504 4937fi
42ecbf5e 4938LEX=$ac_cv_prog_LEX
d15b04bd 4939if test -n "$LEX"; then
42ecbf5e
DJ
4940 echo "$as_me:$LINENO: result: $LEX" >&5
4941echo "${ECHO_T}$LEX" >&6
e5a52504 4942else
42ecbf5e
DJ
4943 echo "$as_me:$LINENO: result: no" >&5
4944echo "${ECHO_T}no" >&6
e5a52504 4945fi
e5a52504 4946
42ecbf5e
DJ
4947 test -n "$LEX" && break
4948done
4949test -n "$LEX" || LEX=":"
4950
d15b04bd
L
4951if test -z "$LEXLIB"
4952then
42ecbf5e
DJ
4953 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
4954echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
4955if test "${ac_cv_lib_fl_yywrap+set}" = set; then
4956 echo $ECHO_N "(cached) $ECHO_C" >&6
4957else
4958 ac_check_lib_save_LIBS=$LIBS
4959LIBS="-lfl $LIBS"
4960cat >conftest.$ac_ext <<_ACEOF
4961/* confdefs.h. */
4962_ACEOF
4963cat confdefs.h >>conftest.$ac_ext
4964cat >>conftest.$ac_ext <<_ACEOF
4965/* end confdefs.h. */
4966
d15b04bd 4967/* Override any gcc2 internal prototype to avoid an error. */
42ecbf5e
DJ
4968#ifdef __cplusplus
4969extern "C"
4970#endif
d15b04bd 4971/* We use char because int might match the return type of a gcc2
42ecbf5e
DJ
4972 builtin and then its argument prototype would still apply. */
4973char yywrap ();
4974int
4975main ()
4976{
4977yywrap ();
4978 ;
4979 return 0;
4980}
4981_ACEOF
4982rm -f conftest.$ac_objext conftest$ac_exeext
4983if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4984 (eval $ac_link) 2>conftest.er1
4985 ac_status=$?
4986 grep -v '^ *+' conftest.er1 >conftest.err
4987 rm -f conftest.er1
4988 cat conftest.err >&5
4989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4990 (exit $ac_status); } &&
b7d4af3a
JW
4991 { ac_try='test -z "$ac_c_werror_flag"
4992 || test ! -s conftest.err'
42ecbf5e
DJ
4993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4994 (eval $ac_try) 2>&5
4995 ac_status=$?
4996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4997 (exit $ac_status); }; } &&
4998 { ac_try='test -s conftest$ac_exeext'
4999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5000 (eval $ac_try) 2>&5
5001 ac_status=$?
5002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5003 (exit $ac_status); }; }; then
5004 ac_cv_lib_fl_yywrap=yes
5005else
5006 echo "$as_me: failed program was:" >&5
5007sed 's/^/| /' conftest.$ac_ext >&5
5008
5009ac_cv_lib_fl_yywrap=no
5010fi
5011rm -f conftest.err conftest.$ac_objext \
5012 conftest$ac_exeext conftest.$ac_ext
5013LIBS=$ac_check_lib_save_LIBS
5014fi
5015echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
5016echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
5017if test $ac_cv_lib_fl_yywrap = yes; then
5018 LEXLIB="-lfl"
5019else
5020 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
5021echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
5022if test "${ac_cv_lib_l_yywrap+set}" = set; then
5023 echo $ECHO_N "(cached) $ECHO_C" >&6
5024else
5025 ac_check_lib_save_LIBS=$LIBS
5026LIBS="-ll $LIBS"
5027cat >conftest.$ac_ext <<_ACEOF
5028/* confdefs.h. */
5029_ACEOF
5030cat confdefs.h >>conftest.$ac_ext
5031cat >>conftest.$ac_ext <<_ACEOF
5032/* end confdefs.h. */
d15b04bd 5033
42ecbf5e
DJ
5034/* Override any gcc2 internal prototype to avoid an error. */
5035#ifdef __cplusplus
5036extern "C"
5037#endif
5038/* We use char because int might match the return type of a gcc2
5039 builtin and then its argument prototype would still apply. */
5040char yywrap ();
5041int
5042main ()
5043{
5044yywrap ();
5045 ;
5046 return 0;
5047}
5048_ACEOF
5049rm -f conftest.$ac_objext conftest$ac_exeext
5050if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5051 (eval $ac_link) 2>conftest.er1
5052 ac_status=$?
5053 grep -v '^ *+' conftest.er1 >conftest.err
5054 rm -f conftest.er1
5055 cat conftest.err >&5
5056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5057 (exit $ac_status); } &&
b7d4af3a
JW
5058 { ac_try='test -z "$ac_c_werror_flag"
5059 || test ! -s conftest.err'
42ecbf5e
DJ
5060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5061 (eval $ac_try) 2>&5
5062 ac_status=$?
5063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5064 (exit $ac_status); }; } &&
5065 { ac_try='test -s conftest$ac_exeext'
5066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5067 (eval $ac_try) 2>&5
5068 ac_status=$?
5069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5070 (exit $ac_status); }; }; then
5071 ac_cv_lib_l_yywrap=yes
5072else
5073 echo "$as_me: failed program was:" >&5
5074sed 's/^/| /' conftest.$ac_ext >&5
5075
5076ac_cv_lib_l_yywrap=no
5077fi
5078rm -f conftest.err conftest.$ac_objext \
5079 conftest$ac_exeext conftest.$ac_ext
5080LIBS=$ac_check_lib_save_LIBS
5081fi
5082echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
5083echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
5084if test $ac_cv_lib_l_yywrap = yes; then
5085 LEXLIB="-ll"
5086fi
5087
5088fi
5089
5090fi
5091
5092if test "x$LEX" != "x:"; then
5093 echo "$as_me:$LINENO: checking lex output file root" >&5
5094echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
5095if test "${ac_cv_prog_lex_root+set}" = set; then
5096 echo $ECHO_N "(cached) $ECHO_C" >&6
e5a52504 5097else
d15b04bd
L
5098 # The minimal lex program is just a single line: %%. But some broken lexes
5099# (Solaris, I think it was) want two %% lines, so accommodate them.
42ecbf5e
DJ
5100cat >conftest.l <<_ACEOF
5101%%
5102%%
5103_ACEOF
5104{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
5105 (eval $LEX conftest.l) 2>&5
5106 ac_status=$?
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }
d15b04bd
L
5109if test -f lex.yy.c; then
5110 ac_cv_prog_lex_root=lex.yy
5111elif test -f lexyy.c; then
5112 ac_cv_prog_lex_root=lexyy
e5a52504 5113else
42ecbf5e
DJ
5114 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5115echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5116 { (exit 1); exit 1; }; }
e5a52504 5117fi
d15b04bd 5118fi
42ecbf5e
DJ
5119echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5120echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
5121rm -f conftest.l
d15b04bd
L
5122LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
5123
42ecbf5e
DJ
5124echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5125echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
5126if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5127 echo $ECHO_N "(cached) $ECHO_C" >&6
e5a52504 5128else
d15b04bd
L
5129 # POSIX says lex can declare yytext either as a pointer or an array; the
5130# default is implementation-dependent. Figure out which it is, since
5131# not all implementations provide the %pointer and %array declarations.
5132ac_cv_prog_lex_yytext_pointer=no
5133echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
42ecbf5e 5134ac_save_LIBS=$LIBS
d15b04bd 5135LIBS="$LIBS $LEXLIB"
42ecbf5e 5136cat >conftest.$ac_ext <<_ACEOF
d15b04bd 5137`cat $LEX_OUTPUT_ROOT.c`
42ecbf5e
DJ
5138_ACEOF
5139rm -f conftest.$ac_objext conftest$ac_exeext
5140if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5141 (eval $ac_link) 2>conftest.er1
5142 ac_status=$?
5143 grep -v '^ *+' conftest.er1 >conftest.err
5144 rm -f conftest.er1
5145 cat conftest.err >&5
5146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5147 (exit $ac_status); } &&
b7d4af3a
JW
5148 { ac_try='test -z "$ac_c_werror_flag"
5149 || test ! -s conftest.err'
42ecbf5e
DJ
5150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5151 (eval $ac_try) 2>&5
5152 ac_status=$?
5153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5154 (exit $ac_status); }; } &&
5155 { ac_try='test -s conftest$ac_exeext'
5156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5157 (eval $ac_try) 2>&5
5158 ac_status=$?
5159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5160 (exit $ac_status); }; }; then
d15b04bd
L
5161 ac_cv_prog_lex_yytext_pointer=yes
5162else
42ecbf5e
DJ
5163 echo "$as_me: failed program was:" >&5
5164sed 's/^/| /' conftest.$ac_ext >&5
5165
e5a52504 5166fi
42ecbf5e
DJ
5167rm -f conftest.err conftest.$ac_objext \
5168 conftest$ac_exeext conftest.$ac_ext
5169LIBS=$ac_save_LIBS
d15b04bd 5170rm -f "${LEX_OUTPUT_ROOT}.c"
e5a52504 5171
e5a52504 5172fi
42ecbf5e
DJ
5173echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5174echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
d15b04bd 5175if test $ac_cv_prog_lex_yytext_pointer = yes; then
42ecbf5e
DJ
5176
5177cat >>confdefs.h <<\_ACEOF
d15b04bd 5178#define YYTEXT_POINTER 1
42ecbf5e 5179_ACEOF
d15b04bd
L
5180
5181fi
e5a52504 5182
42ecbf5e
DJ
5183fi
5184if test "$LEX" = :; then
5185 LEX=${am_missing_run}flex
5186fi
e5a52504 5187
82d457f6 5188ALL_LINGUAS="fr tr ja es sv da zh_CN ru ro rw zh_TW"
42ecbf5e
DJ
5189if test -n "$ac_tool_prefix"; then
5190 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5191set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5192echo "$as_me:$LINENO: checking for $ac_word" >&5
5193echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5194if test "${ac_cv_prog_RANLIB+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
e5a52504 5196else
d15b04bd
L
5197 if test -n "$RANLIB"; then
5198 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5199else
42ecbf5e
DJ
5200as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5201for as_dir in $PATH
5202do
5203 IFS=$as_save_IFS
5204 test -z "$as_dir" && as_dir=.
5205 for ac_exec_ext in '' $ac_executable_extensions; do
5206 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5207 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5208 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5209 break 2
5210 fi
5211done
5212done
5213
d15b04bd
L
5214fi
5215fi
42ecbf5e 5216RANLIB=$ac_cv_prog_RANLIB
d15b04bd 5217if test -n "$RANLIB"; then
42ecbf5e
DJ
5218 echo "$as_me:$LINENO: result: $RANLIB" >&5
5219echo "${ECHO_T}$RANLIB" >&6
5220else
5221 echo "$as_me:$LINENO: result: no" >&5
5222echo "${ECHO_T}no" >&6
5223fi
5224
5225fi
5226if test -z "$ac_cv_prog_RANLIB"; then
5227 ac_ct_RANLIB=$RANLIB
5228 # Extract the first word of "ranlib", so it can be a program name with args.
5229set dummy ranlib; ac_word=$2
5230echo "$as_me:$LINENO: checking for $ac_word" >&5
5231echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5232if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5233 echo $ECHO_N "(cached) $ECHO_C" >&6
5234else
5235 if test -n "$ac_ct_RANLIB"; then
5236 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5237else
5238as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5239for as_dir in $PATH
5240do
5241 IFS=$as_save_IFS
5242 test -z "$as_dir" && as_dir=.
5243 for ac_exec_ext in '' $ac_executable_extensions; do
5244 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5245 ac_cv_prog_ac_ct_RANLIB="ranlib"
5246 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5247 break 2
5248 fi
5249done
5250done
5251
5252 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5253fi
5254fi
5255ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5256if test -n "$ac_ct_RANLIB"; then
5257 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5258echo "${ECHO_T}$ac_ct_RANLIB" >&6
5259else
5260 echo "$as_me:$LINENO: result: no" >&5
5261echo "${ECHO_T}no" >&6
5262fi
5263
5264 RANLIB=$ac_ct_RANLIB
5265else
5266 RANLIB="$ac_cv_prog_RANLIB"
5267fi
5268
5269ac_ext=c
5270ac_cpp='$CPP $CPPFLAGS'
5271ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5272ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5273ac_compiler_gnu=$ac_cv_c_compiler_gnu
5274echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5275echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5276# On Suns, sometimes $CPP names a directory.
5277if test -n "$CPP" && test -d "$CPP"; then
5278 CPP=
5279fi
5280if test -z "$CPP"; then
5281 if test "${ac_cv_prog_CPP+set}" = set; then
5282 echo $ECHO_N "(cached) $ECHO_C" >&6
5283else
5284 # Double quotes because CPP needs to be expanded
5285 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5286 do
5287 ac_preproc_ok=false
5288for ac_c_preproc_warn_flag in '' yes
5289do
5290 # Use a header file that comes with gcc, so configuring glibc
5291 # with a fresh cross-compiler works.
5292 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5293 # <limits.h> exists even on freestanding compilers.
5294 # On the NeXT, cc -E runs the code through the compiler's parser,
5295 # not just through cpp. "Syntax error" is here to catch this case.
5296 cat >conftest.$ac_ext <<_ACEOF
5297/* confdefs.h. */
5298_ACEOF
5299cat confdefs.h >>conftest.$ac_ext
5300cat >>conftest.$ac_ext <<_ACEOF
5301/* end confdefs.h. */
5302#ifdef __STDC__
5303# include <limits.h>
5304#else
5305# include <assert.h>
5306#endif
5307 Syntax error
5308_ACEOF
5309if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5310 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5311 ac_status=$?
5312 grep -v '^ *+' conftest.er1 >conftest.err
5313 rm -f conftest.er1
5314 cat conftest.err >&5
5315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5316 (exit $ac_status); } >/dev/null; then
5317 if test -s conftest.err; then
5318 ac_cpp_err=$ac_c_preproc_warn_flag
5319 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5320 else
5321 ac_cpp_err=
5322 fi
5323else
5324 ac_cpp_err=yes
5325fi
5326if test -z "$ac_cpp_err"; then
5327 :
5328else
5329 echo "$as_me: failed program was:" >&5
5330sed 's/^/| /' conftest.$ac_ext >&5
5331
5332 # Broken: fails on valid input.
5333continue
5334fi
5335rm -f conftest.err conftest.$ac_ext
5336
5337 # OK, works on sane cases. Now check whether non-existent headers
5338 # can be detected and how.
5339 cat >conftest.$ac_ext <<_ACEOF
5340/* confdefs.h. */
5341_ACEOF
5342cat confdefs.h >>conftest.$ac_ext
5343cat >>conftest.$ac_ext <<_ACEOF
5344/* end confdefs.h. */
5345#include <ac_nonexistent.h>
5346_ACEOF
5347if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5348 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5349 ac_status=$?
5350 grep -v '^ *+' conftest.er1 >conftest.err
5351 rm -f conftest.er1
5352 cat conftest.err >&5
5353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5354 (exit $ac_status); } >/dev/null; then
5355 if test -s conftest.err; then
5356 ac_cpp_err=$ac_c_preproc_warn_flag
5357 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5358 else
5359 ac_cpp_err=
5360 fi
5361else
5362 ac_cpp_err=yes
5363fi
5364if test -z "$ac_cpp_err"; then
5365 # Broken: success on invalid input.
5366continue
5367else
5368 echo "$as_me: failed program was:" >&5
5369sed 's/^/| /' conftest.$ac_ext >&5
5370
5371 # Passes both tests.
5372ac_preproc_ok=:
5373break
5374fi
5375rm -f conftest.err conftest.$ac_ext
5376
5377done
5378# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5379rm -f conftest.err conftest.$ac_ext
5380if $ac_preproc_ok; then
5381 break
5382fi
5383
5384 done
5385 ac_cv_prog_CPP=$CPP
5386
5387fi
5388 CPP=$ac_cv_prog_CPP
5389else
5390 ac_cv_prog_CPP=$CPP
5391fi
5392echo "$as_me:$LINENO: result: $CPP" >&5
5393echo "${ECHO_T}$CPP" >&6
5394ac_preproc_ok=false
5395for ac_c_preproc_warn_flag in '' yes
5396do
5397 # Use a header file that comes with gcc, so configuring glibc
5398 # with a fresh cross-compiler works.
5399 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5400 # <limits.h> exists even on freestanding compilers.
5401 # On the NeXT, cc -E runs the code through the compiler's parser,
5402 # not just through cpp. "Syntax error" is here to catch this case.
5403 cat >conftest.$ac_ext <<_ACEOF
5404/* confdefs.h. */
5405_ACEOF
5406cat confdefs.h >>conftest.$ac_ext
5407cat >>conftest.$ac_ext <<_ACEOF
5408/* end confdefs.h. */
5409#ifdef __STDC__
5410# include <limits.h>
5411#else
5412# include <assert.h>
5413#endif
5414 Syntax error
5415_ACEOF
5416if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5417 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5418 ac_status=$?
5419 grep -v '^ *+' conftest.er1 >conftest.err
5420 rm -f conftest.er1
5421 cat conftest.err >&5
5422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5423 (exit $ac_status); } >/dev/null; then
5424 if test -s conftest.err; then
5425 ac_cpp_err=$ac_c_preproc_warn_flag
5426 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5427 else
5428 ac_cpp_err=
5429 fi
5430else
5431 ac_cpp_err=yes
5432fi
5433if test -z "$ac_cpp_err"; then
5434 :
5435else
5436 echo "$as_me: failed program was:" >&5
5437sed 's/^/| /' conftest.$ac_ext >&5
5438
5439 # Broken: fails on valid input.
5440continue
5441fi
5442rm -f conftest.err conftest.$ac_ext
5443
5444 # OK, works on sane cases. Now check whether non-existent headers
5445 # can be detected and how.
5446 cat >conftest.$ac_ext <<_ACEOF
5447/* confdefs.h. */
5448_ACEOF
5449cat confdefs.h >>conftest.$ac_ext
5450cat >>conftest.$ac_ext <<_ACEOF
5451/* end confdefs.h. */
5452#include <ac_nonexistent.h>
5453_ACEOF
5454if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5455 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5456 ac_status=$?
5457 grep -v '^ *+' conftest.er1 >conftest.err
5458 rm -f conftest.er1
5459 cat conftest.err >&5
5460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5461 (exit $ac_status); } >/dev/null; then
5462 if test -s conftest.err; then
5463 ac_cpp_err=$ac_c_preproc_warn_flag
5464 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5465 else
5466 ac_cpp_err=
5467 fi
5468else
5469 ac_cpp_err=yes
5470fi
5471if test -z "$ac_cpp_err"; then
5472 # Broken: success on invalid input.
5473continue
5474else
5475 echo "$as_me: failed program was:" >&5
5476sed 's/^/| /' conftest.$ac_ext >&5
5477
5478 # Passes both tests.
5479ac_preproc_ok=:
5480break
5481fi
5482rm -f conftest.err conftest.$ac_ext
5483
5484done
5485# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5486rm -f conftest.err conftest.$ac_ext
5487if $ac_preproc_ok; then
5488 :
5489else
5490 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5491See \`config.log' for more details." >&5
5492echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5493See \`config.log' for more details." >&2;}
5494 { (exit 1); exit 1; }; }
5495fi
5496
5497ac_ext=c
5498ac_cpp='$CPP $CPPFLAGS'
5499ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5500ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5501ac_compiler_gnu=$ac_cv_c_compiler_gnu
5502
5503
5504echo "$as_me:$LINENO: checking for egrep" >&5
5505echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5506if test "${ac_cv_prog_egrep+set}" = set; then
5507 echo $ECHO_N "(cached) $ECHO_C" >&6
d15b04bd 5508else
42ecbf5e
DJ
5509 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5510 then ac_cv_prog_egrep='grep -E'
5511 else ac_cv_prog_egrep='egrep'
5512 fi
e5a52504 5513fi
42ecbf5e
DJ
5514echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5515echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5516 EGREP=$ac_cv_prog_egrep
5517
ac48eca1 5518
42ecbf5e
DJ
5519echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5520echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5521if test "${ac_cv_header_stdc+set}" = set; then
5522 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5523else
42ecbf5e
DJ
5524 cat >conftest.$ac_ext <<_ACEOF
5525/* confdefs.h. */
5526_ACEOF
5527cat confdefs.h >>conftest.$ac_ext
5528cat >>conftest.$ac_ext <<_ACEOF
5529/* end confdefs.h. */
252b5132
RH
5530#include <stdlib.h>
5531#include <stdarg.h>
5532#include <string.h>
5533#include <float.h>
42ecbf5e
DJ
5534
5535int
5536main ()
5537{
5538
5539 ;
5540 return 0;
5541}
5542_ACEOF
5543rm -f conftest.$ac_objext
5544if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5545 (eval $ac_compile) 2>conftest.er1
5546 ac_status=$?
5547 grep -v '^ *+' conftest.er1 >conftest.err
5548 rm -f conftest.er1
5549 cat conftest.err >&5
5550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551 (exit $ac_status); } &&
b7d4af3a
JW
5552 { ac_try='test -z "$ac_c_werror_flag"
5553 || test ! -s conftest.err'
42ecbf5e
DJ
5554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5555 (eval $ac_try) 2>&5
5556 ac_status=$?
5557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5558 (exit $ac_status); }; } &&
5559 { ac_try='test -s conftest.$ac_objext'
5560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5561 (eval $ac_try) 2>&5
5562 ac_status=$?
5563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5564 (exit $ac_status); }; }; then
252b5132
RH
5565 ac_cv_header_stdc=yes
5566else
42ecbf5e
DJ
5567 echo "$as_me: failed program was:" >&5
5568sed 's/^/| /' conftest.$ac_ext >&5
5569
5570ac_cv_header_stdc=no
252b5132 5571fi
42ecbf5e 5572rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
5573
5574if test $ac_cv_header_stdc = yes; then
5575 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
42ecbf5e
DJ
5576 cat >conftest.$ac_ext <<_ACEOF
5577/* confdefs.h. */
5578_ACEOF
5579cat confdefs.h >>conftest.$ac_ext
5580cat >>conftest.$ac_ext <<_ACEOF
5581/* end confdefs.h. */
252b5132 5582#include <string.h>
42ecbf5e
DJ
5583
5584_ACEOF
252b5132 5585if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
42ecbf5e 5586 $EGREP "memchr" >/dev/null 2>&1; then
252b5132
RH
5587 :
5588else
252b5132
RH
5589 ac_cv_header_stdc=no
5590fi
5591rm -f conftest*
5592
5593fi
5594
5595if test $ac_cv_header_stdc = yes; then
5596 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
42ecbf5e
DJ
5597 cat >conftest.$ac_ext <<_ACEOF
5598/* confdefs.h. */
5599_ACEOF
5600cat confdefs.h >>conftest.$ac_ext
5601cat >>conftest.$ac_ext <<_ACEOF
5602/* end confdefs.h. */
252b5132 5603#include <stdlib.h>
42ecbf5e
DJ
5604
5605_ACEOF
252b5132 5606if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
42ecbf5e 5607 $EGREP "free" >/dev/null 2>&1; then
252b5132
RH
5608 :
5609else
252b5132
RH
5610 ac_cv_header_stdc=no
5611fi
5612rm -f conftest*
5613
5614fi
5615
5616if test $ac_cv_header_stdc = yes; then
5617 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
42ecbf5e 5618 if test "$cross_compiling" = yes; then
252b5132
RH
5619 :
5620else
42ecbf5e
DJ
5621 cat >conftest.$ac_ext <<_ACEOF
5622/* confdefs.h. */
5623_ACEOF
5624cat confdefs.h >>conftest.$ac_ext
5625cat >>conftest.$ac_ext <<_ACEOF
5626/* end confdefs.h. */
252b5132 5627#include <ctype.h>
42ecbf5e
DJ
5628#if ((' ' & 0x0FF) == 0x020)
5629# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5630# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5631#else
5632# define ISLOWER(c) \
5633 (('a' <= (c) && (c) <= 'i') \
5634 || ('j' <= (c) && (c) <= 'r') \
5635 || ('s' <= (c) && (c) <= 'z'))
5636# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5637#endif
d15b04bd 5638
42ecbf5e
DJ
5639#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5640int
5641main ()
5642{
5643 int i;
5644 for (i = 0; i < 256; i++)
5645 if (XOR (islower (i), ISLOWER (i))
5646 || toupper (i) != TOUPPER (i))
5647 exit(2);
5648 exit (0);
5649}
5650_ACEOF
5651rm -f conftest$ac_exeext
5652if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5653 (eval $ac_link) 2>&5
5654 ac_status=$?
5655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5656 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5658 (eval $ac_try) 2>&5
5659 ac_status=$?
5660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5661 (exit $ac_status); }; }; then
252b5132
RH
5662 :
5663else
42ecbf5e
DJ
5664 echo "$as_me: program exited with status $ac_status" >&5
5665echo "$as_me: failed program was:" >&5
5666sed 's/^/| /' conftest.$ac_ext >&5
5667
5668( exit $ac_status )
5669ac_cv_header_stdc=no
252b5132 5670fi
42ecbf5e 5671rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 5672fi
252b5132
RH
5673fi
5674fi
42ecbf5e
DJ
5675echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5676echo "${ECHO_T}$ac_cv_header_stdc" >&6
d15b04bd 5677if test $ac_cv_header_stdc = yes; then
42ecbf5e
DJ
5678
5679cat >>confdefs.h <<\_ACEOF
252b5132 5680#define STDC_HEADERS 1
42ecbf5e 5681_ACEOF
252b5132
RH
5682
5683fi
5684
42ecbf5e
DJ
5685echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
5686echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
5687if test "${ac_cv_c_const+set}" = set; then
5688 echo $ECHO_N "(cached) $ECHO_C" >&6
5689else
5690 cat >conftest.$ac_ext <<_ACEOF
5691/* confdefs.h. */
5692_ACEOF
5693cat confdefs.h >>conftest.$ac_ext
5694cat >>conftest.$ac_ext <<_ACEOF
5695/* end confdefs.h. */
d15b04bd 5696
42ecbf5e
DJ
5697int
5698main ()
5699{
5700/* FIXME: Include the comments suggested by Paul. */
5701#ifndef __cplusplus
5702 /* Ultrix mips cc rejects this. */
5703 typedef int charset[2];
5704 const charset x;
5705 /* SunOS 4.1.1 cc rejects this. */
5706 char const *const *ccp;
5707 char **p;
5708 /* NEC SVR4.0.2 mips cc rejects this. */
5709 struct point {int x, y;};
5710 static struct point const zero = {0,0};
5711 /* AIX XL C 1.02.0.0 rejects this.
5712 It does not let you subtract one const X* pointer from another in
5713 an arm of an if-expression whose if-part is not a constant
5714 expression */
5715 const char *g = "string";
5716 ccp = &g + (g ? g-g : 0);
5717 /* HPUX 7.0 cc rejects these. */
5718 ++ccp;
5719 p = (char**) ccp;
5720 ccp = (char const *const *) p;
5721 { /* SCO 3.2v4 cc rejects this. */
5722 char *t;
5723 char const *s = 0 ? (char *) 0 : (char const *) 0;
5724
5725 *t++ = 0;
5726 }
5727 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5728 int x[] = {25, 17};
5729 const int *foo = &x[0];
5730 ++foo;
5731 }
5732 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5733 typedef const int *iptr;
5734 iptr p = 0;
5735 ++p;
5736 }
5737 { /* AIX XL C 1.02.0.0 rejects this saying
5738 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5739 struct s { int j; const int *ap[3]; };
5740 struct s *b; b->j = 5;
5741 }
5742 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5743 const int foo = 10;
5744 }
5745#endif
5746
5747 ;
5748 return 0;
5749}
5750_ACEOF
5751rm -f conftest.$ac_objext
5752if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5753 (eval $ac_compile) 2>conftest.er1
5754 ac_status=$?
5755 grep -v '^ *+' conftest.er1 >conftest.err
5756 rm -f conftest.er1
5757 cat conftest.err >&5
5758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5759 (exit $ac_status); } &&
b7d4af3a
JW
5760 { ac_try='test -z "$ac_c_werror_flag"
5761 || test ! -s conftest.err'
42ecbf5e
DJ
5762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5763 (eval $ac_try) 2>&5
5764 ac_status=$?
5765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5766 (exit $ac_status); }; } &&
5767 { ac_try='test -s conftest.$ac_objext'
5768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5769 (eval $ac_try) 2>&5
5770 ac_status=$?
5771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5772 (exit $ac_status); }; }; then
252b5132
RH
5773 ac_cv_c_const=yes
5774else
42ecbf5e
DJ
5775 echo "$as_me: failed program was:" >&5
5776sed 's/^/| /' conftest.$ac_ext >&5
5777
5778ac_cv_c_const=no
252b5132 5779fi
42ecbf5e 5780rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 5781fi
42ecbf5e
DJ
5782echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
5783echo "${ECHO_T}$ac_cv_c_const" >&6
d15b04bd 5784if test $ac_cv_c_const = no; then
42ecbf5e
DJ
5785
5786cat >>confdefs.h <<\_ACEOF
5787#define const
5788_ACEOF
252b5132
RH
5789
5790fi
5791
42ecbf5e
DJ
5792echo "$as_me:$LINENO: checking for inline" >&5
5793echo $ECHO_N "checking for inline... $ECHO_C" >&6
5794if test "${ac_cv_c_inline+set}" = set; then
5795 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5796else
5797 ac_cv_c_inline=no
5798for ac_kw in inline __inline__ __inline; do
42ecbf5e
DJ
5799 cat >conftest.$ac_ext <<_ACEOF
5800/* confdefs.h. */
5801_ACEOF
5802cat confdefs.h >>conftest.$ac_ext
5803cat >>conftest.$ac_ext <<_ACEOF
5804/* end confdefs.h. */
5805#ifndef __cplusplus
5806typedef int foo_t;
5807static $ac_kw foo_t static_foo () {return 0; }
5808$ac_kw foo_t foo () {return 0; }
5809#endif
252b5132 5810
42ecbf5e
DJ
5811_ACEOF
5812rm -f conftest.$ac_objext
5813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5814 (eval $ac_compile) 2>conftest.er1
5815 ac_status=$?
5816 grep -v '^ *+' conftest.er1 >conftest.err
5817 rm -f conftest.er1
5818 cat conftest.err >&5
5819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5820 (exit $ac_status); } &&
b7d4af3a
JW
5821 { ac_try='test -z "$ac_c_werror_flag"
5822 || test ! -s conftest.err'
42ecbf5e
DJ
5823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5824 (eval $ac_try) 2>&5
5825 ac_status=$?
5826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5827 (exit $ac_status); }; } &&
5828 { ac_try='test -s conftest.$ac_objext'
5829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5830 (eval $ac_try) 2>&5
5831 ac_status=$?
5832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5833 (exit $ac_status); }; }; then
252b5132
RH
5834 ac_cv_c_inline=$ac_kw; break
5835else
42ecbf5e
DJ
5836 echo "$as_me: failed program was:" >&5
5837sed 's/^/| /' conftest.$ac_ext >&5
5838
252b5132 5839fi
42ecbf5e 5840rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
5841done
5842
5843fi
42ecbf5e
DJ
5844echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
5845echo "${ECHO_T}$ac_cv_c_inline" >&6
252b5132 5846
42ecbf5e
DJ
5847
5848case $ac_cv_c_inline in
252b5132 5849 inline | yes) ;;
42ecbf5e
DJ
5850 *)
5851 case $ac_cv_c_inline in
5852 no) ac_val=;;
5853 *) ac_val=$ac_cv_c_inline;;
5854 esac
5855 cat >>confdefs.h <<_ACEOF
5856#ifndef __cplusplus
5857#define inline $ac_val
5858#endif
5859_ACEOF
5860 ;;
252b5132
RH
5861esac
5862
42ecbf5e
DJ
5863# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5874 inttypes.h stdint.h unistd.h
5875do
5876as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5877echo "$as_me:$LINENO: checking for $ac_header" >&5
5878echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5879if eval "test \"\${$as_ac_Header+set}\" = set"; then
5880 echo $ECHO_N "(cached) $ECHO_C" >&6
5881else
5882 cat >conftest.$ac_ext <<_ACEOF
5883/* confdefs.h. */
5884_ACEOF
5885cat confdefs.h >>conftest.$ac_ext
5886cat >>conftest.$ac_ext <<_ACEOF
5887/* end confdefs.h. */
5888$ac_includes_default
5889
5890#include <$ac_header>
5891_ACEOF
5892rm -f conftest.$ac_objext
5893if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5894 (eval $ac_compile) 2>conftest.er1
5895 ac_status=$?
5896 grep -v '^ *+' conftest.er1 >conftest.err
5897 rm -f conftest.er1
5898 cat conftest.err >&5
5899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5900 (exit $ac_status); } &&
b7d4af3a
JW
5901 { ac_try='test -z "$ac_c_werror_flag"
5902 || test ! -s conftest.err'
42ecbf5e
DJ
5903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5904 (eval $ac_try) 2>&5
5905 ac_status=$?
5906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907 (exit $ac_status); }; } &&
5908 { ac_try='test -s conftest.$ac_objext'
5909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5910 (eval $ac_try) 2>&5
5911 ac_status=$?
5912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5913 (exit $ac_status); }; }; then
5914 eval "$as_ac_Header=yes"
5915else
5916 echo "$as_me: failed program was:" >&5
5917sed 's/^/| /' conftest.$ac_ext >&5
5918
5919eval "$as_ac_Header=no"
5920fi
5921rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5922fi
5923echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5924echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5925if test `eval echo '${'$as_ac_Header'}'` = yes; then
5926 cat >>confdefs.h <<_ACEOF
5927#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5928_ACEOF
5929
5930fi
5931
5932done
5933
5934
5935echo "$as_me:$LINENO: checking for off_t" >&5
5936echo $ECHO_N "checking for off_t... $ECHO_C" >&6
5937if test "${ac_cv_type_off_t+set}" = set; then
5938 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5939else
42ecbf5e
DJ
5940 cat >conftest.$ac_ext <<_ACEOF
5941/* confdefs.h. */
5942_ACEOF
5943cat confdefs.h >>conftest.$ac_ext
5944cat >>conftest.$ac_ext <<_ACEOF
5945/* end confdefs.h. */
5946$ac_includes_default
5947int
5948main ()
5949{
5950if ((off_t *) 0)
5951 return 0;
5952if (sizeof (off_t))
5953 return 0;
5954 ;
5955 return 0;
5956}
5957_ACEOF
5958rm -f conftest.$ac_objext
5959if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5960 (eval $ac_compile) 2>conftest.er1
5961 ac_status=$?
5962 grep -v '^ *+' conftest.er1 >conftest.err
5963 rm -f conftest.er1
5964 cat conftest.err >&5
5965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5966 (exit $ac_status); } &&
b7d4af3a
JW
5967 { ac_try='test -z "$ac_c_werror_flag"
5968 || test ! -s conftest.err'
42ecbf5e
DJ
5969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5970 (eval $ac_try) 2>&5
5971 ac_status=$?
5972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5973 (exit $ac_status); }; } &&
5974 { ac_try='test -s conftest.$ac_objext'
5975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5976 (eval $ac_try) 2>&5
5977 ac_status=$?
5978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5979 (exit $ac_status); }; }; then
252b5132
RH
5980 ac_cv_type_off_t=yes
5981else
42ecbf5e
DJ
5982 echo "$as_me: failed program was:" >&5
5983sed 's/^/| /' conftest.$ac_ext >&5
e5a52504 5984
42ecbf5e
DJ
5985ac_cv_type_off_t=no
5986fi
5987rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
d15b04bd 5988fi
42ecbf5e
DJ
5989echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
5990echo "${ECHO_T}$ac_cv_type_off_t" >&6
5991if test $ac_cv_type_off_t = yes; then
5992 :
5993else
5994
5995cat >>confdefs.h <<_ACEOF
252b5132 5996#define off_t long
42ecbf5e 5997_ACEOF
252b5132
RH
5998
5999fi
6000
42ecbf5e
DJ
6001echo "$as_me:$LINENO: checking for size_t" >&5
6002echo $ECHO_N "checking for size_t... $ECHO_C" >&6
6003if test "${ac_cv_type_size_t+set}" = set; then
6004 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6005else
42ecbf5e
DJ
6006 cat >conftest.$ac_ext <<_ACEOF
6007/* confdefs.h. */
6008_ACEOF
6009cat confdefs.h >>conftest.$ac_ext
6010cat >>conftest.$ac_ext <<_ACEOF
6011/* end confdefs.h. */
6012$ac_includes_default
6013int
6014main ()
6015{
6016if ((size_t *) 0)
6017 return 0;
6018if (sizeof (size_t))
6019 return 0;
6020 ;
6021 return 0;
6022}
6023_ACEOF
6024rm -f conftest.$ac_objext
6025if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6026 (eval $ac_compile) 2>conftest.er1
6027 ac_status=$?
6028 grep -v '^ *+' conftest.er1 >conftest.err
6029 rm -f conftest.er1
6030 cat conftest.err >&5
6031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6032 (exit $ac_status); } &&
b7d4af3a
JW
6033 { ac_try='test -z "$ac_c_werror_flag"
6034 || test ! -s conftest.err'
42ecbf5e
DJ
6035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6036 (eval $ac_try) 2>&5
6037 ac_status=$?
6038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6039 (exit $ac_status); }; } &&
6040 { ac_try='test -s conftest.$ac_objext'
6041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6042 (eval $ac_try) 2>&5
6043 ac_status=$?
6044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6045 (exit $ac_status); }; }; then
252b5132
RH
6046 ac_cv_type_size_t=yes
6047else
42ecbf5e
DJ
6048 echo "$as_me: failed program was:" >&5
6049sed 's/^/| /' conftest.$ac_ext >&5
e5a52504 6050
42ecbf5e 6051ac_cv_type_size_t=no
d15b04bd 6052fi
42ecbf5e
DJ
6053rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6054fi
6055echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
6056echo "${ECHO_T}$ac_cv_type_size_t" >&6
6057if test $ac_cv_type_size_t = yes; then
6058 :
6059else
6060
6061cat >>confdefs.h <<_ACEOF
252b5132 6062#define size_t unsigned
42ecbf5e 6063_ACEOF
252b5132
RH
6064
6065fi
6066
6067# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6068# for constant arguments. Useless!
42ecbf5e
DJ
6069echo "$as_me:$LINENO: checking for working alloca.h" >&5
6070echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
6071if test "${ac_cv_working_alloca_h+set}" = set; then
6072 echo $ECHO_N "(cached) $ECHO_C" >&6
6073else
6074 cat >conftest.$ac_ext <<_ACEOF
6075/* confdefs.h. */
6076_ACEOF
6077cat confdefs.h >>conftest.$ac_ext
6078cat >>conftest.$ac_ext <<_ACEOF
6079/* end confdefs.h. */
252b5132 6080#include <alloca.h>
42ecbf5e
DJ
6081int
6082main ()
6083{
6084char *p = (char *) alloca (2 * sizeof (int));
6085 ;
6086 return 0;
6087}
6088_ACEOF
6089rm -f conftest.$ac_objext conftest$ac_exeext
6090if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6091 (eval $ac_link) 2>conftest.er1
6092 ac_status=$?
6093 grep -v '^ *+' conftest.er1 >conftest.err
6094 rm -f conftest.er1
6095 cat conftest.err >&5
6096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6097 (exit $ac_status); } &&
b7d4af3a
JW
6098 { ac_try='test -z "$ac_c_werror_flag"
6099 || test ! -s conftest.err'
42ecbf5e
DJ
6100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6101 (eval $ac_try) 2>&5
6102 ac_status=$?
6103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6104 (exit $ac_status); }; } &&
6105 { ac_try='test -s conftest$ac_exeext'
6106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6107 (eval $ac_try) 2>&5
6108 ac_status=$?
6109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6110 (exit $ac_status); }; }; then
6111 ac_cv_working_alloca_h=yes
6112else
6113 echo "$as_me: failed program was:" >&5
6114sed 's/^/| /' conftest.$ac_ext >&5
6115
6116ac_cv_working_alloca_h=no
6117fi
6118rm -f conftest.err conftest.$ac_objext \
6119 conftest$ac_exeext conftest.$ac_ext
6120fi
6121echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
6122echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
6123if test $ac_cv_working_alloca_h = yes; then
6124
6125cat >>confdefs.h <<\_ACEOF
252b5132 6126#define HAVE_ALLOCA_H 1
42ecbf5e 6127_ACEOF
252b5132
RH
6128
6129fi
6130
42ecbf5e
DJ
6131echo "$as_me:$LINENO: checking for alloca" >&5
6132echo $ECHO_N "checking for alloca... $ECHO_C" >&6
6133if test "${ac_cv_func_alloca_works+set}" = set; then
6134 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6135else
42ecbf5e
DJ
6136 cat >conftest.$ac_ext <<_ACEOF
6137/* confdefs.h. */
6138_ACEOF
6139cat confdefs.h >>conftest.$ac_ext
6140cat >>conftest.$ac_ext <<_ACEOF
6141/* end confdefs.h. */
252b5132
RH
6142#ifdef __GNUC__
6143# define alloca __builtin_alloca
6144#else
6145# ifdef _MSC_VER
6146# include <malloc.h>
6147# define alloca _alloca
6148# else
6149# if HAVE_ALLOCA_H
6150# include <alloca.h>
6151# else
6152# ifdef _AIX
6153 #pragma alloca
6154# else
6155# ifndef alloca /* predefined by HP cc +Olibcalls */
6156char *alloca ();
6157# endif
6158# endif
6159# endif
6160# endif
6161#endif
6162
42ecbf5e
DJ
6163int
6164main ()
6165{
6166char *p = (char *) alloca (1);
6167 ;
6168 return 0;
6169}
6170_ACEOF
6171rm -f conftest.$ac_objext conftest$ac_exeext
6172if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6173 (eval $ac_link) 2>conftest.er1
6174 ac_status=$?
6175 grep -v '^ *+' conftest.er1 >conftest.err
6176 rm -f conftest.er1
6177 cat conftest.err >&5
6178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6179 (exit $ac_status); } &&
b7d4af3a
JW
6180 { ac_try='test -z "$ac_c_werror_flag"
6181 || test ! -s conftest.err'
42ecbf5e
DJ
6182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6183 (eval $ac_try) 2>&5
6184 ac_status=$?
6185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6186 (exit $ac_status); }; } &&
6187 { ac_try='test -s conftest$ac_exeext'
6188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6189 (eval $ac_try) 2>&5
6190 ac_status=$?
6191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6192 (exit $ac_status); }; }; then
252b5132
RH
6193 ac_cv_func_alloca_works=yes
6194else
42ecbf5e
DJ
6195 echo "$as_me: failed program was:" >&5
6196sed 's/^/| /' conftest.$ac_ext >&5
6197
6198ac_cv_func_alloca_works=no
252b5132 6199fi
42ecbf5e
DJ
6200rm -f conftest.err conftest.$ac_objext \
6201 conftest$ac_exeext conftest.$ac_ext
252b5132 6202fi
42ecbf5e
DJ
6203echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
6204echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 6205
252b5132 6206if test $ac_cv_func_alloca_works = yes; then
e5a52504 6207
42ecbf5e
DJ
6208cat >>confdefs.h <<\_ACEOF
6209#define HAVE_ALLOCA 1
6210_ACEOF
e5a52504 6211
42ecbf5e 6212else
d15b04bd 6213 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
6214# that cause trouble. Some versions do not even contain alloca or
6215# contain a buggy version. If you still want to use their alloca,
6216# use ar to extract alloca.o from them instead of compiling alloca.c.
6217
6218ALLOCA=alloca.$ac_objext
6219
6220cat >>confdefs.h <<\_ACEOF
252b5132 6221#define C_ALLOCA 1
42ecbf5e 6222_ACEOF
252b5132
RH
6223
6224
42ecbf5e
DJ
6225echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
6226echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
6227if test "${ac_cv_os_cray+set}" = set; then
6228 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6229else
42ecbf5e
DJ
6230 cat >conftest.$ac_ext <<_ACEOF
6231/* confdefs.h. */
6232_ACEOF
6233cat confdefs.h >>conftest.$ac_ext
6234cat >>conftest.$ac_ext <<_ACEOF
6235/* end confdefs.h. */
252b5132
RH
6236#if defined(CRAY) && ! defined(CRAY2)
6237webecray
6238#else
6239wenotbecray
6240#endif
6241
42ecbf5e 6242_ACEOF
252b5132 6243if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
42ecbf5e 6244 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
6245 ac_cv_os_cray=yes
6246else
252b5132
RH
6247 ac_cv_os_cray=no
6248fi
6249rm -f conftest*
6250
6251fi
42ecbf5e
DJ
6252echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
6253echo "${ECHO_T}$ac_cv_os_cray" >&6
d15b04bd 6254if test $ac_cv_os_cray = yes; then
42ecbf5e
DJ
6255 for ac_func in _getb67 GETB67 getb67; do
6256 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6257echo "$as_me:$LINENO: checking for $ac_func" >&5
6258echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6259if eval "test \"\${$as_ac_var+set}\" = set"; then
6260 echo $ECHO_N "(cached) $ECHO_C" >&6
6261else
6262 cat >conftest.$ac_ext <<_ACEOF
6263/* confdefs.h. */
6264_ACEOF
6265cat confdefs.h >>conftest.$ac_ext
6266cat >>conftest.$ac_ext <<_ACEOF
6267/* end confdefs.h. */
6268/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6269 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6270#define $ac_func innocuous_$ac_func
6271
252b5132 6272/* System header to define __stub macros and hopefully few prototypes,
42ecbf5e
DJ
6273 which can conflict with char $ac_func (); below.
6274 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6275 <limits.h> exists even on freestanding compilers. */
6276
6277#ifdef __STDC__
6278# include <limits.h>
6279#else
6280# include <assert.h>
6281#endif
d15b04bd 6282
42ecbf5e 6283#undef $ac_func
d15b04bd 6284
42ecbf5e
DJ
6285/* Override any gcc2 internal prototype to avoid an error. */
6286#ifdef __cplusplus
6287extern "C"
6288{
6289#endif
6290/* We use char because int might match the return type of a gcc2
6291 builtin and then its argument prototype would still apply. */
6292char $ac_func ();
252b5132
RH
6293/* The GNU C library defines this for functions which it implements
6294 to always fail with ENOSYS. Some functions are actually named
6295 something starting with __ and the normal name is an alias. */
6296#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6297choke me
6298#else
42ecbf5e
DJ
6299char (*f) () = $ac_func;
6300#endif
6301#ifdef __cplusplus
6302}
252b5132
RH
6303#endif
6304
42ecbf5e
DJ
6305int
6306main ()
6307{
6308return f != $ac_func;
6309 ;
6310 return 0;
6311}
6312_ACEOF
6313rm -f conftest.$ac_objext conftest$ac_exeext
6314if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6315 (eval $ac_link) 2>conftest.er1
6316 ac_status=$?
6317 grep -v '^ *+' conftest.er1 >conftest.err
6318 rm -f conftest.er1
6319 cat conftest.err >&5
6320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6321 (exit $ac_status); } &&
b7d4af3a
JW
6322 { ac_try='test -z "$ac_c_werror_flag"
6323 || test ! -s conftest.err'
42ecbf5e
DJ
6324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6325 (eval $ac_try) 2>&5
6326 ac_status=$?
6327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6328 (exit $ac_status); }; } &&
6329 { ac_try='test -s conftest$ac_exeext'
6330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6331 (eval $ac_try) 2>&5
6332 ac_status=$?
6333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6334 (exit $ac_status); }; }; then
6335 eval "$as_ac_var=yes"
6336else
6337 echo "$as_me: failed program was:" >&5
6338sed 's/^/| /' conftest.$ac_ext >&5
6339
6340eval "$as_ac_var=no"
6341fi
6342rm -f conftest.err conftest.$ac_objext \
6343 conftest$ac_exeext conftest.$ac_ext
6344fi
6345echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6346echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6347if test `eval echo '${'$as_ac_var'}'` = yes; then
6348
6349cat >>confdefs.h <<_ACEOF
252b5132 6350#define CRAY_STACKSEG_END $ac_func
42ecbf5e 6351_ACEOF
252b5132 6352
42ecbf5e 6353 break
252b5132
RH
6354fi
6355
42ecbf5e 6356 done
252b5132
RH
6357fi
6358
42ecbf5e
DJ
6359echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
6360echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
6361if test "${ac_cv_c_stack_direction+set}" = set; then
6362 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
6363else
6364 if test "$cross_compiling" = yes; then
6365 ac_cv_c_stack_direction=0
6366else
42ecbf5e
DJ
6367 cat >conftest.$ac_ext <<_ACEOF
6368/* confdefs.h. */
6369_ACEOF
6370cat confdefs.h >>conftest.$ac_ext
6371cat >>conftest.$ac_ext <<_ACEOF
6372/* end confdefs.h. */
6373int
252b5132
RH
6374find_stack_direction ()
6375{
6376 static char *addr = 0;
6377 auto char dummy;
6378 if (addr == 0)
6379 {
6380 addr = &dummy;
6381 return find_stack_direction ();
6382 }
6383 else
6384 return (&dummy > addr) ? 1 : -1;
6385}
42ecbf5e
DJ
6386
6387int
252b5132
RH
6388main ()
6389{
42ecbf5e 6390 exit (find_stack_direction () < 0);
252b5132 6391}
42ecbf5e
DJ
6392_ACEOF
6393rm -f conftest$ac_exeext
6394if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6395 (eval $ac_link) 2>&5
6396 ac_status=$?
6397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6398 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6400 (eval $ac_try) 2>&5
6401 ac_status=$?
6402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6403 (exit $ac_status); }; }; then
252b5132
RH
6404 ac_cv_c_stack_direction=1
6405else
42ecbf5e
DJ
6406 echo "$as_me: program exited with status $ac_status" >&5
6407echo "$as_me: failed program was:" >&5
6408sed 's/^/| /' conftest.$ac_ext >&5
6409
6410( exit $ac_status )
6411ac_cv_c_stack_direction=-1
252b5132 6412fi
42ecbf5e 6413rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 6414fi
252b5132 6415fi
42ecbf5e
DJ
6416echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
6417echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 6418
42ecbf5e 6419cat >>confdefs.h <<_ACEOF
252b5132 6420#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
6421_ACEOF
6422
252b5132
RH
6423
6424fi
6425
42ecbf5e
DJ
6426
6427
6428for ac_header in stdlib.h unistd.h
252b5132 6429do
42ecbf5e
DJ
6430as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6431if eval "test \"\${$as_ac_Header+set}\" = set"; then
6432 echo "$as_me:$LINENO: checking for $ac_header" >&5
6433echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6434if eval "test \"\${$as_ac_Header+set}\" = set"; then
6435 echo $ECHO_N "(cached) $ECHO_C" >&6
6436fi
6437echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6438echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6439else
6440 # Is the header compilable?
6441echo "$as_me:$LINENO: checking $ac_header usability" >&5
6442echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6443cat >conftest.$ac_ext <<_ACEOF
6444/* confdefs.h. */
6445_ACEOF
6446cat confdefs.h >>conftest.$ac_ext
6447cat >>conftest.$ac_ext <<_ACEOF
6448/* end confdefs.h. */
6449$ac_includes_default
6450#include <$ac_header>
6451_ACEOF
6452rm -f conftest.$ac_objext
6453if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6454 (eval $ac_compile) 2>conftest.er1
6455 ac_status=$?
6456 grep -v '^ *+' conftest.er1 >conftest.err
6457 rm -f conftest.er1
6458 cat conftest.err >&5
6459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6460 (exit $ac_status); } &&
b7d4af3a
JW
6461 { ac_try='test -z "$ac_c_werror_flag"
6462 || test ! -s conftest.err'
42ecbf5e
DJ
6463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6464 (eval $ac_try) 2>&5
6465 ac_status=$?
6466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6467 (exit $ac_status); }; } &&
6468 { ac_try='test -s conftest.$ac_objext'
6469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6470 (eval $ac_try) 2>&5
6471 ac_status=$?
6472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6473 (exit $ac_status); }; }; then
6474 ac_header_compiler=yes
6475else
6476 echo "$as_me: failed program was:" >&5
6477sed 's/^/| /' conftest.$ac_ext >&5
6478
6479ac_header_compiler=no
6480fi
6481rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6482echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6483echo "${ECHO_T}$ac_header_compiler" >&6
6484
6485# Is the header present?
6486echo "$as_me:$LINENO: checking $ac_header presence" >&5
6487echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6488cat >conftest.$ac_ext <<_ACEOF
6489/* confdefs.h. */
6490_ACEOF
6491cat confdefs.h >>conftest.$ac_ext
6492cat >>conftest.$ac_ext <<_ACEOF
6493/* end confdefs.h. */
6494#include <$ac_header>
6495_ACEOF
6496if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6497 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6498 ac_status=$?
6499 grep -v '^ *+' conftest.er1 >conftest.err
6500 rm -f conftest.er1
6501 cat conftest.err >&5
6502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6503 (exit $ac_status); } >/dev/null; then
6504 if test -s conftest.err; then
6505 ac_cpp_err=$ac_c_preproc_warn_flag
6506 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6507 else
6508 ac_cpp_err=
6509 fi
252b5132 6510else
42ecbf5e 6511 ac_cpp_err=yes
252b5132 6512fi
42ecbf5e
DJ
6513if test -z "$ac_cpp_err"; then
6514 ac_header_preproc=yes
6515else
6516 echo "$as_me: failed program was:" >&5
6517sed 's/^/| /' conftest.$ac_ext >&5
6518
6519 ac_header_preproc=no
252b5132 6520fi
42ecbf5e
DJ
6521rm -f conftest.err conftest.$ac_ext
6522echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6523echo "${ECHO_T}$ac_header_preproc" >&6
6524
6525# So? What about this header?
6526case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6527 yes:no: )
6528 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6529echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6530 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6531echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6532 ac_header_preproc=yes
6533 ;;
6534 no:yes:* )
6535 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6536echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6537 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6538echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6539 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6540echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6541 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6542echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6543 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6544echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6545 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6546echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6547 (
6548 cat <<\_ASBOX
6549## ------------------------------------------ ##
6550## Report this to the AC_PACKAGE_NAME lists. ##
6551## ------------------------------------------ ##
6552_ASBOX
6553 ) |
6554 sed "s/^/$as_me: WARNING: /" >&2
6555 ;;
6556esac
6557echo "$as_me:$LINENO: checking for $ac_header" >&5
6558echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6559if eval "test \"\${$as_ac_Header+set}\" = set"; then
6560 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6561else
42ecbf5e 6562 eval "$as_ac_Header=\$ac_header_preproc"
e5a52504 6563fi
42ecbf5e
DJ
6564echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6565echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6566
6567fi
6568if test `eval echo '${'$as_ac_Header'}'` = yes; then
6569 cat >>confdefs.h <<_ACEOF
6570#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6571_ACEOF
6572
6573fi
6574
252b5132
RH
6575done
6576
42ecbf5e 6577
252b5132
RH
6578for ac_func in getpagesize
6579do
42ecbf5e
DJ
6580as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6581echo "$as_me:$LINENO: checking for $ac_func" >&5
6582echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6583if eval "test \"\${$as_ac_var+set}\" = set"; then
6584 echo $ECHO_N "(cached) $ECHO_C" >&6
6585else
6586 cat >conftest.$ac_ext <<_ACEOF
6587/* confdefs.h. */
6588_ACEOF
6589cat confdefs.h >>conftest.$ac_ext
6590cat >>conftest.$ac_ext <<_ACEOF
6591/* end confdefs.h. */
6592/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6593 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6594#define $ac_func innocuous_$ac_func
6595
252b5132 6596/* System header to define __stub macros and hopefully few prototypes,
42ecbf5e
DJ
6597 which can conflict with char $ac_func (); below.
6598 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6599 <limits.h> exists even on freestanding compilers. */
6600
6601#ifdef __STDC__
6602# include <limits.h>
6603#else
6604# include <assert.h>
6605#endif
d15b04bd 6606
42ecbf5e 6607#undef $ac_func
d15b04bd 6608
42ecbf5e
DJ
6609/* Override any gcc2 internal prototype to avoid an error. */
6610#ifdef __cplusplus
6611extern "C"
6612{
6613#endif
6614/* We use char because int might match the return type of a gcc2
6615 builtin and then its argument prototype would still apply. */
6616char $ac_func ();
252b5132
RH
6617/* The GNU C library defines this for functions which it implements
6618 to always fail with ENOSYS. Some functions are actually named
6619 something starting with __ and the normal name is an alias. */
6620#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6621choke me
6622#else
42ecbf5e
DJ
6623char (*f) () = $ac_func;
6624#endif
6625#ifdef __cplusplus
6626}
252b5132
RH
6627#endif
6628
42ecbf5e
DJ
6629int
6630main ()
6631{
6632return f != $ac_func;
6633 ;
6634 return 0;
6635}
6636_ACEOF
6637rm -f conftest.$ac_objext conftest$ac_exeext
6638if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6639 (eval $ac_link) 2>conftest.er1
6640 ac_status=$?
6641 grep -v '^ *+' conftest.er1 >conftest.err
6642 rm -f conftest.er1
6643 cat conftest.err >&5
6644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6645 (exit $ac_status); } &&
b7d4af3a
JW
6646 { ac_try='test -z "$ac_c_werror_flag"
6647 || test ! -s conftest.err'
42ecbf5e
DJ
6648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6649 (eval $ac_try) 2>&5
6650 ac_status=$?
6651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6652 (exit $ac_status); }; } &&
6653 { ac_try='test -s conftest$ac_exeext'
6654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6655 (eval $ac_try) 2>&5
6656 ac_status=$?
6657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6658 (exit $ac_status); }; }; then
6659 eval "$as_ac_var=yes"
6660else
6661 echo "$as_me: failed program was:" >&5
6662sed 's/^/| /' conftest.$ac_ext >&5
6663
6664eval "$as_ac_var=no"
6665fi
6666rm -f conftest.err conftest.$ac_objext \
6667 conftest$ac_exeext conftest.$ac_ext
6668fi
6669echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6670echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6671if test `eval echo '${'$as_ac_var'}'` = yes; then
6672 cat >>confdefs.h <<_ACEOF
6673#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6674_ACEOF
252b5132 6675
252b5132
RH
6676fi
6677done
6678
42ecbf5e
DJ
6679echo "$as_me:$LINENO: checking for working mmap" >&5
6680echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
6681if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
6682 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
6683else
6684 if test "$cross_compiling" = yes; then
6685 ac_cv_func_mmap_fixed_mapped=no
6686else
42ecbf5e
DJ
6687 cat >conftest.$ac_ext <<_ACEOF
6688/* confdefs.h. */
6689_ACEOF
6690cat confdefs.h >>conftest.$ac_ext
6691cat >>conftest.$ac_ext <<_ACEOF
6692/* end confdefs.h. */
6693$ac_includes_default
6694/* malloc might have been renamed as rpl_malloc. */
6695#undef malloc
252b5132
RH
6696
6697/* Thanks to Mike Haertel and Jim Avera for this test.
6698 Here is a matrix of mmap possibilities:
6699 mmap private not fixed
6700 mmap private fixed at somewhere currently unmapped
6701 mmap private fixed at somewhere already mapped
6702 mmap shared not fixed
6703 mmap shared fixed at somewhere currently unmapped
6704 mmap shared fixed at somewhere already mapped
6705 For private mappings, we should verify that changes cannot be read()
6706 back from the file, nor mmap's back from the file at a different
6707 address. (There have been systems where private was not correctly
6708 implemented like the infamous i386 svr4.0, and systems where the
42ecbf5e 6709 VM page cache was not coherent with the file system buffer cache
252b5132
RH
6710 like early versions of FreeBSD and possibly contemporary NetBSD.)
6711 For shared mappings, we should conversely verify that changes get
42ecbf5e 6712 propagated back to all the places they're supposed to be.
252b5132
RH
6713
6714 Grep wants private fixed already mapped.
6715 The main things grep needs to know about mmap are:
6716 * does it exist and is it safe to write into the mmap'd area
6717 * how to use it (BSD variants) */
42ecbf5e 6718
252b5132
RH
6719#include <fcntl.h>
6720#include <sys/mman.h>
6721
42ecbf5e
DJ
6722#if !STDC_HEADERS && !HAVE_STDLIB_H
6723char *malloc ();
6724#endif
d15b04bd 6725
42ecbf5e
DJ
6726/* This mess was copied from the GNU getpagesize.h. */
6727#if !HAVE_GETPAGESIZE
252b5132 6728/* Assume that all systems that can run configure have sys/param.h. */
42ecbf5e 6729# if !HAVE_SYS_PARAM_H
252b5132
RH
6730# define HAVE_SYS_PARAM_H 1
6731# endif
6732
6733# ifdef _SC_PAGESIZE
6734# define getpagesize() sysconf(_SC_PAGESIZE)
6735# else /* no _SC_PAGESIZE */
42ecbf5e 6736# if HAVE_SYS_PARAM_H
252b5132
RH
6737# include <sys/param.h>
6738# ifdef EXEC_PAGESIZE
6739# define getpagesize() EXEC_PAGESIZE
6740# else /* no EXEC_PAGESIZE */
6741# ifdef NBPG
6742# define getpagesize() NBPG * CLSIZE
6743# ifndef CLSIZE
6744# define CLSIZE 1
6745# endif /* no CLSIZE */
6746# else /* no NBPG */
6747# ifdef NBPC
6748# define getpagesize() NBPC
6749# else /* no NBPC */
6750# ifdef PAGESIZE
6751# define getpagesize() PAGESIZE
6752# endif /* PAGESIZE */
6753# endif /* no NBPC */
6754# endif /* no NBPG */
6755# endif /* no EXEC_PAGESIZE */
6756# else /* no HAVE_SYS_PARAM_H */
6757# define getpagesize() 8192 /* punt totally */
6758# endif /* no HAVE_SYS_PARAM_H */
6759# endif /* no _SC_PAGESIZE */
6760
6761#endif /* no HAVE_GETPAGESIZE */
6762
252b5132 6763int
42ecbf5e 6764main ()
252b5132 6765{
42ecbf5e
DJ
6766 char *data, *data2, *data3;
6767 int i, pagesize;
6768 int fd;
6769
6770 pagesize = getpagesize ();
6771
6772 /* First, make a file with some known garbage in it. */
6773 data = (char *) malloc (pagesize);
6774 if (!data)
6775 exit (1);
6776 for (i = 0; i < pagesize; ++i)
6777 *(data + i) = rand ();
6778 umask (0);
6779 fd = creat ("conftest.mmap", 0600);
6780 if (fd < 0)
6781 exit (1);
6782 if (write (fd, data, pagesize) != pagesize)
6783 exit (1);
6784 close (fd);
6785
6786 /* Next, try to mmap the file at a fixed address which already has
6787 something else allocated at it. If we can, also make sure that
6788 we see the same garbage. */
6789 fd = open ("conftest.mmap", O_RDWR);
6790 if (fd < 0)
6791 exit (1);
6792 data2 = (char *) malloc (2 * pagesize);
6793 if (!data2)
6794 exit (1);
6795 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
6796 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
6797 MAP_PRIVATE | MAP_FIXED, fd, 0L))
6798 exit (1);
6799 for (i = 0; i < pagesize; ++i)
6800 if (*(data + i) != *(data2 + i))
6801 exit (1);
6802
6803 /* Finally, make sure that changes to the mapped area do not
6804 percolate back to the file as seen by read(). (This is a bug on
6805 some variants of i386 svr4.0.) */
6806 for (i = 0; i < pagesize; ++i)
6807 *(data2 + i) = *(data2 + i) + 1;
6808 data3 = (char *) malloc (pagesize);
6809 if (!data3)
6810 exit (1);
6811 if (read (fd, data3, pagesize) != pagesize)
6812 exit (1);
6813 for (i = 0; i < pagesize; ++i)
6814 if (*(data + i) != *(data3 + i))
6815 exit (1);
6816 close (fd);
6817 exit (0);
6818}
6819_ACEOF
6820rm -f conftest$ac_exeext
6821if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6822 (eval $ac_link) 2>&5
6823 ac_status=$?
6824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6825 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6827 (eval $ac_try) 2>&5
6828 ac_status=$?
6829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6830 (exit $ac_status); }; }; then
252b5132
RH
6831 ac_cv_func_mmap_fixed_mapped=yes
6832else
42ecbf5e
DJ
6833 echo "$as_me: program exited with status $ac_status" >&5
6834echo "$as_me: failed program was:" >&5
6835sed 's/^/| /' conftest.$ac_ext >&5
6836
6837( exit $ac_status )
6838ac_cv_func_mmap_fixed_mapped=no
252b5132 6839fi
42ecbf5e 6840rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 6841fi
252b5132 6842fi
42ecbf5e
DJ
6843echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
6844echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
d15b04bd 6845if test $ac_cv_func_mmap_fixed_mapped = yes; then
42ecbf5e
DJ
6846
6847cat >>confdefs.h <<\_ACEOF
252b5132 6848#define HAVE_MMAP 1
42ecbf5e 6849_ACEOF
252b5132
RH
6850
6851fi
42ecbf5e
DJ
6852rm -f conftest.mmap
6853
6854
6855
6856
6857
6858
6859
6860
6861
e5a52504 6862
42ecbf5e
DJ
6863
6864for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
252b5132
RH
6865unistd.h values.h sys/param.h
6866do
42ecbf5e
DJ
6867as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6868if eval "test \"\${$as_ac_Header+set}\" = set"; then
6869 echo "$as_me:$LINENO: checking for $ac_header" >&5
6870echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6871if eval "test \"\${$as_ac_Header+set}\" = set"; then
6872 echo $ECHO_N "(cached) $ECHO_C" >&6
6873fi
6874echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6875echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6876else
6877 # Is the header compilable?
6878echo "$as_me:$LINENO: checking $ac_header usability" >&5
6879echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6880cat >conftest.$ac_ext <<_ACEOF
6881/* confdefs.h. */
6882_ACEOF
6883cat confdefs.h >>conftest.$ac_ext
6884cat >>conftest.$ac_ext <<_ACEOF
6885/* end confdefs.h. */
6886$ac_includes_default
6887#include <$ac_header>
6888_ACEOF
6889rm -f conftest.$ac_objext
6890if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6891 (eval $ac_compile) 2>conftest.er1
6892 ac_status=$?
6893 grep -v '^ *+' conftest.er1 >conftest.err
6894 rm -f conftest.er1
6895 cat conftest.err >&5
6896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6897 (exit $ac_status); } &&
b7d4af3a
JW
6898 { ac_try='test -z "$ac_c_werror_flag"
6899 || test ! -s conftest.err'
42ecbf5e
DJ
6900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6901 (eval $ac_try) 2>&5
6902 ac_status=$?
6903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6904 (exit $ac_status); }; } &&
6905 { ac_try='test -s conftest.$ac_objext'
6906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6907 (eval $ac_try) 2>&5
6908 ac_status=$?
6909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6910 (exit $ac_status); }; }; then
6911 ac_header_compiler=yes
6912else
6913 echo "$as_me: failed program was:" >&5
6914sed 's/^/| /' conftest.$ac_ext >&5
6915
6916ac_header_compiler=no
6917fi
6918rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6919echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6920echo "${ECHO_T}$ac_header_compiler" >&6
6921
6922# Is the header present?
6923echo "$as_me:$LINENO: checking $ac_header presence" >&5
6924echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6925cat >conftest.$ac_ext <<_ACEOF
6926/* confdefs.h. */
6927_ACEOF
6928cat confdefs.h >>conftest.$ac_ext
6929cat >>conftest.$ac_ext <<_ACEOF
6930/* end confdefs.h. */
6931#include <$ac_header>
6932_ACEOF
6933if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6934 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6935 ac_status=$?
6936 grep -v '^ *+' conftest.er1 >conftest.err
6937 rm -f conftest.er1
6938 cat conftest.err >&5
6939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6940 (exit $ac_status); } >/dev/null; then
6941 if test -s conftest.err; then
6942 ac_cpp_err=$ac_c_preproc_warn_flag
6943 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6944 else
6945 ac_cpp_err=
6946 fi
252b5132 6947else
42ecbf5e 6948 ac_cpp_err=yes
252b5132 6949fi
42ecbf5e
DJ
6950if test -z "$ac_cpp_err"; then
6951 ac_header_preproc=yes
6952else
6953 echo "$as_me: failed program was:" >&5
6954sed 's/^/| /' conftest.$ac_ext >&5
6955
6956 ac_header_preproc=no
252b5132 6957fi
42ecbf5e
DJ
6958rm -f conftest.err conftest.$ac_ext
6959echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6960echo "${ECHO_T}$ac_header_preproc" >&6
6961
6962# So? What about this header?
6963case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6964 yes:no: )
6965 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6966echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6967 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6968echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6969 ac_header_preproc=yes
6970 ;;
6971 no:yes:* )
6972 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6973echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6974 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6975echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6976 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6977echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6978 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6979echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6980 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6981echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6982 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6983echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6984 (
6985 cat <<\_ASBOX
6986## ------------------------------------------ ##
6987## Report this to the AC_PACKAGE_NAME lists. ##
6988## ------------------------------------------ ##
6989_ASBOX
6990 ) |
6991 sed "s/^/$as_me: WARNING: /" >&2
6992 ;;
6993esac
6994echo "$as_me:$LINENO: checking for $ac_header" >&5
6995echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6996if eval "test \"\${$as_ac_Header+set}\" = set"; then
6997 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6998else
42ecbf5e
DJ
6999 eval "$as_ac_Header=\$ac_header_preproc"
7000fi
7001echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7002echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7003
e5a52504 7004fi
42ecbf5e
DJ
7005if test `eval echo '${'$as_ac_Header'}'` = yes; then
7006 cat >>confdefs.h <<_ACEOF
7007#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7008_ACEOF
7009
7010fi
7011
252b5132
RH
7012done
7013
42ecbf5e
DJ
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
252b5132
RH
7025__argz_count __argz_stringify __argz_next
7026do
42ecbf5e
DJ
7027as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7028echo "$as_me:$LINENO: checking for $ac_func" >&5
7029echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7030if eval "test \"\${$as_ac_var+set}\" = set"; then
7031 echo $ECHO_N "(cached) $ECHO_C" >&6
7032else
7033 cat >conftest.$ac_ext <<_ACEOF
7034/* confdefs.h. */
7035_ACEOF
7036cat confdefs.h >>conftest.$ac_ext
7037cat >>conftest.$ac_ext <<_ACEOF
7038/* end confdefs.h. */
7039/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7040 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7041#define $ac_func innocuous_$ac_func
7042
252b5132 7043/* System header to define __stub macros and hopefully few prototypes,
42ecbf5e
DJ
7044 which can conflict with char $ac_func (); below.
7045 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7046 <limits.h> exists even on freestanding compilers. */
d15b04bd 7047
42ecbf5e
DJ
7048#ifdef __STDC__
7049# include <limits.h>
7050#else
7051# include <assert.h>
7052#endif
d15b04bd 7053
42ecbf5e
DJ
7054#undef $ac_func
7055
7056/* Override any gcc2 internal prototype to avoid an error. */
7057#ifdef __cplusplus
7058extern "C"
7059{
7060#endif
7061/* We use char because int might match the return type of a gcc2
7062 builtin and then its argument prototype would still apply. */
7063char $ac_func ();
252b5132
RH
7064/* The GNU C library defines this for functions which it implements
7065 to always fail with ENOSYS. Some functions are actually named
7066 something starting with __ and the normal name is an alias. */
7067#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7068choke me
7069#else
42ecbf5e
DJ
7070char (*f) () = $ac_func;
7071#endif
7072#ifdef __cplusplus
7073}
252b5132
RH
7074#endif
7075
42ecbf5e
DJ
7076int
7077main ()
7078{
7079return f != $ac_func;
7080 ;
7081 return 0;
7082}
7083_ACEOF
7084rm -f conftest.$ac_objext conftest$ac_exeext
7085if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7086 (eval $ac_link) 2>conftest.er1
7087 ac_status=$?
7088 grep -v '^ *+' conftest.er1 >conftest.err
7089 rm -f conftest.er1
7090 cat conftest.err >&5
7091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7092 (exit $ac_status); } &&
b7d4af3a
JW
7093 { ac_try='test -z "$ac_c_werror_flag"
7094 || test ! -s conftest.err'
42ecbf5e
DJ
7095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7096 (eval $ac_try) 2>&5
7097 ac_status=$?
7098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7099 (exit $ac_status); }; } &&
7100 { ac_try='test -s conftest$ac_exeext'
7101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7102 (eval $ac_try) 2>&5
7103 ac_status=$?
7104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7105 (exit $ac_status); }; }; then
7106 eval "$as_ac_var=yes"
7107else
7108 echo "$as_me: failed program was:" >&5
7109sed 's/^/| /' conftest.$ac_ext >&5
7110
7111eval "$as_ac_var=no"
7112fi
7113rm -f conftest.err conftest.$ac_objext \
7114 conftest$ac_exeext conftest.$ac_ext
7115fi
7116echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7117echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7118if test `eval echo '${'$as_ac_var'}'` = yes; then
7119 cat >>confdefs.h <<_ACEOF
7120#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7121_ACEOF
252b5132 7122
252b5132
RH
7123fi
7124done
7125
7126
7127 if test "${ac_cv_func_stpcpy+set}" != "set"; then
42ecbf5e
DJ
7128
7129for ac_func in stpcpy
252b5132 7130do
42ecbf5e
DJ
7131as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7132echo "$as_me:$LINENO: checking for $ac_func" >&5
7133echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7134if eval "test \"\${$as_ac_var+set}\" = set"; then
7135 echo $ECHO_N "(cached) $ECHO_C" >&6
7136else
7137 cat >conftest.$ac_ext <<_ACEOF
7138/* confdefs.h. */
7139_ACEOF
7140cat confdefs.h >>conftest.$ac_ext
7141cat >>conftest.$ac_ext <<_ACEOF
7142/* end confdefs.h. */
7143/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7144 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7145#define $ac_func innocuous_$ac_func
7146
252b5132 7147/* System header to define __stub macros and hopefully few prototypes,
42ecbf5e
DJ
7148 which can conflict with char $ac_func (); below.
7149 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7150 <limits.h> exists even on freestanding compilers. */
d15b04bd 7151
42ecbf5e
DJ
7152#ifdef __STDC__
7153# include <limits.h>
7154#else
7155# include <assert.h>
7156#endif
d15b04bd 7157
42ecbf5e
DJ
7158#undef $ac_func
7159
7160/* Override any gcc2 internal prototype to avoid an error. */
7161#ifdef __cplusplus
7162extern "C"
7163{
7164#endif
7165/* We use char because int might match the return type of a gcc2
7166 builtin and then its argument prototype would still apply. */
7167char $ac_func ();
252b5132
RH
7168/* The GNU C library defines this for functions which it implements
7169 to always fail with ENOSYS. Some functions are actually named
7170 something starting with __ and the normal name is an alias. */
7171#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7172choke me
7173#else
42ecbf5e
DJ
7174char (*f) () = $ac_func;
7175#endif
7176#ifdef __cplusplus
7177}
252b5132
RH
7178#endif
7179
42ecbf5e
DJ
7180int
7181main ()
7182{
7183return f != $ac_func;
7184 ;
7185 return 0;
7186}
7187_ACEOF
7188rm -f conftest.$ac_objext conftest$ac_exeext
7189if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7190 (eval $ac_link) 2>conftest.er1
7191 ac_status=$?
7192 grep -v '^ *+' conftest.er1 >conftest.err
7193 rm -f conftest.er1
7194 cat conftest.err >&5
7195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7196 (exit $ac_status); } &&
b7d4af3a
JW
7197 { ac_try='test -z "$ac_c_werror_flag"
7198 || test ! -s conftest.err'
42ecbf5e
DJ
7199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7200 (eval $ac_try) 2>&5
7201 ac_status=$?
7202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7203 (exit $ac_status); }; } &&
7204 { ac_try='test -s conftest$ac_exeext'
7205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7206 (eval $ac_try) 2>&5
7207 ac_status=$?
7208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7209 (exit $ac_status); }; }; then
7210 eval "$as_ac_var=yes"
7211else
7212 echo "$as_me: failed program was:" >&5
7213sed 's/^/| /' conftest.$ac_ext >&5
7214
7215eval "$as_ac_var=no"
7216fi
7217rm -f conftest.err conftest.$ac_objext \
7218 conftest$ac_exeext conftest.$ac_ext
7219fi
7220echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7221echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7222if test `eval echo '${'$as_ac_var'}'` = yes; then
7223 cat >>confdefs.h <<_ACEOF
7224#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7225_ACEOF
252b5132 7226
252b5132
RH
7227fi
7228done
7229
7230 fi
7231 if test "${ac_cv_func_stpcpy}" = "yes"; then
42ecbf5e
DJ
7232
7233cat >>confdefs.h <<\_ACEOF
252b5132 7234#define HAVE_STPCPY 1
42ecbf5e 7235_ACEOF
252b5132
RH
7236
7237 fi
7238
7239 if test $ac_cv_header_locale_h = yes; then
42ecbf5e
DJ
7240 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
7241echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
7242if test "${am_cv_val_LC_MESSAGES+set}" = set; then
7243 echo $ECHO_N "(cached) $ECHO_C" >&6
7244else
7245 cat >conftest.$ac_ext <<_ACEOF
7246/* confdefs.h. */
7247_ACEOF
7248cat confdefs.h >>conftest.$ac_ext
7249cat >>conftest.$ac_ext <<_ACEOF
7250/* end confdefs.h. */
252b5132 7251#include <locale.h>
42ecbf5e
DJ
7252int
7253main ()
7254{
252b5132 7255return LC_MESSAGES
42ecbf5e
DJ
7256 ;
7257 return 0;
7258}
7259_ACEOF
7260rm -f conftest.$ac_objext conftest$ac_exeext
7261if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7262 (eval $ac_link) 2>conftest.er1
7263 ac_status=$?
7264 grep -v '^ *+' conftest.er1 >conftest.err
7265 rm -f conftest.er1
7266 cat conftest.err >&5
7267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7268 (exit $ac_status); } &&
b7d4af3a
JW
7269 { ac_try='test -z "$ac_c_werror_flag"
7270 || test ! -s conftest.err'
42ecbf5e
DJ
7271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7272 (eval $ac_try) 2>&5
7273 ac_status=$?
7274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7275 (exit $ac_status); }; } &&
7276 { ac_try='test -s conftest$ac_exeext'
7277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7278 (eval $ac_try) 2>&5
7279 ac_status=$?
7280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7281 (exit $ac_status); }; }; then
252b5132
RH
7282 am_cv_val_LC_MESSAGES=yes
7283else
42ecbf5e
DJ
7284 echo "$as_me: failed program was:" >&5
7285sed 's/^/| /' conftest.$ac_ext >&5
7286
7287am_cv_val_LC_MESSAGES=no
252b5132 7288fi
42ecbf5e
DJ
7289rm -f conftest.err conftest.$ac_objext \
7290 conftest$ac_exeext conftest.$ac_ext
252b5132 7291fi
42ecbf5e
DJ
7292echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
7293echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
d15b04bd 7294 if test $am_cv_val_LC_MESSAGES = yes; then
42ecbf5e
DJ
7295
7296cat >>confdefs.h <<\_ACEOF
252b5132 7297#define HAVE_LC_MESSAGES 1
42ecbf5e 7298_ACEOF
252b5132
RH
7299
7300 fi
7301 fi
42ecbf5e
DJ
7302 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
7303echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
252b5132
RH
7304 # Check whether --enable-nls or --disable-nls was given.
7305if test "${enable_nls+set}" = set; then
7306 enableval="$enable_nls"
7307 USE_NLS=$enableval
7308else
7309 USE_NLS=yes
42ecbf5e
DJ
7310fi;
7311 echo "$as_me:$LINENO: result: $USE_NLS" >&5
7312echo "${ECHO_T}$USE_NLS" >&6
252b5132 7313
252b5132
RH
7314
7315 USE_INCLUDED_LIBINTL=no
7316
7317 if test "$USE_NLS" = "yes"; then
42ecbf5e
DJ
7318 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
7319echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
7320
7321# Check whether --with-included-gettext or --without-included-gettext was given.
252b5132
RH
7322if test "${with_included_gettext+set}" = set; then
7323 withval="$with_included_gettext"
7324 nls_cv_force_use_gnu_gettext=$withval
7325else
7326 nls_cv_force_use_gnu_gettext=no
42ecbf5e
DJ
7327fi;
7328 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
7329echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
252b5132
RH
7330
7331 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
7332 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
7333 nls_cv_header_intl=
d15b04bd 7334 nls_cv_header_libgt=
c46f8c51 7335 CATOBJEXT=
e5a52504 7336
42ecbf5e
DJ
7337 if test "${ac_cv_header_libintl_h+set}" = set; then
7338 echo "$as_me:$LINENO: checking for libintl.h" >&5
7339echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7340if test "${ac_cv_header_libintl_h+set}" = set; then
7341 echo $ECHO_N "(cached) $ECHO_C" >&6
7342fi
7343echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7344echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7345else
7346 # Is the header compilable?
7347echo "$as_me:$LINENO: checking libintl.h usability" >&5
7348echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
7349cat >conftest.$ac_ext <<_ACEOF
7350/* confdefs.h. */
7351_ACEOF
7352cat confdefs.h >>conftest.$ac_ext
7353cat >>conftest.$ac_ext <<_ACEOF
7354/* end confdefs.h. */
7355$ac_includes_default
d15b04bd 7356#include <libintl.h>
42ecbf5e
DJ
7357_ACEOF
7358rm -f conftest.$ac_objext
7359if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7360 (eval $ac_compile) 2>conftest.er1
7361 ac_status=$?
7362 grep -v '^ *+' conftest.er1 >conftest.err
7363 rm -f conftest.er1
7364 cat conftest.err >&5
7365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7366 (exit $ac_status); } &&
b7d4af3a
JW
7367 { ac_try='test -z "$ac_c_werror_flag"
7368 || test ! -s conftest.err'
42ecbf5e
DJ
7369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7370 (eval $ac_try) 2>&5
7371 ac_status=$?
7372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373 (exit $ac_status); }; } &&
7374 { ac_try='test -s conftest.$ac_objext'
7375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7376 (eval $ac_try) 2>&5
7377 ac_status=$?
7378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7379 (exit $ac_status); }; }; then
7380 ac_header_compiler=yes
7381else
7382 echo "$as_me: failed program was:" >&5
7383sed 's/^/| /' conftest.$ac_ext >&5
7384
7385ac_header_compiler=no
7386fi
7387rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7388echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7389echo "${ECHO_T}$ac_header_compiler" >&6
7390
7391# Is the header present?
7392echo "$as_me:$LINENO: checking libintl.h presence" >&5
7393echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
7394cat >conftest.$ac_ext <<_ACEOF
7395/* confdefs.h. */
7396_ACEOF
7397cat confdefs.h >>conftest.$ac_ext
7398cat >>conftest.$ac_ext <<_ACEOF
7399/* end confdefs.h. */
7400#include <libintl.h>
7401_ACEOF
7402if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7403 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7404 ac_status=$?
7405 grep -v '^ *+' conftest.er1 >conftest.err
7406 rm -f conftest.er1
7407 cat conftest.err >&5
7408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7409 (exit $ac_status); } >/dev/null; then
7410 if test -s conftest.err; then
7411 ac_cpp_err=$ac_c_preproc_warn_flag
7412 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7413 else
7414 ac_cpp_err=
7415 fi
252b5132 7416else
42ecbf5e 7417 ac_cpp_err=yes
252b5132 7418fi
42ecbf5e
DJ
7419if test -z "$ac_cpp_err"; then
7420 ac_header_preproc=yes
7421else
7422 echo "$as_me: failed program was:" >&5
7423sed 's/^/| /' conftest.$ac_ext >&5
7424
7425 ac_header_preproc=no
252b5132 7426fi
42ecbf5e
DJ
7427rm -f conftest.err conftest.$ac_ext
7428echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7429echo "${ECHO_T}$ac_header_preproc" >&6
7430
7431# So? What about this header?
7432case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7433 yes:no: )
7434 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
7435echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7436 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
7437echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
7438 ac_header_preproc=yes
7439 ;;
7440 no:yes:* )
7441 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
7442echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
7443 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
7444echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
7446echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
7447 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
7448echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
7449 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
7450echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
7451 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
7452echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
7453 (
7454 cat <<\_ASBOX
7455## ------------------------------------------ ##
7456## Report this to the AC_PACKAGE_NAME lists. ##
7457## ------------------------------------------ ##
7458_ASBOX
7459 ) |
7460 sed "s/^/$as_me: WARNING: /" >&2
7461 ;;
7462esac
7463echo "$as_me:$LINENO: checking for libintl.h" >&5
7464echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7465if test "${ac_cv_header_libintl_h+set}" = set; then
7466 echo $ECHO_N "(cached) $ECHO_C" >&6
7467else
7468 ac_cv_header_libintl_h=$ac_header_preproc
7469fi
7470echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7471echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7472
7473fi
7474if test $ac_cv_header_libintl_h = yes; then
7475 echo "$as_me:$LINENO: checking for gettext in libc" >&5
7476echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
7477if test "${gt_cv_func_gettext_libc+set}" = set; then
7478 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7479else
42ecbf5e
DJ
7480 cat >conftest.$ac_ext <<_ACEOF
7481/* confdefs.h. */
7482_ACEOF
7483cat confdefs.h >>conftest.$ac_ext
7484cat >>conftest.$ac_ext <<_ACEOF
7485/* end confdefs.h. */
252b5132 7486#include <libintl.h>
42ecbf5e
DJ
7487int
7488main ()
7489{
252b5132 7490return (int) gettext ("")
42ecbf5e
DJ
7491 ;
7492 return 0;
7493}
7494_ACEOF
7495rm -f conftest.$ac_objext conftest$ac_exeext
7496if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7497 (eval $ac_link) 2>conftest.er1
7498 ac_status=$?
7499 grep -v '^ *+' conftest.er1 >conftest.err
7500 rm -f conftest.er1
7501 cat conftest.err >&5
7502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7503 (exit $ac_status); } &&
b7d4af3a
JW
7504 { ac_try='test -z "$ac_c_werror_flag"
7505 || test ! -s conftest.err'
42ecbf5e
DJ
7506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7507 (eval $ac_try) 2>&5
7508 ac_status=$?
7509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7510 (exit $ac_status); }; } &&
7511 { ac_try='test -s conftest$ac_exeext'
7512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7513 (eval $ac_try) 2>&5
7514 ac_status=$?
7515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7516 (exit $ac_status); }; }; then
252b5132
RH
7517 gt_cv_func_gettext_libc=yes
7518else
42ecbf5e
DJ
7519 echo "$as_me: failed program was:" >&5
7520sed 's/^/| /' conftest.$ac_ext >&5
7521
7522gt_cv_func_gettext_libc=no
252b5132 7523fi
42ecbf5e
DJ
7524rm -f conftest.err conftest.$ac_objext \
7525 conftest$ac_exeext conftest.$ac_ext
252b5132 7526fi
42ecbf5e
DJ
7527echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
7528echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
252b5132
RH
7529
7530 if test "$gt_cv_func_gettext_libc" != "yes"; then
42ecbf5e
DJ
7531 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
7532echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
7533if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
7534 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7535else
42ecbf5e 7536 ac_check_lib_save_LIBS=$LIBS
252b5132 7537LIBS="-lintl $LIBS"
42ecbf5e
DJ
7538cat >conftest.$ac_ext <<_ACEOF
7539/* confdefs.h. */
7540_ACEOF
7541cat confdefs.h >>conftest.$ac_ext
7542cat >>conftest.$ac_ext <<_ACEOF
7543/* end confdefs.h. */
7544
252b5132 7545/* Override any gcc2 internal prototype to avoid an error. */
42ecbf5e
DJ
7546#ifdef __cplusplus
7547extern "C"
7548#endif
252b5132 7549/* We use char because int might match the return type of a gcc2
42ecbf5e
DJ
7550 builtin and then its argument prototype would still apply. */
7551char bindtextdomain ();
7552int
7553main ()
7554{
7555bindtextdomain ();
7556 ;
7557 return 0;
7558}
7559_ACEOF
7560rm -f conftest.$ac_objext conftest$ac_exeext
7561if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7562 (eval $ac_link) 2>conftest.er1
7563 ac_status=$?
7564 grep -v '^ *+' conftest.er1 >conftest.err
7565 rm -f conftest.er1
7566 cat conftest.err >&5
7567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7568 (exit $ac_status); } &&
b7d4af3a
JW
7569 { ac_try='test -z "$ac_c_werror_flag"
7570 || test ! -s conftest.err'
42ecbf5e
DJ
7571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7572 (eval $ac_try) 2>&5
7573 ac_status=$?
7574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); }; } &&
7576 { ac_try='test -s conftest$ac_exeext'
7577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7578 (eval $ac_try) 2>&5
7579 ac_status=$?
7580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7581 (exit $ac_status); }; }; then
7582 ac_cv_lib_intl_bindtextdomain=yes
7583else
7584 echo "$as_me: failed program was:" >&5
7585sed 's/^/| /' conftest.$ac_ext >&5
7586
7587ac_cv_lib_intl_bindtextdomain=no
7588fi
7589rm -f conftest.err conftest.$ac_objext \
7590 conftest$ac_exeext conftest.$ac_ext
7591LIBS=$ac_check_lib_save_LIBS
7592fi
7593echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
7594echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
7595if test $ac_cv_lib_intl_bindtextdomain = yes; then
7596 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
7597echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
7598if test "${gt_cv_func_gettext_libintl+set}" = set; then
7599 echo $ECHO_N "(cached) $ECHO_C" >&6
7600else
7601 cat >conftest.$ac_ext <<_ACEOF
7602/* confdefs.h. */
7603_ACEOF
7604cat confdefs.h >>conftest.$ac_ext
7605cat >>conftest.$ac_ext <<_ACEOF
7606/* end confdefs.h. */
d15b04bd 7607
42ecbf5e
DJ
7608int
7609main ()
7610{
252b5132 7611return (int) gettext ("")
42ecbf5e
DJ
7612 ;
7613 return 0;
7614}
7615_ACEOF
7616rm -f conftest.$ac_objext conftest$ac_exeext
7617if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7618 (eval $ac_link) 2>conftest.er1
7619 ac_status=$?
7620 grep -v '^ *+' conftest.er1 >conftest.err
7621 rm -f conftest.er1
7622 cat conftest.err >&5
7623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7624 (exit $ac_status); } &&
b7d4af3a
JW
7625 { ac_try='test -z "$ac_c_werror_flag"
7626 || test ! -s conftest.err'
42ecbf5e
DJ
7627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7628 (eval $ac_try) 2>&5
7629 ac_status=$?
7630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7631 (exit $ac_status); }; } &&
7632 { ac_try='test -s conftest$ac_exeext'
7633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7634 (eval $ac_try) 2>&5
7635 ac_status=$?
7636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7637 (exit $ac_status); }; }; then
252b5132
RH
7638 gt_cv_func_gettext_libintl=yes
7639else
42ecbf5e
DJ
7640 echo "$as_me: failed program was:" >&5
7641sed 's/^/| /' conftest.$ac_ext >&5
7642
7643gt_cv_func_gettext_libintl=no
252b5132 7644fi
42ecbf5e
DJ
7645rm -f conftest.err conftest.$ac_objext \
7646 conftest$ac_exeext conftest.$ac_ext
252b5132 7647fi
42ecbf5e
DJ
7648echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
7649echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
252b5132
RH
7650fi
7651
7652 fi
7653
7654 if test "$gt_cv_func_gettext_libc" = "yes" \
7655 || test "$gt_cv_func_gettext_libintl" = "yes"; then
42ecbf5e
DJ
7656
7657cat >>confdefs.h <<\_ACEOF
252b5132 7658#define HAVE_GETTEXT 1
42ecbf5e 7659_ACEOF
252b5132
RH
7660
7661 # Extract the first word of "msgfmt", so it can be a program name with args.
7662set dummy msgfmt; ac_word=$2
42ecbf5e
DJ
7663echo "$as_me:$LINENO: checking for $ac_word" >&5
7664echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7665if test "${ac_cv_path_MSGFMT+set}" = set; then
7666 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7667else
7668 case "$MSGFMT" in
7669 /*)
7670 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
7671 ;;
7672 *)
7673 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7674 for ac_dir in $PATH; do
7675 test -z "$ac_dir" && ac_dir=.
7676 if test -f $ac_dir/$ac_word; then
7677 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7678 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
7679 break
7680 fi
7681 fi
7682 done
7683 IFS="$ac_save_ifs"
7684 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
7685 ;;
7686esac
7687fi
7688MSGFMT="$ac_cv_path_MSGFMT"
7689if test -n "$MSGFMT"; then
42ecbf5e
DJ
7690 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7691echo "${ECHO_T}$MSGFMT" >&6
252b5132 7692else
42ecbf5e
DJ
7693 echo "$as_me:$LINENO: result: no" >&5
7694echo "${ECHO_T}no" >&6
252b5132
RH
7695fi
7696 if test "$MSGFMT" != "no"; then
42ecbf5e
DJ
7697
7698for ac_func in dcgettext
252b5132 7699do
42ecbf5e
DJ
7700as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7701echo "$as_me:$LINENO: checking for $ac_func" >&5
7702echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7703if eval "test \"\${$as_ac_var+set}\" = set"; then
7704 echo $ECHO_N "(cached) $ECHO_C" >&6
7705else
7706 cat >conftest.$ac_ext <<_ACEOF
7707/* confdefs.h. */
7708_ACEOF
7709cat confdefs.h >>conftest.$ac_ext
7710cat >>conftest.$ac_ext <<_ACEOF
7711/* end confdefs.h. */
7712/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7713 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7714#define $ac_func innocuous_$ac_func
7715
252b5132 7716/* System header to define __stub macros and hopefully few prototypes,
42ecbf5e
DJ
7717 which can conflict with char $ac_func (); below.
7718 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7719 <limits.h> exists even on freestanding compilers. */
d15b04bd 7720
42ecbf5e
DJ
7721#ifdef __STDC__
7722# include <limits.h>
7723#else
7724# include <assert.h>
7725#endif
d15b04bd 7726
42ecbf5e
DJ
7727#undef $ac_func
7728
7729/* Override any gcc2 internal prototype to avoid an error. */
7730#ifdef __cplusplus
7731extern "C"
7732{
7733#endif
7734/* We use char because int might match the return type of a gcc2
7735 builtin and then its argument prototype would still apply. */
7736char $ac_func ();
252b5132
RH
7737/* The GNU C library defines this for functions which it implements
7738 to always fail with ENOSYS. Some functions are actually named
7739 something starting with __ and the normal name is an alias. */
7740#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7741choke me
7742#else
42ecbf5e
DJ
7743char (*f) () = $ac_func;
7744#endif
7745#ifdef __cplusplus
7746}
252b5132
RH
7747#endif
7748
42ecbf5e
DJ
7749int
7750main ()
7751{
7752return f != $ac_func;
7753 ;
7754 return 0;
7755}
7756_ACEOF
7757rm -f conftest.$ac_objext conftest$ac_exeext
7758if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7759 (eval $ac_link) 2>conftest.er1
7760 ac_status=$?
7761 grep -v '^ *+' conftest.er1 >conftest.err
7762 rm -f conftest.er1
7763 cat conftest.err >&5
7764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7765 (exit $ac_status); } &&
b7d4af3a
JW
7766 { ac_try='test -z "$ac_c_werror_flag"
7767 || test ! -s conftest.err'
42ecbf5e
DJ
7768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7769 (eval $ac_try) 2>&5
7770 ac_status=$?
7771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7772 (exit $ac_status); }; } &&
7773 { ac_try='test -s conftest$ac_exeext'
7774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7775 (eval $ac_try) 2>&5
7776 ac_status=$?
7777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7778 (exit $ac_status); }; }; then
7779 eval "$as_ac_var=yes"
7780else
7781 echo "$as_me: failed program was:" >&5
7782sed 's/^/| /' conftest.$ac_ext >&5
7783
7784eval "$as_ac_var=no"
7785fi
7786rm -f conftest.err conftest.$ac_objext \
7787 conftest$ac_exeext conftest.$ac_ext
7788fi
7789echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7790echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7791if test `eval echo '${'$as_ac_var'}'` = yes; then
7792 cat >>confdefs.h <<_ACEOF
7793#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7794_ACEOF
252b5132 7795
252b5132
RH
7796fi
7797done
7798
7799 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7800set dummy gmsgfmt; ac_word=$2
42ecbf5e
DJ
7801echo "$as_me:$LINENO: checking for $ac_word" >&5
7802echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7803if test "${ac_cv_path_GMSGFMT+set}" = set; then
7804 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7805else
42ecbf5e
DJ
7806 case $GMSGFMT in
7807 [\\/]* | ?:[\\/]*)
252b5132
RH
7808 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
7809 ;;
252b5132 7810 *)
42ecbf5e
DJ
7811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7812for as_dir in $PATH
7813do
7814 IFS=$as_save_IFS
7815 test -z "$as_dir" && as_dir=.
7816 for ac_exec_ext in '' $ac_executable_extensions; do
7817 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7818 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
7819 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7820 break 2
7821 fi
7822done
7823done
7824
252b5132
RH
7825 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
7826 ;;
7827esac
7828fi
42ecbf5e
DJ
7829GMSGFMT=$ac_cv_path_GMSGFMT
7830
252b5132 7831if test -n "$GMSGFMT"; then
42ecbf5e
DJ
7832 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
7833echo "${ECHO_T}$GMSGFMT" >&6
252b5132 7834else
42ecbf5e
DJ
7835 echo "$as_me:$LINENO: result: no" >&5
7836echo "${ECHO_T}no" >&6
252b5132
RH
7837fi
7838
7839 # Extract the first word of "xgettext", so it can be a program name with args.
7840set dummy xgettext; ac_word=$2
42ecbf5e
DJ
7841echo "$as_me:$LINENO: checking for $ac_word" >&5
7842echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7843if test "${ac_cv_path_XGETTEXT+set}" = set; then
7844 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7845else
7846 case "$XGETTEXT" in
7847 /*)
7848 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
7849 ;;
7850 *)
7851 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7852 for ac_dir in $PATH; do
7853 test -z "$ac_dir" && ac_dir=.
7854 if test -f $ac_dir/$ac_word; then
7855 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
7856 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
7857 break
7858 fi
7859 fi
7860 done
7861 IFS="$ac_save_ifs"
7862 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
7863 ;;
7864esac
7865fi
7866XGETTEXT="$ac_cv_path_XGETTEXT"
7867if test -n "$XGETTEXT"; then
42ecbf5e
DJ
7868 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
7869echo "${ECHO_T}$XGETTEXT" >&6
252b5132 7870else
42ecbf5e
DJ
7871 echo "$as_me:$LINENO: result: no" >&5
7872echo "${ECHO_T}no" >&6
252b5132
RH
7873fi
7874
42ecbf5e
DJ
7875 cat >conftest.$ac_ext <<_ACEOF
7876/* confdefs.h. */
7877_ACEOF
7878cat confdefs.h >>conftest.$ac_ext
7879cat >>conftest.$ac_ext <<_ACEOF
7880/* end confdefs.h. */
252b5132 7881
42ecbf5e
DJ
7882int
7883main ()
7884{
252b5132
RH
7885extern int _nl_msg_cat_cntr;
7886 return _nl_msg_cat_cntr
42ecbf5e
DJ
7887 ;
7888 return 0;
7889}
7890_ACEOF
7891rm -f conftest.$ac_objext conftest$ac_exeext
7892if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7893 (eval $ac_link) 2>conftest.er1
7894 ac_status=$?
7895 grep -v '^ *+' conftest.er1 >conftest.err
7896 rm -f conftest.er1
7897 cat conftest.err >&5
7898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7899 (exit $ac_status); } &&
b7d4af3a
JW
7900 { ac_try='test -z "$ac_c_werror_flag"
7901 || test ! -s conftest.err'
42ecbf5e
DJ
7902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7903 (eval $ac_try) 2>&5
7904 ac_status=$?
7905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7906 (exit $ac_status); }; } &&
7907 { ac_try='test -s conftest$ac_exeext'
7908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7909 (eval $ac_try) 2>&5
7910 ac_status=$?
7911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7912 (exit $ac_status); }; }; then
252b5132
RH
7913 CATOBJEXT=.gmo
7914 DATADIRNAME=share
7915else
42ecbf5e
DJ
7916 echo "$as_me: failed program was:" >&5
7917sed 's/^/| /' conftest.$ac_ext >&5
7918
7919CATOBJEXT=.mo
252b5132
RH
7920 DATADIRNAME=lib
7921fi
42ecbf5e
DJ
7922rm -f conftest.err conftest.$ac_objext \
7923 conftest$ac_exeext conftest.$ac_ext
252b5132
RH
7924 INSTOBJEXT=.mo
7925 fi
7926 fi
42ecbf5e 7927
252b5132
RH
7928fi
7929
7930
42ecbf5e
DJ
7931
7932
c46f8c51
AC
7933 if test x"$CATOBJEXT" = x && test -d $srcdir/../intl; then
7934 # Neither gettext nor catgets in included in the C library.
7935 # Fall back on GNU gettext library (assuming it is present).
7936 nls_cv_use_gnu_gettext=yes
252b5132
RH
7937 fi
7938 fi
7939
7940 if test "$nls_cv_use_gnu_gettext" = "yes"; then
7941 INTLOBJS="\$(GETTOBJS)"
7942 # Extract the first word of "msgfmt", so it can be a program name with args.
7943set dummy msgfmt; ac_word=$2
42ecbf5e
DJ
7944echo "$as_me:$LINENO: checking for $ac_word" >&5
7945echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7946if test "${ac_cv_path_MSGFMT+set}" = set; then
7947 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7948else
7949 case "$MSGFMT" in
7950 /*)
7951 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
7952 ;;
7953 *)
7954 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7955 for ac_dir in $PATH; do
7956 test -z "$ac_dir" && ac_dir=.
7957 if test -f $ac_dir/$ac_word; then
7958 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7959 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
7960 break
7961 fi
7962 fi
7963 done
7964 IFS="$ac_save_ifs"
7965 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
7966 ;;
7967esac
7968fi
7969MSGFMT="$ac_cv_path_MSGFMT"
7970if test -n "$MSGFMT"; then
42ecbf5e
DJ
7971 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7972echo "${ECHO_T}$MSGFMT" >&6
252b5132 7973else
42ecbf5e
DJ
7974 echo "$as_me:$LINENO: result: no" >&5
7975echo "${ECHO_T}no" >&6
252b5132
RH
7976fi
7977
7978 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7979set dummy gmsgfmt; ac_word=$2
42ecbf5e
DJ
7980echo "$as_me:$LINENO: checking for $ac_word" >&5
7981echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7982if test "${ac_cv_path_GMSGFMT+set}" = set; then
7983 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7984else
42ecbf5e
DJ
7985 case $GMSGFMT in
7986 [\\/]* | ?:[\\/]*)
252b5132
RH
7987 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
7988 ;;
252b5132 7989 *)
42ecbf5e
DJ
7990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7991for as_dir in $PATH
7992do
7993 IFS=$as_save_IFS
7994 test -z "$as_dir" && as_dir=.
7995 for ac_exec_ext in '' $ac_executable_extensions; do
7996 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7997 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
7998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7999 break 2
8000 fi
8001done
8002done
8003
252b5132
RH
8004 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
8005 ;;
8006esac
8007fi
42ecbf5e
DJ
8008GMSGFMT=$ac_cv_path_GMSGFMT
8009
252b5132 8010if test -n "$GMSGFMT"; then
42ecbf5e
DJ
8011 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8012echo "${ECHO_T}$GMSGFMT" >&6
252b5132 8013else
42ecbf5e
DJ
8014 echo "$as_me:$LINENO: result: no" >&5
8015echo "${ECHO_T}no" >&6
252b5132
RH
8016fi
8017
8018 # Extract the first word of "xgettext", so it can be a program name with args.
8019set dummy xgettext; ac_word=$2
42ecbf5e
DJ
8020echo "$as_me:$LINENO: checking for $ac_word" >&5
8021echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8022if test "${ac_cv_path_XGETTEXT+set}" = set; then
8023 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8024else
8025 case "$XGETTEXT" in
8026 /*)
8027 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
8028 ;;
8029 *)
8030 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8031 for ac_dir in $PATH; do
8032 test -z "$ac_dir" && ac_dir=.
8033 if test -f $ac_dir/$ac_word; then
8034 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8035 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
8036 break
8037 fi
8038 fi
8039 done
8040 IFS="$ac_save_ifs"
8041 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
8042 ;;
8043esac
8044fi
8045XGETTEXT="$ac_cv_path_XGETTEXT"
8046if test -n "$XGETTEXT"; then
42ecbf5e
DJ
8047 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8048echo "${ECHO_T}$XGETTEXT" >&6
252b5132 8049else
42ecbf5e
DJ
8050 echo "$as_me:$LINENO: result: no" >&5
8051echo "${ECHO_T}no" >&6
252b5132
RH
8052fi
8053
42ecbf5e 8054
252b5132
RH
8055 USE_INCLUDED_LIBINTL=yes
8056 CATOBJEXT=.gmo
8057 INSTOBJEXT=.mo
8058 DATADIRNAME=share
8059 INTLDEPS='$(top_builddir)/../intl/libintl.a'
8060 INTLLIBS=$INTLDEPS
8061 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
8062 nls_cv_header_intl=libintl.h
8063 nls_cv_header_libgt=libgettext.h
8064 fi
8065
8066 if test "$XGETTEXT" != ":"; then
8067 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
8068 : ;
8069 else
42ecbf5e
DJ
8070 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
8071echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
252b5132
RH
8072 XGETTEXT=":"
8073 fi
8074 fi
8075
8076 # We need to process the po/ directory.
8077 POSUB=po
8078 else
8079 DATADIRNAME=share
8080 nls_cv_header_intl=libintl.h
8081 nls_cv_header_libgt=libgettext.h
8082 fi
8083
8084 # If this is used in GNU gettext we have to set USE_NLS to `yes'
8085 # because some of the sources are only built for this goal.
8086 if test "$PACKAGE" = gettext; then
8087 USE_NLS=yes
8088 USE_INCLUDED_LIBINTL=yes
8089 fi
8090
42ecbf5e
DJ
8091 for lang in $ALL_LINGUAS; do
8092 GMOFILES="$GMOFILES $lang.gmo"
8093 POFILES="$POFILES $lang.po"
8094 done
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
252b5132 8106
c46f8c51 8107 if test "x$CATOBJEXT" != "x"; then
42ecbf5e
DJ
8108
8109cat >>confdefs.h <<\_ACEOF
c46f8c51 8110#define ENABLE_NLS 1
42ecbf5e 8111_ACEOF
c46f8c51
AC
8112
8113 fi
42ecbf5e 8114
252b5132
RH
8115
8116 if test "x$CATOBJEXT" != "x"; then
8117 if test "x$ALL_LINGUAS" = "x"; then
8118 LINGUAS=
8119 else
42ecbf5e
DJ
8120 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
8121echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
252b5132
RH
8122 NEW_LINGUAS=
8123 for lang in ${LINGUAS=$ALL_LINGUAS}; do
8124 case "$ALL_LINGUAS" in
8125 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
8126 esac
8127 done
8128 LINGUAS=$NEW_LINGUAS
42ecbf5e
DJ
8129 echo "$as_me:$LINENO: result: $LINGUAS" >&5
8130echo "${ECHO_T}$LINGUAS" >&6
252b5132
RH
8131 fi
8132
8133 if test -n "$LINGUAS"; then
8134 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
8135 fi
8136 fi
8137
8138 if test $ac_cv_header_locale_h = yes; then
8139 INCLUDE_LOCALE_H="#include <locale.h>"
8140 else
8141 INCLUDE_LOCALE_H="\
8142/* The system does not provide the header <locale.h>. Take care yourself. */"
8143 fi
42ecbf5e 8144
252b5132
RH
8145
8146 if test -f $srcdir/po2tbl.sed.in; then
8147 if test "$CATOBJEXT" = ".cat"; then
42ecbf5e
DJ
8148 if test "${ac_cv_header_linux_version_h+set}" = set; then
8149 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8150echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8151if test "${ac_cv_header_linux_version_h+set}" = set; then
8152 echo $ECHO_N "(cached) $ECHO_C" >&6
8153fi
8154echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8155echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8156else
8157 # Is the header compilable?
8158echo "$as_me:$LINENO: checking linux/version.h usability" >&5
8159echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
8160cat >conftest.$ac_ext <<_ACEOF
8161/* confdefs.h. */
8162_ACEOF
8163cat confdefs.h >>conftest.$ac_ext
8164cat >>conftest.$ac_ext <<_ACEOF
8165/* end confdefs.h. */
8166$ac_includes_default
e5a52504 8167#include <linux/version.h>
42ecbf5e
DJ
8168_ACEOF
8169rm -f conftest.$ac_objext
8170if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8171 (eval $ac_compile) 2>conftest.er1
8172 ac_status=$?
8173 grep -v '^ *+' conftest.er1 >conftest.err
8174 rm -f conftest.er1
8175 cat conftest.err >&5
8176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8177 (exit $ac_status); } &&
b7d4af3a
JW
8178 { ac_try='test -z "$ac_c_werror_flag"
8179 || test ! -s conftest.err'
42ecbf5e
DJ
8180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8181 (eval $ac_try) 2>&5
8182 ac_status=$?
8183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8184 (exit $ac_status); }; } &&
8185 { ac_try='test -s conftest.$ac_objext'
8186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8187 (eval $ac_try) 2>&5
8188 ac_status=$?
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 (exit $ac_status); }; }; then
8191 ac_header_compiler=yes
8192else
8193 echo "$as_me: failed program was:" >&5
8194sed 's/^/| /' conftest.$ac_ext >&5
8195
8196ac_header_compiler=no
8197fi
8198rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8199echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8200echo "${ECHO_T}$ac_header_compiler" >&6
8201
8202# Is the header present?
8203echo "$as_me:$LINENO: checking linux/version.h presence" >&5
8204echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
8205cat >conftest.$ac_ext <<_ACEOF
8206/* confdefs.h. */
8207_ACEOF
8208cat confdefs.h >>conftest.$ac_ext
8209cat >>conftest.$ac_ext <<_ACEOF
8210/* end confdefs.h. */
8211#include <linux/version.h>
8212_ACEOF
8213if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8214 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8215 ac_status=$?
8216 grep -v '^ *+' conftest.er1 >conftest.err
8217 rm -f conftest.er1
8218 cat conftest.err >&5
8219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8220 (exit $ac_status); } >/dev/null; then
8221 if test -s conftest.err; then
8222 ac_cpp_err=$ac_c_preproc_warn_flag
8223 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8224 else
8225 ac_cpp_err=
8226 fi
e5a52504 8227else
42ecbf5e 8228 ac_cpp_err=yes
e5a52504 8229fi
42ecbf5e
DJ
8230if test -z "$ac_cpp_err"; then
8231 ac_header_preproc=yes
8232else
8233 echo "$as_me: failed program was:" >&5
8234sed 's/^/| /' conftest.$ac_ext >&5
8235
8236 ac_header_preproc=no
8237fi
8238rm -f conftest.err conftest.$ac_ext
8239echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8240echo "${ECHO_T}$ac_header_preproc" >&6
8241
8242# So? What about this header?
8243case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8244 yes:no: )
8245 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
8246echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8247 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
8248echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
8249 ac_header_preproc=yes
8250 ;;
8251 no:yes:* )
8252 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
8253echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
8254 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
8255echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
8256 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
8257echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
8258 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
8259echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
8260 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
8261echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
8262 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
8263echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
8264 (
8265 cat <<\_ASBOX
8266## ------------------------------------------ ##
8267## Report this to the AC_PACKAGE_NAME lists. ##
8268## ------------------------------------------ ##
8269_ASBOX
8270 ) |
8271 sed "s/^/$as_me: WARNING: /" >&2
8272 ;;
8273esac
8274echo "$as_me:$LINENO: checking for linux/version.h" >&5
8275echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8276if test "${ac_cv_header_linux_version_h+set}" = set; then
8277 echo $ECHO_N "(cached) $ECHO_C" >&6
8278else
8279 ac_cv_header_linux_version_h=$ac_header_preproc
e5a52504 8280fi
42ecbf5e
DJ
8281echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8282echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8283
8284fi
8285if test $ac_cv_header_linux_version_h = yes; then
252b5132
RH
8286 msgformat=linux
8287else
42ecbf5e 8288 msgformat=xopen
252b5132
RH
8289fi
8290
8291
42ecbf5e 8292
252b5132
RH
8293 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
8294 fi
8295 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
8296 $srcdir/po2tbl.sed.in > po2tbl.sed
8297 fi
8298
8299 if test "$PACKAGE" = "gettext"; then
8300 GT_NO="#NO#"
8301 GT_YES=
8302 else
8303 GT_NO=
8304 GT_YES="#YES#"
8305 fi
42ecbf5e
DJ
8306
8307
252b5132
RH
8308
8309 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
42ecbf5e 8310
252b5132
RH
8311
8312 l=
42ecbf5e 8313
252b5132 8314
fcd8210c 8315 if test -f $srcdir/po/POTFILES.in; then
252b5132
RH
8316 test -d po || mkdir po
8317 if test "x$srcdir" != "x."; then
8318 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
8319 posrcprefix="$srcdir/"
8320 else
8321 posrcprefix="../$srcdir/"
8322 fi
8323 else
8324 posrcprefix="../"
8325 fi
8326 rm -f po/POTFILES
8327 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
8328 < $srcdir/po/POTFILES.in > po/POTFILES
8329 fi
252b5132 8330
42ecbf5e
DJ
8331
8332echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
8333echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
252b5132
RH
8334 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
8335if test "${enable_maintainer_mode+set}" = set; then
8336 enableval="$enable_maintainer_mode"
8337 USE_MAINTAINER_MODE=$enableval
8338else
8339 USE_MAINTAINER_MODE=no
42ecbf5e
DJ
8340fi;
8341 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
8342echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
252b5132 8343
252b5132
RH
8344
8345if test $USE_MAINTAINER_MODE = yes; then
8346 MAINTAINER_MODE_TRUE=
8347 MAINTAINER_MODE_FALSE='#'
8348else
8349 MAINTAINER_MODE_TRUE='#'
8350 MAINTAINER_MODE_FALSE=
8351fi
252b5132 8352
42ecbf5e 8353 MAINT=$MAINTAINER_MODE_TRUE
252b5132 8354
d15b04bd 8355
e5a52504 8356
d15b04bd 8357if test -n "$EXEEXT"; then
42ecbf5e
DJ
8358
8359cat >>confdefs.h <<\_ACEOF
2481e6a2 8360#define HAVE_EXECUTABLE_SUFFIX 1
42ecbf5e 8361_ACEOF
2481e6a2
ILT
8362
8363fi
42ecbf5e
DJ
8364
8365cat >>confdefs.h <<_ACEOF
bb0cb4db 8366#define EXECUTABLE_SUFFIX "${EXEEXT}"
42ecbf5e 8367_ACEOF
bb0cb4db 8368
252b5132
RH
8369
8370# host-specific stuff:
8371
8372HDEFINES=
8373
8374. ${srcdir}/../bfd/configure.host
8375
8376
8377AR=${AR-ar}
8378
42ecbf5e
DJ
8379if test -n "$ac_tool_prefix"; then
8380 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8381set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8382echo "$as_me:$LINENO: checking for $ac_word" >&5
8383echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8384if test "${ac_cv_prog_RANLIB+set}" = set; then
8385 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8386else
8387 if test -n "$RANLIB"; then
8388 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8389else
42ecbf5e
DJ
8390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8391for as_dir in $PATH
8392do
8393 IFS=$as_save_IFS
8394 test -z "$as_dir" && as_dir=.
8395 for ac_exec_ext in '' $ac_executable_extensions; do
8396 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8397 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8398 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8399 break 2
8400 fi
8401done
8402done
8403
252b5132
RH
8404fi
8405fi
42ecbf5e 8406RANLIB=$ac_cv_prog_RANLIB
252b5132 8407if test -n "$RANLIB"; then
42ecbf5e
DJ
8408 echo "$as_me:$LINENO: result: $RANLIB" >&5
8409echo "${ECHO_T}$RANLIB" >&6
8410else
8411 echo "$as_me:$LINENO: result: no" >&5
8412echo "${ECHO_T}no" >&6
8413fi
8414
8415fi
8416if test -z "$ac_cv_prog_RANLIB"; then
8417 ac_ct_RANLIB=$RANLIB
8418 # Extract the first word of "ranlib", so it can be a program name with args.
8419set dummy ranlib; ac_word=$2
8420echo "$as_me:$LINENO: checking for $ac_word" >&5
8421echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8422if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
8423 echo $ECHO_N "(cached) $ECHO_C" >&6
8424else
8425 if test -n "$ac_ct_RANLIB"; then
8426 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8427else
8428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8429for as_dir in $PATH
8430do
8431 IFS=$as_save_IFS
8432 test -z "$as_dir" && as_dir=.
8433 for ac_exec_ext in '' $ac_executable_extensions; do
8434 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8435 ac_cv_prog_ac_ct_RANLIB="ranlib"
8436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8437 break 2
8438 fi
8439done
8440done
8441
8442 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
8443fi
8444fi
8445ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8446if test -n "$ac_ct_RANLIB"; then
8447 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
8448echo "${ECHO_T}$ac_ct_RANLIB" >&6
8449else
8450 echo "$as_me:$LINENO: result: no" >&5
8451echo "${ECHO_T}no" >&6
8452fi
8453
8454 RANLIB=$ac_ct_RANLIB
252b5132 8455else
42ecbf5e 8456 RANLIB="$ac_cv_prog_RANLIB"
252b5132
RH
8457fi
8458
8459# Find a good install program. We prefer a C program (faster),
8460# so one script is as good as another. But avoid the broken or
8461# incompatible versions:
8462# SysV /etc/install, /usr/sbin/install
8463# SunOS /usr/etc/install
8464# IRIX /sbin/install
8465# AIX /bin/install
42ecbf5e 8466# AmigaOS /C/install, which installs bootblocks on floppy discs
252b5132
RH
8467# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8468# AFS /usr/afsws/bin/install, which mishandles nonexistent args
8469# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
42ecbf5e 8470# OS/2's system install, which has a completely different semantic
252b5132 8471# ./install, which can be erroneously created by make from ./install.sh.
42ecbf5e
DJ
8472echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
8473echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
252b5132 8474if test -z "$INSTALL"; then
42ecbf5e
DJ
8475if test "${ac_cv_path_install+set}" = set; then
8476 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8477else
42ecbf5e
DJ
8478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8479for as_dir in $PATH
8480do
8481 IFS=$as_save_IFS
8482 test -z "$as_dir" && as_dir=.
8483 # Account for people who put trailing slashes in PATH elements.
8484case $as_dir/ in
8485 ./ | .// | /cC/* | \
8486 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
8487 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
8488 /usr/ucb/* ) ;;
8489 *)
8490 # OSF1 and SCO ODT 3.0 have their own names for install.
8491 # Don't use installbsd from OSF since it installs stuff as root
8492 # by default.
8493 for ac_prog in ginstall scoinst install; do
8494 for ac_exec_ext in '' $ac_executable_extensions; do
8495 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 8496 if test $ac_prog = install &&
42ecbf5e 8497 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
8498 # AIX install. It has an incompatible calling convention.
8499 :
42ecbf5e
DJ
8500 elif test $ac_prog = install &&
8501 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
8502 # program-specific install script used by HP pwplus--don't use.
8503 :
252b5132 8504 else
42ecbf5e
DJ
8505 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
8506 break 3
252b5132
RH
8507 fi
8508 fi
8509 done
42ecbf5e
DJ
8510 done
8511 ;;
8512esac
8513done
8514
252b5132
RH
8515
8516fi
8517 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 8518 INSTALL=$ac_cv_path_install
252b5132
RH
8519 else
8520 # As a last resort, use the slow shell script. We don't cache a
8521 # path for INSTALL within a source directory, because that will
8522 # break other packages using the cache if that directory is
8523 # removed, or if the path is relative.
42ecbf5e 8524 INSTALL=$ac_install_sh
252b5132
RH
8525 fi
8526fi
42ecbf5e
DJ
8527echo "$as_me:$LINENO: result: $INSTALL" >&5
8528echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
8529
8530# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8531# It thinks the first close brace ends the variable substitution.
8532test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8533
42ecbf5e 8534test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
8535
8536test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8537
8538
8539# Put a plausible default for CC_FOR_BUILD in Makefile.
8540if test -z "$CC_FOR_BUILD"; then
8541 if test "x$cross_compiling" = "xno"; then
8542 CC_FOR_BUILD='$(CC)'
8543 else
8544 CC_FOR_BUILD=gcc
8545 fi
8546fi
8547
8548# Also set EXEEXT_FOR_BUILD.
8549if test "x$cross_compiling" = "xno"; then
8550 EXEEXT_FOR_BUILD='$(EXEEXT)'
8551else
42ecbf5e
DJ
8552 echo "$as_me:$LINENO: checking for build system executable suffix" >&5
8553echo $ECHO_N "checking for build system executable suffix... $ECHO_C" >&6
8554if test "${bfd_cv_build_exeext+set}" = set; then
8555 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8556else
7a7b06ef
ILT
8557 rm -f conftest*
8558 echo 'int main () { return 0; }' > conftest.c
8559 bfd_cv_build_exeext=
8560 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
8561 for file in conftest.*; do
8562 case $file in
8563 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
8564 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
8565 esac
8566 done
8567 rm -f conftest*
8568 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 8569fi
42ecbf5e
DJ
8570echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5
8571echo "${ECHO_T}$bfd_cv_build_exeext" >&6
252b5132
RH
8572 EXEEXT_FOR_BUILD=""
8573 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
8574fi
8575
8576
8a965946
ILT
8577DEMANGLER_NAME=c++filt
8578case "${host}" in
8579 *-*-go32* | *-*-msdos*)
8580 DEMANGLER_NAME=cxxfilt
8581esac
8582
8583
42ecbf5e
DJ
8584
8585
8586
8587
8588
8589
8590for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h
252b5132 8591do
42ecbf5e
DJ
8592as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8593if eval "test \"\${$as_ac_Header+set}\" = set"; then
8594 echo "$as_me:$LINENO: checking for $ac_header" >&5
8595echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8596if eval "test \"\${$as_ac_Header+set}\" = set"; then
8597 echo $ECHO_N "(cached) $ECHO_C" >&6
8598fi
8599echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8600echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8601else
8602 # Is the header compilable?
8603echo "$as_me:$LINENO: checking $ac_header usability" >&5
8604echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8605cat >conftest.$ac_ext <<_ACEOF
8606/* confdefs.h. */
8607_ACEOF
8608cat confdefs.h >>conftest.$ac_ext
8609cat >>conftest.$ac_ext <<_ACEOF
8610/* end confdefs.h. */
8611$ac_includes_default
8612#include <$ac_header>
8613_ACEOF
8614rm -f conftest.$ac_objext
8615if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8616 (eval $ac_compile) 2>conftest.er1
8617 ac_status=$?
8618 grep -v '^ *+' conftest.er1 >conftest.err
8619 rm -f conftest.er1
8620 cat conftest.err >&5
8621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8622 (exit $ac_status); } &&
b7d4af3a
JW
8623 { ac_try='test -z "$ac_c_werror_flag"
8624 || test ! -s conftest.err'
42ecbf5e
DJ
8625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8626 (eval $ac_try) 2>&5
8627 ac_status=$?
8628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8629 (exit $ac_status); }; } &&
8630 { ac_try='test -s conftest.$ac_objext'
8631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8632 (eval $ac_try) 2>&5
8633 ac_status=$?
8634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8635 (exit $ac_status); }; }; then
8636 ac_header_compiler=yes
8637else
8638 echo "$as_me: failed program was:" >&5
8639sed 's/^/| /' conftest.$ac_ext >&5
8640
8641ac_header_compiler=no
8642fi
8643rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8644echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8645echo "${ECHO_T}$ac_header_compiler" >&6
8646
8647# Is the header present?
8648echo "$as_me:$LINENO: checking $ac_header presence" >&5
8649echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8650cat >conftest.$ac_ext <<_ACEOF
8651/* confdefs.h. */
8652_ACEOF
8653cat confdefs.h >>conftest.$ac_ext
8654cat >>conftest.$ac_ext <<_ACEOF
8655/* end confdefs.h. */
8656#include <$ac_header>
8657_ACEOF
8658if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8659 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8660 ac_status=$?
8661 grep -v '^ *+' conftest.er1 >conftest.err
8662 rm -f conftest.er1
8663 cat conftest.err >&5
8664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8665 (exit $ac_status); } >/dev/null; then
8666 if test -s conftest.err; then
8667 ac_cpp_err=$ac_c_preproc_warn_flag
8668 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8669 else
8670 ac_cpp_err=
8671 fi
252b5132 8672else
42ecbf5e 8673 ac_cpp_err=yes
252b5132 8674fi
42ecbf5e
DJ
8675if test -z "$ac_cpp_err"; then
8676 ac_header_preproc=yes
8677else
8678 echo "$as_me: failed program was:" >&5
8679sed 's/^/| /' conftest.$ac_ext >&5
8680
8681 ac_header_preproc=no
252b5132 8682fi
42ecbf5e
DJ
8683rm -f conftest.err conftest.$ac_ext
8684echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8685echo "${ECHO_T}$ac_header_preproc" >&6
8686
8687# So? What about this header?
8688case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8689 yes:no: )
8690 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8691echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8692 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8693echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8694 ac_header_preproc=yes
8695 ;;
8696 no:yes:* )
8697 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8698echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8699 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8700echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8701 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8702echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8703 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8704echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8705 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8706echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8707 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8708echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8709 (
8710 cat <<\_ASBOX
8711## ------------------------------------------ ##
8712## Report this to the AC_PACKAGE_NAME lists. ##
8713## ------------------------------------------ ##
8714_ASBOX
8715 ) |
8716 sed "s/^/$as_me: WARNING: /" >&2
8717 ;;
8718esac
8719echo "$as_me:$LINENO: checking for $ac_header" >&5
8720echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8721if eval "test \"\${$as_ac_Header+set}\" = set"; then
8722 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8723else
42ecbf5e
DJ
8724 eval "$as_ac_Header=\$ac_header_preproc"
8725fi
8726echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8727echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8728
252b5132 8729fi
42ecbf5e
DJ
8730if test `eval echo '${'$as_ac_Header'}'` = yes; then
8731 cat >>confdefs.h <<_ACEOF
8732#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8733_ACEOF
8734
8735fi
8736
252b5132
RH
8737done
8738
42ecbf5e
DJ
8739echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
8740echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
8741if test "${ac_cv_header_sys_wait_h+set}" = set; then
8742 echo $ECHO_N "(cached) $ECHO_C" >&6
8743else
8744 cat >conftest.$ac_ext <<_ACEOF
8745/* confdefs.h. */
8746_ACEOF
8747cat confdefs.h >>conftest.$ac_ext
8748cat >>conftest.$ac_ext <<_ACEOF
8749/* end confdefs.h. */
252b5132
RH
8750#include <sys/types.h>
8751#include <sys/wait.h>
8752#ifndef WEXITSTATUS
42ecbf5e 8753# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
252b5132
RH
8754#endif
8755#ifndef WIFEXITED
42ecbf5e 8756# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 8757#endif
42ecbf5e
DJ
8758
8759int
8760main ()
8761{
8762 int s;
8763 wait (&s);
8764 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
8765 ;
8766 return 0;
8767}
8768_ACEOF
8769rm -f conftest.$ac_objext
8770if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8771 (eval $ac_compile) 2>conftest.er1
8772 ac_status=$?
8773 grep -v '^ *+' conftest.er1 >conftest.err
8774 rm -f conftest.er1
8775 cat conftest.err >&5
8776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8777 (exit $ac_status); } &&
b7d4af3a
JW
8778 { ac_try='test -z "$ac_c_werror_flag"
8779 || test ! -s conftest.err'
42ecbf5e
DJ
8780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8781 (eval $ac_try) 2>&5
8782 ac_status=$?
8783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8784 (exit $ac_status); }; } &&
8785 { ac_try='test -s conftest.$ac_objext'
8786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8787 (eval $ac_try) 2>&5
8788 ac_status=$?
8789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8790 (exit $ac_status); }; }; then
252b5132
RH
8791 ac_cv_header_sys_wait_h=yes
8792else
42ecbf5e
DJ
8793 echo "$as_me: failed program was:" >&5
8794sed 's/^/| /' conftest.$ac_ext >&5
8795
8796ac_cv_header_sys_wait_h=no
252b5132 8797fi
42ecbf5e 8798rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 8799fi
42ecbf5e
DJ
8800echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
8801echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
d15b04bd 8802if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e
DJ
8803
8804cat >>confdefs.h <<\_ACEOF
252b5132 8805#define HAVE_SYS_WAIT_H 1
42ecbf5e 8806_ACEOF
252b5132
RH
8807
8808fi
8809
8810# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8811# for constant arguments. Useless!
42ecbf5e
DJ
8812echo "$as_me:$LINENO: checking for working alloca.h" >&5
8813echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8814if test "${ac_cv_working_alloca_h+set}" = set; then
8815 echo $ECHO_N "(cached) $ECHO_C" >&6
8816else
8817 cat >conftest.$ac_ext <<_ACEOF
8818/* confdefs.h. */
8819_ACEOF
8820cat confdefs.h >>conftest.$ac_ext
8821cat >>conftest.$ac_ext <<_ACEOF
8822/* end confdefs.h. */
252b5132 8823#include <alloca.h>
42ecbf5e
DJ
8824int
8825main ()
8826{
8827char *p = (char *) alloca (2 * sizeof (int));
8828 ;
8829 return 0;
8830}
8831_ACEOF
8832rm -f conftest.$ac_objext conftest$ac_exeext
8833if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8834 (eval $ac_link) 2>conftest.er1
8835 ac_status=$?
8836 grep -v '^ *+' conftest.er1 >conftest.err
8837 rm -f conftest.er1
8838 cat conftest.err >&5
8839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840 (exit $ac_status); } &&
b7d4af3a
JW
8841 { ac_try='test -z "$ac_c_werror_flag"
8842 || test ! -s conftest.err'
42ecbf5e
DJ
8843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8844 (eval $ac_try) 2>&5
8845 ac_status=$?
8846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8847 (exit $ac_status); }; } &&
8848 { ac_try='test -s conftest$ac_exeext'
8849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8850 (eval $ac_try) 2>&5
8851 ac_status=$?
8852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8853 (exit $ac_status); }; }; then
8854 ac_cv_working_alloca_h=yes
8855else
8856 echo "$as_me: failed program was:" >&5
8857sed 's/^/| /' conftest.$ac_ext >&5
8858
8859ac_cv_working_alloca_h=no
8860fi
8861rm -f conftest.err conftest.$ac_objext \
8862 conftest$ac_exeext conftest.$ac_ext
8863fi
8864echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8865echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8866if test $ac_cv_working_alloca_h = yes; then
8867
8868cat >>confdefs.h <<\_ACEOF
252b5132 8869#define HAVE_ALLOCA_H 1
42ecbf5e 8870_ACEOF
252b5132
RH
8871
8872fi
8873
42ecbf5e
DJ
8874echo "$as_me:$LINENO: checking for alloca" >&5
8875echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8876if test "${ac_cv_func_alloca_works+set}" = set; then
8877 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8878else
42ecbf5e
DJ
8879 cat >conftest.$ac_ext <<_ACEOF
8880/* confdefs.h. */
8881_ACEOF
8882cat confdefs.h >>conftest.$ac_ext
8883cat >>conftest.$ac_ext <<_ACEOF
8884/* end confdefs.h. */
252b5132
RH
8885#ifdef __GNUC__
8886# define alloca __builtin_alloca
8887#else
8888# ifdef _MSC_VER
8889# include <malloc.h>
8890# define alloca _alloca
8891# else
8892# if HAVE_ALLOCA_H
8893# include <alloca.h>
8894# else
8895# ifdef _AIX
8896 #pragma alloca
8897# else
8898# ifndef alloca /* predefined by HP cc +Olibcalls */
8899char *alloca ();
8900# endif
8901# endif
8902# endif
8903# endif
8904#endif
8905
42ecbf5e
DJ
8906int
8907main ()
8908{
8909char *p = (char *) alloca (1);
8910 ;
8911 return 0;
8912}
8913_ACEOF
8914rm -f conftest.$ac_objext conftest$ac_exeext
8915if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8916 (eval $ac_link) 2>conftest.er1
8917 ac_status=$?
8918 grep -v '^ *+' conftest.er1 >conftest.err
8919 rm -f conftest.er1
8920 cat conftest.err >&5
8921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8922 (exit $ac_status); } &&
b7d4af3a
JW
8923 { ac_try='test -z "$ac_c_werror_flag"
8924 || test ! -s conftest.err'
42ecbf5e
DJ
8925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8926 (eval $ac_try) 2>&5
8927 ac_status=$?
8928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8929 (exit $ac_status); }; } &&
8930 { ac_try='test -s conftest$ac_exeext'
8931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8932 (eval $ac_try) 2>&5
8933 ac_status=$?
8934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8935 (exit $ac_status); }; }; then
252b5132
RH
8936 ac_cv_func_alloca_works=yes
8937else
42ecbf5e
DJ
8938 echo "$as_me: failed program was:" >&5
8939sed 's/^/| /' conftest.$ac_ext >&5
8940
8941ac_cv_func_alloca_works=no
252b5132 8942fi
42ecbf5e
DJ
8943rm -f conftest.err conftest.$ac_objext \
8944 conftest$ac_exeext conftest.$ac_ext
252b5132 8945fi
42ecbf5e
DJ
8946echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8947echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 8948
252b5132 8949if test $ac_cv_func_alloca_works = yes; then
e5a52504 8950
42ecbf5e
DJ
8951cat >>confdefs.h <<\_ACEOF
8952#define HAVE_ALLOCA 1
8953_ACEOF
e5a52504 8954
42ecbf5e 8955else
d15b04bd 8956 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
8957# that cause trouble. Some versions do not even contain alloca or
8958# contain a buggy version. If you still want to use their alloca,
8959# use ar to extract alloca.o from them instead of compiling alloca.c.
8960
8961ALLOCA=alloca.$ac_objext
8962
8963cat >>confdefs.h <<\_ACEOF
252b5132 8964#define C_ALLOCA 1
42ecbf5e 8965_ACEOF
252b5132
RH
8966
8967
42ecbf5e
DJ
8968echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8969echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8970if test "${ac_cv_os_cray+set}" = set; then
8971 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8972else
42ecbf5e
DJ
8973 cat >conftest.$ac_ext <<_ACEOF
8974/* confdefs.h. */
8975_ACEOF
8976cat confdefs.h >>conftest.$ac_ext
8977cat >>conftest.$ac_ext <<_ACEOF
8978/* end confdefs.h. */
252b5132
RH
8979#if defined(CRAY) && ! defined(CRAY2)
8980webecray
8981#else
8982wenotbecray
8983#endif
8984
42ecbf5e 8985_ACEOF
252b5132 8986if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
42ecbf5e 8987 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
8988 ac_cv_os_cray=yes
8989else
252b5132
RH
8990 ac_cv_os_cray=no
8991fi
8992rm -f conftest*
8993
8994fi
42ecbf5e
DJ
8995echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8996echo "${ECHO_T}$ac_cv_os_cray" >&6
d15b04bd 8997if test $ac_cv_os_cray = yes; then
42ecbf5e
DJ
8998 for ac_func in _getb67 GETB67 getb67; do
8999 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9000echo "$as_me:$LINENO: checking for $ac_func" >&5
9001echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9002if eval "test \"\${$as_ac_var+set}\" = set"; then
9003 echo $ECHO_N "(cached) $ECHO_C" >&6
9004else
9005 cat >conftest.$ac_ext <<_ACEOF
9006/* confdefs.h. */
9007_ACEOF
9008cat confdefs.h >>conftest.$ac_ext
9009cat >>conftest.$ac_ext <<_ACEOF
9010/* end confdefs.h. */
9011/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9012 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9013#define $ac_func innocuous_$ac_func
9014
252b5132 9015/* System header to define __stub macros and hopefully few prototypes,
42ecbf5e
DJ
9016 which can conflict with char $ac_func (); below.
9017 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9018 <limits.h> exists even on freestanding compilers. */
9019
9020#ifdef __STDC__
9021# include <limits.h>
9022#else
9023# include <assert.h>
9024#endif
d15b04bd 9025
42ecbf5e 9026#undef $ac_func
d15b04bd 9027
42ecbf5e
DJ
9028/* Override any gcc2 internal prototype to avoid an error. */
9029#ifdef __cplusplus
9030extern "C"
9031{
9032#endif
9033/* We use char because int might match the return type of a gcc2
9034 builtin and then its argument prototype would still apply. */
9035char $ac_func ();
252b5132
RH
9036/* The GNU C library defines this for functions which it implements
9037 to always fail with ENOSYS. Some functions are actually named
9038 something starting with __ and the normal name is an alias. */
9039#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9040choke me
9041#else
42ecbf5e
DJ
9042char (*f) () = $ac_func;
9043#endif
9044#ifdef __cplusplus
9045}
252b5132
RH
9046#endif
9047
42ecbf5e
DJ
9048int
9049main ()
9050{
9051return f != $ac_func;
9052 ;
9053 return 0;
9054}
9055_ACEOF
9056rm -f conftest.$ac_objext conftest$ac_exeext
9057if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9058 (eval $ac_link) 2>conftest.er1
9059 ac_status=$?
9060 grep -v '^ *+' conftest.er1 >conftest.err
9061 rm -f conftest.er1
9062 cat conftest.err >&5
9063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9064 (exit $ac_status); } &&
b7d4af3a
JW
9065 { ac_try='test -z "$ac_c_werror_flag"
9066 || test ! -s conftest.err'
42ecbf5e
DJ
9067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9068 (eval $ac_try) 2>&5
9069 ac_status=$?
9070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9071 (exit $ac_status); }; } &&
9072 { ac_try='test -s conftest$ac_exeext'
9073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9074 (eval $ac_try) 2>&5
9075 ac_status=$?
9076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9077 (exit $ac_status); }; }; then
9078 eval "$as_ac_var=yes"
9079else
9080 echo "$as_me: failed program was:" >&5
9081sed 's/^/| /' conftest.$ac_ext >&5
9082
9083eval "$as_ac_var=no"
9084fi
9085rm -f conftest.err conftest.$ac_objext \
9086 conftest$ac_exeext conftest.$ac_ext
9087fi
9088echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9089echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9090if test `eval echo '${'$as_ac_var'}'` = yes; then
9091
9092cat >>confdefs.h <<_ACEOF
252b5132 9093#define CRAY_STACKSEG_END $ac_func
42ecbf5e 9094_ACEOF
252b5132 9095
42ecbf5e 9096 break
252b5132
RH
9097fi
9098
42ecbf5e 9099 done
252b5132
RH
9100fi
9101
42ecbf5e
DJ
9102echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
9103echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
9104if test "${ac_cv_c_stack_direction+set}" = set; then
9105 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9106else
9107 if test "$cross_compiling" = yes; then
9108 ac_cv_c_stack_direction=0
9109else
42ecbf5e
DJ
9110 cat >conftest.$ac_ext <<_ACEOF
9111/* confdefs.h. */
9112_ACEOF
9113cat confdefs.h >>conftest.$ac_ext
9114cat >>conftest.$ac_ext <<_ACEOF
9115/* end confdefs.h. */
9116int
252b5132
RH
9117find_stack_direction ()
9118{
9119 static char *addr = 0;
9120 auto char dummy;
9121 if (addr == 0)
9122 {
9123 addr = &dummy;
9124 return find_stack_direction ();
9125 }
9126 else
9127 return (&dummy > addr) ? 1 : -1;
9128}
42ecbf5e
DJ
9129
9130int
252b5132
RH
9131main ()
9132{
42ecbf5e 9133 exit (find_stack_direction () < 0);
252b5132 9134}
42ecbf5e
DJ
9135_ACEOF
9136rm -f conftest$ac_exeext
9137if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9138 (eval $ac_link) 2>&5
9139 ac_status=$?
9140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9143 (eval $ac_try) 2>&5
9144 ac_status=$?
9145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9146 (exit $ac_status); }; }; then
252b5132
RH
9147 ac_cv_c_stack_direction=1
9148else
42ecbf5e
DJ
9149 echo "$as_me: program exited with status $ac_status" >&5
9150echo "$as_me: failed program was:" >&5
9151sed 's/^/| /' conftest.$ac_ext >&5
9152
9153( exit $ac_status )
9154ac_cv_c_stack_direction=-1
252b5132 9155fi
42ecbf5e 9156rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 9157fi
252b5132 9158fi
42ecbf5e
DJ
9159echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
9160echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 9161
42ecbf5e 9162cat >>confdefs.h <<_ACEOF
252b5132 9163#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
9164_ACEOF
9165
252b5132
RH
9166
9167fi
9168
42ecbf5e
DJ
9169
9170
9171
9172
9173
9710509e 9174for ac_func in sbrk utimes setmode getc_unlocked strcoll
252b5132 9175do
42ecbf5e
DJ
9176as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9177echo "$as_me:$LINENO: checking for $ac_func" >&5
9178echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9179if eval "test \"\${$as_ac_var+set}\" = set"; then
9180 echo $ECHO_N "(cached) $ECHO_C" >&6
9181else
9182 cat >conftest.$ac_ext <<_ACEOF
9183/* confdefs.h. */
9184_ACEOF
9185cat confdefs.h >>conftest.$ac_ext
9186cat >>conftest.$ac_ext <<_ACEOF
9187/* end confdefs.h. */
9188/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9189 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9190#define $ac_func innocuous_$ac_func
9191
252b5132 9192/* System header to define __stub macros and hopefully few prototypes,
42ecbf5e
DJ
9193 which can conflict with char $ac_func (); below.
9194 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9195 <limits.h> exists even on freestanding compilers. */
9196
9197#ifdef __STDC__
9198# include <limits.h>
9199#else
9200# include <assert.h>
9201#endif
d15b04bd 9202
42ecbf5e 9203#undef $ac_func
d15b04bd 9204
42ecbf5e
DJ
9205/* Override any gcc2 internal prototype to avoid an error. */
9206#ifdef __cplusplus
9207extern "C"
9208{
9209#endif
9210/* We use char because int might match the return type of a gcc2
9211 builtin and then its argument prototype would still apply. */
9212char $ac_func ();
252b5132
RH
9213/* The GNU C library defines this for functions which it implements
9214 to always fail with ENOSYS. Some functions are actually named
9215 something starting with __ and the normal name is an alias. */
9216#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9217choke me
9218#else
42ecbf5e
DJ
9219char (*f) () = $ac_func;
9220#endif
9221#ifdef __cplusplus
9222}
252b5132
RH
9223#endif
9224
42ecbf5e
DJ
9225int
9226main ()
9227{
9228return f != $ac_func;
9229 ;
9230 return 0;
9231}
9232_ACEOF
9233rm -f conftest.$ac_objext conftest$ac_exeext
9234if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9235 (eval $ac_link) 2>conftest.er1
9236 ac_status=$?
9237 grep -v '^ *+' conftest.er1 >conftest.err
9238 rm -f conftest.er1
9239 cat conftest.err >&5
9240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9241 (exit $ac_status); } &&
b7d4af3a
JW
9242 { ac_try='test -z "$ac_c_werror_flag"
9243 || test ! -s conftest.err'
42ecbf5e
DJ
9244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9245 (eval $ac_try) 2>&5
9246 ac_status=$?
9247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9248 (exit $ac_status); }; } &&
9249 { ac_try='test -s conftest$ac_exeext'
9250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9251 (eval $ac_try) 2>&5
9252 ac_status=$?
9253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9254 (exit $ac_status); }; }; then
9255 eval "$as_ac_var=yes"
9256else
9257 echo "$as_me: failed program was:" >&5
9258sed 's/^/| /' conftest.$ac_ext >&5
9259
9260eval "$as_ac_var=no"
9261fi
9262rm -f conftest.err conftest.$ac_objext \
9263 conftest$ac_exeext conftest.$ac_ext
9264fi
9265echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9266echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9267if test `eval echo '${'$as_ac_var'}'` = yes; then
9268 cat >>confdefs.h <<_ACEOF
9269#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9270_ACEOF
252b5132 9271
252b5132
RH
9272fi
9273done
9274
9275
cedd9a58
JJ
9276# Check whether fopen64 is available and whether _LARGEFILE64_SOURCE
9277# needs to be defined for it
42ecbf5e
DJ
9278echo "$as_me:$LINENO: checking for fopen64" >&5
9279echo $ECHO_N "checking for fopen64... $ECHO_C" >&6
9280if test "${bu_cv_have_fopen64+set}" = set; then
9281 echo $ECHO_N "(cached) $ECHO_C" >&6
9282else
9283 cat >conftest.$ac_ext <<_ACEOF
9284/* confdefs.h. */
9285_ACEOF
9286cat confdefs.h >>conftest.$ac_ext
9287cat >>conftest.$ac_ext <<_ACEOF
9288/* end confdefs.h. */
cedd9a58 9289#include <stdio.h>
42ecbf5e
DJ
9290int
9291main ()
9292{
cedd9a58 9293FILE *f = fopen64 ("/tmp/foo","r");
42ecbf5e
DJ
9294 ;
9295 return 0;
9296}
9297_ACEOF
9298rm -f conftest.$ac_objext conftest$ac_exeext
9299if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9300 (eval $ac_link) 2>conftest.er1
9301 ac_status=$?
9302 grep -v '^ *+' conftest.er1 >conftest.err
9303 rm -f conftest.er1
9304 cat conftest.err >&5
9305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306 (exit $ac_status); } &&
b7d4af3a
JW
9307 { ac_try='test -z "$ac_c_werror_flag"
9308 || test ! -s conftest.err'
42ecbf5e
DJ
9309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9310 (eval $ac_try) 2>&5
9311 ac_status=$?
9312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9313 (exit $ac_status); }; } &&
9314 { ac_try='test -s conftest$ac_exeext'
9315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9316 (eval $ac_try) 2>&5
9317 ac_status=$?
9318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9319 (exit $ac_status); }; }; then
cedd9a58
JJ
9320 bu_cv_have_fopen64=yes
9321else
42ecbf5e
DJ
9322 echo "$as_me: failed program was:" >&5
9323sed 's/^/| /' conftest.$ac_ext >&5
9324
9325saved_CPPFLAGS=$CPPFLAGS
cedd9a58 9326 CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE"
42ecbf5e
DJ
9327 cat >conftest.$ac_ext <<_ACEOF
9328/* confdefs.h. */
9329_ACEOF
9330cat confdefs.h >>conftest.$ac_ext
9331cat >>conftest.$ac_ext <<_ACEOF
9332/* end confdefs.h. */
cedd9a58 9333#include <stdio.h>
42ecbf5e
DJ
9334int
9335main ()
9336{
cedd9a58 9337FILE *f = fopen64 ("/tmp/foo","r");
42ecbf5e
DJ
9338 ;
9339 return 0;
9340}
9341_ACEOF
9342rm -f conftest.$ac_objext conftest$ac_exeext
9343if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9344 (eval $ac_link) 2>conftest.er1
9345 ac_status=$?
9346 grep -v '^ *+' conftest.er1 >conftest.err
9347 rm -f conftest.er1
9348 cat conftest.err >&5
9349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9350 (exit $ac_status); } &&
b7d4af3a
JW
9351 { ac_try='test -z "$ac_c_werror_flag"
9352 || test ! -s conftest.err'
42ecbf5e
DJ
9353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9354 (eval $ac_try) 2>&5
9355 ac_status=$?
9356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9357 (exit $ac_status); }; } &&
9358 { ac_try='test -s conftest$ac_exeext'
9359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9360 (eval $ac_try) 2>&5
9361 ac_status=$?
9362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9363 (exit $ac_status); }; }; then
cedd9a58
JJ
9364 bu_cv_have_fopen64="need -D_LARGEFILE64_SOURCE"
9365else
42ecbf5e
DJ
9366 echo "$as_me: failed program was:" >&5
9367sed 's/^/| /' conftest.$ac_ext >&5
9368
9369bu_cv_have_fopen64=no
cedd9a58 9370fi
42ecbf5e
DJ
9371rm -f conftest.err conftest.$ac_objext \
9372 conftest$ac_exeext conftest.$ac_ext
17a5a5c3 9373 CPPFLAGS=$saved_CPPFLAGS
cedd9a58 9374fi
42ecbf5e
DJ
9375rm -f conftest.err conftest.$ac_objext \
9376 conftest$ac_exeext conftest.$ac_ext
cedd9a58 9377fi
cedd9a58 9378
42ecbf5e
DJ
9379echo "$as_me:$LINENO: result: $bu_cv_have_fopen64" >&5
9380echo "${ECHO_T}$bu_cv_have_fopen64" >&6
6db7a086 9381if test "$bu_cv_have_fopen64" != no; then
42ecbf5e
DJ
9382
9383cat >>confdefs.h <<\_ACEOF
cedd9a58 9384#define HAVE_FOPEN64 1
42ecbf5e 9385_ACEOF
cedd9a58 9386
fb5b5478 9387fi
42ecbf5e
DJ
9388echo "$as_me:$LINENO: checking for stat64" >&5
9389echo $ECHO_N "checking for stat64... $ECHO_C" >&6
9390if test "${bu_cv_have_stat64+set}" = set; then
9391 echo $ECHO_N "(cached) $ECHO_C" >&6
fb5b5478 9392else
42ecbf5e
DJ
9393 cat >conftest.$ac_ext <<_ACEOF
9394/* confdefs.h. */
9395_ACEOF
9396cat confdefs.h >>conftest.$ac_ext
9397cat >>conftest.$ac_ext <<_ACEOF
9398/* end confdefs.h. */
fb5b5478 9399#include <sys/stat.h>
42ecbf5e
DJ
9400int
9401main ()
9402{
fb5b5478 9403struct stat64 st; stat64 ("/tmp/foo", &st);
42ecbf5e
DJ
9404 ;
9405 return 0;
9406}
9407_ACEOF
9408rm -f conftest.$ac_objext conftest$ac_exeext
9409if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9410 (eval $ac_link) 2>conftest.er1
9411 ac_status=$?
9412 grep -v '^ *+' conftest.er1 >conftest.err
9413 rm -f conftest.er1
9414 cat conftest.err >&5
9415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9416 (exit $ac_status); } &&
b7d4af3a
JW
9417 { ac_try='test -z "$ac_c_werror_flag"
9418 || test ! -s conftest.err'
42ecbf5e
DJ
9419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9420 (eval $ac_try) 2>&5
9421 ac_status=$?
9422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9423 (exit $ac_status); }; } &&
9424 { ac_try='test -s conftest$ac_exeext'
9425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9426 (eval $ac_try) 2>&5
9427 ac_status=$?
9428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9429 (exit $ac_status); }; }; then
fb5b5478
JJ
9430 bu_cv_have_stat64=yes
9431else
42ecbf5e
DJ
9432 echo "$as_me: failed program was:" >&5
9433sed 's/^/| /' conftest.$ac_ext >&5
9434
9435saved_CPPFLAGS=$CPPFLAGS
fb5b5478 9436 CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE"
42ecbf5e
DJ
9437 cat >conftest.$ac_ext <<_ACEOF
9438/* confdefs.h. */
9439_ACEOF
9440cat confdefs.h >>conftest.$ac_ext
9441cat >>conftest.$ac_ext <<_ACEOF
9442/* end confdefs.h. */
fb5b5478 9443#include <sys/stat.h>
42ecbf5e
DJ
9444int
9445main ()
9446{
fb5b5478 9447struct stat64 st; stat64 ("/tmp/foo", &st);
42ecbf5e
DJ
9448 ;
9449 return 0;
9450}
9451_ACEOF
9452rm -f conftest.$ac_objext conftest$ac_exeext
9453if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9454 (eval $ac_link) 2>conftest.er1
9455 ac_status=$?
9456 grep -v '^ *+' conftest.er1 >conftest.err
9457 rm -f conftest.er1
9458 cat conftest.err >&5
9459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9460 (exit $ac_status); } &&
b7d4af3a
JW
9461 { ac_try='test -z "$ac_c_werror_flag"
9462 || test ! -s conftest.err'
42ecbf5e
DJ
9463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9464 (eval $ac_try) 2>&5
9465 ac_status=$?
9466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9467 (exit $ac_status); }; } &&
9468 { ac_try='test -s conftest$ac_exeext'
9469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9470 (eval $ac_try) 2>&5
9471 ac_status=$?
9472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9473 (exit $ac_status); }; }; then
fb5b5478
JJ
9474 bu_cv_have_stat64="need -D_LARGEFILE64_SOURCE"
9475else
42ecbf5e
DJ
9476 echo "$as_me: failed program was:" >&5
9477sed 's/^/| /' conftest.$ac_ext >&5
9478
9479bu_cv_have_stat64=no
fb5b5478 9480fi
42ecbf5e
DJ
9481rm -f conftest.err conftest.$ac_objext \
9482 conftest$ac_exeext conftest.$ac_ext
fb5b5478
JJ
9483 CPPFLAGS=$saved_CPPFLAGS
9484fi
42ecbf5e
DJ
9485rm -f conftest.err conftest.$ac_objext \
9486 conftest$ac_exeext conftest.$ac_ext
fb5b5478
JJ
9487fi
9488
42ecbf5e
DJ
9489echo "$as_me:$LINENO: result: $bu_cv_have_stat64" >&5
9490echo "${ECHO_T}$bu_cv_have_stat64" >&6
fb5b5478 9491if test "$bu_cv_have_stat64" != no; then
42ecbf5e
DJ
9492
9493cat >>confdefs.h <<\_ACEOF
fb5b5478 9494#define HAVE_STAT64 1
42ecbf5e 9495_ACEOF
fb5b5478
JJ
9496
9497fi
9498if test "$bu_cv_have_fopen64" = "need -D_LARGEFILE64_SOURCE" \
9499 || test "$bu_cv_have_stat64" = "need -D_LARGEFILE64_SOURCE"; then
42ecbf5e
DJ
9500
9501cat >>confdefs.h <<\_ACEOF
cedd9a58 9502#define _LARGEFILE64_SOURCE 1
42ecbf5e 9503_ACEOF
cedd9a58 9504
fb5b5478 9505 CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE"
cedd9a58
JJ
9506fi
9507
f353eb8a 9508# Some systems have frexp only in -lm, not in -lc.
42ecbf5e
DJ
9509echo "$as_me:$LINENO: checking for library containing frexp" >&5
9510echo $ECHO_N "checking for library containing frexp... $ECHO_C" >&6
9511if test "${ac_cv_search_frexp+set}" = set; then
9512 echo $ECHO_N "(cached) $ECHO_C" >&6
9513else
9514 ac_func_search_save_LIBS=$LIBS
9515ac_cv_search_frexp=no
9516cat >conftest.$ac_ext <<_ACEOF
9517/* confdefs.h. */
9518_ACEOF
9519cat confdefs.h >>conftest.$ac_ext
9520cat >>conftest.$ac_ext <<_ACEOF
9521/* end confdefs.h. */
f353eb8a 9522
f353eb8a 9523/* Override any gcc2 internal prototype to avoid an error. */
42ecbf5e
DJ
9524#ifdef __cplusplus
9525extern "C"
9526#endif
f353eb8a 9527/* We use char because int might match the return type of a gcc2
42ecbf5e
DJ
9528 builtin and then its argument prototype would still apply. */
9529char frexp ();
9530int
9531main ()
9532{
9533frexp ();
9534 ;
9535 return 0;
9536}
9537_ACEOF
9538rm -f conftest.$ac_objext conftest$ac_exeext
9539if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9540 (eval $ac_link) 2>conftest.er1
9541 ac_status=$?
9542 grep -v '^ *+' conftest.er1 >conftest.err
9543 rm -f conftest.er1
9544 cat conftest.err >&5
9545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9546 (exit $ac_status); } &&
b7d4af3a
JW
9547 { ac_try='test -z "$ac_c_werror_flag"
9548 || test ! -s conftest.err'
42ecbf5e
DJ
9549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9550 (eval $ac_try) 2>&5
9551 ac_status=$?
9552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9553 (exit $ac_status); }; } &&
9554 { ac_try='test -s conftest$ac_exeext'
9555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9556 (eval $ac_try) 2>&5
9557 ac_status=$?
9558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9559 (exit $ac_status); }; }; then
f353eb8a
ILT
9560 ac_cv_search_frexp="none required"
9561else
42ecbf5e
DJ
9562 echo "$as_me: failed program was:" >&5
9563sed 's/^/| /' conftest.$ac_ext >&5
9564
f353eb8a 9565fi
42ecbf5e
DJ
9566rm -f conftest.err conftest.$ac_objext \
9567 conftest$ac_exeext conftest.$ac_ext
9568if test "$ac_cv_search_frexp" = no; then
9569 for ac_lib in m; do
9570 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9571 cat >conftest.$ac_ext <<_ACEOF
9572/* confdefs.h. */
9573_ACEOF
9574cat confdefs.h >>conftest.$ac_ext
9575cat >>conftest.$ac_ext <<_ACEOF
9576/* end confdefs.h. */
9577
f353eb8a 9578/* Override any gcc2 internal prototype to avoid an error. */
42ecbf5e
DJ
9579#ifdef __cplusplus
9580extern "C"
9581#endif
f353eb8a 9582/* We use char because int might match the return type of a gcc2
42ecbf5e
DJ
9583 builtin and then its argument prototype would still apply. */
9584char frexp ();
9585int
9586main ()
9587{
9588frexp ();
9589 ;
9590 return 0;
9591}
9592_ACEOF
9593rm -f conftest.$ac_objext conftest$ac_exeext
9594if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9595 (eval $ac_link) 2>conftest.er1
9596 ac_status=$?
9597 grep -v '^ *+' conftest.er1 >conftest.err
9598 rm -f conftest.er1
9599 cat conftest.err >&5
9600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9601 (exit $ac_status); } &&
b7d4af3a
JW
9602 { ac_try='test -z "$ac_c_werror_flag"
9603 || test ! -s conftest.err'
42ecbf5e
DJ
9604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9605 (eval $ac_try) 2>&5
9606 ac_status=$?
9607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9608 (exit $ac_status); }; } &&
9609 { ac_try='test -s conftest$ac_exeext'
9610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9611 (eval $ac_try) 2>&5
9612 ac_status=$?
9613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9614 (exit $ac_status); }; }; then
9615 ac_cv_search_frexp="-l$ac_lib"
f353eb8a
ILT
9616break
9617else
42ecbf5e
DJ
9618 echo "$as_me: failed program was:" >&5
9619sed 's/^/| /' conftest.$ac_ext >&5
9620
f353eb8a 9621fi
42ecbf5e
DJ
9622rm -f conftest.err conftest.$ac_objext \
9623 conftest$ac_exeext conftest.$ac_ext
9624 done
e5a52504 9625fi
42ecbf5e
DJ
9626LIBS=$ac_func_search_save_LIBS
9627fi
9628echo "$as_me:$LINENO: result: $ac_cv_search_frexp" >&5
9629echo "${ECHO_T}$ac_cv_search_frexp" >&6
9630if test "$ac_cv_search_frexp" != no; then
d15b04bd 9631 test "$ac_cv_search_frexp" = "none required" || LIBS="$ac_cv_search_frexp $LIBS"
42ecbf5e 9632
f353eb8a
ILT
9633fi
9634
42ecbf5e
DJ
9635
9636echo "$as_me:$LINENO: checking for time_t in time.h" >&5
9637echo $ECHO_N "checking for time_t in time.h... $ECHO_C" >&6
9638if test "${bu_cv_decl_time_t_time_h+set}" = set; then
9639 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9640else
42ecbf5e
DJ
9641 cat >conftest.$ac_ext <<_ACEOF
9642/* confdefs.h. */
9643_ACEOF
9644cat confdefs.h >>conftest.$ac_ext
9645cat >>conftest.$ac_ext <<_ACEOF
9646/* end confdefs.h. */
252b5132 9647#include <time.h>
42ecbf5e
DJ
9648int
9649main ()
9650{
252b5132 9651time_t i;
42ecbf5e
DJ
9652 ;
9653 return 0;
9654}
9655_ACEOF
9656rm -f conftest.$ac_objext
9657if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9658 (eval $ac_compile) 2>conftest.er1
9659 ac_status=$?
9660 grep -v '^ *+' conftest.er1 >conftest.err
9661 rm -f conftest.er1
9662 cat conftest.err >&5
9663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9664 (exit $ac_status); } &&
b7d4af3a
JW
9665 { ac_try='test -z "$ac_c_werror_flag"
9666 || test ! -s conftest.err'
42ecbf5e
DJ
9667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9668 (eval $ac_try) 2>&5
9669 ac_status=$?
9670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9671 (exit $ac_status); }; } &&
9672 { ac_try='test -s conftest.$ac_objext'
9673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9674 (eval $ac_try) 2>&5
9675 ac_status=$?
9676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9677 (exit $ac_status); }; }; then
252b5132
RH
9678 bu_cv_decl_time_t_time_h=yes
9679else
42ecbf5e
DJ
9680 echo "$as_me: failed program was:" >&5
9681sed 's/^/| /' conftest.$ac_ext >&5
9682
9683bu_cv_decl_time_t_time_h=no
252b5132 9684fi
42ecbf5e 9685rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
9686fi
9687
42ecbf5e
DJ
9688echo "$as_me:$LINENO: result: $bu_cv_decl_time_t_time_h" >&5
9689echo "${ECHO_T}$bu_cv_decl_time_t_time_h" >&6
252b5132 9690if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e
DJ
9691
9692cat >>confdefs.h <<\_ACEOF
252b5132 9693#define HAVE_TIME_T_IN_TIME_H 1
42ecbf5e 9694_ACEOF
252b5132
RH
9695
9696fi
9697
42ecbf5e
DJ
9698echo "$as_me:$LINENO: checking for time_t in sys/types.h" >&5
9699echo $ECHO_N "checking for time_t in sys/types.h... $ECHO_C" >&6
9700if test "${bu_cv_decl_time_t_types_h+set}" = set; then
9701 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9702else
42ecbf5e
DJ
9703 cat >conftest.$ac_ext <<_ACEOF
9704/* confdefs.h. */
9705_ACEOF
9706cat confdefs.h >>conftest.$ac_ext
9707cat >>conftest.$ac_ext <<_ACEOF
9708/* end confdefs.h. */
252b5132 9709#include <sys/types.h>
42ecbf5e
DJ
9710int
9711main ()
9712{
252b5132 9713time_t i;
42ecbf5e
DJ
9714 ;
9715 return 0;
9716}
9717_ACEOF
9718rm -f conftest.$ac_objext
9719if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9720 (eval $ac_compile) 2>conftest.er1
9721 ac_status=$?
9722 grep -v '^ *+' conftest.er1 >conftest.err
9723 rm -f conftest.er1
9724 cat conftest.err >&5
9725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9726 (exit $ac_status); } &&
b7d4af3a
JW
9727 { ac_try='test -z "$ac_c_werror_flag"
9728 || test ! -s conftest.err'
42ecbf5e
DJ
9729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9730 (eval $ac_try) 2>&5
9731 ac_status=$?
9732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9733 (exit $ac_status); }; } &&
9734 { ac_try='test -s conftest.$ac_objext'
9735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9736 (eval $ac_try) 2>&5
9737 ac_status=$?
9738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 (exit $ac_status); }; }; then
252b5132
RH
9740 bu_cv_decl_time_t_types_h=yes
9741else
42ecbf5e
DJ
9742 echo "$as_me: failed program was:" >&5
9743sed 's/^/| /' conftest.$ac_ext >&5
9744
9745bu_cv_decl_time_t_types_h=no
252b5132 9746fi
42ecbf5e 9747rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
9748fi
9749
42ecbf5e
DJ
9750echo "$as_me:$LINENO: result: $bu_cv_decl_time_t_types_h" >&5
9751echo "${ECHO_T}$bu_cv_decl_time_t_types_h" >&6
252b5132 9752if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e
DJ
9753
9754cat >>confdefs.h <<\_ACEOF
252b5132 9755#define HAVE_TIME_T_IN_TYPES_H 1
42ecbf5e 9756_ACEOF
252b5132
RH
9757
9758fi
9759
42ecbf5e
DJ
9760echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
9761echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
9762if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then
9763 echo $ECHO_N "(cached) $ECHO_C" >&6
e46eba98 9764else
42ecbf5e
DJ
9765 cat >conftest.$ac_ext <<_ACEOF
9766/* confdefs.h. */
9767_ACEOF
9768cat confdefs.h >>conftest.$ac_ext
9769cat >>conftest.$ac_ext <<_ACEOF
9770/* end confdefs.h. */
e46eba98 9771#include <unistd.h>
42ecbf5e
DJ
9772int
9773main ()
9774{
e46eba98 9775extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
9776 ;
9777 return 0;
9778}
9779_ACEOF
9780rm -f conftest.$ac_objext
9781if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9782 (eval $ac_compile) 2>conftest.er1
9783 ac_status=$?
9784 grep -v '^ *+' conftest.er1 >conftest.err
9785 rm -f conftest.er1
9786 cat conftest.err >&5
9787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9788 (exit $ac_status); } &&
b7d4af3a
JW
9789 { ac_try='test -z "$ac_c_werror_flag"
9790 || test ! -s conftest.err'
42ecbf5e
DJ
9791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9792 (eval $ac_try) 2>&5
9793 ac_status=$?
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 (exit $ac_status); }; } &&
9796 { ac_try='test -s conftest.$ac_objext'
9797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9798 (eval $ac_try) 2>&5
9799 ac_status=$?
9800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9801 (exit $ac_status); }; }; then
e46eba98
NC
9802 bu_cv_decl_getopt_unistd_h=yes
9803else
42ecbf5e
DJ
9804 echo "$as_me: failed program was:" >&5
9805sed 's/^/| /' conftest.$ac_ext >&5
9806
9807bu_cv_decl_getopt_unistd_h=no
e46eba98 9808fi
42ecbf5e 9809rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
9810fi
9811
42ecbf5e
DJ
9812echo "$as_me:$LINENO: result: $bu_cv_decl_getopt_unistd_h" >&5
9813echo "${ECHO_T}$bu_cv_decl_getopt_unistd_h" >&6
e46eba98 9814if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e
DJ
9815
9816cat >>confdefs.h <<\_ACEOF
e46eba98 9817#define HAVE_DECL_GETOPT 1
42ecbf5e 9818_ACEOF
e46eba98
NC
9819
9820fi
9821
252b5132
RH
9822# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
9823# by default.
42ecbf5e
DJ
9824echo "$as_me:$LINENO: checking for utime.h" >&5
9825echo $ECHO_N "checking for utime.h... $ECHO_C" >&6
9826if test "${bu_cv_header_utime_h+set}" = set; then
9827 echo $ECHO_N "(cached) $ECHO_C" >&6
9828else
9829 cat >conftest.$ac_ext <<_ACEOF
9830/* confdefs.h. */
9831_ACEOF
9832cat confdefs.h >>conftest.$ac_ext
9833cat >>conftest.$ac_ext <<_ACEOF
9834/* end confdefs.h. */
252b5132
RH
9835#include <sys/types.h>
9836#ifdef HAVE_TIME_H
9837#include <time.h>
9838#endif
9839#include <utime.h>
42ecbf5e
DJ
9840int
9841main ()
9842{
252b5132 9843struct utimbuf s;
42ecbf5e
DJ
9844 ;
9845 return 0;
9846}
9847_ACEOF
9848rm -f conftest.$ac_objext
9849if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9850 (eval $ac_compile) 2>conftest.er1
9851 ac_status=$?
9852 grep -v '^ *+' conftest.er1 >conftest.err
9853 rm -f conftest.er1
9854 cat conftest.err >&5
9855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9856 (exit $ac_status); } &&
b7d4af3a
JW
9857 { ac_try='test -z "$ac_c_werror_flag"
9858 || test ! -s conftest.err'
42ecbf5e
DJ
9859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9860 (eval $ac_try) 2>&5
9861 ac_status=$?
9862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9863 (exit $ac_status); }; } &&
9864 { ac_try='test -s conftest.$ac_objext'
9865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9866 (eval $ac_try) 2>&5
9867 ac_status=$?
9868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9869 (exit $ac_status); }; }; then
252b5132
RH
9870 bu_cv_header_utime_h=yes
9871else
42ecbf5e
DJ
9872 echo "$as_me: failed program was:" >&5
9873sed 's/^/| /' conftest.$ac_ext >&5
9874
9875bu_cv_header_utime_h=no
252b5132 9876fi
42ecbf5e 9877rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
9878fi
9879
42ecbf5e
DJ
9880echo "$as_me:$LINENO: result: $bu_cv_header_utime_h" >&5
9881echo "${ECHO_T}$bu_cv_header_utime_h" >&6
252b5132 9882if test $bu_cv_header_utime_h = yes; then
42ecbf5e
DJ
9883
9884cat >>confdefs.h <<\_ACEOF
252b5132 9885#define HAVE_GOOD_UTIME_H 1
42ecbf5e 9886_ACEOF
252b5132
RH
9887
9888fi
9889
398ee8f1
SE
9890echo "$as_me:$LINENO: checking whether fprintf is declared" >&5
9891echo $ECHO_N "checking whether fprintf is declared... $ECHO_C" >&6
9892if test "${ac_cv_have_decl_fprintf+set}" = set; then
42ecbf5e 9893 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9894else
42ecbf5e
DJ
9895 cat >conftest.$ac_ext <<_ACEOF
9896/* confdefs.h. */
9897_ACEOF
9898cat confdefs.h >>conftest.$ac_ext
9899cat >>conftest.$ac_ext <<_ACEOF
9900/* end confdefs.h. */
398ee8f1 9901$ac_includes_default
42ecbf5e
DJ
9902int
9903main ()
9904{
398ee8f1
SE
9905#ifndef fprintf
9906 char *p = (char *) fprintf;
9907#endif
9908
42ecbf5e
DJ
9909 ;
9910 return 0;
9911}
9912_ACEOF
9913rm -f conftest.$ac_objext
9914if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9915 (eval $ac_compile) 2>conftest.er1
9916 ac_status=$?
9917 grep -v '^ *+' conftest.er1 >conftest.err
9918 rm -f conftest.er1
9919 cat conftest.err >&5
9920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9921 (exit $ac_status); } &&
b7d4af3a
JW
9922 { ac_try='test -z "$ac_c_werror_flag"
9923 || test ! -s conftest.err'
42ecbf5e
DJ
9924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9925 (eval $ac_try) 2>&5
9926 ac_status=$?
9927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9928 (exit $ac_status); }; } &&
9929 { ac_try='test -s conftest.$ac_objext'
9930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9931 (eval $ac_try) 2>&5
9932 ac_status=$?
9933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9934 (exit $ac_status); }; }; then
398ee8f1 9935 ac_cv_have_decl_fprintf=yes
252b5132 9936else
42ecbf5e
DJ
9937 echo "$as_me: failed program was:" >&5
9938sed 's/^/| /' conftest.$ac_ext >&5
9939
398ee8f1 9940ac_cv_have_decl_fprintf=no
252b5132 9941fi
42ecbf5e 9942rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 9943fi
398ee8f1
SE
9944echo "$as_me:$LINENO: result: $ac_cv_have_decl_fprintf" >&5
9945echo "${ECHO_T}$ac_cv_have_decl_fprintf" >&6
9946if test $ac_cv_have_decl_fprintf = yes; then
252b5132 9947
398ee8f1
SE
9948cat >>confdefs.h <<_ACEOF
9949#define HAVE_DECL_FPRINTF 1
9950_ACEOF
42ecbf5e 9951
398ee8f1
SE
9952
9953else
9954 cat >>confdefs.h <<_ACEOF
9955#define HAVE_DECL_FPRINTF 0
42ecbf5e 9956_ACEOF
252b5132 9957
252b5132 9958
398ee8f1
SE
9959fi
9960echo "$as_me:$LINENO: checking whether strstr is declared" >&5
9961echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
9962if test "${ac_cv_have_decl_strstr+set}" = set; then
42ecbf5e 9963 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9964else
42ecbf5e
DJ
9965 cat >conftest.$ac_ext <<_ACEOF
9966/* confdefs.h. */
9967_ACEOF
9968cat confdefs.h >>conftest.$ac_ext
9969cat >>conftest.$ac_ext <<_ACEOF
9970/* end confdefs.h. */
398ee8f1 9971$ac_includes_default
42ecbf5e
DJ
9972int
9973main ()
9974{
398ee8f1
SE
9975#ifndef strstr
9976 char *p = (char *) strstr;
9977#endif
9978
42ecbf5e
DJ
9979 ;
9980 return 0;
9981}
9982_ACEOF
9983rm -f conftest.$ac_objext
9984if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9985 (eval $ac_compile) 2>conftest.er1
9986 ac_status=$?
9987 grep -v '^ *+' conftest.er1 >conftest.err
9988 rm -f conftest.er1
9989 cat conftest.err >&5
9990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9991 (exit $ac_status); } &&
b7d4af3a
JW
9992 { ac_try='test -z "$ac_c_werror_flag"
9993 || test ! -s conftest.err'
42ecbf5e
DJ
9994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9995 (eval $ac_try) 2>&5
9996 ac_status=$?
9997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9998 (exit $ac_status); }; } &&
9999 { ac_try='test -s conftest.$ac_objext'
10000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10001 (eval $ac_try) 2>&5
10002 ac_status=$?
10003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10004 (exit $ac_status); }; }; then
398ee8f1 10005 ac_cv_have_decl_strstr=yes
252b5132 10006else
42ecbf5e
DJ
10007 echo "$as_me: failed program was:" >&5
10008sed 's/^/| /' conftest.$ac_ext >&5
10009
398ee8f1 10010ac_cv_have_decl_strstr=no
252b5132 10011fi
42ecbf5e 10012rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 10013fi
398ee8f1
SE
10014echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
10015echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
10016if test $ac_cv_have_decl_strstr = yes; then
252b5132 10017
398ee8f1
SE
10018cat >>confdefs.h <<_ACEOF
10019#define HAVE_DECL_STRSTR 1
10020_ACEOF
42ecbf5e 10021
398ee8f1
SE
10022
10023else
10024 cat >>confdefs.h <<_ACEOF
10025#define HAVE_DECL_STRSTR 0
42ecbf5e 10026_ACEOF
252b5132 10027
252b5132 10028
398ee8f1
SE
10029fi
10030echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
10031echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
10032if test "${ac_cv_have_decl_sbrk+set}" = set; then
42ecbf5e 10033 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10034else
42ecbf5e
DJ
10035 cat >conftest.$ac_ext <<_ACEOF
10036/* confdefs.h. */
10037_ACEOF
10038cat confdefs.h >>conftest.$ac_ext
10039cat >>conftest.$ac_ext <<_ACEOF
10040/* end confdefs.h. */
398ee8f1 10041$ac_includes_default
42ecbf5e
DJ
10042int
10043main ()
10044{
398ee8f1
SE
10045#ifndef sbrk
10046 char *p = (char *) sbrk;
10047#endif
10048
42ecbf5e
DJ
10049 ;
10050 return 0;
10051}
10052_ACEOF
10053rm -f conftest.$ac_objext
10054if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10055 (eval $ac_compile) 2>conftest.er1
10056 ac_status=$?
10057 grep -v '^ *+' conftest.er1 >conftest.err
10058 rm -f conftest.er1
10059 cat conftest.err >&5
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); } &&
b7d4af3a
JW
10062 { ac_try='test -z "$ac_c_werror_flag"
10063 || test ! -s conftest.err'
42ecbf5e
DJ
10064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10065 (eval $ac_try) 2>&5
10066 ac_status=$?
10067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10068 (exit $ac_status); }; } &&
10069 { ac_try='test -s conftest.$ac_objext'
10070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10071 (eval $ac_try) 2>&5
10072 ac_status=$?
10073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10074 (exit $ac_status); }; }; then
398ee8f1 10075 ac_cv_have_decl_sbrk=yes
252b5132 10076else
42ecbf5e
DJ
10077 echo "$as_me: failed program was:" >&5
10078sed 's/^/| /' conftest.$ac_ext >&5
10079
398ee8f1 10080ac_cv_have_decl_sbrk=no
252b5132 10081fi
42ecbf5e 10082rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 10083fi
398ee8f1
SE
10084echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5
10085echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6
10086if test $ac_cv_have_decl_sbrk = yes; then
252b5132 10087
398ee8f1
SE
10088cat >>confdefs.h <<_ACEOF
10089#define HAVE_DECL_SBRK 1
10090_ACEOF
42ecbf5e 10091
398ee8f1
SE
10092
10093else
10094 cat >>confdefs.h <<_ACEOF
10095#define HAVE_DECL_SBRK 0
42ecbf5e 10096_ACEOF
252b5132 10097
252b5132 10098
398ee8f1
SE
10099fi
10100echo "$as_me:$LINENO: checking whether getenv is declared" >&5
10101echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
10102if test "${ac_cv_have_decl_getenv+set}" = set; then
42ecbf5e 10103 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10104else
42ecbf5e
DJ
10105 cat >conftest.$ac_ext <<_ACEOF
10106/* confdefs.h. */
10107_ACEOF
10108cat confdefs.h >>conftest.$ac_ext
10109cat >>conftest.$ac_ext <<_ACEOF
10110/* end confdefs.h. */
398ee8f1 10111$ac_includes_default
42ecbf5e
DJ
10112int
10113main ()
10114{
398ee8f1
SE
10115#ifndef getenv
10116 char *p = (char *) getenv;
10117#endif
10118
42ecbf5e
DJ
10119 ;
10120 return 0;
10121}
10122_ACEOF
10123rm -f conftest.$ac_objext
10124if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10125 (eval $ac_compile) 2>conftest.er1
10126 ac_status=$?
10127 grep -v '^ *+' conftest.er1 >conftest.err
10128 rm -f conftest.er1
10129 cat conftest.err >&5
10130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10131 (exit $ac_status); } &&
b7d4af3a
JW
10132 { ac_try='test -z "$ac_c_werror_flag"
10133 || test ! -s conftest.err'
42ecbf5e
DJ
10134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10135 (eval $ac_try) 2>&5
10136 ac_status=$?
10137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10138 (exit $ac_status); }; } &&
10139 { ac_try='test -s conftest.$ac_objext'
10140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10141 (eval $ac_try) 2>&5
10142 ac_status=$?
10143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10144 (exit $ac_status); }; }; then
398ee8f1 10145 ac_cv_have_decl_getenv=yes
252b5132 10146else
42ecbf5e
DJ
10147 echo "$as_me: failed program was:" >&5
10148sed 's/^/| /' conftest.$ac_ext >&5
10149
398ee8f1 10150ac_cv_have_decl_getenv=no
252b5132 10151fi
42ecbf5e 10152rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 10153fi
398ee8f1
SE
10154echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
10155echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
10156if test $ac_cv_have_decl_getenv = yes; then
252b5132 10157
398ee8f1
SE
10158cat >>confdefs.h <<_ACEOF
10159#define HAVE_DECL_GETENV 1
10160_ACEOF
42ecbf5e 10161
398ee8f1
SE
10162
10163else
10164 cat >>confdefs.h <<_ACEOF
10165#define HAVE_DECL_GETENV 0
42ecbf5e 10166_ACEOF
252b5132 10167
252b5132 10168
398ee8f1
SE
10169fi
10170echo "$as_me:$LINENO: checking whether environ is declared" >&5
10171echo $ECHO_N "checking whether environ is declared... $ECHO_C" >&6
10172if test "${ac_cv_have_decl_environ+set}" = set; then
42ecbf5e 10173 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10174else
42ecbf5e
DJ
10175 cat >conftest.$ac_ext <<_ACEOF
10176/* confdefs.h. */
10177_ACEOF
10178cat confdefs.h >>conftest.$ac_ext
10179cat >>conftest.$ac_ext <<_ACEOF
10180/* end confdefs.h. */
398ee8f1 10181$ac_includes_default
42ecbf5e
DJ
10182int
10183main ()
10184{
398ee8f1
SE
10185#ifndef environ
10186 char *p = (char *) environ;
10187#endif
10188
42ecbf5e
DJ
10189 ;
10190 return 0;
10191}
10192_ACEOF
10193rm -f conftest.$ac_objext
10194if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10195 (eval $ac_compile) 2>conftest.er1
10196 ac_status=$?
10197 grep -v '^ *+' conftest.er1 >conftest.err
10198 rm -f conftest.er1
10199 cat conftest.err >&5
10200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10201 (exit $ac_status); } &&
b7d4af3a
JW
10202 { ac_try='test -z "$ac_c_werror_flag"
10203 || test ! -s conftest.err'
42ecbf5e
DJ
10204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10205 (eval $ac_try) 2>&5
10206 ac_status=$?
10207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10208 (exit $ac_status); }; } &&
10209 { ac_try='test -s conftest.$ac_objext'
10210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10211 (eval $ac_try) 2>&5
10212 ac_status=$?
10213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10214 (exit $ac_status); }; }; then
398ee8f1 10215 ac_cv_have_decl_environ=yes
252b5132 10216else
42ecbf5e
DJ
10217 echo "$as_me: failed program was:" >&5
10218sed 's/^/| /' conftest.$ac_ext >&5
10219
398ee8f1 10220ac_cv_have_decl_environ=no
252b5132 10221fi
42ecbf5e 10222rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 10223fi
398ee8f1
SE
10224echo "$as_me:$LINENO: result: $ac_cv_have_decl_environ" >&5
10225echo "${ECHO_T}$ac_cv_have_decl_environ" >&6
10226if test $ac_cv_have_decl_environ = yes; then
252b5132 10227
398ee8f1
SE
10228cat >>confdefs.h <<_ACEOF
10229#define HAVE_DECL_ENVIRON 1
10230_ACEOF
42ecbf5e 10231
398ee8f1
SE
10232
10233else
10234 cat >>confdefs.h <<_ACEOF
10235#define HAVE_DECL_ENVIRON 0
42ecbf5e 10236_ACEOF
252b5132 10237
252b5132 10238
398ee8f1 10239fi
b7d4af3a
JW
10240echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
10241echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6
10242if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then
10243 echo $ECHO_N "(cached) $ECHO_C" >&6
10244else
10245 cat >conftest.$ac_ext <<_ACEOF
10246/* confdefs.h. */
10247_ACEOF
10248cat confdefs.h >>conftest.$ac_ext
10249cat >>conftest.$ac_ext <<_ACEOF
10250/* end confdefs.h. */
10251$ac_includes_default
10252int
10253main ()
10254{
10255#ifndef getc_unlocked
10256 char *p = (char *) getc_unlocked;
10257#endif
10258
10259 ;
10260 return 0;
10261}
10262_ACEOF
10263rm -f conftest.$ac_objext
10264if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10265 (eval $ac_compile) 2>conftest.er1
10266 ac_status=$?
10267 grep -v '^ *+' conftest.er1 >conftest.err
10268 rm -f conftest.er1
10269 cat conftest.err >&5
10270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10271 (exit $ac_status); } &&
10272 { ac_try='test -z "$ac_c_werror_flag"
10273 || test ! -s conftest.err'
10274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10275 (eval $ac_try) 2>&5
10276 ac_status=$?
10277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10278 (exit $ac_status); }; } &&
10279 { ac_try='test -s conftest.$ac_objext'
10280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10281 (eval $ac_try) 2>&5
10282 ac_status=$?
10283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10284 (exit $ac_status); }; }; then
10285 ac_cv_have_decl_getc_unlocked=yes
10286else
10287 echo "$as_me: failed program was:" >&5
10288sed 's/^/| /' conftest.$ac_ext >&5
10289
10290ac_cv_have_decl_getc_unlocked=no
10291fi
10292rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10293fi
10294echo "$as_me:$LINENO: result: $ac_cv_have_decl_getc_unlocked" >&5
10295echo "${ECHO_T}$ac_cv_have_decl_getc_unlocked" >&6
10296if test $ac_cv_have_decl_getc_unlocked = yes; then
10297
10298cat >>confdefs.h <<_ACEOF
10299#define HAVE_DECL_GETC_UNLOCKED 1
10300_ACEOF
10301
10302
10303else
10304 cat >>confdefs.h <<_ACEOF
10305#define HAVE_DECL_GETC_UNLOCKED 0
10306_ACEOF
10307
10308
10309fi
10310
10311
252b5132
RH
10312
10313
10314case "${host}" in
8a965946 10315*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e
DJ
10316
10317cat >>confdefs.h <<\_ACEOF
252b5132 10318#define USE_BINARY_FOPEN 1
42ecbf5e 10319_ACEOF
252b5132
RH
10320 ;;
10321esac
10322
10323# target-specific stuff:
10324
10325# Canonicalize the secondary target names.
10326if test -n "$enable_targets"; then
10327 for targ in `echo $enable_targets | sed 's/,/ /g'`
10328 do
6d83c84b 10329 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
10330 if test -n "$result"; then
10331 canon_targets="$canon_targets $result"
10332 else
10333 # Allow targets that config.sub doesn't recognize, like "all".
10334 canon_targets="$canon_targets $targ"
10335 fi
10336 done
10337fi
10338
10339all_targets=false
10340BUILD_NLMCONV=
10341NLMCONV_DEFS=
10342BUILD_SRCONV=
10343BUILD_DLLTOOL=
10344DLLTOOL_DEFS=
10345BUILD_WINDRES=
10346BUILD_DLLWRAP=
10347BUILD_MISC=
8b1e6df3 10348OBJDUMP_DEFS=
252b5132
RH
10349
10350for targ in $target $canon_targets
10351do
10352 if test "x$targ" = "xall"; then
10353 all_targets=true
10354 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
10355 BUILD_SRCONV='$(SRCONV_PROG)'
10356 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
10357 else
10358 case $targ in
42ecbf5e 10359 i[3-7]86*-*-netware*)
252b5132
RH
10360 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
10361 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
10362 ;;
10363 alpha*-*-netware*)
10364 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
10365 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
10366 ;;
10367 powerpc*-*-netware*)
10368 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
10369 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
10370 ;;
10371 sparc*-*-netware*)
10372 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
10373 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
10374 ;;
10375 esac
10376 case $targ in
10377 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
10378 esac
10379 case $targ in
a8c548cb
NC
10380 arm-epoc-pe*)
10381 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
10382 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
10383 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
10384 ;;
27a710e5 10385 arm-*-pe* | arm-*-wince)
252b5132
RH
10386 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
10387 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
10388 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
7a7b06ef 10389 ;;
27a710e5 10390 thumb-*-pe*)
252b5132
RH
10391 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
10392 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
10393 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
7a7b06ef 10394 ;;
c7217458 10395 arm*-* | xscale-* | strongarm-* | d10v-*)
8b1e6df3
NC
10396 OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS"
10397 ;;
80c7c40a 10398 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132
RH
10399 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
10400 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
10401 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
10402 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 10403 ;;
80c7c40a 10404 i[3-7]86-*-interix)
7a7b06ef
ILT
10405 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
10406 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
10407 ;;
f0660b73
NC
10408 powerpc*-aix5.[01])
10409 ;;
10410 powerpc*-aix5.*)
10411 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
10412 ;;
e1d5b1e7 10413 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132
RH
10414 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
10415 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
10416 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
8a0e0f38 10417 ;;
e1d5b1e7 10418 sh*-*-pe)
8a0e0f38
NC
10419 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
10420 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
10421 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
10422 ;;
e1d5b1e7 10423 mips*-*-pe)
8a0e0f38
NC
10424 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
10425 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
10426 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
7a7b06ef 10427 ;;
27a710e5 10428 mcore-*-pe)
661016bb
NC
10429 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
10430 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
10431 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
7a7b06ef 10432 ;;
27a710e5 10433 mcore-*-elf)
661016bb
NC
10434 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
10435 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 10436 ;;
252b5132
RH
10437 esac
10438 fi
10439done
10440
42ecbf5e
DJ
10441if test "${with_windres+set}" = set; then
10442 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
10443fi
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456cat >>confdefs.h <<_ACEOF
10457#define TARGET "${target}"
10458_ACEOF
10459
10460
10461targ=$target
10462. $srcdir/../bfd/config.bfd
10463if test "x$targ_underscore" = "xyes"; then
10464 UNDERSCORE=1
10465else
10466 UNDERSCORE=0
10467fi
10468
10469cat >>confdefs.h <<_ACEOF
10470#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
10471_ACEOF
10472
10473
10474# Emulation
10475for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
10476do
10477 # Canonicalize the secondary target names.
10478 result=`$ac_config_sub $targ_alias 2>/dev/null`
10479 if test -n "$result"; then
10480 targ=$result
10481 else
10482 targ=$targ_alias
10483 fi
10484
10485 . ${srcdir}/configure.tgt
10486
10487 EMULATION=$targ_emul
10488 EMULATION_VECTOR=$targ_emul_vector
10489done
10490
10491
10492
10493
10494 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
10495 ac_config_commands="$ac_config_commands default"
10496cat >confcache <<\_ACEOF
10497# This file is a shell script that caches the results of configure
10498# tests run on this system so they can be shared between configure
10499# scripts and configure runs, see configure's option --config-cache.
10500# It is not useful on other systems. If it contains results you don't
10501# want to keep, you may remove or edit it.
10502#
10503# config.status only pays attention to the cache file if you give it
10504# the --recheck option to rerun configure.
10505#
10506# `ac_cv_env_foo' variables (set or unset) will be overridden when
10507# loading this file, other *unset* `ac_cv_foo' will be assigned the
10508# following values.
10509
10510_ACEOF
10511
10512# The following way of writing the cache mishandles newlines in values,
10513# but we know of no workaround that is simple, portable, and efficient.
10514# So, don't put newlines in cache variables' values.
10515# Ultrix sh set writes to stderr and can't be redirected directly,
10516# and sets the high bit in the cache file unless we assign to the vars.
10517{
10518 (set) 2>&1 |
10519 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10520 *ac_space=\ *)
10521 # `set' does not quote correctly, so add quotes (double-quote
10522 # substitution turns \\\\ into \\, and sed turns \\ into \).
10523 sed -n \
10524 "s/'/'\\\\''/g;
10525 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10526 ;;
10527 *)
10528 # `set' quotes correctly as required by POSIX, so do not add quotes.
10529 sed -n \
10530 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10531 ;;
10532 esac;
10533} |
10534 sed '
10535 t clear
10536 : clear
10537 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10538 t end
10539 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10540 : end' >>confcache
10541if diff $cache_file confcache >/dev/null 2>&1; then :; else
10542 if test -w $cache_file; then
10543 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10544 cat confcache >$cache_file
10545 else
10546 echo "not updating unwritable cache $cache_file"
10547 fi
10548fi
10549rm -f confcache
10550
10551test "x$prefix" = xNONE && prefix=$ac_default_prefix
10552# Let make expand exec_prefix.
10553test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10554
10555# VPATH may cause trouble with some makes, so we remove $(srcdir),
10556# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10557# trailing colons and then remove the whole line if VPATH becomes empty
10558# (actually we leave an empty line to preserve line numbers).
10559if test "x$srcdir" = x.; then
10560 ac_vpsub='/^[ ]*VPATH[ ]*=/{
10561s/:*\$(srcdir):*/:/;
10562s/:*\${srcdir}:*/:/;
10563s/:*@srcdir@:*/:/;
10564s/^\([^=]*=[ ]*\):*/\1/;
10565s/:*$//;
10566s/^[^=]*=[ ]*$//;
10567}'
10568fi
10569
10570DEFS=-DHAVE_CONFIG_H
10571
10572ac_libobjs=
10573ac_ltlibobjs=
10574for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10575 # 1. Remove the extension, and $U if already installed.
10576 ac_i=`echo "$ac_i" |
10577 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
10578 # 2. Add them.
10579 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
10580 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
10581done
10582LIBOBJS=$ac_libobjs
10583
10584LTLIBOBJS=$ac_ltlibobjs
10585
10586
10587if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10588 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10589Usually this means the macro was only invoked conditionally." >&5
10590echo "$as_me: error: conditional \"AMDEP\" was never defined.
10591Usually this means the macro was only invoked conditionally." >&2;}
10592 { (exit 1); exit 1; }; }
10593fi
10594if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10595 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10596Usually this means the macro was only invoked conditionally." >&5
10597echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10598Usually this means the macro was only invoked conditionally." >&2;}
10599 { (exit 1); exit 1; }; }
10600fi
10601if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10602 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10603Usually this means the macro was only invoked conditionally." >&5
10604echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10605Usually this means the macro was only invoked conditionally." >&2;}
10606 { (exit 1); exit 1; }; }
10607fi
10608
10609: ${CONFIG_STATUS=./config.status}
10610ac_clean_files_save=$ac_clean_files
10611ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10612{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10613echo "$as_me: creating $CONFIG_STATUS" >&6;}
10614cat >$CONFIG_STATUS <<_ACEOF
10615#! $SHELL
10616# Generated by $as_me.
10617# Run this file to recreate the current configuration.
10618# Compiler output produced by configure, useful for debugging
10619# configure, is in config.log if it exists.
10620
10621debug=false
10622ac_cs_recheck=false
10623ac_cs_silent=false
10624SHELL=\${CONFIG_SHELL-$SHELL}
10625_ACEOF
252b5132 10626
42ecbf5e
DJ
10627cat >>$CONFIG_STATUS <<\_ACEOF
10628## --------------------- ##
10629## M4sh Initialization. ##
10630## --------------------- ##
252b5132 10631
42ecbf5e
DJ
10632# Be Bourne compatible
10633if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10634 emulate sh
10635 NULLCMD=:
10636 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10637 # is contrary to our usage. Disable this feature.
10638 alias -g '${1+"$@"}'='"$@"'
10639elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10640 set -o posix
10641fi
10642DUALCASE=1; export DUALCASE # for MKS sh
252b5132 10643
42ecbf5e
DJ
10644# Support unset when possible.
10645if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10646 as_unset=unset
10647else
10648 as_unset=false
10649fi
252b5132
RH
10650
10651
42ecbf5e
DJ
10652# Work around bugs in pre-3.0 UWIN ksh.
10653$as_unset ENV MAIL MAILPATH
10654PS1='$ '
10655PS2='> '
10656PS4='+ '
252b5132 10657
42ecbf5e
DJ
10658# NLS nuisances.
10659for as_var in \
10660 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10661 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10662 LC_TELEPHONE LC_TIME
10663do
10664 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10665 eval $as_var=C; export $as_var
10666 else
10667 $as_unset $as_var
10668 fi
10669done
252b5132 10670
42ecbf5e
DJ
10671# Required to use basename.
10672if expr a : '\(a\)' >/dev/null 2>&1; then
10673 as_expr=expr
10674else
10675 as_expr=false
10676fi
252b5132 10677
42ecbf5e
DJ
10678if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10679 as_basename=basename
10680else
10681 as_basename=false
10682fi
252b5132 10683
8b1e6df3 10684
42ecbf5e
DJ
10685# Name of the executable.
10686as_me=`$as_basename "$0" ||
10687$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10688 X"$0" : 'X\(//\)$' \| \
10689 X"$0" : 'X\(/\)$' \| \
10690 . : '\(.\)' 2>/dev/null ||
10691echo X/"$0" |
10692 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10693 /^X\/\(\/\/\)$/{ s//\1/; q; }
10694 /^X\/\(\/\).*/{ s//\1/; q; }
10695 s/.*/./; q'`
0218d1e4 10696
252b5132 10697
42ecbf5e
DJ
10698# PATH needs CR, and LINENO needs CR and PATH.
10699# Avoid depending upon Character Ranges.
10700as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10701as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10702as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10703as_cr_digits='0123456789'
10704as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 10705
42ecbf5e
DJ
10706# The user is always right.
10707if test "${PATH_SEPARATOR+set}" != set; then
10708 echo "#! /bin/sh" >conf$$.sh
10709 echo "exit 0" >>conf$$.sh
10710 chmod +x conf$$.sh
10711 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10712 PATH_SEPARATOR=';'
10713 else
10714 PATH_SEPARATOR=:
10715 fi
10716 rm -f conf$$.sh
252b5132
RH
10717fi
10718
10719
42ecbf5e
DJ
10720 as_lineno_1=$LINENO
10721 as_lineno_2=$LINENO
10722 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10723 test "x$as_lineno_1" != "x$as_lineno_2" &&
10724 test "x$as_lineno_3" = "x$as_lineno_2" || {
10725 # Find who we are. Look in the path if we contain no path at all
10726 # relative or not.
10727 case $0 in
10728 *[\\/]* ) as_myself=$0 ;;
10729 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10730for as_dir in $PATH
eb1e0e80 10731do
42ecbf5e
DJ
10732 IFS=$as_save_IFS
10733 test -z "$as_dir" && as_dir=.
10734 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10735done
eb1e0e80 10736
42ecbf5e
DJ
10737 ;;
10738 esac
10739 # We did not find ourselves, most probably we were run as `sh COMMAND'
10740 # in which case we are not to be found in the path.
10741 if test "x$as_myself" = x; then
10742 as_myself=$0
10743 fi
10744 if test ! -f "$as_myself"; then
10745 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10746echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10747 { (exit 1); exit 1; }; }
10748 fi
10749 case $CONFIG_SHELL in
10750 '')
10751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10752for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10753do
10754 IFS=$as_save_IFS
10755 test -z "$as_dir" && as_dir=.
10756 for as_base in sh bash ksh sh5; do
10757 case $as_dir in
10758 /*)
10759 if ("$as_dir/$as_base" -c '
10760 as_lineno_1=$LINENO
10761 as_lineno_2=$LINENO
10762 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10763 test "x$as_lineno_1" != "x$as_lineno_2" &&
10764 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10765 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10766 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10767 CONFIG_SHELL=$as_dir/$as_base
10768 export CONFIG_SHELL
10769 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10770 fi;;
10771 esac
10772 done
eb1e0e80 10773done
42ecbf5e
DJ
10774;;
10775 esac
eb1e0e80 10776
42ecbf5e
DJ
10777 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10778 # uniformly replaced by the line number. The first 'sed' inserts a
10779 # line-number line before each line; the second 'sed' does the real
10780 # work. The second script uses 'N' to pair each line-number line
10781 # with the numbered line, and appends trailing '-' during
10782 # substitution so that $LINENO is not a special case at line end.
10783 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10784 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10785 sed '=' <$as_myself |
10786 sed '
10787 N
10788 s,$,-,
10789 : loop
10790 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10791 t loop
10792 s,-$,,
10793 s,^['$as_cr_digits']*\n,,
10794 ' >$as_me.lineno &&
10795 chmod +x $as_me.lineno ||
10796 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10797echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10798 { (exit 1); exit 1; }; }
10799
10800 # Don't try to exec as it changes $[0], causing all sort of problems
10801 # (the dirname of $[0] is not the place where we might find the
10802 # original and so on. Autoconf is especially sensible to this).
10803 . ./$as_me.lineno
10804 # Exit status is that of the last command.
10805 exit
10806}
eb1e0e80
NC
10807
10808
42ecbf5e
DJ
10809case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10810 *c*,-n*) ECHO_N= ECHO_C='
10811' ECHO_T=' ' ;;
10812 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10813 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10814esac
eb1e0e80 10815
42ecbf5e
DJ
10816if expr a : '\(a\)' >/dev/null 2>&1; then
10817 as_expr=expr
d15b04bd 10818else
42ecbf5e
DJ
10819 as_expr=false
10820fi
10821
10822rm -f conf$$ conf$$.exe conf$$.file
10823echo >conf$$.file
10824if ln -s conf$$.file conf$$ 2>/dev/null; then
10825 # We could just check for DJGPP; but this test a) works b) is more generic
10826 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10827 if test -f conf$$.exe; then
10828 # Don't use ln at all; we don't have any links
10829 as_ln_s='cp -p'
252b5132 10830 else
42ecbf5e 10831 as_ln_s='ln -s'
252b5132 10832 fi
42ecbf5e
DJ
10833elif ln conf$$.file conf$$ 2>/dev/null; then
10834 as_ln_s=ln
10835else
10836 as_ln_s='cp -p'
252b5132 10837fi
42ecbf5e 10838rm -f conf$$ conf$$.exe conf$$.file
252b5132 10839
42ecbf5e
DJ
10840if mkdir -p . 2>/dev/null; then
10841 as_mkdir_p=:
10842else
10843 test -d ./-p && rmdir ./-p
10844 as_mkdir_p=false
10845fi
d15b04bd 10846
42ecbf5e 10847as_executable_p="test -f"
252b5132 10848
42ecbf5e
DJ
10849# Sed expression to map a string onto a valid CPP name.
10850as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10851
10852# Sed expression to map a string onto a valid variable name.
10853as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10854
10855
10856# IFS
10857# We need space, tab and new line, in precisely that order.
10858as_nl='
10859'
10860IFS=" $as_nl"
10861
10862# CDPATH.
10863$as_unset CDPATH
10864
10865exec 6>&1
10866
10867# Open the log real soon, to keep \$[0] and so on meaningful, and to
10868# report actual input values of CONFIG_FILES etc. instead of their
10869# values after options handling. Logging --version etc. is OK.
10870exec 5>>config.log
10871{
10872 echo
10873 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10874## Running $as_me. ##
10875_ASBOX
10876} >&5
10877cat >&5 <<_CSEOF
10878
10879This file was extended by $as_me, which was
10880generated by GNU Autoconf 2.59. Invocation command line was
10881
10882 CONFIG_FILES = $CONFIG_FILES
10883 CONFIG_HEADERS = $CONFIG_HEADERS
10884 CONFIG_LINKS = $CONFIG_LINKS
10885 CONFIG_COMMANDS = $CONFIG_COMMANDS
10886 $ $0 $@
10887
10888_CSEOF
10889echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10890echo >&5
10891_ACEOF
10892
10893# Files that config.status was made for.
10894if test -n "$ac_config_files"; then
10895 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
252b5132
RH
10896fi
10897
42ecbf5e
DJ
10898if test -n "$ac_config_headers"; then
10899 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10900fi
e5a52504 10901
42ecbf5e
DJ
10902if test -n "$ac_config_links"; then
10903 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10904fi
e5a52504 10905
42ecbf5e
DJ
10906if test -n "$ac_config_commands"; then
10907 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10908fi
d15b04bd 10909
42ecbf5e
DJ
10910cat >>$CONFIG_STATUS <<\_ACEOF
10911
10912ac_cs_usage="\
10913\`$as_me' instantiates files from templates according to the
10914current configuration.
10915
10916Usage: $0 [OPTIONS] [FILE]...
10917
10918 -h, --help print this help, then exit
10919 -V, --version print version number, then exit
10920 -q, --quiet do not print progress messages
10921 -d, --debug don't remove temporary files
10922 --recheck update $as_me by reconfiguring in the same conditions
10923 --file=FILE[:TEMPLATE]
10924 instantiate the configuration file FILE
10925 --header=FILE[:TEMPLATE]
10926 instantiate the configuration header FILE
10927
10928Configuration files:
10929$config_files
10930
10931Configuration headers:
10932$config_headers
10933
10934Configuration commands:
10935$config_commands
10936
10937Report bugs to <bug-autoconf@gnu.org>."
10938_ACEOF
10939
10940cat >>$CONFIG_STATUS <<_ACEOF
10941ac_cs_version="\\
10942config.status
10943configured by $0, generated by GNU Autoconf 2.59,
10944 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10945
10946Copyright (C) 2003 Free Software Foundation, Inc.
10947This config.status script is free software; the Free Software Foundation
10948gives unlimited permission to copy, distribute and modify it."
10949srcdir=$srcdir
10950INSTALL="$INSTALL"
10951_ACEOF
10952
10953cat >>$CONFIG_STATUS <<\_ACEOF
10954# If no file are specified by the user, then we need to provide default
10955# value. By we need to know if files were specified by the user.
10956ac_need_defaults=:
10957while test $# != 0
10958do
10959 case $1 in
10960 --*=*)
10961 ac_option=`expr "x$1" : 'x\([^=]*\)='`
10962 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10963 ac_shift=:
10964 ;;
10965 -*)
10966 ac_option=$1
10967 ac_optarg=$2
10968 ac_shift=shift
10969 ;;
10970 *) # This is not an option, so the user has probably given explicit
10971 # arguments.
10972 ac_option=$1
10973 ac_need_defaults=false;;
10974 esac
10975
10976 case $ac_option in
10977 # Handling of the options.
10978_ACEOF
10979cat >>$CONFIG_STATUS <<\_ACEOF
10980 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10981 ac_cs_recheck=: ;;
10982 --version | --vers* | -V )
10983 echo "$ac_cs_version"; exit 0 ;;
10984 --he | --h)
10985 # Conflict between --help and --header
10986 { { echo "$as_me:$LINENO: error: ambiguous option: $1
10987Try \`$0 --help' for more information." >&5
10988echo "$as_me: error: ambiguous option: $1
10989Try \`$0 --help' for more information." >&2;}
10990 { (exit 1); exit 1; }; };;
10991 --help | --hel | -h )
10992 echo "$ac_cs_usage"; exit 0 ;;
10993 --debug | --d* | -d )
10994 debug=: ;;
10995 --file | --fil | --fi | --f )
10996 $ac_shift
10997 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10998 ac_need_defaults=false;;
10999 --header | --heade | --head | --hea )
11000 $ac_shift
11001 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
11002 ac_need_defaults=false;;
11003 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11004 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11005 ac_cs_silent=: ;;
11006
11007 # This is an error.
11008 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11009Try \`$0 --help' for more information." >&5
11010echo "$as_me: error: unrecognized option: $1
11011Try \`$0 --help' for more information." >&2;}
11012 { (exit 1); exit 1; }; } ;;
11013
11014 *) ac_config_targets="$ac_config_targets $1" ;;
11015
11016 esac
11017 shift
11018done
11019
11020ac_configure_extra_args=
11021
11022if $ac_cs_silent; then
11023 exec 6>/dev/null
11024 ac_configure_extra_args="$ac_configure_extra_args --silent"
11025fi
11026
11027_ACEOF
11028cat >>$CONFIG_STATUS <<_ACEOF
11029if \$ac_cs_recheck; then
11030 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11031 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11032fi
11033
11034_ACEOF
11035
11036cat >>$CONFIG_STATUS <<_ACEOF
d15b04bd 11037#
42ecbf5e 11038# INIT-COMMANDS section.
d15b04bd 11039#
e5a52504 11040
42ecbf5e
DJ
11041AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11042
11043_ACEOF
11044
11045
11046
11047cat >>$CONFIG_STATUS <<\_ACEOF
11048for ac_config_target in $ac_config_targets
252b5132 11049do
42ecbf5e
DJ
11050 case "$ac_config_target" in
11051 # Handling of arguments.
11052 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11053 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
11054 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
11055 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11056 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
11057 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
11058 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11059echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11060 { (exit 1); exit 1; }; };;
d15b04bd 11061 esac
252b5132
RH
11062done
11063
42ecbf5e
DJ
11064# If the user did not use the arguments to specify the items to instantiate,
11065# then the envvar interface is used. Set only those that are not.
11066# We use the long form for the default assignment because of an extremely
11067# bizarre bug on SunOS 4.1.3.
11068if $ac_need_defaults; then
11069 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11070 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11071 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11072fi
11073
11074# Have a temporary directory for convenience. Make it in the build tree
11075# simply because there is no reason to put it here, and in addition,
11076# creating and moving files from /tmp can sometimes cause problems.
11077# Create a temporary directory, and hook for its removal unless debugging.
11078$debug ||
11079{
11080 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11081 trap '{ (exit 1); exit 1; }' 1 2 13 15
11082}
252b5132 11083
42ecbf5e 11084# Create a (secure) tmp directory for tmp files.
e5a52504 11085
42ecbf5e
DJ
11086{
11087 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11088 test -n "$tmp" && test -d "$tmp"
11089} ||
11090{
11091 tmp=./confstat$$-$RANDOM
11092 (umask 077 && mkdir $tmp)
11093} ||
11094{
11095 echo "$me: cannot create a temporary directory in ." >&2
11096 { (exit 1); exit 1; }
11097}
11098
11099_ACEOF
11100
11101cat >>$CONFIG_STATUS <<_ACEOF
11102
11103#
11104# CONFIG_FILES section.
11105#
e5a52504 11106
42ecbf5e
DJ
11107# No need to generate the scripts if there are no CONFIG_FILES.
11108# This happens for instance when ./config.status config.h
11109if test -n "\$CONFIG_FILES"; then
11110 # Protect against being on the right side of a sed subst in config.status.
11111 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11112 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11113s,@SHELL@,$SHELL,;t t
11114s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11115s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11116s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11117s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11118s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11119s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11120s,@exec_prefix@,$exec_prefix,;t t
11121s,@prefix@,$prefix,;t t
11122s,@program_transform_name@,$program_transform_name,;t t
11123s,@bindir@,$bindir,;t t
11124s,@sbindir@,$sbindir,;t t
11125s,@libexecdir@,$libexecdir,;t t
11126s,@datadir@,$datadir,;t t
11127s,@sysconfdir@,$sysconfdir,;t t
11128s,@sharedstatedir@,$sharedstatedir,;t t
11129s,@localstatedir@,$localstatedir,;t t
11130s,@libdir@,$libdir,;t t
11131s,@includedir@,$includedir,;t t
11132s,@oldincludedir@,$oldincludedir,;t t
11133s,@infodir@,$infodir,;t t
11134s,@mandir@,$mandir,;t t
11135s,@build_alias@,$build_alias,;t t
11136s,@host_alias@,$host_alias,;t t
11137s,@target_alias@,$target_alias,;t t
11138s,@DEFS@,$DEFS,;t t
11139s,@ECHO_C@,$ECHO_C,;t t
11140s,@ECHO_N@,$ECHO_N,;t t
11141s,@ECHO_T@,$ECHO_T,;t t
11142s,@LIBS@,$LIBS,;t t
11143s,@build@,$build,;t t
11144s,@build_cpu@,$build_cpu,;t t
11145s,@build_vendor@,$build_vendor,;t t
11146s,@build_os@,$build_os,;t t
11147s,@host@,$host,;t t
11148s,@host_cpu@,$host_cpu,;t t
11149s,@host_vendor@,$host_vendor,;t t
11150s,@host_os@,$host_os,;t t
11151s,@target@,$target,;t t
11152s,@target_cpu@,$target_cpu,;t t
11153s,@target_vendor@,$target_vendor,;t t
11154s,@target_os@,$target_os,;t t
11155s,@CC@,$CC,;t t
11156s,@CFLAGS@,$CFLAGS,;t t
11157s,@LDFLAGS@,$LDFLAGS,;t t
11158s,@CPPFLAGS@,$CPPFLAGS,;t t
11159s,@ac_ct_CC@,$ac_ct_CC,;t t
11160s,@EXEEXT@,$EXEEXT,;t t
11161s,@OBJEXT@,$OBJEXT,;t t
11162s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11163s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11164s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11165s,@CYGPATH_W@,$CYGPATH_W,;t t
11166s,@PACKAGE@,$PACKAGE,;t t
11167s,@VERSION@,$VERSION,;t t
11168s,@ACLOCAL@,$ACLOCAL,;t t
11169s,@AUTOCONF@,$AUTOCONF,;t t
11170s,@AUTOMAKE@,$AUTOMAKE,;t t
11171s,@AUTOHEADER@,$AUTOHEADER,;t t
11172s,@MAKEINFO@,$MAKEINFO,;t t
11173s,@install_sh@,$install_sh,;t t
11174s,@STRIP@,$STRIP,;t t
11175s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11176s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
11177s,@mkdir_p@,$mkdir_p,;t t
11178s,@AWK@,$AWK,;t t
11179s,@SET_MAKE@,$SET_MAKE,;t t
11180s,@am__leading_dot@,$am__leading_dot,;t t
11181s,@AMTAR@,$AMTAR,;t t
11182s,@am__tar@,$am__tar,;t t
11183s,@am__untar@,$am__untar,;t t
11184s,@DEPDIR@,$DEPDIR,;t t
11185s,@am__include@,$am__include,;t t
11186s,@am__quote@,$am__quote,;t t
11187s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11188s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11189s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11190s,@CCDEPMODE@,$CCDEPMODE,;t t
11191s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
11192s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11193s,@LN_S@,$LN_S,;t t
11194s,@RANLIB@,$RANLIB,;t t
11195s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11196s,@LIBTOOL@,$LIBTOOL,;t t
11197s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
11198s,@NO_WERROR@,$NO_WERROR,;t t
11199s,@YACC@,$YACC,;t t
11200s,@LEX@,$LEX,;t t
11201s,@LEXLIB@,$LEXLIB,;t t
11202s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
11203s,@CPP@,$CPP,;t t
11204s,@EGREP@,$EGREP,;t t
11205s,@ALLOCA@,$ALLOCA,;t t
11206s,@USE_NLS@,$USE_NLS,;t t
11207s,@MSGFMT@,$MSGFMT,;t t
11208s,@GMSGFMT@,$GMSGFMT,;t t
11209s,@XGETTEXT@,$XGETTEXT,;t t
11210s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
11211s,@CATALOGS@,$CATALOGS,;t t
11212s,@CATOBJEXT@,$CATOBJEXT,;t t
11213s,@DATADIRNAME@,$DATADIRNAME,;t t
11214s,@GMOFILES@,$GMOFILES,;t t
11215s,@INSTOBJEXT@,$INSTOBJEXT,;t t
11216s,@INTLDEPS@,$INTLDEPS,;t t
11217s,@INTLLIBS@,$INTLLIBS,;t t
11218s,@INTLOBJS@,$INTLOBJS,;t t
11219s,@POFILES@,$POFILES,;t t
11220s,@POSUB@,$POSUB,;t t
11221s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
11222s,@GT_NO@,$GT_NO,;t t
11223s,@GT_YES@,$GT_YES,;t t
11224s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
11225s,@l@,$l,;t t
11226s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
11227s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
11228s,@MAINT@,$MAINT,;t t
11229s,@HDEFINES@,$HDEFINES,;t t
11230s,@AR@,$AR,;t t
11231s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
11232s,@EXEEXT_FOR_BUILD@,$EXEEXT_FOR_BUILD,;t t
11233s,@DEMANGLER_NAME@,$DEMANGLER_NAME,;t t
11234s,@NLMCONV_DEFS@,$NLMCONV_DEFS,;t t
11235s,@BUILD_NLMCONV@,$BUILD_NLMCONV,;t t
11236s,@BUILD_SRCONV@,$BUILD_SRCONV,;t t
11237s,@BUILD_DLLTOOL@,$BUILD_DLLTOOL,;t t
11238s,@DLLTOOL_DEFS@,$DLLTOOL_DEFS,;t t
11239s,@BUILD_WINDRES@,$BUILD_WINDRES,;t t
11240s,@BUILD_DLLWRAP@,$BUILD_DLLWRAP,;t t
11241s,@BUILD_MISC@,$BUILD_MISC,;t t
11242s,@OBJDUMP_DEFS@,$OBJDUMP_DEFS,;t t
11243s,@EMULATION@,$EMULATION,;t t
11244s,@EMULATION_VECTOR@,$EMULATION_VECTOR,;t t
11245s,@LIBOBJS@,$LIBOBJS,;t t
11246s,@LTLIBOBJS@,$LTLIBOBJS,;t t
d15b04bd 11247CEOF
252b5132 11248
42ecbf5e
DJ
11249_ACEOF
11250
11251 cat >>$CONFIG_STATUS <<\_ACEOF
11252 # Split the substitutions into bite-sized pieces for seds with
11253 # small command number limits, like on Digital OSF/1 and HP-UX.
11254 ac_max_sed_lines=48
11255 ac_sed_frag=1 # Number of current file.
11256 ac_beg=1 # First line for current file.
11257 ac_end=$ac_max_sed_lines # Line after last line for current file.
11258 ac_more_lines=:
11259 ac_sed_cmds=
11260 while $ac_more_lines; do
11261 if test $ac_beg -gt 1; then
11262 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11263 else
11264 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11265 fi
11266 if test ! -s $tmp/subs.frag; then
11267 ac_more_lines=false
d15b04bd 11268 else
42ecbf5e
DJ
11269 # The purpose of the label and of the branching condition is to
11270 # speed up the sed processing (if there are no `@' at all, there
11271 # is no need to browse any of the substitutions).
11272 # These are the two extra sed commands mentioned above.
11273 (echo ':t
11274 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
11275 if test -z "$ac_sed_cmds"; then
11276 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
11277 else
11278 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
11279 fi
11280 ac_sed_frag=`expr $ac_sed_frag + 1`
11281 ac_beg=$ac_end
11282 ac_end=`expr $ac_end + $ac_max_sed_lines`
d15b04bd 11283 fi
42ecbf5e
DJ
11284 done
11285 if test -z "$ac_sed_cmds"; then
11286 ac_sed_cmds=cat
252b5132 11287 fi
42ecbf5e 11288fi # test -n "$CONFIG_FILES"
252b5132 11289
42ecbf5e
DJ
11290_ACEOF
11291cat >>$CONFIG_STATUS <<\_ACEOF
11292for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
e5a52504 11293 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42ecbf5e
DJ
11294 case $ac_file in
11295 - | *:- | *:-:* ) # input from stdin
11296 cat >$tmp/stdin
11297 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11298 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11299 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11300 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11301 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
11302 esac
11303
42ecbf5e
DJ
11304 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11305 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11306$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11307 X"$ac_file" : 'X\(//\)[^/]' \| \
11308 X"$ac_file" : 'X\(//\)$' \| \
11309 X"$ac_file" : 'X\(/\)' \| \
11310 . : '\(.\)' 2>/dev/null ||
11311echo X"$ac_file" |
11312 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11313 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11314 /^X\(\/\/\)$/{ s//\1/; q; }
11315 /^X\(\/\).*/{ s//\1/; q; }
11316 s/.*/./; q'`
11317 { if $as_mkdir_p; then
11318 mkdir -p "$ac_dir"
d15b04bd 11319 else
42ecbf5e
DJ
11320 as_dir="$ac_dir"
11321 as_dirs=
11322 while test ! -d "$as_dir"; do
11323 as_dirs="$as_dir $as_dirs"
11324 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11325$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11326 X"$as_dir" : 'X\(//\)[^/]' \| \
11327 X"$as_dir" : 'X\(//\)$' \| \
11328 X"$as_dir" : 'X\(/\)' \| \
11329 . : '\(.\)' 2>/dev/null ||
11330echo X"$as_dir" |
11331 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11332 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11333 /^X\(\/\/\)$/{ s//\1/; q; }
11334 /^X\(\/\).*/{ s//\1/; q; }
11335 s/.*/./; q'`
11336 done
11337 test ! -n "$as_dirs" || mkdir $as_dirs
11338 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11339echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11340 { (exit 1); exit 1; }; }; }
11341
11342 ac_builddir=.
e5a52504 11343
42ecbf5e
DJ
11344if test "$ac_dir" != .; then
11345 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11346 # A "../" for each directory in $ac_dir_suffix.
11347 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11348else
11349 ac_dir_suffix= ac_top_builddir=
11350fi
11351
11352case $srcdir in
11353 .) # No --srcdir option. We are building in place.
11354 ac_srcdir=.
11355 if test -z "$ac_top_builddir"; then
11356 ac_top_srcdir=.
11357 else
11358 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11359 fi ;;
11360 [\\/]* | ?:[\\/]* ) # Absolute path.
11361 ac_srcdir=$srcdir$ac_dir_suffix;
11362 ac_top_srcdir=$srcdir ;;
e5a52504 11363 *) # Relative path.
42ecbf5e
DJ
11364 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11365 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11366esac
252b5132 11367
42ecbf5e
DJ
11368# Do not use `cd foo && pwd` to compute absolute paths, because
11369# the directories may not exist.
11370case `pwd` in
11371.) ac_abs_builddir="$ac_dir";;
11372*)
11373 case "$ac_dir" in
11374 .) ac_abs_builddir=`pwd`;;
11375 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11376 *) ac_abs_builddir=`pwd`/"$ac_dir";;
11377 esac;;
11378esac
11379case $ac_abs_builddir in
11380.) ac_abs_top_builddir=${ac_top_builddir}.;;
11381*)
11382 case ${ac_top_builddir}. in
11383 .) ac_abs_top_builddir=$ac_abs_builddir;;
11384 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11385 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11386 esac;;
11387esac
11388case $ac_abs_builddir in
11389.) ac_abs_srcdir=$ac_srcdir;;
11390*)
11391 case $ac_srcdir in
11392 .) ac_abs_srcdir=$ac_abs_builddir;;
11393 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11394 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11395 esac;;
11396esac
11397case $ac_abs_builddir in
11398.) ac_abs_top_srcdir=$ac_top_srcdir;;
11399*)
11400 case $ac_top_srcdir in
11401 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11402 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11403 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11404 esac;;
11405esac
e5a52504 11406
42ecbf5e
DJ
11407
11408 case $INSTALL in
11409 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11410 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
d15b04bd 11411 esac
e5a52504 11412
b7d4af3a
JW
11413 if test x"$ac_file" != x-; then
11414 { echo "$as_me:$LINENO: creating $ac_file" >&5
11415echo "$as_me: creating $ac_file" >&6;}
11416 rm -f "$ac_file"
11417 fi
42ecbf5e
DJ
11418 # Let's still pretend it is `configure' which instantiates (i.e., don't
11419 # use $as_me), people would be surprised to read:
11420 # /* config.h. Generated by config.status. */
11421 if test x"$ac_file" = x-; then
11422 configure_input=
11423 else
11424 configure_input="$ac_file. "
11425 fi
11426 configure_input=$configure_input"Generated from `echo $ac_file_in |
11427 sed 's,.*/,,'` by configure."
11428
11429 # First look for the input files in the build tree, otherwise in the
11430 # src tree.
11431 ac_file_inputs=`IFS=:
11432 for f in $ac_file_in; do
11433 case $f in
11434 -) echo $tmp/stdin ;;
11435 [\\/$]*)
11436 # Absolute (can't be DOS-style, as IFS=:)
11437 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11438echo "$as_me: error: cannot find input file: $f" >&2;}
11439 { (exit 1); exit 1; }; }
11440 echo "$f";;
11441 *) # Relative
11442 if test -f "$f"; then
11443 # Build tree
11444 echo "$f"
11445 elif test -f "$srcdir/$f"; then
11446 # Source tree
11447 echo "$srcdir/$f"
11448 else
11449 # /dev/null tree
11450 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11451echo "$as_me: error: cannot find input file: $f" >&2;}
11452 { (exit 1); exit 1; }; }
11453 fi;;
11454 esac
11455 done` || { (exit 1); exit 1; }
42ecbf5e
DJ
11456_ACEOF
11457cat >>$CONFIG_STATUS <<_ACEOF
11458 sed "$ac_vpsub
11459$extrasub
11460_ACEOF
11461cat >>$CONFIG_STATUS <<\_ACEOF
11462:t
11463/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11464s,@configure_input@,$configure_input,;t t
11465s,@srcdir@,$ac_srcdir,;t t
11466s,@abs_srcdir@,$ac_abs_srcdir,;t t
11467s,@top_srcdir@,$ac_top_srcdir,;t t
11468s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11469s,@builddir@,$ac_builddir,;t t
11470s,@abs_builddir@,$ac_abs_builddir,;t t
11471s,@top_builddir@,$ac_top_builddir,;t t
11472s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11473s,@INSTALL@,$ac_INSTALL,;t t
11474" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11475 rm -f $tmp/stdin
11476 if test x"$ac_file" != x-; then
11477 mv $tmp/out $ac_file
11478 else
11479 cat $tmp/out
11480 rm -f $tmp/out
11481 fi
11482
11483done
11484_ACEOF
11485cat >>$CONFIG_STATUS <<\_ACEOF
11486
11487#
11488# CONFIG_HEADER section.
11489#
252b5132
RH
11490
11491# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11492# NAME is the cpp macro being defined and VALUE is the value it is being given.
11493#
11494# ac_d sets the value in "#define NAME VALUE" lines.
42ecbf5e
DJ
11495ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11496ac_dB='[ ].*$,\1#\2'
11497ac_dC=' '
11498ac_dD=',;t'
11499# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11500ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11501ac_uB='$,\1#\2define\3'
252b5132 11502ac_uC=' '
42ecbf5e
DJ
11503ac_uD=',;t'
11504
11505for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 11506 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42ecbf5e
DJ
11507 case $ac_file in
11508 - | *:- | *:-:* ) # input from stdin
11509 cat >$tmp/stdin
11510 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11511 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11512 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11513 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11514 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
11515 esac
11516
42ecbf5e
DJ
11517 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
11518echo "$as_me: creating $ac_file" >&6;}
11519
11520 # First look for the input files in the build tree, otherwise in the
11521 # src tree.
11522 ac_file_inputs=`IFS=:
11523 for f in $ac_file_in; do
11524 case $f in
11525 -) echo $tmp/stdin ;;
11526 [\\/$]*)
11527 # Absolute (can't be DOS-style, as IFS=:)
11528 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11529echo "$as_me: error: cannot find input file: $f" >&2;}
11530 { (exit 1); exit 1; }; }
11531 # Do quote $f, to prevent DOS paths from being IFS'd.
11532 echo "$f";;
11533 *) # Relative
11534 if test -f "$f"; then
11535 # Build tree
11536 echo "$f"
11537 elif test -f "$srcdir/$f"; then
11538 # Source tree
11539 echo "$srcdir/$f"
11540 else
11541 # /dev/null tree
11542 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11543echo "$as_me: error: cannot find input file: $f" >&2;}
11544 { (exit 1); exit 1; }; }
11545 fi;;
11546 esac
11547 done` || { (exit 1); exit 1; }
11548 # Remove the trailing spaces.
11549 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
11550
11551_ACEOF
11552
11553# Transform confdefs.h into two sed scripts, `conftest.defines' and
11554# `conftest.undefs', that substitutes the proper values into
11555# config.h.in to produce config.h. The first handles `#define'
11556# templates, and the second `#undef' templates.
11557# And first: Protect against being on the right side of a sed subst in
11558# config.status. Protect against being in an unquoted here document
11559# in config.status.
11560rm -f conftest.defines conftest.undefs
11561# Using a here document instead of a string reduces the quoting nightmare.
11562# Putting comments in sed scripts is not portable.
11563#
11564# `end' is used to avoid that the second main sed command (meant for
11565# 0-ary CPP macros) applies to n-ary macro definitions.
11566# See the Autoconf documentation for `clear'.
11567cat >confdef2sed.sed <<\_ACEOF
11568s/[\\&,]/\\&/g
11569s,[\\$`],\\&,g
11570t clear
11571: clear
11572s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
11573t end
11574s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
11575: end
11576_ACEOF
11577# If some macros were called several times there might be several times
11578# the same #defines, which is useless. Nevertheless, we may not want to
11579# sort them, since we want the *last* AC-DEFINE to be honored.
11580uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11581sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11582rm -f confdef2sed.sed
252b5132
RH
11583
11584# This sed command replaces #undef with comments. This is necessary, for
11585# example, in the case of _POSIX_SOURCE, which is predefined and required
11586# on some systems where configure will not decide to define it.
42ecbf5e
DJ
11587cat >>conftest.undefs <<\_ACEOF
11588s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11589_ACEOF
11590
11591# Break up conftest.defines because some shells have a limit on the size
11592# of here documents, and old seds have small limits too (100 cmds).
11593echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11594echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11595echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11596echo ' :' >>$CONFIG_STATUS
11597rm -f conftest.tail
11598while grep . conftest.defines >/dev/null
11599do
11600 # Write a limited-size here document to $tmp/defines.sed.
11601 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11602 # Speed up: don't consider the non `#define' lines.
11603 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
11604 # Work around the forget-to-reset-the-flag bug.
11605 echo 't clr' >>$CONFIG_STATUS
11606 echo ': clr' >>$CONFIG_STATUS
11607 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
11608 echo 'CEOF
11609 sed -f $tmp/defines.sed $tmp/in >$tmp/out
11610 rm -f $tmp/in
11611 mv $tmp/out $tmp/in
11612' >>$CONFIG_STATUS
11613 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
11614 rm -f conftest.defines
11615 mv conftest.tail conftest.defines
11616done
11617rm -f conftest.defines
11618echo ' fi # grep' >>$CONFIG_STATUS
11619echo >>$CONFIG_STATUS
252b5132 11620
42ecbf5e
DJ
11621# Break up conftest.undefs because some shells have a limit on the size
11622# of here documents, and old seds have small limits too (100 cmds).
11623echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 11624rm -f conftest.tail
42ecbf5e 11625while grep . conftest.undefs >/dev/null
252b5132 11626do
42ecbf5e
DJ
11627 # Write a limited-size here document to $tmp/undefs.sed.
11628 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11629 # Speed up: don't consider the non `#undef'
11630 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11631 # Work around the forget-to-reset-the-flag bug.
11632 echo 't clr' >>$CONFIG_STATUS
11633 echo ': clr' >>$CONFIG_STATUS
11634 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 11635 echo 'CEOF
42ecbf5e
DJ
11636 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11637 rm -f $tmp/in
11638 mv $tmp/out $tmp/in
11639' >>$CONFIG_STATUS
11640 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11641 rm -f conftest.undefs
11642 mv conftest.tail conftest.undefs
252b5132 11643done
42ecbf5e
DJ
11644rm -f conftest.undefs
11645
11646cat >>$CONFIG_STATUS <<\_ACEOF
11647 # Let's still pretend it is `configure' which instantiates (i.e., don't
11648 # use $as_me), people would be surprised to read:
11649 # /* config.h. Generated by config.status. */
11650 if test x"$ac_file" = x-; then
11651 echo "/* Generated by configure. */" >$tmp/config.h
11652 else
11653 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11654 fi
11655 cat $tmp/in >>$tmp/config.h
11656 rm -f $tmp/in
11657 if test x"$ac_file" != x-; then
11658 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11659 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11660echo "$as_me: $ac_file is unchanged" >&6;}
11661 else
11662 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11663$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11664 X"$ac_file" : 'X\(//\)[^/]' \| \
11665 X"$ac_file" : 'X\(//\)$' \| \
11666 X"$ac_file" : 'X\(/\)' \| \
11667 . : '\(.\)' 2>/dev/null ||
11668echo X"$ac_file" |
11669 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11670 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11671 /^X\(\/\/\)$/{ s//\1/; q; }
11672 /^X\(\/\).*/{ s//\1/; q; }
11673 s/.*/./; q'`
11674 { if $as_mkdir_p; then
11675 mkdir -p "$ac_dir"
252b5132 11676 else
42ecbf5e
DJ
11677 as_dir="$ac_dir"
11678 as_dirs=
11679 while test ! -d "$as_dir"; do
11680 as_dirs="$as_dir $as_dirs"
11681 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11682$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11683 X"$as_dir" : 'X\(//\)[^/]' \| \
11684 X"$as_dir" : 'X\(//\)$' \| \
11685 X"$as_dir" : 'X\(/\)' \| \
11686 . : '\(.\)' 2>/dev/null ||
11687echo X"$as_dir" |
11688 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11689 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11690 /^X\(\/\/\)$/{ s//\1/; q; }
11691 /^X\(\/\).*/{ s//\1/; q; }
11692 s/.*/./; q'`
11693 done
11694 test ! -n "$as_dirs" || mkdir $as_dirs
11695 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11696echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11697 { (exit 1); exit 1; }; }; }
11698
11699 rm -f $ac_file
11700 mv $tmp/config.h $ac_file
252b5132 11701 fi
42ecbf5e
DJ
11702 else
11703 cat $tmp/config.h
11704 rm -f $tmp/config.h
252b5132 11705 fi
42ecbf5e
DJ
11706# Compute $ac_file's index in $config_headers.
11707_am_stamp_count=1
11708for _am_header in $config_headers :; do
11709 case $_am_header in
11710 $ac_file | $ac_file:* )
11711 break ;;
11712 * )
11713 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11714 esac
11715done
11716echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11717$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11718 X$ac_file : 'X\(//\)[^/]' \| \
11719 X$ac_file : 'X\(//\)$' \| \
11720 X$ac_file : 'X\(/\)' \| \
11721 . : '\(.\)' 2>/dev/null ||
11722echo X$ac_file |
11723 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11724 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11725 /^X\(\/\/\)$/{ s//\1/; q; }
11726 /^X\(\/\).*/{ s//\1/; q; }
11727 s/.*/./; q'`/stamp-h$_am_stamp_count
11728done
11729_ACEOF
11730cat >>$CONFIG_STATUS <<\_ACEOF
252b5132 11731
42ecbf5e
DJ
11732#
11733# CONFIG_COMMANDS section.
11734#
11735for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11736 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11737 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11738 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11739$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11740 X"$ac_dest" : 'X\(//\)[^/]' \| \
11741 X"$ac_dest" : 'X\(//\)$' \| \
11742 X"$ac_dest" : 'X\(/\)' \| \
11743 . : '\(.\)' 2>/dev/null ||
11744echo X"$ac_dest" |
11745 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11746 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11747 /^X\(\/\/\)$/{ s//\1/; q; }
11748 /^X\(\/\).*/{ s//\1/; q; }
11749 s/.*/./; q'`
11750 { if $as_mkdir_p; then
11751 mkdir -p "$ac_dir"
11752 else
11753 as_dir="$ac_dir"
11754 as_dirs=
11755 while test ! -d "$as_dir"; do
11756 as_dirs="$as_dir $as_dirs"
11757 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11758$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11759 X"$as_dir" : 'X\(//\)[^/]' \| \
11760 X"$as_dir" : 'X\(//\)$' \| \
11761 X"$as_dir" : 'X\(/\)' \| \
11762 . : '\(.\)' 2>/dev/null ||
11763echo X"$as_dir" |
11764 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11765 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11766 /^X\(\/\/\)$/{ s//\1/; q; }
11767 /^X\(\/\).*/{ s//\1/; q; }
11768 s/.*/./; q'`
11769 done
11770 test ! -n "$as_dirs" || mkdir $as_dirs
11771 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11772echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11773 { (exit 1); exit 1; }; }; }
252b5132 11774
42ecbf5e 11775 ac_builddir=.
e5a52504 11776
42ecbf5e
DJ
11777if test "$ac_dir" != .; then
11778 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11779 # A "../" for each directory in $ac_dir_suffix.
11780 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11781else
11782 ac_dir_suffix= ac_top_builddir=
11783fi
11784
11785case $srcdir in
11786 .) # No --srcdir option. We are building in place.
11787 ac_srcdir=.
11788 if test -z "$ac_top_builddir"; then
11789 ac_top_srcdir=.
11790 else
11791 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11792 fi ;;
11793 [\\/]* | ?:[\\/]* ) # Absolute path.
11794 ac_srcdir=$srcdir$ac_dir_suffix;
11795 ac_top_srcdir=$srcdir ;;
11796 *) # Relative path.
11797 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11798 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11799esac
11800
11801# Do not use `cd foo && pwd` to compute absolute paths, because
11802# the directories may not exist.
11803case `pwd` in
11804.) ac_abs_builddir="$ac_dir";;
11805*)
11806 case "$ac_dir" in
11807 .) ac_abs_builddir=`pwd`;;
11808 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11809 *) ac_abs_builddir=`pwd`/"$ac_dir";;
11810 esac;;
11811esac
11812case $ac_abs_builddir in
11813.) ac_abs_top_builddir=${ac_top_builddir}.;;
11814*)
11815 case ${ac_top_builddir}. in
11816 .) ac_abs_top_builddir=$ac_abs_builddir;;
11817 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11818 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11819 esac;;
11820esac
11821case $ac_abs_builddir in
11822.) ac_abs_srcdir=$ac_srcdir;;
11823*)
11824 case $ac_srcdir in
11825 .) ac_abs_srcdir=$ac_abs_builddir;;
11826 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11827 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11828 esac;;
11829esac
11830case $ac_abs_builddir in
11831.) ac_abs_top_srcdir=$ac_top_srcdir;;
11832*)
11833 case $ac_top_srcdir in
11834 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11835 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11836 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11837 esac;;
11838esac
e5a52504 11839
42ecbf5e
DJ
11840
11841 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11842echo "$as_me: executing $ac_dest commands" >&6;}
11843 case $ac_dest in
11844 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11845 # Strip MF so we end up with the name of the file.
11846 mf=`echo "$mf" | sed -e 's/:.*$//'`
11847 # Check whether this is an Automake generated Makefile or not.
11848 # We used to match only the files named `Makefile.in', but
11849 # some people rename them; so instead we look at the file content.
11850 # Grep'ing the first line is not enough: some people post-process
11851 # each Makefile.in and add a new line on top of each file to say so.
11852 # So let's grep whole file.
11853 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11854 dirpart=`(dirname "$mf") 2>/dev/null ||
11855$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11856 X"$mf" : 'X\(//\)[^/]' \| \
11857 X"$mf" : 'X\(//\)$' \| \
11858 X"$mf" : 'X\(/\)' \| \
11859 . : '\(.\)' 2>/dev/null ||
11860echo X"$mf" |
11861 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11862 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11863 /^X\(\/\/\)$/{ s//\1/; q; }
11864 /^X\(\/\).*/{ s//\1/; q; }
11865 s/.*/./; q'`
11866 else
11867 continue
11868 fi
11869 # Extract the definition of DEPDIR, am__include, and am__quote
11870 # from the Makefile without running `make'.
11871 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
11872 test -z "$DEPDIR" && continue
11873 am__include=`sed -n 's/^am__include = //p' < "$mf"`
11874 test -z "am__include" && continue
11875 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
11876 # When using ansi2knr, U may be empty or an underscore; expand it
11877 U=`sed -n 's/^U = //p' < "$mf"`
11878 # Find all dependency output files, they are included files with
11879 # $(DEPDIR) in their names. We invoke sed twice because it is the
11880 # simplest approach to changing $(DEPDIR) to its actual value in the
11881 # expansion.
11882 for file in `sed -n "
11883 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
11884 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11885 # Make sure the directory exists.
11886 test -f "$dirpart/$file" && continue
11887 fdir=`(dirname "$file") 2>/dev/null ||
11888$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11889 X"$file" : 'X\(//\)[^/]' \| \
11890 X"$file" : 'X\(//\)$' \| \
11891 X"$file" : 'X\(/\)' \| \
11892 . : '\(.\)' 2>/dev/null ||
11893echo X"$file" |
11894 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11895 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11896 /^X\(\/\/\)$/{ s//\1/; q; }
11897 /^X\(\/\).*/{ s//\1/; q; }
11898 s/.*/./; q'`
11899 { if $as_mkdir_p; then
11900 mkdir -p $dirpart/$fdir
11901 else
11902 as_dir=$dirpart/$fdir
11903 as_dirs=
11904 while test ! -d "$as_dir"; do
11905 as_dirs="$as_dir $as_dirs"
11906 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11907$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11908 X"$as_dir" : 'X\(//\)[^/]' \| \
11909 X"$as_dir" : 'X\(//\)$' \| \
11910 X"$as_dir" : 'X\(/\)' \| \
11911 . : '\(.\)' 2>/dev/null ||
11912echo X"$as_dir" |
11913 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11914 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11915 /^X\(\/\/\)$/{ s//\1/; q; }
11916 /^X\(\/\).*/{ s//\1/; q; }
11917 s/.*/./; q'`
11918 done
11919 test ! -n "$as_dirs" || mkdir $as_dirs
11920 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
11921echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
11922 { (exit 1); exit 1; }; }; }
11923
11924 # echo "creating $dirpart/$file"
11925 echo '# dummy' > "$dirpart/$file"
11926 done
11927done
11928 ;;
11929 default )
252b5132
RH
11930case "x$CONFIG_FILES" in
11931*) sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile ;;
11932esac
42ecbf5e
DJ
11933 ;;
11934 esac
11935done
11936_ACEOF
e5a52504 11937
42ecbf5e
DJ
11938cat >>$CONFIG_STATUS <<\_ACEOF
11939
11940{ (exit 0); exit 0; }
11941_ACEOF
252b5132 11942chmod +x $CONFIG_STATUS
42ecbf5e
DJ
11943ac_clean_files=$ac_clean_files_save
11944
11945
11946# configure is writing to config.log, and then calls config.status.
11947# config.status does its own redirection, appending to config.log.
11948# Unfortunately, on DOS this fails, as config.log is still kept open
11949# by configure, so config.status won't be able to write to it; its
11950# output is simply discarded. So we exec the FD to /dev/null,
11951# effectively closing config.log, so it can be properly (re)opened and
11952# appended to by config.status. When coming back to configure, we
11953# need to make the FD available again.
11954if test "$no_create" != yes; then
11955 ac_cs_success=:
11956 ac_config_status_args=
11957 test "$silent" = yes &&
11958 ac_config_status_args="$ac_config_status_args --quiet"
11959 exec 5>/dev/null
11960 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
11961 exec 5>>config.log
11962 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11963 # would make configure fail if this is the last instruction.
11964 $ac_cs_success || { (exit 1); exit 1; }
11965fi
252b5132 11966
This page took 1.060466 seconds and 4 git commands to generate.