* ld-srec/srec.exp: Define __stack_chk_fail sym.
[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
6eee141f 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 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 TLS_TRUE TLS_FALSE WARN_CFLAGS NO_WERROR WARN_CXXFLAGS LFS_CXXFLAGS LIBOBJS CXXCPP EGREP MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LTLIBOBJS'
bae7f79e
ILT
313ac_subst_files=''
314
315# Initialize some variables set by options.
316ac_init_help=
317ac_init_version=false
318# The variables have the same names as the options, with
319# dashes changed to underlines.
320cache_file=/dev/null
321exec_prefix=NONE
322no_create=
323no_recursion=
324prefix=NONE
325program_prefix=NONE
326program_suffix=NONE
327program_transform_name=s,x,x,
328silent=
329site=
330srcdir=
331verbose=
332x_includes=NONE
333x_libraries=NONE
334
335# Installation directory options.
336# These are left unexpanded so users can "make install exec_prefix=/foo"
337# and all the variables that are supposed to be based on exec_prefix
338# by default will actually change.
339# Use braces instead of parens because sh, perl, etc. also accept them.
340bindir='${exec_prefix}/bin'
341sbindir='${exec_prefix}/sbin'
342libexecdir='${exec_prefix}/libexec'
343datadir='${prefix}/share'
344sysconfdir='${prefix}/etc'
345sharedstatedir='${prefix}/com'
346localstatedir='${prefix}/var'
347libdir='${exec_prefix}/lib'
348includedir='${prefix}/include'
349oldincludedir='/usr/include'
350infodir='${prefix}/info'
351mandir='${prefix}/man'
352
353ac_prev=
354for ac_option
355do
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
361 fi
362
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
367 case $ac_option in
368
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372 bindir=$ac_optarg ;;
373
374 -build | --build | --buil | --bui | --bu)
375 ac_prev=build_alias ;;
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377 build_alias=$ac_optarg ;;
378
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384 cache_file=$ac_optarg ;;
385
386 --config-cache | -C)
387 cache_file=config.cache ;;
388
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
393 datadir=$ac_optarg ;;
394
395 -disable-* | --disable-*)
396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
403
404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413 *) ac_optarg=yes ;;
414 esac
415 eval "enable_$ac_feature='$ac_optarg'" ;;
416
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
424 exec_prefix=$ac_optarg ;;
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
436
437 -host | --host | --hos | --ho)
438 ac_prev=host_alias ;;
439 -host=* | --host=* | --hos=* | --ho=*)
440 host_alias=$ac_optarg ;;
441
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
447 includedir=$ac_optarg ;;
448
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452 infodir=$ac_optarg ;;
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
457 libdir=$ac_optarg ;;
458
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
464 libexecdir=$ac_optarg ;;
465
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473 localstatedir=$ac_optarg ;;
474
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478 mandir=$ac_optarg ;;
479
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
483
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 | --no-cr | --no-c | -n)
486 no_create=yes ;;
487
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
491
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499 oldincludedir=$ac_optarg ;;
500
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504 prefix=$ac_optarg ;;
505
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511 program_prefix=$ac_optarg ;;
512
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518 program_suffix=$ac_optarg ;;
519
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
535 program_transform_name=$ac_optarg ;;
536
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
540
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
545 sbindir=$ac_optarg ;;
546
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
556 sharedstatedir=$ac_optarg ;;
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
561 site=$ac_optarg ;;
562
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566 srcdir=$ac_optarg ;;
567
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573 sysconfdir=$ac_optarg ;;
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
576 ac_prev=target_alias ;;
577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578 target_alias=$ac_optarg ;;
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
585
586 -with-* | --with-*)
587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package=`echo $ac_package| sed 's/-/_/g'`
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595 *) ac_optarg=yes ;;
596 esac
597 eval "with_$ac_package='$ac_optarg'" ;;
598
599 -without-* | --without-*)
600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
607
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
611
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617 x_includes=$ac_optarg ;;
618
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624 x_libraries=$ac_optarg ;;
625
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
629 ;;
630
631 *=*)
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
639 export $ac_envvar ;;
640
641 *)
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
647 ;;
648
649 esac
650done
651
652if test -n "$ac_prev"; then
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
656fi
657
658# Be sure to have absolute paths.
659for ac_var in exec_prefix prefix
660do
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667done
668
669# Be sure to have absolute paths.
670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
672do
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
678 esac
679done
680
681# There might be people who depend on the old broken behavior: `$host'
682# used to hold the argument of --host etc.
683# FIXME: To remove some day.
684build=$build_alias
685host=$host_alias
686target=$target_alias
687
688# FIXME: To remove some day.
689if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
695 cross_compiling=yes
696 fi
697fi
698
699ac_tool_prefix=
700test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702test "$silent" = yes && exec 6>/dev/null
703
704
705# Find the source files, if location was not specified.
706if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
715echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
724 fi
725else
726 ac_srcdir_defaulted=no
727fi
728if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
732 else
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
735 fi
736fi
737(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741ac_env_build_alias_set=${build_alias+set}
742ac_env_build_alias_value=$build_alias
743ac_cv_env_build_alias_set=${build_alias+set}
744ac_cv_env_build_alias_value=$build_alias
745ac_env_host_alias_set=${host_alias+set}
746ac_env_host_alias_value=$host_alias
747ac_cv_env_host_alias_set=${host_alias+set}
748ac_cv_env_host_alias_value=$host_alias
749ac_env_target_alias_set=${target_alias+set}
750ac_env_target_alias_value=$target_alias
751ac_cv_env_target_alias_set=${target_alias+set}
752ac_cv_env_target_alias_value=$target_alias
753ac_env_CC_set=${CC+set}
754ac_env_CC_value=$CC
755ac_cv_env_CC_set=${CC+set}
756ac_cv_env_CC_value=$CC
757ac_env_CFLAGS_set=${CFLAGS+set}
758ac_env_CFLAGS_value=$CFLAGS
759ac_cv_env_CFLAGS_set=${CFLAGS+set}
760ac_cv_env_CFLAGS_value=$CFLAGS
761ac_env_LDFLAGS_set=${LDFLAGS+set}
762ac_env_LDFLAGS_value=$LDFLAGS
763ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764ac_cv_env_LDFLAGS_value=$LDFLAGS
765ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766ac_env_CPPFLAGS_value=$CPPFLAGS
767ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769ac_env_CXX_set=${CXX+set}
770ac_env_CXX_value=$CXX
771ac_cv_env_CXX_set=${CXX+set}
772ac_cv_env_CXX_value=$CXX
773ac_env_CXXFLAGS_set=${CXXFLAGS+set}
774ac_env_CXXFLAGS_value=$CXXFLAGS
775ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
776ac_cv_env_CXXFLAGS_value=$CXXFLAGS
54dc6425
ILT
777ac_env_CXXCPP_set=${CXXCPP+set}
778ac_env_CXXCPP_value=$CXXCPP
779ac_cv_env_CXXCPP_set=${CXXCPP+set}
780ac_cv_env_CXXCPP_value=$CXXCPP
bae7f79e
ILT
781
782#
783# Report the --help message.
784#
785if test "$ac_init_help" = "long"; then
786 # Omit some internal or obsolete options to make the list less imposing.
787 # This message is too long to be a string in the A/UX 3.1 sh.
788 cat <<_ACEOF
8486ee48 789\`configure' configures gold 0.1 to adapt to many kinds of systems.
bae7f79e
ILT
790
791Usage: $0 [OPTION]... [VAR=VALUE]...
792
793To assign environment variables (e.g., CC, CFLAGS...), specify them as
794VAR=VALUE. See below for descriptions of some of the useful variables.
795
796Defaults for the options are specified in brackets.
797
798Configuration:
799 -h, --help display this help and exit
800 --help=short display options specific to this package
801 --help=recursive display the short help of all the included packages
802 -V, --version display version information and exit
803 -q, --quiet, --silent do not print \`checking...' messages
804 --cache-file=FILE cache test results in FILE [disabled]
805 -C, --config-cache alias for \`--cache-file=config.cache'
806 -n, --no-create do not create output files
807 --srcdir=DIR find the sources in DIR [configure dir or \`..']
808
809_ACEOF
810
811 cat <<_ACEOF
812Installation directories:
813 --prefix=PREFIX install architecture-independent files in PREFIX
814 [$ac_default_prefix]
815 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
816 [PREFIX]
817
818By default, \`make install' will install all the files in
819\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
820an installation prefix other than \`$ac_default_prefix' using \`--prefix',
821for instance \`--prefix=\$HOME'.
822
823For better control, use the options below.
824
825Fine tuning of the installation directories:
826 --bindir=DIR user executables [EPREFIX/bin]
827 --sbindir=DIR system admin executables [EPREFIX/sbin]
828 --libexecdir=DIR program executables [EPREFIX/libexec]
829 --datadir=DIR read-only architecture-independent data [PREFIX/share]
830 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
831 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
832 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
833 --libdir=DIR object code libraries [EPREFIX/lib]
834 --includedir=DIR C header files [PREFIX/include]
835 --oldincludedir=DIR C header files for non-gcc [/usr/include]
836 --infodir=DIR info documentation [PREFIX/info]
837 --mandir=DIR man documentation [PREFIX/man]
838_ACEOF
839
840 cat <<\_ACEOF
841
842Program names:
843 --program-prefix=PREFIX prepend PREFIX to installed program names
844 --program-suffix=SUFFIX append SUFFIX to installed program names
845 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
846
847System types:
848 --build=BUILD configure for building on BUILD [guessed]
849 --host=HOST cross-compile to build programs to run on HOST [BUILD]
850 --target=TARGET configure for building compilers for TARGET [HOST]
851_ACEOF
852fi
853
854if test -n "$ac_init_help"; then
8486ee48
ILT
855 case $ac_init_help in
856 short | recursive ) echo "Configuration of gold 0.1:";;
857 esac
bae7f79e
ILT
858 cat <<\_ACEOF
859
860Optional Features:
861 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
862 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
193a53d9 863 --enable-targets alternative target configurations
bae7f79e
ILT
864 --disable-dependency-tracking speeds up one-time build
865 --enable-dependency-tracking do not reject slow dependency extractors
866 --disable-nls do not use Native Language Support
867 --enable-werror treat compile warnings as errors
868 --enable-build-warnings enable build-time compiler warnings
869 --enable-maintainer-mode enable make rules and dependencies not useful
870 (and sometimes confusing) to the casual installer
871
ad2d6943
ILT
872Optional Packages:
873 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
874 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
875 --with-sysroot=DIR search for usr/lib et al within DIR
876
bae7f79e
ILT
877Some influential environment variables:
878 CC C compiler command
879 CFLAGS C compiler flags
880 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
881 nonstandard directory <lib dir>
882 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
883 headers in a nonstandard directory <include dir>
884 CXX C++ compiler command
885 CXXFLAGS C++ compiler flags
54dc6425 886 CXXCPP C++ preprocessor
bae7f79e
ILT
887
888Use these variables to override the choices made by `configure' or to help
889it to find libraries and programs with nonstandard names/locations.
890
891_ACEOF
892fi
893
894if test "$ac_init_help" = "recursive"; then
895 # If there are subdirs, report their specific --help.
896 ac_popdir=`pwd`
897 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
898 test -d $ac_dir || continue
899 ac_builddir=.
900
901if test "$ac_dir" != .; then
902 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
903 # A "../" for each directory in $ac_dir_suffix.
904 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
905else
906 ac_dir_suffix= ac_top_builddir=
907fi
908
909case $srcdir in
910 .) # No --srcdir option. We are building in place.
911 ac_srcdir=.
912 if test -z "$ac_top_builddir"; then
913 ac_top_srcdir=.
914 else
915 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
916 fi ;;
917 [\\/]* | ?:[\\/]* ) # Absolute path.
918 ac_srcdir=$srcdir$ac_dir_suffix;
919 ac_top_srcdir=$srcdir ;;
920 *) # Relative path.
921 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
922 ac_top_srcdir=$ac_top_builddir$srcdir ;;
923esac
924
925# Do not use `cd foo && pwd` to compute absolute paths, because
926# the directories may not exist.
927case `pwd` in
928.) ac_abs_builddir="$ac_dir";;
929*)
930 case "$ac_dir" in
931 .) ac_abs_builddir=`pwd`;;
932 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
933 *) ac_abs_builddir=`pwd`/"$ac_dir";;
934 esac;;
935esac
936case $ac_abs_builddir in
937.) ac_abs_top_builddir=${ac_top_builddir}.;;
938*)
939 case ${ac_top_builddir}. in
940 .) ac_abs_top_builddir=$ac_abs_builddir;;
941 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
942 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
943 esac;;
944esac
945case $ac_abs_builddir in
946.) ac_abs_srcdir=$ac_srcdir;;
947*)
948 case $ac_srcdir in
949 .) ac_abs_srcdir=$ac_abs_builddir;;
950 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
951 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
952 esac;;
953esac
954case $ac_abs_builddir in
955.) ac_abs_top_srcdir=$ac_top_srcdir;;
956*)
957 case $ac_top_srcdir in
958 .) ac_abs_top_srcdir=$ac_abs_builddir;;
959 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
960 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
961 esac;;
962esac
963
964 cd $ac_dir
965 # Check for guested configure; otherwise get Cygnus style configure.
966 if test -f $ac_srcdir/configure.gnu; then
967 echo
968 $SHELL $ac_srcdir/configure.gnu --help=recursive
969 elif test -f $ac_srcdir/configure; then
970 echo
971 $SHELL $ac_srcdir/configure --help=recursive
972 elif test -f $ac_srcdir/configure.ac ||
973 test -f $ac_srcdir/configure.in; then
974 echo
975 $ac_configure --help
976 else
977 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
978 fi
979 cd $ac_popdir
980 done
981fi
982
983test -n "$ac_init_help" && exit 0
984if $ac_init_version; then
985 cat <<\_ACEOF
8486ee48
ILT
986gold configure 0.1
987generated by GNU Autoconf 2.59
bae7f79e
ILT
988
989Copyright (C) 2003 Free Software Foundation, Inc.
990This configure script is free software; the Free Software Foundation
991gives unlimited permission to copy, distribute and modify it.
992_ACEOF
993 exit 0
994fi
995exec 5>config.log
996cat >&5 <<_ACEOF
997This file contains any messages produced by compilers while
998running configure, to aid debugging if configure makes a mistake.
999
8486ee48 1000It was created by gold $as_me 0.1, which was
bae7f79e
ILT
1001generated by GNU Autoconf 2.59. Invocation command line was
1002
1003 $ $0 $@
1004
1005_ACEOF
1006{
1007cat <<_ASUNAME
1008## --------- ##
1009## Platform. ##
1010## --------- ##
1011
1012hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1013uname -m = `(uname -m) 2>/dev/null || echo unknown`
1014uname -r = `(uname -r) 2>/dev/null || echo unknown`
1015uname -s = `(uname -s) 2>/dev/null || echo unknown`
1016uname -v = `(uname -v) 2>/dev/null || echo unknown`
1017
1018/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1019/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1020
1021/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1022/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1023/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1024hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1025/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1026/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1027/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1028
1029_ASUNAME
1030
1031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1032for as_dir in $PATH
1033do
1034 IFS=$as_save_IFS
1035 test -z "$as_dir" && as_dir=.
1036 echo "PATH: $as_dir"
1037done
1038
1039} >&5
1040
1041cat >&5 <<_ACEOF
1042
1043
1044## ----------- ##
1045## Core tests. ##
1046## ----------- ##
1047
1048_ACEOF
1049
1050
1051# Keep a trace of the command line.
1052# Strip out --no-create and --no-recursion so they do not pile up.
1053# Strip out --silent because we don't want to record it for future runs.
1054# Also quote any args containing shell meta-characters.
1055# Make two passes to allow for proper duplicate-argument suppression.
1056ac_configure_args=
1057ac_configure_args0=
1058ac_configure_args1=
1059ac_sep=
1060ac_must_keep_next=false
1061for ac_pass in 1 2
1062do
1063 for ac_arg
1064 do
1065 case $ac_arg in
1066 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1067 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1068 | -silent | --silent | --silen | --sile | --sil)
1069 continue ;;
1070 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1071 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1072 esac
1073 case $ac_pass in
1074 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1075 2)
1076 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1077 if test $ac_must_keep_next = true; then
1078 ac_must_keep_next=false # Got value, back to normal.
1079 else
1080 case $ac_arg in
1081 *=* | --config-cache | -C | -disable-* | --disable-* \
1082 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1083 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1084 | -with-* | --with-* | -without-* | --without-* | --x)
1085 case "$ac_configure_args0 " in
1086 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1087 esac
1088 ;;
1089 -* ) ac_must_keep_next=true ;;
1090 esac
1091 fi
1092 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1093 # Get rid of the leading space.
1094 ac_sep=" "
1095 ;;
1096 esac
1097 done
1098done
1099$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1100$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1101
1102# When interrupted or exit'd, cleanup temporary files, and complete
1103# config.log. We remove comments because anyway the quotes in there
1104# would cause problems or look ugly.
1105# WARNING: Be sure not to use single quotes in there, as some shells,
1106# such as our DU 5.0 friend, will then `close' the trap.
1107trap 'exit_status=$?
1108 # Save into config.log some information that might help in debugging.
1109 {
1110 echo
1111
1112 cat <<\_ASBOX
1113## ---------------- ##
1114## Cache variables. ##
1115## ---------------- ##
1116_ASBOX
1117 echo
1118 # The following way of writing the cache mishandles newlines in values,
1119{
1120 (set) 2>&1 |
1121 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1122 *ac_space=\ *)
1123 sed -n \
1124 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1125 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1126 ;;
1127 *)
1128 sed -n \
1129 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1130 ;;
1131 esac;
1132}
1133 echo
1134
1135 cat <<\_ASBOX
1136## ----------------- ##
1137## Output variables. ##
1138## ----------------- ##
1139_ASBOX
1140 echo
1141 for ac_var in $ac_subst_vars
1142 do
1143 eval ac_val=$`echo $ac_var`
1144 echo "$ac_var='"'"'$ac_val'"'"'"
1145 done | sort
1146 echo
1147
1148 if test -n "$ac_subst_files"; then
1149 cat <<\_ASBOX
1150## ------------- ##
1151## Output files. ##
1152## ------------- ##
1153_ASBOX
1154 echo
1155 for ac_var in $ac_subst_files
1156 do
1157 eval ac_val=$`echo $ac_var`
1158 echo "$ac_var='"'"'$ac_val'"'"'"
1159 done | sort
1160 echo
1161 fi
1162
1163 if test -s confdefs.h; then
1164 cat <<\_ASBOX
1165## ----------- ##
1166## confdefs.h. ##
1167## ----------- ##
1168_ASBOX
1169 echo
1170 sed "/^$/d" confdefs.h | sort
1171 echo
1172 fi
1173 test "$ac_signal" != 0 &&
1174 echo "$as_me: caught signal $ac_signal"
1175 echo "$as_me: exit $exit_status"
1176 } >&5
1177 rm -f core *.core &&
1178 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1179 exit $exit_status
1180 ' 0
1181for ac_signal in 1 2 13 15; do
1182 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1183done
1184ac_signal=0
1185
1186# confdefs.h avoids OS command line length limits that DEFS can exceed.
1187rm -rf conftest* confdefs.h
1188# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1189echo >confdefs.h
1190
1191# Predefined preprocessor variables.
1192
1193cat >>confdefs.h <<_ACEOF
1194#define PACKAGE_NAME "$PACKAGE_NAME"
1195_ACEOF
1196
1197
1198cat >>confdefs.h <<_ACEOF
1199#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1200_ACEOF
1201
1202
1203cat >>confdefs.h <<_ACEOF
1204#define PACKAGE_VERSION "$PACKAGE_VERSION"
1205_ACEOF
1206
1207
1208cat >>confdefs.h <<_ACEOF
1209#define PACKAGE_STRING "$PACKAGE_STRING"
1210_ACEOF
1211
1212
1213cat >>confdefs.h <<_ACEOF
1214#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1215_ACEOF
1216
1217
1218# Let the site file select an alternate cache file if it wants to.
1219# Prefer explicitly selected file to automatically selected ones.
1220if test -z "$CONFIG_SITE"; then
1221 if test "x$prefix" != xNONE; then
1222 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1223 else
1224 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1225 fi
1226fi
1227for ac_site_file in $CONFIG_SITE; do
1228 if test -r "$ac_site_file"; then
1229 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1230echo "$as_me: loading site script $ac_site_file" >&6;}
1231 sed 's/^/| /' "$ac_site_file" >&5
1232 . "$ac_site_file"
1233 fi
1234done
1235
1236if test -r "$cache_file"; then
1237 # Some versions of bash will fail to source /dev/null (special
1238 # files actually), so we avoid doing that.
1239 if test -f "$cache_file"; then
1240 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1241echo "$as_me: loading cache $cache_file" >&6;}
1242 case $cache_file in
1243 [\\/]* | ?:[\\/]* ) . $cache_file;;
1244 *) . ./$cache_file;;
1245 esac
1246 fi
1247else
1248 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1249echo "$as_me: creating cache $cache_file" >&6;}
1250 >$cache_file
1251fi
1252
1253# Check that the precious variables saved in the cache have kept the same
1254# value.
1255ac_cache_corrupted=false
1256for ac_var in `(set) 2>&1 |
1257 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1258 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1259 eval ac_new_set=\$ac_env_${ac_var}_set
1260 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1261 eval ac_new_val="\$ac_env_${ac_var}_value"
1262 case $ac_old_set,$ac_new_set in
1263 set,)
1264 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1265echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1266 ac_cache_corrupted=: ;;
1267 ,set)
1268 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1269echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1270 ac_cache_corrupted=: ;;
1271 ,);;
1272 *)
1273 if test "x$ac_old_val" != "x$ac_new_val"; then
1274 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1275echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1276 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1277echo "$as_me: former value: $ac_old_val" >&2;}
1278 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1279echo "$as_me: current value: $ac_new_val" >&2;}
1280 ac_cache_corrupted=:
1281 fi;;
1282 esac
1283 # Pass precious variables to config.status.
1284 if test "$ac_new_set" = set; then
1285 case $ac_new_val in
1286 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1287 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1288 *) ac_arg=$ac_var=$ac_new_val ;;
1289 esac
1290 case " $ac_configure_args " in
1291 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1292 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1293 esac
1294 fi
1295done
1296if $ac_cache_corrupted; then
1297 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1298echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1299 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1300echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1301 { (exit 1); exit 1; }; }
1302fi
1303
1304ac_ext=c
1305ac_cpp='$CPP $CPPFLAGS'
1306ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1307ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1308ac_compiler_gnu=$ac_cv_c_compiler_gnu
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
8486ee48
ILT
1321
1322
1323
1324
1325
1326
1327
1328
bae7f79e
ILT
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338ac_aux_dir=
1339for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1340 if test -f $ac_dir/install-sh; then
1341 ac_aux_dir=$ac_dir
1342 ac_install_sh="$ac_aux_dir/install-sh -c"
1343 break
1344 elif test -f $ac_dir/install.sh; then
1345 ac_aux_dir=$ac_dir
1346 ac_install_sh="$ac_aux_dir/install.sh -c"
1347 break
1348 elif test -f $ac_dir/shtool; then
1349 ac_aux_dir=$ac_dir
1350 ac_install_sh="$ac_aux_dir/shtool install -c"
1351 break
1352 fi
1353done
1354if test -z "$ac_aux_dir"; then
1355 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1356echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1357 { (exit 1); exit 1; }; }
1358fi
1359ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1360ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1361ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1362
1363# Make sure we can run config.sub.
1364$ac_config_sub sun4 >/dev/null 2>&1 ||
1365 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1366echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1367 { (exit 1); exit 1; }; }
1368
1369echo "$as_me:$LINENO: checking build system type" >&5
1370echo $ECHO_N "checking build system type... $ECHO_C" >&6
1371if test "${ac_cv_build+set}" = set; then
1372 echo $ECHO_N "(cached) $ECHO_C" >&6
1373else
1374 ac_cv_build_alias=$build_alias
1375test -z "$ac_cv_build_alias" &&
1376 ac_cv_build_alias=`$ac_config_guess`
1377test -z "$ac_cv_build_alias" &&
1378 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1379echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1380 { (exit 1); exit 1; }; }
1381ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1382 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1383echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1384 { (exit 1); exit 1; }; }
1385
1386fi
1387echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1388echo "${ECHO_T}$ac_cv_build" >&6
1389build=$ac_cv_build
1390build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1391build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1392build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1393
1394
1395echo "$as_me:$LINENO: checking host system type" >&5
1396echo $ECHO_N "checking host system type... $ECHO_C" >&6
1397if test "${ac_cv_host+set}" = set; then
1398 echo $ECHO_N "(cached) $ECHO_C" >&6
1399else
1400 ac_cv_host_alias=$host_alias
1401test -z "$ac_cv_host_alias" &&
1402 ac_cv_host_alias=$ac_cv_build_alias
1403ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1404 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1405echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1406 { (exit 1); exit 1; }; }
1407
1408fi
1409echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1410echo "${ECHO_T}$ac_cv_host" >&6
1411host=$ac_cv_host
1412host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1413host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1414host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1415
1416
1417echo "$as_me:$LINENO: checking target system type" >&5
1418echo $ECHO_N "checking target system type... $ECHO_C" >&6
1419if test "${ac_cv_target+set}" = set; then
1420 echo $ECHO_N "(cached) $ECHO_C" >&6
1421else
1422 ac_cv_target_alias=$target_alias
1423test "x$ac_cv_target_alias" = "x" &&
1424 ac_cv_target_alias=$ac_cv_host_alias
1425ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1426 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1427echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1428 { (exit 1); exit 1; }; }
1429
1430fi
1431echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1432echo "${ECHO_T}$ac_cv_target" >&6
1433target=$ac_cv_target
1434target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1435target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1436target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1437
1438
1439# The aliases save the names the user supplied, while $host etc.
1440# will get canonicalized.
1441test -n "$target_alias" &&
1442 test "$program_prefix$program_suffix$program_transform_name" = \
1443 NONENONEs,x,x, &&
1444 program_prefix=${target_alias}-
1445
1446am__api_version="1.9"
1447# Find a good install program. We prefer a C program (faster),
1448# so one script is as good as another. But avoid the broken or
1449# incompatible versions:
1450# SysV /etc/install, /usr/sbin/install
1451# SunOS /usr/etc/install
1452# IRIX /sbin/install
1453# AIX /bin/install
1454# AmigaOS /C/install, which installs bootblocks on floppy discs
1455# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1456# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1457# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1458# OS/2's system install, which has a completely different semantic
1459# ./install, which can be erroneously created by make from ./install.sh.
1460echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1461echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1462if test -z "$INSTALL"; then
1463if test "${ac_cv_path_install+set}" = set; then
1464 echo $ECHO_N "(cached) $ECHO_C" >&6
1465else
1466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1467for as_dir in $PATH
1468do
1469 IFS=$as_save_IFS
1470 test -z "$as_dir" && as_dir=.
1471 # Account for people who put trailing slashes in PATH elements.
1472case $as_dir/ in
1473 ./ | .// | /cC/* | \
1474 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1475 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1476 /usr/ucb/* ) ;;
1477 *)
1478 # OSF1 and SCO ODT 3.0 have their own names for install.
1479 # Don't use installbsd from OSF since it installs stuff as root
1480 # by default.
1481 for ac_prog in ginstall scoinst install; do
1482 for ac_exec_ext in '' $ac_executable_extensions; do
1483 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1484 if test $ac_prog = install &&
1485 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1486 # AIX install. It has an incompatible calling convention.
1487 :
1488 elif test $ac_prog = install &&
1489 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1490 # program-specific install script used by HP pwplus--don't use.
1491 :
1492 else
1493 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1494 break 3
1495 fi
1496 fi
1497 done
1498 done
1499 ;;
1500esac
1501done
1502
1503
1504fi
1505 if test "${ac_cv_path_install+set}" = set; then
1506 INSTALL=$ac_cv_path_install
1507 else
1508 # As a last resort, use the slow shell script. We don't cache a
1509 # path for INSTALL within a source directory, because that will
1510 # break other packages using the cache if that directory is
1511 # removed, or if the path is relative.
1512 INSTALL=$ac_install_sh
1513 fi
1514fi
1515echo "$as_me:$LINENO: result: $INSTALL" >&5
1516echo "${ECHO_T}$INSTALL" >&6
1517
1518# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1519# It thinks the first close brace ends the variable substitution.
1520test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1521
1522test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1523
1524test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1525
1526echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1527echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1528# Just in case
1529sleep 1
1530echo timestamp > conftest.file
1531# Do `set' in a subshell so we don't clobber the current shell's
1532# arguments. Must try -L first in case configure is actually a
1533# symlink; some systems play weird games with the mod time of symlinks
1534# (eg FreeBSD returns the mod time of the symlink's containing
1535# directory).
1536if (
1537 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1538 if test "$*" = "X"; then
1539 # -L didn't work.
1540 set X `ls -t $srcdir/configure conftest.file`
1541 fi
1542 rm -f conftest.file
1543 if test "$*" != "X $srcdir/configure conftest.file" \
1544 && test "$*" != "X conftest.file $srcdir/configure"; then
1545
1546 # If neither matched, then we have a broken ls. This can happen
1547 # if, for instance, CONFIG_SHELL is bash and it inherits a
1548 # broken ls alias from the environment. This has actually
1549 # happened. Such a system could not be considered "sane".
1550 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1551alias in your environment" >&5
1552echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1553alias in your environment" >&2;}
1554 { (exit 1); exit 1; }; }
1555 fi
1556
1557 test "$2" = conftest.file
1558 )
1559then
1560 # Ok.
1561 :
1562else
1563 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1564Check your system clock" >&5
1565echo "$as_me: error: newly created file is older than distributed files!
1566Check your system clock" >&2;}
1567 { (exit 1); exit 1; }; }
1568fi
1569echo "$as_me:$LINENO: result: yes" >&5
1570echo "${ECHO_T}yes" >&6
1571test "$program_prefix" != NONE &&
1572 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1573# Use a double $ so make ignores it.
1574test "$program_suffix" != NONE &&
1575 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1576# Double any \ or $. echo might interpret backslashes.
1577# By default was `s,x,x', remove it if useless.
1578cat <<\_ACEOF >conftest.sed
1579s/[\\$]/&&/g;s/;s,x,x,$//
1580_ACEOF
1581program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1582rm conftest.sed
1583
1584# expand $ac_aux_dir to an absolute path
1585am_aux_dir=`cd $ac_aux_dir && pwd`
1586
1587test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1588# Use eval to expand $SHELL
1589if eval "$MISSING --run true"; then
1590 am_missing_run="$MISSING --run "
1591else
1592 am_missing_run=
1593 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1594echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1595fi
1596
1597if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1598 # We used to keeping the `.' as first argument, in order to
1599 # allow $(mkdir_p) to be used without argument. As in
1600 # $(mkdir_p) $(somedir)
1601 # where $(somedir) is conditionally defined. However this is wrong
1602 # for two reasons:
1603 # 1. if the package is installed by a user who cannot write `.'
1604 # make install will fail,
1605 # 2. the above comment should most certainly read
1606 # $(mkdir_p) $(DESTDIR)$(somedir)
1607 # so it does not work when $(somedir) is undefined and
1608 # $(DESTDIR) is not.
1609 # To support the latter case, we have to write
1610 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1611 # so the `.' trick is pointless.
1612 mkdir_p='mkdir -p --'
1613else
1614 # On NextStep and OpenStep, the `mkdir' command does not
1615 # recognize any option. It will interpret all options as
1616 # directories to create, and then abort because `.' already
1617 # exists.
1618 for d in ./-p ./--version;
1619 do
1620 test -d $d && rmdir $d
1621 done
1622 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1623 if test -f "$ac_aux_dir/mkinstalldirs"; then
1624 mkdir_p='$(mkinstalldirs)'
1625 else
1626 mkdir_p='$(install_sh) -d'
1627 fi
1628fi
1629
1630for ac_prog in gawk mawk nawk awk
1631do
1632 # Extract the first word of "$ac_prog", so it can be a program name with args.
1633set dummy $ac_prog; ac_word=$2
1634echo "$as_me:$LINENO: checking for $ac_word" >&5
1635echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1636if test "${ac_cv_prog_AWK+set}" = set; then
1637 echo $ECHO_N "(cached) $ECHO_C" >&6
1638else
1639 if test -n "$AWK"; then
1640 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1641else
1642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1643for as_dir in $PATH
1644do
1645 IFS=$as_save_IFS
1646 test -z "$as_dir" && as_dir=.
1647 for ac_exec_ext in '' $ac_executable_extensions; do
1648 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1649 ac_cv_prog_AWK="$ac_prog"
1650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1651 break 2
1652 fi
1653done
1654done
1655
1656fi
1657fi
1658AWK=$ac_cv_prog_AWK
1659if test -n "$AWK"; then
1660 echo "$as_me:$LINENO: result: $AWK" >&5
1661echo "${ECHO_T}$AWK" >&6
1662else
1663 echo "$as_me:$LINENO: result: no" >&5
1664echo "${ECHO_T}no" >&6
1665fi
1666
1667 test -n "$AWK" && break
1668done
1669
1670echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1671echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1672set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1673if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1674 echo $ECHO_N "(cached) $ECHO_C" >&6
1675else
1676 cat >conftest.make <<\_ACEOF
1677all:
1678 @echo 'ac_maketemp="$(MAKE)"'
1679_ACEOF
1680# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1681eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1682if test -n "$ac_maketemp"; then
1683 eval ac_cv_prog_make_${ac_make}_set=yes
1684else
1685 eval ac_cv_prog_make_${ac_make}_set=no
1686fi
1687rm -f conftest.make
1688fi
1689if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1690 echo "$as_me:$LINENO: result: yes" >&5
1691echo "${ECHO_T}yes" >&6
1692 SET_MAKE=
1693else
1694 echo "$as_me:$LINENO: result: no" >&5
1695echo "${ECHO_T}no" >&6
1696 SET_MAKE="MAKE=${MAKE-make}"
1697fi
1698
1699rm -rf .tst 2>/dev/null
1700mkdir .tst 2>/dev/null
1701if test -d .tst; then
1702 am__leading_dot=.
1703else
1704 am__leading_dot=_
1705fi
1706rmdir .tst 2>/dev/null
1707
1708# test to see if srcdir already configured
1709if test "`cd $srcdir && pwd`" != "`pwd`" &&
1710 test -f $srcdir/config.status; then
1711 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1712echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1713 { (exit 1); exit 1; }; }
1714fi
1715
1716# test whether we have cygpath
1717if test -z "$CYGPATH_W"; then
1718 if (cygpath --version) >/dev/null 2>/dev/null; then
1719 CYGPATH_W='cygpath -w'
1720 else
1721 CYGPATH_W=echo
1722 fi
1723fi
1724
1725
1726# Define the identity of the package.
8486ee48
ILT
1727 PACKAGE='gold'
1728 VERSION='0.1'
bae7f79e
ILT
1729
1730
1731cat >>confdefs.h <<_ACEOF
1732#define PACKAGE "$PACKAGE"
1733_ACEOF
1734
1735
1736cat >>confdefs.h <<_ACEOF
1737#define VERSION "$VERSION"
1738_ACEOF
1739
1740# Some tools Automake needs.
1741
1742ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1743
1744
1745AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1746
1747
1748AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1749
1750
1751AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1752
1753
1754MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1755
1756install_sh=${install_sh-"$am_aux_dir/install-sh"}
1757
1758# Installed binaries are usually stripped using `strip' when the user
1759# run `make install-strip'. However `strip' might not be the right
1760# tool to use in cross-compilation environments, therefore Automake
1761# will honor the `STRIP' environment variable to overrule this program.
1762if test "$cross_compiling" != no; then
1763 if test -n "$ac_tool_prefix"; then
1764 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1765set dummy ${ac_tool_prefix}strip; ac_word=$2
1766echo "$as_me:$LINENO: checking for $ac_word" >&5
1767echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1768if test "${ac_cv_prog_STRIP+set}" = set; then
1769 echo $ECHO_N "(cached) $ECHO_C" >&6
1770else
1771 if test -n "$STRIP"; then
1772 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1773else
1774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1775for as_dir in $PATH
1776do
1777 IFS=$as_save_IFS
1778 test -z "$as_dir" && as_dir=.
1779 for ac_exec_ext in '' $ac_executable_extensions; do
1780 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1781 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1783 break 2
1784 fi
1785done
1786done
1787
1788fi
1789fi
1790STRIP=$ac_cv_prog_STRIP
1791if test -n "$STRIP"; then
1792 echo "$as_me:$LINENO: result: $STRIP" >&5
1793echo "${ECHO_T}$STRIP" >&6
1794else
1795 echo "$as_me:$LINENO: result: no" >&5
1796echo "${ECHO_T}no" >&6
1797fi
1798
1799fi
1800if test -z "$ac_cv_prog_STRIP"; then
1801 ac_ct_STRIP=$STRIP
1802 # Extract the first word of "strip", so it can be a program name with args.
1803set dummy strip; ac_word=$2
1804echo "$as_me:$LINENO: checking for $ac_word" >&5
1805echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1806if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1807 echo $ECHO_N "(cached) $ECHO_C" >&6
1808else
1809 if test -n "$ac_ct_STRIP"; then
1810 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1811else
1812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1813for as_dir in $PATH
1814do
1815 IFS=$as_save_IFS
1816 test -z "$as_dir" && as_dir=.
1817 for ac_exec_ext in '' $ac_executable_extensions; do
1818 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1819 ac_cv_prog_ac_ct_STRIP="strip"
1820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1821 break 2
1822 fi
1823done
1824done
1825
1826 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1827fi
1828fi
1829ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1830if test -n "$ac_ct_STRIP"; then
1831 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1832echo "${ECHO_T}$ac_ct_STRIP" >&6
1833else
1834 echo "$as_me:$LINENO: result: no" >&5
1835echo "${ECHO_T}no" >&6
1836fi
1837
1838 STRIP=$ac_ct_STRIP
1839else
1840 STRIP="$ac_cv_prog_STRIP"
1841fi
1842
1843fi
1844INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1845
1846# We need awk for the "check" target. The system "awk" is bad on
1847# some platforms.
1848# Always define AMTAR for backward compatibility.
1849
1850AMTAR=${AMTAR-"${am_missing_run}tar"}
1851
1852am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1853
1854
1855
1856
1857
1858
1859 ac_config_headers="$ac_config_headers config.h:config.in"
1860
1861
ad2d6943
ILT
1862
1863# Check whether --with-sysroot or --without-sysroot was given.
1864if test "${with_sysroot+set}" = set; then
1865 withval="$with_sysroot"
1866 sysroot=$withval
1867else
1868 sysroot=no
1869fi;
1870
1871if test "$sysroot" = "yes"; then
1872 sysroot='${exec_prefix}/${target_alias}/sys-root'
1873elif test "$sysroot" = "no"; then
1874 sysroot=
1875fi
1876
1877sysroot_relocatable=0
1878if test -n "$sysroot"; then
1879 case "sysroot" in
1880 "${prefix}" | "${prefix}/"* | \
1881 "${exec_prefix}" | "${exec_prefix}/"* | \
1882 '${prefix}' | '${prefix}/'*| \
1883 '${exec_prefix}' | '${exec_prefix}/'*)
1884 sysroot_relocatable=1
1885 ;;
1886 esac
1887fi
1888
1889
1890cat >>confdefs.h <<_ACEOF
1891#define TARGET_SYSTEM_ROOT "$sysroot"
1892_ACEOF
1893
1894
1895cat >>confdefs.h <<_ACEOF
1896#define TARGET_SYSTEM_ROOT_RELOCATABLE $sysroot_relocatable
1897_ACEOF
1898
1899
193a53d9
ILT
1900# Check whether --enable-targets or --disable-targets was given.
1901if test "${enable_targets+set}" = set; then
1902 enableval="$enable_targets"
1903 case "${enableval}" in
1904 yes | "")
1905 { { echo "$as_me:$LINENO: error: --enable-targets option must specify target names or 'all'" >&5
1906echo "$as_me: error: --enable-targets option must specify target names or 'all'" >&2;}
1907 { (exit 1); exit 1; }; }
1908 ;;
1909 no)
1910 enable_targets=
1911 ;;
1912 *)
1913 enable_targets=$enableval
1914 ;;
1915esac
1916else
1917 # For now, enable all targets by default
1918 enable_targets=all
1919
1920fi;
1921
1922# Canonicalize the enabled targets.
1923if test -n "$enable_targets"; then
1924 for targ in `echo $enable_targets | sed -e 's/,/ /g'`; do
1925 result=`$ac_config_sub $targ 2>/dev/null`
1926 if test -n "$result"; then
1927 canon_targets="$canon_targets $result"
1928 else
1929 # Permit unrecognized target names, like "all".
1930 canon_targets="$canon_targets $targ"
1931 fi
1932 done
1933fi
1934
1935# See which specific instantiations we need.
6df6da4a
ILT
1936targetobjs=
1937all_targets=
193a53d9
ILT
1938for targ in $target $canon_targets; do
1939 targ_32_little=
1940 targ_32_big=
1941 targ_64_little=
1942 targ_64_big=
1943 if test "$targ" = "all"; then
1944 targ_32_little=yes
1945 targ_32_big=yes
1946 targ_64_little=yes
1947 targ_64_big=yes
6df6da4a 1948 all_targets=yes
193a53d9
ILT
1949 else
1950 case "$targ" in
6df6da4a
ILT
1951 i?86-*)
1952 targ_32_little=yes
1953 targetobjs="$targetobjs i386.\$(OBJEXT)"
1954 ;;
1955 x86_64-*)
1956 targ_64_little=yes
1957 targetobjs="$targetobjs x86_64.\$(OBJEXT)"
1958 ;;
193a53d9 1959 *)
6df6da4a
ILT
1960 { { echo "$as_me:$LINENO: error: \"unsupported target $targ\"" >&5
1961echo "$as_me: error: \"unsupported target $targ\"" >&2;}
193a53d9
ILT
1962 { (exit 1); exit 1; }; }
1963 ;;
1964 esac
1965 fi
1966done
1967
1968if test -n "$targ_32_little"; then
1969
1970cat >>confdefs.h <<\_ACEOF
1971#define HAVE_TARGET_32_LITTLE 1
1972_ACEOF
1973
1974fi
1975if test -n "$targ_32_big"; then
1976
1977cat >>confdefs.h <<\_ACEOF
1978#define HAVE_TARGET_32_BIG 1
1979_ACEOF
1980
1981fi
1982if test -n "$targ_64_little"; then
1983
1984cat >>confdefs.h <<\_ACEOF
1985#define HAVE_TARGET_64_LITTLE 1
1986_ACEOF
1987
1988fi
1989if test -n "$targ_64_big"; then
1990
1991cat >>confdefs.h <<\_ACEOF
1992#define HAVE_TARGET_64_BIG 1
1993_ACEOF
1994
1995fi
1996
6df6da4a
ILT
1997if test -n "$all_targets"; then
1998 TARGETOBJS='$(ALL_TARGETOBJS)'
1999else
2000 TARGETOBJS="$targetobjs"
2001fi
2002
2003
bae7f79e
ILT
2004ac_ext=c
2005ac_cpp='$CPP $CPPFLAGS'
2006ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2007ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2008ac_compiler_gnu=$ac_cv_c_compiler_gnu
2009if test -n "$ac_tool_prefix"; then
2010 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2011set dummy ${ac_tool_prefix}gcc; ac_word=$2
2012echo "$as_me:$LINENO: checking for $ac_word" >&5
2013echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2014if test "${ac_cv_prog_CC+set}" = set; then
2015 echo $ECHO_N "(cached) $ECHO_C" >&6
2016else
2017 if test -n "$CC"; then
2018 ac_cv_prog_CC="$CC" # Let the user override the test.
2019else
2020as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2021for as_dir in $PATH
2022do
2023 IFS=$as_save_IFS
2024 test -z "$as_dir" && as_dir=.
2025 for ac_exec_ext in '' $ac_executable_extensions; do
2026 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2027 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2028 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2029 break 2
2030 fi
2031done
2032done
2033
2034fi
2035fi
2036CC=$ac_cv_prog_CC
2037if test -n "$CC"; then
2038 echo "$as_me:$LINENO: result: $CC" >&5
2039echo "${ECHO_T}$CC" >&6
2040else
2041 echo "$as_me:$LINENO: result: no" >&5
2042echo "${ECHO_T}no" >&6
2043fi
2044
2045fi
2046if test -z "$ac_cv_prog_CC"; then
2047 ac_ct_CC=$CC
2048 # Extract the first word of "gcc", so it can be a program name with args.
2049set dummy gcc; ac_word=$2
2050echo "$as_me:$LINENO: checking for $ac_word" >&5
2051echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2052if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2053 echo $ECHO_N "(cached) $ECHO_C" >&6
2054else
2055 if test -n "$ac_ct_CC"; then
2056 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2057else
2058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2059for as_dir in $PATH
2060do
2061 IFS=$as_save_IFS
2062 test -z "$as_dir" && as_dir=.
2063 for ac_exec_ext in '' $ac_executable_extensions; do
2064 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2065 ac_cv_prog_ac_ct_CC="gcc"
2066 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2067 break 2
2068 fi
2069done
2070done
2071
2072fi
2073fi
2074ac_ct_CC=$ac_cv_prog_ac_ct_CC
2075if test -n "$ac_ct_CC"; then
2076 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2077echo "${ECHO_T}$ac_ct_CC" >&6
2078else
2079 echo "$as_me:$LINENO: result: no" >&5
2080echo "${ECHO_T}no" >&6
2081fi
2082
2083 CC=$ac_ct_CC
2084else
2085 CC="$ac_cv_prog_CC"
2086fi
2087
2088if test -z "$CC"; then
2089 if test -n "$ac_tool_prefix"; then
2090 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2091set dummy ${ac_tool_prefix}cc; ac_word=$2
2092echo "$as_me:$LINENO: checking for $ac_word" >&5
2093echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2094if test "${ac_cv_prog_CC+set}" = set; then
2095 echo $ECHO_N "(cached) $ECHO_C" >&6
2096else
2097 if test -n "$CC"; then
2098 ac_cv_prog_CC="$CC" # Let the user override the test.
2099else
2100as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2101for as_dir in $PATH
2102do
2103 IFS=$as_save_IFS
2104 test -z "$as_dir" && as_dir=.
2105 for ac_exec_ext in '' $ac_executable_extensions; do
2106 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2107 ac_cv_prog_CC="${ac_tool_prefix}cc"
2108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2109 break 2
2110 fi
2111done
2112done
2113
2114fi
2115fi
2116CC=$ac_cv_prog_CC
2117if test -n "$CC"; then
2118 echo "$as_me:$LINENO: result: $CC" >&5
2119echo "${ECHO_T}$CC" >&6
2120else
2121 echo "$as_me:$LINENO: result: no" >&5
2122echo "${ECHO_T}no" >&6
2123fi
2124
2125fi
2126if test -z "$ac_cv_prog_CC"; then
2127 ac_ct_CC=$CC
2128 # Extract the first word of "cc", so it can be a program name with args.
2129set dummy cc; ac_word=$2
2130echo "$as_me:$LINENO: checking for $ac_word" >&5
2131echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2132if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2133 echo $ECHO_N "(cached) $ECHO_C" >&6
2134else
2135 if test -n "$ac_ct_CC"; then
2136 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2137else
2138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2139for as_dir in $PATH
2140do
2141 IFS=$as_save_IFS
2142 test -z "$as_dir" && as_dir=.
2143 for ac_exec_ext in '' $ac_executable_extensions; do
2144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2145 ac_cv_prog_ac_ct_CC="cc"
2146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2147 break 2
2148 fi
2149done
2150done
2151
2152fi
2153fi
2154ac_ct_CC=$ac_cv_prog_ac_ct_CC
2155if test -n "$ac_ct_CC"; then
2156 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2157echo "${ECHO_T}$ac_ct_CC" >&6
2158else
2159 echo "$as_me:$LINENO: result: no" >&5
2160echo "${ECHO_T}no" >&6
2161fi
2162
2163 CC=$ac_ct_CC
2164else
2165 CC="$ac_cv_prog_CC"
2166fi
2167
2168fi
2169if test -z "$CC"; then
2170 # Extract the first word of "cc", so it can be a program name with args.
2171set dummy cc; ac_word=$2
2172echo "$as_me:$LINENO: checking for $ac_word" >&5
2173echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2174if test "${ac_cv_prog_CC+set}" = set; then
2175 echo $ECHO_N "(cached) $ECHO_C" >&6
2176else
2177 if test -n "$CC"; then
2178 ac_cv_prog_CC="$CC" # Let the user override the test.
2179else
2180 ac_prog_rejected=no
2181as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2182for as_dir in $PATH
2183do
2184 IFS=$as_save_IFS
2185 test -z "$as_dir" && as_dir=.
2186 for ac_exec_ext in '' $ac_executable_extensions; do
2187 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2188 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2189 ac_prog_rejected=yes
2190 continue
2191 fi
2192 ac_cv_prog_CC="cc"
2193 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2194 break 2
2195 fi
2196done
2197done
2198
2199if test $ac_prog_rejected = yes; then
2200 # We found a bogon in the path, so make sure we never use it.
2201 set dummy $ac_cv_prog_CC
2202 shift
2203 if test $# != 0; then
2204 # We chose a different compiler from the bogus one.
2205 # However, it has the same basename, so the bogon will be chosen
2206 # first if we set CC to just the basename; use the full file name.
2207 shift
2208 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2209 fi
2210fi
2211fi
2212fi
2213CC=$ac_cv_prog_CC
2214if test -n "$CC"; then
2215 echo "$as_me:$LINENO: result: $CC" >&5
2216echo "${ECHO_T}$CC" >&6
2217else
2218 echo "$as_me:$LINENO: result: no" >&5
2219echo "${ECHO_T}no" >&6
2220fi
2221
2222fi
2223if test -z "$CC"; then
2224 if test -n "$ac_tool_prefix"; then
2225 for ac_prog in cl
2226 do
2227 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2228set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2229echo "$as_me:$LINENO: checking for $ac_word" >&5
2230echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2231if test "${ac_cv_prog_CC+set}" = set; then
2232 echo $ECHO_N "(cached) $ECHO_C" >&6
2233else
2234 if test -n "$CC"; then
2235 ac_cv_prog_CC="$CC" # Let the user override the test.
2236else
2237as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2238for as_dir in $PATH
2239do
2240 IFS=$as_save_IFS
2241 test -z "$as_dir" && as_dir=.
2242 for ac_exec_ext in '' $ac_executable_extensions; do
2243 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2244 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2245 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2246 break 2
2247 fi
2248done
2249done
2250
2251fi
2252fi
2253CC=$ac_cv_prog_CC
2254if test -n "$CC"; then
2255 echo "$as_me:$LINENO: result: $CC" >&5
2256echo "${ECHO_T}$CC" >&6
2257else
2258 echo "$as_me:$LINENO: result: no" >&5
2259echo "${ECHO_T}no" >&6
2260fi
2261
2262 test -n "$CC" && break
2263 done
2264fi
2265if test -z "$CC"; then
2266 ac_ct_CC=$CC
2267 for ac_prog in cl
2268do
2269 # Extract the first word of "$ac_prog", so it can be a program name with args.
2270set dummy $ac_prog; 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="$ac_prog"
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 test -n "$ac_ct_CC" && break
2305done
2306
2307 CC=$ac_ct_CC
2308fi
2309
2310fi
2311
2312
2313test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2314See \`config.log' for more details." >&5
2315echo "$as_me: error: no acceptable C compiler found in \$PATH
2316See \`config.log' for more details." >&2;}
2317 { (exit 1); exit 1; }; }
2318
2319# Provide some information about the compiler.
2320echo "$as_me:$LINENO:" \
2321 "checking for C compiler version" >&5
2322ac_compiler=`set X $ac_compile; echo $2`
2323{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2324 (eval $ac_compiler --version </dev/null >&5) 2>&5
2325 ac_status=$?
2326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2327 (exit $ac_status); }
2328{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2329 (eval $ac_compiler -v </dev/null >&5) 2>&5
2330 ac_status=$?
2331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2332 (exit $ac_status); }
2333{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2334 (eval $ac_compiler -V </dev/null >&5) 2>&5
2335 ac_status=$?
2336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2337 (exit $ac_status); }
2338
2339cat >conftest.$ac_ext <<_ACEOF
2340/* confdefs.h. */
2341_ACEOF
2342cat confdefs.h >>conftest.$ac_ext
2343cat >>conftest.$ac_ext <<_ACEOF
2344/* end confdefs.h. */
2345
2346int
2347main ()
2348{
2349
2350 ;
2351 return 0;
2352}
2353_ACEOF
2354ac_clean_files_save=$ac_clean_files
2355ac_clean_files="$ac_clean_files a.out a.exe b.out"
2356# Try to create an executable without -o first, disregard a.out.
2357# It will help us diagnose broken compilers, and finding out an intuition
2358# of exeext.
2359echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2360echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2361ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2362if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2363 (eval $ac_link_default) 2>&5
2364 ac_status=$?
2365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2366 (exit $ac_status); }; then
2367 # Find the output, starting from the most likely. This scheme is
2368# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2369# resort.
2370
2371# Be careful to initialize this variable, since it used to be cached.
2372# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2373ac_cv_exeext=
2374# b.out is created by i960 compilers.
2375for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2376do
2377 test -f "$ac_file" || continue
2378 case $ac_file in
2379 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2380 ;;
2381 conftest.$ac_ext )
2382 # This is the source file.
2383 ;;
2384 [ab].out )
2385 # We found the default executable, but exeext='' is most
2386 # certainly right.
2387 break;;
2388 *.* )
2389 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2390 # FIXME: I believe we export ac_cv_exeext for Libtool,
2391 # but it would be cool to find out if it's true. Does anybody
2392 # maintain Libtool? --akim.
2393 export ac_cv_exeext
2394 break;;
2395 * )
2396 break;;
2397 esac
2398done
2399else
2400 echo "$as_me: failed program was:" >&5
2401sed 's/^/| /' conftest.$ac_ext >&5
2402
2403{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2404See \`config.log' for more details." >&5
2405echo "$as_me: error: C compiler cannot create executables
2406See \`config.log' for more details." >&2;}
2407 { (exit 77); exit 77; }; }
2408fi
2409
2410ac_exeext=$ac_cv_exeext
2411echo "$as_me:$LINENO: result: $ac_file" >&5
2412echo "${ECHO_T}$ac_file" >&6
2413
2414# Check the compiler produces executables we can run. If not, either
2415# the compiler is broken, or we cross compile.
2416echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2417echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2418# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2419# If not cross compiling, check that we can run a simple program.
2420if test "$cross_compiling" != yes; then
2421 if { ac_try='./$ac_file'
2422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2423 (eval $ac_try) 2>&5
2424 ac_status=$?
2425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2426 (exit $ac_status); }; }; then
2427 cross_compiling=no
2428 else
2429 if test "$cross_compiling" = maybe; then
2430 cross_compiling=yes
2431 else
2432 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2433If you meant to cross compile, use \`--host'.
2434See \`config.log' for more details." >&5
2435echo "$as_me: error: cannot run C compiled programs.
2436If you meant to cross compile, use \`--host'.
2437See \`config.log' for more details." >&2;}
2438 { (exit 1); exit 1; }; }
2439 fi
2440 fi
2441fi
2442echo "$as_me:$LINENO: result: yes" >&5
2443echo "${ECHO_T}yes" >&6
2444
2445rm -f a.out a.exe conftest$ac_cv_exeext b.out
2446ac_clean_files=$ac_clean_files_save
2447# Check the compiler produces executables we can run. If not, either
2448# the compiler is broken, or we cross compile.
2449echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2450echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2451echo "$as_me:$LINENO: result: $cross_compiling" >&5
2452echo "${ECHO_T}$cross_compiling" >&6
2453
2454echo "$as_me:$LINENO: checking for suffix of executables" >&5
2455echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2456if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2457 (eval $ac_link) 2>&5
2458 ac_status=$?
2459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2460 (exit $ac_status); }; then
2461 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2462# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2463# work properly (i.e., refer to `conftest.exe'), while it won't with
2464# `rm'.
2465for ac_file in conftest.exe conftest conftest.*; do
2466 test -f "$ac_file" || continue
2467 case $ac_file in
2468 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2469 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2470 export ac_cv_exeext
2471 break;;
2472 * ) break;;
2473 esac
2474done
2475else
2476 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2477See \`config.log' for more details." >&5
2478echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2479See \`config.log' for more details." >&2;}
2480 { (exit 1); exit 1; }; }
2481fi
2482
2483rm -f conftest$ac_cv_exeext
2484echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2485echo "${ECHO_T}$ac_cv_exeext" >&6
2486
2487rm -f conftest.$ac_ext
2488EXEEXT=$ac_cv_exeext
2489ac_exeext=$EXEEXT
2490echo "$as_me:$LINENO: checking for suffix of object files" >&5
2491echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2492if test "${ac_cv_objext+set}" = set; then
2493 echo $ECHO_N "(cached) $ECHO_C" >&6
2494else
2495 cat >conftest.$ac_ext <<_ACEOF
2496/* confdefs.h. */
2497_ACEOF
2498cat confdefs.h >>conftest.$ac_ext
2499cat >>conftest.$ac_ext <<_ACEOF
2500/* end confdefs.h. */
2501
2502int
2503main ()
2504{
2505
2506 ;
2507 return 0;
2508}
2509_ACEOF
2510rm -f conftest.o conftest.obj
2511if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2512 (eval $ac_compile) 2>&5
2513 ac_status=$?
2514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2515 (exit $ac_status); }; then
2516 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2517 case $ac_file in
2518 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2519 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2520 break;;
2521 esac
2522done
2523else
2524 echo "$as_me: failed program was:" >&5
2525sed 's/^/| /' conftest.$ac_ext >&5
2526
2527{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2528See \`config.log' for more details." >&5
2529echo "$as_me: error: cannot compute suffix of object files: cannot compile
2530See \`config.log' for more details." >&2;}
2531 { (exit 1); exit 1; }; }
2532fi
2533
2534rm -f conftest.$ac_cv_objext conftest.$ac_ext
2535fi
2536echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2537echo "${ECHO_T}$ac_cv_objext" >&6
2538OBJEXT=$ac_cv_objext
2539ac_objext=$OBJEXT
2540echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2541echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2542if test "${ac_cv_c_compiler_gnu+set}" = set; then
2543 echo $ECHO_N "(cached) $ECHO_C" >&6
2544else
2545 cat >conftest.$ac_ext <<_ACEOF
2546/* confdefs.h. */
2547_ACEOF
2548cat confdefs.h >>conftest.$ac_ext
2549cat >>conftest.$ac_ext <<_ACEOF
2550/* end confdefs.h. */
2551
2552int
2553main ()
2554{
2555#ifndef __GNUC__
2556 choke me
2557#endif
2558
2559 ;
2560 return 0;
2561}
2562_ACEOF
2563rm -f conftest.$ac_objext
2564if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2565 (eval $ac_compile) 2>conftest.er1
2566 ac_status=$?
2567 grep -v '^ *+' conftest.er1 >conftest.err
2568 rm -f conftest.er1
2569 cat conftest.err >&5
2570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2571 (exit $ac_status); } &&
2572 { ac_try='test -z "$ac_c_werror_flag"
2573 || test ! -s conftest.err'
2574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2575 (eval $ac_try) 2>&5
2576 ac_status=$?
2577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2578 (exit $ac_status); }; } &&
2579 { ac_try='test -s conftest.$ac_objext'
2580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2581 (eval $ac_try) 2>&5
2582 ac_status=$?
2583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2584 (exit $ac_status); }; }; then
2585 ac_compiler_gnu=yes
2586else
2587 echo "$as_me: failed program was:" >&5
2588sed 's/^/| /' conftest.$ac_ext >&5
2589
2590ac_compiler_gnu=no
2591fi
2592rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2593ac_cv_c_compiler_gnu=$ac_compiler_gnu
2594
2595fi
2596echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2597echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2598GCC=`test $ac_compiler_gnu = yes && echo yes`
2599ac_test_CFLAGS=${CFLAGS+set}
2600ac_save_CFLAGS=$CFLAGS
2601CFLAGS="-g"
2602echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2603echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2604if test "${ac_cv_prog_cc_g+set}" = set; then
2605 echo $ECHO_N "(cached) $ECHO_C" >&6
2606else
2607 cat >conftest.$ac_ext <<_ACEOF
2608/* confdefs.h. */
2609_ACEOF
2610cat confdefs.h >>conftest.$ac_ext
2611cat >>conftest.$ac_ext <<_ACEOF
2612/* end confdefs.h. */
2613
2614int
2615main ()
2616{
2617
2618 ;
2619 return 0;
2620}
2621_ACEOF
2622rm -f conftest.$ac_objext
2623if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2624 (eval $ac_compile) 2>conftest.er1
2625 ac_status=$?
2626 grep -v '^ *+' conftest.er1 >conftest.err
2627 rm -f conftest.er1
2628 cat conftest.err >&5
2629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630 (exit $ac_status); } &&
2631 { ac_try='test -z "$ac_c_werror_flag"
2632 || test ! -s conftest.err'
2633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2634 (eval $ac_try) 2>&5
2635 ac_status=$?
2636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2637 (exit $ac_status); }; } &&
2638 { ac_try='test -s conftest.$ac_objext'
2639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2640 (eval $ac_try) 2>&5
2641 ac_status=$?
2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2643 (exit $ac_status); }; }; then
2644 ac_cv_prog_cc_g=yes
2645else
2646 echo "$as_me: failed program was:" >&5
2647sed 's/^/| /' conftest.$ac_ext >&5
2648
2649ac_cv_prog_cc_g=no
2650fi
2651rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2652fi
2653echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2654echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2655if test "$ac_test_CFLAGS" = set; then
2656 CFLAGS=$ac_save_CFLAGS
2657elif test $ac_cv_prog_cc_g = yes; then
2658 if test "$GCC" = yes; then
2659 CFLAGS="-g -O2"
2660 else
2661 CFLAGS="-g"
2662 fi
2663else
2664 if test "$GCC" = yes; then
2665 CFLAGS="-O2"
2666 else
2667 CFLAGS=
2668 fi
2669fi
2670echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2671echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2672if test "${ac_cv_prog_cc_stdc+set}" = set; then
2673 echo $ECHO_N "(cached) $ECHO_C" >&6
2674else
2675 ac_cv_prog_cc_stdc=no
2676ac_save_CC=$CC
2677cat >conftest.$ac_ext <<_ACEOF
2678/* confdefs.h. */
2679_ACEOF
2680cat confdefs.h >>conftest.$ac_ext
2681cat >>conftest.$ac_ext <<_ACEOF
2682/* end confdefs.h. */
2683#include <stdarg.h>
2684#include <stdio.h>
2685#include <sys/types.h>
2686#include <sys/stat.h>
2687/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2688struct buf { int x; };
2689FILE * (*rcsopen) (struct buf *, struct stat *, int);
2690static char *e (p, i)
2691 char **p;
2692 int i;
2693{
2694 return p[i];
2695}
2696static char *f (char * (*g) (char **, int), char **p, ...)
2697{
2698 char *s;
2699 va_list v;
2700 va_start (v,p);
2701 s = g (p, va_arg (v,int));
2702 va_end (v);
2703 return s;
2704}
2705
2706/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2707 function prototypes and stuff, but not '\xHH' hex character constants.
2708 These don't provoke an error unfortunately, instead are silently treated
2709 as 'x'. The following induces an error, until -std1 is added to get
2710 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2711 array size at least. It's necessary to write '\x00'==0 to get something
2712 that's true only with -std1. */
2713int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2714
2715int test (int i, double x);
2716struct s1 {int (*f) (int a);};
2717struct s2 {int (*f) (double a);};
2718int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2719int argc;
2720char **argv;
2721int
2722main ()
2723{
2724return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2725 ;
2726 return 0;
2727}
2728_ACEOF
2729# Don't try gcc -ansi; that turns off useful extensions and
2730# breaks some systems' header files.
2731# AIX -qlanglvl=ansi
2732# Ultrix and OSF/1 -std1
2733# HP-UX 10.20 and later -Ae
2734# HP-UX older versions -Aa -D_HPUX_SOURCE
2735# SVR4 -Xc -D__EXTENSIONS__
2736for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2737do
2738 CC="$ac_save_CC $ac_arg"
2739 rm -f conftest.$ac_objext
2740if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2741 (eval $ac_compile) 2>conftest.er1
2742 ac_status=$?
2743 grep -v '^ *+' conftest.er1 >conftest.err
2744 rm -f conftest.er1
2745 cat conftest.err >&5
2746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2747 (exit $ac_status); } &&
2748 { ac_try='test -z "$ac_c_werror_flag"
2749 || test ! -s conftest.err'
2750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2751 (eval $ac_try) 2>&5
2752 ac_status=$?
2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2754 (exit $ac_status); }; } &&
2755 { ac_try='test -s conftest.$ac_objext'
2756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2757 (eval $ac_try) 2>&5
2758 ac_status=$?
2759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2760 (exit $ac_status); }; }; then
2761 ac_cv_prog_cc_stdc=$ac_arg
2762break
2763else
2764 echo "$as_me: failed program was:" >&5
2765sed 's/^/| /' conftest.$ac_ext >&5
2766
2767fi
2768rm -f conftest.err conftest.$ac_objext
2769done
2770rm -f conftest.$ac_ext conftest.$ac_objext
2771CC=$ac_save_CC
2772
2773fi
2774
2775case "x$ac_cv_prog_cc_stdc" in
2776 x|xno)
2777 echo "$as_me:$LINENO: result: none needed" >&5
2778echo "${ECHO_T}none needed" >&6 ;;
2779 *)
2780 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2781echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2782 CC="$CC $ac_cv_prog_cc_stdc" ;;
2783esac
2784
2785# Some people use a C++ compiler to compile C. Since we use `exit',
2786# in C++ we need to declare it. In case someone uses the same compiler
2787# for both compiling C and C++ we need to have the C++ compiler decide
2788# the declaration of exit, since it's the most demanding environment.
2789cat >conftest.$ac_ext <<_ACEOF
2790#ifndef __cplusplus
2791 choke me
2792#endif
2793_ACEOF
2794rm -f conftest.$ac_objext
2795if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2796 (eval $ac_compile) 2>conftest.er1
2797 ac_status=$?
2798 grep -v '^ *+' conftest.er1 >conftest.err
2799 rm -f conftest.er1
2800 cat conftest.err >&5
2801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802 (exit $ac_status); } &&
2803 { ac_try='test -z "$ac_c_werror_flag"
2804 || test ! -s conftest.err'
2805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2806 (eval $ac_try) 2>&5
2807 ac_status=$?
2808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809 (exit $ac_status); }; } &&
2810 { ac_try='test -s conftest.$ac_objext'
2811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2812 (eval $ac_try) 2>&5
2813 ac_status=$?
2814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2815 (exit $ac_status); }; }; then
2816 for ac_declaration in \
2817 '' \
2818 'extern "C" void std::exit (int) throw (); using std::exit;' \
2819 'extern "C" void std::exit (int); using std::exit;' \
2820 'extern "C" void exit (int) throw ();' \
2821 'extern "C" void exit (int);' \
2822 'void exit (int);'
2823do
2824 cat >conftest.$ac_ext <<_ACEOF
2825/* confdefs.h. */
2826_ACEOF
2827cat confdefs.h >>conftest.$ac_ext
2828cat >>conftest.$ac_ext <<_ACEOF
2829/* end confdefs.h. */
2830$ac_declaration
2831#include <stdlib.h>
2832int
2833main ()
2834{
2835exit (42);
2836 ;
2837 return 0;
2838}
2839_ACEOF
2840rm -f conftest.$ac_objext
2841if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2842 (eval $ac_compile) 2>conftest.er1
2843 ac_status=$?
2844 grep -v '^ *+' conftest.er1 >conftest.err
2845 rm -f conftest.er1
2846 cat conftest.err >&5
2847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2848 (exit $ac_status); } &&
2849 { ac_try='test -z "$ac_c_werror_flag"
2850 || test ! -s conftest.err'
2851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2852 (eval $ac_try) 2>&5
2853 ac_status=$?
2854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2855 (exit $ac_status); }; } &&
2856 { ac_try='test -s conftest.$ac_objext'
2857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2858 (eval $ac_try) 2>&5
2859 ac_status=$?
2860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2861 (exit $ac_status); }; }; then
2862 :
2863else
2864 echo "$as_me: failed program was:" >&5
2865sed 's/^/| /' conftest.$ac_ext >&5
2866
2867continue
2868fi
2869rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2870 cat >conftest.$ac_ext <<_ACEOF
2871/* confdefs.h. */
2872_ACEOF
2873cat confdefs.h >>conftest.$ac_ext
2874cat >>conftest.$ac_ext <<_ACEOF
2875/* end confdefs.h. */
2876$ac_declaration
2877int
2878main ()
2879{
2880exit (42);
2881 ;
2882 return 0;
2883}
2884_ACEOF
2885rm -f conftest.$ac_objext
2886if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2887 (eval $ac_compile) 2>conftest.er1
2888 ac_status=$?
2889 grep -v '^ *+' conftest.er1 >conftest.err
2890 rm -f conftest.er1
2891 cat conftest.err >&5
2892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2893 (exit $ac_status); } &&
2894 { ac_try='test -z "$ac_c_werror_flag"
2895 || test ! -s conftest.err'
2896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2897 (eval $ac_try) 2>&5
2898 ac_status=$?
2899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2900 (exit $ac_status); }; } &&
2901 { ac_try='test -s conftest.$ac_objext'
2902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2903 (eval $ac_try) 2>&5
2904 ac_status=$?
2905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2906 (exit $ac_status); }; }; then
2907 break
2908else
2909 echo "$as_me: failed program was:" >&5
2910sed 's/^/| /' conftest.$ac_ext >&5
2911
2912fi
2913rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2914done
2915rm -f conftest*
2916if test -n "$ac_declaration"; then
2917 echo '#ifdef __cplusplus' >>confdefs.h
2918 echo $ac_declaration >>confdefs.h
2919 echo '#endif' >>confdefs.h
2920fi
2921
2922else
2923 echo "$as_me: failed program was:" >&5
2924sed 's/^/| /' conftest.$ac_ext >&5
2925
2926fi
2927rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2928ac_ext=c
2929ac_cpp='$CPP $CPPFLAGS'
2930ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2931ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2932ac_compiler_gnu=$ac_cv_c_compiler_gnu
2933DEPDIR="${am__leading_dot}deps"
2934
2935 ac_config_commands="$ac_config_commands depfiles"
2936
2937
2938am_make=${MAKE-make}
2939cat > confinc << 'END'
2940am__doit:
2941 @echo done
2942.PHONY: am__doit
2943END
2944# If we don't find an include directive, just comment out the code.
2945echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2946echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2947am__include="#"
2948am__quote=
2949_am_result=none
2950# First try GNU make style include.
2951echo "include confinc" > confmf
2952# We grep out `Entering directory' and `Leaving directory'
2953# messages which can occur if `w' ends up in MAKEFLAGS.
2954# In particular we don't look at `^make:' because GNU make might
2955# be invoked under some other name (usually "gmake"), in which
2956# case it prints its new name instead of `make'.
2957if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2958 am__include=include
2959 am__quote=
2960 _am_result=GNU
2961fi
2962# Now try BSD make style include.
2963if test "$am__include" = "#"; then
2964 echo '.include "confinc"' > confmf
2965 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2966 am__include=.include
2967 am__quote="\""
2968 _am_result=BSD
2969 fi
2970fi
2971
2972
2973echo "$as_me:$LINENO: result: $_am_result" >&5
2974echo "${ECHO_T}$_am_result" >&6
2975rm -f confinc confmf
2976
2977# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2978if test "${enable_dependency_tracking+set}" = set; then
2979 enableval="$enable_dependency_tracking"
2980
2981fi;
2982if test "x$enable_dependency_tracking" != xno; then
2983 am_depcomp="$ac_aux_dir/depcomp"
2984 AMDEPBACKSLASH='\'
2985fi
2986
2987
2988if test "x$enable_dependency_tracking" != xno; then
2989 AMDEP_TRUE=
2990 AMDEP_FALSE='#'
2991else
2992 AMDEP_TRUE='#'
2993 AMDEP_FALSE=
2994fi
2995
2996
2997
2998
2999depcc="$CC" am_compiler_list=
3000
3001echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3002echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3003if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3004 echo $ECHO_N "(cached) $ECHO_C" >&6
3005else
3006 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3007 # We make a subdir and do the tests there. Otherwise we can end up
3008 # making bogus files that we don't know about and never remove. For
3009 # instance it was reported that on HP-UX the gcc test will end up
3010 # making a dummy file named `D' -- because `-MD' means `put the output
3011 # in D'.
3012 mkdir conftest.dir
3013 # Copy depcomp to subdir because otherwise we won't find it if we're
3014 # using a relative directory.
3015 cp "$am_depcomp" conftest.dir
3016 cd conftest.dir
3017 # We will build objects and dependencies in a subdirectory because
3018 # it helps to detect inapplicable dependency modes. For instance
3019 # both Tru64's cc and ICC support -MD to output dependencies as a
3020 # side effect of compilation, but ICC will put the dependencies in
3021 # the current directory while Tru64 will put them in the object
3022 # directory.
3023 mkdir sub
3024
3025 am_cv_CC_dependencies_compiler_type=none
3026 if test "$am_compiler_list" = ""; then
3027 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3028 fi
3029 for depmode in $am_compiler_list; do
3030 # Setup a source with many dependencies, because some compilers
3031 # like to wrap large dependency lists on column 80 (with \), and
3032 # we should not choose a depcomp mode which is confused by this.
3033 #
3034 # We need to recreate these files for each test, as the compiler may
3035 # overwrite some of them when testing with obscure command lines.
3036 # This happens at least with the AIX C compiler.
3037 : > sub/conftest.c
3038 for i in 1 2 3 4 5 6; do
3039 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3040 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3041 # Solaris 8's {/usr,}/bin/sh.
3042 touch sub/conftst$i.h
3043 done
3044 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3045
3046 case $depmode in
3047 nosideeffect)
3048 # after this tag, mechanisms are not by side-effect, so they'll
3049 # only be used when explicitly requested
3050 if test "x$enable_dependency_tracking" = xyes; then
3051 continue
3052 else
3053 break
3054 fi
3055 ;;
3056 none) break ;;
3057 esac
3058 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3059 # mode. It turns out that the SunPro C++ compiler does not properly
3060 # handle `-M -o', and we need to detect this.
3061 if depmode=$depmode \
3062 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3063 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3064 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3065 >/dev/null 2>conftest.err &&
3066 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3067 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3068 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3069 # icc doesn't choke on unknown options, it will just issue warnings
3070 # or remarks (even with -Werror). So we grep stderr for any message
3071 # that says an option was ignored or not supported.
3072 # When given -MP, icc 7.0 and 7.1 complain thusly:
3073 # icc: Command line warning: ignoring option '-M'; no argument required
3074 # The diagnosis changed in icc 8.0:
3075 # icc: Command line remark: option '-MP' not supported
3076 if (grep 'ignoring option' conftest.err ||
3077 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3078 am_cv_CC_dependencies_compiler_type=$depmode
3079 break
3080 fi
3081 fi
3082 done
3083
3084 cd ..
3085 rm -rf conftest.dir
3086else
3087 am_cv_CC_dependencies_compiler_type=none
3088fi
3089
3090fi
3091echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3092echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3093CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3094
3095
3096
3097if
3098 test "x$enable_dependency_tracking" != xno \
3099 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3100 am__fastdepCC_TRUE=
3101 am__fastdepCC_FALSE='#'
3102else
3103 am__fastdepCC_TRUE='#'
3104 am__fastdepCC_FALSE=
3105fi
3106
3107
3108ac_ext=cc
3109ac_cpp='$CXXCPP $CPPFLAGS'
3110ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3111ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3112ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3113if test -n "$ac_tool_prefix"; then
3114 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3115 do
3116 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3117set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3118echo "$as_me:$LINENO: checking for $ac_word" >&5
3119echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3120if test "${ac_cv_prog_CXX+set}" = set; then
3121 echo $ECHO_N "(cached) $ECHO_C" >&6
3122else
3123 if test -n "$CXX"; then
3124 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3125else
3126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3127for as_dir in $PATH
3128do
3129 IFS=$as_save_IFS
3130 test -z "$as_dir" && as_dir=.
3131 for ac_exec_ext in '' $ac_executable_extensions; do
3132 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3133 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3134 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3135 break 2
3136 fi
3137done
3138done
3139
3140fi
3141fi
3142CXX=$ac_cv_prog_CXX
3143if test -n "$CXX"; then
3144 echo "$as_me:$LINENO: result: $CXX" >&5
3145echo "${ECHO_T}$CXX" >&6
3146else
3147 echo "$as_me:$LINENO: result: no" >&5
3148echo "${ECHO_T}no" >&6
3149fi
3150
3151 test -n "$CXX" && break
3152 done
3153fi
3154if test -z "$CXX"; then
3155 ac_ct_CXX=$CXX
3156 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3157do
3158 # Extract the first word of "$ac_prog", so it can be a program name with args.
3159set dummy $ac_prog; ac_word=$2
3160echo "$as_me:$LINENO: checking for $ac_word" >&5
3161echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3162if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3163 echo $ECHO_N "(cached) $ECHO_C" >&6
3164else
3165 if test -n "$ac_ct_CXX"; then
3166 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3167else
3168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3169for as_dir in $PATH
3170do
3171 IFS=$as_save_IFS
3172 test -z "$as_dir" && as_dir=.
3173 for ac_exec_ext in '' $ac_executable_extensions; do
3174 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3175 ac_cv_prog_ac_ct_CXX="$ac_prog"
3176 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3177 break 2
3178 fi
3179done
3180done
3181
3182fi
3183fi
3184ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3185if test -n "$ac_ct_CXX"; then
3186 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3187echo "${ECHO_T}$ac_ct_CXX" >&6
3188else
3189 echo "$as_me:$LINENO: result: no" >&5
3190echo "${ECHO_T}no" >&6
3191fi
3192
3193 test -n "$ac_ct_CXX" && break
3194done
3195test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
3196
3197 CXX=$ac_ct_CXX
3198fi
3199
3200
3201# Provide some information about the compiler.
3202echo "$as_me:$LINENO:" \
3203 "checking for C++ compiler version" >&5
3204ac_compiler=`set X $ac_compile; echo $2`
3205{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3206 (eval $ac_compiler --version </dev/null >&5) 2>&5
3207 ac_status=$?
3208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3209 (exit $ac_status); }
3210{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3211 (eval $ac_compiler -v </dev/null >&5) 2>&5
3212 ac_status=$?
3213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3214 (exit $ac_status); }
3215{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3216 (eval $ac_compiler -V </dev/null >&5) 2>&5
3217 ac_status=$?
3218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3219 (exit $ac_status); }
3220
3221echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3222echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3223if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
3225else
3226 cat >conftest.$ac_ext <<_ACEOF
3227/* confdefs.h. */
3228_ACEOF
3229cat confdefs.h >>conftest.$ac_ext
3230cat >>conftest.$ac_ext <<_ACEOF
3231/* end confdefs.h. */
3232
3233int
3234main ()
3235{
3236#ifndef __GNUC__
3237 choke me
3238#endif
3239
3240 ;
3241 return 0;
3242}
3243_ACEOF
3244rm -f conftest.$ac_objext
3245if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3246 (eval $ac_compile) 2>conftest.er1
3247 ac_status=$?
3248 grep -v '^ *+' conftest.er1 >conftest.err
3249 rm -f conftest.er1
3250 cat conftest.err >&5
3251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3252 (exit $ac_status); } &&
3253 { ac_try='test -z "$ac_cxx_werror_flag"
3254 || test ! -s conftest.err'
3255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3256 (eval $ac_try) 2>&5
3257 ac_status=$?
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); }; } &&
3260 { ac_try='test -s conftest.$ac_objext'
3261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3262 (eval $ac_try) 2>&5
3263 ac_status=$?
3264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3265 (exit $ac_status); }; }; then
3266 ac_compiler_gnu=yes
3267else
3268 echo "$as_me: failed program was:" >&5
3269sed 's/^/| /' conftest.$ac_ext >&5
3270
3271ac_compiler_gnu=no
3272fi
3273rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3274ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3275
3276fi
3277echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3278echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3279GXX=`test $ac_compiler_gnu = yes && echo yes`
3280ac_test_CXXFLAGS=${CXXFLAGS+set}
3281ac_save_CXXFLAGS=$CXXFLAGS
3282CXXFLAGS="-g"
3283echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3284echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3285if test "${ac_cv_prog_cxx_g+set}" = set; then
3286 echo $ECHO_N "(cached) $ECHO_C" >&6
3287else
3288 cat >conftest.$ac_ext <<_ACEOF
3289/* confdefs.h. */
3290_ACEOF
3291cat confdefs.h >>conftest.$ac_ext
3292cat >>conftest.$ac_ext <<_ACEOF
3293/* end confdefs.h. */
3294
3295int
3296main ()
3297{
3298
3299 ;
3300 return 0;
3301}
3302_ACEOF
3303rm -f conftest.$ac_objext
3304if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3305 (eval $ac_compile) 2>conftest.er1
3306 ac_status=$?
3307 grep -v '^ *+' conftest.er1 >conftest.err
3308 rm -f conftest.er1
3309 cat conftest.err >&5
3310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3311 (exit $ac_status); } &&
3312 { ac_try='test -z "$ac_cxx_werror_flag"
3313 || test ! -s conftest.err'
3314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3315 (eval $ac_try) 2>&5
3316 ac_status=$?
3317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3318 (exit $ac_status); }; } &&
3319 { ac_try='test -s conftest.$ac_objext'
3320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3321 (eval $ac_try) 2>&5
3322 ac_status=$?
3323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3324 (exit $ac_status); }; }; then
3325 ac_cv_prog_cxx_g=yes
3326else
3327 echo "$as_me: failed program was:" >&5
3328sed 's/^/| /' conftest.$ac_ext >&5
3329
3330ac_cv_prog_cxx_g=no
3331fi
3332rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3333fi
3334echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3335echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3336if test "$ac_test_CXXFLAGS" = set; then
3337 CXXFLAGS=$ac_save_CXXFLAGS
3338elif test $ac_cv_prog_cxx_g = yes; then
3339 if test "$GXX" = yes; then
3340 CXXFLAGS="-g -O2"
3341 else
3342 CXXFLAGS="-g"
3343 fi
3344else
3345 if test "$GXX" = yes; then
3346 CXXFLAGS="-O2"
3347 else
3348 CXXFLAGS=
3349 fi
3350fi
3351for ac_declaration in \
3352 '' \
3353 'extern "C" void std::exit (int) throw (); using std::exit;' \
3354 'extern "C" void std::exit (int); using std::exit;' \
3355 'extern "C" void exit (int) throw ();' \
3356 'extern "C" void exit (int);' \
3357 'void exit (int);'
3358do
3359 cat >conftest.$ac_ext <<_ACEOF
3360/* confdefs.h. */
3361_ACEOF
3362cat confdefs.h >>conftest.$ac_ext
3363cat >>conftest.$ac_ext <<_ACEOF
3364/* end confdefs.h. */
3365$ac_declaration
3366#include <stdlib.h>
3367int
3368main ()
3369{
3370exit (42);
3371 ;
3372 return 0;
3373}
3374_ACEOF
3375rm -f conftest.$ac_objext
3376if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3377 (eval $ac_compile) 2>conftest.er1
3378 ac_status=$?
3379 grep -v '^ *+' conftest.er1 >conftest.err
3380 rm -f conftest.er1
3381 cat conftest.err >&5
3382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3383 (exit $ac_status); } &&
3384 { ac_try='test -z "$ac_cxx_werror_flag"
3385 || test ! -s conftest.err'
3386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3387 (eval $ac_try) 2>&5
3388 ac_status=$?
3389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3390 (exit $ac_status); }; } &&
3391 { ac_try='test -s conftest.$ac_objext'
3392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3393 (eval $ac_try) 2>&5
3394 ac_status=$?
3395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3396 (exit $ac_status); }; }; then
3397 :
3398else
3399 echo "$as_me: failed program was:" >&5
3400sed 's/^/| /' conftest.$ac_ext >&5
3401
3402continue
3403fi
3404rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3405 cat >conftest.$ac_ext <<_ACEOF
3406/* confdefs.h. */
3407_ACEOF
3408cat confdefs.h >>conftest.$ac_ext
3409cat >>conftest.$ac_ext <<_ACEOF
3410/* end confdefs.h. */
3411$ac_declaration
3412int
3413main ()
3414{
3415exit (42);
3416 ;
3417 return 0;
3418}
3419_ACEOF
3420rm -f conftest.$ac_objext
3421if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3422 (eval $ac_compile) 2>conftest.er1
3423 ac_status=$?
3424 grep -v '^ *+' conftest.er1 >conftest.err
3425 rm -f conftest.er1
3426 cat conftest.err >&5
3427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3428 (exit $ac_status); } &&
3429 { ac_try='test -z "$ac_cxx_werror_flag"
3430 || test ! -s conftest.err'
3431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3432 (eval $ac_try) 2>&5
3433 ac_status=$?
3434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3435 (exit $ac_status); }; } &&
3436 { ac_try='test -s conftest.$ac_objext'
3437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3438 (eval $ac_try) 2>&5
3439 ac_status=$?
3440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3441 (exit $ac_status); }; }; then
3442 break
3443else
3444 echo "$as_me: failed program was:" >&5
3445sed 's/^/| /' conftest.$ac_ext >&5
3446
3447fi
3448rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3449done
3450rm -f conftest*
3451if test -n "$ac_declaration"; then
3452 echo '#ifdef __cplusplus' >>confdefs.h
3453 echo $ac_declaration >>confdefs.h
3454 echo '#endif' >>confdefs.h
3455fi
3456
3457ac_ext=c
3458ac_cpp='$CPP $CPPFLAGS'
3459ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3460ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3461ac_compiler_gnu=$ac_cv_c_compiler_gnu
3462
3463depcc="$CXX" am_compiler_list=
3464
3465echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3466echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3467if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3468 echo $ECHO_N "(cached) $ECHO_C" >&6
3469else
3470 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3471 # We make a subdir and do the tests there. Otherwise we can end up
3472 # making bogus files that we don't know about and never remove. For
3473 # instance it was reported that on HP-UX the gcc test will end up
3474 # making a dummy file named `D' -- because `-MD' means `put the output
3475 # in D'.
3476 mkdir conftest.dir
3477 # Copy depcomp to subdir because otherwise we won't find it if we're
3478 # using a relative directory.
3479 cp "$am_depcomp" conftest.dir
3480 cd conftest.dir
3481 # We will build objects and dependencies in a subdirectory because
3482 # it helps to detect inapplicable dependency modes. For instance
3483 # both Tru64's cc and ICC support -MD to output dependencies as a
3484 # side effect of compilation, but ICC will put the dependencies in
3485 # the current directory while Tru64 will put them in the object
3486 # directory.
3487 mkdir sub
3488
3489 am_cv_CXX_dependencies_compiler_type=none
3490 if test "$am_compiler_list" = ""; then
3491 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3492 fi
3493 for depmode in $am_compiler_list; do
3494 # Setup a source with many dependencies, because some compilers
3495 # like to wrap large dependency lists on column 80 (with \), and
3496 # we should not choose a depcomp mode which is confused by this.
3497 #
3498 # We need to recreate these files for each test, as the compiler may
3499 # overwrite some of them when testing with obscure command lines.
3500 # This happens at least with the AIX C compiler.
3501 : > sub/conftest.c
3502 for i in 1 2 3 4 5 6; do
3503 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3504 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3505 # Solaris 8's {/usr,}/bin/sh.
3506 touch sub/conftst$i.h
3507 done
3508 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3509
3510 case $depmode in
3511 nosideeffect)
3512 # after this tag, mechanisms are not by side-effect, so they'll
3513 # only be used when explicitly requested
3514 if test "x$enable_dependency_tracking" = xyes; then
3515 continue
3516 else
3517 break
3518 fi
3519 ;;
3520 none) break ;;
3521 esac
3522 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3523 # mode. It turns out that the SunPro C++ compiler does not properly
3524 # handle `-M -o', and we need to detect this.
3525 if depmode=$depmode \
3526 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3527 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3528 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3529 >/dev/null 2>conftest.err &&
3530 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3531 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3532 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3533 # icc doesn't choke on unknown options, it will just issue warnings
3534 # or remarks (even with -Werror). So we grep stderr for any message
3535 # that says an option was ignored or not supported.
3536 # When given -MP, icc 7.0 and 7.1 complain thusly:
3537 # icc: Command line warning: ignoring option '-M'; no argument required
3538 # The diagnosis changed in icc 8.0:
3539 # icc: Command line remark: option '-MP' not supported
3540 if (grep 'ignoring option' conftest.err ||
3541 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3542 am_cv_CXX_dependencies_compiler_type=$depmode
3543 break
3544 fi
3545 fi
3546 done
3547
3548 cd ..
3549 rm -rf conftest.dir
3550else
3551 am_cv_CXX_dependencies_compiler_type=none
3552fi
3553
3554fi
3555echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3556echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3557CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3558
3559
3560
3561if
3562 test "x$enable_dependency_tracking" != xno \
3563 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
3564 am__fastdepCXX_TRUE=
3565 am__fastdepCXX_FALSE='#'
3566else
3567 am__fastdepCXX_TRUE='#'
3568 am__fastdepCXX_FALSE=
3569fi
3570
3571
dbe717ef
ILT
3572for ac_prog in 'bison -y' byacc
3573do
3574 # Extract the first word of "$ac_prog", so it can be a program name with args.
3575set dummy $ac_prog; ac_word=$2
3576echo "$as_me:$LINENO: checking for $ac_word" >&5
3577echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3578if test "${ac_cv_prog_YACC+set}" = set; then
3579 echo $ECHO_N "(cached) $ECHO_C" >&6
3580else
3581 if test -n "$YACC"; then
3582 ac_cv_prog_YACC="$YACC" # Let the user override the test.
3583else
3584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3585for as_dir in $PATH
3586do
3587 IFS=$as_save_IFS
3588 test -z "$as_dir" && as_dir=.
3589 for ac_exec_ext in '' $ac_executable_extensions; do
3590 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3591 ac_cv_prog_YACC="$ac_prog"
3592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3593 break 2
3594 fi
3595done
3596done
3597
3598fi
3599fi
3600YACC=$ac_cv_prog_YACC
3601if test -n "$YACC"; then
3602 echo "$as_me:$LINENO: result: $YACC" >&5
3603echo "${ECHO_T}$YACC" >&6
3604else
3605 echo "$as_me:$LINENO: result: no" >&5
3606echo "${ECHO_T}no" >&6
3607fi
3608
3609 test -n "$YACC" && break
3610done
3611test -n "$YACC" || YACC="yacc"
3612
5a6f7e2d
ILT
3613if test -n "$ac_tool_prefix"; then
3614 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3615set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3616echo "$as_me:$LINENO: checking for $ac_word" >&5
3617echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3618if test "${ac_cv_prog_RANLIB+set}" = set; then
3619 echo $ECHO_N "(cached) $ECHO_C" >&6
3620else
3621 if test -n "$RANLIB"; then
3622 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3623else
3624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625for as_dir in $PATH
3626do
3627 IFS=$as_save_IFS
3628 test -z "$as_dir" && as_dir=.
3629 for ac_exec_ext in '' $ac_executable_extensions; do
3630 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3631 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3633 break 2
3634 fi
3635done
3636done
3637
3638fi
3639fi
3640RANLIB=$ac_cv_prog_RANLIB
3641if test -n "$RANLIB"; then
3642 echo "$as_me:$LINENO: result: $RANLIB" >&5
3643echo "${ECHO_T}$RANLIB" >&6
3644else
3645 echo "$as_me:$LINENO: result: no" >&5
3646echo "${ECHO_T}no" >&6
3647fi
3648
3649fi
3650if test -z "$ac_cv_prog_RANLIB"; then
3651 ac_ct_RANLIB=$RANLIB
3652 # Extract the first word of "ranlib", so it can be a program name with args.
3653set dummy ranlib; ac_word=$2
3654echo "$as_me:$LINENO: checking for $ac_word" >&5
3655echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3656if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3657 echo $ECHO_N "(cached) $ECHO_C" >&6
3658else
3659 if test -n "$ac_ct_RANLIB"; then
3660 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3661else
3662as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3663for as_dir in $PATH
3664do
3665 IFS=$as_save_IFS
3666 test -z "$as_dir" && as_dir=.
3667 for ac_exec_ext in '' $ac_executable_extensions; do
3668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3669 ac_cv_prog_ac_ct_RANLIB="ranlib"
3670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3671 break 2
3672 fi
3673done
3674done
3675
3676 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3677fi
3678fi
3679ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3680if test -n "$ac_ct_RANLIB"; then
3681 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3682echo "${ECHO_T}$ac_ct_RANLIB" >&6
3683else
3684 echo "$as_me:$LINENO: result: no" >&5
3685echo "${ECHO_T}no" >&6
3686fi
3687
3688 RANLIB=$ac_ct_RANLIB
3689else
3690 RANLIB="$ac_cv_prog_RANLIB"
3691fi
3692
bae7f79e
ILT
3693# Find a good install program. We prefer a C program (faster),
3694# so one script is as good as another. But avoid the broken or
3695# incompatible versions:
3696# SysV /etc/install, /usr/sbin/install
3697# SunOS /usr/etc/install
3698# IRIX /sbin/install
3699# AIX /bin/install
3700# AmigaOS /C/install, which installs bootblocks on floppy discs
3701# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3702# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3703# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3704# OS/2's system install, which has a completely different semantic
3705# ./install, which can be erroneously created by make from ./install.sh.
3706echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3707echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3708if test -z "$INSTALL"; then
3709if test "${ac_cv_path_install+set}" = set; then
3710 echo $ECHO_N "(cached) $ECHO_C" >&6
3711else
3712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3713for as_dir in $PATH
3714do
3715 IFS=$as_save_IFS
3716 test -z "$as_dir" && as_dir=.
3717 # Account for people who put trailing slashes in PATH elements.
3718case $as_dir/ in
3719 ./ | .// | /cC/* | \
3720 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3721 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3722 /usr/ucb/* ) ;;
3723 *)
3724 # OSF1 and SCO ODT 3.0 have their own names for install.
3725 # Don't use installbsd from OSF since it installs stuff as root
3726 # by default.
3727 for ac_prog in ginstall scoinst install; do
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3730 if test $ac_prog = install &&
3731 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3732 # AIX install. It has an incompatible calling convention.
3733 :
3734 elif test $ac_prog = install &&
3735 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3736 # program-specific install script used by HP pwplus--don't use.
3737 :
3738 else
3739 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3740 break 3
3741 fi
3742 fi
3743 done
3744 done
3745 ;;
3746esac
3747done
3748
3749
3750fi
3751 if test "${ac_cv_path_install+set}" = set; then
3752 INSTALL=$ac_cv_path_install
3753 else
3754 # As a last resort, use the slow shell script. We don't cache a
3755 # path for INSTALL within a source directory, because that will
3756 # break other packages using the cache if that directory is
3757 # removed, or if the path is relative.
3758 INSTALL=$ac_install_sh
3759 fi
3760fi
3761echo "$as_me:$LINENO: result: $INSTALL" >&5
3762echo "${ECHO_T}$INSTALL" >&6
3763
3764# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3765# It thinks the first close brace ends the variable substitution.
3766test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3767
3768test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3769
3770test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3771
537b5f51
ILT
3772echo "$as_me:$LINENO: checking whether ln -s works" >&5
3773echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3774LN_S=$as_ln_s
3775if test "$LN_S" = "ln -s"; then
3776 echo "$as_me:$LINENO: result: yes" >&5
3777echo "${ECHO_T}yes" >&6
3778else
3779 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3780echo "${ECHO_T}no, using $LN_S" >&6
3781fi
3782
bae7f79e
ILT
3783# If we haven't got the data from the intl directory,
3784# assume NLS is disabled.
3785USE_NLS=no
3786LIBINTL=
3787LIBINTL_DEP=
3788INCINTL=
3789XGETTEXT=
3790GMSGFMT=
3791POSUB=
3792
3793if test -f ../intl/config.intl; then
3794 . ../intl/config.intl
3795fi
3796echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3797echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3798if test x"$USE_NLS" != xyes; then
3799 echo "$as_me:$LINENO: result: no" >&5
3800echo "${ECHO_T}no" >&6
3801else
3802 echo "$as_me:$LINENO: result: yes" >&5
3803echo "${ECHO_T}yes" >&6
3804
3805cat >>confdefs.h <<\_ACEOF
3806#define ENABLE_NLS 1
3807_ACEOF
3808
3809
3810 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
3811echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
3812 # Look for .po and .gmo files in the source directory.
3813 CATALOGS=
3814 XLINGUAS=
3815 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
3816 # If there aren't any .gmo files the shell will give us the
3817 # literal string "../path/to/srcdir/po/*.gmo" which has to be
3818 # weeded out.
3819 case "$cat" in *\**)
3820 continue;;
3821 esac
3822 # The quadruple backslash is collapsed to a double backslash
3823 # by the backticks, then collapsed again by the double quotes,
3824 # leaving us with one backslash in the sed expression (right
3825 # before the dot that mustn't act as a wildcard).
3826 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
3827 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
3828 # The user is allowed to set LINGUAS to a list of languages to
3829 # install catalogs for. If it's empty that means "all of them."
3830 if test "x$LINGUAS" = x; then
3831 CATALOGS="$CATALOGS $cat"
3832 XLINGUAS="$XLINGUAS $lang"
3833 else
3834 case "$LINGUAS" in *$lang*)
3835 CATALOGS="$CATALOGS $cat"
3836 XLINGUAS="$XLINGUAS $lang"
3837 ;;
3838 esac
3839 fi
3840 done
3841 LINGUAS="$XLINGUAS"
3842 echo "$as_me:$LINENO: result: $LINGUAS" >&5
3843echo "${ECHO_T}$LINGUAS" >&6
3844
3845
3846 DATADIRNAME=share
3847
3848 INSTOBJEXT=.mo
3849
3850 GENCAT=gencat
3851
3852 CATOBJEXT=.gmo
3853
3854fi
3855
3856 MKINSTALLDIRS=
3857 if test -n "$ac_aux_dir"; then
3858 case "$ac_aux_dir" in
3859 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
3860 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
3861 esac
3862 fi
3863 if test -z "$MKINSTALLDIRS"; then
3864 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
3865 fi
3866
3867
3868
3869 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3870echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3871 # Check whether --enable-nls or --disable-nls was given.
3872if test "${enable_nls+set}" = set; then
3873 enableval="$enable_nls"
3874 USE_NLS=$enableval
3875else
3876 USE_NLS=yes
3877fi;
3878 echo "$as_me:$LINENO: result: $USE_NLS" >&5
3879echo "${ECHO_T}$USE_NLS" >&6
3880
3881
3882
3883
3884
3885
3886# Prepare PATH_SEPARATOR.
3887# The user is always right.
3888if test "${PATH_SEPARATOR+set}" != set; then
3889 echo "#! /bin/sh" >conf$$.sh
3890 echo "exit 0" >>conf$$.sh
3891 chmod +x conf$$.sh
3892 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3893 PATH_SEPARATOR=';'
3894 else
3895 PATH_SEPARATOR=:
3896 fi
3897 rm -f conf$$.sh
3898fi
3899
3900# Find out how to test for executable files. Don't use a zero-byte file,
3901# as systems may use methods other than mode bits to determine executability.
3902cat >conf$$.file <<_ASEOF
3903#! /bin/sh
3904exit 0
3905_ASEOF
3906chmod +x conf$$.file
3907if test -x conf$$.file >/dev/null 2>&1; then
3908 ac_executable_p="test -x"
3909else
3910 ac_executable_p="test -f"
3911fi
3912rm -f conf$$.file
3913
3914# Extract the first word of "msgfmt", so it can be a program name with args.
3915set dummy msgfmt; ac_word=$2
3916echo "$as_me:$LINENO: checking for $ac_word" >&5
3917echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3918if test "${ac_cv_path_MSGFMT+set}" = set; then
3919 echo $ECHO_N "(cached) $ECHO_C" >&6
3920else
3921 case "$MSGFMT" in
3922 [\\/]* | ?:[\\/]*)
3923 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
3924 ;;
3925 *)
3926 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
3927 for ac_dir in $PATH; do
3928 IFS="$ac_save_IFS"
3929 test -z "$ac_dir" && ac_dir=.
3930 for ac_exec_ext in '' $ac_executable_extensions; do
3931 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
3932 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
3933 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
3934 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
3935 break 2
3936 fi
3937 fi
3938 done
3939 done
3940 IFS="$ac_save_IFS"
3941 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
3942 ;;
3943esac
3944fi
3945MSGFMT="$ac_cv_path_MSGFMT"
3946if test "$MSGFMT" != ":"; then
3947 echo "$as_me:$LINENO: result: $MSGFMT" >&5
3948echo "${ECHO_T}$MSGFMT" >&6
3949else
3950 echo "$as_me:$LINENO: result: no" >&5
3951echo "${ECHO_T}no" >&6
3952fi
3953
3954 # Extract the first word of "gmsgfmt", so it can be a program name with args.
3955set dummy gmsgfmt; ac_word=$2
3956echo "$as_me:$LINENO: checking for $ac_word" >&5
3957echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3958if test "${ac_cv_path_GMSGFMT+set}" = set; then
3959 echo $ECHO_N "(cached) $ECHO_C" >&6
3960else
3961 case $GMSGFMT in
3962 [\\/]* | ?:[\\/]*)
3963 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
3964 ;;
3965 *)
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967for as_dir in $PATH
3968do
3969 IFS=$as_save_IFS
3970 test -z "$as_dir" && as_dir=.
3971 for ac_exec_ext in '' $ac_executable_extensions; do
3972 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3973 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
3974 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3975 break 2
3976 fi
3977done
3978done
3979
3980 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
3981 ;;
3982esac
3983fi
3984GMSGFMT=$ac_cv_path_GMSGFMT
3985
3986if test -n "$GMSGFMT"; then
3987 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
3988echo "${ECHO_T}$GMSGFMT" >&6
3989else
3990 echo "$as_me:$LINENO: result: no" >&5
3991echo "${ECHO_T}no" >&6
3992fi
3993
3994
3995
3996# Prepare PATH_SEPARATOR.
3997# The user is always right.
3998if test "${PATH_SEPARATOR+set}" != set; then
3999 echo "#! /bin/sh" >conf$$.sh
4000 echo "exit 0" >>conf$$.sh
4001 chmod +x conf$$.sh
4002 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4003 PATH_SEPARATOR=';'
4004 else
4005 PATH_SEPARATOR=:
4006 fi
4007 rm -f conf$$.sh
4008fi
4009
4010# Find out how to test for executable files. Don't use a zero-byte file,
4011# as systems may use methods other than mode bits to determine executability.
4012cat >conf$$.file <<_ASEOF
4013#! /bin/sh
4014exit 0
4015_ASEOF
4016chmod +x conf$$.file
4017if test -x conf$$.file >/dev/null 2>&1; then
4018 ac_executable_p="test -x"
4019else
4020 ac_executable_p="test -f"
4021fi
4022rm -f conf$$.file
4023
4024# Extract the first word of "xgettext", so it can be a program name with args.
4025set dummy xgettext; ac_word=$2
4026echo "$as_me:$LINENO: checking for $ac_word" >&5
4027echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4028if test "${ac_cv_path_XGETTEXT+set}" = set; then
4029 echo $ECHO_N "(cached) $ECHO_C" >&6
4030else
4031 case "$XGETTEXT" in
4032 [\\/]* | ?:[\\/]*)
4033 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
4034 ;;
4035 *)
4036 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
4037 for ac_dir in $PATH; do
4038 IFS="$ac_save_IFS"
4039 test -z "$ac_dir" && ac_dir=.
4040 for ac_exec_ext in '' $ac_executable_extensions; do
4041 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
4042 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
4043 (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
4044 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
4045 break 2
4046 fi
4047 fi
4048 done
4049 done
4050 IFS="$ac_save_IFS"
4051 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
4052 ;;
4053esac
4054fi
4055XGETTEXT="$ac_cv_path_XGETTEXT"
4056if test "$XGETTEXT" != ":"; then
4057 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
4058echo "${ECHO_T}$XGETTEXT" >&6
4059else
4060 echo "$as_me:$LINENO: result: no" >&5
4061echo "${ECHO_T}no" >&6
4062fi
4063
4064 rm -f messages.po
4065
4066
4067# Prepare PATH_SEPARATOR.
4068# The user is always right.
4069if test "${PATH_SEPARATOR+set}" != set; then
4070 echo "#! /bin/sh" >conf$$.sh
4071 echo "exit 0" >>conf$$.sh
4072 chmod +x conf$$.sh
4073 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4074 PATH_SEPARATOR=';'
4075 else
4076 PATH_SEPARATOR=:
4077 fi
4078 rm -f conf$$.sh
4079fi
4080
4081# Find out how to test for executable files. Don't use a zero-byte file,
4082# as systems may use methods other than mode bits to determine executability.
4083cat >conf$$.file <<_ASEOF
4084#! /bin/sh
4085exit 0
4086_ASEOF
4087chmod +x conf$$.file
4088if test -x conf$$.file >/dev/null 2>&1; then
4089 ac_executable_p="test -x"
4090else
4091 ac_executable_p="test -f"
4092fi
4093rm -f conf$$.file
4094
4095# Extract the first word of "msgmerge", so it can be a program name with args.
4096set dummy msgmerge; ac_word=$2
4097echo "$as_me:$LINENO: checking for $ac_word" >&5
4098echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4099if test "${ac_cv_path_MSGMERGE+set}" = set; then
4100 echo $ECHO_N "(cached) $ECHO_C" >&6
4101else
4102 case "$MSGMERGE" in
4103 [\\/]* | ?:[\\/]*)
4104 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
4105 ;;
4106 *)
4107 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
4108 for ac_dir in $PATH; do
4109 IFS="$ac_save_IFS"
4110 test -z "$ac_dir" && ac_dir=.
4111 for ac_exec_ext in '' $ac_executable_extensions; do
4112 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
4113 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
4114 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
4115 break 2
4116 fi
4117 fi
4118 done
4119 done
4120 IFS="$ac_save_IFS"
4121 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
4122 ;;
4123esac
4124fi
4125MSGMERGE="$ac_cv_path_MSGMERGE"
4126if test "$MSGMERGE" != ":"; then
4127 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
4128echo "${ECHO_T}$MSGMERGE" >&6
4129else
4130 echo "$as_me:$LINENO: result: no" >&5
4131echo "${ECHO_T}no" >&6
4132fi
4133
4134
4135 if test "$GMSGFMT" != ":"; then
4136 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
4137 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4138 : ;
4139 else
4140 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
4141 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
4142echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
4143 GMSGFMT=":"
4144 fi
4145 fi
4146
4147 if test "$XGETTEXT" != ":"; then
4148 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
4149 (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
4150 : ;
4151 else
4152 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
4153echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
4154 XGETTEXT=":"
4155 fi
4156 rm -f messages.po
4157 fi
4158
4159 ac_config_commands="$ac_config_commands default-1"
4160
4161
4162
4163
92e059d8
ILT
4164echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4165echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4166if test "${ac_cv_c_bigendian+set}" = set; then
4167 echo $ECHO_N "(cached) $ECHO_C" >&6
4168else
4169 # See if sys/param.h defines the BYTE_ORDER macro.
4170cat >conftest.$ac_ext <<_ACEOF
4171/* confdefs.h. */
4172_ACEOF
4173cat confdefs.h >>conftest.$ac_ext
4174cat >>conftest.$ac_ext <<_ACEOF
4175/* end confdefs.h. */
4176#include <sys/types.h>
4177#include <sys/param.h>
4178
4179int
4180main ()
4181{
4182#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4183 bogus endian macros
4184#endif
4185
4186 ;
4187 return 0;
4188}
4189_ACEOF
4190rm -f conftest.$ac_objext
4191if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4192 (eval $ac_compile) 2>conftest.er1
4193 ac_status=$?
4194 grep -v '^ *+' conftest.er1 >conftest.err
4195 rm -f conftest.er1
4196 cat conftest.err >&5
4197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4198 (exit $ac_status); } &&
4199 { ac_try='test -z "$ac_c_werror_flag"
4200 || test ! -s conftest.err'
4201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4202 (eval $ac_try) 2>&5
4203 ac_status=$?
4204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4205 (exit $ac_status); }; } &&
4206 { ac_try='test -s conftest.$ac_objext'
4207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4208 (eval $ac_try) 2>&5
4209 ac_status=$?
4210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4211 (exit $ac_status); }; }; then
4212 # It does; now see whether it defined to BIG_ENDIAN or not.
4213cat >conftest.$ac_ext <<_ACEOF
4214/* confdefs.h. */
4215_ACEOF
4216cat confdefs.h >>conftest.$ac_ext
4217cat >>conftest.$ac_ext <<_ACEOF
4218/* end confdefs.h. */
4219#include <sys/types.h>
4220#include <sys/param.h>
4221
4222int
4223main ()
4224{
4225#if BYTE_ORDER != BIG_ENDIAN
4226 not big endian
4227#endif
4228
4229 ;
4230 return 0;
4231}
4232_ACEOF
4233rm -f conftest.$ac_objext
4234if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4235 (eval $ac_compile) 2>conftest.er1
4236 ac_status=$?
4237 grep -v '^ *+' conftest.er1 >conftest.err
4238 rm -f conftest.er1
4239 cat conftest.err >&5
4240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4241 (exit $ac_status); } &&
4242 { ac_try='test -z "$ac_c_werror_flag"
4243 || test ! -s conftest.err'
4244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4245 (eval $ac_try) 2>&5
4246 ac_status=$?
4247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4248 (exit $ac_status); }; } &&
4249 { ac_try='test -s conftest.$ac_objext'
4250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4251 (eval $ac_try) 2>&5
4252 ac_status=$?
4253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4254 (exit $ac_status); }; }; then
4255 ac_cv_c_bigendian=yes
4256else
4257 echo "$as_me: failed program was:" >&5
4258sed 's/^/| /' conftest.$ac_ext >&5
4259
4260ac_cv_c_bigendian=no
4261fi
4262rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4263else
4264 echo "$as_me: failed program was:" >&5
4265sed 's/^/| /' conftest.$ac_ext >&5
4266
4267# It does not; compile a test program.
4268if test "$cross_compiling" = yes; then
4269 # try to guess the endianness by grepping values into an object file
4270 ac_cv_c_bigendian=unknown
4271 cat >conftest.$ac_ext <<_ACEOF
4272/* confdefs.h. */
4273_ACEOF
4274cat confdefs.h >>conftest.$ac_ext
4275cat >>conftest.$ac_ext <<_ACEOF
4276/* end confdefs.h. */
4277short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4278short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4279void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
4280short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4281short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4282void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
4283int
4284main ()
4285{
4286 _ascii (); _ebcdic ();
4287 ;
4288 return 0;
4289}
4290_ACEOF
4291rm -f conftest.$ac_objext
4292if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4293 (eval $ac_compile) 2>conftest.er1
4294 ac_status=$?
4295 grep -v '^ *+' conftest.er1 >conftest.err
4296 rm -f conftest.er1
4297 cat conftest.err >&5
4298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4299 (exit $ac_status); } &&
4300 { ac_try='test -z "$ac_c_werror_flag"
4301 || test ! -s conftest.err'
4302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4303 (eval $ac_try) 2>&5
4304 ac_status=$?
4305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4306 (exit $ac_status); }; } &&
4307 { ac_try='test -s conftest.$ac_objext'
4308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4309 (eval $ac_try) 2>&5
4310 ac_status=$?
4311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4312 (exit $ac_status); }; }; then
4313 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
4314 ac_cv_c_bigendian=yes
4315fi
4316if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
4317 if test "$ac_cv_c_bigendian" = unknown; then
4318 ac_cv_c_bigendian=no
4319 else
4320 # finding both strings is unlikely to happen, but who knows?
4321 ac_cv_c_bigendian=unknown
4322 fi
4323fi
4324else
4325 echo "$as_me: failed program was:" >&5
4326sed 's/^/| /' conftest.$ac_ext >&5
4327
4328fi
4329rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4330else
4331 cat >conftest.$ac_ext <<_ACEOF
4332/* confdefs.h. */
4333_ACEOF
4334cat confdefs.h >>conftest.$ac_ext
4335cat >>conftest.$ac_ext <<_ACEOF
4336/* end confdefs.h. */
4337int
4338main ()
4339{
4340 /* Are we little or big endian? From Harbison&Steele. */
4341 union
4342 {
4343 long l;
4344 char c[sizeof (long)];
4345 } u;
4346 u.l = 1;
4347 exit (u.c[sizeof (long) - 1] == 1);
4348}
4349_ACEOF
4350rm -f conftest$ac_exeext
4351if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4352 (eval $ac_link) 2>&5
4353 ac_status=$?
4354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4355 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4357 (eval $ac_try) 2>&5
4358 ac_status=$?
4359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360 (exit $ac_status); }; }; then
4361 ac_cv_c_bigendian=no
4362else
4363 echo "$as_me: program exited with status $ac_status" >&5
4364echo "$as_me: failed program was:" >&5
4365sed 's/^/| /' conftest.$ac_ext >&5
4366
4367( exit $ac_status )
4368ac_cv_c_bigendian=yes
4369fi
4370rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4371fi
4372fi
4373rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4374fi
4375echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
4376echo "${ECHO_T}$ac_cv_c_bigendian" >&6
4377case $ac_cv_c_bigendian in
4378 yes)
4379
4380cat >>confdefs.h <<\_ACEOF
4381#define WORDS_BIGENDIAN 1
4382_ACEOF
4383 ;;
4384 no)
4385 ;;
4386 *)
4387 { { echo "$as_me:$LINENO: error: unknown endianness
4388presetting ac_cv_c_bigendian=no (or yes) will help" >&5
4389echo "$as_me: error: unknown endianness
4390presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
4391 { (exit 1); exit 1; }; } ;;
4392esac
4393
4394
4395
bae7f79e
ILT
4396
4397
537b5f51
ILT
4398
4399if test "x$target_alias" = "x" -o "x$host_alias" = "x$target_alias"; then
4400 NATIVE_LINKER_TRUE=
4401 NATIVE_LINKER_FALSE='#'
4402else
4403 NATIVE_LINKER_TRUE='#'
4404 NATIVE_LINKER_FALSE=
4405fi
4406
4407
4408
4409if test "$GCC" = yes; then
4410 GCC_TRUE=
4411 GCC_FALSE='#'
4412else
4413 GCC_TRUE='#'
4414 GCC_FALSE=
4415fi
4416
4417
4418
63402fe4
ILT
4419
4420if
4421 case $target_cpu in
4422 i?86) true;;
4423 x86_64) false;;
4424 *) true;;
4425 esac; then
4426 FN_PTRS_IN_SO_WITHOUT_PIC_TRUE=
4427 FN_PTRS_IN_SO_WITHOUT_PIC_FALSE='#'
4428else
4429 FN_PTRS_IN_SO_WITHOUT_PIC_TRUE='#'
4430 FN_PTRS_IN_SO_WITHOUT_PIC_FALSE=
4431fi
4432
4433
6eee141f
ILT
4434cat >conftest.$ac_ext <<_ACEOF
4435__thread int i = 1;
4436_ACEOF
4437rm -f conftest.$ac_objext
4438if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4439 (eval $ac_compile) 2>conftest.er1
4440 ac_status=$?
4441 grep -v '^ *+' conftest.er1 >conftest.err
4442 rm -f conftest.er1
4443 cat conftest.err >&5
4444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4445 (exit $ac_status); } &&
4446 { ac_try='test -z "$ac_c_werror_flag"
4447 || test ! -s conftest.err'
4448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4449 (eval $ac_try) 2>&5
4450 ac_status=$?
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452 (exit $ac_status); }; } &&
4453 { ac_try='test -s conftest.$ac_objext'
4454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4455 (eval $ac_try) 2>&5
4456 ac_status=$?
4457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4458 (exit $ac_status); }; }; then
4459 tls=yes
4460else
4461 echo "$as_me: failed program was:" >&5
4462sed 's/^/| /' conftest.$ac_ext >&5
4463
4464tls=no
4465fi
4466rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4467
4468
4469if test "$tls" = "yes"; then
4470 TLS_TRUE=
4471 TLS_FALSE='#'
4472else
4473 TLS_TRUE='#'
4474 TLS_FALSE=
4475fi
4476
4477
63402fe4 4478
bae7f79e
ILT
4479GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4480
4481# Check whether --enable-werror or --disable-werror was given.
4482if test "${enable_werror+set}" = set; then
4483 enableval="$enable_werror"
4484 case "${enableval}" in
4485 yes | y) ERROR_ON_WARNING="yes" ;;
4486 no | n) ERROR_ON_WARNING="no" ;;
4487 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4488echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
4489 { (exit 1); exit 1; }; } ;;
4490 esac
4491fi;
4492
4493# Enable -Werror by default when using gcc
4494if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4495 ERROR_ON_WARNING=yes
4496fi
4497
4498NO_WERROR=
4499if test "${ERROR_ON_WARNING}" = yes ; then
4500 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
4501 NO_WERROR="-Wno-error"
4502fi
4503
4504if test "${GCC}" = yes ; then
4505 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
4506fi
4507
4508# Check whether --enable-build-warnings or --disable-build-warnings was given.
4509if test "${enable_build_warnings+set}" = set; then
4510 enableval="$enable_build_warnings"
4511 case "${enableval}" in
4512 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
4513 no) if test "${GCC}" = yes ; then
4514 WARN_CFLAGS="-w"
4515 fi;;
4516 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4517 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
4518 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4519 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
4520 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4521esac
4522fi;
4523
4524if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
4525 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4526fi
4527
4528
4529
4530
4531
4532WARN_CXXFLAGS=`echo ${WARN_CFLAGS} | sed -e 's/-Wstrict-prototypes//' -e 's/-Wmissing-prototypes//'`
4533
4534
4535LFS_CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
4536
4537
82dcae9d
ILT
4538
4539for ac_func in pread
4540do
4541as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4542echo "$as_me:$LINENO: checking for $ac_func" >&5
4543echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4544if eval "test \"\${$as_ac_var+set}\" = set"; then
4545 echo $ECHO_N "(cached) $ECHO_C" >&6
4546else
4547 cat >conftest.$ac_ext <<_ACEOF
4548/* confdefs.h. */
4549_ACEOF
4550cat confdefs.h >>conftest.$ac_ext
4551cat >>conftest.$ac_ext <<_ACEOF
4552/* end confdefs.h. */
4553/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4554 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4555#define $ac_func innocuous_$ac_func
4556
4557/* System header to define __stub macros and hopefully few prototypes,
4558 which can conflict with char $ac_func (); below.
4559 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4560 <limits.h> exists even on freestanding compilers. */
4561
4562#ifdef __STDC__
4563# include <limits.h>
4564#else
4565# include <assert.h>
4566#endif
4567
4568#undef $ac_func
4569
4570/* Override any gcc2 internal prototype to avoid an error. */
4571#ifdef __cplusplus
4572extern "C"
4573{
4574#endif
4575/* We use char because int might match the return type of a gcc2
4576 builtin and then its argument prototype would still apply. */
4577char $ac_func ();
4578/* The GNU C library defines this for functions which it implements
4579 to always fail with ENOSYS. Some functions are actually named
4580 something starting with __ and the normal name is an alias. */
4581#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4582choke me
4583#else
4584char (*f) () = $ac_func;
4585#endif
4586#ifdef __cplusplus
4587}
4588#endif
4589
4590int
4591main ()
4592{
4593return f != $ac_func;
4594 ;
4595 return 0;
4596}
4597_ACEOF
4598rm -f conftest.$ac_objext conftest$ac_exeext
4599if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4600 (eval $ac_link) 2>conftest.er1
4601 ac_status=$?
4602 grep -v '^ *+' conftest.er1 >conftest.err
4603 rm -f conftest.er1
4604 cat conftest.err >&5
4605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4606 (exit $ac_status); } &&
4607 { ac_try='test -z "$ac_c_werror_flag"
4608 || test ! -s conftest.err'
4609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4610 (eval $ac_try) 2>&5
4611 ac_status=$?
4612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4613 (exit $ac_status); }; } &&
4614 { ac_try='test -s conftest$ac_exeext'
4615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4616 (eval $ac_try) 2>&5
4617 ac_status=$?
4618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4619 (exit $ac_status); }; }; then
4620 eval "$as_ac_var=yes"
4621else
4622 echo "$as_me: failed program was:" >&5
4623sed 's/^/| /' conftest.$ac_ext >&5
4624
4625eval "$as_ac_var=no"
4626fi
4627rm -f conftest.err conftest.$ac_objext \
4628 conftest$ac_exeext conftest.$ac_ext
4629fi
4630echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4631echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4632if test `eval echo '${'$as_ac_var'}'` = yes; then
4633 cat >>confdefs.h <<_ACEOF
4634#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4635_ACEOF
4636
4637else
4638 case $LIBOBJS in
4639 "$ac_func.$ac_objext" | \
4640 *" $ac_func.$ac_objext" | \
4641 "$ac_func.$ac_objext "* | \
4642 *" $ac_func.$ac_objext "* ) ;;
4643 *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
4644esac
4645
4646fi
4647done
4648
4649
4650
54dc6425
ILT
4651ac_ext=cc
4652ac_cpp='$CXXCPP $CPPFLAGS'
4653ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4654ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4655ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4656
4657
d288e464 4658
54dc6425
ILT
4659ac_ext=cc
4660ac_cpp='$CXXCPP $CPPFLAGS'
4661ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4662ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4663ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4664echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4665echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
4666if test -z "$CXXCPP"; then
4667 if test "${ac_cv_prog_CXXCPP+set}" = set; then
4668 echo $ECHO_N "(cached) $ECHO_C" >&6
4669else
4670 # Double quotes because CXXCPP needs to be expanded
4671 for CXXCPP in "$CXX -E" "/lib/cpp"
4672 do
4673 ac_preproc_ok=false
4674for ac_cxx_preproc_warn_flag in '' yes
4675do
4676 # Use a header file that comes with gcc, so configuring glibc
4677 # with a fresh cross-compiler works.
4678 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4679 # <limits.h> exists even on freestanding compilers.
4680 # On the NeXT, cc -E runs the code through the compiler's parser,
4681 # not just through cpp. "Syntax error" is here to catch this case.
4682 cat >conftest.$ac_ext <<_ACEOF
4683/* confdefs.h. */
4684_ACEOF
4685cat confdefs.h >>conftest.$ac_ext
4686cat >>conftest.$ac_ext <<_ACEOF
4687/* end confdefs.h. */
4688#ifdef __STDC__
4689# include <limits.h>
4690#else
4691# include <assert.h>
4692#endif
4693 Syntax error
4694_ACEOF
4695if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4696 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4697 ac_status=$?
4698 grep -v '^ *+' conftest.er1 >conftest.err
4699 rm -f conftest.er1
4700 cat conftest.err >&5
4701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4702 (exit $ac_status); } >/dev/null; then
4703 if test -s conftest.err; then
4704 ac_cpp_err=$ac_cxx_preproc_warn_flag
4705 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4706 else
4707 ac_cpp_err=
4708 fi
4709else
4710 ac_cpp_err=yes
4711fi
4712if test -z "$ac_cpp_err"; then
4713 :
4714else
4715 echo "$as_me: failed program was:" >&5
4716sed 's/^/| /' conftest.$ac_ext >&5
4717
4718 # Broken: fails on valid input.
4719continue
4720fi
4721rm -f conftest.err conftest.$ac_ext
4722
4723 # OK, works on sane cases. Now check whether non-existent headers
4724 # can be detected and how.
4725 cat >conftest.$ac_ext <<_ACEOF
4726/* confdefs.h. */
4727_ACEOF
4728cat confdefs.h >>conftest.$ac_ext
4729cat >>conftest.$ac_ext <<_ACEOF
4730/* end confdefs.h. */
4731#include <ac_nonexistent.h>
4732_ACEOF
4733if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4734 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4735 ac_status=$?
4736 grep -v '^ *+' conftest.er1 >conftest.err
4737 rm -f conftest.er1
4738 cat conftest.err >&5
4739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4740 (exit $ac_status); } >/dev/null; then
4741 if test -s conftest.err; then
4742 ac_cpp_err=$ac_cxx_preproc_warn_flag
4743 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4744 else
4745 ac_cpp_err=
4746 fi
4747else
4748 ac_cpp_err=yes
4749fi
4750if test -z "$ac_cpp_err"; then
4751 # Broken: success on invalid input.
4752continue
4753else
4754 echo "$as_me: failed program was:" >&5
4755sed 's/^/| /' conftest.$ac_ext >&5
4756
4757 # Passes both tests.
4758ac_preproc_ok=:
4759break
4760fi
4761rm -f conftest.err conftest.$ac_ext
4762
4763done
4764# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4765rm -f conftest.err conftest.$ac_ext
4766if $ac_preproc_ok; then
4767 break
4768fi
4769
4770 done
4771 ac_cv_prog_CXXCPP=$CXXCPP
4772
4773fi
4774 CXXCPP=$ac_cv_prog_CXXCPP
4775else
4776 ac_cv_prog_CXXCPP=$CXXCPP
4777fi
4778echo "$as_me:$LINENO: result: $CXXCPP" >&5
4779echo "${ECHO_T}$CXXCPP" >&6
4780ac_preproc_ok=false
4781for ac_cxx_preproc_warn_flag in '' yes
4782do
4783 # Use a header file that comes with gcc, so configuring glibc
4784 # with a fresh cross-compiler works.
4785 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4786 # <limits.h> exists even on freestanding compilers.
4787 # On the NeXT, cc -E runs the code through the compiler's parser,
4788 # not just through cpp. "Syntax error" is here to catch this case.
4789 cat >conftest.$ac_ext <<_ACEOF
4790/* confdefs.h. */
4791_ACEOF
4792cat confdefs.h >>conftest.$ac_ext
4793cat >>conftest.$ac_ext <<_ACEOF
4794/* end confdefs.h. */
4795#ifdef __STDC__
4796# include <limits.h>
4797#else
4798# include <assert.h>
4799#endif
4800 Syntax error
4801_ACEOF
4802if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4803 (eval $ac_cpp conftest.$ac_ext) 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); } >/dev/null; then
4810 if test -s conftest.err; then
4811 ac_cpp_err=$ac_cxx_preproc_warn_flag
4812 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4813 else
4814 ac_cpp_err=
4815 fi
4816else
4817 ac_cpp_err=yes
4818fi
4819if test -z "$ac_cpp_err"; then
4820 :
4821else
4822 echo "$as_me: failed program was:" >&5
4823sed 's/^/| /' conftest.$ac_ext >&5
4824
4825 # Broken: fails on valid input.
4826continue
4827fi
4828rm -f conftest.err conftest.$ac_ext
4829
4830 # OK, works on sane cases. Now check whether non-existent headers
4831 # can be detected and how.
4832 cat >conftest.$ac_ext <<_ACEOF
4833/* confdefs.h. */
4834_ACEOF
4835cat confdefs.h >>conftest.$ac_ext
4836cat >>conftest.$ac_ext <<_ACEOF
4837/* end confdefs.h. */
4838#include <ac_nonexistent.h>
4839_ACEOF
4840if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4841 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4842 ac_status=$?
4843 grep -v '^ *+' conftest.er1 >conftest.err
4844 rm -f conftest.er1
4845 cat conftest.err >&5
4846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4847 (exit $ac_status); } >/dev/null; then
4848 if test -s conftest.err; then
4849 ac_cpp_err=$ac_cxx_preproc_warn_flag
4850 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4851 else
4852 ac_cpp_err=
4853 fi
4854else
4855 ac_cpp_err=yes
4856fi
4857if test -z "$ac_cpp_err"; then
4858 # Broken: success on invalid input.
4859continue
4860else
4861 echo "$as_me: failed program was:" >&5
4862sed 's/^/| /' conftest.$ac_ext >&5
4863
4864 # Passes both tests.
4865ac_preproc_ok=:
4866break
4867fi
4868rm -f conftest.err conftest.$ac_ext
4869
4870done
4871# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4872rm -f conftest.err conftest.$ac_ext
4873if $ac_preproc_ok; then
4874 :
4875else
4876 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
4877See \`config.log' for more details." >&5
4878echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
4879See \`config.log' for more details." >&2;}
4880 { (exit 1); exit 1; }; }
4881fi
4882
4883ac_ext=cc
4884ac_cpp='$CXXCPP $CPPFLAGS'
4885ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4886ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4887ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4888
4889
4890echo "$as_me:$LINENO: checking for egrep" >&5
4891echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4892if test "${ac_cv_prog_egrep+set}" = set; then
4893 echo $ECHO_N "(cached) $ECHO_C" >&6
4894else
4895 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
4896 then ac_cv_prog_egrep='grep -E'
4897 else ac_cv_prog_egrep='egrep'
4898 fi
4899fi
4900echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4901echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4902 EGREP=$ac_cv_prog_egrep
4903
4904
4905echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4906echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4907if test "${ac_cv_header_stdc+set}" = set; then
4908 echo $ECHO_N "(cached) $ECHO_C" >&6
4909else
4910 cat >conftest.$ac_ext <<_ACEOF
4911/* confdefs.h. */
4912_ACEOF
4913cat confdefs.h >>conftest.$ac_ext
4914cat >>conftest.$ac_ext <<_ACEOF
4915/* end confdefs.h. */
4916#include <stdlib.h>
4917#include <stdarg.h>
4918#include <string.h>
4919#include <float.h>
4920
4921int
4922main ()
4923{
4924
4925 ;
4926 return 0;
4927}
4928_ACEOF
4929rm -f conftest.$ac_objext
4930if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4931 (eval $ac_compile) 2>conftest.er1
4932 ac_status=$?
4933 grep -v '^ *+' conftest.er1 >conftest.err
4934 rm -f conftest.er1
4935 cat conftest.err >&5
4936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4937 (exit $ac_status); } &&
4938 { ac_try='test -z "$ac_cxx_werror_flag"
4939 || test ! -s conftest.err'
4940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4941 (eval $ac_try) 2>&5
4942 ac_status=$?
4943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4944 (exit $ac_status); }; } &&
4945 { ac_try='test -s conftest.$ac_objext'
4946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4947 (eval $ac_try) 2>&5
4948 ac_status=$?
4949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4950 (exit $ac_status); }; }; then
4951 ac_cv_header_stdc=yes
4952else
4953 echo "$as_me: failed program was:" >&5
4954sed 's/^/| /' conftest.$ac_ext >&5
4955
4956ac_cv_header_stdc=no
4957fi
4958rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4959
4960if test $ac_cv_header_stdc = yes; then
4961 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4962 cat >conftest.$ac_ext <<_ACEOF
4963/* confdefs.h. */
4964_ACEOF
4965cat confdefs.h >>conftest.$ac_ext
4966cat >>conftest.$ac_ext <<_ACEOF
4967/* end confdefs.h. */
4968#include <string.h>
4969
4970_ACEOF
4971if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4972 $EGREP "memchr" >/dev/null 2>&1; then
4973 :
4974else
4975 ac_cv_header_stdc=no
4976fi
4977rm -f conftest*
4978
4979fi
4980
4981if test $ac_cv_header_stdc = yes; then
4982 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4983 cat >conftest.$ac_ext <<_ACEOF
4984/* confdefs.h. */
4985_ACEOF
4986cat confdefs.h >>conftest.$ac_ext
4987cat >>conftest.$ac_ext <<_ACEOF
4988/* end confdefs.h. */
4989#include <stdlib.h>
4990
4991_ACEOF
4992if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4993 $EGREP "free" >/dev/null 2>&1; then
4994 :
4995else
4996 ac_cv_header_stdc=no
4997fi
4998rm -f conftest*
4999
5000fi
5001
5002if test $ac_cv_header_stdc = yes; then
5003 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5004 if test "$cross_compiling" = yes; then
5005 :
5006else
5007 cat >conftest.$ac_ext <<_ACEOF
5008/* confdefs.h. */
5009_ACEOF
5010cat confdefs.h >>conftest.$ac_ext
5011cat >>conftest.$ac_ext <<_ACEOF
5012/* end confdefs.h. */
5013#include <ctype.h>
5014#if ((' ' & 0x0FF) == 0x020)
5015# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5016# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5017#else
5018# define ISLOWER(c) \
5019 (('a' <= (c) && (c) <= 'i') \
5020 || ('j' <= (c) && (c) <= 'r') \
5021 || ('s' <= (c) && (c) <= 'z'))
5022# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5023#endif
5024
5025#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5026int
5027main ()
5028{
5029 int i;
5030 for (i = 0; i < 256; i++)
5031 if (XOR (islower (i), ISLOWER (i))
5032 || toupper (i) != TOUPPER (i))
5033 exit(2);
5034 exit (0);
5035}
5036_ACEOF
5037rm -f conftest$ac_exeext
5038if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5039 (eval $ac_link) 2>&5
5040 ac_status=$?
5041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5042 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5044 (eval $ac_try) 2>&5
5045 ac_status=$?
5046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5047 (exit $ac_status); }; }; then
5048 :
5049else
5050 echo "$as_me: program exited with status $ac_status" >&5
5051echo "$as_me: failed program was:" >&5
5052sed 's/^/| /' conftest.$ac_ext >&5
5053
5054( exit $ac_status )
5055ac_cv_header_stdc=no
5056fi
5057rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5058fi
5059fi
5060fi
5061echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5062echo "${ECHO_T}$ac_cv_header_stdc" >&6
5063if test $ac_cv_header_stdc = yes; then
5064
5065cat >>confdefs.h <<\_ACEOF
5066#define STDC_HEADERS 1
5067_ACEOF
5068
5069fi
5070
5071# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5082 inttypes.h stdint.h unistd.h
5083do
5084as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5085echo "$as_me:$LINENO: checking for $ac_header" >&5
5086echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5087if eval "test \"\${$as_ac_Header+set}\" = set"; then
5088 echo $ECHO_N "(cached) $ECHO_C" >&6
5089else
5090 cat >conftest.$ac_ext <<_ACEOF
5091/* confdefs.h. */
5092_ACEOF
5093cat confdefs.h >>conftest.$ac_ext
5094cat >>conftest.$ac_ext <<_ACEOF
5095/* end confdefs.h. */
5096$ac_includes_default
5097
5098#include <$ac_header>
5099_ACEOF
5100rm -f conftest.$ac_objext
5101if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5102 (eval $ac_compile) 2>conftest.er1
5103 ac_status=$?
5104 grep -v '^ *+' conftest.er1 >conftest.err
5105 rm -f conftest.er1
5106 cat conftest.err >&5
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); } &&
5109 { ac_try='test -z "$ac_cxx_werror_flag"
5110 || test ! -s conftest.err'
5111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5112 (eval $ac_try) 2>&5
5113 ac_status=$?
5114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5115 (exit $ac_status); }; } &&
5116 { ac_try='test -s conftest.$ac_objext'
5117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5118 (eval $ac_try) 2>&5
5119 ac_status=$?
5120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5121 (exit $ac_status); }; }; then
5122 eval "$as_ac_Header=yes"
5123else
5124 echo "$as_me: failed program was:" >&5
5125sed 's/^/| /' conftest.$ac_ext >&5
5126
5127eval "$as_ac_Header=no"
5128fi
5129rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5130fi
5131echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5132echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5133if test `eval echo '${'$as_ac_Header'}'` = yes; then
5134 cat >>confdefs.h <<_ACEOF
5135#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5136_ACEOF
5137
5138fi
5139
5140done
5141
5142
5143
5144
5145for ac_header in tr1/unordered_set tr1/unordered_map
5146do
5147as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5148if eval "test \"\${$as_ac_Header+set}\" = set"; then
5149 echo "$as_me:$LINENO: checking for $ac_header" >&5
5150echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5151if eval "test \"\${$as_ac_Header+set}\" = set"; then
5152 echo $ECHO_N "(cached) $ECHO_C" >&6
5153fi
5154echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5155echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5156else
5157 # Is the header compilable?
5158echo "$as_me:$LINENO: checking $ac_header usability" >&5
5159echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5160cat >conftest.$ac_ext <<_ACEOF
5161/* confdefs.h. */
5162_ACEOF
5163cat confdefs.h >>conftest.$ac_ext
5164cat >>conftest.$ac_ext <<_ACEOF
5165/* end confdefs.h. */
5166$ac_includes_default
5167#include <$ac_header>
5168_ACEOF
5169rm -f conftest.$ac_objext
5170if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5171 (eval $ac_compile) 2>conftest.er1
5172 ac_status=$?
5173 grep -v '^ *+' conftest.er1 >conftest.err
5174 rm -f conftest.er1
5175 cat conftest.err >&5
5176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5177 (exit $ac_status); } &&
5178 { ac_try='test -z "$ac_cxx_werror_flag"
5179 || test ! -s conftest.err'
5180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5181 (eval $ac_try) 2>&5
5182 ac_status=$?
5183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5184 (exit $ac_status); }; } &&
5185 { ac_try='test -s conftest.$ac_objext'
5186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5187 (eval $ac_try) 2>&5
5188 ac_status=$?
5189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5190 (exit $ac_status); }; }; then
5191 ac_header_compiler=yes
5192else
5193 echo "$as_me: failed program was:" >&5
5194sed 's/^/| /' conftest.$ac_ext >&5
5195
5196ac_header_compiler=no
5197fi
5198rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5199echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5200echo "${ECHO_T}$ac_header_compiler" >&6
5201
5202# Is the header present?
5203echo "$as_me:$LINENO: checking $ac_header presence" >&5
5204echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5205cat >conftest.$ac_ext <<_ACEOF
5206/* confdefs.h. */
5207_ACEOF
5208cat confdefs.h >>conftest.$ac_ext
5209cat >>conftest.$ac_ext <<_ACEOF
5210/* end confdefs.h. */
5211#include <$ac_header>
5212_ACEOF
5213if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5214 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5215 ac_status=$?
5216 grep -v '^ *+' conftest.er1 >conftest.err
5217 rm -f conftest.er1
5218 cat conftest.err >&5
5219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5220 (exit $ac_status); } >/dev/null; then
5221 if test -s conftest.err; then
5222 ac_cpp_err=$ac_cxx_preproc_warn_flag
5223 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5224 else
5225 ac_cpp_err=
5226 fi
5227else
5228 ac_cpp_err=yes
5229fi
5230if test -z "$ac_cpp_err"; then
5231 ac_header_preproc=yes
5232else
5233 echo "$as_me: failed program was:" >&5
5234sed 's/^/| /' conftest.$ac_ext >&5
5235
5236 ac_header_preproc=no
5237fi
5238rm -f conftest.err conftest.$ac_ext
5239echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5240echo "${ECHO_T}$ac_header_preproc" >&6
5241
5242# So? What about this header?
5243case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
5244 yes:no: )
5245 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5246echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5247 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5248echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5249 ac_header_preproc=yes
5250 ;;
5251 no:yes:* )
5252 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5253echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5254 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5255echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5256 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5257echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5258 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5259echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5260 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5261echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5262 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5263echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5264 (
5265 cat <<\_ASBOX
8486ee48
ILT
5266## ------------------------------- ##
5267## Report this to the gold lists. ##
5268## ------------------------------- ##
54dc6425
ILT
5269_ASBOX
5270 ) |
5271 sed "s/^/$as_me: WARNING: /" >&2
5272 ;;
5273esac
5274echo "$as_me:$LINENO: checking for $ac_header" >&5
5275echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5276if eval "test \"\${$as_ac_Header+set}\" = set"; then
5277 echo $ECHO_N "(cached) $ECHO_C" >&6
5278else
5279 eval "$as_ac_Header=\$ac_header_preproc"
5280fi
5281echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5282echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5283
5284fi
5285if test `eval echo '${'$as_ac_Header'}'` = yes; then
5286 cat >>confdefs.h <<_ACEOF
5287#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5288_ACEOF
5289
5290fi
5291
5292done
5293
5294
5295
5296for ac_header in ext/hash_map ext/hash_set
5297do
5298as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5299if eval "test \"\${$as_ac_Header+set}\" = set"; then
5300 echo "$as_me:$LINENO: checking for $ac_header" >&5
5301echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5302if eval "test \"\${$as_ac_Header+set}\" = set"; then
5303 echo $ECHO_N "(cached) $ECHO_C" >&6
5304fi
5305echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5306echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5307else
5308 # Is the header compilable?
5309echo "$as_me:$LINENO: checking $ac_header usability" >&5
5310echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5311cat >conftest.$ac_ext <<_ACEOF
5312/* confdefs.h. */
5313_ACEOF
5314cat confdefs.h >>conftest.$ac_ext
5315cat >>conftest.$ac_ext <<_ACEOF
5316/* end confdefs.h. */
5317$ac_includes_default
5318#include <$ac_header>
5319_ACEOF
5320rm -f conftest.$ac_objext
5321if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5322 (eval $ac_compile) 2>conftest.er1
5323 ac_status=$?
5324 grep -v '^ *+' conftest.er1 >conftest.err
5325 rm -f conftest.er1
5326 cat conftest.err >&5
5327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328 (exit $ac_status); } &&
5329 { ac_try='test -z "$ac_cxx_werror_flag"
5330 || test ! -s conftest.err'
5331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5332 (eval $ac_try) 2>&5
5333 ac_status=$?
5334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5335 (exit $ac_status); }; } &&
5336 { ac_try='test -s conftest.$ac_objext'
5337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5338 (eval $ac_try) 2>&5
5339 ac_status=$?
5340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5341 (exit $ac_status); }; }; then
5342 ac_header_compiler=yes
5343else
5344 echo "$as_me: failed program was:" >&5
5345sed 's/^/| /' conftest.$ac_ext >&5
5346
5347ac_header_compiler=no
5348fi
5349rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5350echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5351echo "${ECHO_T}$ac_header_compiler" >&6
5352
5353# Is the header present?
5354echo "$as_me:$LINENO: checking $ac_header presence" >&5
5355echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5356cat >conftest.$ac_ext <<_ACEOF
5357/* confdefs.h. */
5358_ACEOF
5359cat confdefs.h >>conftest.$ac_ext
5360cat >>conftest.$ac_ext <<_ACEOF
5361/* end confdefs.h. */
5362#include <$ac_header>
5363_ACEOF
5364if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5365 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5366 ac_status=$?
5367 grep -v '^ *+' conftest.er1 >conftest.err
5368 rm -f conftest.er1
5369 cat conftest.err >&5
5370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371 (exit $ac_status); } >/dev/null; then
5372 if test -s conftest.err; then
5373 ac_cpp_err=$ac_cxx_preproc_warn_flag
5374 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5375 else
5376 ac_cpp_err=
5377 fi
5378else
5379 ac_cpp_err=yes
5380fi
5381if test -z "$ac_cpp_err"; then
5382 ac_header_preproc=yes
5383else
5384 echo "$as_me: failed program was:" >&5
5385sed 's/^/| /' conftest.$ac_ext >&5
5386
5387 ac_header_preproc=no
5388fi
5389rm -f conftest.err conftest.$ac_ext
5390echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5391echo "${ECHO_T}$ac_header_preproc" >&6
5392
5393# So? What about this header?
5394case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
5395 yes:no: )
5396 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5397echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5398 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5399echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5400 ac_header_preproc=yes
5401 ;;
5402 no:yes:* )
5403 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5404echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5405 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5406echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5407 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5408echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5409 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5410echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5411 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5412echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5413 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5414echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5415 (
5416 cat <<\_ASBOX
8486ee48
ILT
5417## ------------------------------- ##
5418## Report this to the gold lists. ##
5419## ------------------------------- ##
54dc6425
ILT
5420_ASBOX
5421 ) |
5422 sed "s/^/$as_me: WARNING: /" >&2
5423 ;;
5424esac
5425echo "$as_me:$LINENO: checking for $ac_header" >&5
5426echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5427if eval "test \"\${$as_ac_Header+set}\" = set"; then
5428 echo $ECHO_N "(cached) $ECHO_C" >&6
5429else
5430 eval "$as_ac_Header=\$ac_header_preproc"
5431fi
5432echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5433echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5434
5435fi
5436if test `eval echo '${'$as_ac_Header'}'` = yes; then
5437 cat >>confdefs.h <<_ACEOF
5438#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5439_ACEOF
5440
5441fi
5442
5443done
5444
d288e464
ILT
5445
5446cat >conftest.$ac_ext <<_ACEOF
5447
5448class c { public: template<int i> void fn(); };
5449template<int i> void foo(c cv) { cv.fn<i>(); }
5450template void foo<1>(c cv);
5451_ACEOF
5452rm -f conftest.$ac_objext
5453if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5454 (eval $ac_compile) 2>conftest.er1
5455 ac_status=$?
5456 grep -v '^ *+' conftest.er1 >conftest.err
5457 rm -f conftest.er1
5458 cat conftest.err >&5
5459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5460 (exit $ac_status); } &&
5461 { ac_try='test -z "$ac_cxx_werror_flag"
5462 || test ! -s conftest.err'
5463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5464 (eval $ac_try) 2>&5
5465 ac_status=$?
5466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5467 (exit $ac_status); }; } &&
5468 { ac_try='test -s conftest.$ac_objext'
5469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5470 (eval $ac_try) 2>&5
5471 ac_status=$?
5472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5473 (exit $ac_status); }; }; then
5474
5475cat >>confdefs.h <<\_ACEOF
5476#define HAVE_MEMBER_TEMPLATE_SPECIFICATIONS
5477_ACEOF
5478
5479else
5480 echo "$as_me: failed program was:" >&5
5481sed 's/^/| /' conftest.$ac_ext >&5
5482
5483fi
5484rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5485
54dc6425
ILT
5486ac_ext=c
5487ac_cpp='$CPP $CPPFLAGS'
5488ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5489ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5490ac_compiler_gnu=$ac_cv_c_compiler_gnu
5491
5492
bae7f79e
ILT
5493echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
5494echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
5495 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
5496if test "${enable_maintainer_mode+set}" = set; then
5497 enableval="$enable_maintainer_mode"
5498 USE_MAINTAINER_MODE=$enableval
5499else
5500 USE_MAINTAINER_MODE=no
5501fi;
5502 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
5503echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
5504
5505
5506if test $USE_MAINTAINER_MODE = yes; then
5507 MAINTAINER_MODE_TRUE=
5508 MAINTAINER_MODE_FALSE='#'
5509else
5510 MAINTAINER_MODE_TRUE='#'
5511 MAINTAINER_MODE_FALSE=
5512fi
5513
5514 MAINT=$MAINTAINER_MODE_TRUE
5515
5516
5517
5a6f7e2d 5518 ac_config_files="$ac_config_files Makefile testsuite/Makefile po/Makefile.in:po/Make-in"
bae7f79e
ILT
5519cat >confcache <<\_ACEOF
5520# This file is a shell script that caches the results of configure
5521# tests run on this system so they can be shared between configure
5522# scripts and configure runs, see configure's option --config-cache.
5523# It is not useful on other systems. If it contains results you don't
5524# want to keep, you may remove or edit it.
5525#
5526# config.status only pays attention to the cache file if you give it
5527# the --recheck option to rerun configure.
5528#
5529# `ac_cv_env_foo' variables (set or unset) will be overridden when
5530# loading this file, other *unset* `ac_cv_foo' will be assigned the
5531# following values.
5532
5533_ACEOF
5534
5535# The following way of writing the cache mishandles newlines in values,
5536# but we know of no workaround that is simple, portable, and efficient.
5537# So, don't put newlines in cache variables' values.
5538# Ultrix sh set writes to stderr and can't be redirected directly,
5539# and sets the high bit in the cache file unless we assign to the vars.
5540{
5541 (set) 2>&1 |
5542 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5543 *ac_space=\ *)
5544 # `set' does not quote correctly, so add quotes (double-quote
5545 # substitution turns \\\\ into \\, and sed turns \\ into \).
5546 sed -n \
5547 "s/'/'\\\\''/g;
5548 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5549 ;;
5550 *)
5551 # `set' quotes correctly as required by POSIX, so do not add quotes.
5552 sed -n \
5553 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5554 ;;
5555 esac;
5556} |
5557 sed '
5558 t clear
5559 : clear
5560 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5561 t end
5562 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5563 : end' >>confcache
5564if diff $cache_file confcache >/dev/null 2>&1; then :; else
5565 if test -w $cache_file; then
5566 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5567 cat confcache >$cache_file
5568 else
5569 echo "not updating unwritable cache $cache_file"
5570 fi
5571fi
5572rm -f confcache
5573
5574test "x$prefix" = xNONE && prefix=$ac_default_prefix
5575# Let make expand exec_prefix.
5576test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5577
5578# VPATH may cause trouble with some makes, so we remove $(srcdir),
5579# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5580# trailing colons and then remove the whole line if VPATH becomes empty
5581# (actually we leave an empty line to preserve line numbers).
5582if test "x$srcdir" = x.; then
5583 ac_vpsub='/^[ ]*VPATH[ ]*=/{
5584s/:*\$(srcdir):*/:/;
5585s/:*\${srcdir}:*/:/;
5586s/:*@srcdir@:*/:/;
5587s/^\([^=]*=[ ]*\):*/\1/;
5588s/:*$//;
5589s/^[^=]*=[ ]*$//;
5590}'
5591fi
5592
5593DEFS=-DHAVE_CONFIG_H
5594
5595ac_libobjs=
5596ac_ltlibobjs=
5597for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5598 # 1. Remove the extension, and $U if already installed.
5599 ac_i=`echo "$ac_i" |
5600 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5601 # 2. Add them.
5602 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
5603 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
5604done
5605LIBOBJS=$ac_libobjs
5606
5607LTLIBOBJS=$ac_ltlibobjs
5608
5609
5610if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5611 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
5612Usually this means the macro was only invoked conditionally." >&5
5613echo "$as_me: error: conditional \"AMDEP\" was never defined.
5614Usually this means the macro was only invoked conditionally." >&2;}
5615 { (exit 1); exit 1; }; }
5616fi
5617if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5618 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
5619Usually this means the macro was only invoked conditionally." >&5
5620echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
5621Usually this means the macro was only invoked conditionally." >&2;}
5622 { (exit 1); exit 1; }; }
5623fi
5624if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
5625 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
5626Usually this means the macro was only invoked conditionally." >&5
5627echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
5628Usually this means the macro was only invoked conditionally." >&2;}
5629 { (exit 1); exit 1; }; }
5630fi
537b5f51
ILT
5631if test -z "${NATIVE_LINKER_TRUE}" && test -z "${NATIVE_LINKER_FALSE}"; then
5632 { { echo "$as_me:$LINENO: error: conditional \"NATIVE_LINKER\" was never defined.
5633Usually this means the macro was only invoked conditionally." >&5
5634echo "$as_me: error: conditional \"NATIVE_LINKER\" was never defined.
5635Usually this means the macro was only invoked conditionally." >&2;}
5636 { (exit 1); exit 1; }; }
5637fi
5638if test -z "${GCC_TRUE}" && test -z "${GCC_FALSE}"; then
5639 { { echo "$as_me:$LINENO: error: conditional \"GCC\" was never defined.
5640Usually this means the macro was only invoked conditionally." >&5
5641echo "$as_me: error: conditional \"GCC\" was never defined.
5642Usually this means the macro was only invoked conditionally." >&2;}
5643 { (exit 1); exit 1; }; }
5644fi
63402fe4
ILT
5645if test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_TRUE}" && test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_FALSE}"; then
5646 { { echo "$as_me:$LINENO: error: conditional \"FN_PTRS_IN_SO_WITHOUT_PIC\" was never defined.
5647Usually this means the macro was only invoked conditionally." >&5
5648echo "$as_me: error: conditional \"FN_PTRS_IN_SO_WITHOUT_PIC\" was never defined.
5649Usually this means the macro was only invoked conditionally." >&2;}
5650 { (exit 1); exit 1; }; }
5651fi
6eee141f
ILT
5652if test -z "${TLS_TRUE}" && test -z "${TLS_FALSE}"; then
5653 { { echo "$as_me:$LINENO: error: conditional \"TLS\" was never defined.
5654Usually this means the macro was only invoked conditionally." >&5
5655echo "$as_me: error: conditional \"TLS\" was never defined.
5656Usually this means the macro was only invoked conditionally." >&2;}
5657 { (exit 1); exit 1; }; }
5658fi
bae7f79e
ILT
5659if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
5660 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
5661Usually this means the macro was only invoked conditionally." >&5
5662echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
5663Usually this means the macro was only invoked conditionally." >&2;}
5664 { (exit 1); exit 1; }; }
5665fi
5666
5667: ${CONFIG_STATUS=./config.status}
5668ac_clean_files_save=$ac_clean_files
5669ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5670{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5671echo "$as_me: creating $CONFIG_STATUS" >&6;}
5672cat >$CONFIG_STATUS <<_ACEOF
5673#! $SHELL
5674# Generated by $as_me.
5675# Run this file to recreate the current configuration.
5676# Compiler output produced by configure, useful for debugging
5677# configure, is in config.log if it exists.
5678
5679debug=false
5680ac_cs_recheck=false
5681ac_cs_silent=false
5682SHELL=\${CONFIG_SHELL-$SHELL}
5683_ACEOF
5684
5685cat >>$CONFIG_STATUS <<\_ACEOF
5686## --------------------- ##
5687## M4sh Initialization. ##
5688## --------------------- ##
5689
5690# Be Bourne compatible
5691if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
5692 emulate sh
5693 NULLCMD=:
5694 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5695 # is contrary to our usage. Disable this feature.
5696 alias -g '${1+"$@"}'='"$@"'
5697elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
5698 set -o posix
5699fi
5700DUALCASE=1; export DUALCASE # for MKS sh
5701
5702# Support unset when possible.
5703if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5704 as_unset=unset
5705else
5706 as_unset=false
5707fi
5708
5709
5710# Work around bugs in pre-3.0 UWIN ksh.
5711$as_unset ENV MAIL MAILPATH
5712PS1='$ '
5713PS2='> '
5714PS4='+ '
5715
5716# NLS nuisances.
5717for as_var in \
5718 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5719 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5720 LC_TELEPHONE LC_TIME
5721do
5722 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5723 eval $as_var=C; export $as_var
5724 else
5725 $as_unset $as_var
5726 fi
5727done
5728
5729# Required to use basename.
5730if expr a : '\(a\)' >/dev/null 2>&1; then
5731 as_expr=expr
5732else
5733 as_expr=false
5734fi
5735
5736if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
5737 as_basename=basename
5738else
5739 as_basename=false
5740fi
5741
5742
5743# Name of the executable.
5744as_me=`$as_basename "$0" ||
5745$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5746 X"$0" : 'X\(//\)$' \| \
5747 X"$0" : 'X\(/\)$' \| \
5748 . : '\(.\)' 2>/dev/null ||
5749echo X/"$0" |
5750 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5751 /^X\/\(\/\/\)$/{ s//\1/; q; }
5752 /^X\/\(\/\).*/{ s//\1/; q; }
5753 s/.*/./; q'`
5754
5755
5756# PATH needs CR, and LINENO needs CR and PATH.
5757# Avoid depending upon Character Ranges.
5758as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5759as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5760as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5761as_cr_digits='0123456789'
5762as_cr_alnum=$as_cr_Letters$as_cr_digits
5763
5764# The user is always right.
5765if test "${PATH_SEPARATOR+set}" != set; then
5766 echo "#! /bin/sh" >conf$$.sh
5767 echo "exit 0" >>conf$$.sh
5768 chmod +x conf$$.sh
5769 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5770 PATH_SEPARATOR=';'
5771 else
5772 PATH_SEPARATOR=:
5773 fi
5774 rm -f conf$$.sh
5775fi
5776
5777
5778 as_lineno_1=$LINENO
5779 as_lineno_2=$LINENO
5780 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5781 test "x$as_lineno_1" != "x$as_lineno_2" &&
5782 test "x$as_lineno_3" = "x$as_lineno_2" || {
5783 # Find who we are. Look in the path if we contain no path at all
5784 # relative or not.
5785 case $0 in
5786 *[\\/]* ) as_myself=$0 ;;
5787 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5788for as_dir in $PATH
5789do
5790 IFS=$as_save_IFS
5791 test -z "$as_dir" && as_dir=.
5792 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5793done
5794
5795 ;;
5796 esac
5797 # We did not find ourselves, most probably we were run as `sh COMMAND'
5798 # in which case we are not to be found in the path.
5799 if test "x$as_myself" = x; then
5800 as_myself=$0
5801 fi
5802 if test ! -f "$as_myself"; then
5803 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5804echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5805 { (exit 1); exit 1; }; }
5806 fi
5807 case $CONFIG_SHELL in
5808 '')
5809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5810for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
5811do
5812 IFS=$as_save_IFS
5813 test -z "$as_dir" && as_dir=.
5814 for as_base in sh bash ksh sh5; do
5815 case $as_dir in
5816 /*)
5817 if ("$as_dir/$as_base" -c '
5818 as_lineno_1=$LINENO
5819 as_lineno_2=$LINENO
5820 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5821 test "x$as_lineno_1" != "x$as_lineno_2" &&
5822 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
5823 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
5824 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
5825 CONFIG_SHELL=$as_dir/$as_base
5826 export CONFIG_SHELL
5827 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5828 fi;;
5829 esac
5830 done
5831done
5832;;
5833 esac
5834
5835 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5836 # uniformly replaced by the line number. The first 'sed' inserts a
5837 # line-number line before each line; the second 'sed' does the real
5838 # work. The second script uses 'N' to pair each line-number line
5839 # with the numbered line, and appends trailing '-' during
5840 # substitution so that $LINENO is not a special case at line end.
5841 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5842 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
5843 sed '=' <$as_myself |
5844 sed '
5845 N
5846 s,$,-,
5847 : loop
5848 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5849 t loop
5850 s,-$,,
5851 s,^['$as_cr_digits']*\n,,
5852 ' >$as_me.lineno &&
5853 chmod +x $as_me.lineno ||
5854 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5855echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5856 { (exit 1); exit 1; }; }
5857
5858 # Don't try to exec as it changes $[0], causing all sort of problems
5859 # (the dirname of $[0] is not the place where we might find the
5860 # original and so on. Autoconf is especially sensible to this).
5861 . ./$as_me.lineno
5862 # Exit status is that of the last command.
5863 exit
5864}
5865
5866
5867case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5868 *c*,-n*) ECHO_N= ECHO_C='
5869' ECHO_T=' ' ;;
5870 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
5871 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
5872esac
5873
5874if expr a : '\(a\)' >/dev/null 2>&1; then
5875 as_expr=expr
5876else
5877 as_expr=false
5878fi
5879
5880rm -f conf$$ conf$$.exe conf$$.file
5881echo >conf$$.file
5882if ln -s conf$$.file conf$$ 2>/dev/null; then
5883 # We could just check for DJGPP; but this test a) works b) is more generic
5884 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5885 if test -f conf$$.exe; then
5886 # Don't use ln at all; we don't have any links
5887 as_ln_s='cp -p'
5888 else
5889 as_ln_s='ln -s'
5890 fi
5891elif ln conf$$.file conf$$ 2>/dev/null; then
5892 as_ln_s=ln
5893else
5894 as_ln_s='cp -p'
5895fi
5896rm -f conf$$ conf$$.exe conf$$.file
5897
5898if mkdir -p . 2>/dev/null; then
5899 as_mkdir_p=:
5900else
5901 test -d ./-p && rmdir ./-p
5902 as_mkdir_p=false
5903fi
5904
5905as_executable_p="test -f"
5906
5907# Sed expression to map a string onto a valid CPP name.
5908as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5909
5910# Sed expression to map a string onto a valid variable name.
5911as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5912
5913
5914# IFS
5915# We need space, tab and new line, in precisely that order.
5916as_nl='
5917'
5918IFS=" $as_nl"
5919
5920# CDPATH.
5921$as_unset CDPATH
5922
5923exec 6>&1
5924
5925# Open the log real soon, to keep \$[0] and so on meaningful, and to
5926# report actual input values of CONFIG_FILES etc. instead of their
5927# values after options handling. Logging --version etc. is OK.
5928exec 5>>config.log
5929{
5930 echo
5931 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5932## Running $as_me. ##
5933_ASBOX
5934} >&5
5935cat >&5 <<_CSEOF
5936
8486ee48 5937This file was extended by gold $as_me 0.1, which was
bae7f79e
ILT
5938generated by GNU Autoconf 2.59. Invocation command line was
5939
5940 CONFIG_FILES = $CONFIG_FILES
5941 CONFIG_HEADERS = $CONFIG_HEADERS
5942 CONFIG_LINKS = $CONFIG_LINKS
5943 CONFIG_COMMANDS = $CONFIG_COMMANDS
5944 $ $0 $@
5945
5946_CSEOF
5947echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5948echo >&5
5949_ACEOF
5950
5951# Files that config.status was made for.
5952if test -n "$ac_config_files"; then
5953 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
5954fi
5955
5956if test -n "$ac_config_headers"; then
5957 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5958fi
5959
5960if test -n "$ac_config_links"; then
5961 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5962fi
5963
5964if test -n "$ac_config_commands"; then
5965 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5966fi
5967
5968cat >>$CONFIG_STATUS <<\_ACEOF
5969
5970ac_cs_usage="\
5971\`$as_me' instantiates files from templates according to the
5972current configuration.
5973
5974Usage: $0 [OPTIONS] [FILE]...
5975
5976 -h, --help print this help, then exit
5977 -V, --version print version number, then exit
5978 -q, --quiet do not print progress messages
5979 -d, --debug don't remove temporary files
5980 --recheck update $as_me by reconfiguring in the same conditions
5981 --file=FILE[:TEMPLATE]
5982 instantiate the configuration file FILE
5983 --header=FILE[:TEMPLATE]
5984 instantiate the configuration header FILE
5985
5986Configuration files:
5987$config_files
5988
5989Configuration headers:
5990$config_headers
5991
5992Configuration commands:
5993$config_commands
5994
5995Report bugs to <bug-autoconf@gnu.org>."
5996_ACEOF
5997
5998cat >>$CONFIG_STATUS <<_ACEOF
5999ac_cs_version="\\
8486ee48 6000gold config.status 0.1
bae7f79e
ILT
6001configured by $0, generated by GNU Autoconf 2.59,
6002 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
6003
6004Copyright (C) 2003 Free Software Foundation, Inc.
6005This config.status script is free software; the Free Software Foundation
6006gives unlimited permission to copy, distribute and modify it."
6007srcdir=$srcdir
6008INSTALL="$INSTALL"
6009_ACEOF
6010
6011cat >>$CONFIG_STATUS <<\_ACEOF
6012# If no file are specified by the user, then we need to provide default
6013# value. By we need to know if files were specified by the user.
6014ac_need_defaults=:
6015while test $# != 0
6016do
6017 case $1 in
6018 --*=*)
6019 ac_option=`expr "x$1" : 'x\([^=]*\)='`
6020 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
6021 ac_shift=:
6022 ;;
6023 -*)
6024 ac_option=$1
6025 ac_optarg=$2
6026 ac_shift=shift
6027 ;;
6028 *) # This is not an option, so the user has probably given explicit
6029 # arguments.
6030 ac_option=$1
6031 ac_need_defaults=false;;
6032 esac
6033
6034 case $ac_option in
6035 # Handling of the options.
6036_ACEOF
6037cat >>$CONFIG_STATUS <<\_ACEOF
6038 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6039 ac_cs_recheck=: ;;
6040 --version | --vers* | -V )
6041 echo "$ac_cs_version"; exit 0 ;;
6042 --he | --h)
6043 # Conflict between --help and --header
6044 { { echo "$as_me:$LINENO: error: ambiguous option: $1
6045Try \`$0 --help' for more information." >&5
6046echo "$as_me: error: ambiguous option: $1
6047Try \`$0 --help' for more information." >&2;}
6048 { (exit 1); exit 1; }; };;
6049 --help | --hel | -h )
6050 echo "$ac_cs_usage"; exit 0 ;;
6051 --debug | --d* | -d )
6052 debug=: ;;
6053 --file | --fil | --fi | --f )
6054 $ac_shift
6055 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
6056 ac_need_defaults=false;;
6057 --header | --heade | --head | --hea )
6058 $ac_shift
6059 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
6060 ac_need_defaults=false;;
6061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6062 | -silent | --silent | --silen | --sile | --sil | --si | --s)
6063 ac_cs_silent=: ;;
6064
6065 # This is an error.
6066 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
6067Try \`$0 --help' for more information." >&5
6068echo "$as_me: error: unrecognized option: $1
6069Try \`$0 --help' for more information." >&2;}
6070 { (exit 1); exit 1; }; } ;;
6071
6072 *) ac_config_targets="$ac_config_targets $1" ;;
6073
6074 esac
6075 shift
6076done
6077
6078ac_configure_extra_args=
6079
6080if $ac_cs_silent; then
6081 exec 6>/dev/null
6082 ac_configure_extra_args="$ac_configure_extra_args --silent"
6083fi
6084
6085_ACEOF
6086cat >>$CONFIG_STATUS <<_ACEOF
6087if \$ac_cs_recheck; then
6088 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
6089 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6090fi
6091
6092_ACEOF
6093
6094cat >>$CONFIG_STATUS <<_ACEOF
6095#
6096# INIT-COMMANDS section.
6097#
6098
6099AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
6100# Capture the value of obsolete ALL_LINGUAS because we need it to compute
6101 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
6102 # from automake.
6103 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
6104 # Capture the value of LINGUAS because we need it to compute CATALOGS.
6105 LINGUAS="${LINGUAS-%UNSET%}"
6106
6107
6108_ACEOF
6109
6110
6111
6112cat >>$CONFIG_STATUS <<\_ACEOF
6113for ac_config_target in $ac_config_targets
6114do
6115 case "$ac_config_target" in
6116 # Handling of arguments.
6117 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5a6f7e2d 6118 "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
bae7f79e
ILT
6119 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
6120 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
6121 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
6122 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
6123 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6124echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
6125 { (exit 1); exit 1; }; };;
6126 esac
6127done
6128
6129# If the user did not use the arguments to specify the items to instantiate,
6130# then the envvar interface is used. Set only those that are not.
6131# We use the long form for the default assignment because of an extremely
6132# bizarre bug on SunOS 4.1.3.
6133if $ac_need_defaults; then
6134 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6135 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6136 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
6137fi
6138
6139# Have a temporary directory for convenience. Make it in the build tree
6140# simply because there is no reason to put it here, and in addition,
6141# creating and moving files from /tmp can sometimes cause problems.
6142# Create a temporary directory, and hook for its removal unless debugging.
6143$debug ||
6144{
6145 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
6146 trap '{ (exit 1); exit 1; }' 1 2 13 15
6147}
6148
6149# Create a (secure) tmp directory for tmp files.
6150
6151{
6152 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
6153 test -n "$tmp" && test -d "$tmp"
6154} ||
6155{
6156 tmp=./confstat$$-$RANDOM
6157 (umask 077 && mkdir $tmp)
6158} ||
6159{
6160 echo "$me: cannot create a temporary directory in ." >&2
6161 { (exit 1); exit 1; }
6162}
6163
6164_ACEOF
6165
6166cat >>$CONFIG_STATUS <<_ACEOF
6167
6168#
6169# CONFIG_FILES section.
6170#
6171
6172# No need to generate the scripts if there are no CONFIG_FILES.
6173# This happens for instance when ./config.status config.h
6174if test -n "\$CONFIG_FILES"; then
6175 # Protect against being on the right side of a sed subst in config.status.
6176 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
6177 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
6178s,@SHELL@,$SHELL,;t t
6179s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
6180s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
6181s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
6182s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
6183s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
6184s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
6185s,@exec_prefix@,$exec_prefix,;t t
6186s,@prefix@,$prefix,;t t
6187s,@program_transform_name@,$program_transform_name,;t t
6188s,@bindir@,$bindir,;t t
6189s,@sbindir@,$sbindir,;t t
6190s,@libexecdir@,$libexecdir,;t t
6191s,@datadir@,$datadir,;t t
6192s,@sysconfdir@,$sysconfdir,;t t
6193s,@sharedstatedir@,$sharedstatedir,;t t
6194s,@localstatedir@,$localstatedir,;t t
6195s,@libdir@,$libdir,;t t
6196s,@includedir@,$includedir,;t t
6197s,@oldincludedir@,$oldincludedir,;t t
6198s,@infodir@,$infodir,;t t
6199s,@mandir@,$mandir,;t t
6200s,@build_alias@,$build_alias,;t t
6201s,@host_alias@,$host_alias,;t t
6202s,@target_alias@,$target_alias,;t t
6203s,@DEFS@,$DEFS,;t t
6204s,@ECHO_C@,$ECHO_C,;t t
6205s,@ECHO_N@,$ECHO_N,;t t
6206s,@ECHO_T@,$ECHO_T,;t t
6207s,@LIBS@,$LIBS,;t t
6208s,@build@,$build,;t t
6209s,@build_cpu@,$build_cpu,;t t
6210s,@build_vendor@,$build_vendor,;t t
6211s,@build_os@,$build_os,;t t
6212s,@host@,$host,;t t
6213s,@host_cpu@,$host_cpu,;t t
6214s,@host_vendor@,$host_vendor,;t t
6215s,@host_os@,$host_os,;t t
6216s,@target@,$target,;t t
6217s,@target_cpu@,$target_cpu,;t t
6218s,@target_vendor@,$target_vendor,;t t
6219s,@target_os@,$target_os,;t t
6220s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
6221s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
6222s,@INSTALL_DATA@,$INSTALL_DATA,;t t
6223s,@CYGPATH_W@,$CYGPATH_W,;t t
6224s,@PACKAGE@,$PACKAGE,;t t
6225s,@VERSION@,$VERSION,;t t
6226s,@ACLOCAL@,$ACLOCAL,;t t
6227s,@AUTOCONF@,$AUTOCONF,;t t
6228s,@AUTOMAKE@,$AUTOMAKE,;t t
6229s,@AUTOHEADER@,$AUTOHEADER,;t t
6230s,@MAKEINFO@,$MAKEINFO,;t t
6231s,@install_sh@,$install_sh,;t t
6232s,@STRIP@,$STRIP,;t t
6233s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
6234s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
6235s,@mkdir_p@,$mkdir_p,;t t
6236s,@AWK@,$AWK,;t t
6237s,@SET_MAKE@,$SET_MAKE,;t t
6238s,@am__leading_dot@,$am__leading_dot,;t t
6239s,@AMTAR@,$AMTAR,;t t
6240s,@am__tar@,$am__tar,;t t
6241s,@am__untar@,$am__untar,;t t
6df6da4a 6242s,@TARGETOBJS@,$TARGETOBJS,;t t
bae7f79e
ILT
6243s,@CC@,$CC,;t t
6244s,@CFLAGS@,$CFLAGS,;t t
6245s,@LDFLAGS@,$LDFLAGS,;t t
6246s,@CPPFLAGS@,$CPPFLAGS,;t t
6247s,@ac_ct_CC@,$ac_ct_CC,;t t
6248s,@EXEEXT@,$EXEEXT,;t t
6249s,@OBJEXT@,$OBJEXT,;t t
6250s,@DEPDIR@,$DEPDIR,;t t
6251s,@am__include@,$am__include,;t t
6252s,@am__quote@,$am__quote,;t t
6253s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
6254s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
6255s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
6256s,@CCDEPMODE@,$CCDEPMODE,;t t
6257s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
6258s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
6259s,@CXX@,$CXX,;t t
6260s,@CXXFLAGS@,$CXXFLAGS,;t t
6261s,@ac_ct_CXX@,$ac_ct_CXX,;t t
6262s,@CXXDEPMODE@,$CXXDEPMODE,;t t
6263s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
6264s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
dbe717ef 6265s,@YACC@,$YACC,;t t
5a6f7e2d
ILT
6266s,@RANLIB@,$RANLIB,;t t
6267s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
537b5f51 6268s,@LN_S@,$LN_S,;t t
bae7f79e
ILT
6269s,@USE_NLS@,$USE_NLS,;t t
6270s,@LIBINTL@,$LIBINTL,;t t
6271s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
6272s,@INCINTL@,$INCINTL,;t t
6273s,@XGETTEXT@,$XGETTEXT,;t t
6274s,@GMSGFMT@,$GMSGFMT,;t t
6275s,@POSUB@,$POSUB,;t t
6276s,@CATALOGS@,$CATALOGS,;t t
6277s,@DATADIRNAME@,$DATADIRNAME,;t t
6278s,@INSTOBJEXT@,$INSTOBJEXT,;t t
6279s,@GENCAT@,$GENCAT,;t t
6280s,@CATOBJEXT@,$CATOBJEXT,;t t
6281s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
6282s,@MSGFMT@,$MSGFMT,;t t
6283s,@MSGMERGE@,$MSGMERGE,;t t
537b5f51
ILT
6284s,@NATIVE_LINKER_TRUE@,$NATIVE_LINKER_TRUE,;t t
6285s,@NATIVE_LINKER_FALSE@,$NATIVE_LINKER_FALSE,;t t
6286s,@GCC_TRUE@,$GCC_TRUE,;t t
6287s,@GCC_FALSE@,$GCC_FALSE,;t t
63402fe4
ILT
6288s,@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@,$FN_PTRS_IN_SO_WITHOUT_PIC_TRUE,;t t
6289s,@FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@,$FN_PTRS_IN_SO_WITHOUT_PIC_FALSE,;t t
6eee141f
ILT
6290s,@TLS_TRUE@,$TLS_TRUE,;t t
6291s,@TLS_FALSE@,$TLS_FALSE,;t t
bae7f79e
ILT
6292s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
6293s,@NO_WERROR@,$NO_WERROR,;t t
6294s,@WARN_CXXFLAGS@,$WARN_CXXFLAGS,;t t
6295s,@LFS_CXXFLAGS@,$LFS_CXXFLAGS,;t t
82dcae9d 6296s,@LIBOBJS@,$LIBOBJS,;t t
54dc6425
ILT
6297s,@CXXCPP@,$CXXCPP,;t t
6298s,@EGREP@,$EGREP,;t t
bae7f79e
ILT
6299s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
6300s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
6301s,@MAINT@,$MAINT,;t t
bae7f79e
ILT
6302s,@LTLIBOBJS@,$LTLIBOBJS,;t t
6303CEOF
6304
6305_ACEOF
6306
6307 cat >>$CONFIG_STATUS <<\_ACEOF
6308 # Split the substitutions into bite-sized pieces for seds with
6309 # small command number limits, like on Digital OSF/1 and HP-UX.
6310 ac_max_sed_lines=48
6311 ac_sed_frag=1 # Number of current file.
6312 ac_beg=1 # First line for current file.
6313 ac_end=$ac_max_sed_lines # Line after last line for current file.
6314 ac_more_lines=:
6315 ac_sed_cmds=
6316 while $ac_more_lines; do
6317 if test $ac_beg -gt 1; then
6318 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6319 else
6320 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6321 fi
6322 if test ! -s $tmp/subs.frag; then
6323 ac_more_lines=false
6324 else
6325 # The purpose of the label and of the branching condition is to
6326 # speed up the sed processing (if there are no `@' at all, there
6327 # is no need to browse any of the substitutions).
6328 # These are the two extra sed commands mentioned above.
6329 (echo ':t
6330 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
6331 if test -z "$ac_sed_cmds"; then
6332 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
6333 else
6334 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
6335 fi
6336 ac_sed_frag=`expr $ac_sed_frag + 1`
6337 ac_beg=$ac_end
6338 ac_end=`expr $ac_end + $ac_max_sed_lines`
6339 fi
6340 done
6341 if test -z "$ac_sed_cmds"; then
6342 ac_sed_cmds=cat
6343 fi
6344fi # test -n "$CONFIG_FILES"
6345
6346_ACEOF
6347cat >>$CONFIG_STATUS <<\_ACEOF
6348for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
6349 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6350 case $ac_file in
6351 - | *:- | *:-:* ) # input from stdin
6352 cat >$tmp/stdin
6353 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6354 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6355 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6356 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6357 * ) ac_file_in=$ac_file.in ;;
6358 esac
6359
6360 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6361 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6362$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6363 X"$ac_file" : 'X\(//\)[^/]' \| \
6364 X"$ac_file" : 'X\(//\)$' \| \
6365 X"$ac_file" : 'X\(/\)' \| \
6366 . : '\(.\)' 2>/dev/null ||
6367echo X"$ac_file" |
6368 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6369 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6370 /^X\(\/\/\)$/{ s//\1/; q; }
6371 /^X\(\/\).*/{ s//\1/; q; }
6372 s/.*/./; q'`
6373 { if $as_mkdir_p; then
6374 mkdir -p "$ac_dir"
6375 else
6376 as_dir="$ac_dir"
6377 as_dirs=
6378 while test ! -d "$as_dir"; do
6379 as_dirs="$as_dir $as_dirs"
6380 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6381$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6382 X"$as_dir" : 'X\(//\)[^/]' \| \
6383 X"$as_dir" : 'X\(//\)$' \| \
6384 X"$as_dir" : 'X\(/\)' \| \
6385 . : '\(.\)' 2>/dev/null ||
6386echo X"$as_dir" |
6387 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6388 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6389 /^X\(\/\/\)$/{ s//\1/; q; }
6390 /^X\(\/\).*/{ s//\1/; q; }
6391 s/.*/./; q'`
6392 done
6393 test ! -n "$as_dirs" || mkdir $as_dirs
6394 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6395echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6396 { (exit 1); exit 1; }; }; }
6397
6398 ac_builddir=.
6399
6400if test "$ac_dir" != .; then
6401 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6402 # A "../" for each directory in $ac_dir_suffix.
6403 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6404else
6405 ac_dir_suffix= ac_top_builddir=
6406fi
6407
6408case $srcdir in
6409 .) # No --srcdir option. We are building in place.
6410 ac_srcdir=.
6411 if test -z "$ac_top_builddir"; then
6412 ac_top_srcdir=.
6413 else
6414 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6415 fi ;;
6416 [\\/]* | ?:[\\/]* ) # Absolute path.
6417 ac_srcdir=$srcdir$ac_dir_suffix;
6418 ac_top_srcdir=$srcdir ;;
6419 *) # Relative path.
6420 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6421 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6422esac
6423
6424# Do not use `cd foo && pwd` to compute absolute paths, because
6425# the directories may not exist.
6426case `pwd` in
6427.) ac_abs_builddir="$ac_dir";;
6428*)
6429 case "$ac_dir" in
6430 .) ac_abs_builddir=`pwd`;;
6431 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6432 *) ac_abs_builddir=`pwd`/"$ac_dir";;
6433 esac;;
6434esac
6435case $ac_abs_builddir in
6436.) ac_abs_top_builddir=${ac_top_builddir}.;;
6437*)
6438 case ${ac_top_builddir}. in
6439 .) ac_abs_top_builddir=$ac_abs_builddir;;
6440 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6441 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6442 esac;;
6443esac
6444case $ac_abs_builddir in
6445.) ac_abs_srcdir=$ac_srcdir;;
6446*)
6447 case $ac_srcdir in
6448 .) ac_abs_srcdir=$ac_abs_builddir;;
6449 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6450 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6451 esac;;
6452esac
6453case $ac_abs_builddir in
6454.) ac_abs_top_srcdir=$ac_top_srcdir;;
6455*)
6456 case $ac_top_srcdir in
6457 .) ac_abs_top_srcdir=$ac_abs_builddir;;
6458 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6459 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6460 esac;;
6461esac
6462
6463
6464 case $INSTALL in
6465 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6466 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
6467 esac
6468
6469 if test x"$ac_file" != x-; then
6470 { echo "$as_me:$LINENO: creating $ac_file" >&5
6471echo "$as_me: creating $ac_file" >&6;}
6472 rm -f "$ac_file"
6473 fi
6474 # Let's still pretend it is `configure' which instantiates (i.e., don't
6475 # use $as_me), people would be surprised to read:
6476 # /* config.h. Generated by config.status. */
6477 if test x"$ac_file" = x-; then
6478 configure_input=
6479 else
6480 configure_input="$ac_file. "
6481 fi
6482 configure_input=$configure_input"Generated from `echo $ac_file_in |
6483 sed 's,.*/,,'` by configure."
6484
6485 # First look for the input files in the build tree, otherwise in the
6486 # src tree.
6487 ac_file_inputs=`IFS=:
6488 for f in $ac_file_in; do
6489 case $f in
6490 -) echo $tmp/stdin ;;
6491 [\\/$]*)
6492 # Absolute (can't be DOS-style, as IFS=:)
6493 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6494echo "$as_me: error: cannot find input file: $f" >&2;}
6495 { (exit 1); exit 1; }; }
6496 echo "$f";;
6497 *) # Relative
6498 if test -f "$f"; then
6499 # Build tree
6500 echo "$f"
6501 elif test -f "$srcdir/$f"; then
6502 # Source tree
6503 echo "$srcdir/$f"
6504 else
6505 # /dev/null tree
6506 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6507echo "$as_me: error: cannot find input file: $f" >&2;}
6508 { (exit 1); exit 1; }; }
6509 fi;;
6510 esac
6511 done` || { (exit 1); exit 1; }
6512_ACEOF
6513cat >>$CONFIG_STATUS <<_ACEOF
6514 sed "$ac_vpsub
6515$extrasub
6516_ACEOF
6517cat >>$CONFIG_STATUS <<\_ACEOF
6518:t
6519/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6520s,@configure_input@,$configure_input,;t t
6521s,@srcdir@,$ac_srcdir,;t t
6522s,@abs_srcdir@,$ac_abs_srcdir,;t t
6523s,@top_srcdir@,$ac_top_srcdir,;t t
6524s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
6525s,@builddir@,$ac_builddir,;t t
6526s,@abs_builddir@,$ac_abs_builddir,;t t
6527s,@top_builddir@,$ac_top_builddir,;t t
6528s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
6529s,@INSTALL@,$ac_INSTALL,;t t
6530" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
6531 rm -f $tmp/stdin
6532 if test x"$ac_file" != x-; then
6533 mv $tmp/out $ac_file
6534 else
6535 cat $tmp/out
6536 rm -f $tmp/out
6537 fi
6538
6539done
6540_ACEOF
6541cat >>$CONFIG_STATUS <<\_ACEOF
6542
6543#
6544# CONFIG_HEADER section.
6545#
6546
6547# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6548# NAME is the cpp macro being defined and VALUE is the value it is being given.
6549#
6550# ac_d sets the value in "#define NAME VALUE" lines.
6551ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6552ac_dB='[ ].*$,\1#\2'
6553ac_dC=' '
6554ac_dD=',;t'
6555# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6556ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6557ac_uB='$,\1#\2define\3'
6558ac_uC=' '
6559ac_uD=',;t'
6560
6561for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
6562 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6563 case $ac_file in
6564 - | *:- | *:-:* ) # input from stdin
6565 cat >$tmp/stdin
6566 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6567 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6568 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6569 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6570 * ) ac_file_in=$ac_file.in ;;
6571 esac
6572
6573 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
6574echo "$as_me: creating $ac_file" >&6;}
6575
6576 # First look for the input files in the build tree, otherwise in the
6577 # src tree.
6578 ac_file_inputs=`IFS=:
6579 for f in $ac_file_in; do
6580 case $f in
6581 -) echo $tmp/stdin ;;
6582 [\\/$]*)
6583 # Absolute (can't be DOS-style, as IFS=:)
6584 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6585echo "$as_me: error: cannot find input file: $f" >&2;}
6586 { (exit 1); exit 1; }; }
6587 # Do quote $f, to prevent DOS paths from being IFS'd.
6588 echo "$f";;
6589 *) # Relative
6590 if test -f "$f"; then
6591 # Build tree
6592 echo "$f"
6593 elif test -f "$srcdir/$f"; then
6594 # Source tree
6595 echo "$srcdir/$f"
6596 else
6597 # /dev/null tree
6598 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6599echo "$as_me: error: cannot find input file: $f" >&2;}
6600 { (exit 1); exit 1; }; }
6601 fi;;
6602 esac
6603 done` || { (exit 1); exit 1; }
6604 # Remove the trailing spaces.
6605 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
6606
6607_ACEOF
6608
6609# Transform confdefs.h into two sed scripts, `conftest.defines' and
6610# `conftest.undefs', that substitutes the proper values into
6611# config.h.in to produce config.h. The first handles `#define'
6612# templates, and the second `#undef' templates.
6613# And first: Protect against being on the right side of a sed subst in
6614# config.status. Protect against being in an unquoted here document
6615# in config.status.
6616rm -f conftest.defines conftest.undefs
6617# Using a here document instead of a string reduces the quoting nightmare.
6618# Putting comments in sed scripts is not portable.
6619#
6620# `end' is used to avoid that the second main sed command (meant for
6621# 0-ary CPP macros) applies to n-ary macro definitions.
6622# See the Autoconf documentation for `clear'.
6623cat >confdef2sed.sed <<\_ACEOF
6624s/[\\&,]/\\&/g
6625s,[\\$`],\\&,g
6626t clear
6627: clear
6628s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
6629t end
6630s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
6631: end
6632_ACEOF
6633# If some macros were called several times there might be several times
6634# the same #defines, which is useless. Nevertheless, we may not want to
6635# sort them, since we want the *last* AC-DEFINE to be honored.
6636uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
6637sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
6638rm -f confdef2sed.sed
6639
6640# This sed command replaces #undef with comments. This is necessary, for
6641# example, in the case of _POSIX_SOURCE, which is predefined and required
6642# on some systems where configure will not decide to define it.
6643cat >>conftest.undefs <<\_ACEOF
6644s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
6645_ACEOF
6646
6647# Break up conftest.defines because some shells have a limit on the size
6648# of here documents, and old seds have small limits too (100 cmds).
6649echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
6650echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
6651echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6652echo ' :' >>$CONFIG_STATUS
6653rm -f conftest.tail
6654while grep . conftest.defines >/dev/null
6655do
6656 # Write a limited-size here document to $tmp/defines.sed.
6657 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
6658 # Speed up: don't consider the non `#define' lines.
6659 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
6660 # Work around the forget-to-reset-the-flag bug.
6661 echo 't clr' >>$CONFIG_STATUS
6662 echo ': clr' >>$CONFIG_STATUS
6663 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
6664 echo 'CEOF
6665 sed -f $tmp/defines.sed $tmp/in >$tmp/out
6666 rm -f $tmp/in
6667 mv $tmp/out $tmp/in
6668' >>$CONFIG_STATUS
6669 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
6670 rm -f conftest.defines
6671 mv conftest.tail conftest.defines
6672done
6673rm -f conftest.defines
6674echo ' fi # grep' >>$CONFIG_STATUS
6675echo >>$CONFIG_STATUS
6676
6677# Break up conftest.undefs because some shells have a limit on the size
6678# of here documents, and old seds have small limits too (100 cmds).
6679echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
6680rm -f conftest.tail
6681while grep . conftest.undefs >/dev/null
6682do
6683 # Write a limited-size here document to $tmp/undefs.sed.
6684 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
6685 # Speed up: don't consider the non `#undef'
6686 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
6687 # Work around the forget-to-reset-the-flag bug.
6688 echo 't clr' >>$CONFIG_STATUS
6689 echo ': clr' >>$CONFIG_STATUS
6690 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
6691 echo 'CEOF
6692 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
6693 rm -f $tmp/in
6694 mv $tmp/out $tmp/in
6695' >>$CONFIG_STATUS
6696 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
6697 rm -f conftest.undefs
6698 mv conftest.tail conftest.undefs
6699done
6700rm -f conftest.undefs
6701
6702cat >>$CONFIG_STATUS <<\_ACEOF
6703 # Let's still pretend it is `configure' which instantiates (i.e., don't
6704 # use $as_me), people would be surprised to read:
6705 # /* config.h. Generated by config.status. */
6706 if test x"$ac_file" = x-; then
6707 echo "/* Generated by configure. */" >$tmp/config.h
6708 else
6709 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
6710 fi
6711 cat $tmp/in >>$tmp/config.h
6712 rm -f $tmp/in
6713 if test x"$ac_file" != x-; then
6714 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
6715 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6716echo "$as_me: $ac_file is unchanged" >&6;}
6717 else
6718 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6719$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6720 X"$ac_file" : 'X\(//\)[^/]' \| \
6721 X"$ac_file" : 'X\(//\)$' \| \
6722 X"$ac_file" : 'X\(/\)' \| \
6723 . : '\(.\)' 2>/dev/null ||
6724echo X"$ac_file" |
6725 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6726 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6727 /^X\(\/\/\)$/{ s//\1/; q; }
6728 /^X\(\/\).*/{ s//\1/; q; }
6729 s/.*/./; q'`
6730 { if $as_mkdir_p; then
6731 mkdir -p "$ac_dir"
6732 else
6733 as_dir="$ac_dir"
6734 as_dirs=
6735 while test ! -d "$as_dir"; do
6736 as_dirs="$as_dir $as_dirs"
6737 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6738$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6739 X"$as_dir" : 'X\(//\)[^/]' \| \
6740 X"$as_dir" : 'X\(//\)$' \| \
6741 X"$as_dir" : 'X\(/\)' \| \
6742 . : '\(.\)' 2>/dev/null ||
6743echo X"$as_dir" |
6744 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6745 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6746 /^X\(\/\/\)$/{ s//\1/; q; }
6747 /^X\(\/\).*/{ s//\1/; q; }
6748 s/.*/./; q'`
6749 done
6750 test ! -n "$as_dirs" || mkdir $as_dirs
6751 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6752echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6753 { (exit 1); exit 1; }; }; }
6754
6755 rm -f $ac_file
6756 mv $tmp/config.h $ac_file
6757 fi
6758 else
6759 cat $tmp/config.h
6760 rm -f $tmp/config.h
6761 fi
6762# Compute $ac_file's index in $config_headers.
6763_am_stamp_count=1
6764for _am_header in $config_headers :; do
6765 case $_am_header in
6766 $ac_file | $ac_file:* )
6767 break ;;
6768 * )
6769 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6770 esac
6771done
6772echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
6773$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6774 X$ac_file : 'X\(//\)[^/]' \| \
6775 X$ac_file : 'X\(//\)$' \| \
6776 X$ac_file : 'X\(/\)' \| \
6777 . : '\(.\)' 2>/dev/null ||
6778echo X$ac_file |
6779 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6780 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6781 /^X\(\/\/\)$/{ s//\1/; q; }
6782 /^X\(\/\).*/{ s//\1/; q; }
6783 s/.*/./; q'`/stamp-h$_am_stamp_count
6784done
6785_ACEOF
6786cat >>$CONFIG_STATUS <<\_ACEOF
6787
6788#
6789# CONFIG_COMMANDS section.
6790#
6791for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
6792 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
6793 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
6794 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
6795$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6796 X"$ac_dest" : 'X\(//\)[^/]' \| \
6797 X"$ac_dest" : 'X\(//\)$' \| \
6798 X"$ac_dest" : 'X\(/\)' \| \
6799 . : '\(.\)' 2>/dev/null ||
6800echo X"$ac_dest" |
6801 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6802 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6803 /^X\(\/\/\)$/{ s//\1/; q; }
6804 /^X\(\/\).*/{ s//\1/; q; }
6805 s/.*/./; q'`
6806 { if $as_mkdir_p; then
6807 mkdir -p "$ac_dir"
6808 else
6809 as_dir="$ac_dir"
6810 as_dirs=
6811 while test ! -d "$as_dir"; do
6812 as_dirs="$as_dir $as_dirs"
6813 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6814$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6815 X"$as_dir" : 'X\(//\)[^/]' \| \
6816 X"$as_dir" : 'X\(//\)$' \| \
6817 X"$as_dir" : 'X\(/\)' \| \
6818 . : '\(.\)' 2>/dev/null ||
6819echo X"$as_dir" |
6820 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6821 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6822 /^X\(\/\/\)$/{ s//\1/; q; }
6823 /^X\(\/\).*/{ s//\1/; q; }
6824 s/.*/./; q'`
6825 done
6826 test ! -n "$as_dirs" || mkdir $as_dirs
6827 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6828echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6829 { (exit 1); exit 1; }; }; }
6830
6831 ac_builddir=.
6832
6833if test "$ac_dir" != .; then
6834 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6835 # A "../" for each directory in $ac_dir_suffix.
6836 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6837else
6838 ac_dir_suffix= ac_top_builddir=
6839fi
6840
6841case $srcdir in
6842 .) # No --srcdir option. We are building in place.
6843 ac_srcdir=.
6844 if test -z "$ac_top_builddir"; then
6845 ac_top_srcdir=.
6846 else
6847 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6848 fi ;;
6849 [\\/]* | ?:[\\/]* ) # Absolute path.
6850 ac_srcdir=$srcdir$ac_dir_suffix;
6851 ac_top_srcdir=$srcdir ;;
6852 *) # Relative path.
6853 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6854 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6855esac
6856
6857# Do not use `cd foo && pwd` to compute absolute paths, because
6858# the directories may not exist.
6859case `pwd` in
6860.) ac_abs_builddir="$ac_dir";;
6861*)
6862 case "$ac_dir" in
6863 .) ac_abs_builddir=`pwd`;;
6864 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6865 *) ac_abs_builddir=`pwd`/"$ac_dir";;
6866 esac;;
6867esac
6868case $ac_abs_builddir in
6869.) ac_abs_top_builddir=${ac_top_builddir}.;;
6870*)
6871 case ${ac_top_builddir}. in
6872 .) ac_abs_top_builddir=$ac_abs_builddir;;
6873 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6874 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6875 esac;;
6876esac
6877case $ac_abs_builddir in
6878.) ac_abs_srcdir=$ac_srcdir;;
6879*)
6880 case $ac_srcdir in
6881 .) ac_abs_srcdir=$ac_abs_builddir;;
6882 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6883 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6884 esac;;
6885esac
6886case $ac_abs_builddir in
6887.) ac_abs_top_srcdir=$ac_top_srcdir;;
6888*)
6889 case $ac_top_srcdir in
6890 .) ac_abs_top_srcdir=$ac_abs_builddir;;
6891 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6892 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6893 esac;;
6894esac
6895
6896
6897 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
6898echo "$as_me: executing $ac_dest commands" >&6;}
6899 case $ac_dest in
6900 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
6901 # Strip MF so we end up with the name of the file.
6902 mf=`echo "$mf" | sed -e 's/:.*$//'`
6903 # Check whether this is an Automake generated Makefile or not.
6904 # We used to match only the files named `Makefile.in', but
6905 # some people rename them; so instead we look at the file content.
6906 # Grep'ing the first line is not enough: some people post-process
6907 # each Makefile.in and add a new line on top of each file to say so.
6908 # So let's grep whole file.
6909 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
6910 dirpart=`(dirname "$mf") 2>/dev/null ||
6911$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6912 X"$mf" : 'X\(//\)[^/]' \| \
6913 X"$mf" : 'X\(//\)$' \| \
6914 X"$mf" : 'X\(/\)' \| \
6915 . : '\(.\)' 2>/dev/null ||
6916echo X"$mf" |
6917 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6918 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6919 /^X\(\/\/\)$/{ s//\1/; q; }
6920 /^X\(\/\).*/{ s//\1/; q; }
6921 s/.*/./; q'`
6922 else
6923 continue
6924 fi
6925 # Extract the definition of DEPDIR, am__include, and am__quote
6926 # from the Makefile without running `make'.
6927 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6928 test -z "$DEPDIR" && continue
6929 am__include=`sed -n 's/^am__include = //p' < "$mf"`
6930 test -z "am__include" && continue
6931 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6932 # When using ansi2knr, U may be empty or an underscore; expand it
6933 U=`sed -n 's/^U = //p' < "$mf"`
6934 # Find all dependency output files, they are included files with
6935 # $(DEPDIR) in their names. We invoke sed twice because it is the
6936 # simplest approach to changing $(DEPDIR) to its actual value in the
6937 # expansion.
6938 for file in `sed -n "
6939 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6940 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6941 # Make sure the directory exists.
6942 test -f "$dirpart/$file" && continue
6943 fdir=`(dirname "$file") 2>/dev/null ||
6944$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6945 X"$file" : 'X\(//\)[^/]' \| \
6946 X"$file" : 'X\(//\)$' \| \
6947 X"$file" : 'X\(/\)' \| \
6948 . : '\(.\)' 2>/dev/null ||
6949echo X"$file" |
6950 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6951 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6952 /^X\(\/\/\)$/{ s//\1/; q; }
6953 /^X\(\/\).*/{ s//\1/; q; }
6954 s/.*/./; q'`
6955 { if $as_mkdir_p; then
6956 mkdir -p $dirpart/$fdir
6957 else
6958 as_dir=$dirpart/$fdir
6959 as_dirs=
6960 while test ! -d "$as_dir"; do
6961 as_dirs="$as_dir $as_dirs"
6962 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6963$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6964 X"$as_dir" : 'X\(//\)[^/]' \| \
6965 X"$as_dir" : 'X\(//\)$' \| \
6966 X"$as_dir" : 'X\(/\)' \| \
6967 . : '\(.\)' 2>/dev/null ||
6968echo X"$as_dir" |
6969 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6970 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6971 /^X\(\/\/\)$/{ s//\1/; q; }
6972 /^X\(\/\).*/{ s//\1/; q; }
6973 s/.*/./; q'`
6974 done
6975 test ! -n "$as_dirs" || mkdir $as_dirs
6976 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
6977echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
6978 { (exit 1); exit 1; }; }; }
6979
6980 # echo "creating $dirpart/$file"
6981 echo '# dummy' > "$dirpart/$file"
6982 done
6983done
6984 ;;
6985 default-1 )
6986 for ac_file in $CONFIG_FILES; do
6987 # Support "outfile[:infile[:infile...]]"
6988 case "$ac_file" in
6989 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6990 esac
6991 # PO directories have a Makefile.in generated from Makefile.in.in.
6992 case "$ac_file" in */Makefile.in)
6993 # Adjust a relative srcdir.
6994 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
6995 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
6996 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
6997 # In autoconf-2.13 it is called $ac_given_srcdir.
6998 # In autoconf-2.50 it is called $srcdir.
6999 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
7000 case "$ac_given_srcdir" in
7001 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
7002 /*) top_srcdir="$ac_given_srcdir" ;;
7003 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
7004 esac
7005 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
7006 rm -f "$ac_dir/POTFILES"
7007 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
7008 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
7009 POMAKEFILEDEPS="POTFILES.in"
7010 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
7011 # on $ac_dir but don't depend on user-specified configuration
7012 # parameters.
7013 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
7014 # The LINGUAS file contains the set of available languages.
7015 if test -n "$OBSOLETE_ALL_LINGUAS"; then
7016 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
7017 fi
7018 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
7019 # Hide the ALL_LINGUAS assigment from automake.
7020 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
7021 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
7022 else
7023 # The set of available languages was given in configure.in.
7024 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
7025 fi
7026 case "$ac_given_srcdir" in
7027 .) srcdirpre= ;;
7028 *) srcdirpre='$(srcdir)/' ;;
7029 esac
7030 POFILES=
7031 GMOFILES=
7032 UPDATEPOFILES=
7033 DUMMYPOFILES=
7034 for lang in $ALL_LINGUAS; do
7035 POFILES="$POFILES $srcdirpre$lang.po"
7036 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
7037 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
7038 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
7039 done
7040 # CATALOGS depends on both $ac_dir and the user's LINGUAS
7041 # environment variable.
7042 INST_LINGUAS=
7043 if test -n "$ALL_LINGUAS"; then
7044 for presentlang in $ALL_LINGUAS; do
7045 useit=no
7046 if test "%UNSET%" != "$LINGUAS"; then
7047 desiredlanguages="$LINGUAS"
7048 else
7049 desiredlanguages="$ALL_LINGUAS"
7050 fi
7051 for desiredlang in $desiredlanguages; do
7052 # Use the presentlang catalog if desiredlang is
7053 # a. equal to presentlang, or
7054 # b. a variant of presentlang (because in this case,
7055 # presentlang can be used as a fallback for messages
7056 # which are not translated in the desiredlang catalog).
7057 case "$desiredlang" in
7058 "$presentlang"*) useit=yes;;
7059 esac
7060 done
7061 if test $useit = yes; then
7062 INST_LINGUAS="$INST_LINGUAS $presentlang"
7063 fi
7064 done
7065 fi
7066 CATALOGS=
7067 if test -n "$INST_LINGUAS"; then
7068 for lang in $INST_LINGUAS; do
7069 CATALOGS="$CATALOGS $lang.gmo"
7070 done
7071 fi
7072 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
7073 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"
7074 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
7075 if test -f "$f"; then
7076 case "$f" in
7077 *.orig | *.bak | *~) ;;
7078 *) cat "$f" >> "$ac_dir/Makefile" ;;
7079 esac
7080 fi
7081 done
7082 fi
7083 ;;
7084 esac
7085 done ;;
7086 esac
7087done
7088_ACEOF
7089
7090cat >>$CONFIG_STATUS <<\_ACEOF
7091
7092{ (exit 0); exit 0; }
7093_ACEOF
7094chmod +x $CONFIG_STATUS
7095ac_clean_files=$ac_clean_files_save
7096
7097
7098# configure is writing to config.log, and then calls config.status.
7099# config.status does its own redirection, appending to config.log.
7100# Unfortunately, on DOS this fails, as config.log is still kept open
7101# by configure, so config.status won't be able to write to it; its
7102# output is simply discarded. So we exec the FD to /dev/null,
7103# effectively closing config.log, so it can be properly (re)opened and
7104# appended to by config.status. When coming back to configure, we
7105# need to make the FD available again.
7106if test "$no_create" != yes; then
7107 ac_cs_success=:
7108 ac_config_status_args=
7109 test "$silent" = yes &&
7110 ac_config_status_args="$ac_config_status_args --quiet"
7111 exec 5>/dev/null
7112 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7113 exec 5>>config.log
7114 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7115 # would make configure fail if this is the last instruction.
7116 $ac_cs_success || { (exit 1); exit 1; }
7117fi
7118
This page took 0.339018 seconds and 4 git commands to generate.