2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
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 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
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+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
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 \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
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
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
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
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; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
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
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
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 |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
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; }; }
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).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if 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
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
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}
267 # Identity of this package.
274 ac_unique_file
="ldmain.c"
275 # Factoring default headers for most tests.
276 ac_includes_default
="\
279 # include <sys/types.h>
282 # include <sys/stat.h>
293 # if !STDC_HEADERS && HAVE_MEMORY_H
299 # include <strings.h>
302 # include <inttypes.h>
312 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL use_sysroot TARGET_SYSTEM_ROOT TARGET_SYSTEM_ROOT_DEFINE WARN_CFLAGS NO_WERROR USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE YACC LEX LEXLIB LEX_OUTPUT_ROOT MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT HDEFINES HOSTING_CRT0 HOSTING_LIBS NATIVE_LIB_DIRS CPP EGREP STRINGIFY EMUL EMULATION_OFILES EMUL_EXTRA_OFILES LIB_PATH EMULATION_LIBPATH TESTBFDLIB datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
313 ac_subst_files
='TDIRS'
315 # Initialize some variables set by options.
317 ac_init_version
=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
327 program_transform_name
=s
,x
,x
,
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.
340 bindir
='${exec_prefix}/bin'
341 sbindir
='${exec_prefix}/sbin'
342 libexecdir
='${exec_prefix}/libexec'
343 datadir
='${prefix}/share'
344 sysconfdir
='${prefix}/etc'
345 sharedstatedir
='${prefix}/com'
346 localstatedir
='${prefix}/var'
347 libdir
='${exec_prefix}/lib'
348 includedir
='${prefix}/include'
349 oldincludedir
='/usr/include'
350 infodir
='${prefix}/info'
351 mandir
='${prefix}/man'
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
363 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365 # Accept the important Cygnus configure options, so we can diagnose typos.
369 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
371 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
374 -build |
--build |
--buil |
--bui |
--bu)
375 ac_prev
=build_alias
;;
376 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
377 build_alias
=$ac_optarg ;;
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 ;;
387 cache_file
=config.cache
;;
389 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
391 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
393 datadir
=$ac_optarg ;;
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" ;;
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'`
412 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 eval "enable_$ac_feature='$ac_optarg'" ;;
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 ;;
426 -gas |
--gas |
--ga |
--g)
427 # Obsolete; use --with-gas.
430 -help |
--help |
--hel |
--he |
-h)
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
;;
437 -host |
--host |
--hos |
--ho)
438 ac_prev
=host_alias
;;
439 -host=* |
--host=* |
--hos=* |
--ho=*)
440 host_alias
=$ac_optarg ;;
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 ;;
449 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
451 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
452 infodir
=$ac_optarg ;;
454 -libdir |
--libdir |
--libdi |
--libd)
456 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
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 ;;
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 ;;
475 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
477 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
481 # Obsolete; use --without-fp.
484 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
485 |
--no-cr |
--no-c |
-n)
488 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
489 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
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 ;;
501 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
503 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
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 ;;
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 ;;
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 ;;
537 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
538 |
-silent |
--silent |
--silen |
--sile |
--sil)
541 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
543 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
545 sbindir
=$ac_optarg ;;
547 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
548 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
549 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
551 ac_prev
=sharedstatedir
;;
552 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
553 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
554 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
556 sharedstatedir
=$ac_optarg ;;
558 -site |
--site |
--sit)
560 -site=* |
--site=* |
--sit=*)
563 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
565 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
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 ;;
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 ;;
580 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
583 -version |
--version |
--versio |
--versi |
--vers |
-V)
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'`
594 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 eval "with_$ac_package='$ac_optarg'" ;;
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" ;;
609 # Obsolete; use --with-x.
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 ;;
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 ;;
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
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'"
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}
652 if 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; }; }
658 # Be sure to have absolute paths.
659 for ac_var
in exec_prefix prefix
661 eval ac_val
=$
`echo $ac_var`
663 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
669 # Be sure to have absolute paths.
670 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
673 eval ac_val
=$
`echo $ac_var`
675 [\\/$
]* | ?
:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
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.
688 # FIXME: To remove some day.
689 if 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
700 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
702 test "$silent" = yes && exec 6>/dev
/null
705 # Find the source files, if location was not specified.
706 if 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 ||
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
722 if test ! -r $srcdir/$ac_unique_file; then
726 ac_srcdir_defaulted
=no
728 if 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; }; }
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
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; }; }
740 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set
=${build_alias+set}
742 ac_env_build_alias_value
=$build_alias
743 ac_cv_env_build_alias_set
=${build_alias+set}
744 ac_cv_env_build_alias_value
=$build_alias
745 ac_env_host_alias_set
=${host_alias+set}
746 ac_env_host_alias_value
=$host_alias
747 ac_cv_env_host_alias_set
=${host_alias+set}
748 ac_cv_env_host_alias_value
=$host_alias
749 ac_env_target_alias_set
=${target_alias+set}
750 ac_env_target_alias_value
=$target_alias
751 ac_cv_env_target_alias_set
=${target_alias+set}
752 ac_cv_env_target_alias_value
=$target_alias
753 ac_env_CC_set
=${CC+set}
755 ac_cv_env_CC_set
=${CC+set}
756 ac_cv_env_CC_value
=$CC
757 ac_env_CFLAGS_set
=${CFLAGS+set}
758 ac_env_CFLAGS_value
=$CFLAGS
759 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value
=$CFLAGS
761 ac_env_LDFLAGS_set
=${LDFLAGS+set}
762 ac_env_LDFLAGS_value
=$LDFLAGS
763 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value
=$LDFLAGS
765 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value
=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
769 ac_env_CPP_set
=${CPP+set}
770 ac_env_CPP_value
=$CPP
771 ac_cv_env_CPP_set
=${CPP+set}
772 ac_cv_env_CPP_value
=$CPP
775 # Report the --help message.
777 if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
781 \`configure' configures this package to adapt to many kinds of systems.
783 Usage: $0 [OPTION]... [VAR=VALUE]...
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE. See below for descriptions of some of the useful variables.
788 Defaults for the options are specified in brackets.
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
804 Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
810 By default, \`make install' will install all the files in
811 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813 for instance \`--prefix=\$HOME'.
815 For better control, use the options below.
817 Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
835 --program-prefix=PREFIX prepend PREFIX to installed program names
836 --program-suffix=SUFFIX append SUFFIX to installed program names
837 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
840 --build=BUILD configure
for building on BUILD
[guessed
]
841 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
842 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
846 if test -n "$ac_init_help"; then
851 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
852 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
853 --disable-dependency-tracking speeds up one-time build
854 --enable-dependency-tracking do not reject slow dependency extractors
855 --enable-shared=PKGS build shared libraries default
=yes
856 --enable-static=PKGS build static libraries default
=yes
857 --enable-fast-install=PKGS optimize
for fast installation default
=yes
858 --disable-libtool-lock avoid locking
(might
break parallel builds
)
859 --enable-targets alternative target configurations
860 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
861 --enable-werror treat compile warnings as errors
862 --enable-build-warnings enable build-time compiler warnings
863 --disable-nls do not use Native Language Support
864 --enable-maintainer-mode enable make rules and dependencies not useful
865 (and sometimes confusing
) to the casual installer
868 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
869 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
870 --with-gnu-ld assume the C compiler uses GNU ld default
=no
871 --with-pic try to use only PIC
/non-PIC objects default
=use both
872 --with-lib-path=dir1
:dir2...
set default LIB_PATH
873 --with-sysroot=DIR Search
for usr
/lib et al within DIR.
875 Some influential environment variables
:
876 CC C compiler
command
877 CFLAGS C compiler flags
878 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
879 nonstandard directory
<lib dir
>
880 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
881 headers
in a nonstandard directory
<include dir
>
884 Use these variables to override the choices made by
`configure' or to help
885 it to find libraries and programs with nonstandard names/locations.
890 if test "$ac_init_help" = "recursive"; then
891 # If there are subdirs, report their specific --help.
893 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
894 test -d $ac_dir || continue
897 if test "$ac_dir" != .; then
898 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
899 # A "../" for each directory in $ac_dir_suffix.
900 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
902 ac_dir_suffix= ac_top_builddir=
906 .) # No --srcdir option. We are building in place.
908 if test -z "$ac_top_builddir"; then
911 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
913 [\\/]* | ?:[\\/]* ) # Absolute path.
914 ac_srcdir=$srcdir$ac_dir_suffix;
915 ac_top_srcdir=$srcdir ;;
917 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
918 ac_top_srcdir=$ac_top_builddir$srcdir ;;
921 # Do not use `cd foo
&& pwd` to compute absolute paths, because
922 # the directories may not exist.
924 .) ac_abs_builddir="$ac_dir";;
927 .) ac_abs_builddir=`pwd`;;
928 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
929 *) ac_abs_builddir=`pwd`/"$ac_dir";;
932 case $ac_abs_builddir in
933 .) ac_abs_top_builddir=${ac_top_builddir}.;;
935 case ${ac_top_builddir}. in
936 .) ac_abs_top_builddir=$ac_abs_builddir;;
937 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
938 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
941 case $ac_abs_builddir in
942 .) ac_abs_srcdir=$ac_srcdir;;
945 .) ac_abs_srcdir=$ac_abs_builddir;;
946 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
947 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
950 case $ac_abs_builddir in
951 .) ac_abs_top_srcdir=$ac_top_srcdir;;
953 case $ac_top_srcdir in
954 .) ac_abs_top_srcdir=$ac_abs_builddir;;
955 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
956 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
961 # Check for guested configure; otherwise get Cygnus style configure.
962 if test -f $ac_srcdir/configure.gnu; then
964 $SHELL $ac_srcdir/configure.gnu --help=recursive
965 elif test -f $ac_srcdir/configure; then
967 $SHELL $ac_srcdir/configure --help=recursive
968 elif test -f $ac_srcdir/configure.ac ||
969 test -f $ac_srcdir/configure.in; then
973 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
979 test -n "$ac_init_help" && exit 0
980 if $ac_init_version; then
983 Copyright (C) 2003 Free Software Foundation, Inc.
984 This configure script is free software; the Free Software Foundation
985 gives unlimited permission to copy, distribute and modify it.
991 This file contains any messages produced by compilers while
992 running configure, to aid debugging if configure makes a mistake.
994 It was created by $as_me, which was
995 generated by GNU Autoconf 2.59. Invocation command line was
1006 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1007 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1008 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1009 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1010 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1012 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1013 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1015 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1016 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1017 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1018 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1019 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1020 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1021 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1029 test -z "$as_dir" && as_dir=.
1030 echo "PATH: $as_dir"
1045 # Keep a trace of the command line.
1046 # Strip out --no-create and --no-recursion so they do not pile up.
1047 # Strip out --silent because we don't want to record it for future runs.
1048 # Also quote any args containing shell meta-characters.
1049 # Make two passes to allow for proper duplicate-argument suppression.
1054 ac_must_keep_next=false
1060 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1062 | -silent | --silent | --silen | --sile | --sil)
1064 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1065 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1068 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1070 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1071 if test $ac_must_keep_next = true; then
1072 ac_must_keep_next=false # Got value, back to normal.
1075 *=* | --config-cache | -C | -disable-* | --disable-* \
1076 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1077 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1078 | -with-* | --with-* | -without-* | --without-* | --x)
1079 case "$ac_configure_args0 " in
1080 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1083 -* ) ac_must_keep_next=true ;;
1086 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1087 # Get rid of the leading space.
1093 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1094 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1096 # When interrupted or exit'd, cleanup temporary files, and complete
1097 # config.log. We remove comments because anyway the quotes in there
1098 # would cause problems or look ugly.
1099 # WARNING: Be sure not to use single quotes in there, as some shells,
1100 # such as our DU 5.0 friend, will then `close
' the trap.
1101 trap 'exit_status
=$?
1102 # Save into config.log some information that might help in debugging.
1107 ## ---------------- ##
1108 ## Cache variables. ##
1109 ## ---------------- ##
1112 # The following way of writing the cache mishandles newlines in values,
1115 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1118 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1119 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1123 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1130 ## ----------------- ##
1131 ## Output variables. ##
1132 ## ----------------- ##
1135 for ac_var
in $ac_subst_vars
1137 eval ac_val
=$
`echo $ac_var`
1138 echo "$ac_var='"'"'$ac_val'"'"'"
1142 if test -n "$ac_subst_files"; then
1149 for ac_var
in $ac_subst_files
1151 eval ac_val
=$
`echo $ac_var`
1152 echo "$ac_var='"'"'$ac_val'"'"'"
1157 if test -s confdefs.h
; then
1164 sed "/^$/d" confdefs.h |
sort
1167 test "$ac_signal" != 0 &&
1168 echo "$as_me: caught signal $ac_signal"
1169 echo "$as_me: exit $exit_status"
1171 rm -f core
*.core
&&
1172 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1175 for ac_signal in 1 2 13 15; do
1176 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1180 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1181 rm -rf conftest* confdefs.h
1182 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1185 # Predefined preprocessor variables.
1187 cat >>confdefs.h <<_ACEOF
1188 #define PACKAGE_NAME "$PACKAGE_NAME"
1192 cat >>confdefs.h <<_ACEOF
1193 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1197 cat >>confdefs.h <<_ACEOF
1198 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1202 cat >>confdefs.h <<_ACEOF
1203 #define PACKAGE_STRING "$PACKAGE_STRING"
1207 cat >>confdefs.h <<_ACEOF
1208 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1212 # Let the site file select an alternate cache file if it wants to.
1213 # Prefer explicitly selected file to automatically selected ones.
1214 if test -z "$CONFIG_SITE"; then
1215 if test "x$prefix" != xNONE; then
1216 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1218 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1221 for ac_site_file in $CONFIG_SITE; do
1222 if test -r "$ac_site_file"; then
1223 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1224 echo "$as_me: loading site script $ac_site_file" >&6;}
1225 sed 's
/^
/|
/' "$ac_site_file" >&5
1230 if test -r "$cache_file"; then
1231 # Some versions of bash will fail to source /dev/null (special
1232 # files actually), so we avoid doing that.
1233 if test -f "$cache_file"; then
1234 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1235 echo "$as_me: loading cache $cache_file" >&6;}
1237 [\\/]* | ?:[\\/]* ) . $cache_file;;
1238 *) . ./$cache_file;;
1242 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1243 echo "$as_me: creating cache $cache_file" >&6;}
1247 # Check that the precious variables saved in the cache have kept the same
1249 ac_cache_corrupted=false
1250 for ac_var in `(set) 2>&1 |
1251 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1252 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1253 eval ac_new_set=\$ac_env_${ac_var}_set
1254 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1255 eval ac_new_val="\$ac_env_${ac_var}_value"
1256 case $ac_old_set,$ac_new_set in
1258 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1259 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1260 ac_cache_corrupted=: ;;
1262 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1263 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1264 ac_cache_corrupted=: ;;
1267 if test "x$ac_old_val" != "x$ac_new_val"; then
1268 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1269 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1270 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1271 echo "$as_me: former value: $ac_old_val" >&2;}
1272 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1273 echo "$as_me: current value: $ac_new_val" >&2;}
1274 ac_cache_corrupted=:
1277 # Pass precious variables to config.status.
1278 if test "$ac_new_set" = set; then
1280 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1281 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1282 *) ac_arg=$ac_var=$ac_new_val ;;
1284 case " $ac_configure_args " in
1285 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1286 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1290 if $ac_cache_corrupted; then
1291 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1292 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1293 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1294 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1295 { (exit 1); exit 1; }; }
1299 ac_cpp='$CPP $CPPFLAGS'
1300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1301 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1302 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1324 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1325 if test -f $ac_dir/install-sh; then
1327 ac_install_sh="$ac_aux_dir/install-sh -c"
1329 elif test -f $ac_dir/install.sh; then
1331 ac_install_sh="$ac_aux_dir/install.sh -c"
1333 elif test -f $ac_dir/shtool; then
1335 ac_install_sh="$ac_aux_dir/shtool install -c"
1339 if test -z "$ac_aux_dir"; then
1340 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1341 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1342 { (exit 1); exit 1; }; }
1344 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1345 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1346 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1348 # Make sure we can run config.sub.
1349 $ac_config_sub sun4 >/dev/null 2>&1 ||
1350 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1351 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1352 { (exit 1); exit 1; }; }
1354 echo "$as_me:$LINENO: checking build system type" >&5
1355 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1356 if test "${ac_cv_build+set}" = set; then
1357 echo $ECHO_N "(cached) $ECHO_C" >&6
1359 ac_cv_build_alias=$build_alias
1360 test -z "$ac_cv_build_alias" &&
1361 ac_cv_build_alias=`$ac_config_guess`
1362 test -z "$ac_cv_build_alias" &&
1363 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1364 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1365 { (exit 1); exit 1; }; }
1366 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1367 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1368 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1369 { (exit 1); exit 1; }; }
1372 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1373 echo "${ECHO_T}$ac_cv_build" >&6
1375 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1376 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1377 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1380 echo "$as_me:$LINENO: checking host system type" >&5
1381 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1382 if test "${ac_cv_host+set}" = set; then
1383 echo $ECHO_N "(cached) $ECHO_C" >&6
1385 ac_cv_host_alias=$host_alias
1386 test -z "$ac_cv_host_alias" &&
1387 ac_cv_host_alias=$ac_cv_build_alias
1388 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1389 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1390 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1391 { (exit 1); exit 1; }; }
1394 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1395 echo "${ECHO_T}$ac_cv_host" >&6
1397 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1398 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1399 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1402 echo "$as_me:$LINENO: checking target system type" >&5
1403 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1404 if test "${ac_cv_target+set}" = set; then
1405 echo $ECHO_N "(cached) $ECHO_C" >&6
1407 ac_cv_target_alias=$target_alias
1408 test "x$ac_cv_target_alias" = "x" &&
1409 ac_cv_target_alias=$ac_cv_host_alias
1410 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1411 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1412 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1413 { (exit 1); exit 1; }; }
1416 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1417 echo "${ECHO_T}$ac_cv_target" >&6
1418 target=$ac_cv_target
1419 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1420 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1421 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1424 # The aliases save the names the user supplied, while $host etc.
1425 # will get canonicalized.
1426 test -n "$target_alias" &&
1427 test "$program_prefix$program_suffix$program_transform_name" = \
1429 program_prefix=${target_alias}-
1431 ac_cpp='$CPP $CPPFLAGS'
1432 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1433 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1434 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1435 if test -n "$ac_tool_prefix"; then
1436 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1437 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1438 echo "$as_me:$LINENO: checking for $ac_word" >&5
1439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1440 if test "${ac_cv_prog_CC+set}" = set; then
1441 echo $ECHO_N "(cached) $ECHO_C" >&6
1443 if test -n "$CC"; then
1444 ac_cv_prog_CC="$CC" # Let the user override the test.
1446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1450 test -z "$as_dir" && as_dir=.
1451 for ac_exec_ext in '' $ac_executable_extensions; do
1452 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1453 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1463 if test -n "$CC"; then
1464 echo "$as_me:$LINENO: result: $CC" >&5
1465 echo "${ECHO_T}$CC" >&6
1467 echo "$as_me:$LINENO: result: no" >&5
1468 echo "${ECHO_T}no" >&6
1472 if test -z "$ac_cv_prog_CC"; then
1474 # Extract the first word of "gcc", so it can be a program name with args.
1475 set dummy gcc; ac_word=$2
1476 echo "$as_me:$LINENO: checking for $ac_word" >&5
1477 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1478 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1479 echo $ECHO_N "(cached) $ECHO_C" >&6
1481 if test -n "$ac_ct_CC"; then
1482 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1488 test -z "$as_dir" && as_dir=.
1489 for ac_exec_ext in '' $ac_executable_extensions; do
1490 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1491 ac_cv_prog_ac_ct_CC="gcc"
1492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1500 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1501 if test -n "$ac_ct_CC"; then
1502 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1503 echo "${ECHO_T}$ac_ct_CC" >&6
1505 echo "$as_me:$LINENO: result: no" >&5
1506 echo "${ECHO_T}no" >&6
1514 if test -z "$CC"; then
1515 if test -n "$ac_tool_prefix"; then
1516 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1517 set dummy ${ac_tool_prefix}cc; ac_word=$2
1518 echo "$as_me:$LINENO: checking for $ac_word" >&5
1519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1520 if test "${ac_cv_prog_CC+set}" = set; then
1521 echo $ECHO_N "(cached) $ECHO_C" >&6
1523 if test -n "$CC"; then
1524 ac_cv_prog_CC="$CC" # Let the user override the test.
1526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1530 test -z "$as_dir" && as_dir=.
1531 for ac_exec_ext in '' $ac_executable_extensions; do
1532 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1533 ac_cv_prog_CC="${ac_tool_prefix}cc"
1534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1543 if test -n "$CC"; then
1544 echo "$as_me:$LINENO: result: $CC" >&5
1545 echo "${ECHO_T}$CC" >&6
1547 echo "$as_me:$LINENO: result: no" >&5
1548 echo "${ECHO_T}no" >&6
1552 if test -z "$ac_cv_prog_CC"; then
1554 # Extract the first word of "cc", so it can be a program name with args.
1555 set dummy cc; ac_word=$2
1556 echo "$as_me:$LINENO: checking for $ac_word" >&5
1557 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1558 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1559 echo $ECHO_N "(cached) $ECHO_C" >&6
1561 if test -n "$ac_ct_CC"; then
1562 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1568 test -z "$as_dir" && as_dir=.
1569 for ac_exec_ext in '' $ac_executable_extensions; do
1570 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1571 ac_cv_prog_ac_ct_CC="cc"
1572 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1580 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1581 if test -n "$ac_ct_CC"; then
1582 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1583 echo "${ECHO_T}$ac_ct_CC" >&6
1585 echo "$as_me:$LINENO: result: no" >&5
1586 echo "${ECHO_T}no" >&6
1595 if test -z "$CC"; then
1596 # Extract the first word of "cc", so it can be a program name with args.
1597 set dummy cc; ac_word=$2
1598 echo "$as_me:$LINENO: checking for $ac_word" >&5
1599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1600 if test "${ac_cv_prog_CC+set}" = set; then
1601 echo $ECHO_N "(cached) $ECHO_C" >&6
1603 if test -n "$CC"; then
1604 ac_cv_prog_CC="$CC" # Let the user override the test.
1607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1611 test -z "$as_dir" && as_dir=.
1612 for ac_exec_ext in '' $ac_executable_extensions; do
1613 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1614 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1615 ac_prog_rejected=yes
1619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1625 if test $ac_prog_rejected = yes; then
1626 # We found a bogon in the path, so make sure we never use it.
1627 set dummy $ac_cv_prog_CC
1629 if test $# != 0; then
1630 # We chose a different compiler from the bogus one.
1631 # However, it has the same basename, so the bogon will be chosen
1632 # first if we set CC to just the basename; use the full file name.
1634 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1640 if test -n "$CC"; then
1641 echo "$as_me:$LINENO: result: $CC" >&5
1642 echo "${ECHO_T}$CC" >&6
1644 echo "$as_me:$LINENO: result: no" >&5
1645 echo "${ECHO_T}no" >&6
1649 if test -z "$CC"; then
1650 if test -n "$ac_tool_prefix"; then
1653 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1654 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1655 echo "$as_me:$LINENO: checking for $ac_word" >&5
1656 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1657 if test "${ac_cv_prog_CC+set}" = set; then
1658 echo $ECHO_N "(cached) $ECHO_C" >&6
1660 if test -n "$CC"; then
1661 ac_cv_prog_CC="$CC" # Let the user override the test.
1663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1667 test -z "$as_dir" && as_dir=.
1668 for ac_exec_ext in '' $ac_executable_extensions; do
1669 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1670 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1680 if test -n "$CC"; then
1681 echo "$as_me:$LINENO: result: $CC" >&5
1682 echo "${ECHO_T}$CC" >&6
1684 echo "$as_me:$LINENO: result: no" >&5
1685 echo "${ECHO_T}no" >&6
1688 test -n "$CC" && break
1691 if test -z "$CC"; then
1695 # Extract the first word of "$ac_prog", so it can be a program name with args.
1696 set dummy $ac_prog; ac_word=$2
1697 echo "$as_me:$LINENO: checking for $ac_word" >&5
1698 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1699 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1700 echo $ECHO_N "(cached) $ECHO_C" >&6
1702 if test -n "$ac_ct_CC"; then
1703 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1709 test -z "$as_dir" && as_dir=.
1710 for ac_exec_ext in '' $ac_executable_extensions; do
1711 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1712 ac_cv_prog_ac_ct_CC="$ac_prog"
1713 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1721 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1722 if test -n "$ac_ct_CC"; then
1723 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1724 echo "${ECHO_T}$ac_ct_CC" >&6
1726 echo "$as_me:$LINENO: result: no" >&5
1727 echo "${ECHO_T}no" >&6
1730 test -n "$ac_ct_CC" && break
1739 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1740 See \`config.log' for more details.
" >&5
1741 echo "$as_me: error
: no acceptable C compiler found
in \
$PATH
1742 See \
`config.log' for more details." >&2;}
1743 { (exit 1); exit 1; }; }
1745 # Provide some information about the compiler.
1746 echo "$as_me:$LINENO:" \
1747 "checking for C compiler version" >&5
1748 ac_compiler=`set X
$ac_compile; echo $2`
1749 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1750 (eval $ac_compiler --version </dev/null >&5) 2>&5
1752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1753 (exit $ac_status); }
1754 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1755 (eval $ac_compiler -v </dev/null >&5) 2>&5
1757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1758 (exit $ac_status); }
1759 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1760 (eval $ac_compiler -V </dev/null >&5) 2>&5
1762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1763 (exit $ac_status); }
1765 cat >conftest.$ac_ext <<_ACEOF
1768 cat confdefs.h >>conftest.$ac_ext
1769 cat >>conftest.$ac_ext <<_ACEOF
1770 /* end confdefs.h. */
1780 ac_clean_files_save=$ac_clean_files
1781 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1782 # Try to create an executable without -o first, disregard a.out.
1783 # It will help us diagnose broken compilers, and finding out an intuition
1785 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1786 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1787 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
1788 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1789 (eval $ac_link_default) 2>&5
1791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1792 (exit $ac_status); }; then
1793 # Find the output, starting from the most likely. This scheme is
1794 # not robust to junk in `.
', hence go to wildcards (a.*) only as a last
1797 # Be careful to initialize this variable, since it used to be cached.
1798 # Otherwise an old cache value of `no' led to
`EXEEXT = no' in a Makefile.
1800 # b.out is created by i960 compilers.
1801 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1803 test -f "$ac_file" || continue
1805 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1808 # This is the source file.
1811 # We found the default executable, but exeext='' is most
1815 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1816 # FIXME: I believe we export ac_cv_exeext for Libtool,
1817 # but it would be cool to find out if it's true. Does anybody
1818 # maintain Libtool? --akim.
1826 echo "$as_me: failed program was:" >&5
1827 sed 's/^/| /' conftest.$ac_ext >&5
1829 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1830 See \`config.log
' for more details." >&5
1831 echo "$as_me: error: C compiler cannot create executables
1832 See \`config.log' for more details.
" >&2;}
1833 { (exit 77); exit 77; }; }
1836 ac_exeext=$ac_cv_exeext
1837 echo "$as_me:$LINENO: result
: $ac_file" >&5
1838 echo "${ECHO_T}$ac_file" >&6
1840 # Check the compiler produces executables we can run. If not, either
1841 # the compiler is broken, or we cross compile.
1842 echo "$as_me:$LINENO: checking whether the C compiler works
" >&5
1843 echo $ECHO_N "checking whether the C compiler works...
$ECHO_C" >&6
1844 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1845 # If not cross compiling, check that we can run a simple program.
1846 if test "$cross_compiling" != yes; then
1847 if { ac_try='./$ac_file'
1848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1851 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
1852 (exit $ac_status); }; }; then
1855 if test "$cross_compiling" = maybe; then
1858 { { echo "$as_me:$LINENO: error
: cannot run C compiled programs.
1859 If you meant to cross compile
, use \
`--host'.
1860 See \`config.log
' for more details." >&5
1861 echo "$as_me: error: cannot run C compiled programs.
1862 If you meant to cross compile, use \`--host'.
1863 See \
`config.log' for more details." >&2;}
1864 { (exit 1); exit 1; }; }
1868 echo "$as_me:$LINENO: result: yes" >&5
1869 echo "${ECHO_T}yes" >&6
1871 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1872 ac_clean_files=$ac_clean_files_save
1873 # Check the compiler produces executables we can run. If not, either
1874 # the compiler is broken, or we cross compile.
1875 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1876 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1877 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1878 echo "${ECHO_T}$cross_compiling" >&6
1880 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1881 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1882 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1883 (eval $ac_link) 2>&5
1885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1886 (exit $ac_status); }; then
1887 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
1888 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
1889 # work properly (i.e., refer to `conftest.exe'), while it won't with
1891 for ac_file
in conftest.exe conftest conftest.
*; do
1892 test -f "$ac_file" ||
continue
1894 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
1895 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
1902 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1903 See \`config.log' for more details." >&5
1904 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1905 See \`config.log' for more details." >&2;}
1906 { (exit 1); exit 1; }; }
1909 rm -f conftest
$ac_cv_exeext
1910 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1911 echo "${ECHO_T}$ac_cv_exeext" >&6
1913 rm -f conftest.
$ac_ext
1914 EXEEXT
=$ac_cv_exeext
1916 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1917 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1918 if test "${ac_cv_objext+set}" = set; then
1919 echo $ECHO_N "(cached) $ECHO_C" >&6
1921 cat >conftest.
$ac_ext <<_ACEOF
1924 cat confdefs.h
>>conftest.
$ac_ext
1925 cat >>conftest.
$ac_ext <<_ACEOF
1926 /* end confdefs.h. */
1936 rm -f conftest.o conftest.obj
1937 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1938 (eval $ac_compile) 2>&5
1940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1941 (exit $ac_status); }; then
1942 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1944 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
1945 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
1950 echo "$as_me: failed program was:" >&5
1951 sed 's/^/| /' conftest.
$ac_ext >&5
1953 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1954 See \`config.log' for more details." >&5
1955 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1956 See \`config.log' for more details." >&2;}
1957 { (exit 1); exit 1; }; }
1960 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
1962 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1963 echo "${ECHO_T}$ac_cv_objext" >&6
1964 OBJEXT
=$ac_cv_objext
1966 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1967 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1968 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1969 echo $ECHO_N "(cached) $ECHO_C" >&6
1971 cat >conftest.
$ac_ext <<_ACEOF
1974 cat confdefs.h
>>conftest.
$ac_ext
1975 cat >>conftest.
$ac_ext <<_ACEOF
1976 /* end confdefs.h. */
1989 rm -f conftest.
$ac_objext
1990 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1991 (eval $ac_compile) 2>conftest.er1
1993 grep -v '^ *+' conftest.er1
>conftest.err
1995 cat conftest.err
>&5
1996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1997 (exit $ac_status); } &&
1998 { ac_try
='test -z "$ac_c_werror_flag"
1999 || test ! -s conftest.err'
2000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2004 (exit $ac_status); }; } &&
2005 { ac_try
='test -s conftest.$ac_objext'
2006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2010 (exit $ac_status); }; }; then
2013 echo "$as_me: failed program was:" >&5
2014 sed 's/^/| /' conftest.
$ac_ext >&5
2018 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2019 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2022 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2023 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2024 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2025 ac_test_CFLAGS
=${CFLAGS+set}
2026 ac_save_CFLAGS
=$CFLAGS
2028 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2029 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2030 if test "${ac_cv_prog_cc_g+set}" = set; then
2031 echo $ECHO_N "(cached) $ECHO_C" >&6
2033 cat >conftest.
$ac_ext <<_ACEOF
2036 cat confdefs.h
>>conftest.
$ac_ext
2037 cat >>conftest.
$ac_ext <<_ACEOF
2038 /* end confdefs.h. */
2048 rm -f conftest.
$ac_objext
2049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2050 (eval $ac_compile) 2>conftest.er1
2052 grep -v '^ *+' conftest.er1
>conftest.err
2054 cat conftest.err
>&5
2055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2056 (exit $ac_status); } &&
2057 { ac_try
='test -z "$ac_c_werror_flag"
2058 || test ! -s conftest.err'
2059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2063 (exit $ac_status); }; } &&
2064 { ac_try
='test -s conftest.$ac_objext'
2065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2069 (exit $ac_status); }; }; then
2072 echo "$as_me: failed program was:" >&5
2073 sed 's/^/| /' conftest.
$ac_ext >&5
2077 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2079 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2080 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2081 if test "$ac_test_CFLAGS" = set; then
2082 CFLAGS
=$ac_save_CFLAGS
2083 elif test $ac_cv_prog_cc_g = yes; then
2084 if test "$GCC" = yes; then
2090 if test "$GCC" = yes; then
2096 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2097 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2098 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2099 echo $ECHO_N "(cached) $ECHO_C" >&6
2101 ac_cv_prog_cc_stdc
=no
2103 cat >conftest.
$ac_ext <<_ACEOF
2106 cat confdefs.h
>>conftest.
$ac_ext
2107 cat >>conftest.
$ac_ext <<_ACEOF
2108 /* end confdefs.h. */
2111 #include <sys/types.h>
2112 #include <sys/stat.h>
2113 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2114 struct buf { int x; };
2115 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2116 static char *e (p, i)
2122 static char *f (char * (*g) (char **, int), char **p, ...)
2127 s = g (p, va_arg (v,int));
2132 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2133 function prototypes and stuff, but not '\xHH' hex character constants.
2134 These don't provoke an error unfortunately, instead are silently treated
2135 as 'x'. The following induces an error, until -std1 is added to get
2136 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2137 array size at least. It's necessary to write '\x00'==0 to get something
2138 that's true only with -std1. */
2139 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2141 int test (int i, double x);
2142 struct s1 {int (*f) (int a);};
2143 struct s2 {int (*f) (double a);};
2144 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2150 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2155 # Don't try gcc -ansi; that turns off useful extensions and
2156 # breaks some systems' header files.
2157 # AIX -qlanglvl=ansi
2158 # Ultrix and OSF/1 -std1
2159 # HP-UX 10.20 and later -Ae
2160 # HP-UX older versions -Aa -D_HPUX_SOURCE
2161 # SVR4 -Xc -D__EXTENSIONS__
2162 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2164 CC
="$ac_save_CC $ac_arg"
2165 rm -f conftest.
$ac_objext
2166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2167 (eval $ac_compile) 2>conftest.er1
2169 grep -v '^ *+' conftest.er1
>conftest.err
2171 cat conftest.err
>&5
2172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2173 (exit $ac_status); } &&
2174 { ac_try
='test -z "$ac_c_werror_flag"
2175 || test ! -s conftest.err'
2176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2180 (exit $ac_status); }; } &&
2181 { ac_try
='test -s conftest.$ac_objext'
2182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2186 (exit $ac_status); }; }; then
2187 ac_cv_prog_cc_stdc
=$ac_arg
2190 echo "$as_me: failed program was:" >&5
2191 sed 's/^/| /' conftest.
$ac_ext >&5
2194 rm -f conftest.err conftest.
$ac_objext
2196 rm -f conftest.
$ac_ext conftest.
$ac_objext
2201 case "x$ac_cv_prog_cc_stdc" in
2203 echo "$as_me:$LINENO: result: none needed" >&5
2204 echo "${ECHO_T}none needed" >&6 ;;
2206 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2207 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2208 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2211 # Some people use a C++ compiler to compile C. Since we use `exit',
2212 # in C++ we need to declare it. In case someone uses the same compiler
2213 # for both compiling C and C++ we need to have the C++ compiler decide
2214 # the declaration of exit, since it's the most demanding environment.
2215 cat >conftest.
$ac_ext <<_ACEOF
2220 rm -f conftest.
$ac_objext
2221 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2222 (eval $ac_compile) 2>conftest.er1
2224 grep -v '^ *+' conftest.er1
>conftest.err
2226 cat conftest.err
>&5
2227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2228 (exit $ac_status); } &&
2229 { ac_try
='test -z "$ac_c_werror_flag"
2230 || test ! -s conftest.err'
2231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2235 (exit $ac_status); }; } &&
2236 { ac_try
='test -s conftest.$ac_objext'
2237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2241 (exit $ac_status); }; }; then
2242 for ac_declaration
in \
2244 'extern "C" void std::exit (int) throw (); using std::exit;' \
2245 'extern "C" void std::exit (int); using std::exit;' \
2246 'extern "C" void exit (int) throw ();' \
2247 'extern "C" void exit (int);' \
2250 cat >conftest.
$ac_ext <<_ACEOF
2253 cat confdefs.h
>>conftest.
$ac_ext
2254 cat >>conftest.
$ac_ext <<_ACEOF
2255 /* end confdefs.h. */
2266 rm -f conftest.
$ac_objext
2267 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2268 (eval $ac_compile) 2>conftest.er1
2270 grep -v '^ *+' conftest.er1
>conftest.err
2272 cat conftest.err
>&5
2273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2274 (exit $ac_status); } &&
2275 { ac_try
='test -z "$ac_c_werror_flag"
2276 || test ! -s conftest.err'
2277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2281 (exit $ac_status); }; } &&
2282 { ac_try
='test -s conftest.$ac_objext'
2283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2287 (exit $ac_status); }; }; then
2290 echo "$as_me: failed program was:" >&5
2291 sed 's/^/| /' conftest.
$ac_ext >&5
2295 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2296 cat >conftest.
$ac_ext <<_ACEOF
2299 cat confdefs.h
>>conftest.
$ac_ext
2300 cat >>conftest.
$ac_ext <<_ACEOF
2301 /* end confdefs.h. */
2311 rm -f conftest.
$ac_objext
2312 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2313 (eval $ac_compile) 2>conftest.er1
2315 grep -v '^ *+' conftest.er1
>conftest.err
2317 cat conftest.err
>&5
2318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2319 (exit $ac_status); } &&
2320 { ac_try
='test -z "$ac_c_werror_flag"
2321 || test ! -s conftest.err'
2322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2326 (exit $ac_status); }; } &&
2327 { ac_try
='test -s conftest.$ac_objext'
2328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2332 (exit $ac_status); }; }; then
2335 echo "$as_me: failed program was:" >&5
2336 sed 's/^/| /' conftest.
$ac_ext >&5
2339 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2342 if test -n "$ac_declaration"; then
2343 echo '#ifdef __cplusplus' >>confdefs.h
2344 echo $ac_declaration >>confdefs.h
2345 echo '#endif' >>confdefs.h
2349 echo "$as_me: failed program was:" >&5
2350 sed 's/^/| /' conftest.
$ac_ext >&5
2353 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2355 ac_cpp
='$CPP $CPPFLAGS'
2356 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2357 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2358 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2361 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2362 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2363 if test "${ac_cv_search_strerror+set}" = set; then
2364 echo $ECHO_N "(cached) $ECHO_C" >&6
2366 ac_func_search_save_LIBS
=$LIBS
2367 ac_cv_search_strerror
=no
2368 cat >conftest.
$ac_ext <<_ACEOF
2371 cat confdefs.h
>>conftest.
$ac_ext
2372 cat >>conftest.
$ac_ext <<_ACEOF
2373 /* end confdefs.h. */
2375 /* Override any gcc2 internal prototype to avoid an error. */
2379 /* We use char because int might match the return type of a gcc2
2380 builtin and then its argument prototype would still apply. */
2390 rm -f conftest.
$ac_objext conftest
$ac_exeext
2391 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2392 (eval $ac_link) 2>conftest.er1
2394 grep -v '^ *+' conftest.er1
>conftest.err
2396 cat conftest.err
>&5
2397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2398 (exit $ac_status); } &&
2399 { ac_try
='test -z "$ac_c_werror_flag"
2400 || test ! -s conftest.err'
2401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2405 (exit $ac_status); }; } &&
2406 { ac_try
='test -s conftest$ac_exeext'
2407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2411 (exit $ac_status); }; }; then
2412 ac_cv_search_strerror
="none required"
2414 echo "$as_me: failed program was:" >&5
2415 sed 's/^/| /' conftest.
$ac_ext >&5
2418 rm -f conftest.err conftest.
$ac_objext \
2419 conftest
$ac_exeext conftest.
$ac_ext
2420 if test "$ac_cv_search_strerror" = no
; then
2421 for ac_lib
in cposix
; do
2422 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
2423 cat >conftest.
$ac_ext <<_ACEOF
2426 cat confdefs.h
>>conftest.
$ac_ext
2427 cat >>conftest.
$ac_ext <<_ACEOF
2428 /* end confdefs.h. */
2430 /* Override any gcc2 internal prototype to avoid an error. */
2434 /* We use char because int might match the return type of a gcc2
2435 builtin and then its argument prototype would still apply. */
2445 rm -f conftest.
$ac_objext conftest
$ac_exeext
2446 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2447 (eval $ac_link) 2>conftest.er1
2449 grep -v '^ *+' conftest.er1
>conftest.err
2451 cat conftest.err
>&5
2452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2453 (exit $ac_status); } &&
2454 { ac_try
='test -z "$ac_c_werror_flag"
2455 || test ! -s conftest.err'
2456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2460 (exit $ac_status); }; } &&
2461 { ac_try
='test -s conftest$ac_exeext'
2462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2466 (exit $ac_status); }; }; then
2467 ac_cv_search_strerror
="-l$ac_lib"
2470 echo "$as_me: failed program was:" >&5
2471 sed 's/^/| /' conftest.
$ac_ext >&5
2474 rm -f conftest.err conftest.
$ac_objext \
2475 conftest
$ac_exeext conftest.
$ac_ext
2478 LIBS
=$ac_func_search_save_LIBS
2480 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2481 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2482 if test "$ac_cv_search_strerror" != no
; then
2483 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
2488 BFD_VERSION
=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2489 am__api_version
="1.9"
2490 # Find a good install program. We prefer a C program (faster),
2491 # so one script is as good as another. But avoid the broken or
2492 # incompatible versions:
2493 # SysV /etc/install, /usr/sbin/install
2494 # SunOS /usr/etc/install
2495 # IRIX /sbin/install
2497 # AmigaOS /C/install, which installs bootblocks on floppy discs
2498 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2499 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2500 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2501 # OS/2's system install, which has a completely different semantic
2502 # ./install, which can be erroneously created by make from ./install.sh.
2503 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2504 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2505 if test -z "$INSTALL"; then
2506 if test "${ac_cv_path_install+set}" = set; then
2507 echo $ECHO_N "(cached) $ECHO_C" >&6
2509 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2513 test -z "$as_dir" && as_dir
=.
2514 # Account for people who put trailing slashes in PATH elements.
2516 .
/ | .
// |
/cC
/* | \
2517 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2518 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2521 # OSF1 and SCO ODT 3.0 have their own names for install.
2522 # Don't use installbsd from OSF since it installs stuff as root
2524 for ac_prog
in ginstall scoinst
install; do
2525 for ac_exec_ext
in '' $ac_executable_extensions; do
2526 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2527 if test $ac_prog = install &&
2528 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2529 # AIX install. It has an incompatible calling convention.
2531 elif test $ac_prog = install &&
2532 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2533 # program-specific install script used by HP pwplus--don't use.
2536 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2548 if test "${ac_cv_path_install+set}" = set; then
2549 INSTALL
=$ac_cv_path_install
2551 # As a last resort, use the slow shell script. We don't cache a
2552 # path for INSTALL within a source directory, because that will
2553 # break other packages using the cache if that directory is
2554 # removed, or if the path is relative.
2555 INSTALL
=$ac_install_sh
2558 echo "$as_me:$LINENO: result: $INSTALL" >&5
2559 echo "${ECHO_T}$INSTALL" >&6
2561 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2562 # It thinks the first close brace ends the variable substitution.
2563 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2565 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2567 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2569 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2570 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2573 echo timestamp
> conftest.
file
2574 # Do `set' in a subshell so we don't clobber the current shell's
2575 # arguments. Must try -L first in case configure is actually a
2576 # symlink; some systems play weird games with the mod time of symlinks
2577 # (eg FreeBSD returns the mod time of the symlink's containing
2580 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2581 if test "$*" = "X"; then
2583 set X
`ls -t $srcdir/configure conftest.file`
2586 if test "$*" != "X $srcdir/configure conftest.file" \
2587 && test "$*" != "X conftest.file $srcdir/configure"; then
2589 # If neither matched, then we have a broken ls. This can happen
2590 # if, for instance, CONFIG_SHELL is bash and it inherits a
2591 # broken ls alias from the environment. This has actually
2592 # happened. Such a system could not be considered "sane".
2593 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2594 alias in your environment" >&5
2595 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2596 alias in your environment" >&2;}
2597 { (exit 1); exit 1; }; }
2600 test "$2" = conftest.
file
2606 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2607 Check your system clock" >&5
2608 echo "$as_me: error: newly created file is older than distributed files!
2609 Check your system clock" >&2;}
2610 { (exit 1); exit 1; }; }
2612 echo "$as_me:$LINENO: result: yes" >&5
2613 echo "${ECHO_T}yes" >&6
2614 test "$program_prefix" != NONE
&&
2615 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
2616 # Use a double $ so make ignores it.
2617 test "$program_suffix" != NONE
&&
2618 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
2619 # Double any \ or $. echo might interpret backslashes.
2620 # By default was `s,x,x', remove it if useless.
2621 cat <<\_ACEOF
>conftest.
sed
2622 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2624 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2627 # expand $ac_aux_dir to an absolute path
2628 am_aux_dir
=`cd $ac_aux_dir && pwd`
2630 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2631 # Use eval to expand $SHELL
2632 if eval "$MISSING --run true"; then
2633 am_missing_run
="$MISSING --run "
2636 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2637 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2640 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
2641 # We used to keeping the `.' as first argument, in order to
2642 # allow $(mkdir_p) to be used without argument. As in
2643 # $(mkdir_p) $(somedir)
2644 # where $(somedir) is conditionally defined. However this is wrong
2646 # 1. if the package is installed by a user who cannot write `.'
2647 # make install will fail,
2648 # 2. the above comment should most certainly read
2649 # $(mkdir_p) $(DESTDIR)$(somedir)
2650 # so it does not work when $(somedir) is undefined and
2651 # $(DESTDIR) is not.
2652 # To support the latter case, we have to write
2653 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2654 # so the `.' trick is pointless.
2655 mkdir_p
='mkdir -p --'
2657 # On NextStep and OpenStep, the `mkdir' command does not
2658 # recognize any option. It will interpret all options as
2659 # directories to create, and then abort because `.' already
2661 for d
in .
/-p .
/--version;
2663 test -d $d && rmdir $d
2665 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2666 if test -f "$ac_aux_dir/mkinstalldirs"; then
2667 mkdir_p
='$(mkinstalldirs)'
2669 mkdir_p
='$(install_sh) -d'
2673 for ac_prog
in gawk mawk nawk
awk
2675 # Extract the first word of "$ac_prog", so it can be a program name with args.
2676 set dummy
$ac_prog; ac_word
=$2
2677 echo "$as_me:$LINENO: checking for $ac_word" >&5
2678 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2679 if test "${ac_cv_prog_AWK+set}" = set; then
2680 echo $ECHO_N "(cached) $ECHO_C" >&6
2682 if test -n "$AWK"; then
2683 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2685 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2689 test -z "$as_dir" && as_dir
=.
2690 for ac_exec_ext
in '' $ac_executable_extensions; do
2691 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2692 ac_cv_prog_AWK
="$ac_prog"
2693 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2702 if test -n "$AWK"; then
2703 echo "$as_me:$LINENO: result: $AWK" >&5
2704 echo "${ECHO_T}$AWK" >&6
2706 echo "$as_me:$LINENO: result: no" >&5
2707 echo "${ECHO_T}no" >&6
2710 test -n "$AWK" && break
2713 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2714 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2715 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
2716 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2717 echo $ECHO_N "(cached) $ECHO_C" >&6
2719 cat >conftest.
make <<\_ACEOF
2721 @
echo 'ac_maketemp="$(MAKE)"'
2723 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2724 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2725 if test -n "$ac_maketemp"; then
2726 eval ac_cv_prog_make_
${ac_make}_set
=yes
2728 eval ac_cv_prog_make_
${ac_make}_set
=no
2732 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2733 echo "$as_me:$LINENO: result: yes" >&5
2734 echo "${ECHO_T}yes" >&6
2737 echo "$as_me:$LINENO: result: no" >&5
2738 echo "${ECHO_T}no" >&6
2739 SET_MAKE
="MAKE=${MAKE-make}"
2742 rm -rf .tst
2>/dev
/null
2743 mkdir .tst
2>/dev
/null
2744 if test -d .tst
; then
2749 rmdir .tst
2>/dev
/null
2751 DEPDIR
="${am__leading_dot}deps"
2753 ac_config_commands
="$ac_config_commands depfiles"
2756 am_make
=${MAKE-make}
2757 cat > confinc
<< 'END'
2762 # If we don't find an include directive, just comment out the code.
2763 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2764 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2768 # First try GNU make style include.
2769 echo "include confinc" > confmf
2770 # We grep out `Entering directory' and `Leaving directory'
2771 # messages which can occur if `w' ends up in MAKEFLAGS.
2772 # In particular we don't look at `^make:' because GNU make might
2773 # be invoked under some other name (usually "gmake"), in which
2774 # case it prints its new name instead of `make'.
2775 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2780 # Now try BSD make style include.
2781 if test "$am__include" = "#"; then
2782 echo '.include "confinc"' > confmf
2783 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2784 am__include
=.include
2791 echo "$as_me:$LINENO: result: $_am_result" >&5
2792 echo "${ECHO_T}$_am_result" >&6
2793 rm -f confinc confmf
2795 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2796 if test "${enable_dependency_tracking+set}" = set; then
2797 enableval
="$enable_dependency_tracking"
2800 if test "x$enable_dependency_tracking" != xno
; then
2801 am_depcomp
="$ac_aux_dir/depcomp"
2806 if test "x$enable_dependency_tracking" != xno; then
2816 # test to see if srcdir already configured
2817 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2818 test -f $srcdir/config.status
; then
2819 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2820 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2821 { (exit 1); exit 1; }; }
2824 # test whether we have cygpath
2825 if test -z "$CYGPATH_W"; then
2826 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2827 CYGPATH_W
='cygpath -w'
2834 # Define the identity of the package.
2836 VERSION
=${BFD_VERSION}
2839 cat >>confdefs.h
<<_ACEOF
2840 #define PACKAGE "$PACKAGE"
2844 cat >>confdefs.h
<<_ACEOF
2845 #define VERSION "$VERSION"
2848 # Some tools Automake needs.
2850 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2853 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
2856 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2859 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
2862 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
2864 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
2866 # Installed binaries are usually stripped using `strip' when the user
2867 # run `make install-strip'. However `strip' might not be the right
2868 # tool to use in cross-compilation environments, therefore Automake
2869 # will honor the `STRIP' environment variable to overrule this program.
2870 if test "$cross_compiling" != no
; then
2871 if test -n "$ac_tool_prefix"; then
2872 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2873 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2874 echo "$as_me:$LINENO: checking for $ac_word" >&5
2875 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2876 if test "${ac_cv_prog_STRIP+set}" = set; then
2877 echo $ECHO_N "(cached) $ECHO_C" >&6
2879 if test -n "$STRIP"; then
2880 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2882 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2886 test -z "$as_dir" && as_dir
=.
2887 for ac_exec_ext
in '' $ac_executable_extensions; do
2888 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2889 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2890 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2898 STRIP
=$ac_cv_prog_STRIP
2899 if test -n "$STRIP"; then
2900 echo "$as_me:$LINENO: result: $STRIP" >&5
2901 echo "${ECHO_T}$STRIP" >&6
2903 echo "$as_me:$LINENO: result: no" >&5
2904 echo "${ECHO_T}no" >&6
2908 if test -z "$ac_cv_prog_STRIP"; then
2910 # Extract the first word of "strip", so it can be a program name with args.
2911 set dummy strip
; ac_word
=$2
2912 echo "$as_me:$LINENO: checking for $ac_word" >&5
2913 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2914 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2915 echo $ECHO_N "(cached) $ECHO_C" >&6
2917 if test -n "$ac_ct_STRIP"; then
2918 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2920 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2924 test -z "$as_dir" && as_dir
=.
2925 for ac_exec_ext
in '' $ac_executable_extensions; do
2926 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2927 ac_cv_prog_ac_ct_STRIP
="strip"
2928 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2934 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
2937 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2938 if test -n "$ac_ct_STRIP"; then
2939 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2940 echo "${ECHO_T}$ac_ct_STRIP" >&6
2942 echo "$as_me:$LINENO: result: no" >&5
2943 echo "${ECHO_T}no" >&6
2948 STRIP
="$ac_cv_prog_STRIP"
2952 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
2954 # We need awk for the "check" target. The system "awk" is bad on
2956 # Always define AMTAR for backward compatibility.
2958 AMTAR
=${AMTAR-"${am_missing_run}tar"}
2960 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
2965 depcc
="$CC" am_compiler_list
=
2967 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2968 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2969 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2970 echo $ECHO_N "(cached) $ECHO_C" >&6
2972 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2973 # We make a subdir and do the tests there. Otherwise we can end up
2974 # making bogus files that we don't know about and never remove. For
2975 # instance it was reported that on HP-UX the gcc test will end up
2976 # making a dummy file named `D' -- because `-MD' means `put the output
2979 # Copy depcomp to subdir because otherwise we won't find it if we're
2980 # using a relative directory.
2981 cp "$am_depcomp" conftest.dir
2983 # We will build objects and dependencies in a subdirectory because
2984 # it helps to detect inapplicable dependency modes. For instance
2985 # both Tru64's cc and ICC support -MD to output dependencies as a
2986 # side effect of compilation, but ICC will put the dependencies in
2987 # the current directory while Tru64 will put them in the object
2991 am_cv_CC_dependencies_compiler_type
=none
2992 if test "$am_compiler_list" = ""; then
2993 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2995 for depmode
in $am_compiler_list; do
2996 # Setup a source with many dependencies, because some compilers
2997 # like to wrap large dependency lists on column 80 (with \), and
2998 # we should not choose a depcomp mode which is confused by this.
3000 # We need to recreate these files for each test, as the compiler may
3001 # overwrite some of them when testing with obscure command lines.
3002 # This happens at least with the AIX C compiler.
3004 for i
in 1 2 3 4 5 6; do
3005 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3006 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3007 # Solaris 8's {/usr,}/bin/sh.
3008 touch sub
/conftst
$i.h
3010 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3014 # after this tag, mechanisms are not by side-effect, so they'll
3015 # only be used when explicitly requested
3016 if test "x$enable_dependency_tracking" = xyes
; then
3024 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3025 # mode. It turns out that the SunPro C++ compiler does not properly
3026 # handle `-M -o', and we need to detect this.
3027 if depmode
=$depmode \
3028 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3029 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3030 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3031 >/dev
/null
2>conftest.err
&&
3032 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3033 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3034 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3035 # icc doesn't choke on unknown options, it will just issue warnings
3036 # or remarks (even with -Werror). So we grep stderr for any message
3037 # that says an option was ignored or not supported.
3038 # When given -MP, icc 7.0 and 7.1 complain thusly:
3039 # icc: Command line warning: ignoring option '-M'; no argument required
3040 # The diagnosis changed in icc 8.0:
3041 # icc: Command line remark: option '-MP' not supported
3042 if (grep 'ignoring option' conftest.err ||
3043 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3044 am_cv_CC_dependencies_compiler_type
=$depmode
3053 am_cv_CC_dependencies_compiler_type
=none
3057 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3058 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3059 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3064 test "x$enable_dependency_tracking" != xno \
3065 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3067 am__fastdepCC_FALSE
='#'
3069 am__fastdepCC_TRUE
='#'
3070 am__fastdepCC_FALSE
=
3076 # Check whether --enable-shared or --disable-shared was given.
3077 if test "${enable_shared+set}" = set; then
3078 enableval
="$enable_shared"
3079 p
=${PACKAGE-default}
3081 yes) enable_shared
=yes ;;
3082 no
) enable_shared
=no
;;
3085 # Look at the argument we got. We use all the common list separators.
3086 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3087 for pkg
in $enableval; do
3088 if test "X$pkg" = "X$p"; then
3098 # Check whether --enable-static or --disable-static was given.
3099 if test "${enable_static+set}" = set; then
3100 enableval
="$enable_static"
3101 p
=${PACKAGE-default}
3103 yes) enable_static
=yes ;;
3104 no
) enable_static
=no
;;
3107 # Look at the argument we got. We use all the common list separators.
3108 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3109 for pkg
in $enableval; do
3110 if test "X$pkg" = "X$p"; then
3120 # Check whether --enable-fast-install or --disable-fast-install was given.
3121 if test "${enable_fast_install+set}" = set; then
3122 enableval
="$enable_fast_install"
3123 p
=${PACKAGE-default}
3125 yes) enable_fast_install
=yes ;;
3126 no
) enable_fast_install
=no
;;
3128 enable_fast_install
=no
3129 # Look at the argument we got. We use all the common list separators.
3130 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3131 for pkg
in $enableval; do
3132 if test "X$pkg" = "X$p"; then
3133 enable_fast_install
=yes
3140 enable_fast_install
=yes
3143 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3144 if test "${with_gnu_ld+set}" = set; then
3145 withval
="$with_gnu_ld"
3146 test "$withval" = no || with_gnu_ld
=yes
3151 if test "$GCC" = yes; then
3152 # Check if gcc -print-prog-name=ld gives a path.
3153 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3154 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3157 # gcc leaves a trailing carriage return which upsets mingw
3158 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3160 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
3163 # Accept absolute paths.
3164 [\\/]* |
[A-Za-z
]:[\\/]*)
3165 re_direlt
='/[^/][^/]*/\.\./'
3166 # Canonicalize the path of ld
3167 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
3168 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
3169 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
3171 test -z "$LD" && LD
="$ac_prog"
3174 # If it fails, then pretend we aren't using GCC.
3178 # If it is relative, then search for the first ld in PATH.
3182 elif test "$with_gnu_ld" = yes; then
3183 echo "$as_me:$LINENO: checking for GNU ld" >&5
3184 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3186 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3187 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3189 if test "${lt_cv_path_LD+set}" = set; then
3190 echo $ECHO_N "(cached) $ECHO_C" >&6
3192 if test -z "$LD"; then
3193 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3194 for ac_dir
in $PATH; do
3195 test -z "$ac_dir" && ac_dir
=.
3196 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3197 lt_cv_path_LD
="$ac_dir/$ac_prog"
3198 # Check to see if the program is GNU ld. I'd rather use --version,
3199 # but apparently some GNU ld's only accept -v.
3200 # Break only if it was the GNU/non-GNU ld that we prefer.
3201 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3202 test "$with_gnu_ld" != no
&& break
3204 test "$with_gnu_ld" != yes && break
3210 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3215 if test -n "$LD"; then
3216 echo "$as_me:$LINENO: result: $LD" >&5
3217 echo "${ECHO_T}$LD" >&6
3219 echo "$as_me:$LINENO: result: no" >&5
3220 echo "${ECHO_T}no" >&6
3222 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3223 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3224 { (exit 1); exit 1; }; }
3225 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3226 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3227 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3228 echo $ECHO_N "(cached) $ECHO_C" >&6
3230 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3231 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3232 lt_cv_prog_gnu_ld
=yes
3234 lt_cv_prog_gnu_ld
=no
3237 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3238 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3239 with_gnu_ld
=$lt_cv_prog_gnu_ld
3242 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3243 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3244 if test "${lt_cv_ld_reload_flag+set}" = set; then
3245 echo $ECHO_N "(cached) $ECHO_C" >&6
3247 lt_cv_ld_reload_flag
='-r'
3249 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3250 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3251 reload_flag
=$lt_cv_ld_reload_flag
3252 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3254 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3255 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3256 if test "${lt_cv_path_NM+set}" = set; then
3257 echo $ECHO_N "(cached) $ECHO_C" >&6
3259 if test -n "$NM"; then
3260 # Let the user override the test.
3263 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3264 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3265 test -z "$ac_dir" && ac_dir
=.
3266 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3267 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3268 # Check to see if the nm accepts a BSD-compat flag.
3269 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3270 # nm: unknown option "B" ignored
3271 # Tru64's nm complains that /dev/null is an invalid object file
3272 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3273 lt_cv_path_NM
="$tmp_nm -B"
3275 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3276 lt_cv_path_NM
="$tmp_nm -p"
3279 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3280 continue # so that we can try to find one that supports BSD flags
3285 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3290 echo "$as_me:$LINENO: result: $NM" >&5
3291 echo "${ECHO_T}$NM" >&6
3293 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3294 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3296 if test "$LN_S" = "ln -s"; then
3297 echo "$as_me:$LINENO: result: yes" >&5
3298 echo "${ECHO_T}yes" >&6
3300 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3301 echo "${ECHO_T}no, using $LN_S" >&6
3304 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3305 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3306 if test "${lt_cv_deplibs_check_method+set}" = set; then
3307 echo $ECHO_N "(cached) $ECHO_C" >&6
3309 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3310 lt_cv_file_magic_test_file
=
3311 lt_cv_deplibs_check_method
='unknown'
3312 # Need to set the preceding variable on all platforms that support
3313 # interlibrary dependencies.
3314 # 'none' -- dependencies not supported.
3315 # `unknown' -- same as none, but documents that we really don't know.
3316 # 'pass_all' -- all dependencies passed with no checks.
3317 # 'test_compile' -- check by making test program.
3318 # 'file_magic [regex]' -- check by looking for files in library path
3319 # which responds to the $file_magic_cmd with a given egrep regex.
3320 # If you have `file' or equivalent on your system and you're not sure
3321 # whether `pass_all' will *always* work, you probably want this one.
3325 lt_cv_deplibs_check_method
=pass_all
3329 lt_cv_deplibs_check_method
=pass_all
3333 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3334 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3335 lt_cv_file_magic_test_file
=/shlib
/libc.so
3338 cygwin
* | mingw
* |pw32
*)
3339 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3340 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3343 darwin
* | rhapsody
*)
3344 # this will be overwritten by pass_all, but leave it in just in case
3345 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3346 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3348 rhapsody
* | darwin1.012
)
3349 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3352 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3355 lt_cv_deplibs_check_method
=pass_all
3358 freebsd
* | kfreebsd
*-gnu)
3359 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3362 # Not sure whether the presence of OpenBSD here was a mistake.
3363 # Let's accept both of them until this is cleared up.
3364 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3365 lt_cv_file_magic_cmd
=/usr
/bin
/file
3366 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3370 lt_cv_deplibs_check_method
=pass_all
3375 lt_cv_deplibs_check_method
=pass_all
3381 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3382 lt_cv_file_magic_cmd
=/usr
/bin
/file
3383 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3386 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3387 lt_cv_file_magic_cmd
=/usr
/bin
/file
3388 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3396 # this will be overridden with pass_all, but let us keep it just in case
3397 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3401 *-32|
*"-32 ") libmagic
=32-bit;;
3402 *-n32|
*"-n32 ") libmagic
=N32
;;
3403 *-64|
*"-64 ") libmagic
=64-bit;;
3404 *) libmagic
=never-match
;;
3406 # this will be overridden with pass_all, but let us keep it just in case
3407 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3410 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3411 lt_cv_deplibs_check_method
=pass_all
3414 # This must be Linux ELF.
3416 lt_cv_deplibs_check_method
=pass_all
3419 netbsd
* | knetbsd
*-gnu)
3420 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3421 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3423 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3428 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3429 lt_cv_file_magic_cmd
=/usr
/bin
/file
3430 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3433 osf3
* | osf4
* | osf5
*)
3434 # this will be overridden with pass_all, but let us keep it just in case
3435 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3436 lt_cv_file_magic_test_file
=/shlib
/libc.so
3437 lt_cv_deplibs_check_method
=pass_all
3441 lt_cv_deplibs_check_method
=pass_all
3445 lt_cv_deplibs_check_method
=pass_all
3446 lt_cv_file_magic_test_file
=/lib
/libc.so
3449 sysv5uw
[78]* | sysv4
*uw2
*)
3450 lt_cv_deplibs_check_method
=pass_all
3453 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3454 case $host_vendor in
3456 lt_cv_deplibs_check_method
=pass_all
3459 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
3460 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3467 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3468 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3469 file_magic_cmd
=$lt_cv_file_magic_cmd
3470 deplibs_check_method
=$lt_cv_deplibs_check_method
3475 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3477 # find the maximum length of command line arguments
3478 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
3479 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
3480 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
3481 echo $ECHO_N "(cached) $ECHO_C" >&6
3488 # On DJGPP, this test can blow up pretty badly due to problems in libc
3489 # (any single argument exceeding 2000 bytes causes a buffer overrun
3490 # during glob expansion). Even if it were fixed, the result of this
3491 # check would be larger than it should be.
3492 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
3496 # On Win9x/ME, this test blows up -- it succeeds, but takes
3497 # about 5 minutes as the teststring grows exponentially.
3498 # Worse, since 9x/ME are not pre-emptively multitasking,
3499 # you end up with a "frozen" computer, even though with patience
3500 # the test eventually succeeds (with a max line length of 256k).
3501 # Instead, let's just punt: use the minimum linelength reported by
3502 # all of the supported platforms: 8192 (on NT/2K/XP).
3503 lt_cv_sys_max_cmd_len
=8192;
3507 # On AmigaOS with pdksh, this test takes hours, literally.
3508 # So we just punt and use a minimum line length of 8192.
3509 lt_cv_sys_max_cmd_len
=8192;
3512 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
3513 # This has been around since 386BSD, at least. Likely further.
3514 if test -x /sbin
/sysctl
; then
3515 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
3516 elif test -x /usr
/sbin
/sysctl
; then
3517 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
3519 lt_cv_sys_max_cmd_len
=65536 # usable default for *BSD
3521 # And add a safety zone
3522 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
3523 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
3529 if test -n "$lt_cv_sys_max_cmd_len" ; then
3530 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
3531 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
3533 echo "$as_me:$LINENO: result: none" >&5
3534 echo "${ECHO_T}none" >&6
3538 # Only perform the check for file, if the check method requires it
3539 case $deplibs_check_method in
3541 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3542 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3543 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3544 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3545 echo $ECHO_N "(cached) $ECHO_C" >&6
3549 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3552 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3555 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3556 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3557 ac_dummy
="/usr/bin:$PATH"
3558 for ac_dir
in $ac_dummy; do
3559 test -z "$ac_dir" && ac_dir
=.
3560 if test -f $ac_dir/${ac_tool_prefix}file; then
3561 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3562 if test -n "$file_magic_test_file"; then
3563 case $deplibs_check_method in
3565 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3566 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3567 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3568 egrep "$file_magic_regex" > /dev
/null
; then
3573 *** Warning: the command libtool uses to detect shared libraries,
3574 *** $file_magic_cmd, produces output that libtool cannot recognize.
3575 *** The result is that libtool may fail to recognize shared libraries
3576 *** as such. This will affect the creation of libtool libraries that
3577 *** depend on shared libraries, but programs linked with such libtool
3578 *** libraries will work regardless of this problem. Nevertheless, you
3579 *** may want to report the problem to your system manager and/or to
3580 *** bug-libtool@gnu.org
3590 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3595 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3596 if test -n "$MAGIC_CMD"; then
3597 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3598 echo "${ECHO_T}$MAGIC_CMD" >&6
3600 echo "$as_me:$LINENO: result: no" >&5
3601 echo "${ECHO_T}no" >&6
3604 if test -z "$lt_cv_path_MAGIC_CMD"; then
3605 if test -n "$ac_tool_prefix"; then
3606 echo "$as_me:$LINENO: checking for file" >&5
3607 echo $ECHO_N "checking for file... $ECHO_C" >&6
3608 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3609 echo $ECHO_N "(cached) $ECHO_C" >&6
3613 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3616 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3619 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3620 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3621 ac_dummy
="/usr/bin:$PATH"
3622 for ac_dir
in $ac_dummy; do
3623 test -z "$ac_dir" && ac_dir
=.
3624 if test -f $ac_dir/file; then
3625 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3626 if test -n "$file_magic_test_file"; then
3627 case $deplibs_check_method in
3629 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3630 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3631 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3632 egrep "$file_magic_regex" > /dev
/null
; then
3637 *** Warning: the command libtool uses to detect shared libraries,
3638 *** $file_magic_cmd, produces output that libtool cannot recognize.
3639 *** The result is that libtool may fail to recognize shared libraries
3640 *** as such. This will affect the creation of libtool libraries that
3641 *** depend on shared libraries, but programs linked with such libtool
3642 *** libraries will work regardless of this problem. Nevertheless, you
3643 *** may want to report the problem to your system manager and/or to
3644 *** bug-libtool@gnu.org
3654 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3659 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3660 if test -n "$MAGIC_CMD"; then
3661 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3662 echo "${ECHO_T}$MAGIC_CMD" >&6
3664 echo "$as_me:$LINENO: result: no" >&5
3665 echo "${ECHO_T}no" >&6
3677 if test -n "$ac_tool_prefix"; then
3678 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3679 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3680 echo "$as_me:$LINENO: checking for $ac_word" >&5
3681 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3682 if test "${ac_cv_prog_RANLIB+set}" = set; then
3683 echo $ECHO_N "(cached) $ECHO_C" >&6
3685 if test -n "$RANLIB"; then
3686 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3688 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3692 test -z "$as_dir" && as_dir
=.
3693 for ac_exec_ext
in '' $ac_executable_extensions; do
3694 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3695 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3696 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3704 RANLIB
=$ac_cv_prog_RANLIB
3705 if test -n "$RANLIB"; then
3706 echo "$as_me:$LINENO: result: $RANLIB" >&5
3707 echo "${ECHO_T}$RANLIB" >&6
3709 echo "$as_me:$LINENO: result: no" >&5
3710 echo "${ECHO_T}no" >&6
3714 if test -z "$ac_cv_prog_RANLIB"; then
3715 ac_ct_RANLIB
=$RANLIB
3716 # Extract the first word of "ranlib", so it can be a program name with args.
3717 set dummy ranlib
; ac_word
=$2
3718 echo "$as_me:$LINENO: checking for $ac_word" >&5
3719 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3720 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3721 echo $ECHO_N "(cached) $ECHO_C" >&6
3723 if test -n "$ac_ct_RANLIB"; then
3724 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3730 test -z "$as_dir" && as_dir
=.
3731 for ac_exec_ext
in '' $ac_executable_extensions; do
3732 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3733 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3734 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3743 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3744 if test -n "$ac_ct_RANLIB"; then
3745 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3746 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3748 echo "$as_me:$LINENO: result: no" >&5
3749 echo "${ECHO_T}no" >&6
3752 RANLIB
=$ac_ct_RANLIB
3754 RANLIB
="$ac_cv_prog_RANLIB"
3757 if test -n "$ac_tool_prefix"; then
3758 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3759 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3760 echo "$as_me:$LINENO: checking for $ac_word" >&5
3761 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3762 if test "${ac_cv_prog_STRIP+set}" = set; then
3763 echo $ECHO_N "(cached) $ECHO_C" >&6
3765 if test -n "$STRIP"; then
3766 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3768 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3772 test -z "$as_dir" && as_dir
=.
3773 for ac_exec_ext
in '' $ac_executable_extensions; do
3774 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3775 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3776 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3784 STRIP
=$ac_cv_prog_STRIP
3785 if test -n "$STRIP"; then
3786 echo "$as_me:$LINENO: result: $STRIP" >&5
3787 echo "${ECHO_T}$STRIP" >&6
3789 echo "$as_me:$LINENO: result: no" >&5
3790 echo "${ECHO_T}no" >&6
3794 if test -z "$ac_cv_prog_STRIP"; then
3796 # Extract the first word of "strip", so it can be a program name with args.
3797 set dummy strip
; ac_word
=$2
3798 echo "$as_me:$LINENO: checking for $ac_word" >&5
3799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3800 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3801 echo $ECHO_N "(cached) $ECHO_C" >&6
3803 if test -n "$ac_ct_STRIP"; then
3804 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3806 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3810 test -z "$as_dir" && as_dir
=.
3811 for ac_exec_ext
in '' $ac_executable_extensions; do
3812 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3813 ac_cv_prog_ac_ct_STRIP
="strip"
3814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3820 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3823 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3824 if test -n "$ac_ct_STRIP"; then
3825 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3826 echo "${ECHO_T}$ac_ct_STRIP" >&6
3828 echo "$as_me:$LINENO: result: no" >&5
3829 echo "${ECHO_T}no" >&6
3834 STRIP
="$ac_cv_prog_STRIP"
3838 # Check for any special flags to pass to ltconfig.
3839 libtool_flags
="--cache-file=$cache_file"
3840 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
3841 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
3842 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
3843 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
3844 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
3847 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3848 if test "${enable_libtool_lock+set}" = set; then
3849 enableval
="$enable_libtool_lock"
3852 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
3853 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
3856 # Check whether --with-pic or --without-pic was given.
3857 if test "${with_pic+set}" = set; then
3863 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
3864 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
3866 # Some flags need to be propagated to the compiler or linker for good
3870 # Find out which ABI we are using.
3871 echo '#line 3871 "configure"' > conftest.
$ac_ext
3872 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3873 (eval $ac_compile) 2>&5
3875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3876 (exit $ac_status); }; then
3877 if test "$lt_cv_prog_gnu_ld" = yes; then
3878 case `/usr/bin/file conftest.$ac_objext` in
3880 LD
="${LD-ld} -melf32bsmip"
3883 LD
="${LD-ld} -melf32bmipn32"
3886 LD
="${LD-ld} -melf64bmip"
3890 case `/usr/bin/file conftest.$ac_objext` in
3907 # Find out which ABI we are using.
3908 echo 'int i;' > conftest.
$ac_ext
3909 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3910 (eval $ac_compile) 2>&5
3912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3913 (exit $ac_status); }; then
3914 case "`/usr/bin/file conftest.o`" in
3926 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
3927 # Find out which ABI we are using.
3928 echo 'int i;' > conftest.
$ac_ext
3929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3930 (eval $ac_compile) 2>&5
3932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933 (exit $ac_status); }; then
3934 case "`/usr/bin/file conftest.o`" in
3938 LD
="${LD-ld} -m elf_i386"
3940 ppc64-
*linux
*|powerpc64-
*linux
*)
3941 LD
="${LD-ld} -m elf32ppclinux"
3944 LD
="${LD-ld} -m elf_s390"
3947 LD
="${LD-ld} -m elf32_sparc"
3954 LD
="${LD-ld} -m elf_x86_64"
3956 ppc
*-*linux
*|powerpc
*-*linux
*)
3957 LD
="${LD-ld} -m elf64ppc"
3960 LD
="${LD-ld} -m elf64_s390"
3963 LD
="${LD-ld} -m elf64_sparc"
3973 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
3974 SAVE_CFLAGS
="$CFLAGS"
3975 CFLAGS
="$CFLAGS -belf"
3976 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3977 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3978 if test "${lt_cv_cc_needs_belf+set}" = set; then
3979 echo $ECHO_N "(cached) $ECHO_C" >&6
3984 ac_cpp
='$CPP $CPPFLAGS'
3985 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3986 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3987 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3989 cat >conftest.
$ac_ext <<_ACEOF
3992 cat confdefs.h
>>conftest.
$ac_ext
3993 cat >>conftest.
$ac_ext <<_ACEOF
3994 /* end confdefs.h. */
4004 rm -f conftest.
$ac_objext conftest
$ac_exeext
4005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4006 (eval $ac_link) 2>conftest.er1
4008 grep -v '^ *+' conftest.er1
>conftest.err
4010 cat conftest.err
>&5
4011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4012 (exit $ac_status); } &&
4013 { ac_try
='test -z "$ac_c_werror_flag"
4014 || test ! -s conftest.err'
4015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4019 (exit $ac_status); }; } &&
4020 { ac_try
='test -s conftest$ac_exeext'
4021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4025 (exit $ac_status); }; }; then
4026 lt_cv_cc_needs_belf
=yes
4028 echo "$as_me: failed program was:" >&5
4029 sed 's/^/| /' conftest.
$ac_ext >&5
4031 lt_cv_cc_needs_belf
=no
4033 rm -f conftest.err conftest.
$ac_objext \
4034 conftest
$ac_exeext conftest.
$ac_ext
4036 ac_cpp
='$CPP $CPPFLAGS'
4037 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4038 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4039 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4042 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4043 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4044 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4045 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4046 CFLAGS
="$SAVE_CFLAGS"
4054 # Save cache, so that ltconfig can load it
4055 cat >confcache
<<\_ACEOF
4056 # This file is a shell script that caches the results of configure
4057 # tests run on this system so they can be shared between configure
4058 # scripts and configure runs, see configure's option --config-cache.
4059 # It is not useful on other systems. If it contains results you don't
4060 # want to keep, you may remove or edit it.
4062 # config.status only pays attention to the cache file if you give it
4063 # the --recheck option to rerun configure.
4065 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4066 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4071 # The following way of writing the cache mishandles newlines in values,
4072 # but we know of no workaround that is simple, portable, and efficient.
4073 # So, don't put newlines in cache variables' values.
4074 # Ultrix sh set writes to stderr and can't be redirected directly,
4075 # and sets the high bit in the cache file unless we assign to the vars.
4078 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4080 # `set' does not quote correctly, so add quotes (double-quote
4081 # substitution turns \\\\ into \\, and sed turns \\ into \).
4084 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4087 # `set' quotes correctly as required by POSIX, so do not add quotes.
4089 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4096 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4098 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4100 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
4101 if test -w $cache_file; then
4102 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4103 cat confcache
>$cache_file
4105 echo "not updating unwritable cache $cache_file"
4110 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4111 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4112 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4113 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4114 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4115 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4116 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4117 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4118 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4119 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4120 echo "$as_me: error: libtool configure failed" >&2;}
4121 { (exit 1); exit 1; }; }
4123 # Reload cache, that may have been modified by ltconfig
4124 if test -r "$cache_file"; then
4125 # Some versions of bash will fail to source /dev/null (special
4126 # files actually), so we avoid doing that.
4127 if test -f "$cache_file"; then
4128 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4129 echo "$as_me: loading cache $cache_file" >&6;}
4131 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
4132 *) . .
/$cache_file;;
4136 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4137 echo "$as_me: creating cache $cache_file" >&6;}
4142 # This can be used to rebuild libtool when needed
4143 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4145 # Always use our own libtool.
4146 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
4148 # Redirect the config.log output again, so that the ltconfig log is not
4149 # clobbered by the next message.
4150 exec 5>>.
/config.log
4159 # Check whether --with-lib-path or --without-lib-path was given.
4160 if test "${with_lib_path+set}" = set; then
4161 withval
="$with_lib_path"
4164 # Check whether --enable-targets or --disable-targets was given.
4165 if test "${enable_targets+set}" = set; then
4166 enableval
="$enable_targets"
4167 case "${enableval}" in
4168 yes |
"") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4169 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4170 { (exit 1); exit 1; }; }
4172 no
) enable_targets
= ;;
4173 *) enable_targets
=$enableval ;;
4175 fi; # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
4176 if test "${enable_64_bit_bfd+set}" = set; then
4177 enableval
="$enable_64_bit_bfd"
4178 case "${enableval}" in
4181 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
4182 echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
4183 { (exit 1); exit 1; }; } ;;
4189 # Check whether --with-sysroot or --without-sysroot was given.
4190 if test "${with_sysroot+set}" = set; then
4191 withval
="$with_sysroot"
4193 case ${with_sysroot} in
4194 yes) TARGET_SYSTEM_ROOT
='${exec_prefix}/${target_alias}/sys-root' ;;
4195 *) TARGET_SYSTEM_ROOT
=$with_sysroot ;;
4198 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
4201 if test "x$exec_prefix" = xNONE
; then
4202 if test "x$prefix" = xNONE
; then
4203 test_prefix
=/usr
/local
4208 test_prefix
=$exec_prefix
4210 case ${TARGET_SYSTEM_ROOT} in
4211 "${test_prefix}"|
"${test_prefix}/"*|\
4212 '${exec_prefix}'|
'${exec_prefix}/'*)
4213 t
="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
4214 TARGET_SYSTEM_ROOT_DEFINE
="$t"
4222 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"\"'
4230 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4232 # Check whether --enable-werror or --disable-werror was given.
4233 if test "${enable_werror+set}" = set; then
4234 enableval
="$enable_werror"
4235 case "${enableval}" in
4236 yes | y
) ERROR_ON_WARNING
="yes" ;;
4237 no | n
) ERROR_ON_WARNING
="no" ;;
4238 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4239 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
4240 { (exit 1); exit 1; }; } ;;
4244 # Enable -Werror by default when using gcc
4245 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4246 ERROR_ON_WARNING
=yes
4250 if test "${ERROR_ON_WARNING}" = yes ; then
4251 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
4252 NO_WERROR
="-Wno-error"
4255 if test "${GCC}" = yes ; then
4256 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
4259 # Check whether --enable-build-warnings or --disable-build-warnings was given.
4260 if test "${enable_build_warnings+set}" = set; then
4261 enableval
="$enable_build_warnings"
4262 case "${enableval}" in
4263 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
4264 no
) if test "${GCC}" = yes ; then
4267 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4268 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
4269 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4270 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
4271 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4275 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
4276 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4283 ac_config_headers
="$ac_config_headers config.h:config.in"
4286 if test -z "$target" ; then
4287 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
4288 echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
4289 { (exit 1); exit 1; }; }
4291 if test -z "$host" ; then
4292 { { echo "$as_me:$LINENO: error: Unrecognized host system type; please check config.sub." >&5
4293 echo "$as_me: error: Unrecognized host system type; please check config.sub." >&2;}
4294 { (exit 1); exit 1; }; }
4297 # host-specific stuff:
4300 ac_cpp
='$CPP $CPPFLAGS'
4301 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4302 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4303 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4304 if test -n "$ac_tool_prefix"; then
4305 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4306 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4307 echo "$as_me:$LINENO: checking for $ac_word" >&5
4308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4309 if test "${ac_cv_prog_CC+set}" = set; then
4310 echo $ECHO_N "(cached) $ECHO_C" >&6
4312 if test -n "$CC"; then
4313 ac_cv_prog_CC
="$CC" # Let the user override the test.
4315 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4319 test -z "$as_dir" && as_dir
=.
4320 for ac_exec_ext
in '' $ac_executable_extensions; do
4321 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4322 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4332 if test -n "$CC"; then
4333 echo "$as_me:$LINENO: result: $CC" >&5
4334 echo "${ECHO_T}$CC" >&6
4336 echo "$as_me:$LINENO: result: no" >&5
4337 echo "${ECHO_T}no" >&6
4341 if test -z "$ac_cv_prog_CC"; then
4343 # Extract the first word of "gcc", so it can be a program name with args.
4344 set dummy gcc
; ac_word
=$2
4345 echo "$as_me:$LINENO: checking for $ac_word" >&5
4346 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4347 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4348 echo $ECHO_N "(cached) $ECHO_C" >&6
4350 if test -n "$ac_ct_CC"; then
4351 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4353 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4357 test -z "$as_dir" && as_dir
=.
4358 for ac_exec_ext
in '' $ac_executable_extensions; do
4359 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4360 ac_cv_prog_ac_ct_CC
="gcc"
4361 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4369 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4370 if test -n "$ac_ct_CC"; then
4371 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4372 echo "${ECHO_T}$ac_ct_CC" >&6
4374 echo "$as_me:$LINENO: result: no" >&5
4375 echo "${ECHO_T}no" >&6
4383 if test -z "$CC"; then
4384 if test -n "$ac_tool_prefix"; then
4385 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4386 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4387 echo "$as_me:$LINENO: checking for $ac_word" >&5
4388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4389 if test "${ac_cv_prog_CC+set}" = set; then
4390 echo $ECHO_N "(cached) $ECHO_C" >&6
4392 if test -n "$CC"; then
4393 ac_cv_prog_CC
="$CC" # Let the user override the test.
4395 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4399 test -z "$as_dir" && as_dir
=.
4400 for ac_exec_ext
in '' $ac_executable_extensions; do
4401 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4402 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4403 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4412 if test -n "$CC"; then
4413 echo "$as_me:$LINENO: result: $CC" >&5
4414 echo "${ECHO_T}$CC" >&6
4416 echo "$as_me:$LINENO: result: no" >&5
4417 echo "${ECHO_T}no" >&6
4421 if test -z "$ac_cv_prog_CC"; then
4423 # Extract the first word of "cc", so it can be a program name with args.
4424 set dummy cc
; ac_word
=$2
4425 echo "$as_me:$LINENO: checking for $ac_word" >&5
4426 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4427 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4428 echo $ECHO_N "(cached) $ECHO_C" >&6
4430 if test -n "$ac_ct_CC"; then
4431 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4433 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4437 test -z "$as_dir" && as_dir
=.
4438 for ac_exec_ext
in '' $ac_executable_extensions; do
4439 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4440 ac_cv_prog_ac_ct_CC
="cc"
4441 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4449 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4450 if test -n "$ac_ct_CC"; then
4451 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4452 echo "${ECHO_T}$ac_ct_CC" >&6
4454 echo "$as_me:$LINENO: result: no" >&5
4455 echo "${ECHO_T}no" >&6
4464 if test -z "$CC"; then
4465 # Extract the first word of "cc", so it can be a program name with args.
4466 set dummy cc
; ac_word
=$2
4467 echo "$as_me:$LINENO: checking for $ac_word" >&5
4468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4469 if test "${ac_cv_prog_CC+set}" = set; then
4470 echo $ECHO_N "(cached) $ECHO_C" >&6
4472 if test -n "$CC"; then
4473 ac_cv_prog_CC
="$CC" # Let the user override the test.
4476 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4480 test -z "$as_dir" && as_dir
=.
4481 for ac_exec_ext
in '' $ac_executable_extensions; do
4482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4483 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4484 ac_prog_rejected
=yes
4488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4494 if test $ac_prog_rejected = yes; then
4495 # We found a bogon in the path, so make sure we never use it.
4496 set dummy
$ac_cv_prog_CC
4498 if test $# != 0; then
4499 # We chose a different compiler from the bogus one.
4500 # However, it has the same basename, so the bogon will be chosen
4501 # first if we set CC to just the basename; use the full file name.
4503 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4509 if test -n "$CC"; then
4510 echo "$as_me:$LINENO: result: $CC" >&5
4511 echo "${ECHO_T}$CC" >&6
4513 echo "$as_me:$LINENO: result: no" >&5
4514 echo "${ECHO_T}no" >&6
4518 if test -z "$CC"; then
4519 if test -n "$ac_tool_prefix"; then
4522 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4523 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4524 echo "$as_me:$LINENO: checking for $ac_word" >&5
4525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4526 if test "${ac_cv_prog_CC+set}" = set; then
4527 echo $ECHO_N "(cached) $ECHO_C" >&6
4529 if test -n "$CC"; then
4530 ac_cv_prog_CC
="$CC" # Let the user override the test.
4532 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4536 test -z "$as_dir" && as_dir
=.
4537 for ac_exec_ext
in '' $ac_executable_extensions; do
4538 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4539 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4549 if test -n "$CC"; then
4550 echo "$as_me:$LINENO: result: $CC" >&5
4551 echo "${ECHO_T}$CC" >&6
4553 echo "$as_me:$LINENO: result: no" >&5
4554 echo "${ECHO_T}no" >&6
4557 test -n "$CC" && break
4560 if test -z "$CC"; then
4564 # Extract the first word of "$ac_prog", so it can be a program name with args.
4565 set dummy
$ac_prog; ac_word
=$2
4566 echo "$as_me:$LINENO: checking for $ac_word" >&5
4567 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4568 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4569 echo $ECHO_N "(cached) $ECHO_C" >&6
4571 if test -n "$ac_ct_CC"; then
4572 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4574 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4578 test -z "$as_dir" && as_dir
=.
4579 for ac_exec_ext
in '' $ac_executable_extensions; do
4580 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4581 ac_cv_prog_ac_ct_CC
="$ac_prog"
4582 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4590 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4591 if test -n "$ac_ct_CC"; then
4592 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4593 echo "${ECHO_T}$ac_ct_CC" >&6
4595 echo "$as_me:$LINENO: result: no" >&5
4596 echo "${ECHO_T}no" >&6
4599 test -n "$ac_ct_CC" && break
4608 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4609 See \`config.log' for more details." >&5
4610 echo "$as_me: error: no acceptable C compiler found in \$PATH
4611 See \`config.log' for more details." >&2;}
4612 { (exit 1); exit 1; }; }
4614 # Provide some information about the compiler.
4615 echo "$as_me:$LINENO:" \
4616 "checking for C compiler version" >&5
4617 ac_compiler
=`set X $ac_compile; echo $2`
4618 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4619 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4622 (exit $ac_status); }
4623 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4624 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4627 (exit $ac_status); }
4628 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4629 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4632 (exit $ac_status); }
4634 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4635 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4636 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4637 echo $ECHO_N "(cached) $ECHO_C" >&6
4639 cat >conftest.
$ac_ext <<_ACEOF
4642 cat confdefs.h
>>conftest.
$ac_ext
4643 cat >>conftest.
$ac_ext <<_ACEOF
4644 /* end confdefs.h. */
4657 rm -f conftest.
$ac_objext
4658 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4659 (eval $ac_compile) 2>conftest.er1
4661 grep -v '^ *+' conftest.er1
>conftest.err
4663 cat conftest.err
>&5
4664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4665 (exit $ac_status); } &&
4666 { ac_try
='test -z "$ac_c_werror_flag"
4667 || test ! -s conftest.err'
4668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4672 (exit $ac_status); }; } &&
4673 { ac_try
='test -s conftest.$ac_objext'
4674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4678 (exit $ac_status); }; }; then
4681 echo "$as_me: failed program was:" >&5
4682 sed 's/^/| /' conftest.
$ac_ext >&5
4686 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4687 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
4690 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4691 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4692 GCC
=`test $ac_compiler_gnu = yes && echo yes`
4693 ac_test_CFLAGS
=${CFLAGS+set}
4694 ac_save_CFLAGS
=$CFLAGS
4696 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4697 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4698 if test "${ac_cv_prog_cc_g+set}" = set; then
4699 echo $ECHO_N "(cached) $ECHO_C" >&6
4701 cat >conftest.
$ac_ext <<_ACEOF
4704 cat confdefs.h
>>conftest.
$ac_ext
4705 cat >>conftest.
$ac_ext <<_ACEOF
4706 /* end confdefs.h. */
4716 rm -f conftest.
$ac_objext
4717 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4718 (eval $ac_compile) 2>conftest.er1
4720 grep -v '^ *+' conftest.er1
>conftest.err
4722 cat conftest.err
>&5
4723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4724 (exit $ac_status); } &&
4725 { ac_try
='test -z "$ac_c_werror_flag"
4726 || test ! -s conftest.err'
4727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4731 (exit $ac_status); }; } &&
4732 { ac_try
='test -s conftest.$ac_objext'
4733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4737 (exit $ac_status); }; }; then
4740 echo "$as_me: failed program was:" >&5
4741 sed 's/^/| /' conftest.
$ac_ext >&5
4745 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4747 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4748 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4749 if test "$ac_test_CFLAGS" = set; then
4750 CFLAGS
=$ac_save_CFLAGS
4751 elif test $ac_cv_prog_cc_g = yes; then
4752 if test "$GCC" = yes; then
4758 if test "$GCC" = yes; then
4764 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4765 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4766 if test "${ac_cv_prog_cc_stdc+set}" = set; then
4767 echo $ECHO_N "(cached) $ECHO_C" >&6
4769 ac_cv_prog_cc_stdc
=no
4771 cat >conftest.
$ac_ext <<_ACEOF
4774 cat confdefs.h
>>conftest.
$ac_ext
4775 cat >>conftest.
$ac_ext <<_ACEOF
4776 /* end confdefs.h. */
4779 #include <sys/types.h>
4780 #include <sys/stat.h>
4781 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4782 struct buf { int x; };
4783 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4784 static char *e (p, i)
4790 static char *f (char * (*g) (char **, int), char **p, ...)
4795 s = g (p, va_arg (v,int));
4800 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4801 function prototypes and stuff, but not '\xHH' hex character constants.
4802 These don't provoke an error unfortunately, instead are silently treated
4803 as 'x'. The following induces an error, until -std1 is added to get
4804 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4805 array size at least. It's necessary to write '\x00'==0 to get something
4806 that's true only with -std1. */
4807 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4809 int test (int i, double x);
4810 struct s1 {int (*f) (int a);};
4811 struct s2 {int (*f) (double a);};
4812 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4818 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4823 # Don't try gcc -ansi; that turns off useful extensions and
4824 # breaks some systems' header files.
4825 # AIX -qlanglvl=ansi
4826 # Ultrix and OSF/1 -std1
4827 # HP-UX 10.20 and later -Ae
4828 # HP-UX older versions -Aa -D_HPUX_SOURCE
4829 # SVR4 -Xc -D__EXTENSIONS__
4830 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4832 CC
="$ac_save_CC $ac_arg"
4833 rm -f conftest.
$ac_objext
4834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4835 (eval $ac_compile) 2>conftest.er1
4837 grep -v '^ *+' conftest.er1
>conftest.err
4839 cat conftest.err
>&5
4840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4841 (exit $ac_status); } &&
4842 { ac_try
='test -z "$ac_c_werror_flag"
4843 || test ! -s conftest.err'
4844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4848 (exit $ac_status); }; } &&
4849 { ac_try
='test -s conftest.$ac_objext'
4850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); }; }; then
4855 ac_cv_prog_cc_stdc
=$ac_arg
4858 echo "$as_me: failed program was:" >&5
4859 sed 's/^/| /' conftest.
$ac_ext >&5
4862 rm -f conftest.err conftest.
$ac_objext
4864 rm -f conftest.
$ac_ext conftest.
$ac_objext
4869 case "x$ac_cv_prog_cc_stdc" in
4871 echo "$as_me:$LINENO: result: none needed" >&5
4872 echo "${ECHO_T}none needed" >&6 ;;
4874 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4875 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4876 CC
="$CC $ac_cv_prog_cc_stdc" ;;
4879 # Some people use a C++ compiler to compile C. Since we use `exit',
4880 # in C++ we need to declare it. In case someone uses the same compiler
4881 # for both compiling C and C++ we need to have the C++ compiler decide
4882 # the declaration of exit, since it's the most demanding environment.
4883 cat >conftest.
$ac_ext <<_ACEOF
4888 rm -f conftest.
$ac_objext
4889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4890 (eval $ac_compile) 2>conftest.er1
4892 grep -v '^ *+' conftest.er1
>conftest.err
4894 cat conftest.err
>&5
4895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4896 (exit $ac_status); } &&
4897 { ac_try
='test -z "$ac_c_werror_flag"
4898 || test ! -s conftest.err'
4899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4903 (exit $ac_status); }; } &&
4904 { ac_try
='test -s conftest.$ac_objext'
4905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4909 (exit $ac_status); }; }; then
4910 for ac_declaration
in \
4912 'extern "C" void std::exit (int) throw (); using std::exit;' \
4913 'extern "C" void std::exit (int); using std::exit;' \
4914 'extern "C" void exit (int) throw ();' \
4915 'extern "C" void exit (int);' \
4918 cat >conftest.
$ac_ext <<_ACEOF
4921 cat confdefs.h
>>conftest.
$ac_ext
4922 cat >>conftest.
$ac_ext <<_ACEOF
4923 /* end confdefs.h. */
4934 rm -f conftest.
$ac_objext
4935 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4936 (eval $ac_compile) 2>conftest.er1
4938 grep -v '^ *+' conftest.er1
>conftest.err
4940 cat conftest.err
>&5
4941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4942 (exit $ac_status); } &&
4943 { ac_try
='test -z "$ac_c_werror_flag"
4944 || test ! -s conftest.err'
4945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4949 (exit $ac_status); }; } &&
4950 { ac_try
='test -s conftest.$ac_objext'
4951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4955 (exit $ac_status); }; }; then
4958 echo "$as_me: failed program was:" >&5
4959 sed 's/^/| /' conftest.
$ac_ext >&5
4963 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4964 cat >conftest.
$ac_ext <<_ACEOF
4967 cat confdefs.h
>>conftest.
$ac_ext
4968 cat >>conftest.
$ac_ext <<_ACEOF
4969 /* end confdefs.h. */
4979 rm -f conftest.
$ac_objext
4980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4981 (eval $ac_compile) 2>conftest.er1
4983 grep -v '^ *+' conftest.er1
>conftest.err
4985 cat conftest.err
>&5
4986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4987 (exit $ac_status); } &&
4988 { ac_try
='test -z "$ac_c_werror_flag"
4989 || test ! -s conftest.err'
4990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4994 (exit $ac_status); }; } &&
4995 { ac_try
='test -s conftest.$ac_objext'
4996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5000 (exit $ac_status); }; }; then
5003 echo "$as_me: failed program was:" >&5
5004 sed 's/^/| /' conftest.
$ac_ext >&5
5007 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5010 if test -n "$ac_declaration"; then
5011 echo '#ifdef __cplusplus' >>confdefs.h
5012 echo $ac_declaration >>confdefs.h
5013 echo '#endif' >>confdefs.h
5017 echo "$as_me: failed program was:" >&5
5018 sed 's/^/| /' conftest.
$ac_ext >&5
5021 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5023 ac_cpp
='$CPP $CPPFLAGS'
5024 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5025 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5026 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5028 # Find a good install program. We prefer a C program (faster),
5029 # so one script is as good as another. But avoid the broken or
5030 # incompatible versions:
5031 # SysV /etc/install, /usr/sbin/install
5032 # SunOS /usr/etc/install
5033 # IRIX /sbin/install
5035 # AmigaOS /C/install, which installs bootblocks on floppy discs
5036 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5037 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5038 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5039 # OS/2's system install, which has a completely different semantic
5040 # ./install, which can be erroneously created by make from ./install.sh.
5041 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5042 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
5043 if test -z "$INSTALL"; then
5044 if test "${ac_cv_path_install+set}" = set; then
5045 echo $ECHO_N "(cached) $ECHO_C" >&6
5047 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5051 test -z "$as_dir" && as_dir
=.
5052 # Account for people who put trailing slashes in PATH elements.
5054 .
/ | .
// |
/cC
/* | \
5055 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
5056 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
5059 # OSF1 and SCO ODT 3.0 have their own names for install.
5060 # Don't use installbsd from OSF since it installs stuff as root
5062 for ac_prog
in ginstall scoinst
install; do
5063 for ac_exec_ext
in '' $ac_executable_extensions; do
5064 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5065 if test $ac_prog = install &&
5066 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
5067 # AIX install. It has an incompatible calling convention.
5069 elif test $ac_prog = install &&
5070 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
5071 # program-specific install script used by HP pwplus--don't use.
5074 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
5086 if test "${ac_cv_path_install+set}" = set; then
5087 INSTALL
=$ac_cv_path_install
5089 # As a last resort, use the slow shell script. We don't cache a
5090 # path for INSTALL within a source directory, because that will
5091 # break other packages using the cache if that directory is
5092 # removed, or if the path is relative.
5093 INSTALL
=$ac_install_sh
5096 echo "$as_me:$LINENO: result: $INSTALL" >&5
5097 echo "${ECHO_T}$INSTALL" >&6
5099 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5100 # It thinks the first close brace ends the variable substitution.
5101 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
5103 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
5105 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
5108 ALL_LINGUAS
="fr sv tr es da vi zh_CN zh_TW ga"
5109 # If we haven't got the data from the intl directory,
5110 # assume NLS is disabled.
5119 if test -f ..
/intl
/config.intl
; then
5120 . ..
/intl
/config.intl
5122 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
5123 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
5124 if test x
"$USE_NLS" != xyes
; then
5125 echo "$as_me:$LINENO: result: no" >&5
5126 echo "${ECHO_T}no" >&6
5128 echo "$as_me:$LINENO: result: yes" >&5
5129 echo "${ECHO_T}yes" >&6
5131 cat >>confdefs.h
<<\_ACEOF
5132 #define ENABLE_NLS 1
5136 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
5137 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
5138 # Look for .po and .gmo files in the source directory.
5141 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
5142 # If there aren't any .gmo files the shell will give us the
5143 # literal string "../path/to/srcdir/po/*.gmo" which has to be
5145 case "$cat" in *\
**)
5148 # The quadruple backslash is collapsed to a double backslash
5149 # by the backticks, then collapsed again by the double quotes,
5150 # leaving us with one backslash in the sed expression (right
5151 # before the dot that mustn't act as a wildcard).
5152 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
5153 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
5154 # The user is allowed to set LINGUAS to a list of languages to
5155 # install catalogs for. If it's empty that means "all of them."
5156 if test "x$LINGUAS" = x
; then
5157 CATALOGS
="$CATALOGS $cat"
5158 XLINGUAS
="$XLINGUAS $lang"
5160 case "$LINGUAS" in *$lang*)
5161 CATALOGS
="$CATALOGS $cat"
5162 XLINGUAS
="$XLINGUAS $lang"
5168 echo "$as_me:$LINENO: result: $LINGUAS" >&5
5169 echo "${ECHO_T}$LINGUAS" >&6
5183 if test -n "$ac_aux_dir"; then
5184 case "$ac_aux_dir" in
5185 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
5186 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
5189 if test -z "$MKINSTALLDIRS"; then
5190 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
5195 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
5196 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
5197 # Check whether --enable-nls or --disable-nls was given.
5198 if test "${enable_nls+set}" = set; then
5199 enableval
="$enable_nls"
5204 echo "$as_me:$LINENO: result: $USE_NLS" >&5
5205 echo "${ECHO_T}$USE_NLS" >&6
5212 # Prepare PATH_SEPARATOR.
5213 # The user is always right.
5214 if test "${PATH_SEPARATOR+set}" != set; then
5215 echo "#! /bin/sh" >conf$$.sh
5216 echo "exit 0" >>conf$$.sh
5218 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5226 # Find out how to test for executable files. Don't use a zero-byte file,
5227 # as systems may use methods other than mode bits to determine executability.
5228 cat >conf$$.
file <<_ASEOF
5232 chmod +x conf$$.
file
5233 if test -x conf$$.
file >/dev
/null
2>&1; then
5234 ac_executable_p
="test -x"
5236 ac_executable_p
="test -f"
5240 # Extract the first word of "msgfmt", so it can be a program name with args.
5241 set dummy msgfmt
; ac_word
=$2
5242 echo "$as_me:$LINENO: checking for $ac_word" >&5
5243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5244 if test "${ac_cv_path_MSGFMT+set}" = set; then
5245 echo $ECHO_N "(cached) $ECHO_C" >&6
5249 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
5252 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
5253 for ac_dir
in $PATH; do
5255 test -z "$ac_dir" && ac_dir
=.
5256 for ac_exec_ext
in '' $ac_executable_extensions; do
5257 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
5258 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
5259 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
5260 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
5267 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
5271 MSGFMT
="$ac_cv_path_MSGFMT"
5272 if test "$MSGFMT" != ":"; then
5273 echo "$as_me:$LINENO: result: $MSGFMT" >&5
5274 echo "${ECHO_T}$MSGFMT" >&6
5276 echo "$as_me:$LINENO: result: no" >&5
5277 echo "${ECHO_T}no" >&6
5280 # Extract the first word of "gmsgfmt", so it can be a program name with args.
5281 set dummy gmsgfmt
; ac_word
=$2
5282 echo "$as_me:$LINENO: checking for $ac_word" >&5
5283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5284 if test "${ac_cv_path_GMSGFMT+set}" = set; then
5285 echo $ECHO_N "(cached) $ECHO_C" >&6
5289 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
5292 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5296 test -z "$as_dir" && as_dir
=.
5297 for ac_exec_ext
in '' $ac_executable_extensions; do
5298 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5299 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
5300 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5306 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
5310 GMSGFMT
=$ac_cv_path_GMSGFMT
5312 if test -n "$GMSGFMT"; then
5313 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
5314 echo "${ECHO_T}$GMSGFMT" >&6
5316 echo "$as_me:$LINENO: result: no" >&5
5317 echo "${ECHO_T}no" >&6
5322 # Prepare PATH_SEPARATOR.
5323 # The user is always right.
5324 if test "${PATH_SEPARATOR+set}" != set; then
5325 echo "#! /bin/sh" >conf$$.sh
5326 echo "exit 0" >>conf$$.sh
5328 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5336 # Find out how to test for executable files. Don't use a zero-byte file,
5337 # as systems may use methods other than mode bits to determine executability.
5338 cat >conf$$.
file <<_ASEOF
5342 chmod +x conf$$.
file
5343 if test -x conf$$.
file >/dev
/null
2>&1; then
5344 ac_executable_p
="test -x"
5346 ac_executable_p
="test -f"
5350 # Extract the first word of "xgettext", so it can be a program name with args.
5351 set dummy xgettext
; ac_word
=$2
5352 echo "$as_me:$LINENO: checking for $ac_word" >&5
5353 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5354 if test "${ac_cv_path_XGETTEXT+set}" = set; then
5355 echo $ECHO_N "(cached) $ECHO_C" >&6
5359 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
5362 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
5363 for ac_dir
in $PATH; do
5365 test -z "$ac_dir" && ac_dir
=.
5366 for ac_exec_ext
in '' $ac_executable_extensions; do
5367 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
5368 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
5369 (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
5370 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
5377 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
5381 XGETTEXT
="$ac_cv_path_XGETTEXT"
5382 if test "$XGETTEXT" != ":"; then
5383 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
5384 echo "${ECHO_T}$XGETTEXT" >&6
5386 echo "$as_me:$LINENO: result: no" >&5
5387 echo "${ECHO_T}no" >&6
5393 # Prepare PATH_SEPARATOR.
5394 # The user is always right.
5395 if test "${PATH_SEPARATOR+set}" != set; then
5396 echo "#! /bin/sh" >conf$$.sh
5397 echo "exit 0" >>conf$$.sh
5399 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5407 # Find out how to test for executable files. Don't use a zero-byte file,
5408 # as systems may use methods other than mode bits to determine executability.
5409 cat >conf$$.
file <<_ASEOF
5413 chmod +x conf$$.
file
5414 if test -x conf$$.
file >/dev
/null
2>&1; then
5415 ac_executable_p
="test -x"
5417 ac_executable_p
="test -f"
5421 # Extract the first word of "msgmerge", so it can be a program name with args.
5422 set dummy msgmerge
; ac_word
=$2
5423 echo "$as_me:$LINENO: checking for $ac_word" >&5
5424 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5425 if test "${ac_cv_path_MSGMERGE+set}" = set; then
5426 echo $ECHO_N "(cached) $ECHO_C" >&6
5430 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
5433 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
5434 for ac_dir
in $PATH; do
5436 test -z "$ac_dir" && ac_dir
=.
5437 for ac_exec_ext
in '' $ac_executable_extensions; do
5438 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
5439 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
5440 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
5447 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
5451 MSGMERGE
="$ac_cv_path_MSGMERGE"
5452 if test "$MSGMERGE" != ":"; then
5453 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
5454 echo "${ECHO_T}$MSGMERGE" >&6
5456 echo "$as_me:$LINENO: result: no" >&5
5457 echo "${ECHO_T}no" >&6
5461 if test "$GMSGFMT" != ":"; then
5462 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
5463 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
5466 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
5467 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
5468 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
5473 if test "$XGETTEXT" != ":"; then
5474 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
5475 (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
5478 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
5479 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
5485 ac_config_commands
="$ac_config_commands default-1"
5491 for ac_prog
in 'bison -y' byacc
5493 # Extract the first word of "$ac_prog", so it can be a program name with args.
5494 set dummy
$ac_prog; ac_word
=$2
5495 echo "$as_me:$LINENO: checking for $ac_word" >&5
5496 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5497 if test "${ac_cv_prog_YACC+set}" = set; then
5498 echo $ECHO_N "(cached) $ECHO_C" >&6
5500 if test -n "$YACC"; then
5501 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
5503 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5507 test -z "$as_dir" && as_dir
=.
5508 for ac_exec_ext
in '' $ac_executable_extensions; do
5509 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5510 ac_cv_prog_YACC
="$ac_prog"
5511 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5519 YACC
=$ac_cv_prog_YACC
5520 if test -n "$YACC"; then
5521 echo "$as_me:$LINENO: result: $YACC" >&5
5522 echo "${ECHO_T}$YACC" >&6
5524 echo "$as_me:$LINENO: result: no" >&5
5525 echo "${ECHO_T}no" >&6
5528 test -n "$YACC" && break
5530 test -n "$YACC" || YACC
="yacc"
5532 for ac_prog
in flex
lex
5534 # Extract the first word of "$ac_prog", so it can be a program name with args.
5535 set dummy
$ac_prog; ac_word
=$2
5536 echo "$as_me:$LINENO: checking for $ac_word" >&5
5537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5538 if test "${ac_cv_prog_LEX+set}" = set; then
5539 echo $ECHO_N "(cached) $ECHO_C" >&6
5541 if test -n "$LEX"; then
5542 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
5544 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5548 test -z "$as_dir" && as_dir
=.
5549 for ac_exec_ext
in '' $ac_executable_extensions; do
5550 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5551 ac_cv_prog_LEX
="$ac_prog"
5552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5561 if test -n "$LEX"; then
5562 echo "$as_me:$LINENO: result: $LEX" >&5
5563 echo "${ECHO_T}$LEX" >&6
5565 echo "$as_me:$LINENO: result: no" >&5
5566 echo "${ECHO_T}no" >&6
5569 test -n "$LEX" && break
5571 test -n "$LEX" || LEX
=":"
5573 if test -z "$LEXLIB"
5575 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
5576 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
5577 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
5578 echo $ECHO_N "(cached) $ECHO_C" >&6
5580 ac_check_lib_save_LIBS
=$LIBS
5582 cat >conftest.
$ac_ext <<_ACEOF
5585 cat confdefs.h
>>conftest.
$ac_ext
5586 cat >>conftest.
$ac_ext <<_ACEOF
5587 /* end confdefs.h. */
5589 /* Override any gcc2 internal prototype to avoid an error. */
5593 /* We use char because int might match the return type of a gcc2
5594 builtin and then its argument prototype would still apply. */
5604 rm -f conftest.
$ac_objext conftest
$ac_exeext
5605 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5606 (eval $ac_link) 2>conftest.er1
5608 grep -v '^ *+' conftest.er1
>conftest.err
5610 cat conftest.err
>&5
5611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5612 (exit $ac_status); } &&
5613 { ac_try
='test -z "$ac_c_werror_flag"
5614 || test ! -s conftest.err'
5615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5619 (exit $ac_status); }; } &&
5620 { ac_try
='test -s conftest$ac_exeext'
5621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5625 (exit $ac_status); }; }; then
5626 ac_cv_lib_fl_yywrap
=yes
5628 echo "$as_me: failed program was:" >&5
5629 sed 's/^/| /' conftest.
$ac_ext >&5
5631 ac_cv_lib_fl_yywrap
=no
5633 rm -f conftest.err conftest.
$ac_objext \
5634 conftest
$ac_exeext conftest.
$ac_ext
5635 LIBS
=$ac_check_lib_save_LIBS
5637 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
5638 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
5639 if test $ac_cv_lib_fl_yywrap = yes; then
5642 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
5643 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
5644 if test "${ac_cv_lib_l_yywrap+set}" = set; then
5645 echo $ECHO_N "(cached) $ECHO_C" >&6
5647 ac_check_lib_save_LIBS
=$LIBS
5649 cat >conftest.
$ac_ext <<_ACEOF
5652 cat confdefs.h
>>conftest.
$ac_ext
5653 cat >>conftest.
$ac_ext <<_ACEOF
5654 /* end confdefs.h. */
5656 /* Override any gcc2 internal prototype to avoid an error. */
5660 /* We use char because int might match the return type of a gcc2
5661 builtin and then its argument prototype would still apply. */
5671 rm -f conftest.
$ac_objext conftest
$ac_exeext
5672 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5673 (eval $ac_link) 2>conftest.er1
5675 grep -v '^ *+' conftest.er1
>conftest.err
5677 cat conftest.err
>&5
5678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5679 (exit $ac_status); } &&
5680 { ac_try
='test -z "$ac_c_werror_flag"
5681 || test ! -s conftest.err'
5682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5686 (exit $ac_status); }; } &&
5687 { ac_try
='test -s conftest$ac_exeext'
5688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5692 (exit $ac_status); }; }; then
5693 ac_cv_lib_l_yywrap
=yes
5695 echo "$as_me: failed program was:" >&5
5696 sed 's/^/| /' conftest.
$ac_ext >&5
5698 ac_cv_lib_l_yywrap
=no
5700 rm -f conftest.err conftest.
$ac_objext \
5701 conftest
$ac_exeext conftest.
$ac_ext
5702 LIBS
=$ac_check_lib_save_LIBS
5704 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
5705 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
5706 if test $ac_cv_lib_l_yywrap = yes; then
5714 if test "x$LEX" != "x:"; then
5715 echo "$as_me:$LINENO: checking lex output file root" >&5
5716 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
5717 if test "${ac_cv_prog_lex_root+set}" = set; then
5718 echo $ECHO_N "(cached) $ECHO_C" >&6
5720 # The minimal lex program is just a single line: %%. But some broken lexes
5721 # (Solaris, I think it was) want two %% lines, so accommodate them.
5722 cat >conftest.l
<<_ACEOF
5726 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
5727 (eval $LEX conftest.l
) 2>&5
5729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5730 (exit $ac_status); }
5731 if test -f lex.yy.c
; then
5732 ac_cv_prog_lex_root
=lex.yy
5733 elif test -f lexyy.c
; then
5734 ac_cv_prog_lex_root
=lexyy
5736 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5737 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5738 { (exit 1); exit 1; }; }
5741 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5742 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
5744 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
5746 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5747 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
5748 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5749 echo $ECHO_N "(cached) $ECHO_C" >&6
5751 # POSIX says lex can declare yytext either as a pointer or an array; the
5752 # default is implementation-dependent. Figure out which it is, since
5753 # not all implementations provide the %pointer and %array declarations.
5754 ac_cv_prog_lex_yytext_pointer
=no
5755 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
5757 LIBS
="$LIBS $LEXLIB"
5758 cat >conftest.
$ac_ext <<_ACEOF
5759 `cat $LEX_OUTPUT_ROOT.c`
5761 rm -f conftest.
$ac_objext conftest
$ac_exeext
5762 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5763 (eval $ac_link) 2>conftest.er1
5765 grep -v '^ *+' conftest.er1
>conftest.err
5767 cat conftest.err
>&5
5768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5769 (exit $ac_status); } &&
5770 { ac_try
='test -z "$ac_c_werror_flag"
5771 || test ! -s conftest.err'
5772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5776 (exit $ac_status); }; } &&
5777 { ac_try
='test -s conftest$ac_exeext'
5778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5782 (exit $ac_status); }; }; then
5783 ac_cv_prog_lex_yytext_pointer
=yes
5785 echo "$as_me: failed program was:" >&5
5786 sed 's/^/| /' conftest.
$ac_ext >&5
5789 rm -f conftest.err conftest.
$ac_objext \
5790 conftest
$ac_exeext conftest.
$ac_ext
5792 rm -f "${LEX_OUTPUT_ROOT}.c"
5795 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5796 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
5797 if test $ac_cv_prog_lex_yytext_pointer = yes; then
5799 cat >>confdefs.h
<<\_ACEOF
5800 #define YYTEXT_POINTER 1
5806 if test "$LEX" = :; then
5807 LEX
=${am_missing_run}flex
5810 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
5811 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
5812 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
5813 if test "${enable_maintainer_mode+set}" = set; then
5814 enableval
="$enable_maintainer_mode"
5815 USE_MAINTAINER_MODE
=$enableval
5817 USE_MAINTAINER_MODE
=no
5819 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
5820 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
5823 if test $USE_MAINTAINER_MODE = yes; then
5824 MAINTAINER_MODE_TRUE
=
5825 MAINTAINER_MODE_FALSE
='#'
5827 MAINTAINER_MODE_TRUE
='#'
5828 MAINTAINER_MODE_FALSE
=
5831 MAINT
=$MAINTAINER_MODE_TRUE
5835 .
${srcdir}/configure.
host
5843 ac_cpp
='$CPP $CPPFLAGS'
5844 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5845 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5846 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5847 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5848 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5849 # On Suns, sometimes $CPP names a directory.
5850 if test -n "$CPP" && test -d "$CPP"; then
5853 if test -z "$CPP"; then
5854 if test "${ac_cv_prog_CPP+set}" = set; then
5855 echo $ECHO_N "(cached) $ECHO_C" >&6
5857 # Double quotes because CPP needs to be expanded
5858 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5861 for ac_c_preproc_warn_flag
in '' yes
5863 # Use a header file that comes with gcc, so configuring glibc
5864 # with a fresh cross-compiler works.
5865 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5866 # <limits.h> exists even on freestanding compilers.
5867 # On the NeXT, cc -E runs the code through the compiler's parser,
5868 # not just through cpp. "Syntax error" is here to catch this case.
5869 cat >conftest.
$ac_ext <<_ACEOF
5872 cat confdefs.h
>>conftest.
$ac_ext
5873 cat >>conftest.
$ac_ext <<_ACEOF
5874 /* end confdefs.h. */
5876 # include <limits.h>
5878 # include <assert.h>
5882 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5883 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5885 grep -v '^ *+' conftest.er1
>conftest.err
5887 cat conftest.err
>&5
5888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5889 (exit $ac_status); } >/dev
/null
; then
5890 if test -s conftest.err
; then
5891 ac_cpp_err
=$ac_c_preproc_warn_flag
5892 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5899 if test -z "$ac_cpp_err"; then
5902 echo "$as_me: failed program was:" >&5
5903 sed 's/^/| /' conftest.
$ac_ext >&5
5905 # Broken: fails on valid input.
5908 rm -f conftest.err conftest.
$ac_ext
5910 # OK, works on sane cases. Now check whether non-existent headers
5911 # can be detected and how.
5912 cat >conftest.
$ac_ext <<_ACEOF
5915 cat confdefs.h
>>conftest.
$ac_ext
5916 cat >>conftest.
$ac_ext <<_ACEOF
5917 /* end confdefs.h. */
5918 #include <ac_nonexistent.h>
5920 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5921 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5923 grep -v '^ *+' conftest.er1
>conftest.err
5925 cat conftest.err
>&5
5926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5927 (exit $ac_status); } >/dev
/null
; then
5928 if test -s conftest.err
; then
5929 ac_cpp_err
=$ac_c_preproc_warn_flag
5930 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5937 if test -z "$ac_cpp_err"; then
5938 # Broken: success on invalid input.
5941 echo "$as_me: failed program was:" >&5
5942 sed 's/^/| /' conftest.
$ac_ext >&5
5944 # Passes both tests.
5948 rm -f conftest.err conftest.
$ac_ext
5951 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5952 rm -f conftest.err conftest.
$ac_ext
5953 if $ac_preproc_ok; then
5965 echo "$as_me:$LINENO: result: $CPP" >&5
5966 echo "${ECHO_T}$CPP" >&6
5968 for ac_c_preproc_warn_flag
in '' yes
5970 # Use a header file that comes with gcc, so configuring glibc
5971 # with a fresh cross-compiler works.
5972 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5973 # <limits.h> exists even on freestanding compilers.
5974 # On the NeXT, cc -E runs the code through the compiler's parser,
5975 # not just through cpp. "Syntax error" is here to catch this case.
5976 cat >conftest.
$ac_ext <<_ACEOF
5979 cat confdefs.h
>>conftest.
$ac_ext
5980 cat >>conftest.
$ac_ext <<_ACEOF
5981 /* end confdefs.h. */
5983 # include <limits.h>
5985 # include <assert.h>
5989 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5990 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5992 grep -v '^ *+' conftest.er1
>conftest.err
5994 cat conftest.err
>&5
5995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5996 (exit $ac_status); } >/dev
/null
; then
5997 if test -s conftest.err
; then
5998 ac_cpp_err
=$ac_c_preproc_warn_flag
5999 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6006 if test -z "$ac_cpp_err"; then
6009 echo "$as_me: failed program was:" >&5
6010 sed 's/^/| /' conftest.
$ac_ext >&5
6012 # Broken: fails on valid input.
6015 rm -f conftest.err conftest.
$ac_ext
6017 # OK, works on sane cases. Now check whether non-existent headers
6018 # can be detected and how.
6019 cat >conftest.
$ac_ext <<_ACEOF
6022 cat confdefs.h
>>conftest.
$ac_ext
6023 cat >>conftest.
$ac_ext <<_ACEOF
6024 /* end confdefs.h. */
6025 #include <ac_nonexistent.h>
6027 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6028 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6030 grep -v '^ *+' conftest.er1
>conftest.err
6032 cat conftest.err
>&5
6033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6034 (exit $ac_status); } >/dev
/null
; then
6035 if test -s conftest.err
; then
6036 ac_cpp_err
=$ac_c_preproc_warn_flag
6037 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6044 if test -z "$ac_cpp_err"; then
6045 # Broken: success on invalid input.
6048 echo "$as_me: failed program was:" >&5
6049 sed 's/^/| /' conftest.
$ac_ext >&5
6051 # Passes both tests.
6055 rm -f conftest.err conftest.
$ac_ext
6058 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6059 rm -f conftest.err conftest.
$ac_ext
6060 if $ac_preproc_ok; then
6063 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6064 See \`config.log' for more details." >&5
6065 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6066 See \`config.log' for more details." >&2;}
6067 { (exit 1); exit 1; }; }
6071 ac_cpp
='$CPP $CPPFLAGS'
6072 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6073 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6074 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6077 echo "$as_me:$LINENO: checking for egrep" >&5
6078 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6079 if test "${ac_cv_prog_egrep+set}" = set; then
6080 echo $ECHO_N "(cached) $ECHO_C" >&6
6082 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
6083 then ac_cv_prog_egrep
='grep -E'
6084 else ac_cv_prog_egrep
='egrep'
6087 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6088 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6089 EGREP
=$ac_cv_prog_egrep
6092 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6093 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6094 if test "${ac_cv_header_stdc+set}" = set; then
6095 echo $ECHO_N "(cached) $ECHO_C" >&6
6097 cat >conftest.
$ac_ext <<_ACEOF
6100 cat confdefs.h
>>conftest.
$ac_ext
6101 cat >>conftest.
$ac_ext <<_ACEOF
6102 /* end confdefs.h. */
6116 rm -f conftest.
$ac_objext
6117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6118 (eval $ac_compile) 2>conftest.er1
6120 grep -v '^ *+' conftest.er1
>conftest.err
6122 cat conftest.err
>&5
6123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6124 (exit $ac_status); } &&
6125 { ac_try
='test -z "$ac_c_werror_flag"
6126 || test ! -s conftest.err'
6127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6131 (exit $ac_status); }; } &&
6132 { ac_try
='test -s conftest.$ac_objext'
6133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6137 (exit $ac_status); }; }; then
6138 ac_cv_header_stdc
=yes
6140 echo "$as_me: failed program was:" >&5
6141 sed 's/^/| /' conftest.
$ac_ext >&5
6143 ac_cv_header_stdc
=no
6145 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6147 if test $ac_cv_header_stdc = yes; then
6148 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6149 cat >conftest.
$ac_ext <<_ACEOF
6152 cat confdefs.h
>>conftest.
$ac_ext
6153 cat >>conftest.
$ac_ext <<_ACEOF
6154 /* end confdefs.h. */
6158 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6159 $EGREP "memchr" >/dev
/null
2>&1; then
6162 ac_cv_header_stdc
=no
6168 if test $ac_cv_header_stdc = yes; then
6169 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6170 cat >conftest.
$ac_ext <<_ACEOF
6173 cat confdefs.h
>>conftest.
$ac_ext
6174 cat >>conftest.
$ac_ext <<_ACEOF
6175 /* end confdefs.h. */
6179 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6180 $EGREP "free" >/dev
/null
2>&1; then
6183 ac_cv_header_stdc
=no
6189 if test $ac_cv_header_stdc = yes; then
6190 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6191 if test "$cross_compiling" = yes; then
6194 cat >conftest.
$ac_ext <<_ACEOF
6197 cat confdefs.h
>>conftest.
$ac_ext
6198 cat >>conftest.
$ac_ext <<_ACEOF
6199 /* end confdefs.h. */
6201 #if ((' ' & 0x0FF) == 0x020)
6202 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6203 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6205 # define ISLOWER(c) \
6206 (('a' <= (c) && (c) <= 'i') \
6207 || ('j' <= (c) && (c) <= 'r') \
6208 || ('s' <= (c) && (c) <= 'z'))
6209 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6212 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6217 for (i = 0; i < 256; i++)
6218 if (XOR (islower (i), ISLOWER (i))
6219 || toupper (i) != TOUPPER (i))
6224 rm -f conftest
$ac_exeext
6225 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6226 (eval $ac_link) 2>&5
6228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6229 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6234 (exit $ac_status); }; }; then
6237 echo "$as_me: program exited with status $ac_status" >&5
6238 echo "$as_me: failed program was:" >&5
6239 sed 's/^/| /' conftest.
$ac_ext >&5
6242 ac_cv_header_stdc
=no
6244 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6248 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6249 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6250 if test $ac_cv_header_stdc = yes; then
6252 cat >>confdefs.h
<<\_ACEOF
6253 #define STDC_HEADERS 1
6258 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6268 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6269 inttypes.h stdint.h unistd.h
6271 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6272 echo "$as_me:$LINENO: checking for $ac_header" >&5
6273 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6274 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6275 echo $ECHO_N "(cached) $ECHO_C" >&6
6277 cat >conftest.
$ac_ext <<_ACEOF
6280 cat confdefs.h
>>conftest.
$ac_ext
6281 cat >>conftest.
$ac_ext <<_ACEOF
6282 /* end confdefs.h. */
6283 $ac_includes_default
6285 #include <$ac_header>
6287 rm -f conftest.
$ac_objext
6288 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6289 (eval $ac_compile) 2>conftest.er1
6291 grep -v '^ *+' conftest.er1
>conftest.err
6293 cat conftest.err
>&5
6294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6295 (exit $ac_status); } &&
6296 { ac_try
='test -z "$ac_c_werror_flag"
6297 || test ! -s conftest.err'
6298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6302 (exit $ac_status); }; } &&
6303 { ac_try
='test -s conftest.$ac_objext'
6304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6308 (exit $ac_status); }; }; then
6309 eval "$as_ac_Header=yes"
6311 echo "$as_me: failed program was:" >&5
6312 sed 's/^/| /' conftest.
$ac_ext >&5
6314 eval "$as_ac_Header=no"
6316 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6318 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6319 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6320 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6321 cat >>confdefs.h
<<_ACEOF
6322 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6337 for ac_header
in string.h
strings.h stdlib.h unistd.h elf-hints.h limits.h sys
/param.h
6339 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6340 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6341 echo "$as_me:$LINENO: checking for $ac_header" >&5
6342 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6343 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6344 echo $ECHO_N "(cached) $ECHO_C" >&6
6346 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6347 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6349 # Is the header compilable?
6350 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6351 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6352 cat >conftest.
$ac_ext <<_ACEOF
6355 cat confdefs.h
>>conftest.
$ac_ext
6356 cat >>conftest.
$ac_ext <<_ACEOF
6357 /* end confdefs.h. */
6358 $ac_includes_default
6359 #include <$ac_header>
6361 rm -f conftest.
$ac_objext
6362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6363 (eval $ac_compile) 2>conftest.er1
6365 grep -v '^ *+' conftest.er1
>conftest.err
6367 cat conftest.err
>&5
6368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6369 (exit $ac_status); } &&
6370 { ac_try
='test -z "$ac_c_werror_flag"
6371 || test ! -s conftest.err'
6372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6376 (exit $ac_status); }; } &&
6377 { ac_try
='test -s conftest.$ac_objext'
6378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6382 (exit $ac_status); }; }; then
6383 ac_header_compiler
=yes
6385 echo "$as_me: failed program was:" >&5
6386 sed 's/^/| /' conftest.
$ac_ext >&5
6388 ac_header_compiler
=no
6390 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6391 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6392 echo "${ECHO_T}$ac_header_compiler" >&6
6394 # Is the header present?
6395 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6396 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6397 cat >conftest.
$ac_ext <<_ACEOF
6400 cat confdefs.h
>>conftest.
$ac_ext
6401 cat >>conftest.
$ac_ext <<_ACEOF
6402 /* end confdefs.h. */
6403 #include <$ac_header>
6405 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6406 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6408 grep -v '^ *+' conftest.er1
>conftest.err
6410 cat conftest.err
>&5
6411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6412 (exit $ac_status); } >/dev
/null
; then
6413 if test -s conftest.err
; then
6414 ac_cpp_err
=$ac_c_preproc_warn_flag
6415 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6422 if test -z "$ac_cpp_err"; then
6423 ac_header_preproc
=yes
6425 echo "$as_me: failed program was:" >&5
6426 sed 's/^/| /' conftest.
$ac_ext >&5
6428 ac_header_preproc
=no
6430 rm -f conftest.err conftest.
$ac_ext
6431 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6432 echo "${ECHO_T}$ac_header_preproc" >&6
6434 # So? What about this header?
6435 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6437 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6438 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6439 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6440 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6441 ac_header_preproc
=yes
6444 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6445 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6446 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6447 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6448 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6449 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6450 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6451 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6452 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6453 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6454 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6455 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6458 ## ------------------------------------------ ##
6459 ## Report this to the AC_PACKAGE_NAME lists. ##
6460 ## ------------------------------------------ ##
6463 sed "s/^/$as_me: WARNING: /" >&2
6466 echo "$as_me:$LINENO: checking for $ac_header" >&5
6467 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6468 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6469 echo $ECHO_N "(cached) $ECHO_C" >&6
6471 eval "$as_ac_Header=\$ac_header_preproc"
6473 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6474 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6477 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6478 cat >>confdefs.h
<<_ACEOF
6479 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6489 for ac_func
in sbrk realpath glob
6491 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6492 echo "$as_me:$LINENO: checking for $ac_func" >&5
6493 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6494 if eval "test \"\${$as_ac_var+set}\" = set"; then
6495 echo $ECHO_N "(cached) $ECHO_C" >&6
6497 cat >conftest.
$ac_ext <<_ACEOF
6500 cat confdefs.h
>>conftest.
$ac_ext
6501 cat >>conftest.
$ac_ext <<_ACEOF
6502 /* end confdefs.h. */
6503 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6504 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6505 #define $ac_func innocuous_$ac_func
6507 /* System header to define __stub macros and hopefully few prototypes,
6508 which can conflict with char $ac_func (); below.
6509 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6510 <limits.h> exists even on freestanding compilers. */
6513 # include <limits.h>
6515 # include <assert.h>
6520 /* Override any gcc2 internal prototype to avoid an error. */
6525 /* We use char because int might match the return type of a gcc2
6526 builtin and then its argument prototype would still apply. */
6528 /* The GNU C library defines this for functions which it implements
6529 to always fail with ENOSYS. Some functions are actually named
6530 something starting with __ and the normal name is an alias. */
6531 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6534 char (*f) () = $ac_func;
6543 return f != $ac_func;
6548 rm -f conftest.
$ac_objext conftest
$ac_exeext
6549 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6550 (eval $ac_link) 2>conftest.er1
6552 grep -v '^ *+' conftest.er1
>conftest.err
6554 cat conftest.err
>&5
6555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6556 (exit $ac_status); } &&
6557 { ac_try
='test -z "$ac_c_werror_flag"
6558 || test ! -s conftest.err'
6559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6563 (exit $ac_status); }; } &&
6564 { ac_try
='test -s conftest$ac_exeext'
6565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6569 (exit $ac_status); }; }; then
6570 eval "$as_ac_var=yes"
6572 echo "$as_me: failed program was:" >&5
6573 sed 's/^/| /' conftest.
$ac_ext >&5
6575 eval "$as_ac_var=no"
6577 rm -f conftest.err conftest.
$ac_objext \
6578 conftest
$ac_exeext conftest.
$ac_ext
6580 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6581 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6582 if test `eval echo '${'$as_ac_var'}'` = yes; then
6583 cat >>confdefs.h
<<_ACEOF
6584 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6596 for ac_hdr
in dirent.h sys
/ndir.h sys
/dir.h ndir.h
; do
6597 as_ac_Header
=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
6598 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
6599 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
6600 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6601 echo $ECHO_N "(cached) $ECHO_C" >&6
6603 cat >conftest.
$ac_ext <<_ACEOF
6606 cat confdefs.h
>>conftest.
$ac_ext
6607 cat >>conftest.
$ac_ext <<_ACEOF
6608 /* end confdefs.h. */
6609 #include <sys/types.h>
6621 rm -f conftest.
$ac_objext
6622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6623 (eval $ac_compile) 2>conftest.er1
6625 grep -v '^ *+' conftest.er1
>conftest.err
6627 cat conftest.err
>&5
6628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6629 (exit $ac_status); } &&
6630 { ac_try
='test -z "$ac_c_werror_flag"
6631 || test ! -s conftest.err'
6632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6636 (exit $ac_status); }; } &&
6637 { ac_try
='test -s conftest.$ac_objext'
6638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6642 (exit $ac_status); }; }; then
6643 eval "$as_ac_Header=yes"
6645 echo "$as_me: failed program was:" >&5
6646 sed 's/^/| /' conftest.
$ac_ext >&5
6648 eval "$as_ac_Header=no"
6650 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6652 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6653 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6654 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6655 cat >>confdefs.h
<<_ACEOF
6656 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
6659 ac_header_dirent
=$ac_hdr; break
6663 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
6664 if test $ac_header_dirent = dirent.h
; then
6665 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6666 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6667 if test "${ac_cv_search_opendir+set}" = set; then
6668 echo $ECHO_N "(cached) $ECHO_C" >&6
6670 ac_func_search_save_LIBS
=$LIBS
6671 ac_cv_search_opendir
=no
6672 cat >conftest.
$ac_ext <<_ACEOF
6675 cat confdefs.h
>>conftest.
$ac_ext
6676 cat >>conftest.
$ac_ext <<_ACEOF
6677 /* end confdefs.h. */
6679 /* Override any gcc2 internal prototype to avoid an error. */
6683 /* We use char because int might match the return type of a gcc2
6684 builtin and then its argument prototype would still apply. */
6694 rm -f conftest.
$ac_objext conftest
$ac_exeext
6695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6696 (eval $ac_link) 2>conftest.er1
6698 grep -v '^ *+' conftest.er1
>conftest.err
6700 cat conftest.err
>&5
6701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6702 (exit $ac_status); } &&
6703 { ac_try
='test -z "$ac_c_werror_flag"
6704 || test ! -s conftest.err'
6705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6709 (exit $ac_status); }; } &&
6710 { ac_try
='test -s conftest$ac_exeext'
6711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6715 (exit $ac_status); }; }; then
6716 ac_cv_search_opendir
="none required"
6718 echo "$as_me: failed program was:" >&5
6719 sed 's/^/| /' conftest.
$ac_ext >&5
6722 rm -f conftest.err conftest.
$ac_objext \
6723 conftest
$ac_exeext conftest.
$ac_ext
6724 if test "$ac_cv_search_opendir" = no
; then
6725 for ac_lib
in dir
; do
6726 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
6727 cat >conftest.
$ac_ext <<_ACEOF
6730 cat confdefs.h
>>conftest.
$ac_ext
6731 cat >>conftest.
$ac_ext <<_ACEOF
6732 /* end confdefs.h. */
6734 /* Override any gcc2 internal prototype to avoid an error. */
6738 /* We use char because int might match the return type of a gcc2
6739 builtin and then its argument prototype would still apply. */
6749 rm -f conftest.
$ac_objext conftest
$ac_exeext
6750 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6751 (eval $ac_link) 2>conftest.er1
6753 grep -v '^ *+' conftest.er1
>conftest.err
6755 cat conftest.err
>&5
6756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757 (exit $ac_status); } &&
6758 { ac_try
='test -z "$ac_c_werror_flag"
6759 || test ! -s conftest.err'
6760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6764 (exit $ac_status); }; } &&
6765 { ac_try
='test -s conftest$ac_exeext'
6766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6770 (exit $ac_status); }; }; then
6771 ac_cv_search_opendir
="-l$ac_lib"
6774 echo "$as_me: failed program was:" >&5
6775 sed 's/^/| /' conftest.
$ac_ext >&5
6778 rm -f conftest.err conftest.
$ac_objext \
6779 conftest
$ac_exeext conftest.
$ac_ext
6782 LIBS
=$ac_func_search_save_LIBS
6784 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
6785 echo "${ECHO_T}$ac_cv_search_opendir" >&6
6786 if test "$ac_cv_search_opendir" != no
; then
6787 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
6792 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6793 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6794 if test "${ac_cv_search_opendir+set}" = set; then
6795 echo $ECHO_N "(cached) $ECHO_C" >&6
6797 ac_func_search_save_LIBS
=$LIBS
6798 ac_cv_search_opendir
=no
6799 cat >conftest.
$ac_ext <<_ACEOF
6802 cat confdefs.h
>>conftest.
$ac_ext
6803 cat >>conftest.
$ac_ext <<_ACEOF
6804 /* end confdefs.h. */
6806 /* Override any gcc2 internal prototype to avoid an error. */
6810 /* We use char because int might match the return type of a gcc2
6811 builtin and then its argument prototype would still apply. */
6821 rm -f conftest.
$ac_objext conftest
$ac_exeext
6822 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6823 (eval $ac_link) 2>conftest.er1
6825 grep -v '^ *+' conftest.er1
>conftest.err
6827 cat conftest.err
>&5
6828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6829 (exit $ac_status); } &&
6830 { ac_try
='test -z "$ac_c_werror_flag"
6831 || test ! -s conftest.err'
6832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836 (exit $ac_status); }; } &&
6837 { ac_try
='test -s conftest$ac_exeext'
6838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6842 (exit $ac_status); }; }; then
6843 ac_cv_search_opendir
="none required"
6845 echo "$as_me: failed program was:" >&5
6846 sed 's/^/| /' conftest.
$ac_ext >&5
6849 rm -f conftest.err conftest.
$ac_objext \
6850 conftest
$ac_exeext conftest.
$ac_ext
6851 if test "$ac_cv_search_opendir" = no
; then
6853 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
6854 cat >conftest.
$ac_ext <<_ACEOF
6857 cat confdefs.h
>>conftest.
$ac_ext
6858 cat >>conftest.
$ac_ext <<_ACEOF
6859 /* end confdefs.h. */
6861 /* Override any gcc2 internal prototype to avoid an error. */
6865 /* We use char because int might match the return type of a gcc2
6866 builtin and then its argument prototype would still apply. */
6876 rm -f conftest.
$ac_objext conftest
$ac_exeext
6877 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6878 (eval $ac_link) 2>conftest.er1
6880 grep -v '^ *+' conftest.er1
>conftest.err
6882 cat conftest.err
>&5
6883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6884 (exit $ac_status); } &&
6885 { ac_try
='test -z "$ac_c_werror_flag"
6886 || test ! -s conftest.err'
6887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6891 (exit $ac_status); }; } &&
6892 { ac_try
='test -s conftest$ac_exeext'
6893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6897 (exit $ac_status); }; }; then
6898 ac_cv_search_opendir
="-l$ac_lib"
6901 echo "$as_me: failed program was:" >&5
6902 sed 's/^/| /' conftest.
$ac_ext >&5
6905 rm -f conftest.err conftest.
$ac_objext \
6906 conftest
$ac_exeext conftest.
$ac_ext
6909 LIBS
=$ac_func_search_save_LIBS
6911 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
6912 echo "${ECHO_T}$ac_cv_search_opendir" >&6
6913 if test "$ac_cv_search_opendir" != no
; then
6914 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
6921 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
6922 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
6923 if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then
6924 echo $ECHO_N "(cached) $ECHO_C" >&6
6926 cat >conftest.
$ac_ext <<_ACEOF
6929 cat confdefs.h
>>conftest.
$ac_ext
6930 cat >>conftest.
$ac_ext <<_ACEOF
6931 /* end confdefs.h. */
6936 extern int getopt (int, char *const*, const char *);
6941 rm -f conftest.
$ac_objext
6942 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6943 (eval $ac_compile) 2>conftest.er1
6945 grep -v '^ *+' conftest.er1
>conftest.err
6947 cat conftest.err
>&5
6948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6949 (exit $ac_status); } &&
6950 { ac_try
='test -z "$ac_c_werror_flag"
6951 || test ! -s conftest.err'
6952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6956 (exit $ac_status); }; } &&
6957 { ac_try
='test -s conftest.$ac_objext'
6958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6962 (exit $ac_status); }; }; then
6963 ld_cv_decl_getopt_unistd_h
=yes
6965 echo "$as_me: failed program was:" >&5
6966 sed 's/^/| /' conftest.
$ac_ext >&5
6968 ld_cv_decl_getopt_unistd_h
=no
6970 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6973 echo "$as_me:$LINENO: result: $ld_cv_decl_getopt_unistd_h" >&5
6974 echo "${ECHO_T}$ld_cv_decl_getopt_unistd_h" >&6
6975 if test $ld_cv_decl_getopt_unistd_h = yes; then
6977 cat >>confdefs.h
<<\_ACEOF
6978 #define HAVE_DECL_GETOPT 1
6985 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
6987 cat >>confdefs.h
<<\_ACEOF
6988 #define USE_BINARY_FOPEN 1
6993 echo "$as_me:$LINENO: checking whether strstr is declared" >&5
6994 echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
6995 if test "${ac_cv_have_decl_strstr+set}" = set; then
6996 echo $ECHO_N "(cached) $ECHO_C" >&6
6998 cat >conftest.
$ac_ext <<_ACEOF
7001 cat confdefs.h
>>conftest.
$ac_ext
7002 cat >>conftest.
$ac_ext <<_ACEOF
7003 /* end confdefs.h. */
7004 $ac_includes_default
7009 char *p = (char *) strstr;
7016 rm -f conftest.
$ac_objext
7017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7018 (eval $ac_compile) 2>conftest.er1
7020 grep -v '^ *+' conftest.er1
>conftest.err
7022 cat conftest.err
>&5
7023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7024 (exit $ac_status); } &&
7025 { ac_try
='test -z "$ac_c_werror_flag"
7026 || test ! -s conftest.err'
7027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7031 (exit $ac_status); }; } &&
7032 { ac_try
='test -s conftest.$ac_objext'
7033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7037 (exit $ac_status); }; }; then
7038 ac_cv_have_decl_strstr
=yes
7040 echo "$as_me: failed program was:" >&5
7041 sed 's/^/| /' conftest.
$ac_ext >&5
7043 ac_cv_have_decl_strstr
=no
7045 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7047 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
7048 echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
7049 if test $ac_cv_have_decl_strstr = yes; then
7051 cat >>confdefs.h
<<_ACEOF
7052 #define HAVE_DECL_STRSTR 1
7057 cat >>confdefs.h
<<_ACEOF
7058 #define HAVE_DECL_STRSTR 0
7063 echo "$as_me:$LINENO: checking whether free is declared" >&5
7064 echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
7065 if test "${ac_cv_have_decl_free+set}" = set; then
7066 echo $ECHO_N "(cached) $ECHO_C" >&6
7068 cat >conftest.
$ac_ext <<_ACEOF
7071 cat confdefs.h
>>conftest.
$ac_ext
7072 cat >>conftest.
$ac_ext <<_ACEOF
7073 /* end confdefs.h. */
7074 $ac_includes_default
7079 char *p = (char *) free;
7086 rm -f conftest.
$ac_objext
7087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7088 (eval $ac_compile) 2>conftest.er1
7090 grep -v '^ *+' conftest.er1
>conftest.err
7092 cat conftest.err
>&5
7093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7094 (exit $ac_status); } &&
7095 { ac_try
='test -z "$ac_c_werror_flag"
7096 || test ! -s conftest.err'
7097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7101 (exit $ac_status); }; } &&
7102 { ac_try
='test -s conftest.$ac_objext'
7103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7107 (exit $ac_status); }; }; then
7108 ac_cv_have_decl_free
=yes
7110 echo "$as_me: failed program was:" >&5
7111 sed 's/^/| /' conftest.
$ac_ext >&5
7113 ac_cv_have_decl_free
=no
7115 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7117 echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
7118 echo "${ECHO_T}$ac_cv_have_decl_free" >&6
7119 if test $ac_cv_have_decl_free = yes; then
7121 cat >>confdefs.h
<<_ACEOF
7122 #define HAVE_DECL_FREE 1
7127 cat >>confdefs.h
<<_ACEOF
7128 #define HAVE_DECL_FREE 0
7133 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
7134 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
7135 if test "${ac_cv_have_decl_sbrk+set}" = set; then
7136 echo $ECHO_N "(cached) $ECHO_C" >&6
7138 cat >conftest.
$ac_ext <<_ACEOF
7141 cat confdefs.h
>>conftest.
$ac_ext
7142 cat >>conftest.
$ac_ext <<_ACEOF
7143 /* end confdefs.h. */
7144 $ac_includes_default
7149 char *p = (char *) sbrk;
7156 rm -f conftest.
$ac_objext
7157 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7158 (eval $ac_compile) 2>conftest.er1
7160 grep -v '^ *+' conftest.er1
>conftest.err
7162 cat conftest.err
>&5
7163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7164 (exit $ac_status); } &&
7165 { ac_try
='test -z "$ac_c_werror_flag"
7166 || test ! -s conftest.err'
7167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7171 (exit $ac_status); }; } &&
7172 { ac_try
='test -s conftest.$ac_objext'
7173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7177 (exit $ac_status); }; }; then
7178 ac_cv_have_decl_sbrk
=yes
7180 echo "$as_me: failed program was:" >&5
7181 sed 's/^/| /' conftest.
$ac_ext >&5
7183 ac_cv_have_decl_sbrk
=no
7185 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7187 echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5
7188 echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6
7189 if test $ac_cv_have_decl_sbrk = yes; then
7191 cat >>confdefs.h
<<_ACEOF
7192 #define HAVE_DECL_SBRK 1
7197 cat >>confdefs.h
<<_ACEOF
7198 #define HAVE_DECL_SBRK 0
7203 echo "$as_me:$LINENO: checking whether getenv is declared" >&5
7204 echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
7205 if test "${ac_cv_have_decl_getenv+set}" = set; then
7206 echo $ECHO_N "(cached) $ECHO_C" >&6
7208 cat >conftest.
$ac_ext <<_ACEOF
7211 cat confdefs.h
>>conftest.
$ac_ext
7212 cat >>conftest.
$ac_ext <<_ACEOF
7213 /* end confdefs.h. */
7214 $ac_includes_default
7219 char *p = (char *) getenv;
7226 rm -f conftest.
$ac_objext
7227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7228 (eval $ac_compile) 2>conftest.er1
7230 grep -v '^ *+' conftest.er1
>conftest.err
7232 cat conftest.err
>&5
7233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7234 (exit $ac_status); } &&
7235 { ac_try
='test -z "$ac_c_werror_flag"
7236 || test ! -s conftest.err'
7237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7241 (exit $ac_status); }; } &&
7242 { ac_try
='test -s conftest.$ac_objext'
7243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7247 (exit $ac_status); }; }; then
7248 ac_cv_have_decl_getenv
=yes
7250 echo "$as_me: failed program was:" >&5
7251 sed 's/^/| /' conftest.
$ac_ext >&5
7253 ac_cv_have_decl_getenv
=no
7255 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7257 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
7258 echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
7259 if test $ac_cv_have_decl_getenv = yes; then
7261 cat >>confdefs.h
<<_ACEOF
7262 #define HAVE_DECL_GETENV 1
7267 cat >>confdefs.h
<<_ACEOF
7268 #define HAVE_DECL_GETENV 0
7273 echo "$as_me:$LINENO: checking whether environ is declared" >&5
7274 echo $ECHO_N "checking whether environ is declared... $ECHO_C" >&6
7275 if test "${ac_cv_have_decl_environ+set}" = set; then
7276 echo $ECHO_N "(cached) $ECHO_C" >&6
7278 cat >conftest.
$ac_ext <<_ACEOF
7281 cat confdefs.h
>>conftest.
$ac_ext
7282 cat >>conftest.
$ac_ext <<_ACEOF
7283 /* end confdefs.h. */
7284 $ac_includes_default
7289 char *p = (char *) environ;
7296 rm -f conftest.
$ac_objext
7297 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7298 (eval $ac_compile) 2>conftest.er1
7300 grep -v '^ *+' conftest.er1
>conftest.err
7302 cat conftest.err
>&5
7303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7304 (exit $ac_status); } &&
7305 { ac_try
='test -z "$ac_c_werror_flag"
7306 || test ! -s conftest.err'
7307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7311 (exit $ac_status); }; } &&
7312 { ac_try
='test -s conftest.$ac_objext'
7313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7317 (exit $ac_status); }; }; then
7318 ac_cv_have_decl_environ
=yes
7320 echo "$as_me: failed program was:" >&5
7321 sed 's/^/| /' conftest.
$ac_ext >&5
7323 ac_cv_have_decl_environ
=no
7325 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7327 echo "$as_me:$LINENO: result: $ac_cv_have_decl_environ" >&5
7328 echo "${ECHO_T}$ac_cv_have_decl_environ" >&6
7329 if test $ac_cv_have_decl_environ = yes; then
7331 cat >>confdefs.h
<<_ACEOF
7332 #define HAVE_DECL_ENVIRON 1
7337 cat >>confdefs.h
<<_ACEOF
7338 #define HAVE_DECL_ENVIRON 0
7346 # When converting linker scripts into strings for use in emulation
7347 # files, use astring.sed if the compiler supports ANSI string
7348 # concatenation, or ostring.sed otherwise. This is to support the
7349 # broken Microsoft MSVC compiler, which limits the length of string
7350 # constants, while still supporting pre-ANSI compilers which do not
7351 # support string concatenation.
7352 echo "$as_me:$LINENO: checking whether ANSI C string concatenation works" >&5
7353 echo $ECHO_N "checking whether ANSI C string concatenation works... $ECHO_C" >&6
7354 if test "${ld_cv_string_concatenation+set}" = set; then
7355 echo $ECHO_N "(cached) $ECHO_C" >&6
7357 cat >conftest.
$ac_ext <<_ACEOF
7360 cat confdefs.h
>>conftest.
$ac_ext
7361 cat >>conftest.
$ac_ext <<_ACEOF
7362 /* end confdefs.h. */
7372 rm -f conftest.
$ac_objext
7373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7374 (eval $ac_compile) 2>conftest.er1
7376 grep -v '^ *+' conftest.er1
>conftest.err
7378 cat conftest.err
>&5
7379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7380 (exit $ac_status); } &&
7381 { ac_try
='test -z "$ac_c_werror_flag"
7382 || test ! -s conftest.err'
7383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7387 (exit $ac_status); }; } &&
7388 { ac_try
='test -s conftest.$ac_objext'
7389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7393 (exit $ac_status); }; }; then
7394 ld_cv_string_concatenation
=yes
7396 echo "$as_me: failed program was:" >&5
7397 sed 's/^/| /' conftest.
$ac_ext >&5
7399 ld_cv_string_concatenation
=no
7401 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7404 echo "$as_me:$LINENO: result: $ld_cv_string_concatenation" >&5
7405 echo "${ECHO_T}$ld_cv_string_concatenation" >&6
7406 if test "$ld_cv_string_concatenation" = "yes"; then
7407 STRINGIFY
=astring.
sed
7409 STRINGIFY
=ostring.
sed
7413 # target-specific stuff:
7423 for targ_alias
in `echo $target_alias $enable_targets | sed 's/,/ /g'`
7425 if test "$targ_alias" = "all"; then
7428 # Canonicalize the secondary target names.
7429 result
=`$ac_config_sub $targ_alias 2>/dev/null`
7430 if test -n "$result"; then
7436 .
${srcdir}/configure.tgt
7438 if test "$targ" = "$target"; then
7442 if test x
${want64} = xfalse
; then
7443 .
${srcdir}/..
/bfd
/config.bfd
7446 for i
in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
7447 case " $all_emuls " in
7450 all_emuls
="$all_emuls e${i}.o"
7451 eval result
=\
$tdir_$i
7452 test -z "$result" && result
=$targ_alias
7453 echo tdir_
$i=$result >> tdirs
7458 for i
in $targ_emul $targ_extra_libpath; do
7459 case " $all_libpath " in
7462 if test -z "$all_libpath"; then
7465 all_libpath
="$all_libpath ${i}"
7471 for i
in $targ_extra_ofiles; do
7472 case " $all_emul_extras " in
7475 all_emul_extras
="$all_emul_extras ${i}"
7487 if test x
${all_targets} = xtrue
; then
7488 if test x
${want64} = xfalse
; then
7489 echo "$as_me:$LINENO: checking for long" >&5
7490 echo $ECHO_N "checking for long... $ECHO_C" >&6
7491 if test "${ac_cv_type_long+set}" = set; then
7492 echo $ECHO_N "(cached) $ECHO_C" >&6
7494 cat >conftest.
$ac_ext <<_ACEOF
7497 cat confdefs.h
>>conftest.
$ac_ext
7498 cat >>conftest.
$ac_ext <<_ACEOF
7499 /* end confdefs.h. */
7500 $ac_includes_default
7512 rm -f conftest.
$ac_objext
7513 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7514 (eval $ac_compile) 2>conftest.er1
7516 grep -v '^ *+' conftest.er1
>conftest.err
7518 cat conftest.err
>&5
7519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7520 (exit $ac_status); } &&
7521 { ac_try
='test -z "$ac_c_werror_flag"
7522 || test ! -s conftest.err'
7523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7527 (exit $ac_status); }; } &&
7528 { ac_try
='test -s conftest.$ac_objext'
7529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7533 (exit $ac_status); }; }; then
7536 echo "$as_me: failed program was:" >&5
7537 sed 's/^/| /' conftest.
$ac_ext >&5
7541 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7543 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
7544 echo "${ECHO_T}$ac_cv_type_long" >&6
7546 echo "$as_me:$LINENO: checking size of long" >&5
7547 echo $ECHO_N "checking size of long... $ECHO_C" >&6
7548 if test "${ac_cv_sizeof_long+set}" = set; then
7549 echo $ECHO_N "(cached) $ECHO_C" >&6
7551 if test "$ac_cv_type_long" = yes; then
7552 # The cast to unsigned long works around a bug in the HP C Compiler
7553 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7554 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7555 # This bug is HP SR number 8606223364.
7556 if test "$cross_compiling" = yes; then
7557 # Depending upon the size, compute the lo and hi bounds.
7558 cat >conftest.
$ac_ext <<_ACEOF
7561 cat confdefs.h
>>conftest.
$ac_ext
7562 cat >>conftest.
$ac_ext <<_ACEOF
7563 /* end confdefs.h. */
7564 $ac_includes_default
7568 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
7575 rm -f conftest.
$ac_objext
7576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7577 (eval $ac_compile) 2>conftest.er1
7579 grep -v '^ *+' conftest.er1
>conftest.err
7581 cat conftest.err
>&5
7582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7583 (exit $ac_status); } &&
7584 { ac_try
='test -z "$ac_c_werror_flag"
7585 || test ! -s conftest.err'
7586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7590 (exit $ac_status); }; } &&
7591 { ac_try
='test -s conftest.$ac_objext'
7592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7596 (exit $ac_status); }; }; then
7599 cat >conftest.
$ac_ext <<_ACEOF
7602 cat confdefs.h
>>conftest.
$ac_ext
7603 cat >>conftest.
$ac_ext <<_ACEOF
7604 /* end confdefs.h. */
7605 $ac_includes_default
7609 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
7616 rm -f conftest.
$ac_objext
7617 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7618 (eval $ac_compile) 2>conftest.er1
7620 grep -v '^ *+' conftest.er1
>conftest.err
7622 cat conftest.err
>&5
7623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7624 (exit $ac_status); } &&
7625 { ac_try
='test -z "$ac_c_werror_flag"
7626 || test ! -s conftest.err'
7627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7631 (exit $ac_status); }; } &&
7632 { ac_try
='test -s conftest.$ac_objext'
7633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7637 (exit $ac_status); }; }; then
7638 ac_hi
=$ac_mid; break
7640 echo "$as_me: failed program was:" >&5
7641 sed 's/^/| /' conftest.
$ac_ext >&5
7643 ac_lo
=`expr $ac_mid + 1`
7644 if test $ac_lo -le $ac_mid; then
7648 ac_mid
=`expr 2 '*' $ac_mid + 1`
7650 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7653 echo "$as_me: failed program was:" >&5
7654 sed 's/^/| /' conftest.
$ac_ext >&5
7656 cat >conftest.
$ac_ext <<_ACEOF
7659 cat confdefs.h
>>conftest.
$ac_ext
7660 cat >>conftest.
$ac_ext <<_ACEOF
7661 /* end confdefs.h. */
7662 $ac_includes_default
7666 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
7673 rm -f conftest.
$ac_objext
7674 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7675 (eval $ac_compile) 2>conftest.er1
7677 grep -v '^ *+' conftest.er1
>conftest.err
7679 cat conftest.err
>&5
7680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7681 (exit $ac_status); } &&
7682 { ac_try
='test -z "$ac_c_werror_flag"
7683 || test ! -s conftest.err'
7684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7688 (exit $ac_status); }; } &&
7689 { ac_try
='test -s conftest.$ac_objext'
7690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7694 (exit $ac_status); }; }; then
7697 cat >conftest.
$ac_ext <<_ACEOF
7700 cat confdefs.h
>>conftest.
$ac_ext
7701 cat >>conftest.
$ac_ext <<_ACEOF
7702 /* end confdefs.h. */
7703 $ac_includes_default
7707 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
7714 rm -f conftest.
$ac_objext
7715 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7716 (eval $ac_compile) 2>conftest.er1
7718 grep -v '^ *+' conftest.er1
>conftest.err
7720 cat conftest.err
>&5
7721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7722 (exit $ac_status); } &&
7723 { ac_try
='test -z "$ac_c_werror_flag"
7724 || test ! -s conftest.err'
7725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7729 (exit $ac_status); }; } &&
7730 { ac_try
='test -s conftest.$ac_objext'
7731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7735 (exit $ac_status); }; }; then
7736 ac_lo
=$ac_mid; break
7738 echo "$as_me: failed program was:" >&5
7739 sed 's/^/| /' conftest.
$ac_ext >&5
7741 ac_hi
=`expr '(' $ac_mid ')' - 1`
7742 if test $ac_mid -le $ac_hi; then
7746 ac_mid
=`expr 2 '*' $ac_mid`
7748 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7751 echo "$as_me: failed program was:" >&5
7752 sed 's/^/| /' conftest.
$ac_ext >&5
7756 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7758 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7759 # Binary search between lo and hi bounds.
7760 while test "x$ac_lo" != "x$ac_hi"; do
7761 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7762 cat >conftest.
$ac_ext <<_ACEOF
7765 cat confdefs.h
>>conftest.
$ac_ext
7766 cat >>conftest.
$ac_ext <<_ACEOF
7767 /* end confdefs.h. */
7768 $ac_includes_default
7772 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
7779 rm -f conftest.
$ac_objext
7780 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7781 (eval $ac_compile) 2>conftest.er1
7783 grep -v '^ *+' conftest.er1
>conftest.err
7785 cat conftest.err
>&5
7786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7787 (exit $ac_status); } &&
7788 { ac_try
='test -z "$ac_c_werror_flag"
7789 || test ! -s conftest.err'
7790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7794 (exit $ac_status); }; } &&
7795 { ac_try
='test -s conftest.$ac_objext'
7796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7800 (exit $ac_status); }; }; then
7803 echo "$as_me: failed program was:" >&5
7804 sed 's/^/| /' conftest.
$ac_ext >&5
7806 ac_lo
=`expr '(' $ac_mid ')' + 1`
7808 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7811 ?
*) ac_cv_sizeof_long
=$ac_lo;;
7812 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
7813 See \`config.log' for more details." >&5
7814 echo "$as_me: error: cannot compute sizeof (long), 77
7815 See \`config.log' for more details." >&2;}
7816 { (exit 1); exit 1; }; } ;;
7819 if test "$cross_compiling" = yes; then
7820 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7821 See \`config.log' for more details." >&5
7822 echo "$as_me: error: cannot run test program while cross compiling
7823 See \`config.log' for more details." >&2;}
7824 { (exit 1); exit 1; }; }
7826 cat >conftest.
$ac_ext <<_ACEOF
7829 cat confdefs.h
>>conftest.
$ac_ext
7830 cat >>conftest.
$ac_ext <<_ACEOF
7831 /* end confdefs.h. */
7832 $ac_includes_default
7833 long longval () { return (long) (sizeof (long)); }
7834 unsigned long ulongval () { return (long) (sizeof (long)); }
7841 FILE *f = fopen ("conftest.val", "w");
7844 if (((long) (sizeof (long))) < 0)
7846 long i = longval ();
7847 if (i != ((long) (sizeof (long))))
7849 fprintf (f, "%ld\n", i);
7853 unsigned long i = ulongval ();
7854 if (i != ((long) (sizeof (long))))
7856 fprintf (f, "%lu\n", i);
7858 exit (ferror (f) || fclose (f) != 0);
7864 rm -f conftest
$ac_exeext
7865 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7866 (eval $ac_link) 2>&5
7868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7869 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7874 (exit $ac_status); }; }; then
7875 ac_cv_sizeof_long
=`cat conftest.val`
7877 echo "$as_me: program exited with status $ac_status" >&5
7878 echo "$as_me: failed program was:" >&5
7879 sed 's/^/| /' conftest.
$ac_ext >&5
7882 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
7883 See \`config.log' for more details." >&5
7884 echo "$as_me: error: cannot compute sizeof (long), 77
7885 See \`config.log' for more details." >&2;}
7886 { (exit 1); exit 1; }; }
7888 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7896 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
7897 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7898 cat >>confdefs.h
<<_ACEOF
7899 #define SIZEOF_LONG $ac_cv_sizeof_long
7903 if test "x${ac_cv_sizeof_long}" = "x8"; then
7907 if test x
${want64} = xtrue
; then
7908 EMULATION_OFILES
='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
7910 EMULATION_OFILES
='$(ALL_EMULATIONS)'
7912 EMUL_EXTRA_OFILES
='$(ALL_EMUL_EXTRA_OFILES)'
7914 EMULATION_OFILES
=$all_emuls
7915 EMUL_EXTRA_OFILES
=$all_emul_extras
7921 EMULATION_LIBPATH
=$all_libpath
7924 if test x
${enable_static} = xno
; then
7925 TESTBFDLIB
="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
7927 TESTBFDLIB
="../bfd/.libs/libbfd.a"
7931 target_vendor
=${target_vendor=$host_vendor}
7932 case "$target_vendor" in
7933 hp
) EXTRA_SHLIB_EXTENSION
=".sl" ;;
7934 *) EXTRA_SHLIB_EXTENSION
= ;;
7937 case "$target_os" in
7938 lynxos
) EXTRA_SHLIB_EXTENSION
=".a" ;;
7941 if test x
${EXTRA_SHLIB_EXTENSION} != x
; then
7943 cat >>confdefs.h
<<_ACEOF
7944 #define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
7953 ac_config_files
="$ac_config_files Makefile po/Makefile.in:po/Make-in"
7954 cat >confcache
<<\_ACEOF
7955 # This file is a shell script that caches the results of configure
7956 # tests run on this system so they can be shared between configure
7957 # scripts and configure runs, see configure's option --config-cache.
7958 # It is not useful on other systems. If it contains results you don't
7959 # want to keep, you may remove or edit it.
7961 # config.status only pays attention to the cache file if you give it
7962 # the --recheck option to rerun configure.
7964 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7965 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7970 # The following way of writing the cache mishandles newlines in values,
7971 # but we know of no workaround that is simple, portable, and efficient.
7972 # So, don't put newlines in cache variables' values.
7973 # Ultrix sh set writes to stderr and can't be redirected directly,
7974 # and sets the high bit in the cache file unless we assign to the vars.
7977 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7979 # `set' does not quote correctly, so add quotes (double-quote
7980 # substitution turns \\\\ into \\, and sed turns \\ into \).
7983 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7986 # `set' quotes correctly as required by POSIX, so do not add quotes.
7988 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7995 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7997 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7999 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
8000 if test -w $cache_file; then
8001 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8002 cat confcache
>$cache_file
8004 echo "not updating unwritable cache $cache_file"
8009 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
8010 # Let make expand exec_prefix.
8011 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
8013 # VPATH may cause trouble with some makes, so we remove $(srcdir),
8014 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
8015 # trailing colons and then remove the whole line if VPATH becomes empty
8016 # (actually we leave an empty line to preserve line numbers).
8017 if test "x$srcdir" = x.
; then
8018 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
8019 s/:*\$(srcdir):*/:/;
8020 s/:*\${srcdir}:*/:/;
8022 s/^\([^=]*=[ ]*\):*/\1/;
8028 DEFS
=-DHAVE_CONFIG_H
8032 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
8033 # 1. Remove the extension, and $U if already installed.
8034 ac_i
=`echo "$ac_i" |
8035 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
8037 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
8038 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
8042 LTLIBOBJS
=$ac_ltlibobjs
8045 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
8046 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
8047 Usually this means the macro was only invoked conditionally." >&5
8048 echo "$as_me: error: conditional \"AMDEP\" was never defined.
8049 Usually this means the macro was only invoked conditionally." >&2;}
8050 { (exit 1); exit 1; }; }
8052 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
8053 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
8054 Usually this means the macro was only invoked conditionally." >&5
8055 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
8056 Usually this means the macro was only invoked conditionally." >&2;}
8057 { (exit 1); exit 1; }; }
8059 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
8060 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
8061 Usually this means the macro was only invoked conditionally." >&5
8062 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
8063 Usually this means the macro was only invoked conditionally." >&2;}
8064 { (exit 1); exit 1; }; }
8067 : ${CONFIG_STATUS=./config.status}
8068 ac_clean_files_save
=$ac_clean_files
8069 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
8070 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
8071 echo "$as_me: creating $CONFIG_STATUS" >&6;}
8072 cat >$CONFIG_STATUS <<_ACEOF
8074 # Generated by $as_me.
8075 # Run this file to recreate the current configuration.
8076 # Compiler output produced by configure, useful for debugging
8077 # configure, is in config.log if it exists.
8082 SHELL=\${CONFIG_SHELL-$SHELL}
8085 cat >>$CONFIG_STATUS <<\_ACEOF
8086 ## --------------------- ##
8087 ## M4sh Initialization. ##
8088 ## --------------------- ##
8090 # Be Bourne compatible
8091 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
8094 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
8095 # is contrary to our usage. Disable this feature.
8096 alias -g '${1+"$@"}'='"$@"'
8097 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
8100 DUALCASE
=1; export DUALCASE
# for MKS sh
8102 # Support unset when possible.
8103 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
8110 # Work around bugs in pre-3.0 UWIN ksh.
8111 $as_unset ENV MAIL MAILPATH
8118 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
8119 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
8120 LC_TELEPHONE LC_TIME
8122 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
8123 eval $as_var=C
; export $as_var
8129 # Required to use basename.
8130 if expr a
: '\(a\)' >/dev
/null
2>&1; then
8136 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
8137 as_basename
=basename
8143 # Name of the executable.
8144 as_me
=`$as_basename "$0" ||
8145 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8146 X"$0" : 'X\(//\)$' \| \
8147 X"$0" : 'X\(/\)$' \| \
8148 . : '\(.\)' 2>/dev/null ||
8150 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
8151 /^X\/\(\/\/\)$/{ s//\1/; q; }
8152 /^X\/\(\/\).*/{ s//\1/; q; }
8156 # PATH needs CR, and LINENO needs CR and PATH.
8157 # Avoid depending upon Character Ranges.
8158 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
8159 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8160 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
8161 as_cr_digits
='0123456789'
8162 as_cr_alnum
=$as_cr_Letters$as_cr_digits
8164 # The user is always right.
8165 if test "${PATH_SEPARATOR+set}" != set; then
8166 echo "#! /bin/sh" >conf$$.sh
8167 echo "exit 0" >>conf$$.sh
8169 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
8180 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
8181 test "x$as_lineno_1" != "x$as_lineno_2" &&
8182 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
8183 # Find who we are. Look in the path if we contain no path at all
8186 *[\\/]* ) as_myself
=$0 ;;
8187 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8191 test -z "$as_dir" && as_dir
=.
8192 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
8197 # We did not find ourselves, most probably we were run as `sh COMMAND'
8198 # in which case we are not to be found in the path.
8199 if test "x$as_myself" = x
; then
8202 if test ! -f "$as_myself"; then
8203 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
8204 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
8205 { (exit 1); exit 1; }; }
8207 case $CONFIG_SHELL in
8209 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8210 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
8213 test -z "$as_dir" && as_dir
=.
8214 for as_base
in sh bash ksh sh5
; do
8217 if ("$as_dir/$as_base" -c '
8220 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8221 test "x$as_lineno_1" != "x$as_lineno_2" &&
8222 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
8223 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
8224 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
8225 CONFIG_SHELL
=$as_dir/$as_base
8227 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
8235 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
8236 # uniformly replaced by the line number. The first 'sed' inserts a
8237 # line-number line before each line; the second 'sed' does the real
8238 # work. The second script uses 'N' to pair each line-number line
8239 # with the numbered line, and appends trailing '-' during
8240 # substitution so that $LINENO is not a special case at line end.
8241 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
8242 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
8243 sed '=' <$as_myself |
8248 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
8251 s,^['$as_cr_digits']*\n,,
8253 chmod +x
$as_me.lineno ||
8254 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
8255 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
8256 { (exit 1); exit 1; }; }
8258 # Don't try to exec as it changes $[0], causing all sort of problems
8259 # (the dirname of $[0] is not the place where we might find the
8260 # original and so on. Autoconf is especially sensible to this).
8262 # Exit status is that of the last command.
8267 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
8268 *c
*,-n*) ECHO_N
= ECHO_C
='
8270 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
8271 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
8274 if expr a
: '\(a\)' >/dev
/null
2>&1; then
8280 rm -f conf$$ conf$$.exe conf$$.
file
8282 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
8283 # We could just check for DJGPP; but this test a) works b) is more generic
8284 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
8285 if test -f conf$$.exe
; then
8286 # Don't use ln at all; we don't have any links
8291 elif ln conf$$.
file conf$$
2>/dev
/null
; then
8296 rm -f conf$$ conf$$.exe conf$$.
file
8298 if mkdir
-p .
2>/dev
/null
; then
8301 test -d .
/-p && rmdir .
/-p
8305 as_executable_p
="test -f"
8307 # Sed expression to map a string onto a valid CPP name.
8308 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8310 # Sed expression to map a string onto a valid variable name.
8311 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8315 # We need space, tab and new line, in precisely that order.
8325 # Open the log real soon, to keep \$[0] and so on meaningful, and to
8326 # report actual input values of CONFIG_FILES etc. instead of their
8327 # values after options handling. Logging --version etc. is OK.
8331 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8332 ## Running $as_me. ##
8337 This file was extended by $as_me, which was
8338 generated by GNU Autoconf 2.59. Invocation command line was
8340 CONFIG_FILES = $CONFIG_FILES
8341 CONFIG_HEADERS = $CONFIG_HEADERS
8342 CONFIG_LINKS = $CONFIG_LINKS
8343 CONFIG_COMMANDS = $CONFIG_COMMANDS
8347 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
8351 # Files that config.status was made for.
8352 if test -n "$ac_config_files"; then
8353 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
8356 if test -n "$ac_config_headers"; then
8357 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
8360 if test -n "$ac_config_links"; then
8361 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
8364 if test -n "$ac_config_commands"; then
8365 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
8368 cat >>$CONFIG_STATUS <<\_ACEOF
8371 \`$as_me' instantiates files from templates according to the
8372 current configuration.
8374 Usage: $0 [OPTIONS] [FILE]...
8376 -h, --help print this help, then exit
8377 -V, --version print version number, then exit
8378 -q, --quiet do not print progress messages
8379 -d, --debug don't remove temporary files
8380 --recheck update $as_me by reconfiguring in the same conditions
8381 --file=FILE[:TEMPLATE]
8382 instantiate the configuration file FILE
8383 --header=FILE[:TEMPLATE]
8384 instantiate the configuration header FILE
8386 Configuration files:
8389 Configuration headers:
8392 Configuration commands:
8395 Report bugs to <bug-autoconf@gnu.org>."
8398 cat >>$CONFIG_STATUS <<_ACEOF
8401 configured by $0, generated by GNU Autoconf 2.59,
8402 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
8404 Copyright (C) 2003 Free Software Foundation, Inc.
8405 This config.status script is free software; the Free Software Foundation
8406 gives unlimited permission to copy, distribute and modify it."
8411 cat >>$CONFIG_STATUS <<\_ACEOF
8412 # If no file are specified by the user, then we need to provide default
8413 # value. By we need to know if files were specified by the user.
8419 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
8420 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
8428 *) # This is not an option, so the user has probably given explicit
8431 ac_need_defaults
=false
;;
8435 # Handling of the options.
8437 cat >>$CONFIG_STATUS <<\_ACEOF
8438 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
8440 --version |
--vers* |
-V )
8441 echo "$ac_cs_version"; exit 0 ;;
8443 # Conflict between --help and --header
8444 { { echo "$as_me:$LINENO: error: ambiguous option: $1
8445 Try \`$0 --help' for more information." >&5
8446 echo "$as_me: error: ambiguous option: $1
8447 Try \`$0 --help' for more information." >&2;}
8448 { (exit 1); exit 1; }; };;
8449 --help |
--hel |
-h )
8450 echo "$ac_cs_usage"; exit 0 ;;
8451 --debug |
--d* |
-d )
8453 --file |
--fil |
--fi |
--f )
8455 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
8456 ac_need_defaults
=false
;;
8457 --header |
--heade |
--head |
--hea )
8459 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
8460 ac_need_defaults
=false
;;
8461 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
8462 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
8466 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
8467 Try \`$0 --help' for more information." >&5
8468 echo "$as_me: error: unrecognized option: $1
8469 Try \`$0 --help' for more information." >&2;}
8470 { (exit 1); exit 1; }; } ;;
8472 *) ac_config_targets
="$ac_config_targets $1" ;;
8478 ac_configure_extra_args
=
8480 if $ac_cs_silent; then
8482 ac_configure_extra_args
="$ac_configure_extra_args --silent"
8486 cat >>$CONFIG_STATUS <<_ACEOF
8487 if \$ac_cs_recheck; then
8488 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
8489 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8494 cat >>$CONFIG_STATUS <<_ACEOF
8496 # INIT-COMMANDS section.
8499 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
8500 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
8501 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
8503 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
8504 # Capture the value of LINGUAS because we need it to compute CATALOGS.
8505 LINGUAS="${LINGUAS-%UNSET%}"
8512 cat >>$CONFIG_STATUS <<\_ACEOF
8513 for ac_config_target
in $ac_config_targets
8515 case "$ac_config_target" in
8516 # Handling of arguments.
8517 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
8518 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
8519 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
8520 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
8521 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
8522 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
8523 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
8524 { (exit 1); exit 1; }; };;
8528 # If the user did not use the arguments to specify the items to instantiate,
8529 # then the envvar interface is used. Set only those that are not.
8530 # We use the long form for the default assignment because of an extremely
8531 # bizarre bug on SunOS 4.1.3.
8532 if $ac_need_defaults; then
8533 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
8534 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
8535 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
8538 # Have a temporary directory for convenience. Make it in the build tree
8539 # simply because there is no reason to put it here, and in addition,
8540 # creating and moving files from /tmp can sometimes cause problems.
8541 # Create a temporary directory, and hook for its removal unless debugging.
8544 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
8545 trap '{ (exit 1); exit 1; }' 1 2 13 15
8548 # Create a (secure) tmp directory for tmp files.
8551 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
8552 test -n "$tmp" && test -d "$tmp"
8555 tmp
=.
/confstat$$
-$RANDOM
8556 (umask 077 && mkdir
$tmp)
8559 echo "$me: cannot create a temporary directory in ." >&2
8560 { (exit 1); exit 1; }
8565 cat >>$CONFIG_STATUS <<_ACEOF
8568 # CONFIG_FILES section.
8571 # No need to generate the scripts if there are no CONFIG_FILES.
8572 # This happens for instance when ./config.status config.h
8573 if test -n "\$CONFIG_FILES"; then
8574 # Protect against being on the right side of a sed subst in config.status.
8575 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
8576 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
8577 s,@SHELL@,$SHELL,;t t
8578 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
8579 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
8580 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
8581 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
8582 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
8583 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
8584 s,@exec_prefix@,$exec_prefix,;t t
8585 s,@prefix@,$prefix,;t t
8586 s,@program_transform_name@,$program_transform_name,;t t
8587 s,@bindir@,$bindir,;t t
8588 s,@sbindir@,$sbindir,;t t
8589 s,@libexecdir@,$libexecdir,;t t
8590 s,@datadir@,$datadir,;t t
8591 s,@sysconfdir@,$sysconfdir,;t t
8592 s,@sharedstatedir@,$sharedstatedir,;t t
8593 s,@localstatedir@,$localstatedir,;t t
8594 s,@libdir@,$libdir,;t t
8595 s,@includedir@,$includedir,;t t
8596 s,@oldincludedir@,$oldincludedir,;t t
8597 s,@infodir@,$infodir,;t t
8598 s,@mandir@,$mandir,;t t
8599 s,@build_alias@,$build_alias,;t t
8600 s,@host_alias@,$host_alias,;t t
8601 s,@target_alias@,$target_alias,;t t
8603 s,@ECHO_C@,$ECHO_C,;t t
8604 s,@ECHO_N@,$ECHO_N,;t t
8605 s,@ECHO_T@,$ECHO_T,;t t
8607 s,@build@,$build,;t t
8608 s,@build_cpu@,$build_cpu,;t t
8609 s,@build_vendor@,$build_vendor,;t t
8610 s,@build_os@,$build_os,;t t
8612 s,@host_cpu@,$host_cpu,;t t
8613 s,@host_vendor@,$host_vendor,;t t
8614 s,@host_os@,$host_os,;t t
8615 s,@target@,$target,;t t
8616 s,@target_cpu@,$target_cpu,;t t
8617 s,@target_vendor@,$target_vendor,;t t
8618 s,@target_os@,$target_os,;t t
8620 s,@CFLAGS@,$CFLAGS,;t t
8621 s,@LDFLAGS@,$LDFLAGS,;t t
8622 s,@CPPFLAGS@,$CPPFLAGS,;t t
8623 s,@ac_ct_CC@,$ac_ct_CC,;t t
8624 s,@EXEEXT@,$EXEEXT,;t t
8625 s,@OBJEXT@,$OBJEXT,;t t
8626 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
8627 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
8628 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
8629 s,@CYGPATH_W@,$CYGPATH_W,;t t
8630 s,@PACKAGE@,$PACKAGE,;t t
8631 s,@VERSION@,$VERSION,;t t
8632 s,@ACLOCAL@,$ACLOCAL,;t t
8633 s,@AUTOCONF@,$AUTOCONF,;t t
8634 s,@AUTOMAKE@,$AUTOMAKE,;t t
8635 s,@AUTOHEADER@,$AUTOHEADER,;t t
8636 s,@MAKEINFO@,$MAKEINFO,;t t
8637 s,@install_sh@,$install_sh,;t t
8638 s,@STRIP@,$STRIP,;t t
8639 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
8640 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
8641 s,@mkdir_p@,$mkdir_p,;t t
8643 s,@SET_MAKE@,$SET_MAKE,;t t
8644 s,@am__leading_dot@,$am__leading_dot,;t t
8645 s,@AMTAR@,$AMTAR,;t t
8646 s,@am__tar@,$am__tar,;t t
8647 s,@am__untar@,$am__untar,;t t
8648 s,@DEPDIR@,$DEPDIR,;t t
8649 s,@am__include@,$am__include,;t t
8650 s,@am__quote@,$am__quote,;t t
8651 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
8652 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
8653 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
8654 s,@CCDEPMODE@,$CCDEPMODE,;t t
8655 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
8656 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
8658 s,@RANLIB@,$RANLIB,;t t
8659 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
8660 s,@LIBTOOL@,$LIBTOOL,;t t
8661 s,@use_sysroot@,$use_sysroot,;t t
8662 s,@TARGET_SYSTEM_ROOT@,$TARGET_SYSTEM_ROOT,;t t
8663 s,@TARGET_SYSTEM_ROOT_DEFINE@,$TARGET_SYSTEM_ROOT_DEFINE,;t t
8664 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
8665 s,@NO_WERROR@,$NO_WERROR,;t t
8666 s,@USE_NLS@,$USE_NLS,;t t
8667 s,@LIBINTL@,$LIBINTL,;t t
8668 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
8669 s,@INCINTL@,$INCINTL,;t t
8670 s,@XGETTEXT@,$XGETTEXT,;t t
8671 s,@GMSGFMT@,$GMSGFMT,;t t
8672 s,@POSUB@,$POSUB,;t t
8673 s,@CATALOGS@,$CATALOGS,;t t
8674 s,@DATADIRNAME@,$DATADIRNAME,;t t
8675 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
8676 s,@GENCAT@,$GENCAT,;t t
8677 s,@CATOBJEXT@,$CATOBJEXT,;t t
8678 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
8679 s,@MSGFMT@,$MSGFMT,;t t
8680 s,@MSGMERGE@,$MSGMERGE,;t t
8683 s,@LEXLIB@,$LEXLIB,;t t
8684 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
8685 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
8686 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
8687 s,@MAINT@,$MAINT,;t t
8688 s,@HDEFINES@,$HDEFINES,;t t
8689 s,@HOSTING_CRT0@,$HOSTING_CRT0,;t t
8690 s,@HOSTING_LIBS@,$HOSTING_LIBS,;t t
8691 s,@NATIVE_LIB_DIRS@,$NATIVE_LIB_DIRS,;t t
8693 s,@EGREP@,$EGREP,;t t
8694 s,@STRINGIFY@,$STRINGIFY,;t t
8696 s,@EMULATION_OFILES@,$EMULATION_OFILES,;t t
8697 s,@EMUL_EXTRA_OFILES@,$EMUL_EXTRA_OFILES,;t t
8698 s,@LIB_PATH@,$LIB_PATH,;t t
8699 s,@EMULATION_LIBPATH@,$EMULATION_LIBPATH,;t t
8700 s,@TESTBFDLIB@,$TESTBFDLIB,;t t
8701 s,@datarootdir@,$datarootdir,;t t
8702 s,@docdir@,$docdir,;t t
8703 s,@htmldir@,$htmldir,;t t
8704 s,@LIBOBJS@,$LIBOBJS,;t t
8705 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
8712 cat >>$CONFIG_STATUS <<\_ACEOF
8713 # Split the substitutions into bite-sized pieces for seds with
8714 # small command number limits, like on Digital OSF/1 and HP-UX.
8716 ac_sed_frag
=1 # Number of current file.
8717 ac_beg
=1 # First line for current file.
8718 ac_end
=$ac_max_sed_lines # Line after last line for current file.
8721 while $ac_more_lines; do
8722 if test $ac_beg -gt 1; then
8723 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
8725 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
8727 if test ! -s $tmp/subs.frag
; then
8730 # The purpose of the label and of the branching condition is to
8731 # speed up the sed processing (if there are no `@' at all, there
8732 # is no need to browse any of the substitutions).
8733 # These are the two extra sed commands mentioned above.
8735 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
8736 if test -z "$ac_sed_cmds"; then
8737 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
8739 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8741 ac_sed_frag
=`expr $ac_sed_frag + 1`
8743 ac_end
=`expr $ac_end + $ac_max_sed_lines`
8746 if test -z "$ac_sed_cmds"; then
8749 fi # test -n "$CONFIG_FILES"
8752 cat >>$CONFIG_STATUS <<\_ACEOF
8753 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
8754 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8756 - |
*:- |
*:-:* ) # input from stdin
8758 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
8759 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
8760 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
8761 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
8762 * ) ac_file_in
=$ac_file.
in ;;
8765 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
8766 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
8767 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8768 X"$ac_file" : 'X\(//\)[^/]' \| \
8769 X"$ac_file" : 'X\(//\)$' \| \
8770 X"$ac_file" : 'X\(/\)' \| \
8771 . : '\(.\)' 2>/dev/null ||
8773 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8774 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8775 /^X\(\/\/\)$/{ s//\1/; q; }
8776 /^X\(\/\).*/{ s//\1/; q; }
8778 { if $as_mkdir_p; then
8783 while test ! -d "$as_dir"; do
8784 as_dirs
="$as_dir $as_dirs"
8785 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
8786 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8787 X"$as_dir" : 'X\(//\)[^/]' \| \
8788 X"$as_dir" : 'X\(//\)$' \| \
8789 X"$as_dir" : 'X\(/\)' \| \
8790 . : '\(.\)' 2>/dev/null ||
8792 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8793 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8794 /^X\(\/\/\)$/{ s//\1/; q; }
8795 /^X\(\/\).*/{ s//\1/; q; }
8798 test ! -n "$as_dirs" || mkdir
$as_dirs
8799 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8800 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8801 { (exit 1); exit 1; }; }; }
8805 if test "$ac_dir" != .
; then
8806 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8807 # A "../" for each directory in $ac_dir_suffix.
8808 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8810 ac_dir_suffix
= ac_top_builddir
=
8814 .
) # No --srcdir option. We are building in place.
8816 if test -z "$ac_top_builddir"; then
8819 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
8821 [\\/]* | ?
:[\\/]* ) # Absolute path.
8822 ac_srcdir
=$srcdir$ac_dir_suffix;
8823 ac_top_srcdir
=$srcdir ;;
8825 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
8826 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
8829 # Do not use `cd foo && pwd` to compute absolute paths, because
8830 # the directories may not exist.
8832 .
) ac_abs_builddir
="$ac_dir";;
8835 .
) ac_abs_builddir
=`pwd`;;
8836 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
8837 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
8840 case $ac_abs_builddir in
8841 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
8843 case ${ac_top_builddir}.
in
8844 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
8845 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
8846 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
8849 case $ac_abs_builddir in
8850 .
) ac_abs_srcdir
=$ac_srcdir;;
8853 .
) ac_abs_srcdir
=$ac_abs_builddir;;
8854 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
8855 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
8858 case $ac_abs_builddir in
8859 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
8861 case $ac_top_srcdir in
8862 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
8863 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
8864 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
8870 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
8871 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
8874 if test x
"$ac_file" != x-
; then
8875 { echo "$as_me:$LINENO: creating $ac_file" >&5
8876 echo "$as_me: creating $ac_file" >&6;}
8879 # Let's still pretend it is `configure' which instantiates (i.e., don't
8880 # use $as_me), people would be surprised to read:
8881 # /* config.h. Generated by config.status. */
8882 if test x
"$ac_file" = x-
; then
8885 configure_input
="$ac_file. "
8887 configure_input
=$configure_input"Generated from `echo $ac_file_in |
8888 sed 's,.*/,,'` by configure."
8890 # First look for the input files in the build tree, otherwise in the
8892 ac_file_inputs
=`IFS=:
8893 for f in $ac_file_in; do
8895 -) echo $tmp/stdin ;;
8897 # Absolute (can't be DOS-style, as IFS=:)
8898 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8899 echo "$as_me: error: cannot find input file: $f" >&2;}
8900 { (exit 1); exit 1; }; }
8903 if test -f "$f"; then
8906 elif test -f "$srcdir/$f"; then
8911 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8912 echo "$as_me: error: cannot find input file: $f" >&2;}
8913 { (exit 1); exit 1; }; }
8916 done` ||
{ (exit 1); exit 1; }
8918 cat >>$CONFIG_STATUS <<_ACEOF
8922 cat >>$CONFIG_STATUS <<\_ACEOF
8924 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
8925 s
,@configure_input@
,$configure_input,;t t
8926 s
,@srcdir@
,$ac_srcdir,;t t
8927 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
8928 s
,@top_srcdir@
,$ac_top_srcdir,;t t
8929 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
8930 s
,@builddir@
,$ac_builddir,;t t
8931 s
,@abs_builddir@
,$ac_abs_builddir,;t t
8932 s
,@top_builddir@
,$ac_top_builddir,;t t
8933 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
8934 s
,@INSTALL@
,$ac_INSTALL,;t t
8935 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
8937 if test x"$ac_file" != x-; then
8938 mv $tmp/out $ac_file
8946 cat >>$CONFIG_STATUS <<\_ACEOF
8949 # CONFIG_HEADER section.
8952 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
8953 # NAME is the cpp macro being defined and VALUE is the value it is being given.
8955 # ac_d sets the value in "#define NAME VALUE" lines.
8956 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
8957 ac_dB
='[ ].*$,\1#\2'
8960 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8961 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8962 ac_uB
='$,\1#\2define\3'
8966 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
8967 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8969 - |
*:- |
*:-:* ) # input from stdin
8971 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
8972 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
8973 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
8974 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
8975 * ) ac_file_in
=$ac_file.
in ;;
8978 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
8979 echo "$as_me: creating $ac_file" >&6;}
8981 # First look for the input files in the build tree, otherwise in the
8983 ac_file_inputs
=`IFS=:
8984 for f in $ac_file_in; do
8986 -) echo $tmp/stdin ;;
8988 # Absolute (can't be DOS-style, as IFS=:)
8989 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8990 echo "$as_me: error: cannot find input file: $f" >&2;}
8991 { (exit 1); exit 1; }; }
8992 # Do quote $f, to prevent DOS paths from being IFS'd.
8995 if test -f "$f"; then
8998 elif test -f "$srcdir/$f"; then
9003 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9004 echo "$as_me: error: cannot find input file: $f" >&2;}
9005 { (exit 1); exit 1; }; }
9008 done` ||
{ (exit 1); exit 1; }
9009 # Remove the trailing spaces.
9010 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
9014 # Transform confdefs.h into two sed scripts, `conftest.defines' and
9015 # `conftest.undefs', that substitutes the proper values into
9016 # config.h.in to produce config.h. The first handles `#define'
9017 # templates, and the second `#undef' templates.
9018 # And first: Protect against being on the right side of a sed subst in
9019 # config.status. Protect against being in an unquoted here document
9021 rm -f conftest.defines conftest.undefs
9022 # Using a here document instead of a string reduces the quoting nightmare.
9023 # Putting comments in sed scripts is not portable.
9025 # `end' is used to avoid that the second main sed command (meant for
9026 # 0-ary CPP macros) applies to n-ary macro definitions.
9027 # See the Autoconf documentation for `clear'.
9028 cat >confdef2sed.
sed <<\_ACEOF
9033 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
9035 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
9038 # If some macros were called several times there might be several times
9039 # the same #defines, which is useless. Nevertheless, we may not want to
9040 # sort them, since we want the *last* AC-DEFINE to be honored.
9041 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
9042 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
9043 rm -f confdef2sed.sed
9045 # This sed command replaces #undef with comments. This is necessary, for
9046 # example, in the case of _POSIX_SOURCE, which is predefined and required
9047 # on some systems where configure will not decide to define it.
9048 cat >>conftest.undefs <<\_ACEOF
9049 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
9052 # Break up conftest.defines because some shells have a limit on the size
9053 # of here documents, and old seds have small limits too (100 cmds).
9054 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
9055 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
9056 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
9057 echo ' :' >>$CONFIG_STATUS
9059 while grep . conftest.defines >/dev/null
9061 # Write a limited-size here document to $tmp/defines.sed.
9062 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
9063 # Speed up: don't consider the non `#define' lines.
9064 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
9065 # Work around the forget-to-reset-the-flag bug.
9066 echo 't clr' >>$CONFIG_STATUS
9067 echo ': clr' >>$CONFIG_STATUS
9068 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
9070 sed -f $tmp/defines.sed $tmp/in >$tmp/out
9074 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
9075 rm -f conftest.defines
9076 mv conftest.
tail conftest.defines
9078 rm -f conftest.defines
9079 echo ' fi # grep' >>$CONFIG_STATUS
9080 echo >>$CONFIG_STATUS
9082 # Break up conftest.undefs because some shells have a limit on the size
9083 # of here documents, and old seds have small limits too (100 cmds).
9084 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
9086 while grep . conftest.undefs
>/dev
/null
9088 # Write a limited-size here document to $tmp/undefs.sed.
9089 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
9090 # Speed up: don't consider the non
`#undef'
9091 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
9092 # Work around the forget-to-reset-the-flag bug.
9093 echo 't clr' >>$CONFIG_STATUS
9094 echo ': clr' >>$CONFIG_STATUS
9095 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
9097 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
9101 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
9102 rm -f conftest.undefs
9103 mv conftest.tail conftest.undefs
9105 rm -f conftest.undefs
9107 cat >>$CONFIG_STATUS <<\_ACEOF
9108 # Let's still pretend it is `configure
' which instantiates (i.e., don't
9109 # use $as_me), people would be surprised to read:
9110 # /* config.h. Generated by config.status. */
9111 if test x
"$ac_file" = x-
; then
9112 echo "/* Generated by configure. */" >$tmp/config.h
9114 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
9116 cat $tmp/in >>$tmp/config.h
9118 if test x
"$ac_file" != x-
; then
9119 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
9120 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
9121 echo "$as_me: $ac_file is unchanged" >&6;}
9123 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
9124 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9125 X"$ac_file" : 'X\(//\)[^/]' \| \
9126 X"$ac_file" : 'X\(//\)$' \| \
9127 X"$ac_file" : 'X\(/\)' \| \
9128 . : '\(.\)' 2>/dev/null ||
9130 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9131 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9132 /^X\(\/\/\)$/{ s//\1/; q; }
9133 /^X\(\/\).*/{ s//\1/; q; }
9135 { if $as_mkdir_p; then
9140 while test ! -d "$as_dir"; do
9141 as_dirs
="$as_dir $as_dirs"
9142 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
9143 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9144 X"$as_dir" : 'X\(//\)[^/]' \| \
9145 X"$as_dir" : 'X\(//\)$' \| \
9146 X"$as_dir" : 'X\(/\)' \| \
9147 . : '\(.\)' 2>/dev/null ||
9149 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9150 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9151 /^X\(\/\/\)$/{ s//\1/; q; }
9152 /^X\(\/\).*/{ s//\1/; q; }
9155 test ! -n "$as_dirs" || mkdir
$as_dirs
9156 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9157 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9158 { (exit 1); exit 1; }; }; }
9161 mv $tmp/config.h
$ac_file
9167 # Compute $ac_file's index in $config_headers.
9169 for _am_header
in $config_headers :; do
9171 $ac_file |
$ac_file:* )
9174 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
9177 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
9178 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9179 X$ac_file : 'X\(//\)[^/]' \| \
9180 X$ac_file : 'X\(//\)$' \| \
9181 X$ac_file : 'X\(/\)' \| \
9182 . : '\(.\)' 2>/dev/null ||
9184 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9185 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9186 /^X\(\/\/\)$/{ s//\1/; q; }
9187 /^X\(\/\).*/{ s//\1/; q; }
9188 s/.*/./; q'`/stamp-h
$_am_stamp_count
9191 cat >>$CONFIG_STATUS <<\_ACEOF
9194 # CONFIG_COMMANDS section.
9196 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
9197 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
9198 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9199 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
9200 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9201 X"$ac_dest" : 'X\(//\)[^/]' \| \
9202 X"$ac_dest" : 'X\(//\)$' \| \
9203 X"$ac_dest" : 'X\(/\)' \| \
9204 . : '\(.\)' 2>/dev/null ||
9206 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9207 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9208 /^X\(\/\/\)$/{ s//\1/; q; }
9209 /^X\(\/\).*/{ s//\1/; q; }
9211 { if $as_mkdir_p; then
9216 while test ! -d "$as_dir"; do
9217 as_dirs
="$as_dir $as_dirs"
9218 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
9219 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9220 X"$as_dir" : 'X\(//\)[^/]' \| \
9221 X"$as_dir" : 'X\(//\)$' \| \
9222 X"$as_dir" : 'X\(/\)' \| \
9223 . : '\(.\)' 2>/dev/null ||
9225 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9226 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9227 /^X\(\/\/\)$/{ s//\1/; q; }
9228 /^X\(\/\).*/{ s//\1/; q; }
9231 test ! -n "$as_dirs" || mkdir
$as_dirs
9232 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9233 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9234 { (exit 1); exit 1; }; }; }
9238 if test "$ac_dir" != .
; then
9239 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9240 # A "../" for each directory in $ac_dir_suffix.
9241 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9243 ac_dir_suffix
= ac_top_builddir
=
9247 .
) # No --srcdir option. We are building in place.
9249 if test -z "$ac_top_builddir"; then
9252 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
9254 [\\/]* | ?
:[\\/]* ) # Absolute path.
9255 ac_srcdir
=$srcdir$ac_dir_suffix;
9256 ac_top_srcdir
=$srcdir ;;
9258 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
9259 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
9262 # Do not use `cd foo && pwd` to compute absolute paths, because
9263 # the directories may not exist.
9265 .
) ac_abs_builddir
="$ac_dir";;
9268 .
) ac_abs_builddir
=`pwd`;;
9269 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
9270 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
9273 case $ac_abs_builddir in
9274 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9276 case ${ac_top_builddir}.
in
9277 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
9278 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9279 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
9282 case $ac_abs_builddir in
9283 .
) ac_abs_srcdir
=$ac_srcdir;;
9286 .
) ac_abs_srcdir
=$ac_abs_builddir;;
9287 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
9288 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
9291 case $ac_abs_builddir in
9292 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
9294 case $ac_top_srcdir in
9295 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
9296 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
9297 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
9302 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
9303 echo "$as_me: executing $ac_dest commands" >&6;}
9305 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
9306 # Strip MF so we end up with the name of the file.
9307 mf
=`echo "$mf" | sed -e 's/:.*$//'`
9308 # Check whether this is an Automake generated Makefile or not.
9309 # We used to match only the files named `Makefile.in', but
9310 # some people rename them; so instead we look at the file content.
9311 # Grep'ing the first line is not enough: some people post-process
9312 # each Makefile.in and add a new line on top of each file to say so.
9313 # So let's grep whole file.
9314 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
9315 dirpart
=`(dirname "$mf") 2>/dev/null ||
9316 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9317 X"$mf" : 'X\(//\)[^/]' \| \
9318 X"$mf" : 'X\(//\)$' \| \
9319 X"$mf" : 'X\(/\)' \| \
9320 . : '\(.\)' 2>/dev/null ||
9322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9323 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9324 /^X\(\/\/\)$/{ s//\1/; q; }
9325 /^X\(\/\).*/{ s//\1/; q; }
9330 # Extract the definition of DEPDIR, am__include, and am__quote
9331 # from the Makefile without running `make'.
9332 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
9333 test -z "$DEPDIR" && continue
9334 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
9335 test -z "am__include" && continue
9336 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
9337 # When using ansi2knr, U may be empty or an underscore; expand it
9338 U
=`sed -n 's/^U = //p' < "$mf"`
9339 # Find all dependency output files, they are included files with
9340 # $(DEPDIR) in their names. We invoke sed twice because it is the
9341 # simplest approach to changing $(DEPDIR) to its actual value in the
9343 for file in `sed -n "
9344 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9345 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9346 # Make sure the directory exists.
9347 test -f "$dirpart/$file" && continue
9348 fdir
=`(dirname "$file") 2>/dev/null ||
9349 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9350 X"$file" : 'X\(//\)[^/]' \| \
9351 X"$file" : 'X\(//\)$' \| \
9352 X"$file" : 'X\(/\)' \| \
9353 . : '\(.\)' 2>/dev/null ||
9355 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9356 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9357 /^X\(\/\/\)$/{ s//\1/; q; }
9358 /^X\(\/\).*/{ s//\1/; q; }
9360 { if $as_mkdir_p; then
9361 mkdir
-p $dirpart/$fdir
9363 as_dir
=$dirpart/$fdir
9365 while test ! -d "$as_dir"; do
9366 as_dirs
="$as_dir $as_dirs"
9367 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
9368 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9369 X"$as_dir" : 'X\(//\)[^/]' \| \
9370 X"$as_dir" : 'X\(//\)$' \| \
9371 X"$as_dir" : 'X\(/\)' \| \
9372 . : '\(.\)' 2>/dev/null ||
9374 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9375 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9376 /^X\(\/\/\)$/{ s//\1/; q; }
9377 /^X\(\/\).*/{ s//\1/; q; }
9380 test ! -n "$as_dirs" || mkdir
$as_dirs
9381 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
9382 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
9383 { (exit 1); exit 1; }; }; }
9385 # echo "creating $dirpart/$file"
9386 echo '# dummy' > "$dirpart/$file"
9391 for ac_file
in $CONFIG_FILES; do
9392 # Support "outfile[:infile[:infile...]]"
9394 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
9396 # PO directories have a Makefile.in generated from Makefile.in.in.
9397 case "$ac_file" in */Makefile.
in)
9398 # Adjust a relative srcdir.
9399 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
9400 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
9401 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
9402 # In autoconf-2.13 it is called $ac_given_srcdir.
9403 # In autoconf-2.50 it is called $srcdir.
9404 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
9405 case "$ac_given_srcdir" in
9406 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
9407 /*) top_srcdir
="$ac_given_srcdir" ;;
9408 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
9410 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
9411 rm -f "$ac_dir/POTFILES"
9412 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
9413 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
9414 POMAKEFILEDEPS
="POTFILES.in"
9415 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
9416 # on $ac_dir but don't depend on user-specified configuration
9418 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
9419 # The LINGUAS file contains the set of available languages.
9420 if test -n "$OBSOLETE_ALL_LINGUAS"; then
9421 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
9423 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
9424 # Hide the ALL_LINGUAS assigment from automake.
9425 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
9426 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
9428 # The set of available languages was given in configure.in.
9429 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
9431 case "$ac_given_srcdir" in
9433 *) srcdirpre
='$(srcdir)/' ;;
9439 for lang
in $ALL_LINGUAS; do
9440 POFILES
="$POFILES $srcdirpre$lang.po"
9441 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
9442 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
9443 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
9445 # CATALOGS depends on both $ac_dir and the user's LINGUAS
9446 # environment variable.
9448 if test -n "$ALL_LINGUAS"; then
9449 for presentlang
in $ALL_LINGUAS; do
9451 if test "%UNSET%" != "$LINGUAS"; then
9452 desiredlanguages
="$LINGUAS"
9454 desiredlanguages
="$ALL_LINGUAS"
9456 for desiredlang
in $desiredlanguages; do
9457 # Use the presentlang catalog if desiredlang is
9458 # a. equal to presentlang, or
9459 # b. a variant of presentlang (because in this case,
9460 # presentlang can be used as a fallback for messages
9461 # which are not translated in the desiredlang catalog).
9462 case "$desiredlang" in
9463 "$presentlang"*) useit
=yes;;
9466 if test $useit = yes; then
9467 INST_LINGUAS
="$INST_LINGUAS $presentlang"
9472 if test -n "$INST_LINGUAS"; then
9473 for lang
in $INST_LINGUAS; do
9474 CATALOGS
="$CATALOGS $lang.gmo"
9477 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
9478 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"
9479 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
9480 if test -f "$f"; then
9482 *.orig |
*.bak |
*~
) ;;
9483 *) cat "$f" >> "$ac_dir/Makefile" ;;
9495 cat >>$CONFIG_STATUS <<\_ACEOF
9497 { (exit 0); exit 0; }
9499 chmod +x
$CONFIG_STATUS
9500 ac_clean_files
=$ac_clean_files_save
9503 # configure is writing to config.log, and then calls config.status.
9504 # config.status does its own redirection, appending to config.log.
9505 # Unfortunately, on DOS this fails, as config.log is still kept open
9506 # by configure, so config.status won't be able to write to it; its
9507 # output is simply discarded. So we exec the FD to /dev/null,
9508 # effectively closing config.log, so it can be properly (re)opened and
9509 # appended to by config.status. When coming back to configure, we
9510 # need to make the FD available again.
9511 if test "$no_create" != yes; then
9513 ac_config_status_args
=
9514 test "$silent" = yes &&
9515 ac_config_status_args
="$ac_config_status_args --quiet"
9517 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
9519 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9520 # would make configure fail if this is the last instruction.
9521 $ac_cs_success ||
{ (exit 1); exit 1; }