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