Fix a nit.
[deliverable/binutils-gdb.git] / gold / configure
CommitLineData
bae7f79e
ILT
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
8486ee48 3# Generated by GNU Autoconf 2.59 for gold 0.1.
bae7f79e
ILT
4#
5# Copyright (C) 2003 Free Software Foundation, Inc.
6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
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`
248
249exec 6>&1
250
251#
252# Initializations.
253#
254ac_default_prefix=/usr/local
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.
8486ee48
ILT
268PACKAGE_NAME='gold'
269PACKAGE_TARNAME='gold'
270PACKAGE_VERSION='0.1'
271PACKAGE_STRING='gold 0.1'
272PACKAGE_BUGREPORT=''
bae7f79e
ILT
273
274ac_unique_file="gold.cc"
54dc6425
ILT
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
8a5e3e08 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 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 THREADS_TRUE THREADS_FALSE PLUGINS_TRUE PLUGINS_FALSE TARGETOBJS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE YACC RANLIB ac_ct_RANLIB LN_S USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE NATIVE_LINKER_TRUE NATIVE_LINKER_FALSE GCC_TRUE GCC_FALSE FN_PTRS_IN_SO_WITHOUT_PIC_TRUE FN_PTRS_IN_SO_WITHOUT_PIC_FALSE MCMODEL_MEDIUM_TRUE MCMODEL_MEDIUM_FALSE TLS_TRUE TLS_FALSE STATIC_TLS_TRUE STATIC_TLS_FALSE OMP_SUPPORT_TRUE OMP_SUPPORT_FALSE TLS_GNU2_DIALECT_TRUE TLS_GNU2_DIALECT_FALSE TLS_DESCRIPTORS_TRUE TLS_DESCRIPTORS_FALSE CONSTRUCTOR_PRIORITY_TRUE CONSTRUCTOR_PRIORITY_FALSE RANDOM_SEED_CFLAGS WARN_CFLAGS NO_WERROR WARN_CXXFLAGS LFS_CFLAGS LIBOBJS CPP EGREP HAVE_ZLIB_TRUE HAVE_ZLIB_FALSE CXXCPP MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LTLIBOBJS'
bae7f79e 313ac_subst_files=''
1d1f116d 314ac_pwd=`pwd`
bae7f79e
ILT
315
316# Initialize some variables set by options.
317ac_init_help=
318ac_init_version=false
319# The variables have the same names as the options, with
320# dashes changed to underlines.
321cache_file=/dev/null
322exec_prefix=NONE
323no_create=
324no_recursion=
325prefix=NONE
326program_prefix=NONE
327program_suffix=NONE
328program_transform_name=s,x,x,
329silent=
330site=
331srcdir=
332verbose=
333x_includes=NONE
334x_libraries=NONE
335
336# Installation directory options.
337# These are left unexpanded so users can "make install exec_prefix=/foo"
338# and all the variables that are supposed to be based on exec_prefix
339# by default will actually change.
340# Use braces instead of parens because sh, perl, etc. also accept them.
341bindir='${exec_prefix}/bin'
342sbindir='${exec_prefix}/sbin'
343libexecdir='${exec_prefix}/libexec'
344datadir='${prefix}/share'
345sysconfdir='${prefix}/etc'
346sharedstatedir='${prefix}/com'
347localstatedir='${prefix}/var'
348libdir='${exec_prefix}/lib'
349includedir='${prefix}/include'
350oldincludedir='/usr/include'
351infodir='${prefix}/info'
352mandir='${prefix}/man'
353
354ac_prev=
355for ac_option
356do
357 # If the previous option needs an argument, assign it.
358 if test -n "$ac_prev"; then
359 eval "$ac_prev=\$ac_option"
360 ac_prev=
361 continue
362 fi
363
364 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365
366 # Accept the important Cygnus configure options, so we can diagnose typos.
367
368 case $ac_option in
369
370 -bindir | --bindir | --bindi | --bind | --bin | --bi)
371 ac_prev=bindir ;;
372 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
373 bindir=$ac_optarg ;;
374
375 -build | --build | --buil | --bui | --bu)
376 ac_prev=build_alias ;;
377 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
378 build_alias=$ac_optarg ;;
379
380 -cache-file | --cache-file | --cache-fil | --cache-fi \
381 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
382 ac_prev=cache_file ;;
383 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
384 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
385 cache_file=$ac_optarg ;;
386
387 --config-cache | -C)
388 cache_file=config.cache ;;
389
390 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
391 ac_prev=datadir ;;
392 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
393 | --da=*)
394 datadir=$ac_optarg ;;
395
396 -disable-* | --disable-*)
397 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
398 # Reject names that are not valid shell variable names.
399 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
400 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
401 { (exit 1); exit 1; }; }
402 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
403 eval "enable_$ac_feature=no" ;;
404
405 -enable-* | --enable-*)
406 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
407 # Reject names that are not valid shell variable names.
408 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
409 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
410 { (exit 1); exit 1; }; }
411 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
412 case $ac_option in
413 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
414 *) ac_optarg=yes ;;
415 esac
416 eval "enable_$ac_feature='$ac_optarg'" ;;
417
418 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
419 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
420 | --exec | --exe | --ex)
421 ac_prev=exec_prefix ;;
422 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
423 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
424 | --exec=* | --exe=* | --ex=*)
425 exec_prefix=$ac_optarg ;;
426
427 -gas | --gas | --ga | --g)
428 # Obsolete; use --with-gas.
429 with_gas=yes ;;
430
431 -help | --help | --hel | --he | -h)
432 ac_init_help=long ;;
433 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
434 ac_init_help=recursive ;;
435 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
436 ac_init_help=short ;;
437
438 -host | --host | --hos | --ho)
439 ac_prev=host_alias ;;
440 -host=* | --host=* | --hos=* | --ho=*)
441 host_alias=$ac_optarg ;;
442
443 -includedir | --includedir | --includedi | --included | --include \
444 | --includ | --inclu | --incl | --inc)
445 ac_prev=includedir ;;
446 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
447 | --includ=* | --inclu=* | --incl=* | --inc=*)
448 includedir=$ac_optarg ;;
449
450 -infodir | --infodir | --infodi | --infod | --info | --inf)
451 ac_prev=infodir ;;
452 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
453 infodir=$ac_optarg ;;
454
455 -libdir | --libdir | --libdi | --libd)
456 ac_prev=libdir ;;
457 -libdir=* | --libdir=* | --libdi=* | --libd=*)
458 libdir=$ac_optarg ;;
459
460 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
461 | --libexe | --libex | --libe)
462 ac_prev=libexecdir ;;
463 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
464 | --libexe=* | --libex=* | --libe=*)
465 libexecdir=$ac_optarg ;;
466
467 -localstatedir | --localstatedir | --localstatedi | --localstated \
468 | --localstate | --localstat | --localsta | --localst \
469 | --locals | --local | --loca | --loc | --lo)
470 ac_prev=localstatedir ;;
471 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
472 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
473 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
474 localstatedir=$ac_optarg ;;
475
476 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
477 ac_prev=mandir ;;
478 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
479 mandir=$ac_optarg ;;
480
481 -nfp | --nfp | --nf)
482 # Obsolete; use --without-fp.
483 with_fp=no ;;
484
485 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
486 | --no-cr | --no-c | -n)
487 no_create=yes ;;
488
489 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
490 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
491 no_recursion=yes ;;
492
493 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
494 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
495 | --oldin | --oldi | --old | --ol | --o)
496 ac_prev=oldincludedir ;;
497 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
498 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
499 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
500 oldincludedir=$ac_optarg ;;
501
502 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
503 ac_prev=prefix ;;
504 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
505 prefix=$ac_optarg ;;
506
507 -program-prefix | --program-prefix | --program-prefi | --program-pref \
508 | --program-pre | --program-pr | --program-p)
509 ac_prev=program_prefix ;;
510 -program-prefix=* | --program-prefix=* | --program-prefi=* \
511 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
512 program_prefix=$ac_optarg ;;
513
514 -program-suffix | --program-suffix | --program-suffi | --program-suff \
515 | --program-suf | --program-su | --program-s)
516 ac_prev=program_suffix ;;
517 -program-suffix=* | --program-suffix=* | --program-suffi=* \
518 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
519 program_suffix=$ac_optarg ;;
520
521 -program-transform-name | --program-transform-name \
522 | --program-transform-nam | --program-transform-na \
523 | --program-transform-n | --program-transform- \
524 | --program-transform | --program-transfor \
525 | --program-transfo | --program-transf \
526 | --program-trans | --program-tran \
527 | --progr-tra | --program-tr | --program-t)
528 ac_prev=program_transform_name ;;
529 -program-transform-name=* | --program-transform-name=* \
530 | --program-transform-nam=* | --program-transform-na=* \
531 | --program-transform-n=* | --program-transform-=* \
532 | --program-transform=* | --program-transfor=* \
533 | --program-transfo=* | --program-transf=* \
534 | --program-trans=* | --program-tran=* \
535 | --progr-tra=* | --program-tr=* | --program-t=*)
536 program_transform_name=$ac_optarg ;;
537
538 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
539 | -silent | --silent | --silen | --sile | --sil)
540 silent=yes ;;
541
542 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
543 ac_prev=sbindir ;;
544 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
545 | --sbi=* | --sb=*)
546 sbindir=$ac_optarg ;;
547
548 -sharedstatedir | --sharedstatedir | --sharedstatedi \
549 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
550 | --sharedst | --shareds | --shared | --share | --shar \
551 | --sha | --sh)
552 ac_prev=sharedstatedir ;;
553 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
554 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
555 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
556 | --sha=* | --sh=*)
557 sharedstatedir=$ac_optarg ;;
558
559 -site | --site | --sit)
560 ac_prev=site ;;
561 -site=* | --site=* | --sit=*)
562 site=$ac_optarg ;;
563
564 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
565 ac_prev=srcdir ;;
566 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
567 srcdir=$ac_optarg ;;
568
569 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
570 | --syscon | --sysco | --sysc | --sys | --sy)
571 ac_prev=sysconfdir ;;
572 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
573 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
574 sysconfdir=$ac_optarg ;;
575
576 -target | --target | --targe | --targ | --tar | --ta | --t)
577 ac_prev=target_alias ;;
578 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
579 target_alias=$ac_optarg ;;
580
581 -v | -verbose | --verbose | --verbos | --verbo | --verb)
582 verbose=yes ;;
583
584 -version | --version | --versio | --versi | --vers | -V)
585 ac_init_version=: ;;
586
587 -with-* | --with-*)
588 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
589 # Reject names that are not valid shell variable names.
590 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
591 { echo "$as_me: error: invalid package name: $ac_package" >&2
592 { (exit 1); exit 1; }; }
593 ac_package=`echo $ac_package| sed 's/-/_/g'`
594 case $ac_option in
595 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
596 *) ac_optarg=yes ;;
597 esac
598 eval "with_$ac_package='$ac_optarg'" ;;
599
600 -without-* | --without-*)
601 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
602 # Reject names that are not valid shell variable names.
603 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
604 { echo "$as_me: error: invalid package name: $ac_package" >&2
605 { (exit 1); exit 1; }; }
606 ac_package=`echo $ac_package | sed 's/-/_/g'`
607 eval "with_$ac_package=no" ;;
608
609 --x)
610 # Obsolete; use --with-x.
611 with_x=yes ;;
612
613 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
614 | --x-incl | --x-inc | --x-in | --x-i)
615 ac_prev=x_includes ;;
616 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
617 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
618 x_includes=$ac_optarg ;;
619
620 -x-libraries | --x-libraries | --x-librarie | --x-librari \
621 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
622 ac_prev=x_libraries ;;
623 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
624 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
625 x_libraries=$ac_optarg ;;
626
627 -*) { echo "$as_me: error: unrecognized option: $ac_option
628Try \`$0 --help' for more information." >&2
629 { (exit 1); exit 1; }; }
630 ;;
631
632 *=*)
633 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
634 # Reject names that are not valid shell variable names.
635 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
636 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
637 { (exit 1); exit 1; }; }
638 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
639 eval "$ac_envvar='$ac_optarg'"
640 export $ac_envvar ;;
641
642 *)
643 # FIXME: should be removed in autoconf 3.0.
644 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
645 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
646 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
647 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
648 ;;
649
650 esac
651done
652
653if test -n "$ac_prev"; then
654 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
655 { echo "$as_me: error: missing argument to $ac_option" >&2
656 { (exit 1); exit 1; }; }
657fi
658
659# Be sure to have absolute paths.
660for ac_var in exec_prefix prefix
661do
662 eval ac_val=$`echo $ac_var`
663 case $ac_val in
664 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
665 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
666 { (exit 1); exit 1; }; };;
667 esac
668done
669
670# Be sure to have absolute paths.
671for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
672 localstatedir libdir includedir oldincludedir infodir mandir
673do
674 eval ac_val=$`echo $ac_var`
675 case $ac_val in
676 [\\/$]* | ?:[\\/]* ) ;;
677 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
678 { (exit 1); exit 1; }; };;
679 esac
680done
681
682# There might be people who depend on the old broken behavior: `$host'
683# used to hold the argument of --host etc.
684# FIXME: To remove some day.
685build=$build_alias
686host=$host_alias
687target=$target_alias
688
689# FIXME: To remove some day.
690if test "x$host_alias" != x; then
691 if test "x$build_alias" = x; then
692 cross_compiling=maybe
693 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
694 If a cross compiler is detected then cross compile mode will be used." >&2
695 elif test "x$build_alias" != "x$host_alias"; then
696 cross_compiling=yes
697 fi
698fi
699
700ac_tool_prefix=
701test -n "$host_alias" && ac_tool_prefix=$host_alias-
702
703test "$silent" = yes && exec 6>/dev/null
704
705
706# Find the source files, if location was not specified.
707if test -z "$srcdir"; then
708 ac_srcdir_defaulted=yes
709 # Try the directory containing this script, then its parent.
710 ac_confdir=`(dirname "$0") 2>/dev/null ||
711$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
712 X"$0" : 'X\(//\)[^/]' \| \
713 X"$0" : 'X\(//\)$' \| \
714 X"$0" : 'X\(/\)' \| \
715 . : '\(.\)' 2>/dev/null ||
716echo X"$0" |
717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
718 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
719 /^X\(\/\/\)$/{ s//\1/; q; }
720 /^X\(\/\).*/{ s//\1/; q; }
721 s/.*/./; q'`
722 srcdir=$ac_confdir
723 if test ! -r $srcdir/$ac_unique_file; then
724 srcdir=..
725 fi
726else
727 ac_srcdir_defaulted=no
728fi
729if test ! -r $srcdir/$ac_unique_file; then
730 if test "$ac_srcdir_defaulted" = yes; then
731 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
732 { (exit 1); exit 1; }; }
733 else
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
735 { (exit 1); exit 1; }; }
736 fi
737fi
738(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
739 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
740 { (exit 1); exit 1; }; }
741srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
742ac_env_build_alias_set=${build_alias+set}
743ac_env_build_alias_value=$build_alias
744ac_cv_env_build_alias_set=${build_alias+set}
745ac_cv_env_build_alias_value=$build_alias
746ac_env_host_alias_set=${host_alias+set}
747ac_env_host_alias_value=$host_alias
748ac_cv_env_host_alias_set=${host_alias+set}
749ac_cv_env_host_alias_value=$host_alias
750ac_env_target_alias_set=${target_alias+set}
751ac_env_target_alias_value=$target_alias
752ac_cv_env_target_alias_set=${target_alias+set}
753ac_cv_env_target_alias_value=$target_alias
754ac_env_CC_set=${CC+set}
755ac_env_CC_value=$CC
756ac_cv_env_CC_set=${CC+set}
757ac_cv_env_CC_value=$CC
758ac_env_CFLAGS_set=${CFLAGS+set}
759ac_env_CFLAGS_value=$CFLAGS
760ac_cv_env_CFLAGS_set=${CFLAGS+set}
761ac_cv_env_CFLAGS_value=$CFLAGS
762ac_env_LDFLAGS_set=${LDFLAGS+set}
763ac_env_LDFLAGS_value=$LDFLAGS
764ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
765ac_cv_env_LDFLAGS_value=$LDFLAGS
766ac_env_CPPFLAGS_set=${CPPFLAGS+set}
767ac_env_CPPFLAGS_value=$CPPFLAGS
768ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
769ac_cv_env_CPPFLAGS_value=$CPPFLAGS
770ac_env_CXX_set=${CXX+set}
771ac_env_CXX_value=$CXX
772ac_cv_env_CXX_set=${CXX+set}
773ac_cv_env_CXX_value=$CXX
774ac_env_CXXFLAGS_set=${CXXFLAGS+set}
775ac_env_CXXFLAGS_value=$CXXFLAGS
776ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
777ac_cv_env_CXXFLAGS_value=$CXXFLAGS
9a0910c3
ILT
778ac_env_CPP_set=${CPP+set}
779ac_env_CPP_value=$CPP
780ac_cv_env_CPP_set=${CPP+set}
781ac_cv_env_CPP_value=$CPP
54dc6425
ILT
782ac_env_CXXCPP_set=${CXXCPP+set}
783ac_env_CXXCPP_value=$CXXCPP
784ac_cv_env_CXXCPP_set=${CXXCPP+set}
785ac_cv_env_CXXCPP_value=$CXXCPP
bae7f79e
ILT
786
787#
788# Report the --help message.
789#
790if test "$ac_init_help" = "long"; then
791 # Omit some internal or obsolete options to make the list less imposing.
792 # This message is too long to be a string in the A/UX 3.1 sh.
793 cat <<_ACEOF
8486ee48 794\`configure' configures gold 0.1 to adapt to many kinds of systems.
bae7f79e
ILT
795
796Usage: $0 [OPTION]... [VAR=VALUE]...
797
798To assign environment variables (e.g., CC, CFLAGS...), specify them as
799VAR=VALUE. See below for descriptions of some of the useful variables.
800
801Defaults for the options are specified in brackets.
802
803Configuration:
804 -h, --help display this help and exit
805 --help=short display options specific to this package
806 --help=recursive display the short help of all the included packages
807 -V, --version display version information and exit
808 -q, --quiet, --silent do not print \`checking...' messages
809 --cache-file=FILE cache test results in FILE [disabled]
810 -C, --config-cache alias for \`--cache-file=config.cache'
811 -n, --no-create do not create output files
812 --srcdir=DIR find the sources in DIR [configure dir or \`..']
813
814_ACEOF
815
816 cat <<_ACEOF
817Installation directories:
818 --prefix=PREFIX install architecture-independent files in PREFIX
819 [$ac_default_prefix]
820 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
821 [PREFIX]
822
823By default, \`make install' will install all the files in
824\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
825an installation prefix other than \`$ac_default_prefix' using \`--prefix',
826for instance \`--prefix=\$HOME'.
827
828For better control, use the options below.
829
830Fine tuning of the installation directories:
831 --bindir=DIR user executables [EPREFIX/bin]
832 --sbindir=DIR system admin executables [EPREFIX/sbin]
833 --libexecdir=DIR program executables [EPREFIX/libexec]
834 --datadir=DIR read-only architecture-independent data [PREFIX/share]
835 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
836 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
837 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
838 --libdir=DIR object code libraries [EPREFIX/lib]
839 --includedir=DIR C header files [PREFIX/include]
840 --oldincludedir=DIR C header files for non-gcc [/usr/include]
841 --infodir=DIR info documentation [PREFIX/info]
842 --mandir=DIR man documentation [PREFIX/man]
843_ACEOF
844
845 cat <<\_ACEOF
846
847Program names:
848 --program-prefix=PREFIX prepend PREFIX to installed program names
849 --program-suffix=SUFFIX append SUFFIX to installed program names
850 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
851
852System types:
853 --build=BUILD configure for building on BUILD [guessed]
854 --host=HOST cross-compile to build programs to run on HOST [BUILD]
855 --target=TARGET configure for building compilers for TARGET [HOST]
856_ACEOF
857fi
858
859if test -n "$ac_init_help"; then
8486ee48
ILT
860 case $ac_init_help in
861 short | recursive ) echo "Configuration of gold 0.1:";;
862 esac
bae7f79e
ILT
863 cat <<\_ACEOF
864
865Optional Features:
866 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
867 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
fe9a4c12 868 --enable-threads multi-threaded linking
89fc3421 869 --enable-plugins linker plugins
193a53d9 870 --enable-targets alternative target configurations
bae7f79e
ILT
871 --disable-dependency-tracking speeds up one-time build
872 --enable-dependency-tracking do not reject slow dependency extractors
873 --disable-nls do not use Native Language Support
874 --enable-werror treat compile warnings as errors
875 --enable-build-warnings enable build-time compiler warnings
876 --enable-maintainer-mode enable make rules and dependencies not useful
877 (and sometimes confusing) to the casual installer
878
ad2d6943
ILT
879Optional Packages:
880 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
881 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
882 --with-sysroot=DIR search for usr/lib et al within DIR
883
bae7f79e
ILT
884Some influential environment variables:
885 CC C compiler command
886 CFLAGS C compiler flags
887 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
888 nonstandard directory <lib dir>
889 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
890 headers in a nonstandard directory <include dir>
891 CXX C++ compiler command
892 CXXFLAGS C++ compiler flags
9a0910c3 893 CPP C preprocessor
54dc6425 894 CXXCPP C++ preprocessor
bae7f79e
ILT
895
896Use these variables to override the choices made by `configure' or to help
897it to find libraries and programs with nonstandard names/locations.
898
899_ACEOF
900fi
901
902if test "$ac_init_help" = "recursive"; then
903 # If there are subdirs, report their specific --help.
904 ac_popdir=`pwd`
905 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
906 test -d $ac_dir || continue
907 ac_builddir=.
908
909if test "$ac_dir" != .; then
910 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
911 # A "../" for each directory in $ac_dir_suffix.
912 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
913else
914 ac_dir_suffix= ac_top_builddir=
915fi
916
917case $srcdir in
918 .) # No --srcdir option. We are building in place.
919 ac_srcdir=.
920 if test -z "$ac_top_builddir"; then
921 ac_top_srcdir=.
922 else
923 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
924 fi ;;
925 [\\/]* | ?:[\\/]* ) # Absolute path.
926 ac_srcdir=$srcdir$ac_dir_suffix;
927 ac_top_srcdir=$srcdir ;;
928 *) # Relative path.
929 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
930 ac_top_srcdir=$ac_top_builddir$srcdir ;;
931esac
932
933# Do not use `cd foo && pwd` to compute absolute paths, because
934# the directories may not exist.
935case `pwd` in
936.) ac_abs_builddir="$ac_dir";;
937*)
938 case "$ac_dir" in
939 .) ac_abs_builddir=`pwd`;;
940 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
941 *) ac_abs_builddir=`pwd`/"$ac_dir";;
942 esac;;
943esac
944case $ac_abs_builddir in
945.) ac_abs_top_builddir=${ac_top_builddir}.;;
946*)
947 case ${ac_top_builddir}. in
948 .) ac_abs_top_builddir=$ac_abs_builddir;;
949 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
950 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
951 esac;;
952esac
953case $ac_abs_builddir in
954.) ac_abs_srcdir=$ac_srcdir;;
955*)
956 case $ac_srcdir in
957 .) ac_abs_srcdir=$ac_abs_builddir;;
958 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
959 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
960 esac;;
961esac
962case $ac_abs_builddir in
963.) ac_abs_top_srcdir=$ac_top_srcdir;;
964*)
965 case $ac_top_srcdir in
966 .) ac_abs_top_srcdir=$ac_abs_builddir;;
967 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
968 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
969 esac;;
970esac
971
972 cd $ac_dir
973 # Check for guested configure; otherwise get Cygnus style configure.
974 if test -f $ac_srcdir/configure.gnu; then
975 echo
976 $SHELL $ac_srcdir/configure.gnu --help=recursive
977 elif test -f $ac_srcdir/configure; then
978 echo
979 $SHELL $ac_srcdir/configure --help=recursive
980 elif test -f $ac_srcdir/configure.ac ||
981 test -f $ac_srcdir/configure.in; then
982 echo
983 $ac_configure --help
984 else
985 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
986 fi
b0074644 987 cd $ac_popdir
bae7f79e
ILT
988 done
989fi
990
991test -n "$ac_init_help" && exit 0
992if $ac_init_version; then
993 cat <<\_ACEOF
8486ee48
ILT
994gold configure 0.1
995generated by GNU Autoconf 2.59
bae7f79e
ILT
996
997Copyright (C) 2003 Free Software Foundation, Inc.
998This configure script is free software; the Free Software Foundation
999gives unlimited permission to copy, distribute and modify it.
1000_ACEOF
1001 exit 0
1002fi
1003exec 5>config.log
1004cat >&5 <<_ACEOF
1005This file contains any messages produced by compilers while
1006running configure, to aid debugging if configure makes a mistake.
1007
8486ee48 1008It was created by gold $as_me 0.1, which was
bae7f79e
ILT
1009generated by GNU Autoconf 2.59. Invocation command line was
1010
1011 $ $0 $@
1012
1013_ACEOF
1014{
1015cat <<_ASUNAME
1016## --------- ##
1017## Platform. ##
1018## --------- ##
1019
1020hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1021uname -m = `(uname -m) 2>/dev/null || echo unknown`
1022uname -r = `(uname -r) 2>/dev/null || echo unknown`
1023uname -s = `(uname -s) 2>/dev/null || echo unknown`
1024uname -v = `(uname -v) 2>/dev/null || echo unknown`
1025
1026/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1027/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1028
1029/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1030/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1031/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1032hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1033/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1034/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1035/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1036
1037_ASUNAME
1038
1039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1040for as_dir in $PATH
1041do
1042 IFS=$as_save_IFS
1043 test -z "$as_dir" && as_dir=.
1044 echo "PATH: $as_dir"
1045done
1046
1047} >&5
1048
1049cat >&5 <<_ACEOF
1050
1051
1052## ----------- ##
1053## Core tests. ##
1054## ----------- ##
1055
1056_ACEOF
1057
1058
1059# Keep a trace of the command line.
1060# Strip out --no-create and --no-recursion so they do not pile up.
1061# Strip out --silent because we don't want to record it for future runs.
1062# Also quote any args containing shell meta-characters.
1063# Make two passes to allow for proper duplicate-argument suppression.
1064ac_configure_args=
1065ac_configure_args0=
1066ac_configure_args1=
1067ac_sep=
1068ac_must_keep_next=false
1069for ac_pass in 1 2
1070do
1071 for ac_arg
1072 do
1073 case $ac_arg in
1074 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 continue ;;
1078 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1079 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1080 esac
1081 case $ac_pass in
1082 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1083 2)
1084 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1085 if test $ac_must_keep_next = true; then
1086 ac_must_keep_next=false # Got value, back to normal.
1087 else
1088 case $ac_arg in
1089 *=* | --config-cache | -C | -disable-* | --disable-* \
1090 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1091 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1092 | -with-* | --with-* | -without-* | --without-* | --x)
1093 case "$ac_configure_args0 " in
1094 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1095 esac
1096 ;;
1097 -* ) ac_must_keep_next=true ;;
1098 esac
1099 fi
1100 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1101 # Get rid of the leading space.
1102 ac_sep=" "
1103 ;;
1104 esac
1105 done
1106done
1107$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1108$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1109
1110# When interrupted or exit'd, cleanup temporary files, and complete
1111# config.log. We remove comments because anyway the quotes in there
1112# would cause problems or look ugly.
1113# WARNING: Be sure not to use single quotes in there, as some shells,
1114# such as our DU 5.0 friend, will then `close' the trap.
1115trap 'exit_status=$?
1116 # Save into config.log some information that might help in debugging.
1117 {
1118 echo
1119
1120 cat <<\_ASBOX
1121## ---------------- ##
1122## Cache variables. ##
1123## ---------------- ##
1124_ASBOX
1125 echo
1126 # The following way of writing the cache mishandles newlines in values,
1127{
1128 (set) 2>&1 |
1129 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1130 *ac_space=\ *)
1131 sed -n \
1132 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1133 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1134 ;;
1135 *)
1136 sed -n \
1137 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1138 ;;
1139 esac;
1140}
1141 echo
1142
1143 cat <<\_ASBOX
1144## ----------------- ##
1145## Output variables. ##
1146## ----------------- ##
1147_ASBOX
1148 echo
1149 for ac_var in $ac_subst_vars
1150 do
1151 eval ac_val=$`echo $ac_var`
1152 echo "$ac_var='"'"'$ac_val'"'"'"
1153 done | sort
1154 echo
1155
1156 if test -n "$ac_subst_files"; then
1157 cat <<\_ASBOX
1158## ------------- ##
1159## Output files. ##
1160## ------------- ##
1161_ASBOX
1162 echo
1163 for ac_var in $ac_subst_files
1164 do
1165 eval ac_val=$`echo $ac_var`
1166 echo "$ac_var='"'"'$ac_val'"'"'"
1167 done | sort
1168 echo
1169 fi
1170
1171 if test -s confdefs.h; then
1172 cat <<\_ASBOX
1173## ----------- ##
1174## confdefs.h. ##
1175## ----------- ##
1176_ASBOX
1177 echo
1178 sed "/^$/d" confdefs.h | sort
1179 echo
1180 fi
1181 test "$ac_signal" != 0 &&
1182 echo "$as_me: caught signal $ac_signal"
1183 echo "$as_me: exit $exit_status"
1184 } >&5
1185 rm -f core *.core &&
1186 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1187 exit $exit_status
1188 ' 0
1189for ac_signal in 1 2 13 15; do
1190 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1191done
1192ac_signal=0
1193
1194# confdefs.h avoids OS command line length limits that DEFS can exceed.
1195rm -rf conftest* confdefs.h
1196# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1197echo >confdefs.h
1198
1199# Predefined preprocessor variables.
1200
1201cat >>confdefs.h <<_ACEOF
1202#define PACKAGE_NAME "$PACKAGE_NAME"
1203_ACEOF
1204
1205
1206cat >>confdefs.h <<_ACEOF
1207#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1208_ACEOF
1209
1210
1211cat >>confdefs.h <<_ACEOF
1212#define PACKAGE_VERSION "$PACKAGE_VERSION"
1213_ACEOF
1214
1215
1216cat >>confdefs.h <<_ACEOF
1217#define PACKAGE_STRING "$PACKAGE_STRING"
1218_ACEOF
1219
1220
1221cat >>confdefs.h <<_ACEOF
1222#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1223_ACEOF
1224
1225
1226# Let the site file select an alternate cache file if it wants to.
1227# Prefer explicitly selected file to automatically selected ones.
1228if test -z "$CONFIG_SITE"; then
1229 if test "x$prefix" != xNONE; then
1230 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1231 else
1232 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1233 fi
1234fi
1235for ac_site_file in $CONFIG_SITE; do
1236 if test -r "$ac_site_file"; then
1237 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1238echo "$as_me: loading site script $ac_site_file" >&6;}
1239 sed 's/^/| /' "$ac_site_file" >&5
1240 . "$ac_site_file"
1241 fi
1242done
1243
1244if test -r "$cache_file"; then
1245 # Some versions of bash will fail to source /dev/null (special
1246 # files actually), so we avoid doing that.
1247 if test -f "$cache_file"; then
1248 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1249echo "$as_me: loading cache $cache_file" >&6;}
1250 case $cache_file in
1251 [\\/]* | ?:[\\/]* ) . $cache_file;;
1252 *) . ./$cache_file;;
1253 esac
1254 fi
1255else
1256 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1257echo "$as_me: creating cache $cache_file" >&6;}
1258 >$cache_file
1259fi
1260
1261# Check that the precious variables saved in the cache have kept the same
1262# value.
1263ac_cache_corrupted=false
1264for ac_var in `(set) 2>&1 |
1265 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1266 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1267 eval ac_new_set=\$ac_env_${ac_var}_set
1268 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1269 eval ac_new_val="\$ac_env_${ac_var}_value"
1270 case $ac_old_set,$ac_new_set in
1271 set,)
1272 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1273echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1274 ac_cache_corrupted=: ;;
1275 ,set)
1276 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1277echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1278 ac_cache_corrupted=: ;;
1279 ,);;
1280 *)
1281 if test "x$ac_old_val" != "x$ac_new_val"; then
6194aaab
L
1282 # differences in whitespace do not lead to failure.
1283 ac_old_val_w=`echo x $ac_old_val`
1284 ac_new_val_w=`echo x $ac_new_val`
1285 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1286 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
bae7f79e 1287echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
6194aaab
L
1288 ac_cache_corrupted=:
1289 else
1290 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1291echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1292 eval $ac_var=\$ac_old_val
1293 fi
1294 { echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1295echo "$as_me: former value: \`$ac_old_val'" >&2;}
1296 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1297echo "$as_me: current value: \`$ac_new_val'" >&2;}
bae7f79e
ILT
1298 fi;;
1299 esac
1300 # Pass precious variables to config.status.
1301 if test "$ac_new_set" = set; then
1302 case $ac_new_val in
1303 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1304 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1305 *) ac_arg=$ac_var=$ac_new_val ;;
1306 esac
1307 case " $ac_configure_args " in
1308 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1309 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1310 esac
1311 fi
1312done
1313if $ac_cache_corrupted; then
1d1f116d
CD
1314 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1315echo "$as_me: error: in \`$ac_pwd':" >&2;}
bae7f79e
ILT
1316 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1317echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1318 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1319echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1320 { (exit 1); exit 1; }; }
1321fi
1322
1323ac_ext=c
1324ac_cpp='$CPP $CPPFLAGS'
1325ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1326ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1327ac_compiler_gnu=$ac_cv_c_compiler_gnu
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
8486ee48
ILT
1340
1341
1342
1343
1344
1345
1346
1347
bae7f79e
ILT
1348
1349
1350
1351
1352
1d1f116d
CD
1353
1354
1355
bae7f79e
ILT
1356
1357
1358
1359
1360ac_aux_dir=
1361for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1362 if test -f $ac_dir/install-sh; then
1363 ac_aux_dir=$ac_dir
1364 ac_install_sh="$ac_aux_dir/install-sh -c"
1365 break
1366 elif test -f $ac_dir/install.sh; then
1367 ac_aux_dir=$ac_dir
1368 ac_install_sh="$ac_aux_dir/install.sh -c"
1369 break
1370 elif test -f $ac_dir/shtool; then
1371 ac_aux_dir=$ac_dir
1372 ac_install_sh="$ac_aux_dir/shtool install -c"
1373 break
1374 fi
1375done
1376if test -z "$ac_aux_dir"; then
1377 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1378echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1379 { (exit 1); exit 1; }; }
1380fi
1381ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1382ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1383ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1384
1385# Make sure we can run config.sub.
1386$ac_config_sub sun4 >/dev/null 2>&1 ||
1387 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1388echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1389 { (exit 1); exit 1; }; }
1390
1391echo "$as_me:$LINENO: checking build system type" >&5
1392echo $ECHO_N "checking build system type... $ECHO_C" >&6
1393if test "${ac_cv_build+set}" = set; then
1394 echo $ECHO_N "(cached) $ECHO_C" >&6
1395else
1396 ac_cv_build_alias=$build_alias
1397test -z "$ac_cv_build_alias" &&
1398 ac_cv_build_alias=`$ac_config_guess`
1399test -z "$ac_cv_build_alias" &&
1400 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1401echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1402 { (exit 1); exit 1; }; }
1403ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1404 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1405echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1406 { (exit 1); exit 1; }; }
1407
1408fi
1409echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1410echo "${ECHO_T}$ac_cv_build" >&6
1411build=$ac_cv_build
1412build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1413build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1414build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1415
1416
1417echo "$as_me:$LINENO: checking host system type" >&5
1418echo $ECHO_N "checking host system type... $ECHO_C" >&6
1419if test "${ac_cv_host+set}" = set; then
1420 echo $ECHO_N "(cached) $ECHO_C" >&6
1421else
1422 ac_cv_host_alias=$host_alias
1423test -z "$ac_cv_host_alias" &&
1424 ac_cv_host_alias=$ac_cv_build_alias
1425ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1426 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1427echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1428 { (exit 1); exit 1; }; }
1429
1430fi
1431echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1432echo "${ECHO_T}$ac_cv_host" >&6
1433host=$ac_cv_host
1434host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1435host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1436host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1437
1438
1439echo "$as_me:$LINENO: checking target system type" >&5
1440echo $ECHO_N "checking target system type... $ECHO_C" >&6
1441if test "${ac_cv_target+set}" = set; then
1442 echo $ECHO_N "(cached) $ECHO_C" >&6
1443else
1444 ac_cv_target_alias=$target_alias
1445test "x$ac_cv_target_alias" = "x" &&
1446 ac_cv_target_alias=$ac_cv_host_alias
1447ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1448 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1449echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1450 { (exit 1); exit 1; }; }
1451
1452fi
1453echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1454echo "${ECHO_T}$ac_cv_target" >&6
1455target=$ac_cv_target
1456target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1457target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1458target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1459
1460
1461# The aliases save the names the user supplied, while $host etc.
1462# will get canonicalized.
1463test -n "$target_alias" &&
1464 test "$program_prefix$program_suffix$program_transform_name" = \
1465 NONENONEs,x,x, &&
1466 program_prefix=${target_alias}-
1467
1468am__api_version="1.9"
1469# Find a good install program. We prefer a C program (faster),
1470# so one script is as good as another. But avoid the broken or
1471# incompatible versions:
1472# SysV /etc/install, /usr/sbin/install
1473# SunOS /usr/etc/install
1474# IRIX /sbin/install
1475# AIX /bin/install
1476# AmigaOS /C/install, which installs bootblocks on floppy discs
1477# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1478# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1479# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1480# OS/2's system install, which has a completely different semantic
1481# ./install, which can be erroneously created by make from ./install.sh.
f5314dd5 1482# Reject install programs that cannot install multiple files.
bae7f79e
ILT
1483echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1484echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1485if test -z "$INSTALL"; then
1486if test "${ac_cv_path_install+set}" = set; then
1487 echo $ECHO_N "(cached) $ECHO_C" >&6
1488else
1489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1490for as_dir in $PATH
1491do
1492 IFS=$as_save_IFS
1493 test -z "$as_dir" && as_dir=.
1494 # Account for people who put trailing slashes in PATH elements.
1495case $as_dir/ in
1496 ./ | .// | /cC/* | \
1497 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1498 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1499 /usr/ucb/* ) ;;
1500 *)
1501 # OSF1 and SCO ODT 3.0 have their own names for install.
1502 # Don't use installbsd from OSF since it installs stuff as root
1503 # by default.
1504 for ac_prog in ginstall scoinst install; do
1505 for ac_exec_ext in '' $ac_executable_extensions; do
1506 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1507 if test $ac_prog = install &&
1508 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1509 # AIX install. It has an incompatible calling convention.
1510 :
1511 elif test $ac_prog = install &&
1512 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1513 # program-specific install script used by HP pwplus--don't use.
1514 :
1515 else
f5314dd5
DM
1516 rm -rf conftest.one conftest.two conftest.dir
1517 echo one > conftest.one
1518 echo two > conftest.two
1519 mkdir conftest.dir
1520 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1521 test -s conftest.one && test -s conftest.two &&
1522 test -s conftest.dir/conftest.one &&
1523 test -s conftest.dir/conftest.two
1524 then
1525 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1526 break 3
1527 fi
bae7f79e
ILT
1528 fi
1529 fi
1530 done
1531 done
1532 ;;
1533esac
1534done
1535
f5314dd5 1536rm -rf conftest.one conftest.two conftest.dir
bae7f79e
ILT
1537
1538fi
1539 if test "${ac_cv_path_install+set}" = set; then
1540 INSTALL=$ac_cv_path_install
1541 else
f5314dd5
DM
1542 # As a last resort, use the slow shell script. Don't cache a
1543 # value for INSTALL within a source directory, because that will
bae7f79e 1544 # break other packages using the cache if that directory is
f5314dd5 1545 # removed, or if the value is a relative name.
bae7f79e
ILT
1546 INSTALL=$ac_install_sh
1547 fi
1548fi
1549echo "$as_me:$LINENO: result: $INSTALL" >&5
1550echo "${ECHO_T}$INSTALL" >&6
1551
1552# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1553# It thinks the first close brace ends the variable substitution.
1554test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1555
1556test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1557
1558test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1559
1560echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1561echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1562# Just in case
1563sleep 1
1564echo timestamp > conftest.file
1565# Do `set' in a subshell so we don't clobber the current shell's
1566# arguments. Must try -L first in case configure is actually a
1567# symlink; some systems play weird games with the mod time of symlinks
1568# (eg FreeBSD returns the mod time of the symlink's containing
1569# directory).
1570if (
1571 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1572 if test "$*" = "X"; then
1573 # -L didn't work.
1574 set X `ls -t $srcdir/configure conftest.file`
1575 fi
1576 rm -f conftest.file
1577 if test "$*" != "X $srcdir/configure conftest.file" \
1578 && test "$*" != "X conftest.file $srcdir/configure"; then
1579
1580 # If neither matched, then we have a broken ls. This can happen
1581 # if, for instance, CONFIG_SHELL is bash and it inherits a
1582 # broken ls alias from the environment. This has actually
1583 # happened. Such a system could not be considered "sane".
1584 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1585alias in your environment" >&5
1586echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1587alias in your environment" >&2;}
1588 { (exit 1); exit 1; }; }
1589 fi
1590
1591 test "$2" = conftest.file
1592 )
1593then
1594 # Ok.
1595 :
1596else
1597 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1598Check your system clock" >&5
1599echo "$as_me: error: newly created file is older than distributed files!
1600Check your system clock" >&2;}
1601 { (exit 1); exit 1; }; }
1602fi
1603echo "$as_me:$LINENO: result: yes" >&5
1604echo "${ECHO_T}yes" >&6
1605test "$program_prefix" != NONE &&
1606 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1607# Use a double $ so make ignores it.
1608test "$program_suffix" != NONE &&
1609 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1610# Double any \ or $. echo might interpret backslashes.
1611# By default was `s,x,x', remove it if useless.
1612cat <<\_ACEOF >conftest.sed
1613s/[\\$]/&&/g;s/;s,x,x,$//
1614_ACEOF
1615program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1616rm conftest.sed
1617
1618# expand $ac_aux_dir to an absolute path
1619am_aux_dir=`cd $ac_aux_dir && pwd`
1620
1621test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1622# Use eval to expand $SHELL
1623if eval "$MISSING --run true"; then
1624 am_missing_run="$MISSING --run "
1625else
1626 am_missing_run=
1627 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1628echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1629fi
1630
1631if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1632 # We used to keeping the `.' as first argument, in order to
1633 # allow $(mkdir_p) to be used without argument. As in
1634 # $(mkdir_p) $(somedir)
1635 # where $(somedir) is conditionally defined. However this is wrong
1636 # for two reasons:
1637 # 1. if the package is installed by a user who cannot write `.'
1638 # make install will fail,
1639 # 2. the above comment should most certainly read
1640 # $(mkdir_p) $(DESTDIR)$(somedir)
1641 # so it does not work when $(somedir) is undefined and
1642 # $(DESTDIR) is not.
1643 # To support the latter case, we have to write
1644 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1645 # so the `.' trick is pointless.
1646 mkdir_p='mkdir -p --'
1647else
1648 # On NextStep and OpenStep, the `mkdir' command does not
1649 # recognize any option. It will interpret all options as
1650 # directories to create, and then abort because `.' already
1651 # exists.
1652 for d in ./-p ./--version;
1653 do
1654 test -d $d && rmdir $d
1655 done
1656 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1657 if test -f "$ac_aux_dir/mkinstalldirs"; then
1658 mkdir_p='$(mkinstalldirs)'
1659 else
1660 mkdir_p='$(install_sh) -d'
1661 fi
1662fi
1663
1664for ac_prog in gawk mawk nawk awk
1665do
1666 # Extract the first word of "$ac_prog", so it can be a program name with args.
1667set dummy $ac_prog; ac_word=$2
1668echo "$as_me:$LINENO: checking for $ac_word" >&5
1669echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1670if test "${ac_cv_prog_AWK+set}" = set; then
1671 echo $ECHO_N "(cached) $ECHO_C" >&6
1672else
1673 if test -n "$AWK"; then
1674 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1675else
1676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1677for as_dir in $PATH
1678do
1679 IFS=$as_save_IFS
1680 test -z "$as_dir" && as_dir=.
1681 for ac_exec_ext in '' $ac_executable_extensions; do
1682 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1683 ac_cv_prog_AWK="$ac_prog"
1684 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1685 break 2
1686 fi
1687done
1688done
1689
1690fi
1691fi
1692AWK=$ac_cv_prog_AWK
1693if test -n "$AWK"; then
1694 echo "$as_me:$LINENO: result: $AWK" >&5
1695echo "${ECHO_T}$AWK" >&6
1696else
1697 echo "$as_me:$LINENO: result: no" >&5
1698echo "${ECHO_T}no" >&6
1699fi
1700
1701 test -n "$AWK" && break
1702done
1703
1704echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1705echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1706set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1707if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1708 echo $ECHO_N "(cached) $ECHO_C" >&6
1709else
1710 cat >conftest.make <<\_ACEOF
1711all:
1712 @echo 'ac_maketemp="$(MAKE)"'
1713_ACEOF
1714# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1715eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1716if test -n "$ac_maketemp"; then
1717 eval ac_cv_prog_make_${ac_make}_set=yes
1718else
1719 eval ac_cv_prog_make_${ac_make}_set=no
1720fi
1721rm -f conftest.make
1722fi
1723if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1724 echo "$as_me:$LINENO: result: yes" >&5
1725echo "${ECHO_T}yes" >&6
1726 SET_MAKE=
1727else
1728 echo "$as_me:$LINENO: result: no" >&5
1729echo "${ECHO_T}no" >&6
1730 SET_MAKE="MAKE=${MAKE-make}"
1731fi
1732
1733rm -rf .tst 2>/dev/null
1734mkdir .tst 2>/dev/null
1735if test -d .tst; then
1736 am__leading_dot=.
1737else
1738 am__leading_dot=_
1739fi
1740rmdir .tst 2>/dev/null
1741
1742# test to see if srcdir already configured
1743if test "`cd $srcdir && pwd`" != "`pwd`" &&
1744 test -f $srcdir/config.status; then
1745 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1746echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1747 { (exit 1); exit 1; }; }
1748fi
1749
1750# test whether we have cygpath
1751if test -z "$CYGPATH_W"; then
1752 if (cygpath --version) >/dev/null 2>/dev/null; then
1753 CYGPATH_W='cygpath -w'
1754 else
1755 CYGPATH_W=echo
1756 fi
1757fi
1758
1759
1760# Define the identity of the package.
8486ee48
ILT
1761 PACKAGE='gold'
1762 VERSION='0.1'
bae7f79e
ILT
1763
1764
1765cat >>confdefs.h <<_ACEOF
1766#define PACKAGE "$PACKAGE"
1767_ACEOF
1768
1769
1770cat >>confdefs.h <<_ACEOF
1771#define VERSION "$VERSION"
1772_ACEOF
1773
1774# Some tools Automake needs.
1775
1776ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1777
1778
1779AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1780
1781
1782AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1783
1784
1785AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1786
1787
1788MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1789
1790install_sh=${install_sh-"$am_aux_dir/install-sh"}
1791
1792# Installed binaries are usually stripped using `strip' when the user
1793# run `make install-strip'. However `strip' might not be the right
1794# tool to use in cross-compilation environments, therefore Automake
1795# will honor the `STRIP' environment variable to overrule this program.
1796if test "$cross_compiling" != no; then
1797 if test -n "$ac_tool_prefix"; then
1798 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1799set dummy ${ac_tool_prefix}strip; ac_word=$2
1800echo "$as_me:$LINENO: checking for $ac_word" >&5
1801echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1802if test "${ac_cv_prog_STRIP+set}" = set; then
1803 echo $ECHO_N "(cached) $ECHO_C" >&6
1804else
1805 if test -n "$STRIP"; then
1806 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1807else
1808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1809for as_dir in $PATH
1810do
1811 IFS=$as_save_IFS
1812 test -z "$as_dir" && as_dir=.
1813 for ac_exec_ext in '' $ac_executable_extensions; do
1814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1815 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1817 break 2
1818 fi
1819done
1820done
1821
1822fi
1823fi
1824STRIP=$ac_cv_prog_STRIP
1825if test -n "$STRIP"; then
1826 echo "$as_me:$LINENO: result: $STRIP" >&5
1827echo "${ECHO_T}$STRIP" >&6
1828else
1829 echo "$as_me:$LINENO: result: no" >&5
1830echo "${ECHO_T}no" >&6
1831fi
1832
1833fi
1834if test -z "$ac_cv_prog_STRIP"; then
1835 ac_ct_STRIP=$STRIP
1836 # Extract the first word of "strip", so it can be a program name with args.
1837set dummy strip; ac_word=$2
1838echo "$as_me:$LINENO: checking for $ac_word" >&5
1839echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1840if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1841 echo $ECHO_N "(cached) $ECHO_C" >&6
1842else
1843 if test -n "$ac_ct_STRIP"; then
1844 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1845else
1846as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1847for as_dir in $PATH
1848do
1849 IFS=$as_save_IFS
1850 test -z "$as_dir" && as_dir=.
1851 for ac_exec_ext in '' $ac_executable_extensions; do
1852 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1853 ac_cv_prog_ac_ct_STRIP="strip"
1854 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1855 break 2
1856 fi
1857done
1858done
1859
1860 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1861fi
1862fi
1863ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1864if test -n "$ac_ct_STRIP"; then
1865 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1866echo "${ECHO_T}$ac_ct_STRIP" >&6
1867else
1868 echo "$as_me:$LINENO: result: no" >&5
1869echo "${ECHO_T}no" >&6
1870fi
1871
1872 STRIP=$ac_ct_STRIP
1873else
1874 STRIP="$ac_cv_prog_STRIP"
1875fi
1876
1877fi
1878INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1879
1880# We need awk for the "check" target. The system "awk" is bad on
1881# some platforms.
1882# Always define AMTAR for backward compatibility.
1883
1884AMTAR=${AMTAR-"${am_missing_run}tar"}
1885
1886am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1887
1888
1889
1890
1891
1892
1893 ac_config_headers="$ac_config_headers config.h:config.in"
1894
1895
ad2d6943
ILT
1896
1897# Check whether --with-sysroot or --without-sysroot was given.
1898if test "${with_sysroot+set}" = set; then
1899 withval="$with_sysroot"
1900 sysroot=$withval
1901else
1902 sysroot=no
1903fi;
1904
1905if test "$sysroot" = "yes"; then
1906 sysroot='${exec_prefix}/${target_alias}/sys-root'
1907elif test "$sysroot" = "no"; then
1908 sysroot=
1909fi
1910
1911sysroot_relocatable=0
1912if test -n "$sysroot"; then
1913 case "sysroot" in
1914 "${prefix}" | "${prefix}/"* | \
1915 "${exec_prefix}" | "${exec_prefix}/"* | \
1916 '${prefix}' | '${prefix}/'*| \
1917 '${exec_prefix}' | '${exec_prefix}/'*)
1918 sysroot_relocatable=1
1919 ;;
1920 esac
1921fi
1922
1923
1924cat >>confdefs.h <<_ACEOF
1925#define TARGET_SYSTEM_ROOT "$sysroot"
1926_ACEOF
1927
1928
1929cat >>confdefs.h <<_ACEOF
1930#define TARGET_SYSTEM_ROOT_RELOCATABLE $sysroot_relocatable
1931_ACEOF
1932
1933
fe9a4c12
ILT
1934# Check whether --enable-threads or --disable-threads was given.
1935if test "${enable_threads+set}" = set; then
1936 enableval="$enable_threads"
1937 case "${enableval}" in
1938 yes | "") threads=yes ;;
1939 no) threads=no ;;
1940 *) threads=yes ;;
1941 esac
1942else
1943 threads=no
1944fi;
1945if test "$threads" = "yes"; then
1946
1947cat >>confdefs.h <<\_ACEOF
1948#define ENABLE_THREADS 1
1949_ACEOF
1950
1951fi
1952
1953
1954if test "$threads" = "yes"; then
1955 THREADS_TRUE=
1956 THREADS_FALSE='#'
1957else
1958 THREADS_TRUE='#'
1959 THREADS_FALSE=
1960fi
1961
1962
89fc3421
CC
1963# Check whether --enable-plugins or --disable-plugins was given.
1964if test "${enable_plugins+set}" = set; then
1965 enableval="$enable_plugins"
1966 case "${enableval}" in
1967 yes | "") plugins=yes ;;
1968 no) plugins=no ;;
1969 *) plugins=yes ;;
1970 esac
1971else
1972 plugins=no
1973fi;
1974if test "$plugins" = "yes"; then
1975
1976cat >>confdefs.h <<\_ACEOF
1977#define ENABLE_PLUGINS 1
1978_ACEOF
1979
1980fi
1981
1982
1983if test "$plugins" = "yes"; then
1984 PLUGINS_TRUE=
1985 PLUGINS_FALSE='#'
1986else
1987 PLUGINS_TRUE='#'
1988 PLUGINS_FALSE=
1989fi
1990
1991
193a53d9
ILT
1992# Check whether --enable-targets or --disable-targets was given.
1993if test "${enable_targets+set}" = set; then
1994 enableval="$enable_targets"
1995 case "${enableval}" in
1996 yes | "")
1997 { { echo "$as_me:$LINENO: error: --enable-targets option must specify target names or 'all'" >&5
1998echo "$as_me: error: --enable-targets option must specify target names or 'all'" >&2;}
1999 { (exit 1); exit 1; }; }
2000 ;;
2001 no)
2002 enable_targets=
2003 ;;
2004 *)
2005 enable_targets=$enableval
2006 ;;
2007esac
2008else
2009 # For now, enable all targets by default
2010 enable_targets=all
2011
2012fi;
2013
2014# Canonicalize the enabled targets.
2015if test -n "$enable_targets"; then
2016 for targ in `echo $enable_targets | sed -e 's/,/ /g'`; do
2017 result=`$ac_config_sub $targ 2>/dev/null`
2018 if test -n "$result"; then
2019 canon_targets="$canon_targets $result"
2020 else
2021 # Permit unrecognized target names, like "all".
2022 canon_targets="$canon_targets $targ"
2023 fi
2024 done
2025fi
2026
2027# See which specific instantiations we need.
6df6da4a
ILT
2028targetobjs=
2029all_targets=
fbfba508
ILT
2030default_machine=
2031default_size=
2032default_big_endian=
36959681 2033default_osabi=ELFOSABI_NONE
fbfba508
ILT
2034targ_32_little=
2035targ_32_big=
2036targ_64_little=
2037targ_64_big=
193a53d9 2038for targ in $target $canon_targets; do
193a53d9
ILT
2039 if test "$targ" = "all"; then
2040 targ_32_little=yes
2041 targ_32_big=yes
2042 targ_64_little=yes
2043 targ_64_big=yes
6df6da4a 2044 all_targets=yes
193a53d9 2045 else
fbfba508
ILT
2046 . ${srcdir}/configure.tgt
2047
2048 if test "$targ_obj" = "UNKNOWN"; then
6df6da4a
ILT
2049 { { echo "$as_me:$LINENO: error: \"unsupported target $targ\"" >&5
2050echo "$as_me: error: \"unsupported target $targ\"" >&2;}
193a53d9 2051 { (exit 1); exit 1; }; }
fbfba508
ILT
2052 else
2053 targetobjs="$targetobjs ${targ_obj}.\$(OBJEXT)"
60b2b4e7
ILT
2054 if test "$targ_extra_obj" != ""; then
2055 targetobjs="$targetobjs ${targ_extra_obj}.\$(OBJEXT)"
2056 fi
f5314dd5
DM
2057 if test "$targ_size" = "32" -o "$targ_extra_size" = "32"; then
2058 if test "$targ_big_endian" = "true" \
2059 -o "$targ_extra_big_endian" = "true"; then
2060 targ_32_big=yes
2061 fi
2062 if test "$targ_big_endian" = "false" \
2063 -o "$targ_extra_big_endian" = "false"; then
2064 targ_32_little=yes
2065 fi
2066 fi
2067 if test "$targ_size" = "64" -o "$targ_extra_size" = "64"; then
2068 if test "$targ_big_endian" = "true" \
2069 -o "$targ_extra_big_endian" = "true"; then
2070 targ_64_big=yes
2071 fi
2072 if test "$targ_big_endian" = "false" \
2073 -o "$targ_extra_big_endian" = "false"; then
2074 targ_64_little=yes
2075 fi
fbfba508
ILT
2076 fi
2077
2078 if test "$target" = "$targ"; then
2079 default_machine=$targ_machine
2080 default_size=$targ_size
2081 default_big_endian=$targ_big_endian
36959681 2082 default_osabi=$targ_osabi
fbfba508
ILT
2083 fi
2084 fi
193a53d9
ILT
2085 fi
2086done
2087
2088if test -n "$targ_32_little"; then
2089
2090cat >>confdefs.h <<\_ACEOF
2091#define HAVE_TARGET_32_LITTLE 1
2092_ACEOF
2093
2094fi
2095if test -n "$targ_32_big"; then
2096
2097cat >>confdefs.h <<\_ACEOF
2098#define HAVE_TARGET_32_BIG 1
2099_ACEOF
2100
2101fi
2102if test -n "$targ_64_little"; then
2103
2104cat >>confdefs.h <<\_ACEOF
2105#define HAVE_TARGET_64_LITTLE 1
2106_ACEOF
2107
2108fi
2109if test -n "$targ_64_big"; then
2110
2111cat >>confdefs.h <<\_ACEOF
2112#define HAVE_TARGET_64_BIG 1
2113_ACEOF
2114
2115fi
2116
6df6da4a
ILT
2117if test -n "$all_targets"; then
2118 TARGETOBJS='$(ALL_TARGETOBJS)'
2119else
2120 TARGETOBJS="$targetobjs"
2121fi
2122
2123
fbfba508
ILT
2124
2125cat >>confdefs.h <<_ACEOF
2126#define GOLD_DEFAULT_MACHINE $default_machine
2127_ACEOF
2128
2129
2130cat >>confdefs.h <<_ACEOF
2131#define GOLD_DEFAULT_SIZE $default_size
2132_ACEOF
2133
2134
2135cat >>confdefs.h <<_ACEOF
2136#define GOLD_DEFAULT_BIG_ENDIAN $default_big_endian
2137_ACEOF
2138
2139
36959681
ILT
2140cat >>confdefs.h <<_ACEOF
2141#define GOLD_DEFAULT_OSABI $default_osabi
2142_ACEOF
2143
2144
bae7f79e
ILT
2145ac_ext=c
2146ac_cpp='$CPP $CPPFLAGS'
2147ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2148ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2149ac_compiler_gnu=$ac_cv_c_compiler_gnu
2150if test -n "$ac_tool_prefix"; then
2151 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2152set dummy ${ac_tool_prefix}gcc; ac_word=$2
2153echo "$as_me:$LINENO: checking for $ac_word" >&5
2154echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2155if test "${ac_cv_prog_CC+set}" = set; then
2156 echo $ECHO_N "(cached) $ECHO_C" >&6
2157else
2158 if test -n "$CC"; then
2159 ac_cv_prog_CC="$CC" # Let the user override the test.
2160else
2161as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2162for as_dir in $PATH
2163do
2164 IFS=$as_save_IFS
2165 test -z "$as_dir" && as_dir=.
2166 for ac_exec_ext in '' $ac_executable_extensions; do
2167 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2168 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2169 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2170 break 2
2171 fi
2172done
2173done
2174
2175fi
2176fi
2177CC=$ac_cv_prog_CC
2178if test -n "$CC"; then
2179 echo "$as_me:$LINENO: result: $CC" >&5
2180echo "${ECHO_T}$CC" >&6
2181else
2182 echo "$as_me:$LINENO: result: no" >&5
2183echo "${ECHO_T}no" >&6
2184fi
2185
2186fi
2187if test -z "$ac_cv_prog_CC"; then
2188 ac_ct_CC=$CC
2189 # Extract the first word of "gcc", so it can be a program name with args.
2190set dummy gcc; ac_word=$2
2191echo "$as_me:$LINENO: checking for $ac_word" >&5
2192echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2193if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2194 echo $ECHO_N "(cached) $ECHO_C" >&6
2195else
2196 if test -n "$ac_ct_CC"; then
2197 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2198else
2199as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2200for as_dir in $PATH
2201do
2202 IFS=$as_save_IFS
2203 test -z "$as_dir" && as_dir=.
2204 for ac_exec_ext in '' $ac_executable_extensions; do
2205 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2206 ac_cv_prog_ac_ct_CC="gcc"
2207 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2208 break 2
2209 fi
2210done
2211done
2212
2213fi
2214fi
2215ac_ct_CC=$ac_cv_prog_ac_ct_CC
2216if test -n "$ac_ct_CC"; then
2217 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2218echo "${ECHO_T}$ac_ct_CC" >&6
2219else
2220 echo "$as_me:$LINENO: result: no" >&5
2221echo "${ECHO_T}no" >&6
2222fi
2223
2224 CC=$ac_ct_CC
2225else
2226 CC="$ac_cv_prog_CC"
2227fi
2228
2229if test -z "$CC"; then
2230 if test -n "$ac_tool_prefix"; then
2231 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2232set dummy ${ac_tool_prefix}cc; ac_word=$2
2233echo "$as_me:$LINENO: checking for $ac_word" >&5
2234echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2235if test "${ac_cv_prog_CC+set}" = set; then
2236 echo $ECHO_N "(cached) $ECHO_C" >&6
2237else
2238 if test -n "$CC"; then
2239 ac_cv_prog_CC="$CC" # Let the user override the test.
2240else
2241as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2242for as_dir in $PATH
2243do
2244 IFS=$as_save_IFS
2245 test -z "$as_dir" && as_dir=.
2246 for ac_exec_ext in '' $ac_executable_extensions; do
2247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2248 ac_cv_prog_CC="${ac_tool_prefix}cc"
2249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2250 break 2
2251 fi
2252done
2253done
2254
2255fi
2256fi
2257CC=$ac_cv_prog_CC
2258if test -n "$CC"; then
2259 echo "$as_me:$LINENO: result: $CC" >&5
2260echo "${ECHO_T}$CC" >&6
2261else
2262 echo "$as_me:$LINENO: result: no" >&5
2263echo "${ECHO_T}no" >&6
2264fi
2265
2266fi
2267if test -z "$ac_cv_prog_CC"; then
2268 ac_ct_CC=$CC
2269 # Extract the first word of "cc", so it can be a program name with args.
2270set dummy cc; ac_word=$2
2271echo "$as_me:$LINENO: checking for $ac_word" >&5
2272echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2273if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2274 echo $ECHO_N "(cached) $ECHO_C" >&6
2275else
2276 if test -n "$ac_ct_CC"; then
2277 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2278else
2279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2280for as_dir in $PATH
2281do
2282 IFS=$as_save_IFS
2283 test -z "$as_dir" && as_dir=.
2284 for ac_exec_ext in '' $ac_executable_extensions; do
2285 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2286 ac_cv_prog_ac_ct_CC="cc"
2287 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2288 break 2
2289 fi
2290done
2291done
2292
2293fi
2294fi
2295ac_ct_CC=$ac_cv_prog_ac_ct_CC
2296if test -n "$ac_ct_CC"; then
2297 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2298echo "${ECHO_T}$ac_ct_CC" >&6
2299else
2300 echo "$as_me:$LINENO: result: no" >&5
2301echo "${ECHO_T}no" >&6
2302fi
2303
2304 CC=$ac_ct_CC
2305else
2306 CC="$ac_cv_prog_CC"
2307fi
2308
2309fi
2310if test -z "$CC"; then
2311 # Extract the first word of "cc", so it can be a program name with args.
2312set dummy cc; ac_word=$2
2313echo "$as_me:$LINENO: checking for $ac_word" >&5
2314echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2315if test "${ac_cv_prog_CC+set}" = set; then
2316 echo $ECHO_N "(cached) $ECHO_C" >&6
2317else
2318 if test -n "$CC"; then
2319 ac_cv_prog_CC="$CC" # Let the user override the test.
2320else
2321 ac_prog_rejected=no
2322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2323for as_dir in $PATH
2324do
2325 IFS=$as_save_IFS
2326 test -z "$as_dir" && as_dir=.
2327 for ac_exec_ext in '' $ac_executable_extensions; do
2328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2329 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2330 ac_prog_rejected=yes
2331 continue
2332 fi
2333 ac_cv_prog_CC="cc"
2334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2335 break 2
2336 fi
2337done
2338done
2339
2340if test $ac_prog_rejected = yes; then
2341 # We found a bogon in the path, so make sure we never use it.
2342 set dummy $ac_cv_prog_CC
2343 shift
2344 if test $# != 0; then
2345 # We chose a different compiler from the bogus one.
2346 # However, it has the same basename, so the bogon will be chosen
2347 # first if we set CC to just the basename; use the full file name.
2348 shift
2349 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2350 fi
2351fi
2352fi
2353fi
2354CC=$ac_cv_prog_CC
2355if test -n "$CC"; then
2356 echo "$as_me:$LINENO: result: $CC" >&5
2357echo "${ECHO_T}$CC" >&6
2358else
2359 echo "$as_me:$LINENO: result: no" >&5
2360echo "${ECHO_T}no" >&6
2361fi
2362
2363fi
2364if test -z "$CC"; then
2365 if test -n "$ac_tool_prefix"; then
2366 for ac_prog in cl
2367 do
2368 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2369set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2370echo "$as_me:$LINENO: checking for $ac_word" >&5
2371echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2372if test "${ac_cv_prog_CC+set}" = set; then
2373 echo $ECHO_N "(cached) $ECHO_C" >&6
2374else
2375 if test -n "$CC"; then
2376 ac_cv_prog_CC="$CC" # Let the user override the test.
2377else
2378as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2379for as_dir in $PATH
2380do
2381 IFS=$as_save_IFS
2382 test -z "$as_dir" && as_dir=.
2383 for ac_exec_ext in '' $ac_executable_extensions; do
2384 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2385 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2387 break 2
2388 fi
2389done
2390done
2391
2392fi
2393fi
2394CC=$ac_cv_prog_CC
2395if test -n "$CC"; then
2396 echo "$as_me:$LINENO: result: $CC" >&5
2397echo "${ECHO_T}$CC" >&6
2398else
2399 echo "$as_me:$LINENO: result: no" >&5
2400echo "${ECHO_T}no" >&6
2401fi
2402
2403 test -n "$CC" && break
2404 done
2405fi
2406if test -z "$CC"; then
2407 ac_ct_CC=$CC
2408 for ac_prog in cl
2409do
2410 # Extract the first word of "$ac_prog", so it can be a program name with args.
2411set dummy $ac_prog; ac_word=$2
2412echo "$as_me:$LINENO: checking for $ac_word" >&5
2413echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2414if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2415 echo $ECHO_N "(cached) $ECHO_C" >&6
2416else
2417 if test -n "$ac_ct_CC"; then
2418 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2419else
2420as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2421for as_dir in $PATH
2422do
2423 IFS=$as_save_IFS
2424 test -z "$as_dir" && as_dir=.
2425 for ac_exec_ext in '' $ac_executable_extensions; do
2426 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2427 ac_cv_prog_ac_ct_CC="$ac_prog"
2428 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2429 break 2
2430 fi
2431done
2432done
2433
2434fi
2435fi
2436ac_ct_CC=$ac_cv_prog_ac_ct_CC
2437if test -n "$ac_ct_CC"; then
2438 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2439echo "${ECHO_T}$ac_ct_CC" >&6
2440else
2441 echo "$as_me:$LINENO: result: no" >&5
2442echo "${ECHO_T}no" >&6
2443fi
2444
2445 test -n "$ac_ct_CC" && break
2446done
2447
2448 CC=$ac_ct_CC
2449fi
2450
2451fi
2452
2453
1d1f116d
CD
2454test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2455echo "$as_me: error: in \`$ac_pwd':" >&2;}
2456{ { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
bae7f79e
ILT
2457See \`config.log' for more details." >&5
2458echo "$as_me: error: no acceptable C compiler found in \$PATH
2459See \`config.log' for more details." >&2;}
1d1f116d 2460 { (exit 1); exit 1; }; }; }
bae7f79e
ILT
2461
2462# Provide some information about the compiler.
2463echo "$as_me:$LINENO:" \
2464 "checking for C compiler version" >&5
2465ac_compiler=`set X $ac_compile; echo $2`
2466{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2467 (eval $ac_compiler --version </dev/null >&5) 2>&5
2468 ac_status=$?
2469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2470 (exit $ac_status); }
2471{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2472 (eval $ac_compiler -v </dev/null >&5) 2>&5
2473 ac_status=$?
2474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2475 (exit $ac_status); }
2476{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2477 (eval $ac_compiler -V </dev/null >&5) 2>&5
2478 ac_status=$?
2479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2480 (exit $ac_status); }
2481
2482cat >conftest.$ac_ext <<_ACEOF
2483/* confdefs.h. */
2484_ACEOF
2485cat confdefs.h >>conftest.$ac_ext
2486cat >>conftest.$ac_ext <<_ACEOF
2487/* end confdefs.h. */
2488
2489int
2490main ()
2491{
2492
2493 ;
2494 return 0;
2495}
2496_ACEOF
2497ac_clean_files_save=$ac_clean_files
2498ac_clean_files="$ac_clean_files a.out a.exe b.out"
2499# Try to create an executable without -o first, disregard a.out.
2500# It will help us diagnose broken compilers, and finding out an intuition
2501# of exeext.
2502echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2503echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2504ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2505if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2506 (eval $ac_link_default) 2>&5
2507 ac_status=$?
2508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2509 (exit $ac_status); }; then
2510 # Find the output, starting from the most likely. This scheme is
2511# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2512# resort.
2513
2514# Be careful to initialize this variable, since it used to be cached.
2515# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2516ac_cv_exeext=
2517# b.out is created by i960 compilers.
2518for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2519do
2520 test -f "$ac_file" || continue
2521 case $ac_file in
2522 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2523 ;;
2524 conftest.$ac_ext )
2525 # This is the source file.
2526 ;;
2527 [ab].out )
2528 # We found the default executable, but exeext='' is most
2529 # certainly right.
2530 break;;
2531 *.* )
2532 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2533 # FIXME: I believe we export ac_cv_exeext for Libtool,
2534 # but it would be cool to find out if it's true. Does anybody
2535 # maintain Libtool? --akim.
2536 export ac_cv_exeext
2537 break;;
2538 * )
2539 break;;
2540 esac
2541done
2542else
2543 echo "$as_me: failed program was:" >&5
2544sed 's/^/| /' conftest.$ac_ext >&5
2545
1d1f116d
CD
2546{ { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2547echo "$as_me: error: in \`$ac_pwd':" >&2;}
bae7f79e
ILT
2548{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2549See \`config.log' for more details." >&5
2550echo "$as_me: error: C compiler cannot create executables
2551See \`config.log' for more details." >&2;}
1d1f116d 2552 { (exit 77); exit 77; }; }; }
bae7f79e
ILT
2553fi
2554
2555ac_exeext=$ac_cv_exeext
2556echo "$as_me:$LINENO: result: $ac_file" >&5
2557echo "${ECHO_T}$ac_file" >&6
2558
2559# Check the compiler produces executables we can run. If not, either
2560# the compiler is broken, or we cross compile.
2561echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2562echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2563# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2564# If not cross compiling, check that we can run a simple program.
2565if test "$cross_compiling" != yes; then
2566 if { ac_try='./$ac_file'
2567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2568 (eval $ac_try) 2>&5
2569 ac_status=$?
2570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2571 (exit $ac_status); }; }; then
2572 cross_compiling=no
2573 else
2574 if test "$cross_compiling" = maybe; then
2575 cross_compiling=yes
2576 else
1d1f116d
CD
2577 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2578echo "$as_me: error: in \`$ac_pwd':" >&2;}
2579{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
bae7f79e
ILT
2580If you meant to cross compile, use \`--host'.
2581See \`config.log' for more details." >&5
2582echo "$as_me: error: cannot run C compiled programs.
2583If you meant to cross compile, use \`--host'.
2584See \`config.log' for more details." >&2;}
1d1f116d 2585 { (exit 1); exit 1; }; }; }
bae7f79e
ILT
2586 fi
2587 fi
2588fi
2589echo "$as_me:$LINENO: result: yes" >&5
2590echo "${ECHO_T}yes" >&6
2591
2592rm -f a.out a.exe conftest$ac_cv_exeext b.out
2593ac_clean_files=$ac_clean_files_save
2594# Check the compiler produces executables we can run. If not, either
2595# the compiler is broken, or we cross compile.
2596echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2597echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2598echo "$as_me:$LINENO: result: $cross_compiling" >&5
2599echo "${ECHO_T}$cross_compiling" >&6
2600
2601echo "$as_me:$LINENO: checking for suffix of executables" >&5
2602echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2603if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2604 (eval $ac_link) 2>&5
2605 ac_status=$?
2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607 (exit $ac_status); }; then
2608 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2609# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2610# work properly (i.e., refer to `conftest.exe'), while it won't with
2611# `rm'.
2612for ac_file in conftest.exe conftest conftest.*; do
2613 test -f "$ac_file" || continue
2614 case $ac_file in
2615 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2616 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2617 export ac_cv_exeext
2618 break;;
2619 * ) break;;
2620 esac
2621done
2622else
1d1f116d
CD
2623 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2624echo "$as_me: error: in \`$ac_pwd':" >&2;}
2625{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
bae7f79e
ILT
2626See \`config.log' for more details." >&5
2627echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2628See \`config.log' for more details." >&2;}
1d1f116d 2629 { (exit 1); exit 1; }; }; }
bae7f79e
ILT
2630fi
2631
2632rm -f conftest$ac_cv_exeext
2633echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2634echo "${ECHO_T}$ac_cv_exeext" >&6
2635
2636rm -f conftest.$ac_ext
2637EXEEXT=$ac_cv_exeext
2638ac_exeext=$EXEEXT
2639echo "$as_me:$LINENO: checking for suffix of object files" >&5
2640echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2641if test "${ac_cv_objext+set}" = set; then
2642 echo $ECHO_N "(cached) $ECHO_C" >&6
2643else
2644 cat >conftest.$ac_ext <<_ACEOF
2645/* confdefs.h. */
2646_ACEOF
2647cat confdefs.h >>conftest.$ac_ext
2648cat >>conftest.$ac_ext <<_ACEOF
2649/* end confdefs.h. */
2650
2651int
2652main ()
2653{
2654
2655 ;
2656 return 0;
2657}
2658_ACEOF
2659rm -f conftest.o conftest.obj
2660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2661 (eval $ac_compile) 2>&5
2662 ac_status=$?
2663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664 (exit $ac_status); }; then
2665 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2666 case $ac_file in
2667 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2668 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2669 break;;
2670 esac
2671done
2672else
2673 echo "$as_me: failed program was:" >&5
2674sed 's/^/| /' conftest.$ac_ext >&5
2675
1d1f116d
CD
2676{ { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2677echo "$as_me: error: in \`$ac_pwd':" >&2;}
bae7f79e
ILT
2678{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2679See \`config.log' for more details." >&5
2680echo "$as_me: error: cannot compute suffix of object files: cannot compile
2681See \`config.log' for more details." >&2;}
1d1f116d 2682 { (exit 1); exit 1; }; }; }
bae7f79e
ILT
2683fi
2684
2685rm -f conftest.$ac_cv_objext conftest.$ac_ext
2686fi
2687echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2688echo "${ECHO_T}$ac_cv_objext" >&6
2689OBJEXT=$ac_cv_objext
2690ac_objext=$OBJEXT
2691echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2692echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2693if test "${ac_cv_c_compiler_gnu+set}" = set; then
2694 echo $ECHO_N "(cached) $ECHO_C" >&6
2695else
2696 cat >conftest.$ac_ext <<_ACEOF
2697/* confdefs.h. */
2698_ACEOF
2699cat confdefs.h >>conftest.$ac_ext
2700cat >>conftest.$ac_ext <<_ACEOF
2701/* end confdefs.h. */
2702
2703int
2704main ()
2705{
2706#ifndef __GNUC__
2707 choke me
2708#endif
2709
2710 ;
2711 return 0;
2712}
2713_ACEOF
2714rm -f conftest.$ac_objext
2715if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2716 (eval $ac_compile) 2>conftest.er1
2717 ac_status=$?
2718 grep -v '^ *+' conftest.er1 >conftest.err
2719 rm -f conftest.er1
2720 cat conftest.err >&5
2721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2722 (exit $ac_status); } &&
b0074644
ILT
2723 { ac_try='test -z "$ac_c_werror_flag"
2724 || test ! -s conftest.err'
bae7f79e
ILT
2725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2726 (eval $ac_try) 2>&5
2727 ac_status=$?
2728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2729 (exit $ac_status); }; } &&
2730 { ac_try='test -s conftest.$ac_objext'
2731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2732 (eval $ac_try) 2>&5
2733 ac_status=$?
2734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }; }; then
2736 ac_compiler_gnu=yes
2737else
2738 echo "$as_me: failed program was:" >&5
2739sed 's/^/| /' conftest.$ac_ext >&5
2740
2741ac_compiler_gnu=no
2742fi
2743rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2744ac_cv_c_compiler_gnu=$ac_compiler_gnu
2745
2746fi
2747echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2748echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2749GCC=`test $ac_compiler_gnu = yes && echo yes`
2750ac_test_CFLAGS=${CFLAGS+set}
2751ac_save_CFLAGS=$CFLAGS
2752CFLAGS="-g"
2753echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2754echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2755if test "${ac_cv_prog_cc_g+set}" = set; then
2756 echo $ECHO_N "(cached) $ECHO_C" >&6
2757else
2758 cat >conftest.$ac_ext <<_ACEOF
2759/* confdefs.h. */
2760_ACEOF
2761cat confdefs.h >>conftest.$ac_ext
2762cat >>conftest.$ac_ext <<_ACEOF
2763/* end confdefs.h. */
2764
2765int
2766main ()
2767{
2768
2769 ;
2770 return 0;
2771}
2772_ACEOF
2773rm -f conftest.$ac_objext
2774if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2775 (eval $ac_compile) 2>conftest.er1
2776 ac_status=$?
2777 grep -v '^ *+' conftest.er1 >conftest.err
2778 rm -f conftest.er1
2779 cat conftest.err >&5
2780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2781 (exit $ac_status); } &&
b0074644
ILT
2782 { ac_try='test -z "$ac_c_werror_flag"
2783 || test ! -s conftest.err'
bae7f79e
ILT
2784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2785 (eval $ac_try) 2>&5
2786 ac_status=$?
2787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2788 (exit $ac_status); }; } &&
2789 { ac_try='test -s conftest.$ac_objext'
2790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2791 (eval $ac_try) 2>&5
2792 ac_status=$?
2793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794 (exit $ac_status); }; }; then
2795 ac_cv_prog_cc_g=yes
2796else
2797 echo "$as_me: failed program was:" >&5
2798sed 's/^/| /' conftest.$ac_ext >&5
2799
2800ac_cv_prog_cc_g=no
2801fi
2802rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2803fi
2804echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2805echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2806if test "$ac_test_CFLAGS" = set; then
2807 CFLAGS=$ac_save_CFLAGS
2808elif test $ac_cv_prog_cc_g = yes; then
2809 if test "$GCC" = yes; then
2810 CFLAGS="-g -O2"
2811 else
2812 CFLAGS="-g"
2813 fi
2814else
2815 if test "$GCC" = yes; then
2816 CFLAGS="-O2"
2817 else
2818 CFLAGS=
2819 fi
2820fi
2821echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2822echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2823if test "${ac_cv_prog_cc_stdc+set}" = set; then
2824 echo $ECHO_N "(cached) $ECHO_C" >&6
2825else
2826 ac_cv_prog_cc_stdc=no
2827ac_save_CC=$CC
2828cat >conftest.$ac_ext <<_ACEOF
2829/* confdefs.h. */
2830_ACEOF
2831cat confdefs.h >>conftest.$ac_ext
2832cat >>conftest.$ac_ext <<_ACEOF
2833/* end confdefs.h. */
2834#include <stdarg.h>
2835#include <stdio.h>
2836#include <sys/types.h>
2837#include <sys/stat.h>
2838/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2839struct buf { int x; };
2840FILE * (*rcsopen) (struct buf *, struct stat *, int);
2841static char *e (p, i)
2842 char **p;
2843 int i;
2844{
2845 return p[i];
2846}
2847static char *f (char * (*g) (char **, int), char **p, ...)
2848{
2849 char *s;
2850 va_list v;
2851 va_start (v,p);
2852 s = g (p, va_arg (v,int));
2853 va_end (v);
2854 return s;
2855}
2856
2857/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2858 function prototypes and stuff, but not '\xHH' hex character constants.
2859 These don't provoke an error unfortunately, instead are silently treated
2860 as 'x'. The following induces an error, until -std1 is added to get
2861 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2862 array size at least. It's necessary to write '\x00'==0 to get something
2863 that's true only with -std1. */
2864int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2865
2866int test (int i, double x);
2867struct s1 {int (*f) (int a);};
2868struct s2 {int (*f) (double a);};
2869int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2870int argc;
2871char **argv;
2872int
2873main ()
2874{
2875return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2876 ;
2877 return 0;
2878}
2879_ACEOF
2880# Don't try gcc -ansi; that turns off useful extensions and
2881# breaks some systems' header files.
2882# AIX -qlanglvl=ansi
2883# Ultrix and OSF/1 -std1
2884# HP-UX 10.20 and later -Ae
2885# HP-UX older versions -Aa -D_HPUX_SOURCE
2886# SVR4 -Xc -D__EXTENSIONS__
2887for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2888do
2889 CC="$ac_save_CC $ac_arg"
2890 rm -f conftest.$ac_objext
2891if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2892 (eval $ac_compile) 2>conftest.er1
2893 ac_status=$?
2894 grep -v '^ *+' conftest.er1 >conftest.err
2895 rm -f conftest.er1
2896 cat conftest.err >&5
2897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2898 (exit $ac_status); } &&
b0074644
ILT
2899 { ac_try='test -z "$ac_c_werror_flag"
2900 || test ! -s conftest.err'
bae7f79e
ILT
2901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2902 (eval $ac_try) 2>&5
2903 ac_status=$?
2904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2905 (exit $ac_status); }; } &&
2906 { ac_try='test -s conftest.$ac_objext'
2907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2908 (eval $ac_try) 2>&5
2909 ac_status=$?
2910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911 (exit $ac_status); }; }; then
2912 ac_cv_prog_cc_stdc=$ac_arg
2913break
2914else
2915 echo "$as_me: failed program was:" >&5
2916sed 's/^/| /' conftest.$ac_ext >&5
2917
2918fi
2919rm -f conftest.err conftest.$ac_objext
2920done
2921rm -f conftest.$ac_ext conftest.$ac_objext
2922CC=$ac_save_CC
2923
2924fi
2925
2926case "x$ac_cv_prog_cc_stdc" in
2927 x|xno)
2928 echo "$as_me:$LINENO: result: none needed" >&5
2929echo "${ECHO_T}none needed" >&6 ;;
2930 *)
2931 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2932echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2933 CC="$CC $ac_cv_prog_cc_stdc" ;;
2934esac
2935
2936# Some people use a C++ compiler to compile C. Since we use `exit',
2937# in C++ we need to declare it. In case someone uses the same compiler
2938# for both compiling C and C++ we need to have the C++ compiler decide
2939# the declaration of exit, since it's the most demanding environment.
2940cat >conftest.$ac_ext <<_ACEOF
2941#ifndef __cplusplus
2942 choke me
2943#endif
2944_ACEOF
2945rm -f conftest.$ac_objext
2946if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2947 (eval $ac_compile) 2>conftest.er1
2948 ac_status=$?
2949 grep -v '^ *+' conftest.er1 >conftest.err
2950 rm -f conftest.er1
2951 cat conftest.err >&5
2952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2953 (exit $ac_status); } &&
b0074644
ILT
2954 { ac_try='test -z "$ac_c_werror_flag"
2955 || test ! -s conftest.err'
bae7f79e
ILT
2956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2957 (eval $ac_try) 2>&5
2958 ac_status=$?
2959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2960 (exit $ac_status); }; } &&
2961 { ac_try='test -s conftest.$ac_objext'
2962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2963 (eval $ac_try) 2>&5
2964 ac_status=$?
2965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966 (exit $ac_status); }; }; then
2967 for ac_declaration in \
2968 '' \
2969 'extern "C" void std::exit (int) throw (); using std::exit;' \
2970 'extern "C" void std::exit (int); using std::exit;' \
2971 'extern "C" void exit (int) throw ();' \
2972 'extern "C" void exit (int);' \
2973 'void exit (int);'
2974do
2975 cat >conftest.$ac_ext <<_ACEOF
2976/* confdefs.h. */
2977_ACEOF
2978cat confdefs.h >>conftest.$ac_ext
2979cat >>conftest.$ac_ext <<_ACEOF
2980/* end confdefs.h. */
2981$ac_declaration
2982#include <stdlib.h>
2983int
2984main ()
2985{
2986exit (42);
2987 ;
2988 return 0;
2989}
2990_ACEOF
2991rm -f conftest.$ac_objext
2992if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2993 (eval $ac_compile) 2>conftest.er1
2994 ac_status=$?
2995 grep -v '^ *+' conftest.er1 >conftest.err
2996 rm -f conftest.er1
2997 cat conftest.err >&5
2998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2999 (exit $ac_status); } &&
b0074644
ILT
3000 { ac_try='test -z "$ac_c_werror_flag"
3001 || test ! -s conftest.err'
bae7f79e
ILT
3002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3003 (eval $ac_try) 2>&5
3004 ac_status=$?
3005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3006 (exit $ac_status); }; } &&
3007 { ac_try='test -s conftest.$ac_objext'
3008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3009 (eval $ac_try) 2>&5
3010 ac_status=$?
3011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3012 (exit $ac_status); }; }; then
3013 :
3014else
3015 echo "$as_me: failed program was:" >&5
3016sed 's/^/| /' conftest.$ac_ext >&5
3017
3018continue
3019fi
3020rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3021 cat >conftest.$ac_ext <<_ACEOF
3022/* confdefs.h. */
3023_ACEOF
3024cat confdefs.h >>conftest.$ac_ext
3025cat >>conftest.$ac_ext <<_ACEOF
3026/* end confdefs.h. */
3027$ac_declaration
3028int
3029main ()
3030{
3031exit (42);
3032 ;
3033 return 0;
3034}
3035_ACEOF
3036rm -f conftest.$ac_objext
3037if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3038 (eval $ac_compile) 2>conftest.er1
3039 ac_status=$?
3040 grep -v '^ *+' conftest.er1 >conftest.err
3041 rm -f conftest.er1
3042 cat conftest.err >&5
3043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3044 (exit $ac_status); } &&
b0074644
ILT
3045 { ac_try='test -z "$ac_c_werror_flag"
3046 || test ! -s conftest.err'
bae7f79e
ILT
3047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3048 (eval $ac_try) 2>&5
3049 ac_status=$?
3050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3051 (exit $ac_status); }; } &&
3052 { ac_try='test -s conftest.$ac_objext'
3053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3054 (eval $ac_try) 2>&5
3055 ac_status=$?
3056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3057 (exit $ac_status); }; }; then
3058 break
3059else
3060 echo "$as_me: failed program was:" >&5
3061sed 's/^/| /' conftest.$ac_ext >&5
3062
3063fi
3064rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3065done
3066rm -f conftest*
3067if test -n "$ac_declaration"; then
3068 echo '#ifdef __cplusplus' >>confdefs.h
3069 echo $ac_declaration >>confdefs.h
3070 echo '#endif' >>confdefs.h
3071fi
3072
3073else
3074 echo "$as_me: failed program was:" >&5
3075sed 's/^/| /' conftest.$ac_ext >&5
3076
3077fi
3078rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3079ac_ext=c
3080ac_cpp='$CPP $CPPFLAGS'
3081ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3082ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3083ac_compiler_gnu=$ac_cv_c_compiler_gnu
3084DEPDIR="${am__leading_dot}deps"
3085
3086 ac_config_commands="$ac_config_commands depfiles"
3087
3088
3089am_make=${MAKE-make}
3090cat > confinc << 'END'
3091am__doit:
3092 @echo done
3093.PHONY: am__doit
3094END
3095# If we don't find an include directive, just comment out the code.
3096echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3097echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
3098am__include="#"
3099am__quote=
3100_am_result=none
3101# First try GNU make style include.
3102echo "include confinc" > confmf
3103# We grep out `Entering directory' and `Leaving directory'
3104# messages which can occur if `w' ends up in MAKEFLAGS.
3105# In particular we don't look at `^make:' because GNU make might
3106# be invoked under some other name (usually "gmake"), in which
3107# case it prints its new name instead of `make'.
3108if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3109 am__include=include
3110 am__quote=
3111 _am_result=GNU
3112fi
3113# Now try BSD make style include.
3114if test "$am__include" = "#"; then
3115 echo '.include "confinc"' > confmf
3116 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3117 am__include=.include
3118 am__quote="\""
3119 _am_result=BSD
3120 fi
3121fi
3122
3123
3124echo "$as_me:$LINENO: result: $_am_result" >&5
3125echo "${ECHO_T}$_am_result" >&6
3126rm -f confinc confmf
3127
3128# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
3129if test "${enable_dependency_tracking+set}" = set; then
3130 enableval="$enable_dependency_tracking"
3131
3132fi;
3133if test "x$enable_dependency_tracking" != xno; then
3134 am_depcomp="$ac_aux_dir/depcomp"
3135 AMDEPBACKSLASH='\'
3136fi
3137
3138
3139if test "x$enable_dependency_tracking" != xno; then
3140 AMDEP_TRUE=
3141 AMDEP_FALSE='#'
3142else
3143 AMDEP_TRUE='#'
3144 AMDEP_FALSE=
3145fi
3146
3147
3148
3149
3150depcc="$CC" am_compiler_list=
3151
3152echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3153echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3154if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3155 echo $ECHO_N "(cached) $ECHO_C" >&6
3156else
3157 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3158 # We make a subdir and do the tests there. Otherwise we can end up
3159 # making bogus files that we don't know about and never remove. For
3160 # instance it was reported that on HP-UX the gcc test will end up
3161 # making a dummy file named `D' -- because `-MD' means `put the output
3162 # in D'.
3163 mkdir conftest.dir
3164 # Copy depcomp to subdir because otherwise we won't find it if we're
3165 # using a relative directory.
3166 cp "$am_depcomp" conftest.dir
3167 cd conftest.dir
3168 # We will build objects and dependencies in a subdirectory because
3169 # it helps to detect inapplicable dependency modes. For instance
3170 # both Tru64's cc and ICC support -MD to output dependencies as a
3171 # side effect of compilation, but ICC will put the dependencies in
3172 # the current directory while Tru64 will put them in the object
3173 # directory.
3174 mkdir sub
3175
3176 am_cv_CC_dependencies_compiler_type=none
3177 if test "$am_compiler_list" = ""; then
3178 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3179 fi
3180 for depmode in $am_compiler_list; do
3181 # Setup a source with many dependencies, because some compilers
3182 # like to wrap large dependency lists on column 80 (with \), and
3183 # we should not choose a depcomp mode which is confused by this.
3184 #
3185 # We need to recreate these files for each test, as the compiler may
3186 # overwrite some of them when testing with obscure command lines.
3187 # This happens at least with the AIX C compiler.
3188 : > sub/conftest.c
3189 for i in 1 2 3 4 5 6; do
3190 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3191 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3192 # Solaris 8's {/usr,}/bin/sh.
3193 touch sub/conftst$i.h
3194 done
3195 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3196
3197 case $depmode in
3198 nosideeffect)
3199 # after this tag, mechanisms are not by side-effect, so they'll
3200 # only be used when explicitly requested
3201 if test "x$enable_dependency_tracking" = xyes; then
3202 continue
3203 else
3204 break
3205 fi
3206 ;;
3207 none) break ;;
3208 esac
3209 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3210 # mode. It turns out that the SunPro C++ compiler does not properly
3211 # handle `-M -o', and we need to detect this.
3212 if depmode=$depmode \
3213 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3214 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3215 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3216 >/dev/null 2>conftest.err &&
3217 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3218 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3219 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3220 # icc doesn't choke on unknown options, it will just issue warnings
3221 # or remarks (even with -Werror). So we grep stderr for any message
3222 # that says an option was ignored or not supported.
3223 # When given -MP, icc 7.0 and 7.1 complain thusly:
3224 # icc: Command line warning: ignoring option '-M'; no argument required
3225 # The diagnosis changed in icc 8.0:
3226 # icc: Command line remark: option '-MP' not supported
3227 if (grep 'ignoring option' conftest.err ||
3228 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3229 am_cv_CC_dependencies_compiler_type=$depmode
3230 break
3231 fi
3232 fi
3233 done
3234
3235 cd ..
3236 rm -rf conftest.dir
3237else
3238 am_cv_CC_dependencies_compiler_type=none
3239fi
3240
3241fi
3242echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3243echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3244CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3245
3246
3247
3248if
3249 test "x$enable_dependency_tracking" != xno \
3250 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3251 am__fastdepCC_TRUE=
3252 am__fastdepCC_FALSE='#'
3253else
3254 am__fastdepCC_TRUE='#'
3255 am__fastdepCC_FALSE=
3256fi
3257
3258
3259ac_ext=cc
3260ac_cpp='$CXXCPP $CPPFLAGS'
3261ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3262ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3263ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3264if test -n "$ac_tool_prefix"; then
3265 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3266 do
3267 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3268set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3269echo "$as_me:$LINENO: checking for $ac_word" >&5
3270echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3271if test "${ac_cv_prog_CXX+set}" = set; then
3272 echo $ECHO_N "(cached) $ECHO_C" >&6
3273else
3274 if test -n "$CXX"; then
3275 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3276else
3277as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3278for as_dir in $PATH
3279do
3280 IFS=$as_save_IFS
3281 test -z "$as_dir" && as_dir=.
3282 for ac_exec_ext in '' $ac_executable_extensions; do
3283 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3284 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3285 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3286 break 2
3287 fi
3288done
3289done
3290
3291fi
3292fi
3293CXX=$ac_cv_prog_CXX
3294if test -n "$CXX"; then
3295 echo "$as_me:$LINENO: result: $CXX" >&5
3296echo "${ECHO_T}$CXX" >&6
3297else
3298 echo "$as_me:$LINENO: result: no" >&5
3299echo "${ECHO_T}no" >&6
3300fi
3301
3302 test -n "$CXX" && break
3303 done
3304fi
3305if test -z "$CXX"; then
3306 ac_ct_CXX=$CXX
3307 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3308do
3309 # Extract the first word of "$ac_prog", so it can be a program name with args.
3310set dummy $ac_prog; ac_word=$2
3311echo "$as_me:$LINENO: checking for $ac_word" >&5
3312echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3313if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3314 echo $ECHO_N "(cached) $ECHO_C" >&6
3315else
3316 if test -n "$ac_ct_CXX"; then
3317 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3318else
3319as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3320for as_dir in $PATH
3321do
3322 IFS=$as_save_IFS
3323 test -z "$as_dir" && as_dir=.
3324 for ac_exec_ext in '' $ac_executable_extensions; do
3325 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3326 ac_cv_prog_ac_ct_CXX="$ac_prog"
3327 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3328 break 2
3329 fi
3330done
3331done
3332
3333fi
3334fi
3335ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3336if test -n "$ac_ct_CXX"; then
3337 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3338echo "${ECHO_T}$ac_ct_CXX" >&6
3339else
3340 echo "$as_me:$LINENO: result: no" >&5
3341echo "${ECHO_T}no" >&6
3342fi
3343
3344 test -n "$ac_ct_CXX" && break
3345done
3346test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
3347
3348 CXX=$ac_ct_CXX
3349fi
3350
3351
3352# Provide some information about the compiler.
3353echo "$as_me:$LINENO:" \
3354 "checking for C++ compiler version" >&5
3355ac_compiler=`set X $ac_compile; echo $2`
3356{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3357 (eval $ac_compiler --version </dev/null >&5) 2>&5
3358 ac_status=$?
3359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3360 (exit $ac_status); }
3361{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3362 (eval $ac_compiler -v </dev/null >&5) 2>&5
3363 ac_status=$?
3364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3365 (exit $ac_status); }
3366{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3367 (eval $ac_compiler -V </dev/null >&5) 2>&5
3368 ac_status=$?
3369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3370 (exit $ac_status); }
3371
3372echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3373echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3374if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3375 echo $ECHO_N "(cached) $ECHO_C" >&6
3376else
3377 cat >conftest.$ac_ext <<_ACEOF
3378/* confdefs.h. */
3379_ACEOF
3380cat confdefs.h >>conftest.$ac_ext
3381cat >>conftest.$ac_ext <<_ACEOF
3382/* end confdefs.h. */
3383
3384int
3385main ()
3386{
3387#ifndef __GNUC__
3388 choke me
3389#endif
3390
3391 ;
3392 return 0;
3393}
3394_ACEOF
3395rm -f conftest.$ac_objext
3396if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3397 (eval $ac_compile) 2>conftest.er1
3398 ac_status=$?
3399 grep -v '^ *+' conftest.er1 >conftest.err
3400 rm -f conftest.er1
3401 cat conftest.err >&5
3402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3403 (exit $ac_status); } &&
b0074644
ILT
3404 { ac_try='test -z "$ac_cxx_werror_flag"
3405 || test ! -s conftest.err'
bae7f79e
ILT
3406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3407 (eval $ac_try) 2>&5
3408 ac_status=$?
3409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410 (exit $ac_status); }; } &&
3411 { ac_try='test -s conftest.$ac_objext'
3412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3413 (eval $ac_try) 2>&5
3414 ac_status=$?
3415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3416 (exit $ac_status); }; }; then
3417 ac_compiler_gnu=yes
3418else
3419 echo "$as_me: failed program was:" >&5
3420sed 's/^/| /' conftest.$ac_ext >&5
3421
3422ac_compiler_gnu=no
3423fi
3424rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3425ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3426
3427fi
3428echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3429echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3430GXX=`test $ac_compiler_gnu = yes && echo yes`
3431ac_test_CXXFLAGS=${CXXFLAGS+set}
3432ac_save_CXXFLAGS=$CXXFLAGS
3433CXXFLAGS="-g"
3434echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3435echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3436if test "${ac_cv_prog_cxx_g+set}" = set; then
3437 echo $ECHO_N "(cached) $ECHO_C" >&6
3438else
3439 cat >conftest.$ac_ext <<_ACEOF
3440/* confdefs.h. */
3441_ACEOF
3442cat confdefs.h >>conftest.$ac_ext
3443cat >>conftest.$ac_ext <<_ACEOF
3444/* end confdefs.h. */
3445
3446int
3447main ()
3448{
3449
3450 ;
3451 return 0;
3452}
3453_ACEOF
3454rm -f conftest.$ac_objext
3455if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3456 (eval $ac_compile) 2>conftest.er1
3457 ac_status=$?
3458 grep -v '^ *+' conftest.er1 >conftest.err
3459 rm -f conftest.er1
3460 cat conftest.err >&5
3461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3462 (exit $ac_status); } &&
b0074644
ILT
3463 { ac_try='test -z "$ac_cxx_werror_flag"
3464 || test ! -s conftest.err'
bae7f79e
ILT
3465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3466 (eval $ac_try) 2>&5
3467 ac_status=$?
3468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3469 (exit $ac_status); }; } &&
3470 { ac_try='test -s conftest.$ac_objext'
3471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3472 (eval $ac_try) 2>&5
3473 ac_status=$?
3474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3475 (exit $ac_status); }; }; then
3476 ac_cv_prog_cxx_g=yes
3477else
3478 echo "$as_me: failed program was:" >&5
3479sed 's/^/| /' conftest.$ac_ext >&5
3480
3481ac_cv_prog_cxx_g=no
3482fi
3483rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3484fi
3485echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3486echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3487if test "$ac_test_CXXFLAGS" = set; then
3488 CXXFLAGS=$ac_save_CXXFLAGS
3489elif test $ac_cv_prog_cxx_g = yes; then
3490 if test "$GXX" = yes; then
3491 CXXFLAGS="-g -O2"
3492 else
3493 CXXFLAGS="-g"
3494 fi
3495else
3496 if test "$GXX" = yes; then
3497 CXXFLAGS="-O2"
3498 else
3499 CXXFLAGS=
3500 fi
3501fi
3502for ac_declaration in \
3503 '' \
3504 'extern "C" void std::exit (int) throw (); using std::exit;' \
3505 'extern "C" void std::exit (int); using std::exit;' \
3506 'extern "C" void exit (int) throw ();' \
3507 'extern "C" void exit (int);' \
3508 'void exit (int);'
3509do
3510 cat >conftest.$ac_ext <<_ACEOF
3511/* confdefs.h. */
3512_ACEOF
3513cat confdefs.h >>conftest.$ac_ext
3514cat >>conftest.$ac_ext <<_ACEOF
3515/* end confdefs.h. */
3516$ac_declaration
3517#include <stdlib.h>
3518int
3519main ()
3520{
3521exit (42);
3522 ;
3523 return 0;
3524}
3525_ACEOF
3526rm -f conftest.$ac_objext
3527if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3528 (eval $ac_compile) 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } &&
b0074644
ILT
3535 { ac_try='test -z "$ac_cxx_werror_flag"
3536 || test ! -s conftest.err'
bae7f79e
ILT
3537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3538 (eval $ac_try) 2>&5
3539 ac_status=$?
3540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3541 (exit $ac_status); }; } &&
3542 { ac_try='test -s conftest.$ac_objext'
3543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3544 (eval $ac_try) 2>&5
3545 ac_status=$?
3546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3547 (exit $ac_status); }; }; then
3548 :
3549else
3550 echo "$as_me: failed program was:" >&5
3551sed 's/^/| /' conftest.$ac_ext >&5
3552
3553continue
3554fi
3555rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3556 cat >conftest.$ac_ext <<_ACEOF
3557/* confdefs.h. */
3558_ACEOF
3559cat confdefs.h >>conftest.$ac_ext
3560cat >>conftest.$ac_ext <<_ACEOF
3561/* end confdefs.h. */
3562$ac_declaration
3563int
3564main ()
3565{
3566exit (42);
3567 ;
3568 return 0;
3569}
3570_ACEOF
3571rm -f conftest.$ac_objext
3572if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3573 (eval $ac_compile) 2>conftest.er1
3574 ac_status=$?
3575 grep -v '^ *+' conftest.er1 >conftest.err
3576 rm -f conftest.er1
3577 cat conftest.err >&5
3578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3579 (exit $ac_status); } &&
b0074644
ILT
3580 { ac_try='test -z "$ac_cxx_werror_flag"
3581 || test ! -s conftest.err'
bae7f79e
ILT
3582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3583 (eval $ac_try) 2>&5
3584 ac_status=$?
3585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3586 (exit $ac_status); }; } &&
3587 { ac_try='test -s conftest.$ac_objext'
3588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3589 (eval $ac_try) 2>&5
3590 ac_status=$?
3591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); }; }; then
3593 break
3594else
3595 echo "$as_me: failed program was:" >&5
3596sed 's/^/| /' conftest.$ac_ext >&5
3597
3598fi
3599rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3600done
3601rm -f conftest*
3602if test -n "$ac_declaration"; then
3603 echo '#ifdef __cplusplus' >>confdefs.h
3604 echo $ac_declaration >>confdefs.h
3605 echo '#endif' >>confdefs.h
3606fi
3607
3608ac_ext=c
3609ac_cpp='$CPP $CPPFLAGS'
3610ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3611ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3612ac_compiler_gnu=$ac_cv_c_compiler_gnu
3613
3614depcc="$CXX" am_compiler_list=
3615
3616echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3617echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3618if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3619 echo $ECHO_N "(cached) $ECHO_C" >&6
3620else
3621 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3622 # We make a subdir and do the tests there. Otherwise we can end up
3623 # making bogus files that we don't know about and never remove. For
3624 # instance it was reported that on HP-UX the gcc test will end up
3625 # making a dummy file named `D' -- because `-MD' means `put the output
3626 # in D'.
3627 mkdir conftest.dir
3628 # Copy depcomp to subdir because otherwise we won't find it if we're
3629 # using a relative directory.
3630 cp "$am_depcomp" conftest.dir
3631 cd conftest.dir
3632 # We will build objects and dependencies in a subdirectory because
3633 # it helps to detect inapplicable dependency modes. For instance
3634 # both Tru64's cc and ICC support -MD to output dependencies as a
3635 # side effect of compilation, but ICC will put the dependencies in
3636 # the current directory while Tru64 will put them in the object
3637 # directory.
3638 mkdir sub
3639
3640 am_cv_CXX_dependencies_compiler_type=none
3641 if test "$am_compiler_list" = ""; then
3642 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3643 fi
3644 for depmode in $am_compiler_list; do
3645 # Setup a source with many dependencies, because some compilers
3646 # like to wrap large dependency lists on column 80 (with \), and
3647 # we should not choose a depcomp mode which is confused by this.
3648 #
3649 # We need to recreate these files for each test, as the compiler may
3650 # overwrite some of them when testing with obscure command lines.
3651 # This happens at least with the AIX C compiler.
3652 : > sub/conftest.c
3653 for i in 1 2 3 4 5 6; do
3654 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3655 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3656 # Solaris 8's {/usr,}/bin/sh.
3657 touch sub/conftst$i.h
3658 done
3659 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3660
3661 case $depmode in
3662 nosideeffect)
3663 # after this tag, mechanisms are not by side-effect, so they'll
3664 # only be used when explicitly requested
3665 if test "x$enable_dependency_tracking" = xyes; then
3666 continue
3667 else
3668 break
3669 fi
3670 ;;
3671 none) break ;;
3672 esac
3673 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3674 # mode. It turns out that the SunPro C++ compiler does not properly
3675 # handle `-M -o', and we need to detect this.
3676 if depmode=$depmode \
3677 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3678 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3679 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3680 >/dev/null 2>conftest.err &&
3681 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3682 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3683 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3684 # icc doesn't choke on unknown options, it will just issue warnings
3685 # or remarks (even with -Werror). So we grep stderr for any message
3686 # that says an option was ignored or not supported.
3687 # When given -MP, icc 7.0 and 7.1 complain thusly:
3688 # icc: Command line warning: ignoring option '-M'; no argument required
3689 # The diagnosis changed in icc 8.0:
3690 # icc: Command line remark: option '-MP' not supported
3691 if (grep 'ignoring option' conftest.err ||
3692 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3693 am_cv_CXX_dependencies_compiler_type=$depmode
3694 break
3695 fi
3696 fi
3697 done
3698
3699 cd ..
3700 rm -rf conftest.dir
3701else
3702 am_cv_CXX_dependencies_compiler_type=none
3703fi
3704
3705fi
3706echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3707echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3708CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3709
3710
3711
3712if
3713 test "x$enable_dependency_tracking" != xno \
3714 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
3715 am__fastdepCXX_TRUE=
3716 am__fastdepCXX_FALSE='#'
3717else
3718 am__fastdepCXX_TRUE='#'
3719 am__fastdepCXX_FALSE=
3720fi
3721
3722
dbe717ef
ILT
3723for ac_prog in 'bison -y' byacc
3724do
3725 # Extract the first word of "$ac_prog", so it can be a program name with args.
3726set dummy $ac_prog; ac_word=$2
3727echo "$as_me:$LINENO: checking for $ac_word" >&5
3728echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3729if test "${ac_cv_prog_YACC+set}" = set; then
3730 echo $ECHO_N "(cached) $ECHO_C" >&6
3731else
3732 if test -n "$YACC"; then
3733 ac_cv_prog_YACC="$YACC" # Let the user override the test.
3734else
3735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3736for as_dir in $PATH
3737do
3738 IFS=$as_save_IFS
3739 test -z "$as_dir" && as_dir=.
3740 for ac_exec_ext in '' $ac_executable_extensions; do
3741 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3742 ac_cv_prog_YACC="$ac_prog"
3743 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3744 break 2
3745 fi
3746done
3747done
3748
3749fi
3750fi
3751YACC=$ac_cv_prog_YACC
3752if test -n "$YACC"; then
3753 echo "$as_me:$LINENO: result: $YACC" >&5
3754echo "${ECHO_T}$YACC" >&6
3755else
3756 echo "$as_me:$LINENO: result: no" >&5
3757echo "${ECHO_T}no" >&6
3758fi
3759
3760 test -n "$YACC" && break
3761done
3762test -n "$YACC" || YACC="yacc"
3763
5a6f7e2d
ILT
3764if test -n "$ac_tool_prefix"; then
3765 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3766set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3767echo "$as_me:$LINENO: checking for $ac_word" >&5
3768echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3769if test "${ac_cv_prog_RANLIB+set}" = set; then
3770 echo $ECHO_N "(cached) $ECHO_C" >&6
3771else
3772 if test -n "$RANLIB"; then
3773 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3774else
3775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3776for as_dir in $PATH
3777do
3778 IFS=$as_save_IFS
3779 test -z "$as_dir" && as_dir=.
3780 for ac_exec_ext in '' $ac_executable_extensions; do
3781 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3782 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3784 break 2
3785 fi
3786done
3787done
3788
3789fi
3790fi
3791RANLIB=$ac_cv_prog_RANLIB
3792if test -n "$RANLIB"; then
3793 echo "$as_me:$LINENO: result: $RANLIB" >&5
3794echo "${ECHO_T}$RANLIB" >&6
3795else
3796 echo "$as_me:$LINENO: result: no" >&5
3797echo "${ECHO_T}no" >&6
3798fi
3799
3800fi
3801if test -z "$ac_cv_prog_RANLIB"; then
3802 ac_ct_RANLIB=$RANLIB
3803 # Extract the first word of "ranlib", so it can be a program name with args.
3804set dummy ranlib; ac_word=$2
3805echo "$as_me:$LINENO: checking for $ac_word" >&5
3806echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3807if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3808 echo $ECHO_N "(cached) $ECHO_C" >&6
3809else
3810 if test -n "$ac_ct_RANLIB"; then
3811 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3812else
3813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3814for as_dir in $PATH
3815do
3816 IFS=$as_save_IFS
3817 test -z "$as_dir" && as_dir=.
3818 for ac_exec_ext in '' $ac_executable_extensions; do
3819 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3820 ac_cv_prog_ac_ct_RANLIB="ranlib"
3821 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3822 break 2
3823 fi
3824done
3825done
3826
3827 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3828fi
3829fi
3830ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3831if test -n "$ac_ct_RANLIB"; then
3832 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3833echo "${ECHO_T}$ac_ct_RANLIB" >&6
3834else
3835 echo "$as_me:$LINENO: result: no" >&5
3836echo "${ECHO_T}no" >&6
3837fi
3838
3839 RANLIB=$ac_ct_RANLIB
3840else
3841 RANLIB="$ac_cv_prog_RANLIB"
3842fi
3843
bae7f79e
ILT
3844# Find a good install program. We prefer a C program (faster),
3845# so one script is as good as another. But avoid the broken or
3846# incompatible versions:
3847# SysV /etc/install, /usr/sbin/install
3848# SunOS /usr/etc/install
3849# IRIX /sbin/install
3850# AIX /bin/install
3851# AmigaOS /C/install, which installs bootblocks on floppy discs
3852# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3853# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3854# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3855# OS/2's system install, which has a completely different semantic
3856# ./install, which can be erroneously created by make from ./install.sh.
f5314dd5 3857# Reject install programs that cannot install multiple files.
bae7f79e
ILT
3858echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3859echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3860if test -z "$INSTALL"; then
3861if test "${ac_cv_path_install+set}" = set; then
3862 echo $ECHO_N "(cached) $ECHO_C" >&6
3863else
3864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3865for as_dir in $PATH
3866do
3867 IFS=$as_save_IFS
3868 test -z "$as_dir" && as_dir=.
3869 # Account for people who put trailing slashes in PATH elements.
3870case $as_dir/ in
3871 ./ | .// | /cC/* | \
3872 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3873 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3874 /usr/ucb/* ) ;;
3875 *)
3876 # OSF1 and SCO ODT 3.0 have their own names for install.
3877 # Don't use installbsd from OSF since it installs stuff as root
3878 # by default.
3879 for ac_prog in ginstall scoinst install; do
3880 for ac_exec_ext in '' $ac_executable_extensions; do
3881 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3882 if test $ac_prog = install &&
3883 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3884 # AIX install. It has an incompatible calling convention.
3885 :
3886 elif test $ac_prog = install &&
3887 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3888 # program-specific install script used by HP pwplus--don't use.
3889 :
3890 else
f5314dd5
DM
3891 rm -rf conftest.one conftest.two conftest.dir
3892 echo one > conftest.one
3893 echo two > conftest.two
3894 mkdir conftest.dir
3895 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3896 test -s conftest.one && test -s conftest.two &&
3897 test -s conftest.dir/conftest.one &&
3898 test -s conftest.dir/conftest.two
3899 then
3900 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3901 break 3
3902 fi
bae7f79e
ILT
3903 fi
3904 fi
3905 done
3906 done
3907 ;;
3908esac
3909done
3910
f5314dd5 3911rm -rf conftest.one conftest.two conftest.dir
bae7f79e
ILT
3912
3913fi
3914 if test "${ac_cv_path_install+set}" = set; then
3915 INSTALL=$ac_cv_path_install
3916 else
f5314dd5
DM
3917 # As a last resort, use the slow shell script. Don't cache a
3918 # value for INSTALL within a source directory, because that will
bae7f79e 3919 # break other packages using the cache if that directory is
f5314dd5 3920 # removed, or if the value is a relative name.
bae7f79e
ILT
3921 INSTALL=$ac_install_sh
3922 fi
3923fi
3924echo "$as_me:$LINENO: result: $INSTALL" >&5
3925echo "${ECHO_T}$INSTALL" >&6
3926
3927# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3928# It thinks the first close brace ends the variable substitution.
3929test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3930
3931test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3932
3933test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3934
537b5f51
ILT
3935echo "$as_me:$LINENO: checking whether ln -s works" >&5
3936echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3937LN_S=$as_ln_s
3938if test "$LN_S" = "ln -s"; then
3939 echo "$as_me:$LINENO: result: yes" >&5
3940echo "${ECHO_T}yes" >&6
3941else
3942 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3943echo "${ECHO_T}no, using $LN_S" >&6
3944fi
3945
fa99aa09
ILT
3946
3947
3948cat >>confdefs.h <<\_ACEOF
3949#define _GNU_SOURCE 1
3950_ACEOF
3951
3952
3953
bae7f79e
ILT
3954# If we haven't got the data from the intl directory,
3955# assume NLS is disabled.
3956USE_NLS=no
3957LIBINTL=
3958LIBINTL_DEP=
3959INCINTL=
3960XGETTEXT=
3961GMSGFMT=
3962POSUB=
3963
3964if test -f ../intl/config.intl; then
3965 . ../intl/config.intl
3966fi
3967echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3968echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3969if test x"$USE_NLS" != xyes; then
3970 echo "$as_me:$LINENO: result: no" >&5
3971echo "${ECHO_T}no" >&6
3972else
3973 echo "$as_me:$LINENO: result: yes" >&5
3974echo "${ECHO_T}yes" >&6
3975
3976cat >>confdefs.h <<\_ACEOF
3977#define ENABLE_NLS 1
3978_ACEOF
3979
3980
3981 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
3982echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
3983 # Look for .po and .gmo files in the source directory.
3984 CATALOGS=
3985 XLINGUAS=
3986 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
3987 # If there aren't any .gmo files the shell will give us the
3988 # literal string "../path/to/srcdir/po/*.gmo" which has to be
3989 # weeded out.
3990 case "$cat" in *\**)
3991 continue;;
3992 esac
3993 # The quadruple backslash is collapsed to a double backslash
3994 # by the backticks, then collapsed again by the double quotes,
3995 # leaving us with one backslash in the sed expression (right
3996 # before the dot that mustn't act as a wildcard).
3997 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
3998 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
3999 # The user is allowed to set LINGUAS to a list of languages to
4000 # install catalogs for. If it's empty that means "all of them."
4001 if test "x$LINGUAS" = x; then
4002 CATALOGS="$CATALOGS $cat"
4003 XLINGUAS="$XLINGUAS $lang"
4004 else
4005 case "$LINGUAS" in *$lang*)
4006 CATALOGS="$CATALOGS $cat"
4007 XLINGUAS="$XLINGUAS $lang"
4008 ;;
4009 esac
4010 fi
4011 done
4012 LINGUAS="$XLINGUAS"
4013 echo "$as_me:$LINENO: result: $LINGUAS" >&5
4014echo "${ECHO_T}$LINGUAS" >&6
4015
4016
4017 DATADIRNAME=share
4018
4019 INSTOBJEXT=.mo
4020
4021 GENCAT=gencat
4022
4023 CATOBJEXT=.gmo
4024
4025fi
4026
4027 MKINSTALLDIRS=
4028 if test -n "$ac_aux_dir"; then
4029 case "$ac_aux_dir" in
4030 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
4031 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
4032 esac
4033 fi
4034 if test -z "$MKINSTALLDIRS"; then
4035 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
4036 fi
4037
4038
4039
4040 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
4041echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
4042 # Check whether --enable-nls or --disable-nls was given.
4043if test "${enable_nls+set}" = set; then
4044 enableval="$enable_nls"
4045 USE_NLS=$enableval
4046else
4047 USE_NLS=yes
4048fi;
4049 echo "$as_me:$LINENO: result: $USE_NLS" >&5
4050echo "${ECHO_T}$USE_NLS" >&6
4051
4052
4053
4054
4055
4056
4057# Prepare PATH_SEPARATOR.
4058# The user is always right.
4059if test "${PATH_SEPARATOR+set}" != set; then
4060 echo "#! /bin/sh" >conf$$.sh
4061 echo "exit 0" >>conf$$.sh
4062 chmod +x conf$$.sh
4063 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4064 PATH_SEPARATOR=';'
4065 else
4066 PATH_SEPARATOR=:
4067 fi
4068 rm -f conf$$.sh
4069fi
4070
4071# Find out how to test for executable files. Don't use a zero-byte file,
4072# as systems may use methods other than mode bits to determine executability.
4073cat >conf$$.file <<_ASEOF
4074#! /bin/sh
4075exit 0
4076_ASEOF
4077chmod +x conf$$.file
4078if test -x conf$$.file >/dev/null 2>&1; then
4079 ac_executable_p="test -x"
4080else
4081 ac_executable_p="test -f"
4082fi
4083rm -f conf$$.file
4084
4085# Extract the first word of "msgfmt", so it can be a program name with args.
4086set dummy msgfmt; ac_word=$2
4087echo "$as_me:$LINENO: checking for $ac_word" >&5
4088echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4089if test "${ac_cv_path_MSGFMT+set}" = set; then
4090 echo $ECHO_N "(cached) $ECHO_C" >&6
4091else
4092 case "$MSGFMT" in
4093 [\\/]* | ?:[\\/]*)
4094 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
4095 ;;
4096 *)
4097 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
4098 for ac_dir in $PATH; do
4099 IFS="$ac_save_IFS"
4100 test -z "$ac_dir" && ac_dir=.
4101 for ac_exec_ext in '' $ac_executable_extensions; do
4102 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
4103 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
4104 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4105 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
4106 break 2
4107 fi
4108 fi
4109 done
4110 done
4111 IFS="$ac_save_IFS"
4112 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
4113 ;;
4114esac
4115fi
4116MSGFMT="$ac_cv_path_MSGFMT"
4117if test "$MSGFMT" != ":"; then
4118 echo "$as_me:$LINENO: result: $MSGFMT" >&5
4119echo "${ECHO_T}$MSGFMT" >&6
4120else
4121 echo "$as_me:$LINENO: result: no" >&5
4122echo "${ECHO_T}no" >&6
4123fi
4124
4125 # Extract the first word of "gmsgfmt", so it can be a program name with args.
4126set dummy gmsgfmt; ac_word=$2
4127echo "$as_me:$LINENO: checking for $ac_word" >&5
4128echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4129if test "${ac_cv_path_GMSGFMT+set}" = set; then
4130 echo $ECHO_N "(cached) $ECHO_C" >&6
4131else
4132 case $GMSGFMT in
4133 [\\/]* | ?:[\\/]*)
4134 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
4135 ;;
4136 *)
4137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4138for as_dir in $PATH
4139do
4140 IFS=$as_save_IFS
4141 test -z "$as_dir" && as_dir=.
4142 for ac_exec_ext in '' $ac_executable_extensions; do
4143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4144 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
4145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4146 break 2
4147 fi
4148done
4149done
4150
4151 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
4152 ;;
4153esac
4154fi
4155GMSGFMT=$ac_cv_path_GMSGFMT
4156
4157if test -n "$GMSGFMT"; then
4158 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
4159echo "${ECHO_T}$GMSGFMT" >&6
4160else
4161 echo "$as_me:$LINENO: result: no" >&5
4162echo "${ECHO_T}no" >&6
4163fi
4164
4165
4166
4167# Prepare PATH_SEPARATOR.
4168# The user is always right.
4169if test "${PATH_SEPARATOR+set}" != set; then
4170 echo "#! /bin/sh" >conf$$.sh
4171 echo "exit 0" >>conf$$.sh
4172 chmod +x conf$$.sh
4173 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4174 PATH_SEPARATOR=';'
4175 else
4176 PATH_SEPARATOR=:
4177 fi
4178 rm -f conf$$.sh
4179fi
4180
4181# Find out how to test for executable files. Don't use a zero-byte file,
4182# as systems may use methods other than mode bits to determine executability.
4183cat >conf$$.file <<_ASEOF
4184#! /bin/sh
4185exit 0
4186_ASEOF
4187chmod +x conf$$.file
4188if test -x conf$$.file >/dev/null 2>&1; then
4189 ac_executable_p="test -x"
4190else
4191 ac_executable_p="test -f"
4192fi
4193rm -f conf$$.file
4194
4195# Extract the first word of "xgettext", so it can be a program name with args.
4196set dummy xgettext; ac_word=$2
4197echo "$as_me:$LINENO: checking for $ac_word" >&5
4198echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4199if test "${ac_cv_path_XGETTEXT+set}" = set; then
4200 echo $ECHO_N "(cached) $ECHO_C" >&6
4201else
4202 case "$XGETTEXT" in
4203 [\\/]* | ?:[\\/]*)
4204 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
4205 ;;
4206 *)
4207 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
4208 for ac_dir in $PATH; do
4209 IFS="$ac_save_IFS"
4210 test -z "$ac_dir" && ac_dir=.
4211 for ac_exec_ext in '' $ac_executable_extensions; do
4212 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
4213 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
4214 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4215 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
4216 break 2
4217 fi
4218 fi
4219 done
4220 done
4221 IFS="$ac_save_IFS"
4222 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
4223 ;;
4224esac
4225fi
4226XGETTEXT="$ac_cv_path_XGETTEXT"
4227if test "$XGETTEXT" != ":"; then
4228 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
4229echo "${ECHO_T}$XGETTEXT" >&6
4230else
4231 echo "$as_me:$LINENO: result: no" >&5
4232echo "${ECHO_T}no" >&6
4233fi
4234
4235 rm -f messages.po
4236
4237
4238# Prepare PATH_SEPARATOR.
4239# The user is always right.
4240if test "${PATH_SEPARATOR+set}" != set; then
4241 echo "#! /bin/sh" >conf$$.sh
4242 echo "exit 0" >>conf$$.sh
4243 chmod +x conf$$.sh
4244 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4245 PATH_SEPARATOR=';'
4246 else
4247 PATH_SEPARATOR=:
4248 fi
4249 rm -f conf$$.sh
4250fi
4251
4252# Find out how to test for executable files. Don't use a zero-byte file,
4253# as systems may use methods other than mode bits to determine executability.
4254cat >conf$$.file <<_ASEOF
4255#! /bin/sh
4256exit 0
4257_ASEOF
4258chmod +x conf$$.file
4259if test -x conf$$.file >/dev/null 2>&1; then
4260 ac_executable_p="test -x"
4261else
4262 ac_executable_p="test -f"
4263fi
4264rm -f conf$$.file
4265
4266# Extract the first word of "msgmerge", so it can be a program name with args.
4267set dummy msgmerge; ac_word=$2
4268echo "$as_me:$LINENO: checking for $ac_word" >&5
4269echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4270if test "${ac_cv_path_MSGMERGE+set}" = set; then
4271 echo $ECHO_N "(cached) $ECHO_C" >&6
4272else
4273 case "$MSGMERGE" in
4274 [\\/]* | ?:[\\/]*)
4275 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
4276 ;;
4277 *)
4278 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
4279 for ac_dir in $PATH; do
4280 IFS="$ac_save_IFS"
4281 test -z "$ac_dir" && ac_dir=.
4282 for ac_exec_ext in '' $ac_executable_extensions; do
4283 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
4284 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
4285 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
4286 break 2
4287 fi
4288 fi
4289 done
4290 done
4291 IFS="$ac_save_IFS"
4292 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
4293 ;;
4294esac
4295fi
4296MSGMERGE="$ac_cv_path_MSGMERGE"
4297if test "$MSGMERGE" != ":"; then
4298 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
4299echo "${ECHO_T}$MSGMERGE" >&6
4300else
4301 echo "$as_me:$LINENO: result: no" >&5
4302echo "${ECHO_T}no" >&6
4303fi
4304
4305
4306 if test "$GMSGFMT" != ":"; then
4307 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
4308 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4309 : ;
4310 else
4311 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
4312 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
4313echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
4314 GMSGFMT=":"
4315 fi
4316 fi
4317
4318 if test "$XGETTEXT" != ":"; then
4319 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
4320 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4321 : ;
4322 else
4323 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
4324echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
4325 XGETTEXT=":"
4326 fi
4327 rm -f messages.po
4328 fi
4329
4330 ac_config_commands="$ac_config_commands default-1"
4331
4332
4333
4334
92e059d8
ILT
4335echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4336echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4337if test "${ac_cv_c_bigendian+set}" = set; then
4338 echo $ECHO_N "(cached) $ECHO_C" >&6
4339else
4340 # See if sys/param.h defines the BYTE_ORDER macro.
4341cat >conftest.$ac_ext <<_ACEOF
4342/* confdefs.h. */
4343_ACEOF
4344cat confdefs.h >>conftest.$ac_ext
4345cat >>conftest.$ac_ext <<_ACEOF
4346/* end confdefs.h. */
4347#include <sys/types.h>
4348#include <sys/param.h>
4349
4350int
4351main ()
4352{
4353#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4354 bogus endian macros
4355#endif
4356
4357 ;
4358 return 0;
4359}
4360_ACEOF
4361rm -f conftest.$ac_objext
4362if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4363 (eval $ac_compile) 2>conftest.er1
4364 ac_status=$?
4365 grep -v '^ *+' conftest.er1 >conftest.err
4366 rm -f conftest.er1
4367 cat conftest.err >&5
4368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4369 (exit $ac_status); } &&
b0074644
ILT
4370 { ac_try='test -z "$ac_c_werror_flag"
4371 || test ! -s conftest.err'
92e059d8
ILT
4372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4373 (eval $ac_try) 2>&5
4374 ac_status=$?
4375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4376 (exit $ac_status); }; } &&
4377 { ac_try='test -s conftest.$ac_objext'
4378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4379 (eval $ac_try) 2>&5
4380 ac_status=$?
4381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4382 (exit $ac_status); }; }; then
4383 # It does; now see whether it defined to BIG_ENDIAN or not.
4384cat >conftest.$ac_ext <<_ACEOF
4385/* confdefs.h. */
4386_ACEOF
4387cat confdefs.h >>conftest.$ac_ext
4388cat >>conftest.$ac_ext <<_ACEOF
4389/* end confdefs.h. */
4390#include <sys/types.h>
4391#include <sys/param.h>
4392
4393int
4394main ()
4395{
4396#if BYTE_ORDER != BIG_ENDIAN
4397 not big endian
4398#endif
4399
4400 ;
4401 return 0;
4402}
4403_ACEOF
4404rm -f conftest.$ac_objext
4405if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4406 (eval $ac_compile) 2>conftest.er1
4407 ac_status=$?
4408 grep -v '^ *+' conftest.er1 >conftest.err
4409 rm -f conftest.er1
4410 cat conftest.err >&5
4411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4412 (exit $ac_status); } &&
b0074644
ILT
4413 { ac_try='test -z "$ac_c_werror_flag"
4414 || test ! -s conftest.err'
92e059d8
ILT
4415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4416 (eval $ac_try) 2>&5
4417 ac_status=$?
4418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4419 (exit $ac_status); }; } &&
4420 { ac_try='test -s conftest.$ac_objext'
4421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4422 (eval $ac_try) 2>&5
4423 ac_status=$?
4424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4425 (exit $ac_status); }; }; then
4426 ac_cv_c_bigendian=yes
4427else
4428 echo "$as_me: failed program was:" >&5
4429sed 's/^/| /' conftest.$ac_ext >&5
4430
4431ac_cv_c_bigendian=no
4432fi
4433rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4434else
4435 echo "$as_me: failed program was:" >&5
4436sed 's/^/| /' conftest.$ac_ext >&5
4437
4438# It does not; compile a test program.
4439if test "$cross_compiling" = yes; then
4440 # try to guess the endianness by grepping values into an object file
4441 ac_cv_c_bigendian=unknown
4442 cat >conftest.$ac_ext <<_ACEOF
4443/* confdefs.h. */
4444_ACEOF
4445cat confdefs.h >>conftest.$ac_ext
4446cat >>conftest.$ac_ext <<_ACEOF
4447/* end confdefs.h. */
4448short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4449short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4450void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
4451short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4452short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4453void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
4454int
4455main ()
4456{
4457 _ascii (); _ebcdic ();
4458 ;
4459 return 0;
4460}
4461_ACEOF
4462rm -f conftest.$ac_objext
4463if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4464 (eval $ac_compile) 2>conftest.er1
4465 ac_status=$?
4466 grep -v '^ *+' conftest.er1 >conftest.err
4467 rm -f conftest.er1
4468 cat conftest.err >&5
4469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4470 (exit $ac_status); } &&
b0074644
ILT
4471 { ac_try='test -z "$ac_c_werror_flag"
4472 || test ! -s conftest.err'
92e059d8
ILT
4473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4474 (eval $ac_try) 2>&5
4475 ac_status=$?
4476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477 (exit $ac_status); }; } &&
4478 { ac_try='test -s conftest.$ac_objext'
4479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4480 (eval $ac_try) 2>&5
4481 ac_status=$?
4482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4483 (exit $ac_status); }; }; then
4484 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
4485 ac_cv_c_bigendian=yes
4486fi
4487if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
4488 if test "$ac_cv_c_bigendian" = unknown; then
4489 ac_cv_c_bigendian=no
4490 else
4491 # finding both strings is unlikely to happen, but who knows?
4492 ac_cv_c_bigendian=unknown
4493 fi
4494fi
4495else
4496 echo "$as_me: failed program was:" >&5
4497sed 's/^/| /' conftest.$ac_ext >&5
4498
4499fi
4500rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4501else
4502 cat >conftest.$ac_ext <<_ACEOF
4503/* confdefs.h. */
4504_ACEOF
4505cat confdefs.h >>conftest.$ac_ext
4506cat >>conftest.$ac_ext <<_ACEOF
4507/* end confdefs.h. */
4508int
4509main ()
4510{
4511 /* Are we little or big endian? From Harbison&Steele. */
4512 union
4513 {
4514 long l;
4515 char c[sizeof (long)];
4516 } u;
4517 u.l = 1;
4518 exit (u.c[sizeof (long) - 1] == 1);
4519}
4520_ACEOF
4521rm -f conftest$ac_exeext
4522if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4523 (eval $ac_link) 2>&5
4524 ac_status=$?
4525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4526 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4528 (eval $ac_try) 2>&5
4529 ac_status=$?
4530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4531 (exit $ac_status); }; }; then
4532 ac_cv_c_bigendian=no
4533else
4534 echo "$as_me: program exited with status $ac_status" >&5
4535echo "$as_me: failed program was:" >&5
4536sed 's/^/| /' conftest.$ac_ext >&5
4537
4538( exit $ac_status )
4539ac_cv_c_bigendian=yes
4540fi
4541rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4542fi
4543fi
4544rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4545fi
4546echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
4547echo "${ECHO_T}$ac_cv_c_bigendian" >&6
4548case $ac_cv_c_bigendian in
4549 yes)
4550
4551cat >>confdefs.h <<\_ACEOF
4552#define WORDS_BIGENDIAN 1
4553_ACEOF
4554 ;;
4555 no)
4556 ;;
4557 *)
4558 { { echo "$as_me:$LINENO: error: unknown endianness
4559presetting ac_cv_c_bigendian=no (or yes) will help" >&5
4560echo "$as_me: error: unknown endianness
4561presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
4562 { (exit 1); exit 1; }; } ;;
4563esac
4564
4565
4566
bae7f79e
ILT
4567
4568
537b5f51
ILT
4569
4570if test "x$target_alias" = "x" -o "x$host_alias" = "x$target_alias"; then
4571 NATIVE_LINKER_TRUE=
4572 NATIVE_LINKER_FALSE='#'
4573else
4574 NATIVE_LINKER_TRUE='#'
4575 NATIVE_LINKER_FALSE=
4576fi
4577
4578
4579
4580if test "$GCC" = yes; then
4581 GCC_TRUE=
4582 GCC_FALSE='#'
4583else
4584 GCC_TRUE='#'
4585 GCC_FALSE=
4586fi
4587
4588
4589
63402fe4
ILT
4590
4591if
4592 case $target_cpu in
4593 i?86) true;;
4594 x86_64) false;;
11936fb1 4595 sparc64) false;;
63402fe4
ILT
4596 *) true;;
4597 esac; then
4598 FN_PTRS_IN_SO_WITHOUT_PIC_TRUE=
4599 FN_PTRS_IN_SO_WITHOUT_PIC_FALSE='#'
4600else
4601 FN_PTRS_IN_SO_WITHOUT_PIC_TRUE='#'
4602 FN_PTRS_IN_SO_WITHOUT_PIC_FALSE=
4603fi
4604
4605
8a5e3e08
ILT
4606
4607
4608if test "$target_cpu" = "x86_64"; then
4609 MCMODEL_MEDIUM_TRUE=
4610 MCMODEL_MEDIUM_FALSE='#'
4611else
4612 MCMODEL_MEDIUM_TRUE='#'
4613 MCMODEL_MEDIUM_FALSE=
4614fi
4615
4616
097ec620
ILT
4617echo "$as_me:$LINENO: checking for thread support" >&5
4618echo $ECHO_N "checking for thread support... $ECHO_C" >&6
4619if test "${gold_cv_c_thread+set}" = set; then
4620 echo $ECHO_N "(cached) $ECHO_C" >&6
4621else
4622 cat >conftest.$ac_ext <<_ACEOF
6eee141f
ILT
4623__thread int i = 1;
4624_ACEOF
4625rm -f conftest.$ac_objext
4626if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4627 (eval $ac_compile) 2>conftest.er1
4628 ac_status=$?
4629 grep -v '^ *+' conftest.er1 >conftest.err
4630 rm -f conftest.er1
4631 cat conftest.err >&5
4632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4633 (exit $ac_status); } &&
b0074644
ILT
4634 { ac_try='test -z "$ac_c_werror_flag"
4635 || test ! -s conftest.err'
6eee141f
ILT
4636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4637 (eval $ac_try) 2>&5
4638 ac_status=$?
4639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4640 (exit $ac_status); }; } &&
4641 { ac_try='test -s conftest.$ac_objext'
4642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4643 (eval $ac_try) 2>&5
4644 ac_status=$?
4645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4646 (exit $ac_status); }; }; then
097ec620 4647 gold_cv_c_thread=yes
6eee141f
ILT
4648else
4649 echo "$as_me: failed program was:" >&5
4650sed 's/^/| /' conftest.$ac_ext >&5
4651
097ec620 4652gold_cv_c_thread=no
6eee141f
ILT
4653fi
4654rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
097ec620
ILT
4655fi
4656echo "$as_me:$LINENO: result: $gold_cv_c_thread" >&5
4657echo "${ECHO_T}$gold_cv_c_thread" >&6
6eee141f
ILT
4658
4659
097ec620
ILT
4660
4661if test "$gold_cv_c_thread" = "yes"; then
6eee141f
ILT
4662 TLS_TRUE=
4663 TLS_FALSE='#'
4664else
4665 TLS_TRUE='#'
4666 TLS_FALSE=
4667fi
4668
4669
097ec620
ILT
4670echo "$as_me:$LINENO: checking for glibc >= 2.4" >&5
4671echo $ECHO_N "checking for glibc >= 2.4... $ECHO_C" >&6
4672if test "${gold_cv_lib_glibc24+set}" = set; then
4673 echo $ECHO_N "(cached) $ECHO_C" >&6
4674else
4675 cat >conftest.$ac_ext <<_ACEOF
4676
4677#include <features.h>
4678#if !defined __GLIBC__
4679error
4680#elif __GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 4)
4681error
4682#endif
4683
4684_ACEOF
4685rm -f conftest.$ac_objext
4686if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4687 (eval $ac_compile) 2>conftest.er1
4688 ac_status=$?
4689 grep -v '^ *+' conftest.er1 >conftest.err
4690 rm -f conftest.er1
4691 cat conftest.err >&5
4692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4693 (exit $ac_status); } &&
b0074644
ILT
4694 { ac_try='test -z "$ac_c_werror_flag"
4695 || test ! -s conftest.err'
097ec620
ILT
4696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4697 (eval $ac_try) 2>&5
4698 ac_status=$?
4699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4700 (exit $ac_status); }; } &&
4701 { ac_try='test -s conftest.$ac_objext'
4702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4703 (eval $ac_try) 2>&5
4704 ac_status=$?
4705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4706 (exit $ac_status); }; }; then
4707 gold_cv_lib_glibc24=yes
4708else
4709 echo "$as_me: failed program was:" >&5
4710sed 's/^/| /' conftest.$ac_ext >&5
4711
4712gold_cv_lib_glibc24=no
4713fi
4714rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4715fi
4716echo "$as_me:$LINENO: result: $gold_cv_lib_glibc24" >&5
4717echo "${ECHO_T}$gold_cv_lib_glibc24" >&6
4718
4719
4720
4721if test "$gold_cv_lib_glibc24" = "yes"; then
4722 STATIC_TLS_TRUE=
4723 STATIC_TLS_FALSE='#'
4724else
4725 STATIC_TLS_TRUE='#'
4726 STATIC_TLS_FALSE=
4727fi
4728
4729
155a0dd7
ILT
4730echo "$as_me:$LINENO: checking for omp support" >&5
4731echo $ECHO_N "checking for omp support... $ECHO_C" >&6
4732if test "${gold_cv_c_threadprivate+set}" = set; then
4733 echo $ECHO_N "(cached) $ECHO_C" >&6
4734else
4735 save_CFLAGS="$CFLAGS"
4736CFLAGS="$CFLAGS -fopenmp"
4737cat >conftest.$ac_ext <<_ACEOF
4738
4739#include <omp.h>
4740int i;
4741#pragma omp threadprivate (i)
4742
4743_ACEOF
4744rm -f conftest.$ac_objext
4745if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4746 (eval $ac_compile) 2>conftest.er1
4747 ac_status=$?
4748 grep -v '^ *+' conftest.er1 >conftest.err
4749 rm -f conftest.er1
4750 cat conftest.err >&5
4751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752 (exit $ac_status); } &&
b0074644
ILT
4753 { ac_try='test -z "$ac_c_werror_flag"
4754 || test ! -s conftest.err'
155a0dd7
ILT
4755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4756 (eval $ac_try) 2>&5
4757 ac_status=$?
4758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4759 (exit $ac_status); }; } &&
4760 { ac_try='test -s conftest.$ac_objext'
4761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4762 (eval $ac_try) 2>&5
4763 ac_status=$?
4764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4765 (exit $ac_status); }; }; then
4766 gold_cv_c_threadprivate=yes
4767else
4768 echo "$as_me: failed program was:" >&5
4769sed 's/^/| /' conftest.$ac_ext >&5
4770
4771gold_cv_c_threadprivate=no
4772fi
4773rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4774CFLAGS="$save_CFLAGS"
4775fi
4776echo "$as_me:$LINENO: result: $gold_cv_c_threadprivate" >&5
4777echo "${ECHO_T}$gold_cv_c_threadprivate" >&6
4778if test "$gold_cv_c_threadprivate" = "yes"; then
4779
4780cat >>confdefs.h <<\_ACEOF
4781#define HAVE_OMP_SUPPORT 1
4782_ACEOF
4783
4784fi
4785
4786
4787if test "$gold_cv_c_threadprivate" = "yes"; then
4788 OMP_SUPPORT_TRUE=
4789 OMP_SUPPORT_FALSE='#'
4790else
4791 OMP_SUPPORT_TRUE='#'
4792 OMP_SUPPORT_FALSE=
4793fi
4794
4795
c2b45e22
CC
4796save_CFLAGS="$CFLAGS"
4797CFLAGS="$CFLAGS -mtls-dialect=gnu2"
4798cat >conftest.$ac_ext <<_ACEOF
4799int i;
4800_ACEOF
4801rm -f conftest.$ac_objext
4802if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4803 (eval $ac_compile) 2>conftest.er1
4804 ac_status=$?
4805 grep -v '^ *+' conftest.er1 >conftest.err
4806 rm -f conftest.er1
4807 cat conftest.err >&5
4808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4809 (exit $ac_status); } &&
b0074644
ILT
4810 { ac_try='test -z "$ac_c_werror_flag"
4811 || test ! -s conftest.err'
c2b45e22
CC
4812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4813 (eval $ac_try) 2>&5
4814 ac_status=$?
4815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4816 (exit $ac_status); }; } &&
4817 { ac_try='test -s conftest.$ac_objext'
4818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4819 (eval $ac_try) 2>&5
4820 ac_status=$?
4821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4822 (exit $ac_status); }; }; then
4823 have_tls_gnu2=yes
4824else
4825 echo "$as_me: failed program was:" >&5
4826sed 's/^/| /' conftest.$ac_ext >&5
4827
4828have_tls_gnu2=no
4829fi
4830rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4831CFLAGS="$save_CFLAGS"
4832
4833
4834if test "$have_tls_gnu2" = "yes"; then
4835 TLS_GNU2_DIALECT_TRUE=
4836 TLS_GNU2_DIALECT_FALSE='#'
4837else
4838 TLS_GNU2_DIALECT_TRUE='#'
4839 TLS_GNU2_DIALECT_FALSE=
4840fi
4841
4842
b0074644
ILT
4843echo "$as_me:$LINENO: checking for glibc >= 2.9" >&5
4844echo $ECHO_N "checking for glibc >= 2.9... $ECHO_C" >&6
4845if test "${gold_cv_lib_glibc29+set}" = set; then
c2b45e22
CC
4846 echo $ECHO_N "(cached) $ECHO_C" >&6
4847else
4848 cat >conftest.$ac_ext <<_ACEOF
4849
4850#include <features.h>
4851#if !defined __GLIBC__
4852error
b0074644 4853#elif __GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 9)
c2b45e22
CC
4854error
4855#endif
4856
4857_ACEOF
4858rm -f conftest.$ac_objext
4859if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4860 (eval $ac_compile) 2>conftest.er1
4861 ac_status=$?
4862 grep -v '^ *+' conftest.er1 >conftest.err
4863 rm -f conftest.er1
4864 cat conftest.err >&5
4865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4866 (exit $ac_status); } &&
b0074644
ILT
4867 { ac_try='test -z "$ac_c_werror_flag"
4868 || test ! -s conftest.err'
c2b45e22
CC
4869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4870 (eval $ac_try) 2>&5
4871 ac_status=$?
4872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4873 (exit $ac_status); }; } &&
4874 { ac_try='test -s conftest.$ac_objext'
4875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4876 (eval $ac_try) 2>&5
4877 ac_status=$?
4878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4879 (exit $ac_status); }; }; then
b0074644 4880 gold_cv_lib_glibc29=yes
c2b45e22
CC
4881else
4882 echo "$as_me: failed program was:" >&5
4883sed 's/^/| /' conftest.$ac_ext >&5
4884
b0074644 4885gold_cv_lib_glibc29=no
c2b45e22
CC
4886fi
4887rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4888fi
b0074644
ILT
4889echo "$as_me:$LINENO: result: $gold_cv_lib_glibc29" >&5
4890echo "${ECHO_T}$gold_cv_lib_glibc29" >&6
c2b45e22
CC
4891
4892
4893
b0074644 4894if test "$gold_cv_lib_glibc29" = "yes"; then
c2b45e22
CC
4895 TLS_DESCRIPTORS_TRUE=
4896 TLS_DESCRIPTORS_FALSE='#'
4897else
4898 TLS_DESCRIPTORS_TRUE='#'
4899 TLS_DESCRIPTORS_FALSE=
4900fi
4901
4902
2fd32231
ILT
4903echo "$as_me:$LINENO: checking for constructor priorities" >&5
4904echo $ECHO_N "checking for constructor priorities... $ECHO_C" >&6
4905if test "${gold_cv_c_conprio+set}" = set; then
4906 echo $ECHO_N "(cached) $ECHO_C" >&6
4907else
4908 cat >conftest.$ac_ext <<_ACEOF
4909void f() __attribute__ ((constructor (1)));
4910_ACEOF
4911rm -f conftest.$ac_objext
4912if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4913 (eval $ac_compile) 2>conftest.er1
4914 ac_status=$?
4915 grep -v '^ *+' conftest.er1 >conftest.err
4916 rm -f conftest.er1
4917 cat conftest.err >&5
4918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4919 (exit $ac_status); } &&
b0074644
ILT
4920 { ac_try='test -z "$ac_c_werror_flag"
4921 || test ! -s conftest.err'
2fd32231
ILT
4922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4923 (eval $ac_try) 2>&5
4924 ac_status=$?
4925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4926 (exit $ac_status); }; } &&
4927 { ac_try='test -s conftest.$ac_objext'
4928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4929 (eval $ac_try) 2>&5
4930 ac_status=$?
4931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4932 (exit $ac_status); }; }; then
4933 gold_cv_c_conprio=yes
4934else
4935 echo "$as_me: failed program was:" >&5
4936sed 's/^/| /' conftest.$ac_ext >&5
4937
4938gold_cv_c_conprio=no
4939fi
4940rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4941fi
4942echo "$as_me:$LINENO: result: $gold_cv_c_conprio" >&5
4943echo "${ECHO_T}$gold_cv_c_conprio" >&6
4944
4945
4946
4947if test "$gold_cv_c_conprio" = "yes"; then
4948 CONSTRUCTOR_PRIORITY_TRUE=
4949 CONSTRUCTOR_PRIORITY_FALSE='#'
4950else
4951 CONSTRUCTOR_PRIORITY_TRUE='#'
4952 CONSTRUCTOR_PRIORITY_FALSE=
4953fi
4954
4955
1d1f116d
CD
4956echo "$as_me:$LINENO: checking for -frandom-seed support" >&5
4957echo $ECHO_N "checking for -frandom-seed support... $ECHO_C" >&6
4958if test "${gold_cv_c_random_seed+set}" = set; then
4959 echo $ECHO_N "(cached) $ECHO_C" >&6
4960else
4961 save_CFLAGS="$CFLAGS"
4962CFLAGS="$CFLAGS -frandom-seed=foo"
4963cat >conftest.$ac_ext <<_ACEOF
4964int i;
4965_ACEOF
4966rm -f conftest.$ac_objext
4967if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4968 (eval $ac_compile) 2>conftest.er1
4969 ac_status=$?
4970 grep -v '^ *+' conftest.er1 >conftest.err
4971 rm -f conftest.er1
4972 cat conftest.err >&5
4973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4974 (exit $ac_status); } &&
b0074644
ILT
4975 { ac_try='test -z "$ac_c_werror_flag"
4976 || test ! -s conftest.err'
1d1f116d
CD
4977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4978 (eval $ac_try) 2>&5
4979 ac_status=$?
4980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4981 (exit $ac_status); }; } &&
4982 { ac_try='test -s conftest.$ac_objext'
4983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4984 (eval $ac_try) 2>&5
4985 ac_status=$?
4986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4987 (exit $ac_status); }; }; then
4988 gold_cv_c_random_seed=yes
4989else
4990 echo "$as_me: failed program was:" >&5
4991sed 's/^/| /' conftest.$ac_ext >&5
4992
4993gold_cv_c_random_seed=no
4994fi
4995rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4996CFLAGS="$save_CFLAGS"
4997fi
4998echo "$as_me:$LINENO: result: $gold_cv_c_random_seed" >&5
4999echo "${ECHO_T}$gold_cv_c_random_seed" >&6
5000if test "$gold_cv_c_random_seed" = "yes"; then
5001 # In Makefile, '$@' will be expanded to be the name of the file
5002 # being built, providing a unique seed for each file.
5003 RANDOM_SEED_CFLAGS=-frandom-seed=\$@
5004fi
5005
5006
63402fe4 5007
bae7f79e
ILT
5008GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
5009
5010# Check whether --enable-werror or --disable-werror was given.
5011if test "${enable_werror+set}" = set; then
5012 enableval="$enable_werror"
5013 case "${enableval}" in
5014 yes | y) ERROR_ON_WARNING="yes" ;;
5015 no | n) ERROR_ON_WARNING="no" ;;
5016 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
5017echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
5018 { (exit 1); exit 1; }; } ;;
5019 esac
5020fi;
5021
04bf7072
ILT
5022# Enable -Wno-format by default when using gcc on mingw
5023case "${host}" in
5024 *-*-mingw32*)
5025 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
5026 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
5027 fi
5028 ;;
5029 *) ;;
5030esac
5031
bae7f79e
ILT
5032# Enable -Werror by default when using gcc
5033if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
5034 ERROR_ON_WARNING=yes
5035fi
5036
5037NO_WERROR=
5038if test "${ERROR_ON_WARNING}" = yes ; then
5039 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
5040 NO_WERROR="-Wno-error"
5041fi
5042
5043if test "${GCC}" = yes ; then
5044 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
5045fi
5046
5047# Check whether --enable-build-warnings or --disable-build-warnings was given.
5048if test "${enable_build_warnings+set}" = set; then
5049 enableval="$enable_build_warnings"
5050 case "${enableval}" in
5051 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
5052 no) if test "${GCC}" = yes ; then
5053 WARN_CFLAGS="-w"
5054 fi;;
5055 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
5056 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
5057 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
5058 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
5059 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
5060esac
5061fi;
5062
5063if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
5064 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
5065fi
5066
5067
5068
5069
5070
5071WARN_CXXFLAGS=`echo ${WARN_CFLAGS} | sed -e 's/-Wstrict-prototypes//' -e 's/-Wmissing-prototypes//'`
5072
5073
494e05f4 5074LFS_CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
bae7f79e
ILT
5075
5076
82dcae9d 5077
9201d894
ILT
5078for ac_func in chsize
5079do
5080as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5081echo "$as_me:$LINENO: checking for $ac_func" >&5
5082echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5083if eval "test \"\${$as_ac_var+set}\" = set"; then
5084 echo $ECHO_N "(cached) $ECHO_C" >&6
5085else
5086 cat >conftest.$ac_ext <<_ACEOF
5087/* confdefs.h. */
5088_ACEOF
5089cat confdefs.h >>conftest.$ac_ext
5090cat >>conftest.$ac_ext <<_ACEOF
5091/* end confdefs.h. */
5092/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5093 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5094#define $ac_func innocuous_$ac_func
5095
5096/* System header to define __stub macros and hopefully few prototypes,
5097 which can conflict with char $ac_func (); below.
5098 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5099 <limits.h> exists even on freestanding compilers. */
5100
5101#ifdef __STDC__
5102# include <limits.h>
5103#else
5104# include <assert.h>
5105#endif
5106
5107#undef $ac_func
5108
5109/* Override any gcc2 internal prototype to avoid an error. */
5110#ifdef __cplusplus
5111extern "C"
5112{
5113#endif
5114/* We use char because int might match the return type of a gcc2
5115 builtin and then its argument prototype would still apply. */
5116char $ac_func ();
5117/* The GNU C library defines this for functions which it implements
5118 to always fail with ENOSYS. Some functions are actually named
5119 something starting with __ and the normal name is an alias. */
5120#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5121choke me
5122#else
5123char (*f) () = $ac_func;
5124#endif
5125#ifdef __cplusplus
5126}
5127#endif
5128
5129int
5130main ()
5131{
5132return f != $ac_func;
5133 ;
5134 return 0;
5135}
5136_ACEOF
5137rm -f conftest.$ac_objext conftest$ac_exeext
5138if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5139 (eval $ac_link) 2>conftest.er1
5140 ac_status=$?
5141 grep -v '^ *+' conftest.er1 >conftest.err
5142 rm -f conftest.er1
5143 cat conftest.err >&5
5144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5145 (exit $ac_status); } &&
5146 { ac_try='test -z "$ac_c_werror_flag"
5147 || test ! -s conftest.err'
5148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5149 (eval $ac_try) 2>&5
5150 ac_status=$?
5151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5152 (exit $ac_status); }; } &&
5153 { ac_try='test -s conftest$ac_exeext'
5154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5155 (eval $ac_try) 2>&5
5156 ac_status=$?
5157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158 (exit $ac_status); }; }; then
5159 eval "$as_ac_var=yes"
5160else
5161 echo "$as_me: failed program was:" >&5
5162sed 's/^/| /' conftest.$ac_ext >&5
5163
5164eval "$as_ac_var=no"
5165fi
5166rm -f conftest.err conftest.$ac_objext \
5167 conftest$ac_exeext conftest.$ac_ext
5168fi
5169echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5170echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5171if test `eval echo '${'$as_ac_var'}'` = yes; then
5172 cat >>confdefs.h <<_ACEOF
5173#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5174_ACEOF
5175
5176fi
5177done
5178
5179
5180
2f35ab9b 5181
fd03461a
ILT
5182
5183for ac_func in pread ftruncate mremap ffsll
82dcae9d
ILT
5184do
5185as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5186echo "$as_me:$LINENO: checking for $ac_func" >&5
5187echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5188if eval "test \"\${$as_ac_var+set}\" = set"; then
5189 echo $ECHO_N "(cached) $ECHO_C" >&6
5190else
5191 cat >conftest.$ac_ext <<_ACEOF
5192/* confdefs.h. */
5193_ACEOF
5194cat confdefs.h >>conftest.$ac_ext
5195cat >>conftest.$ac_ext <<_ACEOF
5196/* end confdefs.h. */
5197/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5198 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5199#define $ac_func innocuous_$ac_func
5200
5201/* System header to define __stub macros and hopefully few prototypes,
5202 which can conflict with char $ac_func (); below.
5203 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5204 <limits.h> exists even on freestanding compilers. */
5205
5206#ifdef __STDC__
5207# include <limits.h>
5208#else
5209# include <assert.h>
5210#endif
5211
5212#undef $ac_func
5213
5214/* Override any gcc2 internal prototype to avoid an error. */
5215#ifdef __cplusplus
5216extern "C"
5217{
5218#endif
5219/* We use char because int might match the return type of a gcc2
5220 builtin and then its argument prototype would still apply. */
5221char $ac_func ();
5222/* The GNU C library defines this for functions which it implements
5223 to always fail with ENOSYS. Some functions are actually named
5224 something starting with __ and the normal name is an alias. */
5225#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5226choke me
5227#else
5228char (*f) () = $ac_func;
5229#endif
5230#ifdef __cplusplus
5231}
5232#endif
5233
5234int
5235main ()
5236{
5237return f != $ac_func;
5238 ;
5239 return 0;
5240}
5241_ACEOF
5242rm -f conftest.$ac_objext conftest$ac_exeext
5243if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5244 (eval $ac_link) 2>conftest.er1
5245 ac_status=$?
5246 grep -v '^ *+' conftest.er1 >conftest.err
5247 rm -f conftest.er1
5248 cat conftest.err >&5
5249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250 (exit $ac_status); } &&
b0074644
ILT
5251 { ac_try='test -z "$ac_c_werror_flag"
5252 || test ! -s conftest.err'
82dcae9d
ILT
5253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5254 (eval $ac_try) 2>&5
5255 ac_status=$?
5256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5257 (exit $ac_status); }; } &&
5258 { ac_try='test -s conftest$ac_exeext'
5259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5260 (eval $ac_try) 2>&5
5261 ac_status=$?
5262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5263 (exit $ac_status); }; }; then
5264 eval "$as_ac_var=yes"
5265else
5266 echo "$as_me: failed program was:" >&5
5267sed 's/^/| /' conftest.$ac_ext >&5
5268
5269eval "$as_ac_var=no"
5270fi
5271rm -f conftest.err conftest.$ac_objext \
5272 conftest$ac_exeext conftest.$ac_ext
5273fi
5274echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5275echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5276if test `eval echo '${'$as_ac_var'}'` = yes; then
5277 cat >>confdefs.h <<_ACEOF
5278#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5279_ACEOF
5280
5281else
5282 case $LIBOBJS in
5283 "$ac_func.$ac_objext" | \
5284 *" $ac_func.$ac_objext" | \
5285 "$ac_func.$ac_objext "* | \
5286 *" $ac_func.$ac_objext "* ) ;;
5287 *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
5288esac
5289
5290fi
5291done
5292
5293
5294
9a0910c3
ILT
5295# Link in zlib if we can. This allows us to write compressed sections.
5296ac_ext=c
5297ac_cpp='$CPP $CPPFLAGS'
5298ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5299ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5300ac_compiler_gnu=$ac_cv_c_compiler_gnu
5301echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5302echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5303# On Suns, sometimes $CPP names a directory.
5304if test -n "$CPP" && test -d "$CPP"; then
5305 CPP=
5306fi
5307if test -z "$CPP"; then
5308 if test "${ac_cv_prog_CPP+set}" = set; then
5309 echo $ECHO_N "(cached) $ECHO_C" >&6
5310else
5311 # Double quotes because CPP needs to be expanded
5312 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5313 do
5314 ac_preproc_ok=false
5315for ac_c_preproc_warn_flag in '' yes
5316do
5317 # Use a header file that comes with gcc, so configuring glibc
5318 # with a fresh cross-compiler works.
5319 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5320 # <limits.h> exists even on freestanding compilers.
5321 # On the NeXT, cc -E runs the code through the compiler's parser,
5322 # not just through cpp. "Syntax error" is here to catch this case.
5323 cat >conftest.$ac_ext <<_ACEOF
5324/* confdefs.h. */
5325_ACEOF
5326cat confdefs.h >>conftest.$ac_ext
5327cat >>conftest.$ac_ext <<_ACEOF
5328/* end confdefs.h. */
5329#ifdef __STDC__
5330# include <limits.h>
5331#else
5332# include <assert.h>
5333#endif
5334 Syntax error
5335_ACEOF
5336if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5337 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5338 ac_status=$?
5339 grep -v '^ *+' conftest.er1 >conftest.err
5340 rm -f conftest.er1
5341 cat conftest.err >&5
5342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5343 (exit $ac_status); } >/dev/null; then
5344 if test -s conftest.err; then
5345 ac_cpp_err=$ac_c_preproc_warn_flag
5346 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5347 else
5348 ac_cpp_err=
5349 fi
5350else
5351 ac_cpp_err=yes
5352fi
5353if test -z "$ac_cpp_err"; then
5354 :
5355else
5356 echo "$as_me: failed program was:" >&5
5357sed 's/^/| /' conftest.$ac_ext >&5
5358
5359 # Broken: fails on valid input.
5360continue
5361fi
5362rm -f conftest.err conftest.$ac_ext
5363
5364 # OK, works on sane cases. Now check whether non-existent headers
5365 # can be detected and how.
5366 cat >conftest.$ac_ext <<_ACEOF
5367/* confdefs.h. */
5368_ACEOF
5369cat confdefs.h >>conftest.$ac_ext
5370cat >>conftest.$ac_ext <<_ACEOF
5371/* end confdefs.h. */
5372#include <ac_nonexistent.h>
5373_ACEOF
5374if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5375 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5376 ac_status=$?
5377 grep -v '^ *+' conftest.er1 >conftest.err
5378 rm -f conftest.er1
5379 cat conftest.err >&5
5380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5381 (exit $ac_status); } >/dev/null; then
5382 if test -s conftest.err; then
5383 ac_cpp_err=$ac_c_preproc_warn_flag
5384 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5385 else
5386 ac_cpp_err=
5387 fi
5388else
5389 ac_cpp_err=yes
5390fi
5391if test -z "$ac_cpp_err"; then
5392 # Broken: success on invalid input.
5393continue
5394else
5395 echo "$as_me: failed program was:" >&5
5396sed 's/^/| /' conftest.$ac_ext >&5
5397
5398 # Passes both tests.
5399ac_preproc_ok=:
5400break
5401fi
5402rm -f conftest.err conftest.$ac_ext
5403
5404done
5405# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5406rm -f conftest.err conftest.$ac_ext
5407if $ac_preproc_ok; then
5408 break
5409fi
5410
5411 done
5412 ac_cv_prog_CPP=$CPP
5413
5414fi
5415 CPP=$ac_cv_prog_CPP
5416else
5417 ac_cv_prog_CPP=$CPP
5418fi
5419echo "$as_me:$LINENO: result: $CPP" >&5
5420echo "${ECHO_T}$CPP" >&6
5421ac_preproc_ok=false
5422for ac_c_preproc_warn_flag in '' yes
5423do
5424 # Use a header file that comes with gcc, so configuring glibc
5425 # with a fresh cross-compiler works.
5426 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5427 # <limits.h> exists even on freestanding compilers.
5428 # On the NeXT, cc -E runs the code through the compiler's parser,
5429 # not just through cpp. "Syntax error" is here to catch this case.
5430 cat >conftest.$ac_ext <<_ACEOF
5431/* confdefs.h. */
5432_ACEOF
5433cat confdefs.h >>conftest.$ac_ext
5434cat >>conftest.$ac_ext <<_ACEOF
5435/* end confdefs.h. */
5436#ifdef __STDC__
5437# include <limits.h>
5438#else
5439# include <assert.h>
5440#endif
5441 Syntax error
5442_ACEOF
5443if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5444 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5445 ac_status=$?
5446 grep -v '^ *+' conftest.er1 >conftest.err
5447 rm -f conftest.er1
5448 cat conftest.err >&5
5449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5450 (exit $ac_status); } >/dev/null; then
5451 if test -s conftest.err; then
5452 ac_cpp_err=$ac_c_preproc_warn_flag
5453 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5454 else
5455 ac_cpp_err=
5456 fi
5457else
5458 ac_cpp_err=yes
5459fi
5460if test -z "$ac_cpp_err"; then
5461 :
5462else
5463 echo "$as_me: failed program was:" >&5
5464sed 's/^/| /' conftest.$ac_ext >&5
5465
5466 # Broken: fails on valid input.
5467continue
5468fi
5469rm -f conftest.err conftest.$ac_ext
5470
5471 # OK, works on sane cases. Now check whether non-existent headers
5472 # can be detected and how.
5473 cat >conftest.$ac_ext <<_ACEOF
5474/* confdefs.h. */
5475_ACEOF
5476cat confdefs.h >>conftest.$ac_ext
5477cat >>conftest.$ac_ext <<_ACEOF
5478/* end confdefs.h. */
5479#include <ac_nonexistent.h>
5480_ACEOF
5481if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5482 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5483 ac_status=$?
5484 grep -v '^ *+' conftest.er1 >conftest.err
5485 rm -f conftest.er1
5486 cat conftest.err >&5
5487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5488 (exit $ac_status); } >/dev/null; then
5489 if test -s conftest.err; then
5490 ac_cpp_err=$ac_c_preproc_warn_flag
5491 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5492 else
5493 ac_cpp_err=
5494 fi
5495else
5496 ac_cpp_err=yes
5497fi
5498if test -z "$ac_cpp_err"; then
5499 # Broken: success on invalid input.
5500continue
5501else
5502 echo "$as_me: failed program was:" >&5
5503sed 's/^/| /' conftest.$ac_ext >&5
5504
5505 # Passes both tests.
5506ac_preproc_ok=:
5507break
5508fi
5509rm -f conftest.err conftest.$ac_ext
5510
5511done
5512# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5513rm -f conftest.err conftest.$ac_ext
5514if $ac_preproc_ok; then
5515 :
5516else
1d1f116d
CD
5517 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5518echo "$as_me: error: in \`$ac_pwd':" >&2;}
5519{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
9a0910c3
ILT
5520See \`config.log' for more details." >&5
5521echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5522See \`config.log' for more details." >&2;}
1d1f116d 5523 { (exit 1); exit 1; }; }; }
9a0910c3
ILT
5524fi
5525
5526ac_ext=c
5527ac_cpp='$CPP $CPPFLAGS'
5528ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5529ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5530ac_compiler_gnu=$ac_cv_c_compiler_gnu
5531
5532
5533echo "$as_me:$LINENO: checking for egrep" >&5
5534echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5535if test "${ac_cv_prog_egrep+set}" = set; then
5536 echo $ECHO_N "(cached) $ECHO_C" >&6
5537else
5538 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5539 then ac_cv_prog_egrep='grep -E'
5540 else ac_cv_prog_egrep='egrep'
5541 fi
5542fi
5543echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5544echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5545 EGREP=$ac_cv_prog_egrep
5546
5547
5548echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5549echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5550if test "${ac_cv_header_stdc+set}" = set; then
5551 echo $ECHO_N "(cached) $ECHO_C" >&6
5552else
5553 cat >conftest.$ac_ext <<_ACEOF
5554/* confdefs.h. */
5555_ACEOF
5556cat confdefs.h >>conftest.$ac_ext
5557cat >>conftest.$ac_ext <<_ACEOF
5558/* end confdefs.h. */
5559#include <stdlib.h>
5560#include <stdarg.h>
5561#include <string.h>
5562#include <float.h>
5563
5564int
5565main ()
5566{
5567
5568 ;
5569 return 0;
5570}
5571_ACEOF
5572rm -f conftest.$ac_objext
5573if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5574 (eval $ac_compile) 2>conftest.er1
5575 ac_status=$?
5576 grep -v '^ *+' conftest.er1 >conftest.err
5577 rm -f conftest.er1
5578 cat conftest.err >&5
5579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5580 (exit $ac_status); } &&
b0074644
ILT
5581 { ac_try='test -z "$ac_c_werror_flag"
5582 || test ! -s conftest.err'
9a0910c3
ILT
5583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5584 (eval $ac_try) 2>&5
5585 ac_status=$?
5586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5587 (exit $ac_status); }; } &&
5588 { ac_try='test -s conftest.$ac_objext'
5589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5590 (eval $ac_try) 2>&5
5591 ac_status=$?
5592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5593 (exit $ac_status); }; }; then
5594 ac_cv_header_stdc=yes
5595else
5596 echo "$as_me: failed program was:" >&5
5597sed 's/^/| /' conftest.$ac_ext >&5
5598
5599ac_cv_header_stdc=no
5600fi
5601rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5602
5603if test $ac_cv_header_stdc = yes; then
5604 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5605 cat >conftest.$ac_ext <<_ACEOF
5606/* confdefs.h. */
5607_ACEOF
5608cat confdefs.h >>conftest.$ac_ext
5609cat >>conftest.$ac_ext <<_ACEOF
5610/* end confdefs.h. */
5611#include <string.h>
5612
5613_ACEOF
5614if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5615 $EGREP "memchr" >/dev/null 2>&1; then
5616 :
5617else
5618 ac_cv_header_stdc=no
5619fi
5620rm -f conftest*
5621
5622fi
5623
5624if test $ac_cv_header_stdc = yes; then
5625 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5626 cat >conftest.$ac_ext <<_ACEOF
5627/* confdefs.h. */
5628_ACEOF
5629cat confdefs.h >>conftest.$ac_ext
5630cat >>conftest.$ac_ext <<_ACEOF
5631/* end confdefs.h. */
5632#include <stdlib.h>
5633
5634_ACEOF
5635if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5636 $EGREP "free" >/dev/null 2>&1; then
5637 :
5638else
5639 ac_cv_header_stdc=no
5640fi
5641rm -f conftest*
5642
5643fi
5644
5645if test $ac_cv_header_stdc = yes; then
5646 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5647 if test "$cross_compiling" = yes; then
5648 :
5649else
5650 cat >conftest.$ac_ext <<_ACEOF
5651/* confdefs.h. */
5652_ACEOF
5653cat confdefs.h >>conftest.$ac_ext
5654cat >>conftest.$ac_ext <<_ACEOF
5655/* end confdefs.h. */
5656#include <ctype.h>
5657#if ((' ' & 0x0FF) == 0x020)
5658# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5659# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5660#else
5661# define ISLOWER(c) \
5662 (('a' <= (c) && (c) <= 'i') \
5663 || ('j' <= (c) && (c) <= 'r') \
5664 || ('s' <= (c) && (c) <= 'z'))
5665# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5666#endif
5667
5668#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5669int
5670main ()
5671{
5672 int i;
5673 for (i = 0; i < 256; i++)
5674 if (XOR (islower (i), ISLOWER (i))
5675 || toupper (i) != TOUPPER (i))
5676 exit(2);
5677 exit (0);
5678}
5679_ACEOF
5680rm -f conftest$ac_exeext
5681if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5682 (eval $ac_link) 2>&5
5683 ac_status=$?
5684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5685 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5687 (eval $ac_try) 2>&5
5688 ac_status=$?
5689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5690 (exit $ac_status); }; }; then
5691 :
5692else
5693 echo "$as_me: program exited with status $ac_status" >&5
5694echo "$as_me: failed program was:" >&5
5695sed 's/^/| /' conftest.$ac_ext >&5
5696
5697( exit $ac_status )
5698ac_cv_header_stdc=no
5699fi
5700rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5701fi
5702fi
5703fi
5704echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5705echo "${ECHO_T}$ac_cv_header_stdc" >&6
5706if test $ac_cv_header_stdc = yes; then
5707
5708cat >>confdefs.h <<\_ACEOF
5709#define STDC_HEADERS 1
5710_ACEOF
5711
5712fi
5713
5714# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5725 inttypes.h stdint.h unistd.h
5726do
5727as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5728echo "$as_me:$LINENO: checking for $ac_header" >&5
5729echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5730if eval "test \"\${$as_ac_Header+set}\" = set"; then
5731 echo $ECHO_N "(cached) $ECHO_C" >&6
5732else
5733 cat >conftest.$ac_ext <<_ACEOF
5734/* confdefs.h. */
5735_ACEOF
5736cat confdefs.h >>conftest.$ac_ext
5737cat >>conftest.$ac_ext <<_ACEOF
5738/* end confdefs.h. */
5739$ac_includes_default
5740
5741#include <$ac_header>
5742_ACEOF
5743rm -f conftest.$ac_objext
5744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5745 (eval $ac_compile) 2>conftest.er1
5746 ac_status=$?
5747 grep -v '^ *+' conftest.er1 >conftest.err
5748 rm -f conftest.er1
5749 cat conftest.err >&5
5750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5751 (exit $ac_status); } &&
b0074644
ILT
5752 { ac_try='test -z "$ac_c_werror_flag"
5753 || test ! -s conftest.err'
9a0910c3
ILT
5754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5755 (eval $ac_try) 2>&5
5756 ac_status=$?
5757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5758 (exit $ac_status); }; } &&
5759 { ac_try='test -s conftest.$ac_objext'
5760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5761 (eval $ac_try) 2>&5
5762 ac_status=$?
5763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5764 (exit $ac_status); }; }; then
5765 eval "$as_ac_Header=yes"
5766else
5767 echo "$as_me: failed program was:" >&5
5768sed 's/^/| /' conftest.$ac_ext >&5
5769
5770eval "$as_ac_Header=no"
5771fi
5772rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5773fi
5774echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5775echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5776if test `eval echo '${'$as_ac_Header'}'` = yes; then
5777 cat >>confdefs.h <<_ACEOF
5778#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5779_ACEOF
5780
5781fi
5782
5783done
5784
5785
5786echo "$as_me:$LINENO: checking for library containing zlibVersion" >&5
5787echo $ECHO_N "checking for library containing zlibVersion... $ECHO_C" >&6
5788if test "${ac_cv_search_zlibVersion+set}" = set; then
5789 echo $ECHO_N "(cached) $ECHO_C" >&6
5790else
5791 ac_func_search_save_LIBS=$LIBS
5792ac_cv_search_zlibVersion=no
5793cat >conftest.$ac_ext <<_ACEOF
5794/* confdefs.h. */
5795_ACEOF
5796cat confdefs.h >>conftest.$ac_ext
5797cat >>conftest.$ac_ext <<_ACEOF
5798/* end confdefs.h. */
5799
5800/* Override any gcc2 internal prototype to avoid an error. */
5801#ifdef __cplusplus
5802extern "C"
5803#endif
5804/* We use char because int might match the return type of a gcc2
5805 builtin and then its argument prototype would still apply. */
5806char zlibVersion ();
5807int
5808main ()
5809{
5810zlibVersion ();
5811 ;
5812 return 0;
5813}
5814_ACEOF
5815rm -f conftest.$ac_objext conftest$ac_exeext
5816if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5817 (eval $ac_link) 2>conftest.er1
5818 ac_status=$?
5819 grep -v '^ *+' conftest.er1 >conftest.err
5820 rm -f conftest.er1
5821 cat conftest.err >&5
5822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5823 (exit $ac_status); } &&
b0074644
ILT
5824 { ac_try='test -z "$ac_c_werror_flag"
5825 || test ! -s conftest.err'
9a0910c3
ILT
5826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5827 (eval $ac_try) 2>&5
5828 ac_status=$?
5829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5830 (exit $ac_status); }; } &&
5831 { ac_try='test -s conftest$ac_exeext'
5832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5833 (eval $ac_try) 2>&5
5834 ac_status=$?
5835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5836 (exit $ac_status); }; }; then
5837 ac_cv_search_zlibVersion="none required"
5838else
5839 echo "$as_me: failed program was:" >&5
5840sed 's/^/| /' conftest.$ac_ext >&5
5841
5842fi
5843rm -f conftest.err conftest.$ac_objext \
5844 conftest$ac_exeext conftest.$ac_ext
5845if test "$ac_cv_search_zlibVersion" = no; then
5846 for ac_lib in z; do
5847 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5848 cat >conftest.$ac_ext <<_ACEOF
5849/* confdefs.h. */
5850_ACEOF
5851cat confdefs.h >>conftest.$ac_ext
5852cat >>conftest.$ac_ext <<_ACEOF
5853/* end confdefs.h. */
5854
5855/* Override any gcc2 internal prototype to avoid an error. */
5856#ifdef __cplusplus
5857extern "C"
5858#endif
5859/* We use char because int might match the return type of a gcc2
5860 builtin and then its argument prototype would still apply. */
5861char zlibVersion ();
5862int
5863main ()
5864{
5865zlibVersion ();
5866 ;
5867 return 0;
5868}
5869_ACEOF
5870rm -f conftest.$ac_objext conftest$ac_exeext
5871if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5872 (eval $ac_link) 2>conftest.er1
5873 ac_status=$?
5874 grep -v '^ *+' conftest.er1 >conftest.err
5875 rm -f conftest.er1
5876 cat conftest.err >&5
5877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5878 (exit $ac_status); } &&
b0074644
ILT
5879 { ac_try='test -z "$ac_c_werror_flag"
5880 || test ! -s conftest.err'
9a0910c3
ILT
5881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5882 (eval $ac_try) 2>&5
5883 ac_status=$?
5884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5885 (exit $ac_status); }; } &&
5886 { ac_try='test -s conftest$ac_exeext'
5887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5888 (eval $ac_try) 2>&5
5889 ac_status=$?
5890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5891 (exit $ac_status); }; }; then
5892 ac_cv_search_zlibVersion="-l$ac_lib"
5893break
5894else
5895 echo "$as_me: failed program was:" >&5
5896sed 's/^/| /' conftest.$ac_ext >&5
5897
5898fi
5899rm -f conftest.err conftest.$ac_objext \
5900 conftest$ac_exeext conftest.$ac_ext
5901 done
5902fi
5903LIBS=$ac_func_search_save_LIBS
5904fi
5905echo "$as_me:$LINENO: result: $ac_cv_search_zlibVersion" >&5
5906echo "${ECHO_T}$ac_cv_search_zlibVersion" >&6
5907if test "$ac_cv_search_zlibVersion" != no; then
5908 test "$ac_cv_search_zlibVersion" = "none required" || LIBS="$ac_cv_search_zlibVersion $LIBS"
5909
5910for ac_header in zlib.h
5911do
5912as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5913if eval "test \"\${$as_ac_Header+set}\" = set"; then
5914 echo "$as_me:$LINENO: checking for $ac_header" >&5
5915echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5916if eval "test \"\${$as_ac_Header+set}\" = set"; then
5917 echo $ECHO_N "(cached) $ECHO_C" >&6
5918fi
5919echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5920echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5921else
5922 # Is the header compilable?
5923echo "$as_me:$LINENO: checking $ac_header usability" >&5
5924echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5925cat >conftest.$ac_ext <<_ACEOF
5926/* confdefs.h. */
5927_ACEOF
5928cat confdefs.h >>conftest.$ac_ext
5929cat >>conftest.$ac_ext <<_ACEOF
5930/* end confdefs.h. */
5931$ac_includes_default
5932#include <$ac_header>
5933_ACEOF
5934rm -f conftest.$ac_objext
5935if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5936 (eval $ac_compile) 2>conftest.er1
5937 ac_status=$?
5938 grep -v '^ *+' conftest.er1 >conftest.err
5939 rm -f conftest.er1
5940 cat conftest.err >&5
5941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5942 (exit $ac_status); } &&
b0074644
ILT
5943 { ac_try='test -z "$ac_c_werror_flag"
5944 || test ! -s conftest.err'
9a0910c3
ILT
5945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5946 (eval $ac_try) 2>&5
5947 ac_status=$?
5948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5949 (exit $ac_status); }; } &&
5950 { ac_try='test -s conftest.$ac_objext'
5951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5952 (eval $ac_try) 2>&5
5953 ac_status=$?
5954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5955 (exit $ac_status); }; }; then
5956 ac_header_compiler=yes
5957else
5958 echo "$as_me: failed program was:" >&5
5959sed 's/^/| /' conftest.$ac_ext >&5
5960
5961ac_header_compiler=no
5962fi
5963rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5964echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5965echo "${ECHO_T}$ac_header_compiler" >&6
5966
5967# Is the header present?
5968echo "$as_me:$LINENO: checking $ac_header presence" >&5
5969echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5970cat >conftest.$ac_ext <<_ACEOF
5971/* confdefs.h. */
5972_ACEOF
5973cat confdefs.h >>conftest.$ac_ext
5974cat >>conftest.$ac_ext <<_ACEOF
5975/* end confdefs.h. */
5976#include <$ac_header>
5977_ACEOF
5978if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5979 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5980 ac_status=$?
5981 grep -v '^ *+' conftest.er1 >conftest.err
5982 rm -f conftest.er1
5983 cat conftest.err >&5
5984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5985 (exit $ac_status); } >/dev/null; then
5986 if test -s conftest.err; then
5987 ac_cpp_err=$ac_c_preproc_warn_flag
5988 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5989 else
5990 ac_cpp_err=
5991 fi
5992else
5993 ac_cpp_err=yes
5994fi
5995if test -z "$ac_cpp_err"; then
5996 ac_header_preproc=yes
5997else
5998 echo "$as_me: failed program was:" >&5
5999sed 's/^/| /' conftest.$ac_ext >&5
6000
6001 ac_header_preproc=no
6002fi
6003rm -f conftest.err conftest.$ac_ext
6004echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6005echo "${ECHO_T}$ac_header_preproc" >&6
6006
6007# So? What about this header?
6008case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6009 yes:no: )
6010 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6011echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6012 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6013echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6014 ac_header_preproc=yes
6015 ;;
6016 no:yes:* )
6017 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6018echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6019 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6020echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6021 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6022echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6023 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6024echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6025 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6026echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6027 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6028echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6029 (
6030 cat <<\_ASBOX
6031## ------------------------------- ##
6032## Report this to the gold lists. ##
6033## ------------------------------- ##
6034_ASBOX
6035 ) |
6036 sed "s/^/$as_me: WARNING: /" >&2
6037 ;;
6038esac
6039echo "$as_me:$LINENO: checking for $ac_header" >&5
6040echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6041if eval "test \"\${$as_ac_Header+set}\" = set"; then
6042 echo $ECHO_N "(cached) $ECHO_C" >&6
6043else
6044 eval "$as_ac_Header=\$ac_header_preproc"
6045fi
6046echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6047echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6048
6049fi
6050if test `eval echo '${'$as_ac_Header'}'` = yes; then
6051 cat >>confdefs.h <<_ACEOF
6052#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6053_ACEOF
6054
6055fi
6056
6057done
6058
6059fi
6060
6061
7fcd0256
ILT
6062
6063if test "$ac_cv_search_zlibVersion" != "no"; then
6064 HAVE_ZLIB_TRUE=
6065 HAVE_ZLIB_FALSE='#'
6066else
6067 HAVE_ZLIB_TRUE='#'
6068 HAVE_ZLIB_FALSE=
6069fi
6070
6071
54dc6425
ILT
6072ac_ext=cc
6073ac_cpp='$CXXCPP $CPPFLAGS'
6074ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6075ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6076ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6077
6078
d288e464 6079
54dc6425
ILT
6080ac_ext=cc
6081ac_cpp='$CXXCPP $CPPFLAGS'
6082ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6083ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6084ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6085echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6086echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6087if test -z "$CXXCPP"; then
6088 if test "${ac_cv_prog_CXXCPP+set}" = set; then
6089 echo $ECHO_N "(cached) $ECHO_C" >&6
6090else
6091 # Double quotes because CXXCPP needs to be expanded
6092 for CXXCPP in "$CXX -E" "/lib/cpp"
6093 do
6094 ac_preproc_ok=false
6095for ac_cxx_preproc_warn_flag in '' yes
6096do
6097 # Use a header file that comes with gcc, so configuring glibc
6098 # with a fresh cross-compiler works.
6099 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6100 # <limits.h> exists even on freestanding compilers.
6101 # On the NeXT, cc -E runs the code through the compiler's parser,
6102 # not just through cpp. "Syntax error" is here to catch this case.
6103 cat >conftest.$ac_ext <<_ACEOF
6104/* confdefs.h. */
6105_ACEOF
6106cat confdefs.h >>conftest.$ac_ext
6107cat >>conftest.$ac_ext <<_ACEOF
6108/* end confdefs.h. */
6109#ifdef __STDC__
6110# include <limits.h>
6111#else
6112# include <assert.h>
6113#endif
6114 Syntax error
6115_ACEOF
6116if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6117 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6118 ac_status=$?
6119 grep -v '^ *+' conftest.er1 >conftest.err
6120 rm -f conftest.er1
6121 cat conftest.err >&5
6122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6123 (exit $ac_status); } >/dev/null; then
6124 if test -s conftest.err; then
6125 ac_cpp_err=$ac_cxx_preproc_warn_flag
6126 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6127 else
6128 ac_cpp_err=
6129 fi
6130else
6131 ac_cpp_err=yes
6132fi
6133if test -z "$ac_cpp_err"; then
6134 :
6135else
6136 echo "$as_me: failed program was:" >&5
6137sed 's/^/| /' conftest.$ac_ext >&5
6138
6139 # Broken: fails on valid input.
6140continue
6141fi
6142rm -f conftest.err conftest.$ac_ext
6143
6144 # OK, works on sane cases. Now check whether non-existent headers
6145 # can be detected and how.
6146 cat >conftest.$ac_ext <<_ACEOF
6147/* confdefs.h. */
6148_ACEOF
6149cat confdefs.h >>conftest.$ac_ext
6150cat >>conftest.$ac_ext <<_ACEOF
6151/* end confdefs.h. */
6152#include <ac_nonexistent.h>
6153_ACEOF
6154if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6155 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6156 ac_status=$?
6157 grep -v '^ *+' conftest.er1 >conftest.err
6158 rm -f conftest.er1
6159 cat conftest.err >&5
6160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6161 (exit $ac_status); } >/dev/null; then
6162 if test -s conftest.err; then
6163 ac_cpp_err=$ac_cxx_preproc_warn_flag
6164 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6165 else
6166 ac_cpp_err=
6167 fi
6168else
6169 ac_cpp_err=yes
6170fi
6171if test -z "$ac_cpp_err"; then
6172 # Broken: success on invalid input.
6173continue
6174else
6175 echo "$as_me: failed program was:" >&5
6176sed 's/^/| /' conftest.$ac_ext >&5
6177
6178 # Passes both tests.
6179ac_preproc_ok=:
6180break
6181fi
6182rm -f conftest.err conftest.$ac_ext
6183
6184done
6185# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6186rm -f conftest.err conftest.$ac_ext
6187if $ac_preproc_ok; then
6188 break
6189fi
6190
6191 done
6192 ac_cv_prog_CXXCPP=$CXXCPP
6193
6194fi
6195 CXXCPP=$ac_cv_prog_CXXCPP
6196else
6197 ac_cv_prog_CXXCPP=$CXXCPP
6198fi
6199echo "$as_me:$LINENO: result: $CXXCPP" >&5
6200echo "${ECHO_T}$CXXCPP" >&6
6201ac_preproc_ok=false
6202for ac_cxx_preproc_warn_flag in '' yes
6203do
6204 # Use a header file that comes with gcc, so configuring glibc
6205 # with a fresh cross-compiler works.
6206 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6207 # <limits.h> exists even on freestanding compilers.
6208 # On the NeXT, cc -E runs the code through the compiler's parser,
6209 # not just through cpp. "Syntax error" is here to catch this case.
6210 cat >conftest.$ac_ext <<_ACEOF
6211/* confdefs.h. */
6212_ACEOF
6213cat confdefs.h >>conftest.$ac_ext
6214cat >>conftest.$ac_ext <<_ACEOF
6215/* end confdefs.h. */
6216#ifdef __STDC__
6217# include <limits.h>
6218#else
6219# include <assert.h>
6220#endif
6221 Syntax error
6222_ACEOF
6223if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6224 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6225 ac_status=$?
6226 grep -v '^ *+' conftest.er1 >conftest.err
6227 rm -f conftest.er1
6228 cat conftest.err >&5
6229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6230 (exit $ac_status); } >/dev/null; then
6231 if test -s conftest.err; then
6232 ac_cpp_err=$ac_cxx_preproc_warn_flag
6233 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6234 else
6235 ac_cpp_err=
6236 fi
6237else
6238 ac_cpp_err=yes
6239fi
6240if test -z "$ac_cpp_err"; then
6241 :
6242else
6243 echo "$as_me: failed program was:" >&5
6244sed 's/^/| /' conftest.$ac_ext >&5
6245
6246 # Broken: fails on valid input.
6247continue
6248fi
6249rm -f conftest.err conftest.$ac_ext
6250
6251 # OK, works on sane cases. Now check whether non-existent headers
6252 # can be detected and how.
6253 cat >conftest.$ac_ext <<_ACEOF
6254/* confdefs.h. */
6255_ACEOF
6256cat confdefs.h >>conftest.$ac_ext
6257cat >>conftest.$ac_ext <<_ACEOF
6258/* end confdefs.h. */
6259#include <ac_nonexistent.h>
6260_ACEOF
6261if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6262 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6263 ac_status=$?
6264 grep -v '^ *+' conftest.er1 >conftest.err
6265 rm -f conftest.er1
6266 cat conftest.err >&5
6267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6268 (exit $ac_status); } >/dev/null; then
6269 if test -s conftest.err; then
6270 ac_cpp_err=$ac_cxx_preproc_warn_flag
6271 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6272 else
6273 ac_cpp_err=
6274 fi
6275else
6276 ac_cpp_err=yes
6277fi
6278if test -z "$ac_cpp_err"; then
6279 # Broken: success on invalid input.
6280continue
6281else
6282 echo "$as_me: failed program was:" >&5
6283sed 's/^/| /' conftest.$ac_ext >&5
6284
6285 # Passes both tests.
6286ac_preproc_ok=:
6287break
6288fi
6289rm -f conftest.err conftest.$ac_ext
6290
6291done
6292# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6293rm -f conftest.err conftest.$ac_ext
6294if $ac_preproc_ok; then
6295 :
6296else
1d1f116d
CD
6297 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6298echo "$as_me: error: in \`$ac_pwd':" >&2;}
6299{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
54dc6425
ILT
6300See \`config.log' for more details." >&5
6301echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6302See \`config.log' for more details." >&2;}
1d1f116d 6303 { (exit 1); exit 1; }; }; }
54dc6425
ILT
6304fi
6305
6306ac_ext=cc
6307ac_cpp='$CXXCPP $CPPFLAGS'
6308ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6309ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6310ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6311
6312
54dc6425
ILT
6313
6314
6315for ac_header in tr1/unordered_set tr1/unordered_map
6316do
6317as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6318if eval "test \"\${$as_ac_Header+set}\" = set"; then
6319 echo "$as_me:$LINENO: checking for $ac_header" >&5
6320echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6321if eval "test \"\${$as_ac_Header+set}\" = set"; then
6322 echo $ECHO_N "(cached) $ECHO_C" >&6
6323fi
6324echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6325echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6326else
6327 # Is the header compilable?
6328echo "$as_me:$LINENO: checking $ac_header usability" >&5
6329echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6330cat >conftest.$ac_ext <<_ACEOF
6331/* confdefs.h. */
6332_ACEOF
6333cat confdefs.h >>conftest.$ac_ext
6334cat >>conftest.$ac_ext <<_ACEOF
6335/* end confdefs.h. */
6336$ac_includes_default
6337#include <$ac_header>
6338_ACEOF
6339rm -f conftest.$ac_objext
6340if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6341 (eval $ac_compile) 2>conftest.er1
6342 ac_status=$?
6343 grep -v '^ *+' conftest.er1 >conftest.err
6344 rm -f conftest.er1
6345 cat conftest.err >&5
6346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6347 (exit $ac_status); } &&
b0074644
ILT
6348 { ac_try='test -z "$ac_cxx_werror_flag"
6349 || test ! -s conftest.err'
54dc6425
ILT
6350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6351 (eval $ac_try) 2>&5
6352 ac_status=$?
6353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6354 (exit $ac_status); }; } &&
6355 { ac_try='test -s conftest.$ac_objext'
6356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6357 (eval $ac_try) 2>&5
6358 ac_status=$?
6359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6360 (exit $ac_status); }; }; then
6361 ac_header_compiler=yes
6362else
6363 echo "$as_me: failed program was:" >&5
6364sed 's/^/| /' conftest.$ac_ext >&5
6365
6366ac_header_compiler=no
6367fi
6368rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6369echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6370echo "${ECHO_T}$ac_header_compiler" >&6
6371
6372# Is the header present?
6373echo "$as_me:$LINENO: checking $ac_header presence" >&5
6374echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6375cat >conftest.$ac_ext <<_ACEOF
6376/* confdefs.h. */
6377_ACEOF
6378cat confdefs.h >>conftest.$ac_ext
6379cat >>conftest.$ac_ext <<_ACEOF
6380/* end confdefs.h. */
6381#include <$ac_header>
6382_ACEOF
6383if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6384 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6385 ac_status=$?
6386 grep -v '^ *+' conftest.er1 >conftest.err
6387 rm -f conftest.er1
6388 cat conftest.err >&5
6389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6390 (exit $ac_status); } >/dev/null; then
6391 if test -s conftest.err; then
6392 ac_cpp_err=$ac_cxx_preproc_warn_flag
6393 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6394 else
6395 ac_cpp_err=
6396 fi
6397else
6398 ac_cpp_err=yes
6399fi
6400if test -z "$ac_cpp_err"; then
6401 ac_header_preproc=yes
6402else
6403 echo "$as_me: failed program was:" >&5
6404sed 's/^/| /' conftest.$ac_ext >&5
6405
6406 ac_header_preproc=no
6407fi
6408rm -f conftest.err conftest.$ac_ext
6409echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6410echo "${ECHO_T}$ac_header_preproc" >&6
6411
6412# So? What about this header?
6413case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
6414 yes:no: )
6415 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6416echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6417 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6418echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6419 ac_header_preproc=yes
6420 ;;
6421 no:yes:* )
6422 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6423echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6424 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6425echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6426 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6427echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6428 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6429echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6430 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6431echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6432 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6433echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6434 (
6435 cat <<\_ASBOX
8486ee48
ILT
6436## ------------------------------- ##
6437## Report this to the gold lists. ##
6438## ------------------------------- ##
54dc6425
ILT
6439_ASBOX
6440 ) |
6441 sed "s/^/$as_me: WARNING: /" >&2
6442 ;;
6443esac
6444echo "$as_me:$LINENO: checking for $ac_header" >&5
6445echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6446if eval "test \"\${$as_ac_Header+set}\" = set"; then
6447 echo $ECHO_N "(cached) $ECHO_C" >&6
6448else
6449 eval "$as_ac_Header=\$ac_header_preproc"
6450fi
6451echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6452echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6453
6454fi
6455if test `eval echo '${'$as_ac_Header'}'` = yes; then
6456 cat >>confdefs.h <<_ACEOF
6457#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6458_ACEOF
6459
6460fi
6461
6462done
6463
6464
6465
6466for ac_header in ext/hash_map ext/hash_set
6467do
6468as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6469if eval "test \"\${$as_ac_Header+set}\" = set"; then
6470 echo "$as_me:$LINENO: checking for $ac_header" >&5
15d5fa16
ILT
6471echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6472if eval "test \"\${$as_ac_Header+set}\" = set"; then
6473 echo $ECHO_N "(cached) $ECHO_C" >&6
6474fi
6475echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6476echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6477else
6478 # Is the header compilable?
6479echo "$as_me:$LINENO: checking $ac_header usability" >&5
6480echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6481cat >conftest.$ac_ext <<_ACEOF
6482/* confdefs.h. */
6483_ACEOF
6484cat confdefs.h >>conftest.$ac_ext
6485cat >>conftest.$ac_ext <<_ACEOF
6486/* end confdefs.h. */
6487$ac_includes_default
6488#include <$ac_header>
6489_ACEOF
6490rm -f conftest.$ac_objext
6491if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6492 (eval $ac_compile) 2>conftest.er1
6493 ac_status=$?
6494 grep -v '^ *+' conftest.er1 >conftest.err
6495 rm -f conftest.er1
6496 cat conftest.err >&5
6497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6498 (exit $ac_status); } &&
6499 { ac_try='test -z "$ac_cxx_werror_flag"
6500 || test ! -s conftest.err'
6501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6502 (eval $ac_try) 2>&5
6503 ac_status=$?
6504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6505 (exit $ac_status); }; } &&
6506 { ac_try='test -s conftest.$ac_objext'
6507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6508 (eval $ac_try) 2>&5
6509 ac_status=$?
6510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6511 (exit $ac_status); }; }; then
6512 ac_header_compiler=yes
6513else
6514 echo "$as_me: failed program was:" >&5
6515sed 's/^/| /' conftest.$ac_ext >&5
6516
6517ac_header_compiler=no
6518fi
6519rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6520echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6521echo "${ECHO_T}$ac_header_compiler" >&6
6522
6523# Is the header present?
6524echo "$as_me:$LINENO: checking $ac_header presence" >&5
6525echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6526cat >conftest.$ac_ext <<_ACEOF
6527/* confdefs.h. */
6528_ACEOF
6529cat confdefs.h >>conftest.$ac_ext
6530cat >>conftest.$ac_ext <<_ACEOF
6531/* end confdefs.h. */
6532#include <$ac_header>
6533_ACEOF
6534if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6535 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6536 ac_status=$?
6537 grep -v '^ *+' conftest.er1 >conftest.err
6538 rm -f conftest.er1
6539 cat conftest.err >&5
6540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6541 (exit $ac_status); } >/dev/null; then
6542 if test -s conftest.err; then
6543 ac_cpp_err=$ac_cxx_preproc_warn_flag
6544 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6545 else
6546 ac_cpp_err=
6547 fi
6548else
6549 ac_cpp_err=yes
6550fi
6551if test -z "$ac_cpp_err"; then
6552 ac_header_preproc=yes
6553else
6554 echo "$as_me: failed program was:" >&5
6555sed 's/^/| /' conftest.$ac_ext >&5
6556
6557 ac_header_preproc=no
6558fi
6559rm -f conftest.err conftest.$ac_ext
6560echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6561echo "${ECHO_T}$ac_header_preproc" >&6
6562
6563# So? What about this header?
6564case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
6565 yes:no: )
6566 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6567echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6568 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6569echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6570 ac_header_preproc=yes
6571 ;;
6572 no:yes:* )
6573 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6574echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6575 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6576echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6577 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6578echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6579 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6580echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6581 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6582echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6583 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6584echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6585 (
6586 cat <<\_ASBOX
6587## ------------------------------- ##
6588## Report this to the gold lists. ##
6589## ------------------------------- ##
6590_ASBOX
6591 ) |
6592 sed "s/^/$as_me: WARNING: /" >&2
6593 ;;
6594esac
6595echo "$as_me:$LINENO: checking for $ac_header" >&5
6596echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6597if eval "test \"\${$as_ac_Header+set}\" = set"; then
6598 echo $ECHO_N "(cached) $ECHO_C" >&6
6599else
6600 eval "$as_ac_Header=\$ac_header_preproc"
6601fi
6602echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6603echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6604
6605fi
6606if test `eval echo '${'$as_ac_Header'}'` = yes; then
6607 cat >>confdefs.h <<_ACEOF
6608#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6609_ACEOF
6610
6611fi
6612
6613done
6614
6615
6616for ac_header in byteswap.h
6617do
6618as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6619if eval "test \"\${$as_ac_Header+set}\" = set"; then
6620 echo "$as_me:$LINENO: checking for $ac_header" >&5
54dc6425
ILT
6621echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6622if eval "test \"\${$as_ac_Header+set}\" = set"; then
6623 echo $ECHO_N "(cached) $ECHO_C" >&6
6624fi
6625echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6626echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6627else
6628 # Is the header compilable?
6629echo "$as_me:$LINENO: checking $ac_header usability" >&5
6630echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6631cat >conftest.$ac_ext <<_ACEOF
6632/* confdefs.h. */
6633_ACEOF
6634cat confdefs.h >>conftest.$ac_ext
6635cat >>conftest.$ac_ext <<_ACEOF
6636/* end confdefs.h. */
6637$ac_includes_default
6638#include <$ac_header>
6639_ACEOF
6640rm -f conftest.$ac_objext
6641if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6642 (eval $ac_compile) 2>conftest.er1
6643 ac_status=$?
6644 grep -v '^ *+' conftest.er1 >conftest.err
6645 rm -f conftest.er1
6646 cat conftest.err >&5
6647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6648 (exit $ac_status); } &&
b0074644
ILT
6649 { ac_try='test -z "$ac_cxx_werror_flag"
6650 || test ! -s conftest.err'
54dc6425
ILT
6651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6652 (eval $ac_try) 2>&5
6653 ac_status=$?
6654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6655 (exit $ac_status); }; } &&
6656 { ac_try='test -s conftest.$ac_objext'
6657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6658 (eval $ac_try) 2>&5
6659 ac_status=$?
6660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6661 (exit $ac_status); }; }; then
6662 ac_header_compiler=yes
6663else
6664 echo "$as_me: failed program was:" >&5
6665sed 's/^/| /' conftest.$ac_ext >&5
6666
6667ac_header_compiler=no
6668fi
6669rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6670echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6671echo "${ECHO_T}$ac_header_compiler" >&6
6672
6673# Is the header present?
6674echo "$as_me:$LINENO: checking $ac_header presence" >&5
6675echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6676cat >conftest.$ac_ext <<_ACEOF
6677/* confdefs.h. */
6678_ACEOF
6679cat confdefs.h >>conftest.$ac_ext
6680cat >>conftest.$ac_ext <<_ACEOF
6681/* end confdefs.h. */
6682#include <$ac_header>
6683_ACEOF
6684if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6685 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6686 ac_status=$?
6687 grep -v '^ *+' conftest.er1 >conftest.err
6688 rm -f conftest.er1
6689 cat conftest.err >&5
6690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6691 (exit $ac_status); } >/dev/null; then
6692 if test -s conftest.err; then
6693 ac_cpp_err=$ac_cxx_preproc_warn_flag
6694 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6695 else
6696 ac_cpp_err=
6697 fi
6698else
6699 ac_cpp_err=yes
6700fi
6701if test -z "$ac_cpp_err"; then
6702 ac_header_preproc=yes
6703else
6704 echo "$as_me: failed program was:" >&5
6705sed 's/^/| /' conftest.$ac_ext >&5
6706
6707 ac_header_preproc=no
6708fi
6709rm -f conftest.err conftest.$ac_ext
6710echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6711echo "${ECHO_T}$ac_header_preproc" >&6
6712
6713# So? What about this header?
6714case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
6715 yes:no: )
6716 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6717echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6718 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6719echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6720 ac_header_preproc=yes
6721 ;;
6722 no:yes:* )
6723 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6724echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6725 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6726echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6727 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6728echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6729 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6730echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6731 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6732echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6733 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6734echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6735 (
6736 cat <<\_ASBOX
8486ee48
ILT
6737## ------------------------------- ##
6738## Report this to the gold lists. ##
6739## ------------------------------- ##
54dc6425
ILT
6740_ASBOX
6741 ) |
6742 sed "s/^/$as_me: WARNING: /" >&2
6743 ;;
6744esac
6745echo "$as_me:$LINENO: checking for $ac_header" >&5
6746echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6747if eval "test \"\${$as_ac_Header+set}\" = set"; then
6748 echo $ECHO_N "(cached) $ECHO_C" >&6
6749else
6750 eval "$as_ac_Header=\$ac_header_preproc"
6751fi
6752echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6753echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6754
6755fi
6756if test `eval echo '${'$as_ac_Header'}'` = yes; then
6757 cat >>confdefs.h <<_ACEOF
6758#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6759_ACEOF
6760
6761fi
6762
6763done
6764
d288e464 6765
9201d894
ILT
6766
6767for ac_func in mallinfo posix_fallocate
e44fcf3b
ILT
6768do
6769as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6770echo "$as_me:$LINENO: checking for $ac_func" >&5
6771echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6772if eval "test \"\${$as_ac_var+set}\" = set"; then
6773 echo $ECHO_N "(cached) $ECHO_C" >&6
6774else
6775 cat >conftest.$ac_ext <<_ACEOF
6776/* confdefs.h. */
6777_ACEOF
6778cat confdefs.h >>conftest.$ac_ext
6779cat >>conftest.$ac_ext <<_ACEOF
6780/* end confdefs.h. */
6781/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6782 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6783#define $ac_func innocuous_$ac_func
6784
6785/* System header to define __stub macros and hopefully few prototypes,
6786 which can conflict with char $ac_func (); below.
6787 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6788 <limits.h> exists even on freestanding compilers. */
6789
6790#ifdef __STDC__
6791# include <limits.h>
6792#else
6793# include <assert.h>
6794#endif
6795
6796#undef $ac_func
6797
6798/* Override any gcc2 internal prototype to avoid an error. */
6799#ifdef __cplusplus
6800extern "C"
6801{
6802#endif
6803/* We use char because int might match the return type of a gcc2
6804 builtin and then its argument prototype would still apply. */
6805char $ac_func ();
6806/* The GNU C library defines this for functions which it implements
6807 to always fail with ENOSYS. Some functions are actually named
6808 something starting with __ and the normal name is an alias. */
6809#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6810choke me
6811#else
6812char (*f) () = $ac_func;
6813#endif
6814#ifdef __cplusplus
6815}
6816#endif
6817
6818int
6819main ()
6820{
6821return f != $ac_func;
6822 ;
6823 return 0;
6824}
6825_ACEOF
6826rm -f conftest.$ac_objext conftest$ac_exeext
6827if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6828 (eval $ac_link) 2>conftest.er1
6829 ac_status=$?
6830 grep -v '^ *+' conftest.er1 >conftest.err
6831 rm -f conftest.er1
6832 cat conftest.err >&5
6833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6834 (exit $ac_status); } &&
b0074644
ILT
6835 { ac_try='test -z "$ac_cxx_werror_flag"
6836 || test ! -s conftest.err'
e44fcf3b
ILT
6837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6838 (eval $ac_try) 2>&5
6839 ac_status=$?
6840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6841 (exit $ac_status); }; } &&
6842 { ac_try='test -s conftest$ac_exeext'
6843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6844 (eval $ac_try) 2>&5
6845 ac_status=$?
6846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6847 (exit $ac_status); }; }; then
6848 eval "$as_ac_var=yes"
6849else
6850 echo "$as_me: failed program was:" >&5
6851sed 's/^/| /' conftest.$ac_ext >&5
6852
6853eval "$as_ac_var=no"
6854fi
6855rm -f conftest.err conftest.$ac_objext \
6856 conftest$ac_exeext conftest.$ac_ext
6857fi
6858echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6859echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6860if test `eval echo '${'$as_ac_var'}'` = yes; then
6861 cat >>confdefs.h <<_ACEOF
6862#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6863_ACEOF
6864
6865fi
6866done
6867
1b77ea50
ILT
6868echo "$as_me:$LINENO: checking whether basename is declared" >&5
6869echo $ECHO_N "checking whether basename is declared... $ECHO_C" >&6
6870if test "${ac_cv_have_decl_basename+set}" = set; then
6871 echo $ECHO_N "(cached) $ECHO_C" >&6
6872else
6873 cat >conftest.$ac_ext <<_ACEOF
6874/* confdefs.h. */
6875_ACEOF
6876cat confdefs.h >>conftest.$ac_ext
6877cat >>conftest.$ac_ext <<_ACEOF
6878/* end confdefs.h. */
6879$ac_includes_default
6880int
6881main ()
6882{
6883#ifndef basename
6884 char *p = (char *) basename;
6885#endif
6886
6887 ;
6888 return 0;
6889}
6890_ACEOF
6891rm -f conftest.$ac_objext
6892if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6893 (eval $ac_compile) 2>conftest.er1
6894 ac_status=$?
6895 grep -v '^ *+' conftest.er1 >conftest.err
6896 rm -f conftest.er1
6897 cat conftest.err >&5
6898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6899 (exit $ac_status); } &&
6900 { ac_try='test -z "$ac_cxx_werror_flag"
6901 || test ! -s conftest.err'
6902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6903 (eval $ac_try) 2>&5
6904 ac_status=$?
6905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6906 (exit $ac_status); }; } &&
6907 { ac_try='test -s conftest.$ac_objext'
6908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6909 (eval $ac_try) 2>&5
6910 ac_status=$?
6911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6912 (exit $ac_status); }; }; then
6913 ac_cv_have_decl_basename=yes
6914else
6915 echo "$as_me: failed program was:" >&5
6916sed 's/^/| /' conftest.$ac_ext >&5
6917
6918ac_cv_have_decl_basename=no
6919fi
6920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6921fi
6922echo "$as_me:$LINENO: result: $ac_cv_have_decl_basename" >&5
6923echo "${ECHO_T}$ac_cv_have_decl_basename" >&6
6924if test $ac_cv_have_decl_basename = yes; then
6925
6926cat >>confdefs.h <<_ACEOF
6927#define HAVE_DECL_BASENAME 1
6928_ACEOF
6929
6930
6931else
6932 cat >>confdefs.h <<_ACEOF
6933#define HAVE_DECL_BASENAME 0
6934_ACEOF
6935
6936
6937fi
6938echo "$as_me:$LINENO: checking whether ffs is declared" >&5
6939echo $ECHO_N "checking whether ffs is declared... $ECHO_C" >&6
6940if test "${ac_cv_have_decl_ffs+set}" = set; then
6941 echo $ECHO_N "(cached) $ECHO_C" >&6
6942else
6943 cat >conftest.$ac_ext <<_ACEOF
6944/* confdefs.h. */
6945_ACEOF
6946cat confdefs.h >>conftest.$ac_ext
6947cat >>conftest.$ac_ext <<_ACEOF
6948/* end confdefs.h. */
6949$ac_includes_default
6950int
6951main ()
6952{
6953#ifndef ffs
6954 char *p = (char *) ffs;
6955#endif
6956
6957 ;
6958 return 0;
6959}
6960_ACEOF
6961rm -f conftest.$ac_objext
6962if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6963 (eval $ac_compile) 2>conftest.er1
6964 ac_status=$?
6965 grep -v '^ *+' conftest.er1 >conftest.err
6966 rm -f conftest.er1
6967 cat conftest.err >&5
6968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6969 (exit $ac_status); } &&
6970 { ac_try='test -z "$ac_cxx_werror_flag"
6971 || test ! -s conftest.err'
6972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6973 (eval $ac_try) 2>&5
6974 ac_status=$?
6975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6976 (exit $ac_status); }; } &&
6977 { ac_try='test -s conftest.$ac_objext'
6978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6979 (eval $ac_try) 2>&5
6980 ac_status=$?
6981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6982 (exit $ac_status); }; }; then
6983 ac_cv_have_decl_ffs=yes
6984else
6985 echo "$as_me: failed program was:" >&5
6986sed 's/^/| /' conftest.$ac_ext >&5
6987
6988ac_cv_have_decl_ffs=no
6989fi
6990rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6991fi
6992echo "$as_me:$LINENO: result: $ac_cv_have_decl_ffs" >&5
6993echo "${ECHO_T}$ac_cv_have_decl_ffs" >&6
6994if test $ac_cv_have_decl_ffs = yes; then
6995
6996cat >>confdefs.h <<_ACEOF
6997#define HAVE_DECL_FFS 1
6998_ACEOF
6999
7000
7001else
7002 cat >>confdefs.h <<_ACEOF
7003#define HAVE_DECL_FFS 0
7004_ACEOF
7005
7006
7007fi
7008echo "$as_me:$LINENO: checking whether asprintf is declared" >&5
7009echo $ECHO_N "checking whether asprintf is declared... $ECHO_C" >&6
7010if test "${ac_cv_have_decl_asprintf+set}" = set; then
7011 echo $ECHO_N "(cached) $ECHO_C" >&6
7012else
7013 cat >conftest.$ac_ext <<_ACEOF
7014/* confdefs.h. */
7015_ACEOF
7016cat confdefs.h >>conftest.$ac_ext
7017cat >>conftest.$ac_ext <<_ACEOF
7018/* end confdefs.h. */
7019$ac_includes_default
7020int
7021main ()
7022{
7023#ifndef asprintf
7024 char *p = (char *) asprintf;
7025#endif
7026
7027 ;
7028 return 0;
7029}
7030_ACEOF
7031rm -f conftest.$ac_objext
7032if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7033 (eval $ac_compile) 2>conftest.er1
7034 ac_status=$?
7035 grep -v '^ *+' conftest.er1 >conftest.err
7036 rm -f conftest.er1
7037 cat conftest.err >&5
7038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7039 (exit $ac_status); } &&
7040 { ac_try='test -z "$ac_cxx_werror_flag"
7041 || test ! -s conftest.err'
7042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7043 (eval $ac_try) 2>&5
7044 ac_status=$?
7045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7046 (exit $ac_status); }; } &&
7047 { ac_try='test -s conftest.$ac_objext'
7048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7049 (eval $ac_try) 2>&5
7050 ac_status=$?
7051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7052 (exit $ac_status); }; }; then
7053 ac_cv_have_decl_asprintf=yes
7054else
7055 echo "$as_me: failed program was:" >&5
7056sed 's/^/| /' conftest.$ac_ext >&5
7057
7058ac_cv_have_decl_asprintf=no
7059fi
7060rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7061fi
7062echo "$as_me:$LINENO: result: $ac_cv_have_decl_asprintf" >&5
7063echo "${ECHO_T}$ac_cv_have_decl_asprintf" >&6
7064if test $ac_cv_have_decl_asprintf = yes; then
7065
7066cat >>confdefs.h <<_ACEOF
7067#define HAVE_DECL_ASPRINTF 1
7068_ACEOF
7069
7070
7071else
7072 cat >>confdefs.h <<_ACEOF
7073#define HAVE_DECL_ASPRINTF 0
7074_ACEOF
7075
7076
7077fi
7078echo "$as_me:$LINENO: checking whether vasprintf is declared" >&5
7079echo $ECHO_N "checking whether vasprintf is declared... $ECHO_C" >&6
7080if test "${ac_cv_have_decl_vasprintf+set}" = set; then
7081 echo $ECHO_N "(cached) $ECHO_C" >&6
7082else
7083 cat >conftest.$ac_ext <<_ACEOF
7084/* confdefs.h. */
7085_ACEOF
7086cat confdefs.h >>conftest.$ac_ext
7087cat >>conftest.$ac_ext <<_ACEOF
7088/* end confdefs.h. */
7089$ac_includes_default
7090int
7091main ()
7092{
7093#ifndef vasprintf
7094 char *p = (char *) vasprintf;
7095#endif
7096
7097 ;
7098 return 0;
7099}
7100_ACEOF
7101rm -f conftest.$ac_objext
7102if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7103 (eval $ac_compile) 2>conftest.er1
7104 ac_status=$?
7105 grep -v '^ *+' conftest.er1 >conftest.err
7106 rm -f conftest.er1
7107 cat conftest.err >&5
7108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7109 (exit $ac_status); } &&
7110 { ac_try='test -z "$ac_cxx_werror_flag"
7111 || test ! -s conftest.err'
7112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7113 (eval $ac_try) 2>&5
7114 ac_status=$?
7115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7116 (exit $ac_status); }; } &&
7117 { ac_try='test -s conftest.$ac_objext'
7118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7119 (eval $ac_try) 2>&5
7120 ac_status=$?
7121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7122 (exit $ac_status); }; }; then
7123 ac_cv_have_decl_vasprintf=yes
7124else
7125 echo "$as_me: failed program was:" >&5
7126sed 's/^/| /' conftest.$ac_ext >&5
7127
7128ac_cv_have_decl_vasprintf=no
7129fi
7130rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7131fi
7132echo "$as_me:$LINENO: result: $ac_cv_have_decl_vasprintf" >&5
7133echo "${ECHO_T}$ac_cv_have_decl_vasprintf" >&6
7134if test $ac_cv_have_decl_vasprintf = yes; then
7135
7136cat >>confdefs.h <<_ACEOF
7137#define HAVE_DECL_VASPRINTF 1
7138_ACEOF
7139
7140
7141else
7142 cat >>confdefs.h <<_ACEOF
7143#define HAVE_DECL_VASPRINTF 0
7144_ACEOF
7145
7146
7147fi
7148echo "$as_me:$LINENO: checking whether snprintf is declared" >&5
7149echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
7150if test "${ac_cv_have_decl_snprintf+set}" = set; then
7151 echo $ECHO_N "(cached) $ECHO_C" >&6
7152else
7153 cat >conftest.$ac_ext <<_ACEOF
7154/* confdefs.h. */
7155_ACEOF
7156cat confdefs.h >>conftest.$ac_ext
7157cat >>conftest.$ac_ext <<_ACEOF
7158/* end confdefs.h. */
7159$ac_includes_default
7160int
7161main ()
7162{
7163#ifndef snprintf
7164 char *p = (char *) snprintf;
7165#endif
7166
7167 ;
7168 return 0;
7169}
7170_ACEOF
7171rm -f conftest.$ac_objext
7172if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7173 (eval $ac_compile) 2>conftest.er1
7174 ac_status=$?
7175 grep -v '^ *+' conftest.er1 >conftest.err
7176 rm -f conftest.er1
7177 cat conftest.err >&5
7178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7179 (exit $ac_status); } &&
7180 { ac_try='test -z "$ac_cxx_werror_flag"
7181 || test ! -s conftest.err'
7182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7183 (eval $ac_try) 2>&5
7184 ac_status=$?
7185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7186 (exit $ac_status); }; } &&
7187 { ac_try='test -s conftest.$ac_objext'
7188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7189 (eval $ac_try) 2>&5
7190 ac_status=$?
7191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7192 (exit $ac_status); }; }; then
7193 ac_cv_have_decl_snprintf=yes
7194else
7195 echo "$as_me: failed program was:" >&5
7196sed 's/^/| /' conftest.$ac_ext >&5
7197
7198ac_cv_have_decl_snprintf=no
7199fi
7200rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7201fi
7202echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
7203echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
7204if test $ac_cv_have_decl_snprintf = yes; then
7205
7206cat >>confdefs.h <<_ACEOF
7207#define HAVE_DECL_SNPRINTF 1
7208_ACEOF
7209
7210
7211else
7212 cat >>confdefs.h <<_ACEOF
7213#define HAVE_DECL_SNPRINTF 0
7214_ACEOF
7215
7216
7217fi
7218echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
7219echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
7220if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
7221 echo $ECHO_N "(cached) $ECHO_C" >&6
7222else
7223 cat >conftest.$ac_ext <<_ACEOF
7224/* confdefs.h. */
7225_ACEOF
7226cat confdefs.h >>conftest.$ac_ext
7227cat >>conftest.$ac_ext <<_ACEOF
7228/* end confdefs.h. */
7229$ac_includes_default
7230int
7231main ()
7232{
7233#ifndef vsnprintf
7234 char *p = (char *) vsnprintf;
7235#endif
7236
7237 ;
7238 return 0;
7239}
7240_ACEOF
7241rm -f conftest.$ac_objext
7242if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7243 (eval $ac_compile) 2>conftest.er1
7244 ac_status=$?
7245 grep -v '^ *+' conftest.er1 >conftest.err
7246 rm -f conftest.er1
7247 cat conftest.err >&5
7248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7249 (exit $ac_status); } &&
7250 { ac_try='test -z "$ac_cxx_werror_flag"
7251 || test ! -s conftest.err'
7252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7253 (eval $ac_try) 2>&5
7254 ac_status=$?
7255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7256 (exit $ac_status); }; } &&
7257 { ac_try='test -s conftest.$ac_objext'
7258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7259 (eval $ac_try) 2>&5
7260 ac_status=$?
7261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7262 (exit $ac_status); }; }; then
7263 ac_cv_have_decl_vsnprintf=yes
7264else
7265 echo "$as_me: failed program was:" >&5
7266sed 's/^/| /' conftest.$ac_ext >&5
7267
7268ac_cv_have_decl_vsnprintf=no
7269fi
7270rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7271fi
7272echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
7273echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
7274if test $ac_cv_have_decl_vsnprintf = yes; then
7275
7276cat >>confdefs.h <<_ACEOF
7277#define HAVE_DECL_VSNPRINTF 1
7278_ACEOF
7279
7280
7281else
7282 cat >>confdefs.h <<_ACEOF
7283#define HAVE_DECL_VSNPRINTF 0
7284_ACEOF
7285
7286
7287fi
7288echo "$as_me:$LINENO: checking whether strverscmp is declared" >&5
7289echo $ECHO_N "checking whether strverscmp is declared... $ECHO_C" >&6
7290if test "${ac_cv_have_decl_strverscmp+set}" = set; then
7291 echo $ECHO_N "(cached) $ECHO_C" >&6
7292else
7293 cat >conftest.$ac_ext <<_ACEOF
7294/* confdefs.h. */
7295_ACEOF
7296cat confdefs.h >>conftest.$ac_ext
7297cat >>conftest.$ac_ext <<_ACEOF
7298/* end confdefs.h. */
7299$ac_includes_default
7300int
7301main ()
7302{
7303#ifndef strverscmp
7304 char *p = (char *) strverscmp;
7305#endif
7306
7307 ;
7308 return 0;
7309}
7310_ACEOF
7311rm -f conftest.$ac_objext
7312if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7313 (eval $ac_compile) 2>conftest.er1
7314 ac_status=$?
7315 grep -v '^ *+' conftest.er1 >conftest.err
7316 rm -f conftest.er1
7317 cat conftest.err >&5
7318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7319 (exit $ac_status); } &&
7320 { ac_try='test -z "$ac_cxx_werror_flag"
7321 || test ! -s conftest.err'
7322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7323 (eval $ac_try) 2>&5
7324 ac_status=$?
7325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7326 (exit $ac_status); }; } &&
7327 { ac_try='test -s conftest.$ac_objext'
7328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7329 (eval $ac_try) 2>&5
7330 ac_status=$?
7331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7332 (exit $ac_status); }; }; then
7333 ac_cv_have_decl_strverscmp=yes
7334else
7335 echo "$as_me: failed program was:" >&5
7336sed 's/^/| /' conftest.$ac_ext >&5
7337
7338ac_cv_have_decl_strverscmp=no
7339fi
7340rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7341fi
7342echo "$as_me:$LINENO: result: $ac_cv_have_decl_strverscmp" >&5
7343echo "${ECHO_T}$ac_cv_have_decl_strverscmp" >&6
7344if test $ac_cv_have_decl_strverscmp = yes; then
7345
7346cat >>confdefs.h <<_ACEOF
7347#define HAVE_DECL_STRVERSCMP 1
7348_ACEOF
7349
7350
7351else
7352 cat >>confdefs.h <<_ACEOF
7353#define HAVE_DECL_STRVERSCMP 0
7354_ACEOF
7355
7356
7357fi
7358
7359
e44fcf3b 7360
40fde488
CD
7361# Use of ::std::tr1::unordered_map::rehash causes undefined symbols
7362# at link time with some versions of GCC.
7363echo "$as_me:$LINENO: checking whether ::std::tr1::unordered_map::rehash is usable." >&5
7364echo $ECHO_N "checking whether ::std::tr1::unordered_map::rehash is usable.... $ECHO_C" >&6
7365if test "${gold_cv_unordered_map_rehash+set}" = set; then
7366 echo $ECHO_N "(cached) $ECHO_C" >&6
7367else
7368 cat >conftest.$ac_ext <<_ACEOF
7369/* confdefs.h. */
7370_ACEOF
7371cat confdefs.h >>conftest.$ac_ext
7372cat >>conftest.$ac_ext <<_ACEOF
7373/* end confdefs.h. */
7374
7375#include <tr1/unordered_map>
7376void bar() { ::std::tr1::unordered_map<int, int> x; x.rehash(10); }
7377
7378int
7379main ()
7380{
7381
7382 ;
7383 return 0;
7384}
7385_ACEOF
7386rm -f conftest.$ac_objext conftest$ac_exeext
7387if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7388 (eval $ac_link) 2>conftest.er1
7389 ac_status=$?
7390 grep -v '^ *+' conftest.er1 >conftest.err
7391 rm -f conftest.er1
7392 cat conftest.err >&5
7393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7394 (exit $ac_status); } &&
7395 { ac_try='test -z "$ac_cxx_werror_flag"
7396 || test ! -s conftest.err'
7397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7398 (eval $ac_try) 2>&5
7399 ac_status=$?
7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401 (exit $ac_status); }; } &&
7402 { ac_try='test -s conftest$ac_exeext'
7403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7404 (eval $ac_try) 2>&5
7405 ac_status=$?
7406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7407 (exit $ac_status); }; }; then
7408 gold_cv_unordered_map_rehash=yes
7409else
7410 echo "$as_me: failed program was:" >&5
7411sed 's/^/| /' conftest.$ac_ext >&5
7412
7413gold_cv_unordered_map_rehash=no
7414fi
7415rm -f conftest.err conftest.$ac_objext \
7416 conftest$ac_exeext conftest.$ac_ext
7417fi
7418echo "$as_me:$LINENO: result: $gold_cv_unordered_map_rehash" >&5
7419echo "${ECHO_T}$gold_cv_unordered_map_rehash" >&6
7420if test "$gold_cv_unordered_map_rehash" = "yes"; then
7421
7422cat >>confdefs.h <<\_ACEOF
7423#define HAVE_TR1_UNORDERED_MAP_REHASH 1
7424_ACEOF
7425
7426fi
7427
04bf7072
ILT
7428# gcc 4.3.0 doesn't recognize the printf attribute on a template
7429# function. Check for that. This is gcc bug 35546. This test can
7430# probably be removed after the bug has been fixed for a while.
7431echo "$as_me:$LINENO: checking whether we can use attributes with template functions" >&5
7432echo $ECHO_N "checking whether we can use attributes with template functions... $ECHO_C" >&6
7433if test "${gold_cv_template_attribute+set}" = set; then
7434 echo $ECHO_N "(cached) $ECHO_C" >&6
7435else
7436 cat >conftest.$ac_ext <<_ACEOF
7437
7438template<typename T> extern void foo(const char*, ...)
7439 __attribute__ ((__format__ (__printf__, 1, 2)));
7440template<typename T> void foo(const char* format, ...) {}
7441void bar() { foo<int>("%s\n", "foo"); }
7442
7443_ACEOF
7444rm -f conftest.$ac_objext
7445if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7446 (eval $ac_compile) 2>conftest.er1
7447 ac_status=$?
7448 grep -v '^ *+' conftest.er1 >conftest.err
7449 rm -f conftest.er1
7450 cat conftest.err >&5
7451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7452 (exit $ac_status); } &&
b0074644
ILT
7453 { ac_try='test -z "$ac_cxx_werror_flag"
7454 || test ! -s conftest.err'
04bf7072
ILT
7455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7456 (eval $ac_try) 2>&5
7457 ac_status=$?
7458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7459 (exit $ac_status); }; } &&
7460 { ac_try='test -s conftest.$ac_objext'
7461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7462 (eval $ac_try) 2>&5
7463 ac_status=$?
7464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7465 (exit $ac_status); }; }; then
7466 gold_cv_template_attribute=yes
7467else
7468 echo "$as_me: failed program was:" >&5
7469sed 's/^/| /' conftest.$ac_ext >&5
7470
7471gold_cv_template_attribute=no
7472fi
7473rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7474fi
7475echo "$as_me:$LINENO: result: $gold_cv_template_attribute" >&5
7476echo "${ECHO_T}$gold_cv_template_attribute" >&6
7477if test "$gold_cv_template_attribute" = "yes"; then
7478
7479cat >>confdefs.h <<\_ACEOF
7480#define HAVE_TEMPLATE_ATTRIBUTES 1
7481_ACEOF
7482
7483fi
7484
54dc6425
ILT
7485ac_ext=c
7486ac_cpp='$CPP $CPPFLAGS'
7487ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7488ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7489ac_compiler_gnu=$ac_cv_c_compiler_gnu
7490
7491
bae7f79e
ILT
7492echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
7493echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
7494 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
7495if test "${enable_maintainer_mode+set}" = set; then
7496 enableval="$enable_maintainer_mode"
7497 USE_MAINTAINER_MODE=$enableval
7498else
7499 USE_MAINTAINER_MODE=no
7500fi;
7501 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
7502echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
7503
7504
7505if test $USE_MAINTAINER_MODE = yes; then
7506 MAINTAINER_MODE_TRUE=
7507 MAINTAINER_MODE_FALSE='#'
7508else
7509 MAINTAINER_MODE_TRUE='#'
7510 MAINTAINER_MODE_FALSE=
7511fi
7512
7513 MAINT=$MAINTAINER_MODE_TRUE
7514
7515
7516
5a6f7e2d 7517 ac_config_files="$ac_config_files Makefile testsuite/Makefile po/Makefile.in:po/Make-in"
bae7f79e
ILT
7518cat >confcache <<\_ACEOF
7519# This file is a shell script that caches the results of configure
7520# tests run on this system so they can be shared between configure
7521# scripts and configure runs, see configure's option --config-cache.
7522# It is not useful on other systems. If it contains results you don't
7523# want to keep, you may remove or edit it.
7524#
7525# config.status only pays attention to the cache file if you give it
7526# the --recheck option to rerun configure.
7527#
7528# `ac_cv_env_foo' variables (set or unset) will be overridden when
7529# loading this file, other *unset* `ac_cv_foo' will be assigned the
7530# following values.
7531
7532_ACEOF
7533
7534# The following way of writing the cache mishandles newlines in values,
7535# but we know of no workaround that is simple, portable, and efficient.
7536# So, don't put newlines in cache variables' values.
7537# Ultrix sh set writes to stderr and can't be redirected directly,
7538# and sets the high bit in the cache file unless we assign to the vars.
7539{
7540 (set) 2>&1 |
7541 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7542 *ac_space=\ *)
7543 # `set' does not quote correctly, so add quotes (double-quote
7544 # substitution turns \\\\ into \\, and sed turns \\ into \).
7545 sed -n \
7546 "s/'/'\\\\''/g;
7547 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7548 ;;
7549 *)
7550 # `set' quotes correctly as required by POSIX, so do not add quotes.
7551 sed -n \
7552 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7553 ;;
7554 esac;
7555} |
7556 sed '
7557 t clear
7558 : clear
7559 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7560 t end
7561 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7562 : end' >>confcache
7563if diff $cache_file confcache >/dev/null 2>&1; then :; else
7564 if test -w $cache_file; then
7565 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
7566 cat confcache >$cache_file
7567 else
7568 echo "not updating unwritable cache $cache_file"
7569 fi
7570fi
7571rm -f confcache
7572
7573test "x$prefix" = xNONE && prefix=$ac_default_prefix
7574# Let make expand exec_prefix.
7575test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7576
7577# VPATH may cause trouble with some makes, so we remove $(srcdir),
7578# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
7579# trailing colons and then remove the whole line if VPATH becomes empty
7580# (actually we leave an empty line to preserve line numbers).
7581if test "x$srcdir" = x.; then
7582 ac_vpsub='/^[ ]*VPATH[ ]*=/{
7583s/:*\$(srcdir):*/:/;
7584s/:*\${srcdir}:*/:/;
7585s/:*@srcdir@:*/:/;
7586s/^\([^=]*=[ ]*\):*/\1/;
7587s/:*$//;
7588s/^[^=]*=[ ]*$//;
7589}'
7590fi
7591
7592DEFS=-DHAVE_CONFIG_H
7593
7594ac_libobjs=
7595ac_ltlibobjs=
7596for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7597 # 1. Remove the extension, and $U if already installed.
7598 ac_i=`echo "$ac_i" |
7599 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7600 # 2. Add them.
7601 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
7602 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
7603done
7604LIBOBJS=$ac_libobjs
7605
7606LTLIBOBJS=$ac_ltlibobjs
7607
7608
fe9a4c12
ILT
7609if test -z "${THREADS_TRUE}" && test -z "${THREADS_FALSE}"; then
7610 { { echo "$as_me:$LINENO: error: conditional \"THREADS\" was never defined.
7611Usually this means the macro was only invoked conditionally." >&5
7612echo "$as_me: error: conditional \"THREADS\" was never defined.
7613Usually this means the macro was only invoked conditionally." >&2;}
7614 { (exit 1); exit 1; }; }
7615fi
89fc3421
CC
7616if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
7617 { { echo "$as_me:$LINENO: error: conditional \"PLUGINS\" was never defined.
7618Usually this means the macro was only invoked conditionally." >&5
7619echo "$as_me: error: conditional \"PLUGINS\" was never defined.
7620Usually this means the macro was only invoked conditionally." >&2;}
7621 { (exit 1); exit 1; }; }
7622fi
bae7f79e
ILT
7623if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
7624 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
7625Usually this means the macro was only invoked conditionally." >&5
7626echo "$as_me: error: conditional \"AMDEP\" was never defined.
7627Usually this means the macro was only invoked conditionally." >&2;}
7628 { (exit 1); exit 1; }; }
7629fi
7630if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
7631 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
7632Usually this means the macro was only invoked conditionally." >&5
7633echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
7634Usually this means the macro was only invoked conditionally." >&2;}
7635 { (exit 1); exit 1; }; }
7636fi
7637if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
7638 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
7639Usually this means the macro was only invoked conditionally." >&5
7640echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
7641Usually this means the macro was only invoked conditionally." >&2;}
7642 { (exit 1); exit 1; }; }
7643fi
537b5f51
ILT
7644if test -z "${NATIVE_LINKER_TRUE}" && test -z "${NATIVE_LINKER_FALSE}"; then
7645 { { echo "$as_me:$LINENO: error: conditional \"NATIVE_LINKER\" was never defined.
7646Usually this means the macro was only invoked conditionally." >&5
7647echo "$as_me: error: conditional \"NATIVE_LINKER\" was never defined.
7648Usually this means the macro was only invoked conditionally." >&2;}
7649 { (exit 1); exit 1; }; }
7650fi
7651if test -z "${GCC_TRUE}" && test -z "${GCC_FALSE}"; then
7652 { { echo "$as_me:$LINENO: error: conditional \"GCC\" was never defined.
7653Usually this means the macro was only invoked conditionally." >&5
7654echo "$as_me: error: conditional \"GCC\" was never defined.
7655Usually this means the macro was only invoked conditionally." >&2;}
7656 { (exit 1); exit 1; }; }
7657fi
63402fe4
ILT
7658if test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_TRUE}" && test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_FALSE}"; then
7659 { { echo "$as_me:$LINENO: error: conditional \"FN_PTRS_IN_SO_WITHOUT_PIC\" was never defined.
7660Usually this means the macro was only invoked conditionally." >&5
7661echo "$as_me: error: conditional \"FN_PTRS_IN_SO_WITHOUT_PIC\" was never defined.
7662Usually this means the macro was only invoked conditionally." >&2;}
7663 { (exit 1); exit 1; }; }
7664fi
8a5e3e08
ILT
7665if test -z "${MCMODEL_MEDIUM_TRUE}" && test -z "${MCMODEL_MEDIUM_FALSE}"; then
7666 { { echo "$as_me:$LINENO: error: conditional \"MCMODEL_MEDIUM\" was never defined.
7667Usually this means the macro was only invoked conditionally." >&5
7668echo "$as_me: error: conditional \"MCMODEL_MEDIUM\" was never defined.
7669Usually this means the macro was only invoked conditionally." >&2;}
7670 { (exit 1); exit 1; }; }
7671fi
6eee141f
ILT
7672if test -z "${TLS_TRUE}" && test -z "${TLS_FALSE}"; then
7673 { { echo "$as_me:$LINENO: error: conditional \"TLS\" was never defined.
7674Usually this means the macro was only invoked conditionally." >&5
7675echo "$as_me: error: conditional \"TLS\" was never defined.
7676Usually this means the macro was only invoked conditionally." >&2;}
7677 { (exit 1); exit 1; }; }
7678fi
097ec620
ILT
7679if test -z "${STATIC_TLS_TRUE}" && test -z "${STATIC_TLS_FALSE}"; then
7680 { { echo "$as_me:$LINENO: error: conditional \"STATIC_TLS\" was never defined.
7681Usually this means the macro was only invoked conditionally." >&5
7682echo "$as_me: error: conditional \"STATIC_TLS\" was never defined.
7683Usually this means the macro was only invoked conditionally." >&2;}
7684 { (exit 1); exit 1; }; }
7685fi
155a0dd7
ILT
7686if test -z "${OMP_SUPPORT_TRUE}" && test -z "${OMP_SUPPORT_FALSE}"; then
7687 { { echo "$as_me:$LINENO: error: conditional \"OMP_SUPPORT\" was never defined.
7688Usually this means the macro was only invoked conditionally." >&5
7689echo "$as_me: error: conditional \"OMP_SUPPORT\" was never defined.
7690Usually this means the macro was only invoked conditionally." >&2;}
7691 { (exit 1); exit 1; }; }
7692fi
c2b45e22
CC
7693if test -z "${TLS_GNU2_DIALECT_TRUE}" && test -z "${TLS_GNU2_DIALECT_FALSE}"; then
7694 { { echo "$as_me:$LINENO: error: conditional \"TLS_GNU2_DIALECT\" was never defined.
7695Usually this means the macro was only invoked conditionally." >&5
7696echo "$as_me: error: conditional \"TLS_GNU2_DIALECT\" was never defined.
7697Usually this means the macro was only invoked conditionally." >&2;}
7698 { (exit 1); exit 1; }; }
7699fi
7700if test -z "${TLS_DESCRIPTORS_TRUE}" && test -z "${TLS_DESCRIPTORS_FALSE}"; then
7701 { { echo "$as_me:$LINENO: error: conditional \"TLS_DESCRIPTORS\" was never defined.
7702Usually this means the macro was only invoked conditionally." >&5
7703echo "$as_me: error: conditional \"TLS_DESCRIPTORS\" was never defined.
7704Usually this means the macro was only invoked conditionally." >&2;}
7705 { (exit 1); exit 1; }; }
7706fi
2fd32231
ILT
7707if test -z "${CONSTRUCTOR_PRIORITY_TRUE}" && test -z "${CONSTRUCTOR_PRIORITY_FALSE}"; then
7708 { { echo "$as_me:$LINENO: error: conditional \"CONSTRUCTOR_PRIORITY\" was never defined.
7709Usually this means the macro was only invoked conditionally." >&5
7710echo "$as_me: error: conditional \"CONSTRUCTOR_PRIORITY\" was never defined.
7711Usually this means the macro was only invoked conditionally." >&2;}
7712 { (exit 1); exit 1; }; }
7713fi
7fcd0256
ILT
7714if test -z "${HAVE_ZLIB_TRUE}" && test -z "${HAVE_ZLIB_FALSE}"; then
7715 { { echo "$as_me:$LINENO: error: conditional \"HAVE_ZLIB\" was never defined.
7716Usually this means the macro was only invoked conditionally." >&5
7717echo "$as_me: error: conditional \"HAVE_ZLIB\" was never defined.
7718Usually this means the macro was only invoked conditionally." >&2;}
7719 { (exit 1); exit 1; }; }
7720fi
bae7f79e
ILT
7721if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
7722 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
7723Usually this means the macro was only invoked conditionally." >&5
7724echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
7725Usually this means the macro was only invoked conditionally." >&2;}
7726 { (exit 1); exit 1; }; }
7727fi
7728
7729: ${CONFIG_STATUS=./config.status}
7730ac_clean_files_save=$ac_clean_files
7731ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7732{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
7733echo "$as_me: creating $CONFIG_STATUS" >&6;}
7734cat >$CONFIG_STATUS <<_ACEOF
7735#! $SHELL
7736# Generated by $as_me.
7737# Run this file to recreate the current configuration.
7738# Compiler output produced by configure, useful for debugging
7739# configure, is in config.log if it exists.
7740
7741debug=false
7742ac_cs_recheck=false
7743ac_cs_silent=false
7744SHELL=\${CONFIG_SHELL-$SHELL}
7745_ACEOF
7746
7747cat >>$CONFIG_STATUS <<\_ACEOF
7748## --------------------- ##
7749## M4sh Initialization. ##
7750## --------------------- ##
7751
7752# Be Bourne compatible
7753if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7754 emulate sh
7755 NULLCMD=:
7756 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
7757 # is contrary to our usage. Disable this feature.
7758 alias -g '${1+"$@"}'='"$@"'
7759elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
7760 set -o posix
7761fi
7762DUALCASE=1; export DUALCASE # for MKS sh
7763
7764# Support unset when possible.
7765if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7766 as_unset=unset
7767else
7768 as_unset=false
7769fi
7770
7771
7772# Work around bugs in pre-3.0 UWIN ksh.
7773$as_unset ENV MAIL MAILPATH
7774PS1='$ '
7775PS2='> '
7776PS4='+ '
7777
7778# NLS nuisances.
7779for as_var in \
7780 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
7781 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7782 LC_TELEPHONE LC_TIME
7783do
7784 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
7785 eval $as_var=C; export $as_var
7786 else
7787 $as_unset $as_var
7788 fi
7789done
7790
7791# Required to use basename.
7792if expr a : '\(a\)' >/dev/null 2>&1; then
7793 as_expr=expr
7794else
7795 as_expr=false
7796fi
7797
7798if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
7799 as_basename=basename
7800else
7801 as_basename=false
7802fi
7803
7804
7805# Name of the executable.
7806as_me=`$as_basename "$0" ||
7807$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7808 X"$0" : 'X\(//\)$' \| \
7809 X"$0" : 'X\(/\)$' \| \
7810 . : '\(.\)' 2>/dev/null ||
7811echo X/"$0" |
7812 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7813 /^X\/\(\/\/\)$/{ s//\1/; q; }
7814 /^X\/\(\/\).*/{ s//\1/; q; }
7815 s/.*/./; q'`
7816
7817
7818# PATH needs CR, and LINENO needs CR and PATH.
7819# Avoid depending upon Character Ranges.
7820as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7821as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7822as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7823as_cr_digits='0123456789'
7824as_cr_alnum=$as_cr_Letters$as_cr_digits
7825
7826# The user is always right.
7827if test "${PATH_SEPARATOR+set}" != set; then
7828 echo "#! /bin/sh" >conf$$.sh
7829 echo "exit 0" >>conf$$.sh
7830 chmod +x conf$$.sh
7831 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7832 PATH_SEPARATOR=';'
7833 else
7834 PATH_SEPARATOR=:
7835 fi
7836 rm -f conf$$.sh
7837fi
7838
7839
7840 as_lineno_1=$LINENO
7841 as_lineno_2=$LINENO
7842 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7843 test "x$as_lineno_1" != "x$as_lineno_2" &&
7844 test "x$as_lineno_3" = "x$as_lineno_2" || {
7845 # Find who we are. Look in the path if we contain no path at all
7846 # relative or not.
7847 case $0 in
7848 *[\\/]* ) as_myself=$0 ;;
7849 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7850for as_dir in $PATH
7851do
7852 IFS=$as_save_IFS
7853 test -z "$as_dir" && as_dir=.
7854 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7855done
7856
7857 ;;
7858 esac
7859 # We did not find ourselves, most probably we were run as `sh COMMAND'
7860 # in which case we are not to be found in the path.
7861 if test "x$as_myself" = x; then
7862 as_myself=$0
7863 fi
7864 if test ! -f "$as_myself"; then
7865 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7866echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7867 { (exit 1); exit 1; }; }
7868 fi
7869 case $CONFIG_SHELL in
7870 '')
7871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7872for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7873do
7874 IFS=$as_save_IFS
7875 test -z "$as_dir" && as_dir=.
7876 for as_base in sh bash ksh sh5; do
7877 case $as_dir in
7878 /*)
7879 if ("$as_dir/$as_base" -c '
7880 as_lineno_1=$LINENO
7881 as_lineno_2=$LINENO
7882 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7883 test "x$as_lineno_1" != "x$as_lineno_2" &&
7884 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
7885 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
7886 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
7887 CONFIG_SHELL=$as_dir/$as_base
7888 export CONFIG_SHELL
7889 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7890 fi;;
7891 esac
7892 done
7893done
7894;;
7895 esac
7896
7897 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7898 # uniformly replaced by the line number. The first 'sed' inserts a
7899 # line-number line before each line; the second 'sed' does the real
7900 # work. The second script uses 'N' to pair each line-number line
7901 # with the numbered line, and appends trailing '-' during
7902 # substitution so that $LINENO is not a special case at line end.
7903 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7904 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
7905 sed '=' <$as_myself |
7906 sed '
7907 N
7908 s,$,-,
7909 : loop
7910 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7911 t loop
7912 s,-$,,
7913 s,^['$as_cr_digits']*\n,,
7914 ' >$as_me.lineno &&
7915 chmod +x $as_me.lineno ||
7916 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7917echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7918 { (exit 1); exit 1; }; }
7919
7920 # Don't try to exec as it changes $[0], causing all sort of problems
7921 # (the dirname of $[0] is not the place where we might find the
7922 # original and so on. Autoconf is especially sensible to this).
7923 . ./$as_me.lineno
7924 # Exit status is that of the last command.
7925 exit
7926}
7927
7928
7929case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7930 *c*,-n*) ECHO_N= ECHO_C='
7931' ECHO_T=' ' ;;
7932 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7933 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
7934esac
7935
7936if expr a : '\(a\)' >/dev/null 2>&1; then
7937 as_expr=expr
7938else
7939 as_expr=false
7940fi
7941
7942rm -f conf$$ conf$$.exe conf$$.file
7943echo >conf$$.file
7944if ln -s conf$$.file conf$$ 2>/dev/null; then
7945 # We could just check for DJGPP; but this test a) works b) is more generic
7946 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
7947 if test -f conf$$.exe; then
7948 # Don't use ln at all; we don't have any links
7949 as_ln_s='cp -p'
7950 else
7951 as_ln_s='ln -s'
7952 fi
7953elif ln conf$$.file conf$$ 2>/dev/null; then
7954 as_ln_s=ln
7955else
7956 as_ln_s='cp -p'
7957fi
7958rm -f conf$$ conf$$.exe conf$$.file
7959
7960if mkdir -p . 2>/dev/null; then
7961 as_mkdir_p=:
7962else
7963 test -d ./-p && rmdir ./-p
7964 as_mkdir_p=false
7965fi
7966
7967as_executable_p="test -f"
7968
7969# Sed expression to map a string onto a valid CPP name.
7970as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7971
7972# Sed expression to map a string onto a valid variable name.
7973as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7974
7975
7976# IFS
7977# We need space, tab and new line, in precisely that order.
7978as_nl='
7979'
7980IFS=" $as_nl"
7981
7982# CDPATH.
7983$as_unset CDPATH
7984
7985exec 6>&1
7986
7987# Open the log real soon, to keep \$[0] and so on meaningful, and to
7988# report actual input values of CONFIG_FILES etc. instead of their
7989# values after options handling. Logging --version etc. is OK.
7990exec 5>>config.log
7991{
7992 echo
7993 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7994## Running $as_me. ##
7995_ASBOX
7996} >&5
7997cat >&5 <<_CSEOF
7998
8486ee48 7999This file was extended by gold $as_me 0.1, which was
bae7f79e
ILT
8000generated by GNU Autoconf 2.59. Invocation command line was
8001
8002 CONFIG_FILES = $CONFIG_FILES
8003 CONFIG_HEADERS = $CONFIG_HEADERS
8004 CONFIG_LINKS = $CONFIG_LINKS
8005 CONFIG_COMMANDS = $CONFIG_COMMANDS
8006 $ $0 $@
8007
8008_CSEOF
8009echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
8010echo >&5
8011_ACEOF
8012
8013# Files that config.status was made for.
8014if test -n "$ac_config_files"; then
8015 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
8016fi
8017
8018if test -n "$ac_config_headers"; then
8019 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
8020fi
8021
8022if test -n "$ac_config_links"; then
8023 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
8024fi
8025
8026if test -n "$ac_config_commands"; then
8027 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
8028fi
8029
8030cat >>$CONFIG_STATUS <<\_ACEOF
8031
8032ac_cs_usage="\
8033\`$as_me' instantiates files from templates according to the
8034current configuration.
8035
8036Usage: $0 [OPTIONS] [FILE]...
8037
8038 -h, --help print this help, then exit
8039 -V, --version print version number, then exit
8040 -q, --quiet do not print progress messages
8041 -d, --debug don't remove temporary files
8042 --recheck update $as_me by reconfiguring in the same conditions
8043 --file=FILE[:TEMPLATE]
8044 instantiate the configuration file FILE
8045 --header=FILE[:TEMPLATE]
8046 instantiate the configuration header FILE
8047
8048Configuration files:
8049$config_files
8050
8051Configuration headers:
8052$config_headers
8053
8054Configuration commands:
8055$config_commands
8056
8057Report bugs to <bug-autoconf@gnu.org>."
8058_ACEOF
8059
8060cat >>$CONFIG_STATUS <<_ACEOF
8061ac_cs_version="\\
8486ee48 8062gold config.status 0.1
bae7f79e
ILT
8063configured by $0, generated by GNU Autoconf 2.59,
8064 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
8065
8066Copyright (C) 2003 Free Software Foundation, Inc.
8067This config.status script is free software; the Free Software Foundation
8068gives unlimited permission to copy, distribute and modify it."
8069srcdir=$srcdir
8070INSTALL="$INSTALL"
8071_ACEOF
8072
8073cat >>$CONFIG_STATUS <<\_ACEOF
8074# If no file are specified by the user, then we need to provide default
8075# value. By we need to know if files were specified by the user.
8076ac_need_defaults=:
8077while test $# != 0
8078do
8079 case $1 in
8080 --*=*)
8081 ac_option=`expr "x$1" : 'x\([^=]*\)='`
8082 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
8083 ac_shift=:
8084 ;;
8085 -*)
8086 ac_option=$1
8087 ac_optarg=$2
8088 ac_shift=shift
8089 ;;
8090 *) # This is not an option, so the user has probably given explicit
8091 # arguments.
8092 ac_option=$1
8093 ac_need_defaults=false;;
8094 esac
8095
8096 case $ac_option in
8097 # Handling of the options.
8098_ACEOF
8099cat >>$CONFIG_STATUS <<\_ACEOF
8100 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8101 ac_cs_recheck=: ;;
8102 --version | --vers* | -V )
8103 echo "$ac_cs_version"; exit 0 ;;
8104 --he | --h)
8105 # Conflict between --help and --header
8106 { { echo "$as_me:$LINENO: error: ambiguous option: $1
8107Try \`$0 --help' for more information." >&5
8108echo "$as_me: error: ambiguous option: $1
8109Try \`$0 --help' for more information." >&2;}
8110 { (exit 1); exit 1; }; };;
8111 --help | --hel | -h )
8112 echo "$ac_cs_usage"; exit 0 ;;
8113 --debug | --d* | -d )
8114 debug=: ;;
8115 --file | --fil | --fi | --f )
8116 $ac_shift
8117 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
8118 ac_need_defaults=false;;
8119 --header | --heade | --head | --hea )
8120 $ac_shift
8121 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
8122 ac_need_defaults=false;;
8123 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8124 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8125 ac_cs_silent=: ;;
8126
8127 # This is an error.
8128 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
8129Try \`$0 --help' for more information." >&5
8130echo "$as_me: error: unrecognized option: $1
8131Try \`$0 --help' for more information." >&2;}
8132 { (exit 1); exit 1; }; } ;;
8133
8134 *) ac_config_targets="$ac_config_targets $1" ;;
8135
8136 esac
8137 shift
8138done
8139
8140ac_configure_extra_args=
8141
8142if $ac_cs_silent; then
8143 exec 6>/dev/null
8144 ac_configure_extra_args="$ac_configure_extra_args --silent"
8145fi
8146
8147_ACEOF
8148cat >>$CONFIG_STATUS <<_ACEOF
8149if \$ac_cs_recheck; then
8150 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
8151 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8152fi
8153
8154_ACEOF
8155
8156cat >>$CONFIG_STATUS <<_ACEOF
8157#
8158# INIT-COMMANDS section.
8159#
8160
8161AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
8162# Capture the value of obsolete ALL_LINGUAS because we need it to compute
8163 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
8164 # from automake.
8165 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
8166 # Capture the value of LINGUAS because we need it to compute CATALOGS.
8167 LINGUAS="${LINGUAS-%UNSET%}"
8168
8169
8170_ACEOF
8171
8172
8173
8174cat >>$CONFIG_STATUS <<\_ACEOF
8175for ac_config_target in $ac_config_targets
8176do
8177 case "$ac_config_target" in
8178 # Handling of arguments.
8179 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5a6f7e2d 8180 "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
bae7f79e
ILT
8181 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
8182 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
8183 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
8184 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
8185 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
8186echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
8187 { (exit 1); exit 1; }; };;
8188 esac
8189done
8190
8191# If the user did not use the arguments to specify the items to instantiate,
8192# then the envvar interface is used. Set only those that are not.
8193# We use the long form for the default assignment because of an extremely
8194# bizarre bug on SunOS 4.1.3.
8195if $ac_need_defaults; then
8196 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8197 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8198 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
8199fi
8200
8201# Have a temporary directory for convenience. Make it in the build tree
8202# simply because there is no reason to put it here, and in addition,
8203# creating and moving files from /tmp can sometimes cause problems.
8204# Create a temporary directory, and hook for its removal unless debugging.
8205$debug ||
8206{
8207 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
8208 trap '{ (exit 1); exit 1; }' 1 2 13 15
8209}
8210
8211# Create a (secure) tmp directory for tmp files.
8212
8213{
8214 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
8215 test -n "$tmp" && test -d "$tmp"
8216} ||
8217{
8218 tmp=./confstat$$-$RANDOM
8219 (umask 077 && mkdir $tmp)
8220} ||
8221{
8222 echo "$me: cannot create a temporary directory in ." >&2
8223 { (exit 1); exit 1; }
8224}
8225
8226_ACEOF
8227
8228cat >>$CONFIG_STATUS <<_ACEOF
8229
8230#
8231# CONFIG_FILES section.
8232#
8233
8234# No need to generate the scripts if there are no CONFIG_FILES.
8235# This happens for instance when ./config.status config.h
8236if test -n "\$CONFIG_FILES"; then
8237 # Protect against being on the right side of a sed subst in config.status.
8238 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
8239 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
8240s,@SHELL@,$SHELL,;t t
8241s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
8242s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
8243s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
8244s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
8245s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
8246s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
8247s,@exec_prefix@,$exec_prefix,;t t
8248s,@prefix@,$prefix,;t t
8249s,@program_transform_name@,$program_transform_name,;t t
8250s,@bindir@,$bindir,;t t
8251s,@sbindir@,$sbindir,;t t
8252s,@libexecdir@,$libexecdir,;t t
8253s,@datadir@,$datadir,;t t
8254s,@sysconfdir@,$sysconfdir,;t t
8255s,@sharedstatedir@,$sharedstatedir,;t t
8256s,@localstatedir@,$localstatedir,;t t
8257s,@libdir@,$libdir,;t t
8258s,@includedir@,$includedir,;t t
8259s,@oldincludedir@,$oldincludedir,;t t
8260s,@infodir@,$infodir,;t t
8261s,@mandir@,$mandir,;t t
8262s,@build_alias@,$build_alias,;t t
8263s,@host_alias@,$host_alias,;t t
8264s,@target_alias@,$target_alias,;t t
8265s,@DEFS@,$DEFS,;t t
8266s,@ECHO_C@,$ECHO_C,;t t
8267s,@ECHO_N@,$ECHO_N,;t t
8268s,@ECHO_T@,$ECHO_T,;t t
8269s,@LIBS@,$LIBS,;t t
8270s,@build@,$build,;t t
8271s,@build_cpu@,$build_cpu,;t t
8272s,@build_vendor@,$build_vendor,;t t
8273s,@build_os@,$build_os,;t t
8274s,@host@,$host,;t t
8275s,@host_cpu@,$host_cpu,;t t
8276s,@host_vendor@,$host_vendor,;t t
8277s,@host_os@,$host_os,;t t
8278s,@target@,$target,;t t
8279s,@target_cpu@,$target_cpu,;t t
8280s,@target_vendor@,$target_vendor,;t t
8281s,@target_os@,$target_os,;t t
8282s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
8283s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
8284s,@INSTALL_DATA@,$INSTALL_DATA,;t t
8285s,@CYGPATH_W@,$CYGPATH_W,;t t
8286s,@PACKAGE@,$PACKAGE,;t t
8287s,@VERSION@,$VERSION,;t t
8288s,@ACLOCAL@,$ACLOCAL,;t t
8289s,@AUTOCONF@,$AUTOCONF,;t t
8290s,@AUTOMAKE@,$AUTOMAKE,;t t
8291s,@AUTOHEADER@,$AUTOHEADER,;t t
8292s,@MAKEINFO@,$MAKEINFO,;t t
8293s,@install_sh@,$install_sh,;t t
8294s,@STRIP@,$STRIP,;t t
8295s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
8296s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
8297s,@mkdir_p@,$mkdir_p,;t t
8298s,@AWK@,$AWK,;t t
8299s,@SET_MAKE@,$SET_MAKE,;t t
8300s,@am__leading_dot@,$am__leading_dot,;t t
8301s,@AMTAR@,$AMTAR,;t t
8302s,@am__tar@,$am__tar,;t t
8303s,@am__untar@,$am__untar,;t t
fe9a4c12
ILT
8304s,@THREADS_TRUE@,$THREADS_TRUE,;t t
8305s,@THREADS_FALSE@,$THREADS_FALSE,;t t
89fc3421
CC
8306s,@PLUGINS_TRUE@,$PLUGINS_TRUE,;t t
8307s,@PLUGINS_FALSE@,$PLUGINS_FALSE,;t t
6df6da4a 8308s,@TARGETOBJS@,$TARGETOBJS,;t t
bae7f79e
ILT
8309s,@CC@,$CC,;t t
8310s,@CFLAGS@,$CFLAGS,;t t
8311s,@LDFLAGS@,$LDFLAGS,;t t
8312s,@CPPFLAGS@,$CPPFLAGS,;t t
8313s,@ac_ct_CC@,$ac_ct_CC,;t t
8314s,@EXEEXT@,$EXEEXT,;t t
8315s,@OBJEXT@,$OBJEXT,;t t
8316s,@DEPDIR@,$DEPDIR,;t t
8317s,@am__include@,$am__include,;t t
8318s,@am__quote@,$am__quote,;t t
8319s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
8320s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
8321s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
8322s,@CCDEPMODE@,$CCDEPMODE,;t t
8323s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
8324s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
8325s,@CXX@,$CXX,;t t
8326s,@CXXFLAGS@,$CXXFLAGS,;t t
8327s,@ac_ct_CXX@,$ac_ct_CXX,;t t
8328s,@CXXDEPMODE@,$CXXDEPMODE,;t t
8329s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
8330s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
dbe717ef 8331s,@YACC@,$YACC,;t t
5a6f7e2d
ILT
8332s,@RANLIB@,$RANLIB,;t t
8333s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
537b5f51 8334s,@LN_S@,$LN_S,;t t
bae7f79e
ILT
8335s,@USE_NLS@,$USE_NLS,;t t
8336s,@LIBINTL@,$LIBINTL,;t t
8337s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
8338s,@INCINTL@,$INCINTL,;t t
8339s,@XGETTEXT@,$XGETTEXT,;t t
8340s,@GMSGFMT@,$GMSGFMT,;t t
8341s,@POSUB@,$POSUB,;t t
8342s,@CATALOGS@,$CATALOGS,;t t
8343s,@DATADIRNAME@,$DATADIRNAME,;t t
8344s,@INSTOBJEXT@,$INSTOBJEXT,;t t
8345s,@GENCAT@,$GENCAT,;t t
8346s,@CATOBJEXT@,$CATOBJEXT,;t t
8347s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
8348s,@MSGFMT@,$MSGFMT,;t t
8349s,@MSGMERGE@,$MSGMERGE,;t t
537b5f51
ILT
8350s,@NATIVE_LINKER_TRUE@,$NATIVE_LINKER_TRUE,;t t
8351s,@NATIVE_LINKER_FALSE@,$NATIVE_LINKER_FALSE,;t t
8352s,@GCC_TRUE@,$GCC_TRUE,;t t
8353s,@GCC_FALSE@,$GCC_FALSE,;t t
63402fe4
ILT
8354s,@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@,$FN_PTRS_IN_SO_WITHOUT_PIC_TRUE,;t t
8355s,@FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@,$FN_PTRS_IN_SO_WITHOUT_PIC_FALSE,;t t
8a5e3e08
ILT
8356s,@MCMODEL_MEDIUM_TRUE@,$MCMODEL_MEDIUM_TRUE,;t t
8357s,@MCMODEL_MEDIUM_FALSE@,$MCMODEL_MEDIUM_FALSE,;t t
6eee141f
ILT
8358s,@TLS_TRUE@,$TLS_TRUE,;t t
8359s,@TLS_FALSE@,$TLS_FALSE,;t t
097ec620
ILT
8360s,@STATIC_TLS_TRUE@,$STATIC_TLS_TRUE,;t t
8361s,@STATIC_TLS_FALSE@,$STATIC_TLS_FALSE,;t t
155a0dd7
ILT
8362s,@OMP_SUPPORT_TRUE@,$OMP_SUPPORT_TRUE,;t t
8363s,@OMP_SUPPORT_FALSE@,$OMP_SUPPORT_FALSE,;t t
c2b45e22
CC
8364s,@TLS_GNU2_DIALECT_TRUE@,$TLS_GNU2_DIALECT_TRUE,;t t
8365s,@TLS_GNU2_DIALECT_FALSE@,$TLS_GNU2_DIALECT_FALSE,;t t
8366s,@TLS_DESCRIPTORS_TRUE@,$TLS_DESCRIPTORS_TRUE,;t t
8367s,@TLS_DESCRIPTORS_FALSE@,$TLS_DESCRIPTORS_FALSE,;t t
2fd32231
ILT
8368s,@CONSTRUCTOR_PRIORITY_TRUE@,$CONSTRUCTOR_PRIORITY_TRUE,;t t
8369s,@CONSTRUCTOR_PRIORITY_FALSE@,$CONSTRUCTOR_PRIORITY_FALSE,;t t
1d1f116d 8370s,@RANDOM_SEED_CFLAGS@,$RANDOM_SEED_CFLAGS,;t t
bae7f79e
ILT
8371s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
8372s,@NO_WERROR@,$NO_WERROR,;t t
8373s,@WARN_CXXFLAGS@,$WARN_CXXFLAGS,;t t
494e05f4 8374s,@LFS_CFLAGS@,$LFS_CFLAGS,;t t
82dcae9d 8375s,@LIBOBJS@,$LIBOBJS,;t t
9a0910c3 8376s,@CPP@,$CPP,;t t
54dc6425 8377s,@EGREP@,$EGREP,;t t
7fcd0256
ILT
8378s,@HAVE_ZLIB_TRUE@,$HAVE_ZLIB_TRUE,;t t
8379s,@HAVE_ZLIB_FALSE@,$HAVE_ZLIB_FALSE,;t t
9a0910c3 8380s,@CXXCPP@,$CXXCPP,;t t
bae7f79e
ILT
8381s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
8382s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
8383s,@MAINT@,$MAINT,;t t
bae7f79e
ILT
8384s,@LTLIBOBJS@,$LTLIBOBJS,;t t
8385CEOF
8386
8387_ACEOF
8388
8389 cat >>$CONFIG_STATUS <<\_ACEOF
8390 # Split the substitutions into bite-sized pieces for seds with
8391 # small command number limits, like on Digital OSF/1 and HP-UX.
8392 ac_max_sed_lines=48
8393 ac_sed_frag=1 # Number of current file.
8394 ac_beg=1 # First line for current file.
8395 ac_end=$ac_max_sed_lines # Line after last line for current file.
8396 ac_more_lines=:
8397 ac_sed_cmds=
8398 while $ac_more_lines; do
8399 if test $ac_beg -gt 1; then
8400 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8401 else
8402 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8403 fi
8404 if test ! -s $tmp/subs.frag; then
8405 ac_more_lines=false
8406 else
8407 # The purpose of the label and of the branching condition is to
8408 # speed up the sed processing (if there are no `@' at all, there
8409 # is no need to browse any of the substitutions).
8410 # These are the two extra sed commands mentioned above.
8411 (echo ':t
8412 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
8413 if test -z "$ac_sed_cmds"; then
8414 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
8415 else
8416 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8417 fi
8418 ac_sed_frag=`expr $ac_sed_frag + 1`
8419 ac_beg=$ac_end
8420 ac_end=`expr $ac_end + $ac_max_sed_lines`
8421 fi
8422 done
8423 if test -z "$ac_sed_cmds"; then
8424 ac_sed_cmds=cat
8425 fi
8426fi # test -n "$CONFIG_FILES"
8427
8428_ACEOF
8429cat >>$CONFIG_STATUS <<\_ACEOF
8430for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
8431 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8432 case $ac_file in
8433 - | *:- | *:-:* ) # input from stdin
8434 cat >$tmp/stdin
8435 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8436 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8437 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8438 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8439 * ) ac_file_in=$ac_file.in ;;
8440 esac
8441
8442 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
8443 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8444$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8445 X"$ac_file" : 'X\(//\)[^/]' \| \
8446 X"$ac_file" : 'X\(//\)$' \| \
8447 X"$ac_file" : 'X\(/\)' \| \
8448 . : '\(.\)' 2>/dev/null ||
8449echo X"$ac_file" |
8450 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8451 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8452 /^X\(\/\/\)$/{ s//\1/; q; }
8453 /^X\(\/\).*/{ s//\1/; q; }
8454 s/.*/./; q'`
8455 { if $as_mkdir_p; then
8456 mkdir -p "$ac_dir"
8457 else
8458 as_dir="$ac_dir"
8459 as_dirs=
8460 while test ! -d "$as_dir"; do
8461 as_dirs="$as_dir $as_dirs"
8462 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8463$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8464 X"$as_dir" : 'X\(//\)[^/]' \| \
8465 X"$as_dir" : 'X\(//\)$' \| \
8466 X"$as_dir" : 'X\(/\)' \| \
8467 . : '\(.\)' 2>/dev/null ||
8468echo X"$as_dir" |
8469 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8470 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8471 /^X\(\/\/\)$/{ s//\1/; q; }
8472 /^X\(\/\).*/{ s//\1/; q; }
8473 s/.*/./; q'`
8474 done
8475 test ! -n "$as_dirs" || mkdir $as_dirs
8476 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8477echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8478 { (exit 1); exit 1; }; }; }
8479
8480 ac_builddir=.
8481
8482if test "$ac_dir" != .; then
8483 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8484 # A "../" for each directory in $ac_dir_suffix.
8485 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8486else
8487 ac_dir_suffix= ac_top_builddir=
8488fi
8489
8490case $srcdir in
8491 .) # No --srcdir option. We are building in place.
8492 ac_srcdir=.
8493 if test -z "$ac_top_builddir"; then
8494 ac_top_srcdir=.
8495 else
8496 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8497 fi ;;
8498 [\\/]* | ?:[\\/]* ) # Absolute path.
8499 ac_srcdir=$srcdir$ac_dir_suffix;
8500 ac_top_srcdir=$srcdir ;;
8501 *) # Relative path.
8502 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8503 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8504esac
8505
8506# Do not use `cd foo && pwd` to compute absolute paths, because
8507# the directories may not exist.
8508case `pwd` in
8509.) ac_abs_builddir="$ac_dir";;
8510*)
8511 case "$ac_dir" in
8512 .) ac_abs_builddir=`pwd`;;
8513 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8514 *) ac_abs_builddir=`pwd`/"$ac_dir";;
8515 esac;;
8516esac
8517case $ac_abs_builddir in
8518.) ac_abs_top_builddir=${ac_top_builddir}.;;
8519*)
8520 case ${ac_top_builddir}. in
8521 .) ac_abs_top_builddir=$ac_abs_builddir;;
8522 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8523 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8524 esac;;
8525esac
8526case $ac_abs_builddir in
8527.) ac_abs_srcdir=$ac_srcdir;;
8528*)
8529 case $ac_srcdir in
8530 .) ac_abs_srcdir=$ac_abs_builddir;;
8531 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8532 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8533 esac;;
8534esac
8535case $ac_abs_builddir in
8536.) ac_abs_top_srcdir=$ac_top_srcdir;;
8537*)
8538 case $ac_top_srcdir in
8539 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8540 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8541 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8542 esac;;
8543esac
8544
8545
8546 case $INSTALL in
8547 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8548 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
8549 esac
8550
b0074644
ILT
8551 if test x"$ac_file" != x-; then
8552 { echo "$as_me:$LINENO: creating $ac_file" >&5
8553echo "$as_me: creating $ac_file" >&6;}
8554 rm -f "$ac_file"
8555 fi
bae7f79e
ILT
8556 # Let's still pretend it is `configure' which instantiates (i.e., don't
8557 # use $as_me), people would be surprised to read:
8558 # /* config.h. Generated by config.status. */
8559 if test x"$ac_file" = x-; then
8560 configure_input=
8561 else
8562 configure_input="$ac_file. "
8563 fi
8564 configure_input=$configure_input"Generated from `echo $ac_file_in |
8565 sed 's,.*/,,'` by configure."
8566
8567 # First look for the input files in the build tree, otherwise in the
8568 # src tree.
8569 ac_file_inputs=`IFS=:
8570 for f in $ac_file_in; do
8571 case $f in
8572 -) echo $tmp/stdin ;;
8573 [\\/$]*)
8574 # Absolute (can't be DOS-style, as IFS=:)
8575 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8576echo "$as_me: error: cannot find input file: $f" >&2;}
8577 { (exit 1); exit 1; }; }
8578 echo "$f";;
8579 *) # Relative
8580 if test -f "$f"; then
8581 # Build tree
8582 echo "$f"
8583 elif test -f "$srcdir/$f"; then
8584 # Source tree
8585 echo "$srcdir/$f"
8586 else
8587 # /dev/null tree
8588 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8589echo "$as_me: error: cannot find input file: $f" >&2;}
8590 { (exit 1); exit 1; }; }
8591 fi;;
8592 esac
8593 done` || { (exit 1); exit 1; }
8594_ACEOF
8595cat >>$CONFIG_STATUS <<_ACEOF
8596 sed "$ac_vpsub
8597$extrasub
8598_ACEOF
8599cat >>$CONFIG_STATUS <<\_ACEOF
8600:t
8601/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8602s,@configure_input@,$configure_input,;t t
8603s,@srcdir@,$ac_srcdir,;t t
8604s,@abs_srcdir@,$ac_abs_srcdir,;t t
8605s,@top_srcdir@,$ac_top_srcdir,;t t
8606s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
8607s,@builddir@,$ac_builddir,;t t
8608s,@abs_builddir@,$ac_abs_builddir,;t t
8609s,@top_builddir@,$ac_top_builddir,;t t
8610s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
8611s,@INSTALL@,$ac_INSTALL,;t t
8612" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
8613 rm -f $tmp/stdin
8614 if test x"$ac_file" != x-; then
8615 mv $tmp/out $ac_file
8616 else
8617 cat $tmp/out
8618 rm -f $tmp/out
8619 fi
8620
8621done
8622_ACEOF
8623cat >>$CONFIG_STATUS <<\_ACEOF
8624
8625#
8626# CONFIG_HEADER section.
8627#
8628
8629# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8630# NAME is the cpp macro being defined and VALUE is the value it is being given.
8631#
8632# ac_d sets the value in "#define NAME VALUE" lines.
8633ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
8634ac_dB='[ ].*$,\1#\2'
8635ac_dC=' '
8636ac_dD=',;t'
8637# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8638ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8639ac_uB='$,\1#\2define\3'
8640ac_uC=' '
8641ac_uD=',;t'
8642
8643for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
8644 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8645 case $ac_file in
8646 - | *:- | *:-:* ) # input from stdin
8647 cat >$tmp/stdin
8648 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8649 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8650 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8651 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8652 * ) ac_file_in=$ac_file.in ;;
8653 esac
8654
8655 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
8656echo "$as_me: creating $ac_file" >&6;}
8657
8658 # First look for the input files in the build tree, otherwise in the
8659 # src tree.
8660 ac_file_inputs=`IFS=:
8661 for f in $ac_file_in; do
8662 case $f in
8663 -) echo $tmp/stdin ;;
8664 [\\/$]*)
8665 # Absolute (can't be DOS-style, as IFS=:)
8666 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8667echo "$as_me: error: cannot find input file: $f" >&2;}
8668 { (exit 1); exit 1; }; }
8669 # Do quote $f, to prevent DOS paths from being IFS'd.
8670 echo "$f";;
8671 *) # Relative
8672 if test -f "$f"; then
8673 # Build tree
8674 echo "$f"
8675 elif test -f "$srcdir/$f"; then
8676 # Source tree
8677 echo "$srcdir/$f"
8678 else
8679 # /dev/null tree
8680 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8681echo "$as_me: error: cannot find input file: $f" >&2;}
8682 { (exit 1); exit 1; }; }
8683 fi;;
8684 esac
8685 done` || { (exit 1); exit 1; }
8686 # Remove the trailing spaces.
8687 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
8688
8689_ACEOF
8690
8691# Transform confdefs.h into two sed scripts, `conftest.defines' and
8692# `conftest.undefs', that substitutes the proper values into
8693# config.h.in to produce config.h. The first handles `#define'
8694# templates, and the second `#undef' templates.
8695# And first: Protect against being on the right side of a sed subst in
8696# config.status. Protect against being in an unquoted here document
8697# in config.status.
8698rm -f conftest.defines conftest.undefs
8699# Using a here document instead of a string reduces the quoting nightmare.
8700# Putting comments in sed scripts is not portable.
8701#
8702# `end' is used to avoid that the second main sed command (meant for
8703# 0-ary CPP macros) applies to n-ary macro definitions.
8704# See the Autoconf documentation for `clear'.
8705cat >confdef2sed.sed <<\_ACEOF
8706s/[\\&,]/\\&/g
8707s,[\\$`],\\&,g
8708t clear
8709: clear
8710s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8711t end
8712s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8713: end
8714_ACEOF
8715# If some macros were called several times there might be several times
8716# the same #defines, which is useless. Nevertheless, we may not want to
8717# sort them, since we want the *last* AC-DEFINE to be honored.
8718uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
8719sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
8720rm -f confdef2sed.sed
8721
8722# This sed command replaces #undef with comments. This is necessary, for
8723# example, in the case of _POSIX_SOURCE, which is predefined and required
8724# on some systems where configure will not decide to define it.
8725cat >>conftest.undefs <<\_ACEOF
8726s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8727_ACEOF
8728
8729# Break up conftest.defines because some shells have a limit on the size
8730# of here documents, and old seds have small limits too (100 cmds).
8731echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8732echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8733echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8734echo ' :' >>$CONFIG_STATUS
8735rm -f conftest.tail
8736while grep . conftest.defines >/dev/null
8737do
8738 # Write a limited-size here document to $tmp/defines.sed.
8739 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
8740 # Speed up: don't consider the non `#define' lines.
8741 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
8742 # Work around the forget-to-reset-the-flag bug.
8743 echo 't clr' >>$CONFIG_STATUS
8744 echo ': clr' >>$CONFIG_STATUS
8745 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
8746 echo 'CEOF
8747 sed -f $tmp/defines.sed $tmp/in >$tmp/out
8748 rm -f $tmp/in
8749 mv $tmp/out $tmp/in
8750' >>$CONFIG_STATUS
8751 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
8752 rm -f conftest.defines
8753 mv conftest.tail conftest.defines
8754done
8755rm -f conftest.defines
8756echo ' fi # grep' >>$CONFIG_STATUS
8757echo >>$CONFIG_STATUS
8758
8759# Break up conftest.undefs because some shells have a limit on the size
8760# of here documents, and old seds have small limits too (100 cmds).
8761echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
8762rm -f conftest.tail
8763while grep . conftest.undefs >/dev/null
8764do
8765 # Write a limited-size here document to $tmp/undefs.sed.
8766 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
8767 # Speed up: don't consider the non `#undef'
8768 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
8769 # Work around the forget-to-reset-the-flag bug.
8770 echo 't clr' >>$CONFIG_STATUS
8771 echo ': clr' >>$CONFIG_STATUS
8772 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
8773 echo 'CEOF
8774 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
8775 rm -f $tmp/in
8776 mv $tmp/out $tmp/in
8777' >>$CONFIG_STATUS
8778 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
8779 rm -f conftest.undefs
8780 mv conftest.tail conftest.undefs
8781done
8782rm -f conftest.undefs
8783
8784cat >>$CONFIG_STATUS <<\_ACEOF
8785 # Let's still pretend it is `configure' which instantiates (i.e., don't
8786 # use $as_me), people would be surprised to read:
8787 # /* config.h. Generated by config.status. */
8788 if test x"$ac_file" = x-; then
8789 echo "/* Generated by configure. */" >$tmp/config.h
8790 else
8791 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
8792 fi
8793 cat $tmp/in >>$tmp/config.h
8794 rm -f $tmp/in
8795 if test x"$ac_file" != x-; then
8796 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
8797 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
8798echo "$as_me: $ac_file is unchanged" >&6;}
8799 else
8800 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8801$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8802 X"$ac_file" : 'X\(//\)[^/]' \| \
8803 X"$ac_file" : 'X\(//\)$' \| \
8804 X"$ac_file" : 'X\(/\)' \| \
8805 . : '\(.\)' 2>/dev/null ||
8806echo X"$ac_file" |
8807 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8808 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8809 /^X\(\/\/\)$/{ s//\1/; q; }
8810 /^X\(\/\).*/{ s//\1/; q; }
8811 s/.*/./; q'`
8812 { if $as_mkdir_p; then
8813 mkdir -p "$ac_dir"
8814 else
8815 as_dir="$ac_dir"
8816 as_dirs=
8817 while test ! -d "$as_dir"; do
8818 as_dirs="$as_dir $as_dirs"
8819 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8820$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8821 X"$as_dir" : 'X\(//\)[^/]' \| \
8822 X"$as_dir" : 'X\(//\)$' \| \
8823 X"$as_dir" : 'X\(/\)' \| \
8824 . : '\(.\)' 2>/dev/null ||
8825echo X"$as_dir" |
8826 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8827 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8828 /^X\(\/\/\)$/{ s//\1/; q; }
8829 /^X\(\/\).*/{ s//\1/; q; }
8830 s/.*/./; q'`
8831 done
8832 test ! -n "$as_dirs" || mkdir $as_dirs
8833 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8834echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8835 { (exit 1); exit 1; }; }; }
8836
8837 rm -f $ac_file
8838 mv $tmp/config.h $ac_file
8839 fi
8840 else
8841 cat $tmp/config.h
8842 rm -f $tmp/config.h
8843 fi
8844# Compute $ac_file's index in $config_headers.
8845_am_stamp_count=1
8846for _am_header in $config_headers :; do
8847 case $_am_header in
8848 $ac_file | $ac_file:* )
8849 break ;;
8850 * )
8851 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
8852 esac
8853done
8854echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
8855$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8856 X$ac_file : 'X\(//\)[^/]' \| \
8857 X$ac_file : 'X\(//\)$' \| \
8858 X$ac_file : 'X\(/\)' \| \
8859 . : '\(.\)' 2>/dev/null ||
8860echo X$ac_file |
8861 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8862 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8863 /^X\(\/\/\)$/{ s//\1/; q; }
8864 /^X\(\/\).*/{ s//\1/; q; }
8865 s/.*/./; q'`/stamp-h$_am_stamp_count
8866done
8867_ACEOF
8868cat >>$CONFIG_STATUS <<\_ACEOF
8869
8870#
8871# CONFIG_COMMANDS section.
8872#
8873for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
8874 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
8875 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
8876 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
8877$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8878 X"$ac_dest" : 'X\(//\)[^/]' \| \
8879 X"$ac_dest" : 'X\(//\)$' \| \
8880 X"$ac_dest" : 'X\(/\)' \| \
8881 . : '\(.\)' 2>/dev/null ||
8882echo X"$ac_dest" |
8883 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8884 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8885 /^X\(\/\/\)$/{ s//\1/; q; }
8886 /^X\(\/\).*/{ s//\1/; q; }
8887 s/.*/./; q'`
8888 { if $as_mkdir_p; then
8889 mkdir -p "$ac_dir"
8890 else
8891 as_dir="$ac_dir"
8892 as_dirs=
8893 while test ! -d "$as_dir"; do
8894 as_dirs="$as_dir $as_dirs"
8895 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8896$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8897 X"$as_dir" : 'X\(//\)[^/]' \| \
8898 X"$as_dir" : 'X\(//\)$' \| \
8899 X"$as_dir" : 'X\(/\)' \| \
8900 . : '\(.\)' 2>/dev/null ||
8901echo X"$as_dir" |
8902 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8903 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8904 /^X\(\/\/\)$/{ s//\1/; q; }
8905 /^X\(\/\).*/{ s//\1/; q; }
8906 s/.*/./; q'`
8907 done
8908 test ! -n "$as_dirs" || mkdir $as_dirs
8909 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8910echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8911 { (exit 1); exit 1; }; }; }
8912
8913 ac_builddir=.
8914
8915if test "$ac_dir" != .; then
8916 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8917 # A "../" for each directory in $ac_dir_suffix.
8918 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8919else
8920 ac_dir_suffix= ac_top_builddir=
8921fi
8922
8923case $srcdir in
8924 .) # No --srcdir option. We are building in place.
8925 ac_srcdir=.
8926 if test -z "$ac_top_builddir"; then
8927 ac_top_srcdir=.
8928 else
8929 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8930 fi ;;
8931 [\\/]* | ?:[\\/]* ) # Absolute path.
8932 ac_srcdir=$srcdir$ac_dir_suffix;
8933 ac_top_srcdir=$srcdir ;;
8934 *) # Relative path.
8935 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8936 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8937esac
8938
8939# Do not use `cd foo && pwd` to compute absolute paths, because
8940# the directories may not exist.
8941case `pwd` in
8942.) ac_abs_builddir="$ac_dir";;
8943*)
8944 case "$ac_dir" in
8945 .) ac_abs_builddir=`pwd`;;
8946 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8947 *) ac_abs_builddir=`pwd`/"$ac_dir";;
8948 esac;;
8949esac
8950case $ac_abs_builddir in
8951.) ac_abs_top_builddir=${ac_top_builddir}.;;
8952*)
8953 case ${ac_top_builddir}. in
8954 .) ac_abs_top_builddir=$ac_abs_builddir;;
8955 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8956 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8957 esac;;
8958esac
8959case $ac_abs_builddir in
8960.) ac_abs_srcdir=$ac_srcdir;;
8961*)
8962 case $ac_srcdir in
8963 .) ac_abs_srcdir=$ac_abs_builddir;;
8964 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8965 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8966 esac;;
8967esac
8968case $ac_abs_builddir in
8969.) ac_abs_top_srcdir=$ac_top_srcdir;;
8970*)
8971 case $ac_top_srcdir in
8972 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8973 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8974 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8975 esac;;
8976esac
8977
8978
8979 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
8980echo "$as_me: executing $ac_dest commands" >&6;}
8981 case $ac_dest in
8982 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
8983 # Strip MF so we end up with the name of the file.
8984 mf=`echo "$mf" | sed -e 's/:.*$//'`
8985 # Check whether this is an Automake generated Makefile or not.
8986 # We used to match only the files named `Makefile.in', but
8987 # some people rename them; so instead we look at the file content.
8988 # Grep'ing the first line is not enough: some people post-process
8989 # each Makefile.in and add a new line on top of each file to say so.
8990 # So let's grep whole file.
8991 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
8992 dirpart=`(dirname "$mf") 2>/dev/null ||
8993$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8994 X"$mf" : 'X\(//\)[^/]' \| \
8995 X"$mf" : 'X\(//\)$' \| \
8996 X"$mf" : 'X\(/\)' \| \
8997 . : '\(.\)' 2>/dev/null ||
8998echo X"$mf" |
8999 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9000 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9001 /^X\(\/\/\)$/{ s//\1/; q; }
9002 /^X\(\/\).*/{ s//\1/; q; }
9003 s/.*/./; q'`
9004 else
9005 continue
9006 fi
9007 # Extract the definition of DEPDIR, am__include, and am__quote
9008 # from the Makefile without running `make'.
9009 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9010 test -z "$DEPDIR" && continue
9011 am__include=`sed -n 's/^am__include = //p' < "$mf"`
9012 test -z "am__include" && continue
9013 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
9014 # When using ansi2knr, U may be empty or an underscore; expand it
9015 U=`sed -n 's/^U = //p' < "$mf"`
9016 # Find all dependency output files, they are included files with
9017 # $(DEPDIR) in their names. We invoke sed twice because it is the
9018 # simplest approach to changing $(DEPDIR) to its actual value in the
9019 # expansion.
9020 for file in `sed -n "
9021 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9022 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9023 # Make sure the directory exists.
9024 test -f "$dirpart/$file" && continue
9025 fdir=`(dirname "$file") 2>/dev/null ||
9026$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9027 X"$file" : 'X\(//\)[^/]' \| \
9028 X"$file" : 'X\(//\)$' \| \
9029 X"$file" : 'X\(/\)' \| \
9030 . : '\(.\)' 2>/dev/null ||
9031echo X"$file" |
9032 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9033 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9034 /^X\(\/\/\)$/{ s//\1/; q; }
9035 /^X\(\/\).*/{ s//\1/; q; }
9036 s/.*/./; q'`
9037 { if $as_mkdir_p; then
9038 mkdir -p $dirpart/$fdir
9039 else
9040 as_dir=$dirpart/$fdir
9041 as_dirs=
9042 while test ! -d "$as_dir"; do
9043 as_dirs="$as_dir $as_dirs"
9044 as_dir=`(dirname "$as_dir") 2>/dev/null ||
9045$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9046 X"$as_dir" : 'X\(//\)[^/]' \| \
9047 X"$as_dir" : 'X\(//\)$' \| \
9048 X"$as_dir" : 'X\(/\)' \| \
9049 . : '\(.\)' 2>/dev/null ||
9050echo X"$as_dir" |
9051 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9052 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9053 /^X\(\/\/\)$/{ s//\1/; q; }
9054 /^X\(\/\).*/{ s//\1/; q; }
9055 s/.*/./; q'`
9056 done
9057 test ! -n "$as_dirs" || mkdir $as_dirs
9058 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
9059echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
9060 { (exit 1); exit 1; }; }; }
9061
9062 # echo "creating $dirpart/$file"
9063 echo '# dummy' > "$dirpart/$file"
9064 done
9065done
9066 ;;
9067 default-1 )
9068 for ac_file in $CONFIG_FILES; do
9069 # Support "outfile[:infile[:infile...]]"
9070 case "$ac_file" in
9071 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
9072 esac
9073 # PO directories have a Makefile.in generated from Makefile.in.in.
9074 case "$ac_file" in */Makefile.in)
9075 # Adjust a relative srcdir.
9076 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
9077 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
9078 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
9079 # In autoconf-2.13 it is called $ac_given_srcdir.
9080 # In autoconf-2.50 it is called $srcdir.
9081 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
9082 case "$ac_given_srcdir" in
9083 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
9084 /*) top_srcdir="$ac_given_srcdir" ;;
9085 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
9086 esac
9087 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
9088 rm -f "$ac_dir/POTFILES"
9089 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
9090 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
9091 POMAKEFILEDEPS="POTFILES.in"
9092 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
9093 # on $ac_dir but don't depend on user-specified configuration
9094 # parameters.
9095 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
9096 # The LINGUAS file contains the set of available languages.
9097 if test -n "$OBSOLETE_ALL_LINGUAS"; then
9098 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
9099 fi
9100 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
9101 # Hide the ALL_LINGUAS assigment from automake.
9102 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
9103 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
9104 else
9105 # The set of available languages was given in configure.in.
9106 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
9107 fi
9108 case "$ac_given_srcdir" in
9109 .) srcdirpre= ;;
9110 *) srcdirpre='$(srcdir)/' ;;
9111 esac
9112 POFILES=
9113 GMOFILES=
9114 UPDATEPOFILES=
9115 DUMMYPOFILES=
9116 for lang in $ALL_LINGUAS; do
9117 POFILES="$POFILES $srcdirpre$lang.po"
9118 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
9119 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
9120 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
9121 done
9122 # CATALOGS depends on both $ac_dir and the user's LINGUAS
9123 # environment variable.
9124 INST_LINGUAS=
9125 if test -n "$ALL_LINGUAS"; then
9126 for presentlang in $ALL_LINGUAS; do
9127 useit=no
9128 if test "%UNSET%" != "$LINGUAS"; then
9129 desiredlanguages="$LINGUAS"
9130 else
9131 desiredlanguages="$ALL_LINGUAS"
9132 fi
9133 for desiredlang in $desiredlanguages; do
9134 # Use the presentlang catalog if desiredlang is
9135 # a. equal to presentlang, or
9136 # b. a variant of presentlang (because in this case,
9137 # presentlang can be used as a fallback for messages
9138 # which are not translated in the desiredlang catalog).
9139 case "$desiredlang" in
9140 "$presentlang"*) useit=yes;;
9141 esac
9142 done
9143 if test $useit = yes; then
9144 INST_LINGUAS="$INST_LINGUAS $presentlang"
9145 fi
9146 done
9147 fi
9148 CATALOGS=
9149 if test -n "$INST_LINGUAS"; then
9150 for lang in $INST_LINGUAS; do
9151 CATALOGS="$CATALOGS $lang.gmo"
9152 done
9153 fi
9154 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
9155 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
9156 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
9157 if test -f "$f"; then
9158 case "$f" in
9159 *.orig | *.bak | *~) ;;
9160 *) cat "$f" >> "$ac_dir/Makefile" ;;
9161 esac
9162 fi
9163 done
9164 fi
9165 ;;
9166 esac
9167 done ;;
9168 esac
9169done
9170_ACEOF
9171
9172cat >>$CONFIG_STATUS <<\_ACEOF
9173
9174{ (exit 0); exit 0; }
9175_ACEOF
9176chmod +x $CONFIG_STATUS
9177ac_clean_files=$ac_clean_files_save
9178
9179
9180# configure is writing to config.log, and then calls config.status.
9181# config.status does its own redirection, appending to config.log.
9182# Unfortunately, on DOS this fails, as config.log is still kept open
9183# by configure, so config.status won't be able to write to it; its
9184# output is simply discarded. So we exec the FD to /dev/null,
9185# effectively closing config.log, so it can be properly (re)opened and
9186# appended to by config.status. When coming back to configure, we
9187# need to make the FD available again.
9188if test "$no_create" != yes; then
9189 ac_cs_success=:
9190 ac_config_status_args=
9191 test "$silent" = yes &&
9192 ac_config_status_args="$ac_config_status_args --quiet"
9193 exec 5>/dev/null
9194 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
9195 exec 5>>config.log
9196 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9197 # would make configure fail if this is the last instruction.
9198 $ac_cs_success || { (exit 1); exit 1; }
9199fi
9200
This page took 0.518799 seconds and 4 git commands to generate.